﻿
/*//forms*/
h1, h2, h3, h4 {
    font-family: "Encode Sans Compressed",sans-serif;
    font-weight: 800;
}

h4 {
    font-size: calc(17px + .4vw);
    padding: 4px 0;
    color: #444;
}

.btn-primary {
    font-family: "Encode Sans Compressed",sans-serif;
    font-weight: 600;
    line-height: 1.7em;
}

.formcontainer {
    
    width: 100%;
    display: inline-block;
    margin-bottom: 2em;
    font-size: calc(12px + .2vw);
    color: #444;
}

    .formcontainer > p {
        margin: 2em 0;
        color: #444;
        margin-top: 0px;
    }

.formheader {
    background-color: #f0ede3;
    padding: 1.5em 2em;
}

.formcontainer div > label {
    font-size: calc(12px + .2vw);
    display: block;
    /*margin-bottom: 10px;*/
    font-weight: 600;
    font-family: "Encode Sans Compressed",sans-serif;
}

div.question > label {
    font-size: calc(14px + .2vw);
    color: #4b2e83;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: none;
}

div.question label span {
    font-weight: 400;
    color: #444;
    font-size: calc(12px + .2vw);
}

    div.question label span.opt {
        margin-left: 10px;
    }

div.question {
    margin: 1.6em 0 0;
}

div.question:first-child {
    margin: 0 0 0;
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    margin: 0 -3px;
    width: calc(25% + 2px);
}

    .custom-checkbox:first-of-type {
        margin-left: 0;
    }

    .custom-checkbox > input {
        position: absolute;
        outline: none;
        left: 0;
        top: 0;
        padding: 0;
        width: 16px;
        height: 16px;
        border: none;
        margin: 0;
        opacity: 0;
        z-index: -1;
    }

    /* DEFAULT STYLES */
    .custom-checkbox > .box,
    .formcontainer .form-group .form-control {
        background-color: #ffffff;
        color: #444;
        box-sizing: border-box;
        display: block;
        margin: 0;
        padding: .8em;
        width: 100%;
        height: auto;
        outline: 1px solid #ccc !important;
        border: 1px solid transparent;
        border-radius: 0;
        cursor: pointer;
        position: relative;
        font-weight: 500;
        font-size: calc(12px + .2vw);
        text-transform: none;
    }

.formcontainer .form-group .form-control {
    height: auto;
    cursor: text;
}

.formcontainer .form-group {
    margin-bottom: 0;
}

    .formcontainer .form-group p {
        font-family: 'Open Sans', sans-serif;
        font-size: calc(12px + .2vw);
        color: #444;
    }

    .formcontainer .form-group .form-control {
        cursor: text;
    }

.custom-checkbox > .box {
    padding: .8em 0;
    text-align: center;
    -webkit-transition: outline-color ease-in-out .15s;
    -o-transition: outline-color ease-in-out .15s;
    transition: outline-color ease-in-out .15s;
}

.box.form-control {
    cursor: text;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .box.form-control:focus,
    .formcontainer .form-group .form-control:focus {
        outline: 1px solid #4b2e83 !important;
        border: 1px solid #4b2e83 !important;
        box-shadow: none;
        outline-offset: 0;
    }

#startyear {
    margin-top: 1em;
}

.custom-checkbox > .box > .tick {
    display: none;
}

/* CHECKED STYLES */
.custom-checkbox > input:checked ~ .box,
/*IE8*/ .custom-checkbox.checked > .box {
    background: #4b2e83;
    outline-color: #4b2e83;
    color: #fff;
    font-weight: 600;
}

    .custom-checkbox > input:checked ~ .box > .tick,
    /*IE8*/ .custom-checkbox.checked > .box > .tick {
        display: block;
    }

.custom-checkbox > input:disabled ~ .box,
.custom-checkbox > input[disabled] ~ .box {
    color: #ccc;
    outline-color: #ccc;
    background-color: #f7f6f2;
}

.custom-checkbox > input:disabled,
.custom-checkbox > input[disabled] {
    cursor: pointer;
}

.custom-checkbox > input:focus ~ .box,
.custom-checkbox > input[focus] ~ .box {
    outline: 1px solid #4b2e83;
    border: 1px solid #4b2e83;
    z-index: 100;
}

.custom-checkbox:hover > input ~ .box,
.custom-checkbox[hover] > input ~ .box,
.checkcontainer .checkmark:hover {
    outline-color: #adadad;
}

.custom-checkbox:hover > input:disabled ~ .box,
.custom-checkbox[hover] > input[disabled] ~ .box {
    outline-color: #ccc;
}

.custom-checkbox:hover > input:checked ~ .box,
.custom-checkbox[hover] > input[checked] ~ .box {
    outline-color: #85754d;
}



/* always show scrollbar of selects on mac */
.dropdown-menu.open ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    z-index: 500;
}

.dropdown-menu.open ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #999;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}



.formcontainer .btn-default {
    font-family: 'Open Sans', sans-serif;
    padding: 1em;
    font-size: calc(12px + .2vw);
    text-transform: none;
}

.formcontainer .bootstrap-select .dropdown-toggle.bs-invalid, .formcontainer .bootstrap-select .dropdown-toggle.bs-invalid:focus,
.btn-default.bs-invalid:focus,
.formcontainer .form-group.has-error .form-control {
    outline: 1px solid #b94a48 !important;
    border: 1px solid #b94a48 !important;
}


.help-block {
    display: none;
}

.has-error .help-block {
    display: block;
}

.help-block.with-errors {
    margin-bottom: 0;
}

    .formcontainer .bs-invalid.bs-placeholder,
    .bootstrap-select > .dropdown-toggle.bs-invalid.bs-placeholder,
    .formcontainer .bootstrap-select > .dropdown-toggle.bs-invalid.bs-placeholder:hover,
    .help-block.with-errors ul li {
        color: #b94a48;
    }

    .help-block.with-errors ul li {
        font-size: 1em !important;
    }

    .help-block.with-errors .list-unstyled {
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s;
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 0;
    }

.dropdown-menu {
    padding: 0;
    margin: 0;
}

    .dropdown-menu.open {
        border: 1px solid #ccc;
        outline: 1px solid #ccc;
    }

    .dropdown-menu > li > a {
        font-family: 'Open Sans', sans-serif;
        font-size: calc(12px + .2vw);
        padding: .8em 1em;
        position: relative;
        white-space: normal;
        height: 100%;
    }

        .dropdown-menu > li > a:focus {
            outline: none;
            color: #4b2e83;
        }

    .dropdown-menu > li:last-of-type > a {
        margin-bottom: 1em;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        font-family: 'Open Sans', sans-serif;
        font-size: calc(12px + .2vw);
        padding: .8em 1em;
    }

.bootstrap-select.btn-group .dropdown-menu li.no-results {
    font-family: 'Open Sans', sans-serif;
    font-size: calc(12px + .2vw);
    background-color: transparent;
    padding: .8em 1em;
}

.bootstrap-select.btn-group .dropdown-menu li:hover > a,
.bootstrap-select.btn-group .dropdown-menu li > a:focus,
.dropdown-menu > .active > a {
    background-color: #eee;
    outline: none;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 0;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 0;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu {
    max-width: 100% !important;
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle:focus, .btn-default:focus, .btn-default.active.focus, .btn-default.active:focus, .btn-default:active.focus, .btn-default:active:focus, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
    outline: 1px solid #4b2e83 !important;
    outline-offset: 0;
    border: 1px solid #4b2e83 !important;
    box-shadow: none;
    background-color: white;
}

    .btn-default:hover, .btn-default.active:hover, .btn-default:active:hover, .open > .btn-default.dropdown-toggle:hover {
        background-color: white;
    }

.bootstrap-select .dropdown-toggle, .btn-default {
    -webkit-transition: ease-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-out .15s;
}

.formcontainer .form-group .bs-searchbox input.form-control {
    border: 0 !important;
    color: #444;
    padding: 1em;
    font-size: calc(12px + .2vw);
    border-bottom: 2px solid #ccc !important;
    outline: none !important;
}

    .formcontainer .form-group .bs-searchbox input.form-control:focus {
        outline: 0;
    }

.submit-group p {
    font-size: calc(10px + .25vw);
    margin-bottom: 0;
    color: #666;
}

.submit-group {
    margin-bottom: 3em;
}

@media (max-width: 767px) {
    .col-sm-mb {
        margin-bottom: 20px;
    }
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    right: 1em;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    white-space: normal;
}

#btnSubmitRfi {
    font-family: "Encode Sans Compressed",sans-serif;
    font-weight: 600;
    width: auto;
    font-size: calc(.7em + .5vw);
    padding: .5em 1em;
}

    #btnSubmitRfi:focus,
    #btnSubmitRfi:hover {
        background-color: #311e56;
    }

@media only screen and (max-width : 767px) {
    #btnSubmitRfi {
        float: left;
    }
}

footer.main-footer .form-inline .contact-form input.form-control {
    width: 100%;
    font-size: calc(10px + .2vw);
    border-color: #ccc;
    line-height: normal;
    height: 46px;
}

    footer.main-footer .form-inline .contact-form input.form-control::placeholder {
        color: #999;
    }

    footer.main-footer .form-inline .contact-form input.form-control:-ms-input-placeholder {
        color: #999;
    }

    footer.main-footer .form-inline .contact-form input.form-control::-ms-input-placeholder {
        color: #999;
    }

    footer.main-footer .form-inline .contact-form input.form-control:focus {
        border-color: #4b2e83;
    }

footer.main-footer .form-inline .contact-form .form-group.has-error input.form-control {
    outline: 1px solid #b94a48 !important;
    border: 1px solid #b94a48 !important;
}

    footer.main-footer .form-inline .contact-form .form-group.has-error input.form-control::placeholder {
        color: #b94a48;
    }

    footer.main-footer .form-inline .contact-form .form-group.has-error input.form-control:-ms-input-placeholder {
        color: #b94a48;
    }

    footer.main-footer .form-inline .contact-form .form-group.has-error input.form-control::-ms-input-placeholder {
        color: #b94a48;
    }

#ctl00_ctl00_FooterContent_pnlForm .row {
    padding: 0;
    margin: 0;
}

footer.main-footer .form-inline p,
footer.main-footer .social-footer .signup-container a {
    font-size: calc(11px + .05vw);
    line-height: 1.5em;
}

#footer-form .form-group,
.consent div {
    display: block;
    padding: 0 .3em;
    margin-bottom: 0;
}

#footer-form .help-block.with-errors ul li {
    font-size: calc(10px + .2vw) !important;
}

#footer-form .btn-primary {
    line-height: 1.5;
}

.fa-input {
    font-family: 'FontAwesome', sans-serif;
}

footer.main-footer .social-footer h4 {
    margin-bottom: .5em;
    font-family: 'Open Sans';
}

@media (max-width: 767px) {
    footer.main-footer .social-footer .signup-container .contact-form {
        text-align: left;
    }
}

.btn.disabled {
    opacity: 1;
    cursor: pointer;
    background-color: #4b2e83;
    pointer-events: auto;
}

.btn-primary.disabled:active {
    background-color: #311e56;
}

.btn-primary.disabled:focus {
    outline: none;
}

section.content-block div.col-md-4 img {
    width: auto;
    max-width: 100%;
}






.btn-switch {
    font-size: 1em;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-switch__radio {
    display: none;
}

.btn-switch__label {
    display: inline-block !important;
    padding: .7em .85em;
    vertical-align: top;
    font-size: 1em;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    transition: color .2s ease-in-out;
    margin: 0;
}

    .btn-switch__label + .btn-switch__label {
        padding-right: .75em;
        padding-left: 0;
    }

div.question label span.btn-switch__txt {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 1.2em;
    opacity: 1;
    pointer-events: none;
    transition: opacity .2s ease-in-out;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 4px;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
    opacity: 0;
}

.btn-switch__label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #999;
    border-radius: 5em;
    box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
    transition: background .2s ease-in-out;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
    background: #4b2e83;
}

.btn-switch__label_no:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: .5em;
    bottom: .5em;
    left: .5em;
    width: 2em;
    background: #fff;
    border-radius: 5em;
    pointer-events: none;
    box-shadow: 0 .1429em .2143em rgba(43,43,43,.2), 0 .3572em .3572em rgba(43,43,43,.1);
    transition: left .2s ease-in-out, background .2s ease-in-out;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
    left: calc(100% - 2.5em);
    background: #fff;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
    z-index: 1;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
    color: #fff;
}



div.question > label.checkcontainer {
    display: block;
    position: relative;
    padding-left: 4em;
    cursor: pointer;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: calc(12px + .2vw);
    line-height: 1.6em;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkcontainer .checkmark {
    position: absolute;
    top: .2em;
    left: 0;
    height: 2.8em;
    width: 2.8em;
    background-color: white;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s,outline-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,outline-color ease-in-out .15s;
    transition: border-color ease-in-out .15s,outline-color ease-in-out .15s;
}

/* Focus state when tabbing */
.checkcontainer input:focus ~ .checkmark,
.checkcontainer input:active ~ .checkmark {
    border-color: #4b2e83;
    outline: 1px solid #4b2e83;
}
/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #4b2e83;
    border-color: #4b2e83;
    outline: 1px solid #4b2e83;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkcontainer .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    opacity: 1;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 1.1em;
    top: .5em;
    width: .6em;
    height: 1.2em;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tooltip {
    display: block !important;
}

    .tooltip.right .tooltip-inner {
        max-width: 90%;
        padding: 0px 10px;
        color: #333;
        text-align: left;
        font-family: 'Open Sans';
        font-size: calc(10px + .1vw);
        background-color: #f7f6f2;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.tooltip-arrow {
    display: none;
}

.fa.fa-question-circle {
    -webkit-appearance: radio;
    color: #4b2e83;
}

    .fa.fa-question-circle:focus {
        outline: none;
    }

.formcontainer .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    background-image: url(/assets/svg/60781.svg);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    cursor: pointer;
}

#btnSubmitRfi {
    text-transform: uppercase;
}

    #btnSubmitRfi:focus, #btnSubmitRfi:hover {
        color: white;
        border-color: #261743;
    }

div.question.checkboxes > label.checkcontainer {
    margin: 2em 0;
}

.checkboxes .checkcontainer .checkmark {
    top: -.5em;
    left: 0;
    height: 2.5em;
    width: 2.5em;
}

    .checkboxes .checkcontainer .checkmark:after {
        left: .85em;
        top: .4em;
    }




/* Small checkbox variant — used for multi-select interest grids */
.checkcontainer--sm {
    padding-left: 1.8em;
    font-size: calc(11px + .2vw);
    line-height: 1.5em;
}

.checkcontainer--sm .checkmark {
    top: .1em;
    height: 1.4em;
    width: 1.4em;
}

.checkcontainer--sm .checkmark:after {
    left: 0.45em;
    top: 0.18em;
    width: 0.3em;
    height: 0.65em;
    border-width: 0 2px 2px 0;
}

.checkboxes td > label {
    display: inline;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

.checkboxes input[type=checkbox] {
    width: 2.5em;
    height: 2.5em;
    z-index: 1000;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkboxes .icons:after {
    display: inline-block;
    left: .85em;
    top: .4em;
    width: .6em;
    height: 1.2em;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: relative;
    opacity: 0;
}

.checkboxes .icons {
    display: inline-block;
    position: relative;
    top: -.3em;
    left: 0;
    height: 2.5em;
    width: 2.5em;
    margin: 1em .5em 0;
    margin-left: 0;
    z-index: 0;
    background-color: white;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s,outline-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,outline-color ease-in-out .15s;
    transition: border-color ease-in-out .15s,outline-color ease-in-out .15s;
}

.checkboxes input[type=checkbox]:checked ~ .icons {
    background-color: #4b2e83;
    border-color: #4b2e83;
    outline: 1px solid #4b2e83;
}

    .checkboxes input[type=checkbox]:checked ~ .icons:after {
        opacity: 1;
    }

.checkboxes input[type=checkbox]:focus ~ .icons,
.checkboxes input[type=checkbox]:active ~ .icons {
    border-color: #4b2e83;
    outline: 1px solid #4b2e83;
}

.form-group label {
    text-transform: none;
}

.form-group {
    margin-bottom: 25px;
}

    .form-group .form-control {
        color: #444;
        font-size: 1em;
    }

.has-error .form-control {
    outline: 1px solid #b94a48 !important;
    border: 1px solid #b94a48 !important;
}

    .has-error .form-control:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }



.help-block {
    display: none;
}

.has-error .help-block {
    display: block;
}

.help-block.with-errors {
    margin-bottom: 0;
    font-size: .9em;
    margin-top: 5px;
}

    .formcontainer .bs-invalid.bs-placeholder,
    .bootstrap-select > .dropdown-toggle.bs-invalid.bs-placeholder,
    .formcontainer .bootstrap-select > .dropdown-toggle.bs-invalid.bs-placeholder:hover,
    .help-block.with-errors ul li {
        color: #b94a48;
    }






/*//end forms*/

/* =============================================================
   UW-9773 Issue 4 — newsletter consent spacing above Send button
   The consent text wraps to 2 lines at most widths but collapses
   to 1 line at some breakpoints, tightening the gap to the Send
   button. Reserve a consistent height from tablet up so the
   spacing reads the same whether or not the text wraps.
   ============================================================= */
@media (min-width: 768px) {
    .contact-form .question.form-group:has(.checkmarktextpopup) {
        min-height: 2.5rem;
    }
}

