@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700|Overpass:300,400,600,700&display=swap");
.gray-bg {
  background: #E5E5E5; }

.darkblue-bg {
  background: #172A53; }

.blue-bg {
  background: #276DAF;
  color: white; }

.light-blue-bg {
  background: #c5d8ec; }

.red-bg {
  background: #9E1C33; }

.bottom-gray-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe5e5+0,d8f0fc+50,ffffff+50,ffffff+100&0+0,0+50,0+50,1+51,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 229, 229, 0) 0%, rgba(255, 255, 255, 0) 50%, #E5E5E5 50%, #E5E5E5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 229, 229, 0) 0%, rgba(255, 255, 255, 0) 50%, #E5E5E5 50%, #E5E5E5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 229, 229, 0) 0%, rgba(255, 255, 255, 0) 50%, #E5E5E5 50%, #E5E5E5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe5e5', endColorstr='#E5E5E5',GradientType=0 );
  /* IE6-9 */ }

.bottom-white-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe5e5+0,d8f0fc+50,ffffff+50,ffffff+100&0+0,0+50,0+50,1+51,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 229, 229, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 229, 229, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 229, 229, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.blue-darkblue-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe5e5+0,d8f0fc+50,ffffff+50,ffffff+100&0+0,0+50,0+50,1+51,1+100 */
  background: -moz-linear-gradient(top, #276DAF 0%, #276DAF 54%, #1B252F 50%, #1B252F 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #276DAF 0%, #276DAF 54%, #1B252F 50%, #1B252F 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #276DAF 0%, #276DAF 54%, #1B252F 50%, #1B252F 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276DAF', endColorstr='#1B252F',GradientType=0 );
  /* IE6-9 */ }

.white-text {
  color: white; }

body, html {
  overflow-x: hidden; }

body {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  color: #464646; }
  body h1, body .h1 {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 2.5em;
    font-weight: 700; }
  body h2, body .h2 {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 1.85em; }
  body h3, body .h3 {
    font-size: 1.45em; }
  @media screen and (max-width: 991px) {
    body h1, body .h1 {
      font-size: 2.2em; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; }
      body h1, body .h1 {
        font-size: 2.1em; } }

img {
  max-width: 100%; }

h1 {
  font-family: "Frank Ruhl Libre", serif;
  color: #242424; }

a {
  color: #276DAF; }

p {
  font-weight: 300; }

hr {
  border-top: 2px solid #cecece; }

strong, b {
  font-weight: 700; }

.alert-bar {
  background: #9E1C33;
  color: white;
  padding: 10px;
  text-align: center; }
  .alert-bar p {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle; }
  .alert-bar .fa-exclamation-triangle {
    padding-right: 4px; }
  .alert-bar a {
    text-decoration: underline;
    color: white; }

.card {
  border: 0px; }

.callout-card.card p {
  color: inherit; }

.button {
  background: #172A53;
  display: inline-block;
  padding: .7em 2em;
  color: white;
  border-radius: 4px;
  font-size: 1.1em; }
  .button.large-button {
    font-size: 1.3em;
    padding: .3em 1.2em; }
  .button.red-button {
    background: #9E1C33; }
    .button.red-button:hover {
      background: #9c3522; }
  .button.white-button {
    background: white;
    color: #172A53; }
  .button.border-button {
    background: #276DAF;
    color: white;
    border: 2px solid white; }
    .button.border-button:hover {
      background: #172A53; }
  .button.light-button {
    background: #276DAF;
    border: 1px solid white; }
    .button.light-button:hover {
      background: #1d4f7d; }
  .button:hover {
    color: white;
    background: #276DAF;
    text-decoration: none; }
    .button:hover.white-button {
      color: white; }
  .button i {
    padding-left: 10px; }

.input-group {
  display: block;
  margin-bottom: 20px; }
  .input-group input {
    width: 100%; }

.call-button {
  position: relative; }
  .call-button .call-dropdown {
    position: absolute;
    width: 288px;
    right: -900vw;
    border-radius: 1px;
    padding-top: 15px; }
    .call-button .call-dropdown .call-list {
      background: white;
      border: 1px solid #c0c0c0;
      border-radius: 6px;
      margin: 0;
      box-shadow: 0px 3px 12px -5px #4e4e4e;
      list-style-type: none;
      padding-left: 0px; }
      .call-button .call-dropdown .call-list li {
        padding: 12px 10px;
        border-bottom: 1px solid #c0c0c0;
        width: 100%;
        font-size: 14px; }
        .call-button .call-dropdown .call-list li:last-child {
          border-bottom: 0px; }
        .call-button .call-dropdown .call-list li a {
          color: #464646;
          font-weight: 400; }
        .call-button .call-dropdown .call-list li strong {
          display: block;
          color: #172A53; }
    .call-button .call-dropdown .dropdown-arrow {
      position: absolute;
      top: 2px;
      width: 19px;
      right: 28px; }
  .call-button .button:hover, .call-button .button.active {
    background: #172A53;
    cursor: pointer; }
  .call-button .fa-phone {
    transform: scaleX(-1); }
  .call-button.desktop-button:hover .dropdown-desktop, .call-button.desktop-button:focus-within .dropdown-desktop, .call-button:focus-within .dropdown-desktop, .call-button:hover .dropdown-desktop, .call-button.active .dropdown-desktop {
    right: 0;
    z-index: 99; }
  .call-button.desktop-button:hover .dropdown-mobile, .call-button.desktop-button:focus-within .dropdown-mobile, .call-button:focus-within .dropdown-mobile, .call-button:hover .dropdown-mobile, .call-button.active .dropdown-mobile {
    left: 2px;
    z-index: 99; }
    .call-button.desktop-button:hover .dropdown-mobile .dropdown-arrow, .call-button.desktop-button:focus-within .dropdown-mobile .dropdown-arrow, .call-button:focus-within .dropdown-mobile .dropdown-arrow, .call-button:hover .dropdown-mobile .dropdown-arrow, .call-button.active .dropdown-mobile .dropdown-arrow {
      left: 25px; }

.call-button.desktop-button.hover .dropdown-desktop {
  right: 0;
  z-index: 99; }

.sitenav {
  box-shadow: 0px 10px 13px -12px #323232;
  position: relative;
  clear: both; }

.top-nav {
  display: flex;
  align-items: center; }
  .top-nav .logo {
    max-width: 100%; }
  .top-nav .nav-right {
    display: inline-flex;
    margin-left: auto; }
    .top-nav .nav-right a {
      color: #172A53;
      font-weight: 700; }
    .top-nav .nav-right ul {
      list-style-type: none;
      margin: 10px 10px;
      padding-left: 0px; }
      .top-nav .nav-right ul li {
        padding-left: 0px;
        display: inline-block;
        padding: 0px 10px;
        line-height: 1em;
        font-size: 1.1em; }
        .top-nav .nav-right ul li:last-child {
          padding-right: 0px; }
    .top-nav .nav-right .button {
      color: white;
      background: #276DAF;
      border-radius: 6px;
      padding: 12px 20px;
      text-decoration: none;
      transition: background .4s ease; }
      .top-nav .nav-right .button:hover {
        background: #172A53; }

.bottom-nav {
  background: #172A53;
  text-align: center; }
  .bottom-nav .container {
    padding: 0px 5px; }
  .bottom-nav .row {
    margin-left: 0px;
    margin-right: 0px;
    position: relative; }
  .bottom-nav a {
    color: white;
    display: block;
    padding: 1rem 8px;
    font-size: 15px; }
  .bottom-nav ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px; }
  .bottom-nav .col {
    padding-left: 7px;
    padding-right: 7px; }
  .bottom-nav .has-submenu-large {
    position: static; }
    .bottom-nav .has-submenu-large .submenu-large {
      left: 0;
      width: 100%; }
  .bottom-nav .submenu {
    background: white;
    border-top: 14px solid #E2DBC9;
    padding: 10px 10px 20px 10px;
    position: absolute;
    top: 100%;
    width: 280px;
    left: 0;
    top: -9999%;
    box-shadow: 0px 0px 14px -1px #3e3e3e;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
    .bottom-nav .submenu li {
      margin-bottom: 9px; }
    .bottom-nav .submenu.submenu-right {
      right: 0;
      left: auto; }
    .bottom-nav .submenu a {
      color: #172A53;
      text-align: left;
      font-family: "Frank Ruhl Libre", serif;
      padding: 7px 8px 4px;
      font-size: 18px; }
    .bottom-nav .submenu .tertiary-menu {
      margin-left: 16px;
      border-left: 2px solid #cecece;
      margin-top: 10px; }
      .bottom-nav .submenu .tertiary-menu a {
        color: #464646;
        font-size: 16px;
        font-family: "Overpass", sans-serif;
        padding: 4px 15px; }
    .bottom-nav .submenu.submenu-large .sub-section {
      color: #276DAF;
      font-size: 20px; }
      .bottom-nav .submenu.submenu-large .sub-section:after {
        font-family: "Font Awesome 5 Free";
        content: "\f138";
        display: inline-block;
        padding-left: 30px;
        vertical-align: middle;
        font-weight: 900;
        font-size: 16px;
        color: #cecece; }
    .bottom-nav .submenu.submenu-large .tertiary-menu > li > a {
      font-size: 17px;
      font-weight: 700; }
    .bottom-nav .submenu.submenu-large .quaternary-menu {
      padding: 0px 0px;
      margin-top: 8px; }
      .bottom-nav .submenu.submenu-large .quaternary-menu a {
        padding: 2px 15px;
        font-size: 15px;
        font-weight: 100; }
  .bottom-nav .has-submenu:hover > .submenu, .bottom-nav .has-submenu:focus-within > .submenu {
    top: 100%;
    z-index: 4; }
  .bottom-nav .has-submenu.hover .submenu {
    top: 100%;
    z-index: 4; }
  .bottom-nav .nav-item.search:focus, .bottom-nav .nav-item.search:focus-within {
    outline: 0px; }
    .bottom-nav .nav-item.search:focus form, .bottom-nav .nav-item.search:focus-within form {
      max-height: 100px;
      z-index: 9;
      pointer-events: initial; }
  .bottom-nav .nav-item.search a {
    width: 40px;
    color: white;
    cursor: pointer; }
  .bottom-nav .nav-item.search form {
    position: absolute;
    width: 340px;
    right: 0;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .4s ease;
    padding-top: 30px;
    top: calc(100% - 30px);
    pointer-events: none; }
    .bottom-nav .nav-item.search form input {
      width: 100%;
      border: 0px;
      padding: 10px 14px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      outline: none;
      box-shadow: 0px 4px 11px -9px;
      border: 1px solid #f2f2f2; }
    .bottom-nav .nav-item.search form button {
      visibility: hidden;
      width: 0px;
      height: 0px;
      overflow: hidden;
      padding: 0px;
      border: 0px; }
  .bottom-nav .nav-item:hover, .bottom-nav .navlink:active {
    background: #34526e; }
  @media screen and (max-width: 1199px) {
    .bottom-nav a {
      padding: 1rem 0px;
      font-size: 14px; } }

.navbar-brand .logo {
  width: 280px; }

.mobile-nav {
  background: #172A53; }
  .mobile-nav .active .button {
    background: #172A53; }
  .mobile-nav .button {
    background: #276DAF;
    color: white;
    padding: 9px;
    display: inline-block; }
    .mobile-nav .button:hover {
      text-decoration: none; }
    .mobile-nav .button i {
      font-size: 14px;
      padding-left: 4px; }
  .mobile-nav .call-button.mobile-button {
    display: inline-block;
    font-size: 16px; }
    .mobile-nav .call-button.mobile-button .button {
      border-radius: 0px; }
      .mobile-nav .call-button.mobile-button .button .fa-phone {
        transform: scaleX(-1) translateY(-2px); }
  .mobile-nav .mobile-menu {
    float: right; }
  .mobile-nav .menu-button {
    display: inline-block;
    width: 44px; }
  .mobile-nav .mobile-search {
    display: inline-block;
    vertical-align: middle; }
    .mobile-nav .mobile-search:focus-within, .mobile-nav .mobile-search:focus-within {
      outline: 0px; }
      .mobile-nav .mobile-search:focus-within form, .mobile-nav .mobile-search:focus-within form {
        max-height: 90px; }
      .mobile-nav .mobile-search:focus-within .nav-link, .mobile-nav .mobile-search:focus-within .nav-link {
        background: #1B252F;
        outline: 0px; }
    .mobile-nav .mobile-search .nav-link {
      padding: 6px 13px;
      font-size: 18px; }
    .mobile-nav .mobile-search form {
      position: absolute;
      z-index: 99;
      right: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s ease;
      width: 100%; }
      .mobile-nav .mobile-search form input {
        width: 100%;
        border: 4px solid #1B252F;
        padding: 6px 10px; }
      .mobile-nav .mobile-search form button {
        position: absolute;
        z-index: 0; }
  .mobile-nav .mobile-search a {
    color: white;
    cursor: pointer; }
    .mobile-nav .mobile-search a:hover {
      color: white; }
  .mobile-nav .icon-bar {
    width: 22px;
    height: 2px;
    background-color: white;
    display: block;
    transition: all 0.2s;
    margin-top: 4px; }
  .mobile-nav .navbar-toggler {
    border: none;
    display: inline-block;
    background: #1B252F;
    padding: 11px 0px 15px;
    padding-right: 7px;
    padding-left: 14px;
    border-radius: 0px;
    margin-right: -5px;
    vertical-align: middle; }
    .mobile-nav .navbar-toggler:focus {
      outline: 0px; }
    .mobile-nav .navbar-toggler.collapsed {
      background: #172A53;
      border-radius: 0px;
      padding-right: 12px; }
      .mobile-nav .navbar-toggler.collapsed .icon-bar {
        width: 20px; }
    .mobile-nav .navbar-toggler.collapsed .top-bar {
      transform: rotate(0); }
    .mobile-nav .navbar-toggler.collapsed .middle-bar {
      opacity: 1; }
    .mobile-nav .navbar-toggler.collapsed .bottom-bar {
      transform: rotate(0); }
    .mobile-nav .navbar-toggler .top-bar {
      transform: rotate(45deg);
      transform-origin: 10% 10%; }
    .mobile-nav .navbar-toggler .middle-bar {
      opacity: 0; }
    .mobile-nav .navbar-toggler .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% 90%; }

.mobile-menu nav {
  position: absolute;
  left: 0;
  z-index: 98;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .5s ease; }
  .mobile-menu nav.active {
    max-height: 2000px; }
  .mobile-menu nav > ul {
    border-top: 14px solid #1B252F;
    background: #276DAF;
    padding-left: 0px; }
    .mobile-menu nav > ul > li {
      border-bottom: 1px solid #1b5993; }
      .mobile-menu nav > ul > li .sub-toggle, .mobile-menu nav > ul > li .tertiary-toggle {
        display: inline-block;
        float: right;
        font-size: 20px;
        color: #1e4c78;
        cursor: pointer;
        padding-right: 20px;
        padding-top: 8px; }
    .mobile-menu nav > ul > li > a {
      color: white;
      font-size: 18px;
      font-weight: 300;
      display: inline-block;
      padding: 10px 25px; }
  .mobile-menu nav ul {
    list-style-type: none; }
  .mobile-menu nav .mobile-submenu {
    font-family: "Frank Ruhl Libre", serif; }
    .mobile-menu nav .mobile-submenu ul {
      background: white;
      border-top: 12px solid #E2DBC9;
      padding-left: 0px; }
      .mobile-menu nav .mobile-submenu ul > li {
        border-top: 1px solid #cecece; }
        .mobile-menu nav .mobile-submenu ul > li .tertiary-toggler {
          color: #939393; }
      .mobile-menu nav .mobile-submenu ul .mobile-tertiary {
        border-top: 0px; }
        .mobile-menu nav .mobile-submenu ul .mobile-tertiary li {
          border-top: 0px; }
          .mobile-menu nav .mobile-submenu ul .mobile-tertiary li:first-child a {
            padding-top: 4px; }
        .mobile-menu nav .mobile-submenu ul .mobile-tertiary a {
          font-family: "Overpass", sans-serif;
          font-size: 15px;
          color: #464646;
          font-weight: 600;
          padding-top: 16px; }
          .mobile-menu nav .mobile-submenu ul .mobile-tertiary a.quaternary-link {
            font-size: 14px;
            font-weight: 400;
            padding-top: 8px; }
    .mobile-menu nav .mobile-submenu a {
      color: #276DAF;
      display: inline-block;
      font-size: 18px;
      padding: 10px 25px; }
  .mobile-menu nav .mobile-submenu, .mobile-menu nav .mobile-tertiary {
    max-height: 0px;
    overflow: hidden; }
    .mobile-menu nav .mobile-submenu.active, .mobile-menu nav .mobile-tertiary.active {
      max-height: 999px; }

.hero {
  background-size: cover;
  background-position: center center;
  overflow-x: hidden;
  background-color: #172a53; }

.hero-content {
  padding: 9em 0; }
  .hero-content a {
    color: #E2DBC9;
    position: relative;
    text-decoration: none;
    transition: color .3s ease; }
    .hero-content a:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      border: 1px dashed;
      bottom: -.02em; }
    .hero-content a:hover {
      color: #EFB758; }
      .hero-content a:hover:after {
        border: 1px dashed;
        border: .5px dashed; }
  .hero-content form {
    width: 100%;
    max-width: 523px;
    position: relative;
    margin-top: 30px; }
    .hero-content form input {
      width: 100%;
      padding: 12px 16px;
      border: 0px;
      border-radius: 5px; }
    .hero-content form button {
      position: absolute;
      right: 0px;
      top: 0px;
      background: #9E1C33;
      color: white;
      padding: 12px 38px;
      border: 0px;
      width: 125px;
      text-align: center;
      cursor: pointer;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      transition: background .4s ease;
      -webkit-appearance: none;
      appearance: none; }
      .hero-content form button:hover {
        background: #276DAF; }
  .hero-content h1, .hero-content p {
    color: white; }
  .hero-content h1 {
    font-weight: 300;
    margin-bottom: .5em; }
    .hero-content h1 span {
      font-weight: 900; }
  .hero-content p {
    font-size: 1.1em;
    font-weight: 300;
    max-width: 664px; }
  @media screen and (max-width: 767px) {
    .hero-content {
      padding-top: 40px;
      padding-bottom: 0px; }
      .hero-content h1 {
        text-align: center; }
      .hero-content .hero-intro {
        background: #172A53;
        margin-top: 30px;
        position: relative;
        padding: 20px;
        text-align: center; }
        .hero-content .hero-intro p {
          margin-bottom: 0px; }
        .hero-content .hero-intro:after {
          content: "";
          position: absolute;
          height: 100%;
          width: 9999px;
          right: 100%;
          top: 0;
          background: #172A53; }
        .hero-content .hero-intro:before {
          content: "";
          position: absolute;
          height: 100%;
          width: 9999px;
          left: 100%;
          top: 0;
          background: #172A53; } }

.hero-services {
  background: rgba(13, 27, 43, 0.9);
  overflow: hidden; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hero-services {
      max-height: 170px;
      padding: 40px 0; }
      .hero-services .row {
        padding: 40px 0px; } }
  .hero-services a {
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%); }
    .hero-services a p {
      margin-bottom: 0px;
      font-family: "Frank Ruhl Libre", serif;
      font-size: 20px;
      font-weight: 600; }
    .hero-services a span {
      display: none; }
    .hero-services a:hover p {
      color: #EFB758; }
    .hero-services a:hover span {
      display: block;
      font-weight: 200; }
  .hero-services .row {
    min-height: 150px; }
    @media screen and (max-width: 1420px) {
      .hero-services .row {
        min-height: 180px; } }
    @media screen and (max-width: 1240px) {
      .hero-services .row {
        min-height: 225px; } }
  .hero-services .col-lg:first-child:after {
    display: none; }
  .hero-services .col-lg:after {
    content: "";
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.6117647059);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 991px) {
    .hero-services {
      background: #1B252F;
      max-height: 999999px;
      padding: 10px; }
      .hero-services .row {
        padding: 0px; }
      .hero-services .col-lg {
        border-bottom: 1px solid rgba(255, 255, 255, 0.6117647059); }
        .hero-services .col-lg:after {
          display: none; }
        .hero-services .col-lg:last-child {
          border-bottom: 0px; }
      .hero-services .service-link {
        padding: 20px;
        position: static;
        transform: none; }
        .hero-services .service-link p {
          color: #EFB758; }
        .hero-services .service-link span {
          display: block; } }

.ag-intro {
  background: white;
  /*background: -moz-linear-gradient(120deg, rgba(255,255,255,1) 57%, rgba(39,109,175,1) 57%);
  background: -webkit-linear-gradient(120deg, rgba(255,255,255,1) 57%, rgba(39,109,175,1) 57%);
  background: linear-gradient(120deg, rgba(255,255,255,1) 57%, rgba(39,109,175,1) 57%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#276daf",GradientType=1);*/
  text-align: center; }
  .ag-intro img {
    margin: 0 auto;
    display: block;
    max-width: 100%; }
  .ag-intro .intro-text h1 {
    margin-bottom: 0px;
    font-weight: 700; }
  .ag-intro .intro-text .h3 {
    margin-bottom: 1.1em; }
  .ag-intro .intro-text p {
    margin-bottom: 30px; }
  .ag-intro .row {
    margin: 50px 0px 50px 0px; }
  @media screen and (max-width: 991px) {
    .ag-intro {
      background: white;
      /*background: -moz-linear-gradient(120deg, rgba(255,255,255,1) 29%, rgba(39,109,175,1) 29%);
      background: -webkit-linear-gradient(120deg, rgba(255,255,255,1) 29%, rgba(39,109,175,1) 29%);
      background: linear-gradient(120deg, rgba(255,255,255,1) 29%, rgba(39,109,175,1) 29%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#276daf",GradientType=1);*/ }
      .ag-intro .intro-text {
        background-color: white;
        padding: 20px 15px; }
        .ag-intro .intro-text h1 {
          margin-bottom: 10px; }
        .ag-intro .intro-text .h3 {
          margin-bottom: 1.1em; }
        .ag-intro .intro-text:before {
          content: "";
          top: 0;
          left: 100%;
          height: 100%;
          background: white;
          width: 100%;
          position: absolute; }
        .ag-intro .intro-text:after {
          content: "";
          top: 0;
          right: 100%;
          height: 100%;
          background: white;
          width: 100%;
          position: absolute; } }

.initiatives, .section-nav {
  background: #E2DBC9;
  padding-bottom: 30px;
  padding-top: 60px; }
  .initiatives h1, .section-nav h1 {
    margin-bottom: 40px; }
  .initiatives.section-nav, .section-nav.section-nav {
    background: #E5E5E5; }
    .initiatives.section-nav .card, .section-nav.section-nav .card {
      border-bottom: 20px solid #E5E5E5;
      background-color: #f4f4f4; }
      .initiatives.section-nav .card p, .section-nav.section-nav .card p {
        margin-bottom: 40px; }
      .initiatives.section-nav .card .svg, .section-nav.section-nav .card .svg {
        max-width: 60px;
        margin-bottom: 30px; }
  .initiatives.green-bg.green-bg, .initiatives.light-blue-bg.green-bg, .section-nav.green-bg.green-bg, .section-nav.light-blue-bg.green-bg {
    background: #a4b82a; }
  .initiatives.green-bg.light-blue-bg, .initiatives.light-blue-bg.light-blue-bg, .section-nav.green-bg.light-blue-bg, .section-nav.light-blue-bg.light-blue-bg {
    background: #c5d8ec; }
    .initiatives.green-bg.light-blue-bg .section-card, .initiatives.light-blue-bg.light-blue-bg .section-card, .section-nav.green-bg.light-blue-bg .section-card, .section-nav.light-blue-bg.light-blue-bg .section-card {
      border-bottom: 2px solid #172A53; }
      @media screen and (min-width: 767px) {
        .initiatives.green-bg.light-blue-bg .section-card, .initiatives.light-blue-bg.light-blue-bg .section-card, .section-nav.green-bg.light-blue-bg .section-card, .section-nav.light-blue-bg.light-blue-bg .section-card {
          border-bottom: 0px; }
          .initiatives.green-bg.light-blue-bg .section-card a, .initiatives.light-blue-bg.light-blue-bg .section-card a, .section-nav.green-bg.light-blue-bg .section-card a, .section-nav.light-blue-bg.light-blue-bg .section-card a {
            min-height: 54px; }
          .initiatives.green-bg.light-blue-bg .section-card:nth-child(2), .initiatives.light-blue-bg.light-blue-bg .section-card:nth-child(2), .section-nav.green-bg.light-blue-bg .section-card:nth-child(2), .section-nav.light-blue-bg.light-blue-bg .section-card:nth-child(2) {
            border-left: 2px solid #172A53;
            border-right: 2px solid #172A53; } }
  .initiatives.green-bg .section-card, .initiatives.light-blue-bg .section-card, .section-nav.green-bg .section-card, .section-nav.light-blue-bg .section-card {
    padding-bottom: 40px;
    border-bottom: 2px solid white; }
    .initiatives.green-bg .section-card:last-child, .initiatives.light-blue-bg .section-card:last-child, .section-nav.green-bg .section-card:last-child, .section-nav.light-blue-bg .section-card:last-child {
      border-bottom: 0px; }
    .initiatives.green-bg .section-card a, .initiatives.light-blue-bg .section-card a, .section-nav.green-bg .section-card a, .section-nav.light-blue-bg .section-card a {
      color: #172A53;
      font-size: 1.4em;
      font-weight: 900;
      line-height: 1.2em;
      display: block;
      margin: 0 auto 16px;
      text-decoration: none; }
      .initiatives.green-bg .section-card a:hover, .initiatives.light-blue-bg .section-card a:hover, .section-nav.green-bg .section-card a:hover, .section-nav.light-blue-bg .section-card a:hover {
        color: #255683;
        text-decoration: none; }
        .initiatives.green-bg .section-card a:hover .svg circle, .initiatives.light-blue-bg .section-card a:hover .svg circle, .section-nav.green-bg .section-card a:hover .svg circle, .section-nav.light-blue-bg .section-card a:hover .svg circle {
          fill: #255683 !important; }
      .initiatives.green-bg .section-card a span, .initiatives.light-blue-bg .section-card a span, .section-nav.green-bg .section-card a span, .section-nav.light-blue-bg .section-card a span {
        position: absolute;
        bottom: 24px;
        left: 0;
        width: 100%;
        display: block;
        font-size: .8em;
        font-weight: 600; }
        .initiatives.green-bg .section-card a span .svg, .initiatives.light-blue-bg .section-card a span .svg, .section-nav.green-bg .section-card a span .svg, .section-nav.light-blue-bg .section-card a span .svg {
          width: 12px;
          display: inline-block; }
    .initiatives.green-bg .section-card img, .initiatives.light-blue-bg .section-card img, .section-nav.green-bg .section-card img, .section-nav.light-blue-bg .section-card img {
      width: 75px;
      display: block;
      margin: 30px auto; }
    .initiatives.green-bg .section-card p, .initiatives.light-blue-bg .section-card p, .section-nav.green-bg .section-card p, .section-nav.light-blue-bg .section-card p {
      color: #172A53;
      font-weight: 400;
      margin-bottom: 35px;
      max-width: 426px;
      margin: 10px auto 35px; }
    @media screen and (min-width: 767px) {
      .initiatives.green-bg .section-card, .initiatives.light-blue-bg .section-card, .section-nav.green-bg .section-card, .section-nav.light-blue-bg .section-card {
        border-bottom: 0px; }
        .initiatives.green-bg .section-card:nth-child(2), .initiatives.light-blue-bg .section-card:nth-child(2), .section-nav.green-bg .section-card:nth-child(2), .section-nav.light-blue-bg .section-card:nth-child(2) {
          border-left: 2px solid white;
          border-right: 2px solid white; }
        .initiatives.green-bg .section-card a, .initiatives.light-blue-bg .section-card a, .section-nav.green-bg .section-card a, .section-nav.light-blue-bg .section-card a {
          max-width: 220px; }
        .initiatives.green-bg .section-card img, .initiatives.light-blue-bg .section-card img, .section-nav.green-bg .section-card img, .section-nav.light-blue-bg .section-card img {
          width: 120px; }
        .initiatives.green-bg .section-card p, .initiatives.light-blue-bg .section-card p, .section-nav.green-bg .section-card p, .section-nav.light-blue-bg .section-card p {
          max-width: 286px; } }
  .initiatives .card, .section-nav .card {
    padding: 20px 15px;
    background-color: #f3f1e9;
    border-radius: 6px;
    padding-bottom: 50px;
    border-bottom: 20px solid #e2dbc9;
    border-left: 1px solid #E2DBC9;
    border-right: 1px solid #E2DBC9;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    .initiatives .card p, .section-nav .card p {
      color: #172A53; }
    .initiatives .card.hover, .initiatives .card:hover, .section-nav .card.hover, .section-nav .card:hover {
      background: #172A53;
      text-decoration: none; }
      .initiatives .card.hover h2, .initiatives .card.hover p, .initiatives .card:hover h2, .initiatives .card:hover p, .section-nav .card.hover h2, .section-nav .card.hover p, .section-nav .card:hover h2, .section-nav .card:hover p {
        color: white; }
      .initiatives .card.hover .svg path, .initiatives .card:hover .svg path, .section-nav .card.hover .svg path, .section-nav .card:hover .svg path {
        fill: #EFB758 !important; }
    .initiatives .card h2, .section-nav .card h2 {
      font-size: 1.5em;
      font-weight: 700;
      color: #c34129; }
    .initiatives .card .svg, .section-nav .card .svg {
      width: 100%;
      max-width: 84px;
      height: auto;
      display: block;
      margin: 20px auto 39px; }
    .initiatives .card p, .section-nav .card p {
      margin-bottom: 30px; }
  .initiatives .card-bottom, .section-nav .card-bottom {
    background: white;
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
    padding: 15px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #172A53;
    font-weight: 700;
    font-size: 1.2em; }
    .initiatives .card-bottom i, .section-nav .card-bottom i {
      padding-left: 5px; }
    .initiatives .card-bottom:hover, .section-nav .card-bottom:hover {
      text-decoration: none; }

.icon-section-nav a {
  display: block;
  margin-bottom: 40px; }
.icon-section-nav img {
  max-width: 122px;
  max-height: 100px;
  margin: 0 auto 20px; }
.icon-section-nav p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: 'overpass',sans-serif;
  max-width: 220px;
  margin: 4px auto 20px; }

.initiative-nav {
  text-align: center;
  background: #276DAF;
  padding: 20px 15px;
  font-size: 1.1em;
  letter-spacing: .02em; }
  .initiative-nav ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px; }
    .initiative-nav ul li {
      display: inline-block;
      padding: 10px 15px; }
      .initiative-nav ul li a {
        color: white;
        text-transform: uppercase; }

.initiative-intro {
  background: #f4f4f4; }
  .initiative-intro .container {
    max-width: 870px;
    margin: 0 auto; }
    .initiative-intro .container p {
      font-size: 1.2em; }
    .initiative-intro .container img {
      max-width: 180px;
      margin: 20px auto;
      display: block; }
  .initiative-intro .learn-more a {
    color: #172A53;
    font-size: 1.4em;
    font-weight: 900;
    line-height: 1.2em;
    display: block;
    margin: 0 auto 16px;
    text-decoration: none; }
    .initiative-intro .learn-more a:hover {
      color: #255683;
      text-decoration: none; }
      .initiative-intro .learn-more a:hover .svg circle {
        fill: #255683 !important; }
    .initiative-intro .learn-more a span {
      bottom: 24px;
      left: 0;
      width: 100%;
      display: block;
      font-size: .8em;
      font-weight: 600; }
      .initiative-intro .learn-more a span .svg {
        width: 12px;
        display: inline-block; }

.initiative-infographics img {
  max-width: 320px;
  margin: 15px auto;
  display: block; }

.split-bg {
  padding: 40px 15px;
  background: #e2dbc9;
  background: -moz-linear-gradient(180deg, #e2dbc9 49%, #1B252F 49%);
  background: -webkit-linear-gradient(180deg, #e2dbc9 49%, #1B252F 49%);
  background: linear-gradient(180deg, #e2dbc9 49%, #1B252F 49%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2dbc9",endColorstr="#183a5a",GradientType=1); }

.image-cta.split-bg {
  padding: 20px 15px;
  background: #e2dbc9;
  background: -moz-linear-gradient(180deg, #1B252F 49%, #e2dbc9 49%);
  background: -webkit-linear-gradient(180deg, #1B252F 49%, #e2dbc9 49%);
  background: linear-gradient(180deg, #1B252F 49%, #e2dbc9 49%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#183a5a",endColorstr="#e2dbc9",GradientType=1); }

.split-bg.ht-split-bg {
  background: #172a53;
  background: -moz-linear-gradient(180deg, #c5d8ec 49%, #172a53 49%);
  background: -webkit-linear-gradient(180deg, #c5d8ec 49%, #172a53 49%);
  background: linear-gradient(180deg, #c5d8ec 49%, #172a53 49%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5d8ec",endColorstr="#172a53",GradientType=1); }

.image-cta {
  padding: 40px 15px; }
  .image-cta .container {
    background: white;
    border-radius: 8px; }
  .image-cta .cta-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
    .image-cta .cta-image img {
      opacity: 0; }
  .image-cta.image-left .cta-image {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .image-cta .cta-text {
    padding: 6% 7%; }
    .image-cta .cta-text h1 {
      margin-bottom: 20px; }
    .image-cta .cta-text p {
      margin-bottom: 40px; }

.home-news, .related-news {
  background: #1B252F;
  padding: 40px 0; }
  .home-news h1, .related-news h1 {
    color: #E2DBC9; }
  .home-news h2, .related-news h2 {
    color: #e2dbc9; }
  .home-news p, .related-news p {
    color: white;
    margin-bottom: 1.4em; }
  .home-news .row, .related-news .row {
    margin-top: 40px; }
  .home-news .col-md-6, .related-news .col-md-6 {
    margin-bottom: 30px; }
  .home-news .news-story, .related-news .news-story {
    text-align: left;
    background: #313942;
    border: 1px solid #797e84;
    border-radius: 8px;
    padding: 19px;
    padding-bottom: 43px; }
    .home-news .news-story.hover, .related-news .news-story.hover {
      background: #3d4854;
      transition: background .4s ease; }
    .home-news .news-story a, .related-news .news-story a {
      text-decoration: none; }
      .home-news .news-story a:hover h2, .related-news .news-story a:hover h2 {
        color: #EFB758; }
    .home-news .news-story h2, .related-news .news-story h2 {
      color: #E2DBC9;
      font-size: 1.45em;
      margin-bottom: 1em; }
    .home-news .news-story .date, .related-news .news-story .date {
      color: #EFB758;
      text-transform: uppercase;
      margin-bottom: 1em; }
    .home-news .news-story .read-more, .related-news .news-story .read-more {
      position: absolute;
      bottom: 20px;
      color: #EFB758;
      font-family: "Frank Ruhl Libre", serif;
      font-weight: 700;
      font-size: 17px; }
  .home-news .white-button, .related-news .white-button {
    margin: 30px auto; }

.home-opinion, .opinion {
  background-color: #1B252F;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .home-opinion .find-opinion, .opinion .find-opinion {
    color: white;
    max-width: 660px;
    margin: 7em auto 0em; }
    .home-opinion .find-opinion h1, .opinion .find-opinion h1 {
      color: white; }
    .home-opinion .find-opinion p, .opinion .find-opinion p {
      margin-bottom: 40px; }

.opinion .find-opinion {
  padding: 5rem 15px;
  margin-top: 3em;
  margin-bottom: 0em; }

.subpage hr {
  margin: 3rem 0; }

.page-title {
  position: relative;
  padding: 4.5rem 0px;
  background-position: center;
  background-size: cover;
  background-color: #172A53; }
  .page-title.icon-title {
    padding: 4rem 0px;
    text-align: left; }
    .page-title.icon-title .svg {
      width: 101px;
      height: auto; }
      .page-title.icon-title .svg path, .page-title.icon-title .svg rect {
        fill: #DDD8CB !important; }
    .page-title.icon-title p {
      max-width: 620px;
      margin: 0px 0px;
      font-size: 1em; }
    @media screen and (min-width: 768px) {
      .page-title.icon-title .container {
        padding-left: 124px;
        position: relative; }
        .page-title.icon-title .container .svg {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); } }
  .page-title.centered-title {
    text-align: center;
    padding: 5.5rem 0px 7rem;
    background-position: right bottom; }
    .page-title.centered-title a {
      color: #88d5d8;
      display: block;
      text-transform: uppercase;
      margin-bottom: 3rem;
      font-size: 2.5em;
      font-weight: 700; }
    .page-title.centered-title h1 {
      font-family: "Overpass", sans-serif;
      font-size: 3em;
      letter-spacing: .025em; }
    .page-title.centered-title img {
      width: 100px;
      margin-bottom: 20px; }
    .page-title.centered-title .page-tagline {
      font-family: "Frank Ruhl Libre", serif;
      max-width: 100%;
      font-size: 1.5em; }
    @media screen and (max-width: 767px) {
      .page-title.centered-title a {
        font-size: 2em; }
      .page-title.centered-title h1 {
        font-size: 2.25em; } }
    @media screen and (max-width: 545px) {
      .page-title.centered-title {
        padding: 3rem 0px; }
        .page-title.centered-title a {
          margin-bottom: 1.5rem;
          font-size: 1.75em; }
        .page-title.centered-title h1 {
          font-size: 1.55em; } }
  .page-title.cvs-title {
    padding: 7rem 0px 7rem;
    background-position: top center; }
    .page-title.cvs-title h1 {
      font-family: "Frank Ruhl Libre", serif; }
    @media screen and (max-width: 545px) {
      .page-title.cvs-title {
        padding: 3rem 0px; }
        .page-title.cvs-title h1 {
          font-size: 1.55em; } }
  .page-title.ht-title {
    padding: 1.5rem 0px 1.5rem;
    background-position: right center; }
    .page-title.ht-title h1 {
      font-size: 2.25em;
      margin-bottom: 20px; }
    .page-title.ht-title a {
      color: #d6d7d8;
      font-size: 2.75em;
      display: inline-block;
      margin-bottom: 0px;
      vertical-align: middle; }
    .page-title.ht-title img {
      margin-bottom: 13px;
      margin-top: 13px;
      width: 100px;
      margin-right: 20px;
      vertical-align: middle; }
    .page-title.ht-title .button {
      border: 0px;
      display: inline-block;
      margin-top: 20px;
      margin-bottom: 30px;
      text-transform: none;
      padding: .4em 1.5em;
      font-size: 1.5em; }
    @media screen and (max-width: 767px) {
      .page-title.ht-title a {
        font-size: 2em; } }
    @media screen and (max-width: 545px) {
      .page-title.ht-title a {
        font-size: 1.75em; } }
    @media screen and (min-width: 767px) {
      .page-title.ht-title {
        padding: 3rem 0px 2rem; }
        .page-title.ht-title .container {
          padding-top: 100px;
          padding-bottom: 100px;
          padding-left: 116px;
          text-align: left;
          max-width: 750px; }
          .page-title.ht-title .container a {
            line-height: 1.2em;
            font-size: 3rem;
            padding-left: 20px; }
          .page-title.ht-title .container img {
            width: 120px;
            margin-right: 20px;
            vertical-align: middle;
            position: absolute;
            margin-top: 0px;
            left: 0;
            top: 50%;
            transform: translateY(-60%); } }
  .page-title h1 {
    color: white; }
  .page-title p {
    max-width: 620px; }
  .page-title.landing-title p {
    margin: 20px auto; }
  .page-title .small-text {
    display: inline-block;
    color: #DDD8CB;
    text-transform: uppercase;
    letter-spacing: .075em;
    margin: 10px auto;
    font-size: .9em; }
    .page-title .small-text a {
      color: #DDD8CB; }
      .page-title .small-text a:hover {
        color: #EFB758; }
    .page-title .small-text span {
      display: inline-block;
      padding-left: 4px;
      padding-right: 4px; }
  .page-title .overlay {
    background: #1B252F;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .75;
    top: 0;
    left: 0; }
  .page-title .container {
    position: relative;
    z-index: 2;
    color: white; }

.internet-safety h2 {
  font-family: "Overpass", sans-serif;
  font-weight: 700; }
.internet-safety .two-column-links {
  color: #172A53;
  padding: 3rem 0px; }
  .internet-safety .two-column-links h2 {
    margin-bottom: 2rem; }
  .internet-safety .two-column-links h3 {
    font-weight: 700; }
  .internet-safety .two-column-links li {
    font-size: 1.2em; }
  .internet-safety .two-column-links a {
    font-weight: 400;
    color: #464646; }
  .internet-safety .two-column-links .container {
    max-width: 860px;
    margin: 0px auto; }

.page-intro {
  margin: 0px auto; }
  .page-intro .container {
    max-width: 767px; }
  .page-intro.green-bg {
    background: #a4b82a;
    color: #172A53;
    padding: 5rem 0px; }
  .page-intro h2 {
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    font-size: 2.5em; }
  .page-intro p {
    font-size: 1.2em;
    max-width: 767px;
    margin: 20px auto 0; }

.video-section {
  color: #172A53;
  text-align: center;
  max-width: 767px;
  margin: 3rem auto; }
  .video-section h2 {
    margin-top: 40px; }

.list-section {
  padding: 3.5rem 0px; }
  .list-section h2 {
    margin-bottom: 1.5rem; }
  .list-section li {
    margin-bottom: 20px;
    font-size: 1.2em; }
  .list-section .container {
    max-width: 892px;
    color: #172A53; }
    .list-section .container a {
      color: #4d4d4d; }
  .list-section.green-bg {
    background: #a4b82a; }
    .list-section.green-bg a {
      color: #172A53; }
  .list-section.blue-bg {
    background: #88d5d8; }
  .list-section.grey-bg {
    background: #f4f4f4; }

.countdown h2 {
  padding: 30px 15px;
  color: #172A53; }
.countdown .number {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 6em;
  line-height: 1em;
  margin-bottom: 20px;
  color: #a4b82a; }
.countdown .countdown-container {
  padding: 2.5rem 0; }
.countdown .countdown-container:nth-child(odd) {
  background: #f4f4f4; }

.landing-links {
  padding: 4rem 15px; }
  .landing-links img {
    border-radius: 12px;
    width: 100%;
    max-width: 398px;
    margin: 10px auto;
    display: block; }
  .landing-links .row {
    margin-bottom: 4rem; }
  @media screen and (max-width: 767px) {
    .landing-links {
      padding: 0rem 15px 2rem; }
      .landing-links .landing-image {
        padding: 0px; }
        .landing-links .landing-image img {
          border-radius: 0px;
          margin-top: 0px; } }

.sidebar {
  will-change: min-height; }
  .sidebar .sidebar-title {
    background: #9E1C33;
    color: white;
    font-family: "Frank Ruhl Libre", serif;
    padding: 15px 25px 12px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: .04em;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 2px solid #9E1C33; }
  .sidebar .sidebar-content {
    border: 2px solid #cecece;
    border-top: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: white;
    padding: 0px 15px;
    margin-bottom: 40px; }
    .sidebar .sidebar-content li {
      padding-top: 7px; }
    .sidebar .sidebar-content > ul {
      list-style-type: none;
      padding: 10px;
      position: relative; }
      .sidebar .sidebar-content > ul ul {
        padding-left: 8px;
        list-style-type: none;
        border-left: 3px solid #dfdfdf;
        padding-top: 0px;
        margin: 10px 0px;
        margin-left: -5px; }
        .sidebar .sidebar-content > ul ul li:first-child {
          padding-top: 0px; }
      .sidebar .sidebar-content > ul > li {
        position: relative;
        padding-left: 25px; }
        .sidebar .sidebar-content > ul > li > a {
          color: #276DAF;
          font-weight: 800;
          font-size: 1.1em; }
        .sidebar .sidebar-content > ul > li:before {
          content: '';
          position: absolute;
          width: 10px;
          height: 10px;
          top: 12px;
          left: 5px;
          border-radius: 50%;
          background: #172A53; }
    .sidebar .sidebar-content .sublist {
      padding-left: 0px;
      list-style-type: none; }
      .sidebar .sidebar-content .sublist a {
        color: #172A53; }
  @media screen and (min-width: 992px) {
    .sidebar .sidebar-title {
      width: 100%;
      float: right; }
    .sidebar .sidebar-content {
      width: 100%;
      float: right; } }

.cvs-intro {
  font-size: 1.2em; }
  .cvs-intro h2 {
    color: #276DAF;
    font-weight: 600;
    margin-bottom: 20px; }
  .cvs-intro p {
    font-weight: 400; }
  .cvs-intro .leadership-box {
    border: 2px solid #e7e7e7;
    border-radius: 15px;
    padding: 2.75em 5px;
    margin-top: 20px; }
    .cvs-intro .leadership-box p {
      margin-bottom: 0px; }
    .cvs-intro .leadership-box .name {
      color: #276DAF;
      font-family: "Frank Ruhl Libre", serif;
      font-weight: 600;
      font-size: 1.3em;
      margin-bottom: 10px; }
    .cvs-intro .leadership-box .title {
      color: #172A53;
      font-weight: 600; }

.cvs-search {
  color: white;
  font-size: 1.2em;
  background-color: #2e6fb1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .cvs-search a {
    color: white;
    display: block;
    margin-bottom: 10px; }
  .cvs-search .search-intro {
    max-width: 767px;
    margin: 0 auto; }
    .cvs-search .search-intro hr {
      margin: 0px auto 20px;
      border-top: 4px solid #172A53;
      max-width: 260px; }
    .cvs-search .search-intro h2 {
      font-size: 2.1em; }
  .cvs-search .search-container form {
    width: 100%;
    max-width: 767px;
    position: relative;
    margin: 40px auto 30px; }
    .cvs-search .search-container form input {
      width: 100%;
      padding: 12px 16px;
      border: 0px;
      border-radius: 5px; }
    .cvs-search .search-container form button {
      position: absolute;
      right: 0px;
      top: 0px;
      background: #9E1C33;
      color: white;
      padding: 12px 38px;
      border: 0px;
      width: 125px;
      text-align: center;
      cursor: pointer;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      transition: background .4s ease;
      -webkit-appearance: none;
      appearance: none; }
      .cvs-search .search-container form button:hover {
        background: #172A53; }

.cvs-departments .departments-title {
  text-align: center; }
  .cvs-departments .departments-title h2 {
    color: #276DAF;
    font-weight: 600;
    font-size: 2.1em; }
  .cvs-departments .departments-title hr {
    margin: 0px auto 40px;
    border-top: 4px solid #172A53;
    max-width: 260px; }
.cvs-departments .department-card {
  background: #edf2f6;
  border: 10px solid white;
  text-align: center;
  border-radius: 38px; }
  .cvs-departments .department-card img {
    width: 100px;
    display: block;
    margin: 10px auto 30px; }
  .cvs-departments .department-card p {
    max-width: 348px;
    margin: 10px auto;
    font-weight: 400; }
  .cvs-departments .department-card .card-title {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 1.35em;
    max-width: 360px;
    margin: 20px auto;
    display: block;
    font-weight: 600;
    line-height: 1.2em; }
  .cvs-departments .department-card .card-content {
    padding: 45px 10px;
    border-radius: 52px; }

.cvs-partners {
  background: #1b2c50;
  color: white; }
  .cvs-partners .partners-title {
    text-align: center; }
    .cvs-partners .partners-title h2 {
      color: white;
      font-weight: 600;
      font-size: 2.1em; }
    .cvs-partners .partners-title hr {
      margin: 0px auto 40px;
      border-top: 4px solid #276DAF;
      max-width: 260px; }
  .cvs-partners .partner {
    font-size: 1.45em;
    margin: 0px 0px 20px; }
    .cvs-partners .partner a {
      color: white; }

.trafficking .content-block {
  margin-bottom: 0px; }
  .trafficking .content-block p {
    font-weight: 400; }

.ht-intro p {
  font-size: 1.2em; }
.ht-intro h2 {
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  color: #172A53;
  font-size: 1.5em; }
.ht-intro a {
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
  color: #276DAF;
  position: relative;
  font-weight: 600;
  font-size: 15px; }
  .ht-intro a i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    color: #172A53; }
.ht-intro .intro-triptych {
  font-size: .8em; }
  .ht-intro .intro-triptych p {
    font-size: 16px; }
  .ht-intro .intro-triptych h2 {
    font-size: 25px; }
  .ht-intro .intro-triptych .col-lg-4 {
    padding: 19px 26px; }
    @media screen and (min-width: 992px) {
      .ht-intro .intro-triptych .col-lg-4:nth-child(2) {
        border-left: 1px solid black;
        border-right: 1px solid black; } }

.ht-section {
  margin-top: 1rem;
  margin-bottom: 3.4rem; }
  .ht-section.blue-bg h3 {
    margin-bottom: 10px; }
  .ht-section.blue-bg p {
    margin-bottom: 2.4em;
    font-size: 1.1em;
    font-weight: 300; }
  .ht-section h2 {
    font-family: "Overpass", sans-serif;
    font-size: 2.2em;
    color: #172A53;
    font-weight: 600;
    margin-bottom: 1.7em; }
  .ht-section h3 {
    font-family: "Overpass", sans-serif;
    font-size: 1.5em;
    color: #172A53;
    font-weight: 600;
    margin-bottom: 1.2em; }
  .ht-section ul {
    padding-left: 20px; }
  .ht-section p, .ht-section li {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.7em; }
  .ht-section hr {
    margin-top: 4em;
    margin-bottom: 0px;
    border-top: 2px solid #172A53; }
  .ht-section .button {
    margin-top: 30px;
    margin-bottom: 20px; }
  .ht-section .white-text {
    color: white; }

.ht-section .trafficking-contact {
  margin-bottom: 2.5em; }
  .ht-section .trafficking-contact:last-child {
    border-bottom: 2px solid #172A53;
    padding-bottom: 2.5em; }
  .ht-section .trafficking-contact .contact-title {
    padding-top: 0px;
    margin-bottom: 15px; }
  .ht-section .trafficking-contact .contact-name {
    font-size: 1.15em;
    color: #172A53;
    line-height: 1.3em;
    margin-bottom: 8px;
    font-weight: 700; }
  .ht-section .trafficking-contact p {
    font-size: 1.1em; }
  .ht-section .trafficking-contact a {
    font-size: 1.2em;
    color: #172A53;
    font-weight: 500; }
    .ht-section .trafficking-contact a i {
      padding-left: 4px; }

.hotline-contact {
  background: #9e1c33;
  color: white;
  text-align: center;
  padding: .5em 0;
  font-size: 13px; }
  .hotline-contact h1 {
    color: white;
    font-family: "Overpass", sans-serif;
    font-size: 1.95em; }
  .hotline-contact p {
    font-size: 1.35em;
    font-weight: 600;
    margin-bottom: 5px; }
    .hotline-contact p a {
      color: white;
      font-weight: 400; }
  .hotline-contact .row {
    max-width: 460px;
    margin: 0 auto; }
  .hotline-contact .col-md-6 {
    padding: 10px 15px; }
    .hotline-contact .col-md-6:first-child {
      border-bottom: 2px solid white; }
  @media screen and (min-width: 768px) {
    .hotline-contact .col-md-6 {
      padding: 0px 15px; }
    .hotline-contact .col-md-6:first-child {
      border-right: 2px solid white;
      border-bottom: 0px; } }

.numbered-item {
  margin-top: 30px; }
  .numbered-item p {
    line-height: 1.4em;
    font-size: 1.1em; }
  .numbered-item .numbered-title {
    margin-bottom: 30px; }
    .numbered-item .numbered-title .number {
      font-size: 100px;
      color: #276DAF;
      font-weight: 600;
      line-height: 1.1em;
      text-align: center;
      border-right: 3px solid #172A53; }
    .numbered-item .numbered-title p {
      margin-bottom: 0px;
      color: #276DAF;
      font-weight: 700;
      font-size: 1.4em;
      line-height: 1.4em; }
  @media screen and (max-width: 540px) {
    .numbered-item .numbered-title .number {
      font-size: 68px; } }

.slider-section .container {
  padding-left: 25px;
  padding-right: 25px;
  position: relative; }
  .slider-section .container .slide-controls {
    list-style-type: none; }
  .slider-section .container .prev, .slider-section .container .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
  .slider-section .container .prev {
    left: 0; }
  .slider-section .container .next {
    right: 0; }

.statistics {
  color: white;
  font-family: "Frank Ruhl Libre", serif;
  padding: 3em 0; }
  .statistics .number {
    line-height: 1.3em;
    font-weight: 500; }
  .statistics .col-md-6 {
    padding: 2em 0; }
  .statistics p {
    font-family: "Overpass", sans-serif;
    font-weight: 500; }
  @media screen and (min-width: 992px) {
    .statistics .col-md-6:nth-child(3) {
      border-left: 2px solid white; } }
  @media screen and (min-width: 767px) {
    .statistics .col-md-6:nth-child(2) {
      border-left: 2px solid white; } }

.request-speaker {
  background: #172a53;
  padding: 3.5em 0; }
  .request-speaker .speaker-link {
    text-decoration: none;
    color: inherit; }
  .request-speaker h2 {
    font-family: "Overpass", sans-serif;
    color: white;
    font-weight: 600;
    margin-bottom: 1.2em; }
  .request-speaker img {
    border-radius: 50%;
    width: 100%;
    max-width: 100px;
    margin: 8px auto 6px;
    display: inline-block; }
  .request-speaker p {
    font-size: 1.1em;
    margin: 25px 0px; }
  .request-speaker .attribution strong {
    display: block; }
  .request-speaker .container {
    max-width: 960px; }
  .request-speaker .slick-track {
    display: flex;
    align-items: center; }
  .request-speaker .quote {
    background: white;
    padding: 25px 20px;
    position: relative; }
    .request-speaker .quote:after {
      position: absolute;
      content: "";
      right: 33px;
      top: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 20px 0 20px;
      border-color: #ffffff transparent transparent transparent; }
    .request-speaker .quote.quote-left:after {
      left: 33px; }
  .request-speaker .col-lg-4 {
    margin-top: 20px; }
  .request-speaker .card {
    padding: 20px 15px;
    background-color: #f3f1e9;
    border-radius: 6px;
    border-bottom: 1px solid #e2dbc9;
    border-left: 1px solid #E2DBC9;
    border-top: 1px solid #e2dbc9;
    margin-top: 20px;
    border-right: 1px solid #E2DBC9; }
    .request-speaker .card p {
      font-size: 15px;
      margin: 25px 0px 0px; }
  @media screen and (min-width: 768px) {
    .request-speaker .large-quote {
      position: absolute;
      right: 0;
      top: 0px;
      font-size: 200px;
      line-height: .5em;
      color: #276DAF; } }

.social-banner {
  background: #0b579b;
  color: white;
  padding: 1.7em 0;
  font-size: 13px; }
  .social-banner h2 {
    font-family: "Overpass", sans-serif; }
  .social-banner img {
    width: 44px;
    height: 44px;
    margin: 10px; }

.sticky .news-card {
  padding-bottom: 0px;
  margin-bottom: 30px; }

.sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform; }

.sticky-container {
  padding: 0px 15px; }
  .sticky-container .section-intro {
    max-width: 620px; }
  .sticky-container .sticky {
    padding: 0px; }
    .sticky-container .sticky .sidebar {
      padding: 00px 0px; }
  .sticky-container .is-affixed {
    z-index: 4; }

.download-box {
  margin: 30px 0 45px; }
  .download-box img {
    border: 3px solid #d4d2d2;
    border-radius: 22px;
    box-shadow: 0px 0px 27px -2px grey; }
  .download-box h3 {
    font-weight: 700;
    font-size: 1.55em;
    line-height: 1.6em;
    margin-bottom: 30px; }
  .download-box .download-link {
    padding: 20px; }
    .download-box .download-link .button {
      margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .download-box .download-link {
        padding: 0px; }
        .download-box .download-link h3 {
          font-size: 1.35em;
          line-height: 1.2em; } }

article {
  padding: 40px 15px; }
  article p {
    margin-bottom: 1.5rem; }
  article:first-of-type {
    padding-top: 0px; }
  article h2 {
    color: #172A53;
    margin-bottom: 1rem; }
  article h3 {
    margin: 30px 0px 20px; }
  article ul, article ol {
    padding-left: 20px; }
    article ul li, article ol li {
      font-weight: 300;
      padding-bottom: 1rem; }
  article .section-title.has-icon {
    position: relative;
    padding-left: 52px; }
    article .section-title.has-icon .svg {
      position: absolute;
      width: 2em;
      height: auto;
      left: 8px;
      top: 50%;
      transform: translateY(-50%); }
  article .embed-responsive {
    margin-bottom: 10px; }

article.dark-bg {
  background: #1B252F;
  color: white;
  position: relative; }
  article.dark-bg:before {
    content: "";
    background: #1B252F;
    height: 100%;
    width: 2000%;
    position: absolute;
    right: calc(100% - 1px);
    top: 0;
    z-index: 1; }
  article.dark-bg:after {
    content: "";
    background: #1B252F;
    height: 100%;
    width: 2000%;
    position: absolute;
    left: calc(100% - 1px);
    top: 0;
    z-index: 1; }
  article.dark-bg h1 {
    color: white; }

article.offwhite-bg {
  background: #E5E5E5;
  position: relative; }
  article.offwhite-bg:before {
    content: "";
    background: #E5E5E5;
    height: 100%;
    width: 2000%;
    position: absolute;
    right: calc(100% - 1px);
    top: 0;
    z-index: 1; }
  article.offwhite-bg:after {
    content: "";
    background: #E5E5E5;
    height: 100%;
    width: 2000%;
    position: absolute;
    left: calc(100% - 1px);
    top: 0;
    z-index: 1; }

.calendar-item {
  border: 2px solid #DDD8CB;
  background: #313942;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 5% 7%;
  border-radius: 6px; }
  .calendar-item p {
    color: white; }
  .calendar-item h2 {
    color: white;
    font-family: "Overpass", sans-serif;
    font-size: 1.35em;
    max-width: 480px;
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .calendar-item {
      padding: 20px 15px; } }
  .calendar-item .calendar-intro {
    max-width: 480px;
    color: #DDD8CB; }
    .calendar-item .calendar-intro span {
      color: white; }
  .calendar-item .yellow-text {
    color: #EFB758;
    font-weight: 600; }
  .calendar-item .small-text {
    font-size: .9em;
    color: #DDD8CB; }

.content-card .card-title {
  background: #172A53;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: white;
  padding: 3% 4.5%;
  margin-bottom: 0px; }
  .content-card .card-title h2 {
    font-family: "Overpass", sans-serif;
    font-size: 1.35em;
    font-weight: 600;
    color: white;
    margin-bottom: 0px; }
.content-card .card-content {
  background: white;
  padding: 3% 4.5%; }
  .content-card .card-content h3 {
    font-weight: 600;
    font-family: "Frank Ruhl Libre", serif;
    margin-top: 2%; }
  .content-card .card-content .contact-group {
    margin-bottom: 40px; }
  .content-card .card-content .contact-info {
    margin-bottom: 20px; }
    .content-card .card-content .contact-info a {
      color: #9E1C33; }
    .content-card .card-content .contact-info span {
      display: block; }
    .content-card .card-content .contact-info .name {
      color: #172A53;
      font-weight: 600;
      font-size: 1.1em;
      margin-bottom: 4px; }
    .content-card .card-content .contact-info .title {
      font-weight: 600; }
    .content-card .card-content .contact-info .additional-info {
      font-size: .9em; }

.news-title, .contact-title {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 4.5rem 0rem 0rem; }
  .news-title:after, .contact-title:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -1px;
    height: 2px;
    background: white; }
  .news-title.secondary, .contact-title.secondary {
    padding-bottom: 10px; }
  .news-title a.section-link, .contact-title a.section-link {
    text-transform: uppercase;
    color: #E2DBC9;
    font-size: .85em;
    letter-spacing: .175em;
    display: block;
    margin-bottom: 6px; }
    .news-title a.section-link:hover, .contact-title a.section-link:hover {
      color: #E2DBC9; }
  .news-title .overlay, .contact-title .overlay {
    background: #172A53;
    opacity: .9;
    position: absolute;
    width: 100%;
    height: 100%;
    height: calc(100% + 1px);
    top: -1px;
    left: 0; }
  .news-title h1, .news-title p, .contact-title h1, .contact-title p {
    color: white;
    margin-bottom: 0px; }
  .news-title p, .contact-title p {
    font-size: 1.1em;
    color: #DDD8CB; }
  .news-title.opinion-title, .contact-title.opinion-title {
    padding: 4rem 0 4rem; }
    .news-title.opinion-title:after, .contact-title.opinion-title:after {
      display: none; }
    .news-title.opinion-title p, .contact-title.opinion-title p {
      color: white;
      font-size: 1.1em;
      margin-top: 8px; }

.news-search {
  margin-bottom: 4rem; }
  .news-search .category-select {
    max-width: 360px;
    position: relative; }
    .news-search .category-select select {
      height: auto;
      appearance: none;
      -webkit-appearance: none;
      border: 0px; }
      .news-search .category-select select option:first-child {
        color: #ccc; }
    .news-search .category-select .form-control {
      border: 0px; }
    .news-search .category-select:hover .dropdown-button {
      background: #a03523; }
  .news-search .dropdown-button {
    background: #C34129;
    position: absolute;
    right: -7px;
    top: -1px;
    height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 6px;
    width: 38px;
    pointer-events: none; }
    .news-search .dropdown-button .triangle {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 7px 0 7px;
      border-color: #ffffff transparent transparent transparent;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%; }

.featured-news {
  position: relative; }
  .featured-news .news-card.featured-card {
    padding: 0px 0px;
    border: 0px;
    padding-bottom: 0px;
    border-radius: 19px; }
  .featured-news .news-card.featured-card .card-top {
    padding: 18px 5%;
    background: #9E1C33;
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
    .featured-news .news-card.featured-card .card-top p.date {
      color: white; }
    .featured-news .news-card.featured-card .card-top a:hover h2 {
      color: #DDD8CB; }
    .featured-news .news-card.featured-card .card-top a h2 {
      color: white;
      font-family: "Frank Ruhl Libre", serif;
      font-size: 2em;
      margin-bottom: 0px; }
  .featured-news .news-card.featured-card .card-content {
    padding: 28px 5%;
    padding-bottom: 80px;
    border: 4px solid #E5E5E5;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }
  .featured-news .news-card.featured-card a h2 {
    font-size: 1.5em; }

.news-card {
  background: #FAFAFA;
  border: 4px solid #E5E5E5;
  border-radius: 12px;
  padding: 20px 4%;
  padding-bottom: 60px;
  position: relative; }
  .news-card p {
    color: #1B252F;
    font-size: 1em; }
  .news-card a:hover {
    text-decoration: none;
    color: #172A53; }
  .news-card a h2 {
    font-family: "Overpass", sans-serif;
    font-size: 1.3em; }
  .news-card a span {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: .09em;
    position: absolute;
    bottom: 25px;
    left: 5%; }
  .news-card h2 {
    margin: 10px 0 20px; }
  .news-card .date {
    text-transform: uppercase;
    font-size: .9em; }

.opinion-cta {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  text-align: center;
  padding: 2.5rem 10px 4.5rem;
  position: relative; }
  .opinion-cta h2, .opinion-cta p {
    color: white;
    font-family: "Overpass", sans-serif; }
  .opinion-cta h2 {
    font-size: 1.5em; }
  .opinion-cta p {
    font-size: 1.1em;
    padding: 10px 20px; }
  .opinion-cta .cta-button {
    color: white;
    position: absolute;
    background: #183a5a;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 25px; }
    .opinion-cta .cta-button i {
      margin-left: 10px; }
  @media screen and (max-width: 991px) {
    .opinion-cta {
      padding: 2.5rem 10px 5rem; } }

.news-listing {
  padding-bottom: 30px; }
  .news-listing .section-title {
    color: #172A53;
    padding: 0px 5px 25px; }

.pagination {
  padding: 30px 0; }

.page-item.disabled .page-link {
  display: none; }

.page-item .page-link {
  border: 0px;
  background-color: #fff;
  padding: .5rem .35rem;
  color: #172A53;
  font-weight: 600;
  font-size: 18px; }
  .page-item .page-link i {
    font-size: .9em; }

.page-item span.page-link {
  color: #172A53 !important; }

.page-item .page-link:hover {
  color: #276DAF; }

.page-item.active .page-link {
  color: #9E1C33;
  background: #fff; }

.back-link {
  background: #1B252F;
  padding: 1rem 0; }
  .back-link a {
    color: white;
    font-weight: 200; }
    .back-link a i {
      margin-right: 10px; }

.article {
  padding: 2.5rem 0 1rem; }
  .article h1 {
    color: #172A53;
    font-size: 2.2em;
    margin-bottom: 30px; }
  .article p {
    font-size: 1.1em; }
  .article .article-back {
    padding-top: 40px;
    display: inline-block;
    color: #172A53;
    font-weight: 700;
    font-size: 1.1rem; }
    .article .article-back i {
      font-size: .9em;
      margin-right: 10px; }
  .article .news-search {
    margin-top: 38px;
    margin-bottom: 40px; }
    .article .news-search .category-select {
      max-width: 100%; }
    .article .news-search .form-control {
      border: 1px solid #cacaca;
      font-size: 17px;
      height: auto !important; }
  @media screen and (max-width: 767px) {
    .article h1 {
      font-size: 1.75em; } }

.testimonials {
  padding: 40px 0px 70px; }

.testimonial-slider.slick-slider {
  margin: 0px 0px;
  border: 3px solid #E5E5E5;
  border-radius: 6px;
  background: #FAFAFA; }
  .testimonial-slider.slick-slider p {
    font-style: italic; }
  .testimonial-slider.slick-slider .svg {
    max-width: 54px;
    margin: 0px auto 12px;
    display: block; }
  .testimonial-slider.slick-slider .quote {
    border-bottom: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px; }
    .testimonial-slider.slick-slider .quote .quote-attribute {
      position: relative;
      padding-left: 60px;
      margin-top: 20px; }
      .testimonial-slider.slick-slider .quote .quote-attribute img {
        width: 50px;
        position: absolute;
        left: 0; }
      .testimonial-slider.slick-slider .quote .quote-attribute strong {
        font-family: "Frank Ruhl Libre", serif;
        color: #172A53;
        font-size: 1.1em;
        display: block;
        margin-bottom: -4px;
        margin-top: 3px; }
      .testimonial-slider.slick-slider .quote .quote-attribute p {
        font-size: .9em; }
  .testimonial-slider.slick-slider .slick-dots {
    background: #276DAF;
    padding: 7px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: right;
    border: 3px solid #276daf;
    width: calc(100% + 6px);
    left: -3px; }
    .testimonial-slider.slick-slider .slick-dots li.slick-active button:before {
      color: white;
      opacity: 1; }
    .testimonial-slider.slick-slider .slick-dots li button {
      width: 13px; }
    .testimonial-slider.slick-slider .slick-dots li button:before {
      color: white;
      opacity: .45;
      width: 13px;
      font-size: 9px; }
  @media screen and (min-width: 768px) {
    .testimonial-slider.slick-slider .quote {
      background: #FAFAFA;
      padding: 30px 25px;
      padding-right: 140px; }
      .testimonial-slider.slick-slider .quote p {
        font-size: 1.1em; }
      .testimonial-slider.slick-slider .quote .svg {
        position: absolute;
        right: 25px;
        top: 30px;
        max-width: 68px; } }

.stats {
  background: #276DAF;
  padding: 35px 0 0; }
  .stats .stat {
    color: white;
    text-align: center; }
    .stats .stat p {
      font-size: 1.1em; }
    .stats .stat span {
      font-family: "Frank Ruhl Libre", serif;
      display: block;
      font-size: 4em;
      font-variant: lining-nums;
      font-weight: 700; }
  @media screen and (min-width: 992px) {
    .stats .stat {
      border-right: 2px solid #83a9d0;
      padding: 30px; }
      .stats .stat:last-child {
        border-right: 0px; } }

.partner-logos h1 {
  font-family: "Overpass", sans-serif;
  color: #172A53;
  font-size: 2em;
  margin-bottom: 0px; }

.logo-slider {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 28px; }
  .logo-slider .logo-slide {
    padding: 15px; }
    .logo-slider .logo-slide img {
      max-height: 53px; }
  .logo-slider .slick-track {
    display: flex; }
  .logo-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center; }
  .logo-slider .slide-controls {
    list-style-type: none; }
  .logo-slider .prev-logo, .logo-slider .next-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
  .logo-slider .prev-logo {
    left: 0; }
  .logo-slider .next-logo {
    right: 0; }

.related-initiative {
  background: #276DAF;
  color: white;
  padding: 3rem 0px; }
  .related-initiative a {
    color: white; }
  .related-initiative .col-md-6:first-child {
    border-bottom: 2px solid white; }
  .related-initiative .related-link {
    padding: 30px 15px;
    padding-left: 110px;
    position: relative;
    max-width: 458px;
    margin: 0 auto; }
    .related-initiative .related-link img {
      position: absolute;
      left: 0px;
      width: 90px; }
    .related-initiative .related-link h2 {
      font-family: "Overpass", sans-serif;
      font-weight: 600;
      font-size: 1.6em;
      line-height: 1.2em;
      margin-bottom: 1.25rem; }
    .related-initiative .related-link a {
      font-weight: 600; }
      .related-initiative .related-link a:hover {
        text-decoration: none;
        border-bottom: 2px solid white; }
      .related-initiative .related-link a .svg {
        width: 14px;
        vertical-align: middle;
        padding-bottom: 2px;
        margin-left: 3px; }
        .related-initiative .related-link a .svg circle {
          fill: white !important; }
        .related-initiative .related-link a .svg polyline {
          stroke: #276DAF !important; }
  @media screen and (min-width: 768px) {
    .related-initiative .col-md-6:first-child {
      border-bottom: 0px; }
    .related-initiative .related-link {
      padding: 30px 40px;
      padding-left: 110px; }
    .related-initiative .row {
      position: relative; }
      .related-initiative .row:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        background: white;
        transform: translateX(-50%);
        height: 100%;
        width: 2px; } }
  @media screen and (min-width: 991px) {
    .related-initiative .related-link img {
      left: 15px;
      width: 79px; } }
  @media screen and (max-width: 992px) {
    .related-initiative .related-link {
      padding-left: 75px; }
      .related-initiative .related-link img {
        width: 60px; } }

.related-pages {
  padding: 30px 0px; }
  .related-pages .col-md-6 {
    margin-bottom: 20px; }
  .related-pages .card {
    background-size: cover;
    position: relative;
    border-radius: 12px; }
    .related-pages .card .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: .9;
      border-radius: 12px; }
    .related-pages .card .card-content {
      position: relative;
      z-index: 1;
      padding: 20px 15px 60px; }
      .related-pages .card .card-content h2, .related-pages .card .card-content p {
        color: white; }
      .related-pages .card .card-content p {
        max-width: 400px;
        margin: 20px auto; }
      .related-pages .card .card-content .svg {
        width: 70px;
        height: 70px; }
        .related-pages .card .card-content .svg path {
          fill: white !Important; }
    .related-pages .card .card-bottom {
      position: absolute;
      bottom: 0;
      z-index: 1;
      width: 100%;
      border-bottom-right-radius: 12px;
      border-bottom-left-radius: 12px;
      color: white;
      padding: 18px; }
    .related-pages .card.blue-card .overlay {
      background: #276DAF; }
    .related-pages .card.blue-card .card-bottom {
      background: #276DAF; }
    .related-pages .card.red-card .overlay {
      background: #9E1C33; }
    .related-pages .card.red-card .card-bottom {
      background: #9E1C33; }

.opinion-search {
  padding: 20px 0px; }
  .opinion-search p {
    font-size: .9em;
    margin: 20px 0; }
  .opinion-search form {
    position: relative; }
    .opinion-search form p {
      font-size: 1em;
      margin-top: 0px;
      margin-bottom: 3px;
      padding-left: 2px;
      font-weight: 800;
      letter-spacing: .0175em; }
  .opinion-search input {
    width: 100%;
    border: 1px solid #dbdada;
    border-radius: 6px;
    padding: 10px 12px;
    width: 100%; }
  .opinion-search button {
    appearance: none;
    -webkit-appearance: none;
    background: #9E1C33;
    color: white;
    position: absolute;
    right: 0;
    border: 1px solid #9E1C33;
    height: 100%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0px 4%;
    width: 116px; }

.opinion-filters {
  padding: 20px 0;
  /* For IE <= 11 */ }
  .opinion-filters input {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 12px;
    border: 1px solid #dadada;
    border-radius: 6px; }
  .opinion-filters p {
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 3px;
    padding-left: 2px;
    font-weight: 800;
    letter-spacing: .0175em; }
  .opinion-filters select {
    width: 100%;
    height: auto;
    font-size: 100%;
    cursor: pointer;
    border-radius: 0;
    background-color: white;
    border: none;
    color: #1B252F;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 12px;
    border: 1px solid #dadada;
    border-radius: 6px; }
  .opinion-filters select::-ms-expand {
    display: none; }
  .opinion-filters:hover .select-icon {
    background: #172A53; }
  .opinion-filters .select-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background: #276DAF;
    padding: 13px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    pointer-events: none; }
    .opinion-filters .select-icon svg path {
      fill: white !important; }

.most-accessed .gray-bg {
  border-radius: 8px;
  margin-bottom: 30px; }
  .most-accessed .gray-bg .opinion-link {
    border-bottom: 1px solid #adadad; }
    .most-accessed .gray-bg .opinion-link:last-child {
      border-bottom: 0px; }

.opinion-link {
  border-bottom: 1px solid #e7e7e7;
  padding: 1.5rem 0;
  padding-bottom: 70px;
  position: relative; }
  .opinion-link a span {
    position: absolute;
    bottom: 30px;
    font-family: "Frank Ruhl Libre", serif;
    color: #276DAF;
    font-weight: 600; }
  .opinion-link p {
    margin-bottom: 0px; }
    .opinion-link p strong {
      font-weight: 900; }
  .opinion-link h2 {
    color: #172A53; }
  .opinion-link .date {
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .75em; }
  @media screen and (max-width: 991px) {
    .opinion-link h2 {
      font-size: 1.5em; } }

.most-accessed .most-accessed-title {
  color: #9E1C33;
  text-transform: uppercase;
  letter-spacing: .175em;
  font-size: .9em;
  font-weight: 600; }

.staff-listing {
  padding: 40px; }
  .staff-listing .contact-card {
    display: inline-block;
    margin: 15px;
    width: 33%;
    min-width: 200px;
    vertical-align: top; }
    .staff-listing .contact-card .card-content .title {
      font-size: .9em; }

.contact-title .container {
  position: relative;
  z-index: 2; }
.contact-title .page-intro {
  margin-top: 20px;
  max-width: 740px;
  color: white; }
.contact-title .contact-section {
  padding: 60px 0;
  position: relative;
  z-index: 3;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe5e5+0,d8f0fc+50,ffffff+50,ffffff+100&0+0,0+50,0+50,1+51,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 229, 229, 0) 0%, rgba(255, 255, 255, 0) 130px, #E5E5E5 130px, #E5E5E5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 229, 229, 0) 0%, rgba(255, 255, 255, 0) 130px, #E5E5E5 130px, #E5E5E5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 229, 229, 0) 0%, rgba(255, 255, 255, 0) 130px, #E5E5E5 130px, #E5E5E5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe5e5', endColorstr='#E5E5E5',GradientType=0 );
  /* IE6-9 */ }
  .contact-title .contact-section .container {
    border-radius: 12px; }
.contact-title .contact-methods {
  background: white;
  padding: 15px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; }
  @media screen and (min-width: 992px) {
    .contact-title .contact-methods {
      border-bottom-left-radius: 12px;
      border-top-right-radius: 0px; } }
.contact-title .contact-method, .contact-title .request-method {
  padding: 18px;
  padding-left: 62px;
  color: #1B252F;
  position: relative; }
  .contact-title .contact-method > i, .contact-title .contact-method .svg, .contact-title .request-method > i, .contact-title .request-method .svg {
    position: absolute;
    left: 23px;
    font-size: 1.2em;
    top: 21px;
    color: #276DAF; }
  .contact-title .contact-method .fa-phone, .contact-title .request-method .fa-phone {
    transform: scaleX(-1); }
  .contact-title .contact-method .section-select select, .contact-title .request-method .section-select select {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 14px;
    appearance: none;
    -webkit-appearance: none;
    width: 100%; }
  .contact-title .contact-method .section-select .selected-content, .contact-title .request-method .section-select .selected-content {
    display: block;
    background: #fafafa;
    border: 1px solid #DCDCDC;
    margin-top: 23px;
    padding: 25px 30px; }
  .contact-title .contact-method .section-select .selected-title, .contact-title .request-method .section-select .selected-title {
    font-size: 1.35em;
    font-weight: 600;
    color: #183a5a; }
  .contact-title .contact-method .section-select .select-container, .contact-title .request-method .section-select .select-container {
    position: relative;
    max-width: 320px; }
    .contact-title .contact-method .section-select .select-container .dropdown-arrow, .contact-title .request-method .section-select .select-container .dropdown-arrow {
      background: #276DAF;
      width: 49px;
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      text-align: center;
      padding-top: 14px;
      pointer-events: none; }
      .contact-title .contact-method .section-select .select-container .dropdown-arrow img, .contact-title .request-method .section-select .select-container .dropdown-arrow img {
        width: 17px; }
  .contact-title .contact-method h2, .contact-title .request-method h2 {
    font-size: 1.7em;
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    color: #172A53; }
  .contact-title .contact-method p, .contact-title .request-method p {
    color: #1B252F; }
  @media screen and (max-width: 480px) {
    .contact-title .contact-method, .contact-title .request-method {
      padding-left: 31px; }
      .contact-title .contact-method > i, .contact-title .contact-method .svg, .contact-title .request-method > i, .contact-title .request-method .svg {
        left: 4px; } }
.contact-title .contact-requests {
  background: #276DAF;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 15px; }
  .contact-title .contact-requests .request-method {
    margin-bottom: 20px; }
    .contact-title .contact-requests .request-method p {
      color: white; }
    .contact-title .contact-requests .request-method .svg {
      position: absolute;
      width: 21px;
      height: auto; }
    .contact-title .contact-requests .request-method .request-title {
      font-size: 1.7em;
      color: white;
      font-weight: 600;
      line-height: 1em;
      margin-bottom: 10px; }
      .contact-title .contact-requests .request-method .request-title i {
        font-size: 15px;
        vertical-align: middle;
        padding-left: 5px; }
    .contact-title .contact-requests .request-method .open-modal {
      cursor: pointer; }
      .contact-title .contact-requests .request-method .open-modal:hover {
        color: #DDD8CB; }
    .contact-title .contact-requests .request-method .select-container {
      max-width: 100%; }
      .contact-title .contact-requests .request-method .select-container .dropdown-arrow {
        background: #9E1C33; }
    .contact-title .contact-requests .request-method .selected-content {
      background: #417db8; }
      .contact-title .contact-requests .request-method .selected-content a {
        color: white;
        font-weight: 600; }
      .contact-title .contact-requests .request-method .selected-content .selected-title {
        color: white; }
  @media screen and (min-width: 992px) {
    .contact-title .contact-requests {
      border-top-right-radius: 12px;
      border-bottom-left-radius: 0px; } }

.modal-dialog {
  max-width: 767px; }
  .modal-dialog .modal-body {
    padding: 20px 25px; }
  .modal-dialog .close-button {
    display: block;
    text-align: right;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0; }
    .modal-dialog .close-button .close {
      float: none;
      padding: 4px 7px 0px;
      font-size: 33px; }
  .modal-dialog label {
    font-weight: 600; }
  .modal-dialog .submit button {
    appearance: none;
    background: #9E1C33;
    color: white;
    border: 0px;
    padding: 8px 18px;
    border-radius: 3px;
    cursor: pointer; }
    .modal-dialog .submit button:hover {
      background: #b33c26; }

@media screen and (max-width: 575px) {
  .contact-title .contact-method, .request-method {
    text-align: center;
    padding: 10px 0px !important; }
    .contact-title .contact-method .select-container, .request-method .select-container {
      width: 100%;
      max-width: 100% !important; }
    .contact-title .contact-method > i, .contact-title .contact-method .svg, .request-method > i, .request-method .svg {
      position: static !important;
      font-size: 29px;
      margin-bottom: 10px;
      width: 33px !important; } }

.calendar-embed {
  text-align: center;
  padding-top: 35%;
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 60px auto;
  min-height: 400px; }
  .calendar-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.event-card {
  padding: 15px 15px 40px 15px;
  box-shadow: 0px 0px 11px 0px;
  border-radius: 12px;
  position: relative; }
  .event-card .date {
    display: flex;
    padding: 15px 3px;
    border-bottom: 1px solid #00354d; }
    .event-card .date .month {
      color: #00354d;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.25em;
      letter-spacing: 0.05em; }
    .event-card .date .day {
      color: #006eb3;
      font-size: 3.3em;
      line-height: 1em;
      font-variant-numeric: lining-nums;
      font-weight: 600; }
  .event-card .event-link {
    color: #01354d; }
    .event-card .event-link h3 {
      font-weight: 700;
      margin-top: 20px;
      font-size: 1.55em;
      margin-bottom: 20px; }
    .event-card .event-link span {
      position: absolute;
      bottom: 15px;
      left: 15px;
      font-size: 1.1em;
      color: #276DAF;
      font-weight: 600;
      letter-spacing: .05em; }
      .event-card .event-link span i {
        color: #172A53; }

.meet-intro .section-link {
  text-transform: uppercase;
  color: #172A53;
  letter-spacing: .175em;
  font-size: .85em; }
@media screen and (min-width: 992px) {
  .meet-intro img {
    border-radius: 10px; } }
@media screen and (max-width: 991px) {
  .meet-intro .meet-image {
    padding-left: 0px;
    padding-right: 0px; } }

.meet-callout {
  background: #172A53;
  color: white;
  padding: 4% 11% 4% 7%;
  border-left: 20px solid #EFB758;
  border-radius: 10px; }
  .meet-callout p {
    margin-bottom: 0px;
    font-size: 1.3em;
    line-height: 1.8em; }
  @media screen and (max-width: 992px) {
    .meet-callout {
      border-left: 0px;
      border-top: 10px solid #EFB758;
      border-radius: 0px;
      padding: 20px;
      margin-right: -15px;
      margin-left: -15px; }
      .meet-callout p {
        font-size: 1.1em; } }

.meet-content {
  padding: 40px 0px; }
  .meet-content .h2 {
    color: #464646;
    font-size: 2em;
    font-weight: 900;
    line-height: 1.3em; }
  @media screen and (max-width: 991px) {
    .meet-content {
      padding: 0 0; }
      .meet-content .h2 {
        font-size: 1.5em; } }
  @media screen and (max-width: 767px) {
    .meet-content .h2 {
      font-size: 1.3em; } }

.internal-sidebar.internal {
  padding: 3rem 0; }

.content-block {
  margin-bottom: 40px; }

.sidebar-container {
  max-width: 90%;
  margin: 20px auto; }
  .sidebar-container .opinion-cta {
    margin-bottom: 30px; }

.two-column-links ul {
  list-style-type: none;
  padding-left: 0px; }
.two-column-links a {
  font-weight: 700; }
.two-column-links li {
  padding: 6px; }
  .two-column-links li:nth-child(even) {
    background: #f3f3f3; }
.two-column-links span {
  display: block;
  font-size: .9em; }

.contact-card {
  max-width: 320px;
  margin: 0 auto 30px;
  border: 2px solid #ebebeb;
  border-radius: 10px; }
  .contact-card img {
    width: 100%;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px; }
  .contact-card .card-content {
    padding: 16px; }
    .contact-card .card-content hr {
      margin: 1.25rem 0;
      border-top: 1px solid #ebebeb; }
    .contact-card .card-content .name {
      color: #172A53;
      letter-spacing: -.015em;
      font-weight: 900;
      margin-bottom: 4px; }
    .contact-card .card-content .title {
      font-size: 1.1em;
      margin-bottom: 0px; }
    .contact-card .card-content .contact-method {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .contact-card .card-content .contact-method i {
        color: #9E1C33;
        padding-right: 10px; }

.accordions {
  margin-top: 40px; }

.accordion {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px; }
  .accordion.active .accordion-content {
    max-height: 3000px;
    transition: all .3s ease-in-out;
    padding: 18px 16px 0px; }
  .accordion .accordion-title {
    background: #276DAF;
    color: white;
    padding: 12px 16px;
    padding-right: 48px;
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: 0px; }
    .accordion .accordion-title h3 {
      margin: 10px 0;
      font-size: 1.3em; }
    .accordion .accordion-title i {
      position: absolute;
      right: 20px;
      font-size: 18px;
      top: 50%;
      transform: translateY(-50%); }
  .accordion .accordion-content {
    max-height: 0px;
    overflow: hidden;
    transition: all .5s ease-in-out;
    border: 1px solid #ebebeb;
    padding: 0px 16px;
    border-radius: 0px 0px 8px 8px; }

.footer .logo {
  width: 320px; }
.footer hr {
  margin: 0rem 0 1rem; }
.footer ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px; }
  .footer ul li {
    margin-bottom: 10px; }
  .footer ul a {
    color: #172A53; }
.footer .nav-title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.5em;
  font-weight: 500;
  color: #172A53;
  margin-bottom: 10px;
  margin-top: 20px; }
.footer .social-media {
  margin: 14px 0; }
  .footer .social-media a {
    color: #172A53; }
    .footer .social-media a:hover {
      text-decoration: none;
      color: #276DAF; }
  @media screen and (min-width: 992px) {
    .footer .social-media {
      margin: 25px 0; } }
.footer .footer-address p {
  font-size: 16px; }
  .footer .footer-address p strong {
    display: block;
    margin-bottom: 10px; }
.footer .copyright {
  padding-bottom: 20px; }
  .footer .copyright a {
    color: #172A53;
    font-weight: 700; }

.fixed {
  max-width: 175px;
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 100; }
  .fixed h2 {
    font-family: "Overpass", sans-serif;
    margin-bottom: 0; }
  .fixed .block-boxes {
    background: #9E1C33;
    padding: 15px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px rgba(255, 255, 255, 0);
    display: block; }
  .fixed a {
    color: white;
    text-decoration: none; }

@media (max-width: 767px) {
  .fixed {
    display: none; } }
.contact-social {
  background: #bc5633;
  background: -moz-linear-gradient(90deg, #9e1c33 51%, #0b579b 51%);
  background: -webkit-linear-gradient(90deg, #9e1c33 51%, #0b579b 51%);
  background: linear-gradient(90deg, #9e1c33 51%, #0b579b 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e1c33",endColorstr="#0b579b",GradientType=1); }
  @media screen and (max-width: 991px) {
    .contact-social {
      background: white; } }

.large-button {
  background: #172A53;
  color: white;
  font-weight: 600;
  font-size: 1.2em;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 20px; }
  .large-button:hover {
    color: white;
    background: #276DAF; }

.vawa-map #upstate path, .vawa-map #upstate polygon {
  fill: #256daf !important; }

.county-map {
  width: 100%;
  height: auto; }
  .county-map #midlands .active, .county-map #midlands .active path, .county-map #midlands .active polygon {
    fill: #6F943A !important; }
  .county-map #upstate .active, .county-map #upstate .active path, .county-map #upstate .active polygon {
    fill: #175169 !important; }
  .county-map #lowcountry .active, .county-map #lowcountry .active path, .county-map #lowcountry .active polygon {
    fill: #33603B !important; }
  .county-map #peedee .active, .county-map #peedee .active path, .county-map #peedee .active polygon {
    fill: #0284ad !important; }
  .county-map .county {
    cursor: pointer; }

.county-contacts {
  box-shadow: 0px 0px 13px -3px black;
  border-radius: 17px;
  padding: 1.3em;
  margin-bottom: 30px;
  display: none; }
  .county-contacts.active {
    display: block; }
  .county-contacts .taskforce {
    font-size: 1.3em;
    font-weight: 600;
    padding-bottom: 8px; }
  .county-contacts.midlands-contacts {
    border-top: 10px solid #9ec562; }
    .county-contacts.midlands-contacts .taskforce {
      color: #6F943A; }
  .county-contacts.lowcountry-contacts {
    border-top: 10px solid #498354; }
    .county-contacts.lowcountry-contacts .taskforce {
      color: #498354; }
  .county-contacts.upstate-contacts {
    border-top: 10px solid #256daf; }
    .county-contacts.upstate-contacts .taskforce {
      color: #256daf; }
  .county-contacts.dee-contacts {
    border-top: 10px solid #0284ad; }
    .county-contacts.dee-contacts .taskforce {
      color: #0284ad; }
  .county-contacts .county-title {
    color: #172A53;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 2em;
    border-bottom: 1px solid #172A53; }
  .county-contacts .county-contact {
    margin-bottom: 20px; }
    .county-contacts .county-contact p {
      margin-bottom: 0px;
      padding-top: 0px; }
    .county-contacts .county-contact .contact-name {
      color: #172A53;
      font-weight: 600;
      font-size: 1.1em; }
    .county-contacts .county-contact .contact-method {
      display: inline-block;
      margin-right: 20px;
      font-weight: 600;
      margin-top: 8px; }
      .county-contacts .county-contact .contact-method i {
        color: #172A53; }

.tooltip-inner {
  font-size: 20px; }

.full-width .county-contacts .county-title {
  border-bottom: 0px;
  margin-bottom: 4px; }
.full-width .county-contacts .taskforce {
  border-bottom: 1px solid #172A53;
  margin-bottom: 18px; }

.page-title.investor-title .large-title {
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: white; }
.page-title.investor-title .subpage-title {
  font-size: 2.5rem;
  font-family: "Overpass", sans-serif; }
@media screen and (min-width: 991px) {
  .page-title.investor-title .container {
    max-width: 980px; } }
@media screen and (min-width: 1199px) {
  .page-title.investor-title .container {
    max-width: 1160px; } }
@media screen and (max-width: 767px) {
  .page-title.investor-title .large-title {
    font-size: 2rem;
    margin-top: 30px; }
  .page-title.investor-title .subpage-title {
    font-size: 1.5rem; } }

.bubbles-section {
  background: #c9ebed; }
  .bubbles-section .huge-title {
    font-size: 5.95rem;
    font-weight: 600;
    color: #172A53; }
    @media screen and (max-width: 1199px) {
      .bubbles-section .huge-title {
        font-size: 5rem; } }
    @media screen and (max-width: 767px) {
      .bubbles-section .huge-title {
        font-size: 2.75rem; } }

.green-bg {
  background: #9cc03c; }

.green-blue-bg {
  background: #9cc03c;
  background: linear-gradient(180deg, #9cc03c 49%, #276dac 49%); }

.grid-section {
  color: #172A53; }
  .grid-section h2, .grid-section h3 {
    color: #172A53;
    font-weight: 600; }
  .grid-section p {
    font-size: 1.15rem; }
  .grid-section .large-link p {
    margin-bottom: 2em; }
  .grid-section .large-link, .grid-section .small-link {
    padding: 14px; }
    .grid-section .large-link .button, .grid-section .small-link .button {
      padding: 1em 1em;
      background: #8e4599;
      line-height: 1.1em; }
  .grid-section .link-1 {
    grid-area: 1 / 1 / 4 / 4;
    background: white; }
  .grid-section .link-2 {
    grid-area: 1 / 4 / 2 / 6;
    background: #77cdd2; }
  .grid-section .link-3 {
    grid-area: 2 / 4 / 3 / 6;
    background: #f3901d; }
  .grid-section .link-4 {
    grid-area: 3 / 4 / 4 / 6;
    background: #9cc03c; }
  @media screen and (min-width: 768px) {
    .grid-section p {
      font-size: 1.25rem; }
    .grid-section .grid-parent {
      display: grid;
      grid-template-columns: 6;
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      margin: 0 auto; }
    .grid-section .small-link {
      padding: 2em;
      vertical-align: middle;
      display: flex;
      justify-content: center;
      flex-direction: column; }
    .grid-section .large-link {
      padding: 2em;
      vertical-align: middle;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .grid-section .large-link h2 {
        font-size: 3rem; }
    .grid-section .link-1 {
      grid-area: 1 / 1 / 4 / 4;
      background: white; }
    .grid-section .link-2 {
      grid-area: 1 / 4 / 2 / 6;
      background: #77cdd2; }
    .grid-section .link-3 {
      grid-area: 2 / 4 / 3 / 6;
      background: #f3901d; }
    .grid-section .link-4 {
      grid-area: 3 / 4 / 4 / 6;
      background: #9cc03c; } }

.image-links h2 {
  font-family: "Overpass", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #172A53; }
.image-links a, .image-links p {
  font-size: 1.2rem; }
.image-links a {
  color: #172A53; }
  .image-links a i {
    color: #8e4599; }
.image-links .col-md-6 {
  padding: 0px 24px; }

.image-text {
  color: #172A53; }
  .image-text h2 {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: "Overpass", sans-serif; }
  .image-text p {
    font-size: 1.25rem; }
  .image-text.featured-link h2 {
    font-size: 3rem; }
  .image-text.featured-link p {
    font-size: 1.5rem;
    max-width: 500px; }
  .image-text img {
    max-width: 320px;
    width: 100%;
    display: block;
    margin: 0 auto; }
  .image-text .large-button {
    padding: 1em 1em;
    background: #8e4599;
    line-height: 1.1em; }
  @media screen and (max-width: 767px) {
    .image-text {
      text-align: center; }
      .image-text h2 {
        font-size: 2rem; }
      .image-text p {
        font-size: 1.1rem; } }

.investor-subpage .content-block {
  margin-bottom: 0px; }
.investor-subpage .accordions {
  margin-top: 0px;
  margin-bottom: 0px; }
  .investor-subpage .accordions .accordions-intro p {
    font-size: 1.45em;
    font-weight: 500; }
  .investor-subpage .accordions .accordion-content li, .investor-subpage .accordions .accordion-content p {
    font-size: 1.15rem;
    font-weight: 400; }
.investor-subpage .related-initiative {
  background: #9cc03c;
  color: #172A53; }
  .investor-subpage .related-initiative a {
    color: #172A53; }
    .investor-subpage .related-initiative a .svg circle {
      fill: #172A53 !important; }
    .investor-subpage .related-initiative a .svg polyline {
      stroke: #9cc03c !important; }
  .investor-subpage .related-initiative .row:after {
    background: #172A53; }
  .investor-subpage .related-initiative .related-link {
    max-width: 100%; }

/*# sourceMappingURL=main.css.map */
