/************************************************

Stylesheet: Global Stylesheet

*************************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
  height:fit-content;
}

html,
body {
  font-size: 16px;
  background: #fff;
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 15rem;
}

@media print, screen and (min-width: 40em) {
  html,
  body {
    font-size: 18px;
  }
}

.full-width,
.entry-content > .wp-block-group {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.entry-content > .wp-block-group {
  background: #fff;
}


@media (min-width: 782px) {
  .search .wp-block-columns {
    flex-wrap: wrap !important;
  }
  
  .search .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
      flex-basis: 31.5%;
      flex-grow: 0;
  }
}


.wp-block-columns,
.wp-block-column {
  position: relative;
}

.grid-container,
.entry-content > .wp-block-group > .wp-block-group__inner-container {
  padding-left:1.875rem;
  padding-right:1.875rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .wp-block-group {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
blockquote p {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  color:#2B4266;
  line-height: 1.15;

}

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.75;
}

ul {
  margin-left: 0;
}

h1,
h2,
.site-title {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

h3 {
  font-size: 1.88em;
  font-weight: 700;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.44em;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  color: #91A6FF;
}

h5::before {
  content: '—';
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  font-size: 1.5em;
  transform: translateY(1px);
}

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

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

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

.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inline-list li {
  display: inline-block;
  margin-right: 1rem;
}

.entry-content > .wp-block-group.bg--blue {
  background: #2B4266;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.bg--blue .wp-block-columns {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .bg--blue .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
}



.bg--blue figure,
.bg--blue img {
  height: 100% !important;
  object-fit: cover;
  object-position: center right;
}

.bg--blue__copy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: auto;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.bg--blue h1,
.bg--blue h2,
.bg--blue h3,
.bg--blue h4,
.bg--blue h6,
.bg--blue p,
.bg--blue a {
  color: #fff;
}

.bg--blue h5 {
  color: #FFD166;
}

/* Breadcrumbs */

.breadcrumbs {
  background: #fafafa;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.yoast-breadcrumbs span,
.yoast-breadcrumbs span a {
  text-transform: uppercase;
  color: #2B4266;
  font-weight: 600;
}
.yoast-breadcrumbs span a {
  opacity: .25;
}

.yoast-breadcrumbs span a:hover,
.yoast-breadcrumbs span a:focus,
.yoast-breadcrumbs span a:active {
  color: #91A6FF;
  text-decoration: none;
  opacity: 1;
}


.yoast-breadcrumbs .breadcrumb_last,
.yoast-breadcrumbs .breadcrumb_last a {
  opacity: 1;
  color: #2B4266;
}


/* Flex Styles */

.flex-top-left {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-top-right {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-bottom-left {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-bottom-right {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center-right {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center-left {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (max-width: 39.5em) {
  .flex-top-left--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-top-right--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-bottom-left--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-bottom-right--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-center--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*********************
LINKS & BUTTONS
*********************/

a,
a:link,
a:active,
a:focus,
a:visited,
a p,
a span,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}

a,
a:link,
a:visited {
  color: #91A6FF;
}

a:hover,
a:active,
a:focus {
  color: #2B4266;
}

.btn,
a.btn {
  display: inline-block;
  padding: .25rem 1.5rem;
  border-radius: 10px !important;
  color: #181E28 !important;
  background: #FFD166 !important;
  width: 100%;
  text-align: center;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.btn a {
  color: #181E28 !important;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

span.btn {
  pointer-events: none;
}

.btn:hover,
a.btn:hover,
.btn:focus,
a.btn:focus,
.btn:active,
a.btn:active {
  background: #FFE4A2 !important;
  color: #181E28 !important;
}

.btn:hover a {
  color: #181E28 !important;
}

.mega-btn {
  transform: scaleY(.6) !important;
}

.mega-btn a {
  transform: scaleY(1.75) !important;
}


.wp-block-buttons>.wp-block-button {
  display: block;
  width: 100%;
  margin-top: -1px;
}

a.wp-block-button__link {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background: #FFD166;
  color: #181E28;
  padding: 1rem 1.5rem;
  font-size: 1em;
  text-align: center;
}

.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  background: #FFE4A2;
  color: #181E28;
  text-decoration: none;
}

@media print, screen and (min-width: 40em) {
  .mega-btn {
    margin-left: 1rem !important;
  }
  .btn,
  a.btn,
  a.wp-block-button__link {
    width: auto;
  }
}

/*********************
NAVIGATION & MENUS
*********************/

.sticky-container,
.is-anchored {
  position: absolute;
  width: 100vw;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.admin-bar .sticky.is-stuck.is-at-top {
  top: 32px !important;
}

.is-stuck.is-at-top .grid-container,
.is-stuck.is-at-top .grid-x {
  height: auto !important;
}

.is-stuck.is-at-top .nav {
  background-color: #2B4266;
}


#mega-menu-wrap-main-nav #mega-menu-main-nav {
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.admin-bar .sticky.is-stuck.is-at-top #mega-menu-wrap-main-nav #mega-menu-main-nav {
  padding: .5rem 0 .5rem 0 !important;
}

.mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link {
  pointer-events: none !important;
}

.custom-logo {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  transform: translateY(-.5rem);
}

.nav-extras {
  background: #181E28;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.nav__container,
.nav {
  height: 6rem;
}

.nav__container {
  position: absolute;
  width: 100vw;
  height: 6rem;
  z-index: 110;
  top: 0;
  color: #fff;
}

.nav__container .grid-container,
.nav__container .grid-x {
  height: 100%;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media print, screen and (min-width: 40em) {
  .nav__container {
    position: absolute;
  }
}

.nav__container h1,
.nav__container h2,
.nav__container h3,
.nav__container h4,
.nav__container h5,
.nav__container h6,
.nav__container p,
.nav__container a,
.nav-extras h1,
.nav-extras h2,
.nav-extras h3,
.nav-extras h4,
.nav-extras h5,
.nav-extras h6,
.nav-extras p,
.nav-extras a {
  color: #fff;
}

.nav__container h1 {
  margin-bottom: 0;
}

.nav-extras a:hover,
.nav-extras a:focus,
.nav-extras a:active {
  color: #FFD166;
}

.nav-extras i {
  display: inline-block;
  transform: scale(1.15);
  margin-right: .25rem;
}

.nav-extras p {
  margin-bottom: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:active {
  font-weight: 600 !important;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link::after {
  content: '';
  display: block ;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 .5rem .5rem .5rem;
  border-color: transparent transparent #FFFFFF transparent;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  opacity: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-toggle-on > a.mega-menu-link::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.mega-current_page_item > a {
  font-weight: 500 !important;
  color: #FFD166 !important;
}

.mega-current_page_item.mega-btn > a {
  color: #181E28 !important;
}

.mega-sub-menu .mega-current_page_item > a {
  font-weight: 500 !important;
  color: #91A6FF !important;
}

.mega-indicator {
  display: none !important;
}

/* Off-canvas Mobile Menu */


.js-off-canvas-overlay {
  background: rgba(35,55,69,.1);
}

.off-canvas .menu>li.is-dropdown-submenu-parent>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent>a::after {
  display: inline-block;
  position: absolute;
  border: none;
  content: '\f0140';
  font-family: 'Material Design Icons';
  margin-left: .35rem;
  margin-top: -.5rem;
  right: 2rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.off-canvas .menu>li.is-dropdown-submenu-parent[aria-expanded=true]>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent[aria-expanded=true]>a::after {
  content: '\f0143';
  font-family: 'Material Design Icons';
}

.accordion-menu .is-accordion-submenu {
  background: rgba(0,0,0,.1);
}
.accordion-menu .is-accordion-submenu a {
padding: 1.5rem 2rem;
}

.accordion-menu .is-accordion-submenu ul li a {
padding: 1.5rem 2rem;
}

/* Hamburger */

.nav__hamburger {
  text-align: right;
}

.hamburger {
  padding: 11px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    }

.hamburger__box {
  width: 2.25rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    width: 2.25rem;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -10px; }
  .hamburger__inner::after {
    bottom: -10px; }


.hamburger--spin .hamburger__inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger__inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger__inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger__inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.off-canvas {
  background: #181E28;
  padding: 4.5rem 0 2rem;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.admin-bar .off-canvas {
  padding: calc(32px + 2rem) 0 2rem 0;
}

.accordion-menu {
  margin-top: 0;
  margin-bottom: 2rem;
}

.accordion-menu li a {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.25;
  font-weight: 400;
  padding: 1.5rem 1rem;
  margin-top: -1px;
}

.accordion-menu .btn {
  border-radius: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-menu li a:hover,
.accordion-menu li.active a {
  background: transparent;
  color: #fff !important;
}

.off-canvas .widget {
  margin: 1rem 2rem;
}

.off-canvas h1,
.off-canvas h2,
.off-canvas h3,
.off-canvas h4,
.off-canvas h5,
.off-canvas h6,
.off-canvas p,
.off-canvas figcaption {
  color: #000 !important;
}

.off-canvas p a {
  text-decoration: underline;
}

.off-canvas p {
  font-size: .9em;
}

.off-canvas .menu .active>a,
.off-canvas a:hover {
  color: #FFD166;
}

/*********************
BANNER STYLES
*********************/

.banner {
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #2B4266 url('../images/banner-bg.jpg') 0 0 no-repeat;
  background-size: cover;
}

.banner--parallax {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  overflow: hidden !important;
}

.banner--parallax img {
  position: fixed !important;
}

.banner--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-blend-mode: soft-light;
  background-attachment: fixed !important;
  opacity: 1 !important;
}

.banner--bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(43,66,102);
  background: linear-gradient(90deg, rgba(43,66,102,1) 0%, rgba(43,66,102,0) 100%);
}

.banner--copy {
  padding-top: 5rem !important;
  padding-bottom: 0 !important;
}

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h6,
.banner p {
  color: #fff;
}

.banner h5 {
  color: #FFD166;
}

.banner h4 {
  font-weight: 400;
}

@media print, screen and (min-width: 40em) {
  .banner--copy {
    padding-top: 9rem !important;
  }
  .banner {
    padding-top: 8rem !important;
    padding-bottom: 4rem !important;
  }
  .home .banner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/*********************
POSTS & CONTENT STYLES
*********************/

/* Homepage Blog Section */

@media print, screen and (max-width: 39.5em) {
  .wp-block-latest-posts li {
    margin: 0 0 1.25em 0 !important;
  }
}

.wp-block-latest-posts__featured-image {
  border-radius: 0 0 0 5rem;
  border-right: 12px solid #91A6FF;
  overflow: hidden;
  height: 15rem;
  object-fit: cover;
  margin-bottom: 1rem;
}

.wp-block-latest-posts__featured-image a,
.wp-block-latest-posts__featured-image img {
  height: 100% !important;
  width: 100% !important;
}

.wp-block-latest-posts__featured-image img {
    object-fit: cover;
}

.wp-block-latest-posts__list li:nth-child(even) .wp-block-latest-posts__featured-image {
  border-right: 12px solid #FFD166;
}

.wp-block-latest-posts__post-title {
  font-size: 1.44em;
  font-weight: 700 !important;
  line-height: 1.25;
  color: #2B4266 !important;
}

.wp-block-latest-posts__post-title:hover,
.wp-block-latest-posts__post-title:active,
.wp-block-latest-posts__post-title:focus {
  color: #91A6FF !important;
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 1rem;
}

.excerpt-read-more {
  display: block;
  margin-top: 1rem;
}
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  text-align: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  text-align: center; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/* Homepage Service Carousel */

.slick-track {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}

.slick-slide {
  border: 1px solid #FFD166;
  border-top-width: 12px;
  border-radius: 0 0 0 50px;
  margin-right: 1rem;
  overflow: visible !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
  padding-top: 1.44rem;
  padding-bottom: 1.44rem;
  flex-grow: 1 !important;
  height: auto !important;
}

.slick-slide .wp-block-group__inner-container {
  padding: .5rem !important;
}

.slick-slide:nth-child(even) {
  background: #f8f8f8;
  border-color: #91A6FF;
}

.slick-prev {
  display: none !important;
}

.slick-next {
  height: 100% !important;
  right: -25px !important;
  padding: 200px !important;
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: '\F0142' !important;
  font-family: 'Material Design Icons' !important;
  color: #2B4266 !important;
  font-size: 2rem !important;
  opacity: 1 !important;
  position: absolute !important;
  right: 0 !important;
}

/* Partners Carousel */

.partners-carousel {
  max-height: 82px;
}

.partners-carousel img {
  filter: grayscale(1) brightness(0.75);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.partners-carousel img:hover {
  filter: grayscale(0) brightness(1);
}
/* Blocks Grid */

.blocks-grid {
  margin-bottom: 2.5rem;
}

.blocks-grid .wp-block-group,
.blocks-grid:nth-child(odd) .wp-block-column:nth-child(even) .wp-block-group {
  border: 1px solid #FFD166;
  background: #fff;
  border-top-width: 12px;
  border-radius: 0 0 0 50px;
  padding: 1.44rem;
  height: 100% !important;
}

.blocks-grid .wp-block-column:nth-child(even) .wp-block-group,
.blocks-grid:nth-child(odd) .wp-block-column:nth-child(odd) .wp-block-group {
  background: #f8f8f8;
  border-color: #91A6FF;
}

.blocks-grid .blocks-grid--extra .wp-block-group {
  background: transparent !important;
  border: none !important;
}

.blocks-grid .blocks-grid--extra > .wp-block-group {
  background: #91A6FF !important;
  border-color: #91A6FF !important;
  border-top-width: 1px;
  min-height: 20rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.blocks-grid ul {
  list-style-position: inside;
}

.testimonial:before {
  content: '“';
  font-family: 'Times New Roman', Times, serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: .5;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  background: #fefefe;
  padding: 0 1rem;
  color: #FFD166;
}

.blocks-grid .wp-block-column:nth-child(even) .wp-block-group .testimonial::before,
.blocks-grid:nth-child(odd) .wp-block-column:nth-child(odd) .testimonial::before {
  background: #f8f8f8;
  color: #91A6FF;
}

.blocks-grid .fade-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  border-radius: 0 0 0 50px;
  overflow: hidden;
}

.blocks-grid .fade-bg img {
  opacity: .75;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 0 0;
}

.blocks-grid .fade-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 100%;
  height: 100%;
  background: rgb(145,166,255);
  background: linear-gradient(90deg, rgba(145,166,255,0) 0%, rgba(145,166,255,1) 75%, rgba(145,166,255,1) 100%);
}

@media print, screen and (max-width: 39.5em) {
  .blocks-grid .fade-bg {
    display: none;
  }
}


/* About Blocks */

.about-blocks .wp-block-gallery,
.about-blocks .wp-block-image {
  overflow: hidden;

  width: 100%;
}

.about-blocks .wp-block-gallery .wp-block-image,
.about-blocks > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 0 0 5rem;
  overflow: hidden;
  border-right: 12px solid #91A6FF;
}

.about-blocks .wp-block-gallery .wp-block-image:nth-child(1) {
  position: absolute;
}

.about-blocks > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-columns {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.about-blocks > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-columns:first-of-type {
  margin-top: 0;
}

.about-blocks > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-columns:last-of-type {
  margin-bottom: 0;
}

.about-blocks > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-columns:nth-child(even) .wp-block-gallery {
  text-align: right;
}

.about-blocks > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-columns:nth-child(odd) .wp-block-gallery {

}

.about-blocks > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-columns:nth-child(odd) .wp-block-gallery .wp-block-image,
.about-blocks > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column > .wp-block-columns:nth-child(odd) > .wp-block-column > .wp-block-image {
  border-radius: 0 0 5rem 0;
  border-right: none;
  border-left: 12px solid #FFD166;
}


@media print, screen and (min-width: 40em) {
  .about-blocks .wp-block-gallery img {
    width: 95%;
  }
}
/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

.pagination {
  text-align: center !important;
}

.pagination li a {
  border-radius: 10px !important;
}

.pagination li a:hover {
  background: #f8f8f8;
}

.pagination .current {
  background: #FFD166;
  border-radius: 10px;
  color: #181E28;
  font-weight: 500;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }


  /*********************
FORM STYLES
*********************/

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: auto;
margin: 0 ;
padding: .75rem;
border: 1px solid #CBC9CC;
border-radius: 10px !important;
background-color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
font-family: inherit;
font-size: 1em;
line-height: 1.25;
color: #181E28;
font-weight: 300;
-webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-appearance: none;
-moz-appearance: none;
  appearance: none;
}

select {
  padding-right: 2rem;
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #181E28;
  opacity:.5;
  font-size: 1em;
  font-weight: 300;
}

[type=color]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=datetime]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
textarea:hover,
select:hover,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: 1px solid #181E28;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mc-field-group {
  margin-bottom: 1rem;
}


#mc_embed_signup div.mce_inline_error {
  background-color: #ED1C24 !important;
  border: 1px solid #6B0505;
  font-size: .9em; 
  margin-top: -1px !important;
  font-weight: 500 !important;
}

.is-search-form {
  box-shadow: 0 8px 8px rgba(35, 55, 69, .05);
}

.is-menu.full-width-menu form,
.is-menu.sliding form {
  top: -1.25rem !important;
}

#offcanvas-nav .open .is-search-form  {
  padding: 0 1rem !important;
}

.is-form-style input.is-search-input {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em !important;
  border: 1px solid #fff !important;
  height: 3.5rem;
}

label {
  font-size: 1em !important;
}

.is-form-style button.is-search-submit {
  height: 3.5rem;
  width: 3.5rem;
  margin-left: .5rem;
}

.is-form-style input.is-search-submit,
.is-search-icon {
  color: #181E28 !important;
  background: #FFD166;
  border-color: #FFD166;
  border-radius: 10px;
  height: 3.5rem;
  width: 3.5rem;
}

.is-popup-search-form form {
  width: 100%;
  max-width:76.25rem;
}

.is-form-style.is-form-style-3 label {
  width: calc(100% - 4rem) !important;
}

.is-search-icon {
  padding-top: 18px !important;
}

.is-form-style .is-search-submit path,
#offcanvas-nav path {
  fill: #181E28;
}

.is-form-style input.is-search-submit:hover,
.is-search-icon:hover {
  color: #181E28 !important;
  background: #FFE4A2;
  border-color: #FFE4A2;
}

.is-form-style .is-search-submit:hover path, 
#offcanvas-nav path {
  fill: #181E28;
}

.search-close {
  right: -2rem;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
  border-radius: 3px;
  background-color: #fff !important;
  box-shadow: 0 8px 8px rgba(35, 55, 69, .05);
}

.is-ajax-search-categories-details>div:hover,
.is-ajax-search-result .is-ajax-search-post:hover,
.is-ajax-search-result .is-show-more-results:hover,
.is-ajax-search-tags-details>div:hover {
  background-color: #F9FAFB !important;
}

.is-ajax-search-details a,
.is-ajax-search-result a {
  color: #FFD166 !important;
}

.is-ajax-search-details a,
.is-ajax-search-result a {
  font-size: 1.25em !important;
  font-weight: 700;
}

.astm-search-menu {
  margin-left: 1rem !important;
}

#is-popup-wrapper {
  background: rgba(43, 66, 102, .9);
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
CONTACT FORM STYLES
*********************/

.wpcf7-form .wpcf7-checkbox label {
  font-size: 1em;
  line-height: 1.25;
  color: #2B4266;
}

@media screen {
  .wpcf7-form label {
    display: none;
  }
  .wpcf7-form .wpcf7-checkbox label {
    display: inline-block;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: .75rem 1.5rem;
  background-color: #dc3232;
  border-color: #dc3232;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #00F0B5;
  border-color: #00F0B5; /* Green */
  color: #fff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #dc3232;
  border-color: #dc3232; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #f7dea2;
  border-color: #f7dea2; /* Yellow */
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1rem 0 0;
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 .75rem;
}

[type=file] {
  display: inline-block;
  width: auto;
  padding: 1rem 2rem;
  background: #FCFCFC;
  border: transparent;
  font-size: .9em;
}

.wpcf7-form .btn {
  border: none;
  padding: 1rem 5rem;
  font-weight: 600;
}
.wpcf7-form .btn.big {
  width: 100%;
  margin: 0;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  background: #fff;
  position: relative;
  clear: both;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.footer .menu {
  display: block;
}

.footer .menu li a {
  font-weight: 500;
  color: #2B4266;
  padding: .5rem 0;
}

.footer .menu li.active a {
  background: transparent !important;
}

.footer .menu li a:hover,
.footer .menu li a:focus,
.footer .menu li a:active {
  color: #91A6FF;
}

.subfooter {
  background: #181E28;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
}

@media print, screen and (max-width: 39.5em) {
  .subfooter {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .subfooter,
  .subfooter h1,
  .subfooter h2,
  .subfooter h3,
  .subfooter h4,
  .subfooter h5,
  .subfooter h6,
  .subfooter p,
  .subfooter a,
  .subfooter ul,
  .subfooter li {
    text-align: center;
  }
  .subfooter .cell {
    margin-bottom: 1rem;
  }
}

.subfooter h1,
.subfooter h2,
.subfooter h3,
.subfooter h4,
.subfooter h5,
.subfooter h6,
.subfooter p,
.subfooter a {
  color: #fff;
  margin: 0 !important;
  line-height: 1.25;
}

.subfooter i {
  font-size: 2.9em;
}

.subfooter ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subfooter a:hover,
.subfooter a:active,
.subfooter a:focus {
  color: #FFD166;
}

.contact-bubble {
  position: fixed;
  width: 4rem;
  height: 4rem;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  background: #FFD166;
  border-radius: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
}

.contact-bubble:hover,
.contact-bubble:focus,
.contact-bubble:active {
  background: #FFE4A2;
}

.contact-bubble img {
  width: 2rem;
  height: auto;
}

.page-id-747 .contact-bubble {
  display: none;
}

.logo-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-flag {
  height: 2.5rem !important;
  margin-left: 1rem;
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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