/* ==================================== Typography ==================================== */

html, body {
    font-family: 'proxima-nova',sans-serif;
    background: #f2f4f9;
    font-size: 18px;
    line-height: 1.6em;
}

h1,h2,h3,h4,h5,h6,.uk-article-title, .uk-panel-box .uk-panel-title {
      font-family: 'proxima-nova',sans-serif;
      font-weight: 700;
      color: #203556;
}

.uk-article-title {
  font-weight: 900;
}

em {
  color: #080e1d;
}

a{
  color:#95d5d5;
}

/* ==================================== Home Message ==================================== */

.home-message-wrapper {
   background: #ef6e5a none repeat scroll 0 0;
   color: #fff;
   padding: 10px;
   text-align: center;
}

.home-message p {
   margin-bottom: 0;
   line-height: 25px;
   color: #fff;
}

/* ==================================== Headerbar ==================================== */

.header-wrap {
  background: #fff;
  z-index: 11;
}

.header-wrap .content-container {
  max-width: 1200px;
}

.tm-headerbar .uk-float-right p {
    display: inline-block;
    margin-left: 5px;
    margin-top: 0;
}

.tm-headerbar .uk-float-right p .btn {
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
}
.phone-icon, .email-icon {
  font-size: 16px;
  color: #777;
}

.phone-icon::before, .email-icon::before {
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #ef6e5a;x
}

.phone-icon:before {
  content: "";
}

.email-icon:before {
  content: "";
}

.tm-headerbar {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    width: 100%;
}

.tm-headerbar > * {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 125px;
  justify-content: center;
  text-align: right;
  width: 33.333%;
}

.tm-headerbar > .uk-float-left {
    width: 15%;
}

.tm-headerbar > .uk-float-right {
    width: 51.33%;
}

.tm-headerbar > .logo-wrapper {
  justify-content: center;
  text-align: left;
}

a[href="https://www.facebook.com/CancerCareConnectionDE/"] {
  display: inline-block;
  max-width: 110px;
  margin-bottom: 6px;
}

.tm-headerbar .uk-panel {
  max-width: 100%;
}

.tm-headerbar .uk-panel {
    font-size: 14px;
}

.tm-headerbar .uk-panel strong {
    margin-right: 5px;
}


/* ==================================== Menu ==================================== */

.menu-wrap {
  background: #EEE;
  z-index: 11;
}

.tm-navbar {
  margin: 0;
  background: none;
}

.uk-navbar-nav > li > a {
  color: #203556;
  font-size: 18px;
  font-weight: 400;
}

.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(1, 50, 176, 0.1);
  color: #203556;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
  background-color: rgba(1, 50, 176, 0.1);
  color:#203556;
}

/* ==================================== Dropdown Menu ==================================== */

.uk-dropdown-navbar {
  background: #203556;
  color: #FFF;
}

.uk-nav-navbar > li > a {
  color: #fff;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
  color: #95d5d5;
  background: #203556;
}

/* ==================================== Offcanvas Menu ==================================== */
.uk-navbar-center {
  max-width:70%;
}
.tm-logo-small {
    display: inline-block;
}

.tm-logo-small img {
    max-height: 34px;
}

.uk-navbar-toggle {
    color: #444;
}

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #c8c8c8;
}

.uk-offcanvas-bar {
    background: #FFF none repeat scroll 0 0;
    border-right: 1px solid #c8c8c8;
}

.uk-nav-offcanvas > li > a {
    color: #0132b0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #0132b0;
    color: #fff;
}

.uk-offcanvas .uk-panel {
    color: #444;
}

.uk-offcanvas-bar .uk-panel.widget_custom_post_widget:nth-child(2) > p {
    display: inline-block;
    margin: 5px 0;
}

.uk-offcanvas-bar .uk-panel.widget_custom_post_widget:nth-child(2) {
    text-align: center;
}


.uk-nav-offcanvas ul a {
    color: #444;
}

.uk-offcanvas .uk-panel a:not([class]) {
    color: #fff;
    display: inline-block;
}

.uk-offcanvas .uk-panel.widget_custom_post_widget:last-child {
  border-top: 1px solid #c8c8c8;
  padding-top: 20px;
  text-align: center;
}

/* ==================================== Justified Menu ==================================== */

.uk-navbar-nav {
   -ms-flex-wrap:wrap;
   -webkit-flex-wrap:wrap;
   display:-ms-flexbox;
   display:-webkit-box;
   display:-webkit-flex;
   display:flex;
   flex-wrap:wrap;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   width: 100%;
}

.uk-navbar-nav > li > a {
   -ms-flex-align:center;
   -ms-flex-pack:center;
   -webkit-align-items:center;
   -webkit-box-align:center;
   -webkit-box-pack:center;
   -webkit-justify-content:center;
   align-items:center;
   display:-ms-flexbox;
   display:-webkit-box;
   display:-webkit-flex;
   display:flex;
   justify-content:center;
   text-decoration:none;
}

.uk-navbar-nav > li {
   -ms-flex:1 1 auto;
   -webkit-box-flex:1;
   -webkit-flex:1 1 auto;
   flex:1 1 auto;
   position:relative;
}

/* ==================================== Featured Banner ==================================== */

.featured-banner {
    position: relative;
}

.wk-slideshow-default .nav {
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9;
}
.wk-slideshow, .wk-slideshow img {
  width: 100% !important;
}
.wk-slideshow-default .nav .active span {
  background: #95d5d5;
  border-radius: 50%;
  box-shadow: 0 -2px 0 rgba(255, 255, 255, 0.45) inset, 0 2px 0 rgba(0, 0, 0, 0.15) inset;
}

.wk-slideshow .caption {
    background: #95d5d5;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    color: #203556;
    display: inline-block;
    padding: 20px;
    bottom: 50px;
    left: 50px;
    position: absolute;
    margin-right: 50px;
    right: auto;
}

.wk-slideshow .caption h2 {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 0;
}

.caption > p {
    clear: both;
    display: inline-block;
    float: left;
    margin: 0;
}

.banner-left {
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(270deg) translateX(-100%);
  transform-origin: left top 0;
  z-index: 2;
}

.banner-left .uk-nav > li {
    display: inline-block;
}

.banner-left .uk-nav > li > a {
  background: #eee none repeat scroll 0 0;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 20px;
  box-shadow: -2px 4px 5px rgba(0,0,0,0.15);
}

.banner-right {
  max-width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.banner-right > .widget_custom_post_widget {
  background: #eee none repeat scroll 0 0;
  margin-top: 20px;
  padding: 5px;
  box-shadow: -4px 2px 5px rgba(0, 0, 0, 0.15);
}

.banner-right > .widget_custom_post_widget > a {
   display: inline-block;
}

.banner-right > .widget_custom_post_widget > a + a {
  margin-top: 5px;
}

/* ==================================== Top A/Content Banners ==================================== */

.tm-top-a {
  margin: 65px 0;
}

.tm-top-a .uk-panel-title, 
.tm-top-b .uk-panel-title, 
.tm-top-c .uk-panel-title
.tm-bottom-a .uk-panel-title {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}

.content-banner > * {
  margin: 65px 0;
}

.content-banner > *:last-child {
  margin-bottom: 0;
}

.content-banner > *:nth-child(2n) {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 35px;
  text-align: center;
}

.content-banner .background-image {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.content-banner .content .uk-container.uk-container-center {
    color: #fff;
    height: 350px;
    max-width: 1600px;
    position: relative;
    text-align: center;
}

.content-banner .uk-panel {
    background: rgba(82, 89, 86, .4);
    padding: 0;
}

.content-banner > .uk-container.uk-container-center {
    max-width: 2400px;
    padding: 0;
}

.content-banner .content .uk-container.uk-container-center > .inner-content {
margin-left:auto;
margin-right: auto;
margin-top:35px;
margin-bottom:35px;
max-width: 820px;
}

.content-banner .content {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
	position:relative;
}

.inner-content,
.inner-content > h1,
.inner-content > h2,
.inner-content > h3,
.inner-content > h4,
.inner-content > h5,
.inner-content > h6 {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
}

.tm-top-a, 
.tm-top-b, 
.tm-top-c,
.tm-bottom-a {
    text-align: center;
}

.tm-top-a .uk-grid, 
.tm-top-b .uk-grid, 
.tm-top-c .uk-grid,
.tm-bottom-a .uk-grid {
    text-align: left;
}

.tm-top-a p:last-of-type,
.tm-top-b p:last-of-type,
.tm-top-c p:last-of-type,
.tm-bottom-a p:last-of-type {
  margin-bottom: 0;
}

.tm-top-a > .uk-width-1-1.uk-row-first, 
.tm-top-b > .uk-width-1-1.uk-row-first, 
.tm-top-c > .uk-width-1-1.uk-row-first,
.tm-bottom-a > .uk-width-1-1.uk-row-first {
  padding-left: 0;
}

/* ==================================== Top B ==================================== */

.tm-top-b {
  margin: 65px 0;
}

/* ==================================== Top C ==================================== */

.tm-top-c {
  margin: 65px 0;
}

.tm-top-c.uk-grid {
	margin-left: -35px;
}

.tm-top-c.uk-grid > .uk-width-1-1.uk-row-first {
  padding-left: 35px;
}

/* ==================================== Main Content ==================================== */

.uk-container {
  max-width: 100%;
  padding: 0;
}

.content-container {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 35px;
}

.tm-middle.uk-grid {
  margin: 65px 0;
}

.menu-wrap .content-container {
  max-width: 1200px;
}

.uk-panel-box {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
}

.uk-article ul {
  overflow: hidden;
}

/* ==================================== Home ==================================== */

.home .uk-article-title {
  display: none;
}

.home .tm-main-bottom > div {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.home .tm-main-bottom > div h3 {
  font-size: 20px;
  line-height: 1.25em;
}

.home .tm-main-bottom {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
}

.home .tm-main-bottom .uk-panel {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.home .tm-main-bottom .uk-panel p:first-child {
  display: flex;
  margin-bottom: 0;
}

/* ==================================== #95d5d5 ==================================== */

.button {
    background: #95d5d5;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #203556;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin: 10px 0;
    padding: .75em 1em;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    width: auto;
    text-shadow: none;
}
.button + .button {
  background: #203556;
  color:#fff;
}
.button + .button:hover {
  background: #95d5d5;
  color:#203556;
}

.button:hover, .button:focus {
    background: #203556 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.button::after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.btn {
  background: #95d5d5;
  border: 2px solid rgba(255, 255, 255, 0.25);
  transition: all 500ms ease 0s;
  border-radius: 5px;
  color: #203556;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  padding: 0.5em 1em;
  margin-bottom: 5px;
}

.btn:hover, .btn:focus {
	background: #203556;
	color: #fff;
	text-decoration: none;
}

/* ==================================== Blog ==================================== */

.uk-article .uk-subnav > * > * {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
    padding: 0.5em 1em;
    transition: all 500ms ease 0s;
    width: auto;
}
.uk-article .uk-subnav > * > *:hover, .uk-article .uk-subnav > * > *:focus {
    background: #555 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.uk-article .uk-subnav > * > *::after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 0.5em;
}

/* ==================================== Staff Page ==================================== */

.staff-wrapper h3 {
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 1.1;
    margin-bottom: 5px;
    margin-top: 10px;
}

.staff-wrapper p {
    font-size: 14px;
    line-height: 1.4;
}

.staff-wrapper .position {
    font-style: italic;
    margin-top: 5px;
}

.page-template-staff .uk-article .uk-grid:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 45px;
  padding-bottom: 35px;
}

/* ==================================== Sidebar Content ==================================== */

/* ==================================== Bottom A ==================================== */
.content-banner-bottom-a.content-banner .widget_custom_post_widget {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 35px;
}

.tm-bottom-a {
  margin-bottom: 35px;
  margin-top: 35px;
}

.content-banner-bottom-a .widget_custom_post_widget:last-child .content {
  padding-top: 40px;
  padding-bottom:40px
}

.home .content-banner-bottom-a .widget_custom_post_widget:last-child .uk-container.uk-container-center {
    margin-bottom: 8%;
}

/* ==================================== Bottom B ==================================== */

.tm-bottom-b {
  margin-bottom: 35px;
  margin-top: 35px;
}

.tm-bottom-b .uk-panel {
   margin-left: 35px;
}

/* ==================================== Footer ==================================== */

.footer-wrap {
  background: #203556;
}

.footer-wrap > .uk-container.uk-container-center {
  max-width: 1530px;
}

.copyright {
  color: #fff;
  float: left;
}
/* ==================================== Media Queries ==================================== */

@media (max-width: 1221px) {
	.tm-top-c.uk-grid {
		margin-left: -25px;
	}
	.tm-top-c.uk-grid > .uk-width-1-1.uk-row-first {
	  padding-left: 25px;
	}
}

@media(max-width: 767px) {
	.tm-top-a .uk-grid, .tm-top-b .uk-grid, .tm-top-c.uk-grid {
	  text-align: center;
	}
	.content-wrap .uk-grid > * {
	  margin-bottom: 25px;
	}	
  .wk-slideshow .caption h2 {
    font-size: 30px;
  }
  .home .tm-main-bottom > div {
    width: 50%;
    padding-left: 0;
  }
  .content-banner .content .uk-container.uk-container-center {
    height: auto;
  }
  .content-banner .content .uk-container.uk-container-center > .inner-content {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
    right: 0;
    padding: 20px;
  }
  .uk-grid > * {
    padding-left: 0px;
	}
   .tm-bottom-b .uk-panel {
      margin-left: 25px;
   }
}

@media(max-width: 498px) {
	.banner-left, .banner-right {
	  display: none;
	}
  .featured-banner {
    display: none;
  }
  .tm-middle.uk-grid {
    margin: 35px 0;
  }
  .home .tm-main-bottom > div {
    width: 100%;
  }
}

/********* SITE BY TG ******/
#credits {width:100%; margin:0 auto;}
#siteby {float:right;}
#siteby .sitebyTG {width:94px; height:72px; background:url("https://www.technogoober.com/images/footerbadgesprite.png") no-repeat 0 0 transparent; display:block; position:relative;}
#siteby .sitebyTG:hover {background:url("https://www.technogoober.com/images/footerbadgesprite.png") no-repeat 0 -73px transparent;}