body.v2 {
    font-size: 16px;
    font-family: Frutiger45Light, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
    overflow-x: hidden;
    font-weight: 500;
}

body.v2 .legacy-redesign {
    background-color: #f8f8f8;
    padding-bottom: 32px;
}

/* auto-fill suggestion hide in safari */
body.v2 input::-webkit-contacts-auto-fill-button,
body.v2 input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    position: absolute;
    right: 0;
}

body.v2 .legacy-redesign.consumer-page {
    margin-bottom: 32px;
    padding-bottom: 0px;
}

.v2 .legacy-redesign .border-top-gray {
    border-top: 1px solid #d2d2d2;
}

.v2 h1 {
    text-align: center;
    font-size: 56px;
    line-height: 64px;
    margin-top: 19px;
    margin-bottom: 20px;
    padding: 0 15%;
    font-weight: 300;
}

.v2 .legacy-redesign h1 {
    font-size: 48px;
    line-height: 56px;
}

.v2 h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 32px;
    margin-bottom: 0px;
}

.v2 .legacy-redesign h2 {
    margin-top: 0px;
}

.v2 h3 {
    text-align: center;
    font-size: 32px;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 0px;
}

.v2 h4 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 0px;
    text-align: left;
}

.v2 .legacy-redesign h4 {
    font-weight: 1000;
    margin-top: 0px;
}

.v2 h5 {
    font-size: 20px;
    color: #000066;
    line-height: 24px;
    font-weight: 300;
    margin-top: 24px;
    margin-bottom: 0px;
    text-align: center;
}

.v2 h6 {
    background-color: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    color: #4C4C93;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
    position: absolute;
    padding: 4px 0px;
    top: -26px;
    left: 12%;
    width: 288px;
}

.v2 p {
    font-size: 16px;
    color: #000066;
    line-height: 24px;
    font-weight: 300;
    margin-top: 24px;
    margin-bottom: 0px;
    text-align: left;
}

.v2 p.info-text {
    font-size: 13px;
    margin-top: 8px;
}

.v2 p.assistive-text {
    font-size: 13px;
    margin-top: 0px;
    margin-left: 7px;
}

::placeholder {
    color: #707070 !important;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #707070 !important;
    font-size: 12px;
}

::-ms-input-placeholder {
    color: #707070 !important;
    font-size: 12px;
}

.v2 input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.v2 .row {
	margin: 0 -8px
}

.v2 .col-lg-1, .v2 .col-lg-10, .v2 .col-lg-11, .v2 .col-lg-12, .v2 .col-lg-2, .v2 .col-lg-3,
.v2 .col-lg-4, .v2 .col-lg-5, .v2 .col-lg-6, .v2 .col-lg-7, .v2 .col-lg-8, .v2 .col-lg-9,
.v2 .col-md-1, .v2 .col-md-10, .v2 .col-md-11, .v2 .col-md-12, .v2 .col-md-2, .v2 .col-md-3,
.v2 .col-md-4, .v2 .col-md-5, .v2 .col-md-6, .v2 .col-md-7, .v2 .col-md-8, .v2 .col-md-9,
.v2 .col-sm-1, .v2 .col-sm-10, .v2 .col-sm-11, .v2 .col-sm-12, .v2 .col-sm-2, .v2 .col-sm-3,
.v2 .col-sm-4, .v2 .col-sm-5, .v2 .col-sm-6, .v2 .col-sm-7, .v2 .col-sm-8, .v2 .col-sm-9,
.v2 .col-xs-1, .v2 .col-xs-10, .v2 .col-xs-11, .v2 .col-xs-12, .v2 .col-xs-2, .v2 .col-xs-3,
.v2 .col-xs-4, .v2 .col-xs-5, .v2 .col-xs-6, .v2 .col-xs-7, .v2 .col-xs-8, .v2 .col-xs-9 {
	padding: 0 8px
}

/*.v2 *:focus {
    box-shadow: 0 0 0 3px #ddd;
}*/

.v2 *:focus {
    box-shadow: none;
}

.v2 .box-shadow, .v2 .box-shadow-large {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.20);
}

.v2 .main-container .body-container.box-shadow {
    margin-bottom: 82px;
}

.v2 .legacy-redesign .box-shadow {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.20);
    width: 100%;
}

.v2 .legacy-redesign .line-level-item {
    padding: 16px;
}

.v2 .legacy-redesign .line-level-details p span.label-title {
    color: #4c4c94;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    width: 62%;
}

.v2 .legacy-redesign .line-level-details p span.label-val {
    color: #000066;
    font-weight: 700;
    margin-left: 10px;
}

.v2 .legacy-redesign .line-level-details p span.toggle-off,
.v2 .legacy-redesign .line-level-details p span.toggle-off:hover,
.v2 .legacy-redesign .line-level-details p span.toggle-off:focus,
.v2 .legacy-redesign .line-level-details p span.toggle-on,
.v2 .legacy-redesign .line-level-details p span.toggle-on:hover,
.v2 .legacy-redesign .line-level-details p span.toggle-on:focus {
    background-repeat: no-repeat;
    height: 41px;
    width: 78px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.v2 .legacy-redesign .line-level-details p span.toggle-off {
    background-image: url('../img/toggle-off.svg');
}

.v2 .legacy-redesign .line-level-details p span.toggle-off:hover {
    background-image: url('../img/toggle-off-hover.svg');
}

.v2 .legacy-redesign .line-level-details p span.toggle-off:focus {
    background-image: url('../img/toggle-off-focus.svg');
}

.v2 .legacy-redesign .line-level-details p span.toggle-on {
    background-image: url('../img/toggle-on.svg');
}

.v2 .legacy-redesign .line-level-details p span.toggle-on:hover {
    background-image: url('../img/toggle-on-hover.svg');
}

.v2 .legacy-redesign .line-level-details p span.toggle-on:focus {
    background-image: url('../img/toggle-on-focus.svg');
}

.v2 .legacy-redesign .line-level-action {
    text-align: right;
    padding-top: 10px;
}

.v2 .scrollable-menu {
    height: auto;
    max-height: 180px;
    overflow-x: hidden;
    scrollbar-color: lightgray;
    scrollbar-width: thin;
}

.v2 .scrollable-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 22px;
}

.v2 .scrollable-menu::-webkit-scrollbar-thumb {
    border: 8px solid transparent;
    border-radius: 20px;
    background-color: lightgray;
    background-clip: padding-box;
}

.v2 .color-white {
    color: white;
}

.v2 .color-blue {
    color: #006;
}

.v2 .frutiger55Bold {
    font-family: Frutiger55Bold, sans-serif;
}

.v2 .frutiger55 {
    font-family: Frutiger55, sans-serif;
}

.v2 .frutiger45Light {
    font-family: Frutiger45Light, sans-serif;
}

.v2 .hyper-actions.margin-top-24{
    margin-top: 48px;
}

.v2 .margin-nullify {
    margin: 0px;
}

.v2 .padding-nullify {
    padding: 0px;
}

.v2 .legacy-redesign .fs24 {
    font-size: 24px;
    line-height: 32px;
}

.v2 .legacy-redesign .fs26 {
    font-size: 26px;
    line-height: 40px;
}

.v2 .fs125 {
    font-size: 12.5px;
    line-height: 20px;
}

.v2 .legacy-redesign .fw1000 {
    font-weight: 1000;
}

.v2 .legacy-redesign .mt8 {
    margin-top: 8px;
}

.v2 .legacy-redesign .mt24 {
    margin-top: 24px;
}

.v2 .mt24 {
    margin-top: 24px;
}

.v2 .legacy-redesign .pt24 {
    padding-top: 24px;
}

.v2 .ml25 {
    margin-left: 25px;
}

.v2 ul.disc-list-style li {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 24px;
}

.v2 .center-align {
    margin: 0px auto;
    text-align: center;
}

.v2 .text-center {
    text-align: center;
}

.v2 .labelField {
    padding-bottom: 16px;
}

.v2 .text-left {
    text-align: left;
}

.v2 .no-underline {
    text-decoration: none;
}

.v2 .underline {
    text-decoration: underline;
}

.v2 a.action-link,
.v2 a.action-link:hover,
.v2 a.action-link:focus,
.v2 .legacy-redesign .edit-link,
.v2 .legacy-redesign .edit-link:hover,
.v2 .legacy-redesign .edit-link:focus,
.v2 input.action-link {
    font-size: 16px;
    font-weight: 600;
    color: #007bb2;
    display: block;
    text-decoration: none;
    line-height: 25px;
}

.v2 a.action-link:before {
    content: '';
    width: 21px;
    height: 25px;
    background-image: url('../img/chevron-midblue-right.svg');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px
}

.v2 input.action-link {
    border: 0px;
    background-image: url('../img/chevron-midblue-right.svg');
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

.v2 .legacy-redesign .edit-link {
    border: 0px;
    background-color: transparent;
    float: right;
}

.v2 .legacy-redesign .edit-link,
.v2 .legacy-redesign .edit-link:hover,
.v2 .legacy-redesign .edit-link:focus {
    color: #0073a8;
}

.v2 .legacy-redesign .edit-link:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../img/edit-icon.svg');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px
}

.v2 .legacy-redesign .edit-link.disabled,
.v2 .legacy-redesign .edit-link.disabled:hover,
.v2 .legacy-redesign .edit-link.disabled:focus {
    color: #d2d2d2;
    cursor: default;
}

.v2 a.view-more.action-link:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-position-x: 5px;
    margin-right: 16px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.v2 a.view-more.action-link.show:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.v2 .legacy-redesign a.content-link,
.v2 .legacy-redesign a.content-link:hover,
.v2 .legacy-redesign a.content-link:focus,
.v2 .content-link-action,
.v2 .content-link-action:hover,
.v2 .content-link-action:focus {
    color: #0073a8;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
}

.v2 .content-link-action {
    border: 0px;
    background: transparent;
    margin: 0px;
    padding: 0px;
}

.v2 .curved-bottom {
    width: 110%;
    left: -5%;
    border-radius: 0 0 250% 250%/0 0 500px 500px;
    overflow: hidden;
    position: relative;
}

.v2 .content-container {
    max-width: 1100px;
}

.v2 .bill-board {
    min-height: 680px;
}

.v2 .body-container, .v2 .body-container-large {
    width: 100%;
    margin: 40px auto 80px auto;
    padding: 0 8px 20px 8px;
    margin-top: 24px;
    background-color: #fff;
    position: relative;
}

.v2 .legacy-redesign .body-container {
    margin: 0px auto;
    padding: 0 8px;
}

.v2 .body-container.success-body-container {
    width: 100%;
    margin: 40px auto 80px auto;
    padding: 0 8px 20px 8px;
    margin-top: 48px;
    background-color: #fff;
    position: relative;
}

.v2 .no-background {
    background-color: transparent;
}

.v2 .legacy-redesign .white-background {
    margin-top: 32px;
    background-color: #fff;
}

.v2 .legacy-redesign .info-ico,
.v2 .server-status .info-ico {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    display: inline-block;
    background-image: url('../img/info-icon.svg');
    background-repeat: no-repeat;
    background-size: 32px;
}

.v2 .legacy-redesign .link-color {
    color: #0073a8;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
}

.v2 .legacy-redesign .white-background {
    background-color: #fff;
}

.v2 .legacy-redesign #login-type {
    padding: 35px 0;
    margin: 40px auto;
}

.v2 #login-type p {
    margin-top: 0px;
    font-size: 20px;
}

.v2 #login-type p.sub-text {
    font-size: 14px;
}

.v2 .flex-container {
    display: flex;
}

.v2 .legacy-redesign .ico-container img {
    height: 60px;
}

.v2 .legacy-redesign .ico-container {
    text-align: right;
    margin-right: 14px;
}

.flex-container > div {
    margin: 0px auto;
}

.flex-container > div:nth-of-type(odd) {
    flex: 1;
}

.flex-container > div:nth-of-type(even) {
    flex: 2;
    margin-top: 6px;
}

.flex-container > div.left {
    flex: 0;
}

.flex-container > div.right {
    margin-top: 0px;
}

.v2 .legacy-redesign .form-fields {
    width: 100%;
    margin-top: 32px;
}

/*form fields*/

.v2 .float-container {
    text-align: left;
    width: 100%;
    position: relative;
    margin-top: 32px;
}

.v2 .legacy-redesign #line-level-container .line-level-item .float-container {
    margin-left: auto;
    margin-right: auto;
}

.v2 .float-container label {
    padding-top: 3px;
    font-weight: 400;
}

.v2 .float-container label.float-label {
    line-height: 24px;
    color: #006;
    position: absolute;
    padding: 0px 8px 0px 0px;
    top: -10px;
    left: -1px;
    background-color: #fff;
    font-size: 14px;
    z-index: 9;
}

.v2 .legacy-redesign .float-container label.float-label {
    background-color: #f8f8f8;
}

.v2 .legacy-redesign .white-background .float-container label.float-label {
    background-color: #fff;
}

.v2 .float-container.active label.float-label {
    -webkit-transform: translate(0, 4px) scale(0.75);
    -moz-transform: translate(0, 4px) scale(0.75);
    -o-transform: translate(0, 4px) scale(0.75);
    -ms-transform: translate(0, 4px) scale(0.75);
    transform: translate(0, 4px) scale(0.75);
    padding-left: 11px;
    font-size: 16px;
}

.v2 .float-container input.float-input {
    margin-bottom: 0;
    width: 100%;
    color: #006;
    font-size: 16px;
    background-color: transparent;
    padding: 28px 8px 28px 0px;
    height: 56px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .v2 .float-container input.float-input {
        box-sizing:content-box;
        padding: 0px;
    }
}

.v2 .float-container.tiny-field input.float-input {
    padding: 20px 4px;
    font-size: 24px;
}

.v2 .float-container input[type=password].float-input {
    padding-right: 46px;
    padding-left: 0px;
}

.v2 .float-container .password-field-container {
    width: 100%;
    height: 56px;
}

.v2 .float-container .password-field-container.expanded {
    height: 192px;
    transition: height .5s;
}

.v2 .float-container .password-field-container input.float-input {
    width: 100%;
}

.v2 #securityQuestionForm .float-container input.float-input {
    padding: 16px 10px 14.8px 11px;
}

.v2 input.float-input:focus,
.v2 input.float-input:hover:not(:focus) {
    background-color: transparent;
}

.v2 ul.tabs li:focus {
    background-color: #fff;
}

.v2 .float-container .password-field-container input.float-input,
.v2 .float-container .password-field-container input.float-input:hover:not(:focus),
.v2 .float-container .password-field-container input.float-input:focus {
    border: 0px;
    box-shadow: none;
}

.v2 .float-container .password-field-container.valid {
    border: 1px solid #0DAA04;
}

.v2 .float-container .password-field-container.valid:hover:not(:focus) {
    border: 1px solid #0DAA04;
    box-shadow: none !important;
}

.v2 .float-container .password-field-container.valid:focus {
    border: 2px solid #0DAA04;
    box-shadow: none;
}

.v2 .float-container .password-field-container.invalid {
    border: 1px solid #E21C33;
}

.v2 .float-container .password-field-container.invalid:hover:not(:focus) {
    border: 1px solid #E21C33;
    box-shadow: none !important;
}

.v2 .float-container .password-field-container.invalid:focus {
    border: 2px solid #E21C33;
    box-shadow: none !important;
}

.v2 .float-container.tiny-field {
    width: 40px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
    padding-right: 0px;
    text-align: center;
}

.v2 .float-container.medium-field {
    width: 120px;
    display: inline-block;
    margin-right: 4px;
    padding-right: 0px;
}

.v2 label span {
    color: #006;
    font-size: 16px;
    line-height: 50px;
    margin-left: 45px;
}

.v2 input[type=checkbox] {
    margin-right: 12px;
    display: none;
    margin-right: 6px;
}

.v2 .checkbox-container {
    border: 1px solid #A0A0A0;
    border-radius: 8px;
    padding: 12px 0 0 12px;
    margin-top: 20px;
}

.v2 .legacy-redesign .checkbox-container {
    background-color: #fff;
    display: inline-block;
    padding: 12px 47px 12px 12px;
}

.v2 .legacy-redesign .checkbox-container.disabled {
    color: #A0A0A0;
    border: 2px solid #A0A0A0;
}

.v2 label.checkbox-item span {
    margin-left: 0px;
    line-height: 0;
}

.v2 .preference-options label.checkbox-item {
    margin-bottom: 6px;
}

.v2 .preference-options span.formLabel {
    padding-top: 16px;
    display: inline-block;
}

.v2 label.checkbox-item {
    color: #000066;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding-top: 5px;
}

.v2 .legacy-redesign .checkbox-container.disabled label.checkbox-item {
    color: #A0A0A0;
}

.v2 .legacy-redesign label.checkbox-item {
    padding-top: 0px;
    line-height: 32px;
    margin-bottom: 0px;
}

.v2 .checkbox-item {
    display: block;
    position: relative;
    padding-left: 52px;
    margin-bottom: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.v2 .checkbox-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.v2 .legacy-redesign .checkbox-container.disabled .checkbox-item,
.v2 .legacy-redesign .checkbox-container.disabled .checkbox-item input {
    cursor: default;
}

.v2 .checkmark {
    position: absolute;
    top: 5;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border: 2px solid #007BB2;
    border-radius: 8px;
}

.v2 .legacy-redesign .checkbox-container.disabled .checkmark {
    border: 2px solid #A0A0A0;
}

.v2 .checkbox-item:hover input~.checkmark,
.v2 .checkmark:focus {
    background-color: #fff;
    box-shadow: 0 0 0 3px #E5F1F7;
}

.v2 .legacy-redesign .checkbox-container.disabled .checkbox-item:hover input~.checkmark {
    box-shadow: none;
}

.v2 .checkbox-item input:checked~.checkmark {
    background-color: #0DAA04;
    border: 0px;
}

.v2 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.v2 .checkbox-item input:checked~.checkmark:after {
    display: block;
}

.v2 .checkbox-item .checkmark:after {
    left: 11px;
    top: 3px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.v2 .legacy-redesign .checkbox-container.disabled .checkbox-item .checkmark {
    opacity: 0.5;
}

.v2 .action-container,
.v2 .hyper-actions {
    margin-top: 24px;
    text-align: left;
}

.v2 .legacy-redesign .action-container,
.v2 .legacy-redesign .hyper-actions {
    text-align: center;
}

.v2 .hyper-actions {
    width: 330px;
}

.v2 .hyper-actions {
    margin-bottom: 32px;
    margin-top: 0px;
}

.v2 .button.primary,
.v2 .button.secondary {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    font-family: Frutiger65Bold;
    letter-spacing: -.4px;
    border: 0;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    margin: 0 0px 32px 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    padding: 10px 15px;
    width: 100%;
    height: 60px;
}

.v2 .button.primary:hover {
    background: linear-gradient(180deg, #008CCA 0, #0072A5 100%);
    text-shadow: none;
}

.v2 .button.primary:focus {
    background: linear-gradient(180deg, #179FDB 0, #179FDB 100%);
    text-shadow: none;
}

.v2 .button.primary:active {
    background: linear-gradient(180deg, #377399 0, #275877 100%);
    text-shadow: none;
}

.v2 button.primary:disabled,
.v2 input[type="submit"]:disabled {
    background: #F1F1F1;
    color: #A0A0A0;
    cursor: default;
    text-shadow: none;
}

.v2 .legacy-redesign button.primary:disabled,
.v2 .legacy-redesign input[type="submit"]:disabled,
.v2 .legacy-redesign button.primary:disabled:hover,
.v2 .legacy-redesign button.primary:disabled:focus,
.v2 .legacy-redesign input[type="submit"]:disabled:hover,
.v2 .legacy-redesign input[type="submit"]:disabled:focus {
    background: #D2D2D2;
    color: #FFF;
}

.v2 button.primary:disabled:hover,
.v2 button.primary:disabled:focus,
.v2 input[type="submit"]:disabled:hover,
.v2 input[type="submit"]:disabled:focus {
    background: #F1F1F1;
    color: #A0A0A0;
    cursor: default;
    text-shadow: none;
}

.v2 .button.primary.disabled {
    background: #F1F1F1;
    color: #A0A0A0;
    cursor: default;
    text-shadow: none;
}

.v2 .button.primary {
    background: linear-gradient(180deg, #3795D1 0, #267AB0 100%);
    color: #fff;
    text-shadow: none;
}

.v2 .button.secondary {
    border: 2px solid #0073A8;
    color: #0073A8;
    background: none;
    text-shadow: none;
}

.v2 .button.secondary:disabled {
    background: #F1F1F1;
    color: #A0A0A0;
    cursor: default;
    text-shadow: none;
    border: 2px solid #A0A0A0;
}

.v2 button.secondary:disabled,
.v2 input[type="submit"].secondary:disabled {
    border: 2px solid #A0A0A0;
    border-radius: 8px;
    background-color: #F8F8F8;
    text-shadow: none;
}

.v2 #password-field {
    /*position: relative;*/
}

.v2 .password-strength {
    width: 95%;
    border: 0px;
    /*border-top: 1px solid #A0A0A0;
    position: absolute;*/
    top: 56px;
    padding-top: 10px;
}

.v2 .password-strength p {
    font-size: 12px;
    line-height: 24px;
    padding: 8px 0px 8px 8px;
    margin: 0px;
    text-align: left;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
}

.v2 .password-strength p:last-child {
    padding-bottom: 8px;
}

.v2 .password-strength p span.oval,
.v2 .password-strength p span.pass {
    height: 24px;
    width: 24px;
    background-color: #d2d2d2;
    display: block;
    float: right;
    border-radius: 50%;
    margin-right: 9px;
}

.v2 .password-strength p span.pass {
    background-color: #fff;
    background-image: url('../img/success.png');
    background-size: 24px;
}

.v2 .password-strength p span.fail {
    background-color: #fff;
    background-image: url('../img/error.png');
    background-size: 24px;
}

/*animations*/

.input-effect, .input-no-effect {
    border: 1px solid #A0A0A0;
    position: relative;
    padding: 0px 15px 0px 8px;
    border-radius: 8px;
    transition: 0.7s;
    padding-right: 50px;
}

.input-no-effect input {
    border: 0px;
}

.input-effect:hover,
.input-no-effect:hover {
    border: 1px solid #006;
}

#question-field .input-effect,
#selectBox-field .input-effect,
.selectBox-field .input-effect,
#msisdn-field .input-effect {
    padding-right: 0px;
    padding-left: 0px;
}

#question-field .input-effect,
#selectBox-field .input-effect,
.selectBox-field .input-effect,
#msisdn-field .input-effect {
    height: 56px;
    transition: max-height 7s ease-out;
}

#question-field .input-effect.expanded,
#selectBox-field .input-effect.expanded,
.selectBox-field .input-effect.expanded,
#msisdn-field .input-effect.expanded {
    height: 244px;
    transition: max-height 7.1s ease-in;
}

#msisdnForm #selectBox-field .input-effect.expanded,
#msisdnForm .selectBox-field .input-effect.expanded {
    height: 200px;
}

.v2 #msisdnForm #selectBox-field .selectboxit-container .selectboxit-options,
.v2 #msisdnForm .selectBox-field .selectboxit-container .selectboxit-options {
    max-height: 135px !important;
}

.input-effect.red-border {
    border-color: #E21C33;
}

.input-effect.green-border {
    border-color: #0DAA04;
}

.input-effect.blue-border {
    border-color: #006;
}

.input-effect.parentFocussed:before {
    content: "";
    position: absolute;
    left: -1px;
    width: 0;
    height: 0;
    top: -1px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    animation: borderTopRightFill 0.7s ease forwards;
}

.input-effect.parentFocussed:after {
    content: "";
    position: absolute;
    right: -1px;
    width: 0;
    height: 100%;
    bottom: -1px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    animation: borderBottomLeftFill 0.7s ease forwards;
    animation-delay: 0.7s;
}

@keyframes borderTopRightFill {
    0% {
        border-radius: 8px;
        border-top: 2px solid transparent;
        width: 0;
    }
    50% {
        border-radius: 8px;
        border-top: 2px solid #006;
        width: calc(100% + 2px);
        height: 0;
    }
    99% {
        border-radius: 8px;
        border-right: 2px solid #006;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
    100% {
        border-radius: 8px;
        border-top: 2px solid #006;
        border-right: 2px solid #006;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
}

@keyframes borderBottomLeftFill {
    0% {
        border-radius: 8px;
        border-left: 2px solid transparent;
        border-bottom: 2px solid transparent;
        width: 0;
        height: 0;
    }
    50% {
        border-radius: 8px;
        border-left: 2px solid transparent;
        border-bottom: 2px solid #006;
        width: calc(100% + 2px);
        height: 0;
    }
    99% {
        border-radius: 8px;
        border-left: 2px solid #006;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
    100% {
        border-radius: 8px;
        border-left-radius: 0;
        border-left: 2px solid #006;
        border-bottom: 2px solid #006;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
}

.input-effect input {
    position: relative;
    border: none;
    z-index: 2;
    padding: 20px 10px;
}

.input-effect input:focus {
    outline: none;
}

.input-effect label {
    position: absolute;
    top: -8px;
    background: #fff;
    padding: 0 5px 0 0;
    left: -3px;
    z-index: 1;
}

.input-effect.parentFocussedSuccess:before {
    content: "";
    position: absolute;
    left: -1px;
    width: 0;
    height: 0;
    top: -1px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    animation: borderTopRightFillSuccess 0.7s ease forwards;
}

.input-effect.parentFocussedSuccess:after {
    content: "";
    position: absolute;
    right: -1px;
    width: 0;
    height: 100%;
    bottom: -1px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    animation: borderBottomLeftFillSuccess 0.7s ease forwards;
    animation-delay: 0.7s;
}

.input-effect.parentFocussedError:before {
    content: "";
    position: absolute;
    left: -1px;
    width: 0;
    height: 0;
    top: -1px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    animation: borderTopRightFillError 0.7s ease forwards;
}

.input-effect.parentFocussedError:after {
    content: "";
    position: absolute;
    right: -1px;
    width: 0;
    height: 100%;
    bottom: -1px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    animation: borderBottomLeftFillError 0.7s ease forwards;
    animation-delay: 0.7s;
}

@keyframes borderTopRightFillError {
    0% {
        border-radius: 8px;
        border-top: 2px solid transparent;
        width: 0;
    }
    50% {
        border-radius: 8px;
        border-top: 2px solid #E21C33;
        width: calc(100% + 2px);
        height: 0;
    }
    99% {
        border-radius: 8px;
        border-right: 2px solid #E21C33;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
    100% {
        border-radius: 8px;
        border-top: 2px solid #E21C33;
        border-right: 2px solid #E21C33;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
}

@keyframes borderBottomLeftFillError {
    0% {
        border-radius: 8px;
        border-left: 2px solid transparent;
        border-bottom: 2px solid transparent;
        width: 0;
        height: 0;
    }
    50% {
        border-radius: 8px;
        border-left: 2px solid transparent;
        border-bottom: 2px solid #E21C33;
        width: calc(100% + 2px);
        height: 0;
    }
    99% {
        border-radius: 8px;
        border-left: 2px solid #E21C33;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
    100% {
        border-radius: 8px;
        border-left-radius: 0;
        border-left: 2px solid #E21C33;
        border-bottom: 2px solid #E21C33;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
}

.checkbox-container.input-effect.green-border.parentFocussedSuccess:before {
    content: "";
    position: absolute;
    left: -1px;
    width: 0;
    height: 0;
    top: -1px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    animation: borderTopRightFillSuccess 0.3s ease forwards;
}

.checkbox-container.input-effect.green-border.parentFocussedSuccess:after {
    content: "";
    position: absolute;
    right: -1px;
    width: 0;
    height: 100%;
    bottom: -1px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    animation: borderBottomLeftFillSuccess 0.3s ease forwards;
    animation-delay: 0.3s;
}

@keyframes borderTopRightFillSuccess {
    0% {
        border-radius: 8px;
        border-top: 2px solid transparent;
        width: 0;
    }
    50% {
        border-radius: 8px;
        border-top: 2px solid #0DAA04;
        width: calc(100% + 2px);
        height: 0;
    }
    99% {
        border-radius: 8px;
        border-right: 2px solid #0DAA04;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
    100% {
        border-radius: 8px;
        border-top: 2px solid #0DAA04;
        border-right: 2px solid #0DAA04;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
}

@keyframes borderBottomLeftFillSuccess {
    0% {
        border-radius: 8px;
        border-left: 2px solid transparent;
        border-bottom: 2px solid transparent;
        width: 0;
        height: 0;
    }
    50% {
        border-radius: 8px;
        border-left: 2px solid transparent;
        border-bottom: 2px solid #0DAA04;
        width: calc(100% + 2px);
        height: 0;
    }
    99% {
        border-radius: 8px;
        border-left: 2px solid #0DAA04;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
    100% {
        border-radius: 8px;
        border-left-radius: 0;
        border-left: 2px solid #0DAA04;
        border-bottom: 2px solid #0DAA04;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
}

.v2 .checkbox-container.input-effect:hover {
    border: 2px solid #006;
}

.checkbox-container.input-effect.checked.parentFocussedSuccess.green-border:hover {
    border: 2px solid transparent;
}

.v2 .checkbox-container.input-effect.unchecked {
    border: 2px solid #0DAA04;
}

.checkbox-container.input-effect.unchecked:before {
    content: "";
    position: absolute;
    left: -1px;
    width: 0;
    height: 0;
    top: -1px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    animation: borderLeftBottomFillSuccess 0.7s ease forwards;
}

.checkbox-container.input-effect.unchecked:after {
    content: "";
    position: absolute;
    right: -1px;
    width: 0;
    height: 100%;
    bottom: -1px;
    background: transparent;
    border-radius: 8px;
    border: 2px solid transparent;
    animation: borderRightTopFillSuccess 0.7s ease forwards;
    animation-delay: 0.7s;
}

@keyframes borderRightTopFillSuccess {
    0% {
        border-radius: 8px;
        border-right: 2px solid transparent;
        border-top: 2px solid transparent;
        height: 0;
        width: 0;
    }
    50% {
        border-radius: 8px;
        border-top: 2px solid transparent;
        border-right: 2px solid #006;
        width: 0;
        height: calc(100% + 2px);
    }
    99% {
        border-radius: 8px;
        border-right: 2px solid #006;
        border-top: 2px solid #006;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
    100% {
        border-radius: 8px;
        border-top: 2px solid #006;
        border-right: 2px solid #006;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
}

@keyframes borderLeftBottomFillSuccess {
    0% {
        border-radius: 8px;
        border-left: 2px solid transparent;
        border-bottom: 2px solid transparent;
        height: 0;
    }
    50% {
        border-radius: 8px;
        border-left: 2px solid #006;
        border-bottom: 2px solid transparent;
        height: calc(100% + 2px);
    }
    99% {
        border-radius: 8px;
        border-left: 2px solid #006;
        border-bottom: 2px solid #006;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
    100% {
        border-radius: 8px;
        border-left-radius: 0;
        border-left: 2px solid #006;
        border-bottom: 2px solid #006;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
    }
}

/*error*/

.v2 .error,
body.v2 .msg-panel div.error p {
    color: #f33;
    letter-spacing: -.4px;
    line-height: 16px;
    padding-top: 6px;
    font-size: 14px;
    text-align: left;
    border: none;
    box-shadow: none;
}

.v2 .legacy-redesign .msg-panel.status-info,
.v2 .legacy-redesign .msg-panel.status-error,
.v2 .legacy-redesign .msg-panel.status-success,
.v2 .server-status .msg-panel.status-info,
.v2 .server-status .msg-panel.status-error,
.v2 .server-status .msg-panel.status-success {
    border-radius: 0 8px 8px 0;
    background-color: #fff;
    margin-bottom: 32px;
    padding: 16px;
    color: #006;
}

.v2 .legacy-redesign .msg-panel.status-info,
.v2 .server-status .msg-panel.status-info {
    border: 2px solid #0019a5;
    border-left: 8px solid #0019a5;
}

.v2 .legacy-redesign .msg-panel.status-error,
.v2 .server-status .msg-panel.status-error {
    border: 2px solid #ff7f41;
    border-left: 8px solid #ff7f41;
}

.v2 .legacy-redesign .msg-panel.status-success,
.v2 .server-status .msg-panel.status-success {
    border: 2px solid #0daa04;
    border-left: 8px solid #0daa04;
}

.v2 .legacy-redesign .msg-panel.status-info .info,
.v2 .legacy-redesign .msg-panel.status-error .error,
.v2 .legacy-redesign .msg-panel.status-success .error,
.v2 .server-status .msg-panel.status-info .info,
.v2 .server-status .msg-panel.status-error .error,
.v2 .server-status .msg-panel.status-success .success-message {
    margin-top: 0px;
    text-align: left;
    padding-top: 0px;
}

.v2 .legacy-redesign .msg-panel.status-info .info span,
.v2 .legacy-redesign .msg-panel.status-error .error span,
.v2 .legacy-redesign .msg-panel.status-success .error span,
.v2 .server-status .msg-panel.status-info .info span,
.v2 .server-status .msg-panel.status-error .error span,
.v2 .server-status .msg-panel.status-success .success-message span {
    font-weight: bold;
    color: #006;
    line-height: 32px;
}

.v2 .legacy-redesign .msg-panel.status-error .error .left span,
.v2 .legacy-redesign .msg-panel.status-error .error .right span,
.v2 .legacy-redesign .msg-panel.status-success .error .right span,
.v2 .server-status .msg-panel.status-error .error .left span,
.v2 .server-status .msg-panel.status-error .error .right span,
.v2 .server-status .msg-panel.status-success .success-message .left span,
.v2 .server-status .msg-panel.status-success .success-message .right span {
    display: block;
    font-size: 16px;
    line-height: 32px;
}

.v2 .legacy-redesign .msg-panel.status-error .error span.error-desc,
.v2 .legacy-redesign .msg-panel.status-success .error span.success-desc,
.v2 .server-status .msg-panel.status-error .error span.error-desc,
.v2 .server-status .msg-panel.status-success .success-message span.success-desc{
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding-top: 10px;
}

.v2 .legacy-redesign .msg-panel.status-info .info .info-ico,
.v2 .server-status .msg-panel.status-info .info .info-ico {
    background-image: url('../img/info-icon-blue.svg');
    background-repeat: no-repeat;
    background-size: 32px;
}

.v2 .legacy-redesign .msg-panel.status-error .error .info-ico,
.v2 .server-status .msg-panel.status-error .error .info-ico {
    background-image: url('../img/info-icon-orange.svg');
    background-repeat: no-repeat;
    background-size: 32px;
}

.v2 .legacy-redesign .msg-panel.status-success .error .info-ico,
.v2 .server-status .msg-panel.status-success .success-message .info-ico {
    background-image: url('../img/success.png');
    background-repeat: no-repeat;
    background-size: 32px;
}

.v2 .legacy-redesign .error,
body.v2 .legacy-redesign .msg-panel div.error p {
    text-align: center;
}

.v2 .error {
    background: none;
}

.v2 .msg-panel div.error p,
.v2 .msg-panel div.info p,
.v2 .msg-panel div.message p {
    margin: 0px;
    padding-left: 30px;
}

.v2 .msg-panel div.error,
.v2 .msg-panel div.info,
.v2 .msg-panel div.message {
    margin: 20px 0 0;
    background: none;
    text-align: center;
}

.v2 .incorrect,
.v2 .msg-panel div.error p {
    background-image: url('../img/error.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0;
}

.v2 .correct {
    background-image: url('../img/success.png');
    background-size: 24px;
    background-repeat: no-repeat;
}

.consent-success p {
    color: #0DAA04;
    background-image: url('../img/success.png');
    background-size: 24px;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.v2 .eye-icon,
.v2 .eye-icon-show {
    background-size: 24px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 9;
}

.v2 .eye-icon {
    background-image: url('../img/ico-view-blue-hide.svg');
}

.v2 .eye-icon-show {
    background-image: url('../img/ico-view-blue-show.svg');
}

.v2 .envelope {
    background-image: url('../assets/mail.svg');
    background-color: #0019A5;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50px;
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    float: left;
}

.v2 .correct,
.v2 .incorrect,
.v2 .eye-icon,
.v2 .eye-icon-show {
    position: absolute;
    top: 18px;
    height: 24px;
    width: 24px;
    float: right;
    right: 18px;
}

#msisdn-field .correct,
#msisdn-field .incorrect {
    top: 15px;
    right: 40px;
}

.v2 #securityQuestion-field-status.correct,
.v2 #securityQuestion-field-status.incorrect,
.v2 #msisdnList-field-status.correct,
.v2 #msisdnList-field-status.incorrect,
.v2 #titleList-field-status.correct,
.v2 #titleList-field-status.incorrect,
.v2 #addressList-field-status.correct,
.v2 #addressList-field-status.incorrect {
    right: 40px;
}

.v2 .success-page .success-message {
    text-align: center;
    font-size: 20px;
}

.v2 .success-page .success-container {
    top: 255px;
    left: 42%;
}

.v2 .success-container {
    background-color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 64px;
    position: absolute;
    top: 244px;
    left: 42%;
}

.v2 .success {
    background-color: #0daa04;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.v2 .success:before {
    content: "";
    position: absolute;
    display: block;
    left: 16px;
    top: 6px;
    width: 16px;
    height: 32px;
    border: solid white;
    border-width: 0 4px 4px 0;
    border-bottom-right-radius: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.v2 .legacy-redesign .ajax-status .ajax-success, .v2 p#sendOtacSuccessMsg {
    color: #0daa04;
}

.v2 .legacy-redesign .ajax-status .ajax-failure, .v2 p#sendOtacErrorMsg {
    color: #E21C33;
}
.v2 p#sendOtacSuccessMsg,
.v2 p#sendOtacErrorMsg {
    padding-left: 0px;
}

/*header styles*/

.v2 .main-container .containerFullWidth {
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}

.v2 .main-container .containerFullWidth .wrapper {
    position: relative;
    overflow: hidden;
    width: 130%;
    left: -15%;
    border-radius: 0 0 450% 450%/0 0 900px 900px;
}

.v2 .main-container .containerFullWidth .wrapper p {
    color: #fff;
    padding: 0 16%;
    font-size: 18px;
    letter-spacing: -.34px;
    line-height: 26px;
    text-align: center;
    margin-top: 24px;
}

.v2 .main-container .containerFullWidth .wrapper .page-title p.sub-header {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-weight: normal;
    padding: 0 15% 10% 15%;
    padding-bottom: 20px;
}

.v2 .main-container.tiny-subheader .containerFullWidth .wrapper .page-title p.sub-header {
    font-size: 24px;
    line-height: 30px;
}

.v2 .legacy-redesign.main-container .containerFullWidth .wrapper .page-title p.sub-header {
    font-size: 24px;
    line-height: 32px;
}

.v2 .main-container .containerFullWidth .background-image {
    width: 100%;
    height: 224px;
    position: absolute;
    top: 0;
}

.v2 .main-container .containerFullWidth .background-limiter-2000px {
    max-width: 100%;
    position: relative;
    height: 275px;
}

.v2 .legacy-redesign.main-container .containerFullWidth .background-limiter-2000px {
    height: auto;
}

.v2 .main-container .containerFullWidth .blue-grad {
    background: #25256d;
    background: -moz-linear-gradient(45deg, #25256d 0, #263382 30%, #205ea9 45%, #2090ce 60%, #5fb7e4 75%, #9cd5ec 90%, #c9e6ee 100%);
    background: -webkit-linear-gradient(45deg, #25256d 0, #263382 30%, #205ea9 45%, #2090ce 60%, #5fb7e4 75%, #9cd5ec 90%, #c9e6ee 100%);
    background: linear-gradient(45deg, #25256d 0, #263382 30%, #205ea9 45%, #2090ce 60%, #5fb7e4 75%, #9cd5ec 90%, #c9e6ee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#25256d", endColorstr="#c9e6ee", GradientType=1);
}

.v2 .email-box-shadow {
    border-left: 10px solid #0019A5;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.20);
    padding-left: 20px;
    padding-bottom: 25px;
}


/*selectBoxit overwrites*/

.v2 .selectboxit-container {
    width: 100%;
}

.v2 .selectboxit-btn {
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
}

.v2 span#securityQuestionSelectBoxItArrowContainer,
.v2 span#msisdnListSelectBoxItArrowContainer {
    height: 55px;
    top: 3px;
    border: transparent;
    right: 3px;
}

.v2 .selectboxit-container .custom-arrow {
    background: url('../assets/img/dropdown-arrow-blue.png') no-repeat;
    background-size: 17px;
    top: 22px;
    width: 17.2px;
    height: 9.2px;
    padding: 0;
    margin: 0;
    transition: all .6s ease;
    border: 0px;
}

.v2 .selectboxit-container .custom-arrow.toggle {
    transform: rotate(180deg)
}

.v2 .selectboxit-container span {
    height: 56px;
    color: #006;
    border: 0px;
    background: transparent;
    font-family: Frutiger45Light, sans-serif;
    font-size: 16px;
}

.v2 .selectboxit-container .selectboxit-options a {
    height: 40px;
    color: #0073A8;
    border: 0px;
    background: transparent;
    font-family: Frutiger45Light, sans-serif;
    font-size: 16px;
}

.v2 .selectboxit .selectboxit-option-icon-container {
    margin-left: 0px;
}

.v2 .selectboxit-container .selectboxit {
    width: 100% !important;
    border-radius: 4px;
    box-shadow: 0 0 0 0;
    background: transparent;
    z-index: 999;
}

.v2 span#securityQuestionSelectBoxItText.selectboxit-text {
    width: 210px;
}

.v2 .selectboxit-container span {
    line-height: 56px;
}

.v2 span.selectboxit-text {
    width: 75%;
}

.v2 .selectboxit-container .selectboxit-options a {
    line-height: 40px;
}

.v2 .selectboxit-container .selectboxit-options {
    min-width: 280px !important;
    max-height: 185px !important;
    width: 282px !important;
    margin-left: 2px;
    margin-bottom: 2px;
}

.v2 .selectboxit-container .selectboxit-option.selectboxit-focus a {
    background: #E5F1F7;
}

.v2 .selectboxit-list {
    border: 0px;
}

.v2 .selectboxit-option,
.v2 .selectboxit-optgroup-header {
    text-indent: 0px;
}

.v2 .selectboxit-option .selectboxit-option-anchor {
    padding: 0 8px;
}

.v2 table.nominated-contact-list {
   margin-bottom: 20px;
   border-collapse: collapse;
}

.v2 .nominated-contact-list th,
.v2 .nominated-contact-list tr {
   background-color: #fff;
}

.v2 .nominated-contact-list th {
   text-transform: uppercase;
   font-size: 15px;
   padding-left: 0px;
   font-weight: 600;
}

.v2 .nominated-contact-list td {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 10px 20px 0px;
}

.v2 .nominated-contact-list tr {
    border-bottom: 1pt solid #dbdbdb;
}

.v2 .nominated-contact-list tr:first-child,
.v2 .nominated-contact-list tr:last-child {
    border-bottom: 0px;
}

#vmo2Container {
    border: 2px solid transparent;
    border-radius: 6px;
    background: linear-gradient(to right,#fff,#fff),linear-gradient(to right,#f70000,#081eab);
    background-clip: padding-box,border-box;
    background-origin: padding-box,border-box;
    padding: 20px;
}

.v2 #vmo2Container .action-container {
    text-align: center;
}

#vmo2Container h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    font-family: VMCircularShoutTT, sans-serif;
}

#vmo2Container a,#vmo2Container p {
    font-size: 14px;
    line-height: 20px;
    font-family: VMCircularChatTT, sans-serif;
}

#vmo2Container p {
    color: #102A57;
    margin-top: 8px;
}

#vmo2Container a {
    color: #5F2878;
    text-decoration: underline;
}

#vmo2Container a:hover {
    text-decoration: none;
}

#vmo2Container a.button {
    border-radius: 8px;
    background: #0019A5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 40px;
    width: 100%;
    display: inline-block;
    padding: 8px 32px;
    font-family: VMCircularNatterTT, sans-serif;
}

.hr-lines {
    position: relative;
    max-width: 500px;
    margin: 0px auto 16px auto;
    text-align: center;
    line-height: 26px;
}

.hr-lines::before {
    content: " ";
    height: 1px;
    width: 130px;
    background: #102A57;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.hr-lines::after {
    content: " ";
    height: 1px;
    width: 130px;
    background: #102A57;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}

@media screen and (min-width: 280px) {
    .v2 h6 {
        width: 208px;
    }
    .v2 .button.secondary {
        height: 100%;
        white-space: break-spaces;
    }
}

@media screen and (max-width: 280px) {
    .v2 .float-container.tiny-field input.float-input {
        padding: 20px 2px;
    }
    .v2 .float-container.tiny-field {
        width: 35px;
        margin-right: 2px;
    }
}

@media screen and (min-width: 320px) {
    .v2 h6 {
        left: 5%;
        width: 288px;
    }
}

@media screen and (max-width: 320px) {
    .v2 .float-container.tiny-field {
        margin-right: 2px;
    }
    .v2 .success-container {
        top: 432px;
    }
    .v2.headlessFrames .success-container {
        top: 324px;
    }
}

@media screen and (max-width: 280px) {
    .v2 .success-container {
        top: 496px;
    }
    .v2.headlessFrames .success-container {
        top: 388px;
    }
}

@media screen and (min-width: 375px) {
    .v2 h6 {
        left: 12%;
    }
    .v2 .success-container {
        top: 350px;
    }
    .v2.headlessFrames .success-container {
        top: 242px;
    }

}

@media screen and (min-width: 568px) {
    .v2 h1 {
        padding: 0;
        margin-bottom: 0px;
    }
    .v2 .verified h1 {
        margin-top: 0px;
    }
    .v2 h6 {
        left: 26%;
        width: 288px;
    }
    .v2 .hyper-actions.margin-top-24 {
        margin-top: 0px;
    }
    .v2 .body-container, .v2 .body-container.success-body-container, .v2 .body-container-large {
        width: 604px;
        margin: 40px auto 0px auto;
        padding: 0 20px 20px 20px;
        margin-top: 48px;
        background-color: #fff;
        position: relative;
    }
    .v2 .body-container-large {
        width: 670px;
    }
    .v2 .legacy-redesign .body-container, .v2 .legacy-redesign .body-container.success-body-container {
        width: 608px;
        margin: 0px auto;
        margin-top: 0px;
        padding: 0px;
    }
    .v2 .no-background {
        background-color: transparent;
    }
    .v2 .box-shadow {
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.20);
    }
    .v2 .legacy-redesign .box-shadow {
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.20);
        width: 396px;
    }
    .v2 .box-shadow-large {
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.20);
        padding-bottom: 20px;
    }
    .v2 .legacy-redesign .line-level-item {
        padding: 24px;
    }
    .v2 .legacy-redesign .line-level-details p span.label-title {
        color: #4c4c94;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 16px;
        text-transform: uppercase;
        display: inline-block;
        width: 48%;
    }
    .v2 .legacy-redesign .line-level-details p span.label-val {
        color: #000066;
        font-weight: 700;
        margin-left: 24px;
    }
    .v2 .main-container .containerFullWidth .wrapper p {
        font-size: 16px;
        letter-spacing: -.34px;
        line-height: 22px;
        text-align: center;
        margin-top: 24px;
    }
    .v2 .float-container {
        width: 288px;
    }
    .v2 .vmo2-login .float-container {
        width: 332px;
    }
    .v2 .legacy-redesign #line-level-container .line-level-item .float-container {
        margin-left: auto;
        margin-right: auto;
    }
    .v2 .button.primary,
    .v2 .button.secondary {
        width: 288px;
    }
    .v2 .vmo2-login .button.primary,
    .v2 .vmo2-login .button.secondary {
        width: 332px;
    }
    .v2 .form-fields {
        width: 395px;
        margin-top: 48px;
    }
    .v2 .legacy-redesign .form-fields {
        width: 100%;
        margin-top: 32px;
    }
    .v2 #resendOtacForm .form-fields {
        margin-top: 0px;
    }
    .v2 .password-strength {
        width: 97%;
    }
    .v2 .float-container.tiny-field {
        width: 40px;
        display: inline-block;
        margin-right: 8px;
        margin-top: 0px;
        padding-right: 0px;
        text-align: center;
    }
    .v2 .success-page .success-container {
        top: 250px;
        left: 48%;
    }
    .v2 .success-container {
        top: 270px;
        left: 48%;
    }
    .v2.headlessFrames .success-container {
        top: 162px;
        left: 48%;
    }
}

@media screen and (max-width: 568px) {
    .v2 .body-container, .v2 .body-container.success-body-container, .v2 .body-container-large {
        width: 100%;
    }
}

@media screen and (min-width: 536px) and (max-width: 834px) {
    .v2 .main-container .containerFullWidth .wrapper {
        border-radius: 0 0 500% 500%/0 0 500px 500px;
        width: 124%;
        left: -12%;
        height: 220px;
    }
    .v2 .legacy-redesign.main-container .containerFullWidth .wrapper {
        height: auto;
    }
    .v2 .success-page .success-container {
        top: 300px;
        left: 45%;
    }
    .v2 .success-container {
        top: 295px;
        left: 45%;
    }
    .v2.headlessFrames .success-container {
        top: 187px;
        left: 48%;
    }
}

@media screen and (min-width: 835px) {
    .v2 .main-container .containerFullWidth .wrapper {
        height: 168px;
    }
    .v2 .legacy-redesign.main-container .containerFullWidth .wrapper {
        height: auto;
    }
    .v2 .main-container .containerFullWidth .wrapper,
    .v2 .main-container .containerFullWidth .wrapper.verified {
        width: 124%;
        left: -12%;
        border-radius: 0 0 250% 250%/0 0 500px 500px;
    }
    .v2 .main-container .containerFullWidth .wrapper p {
        font-size: 16px;
        letter-spacing: -.34px;
        line-height: 22px;
        margin-top: 16px;
    }
    .v2 .main-container .containerFullWidth .background-limiter-2000px {
        max-width: 2000px;
        margin: 0 auto;
    }
    .v2 .main-container .containerFullWidth .wrapper.verified {
        height: 192px;
    }
}
@media screen and (min-width: 1180px) {
    .v2 .box-shadow-large {
        width: 1180px;
    }
    .v2 .box-shadow-large h6 {
        left: 37%;
    }
}

/*custom radio button*/
.radio-container, .radio-container-full {
  display: inline-block;
  position: relative;
  padding: 17px 20px 17px 70px;
  margin-bottom: 5px;
  margin-right: 16px;
  cursor: pointer;
  font-size: 16px;
  color: #000066;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background-color: #fff;
  width: 136px;
}
.radio-container-full {
    text-align: left;
    width: 100%;
    margin-right: 0px;
}
.radio-container.disabled, .radio-container-full.disabled {
    color: #A0A0A0;
    border: 2px solid #A0A0A0;
    cursor: default;
}
.radio-container input, .radio-container-full input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.v2 label.radio-container span.radiomark,
.v2 label.radio-container-full span.radiomark {
  position: absolute;
  top: 20%;
  left: 20px;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #007bb2;
  margin-left: 0px;
}
.v2 label.radio-container.disabled span.radiomark,
.v2 label.radio-container-full.disabled span.radiomark {
    border: 2px solid #A0A0A0;
}
.radio-container:hover input ~ .radiomark,
.radio-container-full:hover input ~ .radiomark{
  background-color: transparent;
}
.radio-container input:checked ~ .radiomark,
.radio-container-full input:checked ~ .radiomark{
  background-color: #fff;
}
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container.disabled .radiomark:after,
.radio-container-full.disabled .radiomark:after {
    opacity: 0.5;
}
.radio-container input:checked ~ .radiomark:after,
.radio-container-full input:checked ~ .radiomark:after {
    display: block;
}
.radio-container .radiomark:after,
.radio-container-full .radiomark:after {
 	top: 2px;
	left: 2px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #0daa04;
}

@media screen and (min-width: 575px) {
    .radio-wrapper {
        margin-top: 16px;
        text-align: left;
    }
    .radio-container-full {
        text-align: left;
        width: 288px;
        margin-right: 0px;
    }
}
@media screen and (max-width: 575px) {
    .radio-wrapper {
        margin-top: 16px;
    }
}
#ui-datepicker-div {
    z-index: 999!important;
}

/*Confirm Dialog*/

.v2 .ui-dialog-titlebar button {
    display: block;
}

.v2 .ui-dialog-titlebar-close {
    background-color: transparent;
    border: 0px;
}

.v2 .ui-widget-header {
    border: 0px;
    border-bottom: 1px solid #ddd;
    background: transparent;
}

.v2 .ui-widget-content {
    border: 0px;
}

.v2 .ui-dialog-title {
    font-size: 30px;
    font-weight: normal;
    font-family:  Frutiger45Light, sans-serif;
    color: #006;
    white-space: break-spaces;
}

.v2 .ui-widget-content p span {
    font-size: 16px;
    color: #000066;
    line-height: 24px;
    font-weight: 300;
    margin-top: 24px;
    margin-bottom: 0px;
    text-align: left;
}

.v2 .ui-button .ui-icon,
.v2 .ui-widget-header .ui-icon,
.v2 .ui-icon, .ui-widget-content .ui-icon,
.v2 .ui-button:hover .ui-icon {
    background-image:  url('../img/icon-close.png');
    background-repeat: no-repeat;
}

.v2 .ui-icon-closethick {
    background-position: 0 0;
}

.v2 .ui-dialog .ui-dialog-content p {
    margin-top: 12px;
}

.v2 .ui-dialog .ui-dialog-buttonpane {
    margin-top: 40px;
}

.v2 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    display: flex;
}

.v2 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > .button {
    margin-left: 10px;
    margin-right: 10px;
}

.v2 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset > .button:last-child {
    margin-left: 10px;
    margin-right: 10px;
}

.v2 .ui-dialog .ui-dialog-content {
    padding: 1.1em 1em;
    height: 100% !important;
}