.article-wrapper {
  color: black;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: white;
  padding: 40px 44px;
}
.article-wrapper.ao-unpublished {
  background-color: #ffe0e0c4;
}
@media (max-width: 480px) {
  .article-wrapper {
    padding: 20px 16px;
  }
}
@media (max-width: 768px) {
  .article-wrapper {
    flex-direction: column;
  }
}
.video-content {
  background: black;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 5px;
  height: 0;
  color: black;
}
.video-content a {
  color: black;
}
.video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-content p {
  font: 20px/28px Visby CF;
  color: #424242;
}
.article-content {
  position: relative;
  max-width: 736px;
}
.article-content figcaption {
  background: #F5F5F5;
  padding: 8px 16px;
  font-style: normal;
}
.article-content figcaption em {
  font-style: italic;
  display: block;
}
.article-content .image {
  color: #9E9E9E;
  font: 16px/18px Visby CF;
}
@media (max-width: 480px) {
  .article-content .image {
    font: 15px/16px Visby CF;
  }
}
.article-content .image-info {
  background: #F5F5F5;
  padding: 8px 16px;
}
.article-content .image-credit {
  font-style: italic;
}
@media (max-width: 480px) {
  .article-content .image {
    margin: 10px -16px;
  }
}
.article-content .oembed {
  display: flex;
  justify-content: center;
  clear: both;
  margin-bottom: -15px;
}
.article-content .oembed iframe {
  width: 500px;
  max-width: 100%;
}
.article-content .category .ao-icon {
  margin: 0 0 5px 0;
  height: 35px;
}
.article-content .category .ao-badge {
  margin: 0 0 5px 0;
}
.article-content .keywords {
  clear: both;
  display: flex;
  align-items: center;
  margin: 0 0 18px;
  overflow: hidden;
  text-transform: uppercase;
  font: 16px/22px Visby CF;
  text-decoration: underline;
}
.article-content .keywords .ao-icon {
  margin-right: 20px;
}
@media (min-width: 480px) {
  .article-content .keywords .ao-icon {
    height: 48px;
    width: 48px;
  }
}
.article-content .keywords span a:not(:last-child):after {
  content: '|';
  padding: 0 5px;
  color: #9E9E9E;
}
@media (max-width: 480px) {
  .article-content .keywords {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    font: 13px/16px Visby CF;
  }
  .article-content .keywords::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
.article-content .body {
  padding: 15px 0;
  font: 20px/28px Visby CF;
  color: #424242;
}
.article-content .body > body {
  font: 20px/28px Visby CF;
}
@media (max-width: 480px) {
  .article-content .body > body {
    font: 18px/24px Visby CF;
  }
}
.article-content .body blockquote {
  font: Bold 23px/32px Visby CF;
  border-left: 4px solid #FF6D00;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .article-content .body blockquote {
    font: Bold 27px/38px Visby CF;
  }
}
@media (min-width: 768px) {
  .article-content .body blockquote {
    margin-left: 25px;
  }
}
.article-content .body blockquote p {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .article-content .body blockquote p {
    margin-left: 25px;
  }
}
.article-content .body blockquote p::before {
  content: open-quote;
  letter-spacing: 5px;
}
.article-content .body blockquote p::after {
  content: close-quote;
  letter-spacing: 5px;
}
.article-content .body a {
  text-decoration: underline;
}
.article-content .body .embed-article,
.article-content .body .embed-article .skeleton-active {
  display: block;
  width: 100%;
  max-width: 266px;
  margin: 0 auto;
  clear: both;
}
.article-content .body .embed-article a,
.article-content .body .embed-article .skeleton-active a {
  text-decoration: none;
}
.article-content .body .embed-article .read-also,
.article-content .body .embed-article .skeleton-active .read-also {
  font: Bold 22px/24px Visby CF;
  margin-bottom: 14px;
}
@media (min-width: 480px) {
  .article-content .body .embed-article .read-also,
  .article-content .body .embed-article .skeleton-active .read-also {
    font: Bold 24px/28px Visby CF;
  }
}
.article-content .body .embed-article .embed-title,
.article-content .body .embed-article .skeleton-active .embed-title {
  font: Bold 16px/20px Visby CF;
  color: black;
  padding: 20px;
}
.article-content .body .embed-article .ao-card-layout .ant-card-body,
.article-content .body .embed-article .skeleton-active .ao-card-layout .ant-card-body {
  padding: 0;
}
@media (min-width: 480px) {
  .article-content .body .embed-article,
  .article-content .body .embed-article .skeleton-active {
    float: left;
    margin-right: 16px;
  }
}
@media (max-width: 480px) {
  .article-content .body p {
    overflow: hidden;
  }
}
.article-content .body .image {
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .article-content .body {
    font: 18px/24px Visby CF;
  }
}
.article-content .body iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  clear: both;
}
.article-content > .title {
  font: Bold 36px/40px Visby CF;
}
@media (max-width: 480px) {
  .article-content > .title {
    font: Bold 24px/30px Visby CF;
  }
}
.article-content .article-info {
  margin: 20px 0;
  display: flex;
  font: 16px/20px Visby CF;
  align-items: center;
}
.article-content .article-info .left {
  display: flex;
  margin-right: 10px;
}
.article-content .article-info .left .avatar:not(:first-child) {
  padding-left: 5px;
}
.article-content .article-info .avatar .ant-avatar {
  width: 48px;
  height: 48px;
  font-size: 30px;
  line-height: 48px;
}
.article-content .article-info .right {
  display: flex;
  flex-direction: column;
  color: #9E9E9E;
}
.article-content .article-info .right .datetime {
  text-transform: uppercase;
}
.article-content .article-info .right .name-source {
  color: #FF6D00;
}
.article-content .article-info .right .name-source .prefix {
  color: #9E9E9E;
  padding-right: 5px;
}
.article-content .article-info .right .name-source .last-name:after {
  content: '|';
  padding: 0 5px;
  color: #9E9E9E;
}
.article-content .article-info .right .name-source .name:after {
  content: ',';
  padding: 0 5px 0 0;
  color: #9E9E9E;
}
.article-content .article-info .right .name-source a {
  font: 15px/16px Visby CF;
  text-transform: uppercase;
}
.article-content .article-info a {
  text-decoration: underline;
}
.article-content .datetime {
  color: #9E9E9E;
}
@media (max-width: 1024px) {
  .article-content {
    width: 64%;
  }
}
@media (max-width: 768px) {
  .article-content {
    width: 100%;
  }
}
.article-sidebar {
  min-width: 300px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .article-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
}
.article-sidebar .ao-newsletter {
  width: 100%;
  max-width: 320px;
  margin: 30px auto;
  padding: 1px 0;
  background-color: #FFF3E0;
}
.article-sidebar .ao-newsletter .newsletter-form-wrapper {
  margin: 24px auto 10px;
}
.article-mid-ads {
  margin: 10px auto;
  text-align: center;
}
.ao-link-news a {
  color: #3F51B5;
}
.ao-link-entertainment a {
  color: #E91E63;
}
.ao-link-lifestyle a {
  color: #9C27B0;
}
.ao-link-digital a {
  color: #FFC107;
}
.ao-link-money a {
  color: #00BCD4;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .table {
    overflow: scroll;
  }
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #eee;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #eee;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-responsive {
  overflow-x: scroll;
}
.article-recommend {
  margin-top: 15px;
}
#ob-readmore-placeholder {
  z-index: 99999;
}
.ant-back-top {
  z-index: 100000 !important;
}

.moments-carousel {
  padding: 16px 0;
  background-color: black;
}
.moments-carousel .ao-carousel-wrapper {
  width: 90%;
  margin: 10px auto;
}
.moments-carousel .ao-carousel-wrapper .ant-carousel .slick-slide {
  padding: 0;
}
.moments-carousel .slider-image,
.moments-carousel .pager-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 66.6%;
}
.moments-carousel .slider-image img,
.moments-carousel .pager-image img {
  height: 100%;
  position: absolute;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.moments-carousel .slider-info {
  background-color: #191919;
  color: #9E9E9E;
  padding: 10px;
  min-height: 60px;
}
.moments-carousel .pager .slick-current > div img {
  border: 2px solid #FF6D00;
}

.ao-share-buttons {
  margin: 16px 0 0;
  display: flex;
  max-width: 200px;
  justify-content: space-between;
}
.SocialMediaShareButton {
  cursor: pointer;
}

@media (min-width: 768px) {
  .ao-content .taxonomy.ao-card-layout {
    overflow: visible;
  }
  .ant-col.section-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

/* Header */
.ant-menu {
  font-weight: bold;
  text-transform: uppercase;
}
.ao-menu-open-icon {
  font-size: 32px;
}
@media (min-width: 1024px) {
  .ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .ao-menu .ant-menu {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .ao-menu .ant-menu {
    font-size: 17px;
  }
}
.ao-menu .ant-btn-link,
.ao-menu .ant-btn-link:hover,
.ao-menu .ant-btn-link:focus {
  font-size: 23px;
  color: black;
}
.ant-card .ant-card-head {
  border-bottom: 0;
}
.menu-wrapper .ant-menu-horizontal {
  border-bottom: none;
  max-height: 80px;
}
.menu-wrapper .ant-menu-horizontal > .ant-menu-item:hover,
.menu-wrapper .ant-menu-horizontal > .ant-menu-submenu:hover,
.menu-wrapper .ant-menu-horizontal > .ant-menu-item-active,
.menu-wrapper .ant-menu-horizontal > .ant-menu-submenu-active,
.menu-wrapper .ant-menu-horizontal > .ant-menu-item-open,
.menu-wrapper .ant-menu-horizontal > .ant-menu-submenu-open,
.menu-wrapper .ant-menu-horizontal > .ant-menu-item-selected,
.menu-wrapper .ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid transparent;
}
.ao-layout-header.ant-layout-header {
  height: auto;
  line-height: normal;
  padding: 0;
  box-shadow: 0px 1px 1px #ada6a6;
}
.ao-layout-header .ant-menu-horizontal {
  border-bottom: none;
  line-height: normal;
}
.menu-wrapper {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  min-height: 64px;
  align-items: center;
  text-transform: uppercase;
  position: relative;
}
.menu-wrapper .ao-shadow-right {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: 41px;
  z-index: 2;
  width: 40px;
  box-shadow: inset -35px 0 22px white;
  -moz-box-shadow: inset -35px 0 22px white;
  -webkit-box-shadow: inset -35px 0 22px white;
  -o-box-shadow: inset -35px 0 22px white;
}
.menu-wrapper .ao-shadow-right .anticon {
  margin: 15px 0;
  width: 100%;
  font-size: 17px;
}
@media (max-width: 1024px) {
  .menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.menu-wrapper .logo {
  margin: 0 40px 0px 0px;
  width: 180px;
}
.menu-wrapper .logo img {
  display: inline;
}
@media (max-width: 1200px) {
  .menu-wrapper .logo {
    margin: 0 20px 0 20px;
  }
}
@media (max-width: 1024px) {
  .menu-wrapper .logo {
    width: 120px;
    margin: 15px 20px 15px 20px;
  }
}
.mobile-search {
  margin: 20px 20px 40px;
  border-bottom: 1px solid;
}
.mobile-menu-link {
  font-size: 16px;
}
/* mobile */
@media (max-width: 1024px) {
  .ant-layout .ao-layout-header {
    line-height: normal;
  }
  .ao-menu {
    margin: 5px 0 5px;
    text-align: right;
    padding-right: 3%;
  }
  .ao-menu-open-icon {
    font-size: 20px;
  }
  .ant-menu-submenu .ant-menu-vertical .ant-menu-item {
    padding-left: 35px;
  }
  .ao-sub-menu {
    width: 100%;
    border-top: 1px solid #9E9E9E33;
  }
  .ao-sub-menu .ant-menu-item,
  .ao-sub-menu .ant-menu-submenu-title {
    padding: 0 14px 0 14px;
  }
  .ao-sub-menu .ant-menu {
    line-height: 22px;
    padding: 12px 0 12px 7px;
  }
  .ao-sub-menu .ant-menu .ant-menu-submenu,
  .ao-sub-menu .ant-menu .ant-menu-item {
    font-size: 15px;
  }
}
/* tablet */
@media (min-width: 480px) and (max-width: 1024px) {
  .ao-menu {
    text-align: right;
    padding-right: 3%;
  }
  .ao-menu .ant-menu-item,
  .ao-menu .ant-menu-submenu-title {
    padding: 0 16px;
  }
}
.ao-web-search-btn {
  font-size: 23px;
  margin: 0 20px 0 auto;
}
.ao-mobile-search-btn {
  margin: 0 auto 10px auto;
}
.ao-mobile-search-btn .ant-btn {
  width: 100%;
}
.ao-drawer.ant-drawer {
  top: 48px;
}
.ao-drawer.ant-drawer .ant-drawer-wrapper-body {
  background-color: #FFF3E0;
}
.ao-drawer.ant-drawer .ant-drawer-body {
  padding: 18px 18px 50px;
}
.mobile-menu-wrapper {
  letter-spacing: 0.5px;
}
.mobile-menu-wrapper .ao-submenu-group .mobile-menu-link {
  padding-left: 15px;
  font: 400 16px/16px Visby CF;
  margin: 17px 0 ;
}
.mobile-menu-wrapper .ao-submenu-title,
.mobile-menu-wrapper > .mobile-menu-link {
  text-transform: uppercase;
  font: 700 16px/16px Visby CF;
  color: #FF6D00;
  margin: 20px 0;
}
.ao-search-modal .ant-modal-body {
  max-width: 1000px;
  margin: 0 auto;
}
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover i,
.ant-menu-submenu-active i,
.ant-menu-submenu-selected i {
  border-color: #FF6D00;
}
.ao-sub-menu {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
}
.ao-sub-menu::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.ao-sub-menu .ant-menu-horizontal {
  min-width: 800px;
}
.ant-menu-submenu-arrow {
  position: absolute;
  box-sizing: border-box;
  right: 5px;
  top: 4px;
  height: 6px;
  width: 6px;
  border-style: solid;
  border-color: black;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}
@media (max-width: 1024px) {
  .ant-menu-submenu-arrow {
    right: 0;
  }
}
.ao-mobile-menu-wrapper .ant-affix .menu-wrapper {
  min-height: 0;
}
.ao-mobile-menu-wrapper .ant-affix .menu-wrapper .ao-menu {
  display: none;
}
.ao-mobile-menu-wrapper .ant-affix .menu-wrapper .logo {
  display: none;
  margin: 0;
}
.ao-desktop-menu-wrapper .ant-affix .menu-wrapper {
  min-height: 50px;
}
.ao-desktop-menu-wrapper .ant-affix .menu-wrapper .logo {
  width: 140px;
}
@media (min-width: 1200px) {
  .ao-desktop-menu-wrapper .ant-affix .ao-menu .ant-menu {
    font-size: 16px;
  }
}

/* footer */
.ant-layout-footer {
  padding: 20px;
}
.ao-common-footer {
  background-color: #000000;
  color: #fff;
}
.footer-wrapper {
  color: white;
  max-width: 1200px;
  margin: 0 auto;
}
.ao-footer-logo {
  width: 220px;
  margin: 20px 20px 15px 0;
}
@media (max-width: 480px) {
  .ao-footer-logo {
    width: 180px;
    margin: 10px auto;
  }
}
.ao-footer-menu {
  margin: 5px 5px 20px 0;
  font: Bold 16px/22px Visby CF;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .ao-footer-menu {
    font: Bold 12px/26px Visby CF;
    text-align: center;
  }
}
.ao-footer-menu-link a {
  color: #FFFFFF;
}
.ao-footer-menu-separator {
  margin: 0 5px;
}
.ao-col-follow {
  margin-bottom: 20px;
}
.ao-footer-follow {
  margin: 10px 0 10px 30px;
  font: Bold 16px/20px Visby CF;
}
@media (max-width: 480px) {
  .ao-footer-follow {
    margin: 10px 0;
  }
}
.ao-footer-follow-icons {
  margin: 0 0 40px 10px;
}
@media (max-width: 480px) {
  .ao-footer-follow-icons {
    margin: 0 auto;
    width: 180px;
    display: flex;
    justify-content: space-evenly;
  }
}
.ao-footer-follow-icons .icon-logo {
  width: 40px;
  margin: 0 0 0px 7%;
  float: left;
}
@media (max-width: 480px) {
}
.ao-footer-copyright {
  margin: 0 20px 0 0;
  font: 14px/18px Visby CF;
}
@media (max-width: 480px) {
  .ao-footer-copyright {
    font: 10px/12px Visby CF;
    text-align: center;
  }
}

.outbrain-wrapper {
  font-family: 'Visby CF';
  max-height: 2200px;
  overflow: hidden;
}
.outbrain-wrapper.homepage {
  max-width: 320px;
  margin: 16px auto;
}
@media (min-width: 1024px) {
  .outbrain-wrapper {
    max-height: 900px;
  }
}

/* Instagram */
.ao-insta-layout {
  background-color: #ffffff;
  border-top: 6px solid black;
  padding-bottom: 2px;
}
.ao-insta-layout .ao-insta-text-layout {
  display: flex;
  align-items: center;
  margin: 0 0 3px 0;
}
.ao-insta-layout .ao-insta-text {
  margin-left: 15px;
  font: Bold 20px/24px Visby CF;
}
.ao-insta-layout .ao-insta-link a {
  color: #FF6D00;
}
.ao-insta-layout .ao-insta-photo-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ao-insta-layout .ao-insta-photo {
  max-width: 33%;
  width: 33%;
}

/* NewsLetter */
.ao-newsletter .ao-newsletter-title-layout {
  position: relative;
}
.ao-newsletter .ao-newsletter-icon {
  position: absolute;
  margin-left: -110px;
}
.ao-newsletter .ao-newsletter-title {
  font: Bold 16px/19px Visby CF;
  margin: 10px 0 10px 0px;
  z-index: 1;
}
.ao-newsletter .ao-newsletter-subtitle {
  font: 13px/16px Visby CF;
  margin: 5px 0 10px 0;
}
.ao-newsletter .login-form-button,
.ao-newsletter .login-form-button:hover,
.ao-newsletter .login-form-button:active,
.ao-newsletter .login-form-button:focus {
  width: 100%;
  color: white;
  background-color: #FF6D00;
  border-radius: 15px;
  height: 32px;
  font: Bold 13px/13px Visby CF;
}
.ao-newsletter .newsletter-form-wrapper {
  display: flex;
  flex-flow: column;
  width: 75%;
  margin: 32px auto;
}
@media (max-width: 768px) {
  .ao-newsletter .newsletter-form-wrapper {
    width: 82%;
  }
}
.ao-newsletter .newsletter-form-wrapper .ant-input {
  height: 32px;
  border-radius: 0;
}
.ao-newsletter .newsletter-form-wrapper .ant-form-item {
  margin-bottom: 10px;
  font: 13px/16px Visby CF;
}
.ao-newsletter .newsletter-form-wrapper .ao-newsletter-icon {
  width: 55px;
  margin-left: -23px;
  top: -15px;
}
.ao-newsletter .newsletter-form-wrapper .login-form-button {
  margin-top: 10px;
}

/* Homepage */
.homepage.tablet .ao-featured-card {
  max-height: 300;
}
.homepage.tablet .ao-featured-card .ant-card-cover {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.homepage.tablet .ao-featured-card .ant-card-body {
  max-width: 300px;
  position: absolute;
  background: white;
  right: 0;
  bottom: 0;
}
.homepage.tablet .ao-featured-card .ant-card-body .ant-card-meta-detail {
  padding-top: 3px;
}
.homepage.tablet .ao-featured-card .ant-card-body .ant-card-meta-title {
  font: Bold 21px/25px Visby CF;
}
.homepage .ao-main-card .ant-card-meta-title {
  line-height: 20px;
}
.homepage .ao-main-card.horizontal .ant-card-body {
  width: 69%;
}
.homepage .ao-main-card.horizontal .ant-card-meta-title {
  font: Bold 16px/18px Visby CF;
  margin-top: 3px;
  height: 75px;
}
@media (max-width: 1024px) {
  .homepage .ao-main-card.horizontal .ant-card-meta-title {
    margin-top: 0;
    height: 75px;
  }
}
.homepage .ao-main-card.horizontal .ant-card-meta-description {
  bottom: 3px;
}
.homepage .ao-main-card.horizontal .ant-card-cover {
  min-height: 100px;
}
.homepage .homepage-v-listing .ao-card-layout .ant-list-item {
  display: block;
  padding: 0;
}
.homepage .homepage-v-listing .ao-card-layout > .ant-card-body {
  padding: 10px 44px 24px;
}
.homepage .homepage-v-listing .ao-card-layout > .ant-card-body .ant-card-meta-title {
  font-size: 16px;
}
@media (max-width: 568px) {
  .homepage .homepage-v-listing .ao-card-layout > .ant-card-body {
    padding: 10px 16px 24px;
  }
}
.homepage .ao-video-wrapper {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.homepage .ao-video-wrapper .outbrain-wrapper.homepage {
  display: none;
}
@media (max-width: 768px) {
  .homepage .ao-video-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  .homepage .ao-video-wrapper .outbrain-wrapper.homepage {
    display: block;
  }
}
.homepage .ao-video-wrapper .ant-skeleton-active {
  background: white;
}
.homepage .ao-video-wrapper .ao-insta-layout {
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .homepage .ao-video-wrapper .ao-insta-layout {
    margin: 0;
  }
}
.homepage .ao-video-wrapper .ao-newsletter {
  margin: 8px 0 0 0;
  background: #FFF3E0;
  width: 100%;
  max-width: 404px;
  max-height: 307px;
}
@media (max-width: 768px) {
  .homepage .ao-video-wrapper .ao-newsletter {
    margin: 16px;
    width: auto;
  }
}
.homepage .ao-video-wrapper .ao-newsletter .has-error {
  margin-bottom: -10px;
}
@media (min-width: 780px) {
  .homepage .ao-video-wrapper .newsletter-form-wrapper .login-form-button,
  .homepage .ao-video-wrapper .newsletter-form-wrapper .login-form-button:hover,
  .homepage .ao-video-wrapper .newsletter-form-wrapper .login-form-button:active,
  .homepage .ao-video-wrapper .newsletter-form-wrapper .login-form-button:focus {
    font: Bold 16px/16px Visby CF;
    border-radius: 60px;
    height: 40px;
  }
  .homepage .ao-video-wrapper .newsletter-form-wrapper .ant-form-item {
    font: 16px/20px Visby CF;
  }
  .homepage .ao-video-wrapper .newsletter-form-wrapper .ant-input {
    height: 40px;
  }
  .homepage .ao-video-wrapper .newsletter-form-wrapper .ao-newsletter-title {
    font: Bold 20px/24px Visby CF;
    margin: 0;
  }
}
.homepage .ao-video-wrapper .ao-insta-newsletter-wrapper {
  width: 100%;
  max-width: 404px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .homepage .ao-video-wrapper .ao-insta-newsletter-wrapper {
    max-width: 480px;
  }
}
@media (min-width: 1024px) {
  .homepage .ao-video-wrapper .ao-insta-newsletter-wrapper {
    width: 34%;
  }
}
.homepage .ao-video-wrapper .ao-insta-newsletter-wrapper .ant-skeleton-active {
  background: white;
  padding: 10px;
}
.homepage .ao-video-wrapper .ao-card-video {
  max-width: 780px;
  width: 100%;
  margin-bottom: 16px;
}
.homepage .ao-video-wrapper .ao-card-video > .ant-card-body {
  padding: 0;
}
@media (min-width: 1024px) {
  .homepage .ao-video-wrapper .ao-card-video {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .homepage .ao-video-wrapper .ao-card-video {
    margin: 16px 0;
  }
}

/* Homepage */
.homepage2.tablet .ao-featured-card {
  max-height: 300;
}
.homepage2.tablet .ao-featured-card .ant-card-cover {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.homepage2.tablet .ao-featured-card .ant-card-body {
  max-width: 300px;
  position: absolute;
  background: white;
  right: 0;
  bottom: 0;
}
.homepage2.tablet .ao-featured-card .ant-card-body .ant-card-meta-detail {
  padding-top: 3px;
}
.homepage2.tablet .ao-featured-card .ant-card-body .ant-card-meta-title {
  font: Bold 21px/25px Visby CF;
}
.homepage2 .ao-card-layout .ao-section-link {
  display: none;
}
@media (max-width: 480px) {
  .homepage2 .ao-card-layout .ao-section-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px 20px;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 480px) {
  .homepage2 .ao-card-layout .ant-card-head-title a,
  .homepage2 .ao-card-layout .heading .ant-card-meta-title a {
    display: none;
  }
  .homepage2 .ao-card-layout .ant-card-head-title .arrow-right,
  .homepage2 .ao-card-layout .heading .ant-card-meta-title .arrow-right {
    display: none;
  }
}
@media (max-width: 480px) {
  .homepage2 .ao-main-card:not(.horizontal) > .ant-card-body {
    height: auto;
    padding: 11px 16px 0;
  }
  .homepage2 .ao-main-card:not(.horizontal) .ant-card-meta-description {
    display: block;
    position: relative;
  }
  .homepage2 .ao-main-card:not(.horizontal) .ant-card-meta {
    position: relative;
  }
  .homepage2 .ao-main-card:not(.horizontal) .ant-card-meta-avatar {
    bottom: 0%;
    top: -20px;
  }
  .homepage2 .ao-main-card:not(.horizontal).horizontal .ant-typography {
    -webkit-line-clamp: 3 !important;
  }
  .homepage2 .ao-main-card:not(.horizontal).horizontal .ant-card-meta-avatar {
    top: 0;
  }
  .homepage2 .ao-main-card:not(.horizontal) .ant-card-meta-title {
    font: Bold 19px/24px Visby CF !important;
    height: auto;
  }
  .homepage2 .ao-main-card:not(.horizontal) > .ant-card-cover {
    max-height: 100%;
  }
  .homepage2 .ao-main-card:not(.horizontal) .ant-card-meta-avatar .ao-icon {
    height: auto;
    width: 150px;
  }
}
@media (max-width: 480px) {
  .homepage2 .ao-scrolling-wrapper {
    flex-direction: column;
    margin: 0 16px;
  }
  .homepage2 .ao-scrolling-wrapper .ao-main-card,
  .homepage2 .ao-scrolling-wrapper .ant-skeleton-active {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 16px;
  }
}
.homepage2 .ao-main-card .ant-card-meta-title {
  line-height: 20px;
}
.homepage2 .ao-main-card.horizontal .ant-card-body {
  width: 69%;
}
.homepage2 .ao-main-card.horizontal .ant-card-meta-title {
  font: Bold 16px/18px Visby CF;
  margin-top: 3px;
  height: 75px;
}
@media (max-width: 1024px) {
  .homepage2 .ao-main-card.horizontal .ant-card-meta-title {
    margin-top: 0;
    height: 75px;
  }
}
.homepage2 .ao-main-card.horizontal .ant-card-meta-description {
  bottom: 3px;
}
@media (max-width: 480px) {
  .homepage2 .ao-main-card.horizontal .ant-card-meta-description {
    display: none;
  }
}
.homepage2 .ao-main-card.horizontal .ant-card-cover {
  min-height: 100px;
}
.homepage2 .homepage-v-listing .ao-card-layout .ant-list-item {
  display: block;
  padding: 0;
}
.homepage2 .homepage-v-listing .ao-card-layout > .ant-card-body {
  padding: 10px 44px 24px;
}
.homepage2 .homepage-v-listing .ao-card-layout > .ant-card-body .ant-card-meta-title {
  font-size: 16px;
}
@media (max-width: 568px) {
  .homepage2 .homepage-v-listing .ao-card-layout > .ant-card-body {
    padding: 10px 16px 24px;
  }
}
.homepage2 .ao-video-wrapper {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.homepage2 .ao-video-wrapper .outbrain-wrapper.homepage {
  display: none;
}
@media (max-width: 768px) {
  .homepage2 .ao-video-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  .homepage2 .ao-video-wrapper .outbrain-wrapper.homepage {
    display: block;
  }
}
.homepage2 .ao-video-wrapper .ant-skeleton-active {
  background: white;
}
.homepage2 .ao-video-wrapper .ao-insta-layout {
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .homepage2 .ao-video-wrapper .ao-insta-layout {
    margin: 0;
  }
}
.homepage2 .ao-video-wrapper .ao-newsletter {
  margin: 8px 0 0 0;
  background: #FFF3E0;
  width: 100%;
  max-width: 404px;
  max-height: 307px;
}
@media (max-width: 768px) {
  .homepage2 .ao-video-wrapper .ao-newsletter {
    margin: 16px;
    width: auto;
  }
}
.homepage2 .ao-video-wrapper .ao-newsletter .has-error {
  margin-bottom: -10px;
}
@media (min-width: 780px) {
  .homepage2 .ao-video-wrapper .newsletter-form-wrapper .login-form-button,
  .homepage2 .ao-video-wrapper .newsletter-form-wrapper .login-form-button:hover,
  .homepage2 .ao-video-wrapper .newsletter-form-wrapper .login-form-button:active,
  .homepage2 .ao-video-wrapper .newsletter-form-wrapper .login-form-button:focus {
    font: Bold 16px/16px Visby CF;
    border-radius: 60px;
    height: 40px;
  }
  .homepage2 .ao-video-wrapper .newsletter-form-wrapper .ant-form-item {
    font: 16px/20px Visby CF;
  }
  .homepage2 .ao-video-wrapper .newsletter-form-wrapper .ant-input {
    height: 40px;
  }
  .homepage2 .ao-video-wrapper .newsletter-form-wrapper .ao-newsletter-title {
    font: Bold 20px/24px Visby CF;
    margin: 0;
  }
}
.homepage2 .ao-video-wrapper .ao-insta-newsletter-wrapper {
  width: 100%;
  max-width: 404px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .homepage2 .ao-video-wrapper .ao-insta-newsletter-wrapper {
    max-width: 480px;
  }
}
@media (min-width: 1024px) {
  .homepage2 .ao-video-wrapper .ao-insta-newsletter-wrapper {
    width: 34%;
  }
}
.homepage2 .ao-video-wrapper .ao-insta-newsletter-wrapper .ant-skeleton-active {
  background: white;
  padding: 10px;
}
.homepage2 .ao-video-wrapper .ao-card-video {
  max-width: 780px;
  width: 100%;
  margin-bottom: 16px;
}
.homepage2 .ao-video-wrapper .ao-card-video > .ant-card-body {
  padding: 0;
}
@media (min-width: 1024px) {
  .homepage2 .ao-video-wrapper .ao-card-video {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .homepage2 .ao-video-wrapper .ao-card-video {
    margin: 16px 0;
  }
}

/* 
@font-face {
  font-family: 'Visby CF';
  font-style : normal;
  font-weight: 400;
  src        : local('Normal Font'),
       url('../fonts/VisbyCf-Medium.woff2') format('woff2'), 
       url('../fonts/VisbyCf-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Visby CF';
  font-style : normal;
  font-weight: 700;
  src        : local('Awesome Font'),
       url('../fonts/VisbyCf-Bold.woff2') format('woff2'), 
       url('../fonts/VisbyCf-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Visby CF';
  font-style : italic;
  font-weight: 400;
  src        : local('Awesome Font Italic'),
       url('../fonts/VisbyCF-MediumOblique.woff2') format('woff2'), 
       url('../fonts/VisbyCF-MediumOblique.woff') format('woff');
} */
@font-face {
  font-family: 'Visby CF';
  font-style: normal;
  font-weight: 400;
  src: url(/_next/static/chunks/fonts/VisbyCF-Medium-961b47cb4aae74d3ae2698b6d7272315.woff) format('woff'), url(/_next/static/chunks/fonts/VisbyCF-Medium-5a0d1a4e5fd209e61f0cbb4bf99a7e28.otf) format("opentype");
}
@font-face {
  font-family: 'Visby CF';
  font-style: normal;
  font-weight: 700;
  src: url(/_next/static/chunks/fonts/VisbyCF-Bold-6c64762ff5b1789292d4faa57be1e3ba.woff) format('woff'), url(/_next/static/chunks/fonts/VisbyCF-Bold-cae03673f5efe7a658833da5147352dd.otf) format("opentype");
}
/* change for default ant */
/* header */
/* menu */
.ant-card .ant-card-head {
  border-bottom: 0;
}
/* content */
.ao-content {
  margin: 15px auto 0;
  max-width: 1200px;
  min-height: 600px;
  width: 100%;
  position: relative;
}
/* tag */
.ao-tag {
  margin-bottom: 8px;
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  #__next {
    min-width: 1200px;
  }
}
.overlayWhite {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000001;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-y: hidden;
}
.edit-link {
  font-size: 16px;
  text-transform: capitalize;
  color: #7f61b7;
  z-index: 1;
  text-decoration: underline;
}
.edit-link:hover {
  text-decoration: underline;
}
body {
  letter-spacing: 0.15px;
}
.ao-hidden {
  display: none;
}
.article-content .edit-link {
  position: absolute;
  right: 0;
  padding: 15px;
  background-color: white;
}
@media (max-width: 480px) {
  .article-content .edit-link {
    float: right;
    padding: 0 15px;
  }
}
#ao-container {
  margin-top: 15px;
}

.ao-covid-title {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .ao-covid-title {
    font-size: 19px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}
.ao-content .ao-card-widget {
  background: white !important;
  border-top: none !important;
}
.ao-content .ao-card-widget .ant-btn {
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .ao-content .ao-card-widget .ant-btn {
    margin: 16px 0 0 0;
  }
}
.ao-content .ao-card-widget .ant-card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
@media (max-width: 480px) {
  .ao-content .ao-card-widget .ant-card-body {
    flex-direction: column;
  }
}
.ao-content .ao-card-widget .ant-card-body .ao-covid-stats-wrapper {
  width: 30%;
  display: flex;
  justify-content: space-around;
}
.ao-content .ao-card-widget .ant-card-body .ao-covid-stats-wrapper .ant-statistic-content {
  font-size: 19px;
}
.ao-content .ao-card-widget .ant-card-body .ao-covid-stats-wrapper .ant-statistic-title {
  color: black;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .ao-content .ao-card-widget .ant-card-body .ao-covid-stats-wrapper {
    width: 100%;
  }
}

.ao-smart-banner-layout {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  width: 100%;
  height: 65px;
  background: #323740;
}
.ao-smart-banner-layout .ao-smart-banner-icon-logo img {
  margin: auto 3px;
  display: block;
  height: 90%;
  padding: 3px;
}
.ao-smart-banner-layout .ao-smart-banner-text-layout {
  padding: 0 3px;
}
.ao-smart-banner-layout .ao-smart-banner-text-layout .ao-smart-banner-title {
  font: Bold 15px Visby CF;
}
.ao-smart-banner-layout .ao-smart-banner-text-layout .ao-smart-banner-subtitle {
  font: 13px Visby CF;
}
.ao-smart-banner-layout .ao-smart-banner-close-layout {
  height: 100%;
}
.ao-smart-banner-layout .ao-smart-banner-button-close {
  font-size: 15px;
  margin: 0 auto;
  display: block;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
}
.ao-smart-banner-layout .ao-smart-banner-button-view {
  font: 12px Visby CF;
  margin: auto 3px;
  display: block;
  width: 85%;
  height: 25px;
}
.ao-smart-banner-layout .ao-smart-banner-click-button {
  height: 24px;
  font: 11px Visby CF;
  text-align: center;
  border-radius: 15px;
  position: relative;
  display: block;
  padding: 5px 5px;
  margin: 0 3px;
  background-color: #FF6D00;
  color: #FFFFFF;
}

