/* line 4, ../../pb/blog/blog.scss */
.pb-blog .section_intro {
  margin-bottom: 50px;
  position: relative; }
  /* line 37, ../scss/_mixins.scss */
  .pb-blog .section_intro .h6 {
    color: #247C84;
    margin-bottom: 0; }
  /* line 42, ../scss/_mixins.scss */
  .pb-blog .section_intro h2,
  .pb-blog .section_intro .h2 {
    position: relative;
    margin-bottom: 60px;
    margin-top: 0 !important; }
    @media only screen and (max-width: 640px) {
      /* line 42, ../scss/_mixins.scss */
      .pb-blog .section_intro h2,
      .pb-blog .section_intro .h2 {
        font-size: 44px;
        line-height: 49px;
        margin-bottom: 55px; } }
    /* line 56, ../scss/_mixins.scss */
    .pb-blog .section_intro h2:after,
    .pb-blog .section_intro .h2:after {
      bottom: -28px;
      left: 0;
      width: 70px;
      position: absolute;
      content: "";
      background-color: #32b9c6;
      height: 3px; }
    /* line 66, ../scss/_mixins.scss */
    .pb-blog .section_intro h2:before,
    .pb-blog .section_intro .h2:before {
      bottom: -28px;
      left: 75px;
      width: 14px;
      position: absolute;
      content: "";
      background-color: #32b9c6;
      height: 3px; }
    /* line 75, ../scss/_mixins.scss */
    .pb-blog .section_intro h2.h3,
    .pb-blog .section_intro .h2.h3 {
      margin-bottom: 45px; }
      @media only screen and (max-width: 640px) {
        /* line 75, ../scss/_mixins.scss */
        .pb-blog .section_intro h2.h3,
        .pb-blog .section_intro .h2.h3 {
          margin-bottom: 35px; } }
      /* line 80, ../scss/_mixins.scss */
      .pb-blog .section_intro h2.h3:after, .pb-blog .section_intro h2.h3:before,
      .pb-blog .section_intro .h2.h3:after,
      .pb-blog .section_intro .h2.h3:before {
        bottom: -18px; }
  /* line 10, ../../pb/blog/blog.scss */
  .pb-blog .section_intro .hold_intro {
    position: relative;
    z-index: 1; }
    /* line 14, ../../pb/blog/blog.scss */
    .pb-blog .section_intro .hold_intro p {
      max-width: 80%; }
  /* line 19, ../../pb/blog/blog.scss */
  .pb-blog .section_intro .hex_pattern {
    top: 70px;
    right: -570px; }

/* line 26, ../../pb/blog/blog.scss */
.pb-blog .hold_filters .alm-filters {
  display: flex; }
  @media only screen and (max-width: 1024px) {
    /* line 26, ../../pb/blog/blog.scss */
    .pb-blog .hold_filters .alm-filters {
      flex-wrap: wrap; }
      /* line 32, ../../pb/blog/blog.scss */
      .pb-blog .hold_filters .alm-filters .alm-filter {
        margin-bottom: 15px; } }
  /* line 38, ../../pb/blog/blog.scss */
  .pb-blog .hold_filters .alm-filters.filters-default {
    margin-bottom: 100px; }
    @media only screen and (max-width: 640px) {
      /* line 38, ../../pb/blog/blog.scss */
      .pb-blog .hold_filters .alm-filters.filters-default {
        margin-bottom: 50px; } }
  /* line 47, ../../pb/blog/blog.scss */
  .pb-blog .hold_filters .alm-filters > div.alm-filter {
    margin-right: 0px;
    display: flex; }
    @media only screen and (max-width: 640px) {
      /* line 47, ../../pb/blog/blog.scss */
      .pb-blog .hold_filters .alm-filters > div.alm-filter {
        width: 100%;
        margin-right: 0px; } }
    /* line 57, ../../pb/blog/blog.scss */
    .pb-blog .hold_filters .alm-filters > div.alm-filter .alm-filter--inner {
      padding: 0px; }
      @media only screen and (max-width: 640px) {
        /* line 57, ../../pb/blog/blog.scss */
        .pb-blog .hold_filters .alm-filters > div.alm-filter .alm-filter--inner {
          width: 100%; } }
  /* line 66, ../../pb/blog/blog.scss */
  .pb-blog .hold_filters .alm-filters > div.alm-filters--controls {
    margin: 0px;
    display: none; }
    /* line 71, ../../pb/blog/blog.scss */
    .pb-blog .hold_filters .alm-filters > div.alm-filters--controls .alm-filters--submit button[type=button] {
      display: none;
      height: 50px;
      border-radius: 0px;
      background-color: #022e34;
      color: #fefefe;
      font-size: 18px;
      line-height: 24px;
      font-weight: 800;
      padding: 0px 15px;
      font-family: "Nunito"; }

/* line 89, ../../pb/blog/blog.scss */
.pb-blog .alm-listing {
  max-width: 75rem;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  display: flex;
  flex-flow: row wrap; }
  /* line 96, ../../pb/blog/blog.scss */
  .pb-blog .alm-listing .article_box {
    margin-bottom: 40px; }

/* line 102, ../../pb/blog/blog.scss */
.pb-blog .alm-btn-wrap button {
  background-color: #ffb627 !important;
  color: #022e34;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.97px;
  font-family: "Nunito";
  font-weight: 800;
  transition: background-color .25s, color .25s; }
  /* line 110, ../../pb/blog/blog.scss */
  .pb-blog .alm-btn-wrap button:hover {
    background-color: #32b9c6 !important; }

@media only screen and (max-width: 640px) {
  /* line 118, ../../pb/blog/blog.scss */
  body .select2-container {
    width: 100%; } }

/* line 124, ../../pb/blog/blog.scss */
body .select2-container .select2-selection--single {
  height: 50px;
  background-color: #ffb627;
  border: 0px;
  border-radius: 0px;
  padding: 0px 15px 0px 20px;
  display: flex;
  align-items: center; }
  /* line 133, ../../pb/blog/blog.scss */
  body .select2-container .select2-selection--single:focus {
    border-radius: 0px;
    border: 0px;
    outline: none; }
  /* line 139, ../../pb/blog/blog.scss */
  body .select2-container .select2-selection--single .select2-selection__rendered {
    width: 200px;
    padding: 0px;
    color: #022e34;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.1px;
    font-family: "Nunito";
    font-weight: 800;
    line-height: 21px; }
    @media only screen and (max-width: 640px) {
      /* line 139, ../../pb/blog/blog.scss */
      body .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        line-height: 24px; } }
  /* line 152, ../../pb/blog/blog.scss */
  body .select2-container .select2-selection--single .select2-selection__arrow {
    height: 50px; }
    /* line 155, ../../pb/blog/blog.scss */
    body .select2-container .select2-selection--single .select2-selection__arrow b {
      border-width: 8px 7px 0 7px;
      margin-left: -18px;
      margin-top: -5px;
      border-color: #022e34 transparent transparent transparent; }

/* line 164, ../../pb/blog/blog.scss */
body .select2-container .select2-dropdown {
  border-radius: 0px;
  border: 0px; }
  /* line 168, ../../pb/blog/blog.scss */
  body .select2-container .select2-dropdown ul.select2-results__options {
    background-color: #f5f7f9;
    font-family: "Nunito";
    border: 0px;
    max-height: 300px; }
    /* line 174, ../../pb/blog/blog.scss */
    body .select2-container .select2-dropdown ul.select2-results__options li.select2-results__option {
      padding: 10px 15px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.97px;
      font-family: "Nunito";
      font-weight: 800; }
      @media only screen and (max-width: 640px) {
        /* line 174, ../../pb/blog/blog.scss */
        body .select2-container .select2-dropdown ul.select2-results__options li.select2-results__option {
          font-size: 13px; } }
      /* line 184, ../../pb/blog/blog.scss */
      body .select2-container .select2-dropdown ul.select2-results__options li.select2-results__option.select2-results__option--selected {
        background-color: #022e34;
        color: #fefefe; }
      /* line 189, ../../pb/blog/blog.scss */
      body .select2-container .select2-dropdown ul.select2-results__options li.select2-results__option.select2-results__option--selectable {
        background-color: #f5f7f9;
        color: #022e34; }
      /* line 194, ../../pb/blog/blog.scss */
      body .select2-container .select2-dropdown ul.select2-results__options li.select2-results__option:hover {
        background-color: #32b9c6;
        color: #fefefe; }

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