/* ---- Style Imports ---- */
@charset "utf-8";
/* CSS RESET */
@import url("/css/reset.css");
/* FONT AWESOME */
@import url("fontawesome-all.css");
/* PRETTY PHOTO */
@import url("pretty-photo.css");
/* NAVIGATION */
@import url("mmenu.css");
@import url("animated-hamburger-nav.css");
@import url("jquery-slide-menu.css");
/* BANNERS */
@import url("swipe.css");
/* CALENDAR */
@import url("calendar.css");
/* QAPTCHA */
@import url("/css/qaptcha.css");
/* CART */
@import url("cart.css");
/* MESSAGES */
@import url("messages.css");
/* SEARCH */
@import url('search.css');
/* JQUERY UI */
@import url("/css/jquery-1.11.3-ui.css");
/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


/* ---- Base Styles ---- */
html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    background: #333333;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-shadow: none;
    -webkit-text-size-adjust: none;
}

hr {
    clear: both;
    border-top: 1px solid #dcdcdc;
    height: 1px;
    margin: 20px 0px 20px 0px;
}

a {
    color: #0E1365;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear {
    clear: both;
}

.clear_2 {
    clear: both;
}

.clear_3 {
    clear: none;
}

/* ---- Mobile Header ---- */
.mobile_header {
    background: #FFFFFF;
    border-bottom: 1px solid #3333;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 0px 8px 0px;
    /* position: fixed; */
    text-align: left;
    width: 100%;
    z-index: 9999;
}

.mobile_header .logo_area {
    padding: 0px 50px 0px 50px;
    text-align: center;
}

.mobile_header .phone {
    position: absolute;
    right: 10px;
    top: 7px;
}

.mobile_header .cart_link {
    left: 32px;
    position: absolute;
    top: 6px;
}

.mobile_header a {
    color: #000000;
    font-size: 22px;
    position: absolute;
    padding: 5px 0px 0px 10px;
    text-decoration: none;
}

/* ---- Footer ---- */
.footer {
    background: #424242;
    color: #FFFFFF;
    border-top: 1px solid #000000;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
    display: none;
}

.footer a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

.footer a:hover {
    color: #E9E41A;
}

.footer .sitemap ul {
    list-style: none;
    margin: 0px 0px 10px 0px;
    text-align: left;
}

.footer .sitemap ul li {
    width: 25%;
    float: left;
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
    text-align: center;
}

.footer .sitemap ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
}

.footer .sitemap ul li a:hover {
    color: #E9E41A;
}

.footer .footer_contact ul {
    list-style: none;
    margin: 0px 0px 10px 0px;
    text-align: left;
    float: left;
}

.footer .footer_contact ul li {
    margin: 14px 0px 0px 0px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}

.footer .footer_contact ul li a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: normal;
}

.footer .footer_contact ul li a:hover {
    color: #E9E41A;
    text-decoration: none;
}

.footer .full_footer_content {
    max-width: 960px;
    margin: 0px auto 0px auto;
}

.footer .full_footer_content .footer_third {
    width: 31.3333%;
    margin: 0px 1% 0px 1%;
    float: left;
}

.footer .full_footer_content .footer_two_third {
    width: 62.6666%;
    margin: 0px 1% 0px 1%;
    float: left;
}

/* ---- SIGNTURE ---- */
#signature {
    background: #333333;
    color: rgba(255, 255, 255, 0.75);
    font-size: 9px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}

#signature .signature_content {
    margin: 0px auto 0px auto;
    max-width: 960px;
    text-align: center;
}

#signature .signature_content a {
    color: rgba(255, 255, 255, 0.75);
}

#signature .signature_content a:hover {
    color: rgba(255, 255, 255, 1);
}

#signature .mediasuite {
    opacity: 0.5;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    filter: invert(100%);
}

#signature .mediasuite a {
    color: #000;
    font-size: 9px;
    text-decoration: none;
    line-height: 14px;
    margin: 10px 0px 0px;
}

#signature .mediasuite img {
    width: 60%;
    max-width: 250px;
}

/* ---- Hours Box Home Page ---- */
.hours_box {
    background: rgba(255, 255, 255, .6);
    margin: 0px 0px 10px 0px;
    width: 100%;
}

.hours_box .holder {
    padding: 3px 0px 3px 0px;
}

.hours_box .holder a {
    color: #0E1365;
}

.content {
    margin: 0px auto 0px auto;
    max-width: 1200px;
    padding: 0px 0px 0px 0px;
}

.content h1 {
    color: #0E1365;
}

.content h2 {
    color: #0E1365;
}

.content h3 {
    color: #0E1365;
}

.content h4 {
    color: #0E1365;
}

.content h5 {
    color: #0E1365;
}

.content h6 {
    color: #0E1365;
}

.content p {
    color: #333333;
    margin: 0px 0px 5px 0px;
}

.content pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    overflow: auto;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    width: 99%;
}

.content iframe {
    margin: 10px 0px 10px 0px;
    width: 100%;
}

/* ---- Editable Content ---- */
.editable_content a {
    color: #0E1365;
    text-decoration: underline;
}

.editable_content a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #313131;
}

.editable_content ul {
    list-style: disc outside none;
    margin: 0px 0px 20px 20px;
    font-weight: 300;
}

.editable_content ul li {
    padding: 5px 0px 0px 3px;
    margin: 0px 0px 0px 0px;
}

.editable_content ol {
    list-style: decimal outside none;
    margin: 0px 0px 20px 20px;
    font-weight: 300;
}

.editable_content ol li {
    padding: 5px 0px 0px 3px;
    margin: 0px 0px 0px 0px;
}

.editable_content img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.form_holder table {
    margin: 15px 0px 5px 0px;
    background: #FFFFFF;
    text-align: center;
    font-size: 12px;
    width: 1200px;
    display: table;
    overflow: scroll;
}

.form_holder table tr {}

.form_holder table tr th,
.editable_content table thead tr td {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border: 2px solid #fff;
    color: #FFFFFF;
    background: #0E1365;
    padding: 8px 8px 8px 8px;
}

.form_holder table tr td {
    border: 2px solid #FFFFFF;
    padding: 8px 8px 8px 8px;
    background: #f3f3f3;
    font-size: 16px;
    line-height: 22px;
}

.form_holder iframe[width="500"] {
    width: 100% !important;
    height: 220px;
}

/* ---- Location Styles ---- */
.content .location {
    margin: 10px 0px 10px 0px;
}

.content .location .address {
    background: #E9E9E9;
    padding: 8px 8px 8px 8px;
    margin: -6px 0px 0px 0px;
}

.content .location iframe {
    width: 100%;
    height: 300px;
    margin: 0px 0px 0px 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* ---- Careers Styles ---- */
.content ul.career {
    margin: 0px 0px 0px 0px;
}

.content ul.career li {
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    float: left;
    width: 100%;
}

/* ---- Events ---- */
.content ul.date_list {
    margin: 5px 10px 0px 10px;
    color: #0E1365;
}

.content ul.date_list li {
    background: none;
    list-style: none;
    display: inline;
    border-left: 1px solid #0E1365;
    color: #0E1365;
    padding: 0px 7px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.content ul.date_list li.first {
    border-left: none;
    padding: 0px 7px 0px 0px;
}

.content ul.date_list li i {
    font-size: 14px;
    padding: 2px 4px 0px 0px;
}

.content ul.eventdata_list {
    margin: 5px 10px 0px 10px;
    color: #0E1365;
}

.content ul.eventdata_list li {
    background: none;
    list-style: none;
    color: #0E1365;
    padding: 0px 0px 0px 2px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    line-height: 17px;
}

.content ul.eventdata_list li i {
    font-size: 14px;
    padding: 2px 4px 0px 0px;
    width: 15px;
}

.content ul.eventdata_list li a {
    font-size: 12px;
    padding: 4px 30px;
    color: #fff;
    background: #0E1365;
    line-height: 40px;
    text-decoration: none;
}

/* ---- Search ---- */
.with_bg {
    margin: 5px 0px 3px 0px;
}

.with_bg.icon2 {
    right: 44px !important;
}

.with_bg i {
    float: left;
    margin: 2px 5px 0px 0px;
    color: #032E47;
}

.with_bg .form {}

.with_bg .search_input {
    float: left;
    padding: 8px 1% 8px 2%;
    height: 50px;
    width: 75%;
    margin: 1px 1% 0px 0px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333333;
    outline: none;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* ---- Box List ---- */
.box_list {}

.box_list .box {
    background: #E9E9E9;
    float: left;
    padding: 15px;
    width: 98%;
    margin: 0px 1% 10px;
    text-align: center;
}

.box_list .full {
    width: 100%;
    margin: 0px 0% 10px;
    text-align: center;
}

.box_list .video_box {
    width: 100%;
    margin-bottom: 5px;
}

.box_list .video_box iframe {
    width: 100%;
    height: 225px;
}

.box_list .box .quote {
    font-size: 20px;
    color: #0E1365;
}

.box_list .name {
    color: #0E1365;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 10px 2px 0px;
    margin: 0px 0px 0px 0px;
}

.box_list .featured {
    background: #D2DEE4;
}

.box_list .box .title {
    font-size: 22px;
    line-height: 22px;
    color: #0E1365;
    margin: 4px 0px 2px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.box_list .box .menu_title {
    font-size: 20px;
    color: #0E1365;
    margin: 10px 0px 3px 2px;
}

.box_list .no_image .title {
    margin: 0px 0px 10px 0px;
}

.box_list .box .title a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0E1365;
    text-decoration: none;
}

.box_list .box .title a:hover {
    color: #E9E41A;
    text-decoration: none;
}

.box_list .location_title {
    padding: 5px 0px 0px 0px;
    line-height: 16px;
}

.box_list .job_title {
    font-size: 13px;
    color: #E9E41A;
    margin: -5px 0px 0px 0px;
}

.box_list p {
    font-size: 16px;
    padding: 0px;
    line-height: 22px;
    margin: 2px 0px 10px 0px;
}

.box_list .box .date {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: #E9E41A;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.box_list .box .price {
    font-size: 16px;
    color: #0E1365;
    margin: 0px 0px 3px 2px;
    line-height: 14px;
    float: right;
}

.box_list .box .description {
    font-size: 14px;
    font-style: italic;
    padding: 0px;
    line-height: 16px;
    margin: 8px 0px 0px 0px;
}

.box_list .box .options {
    font-size: 11px;
    font-style: italic;
    padding: 0px;
    line-height: 12px;
    margin: 2px 0px 10px 0px;
}

.box_list .box i {
    font-size: 18px;
    line-height: 20px;
    float: none;
    color: #0E1365;
    padding: 0px 5px 0px 0px;
}

.box_list .box .specials_title {
    font-style: bold;
    font-size: 22px;
    color: #0E1365;
    padding: 0px 0px 0px 0px;
}

.box_list .box .special {
    font-style: italic;
    color: #262626;
    padding: 0px 0px 0px 0px;
}

.box_list .box img {
    border: none;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    float: none;
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.box_list .box img.large_image {
    border: 1px solid #BEBEBE;
    background: #FFFFFF;
    padding: 3px;
    margin: 5px 10px 10px 0px;
    max-width: 200%;
    max-height: 200%;
    width: 97%;
    height: auto;
}

.box_list .box ul {
    margin: 0px 0px 0px 0px;
}

.box_list .box ul li {
    list-style-type: none;
    width: 100%;
    float: none;
    background: none;
    font-size: 12px;
    margin: 10px 0px 10px 0px;
    padding: 0px 10px 0px 0px;
}

.box_list .box ul.careers_list li {
    list-style-type: none;
    width: 100%;
    float: left;
    background: none;
    font-size: 12px;
    margin: 10px 0px 10px 0px;
    padding: 0px 10px 0px 0px;
}

.box_list .box ul li.last {
    border-right: none;
}

.box_list ul {
    margin: 0px;
    padding: 0px 0px 8px 5px;
}

.box_list ul li {
    font-size: 12px;
    line-height: 15px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.content .product_number {
    color: #0E1365;
    float: right;
    font-size: 14px;
    line-height: 22px;
}

.box_list .product_highlight {
    margin: 0px 0px 0px 0px;
}

.box_list .product_highlight .alert {
    float: right;
    font-size: 12px;
    color: #E9E41A;
    margin: -5px 0px 0px 0px;
}

.box_list .product_highlight ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .product_highlight ul li {
    font-size: 12px;
    line-height: 15px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .product_highlight ul li .strike {
    text-decoration: line-through;
}

.box_list .product_highlight ul li .sale {
    color: #E9E41A;
}

.box_list .product_highlight ul.gallery {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .product_highlight ul.gallery li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .product_check_list {
    margin: 0px 0px 0px 0px;
}

.box_list .product_check_list ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .product_check_list ul li {
    color: #0E1365;
    background: none;
    font-size: 12px;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .box ul.pricing {
    margin: -1px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.box_list .box ul.pricing li {
    display: inline;
    border-right: none;
    font-size: 14px;
    margin: 0px 4px 4px 0px;
    padding: 0px 0px 0px 0px;
    color: #0E1365;
}

.box_list .box ul.pricing li.strike {
    text-decoration: line-through;
}

.box_list .box ul.pricing li.sale {
    color: #E00000;
}

.box_list .box .alert_overlay {
    background: #D2DEE4;
    padding: 2px 5px;
    margin-bottom: 5px;
    color: #0E1365;
}

.box_list .box .alert_overlay h6 {
    text-decoration: none;
    font-size: 10px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.box_list .box .alert_overlay h6 span {
    font-size: 10px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
}

.box_list .box .alert_overlay p {
    font-size: 14px;
    color: #0E1365;
}

.box_list .box .alert_overlay i {
    font-size: 20px;
    color: #0E1365;
    padding: 0px 5px 0px 5px;
    float: left;
}

.box_list .box .date_title {
    margin-top: 6px;
}

.box_list .box .date_box,
.content .date_box {
    background: none;
    border: none;
    float: none;
    width: 100%;
    margin: 2px 0px 2px 0px;
    text-align: center;
    text-decoration: none;
}

.date_box_event {
    background: none;
    border: none;
    float: none;
    width: 100%;
    margin: 2px 0px 2px 0px;
    text-decoration: none;
    color: #0E1365;
    text-align: left;
    margin-top: 10px;
}

.box_list .box .date_box .month,
.content .date_box .month {
    color: #FFFFFF;
    background: #0E1365;
    font-size: 16px;
    padding: 1px 0px 4px 0px;
    text-transform: uppercase;
}

.box_list .box .date_box .day_of_week,
.content .date_box .day_of_week {
    color: #0E1365;
    font-size: 11px;
    text-transform: none;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px -2px 0px;
}

.box_list .box .date_box .day,
.content .date_box .day {
    color: #0E1365;
    font-size: 30px;
    padding: 0px 0px 0px 0px;
}

.box_list .box .date_box .year,
.content .date_box .year {
    color: #0E1365;
    font-size: 11px;
    letter-spacing: 4px;
    padding: 0px 0px 2px 5px;
    margin: -3px 0px 0px 0px;
}

.box_list .box ul.date_list {
    margin: 3px 10px 0px 0px;
    padding: 0px;
    color: #0E1365;
    font-size: 12px;
}

.box_list .box ul.date_list li {
    background: none;
    display: inline;
    list-style: none;
    color: #0E1365;
    border-left: 1px solid #0E1365;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 6px;
}

.box_list .box ul.date_list li.first {
    border-left: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.content .box_list .box ul.date_list li i {
    font-size: 14px;
    padding: 4px 4px 0px 0px;
}

.box_list .box ul.eventdata_list {
    margin: 0px 10px 10px 0px;
    padding: 0px 0px 10px 0px;
    color: #0E1365;
    /* border-bottom: 1px solid #dcdcdc; */
    font-size: 12px;
}

.box_list .box ul.eventdata_list li {
    background: none;
    list-style: none;
    color: #333333;
    font-size: 12px !important;
    padding: 0px 0px 0px 10px;
    margin: 2px 0px 2px 6px;
}

.content .box_list .box ul.eventdata_list li i {
    font-size: 16px;
    padding: 0px 5px 0px 0px;
    width: auto;
    float: none;
    color: #777777;
}

.box_list .address {
    color: #0E1365;
    line-height: 15px;
}

.box_list .address i {
    font-size: 15px;
    padding: 0px 4px 0px 0px;
    margin-top: -1px;
}

.box_list .event p {
    margin: 5px 0px 0px 0px;
    line-height: 18px;
}

.box_list .box_links a {
    color: #0E1365;
}

/* GRID LIST */
.grid_list {
    margin: auto;
    /* display:flex;
	flex-wrap:wrap;
	justify-content: center; */
}

.grid_list .grid_item {
    width: 98%;
    float: left;
    margin: 0px 1% 10px;
}

.grid_list .last {
    margin-right: 0%;
}

.grid_list .title {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #0E1365;
    display: flex;
    align-items: center;
    height: 60px;
}

.grid_list .title:hover {
    background: #313131;
}

.grid_list .title a {
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 15% 5%;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

.grid_list .title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.grid_list img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    background: #FFFFFF;
}

.grid_list .grid_video {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    /* border:1px solid #BEBEBE; */
}

/* MENU LIST */
.menu_list ul.pages li {
    background: #0E1365;
    font-size: 16px;
    float: left;
    text-align: center;
    width: 100%;
    text-decoration: none;
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.menu_list ul.pages li:hover {
    background: #313131;
}

.menu_list ul.pages li a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 10px;
}

.menu_list ul.pages li a:hover {
    color: #FFFFFF;
}

/* PROPERTIES STYLES */
.properties_alert {
    background: #D2DEE4;
    color: #0E1365;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}

.properties_alert h2 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

.properties_alert h5 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.properties_alert p {
    font-size: 10px;
    color: #0E1365;
    margin: 0px;
    padding: 0px;
}

.properties_alert i {
    font-size: 60px;
    color: #0E1365;
    padding: 0px 15px 0px 0px;
    float: left;
}

.property_highlight {
    width: 100%;
    margin-bottom: 20px;
}

.property_highlight img {
    width: 100%;
    margin-bottom: 5px;
}

.property_highlight .alert {
    float: right;
    color: #E9E41A;
    margin: 5px 12px 0px 0px;
}

.property_highlight ul {
    background: #E9E9E9;
    margin: 0px;
    padding: 8px 5px 8px 5px;
}

.property_highlight ul li {
    background: none;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
}

.property_highlight ul li .strike {
    text-decoration: line-through;
}

.property_highlight ul li .sale {
    color: #E9E41A;
}

.property_highlight ul.gallery {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.property_highlight ul.gallery li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.properties_list {
    margin: 0px 0px 0px 0px;
}

.properties_list .title {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding-top: 15px;
    line-height: 18px;
    font-weight: normal;
    color: #0E1365;
    border-top: 1px solid #dcdcdc;
}

.properties_list ul {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

.properties_list ul li {
    background: none;
    list-style: none;
    font-size: 12px;
    margin: 0px;
    padding: 2px 10px 2px 0px;
    display: inline-block;
}

.properties_list ul li.title {
    display: block;
}

.properties_list ul li i {
    font-size: 12px;
}

.properties_specs {
    margin: 20px 0px 0px 0px;
}

.properties_specs .title {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    line-height: 18px;
    font-weight: normal;
    color: #0E1365;
}

.properties_specs ul {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

.properties_specs ul li {
    background: none;
    list-style: none;
    font-size: 12px;
    margin: 0px;
    padding: 2px 10px 2px 0px;
    display: inline-block;
}

.property_location {
    margin: 0px 0px 0px 0px;
}

.property_location .address {
    background: #E9E9E9;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 8px 8px 8px;
    margin-top: -6px;
}

.property_location .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 300px;
    /* your iframe height */
    top: 300px;
    /* your iframe height */
    margin-top: -300px;
    /* your iframe height */
}

.property_location iframe {
    margin: 0px 0px 0px 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.properties_menu {
    background: #E9E9E9;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.properties_menu ul {
    margin: 0px 0px 5px 0px;
}

.properties_menu ul li {
    list-style: none;
    border-bottom: 1px solid #BEBEBE;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #0E1365;
    font-size: 16px;
    margin: 0px;
}

.properties_menu ul li i {
    padding: 10px 0px 0px 10px;
    font-size: 30px;
    float: left;
}

.properties_menu ul li a {
    display: block;
    padding: 15px 0px 15px 50px;
}

/* SHOWROOM STYLES */
.filter_list {
    width: 100%;
    margin-bottom: 15px;
}

.filter_list ul {
    margin: 0px;
    list-style: none;
}

.filter_list ul li {
    background: #0E1365;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    text-align: center;
    list-style: none;
    width: 100%;
    float: left;
}

.filter_list ul li a {
    color: #FFFFFF;
    width: 100%;
    padding: 5px 10px;
    display: block;
    background: #0E1365;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.filter_list ul li a:hover {
    color: #FFFFFF;
    background: #333333;
}

.filter_list ul li.active a {
    background: #333333;
    text-decoration: none;
}

.filter_list ul li.active a:hover {
    color: #FFFFFF;
}

.showroom_list {}

.showroom_list h3 {
    margin: 0px 0px 5px 0px;
}

.showroom_list .box {
    background: #E9E9E9;
    float: left;
    padding: 20px;
    width: 100%;
    margin: 0px 0px 10px 0px;
    position: relative;
    overflow: hidden;
}

.showroom_list .featured {
    background: #D2DEE4;
    border: 1px solid #8EADBC;
}

.showroom_list .last {
    margin: 0px 0px 0px 0px;
}

.showroom_list .box .title {
    font-size: 16px;
    color: #0E1365;
    margin: 0px 0px 3px 2px;
    line-height: 14px
}

.showroom_list .box .title a {
    color: #0E1365;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.showroom_list .box .title a:hover {
    color: #E9E41A;
}

.showroom_list .box .flag_featured {
    background: #CC6600;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 30px;
    right: -35px;
    text-align: center;
    padding: 5px 45px;
}

.showroom_list .box .flag_sold {
    background: #CC6600;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 24px;
    right: -33px;
    text-align: center;
    padding: 5px 55px;
}

.showroom_list .box .flag_low_kms {
    background: #CC6600;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 48px;
    right: -43px;
    text-align: center;
    padding: 5px 45px;
}

.showroom_list .box .flag_new {
    background: #1179A8;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 38px;
    right: -39px;
    text-align: center;
    padding: 5px 45px;
}

.showroom_list .box .flag_like_new {
    background: #33B0CE;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 30px;
    right: -37px;
    text-align: center;
    padding: 5px 50px;
}

.showroom_list .box .flag_loaded {
    background: #D9CB9E;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 25px;
    right: -33px;
    text-align: center;
    padding: 5px 45px;
}

.showroom_list .box .flag_sale_price {
    background: #A12621;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: auto;
    position: absolute;
    transform: rotate(45deg);
    top: 31px;
    right: -36px;
    text-align: center;
    padding: 5px 45px;
}

.showroom_list .box .price {
    font-size: 16px;
    float: left;
    min-width: 55%;
    width: auto;
    line-height: 10px;
    margin: 6px 0px 0px 0px;
    color: #0E1365;
    font-weight: bold;
}

.showroom_list .box .price .taxes {
    font-size: 8px;
    color: #0E1365;
    font-weight: normal;
}

.showroom_list .box .kms {
    font-size: 12px;
    float: left;
    min-width: 55%;
    width: auto;
    color: #E9E41A;
}

.showroom_list .box .kms span {
    font-size: 12px;
}

.showroom_list .box ul {
    margin: 0px 0px 0px 0px;
}

.showroom_list .box ul li {
    display: inline;
    background: none;
    font-size: 12px;
    margin: 0px 6px 0px 0px;
    padding: 0px 10px 0px 0px;
    border-right: 1px solid #000000;
}

.showroom_list .box ul li.last {
    border-right: none;
}

.showroom_list .box .date {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #262626;
    padding: 8px 0px 0px 0px;
}

.showroom_list .box img {
    border: none;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    float: none;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.showroom_title {
    font-size: 26px;
    margin: 0px 0px 0px 0px;
    padding-top: 8px;
    font-weight: normal;
    color: #205B79;
}

.showroom_description p {
    font-size: 14px;
}

.showroom_image {
    width: 30%;
    float: right;
    border: none;
    background: #FFFFFF;
    padding: 0px;
    margin: 10px 15px 0px 0px;
}

.fb-like iframe {
    padding-top: 12px;
    margin: 5px 15px 5px 15px;
    -webkit-box-shadow: 0 0px 0px -0px black;
    -moz-box-shadow: 0 0px 0px -0px black;
    box-shadow: 0 0px 0px -0px black;
}

.showroom_table {
    background: #ECECEC;
}

.showroom_table ul {
    padding: 5px 0px;
}

.showroom_table ul li {
    font-size: 12px;
    background: none;
    list-style: none;
    margin: 0px 1% 0px 1%;
    padding: 2px 0px 2px 0px;
    float: left;
    width: 98%;
    font-weight: bold;
}

.showroom_table ul li div {
    float: left;
    width: 100px;
    font-weight: normal;
}

.showroom_features_table {
    background: #ECECEC;
}

.showroom_features_table ul {
    padding: 5px 0px;
}

.showroom_features_table ul li {
    font-size: 12px;
    background: none;
    list-style: none;
    margin: 0px 1%;
    padding: 5px 5px 5px 20px;
    float: left;
    width: 98%;
}

/* PRODUCT STYLES */
.product_highlight {
    width: 100%;
    margin-bottom: 15px;
    background: #efefef;
}

.product_highlight img {
    width: 100%;
    margin-bottom: 5px;
}

.product_highlight .alert {
    float: right;
    color: #E9E41A;
    margin: 5px 12px 0px 0px;
}

.product_highlight ul {
    background: none;
    margin: 0px;
    padding: 8px 15px;
}

.product_highlight ul li {
    background: none;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.product_highlight ul li .strike {
    text-decoration: line-through;
}

.product_highlight ul li .sale {
    color: #E9E41A;
}

.product_highlight ul.gallery {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.product_highlight ul.gallery li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.product_highlight ul li h1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
}

.product_highlight ul li h1.regular_price {
    color: #9c9c9c;
}

/* PRODUCT STYLES */

/* REVIEWS STYLES */
.widget_reviews {
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 10px 0px;
}

.widget_reviews ul.reviews {
    overflow: visible;
    position: relative;
    background: none;
    display: block;
    margin: 0px 0px 0px 0px;
}

.widget_reviews ul.reviews li {
    background: none;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.widget_reviews ul.reviews li p {
    letter-spacing: normal;
    text-transform: none;
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
}

.widget_reviews ul.reviews li div.rating {
    font-size: 18px;
    color: #FABF2C;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #2E2E2E;
}

.widget_reviews ul.reviews li div.name {
    color: #0E1365;
    font-size: 20px;
    line-height: 22px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

/* REVIEWS STYLES */

/* CONTACT INFORMATION */
.contact_info {
    margin: 0px 0px 0px 0px;
}

.contact_info h4 {
    font-size: 20px;
    padding: 0px 0px 10px 0px;
    color: #0E1365;
}

.contact_info ul {
    margin: 5px 0px 15px 0px;
    width: 100%;
}

.contact_info ul li {
    margin: 0px 0px 5px 0px;
    list-style: none;
    font-weight: 300;
}

.contact_info ul li a {
    color: #0E1365;
    text-decoration: underline;
}

.contact_info ul li a:hover {
    color: #E9E41A;
    text-decoration: none;
}

.contact_info span {
    margin: 0px 0px 2px 0px;
}

.contact_info h6 {
    color: #0E1365;
    margin: 0px 0px 10px 0px;
}

.contact_info pre {
    margin: 3px 0px 0px 0px;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    width: 99%;
}

.contact_info ul.hours {
    margin: 3px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

.contact_info ul.hours li {
    margin: 0px;
    padding: 0px;
}

.contact_info ul.hours li span {
    width: 100px;
    color: #000000;
    display: inline-block;
}

.map_holder {
    margin-bottom: -6px;
}

.map_holder .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    /* your iframe height */
    top: 450px;
    /* your iframe height */
    margin-top: -450px;
    /* your iframe height */
}

.map_holder .map_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    top: 450px;
    margin-top: -450px;
    -webkit-overflow-scrolling: touch;
    z-index: 104;
}

.properties_map_holder .properties_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    /* your iframe height */
    top: 450px;
    /* your iframe height */
    margin-top: -450px;
    /* your iframe height */
}

.properties_map_holder .properties_map_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    top: 450px;
    margin-top: -450px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 104;
}

#map_canvas {
    width: 100%;
    height: 450px;
}

/* MULTI LOCATIONS */
.multi_maps {
    margin: 0px 0px 0px 0px;
}

.multi_maps .multi_map {
    background: #EBEBEB;
    float: left;
    margin: 0px 0px 20px 0px;
    width: 100%;
}

.multi_maps .multi_map .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 300px;
    /* your iframe height */
    top: 300px;
    /* your iframe height */
    margin-top: -300px;
    /* your iframe height */
}

.multi_maps .multi_map iframe {
    width: 100%;
    height: 300px;
    margin: 0px 0px 0px 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.multi_maps .multi_map .content {
    float: left;
    padding: 5px 10px;
}

.multi_map h3 {
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    color: #0E1365;
}

.multi_map ul {
    margin: 5px 0px 0px 0px;
    width: 100%;
    list-style: none;
}

.multi_map ul li {
    margin: 0px;
    font-size: 14px;
    padding: 0px 0px 6px 0px;
}

.multi_map ul li a {
    color: #0E1365;
    text-decoration: underline;
}

.multi_map ul li a:hover {
    color: #0E1365;
    text-decoration: none;
}

/* SOCIAL MEDIA */
.social_media {}

.social_media h6 {
    font-size: 14px;
    color: #0E1365;
    margin: 13px 0px -3px 0px;
}

.social_media ul {
    float: left;
    margin: 5px 0px 0px 0px;
}

.social_media ul li {
    display: inline-block;
    padding: 3px 5px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

/* FORMS */
h2#form {
    font-size: 24px;
    line-height: 24px;
    color: #0E1365;
    margin: 0px;
    padding: 5px 10px;
}

.form_holder {
    background: none;
    padding: 10px 11px 10px 10px;
}

.form_holder .third_width {
    width: 100%;
    margin-right: 0%;
    float: none;
}

.form_holder .full_width {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.form_holder .last {
    margin: 0px 0px 0px 0px;
}

.form_holder input {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    width: 100%;
    padding: 5px 8px 5px 8px;
    height: 36px;
    font-size: 16px;
    margin: 1px 0px 5px 0px;
    background-color: #FFFFFF;
    border: 1px solid #dadada;
    color: #333333;
    outline: none;
    border-radius: 5px;
}

.selectize-input>input,
.form_holder input[type=checkbox],
.form_holder input[type=radio] {
    height: auto;
}

.form_holder input.checkbox {
    float: left;
    width: auto;
    height: auto;
    margin: 8px 0px;
    padding: 0px 0px 0px 0px;
    background: none;
    border: 1px solid #dadada;
    box-shadow: none;
    color: #333333;
    outline: none;
}

.form_holder textarea {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    width: 100%;
    padding: 5px 5px 5px 8px;
    /* margin:1px 0px 10px; */
    font-size: 16px;
    background-color: #FFFFFF;
    border: 1px solid #dadada;
    color: #333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form_holder select {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    width: 100%;
    font-size: 16px;
    height: 36px;
    padding: 5px 0px;
    margin: 1px 0px 10px;
    background-color: #FFFFFF;
    border: 1px solid #dadada;
    color: #484238;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form_holder select option {
    font-size: 16px;
    padding: 8px 0px 8px 0px;
}

.form_holder .uploader {
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding: 0px;
    margin: 1px 0px 5px 0px;
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    color: #333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form_holder input:focus,
.form_holder textarea:focus {
    background-color: #FFFFFF;
    color: #333333;
    outline: none;
}

.form_holder label {
    display: block;
    font-size: 14px;
    color: #232323;
}

.form_holder .message {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
}

.form_holder .check_label {
    float: left;
    font-size: 14px;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
}

.form_holder .require {
    color: #0E1365;
}

.form_holder .form_error {
    font-size: 16px;
    color: #E53D48;
    margin: 10px 0px 20px 0px;
}

.form_top {
    margin-top: 30px;
}

.directions_form input {
    width: 98%;
    padding: 3px;
}

.form_holder .email_half_width input {
    width: 100%;
}

.form_holder .QapTcha {
    width: 100%;
    margin: 5px 0px 0px 0px;
}

.form_holder .QapTcha .bgSlider {
    width: 100%;
}

/* FORMS */

/* PHOTO GALLERY */
.gallery_holder {
    width: 100%;
    background: #E9E9E9;
    float: left;
    margin: 6px 0px 6px 0px;
    padding: 0px 0px 0px 0px;
}

.gallery_holder a {
    text-decoration: none;
}

.gallery_holder a .title {
    font-size: 14px;
    text-align: left;
    margin: 2px 0px;
    color: #0E1365;
    text-decoration: none;
}

.gallery_holder a:hover .title {
    color: #E9E41A;
}

.gallery_holder a .description {
    color: #000000;
    font-size: 11px;
    line-height: 13px;
}

.gallery_holder img {
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    margin: 5px;
    float: left;
    padding: 2px;
    /*-moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

#before_after_gallery {}

#before_after_gallery ul {}

#before_after_gallery ul li {
    background: none;
    list-style: none;
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

#before_after_gallery ul li p {
    margin: 0px 0px 6px 0px;
}

#before_after_gallery ul li.last {
    margin: 0px 0px 10px 0px;
}

#before_after_gallery ul li .image_holder {
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    background: #E9E9E9;
}

#before_after_gallery ul li .image_holder .banner {
    padding: 0px 0px 0px 10px;
}

#before_after_gallery ul li .image_holder .banner h3 {
    font-style: italic;
    margin: -5px 0px 2px 0px;
}

#before_after_gallery ul li .image_holder .thumbnails {

    width: 94%;
    padding: 3%;
    margin: 0px 0px 0px 0px;
    /*-moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

#before_after_gallery ul li .last {
    margin: 0px 0px 0px 0px;
}

/* TOGGLER */
h4.toggle,
h4.toggle.active.open {
    color: #444444;
    background: url(/images/layout/toggle.png) no-repeat 10px 11px;
    padding: 8px 0px 8px 35px;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
    font-size: 22px;
    line-height: 22px;
}

h4.toggle.active,
h4.toggle.open {
    background-position: 10px -39px;
}

h4.toggle:hover,
h4.toggle.active.open:hover {
    background-position: 10px -39px;
}

div.toggler {
    border-top: none;
    margin: 0px 0px 10px 0px;
    padding: 10px 25px;
    overflow: hidden;
}

div.toggler hr {
    border-top: 1px solid #CCCCCC;
}

div.toggler p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

/* MENUTOGGLER */
h4.menu_toggle,
h4.toggle.active.open {
    color: #0E1365;
    color: #FFFFFF;
    background: url(/images/layout/toggle-light.png) no-repeat 10px 11px #0E1365;
    padding: 8px 0px 8px 35px;
    margin: 10px 0px 0px 0px;
    cursor: pointer;
}

h4.menu_toggle.active,
h4.toggle.open {
    background-position: 10px -39px;
}

h4.menu_toggle:hover,
h4.toggle.active.open:hover {
    text-decoration: underline;
}

div.menu_toggler {
    color: #333333;
    font-size: 12px;
    border-top: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    overflow: hidden;
}

div.menu_toggler hr {
    border-top: 1px solid #CCCCCC;
}

div.menu_toggler p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

/* BUTTONS */
input.superbutton {
    color: #FFFFFF;
    padding: 15px 5px;
    margin: 5px 0px 0px 0px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    float: none;
    text-decoration: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #0E1365;
    background-image: -ms-linear-gradient(top, #0E1365 0%, #0E1365 100%);
    background-image: -moz-linear-gradient(top, #0E1365 0%, #0E1365 100%);
    background-image: -o-linear-gradient(top, #0E1365 0%, #0E1365 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E1365), color-stop(1, #0E1365));
    background-image: -webkit-linear-gradient(top, #0E1365 0%, #0E1365 100%);
    background-image: linear-gradient(to bottom, #0E1365 0%, #0E1365 100%);
}

input.superbutton:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #313131;
    background-image: -ms-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -moz-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -o-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #313131), color-stop(1, #313131));
    background-image: -webkit-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: linear-gradient(to bottom, #313131 0%, #313131 100%);
}

a.superbutton,
button.superbutton {
    color: #FFFFFF;
    padding: 15px 5px;
    margin: 5px 0px 0px 0px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    float: none;
    text-decoration: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #0E1365;
    background-image: -ms-linear-gradient(top, #0E1365 0%, #0E1365 100%);
    background-image: -moz-linear-gradient(top, #0E1365 0%, #0E1365 100%);
    background-image: -o-linear-gradient(top, #0E1365 0%, #0E1365 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E1365), color-stop(1, #0E1365));
    background-image: -webkit-linear-gradient(top, #0E1365 0%, #0E1365 100%);
    background-image: linear-gradient(to bottom, #0E1365 0%, #0E1365 100%);
}

a.superbutton:hover,
button.superbutton:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #313131;
    background-image: -ms-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -moz-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -o-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #313131), color-stop(1, #313131));
    background-image: -webkit-linear-gradient(top, #313131 0%, #313131 100%);
    background-image: linear-gradient(to bottom, #313131 0%, #313131 100%);
}

.cart_quantity {
    margin: 0px 0px 0px 0px;
}

.cart_quantity .quantity_text {
    font-size: 17px;
    float: right;
    margin: 5px 5px 0px 0px;
}

.cart_quantity label {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
}

.cart_quantity input {
    border: none;
    font-size: 16px;
    height: 26px;
    margin: 5px 0px 10px;
    outline: 0 none;
    padding: 1px 2% 2px 2%;
    width: 96%;
}

.cart_quantity select {
    width: 100%;
    font-size: 16px;
    height: 30px;
    padding: 5px 0;
    margin: 5px 0px 0px;
    border-radius: 0px;
    border: none;
    outline: none;
}

.cart_quantity select option {
    font-size: 16px;
    padding: 8px 12px 8px 12px;
}

/* TOOL TIP STYLES
/* Icon */
a.tooltip {
    text-decoration: none;
    color: #000000;
}

a.tooltip:hover {
    color: #0E1365;
}

/* Box */
a.tooltip>span {
    color: #fff;
    background: #0E1365;
    width: 200px;
    ;
    padding: 10px 15px;
    margin-top: 0;
    margin-left: -40px;
    /* Hidden Position */
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    border-radius: 0px;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function:
        ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}

a.tooltip:hover>span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 35px;
    display: inline;
    margin-left: -40px;
    /* Reveal Position */
}

/* Arrow */
a.tooltip span b {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-top: -15px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #0E1365;
}

/* People Styles */
.content_container .content .editable_content img.people_image {
    float: none;
    margin: 0px auto 10px auto;
}

.content_container .content .editable_content h1.person_name {
    font-size: 28px;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
}

.content_container .content .editable_content h4.person_title {
    font-size: 16px;
    line-height: 16px;
    margin: 0px 0px 0px 0px;
    font-style: italic;
    color: #E9E41A;
}

/* Comment Styles */
.box_list .comment_box {
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: left;
}

.box_list .comment_box .comment_name {
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    font-size: 20px;
    margin: 0px 0px 5px 0px;
}

.box_list .comment_box .comment_name span {
    font-weight: 300;
    font-style: italic;
    color: #666666;
    text-transform: capitalize;
    font-size: 12px;
}

/* Past News */
.box_list .past_news {
    width: 100%;
    margin: 0px 0px 10px;
    text-align: left;
}

/* ADDITIONAL STYLES */
/* Price radio selection styles */
.price_selections label>input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}

.price_selections label>input+div {
    /* IMAGE STYLES */
    cursor: pointer;
    border: 2px solid transparent;
}

.price_selections label>input:checked+div {
    /* (RADIO CHECKED) IMAGE STYLES */
    border: 2px solid #BEBEBE;
    background: #dcdcdc;
}

.option_info {
    padding: 5px;
    margin-top: 10px;
    background: #dcdcdc;
}

/* Base Style */
h1 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

h2 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 26px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

h3 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 22px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

h4 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

h5 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

h6 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

p {
    font-weight: 300;
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    line-height: 24px;
}

p em {
    font-style: italic;
}

ul li {
    font-size: 14px;
}

ol li {
    font-size: 14px;
}

.mobile_photo_video {
    display: inherit;
}

.full_photo_video {
    display: none;
}

.mobile_header {
    display: inherit;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.full_header {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 999;
}

.header_spacer {
    width: 100%;
    height: 47px;
}

.inner_header {
    width: 100%;
    height: 60px;
    background: url(../images/layout/inner_header.jpg) center center no-repeat;
    background-size: cover;
}

.content_container {
    width: 100%;
    padding: 30px 20px;
    background: #FFFFFF;
}

.mobile_register {
    display: inherit;
}

.full_register {
    width: 35%;
    float: right;
    border-left: 1px solid #dedede;
    display: none;
    padding-left: 10px;
}

.events_editable_content {}

/* VIDEO GALLERY */
#video_gallery {
    background: #E9E9E9;
    margin: 0px 0px 20px 0px;
    padding: 4px 0px 16px 6px;
}

#video_gallery ul {
    margin: 0px;
    padding: 0px;
}

#video_gallery ul li {
    background: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 228px;
}

#video_gallery ul li .vid_title {
    padding: 5px 10px;
    width: 208px;
    overflow: hidden;
    float: left;
    text-decoration: underline;
}

#video_gallery ul li a:hover .vid_title {
    text-decoration: none;
}

#video_gallery .thumbnails {
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    padding: 3px;
    margin: 10px 0px 0px 5px;
}

/* Photo Gallery Full */
#gallery_content2 {
    background: #E9E9E9;
    margin: 0px 0px 20px 0px;
    padding: 4px 0px 16px 6px;
}

#gallery_content2 ul {
    margin: 0px;
    padding: 0px;
}

#gallery_content2 ul li {
    background: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

#gallery_content2 .thumbnails {
    background: #FFFFFF;
    padding: 0px;
    margin: 10px 1% 0px 1%;
    width: 23%;
    height: auto;
}

/* Before and After */
#before_after_gallery {}

#before_after_gallery ul {
    list-style: none;
}

#before_after_gallery ul li {
    background: none;
    width: 450px;
    float: left;
    margin: 0px 40px 20px 0px;
    padding: 0px 0px 0px 0px;
}

#before_after_gallery ul li p {
    margin: 0px 0px 6px 0px;
}

#before_after_gallery ul li.last {
    margin: 0px 0px 20px 0px;
}

#before_after_gallery ul li .image_holder {
    float: left;
    margin: 0px 1%;
    width: 48%;
    text-align: center;
}

#before_after_gallery ul li .image_holder h3 {
    font-style: normal;
    margin: 7px 0px 9px 0px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
}

#before_after_gallery ul li .image_holder .thumbnails {
    background: #FFFFFF;
    border: none;
    padding: 0px;
    margin: 0px auto 0px;
    width: 100%;
}

#before_after_gallery ul li .last {
    margin: 0px 0px 0px 0px;
}

/* Login Styles */
#header .menu_holder .menu_content ul li.login_btn {
    float: left;
}

#header .menu_holder .menu_content ul li.login_btn a {
    text-decoration: none;
    color: #fff;
    background: #0E1365;
    float: left;
    padding: 8px 10px;
}

#header .menu_holder .menu_content ul li.login_btn a:hover {
    background: #e63333;
}

#header .menu_holder .menu_content ul li.login_btn a i {
    color: #fff;
    font-size: 16px;
    position: relative;
    left: 3px;
}

.login_btn {
    float: right;
    margin: 0px 0px 0px 0px;
}

#header .login_btn {
    margin: 15px 0px 3px 0px;
}

.login_btn i {
    float: left;
    font-size: 23px;
    margin: 2px 5px 0px 0px;
    color: #032E47;
}

.login_wrapper.hide {
    display: none;
}

.login_wrapper {
    width: 100%;
    position: fixed;
    z-index: 102;
    top: 34px;
    right: 0;
    left: 0;
}

.login_wrapper .login_wrapper_inner {
    width: 960px;
    margin: 0 auto;
}

.menu_holder .login_box {
    width: 300px;
    background: #0E1365;
    padding: 15px;
    float: right;
    margin-right: 3px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
}

.menu_holder .login_box input {
    width: 94%;
    padding: 3%;
    margin: 2% 0;
    float: left;
    border: none;
    background: #F6F6F6;
}

.menu_holder .login_box input:focus {
    outline: none;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.menu_holder .login_box input.checkbox {
    width: auto !important;
    padding: 0;
    margin: 2% 0 0 4%;
}

.menu_holder .login_box a {
    text-decoration: none;
    color: #fff;
}

.menu_holder .login_box a:hover {
    text-decoration: underline;
}

.menu_holder .login_box a.superbutton {
    margin-top: 5px;
    background: #333;
}

.menu_holder .login_box a.superbutton:hover {
    text-decoration: none;
    background: #000;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.menu_holder .login_box a.superbutton i {
    margin: 0 -2px 0 3px;
}

/* New Menu Styles */
ul.menu_section_nav {
    max-width: 940px;
    margin: 0px auto;
    list-style: none;
    margin-bottom: 0px;
    text-align: center;
}

ul.menu_section_nav li {
    float: left;
    margin: 0px;
}

ul.menu_section_nav li a {
    background: #0E1365;
    color: #FFFFFF;
    font-size: 26px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px;
    display: inline-block;
}

ul.menu_section_nav li a:hover {
    background: #333333;
}

ul.menu_section_nav li.active a {
    background: #333333;
}

h4.menu_category {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}

p.menu_section_description {
    margin-bottom: 40px;
}

.grid_list .menu_item {
    width: 100%;
    margin: 0px 0px 10px;
    float: none;
}

.grid_list .menu_item .price {
    font-size: 20px;
    float: right;
    color: #c43231;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 5px;
}

.grid_list .menu_item .menu_title {
    margin: 0px 0px 5px 0px;
    font-size: 20px;
    color: #4a4747;
    font-weight: 700;
    text-transform: uppercase;
}

.grid_list .menu_item p.menu_options {
    background: #ecebeb;
    padding: 5px;
}

.event_btn {
    padding: 10px 20px;
    margin: 5px;
    display: inline-block;
    text-decoration: none;
    background: #FFCA41;
    color: #333;
    width: calc(50% - 12px);
}

.event_btn:hover {
    background: #0d1365;
    color: #fff;
}

@media screen and (max-width: 1260px) {
    .event_btn.full-btn {
        width: calc(100% - 10px);
        margin: 5px;
    }
}

@media screen and (max-width: 1060px) {

    .event_btn,
    .event_btn.full-btn {
        width: 100%;
        margin: 5px 0;
    }
}

/* .event_info {
	position: relative;
}
.event_info label{
	margin: 10px 0px;
	display:flex;
}
.event_info span{
	padding:3px 6px 3px 0px;
}
.event_info strong{
	width:80%;
	float:right;
	border-bottom: 1px solid #dddd;
	padding:2px 5px;
} */
.report_item {
    display: block;
    width: 33.333%;
    text-align: center;
    float: left;
    padding: 5px;
}

.report_item .item_container {
    background-color: #e9e9e9;
    min-height: 253px;
    padding: 10px;
}

.report_item_approved {
    position: relative;
    display: block;
    width: 33.333%;
    text-align: center;
    float: left;
    padding: 5px;
}

.report_item_approved .item_container {
    background-color: #e9e9e9;
    padding: 10px;
}


.report_actions a {
    text-decoration: none;
    display: block;
    width: 70%;
    background-color: #0e1365;
    color: #fff;
    margin: 5px auto;
    padding: 10px 0px;
}

.add_report_btn {
    float: right;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 100%;
    font-weight: 300;
    width: 160px;
    background-color: #0e1365;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    transition: 0.1s;
}

.add_report_btn:hover {
    background-color: #313131;
    color: #fff;
}

.submit_btn {
    float: right;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 100%;
    font-weight: 300;
    /*width: 145px;*/
    background-color: #6caf20;
    color: #fff !important;
    text-decoration: none !important;
    margin: 50px 5px 0px 5px;
    padding: 10px 20px;
    transition: 0.1s;
}

.submit_btn:hover {
    background-color: #313131;
    color: #fff;
}

.reject_btn {
    float: right;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 100%;
    font-weight: 300;
    width: 130px;
    background-color: #ee2d38;
    color: #fff !important;
    text-decoration: none !important;
    margin: 50px 5px 0px auto;
    padding: 10px 20px;
    transition: 0.1s;
}

.reject_btn:hover {
    background-color: #313131;
    color: #fff;
}

.dropdown span {
    width: 100px;
    text-align: center;
    background: #0E1365;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0px;
    top: 32px;
    text-align: left;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    padding: 5px 15px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.dropdown-content a:hover {
    background: #333;
    color: #fff;
}

.dropdown:hover {
    cursor: pointer;
}

.dropdown:hover .dropdown-content {
    cursor: pointer;
    display: block;
}

.item_line {
    position: relative;
}

.remove_line,
.remove_item_line {
    cursor: pointer;
    color: #ed2c38;
    float: right;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.remove_item_line {
    top: 26px;
}

table tbody tr td input,
table tbody tr td select,
table tbody tr td textarea {
    width: 100%;
    border: 0px;
    background-color: #f3f3f3;
    height: 35px;
}

table tbody tr td textarea {
    height: 30px;
}

#clinical_treatment_table tr td {
    padding: 0px;
    margin: 0px;
}

#clinical_treatment_table>div {
    margin-bottom: 10px;
}

.clinical_item_time {
    color: #8d8d8d;
    width: 10%;
    max-width: 75px;
    min-width: 40px;
    display: inline-block;
    text-align: center
}

.clinical_item_procedure_paramedic {
    color: #8d8d8d;
    text-transform: capitalize;
    display: inline-block;
}

#call_report_form h4,
.event_info h4 {
    padding-bottom: 15px;
    margin-top: 25px;
    border-bottom: 1px solid #EEE;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 22px;
}

.toast {
    opacity: 1 !important;
}

/* MODAL */
.signature_modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 900px;
    min-height: 370px;
}

.close_modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close_modal:hover,
.close_modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.paramedic_notes {
    display: none;
    float: right;
    margin-top: 25px;
    background: #fff;
    border-top: 1px solid #3333;
    border-left: 1px solid #3333;
    padding: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#call_report_form textarea,
#call_report_form select,
#call_report_form input[type=text],
#call_report_form input[type=tel] {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    /* padding: 5px 15px; */
}

.flex-table div textarea,
.flex-table div select,
.flex-table div input[type=text],
.flex-table div input[type=time] {
    margin-bottom: 0px !important;
}

#call_report_form select,
#call_report_form input[type=text] {
    height: 36px;
    padding: 5px 15px;
}

#call_report_form textarea {
    height: 60px;
}

#call_report_form textarea,
#call_report_form select,
#call_report_form input {
    border: 1px solid #dddd;
}

.special_codes select,
.traumatic_injury .traumatic_container {
    width: calc(100% - 20px) !important;
}

.traumatic_container i {
    margin-top: 35px;
}

.trauma_select {
    width: calc(32.3333% - 6.5px);
    margin-right: 1%;
    float: left;
}

.regular-checkbox {
    display: none;
}

.add_on {
    float: left;
    width: calc(50% - 10px);
    margin: 5px;
}

.add_on div.add_on_div {
    display: flex;
    border: 1px solid #3333;
    border-radius: 5px;
    margin: 0;
    height: 100px;
    cursor: pointer;
    transition: 0.1s;
    align-items: center;
    justify-content: center;
}

.regular-checkbox:checked+label>div {
    border-color: #111666;
    background-color: #111666;
    color: #fff;
}

.report_review {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.report_review>h4 {
    flex: 100%;
    border-bottom: 1px solid #3333;
    margin: 20px 0px 10px 0px;
    padding-bottom: 5px;
}

.report_review>div>span {
    font-family: sans-serif;
    display: inline-block;
}

.report_review>div>span:nth-of-type(1) {
    font-weight: 700;
}

.report_review>div>span:nth-of-type(2) {}

.report_review .refusal_sig_container {
    width: 100%;
    display: flex;
}

.report_review .refusal_sig_container>div {
    width: 50%;
}

.report_review .refusal_sig_container>div>h6 {
    font-size: 20px;
    min-height: 85px;
}

.report_review .refusal_sig_container>div:nth-of-type(1) {
    margin-right: 10px;
}

.report_review .refusal_sig_container>div:nth-of-type(2) {
    margin-left: 10px;
}

.report_review .refusal_sig_container>div>span {
    font-family: sans-serif;
    display: inline-block;
}

.report_review .refusal_sig_container>div>span:nth-of-type(1),
.report_review .refusal_sig_container>div>span:nth-of-type(2) {
    font-weight: 700;
}

.report_review .refusal_sig_container>div img {
    width: 100%;
    border: 1px solid #3333;
    border-radius: 5px;
}

#clinical_treatment_display>div>h6:hover {
    cursor: pointer;
}

#clinical_treatment_display .clinical_table {
    display: none;
}

.special_codes .selectize-control {
    width: 95%;
    display: inline-block;
}

.special_codes>div {
    position: relative;
}

.special_codes>div>i {
    position: absolute;
    top: 10px;
    right: 10px;
}

.selectize-control {
    margin-bottom: 10px;
}

.selectize-control.single .selectize-input {
    box-shadow: none !important;
    background-image: none !important;
    background-color: #fff !important;
}

.selectize-input {
    border-radius: 5px !important;
    border-color: #d0d0d0 !important;
}

@media only screen and (max-width : 1000px) {
    .report_review .refusal_sig_container>div>h6 {
        font-size: 18px;
        line-height: 18px;
        min-height: 70px;
    }
}

@media only screen and (max-width : 950px) {
    .special_codes>div>i {
        right: 5px;
    }
}

@media only screen and (max-width : 900px) {
    .report_review .refusal_sig_container>div>h6 {
        font-size: 16px;
        line-height: 16px;
        min-height: 65px;
    }
}

@media only screen and (max-width : 750px) {
    .report_review .refusal_sig_container>div>h6 {
        font-size: 14px;
        line-height: 14px;
        min-height: 60px;
    }
}

@media only screen and (max-width : 707px) {
    .report_review .refusal_sig_container>div>h6 {
        font-size: 16px;
        line-height: 16px;
        min-height: auto;
    }

    .report_review .refusal_sig_container>div {
        width: 100%;
    }
}

@media only screen and (max-width : 600px) {
    .special_codes .selectize-control {
        width: 90%;
    }
}

/* 320 pixel width */
@media screen and (min-width: 320px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    h2 {
        font-size: 26px;
        line-height: 26px;
    }

    h3 {
        font-size: 22px;
        line-height: 22px;
    }

    h4 {
        font-size: 18px;
        line-height: 18px;
    }

    h5 {
        font-size: 16px;
        line-height: 16px;
    }

    h6 {
        font-size: 14px;
        line-height: 14px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    ul li {
        font-size: 14px;
        line-height: 24px;
    }

    ol li {
        font-size: 14px;
        line-height: 24px;
    }
}


/* 480 pixel width */
@media screen and (min-width: 480px) {
    h1 {
        font-size: 35px;
        line-height: 35px;
    }

    h2 {
        font-size: 31px;
        line-height: 31px;
    }

    h3 {
        font-size: 27px;
        line-height: 27px;
    }

    h4 {
        font-size: 23px;
        line-height: 23px;
    }

    h5 {
        font-size: 19px;
        line-height: 19px;
    }

    h6 {
        font-size: 15px;
        line-height: 15px;
    }

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

    ul li {
        font-size: 15px;
        line-height: 25px;
    }

    ol li {
        font-size: 15px;
        line-height: 25px;
    }
}

/* 600 pixel width */
@media screen and (min-width: 767px) {
    .box_list .box {
        width: 48%;
    }

    .box_list .full {
        width: 100%;
        margin: 0px 0% 10px;
        text-align: center;
    }

    .grid_list .grid_item {
        width: 48%;
    }

    .menu_list ul.pages li {
        width: 48%;
        margin: 0px 1% 10px;
    }

    .box_list .comment_box {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    .box_list .past_news {
        width: 48%;
        margin: 0px 1% 10px;
        text-align: left;
    }

    .grid_list .menu_item {
        width: 48%;
        margin: 0px 1% 10px;
        float: left;
    }

    .filter_list ul li {
        margin: 5px 1% 5px 1%;
        width: 48%;
    }

    .showroom_list .box {
        width: 48%;
        margin: 0px 1% 10px 1%;
    }

    .showroom_table ul li {
        width: 48%;
    }

    .showroom_features_table ul li {
        width: 48%;
    }

    .properties_menu ul li {
        border-right: 1px solid #BEBEBE;
        box-shadow: 1px 0px 0 #FFFFFF;
        border-bottom: none;
        width: 50%;
        float: left;
    }

    .content ul.career li {
        width: 50%;
    }
}

/* 768 pixel width */
@media screen and (min-width: 768px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }

    h2 {
        font-size: 35px;
        line-height: 35px;
    }

    h3 {
        font-size: 32px;
        line-height: 32px;
    }

    h4 {
        font-size: 28px;
        line-height: 28px;
    }

    h5 {
        font-size: 22px;
        line-height: 22px;
    }

    h6 {
        font-size: 16px;
        line-height: 16px;
    }

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

    ul li {
        font-size: 16px;
        line-height: 26px;
    }

    ol li {
        font-size: 16px;
        line-height: 26px;
    }

    .add_on {
        float: left;
        width: 20%;
    }
}


/* 960 pixel width */
@media screen and (min-width: 960px) {
    h1 {
        font-size: 45px;
        line-height: 45px;
    }

    h2 {
        font-size: 40px;
        line-height: 40px;
    }

    h3 {
        font-size: 35px;
        line-height: 35px;
    }

    h4 {
        font-size: 30px;
        line-height: 30px;
    }

    h5 {
        font-size: 25px;
        line-height: 25px;
    }

    h6 {
        font-size: 20px;
        line-height: 20px;
    }

    p {
        font-size: 18px;
        line-height: 30px;
    }

    ul li {
        font-size: 18px;
        line-height: 30px;
    }

    ol li {
        font-size: 18px;
        line-height: 30px;
    }

    .footer {
        display: inherit;
    }

    #signature {
        font-size: 12px;
    }

    .mobile_header {
        /* display: none; */
    }

    .full_header {
        /* display: inherit; */
    }

    .header_spacer {
        /* height: 82px; */
    }

    .inner_header {
        height: 150px;
    }

    .mobile_photo_video {
        display: none;
    }

    .full_photo_video {
        display: inherit;
    }

    .content_container {
        padding: 100px 20px;
    }

    .box_list .box {
        width: 31.3333%;
    }

    .box_list .full {
        width: 100%;
        margin: 0px 0% 10px;
        text-align: center;
    }

    .grid_list .grid_item {
        width: 31.3333%;
    }

    hr {
        margin: 40px 0px;
    }

    .menu_list ul.pages li {
        width: 31.3333%;
    }

    .content_container .content .editable_content img.people_image {
        float: left;
        margin: 0px 10px 0px 0px;
    }

    .box_list .comment_box {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    .box_list .past_news {
        width: 48%;
        margin: 0px 1% 10px;
        text-align: left;
    }

    .mobile_register {
        display: none;
    }

    .full_register {
        display: inherit;
    }

    .events_editable_content {
        /* float: left;
		width: 60%; */
    }

    .contact_info ul {
        margin: 5px 1% 15px 1%;
        width: 48%;
        float: left;
    }

    .product_highlight {
        width: 35%;
        float: right;
        margin: 0px 0px 0px 5%;
    }

    .form_holder .third_width {
        width: 32.3333%;
        margin-right: 1%;
        float: left;
    }

    .form_holder textarea {
        width: 99%;
    }

    .form_holder select {
        width: 99%;
    }

    .grid_list .menu_item {
        width: 31.3333%;
    }

    .filter_list ul li {
        width: 31.3333%;
    }

    .showroom_list .box {
        width: 31.3333%;
    }

    .clear_2 {
        clear: none;
    }

    .clear_3 {
        clear: both;
    }

    .showroom_table ul li {
        width: 31.3333%;
    }

    .showroom_features_table ul li {
        width: 31.3333%;
    }

    .property_highlight {
        width: 35%;
        float: right;
        margin: 0px 0px 10px 10px;
    }

    .properties_menu ul li {
        width: 25%;
    }

    .box_list .box ul.careers_list li {
        list-style-type: none;
        width: 33.3333%;
        float: left;
        background: none;
        font-size: 12px;
        margin: 10px 0px 10px 0px;
        padding: 0px 10px 0px 0px;
    }

    .content ul.career li {
        width: 33.3333%;
    }
}

.report_section {
    cursor: pointer;
}

/* 1200 pixel width */
@media screen and (min-width: 1200px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }

    h2 {
        font-size: 45px;
        line-height: 45px;
    }

    h3 {
        font-size: 40px;
        line-height: 40px;
    }

    h4 {
        font-size: 35px;
        line-height: 35px;
    }

    h5 {
        font-size: 30px;
        line-height: 30px;
    }

    h6 {
        font-size: 25px;
        line-height: 25px;
    }
}

.thumb_preview {
    float: right;
    position: relative;
    overflow: hidden;
}

.invalid_input {
    border: 1px solid red;
}

button.button {
    padding: 10px 15px 10px 15px;
    background: #efefef;
    margin: 5px;

}

@media only screen and (max-width: 750px) {

    .report_item,
    .report_item_approved {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {

    .report_item,
    .report_item_approved {
        width: 100%;
    }

    /* @media only screen and (orientation:portrait){
    .modal-content {
			-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
			width: 800px;
		}
  }
	@media only screen and (orientation:landscape){
		.modal-content {

		}
	} */
}

.invalid_input {
    border: 1px solid red !important;
}

/* Pure CSS Accordion. No Jank. */
.tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #000;
    overflow: hidden;
}

.tab input.form-toggle {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab label.form-toggle {
    position: relative;
    display: block;
    padding: 0;
    cursor: pointer;
    padding-bottom: 15px;
    padding-top: 25px;
    border-bottom: 1px solid #EEE;
    font-size: 30px;
    font-weight: 500;
    color: #0e1365;
}

@media (max-width:767px) {
    .tab label.form-toggle {
        font-size: 25px;
        line-height: 28px;
    }
}

.tab-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}

.tab-content p {
    margin: 1em;
}

/* :checked */
.tab input.form-toggle:checked~.tab-content {
    max-height: initial;
}

.tab input.form-toggle~.tab-content::before {
    content: '';
    display: block;
    height: 30px;
}

/* Icon */
.tab label.form-toggle::after {
    position: absolute;
    right: 0;
    top: 25px;
    display: block;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.tab input.form-toggle[type=checkbox]+label.form-toggle::after {
    content: "\25BC";
    font-size: 20px;
}

.tab input.form-toggle[type=checkbox]:checked+label.form-toggle::after {
    transform: rotate(315deg);
}

.tab input.form-toggle[type=checkbox]:checked+label.form-toggle::after {
    transform: rotateX(180deg);
}

@media (max-width:767px) {
    .tab label.form-toggle 2 {
        font-size: 25px;
        line-height: 30px;
    }
}

input#patient_refusing_service {
    display: inline-block;
    width: auto;
}

label.final_problem strong {
    display: none;
}

/* Login Page */
/* Login Form Container */
.login-form {
    background-color: #0E1365;
    padding: 40px 20px;
    width: 500px;
    max-width: 95%;
    border-radius: 10px;
    margin: 100px auto;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.login-form h1,
.login-form h2,
.login-form h3,
.login-form h4,
.login-form h5,
.login-form h6,
.login-form p,
.login-form a,
.login-form .title,
.login-form label,
.login-form input {
    color: #fff !important;
}

.login-form .form_holder {
    padding: 0;
}

.login-form .form_holder input {
    background-color: rgba(255, 255, 255, 0.5);
    height: 40px;
    padding: 10px;
}

.login-form button.superbutton {
    background-color: #FFF;
    color: #0E1365 !important;
    background-image: none;
    transition: 0.3s ease;
}

.login-form button.superbutton:hover {
    background-color: #232323;
    color: #fff !important;
    transition: 0.3s ease;
}

.login-container {
    background-image: url("/images/layout/login.png");
}

/* @media (max-width:767px) {
	.event_info label{
		margin: 10px 0px;
	  display: flex;
	  flex-flow: row wrap;
	}
	.event_info strong {
		padding:0 !important;
	}
}

@media (min-width:767px) {
	.event_info span {
	    width: 200px;
	}
} */

.return-account {
    background-color: #f5f5f5;
    color: #0E1365;
    padding: 15px 5%;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.account-edit .superbutton-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.account-edit .superbutton-container a {
    width: calc(50% - 10px);
}

@media (max-width:767px) {
    .account-edit .superbutton-container a {
        width: 100%;
    }

    .account-edit .superbutton-container {}
}

.activate-page .form_holder {
    padding: 0;
}

.report_item_approved .fa-user-md {
    background-color: #0E1365;
    color: #fff !important;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 10px;
    font-size: 20px;
}

span.call-reports-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:767px) {
    span.call-reports-container {
        flex-direction: column;
        justify-content: initial;
        align-items: flex-start;
    }
}

.dashboard-buttons {
    display: flex;
    gap: 16px;
}

.dashboard-buttons a.superbutton {
    width: calc(50% - 8px);
    margin: 0;
}

@media (max-width:960px) {
    .dashboard-buttons a.superbutton {
        width: 100%;
    }

    .box.event .event_btn {
        width: 100%;
        margin: 5px 0;
    }
}

a.add_signature {
    cursor: pointer;
}

.selectize-dropdown {
    position: relative !important;
    top: 0 !important;
}

/* Event Report Refusal Service Form */
/* Inline Option Labels */
.inline-label {
    margin: 10px 0;
}

.inline-labels-hundred label,
.inline-labels-hundred input,
.inline-label input,
.inline-label label {
    display: inline-block;
    width: auto;
}

/* Aid To Capacity Form */
.inline-labels-hundred label {
    margin: 10px 10px 10px 1px;
}

.inline-labels-hundred input {
    margin-right: 5px;
}

.inline-labels-hundred input {
    margin
}

.inline-labels-hundred p {
    margin: 10px 0;
}

.tab-content #form_service_refusal p {
    margin: 0;
}

h6.aid-capacity-form {
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

/* Refusal Form Layout */
.form-input-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-input-container .half_width {
    width: calc(50% - 10px);
}

a.add_signature.refusal-signature {
    display: block;
}

a.add_signature.refusal-signature img {
    border: 1px solid #dddd;
    border-radius: 5px;
}

a.signature_btn {
    display: block;
    width: 160px;
    color: #fff;
    text-decoration: none;
    background: #e89163;
    text-align: center;
    padding: 10px 15px;
    margin-top: 10px;
    transition: 0.2s;
}

a.signature_btn:hover {
    background-color: #313131;
}

a.add_signature.refusal-signature img {
    max-width: 100%;
}

@media (max-width:767px) {
    .form-input-container .half_width {
        width: 100%;
    }
}

/* Flexible Table Container */
.flex-table {
    display: flex;
    margin: 20px auto;
    flex-flow: row wrap;
    max-width: 1200px;
}

.flex-table>div {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
    background-color: #F3F3F3;
    margin: 1px;
}

.flex-table>div span:first-child {
    background-color: #8d8d8d;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    width: auto;
    /* min-height: 60px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
}

.flex-table>div span:last-child {
    padding: 6px 5px;
    /* border-top: 2px solid #fff; */
    width: auto;
}

.flex-table>div img {
    max-width: 100%;
}

@media (max-width:500px) {
    .flex-table span img {
        max-width: 100%;
    }

    .flex-table>div {
        flex: auto;
    }

    .flex-table>div span:first-child {
        min-height: 1px;
    }
}

/* Child */
.flex-table span.sub-titles span,
.flex-table span.sub-child span {
    width: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.flex-table span.sub-titles {
    border-top: 2px solid #fff;
    color: #fff;
    background-color: #8d8d8d;
    display: inline-flex;
    justify-content: center;
    width: auto;
    padding: 0;
}

.flex-table span.sub-titles span,
.flex-table span.sub-child span {
    border-right: 2px solid #fff;
    padding: 6px 5px;
}

.flex-table>div .sub-titles span:last-child,
.flex-table>div .sub-child span:last-child {
    border-right: none;
}

.flex-table>div .sub-titles span:first-child,
.flex-table>div .sub-titles span:last-child {
    border-top: none;
}

.flex-table span.sub-child {
    display: inline-flex;
    padding: 0 !important;
}

.flex-table>div .sub-child span:first-child {
    background-color: transparent;
    color: initial;
}

.signature-pad--body canvas {
    max-height: 200px;
    height: 22vw;
}

/* @media (max-width:680px) {
    .signature-pad--body canvas {
        min-height: 150px;
        height: 150px;
    }
}

@media (max-width:460px) {
    .signature-pad--body canvas {
        min-height: 100px;
        height: 100px;
    }
} */

/* Spacing Out Flex Tables for Data Input */
@media (min-width:960px) {
    .event-report-capture .giant-flex-table .flex-table>div:nth-of-type(4) {
        flex: initial;
        width: 50%;
    }

    .event-report-capture .giant-flex-table .flex-table>div input,
    .event-report-capture .giant-flex-table .flex-table>div select {
        border: none;
        margin: 0 !important;
    }
}

@media (max-width:960px) {
    .event-report-capture .giant-flex-table .flex-table>div {
        flex: initial;
        width: 100%;
    }
}

.event-report-capture .giant-flex-table .flex-table>div input,
.event-report-capture .giant-flex-table .flex-table>div select {
    border: none;
    margin: 0 !important;
}


/* Spacing Out Flex Tables for Data Input */
@media (min-width:960px) {
    .event-report-capture .giant-flex-table .flex-table>div:nth-of-type(4) {
        flex: initial;
        width: 50%;
    }
}

@media (max-width:960px) {
    .event-report-capture .giant-flex-table .flex-table>div {
        flex: initial;
        width: 100%;
    }
}

@media (max-width:767px) {
    .event-report-capture .traumatic_container .trauma_select {
        width: 100%;
    }

    .event-report-capture .traumatic_container i {
        margin: 10px 0;
    }

    .event-report-capture .traumatic_container i#add_trauma_inputs::after {
        content: 'Add Section';
        font-family: 'montserrat', sans-serif;
        margin-left: 10px;
    }

    .event-report-capture .traumatic_container i.remove_trauma_inputs::after {
        content: 'Remove Section';
        font-family: 'montserrat', sans-serif;
        margin-left: 10px;
    }
}

textarea#prior_tx_details {
    width: calc(100% - 10px);
    margin: 5px auto !important;
}

span.remove-container {
    position: relative;
    display: block;
    height: 100%;
}

span.remove-container>h6 {
    margin: 0px;
    line-height: 30px;
}

span.remove-container>h6:hover {
    cursor: pointer;
}

.event_info strong img {
    max-width: 100%;
}

.event_info strong {
    width: 100%;
}

.add_line_buttons {
    display: flex;
    justify-content: space-around;
}

#procedure_treatment_add,
#vitals_add {
    width: 50%;
    margin: 0px 10px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 100%;
    font-weight: 300;
    background-color: #111668;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    transition: 0.1s;
}

.file {
    background: #efefef;
    height: 70px;
    margin: 10px;
    padding: 15px;
}

.file span {
    margin: 20px;
    font-weight: 500;
}

.file_button {
    text-decoration: none;
}

.file_btn {

    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 100%;
    font-weight: 300;
    width: 160px;

    color: #fff !important;
    text-decoration: none !important;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    transition: 0.1s;
}

.file_delete {
    float: right;
    background-color: #ff0000;
}

.file_view {
    float: right;
    background-color: #111668;
}

.file_add {
    float: right;
    background-color: #e6845c;
}

.upload_file {
    cursor: pointer;

}

.upload_file:hover {
    color: #fff;
    background-color: #111668;
}

.item_btn {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 100%;
    font-weight: 300;
    width: 190px;
    color: #fff !important;
    text-decoration: none !important;
    margin-bottom: 10px;
    padding: 10px 20px;
    transition: 0.1s;
}

.item_add {
    float: left;
    background-color: #e6845c;
}

.form-page form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.form-page form .full_width {
    width: 100%;
}

.form-page form .half_width {
    width: calc(50% - 8px);
}

.form-page form .third_width {
    width: calc(33.3333% - 11px);
}

@media screen and (max-width: 960px) {

    .form-page form .half_width,
    .form-page form .third_width {
        width: 100%;
    }
}

.form-page form fieldset {
    width: 100%;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.form-page form label {
    color: #636363;
    margin: 0 0 4px;
    width: 100%;
    display: block;
}

.form-page form input,
.form-page form select,
.form-page form textarea {
    background: #f7f7f7;
    border: none;
    border-bottom: 3px solid #0E1365;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px 8px;
    width: 100%;
    display: block;
}

.form-page form h5 {
    width: 100%;
    display: block;
}

.form-page form hr {
    margin: 16px 0;
    border-top: 3px solid #efefef;
    width: 100%;
}

.form-page form .split-form-content {
    display: flex;
    flex-wrap: wrap;
}

.form-page form .split-form-content label {
    width: 100%;
    display: block;
}

.form-page form .split-form-content>span {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-page form .split-form-content select,
.form-page form .split-form-content input {
    width: calc(50% - 30px);
}

.form-page form fieldset .header {
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    padding: 16px 0;
    border-bottom: 3px solid #efefef;
    background: none;
    width: 100%;
    margin: 16px 0 0;
}

.form-page form .checklist fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    flex-direction: row;
}

.form-page form .checklist fieldset .item {
    width: calc(20% - 13px);
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

@media screen and (max-width: 960px) {
    .form-page form .checklist fieldset .item {
        width: calc(33.3333% - 11px);
    }
}

@media screen and (max-width: 768px) {
    .form-page form .checklist fieldset .item {
        width: calc(50% - 8px);
    }
}

.form-page form .checklist fieldset .item input {
    width: auto;
}

.form-page form .checklist fieldset .item.full-item,
.form-page form .checklist fieldset .item.full-item input {
    width: 100%;
}

.turn_off_tank {
    padding: 16px;
}

.form-page form .turn_off_tank label {
    color: #fff;
    margin: 0;
}

.form-page form input.superbutton {
    border: none;
    background: #0E1365;
    color: #fff;
    padding: 16px;
}

.form-page form input.superbutton:hover {
    background: #333;
}

.inspection-page .content table {}

.inspection-page .content table tr {}

.inspection-page .content table tr th {
    background: #FFD032;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 10px;
    color: #333;
    font-weight: 700;
}

.inspection-page .content table tr td {
    background: #f5f5f5;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 10px;
    color: #333;
    font-weight: 700;
}

.content_container .checkout_list .checkout_item {
    background: #f7f7f7;
    border: 1px solid #efefef;
    margin: 0 0 16px;
}

.content_container .checkout_list .checkout_item .item {
    padding: 10px;
}

.content_container .checkout_list .checkout_item .item i {
    color: #0E1365;
    margin: 0 5px 0 0;
}

.content_container .checkout_list .checkout_item .name {
    padding: 10px;
    border-left: 1px solid #efefef;
}

.content_container .checkout_list .checkout_item form .btn {
    padding: 13px 30px;
    border-radius: 0;
    border: none;
    background: #0E1365;
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.content_container .checkout_list .checkout_item form .btn.sign-in {
    background: #FFD032;
    color: #333;
}

.content_container .checkout_list .checkout_item form input:hover {
    background: #333;
}

@media screen and (max-width: 960px) {
    .content_container .checkout_list .checkout_item {
        flex-direction: column;
        align-items: center;
    }

    .content_container .checkout_list .checkout_item .item {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .content_container .checkout_list .checkout_item .name {
        border-left: none;
        border-top: 1px solid #efefef;
        width: 100%;
        text-align: center;
    }

    .content_container .checkout_list .checkout_item form,
    .content_container .checkout_list .checkout_item form input {
        width: 100%;
    }
}
.login-container .content .login-form{
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.24);
}
.login-container .content .login-form h1{
    font-size: 32px;
    margin: 0;
}
.login-container .content .login-form #form .title{
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid hsla(0 0% 100% / .15);
}
.login-container .content .login-form #form .content_form .form_holder form label{
    font-size: 12px;
}
.login-container .content .login-form #form .content_form .form_holder form input{
    background-color: hsla(0 0% 100% / .15);
    border-radius: 0;
    border: none;
    border-bottom: 3px solid white;
    font-size: 16px;
    line-height: 1;
    padding: 8px;
    height: auto;
}
.login-container .content .login-form #form .content_form .form_holder form button.superbutton{
    margin: 8px 0;
    border-radius: 40px;
    font-size: 16px;
    height: auto;
    padding: 12px 20px 10px;
    border: 2px solid white;
}
.login-container .content .login-form #form .content_form .form_holder form button.superbutton:hover{
    background: none;
    color: white;
}
.dispatch-container {
    display: flex;
    height: calc(100vh - 100px);
    font-family: sans-serif;
}

.dispatch-sidebar {
    width: 250px;
    background: #f5f5f5;
    border-right: 2px solid #ddd;
    padding: 15px;
    overflow-y: auto;
}

.time-display {
    background: white;
    border: 2px solid #333;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.civic-address {
    background: white;
    border: 1px solid #333;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}

.call-generator {
    background: #FFD615;
    border: 2px solid #333;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: bold;
}

.call-generator:hover {
    background: #FFD615;
}

.master-call-list {
    background: white;
    border: 1px solid #333;
    padding: 10px;
    height: 74vh;
    overflow-y: auto;
}

.master-call-list h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
}

.call-list-item {
    padding: 5px;
    margin: 2px 0;
    cursor: pointer;
    border-left: 4px solid;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-list-item .call-info {
    flex: 1;
}

.call-list-item .visibility-toggle {
    margin-left: 10px;
    cursor: pointer;
    padding: 2px;
}

.call-list-item .visibility-toggle:hover {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.call-list-item.purple {
    border-left-color: purple;
    background-color: rgba(128, 0, 128, 0.1);
}

.call-list-item.red {
    border-left-color: red;
    background-color: rgba(255, 0, 0, 0.1);
}

.call-list-item.yellow {
    border-left-color: yellow;
    background-color: rgba(255, 214, 21, 0.1);
}

.call-list-item.orange {
    border-left-color: orange;
    background-color: rgba(255, 165, 0, 0.1);
}

.call-list-item.green {
    border-left-color: green;
    background-color: rgba(0, 128, 0, 0.1);
}

.call-list-item.default {
    border-left-color: #ccc;
}

.dispatch-card.hidden {
    display: none !important;
}

.dispatch-desktop {
    flex: 1;
    background: #e8e8e8;
    padding: 15px;
    position: relative;
    overflow: auto;
}

.dispatch-card {
    color: white;
    border-radius: 10px;
    padding: 15px;
    position: absolute;
    width: 350px;
    min-height: 250px;
    cursor: move;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    z-index: 1;
    transition: width 0.3s ease, min-height 0.3s ease;
}

.dispatch-card.dragging {
    transition: none !important;
}

.dispatch-card.collapsed {
    min-height: 120px;
    width: 250px;
}

.dispatch-card h5 {
    margin: 0 0 10px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collapse-toggle {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 14px;
}

.collapse-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
}

.card-content.collapsed {
    display: none;
}

.card-content-minimal {
    display: none;
    font-size: 11px;
    line-height: 1.4;
}

.card-content-minimal.show {
    display: block;
}

.dispatch-card.status-updates {
    background: #ed2c38;
}

.dispatch-card.status-approved {
    background: #6caf20;
}

.dispatch-card.color-purple {
    background: #8b2c8b;
}

.dispatch-card.color-red {
    background: #dc3545;
}

.dispatch-card.color-yellow {
    background: #ffc107;
    color: #000;
}

.dispatch-card.color-orange {
    background: #ff9800;
    color: #000;
}

.dispatch-card.color-default h5,
.dispatch-card.color-yellow h5,
.dispatch-card.color-orange h5 {
    color: #333;
}

.dispatch-card.color-green {
    background: #28a745;
}

.dispatch-card.color-default {
    background: white;
    color: #333;
}
.dispatch-card .editable-field textarea {
    font-family: sans-serif
}
.dispatch-card.color-yellow .editable-field input,
.dispatch-card.color-yellow .editable-field textarea,
.dispatch-card.color-yellow .editable-field select,
.dispatch-card.color-orange .editable-field input,
.dispatch-card.color-orange .editable-field textarea,
.dispatch-card.color-orange .editable-field select,
.dispatch-card.color-default .editable-field input,
.dispatch-card.color-default .editable-field textarea,
.dispatch-card.color-default .editable-field select {
    background: rgba(0, 0, 0, 0.1);
    color: #333;
}

.dispatch-card.color-orange .editable-field input::placeholder,
.dispatch-card.color-orange .editable-field textarea::placeholder,
.dispatch-card.color-yellow .editable-field input::placeholder,
.dispatch-card.color-yellow .editable-field textarea::placeholder,
.dispatch-card.color-default .editable-field input::placeholder,
.dispatch-card.color-default .editable-field textarea::placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.dispatch-card .card-content {
    font-size: 11px;
    line-height: 1.3;
}

.dispatch-card .card-field {
    margin: 3px 0;
}

.dispatch-card .editable-field {
    margin: 5px 0;
}

.dispatch-card .editable-field input,
.dispatch-card .editable-field textarea,
.dispatch-card .editable-field select {
    width: 100%;
    padding: 3px 5px;
    margin: 2px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 11px;
}

.dispatch-card .editable-field textarea {
    height: 40px;
    resize: vertical;
}

.dispatch-card .editable-field input::placeholder,
.dispatch-card .editable-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.dispatch-card .editable-field select option {
    background: #031D49;
    color: white;
}

.dispatch-card .card-actions {
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dispatch-stage-btn.completed {
    color: white;
    background: rgba(3, 29, 73, 0.8);
    border: 1px solid rgba(3, 29, 73, 0.8);
    border-radius: 40px;
}

.dispatch-stage-btn.completed:hover {
    background: rgba(3, 29, 73, 0.8);
    cursor: default;
}

.dispatch-card .card-actions {
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dispatch-skip-btn,
.dispatch-stage-btn {
    background: rgba(241, 240, 236, 0.8);
    border: 1px solid rgba(112, 111, 110, 0.8);
    color: #333;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.dispatch-stage-btn:hover {
    background: #FFD615;
    border: 1px solid #FFD615;
}

.dispatch-log {
    margin-top: 10px;
    color: #fff;
}
.dispatch-card.color-orange .dispatch-log,
.dispatch-card.color-default .dispatch-log,
.dispatch-card.color-yellow .dispatch-log {
    color: #333;
}

.dispatch-log .log-entry {
    font-size: 10px;
    margin: 1px 0;
    padding: 1px 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.dispatch-card.color-orange .dispatch-log .log-entry,
.dispatch-card.color-yellow .dispatch-log .log-entry,
.dispatch-card.color-default .dispatch-log .log-entry {
    background: rgba(0, 0, 0, 0.1);
}

/* ---------- New Dispatch Styles ----- */
:root{
    --purple: #8f508f;
    --red: #bb3b47;
    --green: #51855d;
    --yellow: #d9b74f;
    --dark: #2d2929;
    --light: #f7f7f7;
    --shadow: 0 0px 16px rgba(0, 0, 0, 0.16);
}
.dispatch-container .dispatch-desktop{
    background: var(--light);
    padding: 16px;
}
.dispatch-container .dispatch-desktop .dispatch-desktop-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    padding: 16px 32px;
    border: 2px solid var(--dark);
    color: var(--dark);
    opacity: .16;
    text-align: center;
}
.dispatch-container .dispatch-desktop .dispatch-card{
    box-shadow: var(--shadow);
}
.dispatch-container .dispatch-desktop .dispatch-card.color-purple{
    background: var(--purple);
}
.dispatch-container .dispatch-desktop .dispatch-card.color-yellow{
    background: var(--yellow);
    color: var(--dark);
}
.dispatch-container .dispatch-desktop .dispatch-card.color-red{
    background: var(--red);
}
.dispatch-container .dispatch-desktop .dispatch-card.color-green{
    background: var(--green);
}
.dispatch-container .dispatch-desktop .dispatch-card .card-actions{
    /* flex-direction: column; */
    /* gap: 8px; */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.dispatch-container .dispatch-desktop .dispatch-card .card-actions a{
    color: white;
    line-height: 1;
    margin: 15px auto 0px auto;
}
.dispatch-container .dispatch-desktop .dispatch-card .card-actions .dispatch-stage-btn{
    width: 74%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background: white;
    color: var(--dark);
    letter-spacing: .05em;
    border: 2px solid white;
    height: auto;
    padding: 8px 12px 7px;
    margin: 0;
    cursor: pointer;
}
.dispatch-container .dispatch-desktop .dispatch-card .card-actions .dispatch-skip-btn {
    width: 24%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background: white;
    color: var(--dark);
    letter-spacing: .05em;
    border: 2px solid white;
    height: auto;
    padding: 8px 12px 7px;
    margin: 0;
    cursor: pointer;
}
.dispatch-container .dispatch-desktop .dispatch-card .card-actions .dispatch-skip-btn:hover,
.dispatch-container .dispatch-desktop .dispatch-card .card-actions .dispatch-stage-btn:hover {
    background: none;
    color: white;
}

.dispatch-container .dispatch-desktop .dispatch-card.color-yellow .card-actions a,
.dispatch-container .dispatch-desktop .dispatch-card.color-orange .card-actions a,
.dispatch-container .dispatch-desktop .dispatch-card.color-default .card-actions a{
    color: var(--dark);
}
.dispatch-container .dispatch-desktop .dispatch-card.color-default .card-actions .dispatch-skip-btn,
.dispatch-container .dispatch-desktop .dispatch-card.color-default .card-actions .dispatch-stage-btn{
    background: var(--dark);
    color: white;
    border-color: var(--dark);
}
.dispatch-container .dispatch-desktop .dispatch-card.color-default .card-actions .dispatch-skip-btn:hover,
.dispatch-container .dispatch-desktop .dispatch-card.color-default .card-actions .dispatch-stage-btn:hover{
    background: none;
    color: var(--dark);
}
.dispatch-container .dispatch-desktop .dispatch-card .card-actions .dispatch-stage-btn.completed{
    width:100%;
    opacity: .5;
    cursor: unset;
}
.dispatch-container .dispatch-desktop .dispatch-card .card-actions .dispatch-stage-btn.completed:hover{
    background: white;
    color: var(--dark);
}
.dispatch-container .dispatch-desktop .dispatch-card.color-default .card-actions .dispatch-stage-btn.completed:hover{
    background: var(--dark);
    color: white;
}
.call-list-item.purple{
    border-left-color: var(--purple);
    background-color: hsla(300 28% 44% / .15);
}
.call-list-item.green{
    border-left-color: var(--green);
    background-color: hsla(134 24% 42% / .15);
}
.call-list-item.red{
    border-left-color: var(--red);
    background-color: hsla(354 52% 48% / .15);
}
.call-list-item.yellow{
    border-left-color: var(--yellow);
    background-color: hsla(45 64% 58% / .15);
}
.call-list-item.default {
    border-left-color: #a3a3a3;
    background: hsla(0 0% 0% / .05);
}
a.return-account.dispatch-return-account{
    background: #FFFFFF;
    border-top: 1px solid #3333;
    text-align: center;
}
.dispatch-container .dispatch-sidebar{
    direction: rtl;
    background: var(--light);
    border: none;
}
.dispatch-container .dispatch-sidebar .time-display{
    border: none;
    border-radius: 40px;
    box-shadow: var(--shadow);
    font-size: 50px;
    line-height: 1;
    height: auto;
    padding: 10px 10px 8px;
    color: var(--dark);
}
.dispatch-container .dispatch-sidebar .civic-address{
    border: none;
    border-radius: 40px;
    box-shadow: var(--shadow);
    font-size: 14px;
    line-height: 1;
    height: auto;
    padding: 10px 10px 8px;
    color: var(--dark);
    text-align: center;
    font-weight: 600;
}
.dispatch-container .dispatch-sidebar .call-generator{
    border: none;
    border-radius: 40px;
    box-shadow: var(--shadow);
    font-size: 14px;
    line-height: 1;
    height: auto;
    padding: 10px;
    background: #021d49;
    color: white;
}
.dispatch-container .dispatch-sidebar .call-generator:hover{
    color: var(--dark);
    background: #FFD615;
}
.dispatch-container .dispatch-sidebar .master-call-list{
    height: calc(100svh - 352px);
    border-radius: 16px;
    border: none;
    background: white;
    box-shadow: var(--shadow);
    padding: 16px;
}
.dispatch-container .dispatch-sidebar{
    width: 44px;
    position: relative;
    overflow: hidden;
}
.dispatch-container .dispatch-sidebar .hide-show{
    width: 36px;
    aspect-ratio: 1 / 1;
    background-color: #021d49;
    border-radius: 50%;
    box-shadow: var(--shadow);
    position: absolute;
    top: 30px;
    left: 8px;
    z-index: 999;
    cursor: pointer;
}
.dispatch-container .dispatch-sidebar .hide-show::before,
.dispatch-container .dispatch-sidebar .hide-show::after{
    content: '';
    width: 20px;
    height: 3px;
    position: absolute;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dispatch-container .dispatch-sidebar .hide-show::after{
    transform: rotate(90deg) translate(0%, 0%);
    top: 16.5px;
    left: 8px;
}
.dispatch-container .dispatch-sidebar.active .hide-show::after{
    opacity: 0;
}
.dispatch-container .dispatch-sidebar .time-display,
.dispatch-container .dispatch-sidebar .civic-address,
.dispatch-container .dispatch-sidebar .call-generator,
.dispatch-container .dispatch-sidebar .master-call-list{
    opacity: 0;
}
.dispatch-container .dispatch-sidebar.active{
    width: 350px;
    overflow-y: auto;
}
.dispatch-container .dispatch-sidebar.active .time-display,
.dispatch-container .dispatch-sidebar.active .civic-address,
.dispatch-container .dispatch-sidebar.active .call-generator,
.dispatch-container .dispatch-sidebar.active .master-call-list{
    opacity: 1;
}

.export-section {
    padding: 10px 10px 0px 10px;
    display: flex;
}

.btn {
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
    margin: auto;
}

.btn-secondary:hover {
    background-color: #545b62;
    color: white;
}

.btn i {
    margin-right: 5px;
}