@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'KyrialSansPro';
  src: url("../../fonts/KyrialSansPro/kyrialsanspro-regular.woff") format("woff"), url("../../fonts/KyrialSansPro/KyrialSansPro-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'KyrialSansPro';
  src: url("../../fonts/KyrialSansPro/KyrialSansPro-RegularItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'KyrialSansPro';
  src: url("../../fonts/KyrialSansPro/KyrialSansPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'KyrialSansPro';
  src: url("../../fonts/KyrialSansPro/KyrialSansPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
  font-weight: 500;
  background-color: #ffffff;
  color: #63666a;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:before {
  display: none;
}

@media (min-width: 321px) {
  body:before {
    content: "phone-portrait";
  }
}

@media (min-width: 481px) {
  body:before {
    content: "phone-landscape";
  }
}

@media (min-width: 601px) {
  body:before {
    content: "tablet-portrait";
  }
}

@media (min-width: 769px) {
  body:before {
    content: "tablet-landscape";
  }
}

@media (min-width: 961px) {
  body:before {
    content: "desktop";
  }
}

@media (min-width: 1280px) {
  body:before {
    content: "desktop-large";
  }
}

@media (min-width: 1500px) {
  body:before {
    content: "desktop-max";
  }
}

* {
  box-sizing: border-box;
}

img,
video,
iframe {
  max-width: 100%;
}

picture img,
svg,
object {
  width: 100%;
}

button,
[type=submit] {
  cursor: pointer;
}

input {
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
}

input[type="text"]::-webkit-input-placeholder {
  color: #75787b !important;
}

input[type="text"]:-ms-input-placeholder {
  color: #75787b !important;
}

input[type="text"]::-moz-placeholder {
  color: #75787b;
}

input[type="email"]::-webkit-input-placeholder {
  color: #00205b !important;
}

input[type="email"]:-ms-input-placeholder {
  color: #00205b !important;
}

input[type="email"]::-moz-placeholder {
  color: #00205b;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 28px;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: transparent;
}

.hidden {
  display: none !important;
}

.h1 {
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 961px) {
  .h1 {
    font-size: 44px;
    line-height: 54px;
  }
}

.h2 {
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 961px) {
  .h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

.h3 {
  font-size: 26px;
  line-height: 36px;
}

.h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

@media (min-width: 961px) {
  .h4 {
    font-size: 24px;
    line-height: 34px;
  }
}

.cta-font {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.quote-font-large {
  font-size: 50px;
  line-height: 60px;
}

.quote-font-small {
  font-size: 30px;
  line-height: 40px;
}

.letter-spacing-point4,
.component-card-text,
.section-quote {
  letter-spacing: 0.4px;
}

.letter-spacing-point6 {
  letter-spacing: 0.6px;
}

.center,
.feature-card-design-a .clip-container,
.page-exhale .hero-section .clip-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-link,
.global-menu-link,
.global-utility-header a,
.global-footer a {
  text-decoration: none;
  color: inherit;
}

.menu-link:hover,
.global-menu-link:hover,
.global-utility-header a:hover,
.global-footer a:hover {
  text-decoration: none;
}

.link-blue {
  color: #0577b3;
  font-weight: 700;
  text-decoration: none;
}

.link-blue:hover {
  text-decoration: underline;
}

.link-grey {
  color: #75787b;
  font-weight: 700;
}

.link-grey:hover {
  color: #0577b3;
}

.bullet-list {
  padding: 0;
  padding-top: 10px;
  margin: 0;
  margin-bottom: 30px;
  list-style: none;
}

.bullet-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

.bullet-list li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 8px;
}

@media (min-width: 601px) {
  .list-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .list-grid li {
    width: 50%;
  }
}

.background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.background-image img {
  opacity: 0;
  width: 0;
}

.is-collapsible {
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-out;
}

.is-collapsible[aria-hidden=false] {
  height: auto;
  transform: scaleY(1);
  transition: transform 0.3s ease-out;
}


.icon-caret-up:after,
.icon-caret-down:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
  margin-left: 10px;
}


.icon-caret-up:after {
  border-left: 1px solid #63666a;
  border-top: 1px solid #63666a;
}


.icon-caret-down:after {
  border-right: 1px solid #63666a;
  border-bottom: 1px solid #63666a;
}

.component-accordion-icon,
.is-open .component-accordion-icon {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.component-accordion-icon:before,
.is-open .component-accordion-icon:before,
.component-accordion-icon:after,
.is-open .component-accordion-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  border-top: 1px solid #000000;
}

.component-accordion-icon:before {
  transform: rotate(45deg);
}

.component-accordion-icon:after {
  transform: rotate(-45deg);
}

.is-open .component-accordion-icon {
  transform: rotate(0);
}

.is-open .component-accordion-icon:before {
  transform: rotate(0);
}

.is-open .component-accordion-icon:after {
  transform: rotate(0);
}

.component-accordion-icon {
  transform: rotate(45deg);
}

.icon-search-solid {
  fill: #ffffff;
}

.input-text {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: 0;
  color: black !important;
}

@media (min-width: 1280px) {
  .input-text {
    padding: 30px;
  }
}

.cta-button {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  color: #00205b;
  white-space: nowrap;
  text-decoration: none;
  text-transform: capitalize;
  padding: 18px 30px;
  border: 2px solid #00205b;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: .5px;
  transition: all .6s ease;
  background-color: #00205b;
  color: #ffffff;
  cursor: pointer;
}

.cta-button:hover {
  text-decoration: none;
}

@media (min-width: 961px) {
  .cta-button {
    padding: 28px 60px;
    font-size: 18px;
  }
}

.cta-button:hover {
  background-color: #254d87;
  border-color: #254d87;
}

.cta-button.cta-button-blue {
  color: #ffffff;
}

.cta-button.cta-button-inverse {
  background-color: #ffffff;
  color: #00205b;
}

.cta-button.cta-button-inverse:hover {
  background-color: #d8d8d8;
}

.cta-button-blue {
  background-color: #0577b3;
  border: 1px solid #0577b3;
}

.cta-button-blue:hover {
  background-color: #0698e5;
}

.cta-hero-affixed {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  transition: bottom 5s ease;
  z-index: 25;
}

.cta-hero-affixed.is-up {
  bottom: 0;
  transition: bottom 1s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 769px) {
  .cta-hero-affixed {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 961px) {
  .cta-hero-desktop {
    margin: 20px 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .cta-hero-desktop {
    margin: 25px 0px 0px;
    padding: 0px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .cta-hero-desktop {
    margin: 20px 0px 0px;
    padding: 10px 0px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .cta-hero-desktop {
    margin: 10px 0px 8px;
    padding: 0px;
  }
}

.cta-hero-desktop .cta-button-hero {
  background-color: #00205b;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: inline-block;
}

@media (min-width: 961px) {
  .cta-hero-desktop .cta-button-hero {
    background-color: #ffffff;
    color: #00205b;
    border: 2px solid #00205b;
  }
}

.cta-hero-tablet {
  display: none;
}

@media (min-width: 601px) and (max-width: 961px) {
  .cta-hero-tablet {
    display: inline-block;
  }
}

.cta-button-hero-mobile {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-color: #218e03;
  text-decoration: none;
  padding: 20px;
  font-size: inherit;
}

.cta-button-hero-mobile:focus,
.cta-button-hero-mobile:hover {
  color: #ffffff;
  text-decoration: none;
}

.cta-button-hero {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  color: #00205b;
  white-space: nowrap;
  text-decoration: none;
  text-transform: capitalize;
  padding: 18px 30px;
  border: 2px solid #00205b;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: .5px;
  transition: all .6s ease;
  display: none;
  padding: 20px 30px;
  border-radius: 32px;
  line-height: 15px;
  transition: all 1s ease;
}

.cta-button-hero:hover {
  text-decoration: none;
}

@media (min-width: 601px) {
  .cta-button-hero {
    display: inline-block;
  }
}

@media (min-width: 961px) and (max-width: 961px) {
  .cta-button-hero {
    padding: 15px 20px;
  }
}

.cta-button-hero:hover {
  background-color: #d8d8d8;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes frameflip {
  from {
    visibility: hidden;
  }

  to {
    visibility: visible;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  8% {
    transform: scale(0.9);
  }

  17% {
    transform: scale(1.1);
  }

  25% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes bounce {
  10% {
    transform: translate3d(0, -1px, 0);
  }

  50% {
    transform: translate3d(0, 1px, 0);
  }

  75% {
    transform: translate3d(0, -2px, 0);
  }

  90% {
    transform: translate3d(0, 2px, 0);
  }
}

.animation-region {
  max-width: 185px;
  margin: 0 auto;
}

.circle-frame {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background-color: #00205b;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.circle-frame svg {
  height: 100%;
  z-index: 1;
}

.animation-object {
  position: absolute;
  z-index: 0;
  transition: transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: .5s;
}

.transition-in-circle.circle-frame {
  background-color: #00205b;
}

.transition-in-circle svg {
  transform: translateY(50px);
  transition: transform .6s ease-out;
  transition-delay: 1s;
  width: 60%;
}

.is-animated .transition-in-circle svg {
  transform: translateY(0);
}

.fadein {
  opacity: .1;
}

.is-animated .fadein {
  animation: fadein 1s ease-in .1s normal forwards;
}

.is-animated .delay {
  animation-delay: .6s;
  animation-duration: .4s;
}

.post-state {
  opacity: 0;
}

.is-animated .post-state {
  animation: fadein 1s ease-in .1s normal forwards;
  animation-delay: 1.6s;
}

.frameflip {
  visibility: hidden;
}

.is-animated .frameflip {
  animation: frameflip 0.4s linear;
}

.is-animated .frame-01 {
  animation-delay: 0.4s;
}

.is-animated .frame-02 {
  animation-delay: 0.8s;
}

.is-animated .frame-03 {
  animation-delay: 1.2s;
}

.is-animated .frame-04 {
  animation-delay: 1.6s;
}

.is-animated .frame-05 {
  animation-delay: 2s;
}

.initial-state {
  visibility: visible;
}

.is-animated .initial-state {
  visibility: hidden;
}

.is-animated .final-state {
  animation-fill-mode: forwards;
}

.find-section-background,
.animation-region-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.graphic-lines {
  width: 100px;
  height: 100%;
  position: absolute;
}

.graphic-lines-top {
  top: -380px;
  left: 30px;
  display: none;
}

@media (min-width: 601px) {
  .graphic-lines-top {
    top: -350px;
  }
}

@media (min-width: 961px) {
  .graphic-lines-top {
    top: -350px;
    display: block;
  }
}

@media (min-width: 1280px) {
  .graphic-lines-top {
    top: -330px;
  }
}

.graphic-lines-top .graphic-line {
  transform: translateY(-300px);
}

.graphic-lines-top .graphic-line.line1 {
  left: 0;
  transition-delay: .2s;
}

.graphic-lines-top .graphic-line.line2 {
  left: 32px;
  transition-delay: .15s;
}

.graphic-lines-top .graphic-line.line3 {
  left: 64px;
  transition-delay: .25s;
}

.graphic-lines-top .graphic-line.line4 {
  left: 96px;
  transition-delay: .1s;
}

@media only screen and (min-width: 961px) {
  .find-section-careers .graphic-lines-bottom {
    display: none;
  }
}

@media only screen and (max-width: 961px) {
  .find-section-careers .graphic-lines-bottom {
    bottom: -86%;
  }
}

@media only screen and (max-width: 650px) {
  .find-section-careers .graphic-lines-bottom {
    bottom: -86%;
  }
}

@media only screen and (max-width: 601px) {
  .find-section-careers .graphic-lines-bottom {
    bottom: -84%;
  }
}

@media only screen and (max-width: 476px) {
  .find-section-careers .graphic-lines-bottom {
    bottom: -88%;
  }
}

.graphic-lines-bottom {
  bottom: -360px;
  right: 30px;
}

@media (min-width: 601px) {
  .graphic-lines-bottom {
    bottom: -500px;
    display: block;
  }
}

@media (min-width: 961px) {
  .graphic-lines-bottom {
    bottom: -70%;
  }
}

.graphic-lines-bottom .graphic-line {
  transform: translateY(300px);
}

.graphic-lines-bottom .graphic-line.line4 {
  right: 0;
  transition-delay: .15s;
}

.graphic-lines-bottom .graphic-line.line3 {
  right: 32px;
  transition-delay: .2s;
}

.graphic-lines-bottom .graphic-line.line2 {
  right: 64px;
  transition-delay: .1s;
}

.graphic-lines-bottom .graphic-line.line1 {
  right: 96px;
  transition-delay: .25s;
}

.graphic-line {
  transition: transform 2.5s ease-in-out;
}

.is-animated .graphic-line {
  transform: translateY(0);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .graphic-lines-top {
    left: -120px;
  }

  .graphic-lines-bottom {
    right: -120px;
  }
}

.is-static .graphic-lines {
  position: absolute;
  z-index: 0;
}

.is-static .dotted-line {
  transform: translateY(0);
}

.is-static .graphic-lines-top {
  top: -400px;
}

@media (min-width: 601px) {
  .is-static .graphic-lines-top {
    top: -370px;
  }
}

@media (min-width: 961px) {
  .is-static .graphic-lines-top {
    top: -360px;
  }
}

.is-static .graphic-lines-bottom {
  bottom: -360px;
}

.graphic-location {
  max-width: 32px;
  right: 160px;
  bottom: -40px;
  transition-timing-function: ease;
}

@media (min-width: 481px) {
  .graphic-location {
    right: 26%;
    bottom: -50px;
  }
}

@media (min-width: 961px) {
  .graphic-location {
    max-width: 35px;
    right: 23%;
    bottom: -60px;
  }
}

@media (min-width: 1280px) {
  .graphic-location {
    max-width: 70px;
    bottom: 0;
  }
}

.is-animated .graphic-location {
  transform: translateY(-75px);
}

@media (min-width: 961px) {
  .is-animated .graphic-location {
    transform: translateY(-100px);
  }
}

.graphic-location-plus {
  max-width: 50px;
  right: 100px;
  bottom: -40px;
  transition-timing-function: ease-out;
}

@media (min-width: 481px) {
  .graphic-location-plus {
    max-width: 70px;
    right: 16%;
    bottom: -50px;
  }
}

@media (min-width: 1280px) {
  .graphic-location-plus {
    max-width: 110px;
    right: 15%;
    bottom: 10%;
  }
}

.graphic-clipboard {
  width: 40%;
  bottom: 60px;
  left: 30px;
}

@media (min-width: 601px) {
  .graphic-clipboard {
    width: 100px;
    bottom: 10%;
    left: auto;
    right: 20%;
    display: block;
  }
}

@media (min-width: 961px) {
  .graphic-clipboard {
    bottom: 20%;
    right: 25%;
    width: 200px;
    display: block;
  }
}

.is-animated .beat {
  animation: fadein .6s ease-in .1s normal forwards, heartbeat .8s linear 1s 1;
  transform-origin: 50% 50%;
}

.services-section-icon {
  margin-left: auto;
  margin-right: auto;
}

.services-section-icon svg {
  max-width: 50%;
  opacity: 0;
}

.services-section-icon path {
  fill: #00205b;
  opacity: 1;
}

.is-animated .services-section-card svg {
  opacity: 1;
  transition: opacity .5s ease-out;
}

.is-animated .services-section-card:nth-child(1) svg {
  transition-delay: 0.5s;
}

.is-animated .services-section-card:nth-child(2) svg {
  transition-delay: 1s;
}

.is-animated .services-section-card:nth-child(3) svg {
  transition-delay: 1.5s;
}

.is-animated .object-spin-arrows {
  transform: rotate(180deg);
  transition: transform 1s linear;
  transition-delay: 1s;
  transform-origin: 50% 50%;
}

.global-nav {
  flex-grow: 1;
}

@media (min-width: 321px) and (max-width: 961px) {
  .global-nav {
    order: 1;
  }
}

.global-nav ul {
  margin: 0;
}

@media (min-width: 961px) {
  .global-nav .content-container {
    width: auto;
    max-width: auto;
    margin: 0;
  }
}

.global-menu {
  list-style: none;
  padding: 0;
  font-weight: 700;
}

@media (min-width: 961px) {
  .global-menu {
    display: flex;
    align-items: center;
    font-weight: 500;
  }
}

.global-menu-link {
  font-size: 22px;
  line-height: 32px;
  display: block;
  white-space: nowrap;
}

@media (min-width: 961px) {
  .global-menu-link {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .global-menu-link {
    font-size: 20px;
  }
}

.global-menu-link:hover {
  color: #808fad;
}

@media (min-width: 961px) {
  .global-menu-link:hover {
    color: #75787b;
  }
}

.global-menu-item {
  margin: 30px 0;
}

@media (min-width: 961px) {
  .global-menu-item {
    margin: 0 30px 0 0;
    margin-bottom: 0;
  }
}

.global-utility-header {
  background-color: #00205b;
  color: #ffffff;
  padding: 10px;
  font-size: 14px;
  text-transform: capitalize;
  order: 2;
}

@media (min-width: 961px) {
  .global-utility-header {
    order: 1;
    padding: 4px 10px 0 10px;
  }
}

.global-utility-header a:hover {
  color: #808fad;
}

.global-utility-header a:hover path {
  fill: #808fad;
  transition: fill .2s ease;
}

@media (min-width: 961px) {
  .global-utility-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.global-header-item-location {
  margin-top: -1px;
}

.global-header-item-desktop {
  display: none;
}

@media (min-width: 961px) {

  .global-utility-header-item,
  .global-header-item-desktop {
    display: flex;
    align-items: center;
  }
}

.global-utility-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 28px;
}

@media (min-width: 961px) {
  .global-utility-menu {
    display: flex;
  }
}

.global-utility-nav li {
  margin: 20px 0;
  font-size: 18px;
}

@media (min-width: 961px) {
  .global-utility-nav li {
    margin: 0 40px 0 0;
    font-size: inherit;
  }
}

.global-utility-header-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.global-utility-header-icon path {
  fill: #ffffff;
}

.icon-location-solid {
  width: 12px;
}

.utility-nav-button a:after {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ffffff;
  width: 1px;
  height: 18px;
  display: inline-block;
  content: '';
  vertical-align: -4px;
}

.icon-search-solid svg {
  width: 17px;
  vertical-align: -7px;
}

.kyruus-custom .kyruus-config-secondary-color.button.btn-link,
.kyruus-custom .kyruus-config-secondary-color.button.btn-positive,
.kyruus-custom .kyruus-config-secondary-color.ky-button.btn-link,
.kyruus-custom .kyruus-config-secondary-color.ky-button.ky-btn-positive {
  background-color: #dd5f13 !important;
  border-color: #dd5f13 !important;
  text-shadow: none;
  background-image: none !important;
}

.ky-search .ky-search-bar button.ky-btn-positive {
  background-color: #dd5f13 !important;
  border-color: #dd5f13 !important;
  text-shadow: none;
  background-image: none !important;
}

.ky-search .ky-search-bar input[type=text] {
  background: white;
}

#tabsPlusContent_tabsContainer .doctors a:before {
  content: "\e062";
  text-transform: none;
  font-family: banner;
  margin-right: 10px;
}

#tabsPlusContent_tabsContainer .locations a:before {
  content: "\e065";
  text-transform: none;
  font-family: banner;
  margin-right: 10px;
}

#tabsPlusContent_tabsContainer .search a:before {
  content: "\e06a";
  text-transform: none;
  font-family: banner;
  margin-right: 10px;
}

#physician_search form button span.iconForSearchButton:before {
  content: "\e06a";
  text-transform: none;
  font-family: banner;
  line-height: 1;
}

.ky-search .ky-fs-m:before {
  font-size: 16px;
  content: "\e06a";
  text-transform: none;
  font-family: banner;
  line-height: 1;
}

.iconForSearchButton:before {
  font-size: 16px;
  content: "\e06a";
  text-transform: none;
  font-family: banner;
  line-height: 1;
}

.banner-fontUseLocation:before {
  font-family: banner;
  content: "\e06f";
  font-size: small;
  font-style: italic;
  padding-top: 5px !important;
  display: inline-block;
}

#tabsPlusContent_tabsContainer>.tabsPlusContent_tab {
  min-height: 75px !important;
}

.ky-search .ky-search-bar {
  background-color: #e4f3ff;
}

#tabsPlusContent_tabsContainer>.tabsPlusContent_tab>a {
  font-weight: 500;
  font-size: 24px;
  text-decoration: none;
}

#tabsPlusContent_tabsContainer>.tabsPlusContent_tab:not(.active):hover {
  background-color: #0089d0 !important;
  color: #FFF !important;
}

.location-form .closeToggle {
  display: none !important;
}

.component-search-form .closeToggle {
  display: none !important;
}

.small nav {
  background: none !important;
}

.module-alphabet-list.opt .columns a:before,
.module-alphabet-list.opt .columns span:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #333;
  font-size: 8px;
  position: relative;
  left: -15px;
  top: -5px;
}

.service-button:before {
  font-size: 30px;
  overflow: visible;
  content: "\e06a";
  color: #fff;
  text-transform: none;
  font-family: banner !important;
  justify-content: center;
  position: relative;
}

.side-menu a {
  font-size: 1.10em;
  color: #0089d0 !important;
}

.side-menu a:hover {
  font-weight: inherit;
  color: inherit;
}

.side-menu a h2,
.side-menu a .side-menub h2 {
  font-weight: 400;
  font-size: 2em;
}

.bh-global a {
  text-decoration: none !important;
}

.bh-global a:hover {
  text-decoration: none !important;
}

.bh-global .global-footer-column-title a {
  border: none !important;
}

.bh-global .global-footer-menu-item:first-child a {
  padding-top: 0px !important;
}

#get-care-now .immediate-care__link {
  text-decoration: none !important;
}

.global-footer-column-title a {
  text-transform: none !important;
}

#md-anderson__fixed-nav {
  position: fixed;
  background: white;
  z-index: 999999;
  width: 100%;
}

.global-header {
  display: flex;
  flex-direction: column;
  background-color: #00205b;
  color: #ffffff;
  text-align: center;
  padding: 30px;
}

@media (min-width: 961px) {
  .global-header {
    background-color: #ffffff;
    color: #63666a;
    text-align: left;
    padding: 0;
  }
}

.global-header.header-affixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  transform: translateY(-100%);
  z-index: 10;
  overflow-y: auto;
}

.global-header.header-affixed .branding {
  display: none;
}

.global-header.has-transition {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.global-header.is-open {
  transform: translateY(0);
}

.global-header .branding {
  margin-top: 30px;
}

@media (min-width: 961px) {
  .global-header .branding {
    zoom: 75%;
    max-width: 300px;
    margin-top: 0;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .global-header .branding {
    zoom: 100%;
  }
}

@media (min-width: 961px) {
  .global-header .branding+.global-menu-item {
    margin-left: 30px;
  }
}

.global-header .branding svg {
  display: none;
}

@media (min-width: 961px) {
  .global-header .branding svg {
    display: block;
  }
}

.global-header .branding span {
  display: block;
}

@media (min-width: 961px) {
  .global-header .branding span {
    display: none;
  }
}

.global-header-wrapper {
  order: 1;
  margin: 0;
}

@media (min-width: 321px) {
  .global-header-wrapper {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
}

@media (min-width: 961px) {
  .global-header-wrapper {
    padding: 40px 0;
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 961px) {
  .global-header-container {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1500px;
  }
}

.header-search {
  width: 32px;
  margin-right: 10px;
}

.header-menu-open {
  width: 36px;
}

.global-logo path {
  fill: #00205b;
  opacity: 1;
  stroke: none;
}

header {
  height: inherit;
}

.global-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

@media (min-width: 961px) {
  .global-mobile-header {
    display: none;
  }
}

.global-mobile-header .global-header-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

.global-mobile-header .branding {
  width: 300px;
  max-width: 60%;
}

.global-mobile-header .header-search {
  margin: 0 15px;
  margin: 0 30px;
}

.global-mobile-header button {
  border: 0;
  padding-right: 0;
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  flex-shrink: 0;
}

.global-mobile-header button svg {
  width: 32px;
}

.global-mobile-header path {
  fill: #00205b;
}

.global-mobile-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

@media (min-width: 481px) {
  .global-mobile-menu {
    margin-bottom: 60px;
  }
}

@media (min-width: 961px) {
  .global-mobile-menu {
    display: none;
  }
}

.global-mobile-menu path,
.global-mobile-menu circle {
  fill: #ffffff;
}

.mobile-icon-user svg {
  width: 30px;
}

.mobile-icon-pin svg {
  width: 16px;
}

.mobile-icon-search svg {
  width: 23px;
}

.mobile-icon-close svg {
  width: 19px;
}

.global-modal {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: .1s;
}

.global-modal.is-open {
  transform: translateY(0);
  height: 100vh;
}

.global-modal [aria-hidden=true] {
  display: none;
}

.global-modal [aria-hidden=false] {
  display: block;
}

.global-modal-container {
  padding: 30px;
}

.global-modal-header {
  text-align: right;
}

.global-modal-button {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 21px;
}

@media (min-width: 961px) {
  .global-modal-body {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1280px;
    padding-bottom: 60px;
  }
}

.global-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -5;
  background-color: transparent;
  transition: background-color .5s ease;
}

.global-overlay.is-open {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 20;
}

.global-footer {
  background-color: #63666a;
  color: #ffffff;
  padding: 20px 0 60px 0;
  font-weight: 300;
}

@media (min-width: 961px) {
  .global-footer {
    padding: 20px 0;
  }
}

.global-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.global-footer a {
  display: block;
  white-space: normal;
  padding: 12px 0;
}

.global-footer a :first-child {
  padding-top: 0px;
}

.global-footer a:hover {
  color: #d8d8d8;
}

@media (min-width: 601px) {
  .global-footer .has-branding {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .global-footer .has-branding {
    width: auto;
    display: block;
  }
}

.global-footer .branding {
  width: 220px;
}

.global-footer .has-social {
  display: flex;
}

@media (min-width: 1280px) {
  .global-footer .has-social {
    display: block;
    width: 30px;
  }
}

.global-footer .social-link {
  margin-right: 20px;
}

.global-footer .social-link svg {
  width: 32px;
  height: 33px;
}

.global-footer .social-link:hover path {
  fill: #d8d8d8;
}

@media (min-width: 1280px) {
  .global-footer .social-link {
    width: auto;
    margin: 0 0 26px 0;
  }
}

.global-footer-container {
  padding: 30px;
}

@media (min-width: 961px) {
  .global-footer-container {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1500px;
  }
}

a.global-footer-icon {
  padding: 0;
}

a.global-footer-icon path {
  fill: #ffffff;
}

@media (min-width: 601px) {
  .global-footer-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 1280px) {
  .global-footer-wrapper {
    flex-wrap: nowrap;
  }
}

.global-footer-column {
  margin-bottom: 40px;
}

@media (min-width: 601px) {
  .global-footer-column {
    width: calc(50% - 30px);
  }
}

@media (min-width: 1280px) {
  .global-footer-column {
    width: auto;
    margin-bottom: 0;
  }
}

.global-footer-column-title {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  color: inherit;
}

.global-footer-column-title a {
  padding: 0;
}

.global-footer-column-title a:hover {
  color: inherit;
}

@media (min-width: 961px) {
  .global-footer-column-title {
    font-size: 20px;
  }
}

.global-footer-utility {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 30px;
}

@media (min-width: 961px) {
  .global-footer-utility {
    flex-direction: row;
    align-items: center;
    margin-top: 80px;
  }
}

.global-footer-utility-item {
  font-size: 16px;
}

.global-footer-disclaimer {
  margin-top: 40px;
}

@media (min-width: 961px) {
  .global-footer-disclaimer {
    margin: 0;
  }
}

@media (min-width: 961px) {
  .global-footer-utility-link {
    margin-right: 60px;
  }

  li:last-child .global-footer-utility-link {
    margin-right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .global-footer-logo .global-footer-icon {
    position: relative;
    top: -12px;
  }
}

.modal-overflow {
  overflow: hidden;
}

#get-care-now .button {
  background-color: #00205b;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 17px 20px;
  text-decoration: none;
}

#get-care-now .modal--inactive {
  display: inherit;
}

@media screen and (max-width: 786px) {
  #get-care-now .immediate-care__link {
    flex: inherit;
  }

  #get-care-now .immediate-care__link .immediate-care__actions {
    width: 8% !important;
    align-self: center;
    display: inline-block !important;
    vertical-align: middle;
    height: 100%;
  }

  #get-care-now .immediate-care__link .immediate-care__content {
    width: 71%;
    display: inline-block !important;
  }

  #get-care-now .immediate-care__link .immediate-care__icon {
    display: inline-block !important;
    width: 17%;
    padding-right: 10px;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #get-care-now .button {
    padding: 17px 20px;
  }
}

#get-care-now .button--primary {
  background-color: #fff;
  border: 1px solid #00205b;
  color: #00205b;
}

#get-care-now .button--secondary {
  background-color: #00205b;
  border: 1px solid #fff;
  color: #fff;
}

#get-care-now .button--tertiary {
  background-color: transparent;
  color: #00205b;
  font-size: 2.5rem;
  font-weight: 300;
  padding: 0;
}

#get-care-now .link {
  color: #0577b3;
  font-weight: 700;
  text-decoration: none;
}

#get-care-now .link--secondary {
  color: #75787b;
  text-decoration: underline;
}

#get-care-now .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#get-care-now .list__item {
  color: #75787b;
  font-size: .9375rem;
  line-height: 2.266666667;
  padding-left: 20px;
  position: relative;
}

@media (min-width: 768px) {
  #get-care-now .list__item {
    font-size: 1.125rem;
    line-height: 1.444444444;
  }
}

#get-care-now .list__item:before {
  font-family: 'FontAwesome';
  content: '\f111';
  /* height: 100%; */
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 8px;
}

#get-care-now .list--secondary .list__item {
  font-size: 1.125rem;
  line-height: 2;
}

#get-care-now .section-paragraph {
  color: #75787b;
  font-size: .9375rem;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 768px) {
  #get-care-now .section-paragraph {
    font-size: 1.125rem;
    line-height: 1.444444444;
  }
}

#get-care-now .section-paragraph--secondary {
  font-size: 1.0625rem;
  line-height: 1.411764706;
}

#get-care-now .section-paragraph--tertiary {
  font-size: 1.125rem;
  line-height: 1.444444444;
}

#get-care-now .section-title {
  font-family: "Roboto Slab", serif;
  color: #00205b;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.230769231;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  #get-care-now .section-title {
    font-size: 2.375rem;
    line-height: 1.315789474;
  }
}

#get-care-now .section-title--primary {
  color: #fff;
}

#get-care-now .section-title--secondary {
  color: #4a4a4a;
}

@media (min-width: 768px) {
  #get-care-now .section-title--secondary {
    font-size: 1.625rem;
    line-height: 1.230769231;
  }
}

#get-care-now .section-title--tertiary {
  font-size: 1.25rem;
  line-height: 1.4;
}

#get-care-now .section-title--quaternary {
  color: #4a4a4a;
  font-family: Kyrial Sans Pro, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 768px) {
  #get-care-now .section-title--quinary {
    font-size: 1.875rem;
    line-height: 1.133333333;
  }
}

#get-care-now .section-title--senary {
  color: #4a4a4a;
  font-size: 1.25rem;
  line-height: 1.2;
}

#get-care-now .section-title--septenary {
  font-size: 1.625rem;
  line-height: 1.307692308;
}

@media (min-width: 768px) {
  #get-care-now .section-title--septenary {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}

#get-care-now .section-title--octonary {
  color: #39393a;
  font-size: 1.875rem;
  line-height: 1.3;
}

#get-care-now .modal__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#get-care-now .modal__trigger {
  cursor: pointer;
}

#get-care-now .modal__content-container {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 23px 18px 30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  padding-top: 50px;
}

@media (max-width: 767px) {
  #get-care-now #get-care-now .modal__content-container {
    padding: 23px 18px 30px;
  }
}

@media (min-width: 768px) {
  #get-care-now .modal__content-container {
    height: auto;
    left: 50%;
    max-height: 100%;
    padding: 50px 70px 60px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
  }
}

#get-care-now .modal__close {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  fill: #00205b;
  font-size: 1.25rem;
  margin: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

#get-care-now .modal__close svg {
  width: 18px;
}

#get-care-now .modal--active .modal__content-container,
#get-care-now .modal--active .modal__overlay {
  -webkit-animation: fade-in .3s ease-in-out;
  animation: fade-in .3s ease-in-out;
  display: block;
  opacity: 1;
}

#get-care-now .modal--active.modal--dropdown .modal__trigger:after {
  top: 35%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#get-care-now .modal--inactive .modal__content-container,
#get-care-now .modal--inactive .modal__overlay {
  -webkit-animation: fade-out .3s ease-in-out;
  animation: fade-out .3s ease-in-out;
}

#get-care-now .modal--dropdown {
  position: relative;
}

#get-care-now .modal--dropdown .modal__content-container {
  background-color: #fff;
  border: none;
  height: 100%;
  left: 0;
  max-height: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 50px;
}

#get-care-now .modal--dropdown .modal__close {
  display: none;
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  to {
    display: none;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  to {
    display: none;
    opacity: 0;
  }
}

#get-care-now #get-care-now-list {
  text-align: center;
}

#get-care-now #get-care-now-list .container-fluid {
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  align-content: stretch;
  padding-bottom: 0px !important;
}

#get-care-now #get-care-now-list .container-fluid>div {
  flex-basis: 50%;
  margin-right: 10px;
  align-self: stretch;
}

#get-care-now #get-care-now-list .container-fluid>div:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  #get-care-now #get-care-now-list .container-fluid {
    flex-wrap: wrap;
  }

  #get-care-now #get-care-now-list .container-fluid>div {
    flex-basis: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  #get-care-now #get-care-now-list .container-fluid>div .immediate-care__content h3,
  #get-care-now #get-care-now-list .container-fluid>div .immediate-care__content p {
    text-align: left;
  }
}

#get-care-now .immediate-care {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8699bd;
  padding: 10px 15px 15px;
  position: relative;
  cursor: pointer;
}

#get-care-now .immediate-care:hover {
  transform: translate(0, -3px);
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  #get-care-now .immediate-care {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

#get-care-now .immediate-care__icon {
  flex-shrink: 0;
}

#get-care-now .immediate-care__icon svg {
  fill: #011549;
  height: 45px;
  width: 45px;
}

@media (min-width: 768px) {
  #get-care-now .immediate-care__icon svg {
    height: 75px;
    width: 75px;
  }
}

#get-care-now .immediate-care__content {
  max-width: 100%;
  padding: 6px 10px 10px;
}

@media (min-width: 768px) {
  #get-care-now .immediate-care__content {
    padding-top: 12px;
  }
}

#get-care-now .immediate-care__content-title {
  color: #0e70be;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

@media (min-width: 768px) {
  #get-care-now .immediate-care__content-title {
    font-size: 1.5rem;
    text-align: center;
  }
}

#get-care-now .immediate-care__content-text {
  color: #75787b;
  font-size: .9375rem;
  line-height: 1.333333333;
  margin: 5px 0 0;
}

@media (min-width: 768px) {
  #get-care-now .immediate-care__content-text {
    font-size: 1.125rem;
    line-height: 1.444444444;
    margin-top: 15px;
    text-align: center;
  }
}

#get-care-now .immediate-care__actions {
  align-self: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: right;
}

#get-care-now .immediate-care__actions svg {
  width: 9px;
}

@media (min-width: 768px) {
  #get-care-now .immediate-care__actions {
    display: none;
  }
}

#get-care-now .immediate-care--secondary {
  background-color: transparent;
  border-radius: 0;
  border: none;
  display: block;
  padding: 0;
}

#get-care-now .immediate-care--secondary .immediate-care__icon svg {
  width: 70px;
}

#get-care-now .immediate-care--secondary .immediate-care__content {
  padding: 0;
}

#get-care-now .immediate-care--secondary .immediate-care__content-title {
  color: #4a4a4a;
  font-family: Kyrial Sans Pro, Helvetica, sans-serif;
  line-height: 1.333333333;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  #get-care-now .immediate-care--secondary .immediate-care__content-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

#get-care-now .immediate-care--secondary .immediate-care__content-text {
  font-size: .9375rem;
  line-height: 1.333333333;
  margin-top: 9px;
  text-align: left;
}

@media (min-width: 768px) {
  #get-care-now .immediate-care--secondary .immediate-care__content-text {
    font-size: 1.125rem;
    line-height: 1.444444444;
    margin-top: 15px;
  }
}

#get-care-now .immediate-care--secondary .immediate-care__actions {
  display: none;
}

#get-care-now .call-to-action-section {
  padding: 52px 15px;
  text-align: center;
}

@media (min-width: 768px) {
  #get-care-now .call-to-action-section {
    padding: 52px 0;
  }
}

#get-care-now .call-to-action-section__title {
  font-family: "Roboto Slab", serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.307692308;
  margin: 0;
}

@media (min-width: 768px) {
  #get-care-now .call-to-action-section__title {
    color: #011549;
    font-size: 1.875rem;
    line-height: 1.133333333;
  }
}

#get-care-now .call-to-action-section__text {
  color: #75787b;
  font-size: 1.125rem;
  line-height: 1.444444444;
  margin: 15px 0 0;
}

#get-care-now .call-to-action-section__link {
  display: inline-block;
  margin-top: 22px;
  text-decoration: none;
}

#get-care-now .call-to-action-section--secondary {
  text-align: left;
}

#get-care-now .icon--primary svg {
  fill: #00205b;
}

#get-care-now .icon--small {
  width: 40px;
}

#get-care-now .icon--large {
  width: 120px;
}

#get-care-now .icon--extra-large {
  width: 180px;
}

#get-care-now .background-color-primary {
  background-color: #f2f4f7;
}

body.page-common-feature div#get-care-now div.modal__trigger {
  display: none;
}

#get-care-now .modal-trigger {
  display: none;
}

.feature-card-design-a h1,
.feature-card-design-a h2,
.feature-card-design-a h3.section-title {
  margin: 0 0 30px 0;
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 961px) {

  .feature-card-design-a h1,
  .feature-card-design-a h2,
  .feature-card-design-a h3.section-title {
    font-size: 36px;
    line-height: 44px;
  }
}

.feature-card-design-a .clip-container-grey {
  background-color: #f8f8f8;
}

@media (min-width: 1280px) {
  .feature-card-design-a .clip-container-grey {
    width: 50%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1280px),
(-ms-high-contrast: none) and (min-width: 1280px) {
  .feature-card-design-a .clip-container-grey {
    width: auto;
  }
}

.feature-card-design-a .clip-container-grey video {
  width: 640px;
}

@media (min-width: 1280px) {
  .feature-card-design-a .has-columns picture {
    width: 50%;
  }
}

.feature-card-design-a .hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 20px;
}

@media (min-width: 601px) {
  .feature-card-design-a .hero-section {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
  }
}

@media (min-width: 961px) {
  .feature-card-design-a .hero-section {
    height: calc(100vh - 173px);
    max-height: 750px;
    padding-top: 60px;
  }
}

.feature-card-design-a .hero-section-container {
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 2;
}

@media (min-width: 601px) {
  .feature-card-design-a .hero-section-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media (min-width: 601px) {
  .feature-card-design-a .hero-section-image {
    object-fit: cover;
  }
}

.feature-card-design-a .hero-section-title {
  background-color: rgba(255, 255, 255, 0.5);
  color: #00205b;
}

@media (min-width: 601px) {
  .feature-card-design-a .hero-section-title {
    padding: 30px;
    width: 60%;
    max-width: 365px;
  }
}

@media (min-width: 961px) {
  .feature-card-design-a .hero-section-title {
    width: 45%;
    min-width: 440px;
    max-width: none;
  }
}

@media (min-width: 961px) {
  .feature-card-design-a .hero-section-title.section-title {
    font-size: 44px;
    line-height: 54px;
  }
}

.feature-card-design-a .hero-section-tag {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
  color: #75787b;
  text-transform: capitalize;
}

.feature-card-design-a .find-section {
  padding: 60px 0;
  position: relative;
}

.feature-card-design-a .find-section .content-container {
  z-index: 5;
  position: relative;
}

.feature-card-design-a .find-section-form-wrapper {
  position: relative;
}

@media (min-width: 961px) {
  .feature-card-design-a .find-section-form-wrapper {
    max-width: 75%;
  }
}

@media (min-width: 961px) {
  .feature-card-design-a .find-section-form {
    display: flex;
  }
}

@media (min-width: 961px) {
  .feature-card-design-a .find-section-input {
    margin-right: 15px;
  }
}

.feature-card-design-a .find-section-learn-more {
  display: block;
  margin-top: 20px;
}

@media (min-width: 961px) {
  .feature-card-design-a .find-section-learn-more {
    display: inline-block;
    margin: 0;
  }
}

.feature-card-design-a .enrollment-section {
  padding: 60px 0;
  position: relative;
  min-height: 675px;
}

.feature-card-design-a .enrollment-section .content-container {
  z-index: 5;
  position: relative;
}

.feature-card-design-a .enrollment-section p {
  margin-bottom: 28px;
}

@media (min-width: 601px) {
  .feature-card-design-a .enrollment-section {
    min-height: 0;
    min-height: initial;
  }
}

@media (min-width: 961px) {
  .feature-card-design-a .enrollment-section {
    min-height: 420px;
  }
}

.feature-card-design-a .enrollment-section-background {
  z-index: 0;
}

.feature-card-design-b .page-section .bullet-list {
  text-align: left;
}

.feature-card-design-b .section-inverse .section-title {
  color: inherit;
}

@media (min-width: 961px) {
  .feature-card-design-b .secondary-container {
    max-width: 50%;
    margin: 0 auto;
  }
}

.feature-card-design-b .section-title {
  color: #00205b;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .feature-card-design-b .section-title {
    text-align: left;
    font-size: 36px;
    line-height: 46px;
  }
}

@media (min-width: 961px) {
  .feature-card-design-b .section-title-center {
    text-align: center;
  }
}

.feature-card-design-b .has-columns .bullet-list {
  margin-bottom: 18px;
}

.feature-card-design-b .has-columns .bullet-list li {
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .feature-card-design-b .page-section-img .section-image {
    margin: 60px auto;
  }
}

.feature-card-design-b .secondary-container .find-section-text {
  display: inline-block;
  margin-right: 8px;
}

.feature-card-design-b .secondary-container .find-section-learn-more {
  display: inline-block;
}

.feature-card-design-b .hero-section {
  position: relative;
  overflow: hidden;
  background-color: #f1f7fb;
  padding: 60px 0 0 0;
}

@media (min-width: 601px) {
  .feature-card-design-b .hero-section {
    padding-bottom: 30px;
  }
}

@media (min-width: 1280px) {
  .feature-card-design-b .hero-section {
    display: flex;
    align-items: center;
    min-height: 600px;
    height: calc(100vh - 173px);
    max-height: 750px;
    padding-bottom: 60px;
  }
}

@supports (display: grid) {
  @media (min-width: 1280px) {
    .feature-card-design-b .hero-section {
      display: block;
      min-height: 0;
      height: auto;
      max-height: none;
    }
  }
}

.feature-card-design-b .hero-section-container {
  text-align: center;
}

@media (min-width: 601px) {
  .feature-card-design-b .hero-section-container {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .feature-card-design-b .hero-section-container {
    text-align: left;
    padding-left: 30px;
  }
}

@supports (display: grid) {
  @media (min-width: 601px) {
    .feature-card-design-b .hero-section-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-row-gap: 30px;
    }
  }

  @media (min-width: 1280px) {
    .feature-card-design-b .hero-section-container {
      min-height: 440px;
      height: calc(100vh - 173px);
      max-height: 600px;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 20px;
    }
  }
}

@supports not (display: grid) {
  .feature-card-design-b .hero-section-container {
    font-size: 100px !important;
  }
}

@media (min-width: 601px) {
  .feature-card-design-b .hero-section-player {
    margin: 30px auto 0 auto;
  }
}

@media (min-width: 1280px) {
  .feature-card-design-b .hero-section-player {
    float: right;
    margin: -200px 0 0 0;
    width: 50%;
  }
}

@supports (display: grid) {
  .feature-card-design-b .hero-section-player {
    display: inline-block;
  }

  @media (min-width: 601px) {
    .feature-card-design-b .hero-section-player {
      margin: 0;
      grid-column-end: span 4;
      justify-self: center;
      width: auto;
    }
  }

  @media (min-width: 1280px) {
    .feature-card-design-b .hero-section-player {
      grid-column-start: 3;
      grid-column-end: span 6;
      grid-row-start: 1;
      grid-row-end: span 2;
      align-self: center;
      justify-self: end;
    }
  }
}

@media (min-width: 481px) {
  .feature-card-design-b .video-min {
    display: none;
  }
}

.feature-card-design-b .video-max {
  display: none;
}

@media (min-width: 481px) {
  .feature-card-design-b .video-max {
    display: block;
  }
}

.feature-card-design-b .hero-section-cta {
  display: block;
  max-width: 180px;
  margin: 10px auto 20px auto;
}

@media (min-width: 601px) {
  .feature-card-design-b .hero-section-cta {
    display: inline-block;
    max-width: none;
    margin: 10px 10px 20px 10px;
  }
}

@media (min-width: 1280px) {
  .feature-card-design-b .hero-section-cta {
    grid-row-start: 2;
    justify-items: start;
    align-self: start;
  }
}

@supports (display: grid) {
  @media (min-width: 1280px) {
    .feature-card-design-b .hero-section-cta {
      margin: 0;
    }
  }
}

@media (min-width: 601px) {
  .feature-card-design-b .cta-button-lead {
    grid-column-start: 2;
  }
}

@media (min-width: 1280px) {
  .feature-card-design-b .cta-button-lead {
    margin-left: 0;
    grid-column-start: 1;
  }
}

.feature-card-design-b .hero-section-title {
  text-align: center;
  padding: 0 30px;
}

@media (min-width: 601px) {
  .feature-card-design-b .hero-section-title {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .feature-card-design-b .hero-section-title {
    text-align: left;
    font-size: 44px;
    line-height: 54px;
    max-width: 50%;
  }
}

@supports (display: grid) {
  @media (min-width: 601px) {
    .feature-card-design-b .hero-section-title {
      grid-column-start: 2;
      grid-column-end: span 2;
    }
  }

  @media (min-width: 1280px) {
    .feature-card-design-b .hero-section-title {
      grid-column-start: 1;
      grid-column-end: span 2;
      align-self: end;
      max-width: none;
    }
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1280px),
(-ms-high-contrast: active) and (min-width: 1280px) {
  .feature-card-design-b .hero-section-title {
    max-width: 40%;
  }
}

.feature-card-design-b .needs-section .content-container {
  padding: 0;
  padding-top: 30px;
}

@media (min-width: 961px) {
  .feature-card-design-b .needs-section .content-container {
    width: 650px;
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .feature-card-design-b .needs-section .content-container {
    width: auto;
  }
}

@media (min-width: 601px) {
  .feature-card-design-b .needs-section-list {
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1280px) {
  .feature-card-design-b .needs-section-list {
    padding-left: 125px;
    width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 601px) {
  .feature-card-design-b .needs-section-list li {
    width: 50%;
  }
}

@media (min-width: 961px) {
  .feature-card-design-b .needs-section-list li {
    width: 33%;
  }
}

.feature-card-design-b .find-section {
  position: relative;
  text-align: left;
}

.feature-card-design-b .find-section:after {
  display: block;
  content: "";
  position: absolute;
  top: -30px;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px;
  border-color: transparent transparent #00205b transparent;
}

.feature-card-design-b .find-section .content-container {
  z-index: 5;
  position: relative;
}

@media (min-width: 961px) {
  .feature-card-design-b .find-section .content-container {
    padding: 0;
  }
}

.feature-card-design-b .find-section .location-link {
  margin-bottom: 30px;
}

.feature-card-design-b .find-section-learn-more {
  font-weight: 700;
  display: block;
}

.feature-card-design-b .find-section-title {
  font-weight: 700;
  text-align: center;
}

@media (min-width: 961px) {
  .feature-card-design-b .find-section-title {
    font-size: 30px;
  }
}

.feature-card-design-b .find-section-form-wrapper {
  position: relative;
}

@media (min-width: 601px) {
  .feature-card-design-b .find-section-input {
    margin-right: 15px;
  }
}

.feature-card-design-b .graphic-spin-arrows {
  margin-bottom: 30px;
}

.feature-card-design-b .graphic-spin-arrows svg {
  width: 185px;
  height: 185px;
}

.feature-card-design-b .services-section {
  border-bottom: 1px solid #d8d8d8;
}

.feature-card-design-b .services-section .circle-frame {
  background-color: #f5f8ff;
}

.feature-card-design-b .services-section-card {
  margin-bottom: 60px;
}

.feature-card-design-b .services-section-card:last-child {
  margin-bottom: 0;
}

@media (min-width: 601px) {
  .feature-card-design-b .services-section-card {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .feature-card-design-b .services-section-card {
    width: 25%;
    margin: 0;
  }
}

.feature-card-design-b .services-section-card-wrapper {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1280px) {
  .feature-card-design-b .services-section-card-wrapper {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
  }
}

.feature-card-design-b .services-section-card-title {
  color: #00205b;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 30px;
}

.feature-card-design-b .services-section-card-text {
  margin-bottom: 0;
}

.page-careers .hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 20px;
}

@media (min-width: 601px) {
  .page-careers .hero-section {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
  }
}

@media (min-width: 961px) {
  .page-careers .hero-section {
    height: calc(100vh - 173px);
    max-height: 750px;
    padding-top: 60px;
  }
}

.page-careers .hero-section-container {
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 2;
}

@media (min-width: 601px) {
  .page-careers .hero-section-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media (min-width: 601px) {
  .page-careers .hero-section-image {
    object-fit: cover;
  }
}

.page-careers .hero-section-title {
  background-color: rgba(255, 255, 255, 0.5);
  color: #00205b;
}

@media (min-width: 601px) {
  .page-careers .hero-section-title {
    padding: 30px;
    width: 60%;
    max-width: 365px;
  }
}

@media (min-width: 961px) {
  .page-careers .hero-section-title {
    width: 45%;
    min-width: 440px;
    max-width: none;
  }
}

@media (min-width: 961px) {
  .page-careers .hero-section-title.section-title {
    font-size: 44px;
    line-height: 54px;
  }
}

.page-careers .hero-section-tag {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
  color: #75787b;
  text-transform: capitalize;
}

.page-careers .hero-section-container {
  z-index: 2;
}

.page-careers .hero-section-image {
  width: 100%;
}

.page-careers .hero-section-tag {
  margin-bottom: 10px;
}

.page-careers .hero-section-cta {
  font-size: 18px;
  line-height: 18px;
}

.page-careers .hero-section-cta br {
  display: none;
}

@media (min-width: 601px) {
  .page-careers .hero-section-cta br {
    display: block;
  }
}

@media (min-width: 961px) {
  .page-careers .hero-section-cta br {
    display: none;
  }
}

@media (min-width: 601px) {
  .page-careers .hero-section-title {
    width: 80%;
  }
}

@media (min-width: 961px) {
  .page-careers .hero-section-title {
    width: 40%;
  }
}

@media (min-width: 961px) {
  .page-careers .hero-section-title .section-title {
    font-size: 44px;
    line-height: 54px;
  }
}

.page-careers .page-section .bullet-list {
  text-align: left;
}

.page-careers .section-inverse .section-title {
  color: inherit;
}

@media (min-width: 961px) {
  .page-careers .secondary-container {
    max-width: 50%;
    margin: 0 auto;
  }
}

.page-careers .section-title {
  color: #00205b;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .page-careers .section-title {
    text-align: left;
    font-size: 36px;
    line-height: 46px;
  }
}

.page-careers .section-title-increased-margin {
  margin-bottom: 60px;
}

@media (min-width: 961px) {
  .page-careers .section-title-center {
    text-align: center;
  }
}

@media (min-width: 601px) {
  .page-careers .has-columns .page-section-img {
    height: 500px;
  }
}

@media (min-width: 1280px) {
  .page-careers .has-columns .page-section-img {
    height: auto;
  }
}

@media (min-width: 601px) {
  .page-careers .has-columns .section-image {
    transform: translateY(-250px);
  }
}

@media (min-width: 1280px) {
  .page-careers .has-columns .section-image {
    transform: translateY(0);
  }
}

.page-careers .has-columns .bullet-list {
  margin-bottom: 60px;
}

@media (min-width: 1280px) {
  .page-careers .page-section-img .section-image {
    margin: 60px auto;
  }
}

.page-careers .secondary-container .find-section-text {
  display: inline-block;
}

.page-careers .secondary-container .find-section-learn-more {
  display: inline-block;
  padding-left: 8px;
}

.page-careers .section-search-careers {
  position: relative;
}

.page-careers .section-search-careers .section-container {
  padding-bottom: 0;
}

@media (min-width: 961px) {
  .page-careers .section-search-careers .section-container {
    padding-bottom: 60px;
  }
}

.page-careers .section-search-careers .content-row {
  position: relative;
  z-index: 1;
  align-items: center;
}

@media (min-width: 601px) {
  .page-careers .section-search-careers .component-search-form {
    display: flex;
  }
}

.page-careers .section-search-careers .input-text {
  margin-bottom: 30px;
}

@media (min-width: 601px) {
  .page-careers .section-search-careers .input-text {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

@media (min-width: 961px) {
  .page-careers .section-search-row-item {
    width: 75%;
  }
}

.page-careers .search-section-icon {
  padding: 60px 60px 0 0;
  width: 140px;
  margin: 0 auto;
}

@media (min-width: 601px) {
  .page-careers .search-section-icon {
    width: auto;
    margin: 0;
    text-align: right;
  }
}

@media (min-width: 961px) {
  .page-careers .search-section-icon {
    padding: 0;
    text-align: left;
  }
}

.page-careers .search-section-icon svg {
  width: 140px;
}

@media (min-width: 961px) {
  .page-careers .search-section-icon svg {
    width: 178px;
    margin: 0;
  }
}

.page-careers .find-section {
  position: relative;
}

@media (min-width: 961px) {
  .page-careers .find-section {
    min-height: 655px;
    padding-bottom: 110px;
  }
}

@media (min-width: 1280px) {
  .page-careers .find-section {
    min-height: 655px;
    padding-bottom: 60px;
  }
}

@supports (display: grid) {
  @media (min-width: 961px) {
    .page-careers .find-section {
      min-height: 0;
    }
  }
}

.page-careers .find-section .content-container {
  position: relative;
  z-index: 1;
}

@media (min-width: 961px) {
  .page-careers .find-section .content-row {
    flex-wrap: wrap;
  }
}

@supports (display: grid) {
  @media (min-width: 961px) {
    .page-careers .find-section .content-row {
      display: grid;
      grid-template-columns: 48% 52%;
      grid-gap: 30px;
      justify-content: stretch;
    }
  }
}

@supports (display: grid) {
  @media (min-width: 961px) {
    .page-careers .find-section .content-row-item {
      width: auto;
    }
  }
}

@media (min-width: 961px) {
  .page-careers .find-section-title {
    margin-bottom: 60px;
  }
}

.page-careers .find-section-title br {
  display: none;
}

@media (min-width: 961px) {
  .page-careers .find-section-title br {
    display: block;
  }
}

.page-careers .find-section-icon {
  padding: 60px 40px 0 40px;
}

@media (min-width: 601px) {
  .page-careers .find-section-icon {
    text-align: right;
  }
}

@media (min-width: 961px) {
  .page-careers .find-section-icon {
    text-align: left;
    position: absolute;
    top: 275px;
    left: 30px;
  }
}

@supports (display: grid) {
  @media (min-width: 961px) {
    .page-careers .find-section-icon {
      position: static;
      grid-row-start: 2;
      padding: 0;
    }
  }
}

.page-careers .find-section-icon svg {
  width: 140px;
}

@media (min-width: 961px) {
  .page-careers .find-section-icon svg {
    width: 178px;
    height: 180px;
  }
}

@supports (display: grid) {
  @media (min-width: 961px) {
    .page-careers .find-section-icon svg {
      height: auto;
    }
  }
}

@supports (display: grid) {
  @media (min-width: 961px) {
    .page-careers .find-section-content {
      grid-column-start: 1;
    }
  }
}

.page-careers .find-section-text {
  margin-bottom: 60px;
}

@supports (display: grid) {
  @media (min-width: 961px) {
    .page-careers .find-section-accordion {
      grid-column-start: 2;
      grid-row-end: span 2;
    }
  }
}

.page-careers .find-section-accordion .component-accordion-text {
  width: 90%;
}

.page-careers .find-section-accordion .accordion-content-item {
  border-bottom: 0px;
}

.page-careers .find-section-accordion .accordion-content-item.bordered {
  border-bottom: 1px solid #E4E4E4;
}

.page-careers .find-section-accordion .accordion-content-item a {
  width: 125px;
}

.page-careers .find-section-accordion .accordion-content-item p {
  margin-bottom: 8px;
}

.page-careers .section-advancement-careers {
  padding: 80px 0 60px 0;
}

.page-careers .section-advancement-careers .section-container {
  padding: 0;
}

@media (min-width: 961px) {
  .page-careers .section-advancement-cards {
    width: calc(100% - 60px);
    max-width: 1280px;
    margin: 0 auto;
  }
}

.page-careers .section-advancement-cards .component-cards-item {
  display: block;
  text-decoration: none;
  transition: transform .5s ease-in-out;
  margin-bottom: 60px;
  outline: none !important;
}

.page-careers .section-advancement-cards .component-cards-item:last-child {
  margin-bottom: 0;
}

.page-careers .section-advancement-cards .component-cards-item:hover {
  transform: translateY(-10px);
}

@media (min-width: 961px) {
  .page-careers .section-advancement-cards .component-cards-item {
    margin-bottom: 0;
  }
}

.page-careers .section-advancement-cards .component-card-text {
  color: #63666a;
}

.page-careers .section-advancement-icon svg {
  width: 60%;
}

.page-careers .icon-profile-heart {
  stroke-width: 2;
}

@media (min-width: 961px) {
  .page-careers .section-profiles-careers {
    padding: 60px 0 30px 0;
  }
}

.page-careers .section-profiles-careers .section-container {
  overflow: hidden;
}

.page-careers .section-profiles-careers .component-cards-wrapper {
  padding-top: 30px;
}

.page-careers .section-profiles-careers .component-cards {
  display: flex;
}

.page-careers .section-profiles-careers .component-cards-item {
  outline: none !important;
}

.page-careers .section-profile-frame {
  display: inline-block;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  overflow: hidden;
}

.page-careers .section-profile-frame img {
  min-height: 100%;
}

.page-careers .section-contact-careers .section-title,
.page-careers .section-contact-careers .cta-button {
  margin-bottom: 60px;
}

.page-careers .section-contact-careers .section-title {
  font-size: 36px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 961px) {
  .page-careers .section-contact-careers .section-title {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-careers .section-contact-careers-link {
  color: #75787b;
  font-weight: 700;
}

.page-careers .section-contact-careers-link:hover {
  color: #0577b3;
}

.page-exhale {
  font-size: 14px;
}

.page-exhale h1,
.page-exhale h2,
.page-exhale h3 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

.page-exhale h1 {
  color: #00205b;
}

.page-exhale img {
  width: 100%;
}

.page-exhale .hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 20px;
}

@media (min-width: 601px) {
  .page-exhale .hero-section {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
  }
}

@media (min-width: 961px) {
  .page-exhale .hero-section {
    height: calc(100vh - 173px);
    max-height: 750px;
    padding-top: 60px;
  }
}

.page-exhale .hero-section-container {
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 2;
}

@media (min-width: 601px) {
  .page-exhale .hero-section-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media (min-width: 601px) {
  .page-exhale .hero-section-image {
    object-fit: cover;
  }
}

.page-exhale .hero-section-title {
  background-color: rgba(255, 255, 255, 0.5);
  color: #00205b;
}

@media (min-width: 601px) {
  .page-exhale .hero-section-title {
    padding: 30px;
    width: 60%;
    max-width: 365px;
  }
}

@media (min-width: 961px) {
  .page-exhale .hero-section-title {
    width: 45%;
    min-width: 440px;
    max-width: none;
  }
}

@media (min-width: 961px) {
  .page-exhale .hero-section-title.section-title {
    font-size: 44px;
    line-height: 54px;
  }
}

.page-exhale .hero-section-tag {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
  color: #75787b;
  text-transform: capitalize;
}

.page-exhale .hero-section h1,
.page-exhale .hero-section h2,
.page-exhale .hero-section h3.section-title {
  margin: 0 0 30px 0;
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 961px) {

  .page-exhale .hero-section h1,
  .page-exhale .hero-section h2,
  .page-exhale .hero-section h3.section-title {
    font-size: 36px;
    line-height: 44px;
  }
}

.page-exhale .hero-section .clip-container-grey {
  background-color: #f8f8f8;
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .clip-container-grey {
    width: 50%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1280px),
(-ms-high-contrast: none) and (min-width: 1280px) {
  .page-exhale .hero-section .clip-container-grey {
    width: auto;
  }
}

.page-exhale .hero-section .clip-container-grey video {
  width: 640px;
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .has-columns picture {
    width: 50%;
  }
}

.page-exhale .hero-section .page-section {
  padding: 30px 0;
}

@media (min-width: 961px) {
  .page-exhale .hero-section .page-section {
    padding: 60px 0;
  }
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .page-section {
    padding: 80px 0;
  }
}

.page-exhale .hero-section .page-section.has-columns {
  padding: 0;
}

.page-exhale .hero-section .page-section-center {
  text-align: center;
}

.page-exhale .hero-section .page-section-grey {
  background-color: #f5f5f5;
}

.page-exhale .hero-section .section-inverse {
  background-color: #00205b;
  color: #ffffff;
}

.page-exhale .hero-section .section-inverse-link {
  color: inherit !important;
}

.page-exhale .hero-section .section-link {
  color: #0577b3;
  text-decoration: none;
}

.page-exhale .hero-section .section-link:hover {
  text-decoration: underline;
}

.page-exhale .hero-section .section-grey {
  background-color: #f5f5f5;
}

@media (min-width: 961px) {
  .page-exhale .hero-section .page-section-img {
    min-height: 335px;
  }
}

@media screen and (min-width: 1280px) and (-ms-high-contrast: active),
(min-width: 1280px) and (-ms-high-contrast: none) {
  .page-exhale .hero-section .page-section-img picture {
    width: auto;
    max-height: none;
  }
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .page-section-img picture {
    width: 100%;
    max-height: 550px;
  }
}

.page-exhale .hero-section .section-image {
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .page-exhale .hero-section .section-image {
    max-height: 550px;
    width: auto;
    margin: 0 auto;
  }
}

@media (min-width: 601px) {
  .page-exhale .hero-section .object-fit-fallback {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .page-exhale .hero-section .object-fit-fallback img {
    display: none;
  }
}

.page-exhale .hero-section .content-container {
  width: calc(100% - 60px);
  margin: 0 auto;
  max-width: 1280px;
  padding: 60px 0;
}

@media (min-width: 601px) {
  .page-exhale .hero-section .content-container {
    width: calc(100% - 160px);
  }
}

@media (min-width: 961px) {
  .page-exhale .hero-section .content-container {
    padding: 30px 60px;
    width: 100%;
  }
}

@media (min-width: 961px) {
  .page-exhale .hero-section .content-row {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 961px) {
  .page-exhale .hero-section .content-row-item {
    width: calc(50% - 30px);
  }
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .has-columns .section-container {
    margin: 0 auto;
    display: flex;
  }
}

@media screen and (min-width: 1280px) and (-ms-high-contrast: active),
(min-width: 1280px) and (-ms-high-contrast: none) {
  .page-exhale .hero-section .has-columns .section-container {
    max-width: 1280px;
  }
}

@media (min-width: 1280px) {

  .page-exhale .hero-section .has-columns .image-container,
  .page-exhale .hero-section .has-columns .content-container {
    width: 50%;
  }
}

@media (min-width: 961px) {
  .page-exhale .hero-section .has-columns .content-container {
    padding: 60px 0;
    width: 650px;
  }
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .has-columns .content-container {
    padding: 60px;
    width: 50%;
  }
}

.page-exhale .hero-section .has-columns .image-container {
  text-align: center;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .has-columns .image-container {
    display: flex;
  }
}

@media (min-width: 601px) {
  .page-exhale .hero-section .has-columns .section-image {
    width: 100%;
  }
}

@media screen and (min-width: 601px) and (-ms-high-contrast: active),
(min-width: 601px) and (-ms-high-contrast: none) {
  .page-exhale .hero-section .has-columns .section-image {
    width: auto;
    max-height: 550px;
    display: flex;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .has-columns .section-image {
    width: 100%;
    max-height: 550px;
  }
}

@media screen and (min-width: 1280px) and (-ms-high-contrast: active),
(min-width: 1280px) and (-ms-high-contrast: none) {
  .page-exhale .hero-section .has-columns .section-image {
    max-height: 650px;
    width: auto;
  }
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .columns-reverse .section-container {
    flex-direction: row-reverse;
  }
}

.page-exhale .hero-section .section-header {
  text-align: center;
}

.page-exhale .hero-section .module-alphabet-list.opt .columns a:before,
.page-exhale .hero-section .module-alphabet-list.opt .columns span:before {
  content: "\f111";
}

.page-exhale .hero-section .contact-section {
  padding: 60px 0;
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .contact-section {
    padding: 60px 0 80px 0;
  }
}

.page-exhale .hero-section .contact-section-container {
  padding: 30px;
  text-align: center;
}

@supports (display: grid) {
  .page-exhale .hero-section .contact-section-container {
    display: grid;
    grid-column-gap: 30px;
  }
}

@media (min-width: 601px) {
  .page-exhale .hero-section .contact-section-container {
    padding: 0 80px;
  }
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .contact-section-container {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1280px;
    text-align: left;
    grid-template-columns: 50% 50%;
    max-width: none;
  }

  .page-exhale .hero-section .contact-section-container picture {
    width: 100%;
  }

  .page-exhale .hero-section .contact-section-container picture img {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) and (-ms-high-contrast: active),
(min-width: 1280px) and (-ms-high-contrast: none) {
  .page-exhale .hero-section .contact-section-container {
    max-width: 1280px;
  }

  .page-exhale .hero-section .contact-section-container picture {
    width: auto;
  }

  .page-exhale .hero-section .contact-section-container picture img {
    width: auto;
  }
}

@media (min-width: 1280px) {

  .page-exhale .hero-section .contact-section-container .section-text,
  .page-exhale .hero-section .contact-section-container .section-title,
  .page-exhale .hero-section .contact-section-container .contact-section-form-wrapper {
    grid-column-start: 2;
  }
}

.page-exhale .hero-section .contact-section-container .section-title {
  grid-row-start: 1;
  color: #63666a;
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .contact-section-container .section-title br {
    display: none;
  }
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .contact-section-container .contact-section-form-wrapper {
    margin-top: 60px;
  }
}

.page-exhale .hero-section .contact-section-container picture {
  justify-self: stretch;
  margin-bottom: 30px;
  display: flex;
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .contact-section-container picture {
    float: left;
    margin-right: 60px;
    margin-bottom: 0;
  }
}

@supports (display: grid) {
  .page-exhale .hero-section .contact-section-container picture {
    float: none;
    align-self: stretch;
    grid-row: span 3;
  }

  @media (min-width: 1280px) {
    .page-exhale .hero-section .contact-section-container picture {
      justify-self: start;
    }
  }
}

.page-exhale .hero-section .graphic-envelope {
  margin-bottom: 40px;
}

.page-exhale .hero-section .contact-section-content {
  position: relative;
  width: 100%;
}

.page-exhale .hero-section .contact-section-form-wrapper {
  position: relative;
}

.page-exhale .hero-section .contact-section-form-wrapper .component-dialog {
  border: 1px solid #00205b;
  right: 0;
  top: 80px;
}

@media (min-width: 1280px) {
  .page-exhale .hero-section .contact-section-form-wrapper .component-dialog {
    top: 100px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1280px),
(-ms-high-contrast: active) and (min-width: 1280px) {
  .page-exhale .hero-section .contact-section-form-wrapper .component-dialog {
    max-width: 475px;
  }
}

@supports (display: grid) {
  @media (min-width: 1280px) {
    .page-exhale .hero-section .contact-section-form-wrapper .component-dialog {
      max-width: none;
    }
  }
}

.page-exhale .hero-section .contact-section-form-wrapper .component-dialog:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #00205b;
  border-left: 1px solid #00205b;
  top: -9px;
  left: calc(50% - 10px);
  transform: rotate(45deg);
}

.page-exhale .hero-section .contact-section-form-wrapper .component-dialog:after {
  border: 2px solid #ffffff;
  width: 15px;
  height: 0;
  background-color: #ffffff;
  top: -2px;
  left: calc(50% - 12px);
}

.page-exhale .hero-section .contact-section-form {
  display: flex;
}

.page-exhale .hero-section .contact-section-input {
  color: #00205b;
  border: 1px solid #00205b;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-exhale .hero-section .contact-section-input::-webkit-input-placeholder {
  color: #00205b;
}

.page-exhale .hero-section .contact-section-input::-moz-placeholder {
  color: #00205b;
}

.page-exhale .hero-section .contact-section-input:-ms-input-placeholder {
  color: #00205b;
}

.form-success .page-exhale .hero-section .contact-section-input {
  background-color: #d8d8d8;
}

.page-exhale .hero-section .contact-section-submit {
  width: 100px;
  border: 1px solid #00205b;
  background: #00205b url("../../img/icon-arrow-right.svg") no-repeat center;
  background-size: 60%;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
  color: transparent;
  transition: background-color .7s ease;
}

.page-exhale .hero-section .contact-section-submit:hover {
  background-color: #254d87;
  border-color: #254d87;
  transition: background-color .7s ease;
}

.form-success .page-exhale .hero-section .contact-section-submit {
  background: #218e03 url("../../img/icon-checkmark.svg") no-repeat center;
  border-color: #218e03;
}

@media screen and (min-width: 968px) and (max-width: 1350px) {
  .page-exhale .hero-section {
    min-height: 400px !important;
    max-height: 425px !important;
  }
}

@media (min-width: 1351px) {
  .page-exhale .hero-section {
    min-height: 500px !important;
    max-height: 600px !important;
  }
}

@media screen and (max-width: 601px) {
  .page-exhale .hero-section {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 601px) {
  .page-exhale .hero-section-container {
    padding-bottom: 0px !important;
  }
}

.page-exhale .hero-section-cta {
  font-size: 1.25em;
  padding-left: 1.6em;
  font-weight: 500;
}

@media screen and (max-width: 961px) {
  .page-exhale .hero-section-cta {
    padding-left: 1em;
  }
}

@media screen and (max-width: 601px) {
  .page-exhale .hero-section-cta {
    display: none;
  }
}

.page-exhale .hero-section-cta a {
  text-decoration: underline;
}

.page-exhale .hero-section .content-container {
  margin: 0 auto;
}

@media screen and (max-width: 601px) {
  .page-exhale .hero-section .content-container {
    padding: 0px !important;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 601px),
(-ms-high-contrast: none) and (min-width: 601px) {
  .page-exhale .hero-section-image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .page-exhale .hero-section-image img {
    display: none;
  }
}

.page-exhale .hero-section .section-title {
  font-size: 30px;
  line-height: 40px;
}

@media screen and (min-width: 961px) {
  .page-exhale .hero-section .section-title {
    font-size: 44px;
    line-height: 54px;
  }
}

@media screen and (max-width: 601px) {
  .page-exhale .hero-section .section-title {
    margin-bottom: 0 !important;
  }
}

.page-exhale .hero-section .page-section-pre-existing {
  font-size: 14px;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 0;
}

.page-exhale .hero-section .page-section-pre-existing .content-container {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
}

@media (min-width: 601px) {
  .page-exhale .hero-section .page-section-pre-existing .content-container {
    width: 100%;
    padding: 0px;
  }
}

@media (max-width: 601px) {
  .page-exhale .hero-section .page-section-pre-existing .content-container {
    width: 100%;
    padding-top: 0px;
  }
}

@media (min-width: 961px) {
  .page-exhale .hero-section .page-section-pre-existing .content-container {
    padding: 30px 0;
  }

  .page-exhale .hero-section .page-section-pre-existing .container-fluid {
    padding-bottom: 2.5em;
  }
}

.page-exhale .hero-section #tabsPlusContent_separator {
  height: 0;
}

@media (min-width: 601px) {
  .page-exhale .hero-section #tabsPlusContent_separator {
    height: 40px;
  }
}

.page-exhale .hero-section a {
  text-decoration: none;
}

.page-exhale .hero-section a:hover {
  text-decoration: underline;
}

.page-exhale .hero-section h1:before {
  padding-left: 0;
  content: none;
}

.page-exhale .hero-section h2 {
  font-family: inherit;
  font-weight: 500;
}

.page-exhale .hero-section li a {
  font-weight: 400;
}

.page-exhale .hero-section .paddingBottom {
  padding: 0 0 50px;
}

@media (max-width: 1450px) and (min-width: 992px) {
  .page-exhale .hero-section .search_tabs .tabs__content.location_search_tabs {
    width: 100%;
    margin-left: 0%;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .page-exhale .hero-section .module-alphabet-list.opt .columns span,
  .page-exhale .hero-section .module-alphabet-list.opt .columns a {
    float: none !important;
  }

  .page-exhale .hero-section .module-alphabet-list.opt .columns span:hover,
  .page-exhale .hero-section .module-alphabet-list.opt .columns a:hover {
    text-decoration: none !important;
  }
}

@media screen and (min-width: 938px) and (max-width: 1260px) {
  .page-exhale .hero-section .form-group {
    text-align: center !important;
  }
}

.page-exhale .hero-section .main-content .column .container:first-child {
  display: none !important;
}

@media screen and (max-width: 961px) {
  .page-exhale .hero-section .ky-search .ky-show-location.ky-input-search-terms {
    width: 100%;
  }

  .page-exhale .hero-section .ky-search .ky-show-location.ky-right-input-group {
    width: 100%;
  }

  .page-exhale .hero-section .ky-search .ky-input-location {
    width: 100%;
  }

  .page-exhale .hero-section .ky-search .ky-show-location.ky-submit-search {
    width: 100%;
  }
}

@media (max-width: 940px) {
  .page-exhale #tabsPlusContent_tabsContainer {
    display: block;
    border-bottom: none !important;
  }

  .page-exhale #tabsPlusContent_tabsContainer>.tabsPlusContent_tab:not(.active) {
    display: none;
  }
}

@media (max-width: 419px) {
  .page-exhale #tabsPlusContent_tabsContainer {
    width: 114%;
  }
}

@media (min-width: 420px) and (max-width: 539px) {
  .page-exhale #tabsPlusContent_tabsContainer {
    width: 111%;
  }
}

@media (min-width: 540px) and (max-width: 639px) {
  .page-exhale #tabsPlusContent_tabsContainer {
    width: 109%;
  }
}

@media (min-width: 640px) and (max-width: 719px) {
  .page-exhale #tabsPlusContent_tabsContainer {
    width: 107%;
  }
}

@media (min-width: 720px) and (max-width: 940px) {
  .page-exhale #tabsPlusContent_tabsContainer {
    width: 105%;
  }
}

.page-exhale #tabsPlusContent_tabsContainer>.tabsPlusContent_tab.active {
  margin-bottom: -2px;
}

#get-care-link .immediate-care__link {
  text-decoration: none !important;
}

.page-test .global-header {
  border-bottom: 1px solid #f0f0f0;
}

.page-test h5.location-results-overview__title {
  font-weight: 700;
}

.page-test h2.section-title {
  font-weight: 700;
}

.page-test blockquote {
  border-left: 0;
}

.page-test a:hover {
  text-decoration: none;
}

.page-exhale .hero-section a.viewmore {
  display: none !important;
}

.page-exhale .hero-section .hero-section-container {
  height: 100% !important;
}

.item-url-exhale-services #tabsPlusContent_tabsContainer {
  width: 100% !important;
}

.tns-outer {
  display: flex;
  flex-direction: column-reverse;
}

.tns-outer [data-action=start],
.tns-outer [data-action=stop] {
  display: none;
}

.tns-nav {
  margin-bottom: 30px;
  background-color: transparent;
}

.tns-nav button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0;
  background-color: #d8d8d8;
  margin: 0 10px;
  padding: 0;
}

@media (min-width: 1280px) {
  .tns-nav button {
    margin: 0 20px 0 0;
  }
}

.tns-nav .tns-nav-active {
  background-color: #00205b;
}

.location-title {
  font-size: 28px;
  line-height: 40px;
  text-transform: capitalize;
}

@media (min-width: 961px) {
  .location-title {
    display: inline-block;
    margin-right: 20px;
  }
}

.location-form .input-text {
  margin-bottom: 30px;
}

.location-reset-button {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
  background: transparent;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: .5px;
  cursor: pointer;
  appearance: none;
  display: none;
}

@media (min-width: 961px) {
  .location-reset-button {
    vertical-align: 4px;
    margin-bottom: 0;
  }
}

.location-reset-button.is-visible {
  display: inline-block;
}

.location-body-text {
  margin-bottom: 30px;
}

@media (min-width: 961px) {
  .location-form {
    display: flex;
    max-width: 805px;
    margin-bottom: 30px;
  }
}

.is-locating .location-form {
  opacity: .5;
}

@media (min-width: 961px) {
  .location-submit {
    margin-left: 15px;
  }
}

.location-input,
.location-submit {
  margin-bottom: 30px;
}

@media (min-width: 961px) {

  .location-input,
  .location-submit {
    margin-bottom: 0;
  }
}

.location-link-container {
  margin-bottom: 30px;
}

.location-link {
  text-decoration: none;
  text-transform: capitalize;
}

.location-link .location-text {
  color: white;
  text-decoration: underline;
  font-weight: 700;
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
}

.find-location-icon {
  margin-right: 10px;
}

.find-location-icon svg {
  width: 20px;
  vertical-align: middle;
}

.find-location-icon path {
  fill: #ffffff;
}

.component-search input {
  margin-bottom: 30px;
}

.component-search-title {
  font-size: 30px;
  text-align: center;
  color: inherit;
}

.component-search-submit {
  background: #0577b3 url("../../img/icon-search-white.svg") no-repeat;
  border: 1px solid #0577b3;
  background-size: 20px;
  background-position: 40px center;
  padding: 20px 50px 20px 70px;
}

@media (min-width: 1280px) {
  .component-search-submit {
    padding: 28px 50px 28px 70px;
  }
}

.component-search-submit:hover {
  background-color: #0698e5;
}

.component-dialog {
  background-color: #ffffff;
  color: #00205b;
  text-align: left;
  padding: 30px;
  align-items: flex-start;
  position: absolute;
  top: 70px;
  display: none;
}

@media (-ms-high-contrast: active) and (min-width: 1280px),
(-ms-high-contrast: none) and (min-width: 1280px) {
  .component-dialog {
    width: calc(50% - 34px) !important;
    right: 0;
  }
}

.component-dialog[aria-hidden=false] {
  display: flex;
  width: 100%;
}

@media (min-width: 601px) {
  .component-dialog {
    align-items: center;
  }
}

@media (min-width: 961px) {
  .component-dialog {
    top: 100px;
    padding: 15px 30px;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .component-dialog {
    padding: 25px 30px;
  }
}

.component-dialog:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -15px;
  left: calc(50% - 10px);
}

@media (min-width: 601px) {
  .form-fail .component-dialog {
    padding: 10px 30px;
  }
}

@media (min-width: 1280px) {

  _:-ms-lang(x),
  .component-dialog {
    width: calc(50% - 34px) !important;
    right: 0;
  }
}

.component-dialog-icon {
  display: none;
  margin-right: 10px;
}

.component-dialog-icon svg {
  width: 52px;
  height: 48px;
}

.component-dialog-icon path {
  fill: #00205b;
}

@media (min-width: 601px) {
  .component-dialog-icon {
    display: inline-block;
  }
}

.component-dialog-text {
  margin: 0;
}

.component-results {
  background-color: #ffffff;
  color: #63666a;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-out;
}

.component-results[aria-hidden=false] {
  height: auto;
  transform: scaleY(1);
  transition: transform 0.3s ease-out;
}

.component-results[aria-hidden=false] {
  padding: 30px;
}

@supports (display: grid) {
  @media (min-width: 961px) {
    .component-results[aria-hidden=false] {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(2, 50%);
    }
  }
}

.results-title {
  color: #00205b;
  margin: 0;
  font-weight: 700;
}

.results-address {
  margin-top: 0;
}

.results-icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
}

.results-icon path {
  fill: #00205b;
  opacity: 1;
}

.results-link {
  display: block;
  margin-top: 30px;
}

.results-header {
  grid-column-end: span 3;
}

.results-distance,
.results-duration {
  grid-row-start: 2;
}

.results-actions {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 961px) {
  .results-actions {
    float: right;
    margin-top: -130px;
    padding-left: 30px;
    border-left: 1px solid #d8d8d8;
  }
}

@supports (display: grid) {
  @media (min-width: 961px) {
    .results-actions {
      float: none;
      grid-column-start: 4;
      grid-row-end: span 2;
      margin-top: 0;
    }
  }
}

@media (min-width: 961px) {
  .component-cards {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 961px) {
  .component-cards-item {
    width: calc(33% - 30px);
  }
}

.slider-active .component-cards-item {
  margin-bottom: 30px;
}

.component-card-item-inner {
  max-width: 410px;
  margin: 0 auto;
}

.component-card-title {
  font-size: 26px;
  color: #00205b;
  font-weight: 500;
  padding-top: 30px;
  margin: 0;
  margin-bottom: 30px;
}

.component-card-meta {
  font-size: 14px;
  line-height: 24px;
}

.component-card-meta dt,
.component-card-meta dd {
  display: inline;
}

.component-card-meta dt {
  color: #00205b;
  font-weight: 700;
}

.component-card-meta dd {
  margin-left: 5px;
}

.component-events-cards {
  margin-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .component-events-cards {
    margin-bottom: 60px;
  }
}

.events-card-container {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .events-card-container {
    width: auto;
    justify-content: center;
  }
}

.events-card {
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .events-card {
    width: 33%;
    border-right: 1px solid #75787b;
    margin-right: 30px;
    padding-right: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .events-card:nth-child(3n) {
    width: calc(33% - 30px);
    border: 0;
    padding-right: 0;
    margin-right: 0;
  }
}

.events-card-inner {
  max-width: 386px;
  margin: 0 auto;
}

.events-card-date {
  color: #00205b;
  font-weight: 400;
}

.events-card-title {
  margin: 0;
  margin-bottom: 30px;
  line-height: 28px;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .events-card-title {
    font-size: 26px;
    line-height: 36px;
  }
}

.events-card-text {
  flex-grow: 1;
}

.events-card-link {
  font-weight: 700;
  display: block;
}

.slider-active .events-card-link {
  margin-bottom: 30px;
}

.component-accordion {
  background-color: #ffffff;
  color: #75787b;
}

.component-accordion-item {
  border-bottom: 2px solid #00205b;
}

.component-accordion-title,
.accordion-content-link {
  text-decoration: none;
  font-weight: 700;
}

.component-accordion-title {
  color: #00205b;
  font-size: 24px;
  line-height: 34px;
  padding: 30px;
  background-color: #f5f8ff;
  transition: background-color 1s cubic-bezier(0.43, 0.88, 0.57, 0.97);
}

@media (min-width: 961px) {
  .component-accordion-title {
    padding: 30px 40px;
  }
}

.is-open .component-accordion-title {
  background-color: #ffffff;
}

.component-accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.component-accordion-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.component-accordion-icon:before,
.component-accordion-icon:after {
  border-color: #00205b;
  border-width: 2px;
}

.is-open .component-accordion-icon {
  width: 20px;
  height: 20px;
}

.is-open .component-accordion-icon:before,
.is-open .component-accordion-icon:after {
  border-color: #00205b;
  border-width: 2px;
}

.component-accordion-content {
  padding: 0 40px;
  padding-bottom: 40px;
  overflow: hidden;
  max-height: 30em;
  transition: max-height 0.5s ease-in-out, padding-bottom 0.5s ease-in-out;
}

.component-accordion-content[aria-hidden=true] {
  padding-bottom: 0;
  max-height: 0;
  overflow-y: hidden;
}

.accordion-content-item {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 30px;
}

.accordion-content-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.accordion-content-item:last-child .accordion-content-link {
  margin-bottom: 0;
}

.accordion-content-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 28px;
}

.accordion-content-link {
  display: block;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.search-module svg {
  width: 20px;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .search-module-form {
    display: flex;
  }
}

@media (min-width: 769px) {
  .search-module-input {
    margin-right: 15px;
  }
}

.search-module-cta {
  background-color: #0577b3;
  color: inherit;
  border: 0;
}

.search-module-location {
  text-decoration: none;
}

.location-text {
  text-decoration: underline;
}

@media (min-width: 961px) {
  .urgent-care-search__fields {
    display: flex;
    margin-bottom: 30px;
  }
}

@media (min-width: 961px) {
  .urgent-care-search__fields .urgent-care-search__input {
    width: 100%;
  }
}

@media (min-width: 961px) {
  .urgent-care-search__fields .urgent-care-search__button {
    display: block;
    margin: 0 0 0 10px;
    min-width: 180px;
    padding: 20px 10px;
  }
}

.urgent-care-search__input {
  position: relative;
}

.urgent-care-search__input-element {
  border: 1px solid #8699bd;
  border-radius: 3px;
  color: #898989;
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.058823529;
  padding: 21px 25px;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 961px) {
  .urgent-care-search__input-element {
    margin-bottom: 0;
  }
}

.urgent-care-search__location-icon {
  display: inline-block;
  fill: #00205b;
  height: 10px;
  margin-right: 6px;
  width: 10px;
}

.urgent-care-search__location-button {
  background: none;
  border: none;
  color: #0577b3;
  cursor: pointer;
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.411764706;
}

.urgent-care-search__button {
  margin-bottom: 30px;
  padding: 22px 70px;
}

@media (min-width: 961px) {
  .urgent-care-search__button {
    display: none;
  }
}

.urgent-care-search__dropdown {
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 11px 10px;
  position: absolute;
  width: 100%;
  top: 62px;
  z-index: 1;
}

.urgent-care-search__dropdown-title {
  margin: 20px 0 0;
  font-family: "KyrialSansPro", "Open Sans", sans-serif;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.357142857;
  color: #75787b;
}

.urgent-care-search__dropdown-link {
  color: #0577b3;
  display: inline-block;
  font-weight: 700;
  margin: 5px 0 0 5px;
  text-decoration: none;
}

.urgent-care-search .hidden {
  display: none;
}

.picture-desktop-max {
  display: none;
}

@media (min-width: 1280px) {
  .picture-desktop-max {
    display: inline-block;
  }
}

.picture-desktop-min {
  display: none;
}

@media (min-width: 961px) {
  .picture-desktop-min {
    display: inline-block;
  }
}

@media (min-width: 1280px) {
  .picture-desktop-min {
    display: none;
  }
}

.picture-tablet {
  display: none;
}

@media (min-width: 601px) {
  .picture-tablet {
    display: inline-block;
  }
}

@media (min-width: 961px) {
  .picture-tablet {
    display: none;
  }
}

.picture-phone {
  width: 100%;
}

@media (min-width: 601px) {
  .picture-phone {
    display: none;
  }
}

.page-section {
  padding: 30px 0;
}

@media (min-width: 961px) {
  .page-section {
    padding: 60px 0;
  }
}

@media (min-width: 1280px) {
  .page-section {
    padding: 80px 0;
  }
}

.page-section.has-columns {
  padding: 0;
}

.page-section-center {
  text-align: center;
}

.page-section-grey {
  background-color: #f5f5f5;
}

.section-inverse {
  background-color: #00205b;
  color: #ffffff;
}

.section-inverse-link {
  color: inherit !important;
}

.section-link {
  color: #0577b3;
  text-decoration: none;
}

.section-link:hover {
  text-decoration: underline;
}

.section-grey {
  background-color: #f5f5f5;
}

@media (min-width: 961px) {
  .page-section-img {
    min-height: 335px;
  }
}

@media screen and (min-width: 1280px) and (-ms-high-contrast: active),
(min-width: 1280px) and (-ms-high-contrast: none) {
  .page-section-img picture {
    width: auto;
    max-height: none;
  }
}

@media (min-width: 1280px) {
  .page-section-img picture {
    width: 100%;
    max-height: 550px;
  }
}

.section-image {
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .section-image {
    max-height: 550px;
    width: auto;
    margin: 0 auto;
  }
}

@media (min-width: 601px) {
  .object-fit-fallback {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .object-fit-fallback img {
    display: none;
  }
}

.content-container {
  width: calc(100% - 60px);
  margin: 0 auto;
  max-width: 1280px;
  padding: 60px 0;
}

@media (min-width: 601px) {
  .content-container {
    width: calc(100% - 160px);
  }
}

@media (min-width: 961px) {
  .content-container {
    padding: 30px 60px;
    width: 100%;
  }
}

@media (min-width: 961px) {
  .content-row {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 961px) {
  .content-row-item {
    width: calc(50% - 30px);
  }
}

@media (min-width: 1280px) {
  .has-columns .section-container {
    margin: 0 auto;
    display: flex;
  }
}

@media screen and (min-width: 1280px) and (-ms-high-contrast: active),
(min-width: 1280px) and (-ms-high-contrast: none) {
  .has-columns .section-container {
    max-width: 1280px;
  }
}

@media (min-width: 1280px) {

  .has-columns .image-container,
  .has-columns .content-container {
    width: 50%;
  }
}

@media (min-width: 961px) {
  .has-columns .content-container {
    padding: 60px 0;
    width: 650px;
  }
}

@media (min-width: 1280px) {
  .has-columns .content-container {
    padding: 60px;
    width: 50%;
  }
}

.has-columns .image-container {
  text-align: center;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .has-columns .image-container {
    display: flex;
  }
}

@media (min-width: 601px) {
  .has-columns .section-image {
    width: 100%;
  }
}

@media screen and (min-width: 601px) and (-ms-high-contrast: active),
(min-width: 601px) and (-ms-high-contrast: none) {
  .has-columns .section-image {
    width: auto;
    max-height: 550px;
    display: flex;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .has-columns .section-image {
    width: 100%;
    max-height: 550px;
  }
}

@media screen and (min-width: 1280px) and (-ms-high-contrast: active),
(min-width: 1280px) and (-ms-high-contrast: none) {
  .has-columns .section-image {
    max-height: 650px;
    width: auto;
  }
}

@media (min-width: 1280px) {
  .columns-reverse .section-container {
    flex-direction: row-reverse;
  }
}

.section-header {
  text-align: center;
}

.module-alphabet-list.opt .columns a:before,
.module-alphabet-list.opt .columns span:before {
  content: "\f111";
}

.contact-section {
  padding: 60px 0;
}

@media (min-width: 1280px) {
  .contact-section {
    padding: 60px 0 80px 0;
  }
}

.contact-section-container {
  padding: 30px;
  text-align: center;
}

@supports (display: grid) {
  .contact-section-container {
    display: grid;
    grid-column-gap: 30px;
  }
}

@media (min-width: 601px) {
  .contact-section-container {
    padding: 0 80px;
  }
}

@media (min-width: 1280px) {
  .contact-section-container {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1280px;
    text-align: left;
    grid-template-columns: 50% 50%;
    max-width: none;
  }

  .contact-section-container picture {
    width: 100%;
  }

  .contact-section-container picture img {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) and (-ms-high-contrast: active),
(min-width: 1280px) and (-ms-high-contrast: none) {
  .contact-section-container {
    max-width: 1280px;
  }

  .contact-section-container picture {
    width: auto;
  }

  .contact-section-container picture img {
    width: auto;
  }
}

@media (min-width: 1280px) {

  .contact-section-container .section-text,
  .contact-section-container .section-title,
  .contact-section-container .contact-section-form-wrapper {
    grid-column-start: 2;
  }
}

.contact-section-container .section-title {
  grid-row-start: 1;
  color: #63666a;
}

@media (min-width: 1280px) {
  .contact-section-container .section-title br {
    display: none;
  }
}

@media (min-width: 1280px) {
  .contact-section-container .contact-section-form-wrapper {
    margin-top: 60px;
  }
}

.contact-section-container picture {
  justify-self: stretch;
  margin-bottom: 30px;
  display: flex;
}

@media (min-width: 1280px) {
  .contact-section-container picture {
    float: left;
    margin-right: 60px;
    margin-bottom: 0;
  }
}

@supports (display: grid) {
  .contact-section-container picture {
    float: none;
    align-self: stretch;
    grid-row: span 3;
  }

  @media (min-width: 1280px) {
    .contact-section-container picture {
      justify-self: start;
    }
  }
}

.graphic-envelope {
  margin-bottom: 40px;
}

.contact-section-content {
  position: relative;
  width: 100%;
}

.contact-section-form-wrapper {
  position: relative;
}

.contact-section-form-wrapper .component-dialog {
  border: 1px solid #00205b;
  right: 0;
  top: 80px;
}

@media (min-width: 1280px) {
  .contact-section-form-wrapper .component-dialog {
    top: 100px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1280px),
(-ms-high-contrast: active) and (min-width: 1280px) {
  .contact-section-form-wrapper .component-dialog {
    max-width: 475px;
  }
}

@supports (display: grid) {
  @media (min-width: 1280px) {
    .contact-section-form-wrapper .component-dialog {
      max-width: none;
    }
  }
}

.contact-section-form-wrapper .component-dialog:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #00205b;
  border-left: 1px solid #00205b;
  top: -9px;
  left: calc(50% - 10px);
  transform: rotate(45deg);
}

.contact-section-form-wrapper .component-dialog:after {
  border: 2px solid #ffffff;
  width: 15px;
  height: 0;
  background-color: #ffffff;
  top: -2px;
  left: calc(50% - 12px);
}

.contact-section-form {
  display: flex;
}

.contact-section-input {
  color: #00205b;
  border: 1px solid #00205b;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.contact-section-input::-webkit-input-placeholder {
  color: #00205b;
}

.contact-section-input::-moz-placeholder {
  color: #00205b;
}

.contact-section-input:-ms-input-placeholder {
  color: #00205b;
}

.form-success .contact-section-input {
  background-color: #d8d8d8;
}

.contact-section-submit {
  width: 100px;
  border: 1px solid #00205b;
  background: #00205b url("../../img/icon-arrow-right.svg") no-repeat center;
  background-size: 60%;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
  color: transparent;
  transition: background-color .7s ease;
}

.contact-section-submit:hover {
  background-color: #254d87;
  border-color: #254d87;
  transition: background-color .7s ease;
}

.form-success .contact-section-submit {
  background: #218e03 url("../../img/icon-checkmark.svg") no-repeat center;
  border-color: #218e03;
}

.events-section {
  color: #75787b;
  text-align: center;
  padding: 60px 0;
}

@media (min-width: 1280px) {
  .events-section {
    padding: 80px 0;
  }
}

.events-section .section-title {
  color: #63666a;
  margin-bottom: 30px;
  width: 290px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media (min-width: 601px) {
  .events-section .section-title {
    width: auto;
  }
}

@media (min-width: 961px) {
  .events-section .section-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 1280px) {
  .events-section .section-title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .events-section-header:after {
    content: "";
    display: inline-block;
    border: 2px solid #b8b9bb;
    width: 307px;
  }
}

.events-section-container .content-container {
  padding-bottom: 0;
  padding-top: 50px;
}

@media (min-width: 961px) {
  .events-section-container .content-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1280px) {
  .events-section-container .content-container {
    padding-top: 30px;
  }
}

.testimonial-section .section-title-center {
  text-align: center;
}

.testimonial-section-quotes {
  overflow: hidden;
  margin-top: 60px;
}

@media (min-width: 1280px) {
  .testimonial-section-quotes {
    margin-top: 0;
  }
}

.testimonial-section-quotes .tns-nav {
  text-align: center;
  margin-bottom: 0;
}

.testimonial-section-quotes .tns-nav button {
  background-color: #808fad;
  opacity: .5;
}

.testimonial-section-quotes .tns-nav .tns-nav-active {
  opacity: 1;
}

@media (max-width: 1280px) {
  .testimonial-section-quotes.slider-disabled .section-quotes-container {
    display: block;
    max-width: 481px;
    margin: 0 auto;
  }

  .testimonial-section-quotes.slider-disabled .section-quote {
    padding: 30px 0;
  }
}

.section-quote {
  overflow: hidden;
  margin: 0;
  quotes: "“" "”" "‘" "’";
  text-align: center;
  font-weight: 300;
  border-left: none !important;
}

.slider-active .section-quote {
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .section-quote {
    width: calc(50% - 40px);
  }

  .section-quotes-container:not(.slider-active) .section-quote:first-child {
    position: relative;
    padding: 0 60px;
    margin-bottom: 75px;
    width: 100%;
  }

  .section-quotes-container:not(.slider-active) .section-quote:first-child .section-quote-cite:before,
  .section-quotes-container:not(.slider-active) .section-quote:first-child .section-quote-cite:after {
    display: none;
  }

  .section-quotes-container:not(.slider-active) .section-quote:first-child:before,
  .section-quotes-container:not(.slider-active) .section-quote:first-child:after {
    display: inline-block;
    font-size: 60px;
    position: absolute;
    top: 0;
    content: "";
    width: 56px;
    height: 42px;
    background: transparent url("../../img/icon-quote-mark.svg") no-repeat;
  }

  .section-quotes-container:not(.slider-active) .section-quote:first-child:before {
    left: 0;
  }

  .section-quotes-container:not(.slider-active) .section-quote:first-child:after {
    right: 0;
    transform: rotate(180deg);
  }

  .section-quotes-container:not(.slider-active) .section-quote:first-child .section-quote-cite {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.6px;
  }
}

.section-quotes-container {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .section-quotes-container {
    flex-wrap: wrap;
    padding: 30px 70px 0 70px;
  }
}

.section-quote-inner {
  max-width: 601px;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .section-quote-inner {
    max-width: none;
    margin: 0;
  }
}

.section-quote-cite {
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
}

.section-quote-cite:before,
.section-quote-cite:after {
  display: inline;
  font-size: 30px;
}

.section-quote-cite:before {
  content: open-quote;
}

.section-quote-cite:after {
  content: close-quote;
}

.section-quote-attribution {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
}