﻿/*General Style*/

.body {
    font-family: 'Lato', Arial, Sans serif;
    font-size: 16px;
    padding-bottom: 0px;
    color: #625D58 !important;
}

p, span, strong, h3, h4, th, div, label {
    font-family: 'Lato', Arial, Sans serif;
    color: #625D58;
}

i {
    color: #385888;
    font-size: 0.8em !important;
    font-weight: 400 !important;
}

a {
    color: #385888;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.package-label {
    padding: 5px 10px;
}

.modal {
    height: 80%;
}

modal-header {
    border: 0;
    height: 10px;
}

h5#exampleModalLongTitle {
    color: #385888;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
}

#modal-title {
    color: #385888;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
}

.modal-body {
    font-weight: 400;
    font-family: 'Lato';
}


.p {
    text-align: justify;
}

h3 {
    font-weight: 600;
}

input[type=checkbox], input[type=radio] {
    margin-right: 10px;
}

.bg_bottom {
    background: #385888 !important;
}

.alert-info {
    font-family: 'Lato', Arial, Sans serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 15px;
    color: #0c5460 !important;
}

span#ctl00_ContentPlaceHolder1_Wizard1_lblOneTimeFeeName {
    color: #0c5460 !important;
}

span#ctl00_ContentPlaceHolder1_Wizard1_lblOneTimeFee {
    color: #0c5460 !important;
}


/*Finish General Style*/


/*Start Header Style (Property, Image, Instroduction)*/

.topline {
    height: 10px;
    background-color: #385888;
}

.welcome_text {
    font-family: 'Lato', Arial, Sans serif;
    color: #385888;
    font-size: 1.5rem;
    line-height: 36px;
    padding-top: 40px;
    font-weight:600;
}

.property_name {
    font-family: 'Lato', Arial, Sans serif;
    color: #625D58;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 40px;
}

    .property_name:before {
        padding-right: 10px;
        color: #385888;
        content: "\f041";
        font: normal normal normal 24px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

.view-more:before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    color: #385888;
}

.headerimage {
    object-fit: cover;
    width: 100%;
    max-height: 330px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.introduction_text {
    padding-top: 50px;
}

.text {
    font-family: 'Lato', Arial, Sans serif;
    color: #625D58;
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
}

/*Finish Header Style (Property, Image, Instroduction)*/


/* Start Form Controls */

.form-control {
    height: 42px;
    border: 1px solid #B0B8BD;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Lato', Arial, Sans serif;
    color: #625D58;
    font-weight: 400;
    font-size: 0.9rem;
}

    .form-control:focus {
        border-color: #AE926C;
        box-shadow: 0 0 2px #AE926C;
    }

.form-inputs {
    padding-top: 20px;
}

.form-control-small {
    height: 28px;
    width: 55px;
    border: 1.5px solid #B0B8BD;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Lato', Arial, Sans serif;
    color: #625D58;
    font-weight: 400;
    padding: 5px;
}

label {
    font-family: 'Lato', Arial, Sans serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: #625D58;
    margin-bottom: .4rem;
}

.label--info {
    font-size: 0.7rem;
    font-weight: 400;
    margin-top: 4px;
}

.req {
    font-family: 'Lato', Arial, Sans serif;
    color: #625D58;
}

.small {
    font-size: 0.6rem !important;
    font-weight: 400 !important;
    margin-top: 4px !important;
}

#ctl00_ContentPlaceHolder1_Wizard1__maxDelegates {
    font-size: 0.7rem;
    font-weight: 400;
}

#ctl00_ContentPlaceHolder1_Wizard1__numberOfAttendees {
    margin-bottom: .3rem;
}

.invalid {
    border: 1px solid #b00020;
    box-shadow: 0 0 2px #b00020;
}

div#event-datepicker > input {
    border-right: 0;
}

.event-datepicker-icon {
    border: 1px solid #B0B8BD;
    border-left: 0px;
}

.event-datepicker-icon > span {
    padding: 11px;
}


#event-datepicker .event-datepicker-icon {
    position: absolute;
    right: 0;
    z-index: 3;
    top: 1px;
    background: transparent;
    border-bottom: none;
    height: 41px;
    border-top: none;
}


input[type=text]::-ms-clear {
    display: none;
} 


small {
    font-weight: 400;
}

span#ctl00_ContentPlaceHolder1_Wizard1_AttendeesCompVal {
    color: #b00020 !important;
    font-weight: 400;
    font-size: 0.7rem;
}

span#ctl00_ContentPlaceHolder1_Wizard1__emailVal {
    color: #b00020 !important;
    font-weight: 400 !important;
    font-size: 0.7rem;
    margin-top: 4px;
    display: block !important;
}



/* End Form Controls */


/* Start PackagesPanel */

.packagespanel {
    background-color: #AE926C25;
    padding: 25px;
    margin-top: 25px;
}

.title_packagespanel {
    padding-bottom: 12px;
    font-family: 'Lato', Arial, Sans serif;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight:600;
}

.packagespanel label{
    font-size:0.9rem;
    margin-bottom:12px;
}

/* End PackagesPanel */


/*Start Buttons*/

.btn-primary {
    background-color: #AE926C !important;
    font-family: 'Lato', Arial, Sans serif;
    color: #ffffff !important;
    display: inline-block;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #AE926C !important;
    padding: 12px 40px;
    border-radius: 0;
    height: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 18px;
    margin-left: 15px;
}

    .btn-primary:hover {
        background-color: #91754f !important;
        border: 2px solid #91754f !important;
        color: #ffffff !important;
    }

.btn-secondary {
    background-color: #ffffff !important;
    font-family: 'Lato', Arial, Sans serif;
    color: #AE926C !important;
    display: inline-block;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #AE926C !important;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 12px 40px;
    line-height: 18px;
}

    .btn-secondary:hover {
        background-color: #AE926C !important;
        color: #ffffff !important;
    }

.btn-survey {
    background-color: #ffffff !important;
    font-family: 'Lato', Arial, Sans serif;
    color: #385888 !important;
    display: inline-block;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #ffffff !important;
    padding: 12px 40px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 16px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/*Finish Buttons*/


/*Start Breadcrumbs Style*/

.breadcrumbs li a:before {
    display: none;
}

.breadcrumbs li a:after {
    display: none;
}

.breadcrumbs li {
    width: 24.6%;
    margin-right: .3%;
}

    .breadcrumbs li a {
        background-color: #AE926C25 !important;
        color: #AE926C !important;
        font-family: 'Lato', Arial, Sans serif;
        font-size: 0.85rem !important;
        font-weight: 600 !important;
        line-height: 45px;
        height: 45px;
        vertical-align: middle;
        text-align: center;
        border-bottom: solid 2px #AE926C25;
        margin-right: .5%;
        padding: 0;
        width: 100%;
    }

    .breadcrumbs li.active a {
        border-bottom: solid 2px #AE926C;
        background-color: #AE926C;
    }

.breadcrumbs {
    padding-top: 40px;
}

    .breadcrumbs li:first-of-type a {
        padding-left: 0px;
    }

    .breadcrumbs:last-child {
        margin-right: 0;
    }


/*End Breadcrumbs Style*/


/*Start BlockOptions*/

.block_title {
    font-family: 'Lato', Arial, Sans serif;
    color: #AE926C !important;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size:1rem;
}

.block_items {
    margin-top: 15px;
}

.popup-panel {
    padding: 30px;
    font-family: 'Lato', Arial, Sans serif !important;
    font-weight: 400;
    border: none;
    -webkit-border-radius: 0;
}

.popover {
    font-family: 'Lato', Arial, Sans serif !important;
    font-weight: 400 !important;
    font-size: .8rem !important;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .2rem !important;
    color: #625D58 !important;
}

/*End BlockOptions*/


/*Start Survey Style*/

.survey {
    height: auto;
    background-color: #385888;
    margin-top: 50px;
    padding: 40px;
    border-radius: 5px;
}

.survey-icon {
    font-size: 110px;
    color: #ffffff;
    opacity: 0.5;
}

.survey-title {
    font-family: 'Lato', Arial, Sans serif;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 10px;
}

.survey-text {
    font-family: 'Lato', Arial, Sans serif;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 20px;
}

/*End Survey Style*/


/* Start Radio Buttons */

.radio {
    font-family: 'Lato', Arial, Sans serif;
    font-weight: 400;
    color: #625D58;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        font-size:1rem;
        line-height:1.1rem;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 15px;
            height: 15px;
            border: 1px solid #B0B8BD;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 7px;
            height: 7px;
            background: #625D58;
            position: absolute;
            top: 6px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.1s ease;
            transition: all 0.1s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/* End Radio Buttons */


/* Start Checkboxes */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        font-size:1rem;
        line-height:1rem;
    }

        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 15px;
            height: 15px;
            border: 1px solid #B0B8BD;
            background: #fff;
            border-radius: 2px;
            outline: none;
        }

        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '\f00c';
            position: absolute;
            top: .20rem;
            left: .10rem;
            font-size: .8rem;
            line-height: 0.8;
            color: #333333;
            transition: all .2s;
            font-family: 'Fontawesome';
            outline: none;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

/* End Checkboxes  */



/* Start Summary */
a.acordion-header, div.summary-header {
    font-weight: 600 !important;
}

.item-label {
    font-weight: 400;
    font-size: 1rem;
}

.item-price {
    font-weight: 400;
    font-size: 1rem;
}

.package_description {
    font-weight: 400;
    font-size: 1rem;
}

.totals .item-price {
    font-weight: 600;
}

i.fa.fa-plus-circle {
    float: right;
}

.card-body {
    font-weight: 400;
}

    .card-body table thead tr th:last-child {
        text-align: right;
        padding-right: 30px;
    }

.acordion-header:after {
    font-family: 'Fontawesome';
    padding-right: 10px;
    color: #AE926C;
    content: "\f056";
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.collapsed:after {
    font-family: 'Fontawesome';
    padding-right: 10px;
    color: #AE926C;
    content: "\f055";
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

div#contact_options label {
    font-size: 1rem;
}

thead {
    color: #625D58;
}


/* End Summary */


/* Start Quote Page */

.quote-content-wrapper .intro {
    background-color: #f0f3f6;
    padding: 35px;
    margin-bottom: 30px;
    margin-top: 25px;
    font-weight: 400;
    color: #625D58;
}

.quote-content-wrapper .subtitle {
    font-weight: 600;
    font-family: 'Lato', Arial, Sans serif;
}

.quote-content-wrapper .divider {
    width: 70%;
    border-top: 2px solid #385888;
    margin-left: 0;
    text-align: left;
}

.quote-content-wrapper .wsummary {
    padding: 1% 2%;
}

.quote-content-wrapper .package_info {
    font-weight: 600;
    padding-top: 20px;
    display: block;
}

.quote-content-wrapper .package_description {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.quote-content-wrapper .accordion {
    border-bottom: 2px solid #AE926C;
}

.quote-content-wrapper .wsummary {
    display: none;
}

.quote-content-wrapper .section-header {
    background-color: #AE926C25;
    color: #AE926C;
}

.quote-content-wrapper i {
    font-size: 17px;
}

.quote-content-wrapper.acordion-header,
.quote-content-wrapper.acordion-header :active {
    text-align: left;
    width: 100%;
}

a.acordion-header, div.summary-header {
    color: #AE926C;
    text-transform: capitalize;
    vertical-align: middle;
    outline: 0;
    line-height: 1.5;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
}

div#cardHeader {
    padding-right: 12px;
}

a.acordion-header span {
    color: #AE926C;
}

div.summary-header, .card-header {
    background-color: #AE926C25;
    padding: .75rem 1.25rem;
}

div.summary-header {
    border-bottom: 2px solid #AE926C;
}

.quote-content-wrapper .table > tbody > tr > td {
    font-family: 'Lato', Arial, Sans serif;
    color: #625D58;
    border-top: 0px;
}

.quote-content-wrapper .table {
    table-layout: fixed;
}

    .quote-content-wrapper .table > tbody > tr > td.item-price {
        text-align: right;
        padding-right: 3%;
    }

    .package_info, .package_description, div.summary-header,
    .quote-content-wrapper .table > tbody > tr > td.item-label,
    .quote-content-wrapper .table > tbody > tr > td.left-column,
    .quote-content-wrapper .table > thead > tr > th.left-column {
        padding: .75rem 1.25rem;
    }

.quote-content-wrapper table.table.table-striped.totals > tbody > tr > td.item-label {
    font-weight: 600;
}

.comments {
    padding: 2%;
}

.quote-pharagrap {
    text-align: justify;
    font-weight: 400;
    font-size: 1rem;
}

.wsalutation {
    text-align: justify;
    font-weight: 400;
    font-size: 1rem;
}

.wgreeting {
    font-weight: 400;
    font-size: 1rem;
}

#quote .quote-pharagrap {
    margin-bottom: 35px;
}

.card-body, .card-body .table, .card-body .table .table {
    margin: 0;
    padding: 0;
}

.quote-content-wrapper .quote-content .row, .additional-information {
    margin-bottom: 3%;
}

#quote.row {
    margin-bottom: 0;
}

.wpropertydetails {
    margin-right: -15px;
    margin-left: -15px;
    font-weight: 400;
}

.lnr-heart:before {
    color: #ffffff;
}

table.table.table-striped.summary {
    border: 1px solid rgba(0,0,0,.125);
}

.quote-content-wrapper .quote-content .row.wpropertydetails {
    margin-bottom: 0;
}

.content2 {
    margin-top: 15px;
}

.quote-content-wrapper row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.quote-content-wrapper table.table.table-striped.totals > tbody > tr > td.item-label {
    font-weight: 600;
}

/* End Quote Page */


/* Starts Popup Styles */


.f-quote-popup-btns {
    text-align: left;
    margin: 25px 0px;
}

.popup-wrapper {
    margin-left: auto !important;
}

.popup-panel-medium {
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 0px;
    -mox-border-radius: 0px;
    -webkit-border-radius: 0px;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 700px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

/* End Popup Styles */


/*Start Footer Style*/

.foottext {
    font-family: 'Lato', Arial, Sans serif !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.bg_bottom {
    padding-top: 40px;
    padding-bottom: 50px;
}

.privacystatement-title {
    font-family: 'Lato', Arial, Sans serif;
    color: #385888;
    font-size: 24px;
    line-height: 36px;
    padding-top: 40px;
    padding-bottom: 25px;
}

div#footer {
    position: relative;
    margin-top: 100px;
}

.privacylink{
    margin-right:20px;
}



/*End Footer Style*/

/* Start Other Elements Style*/

.package-popup-overlay {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #AE926C;
    border-bottom: 1px solid #AE926C25;
}

div#ctl00_ContentPlaceHolder1_Wizard1_rowFunctionOTF {
    margin-left: 15px;
}

.wcomplete-btn-row .btn {
    margin-right: 10px;
    float: left;
}

/*End Other Elements Style*/

/*Start Media Query Style*/

@media only screen and (max-width: 700px) {

    .breadcrumbs li {
        width: 48%;
        margin-right: .3%;
        margin-bottom: .5%;
    }

    .survey-title {
        text-align: center;
    }

    .survey-text {
        text-align: center;
    }

    .survey-action {
        text-align: center;
    }

    .survey-icon {
        text-align: center;
        padding-bottom: 20px;
    }

    span.lnr.lnr-thumbs-up {
        font-size: 5rem;
    }

    .popup-wrapper, .popup-wrapper {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
    }

    div#footer {
        margin-top: 60px !important;
    }
}

@media only screen and (max-width: 767px) {

    .survey-title {
        text-align: center;
    }

    .survey-text {
        text-align: center;
    }

    .survey-action {
        text-align: center;
    }

    .survey-icon {
        text-align: center;
        padding-bottom: 20px;
    }

    span.lnr.lnr-thumbs-up {
        font-size: 5rem;
    }
}

/*End Media Query Style*/


