@charset "UTF-8";
#main-header {
  height: 95px;
}
#main-header .din_supported_header_logo img {
  width: auto;
}

.et_header_style_left .logo_container {
  height: 100%;
}

.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
  height: 100%;
  padding-right: 0px !important;
}

.container.et_menu_container {
  height: 100%;
}

#top-menu, .et-menu, nav#top-menu-nav, nav.et-menu-nav {
  margin-top: 20px;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_left #et-top-navigation nav > ul > li > a {
  padding-bottom: 40px !important;
}

#top-menu-nav > ul > li a:after, #top-menu-nav > ul > li.current-menu-ancestor > a:after, #top-menu-nav > ul > li.current-menu-item > a:after {
  bottom: 35px !important;
}

.sub-menu li a:after {
  display: none !important;
}

#main-header span.et_close_search_field, #main-header .et-search-form {
  right: 320px;
}

#main-header #et-secondary-nav .menu-item-has-children > a:first-child, #main-header #top-menu .menu-item-has-children > a:first-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  .et_pb_row {
    width: 80% !important;
  }
}

.custom-capabilities-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  height: auto !important;
}
@media (max-width: 767px) {
  .custom-capabilities-banner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.custom-capabilities-banner > .et_pb_row {
  margin: 0;
}
@media (max-width: 767px) {
  .custom-capabilities-banner.mobile-banner {
    display: none !important;
  }
}

.post-list-wrapper {
  padding: 50px 0;
}

.category-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.category-filter .filter-label {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .category-filter .filter-label {
    width: auto;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .category-filter .filter-label {
    margin-bottom: 0;
  }
}
.category-filter .filter-label h3 {
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.category-filter .category {
  padding: 0;
  margin: -15px 0 0;
}
@media (min-width: 768px) {
  .category-filter .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.category-filter .category li {
  border: 1px solid rgba(0, 0, 0, 0.8);
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  list-style: none;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  .category-filter .category li {
    margin-bottom: 0;
  }
}
.category-filter .category li.all, .category-filter .category li a {
  color: rgba(0, 0, 0, 0.8);
  padding: 7px 25px;
  display: block;
}
@media (min-width: 768px) {
  .category-filter .category li.all, .category-filter .category li a {
    padding: 11px 40px;
  }
}
.category-filter .category li.active, .category-filter .category li:hover {
  border: 1px solid #203D94;
  background: #203D94;
  color: #ffffff;
}
.category-filter .category li.active a, .category-filter .category li:hover a {
  color: #ffffff;
}

.post-list-wrapper.type-ajax .category-filter .category li {
  padding: 7px 25px;
}
@media (min-width: 768px) {
  .post-list-wrapper.type-ajax .category-filter .category li {
    padding: 11px 40px;
  }
}

.post-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -25px;
}
@media (min-width: 768px) {
  .post-lists {
    margin-left: -25px;
  }
}
.post-lists__item {
  width: 100%;
  border: 1px solid #D6E1E6;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .post-lists__item {
    width: calc(50% - 25px);
    margin-left: 25px;
  }
}
.post-lists__item .post-thumb {
  line-height: 0;
  margin-bottom: 15px;
}
.post-lists__item .post-thumb img {
  width: 100%;
}
.post-lists__item .post-title h2 {
  font-size: 24px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
  padding: 0;
}
.post-lists__item .post-content-wrap {
  padding: 0px 25px 25px;
}
.post-lists__item .post-content-wrap .post-meta {
  font-size: 18px;
  margin-top: 10px;
}
.post-lists__item .post-content-wrap .post-meta .location {
  font-weight: bold;
}
.post-lists__item .post-content-wrap .et_pb_button {
  border-width: 1px;
  border-radius: 0;
  background: #3366FF !important;
  font-size: 18px;
  padding: 9px 70px 9px 30px;
  color: white;
  border-color: white;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  display: inline-block;
  margin-top: 22px;
}
.post-lists__item .post-content-wrap .et_pb_button:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #203D94 !important;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  opacity: 1;
  z-index: -1;
}
.post-lists__item .post-content-wrap .et_pb_button:after {
  margin-left: 30px;
  opacity: 1;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.post-lists__item .post-content-wrap .et_pb_button:hover {
  border: 1px solid #FFF;
  padding: 9px 70px 9px 30px;
  color: #FFF !important;
}
.post-lists__item .post-content-wrap .et_pb_button:hover:before {
  width: 100%;
}
.post-lists__item .post-content-wrap .et_pb_button:after {
  font-family: "icomoon" !important;
  margin-left: 30px;
  opacity: 1;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.pagination {
  margin-top: 50px;
  width: 100%;
}
.pagination:after {
  content: "";
  display: block;
  clear: both;
}
.pagination .page-numbers {
  display: none;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  border-width: 1px;
  border-radius: 0;
  background: #3366FF;
  font-size: 0;
  padding: 20px 16px;
  color: white;
  border-color: white;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  display: inline-block;
  cursor: pointer;
}
.pagination .page-numbers.next:before, .pagination .page-numbers.prev:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #203D94;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  opacity: 1;
  z-index: -1;
}
.pagination .page-numbers.next:after, .pagination .page-numbers.prev:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.pagination .page-numbers.next:hover:before, .pagination .page-numbers.prev:hover:before {
  width: 100%;
}
.pagination .page-numbers.prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination .page-numbers.next {
  float: right;
}
.pagination .alignleft a, .pagination .alignright a {
  border-width: 1px;
  border-radius: 0;
  background: #3366FF;
  font-size: 0;
  padding: 20px 16px;
  color: white;
  border-color: white;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  display: inline-block;
  cursor: pointer;
}
.pagination .alignleft a:before, .pagination .alignright a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #203D94;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  opacity: 1;
  z-index: -1;
}
.pagination .alignleft a:after, .pagination .alignright a:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.pagination .alignleft a:hover:before, .pagination .alignright a:hover:before {
  width: 100%;
}
.pagination .alignleft {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagelists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -25px;
  padding: 100px 0;
}
@media (min-width: 768px) {
  .pagelists {
    margin-left: -25px;
  }
}
.pagelists__item {
  width: 100%;
  margin-top: 25px;
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .pagelists__item {
    width: calc(50% - 25px);
    margin-left: 25px;
  }
}
.pagelists__item a {
  display: block;
}
.pagelists__item .page-thumb {
  line-height: 0;
}
.pagelists__item .page-thumb img {
  width: 100%;
  -webkit-filter: gray;
          filter: gray;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.pagelists__item .page-title {
  background-color: #3366FF;
  padding: 15px 25px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.pagelists__item .page-title h3 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  padding: 0;
}
.pagelists__item a:hover .page-thumb {
  line-height: 0;
}
.pagelists__item a:hover .page-thumb img {
  -webkit-filter: none;
          filter: none;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.pagelists__item a:hover .page-title {
  background-color: #2647AB;
}

.news-detail .et_post_social {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-detail .et_post_social {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.news-detail .et_post_social .et_pb_social_icon_wrapper ul, #main-content.forum-page .et_pb_social_icon_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .news-detail .et_post_social .et_pb_social_icon_wrapper ul li:not(:first-child), #main-content.forum-page .et_pb_social_icon_wrapper ul li:not(:first-child) {
    margin-left: 20px !important;
  }
}

@media (max-width: 767px) {
  .news-detail .et_post_social .et_pb_social_icon_wrapper ul i:before, #main-content.forum-page .et_pb_social_icon_wrapper ul i:before {
    font-size: 24px !important;
  }
}

.news-detail .et_post_social.no-back-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .news-detail .et_post_social.no-back-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.et_pb_text_inner h1, .et_pb_text_inner h2, .et_pb_text_inner h3, .et_pb_text_inner h4, .et_pb_text_inner h5, .et_pb_text_inner h6 {
  color: #000000;
}

.et_pb_button, .et_pb_module .et_pb_button {
  color: #ffffff !important;
}

.single .et_pb_post {
  margin-bottom: 0 !important;
}

.et_pb_video_play {
  background-image: url("../../images/play.svg");
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  top: 40%;
  left: 45%;
}
@media (min-width: 768px) {
  .et_pb_video_play {
    width: 120px;
    height: 120px;
    background-size: 120px 120px;
  }
}

.et_pb_video_play:before {
  display: none;
}

.et_pb_text_inner blockquote {
  border: none;
  position: relative;
  padding: 0 50px;
  margin: 50px 0;
  font-weight: bold;
}

.et_pb_text_inner blockquote::before {
  content: "";
  background-image: url("../../images/quote-open.png");
  background-repeat: no-repeat;
  width: 31px;
  height: 27px;
  background-size: 31px 27px;
  position: absolute;
  left: 0;
  top: -25px;
  display: block !important;
}

.et_pb_text_inner blockquote::after {
  content: "";
  background-image: url("../../images/quote-close.png");
  background-repeat: no-repeat;
  width: 31px;
  height: 27px;
  background-size: 31px 27px;
  position: absolute;
  right: 0;
  bottom: 25px;
  display: block !important;
}

.has-sidebar .et_pb_column:last-child {
  position: relative;
}

.has-sidebar .et_pb_column:last-child:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #CACACA;
  position: absolute;
  top: 0;
  left: -30px;
}

.has-sidebar .news-detail .et_post_social.no-back-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#et-secondary-nav .menu-item-has-children > a:first-child:after, #top-menu .menu-item-has-children > a:first-child:after {
  display: none;
}

.nav li ul {
  border: none !important;
  background: #203d94 !important;
}

#top-menu-nav > ul > li ul {
  padding: 0 !important;
  left: -25px;
  width: 100% !important;
  min-width: 200px;
}

#top-menu-nav > #top-menu > li ul li {
  padding: 0px !important;
  width: 100%;
}

#top-menu-nav > ul > li ul li a {
  color: #fff !important;
  width: 100% !important;
}

#top-menu-nav > ul > li ul li a:after {
  display: none;
}

#top-menu-nav > ul > li ul li a:hover {
  background: #fff !important;
  color: #203d94 !important;
}

/*
// footer logos
// .rt-wpls .single-logo img {
    //     filter: gray;
    //     filter: grayscale(1);
    //     transition: all .35s ease-in-out;

    //     &:hover {
        //         filter: none;
        //         filter: grayscale(0);
        //
    }

    //
}
*/
.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
  padding-bottom: 0px !important;
}

.hero-banner {
  height: 200px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-banner .banner-content {
  text-align: center;
}
.hero-banner .banner-content h1 {
  font-family: "Century Gothic Bold", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  color: #ffffff !important;
  font-size: 36px;
  line-height: 1;
  padding-bottom: 0;
  text-transform: uppercase;
}

#main-content.archive-page-content .container {
  padding-top: 0 !important;
}

.archive-page-content .container:before {
  display: none;
}
.archive-page-content .post-list-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.pagination.type-2 ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}
.pagination.type-2 ul.page-numbers li {
  display: none;
}
.pagination.type-2 ul.page-numbers li:first-child, .pagination.type-2 ul.page-numbers li:last-child {
  display: inline-block;
  vertical-align: middle;
}
.pagination.type-2 ul.page-numbers li:first-child a.page-numbers, .pagination.type-2 ul.page-numbers li:last-child a.page-numbers {
  line-height: 1;
  display: inline-block;
}

#main-footer #footer-info {
  width: 100%;
  text-align: center !important;
}
@media (min-width: 1024px) {
  #main-footer #footer-info {
    width: 60%;
    text-align: left !important;
  }
}
#main-footer .din_supported_footer_logo {
  width: 100%;
}
@media (min-width: 1024px) {
  #main-footer .din_supported_footer_logo {
    width: 40%;
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .et_pb_toggle_content img {
    float: none !important;
    text-align: center;
    margin: 0 auto !important;
    display: block !important;
  }
}
/*# sourceMappingURL=custom.css.map */