.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexwrap-wrap {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
}
.justify-content-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexcell-equal-width {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/*==========================================*/
/* Animations */
/* https://github.com/daneden/animate.css */
/*==========================================*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 500ms;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  animation-duration: 500ms;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-duration: 300ms;
  animation-name: slideInDown;
}
.keyframesParallelogramRightAnimationBegin {
  top: -30%;
  right: -30%;
}
.keyframesParallelogramRightAnimationEnd {
  right: -6%;
  top: -22%;
}
@keyframes keyframesParallelogramRight {
  from {
    top: -30%;
    right: -30%;
  }
  to {
    right: -6%;
    top: -22%;
  }
}
.keyframesParallelogramRight {
  -webkit-animation-name: keyframesParallelogramRight;
  animation-name: keyframesParallelogramRight;
  animation-duration: 2000ms;
}
.keyframesParallelogramBottomAnimationBegin {
  left: -100%;
  bottom: 20%;
}
.keyframesParallelogramBottomAnimationEnd {
  left: -49%;
  bottom: 8%;
}
@keyframes keyframesParallelogramBottom {
  from {
    left: -100%;
    bottom: 20%;
  }
  to {
    left: -49%;
    bottom: 8%;
  }
}
.keyframesParallelogramBottom {
  -webkit-animation-name: keyframesParallelogramBottom;
  animation-name: keyframesParallelogramBottom;
  animation-duration: 2000ms;
}
/* Font Config */
/* Color Config */
/* Button Colors */
/* Navigation Link Colors */
/* Responsive Dimensions */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  /*font-weight: 500;*/
  color: #212529;
  letter-spacing: 0.02em;
  line-height: 30px;
}
h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 58px;
  line-height: 62px;
  font-weight: 900;
  color: #444444;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
}
h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 52px;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 49px;
  }
}
h2.teal {
  color: #008DA8;
}
h2.arrow {
  padding-left: 45px;
}
h2.arrow:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 13px;
  left: 0;
  background-image: url(images/arrow_orange_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  color: #212529;
  margin-bottom: 30px;
}
h3.teal {
  color: #008DA8;
}
h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  color: #008DA8;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #008DA8;
  text-transform: uppercase;
  line-height: 26px;
  font-size: 15px;
}
img.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
hr {
  border-top: 1px solid #979797;
}
.padded-underline {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .padded-underline {
    padding-bottom: 10px;
  }
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .no-mobile-bottom-padding {
    padding-bottom: 0 !important;
  }
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .no-mobile-bottom-margin {
    margin-bottom: 0 !important;
  }
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.masthead {
  padding: 5px 0 0 0;
}
.masthead .masthead-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.masthead .masthead-inner nav > ul > li > a {
  height: 92px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .masthead .masthead-inner nav > ul > li > a {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .masthead .masthead-inner nav > ul {
    -webkit-box-shadow: -2px 5px 11px -3px rgba(0, 0, 0, 0.35);
    box-shadow: -2px 5px 11px -3px rgba(0, 0, 0, 0.35);
  }
}
.masthead .masthead-inner nav > ul > li:hover > a {
  color: #008DA8;
}
.masthead .masthead-inner nav > ul > li:hover ul {
  display: block;
}
.masthead .masthead-inner nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.masthead .masthead-inner nav ul li {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.masthead .masthead-inner nav ul li:first-child {
  padding-left: 0;
}
.masthead .masthead-inner nav ul li a {
  color: #212529;
  font-weight: bold;
  font-size: 15px;
}
.masthead .masthead-inner nav ul li ul {
  border-top: 5px solid #008DA8;
  position: absolute;
  display: none;
  top: 92px;
  right: -30px;
  left: -30px;
  z-index: 55;
  background-color: white;
  padding: 15px 0;
}
.masthead .masthead-inner nav ul li ul li {
  display: block;
  padding: 0;
}
.masthead .masthead-inner nav ul li ul li a {
  display: block;
  padding: 5px 25px;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .masthead .masthead-inner nav ul li ul {
    display: block;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    border-top: none;
    padding: 0;
  }
  .masthead .masthead-inner nav ul li ul li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .masthead .masthead-inner nav ul li ul li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .masthead .masthead-inner nav ul li ul li a {
    padding: 5px 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .masthead .masthead-inner nav {
    position: absolute;
    top: 92px;
    z-index: 2;
    background: white;
    border-top: 1px solid #e6e6e6;
    left: 0;
    right: 0;
  }
  .masthead .masthead-inner nav ul {
    padding: 20px;
  }
  .masthead .masthead-inner nav ul li {
    display: block !important;
    padding: 10px 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .masthead .masthead-inner nav {
    top: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .masthead .logo-wrap img {
    width: 280px;
    height: auto;
  }
}
.hero {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.hero.video {
  overflow: hidden;
}
.hero.video video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 976px) {
  .hero.video video {
    display: none;
  }
}
.hero .mask {
  position: absolute;
  /*.debug(red);*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(images/hero_mask.svg);
  background-position: top left;
  background-repeat: no-repeat;
}
.hero .hero-inner-container {
  /*.debug(red);*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 759px;
  z-index: 2;
}
.hero .hero-inner-container .hero-body {
  border-top: 4px solid #1b2a55;
  background: white;
  color: #212529;
  font-size: 20px;
  line-height: 32px;
  padding: 69px 65px;
  width: 50%;
}
@media only screen and (max-width: 976px) {
  .hero .hero-inner-container .hero-body {
    width: inherit;
  }
}
.hero .hero-inner-container .hero-body h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 45px;
  line-height: 52px;
  color: #008DA8;
  font-weight: 900;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 22px;
}
.hero .hero-inner-container .hero-body h4 {
  color: #fff;
}
.hero .hero-inner-container .hero-body .hero-actions {
  margin-top: 40px;
}
.hero .hero-inner-container .hero-body .hero-actions .btn {
  margin-right: 20px;
}
.hero .hero-inner-container .hero-body .hero-actions .btn:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .hero .hero-inner-container .hero-body .hero-actions .btn {
    margin-bottom: 25px;
    width: 100%;
  }
}
.hero.interior .hero-inner-container {
  min-height: 460px;
}
.hero.interior .hero-inner-container .hero-body {
  max-width: 80%;
  background: none;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .hero.interior .hero-inner-container .hero-body {
    max-width: 100%;
    width: 100%;
  }
}
.hero.interior .hero-inner-container .hero-body .sub-title {
  color: white !important;
  margin-bottom: 25px;
  font-size: 20px !important;
}
.hero.interior .hero-inner-container .hero-body h1 {
  margin-top: 0;
  margin-bottom: 30px;
  color: white;
  font-size: 58px;
  line-height: 72px;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .hero.interior .hero-inner-container .hero-body h1 {
    font-size: 42px;
    line-height: 60px;
  }
}
.hero.interior .hero-inner-container .hero-body p {
  display: block;
  margin-bottom: 40px;
  color: white;
  font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.hero.interior .hero-inner-container .hero-body .hero-cta {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .hero.interior .hero-inner-container .hero-body {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero.interior .hero-inner-container {
    padding: 60px 0;
  }
}
.hero-badge {
  text-align: center;
  position: relative;
}
.hero-badge img {
  margin-top: -1px;
}
.masthead-inner nav ul li a {
  transition: color 300ms;
}
.masthead-inner nav ul li a:hover {
  text-decoration: none;
  color: #008DA8;
}
@media only screen and (max-width: 1199px) {
  .masthead-inner nav {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .masthead-inner .hamburger {
    display: block;
  }
}
.grade-nav-section {
  background-color: #f2f2f4;
  /*  .grade-nav {
    padding: 0 18%;
    @media @mobile {
      padding: 0 8%;
    }
    ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      width: 100%;

      .flexbox;
      .align-items-center;
      .justify-content-space-between;

      li {
        display: inline-block;
        @media @mobile {
          text-align: center;
        }
        a {
          display: block;
          padding: 38px 0;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 16px;
          transition: color 300ms;
          &:hover {
            text-decoration: none;
            color: @orange;
          }
        }
      }

    }
  }*/
}
.grade-nav-section.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0px 7px 12px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 12px 1px rgba(0, 0, 0, 0.15);
}
.hamburger {
  padding: 0 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.breadcrumbs {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
}
.breadcrumbs li {
  font-size: 13px;
  display: inline-block;
  color: #65717e;
}
.breadcrumbs li:after {
  content: "/";
  display: inline-block;
  padding-left: 5px;
  padding-right: 3px;
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs li a {
  color: #212529;
}
.testimonial-slider {
  margin-top: 40px;
  padding-top: 60px;
  background-color: #008DA8;
}
.testimonials {
  margin-bottom: 0;
  color: #ffffff;
}
.testimonials h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 58px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .testimonials h2 {
    font-size: 35px;
  }
}
.testimonials .testimonial-item {
  padding-top: 70px;
  padding-bottom: 200px;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .testimonials .testimonial-item {
    background-image: none !important;
  }
}
.testimonials .testimonial-item:focus {
  outline: none;
}
.testimonials .testimonial-item:active {
  outline: none;
}
.testimonials .testimonial-item .testimonial-body {
  display: block;
  /*margin: 0 auto;*/
  width: 60%;
  padding-left: 10%;
  font-size: 17px;
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.testimonials .testimonial-item .testimonial-body h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonials .testimonial-item .testimonial-body {
    width: 90%;
  }
}
.testimonials .testimonial-item .testimonial-body .byline {
  display: block;
  padding-top: 20px;
  font-size: 16px;
  line-height: 22px;
}
.testimonials .testimonial-item .testimonial-body .byline .name,
.testimonials .testimonial-item .testimonial-body .byline .company {
  display: block;
  font-weight: 800;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.testimonials .testimonial-item .testimonial-body .byline .company {
  margin-top: 10px;
  font-weight: normal;
}
.testimonials .slick-dots {
  bottom: 75px;
}
.testimonials .slick-dots li {
  margin: 0px;
}
.testimonials .slick-dots li button:before {
  -webkit-transition: font-size 300ms;
  -moz-transition: font-size 300ms;
  -ms-transition: font-size 300ms;
  -o-transition: font-size 300ms;
  transition: font-size 300ms;
  font-size: 11px;
}
.testimonials .slick-dots li.slick-active button:before {
  font-size: 17px !important;
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  top: unset;
  bottom: 90px;
  z-index: 9999;
}
.testimonial-slider .slick-prev {
  left: 10%;
}
.testimonial-slider .slick-prev:before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url(images/arrow_back.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonial-slider .slick-next {
  right: 82%;
}
.testimonial-slider .slick-next:before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url(images/arrow_next.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider .slick-prev {
    left: 27%;
  }
  .testimonial-slider .slick-next {
    right: 35%;
  }
}
.main .btn {
  -webkit-transition: background-color 400ms !important;
  -moz-transition: background-color 400ms !important;
  -ms-transition: background-color 400ms !important;
  -o-transition: background-color 400ms !important;
  transition: background-color 400ms !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  padding: 5px 35px;
  position: relative;
  background: #008DA8;
  color: white;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  /*&.arrow {
      padding: 6px 12px !important;
      &:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 19px;
        background-image: url(images/arrow_right.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 20px 19px;
        background-size: 20px 19px;
        vertical-align: middle;
        padding-left: 10px;
        margin-left: 10px;
      }
    }*/
}
@media only screen and (max-width: 991px) {
  .main .btn {
    padding: 5px 10px;
    font-size: 13px;
  }
}
.main .btn.big {
  letter-spacing: 0.04em;
  padding: 13px 33px;
  -webkit-transition: padding 400ms;
  -moz-transition: padding 400ms;
  -ms-transition: padding 400ms;
  -o-transition: padding 400ms;
  transition: padding 400ms;
}
@media only screen and (max-width: 991px) {
  .main .btn.big {
    padding: 8px 13px;
    font-size: 13px;
  }
}
.main .btn.ghost-cta {
  letter-spacing: 0.04em;
  padding: 13px 30px;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -ms-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
  background: white;
  border: 1px solid #212529;
  color: #212529;
  font-size: 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main .btn.ghost-cta {
    padding: 14px 38px !important;
    font-size: 16px !important;
  }
}
.main .btn.ghost-cta:after {
  /*content: "";
        display: inline-block;
        width: 20px;
        height: 19px;
        background-image: url(images/icon_arrow_orange.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 20px 19px;
        background-size: 20px 19px;
        vertical-align: middle;
        padding-left: 10px;
        margin-left: 10px;*/
}
.main .btn.ghost-cta:hover {
  background: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .main .btn.ghost-cta {
    padding: 14px 38px !important;
    font-size: 16px !important;
  }
}
.main .btn.light-teal-cta {
  letter-spacing: 0.04em;
  padding: 13px 30px;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -ms-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
  background: #63c9d7;
  /*border: 4px solid @orange;*/
  color: white;
  font-size: 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main .btn.light-teal-cta {
    padding: 14px 38px !important;
    font-size: 16px !important;
  }
}
.main .btn.light-teal-cta:after {
  /*content: "";
        display: inline-block;
        width: 20px;
        height: 19px;
        background-image: url(images/icon_arrow_orange.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 20px 19px;
        background-size: 20px 19px;
        vertical-align: middle;
        padding-left: 10px;
        margin-left: 10px;*/
}
.main .btn.light-teal-cta:hover {
  background: #008DA8 !important;
  border-color: #008DA8 !important;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .main .btn.light-teal-cta {
    padding: 14px 38px !important;
    font-size: 16px !important;
  }
}
.main .btn.orange-cta {
  letter-spacing: 0.04em;
  padding: 13px 50px;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -ms-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
  background: #f79520;
  /*border: 4px solid @orange;*/
  color: white;
  font-size: 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main .btn.orange-cta {
    padding: 14px 38px !important;
    font-size: 16px !important;
  }
}
.main .btn.orange-cta.outlined {
  color: #f79520;
  border: 2px solid #f79520 !important;
  background: white !important;
}
.main .btn.orange-cta:after {
  /*content: "";
        display: inline-block;
        width: 20px;
        height: 19px;
        background-image: url(images/icon_arrow_orange.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 20px 19px;
        background-size: 20px 19px;
        vertical-align: middle;
        padding-left: 10px;
        margin-left: 10px;*/
}
.main .btn.orange-cta:hover {
  background: #f9ac51 !important;
  border-color: #f9ac51 !important;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .main .btn.orange-cta {
    padding: 14px 38px !important;
    font-size: 16px !important;
  }
}
.main .btn.white-cta {
  letter-spacing: 0.04em;
  padding: 10px 30px;
  -webkit-transition: padding 400ms;
  -moz-transition: padding 400ms;
  -ms-transition: padding 400ms;
  -o-transition: padding 400ms;
  transition: padding 400ms;
  background: transparent;
  border: 2px solid white;
  color: white;
  font-size: 15px;
  position: relative;
}
.main .btn.white-cta:after {
  /*content: "";
        display: inline-block;
        width: 20px;
        height: 19px;
        background-image: url(images/icon_arrow_orange.svg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 20px 19px;
        background-size: 20px 19px;
        vertical-align: middle;
        padding-left: 10px;
        margin-left: 10px;*/
}
.main .btn.white-cta:hover {
  color: #212529;
}
@media only screen and (max-width: 991px) {
  .main .btn.white-cta {
    padding: 14px 38px !important;
    font-size: 16px !important;
  }
}
.main .btn.no-arrow:after {
  content: none;
}
.success-bullet-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
}
.success-bullet-wrap .success-copy {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.success-bullet-wrap .success-copy .copy-container {
  max-width: 75%;
  margin: 0 auto;
}
.success-bullet-wrap .success-copy .copy-container h2 {
  margin-bottom: 30px;
}
.success-bullet-wrap .success-bullets {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.success-bullet-wrap .success-bullets .bullet-container {
  width: 70%;
  margin: 0 auto;
}
.success-bullet-wrap .success-bullets .bullet-container ul {
  list-style-type: none;
  padding: 0;
}
.success-bullet-wrap .success-bullets .bullet-container ul li {
  color: #212529;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
}
.success-bullet-wrap .success-bullets .bullet-container ul li img {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .success-bullet-wrap {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .success-bullet-wrap .success-copy {
    width: 100%;
  }
  .success-bullet-wrap .success-bullet-wrap {
    width: 100%;
    margin-top: 60px;
  }
  .success-bullet-wrap .success-bullets {
    width: 100%;
    padding: 80px 40px 0 40px;
  }
  .success-bullet-wrap .success-bullets .bullet-container {
    width: 100%;
  }
  .success-bullet-wrap .success-bullets .bullet-container ul li img {
    margin-right: 10px;
  }
}
.page-intro-container {
  padding: 40px 0;
}
.page-intro-container .page-intro {
  text-align: center;
  max-width: 70%;
  margin: 50px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-intro-container .page-intro {
    max-width: 95%;
  }
}
.page-intro-container .page-intro h1 {
  margin-bottom: 22px;
}
.page-intro-container .page-intro p {
  font-size: 20px;
  line-height: 32px;
  color: #3F4141;
  -webkit-font-smoothing: antialiased;
}
.page-body-container {
  /* Curriculum Articles */
}
.page-body-container.grade .page-body article {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .page-body-container.grade .page-body article {
    padding: 0;
  }
}
.page-body-container .two-col-responsive .col.copy {
  padding: 0 0 0 80px;
}
.page-body-container .two-col-responsive .col.copy.left {
  padding: 0 80px 0 0;
}
.page-body-container .two-col-responsive .col.copy h2 {
  margin-top: 0;
}
.page-body-container .two-col-responsive .col.copy h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-body-container .two-col-responsive .col.copy {
    padding: 0;
    margin-bottom: 20px;
  }
  .page-body-container .two-col-responsive .col.copy.left {
    padding: 0;
  }
}
.page-body a {
  color: #008DA8;
}
.page-body img {
  max-width: 100%;
}
.page-body.generic {
  padding: 120px 0;
}
.page-body.generic h2 {
  margin-top: 30px;
}
.page-body.generic h2:first-child {
  margin-top: 0;
}
.page-body.generic h3 {
  margin-top: 30px;
}
.page-body.generic h4 {
  margin-top: 30px;
}
.page-body.generic ul,
.page-body.generic ol {
  margin: 30px 0;
}
/* C5 Related Styles and overrides */
/*.ccm-panel-ready {
  body {
    &.theme-white {
      margin-top: 48px !important;
    }
  }
  .masthead {
    top: 48px !important;
  }
}*/
div.alert-success {
  border: 1px solid #005393 !important;
  background-color: #e6f2fc !important;
  padding: 15px;
  margin-bottom: 50px;
  color: #464444 !important;
}
div.alert-error,
div.alert-danger {
  border: 1px solid #f00 !important;
  background-color: #fdeded !important;
  padding: 15px;
  margin-bottom: 50px;
}
div.alert-error ul,
div.alert-danger ul {
  margin: 0;
}
.form-group .text-muted.small {
  color: #f15757;
  float: right;
}
.login-alert .ccm-system-errors {
  margin-bottom: 0;
}
.login-alert .ccm-system-errors .close {
  display: none;
}
.login-page .row {
  margin-bottom: auto !important;
}
.ccm-search-block-text {
  padding: 10px;
  width: 50%;
  border: 1px solid #bdbcbc;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .ccm-search-block-text {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
#searchResults .searchResult {
  margin-top: 0;
  border-bottom: 1px solid #efefef;
  padding-top: 25px;
  padding-bottom: 25px;
}
#searchResults .searchResult h3 {
  font-size: 20px;
  margin-top: 0;
}
.white-popup {
  position: relative;
  background: #FFF;
  max-width: 992px;
  height: auto;
  margin: 1px auto 20px auto;
  line-height: 0;
}
.two-col-responsive {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*border: 1px solid red;*/
  margin-top: 200px;
}
.two-col-responsive.grade {
  margin-top: 0;
}
.two-col-responsive.align-content-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.two-col-responsive .col {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .two-col-responsive .col.mobile-order-first {
    order: -1;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-responsive .col {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-responsive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.two-col-responsive img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .two-col-responsive.grade.mobile-col-reverse .carousel {
    order: 2;
  }
  .two-col-responsive.grade.mobile-col-reverse .copy {
    order: 1;
  }
  .two-col-responsive.grade .carousel {
    padding-bottom: 70px;
  }
  .two-col-responsive.grade .copy {
    padding-top: 50px !important;
  }
}
.viewport-full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media only screen and (max-width: 767px) {
  .mobile-viewport-full-width {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.three-col-cta-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 30px 0;
}
.three-col-cta-wrapper .cta-col {
  width: 33.333333%;
}
@media only screen and (max-width: 767px) {
  .three-col-cta-wrapper {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .three-col-cta-wrapper .cta-col {
    width: 100%;
    margin-bottom: 40px;
  }
}
.icon-cta {
  text-align: center;
  padding: 0 40px;
}
.icon-cta figure {
  display: block;
  margin-bottom: 25px;
}
/*********************************************/
/* Various content layouts */
/*********************************************/
.left-justified-text-module {
  text-align: left;
  margin: 0 auto;
  max-width: 65%;
}
@media only screen and (max-width: 767px) {
  .left-justified-text-module {
    max-width: 80%;
  }
}
.padded-content-area {
  padding-left: 160px;
  padding-right: 160px;
}
@media only screen and (max-width: 991px) {
  .padded-content-area {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .padded-content-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.centered-content-area {
  text-align: center;
  padding-left: 160px;
  padding-right: 160px;
  /*margin-bottom: 60px;*/
}
@media only screen and (max-width: 991px) {
  .centered-content-area {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .centered-content-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.inline-image img {
  display: inline-block;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
}
.flex-row .col-wide {
  width: 50%;
  padding: 10px 40px 10px 0;
}
.flex-row .col-narrow {
  width: 45%;
}
.flex-row.row-two-col-wide-left .col-narrow {
  padding-left: 30px;
}
.flex-row.row-two-col-wide-right .col-narrow {
  padding-right: 65px;
}
.flex-row.row-two-col-wide-right .col-wide {
  padding-right: 0;
}
.flex-row .btn {
  margin-top: 20px;
}
.flex-row ul,
.flex-row ol {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .flex-row .col-wide,
  .flex-row .col-narrow {
    width: 100%;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
  .flex-row.row-two-col-wide-left .col-narrow {
    margin-top: 20px;
    padding-left: 0;
  }
  .flex-row.row-two-col-wide-right .col-narrow {
    padding-right: 0;
  }
}
.padded-img-left {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.padded-img-right {
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
}
/*********************************************/
/* Page Masthead Banners */
/*********************************************/
.page-banner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  /*background-position: center center;*/
}
.page-banner .page-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(255,255,255,0.8); */
}
.page-banner h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  color: inherit;
  margin-top: 0px;
  margin-bottom: 21px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .page-banner h1 {
    font-size: 42px;
    line-height: 50px;
    max-width: 100% !important;
  }
}
.page-banner p {
  display: block;
  padding-top: 15px;
  line-height: 25px;
  margin-bottom: 0;
  max-width: 70%;
}
@media only screen and (max-width: 767px) {
  .page-banner p {
    max-width: 100%;
  }
}
/*************************************************************/
/* Section CTA (large image on left, copy on right & reverse */
/*************************************************************/
.section-cta-wrap {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .section-cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .section-cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.section-cta-wrap.border-bottom {
  border-bottom: 2px solid #bfbfbf;
}
.section-cta-wrap.align-vertical {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-cta-wrap .supporting-image {
  /*.debug(green);*/
}
@media only screen and (max-width: 991px) {
  .section-cta-wrap .supporting-image {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .section-cta-wrap .supporting-image img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-cta-wrap .supporting-image img {
    max-width: 100%;
  }
}
.section-cta-wrap .supporting-body {
  /*.debug(blue);*/
  padding-left: 7%;
  padding-right: 7%;
}
.section-cta-wrap .supporting-body h1,
.section-cta-wrap .supporting-body h2,
.section-cta-wrap .supporting-body h3 {
  padding-top: 0px;
  margin: 0 0 15px 0;
}
.section-cta-wrap .supporting-body p {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .section-cta-wrap .supporting-body {
    max-width: 100%;
    padding: 50px 30px;
  }
}
.section-cta-wrap.align-right .supporting-image {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .section-cta-wrap.align-right .supporting-image {
    order: 0;
  }
}
.section-cta-wrap.align-right .supporting-body {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-cta-wrap.align-right .supporting-body {
    padding: 50px 30px;
  }
}
.section-cta-wrap ul,
.section-cta-wrap ol {
  padding-left: 28px;
  margin-left: 0;
}
/*********************************************/
/* Full Bleed Banner CTA */
/*********************************************/
.banner-cta {
  width: 100%;
  position: relative;
  min-height: 479px;
  height: 480px;
  /* IE needs this for align-items center */
  background-color: #000000;
  color: #ffffff;
  /*background-image: url('images/logo_elements_bg.png');*/
  background-position: center center;
  /*background-attachment: fixed;*/
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner-cta .banner-cta-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -o-linear-gradient(217deg, rgba(75, 191, 170, 0.82) 0%, rgba(30, 150, 181, 0.82) 38%, rgba(42, 36, 108, 0.82) 100%);
  background-image: linear-gradient(233deg, rgba(75, 191, 170, 0.82) 0%, rgba(30, 150, 181, 0.82) 38%, rgba(42, 36, 108, 0.82) 100%);
}
.banner-cta h1,
.banner-cta h2,
.banner-cta h3 {
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 44px;
}
.banner-cta-body {
  text-align: center;
  z-index: 1;
  max-width: 45%;
}
@media only screen and (max-width: 767px) {
  .banner-cta-body {
    max-width: 100%;
  }
}
.banner-cta .btn:hover {
  background-color: rgba(30, 31, 34, 0.7);
}
@media only screen and (max-width: 767px) {
  .banner-cta {
    padding: 0 30px 0 30px;
  }
}
/*********************************************/
/* Icon Callout (Mini - Icon w/ Text) */
/*********************************************/
.icon-callout {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.icon-callout.mini img {
  margin-bottom: 35px;
}
.icon-callout.mini p {
  font-size: 15px;
  line-height: 19px;
}
/*********************************************/
/* Icon CTA */
/*********************************************/
.feature {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  min-height: 329px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 42px 47px 28px 47px;
}
.feature .icon {
  display: block;
  margin-bottom: 47px;
  position: relative;
  min-height: 60px;
}
.feature .icon img.hover-state {
  display: none;
}
@media only screen and (max-width: 767px) {
  .feature .icon {
    margin-bottom: 30px;
  }
}
.feature .feature-title {
  text-transform: uppercase;
  color: inherit;
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  max-width: 60%;
  display: inline-block;
  margin: 0 auto 30px auto;
}
.feature .feature-body {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: inherit;
}
.feature.horizontal {
  text-align: left;
  margin-bottom: 100px;
}
.feature.horizontal .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.feature.horizontal .feature-title {
  padding-left: 90px;
  color: inherit !important;
  text-transform: none;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.feature.horizontal .feature-body {
  padding-left: 90px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .feature.horizontal {
    margin-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .feature.horizontal .icon {
    left: 30px;
  }
  .feature.horizontal .feature-title,
  .feature.horizontal .feature-body {
    padding-left: 65px;
    padding-right: 5px;
  }
}
.feature.hoverable {
  -webkit-transition: background 300ms, box-shadow 300ms;
  -moz-transition: background 300ms, box-shadow 300ms;
  -ms-transition: background 300ms, box-shadow 300ms;
  -o-transition: background 300ms, box-shadow 300ms;
  transition: background 300ms, box-shadow 300ms;
  margin-bottom: 0;
}
.feature.hoverable .feature-body {
  visibility: hidden;
}
.feature.hoverable:hover {
  background: white;
  -webkit-box-shadow: 0 3px 4px 1px #000;
  -moz-box-shadow: 0 3px 4px 1px #000;
  box-shadow: 0 3px 4px 1px #000;
}
.feature.hoverable:hover .icon .static-state {
  display: none;
}
.feature.hoverable:hover .icon .hover-state {
  display: inline-block;
}
.feature.hoverable:hover .feature-body {
  visibility: visible;
}
/*********************************************/
/* Mini Stat */
/*********************************************/
.mini-stat {
  text-align: center;
}
.mini-stat h3 {
  font-size: 35px;
}
.mini-stat p {
  text-transform: uppercase;
}
/*********************************************/
/* Card CTA */
/*********************************************/
.card-cta-container {
  margin-top: 30px;
}
.card-cta-container .card-cta-action {
  text-align: center;
  margin-top: 60px;
}
.card-cta {
  position: relative;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .card-cta {
    margin-bottom: 40px;
  }
}
.card-cta .card-cta-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
  transition: opacity 300ms;
}
.card-cta .card-cta-body .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(images/card_cta_overlay.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-cta .card-cta-body .card-overlay .card-overlay-body {
  text-align: center;
}
.card-cta .card-cta-body .card-overlay .card-overlay-body .overlay-label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.card-cta .card-cta-body .card-overlay .card-overlay-body h2 {
  margin-top: 10px;
  color: white;
}
.card-cta .card-cta-body .card-overlay .card-overlay-body p {
  display: block;
  padding-top: 20px;
  transition: padding-top 300ms;
}
.card-cta .overlay {
  position: absolute;
  border: 1px solid #005291;
  transition: opacity 300ms;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  padding: 25px;
}
.card-cta .overlay .overlay-label {
  color: #005291;
  text-transform: uppercase;
  font-weight: 600;
}
.card-cta .overlay h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.card-cta .overlay p {
  font-size: 15px;
}
.card-cta:hover .card-cta-body {
  opacity: 0;
}
.card-cta:hover .card-cta-body .card-overlay-body p {
  /*padding-top: 40px;*/
}
/*********************************************/
/* Two CTA Body
/*********************************************/
.two-col-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 660px;
  margin: 120px 0 100px 0;
}
.two-col-cta .photo {
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  order: 1;
}
.two-col-cta .copy {
  background-color: #005581;
  width: 50%;
  order: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.two-col-cta .copy .cta-body {
  color: white;
  max-width: 70%;
  margin: 0 auto;
}
.two-col-cta .copy .cta-body h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  padding-left: 45px;
}
.two-col-cta .copy .cta-body h2:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 13px;
  left: 0;
  background-image: url(images/arrow_orange_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.two-col-cta .copy .cta-body ul {
  padding: 0;
  margin-top: 25px;
  list-style-position: outside;
  list-style-type: none;
  font-size: 17px;
}
.two-col-cta .copy .cta-body ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
}
.two-col-cta .copy .cta-body ul li:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "\2022";
  color: #f79520;
  display: inline-block;
  font-size: 40px;
}
.two-col-cta .copy .cta-body ul.check-list li {
  padding-left: 30px;
}
.two-col-cta .copy .cta-body ul.check-list li:before {
  content: "";
  background-image: url(images/icon_checkmark.svg);
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 3px;
  width: 20px;
  height: 20px;
}
.two-col-cta .copy .cta-body .cta-actions {
  margin-top: 40px;
}
.two-col-cta .copy .cta-body .cta-actions .btn {
  transition: background-color 300ms;
}
.two-col-cta .copy .cta-body .cta-actions .btn:hover {
  background-color: white !important;
  color: #212529 !important;
}
@media only screen and (max-width: 767px) {
  .two-col-cta {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .two-col-cta .photo {
    width: 100%;
    height: 400px;
  }
  .two-col-cta .copy {
    width: 100%;
  }
  .two-col-cta .copy .cta-body {
    padding: 60px 0;
    max-width: 80%;
  }
}
.photo-cta-carousel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.photo-cta-carousel .body {
  background: #f6f6f6;
  width: 50%;
}
.photo-cta-carousel .body .body-inner {
  max-width: 75%;
  display: block;
  margin: 60px auto 0 auto;
}
.photo-cta-carousel .body .body-inner h2 {
  margin-bottom: 30px;
}
.photo-cta-carousel .body .photo-cta-carousel-body {
  margin-top: 120px;
}
.photo-cta-carousel .body .photo-cta-carousel-body-item {
  color: #00739C;
}
.photo-cta-carousel .body .photo-cta-carousel-body-item p {
  display: block;
  margin-bottom: 30px;
}
.photo-cta-carousel .body .photo-cta-carousel-body .slick-dots {
  text-align: left;
  bottom: inherit;
  top: -80px;
}
.photo-cta-carousel .body .photo-cta-carousel-body .slick-dots li {
  width: 55px;
  height: 55px;
  margin-right: 20px;
}
.photo-cta-carousel .body .photo-cta-carousel-body .slick-dots li:last-child {
  margin-right: 0;
}
.photo-cta-carousel .body .photo-cta-carousel-body .slick-dots li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border: 1px solid #00739C;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  transition: background-color 300ms;
}
.photo-cta-carousel .body .photo-cta-carousel-body .slick-dots li a:hover {
  text-decoration: none;
}
.photo-cta-carousel .body .photo-cta-carousel-body .slick-dots li.slick-active a {
  background-color: #00739C;
  color: white;
}
.photo-cta-carousel .photo {
  width: 50%;
}
.photo-cta-carousel .photo figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .photo-cta-carousel {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .photo-cta-carousel .photo {
    width: 100%;
  }
  .photo-cta-carousel .body {
    width: 100%;
  }
}
.photo-carousel figure {
  position: relative;
}
.photo-carousel figure:before {
  content: "";
  background-image: url(images/orange_vertical_strip.svg);
  display: block;
  width: 30px;
  height: 303px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.photo-carousel figure img {
  width: 100%;
  height: auto;
}
.photo-carousel .slick-prev,
.photo-carousel .slick-next {
  top: unset;
  bottom: -60px;
}
.photo-carousel .slick-prev {
  left: 41%;
}
.photo-carousel .slick-prev:before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url(images/arrow_back.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.photo-carousel .slick-next {
  right: 45%;
}
.photo-carousel .slick-next:before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url(images/arrow_next.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-banner-container {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .footer-banner-container {
    margin-top: 100px;
  }
}
.footer-banner-container .footer-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-banner-container .footer-banner .footer-banner-body {
  max-width: 60%;
  margin: 0 auto;
  padding: 135px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-banner-container .footer-banner .footer-banner-body {
    max-width: 80%;
  }
}
.footer-banner-container .footer-banner .footer-banner-body h3 {
  color: #00739C;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.footer-banner-container .footer-banner .footer-banner-body h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.schedule-meeting {
  padding: 60px 0;
  background-color: #ddf3f6;
}
.schedule-meeting.theme-white {
  background-color: white;
}
.schedule-meeting h3 {
  color: #444444;
  text-transform: none;
  font-weight: 900;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 46px;
  margin-bottom: 30px;
}
.schedule-meeting p {
  color: #444444;
  display: block;
  margin: 0 auto;
  max-width: 60%;
}
.schedule-meeting p.footnote {
  line-height: 22px !important;
}
.schedule-meeting .calendar-widget {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .schedule-meeting p {
    max-width: 100%;
  }
}
.card-cta-container {
  margin-top: 40px;
  margin-bottom: 120px;
}
.card-cta-container .card-cta-actions {
  position: absolute;
  bottom: 75px;
}
@media only screen and (max-width: 1199px) {
  .card-cta-container .card-cta-actions {
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .card-cta-container .card-cta-actions {
    bottom: 10px;
  }
}
.card-cta-container .card-cta-actions .btn {
  margin-right: 20px;
}
.card-cta-container .card-cta-actions .btn:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .card-cta-container .card-cta-actions .btn {
    margin-bottom: 90px;
    width: 100%;
  }
}
.card-cta-container .card-cta-body {
  max-width: 95%;
  margin: 0 auto;
  padding: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .card-cta-container .card-cta-body {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.card-cta-container .card-cta-body header {
  background-color: #008DA8;
  color: white;
  padding: 30px;
  position: relative;
}
.card-cta-container .card-cta-body header h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: white;
  text-transform: none;
  margin-left: 120px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .card-cta-container .card-cta-body header h4 {
    margin-left: 80px;
  }
}
.card-cta-container .card-cta-body header .icon {
  position: absolute;
  top: 27%;
  left: 8%;
}
.card-cta-container .card-cta-body .card-cta-body-inner {
  padding: 45px;
  border-left: 1px solid #767676;
  border-right: 1px solid #767676;
  border-bottom: 1px solid #767676;
  min-height: 512px;
}
.card-cta-container .card-cta-body .card-cta-body-inner ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 40px;
}
.card-cta-container .card-cta-body .card-cta-body-inner ul li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.card-cta-container .card-cta-body .card-cta-body-inner ul li:before {
  content: "";
  display: inline-block;
  background-image: url(../css/images/icon_checkmark.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
}
.module-boxed-content-with-logo {
  margin: 140px auto 140px auto;
}
.module-boxed-content-with-logo .boxed-content-body {
  border: 1px solid #767676;
  padding: 30px 40px;
  margin: auto 20px auto 20px;
  min-height: 600px;
  position: relative;
}
.module-boxed-content-with-logo .boxed-content-body figure {
  display: block;
  margin-bottom: 20px;
  margin: auto;
}
.module-boxed-content-with-logo .boxed-content-body img {
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 2rem;
}
.module-boxed-content-with-logo .boxed-content-body h4 {
  color: #212529;
  font-size: 36px;
  line-height: 50px;
  display: block;
  text-transform: none;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .module-boxed-content-with-logo .boxed-content-body {
    margin-bottom: 40px;
  }
}
.featured-video-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 60px 0 120px 0;
}
.featured-video-container .featured-video-body {
  width: 45%;
  background-color: #008DA8;
  padding: 63px;
  color: white;
}
.featured-video-container .featured-video-body .fvb-inner h3 {
  color: white;
  font-size: 46px;
  line-height: 54px;
  font-weight: 900;
  margin-top: 25px;
}
.featured-video-container .featured-video-preview {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-video-container .featured-video-preview .featured-video-play-button svg .outline {
  transition: stroke 300ms;
}
.featured-video-container .featured-video-preview .featured-video-play-button svg #play_icon path {
  transition: fill 300ms;
}
.featured-video-container .featured-video-preview .featured-video-play-button:hover svg .outline {
  stroke: #008DA8;
}
.featured-video-container .featured-video-preview .featured-video-play-button:hover svg #play_icon path {
  stroke: #008DA8;
  fill: #008DA8;
}
@media only screen and (max-width: 767px) {
  .featured-video-container {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .featured-video-container .featured-video-body {
    width: 100%;
  }
  .featured-video-container .featured-video-preview {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100% !important;
    min-height: 320px;
  }
}
.module-photo-card-cta {
  margin: 100px 0;
}
.module-photo-card-cta .row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.module-photo-card-cta .row.display-flex > [class*='photo-card-body'] {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .module-photo-card-cta .photo-card-spacer {
    margin-bottom: 50px;
  }
}
.module-photo-card-cta .photo-card-body {
  margin: 0 25px 50px;
  height: 100%;
  border: 1px solid #767676;
}
.module-photo-card-cta .photo-card-body figure {
  background-size: cover;
  background-position: center  center;
  background-repeat: no-repeat;
  height: 345px;
}
.module-photo-card-cta .photo-card-body .inner-body {
  padding: 35px 35px 85px 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .module-photo-card-cta .photo-card-body .inner-body {
    height: auto;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .module-photo-card-cta .photo-card-body .inner-body h3 {
    font-size: 22px;
  }
}
.module-photo-card-cta .photo-card-body .inner-body p {
  font-size: 17px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  .module-photo-card-cta .photo-card-body .inner-body {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 35px;
  }
  .module-photo-card-cta .photo-card-body .inner-body .btn {
    padding: 10px !important;
  }
}
.module-photo-card-cta .cta-buttons {
  position: absolute;
  bottom: 50px;
  left: 75px;
}
@media only screen and (max-width: 767px) {
  .module-photo-card-cta .cta-buttons {
    bottom: 10px;
  }
}
.module-photo-card-cta .cta-buttons .btn {
  margin-right: 20px;
}
.module-photo-card-cta .cta-buttons .btn:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .module-photo-card-cta .cta-buttons .btn {
    margin-bottom: 25px;
    width: 75%;
  }
}
.module-grey-boxed-photo-content {
  background-color: #f0f1f3;
  padding: 140px 0;
  margin-bottom: 140px;
  -webkit-font-smoothing: antialiased;
}
.module-grey-boxed-photo-content .flex-row {
  margin: 0;
}
.module-grey-boxed-photo-content .flex-row .col-wide img {
  width: 100%;
  height: auto;
}
.module-grey-boxed-photo-content h2 {
  color: #008DA8;
}
.module-grey-boxed-photo-content ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 22px;
}
.module-grey-boxed-photo-content ul li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.module-grey-boxed-photo-content ul li:before {
  content: "";
  display: inline-block;
  background-image: url(../css/images/icon_checkmark.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
}
.module-grey-boxed-photo-content.theme-dark h2 {
  color: #444444;
  font-size: 36px !important;
  line-height: 42px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .module-grey-boxed-photo-content {
    padding: 70px 0;
  }
}
.module-2col-photo-and-copy {
  padding: 75px 0 75px 0;
  -webkit-font-smoothing: antialiased;
}
.module-2col-photo-and-copy .flex-row {
  margin: 0;
}
.module-2col-photo-and-copy .flex-row .col-wide img {
  width: 100%;
  height: auto;
}
.module-2col-photo-and-copy ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 22px;
}
.module-2col-photo-and-copy ul li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
.module-2col-photo-and-copy ul li:before {
  content: "";
  display: inline-block;
  background-image: url(../css/images/icon_checkmark.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
}
.module-2col-photo-and-copy.white-bg {
  background-color: #fff;
}
.module-2col-photo-and-copy.grey-bg {
  background-color: #f0f1f3;
}
.module-2col-photo-and-copy.charcoal h2 {
  color: #444444;
}
.module-2col-photo-and-copy.teal h2 {
  olor: #008DA8;
}
@media only screen and (max-width: 767px) {
  .module-2col-photo-and-copy {
    padding: 70px 0;
  }
}
.stylized-cta {
  padding: 100px 0;
  -webkit-font-smoothing: antialiased;
}
.stylized-cta .styled-cta-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 485px;
  color: white;
  padding: 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.stylized-cta .styled-cta-body .inner h3 {
  color: white;
}
.stylized-cta .styled-cta-body .inner .btn {
  border: none;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .stylized-cta {
    padding: 60px 0 20px 0;
  }
  .stylized-cta .styled-cta-body {
    margin-bottom: 40px;
    padding: 40px;
  }
}
.footer-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0;
  width: 100%;
}
.footer-cta .copy {
  width: 70%;
  color: white;
}
.footer-cta .copy .copy-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-cta .copy .copy-inner figure {
  margin-right: 50px;
}
.footer-cta .copy .copy-inner p {
  -webkit-font-smoothing: antialiased;
  margin: 0 0 25px;
}
.footer-cta .copy .copy-inner h2 {
  color: white !important;
}
.footer-cta .cta {
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer-cta {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .footer-cta .copy {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-cta .copy .copy-inner {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .footer-cta .copy .copy-inner figure {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-cta .copy .copy-inner div {
    width: 100%;
    text-align: center;
  }
  .footer-cta .copy .copy-inner div h2 {
    margin-bottom: 20px;
  }
  .footer-cta .cta {
    width: 100%;
  }
}
.footer-cta-container {
  position: relative;
}
.footer-cta-container .footer-cta-body {
  background: #b92c8a;
  background-image: url(../css/images/purple_illustration.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
  height: 550px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.footer-cta-container .footer-cta-body .footer-cta-inner {
  max-width: 38%;
  margin-left: 10%;
}
.footer-cta-container .footer-cta-body .footer-cta-inner h2 {
  color: #ffffff;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .footer-cta-container .footer-cta-body .footer-cta-inner {
    max-width: 100%;
    margin: 0;
    padding: 40px;
  }
}
.footer-cta-container figure {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background-image: url(../css/images/doctors_holding_hands.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .footer-cta-container figure {
    display: none;
  }
}
.copyright-wrapper {
  padding: 41px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.copyright-wrapper address {
  font-size: 15px;
  margin: 0;
}
.copyright-wrapper address span {
  display: inline-block;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .copyright-wrapper address span {
    padding-left: 0;
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-wrapper .socials {
    margin-top: 40px;
  }
}
.copyright-wrapper .socials a {
  display: inline-block;
  padding-left: 10px;
}
.copyright-wrapper .socials a:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .copyright-wrapper {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .copyright-wrapper .footer-logo {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=css/maps/style.css.map */
