/* 
Theme Name: Healthcare Theme
Author: Kairos Design Agency
Author URI: http://www.kairosdesignagency.com
*/

:root {
  --brand-blue: #0033A0;
  --brand-red: #e21a23;
  --brand-soft-blue: #E2E9F8;
  --brand-grey: #666666;
}

/************************
CSS Reset
************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "museo-sans", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	max-width: 100%;
	overflow-x: hidden;
}
#main-header ol, #main-header ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.row { padding-left: 5%; padding-right: 5%; }


b { font-weight: bold; }

img.alignleft { margin: 0 15px 15px 0; float: left; }
img.alignright { margin: 0 0 15px 15px; float: right; }

/************************
1140px Fluid Grid
************************/
.main-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.column {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}

.column:last-child { margin-right: 0; }

.span1 { width: 4.85%; }
.span2 { width: 13.45%; }
.span3 { width: 22.05%; }
.span4 { width: 30.75%; }
.span5 { width: 39.45%; }
.span6 { width: 48%; }
.span7 { width: 56.75%; }
.span8 { width: 65.4%; }
.span9 { width: 74.05%; }
.span10 { width: 82.7%; }
.span11 { width: 91.35%; }
.span12 { width: 100%; float: left; }
.last { margin-right: 0px; }
img, object, embed { max-width: 100%; }
img { height: auto; vertical-align: middle; }

/************************
Global Styles
************************/
html,
button,
input,
select,
textarea {
    color: #4A4A4A;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 18px;
    line-height: 1.4;
    font-family: "museo-sans", Arial, sans-serif;
   -webkit-font-smoothing: antialiased;
  	font-weight: 300;
}

ul li, ol li { list-style-position: outside; }

* { outline: none; }

h1 { font-size: 1.33em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.1em; font-weight: bold; color: #405760; text-transform: uppercase; margin: 0 0 5px 0; }
h4 { font-size: .8em; }

h1, h2, h3, h4 { font-family: "museo-sans", sans-serif; }

p { margin: 1em auto; }
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 0.8em; }
sup { position: relative; top: -0.25em; }

a { 
  color: #0033A0;; 
	text-decoration: none;
}

a:hover { color: #33464d; text-decoration: underline; }
a:active { color: #33464d; text-decoration: none; }

form label { display: block; margin: 0.4em 0 0.2em 0; }

input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d3d1d1;
	margin: 0;
	padding: 8px;
	font-size: 1.0em;
	color: #33464d;
	background: #faf9f9;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

input:focus, textarea:focus { border: 1px solid #405760; background: #fcfbfb; }

textarea { resize: vertical; height: 100px; width: 100%; }

form sup { color: #c40d0d; position: relative; top: 1px; }

input[type="submit"] {
	padding: 0.5em 1em;
	border-radius: 3px;
	cursor: pointer;
	opacity: 1;
	background: #aaa;
	color: #fff;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

fieldset {
    border: 0;
    margin: 10px 0 0 2px;
    padding: 0;
}

form label { font-weight: bold; color: #405760; }


input[type=submit] {
	background: #3e97dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e97dc 0%, #1c6685 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e97dc), color-stop(100%,#1c6685)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3e97dc 0%,#1c6685 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3e97dc 0%,#1c6685 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3e97dc 0%,#1c6685 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3e97dc 0%,#1c6685 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e97dc', endColorstr='#1c6685',GradientType=0 ); /* IE6-9 */
	padding: 8px 20px;
	border: 0;
	color: #ffffff;
	font-size: .9em;
	text-transform: uppercase;
	cursor: pointer;
}

form button, form input[type=submit] { float: right; }

input[type=submit]:hover {
	background: #1c6685; /* Old browsers */
	background: -moz-linear-gradient(top,  #1c6685 0%, #3e97dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c6685), color-stop(100%,#3e97dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1c6685 0%,#3e97dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1c6685 0%,#3e97dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1c6685 0%,#3e97dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1c6685 0%,#3e97dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6685', endColorstr='#3e97dc',GradientType=0 ); /* IE6-9 */
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.mobile-menu { 
	display: none; 
	position: absolute; 
	left: 0;
	top: 86px;
	z-index: 99; 
	background: #021727;
	width: 100%;
}

.mobile-menu .nav-click {
    position:absolute;
    z-index: 99;
    right:3px;
	color:#ffffff;
    cursor:pointer;
	background: url(images/dropArrows.png) no-repeat;
	height: 25px;
	width: 20px;
	padding: 15px 30px;
	display: inline-block;
	background-position: center center;
}

	.mobile-menu a { display: block; max-width: 90%; }

	.mobile-menu .nav-click.arrowRotate { background: url(images/dropArrowsRotate.png) no-repeat; background-position: center center; }

.mobile-menu ul li { font-size: 1.3em; border-bottom: 1px solid #a0a4a5; padding: 10px 0; cursor: pointer; padding: 12px; }

	#main-header #main-nav .mobile-menu ul li.activeDrop, .mobile-menu ul li.activeDrop:hover { background: #00101c; }

	.mobile-menu ul#menu-mobile-menu li:hover { background: #0f2c42; }

.mobile-menu ul ul { display: none; font-size: .69em; background: #0d2435; margin: 10px 0; }

.mobile-menu ul ul li { margin: 0; border: 0; }

	.mobile-menu ul ul.sub-menu li:hover { background: #04487b; }

.menu-button { 
	display: none; 
	float: right; 
	cursor:pointer; 
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 43px;
	font-size: 20px;
	text-align: center;
	opacity:0.7;
	color: #2d3d44;
	background: #d5dee7;
}
	
	.menu-button:hover, .menu-button.active { opacity: 1; }


.notification { color: #c40d0d; }

.box {
  position: relative;
  background: #fff;
/*   padding: 25px; */
  float: left;
  margin-right: 3.8%;
/*   box-shadow: 0px 2px 7px #ccc; */
}

main.posts_page article.row { padding-left: 0; }

/************************
Custom Theme Styles
************************/

header#main-header { 
  height: auto; 
  position: relative;  
  background: rgba(255, 255, 255, .9);
  position: fixed;
  width: 100%;
  z-index: 9999;
}

header#main-header .header-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

header#main-header nav.mobile { display: none; }

header#main-header .logo a { display: block; padding: 30px 0; }
  header#main-header .logo a img { max-width: 308px; }

header#main-header nav { flex-basis: 60%; }
  header#main-header nav ul, header#main-header nav div { display: flex; -webkit-align-items: stretch; align-items: stretch; height: 100%; }
  header#main-header nav div {  }

  header#main-header nav ul { width: 100%; align-items: stretch; -webkit-align-items: stretch; }

    header#main-header nav ul li { 
      float: left; 
      height: 100%;
      position: relative;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      text-align: center;
      -webkit-flex-direction: column;
      flex-direction: column;
    }
    
    header#main-header nav ul li a {
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      font-family: "museo-sans", sans-serif;
      font-size: 1em;
      font-weight: 500;
      width: 100%;
      display: inline-block;
    }
    header#main-header nav ul li:hover { background: #fff; }
    
    header#main-header nav ul li a:hover { color: #e21a23; text-decoration: none; }

header#main-header #menu-btn { background: transparent; border: none; }

header#main-header .burger-icon { 
		margin-right: 15px; 
		border-right: 3px solid #ebeff0; 
		padding: 10px 0; 
		padding-right: 15px; 
		color: #282828;
		font-size: 16px;
		text-transform: uppercase;
		padding-top: 22px;
	}
	header#main-header .burger-icon .btn-container { display: inline-block; top: 24px; position: absolute; }
	header#main-header .burger-icon__label { position: relative; margin-left: 35px }
	header#main-header .burger-icon__stripe {
	    background-color: #666;
	    display: block;
	    height: 2px;
	    width: 27px;
	    border-radius: 9px;
	    margin-bottom: 6px;
	    -webkit-transition: .2s all ease-out;
	            transition: .2s all ease-out;
	}

	.burger-icon[aria-expanded="true"] .btn-container span:nth-child(1) {
	    transform: rotate(45deg);
	    margin-top: 8px;
	  }
	  
	  .burger-icon[aria-expanded="true"] .btn-container span:nth-child(2) { opacity: 0; }
	  .burger-icon[aria-expanded="true"] .btn-container span:nth-child(3) {
	    transform: rotate(-45deg);
	    margin-top: -16px;
	  }
	  
	  header#main-header .mobile-menu { display: none; }

header#main-header nav ul.mobile-menu li:nth-child(n) a {
    background-position: center 30px;
    padding-top: 75px;
}

/* header#main-header nav ul li:hover ul { display: flex; } */

header#main-header nav ul li ul { 
  flex-wrap: wrap; 
  position: absolute; 
  height: 100%; 
  top: 100%; 
  width: 160%; 
  border-top: 5px solid #e21a23;
  display: none;
}
  header#main-header nav ul li ul li { 
    float: none; 
    flex-basis: 100%; 
    height: auto; 
    background: #fff; 
    text-align: left; 
    padding-left: 10px;
  }
    header#main-header nav ul li ul li a { 
      padding: 10px 0; 
      display: block; 
      position: relative; 
      top: auto; 
      transform: none;
      left: auto;
    }

header#main-header .mobile-menu {
    background: #F9FCFE;
    height: auto;
    position: absolute;
    width: 100%;
    top: 0;
}

header#main-header nav ul.mobile-menu li:nth-child(n) a { padding-top: 0; top: 0; transform: translate(0, 0); left: 0; padding: 25px 0; flex-basis: 100%; }

header#main-header .mobile-menu li { flex-basis: 100%; }

nav.mobile { width: 110%; position: relative; }
nav.mobile div.menu-main-menu-container { position: relative; }

header#main-header .mobile-menu li a { max-width: 100%; }

header#main-header .logo { flex-basis: 35%; }

.single-location .banner .info-banner { background: #A30B37; }

#main-content { max-width: 100%; overflow-x: hidden; }

.buckets { padding: 3%; }
  .buckets .bucket { padding: 0; }
    .buckets .bucket .content { padding: 3%; }
    .buckets .bucket h1 { font-size: 1.5em; margin-top: 15px; }

.TextBlock { padding: 40px 5%; }

.page-id-19 .care-services .TextBlock { padding-right: 5%; flex-basis: 45%;  flex-grow: 1; }
.page-id-19 .care-services .AccordionBlock { padding-left: 5%; padding-right: 5%; flex-basis: 40%; flex-grow: 1; }

.home .ImageCalloutBlock:nth-child(odd) {
  background: #E2E9F8;
}
  .ImageCalloutBlock { display: flex; padding: 40px 5%; justify-content: space-between; }
  
  .ImageCalloutBlock.right { flex-direction: row-reverse; }
  
  .ImageCalloutBlock .calloutImage { flex-basis: 53%; position: relative; z-index: 100; align-self: center; }
  .ImageCalloutBlock h1 { font-weight: bold; }
  .ImageCalloutBlock div.copy { 
    flex-basis: 44%; 
    align-self: center; 
    padding-left: 30px;
    border-left: 7px solid #e21a23;
  }
  
  .ImageCalloutBlock.right div.copy { margin-right: 3%; }
  .ImageCalloutBlock:not(.right) div.copy { margin-left: 3%; }
  
  .ImageCalloutBlock div.copy a:after { content: " »"; }
  
  /*** Image Shadow ***/
  .ImageCalloutBlock .calloutImage:before, .ImageCalloutBlock .calloutImage:after
  {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
  }
  .ImageCalloutBlock .calloutImage:after
  {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
  
  .mapInfo { display: flex; justify-content: space-between; width: 80%; margin-top: 1em; }
  
  .ImageCalloutBlock .map-container { width: 53%; }
  .ImageCalloutBlock .map-container img.shadow { 
    width: 105%;
    max-width: 110%;
    position: relative;
    left: -3%;
    top: -20px;  
  }
  
  .ImageCalloutBlock .acf-map:after {
    background: url(img/shadow.png);
    width: 100%;
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    content: "";
    transform: rotate(0deg);
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    box-shadow: none;
  }
  
/*** Home Hero Banner ***/
.HomeHeroContainer { position: relative; }
.HomeHeroContainer:before {
  position: absolute;
  z-index: 500;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  width: 40%;
  content: "";
}
.HomeHeroContainer .CenterInfo { 
  position: absolute; 
  top: 60%;
  transform: translateY(-50%);
  padding-left: 8%;
  z-index: 600;
}
.HomeHeroContainer .CenterInfo span, .HomeHeroContainer .CenterInfo h1 { display: block; font-size: 24px; font-weight: bold; }
.HomeHeroContainer .CenterInfo span a { color: #666; }
.HomeHeroContainer .CenterInfo span { color: #666; }

.HomeHeroContainer .CenterInfo p { display: flex; align-items: center; }
.HomeHeroContainer .CenterInfo p:last-child { margin-bottom: 0; }
.HomeHeroContainer .CenterInfo .icon { font-size: 24px; width: 25px; color: #0033A0; margin-right: 10px; }

/*** Head room ***/

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

/*** #### Care Services #### ***/

.care-services { display: flex; flex-wrap: wrap; }

.care-services .HeroContainer { flex-basis: 100%; }
.care-services .TextBlock { flex-basis: 50%; order: 3; padding-left: 0; }
.care-services .TextBlock p:first-child { margin-top: 0; }
.care-services .AccordionBlock { flex-basis: 50%; order: 2; margin-top: 40px; }

/*** Careers Banner ***/

#careers-banner { position: relative; }
.careers-content { color: #fff; position: absolute; top: 50%; transform: translateY(-50%); left: 3%; font-size: 24px; }
  .careers-content h1 { font-size: 48px; font-weight: 500; }
    .careers-content h1 span { font-weight: 700; font-style: inherit; font-family: 'museo-sans', serif; }

.careers-content a { display: inline-block; background: #fff; color: #0033A0;; font-family: 'museo-sans', serif; border-radius: 25px; padding: 1% 3%; }

.page-id-12 main .content .box.span12, .page-id-8 main .content .box.span12 { 
  width: 100%;
  max-width: 1440px;
  margin: 40px auto 50px;
  float: none;
  
}

.page-id-12 main.row .locations {
  width: 94%;
  max-width: 1440px;
  margin: 0 auto;
  
  overflow: auto;
}

/*** ### ***/
  
  .home .page-content { position: relative; padding-top: 35px; }
  .home .page-content h1 { color: #0033A0;; font-size: 36px; font-weight: normal; }
  .home .page-content img.alignright { 
    float: right;
    max-width: 388px;
    width: 23.3%;
    position: relative;
    top: -20px;
    margin-left: 15px;
  }
  
  section.span8 p.back { margin-top: 0; }
  
  .home .stats { position: relative; }
  .home .stats .stat { 
    float: left;
    text-align: center;
    margin-right: 3.8%;
    font-size: 19px;
    padding: 10px 10px 0px 10px;
  }
    .stats .stat-container { width: 100%; }
    .stats .stat-container.vertical-align { position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%;  }
    .stats .stat h1 { font-size: 48px; color: #0033A0;; font-weight: 700; line-height: 1; }
    
  .home .stats .stat:last-child { margin-right: 0; }
  
#posts { padding: 35px 3%; }
  #posts h1 { margin-bottom: 15px; font-size: 26px; }
  #posts h1 img { margin-right: 10px; }

  #posts article header { margin-top: 25px; }  
    #posts article h1 { margin-bottom: 0; line-height: 1; }
    #posts article h2 { line-height: 1; font-size: 18px; }
      #posts article h2 small { font-size: 14px; }

#locations { padding: 35px 3%; }
  #locations h1 { margin-bottom: 15px; font-size: 26px; }
  #locations h1 img { margin-right: 10px; max-width: 35px; }
  
.find-location #map { margin: 15px 0; }

section.content.span8.column ul.locations.row { margin-left: 0; }
section.content { position: relative; }
section.content ul.locations { overflow-y: scroll; height: 100%; margin-left: 0; position: relative; }
section.content .locations-container { position: relative; height: auto; max-width: 1440px; margin: 0 auto; }
section.content .fade {
  content  : "";
  position : absolute;
  z-index  : 1;
  bottom   : 0;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to bottom, 
                    rgba(226,225,225, 0), 
                    rgba(226,225,225, 1) 90%);
  width    : 100%;
  height   : 4em;
}
  
section.content.span8.column ul.locations li:before { content: ""; }
  
.single-location .tour { background: #0033A0;; color: #fff; display: inline-block; padding: 10px 20px; border-radius: 25px; font-family: "museo-sans", serif; }

.single-location .location-info h1 { font-size: 18px; font-weight: 500; }
.single-location .location-info h2 { font-size: 18px; }

.single-location aside.mobile { display: none; }

.single-location .info-banner { background: #fff; padding: 25px 3%; }

.single-location .location-links, .single-location .location-links ul { list-style-type: none; }
.single-location .location-links > li { float: left; margin-right: 10px; padding-right: 10px; border-right: 1px solid #ccc; position: relative; }
.single-location .location-links > li:last-child { border: none; }
  .single-location .location-links ul { 
    position: absolute; 
    z-index: 500; 
    background: #fff; 
    width: 200%; 
    padding: 15px; 
    border-radius: 15px;
    
    text-transform: capitalize;
    
    left: 50%; 
    transform: translateX(-50%); 
    
    visibility: hidden;
    opacity: 0;
    
    transition: all .3s ease-in;
  }
  .care-options-link:hover ul { visibility: visible; opacity: 1; }

  
main { position: relative; height: auto; display: table; }
  
  main section.content.box { width: 94%; max-width: 1440px; margin: 40px auto 50px; float: none; }
  
main section.content ul { margin-left: 1px; }
  
main aside.sidebar {
  position: relative;
  display: table-cell;
  padding: 25px 3%;
  background: #F9FCFE;
  border-right: 1px solid #E6E4E4;
  height: 100%;
  width: 26.75%;
}

main aside.sidebar h1 { margin-bottom: 10px; }
main aside.sidebar ul, main aside.mobile ul { margin-left: 10px; text-transform: capitalize; margin-bottom: 15px; list-style-type: none; }
  main aside.sidebar ul li:before { content: "-"; position: relative; left: -8px; }
  
main aside.mobile { padding-left: 3%; }

  main section.content { padding: 3% 3%; }
  
  .page-id-8 main section.content { margin: 30px auto; width: 94%; }

.like-us { max-width: 100px; margin-top: 15px; }

main #map { height: 300px; }

  main ul.locations li { list-style-type: none; margin-bottom: 30px; padding: 15px; 
    border: 1px solid #E6E3E3; 
    background: #F9FCFE; text-align: center;  }
    
        main ul.locations li.span4:nth-child(3n) { margin-right: 0; }
  
  main ul.locations li a { 
    display: block; 
    text-align: center;
  }
    main ul.locations li a:hover img { opacity: .7; }
    main ul.locations li h1 { font-size: 24px; margin-top: 10px; }
      main ul.locations li h2 { font-size: 16px; }
      
      .show-services { 
        display: none;
        width: 100%; 
        text-align: center; 
        padding: 5px; 
        background: #0033A0;; 
        border-radius: 25px; 
        color: #fff; 
      }

section.content.span8.column ul { margin-left: 15px; list-style-type: none; }
section.content.span8.column ul li:before { content: "-"; position: relative; left: -10px; }
.page-id-12 section.content.span8.column ul { margin-left: 0; }

.facility-home-link { margin: 7px 0 0; font-size: 14px; }

/* ### Employee Spotlight ### */

#spotlight {
  background: url('img/heart.gif') #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 25%;
  padding: 3%;
}

#spotlight .congrats { max-width: 80%; margin: 0 auto; }

#spotlight .congrats h1 {
  font-size: 48px;
  color: rgb(0,156,222);
}

#spotlight .congrats p { font-size: 24px; }

footer#main-footer {
  padding: 50px 3%;
  font-size: 14px;
  text-align: center;
  
  background-image: linear-gradient(180deg, #0033A0 12%, #1152DE 100%);
  color: #fff;
  
  position: relative;
}

footer#main-footer ul { display: inline-block; list-style-type: none; }

footer#main-footer div.footer-locations { width: 20%; float: left; }
  footer#main-footer div.footer-locations { text-align: left; }

footer#main-footer div.footer-right { width: 20%; float: right; }
footer#main-footer ul.locations li { float: none; border-right: 0; padding: 0; margin-right: 0; }
  footer#main-footer ul.locations li a { color: #fff; }

  footer#main-footer ul li { float: left; margin-right: 15px; border-right: 1px solid #ccc; padding-right: 15px; }
  footer#main-footer ul li:last-child { border-right: 0; padding-right: 0; }
    footer#main-footer ul li a { color: #fff; }

/******** ### Posts Pages ### *********/
main.posts_page {
  padding: 40px 5%;
  width: 100%;
}

.posts_page section article { width: 100%; }

main.posts_page article.box { margin-top: 40px; }
main.posts_page article.box:first-child { margin: 0; }

  main.posts_page aside > ul { list-style-type: none; }
  
  main.posts_page aside > ul > li { margin-top: 15px; }  
    main.posts_page aside > ul > li:first-child { margin-top: 0; }
    
    main.posts_page aside ul li ul { margin-left: 17px; list-style-type: disc; }
    
    
.inset { padding: 40px 5%;}
.page-id-20 #main-content h1, .page-id-21 #main-content h1 { font-weight: bold; margin-top: 15px; }
.page-id-20 #main-content ul, .page-id-21 #main-content ul { margin-left: 20px; }
.page-id-20 .inset, .page-id-21 .inset { padding-top: 0; padding-bottom: 0; }
.page-id-20 #main-content, .page-id-21 #main-content { padding-bottom: 40px; }    
.page-id-20 #main-content .HeroContainer, .page-id-21 #main-content .HeroContainer { margin-bottom: 40px; }
    
    
.activedemand-button { background: #0033A0; !important; }

main.post-single { padding-top: 130px; }
main.posts_page .TextBlock { padding-left: 0; }
main.post-single .content img { float: left; margin-right: 3%; margin-bottom: 3%; }

/******* #### Accordion #### *********/
.AccordionBlock { width: 50%; padding: 0 5%; margin-bottom: 40px; }
  .AccordionBlock ul { list-style-type: none; }
  .AccordionBlock ul li { position: relative; border: 1px solid #979797; border-bottom: 0; }
  .AccordionBlock ul li:last-child { border-bottom: 1px solid #979797; }
  
  .AccordionBlock ul li .content { padding: 10px; display: none; }
  .AccordionBlock ul li[aria-expanded="true"] .content { display: block; }
  .AccordionBlock ul li .content p:first-child { margin-top: 0; }
  .AccordionBlock ul li .content p:last-child { margin-bottom: 0; }

.AccordionBlock ul li h1 { background: #F2F2F2; font-size: 24px; padding: 3px 8px; }
.AccordionBlock ul li[aria-expanded="true"] h1 { border-bottom: 1px solid #979797; }
.AccordionBlock ul li h1 strong { position: absolute; right: 8px; }

.AccordionBlock ul li ul { list-style-type: disc; margin-left: 20px; }
.AccordionBlock ul li ul li, .AccordionBlock ul li ul li:last-child { border: 0; }

    
    
.TextBlock h1 { font-weight: bold; }

.page-id-22 .wp-block-columns { padding: 40px 5%; }
  .page-id-22 .wp-block-columns .wp-block-column:first-child { flex-basis: 30%; }
  .page-id-22 .wp-block-columns .wp-block-column:last-child { flex-basis: 70%; }
  
/********* #### Maps Section of Contact Us #### *********/

.page-id-22 .ImageCalloutBlock { flex-wrap: wrap; }
.page-id-22 .ImageCalloutBlock .copy { flex-basis: 100%; padding-left: 0; border-left: none; margin-left: 0; flex-wrap: wrap; }

.page-id-22 .ImageCalloutBlock .copy .mapInfo { flex-wrap: wrap; }
.page-id-22 .ImageCalloutBlock .copy .mapInfo div { flex-basis: 100%; }
.page-id-22 .ImageCalloutBlock .copy .mapInfo div:last-child { margin-top: 15px; }

.page-id-22 .ImageCalloutBlock .map-container { flex-basis: 100%; }


/**** Notifications ****/

.notification { background: #0033A0; padding: 15px 5%; display: flex; color: #fff; justify-content: space-between; margin-bottom: 1.25rem; flex-basis: 100%; }
  .notification .close { color: #fff; font-size: 20px; text-align: right; align-self: center; cursor: pointer; }

.notification a { color: #fff; font-weight: bold; }
  
.notice header { padding-top: 0; }

/**** COVID 19 ****/
.covid { padding: 0 5% 50px; }


.faq { margin: 0 auto; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; border-radius: 8px; padding: 20px 5%; margin: 20px 0; }

.faq .parent { margin-bottom: 30px; border-top: 1px solid #efefef; padding-top: 30px; }
.faq .parent:first-child { padding-top: 0; border-top: 0; }

.faq h2 { font-size: 1.3em; color:#0033A0; position: relative; }
.faq h2:before {
  content: "Q";
  position: absolute;
  font-size: 1.8em;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.faq .overflow { position: relative; }
.faq .overflow:before {
  content: "A";
  position: absolute;
  font-size: 1.8em;
  left: -43px;
  top: 50%;
  transform: translateY(-50%);
}


/************************
Responsive
************************/
@media (max-width: 1200px) {
  
  .page-content.box, .stats.box { width: 100%; float: none; margin-bottom: 40px; }


}
@media (max-width: 1068px) {
	
	header#main-header .logo a { height: 100%; padding-left: 10%; padding-right: 10%; }
	h1.logo a img { width: 100%; position: relative; top: 50%; transform: translateY(-50%); }

  .careers-content { width: 94%; }
  
  main ul.locations li { width: 48%; }
  main ul.locations li:nth-child(even) { margin-right: 0; }

}

@media (max-width: 1000px) {
  .ImageCalloutBlock {
    display: block;
  }
  .ImageCalloutBlock .calloutImage { width: 53%; margin: 0 auto 40px; }
  header#main-header nav ul li a { font-size: .85em; }
}

@media (max-width: 905px) {

.banner-links a { padding: 10px 25px 10px 10px; font-size: 30px; margin-bottom: 15px; }
.banner-links a img { max-height: 45px; }

}

@media (max-width: 900px) {
  .banner .info-banner h1 {
    font-size: 2.0em;
  }
  
  .alignright.wp-image-150 { margin-top: 50px; }
  
  article .post-thumbnail { width: 100%; margin-right: 0; float: none; }
  article .post-content { width: 100%; margin-right: 0; float: none; }
}

@media (max-width: 860px) {
  .page-id-19 .care-services .TextBlock { order: 2; flex-basis: 100%; padding: 40px 5% 0; } 
  .care-services .AccordionBlock { order: 3; }
  
  .page-id-22 .wp-block-columns { flex-wrap: wrap; }
  .page-id-22 .wp-block-columns .wp-block-column:nth-child(n) { flex-basis: 100%; }
}

@media (max-width: 800px) {
  .buckets.row .bucket.span4 { width: 100%; float: none; margin-right: 0; margin-bottom: 50px; }  
  .buckets.row .bucket.span4 .img { width: 55%; margin: 0 auto; }
  
  .quote.column.span4 { width: 100%; float: none; margin-right: 0; margin-bottom: 25px; border-bottom: #e2e1e1 1px solid; padding-bottom: 25px; }
  .quote.column.span4:last-child { border: 0; }
}

@media (max-width: 768px) {
    .main-nav { display: none; }
    header#main-header nav.mobile { 
      display: block; 
      border-bottom: none;
      width: 112%;
      float: none;
      text-align: center;
      left: -6%;
    }
    header#main-header #menu-btn { position: absolute; top: 50%; transform: translateY(-55%); right: 4%; }
    h1.logo a img { position: relative; top: auto; transform: translateY(0); }
    
    header#main-header #menu-btn {
      position: relative;
      top: 0;
      transform: translateY(0);
      margin: 0 auto 25px;
      right: 0;
    }
    
    header#main-header { display: block; position: relative; }
    header#main-header .logo a { border-bottom: 0; }
    
    header#main-header nav ul { background: #F9FCFE; }
    header#main-header nav ul li {
        float: none;
        height: auto;
        position: relative;
        -webkit-flex-grow: inherit;
        flex-grow: inherit;
        text-align: center;
        -webkit-flex-direction: inherit;
        flex-direction: inherit;
    }
    
    
    header#main-header nav ul li a { position: relative; }
    
    .HomeHeroContainer { text-align: center; }
    .HomeHeroContainer .CenterInfo { 
      position: relative; 
      top: inherit;
      transform: translateX(0);
      margin-top: 15px;
      margin: 40px auto 0;
      display: inline-block;
      padding-left: 0;
    }
    
    .careers-content h1 { font-size: 24px; margin-bottom: 0; }
    .careers-content p { font-size: 16px; margin-top: 0; }
    
    .banner .banner-links { text-align: center; right: 50%; transform: translateX(50%); width: 94%; top: auto; bottom: 25px; }
    
    .home .banner-text { width: 94%; margin: 0 auto; transform: translate(0); top: 25px; }
    
    .banner-links a { display: inline-block; font-size: 18px; border-radius: 25px; padding-left: 10px; padding-right: 15px; }
    .banner-links a img { max-height: 25px; }
    
    
    .content .row .span6.column { width: 100%; float: none; }
    .content .row .span6.column:first-child { margin-bottom: 20px; }
    
    .content .row .span6.column ul { margin-left: 18px; }
    
    footer#main-footer div.footer-locations, footer#main-footer div.footer-center { 
      width: 100%; 
      position: relative; 
      float: none; 
      top: 0;
      left: 0;
      transform: translate(0);
      text-align: center;
    }
    
    footer#main-footer div.footer-center {
      margin-top: 40px;
    }
    footer#main-footer div.footer-center li { float: none; border: 0; margin: 0; padding: 0;}
    
    main ul.locations li { width: 100%; float: none; }
    main ul.locations li:nth-child(even) { margin-right: 0; }
    
    .home video { display: none; }
    .home img.banner { display: block; }
    
    
    section.posts { width: 100%; margin-right: 0; min-height: inherit; }
    aside.column { width: 100%; margin-right: 0; min-height: inherit; margin-top: 40px; }
}

@media (max-width: 750px) {
  main aside.sidebar { display: none; }
  .single-location aside.mobile { display: block; padding-left: 3%; padding-right: 3%; }
    .single-location aside.mobile ul { margin-left: 11px; list-style-type: none; }
    main aside.mobile ul li:before { content: "-"; position: relative; left: -8px; }
  main section.content { float: none; width: 100%; padding-left: 3% }
  
}

@media (max-width: 736px) {
 .home .stats .stat {
    float: none;
    text-align: center;
    margin-right: 3.8%;
    font-size: 19px;
    padding: 10px 10px 0px 10px;
    width: 100%;
  } 
  
  .show-services { display: block; }
  
  .info-banner ul.row { display: none; }
  .info-banner ul.row li { border: 0; float: none; }
  
  .ImageCalloutBlock .calloutImage { width: 75%; }
  
}

@media (max-width: 710px) { 
  .home .banner .info-banner h1 { text-align: center; }
  .banner .info-banner h2 { font-size: 1.2em; margin-top: 15px; }
  .banner .info-banner .quick-links { 
    position: relative; 
    top: 0; 
    transform: translateY(0); 
    margin: 20px auto 0; 
    width: 100%; 
    right: 0;
    left: 0;
    text-align: center;
  }
  
  h1.logo a img { min-width: 200px; top: 0; transform: translateY(0);  }
  
}

@media (max-width: 600px) { 
  main ul.locations li { width: 100%; float: none; } 
  
  .single-location #map { width: 100%; float: none; margin-bottom: 15px; }
  .single-location .span4.column { width: 100%; float: none; }
  
  .banner .banner-links { bottom: 15px; }
    
    .home .banner-text { top: 15px; }
   .home .banner-text h1 { font-size: 2.0em; }
   
   .mapInfo { display: block; }
   .mapInfo div:last-child { margin-top: 15px; }
}

@media (max-width: 568px) { 
  .buckets.row .bucket.span4 .img { width: 75%; }
  .home .page-content img.alignright { margin-top: 0; float: none; width: 100%; top: auto; margin: auto; }
  
  .careers-content {
    position: relative;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 2px 7px #ccc;
    top: auto;
    transform: none;
    margin: 40px 0;
  }
  
  .ImageCalloutBlock .calloutImage { width: 100%; }
  
  .careers-content:after {
    content: "";
    position: absolute;
    height: 9px;
    width: 100%;
    left: 0;
    bottom: -9px;
    background: rgb(0,156,222);
    background: -moz-linear-gradient(-45deg, rgba(0,156,222,1) 0%, rgba(114,36,108,1) 99%);
    background: -webkit-linear-gradient(-45deg, rgba(0,156,222,1) 0%,rgba(114,36,108,1) 99%);
    background: linear-gradient(135deg, rgba(0,156,222,1) 0%,rgba(114,36,108,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499ed6', endColorstr='#702673',GradientType=1 );
  }
  
  .careers-content h1, .careers-content p { color: #4A4A4A; }
  
}

@media (max-width: 468px) { 
  .buckets.row .bucket.span4 .img { width: 100%; }
  
  footer#main-footer ul li { float: none; border: none; padding-right: 0; margin-right: 0; }
  
  
}

@media (max-width: 450px) {
  .home .banner-text h1 { font-size: 1.8em; }
  .banner .banner-links { bottom: 8px; }
  .banner .banner-links a:nth-child(2), .banner .banner-links a:nth-child(3) { margin-bottom: 0; }
}

@media (max-width: 425px) {
  .banner .banner-links {     
    position: relative;
    bottom: auto;
    right: auto;
    transform: translate(0);
    margin: 15px auto 0; 
  }
  .banner .banner-links a { margin-bottom: 10px !important; display: block; }
  
.home .banner-text { top: 60px; }
}

@media (max-width: 400px) {
  .banner .info-banner h1 {
    font-size: 1.8em;
  }
  h1 { font-size: 1.8em; }
  
  
  header#main-header nav div { display: block; position: relative; width: 100%; }
  header#main-header .mobile-menu { 
    background: #F9FCFE; 
    height: auto;
    position: absolute;
    width: 100%;
  }
  header#main-header .mobile-menu li { float: none; }
  
  header#main-header nav.mobile-menu ul li:nth-child(n) a {
    background-position: center 30px;
    padding-top: 75px;
  }  
  
}

/************************
@font-face
************************/





