@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Prata&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  border: none;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  outline: none; }

li, a, span {
  transition: 0.2s; }

html {
  color: #484848;
  background: white;
  font-family: "Lato", Arial, Sans-Serif;
  font-weight: 500;
  font-size: 16px; }

strong {
  font-size: inherit;
  font-style: inherit;
  font-weight: bold;
  display: inline;
  color: inherit; }

ol li {
  list-style: decimal outside;
  margin-left: 1.2em; }

blockquote {
  border-left: 3px solid #CCC;
  padding: 0.5ex 1em; }

p a, p em, p i {
  font-size: inherit;
  color: inherit; }

p a {
  text-decoration: underline;
  font-weight: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important; }

a {
  cursor: pointer;
  transition: opacity .5s; }

#menu-toggle {
  display: none; }

.site-wrapper {
  margin: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  transition: filter .2s ease-in-out; }
  body.hamburger-visible .site-wrapper {
    filter: blur(10px); }

.site {
  max-width: 100%;
  margin: 0 auto; }

.boxed {
  max-width: 1110px;
  margin: 0 auto;
  padding: 30px; }

ul.social-icons-list {
  display: inline-block;
  vertical-align: top; }
  ul.social-icons-list li {
    display: inline-block;
    vertical-align: top; }
    ul.social-icons-list li a {
      font-size: 18px;
      color: #484848;
      height: 44px;
      width: 44px;
      display: inline-block;
      vertical-align: top;
      line-height: 44px; }
      ul.social-icons-list li a:hover {
        opacity: 0.75; }

body > #onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
  bottom: 50px;
  right: 20px; }

body > #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-theme-default .onesignal-bell-launcher-button svg .background {
  fill: #484848; }

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.9; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #484848; }

.hamburger-box {
  width: 24px;
  height: 11px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 1px;
    background-color: #484848;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.menu-btn {
  display: inline-block;
  vertical-align: top;
  height: 64px;
  line-height: 64px;
  padding-right: 23px;
  padding-left: 7px;
  padding-top: 1px;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 20px;
  z-index: 962;
  padding-left: 53px; }
  .menu-btn > .hamburger .hamburger-box .hamburger-inner,
  .menu-btn > .hamburger .hamburger-box .hamburger-inner::before,
  .menu-btn > .hamburger .hamburger-box .hamburger-inner::after {
    background-color: #484848; }
  .menu-btn:hover + .site-wrapper .header-search {
    opacity: 0.8; }

body.page-scrolled-down .menu-btn {
  position: fixed;
  top: -1px; }

.site > header {
  height: 64px;
  position: relative; }
  .site > header .header-top {
    height: 64px;
    display: flex;
    flex-direction: row; }
    .site > header .header-top .header-left {
      display: inline-block;
      vertical-align: top;
      z-index: 1; }
      .site > header .header-top .header-left .logo {
        position: absolute;
        padding: 12px 0 13px 15px;
        overflow: hidden;
        height: 64px;
        display: flex;
        flex-direction: row; }
        .site > header .header-top .header-left .logo img {
          height: 100%;
          width: auto; }
    .site > header .header-top .header-right {
      width: 100%;
      text-align: right;
      top: 0; }
      .site > header .header-top .header-right .header-right-elems {
        display: inline-block;
        vertical-align: top;
        padding-right: 59px; }
      .site > header .header-top .header-right nav.main-menu {
        display: inline-block;
        vertical-align: top;
        height: 64px; }
      .site > header .header-top .header-right .menu-items {
        height: inherit;
        display: inline-block;
        vertical-align: top;
        opacity: 1;
        width: auto; }
        .site > header .header-top .header-right .menu-items li {
          height: inherit;
          display: inline-block;
          vertical-align: top; }
          .site > header .header-top .header-right .menu-items li a {
            height: inherit;
            color: #484848;
            font-size: 14px;
            text-transform: uppercase;
            display: inline-block;
            vertical-align: top;
            padding: 18px;
            padding-top: 23px;
            line-height: inherit;
            margin-top: 0px; }
            .site > header .header-top .header-right .menu-items li a:hover {
              opacity: 0.75; }
          .site > header .header-top .header-right .menu-items li > ul {
            display: none; }
        .site > header .header-top .header-right .menu-items.hidden {
          opacity: 0;
          width: 1px;
          overflow: hidden; }
      .site > header .header-top .header-right .header-search {
        display: inline-block;
        vertical-align: top;
        height: 64px;
        line-height: 64px;
        padding: 0 7px;
        padding-top: 6px; }

body.page-scrolled-down .site > header {
  background: transparent; }

.home-top-article {
  position: relative; }

.articles {
  margin-top: 23px; }

.article-item .article-inner {
  color: #484848;
  display: flex;
  flex-direction: row; }
  .article-item .article-inner .article-thumb {
    order: 1;
    width: 58.5%; }
    .article-item .article-inner .article-thumb img {
      transform: scale(1);
      width: 100%;
      height: auto; }
      .article-item .article-inner .article-thumb img:not(.full-color) {
        filter: grayscale(100%);
        transition: filter 1s; }
        .article-item .article-inner .article-thumb img:not(.full-color).loaded {
          filter: grayscale(0%); }
    .article-item .article-inner .article-thumb:hover ~ .article-desc .article-title a {
      opacity: 0.75; }
  .article-item .article-inner .article-desc {
    width: 41.5%;
    display: flex;
    flex-direction: row;
    order: 2; }
    .article-item .article-inner .article-desc .article-desc-inner {
      -ms-flex: 1;
      padding-left: 34px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly; }
      .article-item .article-inner .article-desc .article-desc-inner .article-cat {
        text-transform: uppercase;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        line-height: 27px;
        color: #484848; }
        .article-item .article-inner .article-desc .article-desc-inner .article-cat.spon span {
          display: inline-block;
          vertical-align: top;
          padding: 0 8px;
          line-height: 27px;
          border: 1px solid #484848;
          font-weight: 700; }
          .article-item .article-inner .article-desc .article-desc-inner .article-cat.spon span em {
            padding: 0 2px;
            font-weight: 500;
            font-style: normal; }
        .article-item .article-inner .article-desc .article-desc-inner .article-cat.spon:hover {
          text-decoration: none;
          opacity: 1; }
        .article-item .article-inner .article-desc .article-desc-inner .article-cat:hover {
          opacity: 0.75; }
      .article-item .article-inner .article-desc .article-desc-inner h5.article-title {
        cursor: pointer;
        padding: 9px 0;
        font-family: "Prata";
        font-size: 36px;
        line-height: 44px;
        padding-left: 34px;
        margin-left: -34px;
        padding-right: 10px; }
        .article-item .article-inner .article-desc .article-desc-inner h5.article-title a {
          transition: color ease-in-out .5s, padding-left ease-in-out .2s, opacity .5s;
          color: #484848; }
        .article-item .article-inner .article-desc .article-desc-inner h5.article-title .gallery-icon {
          display: inline-block;
          vertical-align: top;
          padding-left: 6px; }
        .article-item .article-inner .article-desc .article-desc-inner h5.article-title:hover a {
          opacity: 0.75; }
      .article-item .article-inner .article-desc .article-desc-inner .article-intro {
        font-size: 16px;
        line-height: 27px; }
      .article-item .article-inner .article-desc .article-desc-inner .article-author {
        display: inline-block;
        vertical-align: top;
        bottom: 0;
        line-height: 1;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        height: 14px;
        padding-top: 30px;
        padding-bottom: 20px;
        color: #484848; }
        .article-item .article-inner .article-desc .article-desc-inner .article-author:hover {
          opacity: 0.75; }

.article-item:nth-child(odd) .article-thumb, .article-item.article-right-thumb-align .article-thumb {
  order: 2; }

.article-item:nth-child(odd) .article-desc, .article-item.article-right-thumb-align .article-desc {
  order: 1; }
  .article-item:nth-child(odd) .article-desc .article-desc-inner, .article-item.article-right-thumb-align .article-desc .article-desc-inner {
    padding-right: 34px;
    padding-left: 0; }
    .article-item:nth-child(odd) .article-desc .article-desc-inner h5.article-title, .article-item.article-right-thumb-align .article-desc .article-desc-inner h5.article-title {
      padding-left: 0;
      margin-left: 0;
      padding-right: 34px;
      margin-right: -34px; }

.article-item:after {
  display: block;
  content: '';
  height: 16px;
  background: url(../images/articles-devider.svg) center center no-repeat;
  margin-top: 47px;
  margin-bottom: 47px; }

.article-item:last-of-type:after {
  background: none;
  margin-top: 7px;
  margin-bottom: 0; }

.article-item.featured-article .article-inner {
  display: block; }
  .article-item.featured-article .article-inner .article-thumb {
    width: 100%; }
  .article-item.featured-article .article-inner .article-desc {
    width: 100%;
    padding-top: 14px;
    padding-left: 0; }
    .article-item.featured-article .article-inner .article-desc .article-cat {
      margin-bottom: 10px; }
    .article-item.featured-article .article-inner .article-desc .article-author {
      margin-top: 10px; }
    .article-item.featured-article .article-inner .article-desc h5.article-title {
      padding-left: 0;
      margin-left: 0; }

.article-item.featured-article:after {
  margin-top: 17px; }

.article-item.home-top-article-item {
  margin-bottom: 14px; }
  .article-item.home-top-article-item .article-thumb {
    order: 1;
    width: 82.5%; }
  .article-item.home-top-article-item .article-desc {
    z-index: 1;
    order: 2;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    max-width: 482px; }
    .article-item.home-top-article-item .article-desc .article-desc-inner {
      transition: 0.2s ease-in-out;
      padding: 42px;
      background: white;
      padding-bottom: 31px; }
      .article-item.home-top-article-item .article-desc .article-desc-inner h5.article-title {
        padding-left: 42px;
        margin-left: -42px; }
  .article-item.home-top-article-item:after {
    display: none; }

.articles-carousel-container {
  background: white;
  padding-bottom: 60px;
  position: relative; }
  .articles-carousel-container .heading {
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    padding-top: 60px;
    margin-bottom: 40px; }
  .articles-carousel-container .ac-prev,
  .articles-carousel-container .ac-next {
    position: absolute;
    top: 53%;
    cursor: pointer;
    z-index: 2; }
    .articles-carousel-container .ac-prev img,
    .articles-carousel-container .ac-next img {
      height: 22px;
      width: 22px; }
    .articles-carousel-container .ac-prev.swiper-button-disabled,
    .articles-carousel-container .ac-next.swiper-button-disabled {
      visibility: hidden;
      opacity: 0; }
  .articles-carousel-container .ac-prev {
    left: 10px;
    transform: rotate(180deg); }
  .articles-carousel-container .ac-next {
    right: 10px; }

.articles-carousel {
  margin-top: 10px;
  padding: 3px;
  width: 92%;
  opacity: 1;
  transition: opacity .2s ease-in-out; }
  .articles-carousel-container:not(.initiated) .articles-carousel {
    height: 0;
    overflow: hidden;
    opacity: 0; }
  .articles-carousel .ac-inner {
    display: flex;
    flex-direction: row;
    margin: 0 auto; }
  .articles-carousel .ac-item {
    color: #484848;
    display: flex;
    flex-direction: column;
    padding: 20px; }
    .articles-carousel .ac-item .ac-thumb {
      width: 100%; }
      .articles-carousel .ac-item .ac-thumb img {
        width: 100%;
        height: auto; }
    .articles-carousel .ac-item .ac-desc {
      width: 100%; }
      .articles-carousel .ac-item .ac-desc .ac-cat {
        display: block;
        font-size: 14px;
        line-height: 27px;
        text-transform: uppercase;
        margin-top: 13px; }
      .articles-carousel .ac-item .ac-desc .ac-title {
        font-family: "Prata";
        font-size: 24px;
        line-height: 32px;
        margin-top: 6px; }
    .articles-carousel .ac-item:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.09); }

.load-more-articles-wrapper {
  text-align: center;
  padding: 50px 0; }
  .load-more-articles-wrapper .load-more-articles-container {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto; }
    .load-more-articles-wrapper .load-more-articles-container .load-more-articles {
      cursor: pointer;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin: 0 auto;
      height: 44px;
      border: 1px solid #484848;
      line-height: 44px;
      padding-left: 16px;
      padding-right: 22px; }
      .load-more-articles-wrapper .load-more-articles-container .load-more-articles > span {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1.69px;
        white-space: nowrap; }
      .load-more-articles-wrapper .load-more-articles-container .load-more-articles > img {
        line-height: 44px;
        display: inline-block;
        vertical-align: top;
        margin-left: 15px; }
      .load-more-articles-wrapper .load-more-articles-container .load-more-articles:hover {
        opacity: 0.75; }
      .load-more-articles-wrapper .load-more-articles-container .load-more-articles > img {
        transform: rotate(90deg);
        height: 17px;
        width: auto;
        overflow: hidden; }

.pagination-container {
  display: none; }

.articles-container-top {
  text-align: center;
  color: #484848;
  margin-bottom: 70px;
  margin-top: 45px; }
  .articles-container-top .category-title {
    font-family: "Prata";
    font-size: 64px;
    margin-top: 20px; }
  .articles-container-top .category-type {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
    color: #484848; }

.no-articles-found {
  text-align: center; }
  .no-articles-found span {
    font-family: "Prata";
    font-size: 18px;
    border: 1px solid #484848;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px; }

.article-detail-container .article-share {
  margin-top: 32px; }
  .article-detail-container .article-share li {
    margin: 0 5px; }
  .article-detail-container .article-share a {
    border-radius: 100%;
    border: 1px solid #484848; }
    .article-detail-container .article-share a:hover {
      opacity: 0.75; }

.article-detail-container .article-detail-top {
  text-align: center;
  margin-top: 45px;
  color: #484848; }
  .article-detail-container .article-detail-top .article-cat {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
    color: #484848; }
    .article-detail-container .article-detail-top .article-cat.spon {
      margin-bottom: 5px; }
      .article-detail-container .article-detail-top .article-cat.spon span {
        display: inline-block;
        vertical-align: top;
        padding: 0 8px;
        line-height: 27px;
        border: 1px solid #484848;
        font-weight: 700; }
        .article-detail-container .article-detail-top .article-cat.spon span em {
          padding: 0 2px;
          font-weight: 500;
          font-style: normal; }
      .article-detail-container .article-detail-top .article-cat.spon:hover {
        text-decoration: none;
        opacity: 1; }
    .article-detail-container .article-detail-top .article-cat:hover {
      opacity: 0.75; }
  .article-detail-container .article-detail-top .article-title {
    font-family: "Prata";
    font-size: 36px;
    line-height: 44px;
    margin: 15px 0; }
  .article-detail-container .article-detail-top .article-info {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px; }
    .article-detail-container .article-detail-top .article-info .article-author {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      line-height: 1;
      color: inherit; }
      .article-detail-container .article-detail-top .article-info .article-author:after {
        content: '|';
        height: 14px;
        display: inline-block;
        vertical-align: top;
        width: 1px;
        position: relative;
        top: 3px;
        padding: 0 4px;
        font-weight: 500; }
      .article-detail-container .article-detail-top .article-info .article-author:hover {
        opacity: 0.75; }
    .article-detail-container .article-detail-top .article-info .article-publish-date {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      line-height: 1; }

.article-detail-container .article-detail-inner {
  margin-top: 33px;
  background: white; }
  .article-detail-container .article-detail-inner .article-detail-image img {
    width: 100%;
    height: auto;
    display: block; }
  .article-detail-container .article-detail-inner .article-detail-content {
    padding: 40px 40px;
    font-size: 16px; }

.article-detail-container .article-detail-content-bottom {
  margin-top: 38px;
  font-size: 14px; }
  .article-detail-container .article-detail-content-bottom .image-credits {
    display: block;
    text-transform: uppercase;
    color: #a4a4a4; }
    .article-detail-container .article-detail-content-bottom .image-credits a {
      display: inline-block;
      vertical-align: top;
      padding-left: 4px;
      color: inherit; }
      .article-detail-container .article-detail-content-bottom .image-credits a:hover {
        color: #484848; }
  .article-detail-container .article-detail-content-bottom .article-share {
    text-align: center; }
    .article-detail-container .article-detail-content-bottom .article-share h6 {
      font-family: "Prata";
      font-size: 14px;
      line-height: 44px; }
  .article-detail-container .article-detail-content-bottom .article-tags {
    text-transform: uppercase;
    color: #a4a4a4;
    text-align: center;
    margin-top: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .article-detail-container .article-detail-content-bottom .article-tags span {
      display: inline-block;
      vertical-align: top;
      padding-right: 12px;
      padding-top: 4px;
      padding-bottom: 4px; }
    .article-detail-container .article-detail-content-bottom .article-tags ul.article-tags-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .article-detail-container .article-detail-content-bottom .article-tags ul.article-tags-list li {
        padding: 0 12px; }
        .article-detail-container .article-detail-content-bottom .article-tags ul.article-tags-list li a {
          display: inline-block;
          vertical-align: top;
          text-decoration: underline;
          color: inherit;
          padding: 4px 0; }
          .article-detail-container .article-detail-content-bottom .article-tags ul.article-tags-list li a:hover {
            color: black; }

.article-author-info {
  margin: 0 auto;
  margin-top: 52px;
  margin-bottom: 21px;
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .article-author-info .aai-avatar {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .article-author-info .aai-avatar a {
      display: block;
      width: 150px;
      height: 150px;
      border-radius: 100%;
      overflow: hidden; }
      .article-author-info .aai-avatar a img {
        width: 100%;
        height: auto; }
  .article-author-info .aai-desc {
    color: #484848;
    margin-left: 22px; }
    .article-author-info .aai-desc .author {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      line-height: 44px; }
      .article-author-info .aai-desc .author a {
        background: whitesmoke;
        color: #484848;
        text-decoration: underline; }
        .article-author-info .aai-desc .author a:hover {
          color: black; }
    .article-author-info .aai-desc .author-name {
      font-family: "Prata";
      font-size: 20px;
      color: #484848; }
      .article-author-info .aai-desc .author-name a {
        font: inherit;
        color: inherit; }
        .article-author-info .aai-desc .author-name a:hover {
          opacity: 0.75; }
    .article-author-info .aai-desc h1.author-name {
      font-size: 26px;
      margin-bottom: 5px; }
    .article-author-info .aai-desc .author-title {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top; }
    .article-author-info .aai-desc .author-desc {
      font-size: 16px;
      line-height: 27px;
      margin-top: 13px;
      padding-bottom: 10px; }

.mobile-author-desc {
  display: none; }

.author-page-top {
  margin-bottom: 20px; }

.notice {
  border: 1px solid #0002;
  background: #0001;
  padding: 8rem;
  margin: 5rem auto 10rem;
  text-align: center; }
  .notice > h1 {
    font-size: 120%;
    padding-bottom: 3rem; }

.article-detail-paging-bar {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 40px;
  width: calc(100% + 80px);
  transform: translateX(-40px);
  padding: 20px; }
  .article-detail-paging-bar:first-of-type {
    border-bottom: 1px solid #ededed; }
  p + .article-detail-paging-bar {
    margin-top: 40px; }
  .article-detail .article-detail-paging-bar:first-child {
    margin-top: 0; }
  @media all and (max-width: 414px) {
    .article-detail-paging-bar {
      padding: 20px;
      border-bottom: none !important; } }
  .article-detail-paging-bar .paging-prev-next-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .article-detail-paging-bar .paging-prev-next-nav .paging-pagenum {
      font-family: "Prata";
      font-weight: bold;
      font-size: 18px !important;
      color: #6d6d6d;
      letter-spacing: .05rem;
      transform: translateY(4px); }
    .article-detail-paging-bar .paging-prev-next-nav a[rel="next"],
    .article-detail-paging-bar .paging-prev-next-nav a[rel="prev"] {
      border-radius: 100%;
      background: #484848;
      color: white;
      border-color: #484848;
      height: 29px;
      width: 29px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      border: 1px solid #484848;
      box-sizing: content-box;
      text-decoration: none !important;
      font-size: 0 !important;
      line-height: 1 !important;
      display: inline-block;
      vertical-align: top;
      transform: scale(1.5) translateX(-25%); }
      .article-detail-paging-bar .paging-prev-next-nav a[rel="next"]:not([href]),
      .article-detail-paging-bar .paging-prev-next-nav a[rel="prev"]:not([href]) {
        visibility: hidden; }
      .article-detail-paging-bar .paging-prev-next-nav a[rel="next"]:after,
      .article-detail-paging-bar .paging-prev-next-nav a[rel="prev"]:after {
        font-size: 13px;
        content: '\f054';
        font-family: "FontAwesome";
        -webkit-font-smoothing: antialiased;
        height: 29px;
        width: 29px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-left: 1px; }
      .article-detail-paging-bar .paging-prev-next-nav a[rel="next"]:hover,
      .article-detail-paging-bar .paging-prev-next-nav a[rel="prev"]:hover {
        background: white;
        color: #484848;
        border-color: #dadada; }
      .article-detail-paging-bar .paging-prev-next-nav a[rel="next"][rel="prev"],
      .article-detail-paging-bar .paging-prev-next-nav a[rel="prev"][rel="prev"] {
        transform: rotate(180deg) scale(1.5) translateX(-25%); }

.article-detail-container .article-detail-inner .article-gallery-parent {
  padding: 10px; }

.article-gallery {
  display: flex;
  flex-direction: row;
  justify-content: stretch; }
  .article-gallery .gallery-ad-skyscraper {
    margin-left: 10px;
    flex: 0 0 300px; }
  .article-gallery .ag-start {
    -ms-flex: 1; }
    .article-gallery .ag-start .ag-img {
      position: relative; }
      .article-gallery .ag-start .ag-img img {
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top; }
      .article-gallery .ag-start .ag-img .show-gallery-button {
        cursor: pointer;
        position: absolute;
        right: 0;
        bottom: 94px;
        background: white;
        padding: 13px;
        padding-right: 0;
        display: flex;
        flex-direction: row;
        align-items: center; }
        .article-gallery .ag-start .ag-img .show-gallery-button .button-text .heading {
          font-size: 18px;
          font-weight: 600;
          text-transform: uppercase;
          display: block;
          line-height: 27px; }
        .article-gallery .ag-start .ag-img .show-gallery-button .button-text .image-count {
          display: block;
          line-height: 18px;
          color: #484848;
          font-size: 16px; }
        .article-gallery .ag-start .ag-img .show-gallery-button .arrow {
          right: 21px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 0 21px; }
        .article-gallery .ag-start .ag-img .show-gallery-button:hover .button-text .heading {
          text-decoration: underline; }
    .article-gallery .ag-start .ag-desc {
      border: 1px solid #dedede;
      border-top: 0;
      padding: 21px;
      padding-bottom: 55px; }
  .article-gallery + .article-detail-content-bottom {
    margin-top: 20px; }
  .article-gallery .ag-gal-container {
    -ms-flex: 1;
    display: none;
    position: relative; }
    .article-gallery .ag-gal-container .ag-gal-prev,
    .article-gallery .ag-gal-container .ag-gal-next {
      border: 1px solid #dedede;
      height: 65px;
      width: 53px;
      background: white;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      position: absolute;
      z-index: 2;
      top: 50%;
      margin-top: -32.5px; }
      .article-gallery .ag-gal-container .ag-gal-prev.swiper-button-disabled,
      .article-gallery .ag-gal-container .ag-gal-next.swiper-button-disabled {
        opacity: 0;
        visibility: hidden; }
    .article-gallery .ag-gal-container .ag-gal-prev {
      left: 0;
      transform: rotate(180deg); }
    .article-gallery .ag-gal-container .ag-gal-next {
      right: 1px;
      border-right: 0; }
  .article-gallery .ag-gal .ag-gal-slide {
    display: flex;
    flex-direction: row;
    color: #484848; }
    .article-gallery .ag-gal .ag-gal-slide .ag-gal-slide-no-mobile {
      display: none; }
    .article-gallery .ag-gal .ag-gal-slide .ag-gal-img {
      -ms-flex: 1;
      flex-basis: 52%; }
      .article-gallery .ag-gal .ag-gal-slide .ag-gal-img img {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: auto; }
    .article-gallery .ag-gal .ag-gal-slide .ag-gal-desc {
      flex: 1 1 0;
      border: 1px solid #dedede;
      border-left-width: 0;
      padding: 35px;
      padding-right: 40px;
      padding-top: 27px;
      background: white; }
      .article-gallery .ag-gal .ag-gal-slide .ag-gal-desc h5.ag-gal-slide-title {
        font-family: "Prata";
        font-size: 24px;
        margin-top: 40px;
        line-height: 44px;
        margin-bottom: 21px; }
  .article-gallery.gallery-active .ag-start {
    display: none; }
  .article-gallery.gallery-active .ag-gal-container {
    display: block; }

.content-page-container .article-detail-top .article-cat:hover {
  text-decoration: none; }

.content-page-container .article-detail-top .article-title {
  margin-bottom: 75px; }

.like-share-win {
  width: 100%;
  border: 1px solid #dadada;
  margin: 52px 0;
  padding: 32px;
  border-radius: 5px; }
  .like-share-win .like-share-win-header {
    font-family: "Prata";
    font-size: 24px;
    margin-bottom: 16px; }
  .like-share-win label[for=name],
  .like-share-win label[for=email] {
    font-size: 14px;
    font-family: "Prata";
    line-height: 45px; }
  .like-share-win .sent-response-text {
    font-style: italic;
    padding: 20px 0; }
  .like-share-win .terms-container {
    margin: 30px 0;
    line-height: 27px; }
    .like-share-win .terms-container a {
      background: whitesmoke;
      color: #484848;
      text-decoration: underline; }
      .like-share-win .terms-container a:hover {
        color: black; }
  .like-share-win .submit-button-container {
    display: block;
    text-align: center;
    margin: 30px 0 !important; }
  .like-share-win .lsw-footnote {
    border-top: 1px solid #dadada;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: #a4a4a4;
    padding: 20px 80px; }

form textarea, form input[type="text"], form input[type="email"] {
  width: 100%;
  height: 44px;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  color: #484848;
  background: white;
  font: inherit; }

form textarea {
  height: 75px;
  background: white; }

form label {
  cursor: pointer; }
  form label:hover {
    opacity: 0.8; }

form input[type="checkbox"], form input[type="radio"] {
  display: none; }
  form input[type="checkbox"] + label, form input[type="radio"] + label {
    display: block;
    padding-left: 31px;
    position: relative;
    z-index: 0; }
    form input[type="checkbox"] + label:before, form input[type="checkbox"] + label:after, form input[type="radio"] + label:before, form input[type="radio"] + label:after {
      position: absolute;
      border-radius: 100%;
      content: ''; }
    form input[type="checkbox"] + label:before, form input[type="radio"] + label:before {
      left: 0px;
      top: 2px;
      height: 20px;
      width: 20px;
      border: 1px solid #dadada; }
    form input[type="checkbox"] + label:after, form input[type="radio"] + label:after {
      opacity: 0; }
  form input[type="checkbox"]:checked + label:after, form input[type="radio"]:checked + label:after {
    opacity: 1;
    left: 6px;
    top: 8px;
    height: 10px;
    width: 10px;
    background: #484848; }

form input[type="checkbox"] + label:before {
  border-radius: 3px; }

form input[type="checkbox"]:checked + label:after {
  background: none;
  font-family: "FontAwesome";
  content: '\f00c';
  top: 0;
  left: 4px; }

form input[type="submit"] {
  height: 44px;
  border: 1px solid #484848;
  line-height: 44px;
  padding-left: 16px;
  padding-right: 22px;
  background: #F0F4F2;
  color: #484848;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  cursor: pointer; }
  form input[type="submit"] > span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.69px;
    white-space: nowrap; }
  form input[type="submit"] > img {
    line-height: 44px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px; }

.hamburger-menu .hm-container {
  border: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 961;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .hamburger-menu .hm-container .hm-inner .hm-logo {
    margin-top: 62px;
    cursor: pointer;
    height: 60px; }
    .hamburger-menu .hm-container .hm-inner .hm-logo img {
      height: 60px;
      width: 60px; }
  .hamburger-menu .hm-container .hm-inner nav.hm-menu {
    margin-top: 36px; }
    .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li {
      position: relative; }
      .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li:after {
        content: '';
        width: 38px;
        position: absolute;
        left: 50%;
        margin-left: -19px;
        border-bottom: 1px solid #484848;
        bottom: 3px;
        opacity: 0.2; }
      .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li:last-child:after {
        display: none; }
      .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li > a {
        display: inline-block;
        vertical-align: top;
        color: #484848;
        font-size: 36px;
        line-height: 47px;
        margin-bottom: 9px;
        font-weight: 700;
        padding: 0 20px; }
        .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li > a:hover {
          opacity: 0.75; }
      .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li > ul {
        padding-bottom: 15px;
        padding-top: 0;
        margin-top: -5px; }
        .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li > ul a {
          display: inline-block;
          vertical-align: top;
          color: #484848;
          font-size: 24px;
          font-weight: 500;
          line-height: 32px;
          margin-bottom: 9;
          padding: 0 20px; }
          .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li > ul a:hover {
            opacity: 0.75; }
  .hamburger-menu .hm-container .hm-inner .social-container .heading {
    font-family: "Prata";
    font-size: 36px;
    color: #484848;
    display: block;
    margin-top: 72px;
    margin-bottom: 20px; }
  .hamburger-menu .hm-container .hm-inner .social-container ul.social-icons-list {
    display: inline-block;
    vertical-align: top; }
    .hamburger-menu .hm-container .hm-inner .social-container ul.social-icons-list li {
      display: inline-block;
      vertical-align: top; }
      .hamburger-menu .hm-container .hm-inner .social-container ul.social-icons-list li a {
        font-size: 28px;
        color: #484848;
        height: 44px;
        width: 44px;
        display: inline-block;
        vertical-align: top;
        line-height: 44px;
        border: 1px solid transparent; }
        .hamburger-menu .hm-container .hm-inner .social-container ul.social-icons-list li a:hover {
          opacity: 0.75; }
  .hamburger-menu .hm-container .hm-inner .hm-info-menu {
    margin-top: 60px;
    margin-bottom: 30px; }
    .hamburger-menu .hm-container .hm-inner .hm-info-menu .menu-items {
      display: inline-block;
      vertical-align: top; }
      .hamburger-menu .hm-container .hm-inner .hm-info-menu .menu-items li {
        display: inline-block;
        vertical-align: top;
        height: 36px; }
        .hamburger-menu .hm-container .hm-inner .hm-info-menu .menu-items li a {
          color: #484848;
          font-size: 24px;
          text-transform: uppercase;
          display: inline-block;
          vertical-align: top;
          padding: 0 35px;
          height: 36px;
          line-height: 36px;
          font-weight: 500; }

.hamburger-menu.hm-visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.3s ease-in-out 0s; }

.hamburger-menu.hm-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear .3s, opacity 0.3s ease-in-out 0s; }

.hm-search {
  height: 56px;
  margin-top: 38px; }
  .hm-search form {
    height: inherit;
    width: 485px;
    position: relative;
    text-align: left;
    margin: 0 auto; }
  .hm-search input[type="text"] {
    height: inherit;
    width: 437px;
    background: white;
    padding-left: 17px;
    font-family: "Lato", Arial, Sans-Serif;
    font-weight: 500;
    font-weight: 11;
    font-size: 20px;
    border-radius: 0;
    border: 0; }
  .hm-search button[type="submit"] {
    height: inherit;
    width: 48px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    background: white;
    cursor: pointer; }
    .hm-search button[type="submit"]:hover {
      background: rgba(255, 255, 255, 0.7); }

body.page-scrolled-down .hm-close {
  top: 5px; }

footer .footer-container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 0;
  color: #484848; }

footer .footer-top {
  padding-top: 22px;
  padding-bottom: 52px;
  text-align: center; }
  footer .footer-top .ta-logo-footer {
    height: 80px; }
    footer .footer-top .ta-logo-footer img {
      height: 80px;
      width: 80px; }

footer .footer-mid-container {
  text-align: center; }
  footer .footer-mid-container .footer-mid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch; }
    footer .footer-mid-container .footer-mid .footer-divider {
      width: 1px;
      background: #e5e5e5; }
    footer .footer-mid-container .footer-mid .footer-newsletter-container,
    footer .footer-mid-container .footer-mid .social-wrapper {
      width: calc(50% - 0.5px); }
    footer .footer-mid-container .footer-mid .footer-newsletter-container {
      text-align: right;
      padding-right: 33px; }
    footer .footer-mid-container .footer-mid .social-wrapper {
      text-align: left;
      padding-left: 25px; }
    footer .footer-mid-container .footer-mid .footer-newsletter,
    footer .footer-mid-container .footer-mid .social-container {
      display: inline-block;
      vertical-align: top;
      text-align: center; }
    footer .footer-mid-container .footer-mid .heading {
      font-family: "Prata";
      font-size: 14px;
      line-height: 44px; }
    footer .footer-mid-container .footer-mid .footer-newsletter form {
      height: 44px;
      width: 237px;
      position: relative;
      text-align: left; }
    footer .footer-mid-container .footer-mid .footer-newsletter input[type="email"] {
      height: 44px;
      width: 190px;
      background: transparent;
      padding-left: 17px;
      font-family: "Lato", Arial, Sans-Serif;
      font-weight: 500;
      font-weight: 11;
      font-size: 14px;
      color: #484848;
      border: 0; }
    footer .footer-mid-container .footer-mid .footer-newsletter button[type="submit"] {
      height: 44px;
      width: 48px;
      position: absolute;
      display: flex;
      flex-direction: row;
      justify-content: center;
      text-align: center;
      right: 0;
      top: 0;
      background: transparent;
      cursor: pointer;
      color: #484848; }
      footer .footer-mid-container .footer-mid .footer-newsletter button[type="submit"]:hover {
        background: rgba(255, 255, 255, 0.7); }

footer .footer-bottom {
  padding-top: 55px;
  text-align: center; }
  footer .footer-bottom a {
    color: #484848; }
  footer .footer-bottom nav .menu-items {
    display: inline-block;
    vertical-align: top; }
    footer .footer-bottom nav .menu-items li {
      display: inline-block;
      vertical-align: top;
      height: 36px; }
      footer .footer-bottom nav .menu-items li a {
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        padding: 0 18px;
        height: 36px;
        line-height: 36px; }
        footer .footer-bottom nav .menu-items li a:hover {
          opacity: 0.75; }
  footer .footer-bottom nav.info-menu .menu-items a {
    color: #a4a4a4; }
    footer .footer-bottom nav.info-menu .menu-items a:hover {
      color: #484848; }
  footer .footer-bottom .site-credits {
    padding-top: 18px;
    font-size: 12px;
    line-height: 44px; }

.back-to-top {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in-out, visibility 0s .2s; }
  .back-to-top:hover {
    opacity: 0.75; }
  .back-to-top.show {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-in-out, visibility 0s 0s; }
  .back-to-top img {
    transform: rotate(-90deg);
    width: 10px;
    height: 38px; }

.article-detail-content {
  padding: 40px 40px;
  font-size: 16px; }
  .article-detail-content .article-detail-content-inner h2, .article-detail-content .article-detail-content-inner .styleCenter {
    font-family: "Prata";
    font-size: 24px; }
  .article-detail-content .article-detail-content-inner .intro {
    font-weight: bold; }
  .article-detail-content .article-detail-content-inner {
    line-height: 27px; }
    .article-detail-content .article-detail-content-inner p, .article-detail-content .article-detail-content-inner ul, .article-detail-content .article-detail-content-inner ol, .article-detail-content .article-detail-content-inner blockquote {
      margin-bottom: 16px;
      margin-top: 9px; }
    .article-detail-content .article-detail-content-inner a {
      color: inherit;
      text-decoration: underline; }
      .article-detail-content .article-detail-content-inner a:hover {
        color: black;
        text-decoration: none; }
    .article-detail-content .article-detail-content-inner h2, .article-detail-content .article-detail-content-inner .styleCenter {
      line-height: 44px;
      margin-top: 32px; }
    .article-detail-content .article-detail-content-inner img {
      margin: 10px 0;
      max-width: 100%;
      height: 100% !important; }
      .article-detail-content .article-detail-content-inner img + em {
        display: block; }
    .article-detail-content .article-detail-content-inner ul li {
      list-style: disc outside;
      margin-left: 1.2em; }
    .article-detail-content .article-detail-content-inner figure {
      text-align: center;
      font-style: italic; }

@media screen and (min-width: 0px) and (max-width: 680px) {
  body, html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .site-wrapper {
    margin: 0;
    transition: none; }
    body.hamburger-visible .site-wrapper {
      filter: none; }
  .full-width .heading {
    font-size: 15px;
    padding-top: 36px;
    margin-bottom: 16px; }
  .boxed {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 0; }
  .menu-btn {
    top: -6px;
    right: -6px;
    z-index: 963;
    position: absolute;
    padding-left: 0px; }
    body.page-scrolled-down .menu-btn {
      position: fixed;
      top: -3px; }
  .site > header {
    right: 0px;
    left: 0px;
    z-index: 3;
    top: 0;
    height: 60px; }
    .site > header .header-top .header-left .logo {
      border: 0; }
    .site > header .header-top .header-right {
      display: none; }
  .site-wrapper > footer .footer-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    color: #484848; }
  .site-wrapper > footer .footer-top {
    padding-top: 0;
    padding-bottom: 26px; }
    .site-wrapper > footer .footer-top .ta-logo-footer {
      height: 60px; }
      .site-wrapper > footer .footer-top .ta-logo-footer img {
        height: 60px;
        width: 60px; }
  .site-wrapper > footer .footer-mid-container {
    text-align: center; }
    .site-wrapper > footer .footer-mid-container .footer-mid {
      display: block; }
      .site-wrapper > footer .footer-mid-container .footer-mid .footer-divider {
        display: none; }
      .site-wrapper > footer .footer-mid-container .footer-mid .footer-newsletter-container,
      .site-wrapper > footer .footer-mid-container .footer-mid .social-wrapper {
        width: 100%;
        text-align: inherit;
        padding: 0; }
      .site-wrapper > footer .footer-mid-container .footer-mid .footer-newsletter {
        margin-bottom: 25px; }
  .site-wrapper > footer .footer-bottom {
    padding-top: 40px; }
    .site-wrapper > footer .footer-bottom nav {
      margin-bottom: 10px; }
      .site-wrapper > footer .footer-bottom nav .menu-items li {
        height: 25px; }
        .site-wrapper > footer .footer-bottom nav .menu-items li a {
          height: 25px;
          line-height: 25px;
          padding: 0 13px; }
    .site-wrapper > footer .footer-bottom .site-credits {
      padding-bottom: 10px; }
  .articles {
    margin-top: 20px; }
  .article-item .article-inner {
    display: block; }
    .article-item .article-inner .article-thumb {
      width: 100%; }
    .article-item .article-inner .article-desc {
      width: 100%;
      display: block; }
      .article-item .article-inner .article-desc .article-desc-inner {
        display: inherit;
        width: inherit;
        padding: 16px 18px; }
        .article-item .article-inner .article-desc .article-desc-inner .article-cat {
          font-size: 12px;
          margin-bottom: 5px; }
          .article-item .article-inner .article-desc .article-desc-inner .article-cat.spon {
            margin-bottom: 15px; }
        .article-item .article-inner .article-desc .article-desc-inner h5.article-title {
          padding: 0;
          font-size: 22px;
          line-height: 27px;
          margin: 12px 0; }
          .article-item .article-inner .article-desc .article-desc-inner h5.article-title .gallery-icon img {
            height: 20px;
            width: 23.6px; }
          .article-item .article-inner .article-desc .article-desc-inner h5.article-title:hover a {
            border: 0;
            padding-left: 0; }
        .article-item .article-inner .article-desc .article-desc-inner .article-intro {
          font-size: 14px;
          line-height: 21px; }
        .article-item .article-inner .article-desc .article-desc-inner .article-author {
          font-size: 12px;
          height: 44px;
          line-height: 44px;
          padding-top: 10px;
          padding-bottom: 20px; }
  .article-item:nth-child(odd) .article-desc {
    padding: 0; }
  .article-item:after {
    margin-top: 16px;
    margin-bottom: 37px; }
  .article-item:last-of-type:after {
    display: none; }
  .article-item.featured-article .article-desc {
    padding: 0; }
    .article-item.featured-article .article-desc .article-author {
      margin-top: 0; }
  .article-item.featured-article:after {
    margin-top: 16px; }
  .article-item.home-top-article-item {
    margin-bottom: 0px; }
    .article-item.home-top-article-item .article-thumb {
      width: 100%; }
      .article-item.home-top-article-item .article-thumb img {
        display: block; }
      .article-item.home-top-article-item .article-thumb:hover ~ .article-desc .article-title a {
        border-left: 0;
        padding-left: 0; }
    .article-item.home-top-article-item .article-desc {
      display: block;
      position: static;
      overflow: visible;
      max-width: 100%;
      margin-top: -30px;
      padding: 0 18px; }
      .article-item.home-top-article-item .article-desc .article-desc-inner {
        position: relative;
        padding: 18px;
        padding-right: 25px;
        background: white; }
    .article-item.home-top-article-item:after {
      display: none; }
  .articles-carousel-container {
    padding-bottom: 30px; }
    .articles-carousel-container .ac-prev,
    .articles-carousel-container .ac-next {
      display: none; }
  .articles-carousel {
    margin-top: 10px;
    width: 100vw;
    position: relative;
    left: -10px; }
    .articles-carousel .ac-item {
      display: block;
      width: 80%;
      margin: 0;
      padding: 6px; }
      .articles-carousel .ac-item .ac-thumb {
        width: 100%; }
        .articles-carousel .ac-item .ac-thumb img {
          width: 100%;
          height: auto; }
      .articles-carousel .ac-item .ac-desc {
        width: 100%; }
        .articles-carousel .ac-item .ac-desc .ac-cat {
          display: block;
          font-size: 14px;
          line-height: 27px;
          text-transform: uppercase;
          margin-top: 13px; }
        .articles-carousel .ac-item .ac-desc .ac-title {
          font-family: "Prata";
          font-size: 24px;
          line-height: 32px;
          margin-top: 6px; }
      .articles-carousel .ac-item:hover {
        box-shadow: none; }
  .articles-container-top {
    margin-bottom: 10px; }
    .articles-container-top .category-title {
      font-size: 24px;
      line-height: 32px;
      margin-top: 10px;
      margin-bottom: 35px; }
  .article-detail-container .article-detail-top {
    margin-top: 25px;
    margin-bottom: 35px; }
    .article-detail-container .article-detail-top .article-cat {
      font-size: 12px; }
    .article-detail-container .article-detail-top .article-title {
      font-size: 24px;
      line-height: 32px;
      padding: 0 20px; }
    .article-detail-container .article-detail-top .article-info {
      margin-top: 5px; }
      .article-detail-container .article-detail-top .article-info .article-author {
        font-size: 12px; }
        .article-detail-container .article-detail-top .article-info .article-author:after {
          height: 12px;
          top: 5px; }
      .article-detail-container .article-detail-top .article-info .article-publish-date {
        font-size: 12px; }
  .article-detail-container .article-share .social-icons .social-icons-list li a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 15px; }
  .article-detail-container .article-detail-inner {
    margin: 0; }
    .article-detail-container .article-detail-inner .article-detail-content {
      padding: 23px 20px;
      font-size: 14px; }
    .article-detail-container .article-detail-inner .article-detail-content-bottom .article-tags {
      font-size: 12px; }
  .content-page-container .article-detail-top .article-title {
    margin-bottom: 32px; }
  .author-page-top {
    margin-bottom: 30px; }
  .article-author-info {
    width: 90%;
    display: flex;
    flex-direction: row;
    margin-top: 40px; }
    .article-author-info .aai-avatar {
      flex: 0 0 100px; }
      .article-author-info .aai-avatar a {
        width: 100px;
        height: 100px; }
    .article-author-info .aai-desc {
      margin-left: 18px; }
      .article-author-info .aai-desc .author {
        font-size: 12px;
        line-height: 15px; }
      .article-author-info .aai-desc .author-title {
        font-size: 12px; }
      .article-author-info .aai-desc .author-desc {
        display: none; }
  .mobile-author-desc {
    display: block;
    width: 90%;
    font-size: 14px;
    line-height: 21px;
    padding-top: 9px;
    color: #484848;
    margin: 0 auto;
    margin-bottom: 0px; }
  .article-detail-paging-bar {
    margin-bottom: 20px; }
    .article-detail-paging-bar .paging-prev-next-nav a[rel="next"],
    .article-detail-paging-bar .paging-prev-next-nav a[rel="prev"] {
      transform: scale(1.5) translateX(-20px); }
      .article-detail-paging-bar .paging-prev-next-nav a[rel="next"][rel="prev"],
      .article-detail-paging-bar .paging-prev-next-nav a[rel="prev"][rel="prev"] {
        transform: rotate(180deg) scale(1.5) translateX(-20px); }
  .article-gallery {
    font-size: 12px;
    display: block; }
    .article-gallery .gallery-ad-skyscraper {
      display: none; }
    .article-gallery .ag-start .ag-img .show-gallery-button {
      display: none; }
    .article-gallery .ag-start .ag-desc {
      padding-bottom: 0px;
      padding-top: 14px; }
      .article-gallery .ag-start .ag-desc p {
        line-height: 21px; }
    .article-gallery .ag-gal-container {
      display: block; }
      .article-gallery .ag-gal-container .ag-gal-prev,
      .article-gallery .ag-gal-container .ag-gal-next {
        display: none; }
    .article-gallery .ag-gal .ag-gal-slide {
      margin-top: 11px;
      display: block; }
      .article-gallery .ag-gal .ag-gal-slide .ag-gal-slide-no-mobile {
        display: block;
        text-align: center;
        line-height: 44px; }
      .article-gallery .ag-gal .ag-gal-slide .ag-gal-desc {
        border-left-width: 1px;
        border-top-width: 0;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 21px;
        padding-top: 14px;
        padding-bottom: 4px; }
        .article-gallery .ag-gal .ag-gal-slide .ag-gal-desc h5.ag-gal-slide-title {
          margin: 0;
          font-size: 20px;
          line-height: 44px;
          margin-bottom: -5px; }
        .article-gallery .ag-gal .ag-gal-slide .ag-gal-desc .ag-gal-slide-no {
          display: none; }
    .article-gallery.gallery-active .ag-start {
      display: none !important; }
      .article-gallery.gallery-active .ag-start .ag-img .show-gallery-button {
        display: flex;
        flex-direction: row; }
    .article-gallery.gallery-active .ag-gal-container {
      display: block; }
      .article-gallery.gallery-active .ag-gal-container .ag-gal-prev,
      .article-gallery.gallery-active .ag-gal-container .ag-gal-next {
        display: flex;
        flex-direction: row; }
  .hamburger-menu .hm-container {
    right: 0; }
    .hamburger-menu .hm-container .hm-inner .hm-logo {
      margin-top: 24px; }
    .hamburger-menu .hm-container .hm-inner nav.hm-menu {
      margin-top: 24px; }
      .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li > a {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 9px; }
        .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li > a:hover {
          background: inherit; }
      .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li > ul {
        padding: 0;
        padding-bottom: 12px; }
        .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li > ul a {
          font-size: 18px;
          line-height: 26px; }
          .hamburger-menu .hm-container .hm-inner nav.hm-menu .menu-items > li > ul a:hover {
            background: inherit; }
    .hamburger-menu .hm-container .hm-inner .social-container .heading {
      font-size: 30px;
      display: block; }
    .hamburger-menu .hm-container .hm-inner .social-container ul.social-icons-list li a {
      font-size: 24px;
      height: 34px;
      width: 34px;
      line-height: 34px;
      border: none; }
    .hamburger-menu .hm-container .hm-inner .hm-info-menu {
      margin-top: 40px;
      margin-bottom: 30px; }
      .hamburger-menu .hm-container .hm-inner .hm-info-menu .menu-items li {
        height: 24px; }
        .hamburger-menu .hm-container .hm-inner .hm-info-menu .menu-items li a {
          font-size: 16px;
          padding: 0 8px;
          height: 24px;
          line-height: 24px; }
  .hm-search {
    height: 50px; }
    .hm-search form {
      height: inherit;
      width: 70%;
      position: relative;
      text-align: left;
      margin: 0 auto; }
    .hm-search input[type="text"] {
      width: calc(100% - 48px);
      font-size: 18px; }
  .like-share-win {
    width: 100%;
    border: 1px solid #dadada;
    padding: 22px; }
    .like-share-win .like-share-win-header {
      font-size: 18px;
      line-height: 29px;
      margin-bottom: 10px; }
    .like-share-win textarea, .like-share-win input[type="text"], .like-share-win input[type="email"] {
      height: 42px;
      padding: 8px;
      font-size: 13px; }
    .like-share-win textarea {
      min-height: 84px; }
    .like-share-win label[for=name],
    .like-share-win label[for=email] {
      font-size: 12px;
      line-height: 34px; }
    .like-share-win input[type="checkbox"] + label {
      font-size: 12px;
      font-weight: 500;
      line-height: 21px; }
    .like-share-win input[type="checkbox"]:checked + label:after {
      top: 2px; }
    .like-share-win input[type="submit"] {
      height: 32px;
      line-height: 32px; }
    .like-share-win .lsw-footnote {
      font-size: 12px;
      line-height: 15px;
      padding-left: 0;
      padding-right: 0; }
  .article-detail-content .article-detail-content-inner {
    line-height: 23px; }
    .article-detail-content .article-detail-content-inner p {
      margin-bottom: 14px;
      margin-top: 7px; }
    .article-detail-content .article-detail-content-inner h2, .article-detail-content .article-detail-content-inner .styleCenter {
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 5px;
      margin-top: 10px; }
    .article-detail-content .article-detail-content-inner img[style*='width: 728px'] {
      width: 100% !important;
      height: auto !important; }
    .article-detail-content .article-detail-content-inner iframe.instagram-media,
    .article-detail-content .article-detail-content-inner iframe.instagram-media-rendered {
      width: 100% !important;
      min-width: 100% !important;
      margin: 12px 0 !important; } }

@media screen and (min-width: 680px) and (max-width: 1048px) {
  .article-item:not(.featured-article) .article-inner .article-thumb {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .article-item:not(.featured-article) .article-inner .article-desc .article-desc-inner h5.article-title {
    font-size: 26px;
    line-height: 34px;
    padding-left: 24px;
    margin-left: -24px; }
  .article-item:not(.featured-article) .article-inner .article-desc .article-desc-inner .article-intro {
    font-size: 13px;
    line-height: 23px; }
  .article-item:not(.featured-article) .article-inner .article-desc .article-desc-inner .article-author {
    font-size: 14px; }
  .article-item:not(.featured-article):nth-child(odd) .article-desc .article-desc-inner {
    padding-left: 0;
    padding-right: 24px; }
    .article-item:not(.featured-article):nth-child(odd) .article-desc .article-desc-inner h5.article-title {
      padding-left: 0;
      margin-left: 0;
      padding-right: 24px;
      margin-right: -24px; }
  .article-item:not(.featured-article):after {
    margin-top: 37px;
    margin-bottom: 37px; }
  .article-item:not(.featured-article):last-of-type:after {
    margin-top: 7px;
    margin-bottom: 0; }
  .article-item:not(.featured-article).home-top-article-item .article-desc {
    width: 48%;
    padding-right: 0; }
    .article-item:not(.featured-article).home-top-article-item .article-desc .article-desc-inner {
      padding: 23px; }
      .article-item:not(.featured-article).home-top-article-item .article-desc .article-desc-inner h5.article-title {
        padding-left: 23px;
        margin-left: -23px; }
  .articles-carousel .ac-item {
    padding: 15px; }
    .articles-carousel .ac-item .ac-desc .ac-title {
      font-size: 18px;
      line-height: 28px; }
  .category-title {
    font-size: 34px;
    margin-top: 25px;
    margin-bottom: 55px; }
  .article-gallery .gallery-ad-skyscraper {
    display: none; }
  .article-gallery .ag-gal .ag-gal-prev,
  .article-gallery .ag-gal .ag-gal-next {
    height: 55px;
    width: 43px;
    margin-top: -27.5px; }
  .article-detail-content .article-detail-content-inner img[style*='width: 728px'] {
    width: 100% !important;
    height: auto !important; } }

@media screen and (min-width: 680px) {
  .site > header {
    background: transparent !important; } }
