@charset "UTF-8";
.font_main {
  font-family: "Oswald", sans-serif;
}

.font_secondary {
  font-family: "Open Sans", sans-serif;
}

.font_body {
  font-family: "Oswald", sans-serif;
}

big {
  font-size: 125%;
}

.font_bold {
  font-weight: 700;
}

.font_semibold {
  font-weight: 600;
}

.font_normal {
  font-weight: 400;
}

.font_thin {
  font-weight: 300;
}

.font_500 {
  font-weight: 500;
}

.font_counter {
  font-weight: 300;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1080px) {
  .font_counter {
    margin-bottom: 0;
    font-size: 50px !important;
    line-height: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .font_counter {
    font-size: 80px !important;
    line-height: 80px !important;
  }
}

.font_300,
.font_300 * {
  font-weight: 300;
}

.font_500 * {
  font-weight: 500;
}

.font_500 strong * {
  font-weight: 900;
}

.font_white,
.font_white * {
  color: #ffffff;
}

.text_uppercase {
  text-transform: uppercase;
}

.letter_spacing_1 {
  letter-spacing: -0.01em;
}

.vc_row.vc_row-flex {
  width: 100%;
}

.h-100 {
  height: 100% !important;
}

.align-items-center {
  align-items: center !important;
  justify-content: center;
}

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

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

.justify_content_center {
  justify-content: center;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .vc_row .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.container,
.vc_row.container,
.archive_grid {
  padding-left: 10% !important;
  padding-right: 10% !important;
  display: flex;
  width: 100%;
}
@media (min-width: 1280px) {
  .container,
  .vc_row.container,
  .archive_grid {
    padding-left: 14% !important;
    padding-right: 14% !important;
  }
}
@media screen and (max-width: 767px) {
  .container,
  .vc_row.container,
  .archive_grid {
    flex-wrap: wrap;
  }
}

.container_large,
.vc_row.container_large {
  padding-left: 5% !important;
  padding-right: 5% !important;
  display: flex;
  width: 100%;
}
@media (min-width: 1280px) {
  .container_large,
  .vc_row.container_large {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .container_large,
  .vc_row.container_large {
    flex-wrap: wrap;
  }
}

.container_small,
.vc_row.container_small {
  padding-left: 10% !important;
  padding-right: 10% !important;
  display: flex;
  width: 100%;
}
@media (min-width: 1280px) {
  .container_small,
  .vc_row.container_small {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
@media screen and (max-width: 767px) {
  .container_small,
  .vc_row.container_small {
    flex-wrap: wrap;
  }
}

.container_separator,
.vc_row.container_separator {
  padding-left: 10% !important;
  padding-right: 10% !important;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container_separator,
  .vc_row.container_separator {
    flex-wrap: wrap;
  }
}

.mobile_container, .vc_row.mobile_container {
  padding-left: auto !important;
  margin-right: auto !important;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .mobile_container, .vc_row.mobile_container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile_container, .vc_row.mobile_container {
    flex-wrap: wrap;
  }
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.pl-0 {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .pl_40 .vc_column-inner {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 1080px) {
  .padding_left .vc_column-inner {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .padding_left .vc_column-inner {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 1080px) {
  .padding_right .vc_column-inner {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .padding_right .vc_column-inner {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .custom_padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .custom_padding .vc_column-inner {
    padding: 0 !important;
  }
}
@media only screen and (min-device-width: 834px) and (orientation: portrait) {
  .custom_padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .custom_padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .custom_padding.vc_btn3-container,
  .custom_padding.wpb_content_element {
    padding: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile_padding .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile_padding .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.flex_section {
  display: flex;
  flex-wrap: wrap;
}
.flex_section .pl-0 {
  padding-left: 0 !important;
}

.flex_section_auto {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

[class*=col-],
[class*=vc_col-] {
  float: none;
  display: flex;
}

[class*=col-] {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  [class*=col-] {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  [class*=col-] {
    padding: 0;
  }
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media screen and (max-width: 1080px) {
  .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media screen and (max-width: 767px) {
  .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
@media screen and (max-width: 767px) {
  .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
@media screen and (max-width: 767px) {
  .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: rgb(99, 100, 102);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2a3c44;
  clear: both;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
}
h1.text_normal,
h2.text_normal,
h3.text_normal,
h4.text_normal,
h5.text_normal,
h6.text_normal {
  text-transform: inherit;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8rem !important;
  }
}

h2 {
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px !important;
  }
}

h3 {
  font-size: 24px;
  line-height: 30px;
}
h3.page-h3 {
  font-weight: 400;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}

h6 {
  font-size: 1rem;
  line-height: 1.6;
}

p {
  color: rgb(99, 100, 102);
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.8rem;
  }
}

.custom_list li {
  position: relative;
}
.custom_list li:before {
  content: "";
  background: rgb(99, 100, 102);
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  left: -20px;
  top: 11px;
  height: 8px;
  width: 8px;
}

.maincontent ul li {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
  padding-left: 10px;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .maincontent ul li {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

ul {
  padding: 0 0 0 25px;
}
ul li {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 991px) {
  ul li {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

cite,
dfn,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}

blockquote,
.blockquote {
  background: #2a3c44;
  margin: 30px 0 30px !important;
  padding: 40px;
  border-radius: 6px;
  color: #d4d4d4;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.5rem !important;
  font-style: italic !important;
  line-height: 1.6 !important;
}
blockquote p,
.blockquote p {
  color: #d4d4d4;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.6;
}
blockquote a,
.blockquote a {
  color: #d4d4d4;
}

.citation {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: normal;
  color: #000000;
  margin-top: 40px;
  text-transform: uppercase;
}

.box_shadow img {
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2);
}

.big_radius img {
  border-radius: 15.6px !important;
}

.underline_list ol,
.underline_list ul {
  list-style: none;
  padding: 0 !important;
}
.underline_list ol li,
.underline_list ul li {
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .underline_list ol li,
  .underline_list ul li {
    line-height: 24px;
    padding: 15px 0;
  }
}

.scroll_links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.scroll_links ul li {
  padding: 0;
  margin-bottom: 10px;
}

#content .wpb_alert p:last-child,
#content .wpb_text_column:last-child,
#content .wpb_text_column p:last-child,
.vc_message_box > p:last-child,
.wpb_alert p:last-child,
.wpb_text_column:last-child,
.wpb_text_column p:last-child {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: inherit;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden !important;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  text-rendering: optimizeLegibility;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  color: inherit;
  font-size: 18px;
  margin-bottom: 18px;
}

label {
  font-size: 18px;
  font-weight: 100;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  text-align: left;
  margin-bottom: 25px;
}

td,
th {
  padding: 0;
}

*:focus, .hs-form-checkbox-display:focus-within,
.hs-form-checkbox-display:focus,
label:focus-within,
a.wpb_single_image:focus,
a.vc_single_image-wrapper:focus,
button.slick-arrow:focus {
  outline: 1px dotted #212121 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.skip-to-content-link {
  width: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  background-color: #3e1761;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #fff !important;
  text-align: center;
  z-index: 200;
  transition: top 2s ease-out, background 2s linear;
  z-index: 999999;
}

.skip-to-content-link:focus,
.skip-to-content-link:hover {
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in, background 0.5s linear;
}

@media screen and (max-width: 1080px) {
  .space_mobile_large,
  .vc_empty_space.space_mobile_large {
    height: 190px !important;
  }
  .mobile_space_big,
  .vc_empty_space.mobile_space_big {
    height: 67px !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile_space,
  .vc_empty_space.mobile_space {
    height: 40px !important;
  }
  .vc_btn3-container {
    margin-bottom: 0 !important;
  }
  .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 10px !important;
    margin-right: 0;
  }
  .wpb_content_element {
    margin-bottom: 20px !important;
  }
  .tablet_reverse {
    flex-direction: column-reverse;
    display: flex;
  }
  .tablet_hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mobile_center *,
  .mobile_center {
    text-align: center !important;
  }
  .mobile_reverse {
    flex-direction: column-reverse;
    display: flex;
  }
  .mobile_hide {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .vc_row.vc_row-o-full-height {
    min-height: auto !important;
    padding: 100px 0;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.vc_row-o-full-height {
    padding: 50px 30px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .mobile_space,
  .vc_empty_space.mobile_space {
    height: 40px !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .mobile_space,
  .vc_empty_space.mobile_space {
    height: 40px !important;
  }
}
a:active,
a:hover {
  transition: all ease-in-out 0.5s;
}

a:focus {
  outline: none;
}

.inline-element {
  display: inline-block !important;
  margin: 0 15px 15px 15px !important;
}
@media screen and (max-width: 768px) {
  .inline-element {
    display: block !important;
    margin: 0 0 15px 0 !important;
  }
}

.offset_top_50 {
  position: relative;
  top: -50px;
  z-index: 8;
}
@media screen and (max-width: 1080px) {
  .offset_top_50 {
    top: 0;
    margin-bottom: 0;
    margin-top: 60px;
  }
}

.offset_top_100 {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  z-index: 7;
}
@media screen and (max-width: 1080px) {
  .offset_top_100 {
    top: 0;
    margin-bottom: 0;
    margin-top: 60px;
  }
}

.offset_top_200 {
  position: relative;
  top: -200px;
  margin-top: -200px;
  z-index: 8;
}
@media screen and (max-width: 1080px) {
  .offset_top_200 {
    top: 0;
    margin-bottom: 0;
    margin-top: 60px;
  }
}

#breadcrumbs {
  margin-bottom: 20px;
}
#breadcrumbs a, #breadcrumbs span {
  font-size: 0.7rem !important;
  font-family: "Open Sans", sans-serif;
  color: #2a3c44;
  font-size: 1rem;
  line-height: 1.6;
  text-transform: none;
}
#breadcrumbs a {
  color: #448310;
}
#breadcrumbs.single_posts {
  background: #ffffff;
  padding: 60px 40px 30px;
  margin-bottom: 0;
}

.video_wrapper {
  width: 80%;
  margin: 60px 0% 20px 10%;
  float: none;
  border-radius: 10px;
  box-shadow: 0 20px 40px 0 rgba(42, 60, 68, 0.32);
}

.social_share .share_title,
.social_share .social_media {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.social_share .share_title {
  cursor: pointer;
  margin-right: 10px;
}
.social_share .share_title p {
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  color: #222222;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.social_share .social_media {
  position: relative;
}
.social_share .social_media ul {
  margin: 0 !important;
  display: flex;
  gap: 5px;
}
.social_share .social_media ul li {
  margin: 0px;
}
.social_share .social_media ul li:first-child {
  margin-left: 0;
}
.social_share .social_media ul a {
  cursor: pointer;
  font-size: 0 !important;
  color: #ffffff;
  background: #3e1761;
}
.social_share .social_media ul a:before {
  color: #ffffff;
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .social_share .social_media ul a {
    font-size: 25px;
  }
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 7%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  width: 100%;
}

.owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #000000;
}

/*slick carousel*/
.slick-dots {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: 20px;
  }
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

.slick-dots li {
  box-shadow: none !important;
  margin: 0 1px !important;
}
.slick-dots li:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    z-index: 1;
  }
}
.slick-dots li button:before {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}

.slick-arrow {
  font-size: 15px;
  bottom: 0;
  z-index: 6;
  display: inline-block;
  height: 55px;
  position: absolute;
}
.slick-arrow:before {
  opacity: 1;
  content: "" !important;
}
.slick-arrow.slick-prev {
  top: 0;
  background: url("../../images/slide-arrow-left.svg") no-repeat center center !important;
  background-size: contain !important;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .slick-arrow.slick-prev {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:focus {
  background: url("../../images/slide-arrow-left-hover.svg") no-repeat center center !important;
}
.slick-arrow.slick-next {
  top: 0;
  background: url("../../images/slide-arrow-right.svg") no-repeat center center !important;
  background-size: contain !important;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .slick-arrow.slick-next {
    width: 30px;
    height: 30px;
  }
}

.slide_arrow .slick-arrow {
  border-radius: 0 !important;
  background: #39144f !important;
}
.slide_arrow .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .slide_arrow .slick-arrow.slick-prev {
    left: -25px !important;
  }
}
.slide_arrow .slick-arrow.slick-next {
  left: auto !important;
}
@media screen and (max-width: 767px) {
  .slide_arrow .slick-arrow.slick-next {
    right: -25px !important;
  }
}
.slide_arrow .slick-arrow:before {
  font: normal normal normal 18px/1 FontAwesome !important;
  left: 0;
  right: 0;
  display: block;
  top: 0 !important;
  text-align: center;
  content: "\f178" !important;
}
.slide_arrow .slick-arrow:hover, .slide_arrow .slick-arrow:focus {
  background: #8c7893 !important;
}
.slide_arrow .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}

/* END slick carousel*/
/*Pagenavi*/
#pagenav {
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #pagenav {
    margin: 50px 0 0;
  }
}
#pagenav .wp-pagenavi {
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
}
#pagenav a,
#pagenav span {
  border: 0;
  font-size: 20px;
  font-weight: 500;
  color: #113559;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 20px 0 0;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}
#pagenav a.nextpostslink, #pagenav a.previouspostslink,
#pagenav span.nextpostslink,
#pagenav span.previouspostslink {
  display: none;
}
#pagenav a.nextpostslink:hover, #pagenav a.nextpostslink:hover, #pagenav a.previouspostslink:hover, #pagenav a.previouspostslink:hover,
#pagenav span.nextpostslink:hover,
#pagenav span.nextpostslink:hover,
#pagenav span.previouspostslink:hover,
#pagenav span.previouspostslink:hover {
  background-color: transparent;
}
#pagenav a.nextpostslink:before, #pagenav a.nextpostslink:before, #pagenav a.previouspostslink:before, #pagenav a.previouspostslink:before,
#pagenav span.nextpostslink:before,
#pagenav span.nextpostslink:before,
#pagenav span.previouspostslink:before,
#pagenav span.previouspostslink:before {
  color: #C4C4C4;
  font-size: 16px;
  top: 7px;
  position: relative;
}
#pagenav a.previouspostslink:before,
#pagenav span.previouspostslink:before {
  content: "\f053";
}
#pagenav a.nextpostslink:before,
#pagenav span.nextpostslink:before {
  content: "\f054";
}
#pagenav a:hover,
#pagenav span.current {
  color: #C4C4C4;
}

/*Revolution Slider*/
.slide_heading {
  font-family: "Oswald", sans-serif !important;
  font-weight: 700 !important;
}

.slide_description {
  font-family: "Oswald", sans-serif !important;
  text-align: center !important;
}

.slide_heading_big {
  font-family: "Oswald", sans-serif !important;
  z-index: 0;
  position: relative;
}

.rev_slider .slotholder:before {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 47.88%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.0001) 50.12%);
  mix-blend-mode: normal;
  opacity: 0.45;
}

.rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  pointer-events: none;
  mix-blend-mode: normal;
  opacity: 0.35;
  background: linear-gradient(0deg, #000000 27%, rgba(0, 0, 0, 0.0001) 46.75%);
}

.hesperiden.tparrows {
  cursor: pointer !important;
  background: #b9b8ae !important;
}

.tp-leftarrow {
  background: url("../../images/arrow-left.svg") no-repeat center center;
  background-size: cover;
  height: 80px;
  width: 80px;
}
.tp-leftarrow:before {
  display: none;
}
.tp-leftarrow:hover {
  background: url("../../images/arrow-left.svg") no-repeat center center;
}

.tp-rightarrow {
  background: url("../../images/arrow-right.svg") no-repeat center center;
  background-size: cover;
  height: 80px;
  width: 80px;
}
.tp-rightarrow:before {
  display: none;
}
.tp-rightarrow:hover {
  background: url("../../images/arrow-right.svg") no-repeat center center;
}

.vc_btn3-inline {
  margin-right: 20px;
}

.vc_btn3-inline:last-child {
  margin-right: 0;
}

.hermes .tp-bullet {
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .hermes .tp-bullet {
    margin-top: 50px !important;
  }
}

.hermes .tp-bullet:after {
  background: #b9b8ae !important;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.hermes .tp-bullet.selected:after {
  background: #fcf9e3 !important;
}

.hermes .tp-bullet:hover {
  background: #fcf9e3 !important;
}

.wpb_image_grid .wpb_image_grid_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  flex: 0 0 12.6%;
  max-width: 12.6%;
  display: flex;
  flex-grow: 0;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px !important;
  padding: 10px;
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  transition: none !important;
  transform: none !important;
}
@media screen and (max-width: 767px) {
  .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

.vc_sep_pos_align_center.wpb_content_element {
  margin-bottom: 0 !important;
}

/* Modals */
@media (min-width: 992px) {
  .modal-dialog {
    width: 800px;
  }
}
.modal {
  background: transparent !important;
  z-index: 999999;
  display: block;
  visibility: hidden;
  overflow-y: hidden;
}

.modal.in {
  visibility: visible;
}

.modal-header {
  border: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1080px) {
  .modal-header {
    width: 100%;
  }
}

.modal-header .close {
  font-family: "Oswald", sans-serif;
  background: #3e1761;
  color: #fff;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  right: -15px;
  top: -15px;
  position: absolute;
  z-index: 999999;
  cursor: pointer;
  outline: none !important;
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
}
@media screen and (max-width: 1080px) {
  .modal-header .close {
    position: relative;
  }
}

#cookie-law-info-bar {
  padding: 75px 50px 50px 50px !important;
  background: #FFFFFF !important;
  box-shadow: 0px 0px 200px #001D36;
  border-radius: 6px;
  text-align: left;
  width: 950px !important;
  transform: translateX(-50%);
  margin-left: 0 !important;
}
@media screen and (max-width: 1080px) {
  #cookie-law-info-bar {
    width: 90% !important;
    padding: 60px 30px !important;
  }
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar {
    position: relative;
    max-height: 80% !important;
  }
}

#cookie-law-info-bar > span {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

#cookie-law-info-bar img {
  height: 36px;
  width: 230px;
}

#cookie-law-info-bar .bar_content {
  width: 100%;
  display: block;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

#cookie-law-info-bar span .cookie_action_close_header {
  position: absolute;
  right: -36px;
  top: -58px;
  background: url(../../images/i-close.png) no-repeat center center, linear-gradient(225deg, #006FD2 0%, #0088FF 98.96%) !important;
  background-size: 12px !important;
  color: #fff;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  position: absolute;
  z-index: 999999;
  cursor: pointer;
  text-indent: -999999px;
}

@media (max-width: 1210px) {
  #cookie-law-info-bar .bar_content,
  #cookie-law-info-bar .bar_button {
    justify-content: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #cookie-law-info-bar .bar_button {
    margin-top: 10px;
  }
}
@media (min-width: 1440px) {
  #cookie-law-info-bar > span {
    margin: 0 auto;
  }
}
.animate__animated.animate__delay-custom1 {
  animation-delay: 0.3s !important;
}

.animate__animated.animate__delay-custom2 {
  animation-delay: 0.4s !important;
}

.animate__animated.animate__delay-custom3 {
  animation-delay: 0.6s !important;
}

.animate__animated.animate__delay-custom4 {
  animation-delay: 0.8s !important;
}

.animate__animated.animate__delay-custom5 {
  animation-delay: 1s !important;
}

.animate__animated.animate__delay-custom6 {
  animation-delay: 1.2s !important;
}

.searchandfilter > ul {
  padding: 0 7.5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.searchandfilter > ul li {
  padding: 0;
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  margin-right: 20px;
}
.searchandfilter label {
  width: 100%;
}
.searchandfilter select {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding: 0 10px;
  border: 1px solid #ebebeb;
  height: 60px;
  text-transform: uppercase;
}
.searchandfilter .search-filter-reset {
  background: #145A62;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  border-radius: 4px;
  font-size: 18px;
  padding: 12px 23px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  height: 100%;
}

.search-results .attachment {
  display: none;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href], #onetrust-consent-sdk #onetrust-banner-sdk a[href] font, #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn,
#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: #3e1761 !important;
}

#onetrust-banner-sdk:focus {
  background: #3e1761 !important;
}

#onetrust-banner-sdk:focus #onetrust-policy-title, #onetrust-banner-sdk:focus #onetrust-policy-text {
  color: #ffffff !important;
}

#onetrust-banner-sdk a:hover,
#onetrust-pc-sdk a:hover,
#ot-sdk-cookie-policy a:hover {
  text-decoration: underline !important;
  font-weight: bold !important;
}

html:not(.no-js) .tcm-animate.aos-animate {
  visibility: visible !important;
}

.tcm-animate {
  visibility: visible !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f4f6f7;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: "" "";
}
blockquote:after, blockquote:before,
q:after,
q:before {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  font-size: 16px;
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  font-size: 16px;
  margin: 0 0 1.5em;
  width: 100%;
}
table td, table th {
  border: 1px solid #000000;
  padding: 10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn, span.button-dark,
input[type=submit].button-dark,
.button-dark a,
.button-dark button,
a.button-dark,
input.button-dark, span.button-secondary,
input[type=submit].button-secondary,
.button-secondary a,
.button-secondary button,
a.button-secondary,
input.button-secondary, span.button-primary,
input[type=submit].button-primary,
.button-primary a,
.button-primary button,
a.button-primary,
input.button-primary,
.gform_button,
.button a,
.button button,
input[type=submit].button,
#mobile-menu li.btn a,
#mobile-menu li.gform_button a {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  border: 0 !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  padding: 12px 23px !important;
  display: inline-block !important;
  line-height: 21px !important;
  text-align: center;
  text-decoration: none !important;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.5px !important;
  text-transform: uppercase;
  transition: background-color 475ms ease !important;
}
.btn:active, span.button-dark:active,
.button-dark a:active,
.button-dark button:active,
a.button-dark:active,
input.button-dark:active, span.button-secondary:active,
.button-secondary a:active,
.button-secondary button:active,
a.button-secondary:active,
input.button-secondary:active, span.button-primary:active,
.button-primary a:active,
.button-primary button:active,
a.button-primary:active,
input.button-primary:active,
.gform_button:active, .btn:focus, span.button-dark:focus,
.button-dark a:focus,
.button-dark button:focus,
a.button-dark:focus,
input.button-dark:focus, span.button-secondary:focus,
.button-secondary a:focus,
.button-secondary button:focus,
a.button-secondary:focus,
input.button-secondary:focus, span.button-primary:focus,
.button-primary a:focus,
.button-primary button:focus,
a.button-primary:focus,
input.button-primary:focus,
.gform_button:focus, .btn:hover, span.button-dark:hover,
.button-dark a:hover,
.button-dark button:hover,
a.button-dark:hover,
input.button-dark:hover, span.button-secondary:hover,
.button-secondary a:hover,
.button-secondary button:hover,
a.button-secondary:hover,
input.button-secondary:hover, span.button-primary:hover,
.button-primary a:hover,
.button-primary button:hover,
a.button-primary:hover,
input.button-primary:hover,
.gform_button:hover,
.button a:active,
.button a:focus,
.button a:hover,
.button button:active,
.button button:focus,
.button button:hover,
input[type=submit].button:active,
input[type=submit].button:focus,
input[type=submit].button:hover,
#mobile-menu li.btn a:active,
#mobile-menu li.gform_button a:active,
#mobile-menu li.btn a:focus,
#mobile-menu li.gform_button a:focus,
#mobile-menu li.btn a:hover,
#mobile-menu li.gform_button a:hover {
  background: inherit;
}
.btn.small, span.small.button-dark,
.button-dark a.small,
.button-dark button.small,
a.small.button-dark,
input.small.button-dark, span.small.button-secondary,
.button-secondary a.small,
.button-secondary button.small,
a.small.button-secondary,
input.small.button-secondary, span.small.button-primary,
.button-primary a.small,
.button-primary button.small,
a.small.button-primary,
input.small.button-primary,
.small.gform_button,
.button a.small,
.button button.small,
input[type=submit].button.small,
#mobile-menu li.btn a.small,
#mobile-menu li.gform_button a.small {
  flex-direction: row;
  align-self: center;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  font-size: 10px !important;
  line-height: 14px !important;
  font-weight: 400;
  margin-left: 10px;
  padding-right: 6px;
  padding-left: 6px;
  padding: 6px 6px !important;
}
@media screen and (min-width: 1280px) {
  .btn.small, span.small.button-dark,
  .button-dark a.small,
  .button-dark button.small,
  a.small.button-dark,
  input.small.button-dark, span.small.button-secondary,
  .button-secondary a.small,
  .button-secondary button.small,
  a.small.button-secondary,
  input.small.button-secondary, span.small.button-primary,
  .button-primary a.small,
  .button-primary button.small,
  a.small.button-primary,
  input.small.button-primary,
  .small.gform_button,
  .button a.small,
  .button button.small,
  input[type=submit].button.small,
  #mobile-menu li.btn a.small,
  #mobile-menu li.gform_button a.small {
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .button.vc_btn3-right {
    text-align: left !important;
  }
}

input[type=submit] {
  border: none;
  transition: all 0.2s ease-in-out;
}

.wpcf7-form input[type=submit].button {
  margin-top: 15px;
}

/*VC BUTTONS*/
.button a,
.rev-btn,
button {
  background-image: none !important;
}

.button a.vc_btn3:after,
.button a:after {
  display: none !important;
}

a.button {
  height: auto;
  padding: 0.8rem 1.8rem !important;
}

/* buttons.scss */
.button.button_big a {
  font-size: 34px !important;
  line-height: 38px !important;
  padding: 25px 65px !important;
}
@media screen and (max-width: 767px) {
  .button.button_big a .button.button_big a {
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 20px 20px !important;
  }
}

/* Primary Button */
span.button-primary,
input[type=submit].button-primary,
.button-primary a,
.button-primary button,
a.button-primary,
input.button-primary,
.gform_button {
  background: #145A62 !important;
  color: #ffffff !important;
}

span.button-primary:hover,
input[type=submit].button-primary:hover,
.button-primary a:hover,
.button-primary button:hover,
a.button-primary:hover,
input.button-primary:hover,
.gform_button:hover {
  background: #034951 !important;
  color: #ffffff !important;
}

/* Secondary Button */
span.button-secondary,
input[type=submit].button-secondary,
.button-secondary a,
.button-secondary button,
a.button-secondary,
input.button-secondary {
  background: #3e1761 !important;
  color: #ffffff !important;
}

span.button-secondary:hover,
input[type=submit].button-secondary:hover,
.button-secondary a:hover,
.button-secondary button:hover,
a.button-secondary:hover,
input.button-secondary:hover {
  background: #794aa3 !important;
  color: #ffffff !important;
}

/* Secondary Button */
span.button-dark,
input[type=submit].button-dark,
.button-dark a,
.button-dark button,
a.button-dark,
input.button-dark {
  background: #2a3c44 !important;
  color: #ffffff !important;
}

span.button-dark:hover,
input[type=submit].button-dark:hover,
.button-dark a:hover,
.button-dark button:hover,
a.button-dark:hover,
input.button-dark:hover {
  background: #2a3c44 !important;
  color: #ffffff !important;
}

/* Blue Button */
/* Button Link  */
input[type=submit].button-link,
.button-link a,
.button-link button,
a.button-link,
input.button-link {
  font-family: "Oswald", sans-serif;
  color: #347A82 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 32px !important;
  text-transform: uppercase;
  transition: color 475ms ease !important;
  font-weight: 500;
  text-decoration: underline;
}
input[type=submit].button-link.purple,
.button-link a.purple,
.button-link button.purple,
a.button-link.purple,
input.button-link.purple {
  color: #3e1761 !important;
}
input[type=submit].button-link.purple:hover,
.button-link a.purple:hover,
.button-link button.purple:hover,
a.button-link.purple:hover,
input.button-link.purple:hover {
  color: #794aa3 !important;
}

input[type=submit].button-link:hover,
.button-link a:hover,
.button-link button:hover,
a.button-link:hover,
input.button-link:hover {
  color: #034951 !important;
  background: transparent !important;
}

.accordion_buttons_wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}

.accordion_buttons {
  background: #3e1761;
  padding: 10px;
  border-radius: 5px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid #3e1761;
  font-weight: 600;
}

.accordion_buttons:active,
.accordion_buttons:hover {
  color: #ffffff !important;
}

.accordion_buttons.disabled {
  background: transparent;
  pointer-events: none;
  color: #3e1761 !important;
  border-color: #3e1761;
}

input[type=text]:not(.adminbar-input),
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select,
select.form-control:not([size]):not([multiple]),
.selectize-input {
  font-family: "Open Sans", sans-serif;
  background: #ffffff !important;
  color: #333333;
  border-radius: 0 !important;
  border: 1px solid #cccccc;
  box-shadow: none !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.428571429;
  height: 38px;
  padding: 8px 12px;
  display: inline-block;
}
input[type=text]:not(.adminbar-input):focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus,
select.form-control:not([size]):not([multiple]):focus,
.selectize-input:focus {
  outline: none;
  border: 1px solid #F2994A !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=date] {
  color: #48515A;
}

select,
select.form-control:not([size]):not([multiple]),
.selectize-input {
  position: relative;
  color: #1a2225;
  width: 100%;
  cursor: pointer;
}
select.form-control,
select.form-control:not([size]):not([multiple]).form-control,
.selectize-input.form-control {
  padding: 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=select-one] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: none;
}

.form-group.select {
  position: relative;
  margin-bottom: 0;
}

.selectize-control .item {
  color: #1a2225;
  font-weight: normal;
  font-size: 14px;
  line-height: 34px;
}

.selectize-input {
  position: relative;
  padding: 0px 20px;
}
.selectize-input:before {
  top: 12px !important;
}
.selectize-input:after {
  content: "Select One...";
  font-family: "Open Sans", sans-serif;
  color: #1a2225;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.428571429;
  position: absolute;
  left: 20px;
  top: 9px !important;
  width: 80%;
  height: auto;
}
.selectize-input.has-options.full:after {
  display: none;
}

.selectize-dropdown {
  position: absolute;
  top: 38px !important;
  left: 0 !important;
  z-index: 2;
  background: #ffffff;
  width: 100%;
  border-top: 0;
}
.selectize-dropdown .selectize-dropdown-content .option {
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  color: #1a2225;
  line-height: 1.428571429;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 20px;
}
.selectize-dropdown .selectize-dropdown-content .option:hover {
  background: #f4f6f7;
  color: #1a2225;
}
.selectize-dropdown .selectize-dropdown-content .option:last-child {
  margin-bottom: 0;
}

select::-ms-expand {
  display: none !important;
}

input[type=radio] {
  outline: none;
}

input[type=radio],
input[type=checkbox] {
  height: 20px;
  vertical-align: top;
  width: 20px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

textarea.form-control {
  height: 60px;
  padding: 10px 15px;
}

.wpcf7-list-item-label,
label {
  font-family: "Open Sans", sans-serif;
  color: #f4f6f7;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-left: 0;
  margin-bottom: 5px;
  display: block;
}
.wpcf7-list-item-label small,
label small {
  margin-top: 2px;
}

form .aligncenter .button {
  margin: 40px auto 0 !important;
}

.wpcf7-form.sent div:not(.wpcf7-response-output) {
  display: none !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  color: #1a2225;
  float: left;
  font-size: 16px;
  width: 100%;
  margin-left: -5px;
  text-align: center;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 1px solid #e8a8a8;
  background: #e8a8a8 !important;
  color: #e8a8a8;
}

div.wpcf7-mail-sent-ok,
.wpcf7-response-output {
  padding: 20px !important;
  text-align: center;
  background-color: #dddddd;
  border: 0 !important;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

input.error,
input[aria-invalid=true]:not(.adminbar-input),
input[aria-invalid=true],
select[aria-invalid=true],
select[aria-invalid=true].form-control:not([size]):not([multiple]),
textarea[aria-invalid=true],
select.error,
textarea.error,
.selectize-control.wpcf7-not-valid .selectize-input {
  border: 1px solid #e8a8a8 !important;
  background: #e8a8a8 !important;
  color: #fff !important;
}

.form_separator {
  display: block;
  text-align: center;
}
.form_separator h3 {
  color: #f4f6f7;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #ffffff;
  font-size: 12px;
  border: 1px solid #ffb900 !important;
  padding: 5px 0 !important;
  background: transparent;
}

span.wpcf7-not-valid-tip {
  color: #FF4200;
  font-size: 1em;
  display: none !important;
  border: 1px solid #FF4200 !important;
}

div.wpcf7 .ajax-loader {
  display: none;
}

div.wpcf7 input[type=file] {
  margin: 0;
}

input[type=search]::-moz-placeholder {
  font-size: 14px;
  color: #999999;
  font-family: Arial, sans-serif;
  font-weight: 500;
}

input[type=search]::placeholder {
  font-size: 14px;
  color: #999999;
  font-family: Arial, sans-serif;
  font-weight: 500;
}

.form-control {
  width: 100%;
}

.form-group {
  margin-bottom: 25px;
  width: 100%;
}

.form-group.select.mobile_dropdown,
#post_type_section .form-group.select,
.form-group.select span {
  position: relative;
}

.form-group.select.mobile_dropdown::before,
#post_type_section .form-group.select::before,
.form-group.select span::before,
.selectize-input::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 5px;
  transition: all ease-in-out 150ms;
  transform: rotate(45deg);
  border: solid #333333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  right: 4px;
  z-index: 1;
}

form input[type=submit] {
  margin-top: 0 !important;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  form input[type=submit] {
    margin: 0;
  }
}

.time_picker.select {
  display: block;
  width: 100%;
}
.time_picker.select span {
  display: inline-block;
  width: 31%;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .time_picker.select span {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .time_picker.select span {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .time_picker.select span {
    width: 30%;
  }
}
.time_picker.select span:last-child {
  margin-right: 0;
}
.time_picker.select span::before {
  top: 20px !important;
}

.form-control::-moz-placeholder {
  font-size: 14px;
  color: #999;
}

.form-control::-moz-placeholder {
  font-size: 14px;
  color: #999;
}

.form-control::placeholder {
  font-size: 14px;
  color: #999;
}

.wpcf7-form [class*=col-] {
  padding: 0 6px;
}

.form_notes {
  margin-top: 15px;
}
.form_notes p {
  color: #FF5C00;
}

.form-group p.desc {
  color: #000000;
  font-size: 14px !important;
  line-height: 18px !important;
}

.file.form-group {
  margin-bottom: 20px;
}
.file .label_title {
  display: block;
  margin-bottom: 10px;
}
.file .file_name {
  margin-left: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #48515A;
}
.file .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file .file_label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 170px;
  text-align: center;
  padding: 15px 0;
  border-radius: 0;
  border: solid 1px #B4D4E8;
  background: #B4D4E8;
  color: #435762;
  overflow: hidden;
  vertical-align: middle;
  outline: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

::-webkit-file-upload-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 60px;
  border-radius: 0;
  background: #C9C9C9;
  border: 1px solid #C9C9C9;
  color: #FFFFFF;
  overflow: hidden;
  vertical-align: middle;
  outline: none;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

div.wpcf7 input[type=file] {
  border: 1px solid #C9C9C9;
  color: rgb(99, 100, 102);
  font-weight: 300;
  font-style: italic;
  width: 100%;
  margin: 0;
  outline: none;
  font-size: 14px;
}

.wpcf7-checkbox, .radio {
  display: inline;
  margin: 10px 0 0;
}
.wpcf7-checkbox .wpcf7-list-item, .radio .wpcf7-list-item {
  display: block;
  margin: 0 0 0 10px;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox], .wpcf7-checkbox .wpcf7-list-item input[type=radio], .radio .wpcf7-list-item input[type=checkbox], .radio .wpcf7-list-item input[type=radio] {
  display: none;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, .wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before, .radio .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, .radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  content: "";
  background: #B4D4E8 url("../../images/i-check.png") no-repeat center center;
  background-size: 90%;
  text-align: center;
}
.wpcf7-checkbox .wpcf7-list-item-label, .radio .wpcf7-list-item-label {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  left: 25px;
  position: relative;
}
.wpcf7-checkbox .wpcf7-list-item-label::before, .radio .wpcf7-list-item-label::before {
  background: #B4D4E8;
  border-radius: 0;
  content: "";
  height: 20px;
  left: -35px;
  position: absolute;
  width: 20px;
  top: 5px;
}
.wpcf7-checkbox .wpcf7-list-item-label:hover, .radio .wpcf7-list-item-label:hover {
  cursor: pointer;
}

.radio .wpcf7-list-item-label::before {
  border-radius: 100%;
}

.group_heading {
  margin-bottom: 15px !important;
}

.custom_date {
  padding: 0 !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .custom_date {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .custom_date [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.type2 {
  background: #0082f3;
  padding: 65px 60px;
}
@media screen and (max-width: 1080px) {
  .type2 {
    padding: 30px;
  }
}
.type2 .wpcf7-list-item-label,
.type2 label {
  color: #F2F2F2;
  font-weight: bold;
}

.subscribe_form {
  position: relative;
}
.subscribe_form .email_sub {
  display: inline-block;
  position: relative;
  width: 80%;
}
.subscribe_form .email_sub .form-control {
  background: #FFFBFA !important;
  box-shadow: 0px 4px 0px #424242 !important;
  height: 50px;
  text-transform: none !important;
}
.subscribe_form input[type=submit].button {
  border-radius: 0 6px 6px 0 !important;
  display: inline-block !important;
  min-width: 8% !important;
  position: absolute;
  right: 0;
  top: 0;
}
.subscribe_form ::-moz-placeholder {
  font-size: 16px;
  color: #222222;
}
.subscribe_form ::placeholder {
  font-size: 16px;
  color: #222222;
}

.gform_wrapper .gform_fields {
  display: flex !important;
  flex-wrap: wrap !important;
  grid-column-gap: 0 !important;
  grid-row-gap: 0 !important;
}
.gform_wrapper .gform_fields .col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 991px) {
  .gform_wrapper .gform_fields .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.gform_wrapper input[type=submit].gform_button {
  text-align: center !important;
  display: flex !important;
  justify-content: center;
  outline: none !important;
}

.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
  width: 90% !important;
  margin: 0 auto !important;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_body,
  .gform_wrapper .gform_footer {
    width: 90% !important;
  }
}

.gform_wrapper .gfield {
  padding: 0 !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0 10px !important;
}
@media screen and (max-width: 1080px) {
  .gform_wrapper .gfield {
    margin: 0 6px 20px;
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .gform_wrapper .gfield {
    margin: 0 0 20px;
    width: 100%;
  }
}
.gform_wrapper .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper .gfield .ginput_container_multiselect select {
  height: auto;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  font-family: "Open Sans", sans-serif;
  color: #f4f6f7;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-left: 0;
  margin-bottom: 5px !important;
  display: block !important;
}

.gform_wrapper select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.gform_wrapper .ginput_container_select,
.gform_wrapper .ginput_container_date {
  position: relative;
}
.gform_wrapper .ginput_container_select:before,
.gform_wrapper .ginput_container_date:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 14px;
  transition: all ease-in-out 150ms;
  transform: rotate(45deg);
  border: solid #999;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  right: 15px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .gform_wrapper .ginput_container_select:before,
  .gform_wrapper .ginput_container_date:before {
    padding: 3px;
    right: 15px;
  }
}

.gform_wrapper textarea {
  height: 96px !important;
}
.gform_wrapper input.error,
.gform_wrapper input[aria-invalid=true]:not(.adminbar-input),
.gform_wrapper input[aria-invalid=true],
.gform_wrapper select[aria-invalid=true],
.gform_wrapper select[aria-invalid=true].form-control:not([size]):not([multiple]),
.gform_wrapper textarea[aria-invalid=true],
.gform_wrapper select.error,
.gform_wrapper textarea.error,
.gform_wrapper .selectize-control.wpcf7-not-valid .selectize-input {
  border: 1px solid #e8a8a8 !important;
  background: #e8a8a8 !important;
  color: #fff !important;
}
.gform_wrapper .ginput_container_consent {
  display: flex;
  gap: 10px;
}
.gform_wrapper .ginput_preview {
  color: #fff;
}

.gform_wrapper .gfield_required {
  color: #fff !important;
}

.gform_wrapper .validation_error {
  display: none !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent !important;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.gform_wrapper .field_description_below .gfield_description {
  display: none !important;
}

.gform_wrapper .gfield_description,
.gform_wrapper .gform_drop_instructions {
  color: #fff;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #ff9e9e !important;
}

.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
  width: 100% !important;
}

input[type=text]:not(.adminbar-input), input[type=email], input[type=url],
input[type=password], input[type=search], input[type=number], input[type=tel],
input[type=range], input[type=date], input[type=month], input[type=week], input[type=time],
input[type=datetime], input[type=datetime-local], input[type=color], textarea, select,
select.form-control:not([size]):not([multiple]), .selectize-input,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  font-family: "Open Sans", sans-serif;
  width: 100% !important;
  color: #999 !important;
  font-weight: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.gform_body ::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.gform_body ::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.gform_body ::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.gform_wrapper .gform_footer {
  margin: 0 auto !important;
  padding: 0 10px !important;
}
@media screen and (max-width: 1080px) {
  .gform_wrapper .gform_footer {
    padding: 0 6px !important;
  }
}
@media screen and (max-width: 991px) {
  .gform_wrapper .gform_footer {
    padding: 0 !important;
  }
}

.gform_confirmation_message {
  margin-top: 60px;
}
.gform_confirmation_message * {
  color: #ffffff !important;
}

.gform_wrapper .gform_validation_errors {
  margin-bottom: 25px !important;
}

.gform_wrapper .gform_validation_errors > h2 {
  color: #c02b0a;
  font-size: 13.2px !important;
  font-weight: 500;
  line-height: 17.6px;
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield {
  border-width: 0 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #448310;
  outline: none;
  font-weight: normal;
  transition: none !important;
}
a:visited {
  color: #448310;
}
a:active, a:hover {
  color: #448310;
  outline: none !important;
}
a:active, a:hover {
  outline: 0;
}

@media screen and (max-width: 1080px) {
  .break_word a {
    word-break: break-all;
  }
}
a[target*=_blank] {
  position: relative;
}
a[target*=_blank] span.warning {
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
}
a[target*=_blank]:hover span.warning, a[target*=_blank]:focus span.warning, a[target*=_blank]:active span.warning {
  font-family: "Oswald", sans-serif;
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  width: 12em;
  border: 1px solid #3e1761;
  background-color: #3e1761;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.desktop-nav {
  display: block;
}

.mobile-nav {
  display: none;
}

@media screen and (min-width: 992px) {
  span.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
  #top-navigation ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
  }
  #top-navigation ul li {
    position: relative;
    float: left;
    padding: 0;
  }
  #top-navigation ul li.menu-item-has-children a {
    padding-right: 30px;
  }
  #top-navigation ul li.menu-item-has-children button {
    background: transparent;
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    right: 10px;
    top: 20px;
    transition: all ease-in-out 150ms;
    transform: rotate(45deg);
    border: solid #f4f6f7;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    outline: none !important;
  }
  #top-navigation ul li.button-primary {
    line-height: 45px;
  }
  #top-navigation ul li.button-primary a {
    font-size: 11px !important;
    line-height: 31px !important;
    padding: 0px 8px !important;
    text-transform: none !important;
  }
  #top-navigation ul li.button-primary a:hover, #top-navigation ul li.button-primary a:focus {
    opacity: 1;
  }
  #top-navigation ul li a {
    display: block;
    color: #f4f6f7;
    font-family: "Arial", sans-serif;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    line-height: 50px;
    padding: 0px 16px;
    color: #f4f6f7;
  }
  #top-navigation ul li a:hover, #top-navigation ul li a:focus {
    opacity: 1;
    background: #140026;
  }
  #top-navigation ul li.menu-item-has-children.open > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  #top-navigation ul ul {
    background: #f4f6f7;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50px;
    width: 200px;
    left: 0;
    margin-top: 0;
    padding: 0;
    text-align: left;
    display: none;
  }
  #top-navigation ul ul li {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    float: none;
    padding: 0;
    margin: 0;
    position: relative;
  }
  #top-navigation ul ul li:last-child {
    border-bottom: 0;
  }
  #top-navigation ul ul a {
    color: #222222 !important;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 22px;
    display: block;
    width: 100%;
    font-weight: 400;
  }
  #top-navigation ul ul a:hover, #top-navigation ul ul a:focus {
    opacity: 1;
    color: #fff !important;
  }
  #navigation ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
  }
  #navigation ul li {
    position: relative;
    float: left;
    padding: 0;
    white-space: nowrap;
  }
  #navigation ul li.menu-item-has-children button {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    right: 5px;
    top: 26px;
    transition: all ease-in-out 150ms;
    transform: rotate(45deg);
    border: solid #222222;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    outline: none !important;
    background: transparent;
  }
  #navigation ul li.menu_button > a {
    padding: 11px 18px;
    border-radius: 4px;
    background-color: #3e1761;
    transition: background-color 475ms ease;
    font-family: Oswald, sans-serif;
    color: #f4f6f7 !important;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 14px !important;
    margin-top: 13px;
    position: relative;
  }
  #navigation ul li a {
    display: block;
    color: #222222;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    font-weight: 600;
    padding: 13px 22px;
    position: relative;
    font-size: 14px;
    line-height: 35px;
  }
  #navigation ul li.menu-item-has-children.open > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  #navigation ul ul.sub-menu {
    background: #f4f6f7;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    width: auto;
    left: 0;
    margin-top: 0;
    padding: 0;
    text-align: left;
    min-width: 100%;
    display: none;
  }
  #navigation ul ul.sub-menu li {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    float: none;
    padding: 0;
    margin: 0;
    position: relative;
  }
  #navigation ul ul.sub-menu li:last-child {
    border-bottom: 0;
  }
  #navigation ul ul.sub-menu a {
    color: #222222 !important;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 22px;
    display: block;
    width: 100%;
    font-weight: 400;
  }
  #navigation ul ul ul.sub-menu {
    background: #F2F2F2;
    position: absolute;
    box-shadow: none;
    top: 0;
    left: 100%;
    width: 100%;
  }
  #navigation ul ul ul.sub-menu li:hover, #navigation ul ul ul.sub-menu li:focus {
    background: #347a82;
    cursor: pointer;
  }
  #navigation ul ul ul.sub-menu li:hover:after, #navigation ul ul ul.sub-menu li:hover:before, #navigation ul ul ul.sub-menu li:focus:after, #navigation ul ul ul.sub-menu li:focus:before {
    display: none !important;
  }
  #navigation ul ul ul.sub-menu li:hover > a, #navigation ul ul ul.sub-menu li:focus > a {
    color: #ffffff !important;
  }
  #navigation ul ul ul.sub-menu a {
    color: #f4f6f7 !important;
  }
  .desktop-nav ul.menu > li:after {
    left: 0;
    background-color: #dddddd;
  }
  .desktop-nav ul.menu > li.current-page-ancestor, .desktop-nav ul.menu > li.current-menu-ancestor, .desktop-nav ul.menu > li.current-menu-item, .desktop-nav ul.menu > li:hover, .desktop-nav ul.menu > li:focus {
    cursor: pointer;
    background: transparent !important;
  }
  .desktop-nav ul.menu > li.current-page-ancestor.button, .desktop-nav ul.menu > li.current-menu-ancestor.button, .desktop-nav ul.menu > li.current-menu-item.button, .desktop-nav ul.menu > li:hover.button, .desktop-nav ul.menu > li:focus.button {
    background: none;
  }
  .desktop-nav ul.menu > li.current-page-ancestor.button:after, .desktop-nav ul.menu > li.current-page-ancestor.button:before, .desktop-nav ul.menu > li.current-menu-ancestor.button:after, .desktop-nav ul.menu > li.current-menu-ancestor.button:before, .desktop-nav ul.menu > li.current-menu-item.button:after, .desktop-nav ul.menu > li.current-menu-item.button:before, .desktop-nav ul.menu > li:hover.button:after, .desktop-nav ul.menu > li:hover.button:before, .desktop-nav ul.menu > li:focus.button:after, .desktop-nav ul.menu > li:focus.button:before {
    display: none !important;
  }
  .desktop-nav ul.menu > li.current-page-ancestor a, .desktop-nav ul.menu > li.current-menu-ancestor a, .desktop-nav ul.menu > li.current-menu-item a, .desktop-nav ul.menu > li:hover a, .desktop-nav ul.menu > li:focus a {
    color: #356e88 !important;
  }
  .desktop-nav ul.menu > li.current-page-ancestor a:after, .desktop-nav ul.menu > li.current-menu-ancestor a:after, .desktop-nav ul.menu > li.current-menu-item a:after, .desktop-nav ul.menu > li:hover a:after, .desktop-nav ul.menu > li:focus a:after {
    border: solid #356e88 !important;
    border-width: 0 2px 2px 0 !important;
  }
  .desktop-nav ul.menu > li.unhovered-item {
    background: transparent;
    color: #ffffff;
  }
  .desktop-nav ul.menu > li.unhovered-item:after, .desktop-nav ul.menu > li.unhovered-item:before {
    display: none !important;
  }
  .desktop-nav ul.menu > li.hovered-item:hover, .desktop-nav ul.menu > li.hovered-item:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .desktop-nav ul.menu > li.hovered-item:hover:after, .desktop-nav ul.menu > li.hovered-item:hover:before, .desktop-nav ul.menu > li.hovered-item:focus:after, .desktop-nav ul.menu > li.hovered-item:focus:before {
    display: block !important;
  }
}
.toggle-nav {
  height: 15px;
  width: 20px;
  background: transparent;
  top: 50%;
  left: 50%;
  position: absolute;
  cursor: pointer;
  display: none;
  transform: translate(-50%, -50%);
}

body.collapse_menu {
  overflow-y: hidden;
}

.toggle-nav,
.toggle-nav span {
  transition: all linear 200ms;
}

.toggle-nav span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2a3c44;
}

.toggle-nav span.toggle-line2 {
  top: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.toggle-nav span.toggle-line3 {
  bottom: 0;
  top: auto;
}

.collapse_menu .toggle-nav span {
  background-color: #ffffff;
}

.collapse_menu .mobile-toggle-wrap {
  background: #3e1761;
}

.hide_desktop {
  display: none;
}

.none {
  display: none;
}

.nav-mobile-header {
  display: none;
}

button.firstToggle {
  position: absolute;
  border: none;
  background: transparent;
  overflow: hidden;
  right: 0;
  text-indent: -999px;
  width: 50px;
  height: 40px;
  z-index: 10;
  display: none;
  outline: none;
  top: 0;
}

@media only screen and (max-width: 1399px) {
  #navigation .desktop-nav ul > li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1387px) {
  #navigation .desktop-nav ul > li a {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1270px) {
  #navigation .desktop-nav ul > li a {
    font-size: 12px !important;
  }
  #navigation .desktop-nav ul > li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #top-navigation ul li a {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 1160px) {
  .main-nav ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1025px) {
  .main-nav ul li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1081px) {
  .main-nav ul li.menu-item-has-children ul.sub-menu li:hover > ul.sub-menu,
  .main-nav ul li.menu-item-has-children ul.sub-menu li:focus > ul.sub-menu {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  .alert-banner {
    display: none !important;
  }
  #navigation {
    text-align: right;
    width: 100%;
  }
  button.firstToggle {
    display: block;
  }
  .menu-toggle-wrap {
    display: none;
  }
  .toggle-nav {
    display: inline-block;
    margin-right: 0;
  }
  .nav-mobile-header {
    height: 55px;
    background-color: #004c84;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    border-top: 1px solid #033d67;
  }
  .mobile-toggle-wrap {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 63px;
    height: 62px;
    transform: translateY(-80%);
  }
  .nav-mobile-header.active {
    background-color: #0e7cc0;
  }
  nav.main-nav {
    margin-top: 0;
    position: fixed;
    width: 100%;
    right: 0;
    top: 78px;
    overflow-y: auto;
    height: calc(100% - 103px);
    z-index: -1;
    right: 0;
    transition: transform 0.3s;
    transform: translateY(-1000px);
    display: none;
  }
  /*Mobile Menu*/
  /*All Menu Item with Icons*/
  /*Third Level Menu*/
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  nav.main-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  body.collapse_menu nav.main-nav {
    transform: translateY(0px);
    opacity: 1;
    display: block;
    z-index: -1;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .menu-main-navigation-container,
  .menu-mobile-menu-container {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .mobile-nav.main-nav .main-nav-list {
    height: auto;
    background-color: #f4f6f7;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .mobile-nav.main-nav ul {
    text-align: left;
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  #mobile-menu li {
    line-height: 0 !important;
    background: #f4f6f7 !important;
    border-bottom: 1px solid #ebebeb;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  #mobile-menu li a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    justify-content: inherit;
    color: #2a3c44;
    height: auto;
    padding: 31px 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-weight: 600;
  }
  #mobile-menu li.menu_button {
    padding: 0;
  }
  #mobile-menu li.menu_button > a {
    font-family: "Oswald", sans-serif;
    background: #3e1761;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    font-weight: normal;
    padding-left: 18px;
    letter-spacing: 0.5px;
  }
  #mobile-menu li.menu_button > a:hover, #mobile-menu li.menu_button > a:focus {
    color: #ffffff !important;
  }
  #mobile-menu li.menu-item-has-children > ul.sub-menu {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    min-height: auto;
    left: 0;
    width: 100%;
    display: none;
    position: relative;
    z-index: 8;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  #mobile-menu li.menu-item-has-children > ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    background: #f4f6f7;
    border-top: 1px solid #ebebeb;
    width: 100%;
    height: 10px;
  }
  #mobile-menu li.menu-item-has-children > ul.sub-menu li {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    background: #f4f6f7 !important;
  }
  #mobile-menu li.menu-item-has-children > ul.sub-menu li > a {
    color: #222222;
  }
  #mobile-menu li.menu-item-has-children > ul.sub-menu li:last-child {
    border-bottom: 0;
  }
  #mobile-menu li.menu-item-has-children > ul.sub-menu li a {
    text-transform: none;
    color: #222222;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 20px;
  }
  #mobile-menu li.menu-item-has-children > ul.sub-menu li a > li {
    padding: 0;
  }
  #mobile-menu li.menu-item-has-children > ul.sub-menu li a > li a {
    padding: 10px 20px;
  }
  #mobile-menu li.menu-item-has-children > ul.sub-menu li.active > a {
    padding-bottom: 8px;
  }
  .main-nav.mobile-nav ul li.menu-item-has-children ul.sub-menu li a.open-menu {
    margin-top: 10px;
  }
  .main-nav.mobile-nav ul li.menu-item-has-children ul.sub-menu li a.open-menu,
  a.open-menu {
    width: 20px !important;
    height: 20px !important;
    float: right;
    margin-right: 15px;
    margin-top: 0;
  }
  .main-nav ul li a:hover,
  .main-nav ul li a:focus {
    color: inherit !important;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
    position: relative;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: inherit;
    box-shadow: none;
    padding-bottom: 0;
    margin: 0 0 10px;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu a {
    color: #fff;
    line-height: 15px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    padding-left: 0;
    font-size: 15px;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu a:hover,
  .main-nav ul li.menu-item-has-children ul.sub-menu a:focus {
    color: #ffffff;
    background: transparent;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu a:before {
    display: none;
  }
  .nav-mobile-header {
    height: 55px;
    background-color: #004c84;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    border-top: 1px solid #033d67;
  }
  .nav-mobile-header.active {
    background-color: #0e7cc0;
  }
  .main-nav ul li.menu-item-has-children a:after {
    display: none;
  }
  .main-nav ul li.menu-item-has-children a.open-menu:before,
  .main-nav ul li.menu-item-has-children ul li.menu-item-has-children > a.open-menu:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    right: 22px;
    top: 24px;
    transition: all ease-in-out 150ms;
    transform: rotate(45deg);
    border: solid #2a3c44;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.3px;
  }
  .main-nav ul li.menu-item-has-children ul li.menu-item-has-children > a:before {
    top: 12px;
  }
  .main-nav ul li.menu-item-has-children.active > a {
    color: #356e88 !important;
  }
  .main-nav ul li.menu-item-has-children ul li.menu-item-has-children.active > a.open-menu:before,
  .main-nav ul li.menu-item-has-children.active a.open-menu:before {
    border: solid #356e88;
    border-width: 0 2px 2px 0;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu li {
    background: #113559 !important;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu li:last-child > a {
    border-bottom: none;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu a span {
    font-size: 16px;
    display: inline-block;
    margin: 0;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu li a {
    color: #ffffff;
    height: auto !important;
    display: inline-block;
    width: auto;
    padding: 0;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu a:hover,
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu a:focus {
    background: none;
  }
  .main-nav ul li:before {
    left: 0 !important;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu {
    position: relative;
    margin-right: 0;
    top: 0;
    left: 0;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
    color: #f4f6f7;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li {
    padding-left: 0;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li.current-menu-item > a,
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li.current_page_item > a {
    color: #f4f6f7 !important;
    background: transparent !important;
  }
}
@media only screen and (max-width: 1370px) {
  .mobile-nav ul li {
    margin: 0;
  }
  .mobile-nav ul li.active {
    padding-bottom: 0;
  }
  .main-nav ul li.button-primary a {
    font-size: 10px !important;
    padding: 0.5rem 0.6rem !important;
  }
  .main-nav ul li.menu-item-has-children a:after {
    top: 3px;
  }
  .menu_footer ul li a {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-menu .button-primary {
    text-align: center;
  }
  #mobile-menu .button-primary a {
    font-size: 15px !important;
    padding: 15px 20px !important;
  }
  body.collapse_menu nav.main-nav {
    top: 77px;
  }
}
/* iPad Pro in portrait & landscape*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .main-nav ul li a {
    font-size: 13px;
  }
  .main-nav ul li.menu-item-has-children ul.sub-menu li:focus > ul.sub-menu,
  .main-nav ul li.menu-item-has-children ul.sub-menu li:hover > ul.sub-menu {
    display: none;
  }
  .desktop-nav ul li.menu-item-has-children:focus > ul.sub-menu,
  .desktop-nav ul li.menu-item-has-children:hover > ul.sub-menu {
    display: none;
  }
}
/*--------------------------------------------------------------
## Side Nav
--------------------------------------------------------------*/
.menu-toggle {
  cursor: pointer !important;
  outline: 0;
  position: absolute;
  z-index: 100;
  right: 0;
  margin: 0;
  background: #367551;
  box-shadow: 0px 3px 0px #205E3C;
  width: 80px !important;
  top: 0;
  padding: 28px 0;
  height: 97%;
}
.menu-toggle .bar {
  display: block;
  background-color: #ffffff;
  width: 31px;
  height: 4px;
  margin: 4px auto;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.menu-toggle.menu-toggle--active .bar {
  margin: 2px auto;
}
.menu-toggle.menu-toggle--active .bar-1 {
  background-color: #ffffff;
  transform: translateY(7px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -moz-transform: translateY(7px) translateX(0) rotate(45deg);
}
.menu-toggle.menu-toggle--active .bar-2 {
  background-color: #ffffff;
  transform: translateY(1px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(1px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(1px) translateX(0) rotate(-45deg);
}
.menu-toggle.menu-toggle--active .bar-3 {
  display: none;
}

#side-menu ul,
.primary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#side-menu ul li,
.primary-menu ul li {
  margin: 0;
  padding: 0;
}

#side-menu {
  width: 220px;
  height: auto;
  background-color: #205E3C;
  position: fixed;
  padding: 30px 15px;
  top: 94px;
  right: 0;
  transition: transform 0.3s;
  transform: translateX(300px);
  z-index: 8;
}
#side-menu.side-menu--active {
  transform: translateX(0px);
}
#side-menu li {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
  line-height: normal;
  text-align: left;
  margin: 0;
}
#side-menu li a {
  color: inherit;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  padding: 5px 10px;
}
#side-menu li a:hover {
  color: #ffffff;
}
#side-menu .sub-menu {
  display: none;
}
#side-menu .sub-menu li {
  padding: 15px 0 15px 10px;
}
#side-menu .sub-menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#side-menu ul.sub-menu li.current-menu-item > a,
#side-menu ul.sub-menu li.current_page_ancestor > a,
#side-menu ul.sub-menu li.current_page_item > a {
  color: #fff !important;
}
#side-menu .open-menu-sidenav {
  width: 20px !important;
  height: 20px !important;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}
#side-menu .open-menu-sidenav:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: 6px;
  top: 0;
  transition: all ease-in-out 150ms;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}
#side-menu li.menu-item-has-children.active > a.open-menu-sidenav:before {
  transform: rotateZ(-135deg);
}

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

.hentry {
  margin: 0 0 1.5em;
}

img.alignright {
  float: right;
  margin: 30px 0 30px 40px !important;
}
@media screen and (max-width: 1080px) {
  img.alignright {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  img.alignright {
    width: 100%;
    height: auto;
  }
}
img.alignleft {
  float: left;
  margin: 30px 40px 30px 0 !important;
}
@media screen and (max-width: 1080px) {
  img.alignleft {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  img.alignleft {
    width: 100%;
    height: auto;
  }
}

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

.group-blog .byline,
.single .byline {
  display: inline;
}

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

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

.heading {
  margin-bottom: 50px;
}

.mobile_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile_only {
    display: block;
  }
}

.tablet_only {
  display: none;
}
@media screen and (max-width: 1080px) {
  .tablet_only {
    display: block;
  }
}

.wpb_single_image.image_radius img {
  border-radius: 4px;
}

.vc_row.small_row {
  padding: 0 17%;
}
@media screen and (max-width: 768px) {
  .vc_row.small_row {
    padding: 0 10%;
  }
}
.vc_row.small_row .vc_btn3-container {
  margin-bottom: 0 !important;
}
.vc_row.small_row .image_column.wpb_column {
  width: 55% !important;
}
@media screen and (max-width: 767px) {
  .vc_row.small_row .image_column.wpb_column {
    width: 100% !important;
  }
}
.vc_row.small_row .content_column.wpb_column {
  width: 45% !important;
  padding-right: 0 !important;
  padding-left: 45px !important;
}
@media screen and (max-width: 767px) {
  .vc_row.small_row .content_column.wpb_column {
    width: 100% !important;
    padding: 30px 0 0 !important;
  }
}
.vc_row.small_row.mobile_reverse .content_column.wpb_column {
  padding-right: 45px !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 991px) {
  .padded_columns > .vc_column-inner {
    padding: 0 15px !important;
  }
}

.mobile_swap_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.mobile_swap_wrapper .mobile_swap {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
}

.contact_form [class*=col-] {
  margin-bottom: 15px;
}
.contact_form .wpcf7-form-control-wrap {
  width: 100%;
}

.archive_grid {
  padding: 0 15px;
}

.category_listing article {
  border-bottom: solid 1px rgba(74, 74, 74, 0.26);
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.category_listing article a {
  text-decoration: none;
}
.category_listing article a:hover {
  color: #3e1761;
}
.category_listing article:last-child {
  border-bottom: 0;
}

.single .highlight_box {
  background: #E8E8E8;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .single .highlight_box {
    padding: 20px;
  }
}
.single .highlight_box h4,
.single .highlight_box h4 * {
  letter-spacing: -0.02em;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  color: #0082f3 !important;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .single .highlight_box h4,
  .single .highlight_box h4 * {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
.single .highlight_box ul {
  color: #4F5E73;
}
.single .highlight_box ul li {
  font-weight: 800;
  font-size: 20px;
  line-height: 42px;
}
.single h4,
.single h4 * {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0082f3 !important;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .single h4,
  .single h4 * {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}

.global_cta .button-white a {
  padding: 12px 17px !important;
  font-weight: 500;
  min-width: 180px;
}

.page_navigation a {
  display: block;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: table;
}

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

.bypostauthor {
  display: block;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*Search*/
.single-post-heading {
  background: #252525;
  padding: 100px 0;
}
.single-post-heading [class*=col-] {
  align-items: center !important;
  justify-content: center;
  position: relative;
}
.single-post-heading .title {
  color: #fff;
}
.single-post-heading h2 {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
}
.single-post-heading h6 {
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 1px;
}

.search-content,
.no-results {
  padding: 60px 30px;
}

.search-content .container_small {
  display: block !important;
}
.search-content a {
  color: #113559;
}
.search-content a:hover {
  color: #3e1761;
}
.search-content .page-header {
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.search-content article {
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.search-content article .meta.bg-color3 {
  background: #3e1761;
}
.search-content article .meta.bg-color4 {
  background: #3e1761;
}
.search-content article .meta {
  font-size: 14px;
  line-height: 26px;
  padding: 5px 2em;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}
.search-content article h4 {
  font-weight: 600;
}
.search-content .excerpt p {
  font-size: 16px;
  line-height: 26px;
  font-family: 300;
}

.error404 .single-post-heading {
  background: #ffffff;
}

.searchbar {
  margin-left: 5px;
}
.searchbar #ajaxsearchpro1_1 .probox .proinput input.orig,
.searchbar #ajaxsearchpro1_2 .probox .proinput input.orig,
.searchbar div.asp_m.asp_m_1 .probox .proinput input.orig {
  padding: 0 10px !important;
}
.searchbar #ajaxsearchpro1_1 .probox .promagnifier div.asp_text_button,
.searchbar #ajaxsearchpro1_2 .probox .promagnifier div.asp_text_button,
.searchbar div.asp_m.asp_m_1 .probox .promagnifier div.asp_text_button {
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}
.searchbar div.asp_m.ajaxsearchpro .probox .proinput {
  margin: 0 !important;
  padding: 0 !important;
}
.searchbar div.asp_m.asp_m_1 .probox .proinput input.orig {
  color: #222222 !important;
}
.searchbar div.asp_m.asp_m_1 .probox .proinput input.orig::-moz-placeholder {
  color: #222222 !important;
}
.searchbar div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
  color: #222222 !important;
}

#ajaxsearchprores1_1 {
  left: auto !important;
  right: 20px !important;
  width: 500px !important;
}

#ajaxsearchprores1_1.vertical,
#ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
  background: #3e1761 !important;
}

.mobile_search {
  margin: 10px auto 10px;
  display: none;
}
@media screen and (max-width: 1080px) {
  .mobile_search {
    display: block;
  }
}
.mobile_search #ajaxsearchpro1_1, .mobile_search #ajaxsearchpro1_2, .mobile_search div.asp_m.asp_m_1 {
  border: 1px solid #ebebeb;
}

.custom_boxes {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.custom_boxes.two_column {
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
}
@media screen and (max-width: 767px) {
  .custom_boxes.two_column {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.custom_boxes.three_column {
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 768px) {
  .custom_boxes.three_column {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (max-width: 767px) {
  .custom_boxes.three_column {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.custom_boxes.four_column {
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 768px) {
  .custom_boxes.four_column {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (max-width: 767px) {
  .custom_boxes.four_column {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panels,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panels-container {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .accordion_section.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.vc_tta.vc_general.vc_tta-accordion {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .vc_tta.vc_general.vc_tta-accordion {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .vc_tta.vc_general.vc_tta-accordion {
    width: 100%;
  }
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
  margin-bottom: 24px;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding: 20px 78px 20px 32px !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09) !important;
}
@media screen and (max-width: 767px) {
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
    margin-bottom: 16px;
  }
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
  padding: 0 0 15px !important;
  background: transparent !important;
  border: 0 !important;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body .wpb_column .vc_column-inner {
  padding: 0 10px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body [class*=button-] {
  margin-top: 25px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-heading {
  padding: 0 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
  padding: 15px 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
  color: rgb(99, 100, 102) !important;
  font-weight: bold;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon {
  height: 14px !important;
  width: 14px !important;
  right: -46px !important;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:before, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:after {
  border-color: #000 !important;
  border-width: 0 3px 3px 0 !important;
  border-style: solid !important;
}

.vc_toggle {
  position: relative;
}

.vc_toggle .vc_toggle_title {
  position: relative;
}

.vc_toggle .vc-copylink {
  z-index: 2;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font: inherit;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #d0d7de;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.vc_toggle:hover .vc-copylink, .vc_toggle .vc-copylink:focus-visible {
  opacity: 1;
  pointer-events: auto;
}

.vc_toggle .vc-copylink:active {
  transform: translateY(-50%) scale(0.98);
}

.vc_toggle .vc-copylink .vc-copytip {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  opacity: 0.85;
}

/* Optional: subtle “link” icon before text */
.vc_toggle .vc-copylink:before {
  content: "🔗";
  margin-right: 6px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .tabs_section.container {
    padding: 0 !important;
  }
  .tabs_section .vc_tta-panel {
    padding: 0 10px;
  }
}
.tabs_section.posts .vc_tta-tabs .vc_tta-panel-body {
  background: transparent !important;
  position: relative;
  padding: 0 !important;
  border: 0 !important;
}
@media screen and (max-width: 991px) {
  .tabs_section.posts.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .tabs_section.posts.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.tabs_section .vc_tta-tabs #events .select_wrap.monthly {
  display: none !important;
}
.tabs_section .vc_tta-tabs .vc_tta-panels {
  background: transparent !important;
  border: 0 !important;
}
.tabs_section .vc_tta-tabs .vc_tta-panel-body {
  border-radius: 6px !important;
  background: #fff !important;
  position: relative;
  padding: 70px !important;
  border: 1px solid #ebebeb !important;
  margin-top: 20px;
}
.tabs_section .vc_tta-tabs .modal {
  height: 100%;
  overflow: hidden;
}
.tabs_section .vc_tta-tabs .vc_tta-tabs-list {
  text-align: center;
  margin-top: 0 !important;
}
.tabs_section .vc_tta-tabs .vc_tta-tab {
  overflow: hidden;
  margin: 0 10px !important;
}
@media screen and (max-width: 767px) {
  .tabs_section .vc_tta-tabs .vc_tta-tab {
    flex: 0 0 90%;
    width: 90%;
    display: flex;
    margin: 0 auto !important;
    display: block !important;
  }
}
.tabs_section .vc_tta-tabs .vc_tta-tab a {
  cursor: pointer !important;
  background: #ffffff !important;
  color: #2a3c44 !important;
  border: 1px solid #ebebeb !important;
  padding: 9px 30px !important;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  border-radius: 4px !important;
  text-transform: uppercase;
  transition: background-color 475ms ease !important;
}
@media screen and (max-width: 767px) {
  .tabs_section .vc_tta-tabs .vc_tta-tab a {
    font-size: 19px;
    padding: 15px 30px !important;
    text-align: left;
  }
}
.tabs_section .vc_tta-tabs .vc_tta-tab a:hover {
  background: #e2e2e2 !important;
}
.tabs_section .vc_tta-tabs .vc_tta-tab.vc_active > a {
  border: 0 !important;
  background: #3e1761 !important;
  color: #ffffff !important;
}
.tabs_section .vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #794aa3 !important;
}

@media screen and (max-width: 767px) {
  .tabs_section .vc_tta-tabs-container {
    display: block !important;
  }
  .tabs_section .vc_tta-panel .vc_tta-panel-heading {
    display: none !important;
  }
}
.floating_menu {
  width: 175px !important;
  position: absolute;
  right: -12%;
  z-index: 7;
}
@media screen and (min-width: 1280px) {
  .floating_menu {
    right: -20%;
  }
}
@media screen and (max-width: 991px) {
  .floating_menu {
    left: 0;
    right: auto;
    position: relative;
    width: 100% !important;
    padding-right: 0 !important;
    top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .floating_menu {
    width: 90%;
    margin: 0 auto;
  }
}
.floating_menu .button-primary {
  font-size: 13px !important;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding: 15px 30px 15px 20px !important;
}
@media screen and (max-width: 991px) {
  .floating_menu .button-primary {
    width: 100%;
    text-align: left;
  }
}
.floating_menu .button-primary:hover {
  background: #347a82 !important;
}
.floating_menu .button-primary:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: 16px;
  top: 20px;
  transition: all ease-in-out 150ms;
  transform: rotate(45deg);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.3px;
}
.floating_menu #toggle_menu {
  background: #ffffff;
  border: 1px solid #ebebeb;
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  min-width: 100%;
  text-align: left;
}
.floating_menu #toggle_menu.open {
  display: block;
}
.floating_menu #toggle_menu p {
  margin: 0;
}
.floating_menu #toggle_menu ul {
  padding: 0;
  margin: 0;
}
.floating_menu #toggle_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.floating_menu #toggle_menu a {
  font-family: "Arial", sans-serif;
  padding: 10px 20px;
  display: block;
  color: #222222;
  font-size: 1rem;
  text-decoration: none;
}
.floating_menu #toggle_menu a:hover {
  background: #f5f3f3;
}

.custom_boxes_flex.container {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .custom_boxes_flex.container {
    display: flex !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.custom_boxes_flex.container .wpb_column {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .custom_boxes_flex.container .wpb_column {
    margin-bottom: 10px;
  }
}
.custom_boxes_flex.container .vc_column-inner {
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 6px;
  background-color: #fff;
  margin: 0 10px;
}

.custom_box {
  padding: 30px 20px !important;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .custom_box {
    flex-wrap: wrap;
  }
}
.custom_box.resources_box p {
  margin-bottom: 5px !important;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
}
.custom_box .box_image {
  display: flex;
  border-radius: 4px;
  height: 151px;
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .custom_box .box_image {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .custom_box .box_image {
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
}
.custom_box .box_content {
  display: flex;
  flex: 0 0 70%;
  max-width: 70%;
  flex-wrap: wrap;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .custom_box .box_content {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .custom_box .box_content {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    padding-left: 0;
  }
}
.custom_box .box_content h2 {
  font-size: 24px;
  line-height: 30px;
}
.custom_box .box_content h2, .custom_box .box_content h3, .custom_box .box_content p {
  color: #2a3c44;
}
@media screen and (max-width: 767px) {
  .custom_box .box_content h2, .custom_box .box_content h3, .custom_box .box_content p {
    text-align: center;
  }
}
.custom_box .box_content p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
}

.vc_row.hero_section,
.hero_section {
  position: relative;
  width: 100%;
}
.vc_row.hero_section h1, .vc_row.hero_section h2, .vc_row.hero_section h3, .vc_row.hero_section h4, .vc_row.hero_section h5, .vc_row.hero_section h6, .vc_row.hero_section p, .vc_row.hero_section span,
.hero_section h1,
.hero_section h2,
.hero_section h3,
.hero_section h4,
.hero_section h5,
.hero_section h6,
.hero_section p,
.hero_section span {
  color: #ffffff;
}
.vc_row.hero_section.inner_hero_section,
.hero_section.inner_hero_section {
  height: 50vh;
}
@media screen and (max-width: 1080px) {
  .vc_row.hero_section.inner_hero_section,
  .hero_section.inner_hero_section {
    height: auto;
    padding: 180px 0 120px;
  }
}
.vc_row.hero_section.large_hero,
.hero_section.large_hero {
  height: 80vh;
  padding-bottom: 0;
  background-attachment: fixed;
}
@media screen and (max-width: 1080px) {
  .vc_row.hero_section.large_hero,
  .hero_section.large_hero {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.hero_section .container,
  .hero_section .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.vc_row.hero_section .hero-slider,
.hero_section .hero-slider {
  width: 100%;
  position: relative;
  mix-blend-mode: normal;
}
.vc_row.hero_section .wrap-slide-slides,
.hero_section .wrap-slide-slides {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 80vh;
}
.vc_row.hero_section .wrap-slide-slides > div,
.hero_section .wrap-slide-slides > div {
  display: flex;
  height: 80vh;
  margin-right: 10%;
  margin-left: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 1280px) {
  .vc_row.hero_section .wrap-slide-slides > div,
  .hero_section .wrap-slide-slides > div {
    margin-right: 14%;
    margin-left: 14%;
  }
}
.vc_row.hero_section .slide_content,
.hero_section .slide_content {
  position: relative;
  width: 50vw;
}
@media screen and (min-width: 1280px) {
  .vc_row.hero_section .slide_content,
  .hero_section .slide_content {
    width: 32vw;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.hero_section .slide_content,
  .hero_section .slide_content {
    width: 80vw;
    text-align: center;
    justify-content: center;
  }
}
.vc_row.hero_section .slide_content h1,
.hero_section .slide_content h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  color: #f4f6f7;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .vc_row.hero_section .slide_content h1,
  .hero_section .slide_content h1 {
    text-align: center;
  }
}
.vc_row.hero_section .slide_content p,
.hero_section .slide_content p {
  margin-bottom: 0px;
  opacity: 0.9;
  font-family: "Open Sans", sans-serif;
  color: #f4f6f7;
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .vc_row.hero_section .slide_content p,
  .hero_section .slide_content p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.hero_section .slide_content p,
  .hero_section .slide_content p {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.vc_row.hero_section .slide_content .button-primary,
.hero_section .slide_content .button-primary {
  margin-top: 30px;
}
.vc_row.hero_section .slide_content .button-primary a,
.hero_section .slide_content .button-primary a {
  font-weight: 400;
}
.vc_row.hero_section .slick-dots,
.hero_section .slick-dots {
  bottom: 70px;
  width: 100%;
  padding: 0 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .vc_row.hero_section .slick-dots,
  .hero_section .slick-dots {
    bottom: 10px;
  }
}
.vc_row.hero_section .slick-arrow,
.hero_section .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .vc_row.hero_section .slick-arrow,
  .hero_section .slick-arrow {
    display: none !important;
  }
}

.vc_row.sub_hero,
.sub_hero {
  background-position: top center !important;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.vc_row.sub_hero:before,
.sub_hero:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  bottom: 0;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #347a82, rgba(121, 74, 163, 0));
  z-index: 1;
}
.vc_row.sub_hero.magenta_overlay:before,
.sub_hero.magenta_overlay:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  bottom: 0;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(121, 74, 163, 0.64), rgba(121, 74, 163, 0));
  z-index: 1;
}
.vc_row.sub_hero.magenta2_overlay:before,
.sub_hero.magenta2_overlay:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  bottom: 0;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #3e1761, rgba(121, 74, 163, 0));
  z-index: 1;
}
.vc_row.sub_hero.gray_overlay:before,
.sub_hero.gray_overlay:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  bottom: 0;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #2a3c44, rgba(121, 74, 163, 0));
  z-index: 1;
}
.vc_row.sub_hero.green_overlay:before,
.sub_hero.green_overlay:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  bottom: 0;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(52, 122, 130, 0.84), rgba(52, 122, 130, 0.84));
  z-index: 1;
}
.vc_row.sub_hero.medium,
.sub_hero.medium {
  padding: 200px 0 130px 0;
}
@media screen and (max-width: 1080px) {
  .vc_row.sub_hero.medium,
  .sub_hero.medium {
    padding: 140px 0 60px 0;
  }
}
.vc_row.sub_hero.large,
.sub_hero.large {
  padding: 300px 0 350px 0 !important;
  padding-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .vc_row.sub_hero.large,
  .sub_hero.large {
    padding: 140px 0 60px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .vc_row.sub_hero .wpb_column.vc_column_container,
  .sub_hero .wpb_column.vc_column_container {
    width: 100%;
  }
}
.vc_row.sub_hero h1,
.sub_hero h1 {
  font-size: 28px;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .vc_row.sub_hero h1,
  .sub_hero h1 {
    margin-top: 30px;
  }
}

.vc_row.bg_grid {
  background: linear-gradient(180deg, rgba(52, 122, 130, 0.84), rgba(52, 122, 130, 0.84)), url("../../images/background_grid.png");
  background-size: contain !important;
  background-repeat: repeat !important;
}

.vc_row.callout {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.vc_row.callout > .vc_row {
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .vc_row.callout h2 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.callout h2 {
    font-size: 1.8rem !important;
    text-align: center !important;
  }
}
.vc_row.callout p {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .vc_row.callout p {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.vc_row.callout [class*=button-] {
  margin-bottom: 0;
}
@media screen and (min-width: 1440px) {
  .vc_row.callout.callout_03 {
    background-position: 0px 0px, 50% 40%;
  }
}
.vc_row.callout.callout_03:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  bottom: 0;
  left: 0;
  background: linear-gradient(52deg, #2a3c44, rgba(52, 122, 130, 0.15));
}
@media screen and (min-width: 1140px) {
  .vc_row.callout.callout_03 .container {
    width: 75% !important;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.callout.callout_03 .container {
    padding: 0 !important;
    margin: 0 10% !important;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.callout.callout_03 h2 {
    text-align: center !important;
  }
}
.vc_row.callout.callout_03 h2, .vc_row.callout.callout_03 p {
  color: #f4f6f7;
}
.vc_row.callout.callout_light:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(42, 60, 68, 0.5), rgba(42, 60, 68, 0.5));
}
@media screen and (min-width: 1140px) {
  .vc_row.callout.callout_light .container {
    width: 75% !important;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.callout.callout_light .container {
    padding: 0 !important;
    margin: 0 auto !important;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.callout.callout_light .vc_custom_heading {
    text-align: center !important;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.callout.callout_light h2 {
    text-align: center !important;
  }
}
.vc_row.callout.callout_light h2, .vc_row.callout.callout_light p {
  color: #f4f6f7;
}
.vc_row.callout.callout_dark {
  background-position: 50% 0% !important;
}
@media screen and (max-width: 991px) {
  .vc_row.callout.callout_dark {
    background-position: 54% 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.callout.callout_dark {
    background-position: 80% 50% !important;
  }
  .vc_row.callout.callout_dark h2, .vc_row.callout.callout_dark p {
    color: #ffffff !important;
  }
}
.vc_row.callout.callout_dark .container {
  width: 70%;
}
@media screen and (min-width: 1140px) {
  .vc_row.callout.callout_dark .container {
    width: 75% !important;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.callout.callout_dark .container {
    width: 75% !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.callout.callout_dark .container {
    padding: 0 !important;
    margin: 0 10% !important;
    text-align: center;
    width: 100%;
  }
}
.vc_row.callout.callout_dark:before {
  content: "" !important;
  display: none !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(42, 60, 68, 0.68), rgba(42, 60, 68, 0.68));
}
@media screen and (max-width: 767px) {
  .vc_row.callout.callout_dark:before {
    display: block !important;
  }
}
.vc_row.callout.callout_dark h2, .vc_row.callout.callout_dark p {
  color: #2a3c44;
}

.callout_form,
.vc_row.callout_form {
  background-position: top center !important;
  position: relative;
}
.callout_form:before,
.vc_row.callout_form:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(42, 60, 68, 0.9), rgba(42, 60, 68, 0.9));
}
.callout_form.vc_row.bg_grid:before,
.vc_row.callout_form.vc_row.bg_grid:before {
  display: none !important;
}
.callout_form .gform_wrapper,
.callout_form .wpcf7,
.vc_row.callout_form .gform_wrapper,
.vc_row.callout_form .wpcf7 {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .callout_form .gform_wrapper,
  .callout_form .wpcf7,
  .vc_row.callout_form .gform_wrapper,
  .vc_row.callout_form .wpcf7 {
    width: 100%;
  }
}
.callout_form a:hover,
.vc_row.callout_form a:hover {
  color: #fff;
}

.callout_tall,
.vc_row.callout_tall {
  height: 70vh;
  padding-bottom: 70px;
  position: relative;
}
@media screen and (min-width: 1140px) {
  .callout_tall,
  .vc_row.callout_tall {
    height: 80vh;
  }
}
@media screen and (max-width: 991px) {
  .callout_tall,
  .vc_row.callout_tall {
    display: block !important;
  }
  .callout_tall .wpb_column.vc_column_container,
  .vc_row.callout_tall .wpb_column.vc_column_container {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .callout_tall,
  .vc_row.callout_tall {
    height: 50vh;
    padding-bottom: 100px;
  }
}
.callout_tall:before,
.vc_row.callout_tall:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(42, 60, 68, 0.9), rgba(42, 60, 68, 0.9));
}

.two_grid_block {
  position: relative;
  z-index: 7;
}
.two_grid_block.offset_top_60 {
  top: -60px;
  margin-bottom: -60px;
}
@media (min-width: 1280px) {
  .two_grid_block.dark .container_small {
    padding-left: 18% !important;
    padding-right: 18% !important;
  }
}
@media screen and (min-width: 1440px) {
  .two_grid_block.dark .container_small {
    padding-right: 20% !important;
    padding-left: 20% !important;
  }
}
@media screen and (max-width: 991px) {
  .two_grid_block.dark .container_small {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important;
  }
}
.two_grid_block.dark .container_small .vc_column-inner {
  background: #f4f6f7;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #ebebeb;
  padding: 30px !important;
}
@media screen and (max-width: 767px) {
  .two_grid_block.dark .container_small .vc_column-inner {
    padding: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .two_grid_block .container {
    padding: 0 20px !important;
  }
  .two_grid_block .container .vc_column_container {
    padding: 0 !important;
  }
}
.two_grid_block .container .vc_column-inner {
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 4px;
  background-color: #fff;
  padding: 30px !important;
}
.two_grid_block .container .vc_column-inner .wpb_single_image .vc_figure,
.two_grid_block .container .vc_column-inner .wpb_single_image .vc_single_image-wrapper,
.two_grid_block .container .vc_column-inner .wpb_single_image img {
  width: auto;
}

.gallery-grid-container {
  display: grid;
  margin-top: 40px;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 991px) {
  .gallery-grid-container {
    align-self: stretch;
  }
}
@media screen and (max-width: 767px) {
  .gallery-grid-container {
    max-width: none;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
  }
}
.gallery-grid-container a {
  position: relative;
  overflow: hidden;
}
.gallery-grid-container a:first-child {
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
.gallery-grid-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.lg-backdrop, .lg-outer {
  z-index: 999999 !important;
}

.lg-backdrop {
  background: rgba(0, 0, 0, 0.9) !important;
}

.lg-toolbar {
  background: transparent !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  width: 85% !important;
}
@media screen and (min-width: 1280px) {
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    width: 60% !important;
  }
}

.lg-inner .lg-item {
  max-height: 90vh;
}

.lg-outer .lg-thumb {
  margin: 0 auto;
}

.lg-outer .lg-thumb-item {
  border: 0;
  border-radius: 0;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  opacity: 0.3;
}

.lg-outer .lg-thumb-outer {
  background-color: transparent;
}

.lg-toolbar .lg-icon {
  font-weight: bold;
}

.lg-actions .lg-prev:after,
.lg-actions .lg-next:before {
  display: none !important;
}

.slick-arrow:before {
  color: #828282;
}

.lg-actions .lg-prev,
.slick-arrow.slick-prev {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .lg-actions .lg-prev,
  .slick-arrow.slick-prev {
    left: 0;
  }
}

.lg-actions .lg-next,
.slick-arrow.slick-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .lg-actions .lg-next,
  .slick-arrow.slick-next {
    right: 0;
  }
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  margin-top: -30px;
  height: 60px;
  width: 60px;
}

body.IE .gallery-grid-container {
  display: flex !important;
  flex-wrap: wrap;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
body.IE .gallery-grid-container .gallery-lightbox {
  margin: 0 10px 20px;
  max-width: 31%;
  flex: 0 0 31%;
  display: flex;
}
body.IE .gallery-grid-container img {
  height: auto;
}

.post_type_section {
  width: 100%;
}
.post_type_section.sticky_post {
  border-top: 0;
  padding-top: 0;
}
.post_type_section .form-group {
  margin-bottom: 0;
}
.post_type_section .button {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .post_type_section .button {
    margin-top: 30px;
  }
}
.post_type_section [class*=col-] {
  padding: 0;
}
.post_type_section article {
  border-style: solid;
  border-width: 1px;
  border-color: #222222;
  border-radius: 4px;
  background-color: #fff;
  margin: 10px 5px;
}
.post_type_section .post_list .content_column {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .post_type_section .post_list .content_column {
    padding: 20px;
  }
}
.post_type_section .post_list .post_item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .post_type_section .post_list .post_item {
    margin-bottom: 0px;
  }
}
.post_type_section .post_list .post_item:first-child a.button-link.all {
  display: inline-block;
}
.post_type_section .post_list .post_item article {
  margin-bottom: 0;
  width: 100%;
}
.post_type_section .post_list .post_item .item_content h3 {
  margin-top: 20px;
  color: #2a3c44;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .post_type_section .post_list .post_item .item_content h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.post_type_section .post_list .post_item .item_content p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 6;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .post_type_section .post_list .post_item .item_content p {
    padding: 0;
    font-size: 0.8rem;
  }
}
.post_type_section .post_list .post_item .item_content .post_date {
  font-weight: bold;
}
.post_type_section .post_list .post_item .item_content .button-link {
  font-size: 20px !important;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .post_type_section .post_list .post_item .item_content .button-link {
    font-size: 16px !important;
  }
}
.post_type_section .post_list .post_item .item_image {
  box-sizing: border-box;
  border-radius: 4px;
  height: 220px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .post_type_section .post_list .post_item .item_image {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .post_type_section .post_list .post_item .item_image {
    margin-bottom: 30px;
  }
}
.post_type_section .post_list a.button-link {
  display: inline-block;
  cursor: pointer;
}
.post_type_section .post_list a.button-link.all {
  margin-left: 10px;
  display: none;
}
.post_type_section.resources_grid [class*=button-] {
  margin-top: 20px;
  padding: 6px 10px !important;
  position: relative;
}
.post_type_section.resources_grid [class*=button-] span {
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
}
.post_type_section.resources_grid [class*=button-]:hover span, .post_type_section.resources_grid [class*=button-]:focus span, .post_type_section.resources_grid [class*=button-]:active span {
  font-family: "Oswald", sans-serif;
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  width: 12em;
  border: 1px solid #3e1761;
  background-color: #3e1761;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.post_type_section.resources_grid h3 {
  font-family: "Arial", sans-serif;
}
.post_type_section.resources_grid .slick-slide > div {
  border-style: solid;
  border-width: 1px;
  border-color: #222222;
  border-radius: 4px;
  background-color: #fff;
  margin: 10px 5px;
}
.post_type_section.resources_grid article {
  border: 0;
  padding: 0;
  margin: 0;
}
.post_type_section.resources_grid .slide_arrow {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  left: 0;
}
.post_type_section.resources_grid .slide_arrow .slick-arrow {
  background: #794aa3;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block !important;
  height: 40px;
  width: 40px;
  transition: background-color 500ms ease;
}
.post_type_section.resources_grid .slide_arrow .slick-arrow:before {
  color: #ffffff;
  font-size: 19px;
  position: relative;
  top: 3px;
}
.post_type_section.resources_grid .slide_arrow .slick-arrow:hover {
  background: #3e1761;
}
.post_type_section .reports_grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 0 8px;
}
.post_type_section .reports_grid .custom_box {
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .post_type_section .reports_grid .custom_box {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .post_type_section .reports_grid .box_content p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1080px) {
  .post_type_section .reports_grid .box_image {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .post_type_section .reports_grid .box_image {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .post_type_section .reports_grid .box_image {
    height: 250px;
  }
}

#tax_filter {
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 1080px) {
  #tax_filter {
    box-shadow: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #tax_filter {
    margin-bottom: 60px;
  }
}
#tax_filter .mobile_dropdown {
  background: #0c1b31;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 34px;
  padding: 10px 20px 10px 20px;
}
#tax_filter .mobile_dropdown:before {
  border-color: #ffffff !important;
  top: 18px !important;
}
#tax_filter .mobile_dropdown #toggle_sidebar {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
#tax_filter ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #tax_filter ul {
    background: #0c1b31;
    padding: 10px 20px 5px 20px;
    margin-top: -5px;
    justify-content: center;
    display: block;
  }
}
#tax_filter ul li {
  display: flex;
  justify-content: center;
  line-height: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 25px;
}
@media screen and (max-width: 1080px) {
  #tax_filter ul li {
    border-right: 0;
    padding-left: 0;
    display: block;
    margin: 0 0 10px;
  }
}
#tax_filter ul li:before {
  display: none;
}
#tax_filter ul li a {
  color: #d4d4d4;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  #tax_filter ul li a {
    padding: 0;
    background: transparent;
    color: #ffffff;
  }
}
#tax_filter ul li a.selected {
  color: #0c1b31;
}
@media screen and (max-width: 1080px) {
  #tax_filter ul li a.selected {
    color: #ffffff;
  }
}
#tax_filter ul li a:hover {
  color: #0c1b31;
}
@media screen and (max-width: 1080px) {
  #tax_filter ul li a:hover {
    color: #ffffff;
  }
}

@media screen and (max-width: 991px) {
  .related_posts .container {
    padding: 0 20px !important;
  }
}
.related_posts .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

.related_posts_wrapper {
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .related_posts_wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .related_posts_wrapper {
    padding: 0;
    margin-bottom: 80px;
  }
}
.related_posts_wrapper .button-link.all {
  display: none !important;
}
.related_posts_wrapper h2.related_title {
  color: #113559;
  margin: 75px 0 30px;
  font-size: 32px !important;
  line-height: 36px !important;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .related_posts_wrapper h2.related_title {
    margin: 30px 0 30px;
    font-size: 24px !important;
  }
}
.related_posts_wrapper .slick-dots {
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  .related_posts_wrapper .box_content {
    margin-left: 0;
    margin-right: 0;
  }
}

.archive_grid {
  margin-top: 200px;
}
@media screen and (max-width: 1080px) {
  .archive_grid {
    margin-top: 150px;
  }
}
.archive_grid .tax_title {
  text-align: center;
}

.archive_filter {
  padding: 0 7.5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.archive_filter [class*=button-] {
  line-height: 35px !important;
}
.archive_filter select {
  font-family: "Oswald", sans-serif;
  font-size: 20px !important;
  line-height: 60px !important;
  padding: 0 10px;
  border: 1px solid #ebebeb !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  height: 60px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.archive_filter .select_wrap {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  margin-right: 10px;
}
@media screen and (max-width: 1080px) {
  .archive_filter .select_wrap {
    flex: 0 0 150px;
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .archive_filter .select_wrap {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.archive_filter .select_wrap:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 23px;
  transition: all ease-in-out 150ms;
  transform: rotate(45deg);
  border: solid #333333;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  right: 15px;
  z-index: 1;
}

.custom_leadership_box a {
  text-decoration: none;
}
.custom_leadership_box a .leadership_box_image .box_image {
  margin-bottom: 20px;
  width: 100%;
}
.custom_leadership_box a .leadership_box_image h2 {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-width: 1920px) {
  .custom_leadership_box a .leadership_box_image h2 {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .custom_leadership_box a .leadership_box_image h2 {
    font-size: 23px;
  }
}
.custom_leadership_box a .leadership_box_image h4 {
  color: #8D8D8D;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.custom-leadership-grid-box {
  padding-left: 6% !important;
  padding-right: 6% !important;
  padding-bottom: 70px;
}
.custom-leadership-grid-box .vc_column_container .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .custom-leadership-grid-box .vc_column_container .wpb_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .custom-leadership-grid-box .vc_column_container .wpb_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .custom-leadership-grid-box .vc_column_container .wpb_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-leadership-grid-box .custom_leadership_box {
  background: #f4f6f7;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #ebebeb;
  padding: 30px !important;
}
.custom-leadership-grid-box .custom_leadership_box .leadership_box_image h2 {
  font-size: 22px;
  line-height: 26px;
}
.custom-leadership-grid-box .custom_leadership_box .leadership_box_image h5 {
  color: #8D8D8D;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.custom-leadership-grid-box.three-column-flex .vc_column_container .wpb_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-leadership-grid-box.three-column-flex .vc_column_container .wpb_wrapper .custom_leadership_box {
  width: 19%;
}
@media screen and (max-width: 1080px) {
  .custom-leadership-grid-box.three-column-flex .vc_column_container .wpb_wrapper .custom_leadership_box {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .custom-leadership-grid-box.three-column-flex .vc_column_container .wpb_wrapper .custom_leadership_box {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .custom-leadership-grid-box.three-column-flex .vc_column_container .wpb_wrapper {
    display: block !important;
  }
}

.container_small_leadership {
  padding-left: 6% !important;
  padding-right: 6% !important;
  justify-content: center;
}
.container_small_leadership .vc_column-inner {
  background: #f4f6f7;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #ebebeb;
  padding: 30px !important;
}

.members_modal_box {
  display: none;
}

.member_modal_open {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.member_modal_open .light_box_wrapper {
  top: 50%;
  position: relative;
  transform: translateY(-50%) !important;
  max-width: 1025px;
  background-color: #F4F6F7;
  width: 90%;
  margin: 0 auto;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .member_modal_open .light_box_wrapper {
    padding: 25px;
  }
}
.member_modal_open .light_box_wrapper .light_box_image {
  width: 42%;
}
@media only screen and (min-width: 1024px) {
  .member_modal_open .light_box_wrapper .light_box_image {
    width: 355px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .member_modal_open .light_box_wrapper .light_box_image {
    width: 100%;
    margin-top: 30px;
  }
}
.member_modal_open .light_box_wrapper .light_box_image img {
  width: 100%;
}
.member_modal_open .light_box_wrapper .light_box_image h2 {
  font-size: 24px;
  line-height: 30px;
}
.member_modal_open .light_box_wrapper h4 {
  color: #8D8D8D;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.member_modal_open .light_box_wrapper h5 {
  color: #8D8D8D;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.member_modal_open .light_box_wrapper .light_box_content {
  width: 52%;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .member_modal_open .light_box_wrapper .light_box_content {
    width: 100%;
    position: initial;
    padding-right: 0;
  }
}
.member_modal_open .light_box_wrapper .light_box_content .modal_close {
  color: #3e1761;
  font-weight: bold;
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 26px;
  height: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .member_modal_open .light_box_wrapper .light_box_content .modal_close {
    top: 0;
  }
}
.member_modal_open .light_box_wrapper .light_box_content .box_content p {
  color: #636466;
  font-size: 16px;
}
.member_modal_open .light_box_wrapper .light_box_content .box_content p a {
  color: #636466;
  font-size: 16px;
}
.member_modal_open .light_box_wrapper .light_box_innerhtml {
  display: flex;
  justify-content: space-between;
  height: 75vh;
  overflow-y: scroll;
  position: relative;
}
@media screen and (max-width: 768px) {
  .member_modal_open .light_box_wrapper .light_box_innerhtml {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .leadership-buttons .vc_btn3-container.vc_btn3-inline {
    display: block !important;
  }
}
.leadership-buttons .board-directors-btn a:hover {
  background-color: #2f8d98 !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
header {
  padding: 0 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 777777;
  opacity: 1;
  transition: padding 300ms ease;
  border-bottom: 1px solid rgba(42, 60, 68, 0.2);
  background: #f4f6f7;
  z-index: 9;
}
header.transparent_header .dark_logo {
  display: block;
  transition: all in ease 500ms;
}
header.no_adminbar {
  top: 50px;
}
header.mob_no_adminbar {
  top: 0;
}
@media screen and (max-width: 1139px) {
  header.sticky {
    padding: 0 20px 0;
  }
}
@media screen and (max-width: 1139px) {
  header.sticky {
    display: block;
    top: 0 !important;
  }
}
header #logo {
  padding: 5px 0;
  display: flex;
  flex: 0 0 15%;
  max-width: 15%;
}
@media screen and (max-width: 1139px) {
  header #logo {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  header #logo {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  header #logo {
    padding-left: 10px;
  }
}
header #logo .logo {
  display: flex;
}
header #logo .dark_logo img {
  width: 153px;
  height: 50px;
  min-height: 40px;
}
header #navigation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 85%;
  max-width: 85%;
}

.alert-banner {
  position: fixed;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #3e1761;
  z-index: 9010;
}
.alert-banner .left-banner {
  display: block;
  overflow: visible;
  width: 45%;
  padding: 0px 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.alert-banner .left-banner .button {
  margin-left: 10px;
}
.alert-banner .right-banner {
  display: flex;
  overflow: visible;
  width: 55%;
  padding: 0px 20px 0px 0px;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 0 0 auto;
  border-left: 1px solid rgba(244, 246, 247, 0.29);
  background-color: #23033f;
}
.alert-banner .inner-block {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.alert-banner .inner-block.right {
  clear: none;
  justify-content: flex-end;
  text-align: right;
  height: 50px;
}
.alert-banner .alert-text {
  font-family: "Arial", sans-serif !important;
  width: 80%;
  color: #f4f6f7;
  font-size: 12px;
  line-height: 14px;
}
.alert-banner .search {
  display: flex;
}
.alert-banner .search label {
  display: none;
}
.alert-banner .search.banner {
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: flex-end;
}
.alert-banner .search .search-button.small {
  height: 30px;
  padding: 0 15px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 14px !important;
  margin: 0 !important;
}
.alert-banner .search .search-input {
  width: 125px;
  height: 18px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 5px 12px;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 0px !important;
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
  display: block;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
}

@media screen and (min-width: 1440px) {
  .alert-banner .alert-text {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .alert-banner .left-banner {
    width: 50%;
  }
  .alert-banner .right-banner {
    width: 50%;
  }
  .alert-banner .inner-block {
    justify-content: space-between;
  }
}
#navigation ul li ul.sign-in-menu-signed-in,
#navigation ul li ul.sign-in-menu {
  background: #3E1761;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px 0px 6px 6px;
  display: none;
  position: absolute !important;
  left: auto;
  right: 0;
  top: auto;
  bottom: auto;
  padding: 20px 10px 25px !important;
  margin-top: -3px !important;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #navigation ul li ul.sign-in-menu-signed-in,
  #navigation ul li ul.sign-in-menu {
    margin-top: -10px;
    padding: 0 10px 20px;
    margin-top: -10px !important;
  }
}
#navigation ul li ul.sign-in-menu-signed-in li,
#navigation ul li ul.sign-in-menu li {
  display: block;
  width: 100%;
  background: transparent !important;
}
@media screen and (max-width: 1080px) {
  #navigation ul li ul.sign-in-menu-signed-in li,
  #navigation ul li ul.sign-in-menu li {
    border-bottom: 0;
  }
}
#navigation ul li ul.sign-in-menu-signed-in a,
#navigation ul li ul.sign-in-menu a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  padding: 10px 12px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  color: #F4F6F7 !important;
  margin: 5px 0;
  width: 100%;
}
#navigation ul li ul.sign-in-menu-signed-in a:hover,
#navigation ul li ul.sign-in-menu a:hover {
  background: #1A6068 !important;
  border-bottom: 0 !important;
  color: #F4F6F7 !important;
  border-bottom: 1px solid #1A6068 !important;
}
#navigation ul li ul.sign-in-menu-signed-in a span,
#navigation ul li ul.sign-in-menu a span {
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
}
#navigation ul li ul.sign-in-menu-signed-in a:hover span, #navigation ul li ul.sign-in-menu-signed-in a:focus span, #navigation ul li ul.sign-in-menu-signed-in a:active span,
#navigation ul li ul.sign-in-menu a:hover span,
#navigation ul li ul.sign-in-menu a:focus span,
#navigation ul li ul.sign-in-menu a:active span {
  font-family: "Oswald", sans-serif;
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  width: 12em;
  border: 1px solid #3e1761;
  background-color: #3e1761;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.main-nav ul li.sign_in:hover a::after, .main-nav ul li.sign_in:focus a::after {
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
}
.main-nav ul li.sign_in > a {
  padding-right: 35px !important;
}
.main-nav ul li.sign_in > a:after {
  position: absolute !important;
  display: block !important;
  content: "" !important;
  width: 0;
  height: 0;
  right: 12px;
  top: 13px;
  transition: all ease-in-out 150ms;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.3px;
}
@media screen and (max-width: 1080px) {
  .main-nav ul li.sign_in > a:after {
    right: 22px;
    top: 26px;
  }
}

.footer {
  display: flex;
  flex-wrap: wrap;
  background: #1a2225;
  padding: 20px 0;
  width: 100%;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}
.footer [class*=col-] {
  position: relative;
  flex: 0 0 26%;
  max-width: 26%;
  padding: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .flex_section {
  width: 100%;
}
.footer .col-large {
  flex: 0 0 48%;
  max-width: 48%;
}
@media screen and (max-width: 768px) {
  .footer .col-large {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .col-large p {
  padding-right: 90px;
}
@media screen and (max-width: 1080px) {
  .footer .container {
    flex-flow: row wrap;
    width: 100%;
  }
}
.footer p, .footer a {
  margin-bottom: 20px;
  color: #f4f6f7;
  line-height: 1.8;
  font-size: 0.7rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.footer .widget {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  width: 100%;
}
.footer .widget ul {
  padding: 0;
}
.footer .widget ul li {
  list-style: none;
  padding: 0;
  font-size: 0.7rem;
  line-height: 1.8;
}
.footer .widget ul li a {
  text-decoration: underline;
  display: block;
  margin-bottom: 0;
}
.footer .widget-title {
  margin: 20px 0;
  font-family: "Oswald", sans-serif;
  color: #f4f6f7 !important;
  font-size: 24px !important;
  line-height: 36px !important;
  font-weight: 500;
}

.social_media {
  position: relative;
}
.social_media ul {
  padding: 0;
  margin: 25px 0 0;
}
.social_media ul li {
  display: inline-block;
  list-style: none;
  margin: 0 3px;
  padding-left: 0;
}
.social_media ul li a {
  font: normal normal normal 14px/1 FontAwesome !important;
  color: #1a2225 !important;
  background: #f4f6f7;
  font-size: 24px !important;
  text-decoration: none !important;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  padding: 4px;
}
.social_media ul li a span {
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
}
.social_media ul li a:hover span, .social_media ul li a:focus span, .social_media ul li a:active span {
  font-family: "Oswald", sans-serif;
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  width: 12em;
  border: 1px solid #3e1761;
  background-color: #3e1761;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.copyright {
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative;
}
.copyright nav {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.copyright .widget {
  width: auto;
}
.copyright.container {
  margin-top: 20px !important;
}
.copyright p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .copyright p span {
    display: block;
    margin: 0 0 5px 0;
  }
}
.copyright a {
  padding-right: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .copyright a {
    padding-right: 8px;
  }
}
.copyright a:active, .copyright a:focus, .copyright a:hover {
  color: #0082f3;
}
.copyright a:last-child {
  border-right: 0;
}
.copyright ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.copyright ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.copyright ul li a {
  text-decoration: underline;
}

.scroll-to-top {
  background-color: #3D1152;
  position: fixed;
  bottom: 50%;
  right: 0;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}
.scroll-to-top a.scroll-top-button {
  padding: 15px;
  font-size: 10px;
  text-decoration: none;
  line-height: 15px;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.widget {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 0 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .widget {
    margin: 0 0 10px;
    padding-bottom: 10px;
  }
}
.widget:last-child {
  border-bottom: 0;
}

.widget-title {
  color: rgb(99, 100, 102) !important;
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .widget-title {
    margin: 0 0 20px;
  }
}

.page_sidebar,
.sidebar,
.wpb_widgetised_column {
  padding-right: 50px;
  margin-bottom: 0 !important;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_sidebar,
  .sidebar,
  .wpb_widgetised_column {
    padding-right: 0;
  }
}
.page_sidebar .wpb_wrapper,
.sidebar .wpb_wrapper,
.wpb_widgetised_column .wpb_wrapper {
  background: #005DAB;
  padding: 30px 20px 20px 20px;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .page_sidebar .wpb_wrapper,
  .sidebar .wpb_wrapper,
  .wpb_widgetised_column .wpb_wrapper {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .page_sidebar .wpb_wrapper,
  .sidebar .wpb_wrapper,
  .wpb_widgetised_column .wpb_wrapper {
    background: #3e1761;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0px 20px;
    top: -6px;
  }
}
.page_sidebar .widget,
.sidebar .widget,
.wpb_widgetised_column .widget {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page_sidebar .widget-title,
.sidebar .widget-title,
.wpb_widgetised_column .widget-title {
  display: none;
}
.page_sidebar .wpb_wrapper,
.sidebar .wpb_wrapper,
.wpb_widgetised_column .wpb_wrapper {
  font-size: 0;
  line-height: 0;
}
.page_sidebar ul,
.sidebar ul,
.wpb_widgetised_column ul {
  margin: 0;
  padding: 0;
}
.page_sidebar ul li,
.sidebar ul li,
.wpb_widgetised_column ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  padding: 30px 0;
  list-style: none;
  font-size: 18px;
  line-height: 0;
}
@media screen and (max-width: 1080px) {
  .page_sidebar ul li,
  .sidebar ul li,
  .wpb_widgetised_column ul li {
    padding: 8px 0;
    margin: 0;
  }
}
.page_sidebar ul li:first-child,
.sidebar ul li:first-child,
.wpb_widgetised_column ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.page_sidebar ul li.current_page_item a, .page_sidebar ul li.current-menu-item a,
.sidebar ul li.current_page_item a,
.sidebar ul li.current-menu-item a,
.wpb_widgetised_column ul li.current_page_item a,
.wpb_widgetised_column ul li.current-menu-item a {
  color: #ffffff !important;
  font-weight: bold;
}
.page_sidebar ul li.current_page_item a:hover, .page_sidebar ul li.current-menu-item a:hover,
.sidebar ul li.current_page_item a:hover,
.sidebar ul li.current-menu-item a:hover,
.wpb_widgetised_column ul li.current_page_item a:hover,
.wpb_widgetised_column ul li.current-menu-item a:hover {
  color: #ffffff !important;
}
.page_sidebar ul li .sub-menu,
.sidebar ul li .sub-menu,
.wpb_widgetised_column ul li .sub-menu {
  display: none;
  padding-left: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page_sidebar ul li .sub-menu,
  .sidebar ul li .sub-menu,
  .wpb_widgetised_column ul li .sub-menu {
    margin: 5px 0 10px 0;
  }
}
.page_sidebar ul li.current-menu-ancestor > a,
.page_sidebar ul li .current_page_ancestor > a,
.sidebar ul li.current-menu-ancestor > a,
.sidebar ul li .current_page_ancestor > a,
.wpb_widgetised_column ul li.current-menu-ancestor > a,
.wpb_widgetised_column ul li .current_page_ancestor > a {
  color: #ffffff !important;
  font-weight: bold;
}
.page_sidebar ul li.current-menu-ancestor .sub-menu,
.page_sidebar ul li .current_page_ancestor .sub-menu,
.sidebar ul li.current-menu-ancestor .sub-menu,
.sidebar ul li .current_page_ancestor .sub-menu,
.wpb_widgetised_column ul li.current-menu-ancestor .sub-menu,
.wpb_widgetised_column ul li .current_page_ancestor .sub-menu {
  display: block;
}
.page_sidebar ul li.current-menu-ancestor .sub-menu li,
.page_sidebar ul li .current_page_ancestor .sub-menu li,
.sidebar ul li.current-menu-ancestor .sub-menu li,
.sidebar ul li .current_page_ancestor .sub-menu li,
.wpb_widgetised_column ul li.current-menu-ancestor .sub-menu li,
.wpb_widgetised_column ul li .current_page_ancestor .sub-menu li {
  padding: 7px 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .page_sidebar ul li.current-menu-ancestor .sub-menu li,
  .page_sidebar ul li .current_page_ancestor .sub-menu li,
  .sidebar ul li.current-menu-ancestor .sub-menu li,
  .sidebar ul li .current_page_ancestor .sub-menu li,
  .wpb_widgetised_column ul li.current-menu-ancestor .sub-menu li,
  .wpb_widgetised_column ul li .current_page_ancestor .sub-menu li {
    padding: 2px 0;
    margin: 0;
    line-height: 0;
  }
}
.page_sidebar ul li.current-menu-ancestor .sub-menu li:last-child,
.page_sidebar ul li .current_page_ancestor .sub-menu li:last-child,
.sidebar ul li.current-menu-ancestor .sub-menu li:last-child,
.sidebar ul li .current_page_ancestor .sub-menu li:last-child,
.wpb_widgetised_column ul li.current-menu-ancestor .sub-menu li:last-child,
.wpb_widgetised_column ul li .current_page_ancestor .sub-menu li:last-child {
  padding-bottom: 0;
}
.page_sidebar ul li.current-menu-ancestor .sub-menu li a,
.page_sidebar ul li .current_page_ancestor .sub-menu li a,
.sidebar ul li.current-menu-ancestor .sub-menu li a,
.sidebar ul li .current_page_ancestor .sub-menu li a,
.wpb_widgetised_column ul li.current-menu-ancestor .sub-menu li a,
.wpb_widgetised_column ul li .current_page_ancestor .sub-menu li a {
  color: #ffffff !important;
}
.page_sidebar ul a,
.sidebar ul a,
.wpb_widgetised_column ul a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1139px) {
  .page_sidebar ul a,
  .sidebar ul a,
  .wpb_widgetised_column ul a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page_sidebar ul a,
  .sidebar ul a,
  .wpb_widgetised_column ul a {
    font-size: 13px;
    line-height: 23px;
  }
}
.page_sidebar ul a:hover,
.sidebar ul a:hover,
.wpb_widgetised_column ul a:hover {
  color: #ffffff;
}
.page_sidebar select.form-control,
.sidebar select.form-control,
.wpb_widgetised_column select.form-control {
  background: #3e1761;
  border: 0 !important;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}
.page_sidebar .form-group.select.mobile_dropdown,
.sidebar .form-group.select.mobile_dropdown,
.wpb_widgetised_column .form-group.select.mobile_dropdown {
  margin: 25px 0 0px;
  background: #3e1761;
  padding: 15px 20px;
  border-radius: 0;
  line-height: 23px;
}
.page_sidebar .form-group.select.mobile_dropdown a,
.sidebar .form-group.select.mobile_dropdown a,
.wpb_widgetised_column .form-group.select.mobile_dropdown a {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}
.page_sidebar .form-group.select.mobile_dropdown::before,
.sidebar .form-group.select.mobile_dropdown::before,
.wpb_widgetised_column .form-group.select.mobile_dropdown::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  z-index: 7;
  top: 17px;
}

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