/*basic*/
* {
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:active,
a.unvisited:link,
a.unvisited:visited,
.unvisited:link,
.unvisited:visited,
#ft-login-slign-in-link,
a.blacklink:hover,
a.blacklink:active,
#storybread a:active,
#storybread a:hover {
    color: #2e6e9e;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:active,
a.blacklink:link,
a.blacklink:visited,
#storybread a:link,
#storybread a:visited {
    color: #000;
    text-decoration: none;
}

#section-page-title a.greylink,
a.greylink,
a.greylink:link,
a.greylink:active,
.unvisited:hover,
.unvisited:active {
    color: #A7A599;
}

.cf:after,
.reg-form-contain dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.cf,
.reg-form-contain dl {
    *zoom: 1;
}

/*for ie10+*/
::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

body {
    font-family: "Helvetica Neue", "Verdana", "Arial", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Heiti SC", STHeiti, SimSun, sans-serif;
    font-size: 87.5%;
    margin: 0 auto;
    background: #FFF1E0;
    -webkit-text-size-adjust: 100%;
}

img {
    border: medium none;
    max-width: 100%;
}

ul,
li {
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

/*fontface*/
@font-face {
    font-family: "ftcIcon";
    src: url('../get/?u=http://static.ftacademy.cn/fonts/ftcIcon.eot?nfkx5x');
    src: url('../get/?u=http://static.ftacademy.cn/fonts/ftcIcon.eot?#iefixnfkx5x') format('embedded-opentype'),
        url('../get/?u=http://static.ftacademy.cn/fonts/ftcIcon.woff?nfkx5x') format('woff'),
        url('../get/?u=http://static.ftacademy.cn/fonts/ftcIcon.ttf?nfkx5x') format('truetype'),
        url('../get/?u=http://static.ftacademy.cn/fonts/ftcIcon.svg?nfkx5x#ftcIcon') format('svg');
    font-weight: normal;
    font-style: normal;
}


.ftcIcon {
    font-family: "ftcIcon", "Lucida Console", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
    ;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;

}

.ftcIcon-arrowUp:before {
    content: "\e600";
}

.ftcIcon-arrowDown:before {
    content: "\e601";
}

.ftcIcon-eye:before {
    content: "\e602";
}

.ftcIcon-eye-blocked:before {
    content: "\e603";
}

.ftcIcon {
    font-size: 1.2em;
}

/*ie6,7*/
.ftcIcon-arrowUp {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xe600;');
}

.ftcIcon-arrowDown {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xe601;');
}

.ftcIcon-eye {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xe602;');
}

.ftcIcon-eye-blocked {
    *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='&#xe603;');
}



/*main layout*/
.wrapper {
    width: 999px;
    margin: 0 auto;
}

.head {
    border-bottom: 8px solid #9E2F50;
    padding: 5px 10px;
    text-align: left;
    position: relative;
}

.main {
    padding-left: 10px;
}

.column1 {
    width: 661px;
    float: left;
    border-right: 328px solid #F6E9D8;
    margin-right: -328px;
}

.column2 {
    width: 328px;
    float: left;
    background: #F6E9D8;
    overflow: hidden;
}


.headTitle,
.logo {
    display: inline;
}

.headTitle {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.subTitle {
    display: none;
}

.fastEntrance {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 19px;
}

.head .fastEntrance a {
    display: inline;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.head .fastEntrance a:hover {
    color: #2e6e9e;
}

.fastEntrance a:first-child {
    border-right: 1px solid #000;
    padding-right: 5px;
}

.column1 p.tips {
    margin: 25px 0;
    font-size: 1.2em;
    font-weight: 700;
    color: #555;
}

/*form style*/
.reg-form-contain {
    line-height: 1.8;
    margin-bottom: 20px;
    padding-right: 15px;
}

.reg-form-contain dt,
.reg-form-contain dd {
    float: left;
}

.reg-form-contain dd {
    width: 418px;
    height: auto;
}

.reg-form-contain dt,
.reg-form-contain dd .tInput,
.reg-form-contain dd label {
    font-size: 1.2em;
}

.reg-form-contain dl {
    padding-bottom: 20px;
    padding-left: 85px;
}

.reg-form-contain dt {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    color: #333;
}

.reg-form-contain dd span.tips {
    display: block;
    line-height: 24px;
    font-size: .8em;
    color: #666666;
}

.reg-form-contain dd span.error {
    color: #990100;
}

.reg-form-contain dd a.inputBtn {
    line-height: 24px;
}

.reg-form-contain dd input {}

.reg-form-contain dd input[type="text"] {}

.sectionTitle {
    margin-top: 30px;
}

.sectionTitle .ui-bar {
    margin-bottom: -23px;
    font-size: 0;
}

.sectionTitle .ui-bar .bar1,
.sectionTitle .ui-bar .bar2 {
    border-bottom: 7px solid #E9DECF;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.sectionTitle .ui-bar .bar1 {
    margin-bottom: -7px;
}

.sectionTitle .ui-bar .bar2 {
    border-color: #9E2F50;
    width: 7px;
}

.sectionTitle span {
    margin-left: 7px;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    background-color: #FFF1E0;
    width: 70px;

    padding-left: 8px;
    overflow: hidden;
    height: 32px;
}

.column2 .sectionTitle .ui-bar {
    visibility: hidden;
}

.column2 .sectionTitle span {
    background: transparent;
    display: block;
    margin: 0;
    padding: 0;
    border: solid #A7A59B;
    border-width: 1px 0 1px 0;
    background: #E9DECF;
    font-size: 1.2em;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    *width: 308px;
    padding: 5px 10px;
    line-height: 1.8em;
    height: auto;
}

.reg-form-contain .email-subs {
    padding-bottom: 5px;
}

.rp {
    font-size: 1.2em;
    padding-left: 87px;
}

.c-container {
    margin: 20px 0 20px 0px;
}

.btn-container {
    margin: 20px 0;
    text-align: center;
}

.reg-form-contain .submit,
.reg-form-contain .cancel {
    *zoom: 1;
    display: inline-block;
    vertical-align: top;
    *width: auto;
    *overflow: visible;
    height: auto;
    *height: 36px;

    margin: 0 auto;
    padding: 5px 0;
    min-width: 280px;
    *width: 280px;
    max-width: 100%;
    border-radius: 2px;
    background-color: #0470bc;
    border: 1px solid #3079ed;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.8em;
    *line-height: 1em;
    color: #fff;
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0470bc), to(#2e6e9e));
    background-color: #0470bc;
    background-image: -webkit-linear-gradient(top, #0470bc, #2e6e9e);
    background-image: linear-gradient(top, #0470bc, #2e6e9e);
}

.reg-form-contain .submit {
    height: 47px;
    /*line-height in firefox is invalid*/
}

.reg-form-contain .cancel {
    background: #aaa;
    *height: 34px;
    border-color: #888;
    margin-bottom: 15px;
}

.wxlogin {
    display: inline-block;
    height: auto;
    padding: 5px 0;
    min-width: 280px;
    border-radius: 2px;
    background-color: #6eb153;
    border: 1px solid #6eb153;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.8em;
    color: #fff !important;
    opacity: 1;
}

.reg-form-contain .submit.disabled {}

.reg-form-contain .inputInlineBtn {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    /*position: relative;
	left: -30px;
	*left:-25px;*/
    color: #000 !important;
}

.reg-form-contain .inputInlineBtn {
    *display: inline;
}

.no-touch .reg-form-contain .inputInlineBtn:hover {
    color: #2e6e9e !important;
}

.no-touch .reg-form-contain .selectImitate,
.no-touch .reg-form-contain label {
    cursor: pointer;

}

.no-touch .reg-form-contain .selectImitate:hover+.inputInlineBtn {}

.selectContain .selectImitate,
.tInput,
.selectContain .first-list {
    width: 100%;
}

.selectContain .selectImitate,
.tInput {
    *width: 386px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 1px solid #cec6b9;
    border-radius: 5px;
    padding: 7px 25px 7px 5px;
    margin-right: -30px;
    background-color: #fff;
    color: #333;
    font-family: bentonsans-normal, helvetica, arial, sans-serif;
    font-size: 16px;
    outline: none;
}

.selectContain .selectImitate {
    display: inline-block;
    font-size: 1.8em;
    min-height: 35px;
    height: auto;
    line-height: 18px;

    overflow: hidden;
    border: 1px solid #cec6b9;
    background: #ffffff;
}

.msie8 .selectContain .selectImitate {
    min-height: 19px;

}

.msie7 .selectContain .selectImitate,
.msie6 .selectContain .selectImitate {
    min-height: 19px;
    height: 19px;
}

.selectContain .selectImitate {
    *display: inline;
}

.selectContain.on .selectImitate,
.tInput:focus {
    border-color: #74736c;
}

.c-row label {
    margin-right: 15px;
}

/*validate style*/
.reg-form-contain .err-field .tInput,
.reg-form-contain .ok-field .tInput {
    border-color: #c00;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    color: #c00;
}

.reg-form-contain .ok-field .tInput {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid;
    border-color: #458b00;
    color: #333;
}

/*.reg-form-contain .ok-field .tInput {}*/

.reg-form-contain .err-field .msg,
.reg-form-contain .ok-field .msg {
    margin-top: -1px;
    *margin-top: -2px;
    padding: 3px 5px;

    font-size: 1.0em;
    font-style: normal;
    color: #fff;
    background-color: #c00;
    border: 1px solid #c00;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.reg-form-contain .ok-field .msg {
    /*color: #000;*/
    background-color: #458b00;
    border: 1px solid #458b00;
}

/*user tips for unexpected envirment*/
.no-js .column1,
.no-js .column2 {
    display: none;
}

.no-js .userTips {
    display: block !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF9C5), to(#F8EC97));
    border-top: 1px solid #E9DECF;
    border-bottom-width: 2px;
    color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 15px;
    padding: 20px;
    font-weight: bold;
    font-size: 1.8em;
}


/*for touch screen*/

.touch dt {
    line-height: 34px;
}

.touch .selectContain .list span.option {
    line-height: 1.8;
    min-height: 36px;
}

.touch .reg-form-contain .inputInlineBtn {
    margin-top: 0;
}

.touch .selectContain .selectImitate,
.touch .tInput {
    border-radius: 3px;

}


/*select list style*/
.selectImitateWrapper {
    /*font-size: 1.4em;*/
}

.selectImitateWrapper .list .option {
    display: block;
    cursor: pointer;
    padding-left: 5px;
    border-top: 1px dotted #000;
    font-size: 1.2em;
    color: #74736c;
    *zoom: 1;
}

.no-touch .selectImitateWrapper .option:hover {
    /*color: #444;background: #fad8c9;*/
}

.selectImitateWrapper .option.selected,
.no-touch .selectImitateWrapper .option:hover {
    background: #598caf;
    color: #fff;
}

/*.selectImitateWrapper .sub-list .option.selected{background: #f5f5f5;}
.selectImitateWrapper .th-list .option.selected{background: #F6E9D8;}*/
.selectImitateWrapper .sub-list>li {}

.selectImitateWrapper .th-list>li {}

.selectImitateWrapper li {
    line-height: 2em;
    background: #FFFFFF;
}

.selectImitateWrapper .sub-list,
.th-list {
    display: none;
}

/*.selectImitateWrapper span.option.on + ul.list{display: block !important;}*/
/*for ie6*/
.selectImitateWrapper li.item-on ul.list {
    display: block !important;
}

.selectImitateWrapper li.item-on ul.list ul.list {
    display: none !important;
}

.selectImitateWrapper ul.sub-list li.item-on ul.th-list {
    display: block !important;
}


.selectImitateWrapper.on .selectImitate {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.selectImitateWrapper.finished .first-list {
    display: none !important;
}

.selectImitateWrapper.on .first-list {
    margin-top: -1px;
    *margin-top: -2px;
    display: block !important;
    border: 1px solid #74736c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
    padding-bottom: 5px;
    background: #fff;
}

.selectImitateWrapper .first-list {
    display: none;
}

.selectImitateWrapper .sub-list .option {
    padding-left: 2em;
}

.selectImitateWrapper .th-list .option {
    padding-left: 4em;
}


/*column2 style*/
.column2 .content a.link {
    word-wrap: break-word;
    word-break: normal;
}

.column2 .section:first-child {
    margin-top: 10px;
}

.column2 .section {
    color: #666666;
    line-height: 1.8;
}

.column2 .section .title,
.column2 .section .content {
    padding: 5px 10px;
}

.column2 .section .content {
    font-size: 1.2em;
}

.column2 .section .content.highlights {
    font-weight: 700;
}

.column2 .section .email {
    font-size: 16px;
}

.column2 .section .title {
    border: solid #A7A59B;
    border-width: 1px 0 1px 0;
    background: #E9DECF;
    font-size: 1.2em;
    font-weight: bold;

}

.ex-number {
    display: none;
}

.goRegister {
    line-height: 47px;
}

.login .c-container {
    margin: 10px 0 0;
}

.q-link {
    font-size: 1.2em;
    margin-right: 20px;
}

.getPassword {
    margin-left: 185px;
}

/*ad */
.adContain {
    width: 300px;
    margin: 0 auto;
}

/*for ie6 ad position bug*/
/*.column2 *,.column2{*zoom:1;}
.adContain{width: 300px; *width: 305px; margin: 0 auto; overflow: hidden; font-size: 0; line-height: 0; *height: auto;*position: relative;}
.adContain *{}*/

.adContain {
    _position: absolute;
    _background: transparent;
}

.error-before,
.success-before {
    background: #FBE3E4;
    color: #8a1f11;
    padding: .8em;
    margin: 1em 0;
    border: 2px solid #FBC2C4;
    font-size: 1.0em;
}

.success-before {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
    margin-top: 30px;
}




/*media query*/
@media only screen and (max-width: 1000px) {

    /*break point set according to content*/
    .wrapper,
    .column1 {
        width: 100%;
        box-sizing: border-box;
    }

    .reg-form-contain dd {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-left: 100px;
        margin-left: -100px;
    }
}

@media only screen and (max-width: 920px) {

    /*break point set according to content*/
    .reg-form-contain dl,
    .reg-form-contain .rp {
        padding-left: 15px;
    }

    .sectionTitle {
        margin-bottom: 10px;
    }

    .getPassword {
        margin-left: 115px;
    }
}

@media only screen and (max-width: 800px) {

    /*break point set according to content*/
    body {
        font-size: 100%;
    }

    .reg-form-contain dl:not(.one-row) dt,
    .reg-form-contain dl:not(.one-row) dd {
        float: none;
        width: 100%;
    }

    .reg-form-contain dl:not(.one-row) dt {
        margin-bottom: 5px;
        height: auto;
    }

    .reg-form-contain dl:not(.one-row) dd {
        padding-left: 0;
        margin-left: 0;
    }

    .getPassword {
        margin-left: 15px;
    }

}

@media only screen and (max-width: 700px) {

    /*break point set according to content*/
    .column1 {
        border-right-width: 0;
        margin-right: 0
    }

    .column2 {
        width: 100%;
        background: transparent;
        box-sizing: border-box;
        padding-right: 15px;
    }

    .ex-number {
        display: block;
    }

    .column2 .section.all-screen .ui-bar {
        visibility: visible;
    }

    .column2 .section.all-screen span {
        background: #FFF1E0;
        display: block;
        box-sizing: content-box;
        margin: 0;
        padding: 0;
        margin-left: 7px;
        padding-left: 8px;
        border: none;
        font-size: 16px;
        font-weight: normal;
        line-height: 40px;
        color: #000;
        width: 70px;
        height: 32px;
    }

    .column2 .section.all-screen .content {
        padding-left: 85px;
        padding-right: 0;
    }


    .column2 .section:not(.all-screen) {
        display: none;
    }

    .reg-form-contain dl {
        padding-left: 85px;
    }

    .reg-form-contain .rp {
        padding-left: 87px;
    }

    .reg-form-contain dl:not(.one-row) dt,
    .reg-form-contain dl:not(.one-row) dd {
        float: left;
    }

    .reg-form-contain dl:not(.one-row) dt {
        width: 100px;
        margin-bottom: 0px;
        height: 35px;
    }

    .reg-form-contain dl:not(.one-row) dd {
        padding-left: 100px;
        margin-left: -100px;
    }

    .getPassword {
        margin-left: 185px;
    }

}

@media only screen and (max-width: 600px) {

    /*break point set according to content*/
    .reg-form-contain dl,
    .reg-form-contain .rp {
        padding-left: 4px;
    }

    .column2 .section.all-screen .content {
        padding-left: 4px;
    }

    .getPassword {
        margin-left: 103px;
    }


}

@media only screen and (max-width: 520px) {

    /*break point set according to content*/
    .head .logo {
        display: none;
    }

    .head {
        padding: 10px;
    }

    .head .headTitle {
        display: block;
        margin: 0;
    }

    .head .subTitle {
        display: inline;
        font-size: 14px;
        vertical-align: bottom;
    }

    .fastEntrance {
        bottom: 10px;
    }

    .selectContain .selectImitate {
        height: auto;
        min-height: 35px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 440px) {

    .reg-form-contain dl:not(.one-row) dt,
    .reg-form-contain dl:not(.one-row) dd {
        float: none;
        width: 100%;
    }

    .reg-form-contain dl:not(.one-row) dt {
        margin-bottom: 5px;
        height: auto;
    }

    .reg-form-contain dl:not(.one-row) dd {
        padding-left: 0;
        margin-left: 0;
    }

    .getPassword {
        margin-left: 5px;
    }

}

@media only screen and (max-width: 320px) {}

.o-ft-footer__row {
    margin: 0 auto;
    clear: both;
    width: 100%
}

.o-ft-footer__full-width-row {
    margin: 0 auto
}

.o-ft-footer__row:after,
.o-ft-footer__full-width-row:after {
    content: '';
    display: block;
    clear: both
}

.o-ft-footer__row,
.o-ft-footer__full-width-row {
    max-width: 600px;
    min-width: 240px
}

.o-ft-footer__row .o-ft-footer__row,
.o-ft-footer__full-width-row .o-ft-footer__row,
.o-ft-footer__row .o-ft-footer__full-width-row,
.o-ft-footer__full-width-row .o-ft-footer__full-width-row {
    margin-left: -1%;
    margin-right: -1%;
    width: auto;
    max-width: none;
    min-width: 0
}

.o-ft-footer__full-width-row,
.o-ft-footer__link {
    padding-left: 1%;
    padding-right: 1%
}

.o-ft-footer__link {
    float: left
}

.o-ft-footer__full-width-row {
    float: none;
    clear: both;
    display: block;
    width: 98%
}

.o-ft-footer__link {
    width: 48%
}

@media screen {

    .o-ft-footer__row .o-ft-footer__row,
    .o-ft-footer__full-width-row .o-ft-footer__row,
    .o-ft-footer__row .o-ft-footer__full-width-row,
    .o-ft-footer__full-width-row .o-ft-footer__full-width-row {
        margin-left: -10px;
        margin-right: -10px;
        width: auto
    }

    .o-ft-footer__full-width-row,
    .o-ft-footer__link {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .o-grid-row-compact>.o-ft-footer__full-width-row,
    .o-grid-row-compact>.o-ft-footer__link {
        padding-left: 0;
        padding-right: 0
    }

    .o-ft-footer__link {
        width: auto
    }
}

@media screen {
    .o-ft-footer__row {
        max-width: none
    }

    .o-ft-footer__full-width-row {
        max-width: none;
        float: none;
        clear: both;
        display: block;
        width: 100%
    }
}

@media screen and (max-width:600px) {

    .o-ft-footer__row,
    .o-ft-footer__full-width-row {
        max-width: none
    }

    .o-ft-footer__link {
        width: 50%;
        float: left;
        clear: none;
        display: block
    }
}

@media screen and (min-width:601px) and (max-width:1000px) {

    .o-ft-footer__row,
    .o-ft-footer__full-width-row {
        max-width: none
    }

    .o-ft-footer__link {
        width: 50%;
        float: left;
        clear: none;
        display: block
    }
}

@media screen and (min-width:1001px) and (max-width:1400px) {

    .o-ft-footer__row,
    .o-ft-footer__full-width-row {
        max-width: none
    }
}

@media screen and (min-width:1401px) {

    .o-ft-footer__row,
    .o-ft-footer__full-width-row {
        max-width: 1360px
    }
}

.o-ft-footer {
    font-size: 1em;
    margin-top: 10px;
    padding-top: 5px;
    background-color: #f6e9d8;
}

.o-ft-footer__link>a:link,
.o-ft-footer__link>a:visited {
    display: block;
    border-bottom: 1px solid #e9decf;
    color: #333;
    text-decoration: none;
    font-size: 1em;
    line-height: 29px
}

.o-ft-footer__link>a:hover,
.o-ft-footer__link>a:focus {
    color: #2e6e9e
}

.o-ft-footer__copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    font-size: 0.8em;
    line-height: 14px
}

.o-ft-footer__copyright>p {
    display: inline-block;
    margin: 0;
    padding-right: 10px
}

.o-ft-footer__pearson-row {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e9decf
}

.o-ft-footer__pearson-tagline,
.o-ft-footer__pearson-logo {
    height: 16px;
    background: url(../img/pearson_sprite.gif) no-repeat;
    background: rgba(0, 0, 0, .001)url(../img/pearson_sprite.svg) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.o-ft-footer__pearson-tagline {
    float: left;
    width: 170px;
    margin-right: 10px
}

.o-ft-footer__pearson-logo {
    float: right;
    width: 100px;
    background-position: right 0
}

@media screen and (max-width:299px) {
    .o-ft-footer__pearson-tagline {
        background-size: 158.82353%;
        width: 59.25926%
    }

    .o-ft-footer__pearson-logo {
        background-size: 270%;
        width: 33.33333%
    }
}

@media only screen and (min-width: 1001px) {

    .o-ft-footer__link>a:link,
    .o-ft-footer__link>a:visited {
        border: none;
    }
}


.service-container {
    overflow: visible;
    display: none;
}

.service-overlay-shadow {
    position: fixed;
    z-index: 1;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    background: #fff1e5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

}


#service-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    overflow: visible;
    z-index: 60;
    font-size: 15px;
    opacity: 1;
    height: 90%;
    bottom: 10%;
    background: #faeadd;
    overflow-y: scroll;
    width: 100%;
    left: 0%;
    /*padding: 10px;*/
}

.service-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}

.service-word {
    padding: 15px;
}

.service-select-btn {
    text-align: center;
    display: none;

}

.service-select-btn button {
    padding: 10px 20px;
    background-color: #0d7680;
    color: #514f4e;
    font-size: 14px;
    width: 100px;
    line-height: 60%;
    height: 60%;
    position: relative;
    top: 20%;
}

.service-select-btn .agree {
    margin-left: 15px;
    color: black;
    border: 0px;
    color: white;
}

.service-select-btn .disagree {
    background-color: #e9ded0;
    margin-right: 15px;
    border: 0px;
}

.out-select {
    position: fixed;
    background-color: #fff1e5;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    height: 10%;
    z-index: 100;
}