@font-face {
    font-family: "PBS Sans";
    font-weight: 300;
    src: url("https://www-tc.pbs.org/pbsfonts/v1/PBSSans-Light.woff2") format("woff2"),
    url("https://www-tc.pbs.org/pbsfonts/v1/PBSSans-Light.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "PBS Sans";
    font-weight: 400;
    src: url("https://www-tc.pbs.org/pbsfonts/v1/PBSSans.woff2") format("woff2"),
    url("https://www-tc.pbs.org/pbsfonts/v1/PBSSans.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "PBS Sans";
    font-weight: 600;
    src: url("https://www-tc.pbs.org/pbsfonts/v1/PBSSans-Bold.woff2") format("woff2"),
    url("https://www-tc.pbs.org/pbsfonts/v1/PBSSans-Bold.woff") format("woff");
    font-display: swap;
}

/*!* Firefox white button text center *!*/
/*@-moz-document url-prefix() {*/
/*  .registerContainer .registerForm .resetPasswordButtons input,*/
/*  .registerContainer .registerForm .resetPasswordButtons a {*/
/*  line-height: 35px;*/
/*  }*/
/*  .whiteButton {*/
/*  padding-top: 1px;*/
/*  }*/
/*  .registerContainer .registerForm .success .pbsAccount .registerButton .signIn .returnToSiteButton {*/
/*  line-height: 35px;*/
/*  }*/
/*  .registerContainer .success .pbsAccount .registerButton .closeButtonPassChange input {*/
/*  line-height: 37px;*/
/*  }*/
/*  .sendResetPasswordContainer .registerForm .register .pbsAccount .registerButton input {*/
/*  line-height: 33px;*/
/*  }*/
/*  .loggedInContainer .registerForm .pbsAccount .continueButton a {*/
/*  padding-top: 2px;*/
/*  }*/
/*  .resetPasswordContainer .updatePassword .success .registerButton .signIn a {*/
/*  padding-top: 2px;*/
/*  }*/
/*}*/

/*!* IE11 white button text center *!*/
/*_:-ms-fullscreen, :root .whiteButton {*/
/*  padding-top: 1px;*/
/*  }*/
/*_:-ms-fullscreen, :root .registerContainer .success .pbsAccount .registerButton .signIn .returnToSiteButton {*/
/*  line-height: 33px;*/
/*  }*/
/*_:-ms-fullscreen, :root .loggedInContainer .registerForm .pbsAccount .continueButton a {*/
/*  padding-top: 2px;*/
/*  }*/
/*_:-ms-fullscreen, :root .registerContainer .success .pbsAccount .registerButton .closeButtonPassChange input {*/
/*  line-height: 37px;*/
/*  }*/
/*_:-ms-fullscreen, :root .resetPasswordContainer .updatePassword .success .registerButton .signIn a {*/
/*  padding-top: 2px;*/
/*  }*/

/*!* Microsoft Edge white button text center *!*/
/*@supports (-ms-ime-align:auto) {*/
/*  .whiteButton {*/
/*  padding-top: 1px;*/
/*  }*/
/*  .registerContainer .success .pbsAccount .registerButton .signIn .returnToSiteButton {*/
/*  line-height: 35px;*/
/*  }*/
/*  .loggedInContainer .registerForm .pbsAccount .continueButton a {*/
/*  padding-top: 2px;*/
/*  }*/
/*  .registerContainer .success .pbsAccount .registerButton .closeButtonPassChange input {*/
/*  line-height: 37px;*/
/*  }*/
/*  .resetPasswordContainer .updatePassword .success .registerButton .signIn a {*/
/*  padding-top: 2px;*/
/*  }*/
/*}*/
/*!* Chrome text button centering *!*/
/*.registerContainer .success .pbsAccount .registerButton .signIn .returnToSiteButton:not(*:root) {*/
/*  line-height: 34px;*/
/*}*/
/*.vppaContainer .vppaForm form input.whiteButton:not(*:root) {*/
/*  line-height: 33px;*/
/*}*/
/*.vppaReconfirmContainer .vppaForm .back-btn:not(*:root) {*/
/*  line-height: 32px;*/
/*  padding: 0;*/
/*}*/
/*.changePasswordCompleteContainer .updatePassword .pbsAccount .closeButtonPassChange input:not(*:root) {*/
/*  line-height: 33px;*/
/*}*/

/* Safari specific CSS */
/*_::-webkit-full-page-media, _:future, :root .vppaReconfirmContainer .vppaForm .understand-btn {*/
/*  line-height: 30px;*/
/*}*/
* {
    box-sizing: border-box;
}

body {
    font-family: "PBS Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.tooltip {
    pointer-events: none;
}

.container {
    max-width: 600px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #ffffff;
    font-weight: 600;
}

.container button {
    font-family: "PBS Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.padding58 {
    padding-left: 58px;
}

.padding30 {
    padding-left: 30px;
}

.padding25 {
    padding-left: 25px;
}

.padding15 {
    padding-left: 15px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.margin5 {
}

.register .account .margin0 {
    margin: 0;
}

.closeScreen {
    width: 80%;
    max-width: 400px !important;
}

.material-icons {
    vertical-align: middle;
    display: inline-flex;
    font-size: 17px !important;
    padding-bottom: 3px;
}

.material-icons.md-18 {
    font-size: 18px;
}

input[type="submit"] {
    -webkit-appearance: none;
    line-height: 1;
}

input[type="text"],
input[type="email"] {
    font-family: "PBS Sans";
}

a {
    text-decoration: none;
    color: #2638c4;
}

a.signIn {
    display: inline-block;
    border-radius: 20px;
    background-color: #2638c4;
    color: #fff;
    width: 55%;
    height: 37px;
    margin: 40px 0 20px 0;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
}

header {
    height: 90px;
    line-height: 45px;
    color: #2638c4;
    margin-top: 46px;
    text-align: center;
}

header h1 {
    font-size: 24px;
    margin: auto;
}

header a {
    color: #fff;
    font-size: 24px;
    float: right;
    margin-right: 15px;
}

header img {
    height: 26px;
}

.logoHeader {
    height: 50px;
    line-height: 50px;
}

.logoHeader img {
    height: 26px;
}

.cobrandedLogo {
    margin: 0 16px;
    max-height: 45px;
}

.clear-both {
    clear: both;
}

.what {
    margin-left: 3px;
    z-index: 1;
    position: relative;
    font-weight: 600;
    width: 100px;
}

.what .tooltip {
    background-color: #90a6bc;
    color: white;
    line-height: 20px;
    font-size: 14px;
    width: 250px;
    padding: 15px 20px;
    position: absolute;
    right: -80px;
    top: 30px;
    z-index: 100;
    white-space: normal;
}

.arrow-up {
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #90a6bc;
}

.tooltip .arrow-up {
    margin-right: 100px;
    margin-top: -25px;
    float: right;
}

@media all and (max-width: 500px) {
    .what {
        display: block;
        margin: 5px 0;
    }
}

@media all and (max-width: 460px) {
    .what {
        display: block;
        margin: 5px 0;
    }
}

@media all and (max-width: 425px) {
    .what {
        display: block;
        margin: 5px 0;
    }
}

@media all and (max-width: 405px) {
    .what {
        display: block;
        margin: 5px 0;
    }
}

@media all and (max-width: 350px) {
    .what {
        display: block;
        margin: 5px 0;
    }
}

.requiredEmail {
    width: 410px;
}

.button {
    padding-bottom: 30px;
}

.resetPasswordContainer .updatePassword {
    padding-top: 20px;
}

.resetPasswordContainer .updatePassword .registerButton {
    margin-top: 20px;
    margin-bottom: 40px;
}

.resetPasswordContainer .updatePassword .registerButton .signIn button {
    margin-bottom: 0;
    width: 60%
}

.resetPasswordContainer .registerForm .register .pbsAccount .password p {
    font-family: inherit;
    font-weight: 400;
}

.resetPasswordContainer .registerForm .register .pbsAccount .whiteButton {
    margin-top: 4px;
    width: 36%
}

.resetPasswordContainer .registerForm .register .pbsAccount .inputHolder {
    margin-bottom: 7px;
}

@media all and (max-width: 960px) {
    .resetPasswordContainer .registerForm .register .pbsAccount .whiteButton {
        float: right;
        width: 36%
    }

    .resetPasswordContainer .registerForm .register .pbsAccount .signIn button {
        width: 60%
    }
}

@media all and (max-width: 450px) {
    .resetPasswordContainer .registerForm .register .pbsAccount .whiteButton {
        margin-top: 20px;
        float: right;
        width: 100%
    }

    .resetPasswordContainer .registerForm .register .pbsAccount .signIn button {
        width: 100%
    }
}

@-moz-document url-prefix() {
    .resetPasswordContainer .registerForm .register .pbsAccount .signIn button {
        padding-top: 3px;
    }
}

.logInPBS {
    margin: 0 0 30px 0;
    white-space: nowrap;
}

.defaultProfilePicture {
    width: 131px;
    height: 125px;
    margin: 0 auto;
    background-image: url(../../img/User_PBSBlue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
}

.google,
.facebook,
.apple {
    margin-top: 25px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    background-repeat: no-repeat;
}

.apple {
    background-color: #000000;
    border: #000000 2px solid;
    padding: 0;
}

.google {
    background-color: #4885f4;
    border: #4885f4 2px solid;
    padding: 0;
}

.facebook {
    background-color: #3d64a5;
    border: #3d64a5 2px solid;
    padding: 0;
}

.appleLogo,
.googleLogo,
.facebookLogo {
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    min-width: 45px;
    border-radius: 10px;
    float: left;
    margin-top: 2px;
    margin-left: 2px;
}

.appleLogo {
    background-image: url(../img/apple_white.png);
    background-color: black;
}

.googleLogo {
    background-image: url(../img/google.png);
    background-color: white;
}

.facebookLogo {
    background-color: #3d64a5;
    background-image: url(../img/facebook.png);
}

.pbsAccount .appleText,
.pbsAccount .googleText,
.pbsAccount .facebookText {
    position: relative;
    display: inline-block;
    width: 80%;
    text-align: center;
    font-size: 18px;
}

.googleText {
    left: -6px;
}

.appleText {
    left: -13px;
}

.facebookText {
    left: 3px;
}

.container button.google,
.container button.facebook,
.container button.apple {
    text-align: left;
    justify-content: flex-start;
}

.social-form.login-form {
    text-align: center;
}

.mail input,
.password input,
.firstName input,
.lastName input,
.zipcode input {
    border: 0;
    border-radius: 10px;
    margin: 7.5px auto;
    padding: 7px 15px;
    width: 362px;
    background: #eef0f5;
    font-weight: 300;
}

.mail [placeholder="Email address"],
.password [placeholder="Password"] {
    font-weight: 400;
    font-size: 16px;
    font-family: "PBS Sans";
    padding-top: 10px;
}

.mail input,
.password input,
.firstName input,
.lastName input,
.zipcode input {
    outline: none;
}

.account {
    margin: 24px 0 65px 0;
}

.account a {
    font-size: 12px;
}

.error input {
    border: 2px solid #d6383a;
    border-radius: 10px;
    background: #fff5cc;
}

.inputHolder .signInError {
    height: 20px;
}

.inputHolder .signInKeepLog {
    height: 20px;
    text-align: center;
}

.container button,
.verticallyCenteredButton {
    justify-content: center;
    display: inline-flex;
}

.container .pbsAccount .buttonContent,
#confirmBtn .buttonContent {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-family: "PBS Sans";
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    -webkit-align-items: center;
}

.signIn input,
.signIn button,
.confirm-btn .blue-input,
.back-btn .blue-input,
.confirm-btn .bigBtn {
    border-radius: 50px;
    border: 0;
    background-color: #2638c4;
    color: #fff;
    height: 37px;
    font-size: 16px;
    font-family: "PBS Sans";
    font-weight: bold;
    cursor: pointer;
}

.signIn button,
.confirm-btn .blue-input,
.back-btn .blue-input,
.confirm-btn .bigBtn:focus {
    outline: none;
}

.confirm-btn .bigBtn {
    padding: 9px;
}

.signIn > p {
    display: inline;
    font-size: 16px;
}

.signIn .logOut {
    margin-left: 0;
    font-size: 16px;
}

.pbsAccount form .checkbox {
    margin-left: 0;
    height: 30px;
}

.pbsAccount form label {
    color: #0e1d8c;
    font-weight: 600;
    line-height: 1.4;
}

.pbsAccount div span {
    font-size: 16px;
    font-weight: 400;
}

.logInError .register h2 {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 16px;
}

.spacedRows {
    line-height: 1.4;
}

.register .pbsAccount .titleLeft {
    text-align: left;
    margin-bottom: 0;
}

.register .pbsAccount .userName {
    margin-top: 25px;
}

.pbsAccount .spacer20px {
    height: 20px;
}

.pbsAccount .inputHolder .password {
    font-size: 16px;
}

.pbsAccount .inputHolder .password label {
    color: #0F1E8C;
}

.pbsAccount .inputHolder .password .passwordShowHide .columnLeft {
    float: left;
    width: 65%;
    display: table-cell;
}

.pbsAccount .inputHolder .password .passwordShowHide .columnRight {
    font-size: 14px;
    font-weight: 900;
    float: left;
    min-width: 35%;
    height: 100%;
    display: inline;
    text-align: left;
    padding: 7% 0 0 5%;
    color: #2638c4;
}

.pbsAccount .inputHolder .passwordShowHide:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.register .account .login_2fa_email_acknowledge {
    line-height: 24px;
}


/*------------- 2FA send code screen   -------------*/
.errorSlightBold {
    font-weight: 500;
    font-size: 16px;
}

.containerW450 {
    max-width: 470px;
    padding: 0 15px 0 15px;
}

.sendCodePage {
    font-family: "PBS Sans";
    font-weight: 400;
    font-size: 16px;
    margin-top: 17px;
    line-height: 24px;
}

.sendCodePage .bigCenteredMessage {
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    color: #2638C4;
    text-align: center;
    vertical-align: middle;
    padding-left: 15%;
    padding-right: 15%;
}

.sendCodePage .smallMessage {
    font-size: 16px;
    margin-top: 44px;
}

.codeRow {
    height: 41px;
    margin-top: 30px;
}

.sendCodePage .inputHolder .codeRow .column {
    float: left;
    text-align: left;
    display: table-cell;
    height: 41px;
}

.columnLeft {
    padding: 10px 10px 0px 0px;
    font-weight: 600;
}

.columnRight {
    color: #2638C4;
    font-weight: 600;
    padding: 10px 0px 10px 0px;
}

.inputHolder .error {
    padding-top: 10px;
}

.sendCodePage .inputHolder .codeRow:after {
    content: "";
    display: table;
    clear: both;
}

.sendCodePage .inputHolder .codeRow input {
    border: 0;
    border-radius: 8px;
    background: #eef0f5;
    font-weight: 400;
    height: 40px;
    width: 136px;
    font-size: 16px;
    text-indent: 10px;
    letter-spacing: 1px;
    padding-top: 5px;
}

.sendCodePage .inputHolder .codeRow input:focus {
    outline: none;
}

.sendCodePage .inputHolder .codeRow .column label {
    color: #0F1E8C;
}

.sendCodePage .inputHolder .codeRow .column input::placeholder {
    font-size: 16px;
    text-indent: 10px;
    letter-spacing: 1px;
}

.sendCodePage .inputHolder .error .errorMessage {
    margin: 5px 0;
}

.codeContinue button {
    margin-top: 30px;
    font-size: 16px;
    border: none;
    outline: none;
	cursor: pointer;
    padding: 2px 0;
    font-weight: 600;
    color: white;
    width: 100%;
    height: 36px;
    background-color: #2638C4;
    border-radius: 28.6px;
    line-height: 36px;
}

.codeContinueLeft .divButton,
.signIn2FAButtonsLeft .divButton {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    border: 2px solid #2638C4;
	cursor: pointer;
    font-weight: 600;
    color: #2638C4;
    width: 100%;
    height: 36px;
    background-color: white;
    border-radius: 28.6px;
    line-height: 36px;
}

.signIn2FAButtonsLeft .divButton {
    margin-top: 10px;
}

.codeContinueLeft {
    float: left;
    width: 35%;
    padding-left: 5px;
    padding-right: 7px;
}

.columnCenter {
    padding-right: 20px;
}

.codeContinueRight {
    float: left;
    width: 65%;
    padding-left: 7px;
    padding-right: 5px;
}

.codeContinue .codeContinueLeft button {
    background-color: white;
    border-style: solid;
    border-width: 2px;
    border-color: #2638C4;
    color: #2638C4;
    padding: 0;
}

.codeFooter {
    margin-top:30px;
}

.codeFooter a {
    font-weight: 600;
    color: #2638C4;
}

.codeFooter ul {
    display: inline-block;
}

.codeFooter li {
    display: inline-block;
    float: left;
    padding-right: 9px;
}

.codeFooter li img {
    margin-left: 2px;
}

/*-------------Login password screen (2FA)-------------*/
.pbsAccount div .email_text_label {
    color: #0F1E8C;
    font-size: 16px;
    font-weight: 600;
}

.pbsAccount div .email_text_value {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
}

.signIn2FAButtons button {
    margin-top: 10px;
    font-size: 16px;
    border: none;
    outline: none;
	cursor: pointer;
    padding: 2px 0;
    font-weight: 600;
    color: white;
    width: 100%;
    height: 36px;
    background-color: #2638C4;
    border-radius: 28.6px;
    line-height: 36px;
    margin-bottom: 15px;
}

.signIn2FAButtonsLeft {
    float: left;
    width: 35%;
    padding-left: 5px;
    padding-right: 7px;
}

.signIn2FAButtonsRight {
    float: left;
    width: 65%;
    padding-left: 7px;
    padding-right: 5px;
}

.signIn2FAButtons .signIn2FAButtonsLeft button {
    background-color: white;
    border-style: solid;
    border-width: 2px;
    border-color: #2638C4;
    color: #2638C4;
    padding: 0;
}

/*-------------Apple ID outdated screen-------------*/
.containerW400 {
    max-width: 400px;
    padding: 0 15px 0 15px;
}

.appleError {
    margin-top: 5px;
}

.appleError h2 {
    color: #0f1e8c;
}

.appleError p {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}

.appleError button {
    background-color: #2638C4;
    border: 0;
    width: 100%;
    height: 37px;
    border-radius: 28px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 6px;
}

/*-------------Log In Error-------------*/
.logInError {
    margin: 10px 80px;
    max-width: 440px;
}

.container .logInEmailOnly .register {
    overflow-wrap: normal;
}

.logInError .register p {
    color: #000525;
    font-size: 16px;
    padding-top: 15px;
    font-weight: 400;
    word-break: normal;
    white-space: normal;
}

.logInError .pbsAccount > p {
    margin-bottom: 20px;
}

.logInError .googleFacebook > p {
    font-size: 15px;
    margin-top: 50px;
}

.logInError .google,
.logInError .facebook,
.logInError .apple {
    width: 100%;
    height: 54px;
    font-size: 18px;
    text-align: center;
    line-height: 53px;
    font-weight: 400;
}

.logInError .forgetPassword {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.logInError .signIn button {
    width: 362px;
    height: 37px;
    margin: 20px 0 15px 0;
    font-size: 21px;
}

.logInError .register .googleFacebook .choice {
    margin: 40px auto;
    padding-top: 30px;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
}

.logInError .register .googleFacebook .choice span {
    position: absolute;
    top: 65%;
    left: 38%;
    background-color: #f7f7f7;
    padding: 0 30px;
    color: #47474c;
    font-size: 17px;
}

.logInError .mail input,
.logInError .password input {
    height: 40px;
    font-size: 16px;
}

.logInError .pbsAccount form p {
    color: #ac041e;
    font-weight: bold;
}

.account div a {
    font-size: 16px;
    font-weight: 600;
    color: #0e1d8c;
}

.logInError .account p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.logInError .account p a {
    font-size: 16px;
    font-weight: 600;
}

.logInError .register .pbsAccount .account p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.logInError .register .pbsAccount .account p a  {
    font-size: 14px;
    font-weight: 600;
}

/*-------------Log in Email Only-------------*/
.logInEmailOnly .signIn {
}

.logInEmailOnly .signIn button {
    font-size: 17px;
    font-weight: 600;
    height: 37px;
    width: 100%;
}

.logInEmailOnly .account {
    margin-top: 10px;
}

.logInEmailOnly .account p {
    font-size: 16px;
    color: #222222;
    line-height: 20px;
}

.logInEmailOnly .pbsAccount .inputHolder div input:not([type="checkbox"]) {
    width: 100%;
}

.logInEmailOnly .pbsAccount .inputHolder .checkbox {
}

.logInEmailOnly .pbsAccount .inputHolder .mail,
.logInEmailOnly .pbsAccount .inputHolder .password {
    margin-bottom: 5px;
}

.registerForm .keepMeLoggedIn {
    vertical-align: bottom;
}

.keepMeLoggedIn span {
    height: 20px;
}

.pbsAccount .inputHolder .password .passwordShowHide .columnLeftLogin {
    float: left;
    width: 70%;
    display: table-cell;
}

.pbsAccount .inputHolder .password .passwordShowHide .columnRightLogin {
    font-size: 14px;
    font-weight: 900;
    float: left;
    width: 30%;
    height: 40px;
    display: table-cell;
    color: #2638c4;
    margin-top: 7.5px;
}

.pbsAccount .inputHolder .password .passwordShowHide .columnRightLogin span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    padding: 0 0 0 22px;
    text-align: left;
}

@media all and (max-width: 330px){
    .pbsAccount .inputHolder .password .passwordShowHide .columnRightLogin span {
        padding: 0 0 0 10%;
    }
}

.logInEmailOnlyAlign {
    margin: auto;
    padding: 0px 25px 0px 25px;
    max-width: 490px;
}

/*----------------CLOSE HTML--------------*/
.close {
    width: 350px;
    background-color: #f7f7f7;
    padding: 10px;
    position: absolute;
    left: 30%;
    top: 20%;
    border-radius: 5px;
}

.close p {
    font-size: 13px;
    margin-top: 10px;
}

.close .signIn input {
    height: 35px;
    width: 50px;
    margin: 10px 0 0 15px;
    border-color: #f7f7f7;
    border-radius: 3px;
}

.close .reSend input {
    width: 80px;
}

.close .reSend a {
    margin-left: 20px;
}

/*-----------Password reset--------------*/
.containerForgetPass {
    position: absolute;
    top: 20%;
    width: 600px;
}

.containerForgetPass header {
    padding: 0;
}

.containerForgetPass p {
    margin: 10px;
}

.containerForgetPass input {
    padding: 10px;
    margin: 10px;
}

.passwordReset .registerForm .signIn input {
    width: 178px;
    height: 56px;
    margin: 4px 0;
}

.registerForm .resetButton {
    margin-top: 30px;
}

@media all and (max-width: 700px) {
    .passwordReset {
        max-width: 450px;
    }
}

.resetPassword .signIn {
    font-size: 16px;
}

.resetPassword .signIn a {
    font-size: 16px;
    font-weight: 600;
}

.resetPassword .mail input {
    font-size: 16px;
}

.resetPassword .signIn input {
    font-size: 16px;
}

.resetPassword .error .errorMessage {
    padding-left: 5px;
}

.resetPasswordCompleteContainer .registerForm {
    margin: 0 0px;
}

@media all and (max-width: 500px) {
    .resetPasswordCompleteContainer .registerForm {
        margin: 0 15px;
    }
}

.createAccountLink {
    font-size: 16px;
    font-weight: 600;
}

/*-------------Log in Homepage-------------*/
.logInHPcontainer {
    max-width: 330px;
}

.logInHP {
    margin: 0 auto;
}

.logInHP .mailHP input,
.logInHP .passwordHP input {
    background-image: url(../img/star.jpg);
    background-position: 98%;
    background-repeat: no-repeat;
    width: 300px;
    height: 26px;
}

.logInHP .signIn input {
    width: 300px;
}

.logInHP .account > div {
    background-color: #fff;
    width: 300px;
    height: 68px;
    border: none;
    padding: 34px 0 0 20px;
}

.logInHP .account div a {
    font-size: 15px;
    font-weight: 600;
}

.highlight_box {
    background-color:#EEF0F5;
    vertical-align: middle;
    line-height: 24px;
    padding-top: 19px;
    padding-bottom: 5px;
}

.not_registered {
    color: #0F1E8C;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
}

.highlight_box ul {
    display: inline-block;
}

.highlight_box li {
    display: inline-block;
    float: left;
}

/*-------------Register Form-------------*/
.registerForm .password {
    position: relative;
    z-index: 10;
}

.errorMessage {
    display: none;
}

.error .errorMessage {
    display: block;
    color: #d6383a;
    font-size: 15px;
    margin-bottom: 25px;
}

.error .errorMessage a {
    font-weight: 600;
}

.padding20 {
    padding-left: 20px;
}

.registerContainer {
    max-width: 700px;
    margin: 0 auto;
}

.registerForm {
    margin: 0 30px;
    overflow: hidden;
}

.registerContainer header {
    line-height: 45px;
}

.registerContainer .registerForm form input,
.registerContainer .registerForm form .bigBtn {
    width: 48%;
    height: 40px;
}

.registerContainer .registerForm form .reEnter {
    width: 48%;
    float: right;
}

.registerContainer .registerForm form .reEnter input {
    float: right;
    width: 100%;
}

.registerContainer .registerForm .fullName input {
    padding: 7px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
}

.registerContainer .registerForm .fullName.error input {
    border: 2px solid #d6383a;
    border-radius: 2px;
}

.registerContainer .registerForm .mail input,
.registerContainer .registerForm .lastName input,
.registerContainer .registerForm .firstName input,
.registerContainer .registerForm .password input {
    font-size: 16px;
    float: left;
    font-weight: 300;
}

.registerContainer .registerForm form p {
    font-size: 16px;
    color: #000525;
    font-weight: 400;
}

.registerContainer .registerForm .signIn {
    display: inline;
    text-align: center;
}

.registerContainer .registerForm .signIn button,
.registerContainer .registerForm .signIn .bigBtn {
    width: 67%;
    height: 37px;
    font-weight: 600;
    margin-top: 4px;
    font-size: 17px;
    min-width: 100px;
    padding: 2px 7px;
}

.sendResetPasswordContainer .updatePassword .forgetPasswordForm .resetPasswordButtons button {
    margin-top: 0;
}

.registerContainer .registerForm .signIn .cancelButton {
    margin-bottom: 40px;
    margin-top: 0;
}

.changePasswordContainer .registerForm .pbsAccount .signIn .cancelButton {
    margin-top: 4px;
}

.registerContainer .registerForm .registerButton .signIn a {
    margin-left: 0;
    margin-top: 4px;
}

.registerContainer .pbsAccount .registerButton .signIn .returnToSiteButton {
    margin: 0;
    line-height: 33px;
    display: inline-block;
    width: 100%;
    float: none;
}

.whiteButton {
    display: inline-block;
    border: 2px solid #2638c4;
    border-radius: 25px;
    height: 37px;
    line-height: 35px;
    font-weight: 600;
    min-width: 100px;
}

.cancelButton {
    display: inline-block;
    float: right;
    margin: 4px 0;
    width: 29%;
}

.inputHolder {
    overflow: hidden;
}

.inputHolder > div {
    margin-bottom: 8px;
}

.registerContainer .registerForm .topInputs {
    width: 48%;
    float: left;
    clear: both;
}

.registerContainer .registerForm .topInputs .mail {
    overflow: hidden;
    width: 100%;
    float: left;
}

.registerContainer .registerForm .topInputs .mail input {
    width: 100%;
    float: left;
}

.registerContainer .registerForm .topInputs .firstName {
    overflow: hidden;
    width: 100%;
    float: left;
}

.registerContainer .registerForm .topInputs .firstName input {
    width: 100%;
    float: left;
}

.registerContainer .registerForm .bottomInputs {
    overflow: hidden;
    width: 48%;
    float: left;
    clear: left;
}

.registerContainer .registerForm .topInputs span {
    float: none;
    color: #d6383a;
}

.registerContainer .registerForm .keepLog input {
    width: 17px;
    height: 17px;
}

.registerButton a {
    margin-left: 20px;
}

.keepLog {
    padding: 20px 0;
}

.inputInfo {
    display: block;
}

.registerContainer .registerForm .bottomInputs div p {
    padding-top: 2px;
}

@media all and (max-width: 960px) {
    .registerContainer {
        max-width: 500px;
    }

    .registerContainer .registerForm .inputHolder div {
        width: 100%;
        display: block;
    }

    .registerContainer .registerForm .inputHolder input {
        width: 100%;
        float: none;
    }

    .registerContainer .registerForm .inputHolder .reEnter {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .registerContainer .registerForm .bottomInputs {
        width: 100%;
    }

    .registerContainer .registerForm .inputHolder .mail {
        width: 100%;
        overflow: hidden;
        float: none;
    }

    .registerContainer .registerForm .inputHolder .lastName {
        width: 100%;
        overflow: hidden;
        float: none;
    }

    .registerContainer .registerForm .inputHolder .firstName {
        width: 100%;
        overflow: hidden;
        float: none;
    }

    .registerContainer .registerForm .bottomInputs,
    .registerContainer .registerForm .topInputs {
        width: 100%;
        overflow: hidden;
        float: none;
    }

    .registerContainer .inputHolder [placeholder="Password"] {
        margin-bottom: 5px;
    }

    .registerContainer .registerForm .inputHolder p {
        margin: 0;
    }

    .registerContainer .registerForm .keepLog {
        padding: 20px 0;
    }
}

@media all and (max-width: 450px) {
    .registerContainer .registerForm .signIn input,
    .registerContainer .registerForm .signIn a {
        width: 100%;
    }

    .registerContainer .registerForm .signIn a {
        margin: 15px 0;
    }
}

/*-------------Register Form Mobile-------------*/
.registerContainerMob {
    max-width: 500px;
}

.registerContainerMob .registerFormMob .inputHolder input {
    width: 100%;
    float: none;
}

.registerContainerMob .registerFormMob .inputHolder .reEnter {
    width: 100%;
}

.registerFormMob .inputHolder [placeholder="Password"] {
    margin-bottom: 5px;
}

.registerContainerMob .registerFormMob .inputHolder p {
    margin: 0;
}

.registerContainerMob .registerFormMob .keepLog {
    padding: 20px 0;
}

/*-------------Register Form Error-------------*/
.registerContainer .registerForm {
    overflow: hidden;
    max-width: 650px;
}

.registerContainer .registerForm form .inputHolder input {
    width: 100%;
    float: none;
}

.registerContainer .registerForm .leftInputs span {
    color: #d6383a;
    font-size: 16px;
    font-weight: 600;
}

.inputHolder .password div .password-strength {
    font-size: 13px;
    padding: 2px;
    position: absolute;
    top: 30px;
    right: 1px;
    width: 85px;
    text-align: center;
    height: 40px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.columnLeftLogin .show-password-strength-right-displace .password-strength {
    margin-right: 30%;
}

.password-strength span {
    display: flex;
    align-items: center;
    font-weight: lighter;
    height: 34px;
}

.inputHolder .password div .password-strength span {
    font-size: 13px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inputHolder .password div .password-strength .meter-adjust {
    font-size: 11px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.password-strength.short {
    background-color: #d6383a;
    color: #ffffff;
}

.password-strength.weak {
    background-color: #d6383a;
    color: #ffffff;
}

.password-strength.strong {
    background-color: #4f7711;
    color: #ffffff;
}

/*------------Google Facebook Log In--------*/
.GoFbLogIn {
    max-width: 550px;
}

.GoFbLogIn h2:first-child {
    margin-bottom: 10px;
    color: #000525;
    font-weight: 400;
}

.GoFbLogIn h2 {
    font-size: 18px;
    text-align: left;
    margin-top: 15px;
    color: #0f1e8c;
    font-weight: 600;
}

.GoFbLogIn .googleName {
    text-align: center;
}

.GoFbLogIn .facebookName {
    text-align: center;
}

.GoFbLogIn .googleFacebook p {
    margin-top: 15px;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #000525;
}

.GoFbLogIn .googleFacebook .googlePlus {
    font-weight: 600;
}

.GoFbLogIn .account div p {
    margin-top: 15px;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
}

.GoFbLogIn .logInError h2 {
    color: #0e1d8c;
    font-weight: 600;
}

.GoFbLogIn .logInError .account p a {
    color: #2638c4;
}

.GoFbLogIn .logInEmailOnly .register .pbsAccount .password label {
    font-weight: 600;
}

.GoFbLogIn .logInEmailOnly .register .pbsAccount label {
    font-weight: 400;
}

/*------------Facebook/Google Log In--------*/
.GoFbLogIn .googleFacebook img {
    display: block;
    margin: 20px auto 0 auto;
    border-radius: 50px;
    width: 80px;
    height: 80px;
}

.alreadyLinkedContainer {
    max-width: 600px;
}

@media all and (max-width: 500px) {
    .GoFbLogIn .logInError {
        margin: 10px 70px;
    }
}

@media all and (max-width: 400px) {
    .GoFbLogIn .logInError {
        margin: 10px 40px;
    }
}

@media all and (max-width: 350px) {
    .alreadyLinkedContainer .logInError .register .pbsAccount .inputHolder h4 {
        font-size: 22px;
    }
}

/*------------PBS Log In--------*/
.pbsLogIn h3 {
    font-size: 16px;
    padding: 20px 0 45px 0;
}

.pbsLogIn h4 {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #0b0c0a;
}

.pbsAccount .inputHolder .password .error {
}

/*-------Update Your Personal Information---------*/

.informationForm {
    overflow: hidden;
    padding-top: 10px;
}

.inputHolder div {
}

.inputHolder .bottomInputs {
    height: auto;
}

.inputHolder div.registerPassword {
    display: block;
}

.inputHolder div.registerPassword p {
    line-height: 1.4;
    font-weight: 300;
}

.informationForm .register .pbsAccount .inputHolder div {
    overflow: hidden;
    width: 50%;
    float: left;
}

.informationForm .register .pbsAccount .inputHolder .zipcode {
    margin: 5px 0 20px 0;
}

.informationForm .register .pbsAccount .inputHolder input {
    width: 95%;
}

@media all and (max-width: 960px) {
    .informationForm .register .pbsAccount .inputHolder input {
        width: 100%;
    }
}

.informationForm .register .pbsAccount .inputHolder .reEnter input,
.informationForm .register .pbsAccount .inputHolder .reEnter label {
    margin-left: 15px;
}

.informationForm .register .pbsAccount .inputHolder .zipcode input {
    font-size: 15px;
    font-weight: 300;
    width: 178px;
    display: block;
    margin-left: 0;
}

.informationForm .register .pbsAccount .inputHolder .zipcode input:focus {
    outline: none;
}

.informationForm .register .pbsAccount .inputHolder .zipcode p {
    font-weight: 400;
}

.informationForm .registerButton input {
    font-size: 25px;
}

.informationForm .register .pbsAccount .inputHolder .zipcode .errorMessage {
    display: block;
    color: #d6383a;
    font-weight: 600;
}

@media all and (max-width: 960px) {
    .informationForm,
    .vppaForm {
        max-width: 500px;
        height: auto;
    }

    .informationForm .register .pbsAccount .inputHolder {
        overflow: hidden;
    }

    .informationForm .register .pbsAccount .inputHolder div {
        width: 100%;
    }

    .informationForm .register .pbsAccount .inputHolder .reEnter label,
    .informationForm .register .pbsAccount .inputHolder .reEnter input {
        margin-left: 0;
    }

    .informationForm .register .pbsAccount .inputHolder .reEnter span {
        padding-left: 0;
    }

    .informationForm .register .pbsAccount .signIn {
        margin-bottom: 50px;
    }

    .headerText {
        font-size: 20px;
    }

    .registerContainer .registerForm .signIn button,
    .registerButton a {
        margin-left: 0;
        width: 100%;
        float: left;
    }

    .registerContainer .registerForm .signIn button {
        margin-bottom: 15px;
    }

    .userProfile .registerForm .register .pbsAccount .signIn button {
        margin-bottom: 0;
    }
}

@media all and (max-width: 319px) {
    .headerTextRegistration {
        font-size: 17px;
    }
}

@media all and (max-width: 378px) {
    .informationForm {
        margin-top: 35px;
    }

    .userProfile .informationForm {
        margin-top: 0;
    }
}

@media all and (max-width: 258px) {
    .informationForm {
        margin-top: 70px;
    }
}

@media all and (max-width: 175px) {
    .informationForm {
        margin-top: 100px;
    }
}

.updateProfileContainer .informationForm .register .pbsAccount .whiteButton {
    margin-top: 4px;
}

.updateProfileContainer .titleHeader .headerText {
    margin: 0 30px;
    line-height: 1.7;
}

/*----------Update Password-----------*/
.updatePassword {
    padding-top: 20px;
    clear: both;
}

.updatePassword p {
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 400;
}

.updatePassword .register .pbsAccount form .inputHolder input {
    width: 100%;
    float: none;
}

.updatePassword .register .pbsAccount form .inputHolder label {
    font-weight: 600;
    color: #0e1d8c;
    font-size: 16px;
}

.registerContainer .registerForm .resetPasswordButtons button {
    width: 60%;
}

.registerContainer .registerForm .resetPasswordButtons a {
    width: 36%;
}

@-moz-document url-prefix() {
    .registerContainer .registerForm .resetPasswordButtons button {
        padding-top: 3px;
    }
    .registerContainer .registerForm .resetPasswordButtons a {
        padding-top: 1px;
    }
}

@media all and (max-width: 450px) {
    .registerContainer .registerForm .resetPasswordButtons button,
    .registerContainer .registerForm .resetPasswordButtons a {
        width: 100%;
        float: left;
    }

    .registerContainer .registerForm .resetPasswordButtons button {
        margin-bottom: 0 !important;
    }
}

.updatePassword .register .pbsAccount form .inputHolder .reEnter {
    width: 100%;
}

.updatePassword .registerButton {
    margin-top: 10px;
}

.updatePassword .register .pbsAccount .resetButton {
    margin-top: 5px;
}

.updatePassword .registerButton .returnButton input {
    width: auto;
    padding: 0 20px;
}

.updatePassword .register .pbsAccount .continueButton .signIn {
    display: inline;
    width: 100%;
    float: right;
    line-height: 39px;
    margin: 20px 0;
    font-weight: 600;
    font-size: 16px;
}

.updatePassword .register .pbsAccount .continueButton .logOut {
    font-size: 15px;
    font-weight: 600;
}

.updatePassword .registerButton .signIn input,
.updatePassword .registerButton .signIn .bigBtn {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 30px;
}

.updatePassword .account p {
    font-size: 13px;
    color: #222222;
    font-weight: 600;
    line-height: 20px;
}

.updatePassword .signIn {
    width: 100%;
}

.updatePassword .UpdateProfileButton {
    margin-top: 20px;
    text-align: center;
}

.updatePassword .UpdateProfileButton .signIn input {
    font-size: 17px;
    width: 100%;
    height: 37px;
    border: 2px solid #2638c4;
    border-radius: 25px;
    line-height: 35px;
    font-weight: 600;
    min-width: 100px;
    background-color: #ffffff;
    color: #2638c4;
}

.updatePassword .WatchOnlineButton {
    text-align: center;
}

.updatePassword .WatchOnlineButton .signIn input {
    text-align: center;
    font-size: 17px;
    width: 100%;
    height: 37px;
    font-weight: 600;
}

.changePasswordContainer .updatePassword .registerButton .signIn input {
    margin-bottom: 15px;
}

.sendResetPasswordContainer .registerForm .register .pbsAccount form .inputHolder label {
    color: #000525;
    font-size: 16px;
    font-weight: 400;
}

.sendResetPasswordContainer .registerForm .register .pbsAccount .whiteButton {
    margin-top: 0;
}

@media all and (max-width: 960px) {
    .sendResetPasswordContainer .registerForm .register .pbsAccount .whiteButton {
        float: right;
    }
}

@media all and (max-width: 450px) {
    .sendResetPasswordContainer .registerForm .register .pbsAccount .whiteButton {
        margin-top: 20px;
    }
}

.changePasswordCompleteContainer .registerForm .register .pbsAccount .registerButton {
    margin-bottom: 0;
}

/*----------Log In User Profile----------*/
.userProfile {
    max-width: 360px;
}

.userProfile .registerForm {
    word-break: break-all;
}

.userProfile .registerForm .whiteButton {
    margin-bottom: 50px;
}

.show {
    display: none !important;
}

@media all and (max-width: 960px) {
    .show.break960 {
        display: block !important;
    }

    div.show-password {
        line-height: 50px;
    }
}

.userDetails {
    display: table;
    width: 100%;
}

.userDetails .tableRow {
    display: table-row;
}

.userDetails .tableRow > div {
    display: table-cell;
    color: #4a4a4a;
    width: 70%;
    padding-bottom: 15px;
}

.userDetails .tableRow > div:first-child {
    width: 30%;
}

@media all and (max-width: 960px) {
    .userDetails .tableRow > div {
        width: 100%;
        display: block;
    }

    .userDetails .tableRow > div:first-child {
        width: 100%;
    }
}

.block {
    display: block;
}

.editButton {
    margin-top: 40px;
}

@media all and (max-width: 350px) {
    .editButton a {
        display: block;
        margin: 0;
    }
}

.profileLabel {
    color: #0e1d8c;
    font-weight: 600;
    line-height: 1.4;
    font-size: 16px;
    margin-right: 10px;
}

.profileRow {
    margin: 22px 0;
}

.fullButton {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 22px !important;
}

.userThumbnail {
    border-radius: 50%;
    width: 67px;
    height: 67px;
}

.profileImageHeader {
    height: 165px !important;
}

.profileImageHeader h1 {
    top: -10px;
    position: relative;
}

.footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
    font-size: 13px;
    color: #979797;
}

.footer a {
    font-weight: bold;
}

@media all and (max-width: 960px) {
    .userProfile .registerForm .register .pbsAccount form .editButton input {
        margin-bottom: 0;
    }
}

/*----------CLOSE---------*/
.closeButton {
    margin-top: 100px;
    text-align: center;
}

.resetPasswordContainer .updatePassword .pbsAccount .registerButton {
    margin-top: 0;
}

.resetPasswordContainer .updatePassword .pbsAccount .registerButton .closeButtonPassChange button {
    width: 100%;
    margin-top: 40px;
}

.resetPasswordContainer .updatePassword .pbsAccount .inputHolder p {
    margin-bottom: 20px;
}

.success {
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 45px;
    overflow: hidden;
}

.success p {
    font-size: 20px;
    color: #000525;
}

@media all and (max-width: 470px) {
    .success {
        background-position: 50% 70px;
    }
}

/*--------- custom error pages --------*/
.not-found {
    padding: 10px;
}

.not-found .message-header {
    font-size: 25px;
    text-align: center;
    margin: 20px;
}

.not-found .message-text {
    margin: 5px;
    line-height: 20px;
    width: 100%;
}

.not-found .links {
    text-align: center;
    margin-top: 15px;
}

.pbsAccount .meter-adjust {
    top: -5px;
    position: relative;
    font-size: 11px;
}

.show-password {
    line-height: 108px;
    float: right;
    width: 48%;
}

.registerForm .shortInput #id_password {
    padding-right: 120px;
    float: none;
}

.customErrorContent {
    font-weight: 300;
    padding: 10px 60px;
    line-height: 1.3;
}

.customErrorContent a {
    font-weight: 600;
}

@media all and (max-width: 550px) {
    .container .customErrorContent .message-text {
        display: inline-block;
    }

    .container .customErrorContent .links {
        display: inline-block;
        float: left;
    }
}

/* ------- search page ----------- */
.searchContainer {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 300;
}

.searchContainer form {
    vertical-align: middle;
}

.searchContainer .searchInput input {
    border: 0;
    border-radius: 10px;
    background: #eef0f5;
    margin: 8px auto;
    height: 40px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    font-size: 16px;
    padding: 0 15px;
}

.searchContainer .searchInput input:focus {
    outline: none;
}

.searchContainer .searchInput {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}

.searchContainer .searchForm {
    max-width: 550px;
}

.searchContainer .searchBtn {
    height: 40px;
    border-radius: 25px;
    border: 0;
    background-color: #2638c4;
    color: #fff;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin-left: 18px;
    width: 30%;
    min-width: 100px;
    vertical-align: middle;
    padding-bottom: 6px;
}

/* Chrome only: */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  .searchContainer .searchBtn {
        padding-top: 10px;
  }
}

.searchContainer .searchResults {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
}

.searchContainer .highlight {
    color: #0e1d8c;
    font-weight: bold;
}

.searchContainer .searchTitle {
    font-weight: 600;
    color: #2638c4;
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.searchContainer .links {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 24px;
}

.searchContainer .links a {
    font-weight: 600;
}

.searchHeader {
    height: 40px;
}

@media all and (max-width: 550px) {
    .searchContainer .searchForm {
        margin-left: 0;
    }

    .searchContainer .searchInput {
        width: 100%;
        display: block;
    }

    .searchContainer .searchBtn {
        width: 100%;
        float: left;
        margin: 20px 0;
    }
}

.vppaForm {
    margin: 0 60px;
    overflow: hidden;
    padding-top: 30px;
    color: #4a4a4a;
    line-height: 1.5em;
}

.vppaForm form a {
    line-height: 40px;
    vertical-align: top;
}

.vppaForm form div {
    font-weight: 400;
}

.vppaForm form .agree {
    font-weight: 400;
    color: #0f1e8c;
    background-color: #EEF0F5;
    padding-bottom: 15px;
    padding-right: 15px;
}

.vppaForm .info a {
    font-weight: 600;
}

.pbs-blue-checkbox input[type="checkbox"] {
    opacity: 0;
    transform: scale(0.1);
    width: 0px;
    height: 0px;
    display: none;
}

.pbs-blue-checkbox label {
    position: relative;
    margin-top: 15px;
    display: inline-block;
    padding-left: 60px;
    font-weight: 600;
}

.pbs-blue-checkbox label::before,
.pbs-blue-checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.pbs-blue-checkbox label::before {
    height: 19px;
    width: 19px;
    border: 2px solid #60738A;
    border-radius: 4px;
    left: 20px;
    top: 3px;
}

.pbs-blue-checkbox label::after {
    height: 10px;
    width: 20px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 25px;
    top: 2px;
}

.pbs-blue-checkbox input[type="checkbox"] + label::after {
    content: none;
}

.pbs-blue-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

.vppaContainer .vppaForm form .whiteButton {
    line-height: 30px;
}

.vppaContainer .vppaForm form .info {
    margin-bottom: 15px;
}

.vppaContainer .vppaForm form a.faq {
    line-height: 20px;
}

.container.vppaContainer {
    font-size: 16px;
}

.confirm-btn,
.decline-btn {
    display: flex;
    display: -webkit-flex;
    width: 48%;
    height: 37px;
    min-width: 100px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 20px;
    font-family: "PBS Sans";
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    -webkit-align-items: center;
}

.decline-btn {
    margin-bottom: 40px;
}

#declineButtonSpan {
    font-weight: 600;
}

@-moz-document url-prefix() {
    .container button {
        display: inline;
    }
    .vppaContainer .vppaForm form .whiteButton {
        padding-top: 2px;
    }
    #declineButtonSpan {
        padding-top: 2px;
    }
}

@media all and (max-width: 480px) {
    .confirm-btn,
    .decline-btn {
        width: 100%;
        float: left;
    }
}

.confirm-btn {
    float: right;
    color: #ffffff;
    border: 0;
}

.decline-btn {
    float: left;
    color: #2638c4;
    background-color: #ffffff;
}

.confirm-btn:focus,
.decline-btn:focus,
.understand-btn:focus,
.back-btn:focus {
    outline: none;
}

.blue-input {
    background-color: #2638c4;
    color: #ffffff;
    height: 37px !important;
    font-weight: 600;
    font-size: 17px !important;
    border-radius: 25px;
    border: 0;
}

.back-btn {
    cursor: pointer;
    font-size: 23px;
    font-weight: 600;
    width: 160px;
    height: 55px;
    margin: 40px 0 20px 0;
    font-family: "PBS Sans";
}

.back-btn,
.understand-btn {
    width: 100%;
    margin-top: 0;
}

.vppaReconfirmContainer .titleHeader h1 {
    margin: auto 30px;
}

.vppaReconfirmContainer .vppaForm .back-btn {
    padding-top: 4px;
}

@media all and (max-width: 370px) {
    .vppaReconfirmContainer .vppaForm {
        margin: auto 40px;
    }
}

.understand-btn {
    color: #2638c4;
    font-size: 17px;
    font-weight: 600;
    background: #ffffff;
    font-family: "PBS Sans";
}

.info {
    margin: 25px 0 -5px 0;
}

.text {
    margin-bottom: 30px;
    font-weight: 400;
}

.registerForm .g-recaptcha {
    margin-bottom: 7px;
}

.station-list li {
    color: #0f1e8c;
    font-weight: 600;
}

.station-list li a {
    font-weight: 400;
}

.station-logo-img {
    max-width: 25%;
    max-height: 45px;
    float: right;
    margin: 8px 16px;
}

/* -------------- REGISTRATION COMPLETE ----------------- */

.registrationComplete {
    max-width: 443px;
}

.registrationComplete .updatePassword p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.registrationComplete .updatePassword p a {
    font-weight: 600;
    color: #2638c4;
}

.registrationComplete .updatePassword .account p {
    font-size: 14px;
}

.registrationComplete .updatePassword .registerButton {
    height: 37px;
    margin: 20px 0;
}

.registrationComplete .updatePassword .returnButton {
    height: 37px;
    margin: 20px 0;
}

.registrationComplete .updatePassword .returnButton input {
    width: 100%;
    cursor: pointer;
}

.registrationComplete .updatePassword input.btn {
    font-family: "PBS Sans";
    font-size: 16px;
    font-weight: bold;
    max-width: 443px;
    height: 37px;
}

button {
    cursor: pointer;
}

.confirm-btn:disabled, button:disabled {
    cursor: default;
}

.keepLoggedIn {
    margin-top: 14px;
    font-size: 14px;
}

.forgetPasswordLink {
    font-size: 14px;
    font-family: "PBS Sans";
    display: block;
    margin-bottom: 20px;
}

/* -------------- PROFILE EDIT ERROR ----------------- */
.profileEditError p {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
}

.profileEditErrorContainer {
    max-width: 335px;
}

/* Send Reset Password screen */
.registerContainer .registerForm .resetPasswordButtons input {
    font-family: 'PBS Sans';
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    height: 37px;
    outline: none;
}

.registerContainer .registerForm .resetPasswordButtons .blueSubmit {
    float: left;
    width: 60%;
}

.registerContainer .registerForm .resetPasswordButtons .whiteSubmit {
    background-color: white;
    color: #2638c4;
    border: 2px solid #2638c4;
    margin-left: 17px;
    width: 36%;
}

@media all and (max-width: 483px) {
    .registerContainer .registerForm .resetPasswordButtons .blueSubmit,
    .registerContainer .registerForm .resetPasswordButtons .whiteSubmit {
        width: 100%;
        float: left;
    }
    .registerContainer .registerForm .resetPasswordButtons .whiteSubmit {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
}
