@import url(dev.css);
/******************** Legacy ********************/
/******* Styles for compatibility purposes ******/


/******************** DEBUG ********************/

.todo {
    border: 1px dotted red;
}

.todo-comment {
    float: left;
    color: white;
    background-color: red;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 11px;
}

.todo-path {
    float: right;
    color: white;
    background-color: red;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 11px;
    display: none;
}

.todo:hover > .todo-path {
    display: block;
}

.todo-content {
    clear: both;
    padding: 10px;
}

/***** Miscellaneous *****/
iframe {
    width: 100%;
}

.clear {
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
}

.errors {
    color: #c7254e;
    padding: 0;
}

.errors > li {
    list-style: none;
}


.clear {
    clear: both;
}

hr,
.hr {
    margin: 30px 0 45px;
}

h2,
.h2 {
    margin-top: 40px;
}

.xs h2,
.xs .h2 {
    margin-top: 20px;
}


/***** image *****/
.item-file-image {
    max-width: 100%;
}


/***** classes *****/
.item-file-download {
    word-break: break-all;
    word-wrap: break-word;
}

div.item-text > ul {
    list-style: none;
    padding-left: 20px;
}

div.item-text > li {
    padding-left: 0;
}

.module-tab > .row > div > .item-text:first-of-type h2:first-child,
.module-tab > .row > div > .item-text:first-of-type .h2:first-child {
    margin-top: 0px;
}

.clip-l {
    clear: both;
    float: left;
    padding: 0 20px 20px 0;
    margin-top: 20px;
    width: 180px;
    overflow: hidden;
}

.xs .clip-l {
    float: initial;
    text-align: center;
    padding: 0 0 20px;
    width: 100%;
}

.clip-l img {
    max-width: 100%;
}

.clip-l + h2,
.clip-l + .h2 {
    margin-top: 20px;
}

.clip-l + .item-text h2:first-child,
.clip-l + .item-text .h2:first-child {
    margin-top: 20px;
}

div.item-text > li {
    font-weight: lighter;
    line-height: 1.5;
}

div.item-text + div.item-text {
    clear: both;
}

div.clip-l + a + div.item-text,
div.clip-l + div.item-text {
    float: left;
}

.lg div.clip-l + a + div.item-text,
.lg div.clip-l + div.item-text {
    width: 960px;
}

.md div.clip-l + a + div.item-text,
.md div.clip-l + div.item-text {
    width: 760px;
}

.sm div.clip-l + a + div.item-text,
.sm div.clip-l + div.item-text {
    width: 540px;
}

.xs div.clip-l + a + div.item-text,
.xs div.clip-l + div.item-text {
    float: inherit;
    width: auto;
}

.module-tab div.clip-l {
    width: 180px;
}

.lg .module-tab div.clip-l + a + div.item-text,
.lg .module-tab div.clip-l + div.item-text {
    width: 890px;
}

.md .module-tab div.clip-l + a + div.item-text,
.md .module-tab div.clip-l + div.item-text {
    width: 690px;
}

.sm .module-tab div.clip-l + a + div.item-text,
.sm .module-tab div.clip-l + div.item-text {
    width: 470px;
}

.xs .module-tab div.clip-l + a + div.item-text,
.xs .module-tab div.clip-l + div.item-text {
    float: inherit;
    width: auto;
}

.module-tabs[data-purpose="tab"] .tab-content {
    padding-top: 40px;
}

.module-tab > .row > div > div.clip-l {
    margin-top: 25px;
}
.module-tab div.clip-l + div.item-text h2,
.module-tab div.clip-l + div.item-text .h2,
.module-tab div.clip-l + a + div.item-text h2,
.module-tab div.clip-l + a + div.item-text .h2 {
    margin-top: 20px;
}

.module-tabs[data-purpose="tab"] .row > div > div.clip-l {
    margin-top: 0px;
}

.module-tabs[data-purpose="tab"] div.clip-l + div.item-text h2,
.module-tabs[data-purpose="tab"] div.clip-l + div.item-text .h2,
.module-tabs[data-purpose="tab"] div.clip-l + a + div.item-text h2,
.module-tabs[data-purpose="tab"] div.clip-l + a + div.item-text .h2,
.module-tabs[data-purpose="tab"] div.item-text:first-child p {
    margin-top: 0;
}



/***** table *****/
table.image-text-pair {
    
}

.xs table.image-text-pair,
.xs table.image-text-pair theader,
.xs table.image-text-pair tbody,
.xs table.image-text-pair tfooter,
.xs table.image-text-pair tr,
.xs table.image-text-pair td {
    display: block;
}

.xs table.image-text-pair theader,
.xs table.image-text-pair tbody,
.xs table.image-text-pair tfooter {
    width: 100%;
}

table.image-text-pair td:nth-child(even) {
    padding-right: 25px;
}

.xs table.image-text-pair td:nth-child(even) {
    padding-right: 0;
}
    
.xs table.image-text-pair td:nth-child(odd){
    text-align: center;
    border-top: 1px solid #f4f4f4;
    margin-top: 20px;
    padding-top: 15px;
}

.xs table.image-text-pair tr:first-child td:first-child {
    border-top: none;
}

table.image-text-pair img {
    padding: 0 20px 20px 0;
}

.xs table.image-text-pair img {
    padding: 0;
}


/***** sitemap *****/
.sitemap ul,
.sitemap li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.sitemap-0 > li {
    display: block;
    float: left;
    padding-right: 15px;
    margin-bottom: 35px;
}

.lg ul.sitemap-0 > li {
    width: 20%;
}

.md ul.sitemap-0 > li {
    width: 25%;
}

.sm ul.sitemap-0 > li {
    width: 50%;
}

.xs ul.sitemap-0 > li {
    float: none;
    width: 100%;
}

.lg ul.sitemap-0 > li:nth-child(6),
.lg ul.sitemap-0 > li:nth-child(11) {
    clear: both;
}

.md ul.sitemap-0 > li:nth-child(5),
.md ul.sitemap-0 > li:nth-child(9) {
    clear: both;
}

.sm ul.sitemap-0 > li:nth-child(3),
.sm ul.sitemap-0 > li:nth-child(6) {
    clear: both;
}


ul.sitemap-0 > li > a {
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

ul.sitemap-1 > li  {
    display: block;
    margin-top: 10px;
}

ul.sitemap-1 > li > a {
    color: #223C6D;
}

ul.sitemap-2 {
    padding-left: 10px;
}


/***** item-listing-contact *****/
.item-listing-contact .item-contact {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.item-contact-image-icon {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.item-listing-contact .item-contact-image-icon {
    margin-top: 23px;
}

/***** distributor *****/
.lg .distributor {
    margin-top: 15px;
}

#distributor-locator {
    height: 600px;
}

.distributor-locator-map-container, 
#distributor-locator-map, 
#retailer-locator-map-inner,
#distributor-locator-map-inner {
    height: 100%;
}

.lg #distributor-locator-sidebar-store h3:first-child {
    margin-top: 0;
}

.distributor-marker td {
    padding: 0 5px;
}

.lg #distributor-locator-sidebar-store {
    max-height: 380px;
    overflow: auto;
}

.lg #distributor-locator-sidebar-distributor {
    max-height: 225px;
    overflow: auto;
}

/***** video *****/
.item-video {
    margin-top: 20px;
    margin-bottom: 15px;
}

.row.column-wrapper .item-video {
    margin-top: 0;
}

/***** form *****/
#fieldset-recaptcha > legend {
    display: none;
}