* {
    box-sizing: border-box; }

html, body {
    height: auto;
    margin: 0;
    background-color: #00B5CC;
}

body {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #00B5CC;
    transition: color 0.1s ease-in-out; }
a:hover {
    color: #00cce6; }

h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 200;
    color: #00B5CC; }

ul, ol {
    list-style: none; }

img {
    width: 100%;
    display: block; }

html {
    color: #323230;
    font-size: 1em;
    line-height: 1.6; }

::selection {
    background: #FAEF5E;
    text-shadow: none; }

.blockUI img {
    display: none !important;
}

.blockUI.blockOverlay {
    border-radius: 8px;
    opacity: 0.9 !important;
    background-color: white !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 50 50'%3E%3Cpath fill='%2300B5CC' d='M25.251 6.461c-10.318 0-18.683 8.365-18.683 18.683h4.068c0-8.071 6.543-14.615 14.615-14.615V6.461z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* ///////////////////////
HEADER
/////////////////////// */
header[role=banner] {
    z-index: 100;
    width: 100%;
    background-color: #00B5CC;
}

.logo {
    margin-left: 20px;
    margin-top: 20px;
    display: block;
    width: 113px;
}

nav[role=navigation] {
    margin-top: 10px;
    margin-bottom: 10px;
}

nav[role=navigation-link] {
    position: absolute;
    top: 11px;
    left: 22px;
    right: 22px;
    height: 40px;
    text-align: right; }
nav[role=navigation-link] a {
    display: block;
    padding-top: 9px;
    color: #fff;
}
nav[role=navigation] ul {
    display: flex;
    justify-content: flex-end;
    height: 40px;
    margin: 0;
    padding: 0; }
nav[role=navigation] li {
    margin-left: 20px;
    
}
nav[role=navigation] a {
    display: block;
    height: 38px;
    padding: 8px 20px 0px 20px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    background-color: #1F9CAC;
    transition: background-color 0.1s ease-in-out; }
nav[role=navigation] a:hover {
    background-color: #187E8B; }
nav[role=navigation] li.active a {
    background-color: #187E8B; }

/* ///////////////////////
CONTENT
/////////////////////// */
.content, .sub-content {
    border-radius: 4px;
    margin: 11px 22px 22px 22px;
    margin-top: 20px;
    padding: 30px;
    background-color: #fff;
}

.sub-content {
    margin-right: 100px;
}

.content.full {
    width: 85%;
    min-height: 680px;
}

.content.left, .content.right {
    margin: 0;
}

.content.left h3,
.content-fixed h3 {
    margin-top: 0px;
}

.content.left h3,
.content-fixed h3 {
    margin-top: 0px;
}

.content.left p,
.content-fixed p {
    margin: 4px 0;
}

.content.left {
    position: absolute;
    left: 6%;
    top: 80px;
    width: 55%;
    margin-bottom: 200px;
}

.content-fixed.right {
    position: absolute;
    right: 8%;
    top: 80px;
    width: 29%;
}

.content-fixed.right .sub-content {
    margin: 0px 0px 30px 0px;
}

.sub-content p {
    margin-bottom: 0px;
}

.sub-content label:first-of-type {
    margin-top: 0px;
}

.sign-in-button {
    margin-top: 15px;
    font-size: 22px;
    width: 100%;
}

.buttons {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.buttons .continue {
    width: 240px;
}
.buttons a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 30px;
    height: 50px;
}
.buttons.single {
    justify-content: space-around;
}

.signup-container {
    width: 100%;
    margin-top: 20px;
}

.signup-container hr {
    width: 90%;
    margin: 25px auto 25px auto;
}

.signup-container .row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.signup-container .row .col {
    width: 48%;
}

.signup-container .row .col a {
    width:100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
}

.signup-choices.content.full {
    width: 70%;
    max-width: 900px;
    min-height: unset;
}

.signup-choices h1 {
    margin: 0 auto 20px auto;
    text-align: center;
}

.signup-choices > .row > .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 35px;
}

.signup-choices > .row > .column:nth-child(1) {
    border-right: 1px solid #323230;
    padding-right: 35px;
    padding-left: 0;
}

.signup-choices .column .row {
    margin-bottom: 15px;
}
.signup-choices .column .row:last-child {
    margin-bottom: 0px;
}

.signup-choices .choice-header {
    height: 170px;
    font-size: 28px;
    font-weight: bold;
}
.signup-choices .choice-header .column:nth-child(2) {
    padding-left: 20px;
}
.signup-choices .choice-header img {
    height: 178px;
    width: 150px;
}

.signup-choices .choice-subheader {
    text-align: center;
    font-size: 18px;
    height: 60px;
    margin: 5px 0 10px 0;
}

.signup-choices .mobile-choice-subheader {
    display: none;
    font-size: 14px;
    margin-top: 10px;
}

.signup-choices .choice-button {
    width: 100%;
}

.signup-choices a {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    letter-spacing: 0.04em;
}

/*.step-1, .step-2 {
    margin-bottom: 40px;
}*/

/* ///////////////////////
FORM
/////////////////////// */
fieldset {
    margin-top: 14px;
    padding: 0;
    border: 0; }
fieldset > div {
    margin-bottom: 12px; }
fieldset > div:first-of-type label {
    margin-top: 0px;
}
fieldset .inline {
    display: flex; }

label {
    margin-top:20px;
    display: block;
    font-size: 14px;
    font-weight: bold; }

i.fieldsub {
    font-size:12px;
}

.field-row {
    justify-content: space-between;
}

.field-column {
    width: 48%;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 16px 12px;
    border: 1px solid #B2ADAC;
    border-radius: 4px;
    letter-spacing: 0.25px;
    background-color: #F9F5F4;
    transition: background-color 0.1s ease-in-out; }
input[type="text"]:hover,
input[type="password"]:hover {
    background-color: #f5efed; }
input[type="text"]::placeholder,
input[type="password"]::placeholder {
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.25px;
    color: #B2ADAC; }
input[type="text"]:active, input[type="text"]:focus,
input[type="password"]:active,
input[type="password"]:focus {
    border: 1px solid #B2ADAC;
    box-shadow: #ECE7E6 2px 2px 2px inset;
    outline: none;
    background-color: #f5efed; }

.content.otp #messages {
    margin-bottom: 20px;
}

div#passcodes {
    margin: 10px 0 25px 0px;
    display: flex;
    justify-content: space-between;
}

input[type="text"].input-passcode {
    width: 64px;
    height: 80px;
    font-size: 35px;
    text-align: center;
}

input.error, input.error:focus, input.error:active {
    border-color: #FF5F63;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    border: 2px solid #00B5CC;
    border-radius: 4px;
    cursor: pointer;
}
input[type="checkbox"].disabled {
    border-color: #B2ADAC;
    pointer-events: none;
}
input[type="checkbox"]:checked {
    outline: none;
    background-color: #00B5CC;
    background-image: url('../../images/checkmark.svg');
    background-repeat: no-repeat;
    background-position: center 4px;
}
input[type="checkbox"].disabled:checked {
    background-color: #B2ADAC;
}
input[type="checkbox"]:active, input[type="checkbox"]:focus {
    outline: none; }

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #D1CDCC;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
input[type="radio"]:checked::after {
    content: '';
    outline: none;
    background-color: #00B5CC;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}
input[type="radio"]:active, input[type="radio"]:focus {
    outline: none;
}

/* SELECT INPUT */
.select {
	display: inline-block;
    position: relative;
    min-width: 120px;
    height: 50px;
    margin-right: 2px;
    padding-left: 1px;
    border: 1px solid #7E7A79;
    border-radius: 4px;
    background-color: #F9F5F4;
    transition: background-color 0.1s ease-in-out;
}

.select.auto { min-width: unset; }
.select.small { min-width: 50px; }
.select.wide { min-width: 160px; }
.select.full { min-width: 100%; }

.select:hover { background-color: lighten(#F9F5F4, 2%); }
.select:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    width: 25px;
    height: 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    pointer-events: none;
    background-color: #F9F5F4;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Edropdown-arrow%3C/title%3E%3Cpath d='M1 1l3.14 2.381 3.11-2.357' stroke='%23A5A3A3' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 5px center;
    transition: background-color 0.1s ease-in-out;
}

.select:hover:before { background-color: lighten(#F9F5F4, 2%); }
.select select {
    display: inline-block;
    width: 100%;
    height: 48px;
	padding-top: 2px;
	padding-left: 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
	color: #323230;
    background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.select select:invalid {
    color: #999;
}

.select select:focus {
    outline: none;
    box-shadow: none;
}
.select select:-moz-focusring { /* Removes outline around Firefox selects */
	color: transparent;
	text-shadow: 0 0 0 #323230;
}

.select option:not(:checked) { color: #323230; }

.stay-signed-in {
    display: flex; }
.stay-signed-in label {
    margin-top: 1px;
    font-weight: normal; }

.forgot-password {
    flex: 1;
    text-align: right; }

.agent-direct {
    margin-top: 0;
}

.brand-not-found {
    margin-top: 30px;
}

.brand-not-found label {
    margin-bottom: 8px;
}

.brand-selection {
    margin-bottom: 0px;
}

.brand-selected,
.brokerage-not-found,
.brokerage-found,
.sso-notice {
    width: 386px;
    margin: 0;
}

.brokerage-found p {
    margin-top: 5px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
}

#signup-container {
    padding-top: 10px;
}

#signup_btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 386px;
    height: 56px;
    border: none;
    border-radius: 28px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: #fff;
    background-color: #00B5CC;
    transition: background-color 0.1s ease-in-out; }
#signup_btn:hover {
    background-color: #00c3db; }
#signup_btn:focus {
    outline: none; }
#signup_btn:active {
    background-color: #00a7bd; }
#signup_btn a.big {
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 12px;
}

input[type="submit"].big {
    margin-top: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 28px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: #fff;
    background-color: #00B5CC;
    transition: background-color 0.1s ease-in-out; }
input[type="submit"].big:hover {
    background-color: #00c3db; }
input[type="submit"].big:focus {
    outline: none; }
input[type="submit"].big:active {
    background-color: #00a7bd; }

.error-message {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #F7D3D4;
    padding: 10px;
}
.display-message {
    width: 100%;
    height: 50px;
    display: flex;
    align-content: center;
}

/* ///////////////////////
FOOTER
/////////////////////// */
footer ul, footer p {
    margin-left: 22px;
    padding: 0;
    color: #fff; }
footer p {
    font-weight: 200; }
footer li {
    line-height: 2.2em; }
footer a {
    color: #fff; }
footer a:hover {
    color: #fff;
    text-decoration: underline; }
/* ///////////////////////
MESSAGE
/////////////////////// */
.message {
    display: none; }
@media only screen and (min-width: 770px) {
    .logo {
        margin-top: 17px;
    }
    header[role=banner] {
        height: 60px; }
    header[role=banner] nav[role=navigation] {
        position: absolute;
        top: 10px;
        right: 21px;
        left: auto;
        width: auto;
        min-width: 220px;
        margin: 0; }
    .message {
        display: block;
        position: absolute;
        top: 60px;
        width: 230px;
        right: 10px;
        padding: 3px;
        border-radius: 8px;
        z-index: 1;
        box-shadow: 0 2px 4px #7E7A79;
        background-color: #FAEFD6; }
    .message .message-inner {
        max-height: 250px;
        padding: 15px;
        overflow-y: scroll; }
    .message h4 {
        margin: 5px 0;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.4em;
        color: #00B5CC; }
    .message p {
        margin: 5px 0; }
    .content {
        position: relative;
        width: 450px;
        margin: 2% auto 0 auto;
        transition: all .5s ease-in-out;
        /*left: 50%;*/
        /*top: 50%;*/
        /*transform: translate(-50%, -50%);*/
        }
    .sub-content {
        position: relative;
        width: 450px;
        margin: 30px auto;
        margin-bottom: 100px;
    }

    footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0; 
        height: 50px;
        z-index: 100;
        background-color: #00B5CC;
    }
    footer ul {
        display: flex;
        position: absolute;
        right: 22px;
        bottom: 0;
        margin: 0;
    }
    footer a {
        display: block;
        padding: 8px 15px; }
}

@media only screen and (max-width: 770px) {
    header[role=banner] .logo {
        display: inline-block;
    }

    nav[role=navigation] {
        float:right;
        margin-right: 15px;
    }

    .signup-choices.content.full {
        width: 90%;
    }
    .signup-choices > h1 {
        font-size: 22px;
        text-align: left;
    }
    .signup-choices > .row {
        flex-direction: column;
    }
    .signup-choices > .row > .column {
        width: 100%;
        padding-left: 0;
    }
    .signup-choices > .row > .column:nth-child(1) {
        border-right: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .signup-choices > .row > .column:nth-child(1)::after {
        margin: 20px 0 20px 0;
        content: 'OR';
        font-size: 18px;
        font-weight: bold;
    }
    .signup-choices .choice-header {
        width: 100%;
        height: unset;
        align-items: start;
    }
    .signup-choices .choice-header > .column:nth-child(2) {
        width: 100%;
        font-size: 18px;
    }
    .signup-choices .choice-header > .column:nth-child(2) br {
        content: " "
    }
    .signup-choices .choice-header > .column:nth-child(2) br::after {
        content: " "
    }
    .signup-choices .choice-header img {
        height: 90px;
        width: 83px;
    }
    .signup-choices .choice-subheader {
        display: none;
    }
    .signup-choices .mobile-choice-subheader {
        display: block;
    }
    .signup-choices .rz-button {
        font-size: 18px;
    }
}

