@font-face {
    font-family: EnvelopeSans;
    src: url(/fonts/EnvelopeSans_VF.ttf);
}

* {
    box-sizing: border-box;
}
body {
    /* CSS variables */
    --main--blue--light: #27a2f8;
    --main--blue--light--second: #0096ff;
    --main--blue--dark: #002752;
    --main--blue--dark--second: #1d2755;
    --bg--grey--light: #f6f7f8;


    margin: 0;
    padding: 0;
    background-image: linear-gradient(to bottom, var(--main--blue--light--second), var(--main--blue--light));/*#ffffff;*/
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;*/
    font-family: EnvelopeSans, Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    font-synthesis: none !important;
}
@supports (color: color(display-p3 1 1 1)) {
    body {
        /* CSS variables */
        --main--blue--light: color(display-p3 0.15294117647058825 0.6352941176470588 0.9725490196078431);
        --main--blue--light--second: color(display-p3 0 0.5882352941176471 1);
        --main--blue--dark: color(display-p3 0 0.152941176 0.321568627);
        --main--blue--dark--second: color(display-p3 0.11372549 0.152941176 0.333333333);
        --bg--grey--light: color(display-p3 0.964705882 0.968627451 0.97254902);
    }
}
html,
body,
.site-wrapper {
    height: 100%;
    min-height: 100%;
}
.site-wrapper-inner {
    min-height: 100%;
}
#browserUnsupported {
    font-size: 18px;
    background-color: #27a2f8;
    color: #fff;
}
#browserUnsupported .browserDownload {
    margin-top: 50px;
    /*float: right;*/
}
#browserUnsupported .browserDownload a {
    text-align: center;
    display: inline-block;
    width: 30%;
    text-decoration: none;
}
#browserUnsupported .browserDownload a div {
    margin: 5px 0;
}
#browserUnsupported .browserDownload a .name {
    color: #1d2755;
    font-size: 19px
}
#browserUnsupported .browserDownload a:hover .name {
    text-decoration: underline;
}
#browserUnsupported .browserDownload a .vendor {
    color: #fff;
    font-size: 11px
}

h3 {
    font-size: 30px;
    font-weight: normal;
}
a {
    color: var(--main--blue--dark);
}

body.cancelation .mastform h1 {
    font-size: 40px;
    margin-top: 0;
}
body.cancelation .mastform h2 {
    font-size: 30px;
}
body.cancelation .mastform h4 {
    font-size: 20px;
    margin-top: 0;
}

.cover-container {
    padding-bottom: 50px;
}
.inner {
    margin: auto;
    max-width: 800px;
    position: relative;
}
.logout .inner {
    max-width: 1068px;
}
.toggle-content {
    display: none;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 30px;
    padding: 25px;
}

.toggle-content.is-visible {
    display: block;
}

.masthead {
    width: 100%;
    background: #fff;
    padding-left: 5px;
}
#browserUnsupported .masthead {
    background-color: #fff;
}
.masthead-brand,
.masthead nav,
.masthead-nav > li {
    display: inline-block;
}
.masthead .logo {
    vertical-align: middle;
    margin: 12px 0 15px; /*13px 0 12px;*/
    height: 28px;/*45px;*/
    width: 106px;/*180px;*/
    --lucid: var(--main--blue--light);
    --grave: var(--main--blue--dark);
}
.muk .masthead .logo {
    width: 130px;
}
.masthead-brand {
    font-size: 16px;
    color: transparent;
    margin: 10px 0;
    background: url(logo_mailde_new.png) top left no-repeat;
    background-size: auto 28px;/*110px 28px;*/
    height: 28px;
    display: inline-flex;
}
.mch .masthead-brand {
    background-image: url("logo_mailch_new.png");
}
.muk .masthead-brand {
    background-image: url("logo_mailuk_new.png");
}
.mfr .masthead-brand {
    background-image: url("logo_mailfr_new.png");
}
.navbar-text {
    vertical-align: bottom;/*middle;*/
    line-height: 40px;/*30px;/*53px;*/
    font-size: 12px;
    color: var(--main--blue--light);
    /*padding-top: 24px;!*30px;*!*/
}
.navbar-text span {
    color: var(--main--blue--dark);
}
#browserUnsupported .navbar-text {
    color: #27a2f8;
}
#browserUnsupported .navbar-text span {
    color: #002752;
}
body.cancelation .navbar-text {
    display: none;
}
.cover-heading {
    margin: 50px 5px  30px;
    width: auto;
    font-size: 17px;/*120%;*/
}
.login .cover-heading {
    text-align: center;
}
.secondfactor .cover-heading {
    text-shadow: 0 0 2px #f0f0f0;
}
.secondfactor .cover-heading .note {
    color: #fff;
    font-size: 20px;
}
#browserUnsupported .cover-heading h3 {
    font-weight: bold;
}
.mastform {
    padding: 10px 5px;
    width: auto;
    position: relative;
    max-width: 275px;
    min-height: 270px;
    margin: auto;
}
.mfr .mastform {
    max-width: 270px;
}
.default .mastform {
    max-width: unset;
}
.secondfactor .mastform {
    max-width: 600px;
}
.secondfactor .mastform.halfColumn {
    background-color: #fff;
    color: var(--main--blue--dark);
    border-radius: 6px;
    padding: 25px;
    min-height: 400px;
}

#u2f.halfColumn {
    margin-bottom: 50px;
}
#startU2F {
    margin-top: 15px;
}
#loginGoogleAuthenticator {
    margin-top: 15px;
    border-color: #002752;
}
#googleAuthenticator #loginButton {
    margin-top: 96px;
}

.mastform .header {
    background-color: #3799c7;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 5px 0 5px 20px;
    position: absolute;
    top: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 9px;
    width: 200px;
}
.mastform .block {
    background: var(--main--blue--dark);
    border-radius: 6px;
    padding: 5px 25px 25px;
}
.cancelation .block {
    margin: 0 20px 30px;
}
.mastform .block label {
    font-size: 18px;
}
.mastform .block input,
.mastform .block select {
    margin: 10px 0;
}
.mastform .block.messages {
    padding: 25px;
    color: #fff;
}
.cancelation .block.messages {
    display: none;
}
.mastform .block.messages.info {
    background-color: #e04500;
}
.mastform .block.messages.error {
    background-color: #cc0000;
}
.mastform .block.messages.success {
    background-color: #539d4d;
}
span.contractName {
    font-weight: bold;
}
.login .header {
    width: 120px;
}
#loginArea {
    margin-bottom: 50px;
}
#blogArea .header {
    padding-left: 0;
}
#blogArea .blogEntries {
    min-height: 203px;
    margin-bottom: 40px;
}
#blogArea .blogEntry {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}
#blogArea .blogEntry a {
    color: inherit;
    text-decoration: none;
}
#blogArea .calendar {
    background-color: #3295C4;
    color: #fff;
    border-radius: 3px;
    padding: 4px 6px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
#blogBtn {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
}
.mastform .header .icon {
    background: #3799c7 url(lock.png) no-repeat scroll center center / 45% auto;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 45px;
    width: 45px;
    left: -15px;
    top: -10px;
    position: absolute;
}
.mastform .subhead {
    text-align: center;
}
.mastform .lead {
    display: inline-block;
    margin: 10px;
    width: 95%;
}
.mastform .lead p {
    text-align: left;
}
.mastform .masttext {
    margin: 10px;
}
.mastform .masttext a {
    color: var(--main--blue--dark);
    font-size: 14px;
}
.mastform dt:not(#submit-label),
.mastform .formelement > label {
    font-size: 20px;
    margin: 10px 0;
}
.mastform dd {
    margin: 0 0 20px 0;
    width: 100%;
}
.mastform .line,
.mastform .halfLine {
    margin-bottom: 10px;
}
.mastform input[type=text],
.mastform input[type=password],
.mastform select {
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 3px;
    width: 100%;
    height: 35px;/*29px;*/
    background-color: #fff;
}
.mastform input[type=text]:disabled,
.mastform input[type=password]:disabled,
.mastform select:disabled {
    opacity: 0.6;
}
.mastform textarea {
    border: 1px solid var(--main--blue--dark);
    padding: 5px;
    border-radius: 3px;
    width: 100%;
    height: 125px;
    resize: none;
}
body .mastform > :not(#cancelationForm) input[type=text],
body .mastform > :not(#cancelationForm) input[type=password] {
    max-width: none;
    border-radius: 6px;
    height: 35px;
}
#loginArea #loginForm input + div {
    display: inline;
    background-image: url(/img/icons/eye_pwd.png);
    height: 18px;
    width: 18px;
    position: absolute;
    right: 20px;
    margin-top: 9px;
    cursor: pointer;
}
#loginArea #loginForm input[type=text] + div {
    background-image: url(/img/icons/eye_slash_pwd.png);
}
#loginArea #loginForm #loginPassword {
    padding-right: 30px;
}
#loginForm label {
    font-weight: bold;
}
.mastform input[type=file] {
    width: 100%;
}
.mastform input.error,
.mastform textarea.error,
.mastform select.error {
    border-color: #ff0000;
}
.mastform .textAreaCounter {
    float: right;
    font-size: 11px;
    margin-top: 2px;
}
.mastform #extraordinaryInfo {
    border-radius: 5px;
    background-color: rgba(55, 153, 199, 0.20);
    border: 1px solid rgba(55, 153, 199, 0.40);
    padding: 10px;
    display: none;
}
.mastform #extraordinaryInfo img {
    float: left;
    margin: 5px auto;
}
.mastform #extraordinaryInfo p {
    margin: 0 0 0 30px;
}
.mastform dt#loginButton-label {
    margin: 0;
}
.mastform input[type=submit],
.button {
    border: none;
    background: var(--main--blue--dark);
    color: #fff;
    border-radius: 6px;
    width: 100%;
    max-width: 265px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    padding: 16px 0 14px;
    cursor: pointer;
}
.mastform input[type=submit]:hover,
.button:hover {
    background: var(--main--blue--dark--second);
}
.mastform input[type=submit]:disabled,
.button:disabled {
    background: var(--main--blue--dark);
    cursor: default;
    opacity: 0.75;
}
.mastform input[type=radio],
.mastform input[type=checkbox] {
    margin: 0 3px 4px 0;
}
.mastform input[type=text].code {
    width: 134px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
    text-indent: 5px;
    margin-bottom: 5px;
}
.mastform span.error,
#cancelationForm .note {
    font-size: 12px;
}
.mastform span.error {
    color: #ff0000;
    margin: 2px 5px 0;
}
#cancelationForm .note {
    margin: 0 20px 10px;
}
#cancelationForm a {
    color: #3799c7;
}
#loginGoogleAuthenticator {
    display: block;
    width: 100px;
    margin: auto;
    text-align: center;
}
/* do we need errorList anymore */
.mastform .errorlist {
    background-color: rgba(255, 0, 0, 0.15);
    border: 2px solid rgba(255, 0, 0, 0.25);
    border-radius: 5px;
    color: #cc0000;
    list-style: none;
    padding: 5px 10px;
    line-height: 15pt;
    font-size: 13px;/*10pt;*/
}
#cancelationForm .errorlist {
    margin: 0 20px 25px;
}
.mastform .errorlist li {
    padding-bottom: 5px;
}
.mastform .errors {
    display: none;
}
.inner .separator {
    height: 50px;
    clear: both;
}
#credentialsForm,
#entercodeForm {
    overflow: hidden;
}

.formelement {
    width: 100%;
    padding-top: 20px;
}
.formelement input {
    margin-top: 10px;
}
#forcechangepasswordForm {
    max-width: 265px;
}
#forcechangepasswordForm .formelement {
    position: relative;
}
#entercodeForm .messages.error {
margin-bottom: 25px;
}
#Email-div label,
#credentialsForm h4 {
    font-size: 20px;
    margin: 40px 0 20px;
}
#Email-div input {
    margin-top: 10px;
}

#RetrievalMethod-div.formelement {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
#RetrievalMethod-div input[type=radio] {
    position: absolute;
    margin: 0;
}
#RetrievalMethod-div input[type=radio] + label {
    cursor: pointer;
}

#RetrievalMethod-div .arrow {
    height: 20px;
    width: 20px;
    background: url("arrow_blue.png") no-repeat scroll center center;
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
}
#RetrievalMethod-div input:checked + label {
    font-weight: bold;
}
#RetrievalMethod-div input:checked + label + .arrow {
    transform: rotate(90deg);
    right: 8px;
}
#RetrievalMethod-div li.method {
    background-color: #fff;
    color: var(--main--blue--dark);
    border-radius: 5px;
    margin: 5px 0;
    padding: 12px 25px 10px 25px;
    position: relative;
}
#RetrievalMethod-div input[type="text"] {
    border: 1px solid #002752;
}
#RetrievalMethod-div input[type=radio] {
    visibility: hidden;
}
#RetrievalMethod-div label {
    display: block;
}
#FormInputs-div {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 5px;
    padding: 10px;
}
#Submit-div {
    width: 100%;
    text-align: center;
}
#entercodeForm #Code-div {
    display: inline-block;
}
#entercodeForm #Code-div div:nth-child(2) {
    display: flex;
    margin-bottom: 20px;
}
#entercodeForm #Code-div div input[type="text"] {
    flex: 1 1 auto;
    width: 100%;
}
#entercodeForm #Code-div div span {
    padding: 20px 5px;
}
.hasNoLoginName #WhatToDo-div {
    display: none;
}
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}
.mastform .submitarea {
    text-align: center;
}
#loginArea .links {
    margin: 10px 0;
    text-align: center;
    white-space: nowrap;
}
/* are all these message styles needed anymore */
.message .error {
    color: #ff0000;
}
.message .success {
    color: #66AA22;
}
.bg2 .message .success,
.bg4 .message .success,
.bg13 .message .success,
.bg14 .message .success {
    color: #4D8F09;
}
.bg5 .message .success,
.bg6 .message .success,
.bg7 .message .success,
.bg9 .message .success,
.bg10 .message .success,
.bg12 .message .success,
.bg15 .message .success,
.bg16 .message .success {
    color: #80FF0D;
}
#newpass1,
#newpass2 {
    padding-right: 30px;
}
.pwHelp {
    margin-top: 30px;
    padding: 15px 20px;
    background: var(--main--blue--dark);
    border-radius: 5px;
    max-width: 400px;
}

#pwpie {
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    right: 4px;
    bottom: 5px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #3799c7;
    line-height: 25px;
    text-align: center;
}
#pwpie.bad,
#pwpie.short {
    background-image:
            linear-gradient(90deg, #5FB1CE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)),
            linear-gradient(126deg, #d03c41 50%, #5FB1CE 50%, #5FB1CE);
    box-shadow: -1px 1px 3px #d5e4ec;
    border: 1px solid #3799c7;
}
#pwpie.mismatch,
#pwpie.invalid {
    background-image:
            linear-gradient(90deg, #d03c41 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)),
            linear-gradient(270deg, #d03c41 50%, #5FB1CE 50%, #5FB1CE);
    box-shadow: -1px 1px 3px #d5e4ec;
    border: 1px solid #3799c7;
}
#pwpie.weak {
    background-image:
            linear-gradient(90deg, #5FB1CE 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)),
            linear-gradient(198deg, #bb6633 50%, #5FB1CE 50%, #5FB1CE);
    box-shadow: -1px 1px 3px #d5e4ec;
    border: 1px solid #3799c7;
}
#pwpie.fair {
    background-image:
            linear-gradient(-36deg, #718d49 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)),
            linear-gradient(270deg, #718d49 50%, #50a2d6 50%, #50a2d6);
    box-shadow: -1px 1px 3px #d5e4ec;
    border: 1px solid #3799c7;
}
#pwpie.strong {
    background-image:
            linear-gradient(72deg, #77bb33 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)),
            linear-gradient(270deg, #77bb33 50%, #4993c2 50%, #4993c2);
    box-shadow: -1px 1px 3px #d5e4ec;
    border: 1px solid #3799c7;
}

#pwfit {
    position: absolute;
    width: 28px;
    height: 28px;
    right: 4px;
    bottom: 3px;
    z-index: 10;
}
#pwfit.okay {
    background: url("/img/icons/okay.png") center center no-repeat;
}
#pwfit.fail {
    background: url("/img/icons/fail.png") center center no-repeat;
}

.mastfoot {
    color: #ffffff;
    overflow: hidden;
    clear: both;
    background-color: var(--main--blue--dark--second);
    padding: 10px 0;
}
.mastfoot a {
    color: var(--main--blue--light);
    text-decoration: none;
}
.mastfoot .inner {
    text-align: center;
}
.mastfoot .inner .footcolwrapper {
    display: flex;
    width: 100%;
}
.mastfoot .footcol {
    /*width: 40%;*/
    line-height: 1; /* 0.95;*/
    margin: 12px auto 8px;
    /*display: inline-block;*/
    width: auto;
    flex: 1 1 auto;
}
.mastfoot .footcolwrapper.extended .footcol {
    font-size: 13px;
}
.mastfoot p {
    margin-top: 8px;
    font-size: 12px;
}
#activateCookies {
    display: none;
}
#u2f .error {
    display: none;
    color: #ff0000;
    margin-top: 10px;
}
#u2f img {
    width: 100%;
    max-width: 532px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#googleAuthenticator #loginButton {
    margin-top: 18px;
}
.spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25) url("/img/spinner.gif?v=2") no-repeat center center;
}

#mdeContractChoice sup {
    vertical-align: super;
}
#mdeContractChoice p {
    margin-top: 0;
}
#mdeContractChoice .title {
    position: inherit;
    height: 25px;
    padding: 15px;
    background: #9CCEE5;
    background-image: linear-gradient(to bottom, #3799c7, #77bfdd);
    box-shadow: inset 0px -15px 15px 0px rgba(255, 255, 255, 0.1);
}
#mdeContractChoice .title h1 {
    display: inline;
}
#mdeContractChoice .footnote {
    margin-left: 10px;
    font-size: 12px;
}
#mdeContractChoice .mainArea {
    overflow: hidden;
}
#mdeContractChoice .head {
    font-size: 20px;
}
#mdeContractChoice #ccTwo .head {
    font-size: 28px;
}
#ccTwo .main {
    margin-top: -25px;
}
#mdeContractChoice .info {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 98%;
    margin: 10px 1% 20px;
    padding: 10px 0 20px;
    line-height: 1.8;
    border-radius: 5px;
    background: var(--bg--grey--light);
    color: var(--main--blue--dark);
}
#mdeContractChoice .info .packageName {
    display: inline-block;
    padding: 18px 20px 18px 80px;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    background: url('free_round.png') no-repeat 15px 25px;
}
#mdeContractChoice .info.plusmail .packageName {
    background-image: url('plus_round.png');
}
#mdeContractChoice .info .button {
    display: block;
    margin: 0 auto;
}
#mdeContractChoice .info h3 {
    margin: -30px auto -40px;
    font-size: 14px;
    font-weight: normal;
}
#mdeContractChoice .info h3>span {
    position: relative;
    font-size: 98px;
    font-weight: bold;
}
#mdeContractChoice .info h3>span>span {
    position: absolute;
    top: -25%;
    font-size: 59px;
}
#mdeContractChoice .info>label {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}
#mdeContractChoice .info>label>p {
    font-weight: normal;
    text-align: left;
    margin: 5px 5px -5px 20px;
}
#mdeContractChoice .info>label input[type=radio] {
    vertical-align: middle;
}
#mdeContractChoice .info ul {
    list-style-image: url(/img/icons/check_darkblue.png);
    list-style-position: inside;
    vertical-align: bottom;
    margin: 10px auto 40px;
    font-size: 21px;
    text-align: initial;
    padding-left: 10px;
    display: inline-block;
}
#mdeContractChoice .title .buttonLong {
    float: right;
}
#mdeContractChoice .info .buttonLong {
    margin-bottom: 5px;
}
#mdeContractChoice #ccPrePaid,
#mdeContractChoice #ccPrePay,
#mdeContractChoice #ccPPEpay {
    text-align: center;
    line-height: 28px;
}

#mdeContractChoice #ccTwo .info {
    margin-bottom: 20px;
}

#mdeContractChoice .pick {
    background: var(--bg--grey--light);
    border-radius: 7px;
    padding: 15px;
    margin: 10px 7px 20px;
    width: 97%;
    color: var(--main--blue--dark);
}
#mdeContractChoice .pick .activator {
    vertical-align: middle;
}
#mdeContractChoice .pick .activator > span {
    margin-left: 8px;
    display: inline-block;
    font-size: 21px;
    vertical-align: middle;
    font-weight: bold;
}
#mdeContractChoice .pick .activator > img {
    vertical-align: bottom;
}
#mdeContractChoice .pick .detail {
    display: none;
}
#mdeContractChoice .pick .detail .button {
    float: right;
    max-width: 200px;
    height: 35px;
    padding: 5px;
}
#mdeContractChoice .pick p {
    margin: 15px 4px;
}
#mdeContractChoice .pick.active .detail {
    margin-top: 10px;
    display: block;
}

.mdeProp,
.mdeTopProp,
.mdeSideProp {
    display: none;
    overflow: hidden;
}
.mdeProp {
    height: 280px;
    width: 336px;
    margin: 0 auto 50px;
}
.mdeTopProp {
    margin: 50px auto 50px;
    width: 728px;
    height: 90px;
}
.mdeSideProp {
    float: right;
    height: 600px;
    width: 160px;
}
#languages {
    float: right;
    margin: 20px 0;
}
#languages img {
    margin: 0 5px;
}
/*body.cancelation #languages {*/
/*    display: block;*/
/*}*/
#settings/*,
body:not(.cancelation) #languages*/ {
    display: none;
}
.settingsBtn {
    background-image: url('settings.png?v=1');
    background-size: 30px 60px;
    cursor: pointer;
    float: right;
}
.settingsBtn.open {
    height: 30px;
    width: 30px;
    margin-top: 20px;
}
.settingsBtn.close {
    background-position: 0 -15px;
    background-size: 15px 30px;
    margin-top: 5px;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
#settings .menu {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 5px;
    background: #fff;
    top: 0;
    left: 0;
}
#settings .choices {
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 55px 0 30px;
}
#settings .choice {
    width: 80px;
    height: 50px;
    border: 1px solid #3799c7;
    border-radius: 3px;
    margin: 5px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
#settings .choice.active {
    box-shadow: 0 0 5px #252525;
}
#settings .choice[data-option=all] {
    background-image: url('backgrounds.gif?1');
}
#settings .choice:not([data-option=all]) {
    background-image: url('BGPreview.png?1');
    background-size: auto;
}
#settings .choice[data-option=none] {
    background-position: 0 0;
}
#settings .choice[data-option='0'] {
    background-position: -80px 0;
}
#settings .choice[data-option='1'] {
    background-position: -160px 0;
}
#settings .choice[data-option='2'] {
    background-position: 0 -53px;
}
#settings .choice[data-option='3'] {
    background-position: -80px -53px;
}
#settings .choice[data-option='4'] {
    background-position: -160px -53px;
}
#settings .choice[data-option='5'] {
    background-position: 0 -106px;
}
#settings .choice[data-option='6'] {
    background-position: -80px -106px;
}
#settings .choice[data-option='7'] {
    background-position: -160px -106px;
}
#settings .choice[data-option='8'] {
    background-position: -240px 0px;
}
#settings .choice[data-option='9'] {
    background-position: -240px -53px;
}
#settings .choice[data-option='10'] {
    background-position: -240px -106px;
}
#settings .choice[data-option='11'] {
    background-position: -320px 0px;
}
#settings .choice[data-option='12'] {
    background-position: -320px -53px;
}
#settings .choice[data-option='13'] {
    background-position: -320px -106px;
}
#settings .choice[data-option='14'] {
    background-position: -400px 0px;
}
#settings .choice[data-option='15'] {
    background-position: -400px -53px;
}
#settings .choice[data-option='16'] {
    background-position: -400px -106px;
}
#settings .arrow {
    height: 32px;
    width: 20px;
    position: absolute;
    margin: 14px 5px;
    cursor: pointer;
}
#settings .arrow.left {
    left: 0;
    background-image: url('arrow-big-left.png');
    display: none;
}
#settings .arrow.right {
    right: 25px;
    background-image: url('arrow-big-right.png');
}

@media (min-width: 360px) {
    .mdeProp {
        display: block;
    }
}

@media (min-width: 400px) {
    .mastform .lead {
        width: 43%;
    }
}
@media (min-width: 550px) {
    .masthead .title {
        width: 50%;
    }
    .masthead a.button {
        display: block;
        /*padding: 10px 0;*/
        /*margin: 6px 4px 0 0;*/
        font-size: 14px;

    }
    .mastfoot .footcolwrapper.extended .footcol {
        /*width: 20%;!*auto;*!*/
        /*margin-left: 15px;*/
        font-size: 14px;
    }
}

@media (min-width: 640px) {
    body {
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
    }

    body.login.bg0 { /*background for both, free and premium customers*/
        background-image: url("login_bg.jpg");
        color: var(--main--blue--dark);
    }

    body.login.bg1 { /*background for both, free and premium customers*/
        background-image: url("login_bg1.jpg");
        color: var(--main--blue--dark);
    }

    body.login.bg2 { /*background for both, free and premium customers*/
        background-image: url("login_bg2.jpg");
        color: var(--main--blue--dark);
    }

    body.login.bg3 {
        background-image: url("login_bg3.jpg");
        background-position: 75% 10%;
        color: var(--main--blue--dark);
    }

    body.login.bg4 {
        background-image: url("login_bg4.jpg");
        color: var(--main--blue--dark);
    }

    body.login.bg5 {
        background-image: url("login_bg5.jpg");
    }

    body.login.bg6 {
        background-image: url("login_bg6.jpg");
        color: var(--main--blue--dark);
    }

    body.login.bg7 {
        background-image: url("login_bg7.jpg");
        background-position: right center;
        color: var(--main--blue--dark);
    }

    body.login.bg8 {
        background-image: url("login_bg8.jpg");
        background-position: unset;
        color: var(--main--blue--dark);
    }

    body.login.bg9 {
        background-image: url("login_bg9.jpg");
    }

    body.login.bg10 {
        background-image: url("login_bg10.jpg");
    }

    body.login.bg11 {
        background-image: url("login_bg11.jpg");
        color: var(--main--blue--dark);
    }

    body.login.bg12 {
        background-image: url("login_bg12.jpg");
        color: var(--main--blue--dark);
    }

    body.login.bg13 {
        background-image: url("login_bg13.jpg");
        background-position: unset;
    }

    body.login.bg14 {
        background-image: url("login_bg14.jpg");
        color: var(--main--blue--dark);
    }

    body.login.bg15 {
        background-image: url("login_bg15.jpg");
        color: var(--main--blue--dark);
    }

    body.login.bg16 {
        background-image: url("login_bg16.jpg");
    }

    body.login:not([class*="bgb"]) .masthead {
        background-color: rgba(255, 255, 255, 0.9);
    }

    body.login:not([class*="bgb"]) .mastform input[type="text"],
    body.login:not([class*="bgb"]) .mastform input[type="password"],
    body.login:not([class*="bgb"]) .mastform select {
        border-color: var(--main--blue--dark);
    }

    body.login.bgb0 .site-wrapper-inner {
        background: transparent url(login_blue_bg_1.png) no-repeat center 175px;
    }

    body.login.bgb1 .site-wrapper-inner {
        background: transparent url(login_blue_bg_2.png) no-repeat center 100px;
        background-size: 1500px auto;
    }

    body.login.bgb2 .site-wrapper-inner {
        background: transparent url(login_blue_bg_3.png) no-repeat center 150px;
        background-size: 1500px auto;
    }

    body.login.bgb3 .site-wrapper-inner {
        background: transparent url(login_blue_bg_5.png) no-repeat center 150px;
        background-size: 1500px auto;
    }

    body.login.bgb4 .site-wrapper-inner {
        background: transparent url(login_blue_bg_6.png) no-repeat center 150px;
        background-size: 1500px auto;
    }

    .bg5 .mastform input[type="submit"],
    .bg10 .mastform input[type="submit"],
    .bg13 .mastform input[type="submit"],
    .bg16 .mastform input[type="submit"] {
        background: var(--main--blue--light--second);
    }

    body.bg3 #blogArea .blogEntry a,
    body.bg8 #blogArea .blogEntry a {
        color: #2a7092;
    }

    body.bg5 #blogArea .blogEntry,
    body.bg6 #blogArea .blogEntry,
    body.bg15 #blogArea .blogEntry,
    body.bg16 #blogArea .blogEntry {
        background-color: rgba(150, 150, 150, 0.5);
    }

    body.bg7 #blogArea .blogEntry {
        background-color: rgba(100, 100, 100, 0.4);
    }

    body.bg9 #blogArea .blogEntry {
        background-color: rgba(120, 92, 115, 0.7);
    }

    body.bg10 #blogArea .blogEntry {
        background-color: rgba(28, 27, 85, 0.3);
    }

    body.bg12 #blogArea .blogEntry {
        background-color: rgba(54, 134, 186, 0.5);
    }

    .mastform .halfLine {
        width: calc(50% - 2px);
        margin-bottom: 0px;
        display: inline-block;
        vertical-align: top;
    }

    .mastform.halfColumn {
        width: 49%;
    }

    #u2f.halfColumn {
        float: left;
    }

    #googleAuthenticator.halfColumn {
        margin-left: 51%;
    }

    h3 {
        font-size: 36px;
    }

    .inner {
        margin-left: 10px;
        margin-right: 10px;
    }

    .login #settings {
        display: block;
    }

    .login.bg5 .mastform .masttext a,
    .login.bg9 .mastform .masttext a,
    .login.bg10 .mastform .masttext a,
    .login.bg13 .mastform .masttext a,
    .login.bg16 .mastform .masttext a {
        color: #fff;
    }

    .masthead .logo {
        height: 45px;
        width: 180px;
    }
    .muk .masthead .logo {
        width: 212px;
    }

    .masthead-brand {
        font-size: 25px;
        height: 52px;
        display: inline-block;
        background-size: 100% auto;
    }

    .mfr .masthead-brand,
    .muk .masthead-brand {
        margin: 11px 0 9px;
    }

    .navbar-text {
        line-height: 48px;/*50px;*/
        font-size: 20px;
        /*padding-top: 33px;!*44px;*!*/
    }

    .login .cover-heading {
        text-align: left;
    }

    .mastform {
        margin: 0;
    }

    #blogArea {
        min-width: 300px;

    }
    #mdeContractChoice .info {
        width: 45%;
    }
    #mdeContractChoice .pick {
        margin: -5px 7px 20px;
        width: 93%;
    }
    #FormInputs-div {
        width: 340px;
        float: right;
    }

    .mastfoot .footcol {
        /*width: 20%;*/
    }

    .masthead .title {
        /*width: 45%;*/
        font-size: 15px;/*16px;*/
        margin-top: 15px;
    }
    .masthead .title span {
        font-size: 20px;/*23px;*/
    }
    .masthead a.button {
        padding: 13px 0 13px;
        margin: 15px 0 0 0;
        width: 20%;
    }
    #sessionInvalidInfo {
        margin-top: 15px;
    }
    #sessionInvalidTip {
        width: 42.5%;
        right: 20%;
    }
    #entercodeForm > div {
        width: 80%;
    }
}
@media (min-width: 715px) {
    .pwHelp {
        position: absolute;
        right: 15px;
        bottom: 110px;
    }

    #sessionInvalidTip {
        right: 12%;
    }
}
@media (min-width: 725px) {
    #logout .abstracts.ml {
        float: left;
    }
}
@media (min-width: 800px) {
    .mastfoot .inner .footcolwrapper {
        float: right;
        width: 50%;
    }
    .mastfoot .inner .footcolwrapper.extended {
        width: 60%;
    }
    .mastfoot .inner p {
        margin-top: 13px;
        float: left;
    }
    .mastfoot .footcol {
        /*width: auto;*/
    }

}
@media (min-width: 815px) {
    .inner {
        margin: auto;
    }
    .navbar-text {
        /*line-height: 52px;*/
        font-size: 22px;
        /*padding-top: 42px;*/
    }
    .pwHelp {
        right: 50px;
    }
    .masthead .title {
        /*width: 50%;!*53%;*!*/
        margin-top: 10px;
        font-size: 19px;
    }
    .masthead .title span {
        font-size: 23px;
    }
    .masthead a.button {
        margin: 12px 18px 0 0;
        width: 25%;
        font-size: 18px;
    }

}
@media (min-width: 1360px) {
    body {
        background-position: right top;
    }
}