.font_main {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

.font_secondary {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

.font_body {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

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

.font_montserrat {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

big {
  font-size: 125%; }

.font_bold {
  font-weight: 900; }

.font_700 {
  font-weight: 700; }

.font_semibold {
  font-weight: 600; }

.font_800 {
  font-weight: 800; }

.font_normal {
  font-weight: 400; }

.font_thin {
  font-weight: 100; }

.font_500 {
  font-weight: 500; }

.font_600 {
  font-weight: 600; }

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

.font_500 * {
  font-weight: 500; }

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

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

.font_black,
.font_black * {
  color: #000000; }

.font_gray,
.font_gray * {
  color: #545454; }

.text_uppercase {
  text-transform: uppercase; }

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

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

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

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

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

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

.justify_content_center {
  justify-content: center; }

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

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

@media (min-width: 1081px) {
  .col_40 {
    width: 40% !important; } }

@media (min-width: 1081px) {
  .col_60 {
    width: 60% !important; } }

@media (min-width: 1081px) {
  .col_45 {
    width: 45% !important; } }

@media (min-width: 1081px) {
  .col_55 {
    width: 55% !important; } }

@media (min-width: 1081px) {
  .col_50 {
    width: 50% !important; } }

@media (min-width: 1081px) {
  .col_37 {
    width: 37% !important; } }

@media (min-width: 1081px) {
  .col_63 {
    width: 63% !important; } }

.container,
.vc_row.container,
.archive_grid {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto !important; }
  @media screen and (max-width: 1080px) {
    .container,
    .vc_row.container,
    .archive_grid {
      padding-right: 20px;
      padding-left: 20px;
      max-width: 100%; } }
.map_container,
.vc_row.map_container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto !important; }
  @media screen and (max-width: 1080px) {
    .map_container,
    .vc_row.map_container {
      padding-right: 20px;
      padding-left: 20px;
      max-width: 100%; } }
.container_small,
.vc_row.container_small,
.archive_grid {
  width: 100%;
  max-width: 800px;
  margin: 0 auto !important;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media screen and (max-width: 1080px) {
    .container_small,
    .vc_row.container_small,
    .archive_grid {
      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; } }

.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; } }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  clear: both;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 400; }
  @media screen and (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 20px !important; } }
  h1.letter_spacing,
  h2.letter_spacing,
  h3.letter_spacing,
  h4.letter_spacing,
  h5.letter_spacing,
  h6.letter_spacing {
    letter-spacing: 0.02em; }

h1 {
  font-size: 48px;
  line-height: 48px; }
  @media screen and (max-width: 1080px) {
    h1 {
      font-size: 32px !important;
      line-height: 32px !important; } }
h2 {
  font-size: 56px;
  line-height: 66px; }
  @media screen and (max-width: 1080px) {
    h2 {
      font-size: 32px !important;
      line-height: 44px !important; } }
h3 {
  font-size: 36px;
  line-height: 36px; }
  @media screen and (max-width: 1080px) {
    h3 {
      font-size: 26px !important;
      line-height: 36px !important; } }
h4 {
  font-size: 30px;
  line-height: 36px; }

h5 {
  font-size: 22px;
  line-height: 32px; }
  @media screen and (max-width: 1080px) {
    h5 {
      font-size: 22px !important;
      line-height: 22px !important; } }
h6 {
  font-size: 15px;
  line-height: 24px; }
  h6.small_title {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 25px; }

p {
  color: #222222;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 0 !important;
  font-weight: 500; }
  @media screen and (max-width: 991px) {
    p {
      font-size: 16px !important;
      line-height: 22px !important;
      margin-bottom: 20px !important; } }
  @media screen and (max-width: 767px) {
    p {
      margin-bottom: 15px !important; } }
.maincontent ul li, .maincontent ol li {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding-left: 10px;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .maincontent ul li, .maincontent ol li {
      font-size: 16px !important;
      line-height: 22px !important; } }
ol li {
  margin-bottom: 10px; }

ul, ol {
  padding: 0 0 0 25px; }
  ul li, ol li {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    padding-left: 10px;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      ul li, ol li {
        font-size: 16px !important;
        line-height: 22px !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: #222222; }

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

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

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

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

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

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

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; }
  .mobile_space_xs,
  .vc_empty_space.mobile_space_xs {
    height: 10px !important; }
  .big_tablet_hide {
    display: none !important; }
  .big_tablet_only {
    display: block !important; }
  .big_tablet_reverse {
    flex-direction: column-reverse;
    display: flex; }
  .big_tablet_fullwidth .wpb_column {
    width: 100% !important; } }

@media screen and (max-width: 991px) {
  .mobile_space,
  .vc_empty_space.mobile_space {
    height: 45px !important; }
  .mobile_space_big,
  .vc_empty_space.mobile_space_big {
    height: 80px !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_fullwidth .wpb_column {
    width: 100% !important; } }

@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; }
  .vc_btn3-container {
    display: block !important;
    width: 100% !important; } }

@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: 45px !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: 45px !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; } }
.vc_separator.small_separator {
  width: 100px; }

.vc_separator.xsmall_separator {
  width: 70px; }

.inline_wpb_text_column img {
  margin-right: 20px !important;
  width: auto !important; }
  .inline_wpb_text_column img.img.alignleft, .inline_wpb_text_column img.img.alignright {
    margin-bottom: 0 !important; }

.inline_wpb_text_column p {
  font-size: 16px;
  line-height: 24px; }

.inline_wpb_text_column strong {
  display: flex;
  align-items: flex-start; }

.year_underline {
  position: relative;
  margin: 0 !important;
  overflow: hidden; }
  .year_underline::before {
    background: #ffffff;
    content: "" !important;
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    width: 100%;
    height: 2px;
    z-index: 0; }

.dynamic_image img {
  width: 100%; }

@media screen and (max-width: 991px) {
  .dynamic_image .image_desktop_only {
    display: none; } }

.dynamic_image .image_tablet_only {
  display: none; }
  @media screen and (max-width: 991px) {
    .dynamic_image .image_tablet_only {
      display: block; } }
  @media screen and (max-width: 767px) {
    .dynamic_image .image_tablet_only {
      display: none; } }
.dynamic_image .image_mobile_only {
  display: none; }
  @media screen and (max-width: 767px) {
    .dynamic_image .image_mobile_only {
      display: block; } }
@media screen and (max-width: 767px) {
  .border_col .vc_column-inner {
    border-right: 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;
    margin-bottom: 0 !important;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    color: #3A676C;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    border-right: 0 !important;
    padding: 0 !important; }
  .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 {
        padding: 0 8px;
        list-style: none;
        line-height: 16px !important;
        border-right: 1px solid #B5B5B5; }
        .social_share .social_media ul li:last-child {
          border-right: 0; }
      .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: #3A676C; }

/*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 7px !important;
  width: auto;
  height: auto;
  padding: 0 !important; }
  @media screen and (max-width: 767px) {
    .slick-dots li {
      margin: 0 8px !important; } }
  .slick-dots li:before {
    display: none; }
  @media screen and (max-width: 767px) {
    .slick-dots li {
      z-index: 1; } }
  .slick-dots li button {
    background: #BDBDBD;
    opacity: 1;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .slick-dots li button {
        width: 10px;
        height: 10px; } }
    .slick-dots li button:before {
      display: none; }
  .slick-dots li.slick-active button {
    background: #B89334;
    opacity: 1; }

.slick-arrow {
  bottom: 0;
  z-index: 6;
  display: inline-block;
  height: 33px;
  width: 33px;
  transition: all 0.2s;
  border-radius: 0.640777px; }
  @media screen and (max-width: 767px) {
    .slick-arrow {
      height: 30px;
      width: 30px; } }
  .slick-arrow.slick-prev {
    left: 30px;
    background: #8B7895 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:hover {
      background: #682A94 url("../../images/arrow-left.svg") no-repeat center center !important;
      background-size: 50% !important; }
    .slick-arrow.slick-prev:before {
      content: none !important; }
  .slick-arrow.slick-next {
    right: 30px;
    background: #381451 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: #682A94 url("../../images/arrow-right.svg") no-repeat center center !important;
      background-size: 50% !important; }
    .slick-arrow.slick-next:before {
      content: none !important; }

/* END slick carousel*/
/*Pagenavi*/
#pagenav {
  margin: 80px 0 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #pagenav {
      margin: 50px 0 0; } }
  #pagenav .wp-pagenavi {
    margin: 0 auto;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center; }
  #pagenav a,
  #pagenav span {
    background: #FFFFFF;
    border: 0.850515px solid #EAEAEA;
    border-radius: 0;
    color: #000;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 11px 22px;
    margin: 0 5px;
    text-decoration: none;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 991px) {
      #pagenav a,
      #pagenav span {
        font-size: 16px;
        line-height: 26px;
        padding: 8px 15px; } }
    #pagenav a.nextpostslink, #pagenav a.previouspostslink,
    #pagenav span.nextpostslink,
    #pagenav span.previouspostslink {
      border-radius: 0;
      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 22px;
      width: 52px; }
      @media screen and (max-width: 991px) {
        #pagenav a.nextpostslink, #pagenav a.previouspostslink,
        #pagenav span.nextpostslink,
        #pagenav span.previouspostslink {
          width: 25px; } }
      #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 {
        color: #ffffff;
        border: 1px solid #C9252C;
        background: #C9252C; }
      #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: #4F4F4F;
        font-size: 10px;
        position: relative;
        top: 3.5px; }
    #pagenav a.previouspostslink,
    #pagenav span.previouspostslink {
      background: #8B7895 url("../../images/arrow-left.svg") no-repeat center center !important;
      background-size: 40px;
      border: 0.850515px solid #8B7895 !important; }
      @media screen and (max-width: 991px) {
        #pagenav a.previouspostslink,
        #pagenav span.previouspostslink {
          background-size: 15px !important; } }
      #pagenav a.previouspostslink:hover,
      #pagenav span.previouspostslink:hover {
        background: #682A94 url("../../images/arrow-left.svg") no-repeat center center !important;
        background-size: 40px;
        border: 0.850515px solid #682A94 !important; }
      #pagenav a.previouspostslink:before,
      #pagenav span.previouspostslink:before {
        content: ""; }
    #pagenav a.nextpostslink,
    #pagenav span.nextpostslink {
      background: #381451 url("../../images/arrow-right.svg") no-repeat center center !important;
      background-size: 40px;
      border: 0.850515px solid #381451 !important; }
      @media screen and (max-width: 991px) {
        #pagenav a.nextpostslink,
        #pagenav span.nextpostslink {
          background-size: 15px !important; } }
      #pagenav a.nextpostslink:hover,
      #pagenav span.nextpostslink:hover {
        background: #682A94 url("../../images/arrow-right.svg") no-repeat center center !important;
        background-size: 40px;
        border: 0.850515px solid #682A94 !important; }
      #pagenav a.nextpostslink:before,
      #pagenav span.nextpostslink:before {
        content: ""; }
  #pagenav a:hover,
  #pagenav span.current {
    background: #F7F7F2; }

.vc_btn3-inline {
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .vc_btn3-inline {
      margin-right: 0;
      margin-bottom: 15px !important; } }
  .vc_btn3-inline:last-child {
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .vc_btn3-inline:last-child {
        margin-bottom: 0 !important; } }
.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-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%; } }

/* 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: 1167px; } }

.modal {
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 888888;
  display: block;
  visibility: hidden;
  overflow-y: hidden; }

.modal-body {
  position: relative;
  padding: 60px 45px; }
  @media screen and (max-width: 1080px) {
    .modal-body {
      padding: 30px 20px; } }
.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: #381451 url("../../images/modal-close.svg") no-repeat center center !important;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-shadow: none !important;
  opacity: 1 !important;
  margin: 0 !important;
  width: 62px;
  height: 62px;
  padding: 0 !important;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 999999;
  cursor: pointer;
  outline: none !important; }
  @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 {
  height: 80vh;
  overflow: auto; }
  @media screen and (max-width: 1080px) {
    .modal-content {
      height: 60vh; } }
  @media screen and (max-width: 767px) {
    .modal-content {
      height: 85vh; } }
  @media screen and (max-width: 767px) {
    .modal-content {
      flex-wrap: wrap; } }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:after,
*:before {
  /* Inherit box-sizing to make it eimpactinspireer 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-outline-white,
input[type="submit"].button-outline-white,
.button-outline-white a,
.button-outline-white button,
a.button-outline-white,
input.button-outline-white, span.button-outline-red,
input[type="submit"].button-outline-red,
.button-outline-red a,
.button-outline-red button,
a.button-outline-red,
input.button-outline-red, span.button-primary,
input[type="submit"].button-primary,
.button-primary a,
.button-primary button,
a.button-primary,
input.button-primary,
.button a,
.button button,
input[type="submit"].button,
#mobile-menu li.btn a {
  cursor: pointer;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-style: normal;
  border: 0 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  padding: 20px 20px !important;
  border-radius: 0 !important;
  display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  margin-bottom: 0;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  transition: all .15s ease-in !important;
  min-width: auto; }
  @media screen and (max-width: 991px) {
    .btn, span.button-outline-white,
    input[type="submit"].button-outline-white,
    .button-outline-white a,
    .button-outline-white button,
    a.button-outline-white,
    input.button-outline-white, span.button-outline-red,
    input[type="submit"].button-outline-red,
    .button-outline-red a,
    .button-outline-red button,
    a.button-outline-red,
    input.button-outline-red, span.button-primary,
    input[type="submit"].button-primary,
    .button-primary a,
    .button-primary button,
    a.button-primary,
    input.button-primary,
    .button a,
    .button button,
    input[type="submit"].button,
    #mobile-menu li.btn a {
      padding: 14px 20px !important;
      min-width: auto;
      font-size: 18px !important;
      line-height: 18px !important; } }
  .btn:active, span.button-outline-white:active,
  .button-outline-white a:active,
  .button-outline-white button:active,
  a.button-outline-white:active,
  input.button-outline-white:active, span.button-outline-red:active,
  .button-outline-red a:active,
  .button-outline-red button:active,
  a.button-outline-red:active,
  input.button-outline-red:active, span.button-primary:active,
  .button-primary a:active,
  .button-primary button:active,
  a.button-primary:active,
  input.button-primary:active, .btn:focus, span.button-outline-white:focus,
  .button-outline-white a:focus,
  .button-outline-white button:focus,
  a.button-outline-white:focus,
  input.button-outline-white:focus, span.button-outline-red:focus,
  .button-outline-red a:focus,
  .button-outline-red button:focus,
  a.button-outline-red:focus,
  input.button-outline-red:focus, span.button-primary:focus,
  .button-primary a:focus,
  .button-primary button:focus,
  a.button-primary:focus,
  input.button-primary:focus, .btn:hover, span.button-outline-white:hover,
  .button-outline-white a:hover,
  .button-outline-white button:hover,
  a.button-outline-white:hover,
  input.button-outline-white:hover, span.button-outline-red:hover,
  .button-outline-red a:hover,
  .button-outline-red button:hover,
  a.button-outline-red:hover,
  input.button-outline-red:hover, span.button-primary:hover,
  .button-primary a:hover,
  .button-primary button:hover,
  a.button-primary:hover,
  input.button-primary: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,
.rev-btn,
button {
  background-image: none !important; }

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

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

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

/* Primary Button */
span.button-primary,
input[type="submit"].button-primary,
.button-primary a,
.button-primary button,
a.button-primary,
input.button-primary {
  background: #C9252C !important;
  border: 2px solid #C9252C !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 {
  background: #ffffff !important;
  border: 2px solid #C9252C !important;
  color: #C9252C !important; }

.button-more,
input[type="submit"].button-more,
.button-more a,
.button-more button,
a.button-more,
input.button-more {
  color: #C9252C;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 32px !important;
  position: relative;
  display: inline-block;
  transition: all ease-in-out 500ms;
  text-transform: uppercase; }

.button-more:hover,
input[type="submit"].button-more:hover,
.button-more a:hover,
.button-more button:hover,
a.button-more:hover,
input.button-more:hover {
  color: #C9252C; }

span.button-outline-red,
input[type="submit"].button-outline-red,
.button-outline-red a,
.button-outline-red button,
a.button-outline-red,
input.button-outline-red {
  background: transparent !important;
  color: #C9252C !important;
  border: 2px solid #C9252C !important;
  max-width: 370px;
  min-width: 201px !important;
  font-weight: 400 !important;
  padding: 13.5px 20px !important; }

span.button-outline-red:hover,
input[type="submit"].button-outline-red:hover,
.button-outline-red a:hover,
.button-outline-red button:hover,
a.button-outline-red:hover,
input.button-outline-red:hover {
  background: #ffffff !important;
  border: 2px solid #C9252C !important;
  color: #C9252C !important; }

span.button-outline-white,
input[type="submit"].button-outline-white,
.button-outline-white a,
.button-outline-white button,
a.button-outline-white,
input.button-outline-white {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  max-width: 370px;
  min-width: 201px !important;
  font-weight: 400 !important;
  padding: 13.5px 20px !important; }

span.button-outline-white:hover,
input[type="submit"].button-outline-white:hover,
.button-outline-white a:hover,
.button-outline-white button:hover,
a.button-outline-white:hover,
input.button-outline-white:hover {
  background: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important; }

span.button-red_underline,
input[type="submit"].button-red_underline,
.button-red_underline a,
.button-red_underline button,
a.button-red_underline,
input.button-red_underline {
  background: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  color: #C9252C !important;
  border-bottom: 1px solid #C9252C !important;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 26px !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-weight: 500 !important;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

span.button-red_underline:hover,
input[type="submit"].button-red_underline:hover,
.button-red_underline a:hover,
.button-red_underline button:hover,
a.button-red_underline:hover,
input.button-red_underline:hover {
  color: #C9252C !important;
  border-bottom: 1px solid #C9252C !important; }

/* Button Icons  */
/* Read more  */
span.button-back,
input[type="submit"].button-back,
.button-back a,
.button-back span,
.button-back button,
a.button-back,
input.button-back {
  background: transparent !important;
  border: 0 !important;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #C9252C !important;
  padding: 0 0 0 35px !important;
  position: relative;
  text-decoration: none;
  text-transform: uppercase !important; }
  span.button-back::after,
  input[type="submit"].button-back::after,
  .button-back a::after,
  .button-back span::after,
  .button-back button::after,
  a.button-back::after,
  input.button-back::after {
    background: url("../../images/arrow-left-red.svg") no-repeat;
    background-size: 50%;
    background-position: left center;
    content: "" !important;
    display: block !important;
    position: absolute;
    width: 40px !important;
    height: 20px !important;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }

span.button-back-icon,
input[type="submit"].button-back-icon,
.button-back-icon a,
.button-back-icon span,
.button-back-icon button,
a.button-back-icon,
input.button-back-icon {
  position: relative;
  text-decoration: none; }
  span.button-back-icon::after,
  input[type="submit"].button-back-icon::after,
  .button-back-icon a::after,
  .button-back-icon span::after,
  .button-back-icon button::after,
  a.button-back-icon::after,
  input.button-back-icon::after {
    background: url("../../images/back-icon-blue.svg") no-repeat;
    background-size: contain;
    background-position: left center;
    content: "";
    display: block;
    position: relative;
    width: 12px;
    height: 20px;
    top: 0;
    left: 0; }

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: "proxima-nova", Arial, Helvetica, sans-serif;
  background: #FFFFFF !important;
  border: 1px solid #E5E5E5 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  border-radius: 0 !important;
  color: #222222;
  height: 60px;
  padding: 8px 20px !important;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    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 {
      height: 40px;
      font-size: 8px !important;
      line-height: 17px;
      padding: 5px 10px !important; } }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

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

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

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

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

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

.selectize-input {
  position: relative;
  padding: 0px 20px; }
  .selectize-input:before {
    top: 12px !important; }
  .selectize-input:after {
    content: "Select One...";
    font-family: "Open Sans", sans-serif;
    color: #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-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #67666B;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  text-transform: capitalize; }

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"]::-moz-placeholder {
  font-size: 14px;
  color: #999999;
  font-family: Arial, sans-serif;
  font-weight: 500; }

input[type="search"]:-ms-input-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;
  transform: rotate(45deg);
  border: solid #333333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  right: 15px;
  z-index: 1; }

.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:-ms-input-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; }

.form_wrapper {
  background: #1E3E71;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  align-items: center; }
  .form_wrapper > .vc_column-inner {
    padding: 40px 50px !important; }
    @media screen and (max-width: 1080px) {
      .form_wrapper > .vc_column-inner {
        padding: 30px !important; } }
  @media screen and (max-width: 1080px) {
    .form_wrapper h3 {
      font-weight: 400;
      font-size: 25.0873px !important;
      line-height: 43px !important; } }
.gform_confirmation_wrapper {
  min-height: 743px !important;
  display: flex;
  align-items: center;
  padding: 0 108px;
  background: #F7F7F2; }
  @media screen and (max-width: 767px) {
    .gform_confirmation_wrapper {
      padding: 40px;
      min-height: auto !important; } }
  .gform_confirmation_wrapper .gform_confirmation_message {
    color: #8B847E !important; }
    .gform_confirmation_wrapper .gform_confirmation_message h1, .gform_confirmation_wrapper .gform_confirmation_message h2, .gform_confirmation_wrapper .gform_confirmation_message h3, .gform_confirmation_wrapper .gform_confirmation_message h4, .gform_confirmation_wrapper .gform_confirmation_message h5, .gform_confirmation_wrapper .gform_confirmation_message h6, .gform_confirmation_wrapper .gform_confirmation_message * {
      color: #333333 !important;
      text-transform: uppercase;
      margin-bottom: 10px !important; }
    .gform_confirmation_wrapper .gform_confirmation_message p {
      color: #8B847E !important;
      font-weight: bold !important; }

.gform_wrapper {
  background: #F7F7F2;
  padding: 45px 30px; }
  @media screen and (max-width: 767px) {
    .gform_wrapper {
      padding: 30px 23px; } }
  .gform_wrapper .gform_fields {
    grid-row-gap: 0 !important; }

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

.gform_wrapper input[type=submit].gform_button {
  background: #381451;
  color: #ffffff !important;
  display: flex !important;
  outline: none !important;
  font-size: 24px !important;
  line-height: 36px !important;
  min-width: 149px !important;
  justify-content: center;
  padding: 16px 20px !important;
  margin-bottom: 0 !important; }
  @media screen and (max-width: 767px) {
    .gform_wrapper input[type=submit].gform_button {
      font-size: 20px !important;
      line-height: 30px !important;
      padding: 8px 20px !important; } }
.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
  width: 90% !important;
  margin: 0 auto !important;
  padding-bottom: 0 !important; }
  @media only screen and (min-width: 641px) {
    .gform_wrapper .gform_body,
    .gform_wrapper .gform_footer {
      width: 90% !important; } }
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  display: none !important; }

.gfield_select {
  padding-left: 20px !important;
  color: #67666B; }
  @media screen and (max-width: 767px) {
    .gfield_select {
      padding-left: 10px !important; } }
.gform_wrapper .gfield {
  margin-bottom: 25px !important;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .gform_wrapper .gfield {
      margin-bottom: 10px !important; } }
  .gform_wrapper .gfield.field_consent {
    padding: 14px 10px !important;
    background: rgba(0, 0, 0, 0.1) !important;
    border-radius: 6px;
    margin-bottom: 10px !important; }

.gform_wrapper .gfield_label, .gform_wrapper legend.gfield_label {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  margin: 0 !important;
  text-transform: capitalize;
  color: #67666B !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 33px !important;
  margin-bottom: 3px !important; }
  @media screen and (max-width: 767px) {
    .gform_wrapper .gfield_label, .gform_wrapper legend.gfield_label {
      font-size: 14px !important;
      line-height: 17px !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 {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #67666B;
    border-radius: 3px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .gform_wrapper .ginput_container_select:before,
      .gform_wrapper .ginput_container_date:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #67666B; } }
.gform_wrapper textarea {
  height: 183px !important; }
  @media screen and (max-width: 767px) {
    .gform_wrapper textarea {
      height: 95px !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 .gform_body,
.gform_wrapper .gform_footer {
  width: 100% !important; }

.gform_body ::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 33px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .gform_body ::-webkit-input-placeholder {
      font-size: 8px;
      line-height: 17px; } }
.gform_body ::-moz-placeholder {
  font-size: 16px;
  line-height: 33px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .gform_body ::-moz-placeholder {
      font-size: 8px;
      line-height: 17px; } }
.gform_body ::-ms-input-placeholder {
  font-size: 16px;
  line-height: 33px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .gform_body ::-ms-input-placeholder {
      font-size: 8px;
      line-height: 17px; } }
.gform_body ::-moz-placeholder {
  font-size: 16px;
  line-height: 33px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
.gform_body :-ms-input-placeholder {
  font-size: 16px;
  line-height: 33px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
.gform_body ::placeholder {
  font-size: 16px;
  line-height: 33px;
  color: #67666B;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .gform_body ::-moz-placeholder {
      font-size: 8px;
      line-height: 17px; }
    .gform_body :-ms-input-placeholder {
      font-size: 8px;
      line-height: 17px; }
    .gform_body ::placeholder {
      font-size: 8px;
      line-height: 17px; } }
.gform_wrapper .gform_footer {
  margin: 15px auto 0 !important;
  padding: 0 !important;
  display: flex; }

.ginput_container_consent {
  display: flex;
  align-items: center; }
  .ginput_container_consent .gfield_consent_label {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    margin-left: 15px;
    text-transform: none; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #C9252C;
  outline: none;
  text-decoration: none !important;
  font-weight: 500;
  transition: color 200ms ease-in-out;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
  a:visited {
    color: #C9252C; }
  a:active, a:hover {
    color: #C9252C;
    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: 1081px) {
  span.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px; }
  #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 30px; }
      #navigation ul li:last-child {
        margin-right: 0; }
      #navigation ul li.menu-item-has-children button {
        display: none; }
      #navigation ul li a {
        display: block;
        color: #ffffff;
        font-family: "proxima-nova", Arial, Helvetica, sans-serif;
        text-decoration: none;
        padding: 15px 0;
        position: relative;
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        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: #F7F7F2;
    border-radius: 0;
    display: none;
    position: absolute;
    padding: 22px 0;
    top: calc(100% + 11px);
    margin-top: 0;
    width: 313px;
    left: 50%;
    transform: translateX(-49%); }
    #navigation ul ul li {
      display: flex;
      align-items: center;
      float: none;
      margin: 0;
      position: relative;
      padding: 0 24px; }
      #navigation ul ul li:first-child a {
        border-top: 1px solid #D9D9D9; }
    #navigation ul ul a {
      font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
      color: #3A676C !important;
      opacity: 1;
      padding: 11px 0;
      font-size: 14px;
      line-height: 18px;
      display: block;
      width: 100%;
      font-weight: 600 !important;
      max-width: 100%;
      box-sizing: border-box;
      white-space: normal;
      word-wrap: break-word;
      border-bottom: 1px solid #D9D9D9; }
  #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: #C9252C;
      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: -10px;
    width: 0;
    height: 6px;
    margin: 10px 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%;
      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: #C9252C !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: 18px;
  width: 25px;
  background: transparent;
  display: none;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

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

body.collapse_menu {
  overflow-y: hidden; }

.collapse_menu .toggle-nav span {
  background-color: #ffffff !important; }
  .collapse_menu .toggle-nav span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .collapse_menu .toggle-nav span:nth-child(2) {
    transform: rotate(45deg);
    top: 9px; }
  .collapse_menu .toggle-nav span:nth-child(3) {
    transform: rotate(-45deg);
    width: 100%;
    top: 9px; }
  .collapse_menu .toggle-nav 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: 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: 55px;
    background-color: #004c84;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    border-top: 1px solid #033d67; }
  .mobile-toggle-wrap {
    position: absolute;
    right: 0;
    top: 49%;
    transform: translateY(-50%);
    width: 55px;
    height: 59px;
    padding: 0 12px; }
  .nav-mobile-header.active {
    background-color: #0e7cc0; }
  nav.main-nav {
    margin-top: 0;
    position: fixed;
    width: 100%;
    right: 0;
    top: 78px;
    overflow-y: auto;
    height: calc(100% - 103px);
    z-index: -1;
    right: 0;
    transition: transform 0.3s;
    transform: translateY(-5000px); } }
  @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 {
    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-menu [class*='button-'] {
    margin-bottom: 0;
    padding: 0;
    border: 0; }
    #mobile-menu [class*='button-'] a {
      font-size: 14px !important;
      padding: 17px 15px !important;
      width: 100%;
      margin: 0;
      text-align: left; }
  .mobile-nav.main-nav .main-nav-list {
    height: auto;
    background: #F7F7F2;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden; }
  .mobile-nav.main-nav ul {
    text-align: left;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding: 0; }
  #mobile-menu li {
    line-height: 0 !important;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    width: 85%;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 2px solid #D9D9D9; }
    #mobile-menu li.active > a, #mobile-menu li.current_page_item > a {
      color: #313131 !important; }
    #mobile-menu li.active .open-menu, #mobile-menu li.current_page_item .open-menu {
      border: 0 !important; }
    #mobile-menu li a {
      font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
      display: inline-block;
      justify-content: inherit;
      color: #313131;
      height: auto;
      padding: 0;
      margin: 0;
      font-style: normal;
      font-size: 24px;
      line-height: 36px;
      font-weight: 400;
      text-transform: uppercase; }
  #mobile-menu li.menu-item-has-children > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    min-height: auto;
    left: 0;
    width: 100%;
    display: none;
    position: relative;
    z-index: 8;
    margin-bottom: 0;
    padding: 0 20px;
    top: 18px; }
    #mobile-menu li.menu-item-has-children > ul.sub-menu:before {
      content: "";
      position: absolute;
      left: 0;
      top: -2px;
      background: #D9D9D9;
      border-top: 1px solid #D9D9D9;
      width: 100%;
      height: 2px; }
    #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 #D9D9D9 !important;
      padding-left: 0;
      width: 100%; }
      #mobile-menu li.menu-item-has-children > ul.sub-menu li:last-child {
        border-bottom: 0 !important; }
      #mobile-menu li.menu-item-has-children > ul.sub-menu li > a {
        color: #ffffff; }
      #mobile-menu li.menu-item-has-children > ul.sub-menu li.active > a {
        color: #3A676C !important; }
      #mobile-menu li.menu-item-has-children > ul.sub-menu li:last-child:before {
        display: none; }
      #mobile-menu li.menu-item-has-children > ul.sub-menu li a {
        text-transform: none;
        font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
        color: #3A676C !important;
        padding: 10px 0;
        margin: 0;
        font-size: 14px !important;
        line-height: 18px !important;
        border: 0;
        font-weight: 700; }
        #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 a.open-menu:before {
        top: 13px; }
      #mobile-menu li.menu-item-has-children > ul.sub-menu li.active > a {
        padding-bottom: 8px; }
      #mobile-menu li.menu-item-has-children > ul.sub-menu li ul {
        top: 0;
        padding: 0 0 15px;
        padding: 0; }
        #mobile-menu li.menu-item-has-children > ul.sub-menu li ul:before {
          display: none !important; }
        #mobile-menu li.menu-item-has-children > ul.sub-menu li ul li {
          border: 0 !important; }
  .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: #ffffff;
    border-radius: 0;
    position: relative;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: inherit;
    box-shadow: none;
    padding-bottom: 0;
    margin: 0 0 10px; }
  .main-nav ul li.menu-item-has-children ul.sub-menu a {
    color: #fff;
    line-height: 15px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    padding-left: 0;
    font-size: 15px; }
  .main-nav ul li.menu-item-has-children ul.sub-menu a:hover,
  .main-nav ul li.menu-item-has-children ul.sub-menu a:focus {
    color: #ffffff;
    background: transparent; }
  .main-nav ul li.menu-item-has-children ul.sub-menu a:before {
    display: none; }
  .nav-mobile-header {
    height: 55px;
    background-color: #004c84;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    border-top: 1px solid #033d67; }
  .nav-mobile-header.active {
    background-color: #0e7cc0; }
  .main-nav ul li.menu-item-has-children a:after {
    display: none; }
  .main-nav ul li.menu-item-has-children a.open-menu:before,
  .main-nav ul li.menu-item-has-children ul li.menu-item-has-children > a.open-menu:before {
    background: url("../../images/i-plus-menu.svg") no-repeat center center;
    background-size: 100%;
    content: "" !important;
    display: block !important;
    position: absolute;
    right: 0;
    top: 25px;
    height: 10px;
    width: 10px; }
  .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 {
    background: url("../../images/i-plus-menu.svg") no-repeat center center;
    background-size: 100%; }
  .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: 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; } }

@media screen and (max-width: 1080px) {
  #mega-menu-wrap-main-navigation.mega_menu_is_open .mobile_cta {
    display: flex;
    width: 100%; } }

#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: #ffffff !important;
  border-bottom: 5px solid #ffffff !important; }

#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu {
  background: #F7F7F2 !important;
  border-radius: 0 !important;
  padding: 22px 24px !important;
  left: 50% !important;
  transform: translateX(-49%) !important; }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: transparent !important;
    opacity: 1 !important;
    color: #3A676C !important;
    border-bottom: 1px solid #D9D9D9;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 5px 0; }
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
      background: transparent !important; }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child {
    border-top: 1px solid #D9D9D9; }

@media screen and (min-width: 769px) {
  #mega-menu-wrap-main-navigation,
  .mega-menu-wrap {
    background: transparent !important; } }

#mega-menu-wrap-main-navigation ul, #mega-menu-wrap-main-navigation li,
.mega-menu-wrap ul,
.mega-menu-wrap li {
  padding: 0 !important; }

@media screen and (max-width: 1080px) {
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation,
  .mega-menu-wrap #mega-menu-main-navigation {
    margin-top: 25px;
    height: 100vh;
    overflow: auto;
    z-index: 888888 !important; }
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation:after,
    .mega-menu-wrap #mega-menu-main-navigation:after {
      background: #ffffff;
      content: "" !important;
      display: block !important;
      position: absolute;
      left: 0;
      bottom: -100%;
      height: 100%;
      width: 100%;
      z-index: -1; } }

@media screen and (max-width: 1080px) {
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation.open_sub_menu,
  .mega-menu-wrap #mega-menu-main-navigation.open_sub_menu {
    overflow: auto; } }

@media screen and (max-width: 1080px) {
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation,
  .mega-menu-wrap #mega-menu-main-navigation {
    box-shadow: inset 0px 5px 40px rgba(0, 0, 0, 0.1);
    padding: 30px 0 0 !important; } }

#mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row,
.mega-menu-wrap #mega-menu-main-navigation .mega-menu-row {
  background: #F7F7F2 !important; }
  @media screen and (max-width: 1080px) {
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row,
    .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row {
      margin-top: 0 !important; } }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu,
  .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu {
    display: flex !important;
    position: relative;
    padding: 10px 20px 35px !important; }
    @media screen and (max-width: 1080px) {
      #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu,
      .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu {
        flex-wrap: wrap;
        box-shadow: none !important;
        background: #F4F4F4;
        border-radius: 5px;
        width: 90%;
        margin: 0 auto;
        float: none; } }
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu,
    .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu {
      display: block !important;
      transform: none !important;
      position: static;
      background: transparent; }
      #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu li,
      .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu li {
        padding: 0 !important;
        border: 0 !important; }
        #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu li:before, #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu li:after,
        .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu li:before,
        .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu li:after {
          display: none !important; }
        #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu li:first-child a,
        .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu li:first-child a {
          border-top: 1px solid #D9D9D9; }
        #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu li a,
        .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu ul.menu li a {
          width: 100%;
          font-weight: 700 !important;
          font-size: 14px;
          line-height: 28px;
          color: #3A676C !important;
          border-bottom: 1px solid #D9D9D9;
          border-top: 0;
          padding: 6px 0; }
    @media screen and (max-width: 1080px) {
      #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column,
      .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
        padding: 10px 20px !important;
        border-bottom: 2px solid #DBDDE6;
        margin-bottom: 0; }
        #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:last-child,
        .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column:last-child {
          border-bottom: 0;
          margin-bottom: 0; } }
    @media screen and (max-width: 1080px) {
      #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu li.mega-menu-item,
      .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu li.mega-menu-item {
        padding: 0 !important; } }
    @media screen and (max-width: 767px) {
      #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu li.mega-menu-item,
      .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu li.mega-menu-item {
        padding: 0 !important; } }
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu h4.mega-block-title > a,
    .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu h4.mega-block-title > a {
      margin: 10px 0px 20px 0px !important;
      padding-bottom: 20px !important;
      border-bottom: 4px solid #D9D9D9 !important;
      font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
      font-weight: 400 !important;
      font-size: 24px !important;
      line-height: 36px !important;
      text-transform: uppercase !important;
      color: #313131 !important;
      letter-spacing: 0 !important;
      width: 100%; }
      @media screen and (max-width: 1080px) {
        #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu h4.mega-block-title > a,
        .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row > ul.mega-sub-menu h4.mega-block-title > a {
          font-size: 14px !important;
          margin-bottom: 5px !important;
          margin-top: 0 !important;
          color: #9095ae !important;
          font-weight: bold !important; } }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row .three_col_grid,
  .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row .three_col_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 25px;
    grid-column-gap: 42px; }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation .mega-menu-row .two_col_grid,
  .mega-menu-wrap #mega-menu-main-navigation .mega-menu-row .two_col_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
    grid-column-gap: 35px; }

#mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item,
.mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item {
  margin: 0 23px; }
  @media screen and (max-width: 1080px) {
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item,
    .mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item {
      padding: 0 !important;
      background: #fff; } }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link,
  .mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
    background: transparent !important;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 23px;
    text-transform: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    padding: 22px 0 !important;
    height: auto !important;
    display: inline-block;
    border-bottom: 5px solid transparent !important; }
    @media screen and (max-width: 1080px) {
      #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link,
      .mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
        color: #140B2F !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 0 20px;
        opacity: 1 !important; } }
    @media screen and (max-width: 767px) {
      #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link,
      .mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link {
        padding: 25px 20px; } }
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link:hover,
    .mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link:hover {
      color: #C9252C; }
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link > span.mega-indicator,
    .mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item > a.mega-menu-link > span.mega-indicator {
      display: none !important; }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.small_menu > .mega-sub-menu,
  .mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item.small_menu > .mega-sub-menu {
    width: 897px !important;
    left: -30% !important; }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > .mega-sub-menu,
  .mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item > .mega-sub-menu {
    border-radius: 18.0596px !important; }
    @media screen and (max-width: 1080px) {
      #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item > .mega-sub-menu,
      .mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item > .mega-sub-menu {
        padding: 0 !important; } }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  .mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #ffffff !important;
    border-bottom: 5px solid #ffffff !important; }
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after,
    .mega-menu-wrap #mega-menu-main-navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
      display: inline-block !important;
      content: '' !important;
      width: 0;
      height: 0;
      right: -4px;
      top: 9px;
      transition: all ease-in-out 150ms;
      padding: 2.3px;
      transform: rotateZ(-135deg);
      border: solid #A893D5 !important;
      border-width: 0 2px 2px 0 !important; }

#mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu li.menu-item,
.mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu li.menu-item {
  list-style: none;
  padding: 8px 0 !important;
  margin: 0; }
  @media screen and (max-width: 1080px) {
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu li.menu-item,
    .mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu li.menu-item {
      padding: 0 !important; } }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu li.menu-item:last-child,
  .mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu li.menu-item:last-child {
    margin-bottom: 0; }

#mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column,
.mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column {
  padding: 0 7px !important;
  width: 100%; }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column:last-child,
  .mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column:last-child {
    border-right: 0; }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column.border0,
  .mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column.border0 {
    border-right: 0; }
  @media screen and (max-width: 1080px) {
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column,
    .mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column {
      padding: 0 !important;
      border-right: 0; } }
  @media screen and (max-width: 1080px) {
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column.hide_title .mega-block-title,
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column.hide_title h4.title,
    .mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column.hide_title .mega-block-title,
    .mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu li.mega-menu-column.hide_title h4.title {
      display: none !important; } }
#mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu .textwidget h6,
.mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu .textwidget h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #313131;
  margin-bottom: 15px;
  margin-top: 10px; }

#mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu .textwidget p,
.mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu .textwidget p {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #8B847E;
  margin-bottom: 30px;
  margin-top: 5px; }
  @media screen and (max-width: 1080px) {
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu .textwidget p,
    .mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu .textwidget p {
      font-size: 13px !important;
      line-height: 18px !important;
      padding-right: 15px;
      display: none !important; } }
#mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu .textwidget a,
.mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu .textwidget a {
  color: #3A676C !important;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  width: auto;
  border: 0 !important;
  padding: 0 !important; }

#mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu .textwidget .button-arrow,
.mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu .textwidget .button-arrow {
  position: relative;
  padding-right: 20px !important;
  transition: all ease-in-out 500ms;
  border-bottom: 1px solid transparent !important; }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu .textwidget .button-arrow:before,
  .mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu .textwidget .button-arrow:before {
    background: url("../../images/arrow-right-teal.svg") no-repeat center center;
    background-size: 100%;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    right: 0;
    top: 3px;
    position: absolute;
    transition: none !important; }
  #mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu .textwidget .button-arrow:hover,
  .mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu .textwidget .button-arrow:hover {
    color: #381451 !important;
    border-bottom: 1px solid #381451 !important; }
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation ul.mega-sub-menu .textwidget .button-arrow:hover:before,
    .mega-menu-wrap #mega-menu-main-navigation ul.mega-sub-menu .textwidget .button-arrow:hover:before {
      background: url("../../images/arrow-right-purple.svg") no-repeat center center;
      background-size: 100%;
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      right: 0;
      top: 3px;
      position: absolute; }

#mega-menu-wrap-main-navigation #mega-menu-main-navigation li.hide,
.mega-menu-wrap #mega-menu-main-navigation li.hide {
  display: none !important; }

/*--------------------------------------------------------------
## Side Nav
--------------------------------------------------------------*/
.menu-toggle {
  cursor: pointer !important;
  outline: 0;
  position: absolute;
  z-index: 100;
  right: 0;
  margin: 0;
  background: #367551;
  box-shadow: 0px 3px 0px #205E3C;
  width: 80px !important;
  top: 0;
  padding: 28px 0;
  height: 97%; }
  .menu-toggle .bar {
    display: block;
    background-color: #ffffff;
    width: 31px;
    height: 4px;
    margin: 4px auto;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
  .menu-toggle.menu-toggle--active .bar {
    margin: 2px auto; }
  .menu-toggle.menu-toggle--active .bar-1 {
    background-color: #ffffff;
    transform: translateY(7px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7px) translateX(0) rotate(45deg); }
  .menu-toggle.menu-toggle--active .bar-2 {
    background-color: #ffffff;
    transform: translateY(1px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(1px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(1px) translateX(0) rotate(-45deg); }
  .menu-toggle.menu-toggle--active .bar-3 {
    display: none; }

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

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

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

.hentry {
  margin: 0 0 1.5em; }

img.alignright {
  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.bordered_image img {
  border-radius: 25px; }

.wpb_single_image.shadow_image img {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15)); }

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

@media screen and (max-width: 991px) {
  .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section,
  .vc_row-has-fill + .vc_row.fullwidth_section,
  .vc_row-has-fill.fullwidth_section,
  .vc_row.fullwidth_section,
  .fullwidth_section {
    padding: 0 25px !important;
    margin-bottom: 20px; }
    .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section:last-child,
    .vc_row-has-fill + .vc_row.fullwidth_section:last-child,
    .vc_row-has-fill.fullwidth_section:last-child,
    .vc_row.fullwidth_section:last-child,
    .fullwidth_section:last-child {
      margin-bottom: 0; } }

.vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section.image_left .content_column .vc_column-inner,
.vc_row-has-fill + .vc_row.fullwidth_section.image_left .content_column .vc_column-inner,
.vc_row-has-fill.fullwidth_section.image_left .content_column .vc_column-inner,
.vc_row.fullwidth_section.image_left .content_column .vc_column-inner,
.fullwidth_section.image_left .content_column .vc_column-inner {
  position: relative;
  left: -140px;
  z-index: 2; }
  @media screen and (max-width: 1080px) {
    .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section.image_left .content_column .vc_column-inner,
    .vc_row-has-fill + .vc_row.fullwidth_section.image_left .content_column .vc_column-inner,
    .vc_row-has-fill.fullwidth_section.image_left .content_column .vc_column-inner,
    .vc_row.fullwidth_section.image_left .content_column .vc_column-inner,
    .fullwidth_section.image_left .content_column .vc_column-inner {
      left: 0 !important; } }
@media screen and (max-width: 1080px) {
  .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section.image_right,
  .vc_row-has-fill + .vc_row.fullwidth_section.image_right,
  .vc_row-has-fill.fullwidth_section.image_right,
  .vc_row.fullwidth_section.image_right,
  .fullwidth_section.image_right {
    flex-direction: column-reverse;
    display: flex; } }

.vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section.image_right .content_column .vc_column-inner,
.vc_row-has-fill + .vc_row.fullwidth_section.image_right .content_column .vc_column-inner,
.vc_row-has-fill.fullwidth_section.image_right .content_column .vc_column-inner,
.vc_row.fullwidth_section.image_right .content_column .vc_column-inner,
.fullwidth_section.image_right .content_column .vc_column-inner {
  position: relative;
  right: -140px;
  z-index: 2; }
  @media screen and (max-width: 1080px) {
    .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section.image_right .content_column .vc_column-inner,
    .vc_row-has-fill + .vc_row.fullwidth_section.image_right .content_column .vc_column-inner,
    .vc_row-has-fill.fullwidth_section.image_right .content_column .vc_column-inner,
    .vc_row.fullwidth_section.image_right .content_column .vc_column-inner,
    .fullwidth_section.image_right .content_column .vc_column-inner {
      right: 0 !important; } }
  .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section.image_right .content_column .vc_column-inner .content_box,
  .vc_row-has-fill + .vc_row.fullwidth_section.image_right .content_column .vc_column-inner .content_box,
  .vc_row-has-fill.fullwidth_section.image_right .content_column .vc_column-inner .content_box,
  .vc_row.fullwidth_section.image_right .content_column .vc_column-inner .content_box,
  .fullwidth_section.image_right .content_column .vc_column-inner .content_box {
    float: right; }
    @media screen and (max-width: 991px) {
      .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section.image_right .content_column .vc_column-inner .content_box,
      .vc_row-has-fill + .vc_row.fullwidth_section.image_right .content_column .vc_column-inner .content_box,
      .vc_row-has-fill.fullwidth_section.image_right .content_column .vc_column-inner .content_box,
      .vc_row.fullwidth_section.image_right .content_column .vc_column-inner .content_box,
      .fullwidth_section.image_right .content_column .vc_column-inner .content_box {
        float: none; } }
@media screen and (max-width: 1080px) {
  .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section > .wpb_column.vc_column_container,
  .vc_row-has-fill + .vc_row.fullwidth_section > .wpb_column.vc_column_container,
  .vc_row-has-fill.fullwidth_section > .wpb_column.vc_column_container,
  .vc_row.fullwidth_section > .wpb_column.vc_column_container,
  .fullwidth_section > .wpb_column.vc_column_container {
    width: 100% !important;
    padding: 0 !important; } }

.vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section > .wpb_column.vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row.fullwidth_section > .wpb_column.vc_column_container > .vc_column-inner,
.vc_row-has-fill.fullwidth_section > .wpb_column.vc_column_container > .vc_column-inner,
.vc_row.fullwidth_section > .wpb_column.vc_column_container > .vc_column-inner,
.fullwidth_section > .wpb_column.vc_column_container > .vc_column-inner {
  padding: 0 !important; }

.vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .content_column,
.vc_row-has-fill + .vc_row.fullwidth_section .content_column,
.vc_row-has-fill.fullwidth_section .content_column,
.vc_row.fullwidth_section .content_column,
.fullwidth_section .content_column {
  background: linear-gradient(0deg, #EFEFEF, #EFEFEF), #545454; }
  .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .content_column .content_box,
  .vc_row-has-fill + .vc_row.fullwidth_section .content_column .content_box,
  .vc_row-has-fill.fullwidth_section .content_column .content_box,
  .vc_row.fullwidth_section .content_column .content_box,
  .fullwidth_section .content_column .content_box {
    background: #FEFEFE;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    padding: 40px 48px;
    min-height: 508px;
    max-width: 660px;
    align-content: center;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1080px) {
      .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .content_column .content_box,
      .vc_row-has-fill + .vc_row.fullwidth_section .content_column .content_box,
      .vc_row-has-fill.fullwidth_section .content_column .content_box,
      .vc_row.fullwidth_section .content_column .content_box,
      .fullwidth_section .content_column .content_box {
        padding: 42px 35px;
        height: auto;
        max-width: 100%; } }
    .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .content_column .content_box .vc_custom_heading,
    .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .content_column .content_box .vc_empty_space,
    .vc_row-has-fill + .vc_row.fullwidth_section .content_column .content_box .vc_custom_heading,
    .vc_row-has-fill + .vc_row.fullwidth_section .content_column .content_box .vc_empty_space,
    .vc_row-has-fill.fullwidth_section .content_column .content_box .vc_custom_heading,
    .vc_row-has-fill.fullwidth_section .content_column .content_box .vc_empty_space,
    .vc_row.fullwidth_section .content_column .content_box .vc_custom_heading,
    .vc_row.fullwidth_section .content_column .content_box .vc_empty_space,
    .fullwidth_section .content_column .content_box .vc_custom_heading,
    .fullwidth_section .content_column .content_box .vc_empty_space {
      display: block;
      width: 100%; }
    .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .content_column .content_box .counters_grid,
    .vc_row-has-fill + .vc_row.fullwidth_section .content_column .content_box .counters_grid,
    .vc_row-has-fill.fullwidth_section .content_column .content_box .counters_grid,
    .vc_row.fullwidth_section .content_column .content_box .counters_grid,
    .fullwidth_section .content_column .content_box .counters_grid {
      margin-top: 30px; }
    .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .content_column .content_box .wpb_single_image,
    .vc_row-has-fill + .vc_row.fullwidth_section .content_column .content_box .wpb_single_image,
    .vc_row-has-fill.fullwidth_section .content_column .content_box .wpb_single_image,
    .vc_row.fullwidth_section .content_column .content_box .wpb_single_image,
    .fullwidth_section .content_column .content_box .wpb_single_image {
      width: 100%; }
    .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .content_column .content_box .vc_btn3-container,
    .vc_row-has-fill + .vc_row.fullwidth_section .content_column .content_box .vc_btn3-container,
    .vc_row-has-fill.fullwidth_section .content_column .content_box .vc_btn3-container,
    .vc_row.fullwidth_section .content_column .content_box .vc_btn3-container,
    .fullwidth_section .content_column .content_box .vc_btn3-container {
      margin-bottom: 0 !important; }

.vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .image_column,
.vc_row-has-fill + .vc_row.fullwidth_section .image_column,
.vc_row-has-fill.fullwidth_section .image_column,
.vc_row.fullwidth_section .image_column,
.fullwidth_section .image_column {
  overflow: hidden;
  height: 660px; }
  @media screen and (max-width: 1080px) {
    .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .image_column,
    .vc_row-has-fill + .vc_row.fullwidth_section .image_column,
    .vc_row-has-fill.fullwidth_section .image_column,
    .vc_row.fullwidth_section .image_column,
    .fullwidth_section .image_column {
      height: 600px; } }
  @media screen and (max-width: 991px) {
    .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .image_column,
    .vc_row-has-fill + .vc_row.fullwidth_section .image_column,
    .vc_row-has-fill.fullwidth_section .image_column,
    .vc_row.fullwidth_section .image_column,
    .fullwidth_section .image_column {
      height: 500px; } }
  @media screen and (max-width: 767px) {
    .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .image_column,
    .vc_row-has-fill + .vc_row.fullwidth_section .image_column,
    .vc_row-has-fill.fullwidth_section .image_column,
    .vc_row.fullwidth_section .image_column,
    .fullwidth_section .image_column {
      height: 240px; } }
  .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .image_column > .vc_column-inner,
  .vc_row-has-fill + .vc_row.fullwidth_section .image_column > .vc_column-inner,
  .vc_row-has-fill.fullwidth_section .image_column > .vc_column-inner,
  .vc_row.fullwidth_section .image_column > .vc_column-inner,
  .fullwidth_section .image_column > .vc_column-inner {
    background-position: top center !important; }

@media (min-width: 992px) {
  .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .col_40,
  .vc_row-has-fill + .vc_row.fullwidth_section .col_40,
  .vc_row-has-fill.fullwidth_section .col_40,
  .vc_row.fullwidth_section .col_40,
  .fullwidth_section .col_40 {
    width: 40% !important; } }

@media (min-width: 992px) {
  .vc_row-has-fill + .vc_row-full-width + .vc_row.fullwidth_section .col_60,
  .vc_row-has-fill + .vc_row.fullwidth_section .col_60,
  .vc_row-has-fill.fullwidth_section .col_60,
  .vc_row.fullwidth_section .col_60,
  .fullwidth_section .col_60 {
    width: 60% !important; } }

@media screen and (max-width: 991px) {
  .vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box,
  .vc_row-has-fill + .vc_row.bg_box,
  .vc_row-has-fill.bg_box,
  .vc_row.bg_box,
  .bg_box {
    padding: 0 25px !important;
    margin-bottom: 20px; }
    .vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box:last-child,
    .vc_row-has-fill + .vc_row.bg_box:last-child,
    .vc_row-has-fill.bg_box:last-child,
    .vc_row.bg_box:last-child,
    .bg_box:last-child {
      margin-bottom: 0; } }

@media screen and (max-width: 991px) {
  .vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box,
  .vc_row-has-fill + .vc_row.bg_box,
  .vc_row-has-fill.bg_box,
  .vc_row.bg_box,
  .bg_box {
    padding: 0 !important; } }

@media screen and (max-width: 767px) {
  .vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box.height_auto,
  .vc_row-has-fill + .vc_row.bg_box.height_auto,
  .vc_row-has-fill.bg_box.height_auto,
  .vc_row.bg_box.height_auto,
  .bg_box.height_auto {
    padding: 0 20px !important; } }

.vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box.height_auto .image_column,
.vc_row-has-fill + .vc_row.bg_box.height_auto .image_column,
.vc_row-has-fill.bg_box.height_auto .image_column,
.vc_row.bg_box.height_auto .image_column,
.bg_box.height_auto .image_column {
  min-height: auto; }
  @media screen and (max-width: 1080px) {
    .vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box.height_auto .image_column,
    .vc_row-has-fill + .vc_row.bg_box.height_auto .image_column,
    .vc_row-has-fill.bg_box.height_auto .image_column,
    .vc_row.bg_box.height_auto .image_column,
    .bg_box.height_auto .image_column {
      background-color: #F7F7F7;
      height: 300px; } }
  @media screen and (max-width: 1080px) {
    .vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box.height_auto .image_column > .vc_column-inner,
    .vc_row-has-fill + .vc_row.bg_box.height_auto .image_column > .vc_column-inner,
    .vc_row-has-fill.bg_box.height_auto .image_column > .vc_column-inner,
    .vc_row.bg_box.height_auto .image_column > .vc_column-inner,
    .bg_box.height_auto .image_column > .vc_column-inner {
      background-position: center center !important; } }
.vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box .content_column > .vc_column-inner,
.vc_row-has-fill + .vc_row.bg_box .content_column > .vc_column-inner,
.vc_row-has-fill.bg_box .content_column > .vc_column-inner,
.vc_row.bg_box .content_column > .vc_column-inner,
.bg_box .content_column > .vc_column-inner {
  padding: 85px 60px !important; }
  @media screen and (max-width: 1080px) {
    .vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box .content_column > .vc_column-inner,
    .vc_row-has-fill + .vc_row.bg_box .content_column > .vc_column-inner,
    .vc_row-has-fill.bg_box .content_column > .vc_column-inner,
    .vc_row.bg_box .content_column > .vc_column-inner,
    .bg_box .content_column > .vc_column-inner {
      padding: 40px 40px !important; } }
.vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box .content_column p,
.vc_row-has-fill + .vc_row.bg_box .content_column p,
.vc_row-has-fill.bg_box .content_column p,
.vc_row.bg_box .content_column p,
.bg_box .content_column p {
  margin: 0 !important; }

.vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box .image_column,
.vc_row-has-fill + .vc_row.bg_box .image_column,
.vc_row-has-fill.bg_box .image_column,
.vc_row.bg_box .image_column,
.bg_box .image_column {
  overflow: hidden;
  min-height: 380px; }
  @media screen and (max-width: 767px) {
    .vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box .image_column,
    .vc_row-has-fill + .vc_row.bg_box .image_column,
    .vc_row-has-fill.bg_box .image_column,
    .vc_row.bg_box .image_column,
    .bg_box .image_column {
      min-height: 293px; } }
  .vc_row-has-fill + .vc_row-full-width + .vc_row.bg_box .image_column > .vc_column-inner,
  .vc_row-has-fill + .vc_row.bg_box .image_column > .vc_column-inner,
  .vc_row-has-fill.bg_box .image_column > .vc_column-inner,
  .vc_row.bg_box .image_column > .vc_column-inner,
  .bg_box .image_column > .vc_column-inner {
    background-position: top center !important; }

.vc_row.bg_rss,
.bg_rss {
  position: relative; }
  .vc_row.bg_rss::before,
  .bg_rss::before {
    background: #f8f8f8;
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 440px;
    width: 100%;
    z-index: 0; }

.vc_row.bg_pillars,
.bg_pillars {
  background: linear-gradient(180deg, #F8F8F8 0%, #FFF6F4 100%);
  padding-top: 150px;
  margin-top: -90px;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .vc_row.bg_pillars,
    .bg_pillars {
      padding-top: 90px;
      margin: 0; } }
  .vc_row.bg_pillars::before,
  .bg_pillars::before {
    background: url("/wp-content/uploads/2022/11/bg-pillar-shape.svg") no-repeat;
    background-position: top -300px right -350px;
    background-size: cover;
    content: "" !important;
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
    @media screen and (max-width: 1080px) {
      .vc_row.bg_pillars::before,
      .bg_pillars::before {
        background-size: 60%;
        background-position: top -200px right -150px; } }
    @media screen and (max-width: 991px) {
      .vc_row.bg_pillars::before,
      .bg_pillars::before {
        background-size: 60%;
        background-position: top -150px right -100px; } }
    @media screen and (max-width: 767px) {
      .vc_row.bg_pillars::before,
      .bg_pillars::before {
        background-size: 70%;
        background-position: top -60px right -60px; } }
.vc_row.offset_pillars,
.offset_pillars {
  padding-top: 150px;
  margin-top: -90px;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .vc_row.offset_pillars,
    .offset_pillars {
      padding-top: 90px;
      margin: 0; } }
@media screen and (max-width: 767px) {
  .vc_row.featured_main,
  .featured_main {
    padding: 0 20px; } }

.vc_row.featured_section,
.featured_section {
  position: relative;
  z-index: 1;
  border-bottom: 6px solid #C9252C; }
  @media screen and (max-width: 991px) {
    .vc_row.featured_section,
    .featured_section {
      background: #480303 !important;
      padding: 0 !important;
      border-bottom: 0; } }
  .vc_row.featured_section .column_maroon.vc_column_container > .vc_column-inner,
  .featured_section .column_maroon.vc_column_container > .vc_column-inner {
    padding: 128px 60px 128px 120px !important; }
    @media screen and (max-width: 1080px) {
      .vc_row.featured_section .column_maroon.vc_column_container > .vc_column-inner,
      .featured_section .column_maroon.vc_column_container > .vc_column-inner {
        padding: 60px 40px 60px 100px !important; } }
    @media screen and (max-width: 991px) {
      .vc_row.featured_section .column_maroon.vc_column_container > .vc_column-inner,
      .featured_section .column_maroon.vc_column_container > .vc_column-inner {
        padding: 34px 25px !important; } }
  @media screen and (max-width: 991px) {
    .vc_row.featured_section .wpb_column,
    .featured_section .wpb_column {
      width: 100% !important; } }
.vc_row.goods_report,
.goods_report {
  position: relative; }
  .vc_row.goods_report::before,
  .goods_report::before {
    border: 1px solid #E4E4E4;
    content: "" !important;
    display: block !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 413px;
    width: 1140px;
    z-index: -1; }
    @media screen and (max-width: 1080px) {
      .vc_row.goods_report::before,
      .goods_report::before {
        display: none !important; } }
  @media screen and (max-width: 1080px) {
    .vc_row.goods_report .main_cover img,
    .goods_report .main_cover img {
      border-bottom: 1px solid #BABABA; } }
  @media screen and (max-width: 767px) {
    .vc_row.goods_report .text_image img,
    .goods_report .text_image img {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .vc_row.goods_report p,
    .goods_report p {
      font-size: 12px !important;
      line-height: 20px !important;
      margin-bottom: 10px !important; } }
.navigator_wrapper {
  position: relative; }

.sticky_nav.stick .site_navigator {
  margin-top: 0; }

.site_navigator {
  background: #F7F7F7;
  border-radius: 23px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  position: relative;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .site_navigator {
      width: 90%;
      padding: 25px 0 !important; } }
  @media screen and (min-width: 1366px) {
    .site_navigator {
      width: 901px; } }
  .site_navigator .item_wrapper_type {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1; }
    @media screen and (max-width: 767px) {
      .site_navigator .item_wrapper_type {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 !important;
        margin-bottom: 20px !important; }
        .site_navigator .item_wrapper_type:last-child {
          margin-bottom: 0 !important; } }
  .site_navigator .item_content {
    justify-content: center;
    align-items: center; }
  .site_navigator .item_image {
    width: 58px;
    height: 58px; }
  .site_navigator .box_details {
    padding: 0;
    margin-bottom: 0;
    text-align: center; }
    .site_navigator .box_details h6 {
      font-weight: 700;
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      text-decoration: underline !important;
      text-transform: uppercase;
      color: #C9252C;
      padding: 35px 20px !important;
      display: block;
      margin: 0 !important; }
      @media screen and (max-width: 1080px) {
        .site_navigator .box_details h6 {
          padding: 20px !important;
          font-size: 16px !important;
          line-height: 16px !important; } }
      @media screen and (max-width: 767px) {
        .site_navigator .box_details h6 {
          padding: 0 !important; } }
.vc_row.sourcing_section,
.sourcing_section {
  padding: 0 !important; }
  @media screen and (max-width: 767px) {
    .vc_row.sourcing_section .content_column .vc_column-inner,
    .sourcing_section .content_column .vc_column-inner {
      padding: 50px 20px 0 !important; } }
@media screen and (max-width: 767px) {
  .sourcing_details .vc_empty_space {
    height: 20px !important; } }

.vc_row.bg_mobile,
.bg_mobile {
  position: relative; }
  .vc_row.bg_mobile::before,
  .bg_mobile::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0.66) 100%);
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }

.box_image {
  max-width: 560px;
  height: 370px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative; }
  .box_image::before {
    background: rgba(0, 0, 0, 0.58);
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .box_image::after {
    border: 2px solid #C9252C;
    content: "" !important;
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 90%;
    width: 94%;
    z-index: 0;
    transform: translate(-50%, -50%); }
  .box_image.align-center {
    justify-content: center; }
  .box_image .inner_content {
    position: relative;
    z-index: 1; }
  .box_image .box_copy {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  .box_image .button-white_underline {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-decoration: underline !important;
    color: #ffffff; }

@media screen and (max-width: 767px) {
  .vc_row.store_sections,
  .store_sections {
    margin: 0 20px !important; } }

.vc_row.store_sections .vc_row,
.store_sections .vc_row {
  padding-top: 75px;
  padding-bottom: 75px;
  border-top: 1px solid #CDCDCD; }
  @media screen and (max-width: 767px) {
    .vc_row.store_sections .vc_row,
    .store_sections .vc_row {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .vc_row.store_sections .vc_row .image_column,
    .store_sections .vc_row .image_column {
      margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
  .vc_row.packaging,
  .packaging {
    margin-top: -250px !important; } }

.vc_row.packaging .dunkin_cup_col .vc_column-inner,
.packaging .dunkin_cup_col .vc_column-inner {
  background-size: cover !important;
  height: 127%;
  top: -260px;
  position: relative;
  z-index: -1 !important; }
  @media screen and (max-width: 1080px) {
    .vc_row.packaging .dunkin_cup_col .vc_column-inner,
    .packaging .dunkin_cup_col .vc_column-inner {
      height: 660px;
      top: 0;
      background-size: contain !important;
      background-position: left center !important; } }
@media screen and (max-width: 1080px) {
  .vc_row.packaging .content_col,
  .packaging .content_col {
    background: #F7F7F7; }
    .vc_row.packaging .content_col > .vc_column-inner,
    .packaging .content_col > .vc_column-inner {
      padding: 30px 15px !important; } }

@media screen and (max-width: 991px) {
  .vc_row.recycling_section,
  .recycling_section {
    background: #ffffff !important; } }

.vc_row.recycling_section .mobile_image,
.recycling_section .mobile_image {
  display: none; }
  @media screen and (max-width: 991px) {
    .vc_row.recycling_section .mobile_image,
    .recycling_section .mobile_image {
      display: block; } }
@media screen and (max-width: 991px) {
  .vc_row.recycling_section .boxes_cta,
  .recycling_section .boxes_cta {
    background: #f7f7f7;
    padding: 20px; } }

@media screen and (max-width: 991px) {
  .vc_row.recycling_section .content_column > .vc_column-inner,
  .recycling_section .content_column > .vc_column-inner {
    padding: 30px 20px !important; } }

@media screen and (max-width: 767px) {
  .breakdown_heading {
    margin-top: 20px; } }

.sonic_section,
.vc_row.sonic_section {
  padding: 65px 0 200px; }
  @media screen and (max-width: 991px) {
    .sonic_section,
    .vc_row.sonic_section {
      background: #ffffff !important;
      padding: 0; } }
  .sonic_section > .wpb_column > .vc_column-inner,
  .vc_row.sonic_section > .wpb_column > .vc_column-inner {
    padding: 0 !important; }
  .sonic_section .sonic_mobile_image,
  .vc_row.sonic_section .sonic_mobile_image {
    display: none; }
    @media screen and (max-width: 991px) {
      .sonic_section .sonic_mobile_image,
      .vc_row.sonic_section .sonic_mobile_image {
        display: block; } }
  @media screen and (max-width: 991px) {
    .sonic_section .sonic_content,
    .vc_row.sonic_section .sonic_content {
      padding: 40px 20px; } }
  @media screen and (max-width: 991px) {
    .sonic_section .sonic_content *,
    .vc_row.sonic_section .sonic_content * {
      color: #444444 !important; } }
/*--------------------------------------------------------------
## asides
--------------------------------------------------------------*/
.blog .format-impactinspirede .entry-title,
.archive .format-impactinspirede .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: #222222; }
  .search-content a:hover {
    color: #C9252C; }

.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: #C9252C; }
  .search-content article .meta.bg-color4 {
    background: #C9252C; }
  .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: 160px 0 120px;
  text-align: center; }
  @media screen and (max-width: 1080px) {
    .error404 .single-post-heading {
      padding: 120px 30px; } }
  @media screen and (max-width: 767px) {
    .error404 .single-post-heading {
      padding: 50px 30px 60px; } }
  .error404 .single-post-heading h1 {
    text-transform: uppercase;
    color: #333333;
    font-size: 100px !important;
    line-height: 100px !important; }
  .error404 .single-post-heading .page-header {
    padding-right: 120px; }
    @media screen and (max-width: 767px) {
      .error404 .single-post-heading .page-header {
        margin-bottom: 50px;
        padding-right: 0; } }
  .error404 .single-post-heading [class*='button-'] {
    margin-top: 30px; }

.error404 .col_40 {
  width: 40% !important; }
  @media screen and (max-width: 767px) {
    .error404 .col_40 {
      width: 100% !important; } }
.error404 .col_60 {
  width: 60% !important; }
  @media screen and (max-width: 767px) {
    .error404 .col_60 {
      width: 100% !important; } }
.search_toggle {
  background: #ffffff url("../../images/i-search-purple.svg") no-repeat center center !important;
  width: 44px;
  height: 44px;
  display: block;
  border-bottom: 0 !important; }

.searchwrap {
  display: none;
  position: absolute;
  top: 100%;
  right: 0; }

.searchbar {
  margin-right: 5px;
  position: relative; }
  .searchbar #ajaxsearchpro1_1 .probox .proinput input.orig,
  .searchbar #ajaxsearchpro1_2 .probox .proinput input.orig,
  .searchbar div.asp_m.asp_m_1 .probox .proinput input.orig {
    padding: 0 15px !important;
    height: 46px !important; }
  .searchbar #ajaxsearchpro1_1 .probox .promagnifier div.asp_text_button,
  .searchbar #ajaxsearchpro1_2 .probox .promagnifier div.asp_text_button,
  .searchbar div.asp_m.asp_m_1 .probox .promagnifier div.asp_text_button {
    font-family: "Oswald" !important;
    text-transform: uppercase !important;
    font-weight: 400 !important; }
  .searchbar div.asp_m.ajaxsearchpro .probox .proinput {
    margin: 0 !important;
    padding: 0 !important; }
  .searchbar *:focus,
  .searchbar *:focus-within {
    outline: none !important; }

#ajaxsearchpro1_1 .probox .proloading, #ajaxsearchpro1_1 .probox .proclose, #ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_1 .probox .prosettings, #ajaxsearchpro1_2 .probox .proloading, #ajaxsearchpro1_2 .probox .proclose, #ajaxsearchpro1_2 .probox .promagnifier, #ajaxsearchpro1_2 .probox .prosettings, div.asp_m.asp_m_1 .probox .proloading, div.asp_m.asp_m_1 .probox .proclose, div.asp_m.asp_m_1 .probox .promagnifier, div.asp_m.asp_m_1 .probox .prosettings {
  height: 46px !important;
  outline: none !important;
  box-shadow: none !important; }

#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox {
  height: 46px !important; }

#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
  margin: 0 !important; }

#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
  height: 46px !important;
  border-radius: 0 !important;
  width: 300px !important; }
  #ajaxsearchpro1_1 input, #ajaxsearchpro1_2 input, div.asp_m.asp_m_1 input {
    border: 0 !important; }

#ajaxsearchpro1_1 .probox .promagnifier, #ajaxsearchpro1_2 .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {
  display: none !important; }

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

.mobile_search {
  margin: 30px auto;
  display: none;
  width: 85%; }
  @media screen and (max-width: 1080px) {
    .mobile_search {
      display: block; } }
  .mobile_search form {
    display: flex;
    margin-bottom: 15px; }
  .mobile_search input[type="search"] {
    height: 46px !important;
    padding: 0 10px !important;
    border: 0 !important;
    width: 90%;
    font-size: 18px !important;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    color: #313131 !important; }
    @media screen and (max-width: 767px) {
      .mobile_search input[type="search"] {
        width: 80%; } }
  .mobile_search input[type="submit"].search-button {
    background: #381451 url("../../images/i-search-white.svg") no-repeat center center !important;
    height: 46px;
    padding: 0 !important;
    text-indent: -99999px;
    border: 0 !important;
    width: 10%; }
    @media screen and (max-width: 767px) {
      .mobile_search input[type="submit"].search-button {
        width: 46px; } }
.vc_row.hero_section,
.hero_section {
  position: relative;
  width: 100%;
  background-position: top center !important;
  height: 676px; }
  @media screen and (max-width: 1080px) {
    .vc_row.hero_section,
    .hero_section {
      height: 460px; } }
.herobox_wrap {
  bottom: -60px;
  position: relative;
  height: 676px;
  z-index: 2; }
  @media screen and (max-width: 1080px) {
    .herobox_wrap {
      height: 460px; } }
  @media screen and (max-width: 991px) {
    .herobox_wrap [class*='button-'] a {
      width: 100%; } }
.hero_box {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  padding: 50px;
  max-width: 662px;
  min-height: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .hero_box {
      padding: 45px 35px; } }
  .hero_box .vc_empty_space {
    display: block;
    width: 100%; }
  .hero_box p {
    margin-bottom: 0 !important; }

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

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

.vc_row.overlay3,
.overlay3 {
  position: relative; }
  .vc_row.overlay3::before,
  .overlay3::before {
    background: linear-gradient(180deg, rgba(201, 37, 44, 0) 52.07%, #C9252C 112.57%);
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }

.top_offset_180,
.vc_row.top_offset_180 {
  margin-top: -180px; }
  @media screen and (max-width: 1080px) {
    .top_offset_180,
    .vc_row.top_offset_180 {
      margin-top: -180px; } }
.top_offset_345,
.vc_row.top_offset_345 {
  margin-top: -345px !important; }
  @media screen and (max-width: 1080px) {
    .top_offset_345,
    .vc_row.top_offset_345 {
      margin-top: -170px !important; } }
.top_offset_20,
.vc_row.top_offset_20 {
  top: -20px;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 1080px) {
    .top_offset_20,
    .vc_row.top_offset_20 {
      top: 0; } }
.custom_boxes {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 20px;
  grid-column-gap: 20px; }
  @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; }
  .custom_boxes_flex .slick-dots {
    bottom: -60px; }
    @media screen and (max-width: 767px) {
      .custom_boxes_flex .slick-dots {
        bottom: -30px; } }
  .custom_boxes_flex .item_wrapper_type {
    margin: 0;
    display: flex; }
  .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: 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; } }

.impact_boxes_grid {
  grid-row-gap: 10px;
  grid-column-gap: 7.5px; }
  .impact_boxes_grid.align-center .box_details {
    justify-content: center; }
  .impact_boxes_grid.boxes-center {
    justify-content: center; }
  .impact_boxes_grid.offset_top {
    top: 135px;
    position: relative; }
    @media screen and (max-width: 1080px) {
      .impact_boxes_grid.offset_top {
        top: 0; } }
  .impact_boxes_grid .item_wrapper_type {
    background: #B93634;
    border-radius: 0;
    text-decoration: none;
    position: relative;
    flex-wrap: wrap;
    padding: 30px; }
    .impact_boxes_grid .item_wrapper_type.has_button .item_content {
      padding: 67px 50px 120px; }
      @media screen and (max-width: 991px) {
        .impact_boxes_grid .item_wrapper_type.has_button .item_content {
          padding: 50px 40px; } }
    .impact_boxes_grid .item_wrapper_type .item_image {
      display: block;
      width: 90px;
      height: 70px;
      margin-bottom: 30px; }
    .impact_boxes_grid .item_wrapper_type .item_content {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      z-index: 1; }
      .impact_boxes_grid .item_wrapper_type .item_content.noContent {
        opacity: 1;
        visibility: visible; }
        @media screen and (max-width: 767px) {
          .impact_boxes_grid .item_wrapper_type .item_content.noContent {
            height: 276px; } }
    .impact_boxes_grid .item_wrapper_type .box_details {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .impact_boxes_grid .item_wrapper_type .box_details h4 {
        font-weight: 700;
        font-size: 22px;
        line-height: 24px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        width: 100%;
        margin-bottom: 10px !important; }
        @media screen and (max-width: 991px) {
          .impact_boxes_grid .item_wrapper_type .box_details h4 {
            display: block;
            font-size: 22px !important;
            line-height: 24px !important; } }
        .impact_boxes_grid .item_wrapper_type .box_details h4 small {
          color: #D24F15;
          font-size: 28px !important;
          line-height: 38px !important;
          font-weight: 600 !important; }
          @media screen and (max-width: 1080px) {
            .impact_boxes_grid .item_wrapper_type .box_details h4 small {
              font-size: 22px !important;
              line-height: 30px !important; } }
      .impact_boxes_grid .item_wrapper_type .box_details h5 {
        font-weight: 700;
        font-size: 18px !important;
        line-height: 24px !important;
        letter-spacing: 0.84px;
        text-transform: uppercase;
        color: #ffffff;
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
        padding: 0 30px 10px 0; }
      .impact_boxes_grid .item_wrapper_type .box_details p {
        color: #ffffff;
        width: 100%;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px; }
        .impact_boxes_grid .item_wrapper_type .box_details p:last-child {
          margin-bottom: 0; }
        @media screen and (max-width: 1080px) {
          .impact_boxes_grid .item_wrapper_type .box_details p {
            font-size: 16px !important;
            line-height: 18px !important; } }
        @media screen and (max-width: 767px) {
          .impact_boxes_grid .item_wrapper_type .box_details p {
            min-height: auto; } }
      .impact_boxes_grid .item_wrapper_type .box_details ul {
        margin-top: 30px; }
        .impact_boxes_grid .item_wrapper_type .box_details ul li {
          color: #222222; }
    .impact_boxes_grid .item_wrapper_type [class*='button-'] {
      position: absolute;
      left: 50px;
      bottom: 60px; }
      @media screen and (max-width: 767px) {
        .impact_boxes_grid .item_wrapper_type [class*='button-'] {
          position: static;
          margin-top: 0;
          font-size: 18px !important;
          line-height: 27px !important; } }
.members_grid {
  grid-row-gap: 70px;
  grid-column-gap: 15px; }
  @media screen and (max-width: 1080px) {
    .members_grid {
      grid-template-columns: 1fr 1fr 1fr !important; } }
  @media screen and (max-width: 991px) {
    .members_grid {
      grid-template-columns: 1fr 1fr !important; } }
  @media screen and (max-width: 767px) {
    .members_grid {
      grid-template-columns: 1fr !important;
      grid-row-gap: 60px; } }
  .members_grid .post_item {
    cursor: pointer; }
  .members_grid .item_image {
    height: 285px;
    width: 100%; }
    @media screen and (max-width: 1080px) {
      .members_grid .item_image {
        width: 100%; } }
  .members_grid .item_content {
    padding-top: 40px; }
    .members_grid .item_content h3 {
      font-size: 24px !important;
      line-height: 36px !important;
      text-transform: uppercase;
      margin-bottom: 15px !important;
      max-width: 80%; }
      @media screen and (max-width: 1080px) {
        .members_grid .item_content h3 {
          max-width: 100%; } }
    .members_grid .item_content .job_title {
      font-weight: 700;
      font-size: 14px !important;
      line-height: 24px !important;
      color: #8B847E;
      margin-bottom: 20px !important;
      font-family: "proxima-nova", Arial, Helvetica, sans-serif;
      min-height: 48px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1080px) {
        .members_grid .item_content .job_title {
          min-height: auto; } }
    .members_grid .item_content p {
      font-size: 14px;
      line-height: 28px;
      margin-bottom: 0 !important;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      -moz-line-clamp: 3;
      overflow: hidden; }
    .members_grid .item_content .open_member {
      margin-top: 20px;
      display: inline-block; }

.members_modal .modal-body {
  position: relative;
  padding: 40px 70px 10px; }
  @media screen and (max-width: 991px) {
    .members_modal .modal-body {
      padding: 40px 20px; } }
.members_modal .modal-dialog {
  background: #FFFFFF;
  width: 90%; }

.members_modal .modal-content {
  height: 80vh; }
  @media screen and (max-width: 767px) {
    .members_modal .modal-content {
      height: 80vh; } }
.members_modal .member_intro {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .members_modal .member_intro {
      flex-wrap: wrap; } }
  .members_modal .member_intro h3 {
    font-weight: 400;
    font-size: 44px;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 20px !important; }
    @media screen and (max-width: 1080px) {
      .members_modal .member_intro h3 {
        font-size: 24px !important;
        line-height: 36px !important; } }
    @media screen and (max-width: 767px) {
      .members_modal .member_intro h3 {
        margin-bottom: 10px !important; } }
  .members_modal .member_intro h5 {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 33px !important;
    margin-bottom: 20px !important;
    color: #222222;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 767px) {
      .members_modal .member_intro h5 {
        margin-bottom: 30px !important; } }
.members_modal .left_col {
  width: 45%; }
  @media screen and (max-width: 1080px) {
    .members_modal .left_col {
      padding-right: 20px;
      width: 40%; } }
  @media screen and (max-width: 767px) {
    .members_modal .left_col {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  .members_modal .left_col img {
    width: 100%; }

.members_modal .right_col {
  width: 55%;
  padding: 0 20px 0 80px; }
  @media screen and (max-width: 1080px) {
    .members_modal .right_col {
      width: 60%;
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .members_modal .right_col {
      width: 100%;
      padding: 0; } }
.members_modal .modal-footer {
  padding: 0 !important;
  border-top: 0 !important;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px; }
  .members_modal .modal-footer button {
    display: inline-block;
    height: 62px;
    width: 62px;
    border-radius: 1px;
    transition: all 0.2s;
    border: 0; }
    @media screen and (max-width: 1080px) {
      .members_modal .modal-footer button {
        height: 40px;
        width: 40px; } }
    .members_modal .modal-footer button.btn-prev {
      background: #8B7895 url("../../images/arrow-left.svg") no-repeat center center !important;
      background-size: 22px !important; }
      .members_modal .modal-footer button.btn-prev:hover {
        background: #682A94 url("../../images/arrow-left.svg") no-repeat center center !important;
        background-size: 22px !important; }
    .members_modal .modal-footer button.btn-next {
      right: 30px;
      background: #381451 url("../../images/arrow-right.svg") no-repeat center center !important;
      background-size: 22px !important; }
      .members_modal .modal-footer button.btn-next:hover {
        background: #682A94 url("../../images/arrow-right.svg") no-repeat center center !important;
        background-size: 22px !important; }

.icon_list {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 100px; }
  @media screen and (max-width: 1080px) {
    .icon_list {
      grid-row-gap: 25px;
      grid-column-gap: 20px; } }
  @media screen and (max-width: 991px) {
    .icon_list {
      flex-wrap: wrap; } }
  .icon_list.flex-center {
    justify-content: center; }
  .icon_list.icon_grid_type2 {
    grid-column-gap: 20px; }
    .icon_list.icon_grid_type2 .item_wrapper_type .item_content h3 {
      font-weight: 500;
      font-size: 16px !important;
      line-height: 16px !important;
      color: #C9252C; }
    .icon_list.icon_grid_type2 .item_wrapper_type .box_details {
      padding-left: 12px; }
    .icon_list.icon_grid_type2 .item_wrapper_type .item_image_wrap {
      width: 48px; }
    .icon_list.icon_grid_type2 .item_wrapper_type .item_image img {
      width: 48px;
      height: 38px; }
  .icon_list .item_wrapper_type {
    display: flex; }
    @media screen and (max-width: 991px) {
      .icon_list .item_wrapper_type {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center; } }
    .icon_list .item_wrapper_type .item_image {
      border-radius: 0;
      margin-bottom: 0;
      width: 100%; }
      .icon_list .item_wrapper_type .item_image img {
        width: 40px;
        height: 40px; }
      .icon_list .item_wrapper_type .item_image .hovered_image {
        display: none; }
    .icon_list .item_wrapper_type .item_image_wrap {
      width: 40px; }
    .icon_list .item_wrapper_type .box_details {
      width: 95%;
      padding-left: 25px;
      display: flex; }
      @media screen and (max-width: 991px) {
        .icon_list .item_wrapper_type .box_details {
          justify-content: center;
          padding-left: 0;
          margin-top: 5px;
          width: 100%; } }
    .icon_list .item_wrapper_type .item_content {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 991px) {
        .icon_list .item_wrapper_type .item_content {
          flex-wrap: wrap;
          justify-content: center; } }
      .icon_list .item_wrapper_type .item_content h3 {
        font-weight: 700;
        font-size: 22px !important;
        line-height: 34px !important;
        margin-bottom: 0 !important;
        text-transform: uppercase; }
      .icon_list .item_wrapper_type .item_content p {
        font-size: 14px !important;
        line-height: 28px !important;
        color: #8B847E; }
        @media screen and (max-width: 1080px) {
          .icon_list .item_wrapper_type .item_content p {
            font-size: 14px !important;
            line-height: 28px !important;
            margin-bottom: 0 !important; } }
.icon_grid {
  grid-row-gap: 45px;
  grid-column-gap: 40px; }
  @media screen and (max-width: 767px) {
    .icon_grid {
      padding-bottom: 40px; } }
  .icon_grid .item_content {
    display: flex; }
  .icon_grid .item_image_wrap {
    display: flex;
    width: 50px; }
  .icon_grid .box_details {
    width: 90%;
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .icon_grid .box_details {
        padding-left: 20px; } }
    .icon_grid .box_details h3 {
      font-weight: 400;
      font-size: 58px;
      line-height: 58px;
      color: #ffffff;
      margin-bottom: 15px !important; }
      @media screen and (max-width: 767px) {
        .icon_grid .box_details h3 {
          font-size: 32px !important;
          line-height: 32px !important;
          margin-bottom: 10px !important; } }
      @media screen and (max-width: 1080px) {
        .icon_grid .box_details h3 {
          color: #000000; } }
    .icon_grid .box_details h5 {
      font-weight: 700;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 15px !important;
      color: #ffffff; }
      @media screen and (max-width: 1080px) {
        .icon_grid .box_details h5 {
          margin-bottom: 20px !important;
          color: #000000; } }
      @media screen and (max-width: 767px) {
        .icon_grid .box_details h5 {
          font-size: 18px !important;
          line-height: 25px !important;
          margin-bottom: 15px !important; } }
    .icon_grid .box_details p {
      font-size: 16px !important;
      line-height: 22px !important;
      font-weight: 700;
      color: #FFE1E1; }
      @media screen and (max-width: 1080px) {
        .icon_grid .box_details p {
          color: #444444; } }
  .icon_grid .mobile_image {
    display: none; }
    @media screen and (max-width: 1080px) {
      .icon_grid .mobile_image {
        display: block; } }
  @media screen and (max-width: 1080px) {
    .icon_grid .default_image {
      display: none; } }
.boxes_cta {
  grid-row-gap: 30px;
  grid-column-gap: 30px; }
  @media screen and (max-width: 767px) {
    .boxes_cta {
      grid-row-gap: 40px; } }
  .boxes_cta.boxes_cta_type_green {
    grid-column-gap: 70px;
    grid-column-gap: 40px; }
    .boxes_cta.boxes_cta_type_green.align-center .item_image_wrap {
      margin: 0 auto 30px;
      width: 91px;
      height: 91px;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .boxes_cta.boxes_cta_type_green.align-center .item_image_wrap {
          margin: 0 auto 15px;
          align-items: center; } }
    @media screen and (max-width: 767px) {
      .boxes_cta.boxes_cta_type_green .item_content {
        flex-wrap: nowrap; } }
    .boxes_cta.boxes_cta_type_green .box_details {
      width: 100%;
      padding: 0 0 0 30px;
      max-width: 457px; }
      @media screen and (max-width: 1080px) {
        .boxes_cta.boxes_cta_type_green .box_details {
          padding: 0 0 0 20px;
          margin-top: 0; } }
      .boxes_cta.boxes_cta_type_green .box_details p {
        font-size: 16px;
        line-height: 18px;
        color: #6CFFB0;
        font-weight: 400;
        margin: 0 !important; }
        @media screen and (max-width: 991px) {
          .boxes_cta.boxes_cta_type_green .box_details p {
            color: #007134; } }
  .boxes_cta.boxes_cta_type2 {
    grid-column-gap: 70px; }
    .boxes_cta.boxes_cta_type2.align-center .item_image_wrap {
      margin: 0 auto 30px;
      width: 91px;
      height: 91px;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .boxes_cta.boxes_cta_type2.align-center .item_image_wrap {
          margin: 0 auto 15px;
          align-items: center;
          width: 100%; } }
    .boxes_cta.boxes_cta_type2 .item_content {
      flex-wrap: wrap; }
    .boxes_cta.boxes_cta_type2 .box_details {
      width: 100%;
      padding: 0;
      max-width: 260px;
      margin: 0 auto; }
      .boxes_cta.boxes_cta_type2 .box_details p {
        font-size: 16px;
        line-height: 18px;
        color: #000000; }
    .boxes_cta.boxes_cta_type2 .default_image {
      display: block; }
  .boxes_cta .item_content {
    display: flex; }
    @media screen and (max-width: 767px) {
      .boxes_cta .item_content {
        flex-wrap: wrap; } }
  .boxes_cta .item_image_wrap {
    display: flex;
    width: 70px; }
  .boxes_cta .box_details {
    width: 85%;
    padding-left: 50px; }
    @media screen and (max-width: 767px) {
      .boxes_cta .box_details {
        padding-left: 0;
        margin-top: 20px; } }
    .boxes_cta .box_details h3 {
      font-weight: 700;
      font-size: 22px;
      line-height: 22px;
      color: #000000;
      margin-bottom: 15px !important;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .boxes_cta .box_details h3 {
          font-size: 20px !important;
          line-height: 20px !important;
          margin-bottom: 10px !important; } }
      @media screen and (max-width: 1080px) {
        .boxes_cta .box_details h3 {
          color: #000000; } }
    .boxes_cta .box_details h5 {
      font-weight: 700;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 15px !important;
      color: #000000; }
      @media screen and (max-width: 1080px) {
        .boxes_cta .box_details h5 {
          margin-bottom: 20px !important;
          color: #000000; } }
      @media screen and (max-width: 767px) {
        .boxes_cta .box_details h5 {
          font-size: 18px !important;
          line-height: 25px !important;
          margin-bottom: 15px !important; } }
    .boxes_cta .box_details p {
      color: #545454; }
    .boxes_cta .box_details .vc_separator {
      margin-bottom: 20px !important;
      margin-top: 20px; }
  .boxes_cta .mobile_image {
    display: none; }
    @media screen and (max-width: 991px) {
      .boxes_cta .mobile_image {
        display: block; } }
  @media screen and (max-width: 991px) {
    .boxes_cta .default_image {
      display: none; } }
.counters_grid {
  padding: 0;
  grid-row-gap: 60px;
  grid-column-gap: 40px; }
  @media screen and (max-width: 1080px) {
    .counters_grid {
      grid-row-gap: 30px; } }
  .counters_grid.custom_boxes_flex {
    display: flex;
    flex-wrap: wrap; }
    .counters_grid.custom_boxes_flex.full_width .inner_box {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1080px) {
        .counters_grid.custom_boxes_flex.full_width .inner_box {
          flex-wrap: wrap; } }
    .counters_grid.custom_boxes_flex.full_width .counter_inner h4 {
      margin-bottom: 0 !important;
      font-weight: 700; }
      @media screen and (max-width: 1080px) {
        .counters_grid.custom_boxes_flex.full_width .counter_inner h4 {
          margin-bottom: 15px !important; } }
    .counters_grid.custom_boxes_flex.full_width .counter_inner p {
      font-weight: 700;
      font-size: 16px !important;
      line-height: 23px !important; }
    .counters_grid.custom_boxes_flex.full_width .sub_content,
    .counters_grid.custom_boxes_flex.full_width .counter_main {
      display: inline-block;
      width: auto; }
    .counters_grid.custom_boxes_flex.full_width .sub_content {
      padding-left: 30px;
      flex: 0 0 400px;
      max-width: 400px; }
      @media screen and (max-width: 767px) {
        .counters_grid.custom_boxes_flex.full_width .sub_content {
          flex: 0 0 100%;
          padding-left: 0;
          max-width: 100%; } }
  @media screen and (max-width: 1080px) {
    .counters_grid.custom_boxes.three_column {
      grid-template-columns: 1fr !important; } }
  .counters_grid.align-center {
    align-items: center; }
    .counters_grid.align-center h4 {
      justify-content: center; }
  .counters_grid .item_wrapper_type {
    display: flex !important;
    flex-wrap: wrap; }
  .counters_grid .sub_content,
  .counters_grid .counter_main {
    display: block;
    width: 100%; }
  .counters_grid .box_content {
    width: 100%;
    display: flex; }
  .counters_grid .counter_inner {
    position: relative; }
    .counters_grid .counter_inner h4 {
      color: #C9252C;
      font-weight: 500;
      font-size: 46px !important;
      line-height: 46px !important;
      margin-bottom: 5px !important; }
    .counters_grid .counter_inner p {
      color: #C9252C;
      font-weight: 400;
      font-size: 16px !important;
      line-height: 16px !important;
      margin: 0 !important;
      font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
      @media screen and (max-width: 1080px) {
        .counters_grid .counter_inner p {
          max-width: 140px; } }
.breakdowns_main {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1080px) {
    .breakdowns_main {
      flex-wrap: wrap; } }
  @media screen and (max-width: 1080px) {
    .breakdowns_main .item_copy {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      margin-top: 30px; } }
  .breakdowns_main .item_copy p {
    font-weight: 500;
    font-size: 24px !important;
    line-height: 24px !important;
    color: #C9252C;
    text-align: right;
    max-width: 222px; }

.breakdowns_counter {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 60px; }
  @media screen and (max-width: 1080px) {
    .breakdowns_counter {
      grid-row-gap: 30px; } }
  @media screen and (max-width: 1080px) {
    .breakdowns_counter.custom_boxes.three_column {
      grid-template-columns: 1fr !important; } }
  .breakdowns_counter.align-center {
    align-items: center; }
    .breakdowns_counter.align-center h4 {
      justify-content: center; }
  .breakdowns_counter .item_wrapper_type {
    display: flex !important;
    flex-wrap: wrap; }
    @media screen and (max-width: 1080px) {
      .breakdowns_counter .item_wrapper_type {
        flex: 0 0 100%;
        max-width: 100%; } }
    .breakdowns_counter .item_wrapper_type .plus_icon {
      background: url("../../images/icon-plus-counter.svg") no-repeat center center !important;
      background-size: contain !important;
      height: 30px;
      width: 46px;
      margin: 10px 25px 0; }
    .breakdowns_counter .item_wrapper_type:last-child .plus_icon {
      display: none; }
    .breakdowns_counter .item_wrapper_type:nth-last-child(2) .plus_icon {
      background: url("../../images/icon-equal-counter.svg") no-repeat center center !important;
      background-size: 60% !important; }
  .breakdowns_counter .sub_content,
  .breakdowns_counter .counter_main {
    display: block;
    width: 100%; }
  .breakdowns_counter .box_content {
    width: 100%;
    display: flex; }
  .breakdowns_counter .counter_inner {
    position: relative; }
    .breakdowns_counter .counter_inner h4 {
      color: #61060A;
      font-weight: 500;
      font-size: 46px !important;
      line-height: 46px !important;
      margin-bottom: 5px !important; }
    .breakdowns_counter .counter_inner p {
      color: #545454;
      font-weight: 400;
      font-size: 16px !important;
      line-height: 26px !important;
      margin: 0 !important;
      font-family: "proxima-nova", Arial, Helvetica, sans-serif;
      max-width: 175px; }
      @media screen and (max-width: 1080px) {
        .breakdowns_counter .counter_inner p {
          max-width: 140px;
          font-size: 16px !important;
          line-height: 23px !important; } }
.pillars_boxes {
  grid-column-gap: 50px;
  grid-row-gap: 0; }
  @media screen and (max-width: 991px) {
    .pillars_boxes {
      grid-template-columns: 1fr 1fr !important; } }
  @media screen and (max-width: 767px) {
    .pillars_boxes {
      grid-template-columns: 1fr !important; } }
  .pillars_boxes .item_content h3 {
    font-weight: 400;
    font-size: 28px !important;
    line-height: 31px !important;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .pillars_boxes .item_content h3::before {
      background: #C0C0C0;
      content: "" !important;
      display: block !important;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 100px;
      z-index: 0; }
  .pillars_boxes .item_content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .pillars_boxes .item_content ul li {
      padding: 10px 10px;
      margin-bottom: 15px;
      background: #FFF4F5;
      border: 2px solid #C9252C;
      border-radius: 0px 10px 10px 10px;
      font-weight: 400;
      font-size: 17px !important;
      line-height: 17px !important;
      color: #C9252C;
      display: block;
      width: 100%; }
      .pillars_boxes .item_content ul li:last-child {
        margin-bottom: 0 !important; }

.content_grid {
  grid-column-gap: 50px;
  grid-row-gap: 20px; }
  .content_grid .item_content {
    max-width: 254px;
    margin: 0 auto; }
    .content_grid .item_content h3 {
      font-weight: 400;
      font-size: 24px !important;
      line-height: 24px !important;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 0px !important; }
    .content_grid .item_content p {
      font-size: 16px;
      line-height: 18px;
      color: #333333; }

.map-panel {
  margin: 30px auto 0 auto; }
  .map-panel .map__image svg {
    max-width: 580px;
    height: auto; }
  .map-panel .map {
    width: 55%; }
  .map-panel .data {
    width: 45%; }
  .map-panel .map__image path:hover {
    fill: #C9252C;
    cursor: pointer;
    transition: .1s fill; }
  .map-panel .state-facts p {
    font-size: 16px;
    line-height: 1.4em;
    color: #222; }
  .map-panel .state-facts .state-shape {
    text-align: center; }
    .map-panel .state-facts .state-shape img {
      height: 92px;
      margin: 0 auto; }
  .map-panel .state-facts .state-name {
    margin: 15px 0 0 0;
    font-size: 18px;
    color: #C9252C;
    font-weight: 600;
    text-align: center; }
  .map-panel .state-facts .year {
    width: 85%;
    margin: 0 auto 10px auto;
    font-size: 18px;
    color: #b9b9b9;
    font-weight: 600;
    text-align: center;
    background: url("/wp-content/uploads/2019/01/year-line-bg.gif") repeat-x center center; }
    .map-panel .state-facts .year span {
      display: inline-block;
      padding: 0 10px;
      background: #ffffff; }
  .map-panel .state-facts .facts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .map-panel .state-facts .facts .col {
      width: 33%;
      margin: 0 0 20px 0;
      font-size: 16px;
      color: #666;
      text-align: center; }
      .map-panel .state-facts .facts .col svg {
        fill: #C9252C;
        height: 40px;
        width: 60px; }
      .map-panel .state-facts .facts .col .sub {
        padding-top: 10px; }
        .map-panel .state-facts .facts .col .sub svg {
          height: 32px; }
      .map-panel .state-facts .facts .col .fact, .map-panel .state-facts .facts .col .new-jobs {
        font-size: 32px;
        color: #C9252C;
        font-weight: 700;
        line-height: 1.2em;
        text-align: center; }
      .map-panel .state-facts .facts .col p {
        margin: 0; }

@media screen and (max-width: 1080px) {
  .data, .map {
    width: 100% !important; }
  .map__image {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .map-panel .state-facts .facts .col .fact,
  .map-panel .state-facts .facts .col .new-jobs {
    font-size: 24px; }
  .map-panel .state-facts .year {
    font-size: 13px; }
  .map-panel .state-facts p {
    font-size: 13px !important;
    line-height: 19px !important;
    margin-bottom: 0 !important; }
  .map-panel .map__image svg {
    width: 300px; }
  .map-panel .state-facts .facts .col svg {
    height: 30px;
    width: 30px; } }

.post_type_section .post_list {
  grid-column-gap: 15px;
  grid-row-gap: 20px; }
  @media screen and (max-width: 1080px) {
    .post_type_section .post_list {
      grid-row-gap: 20px;
      grid-column-gap: 20px; } }
  .post_type_section .post_list .post_item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2); }
    .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 {
      color: #C9252C !important; }
    .post_type_section .post_list .post_item article {
      margin-bottom: 0;
      position: relative;
      height: 100%;
      padding: 0;
      z-index: 2;
      width: 100%;
      transition: all .2s ease-in-out; }
    .post_type_section .post_list .post_item .item_content {
      padding: 30px 25px 60px 25px;
      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 25px 80px; } }
      .post_type_section .post_list .post_item .item_content h3, .post_type_section .post_list .post_item .item_content h3 a {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #222222;
        font-family: "proxima-nova", Arial, Helvetica, sans-serif;
        display: flex;
        align-items: center;
        border-bottom: 0 !important; }
        @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: 18px !important;
            line-height: 24px !important;
            margin-bottom: 10px !important; } }
      .post_type_section .post_list .post_item .item_content h3 a {
        margin: 0 !important; }
        .post_type_section .post_list .post_item .item_content h3 a:hover {
          color: #C9252C; }
      .post_type_section .post_list .post_item .item_content .post_excerpt p {
        font-weight: 500;
        font-size: 14px !important;
        line-height: 28px !important;
        color: #8B847E;
        margin: 0 !important;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -moz-line-clamp: 3;
        overflow: hidden; }
      .post_type_section .post_list .post_item .item_content .post_terms {
        margin-bottom: 10px; }
        .post_type_section .post_list .post_item .item_content .post_terms span {
          text-transform: capitalize;
          font-weight: 500;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: -0.01em;
          color: #3A676C; }
          @media screen and (max-width: 991px) {
            .post_type_section .post_list .post_item .item_content .post_terms span {
              font-size: 16px;
              line-height: 18px; } }
    .post_type_section .post_list .post_item .item_image {
      height: 197px;
      width: 100%;
      margin-bottom: 0;
      position: relative; }
      @media screen and (max-width: 991px) {
        .post_type_section .post_list .post_item .item_image {
          height: 185px; } }
    .post_type_section .post_list .post_item .button-more {
      position: absolute;
      left: 25px;
      bottom: 20px; }

.posts_slider {
  /* the parent */ }
  .posts_slider .slick-slide {
    margin: 0 27px; }
    @media screen and (max-width: 767px) {
      .posts_slider .slick-slide {
        margin: 0 0 20px; } }
  .posts_slider .slick-list {
    margin: 0 -27px; }
    @media screen and (max-width: 767px) {
      .posts_slider .slick-list {
        margin: 0; } }
.single_post_item {
  margin-top: 200px; }
  @media screen and (max-width: 1080px) {
    .single_post_item {
      margin-top: 100px; } }
  .single_post_item h1.post_title {
    font-weight: 400;
    font-size: 44px !important;
    line-height: 45px !important;
    margin-bottom: 45px !important;
    margin-top: 45px !important; }
    @media screen and (max-width: 1080px) {
      .single_post_item h1.post_title {
        margin-bottom: 30px !important;
        font-size: 34px !important;
        line-height: 45px !important;
        margin-top: 10px !important; } }
  .single_post_item .post_meta {
    display: flex;
    margin: 40px 0 30px; }
    @media screen and (max-width: 1080px) {
      .single_post_item .post_meta {
        margin: 20px 0 !important; } }
    .single_post_item .post_meta span {
      font-weight: 400;
      font-size: 16px;
      line-height: 27px;
      font-family: "proxima-nova", Arial, Helvetica, sans-serif;
      color: #C9252C;
      margin-right: 5px;
      padding-right: 5px;
      border-right: 1px solid #C9252C;
      text-transform: capitalize; }
      .single_post_item .post_meta span:last-child {
        margin-right: 0;
        border-right: 0;
        padding-right: 0; }

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

.searchandfilter {
  padding: 45px 0;
  border-bottom: 1px solid #CDCDCD; }
  @media screen and (max-width: 767px) {
    .searchandfilter {
      padding: 0 0 30px; } }
  .searchandfilter > ul {
    padding: 0;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .searchandfilter > ul {
        flex-wrap: wrap; } }
    .searchandfilter > ul > li {
      margin-right: 10px;
      padding: 0;
      min-width: 178px;
      width: 100%; }
      @media screen and (max-width: 1080px) {
        .searchandfilter > ul > li {
          min-width: auto;
          width: auto; } }
      @media screen and (max-width: 991px) {
        .searchandfilter > ul > li {
          width: 100%;
          margin-right: 0;
          border-bottom: 1px solid #E5E5E5;
          border-left: 1px solid #E5E5E5;
          border-right: 1px solid #E5E5E5; }
          .searchandfilter > ul > li:first-child {
            border-top: 1px solid #E5E5E5; } }
      .searchandfilter > ul > li:last-child {
        margin-right: 0; }
      .searchandfilter > ul > li label {
        display: block !important; }
      .searchandfilter > ul > li .chosen-container {
        width: 100% !important; }
        @media screen and (max-width: 767px) {
          .searchandfilter > ul > li .chosen-container {
            width: 100% !important; } }
      .searchandfilter > ul > li.sf-field-search {
        position: relative;
        width: 223px; }
        @media screen and (max-width: 991px) {
          .searchandfilter > ul > li.sf-field-search {
            margin-bottom: 8px !important;
            width: 100%; } }
        .searchandfilter > ul > li.sf-field-search label {
          position: relative; }
          .searchandfilter > ul > li.sf-field-search label:before {
            background: url("../../images/i-search-gray.svg") no-repeat !important;
            background-size: contain;
            background-position: center center;
            width: 21px !important;
            height: 21px !important;
            content: "" !important;
            display: block !important;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%); }
        .searchandfilter > ul > li.sf-field-search input[type=text] {
          box-shadow: none !important;
          height: 60px !important;
          font-style: normal !important;
          background: #F7F7F2 !important;
          border: 1px solid #E5E5E5 !important;
          border-radius: 0;
          color: #67666B;
          width: 100%; }
          @media screen and (max-width: 991px) {
            .searchandfilter > ul > li.sf-field-search input[type=text] {
              box-shadow: none !important;
              border: 0 !important; } }
      .searchandfilter > ul > li.sf-field-taxonomy-resource_category {
        display: none; }
      .searchandfilter > ul > li.sf-field-sort_order {
        min-width: 223px; }
        @media screen and (max-width: 1080px) {
          .searchandfilter > ul > li.sf-field-sort_order {
            min-width: auto; } }
  .searchandfilter input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #67666B;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
  .searchandfilter input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #67666B;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
  .searchandfilter input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #67666B;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
  .searchandfilter input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #67666B;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
  .searchandfilter .chosen-container-active.chosen-with-drop .chosen-single {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #C9252C; }
  @media screen and (max-width: 991px) {
    .searchandfilter .chosen-container-active.chosen-with-drop .chosen-drop {
      display: block; } }
  .searchandfilter .chosen-container-active .chosen-single {
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #C9252C; }
  .searchandfilter .chosen-single {
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.02em;
    color: #67666B;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    background: #F7F7F2 !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 0 !important;
    padding-right: 30px;
    padding-left: 18px;
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: none !important; }
    @media screen and (max-width: 991px) {
      .searchandfilter .chosen-single {
        border: 0 !important; } }
    @media screen and (max-width: 767px) {
      .searchandfilter .chosen-single {
        padding-left: 10px; } }
    .searchandfilter .chosen-single div b {
      position: relative;
      background: transparent !important; }
      .searchandfilter .chosen-single div b:before {
        content: "";
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #67666B;
        border-radius: 3px;
        z-index: 1; }
    .searchandfilter .chosen-single:focus, .searchandfilter .chosen-single:hover {
      box-shadow: none; }
  .searchandfilter .chosen-search {
    display: none !important; }
  .searchandfilter .chosen-drop {
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    border: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: none;
    padding: 0;
    border: 1px solid #E5E5E5; }
    @media screen and (max-width: 991px) {
      .searchandfilter .chosen-drop {
        display: none;
        position: static;
        border: 0; } }
    .searchandfilter .chosen-drop ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 !important;
      padding: 0;
      max-height: inherit !important; }
      .searchandfilter .chosen-drop ul li {
        font-family: "proxima-nova", Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        color: #67666B;
        padding: 10px 17px;
        cursor: pointer;
        display: block !important;
        width: 100%;
        border-bottom: 1px solid #E5E5E5; }
        @media screen and (max-width: 991px) {
          .searchandfilter .chosen-drop ul li:first-child {
            border-top: 1px solid #E5E5E5; }
          .searchandfilter .chosen-drop ul li:last-child {
            border: 0; } }
        @media screen and (max-width: 767px) {
          .searchandfilter .chosen-drop ul li {
            font-size: 14px !important;
            line-height: 22px !important;
            color: #3A676C;
            padding: 20px; } }
        .searchandfilter .chosen-drop ul li.sf-option-active, .searchandfilter .chosen-drop ul li:hover {
          color: #3A676C;
          background: transparent; }
        .searchandfilter .chosen-drop ul li.result-selected {
          display: none !important; }

.resource_legend ul {
  display: flex;
  list-style: none;
  margin: 25px 0 !important;
  padding: 0; }
  .resource_legend ul li {
    padding: 0 0 0 12px;
    margin: 0 8px 0 0;
    position: relative;
    font-weight: 500;
    font-size: 8px !important;
    letter-spacing: -0.01em;
    color: #000000;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
    .resource_legend ul li.legend1:before {
      background: #B89334;
      border-radius: 100%;
      position: absolute;
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      z-index: 1; }
    .resource_legend ul li.legend2:before {
      background: #C14F29;
      border-radius: 100%;
      position: absolute;
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      z-index: 1; }
    .resource_legend ul li.legend3:before {
      background: #3A676C;
      border-radius: 100%;
      position: absolute;
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      z-index: 1; }

.resource_disclaimer {
  padding: 15px; }
  .resource_disclaimer p {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #FFFFFF;
    margin: 0 !important; }

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

.vc_tta-container {
  margin: 0 !important; }

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

.vc_tta.vc_general.vc_tta-accordion {
  width: 70%;
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    .vc_tta.vc_general.vc_tta-accordion {
      width: 90%;
      padding: 0 15px; } }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
    margin-bottom: 0;
    border-bottom: 0 !important;
    padding: 20px 32px 20px 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-top: 2px dashed #D3D3D3 !important; }
    @media screen and (max-width: 767px) {
      .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
        margin-bottom: 16px; } }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
    padding: 20px 0 30px !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-heading {
    padding: 0 0 !important;
    background: transparent !important;
    border: 0 !important; }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
    padding: 15px 0 30px; }
    .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
      font-size: 24px !important;
      line-height: 32px !important;
      color: #00B0D2 !important;
      font-weight: 900;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      padding-left: 0 !important; }
      @media screen and (max-width: 991px) {
        .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
          font-size: 20px !important;
          line-height: 30px !important; } }
  .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon {
    height: 20px !important;
    width: 20px !important;
    right: 0 !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: #00B0D2 !important;
      border-width: 0 7px 7px 0 !important;
      border-style: solid !important; }

.plain_accordion.vc_tta.vc_general.vc_tta-accordion {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important; }
  .plain_accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
    margin-bottom: 0;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important; }
    .plain_accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title {
      background: #C9252C;
      margin-bottom: 0 !important; }
  .plain_accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
    background: linear-gradient(180deg, #670C0F 0%, #2C0406 100%) !important;
    padding: 70px 80px !important;
    border-radius: 0 !important; }
    @media screen and (max-width: 991px) {
      .plain_accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
        padding: 50px 40px !important; } }
    @media screen and (max-width: 767px) {
      .plain_accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
        padding: 45px 20px !important; } }
  .plain_accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
    display: inline-block;
    padding: 20px 40px;
    background: #B8B8B8;
    margin-bottom: 50px !important;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      .plain_accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
        padding: 20px 10px; } }
    @media screen and (max-width: 767px) {
      .plain_accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
        width: 95%; } }
    .plain_accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
      font-size: 20px !important;
      line-height: 20px !important;
      color: #ffffff !important;
      font-weight: 700;
      padding: 0 !important;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .plain_accordion.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
          font-size: 18px !important;
          line-height: 18px !important; } }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.header_wrapper {
  position: fixed;
  top: 0;
  z-index: 8;
  top: 0;
  width: 100% !important;
  z-index: 101 !important;
  padding: 10px 0; }
  @media screen and (max-width: 1080px) {
    .header_wrapper {
      padding: 0; } }
  .header_wrapper.solid_header {
    background: #C9252C; }
    .header_wrapper.solid_header .desktop-nav ul li a {
      color: #ffffff !important;
      transition: all ease 700ms !important; }
      .header_wrapper.solid_header .desktop-nav ul li a:hover {
        color: #3A676C !important; }
    .header_wrapper.solid_header .desktop-nav ul li > a:after {
      background: #ffffff !important; }
    .header_wrapper.solid_header .desktop-nav ul.menu > li.current-page-ancestor:after, .header_wrapper.solid_header .desktop-nav ul.menu > li.current-menu-ancestor:after, .header_wrapper.solid_header .desktop-nav ul.menu > li.current-menu-item:after, .header_wrapper.solid_header .desktop-nav ul.menu > li:hover:after, .header_wrapper.solid_header .desktop-nav ul.menu > li:focus:after {
      background: #ffffff !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 {
      color: #ffffff !important; }
    .header_wrapper.solid_header .desktop-nav ul.menu > li.menu-item-has-children > a:after {
      background: #ffffff !important; }
    .header_wrapper.solid_header #logo .light_logo {
      display: none !important; }
    .header_wrapper.solid_header #logo .dark_logo {
      display: flex !important; }
  .header_wrapper header.sticky #navigation .desktop-nav ul li a {
    color: #ffffff !important;
    transition: all ease 700ms !important; }
    .header_wrapper header.sticky #navigation .desktop-nav ul li a:hover {
      color: #ffffff !important; }
  .header_wrapper header.sticky #navigation .desktop-nav ul li > a:after {
    background: #ffffff !important; }
  .header_wrapper header.sticky #navigation .desktop-nav ul.menu > li.current-page-ancestor:after, .header_wrapper header.sticky #navigation .desktop-nav ul.menu > li.current-menu-ancestor:after, .header_wrapper header.sticky #navigation .desktop-nav ul.menu > li.current-menu-item:after, .header_wrapper header.sticky #navigation .desktop-nav ul.menu > li:hover:after, .header_wrapper header.sticky #navigation .desktop-nav ul.menu > li:focus:after {
    background: #ffffff !important; }
  .header_wrapper header.sticky #navigation .desktop-nav ul.menu > li.current-page-ancestor > a, .header_wrapper header.sticky #navigation .desktop-nav ul.menu > li.current-menu-ancestor > a, .header_wrapper header.sticky #navigation .desktop-nav ul.menu > li.current-menu-item > a, .header_wrapper header.sticky #navigation .desktop-nav ul.menu > li:hover > a, .header_wrapper header.sticky #navigation .desktop-nav ul.menu > li:focus > a {
    color: #ffffff !important; }
  .header_wrapper header.sticky #navigation .desktop-nav ul.menu > li.menu-item-has-children > a:after {
    background: #ffffff !important; }
  .header_wrapper header.sticky #logo .light_logo {
    display: none !important; }
  .header_wrapper header.sticky #logo .dark_logo {
    display: flex !important; }

header {
  opacity: 1;
  transition: padding 300ms ease;
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    header {
      padding: 0; } }
  header .flex_section {
    max-width: 1220px;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      header .flex_section {
        width: 100%;
        max-width: 100%;
        padding: 0 15px; } }
    @media screen and (max-width: 1080px) {
      header .flex_section {
        width: 100%;
        max-width: 100%;
        padding: 0; } }
  header .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: center; }
  header .fake-bg {
    opacity: 0;
    background: #C9252C;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 77px;
    z-index: -1; }
    @media screen and (max-width: 1080px) {
      header .fake-bg {
        height: 58px;
        background: #C9252C; } }
  header.transparent_header .dark_logo {
    display: block;
    transition: all in ease 500ms; }
  header .logo {
    transition: all 0.4s ease; }
  header #logo {
    display: flex;
    flex: 0 0 20%;
    max-width: 20%; }
    @media screen and (max-width: 1139px) {
      header #logo {
        align-items: center;
        justify-content: flex-start; } }
    @media screen and (max-width: 1080px) {
      header #logo {
        flex: 0 0 90%;
        max-width: 90%;
        padding: 11px; } }
    header #logo .logo {
      width: 100%;
      border: 0 !important; }
      @media screen and (max-width: 991px) {
        header #logo .logo {
          width: 80%; } }
      header #logo .logo img {
        height: auto;
        width: 261px; }
        @media screen and (max-width: 1080px) {
          header #logo .logo img {
            width: 200px; } }
    header #logo .dark_logo {
      display: none; }
      @media screen and (max-width: 1080px) {
        header #logo .dark_logo {
          display: flex !important; } }
    header #logo .light_logo {
      display: block !important; }
      @media screen and (max-width: 1080px) {
        header #logo .light_logo {
          display: none !important; } }
  header #navigation {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 80%;
    max-width: 80%; }
    @media screen and (max-width: 1080px) {
      header #navigation {
        flex: 0 0 10%;
        max-width: 10%; } }
.footer {
  background: #C9252C;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 45px 0; }
  @media screen and (max-width: 1080px) {
    .footer {
      padding: 45px 10px; } }
  .footer .footer-logo {
    display: flex;
    flex-wrap: wrap;
    max-width: 20%;
    flex: 0 0 20%; }
    .footer .footer-logo img {
      width: 261px;
      height: 49px; }
  .footer .footer-menu {
    max-width: 80%;
    flex: 0 0 80%;
    margin-top: 7px; }
    .footer .footer-menu .widget {
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 1080px) {
        .footer .footer-menu .widget {
          justify-content: center; } }
    .footer .footer-menu .widget_nav_menu {
      margin-bottom: 40px; }
      @media screen and (max-width: 991px) {
        .footer .footer-menu .widget_nav_menu {
          margin-bottom: 50px; } }
    .footer .footer-menu .foter_copy p, .footer .footer-menu .foter_copy a {
      font-weight: 500;
      margin: 0 !important;
      font-size: 20px !important;
      line-height: 20px !important; }
    .footer .footer-menu .foter_copy a {
      border-bottom: 2px solid #ffffff; }
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1220px; }
    @media screen and (max-width: 1080px) {
      .footer .container {
        display: flex;
        flex-wrap: wrap;
        grid-column-gap: 0;
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .footer .container {
        padding: 0 10px; } }
  .footer .footer-grid {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 1080px) {
      .footer .footer-grid {
        flex-wrap: wrap; } }
    .footer .footer-grid .footer-col {
      max-width: auto;
      flex: 0 0 auto; }
      @media screen and (max-width: 1080px) {
        .footer .footer-grid .footer-col {
          display: flex;
          max-width: 100%;
          flex: 0 0 100%;
          flex-wrap: wrap;
          justify-content: center; } }
      .footer .footer-grid .footer-col.footer-logo {
        justify-content: center; }
        @media screen and (max-width: 1080px) {
          .footer .footer-grid .footer-col.footer-logo {
            max-width: 100%;
            flex: 0 0 100%;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin: 0 auto 15px; } }
  .footer .social_media {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    margin-top: 10px; }
    @media screen and (max-width: 1080px) {
      .footer .social_media {
        margin-bottom: 30px; } }
    .footer .social_media ul {
      padding: 0;
      margin: 0;
      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 15px !important;
        list-style: none;
        padding-left: 0; }
        .footer .social_media ul li:first-child {
          margin-left: 0 !important; }
        .footer .social_media ul li a {
          font-family: "Font Awesome 5 Brands" !important;
          color: #3A3D5A !important;
          font-size: 30px !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: 21px !important;
            line-height: 30px !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-widget .widget {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  width: 100%; }
  .footer-widget .widget p, .footer-widget .widget a, .footer-widget .widget ul, .footer-widget .widget ul li {
    color: #ffffff;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    margin: 0; }
    @media screen and (max-width: 1080px) {
      .footer-widget .widget p, .footer-widget .widget a, .footer-widget .widget ul, .footer-widget .widget ul li {
        font-size: 16px !important;
        line-height: 20px !important; } }
  .footer-widget .widget ul {
    padding: 0; }
    .footer-widget .widget ul li {
      list-style: none;
      padding: 0;
      margin-bottom: 0; }

.footer-widget .widget-title {
  margin-bottom: 15px;
  color: #ffff !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  font-size: 20px !important;
  text-transform: capitalize; }
  @media screen and (max-width: 767px) {
    .footer-widget .widget-title {
      margin-bottom: 20px; } }
  .footer-widget .widget-title a:hover {
    color: #C9252C;
    text-decoration: underline !important; }

.footer-widget .widget_nav_menu ul {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 1080px) {
    .footer-widget .widget_nav_menu ul {
      display: flex;
      justify-content: center; } }
  @media screen and (max-width: 991px) {
    .footer-widget .widget_nav_menu ul {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center; } }
.footer-widget .widget_nav_menu li {
  margin: 0 30px !important; }
  .footer-widget .widget_nav_menu li:first-child {
    margin-left: 0 !important; }
  .footer-widget .widget_nav_menu li:last-child {
    margin-right: 0 !important; }
  @media screen and (max-width: 1080px) {
    .footer-widget .widget_nav_menu li {
      margin: 0 20px !important; } }
  @media screen and (max-width: 991px) {
    .footer-widget .widget_nav_menu li {
      width: 100%;
      margin: 0 0 10px !important; } }
  @media screen and (max-width: 767px) {
    .footer-widget .widget_nav_menu li {
      width: 100%;
      text-align: center; } }
  .footer-widget .widget_nav_menu li a {
    color: #ffffff;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-decoration: none !important;
    text-transform: uppercase; }
    .footer-widget .widget_nav_menu li a:hover {
      color: #ffffff; }

.footer_bottom {
  margin-top: 90px;
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 1080px) {
    .footer_bottom {
      margin-top: 60px; } }
  .footer_bottom .container {
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1080px) {
      .footer_bottom .container {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center; } }
  .footer_bottom .copyright {
    width: 100%;
    display: flex; }
    @media screen and (max-width: 767px) {
      .footer_bottom .copyright {
        padding: 0 15px; } }
    .footer_bottom .copyright a {
      font-weight: 500;
      font-size: 16px !important;
      line-height: 22px !important;
      text-transform: uppercase;
      margin: 0 20px;
      color: #ffffff;
      font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
      @media screen and (max-width: 991px) {
        .footer_bottom .copyright a {
          display: block;
          margin-bottom: 5px; } }
      @media screen and (max-width: 991px) {
        .footer_bottom .copyright a:last-child {
          margin-bottom: 10px !important; } }
    .footer_bottom .copyright p {
      color: #ffffff;
      font-weight: 400;
      font-size: 14px !important;
      line-height: 20px !important;
      margin: 0 !important;
      font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
  .footer_bottom .widget {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 1080px) {
      .footer_bottom .widget {
        justify-content: center; } }
.widget {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 0 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .widget {
      margin: 0 0 10px;
      padding-bottom: 10px; } }
  .widget:last-child {
    border-bottom: 0; }

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