@charset "UTF-8";
@import url('rest.css');


#AU_UpgradeBoard {
    width: 100%;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    letter-spacing: 0.25px;
    font-weight: 600;
    background-color: #eee;
}

#AU_UpgradeBoard sup {
    vertical-align: middle;
    font-size: 50%;
}

.whiteFont {
    color: #fff;
}

.eventFont {
    color: #ea7d1b;
}

.eventBg {
    background-color: #ea7d1b;
}



@media (min-width:960px) {
    .img_lg {
        display: block;
    }
    .img_xs {
        display: none;
    }
}

@media (max-width:959px) {
    .img_lg {
        display: none;
    }
    .img_xs {
        display: block;
    }
}

/*keyframes*/

@-webkit-keyframes arrowDown {
    0% {
        opacity: .2;
        transform: translate(0px, 0px);
    }
    65% {
        opacity: .85;
        transform: translate(0px, 10px);
    }
    100% {
        opacity: 0;
        transform: translate(0px, 0px);
    }
}

@keyframes arrowDown {
    0% {
        opacity: .2;
        transform: translate(0px, 0px);
    }
    65% {
        opacity: .85;
        transform: translate(0px, 10px);
    }
    100% {
        opacity: 0;
        transform: translate(0px, 0px);
    }
}




@-webkit-keyframes scrollbt {
    0% {
        opacity: 1;
        padding-top: 0;
        padding-bottom: 5px;
    }
    50% {
        opacity: .5;
        padding-top: 5px;
        padding-bottom: 0;
    }
    100% {
        opacity: 1;
        padding-top: 0;
        padding-bottom: 5px;
    }
}

@keyframes scrollbt {
    0% {
        opacity: 1;
        padding-top: 0;
        padding-bottom: 5px;
    }
    50% {
        opacity: .5;
        padding-top: 5px;
        padding-bottom: 0;
    }
    100% {
        opacity: 1;
        padding-top: 0;
        padding-bottom: 5px;
    }
}


@-webkit-keyframes round {
    10% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    45% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    60% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes round {
    10% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    45% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    60% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}





/* ===================== top kv ===============================*/

#AU_UpgradeBoard #kv {
    width: 100%;
    position: relative;
    background: url(https://storage-asset.msi.com/event/mb/2019/au_UpgradeYourBoard/images/TopBanner_bg.jpg) top center no-repeat;
    background-size: cover;
    height: 900px;
    overflow: hidden;
}


#AU_UpgradeBoard .main_content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

#AU_UpgradeBoard .bs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#AU_UpgradeBoard .kv-wording {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#AU_UpgradeBoard .kv-wording h1 {
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 3px;
    line-height: 1;
    font-family: "DINCond-Bold", sans-serif;
    text-shadow: 1px 1px 2px #000;
    color: #ea7d1b;
    display: block;
    margin: 15px 0;
}

#AU_UpgradeBoard .kv-wording p {
    font-size: 24px;
    line-height: 1.6;
    border: 2.5px solid #fff;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 5px 55px;
    margin: 0 auto;
}

#AU_UpgradeBoard .kv-pd {
    flex: 0 0 52%;
    max-width: 52%;
}

#AU_UpgradeBoard .kv-wording {
    flex: 0 0 48%;
    max-width: 48%;
    align-self: flex-end;
}

#AU_UpgradeBoard .orgline {
    display: block;
    width: 100%;
    height: 8px;
    background-color: #ea7d1b;
}

@media (max-width: 2560px) {
    #AU_UpgradeBoard #kv {
        height: 720px;
    }
}

@media (max-width: 1199px) {
    #AU_UpgradeBoard #kv {
        height: 550px;
    }
    #AU_UpgradeBoard .kv-pd {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #AU_UpgradeBoard .kv-wording {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #AU_UpgradeBoard .kv-wording h1 {
        font-size: 48px;
    }

    #AU_UpgradeBoard .kv-wording p {
        font-size: 20px;
    }
}

@media (max-width: 960px) {
    #AU_UpgradeBoard #kv {
        height: 700px;
    }
    #AU_UpgradeBoard .bs-row {
        flex-direction: column-reverse;
    }
    #AU_UpgradeBoard .kv-wording {
        flex: 1;
        max-width: 80%;
    }
    #AU_UpgradeBoard .kv-pd {
        flex: 1;
        max-width: 65%;
    }
}

@media (max-width:736px) {
    #AU_UpgradeBoard #kv {
        height: 600px;
    }
    #AU_UpgradeBoard .kv-wording h1 {
        font-size: 3rem;
    }
    #AU_UpgradeBoard .kv-wording p {
        font-size: 1rem;
    }
    #AU_UpgradeBoard .kv-pd {
        flex: 1;
        max-width: 100%;
    }
}





/*scroll_txtWrap */

#AU_UpgradeBoard .arrowDown {
    -webkit-animation: arrowDown 1s ease-out infinite;
    animation: arrowDown 1s ease-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}


#AU_UpgradeBoard .btscroll {
    display: block;
    text-align: center;
    margin: 50px auto 0;
    -webkit-animation: 1s scrollbt infinite;
    animation: 1s scrollbt infinite;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    text-transform: uppercase;
    position: relative;
}

#AU_UpgradeBoard .btscroll a {
    outline: none;
    text-decoration: none;
    outline: none;
}

#AU_UpgradeBoard .btscroll a>span {
    display: block;
    font-size: 24px;
    line-height: 1.6;
    color: #ddd;
    padding: 8px 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 20px #fff9f2;
}

#AU_UpgradeBoard .btscroll img {
    max-width: 30px;
    opacity: .6;
    cursor: pointer;
    margin-top: 15px;
}

@media (max-width: 1199px) {
    #AU_UpgradeBoard .btscroll a>span {
        font-size: 20px;
    }
}

@media (max-width: 960px) {
    #AU_UpgradeBoard .btscroll {
        margin-top: 0px;
        position: absolute;
        left: 0;
        bottom: 15px;
        width: 100%;
        text-align: center;
    }
    #AU_UpgradeBoard .btscroll a {
        display: block;
    }
}

@media (max-width: 736px) {

    #AU_UpgradeBoard .btscroll p {
        font-size: 1rem;
    }
    #AU_UpgradeBoard .btscroll {
        max-width: 100%;
    }
}





/*  btscroll  // end */


/* ================== intro ====================== */

#AU_UpgradeBoard .intro {
    width: 100%;
    padding: 30px 15px;
    background-color: #fff;
}

#AU_UpgradeBoard .intro .content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

#AU_UpgradeBoard .intro .title {
    font-size: 2.6rem;
    line-height: 1.35;
    display: inline-block;
    color: #000;
    letter-spacing: .25px;
    /* font-family: 'DINCond-Bold';*/
    text-align: center;
    font-weight: bold;
}

#AU_UpgradeBoard .intro .sub {
    color: #5e5e5e;
    font-size: 24px;
    line-height: 1.6;
}


@media (max-width: 1199px) {
    #AU_UpgradeBoard .intro .title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    #AU_UpgradeBoard .intro .title {
        font-size: 1.6rem;
    }
    #AU_UpgradeBoard .intro .sub {
        font-size: 1.25rem;
    }
}

@media (max-width: 736px) {
    #AU_UpgradeBoard .intro {
        width: 100%;
        padding: 2rem 0;
    }
    #AU_UpgradeBoard .intro .title {
        font-size: 1.25rem;
    }
    #AU_UpgradeBoard .intro .sub {
        font-size: 1rem;
    }
}




/* ==== promotion common ======================  */

#section .content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

#section .flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#section .head {
    width: 100%;
    margin-bottom: 20px;
}

#section .caption {
    font-size: 45px;
    padding: 15px 0;
    color: #ea7d1b;
    font-weight: 700;
    text-transform: uppercase;
}

#section .description {
    font-size: 18px;
    color: #595857;
    margin-bottom: 30px;
    font-weight: 500;
}

#section .body {
    width: auto;
}

#section .theme {
    font-size: 24px;
    line-height: 1.25;
    color: #ea7d1b;
    padding: 15px 0;
    display: block;
}

#section .body>ul>.word,
#section .body>ul>.word a {
    font-size: 18px;
    line-height: 1.45;
    padding: 0 0 5px 0;
    list-style: none;
    margin-left: 0px;
    text-indent: 0px;
    font-weight: 500;
    color: #595857;

}

#section .body>ul>.word a:hover{
    text-decoration: underline;
}

#section .body>ul>.word:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #ea7d1b;
    margin-right: 5px;
}


#section .gotoBtn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #ea7d1b;
    color: #fff;
    font-size: 20px;
    margin: 30px 0;
    border: 2px solid #fff;
    text-align: center;
    opacity: 1;
    outline: none;
    text-decoration: none;
    transition: opacity 0.3s ease 0s;
}

#section .gotoBtn:hover {
    opacity: 1;
    background-color: #222;
    text-decoration: none;
}

#section .btnbox {
    display: block;
    width: 100%;
    position: relative;
}

#section .body>ul>.word,
#section .body>ul>.word a {
    color: #595857;
}


@media (max-width: 1199px) {
    #section .content {
        padding: 0 20px;
    }
    #section .caption {
        font-size: 1.8rem;
    }
    #section .description {
        font-size: 18px;
    }
    #section .theme {
        font-size: 20px;
    }
    #section .body>ul>.word,
    #section .body>ul>.word a {
        font-size: 16px;
        line-height: 1.25;
        padding: 0 0 5px 0;
    }
    #section .gotoBtn {
        padding: 15px 30px;
        font-size: 16px;
        margin: 20px 0;
    }
}



@media (max-width: 736px) {
    #section .caption {
        font-size: 1.6rem;
    }
    #section .description {
        font-size: 1rem;
        margin-bottom: 0px;
    }
    #section .theme {
        font-size: 1.25rem;
    }
    #section .body>ul>.word,
    #section .body>ul>.word a {
        font-size: 1rem;
    }
    #section .gotoBtn {
        display: block;
    }
}




/* =================== s1 ====================== */

#section.s1 {
    width: 100%;
    background-color: #eeeeee;
    padding: 8rem 0;
}

#section.s1 .flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -moz-justify-content: end;
    -ms-justify-content: end;
}

#section.s1 .article {
    width: 50%;
    max-width: 1200px;
    position: absolute;
    margin: 0;
    left: 0;
    padding: 0 0 0 5rem;
}

#section.s1 .pictures {
    width: 80%;
}

@media (max-width: 1199px) {
    #section.s1 {
        padding: 5rem 0 8rem;
    }
    #section.s1 .pictures {
        width: 65%;
    }
}

@media (max-width: 960px) {
    #section.s1 .content {
        padding: 5rem 20px 3rem;
        ;
    }
    #section.s1 .flexs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #section.s1 .pictures {
        width: 50%;
    }
}


@media (max-width: 736px) {
    #section.s1 .flexs {
        flex-direction: column-reverse;
    }
    #section.s1 .article {
        width: 100%;
        padding: 0;
        position: relative;
    }
    #section.s1 .pictures {
        width: 100%;
    }
    #section.s1 {
        padding: 2rem 0;
    }
    #section.s1 .content {
        padding: 0rem 20px;
    }
}



/* =================== s2 ====================== */

#section.s2 {
    width: 100%;
    background-color: #ea7d1b;
    padding: 8rem 0 8rem;
    position: relative;
}


.triangle_top{
    width: 100%;
    display: none;
    max-width: 2560px;
    position: absolute;
    top: -120px;
    overflow: hidden;
}

.triangle_bottom{
    width: 100%;
    display: none;
    max-width: 2560px;
    position: absolute;
    bottom: -120px;
    overflow: hidden;
}

.triangle1{
    width: 0;
    height: 0;
    border-style: solid;
     border-width: 120px 0px 150px 1920px;
    border-color: transparent transparent transparent #ea7d1b;
}
.triangle2{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 0px 120px 1920px;
    border-color: transparent transparent transparent #eeeeee;
}


#section.s2 .caption,
#section.s2 .theme,
#section.s2 .description {
    color: #fff;
}

#section.s2 .flexs {
    justify-content: flex-start;
    -moz-justify-content: start;
    -ms-justify-content: start;
}

#section.s2 .article {
    width: 40%;
    max-width: 1200px;
    position: absolute;
    margin: 0;
    right: 0;
    padding: 0 0 0 7.5em;
}

#section.s2 .pictures {
    width: 80%;
}

#section.s2 .body>ul>.word,
#section.s2 .body>ul>.word a {
    color: #fff;
}

#section.s2 .body>ul>.word:before{
    border-color: transparent transparent transparent #fff;
}


@media (max-width: 1920px) {
    .triangle_top,.triangle_bottom{
        display: block;
    }
    #section.s2 {
       padding: 2rem 0 12rem;
    }

}

@media (max-width: 1200px) {
    .triangle_top,.triangle_bottom{
        display: none;
    }
}

@media (max-width: 1199px) {
    #section.s2 {
        padding: 5rem 0 8rem;
    }

    #section.s2 .pictures {
        width: 65%;
    }
    #section.s2 .article {
        padding: 0 0 0 2em;
    }
}

@media (max-width: 1080px) {
    #section.s2 .article {
        padding: 0;
    }
    #section.s2 .pictures {
        width: 60%;
    }



}


@media (max-width: 960px) {
    #section.s2 .article {
        width: 45%;
        padding: 0 15px;
    }
    #section.s2 .content {
        padding: 3rem 20px 2rem;
    }
    #section.s2 .flexs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #section.s2 .pictures {
        width: 58%;
    }
}

@media (max-width: 736px) {
    #section.s2 .flexs {
        flex-direction: column-reverse;
    }
    #section.s2 .article {
        width: 100%;
        padding: 0;
        position: relative;
    }
    #section.s2 .pictures {
        width: 100%;
    }
    #section.s2 {
        padding: 2rem 0;
    }
    #section.s2 .content {
        padding: 0rem 20px;
    }
}



/* =================== s3 ====================== */

#section.s3 {
    width: 100%;
    background-color: #eeeeee;
    padding: 5rem 0 22rem;
}

#section.s3 .flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -moz-justify-content: end;
    -ms-justify-content: end;
}

#section.s3 .article {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    margin: 0;
    left: 0;
    padding: 0 0 0 5rem;
}

#section.s3 .head {
    width: 50%;
    /* margin-top: 7.5em*/
}

#section.s3 .pictures {
    width: 56%;
}

#section.s3 .body {
    width: 100%;
    margin-top: 8em;
}

#section.s3 .body>ul {
    float: left;
    width: 32%;
    padding: 0 35px 0 0;
}

#section.s3 .body:after,
#section.s3 .body:before {
    content: "";
    display: table;
    clear: both;
}

#section.s3 .body ul:nth-child(4) {
    padding-top: 5.5em;
}

#section.s3 .gotoBtn {
    margin-bottom: 0;
}

@media (max-width: 1199px) {

    #section.s3 .pictures {
        width: 50%;
    }
    #section.s3 {
        padding: 5rem 0 25rem;
    }
    #section.s3 .body ul:nth-child(4) {
        padding-top: 0em;
    }
}

@media (max-width: 1024px) {
    #section.s3 .body {
        margin-top: 5em;
    }
}

@media (max-width: 960px) {
    #section.s3 {
        padding: 5rem 0 30rem;
    }
    #section.s3 .article {
        padding: 0 0 0 2rem;
    }
    #section.s3 .body {
        margin-top: 0em;
    }
}



@media (max-width: 736px) {
    #section.s3 {
        padding: 2rem 0 5rem;
    }
    #section.s3 .content {
        padding: 0rem 20px 3rem;
    }
    #section.s3 .head {
        width: 100%;
    }
    #section.s3 .flexs {
        flex-direction: column-reverse;
    }
    #section.s3 .article {
        width: 100%;
        padding: 0 0 5rem;
        position: relative;
    }
    #section.s3 .pictures {
        width: 100%;
        padding: 30px 15px;
    }

    #section.s3 .body>ul {
        width: 100%;
        padding: 0;
    }
    #section.s3 .btnbox {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0rem 0px;
    }
}



/**/


/* #toolbar */

#toolbar {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 50px;
}

#toolbar .svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}

#toolbar ul li {
    background: #1a1a1a;
    padding: 10px;
    margin-top: 3px;
    cursor: pointer;
    list-style: none;
}

#toolbar ul li.active {
    background: #333;
}

#toolbar ul li:hover {
    background: #ea7d1b;
}

@media screen and (max-width: 960px) {
    #toolbar ul li:hover {
        background: #1a1a1a;
    }
}

#toolbar ul li:focus,
#toolbar ul li:active,
#toolbar ul li:visited {
    background: #333;
}


@media screen and (max-width: 960px) {
    #toolbar {
        width: 100%;
        bottom: 0;
        left: 0;
    }
    #toolbar .svg {
        font-size: 20px;
    }
    #toolbar ul {
        width: 100%;
    }
    #toolbar ul:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        content: "";
    }
    #toolbar ul li {
        width: 100%;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: left;
        margin: 0;
        padding: 0;
    }
}


#backToSchool .section-inner {
    background: #eee;
    padding-top: 3rem;
}

@media (max-width: 1440px) {
    #backToSchool .section-inner {
        padding-top: 8rem;
    }
}

@media (max-width: 1200px) {

    #backToSchool .section-inner{
         padding-top: 0rem;
    }
}

/*#shoutOut*/

#shoutOut {
    width: 100%;
    max-width: 1280px;
    padding: 0% 0px 5%;
    margin: 0 auto;
    background: #fff;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#shoutOut h2 {
    line-height: 1.6;
    font-size: 40px;
    letter-spacing: normal;
    font-family: "DINPro-Medium", sans-serif;
    margin: 0px !important;
    color: #222;
    padding: 5rem 0;
}

#shoutOut .col-md-4 {
    padding: 0px;
}

.promo-box {
    display: flex;
    justify-content: center;
}

.promo-banner {
    display: block;
    width: 45%;
    margin-right: 2%;
}

.promo-banner a {
    text-transform: none;
    text-decoration: none;
}

.promo-banner a:hover {
    text-transform: none;
    text-decoration: none;
    opacity: 0.7;
    transform: scale(1.5);
    transition: 0.5s all ease-in-out;
}

.promo-banner a span {
    color: rgba(35, 35, 35, 1.00);
    font-size: 150%;
    border-top: 1px solid rgba(166, 166, 166, 1.00);
    border-bottom: 1px solid rgba(166, 166, 166, 1.00);
    line-height: 3;
}

.promo-banner:last-child {
    margin-right: 0%;
}

.promo-banner h3 {
    font-size: 21px;
}

.promo-banner h3 a {
    color: #FFF;
    display: block;
    padding: 10px;
    border: 1px solid rgba(116, 116, 116, 1.00);
    transition: all ease-In .5s;
}

.promo-banner h3 a:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #FF0000;
}



/*Redeem*/
/*#backToSchool{
    position: relative;
    z-index: 1;
}*/
#redeem h2.s-title {
    font-size: 40px;
    letter-spacing: normal;
    line-height: 1.8;
    font-family: "DINPro-Medium", sans-serif;
    margin: 0px !important;
}

#backToSchool #redeem {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #A5A5A5;
    position: relative;
}

#backToSchool .wrapbox {
    width: 100%;
    margin: 0 auto 20px;
}



/**/

#backToSchool section.redeem {
    text-align: center;
    padding: 5% 0px;
}

#backToSchool section.redeem p.red {
    color: #666!important;
}

#backToSchool section.redeem p {
    font-size: 18px;
}

#backToSchool section.redeem .step-wrap {
    display: flex;
    justify-content: center;
}

#backToSchool section.redeem .step-wrap .step {
    max-width: 260px;
    margin: 0 3.5%;
}

#backToSchool section.redeem .step-wrap .step a {
    color: #FFF;
    transition: all ease-In .5s;
}

#backToSchool section.redeem .step-wrap .step a:hover {
    text-decoration: none;
    color: #444444;
}

#backToSchool section.redeem .step-wrap .step h3 {
    margin: 0px 0 20px;
}

#backToSchool section.redeem .step-wrap .arrow {
    position: relative;
}

#backToSchool section.redeem .step-wrap .arrow i {
    font-size: 54px;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



@media (max-width: 768px) {
    #shoutOut {
        padding: 0rem 0  5rem;
    }
    #shoutOut h2{
        font-size: 1.6rem;
        line-height: 1.6;
        padding: 2rem
    }
    .promo-banner a span{
            font-size: 100%;
    }

    #backToSchool section.redeem .step-wrap {
        flex-direction: column;
    }
    #backToSchool section.redeem .step-wrap .step h3{
            margin: 0;
    }
    #backToSchool section.redeem p{
        margin-bottom:  20px;
    }
    #backToSchool section.redeem .step-wrap .step {
        width: 80%;
        margin: 0 auto;
    }
    #backToSchool section.redeem .step-wrap .step  img{
        max-width: 60%;
        text-align: center;
        margin: 0 auto;
     }
     #redeem h2.s-title{
            font-size: 1.6rem;
     }

    #backToSchool section.redeem .step-wrap .arrow {
        padding-bottom: 36px;
    }
    #backToSchool section.redeem .step-wrap .arrow i {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
}

#backToSchool section.redeem .redeem-btn {
    margin-top: 3%;
}

#backToSchool section.redeem .redeem-btn button {
    font-size: 20px;
    background: rgba(255, 255, 255, .5);
    padding: 1% 5%;
    border-radius: 20px;
    margin: 15px 10px 0;
    border: 0px solid #fff;
    transition: all 0.5s ease;
    outline: none;
    color: #151515;
}

#backToSchool section.redeem .redeem-btn button:hover {
    background: rgba(0, 0, 0, .2);
    color: #fff;
}




/*----jump window--*/

#backToSchool .content p {
    background-color: #ea7d1b;
    color: #fff;
    margin: 0px;
    padding: 2px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#backToSchool .modal-content .content {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    max-width: 960px;
    padding-bottom: 3rem;
}

#backToSchool .modal-content .txt-lg {
    font-size: 1.6rem;
    text-transform: uppercase;
}

#backToSchool .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    color: #373737;
    font-size: 1em;
    border: 0px solid #ce2c00;
    padding: 0%;
    letter-spacing: normal;
    border-radius: 0px !important;
}

#backToSchool .modal-content .close {
    margin-top: 0px;
    color: #000;
    opacity: 1;
    text-shadow: 0 0px 0 #000 !important;
    margin-right: 5px;
    padding: 4px 10px;
    margin: 0 auto;
}

#backToSchool .modal-dialog {
    width: 100%;
    max-width: 960px;
    margin-top: 5% auto 0;
}

#backToSchool .modal-content ul {
    text-align: left;
    font-size: 15px;
    padding-top: 10px;
    line-height: 1.45;
    margin: 0 35px;
    font-weight: 500;
    list-style: none;
}

#backToSchool .modal-content .red {
    color: #725149;
    font-size: 1.6rem;
    line-height: 1.6;
    border-bottom: 3px solid rgba(198, 152, 138, .4);
    display: block;
    padding: 15px 0;
    text-align: left;
}

#backToSchool .content span {
    margin-bottom: 0.5em;
}


#backToSchool .modal-content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0;
}


#backToSchool .content ul li table .cored td {
    border-right: 1px solid #333;
    color: #fff;
    text-align: left;
    padding: 10px;
}

#backToSchool .content ul li table .cored {
    background-color: rgba(91, 91, 91, 1.00);
}

#backToSchool .modal-content td {
    padding: 5px;
}

#backToSchool .modal-body ul li table tr {
    border-bottom: 1px solid #333;
}

#backToSchool .modal-content td {
    padding: 5px;
    border: 1px solid;
}

