/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
START
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

/* END
 http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
*/

a {
    text-decoration: none;
    color: #0067B9;
    outline: none;
}

a:hover {
    opacity: 1;
    transition: opacity ease .3;
    cursor: pointer;
    text-decoration: underline;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

form input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance-moz-: none;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    display: inline-block;
    opacity: 0;
    position: absolute;
}

form input[type='checkbox']+span::before {
    content: "\2714";
    border: 1px solid #000;
    border-radius: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    line-height: 18px;
}

input[type=checkbox]+label:active:before {
    transform: scale(0);
}

form input[type='checkbox']:checked+span::before {
    background-color: #333333;
    border-color: #333333;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
}

form input::-ms-check {
    display: none;
}

.preference form .additional-info label {
    margin: 0px;
    padding: 4px 0;
    font-size: 13px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.skin-wrapper.preference {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.preference form input:valid,
.main-page form input:valid {
    border: 1px solid #000;
}

.preference form input:invalid:hover,
.main-page form input:invalid:hover {
    border: 1px solid gray;
}

.skin-wrapper.preference footer {
    bottom: 0px;
}

.hidden {
    display: none;
}

.content-wrapper.sucessful-reset-wrapper {
    display: none;
}

.main-content {
    display: block;
}

#cookie-message-container-text {
    display: inline-block;
}

.cookie-btns {
    display: inline;
    margin-left: 8px;
}

header {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    justify-content: flex-end;
    max-width: 1200px;
    margin: auto;
}


.logo-holder {
    width: 33%;
    max-width: 310px;
}

.preference .logo-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 100%;
    height: 58px;
    display: block;
    background: url(https://s3-eu-west-1.amazonaws.com/concep-prefmanager/cmsfl/images/logo.jpg) 50% 50% no-repeat;
    background-size: contain;
    margin-top: 20px;
}

.sign-in-prompt {
    display: flex;
    flex-direction: row;
}


.sign-in-prompt p {
    margin-right: 5px;
}

.title-wrapper {
    /* background-color: #353535;*/
    position: relative;
    color: #fff;
    text-align: center;
}

.title-wrapper img {
    margin: 0;
}

.title-content {
    width: 40%;
    margin: 0 auto;
}

h1,
h3 {
    text-align: center;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
    opacity: .7;
    transition: opacity ease-in .3s;
}

.title {
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
}

.main {
    font-size: 30px;
    font-weight: 700;
    padding-top: 80px;
}

.forgotten-pass .main,
.preference .main {
    padding: 95px 0;
}

.sub {
    font-size: 18px;
    padding-bottom: 70px;
}

main {
    width: 40%;
    margin: 0 auto;
}

.submitted main {
    padding-top: 90px;
}

.forgotten-pass main {
    padding-top: 95px;
}

.login main {
    margin-bottom: 95px;
}

main .intro-info {
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    line-height: 1.2;
}

form section {
    font-size: 15px;
}

h4 {
    color: #000;
    font-size: 20px;
    padding: 5px 0;
    margin-top: 25px;
    font-weight: 700;
}

.confirmation h4 {
    margin: 25px 0 5px 0;
}

form label {
    display: block;
}

form .register-block label {
    margin-bottom: 15px !important;
    display: inline;
}

form input {
    margin-top: 10px;
    display: block;
    width: 100%;
    border: 1px solid #9f9f9f;
    padding: 10px;
    font-size: 12px;
}

form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
}

form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1;
}

form input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

form input::placeholder {
    opacity: .5;
    transition: opacity ease .3;
}

.row-half {
    display: inline-block;
    width: 42%;
}

.additional-info {
    display: inline;
}

.additional-info .row-half {
    margin-top: 0px;
    height: 4;
    width: 45%;
    display: inline-block;
}

.col-1 {
    width: 7%;
    display: inline-block;
    vertical-align: middle;
    padding: 0.2em;
    min-width: 40px;
}

.col-11 {
    width: 70%;
}

.col-1,
.col-11 {
    display: inline-block;
    vertical-align: middle;
}

.additional-info label {
    display: inline;
    text-align: left;
    margin: 0;
}

.additional-info input {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
    background-color: transparent;
}

.btn-area {
    text-align: center;
    margin-left: 0;
}

form button,
.black-btn {
    background: #333333 !important;
    transition: 0.5s;
    cursor: pointer;
    border: none;
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    width: 300px;
    height: 43px;
    margin-top: 35px;
    display: inline-block;
    max-width: 100%;
}

.white-btn {
    transition: 0.5s;
    cursor: pointer;
    border: none;
    margin-top: 10px;
    font-size: 13px;
    width: 300px;
    height: 43px;
    margin-top: 15px;
    display: inline-block;
    max-width: 100%;
    background-color: #fff;
    color: #000;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.black-btn,
.white-btn {
    line-height: 43px;
    text-align: center;
}

.black-btn:hover,
.black-btn:focus,
.white-btn:hover,
.white-btn:focus {
    text-decoration: none;
}

.login form button,
.forgotten-pass form button,
.forgotten-pass .black-btn,
.login .black-btn {
    margin-top: 10px;
}

form button:hover,
form button label:hover {
    cursor: pointer;
    background-color: #0a0a0a;
    text-shadow: 1px 1px 1px #a5a5;
    transition: background-color ease-in .4s;
    color: #fff;
}

form button:hover,
.black-btn:hover {
    opacity: .8;
    transition: opacity ease-in .4s;
}

button:active,
.black-btn:active {
    outline: none !important;
    border: none !important;
}

button:focus,
.black-btn:focus {
    outline: 0;
    cursor: pointer;
}

form button label {
    border: 1px solid black;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 15px;
    border: none;
    margin: 0;
    line-height: 2.3;
    vertical-align: middle;
    letter-spacing: 0.1em;
    text-shadow: 1px 0 0 #a5a5;
}

footer {
    border-top: 1px solid #e6e9e9;
    margin-top: 95px;
    padding: 25px 20px;
    font-size: 13px;
    vertical-align: middle;
    bottom: 0;
    left: 0;
    right: 0;
}

footer .contact-details,
footer ul li,
footer .logo {
    display: inline-block;
}

footer .logo {
    width: 80%;
}

footer .contact-details {
    text-align: center;
    line-height: 2.2;
    vertical-align: middle;
}

footer a:hover,
form label:hover {
    color: #808080;
    font-weight: 500;
    transition: color ease-in .3s font-weight ease-in .2s;
}

footer .logo-holder {
    opacity: .3;
    display: inline-block;
}

footer .logo-holder:hover {
    opacity: 0.5;
    transition: opacity ease-in 0.3s;
}

footer .logo {
    background-image: url(https://s3-eu-west-1.amazonaws.com/concep-prefmanager/cmsfl/images/logo.jpg);
    height: 30px;
    line-height: 2.2;
    vertical-align: middle;
}

footer a {
    color: #9f9f9f;
}

footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

footer li {
    padding-right: 18px;
}

footer li:after {
    content: ' |';
    position: relative;
    top: 0;
    left: 9px;
}

footer li:last-of-type:after {
    content: '';
    position: relative;
    top: 0;
    left: 9px;
}

.login footer {
    margin-top: 0;
    padding-top: 10px;
}

.prompt {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    text-align: left;
}

img {
    margin-top: 95px;
}

.confirmation .register-block {
    text-align: center;
    margin-left: 0;
    line-height: 1.4;
}

.confirmation .register-block img {
    margin-top: 0;
}

.contact-details {
    width: calc(100% - 560px);
    padding-top: 22px;
}

.contact-details ul {
    margin: 0 auto;
    text-align: center;
    width: 40%;
}

.content-wrapper.sucessful-reset-wrapper .register-block h4 {
    text-align: center;
    margin-top: 0;
}

.content-wrapper.sucessful-reset-wrapper .register-block h4+a {
    text-align: center;
}

.tabinator .btn-holder {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.tabinator .preference-buttons,
.tabinator .logout-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.tabinator .preference-buttons {
    width: 65%;
}

.tabinator .preference-buttons button {
    width: 50%;
}

.tabinator .logout-wrapper {
    width: 35%;
    text-align: right;
}

.additional-info-section1 .col-1 input[type='checkbox'][value='true'],
.additional-info-section2 .col-1 input[type='checkbox'][value='true'] {
    z-index: 1;
}

.additional-info-section1 .col-1 input[type='checkbox'][value='true']+span,
.additional-info-section2 .col-1 input[type='checkbox'][value='true']+span {
    position: relative;
    z-index: 0;
}


/*DIALOGUES and error messages*/

.skin-wrapper .error-msg-wrapper {
    padding: 30px 20px;
    text-align: center;
    position: absolute;
    bottom: 150px;
    display: none;
    top: 100%;
    left: 34%;
    height: 0 !important;
    padding: 0;
    border: none;
    z-index: 10;
}

.error-message {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    padding: 35px 70px;
    border: 1px solid #efefef;
}

.error-message p {
    line-height: 1.6;
}

.error-message p a {
    margin-left: 8px;
}

.error-message p a:hover,
.msg-btn:hover {
    cursor: pointer;
    opacity: .7;
}

.error-message:first-child {
    margin-top: 20px
}

#error-filed-msg-label {
    margin-top: 15px;
    color: #ff6000;
}

.skin-wrapper #dialog-message,
.skin-wrapper #dialog-message-error,
.skin-wrapper #dialog-message-wrong,
.skin-wrapper #password-error-length,
.skin-wrapper #password-error-wrong,
.skin-wrapper #confirmpassword-error-length,
.skin-wrapper #confirmpassword-error-wrong,
.skin-wrapper #dialog-message-wrong-credentials,
.skin-wrapper #dialog-message-crm-error,
.skin-wrapper #dialog-message-error,
.skin-wrapper #dialog-message-sub-exists,
.skin-wrapper #dialog-message-invalid-password,
.skin-wrapper #dialog-message-contact-exists,
.skin-wrapper #dialog-message-saved {
    padding: 30px 20px;
    text-align: center;
    position: relative;
    bottom: 150px;
    display: none;
}

#dialog-message-error-text-signup-btn {
    margin-left: 8px;
}

.skin-wrapper #dialog-message-error {
    bottom: 250px;
    color: #ff6c00;
}

.ui-dialog-buttonset {
    display: none !important;
}

#cookie-message-container {
    padding: 30px 20px;
    text-align: center;
    background-color: #e6e9e9;
    color: #000;
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
}

div.ui-dialog.ui-widget-content.ui-dialog-buttons {
    position: absolute;
    max-height: 130px;
    min-height: 80px;
    min-width: 30% !important;
    right: 30%;
    Left: 30% !important;
    bottom: 0%;
    background: #fff;
    border: 1px solid #9f9f9f;
    padding: 25px;
    text-align: center;
}

.skin-wrapper.preference.french div.ui-dialog.ui-widget-content.ui-dialog-buttons {
    max-height: 80px;
}

.msg-btn {
    position: absolute;
    height: auto;
    top: 15px;
    right: -50px;
    margin: 0 auto;
    bottom: 290px;
    padding: 20px 10px;
    text-align: center;
    color: #ff6c00;
}

.sign-up div.ui-dialog.ui-widget-content.ui-dialog-buttons {
    bottom: -530px;
}

.ui-dialog-title,
#dialog-message-wrong-credentials-text {
    margin: 0 auto;
    text-align: center;
}

.ui-dialog-titlebar {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    margin-top: 20px;
}

#dialog-message-wrong-credentials-text a {
    margin-left: 8px;
}

button.ui-button.ui-corner-all {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    color: #ff6000;
    text-transform: lowercase;
    position: absolute;
    top: -30px;
    right: 0;
}

button.ui-button.ui-corner-all:hover {
    cursor: pointer;
    opacity: .8;
}

#dialog-message-error,
#dialog-message-crm-error {
    min-height: auto !important;
}

.ui-dialog-buttonpane {
    text-align: center;
}

.confirmation div.ui-dialog.ui-widget-content.ui-dialog-buttons {
    display: none;
}

.login .dialog-message-wrong-credentials {
    min-height: auto !important;
}

.login div.ui-dialog.ui-widget-content.ui-dialog-buttons {
    padding: 0;
}

.sign-up .skin-wrapper .error-msg-wrapper {
    max-width: 27%;
    min-width: 27%;
    max-height: 8% !important;
}

.error-msg-wrapper.pass {
    display: none;
    top: 69%;
    left: 34%;
    position: absolute;
    width: 30%;
    padding: 0px 20px 10px 11px;
    text-align: left;
}

.error-msg-wrapper.pass .error-message {
    text-align: left;
}

.skin-wrapper.main-page .error-msg-wrapper,
.skin-wrapper.login .error-msg-wrapper {
    min-width: 27%;
    top: 50%;
}

/* ednd of error messages */

#content2.is-visible .additional-info-section2 h2 {
    margin: 40px 0 15px 0;
}

#content2.is-visible .additional-info-section1 h2 {
    margin-bottom: 15px;
}

/* MEDIUM AND SMALL SCREENS STYLES */
@media only screen and (max-device-width: 550px) {
    header {
        flex-direction: column;
        padding: 25px 0;
    }

    div.ui-dialog.ui-widget-content.ui-dialog-buttons {
        left: 3% !important;
    }

    .skin-wrapper.preference.french div.ui-dialog.ui-widget-content.ui-dialog-buttons {
        max-height: 80px !important;
    }

    .forgotten-pass main {
        margin-top: 0;
        padding-top: 20px;
    }

    .forgotten-pass form button {
        width: auto;
    }

    .sign-in-prompt {
        width: 100%;
        font-size: 16px;
        text-align: center;
        justify-content: center;
    }

    .contact-details ul {
        margin: 0;
    }

    footer .logo-holder,
    .contact-details {
        padding: 15px 0;
    }

    .main {
        padding-top: 60px;
    }

    .row-half {
        width: 100%;
    }

    .additional-info h4 {
        margin-bottom: 15px;
    }

    .contact-details ul li {
        padding-right: 14px;
    }

    .contact-details ul li:first-child {
        padding-left: 17px;
    }

    .skin-wrapper.preference {
        display: block;
        position: relative;
    }

    .skin-wrapper.preference .container,
    .skin-wrapper.preference .container .content-wrapper {
        height: 100%;
    }

    .preference .main-wrapper {
        height: 100% !important;
    }

    register-block input {
        max-width: 250px !important;
    }

    .preference h2 {
        font-weight: 600;
    }

    .row-half .col-11 {
        width: 83%;
    }

    .row-half .col-1 {
        width: 3%;
    }

    .additional-info .row-half {
        padding: 14px 0;
    }

    .preference #content2.is-visible .additional-info-section1 {
        margin-top: 15px;
        width: 100%;
    }

    .preference #content2.is-visible .additional-info-section2 {
        margin-top: 40px;
        width: 100%;
    }

    #content2.is-visible .additional-info .row-half {
        width: 100%;
    }
}

@media only screen and (min-device-width: 760px) {

    .preference h2 {
        font-weight: 600;
    }

    #content2.is-visible .additional-info-section1 {
        margin-top: 15px;
        width: 100%;
    }

    #content2.is-visible .additional-info-section2 {
        margin-top: 40px;
        width: 100%;
    }

    #content2.is-visible .additional-info .row-half {
        width: 100%;
    }

    .row-half .col-11 {
        width: 83%;
    }

    .row-half .col-1 {
        width: 3%;
    }

    .additional-info .row-half {
        padding: 14px 0;
    }

    .submitted main {
        padding-top: 90px;
    }

    .skin-wrapper {
        position: relative;
        box-sizing: border-box;
        height: 100%;
    }

    .skin-wrapper {
        position: relative;
    }

    .skin-wrapper.preference {
        display: block;
        position: static;
    }

    .skin-wrapper.preference .container,
    .skin-wrapper.preference .container .content-wrapper {
        height: 100%;
    }

    footer {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .preference #content2.is-visible+button {
        bottom: 40px;
    }

    .preference #content1.is-visible+button {
        bottom: 0px;
    }

    .row-half .col-11 {
        width: 85%;
    }

    .contentbox .row-half {
        padding: 15px 0;
    }

    #tab1:checked~#content1,
    #tab2:checked~#content2,
    .register-block input {
        width: 300px;
    }
}

.preference #content2.is-visible .row-half .col-1 {
    padding: 0;
}

.preference #content2.is-visible .row-half {
    padding: 5px 0;
    height: 33px;
}

@media only screen and (min-device-width: 961px) {
    .skin-wrapper.login footer {
        padding-bottom: 20px;
        padding-top: 10px;
        bottom: 0px
    }

    .skin-wrapper.login {
        padding: 0;
    }

    .skin-wrapper main,
    .title-content {
        width: 75%;
    }

    .contact-details {
        width: 100%;
    }

    .contact-details ul {
        width: 70%;
        margin-left: -2%;
    }

    .preference #content2.is-visible+button {
        bottom: 130px;
    }

    .preference #content1.is-visible+button {
        bottom: 0px;
    }

    footer {
        left: 0;
        right: 0;
        bottom: 0;
    }

    #content2.is-visible .additional-info-section1,
    #content2.is-visible .additional-info-section2 {
        display: inline-block;
        width: 49%;
        margin-top: 15px;
        vertical-align: top;
    }
}

@media only screen and (min-device-width: 1159px) {

    #content2.is-visible .additional-info-section1,
    #content2.is-visible .additional-info-section2 {
        display: block;
        width: 100%;
        margin-top: 15px;
    }


    .contact-details {
        width: calc(100% - 560px);
    }

    .contact-details ul {
        width: 40%;
        margin: 0 auto;
    }
    #content2.is-visible .additional-info .row-half {
        display: inline-block;
        width: 49%;
        padding: 5px 0;
        height: 33px;
    }

    .preference #content2.is-visible .row-half .col-1 {
        padding: 0;
    }

    .preference #content2.is-visible .row-half .col-11 {
        line-height: 1.1;
    }
}

@media only screen and (min-device-width: 760px) and (max-device-width: 960px) {

    .skin-wrapper main,
    .title-content {
        width: 85%;
    }

    .contact-details {
        width: 100%;
    }

    .contact-details ul {
        width: 70%;
        margin-left: 2%;
    }

    #cookie-message-container p {
        width: 75%;
    }

    #cookie-message-container a {
        display: block;
    }

}

@media only screen and (max-device-width: 759px) {

    div.ui-dialog.ui-widget-content.ui-dialog-buttons {
        left: 3% !important;
    }

    .skin-wrapper.preference.french div.ui-dialog.ui-widget-content.ui-dialog-buttons {
        max-height: 80px !important;
    }

    #cookie-message-container p {
        width: 75%;
    }

    #cookie-message-container a {
        display: block;
    }

    .register-block input {
        max-width: 295px !important;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .skin-wrapper form {
        width: 100%;
    }

    .additional-info {
        display: block;
        width: 100%;
    }

    .additional-info .row-half {
        width: 100%;
    }

    .preference .container {
        padding: 20px 40px 0 40px;
    }

    .preference .logo-holder {
        flex-direction: column;
    }

    .container .tabinator {
        padding: 15px 0 0 0;
    }

    .skin-wrapper div.error-msg-wrapper {
        max-width: 96%;
        top: 65%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        padding: 0;
        max-height: 20%;
    }

    .error-msg-wrapper .error-message {
        width: 80%;
        margin: 0 auto;
        margin-top: 35px;
    }

    .skin-wrapper {
        position: static;
        box-sizing: border-box;
        height: 100% !important;
        padding: 0;
    }

    .skin-wrapper footer {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .skin-wrapper main {
        width: 100%;
    }

    .title-content {
        width: 90%;
    }

    .main.title {
        font-size: 24px;
    }

    .logo-holder {
        text-align: center;
    }

    .intro-info a {
        display: block;
    }

    .submitted header .logo-holder,
    .preference header .logo-holder {
        margin: 0 auto;
    }

    .contact-details ul {
        margin: 0;
        font-size: 14px;
    }

    .contact-details ul li:first-child {
        padding-left: 30px;
    }

    footer {
        flex-direction: column;
        /* margin-top: 50px; */
        justify-content: center;
    }

    .logo-holder {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .row-half {
        width: 100%;
    }

    .register-block {
        margin: 0 auto;
    }

    .contact-details ul li {
        padding-right: 14px;
    }

    .contact-details ul li:after {
        left: 7px;
    }

    .contact-details ul li:first-child {
        padding-left: 17px;
    }

    .contact-details ul {
        padding: 0;
    }

    footer .logo {
        margin-top: 0;
    }

    .contact-details,
    .contact-details ul {
        width: 100%;
    }

    .contact-details a {
        padding: 20px 5px;
    }

    header,
    .logo-holder,
    .logo-holder+a,
    header .sign-in-prompt {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .tabinator {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .tabinator .btn-holder {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .tabinator .preference-buttons,
    .tabinator .logout-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .tabinator .tab,
    .log-out-btn {
        width: 80%;
    }

    .save-btn {
        width: 100%;
    }

    .tabinator .preference-buttons button {
        width: 80%;
        margin: 0 auto;
        margin-top: 15px;

    }

    .white-btn {
        margin-top: 15px;
    }

    .black-btn {
        margin-top: 15px;
    }

    #content1.is-visible,
    #content2.is-visible {
        border-top: none !important;
    }

    .main-form,
    .content-wrapper {
        margin: 0 auto;
    }

    .contentbox is-visible,
    .register-block,
    input {
        width: 100%;
    }

    .content-wrapper.sucessful-reset-wrapper .register-block h4 {
        margin-top: 25px;
    }

   .prompt {
        margin-top: 20px;
    }
}

/* LANDSCAPE STYLES */

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .main-page form label {
        display: block;
    }

    .skin-wrapper main,
    .title-content,
    .row-half {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-device-width: 767px) and (min-device-width: 350px) {
    .skin-wrapper div.error-msg-wrapper {
        min-width: 90%;
    }

    .error-msg-wrapper .error-message {
        width: 60%;
        margin: 0 auto;
    }

    .error-message .msg-btn {
        right: 20px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
    .skin-wrapper div.error-msg-wrapper {
        min-width: 50%;
        top: 33%;
        left: 20%;
        max-width: 34%;
        padding: 25px 35px;
        max-height: 15% !important;
    }

    .error-msg-wrapper .error-message {
        margin-top: 36px;
        width: 67%;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

    footer {
        justify-content: flex-start;
    }

    .logo-holder {
        width: 100%;
        margin-left: 5px;
    }

    .row-half {
        display: inline-block;
        width: 44%;
    }
}

/* INTERNET EXPLORER STYLES */

/* *******************************************************
****************************************************** */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    main {
        display: block;
    }

    .tick:after {
        content: "";
    }

    .skin-wrapper header {
        padding: 10px;
    }

    .skin-wrapper header .langblock {
        text-align: left !important;
        width: 64%;
        display: inline-block;

    }

    .skin-wrapper header .logo-holder {
        text-align: right !important;
        display: inline-block;
        min-width: 410px;
    }

    .skin-wrapper header .logo-holder.is-desktop .logo {
        display: block;
        width: 124%;
        margin: 0;
    }

    .skin-wrapper header .logo-holder.is-mobile {
        margin-top: 15px;
        text-align: left !important;
    }

    .skin-wrapper header .logo-holder.is-mobile .logo {
        width: 73%;
        margin-left: 18px;
    }

    .skin-wrapper header .logo-holder .logout-btn {
        margin-top: -20px;
        vertical-align: text-top;
    }

    #content1,
    #content2,
    #content1 section,
    #content1 div,
    #content2 section,
    #content2 div,
    #content2 div input {
        overflow: visible !important;
    }

    .tabinator .logout-wrapper.is-desktop {
        text-align: right;
        display: inline-block;
        width: 34%;
    }

    .tabinator .preference-buttons.is-desktop {
        display: inline-block;
        width: 65%;

    }

    .tabinator .preference-buttons.is-desktop button {
        display: inline-block;
        width: 48%;
    }

    .tabinator .logout-wrapper.is-desktop {
        text-align: right;
    }

    .tabinator .logout-wrapper.is-desktop button {
        margin-left: 22%;
    }

    .tabinator .btn-holder.is-mobile,
    .tabinator .preference-buttons.is-mobile,
    .tabinator .logout-wrapper.is-mobile {
        display: block;
        width: 100%;
        text-align: center !important;
        margin: 0 auto;
    }

    .tabinator .preference-buttons.is-mobile button,
    .tabinator .logout-wrapper.is-mobile button {
        display: block;
        width: 80%;
        margin-top: 15px !important;
        margin: 0 auto;
    }

    .tabinator .logout-wrapper.is-mobile button {
        margin-left: 0;
        margin: 15px auto 0 auto !important;
    }

    .content-wrapper.is-mobile {
        margin-bottom: 20px;
    }

    footer.is-mobile {
        width: 100%;
        display: block;
    }

    footer.is-mobile .contact-details,
    footer.is-mobile .logo-holder {
        display: block;
        width: 100%;
        text-align: center;
    }

    footer.is-mobile .contact-details ul {
        margin-left: 0;
    }

    footer.is-desktop .logo-holder {
        display: inline-block;
        width: 20%;
        text-align: left;
    }

    footer.is-desktop .contact-details {
        display: inline-block;
        width: 80%;
        text-align: center;
    }

    footer.is-desktop .contact-details ul {
        margin: 0 auto;
    }
}

/* STYLES IE */




@media all and (max-width: 900px) and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .preference form button {
        bottom: -20px !important;
    }

    .is-visible#content2 .additional-info-section1,
    .is-visible#content2 .additional-info-section2 {
        display: block;
        width: 100%;
    }

    .is-visible#content2 .additional-info-section1.is-mobile .row-half,
    .is-visible#content2 .additional-info-section2.is-mobile .row-half {
        display: block;
        width: 98%;
    }

    .is-visible#content2 .additional-info-section1.is-mobile .row-half .col-1,
    .is-visible#content2 .additional-info-section1.is-mobile .row-half .col-11,
    .is-visible#content2 .additional-info-section2.is-mobile .row-half .col-1,
    .is-visible#content2 .additional-info-section2.is-mobile .row-half .col-11 {
       float: left;
    }
    .is-visible#content2 .additional-info-section1.is-mobile .row-half .col-11,
    .is-visible#content2 .additional-info-section2.is-mobile .row-half .col-11 {
        margin-left: 35px;
    }
    .is-visible#content2 .additional-info-section1.is-mobile .row-half .col-11 label,
    .is-visible#content2 .additional-info-section2.is-mobile .row-half .col-11 label {
		padding: 8px 0 4px 0;
    }
    .is-visible#content2 .additional-info-section2 {
        margin-top: 40px !important;
    }

    .skin-wrapper main {
        width: 100%;
        display: block;
    }

    .skin-wrapper form {
        margin: 0 auto !important;
    }

    .title-content {
        width: 90%;
    }

    .logo-holder {
        text-align: center;
        margin: 0 auto;
    }

    .contact-details ul {
        margin: 0;
        font-size: 14px;
        width: 100%;
    }

    .contact-details ul li:first-child {
        padding-left: 30px;
    }

    footer {
        display: block;
        flex-direction: column;
        width: 100%;
        /* margin-top: 50px; */
    }

    header .logo-holder {
        margin: 0 auto;
        width: 100%;
    }

    .preference header {
        display: block;
    }

    .sign-up header {
        display: block;
        margin: 0 auto;
    }

    .row-half {
        width: 100%;
    }

    .logo-holder {
        display: block;
        margin: 0 auto;
        text-align: right;
        width: 100%;
    }

    .contact-details {
        display: inline-block;
    }

    .is-visible#content1 {
        padding-top: 0;
    }

    .is-visible#content2 {
        margin-top: -10px;
    }
}

@media all and (min-width: 901px) and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    /* @media all and (-ms-high-contrast: none), screen and 
(-ms-high-contrast: active) and (min-device-width: 800px) { */
    .skin-wrapper main,
    .title-content {
        width: 100%;
    }

    footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /* margin-top: 50px; */
    }

    header .logo-holder {
        width: 22%;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
    }

    .row-half {
        width: 80%;
    }

    .logo-holder .logo {
        display: inline-block;
    }

    header .logo-wrapper {
        width: 20%;
        text-align: right;
        max-width: auto;
    }

    header .sign-in-prompt,
    header .logo-holder+a {
        display: inline-block;
        text-align: right;
        width: 75%;
        vertical-align: middle;
    }

    header .sign-in-prompt span,
    header .sign-in-prompt p {
        display: inline;
    }

    .preference form button {
        bottom: 5px !important;
    }

    .is-visible#content2 .additional-info-section1,
    .is-visible#content2 .additional-info-section2 {
        width: 100%;
        margin-top: 15px;
        display: block;
    }

    
    .is-visible#content2 .additional-info .row-half {
        display: inline-block;
        width: 49%;
    }
    
}

.skin-wrapper.login,
.skin-wrapper.submitted,
.skin-wrapper.reset,
.skin-wrapper.forgotten-pass,
.skin-wrapper.login-no-pass,
.skin-wrapper.confirmation {
    height: calc(100vh + 150px);
}

.skin-wrapper.reset {
    height: calc(100vh + 250px);
}

.preferences-txt {
    margin: 30px 0 0;
}

.preferences-txt p {
    margin-bottom: 20px;
}

/* templte css */

.header-section {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

.main-wrapper {
    width: 1200px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9) !important;
    max-width: 100%;
}

.container {
    padding: 40px;
    text-align: left;
}

.reset .container {
    padding-bottom: 0
}

h1.page-title {
    margin-top: 0;
    color: #333 !important;
    text-align: left;
    font-size: 2em;
    font-weight: bold;
}

h2.page-head {
    color: #0067B9;
    font-weight: 600;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#content1 *,
#content2 * {
    box-sizing: border-box;
}

.tabinator {
    background: #fff;
    padding: 40px 0px;
    font-family: Open Sans;
}

.tabinator input[type='radio'] {
    display: none;
}

.tabinator label.tab {
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 25px;
    color: #ccc;
    margin-bottom: -1px;
    margin-left: -1px;
}

.tabinator label.tab:hover,
.tabinator label.tab {
    color: #000;
    cursor: pointer;
}

.tabinator input:checked+label.tab {
    position: relative;
    color: #fff;
    background: #333333;
    border-radius: 0;
}

#content1,
#content2,
#content1 section,
#content1 div,
#content2 section,
#content2 div,
#content2 div input {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

#content1 .row-half,
#content2 .row-half {
    padding: 0;
    height: 0;
}

#content1.is-visible,
#content2.is-visible {
    opacity: 1;
    height: 100%;
    overflow: visible;
    border-top: 1px solid #bbb;
    display: block;
    padding: 15px 0;
}

#content1.is-visible section,
#content1.is-visible div,
#content2.is-visible section,
#content2.is-visible div {
    opacity: 1;
    height: 100%;
    overflow: visible;
}

#content2.is-visible div input {
    /* opacity: 1; */
    height: 20px;
    overflow: visible;
}

#content1.is-visible .row-half,
#content2.is-visible .row-half {
    padding: 12px 0;
    height: 20px;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
.register-block input {
    padding: 11px 10px 11px 15px;
    border: solid 1px #333 !important;
    max-width: 100%;
    border-radius: 0;
    box-sizing: border-box;
}

form .contentbox .register-block label {
    display: inline;
}

p.sm-let,
p.sm-let a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px !important;
    margin: 0;
}

p.sm-let {
    color: #333 !important;
}

p.med-let {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    color: #333 !important;
    margin: 1em 0;
}

.resetpassword button,
.signup-page button {
    margin-top: 10px;
}