﻿html {
    scroll-behavior: smooth
}
/* ----- RESET CSS ----- */
a {
    border: none;
    outline-style: none;
    -moz-outline-style: none;
    text-decoration: none;
    color: inherit;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: inherit;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    cursor: pointer;
}

a:active {
    outline: none;
    border: none;
    outline-style: none;
    -moz-outline-style: none;
    outline-style: none;
}

a:focus {
    outline: none;
    border: none;
    outline-style: none;
    -moz-outline-style: none;
    outline-style: none;
}

a:hover {
    outline: none;
    border: none;
    outline-style: none;
    -moz-outline-style: none;
    outline-style: none;
}

/* ----- FONTFACE DEFINITION ----- */
@font-face {
    font-family: AlienVadersWeb;
    src: url('./../Font/AlienVadersWeb.eot');
    src: url('./../Font/AlienVadersWeb.eot?#iefix') format('embedded-opentype'),
    url('./../Font/AlienVadersWeb.woff2') format('woff2'),
    url('./../Font/AlienVadersWeb.woff') format('woff'),
    url('./../Font/AlienVadersWeb.ttf') format('truetype'),
    url('./../Font/AlienVadersWeb.svg#AlienVadersWeb') format('svg');
}

/* ----- COMMON CSS ----- */
body {background-color: #2f2f2f;margin: 0;padding: 0;color: #FFF;font-family: Verdana, Arial, Helvetica, sans-serif;}

h1,h2,h3,h4,h5,
h6 {
    margin: 0;padding: 0;color: #1eff00;
    font-family: AlienVadersWeb, Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;text-transform: uppercase;font-size: 48px;line-height: 1.03;
}

p {margin: 0;padding: 0;}
ul li {
    list-style: square;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: square;
}

/* ----- CONTAINERS ----- */
.dvMain {width: 100%;min-width:320px;text-align:center;}
.dvMaxFullHd {margin: 0 auto;max-width: 1800px;box-sizing: border-box;position: relative;}
.dvSection {padding: 40px 50px 45px;}
.dvSection .hSectionTitle {margin-bottom: 30px;}
.hSectionTitle.large {font-size: 60px;}
.hSectionTitle.small {font-size: 24px;}
.hSectionTitle.tiny {font-size: 18px;}
.bg0 {background-color: #ffffff;}
.bg1 {background-color: #4d4d4d;}
.bg2 {background-color: #333333;}
.bg3 {background-color: #262626;}

/* ----- COMMON CLASSES ----- */
.dvDesc {width: 85.7142%;min-width: 430px;box-sizing: border-box;margin: 0 auto;text-align: left;font-size: 26px;line-height: 1.5;}
.dvDesc.small, .smallfont {font-size: 18px;}
.dvTable {display:table;width:100%;}
.dvTable.col50 .dvCell {width:50%;}
.dvRow {display:table-row;}
.dvCell {display: table-cell;}
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.uppercase {text-transform: uppercase;}
.dvOpacity{opacity:0.5;}
.dvOpacity a {cursor:default;}

/* fake 1x1 pixel transparent background to fix click-through problems on IE <=10 */
a.overlay {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) 0 0 repeat;
}

.iFullsizeBg {width: 100%;vertical-align: top;}
.dvUfo {position: absolute;}
.dvUfo img {width: 100%;vertical-align: top;position: relative;}
.pDate {color: #cccccc;}

/* ----- ANIMATIONS ----- */
@keyframes pulseAnim {
    0% {-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0);}
    95% {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
    100% {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}}

@keyframes charShipPulseAnim {
    0% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    95% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes charShipFloatAnim {
    0%, 100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes sUfo1FloatAnim {
    0%, 100% {
        -webkit-transform: translateY(-14px);
        -moz-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
        transform: translateY(-14px);
    }

    50% {
        -webkit-transform: translateY(14px);
        -moz-transform: translateY(14px);
        -ms-transform: translateY(14px);
        transform: translateY(14px);
    }
}

@keyframes sUfo2FloatAnim {
    0%, 100% {
        -webkit-transform: translateY(22px);
        -moz-transform: translateY(22px);
        -ms-transform: translateY(22px);
        transform: translateY(22px);
    }

    50% {
        -webkit-transform: translateY(-22px);
        -moz-transform: translateY(-22px);
        -ms-transform: translateY(-22px);
        transform: translateY(-22px);
    }
}

.pulseAnim {
    animation-name: pulseAnim;
    animation-duration: 0.15s;
}

.charShipPulseAnim {
    animation-name: charShipPulseAnim;
    animation-duration: 0.1s;
}
.charShipFloatAnim {
    -webkit-animation: charShipFloatAnim 3s ease-in-out infinite;
    animation: charShipFloatAnim 3s ease-in-out infinite;
}

.sUfo1FloatAnim {
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
    -webkit-animation: sUfo1FloatAnim 3s ease-in-out infinite;
    animation: sUfo1FloatAnim 3s ease-in-out infinite;
}

.sUfo2FloatAnim {
    -webkit-transform: translateY(22px);
    -moz-transform: translateY(22px);
    -ms-transform: translateY(22px);
    transform: translateY(22px);
    -webkit-animation: sUfo2FloatAnim 3s ease-in-out infinite;
    animation: sUfo2FloatAnim 3s ease-in-out infinite;
}



/* ----- BUTTONS ----- */
.Button {
    font-family: AlienVadersWeb, Verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 248px;
    height: 72px;
    background: url('./../Img/ButtonNormal.png') no-repeat center center;
    background-size: contain;
    text-align: center;
    color: #bfbfbf;
    padding-top: 23px;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 32px;
    line-height: 1;
    padding-top: 18px;
}

.Button:hover,
.Button.small:hover {color: #1eff00;}
.Button.small {width: 167px;height: 48px;color: #cccccc;background-image: url('./../Img/ButtonSmall.png');padding-top: 12px;font-size: 21px;}

/* ----- SOCIAL BUTTONS ----- */
.dvSocialBtns {
    background-color: #333333;
    display: inline-block;

    padding: 15px 18.75px;
    border-radius: 15px;}

.dvSocialBtns > a {display: inline-block;vertical-align: top; position: relative;width: 36px;height: 30px;}

.dvSocialBtns > a img {
    position: absolute;top: 50%;left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    -moz-transform: translate(-50%, -50%) scale(0.75);
    -ms-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    /* hack to fix magical border on IE <= 10 */
    border: none;
}

.dvSocialBtns > a img:last-child {display: none;}
.dvSocialBtns > a:hover img:first-child {display: none;}
.dvSocialBtns > a:hover img:last-child {display: block;}
.dvSocialBtns > a + a {margin-left: 28.5px;}

/* vertical social buttons */
.dvSocialBtns.vertical {padding: 18.75px 12px;}
.dvSocialBtns.vertical > a {display: block;}
.dvSocialBtns.vertical a + a {margin-left: 0;margin-top: 28.5px;}

/* ----- EXTERNAL LINKS ----- */
.dvExtLinks {text-align: center;}
.dvExtLinks > a {display: inline-block;margin: 10px 35px;}

/* scalabke ext links images */
.dvExtLinks > a img {
    vertical-align: top;width: 12.7693vw;max-width: 243px;min-width: 160px;
    /* hack to fix magical border on IE <= 10 */
    border: none;}

/* ----- RESPONSIVE TILED LIST ----- */
.dvRespList {text-align: left;}

/* compensate for padding-based element spacing */
.dvRespListInner {margin: -10px;}
.dvRespListItem {width: 20%;display: inline-block;position: relative;padding: 10px;box-sizing: border-box;}
.dvRespListItem .overlay {text-decoration: none;}
.dvRespListItem a.overlay {z-index: 1;}
.dvRespListItemCore {position: relative;overflow: hidden;}

.iARSpacer {
    width: 100%;
    vertical-align: top;
    visibility: hidden;}

/* ----- HEADER ----- */
.dvHeader {
    position: relative;
    z-index: 10;}

.dvHeader .dvTable .dvCell {
    vertical-align: top;}

.dvHeader .dvMenu {
    margin-left: 30px;}

.dvHeader a {
    vertical-align: top;}

.dvHeaderContent {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 50px 15px;}

.iMainLogo {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    vertical-align: top;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    width: 23vw;
    max-width: 380px;
    min-width: 110px;

    margin-top: 20px;}

.dvMenu,
.dvNav {
    display: inline-block;
    vertical-align: top;
}

.dvMenu .dvMenuCore {
    position: absolute;
    right: 50px;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -moz-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}

.dvMenu .iMenuLogo {
    display: none;
}

.hBackToTop,
.hMenuBtn,
.Button.nav,
.dvMenuBg,
.hActionBtn {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #333333;
    border-radius: 20px;
}

.hMenuBtn {position: relative;z-index: 10;width: 72px;height: 60px;border-radius: 15px;}

.hMenuBtn:hover .sBtnInner,
.hMenuBtn:hover .sBtnInner::before,
.hMenuBtn:hover .sBtnInner::after {background-color: #1eff00;}

.sBtnInner {
    position: absolute;
    display: block;
    background-color: #cccccc;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    height: 10%;
}

.sBtnInner::before,
.sBtnInner::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    backface-visibility: hidden;
    transition: transform 0.3s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.sBtnInner::before {
    top: -215%;
}

.sBtnInner::after {
    bottom: -215%;
}

.menuOpen .hMenuBtn .sBtnInner,
.menuOpen .hMenuBtn:hover .sBtnInner {
    height: 14%;
    background-color: #333333;
}

.menuOpen .hMenuBtn .sBtnInner::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.menuOpen .hMenuBtn .sBtnInner::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.menuOpen .dvMenuCore {
    opacity: 1;
    visibility: visible;
}

.Button.nav {
    width: auto;
    height: auto;
    background-image: none;
    line-height: 1.5;
    font-size: 21px;
    padding: 14.5px 26.25px;
    border-radius: 15px;
}

.dvMenuCore {
    padding: 25px 40px;
    min-width: 260px;
    box-sizing: border-box;
    text-align: left;
}

.dvMenuCore a {
    display: block;
    font-family: AlienVadersWeb, Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;

    color: #ffffff;

    font-size: 28px;
    line-height: 1.14;
}

.dvMenuCore a:hover,
.dvMenuCore a.current {
    color: #1eff00;
}

.dvMenuCore a + a {
    margin-top: 20px;
}

.dvMenuViewport {
    position: relative;
}

.iMenuLogo {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 180px;
}

/* action buttons */
.hActionBtn {
    width: 45px;
    height: 45px;
    border-radius: 15px;
    position: relative;
}

.hActionBtn .sBtnInner {
    background-color: #333333;
}

.hActionBtn .sBtnInner::before {
    top: 0;
}

.hActionBtn .sBtnInner::after {
    bottom: 0;
}

.hActionBtn:hover .sBtnInner::before,
.hActionBtn:hover .sBtnInner::after {
    background-color: #1eff00;
}

.hActionBtn.plus .sBtnInner::after {
    transform: rotate(90deg);
}

.hActionBtn.close .sBtnInner {
    height: 14%;
}

.hActionBtn.close .sBtnInner::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hActionBtn.close .sBtnInner::after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* ----- FOOTER ----- */
.dvFooter {
    text-align: center;
    padding: 20px 50px 30px;
    background-color:#2f2f2f;
}

.dvFooter .dvSocialBtns,
.dvFooter .dvFooterLinks {
    margin-top: 35px;
}

.dvFooterLinks a {
    margin: 10px 15px;
}

.dvFooter .dvNotice .dvCell,
.dvFooter .iBottomLogo {
    vertical-align: bottom;
}

.dvFooter .dvNotice .dvCell.left,
.dvFooter .dvNotice .dvCell.right {
    width: 221px;
}

.dvFooter .dvNotice .dvCell.center {
    padding: 0 20px;
    vertical-align: middle;
}

.dvNotice {
    color: #B3B3B3;
    font-size: 22px;
    line-height: 1.27;
}

.dvNotice .dvLegalLinks {
    margin-top: 25px;
}

.dvLegalLinks a {
    color: #B3B3B3;
    display: inline-block;
    margin: 5px 5px 0 5px;
    text-decoration: none;
}

.dvLegalLinks a:hover {
    text-decoration: underline;
    color: #1eff00;
}

.hBackToTop {
    background-image: url('./../Img/Arrow-Grey.png');
    background-color: #262626;

    width: 60px;
    height: 60px;
    background-size: 24px auto;
    border-radius: 15px;
}

.hBackToTop:hover {
    background-image: url('./../Img/Arrow-Green.png');
}

/* ----- SECTION - CHAR LIST ----- */
.dvSection.tCharList .charList {
    margin-top: 40px;
}

.charList .dvRespListInner {
    margin: -10px;
}

.charList .dvRespListItem {
    width: 14.28%;
    padding: 10px;
}
/* selection support for charlist */
.charList .dvRespListItem.selected {background-color: #fff;}
/* ----- SECTION - NEWS ----- */
.dvSection.tNews .hSectionTitle {
    margin-bottom: 35px;
}

.dvSection.tNews .newsList + .Button {
    margin-top: 45px;
}

.newsList .dvRespListInner {
    margin: -15px;
}

.newsList .dvRespListItem {
    width: 33.33%;
    padding: 15px;
}

.newsList .tiledItem p {
    text-align: left;
}

.newsList img.overlay,
.charList img.overlay {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.newsList a.overlay:hover ~ img.overlay,
.charList a.overlay:hover ~ img.overlay,
.charList .dvRespListItem.selected img.overlay {
    width: 120%;
    height: 120%;
    transition: all 0.5s;
}

.newsList .dvNewsItemCnt {
    position: absolute;
    bottom: 0;
}

.dvNewsItemCnt {
    padding: 20px 15px;
    font-size: 23px;
    line-height: 1.3;
}

.pNewsTitle {
    font-family: AlienVadersWeb, Verdana, Arial, Helvetica, sans-serif;
    font-size: 31px;
    line-height: 1;
    text-transform: uppercase;
}

.pNewsTitle + p {
    margin-top: 15px;
}

/* ----- SECTION - SUBSCRIBE ----- */
.dvSection.tSubscribe .hSectionTitle {
    margin-bottom: 15px;
}

.dvSection.tSubscribe .dvSuccessMsg .hSectionTitle {
    margin-bottom: 0;
}

.dvSection.tSubscribe .dvDesc {
    max-width: 1020px;
    text-align: center;
    margin-bottom: 30px;
    width: 55%;
    padding: 0px 25px;
}

.dvSection.tSubscribe .dvDesc.dvErrorMsg {
    margin-top: -10px;
    margin-bottom: 10px;
}
.dvSection.tSubscribe .dvUfo {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dvSection.tSubscribe .ufo1 {
    left: 30px;
    width: 18vw;
    max-width: 346px;
}

.dvSection.tSubscribe .ufo2 {
    right: 55px;
    width: 13.4vw;
    max-width: 293px;
}

.dvSubscribe .Button {
    display: block;
    margin: 20px auto 0;
}

.dvSubscribe .dvErrorMsg,
.dvSubscribe .dvSuccessMsg {
    display: none;
}

.dvSubscribe.error .dvErrorMsg,
.dvSubscribe.success .dvSuccessMsg {
    display: block;
}



.dvSubscribe.success .iBaseInput {
    display: none;
}

.dvSubscribe.success .Button {
    visibility: hidden;
}

.iBaseInput {
    border: 0;
    background-color: #1eff00;
    border-radius: 20px;
    text-align: center;
    padding: 0 10px;
    width: 430px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 42px;
    height: 42px;
    font-weight: bold;
    outline: none;
}

.iBaseInput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1; /* Firefox */
}

.iBaseInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
}

.iBaseInput::-ms-input-placeholder { /* Microsoft Edge */
    color: #666666;
}

.dvSuccessMsg .hSectionTitle {
    line-height: 42px;
}

/* ----- SECTION - ARTICLE ----- */
.dvSection.tArticle .dvArticle {
    width: 51.11%;
    min-width: 430px;
    /* word break for long links */
    word-break: break-word;
}

.dvSection.tArticle .hSectionTitle {
    margin: 0;
}

.dvSection.tArticle .hSectionTitle + p, .dvSection.tArticle .hSectionTitle + .dvArticleLinks, .dvSection .dvArticleLinks + p, .dvSection.tArticle .hSectionTitle + .dvArticleStickyWrp {margin-top: 35px;}

.dvArticle {
    position: relative;
    margin: 0 auto;
}

.dvArticle .dvDesc {
    width: auto;
}

.dvArticle .dvDesc .pDate + p {
    margin-top: 40px;
}

.dvArticle .dvDesc p + p {
    margin-top: 40px;
}

.dvArticle .dvDesc a {
    text-decoration: underline;
}

.dvArticle .dvDesc a:hover {
    color: #1eff00;
}

.dvFooter .iHooqtLogo {
    margin: 20px 0px 20px 0px;
    max-width: 350px;
    min-width: 250px;
    vertical-align: middle;
    width: 18vw;
}
/* ----- RESPONSIVENESS ----- */
/* 1440p resolution */
@media screen and (min-width: 2560px) {
    /* back to top button large */
    .hBackToTop {width: 80px;height: 80px;background-size: auto;border-radius: 20px;}

    /* menu button large */
    .hMenuBtn {width: 96px;height: 80px;border-radius: 20px;}

    /* nav button large */
    .Button.nav {font-size: 28px;padding: 19px 35px;border-radius: 20px;}

    /* social buttons large */
    .dvSocialBtns {padding: 20px 25px;border-radius: 20px;}
    .dvSocialBtns > a {width: 48px;height: 40px;}
    .dvSocialBtns > a img {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .dvSocialBtns > a + a {margin-left: 38px;}

    /* social buttons large - vertical */
    .dvSocialBtns.vertical {padding: 25px 16px;}

    .dvSocialBtns.vertical > a {display: block;}
    .dvSocialBtns.vertical a + a {margin-left: 0;margin-top: 38px;}

    /* large action buttons */
    .hActionBtn {width: 60px;height: 60px;border-radius: 20px;}
}

@media screen and (max-width: 1919px) {
    /* font scaling */
    .pNewsTitle {font-size: 1.62vw;}
    .dvNewsItemCnt {font-size: 1.2vw;}
    .dvDesc {font-size: 1.36vw;}
    .iBaseInput {font-size: 1.26vw;}
    .hSectionTitle {font-size: 2.52vw;}
    .hSectionTitle.large {font-size: 3.15vw;}
    .hSectionTitle.small {font-size: 1.26vw;}

    .hSectionTitle.tiny,
    .dvDesc.small, .smallfont {font-size: 0.946vw;}
    .dvNotice {font-size: 1.15vw;}

    /* percentage spacing in article section */
    .dvArticle .dvDesc .pDate + p {margin-top: 4.34%;}

    .dvArticle .dvDesc p + p {margin-top: 4.7%;}
    .dvSection.tArticle .hSectionTitle + p, .dvSection.tArticle .hSectionTitle + .dvArticleLinks, .dvSection .dvArticleLinks + p, .dvSection.tArticle .hSectionTitle + .dvArticleStickyWrp {margin-top: 3.8%;}

    /* scaling menu */
    .dvMenuCore {padding: 1.3% 2.1%; min-width: 13.65%;}

    .dvMenuCore a {font-size: 1.4713vw;}
    .dvMenuCore a + a {margin-top: 11.11%;}
}

@media screen and (max-width: 1570px) {
    /* slightly decrease ext button spacings */
    .dvExtLinks > a {
        margin: 10px 25px;
    }
}

@media screen and (max-width: 1480px) {
    .hSectionTitle.tiny,
    .dvDesc.small, .smallfont {font-size: 14px;}
}

@media screen and (max-width: 1448px) {
    /* scaling menu stops */
    .dvMenuCore {
        padding: 18.75px 30px;
        min-width: 195px;
    }

    .dvMenuCore a {
        font-size: 21px;
    }

    .dvMenuCore a + a {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .hSectionTitle.small {
        font-size: 18px;
    }
}

@media screen and (min-width: 1281px) {
    /* resp list centering */
    .charList.items-6,
    .charList.items-5,
    .charList.items-4,
    .charList.items-3,
    .charList.items-2,
    .charList.items-1,
    .newsList.items-2,
    .newsList.items-1 {
        text-align: center;
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    /* two column layout for news list */
    .newsList .dvRespListItem {
        width: 50%;
    }

    /* 6-item layout for character list */
    .charList .dvRespListItem {
        width: 16.66%;
    }

    /* resp list centering */
    .charList.items-5,
    .charList.items-4,
    .charList.items-3,
    .charList.items-2,
    .charList.items-1,
    .newsList.items-1 {
        text-align: center;
    }

    /* dvDesc override to match the updated layout */
    .dvDesc {
        width: 83.3333%;
    }
}

@media screen and (max-width: 1160px) {
    .dvNewsItemCnt {
        font-size: 14px;
    }
}

@media screen and (max-width: 1110px) {
    .pNewsTitle {
        font-size: 18px;
    }

    .iBaseInput {
        font-size: 14px;
    }
}

@media screen and (max-width: 1040px) {
    .dvNotice {
        font-size: 12px;
    }
}

@media screen and (max-width: 1030px) {
    .dvDesc {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    /* page measurements medium */
    .dvSection,
    .dvHeaderContent,
    .dvFooter {
        padding-left: 25px;
        padding-right: 25px;
    }

    .dvHeader .dvMenu {
        margin-left: 20px;
    }

    .dvMenu .dvMenuCore {
        right: 25px;
    }

    /* buttons medium */
    .Button {
        width: 198px;
        height: 57px;
        font-size: 26px;
        padding-top: 13px;
    }

    .Button.small {
        width: 146px;
        height: 42px;
        padding-top: 9px;
        font-size: 19px;
    }

    /* bottom logo reduction */
    .dvFooter .iBottomLogo {
        width: 180px;
    }
    .dvFooter .iBase2Logo {
        margin: 20px 0px 20px 0px;
        min-width: 120px;
        width: 15.625vw;
        vertical-align: middle;
    }

    .dvFooter .dvNotice .dvCell.left,
    .dvFooter .dvNotice .dvCell.right {
        width: 180px;
    }

    /* input medium */
    .iBaseInput {
        border-radius: 15px;
        width: 330px;
        height: 32px;
        line-height: 32px;
    }

    /* medium success message to match input */
    .dvSuccessMsg .hSectionTitle {
        line-height: 32px;
    }
}

@media screen and (max-width: 930px) {
    .hSectionTitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 900px) {
    .dvNav {
        display: none;
    }

    /* hide ufos */
    .dvSection.tSubscribe .ufo1,
    .dvSection.tSubscribe .ufo2 {
        display: none;
    }

    /* normalize all dvDesc */
    .dvDesc {
        line-height: 22px;
    }

    /* fullscreen menu */
    .dvMain.menuOpen {
        height: 100vh;
        overflow-y: hidden;
    }

    .dvMain.menuOpen .dvHeaderLogo {
        display: none;
    }

    .dvMenu .dvMenuCore {
        margin: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
    }

    .dvMenu .iMenuLogo {
        display: block;
    }

    .dvMenu .overlay {
        border-radius: 0;
    }

    .dvMenuViewport {
        position: absolute;
        top: 80px;
        bottom: 160px;
        right: 25px;
        left: 25px;
        overflow: auto;
        text-align: center;
    }

    .dvMenuCore a {
        font-size: 28px;
    }

    .dvMenuCore a + a {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .hSectionTitle.large {
        font-size: 24px;
    }

    .dvSection .hSectionTitle {
        margin-bottom: 15px;
    }

    .dvSection {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .dvSection.tCharList .charList {
        margin-top: 15px;
    }

    .dvSection.tNews .hSectionTitle {
        margin-bottom: 20px;
    }

    .dvSection.tNews .newsList + .Button {
        margin-top: 25px;
    }

    .newsList .dvRespListInner {
        margin: -10px -15px;
    }

    .newsList .dvRespListItem {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dvSection.tSubscribe .dvDesc {
        margin-bottom: 15px;
    }

    .dvSection.tSubscribe .dvDesc.dvErrorMsg {
        margin-top: 0;
    }

    .dvSubscribe .Button {
        margin-top: 15px;
    }

    /* fixed spacing article section */
    .dvArticle .dvDesc .pDate + p,
    .dvArticle .dvDesc p + p,
    .dvSection.tArticle .hSectionTitle + p, .dvSection.tArticle .hSectionTitle + .dvArticleLinks,.dvSection .dvArticleLinks + p, .dvSection.tArticle .hSectionTitle + .dvArticleStickyWrp {margin-top: 20px;}

    .dvFooter .dvFooterLinks {
        margin-top: 10px;
    }

    /* no back to top button in mobile footer */
    .hBackToTop {
        display: none;
    }
    /* less margin for footer social buttons  */
    .dvFooter .dvSocialBtns {
        margin-top: 10px;
    }
    /* mobile footer */
    .dvNotice {
        position: relative;
        padding-bottom: 130px;
    }

    .dvNotice .dvTable,
    .dvNotice .dvTable .dvCell {display: block;width: auto;}
    .dvNotice .dvTable .dvCell.left,
    .dvNotice .dvTable .dvCell.right {position: absolute;bottom: 0;width: auto;}
    .dvNotice .dvTable .dvCell.left {left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
    .dvNotice .dvTable .dvCell.right {right: 0;}

    /* one column layout for news list */
    .newsList .dvRespListItem {width: 100%;}

    /* 5-item layout for character list */
    .charList .dvRespListItem {width: 20%;}

    /* dvDesc override to match the updated layout */
    .dvDesc {width: 80%;}

    /* resp list centering */
    .charList.items-4,
    .charList.items-3
    .charList.items-2
    .charList.items-1 {
        text-align: center;
    }

    /* back to top small */
    .hBackToTop {width: 40px;height: 40px;background-size: 16px auto;border-radius: 10px;}

    /* menu button small */
    .hMenuBtn {width: 48px;height: 40px;border-radius: 10px;}

    /* nav button small */
    .Button.nav {font-size: 14px;padding: 9.5px 17.5px;border-radius: 10px;}

    /* social buttons small */
    .dvSocialBtns,
    .dvSocialBtns.vertical.noLow {padding: 10px 12.5px;border-radius: 10px;}

    .dvSocialBtns.vertical.noLow > a {display: inline-block;}
    .dvSocialBtns > a {width: 24px;height: 20px;}
    .dvSocialBtns > a img {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        -moz-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }

    .dvSocialBtns > a + a,
    .dvSocialBtns.vertical.noLow > a + a {margin-top: 0;margin-left: 19px;}

    /* social buttons small - vertical */
    .dvSocialBtns.vertical {padding: 12.5px 8px;}
    .dvSocialBtns.vertical > a {display: block;}
    .dvSocialBtns.vertical > a + a {margin-left: 0;margin-top: 19px;}

    /* small action buttons */
    .hActionBtn {width: 30px;height: 30px;border-radius: 10px;}
}

@media screen and (max-width: 480px) {
    .dvHeader .dvMenu {margin-left: 15px;}

    /* no social buttons in header */
    .dvHeader .dvSocialBtns {display: none;}
}

/* extra small (320px - 479px) */
@media screen and (max-width: 479px) {
    .dvDesc {
        width: 100%;
        min-width: 270px;
    }

    .dvSection.tSubscribe .dvDesc {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .iBaseInput {
        width: 100%;
        max-width: 330px;
    }

    .dvSection.tArticle .dvArticle {
        width: 100%;
        min-width: 270px;
    }
}
