@font-face {
  font-family: 'WhitneyHTF';
  src: url(font/WhitneyHTF-Light.ttf) format("truetype"), url(font/WhitneyHTF-Light.woff) format("woff"), url(font/WhitneyHTF-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'WhitneyHTF';
  src: url(font/WhitneyHTF-Medium.ttf) format("truetype"), url(font/WhitneyHTF-Medium.woff) format("woff"), url(font/WhitneyHTF-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'WhitneySSm';
  src: url(font/WhitneySSm-Semibold.ttf) format("truetype"), url(font/WhitneySSm-Semibold.woff) format("woff"), url("font/Whitney SSm Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

#pa-engine-dom-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0;
  color: #555;
  background: #fff;
  font: 16px/1.2 "WhitneyHTF", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }

#pa-engine-dom-wrapper strong {
  font-weight: 500; }

#pa-engine-dom-wrapper img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }

#pa-engine-dom-wrapper sup {
  font-size: 65%; }

.logo a {
  display: inline-block;
  vertical-align: top; }

.container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }
  .container.container-lg {
    max-width: 1396px; }

.centered {
  text-align: center; }

.section-caption {
  text-align: center;
  font-size: 20px;
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .section-caption {
      font-size: 22px;
      padding: 0 0 39px; } }
  .section-caption p {
    margin: 0 !important; }

.caption {
  padding: 0 0 41px; }
  .caption p {
    margin: 0 !important; }

.title-bg {
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 18px; }
  @media (min-width: 768px) {
    .title-bg {
      line-height: 1;
      margin: 0 0 15px; } }
  .title-bg span {
    background: #0c7ca3;
    padding: 0 9px 3px;
    letter-spacing: -1.2px; }
    @media (min-width: 768px) {
      .title-bg span {
        letter-spacing: -1.5px; } }

.text-primary {
  color: #0c7ca3; }

#header {
  padding: 9px 0 7px;
  background: #fff;
  position: relative;
  line-height: 1.3; }
  @media (min-width: 768px) {
    #header {
      border-bottom: 1px solid #f2f2f2;
      background: rgba(255, 255, 255, 0.95);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 10px 0 4px; } }
  #header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    @media (min-width: 768px) {
      #header .container {
        flex-direction: row-reverse; } }

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-tablet-desktop {
    display: none !important; } }

.source-text {
  font-size: 12px;
  text-align: left; }
  @media (min-width: 768px) {
    .source-text {
      font-size: 16px; } }

.anchor-nav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 0 15px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  box-shadow: 0 6px 7px -2px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s, visibility 0.3s; }
  .nav-active .anchor-nav {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    position: fixed; }
  @media (min-width: 1024px) {
    .anchor-nav {
      position: static;
      opacity: 1;
      visibility: visible;
      padding: 0;
      text-align: left;
      z-index: 1;
      background: transparent;
      box-shadow: none; } }

.nav-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 1024px) {
    .nav-list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 -10px;
      max-width: 90%; } }
  @media (min-width: 1024px) {
    .nav-list {
      max-width: 74%; } }
  .nav-list li {
    padding: 10px 0; }
    @media (min-width: 768px) {
      .nav-list li {
        margin: 0 10px; } }
    @media (min-width: 1024px) {
      .nav-list li {
        margin: 0 10px;
        width: 25%; } }
  .nav-list a {
    display: inline-block;
    vertical-align: top;
    color: #555;
    text-decoration: none; }
    .nav-list a.active, .nav-list a:hover {
      font-family: "WhitneySSm", "Helvetica Neue", "Helvetica", sans-serif;
      color: #1084a8;
      font-weight: 600; }
  @media (max-width: 1023px) {
    .nav-list br {
      display: none; } }

.nav-opener {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 37px;
  height: 44px; }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    content: '';
    position: absolute;
    background: #7c7c7c;
    height: 4px;
    left: 0;
    right: 0;
    border-radius: 2px; }
  .nav-opener:before {
    top: calc(25% - 2px); }
  .nav-opener span {
    top: calc(50% - 2px); }
  .nav-opener:after {
    top: calc(75% - 2px); }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }

.main-banner {
  padding-bottom: 60px; }
  @media (min-width: 1024px) {
    .main-banner {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      padding-bottom: 0;
      padding-right: calc((100% - 1366px) / 2);
      padding-left: calc((100% - 1110px) / 2); } }
  .main-banner .banner-img {
    margin: 0 0 31px; }
    @media (min-width: 1024px) {
      .main-banner .banner-img {
        width: 62.5%;
        margin: 0; } }
    .main-banner .banner-img img {
      width: 100%; }
      @media (min-width: 1024px) {
        .main-banner .banner-img img {
          margin: 0; } }
  .main-banner .banner-text {
    padding: 0 15px;
    line-height: 1.3; }
    @media (min-width: 1024px) {
      .main-banner .banner-text {
        flex: 1 0;
        padding: 75px 0 15px 15px; } }
    @media (min-width: 1200px) {
      .main-banner .banner-text {
        padding: 35px 0 15px; } }
    .main-banner .banner-text p {
      margin: 0; }
      @media (min-width: 1024px) {
        .main-banner .banner-text p {
          padding: 0 17px 0 0; } }

.banner-caption {
  position: relative;
  padding: 0 0 31px; }
  @media (min-width: 1024px) {
    .banner-caption {
      padding: 0 0 33px 91px; } }
  .banner-caption .title-holder {
    display: flex;
    align-items: center;
    padding: 0 0 9px; }
    @media (min-width: 1024px) {
      .banner-caption .title-holder {
        padding: 0 0 4px;
        display: block; } }
  .banner-caption .caption-icon {
    margin: 0 18px 0 0;
    width: 16.2%; }
    @media (min-width: 1024px) {
      .banner-caption .caption-icon {
        margin: 0;
        position: absolute;
        top: 10px;
        left: 0;
        width: auto; } }
  .banner-caption h1 {
    margin: 0; }
    @media (min-width: 1024px) {
      .banner-caption h1 {
        margin: 0 -30% 0 0; } }
  .banner-caption .subtitle {
    display: block;
    font-size: 20px;
    font-weight: 300 !important;
    line-height: 1.2; }
    @media (min-width: 1024px) {
      .banner-caption .subtitle {
        font-size: 27px;
        margin: 0 -10px 0 4px; } }

@media (max-width: 767px) {
  .three-column-holder {
    padding: 0 0 26px; } }

.three-column-wrap {
  padding: 0 0 21px; }
  .three-column-wrap .source-text {
    margin: 0 0 23px; }
    @media (min-width: 768px) {
      .three-column-wrap .source-text {
        margin: 0 0 26px; } }

@media (min-width: 768px) {
  .three-column {
    font-size: 22px;
    padding: 0 0 20px;
    display: flex;
    justify-content: center; } }

.three-column .col {
  padding: 0 0 5px; }
  @media (min-width: 768px) {
    .three-column .col {
      width: 33.3%;
      padding: 0 15px; } }

.three-column .img-box {
  min-height: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 13px; }
  @media (min-width: 768px) {
    .three-column .img-box {
      margin: 0 0 10px; } }

.three-column .number {
  font-size: 60px;
  color: #0c7ca3;
  display: block;
  padding: 0 0 4px;
  text-align: center; }
  .three-column .number u {
    text-decoration: none; }

.pae-embed-code, .pa-embed-code, .pa-close-embed {
  display: none; }

.pa-embed-block {
  text-align: center;
  margin: 0 auto 45px; }
  @media (max-width: 767px) {
    .pa-embed-block {
      display: none !important; } }

.pae-embed-code textarea {
  min-width: 310px;
  min-height: 110px;
  word-break: break-all; }

.pa-open-embed, .pa-close-embed {
  margin: auto;
  padding: 14px 10px;
  background: #fe504f;
  color: #fff;
  font-family: "WhitneyHTF", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s; }
  .pa-open-embed:hover, .pa-close-embed:hover {
    opacity: .7; }

.pa-embed-sharing-text {
  display: block;
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: 500; }

