  /* --------------------------------------------------- MISC --------------------------------------------------- */
a {
    line-height: inherit;
    color: #1a657d;
    text-decoration: none;
    cursor: pointer;
}
a {
  -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
body {
  font-family: 'Roboto', Helvetica, Arial sans-serif;
  color:#525252;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', Helvetica, Arial sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
.top-bar-title {
    display: inline-block;
    float: right;
    padding: 0.5rem 1rem 0.5rem 0;
}

.impactList a {
    padding: 0 5px;
}
.impactList a:first-child {
    padding: 0;
}
.impactList a:last-child {
    padding: 0;
}

.darkLink {
  color:#00415c;
}
.darkLink:hover {
  color:#005e85;
}

.quoteWrap {
    display: block;
    overflow: hidden;
}

/* --------------------------------------------------- NAV --------------------------------------------------- */
.top-bar, .top-bar ul {
    background-color: #f3f3f3;
}
.menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight:bold;
}
.menu > li, .menu.horizontal > li {
    display: table-cell;
    padding-top: 5px;
}
.sticky.is-stuck {
    position: fixed;
    z-index: 50;
}

/* --------------------------------------------------- BXSLIDER --------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.bx-wrapper ul {
  margin:0;
  list-style-type: none;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 2%;
  width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #e75300;
  text-indent: -9999px;
  display: block;
  width: 30px;
  height: 6px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #FFF;
    padding-top: 20px;
}
.bx-wrapper img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 100;
}
.downBtn {
  position: absolute;
  z-index: 20;
  bottom: 35%;
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  color:#fff;
}
.downBtn i {
  font-size:2.4em;
  cursor: pointer;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* --------------------------------------------------- HEADER SECTION --------------------------------------------------- */
.headerSection {
    position:relative;
}
.heroCaption {
    display: block;
    margin: 0;
    padding: 2rem;
    list-style-type: none;
    overflow: hidden;
    position: absolute;
    bottom: 45%;
    right:0;
    left:0;
    margin:auto;
    color:#fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.heroContent {
    padding-top: 0.35em;
    box-sizing: border-box;
}
.heroContent p {
    font-size: 1.25rem;
}
.heroTitle {
    word-spacing: 9999999px;
    text-transform: uppercase;
    font-weight:700;
    font-size: 5rem;
    line-height: 1;
}
.heroContent .topTitle {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    background-color: #00adbb;
    padding: 0 10px 2px 10px;
    color: #000;
    text-shadow: none;
    border: 0;
    text-align: left;
    display:inline-block;
}
.heroContent .subTitle {
    text-transform: uppercase;
    font-size: 2.8em;
    font-weight: normal;
    line-height: 1;
    display:block;
}
.heroContent .mainTitle {
    text-transform: uppercase;
    font-size: 5em;
    font-weight: bold;
    letter-spacing: 2px;
    display:block;
}

.bx-wrapper .bx-viewport:before {
    content: "";
    background: rgba(0,0,0,0.6);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}



/* --------------------------------------------------- VISION --------------------------------------------------- */
.visionSection {
    background: #1d8b98;
    padding: 4em 0.5em;
}
.visionInner img {
   /* border-left: 3px solid #88fa56;
    padding-left:2em;
    box-sizing:border-box;*/
}
.visionInner h1 {
    color: #fff;
    font-weight: 900;
    font-size: 3.25em;
}
.visionInner p {
    font-size: 1.875em;
    text-align: center;
    color: #99d3da;
}
.visionInner img, .visionInner p {
    vertical-align: middle;
    display:block;
}

/* --------------------------------------------------- PAGE NAVIGATION --------------------------------------------------- */
.pageNavsection {
    background:#005e85;
}
.page .pageNavsection {
    background:#e5e8e8;
}
.pageNav {
    margin: 0;
    list-style-type: none;
    display: block;
    overflow: hidden;
    padding: 0;
}
.pageNav li {
    width: 50%;
    float: left;
    display: block;
    /* min-height: 80px; */
    border-bottom: 1px solid #257698;
    vertical-align: middle;
    /*padding: 1.5em 0.5em;*/
    font-size: 32px;
}
.pageNav li a {
    color: #fff;
    display: block;
    line-height: 4;
    padding-left: 0.25em;
}
.pageNav li a:hover {
    background:#00adbb;
}
.pageNav li a:after {
    content: "\f138";
    font-family: "FontAwesome";
    float: right;
    display: inline-block;
    padding-right: 40px;
    font-weight: normal;
    color: #00415c;
}


/* --------------------------------------------------- PAGES --------------------------------------------------- */
.heroSection {
    border-top:25px solid #f5f5f5;
    background:#005e85;
    color:#fff;
    padding: 6em 0;
    text-transform: uppercase;
}
.heroSection .pageTitle h1 {
    font-weight:700;
}
.page .pageNav li a {
    color: #005e85;
    display: block;
    line-height: 4;
    padding-left: 0.25em;
}
.page .pageNav li a:hover {
    background: rgba(92, 102, 112, 0.5);
    color: #fff;
}
.contentSection {
    margin: 5em 0;
}
.contentSection h2 {
    font-weight:700;
    color:#008c95;
}
.contentSection h3 {
    font-weight: 700;
    color: #008c95;
    margin-bottom: 1rem;
}
blockquote, blockquote p {
    line-height: 1.6;
    color: #008c95;
    font-size: 1.5em;
}
blockquote {
    margin: 4rem 0 4rem;
    padding: 0 1.25rem 0 1.1875rem;
    border-left: 5px solid #008c95;
}
.contentSection figure {
    margin-bottom: 4rem;
}
figure img {
    margin-bottom:0.75em;
    border-radius: 12px;
}
figcaption {
    font-size:0.75em
}

.verticalQuote img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width:100%;
    height:auto;
}
.quoteContent {
    background: #005e85;
    padding: 3em;
    color: #ddf6f9;
    font-weight: normal;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position:relative;
    margin-bottom: 4em;
}
.quoteContent:before {
    content: url(/assets/about/ops/img/vquote-icon.png);
    position: absolute;
    z-index: 2000;
    top: -60px;
    left: 140px;
}
.verticalQuote.noImg .quoteContent {
    background: #005e85;
    padding: 3em;
    color: #ddf6f9;
    font-weight: normal;
    border-radius:12px;
    position:relative;
    margin: 4em 0;
}
.verticalQuote.noImg .quoteContent:before {
    content: "";
    display:none;
}
.quoteContent p {
    line-height: 2;
}
.quoteCite p {
    font-size: 82.5%;
    line-height: 1.6;
    font-weight:700;
}
.quoteCite span {
    display: block;
}
.verticalQuote.altBg {
  background:rgb(229, 232, 232);
  border-radius:12px;
}
.verticalQuote.altBg .quoteContent {
  background:transparent;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.verticalQuote.altBg .quoteContent:before {
    display:none;
}
.verticalQuote.altBg img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: auto;
}
.verticalQuote.altBg .quoteContent {
    color: #212121;
}
.contentSection.values .verticalQuote.altBg .quoteContent {
    margin: 0;
}
.contentSection.values .siteQuote img {
    width: 100%;
    max-width: 100%;
    border-radius: 25px;
    display: block;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
}
.verticalQuote.altBg ul {
  margin:0;
  padding:0;
}
.verticalQuote.altBg li span{
  color:#008c95;
  font-weight:bold;
}
.verticalQuote.altBg li {
    font-size: inherit;
    list-style-type: none;
    padding-bottom: 1em;
}
.verticalQuote.altBg img {
    padding-bottom: 2em;
}
.siteQuote {
    background:url("/assets/about/ops/img/quote-sm.png") top left no-repeat;
    padding-left:40px;
    color: #858f97;
    margin: 4em 0;
    overflow: hidden;
}
.contentSection.values .siteQuote {
    background:url("/assets/about/ops/img/quote-sm.png") top left no-repeat;
    padding-left:40px;
    color: #858f97;
    margin: 2em 0;
}
.siteQuote img {
    width: 100%;
    max-width: 120px;
    border-radius: 25px;
    display: block;
    float: left;
    margin-right: 10px;
    //margin-bottom: 96px;
}
.featureImg img {
    width:100%;
    height:auto;
}


.ahsCares img {
    max-width: 70%;
}
.quoteContent.ahsCares h3 {
    font-size: 1.5em;
    line-height: 1.65;
}
.values .panel h4 {
    font-size: 1.25em;
}
.values .verticalQuote.altBg {
    background: rgb(229, 232, 232);
    border-radius: 12px;
    padding-bottom: 6em;
    margin-bottom: 2em;
}
.verticalQuote h4 {
    font-weight: 900;
    margin-top: 1.5em;
    font-size: 1.5em;
}
.contentSection .large-5 .verticalQuote h3 {
    font-weight: 700;
    color: #00bcc8;
    margin-bottom: 1rem;
}
.verticalQuote figcaption {
    font-size: 0.75em;
    margin-bottom: 2em;
}
.contentSection .large-5 .verticalQuote.altBg h3 {
    font-weight: 700;
    color: #008c95;
    margin-bottom: 1rem;
}

/* --------------------------------------------------- FOOTER --------------------------------------------------- */
.footer {
    padding: 3em 0 3em;
}
p.copyright {
    padding-top: 0.5em;
}
.social {
    margin:0;
    padding:0;
    list-style-type: none;
    text-align: right;
}
.social li {
    display:inline-block;
    text-align:right;
    padding-right:0.75em;
}
.social li:last-child {
    padding-right:0;
}
.social li a {
    color:#000;
    font-size:1.8em;
}
.social li a:hover {
    color:#005e85;
}



/* --------------------------------------------------- INTRO SECTION --------------------------------------------------- */
.introSection {
    padding: 5rem 0;
    background:#e4e4e4;
}
.introSection p {
    color:#343434;
    font-weight:bold;
    font-size: 2.4em;
    line-height: 1.45;
}


/* --------------------------------------------------- COPY SECTION --------------------------------------------------- */
.copySection {
    padding: 5rem 0;
}
.copySection h3 {
    color: #1ab374;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.45em;
}
.copySection li {
    font-weight: bold;
    line-height: 2;
}


/* --------------------------------------------------- SUBFOOTER --------------------------------------------------- */

.footerSection {
    padding: 12rem 0 3em;
}
.subFooter {
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    padding: 2em 0;
    overflow: hidden;
}
a.prevTopic, a.nextTopic {
    color: #525252;
    font-size: 1em;
    font-weight: bold;
}
a.nextTopic {
    text-align: right;
    display: block;
}
a.prevTopic {
    text-align: left;
    display: block;
}
.nextTopic:after {
    content: "\f138";
    font-family: FontAwesome;
    margin-left: 8px;
    color: #1AB374;
}
.prevTopic:before {
    content: "\f137";
    font-family: FontAwesome;
    margin-right: 8px;
    color: #1AB374;
}
span.pageInfo {
    display: block;
    padding: 2.5em 0 0;
    text-transform: uppercase;
    color: #525252;
    text-align: center;
}

/* --------------------------------------------------- WHO WE ARE --------------------------------------------------- */
img.imgHighlight {
    padding: 20px;
    border: 1px solid #d8d8d8;
    margin: 1em 0 2em;
}


/* --------------------------------------------------- NAV OVERLAY --------------------------------------------------- */


.topSection {
    padding: 1em 0;
}
.logo {
    position:relative;
    left:2em;
}
.button_container {
    position: fixed;
    top: 2.5%;
    right: 2em;
    height: 30px;
    width: 40px;
    cursor: pointer;
    z-index: 2000;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #c33a32;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #005e85;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 1000;
}
.overlay.open {
  opacity: .98;
  visibility: visible;
  height: 100%;
}
.overlay-menu ul {

}
.overlay-menu li {
    width:50%;
    float:left;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25em;
  font-family: inherit;
  text-align: left;
}
/*.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}*/
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 50%;
    display: block;
}

.overlay ul li {
  display: block;
  height: 10%;
  height: calc(100% / 10);
  min-height: 20px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

/*.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}*/
/*.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}*/
.overlay ul li a:after {
    content: "\f138";
    font-family: "FontAwesome";
    float: right;
    display: inline-block;
    padding-right: 40px;
    font-weight: normal;
    color: #f7f7f7;
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
