@charset "UTF-8";

/* stylelint-disable */

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  background: #eee;
  color: #747474;
  font-size: 16px;
  font-weight: 300;
}

.container {
  max-width: 100%;
  width: 970px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 39px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin: 0;
  padding: 0;
  clear: both;
  margin-right: -10px;
  margin-left: -10px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1 {
  width: 8.33333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-1.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-1 {
    width: 100%;
  }
}

.col-2 {
  width: 16.66667%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-2.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-2 {
    width: 100%;
  }
}

.col-3 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-3.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-3 {
    width: 100%;
  }
}

.col-4 {
  width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-4.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-4 {
    width: 100%;
  }
}

.col-5 {
  width: 41.66667%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-5.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-5 {
    width: 100%;
  }
}

.col-6 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-6.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-6 {
    width: 100%;
  }
}

.col-7 {
  width: 58.33333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-7.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-7 {
    width: 100%;
  }
}

.col-8 {
  width: 66.66667%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-8.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-8 {
    width: 100%;
  }
}

.col-9 {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-9.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-9 {
    width: 100%;
  }
}

.col-10 {
  width: 83.33333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-10.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-10 {
    width: 100%;
  }
}

.col-11 {
  width: 91.66667%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-11.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-11 {
    width: 100%;
  }
}

.col-12 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

.col-12.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 925px) {
  .col-12 {
    width: 100%;
  }
}

.shadow {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.full-width-image {
  display: block;
  width: 100%;
  height: auto;
}

h1 {
  margin: 0;
  margin-bottom: 18px;
  font-weight: 400;
  color: #202020;
  line-height: 1.3em;
}

h1 a {
  color: #202020;
}

h1 a:hover {
  color: #202020;
}

h2 {
  margin: 0;
  margin-bottom: 18px;
  font-weight: 400;
  color: #202020;
  line-height: 1.3em;
}

h2 a {
  color: #202020;
}

h2 a:hover {
  color: #202020;
}

h3 {
  margin: 0;
  margin-bottom: 18px;
  font-weight: 400;
  color: #202020;
  line-height: 1.3em;
}

h3 a {
  color: #202020;
}

h3 a:hover {
  color: #202020;
}

h4 {
  margin: 0;
  margin-bottom: 18px;
  font-weight: 400;
  color: #202020;
  line-height: 1.3em;
}

h4 a {
  color: #202020;
}

h4 a:hover {
  color: #202020;
}

h5 {
  margin: 0;
  margin-bottom: 18px;
  font-weight: 400;
  color: #202020;
  line-height: 1.3em;
}

h5 a {
  color: #202020;
}

h5 a:hover {
  color: #202020;
}

/*.entry-content {
  p {
    strong {
      font-size: 21px;
      line-height: 27px;
      color: #202020;
      font-weight: 400;
      margin: 35px 0px 0px 0px;
      display: block;
    }
  }
}*/

header {
  padding-top: 25px;
}

h1 {
  font-size: 42px;
  font-weight: 500;
}

h2 {
  font-size: 21px;
  line-height: 27px;
  color: #202020;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  display: block;
}

@media (max-width: 768px) {
  h2 {
    margin: 35px 0px 0px 0px;
  }
}

h3 {
  font-size: 21px;
  font-weight: 500;
}

h4 {
  font-size: 21px;
}

h4 a {
  text-decoration: none;
}

h5 {
  font-size: 18px;
}

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

@media (max-width: 925px) {
  p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 27px;
  }
}

.entry-content li {
  padding-top: 12px;
  line-height: 24px;
}

@media (max-width: 925px) {
  .entry-content li {
    font-size: 18px;
    line-height: 27px;
  }
}

.entry-content li:first-child {
  padding-top: 0;
}

.entry-content p {
  margin-top: 13px;
  margin-bottom: 13px;
}

.entry-content p + ul,
.entry-content p + ol {
  margin-top: 0;
}

.small-text {
  font-size: 14px;
}

.smaller-text {
  font-size: 14px;
}

.read-more {
  color: #009fd4;
  font-size: 14px;
}

.view-all {
  color: #009fd4;
  font-size: 14px;
  float: right;
  text-decoration: underline;
  font-weight: 300;
}

a {
  color: #009fd4;
}

.border {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.border:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.post-image {
  width: 100%;
  height: 42.5vw;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
}

@media (min-width: 925px) {
  .post-image {
    height: 400px;
  }
}

.slick-dots {
  position: absolute;
  background: transparent;
  width: auto;
  font-size: 20px;
  top: 325px;
}

@media (max-width: 925px) {
  .slick-dots {
    top: 212px;
  }
}

.slick-dots li button::before {
  font-size: 16px;
  content: "\2022";
}

.slick-dots li.slick-active button::before {
  color: #009fd4;
}

.slick-dots li.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots .slick-arrow {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.reveal {
  visibility: hidden;
}

.sbus-footer-notifications {
  background: #009fd4;
}

.search-results .article-card .inner-content {
  min-height: 270px;
}

@media (max-width: 925px) {
  .search-results .article-card .inner-content {
    min-height: auto;
    padding-bottom: 50px;
  }
}

@media (min-width: 600px) {
  .search-results .article-card .inner-content {
    min-height: 270px;
  }
}

.search-results .article-card h5 a {
  text-decoration: none;
}

@media (max-width: 925px) {
  .search-results .article-card h5 a {
    font-size: 18px;
  }
}

@media (min-width: 600px) and (max-width: 925px) {
  .search-results .article-card.col-4 {
    width: 50%;
  }
}

.page-content .container {
  width: 970px !important;
}

.col-1 {
  position: relative;
}

.addthis_inline_share_toolbox {
  width: 35px;
  float: right;
  margin-top: 170px;
}

@media (max-width: 925px) {
  .addthis_inline_share_toolbox {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 15px !important;
  background-color: #747474 !important;
  width: 31px !important;
  height: 31px !important;
}

.at-resp-share-element .at-share-btn svg {
  margin-bottom: 15px !important;
  background-color: #747474 !important;
  width: 22px !important;
  height: 23px !important;
}

.post-actions {
  margin-bottom: 19px;
}

.post-actions a {
  text-decoration: none;
  color: #747474;
}

.post-actions a.small-text {
  color: #747474;
  text-decoration: none;
  font-weight: 300;
  margin-right: 5px;
}

.post-actions .save {
  float: right;
}

.post-actions .save div {
  float: left;
}

.post-actions .save svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.post-actions .save svg path {
  fill: #e60278;
}

@media (max-width: 925px) {
  .post-actions {
    margin: 0 15px 15px 15px;
  }
}

.read-text {
  color: #747474;
  margin-left: 5px;
  font-size: 14px;
}

.post-content a.small-text {
  color: #747474;
  font-weight: 300;
}

.post-content .entry-content img {
  max-width: 100% !important;
}

@media (max-width: 925px) {
  .post-content .entry-content img {
    height: auto !important;
  }
}

.pagination {
  float: right;
  text-align: right;
  clear: both;
}

.pagination a {
  color: #898989;
  text-decoration: none;
}

.pagination .current {
  color: #898989;
  font-weight: 400;
}

.pagination .prev {
  font-weight: 400;
}

.pagination .next {
  font-weight: 400;
}

.search-container {
  background: #009fd4;
  padding-top: 10px;
}

.search-container .container {
  margin-bottom: 0;
}

.search-container h4 {
  margin-top: 7px;
  color: #fff;
  margin-bottom: 0;
}

.search-container .col-12 {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 18px;
}

@media (max-width: 925px) {
  .search-container .col-1 {
    display: none;
  }

  .search-container .col-10 {
    float: left;
  }

  .search-container .col-6 {
    width: 50%;
  }

  .search-container .col-5 {
    width: 41.66667%;
  }

  .search-container .col-7 {
    width: 58.33333%;
  }
}

.search-container__input {
  position: relative;
}

@media (max-width: 925px) {
  .search-container__input {
    display: none;
  }
}

.search-container__input input {
  border: none;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  margin-bottom: 0;
}

.search-container__input input:focus {
  border: none;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-container__input input:focus-within {
  border: none;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-container__input button {
  background: none;
  position: absolute;
  right: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  top: 10px;
  font-size: 18px;
  cursor: pointer;
}

.search-container__input button .fa {
  font-weight: 300;
}

.search-container__input button .fa::before {
  font-weight: 300;
}

.search-container__mobile-input {
  position: relative;
}

@media (min-width: 925px) {
  .search-container__mobile-input {
    display: none;
  }
}

.search-container__mobile-input input {
  border: none;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  float: right;
  font-size: 16px;
  margin-bottom: 0;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.search-container__mobile-input input:focus {
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.search-container__mobile-input input:focus-within {
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.search-container__mobile-input input.active {
  display: block;
}

.search-container__mobile-input button {
  position: absolute;
  right: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  top: 10px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  background: transparent;
}

.search-container__mobile-input button .fa {
  font-weight: 300;
}

.search-container__mobile-input button .fa::before {
  font-weight: 300;
}

.menu-container {
  display: none;
}

@media (min-width: 925px) {
  .menu-container {
    background: #e0e0e0;
    display: block;
  }

  .menu-container ul {
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    margin-left: -6px;
  }

  .menu-container ul.nav li {
    position: relative;
    list-style-type: none;
    float: left;
    display: block;
    margin: 0 10px;
  }

  .menu-container ul.nav li a {
    display: block;
    font-size: 16px;
    color: #202020;
    text-decoration: none;
    padding: 5px 0;
    padding-bottom: 10px;
  }

  .menu-container ul.nav li a .fa {
    font-size: 18px;
  }

  .menu-container ul.nav li ul {
    z-index: 1;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
    margin-top: 0;
    display: none;
    background: #fff;
    position: absolute;
    left: -10px;
  }

  .menu-container ul.nav li ul li {
    max-width: 230px;
    width: 230px;
    padding: 0;
    float: none;
  }

  .menu-container ul.nav li ul li a {
    color: #202020;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-weight: 300;
  }

  .menu-container ul.nav li ul li a:hover {
    color: #3f9cd9;
    text-decoration: underline;
  }

  .menu-container ul.nav li:hover ul {
    display: block;
    z-index: 3;
  }

  .menu-container ul.nav li.active > a {
    color: #009fd4;
  }

  .menu-container ul.nav > li {
    margin-right: 35px;
  }
}

.mobile-menu-container {
  display: none;
  background-color: #0085b1;
}

.mobile-menu-container .container {
  margin-bottom: 0;
  padding: 0 25px;
}

@media (max-width: 925px) {
  .mobile-menu-container {
    display: block;
  }
}

.mobile-menu-container__subnav {
  display: none;
}

.mobile-menu-container__subnav__inner {
  padding: 15px 15px 15px;
}

.mobile-menu-container__subnav__inner ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media (width: 768px) {
  .mobile-menu-container__subnav__inner ul {
    overflow: auto;
    width: 100%;
  }
}

.mobile-menu-container__subnav__inner ul li {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

@media (width: 768px) {
  .mobile-menu-container__subnav__inner ul li {
    width: calc(33%);
    padding: 1px;
    padding-right: 13px;
    float: left;
  }
}

.mobile-menu-container.opened img {
  display: none;
}

.mobile-menu-container.opened .mobile-icon-container {
  display: none;
}

.mobile-menu-container.opened .mobile-menu-container__subnav {
  height: auto;
  display: block;
  clear: left;
  text-align: left;
  background: #fff;
}

.mobile-menu-container.opened .mobile-menu-container__subnav h3 a {
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
  text-decoration: none;
  border-bottom: none;
}

@media (width: 768px) {
  .mobile-menu-container.opened .mobile-menu-container__subnav h3 a {
    font-size: 25px;
    line-height: 30px;
  }
}

.mobile-menu-container.opened .mobile-menu-container__subnav a {
  color: #202020;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px solid #009fd4;
}

@media (width: 768px) {
  .mobile-menu-container.opened .mobile-menu-container__subnav a {
    font-size: 19px;
    width: calc(100% - 15px);
    line-height: 28px;
  }
}

.mobile-menu-container.opened .m-col-3 .inner-content {
  padding: 9px 0;
  min-height: unset;
}

.mobile-menu-container .m-col-3 {
  float: left;
  width: 25%;
  padding: 0 6px;
}

.mobile-menu-container .m-col-3 .inner-content {
  width: 100%;
  padding: 18px 0 9px 0;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  min-height: 77px;
  background-color: #009fd4;
}

.mobile-menu-container .m-col-3 .inner-content.active,
.mobile-menu-container .m-col-3 .inner-content.opened {
  background-color: #00b4f0;
}

.mobile-menu-container .m-col-3 .inner-content a {
  text-decoration: none;
  font-size: 18px;
}

.mobile-menu-container .m-col-3 .inner-content a span {
  color: #fff;
  display: block;
  width: 100%;
  line-height: 15px;
  font-size: 12px;
  padding: 2px 0;
}

@media (width: 768px) {
  .mobile-menu-container .m-col-3 .inner-content a span {
    font-size: 15px;
  }
}

.mobile-menu-container .m-col-3 .inner-content .mobile-icon-container {
  min-height: 32px;
}

.breadcrumb-container a {
  color: #747474;
  font-weight: 300;
}

.other-categories-container {
  display: none;
}

.other-categories-container .inner-content {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.other-categories-container .inner-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
}

.other-categories-container .inner-content span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 15px;
  color: #fff;
  font-size: 21px;
}

.other-categories-container .inner-content span a {
  color: #fff;
}

@media (max-width: 600px) {
  .mobile-hide {
    display: none;
  }
}

@media (min-width: 600px) {
  .mobile-only {
    display: none;
  }
}

.newsletter-signup-container {
  padding-top: 25px;
  background-color: #009fd4;
  color: #fff;
}

.newsletter-signup-container .container {
  margin-bottom: 0;
}

.newsletter-signup-container a {
  color: #fff;
}

.newsletter-signup-container h1 {
  margin: 0;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 600px) {
  .newsletter-signup-container h1 {
    text-align: center;
  }
}

.newsletter-signup-container h2 {
  margin: 0;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 600px) {
  .newsletter-signup-container h2 {
    text-align: center;
  }
}

.newsletter-signup-container h3 {
  margin: 0;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 600px) {
  .newsletter-signup-container h3 {
    text-align: center;
  }
}

.newsletter-signup-container h4 {
  margin: 0;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 600px) {
  .newsletter-signup-container h4 {
    text-align: center;
  }
}

.newsletter-signup-container h5 {
  margin: 0;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 600px) {
  .newsletter-signup-container h5 {
    text-align: center;
  }
}

.newsletter-signup-container h3 {
  font-weight: 400;
}

@media (max-width: 600px) {
  .newsletter-signup-container h4 {
    font-size: 24px;
  }
}

.newsletter-signup-container label {
  font-size: 14px;
}

.newsletter-signup-container form {
  padding-bottom: 25px;
}

@media (min-width: 600px) {
  .newsletter-signup-container .col-3 {
    width: 25%;
  }
}

@media (max-width: 600px) {
  .newsletter-signup-container .container {
    width: 85% !important;
  }
}

.newsletter-form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.newsletter-form-header h4 {
  margin-bottom: 5px;
}

.article-card {
  position: relative;
  margin-bottom: 20px;
}

.article-card strong {
  font-weight: 400;
}

.article-card__tag {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 2;
}

.article-card__tag span {
  display: block;
  float: left;
  padding: 5px 10px;
  background: #50b848;
  color: #fff;
}

.article-card .inner-content {
  position: relative;
  background: #fff;
  padding: 15px 15px 25px 15px;
  min-height: 250px;
}

@media (max-width: 925px) {
  .article-card .inner-content {
    min-height: auto;
  }
}

@media (max-width: 925px) {
  .article-card.col-4 .inner-content {
    padding-bottom: 50px;
  }
}

.article-card .category-tag {
  position: absolute;
  bottom: 0;
  left: 14px;
  max-width: 180px;
  height: 24px;
}

.article-card .category-tag a {
  text-decoration: none;
}

.article-card .category-tag:hover div {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.article-card .read-time-tag {
  position: absolute;
  bottom: 4px;
  right: 14px;
  color: #898989;
}

.article-card.alternate .category-tag {
  display: none;
  position: absolute;
  bottom: 0;
  left: 14px;
  max-width: 180px;
  height: 24px;
}

.article-card.alternate .category-tag a {
  text-decoration: none;
}

.article-card.alternate .category-tag:hover div {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.article-card.alternate .read-time-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  color: #898989;
}

@media (max-width: 925px) {
  .article-card.alternate .inner-content {
    padding-bottom: 50px;
  }
}

.article-card h5 a {
  text-decoration: none;
}

@media (max-width: 925px) {
  .article-card h5 a {
    font-size: 18px;
  }
}

.social-container {
  margin-bottom: 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.social-container .small-text {
  font-weight: 300;
}

.social-container h4 span {
  font-weight: 300;
  font-size: 14px;
}

.social-container h4 a {
  color: #009fd4;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
}

.latest-articles-container .col-6 .inner-content {
  min-height: 231px;
  height: 231px;
}

@media (max-width: 925px) {
  .latest-articles-container .col-6 .inner-content {
    min-height: auto;
    padding-bottom: 50px;
  }
}

@media (min-width: 600px) {
  .latest-articles-container .col-6 .inner-content {
    min-height: 230px;
  }
}

@media (min-width: 600px) {
  .latest-articles-container .col-6 {
    width: 50%;
  }
}

@media (max-width: 925px) {
  .latest-articles-container h5 {
    font-size: 21px;
  }
}

.recommended-articles-container {
  background: #fff;
  padding-top: 39px;
  overflow: hidden;
}

.recommended-articles-container .col-4 .inner-content {
  height: 252px;
}

@media (max-width: 925px) {
  .recommended-articles-container .col-4 .inner-content {
    min-height: auto;
  }
}

.recommended-articles-container .col-6 .inner-content {
  min-height: 201px;
  max-height: 201px;
}

@media (max-width: 925px) {
  .recommended-articles-container .col-6 .inner-content {
    min-height: auto;
    padding-bottom: 50px;
  }
}

.recommended-articles-container .col-8 {
  padding: 0;
}

@media (max-width: 600px) {
  .category-listing {
    margin-bottom: 0;
    padding: 0;
  }

  .category-listing .inner-content {
    height: auto !important;
  }

  .category-listing .inner-content h5 {
    padding: 0;
    margin: 0;
  }

  .category-listing .inner-content h5 a {
    padding: 15px;
    display: block;
  }

  .category-listing .inner-content .article-card__description {
    display: none;
  }
}

@media (max-width: 600px) and (max-width: 925px) {
  .category-listing .inner-content {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 600px) {
  :hover {
    z-index: 99;
  }
}

.featured-article-container .featured-article {
  max-width: 940px !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
}

.featured-article-container .featured-article .col-8,
.featured-article-container .featured-article .col-4 {
  padding: 0;
}

.featured-article-container .featured-article__description {
  background-color: #fff;
  position: relative;
  padding: 25px 20px 25px 20px;
  height: 360px;
}

@media (max-width: 925px) {
  .featured-article-container .featured-article__description {
    height: unset;
    padding-bottom: 50px;
  }
}

.featured-article-container .featured-article__description__tag {
  overflow: hidden;
  margin-bottom: 20px;
}

.featured-article-container .featured-article__description__tag span {
  display: block;
  float: left;
  padding: 5px 10px;
  background: #50b848;
  color: #fff;
}

.featured-article-container .featured-article__description__tag::after {
  content: "";
  display: table;
  clear: both;
}

.featured-article-container .featured-article__description h3 {
  clear: both;
}

.featured-article-container .featured-article__description .category-tag {
  position: absolute;
  bottom: 0;
  left: 20px;
  max-width: 180px;
  height: 24px;
}

.featured-article-container .featured-article__description .category-tag a {
  text-decoration: none;
}

@media (max-width: 925px) {
  .featured-article-container .featured-article__description .category-tag {
    padding-top: 25px;
    height: 50px;
  }
}

.featured-article-container .featured-article__description .read-time-tag {
  position: absolute;
  bottom: 5px;
  right: 20px;
  color: #898989;
}

@media (max-width: 925px) {
  .featured-article-container .featured-article__description .read-time-tag {
    padding-top: 25px;
  }
}

.featured-article-container .featured-article__img {
  height: 360px;
}

@media (max-width: 925px) {
  .featured-article-container .featured-article__img {
    height: 250px;
  }
}

.featured-article-container .featured-article::after {
  content: "";
  display: table;
  clear: both;
}

.featured-article-container .slick-dots {
  left: 10px;
}

.featured-article-container .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (max-width: 925px) {
  .featured-article-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bottom-featured-article-container {
  padding-top: 39px;
}

.bottom-featured-article-container .featured-article {
  max-width: 940px !important;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  position: relative;
}

.bottom-featured-article-container .featured-article h4 {
  color: #fff;
}

.bottom-featured-article-container .featured-article p {
  color: #fff;
}

.bottom-featured-article-container .featured-article .col-8,
.bottom-featured-article-container .featured-article .col-4 {
  padding: 0;
}

.bottom-featured-article-container .featured-article__description {
  background-color: #009fd4;
  position: relative;
  padding: 25px 20px;
  height: 358px;
}

.bottom-featured-article-container .featured-article__description__tag {
  overflow: hidden;
  margin-bottom: 20px;
}

.bottom-featured-article-container .featured-article__description__tag span {
  display: block;
  float: left;
  padding: 5px 10px;
  background: #50b848;
  color: #fff;
}

.bottom-featured-article-container .featured-article__description__tag::after {
  content: "";
  display: table;
  clear: both;
}

.bottom-featured-article-container .featured-article__description h3 {
  clear: both;
}

.bottom-featured-article-container .featured-article__description .category-tag {
  position: absolute;
  bottom: 0;
  left: 20px;
  max-width: 180px;
  height: 24px;
}

.bottom-featured-article-container .featured-article__description .category-tag a {
  text-decoration: none;
  color: #fff;
}

.bottom-featured-article-container .featured-article__description .read-time-tag {
  position: absolute;
  bottom: 4px;
  right: 20px;
  color: #fff;
}

.bottom-featured-article-container .featured-article::after {
  content: "";
  display: table;
  clear: both;
}

.bottom-featured-article-container .slick-dots {
  right: 10px;
}

@media (max-width: 925px) {
  .bottom-featured-article-container .slick-dots {
    top: 300px;
  }
}

.heading-container .container {
  margin-bottom: 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  float: none;
  width: 100%;
  text-align: center;
}

iframe {
  background: #fff;
}

form {
  margin: 0;
}

form .form-label {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}

form label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
}

form .form-control {
  display: block;
  width: 100%;
  padding: 13.5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #747474;
  border: none;
  border-radius: 3px;
  margin-top: 10px;
}

form button {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 10px;
  font-size: 18px;
  border: none;
  background-color: #023f88;
  color: #fff;
  border-radius: 2px;
  margin-top: 26px;
}

form button:hover {
  cursor: pointer;
}

form button .fa {
  font-weight: 300;
}


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