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

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

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

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

.font_bold {
  font-weight: bold; }

.font_700 {
  font-weight: 700 !important; }

.font_semibold {
  font-weight: 600 !important; }

.font_800 {
  font-weight: 800 !important; }

.font_normal {
  font-weight: 400 !important; }

.font_thin {
  font-weight: 100 !important; }

.font_500 {
  font-weight: 500 !important; }

.font_600 {
  font-weight: 600 !important; }

.font_300,
.font_300 * {
  font-weight: 100 !important; }

.font_400,
.font_400 * {
  font-weight: 400 !important; }

.font_500 * {
  font-weight: 500 !important; }

.font_500 strong * {
  font-weight: 700 !important; }

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

.text_uppercase {
  text-transform: uppercase; }

.text_nocase {
  text-transform: none !important; }

.text_capitalize {
  text-transform: capitalize !important; }

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

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

.container,
.vc_row.container,
.archive_grid {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto !important; }
  @media screen and (max-width: 1080px) {
    .container,
    .vc_row.container,
    .archive_grid {
      padding-right: 20px !important;
      padding-left: 20px !important;
      max-width: 100%; } }
.container_small,
.vc_row.container_small {
  width: 100%;
  max-width: 980px;
  margin: 0 auto !important;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media screen and (max-width: 1080px) {
    .container_small,
    .vc_row.container_small {
      padding-right: 20px;
      padding-left: 20px; } }
.container_xsmall,
.vc_row.container_xsmall {
  width: 100%;
  max-width: 850px;
  margin: 0 auto !important;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media screen and (max-width: 1080px) {
    .container_xsmall,
    .vc_row.container_xsmall {
      padding-right: 20px;
      padding-left: 20px; } }
.container_large,
.vc_row.container_large {
  display: flex;
  width: 100%;
  max-width: 80%;
  margin: 0 auto !important;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media screen and (max-width: 1439px) {
    .container_large,
    .vc_row.container_large {
      max-width: 100%; } }
  @media screen and (max-width: 1080px) {
    .container_large,
    .vc_row.container_large {
      padding-right: 20px;
      padding-left: 20px;
      max-width: 100%; } }
.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: 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: #828282;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4f4f4f;
  clear: both;
  font-family: "Oswald", "Helvetica", Arial, serif;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 20px !important; } }
h1 {
  font-size: 95px;
  line-height: 100px; }
  @media screen and (max-width: 1080px) {
    h1 {
      font-size: 35px !important;
      line-height: 40px !important; } }
h2 {
  font-size: 50px;
  line-height: 51px; }
  @media screen and (max-width: 1080px) {
    h2 {
      font-size: 36px !important;
      line-height: 1.2 !important; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 34px !important;
      line-height: 1.2 !important; } }
h3 {
  font-size: 40px;
  line-height: 50px; }
  @media screen and (max-width: 1080px) {
    h3 {
      font-size: 26px !important;
      line-height: 32px !important; } }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 26px !important;
      line-height: 36px !important; } }
h4 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 300; }
  @media screen and (max-width: 991px) {
    h4 {
      font-size: 24px !important;
      line-height: 38px !important; } }
h5 {
  font-size: 22px;
  line-height: 28px; }
  @media screen and (max-width: 1080px) {
    h5 {
      font-size: 16px !important;
      line-height: 20px !important; } }
h6 {
  font-size: 15px;
  line-height: 24px; }
  h6.small_title {
    font-family: "Oswald", "Helvetica", Arial, serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 25px; }

.font_m_0 {
  margin: 0 !important; }

p {
  color: #4f4f4f;
  font-family: "Inter", "Helvetica", Arial, serif;
  margin-bottom: 20px;
  margin-top: 0 !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px; }
  @media screen and (max-width: 991px) {
    p {
      font-size: 16px !important;
      line-height: 26px !important;
      margin-bottom: 15px !important; } }
.maincontent ul li, .maincontent ol li {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: normal;
  padding-left: 10px;
  position: relative;
  margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .maincontent ul li, .maincontent ol li {
      font-size: 16px !important;
      line-height: 26px !important; } }
ol li {
  margin-bottom: 10px; }

ul, ol {
  padding: 0 0 0 25px; }
  ul li, ol li {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    line-height: 34px;
    font-weight: normal;
    padding-left: 10px;
    position: relative;
    margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      ul li, ol li {
        font-size: 16px !important;
        line-height: 26px !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 {
  padding: 15px 0 15px 40px;
  border-left: 5px solid #E2E2E2;
  margin: 0 0 40px !important; }
  @media screen and (max-width: 767px) {
    blockquote {
      margin: 25px 0 !important; } }
  blockquote p {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #828282; }

.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: 30px 30px 120px rgba(18, 83, 134, 0.3);
  border-radius: 0px 30px; }
  @media screen and (max-width: 991px) {
    .box_shadow img {
      border-radius: 0px 24px; } }
.img_theme img {
  border-radius: 0px 30px; }

.small_paragraph p, .small_paragraph span, .small_paragraph ul, .small_paragraph ol {
  font-size: 0.875rem !important; }

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

body {
  margin: 0;
  overflow: visible;
  text-rendering: optimizeLegibility; }

@media only screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden; } }

article,
sspde,
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; }

td,
th {
  padding: 0; }

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

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

.tablet_only {
  display: none !important; }

.big_tablet_only {
  display: none !important; }

@media screen and (max-width: 1080px) {
  .tablet_center *,
  .tablet_center {
    text-align: center !important; }
  .space_mobile_large,
  .vc_empty_space.space_mobile_large {
    height: 80px !important; }
  .mobile_space_big,
  .vc_empty_space.mobile_space_big {
    height: 100px !important; }
  .big_tablet_hide {
    display: none; }
  .big_tablet_only {
    display: block !important; }
  .big_tablet_reverse {
    flex-direction: column-reverse;
    display: flex; }
  .big_tablet_fullwidth .wpb_column {
    width: 100%; }
  .wpb_single_image.vc_align_right {
    text-align: left !important; } }

@media screen and (max-width: 991px) {
  .mobile_space,
  .vc_empty_space.mobile_space {
    height: 40px !important; }
  .space_mobile_large,
  .vc_empty_space.space_mobile_large {
    height: 40px !important; }
  .vc_btn3-container {
    margin-bottom: 0 !important; }
  .wpb_content_element {
    margin-bottom: 20px !important; }
  .tablet_reverse {
    flex-direction: column-reverse;
    display: flex; }
  .tablet_hide {
    display: none !important; }
  .tablet_only {
    display: block !important; }
  .tablet_auto.vc_row {
    padding-top: 150px;
    padding-bottom: 150px;
    height: auto !important; }
  .tablet_fullwidth .wpb_column {
    width: 100%; } }

@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 !important; }
  .mobile_space_big,
  .vc_empty_space.mobile_space_big {
    height: 60px !important; }
  .mobile_auto.vc_row {
    padding-top: 100px;
    padding-bottom: 100px; } }

@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 12px 40px 0 !important; }
  @media screen and (max-width: 767px) {
    .inline_element {
      margin: 0 12px 0 0 !important; } }
.social_share {
  align-items: center; }
  .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 {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.2;
      color: #012D51;
      margin: 0 !important;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase; }
  .social_share .social_media {
    position: relative; }
    .social_share .social_media ul {
      margin: 0 !important;
      padding: 0 !important;
      display: flex; }
      .social_share .social_media ul li {
        margin: 0px 3px;
        list-style: none;
        padding: 0 !important;
        line-height: 20px !important; }
      .social_share .social_media ul a {
        cursor: pointer;
        font-size: 16px !important;
        width: 16px;
        height: 16px;
        text-align: center; }
        .social_share .social_media ul a:hover {
          opacity: 0.7; }
        .social_share .social_media ul a:before {
          color: #0096D7; }

/*slick carousel*/
.slick-dots {
  bottom: 30px;
  left: 0; }
  @media screen and (max-width: 768px) {
    .slick-dots {
      bottom: 0; } }
.slick-dotted.slick-slider {
  margin: 0 !important; }

.slick-dots li {
  box-shadow: none !important;
  margin: 0 5px !important;
  width: auto;
  height: auto;
  padding: 0 !important; }
  .slick-dots li:before {
    display: none; }
  @media screen and (max-width: 767px) {
    .slick-dots li {
      z-index: 1; } }
  .slick-dots li button {
    background: #E0E0E0;
    opacity: 1;
    border-radius: 0;
    width: 16px;
    height: 16px;
    padding: 0; }
    .slick-dots li button:before {
      display: none; }
  .slick-dots li.slick-active button {
    background: #012D51;
    opacity: 1; }

.slick-arrow {
  bottom: 0;
  z-index: 6;
  display: inline-block;
  height: 72px;
  width: 72px;
  border-radius: 100%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s; }
  @media screen and (max-width: 767px) {
    .slick-arrow {
      height: 60px;
      width: 60px; } }
  .slick-arrow.slick-prev {
    left: 30px;
    background: #ffffff url("../../images/arrow-left.svg") no-repeat center center !important;
    background-size: 50% !important; }
    @media screen and (max-width: 1390px) {
      .slick-arrow.slick-prev {
        left: 5px; } }
    .slick-arrow.slick-prev:before {
      content: none !important; }
  .slick-arrow.slick-next {
    right: 30px;
    background: #ffffff url("../../images/arrow-right.svg") no-repeat center center !important;
    background-size: 50% !important; }
    @media screen and (max-width: 1390px) {
      .slick-arrow.slick-next {
        right: 5px; } }
    .slick-arrow.slick-next:hover {
      background: #012D51 url("../../images/arrow-right-white.svg") no-repeat center center !important;
      background-size: 50%;
      box-shadow: none; }
    .slick-arrow.slick-next:before {
      content: none !important; }

/* 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", "Helvetica", Arial, serif; }
  #pagenav a,
  #pagenav span {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    color: #333333;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 8px 15px;
    margin: 0 5px;
    text-decoration: none;
    font-family: "Oswald", "Helvetica", Arial, serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px; }
    #pagenav a.nextpostslink, #pagenav a.previouspostslink,
    #pagenav span.nextpostslink,
    #pagenav span.previouspostslink {
      border: 1px solid #E0E0E0;
      border-radius: 4px;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0;
      top: 0;
      padding: 11px 15px; }
      #pagenav a.nextpostslink:hover, #pagenav a.nextpostslink:focus, #pagenav a.previouspostslink:hover, #pagenav a.previouspostslink:focus,
      #pagenav span.nextpostslink:hover,
      #pagenav span.nextpostslink:focus,
      #pagenav span.previouspostslink:hover,
      #pagenav span.previouspostslink:focus {
        background: #E0E0E0;
        border: 1px solid #E0E0E0; }
      #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: #0E1F41;
        font-size: 14px;
        top: 0;
        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: #012D51;
    border: 1px solid #012D51; }

.wpb_image_grid .wpb_image_grid_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: auto !important; }
  .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    display: flex;
    overflow: hidden;
    padding: 0px;
    justify-content: center;
    align-items: center;
    float: none !important;
    position: static !important;
    height: auto !important; }
    @media screen and (max-width: 1080px) {
      .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        max-width: 33% !important;
        flex: 0 0 33% !important;
        margin-bottom: 20px !important; } }
    @media screen and (max-width: 767px) {
      .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        max-width: 48% !important;
        flex: 0 0 48% !important;
        margin-bottom: 20px !important; } }
.image_carousel .slick-arrow {
  display: none !important; }

.image_carousel .slick-list {
  width: 100%;
  padding: 0 !important; }

.image_carousel .slick-track {
  display: flex;
  align-items: center; }
  .image_carousel .slick-track img {
    margin: 0 auto;
    width: 90%; }
  .image_carousel .slick-track .slick-slide > div {
    display: flex;
    align-items: center; }

@media screen and (max-width: 1080px) {
  .image_carousel .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px !important; } }

@media screen and (max-width: 767px) {
  .image_carousel .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px !important; } }

@media screen and (max-width: 1080px) {
  .image_carousel .wpb_image_grid .wpb_image_grid_ul .isotope-item img {
    width: 80%; } }

.image_grid_animate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto !important;
  margin: 20px auto;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .image_grid_animate {
      flex-wrap: wrap;
      justify-content: center; } }
  .image_grid_animate li {
    display: flex;
    padding: 0px 40px;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .image_grid_animate li {
        padding: 0 10px; } }
    .image_grid_animate li img {
      width: 80%; }
    @media screen and (max-width: 767px) {
      .image_grid_animate li {
        max-width: 48% !important;
        flex: 0 0 48% !important;
        margin-bottom: 20px !important; } }
.small_images .wpb_image_grid .wpb_image_grid_ul img {
  width: 70%; }

.ms_gold_image img {
  width: 268px;
  height: 45px; }

.vc_separator .vc_sep_line {
  height: 8px !important;
  background: url("../../images/border.svg") center/100% 100% no-repeat;
  width: 110px !important;
  border: 0 !important;
  display: block;
  margin: 0 auto; }

.vc_separator.secondary .vc_sep_line {
  background: url("../../images/border-teal.svg") center/100% 100% no-repeat;
  width: 100% !important; }

.vc_separator h4 {
  background: linear-gradient(240.62deg, #2269A2 34.14%, #115286 80.57%);
  border-radius: 0px 23.3737px;
  padding: 47px 32px !important;
  color: #ffffff;
  font-size: 34px !important;
  line-height: 38px !important;
  text-align: center;
  max-width: 620px;
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

@media screen and (max-width: 991px) {
  .vc_separator {
    margin: 0 -30px !important; }
    .vc_separator h4 {
      padding: 20px !important; } }

@media screen and (max-width: 767px) {
  .vc_separator {
    width: 100vw !important;
    margin: 0 -30px !important; }
    .vc_separator.secondary .vc_sep_line {
      background: url("../../images/border-teal.svg") center/300% 90% no-repeat; } }

/* Modals */
.modal-dialog {
  margin: 0 auto;
  background: #fff;
  border-radius: 0 !important;
  width: 100%;
  padding-bottom: 30px; }

@media (min-width: 1081px) {
  .modal-dialog {
    max-width: 1440px; } }

.modal {
  background: rgba(47, 47, 47, 0.6) !important;
  z-index: 999999;
  display: block;
  visibility: hidden;
  overflow-y: hidden; }

.modal-body {
  position: relative;
  padding: 40px 100px 100px; }
  @media screen and (max-width: 1080px) {
    .modal-body {
      padding: 30px 20px 40px; } }
.modal.in {
  visibility: visible; }

.modal-header {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 2rem;
  margin: 0; }
  @media screen and (max-width: 1080px) {
    .modal-header {
      width: 100%; } }
  .modal-header h6 {
    margin: 0 0 10px;
    font-size: 16px; }
  .modal-header h5 {
    margin-bottom: 0; }

.modal-header .close {
  background: #fff;
  font-family: "Oswald", "Helvetica", Arial, serif;
  color: #012D51;
  text-shadow: none !important;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  padding: 0 !important;
  right: 10px;
  top: 10px;
  position: absolute;
  z-index: 999999;
  cursor: pointer;
  outline: none !important;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300; }
  @media screen and (max-width: 991px) {
    .modal-header .close {
      width: 40px;
      height: 40px;
      font-size: 28px; } }
  @media screen and (max-width: 767px) {
    .modal-header .close {
      width: 35px;
      height: 35px;
      font-size: 25px; } }
.modal-content {
  max-height: 80vh;
  overflow: auto; }
  @media screen and (max-width: 991px) {
    .modal-content {
      max-height: 80vh; } }
  @media screen and (max-width: 767px) {
    .modal-content {
      flex-wrap: wrap; } }
  .modal-content .modal-footer {
    padding: 0 !important;
    border-top: 0 !important;
    text-align: center !important;
    z-index: 999999; }
    .modal-content .modal-footer button {
      display: inline-block;
      height: 75px;
      width: 75px;
      transition: all 0.2s;
      border: 0;
      z-index: 999999; }
      @media screen and (max-width: 1080px) {
        .modal-content .modal-footer button {
          height: 30px;
          width: 30px;
          font-size: 0 !important; } }
      .modal-content .modal-footer button.btn-prev {
        background: #012D51 url("../../images/arrow-left-white.svg") no-repeat center center !important;
        background-size: 50% !important;
        position: absolute;
        left: 0;
        top: 50%; }
        @media screen and (max-width: 1080px) {
          .modal-content .modal-footer button.btn-prev {
            top: 15px;
            left: 20px; } }
      .modal-content .modal-footer button.btn-next {
        background: #012D51 url("../../images/arrow-right-white.svg") no-repeat center center !important;
        background-size: 50% !important;
        position: absolute;
        right: 0;
        top: 50%; }
        @media screen and (max-width: 1080px) {
          .modal-content .modal-footer button.btn-next {
            background-size: 50% !important;
            top: 15px;
            left: 60px;
            right: auto; } }
@media screen and (max-width: 991px) {
  .mobile_modal {
    text-align: center; } }

.divider_theme {
  position: relative; }
  .divider_theme:before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 155px;
    background: url("../../images/curved-bottom-multiply.png") center/100% 100% no-repeat;
    mix-blend-mode: multiply; }
  .divider_theme:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 155px;
    background: url("../../images/curved-bottom.png") center/100% 100% no-repeat; }
  @media screen and (max-width: 991px) {
    .divider_theme:before, .divider_theme:after {
      height: 50px; }
    .divider_theme::before {
      background: url("../../images/curved-bottom-multiply.png") center top/auto 80% no-repeat; }
    .divider_theme::after {
      background: url("../../images/curved-bottom.png") center bottom/auto 80% no-repeat; } }
  @media screen and (max-width: 768px) {
    .divider_theme {
      background-size: cover !important;
      background-position: 280px center !important; }
      .divider_theme:before, .divider_theme:after {
        height: 50px; }
      .divider_theme::before {
        background: url("../../images/curved-bottom-multiply.png") left top/auto 100% no-repeat; }
      .divider_theme::after {
        background: url("../../images/curved-bottom.png") left bottom/auto 100% no-repeat; } }
  .divider_theme--alt::before {
    background: none; }
  .divider_theme--alt:after {
    background: url("../../images/curved-bottom2.png") center/100% 100% no-repeat; }
  .divider_theme--alt2::before {
    background: none; }
  .divider_theme--alt2:after {
    background: url("../../images/curved-bottom3.png") center/100% 100% no-repeat; }
  .divider_theme--top.vc_row {
    position: relative; }
    .divider_theme--top.vc_row:before {
      width: 100%;
      height: 80px;
      top: -1px;
      background: url(../../images/section-wave.svg) center/100% 100% no-repeat; }
    @media screen and (max-width: 991px) {
      .divider_theme--top.vc_row:before {
        height: 50px;
        background: url("../../images/section-wave.svg") center top/auto 80% no-repeat; } }
    @media screen and (max-width: 768px) {
      .divider_theme--top.vc_row:before {
        height: 50px;
        background: url("../../images/section-wave.svg") left top/auto 100% no-repeat; } }
.testimonial_bg.vc_row {
  background: url("../../images/testi-quote.png") center right/auto 100% no-repeat; }
  @media screen and (max-width: 991px) {
    .testimonial_bg.vc_row {
      background: url("../../images/testi-quote.png") calc(100% - 50px) 50%/auto 100% no-repeat; } }
  @media screen and (max-width: 768px) {
    .testimonial_bg.vc_row {
      background: url("../../images/testi-quote.png") 50% calc(100% - 130px)/85% no-repeat; } }
.section_wave.vc_row {
  background-size: 100% 100% !important; }
  .section_wave.vc_row:before, .section_wave.vc_row:after {
    width: 100%;
    height: 80px; }
  .section_wave.vc_row:before {
    top: 0;
    background: url("../../images/section-wave.svg") center/100% 100% no-repeat; }
  .section_wave.vc_row::after {
    bottom: 0;
    background: url("../../images/section-wave--bottom.svg") center/100% 100% no-repeat; }
  @media screen and (max-width: 991px) {
    .section_wave.vc_row:before, .section_wave.vc_row:after {
      height: 50px; }
    .section_wave.vc_row::before {
      background: url("../../images/section-wave.svg") center top/auto 80% no-repeat; }
    .section_wave.vc_row::after {
      background: url("../../images/section-wave--bottom.svg") center bottom/auto 80% no-repeat; } }
  @media screen and (max-width: 768px) {
    .section_wave.vc_row {
      background-size: cover !important;
      background-position: 280px center !important; }
      .section_wave.vc_row:before, .section_wave.vc_row:after {
        height: 50px; }
      .section_wave.vc_row::before {
        background: url("../../images/section-wave.svg") left top/auto 100% no-repeat; }
      .section_wave.vc_row::after {
        background: url("../../images/section-wave--bottom.svg") left bottom/auto 100% no-repeat; } }
.shape_left.vc_row {
  position: relative; }
  @media screen and (min-width: 992px) {
    .shape_left.vc_row {
      display: flex;
      align-items: center;
      margin-top: 40px !important; }
      .shape_left.vc_row::before {
        display: block !important;
        content: '';
        position: absolute;
        width: 80%;
        height: calc(100% + 80px);
        background: #F2F2F2;
        padding-top: 40px;
        padding-bottom: 40px;
        top: -40px; }
      .shape_left.vc_row .vc_column_container:first-child {
        padding-left: 80px;
        flex-basis: 620px; }
      .shape_left.vc_row .vc_column_container:last-child {
        padding-left: 100px;
        flex-shrink: 1; } }
  @media screen and (max-width: 768px) {
    .shape_left.vc_row::before {
      top: auto;
      bottom: 0;
      width: 100%;
      height: calc(100% - 150px);
      padding: 0; } }
.shape_left--secondary.vc_row::before {
  position: absolute;
  background: #F4FBFB;
  height: calc(100% + 140px);
  padding-top: 70px;
  padding-bottom: 70px;
  top: -70px; }
  @media screen and (max-width: 768px) {
    .shape_left--secondary.vc_row::before {
      width: calc(100% + 40px);
      left: -20px;
      height: calc(100% - 200px);
      top: -200px;
      bottom: auto; } }
.shape_bottom.vc_row {
  position: relative; }
  .shape_bottom.vc_row:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 350px;
    width: 100%;
    background: url(../../images/line-bg.png) center/100% 100% no-repeat; }

.theme_box {
  position: relative;
  background: linear-gradient(240.62deg, #2269A2 34.14%, #115286 80.57%);
  border-radius: 0px 30px;
  margin-left: 18px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  transition: background-color 0.3s ease;
  padding: 60px 52px 70px; }
  .theme_box:before {
    pointer-events: none;
    content: '';
    width: 100%;
    position: absolute;
    top: -24px;
    left: -18px;
    height: 100%;
    border: 1px solid #48C3C6;
    border-radius: 0px 30px; }
  .theme_box .wpb_text_column {
    max-width: 360px; }
  .theme_box p {
    margin-bottom: 27px !important;
    letter-spacing: -1px; }
  .theme_box .button-secondary a {
    background: #48C3C6 !important;
    color: #ffffff !important; }
  .theme_box .vc_btn3-container {
    margin-top: auto; }
  .theme_box--primary {
    background: #012D51; }
  @media screen and (max-width: 991px) {
    .theme_box {
      padding: 30px 20px 60px; }
      .theme_box .wpb_text_column {
        max-width: 100%; } }
@media screen and (min-width: 767px) {
  .vc_row-o-equal-height .wpb_wrapper,
  .vc_row-o-equal-height .theme_box {
    height: 100%; } }

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

*,
*:after,
*:before {
  /* Inherit box-sizing to make it efidaer 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: #ffffff;
  /* 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-white,
.button-white a,
.button-white button,
a.button-white,
input.button-white, span.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 {
  cursor: pointer;
  font-family: "Oswald", "Helvetica", Arial, serif;
  font-style: normal;
  border: 0 !important;
  font-size: 22px !important;
  line-height: 33px !important;
  padding: 20px 34px !important;
  border-radius: 0px 12px !important;
  display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  margin-bottom: 0;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease-in-out !important;
  min-width: 250px; }
  @media screen and (max-width: 991px) {
    .btn, span.button-white,
    .button-white a,
    .button-white button,
    a.button-white,
    input.button-white, span.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 {
      width: 100%; } }
  .btn:active, span.button-white:active,
  .button-white a:active,
  .button-white button:active,
  a.button-white:active,
  input.button-white: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-white:focus,
  .button-white a:focus,
  .button-white button:focus,
  a.button-white:focus,
  input.button-white: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-white:hover,
  .button-white a:hover,
  .button-white button:hover,
  a.button-white:hover,
  input.button-white: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.btn a:focus,
  #mobile-menu li.btn a:hover {
    background: inherit; }

@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; }

@media screen and (max-width: 991px) {
  .vc_btn3-container.tablet_full {
    width: 100%; }
    .vc_btn3-container.tablet_full a {
      width: 100%; } }

/*VC BUTTONS*/
.button a.vc_btn3:after,
.button a:after {
  display: none !important; }

a.button {
  height: auto;
  padding: 0.8rem 1.8rem !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: linear-gradient(240.62deg, #2269A2 34.14%, #115286 80.57%) !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: #012D51 !important;
  color: #ffffff !important; }

/* Secondary Button */
span.button-secondary,
.button-secondary a,
.button-secondary button,
a.button-secondary,
input.button-secondary {
  background: linear-gradient(0.85deg, #40CDD0 1.45%, #9EFCFF 115.5%) !important;
  color: #2269A2 !important; }

span.button-secondary:hover,
.button-secondary a:hover,
.button-secondary button:hover,
a.button-secondary:hover,
input.button-secondary:hover {
  background: #48C3C6 !important;
  color: #ffffff !important; }

/* White Button */
span.button-white,
.button-white a,
.button-white button,
a.button-white,
input.button-white {
  background: #ffffff !important;
  color: #2269A2 !important; }

span.button-white:hover,
.button-white a:hover,
.button-white button:hover,
a.button-white:hover,
input.button-white:hover {
  background: #48C3C6 !important;
  color: #ffffff !important; }

/*  Button Link */
span.button-link,
input[type="submit"].button-link,
.button-link a,
.button-link button,
a.button-link,
input.button-link {
  font-family: "Helvetica-Bold" !important;
  font-size: 18px !important;
  line-height: 21px !important;
  color: #48C3C6 !important;
  background: transparent !important;
  border: 0 !important;
  text-transform: uppercase !important;
  padding: 0 !important; }

span.button-link:hover,
input[type="submit"].button-link:hover,
.button-link a:hover,
.button-link button:hover,
a.button-link:hover,
input.button-link:hover {
  color: #012D51 !important; }

span.button-back,
input[type="submit"].button-back,
.button-back a,
.button-back button,
a.button-back,
input.button-back {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.2 !important;
  color: #0071CE !important;
  text-transform: uppercase !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important; }

/* Read more  */
span.r-more,
input[type="submit"].r-more,
.r-more a,
.r-more span,
.r-more button,
a.r-more,
input.r-more {
  background: transparent !important;
  border: 0 !important;
  font-family: "Oswald", sans-serif;
  position: relative;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #012D51 !important;
  margin-top: 20px; }
  span.r-more:hover,
  input[type="submit"].r-more:hover,
  .r-more a:hover,
  .r-more span:hover,
  .r-more button:hover,
  a.r-more:hover,
  input.r-more:hover {
    color: #304D7D !important; }

@media screen and (min-width: 991px) {
  .vc_btn3-inline + .vc_btn3-inline {
    margin-left: 15px; } }

@media screen and (max-width: 991px) {
  .vc_btn3-container.vc_btn3-inline {
    display: block !important; }
  .vc_btn3-inline + .vc_btn3-inline {
    margin-top: 15px; } }

.form_light,
.form_dark {
  box-shadow: 30px 30px 120px rgba(18, 83, 134, 0.3);
  border-radius: 0px 30px;
  padding: 37px 40px 45px; }
  .form_light .vc_custom_heading,
  .form_dark .vc_custom_heading {
    margin-bottom: 28px !important; }

.form_light {
  background: #ffffff; }

.form_dark {
  background: #012D51; }
  .form_dark .gform_wrapper .gfield_label, .form_dark .gform_wrapper legend.gfield_label {
    color: #ffffff !important; }
  .form_dark .gform_wrapper.gravity-theme .gform_footer input:hover {
    background: #023C6A !important; }

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0 !important;
  align-items: flex-end; }

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: "Oswald", sans-serif;
  background: #F2F2F2 !important;
  border: 1px solid #E0E0E0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  border-radius: 0 !important;
  color: #67666B !important;
  height: 43px;
  padding: 8px 20px !important;
  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,
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select:focus {
    outline: none; }

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: #67666B;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.428571429;
    position: absolute;
    left: 20px;
    top: 15px !important;
    width: 80%;
    height: auto; }
  .selectize-input.has-options.full:after {
    display: none; }

.selectize-dropdown {
  top: -10px !important;
  width: 100%;
  border-top: 0;
  position: relative; }
  .selectize-dropdown .selectize-dropdown-content {
    border: 1px solid #bdbdbd;
    position: absolute;
    z-index: 2;
    background: #ffffff;
    width: 100%; }
    .selectize-dropdown .selectize-dropdown-content .option {
      font-family: "Roboto", 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: #bdbdbd;
        color: #1a2225; }
      .selectize-dropdown .selectize-dropdown-content .option:last-child {
        margin-bottom: 0; }

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

select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: 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: 96px;
  padding: 10px 15px; }

label {
  font-family: "Oswald", "Helvetica", Arial, serif;
  margin-left: 0;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #14345A; }
  label small {
    margin-top: 2px; }

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,
.gform_wrapper .gfield_error [aria-invalid=true] {
  background: #ffd7ce !important; }

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

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%;
  margin-bottom: 25px; }
  @media screen and (max-width: 1080px) {
    .form-control {
      margin-bottom: 0; } }
.form-group {
  margin-bottom: 20px;
  width: 100%;
  position: relative; }

.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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #333333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  right: 15px;
  z-index: 1; }

.form-control::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 900; }

.form-control::-moz-placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 900; }

.form-control::-moz-placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 900; }

.form-control::placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 900; }

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

.gform_wrapper input[type=submit].gform_button {
  display: flex !important;
  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; } }
.gfield_select {
  padding-left: 10px !important;
  color: #828282; }

.gform_wrapper .gfield {
  margin-bottom: 5px !important;
  width: 100%; }
  .gform_wrapper .gfield.field_underline input, .gform_wrapper .gfield.field_underline textarea, .gform_wrapper .gfield.field_underline select {
    border-bottom: 3px solid #828282; }
  .gform_wrapper .gfield.field_underline label {
    font-weight: bold !important; }

.gform_wrapper .gfield_label, .gform_wrapper legend.gfield_label {
  font-family: "Inter", "Helvetica", Arial, serif;
  margin: 0 !important;
  text-transform: capitalize;
  color: #4f4f4f !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  margin-bottom: 0px !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: 11px;
    transition: all ease-in-out 150ms;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: solid #2B2012;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    right: 25px;
    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; } }
input[type="submit"].button {
  min-width: 185px;
  justify-content: center;
  padding: 15px 32px !important; }

.gform_wrapper textarea {
  height: 88px !important; }

.gform_wrapper .gform_validation_errors > h2 {
  font-size: 13.2px !important;
  line-height: 17.6px !important; }

.gform_wrapper .gfield_required {
  display: none !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_error .gfield_label {
  color: #c02b0a !important; }

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

.gform_body ::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 900; }

.gform_body ::-moz-placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 900; }

.gform_body ::placeholder {
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 900; }

.gform_wrapper .gsection_title {
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: none !important;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Inter", "Helvetica", Arial, serif; }

.gform_wrapper.gravity-theme .gsection {
  border: none !important;
  padding: 0 !important;
  margin-top: -5px; }

.gform_wrapper .gform_footer {
  margin: 0 auto !important;
  display: flex; }

.gform_confirmation_message h1, .gform_confirmation_message h2, .gform_confirmation_message h3, .gform_confirmation_message h4, .gform_confirmation_message h5, .gform_confirmation_message h6 {
  color: #333333; }

.gform_confirmation_message p {
  color: #828282; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #012D51;
  outline: none;
  text-decoration: none !important;
  font-weight: normal;
  transition: color 200ms ease-in-out;
  font-size: 18px;
  line-height: 30px; }
  a:visited {
    color: #012D51; }
  a:active, a:hover {
    color: #012D51;
    outline: none !important; }
  a:active, a:hover {
    outline: 0; }

@media screen and (max-width: 1080px) {
  .break_word a {
    word-break: break-all; } }

/*--------------------------------------------------------------
## 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; }
  #secondary-navigation ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    #secondary-navigation ul li {
      position: relative;
      float: left;
      padding: 0;
      margin: 0; }
      #secondary-navigation ul li a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        padding: 25px 10px 30px;
        position: relative;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        min-width: 0; }
    #secondary-navigation ul [class*='button-'] {
      margin: 0 0 0 10px !important;
      font-weight: normal; }
      #secondary-navigation ul [class*='button-'] a {
        padding: 15px 20px  !important;
        font-size: 22px !important;
        line-height: 33px !important;
        font-weight: normal !important;
        text-transform: uppercase !important; }
  #navigation ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0; }
    #navigation ul li {
      position: relative;
      float: left;
      padding: 0;
      white-space: nowrap;
      margin: 0 20px; }
      #navigation ul li.menu-item-has-children button {
        display: none; }
      #navigation ul li a {
        display: block;
        color: #012D51;
        font-family: "Roboto", sans-serif;
        text-decoration: none;
        padding: 25px 10px;
        position: relative;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        text-transform: uppercase; }
    #navigation ul [class*='button-'] a {
      padding: 14px 24px !important; }
  #navigation ul li:hover > ul,
  #navigation ul li:focus > ul,
  #navigation ul li:focus-within > ul {
    display: block; }
  #navigation ul ul {
    background: #19A0DA;
    border-radius: 0;
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    width: 150px;
    left: -30%; }
    #navigation ul ul li {
      display: flex;
      align-items: center;
      float: none;
      padding: 0;
      margin: 0;
      position: relative; }
      #navigation ul ul li:last-child {
        border-bottom: 0; }
      #navigation ul ul li.current-page-ancestor a, #navigation ul ul li.current-menu-ancestor a, #navigation ul ul li.current-menu-item a, #navigation ul ul li:hover a, #navigation ul ul li:focus a {
        opacity: 1; }
    #navigation ul ul a {
      font-family: 'NeueHaasDisplayMediu';
      color: #fff !important;
      opacity: 1;
      padding: 5px 20px;
      font-size: 18px;
      line-height: 22px;
      display: block;
      width: 100%;
      font-weight: bold !important;
      text-transform: uppercase;
      max-width: 100%;
      box-sizing: border-box;
      white-space: normal;
      word-wrap: break-word; }
  #navigation ul ul ul {
    background: #F2F2F2;
    position: absolute;
    box-shadow: none;
    top: 0;
    left: 100%;
    width: 100%; }
    #navigation ul ul ul li:hover, #navigation ul ul ul li:focus {
      background: #347a82;
      cursor: pointer; }
      #navigation ul ul ul li:hover:after, #navigation ul ul ul li:hover:before, #navigation ul ul ul li:focus:after, #navigation ul ul ul li:focus:before {
        display: none !important; }
      #navigation ul ul ul li:hover > a, #navigation ul ul ul li:focus > a {
        color: #ffffff !important; }
    #navigation ul ul ul a {
      color: #bdbdbd !important; }
  .desktop-nav ul.menu > li:after, .desktop-nav ul.menu > li:before {
    display: block !important;
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 3px;
    margin: 5px 0 0;
    opacity: 1;
    z-index: 999; }
  .desktop-nav ul.menu > li:after {
    left: 0;
    background-color: #ffffff; }
  .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:after, .desktop-nav ul.menu > li.current-page-ancestor:before, .desktop-nav ul.menu > li.current-menu-ancestor:after, .desktop-nav ul.menu > li.current-menu-ancestor:before, .desktop-nav ul.menu > li.current-menu-item:after, .desktop-nav ul.menu > li.current-menu-item:before, .desktop-nav ul.menu > li:hover:after, .desktop-nav ul.menu > li:hover:before, .desktop-nav ul.menu > li:focus:after, .desktop-nav ul.menu > li:focus:before {
      display: block !important;
      width: 100%;
      opacity: 1;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .desktop-nav ul.menu > li.current-page-ancestor[class*='button-'], .desktop-nav ul.menu > li.current-menu-ancestor[class*='button-'], .desktop-nav ul.menu > li.current-menu-item[class*='button-'], .desktop-nav ul.menu > li:hover[class*='button-'], .desktop-nav ul.menu > li:focus[class*='button-'] {
      background: none; }
      .desktop-nav ul.menu > li.current-page-ancestor[class*='button-']:after, .desktop-nav ul.menu > li.current-page-ancestor[class*='button-']:before, .desktop-nav ul.menu > li.current-menu-ancestor[class*='button-']:after, .desktop-nav ul.menu > li.current-menu-ancestor[class*='button-']:before, .desktop-nav ul.menu > li.current-menu-item[class*='button-']:after, .desktop-nav ul.menu > li.current-menu-item[class*='button-']:before, .desktop-nav ul.menu > li:hover[class*='button-']:after, .desktop-nav ul.menu > li:hover[class*='button-']:before, .desktop-nav ul.menu > li:focus[class*='button-']:after, .desktop-nav ul.menu > li:focus[class*='button-']:before {
        display: none !important;
        width: 0 !important; }
    .desktop-nav ul.menu > li.current-page-ancestor.button-outline a, .desktop-nav ul.menu > li.current-menu-ancestor.button-outline a, .desktop-nav ul.menu > li.current-menu-item.button-outline a, .desktop-nav ul.menu > li:hover.button-outline a, .desktop-nav ul.menu > li:focus.button-outline a {
      background: #012D51 !important;
      color: #fff !important; }
    .desktop-nav ul.menu > li.current-page-ancestor:hover:after, .desktop-nav ul.menu > li.current-menu-ancestor:hover:after, .desktop-nav ul.menu > li.current-menu-item:hover:after, .desktop-nav ul.menu > li:hover:hover:after, .desktop-nav ul.menu > li:focus:hover:after {
      display: block !important;
      opacity: 1 !important; } }

.toggle-nav {
  height: 15px;
  width: 30px;
  background: transparent;
  display: none;
  transition: .5s ease-in-out;
  cursor: pointer; }

.toggle-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #012D51;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out; }
  .toggle-nav span:nth-child(1) {
    top: 0px; }
  .toggle-nav span:nth-child(2) {
    top: 8px; }
  .toggle-nav span:nth-child(3) {
    top: 16px; }

body.collapse_menu {
  overflow-y: hidden; }

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

.collapse_menu span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.collapse_menu span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.collapse_menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  top: 9px; }

.collapse_menu span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.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: 14px !important;
    line-height: 20px !important; } }

@media only screen and (max-width: 1270px) {
  #navigation .desktop-nav ul > li a {
    font-size: 14px !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: 1080px) {
  #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: 62px;
    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: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 15px;
    padding: 0 15px; }
  .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: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px); } }
  @media only screen and (max-width: 1080px) and (max-width: 767px) {
    nav.main-nav {
      width: 100%; } }
@media only screen and (max-width: 1080px) {
  body.collapse_menu nav.main-nav {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    z-index: -1; }
  /*Mobile Menu*/
  .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: #ffffff;
    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: 0 30px; }
  #mobile-menu li {
    line-height: 0 !important;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
    border-bottom: 1px solid #48C3C6;
    width: 100%;
    margin: 0 auto; }
    #mobile-menu li:last-child {
      border-bottom: 0; }
    #mobile-menu li a {
      font-family: "Oswald", "Helvetica", Arial, serif !important;
      display: inline-block;
      justify-content: inherit;
      color: #012D51;
      height: auto;
      padding: 15px 0px;
      font-style: normal;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 40px;
      font-weight: 600; }
    #mobile-menu li.current-page-ancestor a, #mobile-menu li.current-menu-ancestor a, #mobile-menu li.current-menu-item a, #mobile-menu li:hover a, #mobile-menu li:focus a {
      color: #48C3C6; }
  #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;
    -webkit-transform: translateY(0);
            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: #ffffff;
      border-top: 1px solid #ffffff;
      width: 100%;
      height: 10px; }
    #mobile-menu li.menu-item-has-children > ul.sub-menu li {
      position: relative;
      margin-bottom: 0;
      padding: 0;
      background: #ffffff !important;
      border-bottom: 1px solid #ffffff;
      padding-left: 10px; }
      #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: 62px;
    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: 18px;
    top: 30px;
    transition: all ease-in-out 150ms;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: solid #ffffff;
    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: #ffffff !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 {
    -webkit-transform: rotateZ(225deg);
            transform: rotateZ(225deg); }
  .main-nav ul li.menu-item-has-children ul.sub-menu li {
    background: #1729E7 !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; }
  /*All Menu Item with Icons*/
  .main-nav ul li:before {
    left: 0 !important; }
  /*Third Level Menu*/
  .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: #bdbdbd; }
  .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: #bdbdbd !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 [class*='button-'] 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: 992px) {
  #mobile-menu [class*='button-'] {
    margin-bottom: 15px;
    padding: 0 20px; }
    #mobile-menu [class*='button-'] a {
      font-size: 15px !important;
      padding: 15px 20px !important;
      width: 100%; } }

@media only screen and (max-width: 767px) {
  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: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  z-index: 8; }
  #side-menu.side-menu--active {
    -webkit-transform: translateX(0px);
            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 {
    -webkit-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg); }

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

.hentry {
  margin: 0 0 1.5em; }

img.alignright {
  margin-left: 50px;
  margin-bottom: 20px  !important;
  float: right;
  clear: left; }
  @media screen and (max-width: 1080px) {
    img.alignright {
      width: 50%;
      height: auto;
      margin-left: 30px; } }
  @media screen and (max-width: 767px) {
    img.alignright {
      width: 100%;
      height: auto; } }
img.alignleft {
  margin-right: 50px;
  margin-bottom: 20px !important;
  float: left;
  clear: right; }
  @media screen and (max-width: 1080px) {
    img.alignleft {
      width: 50%;
      height: auto;
      margin-right: 30px; } }
  @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 !important; }
  @media screen and (max-width: 991px) {
    .tablet_only {
      display: block !important; } }
.wpb_single_image.shape_bottom_left .vc_single_image-wrapper {
  margin-left: 15px;
  padding-bottom: 20px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .wpb_single_image.shape_bottom_left .vc_single_image-wrapper {
      margin-left: 0;
      padding-bottom: 0; } }
  .wpb_single_image.shape_bottom_left .vc_single_image-wrapper::before {
    background: url("../../images/triangle-left.svg") no-repeat bottom left;
    background-size: contain;
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: -10px;
    left: -20px;
    height: 95%;
    width: 100%;
    z-index: -1; }
    @media screen and (max-width: 1080px) {
      .wpb_single_image.shape_bottom_left .vc_single_image-wrapper::before {
        left: -10px; } }
.wpb_single_image.shape_top_right .vc_single_image-wrapper {
  margin-right: 15px;
  padding-top: 10px;
  width: 100%;
  position: relative; }
  .wpb_single_image.shape_top_right .vc_single_image-wrapper::before {
    background: url("../../images/triangle-top-right.svg") no-repeat top right;
    background-size: contain;
    content: "" !important;
    display: block !important;
    position: absolute;
    top: 7px;
    right: -20px;
    height: 99%;
    width: 100%;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      .wpb_single_image.shape_top_right .vc_single_image-wrapper::before {
        right: -10px; } }
.wpb_single_image.shape_bottom_right .vc_single_image-wrapper {
  margin-right: 15px;
  padding-bottom: 20px;
  width: 100%;
  position: relative; }
  .wpb_single_image.shape_bottom_right .vc_single_image-wrapper::before {
    background: url("../../images/triangle-bottom-right.svg") no-repeat bottom right;
    background-size: contain;
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 95%;
    width: 100%;
    z-index: -1; }
    @media screen and (max-width: 1080px) {
      .wpb_single_image.shape_bottom_right .vc_single_image-wrapper::before {
        bottom: 0;
        right: -10px; } }
    @media screen and (max-width: 991px) {
      .wpb_single_image.shape_bottom_right .vc_single_image-wrapper::before {
        bottom: 10px;
        right: -10px; } }
.vc_row.shape_section,
.shape_section {
  overflow-x: hidden; }

.vc_row.bg_shape_gray,
.bg_shape_gray {
  position: relative;
  background: url("../../images/bg-gray.svg") no-repeat top center;
  background-size: cover; }

.vc_row.bg_shape1,
.bg_shape1 {
  position: relative; }
  .vc_row.bg_shape1::before,
  .bg_shape1::before {
    background: url("../../images/shape2.svg") no-repeat bottom right;
    background-size: 100%;
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 66%;
    width: 75%;
    z-index: -1; }

.vc_row.bg_shape2,
.bg_shape2 {
  position: relative; }
  .vc_row.bg_shape2::before,
  .bg_shape2::before {
    background: url("../../images/shape2.svg") no-repeat bottom right;
    background-size: 100%;
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80%;
    width: 75%;
    z-index: -1; }

.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 30px; }

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

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

.vc_row.shape_top_hex,
.shape_top_hex {
  position: relative; }
  .vc_row.shape_top_hex::before,
  .shape_top_hex::before {
    width: 2000px;
    height: 169%;
    -webkit-transform: skew(-22deg);
            transform: skew(-22deg);
    background: #f4f4f4;
    content: "" !important;
    display: block !important;
    position: absolute;
    top: -100%;
    left: -1106px;
    z-index: -1; }

.vc_row.shape_bottom_hex,
.shape_bottom_hex {
  position: relative; }
  .vc_row.shape_bottom_hex::before,
  .shape_bottom_hex::before {
    width: 2000px;
    height: 200%;
    -webkit-transform: skew(-22deg);
            transform: skew(-22deg);
    background: rgba(34, 34, 34, 0.5);
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: -80%;
    top: auto;
    left: -1000px; }

.shape_hex_left {
  position: relative; }
  .shape_hex_left::after {
    width: 100%;
    height: 200%;
    -webkit-transform: skew(-22deg);
            transform: skew(-22deg);
    background: rgba(34, 34, 34, 0.5);
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: 0;
    top: auto;
    left: -35%;
    z-index: 0; }
    @media screen and (max-width: 1080px) {
      .shape_hex_left::after {
        left: 0;
        width: 200%; } }
.shape_hex_right {
  position: relative; }
  .shape_hex_right::after {
    width: 100%;
    height: 200%;
    -webkit-transform: skew(-22deg);
            transform: skew(-22deg);
    background: rgba(34, 34, 34, 0.5);
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: 0;
    top: auto;
    right: -49%;
    z-index: 0; }
    @media screen and (max-width: 1080px) {
      .shape_hex_right::after {
        left: 0;
        width: 200%; } }
.vc_row.overlay1,
.overlay1 {
  position: relative; }
  .vc_row.overlay1:before,
  .overlay1:before {
    content: "" !important;
    display: block !important;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    bottom: 0;
    top: auto;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)); }
  .vc_row.overlay1 > .vc_row,
  .overlay1 > .vc_row {
    z-index: 1; }

.vc_row.overlay2,
.overlay2 {
  position: relative; }
  .vc_row.overlay2:before,
  .overlay2:before {
    content: "" !important;
    display: block !important;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    bottom: 0;
    top: auto;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
  .vc_row.overlay2 > .vc_row,
  .overlay2 > .vc_row {
    z-index: 1; }

.vc_row.global_cta,
.global_cta {
  position: relative;
  background: linear-gradient(90deg, #000000 0%, #0071CE 112.26%); }
  .vc_row.global_cta p, .vc_row.global_cta a,
  .global_cta p,
  .global_cta a {
    color: #ffffff; }
    @media screen and (max-width: 991px) {
      .vc_row.global_cta p, .vc_row.global_cta a,
      .global_cta p,
      .global_cta a {
        font-size: 16px !important;
        line-height: 26px !important;
        margin-bottom: 15px !important; } }
  .vc_row.global_cta a,
  .global_cta a {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 20px;
    font-family: 'Helvetica-Bold'; }
    @media screen and (max-width: 1080px) {
      .vc_row.global_cta a,
      .global_cta a {
        padding-bottom: 0; } }
#content ul.list-programs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  list-style: none;
  padding: 0; }
  #content ul.list-programs li {
    padding: 17px 65px 17px 30px;
    background-color: #F4FBFB;
    color: #012D51;
    border-radius: 10px;
    position: relative; }
    #content ul.list-programs li img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px; }
  @media screen and (max-width: 768px) {
    #content ul.list-programs {
      grid-template-columns: 1fr; }
      #content ul.list-programs li {
        padding: 20px; }
        #content ul.list-programs li img {
          display: none; } }
/*--------------------------------------------------------------
## asides
--------------------------------------------------------------*/
.blog .format-fidade .entry-title,
.archive .format-fidade .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: #4f4f4f; }
  .search-content a:hover {
    color: #012D51; }

.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: #012D51; }
  .search-content article .meta.bg-color4 {
    background: #012D51; }
  .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: transparent;
  padding: 250px 0 300px; }
  .error404 .single-post-heading h2 {
    font-weight: bold;
    text-transform: uppercase; }

.vc_row.hero_section,
.hero_section {
  position: relative;
  width: 100%;
  background-position: top center !important;
  overflow: hidden;
  display: flex;
  background-size: cover;
  height: auto;
  min-height: 110vh;
  padding: 100px 0; }
  @media screen and (max-width: 1080px) {
    .vc_row.hero_section,
    .hero_section {
      min-height: 678px; } }
  @media screen and (max-width: 767px) {
    .vc_row.hero_section,
    .hero_section {
      height: auto;
      min-height: 100vh; } }
  .vc_row.hero_section > .wpb_column,
  .vc_row.hero_section > .container,
  .hero_section > .wpb_column,
  .hero_section > .container {
    display: flex !important;
    height: 110vh;
    justify-content: center;
    align-items: center;
    z-index: 2; }
    @media screen and (max-width: 1080px) {
      .vc_row.hero_section > .wpb_column,
      .vc_row.hero_section > .container,
      .hero_section > .wpb_column,
      .hero_section > .container {
        height: 678px; } }
    @media screen and (max-width: 767px) {
      .vc_row.hero_section > .wpb_column,
      .vc_row.hero_section > .container,
      .hero_section > .wpb_column,
      .hero_section > .container {
        height: auto;
        min-height: 100vh; } }
  .vc_row.hero_section h1,
  .hero_section h1 {
    font-size: 75px;
    text-transform: uppercase;
    line-height: 75px;
    letter-spacing: -2px;
    font-weight: 300;
    margin-bottom: 13px; }
  .vc_row.hero_section p,
  .hero_section p {
    padding-bottom: 25px;
    font-weight: 700; }

.vc_row.hero_section_big,
.hero_section_big {
  position: relative;
  width: 100%;
  background-position: top center !important;
  overflow: hidden;
  display: flex;
  height: 935px; }
  @media screen and (max-width: 1080px) {
    .vc_row.hero_section_big,
    .hero_section_big {
      height: 678px; } }
  @media screen and (max-width: 767px) {
    .vc_row.hero_section_big,
    .hero_section_big {
      height: auto; } }
  .vc_row.hero_section_big:before,
  .hero_section_big:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .vc_row.hero_section_big.offset_top,
  .hero_section_big.offset_top {
    position: relative;
    top: -255px;
    z-index: -1;
    margin-bottom: -255px; }
    @media screen and (max-width: 991px) {
      .vc_row.hero_section_big.offset_top,
      .hero_section_big.offset_top {
        top: -180px;
        margin-bottom: -180px; } }
    @media screen and (max-width: 767px) {
      .vc_row.hero_section_big.offset_top,
      .hero_section_big.offset_top {
        top: -144px;
        margin-bottom: -144px; } }
  .vc_row.hero_section_big > .wpb_column,
  .vc_row.hero_section_big > .container,
  .hero_section_big > .wpb_column,
  .hero_section_big > .container {
    display: flex !important;
    height: 935px;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1080px) {
      .vc_row.hero_section_big > .wpb_column,
      .vc_row.hero_section_big > .container,
      .hero_section_big > .wpb_column,
      .hero_section_big > .container {
        height: 678px; } }
    @media screen and (max-width: 767px) {
      .vc_row.hero_section_big > .wpb_column,
      .vc_row.hero_section_big > .container,
      .hero_section_big > .wpb_column,
      .hero_section_big > .container {
        height: auto;
        min-height: 100vh; } }
.vc_row.inner_hero,
.inner_hero {
  position: relative;
  width: 100%;
  background-position: top 100px center !important;
  overflow: hidden;
  display: flex; }
  @media screen and (max-width: 1080px) {
    .vc_row.inner_hero,
    .inner_hero {
      padding: 60px 0 0;
      background-position: top center !important; } }
  .vc_row.inner_hero:before,
  .inner_hero:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 37.74%);
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .vc_row.inner_hero > .wpb_column,
  .vc_row.inner_hero > .container,
  .inner_hero > .wpb_column,
  .inner_hero > .container {
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 2; }

@media screen and (max-width: 1080px) {
  .hero_content {
    width: 100% !important; } }

.vc_row.slider_section,
.slider_section {
  position: relative;
  width: 100%;
  height: auto;
  display: flex; }
  .vc_row.slider_section > .wpb_column,
  .vc_row.slider_section > .container,
  .slider_section > .wpb_column,
  .slider_section > .container {
    height: auto; }
  .vc_row.slider_section::before, .vc_row.slider_section:after,
  .slider_section::before,
  .slider_section:after {
    z-index: 10; }

.custom_boxes {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 10px;
  grid-column-gap: 10px; }
  @media screen and (max-width: 1080px) {
    .custom_boxes {
      grid-row-gap: 15px;
      grid-column-gap: 15px; } }
  .custom_boxes.two_column {
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 991px) {
      .custom_boxes.two_column {
        grid-template-columns: 1fr; } }
  .custom_boxes.three_column {
    grid-template-columns: 1fr 1fr 1fr; }
    @media screen and (max-width: 1080px) {
      .custom_boxes.three_column {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 767px) {
      .custom_boxes.three_column {
        grid-template-columns: 1fr; } }
  .custom_boxes.four_column {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    @media screen and (max-width: 1080px) {
      .custom_boxes.four_column {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 767px) {
      .custom_boxes.four_column {
        grid-template-columns: 1fr; } }
.custom_boxes_flex {
  display: flex;
  flex-wrap: wrap; }
  .custom_boxes_flex.flex-center, .custom_boxes_flex.align-center {
    justify-content: center; }
  .custom_boxes_flex.boxes_slider .slick-slide > div, .custom_boxes_flex.boxes_carousel .slick-slide > div {
    height: 100%; }
  .custom_boxes_flex.boxes_slider .item_wrapper_type, .custom_boxes_flex.boxes_carousel .item_wrapper_type {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    height: 100%; }
  .custom_boxes_flex .slick-dots {
    bottom: -40px; }
    @media screen and (max-width: 767px) {
      .custom_boxes_flex .slick-dots {
        bottom: -30px; } }
  .custom_boxes_flex .item_wrapper_type {
    margin: 0; }
  .custom_boxes_flex.two_column .item_wrapper_type {
    flex: 0 0 50%;
    max-width: 50%; }
    @media screen and (max-width: 767px) {
      .custom_boxes_flex.two_column .item_wrapper_type {
        flex: 0 0 100%;
        max-width: 100%; } }
  .custom_boxes_flex.three_column .item_wrapper_type {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
    @media screen and (max-width: 991px) {
      .custom_boxes_flex.three_column .item_wrapper_type {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media screen and (max-width: 767px) {
      .custom_boxes_flex.three_column .item_wrapper_type {
        flex: 0 0 100%;
        max-width: 100%; } }
  .custom_boxes_flex.four_column .item_wrapper_type {
    flex: 0 0 25%;
    max-width: 25%; }
    @media screen and (max-width: 991px) {
      .custom_boxes_flex.four_column .item_wrapper_type {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 15px 0; } }
    @media screen and (max-width: 767px) {
      .custom_boxes_flex.four_column .item_wrapper_type {
        flex: 0 0 100%;
        max-width: 100%; } }
@media screen and (max-width: 991px) {
  #mobile_slider {
    display: flex !important; } }

.vc_row.counters_wrapper,
.counters_wrapper {
  overflow: hidden; }

.vc_row.counters_row,
.counters_row {
  position: relative; }
  .vc_row.counters_row::before,
  .counters_row::before {
    background: url("../../images/counter-left.svg") no-repeat top center;
    background-size: cover;
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: -74px;
    left: -161px;
    height: 400px;
    width: 382px;
    z-index: -1; }
    @media screen and (max-width: 1080px) {
      .vc_row.counters_row::before,
      .counters_row::before {
        bottom: -116px;
        left: -210px; } }
    @media screen and (max-width: 991px) {
      .vc_row.counters_row::before,
      .counters_row::before {
        bottom: -131px;
        left: -248px; } }
.counters_main {
  position: relative; }
  @media screen and (max-width: 767px) {
    .counters_main {
      margin-bottom: 40px; } }
  .counters_main::before {
    background: url("../../images/counter-right.svg") no-repeat top center;
    background-size: cover;
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: -250px;
    right: -475px;
    height: 700px;
    width: 700px;
    z-index: -1; }
    @media screen and (max-width: 1080px) {
      .counters_main::before {
        right: -570px; } }
    @media screen and (max-width: 991px) {
      .counters_main::before {
        right: -570px;
        bottom: -300px; } }
    @media screen and (max-width: 767px) {
      .counters_main::before {
        bottom: -318px; } }
.counters_grid {
  padding: 0; }
  .counters_grid .item_wrapper_type {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .counters_grid .item_wrapper_type {
        margin-bottom: 0 !important;
        min-height: 300px; } }
    .counters_grid .item_wrapper_type:nth-child(-n+3) {
      top: 60px;
      position: relative; }
      @media screen and (max-width: 1080px) {
        .counters_grid .item_wrapper_type:nth-child(-n+3) {
          top: 50px; } }
      @media screen and (max-width: 991px) {
        .counters_grid .item_wrapper_type:nth-child(-n+3) {
          top: 40px; } }
      @media screen and (max-width: 767px) {
        .counters_grid .item_wrapper_type:nth-child(-n+3) {
          top: 0; } }
  .counters_grid .box_image {
    width: 270px;
    height: 270px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 0;
    left: 0; }
    @media screen and (max-width: 1080px) {
      .counters_grid .box_image {
        width: 200px;
        height: 200px; } }
    @media screen and (max-width: 991px) {
      .counters_grid .box_image {
        width: 150px;
        height: 150px; } }
  .counters_grid .box_content {
    height: 100%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .counters_grid .counter_inner {
    padding: 0 40px;
    background: #fff;
    height: 270px;
    width: 270px;
    text-align: center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    @media screen and (max-width: 1080px) {
      .counters_grid .counter_inner {
        width: 200px;
        height: 200px; } }
    @media screen and (max-width: 991px) {
      .counters_grid .counter_inner {
        width: 150px;
        height: 150px; } }
    .counters_grid .counter_inner h4 {
      font-weight: 600;
      font-size: 127.147px;
      line-height: 1;
      color: #ffffff;
      margin: 0 0 10px;
      font-family: "Baskerville", sans-serif; }
      @media screen and (max-width: 1080px) {
        .counters_grid .counter_inner h4 {
          font-size: 77px !important;
          line-height: 87px !important;
          margin: 0 0 5px; } }
      @media screen and (max-width: 991px) {
        .counters_grid .counter_inner h4 {
          font-size: 44px !important;
          line-height: 50px !important;
          margin: 0 0 5px !important; } }
    .counters_grid .counter_inner h5 {
      margin: 0;
      font-weight: 400;
      font-size: 22px;
      line-height: 26px;
      text-transform: capitalize;
      color: #ffffff; }
      @media screen and (max-width: 1080px) {
        .counters_grid .counter_inner h5 {
          font-size: 23px !important;
          line-height: 28px !important; } }
      @media screen and (max-width: 991px) {
        .counters_grid .counter_inner h5 {
          font-size: 20px !important;
          line-height: 24px !important; } }
  .counters_grid .slick-dots {
    bottom: 0 !important; }

.cta_boxes a.item_wrapper_type:hover span.box_number {
  background: #ffffff;
  color: #012D51; }

.cta_boxes a.item_wrapper_type:hover .box_details h3, .cta_boxes a.item_wrapper_type:hover .box_details p, .cta_boxes a.item_wrapper_type:hover .box_details .button-link {
  color: #ffffff !important; }

.cta_boxes .item_wrapper_type {
  padding: 0 10px;
  margin-bottom: 40px;
  display: flex; }
  .cta_boxes .item_wrapper_type .item_content {
    position: relative;
    background: linear-gradient(240.62deg, #2269A2 34.14%, #115286 80.57%);
    border-radius: 0px 30px;
    margin-left: 18px;
    margin-top: 24px;
    width: 100%; }
    .cta_boxes .item_wrapper_type .item_content:before {
      pointer-events: none;
      content: '';
      width: 100%;
      position: absolute;
      top: -24px;
      left: -18px;
      height: 100%;
      border: 1px solid #48C3C6;
      border-radius: 0px 30px; }
    @media screen and (max-width: 991px) {
      .cta_boxes .item_wrapper_type .item_content {
        margin-left: 15px;
        margin-top: 16px; }
        .cta_boxes .item_wrapper_type .item_content:before {
          left: -15px;
          top: -16px; } }
  .cta_boxes .item_wrapper_type .item_image {
    height: 320px;
    width: 100%; }
  .cta_boxes .item_wrapper_type .box_details {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 60px 45px;
    transition: background-color 0.3s ease;
    padding: 60px 52px 70px; }
    .cta_boxes .item_wrapper_type .box_details h5 {
      color: #ffffff;
      margin-bottom: 20px !important; }
    .cta_boxes .item_wrapper_type .box_details .inner, .cta_boxes .item_wrapper_type .box_details .inner p {
      font-weight: 500;
      color: #ffffff;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .cta_boxes .item_wrapper_type .box_details span.box_number {
      width: 90px;
      height: 90px;
      background: #012D51;
      font-weight: 600;
      font-size: 34px;
      line-height: 39px;
      font-family: "Baskerville", sans-serif;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: -130px; }
    .cta_boxes .item_wrapper_type .box_details h3 {
      color: #000000;
      margin-bottom: 20px;
      min-height: 81px;
      margin-bottom: 0; }
      @media screen and (max-width: 991px) {
        .cta_boxes .item_wrapper_type .box_details h3 {
          font-size: 20px !important;
          line-height: 24px !important;
          min-height: auto; } }
    .cta_boxes .item_wrapper_type .box_details p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 0; }
    .cta_boxes .item_wrapper_type .box_details [class*='button-'] {
      margin-top: 20px; }
    @media screen and (max-width: 991px) {
      .cta_boxes .item_wrapper_type .box_details {
        padding: 38px 24px 20px;
        justify-content: center; }
        .cta_boxes .item_wrapper_type .box_details h5 {
          font-size: 18px !important;
          font-weight: 700 !important; } }
.cta_boxes--sm .item_wrapper_type .item_content {
  margin-left: 17px;
  margin-top: 12px; }
  .cta_boxes--sm .item_wrapper_type .item_content:before {
    top: -12px;
    left: -17px; }

.cta_boxes--sm .item_wrapper_type .box_details {
  justify-content: center;
  padding: 40px 33px;
  height: 100%; }
  .cta_boxes--sm .item_wrapper_type .box_details h5 {
    text-align: center;
    font-size: 50px;
    line-height: 51px;
    font-weight: 600; }
  @media screen and (max-width: 991px) {
    .cta_boxes--sm .item_wrapper_type .box_details h5 {
      font-size: 40px !important;
      line-height: 51px !important; } }
.cta_boxes--fw .item_wrapper_type {
  padding: 0 5px; }
  .cta_boxes--fw .item_wrapper_type .box_details {
    padding: 40px 15px; }
  .cta_boxes--fw .item_wrapper_type .box_content {
    padding: 0 33px;
    text-align: center; }

.cta_boxes.style2 .item_wrapper_type .item_content {
  margin: 0;
  overflow: hidden;
  background: #ffffff; }
  .cta_boxes.style2 .item_wrapper_type .item_content:before {
    display: none; }
  .cta_boxes.style2 .item_wrapper_type .item_content .item_image {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 0px 30px; }
  .cta_boxes.style2 .item_wrapper_type .item_content .box_details {
    padding: 34px 40px;
    align-items: flex-start; }
    .cta_boxes.style2 .item_wrapper_type .item_content .box_details h5, .cta_boxes.style2 .item_wrapper_type .item_content .box_details p {
      color: #4F4F4F; }
    .cta_boxes.style2 .item_wrapper_type .item_content .box_details h5 {
      font-weight: 300;
      font-size: 34px;
      line-height: 38px; }
    .cta_boxes.style2 .item_wrapper_type .item_content .box_details p {
      font-size: 16px;
      line-height: 30px; }
    @media screen and (max-width: 991px) {
      .cta_boxes.style2 .item_wrapper_type .item_content .box_details {
        padding: 25px 35px; } }
    @media screen and (max-width: 768px) {
      .cta_boxes.style2 .item_wrapper_type .item_content .box_details h5, .cta_boxes.style2 .item_wrapper_type .item_content .box_details p {
        text-align: left !important; }
      .cta_boxes.style2 .item_wrapper_type .item_content .box_details h5 {
        font-size: 24px !important;
        line-height: 34px !important;
        font-weight: 300 !important; } }
.posts_slider .slick-dots {
  bottom: -50px; }

.members_grid {
  grid-row-gap: 60px;
  grid-column-gap: 20px; }
  .members_grid .post_item {
    margin-bottom: 0 !important;
    overflow: visible;
    position: relative;
    cursor: pointer; }
    .members_grid .post_item:hover article {
      background: #012D51; }
      .members_grid .post_item:hover article h3, .members_grid .post_item:hover article h3 a, .members_grid .post_item:hover article h5, .members_grid .post_item:hover article p, .members_grid .post_item:hover article .button-link {
        color: #ffffff !important; }
    .members_grid .post_item article {
      height: 100%;
      background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
      border: 1px solid rgba(0, 0, 0, 0.2);
      position: relative;
      transition: background-color 0.3s ease; }
    .members_grid .post_item .item_content {
      padding: 40px 20px 60px; }
      @media screen and (max-width: 767px) {
        .members_grid .post_item .item_content {
          padding: 30px 20px; } }
  .members_grid .item_image {
    width: 100%;
    height: 276px; }
    @media screen and (max-width: 1080px) {
      .members_grid .item_image {
        height: 400px; } }
    @media screen and (max-width: 767px) {
      .members_grid .item_image {
        height: 276px; } }
  .members_grid h3, .members_grid h3 a {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .members_grid h3, .members_grid h3 a {
        font-size: 20px !important;
        line-height: 24px !important; } }
  .members_grid h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
    font-family: "Oswald", sans-serif; }
    @media screen and (max-width: 991px) {
      .members_grid h5 {
        font-size: 16px !important;
        line-height: 20px !important; } }
  .members_grid p {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px !important; }
  .members_grid span.button-link {
    font-family: "Oswald", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #012D51 !important;
    position: absolute;
    bottom: 30px; }
    @media screen and (max-width: 767px) {
      .members_grid span.button-link {
        position: static; } }
.global_modal .modal_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .global_modal .modal_content p {
    font-size: 16px !important;
    line-height: 28px !important; }
  .global_modal .modal_content a {
    color: #012D51; }

.global_modal .featured_image {
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
  flex: 0 0 50%;
  padding-left: 20px;
  padding-right: 50px; }
  @media screen and (max-width: 1080px) {
    .global_modal .featured_image {
      max-width: 30%;
      flex: 0 0 30%;
      margin-bottom: 20px;
      align-items: stretch;
      padding-left: 0;
      flex-wrap: nowrap; } }
  @media screen and (max-width: 767px) {
    .global_modal .featured_image {
      flex-wrap: wrap;
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 0; } }
  .global_modal .featured_image img {
    width: auto;
    height: auto; }
    @media screen and (max-width: 767px) {
      .global_modal .featured_image img {
        height: 200px; } }
.global_modal .social_media_links {
  display: flex;
  width: 100%;
  margin-top: 50px; }
  @media screen and (max-width: 991px) {
    .global_modal .social_media_links {
      margin-top: 0;
      padding-left: 60px;
      border-left: 1px solid rgba(187, 193, 201, 0.35); } }
  @media screen and (max-width: 767px) {
    .global_modal .social_media_links {
      padding-left: 0;
      margin-top: 30px;
      border-left: 0; } }
  .global_modal .social_media_links ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .global_modal .social_media_links ul li {
      padding: 0;
      margin: 0;
      line-height: 0;
      padding: 0 6px 0 0;
      margin: 0 6px 0 0;
      border-right: 1px solid #012D51; }
      .global_modal .social_media_links ul li:last-child {
        border-right: 0; }
      .global_modal .social_media_links ul li:first-child {
        border-right: 0 !important;
        margin-right: 30px !important; }
        .global_modal .social_media_links ul li:first-child a {
          text-transform: uppercase; }
    .global_modal .social_media_links ul a {
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 18px;
      text-transform: capitalize;
      color: #012D51; }
      @media screen and (max-width: 991px) {
        .global_modal .social_media_links ul a {
          padding-right: 5px;
          margin-right: 5px; } }
      .global_modal .social_media_links ul a:hover {
        opacity: 0.6; }

.global_modal .member_heading {
  display: block; }
  @media screen and (max-width: 767px) {
    .global_modal .member_heading {
      margin-top: 10px; } }
  .global_modal .member_heading h4 {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    color: #000000;
    width: auto;
    margin: 0;
    display: block;
    margin-bottom: 20px !important; }
    @media screen and (max-width: 991px) {
      .global_modal .member_heading h4 {
        font-size: 28px;
        line-height: 38px; } }
  .global_modal .member_heading h5 {
    display: block;
    font-family: "Oswald", "Helvetica", Arial, serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #4F4F4F;
    width: auto;
    margin: 0 0 20px; }
    .global_modal .member_heading h5.specialty {
      font-size: 20px;
      line-height: 23px; }

.global_modal .featured_content {
  max-width: 50%;
  padding-right: 40px; }
  @media screen and (max-width: 1080px) {
    .global_modal .featured_content {
      max-width: 70%;
      flex: 0 0 70%;
      padding: 0; } }
  @media screen and (max-width: 991px) {
    .global_modal .featured_content {
      height: 600px; } }
  @media screen and (max-width: 767px) {
    .global_modal .featured_content {
      max-width: 100%;
      flex: 0 0 100%; } }
  .global_modal .featured_content .content_details {
    width: 100%;
    color: #828282;
    margin-top: 50px; }
    @media screen and (max-width: 991px) {
      .global_modal .featured_content .content_details {
        font-size: 16px !important;
        line-height: 28px !important;
        margin-top: 15px; }
        .global_modal .featured_content .content_details p, .global_modal .featured_content .content_details * {
          font-size: 16px !important;
          line-height: 28px !important; } }
.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 .tax_name {
  margin: 50px 0; }

.post_type_section [class*='col-'] {
  padding: 0; }

.post_type_section .post_list {
  grid-column-gap: 20px;
  grid-row-gap: 60px; }
  .post_type_section .post_list .post_item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden; }
    .post_type_section .post_list .post_item > a:hover .item_content {
      background: #012D51; }
      .post_type_section .post_list .post_item > a:hover .item_content h3, .post_type_section .post_list .post_item > a:hover .item_content h3 a, .post_type_section .post_list .post_item > a:hover .item_content h5, .post_type_section .post_list .post_item > a:hover .item_content p, .post_type_section .post_list .post_item > a:hover .item_content .r-more, .post_type_section .post_list .post_item > a:hover .item_content .post_meta span {
        color: #ffffff !important; }
    .post_type_section .post_list .post_item article {
      margin-bottom: 0;
      position: relative;
      overflow: hidden;
      display: flex;
      height: 100%;
      padding: 0;
      z-index: 2;
      width: 100%;
      transition: all .2s ease-in-out; }
    .post_type_section .post_list .post_item .item_content {
      background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 40px 35px;
      display: block;
      width: 100%;
      transition: background-color 0.3s ease; }
      @media screen and (max-width: 1080px) {
        .post_type_section .post_list .post_item .item_content {
          padding: 30px 20px; } }
      .post_type_section .post_list .post_item .item_content h3, .post_type_section .post_list .post_item .item_content h3 a {
        font-family: "Oswald", "Helvetica", Arial, serif;
        font-weight: 400;
        font-size: 28px;
        line-height: 32px;
        color: #000000;
        margin-bottom: 20px; }
        @media screen and (max-width: 1080px) {
          .post_type_section .post_list .post_item .item_content h3, .post_type_section .post_list .post_item .item_content h3 a {
            font-size: 20px !important;
            line-height: 22px !important; } }
      .post_type_section .post_list .post_item .item_content h3 a:hover {
        color: #012D51; }
      .post_type_section .post_list .post_item .item_content p {
        font-weight: 400;
        font-size: 16px !important;
        line-height: 20px !important; }
      .post_type_section .post_list .post_item .item_content .post_meta {
        margin-bottom: 20px; }
        .post_type_section .post_list .post_item .item_content .post_meta span {
          font-weight: 700;
          font-size: 14px;
          line-height: 20px;
          color: #4f4f4f;
          font-family: "Oswald", sans-serif;
          text-transform: capitalize; }
    .post_type_section .post_list .post_item .item_image {
      border-radius: 0;
      height: 322px;
      width: 100%;
      margin-bottom: 0; }
      @media screen and (max-width: 1080px) {
        .post_type_section .post_list .post_item .item_image {
          height: 150px; } }
    .post_type_section .post_list .post_item .r-more {
      font-weight: 700;
      font-size: 16px;
      line-height: 26px;
      margin-top: 40px;
      display: block;
      text-transform: uppercase; }

.resources_widget {
  padding: 0 5px;
  position: relative; }
  .resources_widget:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #F4F4F4;
    height: 98%;
    width: 100%;
    top: 15px; }
    @media screen and (max-width: 1080px) {
      .resources_widget:before {
        height: 86%;
        top: 60px; } }
    @media screen and (max-width: 767px) {
      .resources_widget:before {
        height: 93%;
        top: 30px; } }
  .resources_widget .post_list .post_item {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 1080px) {
      .resources_widget .post_list .post_item {
        padding: 0 10px 20px; } }
    @media screen and (max-width: 767px) {
      .resources_widget .post_list .post_item {
        padding: 10px; } }
    .resources_widget .post_list .post_item article {
      margin-bottom: 0;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 0;
      z-index: 2;
      width: 100%;
      transition: all .2s ease-in-out; }
    .resources_widget .post_list .post_item .item_content {
      background: #ffffff;
      margin-top: 15px;
      padding: 15px 40px 40px;
      display: block;
      width: 100%;
      min-height: 306px; }
      @media screen and (max-width: 1080px) {
        .resources_widget .post_list .post_item .item_content {
          padding: 30px 20px; } }
      .resources_widget .post_list .post_item .item_content h3, .resources_widget .post_list .post_item .item_content h3 a {
        font-family: "Oswald", "Helvetica", Arial, serif;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
        color: #000000;
        margin-bottom: 20px; }
        @media screen and (max-width: 1080px) {
          .resources_widget .post_list .post_item .item_content h3, .resources_widget .post_list .post_item .item_content h3 a {
            font-size: 20px !important;
            line-height: 22px !important; } }
      .resources_widget .post_list .post_item .item_content h3 a:hover {
        color: #012D51; }
      .resources_widget .post_list .post_item .item_content p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        -moz-line-clamp: 4;
        overflow: hidden;
        margin: 0; }
      .resources_widget .post_list .post_item .item_content .post_terms {
        position: absolute;
        bottom: 30px; }
        .resources_widget .post_list .post_item .item_content .post_terms p {
          text-transform: uppercase; }
    .resources_widget .post_list .post_item .item_image {
      border-radius: 0;
      height: 260px;
      width: 100%;
      margin-bottom: 0; }
      @media screen and (max-width: 1080px) {
        .resources_widget .post_list .post_item .item_image {
          height: 150px; } }
.single_post_item {
  margin-top: 200px; }
  @media screen and (max-width: 1080px) {
    .single_post_item {
      margin-top: 100px; } }
  .single_post_item .post_meta {
    display: flex;
    margin: 25px 0 50px; }
    .single_post_item .post_meta span {
      font-weight: 400;
      font-size: 16px;
      line-height: 14px;
      font-family: "Oswald", sans-serif;
      color: #012D51;
      margin-right: 5px;
      padding-right: 5px;
      border-right: 1px solid #012D51;
      text-transform: uppercase; }
      .single_post_item .post_meta span:last-child {
        margin-right: 0;
        border-right: 0;
        padding-right: 0; }

.single #post_content {
  display: block;
  padding-right: 120px; }
  @media screen and (max-width: 1080px) {
    .single #post_content {
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .single #post_content {
      padding-right: 0; } }
.single .post_details {
  padding: 0 15px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .single .post_details {
      padding: 0;
      width: 100%;
      display: flex;
      flex-wrap: wrap; } }
  .single .post_details .post_title {
    margin-bottom: 15px; }
  .single .post_details .post_meta {
    margin: 0; }
  .single .post_details img {
    margin-bottom: 40px; }

.single .breakword,
.single .breakword * {
  word-break: break-all; }

.related_posts_main {
  width: 100%;
  position: relative;
  margin: 100px 0 0;
  display: block; }
  @media screen and (max-width: 1080px) {
    .related_posts_main {
      margin: 60px 0 10px 0; } }
  .related_posts_main .related_title {
    margin: 0;
    text-align: center !important;
    font-weight: bold;
    color: #000000;
    font-family: "Oswald", "Helvetica", Arial, serif; }

.archive .maincontent {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

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

.filter_wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 991px) {
    .filter_wrap {
      justify-content: center;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .filter_wrap {
      margin-bottom: 20px; } }
  .filter_wrap .tax_filter {
    position: relative; }
  .filter_wrap .posts_filter {
    position: relative; }
  .filter_wrap .form_inner {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
    padding: 15px 30px; }
    .filter_wrap .form_inner ul {
      display: flex;
      justify-content: center;
      position: relative;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .filter_wrap .form_inner ul {
          flex-wrap: wrap; } }
      .filter_wrap .form_inner ul li {
        margin: 0;
        padding: 0;
        display: flex;
        margin: 10px 30px; }
        @media screen and (max-width: 1080px) {
          .filter_wrap .form_inner ul li {
            margin: 10px; } }
        .filter_wrap .form_inner ul li label {
          font-weight: 400;
          font-size: 14px;
          line-height: 16px;
          color: #333333;
          text-transform: uppercase;
          font-family: "Oswald", sans-serif;
          margin-bottom: 0;
          cursor: pointer; }
          @media screen and (max-width: 1080px) {
            .filter_wrap .form_inner ul li label {
              font-size: 12px;
              line-height: 14px; } }
        .filter_wrap .form_inner ul li.active label {
          font-weight: 700;
          color: #012D51; }
        .filter_wrap .form_inner ul li:hover label {
          color: #012D51; }
    .filter_wrap .form_inner input {
      display: none; }

.post_footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 100px; }
  @media screen and (max-width: 1080px) {
    .post_footer {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .post_footer .back_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .post_footer .back_button {
        margin-top: 40px; } }
    .post_footer .back_button a {
      font-weight: 700;
      font-size: 16px;
      color: #012D51;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase; }
  .post_footer .social_share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .post_footer .social_share {
        flex-wrap: wrap; } }
.sharer_list ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .sharer_list ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid #012D51;
    line-height: 20px;
    font-weight: 400; }
    .sharer_list ul li:last-child {
      border: 0;
      padding: 0;
      margin: 0; }
    .sharer_list ul li a {
      font-weight: 400;
      font-size: 16px;
      line-height: 14px;
      color: #012D51; }
      .sharer_list ul li a:hover {
        opacity: 0.8; }

.mobile_slider .slick-dots {
  bottom: -30px; }

.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: 1028px;
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    .vc_tta.vc_general.vc_tta-accordion {
      width: 100%; } }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
    margin-bottom: 0;
    border-bottom: 0 !important;
    padding: 20px 25px !important;
    background: #F4FBFB !important;
    border-radius: 20px !important;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
        margin-bottom: 16px;
        padding: 20px 16px !important; } }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
    padding: 30px 0 !important;
    background: transparent !important;
    border: 0 !important; }
    @media screen and (max-width: 991px) {
      .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
        padding: 20px 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-body p, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body ul, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body ol, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body li {
      font-size: 13px;
      line-height: 30px;
      color: #012D51; }
      @media screen and (max-width: 767px) {
        .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body p, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body ul, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body ol, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body li {
          font-size: 12px !important;
          line-height: 20px !important; } }
    .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body h1, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body h2, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body h3, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body h4, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body h5, .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body h6 {
      margin-bottom: 20px; }
    .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body ul {
      margin-top: 45px; }
      @media screen and (max-width: 767px) {
        .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body ul {
          margin-top: 0; } }
  .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: 0 10px;
    margin-bottom: 0 !important; }
    .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title small {
      width: 100%;
      display: block;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      color: #555555;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title small {
          font-size: 12px !important;
          line-height: 16px !important; } }
    .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
      font-weight: 600 !important;
      font-size: 18px !important;
      line-height: 27px !important;
      color: #012D51 !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      padding-left: 0 !important; }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon {
    height: 15px !important;
    width: 15px !important;
    right: 0 !important;
    left: auto !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: #48C3C6 !important;
      border-width: 0 3px 3px 0 !important;
      border-style: solid !important; }

@media screen and (min-width: 768px) {
  .wpb-js-composer .vc_tta-panel .vc_tta-panel-body,
  .wpb-js-composer .vc_tta-panel .vc_tta-panel-body {
    -webkit-transform: none !important;
            transform: none !important;
    transition: none !important;
    -webkit-animation: fadein 1s;
            animation: fadein 1s; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.tabs_section .vc_tta-panels-container {
  margin-top: -10px; }

.tabs_section .vc_tta-tabs-container {
  margin: 0 !important;
  background: #FFFFFF;
  box-shadow: 0px 9px 28px rgba(45, 48, 61, 0.1); }

.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: 0 !important;
  background: transparent !important;
  position: relative;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  padding: 150px 0 120px !important;
  margin-top: 0; }
  @media screen and (max-width: 991px) {
    .tabs_section .vc_tta-tabs .vc_tta-panel-body {
      padding: 80px 0 !important; } }
.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;
  display: flex !important; }
  @media screen and (max-width: 767px) {
    .tabs_section .vc_tta-tabs .vc_tta-tabs-list {
      flex-wrap: wrap; } }
.tabs_section .vc_tta-tabs .vc_tta-tab {
  overflow: hidden;
  margin: 0 !important;
  width: 100% !important; }
  @media screen and (max-width: 767px) {
    .tabs_section .vc_tta-tabs .vc_tta-tab {
      margin: 0 auto !important;
      display: block;
      flex: 0 0 100%;
      width: 100%; } }
  .tabs_section .vc_tta-tabs .vc_tta-tab a {
    cursor: pointer !important;
    background: #ffffff !important;
    color: rgba(136, 136, 136, 0.72) !important;
    padding: 30px 25px !important;
    font-family: "Oswald", sans-serif;
    border-radius: 0 !important;
    text-transform: capitalize;
    transition: background-color 475ms ease !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-top: 0 !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .tabs_section .vc_tta-tabs .vc_tta-tab a {
        padding: 20px !important; } }
    .tabs_section .vc_tta-tabs .vc_tta-tab a:hover {
      color: #FF5C00 !important; }
  .tabs_section .vc_tta-tabs .vc_tta-tab.vc_active > a {
    border: 0 !important;
    color: #FF5C00 !important;
    position: relative; }
    .tabs_section .vc_tta-tabs .vc_tta-tab.vc_active > a span {
      position: relative; }
      .tabs_section .vc_tta-tabs .vc_tta-tab.vc_active > a span:before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        border-top: 2px solid #FF5C00 !important;
        width: 47px !important;
        height: 2px !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -10px; }

@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; } }

.vertical_tabs .vc_tta.vc_general {
  align-items: flex-start !important; }
  @media screen and (max-width: 767px) {
    .vertical_tabs .vc_tta.vc_general {
      display: block; } }
.vertical_tabs .vc_tta-tabs-container {
  background: #F2F2F2;
  padding: 30px 15px;
  width: 30%; }
  @media screen and (max-width: 1080px) {
    .vertical_tabs .vc_tta-tabs-container {
      width: 40%; } }
  @media screen and (max-width: 991px) {
    .vertical_tabs .vc_tta-tabs-container {
      margin-bottom: 40px !important;
      padding: 10px 0; } }
.vertical_tabs .vc_tta-panels-container {
  width: 70%; }
  @media screen and (max-width: 1080px) {
    .vertical_tabs .vc_tta-panels-container {
      width: 60%; } }
.vertical_tabs .vc_tta-panels {
  background: transparent !important;
  border: 0 !important; }

.vertical_tabs .vc_tta-panel-body {
  padding: 0 0 0 40px !important; }
  @media screen and (max-width: 991px) {
    .vertical_tabs .vc_tta-panel-body {
      padding: 0 !important; } }
  @media screen and (max-width: 767px) {
    .vertical_tabs .vc_tta-panel-body {
      padding: 20px !important; } }
.vertical_tabs .vc_tta-tab {
  overflow: hidden;
  margin: 0 !important;
  width: 100% !important;
  border-bottom: 2px solid #C4C4C4 !important; }
  .vertical_tabs .vc_tta-tab:last-child {
    border-bottom: 0 !important; }
  @media screen and (max-width: 767px) {
    .vertical_tabs .vc_tta-tab {
      margin: 0 auto !important;
      display: block;
      flex: 0 0 100%;
      width: 100%; } }
  .vertical_tabs .vc_tta-tab a {
    cursor: pointer !important;
    background: transparent !important;
    padding: 15px 15px !important;
    margin: 5px 0;
    font-family: "Oswald", "Helvetica", Arial, serif;
    border-radius: 0 !important;
    text-transform: capitalize;
    transition: all 300ms !important;
    border: 0 !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    color: #828282 !important; }
    @media screen and (max-width: 991px) {
      .vertical_tabs .vc_tta-tab a {
        padding: 10px 15px !important;
        font-size: 18px !important;
        line-height: 22px !important; } }
    .vertical_tabs .vc_tta-tab a:hover {
      color: #000000 !important;
      background: #E8E8E8 !important;
      border-radius: 6px !important;
      font-weight: 600 !important; }
  .vertical_tabs .vc_tta-tab.vc_active > a {
    font-weight: 600 !important;
    font-size: 22px !important;
    color: #000000 !important;
    position: relative; }
    @media screen and (max-width: 991px) {
      .vertical_tabs .vc_tta-tab.vc_active > a {
        font-size: 18px !important;
        line-height: 22px !important; } }
.vertical_tabs .vc_tta.vc_general .vc_tta-panel-heading {
  border-radius: 0 !important;
  margin-bottom: 0 !important; }

@media screen and (max-width: 767px) {
  .vertical_tabs .vc_tta.vc_general .vc_tta-panel {
    border-bottom: 1px solid #C4C4C4; } }

.vertical_tabs .vc_tta.vc_general .vc_tta-panel-title > a {
  font-size: 18px;
  line-height: 22px;
  color: #828282;
  padding: 14px 20px 0; }

.vertical_tabs .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  font-weight: bold;
  color: #000000; }

.testimonials_row {
  padding: 200px 0;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .testimonials_row {
      padding: 100px 0; } }
  .testimonials_row:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.testimonial_blocks {
  padding-top: 0;
  padding-bottom: 0; }
  .testimonial_blocks .testimonial_item {
    display: block;
    width: 100%;
    position: relative; }
  .testimonial_blocks .slick-track {
    margin: 0; }
  .testimonial_blocks .slick-slide {
    display: flex;
    align-items: center;
    background: rgba(34, 34, 34, 0.5);
    padding: 55px 60px; }
    @media screen and (max-width: 767px) {
      .testimonial_blocks .slick-slide {
        padding: 50px 20px; } }
  .testimonial_blocks h3 {
    color: #ffffff;
    font-family: "Oswald", "Helvetica", Arial, serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    font-style: italic;
    margin: 0 !important; }
    @media screen and (max-width: 1080px) {
      .testimonial_blocks h3 {
        font-size: 22px !important;
        line-height: 32px !important;
        margin-top: 30px; } }
    @media screen and (max-width: 1080px) {
      .testimonial_blocks h3 {
        font-size: 16px !important;
        line-height: 24px !important; } }
  .testimonial_blocks p {
    color: #ffffff;
    font-family: "Oswald", "Helvetica", Arial, serif;
    margin-bottom: 45px !important;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px; }
    @media screen and (max-width: 1080px) {
      .testimonial_blocks p {
        font-size: 32px !important;
        line-height: 44px !important; } }
    @media screen and (max-width: 1080px) {
      .testimonial_blocks p {
        font-size: 22px !important;
        line-height: 32px !important; } }
  .testimonial_blocks .slick-dots {
    bottom: -220px; }
    @media screen and (max-width: 991px) {
      .testimonial_blocks .slick-dots {
        bottom: -50px; } }
    .testimonial_blocks .slick-dots li button {
      background: rgba(255, 255, 255, 0.5);
      opacity: 1;
      border-radius: 100%; }
    .testimonial_blocks .slick-dots li.slick-active button {
      background: #ACC7AB;
      opacity: 1; }

.testimonial_blocks2 .testimonial-slider2 {
  background: #ffffff;
  border-radius: 4px;
  padding: 112px 120px 90px;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .testimonial_blocks2 .testimonial-slider2 {
      padding: 100px 130px; } }
  @media screen and (max-width: 991px) {
    .testimonial_blocks2 .testimonial-slider2 {
      padding: 40px 80px; } }
  @media screen and (max-width: 767px) {
    .testimonial_blocks2 .testimonial-slider2 {
      padding: 40px 20px; } }
.testimonial_blocks2 .testimonial_item {
  display: block;
  width: 100%;
  position: relative; }

.testimonial_blocks2 h3 {
  color: #012D51;
  font-family: "Oswald", "Helvetica", Arial, serif;
  margin-top: 60px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0; }
  @media screen and (max-width: 1080px) {
    .testimonial_blocks2 h3 {
      font-size: 22px !important;
      line-height: 32px !important;
      margin-top: 30px; } }
  @media screen and (max-width: 1080px) {
    .testimonial_blocks2 h3 {
      font-size: 16px !important;
      line-height: 24px !important; } }
.testimonial_blocks2 h6 {
  color: #012D51;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 26px; }

.testimonial_blocks2 p {
  font-size: 20px;
  line-height: 34px;
  color: #828282;
  font-family: "Oswald", "Helvetica", Arial, serif;
  font-style: italic; }
  @media screen and (max-width: 1080px) {
    .testimonial_blocks2 p {
      font-size: 18px !important;
      line-height: 28px !important; } }
  @media screen and (max-width: 991px) {
    .testimonial_blocks2 p {
      font-size: 16px !important;
      line-height: 24px !important; } }
.testimonial_blocks2 .slick-dots {
  bottom: -70px;
  left: 0; }
  @media screen and (max-width: 991px) {
    .testimonial_blocks2 .slick-dots {
      bottom: -50px; } }
  .testimonial_blocks2 .slick-dots li button {
    background: #012D51;
    opacity: 0.3;
    border-radius: 100%; }
  .testimonial_blocks2 .slick-dots li.slick-active button {
    background: #012D51;
    opacity: 1; }

.team_members {
  display: flex;
  gap: 22px; }
  @media screen and (max-width: 768px) {
    .team_members {
      flex-direction: column;
      gap: 0;
      margin: 0 -30px; } }
  .team_members__tab {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media screen and (max-width: 768px) {
      .team_members__tab {
        flex-direction: column-reverse;
        gap: 35px; } }
    .team_members__tab .team_members__image .item_content {
      display: none; }
      .team_members__tab .team_members__image .item_content.active {
        display: block; }
    .team_members__tab .team_members__image .box_image img {
      border-radius: 30px 0px;
      display: block; }
    .team_members__tab .team_members__image .box_details {
      display: none; }
    @media screen and (max-width: 768px) {
      .team_members__tab .team_members__image .box_image img {
        border-radius: 4px; } }
    .team_members__tab .team_members__controls {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; }
      .team_members__tab .team_members__controls .item_content,
      .team_members__tab .team_members__controls .box_details {
        height: 100%; }
      .team_members__tab .team_members__controls .box_image,
      .team_members__tab .team_members__controls .member_description {
        display: none; }
      .team_members__tab .team_members__controls .item_content {
        background: #F4FBFB;
        border-radius: 10px;
        padding: 30px;
        transition: all 0.25s ease; }
        .team_members__tab .team_members__controls .item_content:hover, .team_members__tab .team_members__controls .item_content.active {
          cursor: pointer;
          background: #012D51;
          transition: all 0.25s ease; }
          .team_members__tab .team_members__controls .item_content:hover .member_name,
          .team_members__tab .team_members__controls .item_content:hover .member_designation, .team_members__tab .team_members__controls .item_content.active .member_name,
          .team_members__tab .team_members__controls .item_content.active .member_designation {
            color: #ffffff; }
      .team_members__tab .team_members__controls .member_name {
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        color: #012D51;
        text-transform: capitalize;
        margin-bottom: 10px; }
      .team_members__tab .team_members__controls .member_designation {
        font-size: 14px;
        line-height: 22px;
        color: #828282;
        margin-bottom: 0 !important;
        text-transform: capitalize;
        font-weight: 400;
        font-family: "Inter", "Helvetica", Arial, serif; }
      @media screen and (max-width: 991px) {
        .team_members__tab .team_members__controls {
          grid-template-columns: 1fr; }
          .team_members__tab .team_members__controls .item_content {
            padding: 15px 20px; } }
      @media screen and (max-width: 768px) {
        .team_members__tab .team_members__controls {
          display: flex;
          flex-direction: column; }
          .team_members__tab .team_members__controls .item_content .member_name {
            font-size: 18px !important;
            margin-bottom: 0 !important; }
          .team_members__tab .team_members__controls .item_content .member_designation {
            font-size: 14px !important; } }
  .team_members__content {
    flex: 1;
    flex-basis: 60%;
    background-color: #012D51;
    border-radius: 0px 30px;
    padding: 77px 84px;
    color: #ffffff; }
    @media screen and (max-width: 768px) {
      .team_members__content {
        border-radius: 0; } }
    .team_members__content .item_content {
      display: none; }
      .team_members__content .item_content.active {
        display: block; }
    .team_members__content .box_image {
      display: none; }
    .team_members__content .member_name,
    .team_members__content .member_designation,
    .team_members__content .member_description * {
      color: #ffffff;
      text-transform: none; }
    .team_members__content .member_name {
      font-weight: 400;
      font-size: 30px;
      line-height: 38px;
      padding-bottom: 50px;
      margin-bottom: 40px;
      border-bottom: 1px solid #48C3C6; }
    .team_members__content .member_designation {
      font-weight: 700;
      font-size: 24px !important;
      line-height: 44px !important; }
    .team_members__content .member_description {
      font-weight: 500;
      font-size: 18px;
      line-height: 34px;
      font-family: "Inter", "Helvetica", Arial, serif; }
    @media screen and (max-width: 991px) {
      .team_members__content {
        padding: 30px 45px; }
        .team_members__content .member_name {
          padding-bottom: 25px;
          margin-bottom: 13px; } }
/* Youtube Video */
.videoWrapper {
  position: relative;
  background-color: #000;
  margin: 0 auto; }

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
  outline: none;
  box-shadow: none; }

.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -40px 0 0 -40px;
  background: #EC9036;
  border-radius: 100%;
  transition: border-color 300ms; }

.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -19px 0 0 -11px;
  border-left: 22px solid #ffffff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  transition: border-color 300ms; }

.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #ffffff; }

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 800ms; }

.video_wrapper {
  border-radius: 4px;
  margin: 0 auto; }
  .video_wrapper.big_video {
    height: 450px;
    width: 70%; }
    @media screen and (max-width: 1300px) {
      .video_wrapper.big_video {
        height: 500px; } }
    @media screen and (max-width: 1080px) {
      .video_wrapper.big_video {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .video_wrapper.big_video {
        height: 350px; } }
    @media screen and (max-width: 767px) {
      .video_wrapper.big_video {
        height: 245px; } }
    .video_wrapper.big_video video {
      opacity: 0;
      height: 450px;
      width: 100%; }
      @media screen and (max-width: 1300px) {
        .video_wrapper.big_video video {
          height: 500px; } }
      @media screen and (max-width: 1300px) {
        .video_wrapper.big_video video {
          height: 500px; } }
      @media screen and (max-width: 1080px) {
        .video_wrapper.big_video video {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .video_wrapper.big_video video {
          height: 350px; } }
      @media screen and (max-width: 767px) {
        .video_wrapper.big_video video {
          height: 245px;
          width: 100%;
          margin: 0 auto;
          display: block; } }
  @media screen and (max-width: 1080px) {
    .video_wrapper {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .video_wrapper {
      height: auto; } }
  @media screen and (max-width: 767px) {
    .video_wrapper {
      height: 245px; } }
.custom_video {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .custom_video .slide_image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 15px; }
  .custom_video.without_bg .slide_image {
    display: none; }
  .custom_video.videoWrapper {
    height: 510px;
    width: 900px;
    top: 25px; }
    @media screen and (max-width: 1080px) {
      .custom_video.videoWrapper {
        width: 100%;
        height: 480px;
        top: 0; } }
    @media screen and (max-width: 768px) {
      .custom_video.videoWrapper {
        height: 370px; } }
    @media screen and (max-width: 767px) {
      .custom_video.videoWrapper {
        height: 160px;
        margin: 0 auto; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
      .custom_video.videoWrapper {
        height: 300px; } }
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
      .custom_video.videoWrapper {
        height: 300px; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
      .custom_video.videoWrapper {
        height: 300px !important; } }
    @media screen and (max-width: 320px) {
      .custom_video.videoWrapper {
        height: 140px;
        margin-top: 0; } }
  .custom_video video {
    opacity: 0;
    height: auto;
    width: 100%; }
    @media screen and (max-width: 1080px) {
      .custom_video video {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .custom_video video {
        height: auto; } }
    @media screen and (max-width: 767px) {
      .custom_video video {
        height: 245px;
        width: 100%;
        margin: 0 auto;
        display: block; } }
  .custom_video .playpause {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .custom_video .playpause .play-button {
      background: url("../../images/i-play.svg") no-repeat center center;
      width: 90px;
      height: 90px;
      background-size: 100%;
      border-radius: 100%;
      margin: 0 auto;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .custom_video .playpause .play-button {
          margin: 0 auto; } }
  .custom_video .content_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .custom_video .content_wrap img {
        display: none; } }
  .custom_video .no_video {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.popup_video {
  position: relative; }
  .popup_video a {
    display: block; }
    .popup_video a:before {
      background: url("../../images/i-play.svg") no-repeat top center;
      background-size: cover;
      content: "" !important;
      display: block !important;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 90px;
      height: 90px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .popup_video a:before {
          width: 30px;
          height: 30px; } }
  .popup_video.no_video a:before {
    display: none !important; }
  .popup_video.default {
    max-width: 100%; }
    @media screen and (max-width: 1080px) {
      .popup_video.default {
        max-width: 100%; } }
    .popup_video.default img {
      width: 100%;
      border-radius: 12px; }
  .popup_video.big_video {
    position: absolute;
    top: 50%;
    right: -120px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 1080px) {
      .popup_video.big_video {
        position: relative;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        left: 50%;
        right: auto;
        margin-bottom: 0; } }
.image_slider {
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .image_slider {
      margin-bottom: 30px; } }
  .image_slider .slick-slide {
    width: 100%; }
  .image_slider .slide_image {
    height: 450px;
    width: 100%; }
    @media screen and (max-width: 1080px) {
      .image_slider .slide_image {
        height: 300px; } }
  .image_slider .slick-dots {
    bottom: -40px; }
    .image_slider .slick-dots li.slick-active button {
      background: #012D51;
      opacity: 1;
      border-radius: 100%;
      width: 7px; }

.vc_row.slider_offset,
.slider_offset {
  position: relative;
  margin-top: -330px; }

.gallery-slider .slick-slide > div {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (max-width: 1080px) {
    .gallery-slider .slick-slide > div {
      -webkit-transform: scale(1);
              transform: scale(1); } }
.gallery-slider .slick-center > div {
  -webkit-transform: scale(1);
          transform: scale(1); }

.gallery-slider .slider__item > img {
  width: 100%;
  height: auto; }

.gallery-slider .slick-dots {
  bottom: -60px; }
  @media screen and (max-width: 1080px) {
    .gallery-slider .slick-dots {
      bottom: -30px; } }
.cta_blocks {
  padding-top: 0;
  padding-bottom: 0; }
  .cta_blocks .cta_slider {
    margin: 0 0 30px !important; }
  .cta_blocks .cta_box_item {
    display: flex !important;
    align-items: center;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 991px) {
      .cta_blocks .cta_box_item {
        flex-wrap: wrap; } }
  .cta_blocks .image_wrapper {
    padding: 0 0 20px 15px;
    display: flex;
    align-items: center;
    width: 40%; }
    @media screen and (max-width: 991px) {
      .cta_blocks .image_wrapper {
        width: 100%;
        height: 300px; } }
  .cta_blocks .cta_box_image {
    height: 480px;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 20px;
    padding-bottom: 20px;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .cta_blocks .cta_box_image {
        height: 300px;
        margin: 0;
        padding: 0; } }
    .cta_blocks .cta_box_image::before {
      background: url("../../images/triangle-left.svg") no-repeat bottom left;
      background-size: contain;
      content: "" !important;
      display: block !important;
      position: absolute;
      bottom: -20px;
      left: -15px;
      height: 100%;
      width: 100%;
      z-index: -1; }
      @media screen and (max-width: 991px) {
        .cta_blocks .cta_box_image::before {
          bottom: -10px;
          left: -10px; } }
  .cta_blocks .cta_box_content {
    width: 60%;
    padding-left: 120px; }
    @media screen and (max-width: 1080px) {
      .cta_blocks .cta_box_content {
        padding-left: 30px; } }
    @media screen and (max-width: 991px) {
      .cta_blocks .cta_box_content {
        width: 100%;
        margin-top: 40px;
        padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      .cta_blocks .cta_box_content {
        padding-left: 0;
        margin-top: 30px;
        text-align: center; } }
  .cta_blocks h2 {
    max-width: 500px; }
    @media screen and (max-width: 991px) {
      .cta_blocks h2 {
        max-width: 100%; } }
  .cta_blocks h6 {
    font-family: 'Helvetica-Bold';
    font-size: 18px;
    line-height: 20px;
    color: #012D51;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media screen and (max-width: 1080px) {
      .cta_blocks h6 {
        font-size: 18px !important;
        line-height: 22px !important; } }
  .cta_blocks p {
    margin-bottom: 40px; }
    .cta_blocks p:last-child {
      margin-bottom: 0; }
  .cta_blocks [class*='button-'] {
    margin-top: 15px;
    margin-bottom: 0 !important; }
  .cta_blocks .slick-dots {
    bottom: -60px; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.top_nav {
  background: #012D51;
  border-bottom: 1px solid #f9f9f9;
  font-size: 15px;
  padding: 11px 0;
  color: #ffffff; }
  .top_nav .container,
  .top_nav .top_nav__widgets {
    display: flex;
    align-items: center; }
  .top_nav .container {
    justify-content: space-between;
    align-items: center; }
  .top_nav .header-col .widget {
    position: relative; }
    .top_nav .header-col .widget:not(:last-child) {
      padding-right: 25px; }
      .top_nav .header-col .widget:not(:last-child)::after {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 15px;
        color: #48C3C6;
        font-weight: 900;
        content: '•';
        position: absolute;
        right: 10px; }
  .top_nav .widget,
  .top_nav .menu,
  .top_nav .menu-item,
  .top_nav .social_media,
  .top_nav .social_media li {
    border: 0;
    margin: 0;
    padding: 0; }
  .top_nav .textwidget,
  .top_nav .widget a,
  .top_nav .widget p {
    margin: 0;
    padding: 0;
    font-family: "Inter", "Helvetica", Arial, serif;
    color: #ffffff; }
  .top_nav .widget a {
    font-weight: 900;
    font-size: 15px; }
  @media screen and (max-width: 991px) {
    .top_nav {
      display: none; } }
.header_wrapper {
  position: fixed;
  top: 0;
  z-index: 8;
  top: 0;
  width: 100% !important;
  z-index: 101 !important;
  transition: all ease-out 0.2s; }
  .header_wrapper.solid_header .desktop-nav ul li a,
  .header_wrapper.solid_header .desktop-nav ul li a:hover,
  .header_wrapper header.sticky .desktop-nav ul li a,
  .header_wrapper header.sticky .desktop-nav ul li a:hover {
    color: #012D51 !important;
    transition: all ease 700ms !important; }
  .header_wrapper.solid_header .desktop-nav ul li.menu-item-has-children > a:after,
  .header_wrapper header.sticky .desktop-nav ul li.menu-item-has-children > a:after {
    border: solid #ffffff !important;
    border-width: 0 2px 2px 0 !important; }
  .header_wrapper.solid_header .desktop-nav ul.menu > li.current-page-ancestor > a, .header_wrapper.solid_header .desktop-nav ul.menu > li.current-menu-ancestor > a, .header_wrapper.solid_header .desktop-nav ul.menu > li.current-menu-item > a, .header_wrapper.solid_header .desktop-nav ul.menu > li:hover > a, .header_wrapper.solid_header .desktop-nav ul.menu > li:focus > a,
  .header_wrapper header.sticky .desktop-nav ul.menu > li.current-page-ancestor > a,
  .header_wrapper header.sticky .desktop-nav ul.menu > li.current-menu-ancestor > a,
  .header_wrapper header.sticky .desktop-nav ul.menu > li.current-menu-item > a,
  .header_wrapper header.sticky .desktop-nav ul.menu > li:hover > a,
  .header_wrapper header.sticky .desktop-nav ul.menu > li:focus > a {
    color: #48C3C6 !important; }
  .header_wrapper.solid_header .desktop-nav ul.menu > li.current-menu-item.menu-item-has-children > a:after,
  .header_wrapper header.sticky .desktop-nav ul.menu > li.current-menu-item.menu-item-has-children > a:after {
    border: solid #ffffff !important;
    border-width: 0 2px 2px 0 !important; }
  .header_wrapper.solid_header .toggle-nav span,
  .header_wrapper header.sticky .toggle-nav span {
    background-color: #012D51; }
  .header_wrapper.solid_header #logo .light_logo,
  .header_wrapper header.sticky #logo .light_logo {
    display: none; }
  .header_wrapper.solid_header #secondary-navigation li[class*='button-'] a,
  .header_wrapper header.sticky #secondary-navigation li[class*='button-'] a {
    color: #ffffff !important;
    opacity: 1 !important; }
    .header_wrapper.solid_header #secondary-navigation li[class*='button-'] a:hover,
    .header_wrapper header.sticky #secondary-navigation li[class*='button-'] a:hover {
      color: #ffffff !important; }
  .header_wrapper.solid_header #secondary-navigation li[class*='button-'].current-menu-item a,
  .header_wrapper header.sticky #secondary-navigation li[class*='button-'].current-menu-item a {
    color: #ffffff !important; }
  .header_wrapper.solid_header {
    background: #ffffff; }
    .header_wrapper.solid_header header.sticky {
      border-bottom: 1px solid rgba(42, 60, 68, 0.06); }
    .header_wrapper.solid_header .fake-bg {
      display: none !important; }
    .header_wrapper.solid_header #logo .dark_logo {
      opacity: 1 !important;
      display: block !important; }
    .header_wrapper.solid_header #logo .light_logo {
      opacity: 0 !important;
      display: none !important; }

header {
  opacity: 1;
  transition: padding 300ms ease;
  margin: 0 auto;
  padding: 9px 1rem 10px; }
  @media screen and (max-width: 991px) {
    header {
      padding: 10px 0; } }
  header .flex_section {
    max-width: 90%;
    margin: 0 auto; }
    @media screen and (min-width: 1440px) {
      header .flex_section {
        max-width: 1180px; } }
    @media screen and (max-width: 1280px) {
      header .flex_section {
        width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 991px) {
      header .flex_section {
        width: 100%;
        max-width: 100%; } }
  header .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: center; }
  header .fake-bg {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 87px;
    z-index: -1; }
    @media screen and (max-width: 1080px) {
      header .fake-bg {
        height: 62px; } }
  header.transparent_header .dark_logo {
    display: block;
    transition: all in ease 500ms; }
  header .logo {
    transition: all 0.4s ease; }
  header #logo {
    display: flex; }
    @media screen and (max-width: 1139px) {
      header #logo {
        align-items: flex-start;
        justify-content: flex-start; } }
    @media screen and (max-width: 1080px) {
      header #logo {
        flex: 0 0 90%;
        max-width: 90%;
        padding-left: 30px; } }
    header #logo .logo {
      width: 100%; }
      @media screen and (max-width: 991px) {
        header #logo .logo {
          width: 80%;
          margin-top: 0; } }
      header #logo .logo img {
        height: 41px; }
        @media screen and (max-width: 991px) {
          header #logo .logo img {
            width: 117px;
            height: 35px; } }
    header #logo .dark_logo {
      display: none; }
  header #navigation {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media screen and (max-width: 1080px) {
      header #navigation {
        flex: 0 0 10%;
        max-width: 10%; } }
  header #secondary-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: -1 0 25%;
    max-width: 25%; }
    @media screen and (max-width: 1080px) {
      header #secondary-navigation {
        display: none; } }
.footer_top {
  background: #012D51;
  padding: 33px 0; }
  .footer_top .footer-col--left {
    text-transform: uppercase; }

.footer_bottom {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #012D51;
  padding: 35px 0; }
  @media screen and (max-width: 768px) {
    .footer_bottom {
      padding: 30px 0 40px; } }
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (max-width: 1080px) {
    .footer .container {
      display: flex;
      flex-wrap: wrap;
      grid-column-gap: 0;
      max-width: 100%; } }
.footer .gform_wrapper, .footer .gform_confirmation_wrapper {
  padding: 0; }

.footer .gform_wrapper .gfield {
  margin-bottom: 0 !important;
  width: 435px !important;
  max-width: 100% !important; }
  @media screen and (max-width: 991px) {
    .footer .gform_wrapper .gfield {
      width: 300px !important; } }
  @media screen and (max-width: 768px) {
    .footer .gform_wrapper .gfield {
      width: 100% !important; } }
  .footer .gform_wrapper .gfield:first-child input {
    background: #F2F2F2 !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px 0px 0px 10px !important;
    height: 60px; }
    @media screen and (max-width: 768px) {
      .footer .gform_wrapper .gfield:first-child input {
        border-radius: 10px !important;
        margin-bottom: 20px; } }
    .footer .gform_wrapper .gfield:first-child input::-webkit-input-placeholder {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px; }
    .footer .gform_wrapper .gfield:first-child input::-moz-placeholder {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px; }
    .footer .gform_wrapper .gfield:first-child input::placeholder {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px; }

.footer .gform_wrapper input[type="submit"].button {
  background: linear-gradient(240.62deg, #2269A2 34.14%, #115286 80.57%) !important;
  border-radius: 0px 10px 10px 0px !important;
  width: 100%;
  color: #ffffff;
  padding: 14px !important;
  text-transform: uppercase !important;
  font-size: 22px !important;
  min-width: 0; }
  @media screen and (max-width: 768px) {
    .footer .gform_wrapper input[type="submit"].button {
      border-radius: 0px 12px !important; } }
.footer .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  gap: 0;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .footer .gform_wrapper.gravity-theme .gform_fields {
      display: block; } }
.footer .gform_wrapper.gravity-theme #field_submit {
  width: 175px !important; }
  @media screen and (max-width: 991px) {
    .footer .gform_wrapper.gravity-theme #field_submit {
      width: 120px !important; } }
  @media screen and (max-width: 768px) {
    .footer .gform_wrapper.gravity-theme #field_submit {
      width: 100% !important; } }
.footer .gform_wrapper.gravity-theme .gform_footer, .footer .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0; }

.footer .widget {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  display: inline-block; }
  .footer .widget:not(:first-child) {
    margin-left: 45px; }
    @media screen and (max-width: 1080px) {
      .footer .widget:not(:first-child) {
        margin-left: 25px; } }
    @media screen and (max-width: 768px) {
      .footer .widget:not(:first-child) {
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .footer .widget {
      display: block; } }
  .footer .widget .textwidget * {
    color: #ffffff;
    margin-bottom: 0 !important; }
  .footer .widget p, .footer .widget a {
    color: #ffffff;
    font-weight: normal !important;
    font-size: 11px !important;
    line-height: 16px !important;
    font-family: "Oswald", "Helvetica", Arial, serif;
    margin: 0 !important; }
  .footer .widget ul.menu {
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .footer .widget ul.menu li {
        display: inline-block !important; }
        .footer .widget ul.menu li:not(:last-child) {
          padding-right: 4px; }
          .footer .widget ul.menu li:not(:last-child):after {
            content: '';
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background-color: #ffffff;
            position: absolute;
            right: -2px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
    .footer .widget ul.menu li {
      display: block;
      line-height: 16px !important;
      list-style: none;
      padding: 0;
      margin-bottom: 0; }

.footer .footer-grid {
  display: flex;
  width: 100%; }
  @media screen and (max-width: 1080px) {
    .footer .footer-grid {
      flex-wrap: wrap; } }
.footer .footer-col--left {
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 768px) {
    .footer .footer-col--left {
      flex-direction: column;
      align-items: center;
      margin-bottom: 25px; } }
@media screen and (max-width: 767px) {
  .footer .footer-col {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center; } }

.footer .footer-col a:hover {
  color: #48C3C6; }

.footer .social_media {
  width: 100%;
  position: relative;
  margin-bottom: 0; }
  .footer .social_media ul {
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex; }
    @media screen and (max-width: 1080px) {
      .footer .social_media ul {
        justify-content: center;
        align-items: center; } }
    .footer .social_media ul li {
      display: inline-block;
      list-style: none;
      margin: 0 7px 0;
      list-style: none;
      padding-left: 0; }
      .footer .social_media ul li a {
        font-family: "Font Awesome 5 Brands" !important;
        color: #3A3D5A !important;
        font-size: 28px !important;
        text-decoration: none !important;
        line-height: 13px !important;
        text-align: center;
        font-weight: normal !important; }
        .footer .social_media ul li a:before {
          color: #ffffff;
          font-size: 18px !important;
          line-height: 18px !important; }
        .footer .social_media ul li a:first-child {
          padding-left: 0; }
        .footer .social_media ul li a:hover {
          opacity: 0.7;
          text-decoration: none !important; }
  .footer .social_media .widget {
    margin: 0;
    padding-bottom: 0; }

.footer_cta .container_small.vc_row {
  position: relative;
  background: linear-gradient(240.62deg, #2269A2 34.14%, #115286 80.57%);
  border-radius: 0px 30px;
  margin-top: 24px !important;
  padding-top: 110px;
  padding-bottom: 110px; }
  .footer_cta .container_small.vc_row:before {
    pointer-events: none;
    content: '';
    width: 100%;
    position: absolute;
    top: -24px;
    left: -18px;
    height: 100%;
    border: 1px solid #48C3C6;
    border-radius: 0px 30px;
    display: block; }
  @media screen and (max-width: 991px) {
    .footer_cta .container_small.vc_row {
      padding-top: 35px;
      max-width: calc(100% - 18px);
      padding-bottom: 35px;
      margin-left: 18px !important;
      margin-right: auto !important; }
      .footer_cta .container_small.vc_row:before {
        top: -12px;
        left: -9px; } }
.footer_cta h2 {
  margin-bottom: 0 !important; }

.footer_cta p {
  font-size: 30px !important;
  font-weight: 400 !important; }

@media screen and (max-width: 991px) {
  .footer_cta h2 {
    font-size: 24px !important;
    margin-bottom: 20px !important; }
  .footer_cta p {
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 24px !important; }
  .footer_cta .container_small .vc_empty_space {
    height: 20px !important; } }

.widget {
  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 {
  font-weight: bold;
  margin: 0 0 30px; }
  @media screen and (max-width: 767px) {
    .widget-title {
      margin: 0 0 20px; } }
.page_sidebar,
.sidebar,
.wpb_widgetised_column {
  padding-right: 0;
  margin-bottom: 0 !important;
  width: 100%;
  display: block; }
  @media screen and (max-width: 767px) {
    .page_sidebar,
    .sidebar,
    .wpb_widgetised_column {
      margin-top: 80px; } }
  .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: #012D51;
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 0px 20px;
        top: -6px; } }
  .page_sidebar .widget-title,
  .sidebar .widget-title,
  .wpb_widgetised_column .widget-title {
    color: #4f4f4f; }
  .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(0, 0, 0, 0.17);
      padding: 20px 0;
      list-style: none;
      font-size: 18px;
      line-height: 0;
      display: flex;
      flex-wrap: wrap; }
      @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(0, 0, 0, 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 li .post-date,
      .sidebar ul li .post-date,
      .wpb_widgetised_column ul li .post-date {
        font-size: 12px;
        line-height: 16px; }
    .page_sidebar ul a,
    .sidebar ul a,
    .wpb_widgetised_column ul a {
      color: #3A4A56 !important;
      text-decoration: none;
      font-size: 16px;
      line-height: 24px;
      font-weight: normal;
      font-family: "Oswald", "Helvetica", Arial, serif;
      margin-bottom: 15px;
      display: block;
      width: 100%; }
      .page_sidebar ul a:hover,
      .sidebar ul a:hover,
      .wpb_widgetised_column ul a:hover {
        color: #012D51 !important; }
      @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 select.form-control,
  .sidebar select.form-control,
  .wpb_widgetised_column select.form-control {
    background: #012D51;
    border: 0 !important;
    color: #fff;
    font-family: "Oswald", "Helvetica", Arial, 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: #012D51;
    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", "Helvetica", Arial, 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; }
  .page_sidebar .sharer_wrap,
  .sidebar .sharer_wrap,
  .wpb_widgetised_column .sharer_wrap {
    margin-top: 0; }
    .page_sidebar .sharer_wrap .sharer_list ul li,
    .sidebar .sharer_wrap .sharer_list ul li,
    .wpb_widgetised_column .sharer_wrap .sharer_list ul li {
      border-top: 0 !important;
      border-bottom: 0 !important;
      line-height: 14px !important; }
      @media screen and (max-width: 1080px) {
        .page_sidebar .sharer_wrap .sharer_list ul li,
        .sidebar .sharer_wrap .sharer_list ul li,
        .wpb_widgetised_column .sharer_wrap .sharer_list ul li {
          border: 0;
          display: block;
          width: 100%; } }
      .page_sidebar .sharer_wrap .sharer_list ul li a,
      .sidebar .sharer_wrap .sharer_list ul li a,
      .wpb_widgetised_column .sharer_wrap .sharer_list ul li a {
        font-size: 16px;
        line-height: 24px;
        margin: 0; }
/*# sourceMappingURL=style.css.map */