:root {
    --primary-background-color: #312783;
    --primary-text-color: #46b594;
    --primary-background-hover-color: #1f3464;
    --primary-text-hover-color: #46b594;
    --radio-btn-color: #312783;
    --radio-btn-text-color: #ffffff;
    --radio-btn-hover-color: #46b594;
    --btn-border-radius: 200px;
}



html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
.navbar-brand{
    max-width:250px;
    text-decoration: none !important;
}
a.navbar-brand{
    box-shadow:none;
    --webkit-box-shadow:none;
}

.main-site-content {
    padding: 2rem 0 2rem 0;
    background-color: #eaebed;
}
header {
 
    box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, .3);
    background: #f6f5fa;
    border-bottom: none;
}

.main-footer {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.main-footer-terms{
    margin-top:20px;
    font-size:1.7em;
}

.main-footer-badges {
    margin-top: 20px;
    font-size: 1.7em;

}

    .main-footer-badges img{
    }
    /* Required for standalone grid */
    * {
        box-sizing: border-box;
    }

.main-header {
    z-index: 9999;
}

a {
    font-size: 1.7rem;
    color: #2b2930;
    font-family: Avenir-book,Arial,Helvetica,sans-serif;
    line-height: 1.5;
    letter-spacing: normal;
    font-display: fallback;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-box-shadow: inset 0 -.1em #fff,inset 0 -.3em var(--primary-background-hover-color);
    box-shadow: inset 0 -.1em #fff,inset 0 -.3em var(--primary-background-hover-color);
    margin-bottom: 0;
}

    a:hover {
        color: #2b2930;
        text-decoration: none;
    }

.icons a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

h1, h2, h3, h4, h5 {
    color: #2b2930;
    font-family: Avenir-light,Arial,Helvetica,sans-serif;
    line-height: 1.5;
    letter-spacing: normal;
    margin: 2rem 0 0.3rem 0;
    font-display: fallback;
}

h1 {
    font-family: Avenir-heavy,Arial,Helvetica,sans-serif;
}

input, select, textarea {
    outline: 0;
    border: 1px solid #646464;
    border: 1px solid rgba(100,100,100,.52);
}

    input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover {
        border-color: #646464;
    }

body.white #main-site-content {
    background-color: #fff !important;
}

:focus-visible {
    outline: 1px solid var(--primary-background-color);
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.top-menu {
    display: none;
}

#main-site-content {
    padding: 2rem 0 2rem 0;
    background-color: #eaebed;
}

#tpform, #tpRegistered {
    max-width: 767px;
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
    /*BW overrid h1 margin bottom for main page heading for reg form*/
    #tpform h1, #tpRegistered h1 {
        margin-bottom: 0;
        margin-top: 5px;
    }

#tpRegistered {
    background-color: #fff;
}
/* BW required for restlying slimmed down header and top nav bars as most of the html elements have been removed*/
.sticky .top-menu {
    display: block;
}

#header {
    padding-top: 0 !important;
}

    #header.sticky {
        padding-top: 48px !important;
    }
/* BW snudge up the breadcrumb */
.breadcrumb {
    margin-top: 0 !important;
}

/* BW Small scree optimisations needed after dropping top top header nav*/
@media only screen and (max-width: 960px) {

    #primary-nav ul.nav {
        top: 69px !important;
    }

    #header.sticky #primary-nav.open ul {
        top: 48px !important;
    }

    #header.sticky .secondaryNav {
        top: -48px !important;
    }

    .sticky .top-menu {
        display: none;
    }

    #header.sticky {
        padding-top: 0 !important;
    }

    #tpform {
        padding-top: 15px !important;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.main-header__mobile-action-btns {
    padding: 0;
}

.main-header .mainNav-widget .navRoot li .icon:after {
    content: '';
}
/* TODO:? Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
/* BW Form optimisations */
/* BW As we are not using 4mat endless divs we willadd in some basic styling of form elements here */
#tpform .input-reg {
    width: 100%;
    padding: 9px 12px;
}
/* BW need to override float left for labels from 4mat and aslo apply block which was missing  Helps with postcode label*/
/*BW  Replicates .label-toggle .form-item-label [overcoming divitis approach] . all other label styling comes from 4mat*/
#tpform .form-item-label {
    display: block;
    float: none;
    padding-top: 11px;
    font-weight: normal !important;
    font-size: 1.8rem;
}

/*BW replicating form-item-row */
#tpform .row {
    margin-bottom: 20px;
}

#tpform #cvPicker {
    margin: 0 auto;
    padding-top: 1em;
    max-width: 75%;
}

label.custom-file-upload {
    margin-bottom: 0;
    border-top-right-radius: var(--btn-border-radius) !important;
    border-bottom-right-radius: var(--btn-border-radius) !important;
    padding-top: 1.9rem !important;
}

.cloudbtn a {
    box-shadow: none;
}
/*TODO check classes/ */
.subjectValidation {
    color: var(--primary-background-color);
    font-size: 1.3rem;
}

.cvMessage {
    color: var(--primary-background-color);
    font-size: 1.3rem;
}

/* AutoComplete Sty;e customisations*/
.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.ui-menu-item {
    line-height: 1.5;
    padding: .2em .4em;
    font-size: 1.8em;
}

.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-menu li:before {
    content: "";
    height: 0px;
    width: 0px;
    background: none;
}

#SelectedSubjects a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8xNi8xMaRgkEUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzQGstOgAAABmElEQVQ4ja3Vv2pUURDH8YksogTd2PqvFmwCspBiYfMGa2VpfABh06S3sRIELURRUBELGwsfQH0Bd30JCwX/oEUiZPOx2Ll4PJysTQ78YO+cme+cOXfm7griKNexQ+xrEbEdEbOImFeaRsQkIvrNSNS6iu/4iTu4lPYeLuMpPuMbxnV8DdvCPh5gtZGs0wU8w27GNIHjdLi+BFTrZh5gXAP7WcL9fIb1JaD19OnhEX5grQRu4yvOFAFvMGrARrnXJTyRwEkJnOFhI/AjBoVtkLY60UtMS+BBvsH6NINMNkrNqgRlZ8xLoCX3NcL7VOsKAuc6YK9oyZMRsdto1b2IGBW/W+ugnpR5RFxpOA4jYiciNlI7aavXRj0pU9xrlPoBw8I2TFtd+vP6pUzwyd/pGOHdkrZ5i818vmgxqv+0TdfYd3E8nTcbsE7l/uOM7ZfAbvT2cWsJqNQqbmNPY/Q63cBvPMlSDoOdwqs8wFa513IeZwlf8MKiac/jLK7hNX5ZjNt/P1+dTuclT/MUpaa512/FrnC0fwF/AEek3ql4iO27AAAAAElFTkSuQmCC) #fff no-repeat 96% 50%;
    background-color: var(--primary-background-color);
    border-color: rgba(255,255,255,.2) rgba(0,0,0,.3) rgba(0,0,0,.3) rgba(255,255,255,.2);
    background-size: 16px 16px;
    border-style: solid;
    border-width: 1px;
    float: left;
    color: var(--primary-text-color);
    height: 26px;
    margin: 2px 0 8px 5px;
    padding: 0px 26px 0 5px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    -moz-border-radius: .5em .5em .5em .5em;
    -webkit-border-radius: .5em .5em .5em .5em;
    border-radius: .5em .5em .5em .5em;
    box-shadow: none;
    font-weight: 400;
}

.main-header__lower-container .mainNav-widget .navRoot {
    margin-bottom: 0px;
}

.btn-group {
    display: block;
}

.centered {
    text-align: center;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.input-validation-error {
    border: 1px solid red !important;
}

.main-header ul.navList li:hover {
    background-color: var(--primary-background-color);
}

ul.navList li a:hover {
    text-decoration: none;
    color: #2b2930;
}
/* Small screen optimisaitons*/
/* JS CHANGED TO 767PX TO FIX BUG in iPad*/
@media (max-width: 767px) {
    #tpform .row {
        margin-bottom: 8px;
    }

    #tpform #cvPicker {
        margin-top: 2.5em;
        text-align: center;
        float: none;
        display: block;
    }

    #cloudCVSection {
        clear: both;
    }

    #CloudIcons a {
        margin-left: 1.5em;
    }

    #CloudIcons {
        margin-top: 2em;
        text-align: center;
    }
}

.tp-btn {
    width: 100%;
}

.tp-radio-button {
    background: var(--radio-btn-color);
    color: var(--radio-btn-text-color);
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #cccccc;
    border-top-color: rgb(204, 204, 204);
}

.btn-group > .tp-radio-button:first-child {
    margin-left: 0;
}

.btn-group > .tp-radio-button:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .tp-radio-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .tp-radio-button:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group input[type="radio"], input[type="checkbox"] {
    display: none;
}

.tp-top-margin {
    margin-top: 2em;
}

/*#submitBtn
{
    margin-top:4em;
}*/

#CloudIcons {
    margin-bottom: 2em;
}

/* Needed on the Registered Thanks page*/
.tp-row {
    margin-top: 1em;
    margin-bottom: 1em;
    min-height: 90px;
}

.btn {
    -webkit-box-shadow: 0 8px 15px -5px rgb(0 0 0 / 30%);
    box-shadow: 0 8px 15px -5px rgb(0 0 0 / 30%);
    display: inline-block;
    width: auto;
    padding: 1.2rem 3rem 1rem 3rem;
    text-decoration: none;
    background: var(--primary-background-color);
    font-size: 1.7rem;
    color: var(--primary-text-color);
    font-family: Avenir-heavy,Arial;
    letter-spacing: 1.2px;
    border: none;
    outline: none;
    border-radius: var(--btn-border-radius);
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-align: center;
}

    .btn:hover {
        color: var(--primary-text-hover-color);
        background: var(--primary-background-hover-color);
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
        -webkit-box-shadow: 0 8px 15px 2px rgb(0 0 0 / 20%);
        box-shadow: 0 8px 15px 2px rgb(0 0 0 / 20%);
        /*border: 2px solid #0aea65;
        border-radius: 200px;*/
    }

#btnLookUpPostCode, .custom-file-upload.btn, #btnAdd {
    font-size: 1.5rem;
    padding: 1.2rem 2.5rem 1rem 2.5rem;
}

.btn:hover, .btn:focus {
    color: var(--primary-text-hover-color);
    text-decoration: none;
}

.main-header__menu-btn {
    padding-top: 2px;
}


.p-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.btn:focus {
    outline: none;
}

#btnLookUpPostCode:hover {
    /*transform: scale(1.0);*/
}
/* Vertically align text on the Registered Thanks page*/
.vertical {
    display: inline-block;
    vertical-align: middle;
    float: none;
    height: 100%;
}

hr {
    display: block;
    height: 1px;
    /*width: 200px;*/
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
}

#EmailInUse {
    font-size: 1.7rem;
    color: red;
}
/* Used for styling divs containing error messages e.g. CV upload*/
.tp-error {
    color: red;
    font-size: 1.35rem;
}

.error-label {
    display: none;
}

.white .nextsteps .tp-row {
    min-height: 110px;
}

.white .nextsteps .tp-row {
    max-width: 500px;
    padding-bottom: 20px;
}

.white .nextsteps .col-11 {
    margin-left: 10px;
    text-align: left;
}

.white .nextsteps .tp-row:after {
    content: "";
    width: 75%;
    height: 1px;
    background-color: #ccc;
    left: 25%;
    position: relative;
    display: block;
    top: 0px;
}

/**/
#InvalidPostcode p {
    /*media screen*/
    background-color: #fff;
    outline: none;
    border: 1px solid #646464;
    border: 1px solid rgba(100, 100, 100, 0.52);
    padding: 0.5em;
}


/* These override the placeholder text color */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #d0d0d0;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d0d0d0;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d0d0d0;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d0d0d0;
}

:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #d0d0d0;
}

#CloudIcons a {
    box-shadow: none;
}
/* Used to make text bigger on the Registered page */
.tp-p {
    font-size: 1.7rem;
}

.tp-no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.tp-padding {
    /*margin: 5em;*/
}

/* Button hover */
.tp-radio-button:hover {
    background-color: var(--radio-btn-hover-color);
}

@media (max-width: 768px) {
    .mb-sm-2 {
        margin-bottom: 10px;
    }

    .mt-sm-2 {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .main-header__upper-container {
        padding-bottom: 1rem;
    }

    .main-header__inner-content {
        padding-left: 10px;
    }

    .mb-sm-2 {
        margin-bottom: 0;
    }

    .mt-sm-2 {
        margin-bottom: 0;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
}

.col-xs-6 {
    width: 50%;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Move the hamburger menu up */
#touch-menu {
    top: -20px !important;
}

.help-icon {
    margin: 0 auto;
    display: block;
    height: 28px;
}

.edit-col {
    padding: 0.1em !important;
}

tooltip-inner {
    font-size: 1.6em;
    min-width: 15em;
}

.tooltip > .tooltip-inner {
    background-color: var(--primary-background-color);
    padding: 0.5em;
    z-index: 99999;
}

.buying-selling.active {
    background: var(--primary-background-color);
}

    .buying-selling.active:hover {
        background: var(--primary-background-color);
    }

.buying-selling {
    /*width: 118px;*/
    width: 46%;
    height: 35px;
    padding: 6px;
    position: relative;
    background: var(--radio-btn-color);
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 5px;
}

    .buying-selling:hover {
        background: var(--radio-btn-hover-color);
    }

.buying-selling-word {
    font-size: 15px;
    margin-left: 22px;
    color: var(--radio-btn-text-color);
    display: inline-block;
    padding-top: 5px;
}

.radio-dot:before, .radio-dot:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
}

.radio-dot:before {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    top: 7px;
    left: 16px;
}

.radio-dot:after {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 11px;
    left: 20px;
}

.buying-selling.active .buying-selling-word {
    color: #fff;
}

.buying-selling.active .radio-dot:after {
    background: var(--radio-btn-color);
}

.buying-selling.active .radio-dot:before {
    background: #fff;
    border-color: var(--radio-btn-color);
}

.buying-selling:hover .radio-dot:before {
    border-color: #adadad;
}

.buying-selling.active:hover .radio-dot:before {
    border-color: var(--radio-btn-hover-color);
}

.buying-selling.active .radio-dot:after {
    background: var(--radio-btn-hover-color);
}

.buying-selling:hover .radio-dot:after {
    background: #e6e6e6;
}

.buying-selling.active:hover .radio-dot:after {
    background: var(--radio-btn-hover-color);
}

@media (max-width: 400px) {

    .thanksVideoImgLink {
        width: 250px;
    }
}

@media screen and (max-width: 360px) {

    .thanksVideoImgLink {
        width: 250px !important;
    }
}

.form-item-error {
    color: red;
}

    .form-item-error span {
        font-size: 1.35rem;
    }

.thanksVideoImgLink {
    width: 460px;
}


label.inset {
    position: relative;
    /*   padding-top: 6px;*/
    margin: 4px 0 0 15px;
    width: 95%;
    position: absolute;
    left: 0;
    z-index: 99;
    color: #304151;
    font-size: 12px;
    /* letter-spacing: .125em;*/
    font-weight: 700;
    text-align: left;
}
    /* smaller screens trucate the lable text and reduce margins*/
    label.inset.truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 95%; /*was 80% select arrow testing...*/
        margin: 4px 5px 0 15px;
    }

label.inset70.truncate {
    width: 70% !important;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: red;
    margin-left: 3px;
}

.form-control:focus {
    color: #5c6873;
    background-color: #fff;
    border-color: #8ad4ee;
    box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #333;
}

.form-control::-moz-placeholder {
    color: #333;
}

.form-control:-ms-input-placeholder {
    color: #333;
}

}

.form-control::-ms-input-placeholder {
    color: #333;
}

.form-control::placeholder {
    color: #333;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e4e7ea;
}

.form-control.datepicker[readonly] {
    background-color: #ffffff;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.0625rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #5c6873;
}


.col-form-label-lg {
    font-size: 1.09375rem;
}

.col-form-label-sm {
    font-size: 0.765625rem;
}

.form-control-plaintext {
    color: #23282c;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    font-size: 0.765625rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.648438rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    font-size: 1.09375rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.640625rem + 2px);
}

form-check-input {
    margin-top: 0;
}

.form-check-input:disabled ~ .form-check-label {
    color: #7f8c8d;
}


input.form-control, select.form-control, textarea.form-control {
    border: 1px solid #cad3dd;
    background-color: #fff;
    height: 50px;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    font-weight: 400;
    padding: 13px 9px 0 !important;
    color: #5c6873;
    font-size: 14px;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

textarea.form-control {
    padding-top: 18px !important;
}

select.form-control:not([size]):not([multiple]), .aside-body .selectize-control {
    height: 55px !important;
}

.aside-body .selectize-input .item {
    padding-top: 15px !important;
}

textarea.form-control {
    height: 125px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

@media(min-width:360px) {
    select .form-control:not([size]):not([multiple]), .aside-body .selectize-control {
        height: 55px !important;
    }

    .aside-body label.inset.truncate {
        margin: 2px 5px 0 10px;
    }

    input.form-control, select.form-control {
        height: 55px;
        font-size: 16px;
    }

    label.inset {
        padding-top: 2px;
    }
}

@media (min-width: 576px) {


    label.inset {
        position: relative;
        /*   padding-top: 6px;*/
        margin: 4px 0 0 15px;
        width: 95%;
        position: absolute;
        left: 0;
        z-index: 99;
        color: #304151;
        font-size: 12px;
        /* letter-spacing: .125em;*/
        font-weight: 700;
        text-align: left;
    }
}

/*CSS specifci to ios ...*/
@supports (-webkit-touch-callout: none) {
    /*  .clear-filter .truncate {
        margin-bottom: 2px;
    }
*/
    /*  .clear-filter:before {
        top: 1px;
        left: 2px;
        position: relative;
        padding-left: 1px;
    }*/
    label.inset {
        width: 87% !important;
    }

    .popover-body label.inset {
        width: 95% !important;
    }

    @media(min-width:500px) {
        label.inset {
            width: 93% !important;
        }
    }

    .select-container {
        position: relative;
        display: inline;
    }

        .select-container:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            pointer-events: none;
        }

        .select-container:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            top: 14px;
            right: 0;
            border-top: 8px solid black;
            opacity: 0.5;
            z-index: 290;
        }

    select::-ms-expand {
        display: none;
    }
}

.input-group-append .btn {
    box-shadow: none;
    border: 1px solid #cad3dd;
}

.input-group-append button:after {
    border: none;
}

body.white .main-site-content {
    background-color: #fff !important;
}
p{
    font-size:1.5em;
}
.main-footer-terms p{

    font-size:1.1em;
}