.font_main {
  font-family: "proxima-nova", sans-serif; }

.font_secondary {
  font-family: "Open Sans", sans-serif; }

.font_body {
  font-family: "proxima-nova", sans-serif; }

big {
  font-size: 125%; }

.font_bold {
  font-weight: 800; }

.font_700 {
  font-weight: 700; }

.font_semibold {
  font-weight: 600; }

.font_normal {
  font-weight: 400; }

.font_thin {
  font-weight: 300; }

.font_500 {
  font-weight: 500; }

.font_counter {
  font-weight: 300;
  letter-spacing: -0.02em; }
  @media screen and (max-width: 1080px) {
    .font_counter {
      margin-bottom: 0;
      font-size: 50px !important;
      line-height: 45px !important; } }
  @media screen and (max-width: 767px) {
    .font_counter {
      font-size: 80px !important;
      line-height: 80px !important; } }

.font_300,
.font_300 * {
  font-weight: 300; }

.font_500 * {
  font-weight: 500; }

.font_500 strong * {
  font-weight: 900; }

.font_white,
.font_white * {
  color: #ffffff; }

.text_uppercase {
  text-transform: uppercase; }

.letter_spacing_1 {
  letter-spacing: -0.01em; }

.vc_row.vc_row-flex {
  width: 100%; }

.h-100 {
  height: 100% !important; }

.align-items-center {
  align-items: center !important;
  justify-content: center; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.justify_content_center {
  justify-content: center; }

.container-fluid {
  width: 100%;
  margin: 0 auto;
  display: flex; }

@media screen and (max-width: 767px) {
  .vc_row .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0; } }

.container,
.vc_row.container,
.archive_grid {
  width: 100%;
  max-width: 1180px;
  display: flex;
  margin: 0 auto !important; }
  @media screen and (max-width: 1080px) {
    .container,
    .vc_row.container,
    .archive_grid {
      flex-wrap: wrap;
      padding: 0 20px !important; } }

.container_medium,
.vc_row.container_medium {
  width: 80%;
  display: flex;
  margin: 0 auto !important; }
  @media screen and (max-width: 1080px) {
    .container_medium,
    .vc_row.container_medium {
      flex-wrap: wrap;
      width: 90%; } }

.container_small,
.vc_row.container_small {
  padding-left: 7% !important;
  padding-right: 7% !important;
  margin: 0 auto !important;
  width: 100%;
  max-width: 1080px;
  display: flex; }
  @media screen and (max-width: 1080px) {
    .container_small,
    .vc_row.container_small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 991px) {
    .container_small,
    .vc_row.container_small {
      padding: 0 20px !important; } }

.vc_row.map_container,
.map_container {
  width: 76%;
  display: flex;
  margin: 0 auto !important; }
  @media screen and (max-width: 1080px) {
    .vc_row.map_container,
    .map_container {
      flex-wrap: wrap;
      width: 90%; } }

.container_separator,
.vc_row.container_separator {
  padding-left: 10% !important;
  padding-right: 10% !important;
  display: flex; }
  @media screen and (max-width: 767px) {
    .container_separator,
    .vc_row.container_separator {
      flex-wrap: wrap; } }

.mobile_container, .vc_row.mobile_container {
  padding-left: auto !important;
  margin-right: auto !important;
  display: flex; }
  @media screen and (max-width: 1080px) {
    .mobile_container, .vc_row.mobile_container {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (max-width: 767px) {
    .mobile_container, .vc_row.mobile_container {
      flex-wrap: wrap; } }

.container_heading, .vc_row.container_heading {
  padding-left: 7% !important;
  padding-right: 7% !important;
  margin: 0 auto !important;
  max-width: 1200px;
  display: flex; }
  @media screen and (max-width: 1080px) {
    .container_heading, .vc_row.container_heading {
      flex-wrap: wrap;
      max-width: 100%; } }
  @media screen and (max-width: 991px) {
    .container_heading, .vc_row.container_heading {
      padding: 0 20px !important; } }

.container_boxes, .vc_row.container_boxes {
  max-width: 1230px;
  display: flex;
  margin: 0 auto !important;
  width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.pl-0 {
  padding-left: 0; }

@media screen and (max-width: 767px) {
  .pl_40 .vc_column-inner {
    padding-left: 0 !important; } }

@media screen and (max-width: 1080px) {
  .padding_left .vc_column-inner {
    padding-left: 40px !important; } }
@media screen and (max-width: 767px) {
  .padding_left .vc_column-inner {
    padding-left: 0 !important; } }

@media screen and (max-width: 1080px) {
  .padding_right .vc_column-inner {
    padding-right: 40px !important; } }
@media screen and (max-width: 767px) {
  .padding_right .vc_column-inner {
    padding-right: 0 !important; } }

@media screen and (max-width: 768px) {
  .custom_padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media screen and (max-width: 767px) {
  .custom_padding .vc_column-inner {
    padding: 0 !important; } }
@media only screen and (min-device-width: 834px) and (orientation: portrait) {
  .custom_padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .custom_padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (max-width: 767px) {
  .custom_padding.vc_btn3-container,
  .custom_padding.wpb_content_element {
    padding: 0 !important; } }

@media screen and (max-width: 768px) {
  .mobile_padding .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important; } }
@media screen and (max-width: 767px) {
  .mobile_padding .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

.flex_section {
  display: flex;
  flex-wrap: wrap; }
  .flex_section .pl-0 {
    padding-left: 0 !important; }

.flex_section_auto {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around; }

[class*='col-'],
[class*='vc_col-'] {
  float: none;
  display: flex; }

[class*='col-'] {
  padding: 0 15px; }
  @media screen and (max-width: 768px) {
    [class*='col-'] {
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    [class*='col-'] {
      padding: 0; } }

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }
  @media screen and (max-width: 767px) {
    .col-2 {
      flex: 0 0 100%;
      max-width: 100%; } }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }
  @media screen and (max-width: 767px) {
    .col-3 {
      flex: 0 0 100%;
      max-width: 100%; } }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }
  @media screen and (max-width: 767px) {
    .col-4 {
      flex: 0 0 100%;
      max-width: 100%; } }

.col-5 {
  flex: 0 0 20%;
  max-width: 20%; }
  @media screen and (max-width: 767px) {
    .col-5 {
      flex: 0 0 100%;
      max-width: 100%; } }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }
  @media screen and (max-width: 767px) {
    .col-6 {
      flex: 0 0 100%;
      max-width: 100%; } }

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }
  @media screen and (max-width: 767px) {
    .col-7 {
      flex: 0 0 100%;
      max-width: 100%; } }

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }
  @media screen and (max-width: 767px) {
    .col-8 {
      flex: 0 0 100%;
      max-width: 100%; } }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }
  @media screen and (max-width: 767px) {
    .col-9 {
      flex: 0 0 100%;
      max-width: 100%; } }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.single-download-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 220px;
  padding-bottom: 90px;
  position: relative;
  min-height: 600px; }
  .single-download-hero.default-img {
    background-image: url("../../images/default_testi_image.jpg") !important; }
  .single-download-hero .hero-banner-content {
    z-index: 1;
    width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .single-download-hero .hero-banner-content {
        width: 100%; } }
    .single-download-hero .hero-banner-content h1 {
      font-size: 64px;
      line-height: 70px; }

.post-cta-section {
  background-color: #fff;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.86)), url("../../images/bg-image.png");
  background-position: center;
  background-size: 100% 100% !important;
  background-repeat: no-repeat; }

.single-blog .post-cta-section {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)), url("../../images/bg-image.png");
  background-size: 100% !important; }
.single-blog .hero-banner-content {
  width: 58%; }
  @media screen and (max-width: 767px) {
    .single-blog .hero-banner-content {
      width: 100%; } }

.post_content_slider .vc_carousel-inner img {
  border-radius: 4px; }

.active-item-five .image_item:nth-child(5) .image_content h6 {
  color: #79B943; }
.active-item-one .image_item:nth-child(1) .image_content h6 {
  color: #79B943; }
.active-item-four .image_item:nth-child(4) .image_content h6 {
  color: #79B943; }
.active-item-three .image_item:nth-child(3) .image_content h6 {
  color: #79B943; }

.post_type_container, .vc_row.post_type_container {
  max-width: 960px;
  margin: 0 auto !important;
  width: 100%; }
  @media screen and (max-width: 1080px) {
    .post_type_container, .vc_row.post_type_container {
      padding-left: 20px !important;
      padding-right: 20px !important; } }

.page-content-element p strong {
  display: block; }

.single-blog-post .blogpost-meta {
  position: relative; }
.single-blog-post h2 {
  color: #003478;
  margin-bottom: 25px; }
.single-blog-post h3 {
  color: #7AB800; }
.single-blog-post .post-author p {
  font-weight: 700; }
.single-blog-post p a {
  color: #374a59;
  text-decoration: underline !important; }

.download_post_content .post_content {
  position: relative; }
  .download_post_content .post_content .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .download_post_content .post_content #breadcrumbs {
    padding-top: 80px;
    padding-bottom: 20px;
    position: relative; }
    .download_post_content .post_content #breadcrumbs a, .download_post_content .post_content #breadcrumbs span {
      font-size: 16px !important;
      line-height: 25px;
      font-family: "proxima-nova", sans-serif;
      color: #374A59;
      font-weight: 400; }
  .download_post_content .post_content h2, .download_post_content .post_content h3 {
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .download_post_content .post_content h2, .download_post_content .post_content h3 {
        margin-bottom: 20px; } }
  .download_post_content .post_content .post_content_slider .vc_images_carousel {
    margin: 25px auto;
    max-width: 100%; }
  .download_post_content .post_content .post_content_slider .vc_carousel-indicators {
    bottom: -45px; }
    .download_post_content .post_content .post_content_slider .vc_carousel-indicators li {
      width: 15px !important;
      height: 15px !important;
      border: 1px solid #003478;
      background-color: #003478;
      margin-right: 10px; }
    .download_post_content .post_content .post_content_slider .vc_carousel-indicators li.vc_active {
      background-color: #6B9D17;
      border: 1px solid #6B9D17;
      margin-right: 10px; }
  .download_post_content .post_content .two_column_content {
    padding: 0; }
    .download_post_content .post_content .two_column_content p {
      margin-bottom: 10px !important; }
    .download_post_content .post_content .two_column_content .feature-left-col {
      padding-right: 30px; }
      @media screen and (max-width: 767px) {
        .download_post_content .post_content .two_column_content .feature-left-col {
          padding-bottom: 30px; } }
    .download_post_content .post_content .two_column_content .feature-right-col {
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .download_post_content .post_content .two_column_content .feature-right-col {
          padding-left: 0px; } }
  .download_post_content .post_content .post-cta-inner-content {
    background: linear-gradient(92.71deg, #105BAA -0.01%, #0A3767 98.04%);
    padding: 46px 222px;
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .download_post_content .post_content .post-cta-inner-content {
        padding: 46px 40px; } }
    .download_post_content .post_content .post-cta-inner-content h2 {
      color: #fff;
      font-size: 40px;
      line-height: 57px;
      margin-bottom: 20px; }
    .download_post_content .post_content .post-cta-inner-content p {
      color: #fff;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 15px; }
      .download_post_content .post_content .post-cta-inner-content p a {
        color: #fff;
        text-decoration: none !important; }
    .download_post_content .post_content .post-cta-inner-content p:last-child {
      font-size: 18px;
      font-weight: 700; }
      .download_post_content .post_content .post-cta-inner-content p:last-child > a {
        font-size: 18px;
        font-weight: 700; }
.download_post_content .related_posts_main {
  margin-top: 0 !important;
  background-color: #fff !important; }
  .download_post_content .related_posts_main .related_posts_wrapper {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important; }
    .download_post_content .related_posts_main .related_posts_wrapper h2.related_title {
      font-size: 40px !important;
      line-height: 44px !important;
      font-weight: 400 !important;
      margin-bottom: 48px !important; }
  .download_post_content .related_posts_main .resourceBtn {
    display: block !important;
    text-align: center;
    margin-bottom: 50px !important; }
  .download_post_content .related_posts_main .all-resource-btn {
    display: inline-block !important;
    text-align: center;
    padding: 15px 31px;
    background-color: #6FB300;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase; }
    .download_post_content .related_posts_main .all-resource-btn:hover {
      background-color: #448310 !important;
      transition: background-color 475ms ease !important; }
@media screen and (max-width: 991px) {
  .download_post_content .image_hover_list {
    padding-left: 25px !important;
    padding-right: 25px !important; } }
.download_post_content .blurb-icon-content .blurb-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; }
  @media screen and (max-width: 767px) {
    .download_post_content .blurb-icon-content .blurb-slider {
      display: block; } }
  .download_post_content .blurb-icon-content .blurb-slider .blurb-item-box {
    width: 46%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .download_post_content .blurb-icon-content .blurb-slider .blurb-item-box {
        width: 100%;
        padding-bottom: 25px; } }
    .download_post_content .blurb-icon-content .blurb-slider .blurb-item-box .blurb-info-header {
      width: 30px; }
    .download_post_content .blurb-icon-content .blurb-slider .blurb-item-box .blurb-info-footer {
      flex: 1; }
      .download_post_content .blurb-icon-content .blurb-slider .blurb-item-box .blurb-info-footer h3 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px !important;
        font-weight: 700; }
      .download_post_content .blurb-icon-content .blurb-slider .blurb-item-box .blurb-info-footer .blurb-info-desc p {
        margin-bottom: 0px !important; }

.no-margin {
  margin-bottom: 0 !important; }

@media only screen and (min-width: 768px) {
  .col-4-grid-images {
    display: flex;
    justify-content: center;
    padding-left: 45px; } }
@media only screen and (min-width: 768px) {
  .col-4-grid-images .vc_col-sm-3 {
    width: 24%; } }
@media screen and (max-width: 767px) {
  .col-4-grid-images .vc_col-sm-3 {
    padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .col-4-grid-images,
  .col-3-grid-images {
    display: block; } }
@media screen and (max-width: 767px) {
  .col-4-grid-images .vc_col-sm-4,
  .col-3-grid-images .vc_col-sm-4 {
    padding: 10px 0; } }

.results-statistics .blurb-slider {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 70px 25px 40px;
  border-top: 10px solid #003478;
  border-bottom: 10px solid #003478; }
  @media screen and (max-width: 767px) {
    .results-statistics .blurb-slider {
      display: block; } }
  .results-statistics .blurb-slider .blurb-info-header {
    display: none; }
  .results-statistics .blurb-slider .blurb-info-footer {
    text-align: center;
    padding: 0 10px; }
  .results-statistics .blurb-slider .blurb-info-title {
    margin-bottom: 0;
    font-size: 64px;
    color: #7AB800;
    line-height: 55px; }

.quote-content {
  background-color: #F4F4F4;
  padding: 50px; }
  .quote-content p {
    font-size: 24px;
    line-height: 36px;
    color: #003478; }

/*# sourceMappingURL=custom-post-style.css.map */
