﻿

/* ----------GLOBAL STYLES ---------- */
body {
    color: #565656;
    font-family: FrutigerLTCom-Roman, Arial;
    font-size: 13px;
}

.ie8 {
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 25px;
}

@media (max-width:767px) {
    body {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }
}

a {
    color: #1191c2;
}

    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;
}

@media (min-width:768px) {
    .text-right {
        text-align: right;
    }
}

.text-center {
    text-align: center;
}

.bold, b, strong {
    font-family: FrutigerLTCom-Bold, Arial;
    font-weight: normal;
}

.bold-condensed {
    font-family: FrutigerLTCom-BoldCn, Arial;
}

@media (min-width:768px) {
    .left {
        float: left;
    }

    .right {
        float: right;
    }
}

h1,
.h1 {
    color: #000;
    font-family: FrutigerLTCom-BlackCn, Arial;
    font-size: 50px;
    margin: 0 0 15px;
}

h2,
.h2 {
    color: #000;
    font-size: 28px;
}

h3,
.h3,
h3 a {
    color: #000;
    font-family: FrutigerLTCom-Roman, Arial;
    font-size: 25px;
    /*text-transform: uppercase;*/
}

h4,
.h4 {
    color: #231f20;
    font-family: FrutigerLTCom-Roman, Arial;
    font-size: 22px;
    margin-top: 0;
}

h5,
.h5 {
    color: #231f20;
    font-family: FrutigerLTCom-Roman, Arial;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
}

h6,
.h6 {
    color: #231f20;
    font-family: FrutigerLTCom-Roman, Arial;
    font-size: 15px;
    margin-bottom: 5px;
}

/* mobile header sizes */
@media (max-width:767px) {
    h1, .h1 {
        font-size: 28px;
    }

    h2, .h2 {
        font-size: 24px;
    }


    h3, .h3, h4, .h4, h5, .h5 {
        font-size: 18px;
    }
}

.sprite {
    background: url(../Images/sprite.png) no-repeat 0 0;
}

.blue {
    color: #376793;
}

img,
video {
    height: auto;
    max-width: 100%;
}

.widgetBody video,
.widgetBody .responsive-iframe {
    margin-bottom: 40px;
}

.video-thumb {
    position: relative;
}

@media (min-width:768px) {
    .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;
}

.main ul.pagination {
    margin-left: 0;
}

@media (max-width:767px) {
    .main ul.pagination {
        margin-bottom: 40px;
    }
}


/* ---------- 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: FrutigerLTCom-BoldCn, Arial;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 16px;
    text-transform: uppercase;
    white-space: normal;
}

@media (min-width:767px) {
    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #ef841e!important;
        border-color: #ef841e;
    }
}

.btn-primary.btn-demo {
    background-color: #019ed9;
    border-color: #019ed9;
    margin-top: 30px;
    padding-bottom: 9px;
    padding-left: 65px;
    padding-top: 9px;
    position: relative;
}

    .btn-primary.btn-demo:hover {
        background-color: #048fc3;
        border-color: #048fc3;
    }

    .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 ---------- */
@media (min-width:768px) {
    .table {
        table-layout: fixed;
    }
}

@media (max-width:767px) {
    .table-responsive > .table {
        max-width: none !important;
    }
}

.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;
}

/* tables in content areas for mobile */

@media (max-width:999px) {
    table {
        margin: 0 !important; /* override inline styles */
    }

    table,
    hr {
        /* override inline styles */
        max-width: 100% !important;
        width: 100% !important;
    }

        table td {
            font-size: 14px;
        }

    .widgetBody table img {
        max-width: 100% !important;
        width: 100% !important;
    }
}


/* ---------- 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: 4px;
        -webkit-border-radius: 4px;
        font-size: 15px;
        padding-left: 15px;
        width: 100% !important; /* override 3rd party stylesheets*/
    }

.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: 8px;
}

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;
}

/* conditional spans for labels and input fields that follow a checkbox or radio button */

span.conditional {
  visibility:hidden;
  position: absolute;
}

input[type=checkbox]:checked + label + span.conditional {
  visibility: visible;
  position: static;
}

input[type=radio]:checked + label + span.conditional {
  visibility: visible;
  position: static;
}

/*.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;
}


/* ---------- 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-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;
}

/* --------- FILTERS ---------- */
.tablesorter thead .disabled {
    display: none;
}

/* --------- WIDGETS mobile adjustments ---------- */
@media (max-width:767px) {
    .widgetBody img {
        height: auto !important; /*override inline styles */
        max-width: 100%;
    }

    .widgetBody {
        position: relative;
        z-index: 1031;
    }

    .widgetBody,
    .main {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    .verbiage {
        margin-top: 5px;
    }

    .m-margin-b {
        margin-bottom: 30px;
    }

    .m-margin-t {
        margin-top: 30px;
    }
}


/* RESPONSIVE IFRAMES */
.responsive-iframe {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 35px;
    position: relative;
}

    .responsive-iframe iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
     
/* RESPONSIVE UTILITY CLASSES */
@media (min-width:768px) {
    .visible-mobile {
        display: none;
    }
     
    .visible-desktop {
        display: block; 
    }
}

@media (max-width:767px) {
    .visible-mobile {
        display: block;
    }

    .visible-desktop {
        display: none;
    }

    .hidefor-myetcapp {
        display: none;
    }
}

@media (max-width:767px) {
    .slogan-mobile {
        text-align:center!important;
    }

}

@media (max-width:767px) {
    .btn-primary {
        width:100%;
    }

}
