html,
body {
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-kerning: normal;
    box-sizing: border-box;
    height: 100%;
}

a, a:hover, a:active {
    text-decoration: none;
    color: inherit;
    outline: none !important;
    border: 0;
}

ul {
    list-style: none;
}

hr {
    background: black;
    margin: 0 auto;
    height: 1px;
    width: 100%;
    border: 0;
}

.mainContainer {
    min-width: 1000px;
    margin: auto;
    position: relative;
    padding-bottom: 210px;
    min-height: 100%;
}

.hide {
    display: none !important;
}

.contentContainerWidth {
    width: 1000px;
}

.logoImage {
    display: inline;
    height: 0.77em;
    width: 3em;
}

.logoText {
    font-family: "WGSN Headline";
    font-size: 25px;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.logoText__logoDivider {
    font-family: "Roboto Light";
    margin: 0 0 0 -5px;
    font-size: 25px;
}

.authorNameLink,
.authorNameLink:hover {
    text-decoration: underline;
}

.categoryName,
.categoryNameWhite {
    display: inline;
}

.categoryName a,
.categoryNameWhite a {
    display: inline-block;
    border-bottom: 1px solid #000000;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 1px;
}

.categoryNameWhite a {
    border-color: #FFFFFF;
}

.categoryName,
.categoryName > ul > li > a,
.categoryNameWhite,
.categoryNameWhite > ul > li > a {
    font-family: "Roboto Medium";
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
.categoryNameWhite,
.categoryNameWhite ul > li > a {
    color: #FFFFFF;
}

.categoryName > ul,
.categoryNameWhite > ul {
    display: inline;
}

.categoryName > ul > li,
.categoryNameWhite > ul > li {
    position: relative;
    overflow: visible;
    display: inline;
    padding: 0;
    margin: 0;
}

.categoryName > ul > li:not(:last-child):after,
.categoryNameWhite > ul > li:not(:last-child):after {
    position: absolute;
    line-height: 20px;
    content: ",";
}

.header {
    background: #FFFFFF;
    position: fixed;
    top: auto;
    z-index: 101;
    width: 100%;
}
.header.shadow {
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
}

.header__wgsnProductsBar {
    font-family: Helvetica, Arial, sans-serif;
    vertical-align: middle;
    font-size: 11px;
    background: #2D2D2D;
    line-height: 32px;
    height: 32px;
    width: 100%;
    color: #FFF;
}

.header__wgsnProductsBar__dropDownContainer {
    display: inline-block;
    white-space: nowrap;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    letter-spacing: 0.5px;
}

.header__wgsnProductsBar__dropDownContainer__item {
    position: relative;
    cursor: pointer;
    height: 100%;
    float: left;
}

.header__wgsnProductsBar__dropDownContainer__item__content {
    height: 100%;
}

.header__wgsnProductsBar__dropDownContainer.open .header__wgsnProductsBar__dropDownContainer__item__content {
    color: #E37222;
}

.header__wgsnProductsBar__dropDownContainer.open svg path {
    fill: #E37222 !important;
}

.header__wgsnProductsBar__dropDownContainer__item__content__label,
.header__wgsnProductsBar__dropDownContainer__item__content__arrowIcon {
    vertical-align: middle;
    display: inline-block;
    line-height: 32px;
}

.header__wgsnProductsBar__dropDownContainer__item__content__label {
    margin-left: 40px;
}

.header__wgsnProductsBar__dropDownContainer__item__content__arrowIcon {
    margin: 0 10px;
}

.header__wgsnProductsBar__dropDownContainer__rootItem__subItemContainer {
    display: none;
    background: #2D2D2D;
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 0;
    z-index: 111;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    text-align: right;
    cursor: default;
    letter-spacing: normal;
    color: #FFFFFF;
}

.header__wgsnProductsBar__dropDownContainer.open .header__wgsnProductsBar__dropDownContainer__rootItem__subItemContainer {
    display: block;
}

.header__wgsnProductsBar__dropDownContainer__rootItem__subItemContainer .menu > .menu-item {
    border-bottom: 1px solid #4F4F4F;
    height: 31px;
    line-height: 30px;
    cursor: pointer;
}

.header__wgsnProductsBar__dropDownContainer__rootItem__subItemContainer .menu > .menu-item:last-child {
    border-color: transparent;
}

.header__wgsnProductsBar__dropDownContainer__rootItem__subItemContainer .menu > .menu-item:hover {
    color: #E37222;
}

.header__wgsnProductsBar__dropDownContainer__rootItem__subItemContainer .menu > .menu-item > a {
    display: inline-block;
    padding: 0 15px;
    height: 100%;
    width: 100%;
}

.header__adPromo {
    position: relative;
    width: 100%;
    background: #F1F1F1;
    text-align: center;
    color: #333333;
    overflow: hidden;
}

.header__adPromo.hidden {
    display: none;
}

.header__adPromo__newsletter {
    display: inline-block;
    padding: 30px 20px;
    max-width: 460px;
    cursor: pointer;
    width: 100%;
}

.header__adPromo__newsletter > .left {
    padding-right: 20px;
    float: left;
    width: 40%;
}

.header__adPromo__newsletter > .right {
    float: right;
    width: 60%;
}

.header__adPromo__newsletter__imageContainer {
    position: relative;
    height: 100px;
    width: 100%;
}

.header__adPromo__newsletter__imageContainer__bg {
    background: url("../images/newsletterImage.png") center center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.header__adPromo__newsletter__imageContainer__text {
    font-family: "WGSN Headline";
    text-transform: uppercase;
    font-size: 13px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    padding: 33px 0;
    color: #FFFFFF;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.header__adPromo__newsletter__title {
    font-family: "WGSN Headline";
    text-transform: uppercase;
    margin-bottom: 0.3em;
    line-height: 2;
    font-size: 14px;
}

.header__adPromo__newsletter__desc {
    font-family: "Roboto Medium";
    line-height: 1.5;
    font-size: 13px;
}

.header__adPromo__closeBtn {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px;
    height: 20px;
    width: 20px;
}

.header__adPromo__closeBtn > svg {
    height: 100%;
    width: 100%;
}

.header__divider {
    font-family: "Roboto Light";
    font-size: 13px;
    color: #808080;
    margin: 0 25px;
}

.header__contentWrapper {
    position: relative;
    margin: auto;
    height: 60px;
    padding: 0 20px;
}

.header__contentWrapper > * {
    float: left;
    position: relative;
}

.header__contentWrapper__logo {
    display: block;
    line-height: 60px;
    height: 100%;
    margin-right: 20px;
    outline: none;
    color: inherit;
}

.header__contentWrapper__logo__logoDivider {
    color: #000000;
    font-size: 25px;
}

.header__contentWrapper__menu {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding-top: 18px;
    margin-right: 56px;
}

.header__contentWrapper__menu__button {
    display: none;
}

.header__contentWrapper__menu__list {
    text-transform: uppercase;
    color: #808080;
    line-height: 26px;
    font-size: 13px;
    float: left;
}

.header__contentWrapper__menu__list * {
    float: left;
}

.header__contentWrapper__menu__list > ul.menu > li.menu-item {
    position: relative;
    padding: 0 21px;
}

.header__contentWrapper__menu__list > ul.menu li.menu-item > a {
    display: inline-block;
    border-top: 2px solid transparent;
    font-family: "WGSN Headline";
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #808080;
    outline: none;
}

.header__contentWrapper__menu__list > ul.menu > li.menu-item.openedItem,
.header__contentWrapper__menu__list > ul.menu > li.menu-item.openedItem > a {
    color: #484747;
}

.header__contentWrapper__menu__list > ul.menu > li.menu-item.current-menu-item > a,
.header__contentWrapper__menu__list > ul.menu > li.menu-item.current-category-ancestor > a{
    border-color: #F2BB31;
    color: #484747;
}

.header__contentWrapper__menu__list > ul.menu > li.menu-item:not(:last-child):after {
    content: "/";
    position: absolute;
    font-family: "Roboto Medium";
    padding-top: 2px;
    font-size: 13px;
    color: #808080;
    margin: 0 18px;
}

.header__contentWrapper__menu__list > ul.menu > li.menu-item > ul.sub-menu {
    display: none;
}

.header__contentWrapper__menu__cover {
    background: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.header__contentWrapper__rightWrapper {
    position: absolute;
    box-sizing: border-box;
    overflow: visible;
    padding-top: 22px;
    height: 100%;
    width: 190px;
    float: left;
    right: 0;
    white-space: nowrap;
}

.header__contentWrapper__rightWrapper > * {
    display: inline-block;
    vertical-align: top;
}

.header__contentWrapper__rightWrapper__search {
    overflow: hidden;
}

.header__subMenuBar {
    background: #F9F9F9;
    overflow: hidden;
    height: 0;
}

.header__subMenuBar__overflowContainer {
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 236px;
}

.header__subMenuBar__overflowContainer__menu {
    display: inline-block;
    font-size: 12px;
    padding: 12px 0;
}

.header__subMenuBar__overflowContainer__menu > ul.sub-menu {
    display: inline-block;
}

.header__subMenuBar__overflowContainer__menu > ul.sub-menu > li.menu-item {
    position: relative;
    display: inline-block;
    line-height: 26px;
    padding: 0 13px;
    margin-top: 6px;
    float: left;
}

.header__subMenuBar__overflowContainer__menu > ul.sub-menu > li.menu-item:not(:last-child):after {
    content: "/";
    position: absolute;
    font-family: "Roboto Light";
    padding-top: 1px;
    font-size: 13px;
    color: #808080;
    margin: 0 12px;
}

.header__subMenuBar__overflowContainer__menu > ul.sub-menu > li.menu-item > a {
    text-transform: uppercase;
    display: inline-block;
    border-top: 2px solid transparent;
    font-family: "WGSN Headline";
    letter-spacing: 0.02em;
    text-decoration: none;
    outline: none;
    color: #808080;
    float: left;
}

.header__subMenuBar__overflowContainer__menu > ul.sub-menu > li.menu-item.current-menu-item > a {
    border-color: #F2BB31;
    color: #484747;
}

.searchForm {
    display: inline-block;
    position: relative;
    min-width: 20px;
    width: auto;
}

.searchForm__inputContainer,
.searchForm__formButton,
.searchForm__submitFormButton {
    float: left;
}

.searchForm__inputContainer {
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
    width: 0;
}

.searchForm__inputContainer__searchInput {
    padding: 2px 4px;
    outline: none;
    height: 20px;
    width: 150px;
    border: 0;
    border-bottom: 1px solid #494847;
}

.searchForm__formButton,
.searchForm__submitFormButton {
    position: relative;
    background: none;
    cursor: pointer;
    outline: none;
    padding: 1px;
    height: 20px;
    width: 20px;
    border: 0;
}

.searchForm__formButton {
    margin-left: -20px;
}

.searchForm__formButton__icon,
.searchForm__submitFormButton__icon {
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    fill: #323232;
    height: 18px;
    width: 18px;
}

.footer {
    background: #323232;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer__mostViewedSection {
    padding: 25px 0 10px;
    background: #1E1E1E;
    color: #FFFFFF;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    max-height: 1300px;
}

.footer__mostViewedSection__mainContainer {
    display: inline-block;
    position: relative;
    max-width: 100%;
    width: 1240px;
}

.footer__mostViewedSection__mainContainer > * {
    float: left;
}

.footer__mostViewedSection__items {
    width: 80%;
    max-width: 1024px;
    float: left;
}

.footer__mostViewedSection.singleElement .owl-stage {
    margin: auto;
}

.footer__mostViewedSection.singleElement .owl-controls {
    display: none;
}

.footer__mostViewedSection__items .owl-controls {
    margin-top: 20px;
}

.footer__mostViewedSection__title {
    font-family: "WGSN Headline";
    line-height: 20px;
    margin-bottom: 65px;
    width: 100%;
}

.footer__mostViewedSection__title__top {
    font-size: 13px;
}

.footer__mostViewedSection__title__bottom {
    font-size: 20px;
}

.footer__mostViewedSection__arrow {
    font-family: "Roboto Light";
    font-size: 100px;
    line-height: 220px;
    box-sizing: border-box;
    text-align: center;
    width: 10%;
    cursor: pointer;
}

.footer__mostViewedSection.singleElement .footer__mostViewedSection__arrow {
    cursor: default;
    opacity: 0;
}

.footer__mostViewedSection__items > .footer__mostViewedSection__items__item {
    opacity: 0;
}

.footer__mostViewedSection__items__item {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    max-width: 530px;
    float: left;
    cursor: default;
}

.footer__mostViewedSection__items__item__media {
    position: relative;
    display: block;
    height: 252px;
    width: 100%;
}

.footer__mostViewedSection__items__item__media > * {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.footer__mostViewedSection__items__item__media__image.postThumbnailOuterContainer {
    overflow: hidden;
    width: 100%;
}

.footer__mostViewedSection__items__item__media__image .postThumbnailInnerContainer img {
    height: 252px !important;
    width: auto !important;
}

.footer__mostViewedSection__items__item__media__image .postThumbnailInnerContainer__noImage {
    background-color: rgba(0,0,0,0.2);
    height: 252px;
}

.footer__mostViewedSection__items__item__media__image .postThumbnailInnerContainer {
    opacity: 0.5;
}

.footer__mostViewedSection__items__item__media .postThumbnailSpecialContentIndicator {
    background: #1E1E1E;
    color: #C5C5C5;
    opacity: 1;
    z-index: 1;
}

.footer__mostViewedSection__items__item__media .postThumbnailSpecialContentIndicator svg path {
    fill: #C5C5C5 !important;
}

.footer__mostViewedSection__items__item__media__number {
    text-align: center;
    line-height: 252px;
    font-family: "WGSN Headline";
    font-size: 160px;
}

.footer__mostViewedSection__items__item__author {
    font-family: "Roboto Bold";
    font-weight: bold;
    font-size: 9px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #808080;
}

.footer__mostViewedSection__items__item__title {
    font-family: "PT Serif Regular";
    font-size: 19px;
    line-height: 21px;
    margin-top: 20px;
}

.footer__mostViewedSection__items__item__meta {
    font-family: "Roboto Medium";
    font-size: 10px;
    line-height: 21px;
    color: #C5C5C5;
    text-transform: uppercase;
    margin-top: 20px;
}

.footer__mostViewedSection__items__item__meta > div {
    display: inline;
}

.footer__mostViewedSection__items__item__meta__divider {
    margin: 0 8px 0 10px;
}

.footer__centerWrapper {
    width: 100%;
    max-width: 1330px;
    margin: auto;
    height: 165px;
    overflow: hidden;
}

.footer__centerWrapper__footerSection {
    display: inline-block;
    box-sizing: border-box;
    padding: 30px 20px;
    width: 100%;
    color: #C5C5C5;
}

.footer__centerWrapper__footerSection__logo {
    padding-top: 30px;
    float: left;
    width: 26%;
    z-index: 1;
}

.footer__centerWrapper__footerSection__logo .logoImage {
    fill: #D1D1D1;
}

.footer__centerWrapper__footerSection__logo__share {
    font-size: 25px;
}

.footer__centerWrapper__footerSection__logo__share__item {
    display: inline-block;
    margin-right: 20px;
    height: 15px;
    width: 15px;
}

.footer__centerWrapper__footerSection__logo__share__item svg {
    height: 100%;
    float: left;
}

.footer__centerWrapper__footerSection__newsletterContainer {
    position: relative;
    text-align: center;
    width: 90%;
    left: 0;
    top: 0;
}

.footer__centerWrapper__footerSection__newsletterContainer__newsletter {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    position: absolute;
    cursor: pointer;
    color: #FFFFFF;
    max-width: 370px;
    width: 40%;
    margin: auto;
    right: 0;
    left: 0;
}

.footer__centerWrapper__footerSection__newsletterContainer__newsletter > .left {
    box-sizing: border-box;
    padding-right: 220px;
    width: 100%;
    float: left;
}

.footer__centerWrapper__footerSection__newsletterContainer__newsletter > .right {
    margin-left: -200px;
    width: 200px;
    float: right;
}

.footer__centerWrapper__footerSection__newsletterContainer__newsletter__imageContainer {
    position: relative;
    height: 100px;
    width: 100%;
}

.footer__centerWrapper__footerSection__newsletterContainer__newsletter__imageContainer__bg {
    background: url("../images/newsletterImage.png") center center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.footer__centerWrapper__footerSection__newsletterContainer__newsletter__imageContainer__text {
    font-family: "WGSN Headline";
    text-transform: uppercase;
    font-size: 13px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    padding: 33px 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.footer__centerWrapper__footerSection__newsletterContainer__newsletter__title {
    font-family: "WGSN Headline";
    text-transform: uppercase;
    line-height: 2;
    font-size: 14px;
}

.footer__centerWrapper__footerSection__newsletterContainer__newsletter__desc {
    font-family: "Roboto Regular";
    line-height: 1.4;
    font-size: 13px;
}

.footer__centerWrapper__footerSection__links {
    float: right;
    max-width: 36%;
    width: 370px;
    z-index: 1;
}

.footer__centerWrapper__footerSection__links__col {
    width: 33.333333%;
    float: left;
}

.footer__centerWrapper__footerSection__links__col > .linkWrapper {
    text-align: right;
}

.footer__centerWrapper__footerSection__links__col__link,
.footer__centerWrapper__footerSection__links__col__link:hover,
.footer__centerWrapper__footerSection__links__col__link:active {
    display: inline;
    line-height: 2.4;
    background-position-y: 3px;
    background-size: auto 26px;
    font-family: "Roboto Medium";
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #D1D1D1;
    margin: 5px 0;
}

.owl-theme .owl-controls {
    position: relative;
    overflow: hidden;
    height: 24px;
}

.owl-theme .owl-controls .owl-dots {
    white-space: nowrap;
    text-align: center;
    position: absolute;
    margin: auto;
    right: -100%;
    left: -100%;
    top: 0;
}

.owl-theme .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 0 solid transparent;
    background: #FFFFFF;
    margin: 2px 10px;
    border-radius: 8px;
    box-sizing: content-box;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    -ms-background-clip: content-box;
    -o-background-clip: content-box;
    background-clip: content-box;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active {
    border-color: #FFFFFF;
    border-width: 2px;
    background: transparent;
    margin: 0 6px;
    height: 11px;
    width: 11px;
}

.ajax-load-more-wrap,
.ajaxLoadMore-LoadContainer {
    width: 100%;
    float: left;
}

.ajaxLoadMore-LoadContainer + div {
    overflow: visible;
    width: 950px;
    margin-top: 40px;
    padding: 30px 0 25px;
    text-align: center;
    position: relative;
    height: auto;
    float: left;
}

.ajaxLoadMore-LoadContainer + div:before,
.ajaxLoadMore-LoadContainer + div:after {
    content: "";
    background: #c5c5c5;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 142px;
    height: 1px;
}
.ajaxLoadMore-LoadContainer + div:before {
    top: 0;
}
.ajaxLoadMore-LoadContainer + div:after {
    bottom: -10px;
}

button.ajaxLoadMore-seeMoreBtn {
    font-family: "PT Serif Regular";
    display: inline-block;
    font-size: 31px;
    padding: 0 20px;
    color: #484747;
    font-weight: normal;
    box-sizing: border-box;
    background: none;
    line-height: 50px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    margin: 0;
    border: 0;
}

button.ajaxLoadMore-seeMoreBtn.done {
    cursor: default;
    opacity: 0.5;
}

.postThumbnailOuterContainer {
    text-align: center;
    overflow: hidden;
    height: auto;
    width: auto;
}

.postThumbnailInnerContainer {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.postThumbnailInnerContainer:not(.noThumbnail) {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    width: auto;
}

.postThumbnailInnerContainer.noThumbnail {
    width: 100%;
}

.postThumbnailInnerContainer img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
}

.postThumbnailInnerContainer__noImage {
    background: #D1D1D1;
    height: 100%;
    width: 100%;
}

.postThumbnailSpecialContentIndicator {
    background: #FFFFFF;
    position: absolute;
    color: #323232;
    height: 55px;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.postThumbnailSpecialContentIndicator__wrapper {
    display: inline-block;
    padding-top: 16px;
    width: 80px;
}

.postThumbnailSpecialContentIndicator__wrapper > svg,
.postThumbnailSpecialContentIndicator__wrapper > .postThumbnailSpecialContentIndicator__wrapper__text {
    float: left;
    width: 100%;
}

.postThumbnailSpecialContentIndicator__wrapper > svg {
    line-height: 16px;
}

.postThumbnailSpecialContentIndicator__wrapper__camera,
.postThumbnailSpecialContentIndicator__wrapper__triangle {
    height: 16px;
}

.postThumbnailSpecialContentIndicator__wrapper__camera {
    width: 20px;
}

.postThumbnailSpecialContentIndicator__wrapper__triangle {
    width: 12px;
}

.postThumbnailSpecialContentIndicator__wrapper__text {
    font-family: "Roboto Medium";
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
}

.postThumbnailOuterContainer.small .postThumbnailSpecialContentIndicator {
    height: 40px;
}

.postThumbnailOuterContainer.small .postThumbnailSpecialContentIndicator__wrapper {
    padding-top: 8px;
    width: 60px;
}

.postThumbnailOuterContainer.small .postThumbnailSpecialContentIndicator__wrapper > svg {
    line-height: 14px;
    height: 14px;
}

.postThumbnailOuterContainer.small .postThumbnailSpecialContentIndicator__wrapper__text {
    font-family: "Roboto Bold";
    font-size: 9px;
}

.requiredStar {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 10px;
    width: 10px;
}
.requiredStar:before {
    content: "*";
    color: #FF0000;
    font-family: Arial, sans-serif;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media only screen and (min-width: 769px) {
    .desktopHide {
        display: none !important;
    }

    .header__contentWrapper__menu__list > ul.menu li.menu-item:hover > a,
    .header__subMenuBar__overflowContainer__menu > ul.sub-menu li.menu-item:hover > a {
        color: #484747;
    }

    .footer__mostViewedSection.twoElements {
        padding-bottom: 25px;
    }

    .footer__mostViewedSection.twoElements .footer__mostViewedSection__arrow {
        cursor: default;
        opacity: 0;
    }

    .footer__mostViewedSection.twoElements .owl-controls {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .mobileHide {
        display: none !important;
    }

    .logoImage {
        height: 0.8em;
        width: 3.2em;
    }

    .logoText {
        font-size: 18px;
    }

    .categoryName,
    .categoryName > ul > li > a,
    .categoryNameWhite,
    .categoryNameWhite > ul > li > a {
        font-family: "Roboto Medium";
        font-size: 11px;
    }

    .categoryName,
    .categoryName > ul > li > a {
        color: #494847;
    }

    .mainContainer {
        min-width: 0;
        margin: auto;
        padding-bottom: 270px;
    }

    .contentContainerWidth {
        width: 100%;
    }

    .header {
        position: relative;
        top: 0;
    }

    .header__wgsnProductsBar {
        font-size: 12px;
        line-height: 40px;
        height: 40px;
    }

    .header__wgsnProductsBar__dropDownContainer__item__content__label {
        line-height: 40px;
        margin-left: 16px;
    }

    .header__wgsnProductsBar__dropDownContainer__item__content__arrowIcon {
        margin: 0 5px;
    }

    .header__adPromo__newsletter {
        padding: 30px 5%;
    }

    .header__adPromo__newsletter > .left {
        padding-right: 5%;
        width: 40%;
    }

    .header__adPromo__newsletter > .right {
        width: 60%;
    }

    .header__adPromo__newsletter__imageContainer {
        height: 110px;
    }

    .header__adPromo__newsletter__imageContainer__text {
        padding: 40px 0;
        font-size: 12px;
    }

    .header__adPromo__newsletter__title {
        line-height: 1.5;
    }

    .header__adPromo__closeBtn {
        border-radius: 0 0 0 50%;
        box-sizing: content-box;
        padding: 20px;
        height: 12px;
        width: 12px;
        right: 0;
        top: 0;
    }

    .header__adPromo__closeBtn svg path {
        stroke-width: 1.4 !important;
    }

    .header__contentWrapper {
        height: 54px;
    }

    .header__contentWrapper > * {
        position: absolute;
    }

    .header__contentWrapper__logo {
        height: 100%;
        width: 100%;
        margin: 0;
        text-align: center;
        line-height: 54px;
        left: 0;
        top: 0;
    }

    .header__contentWrapper__logo__logoDivider {
        font-size: 20px;
    }

    .header__contentWrapper__rightWrapper {
        padding-top: 18px;
        width: auto;
        right: 20px;
        top: 0;
        position: absolute;
    }

    .header__contentWrapper__rightWrapper__userpic {
        display: block;
        height: 20px;
        width: 20px;
    }

    .header__contentWrapper__menu__button {
        display: block;
        height: 54px;
        width: 54px;
        background: url("../images/burger-icon.png") center center no-repeat;
        background-size: 20px 20px;
        cursor: pointer;
    }

    .header__contentWrapper__menu__button.opened {
        background-image: url("../images/xbutton.png");
    }

    .header__subMenuBar__overflowContainer {
        margin-top: 5px;
        padding: 0;
    }

    .header__subMenuBar__overflowContainer > * {
        float: left;
    }

    .header__contentWrapper__menu {
        position: absolute;
        padding-top: 0;
        margin: 0;
        left: 0;
    }

    .header__contentWrapper__menu__list {
        display: none;
        font-size: 10px;
        line-height: 20px;
    }

    .header__contentWrapper__menu__list.header__subMenuBar__overflowContainer__mainMenu {
        display: block;
        width: 100%;
        padding: 20px 10px 0 10px;
    }

    .header__subMenuBar__overflowContainer__menu {
        box-sizing: border-box;
        font-size: 10px;
        padding: 10px 15px 15px;
        width: 100%;
    }

    .header__subMenuBar__overflowContainer__menu > ul.sub-menu > li.menu-item {
        padding: 0 8px;
        line-height: 16px;
    }

    .header__subMenuBar__overflowContainer__menu > ul.sub-menu > li.menu-item:not(:last-child):after {
        margin: 0 6px;
    }

    .header__subMenuBar__overflowContainer__menu > ul.sub-menu > li.menu-item.current-menu-item > a {
        border-color: transparent;
    }

    .header__contentWrapper__menu__list > ul.menu > li.menu-item {
        padding: 0 12px;
    }

    .header__contentWrapper__menu__list > ul.menu > li.menu-item:not(:last-child):after {
        margin: 0 10px;
    }

    .header__bottomLine {
        position: absolute;
        top: 54px;
        z-index: 10;
    }

    .header__bottomLine__yellowLineCover {
        width: 65%;
    }

    .footer {
        margin-top: 30px;
    }

    .footer__mostViewedSection__arrow {
        font-size: 40px;
    }

    .footer__mostViewedSection__items__item {
        padding: 0 5px;
        max-width: 100%;
        width: 100%;
    }

    .footer__centerWrapper {
        height: 270px;
    }

    .footer__centerWrapper__footerSection {
        height: auto;
        padding: 0 0 50px;
    }

    .footer__centerWrapper__footerSection__newsletterContainer {
        display: none;
    }

    .footer__centerWrapper__footerSection__logo,
    .footer__centerWrapper__footerSection__links {
        display: inline-block;
        text-align: center;
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .footer__centerWrapper__footerSection__logo {
        line-height: 60px;
        padding: 0;
    }

    .footer__centerWrapper__footerSection__logo__share {
        display: none;
    }

    .footer__centerWrapper__footerSection__links {
        padding-top: 10px;
        height: auto;
        float: left;
    }

    .footer__centerWrapper__footerSection__links__col {
        width: 50%;
    }

    .footer__centerWrapper__footerSection__links__col:nth-child(3n+2),
    .footer__centerWrapper__footerSection__links__col:nth-child(3n+3) {
        float: right;
    }

    .footer__centerWrapper__footerSection__links__col > .linkWrapper {
        text-align: center;
        display: block;
        margin: 0;
    }

    .footer__centerWrapper__footerSection__links__col__link {
        display: inline-block;
        border-color: #D1D1D1;
        color: #D1D1D1;
        line-height: 1.8;
        margin: 4px 0;
    }

    .footer__mostViewedSection {
        padding-bottom: 10px;
    }

    .footer__mostViewedSection__title {
        margin-bottom: 20px;
    }

    .footer__mostViewedSection__title__top {
        font-size: 11px;
    }

    .footer__mostViewedSection__items__item__author {
        letter-spacing: 0;
        font-size: 10px;
        color: #5A5A5A;
        margin: 10px 0;
    }

    .footer__mostViewedSection__title__bottom {
        font-size: 15px;
    }

    .footer__mostViewedSection__items .owl-stage-outer {
        margin-bottom: 12px;
    }

    .footer__mostViewedSection__items .owl-controls {
        margin-top: 0;
    }

    .footer__mostViewedSection__items .owl-theme .owl-controls .owl-dots .owl-dot {
        margin: 3px 0.6%;
        border-width: 3px;
        height: 10px;
        width: 10px;
    }

    .footer__mostViewedSection__items__item__title {
        line-height: 1.4;
        font-size: 18px;
    }

    .footer__centerWrapper__footerSection__logo .logoText__logoDivider {
        font-size: 18px;
    }

    .ajax-load-more-wrap {
        display: inline;
    }

    .ajaxLoadMore-LoadContainer + div {
        margin: 25px 0 60px;
        padding: 14px 0;
        width: 100%;
    }

    .ajaxLoadMore-LoadContainer + .alm-btn-wrap:before,
    .ajaxLoadMore-LoadContainer + .alm-btn-wrap:after {
        width: 160px;
    }

    .ajaxLoadMore-LoadContainer + div:after {
        bottom: -3px;
    }

    button.ajaxLoadMore-seeMoreBtn {
        font-size: 18px;
        line-height: 1;
        color: #5A5A5A;
        width: 100%;
    }
}