.alignnone {
  margin-bottom: 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.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;
  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. */ }

.sticky {
  display: block; }

.gallery-caption {
  display: block; }

.bypostauthor {
  display: block; }

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 0px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5; }

.accordion-item {
  border-bottom: 1px solid #e5e5e5; }

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: .8rem 0;
  cursor: pointer;
  font-weight: normal; }

.accordion-thumb::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: .5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out; }

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: .8rem;
  display: none; }

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-top {
  -webkit-animation: fade-in-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-in-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .fade-in-top.slower {
    -webkit-animation: fade-in-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: fade-in-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .fade-in-top.slowest {
    -webkit-animation: fade-in-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: fade-in-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

/*-----Helpers-----*/
.background-contrast {
  background-color: #eee; }

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

.bg-white {
  background-color: #fff; }

.bg-black {
  background-color: #000; }

.bg-blue-black {
  background-color: #0A141F; }

.bg-gray {
  background-color: #8B8C89; }

.bg-primary,
.bg-dark-blue {
  background-color: #274C77; }

.bg-secondary,
.bg-med-blue {
  background-color: #6096BA; }

.bg-light-blue {
  background-color: #A3CEF1; }

.bg-white + .bg-white,
.bg-gray + .bg-gray {
  border-top: 1px solid #A3CEF1; }

.bg-black + .bg-black,
.bg-blue-black + .bg-blue-black,
.bg-primary + .bg-primary,
.bg-dark-blue + .bg-dark-blue,
.bg-secondary + .bg-secondary,
.bg-med-blue + .bg-med-blue,
.bg-light-blue + .bg-light-blue {
  border-top: 1px solid #f4f4f4; }

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

.text-left {
  text-align: left; }

.unstyled {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

p.big,
p.lead,
.lead,
.lead p {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -.01rem; }

.lead {
  margin-inline: auto;
  max-width: 850px; }

.last {
  margin-right: 0 !important; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0.0; }

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1; }

.wf-inactive {
  opacity: 1; }

* {
  outline: none;
  box-sizing: border-box;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  scroll-behavior: smooth !important; }

html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 75px; }

body {
  margin: 0;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #0A141F; }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

h1 {
  line-height: 1;
  margin-bottom: 30px;
  font-size: 40px;
  color: #274C77; }

h2 {
  line-height: 1;
  font-size: 36px;
  letter-spacing: -.02em;
  color: #274C77; }

h3 {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .05em; }

p {
  margin: 0 0 15px; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

ul {
  margin: 0 0 15px; }

.button, .search-form .search-submit,
a.button,
.search-form a.search-submit,
.gform .gform_footer .button,
.gform .gform_footer .search-form .search-submit,
.search-form .gform .gform_footer .search-submit {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background: #6096BA;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #fff; }
  .button:hover, .search-form .search-submit:hover,
  a.button:hover,
  .search-form a.search-submit:hover,
  .gform .gform_footer .button:hover,
  .gform .gform_footer .search-form .search-submit:hover,
  .search-form .gform .gform_footer .search-submit:hover {
    text-decoration: none;
    background: #274C77; }
  .button.button-inline, .search-form .button-inline.search-submit,
  a.button.button-inline,
  .search-form a.button-inline.search-submit,
  .gform .gform_footer .button.button-inline,
  .gform .gform_footer .search-form .button-inline.search-submit,
  .search-form .gform .gform_footer .button-inline.search-submit {
    margin-left: 5px;
    margin-right: 5px; }

a.button.button-inline:last-of-type, .search-form a.button-inline.search-submit:last-of-type {
  margin-bottom: 0 !important; }

.site-container {
  max-width: 1200px;
  margin: auto;
  position: relative; }
  .site-container.narrow {
    max-width: 800px; }
  .site-container.medium {
    max-width: 900px; }

.bl-section {
  padding: 100px 0; }

.no-top-padding {
  padding-top: 0 !important; }

.no-bottom-padding {
  padding-bottom: 0 !important; }

.two-column {
  display: grid; }

img {
  max-width: 100%;
  height: auto; }

@media (max-width: 1260px) {
  .site-container {
    padding: 0 30px; } }

@media (min-width: 900px) {
  .two-column {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 75px; }
    .two-column.no-gutter {
      grid-column-gap: 0; }
  .three-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 75px; }
  .four-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px; }
  .five-column {
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
  .six-column {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 30px; }
  .content-column {
    padding: 50px; } }

@media (min-width: 1200px) {
  .content-column {
    padding: 100px; } }

@media (max-width: 899px) {
  .bl-section {
    padding: 50px 0; }
  .two-column {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px; } }

@media (max-width: 599px) {
  .content-column {
    padding: 30px; } }

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important; }
  .gform_wrapper li {
    list-style-type: none;
    padding-right: 0 !important; }
  .gform_wrapper .gfield,
  .gform_wrapper .ginput_container {
    margin: 0 !important; }
  .gform_wrapper textarea, .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    display: block !important;
    padding: 10px !important;
    width: 100% !important;
    border: none;
    font-family: "neue-haas-unica", sans-serif !important; }
  .gform_wrapper .gform_fields > li:first-of-type input:not([type="submit"]) {
    margin-top: 0 !important; }
  .gform_wrapper .gfield_checkbox label {
    display: initial !important; }
  .gform_wrapper textarea {
    margin-bottom: 0;
    height: 100px !important; }
  .gform_wrapper .gform_footer.top_label {
    margin-top: 0 !important;
    padding: 0 !important; }
  .gform_wrapper .button, .gform_wrapper .search-form .search-submit, .search-form .gform_wrapper .search-submit {
    margin-top: 15px !important;
    border: none;
    font-size: inherit !important;
    -webkit-appearance: none !important;
    font-family: "neue-haas-unica", sans-serif !important; }
  .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }

.gform_confirmation_message,
.gform_confirmation_message * {
  font: 400 45px/43px "neue-haas-unica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #274C77 !important; }

.bg-black .gform_confirmation_message,
.bg-black .gform_confirmation_message *,
.bg-blue-black .gform_confirmation_message,
.bg-blue-black .gform_confirmation_message *,
.bg-primary .gform_confirmation_message,
.bg-primary .gform_confirmation_message *,
.bg-dark-blue .gform_confirmation_message,
.bg-dark-blue .gform_confirmation_message *,
.bg-secondary .gform_confirmation_message,
.bg-secondary .gform_confirmation_message *,
.bg-med-blue .gform_confirmation_message,
.bg-med-blue .gform_confirmation_message * {
  color: #fff !important; }

@media (max-width: 900px) {
  .gform_confirmation_message,
  .gform_confirmation_message * {
    font-size: 2rem;
    text-align: center; } }

.search-form .search-field {
  -webkit-appearance: none;
  padding: 5px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 4px;
  width: calc(100% - 110px); }

.search-form .search-submit {
  border: none;
  font-size: 18px;
  font-family: "neue-haas-unica", sans-serif;
  position: relative;
  top: 3px; }
  .search-form .search-submit:hover {
    cursor: pointer; }

@media (max-width: 899px) {
  .gform_wrapper .button, .gform_wrapper .search-form .search-submit, .search-form .gform_wrapper .search-submit {
    width: auto !important; } }

header {
  background: #000;
  padding: 10px 30px;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 15; }
  header .site-logo {
    height: 80px;
    vertical-align: bottom;
    float: left; }

.nav-toggle {
  display: none; }
  .nav-toggle .hamburger-icon {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
    margin-right: 0;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff; }
    .nav-toggle .hamburger-icon:before {
      content: "";
      position: absolute;
      top: 6px;
      left: 0px;
      width: 100%;
      border-top: 4px solid #fff; }

.menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu li a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 15px; }
    .menu li a:hover {
      color: #6096BA; }

.aux-nav-wrapper .phone-link {
  text-decoration: none;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 15px;
  float: right; }
  .aux-nav-wrapper .phone-link:hover {
    color: #6096BA; }

nav {
  text-align: left; }
  nav ul .sub-menu li {
    display: block;
    float: none; }

@media (min-width: 900px) {
  nav {
    float: right;
    clear: right; }
    nav ul li {
      float: left; }
      nav ul li .sub-menu {
        display: none;
        position: absolute;
        padding: 10px;
        margin-left: -10px;
        z-index: 100;
        background-color: #000; }
        nav ul li .sub-menu li a {
          font-size: 16px; }
    nav ul .menu-item-has-children:hover .sub-menu {
      display: block; }
    nav .menu-item-has-children > a:after {
      content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23999999' height='9' width='9'%3E%3Cpath d='M506.157,132.386c-7.803-7.819-20.465-7.831-28.285-0.029l-207.73,207.299c-7.799,7.798-20.486,7.797-28.299-0.015 L34.128,132.357c-7.819-7.803-20.481-7.79-28.285,0.029c-7.802,7.819-7.789,20.482,0.029,28.284l207.701,207.27 c11.701,11.699,27.066,17.547,42.433,17.547c15.358,0,30.719-5.846,42.405-17.533L506.128,160.67 C513.946,152.868,513.959,140.205,506.157,132.386z'/%3E%3C/svg%3E");
      margin-left: 5px;
      display: inline-block;
      width: 9px; }
  #auxiliary-menu,
  .aux-nav-wrapper {
    float: right; }
    #auxiliary-menu li,
    .aux-nav-wrapper li {
      display: inline-block; }
    #auxiliary-menu a,
    .aux-nav-wrapper a {
      color: #A3CEF1;
      font-size: 14px; }
      #auxiliary-menu a:hover,
      .aux-nav-wrapper a:hover {
        color: #6096BA; } }

footer {
  background: #000;
  padding: 40px 0;
  border-top: 2px solid #fff; }
  footer .bl-footer-social {
    text-align: center;
    margin-bottom: 20px; }
    footer .bl-footer-social li {
      display: inline-block;
      margin: 0 3px; }
      footer .bl-footer-social li a {
        display: block;
        background: #6096BA;
        border-radius: 50%;
        padding: 11px;
        height: 44px; }
        footer .bl-footer-social li a:hover {
          background: #274C77; }
      footer .bl-footer-social li svg {
        height: 22px;
        width: 22px;
        fill: #fff; }
  footer .bl-footer-copyright {
    color: #fff;
    text-align: center;
    margin: 0; }
    footer .bl-footer-copyright span {
      color: #8B8C89;
      margin: 0 2px; }

/* PAGE LAYOUT SECTIONS (LAYOUT PARTS) */
main section:not(.hero-banner):not(.bl-hero-2):first-child {
  padding-top: 200px; }

/* HERO BANNER */
@media (min-width: 1140px) {
  .hero-banner.bl-hero-inner {
    height: 65vh; } }

.hero-banner .bl-hero__subheading {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px; }

/* SECTION PAGE INTRO */
.bl-page-intro {
  text-align: center; }
  .bl-page-intro h2 {
    color: #274C77;
    font-size: 40px; }
  .bl-page-intro p,
  .bl-page-intro ul {
    color: #0A141F; }
    .bl-page-intro p:last-of-type,
    .bl-page-intro ul:last-of-type {
      margin-bottom: 0px; }
  .bl-page-intro h3 {
    color: #8B8C89; }
  .bl-page-intro p {
    line-height: 1.5; }
  .bl-page-intro.bg-black p,
  .bl-page-intro.bg-black ul,
  .bl-page-intro.bg-black .lead, .bl-page-intro.bg-blue-black p,
  .bl-page-intro.bg-blue-black ul,
  .bl-page-intro.bg-blue-black .lead, .bl-page-intro.bg-gray p,
  .bl-page-intro.bg-gray ul,
  .bl-page-intro.bg-gray .lead, .bl-page-intro.bg-primary p,
  .bl-page-intro.bg-primary ul,
  .bl-page-intro.bg-primary .lead, .bl-page-intro.bg-dark-blue p,
  .bl-page-intro.bg-dark-blue ul,
  .bl-page-intro.bg-dark-blue .lead, .bl-page-intro.bg-secondary p,
  .bl-page-intro.bg-secondary ul,
  .bl-page-intro.bg-secondary .lead, .bl-page-intro.bg-med-blue p,
  .bl-page-intro.bg-med-blue ul,
  .bl-page-intro.bg-med-blue .lead {
    color: #fff; }
  .bl-page-intro.bg-black h2, .bl-page-intro.bg-blue-black h2, .bl-page-intro.bg-gray h2, .bl-page-intro.bg-primary h2, .bl-page-intro.bg-dark-blue h2 {
    color: #fff; }
  .bl-page-intro.bg-med-blue h3 {
    color: #fff; }
  .bl-page-intro.bg-gray h3 {
    color: #274C77; }

/* SECTION - TWO COLUMN CONTENT */
.bl-two-col {
  /* TWO COLUMNS - IMAGE */
  /* TWO COLUMNS - FORM */ }
  .bl-two-col-text {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .bl-two-col-text h3 {
      color: #8B8C89; }
    .bl-two-col-text p,
    .bl-two-col-text ul {
      color: #0A141F; }
    .bl-two-col-text p + h3 {
      margin-top: 30px; }
    .bl-two-col-text.bg-black p,
    .bl-two-col-text.bg-black ul, .bl-two-col-text.bg-blue-black p,
    .bl-two-col-text.bg-blue-black ul, .bl-two-col-text.bg-gray p,
    .bl-two-col-text.bg-gray ul, .bl-two-col-text.bg-primary p,
    .bl-two-col-text.bg-primary ul, .bl-two-col-text.bg-dark-blue p,
    .bl-two-col-text.bg-dark-blue ul, .bl-two-col-text.bg-secondary p,
    .bl-two-col-text.bg-secondary ul, .bl-two-col-text.bg-med-blue p,
    .bl-two-col-text.bg-med-blue ul {
      color: #fff; }
    .bl-two-col-text.bg-black h2, .bl-two-col-text.bg-blue-black h2, .bl-two-col-text.bg-gray h2, .bl-two-col-text.bg-primary h2, .bl-two-col-text.bg-dark-blue h2 {
      color: #fff; }
    .bl-two-col-text.bg-med-blue h3 {
      color: #fff; }
    .bl-two-col-text.bg-gray h3 {
      color: #274C77; }
    .bl-two-col-text .button, .bl-two-col-text .search-form .search-submit, .search-form .bl-two-col-text .search-submit {
      margin-top: 15px; }
  .bl-two-col-img {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 400px; }
    .bl-two-col-img .column.img-col.img-left {
      order: 0; }
    .bl-two-col-img .column.img-col.img-right {
      order: 2; }
    .bl-two-col-img .column.content-col {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      order: 1;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%; }
      .bl-two-col-img .column.content-col .content-inner {
        margin-bottom: 0;
        width: 100%; }
      .bl-two-col-img .column.content-col h3 {
        color: #8B8C89; }
      .bl-two-col-img .column.content-col p,
      .bl-two-col-img .column.content-col ul {
        color: #0A141F; }
        .bl-two-col-img .column.content-col p:last-of-type,
        .bl-two-col-img .column.content-col ul:last-of-type {
          margin-bottom: 0; }
      .bl-two-col-img .column.content-col p + h3 {
        margin-top: 30px; }
      .bl-two-col-img .column.content-col ul {
        margin-top: 20px; }
      .bl-two-col-img .column.content-col .button, .bl-two-col-img .column.content-col .search-form .search-submit, .search-form .bl-two-col-img .column.content-col .search-submit {
        margin-top: 30px; }
    .bl-two-col-img.bg-white {
      background-color: #fff; }
      .bl-two-col-img.bg-white .column.content-col {
        background-color: #fff; }
    .bl-two-col-img.bg-black .column.content-col p,
    .bl-two-col-img.bg-black .column.content-col ul, .bl-two-col-img.bg-blue-black .column.content-col p,
    .bl-two-col-img.bg-blue-black .column.content-col ul, .bl-two-col-img.bg-gray .column.content-col p,
    .bl-two-col-img.bg-gray .column.content-col ul, .bl-two-col-img.bg-primary .column.content-col p,
    .bl-two-col-img.bg-primary .column.content-col ul, .bl-two-col-img.bg-dark-blue .column.content-col p,
    .bl-two-col-img.bg-dark-blue .column.content-col ul, .bl-two-col-img.bg-secondary .column.content-col p,
    .bl-two-col-img.bg-secondary .column.content-col ul, .bl-two-col-img.bg-med-blue .column.content-col p,
    .bl-two-col-img.bg-med-blue .column.content-col ul {
      color: #fff; }
    .bl-two-col-img.bg-black .column.content-col h2, .bl-two-col-img.bg-blue-black .column.content-col h2 {
      color: #A3CEF1; }
    .bl-two-col-img.bg-gray .column.content-col h2, .bl-two-col-img.bg-primary .column.content-col h2, .bl-two-col-img.bg-dark-blue .column.content-col h2 {
      color: #fff; }
    .bl-two-col-img.bg-med-blue .column.content-col h3 {
      color: #fff; }
    .bl-two-col-img.bg-gray .column.content-col h3 {
      color: #274C77; }
  .bl-two-col-form {
    padding-top: 0;
    padding-bottom: 0; }

/* SECTION - THREE COLUMN CONTENT BLOCKS */
.bl-three-col-blocks {
  text-align: center; }
  .bl-three-col-blocks .content-block {
    display: flex;
    flex-direction: column;
    flex: 1; }
    .bl-three-col-blocks .content-block svg {
      height: 50px;
      margin: 0 auto 10px;
      fill: #6096BA; }
    .bl-three-col-blocks .content-block h2 {
      margin-bottom: 75px; }
    .bl-three-col-blocks .content-block .content-wrapper {
      display: flex;
      flex: 1; }
    .bl-three-col-blocks .content-block .button, .bl-three-col-blocks .content-block .search-form .search-submit, .search-form .bl-three-col-blocks .content-block .search-submit {
      margin-top: 15px;
      width: 100%; }
  .bl-three-col-blocks.bg-white {
    background-color: #fff; }
  .bl-three-col-blocks.bg-black h3, .bl-three-col-blocks.bg-blue-black h3, .bl-three-col-blocks.bg-gray h3, .bl-three-col-blocks.bg-primary h3, .bl-three-col-blocks.bg-dark-blue h3, .bl-three-col-blocks.bg-secondary h3, .bl-three-col-blocks.bg-med-blue h3 {
    color: #A3CEF1; }
  .bl-three-col-blocks.bg-black p,
  .bl-three-col-blocks.bg-black ul, .bl-three-col-blocks.bg-blue-black p,
  .bl-three-col-blocks.bg-blue-black ul, .bl-three-col-blocks.bg-gray p,
  .bl-three-col-blocks.bg-gray ul, .bl-three-col-blocks.bg-primary p,
  .bl-three-col-blocks.bg-primary ul, .bl-three-col-blocks.bg-dark-blue p,
  .bl-three-col-blocks.bg-dark-blue ul, .bl-three-col-blocks.bg-secondary p,
  .bl-three-col-blocks.bg-secondary ul, .bl-three-col-blocks.bg-med-blue p,
  .bl-three-col-blocks.bg-med-blue ul {
    color: #fff; }
  .bl-three-col-blocks.bg-black h2, .bl-three-col-blocks.bg-blue-black h2 {
    color: #A3CEF1; }
  .bl-three-col-blocks.bg-gray h2, .bl-three-col-blocks.bg-primary h2, .bl-three-col-blocks.bg-dark-blue h2 {
    color: #fff; }
  .bl-three-col-blocks.bg-med-blue h2 {
    color: #A3CEF1; }
  .bl-three-col-blocks.bg-med-blue h3 {
    color: #fff; }
  .bl-three-col-blocks.bg-med-blue .icon-img svg {
    filter: brightness(0) invert(1); }
  .bl-three-col-blocks.bg-light-blue .icon-img svg {
    filter: brightness(0) invert(0); }
  .bl-three-col-blocks.bg-gray h3 {
    color: #274C77; }

/* SECTION - TEAM MEMEBRS GRID */
.bl-team-members {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bl-team-members h2 {
    color: #6096BA; }
    @media (min-width: 900px) {
      .bl-team-members h2 {
        margin-bottom: 75px; } }
  .bl-team-members .team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem; }
    @media (max-width: 899px) {
      .bl-team-members .team-grid {
        grid-row-gap: 0; } }
    .bl-team-members .team-grid .image-wrapper {
      overflow: hidden;
      aspect-ratio: 1/1;
      height: 100%;
      width: 100%; }
      .bl-team-members .team-grid .image-wrapper img {
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1/1; }
      .bl-team-members .team-grid .image-wrapper a {
        display: block; }
    .bl-team-members .team-grid .content-wrapper {
      padding: 1rem 1.5rem 1.5rem;
      display: flex;
      flex-direction: column;
      flex: 1;
      justify-content: center; }
      .bl-team-members .team-grid .content-wrapper .staff-name {
        margin-bottom: 5px;
        color: #A3CEF1; }
      .bl-team-members .team-grid .content-wrapper .staff-title {
        font-size: 1rem;
        font-weight: 600;
        color: #6096BA; }
      .bl-team-members .team-grid .content-wrapper .staff-bio {
        color: #fff;
        line-height: 1.5; }
        .bl-team-members .team-grid .content-wrapper .staff-bio p:last-of-type {
          margin-bottom: 0; }
      .bl-team-members .team-grid .content-wrapper .button, .bl-team-members .team-grid .content-wrapper .search-form .search-submit, .search-form .bl-team-members .team-grid .content-wrapper .search-submit {
        margin-top: 30px;
        align-self: flex-start; }
    .bl-team-members .team-grid .team-member {
      border: 2px solid #f4f4f4;
      display: flex;
      flex-direction: column; }

/* SECTION - LOGOS GRID */
.bl-logos-grid h2 {
  color: #6096BA; }
  @media (min-width: 900px) {
    .bl-logos-grid h2 {
      margin-bottom: 75px; } }

.bl-logos-grid .logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3rem; }

/* SECTION - CTA BANNER */
.bl-cta-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center; }
  .bl-cta-banner .button, .bl-cta-banner .search-form .search-submit, .search-form .bl-cta-banner .search-submit {
    margin-top: 30px; }
  .bl-cta-banner.bg-white {
    background-color: #fff; }
  .bl-cta-banner.bg-black h3, .bl-cta-banner.bg-blue-black h3, .bl-cta-banner.bg-gray h3, .bl-cta-banner.bg-primary h3, .bl-cta-banner.bg-dark-blue h3, .bl-cta-banner.bg-secondary h3, .bl-cta-banner.bg-med-blue h3 {
    color: #A3CEF1; }
  .bl-cta-banner.bg-black p,
  .bl-cta-banner.bg-black ul, .bl-cta-banner.bg-blue-black p,
  .bl-cta-banner.bg-blue-black ul, .bl-cta-banner.bg-gray p,
  .bl-cta-banner.bg-gray ul, .bl-cta-banner.bg-primary p,
  .bl-cta-banner.bg-primary ul, .bl-cta-banner.bg-dark-blue p,
  .bl-cta-banner.bg-dark-blue ul, .bl-cta-banner.bg-secondary p,
  .bl-cta-banner.bg-secondary ul, .bl-cta-banner.bg-med-blue p,
  .bl-cta-banner.bg-med-blue ul {
    color: #fff; }
  .bl-cta-banner.bg-black h2, .bl-cta-banner.bg-blue-black h2 {
    color: #A3CEF1; }
  .bl-cta-banner.bg-gray h2, .bl-cta-banner.bg-primary h2, .bl-cta-banner.bg-dark-blue h2 {
    color: #fff; }
  .bl-cta-banner.bg-med-blue h2 {
    color: #A3CEF1; }
  .bl-cta-banner.bg-med-blue h3 {
    color: #fff; }
  .bl-cta-banner.bg-med-blue .icon-img svg {
    filter: brightness(0) invert(1); }
  .bl-cta-banner.bg-light-blue .icon-img svg {
    filter: brightness(0) invert(0); }
  .bl-cta-banner.bg-gray h3 {
    color: #274C77; }

/* SECTION - ICON GRID BAR */
/* SECTION - TESTIMONIAL */
.bl-testimonial {
  min-height: 500px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .bl-testimonial .quoteLoop {
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .bl-testimonial .quote {
    height: inherit;
    top: 0px;
    display: none;
    text-align: left; }
    .bl-testimonial .quote blockquote {
      text-align: left;
      margin: 0; }
    .bl-testimonial .quote .author-info {
      display: flex;
      justify-content: end;
      align-items: start; }
      .bl-testimonial .quote .author-info img {
        border-radius: 50%;
        height: 60px;
        width: 60px;
        border: 1px solid #fff;
        margin-right: 15px; }
      .bl-testimonial .quote .author-info p {
        margin: 0;
        text-align: right; }
        .bl-testimonial .quote .author-info p.bl-testimonial-job, .bl-testimonial .quote .author-info p.bl-testimonial-company {
          font-size: 0.8rem; }

/* SECTION - POSTS GRID, SINGLE POST */
.bl-posts .metadata,
.bl-single-post .metadata {
  font-size: 1rem;
  font-weight: 600;
  color: #6096BA; }
  .bl-posts .metadata.categories,
  .bl-single-post .metadata.categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem; }
    .bl-posts .metadata.categories .category-tag,
    .bl-single-post .metadata.categories .category-tag {
      text-transform: uppercase;
      font-size: 0.8rem;
      color: #fff;
      background-color: #8B8C89;
      text-decoration: none;
      padding: 2px 5px;
      letter-spacing: 1px; }
      .bl-posts .metadata.categories .category-tag:hover,
      .bl-single-post .metadata.categories .category-tag:hover {
        background-color: #274C77; }

.bl-posts {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bl-posts .posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    justify-items: end; }
    .bl-posts .posts-grid .post {
      border: 2px solid #f4f4f4;
      background-color: #fff;
      display: flex;
      flex-direction: column; }
      .bl-posts .posts-grid .post .image-wrapper {
        overflow: hidden; }
        .bl-posts .posts-grid .post .image-wrapper img {
          object-fit: cover;
          width: 100%;
          height: 350px; }
        .bl-posts .posts-grid .post .image-wrapper a {
          display: block; }
      .bl-posts .posts-grid .post .content-wrapper {
        padding: 1.5rem;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        flex: 1; }
        .bl-posts .posts-grid .post .content-wrapper h3 {
          margin-bottom: 5px; }
          .bl-posts .posts-grid .post .content-wrapper h3 a {
            text-decoration: none; }
        .bl-posts .posts-grid .post .content-wrapper .excerpt {
          flex: 1; }
          .bl-posts .posts-grid .post .content-wrapper .excerpt p:last-of-type {
            margin-bottom: 0; }
        .bl-posts .posts-grid .post .content-wrapper .button, .bl-posts .posts-grid .post .content-wrapper .search-form .search-submit, .search-form .bl-posts .posts-grid .post .content-wrapper .search-submit {
          margin-top: 30px;
          align-self: flex-start; }

.bl-hero-2,
.hero-banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.2);
  background-position: left center; }
  .bl-hero-2 .site-container,
  .hero-banner .site-container {
    padding-top: 108px; }
  .bl-hero-2 h1,
  .hero-banner h1 {
    font-size: 90px;
    line-height: .9;
    color: #fff;
    text-transform: uppercase; }
    .bl-hero-2 h1 span,
    .hero-banner h1 span {
      display: block; }
    .bl-hero-2 h1 span:first-of-type, .bl-hero-2 h1 span:last-of-type,
    .hero-banner h1 span:first-of-type,
    .hero-banner h1 span:last-of-type {
      -webkit-text-stroke: 3px #fff;
      -webkit-text-fill-color: transparent; }
  .bl-hero-2 .bl-hero-overlay,
  .hero-banner .bl-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .2;
    z-index: 0; }

.bl-tagline-bar {
  background: #fff;
  padding: 50px;
  text-align: center; }
  .bl-tagline-bar h2 {
    margin: 0; }

.bl-about {
  position: relative;
  z-index: 5;
  padding: 100px 0;
  background-image: url("../img/geo-bg-dark.png");
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bl-about .site-container {
    position: relative; }
  .bl-about h2 {
    color: #fff; }
  .bl-about h3 {
    color: #8B8C89; }
  .bl-about .button, .bl-about .search-form .search-submit, .search-form .bl-about .search-submit {
    margin-top: 20px; }

.bl-services {
  max-width: 100%; }

.bl-services-blocks {
  text-align: center; }
  .bl-services-blocks svg {
    display: block;
    height: 80px;
    margin: 0 auto 10px;
    fill: #fff; }
  .bl-services-blocks h2 {
    margin: 0;
    color: #fff;
    font-size: 24px; }
  .bl-services-blocks li a {
    display: block;
    height: 100%;
    padding: 50px;
    text-decoration: none; }
    .bl-services-blocks li a:hover svg {
      transform: translateY(-5px); }
    .bl-services-blocks li a:hover h2 {
      transform: translateY(5px); }
  .bl-services-blocks li:nth-child(1) a {
    background: #274C77; }
    .bl-services-blocks li:nth-child(1) a:hover {
      background: #1a3351; }
  .bl-services-blocks li:nth-child(2) a {
    background: #8B8C89; }
    .bl-services-blocks li:nth-child(2) a:hover {
      background: #717270; }
  .bl-services-blocks li:nth-child(3) a {
    background: #0A141F; }
    .bl-services-blocks li:nth-child(3) a:hover {
      background: black; }
  .bl-services-blocks li:nth-child(4) a {
    background: #A3CEF1; }
    .bl-services-blocks li:nth-child(4) a:hover {
      background: #77b6ea; }
  .bl-services-blocks li:nth-child(5) a {
    background: #6096BA; }
    .bl-services-blocks li:nth-child(5) a:hover {
      background: #467da1; }

.bl-benefits {
  text-align: center; }
  .bl-benefits svg {
    height: 50px;
    margin: 0 auto 10px;
    fill: #6096BA; }
  .bl-benefits h2 {
    margin-bottom: 75px; }

.bl-products-content,
.bl-two-col-img .content-col {
  padding: 100px;
  color: #fff; }
  .bl-products-content h2,
  .bl-two-col-img .content-col h2 {
    color: #A3CEF1; }
  .bl-products-content .bl-products-content__inner,
  .bl-products-content .content-inner,
  .bl-two-col-img .content-col .bl-products-content__inner,
  .bl-two-col-img .content-col .content-inner {
    margin-bottom: 30px; }

.bl-products-photo,
.img-col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bl-partners {
  grid-row-gap: 30px; }
  .bl-partners li {
    display: block;
    padding: 10px; }
  .bl-partners img {
    filter: grayscale(100%); }

/* TESTIMONIALS */
.bl-testimonial {
  background: #222;
  padding-top: 100px;
  position: relative;
  z-index: 10;
  color: #fff; }
  .bl-testimonial svg {
    position: absolute;
    height: 50px;
    top: -25px;
    left: -65px;
    z-index: 10;
    fill: rgba(200, 200, 200, 0.5);
    fill: #777; }
  .bl-testimonial h2 {
    color: #A3CEF1; }

.bl-testimonial-name {
  font-weight: 800;
  text-align: right;
  color: #eee; }

.bl-support {
  background-color: #8B8C89;
  color: #fff; }
  .bl-support h2 {
    color: #A3CEF1; }
  .bl-support .graphic-overlay {
    background-image: url("../img/geo-b-white.jpg");
    background-size: cover;
    background-position: right center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .2; }
  .bl-support .bl-support-content {
    background: #0A141F;
    position: relative; }
  .bl-support .bl-support-form-wrapper h3 {
    color: #cacbca; }

@media (min-width: 900px) {
  .bl-products-content-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

/* PAGE - SINGLE POST */
.bl-single-post .site-container.post-content-wrapper {
  max-width: 900px; }

.bl-single-post h1 {
  margin-top: 30px; }

.bl-single-post .excerpt {
  margin-bottom: 30px; }

.single .hero-banner.bl-hero-inner {
  height: 45vh; }

/* PAGE - SEARCH RESULTS */
.search-results .bl-page-intro h1,
.search-no-results .bl-page-intro h1,
.page-template-search .bl-page-intro h1 {
  color: #fff; }

.search-results .bl-page-intro .lead,
.search-no-results .bl-page-intro .lead,
.page-template-search .bl-page-intro .lead {
  text-transform: uppercase; }

.search-results .search-form,
.search-no-results .search-form,
.page-template-search .search-form {
  display: flex; }
  .search-results .search-form label,
  .search-no-results .search-form label,
  .page-template-search .search-form label {
    display: inline-block;
    width: 85%; }
  .search-results .search-form .search-field,
  .search-no-results .search-form .search-field,
  .page-template-search .search-form .search-field {
    font-size: 18px;
    border-radius: 0;
    margin: 0;
    width: 100%;
    -webkit-appearance: none;
    padding: 5px 15px;
    border: 1px solid #ddd;
    height: 100%;
    border-radius: 0;
    max-height: 100%; }
  .search-results .search-form .search-submit,
  .search-no-results .search-form .search-submit,
  .page-template-search .search-form .search-submit {
    width: 13%;
    font-size: 18px;
    position: relative;
    top: auto; }

.search-results .bg-white,
.search-no-results .bg-white,
.page-template-search .bg-white {
  background-color: #fff; }

.search-results .bg-black h1,
.search-results .bg-black h3,
.search-results .bg-blue-black h1,
.search-results .bg-blue-black h3,
.search-results .bg-gray h1,
.search-results .bg-gray h3,
.search-results .bg-primary h1,
.search-results .bg-primary h3,
.search-results .bg-dark-blue h1,
.search-results .bg-dark-blue h3,
.search-results .bg-secondary h1,
.search-results .bg-secondary h3,
.search-results .bg-med-blue h1,
.search-results .bg-med-blue h3,
.search-no-results .bg-black h1,
.search-no-results .bg-black h3,
.search-no-results .bg-blue-black h1,
.search-no-results .bg-blue-black h3,
.search-no-results .bg-gray h1,
.search-no-results .bg-gray h3,
.search-no-results .bg-primary h1,
.search-no-results .bg-primary h3,
.search-no-results .bg-dark-blue h1,
.search-no-results .bg-dark-blue h3,
.search-no-results .bg-secondary h1,
.search-no-results .bg-secondary h3,
.search-no-results .bg-med-blue h1,
.search-no-results .bg-med-blue h3,
.page-template-search .bg-black h1,
.page-template-search .bg-black h3,
.page-template-search .bg-blue-black h1,
.page-template-search .bg-blue-black h3,
.page-template-search .bg-gray h1,
.page-template-search .bg-gray h3,
.page-template-search .bg-primary h1,
.page-template-search .bg-primary h3,
.page-template-search .bg-dark-blue h1,
.page-template-search .bg-dark-blue h3,
.page-template-search .bg-secondary h1,
.page-template-search .bg-secondary h3,
.page-template-search .bg-med-blue h1,
.page-template-search .bg-med-blue h3 {
  color: #A3CEF1; }

.search-results .bg-black p,
.search-results .bg-black ul,
.search-results .bg-blue-black p,
.search-results .bg-blue-black ul,
.search-results .bg-gray p,
.search-results .bg-gray ul,
.search-results .bg-primary p,
.search-results .bg-primary ul,
.search-results .bg-dark-blue p,
.search-results .bg-dark-blue ul,
.search-results .bg-secondary p,
.search-results .bg-secondary ul,
.search-results .bg-med-blue p,
.search-results .bg-med-blue ul,
.search-no-results .bg-black p,
.search-no-results .bg-black ul,
.search-no-results .bg-blue-black p,
.search-no-results .bg-blue-black ul,
.search-no-results .bg-gray p,
.search-no-results .bg-gray ul,
.search-no-results .bg-primary p,
.search-no-results .bg-primary ul,
.search-no-results .bg-dark-blue p,
.search-no-results .bg-dark-blue ul,
.search-no-results .bg-secondary p,
.search-no-results .bg-secondary ul,
.search-no-results .bg-med-blue p,
.search-no-results .bg-med-blue ul,
.page-template-search .bg-black p,
.page-template-search .bg-black ul,
.page-template-search .bg-blue-black p,
.page-template-search .bg-blue-black ul,
.page-template-search .bg-gray p,
.page-template-search .bg-gray ul,
.page-template-search .bg-primary p,
.page-template-search .bg-primary ul,
.page-template-search .bg-dark-blue p,
.page-template-search .bg-dark-blue ul,
.page-template-search .bg-secondary p,
.page-template-search .bg-secondary ul,
.page-template-search .bg-med-blue p,
.page-template-search .bg-med-blue ul {
  color: #fff; }

.search-results .bg-black h1,
.search-results .bg-black h2,
.search-results .bg-blue-black h1,
.search-results .bg-blue-black h2,
.search-no-results .bg-black h1,
.search-no-results .bg-black h2,
.search-no-results .bg-blue-black h1,
.search-no-results .bg-blue-black h2,
.page-template-search .bg-black h1,
.page-template-search .bg-black h2,
.page-template-search .bg-blue-black h1,
.page-template-search .bg-blue-black h2 {
  color: #A3CEF1; }

.search-results .bg-gray h1,
.search-results .bg-gray h2,
.search-results .bg-primary h1,
.search-results .bg-primary h2,
.search-results .bg-dark-blue h1,
.search-results .bg-dark-blue h2,
.search-no-results .bg-gray h1,
.search-no-results .bg-gray h2,
.search-no-results .bg-primary h1,
.search-no-results .bg-primary h2,
.search-no-results .bg-dark-blue h1,
.search-no-results .bg-dark-blue h2,
.page-template-search .bg-gray h1,
.page-template-search .bg-gray h2,
.page-template-search .bg-primary h1,
.page-template-search .bg-primary h2,
.page-template-search .bg-dark-blue h1,
.page-template-search .bg-dark-blue h2 {
  color: #fff; }

.search-results .bg-med-blue h1,
.search-results .bg-med-blue h2,
.search-no-results .bg-med-blue h1,
.search-no-results .bg-med-blue h2,
.page-template-search .bg-med-blue h1,
.page-template-search .bg-med-blue h2 {
  color: #A3CEF1; }

.search-results .bg-med-blue h3,
.search-no-results .bg-med-blue h3,
.page-template-search .bg-med-blue h3 {
  color: #fff; }

.search-results .bg-med-blue .icon-img svg,
.search-no-results .bg-med-blue .icon-img svg,
.page-template-search .bg-med-blue .icon-img svg {
  filter: brightness(0) invert(1); }

.search-results .bg-light-blue .icon-img svg,
.search-no-results .bg-light-blue .icon-img svg,
.page-template-search .bg-light-blue .icon-img svg {
  filter: brightness(0) invert(0); }

.search-results .bg-gray h1,
.search-results .bg-gray h3,
.search-no-results .bg-gray h1,
.search-no-results .bg-gray h3,
.page-template-search .bg-gray h1,
.page-template-search .bg-gray h3 {
  color: #274C77; }

.search-results .post,
.search-no-results .post,
.page-template-search .post {
  display: flex;
  gap: 2rem;
  padding: 30px 0;
  border-bottom: 1px solid #A3CEF1;
  margin-bottom: 30px; }
  .search-results .post:first-of-type,
  .search-no-results .post:first-of-type,
  .page-template-search .post:first-of-type {
    padding-top: 0;
    margin-top: 0; }
  .search-results .post:last-of-type,
  .search-no-results .post:last-of-type,
  .page-template-search .post:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .search-results .post .image-wrapper,
  .search-results .post .image-wrapper a,
  .search-no-results .post .image-wrapper,
  .search-no-results .post .image-wrapper a,
  .page-template-search .post .image-wrapper,
  .page-template-search .post .image-wrapper a {
    width: 200px;
    height: 200px; }
  .search-results .post .image-wrapper a,
  .search-no-results .post .image-wrapper a,
  .page-template-search .post .image-wrapper a {
    display: block; }
  .search-results .post .image-wrapper img,
  .search-no-results .post .image-wrapper img,
  .page-template-search .post .image-wrapper img {
    object-fit: cover;
    display: block;
    height: 100%; }
  .search-results .post .content-wrapper,
  .search-no-results .post .content-wrapper,
  .page-template-search .post .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .search-results .post .content-wrapper h3,
    .search-no-results .post .content-wrapper h3,
    .page-template-search .post .content-wrapper h3 {
      margin-bottom: 5px; }
      .search-results .post .content-wrapper h3 a,
      .search-no-results .post .content-wrapper h3 a,
      .page-template-search .post .content-wrapper h3 a {
        text-decoration: none; }
        .search-results .post .content-wrapper h3 a:hover,
        .search-no-results .post .content-wrapper h3 a:hover,
        .page-template-search .post .content-wrapper h3 a:hover {
          color: #274C77; }
    .search-results .post .content-wrapper p,
    .search-no-results .post .content-wrapper p,
    .page-template-search .post .content-wrapper p {
      margin-bottom: 10px; }
    .search-results .post .content-wrapper .button, .search-results .post .content-wrapper .search-form .search-submit, .search-form .search-results .post .content-wrapper .search-submit,
    .search-no-results .post .content-wrapper .button,
    .search-no-results .post .content-wrapper .search-form .search-submit,
    .search-form .search-no-results .post .content-wrapper .search-submit,
    .page-template-search .post .content-wrapper .button,
    .page-template-search .post .content-wrapper .search-form .search-submit,
    .search-form .page-template-search .post .content-wrapper .search-submit {
      margin-top: 10px;
      font-size: 0.8rem; }

.search-wrapper-404 h1 {
  margin-bottom: 15px; }

.search-wrapper-404 p {
  margin-bottom: 25px; }

.search-wrapper-404 form.search-form {
  display: flex; }
  .search-wrapper-404 form.search-form label {
    width: calc(100% - 125px); }
    .search-wrapper-404 form.search-form label input {
      width: 100% !important;
      border-radius: 0 !important;
      height: 47px !important; }
  .search-wrapper-404 form.search-form .search-submit {
    top: 0 !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    height: 47px !important; }
  @media (max-width: 550px) {
    .search-wrapper-404 form.search-form input.search-submit[type=submit] {
      width: 125px !important; } }

@media (min-width: 1141px) {
  .bl-hero-2,
  .hero-banner {
    height: 95vh; }
    .bl-hero-2 h1,
    .hero-banner h1 {
      position: relative;
      top: -5px; }
    .bl-hero-2 .site-container,
    .hero-banner .site-container {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .bl-benefits p {
    margin: 0; } }

@media (max-width: 1199px) {
  .bl-services-blocks li a {
    padding: 30px; }
  .bl-services-blocks br {
    display: none; } }

@media (max-width: 899px) {
  .bl-hero-2,
  .hero-banner,
  .hero-banner.bl-hero-inner {
    padding: 100px 0; }
    .bl-hero-2 .site-container,
    .hero-banner .site-container,
    .hero-banner.bl-hero-inner .site-container {
      padding-top: 0; }
    .bl-hero-2 h1,
    .hero-banner h1,
    .hero-banner.bl-hero-inner h1 {
      font-size: 60px;
      line-height: 1.1; }
    .bl-hero-2 .button, .bl-hero-2 .search-form .search-submit, .search-form .bl-hero-2 .search-submit,
    .hero-banner .button,
    .hero-banner .search-form .search-submit,
    .search-form .hero-banner .search-submit,
    .hero-banner.bl-hero-inner .button,
    .hero-banner.bl-hero-inner .search-form .search-submit,
    .search-form .hero-banner.bl-hero-inner .search-submit {
      display: inline-block;
      max-width: 45%; }
    .bl-hero-2 .bl-hero__subheading,
    .hero-banner .bl-hero__subheading,
    .hero-banner.bl-hero-inner .bl-hero__subheading {
      font-size: 24px;
      margin-bottom: 15px; } }

@media (min-width: 2000px) {
  /* SECTION - TWO COLUMNS */
  .bl-two-col {
    /* TWO COLUMNS - IMAGE */ }
    .bl-two-col-img .column.content-col {
      max-width: 75%;
      margin: auto; } }

@media (max-width: 1199px) {
  .bl-two-col-text .column.content {
    padding-inline: 30px; } }

@media (max-width: 1140px) {
  #shim {
    height: 100px; }
  .nav-open header nav {
    right: 0; }
  header .nav-toggle {
    height: 40px;
    width: 40px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center; }
  header nav {
    transition: all 1s ease-in;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    right: -450px;
    top: 0;
    padding: 75px 20px;
    overflow-y: scroll; }
    header nav > .nav-toggle {
      top: 15px;
      right: 15px;
      height: 20px;
      /* this can be anything */
      width: 20px;
      /* ...but maintain 1:1 aspect ratio */
      display: flex;
      flex-direction: column;
      justify-content: center; }
      header nav > .nav-toggle::before, header nav > .nav-toggle::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        /* cross thickness */
        background-color: #fff; }
      header nav > .nav-toggle::before {
        transform: rotate(45deg); }
      header nav > .nav-toggle::after {
        transform: rotate(-45deg); }
    header nav + .nav-toggle {
      right: 45px;
      bottom: 10px;
      z-index: -1; }
    header nav .menu > li {
      float: none;
      position: relative; }
      header nav .menu > li.menu-item-has-children > a {
        display: flex;
        align-items: center; }
        header nav .menu > li.menu-item-has-children > a:after {
          display: none; }
        header nav .menu > li.menu-item-has-children > a span.toggle-submenu {
          margin-left: 10px;
          width: 20px;
          height: 20px;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center; }
          header nav .menu > li.menu-item-has-children > a span.toggle-submenu:after {
            content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23999999' height='9' width='9'%3E%3Cpath d='M506.157,132.386c-7.803-7.819-20.465-7.831-28.285-0.029l-207.73,207.299c-7.799,7.798-20.486,7.797-28.299-0.015 L34.128,132.357c-7.819-7.803-20.481-7.79-28.285,0.029c-7.802,7.819-7.789,20.482,0.029,28.284l207.701,207.27 c11.701,11.699,27.066,17.547,42.433,17.547c15.358,0,30.719-5.846,42.405-17.533L506.128,160.67 C513.946,152.868,513.959,140.205,506.157,132.386z'/%3E%3C/svg%3E");
            width: 9px;
            display: inline-block; }
      header nav .menu > li .sub-menu {
        background-color: inherit;
        display: block;
        width: 100%;
        max-width: 250px;
        margin: 0;
        padding: 0 0 0 10px;
        position: relative;
        max-height: 0;
        overflow: hidden;
        transition-property: all;
        -webkit-transition-duration: 0.75s;
        /* Safari */
        transition-duration: 0.75s;
        transition-timing-function: ease-in-out; }
        header nav .menu > li .sub-menu.menu-open {
          max-height: 1000px;
          padding-bottom: 10px; }
  .bl-hero-2,
  .hero-banner {
    height: auto;
    padding: 125px 0; }
    .bl-hero-2 .site-container,
    .hero-banner .site-container {
      padding-top: 0; } }

@media (max-width: 1040px) {
  /* SECTION - TEAM MEMEBRS GRID */ }

@media (max-width: 992px) {
  /* SECTION - TWO COLUMNS */
  .bl-two-col {
    /* TWO COLUMNS - IMAGE */ }
    .bl-two-col-img {
      grid-template-columns: auto; }
      .bl-two-col-img .column.img-col {
        min-height: 360px; }
        .bl-two-col-img .column.img-col.img-left, .bl-two-col-img .column.img-col.img-right {
          order: 2; } }

@media (max-width: 899px) {
  .lead p {
    font-size: 20px;
    line-height: 1.5; }
  #shim {
    height: 144px; }
  header {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column-reverse; }
    header #site-link {
      max-width: 50%; }
    header .aux-nav-wrapper a,
    header #auxiliary-menu a {
      font-size: 0.8rem !important;
      color: #A3CEF1;
      padding: 5px 0 10px !important;
      float: left;
      width: 33%; }
      header .aux-nav-wrapper a:hover,
      header #auxiliary-menu a:hover {
        color: #6096BA; }
    header #auxiliary-menu li:first-of-type {
      text-align: left; }
    header .aux-nav-wrapper .phone-link {
      text-align: right; }
    header nav + .nav-toggle {
      bottom: 30px;
      right: 30px; }
  /* SECTION PAGE INTRO */
  /* SECTION - TWO COLUMNS */
  .bl-two-col {
    /* TWO COLUMNS - TEXT */
    /* TWO COLUMNS - IMAGE */
    /* TWO COLUMNS - FORM */ }
    .bl-two-col-text .site-container {
      grid-row-gap: 0; }
      .bl-two-col-text .site-container .column:first-of-type {
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom-width: 1px;
        border-bottom-style: solid; }
    .bl-two-col-text.bg-white .column:first-of-type, .bl-two-col-text.bg-gray .column:first-of-type {
      border-bottom-color: #A3CEF1; }
    .bl-two-col-text.bg-black .column:first-of-type, .bl-two-col-text.bg-blue-black .column:first-of-type, .bl-two-col-text.bg-primary .column:first-of-type, .bl-two-col-text.bg-dark-blue .column:first-of-type, .bl-two-col-text.bg-secondary .column:first-of-type, .bl-two-col-text.bg-med-blue .column:first-of-type, .bl-two-col-text.bg-light-blue .column:first-of-type {
      border-bottom-color: #f4f4f4; }
    .bl-two-col-img {
      grid-row-gap: 0;
      padding-top: 0;
      padding-bottom: 0;
      min-height: auto; }
      .bl-two-col-img .content-col {
        padding: 50px; }
    .bl-two-col-form {
      grid-row-gap: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .bl-two-col-form .content-column {
        padding: 50px 30px; }
  /* SECTION - THREE COLUMNS BLOCKS */
  .bl-three-col-blocks h2 {
    margin-bottom: 30px; }
  .bl-three-col-blocks .content-blocks .content-block {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #A3CEF1; }
    .bl-three-col-blocks .content-blocks .content-block:last-of-type {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .bl-three-col-blocks .content-blocks .content-block p:last-of-type {
      margin-bottom: 0; }
    .bl-three-col-blocks .content-blocks .content-block .button, .bl-three-col-blocks .content-blocks .content-block .search-form .search-submit, .search-form .bl-three-col-blocks .content-blocks .content-block .search-submit {
      width: auto;
      align-self: center; }
  .bl-three-col-blocks.bg-light-blue .content-block {
    border-color: #fff; }
  /* SECTION - LOGO GRID */
  .bl-logos-grid .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
  /* SECTION - TEAM MEMEBRS GRID */
  .bl-team-members .team-grid .team-member .content-wrapper h3 {
    font-size: 18px; }
  .bl-team-members .team-grid .team-member .content-wrapper .staff-bio p {
    font-size: 1rem; }
  .bl-team-members .team-grid .team-member .content-wrapper .button, .bl-team-members .team-grid .team-member .content-wrapper .search-form .search-submit, .search-form .bl-team-members .team-grid .team-member .content-wrapper .search-submit {
    margin-top: 15px;
    font-size: 0.8rem;
    width: 100%;
    text-align: center; }
  /* TESTIMONIAL */
  .bl-testimonial,
  .bl-section.bl-testimonial {
    z-index: 1;
    text-align: center;
    padding: 100px 0 70px; }
    .bl-testimonial svg,
    .bl-section.bl-testimonial svg {
      top: -30px;
      left: 30px;
      z-index: -1; }
    .bl-testimonial .bl-testimonial-name,
    .bl-section.bl-testimonial .bl-testimonial-name {
      text-align: center;
      margin-top: 30px; }
  /* SECTION - ICON GRID BAR */
  .bl-icon-grid-bar .icon-blocks {
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
    .bl-icon-grid-bar .icon-blocks a {
      padding: 30px 20px; }
      .bl-icon-grid-bar .icon-blocks a h2 {
        font-size: 20px; }
  /* SECTION - LOGOS GRID */
  .bl-logos-grid .logos-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem; } }

@media (max-width: 850px) {
  /* SECTION - TEAM MEMEBRS GRID */
  .bl-team-members .team-grid,
  .bl-team-members .posts-grid,
  .bl-posts .team-grid,
  .bl-posts .posts-grid {
    grid-template-columns: none; }
    .bl-team-members .team-grid .team-member,
    .bl-team-members .team-grid .post,
    .bl-team-members .posts-grid .team-member,
    .bl-team-members .posts-grid .post,
    .bl-posts .team-grid .team-member,
    .bl-posts .team-grid .post,
    .bl-posts .posts-grid .team-member,
    .bl-posts .posts-grid .post {
      max-width: 500px;
      margin: 15px auto; }
      .bl-team-members .team-grid .team-member .image-wrapper img,
      .bl-team-members .team-grid .post .image-wrapper img,
      .bl-team-members .posts-grid .team-member .image-wrapper img,
      .bl-team-members .posts-grid .post .image-wrapper img,
      .bl-posts .team-grid .team-member .image-wrapper img,
      .bl-posts .team-grid .post .image-wrapper img,
      .bl-posts .posts-grid .team-member .image-wrapper img,
      .bl-posts .posts-grid .post .image-wrapper img {
        height: 350px; }
      .bl-team-members .team-grid .team-member .content-wrapper .staff-name,
      .bl-team-members .team-grid .team-member .content-wrapper .title,
      .bl-team-members .team-grid .post .content-wrapper .staff-name,
      .bl-team-members .team-grid .post .content-wrapper .title,
      .bl-team-members .posts-grid .team-member .content-wrapper .staff-name,
      .bl-team-members .posts-grid .team-member .content-wrapper .title,
      .bl-team-members .posts-grid .post .content-wrapper .staff-name,
      .bl-team-members .posts-grid .post .content-wrapper .title,
      .bl-posts .team-grid .team-member .content-wrapper .staff-name,
      .bl-posts .team-grid .team-member .content-wrapper .title,
      .bl-posts .team-grid .post .content-wrapper .staff-name,
      .bl-posts .team-grid .post .content-wrapper .title,
      .bl-posts .posts-grid .team-member .content-wrapper .staff-name,
      .bl-posts .posts-grid .team-member .content-wrapper .title,
      .bl-posts .posts-grid .post .content-wrapper .staff-name,
      .bl-posts .posts-grid .post .content-wrapper .title {
        font-size: 24px; }
      .bl-team-members .team-grid .team-member .content-wrapper .button, .bl-team-members .team-grid .team-member .content-wrapper .search-form .search-submit, .search-form .bl-team-members .team-grid .team-member .content-wrapper .search-submit,
      .bl-team-members .team-grid .post .content-wrapper .button,
      .bl-team-members .team-grid .post .content-wrapper .search-form .search-submit,
      .search-form .bl-team-members .team-grid .post .content-wrapper .search-submit,
      .bl-team-members .posts-grid .team-member .content-wrapper .button,
      .bl-team-members .posts-grid .team-member .content-wrapper .search-form .search-submit,
      .search-form .bl-team-members .posts-grid .team-member .content-wrapper .search-submit,
      .bl-team-members .posts-grid .post .content-wrapper .button,
      .bl-team-members .posts-grid .post .content-wrapper .search-form .search-submit,
      .search-form .bl-team-members .posts-grid .post .content-wrapper .search-submit,
      .bl-posts .team-grid .team-member .content-wrapper .button,
      .bl-posts .team-grid .team-member .content-wrapper .search-form .search-submit,
      .search-form .bl-posts .team-grid .team-member .content-wrapper .search-submit,
      .bl-posts .team-grid .post .content-wrapper .button,
      .bl-posts .team-grid .post .content-wrapper .search-form .search-submit,
      .search-form .bl-posts .team-grid .post .content-wrapper .search-submit,
      .bl-posts .posts-grid .team-member .content-wrapper .button,
      .bl-posts .posts-grid .team-member .content-wrapper .search-form .search-submit,
      .search-form .bl-posts .posts-grid .team-member .content-wrapper .search-submit, .bl-posts .posts-grid .post .content-wrapper .button, .bl-posts .posts-grid .post .content-wrapper .search-form .search-submit, .search-form .bl-posts .posts-grid .post .content-wrapper .search-submit {
        width: auto;
        text-align: center; } }

@media (max-width: 768px) {
  .button, .search-form .search-submit {
    padding: 10px 15px;
    font-size: 0.8rem; }
  .bl-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center; }
  /* SECTION - TWO COLUMNS */
  .bl-two-col {
    /* TWO COLUMNS - TEXT */
    /* TWO COLUMNS - IMAGE */
    /* TWO COLUMNS - FORM */ }
    .bl-two-col-text {
      padding-inline: 15px;
      background-position: center right; }
      .bl-two-col-text .column ul {
        max-width: 50%;
        margin: 30px auto;
        text-align: left; }
      .bl-two-col-text .column .button, .bl-two-col-text .column .search-form .search-submit, .search-form .bl-two-col-text .column .search-submit {
        margin-top: 20px; }
    .bl-two-col-img {
      grid-row-gap: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .bl-two-col-img .column.content-col {
        padding: 50px 30px;
        align-items: center; }
        .bl-two-col-img .column.content-col h2,
        .bl-two-col-img .column.content-col h3,
        .bl-two-col-img .column.content-col p {
          text-align: center; }
        .bl-two-col-img .column.content-col ul {
          max-width: 50%;
          margin: 30px auto;
          text-align: left; }
        .bl-two-col-img .column.content-col .button, .bl-two-col-img .column.content-col .search-form .search-submit, .search-form .bl-two-col-img .column.content-col .search-submit {
          margin-top: 20px; }
    .bl-two-col-form {
      padding-top: 0;
      padding-bottom: 0; }
      .bl-two-col-form form input[type="submit"] {
        padding: 10px 15px;
        font-size: 0.8rem !important;
        border: 2px solid #fff; }
  /* SECTION - THREE COLUMNS BLOCKS */
  .bl-three-col-blocks .content-blocks .content-block {
    margin-bottom: 25px;
    padding-bottom: 25px; }
  /* SECTION - ICON GRID BAR */
  .bl-icon-grid-bar .icon-blocks {
    display: grid;
    grid-template-columns: auto; }
  /* SECTION - LOGOS GRID */
  .bl-logos-grid .logos-grid {
    grid-template-columns: repeat(2, 1fr); }
  /* SECTION - TEAM MEMBERS GRID */
  .bl-team-members .team-grid .team-member .content-wrapper .categories,
  .bl-team-members .team-grid .post .content-wrapper .categories,
  .bl-team-members .posts-grid .team-member .content-wrapper .categories,
  .bl-team-members .posts-grid .post .content-wrapper .categories,
  .bl-posts .team-grid .team-member .content-wrapper .categories,
  .bl-posts .team-grid .post .content-wrapper .categories,
  .bl-posts .posts-grid .team-member .content-wrapper .categories,
  .bl-posts .posts-grid .post .content-wrapper .categories {
    justify-content: center; }
  .bl-team-members .team-grid .team-member .content-wrapper .button, .bl-team-members .team-grid .team-member .content-wrapper .search-form .search-submit, .search-form .bl-team-members .team-grid .team-member .content-wrapper .search-submit,
  .bl-team-members .team-grid .post .content-wrapper .button,
  .bl-team-members .team-grid .post .content-wrapper .search-form .search-submit,
  .search-form .bl-team-members .team-grid .post .content-wrapper .search-submit,
  .bl-team-members .posts-grid .team-member .content-wrapper .button,
  .bl-team-members .posts-grid .team-member .content-wrapper .search-form .search-submit,
  .search-form .bl-team-members .posts-grid .team-member .content-wrapper .search-submit,
  .bl-team-members .posts-grid .post .content-wrapper .button,
  .bl-team-members .posts-grid .post .content-wrapper .search-form .search-submit,
  .search-form .bl-team-members .posts-grid .post .content-wrapper .search-submit,
  .bl-posts .team-grid .team-member .content-wrapper .button,
  .bl-posts .team-grid .team-member .content-wrapper .search-form .search-submit,
  .search-form .bl-posts .team-grid .team-member .content-wrapper .search-submit,
  .bl-posts .team-grid .post .content-wrapper .button,
  .bl-posts .team-grid .post .content-wrapper .search-form .search-submit,
  .search-form .bl-posts .team-grid .post .content-wrapper .search-submit,
  .bl-posts .posts-grid .team-member .content-wrapper .button,
  .bl-posts .posts-grid .team-member .content-wrapper .search-form .search-submit,
  .search-form .bl-posts .posts-grid .team-member .content-wrapper .search-submit, .bl-posts .posts-grid .post .content-wrapper .button, .bl-posts .posts-grid .post .content-wrapper .search-form .search-submit, .search-form .bl-posts .posts-grid .post .content-wrapper .search-submit {
    margin: 15px auto 0; }
  /* SECTION - CTA BANNER */
  .bl-cta-banner .button, .bl-cta-banner .search-form .search-submit, .search-form .bl-cta-banner .search-submit {
    margin-top: 15px; }
  /* SECTION - SINGLE POST */
  .bl-single-post .metadata.categories {
    justify-content: center; }
  .bl-single-post .excerpt,
  .bl-single-post .post-content {
    text-align: left; }
  /* PAGE - SEARCH RESULTS */
  .search-results .search-results-wrapper .lead,
  .search-no-results .search-results-wrapper .lead,
  .page-template-search .search-results-wrapper .lead {
    font-size: 18px;
    line-height: 1.5; }
  .search-results .search-form,
  .search-no-results .search-form,
  .page-template-search .search-form {
    flex-direction: column; }
    .search-results .search-form label,
    .search-no-results .search-form label,
    .page-template-search .search-form label {
      width: 100%;
      margin: 0 0 15px; }
    .search-results .search-form .search-field,
    .search-no-results .search-form .search-field,
    .page-template-search .search-form .search-field {
      padding: 10px 15px; }
    .search-results .search-form .search-submit,
    .search-no-results .search-form .search-submit,
    .page-template-search .search-form .search-submit {
      width: 100%;
      font-size: 18px;
      position: relative;
      top: auto; }
  .search-results .post,
  .search-no-results .post,
  .page-template-search .post {
    flex-direction: column; }
    .search-results .post .image-wrapper,
    .search-results .post .image-wrapper a,
    .search-no-results .post .image-wrapper,
    .search-no-results .post .image-wrapper a,
    .page-template-search .post .image-wrapper,
    .page-template-search .post .image-wrapper a {
      width: 100%;
      height: auto;
      max-height: 200px;
      margin: 0 auto 20px;
      max-width: 350px;
      overflow: hidden; }
      .search-results .post .image-wrapper img,
      .search-results .post .image-wrapper a img,
      .search-no-results .post .image-wrapper img,
      .search-no-results .post .image-wrapper a img,
      .page-template-search .post .image-wrapper img,
      .page-template-search .post .image-wrapper a img {
        max-height: 200px; }
    .search-results .post .content-wrapper,
    .search-no-results .post .content-wrapper,
    .page-template-search .post .content-wrapper {
      text-align: center;
      align-items: center;
      max-width: 500px;
      margin: auto; } }

@media (max-width: 650px) {
  /* HEADER */
  header nav {
    max-width: 300px;
    right: -325px; }
  /* HERO BANNER */
  
  .hero-banner .button,
  .hero-banner .search-form .search-submit,
  .search-form .hero-banner .search-submit, .bl-hero-2 .button, .bl-hero-2 .search-form .search-submit, .search-form .bl-hero-2 .search-submit {
    display: block;
    margin: 20px auto !important;
    max-width: 225px; }
  /* TWO COLUMNS */
  .bl-two-col {
    /*  - TEXT */
    /*  - IMAGE & TEXT */ }
    .bl-two-col-text .column ul {
      max-width: 75%; }
      .bl-two-col-text .column ul li {
        margin-bottom: 10px; }
        .bl-two-col-text .column ul li:last-of-type {
          margin-bottom: 0; }
    .bl-two-col-img .column.content-col ul {
      max-width: 75%; }
      .bl-two-col-img .column.content-col ul li {
        margin-bottom: 10px; }
        .bl-two-col-img .column.content-col ul li:last-of-type {
          margin-bottom: 0; } }

@media (max-width: 550px) {
  #shim {
    height: 112px; }
  .bg-white + .bg-white {
    border-top: 1px solid #A3CEF1; }
  body {
    font-size: 1rem; }
  h2,
  .bl-page-intro h2 {
    font-size: 30px; }
  h3 {
    font-size: 22px; }
  .lead,
  .lead p {
    font-size: 18px; }
  /* HEADER */
  header .auxiliary-menu {
    overflow: hidden; }
    header .auxiliary-menu li {
      overflow: hidden;
      display: block;
      float: left;
      width: 50%; }
      header .auxiliary-menu li a {
        width: 100%; }
  header #site-link {
    max-width: 220px; }
  header .site-logo {
    height: 55px;
    width: auto; }
  header nav + .nav-toggle {
    bottom: 20px; }
  /* HERO BANNER */
  .bl-hero-2,
  .hero-banner,
  .hero-banner.bl-hero-inner {
    height: auto; }
    .bl-hero-2 .site-container,
    .hero-banner .site-container,
    .hero-banner.bl-hero-inner .site-container {
      top: 0; }
      .bl-hero-2 .site-container h1,
      .hero-banner .site-container h1,
      .hero-banner.bl-hero-inner .site-container h1 {
        font-size: 54px;
        margin: 0;
        line-height: 1; }
  /* SECTION - TWO COLUMN */
  .bl-two-col {
    /* TEXT & TEXT */
    /* TEXT & IMAGE */ }
    .bl-two-col-text .column ul {
      max-width: 90%; }
    .bl-two-col-img .content-col .bl-products-content__inner,
    .bl-two-col-img .content-col .content-inner {
      margin-bottom: 0; }
      .bl-two-col-img .content-col .bl-products-content__inner ul,
      .bl-two-col-img .content-col .content-inner ul {
        max-width: 90%; }
  /* SECTION - TESTIMONIAL */
  .bl-testimonial .quote blockquote {
    margin-bottom: 20px; }
  /* FORM */
  form input[type="submit"], form input.button, form .search-form input.search-submit, .search-form form input.search-submit,
  .gform_wrapper input[type="submit"],
  .gform_wrapper input.button,
  .gform_wrapper .search-form input.search-submit,
  .search-form .gform_wrapper input.search-submit {
    width: 100% !important; }
  /* FOOTER */
  footer {
    padding: 20px 0; }
    footer .bl-footer-social li a {
      padding: 3px;
      height: 30px;
      width: 30px; }
    footer .bl-footer-social li svg {
      height: 16px;
      width: 16px; }
    footer .bl-footer-copyright {
      font-size: 0.8rem; } }
