/* 
Theme      : CSM Theme
Created by : gabrielruiz
*/
/* GET fonts */
@import url("MyFontsWebfontsKit.css");

/* Global  Styles */
body {
    font-size: 17px;    
}
body * {
    color: #666;
    font-family: 'AvenirLTStd-Medium';
}
body a {
    color: #009bcf;
}
body h1 {
    font-family: 'AvenirLTStd-Light';
    font-size: 42px;
    color: #333;
    padding-bottom: 15px;
}
body h2 {
    font-family: 'AvenirLTStd-Light';
    font-size: 30px;
    color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
}
body h3 {
    font-family: 'AvenirLTStd-Heavy';
    font-size: 17px;
    color: #666;
    padding-bottom: 15px;
}
body p {
    padding-bottom: 15px;
}

.csm-maroon {
    background-color: #901737;
}
.csm-steel-blue {
    background-color: #243746;
}
.csm-orange {
    background-color: #f4681d;
}
.csm-green {
    background-color: #62a944;
}
.csm-aqua-blue {
    background-color: #00759b;
}
.csm-light-aqua-blue {
    background-color: #009bcf;
}

.csm-line-color {
    background-color: #d9d9d9;
}

#lightboxOverlay { 
    position: fixed !important;
    top: 0; 
    left: 0;
    height: 100% !important;
    width: 100% !important; 
}
#lightbox { 
    display: none;
    position: fixed !important;
    top: 50% !important; 
    transform: translateY(-50%); 
}
#lightbox .lb-nav > a {
    opacity: .6;
}
#lightbox .lb-nav > a:hover {
    opacity: 1;
}
#lightbox .lb-nav a.lb-next {
    background-position-x: 90%;
}
#lightbox .lb-nav a.lb-prev {
    background-position-x: 20%;
}
#lightbox .lb-data .lb-close,
#lightbox .lb-data .lb-details {
    display: none;
}

#main-header {
    z-index: 9999;
}

/* END Global Styles*/

/* Hero Images and Text */
#hero-text {
    color: #fff;
}
#hero-text h2 {
    color: #fff;
}
#hero-text p {
    margin: 15px 0;
    color: #fff;
}
#hero-text .csm-button {
    margin: 25px 0;
}
.hero-text-content {
    background-color: rgba(0,117,155,.90);
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5% 10%;
    margin: 0 auto;
    display: block;
}

/* ET Styles */
.container.et_menu_container {
    height: 115px;
}
.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
    padding-top: 69px;
}

.et_pb_column .et_pb_widget_area.et_pb_sidebar_0,
.et_pb_row_2-3_1-3 .et_pb_column_1_3,
.et_pb_row_3-4_1-4 .et_pb_column_1_4
{
    border-right: none;
    padding-right: 0;
    padding-top: 0;
}

.et_pb_row_inner.et_pb_row_inner_0 {
    padding-top: 0;
}

.et_pb_accordion .et_pb_toggle_title {
    font-weight: bold;
}

.et_pb_contact_field > label {
    display: block;
}

.et_pb_contact_form_container  .et-pb-contact-message {
    font-weight: bold;
}
.et_pb_post h2.entry-title {
    margin-top: 0;
}

input[type=text].et_pb_contact_captcha {
    padding: 16px 14px;
}

div.et_pb_divider::before {
    position: relative;
    display: block;
}

#et-top-navigation #top-menu a,
#et-top-navigation * {
    font-size: 18px;
    font-weight: normal;
    color: #00759b;
    -webkit-transition: none;
    transition: none;
}
#et-top-navigation #top-menu .current-menu-item > a,
#et-top-navigation #top-menu .current-menu-ancestor > a,
#et-footer-nav .current-menu-item a,
#et-top-navigation #top-menu a:hover {
    opacity: 1;
    color: #009bcf;
}
#et-top-navigation #top-menu .sub-menu {
    border-top-color: #00759b;
    padding: 10px 0;
}
#et-top-navigation #top-menu .sub-menu li {
    padding: 0;
    display: block;    
}
#et-top-navigation #top-menu .sub-menu a {
    width: 100%;
    line-height: 40px;
}
#et-top-navigation #top-menu .sub-menu a:hover {
    background-color: #eee;    
}

#et-footer-nav {
    padding: 15px 0;
    background-color: #243746;
}
#et-footer-nav ul {
    display: inline-block;
}
#et-footer-nav .bottom-nav li {
    font-weight: normal;
}
#et-footer-nav .et-social-icons {
    padding: 15px 0;
}
#et-footer-nav .et-social-icon a {
    color: #aaaeb2;
}

#footer-bottom {
    background-color: #1d2c38;
}
#footer-info {
    font-size: 14px;
}
/* END ET Styles*/

/* Customize Search Result PAGE */
.search-results #main-content .container::before {
    width: 0;
}
.search-results .has-post-thumbnail img {
    display: none;
}
/* END Customize Search Result PAGE */

/* Customize Blog Page */
.archive .has-post-thumbnail img,
.blog .has-post-thumbnail img {
    display: none;
}

.tagcloud a {
    background-color: #fff;
    padding-left: 0;
}
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active {
    background-color: #fff;
    color: #009bcf;
    
}

.et_pb_widget li a:hover,
.et_pb_widget li a:focus,
.et_pb_widget li a:active {
    color: #009bcf;
}
/* END Customize Blog Page */

/* Customize Button Divi class */
a.small-button.smallgreen:hover ,
a.small-button.smallgreen:focus,
a.small-button.smallgreen:active,
a.small-button.smallgreen {
    background: none;
    background-color: #62a944;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #fff !important;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    margin: 25px auto 35px;
    width: 270px;
    display: block;
    -webkit-font-smoothing: auto;
}


/* Customize Button Divi class */
a.btn-smallgreeninline {
    display: inline-block;
    background: none;
    background-color: #62a944;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #fff !important;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    text-shadow: none;
    margin: 0 20px 1rem 0;
    width: auto;
    -webkit-font-smoothing: auto;
}
a.btn-smallgreeninline:hover ,
a.btn-smallgreeninline:focus,
a.btn-smallgreeninline:active {
    background-color: #4c8435;
}

a.btn-map {
    display: inline-block;
    background-color: #27AAD6;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.0;
    padding: 4px 6px;
}
a.btn-map:hover, a.btn-map:active, a.btn-map:focus {
    background-color: #3097ba;
	
}

#dirbutton {
	margin-top: -20px;
	margin-bottom: 2rem;
	text-align: right;
}

.et_pb_column.et_pb_column_1 a.small-button {
    width: 100%;
}

/* Footer */
#menu-secondary-footer-menu::before {
    border-left: 1px solid #d9d9d9;
    margin-right: 25px;
    content: '';
}
/* END Footer */

/* Customize Main Content */
#main-content .csm-container {
    padding-top: 0;
}
#main-content .container::before {
    width: 0;
}
/* END Customize Main Content */

/* Dropdown Styles */
.dropdownCheckList {
    display: inline-block;
    outline: none;
    position: relative;
    margin-bottom: 25px;
}

.dropdownCheckList .csm-button:active::after {
    right: 8px;
    top: 21%;
}

.dropdownCheckList .items {
    padding: 15px 30px;
    display: none;
    margin: 0;
    border: 1px solid #d9d9d9;
    width: 625px;
    position: absolute;
    top: 41px;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(217,217,217,0.9);
    -moz-box-shadow: 3px 3px 3px 0px rgba(217,217,217,0.9);
    box-shadow: 3px 3px 3px 0px rgba(217,217,217,0.9);
}
.dropdownCheckList .items ul {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    padding: 0;
    margin: 0 0 5%;
}
.dropdownCheckList .items ul+ul {
    margin: 0 0 5% 7%;
}
.dropdownCheckList .items ul > li {
    font-size: 15px;
    list-style: none;
    margin: 15px 0;
}
.dropdownCheckList .checkbox-filled label {
    max-width: 90%;
}

.dropdownHeaderTitle {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 3px;
}

.dropdownCheckList ul h6 {
    font-family: 'AvenirLTStd-Heavy';
    font-size: 15px;
}

.dropdownCheckList.visible .items {
    display: block;
}

.dropdownFilterFooter {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
}
.dropdownFilterFooterBtn {
    float: right;
}

.marketFilters li.stateFilter:nth-child(2) {
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.marketFilters .regionFilter {
    margin-left: 20px;
    margin-bottom: 5px;
}
.marketFilters .cityList {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin-left: 8px;
}
.marketFilters label+.cityList {
    margin-left: 30px;
}

.commercial-dropdown-filters .items-list {
    width: 788px;
}
.commercial-dropdown-filters .items ul {
    width: 29%;
}
.commercial-dropdown-filters .items ul+ul {
    margin-left: 5.5%;
}
/* End Dropdown Styles */

/* Buttons */
.csm-button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0 40px;
    font-size: 16px;
    border: 1px solid #d9d9d9;
    color: #fff;
    border-radius: 3px;
    line-height: 40px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.csm-button:hover,
.csm-button:focus,
.csm-button:active {
    color: #fff;
}
.csm-button.csm-button-smaller {
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.csm-button.csm-button-lg {
    line-height: 40px;
    width: 170px;
}
/** Replaced the white Apply button with the blue border with a blue button **/
.csm-button.csm-button-border-blue {
    background-color: #fff;
    border: 1px solid #00759b;
    color: #00759b;
}
.csm-button.csm-button-blue {
    background-color: #00759b;
    border: 0px;
    color: #ffffff;
}
.csm-button.csm-button-border-green {
    background-color: #fff;
    border: 1px solid #62a944;
    color: #62a944;
}

.csm-clear-action:hover,
.csm-clear-action:focus,
.csm-clear-action:active,
.csm-clear-action {
    text-decoration: underline;
    padding: 3px 15px;
}
/* END Buttons */

/* Font Icons */
.csm-font-icon {    
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
}
/* END Font Icons */

/* Properties Filter Table */
#propertiesTable {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 50px;
/*    display: block;
    overflow-x: auto;*/
}
#propertiesTable thead th {
    background-color: #fff;
    border: 0;
    vertical-align: bottom;
}

#propertiesTable tr th:first-child {
    background-image: none;
}

#propertiesTable tr td {
    padding: 10px;
    vertical-align: top;
}

#propertiesTable .propertyName {
    padding-bottom: 5px;
}

#propertiesTable p {
    padding-bottom: 0;
}

#propertiesTable .msg-no-results {
    display: none;
    text-align: center;
}
/* END Properties Filter Table */

/* Property Maps */
#propertyMap {
    margin-bottom: 30px;
}

#propertyFilterMap {
    margin-bottom: 5px;
}

.csm-maps {
    width: 100%;
    height: 400px;
    background-color: #eee;
}
.csmMapLabels {
    background-color: #901737;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
    max-width: 190px;
    text-align: center;
}
/* END Property Maps */

/* Property Map Simbols */
.csm-labels {
    font-size: 12px;
    margin-bottom: 15px;
    position: relative;
    height: 25px;
    text-align: right;
}
.csm-labels-group {
    float: right;
}
.csm-labels-description img {
    position: relative;
    bottom: 1px;
    margin-left: 10px;
    vertical-align: middle;
}
.csm-labels-available-img,
.csm-labels-unavailable-img {
    max-width: 5%;
    margin-right: 3px;
}
/* END Property Map Simbols */

/* Custom Field List */
#csm-customField {
    padding: 0;
}
.csm-customField-li {
    list-style: none;    
}
.csm-customField-li+.csm-customField-li {
    border-top: 1px solid #d9d9d9;
}

.csm-customField-label {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.csm-customField-value {
    position: relative;
    max-width: 50%;
    display: inline-block;
    vertical-align: bottom;
}
/* Custom Field List */

/* Customize Property Page */
.csm-property-filter .et_pb_section {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* END Customize Property Page */

/* Caret in Filter Table */
#propertiesTable th {
    background-image: none;
}
#propertiesTable th:first-child .tablesorter-icon {
    display: none;
}
#propertiesTable.tablesorter td:nth-child(1),
#propertiesTable.tablesorter td:nth-child(2) {
    min-width: 10em;
}
#propertiesTable .tablesorter-header:nth-child(n+3),
#propertiesTable.tablesorter td:nth-child(n+3) {
    text-align: center;
}
#propertiesTable.tablesorter td .green {
    color: #62a944;
}
#propertiesTable.tablesorter td .red {
    color: #901737;
}
#propertiesTable .tablesorter-header-inner {
    display: inline-block;
    text-align: right;
}
#propertiesTable .tablesorter-icon {
    color: #d9d9d9;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    width: 5px;
    height: 9px;
    position: absolute;
    bottom: 10px;
    right: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#propertiesTable .tablesorter-icon::before {
    content: "\f0d8";
    display: block;
    position: absolute;
    bottom: 0;
}
#propertiesTable .tablesorter-icon::after {
    content: "\f0d7";
    display: block;
    position: absolute;
    top: 0;
}
#propertiesTable .tablesorter-headerAsc .tablesorter-icon::before,
#propertiesTable .tablesorter-headerDesc .tablesorter-icon::after {
    color: #901737
}
/* END Caret in Filter Table */

/* Split Button */
.splitButton {
    margin: 50px auto;
    width: 270px;
}
.csm-split-action::before {
    content: '\f0d7';
    position: relative;
    display: block;
}
.csm-split-action {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.csm-split-action,
.csm-split-btn {
    border: 1px solid #5a9c3e;
    color: #f2f2f2;
    font-size: 16px;    
    vertical-align: top;
    display: inline-block;
}
.csm-split-btn {
    padding: 0 25px;    
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: .5px solid #eee;
}
.csm-button-lg.csm-split-btn {
    width: 226px;
}
.csm-split-options {
    display: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    width: 268px;
    position: absolute;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(217,217,217,0.9);
    -moz-box-shadow: 3px 3px 3px 0px rgba(217,217,217,0.9);
    box-shadow: 3px 3px 3px 0px rgba(217,217,217,0.9);
}
.csm-split-option { 
    display: block;
    font-size: 18px;
    line-height: 40px;
    padding: 3px 0 3px 25px;
    color: #666;
}
.csm-split-option:focus, 
.csm-split-option:hover {
    background-color: #eee;
}
/* END Split Button */

/* CSM Contact Map */
.csm-contact-map div.et_pb_map {
    height: 375px;    
}
/* CSM Contact Map */

/* Employee Portal Page */
.cms-employee-portal a.small-button:hover,
.cms-employee-portal a.small-button:active,
.cms-employee-portal a.small-button:focus,
.cms-employee-portal a.small-button {
    display: inline-block;
    width: 170px;
}
.cms-employee-portal a.small-button+a.small-button {
    margin-left: 10px;
}
/* END Employee Portal Page */

/* Checkbox Filled  */
.checkbox-filled {
    padding-left: 3px;
}
.checkbox-filled input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}
.checkbox-filled label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    cursor: pointer;
}
.checkbox-filled label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 4px;
    left: -20px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0px rgba(217,217,217,0.9);
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-filled label::after {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: -20px;
    top: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #fff;
}
.checkbox-filled input[type="checkbox"]:checked + label::before {
    background-color: #009bcf;
    border-color: #009bcf;
}
.checkbox-filled input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
/* END Checkbox Filled */

/* High Resolution Images */
.csm-high-resolution {
    display: none;
}
#logo.csm-logo {
    max-height: 60px;    
}
.csm-logo {
    width: 175px;
    vertical-align: middle;
}
/* END High Resolution Images */

/* Show more link */
.hiddenContent,
.showLess {
    display: none;
}
/* END Show more link */

/* Search Box */
.et_header_style_left .mobile_menu_bar {
    padding-bottom: 15px;
}
/* END Search Box */

/* Space Available Block */
#csm-spaceAvailableTitleBlock {
    margin-top: 25px;
}
.csm-spaceAvailableBlock {
    border: 1px solid #000;
    padding: 15px;
}
.csm-spaceAvailableBlock + .csm-spaceAvailableBlock {
    margin-top: 15px;
}
ul.csm-spaceAvailablePdfBlock {
    padding-left: 10px;    
}
ul.csm-spaceAvailableDataBlock {
    padding-left: 0;
}
.csm-spaceAvailablePdfBlock li {
    list-style: none;
}
.csm-spaceAvailableMinDivisible.csm-customField-li {
    border-bottom: 1px solid #d9d9d9;
}
.csm-spaceAvailableVideoTitleDesc {
    font-style: italic;
    font-size: 12px;
    padding-bottom: 5px;
}
.csm-spaceAvailableItemsListBlock {
    margin-top: 15px;
}
.csm-spaceAvailablePdf a {
    text-decoration: underline;
}
/* END Space Available Block */

/* Back to Property Filters */
.backToPropertyFilters {
    position: relative;
    color: #009bcf;
    left: 135px;
    top: 25px;
    z-index: 1;
}
.backToPropertyFilters i {
    color: #009bcf;
}
/* END Back to Property Filters */

/* Only specific Mobile Rules */
@media (max-width: 480px) {
    /* Properties Filter Table */
    .dropdownCheckList .items {
        position: relative;
        top: 0;
        min-width: 335px;
    }
    .dropdownCheckList .items .items-list {
        width: auto;
    }
    .dropdownCheckList .items .items-list ul+ul {
        border-top: 1px solid #d9d9d9;
    }
    .dropdownCheckList .items ul {
        display: block;
        width: 100%;
        margin-bottom: 15%;
        margin-left: 0;
        margin-right: 0;
    }
    .dropdownCheckList .items ul+ul {
        border-top: 1px solid #d9d9d9;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15%;
    }
    .dropdownFilterFooterBtn {
        float: none;
    }
    /* END Properties Filter Table */
    
    /* Dropdown Styles */
    .dropdownCheckList .items {
        width: 340px;
    }
    .dropdownCheckList .items ul:first-child {
        margin-right: 5%;
    }
    .dropdownCheckList span {
        white-space: nowrap;
    }
    .dropdownCheckList .csm-clear-action {
        margin-bottom: 10px;
        display: inline-block;
    }
    /* END Dropdown Styles */
    
    /* Search Box */
    span.et_close_search_field,
    .et-search-form input {
       top: initial; 
    }
    /* END Search Box */
}
@media (min-width: 481px) and (max-width: 767px) {
    /* Properties Filter Table */
    .dropdownCheckList .items {
        position: relative;
        top: 0;
        min-width: 335px;
    }
    .dropdownCheckList .items .items-list {
        width: auto;
    }
    .dropdownCheckList .items .items-list > ul+ul {
        border-top: 1px solid #d9d9d9;
        margin-left: 0;
    }
    .dropdownCheckList .items ul {
        display: block;
        width: 100%;
        margin-bottom: 15%;
    }
    .dropdownCheckList .items ul+ul {
        border-top: 1px solid #d9d9d9;
        margin-left: 0;
        margin-bottom: 15%;
    }
    .dropdownFilterFooterBtn {
        float: none;
        text-align: right;
    }
    /* END Properties Filter Table */
    
    /* Dropdown Styles */
    .dropdownCheckList .items {
        width: 510px;
    }
    div#dropdownFilter span {
        white-space: nowrap;
    }
    /* END Dropdown Styles */
}

/* Tablet Rules */
@media (min-width: 768px) and (max-width: 980px) {
    /* Properties Filter Table */
    .page-id-198 #propertiesTable th:nth-child(6),
    .page-id-198 #propertiesTable td:nth-child(6) {
        display: none;
    }
    /* END Properties Filter Table */
    
    /* Hero Images and Text */
    #hero-text h1 {
        font-size: 22px;
        padding-bottom: 0;
    }
    #hero-text {
        font-size: 17px;
        max-height: 70%;
        width: 40%;
        position: absolute;
        right: 5%;
        top: 10%;
    }
    #hero-text p {
        font-size: 14px;
        max-height: 100px;
        display: block;
        overflow-y: scroll;
    }
    #hero-text .csm-button {
        font-size: 14px;
        padding: 0 20px;
        line-height: 30px;
    }
    /* End Hero Images and Text */
    
    /* Properties Filter Table */
    .items.commercial-filters,
    .items.commercial-filters .dropdownCheckList .items  {
        width: 850px
    }
    /* END Properties Filter Table */
}

/* Desktop Rules */
@media (min-width: 981px) {
    /* Properties Filter Table */
    #propertiesTable.tablesorter td:nth-child(1),
    #propertiesTable.tablesorter td:nth-child(2) {
        min-width: 12em;
    }
    /* END Properties Filter Table */
    
    /* Customize Main Content */
    #main-content #left-area {
        border-right: 1px solid #d9d9d9;
        min-height: 240px;
    }
    #main-content #content-area {
        margin-bottom: 25px;    
    }    
    /* END Customize Main Content */
    
    /* Hero Images and Text */
    #hero-text {
        font-size: 17px;
        max-height: 500px;
        width: 38%;
        max-width: 750px;
        position: absolute;
        right: 5%;
        top: 15%;
    }
    /* END Hero Images and Text */
    
    /* ET Styles */
    .et_pb_column.et_pb_column_2_3,
    .et_pb_column.et_pb_column_3_4 {
        border-right: 1px solid #d9d9d9;
        padding-right: 2.75%;
        margin-right: 2.75%;
    }
    .et_pb_column.et_pb_column_2_3 {
        margin-right: 5%;
    }
    .et_pb_column.et_pb_column_3_4 {
        margin-right: 2.75%;
    }
    /* END ET Styles */
}

/* Large Desktop Rules */
@media (min-width: 1024px) {
        
    /* Dropdown Styles */
    .commercial-dropdown-filters.visible .items {
        width: 850px;
    }
    /* End Dropdown Styles */
}

/* Retina-specific rules */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
    
    /* High Resolution Images */
    img#logo {
        display: none;
    }
    .csm-high-resolution {
        display: inline-block;
    }
    /* END High Resolution Images */
}
/* END Retina-specific rules */