﻿/*ApplicationForm*/


li {
    margin-left: 0px !important;
}

.rte h4 {
    font-family: 'Lato', sans-serif;
    font-size: 27.3px !important;
    line-height: 1.1 !important;
    font-weight: 300;
    color: #b4a06e;
    background-color: rgb(255, 255, 255);
    padding-left: 0px !important;
}

.input__segment-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.input__form {
    width: 100%;
}

.input__segment {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.input__segment-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

    .input__segment-radio:hover {
        cursor: pointer;
    }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.input__segment-holder .input__segment:first-child .input__segment-label {
    border-left: 1px solid #b3afab;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input__segment-radio:focus + .input__segment-label, .input__segment-radio:hover + .input__segment-label {
    background-color: #f4f4f3;
}

.input__segment-label {
    border-right: 1px solid #b3afab;
    border-bottom: 1px solid #b3afab;
    border-top: 1px solid #b3afab;
    color: #2e2c2c;
    display: block;
    padding: 12px 16px;
    text-align: center;
    -webkit-transition: border .2s cubic-bezier(.54,0,.24,1),color .2s cubic-bezier(.54,0,.24,1),background-color .2s cubic-bezier(.54,0,.24,1);
    transition: border .2s cubic-bezier(.54,0,.24,1),color .2s cubic-bezier(.54,0,.24,1),background-color .2s cubic-bezier(.54,0,.24,1);
    margin-bottom: 0;
}

.input__segment-radio:checked + .input__segment-label {
    background-color: #e4720b;
    border: 1px solid transparent;
    color: #fff !important;
}



.panel-default {
    border-color: #fff !important;
    margin: 1.2em 0 !important;
    box-shadow: none;
}

label.full-width {
    margin: 0px !important
}

legend {
    border-bottom: 1px solid #ffffff;
}

.validation-error {
    border: 1px solid #c62121 !important;
}


body {
    counter-reset: section; /* Set a counter named 'section', and its initial value is 0. */
}

.panel-heading {
    margin-left: 0px;
}

.input__legend, .panel-heading {
    max-width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    font-family: 'Quicksand', sans-serif !important;
    color: #404040 !important;
    padding: 0px;
    background-color: transparent !important;
    border: 0px;
    text-transform: none;
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .input__legend:before, .panel-heading:before {
        color: rgb(255, 255, 255);
        content: counter(section);
        counter-increment: section 1;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        margin-right: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 25px;
        background: #1d2e3e;
        border-radius: 50%;
        left: 0%;
        background-image: url(../../../Content/skins/beyondautism/images/panel-background.png);
    }

.input__heading {
    font-family: 'Lato', sans-serif;
    font-size: 27.3px !important;
    line-height: 1.1 !important;
    font-weight: 300;
    color: #b4a06e;
    background-color: rgb(255, 255, 255);
    padding-left: 0px !important;
}

.input__legend {
    font-size: 18px;
    font-family: Montserrat,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #6c6f70;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    line-height: 1.15;
    padding-left: 35px;
    position: relative;
    border: 0px !important;
    margin-left: 0px;
}

@media screen and (min-width:48.063em) {
    .input__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
    }

    .input__heading {
        font-size: 32px;
        line-height: 1.4
    }



    .lt-ie9 .input__form {
        display: inline-block;
        vertical-align: top;
        width: 64%
    }

    .input__sidebar {
        margin-top: 56px;
        width: 35%
    }
}

.form-control {
    border: 1px solid #b3afab;
}

.rte .brand-bullet-list, .rte .generic, .rte .tickList {
    font-family: 'Lato', sans-serif;
    font-size: 15.2px;
    line-height: 1.697;
    font-weight: 300;
    color: #666;
    position: relative;
    padding-left: 30px;
}

    .rte .tickList::before {
        content: "";
        height: 30px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 30px;
        background: url(//static.hillarys.co.uk/build/global/svgs/icon--tick-green.svg) 50% center / 60% no-repeat;
    }

.rte ul {
    margin: 0px;
    padding: 20px 0px;
}


ul li {
    list-style-type: none;
}

.appointment-form__error-message, .appointment-form__success-message {
    display: none;
    font-weight: 700;
    margin-bottom: 16px;
}

.tickList {
    line-height: 21px;
    font-family: Verdana,arial,helvetica,clean,sans-serif;
    font-size: 16px;
    margin-bottom: 2% !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .5px;
}

label {
    padding: initial;
    /* display: inline-block !important; */
    max-width: 100%;
    margin-bottom: initial;
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: Verdana,arial,helvetica,clean,sans-serif;
    color: #808080 !important;
    line-height: 22px !important;
}

.form-group {
    text-align: left;
}

    .form-group h1 {
        font-family: "Oswald",sans-serif !important;
        font-size: 16px !important;
        color: #363636 !important;
        font-weight: normal;
        line-height: 1.6;
        display: inline;
        width: 100%;
        text-align: left;
        padding: 10px;
        padding-left: 0px;
        text-transform: capitalize;
    }

.dz-message p {
    font-family: "Oswald",sans-serif !important;
    font-size: 16px !important;
    color: #363636 !important;
    font-weight: normal;
    line-height: 1.6;
    display: block;
    width: 100%;
    padding-left: 0px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none !important;
    }
}

.display-none {
    display: none !important;
}

.error {
    color: #c62121 !important;
}

/*Commonforms*/
.panel-default > .panel-heading {
    font-family: 'Lato', sans-serif;
    font-size: 27.3px !important;
    line-height: 1.1 !important;
    font-weight: 300;
    color: #b4a06e !important;
    background-color: rgb(255, 255, 255) !important;
}

.form-control[readonly] {
    width: 100% !important;
}

.hidden {
    display: none;
}



input[type="submit"], [type=button] {
    border: #ED7102 !important;
    background-color: #ED7102 !important;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    border-radius: 0px;
    line-height: 1;
    font-family: 'Helvetica Neue LT W01_55 Roman', arial, sans-serif !important;
    width: 100%;
    height: 44px;
    padding: 0 10px;
}

    input[type="submit"]:hover, [type=button]:hover {
        color: #fff !important;
        background-color: #55517b !important;
        border: 2px solid #55517b !important;
    }

.btn-file:hover {
    color: #b6dd7a !important;
}


.select2-container--default .select2-selection--multiple {
    margin-bottom: 1% !important;
    font-family: "Oswald",sans-serif !important;
    font-size: 16px !important;
    background: #fff;
    text-transform: none !important;
    color: #363636 !important;
    height: 56px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: none;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: none;
    border-radius: 0px !important;
    border: 2px solid #dbdbdb !important;
}

strong {
    font-family: Arial,sans-serif;
    font-size: 13px;
    color: gray;
    line-height: 1.3;
    font-weight: 200;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    height: 40px !important;
}

.rte .brand-bullet-list:before {
    margin-left: 0px !important;
}

.card {
    border: none;
}

.card-header {
    font-family: 'Lato', sans-serif !important;
    font-size: 27.3px !important;
    line-height: 1.1 !important;
    font-weight: 300;
    color: #b4a06e;
    background-color: rgb(255, 255, 255);
    padding-left: 0px !important;
    text-align: left;
    position: relative;
    background-color: transparent;
    border-color: transparent !important;
    padding: 0px;
}


/*Place Holder color change. Can remove this to show placeholders again*/

#JobResult .dropbox ::-webkit-input-placeholder {
    color: transparent !important;
}

#JobResult .dropbox :-ms-input-placeholder { /* IE 10+ */
    color: transparent !important;
}

#JobResult .dropbox ::-moz-placeholder { /* Firefox 19+ */
    color: transparent !important;
    opacity: 1 !important;
}

#JobResult .dropbox :-moz-placeholder { /* Firefox 4 - 18 */
    color: transparent !important;
    opacity: 1 !important;
}

#JobResult ::-webkit-input-placeholder { /* Chrome */
    color: transparent !important;
}

#JobResult :-ms-input-placeholder { /* IE 10+ */
    color: transparent !important;
}

#JobResult ::-moz-placeholder { /* Firefox 19+ */
    color: transparent !important;
    opacity: 1 !important;
}

#JobResult :-moz-placeholder { /* Firefox 4 - 18 */
    color: transparent !important;
    opacity: 1 !important;
}

.sr-only {
    position: initial !important;
    color: rgb(51, 51, 51);
    height: auto !important;
    overflow: visible !important;
    clip-path: initial;
    padding-left: 0px;
    font-size: 0.8em;
    margin-bottom: .5rem;
    width: 100%;
}

.brand-bullet-list:before, .rte .generic:before {
    content: "\25CF";
    left: 10px;
    position: absolute;
}

.brand-bullet-list:before {
    color: #93a8b7;
    margin-left: 30px;
}

.brand-bullet-list-ul {
    padding-left: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 15.2px;
    line-height: 1.697;
    font-weight: 300;
    color: #666;
}
/*.breadcrumb-item + .breadcrumb-item {
    padding-left: 0rem;
}*/
