﻿/* ----------GLOBAL STYLES ---------- */
body {
    color: var(--text-color);
    font-family: var(--font-family);
    font-size: 16px;
}

.ie8 {
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 25px;
}

a {
    color: var(--primary-link-color);
}

    a:hover {
        color: #1191c2;
        text-decoration: underline;
    }

    a.dark {
        color: #565656;
    }

        a.dark:hover {
            color: #565656;
            text-decoration: underline;
        }

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.bullets {
        list-style: disc;
        margin-left: 15px;
    }

.uppercase {
    text-transform: uppercase;
}

.text-left,
.text-right {
    text-align: left;
}

.text-center {
    text-align: center;
}

.bold, b, strong {
    font-family: var(--font-family);
    font-weight: bold;
}

.bold-condensed {
    font-family: var(--font-family);
}

h1,
.h1 {
    color: #000;
    font-family: var(--font-family-body);
    font-size: 50px;
    margin: 20px 0 15px;
}

h2,
.h2 {
    color: var(--heading-color);
    font-family: var(--font-family-body);
    font-size: 28px;
}

h3,
.h3,
h3 a {
    color: #000;
    font-family: var(--font-family-body);
    font-size: 25px;
    /*text-transform: uppercase;*/
}

h4,
.h4 {
    color: #231f20;
    font-family: var(--font-family-body);
    font-size: 22px;
    margin-top: 0;
}

h5,
.h5 {
    color: #231f20;
    font-family: var(--font-family-body);
    font-size: 20px;
    font-weight:bold;
    margin-bottom: 5px;
    margin-top: 0;
}

h6,
.h6 {
    color: #231f20;
    font-family: var(--font-family-body);
    font-size: 18px;
    margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
    Specificity: (0,1,0) {
        line-height: 1.1;
        font-weight:bold!important;
}

.sprite {
    background: url(../Images/sprite.png) no-repeat 0 0;
}

.blue {
    color: #376793;
}

img {
    max-width: 100%;
}

.video-thumb {
    position: relative;
}

.border-right {
    border-right: 1px #d8d8d8 solid;
}

.border-left {
    border-left: 1px #d8d8d8 solid;
}

.border-bottom {
    border-bottom: 1px solid #d8d8d8;
}

.repeating-blocks [data-ux-pagebuilder="Column"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.err-msg  
{
	border: 1px dotted #9e0b0f; 
	color: #9e0b0f !important; 
	font-weight: normal !important;
	padding: 5px; 
	text-align: left !important;
}

/* ---------- BUTTONS ---------- */
/* ---------- BUTTONS ---------- */
.btn {
    margin-top: 10px;
    padding: 8px 16px;
}

.btn-primary {
    background-color: #ef841e;
    border-color: #ef841e;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-family: Roboto Flex,sans-serif;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 16px;
    text-transform: uppercase;
    white-space: normal;
}
    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #ef631e;
        border-color: #ef631e;
    }

    .btn-primary.btn-demo {
        background-color: #679ac9;
        border-color: #679ac9;
        margin-top: 12px;
        padding-bottom: 9px;
        padding-left: 65px;
        padding-top: 9px;
        position: relative;
    }

        .btn-primary.btn-demo:hover {
            background-color: #5886b0;
            border-color: #5886b0;
        }

        .btn-primary.btn-demo .demo {
            display: block;
            height: 44px;
            left: 10px;
            position: absolute;
            top: -5px;
            width: 49px;
        }

.btn-play {
    background-position: 0 -412px;
    bottom: 0;
    display: block;
    height: 76px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    width: 82px;
}

    .btn-play:hover {
        cursor: pointer;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

/* ---------- TABLES ---------- */
.table {
    table-layout: fixed;
}

    .table td {
        font-size: 12px;
        vertical-align: middle;
    }

    .table thead > tr > th,
    .table tbody > tr > th,
    .table tfoot > tr > th {
        background: #f2f2f2;
        border-bottom: none;
        border-top: none;
        border-left: #d8d8d8 1px solid;
        border-right: #d8d8d8 1px solid;
        font-size: 13px;
        font-weight: normal;
        text-align: center;
    }

    .table tbody tr.section-title td {
        padding-left: 0;
    }

    .table thead > tr > td,
    .table tbody > tr > td,
    .table tfoot > tr > td {
        border-left: #d8d8d8 1px solid;
        border-right: #d8d8d8 1px solid;
        border-top: #d8d8d8 1px solid;
        text-align: center;
        vertical-align: middle;
    }

    .table td.first,
    .table td.first,
    .table td.first,
    table th.first,
    .table th.first,
    .table th.first {
        text-align: left;
        border-left: none;
    }

    .table td.last,
    .table td.last,
    .table td.last,
    table th.last,
    .table th.last,
    .table th.last {
        border-right: none;
    }

    .table h4, .table h5, .table h6 {
        color: #565656;
    }


/* ---------- FORMS ---------- */
.has-error .form-control {
    border-color: #b94a48 !important;
}

.placeholder {
    color: #acacac;
}

.form-control:-moz-placeholder {
    color: #acacac;
}

.form-control::-moz-placeholder {
    color: #acacac;
}

.form-control:-ms-input-placeholder {
    color: #acacac;
}

.form-control::-webkit-input-placeholder {
    color: #acacac;
}

.form {
    margin-top: 20px;
}

    .form h5 {
        margin-bottom: 10px;
    }

    input[type=text],
    input[type=email],
    input[type=tel],
    input[type=password],
    textarea,
    .form .dropdown > a {
        border: 1px solid #d8d8d8;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 15px;
        padding-left: 15px;
        width: 100%;
    }

.design_mode_entry input[type=text],
.design_mode_entry input[type=email],
.design_mode_entry input[type=tel],
.design_mode_entry textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #000;
    padding-left: 2px;
    padding-top: 2px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
.form .dropdown > a {
    height: 40px;
}

.form .form-group {
    position: relative;
}

    .form .form-group .tool-tip-field input {
        padding-right: 30px;
    }

    .form .form-group .tool-tip-field .tool-tip {
        margin-right: 9px;
        margin-top: 14px;
        position: absolute;
        right: 0;
        top: 0;
    }

.ie8 input[type=text],
.ie8input[type=email],
.ie8 input[type=tel],
.ie8 input[type=password],
.ie8 textarea,
.ie8 .form .dropdown > a {
    -ms-behavior: url(/Content/Styles/PIE.htc);
    behavior: url(/Content/Styles/PIE.htc);
}

textarea {
    padding-top: 10px;
}

/* dropdown */
.form .dropdown {
    width: 100%;
}

    .form .dropdown > a {
        color: #565656;
        display: block;
        line-height: 40px;
        position: relative;
    }

        .form .dropdown > a:hover,
        .form .dropdown.open a {
            text-decoration: none;
        }

        .form .dropdown > a .arrow {
            background: url(../Images/form-dropdown-arrow.png) no-repeat center center #ef841e;
            display: inline-block;
            height: 100%;
            width: 44px;
            position: absolute;
            top: 0;
            right: 0;
        }

.form .dropdown-menu {
    border: 1px solid #d8d8d8;
    border-top: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 0 0 transparent;
    margin: 0;
    width: 100%;
    -ms-behavior: url(/Content/Styles/PIE.htc);
    behavior: url(/Content/Styles/PIE.htc);
    max-height: 300px;
    overflow-y: auto;
}

    .form .dropdown-menu > li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .form .dropdown-menu > li > a {
            cursor: pointer;
            padding: 5px 15px;
        }

    .form .dropdown-menu a:hover {
        color: #333;
        background-color: #f4f4f4;
    }

.form .dropdown .form-control {
    padding-bottom: 0;
    padding-top: 0;
}

/*.form .checkbox {
    background: url(../Images/sprite-checkbox.png) no-repeat 0 0 transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    display: block;
    height: 20px;
    margin-top: 7px;
    width: 20px;
}

    .form .checkbox:hover {
        cursor: pointer;
    }*/

.form span.validation {
    line-height: 2em;
    color: #f00;
}

.main .alert {
    font-weight: bold;
}

    .main .alert ul {
        list-style-type: disc;
        margin: 10px 0 0 15px;
    }

    .main .alert li {
        font-weight: normal;
    }

.form .two-col, .form .three-col {
    overflow: hidden;
}

    .form .two-col .form-group + .form-group {
        margin-left: 2%;
    }

    .form .two-col .form-group {
        width: 49%;
        float: left;
    }

    .form .three-col .form-group + .form-group {
        margin-left: 2%;
    }

    .form .three-col .form-group {
        width: 32%;
        float: left;
    }

/* ektron forms */
input.design_validation_failed {
    border: 1px solid #b94a48 !important;
    background: inherit;
}

/* checkboxes */
.prettycheckbox {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    .prettycheckbox a {
        border: 1px solid #ccc;
        border-radius: 3px 3px 3px 3px;
        width: 20px;
        height: 20px;
        background: url(../Images/sprite-checkbox.png) top left no-repeat;
        display: block;
        float: left;
        cursor: pointer;
        margin: 0;
    }

.ie8 .prettycheckbox a {
    -ms-behavior: url(/Content/Styles/PIE.htc);
    behavior: url(/Content/Styles/PIE.htc);
}

.prettycheckbox a.checked {
    background-position: 0 -40px;
}

    .prettycheckbox a:focus,
    .prettycheckbox a.checked:focus {
        outline: none;
    }

.prettycheckbox label {
    color: #333333;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding-left: 10px;
}

.prettycheckbox-label {
    color: #333333;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0;
}

/* ---------- TOOLTIP -------- */
.tool-tip {
    background-position: -45px 0;
    display: inline-block;
    height: 11px;
    margin-left: 20px;
    margin-top: 4px;
    vertical-align: top;
    width: 12px;
}

    .tool-tip:hover {
        cursor: pointer;
    }

.tooltip-inner {
    background: #fff;
    border: solid 1px #d8d8d8;
    color: #565656;
    padding: 10px;
    text-align: left;
    width: 500px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #d8d8d8;
}

/* ---------- MODAL / LIGHTBOX -------- */
.expand div {
    background: #000;
    height: 18px;
    padding-right: 10px;
    width: 100%;
}

    .expand div span.sprite {
        background-position: -87px -466px;
        display: block;
        float: right;
        height: 10px;
        margin-top: 4px;
        width: 10px;
    }

.expand:hover {
    cursor: pointer;
}

.modal-dialog {
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-content {
    border-radius: 0;
}

html body div.ektron-ux {
    /*z-index: 1030 !important;*/ /* stick ribbon under modal */
}

.ektronPageHeader *, #editContentToolbar *, .ektronTabUpperContainer {
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

.modal-dialog .modal-header h3 {
    margin: 0;
}

.modal-dialog .modal-footer {
    margin-top: 0;
}

.modal-dialog .btn {
    margin-top: 0;
}

.modal-dialog .modal-body .form {
    text-align: left;
}

.modal-dialog .modal-body p {
    font-size: 13px;
}

/* ---------- ADMIN FORMS -------- */
.admin-form .validation {
    color: #ff0000;
    display: inline-block;
}

.dealer-block {
    line-height: normal;
    font-size: 16px;
}


