﻿@import url("/OutSystemsUIWeb/Theme.BaseTheme.css?140");



/* ================================================

Primary color customization
For additional color customizations, you can change the color code for the colors below

1.1 - Global styles
1.2 - Global layout
1.3 - Form elements
1.4 - Global UI elements

================================================ */

/*
#### 1.1 - Global styles ####
*/

:root {
    --white: #ffffff;
    --brown-grey: #969696;
    --white: #f7f7f7;
    --very-light-pink: #dbdbdb;
    --mid-green: #58a144;
    --electric-blue: #0b53f9;
    --lipstick: #e01f22;
    --body-gray: #333333;
    --body-light-gray: #5c5c5c;
    --slate-grey: #5f6a7d;
    --ice-blue: #eaf2f5;
    --charcoal-grey: #343a44;
    --pale-sky-blue: #cddee4;
    --brownish-grey: #717171;
}
@font-face {
    font-family: 'Rokkitt';
    src: url('/SAIF_Theme/Rokkitt-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rokkitt-Bold';
    src: url('/SAIF_Theme/Rokkitt-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT';
    src: url('/SAIF_Theme/Telex-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    background: url(/SAIF_Theme/img/pattern.jpg?108&109&110&395) repeat #555f70;
}
/* tablet/mobile */
.portrait {
    background-image: none;
}
body,
body.windows {
    font-family: DINOT;
    font-size: 22px;
    font-weight: normal;
    line-height: 27px;
    color: var(--body-light-gray);
}
.heading1 {
    font-family: Rokkitt;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: var(--mid-green);
    display: block;
    line-height: 30px;
/*    max-width: 600px; */
    margin-bottom: 10px;
}
.forms .heading1 {
    font-family: Rokkitt;
    font-weight: normal;
}
.phone .heading1 {
    font-size: 26px;
    line-height: 26px;
}
.sub-heading {
    font-family: DINOT;
    font-size: 21px;
    color: var(--body-gray);
}
.heading2 {
    font-family: DINOT;
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    color: var(--body-gray);
    display: block;
    margin: 10px 0 20px;
}
.heading3 {
    font-family: Rokkitt;
    font-size: 25px;
    font-weight: normal;
    color: var(--mid-green);
}
.content-middle .green-text {
    color: #448e2f;   
}
.content-middle .green-text a {
    color: #448e2f;
    text-decoration: underline;
}
.phone .heading2 {
    font-size: 20px
}
.content-middle a {
    color: var(--body-gray);
    text-decoration: underline;
}
.fa-pencil, .FormEditPencil {
    display: none;
}
/*
#### 1.2 - Global layout ####
*/

.main {
    margin-bottom: 60px;
    max-width: 900px;
    margin: auto;
}
.forms .main {
    max-width: 100%;
    margin: inherit;
    margin-bottom: 0;
}
.portrait .main {
    margin-bottom: 0;
}
.main-content {
    background: var(--white) url(/SAIF_Theme/img/whitetexturebg.jpg?591&395) repeat;
    top: 35px;
    border-radius: 10px;
    max-width: 900px;
    display: flex;
}
.forms .main-content {
    max-width: 100%;
    border-radius: 0;
    top: 0;
}
/* tablet/mobile */
.portrait .main-content {
    top: 15px;
}
.portrait .content-middle {
    width: 100%;
}

.phone .content-middle {
    padding-bottom: 10px;
}

.layout .header,
.ie11 .layout .header{
    background-color: #616d80;
    color: white;
}
.forms .layout .header {
    background-color: #616d80;
}
.header a,
.header a:hover,
.header a:visited {
    color: white;
}
.header .ThemeGrid_Container {
    max-width: 100%;
}
.header .ThemeGrid_Container .header-top,
.header .ThemeGrid_Container .header-bottom {
    max-width: 900px;
    margin: auto;
}
/* tablet/mobile */
.tablet .header .ThemeGrid_Container .header-top,
.tablet .header .ThemeGrid_Container .header-bottom,
.portrait .header .ThemeGrid_Container .header-top,
.portrait .header .ThemeGrid_Container .header-bottom {
    padding: 0 10px;
}
.header-top.display-flex {
    align-items: center;
}
/* tablet/mobile */
.tablet .header-top,
.portrait .header-top {
    justify-content: space-between;
}
.header-logo img {
    padding-top: 5px;
}
.header-tag {
    font-size: 15px;
    flex: auto;
}
.tablet .header-tag,
.portrait .header-tag {
    display: none;
}
.header-phone {
    font-family: Rokkitt;
    font-size: 20px;
}
.nav-wrapper {
    background-color: #555f70;
}
.forms .nav-wrapper {
    background-color: #5f6a7d;
}
.header-nav {
    font-size: 12px;
    text-decoration: underline;
    flex: auto;
    justify-content: flex-end;
}
.ie11 .columns {
    flex: 1;
}
/* tablet/mobile */
.phone .header-nav {
    justify-content: space-between;
}
.layout-top .content .ThemeGrid_Container,
.ie11 .layout-top .content .ThemeGrid_Container {
    padding: 0;
    max-width: 900px;
}
.phone [class*="ThemeGrid_Width"]:not(.no-responsive) {
   width: auto !important;
}
.forms .layout-top .content .main-content.ThemeGrid_Container {
    padding-top: 2%;
}
.content-middle {
    padding-bottom: 30px;
}
.ie11 .content-middle {
    width: 900px;
}
.forms .content-middle {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.phone .form-header .Button {
    width: auto;
    display: flex;
}
.phone .form-header .my-info {
    display: block;
    border: none;
    margin: -40px 10px 20px;
    background-color: #fff;
    border-radius: 0px 10px 10px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 2px;
    box-shadow: rgb(204, 204, 204) 4px 4px 7px 0px;
}
.form-header .accordion {
    background: none;
}
.form-header .accordion-item .accordion-item-header {
    padding: 0;   
}
.form-header .accordion-item .accordion-item-icon {
    color: var(--body-black);
}
.form-header .accordion-item.is--open .accordion-item-header {
    font-weight: normal;
}
.accordion-item .accordion-item-content {
    padding: 15px 0 !important;
    font-size: 12px;
    line-height: 18px;
}
.accordion-item .accordion-item-content.is--collapsed {
    padding: 0 !important;
}
.form-header {
    margin-bottom: 20px;
    padding: 0 5px;
}
.form-wrapper {
    padding-left: 100px;
}
.element-wrapper .form-wrapper {
    padding-left: 0;
}
.forms.portrait .form-wrapper {
    padding-left: 15px;    
}
.forms.phone .form-wrapper {
    padding: 0 10px;
}
.forms .tip-wrapper {
    margin: 10px 0 -4px;
}
.form-wrapper .fa-info-circle,
.element-wrapper .fa-info-circle{
    font-size: 20px;
    color: var(--mid-green);
    padding-left: 3px;
    position: relative;
}
.form-wrapper .Is_Secondary {
    margin: 40px 0 20px;
}
.forms.phone .form-wrapper .Is_Secondary {
    margin: 10px 0 20px;
}
.form-wrapper .none-help {
    border: 2px solid #F5AC60;
    border-radius: 10px;
    background-color: white;
    padding: 15px;
    margin: 5px 0px 40px 0px;
    font-size: 17px;
    line-height: 22px;
    color: var(--body-gray);
    -webkit-box-shadow: 4px 4px 7px 0px rgba(204,204,204,1);
    -moz-box-shadow: 4px 4px 7px 0px rgba(204,204,204,1);
    box-shadow: 4px 4px 7px 0px rgba(204,204,204,1);
   /* max-width: 350px;*/
}
.form-wrapper .none-help .columns {
    margin-top: 40px;
}
.form-wrapper .none-help .columns img {
    width: 50%;
}
.form-wrapper .none-help .columns-item {
    font-size: 12px;
    color: var(--electric-blue);
    text-decoration: underline;
    cursor: pointer;
}
.forms .quote-info-wrapper {
    justify-content: space-between;
    font-size: 17px;
    color: var(--body-gray);
    margin-top: 25px;
}
.forms .policy-header {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--brownish-grey);
    margin: 25px 0 0;
    display: block;
}
.forms.phone .policy-header {
    margin-top: 10px;   
}
.forms .policy-info {
    color: #333333;
    font-size: 12px;
    line-height: 18px;
}
.forms.phone .policy-info-wrapper .columns.gutter-l.phone-break-all:only-child > .columns-item:not(:last-child) {
    margin-bottom: 5px;
}
.forms .form-step-policy .mobile-help {
    margin-top: 30px;
}
.forms.portrait .content-middle {
    padding-bottom: 15px;
}
.forms .forms-content .bullets {
    font-size: 16px;
    margin: 15px 0;
}
.forms .forms-content .bullets li {
    margin-bottom: 5px;
}
.forms .forms-content .my-info .bullets {
    font-size: 14px;
}
.forms .forms-content .my-info .bullets li {
    margin-bottom: 5px;
    line-height: 22px;
}

footer {
    position: relative;
    max-width: 900px;
}
.forms footer {
    max-width: 100%;   
}
.footer {
    align-self: flex-end;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 40px;
    background-color: #e9e9e9;
    border-radius: 0 0 10px 10px;
}
.forms .footer {
    border-radius: 0;
    background-color: #303c44;
    color: white;
}


/*
#### 1.3 - Form elements ####
*/

/* label */
label {
    font-family: DINOT;
    font-size: 14px;
    margin: 15px 0 -5px 5px;
}
.form-buttons label {
    line-height: 17px;
}
.form-tooltip {
    width: 100%;
}
.radio-label {
    font-size: 16px;
    position: relative;
    color: #333;
    margin-right: 20px;
    top: -8px;
}
.checkbox-wrapper {
    margin: 10px 0;
}
.ValidationMessage {
    position: absolute;
}
.forms .ValidationMessage {
    position: relative;
    margin-top: -3px;
}
input+.ValidationMessage {
    margin: -2px 0 0 5px;
    font-weight: bold;
}
.forms input+.ValidationMessage {
    margin: -2px 0 -15px 5px;
}
.input.Not_Valid:focus {
     border: var(--border-size-s) solid var(--color-error);
}

.layout .Form .input.Not_Valid, .layout .Form .select.Not_Valid {
    background-color: #FFE5E5 !important;
}

.background-error {
    background-color: #fff; 
    border: solid 2px #E85759;
    margin-top: 15px;
}

.phone .background-error {
    height: auto;
    margin-top: 15px;
}

.background-error .alert-message {
    color: #333; 
    font-family: 'Telex', sans-serif;
    font-size: 14px;
}

.background-error .fa {
    color: #FACB47; 
    font-size: 17px;
}

.phone .background-error .fa {
    color: #FACB47; 
    font-size: 21px;
    margin-top: 15px;
}

.background-error .fa-ban:before {
  content: "\f071";
}


/* text input */
.input {
    border-radius: 6px;
    height: 40px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 2px 0 0 rgba(0, 0, 0, 0.06);
    border: solid 0.5px #dbdbdb;
    background-color: white;
    font-family: DINOT;
    font-size: 16px;
    display: block;
    width: 100%;
}
textarea.input {
    border-radius: 6px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 2px 0 0 rgba(0, 0, 0, 0.06);
    border: solid 0.5px var(--very-light-pink);
    margin: 0;
    font-family: DINOT;
    font-size: 16px;
}
.input:focus {
    font-weight: bold;
    background: #f1f1f1;
    /*border: var(--border-size-s) solid var(--mid-green);*/
}
.Form input.ReadOnly:not(.Not_Valid),
.Form textarea.ReadOnly:not(.Not_Valid),
.Form select.ReadOnly:not(.Not_Valid) {
    border-color: var(--very-light-pink);
}

.Form input.ReadOnly, .Form textarea.ReadOnly, .Form select.ReadOnly {
    font-size: 16px;    
}

/* select options */
.select {
    margin: 0;
    height: 45px;
    border-radius: 5px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    border: solid 0.5px rgba(0, 0, 0, 0.1);
    font-family: DINOT;
    font-size: 16px;
    background-image: url(/SAIF_Theme/img/DropdownArrow.svg);
    background-size: 24px 20px;
    display: block;
    width: 100%;
}
.select:hover,
.select:focus {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    border: none;
}
/* select box */
.choices {
    font-family: DINOT;
    font-size: 14px;
}
.phone .choices {
    margin-bottom: 25px;
}
.choices__inner,
.is-open .choices__inner {
    border-radius: 6px;
}
.choices.is-focused.is-open .choices__inner,
.is-focused .choices__inner{
    font-weight: bold;
    background: #ccc;
    /*border: 1px solid var(--mid-green);*/
}
.choices[data-type*="select-one"]:after {
    content: url(/SAIF_Theme/img/DropdownArrow.svg); 
}
.choices__list--dropdown {
    position: relative;
    top: -1px;
}
.choices__list--dropdown .choices__item {
    border-bottom: 1px solid #dadbde;
    height: 48px;
}
.choices__list--dropdown .choices__item:last-child {
    border-bottom: none;
}
/* radio button */
.checkbox:focus:before,
.radio-button:focus:before {
    box-shadow: 0 0 0 1px var(--mid-green);
}
.radio-button {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: white;
    padding: 1px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 3px 0 0 rgba(0, 0, 0, 0.0);
    border: solid 0.5px var(--very-light-pink);
}
.radio-button:checked {
    background-color: white;
}
.radio-button:disabled:checked {
    background-color: var(--brown-grey);
    border: none;
}
.radio-button:before {
    background-color: white;
    border: none;
    height: 16px;
    width: 16px;
    margin: 22% 0 0 20%;
}
.radio-button:hover:before {
    background-color: white;
    border: 0;
}
.radio-button:checked:before {
    background-color: var(--mid-green);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    border: none;
    height: 16px;
    width: 16px;
    margin: 22% 0 0 21%;
}
.radio-button:checked:hover:before {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.radio-button:disabled {
    background-color: var(--brown-grey);
    border: none;
}
.radio-button:disabled:before,
.radio-button:disabled:hover:before {
    background-color: var(--brown-grey);
    border: none;
}
.radio-button:disabled:checked:before {
    background-color: var(--brown-grey);
    border: none;
}
.radio-button:disabled:checked:before {
    opacity: 0.4;
    background-color: var(--white);
}
.radio-button::-ms-check {
  color: var(--mid-green);
  border: solid 1px var(--very-light-pink);
}
.radio-button:focus {
    border: var(--border-size-s) solid var(--mid-green);
}
/* checkbox */
.checkbox {
    height: 30px;
    width: 30px;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 3px 0 0 rgba(0, 0, 0, 0.06);
    border: solid 0.5px var(--very-light-pink);
    background-color: white;
}
.checkbox:checked:before, .checkbox:before {
    border: none;
    background:none;
    height: 100%;
    width: 100%;
}
.checkbox:after {
    background: url(/SAIF_Theme/img/checkbox.svg) no-repeat;
    height: 20px;
    width: 20px;
    top: 4px;
    left: 2px;
    -webkit-transform: none;
    transform: none;
}
.checkbox[disabled="disabled"]:before {
    height: 28px;
    width: 28px;
    background-color: var(--brown-grey);
}
.checkbox::-ms-check {
  color: var(--mid-green);
  border: solid 1px var(--very-light-pink);
}
/* toggle */
.checkbox:hover:before, .radio-button:hover:before,
.toggle-button .checkbox:hover:before {
    border: none;
}
.toggle-button .checkbox {
    border: none ;
    box-shadow: none;
}
.toggle-button {
    border: var(--border-size-s) solid var(--color-neutral-5);
    margin: 0px;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

.toggle-button.toggle-button-checked {
    background-color: var(--mid-green);
    border: var(--border-size-s) solid var(--mid-green);
}
.toggle-button .checkbox:after {
    background-image:none;
}

/* Sliders */
.element-wrapper .range-slider,
.element-wrapper .range-slider .input {
    font-family: Rokkitt;
    font-size: 18px;
    box-shadow: none;
}
.element-wrapper .range-slider-input2 {
    text-align: right;
}
.element-wrapper .range-slider .range-slider-object {
    margin-top: 0px;
}
.element-wrapper .range-slider .noUi-horizontal {
    height: 30px;
    border-radius: 15px;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    border: solid 0.5px var(--very-light-pink);
    background-color: rgba(0, 0, 0, 0.05);
}
.element-wrapper .range-slider .noUi-connect {
    background: var(--mid-green);
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.element-wrapper .range-slider .noUi-connects {
    border-radius: 15px;
}
.element-wrapper .range-slider .noUi-handle {
    background: white;
    border: none;
    height: 30px;
    width: 30px;
    margin-top: 0;
}
.element-wrapper .range-slider .noUi-handle:after,
.element-wrapper .range-slider .noUi-handle:before {
    border-style: none;
    border: 0;
    border-width: 0;
}
html:not([dir="rtl"]) .element-wrapper .range-slider .noUi-horizontal .noUi-handle {
    right: -15px;
}
/* buttons */
.Button, .btn,
.ie11 .Button, .ie11 .btn {
    min-width: 130px;
    height: 40px;
    font-size: 17px;
    border-radius: 20px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
    border: none;
    font-weight: normal;
}
.Button + .Button,
.ie11 .Button + .Button {
    margin-left: 0;
}
.ie11 .Button, .ie11 .btn {
    border-radius: 20px;
}
.Button:hover {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
}
.Button:hover:active {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.Button:disabled,
.Button[disabled] {
    background: white;
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    opacity: .5;
}
.Is_Default {
    background-color: var(--mid-green);
}
.Is_Secondary,
.ie11 .Is_Secondary {
    background-color: #facb47;
    color: var(--body-gray);
}
.Is_Tertiary,
.ie11 .Is_Tertiary {
    background-color: white;
    color: var(--body-gray);
}
.Is_Link,
.ie11 .Is_Link {
    background-color: inherit;
    border: none;
    box-shadow: none;
    min-width: 0;
    color: var(--electric-blue);
    height: auto;
    text-decoration: underline;
    border-radius: 0;
}
.ie11 .Is_Link {
    background: none;
}
.Is_Link:hover,
.ie11 .Is_Link:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    box-shadow: none;
}
.Is_Link:hover:active,
.ie11 .Is_Link:hover:active {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    box-shadow: none;
}

/* Button groups */
.element-wrapper .button-group label {
    margin-left: 0;
}
.element-wrapper .button-group .btn {
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
    border: none;
    color: var(--body-gray);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    min-width: auto;
}
.phone .element-wrapper .button-group label .btn:not(:first-child) {
    border-left: none;
}
.element-wrapper .yes-no-option .button-group label {
    max-width: 90px;
}
.element-wrapper .button-group label:first-child .btn {
    border-radius: 20px 0 0 20px;
}
.element-wrapper .button-group label:last-child .btn {
    border-radius: 0 20px 20px 0;
    border-right: none; 
}
.phone .element-wrapper .button-group label .btn {
    border-radius: 20px; 
}
.phone .element-wrapper .yes-no-option .button-group label:first-child .btn {
    border-radius: 20px 0 0 20px;
}
.phone .element-wrapper .yes-no-option .button-group label:last-child .btn {
    border-radius: 0 20px 20px 0;
    border-right: none; 
}
.element-wrapper .button-group input[type="radio"]:checked + .btn {
    background-color: var(--mid-green);
    color: white;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.element-wrapper .button-group input[type="radio"]:disabled + .btn {
    background-color: rgba(0, 0, 0, 0.05);
    opacity: .5;
}

/* alerts */
.alert {
    height: 40px;
    border-radius: 6px;
    font-family: DINOT;
    font-size: 18px;
}
.background-info {
    background-color: #0092dd;
}
.background-success {
    color: var(--mid-green);
    background-color: white;
}
.background-warning {
    background-color: #f2902b;
    color: var(--body-gray);
}
.background-error {
    background-color: #E85759;
    border: solid 1px #E01F22;
}
.alert-icon {
    padding-top: 0;
    margin-right: 10px;
    margin-top: -8px;
}
.fa-info-circle:before {
    content: "\f059";
}
.fa-exclamation-circle:before {
    content: "\f071";
}
.fa-ban:before {
    content: "\f057";
}
.form-buttons {
    margin-top: 50px;
}
.fieldset-wrapper {
    margin: 20px 0;
    max-width: 400px;
}
.submission-form .ValidationMessage {
    color: var(--color-error) !important;
    right: 3px;
    margin-top: 0;
}

.submission-form .input.Not_Valid {
    background: white;
}

.submission-form .form-element-wrapper {
    position: relative;
}

/*
#### 1.4 - Global UI elements ####
*/

/* help buttons */
.help-wrapper {
    justify-content: flex-end;
    margin-right: 30px;
    position: relative;
    top: 50px;
    z-index: 1;   
}
.help-wrapper .columns > .columns-item {
    flex: 1 1 70px;
    margin: 5px;
}
.help-wrapper .columns > .columns-item > div {
    border: 1px solid var(--mid-green);
    border-radius: 4px;
    background: white;
    padding: 5px;
}
.help-wrapper .columns > .columns-item img {
    max-width: 50%;
    padding-top: 3px;
}
.help-wrapper .help-content {
    position: absolute;
    bottom: 25px;
    background-color: #f0faed;
    color: var(--body-gray);
    border-radius: 20px 20px 0 0;
    border: 3px solid var(--mid-green);
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    max-height: 360px;
}
.help-wrapper .open .Button {
    border-radius: 0 0 20px 20px;   
}
.help-wrapper .open .Button:hover {
    filter: none;   
}
.ie11 .help-wrapper .columns {
    flex: 1;
}
.forms .help-wrapper {
    top: -15px;
    position: absolute;
    right: 15px;  
}
.portrait .help-wrapper {
    display: none;   
}
.help-wrapper .Button {
    height: 30px;
    font-size: 18px;
}
.mobile-help {
    display: none;
    padding: 15px;   
}
.portrait .mobile-help {
    display: inherit;
}
/* modals */
.modal-footer {
    border-top: none;
    margin-top: auto;
    padding-bottom: 90px;
}
.modal-footer .columns.gutter-none {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 365px;
}
.modal-footer .columns.gutter-none > .columns-item {
    padding: 0 1.75%;
}
.portrait .modal {
    padding: 0;
    font-size: 18px;
    color: var(--body-gray);
}
.portrait .modal-wrapper {
    height: 100%;
    border-radius: 0;
    background-color: #f0fbed;
    display: flex;
    flex-direction: column;
}
.portrait .modal-close .Button {
    min-width: 0px;
    box-shadow: none;
    color: #f0fbed;
    background-color: var(--mid-green);
    font-size: 30px;
    height: 40px;
    width: 40px;
}
.portrait .modal .heading1 {
    font-family: "Rokkitt";
    font-weight: normal;
    line-height: 22px;
}
.portrait .modal .help-options img {
    width: 50%;
    margin-top: 7px;
}
.modal .columns-item {
    display: flex;
    font-size: 12px;
}
.modal .columns-item > div {
    background-color: white;
    border: 1px solid var(--mid-green);
    border-radius: 5px;
}
.modal .form-note {
    font-size: 14px;
    font-style: italic;
    display: block;
    margin-top: 5px;
}
/* Section index */
.element-wrapper .section-index {
    color: #949494;
    margin-bottom: 20px;
    border-left: none;
    padding-top: 10px;
}

.element-wrapper a.section-index-item {
    border-left: 3px solid #949494;
    padding-left: 7px;
}

.element-wrapper a.is--active.section-index-item {
    border-left: 3px solid var(--mid-green);
    color: var(--mid-green);
}

/* balloon tips */
.balloon {
    border: 3px solid var(--mid-green);
    border-radius: 6px;
    background-color: #f1fbee;
    box-shadow: none;
    font-size: 18px;
    line-height: 26px;
}
.balloon-title {
    border-bottom: none;
    font-family: Rokkitt;
    font-size: 25px;
    color: var(--mid-green);
    line-height: 25px;
    padding-bottom: 0;
}
.tippy-tooltip.light-theme {
    box-shadow: none;   
}
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--mid-green);
    margin-left: -15px;
    top: -9px;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--mid-green);
    margin-left: -14px;
    top: -4px;
}
.legal-statement {
    font-size: 12px;
    line-height: 14px;
    display: block;
    padding: 15px;
    background: #e9e9e9;
    margin: 5px 0;
}



/*Classification styles */

a#SAIF_Patterns_wt75_block_wtsubLayout_OutSystemsUIWeb_wt9_block_wtContent_wtMainContentPlaceholder_OutSystemsUIWeb_wt12_block_wtColumn2_wtMainContent_wt2 {
    float: right;
    margin-top: 0;
    font-size: 15px;
    color: #0092DD;
}

span.BusinessDsc_locked {
    font-size: 14px;
    color: #333;
}


.BusinessClassCode_locked {
    font-size: 14px;
    color: #333;
}

.classcodedescription {
    font-size: 14px;
    color: #333;
}


.business_title {
    font-size: 16px;
    color: #558712;
}


.description1 {
    font-size: 18px;
    color: #333;
}

.description {
    font-size: 14px !important;
}

.description {
    font-size: 14px !important;
    line-height: 11px;
}

.heading6 {
    color: #333 !important;
    font-size: var(--font-size-h6);
    font-weight: var(--font-normal) !important;
    line-height: 1.25;
}

/* ----------------- Ajax Refresh Waiting and Loading Code Starts -----------------------*/

/*.Feedback_AjaxWait {
    color: #004079 !important;
}

.Feedback_AjaxWait .Loader {
    -webkit-animation: loader 1.3s infinite linear;
            animation: loader 1.3s infinite linear;
    border-radius: 50%;
    font-size: 4px;
    height: 1em;
    margin-bottom: 20px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
    width: 1em;
    background: transparent !important;
}

.Feedback_AjaxWait {
    background-color: white;
    color: transparent !important;
    font-size: 0px;
    height: 100%;
    width: 100%;
    right: 0;
    padding: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    opacity: 0.7;
}

.Feedback_AjaxWait .Loader {
    background: url(/SAIF_Theme/img/loading_liverpool_white.gif) no-repeat;
    height: 16px;
    position: fixed !important;
    text-indent: 0;
    width: 16px;
    top: 50%;
    left: 50%;
    opacity: 0.9;
    font-size: 16px !important;
}

.dropbox_divider{
  border-right: 1px solid #004691 !important;
  height: 23px !important;
 }
 .projecthub{
   height: 35px !important;
    width: 304px;
    margin: 30px 0 0 25px !important;
 }*/
 div.Feedback_AjaxWait {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 50%;
    background:#fff;
    z-index: 3000001 !important;
    zoom: 1;

    background-color: #ffffff !important; /* Overwrite LondonTheme */
    background: url(/DirectDigitalApplication/img/ajwait_background.png?453) !important; /* Overwrite Theme */
    padding-left: 0px !important; /* Overwrite LondonTheme */ 
    border-radius: var(--border-radius-none);
    font-size: 24px !important;
    padding: 0px !important;
    color: #58a144;
    margin: auto;
    font-family: Rokkitt;
    text-align: center !important;
}


div.Feedback_AjaxWait img {
    display: block;
    margin-bottom: 15px;
    width: initial;
    text-align: center;
    animation-name: unset;
    background-image: none !important; /* Overwrite LondonTheme */
    margin-right: unset !important; /* Overwrite LondonTheme */
    -webkit-animation: spin 2s linear infinite; /* Safari 4+ */
    -moz-animation: spin 2s linear infinite; /* Fx 5+ */
    -ms-animation: spin 2s linear infinite; 
    -o-animation: spin 2s linear infinite; /* Opera 12+ */
    animation: spin 2s linear infinite;
    background: none !important;
}

div.Feedback_AjaxWait:before {
    posistion: absolute;
    -webkit-animation: none !important;
    animation: none !important;
    height: 100% !important;
    width: 100% !important;
    z-index: 5 !important;
    zoom: 1;       
    background: transparent !important;   
}

div.Feedback_AjaxWait .img-background {
 width: 100px;
 height: 100px;
 background: #ffffff !important; 
}

.phone div.Feedback_AjaxWait .img-background {
 width: 100px;
 height: 100px;
 margin-left: auto;
 margin-right: auto;
 background: #ffffff !important; 
}

div.Feedback_AjaxWait .bottom-message {
 text-align: center !important;
}

.phone [class*="Feedback_AjaxWait"]:not(.no-responsive) {
   width: auto !important;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

 /* ----------------- Ajax Refresh Waiting and Loading Code Ends -----------------------*/