:root {
    /*  color variables */
    --color-main: #002c5f;
    --color-main-secondary: #007FA5;
    --color-active: #204d74;
    --color-text: #413f40;
    --color-border-dk: #122b40;
    --color-border-lt: #ccc;
    --color-bg-dk: #666;
    --color-bg-btn: #666;
    --color-bg-lt: #f6f3f2;
    --color-error: #BE0A00;
    --color-bg-allDealer: #BE0A00;
    /* --color-bg-lt:#e4dcd3; */
}
#get-in-touch-widget-root * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#get-in-touch-widget-root .row{
    margin-right: -15px;
    margin-left: -15px;
}
#get-in-touch-widget-root textarea {
    overflow: auto;
}
#get-in-touch-widget-root .col-lg-1, #get-in-touch-widget-root .col-lg-10, #get-in-touch-widget-root .col-lg-11, #get-in-touch-widget-root .col-lg-12, #get-in-touch-widget-root .col-lg-2, #get-in-touch-widget-root .col-lg-3,
#get-in-touch-widget-root .col-lg-4, #get-in-touch-widget-root .col-lg-5, #get-in-touch-widget-root .col-lg-6, #get-in-touch-widget-root .col-lg-7, #get-in-touch-widget-root .col-lg-8, #get-in-touch-widget-root .col-lg-9, #get-in-touch-widget-root .col-md-1,
#get-in-touch-widget-root .col-md-10, #get-in-touch-widget-root .col-md-11, #get-in-touch-widget-root .col-md-12, #get-in-touch-widget-root .col-md-2, #get-in-touch-widget-root .col-md-3, #get-in-touch-widget-root .col-md-4, #get-in-touch-widget-root .col-md-5,
#get-in-touch-widget-root .col-md-6, #get-in-touch-widget-root .col-md-7, #get-in-touch-widget-root .col-md-8, #get-in-touch-widget-root .col-md-9, #get-in-touch-widget-root .col-sm-1, #get-in-touch-widget-root .col-sm-10, #get-in-touch-widget-root .col-sm-11,
#get-in-touch-widget-root .col-sm-12, #get-in-touch-widget-root .col-sm-2, #get-in-touch-widget-root .col-sm-3, #get-in-touch-widget-root .col-sm-4, #get-in-touch-widget-root .col-sm-5, #get-in-touch-widget-root .col-sm-6, #get-in-touch-widget-root .col-sm-7,
#get-in-touch-widget-root .col-sm-8, #get-in-touch-widget-root .col-sm-9, #get-in-touch-widget-root .col-xs-1, #get-in-touch-widget-root .col-xs-10, #get-in-touch-widget-root .col-xs-11, #get-in-touch-widget-root .col-xs-12, #get-in-touch-widget-root .col-xs-2,
#get-in-touch-widget-root .col-xs-3, #get-in-touch-widget-root .col-xs-4, #get-in-touch-widget-root .col-xs-5, #get-in-touch-widget-root .col-xs-6, #get-in-touch-widget-root .col-xs-7, #get-in-touch-widget-root .col-xs-8, #get-in-touch-widget-root .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#get-in-touch-widget-root label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.ReactModalPortal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.ReactModalPortal .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.ReactModalPortal .modal-header .close  {
    margin-top: -2px;
}
@media (min-width: 768px) {
    #get-in-touch-widget-root .col-sm-1, #get-in-touch-widget-root .col-sm-10, #get-in-touch-widget-root .col-sm-11,
    #get-in-touch-widget-root .col-sm-12, #get-in-touch-widget-root .col-sm-2, #get-in-touch-widget-root .col-sm-3,
    #get-in-touch-widget-root .col-sm-4, #get-in-touch-widget-root .col-sm-5, #get-in-touch-widget-root .col-sm-6,
    #get-in-touch-widget-root .col-sm-7, #get-in-touch-widget-root .col-sm-8, #get-in-touch-widget-root .col-sm-9 {
        float: left;
    }
    #get-in-touch-widget-root .col-sm-6 {
        width: 50%;
    }
    #get-in-touch-widget-root .col-sm-12 {
        width: 100%;
    }
    .ReactModalPortal .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}
@media (max-width: 768px) {
    .ReactModalPortal .reactModal, .ReactModalPortal .modal {
        min-width: unset !important;
    }
    #get-in-touch-widget-root #getInTouchContainer {
        bottom: 24px !important;
    }
}
/* get-in-touch pop-up */
#get-in-touch-widget-root .cf {
    zoom: 1;
}
#get-in-touch-widget-root #getInTouchContainer {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 1000;
    display: none;
}
#get-in-touch-widget-root .getInTouchForm {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 998;
}
#get-in-touch-widget-root .getInTouchLaunch {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 260px;
    height: 70px;
    border-radius: 40px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .14);
    border: #ccc solid 1px;
    background: #efefef;
    padding: 5px;
    transition: all 0.5s ease;
    left: 0;
}
#get-in-touch-widget-root .getInTouchTtl {
    position: absolute;
    width: 200px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    font-weight: bold;
    opacity: 1;
    right: 50px;
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 5px 15px;
    align-items: flex-start;
    z-index: 996 !important;
}
#get-in-touch-widget-root .getInTouchTtl span {
    font-size: 12px;
}
#get-in-touch-widget-root .getInTouchIcon {
    position: relative;
    background: #000;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: #fff solid 1px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 997 !important;
}
#get-in-touch-widget-root .getInTouchIcon i {
    animation: shake 0.1s ease-in-out 0.1s infinite alternate;
    color: #fff !important;
    font-size: 20px;
}
#get-in-touch-widget-root .getInTouchLaunch.slide-right {
    width: 70px;
    transition-delay: 0.1s;
}
#get-in-touch-widget-root .getInTouchLaunch.slide-right.slide-left {
    width: 260px;
    transition-delay: 0;
}
#get-in-touch-widget-root .getInTouchLaunch.slide-right .getInTouchTtl {
    opacity: 0;
    right: 10px;
}
#get-in-touch-widget-root .getInTouchLaunch.slide-right.slide-left .getInTouchTtl {
    opacity: 1;
    right: 50px;
    transition-delay: 0.5s;
}
/* form */
#get-in-touch-widget-root .getInTouchForm {
    display: none;
    width: 400px;
    padding: 10px 25px;
    background: #fff;
    border: #fff solid 1px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .14);
}
#get-in-touch-widget-root #dynamicForm .form_preferred_contact,
#get-in-touch-widget-root #dynamicForm .form_email,
#get-in-touch-widget-root #dynamicFormBook .form_preferred_contact,
#get-in-touch-widget-root #dynamicFormBook .form_email,
#get-in-touch-widget-root #dynamicFormReserve .form_preferred_contact,
#get-in-touch-widget-root #dynamicFormReserve .form_email {
    clear: both;
}
#get-in-touch-widget-root .form-group {
    min-height: 80px;
    margin-bottom: 15px;
}
#get-in-touch-widget-root .getInTouchForm .form-group {
    margin-bottom: 5px;
}
#get-in-touch-widget-root .getInTouchForm .submit.form-group {
    margin-bottom: 5px;
    background-color: transparent;
    border: none;
    cursor: auto;
}
#get-in-touch-widget-root .form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#get-in-touch-widget-root .getInTouchForm .form-header h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}
.ReactModalPortal .modal-header button.close {
    font-size: 30px;
    opacity: .8;
    margin-left: 15px;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    float: right;
    border: transparent solid 1px;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
}
#get-in-touch-widget-root .getInTouchForm .form-header button.close {
    font-size: 30px;
    opacity: .8;
    margin-left: 15px;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    float: right;
    border: transparent solid 1px;
    min-height: 44px;
}
#get-in-touch-widget-root .getInTouchForm #dynamicFormWrap form {
    clear: both;
    margin: 0;
    overflow: hidden;
    text-align: left;
}
#get-in-touch-widget-root .content-message {
    overflow: hidden;
    width: 100%;
    padding: 0 15px;
}
#get-in-touch-widget-root .content-message p {
    color: green !important;
    border: 1px solid;
    padding: 10px !important;
}
#get-in-touch-widget-root .content-message.message {
    padding: 0;
}
#get-in-touch-widget-root .form-wrapper-contact .content-message.message {
    padding: 0 15px !important;
}
#get-in-touch-widget-root .form-group label {
    font-size: 14px;
    line-height: 20px;
}
#get-in-touch-widget-root #dynamicForm .formInput,
#get-in-touch-widget-root #dynamicFormBook .formInput,
#get-in-touch-widget-root #dynamicFormReserve .formInput {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 15px;
    height: 34px;
    padding: 2px 8px;
    vertical-align: middle;
    width: 100%;
}
#get-in-touch-widget-root option {
    font-size: 16px;
    min-height: 40px;
}
#get-in-touch-widget-root .group-checkbox input {
    float: left;
    margin-right: 6px;
    margin-top: 1px !important;
}
#get-in-touch-widget-root .checkContainer {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin: 5px 0;
    min-height: 25px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#get-in-touch-widget-root .checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#get-in-touch-widget-root #dynamicForm .group-checkbox input,
#get-in-touch-widget-root #dynamicFormBook .group-checkbox input,
#get-in-touch-widget-root #dynamicFormReserve .group-checkbox input {
    float: left;
    margin-right: 6px;
    margin-top: 3px;
}
#get-in-touch-widget-root .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: #ccc solid 1px;
    border-radius: 3px;
}
#get-in-touch-widget-root .form-group.group-checkbox label span {
    display: block;
    line-height: 15px;
}
#get-in-touch-widget-root .checkContainer:hover input~.checkmark {
    background-color: #ccc;
}
#get-in-touch-widget-root .checkContainer input:checked~.checkmark {
    background-color: var(--color-main);
    border-color: var(--color-main);
}
#get-in-touch-widget-root .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
#get-in-touch-widget-root .checkContainer input:checked~.checkmark:after {
    display: block;
}
#get-in-touch-widget-root .checkContainer .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#get-in-touch-widget-root .btn, .ReactModalPortal .btn,
#get-in-touch-widget-root .btn:visited, .ReactModalPortal .btn:visited,
#get-in-touch-widget-root button, .ReactModalPortal button,
#get-in-touch-widget-root button:visited, .ReactModalPortal button:visited,
#get-in-touch-widget-root .button, .ReactModalPortal .button,
#get-in-touch-widget-root .button:visited, .ReactModalPortal .button:visited,
#get-in-touch-widget-root .btnSubmit, .ReactModalPortal .btnSubmit,
#get-in-touch-widget-root .btnSubmit:visited, .ReactModalPortal .btnSubmit:visited,
#get-in-touch-widget-root .readmore, .ReactModalPortal .readmore,
#get-in-touch-widget-root .readmore:visited, .ReactModalPortal .readmore:visited {
    transition: background-color .2s linear;
    display: inline-block;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 10px 15px;
    line-height: 20px;
    color: #fff;
    background-color: var(--color-bg-btn);
    border: var(--color-bg-btn) solid 1px;
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    white-space: normal;
}
#get-in-touch-widget-root button.close, .ReactModalPortal button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.ReactModalPortal button.close{
    margin-top: -2px;
}
#get-in-touch-widget-root button.close span, .ReactModalPortal button.close span{

}
#get-in-touch-widget-root .btnSubmit,
#get-in-touch-widget-root .btnSubmit:visited {
    min-width: 200px;
    font-size: 16px;
}
#get-in-touch-widget-root .btn:hover, .ReactModalPortal .btn:hover,
#get-in-touch-widget-root .btn:focus, .ReactModalPortal .btn:focus,
#get-in-touch-widget-root button:hover, .ReactModalPortal button:hover,
#get-in-touch-widget-root button:focus, .ReactModalPortal button:focus,
#get-in-touch-widget-root .button:hover, .ReactModalPortal .button:hover,
#get-in-touch-widget-root .button:focus, .ReactModalPortal .button:focus,
#get-in-touch-widget-root .readmore:hover, .ReactModalPortal .readmore:hover,
#get-in-touch-widget-root .readmore:focus, .ReactModalPortal .readmore:focus,
#get-in-touch-widget-root .btn-primary:hover, .ReactModalPortal .btn-primary:hover,
#get-in-touch-widget-root .btn-primary:focus, .ReactModalPortal .btn-primary:focus  {
    background: var(--color-active);
    border-color: var(--color-active);
    color: #fff;
}
#get-in-touch-widget-root button:not(.navbar-toggle):hover, .ReactModalPortal button:not(.navbar-toggle):hover,
#get-in-touch-widget-root .button:hover, .ReactModalPortal .button:hover,
#get-in-touch-widget-root a.button:hover, .ReactModalPortal a.button:hover,
#get-in-touch-widget-root button:not(.navbar-toggle):focus, .ReactModalPortal button:not(.navbar-toggle):focus,
#get-in-touch-widget-root .button:focus, .ReactModalPortal .button:focus {
    background: var(--color-main-secondary) !important;
    color: #fff !important;
    border: var(--color-main-secondary) solid 1px !important;
}
#get-in-touch-widget-root #googleRecaptchaDisclaimer p {
    color: #2c2c2c;
    font-size: 11px !important;
    line-height: 15px;
    text-transform: none;
}
#get-in-touch-widget-root #googleRecaptchaDisclaimer p a {
    text-decoration: underline;
}
.srv-validation-message {
    color: var(--color-error) !important;
    display: block;
    line-height: 20px;
    font-size: 12px !important;
    font-weight: 600;
}
/********* Modal *********/
.ReactModalPortal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000073;
    z-index: 10000;
}
.ReactModalPortal .reactModal {
    position: absolute;
    display: block;
    width: 80%;
    min-width: 600px;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    z-index: 999;
}
.ReactModalPortal .modal-content {
    color: var(--color-text);
}
.ReactModalPortal .reactModal .modal-content {
    overflow-y: auto;
}
.ReactModalPortal .modal-header {
    padding: 30px 15px 0 30px;
    overflow: hidden;
    border-bottom: 0;
}
.ReactModalPortal .reactModal .modal-header {
    border-bottom: none;
    display: flex;
    align-items: top;
    justify-content: space-between;
}
.ReactModalPortal .reactModal .modal-title {
    margin-right: 0px !important;
}
.ReactModalPortal .reactModal button.close {
    min-height: unset;
}
.ReactModalPortal .blockMsg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ReactModalPortal .successIcon,
.ReactModalPortal .errorIcon {
    font-size: 40px;
    margin-right: 15px;
    display: block;
}
.ReactModalPortal .successIcon {
    color: green;
}
.ReactModalPortal .errorIcon {
    color: red;
}
.ReactModalPortal .blockMsg h4{
    font-size: 20px;
    margin: 15px 0;
}
.ReactModalPortal .modal-body {
    position: relative;
    padding: 15px 30px 30px;
}
.grecaptcha-badge {
    visibility: hidden;
}
/* Firefox */
#get-in-touch-widget-root input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
@media(max-width:575px) {
    #get-in-touch-widget-root .getInTouchForm {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
@keyframes shake {
    from {
        transform: rotate(10deg);
    }
    to {
        transform-origin: center center;
        transform: rotate(-10deg);
    }
}
@-webkit-keyframes shake {
    from {
        -webkit-transform: rotate(10deg);
    }
    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-10deg);
    }
}
