@charset "UTF-8";
/* COLORS */
/* rgba(252,80,0,1) */
/* rgba(19,33,106,1) */
/*!
Theme Name: Wclp-theme
Theme URI: http://underscores.me/
Author: Me
Author URI: http://underscores.me/
Description: Custom theme: Wclp-theme, developed by Me
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wclp-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Wclp-theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* FONTS */
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
*::before, *::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #3C3C3C;
}

/* TYPE */
h1, h2, h3, h4, h5, h6 {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

h1, h2, h4 {
  text-transform: uppercase;
}

h1 {
  color: #13216A;
}

h2 {
  color: #FC5000;
  font-size: 2rem;
}

h6 {
  font-family: roboto, sans-serif;
  font-weight: 400;
}

a {
  transition: all 0.15s ease;
}

.admin-bar .fixed-top {
  top: 32px;
}

.blue-bg, .ip-support--wrap {
  background-color: #13216A;
}
.blue-bg > *, .ip-support--wrap > *,
.blue-bg h1,
.ip-support--wrap h1, .blue-bg h2, .ip-support--wrap h2, .blue-bg h3, .ip-support--wrap h3, .blue-bg h4, .ip-support--wrap h4, .blue-bg h5, .ip-support--wrap h5, .blue-bg h6, .ip-support--wrap h6 {
  color: #fff;
}

.btn, .staff-filter .searchandfilter ul li.sf-field-reset .search-filter-reset, .modal--contact-us .frm_button_submit,
.modal--subscribe .frm_button_submit, .btn-dark-tan-border, .btn-orange-border, .btn-blue-border, .btn-white-border {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.3125rem 2.5rem;
  display: inline-block;
}
.btn.sml, .staff-filter .searchandfilter ul li.sf-field-reset .sml.search-filter-reset, .modal--contact-us .sml.frm_button_submit,
.modal--subscribe .sml.frm_button_submit, .sml.btn-dark-tan-border, .sml.btn-orange-border, .sml.btn-blue-border, .sml.btn-white-border {
  font-size: 0.75rem;
}
.btn.lrg, .staff-filter .searchandfilter ul li.sf-field-reset .lrg.search-filter-reset, .modal--contact-us .lrg.frm_button_submit,
.modal--subscribe .lrg.frm_button_submit, .lrg.btn-dark-tan-border, .lrg.btn-orange-border, .lrg.btn-blue-border, .lrg.btn-white-border {
  font-size: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

/* BUTTONS */
.btn-orange, .modal--contact-us .frm_button_submit,
.modal--subscribe .frm_button_submit {
  background-color: #FC5000 !important;
  color: #fff !important;
  font-size: 1.125rem !important;
}
.btn-orange:hover, .modal--contact-us .frm_button_submit:hover,
.modal--subscribe .frm_button_submit:hover, .btn-orange:focus, .modal--contact-us .frm_button_submit:focus,
.modal--subscribe .frm_button_submit:focus {
  background-color: #13216A;
  color: #fff;
}

.btn-white-border {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  padding: 10px 15px;
  font-family: roboto, sans-serif;
  font-weight: 400;
}
.btn-white-border:hover, .btn-white-border:focus {
  border-color: #FC5000;
  background-color: #FC5000;
  color: #fff;
  text-decoration: none;
}

.btn-blue-border {
  background-color: transparent;
  border: solid 1px #13216A;
  color: #13216A;
  padding: 10px 15px;
  font-family: roboto, sans-serif;
  font-weight: 400;
}
.btn-blue-border:hover, .btn-blue-border:focus {
  border-color: #FC5000;
  background-color: #FC5000;
  color: #fff;
  text-decoration: none;
}

.btn-orange-border {
  background-color: transparent;
  border: solid 1px #FC5000;
  color: #FC5000;
  padding: 10px 15px;
  font-family: roboto, sans-serif;
  font-weight: 400;
}
.btn-orange-border:hover, .btn-orange-border:focus {
  border-color: #FC5000;
  background-color: #FC5000;
  color: #fff;
  text-decoration: none;
}

.btn-dark-tan-border, .staff-filter .searchandfilter ul li.sf-field-reset .search-filter-reset {
  background-color: transparent;
  border: solid 1px #d9ad6b;
  color: #d9ad6b;
  padding: 10px 15px;
  font-family: roboto, sans-serif;
  font-weight: 400;
}
.btn-dark-tan-border:hover, .staff-filter .searchandfilter ul li.sf-field-reset .search-filter-reset:hover, .btn-dark-tan-border:focus, .staff-filter .searchandfilter ul li.sf-field-reset .search-filter-reset:focus {
  border-color: #FC5000;
  background-color: #FC5000;
  color: #fff;
  text-decoration: none;
}

.text-link {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  text-decoration: underline;
}
.text-link:hover, .text-link:focus {
  text-decoration: none;
}

.text-link--blue {
  color: #13216A;
}
.text-link--blue:hover, .text-link--blue:focus {
  color: #FC5000;
}

.text-link--orange {
  color: #FC5000;
}
.text-link--orange:hover, .text-link--orange:focus {
  color: #13216A;
}

.slick-prev, .slick-next {
  width: 18px !important;
  height: 63px !important;
  opacity: 0.75;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
}

@media screen and (min-width: 1299px) {
  .slick-prev {
    left: -65px !important;
  }
}

@media screen and (min-width: 1299px) {
  .slick-next {
    right: -65px !important;
  }
}

.mobile-navbar-top-nav {
  background-color: #f8f9fa !important;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1300px) {
  .mobile-navbar-top-nav {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1500px) {
  .mobile-navbar-top-nav {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media screen and (min-width: 992px) {
  .mobile-navbar-top-nav {
    display: none;
  }
}
.mobile-navbar-top-nav a {
  text-transform: uppercase;
  color: #13216A;
  font-size: 0.875rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mobile-navbar-top-nav a:hover, .mobile-navbar-top-nav a:focus {
  color: #FC5000;
  text-decoration: none;
}
.mobile-navbar-top-nav .btn-orange, .mobile-navbar-top-nav .modal--contact-us .frm_button_submit, .modal--contact-us .mobile-navbar-top-nav .frm_button_submit,
.mobile-navbar-top-nav .modal--subscribe .frm_button_submit,
.modal--subscribe .mobile-navbar-top-nav .frm_button_submit {
  color: #fff;
  font-size: 1.375rem;
  background-color: #FC5000;
}
.mobile-navbar-top-nav .btn-orange:hover, .mobile-navbar-top-nav .modal--contact-us .frm_button_submit:hover, .modal--contact-us .mobile-navbar-top-nav .frm_button_submit:hover,
.mobile-navbar-top-nav .modal--subscribe .frm_button_submit:hover,
.modal--subscribe .mobile-navbar-top-nav .frm_button_submit:hover, .mobile-navbar-top-nav .btn-orange:focus, .mobile-navbar-top-nav .modal--contact-us .frm_button_submit:focus, .modal--contact-us .mobile-navbar-top-nav .frm_button_submit:focus,
.mobile-navbar-top-nav .modal--subscribe .frm_button_submit:focus,
.modal--subscribe .mobile-navbar-top-nav .frm_button_submit:focus {
  color: #fff;
}

.navbar {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 1300px) {
  .navbar {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1500px) {
  .navbar {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .navbar {
    padding-bottom: 1.25rem;
  }
}
.navbar .navbar-toggler {
  border-color: rgb(19, 33, 105);
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(19,33,105,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar .navbar-top-nav {
  position: absolute;
  top: 0;
  right: 2.5rem;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-top-nav {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .navbar .navbar-top-nav {
    right: 5rem;
  }
}
@media screen and (min-width: 1500px) {
  .navbar .navbar-top-nav {
    right: 10rem;
  }
}
.navbar .navbar-top-nav a {
  text-transform: uppercase;
  color: #13216A;
  font-size: 0.875rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.navbar .navbar-top-nav a:hover, .navbar .navbar-top-nav a:focus {
  color: #FC5000;
  text-decoration: none;
}
.navbar .navbar-top-nav .btn-orange, .navbar .navbar-top-nav .modal--contact-us .frm_button_submit, .modal--contact-us .navbar .navbar-top-nav .frm_button_submit,
.navbar .navbar-top-nav .modal--subscribe .frm_button_submit,
.modal--subscribe .navbar .navbar-top-nav .frm_button_submit {
  color: #fff;
  font-size: 1.375rem;
  background-color: #FC5000;
}
.navbar .navbar-top-nav .btn-orange:hover, .navbar .navbar-top-nav .modal--contact-us .frm_button_submit:hover, .modal--contact-us .navbar .navbar-top-nav .frm_button_submit:hover,
.navbar .navbar-top-nav .modal--subscribe .frm_button_submit:hover,
.modal--subscribe .navbar .navbar-top-nav .frm_button_submit:hover, .navbar .navbar-top-nav .btn-orange:focus, .navbar .navbar-top-nav .modal--contact-us .frm_button_submit:focus, .modal--contact-us .navbar .navbar-top-nav .frm_button_submit:focus,
.navbar .navbar-top-nav .modal--subscribe .frm_button_submit:focus,
.modal--subscribe .navbar .navbar-top-nav .frm_button_submit:focus {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-brand {
    width: 70%;
  }
}
.navbar .navbar-brand img {
  max-width: 100%;
  height: auto;
}
.navbar .navbar-nav-wrap {
  margin-top: 2.5rem;
}
.navbar .navbar-nav-wrap .dropdown-toggle::after {
  margin-left: 0.3em;
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  vertical-align: 0.125em;
}
.navbar .navbar-nav {
  border-right: solid 2px #F1B160;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-nav {
    border-right: 0;
    margin-right: 0;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #13216A;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.75rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #FC5000;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  margin-top: 22px;
  border-radius: 0;
  background-color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  padding: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: none;
    border: 0;
    margin-top: 0;
    font-size: 1.75rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
  margin: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu a {
  color: #13216A;
  padding: 0.625rem 1.25rem;
  margin-bottom: 15px;
  border-bottom: solid 1px #fff;
  line-height: 1;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-nav .nav-item .dropdown-menu a {
    font-size: 1.75rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu a:hover, .navbar .navbar-nav .nav-item .dropdown-menu a:focus {
  color: #fff;
  background-color: #FC5000;
}
.navbar .navbar-nav .nav-item .dropdown-menu a:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.search-form--wrap {
  display: block;
  position: relative;
  height: 3.125rem;
  width: 3.125rem;
}
.search-form--wrap .search-form {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .search-form--wrap .search-form {
    position: relative;
  }
}
.search-form--wrap .search-form label {
  margin-bottom: 0;
}
.search-form--wrap .search-form .search-field {
  background-color: transparent;
  background-image: url(./assets/img/search-icon.svg);
  background-position: 0.625rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: none;
  cursor: pointer;
  height: 3.125rem;
  margin: 0;
  padding: 0 0 0 3.125rem;
  position: relative;
  -webkit-transition: width 300ms ease, background 300ms ease;
  transition: width 300ms ease, background 300ms ease;
  width: 0;
}
.search-form--wrap .search-form .search-field:focus {
  background-color: rgb(19, 33, 106);
  color: #fff;
  border: 0;
  cursor: text;
  outline: 0;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .search-form--wrap .search-form .search-field:focus {
    width: 18.75rem;
  }
}
.search-form--wrap .search-form .search-field::-webkit-input-placeholder {
  color: #eaeaea;
}
.search-form--wrap .search-form .search-field::-moz-placeholder {
  color: #eaeaea;
}
.search-form--wrap .search-form .search-field:-ms-input-placeholder {
  color: #eaeaea;
}
.search-form--wrap .search-form .search-field:-moz-placeholder {
  color: #eaeaea;
}
.search-form--wrap .search-form .search-submit {
  display: none;
}

.footer-wrap {
  background-image: -webkit-linear-gradient(#0A1341 0%, #15215C 86%);
  background-image: -o-linear-gradient(#0A1341 0%, #15215C 86%);
  background-image: linear-gradient(#0A1341 0%, #15215C 86%);
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    padding-top: 1.875rem;
  }
}
.footer-wrap .footer-wrap--disclaimer {
  background-color: #0F184A;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer-wrap--disclaimer {
    margin-top: 1.875rem;
  }
}
.footer-wrap .footer-wrap--disclaimer .disclaimer .disc-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.footer-wrap .footer-wrap--disclaimer .disclaimer .disc-nav a {
  position: relative;
  padding-right: 0.625rem;
  text-transform: uppercase;
}
.footer-wrap .footer-wrap--disclaimer .disclaimer .disc-nav a:after {
  position: absolute;
  top: 4px;
  right: 4px;
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background-color: #fff;
}
.footer-wrap .footer-wrap--disclaimer .disclaimer .disc-nav a:last-child:after {
  display: none;
}
.footer-wrap .footer-wrap--disclaimer .disclaimer p, .footer-wrap .footer-wrap--disclaimer .disclaimer a {
  font-size: 0.625rem;
  color: #fff;
  margin-bottom: 0;
}
.footer-wrap .footer-wrap--disclaimer .disclaimer p {
  margin: 0 auto;
}
@media screen and (min-width: 1300px) {
  .footer-wrap .footer-wrap--disclaimer .disclaimer p {
    width: 40%;
  }
}
@media screen and (max-width: 1299px) {
  .footer-wrap .footer-wrap--disclaimer .disclaimer p {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .footer-wrap .footer-wrap--disclaimer .disclaimer p {
    width: 80%;
  }
}

.site-footer .fblock {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.site-footer .fblock h4, .site-footer .fblock p, .site-footer .fblock a {
  color: #fff;
}
.site-footer .fblock h4 {
  font-size: 1.25rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.25rem;
}
.site-footer .logo {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .site-footer .logo {
    border-right: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
.site-footer .logo .social-media {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .site-footer .logo .social-media {
    margin-top: 1.875rem;
    justify-content: center;
  }
}
.site-footer .logo .social-media a {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .site-footer .locations {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer .locations {
    padding-left: 1.875rem;
  }
}
.site-footer .locations p {
  font-size: 0.75rem;
}
.site-footer .locations a {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 0.875rem;
}
.site-footer .locations a:hover, .site-footer .locations a:focus {
  color: #FC5000;
}
.site-footer .locations .mail-ico {
  background: url(./assets/img/mail-icon.png) no-repeat;
  display: block;
  content: "";
  width: 21px;
  height: 17px;
  text-indent: -9999px;
  margin-right: 10px;
}
.site-footer .quick-links {
  display: flex;
  flex-direction: column;
}
.site-footer .quick-links a {
  margin-bottom: 0.625rem;
}
.site-footer .quick-links a:hover, .site-footer .quick-links a:focus {
  color: #FC5000;
  text-decoration: none;
}
@media screen and (min-width: 1199px) {
  .site-footer .support {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .support {
    text-align: center;
    padding-top: 1.875rem;
    margin-top: 1.875rem;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
}
.site-footer .support .btn, .site-footer .support .staff-filter .searchandfilter ul li.sf-field-reset .search-filter-reset, .staff-filter .searchandfilter ul li.sf-field-reset .site-footer .support .search-filter-reset, .site-footer .support .modal--contact-us .frm_button_submit, .modal--contact-us .site-footer .support .frm_button_submit,
.site-footer .support .modal--subscribe .frm_button_submit,
.modal--subscribe .site-footer .support .frm_button_submit, .site-footer .support .btn-white-border, .site-footer .support .btn-blue-border, .site-footer .support .btn-orange-border, .site-footer .support .btn-dark-tan-border {
  border: solid 1px #ff834a;
  font-size: 1.25rem;
}
.site-footer .support .btn:hover, .site-footer .support .staff-filter .searchandfilter ul li.sf-field-reset .search-filter-reset:hover, .staff-filter .searchandfilter ul li.sf-field-reset .site-footer .support .search-filter-reset:hover, .site-footer .support .modal--contact-us .frm_button_submit:hover, .modal--contact-us .site-footer .support .frm_button_submit:hover,
.site-footer .support .modal--subscribe .frm_button_submit:hover,
.modal--subscribe .site-footer .support .frm_button_submit:hover, .site-footer .support .btn-white-border:hover, .site-footer .support .btn-blue-border:hover, .site-footer .support .btn-orange-border:hover, .site-footer .support .btn-dark-tan-border:hover, .site-footer .support .btn:focus, .site-footer .support .staff-filter .searchandfilter ul li.sf-field-reset .search-filter-reset:focus, .staff-filter .searchandfilter ul li.sf-field-reset .site-footer .support .search-filter-reset:focus, .site-footer .support .modal--contact-us .frm_button_submit:focus, .modal--contact-us .site-footer .support .frm_button_submit:focus,
.site-footer .support .modal--subscribe .frm_button_submit:focus,
.modal--subscribe .site-footer .support .frm_button_submit:focus, .site-footer .support .btn-white-border:focus, .site-footer .support .btn-blue-border:focus, .site-footer .support .btn-orange-border:focus, .site-footer .support .btn-dark-tan-border:focus {
  border-color: #FC5000;
  background-color: #FC5000;
  color: #fff;
}

.modal--contact-us,
.modal--subscribe {
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 1.25rem;
}
.modal--contact-us .modal-header,
.modal--subscribe .modal-header {
  border: 0;
  padding-bottom: 0;
}
.modal--contact-us .modal-body,
.modal--subscribe .modal-body {
  padding-top: 0.625rem;
}
.modal--contact-us .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset,
.modal--subscribe .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {
  padding-bottom: 0;
}

.modal--subscribe .modal-body {
  padding-top: 0;
}
.modal--subscribe .frm_style_formidable-style.with_frm_style .frm_primary_label {
  display: none !important;
}

.sidebar-items--wrap .sidebar-item {
  position: relative;
  background-color: #F8F0E4;
  padding: 1.5rem;
  margin-bottom: 3.75rem;
}
.sidebar-items--wrap .sidebar-item:last-child {
  margin-bottom: 0;
}
.sidebar-items--wrap .sidebar-item h5 {
  color: #13216A;
  text-transform: uppercase;
  font-weight: 500;
}
.sidebar-items--wrap .sidebar-item p {
  font-size: 0.8125rem;
}
.sidebar-items--wrap .sidebar-item .btn, .sidebar-items--wrap .sidebar-item .staff-filter .searchandfilter ul li.sf-field-reset .search-filter-reset, .staff-filter .searchandfilter ul li.sf-field-reset .sidebar-items--wrap .sidebar-item .search-filter-reset, .sidebar-items--wrap .sidebar-item .btn-white-border, .sidebar-items--wrap .sidebar-item .btn-blue-border, .sidebar-items--wrap .sidebar-item .btn-orange-border, .sidebar-items--wrap .sidebar-item .btn-dark-tan-border, .sidebar-items--wrap .sidebar-item .modal--contact-us .frm_button_submit, .modal--contact-us .sidebar-items--wrap .sidebar-item .frm_button_submit,
.sidebar-items--wrap .sidebar-item .modal--subscribe .frm_button_submit,
.modal--subscribe .sidebar-items--wrap .sidebar-item .frm_button_submit {
  font-size: 0.875rem;
  position: absolute;
  bottom: -1rem;
  margin: auto;
}

.ip-support--wrap .btn-orange:hover, .ip-support--wrap .modal--contact-us .frm_button_submit:hover, .modal--contact-us .ip-support--wrap .frm_button_submit:hover,
.ip-support--wrap .modal--subscribe .frm_button_submit:hover,
.modal--subscribe .ip-support--wrap .frm_button_submit:hover, .ip-support--wrap .btn-orange:focus, .ip-support--wrap .modal--contact-us .frm_button_submit:focus, .modal--contact-us .ip-support--wrap .frm_button_submit:focus,
.ip-support--wrap .modal--subscribe .frm_button_submit:focus,
.modal--subscribe .ip-support--wrap .frm_button_submit:focus {
  background-color: #fff;
  color: #13216A;
}

.ip-support--stories {
  padding-top: 6.25rem;
}
.ip-support--stories h4 {
  color: #fff;
  margin-bottom: 2.5rem;
}
.ip-support--stories .stories--wrap {
  margin-bottom: 2.5rem;
}
.ip-support--stories .stories--wrap .stories {
  margin-bottom: 1.25rem;
}
.ip-support--stories .stories--wrap .stories .post-thumbnail {
  border: solid 1px #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.ip-support--stories .stories--wrap .stories .post-thumbnail img {
  height: 200px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ip-support--stories .stories--wrap .stories p {
  color: #fff;
  font-size: 1.25rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0.75rem;
  text-align: left;
}
.ip-support--stories .stories--wrap .stories:hover, .ip-support--stories .stories--wrap .stories:focus {
  text-decoration: none;
}
.ip-support--stories .stories--wrap .stories:hover img, .ip-support--stories .stories--wrap .stories:focus img {
  transform: scale(1.05);
}

/* -- INNER PAGE BANNER -- */
.ip-banner--wrap {
  background-color: #13216A;
}
.ip-banner--wrap .ip-banner.banner--settings {
  position: relative;
}
.ip-banner--wrap .ip-banner.banner--settings:after {
  display: block;
  content: "";
  position: absolute;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  .ip-banner--wrap .ip-banner.banner--settings:after {
    display: none;
  }
}
.ip-banner--wrap .ip-banner .row {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .ip-banner--wrap .ip-banner .row {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.ip-banner--wrap .ip-banner h1, .ip-banner--wrap .ip-banner h1 a, .ip-banner--wrap .ip-banner p {
  color: #fff;
}
.ip-banner--wrap .ip-banner h1, .ip-banner--wrap .ip-banner h1 a {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .ip-banner--wrap .ip-banner h1, .ip-banner--wrap .ip-banner h1 a {
    font-size: 1.875rem;
  }
}
.ip-banner--wrap .ip-banner h1 a:hover, .ip-banner--wrap .ip-banner h1 a:focus {
  color: #FC5000;
  text-decoration: none;
}
.ip-banner--wrap .ip-banner p {
  font-size: 1rem;
}
.ip-banner--wrap .ip-banner p.sub-title {
  text-transform: uppercase;
  color: #FC5000;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 1.25rem;
}

/*
.blog {
    .ip-banner--wrap {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}
*/
.featured-img img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.featured-articles {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.featured-articles .featured-article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-articles .featured-article .featured-article-content {
  width: 50%;
  float: left;
}
.featured-articles .featured-article .featured-article-content h1.page-title {
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .featured-articles .featured-article .featured-article-content {
    width: 100%;
  }
}
.featured-articles .featured-article .featured-article-img {
  width: 40%;
  float: right;
  display: flex;
  justify-content: center;
}
.featured-articles .featured-article .featured-article-img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .featured-articles .featured-article .featured-article-img {
    display: none;
  }
}

/* -- BREADCRUMB -- */
.bc--wrap {
  border-bottom: solid 1px #E0DBD3;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .bc--wrap {
    padding: 1.25rem 1.25rem 0.625rem;
  }
}
.bc--wrap .bc {
  color: #13216A;
  font-style: italic;
}
.bc--wrap .bc span {
  font-size: 0.875rem;
}
.bc--wrap .bc p {
  font-size: 0.875rem;
  font-style: italic;
}
.bc--wrap .bc a {
  color: #FC5000;
  text-decoration: underline;
  text-transform: uppercase;
}
.bc--wrap .bc a.active {
  color: #13216A;
  text-decoration: none;
  text-transform: capitalize;
}

.timeline {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 6.25rem;
}
.timeline *,
.timeline *::before,
.timeline *::after {
  box-sizing: inherit;
}
.timeline:not(.timeline--horizontal)::before {
  background-color: #DDD;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}

.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.timeline__item {
  font-size: 1rem;
  padding: 10px 40px 10px 0;
  position: relative;
  width: 50%;
  z-index: 2;
}
.timeline__item::after {
  background-color: #FFF;
  border: 4px solid #DDD;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  z-index: 1;
}
.timeline__item.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.timeline__item.fadeIn {
  animation-name: fadeIn;
}

.timeline__item--left {
  left: 0;
}

.timeline__item--right {
  left: 50%;
  padding: 10px 0 10px 40px;
}
.timeline__item--right::after {
  left: -10px;
}
.timeline__item--right .timeline__content::before {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #CCC;
  border-left: none;
  border-top: 10px solid transparent;
  left: -12px;
}
.timeline__item--right .timeline__content::after {
  border-bottom: 9px solid transparent;
  border-right: 11px solid #FFF;
  border-left: none;
  border-top: 9px solid transparent;
  left: -10px;
}

.timeline__content {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 10px;
  color: #333;
  display: block;
  padding: 20px;
  position: relative;
}
.timeline__content::before, .timeline__content::after {
  content: "";
  height: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 0;
}
.timeline__content::before {
  border-bottom: 10px solid transparent;
  border-left: 12px solid #CCC;
  border-top: 10px solid transparent;
  right: -12px;
  z-index: 1;
}
.timeline__content::after {
  border-bottom: 9px solid transparent;
  border-left: 11px solid #FFF;
  border-top: 9px solid transparent;
  right: -10px;
  z-index: 2;
}
.timeline__content h2 {
  color: #13216A;
  font-size: 1.625rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.timeline__content p {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.timeline--horizontal {
  font-size: 0;
  padding: 0 50px;
  overflow: hidden;
  white-space: nowrap;
}
.timeline--horizontal .timeline-divider {
  background-color: #DDD;
  display: block;
  height: 4px;
  left: 40px;
  position: absolute;
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}
.timeline--horizontal .timeline__items {
  transition: all 0.8s;
  will-change: transform;
}
.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 40px;
  position: relative;
  transition: none;
  vertical-align: top;
  white-space: normal;
}
.timeline--horizontal .timeline__item::after {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.timeline--horizontal .timeline__item .timeline__content::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #CCC;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__content::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item--bottom {
  padding: 40px 0 0;
}
.timeline--horizontal .timeline__item--bottom::after {
  top: 0;
}
.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}
.timeline--horizontal .timeline__item--bottom .timeline__content::before {
  border-bottom: 12px solid #CCC;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline--horizontal .timeline__item--bottom .timeline__content::after {
  border-bottom: 10px solid #FFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline-nav-button {
  background-color: #FFF;
  border: 2px solid #DDD;
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: none;
  position: absolute;
  text-indent: -9999px;
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
}
.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.timeline-nav-button::before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 8px;
}
.timeline-nav-button--prev {
  left: 0;
}
.timeline-nav-button--prev::before {
  background-image: url(./assets/img/arrow-left.svg);
}
.timeline-nav-button--next {
  right: 0;
}
.timeline-nav-button--next::before {
  background-image: url(./assets/img/arrow-right.svg);
}

.timeline--mobile {
  padding: 0;
}
.timeline--mobile::before {
  left: 10px !important;
  margin: 0 !important;
}
.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}
.timeline--mobile .timeline__item::after {
  left: 2px;
  margin: 0;
}
.timeline--mobile .timeline__item .timeline__content::before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #CCC;
  border-left: none;
  border-top: 12px solid transparent;
}
.timeline--mobile .timeline__item .timeline__content::after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #FFF;
  border-left: none;
  border-top: 10px solid transparent;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes liftUp {
  0% {
    top: 0px;
  }
  100% {
    top: -15px;
  }
}
.miss-vis-cols .miss-col {
  background-color: #F8F0E4;
}

.intro_banner {
  height: 30vh;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 20% center;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .intro_banner {
    height: 65vh;
  }
}
@media screen and (max-width: 575px) {
  .intro_banner {
    height: 300px;
  }
}
.intro_banner .caption {
  position: absolute;
  right: 1.25rem;
  bottom: 10px;
  z-index: 1;
}
.intro_banner .caption p {
  margin: 0;
  color: white;
  font-size: 0.8125rem;
  font-style: italic;
  text-shadow: 0 2px 2px #000;
}
.intro_banner .wwd-wrap {
  position: relative;
}
.intro_banner .wwd-wrap .wwd-block {
  position: absolute;
  background: rgba(19, 33, 106, 0.93);
  padding: 0.625rem 2.5rem;
  top: 0;
  right: 2.5rem;
}
@media screen and (min-width: 1300px) {
  .intro_banner .wwd-wrap .wwd-block {
    right: 5rem;
  }
}
@media screen and (min-width: 1500px) {
  .intro_banner .wwd-wrap .wwd-block {
    right: 10rem;
  }
}
@media screen and (max-width: 575px) {
  .intro_banner .wwd-wrap .wwd-block {
    display: none;
  }
}
.intro_banner .wwd-wrap .wwd-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro_banner .wwd-wrap .wwd-block ul li {
  border-bottom: solid 1px #fff;
}
.intro_banner .wwd-wrap .wwd-block ul li a {
  padding: 1.875rem 0;
  display: block;
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 575px) {
  .intro_banner .wwd-wrap .wwd-block ul li a {
    padding: 1.25rem 0;
    font-size: 1.25rem;
  }
}
.intro_banner .wwd-wrap .wwd-block ul li a::before {
  content: "";
  display: block;
  width: 25px;
  height: 26px;
  background-color: transparent;
  background: url(./assets/img/circle-menu-arrow.svg) no-repeat center;
  background-size: 100%;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.intro_banner .wwd-wrap .wwd-block ul li a:hover, .intro_banner .wwd-wrap .wwd-block ul li a:focus {
  text-decoration: none;
}
.intro_banner .wwd-wrap .wwd-block ul li a:hover::before, .intro_banner .wwd-wrap .wwd-block ul li a:focus::before {
  background-color: #FC5000;
}
.intro_banner .wwd-wrap .wwd-block ul li:last-child {
  border-bottom: 0;
}

.intro_banner_title {
  background-color: #F8F0E4;
  padding-left: 1rem;
  padding-right: 1rem;
}
.intro_banner_title h1 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .intro_banner_title h1 {
    font-size: 1.75rem;
  }
}

.hblock {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 991px) {
  .hblock {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .hblock {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.mission-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .mission-wrap {
    padding: 3.75rem;
    border-bottom: solid 1px #13216A;
  }
}
@media screen and (max-width: 575px) {
  .mission-wrap {
    padding: 2.5rem;
  }
}
.mission-wrap::after {
  background: url(./assets/img/mission_ph.png) no-repeat bottom;
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
  height: 280px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mission-wrap::after {
    display: none;
  }
}
.mission-wrap .btn-mission {
  position: absolute;
  bottom: -20px;
}

.hblock--mission {
  justify-content: center;
}
.hblock--mission p {
  font-weight: 300;
  font-size: 1.25rem;
}

.hblock--video iframe {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 991px) {
  .hblock--video {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .hblock--video {
    height: 275px;
  }
}

.hblock--benefits h2 {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 2.125rem;
  color: #13216A;
}
.hblock--benefits .benefits-wrap {
  display: flex;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .hblock--benefits .benefits-wrap {
    flex-direction: column;
  }
}
.hblock--benefits .benefits-wrap .ca-img {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .hblock--benefits .benefits-wrap .ca-img {
    width: 50%;
  }
}
.hblock--benefits .benefits-wrap .ca-img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .hblock--benefits .benefits-wrap .ca-img {
    display: none;
  }
}
.hblock--benefits .benefits-wrap .stat {
  display: flex;
}
@media screen and (max-width: 991px) {
  .hblock--benefits .benefits-wrap .stat {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .hblock--benefits .benefits-wrap .stat {
    position: absolute;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .hblock--benefits .benefits-wrap .stat {
    flex-direction: column;
    margin-bottom: 1.25rem;
  }
}
.hblock--benefits .benefits-wrap .stat:nth-child(2) {
  top: 25%;
  left: 30%;
}
.hblock--benefits .benefits-wrap .stat:nth-child(3) {
  top: 42%;
  left: 39%;
}
.hblock--benefits .benefits-wrap .stat:nth-child(4) {
  top: 60%;
  left: 48%;
}
@media screen and (max-width: 991px) {
  .hblock--benefits .benefits-wrap .stat:nth-child(4) {
    top: 57%;
  }
}
.hblock--benefits .benefits-wrap .stat:nth-child(5) {
  top: 76%;
  left: 55%;
}
.hblock--benefits .benefits-wrap .stat .num {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #FC5000;
  font-size: 3.125rem;
  line-height: 1;
  margin-right: 2.5rem;
}
@media screen and (max-width: 991px) {
  .hblock--benefits .benefits-wrap .stat .num {
    text-align: left;
    width: 100%;
    font-size: 2.25rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .hblock--benefits .benefits-wrap .stat .num {
    margin-right: 0;
    text-align: center;
  }
}
.hblock--benefits .benefits-wrap .stat .text {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .hblock--benefits .benefits-wrap .stat .text {
    width: 100%;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .hblock--benefits .benefits-wrap .stat .text {
    width: 100%;
    text-align: center;
  }
}

.donate-wrap {
  background-color: #13216A;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  background: url(./assets/img/donations_bg.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .donate-wrap {
    padding: 2.5rem 1.25rem 3.75rem;
  }
}
.donate-wrap h1, .donate-wrap p {
  color: #fff;
}
.donate-wrap .btn-orange, .donate-wrap .modal--contact-us .frm_button_submit, .modal--contact-us .donate-wrap .frm_button_submit,
.donate-wrap .modal--subscribe .frm_button_submit,
.modal--subscribe .donate-wrap .frm_button_submit {
  margin-top: 5px;
}
.donate-wrap .btn-orange:hover, .donate-wrap .modal--contact-us .frm_button_submit:hover, .modal--contact-us .donate-wrap .frm_button_submit:hover,
.donate-wrap .modal--subscribe .frm_button_submit:hover,
.modal--subscribe .donate-wrap .frm_button_submit:hover, .donate-wrap .btn-orange:focus, .donate-wrap .modal--contact-us .frm_button_submit:focus, .modal--contact-us .donate-wrap .frm_button_submit:focus,
.donate-wrap .modal--subscribe .frm_button_submit:focus,
.modal--subscribe .donate-wrap .frm_button_submit:focus {
  color: #13216A;
  background-color: #fff;
}

.hblock--featured-article {
  min-height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .hblock--featured-article {
    min-height: 300px;
    padding: 0;
  }
}
.hblock--featured-article .featured-article--excerpt {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 3.75rem;
  background-color: rgba(19, 33, 106, 0.5);
}
@media screen and (min-width: 1400px) {
  .hblock--featured-article .featured-article--excerpt {
    padding: 2.5rem 5rem;
  }
}
@media screen and (max-width: 1299px) {
  .hblock--featured-article .featured-article--excerpt {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .hblock--featured-article .featured-article--excerpt {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .hblock--featured-article .featured-article--excerpt {
    padding: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .hblock--featured-article .featured-article--excerpt {
    padding: 1.875rem;
  }
}
.hblock--featured-article .featured-article--excerpt h3, .hblock--featured-article .featured-article--excerpt p {
  color: #fff;
}
.hblock--featured-article .featured-article--excerpt h3 {
  font-size: 1.875rem;
}
.hblock--featured-article .featured-article--excerpt h3 a {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.hblock--featured-article .featured-article--excerpt h3 a:hover, .hblock--featured-article .featured-article--excerpt h3 a:focus {
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .hblock--posts {
    flex-direction: column;
  }
}
.hblock--posts .posts-wrap {
  padding: 2.5rem 0 2.5rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .hblock--posts .posts-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .hblock--posts .posts-wrap {
    padding: 2.5rem 1.25rem 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .hblock--posts .posts-wrap {
    padding: 2.5rem 1.875rem;
  }
}
.hblock--posts .posts-wrap h4 {
  color: #13216A;
  font-size: 1.75rem;
  margin-bottom: 1.875rem;
}
.hblock--posts .posts-wrap .text-link {
  display: block;
  text-align: center;
}
.hblock--posts .posts-wrap .article-post {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: solid 1px #979797;
}
.hblock--posts .posts-wrap .article-post:nth-last-child(2) {
  border-bottom: 0;
}
.hblock--posts .posts-wrap .article-post h6 {
  line-height: 1.4;
}
.hblock--posts .posts-wrap .article-post h6 a {
  color: #3C3C3C;
}
.hblock--posts .posts-wrap .article-post h6 a:hover, .hblock--posts .posts-wrap .article-post h6 a:focus {
  color: #13216A;
  text-decoration: none;
}
.hblock--posts .posts-wrap .article-post p {
  font-size: 0.8125rem;
  margin-bottom: 3px;
}

.feat-cases-section {
  background-color: #F8F0E4;
}

.page {
  margin-bottom: 0;
} /* GLOBAL PAGE RESET */
/* -- GLOBAL PADDING -- */
.ip-pad {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* -- GLOBAL ENTRY-CONTENT -- */
.entry-content ul li {
  list-style-type: none;
  position: relative;
}
.entry-content ul li::before {
  content: "•";
  position: absolute;
  left: -1.125rem;
  font-size: 1.125rem;
}
.entry-content h5, .entry-content h6 {
  font-weight: 500;
  color: #13216A;
  margin-bottom: 1.25rem;
}
.entry-content ul li {
  margin-bottom: 0.625rem;
}

.entry-header .entry-title {
  text-transform: capitalize;
}
.entry-header .entry-meta {
  font-size: 0.875rem;
}
.entry-header .entry-meta a {
  color: #FC5000;
}

.entry-content a {
  color: #FC5000;
}

article h1, article h2, article h3 {
  margin-bottom: 1.25rem;
}
article h4, article h5, article h6 {
  margin-bottom: 0.625rem;
}
article h4 {
  text-transform: none;
}
article blockquote {
  background-color: #F8F0E4;
  padding: 1.875rem;
  font-size: 18px;
  margin-bottom: 1.5rem;
  border-left: solid 4px #FC5000;
  line-height: 1.8;
}
@media screen and (min-width: 767px) {
  article blockquote {
    margin-left: -50px;
  }
}

.cpt-pagination {
  margin-top: 6.25rem;
  padding-top: 1.875rem;
  border-top: solid 1px #eaeaea;
}
.cpt-pagination .nav-links .nav-next,
.cpt-pagination .nav-links .nav-previous {
  width: 35%;
}
@media screen and (max-width: 991px) {
  .cpt-pagination .nav-links .nav-next,
.cpt-pagination .nav-links .nav-previous {
    width: 40%;
  }
}
@media screen and (max-width: 575px) {
  .cpt-pagination .nav-links .nav-next,
.cpt-pagination .nav-links .nav-previous {
    width: 45%;
    margin-bottom: 1.875rem;
  }
  .cpt-pagination .nav-links .nav-next a,
.cpt-pagination .nav-links .nav-previous a {
    font-size: 1.125rem;
  }
}
.cpt-pagination .nav-links .nav-next::before,
.cpt-pagination .nav-links .nav-previous::before {
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  color: #3C3C3C;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.cpt-pagination .nav-links .nav-previous::before {
  content: "Previous Client Story";
  float: left;
}
.cpt-pagination .nav-links .nav-next::before {
  content: "Next Client Story";
  float: right;
}
.cpt-pagination.cpt-single .nav-links .nav-previous::before {
  content: "Previous Article";
}
.cpt-pagination.cpt-single .nav-links .nav-next::before {
  content: "Next Article";
}
.cpt-pagination a {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #FC5000;
}
.cpt-pagination a:hover, .cpt-pagination a:focus {
  color: #13216A;
  text-decoration: none;
}

.staff-block--wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1199px) {
  .staff-block--wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  .staff-block--wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .staff-block--wrap {
    grid-template-columns: 1fr 1fr;
  }
}

.staff-block {
  text-align: center;
  padding: 0 1.25rem;
  margin-bottom: 1.5rem;
}
.staff-block h4 {
  font-size: 1.25rem;
  color: #13216A;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.2;
}
.staff-block p {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #3C3C3C;
  line-height: 1.2;
}
.staff-block .staff-block--img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 9.375rem;
  height: 9.375rem;
  margin: 0 auto 0.625rem;
}
.staff-block .staff-block--img img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.staff-block:hover {
  text-decoration: none;
}
.staff-block:hover h4 {
  color: #FC5000;
}
.staff-block:hover .staff-block--img img {
  transform: scale(1.1);
}

.staff-filter {
  margin-bottom: 3.125rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.staff-filter .searchandfilter ul li {
  float: left;
  margin-right: 1.875rem;
}
@media screen and (max-width: 575px) {
  .staff-filter .searchandfilter ul li {
    margin-right: 1.25rem;
  }
}
.staff-filter .searchandfilter ul li .sf-input-select {
  border: 0 !important;
  height: 1.875rem !important;
  font-size: 1rem !important;
  color: #3C3C3C;
}
.staff-filter .searchandfilter ul li.sf-field-reset .search-filter-reset {
  font-size: 0.875rem;
  padding-top: 3px;
  padding-bottom: 3px;
}

.single-staff h1 {
  margin-bottom: 0;
}
.single-staff .sub-title {
  color: #FC5000;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 1.5rem;
}
.single-staff .staff_img .img_wrap {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  height: 300px;
  width: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .single-staff .staff_img .img_wrap {
    height: 250px;
    width: 250px;
    margin: 0 auto;
  }
}

.post-type-archive-client_stories .client-story-block--wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .post-type-archive-client_stories .client-story-block--wrap {
    grid-template-columns: 1fr;
  }
}
.post-type-archive-client_stories .client-story-block--wrap .client-story-block {
  margin-left: 15px;
  margin-right: 15px;
  background: #F8F0E4;
  border: 1px solid #EBE0CF;
  box-shadow: 2px 4px 6px 0 rgba(209, 198, 181, 0.27);
  padding: 1.25rem;
  display: flex;
  margin-bottom: 1.875rem;
}
.post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--img {
  width: 40%;
}
.post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--img img {
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--img {
    display: none;
  }
}
.post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content {
  width: 60%;
  padding-left: 15px;
}
@media screen and (max-width: 575px) {
  .post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content {
    width: 100%;
  }
}
.post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content h3 {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #13216A;
  margin-bottom: 0.625rem;
}
.post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content p {
  font-size: 0.875rem;
  line-height: 1.4;
}
.post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content .btn, .post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content .btn-white-border, .post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content .btn-blue-border, .post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content .btn-orange-border, .post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content .btn-dark-tan-border, .post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content .modal--contact-us .frm_button_submit, .modal--contact-us .post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content .frm_button_submit,
.post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content .modal--subscribe .frm_button_submit,
.modal--subscribe .post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content .frm_button_submit, .post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content .staff-filter .searchandfilter ul li.sf-field-reset .search-filter-reset, .staff-filter .searchandfilter ul li.sf-field-reset .post-type-archive-client_stories .client-story-block--wrap .client-story-block .block--content .search-filter-reset {
  font-size: 0.75rem;
}

.single-client_stories .client-img {
  margin-bottom: 1.875rem;
}
.single-client_stories .client-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.board-section-wrap {
  border-bottom: dotted 1px #13216A;
  display: block;
  width: 100%;
  margin-bottom: 1.875rem;
}
.board-section-wrap:last-child {
  border-bottom: 0;
}

.board-section-title {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.125rem;
  color: #13216A;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.25rem;
}
.board-section-title:hover, .board-section-title:focus {
  color: #13216A;
  text-decoration: none;
}

.member {
  margin-bottom: 3.125rem;
}
.member p {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.3;
}
.member .title {
  color: #FC5000;
  margin-bottom: 5px;
}
.member h5 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.member .company {
  margin: 0;
  padding-top: 5px;
  border-top: solid 1px #E1D3BC;
}

.side-filter {
  background-color: #F8F0E4;
  padding: 1.25rem;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .side-filter {
    padding: 1.25rem;
  }
}
.side-filter h4 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  color: #FC5000;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .post-list {
    padding-left: 3.75rem;
  }
}
.post-list article {
  margin-bottom: 0;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-bottom: solid 1px #eaeaea;
}
.post-list article:first-child {
  padding-top: 0;
}
.post-list article:last-child {
  border-bottom: 0;
}
.post-list article .entry-meta {
  margin-bottom: 0.625rem;
}
.post-list article .entry-meta span, .post-list article .entry-meta a {
  color: #FC5000;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
}
.post-list article .entry-meta a {
  text-decoration: underline;
}
.post-list article .post-featured-img {
  margin-bottom: 1.25rem;
}
.post-list article .post-featured-img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.post-list article .post-excerpt h2 {
  font-family: roboto, sans-serif;
  font-size: 1.5rem;
  text-transform: none;
}
.post-list article .post-excerpt h2 a {
  color: #13216A;
  font-weight: 500;
}
.post-list article .post-excerpt h2 a:hover, .post-list article .post-excerpt h2 a:focus {
  color: #FC5000;
  text-decoration: none;
}
.post-list article .post-excerpt p {
  font-size: 0.875rem;
  line-height: 1.4;
}

.posts-nav {
  margin-top: 3.125rem;
}
.posts-nav li a,
.posts-nav li a:hover,
.posts-nav li.active a,
.posts-nav li.disabled {
  color: #fff;
  text-decoration: none;
}
.posts-nav li {
  display: inline;
}
.posts-nav li a,
.posts-nav li a:hover,
.posts-nav li.active a,
.posts-nav li.disabled {
  background-color: #13216A;
  border-radius: 3px;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
}
.posts-nav li a:hover,
.posts-nav li.active a {
  background-color: #FC5000;
}

/* Search and Filter */
.searchandfilter ul {
  padding: 0;
}
.searchandfilter ul .sf-field-post-meta-meta_post_type ul,
.searchandfilter ul .sf-field-post-meta-meta_post_category ul,
.searchandfilter ul .sf-field-tag ul {
  max-height: 300px;
  overflow-x: auto;
}
.searchandfilter ul .sf-field-post-meta-meta_post_type ul li,
.searchandfilter ul .sf-field-post-meta-meta_post_category ul li,
.searchandfilter ul .sf-field-tag ul li {
  padding: 0.625rem 0;
  border-bottom: solid 1px #ccc;
}
.searchandfilter ul .sf-field-post-meta-meta_post_type ul li:last-child,
.searchandfilter ul .sf-field-post-meta-meta_post_category ul li:last-child,
.searchandfilter ul .sf-field-tag ul li:last-child {
  border-bottom: 0;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label,
.searchandfilter li[data-sf-field-input-type=radio] label,
.searchandfilter li[data-sf-field-input-type=range-radio] label,
.searchandfilter li[data-sf-field-input-type=range-checkbox] label {
  font-size: 0.9375rem;
}

@media screen and (max-width: 575px) {
  .post-list {
    margin-top: 1.875rem;
  }
}

.resource-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-bottom: solid 1px #eaeaea;
}
@media screen and (max-width: 575px) {
  .resource-block {
    flex-direction: column;
  }
}
.resource-block:first-child {
  border-top: solid 1px #eaeaea;
}
.resource-block:last-child {
  border-bottom: 0;
}
.resource-block .meta-type-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.resource-block .meta-type {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 3px 10px;
  background-color: #13216A;
  color: #fff;
  display: inline-block;
  margin-right: 0.3125rem;
}
.resource-block .meta {
  width: 60%;
}
@media screen and (max-width: 575px) {
  .resource-block .meta {
    width: 100%;
  }
}
.resource-block .meta h2 {
  color: #13216A;
  font-family: roboto, sans-serif;
  text-transform: none;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 5px;
}
.resource-block .meta .posted-on {
  color: #FC5000;
  font-family: roboto, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.resource-block .meta .posted-on time {
  font-weight: 500;
}
.resource-block .download {
  width: 30%;
  background-color: #F8F0E4;
  padding: 1.25rem;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .resource-block .download {
    width: 100%;
  }
}
.resource-block .download .btn-orange-border {
  display: block;
  padding: 5px 20px;
  text-align: center;
}
.resource-block .download .file-meta {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*--------------------------
        Case Styles
------------------------------*/
/***** Our Cases Homepage Template ******/
.feat-cases-section .case-col-pad {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 767px) {
  .feat-cases-section .case-col-pad {
    padding-left: 0;
    padding-right: 0;
  }
}

/***** Our Cases Page Template ******/
.feat-case .feat-case-img {
  min-height: 200px;
  background-size: cover;
}
@media screen and (min-width: 767px) {
  .feat-case .feat-case-img {
    min-height: 320px;
  }
}
.feat-case .feat-case-cat {
  color: #FC5000;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.feat-case h3 {
  color: #13216A;
  font-size: 2.75rem;
}
@media screen and (max-width: 767px) {
  .feat-case h3 {
    font-size: 2rem;
  }
}
.feat-case .feat-case-btn {
  background-color: #FC5000;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
}
.feat-case .feat-case-btn:hover {
  background-color: #13216A;
  text-decoration: none;
}

.feat-case-ctn .slick-prev {
  left: -20px !important;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .feat-case-ctn .slick-prev {
    left: -25px;
  }
}
.feat-case-ctn .slick-next {
  right: -10px !important;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .feat-case-ctn .slick-next {
    right: -25px;
  }
}
.feat-case-ctn .slick-prev:before, .feat-case-ctn .slick-next:before {
  color: #0F184A;
  font-size: 28px;
}
.feat-case-ctn .slick-dots li button {
  width: 15px;
  height: 15px;
}
.feat-case-ctn .slick-dots li button:before {
  content: "";
  background: #3C3C3C;
  width: 15px;
  height: 15px;
}
.feat-case-ctn .slick-dots li.slick-active button:before {
  color: #FC5000 !important;
  background: #FC5000;
}

.case-cat .case-cat-img {
  width: 100%;
  height: 210px;
  background-size: cover;
}
.case-cat .case-cat-label {
  background-color: #13216A;
  color: white;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
}
.case-cat a:hover {
  text-decoration: none !important;
}
.case-cat a:hover .case-cat-label {
  background-color: #FC5000;
}

/***** Single Case Template ******/
.tab-content h2 {
  font-family: roboto, sans-serif;
  font-weight: 500;
  color: #13216A;
  text-transform: none;
}
.tab-content h3 {
  font-family: roboto, sans-serif;
  font-weight: 500;
  color: #13216A;
}
.tab-content h4 {
  color: #13216A;
  font-family: roboto, sans-serif;
  font-weight: 400;
  text-transform: none;
}
.tab-content h5 {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #13216A;
  text-transform: none;
}
.tab-content h5 a {
  font-weight: 700;
  color: #13216A;
}
.tab-content h5 a:hover {
  font-weight: 700;
  color: #FC5000;
}

/***** Tabs ******/
.nav-pills .nav-link {
  border-radius: 0;
  border: none;
  background-color: #FBF7EF;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  text-align: left;
  color: #FC5000;
  text-transform: uppercase;
  padding: 0.875rem 1.5rem;
}
.nav-pills .nav-link.active {
  background-color: #0F184A;
}
.nav-pills .nav-link:hover {
  background-color: #13216A;
  color: white;
}
.nav-pills .nav-link:focus {
  outline: none;
}

/***** Overview Tab ******/
.case-ov-info {
  background-color: #FBF7EF;
}
.case-ov-info h6 {
  color: #13216A;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
}
.case-ov-info p {
  font-size: 1rem;
  color: #13216A;
}

/***** Developments Tab ******/
.development .dev-type {
  text-transform: uppercase;
  color: white;
  font-family: roboto, sans-serif;
  font-size: 0.75rem;
}
.development .dev-type.settlement {
  background: #7EA074;
}
.development .dev-type.update {
  background: #009EA1;
}
.development .dev-type.ruling {
  background: #D1C485;
}
.development .dev-type.filing {
  background: #F4921F;
}
.development .dev-date {
  color: #13216A;
  font-size: 1rem;
}
.development .dl-icon {
  max-width: 22px;
  height: auto;
  margin-right: 20px;
}
.development a.docLink {
  color: #13216A;
}
.development a.docLink:hover {
  color: #FC5000;
}
.development a.docLink:visited {
  color: #13216A;
}

/***** FAQs Tab ******/
#faq .card {
  border: none;
  border-radius: 0;
}
#faq .card .card-header {
  background-color: #FBF7EF;
  padding: 0;
  border-bottom: none;
}
#faq .card .card-header h5 {
  color: #13216A;
}
#faq .card .card-header h5 .btn, #faq .card .card-header h5 .btn-white-border, #faq .card .card-header h5 .btn-blue-border, #faq .card .card-header h5 .btn-orange-border, #faq .card .card-header h5 .btn-dark-tan-border, #faq .card .card-header h5 .modal--contact-us .frm_button_submit, .modal--contact-us #faq .card .card-header h5 .frm_button_submit,
#faq .card .card-header h5 .modal--subscribe .frm_button_submit,
.modal--subscribe #faq .card .card-header h5 .frm_button_submit, #faq .card .card-header h5 .staff-filter .searchandfilter ul li.sf-field-reset .search-filter-reset, .staff-filter .searchandfilter ul li.sf-field-reset #faq .card .card-header h5 .search-filter-reset {
  padding: 1rem 2.25rem;
}
#faq .card .card-header h5 .btn-link {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #13216A;
  text-transform: none;
}
#faq .card .card-header h5 .btn-link:hover {
  text-decoration: none;
  color: #FC5000;
}
#faq .card .card-header h5 .btn-link:focus {
  text-decoration: none;
  color: #FC5000;
}
#faq .card .card-body p {
  font-size: 1rem;
}

.donate-intro {
  background-color: #F8F0E4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 575px) {
  .donate-intro .content {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .donate-intro .donate-btn a {
    width: 100%;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.lr-wrap .block {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 575px) {
  .lr-wrap .block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 1.875rem;
  }
}
.lr-wrap .block h1 {
  font-size: 2.25rem;
}

.card-header {
  background-color: #fff;
}
.card-header h2 button {
  color: #13216A;
  font-size: 1.25rem;
  text-transform: capitalize;
  font-family: roboto, sans-serif;
  font-weight: 500;
  padding: 0;
  text-align: left;
}
.card-header h2:visited {
  color: #13216A;
  text-decoration: none;
}
.card-header h2:hover button, .card-header h2:focus button {
  text-decoration: none;
  color: #FC5000;
}

.card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.card-body p {
  font-size: 0.875rem;
}
.card-body p a {
  color: #FC5000;
}
.card-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.875rem;
}

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