@font-face {
    font-family: 'Andes';
    src: url("clientlibs/fonts/304244_1_0.eot");
    src: url("clientlibs/fonts/304244_1_0.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/304244_1_0.woff2") format("woff2"), url("clientlibs/fonts/304244_1_0.woff") format("woff"), url("clientlibs/fonts/304244_1_0.ttf") format("truetype")
}
.modal label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
ol {
    margin-bottom: 0px;
   /*list-style: none;*/
}
.modal a:hover,
.modal a:focus {
    color: #004c92;
    text-decoration: none;
    border-bottom: 0;
}
.modal a {
    color: #0071BC;
}
.modal button,
.modal input,
.modal optgroup,
.modal select,
.modal textarea {
    margin: 3px 0.5ex;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal * {
    direction: ltr;
}
html[lang="ar"] .modal * {
    direction: rtl;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal-dialog {
    width: 64%;
    margin: 30px auto;
}
.modal label {
    font-size: 14px;
    font-weight: bold;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal .form-control {
    height: 45px;
    color: #333;
    font-weight: 600;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
textarea.form-control {
    height: auto !important;
}
.modal input[type=radio] {
    vertical-align: baseline;
    margin-right: 5px;
}
.modal .close {
    color: white;
    opacity: 0.7;
}
.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);
}
.modal-title {
    color: white;
}
.modal-body {
    position: relative;
}
.model-body p {
    font-size: 16px;
    line-height: 22px;
}
.modal-footer {
    padding: 16px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.modal-footer .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.modal-footer .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.modal-show {
    background: rgba(60, 60, 60, 0.46) !important;
    opacity: 1;
}
.modal.fade .modal-dialog.show {
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    transform: translate(0, 25%);
}
.modal-header {
    padding: 16px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #0071bc;
    color: white;
}
#squarespaceModal .modal-header,
#squarespaceModal .modal-body,
#squarespaceModal .modal-footer {
    padding: 32px 64px;
}
.modal-body .primary-light-blue-btn {
    background-color: #0071BC;
    margin-right: 16px
}
.modal-body .primary-light-blue-btn:last-child {
    margin-right: 0px
}
.modal-body .btn-default {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    word-wrap: break-word;
    text-transform: capitalize;
    white-space: normal;
    letter-spacing: 0.78px;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    text-align: center
}
.modal-body .btn-lg {
    min-width: 140px;
    text-transform: uppercase;
    padding: 12px 12px 12px 12px;
    margin-bottom: 16px
}
.modal-body .primary-light-blue-btn:hover,
.primary-light-blue-btn:focus,
.primary-light-blue-btn:active {
    background-color: #004c92!important;
    ;
    color: #fff
}

@media(max-width:991px)
    {
        #squarespaceModal .modal-header,
        #squarespaceModal .modal-body,
        #squarespaceModal .modal-footer {
                padding: 16px 32px;
        }
		.modal-dialog {
            width: 85%;
        }
}
@media(max-width:767px)
    {
        #squarespaceModal .modal-header,
        #squarespaceModal .modal-body,
        #squarespaceModal .modal-footer {
                padding: 16px 16px;
        }
        .modal-dialog {
            width: 95%;
        }
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button,
input {
    line-height: normal;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0px;
    vertical-align: baseline;
}

.l-page {
    font: 13px "Open Sans", sans-serif;
}
.modal {
    z-index: 19999;
}
.modal-body {
    padding: 16px;
    max-height: 75vh;
    overflow-y: auto;
}
.model-header {
    border-radius: 6px 6px 0 0;
}
.modal-title {
    margin: 0;
    line-height: 1;
    font-weight: 600;
}
.model-content {
    padding-bottom: 6px;
}
.form-group {
    overflow: hidden;
}
html[lang="ar"] .form-control {
           width: 97%;
}
html[lang="ar"] .modal .close {
    float: left;
}
label.radio-label.col-md-4 {
    margin-bottom: 10px;
}
.has-success .radio-label {
    color: #3c763d;
}
.form-group.has-error .radio-label {
    color: #a94442;
}
label.help-block {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}
h2,
.h2 {
    font-family: "Andes", sans-serif;
    font-size: 32px;
    line-height: 38px;
    margin: 0px 0px 16px 0px;
    font-weight: bold;
}
@media (min-width: 320px) {
    .l-page {
        width: 320px;
        padding: 0px 10px;
    }
}
@media (min-width: 420px) {
    .l-page {
        padding: 0px 5px;
    }
    .l-page {
        width: 420px;
    }
    .survey input {
        margin: 5px 0 0;
    }
}
@media (max-width: 767px) {
    #squarespaceModal .modal-header,
    #squarespaceModal .modal-body,
    #squarespaceModal .modal-footer {
        padding: 16px 32px;
    }
    label.radio-label.col-md-4 {
        display: block;
    }
}
@media (min-width: 640px) {
    .l-page {
        width: 640px;
        padding: 5px 10px 5px;
    }
}
@media (min-width: 768px) {
    .l-page {
        width: 768px;
        padding: 0px 10px 5px;
    }
}
@media (min-width: 960px) {
    .l-page {
        width: 960px;
    }
    .l-page {
        padding: 0px 0px 5px;
    }
}