@charset "utf-8";
/* CSS Document */
/* $Id: styles.css 2080 2015-07-27 18:48:23Z APALMA $  */

body {
background: #F1F1F1; 
padding:0;
margin:0;
}

/* Bootstrap tweak styles */

a {
    color: #1155cc;
}

.btn-link {
    color: #1155cc;
}

.img-responsive {
    margin: 0 auto;
}

.modal_clearer {
    clear:both;
}

.clearfix {
    border-bottom:2px solid #ccc;
    margin-left:7px;
    margin-right:7px;
}

.modal_clearfix {
    border:0 !important;
}

.input-sm {
    padding:5px 5px;
}

.breadcrumb {
    background-color:#FFF;
    padding:0px;
    margin:0px;
}

.modal_fix {
    padding-bottom:72px;
    padding-top:37px;
}

.requiredColor {
    color:#C00000;
}

.contest_submit {
    background-color: #2e3e4f;
    border-radius: 0;
    border-color: #2e3e4f;
    margin-bottom: 15px;
}

#webquote_main .clear2, #webquote_main .clear3, #webquote_main .clear4 {
    border-bottom: 2px solid #cccccc;
    margin: 0 7px;
}

#webquote_main .clear4 {
    clear: both;
    display: block !important;
}

#webquote_main .clear2, #webquote_main .clear3 {
    display: none;
}

#webquote_main .well {
    border-radius: 0;
}

@media (max-width: 992px) {
    #webquote_main .clear3, #webquote_main .clear4 {
        display: none !important;
    }

    #webquote_main .clear2 {
        clear: both;
        display: block !important; /* overrides search-index.css */
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    #webquote_main .clear2, #webquote_main .clear4 {
        display: none !important;
    }

    #webquote_main .clear3 {
        clear: both;
        display: block; /* overrides search-index.css */
    }
}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
    #webquote_main .clear4 {
        clear: both;
        display: block !important;
    }

    #webquote_main .clear2, #webquote_main .clear3 {
        display: none;
    }
}

.contest_disclaimer {
    font-size: 14px !important;
    color: #000000 !important;
    line-height:1.4 !important;
}
p.rules{
    margin-left:5px;
}
.contest_disclaimer > li{
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
}

.contest .form-control {
    border: 1px solid #333;
    border-radius: 0;
    margin-left:5px;
}
.addm {
    margin-left:5px;
}

#contest #message.success{
    color: #008400;
    font-weight: bold;
}
#contest #message.error{
    color: #840000;
    font-weight: bold;
}

/* contest styles mobile */
.contest .form-control {
    margin-bottom:15px;
}


/* June 2015 header styles */
#content_container {
    background: #FFF;
    box-shadow:0px 15px 0px 0px #FFF, 0px -7px 0px 0px #FFF, -3px 0px 30px -9px rgba(3, 3, 3, 0.1), 3px 0px 30px -9px rgba(3, 3, 3, 0.1);
    border-left:1px solid #E3E3E3;
    border-right:1px solid #E3E3E3;
}

@media only screen and (max-width : 767px) {
    #content_container {
        border: 0px;
    }
}

#logo_container {
    padding-top:15px;
}

#right_container {
    padding-top:15px;
}

#navigation_tabs {
    clear:both;
    padding-left:0px;
    padding-top:5px;
}

#sub_navigation_tabs {
    height:32px;
    background-image: url('/images/tabs/bg.gif');
    background-repeat: repeat-x;
}

#utility_bar_cart {
    margin-bottom:4px;
}

.utility_bar_link {
    padding-left:10px;
    padding-right:10px;
    color: #2D2D72;
    font: bold 10pt Arial,Helvetica,sans-serif;
    text-decoration: none;  
}

#sub_navigation_tabs_container {
    padding-left:0px;
    padding-right:0px;
}

#utility_divider {
    padding-left:6%;
    height:1px;
    background-color:#a99a6f;
    margin-bottom:13px; 
    width:100%;
    float:left; 
}

#query {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color:#ccc;
    border-radius: 6px 0px 0px 6px;
    height:46px;    
}

#header_search_glyph {
    color:#2D2D72;
}

#top_content_message {
    text-align:center;
}

#header_search_button {
     border-width:1px;
     border-color:#cccccc;
     border-style:solid;
     height:46px;
     border-radius: 0px 6px 6px 0px;
}

.facet_navigation {
    padding-bottom: 10px;
    border-radius:9px;
}

.pattern_name{
    font-size:27px;
    margin-top:10px;
    letter-spacing:2px;
    color:#333;
    font-weight:500;
}
#webquote_pattern_info_list_div{
    margin-top:20px;
}
.manu_name{
    font-size:18px;
    margin-top:10px;
    letter-spacing:2px;
    color:#333;
    font-weight:500;
}
#pattern_code{
    margin-left:10px;
}
a.btn.registration{
    color:#fff;
    background-color:#2f325b;
    border-radius:0;
    padding:3px 10px;
}
@media (min-width: 768px) { 
    body.replacements #webquote_main #photo_view {
        padding-left: 38px;
    }
}


@media only screen and (max-width : 767px) {
    .utility_bar_link {
        padding-left:6px;
        padding-right:6px;
    }   
}

/* Manu Index styles */
.mfrContent {
    padding-bottom:10px;
}

.breadContainer {
    padding-top: 10px;
    padding-bottom:10px;
}

.mfrInstructions {
    padding-bottom:10px;
}

.mfrDataRow {
    padding-bottom:10px;
}

.mfrHeader {
    padding-bottom:10px;
}

.mfrTopManu{
    padding-bottom:10px;
}

.mfrAnchorSection{
    padding-bottom:10px;
}

.patternHeading{
    padding-bottom:10px;
}

.patNav{
    padding-bottom:10px;
}

.patternTablePhoto{
    padding-bottom:10px;
}

.patternAnchorSection{
    padding-bottom:10px;
}


/* Webquote styles */

#breadcrumbs {
    padding-top:10px;
    padding-left:5px;
    padding-bottom:10px;
}
.product_list_table {
min-width:720px;
}

.sale_table {
min-width:810px;
}

h2.manu_name{
    text-transform:uppercase;
}
h2.manu_name em{
    text-transform:none;
    font-style:normal;
}


#primary_pattern_image_div {
    text-align:center;
}

.well.webquote, .well.composite{

    font-family: 'Lato', sans-serif;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;

}

.webquote_header {
    font-weight:bold;
}

#pattern_item_number {
    color:#900;
    font-weight:bold;
}

#pattern_number_header {
    font-weight:bold;
}

#pagination_section {
    text-align:center;
}

#pagination_page_display {
    padding:0 10px 0 10px;
}

@media (min-width: 1200px) {
    .pattern_primary_image {
        max-height:300px;
    }
}

#listing_header_div {
    text-align:center;
    padding-top:0;
    margin-top:0;
}

#listing_header {
    padding:10px 0 5px 0;
    margin-top:0px;
}

.discount_header_div {
    background-color:#CCC;
    padding:6px 20px 6px 20px;
    margin-top:33px;
    margin-bottom:18px;
    margin-left:-7px;
    margin-right:-7px;
}

#photo_view > .discount_header_div {
    margin-top: 15px;
}

.discount_header {
    padding: 5px 0 5px 0;
    margin-top: 0;
    margin-bottom: 0;
}

#view_selector {
    padding-top:12px;
    text-align:center;
}

#list_view {
    padding-top:20px;
    display:none;
}

#webquote_main {
    padding: 15px;
}

#photo_view {
    margin-top: -15px;
    padding-left:8px;
    padding-right:8px;
}

.modal_add_to_cart_div {
    padding-bottom:20px;
}

.modal_quantity {
    text-align:left;
}

#shopModal .btn{
    border-radius: 0;
}

.add_to_cart_div {
    width:198px;
}

.photo_view_add_to_cart_div, .photo_view_call_or_click_button_div  {
    text-align:left !important;
    display:block;
    padding-left:2px;
    position: absolute; 
    bottom: 0;
    padding-bottom:15px;
}

.photo_view_find_this_for_me_div {
    padding-left:2px;
    position: absolute; 
    bottom: 15px;   
}

.photo_view_out_of_stock_message {
    padding-left:2px;
    position: absolute; 
    bottom: 40px;   
    color:#000;
}

.quantity_drop_down_div {
    text-align:right;
}

.quantity_drop_down.form-control {
    width:70px;
}

.find_this_for_me_div {
    width:215px;
}

.find_this_for_me_quantity_div {
    text-align:right;
}

.find_this_for_me_button {
    width:136px;
}

.call_or_click_pricing {
    display:none;
}

.table tbody tr > td.search_highlight {
    background-color:#bfb973; !important;
}

.search_highlight_modal {
    background-color:#bfb973; !important;
    border-radius: 0;
}

a.skuanchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.add_to_cart_button {
    width:119px;
}

.add_to_cart_button_highlight {
    background-color:#93BCE1;
    border-color: #93BCE1;
}

.photoview_added_to_cart_highlight {
    color:#009900;
}

.added_to_cart_highlight {
    color:#009900;
    display:inline;
}

.added_to_cart_highlight:hover {
    color:#009900;
}

.requested_highlight {
    background-color:#F7CF99;
    color:#C00000;
    border-style: solid;
    border-color: #F7CF99;
}

.photo_view_find_text.requested_highlight {
    width:108px;    
}

.requested_highlight:hover {
    color:#C00000;
}

.discount_highlight {
    font-weight:bold;
    font-style:italic;
    font-size:22px;
}

.hcLink{
    display:block;
    margin-top:33px;
    color:#333;
    font-size: 16px;
    background-color: #CCC;
    padding: 6px 20px 6px 20px;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom:0;
}

.hcLink a {
    padding-top:5px;
    color:#1155cc;
    display:inline;
    font-weight:normal;
}

/* Webquote styles - List View */

.list_view_header {
    font-size:14px;
}

.list_view_quantity_header {
    text-align:right;
}

.quantity_cell {
    text-align:right;
}

.list_view_size_header {
    text-align:right;
}

.list_view_msrp_header {
    text-align:right;
    min-width:60px;
}

.size_cell {
    text-align:right;
}

.msrp_cell {
    text-align:right;
    min-width:60px;
}


.list_view_name_header {
    min-width:100px;
}

.name_cell {
    min-width:100px;
}

.price_cell {
    text-align:right;
}

.sale_discount_cell {
    text-align:center;
}


.sale_price_cell {
    text-align:right;
}

.list_view_price_header {
    text-align:right;
}

.line_item_qty {
    color: #000000;
    padding-left:0;
    padding-right:0;    
}

.line_item_outofstock {
    color: #000000;
    padding-left:0;
    padding-right:0;    
}

.line_item_qty:hover {
    color: #000000;
    text-decoration: none;
}

.line_item_piececode {
    padding-left:0;
    padding-right:0;    
}

.line_item_piecename {
    text-align:left;
    white-space: normal; /* allows wrapping*/
    padding-left:0;
    padding-right:0;
}

.line_item_size {
    color: #000000;
    padding-left:0;
    padding-right:0;    
}

.line_item_msrp {
    color: #000000;
    padding-left:0;
    padding-right:0;    
}

.line_item_size:hover {
    color: #000000;
    text-decoration: none;
}

.line_item_style {
    color: #000000;
    padding-left:0;
    padding-right:0;    
}

.line_item_style:hover {
    color: #000000;
    text-decoration: none;
}

.line_item_price {
    color: #000000;
    padding-left:0;
    padding-right:0;    
}

.list_view_sale_price_header {
    text-align:right;
}

.list_view_our_price_header {
    text-align:right;
}

.line_item_sale_price {
    color: #000000;
    padding-left:0;
    padding-right:0;
    display:none;
    text-align:right;
}

.line_item_sale_price:hover {
    color: #000000;
    text-decoration: none;
}

.list_view_sale_percent_header {
    text-align:center;
}

.line_item_sale_percent {
    display:none;
    color: #000000;
    padding-left:0;
    padding-right:0;

}

.line_item_sale_percent:hover {
    color: #000000;
    text-decoration: none;
}

.vertical_centering_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.line_item_price:hover {
    color: #000000;
    text-decoration: none;
}

.find_this_for_me_cell {
    text-align:right;
    width:214px;
}

.add_to_cart_cell {
    text-align:right;
    width:199px;
}

.call_or_click_sale_percent_header {
    text-align:center;
    display:none;   
}

.call_or_click_sale_price_header {
    text-align:right;
    display:none;
}

.call_or_click_msrp_header {
    text-align:right;
    display:none;
}

#list_view_out_of_stock_header_div {
    background-color:#F0AD4E;
}

/* Webquote styles - Photo View */

#webquote_main .photo_view_image_div {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    background: #f0f0f0;
    border-radius: 0;
    height: 200px;
    line-height: 197px; /* 200px shifts the image down for some reason. */
    position: relative;
}

.search_photo_view_product_div .photo_view_image_div {
    height: 155px;
    line-height: 155px;
}

.photo_view_no_image_div {
    height:155px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    background: #F0F0F0;
}

.vertical_centering_container {
    white-space: nowrap;
}

.photo_view_product_div {
    height: 405px;
}

.photo_view_product_div, .photo_view_out_of_stock_product_div {
    padding-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.replacements .photo_view_product_div ul, .replacements .photo_view_out_of_stock_product_div ul {
    font-size: 14px;
}

#photo_view_out_of_stock_off_header_div {
    background-color:#F0AD4E;
}

.photo_view_out_of_stock_product_div {
    height:345px;
}

.photo_view_product_image {
    max-height:100%;
    max-width:100%;
    vertical-align: middle;
}

a.image_view_product_div_link {
    display:block;
    text-decoration: none;
}

a.call_or_click_link:hover {
    text-decoration: none;
}

div.photo_view_product_div:hover .photo_view_piece_name, div.photo_view_product_div:hover .photo_view_piece_code, div.photo_view_product_div:hover .linked_photoview_line {
    text-decoration:underline;
    color:#000;
}

div.photo_view_out_of_stock_product_div:hover .photo_view_piece_name, div.photo_view_out_of_stock_product_div:hover .photo_view_piece_code, div.photo_view_out_of_stock_product_div:hover .linked_photoview_line {
    text-decoration:underline;
    color:#000;
}


.photo_view_product_description {
    height:80px;
}

#webquote_main .photo_view_price_li {
    position: absolute;
    bottom: 90px;
    padding-left: 2px;
}

.photo_view_was_price_li {
    position:absolute;
    bottom:70px;
    padding-left: 2px;
}

.photo_view_was_price_header {
    color: #666;
    font-size:12px;
}

.HC_tooltip {
    height:18px;
    width:32px;
    line-height:1.2;
    padding-top:1px;
    padding-left:2px;
    font-weight:bold;
    background-image:url('/images/hc_flag.png');
    color:#fff;
    display: inline-block;
}

.photo_view_HC_tag {
    position:absolute;
    bottom:90px;
    right: 20px;
}

.modal_HC_tag {
    line-height:1.1;
    margin-top:2px;
    float:left;
}

.header_HC_tag {
    line-height:1.1;
    padding-top:2px;
    padding-left:2px;
    margin-top:6px;
    float:left;
}

.photo_view_out_of_stock_HC_tag {
    position:absolute;
    bottom:50px;
    right: 20px;
    padding:5px 10px 5px 10px;
    font-weight:bold;
    color: #000;
}

.photo_view_piece_code_header {
    color: #000;
}

.photo_view_piece_code {
    color: #000;
    white-space: nowrap;
}

.photo_view_price {
    font-weight:bold;
    color: #000;
    font-size:16px; 
}
.photo_view_was {
    color: #666;
    font-size:12px;
    text-decoration:line-through;
}

.photo_view_piece_size, .photo_view_piece_size_style_comma {
    color: #666;
    font-size:11px;
}

.photo_view_piece_style {
    color: #666;
    font-size:11px;
}

.photo_view_piece_name {
    color: #000;
}

.photo_view_sale_percent_header {
    font-weight:bold;
    color: #000;    
}

.photo_view_sale_percent {
    color: #000;    
}

.photo_view_sale_price_header {
    font-weight:bold;
    color: #000;
}

.photo_view_was_discount_header {
    color: #000;
    font-size:12px;
}

.photo_view_was_discount {
    color: #000;
    font-size:12px;
}

.photo_view_price_header {
    font-weight:bold;
    color: #000;
}

.photo_view_sale_price {
    color: #000;
}

.quantity_drop_down.form-control.photo_view_drop_down {
    width:55px;
}

.quantity_drop_down.form-control.photo_view_find_this_for_me_drop_down {
    width:55px;
}

.photo_view_add_to_cart_button {
    width:80px;
}

.photo_view_find_text {
    padding-left:6px;
    padding-right:6px;
}

.product_zoom {
    position:absolute;
    top:5px;
    right:36px;
    display:block;
    color:#e16876;
    padding-left:0 !important;
}

.product_zoom:before {
    font-size:16px !important;
}

.product_zoom:hover {
    color:#e16876;
}

.image_block:hover span.product_zoom  span:hover {
    text-decoration: none;
}

a.image_view_product_div_link:hover .product_zoom {
    color:#e16876;
}   


/* Modal styles */

.product_components_header {
    text-align:center;
}

.modal_find_this_for_me_message {
    padding-top:10px;
}

.modal_call_or_click_price {
    display:none;
}

.modal_photo_view_product_div {
    padding-top:20px;
    padding-bottom:20px;    
}

.modal_add_to_cart_button_div {
    width:208px;
    margin-bottom:6px;
}

.modal_find_this_for_me_quantity_div {
    width:222px;
}

.modal_sale_percent {
    display:none;
}

.modal_sale_price {
    display:none;
}

.modal_close_button {
    margin-right:15px;
    text-align:right;
    font-size:48px;
}

.sale_header {
    display:none;
}

#no_pattern_stock_message {
    line-height: 150%;
}

.was_normal_header {
    display:none;
}

.was_special_header {
    display:none;
}

.our_normal_header {
    display:none;
}

.our_special_header {
    display:none;
}

.photo_view_was_header {
    color: #666;
    font-size:12px;
}

.photo_view_was {
    text-decoration: line-through;
    font-size:12px;
}

.photo_view_discount_header {
    font-size:12px;
    color: #C00000;
}

/*Only used on callorclick change to above*/
.photo_view_was_discount_header {
    font-size:12px;
    color: #C00000;
}

.photo_view_was_discount {
    font-size:12px;
    color: #C00000;
}
.photo_view_discount {
    color: #C00000;
    font-size:12px;
}

.photo_view_our_price {
    color: #000000;
}

.line_item_was_price {
    color: #C00000;
    text-decoration: line-through;  
    padding-left:0;
    padding-right:0;    
    text-align:right;
}

.line_item_our_price {
    color: #000000;
    padding-left:0;
    padding-right:0;    
    text-align:right;
}

.line_item_was_discount {
    color: #000000;
    padding-left:0;
    padding-right:0;    

}

.list_view_our_price_header {
    color: #000000;
    white-space:nowrap;
}

.was_discount_cell{
    color: #000000;
    text-align:right;
    display:none;
}

.was_price_cell{
    color: #000000;
    text-align:right;
    display:none;   
}

.our_price_cell{
    color: #000000;
    text-align:right;
}

.list_view_was_header{
    color: #000000;
    text-align:right;
    display:none;
}

.list_view_discount_header{
    color: #000000;
    text-align:right;
    display:none;
}

.special_was_discount_cell{
    color: #000000;
    text-align:right;
    display:none;
}

.special_was_price_cell{
    color: #000000;
    text-align:right;
    display:none;   
}

.normal_was_discount_cell{
    color: #000000;
    text-align:right;
    display:none;
}

.normal_was_price_cell{
    color: #000000;
    text-align:right;
    display:none;   
}

.line_item_normal_our_price{
    color: #000000;
    text-align:right;
    padding-left:0;
    padding-right:0;    
}

.line_item_special_our_price{
    color: #000000;
    text-align:right;
    padding-left:0;
    padding-right:0;    
}

.normal_our_price_cell{
    color: #000000;
    text-align:right;
    display:none;   
}

.special_our_price_cell{
    color: #000000;
    text-align:right;
    display:none;   
}

.line_item_normal_was_price{
    color: #C00000;
    text-decoration: line-through;      
    text-align:right;
    padding-left:0;
    padding-right:0;    
}

.line_item_special_was_price{
    color: #C00000;
    text-decoration: line-through;      
    text-align:right;
    padding-left:0;
    padding-right:0;    
}

.line_item_normal_was_discount{
    color: #000000;
    text-align:right;
    padding-left:0;
    padding-right:0;    
}

.line_item_special_was_discount{
    color: #000000;
    text-align:right;
    padding-left:0;
    padding-right:0;    
}

.modal_piece_quantity {
    text-align:left;
    margin-bottom:6px;
}

.modal_piece_product_description_header {
    font-size: 16px;
    font-weight:bold;   
}

.modal_price_header {
    font-size: 12px;
}

.modal_was_header {
    color: #666;    
}

.modal_was {
    text-decoration: line-through;
    color: #666;    
}

.modal_each_paragraph {
    text-align:left !important;
    display:inline;
}

.modal_discount_header {
    color:#C00000;
}

.modal_discount {
    color:#C00000;  
}

.modal_piece_info_list {
    padding-left:15px;
}

.modal_piece_info_list p{
    margin-bottom: 0px;
}

.modal_was_price {
    padding-right:4px;
    margin-bottom: 0px;
}

.modal_price_paragraph{
    margin-bottom: 0px;
    text-align:left !important;
    display:inline;
}

.modal_piece_strikethrough {
    text-align:left;
    margin-bottom: 0px;
}

.modal_piece_strikethrough  p{
    margin-bottom: 0px;
}

.modal_piece_discount_message {
    text-align:left;
    margin-bottom: 0px;
    clear:both;
}

.modal_imperfection_message {
    margin-bottom: 0px;
}

.modal_piece_msrp_paragraph {
    text-align:left;
    margin-bottom: 0px;
    clear:both;
}

.modal_our_price {
    font-size: 22px;
    font-weight:bold;
}

.composite_pattern_div {
    color:#000000;
}

.photo_view_product_div.composite_height_product {
    height:465px;
}

.composite_height_out_of_stock_product {
    height:385px;   
}

.composite_pattern {
    color:#000;
}


.composite_pattern_link_div {
    text-align:center;
    padding-top:30px;   
}

.modal_composite_header_manu {
    white-space:nowrap;
}

.modal_composite_header_link_span {
    font-size:12px;
    white-space:nowrap;
}

.modal_silver_set_product_image {
    width:100%;
}

#composite_item_number_div {
    color:#333;
    float:right;
    font-weight:bold;
}

.composite_item_number {
    color:#900;
}

.composite_manu_span {
    color:#666;
}

.photo_view_find_text.mobile_sized_FTFM_button {
    width: 68px;
}

.low_stock_message {
    font-size:12px;
    color:#C00000;
    position:absolute;
    bottom:50px;
    padding-left: 2px;  
}

.modal_low_stock_message {
    color:#C00000;
}

.photo_view_quantity_li {
    color:#000;
    font-size:12px;
    position:absolute;
    bottom:50px;
    padding-left: 2px;  
}

.photo_view_quantity {
    font-size:14px;
    
}

#composite_pattern_level_info {
    padding-bottom:10px;
}

.piece_sku_photo_view_header {
    font-weight:bold;
    color: #000;
    font-size:14px; 
}
.piece_sku_header_separator {
    font-weight:bold;
    color: #000;
    font-size:12px;     
}
.piece_sku_photo_view {
    color: #000;
    font-size:12px; 
}

#xs_modal_checkout_links {
    padding-bottom: 15px;
}


/* Homepage 8/2015 Styles */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.homepage_feature_text_header {
    margin-top:15px;
    color:#2B2B77;
    font-weight:700;
    font-size:15px;
}

.homepage_highlight_we_replace {
    font-style: italic;
}
.homepage_highlight_we_replace_restricted{
    font-size:12px;
}

#homepage_feature_div_right {
    padding-top:15px;
}

.carousel-indicators {
    bottom:20px;
}

.carousel-inner {
    height:100%;
    padding-bottom:10px;
}

.carousel-control.left {
    background-image:none !important;
}

.carousel-control.right {
    background-image:none !important;
}


.homepage_feature_image {
    width:100%;
}

#homepage_feature_image_div {
    margin-bottom: 20px;
}

.carousel-caption {
    color:#000;
    text-shadow:none;
    left:10%;
    right:10%;
    position:absolute;
    bottom:-60px;
}

.carousel_caption_link {
    color:#000;
}

#carousel_left_icon {
    margin-top:-26px;
}

#carousel_right_icon {
    margin-top: -26px;
    margin-right: -15px;
}

.homepage_section_header_div {
    padding-left:5px;
    padding-right:5px;
}

.homepage_section_header {
    text-align:center;
    margin-bottom:10px;
    margin-top:20px;
    line-height:22px;
    border-bottom:3px solid #F1F1F1;
}

.homepage_section_header_span {
    background-color:#FFF;
    position:relative;
    padding:0px 30px;
    bottom:-12px;
}

.homepage_section_content {
    padding-left:5px;
    padding-right:5px;
}

.homepage_section_header_spacer {
    padding-left:10px;
    padding-right:10px;
}

.homepage_product_category {
    padding:10px;
    text-align:center;
}

.homepage_product_category h4, .homepage_product_category p{
    text-align: center;
}

.homepage_product_category_image {
    width:100%;
    height:auto;
    display:inline-block;
    vertical-align:middle;
}

.homepage_product_category_image_overlay {
    display: none;
    position:absolute;
    bottom:40px;
    padding:6px 0px;
    left:0px;
    right:0px;
    text-align:center;
    background:none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
    transition:#000 200ms ease-out 0s;
    margin-left:10px;
    margin-right:10px;
}

.homepage_product_category_image_overlay_title {
    font-weight:bolder;
    font-size:140%;
    color:#555;
    margin-top:10px;
    margin-bottom:10px;
}

.homepage_product_category_image_overlay_subtext {
    color:#777;
    font-size:60%;
    display:block;
}

.homepage_specialty_feature_div {
    padding:10px;
}

.homepage_specialty_feature_title_div {
    text-align:center;
}

.homepage_specialty_feature_title {
    margin-top:10px;
    margin-bottom:10px;
    font-family: Arial, Helvetica, sans-serif;
    color:#2B2B77;
    font-weight:700;
    font-size:15px;
}

#homepage_weekly_specials_div {
    padding:10px;
    text-align:center;
}

#homepage_weekly_specials_image_large {
    width:auto;
    height:auto;
    display:inline-block;
    vertical-align:middle;
}

#homepage_weekly_specials_image_small {
    width:auto;
    height:auto;
    display:inline-block;
    vertical-align:middle;
}

@media all and (max-width: 400px){
    .header_span {
        padding: 0px 6px !important;
        line-height: 1.2;
    }
}

/* End Homepage 8/2015 Styles */


/*  Width Specific Styles */

/*  center add to cart/ftfm on Small Devices, Tablets */
@media only screen and (min-width: 500px) and (max-width : 767px) {

    /* on all input-group-btn add-to-cart/ftfm, acts as a different selector for this fix */
    .button_group {
       display:block;
       width: 135px;
    }
    
    .photo_view_price_li {
        position:absolute;
        bottom:70px;
    
    }
    
}

@media only screen and (min-width: 768px) and (max-width : 991px) {
    .custom_small_font_input {
        font-size:14px !important;
        height:40px !important;
        padding-left:10px !important;
        padding-right:10px !important;      
    }
}

@media only screen and (min-width: 992px) and (max-width : 1200px) {

    .photo_view_product_div {
        height:385px;
    }
    
    .photo_view_find_text {
        padding-left:2px;
        padding-right:2px;
    }
    
    .photo_view_find_text.requested_highlight {
        width:100px;
    }
    
    .photo_view_out_of_stock_product_div {
        height:345px;
    }
    
    .composite_height_product {
        height:445px;   
    }
    
    .composite_height_out_of_stock_product {
        height:385px;   
    }   
}

@media only screen and (max-width : 767px) {
    .photo_view_product_div {
        height:385px;
    }

    #webquote_main .photo_view_image_div {
        height: 155px;
        line-height: 155px;
    }

    #webquote_main #shopModal .photo_view_image_div {
        height: inherit;
    }

    .photo_view_out_of_stock_product_div {
        height:325px;
    }
    
    .composite_height_product {
        height:445px;   
    }

    .photo_view_price_li {
        position:absolute;
        bottom:90px;
    
    }
    
    .composite_height_out_of_stock_product {
        height:385px;   
    }

    .custom_small_font_input {
        font-size:14px !important;  
        height:40px !important; 
        padding-left:10px !important;   
        padding-right:10px !important;  
    }
    
    #logo_container {
        text-align:center;
    }
    #utility_bar {
        text-align:center;
        min-width:300px;
    }

    .homepage_image_div {
        text-align: center;
        Width:100%;
    }
    
    .homepage_image {
        float:none !important;  
    }
    .homepage_header {
        text-align:center;
    }   
}


/*7/20/2015 Product Landing Page Styles*/

.p_centered {
    text-align: center;
}

.landing_product_h1 {
    text-align: center;
    font-size: 24px;
}

.landing_product {
    border-radius: 10px;
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.landing_product:hover .landing_product_title {
    color: black;
    text-decoration: underline;
}

.landing_product:hover .landing_product_description {
    color: #0F0F0F;
    text-decoration: none;
}

.landing_product_title {
    font-weight: bold;
    color: black;
    font-size: 16px;
    line-height: 18px;
    padding: 2% 2% 0 2%;
    width: 100%;
    text-align: center;
}

.landing_product_description {
    font-weight: normal;
    color: #0F0F0F;
    font-size: 12px;
    padding: 0 2% 2% 2%;
    overflow: hidden;
    text-align: left;
}

.landing_product_img {
    display: inline;
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.landing_product_img_container {
    border-radius: 10px;
    background-color: #F0F0F0;
    white-space: nowrap;
}

.landing_product a {
    text-decoration: none !important;
}

.shop_now_button {
    border-width: 8px 16px;
    border-style: solid;
    border-color: #E76120;
    border-radius: 4px;
    color: #FFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    background-color: #E76120;
    margin-left: auto;
    margin-right: auto;
}

.shop_now_button:hover {
    color: #FFF;
}

.visible-xxs{
    display: none;
}

@media all and (max-width: 450px){
    .col-xxs-12{
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
    }
    
    .hidden-xxs{
        display: none !important;
    }
    
    .visible-xxs{
        display: block;
    }
}

@media all and (max-width: 550px){
    .feature_img{
        width: 100%;
        height: auto;
    }
}

.clearfloats {
    clear: both;
}
/*End 7/20/2015 Product Landing Page Styles*/

/*Begin 8/17/15 Responsive Image Styles*/
.responsive-img-container{
    display: inline;
}
.responsive-img{
    max-width: 100%;
}
@media all and (max-width: 768px){
    .responsive-img-container{
        display: block;
        width: 100%;
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .responsive-img{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        height: auto !important;
    }
}
/*End 8/17/15 Responsive Image Styles*/


/* Maureen's custom styles, 8/28 - Alex reviewed and made some tweaks*/

/* add border to idenitiyfy image identify_new.htm */
.identify img {
    border: 1px solid #333;
    margin-left:15px;
    margin-bottom:10px;
    padding-top:5px;
    float:right;
}

@media (max-width: 600px) {
    .identify img {
        margin: 0 auto 5px auto;
        padding: 0 0 5px 0;
        text-align:center;
        float:none;
    }
}

/* customizations to piecetype section */
td.piecetype-image {
    width:25%;
    padding:10px;
}

td.piecetype-description {
    width:75%;
    padding:10px;
}

.return_address {
    padding-left:40px;
}

ul.monthly img {
    margin-right:15px;
    width:80px;
    height:80px;
    padding-bottom:10px;

}

ul.monthly li {
    border-top:1px solid #ccc;
    padding:10px 0px;
    clear:both;
}

/* override defaults for top thirty manufactures list  */
.topThirty li  {
    padding: 5px 0;
}
b .topThirty {
     font-weight: 300;
}
.topThirty {
    margin-top:20px;
}

/* reduce spacing under h4 and h3 for direction.htm and repserv.htm  */
.directions h4, .other_services h4 {
    padding-bottom:2px;
    margin-bottom:0px;
}

/* custom styles to override default h1, h2, h3, h4 styles for static pages (thus the class name "static" ) */
h1.static {
    color:#000066;
    font-size:24px;
}
h2.static {
    color:#000066;
    font-size:18px;
}
h3.static {
    color:#000066;
    font-size:14px;
}
h4.static {
    color:#000066;
    font-size:14px;
    font-weight:600;
}

/* custom styles for knowledgebase mfghist/mfghist.htm */
ul.knowledgebase img {
    width: 60px;
    margin-right: 15px;
    height:100%;
}

ul.knowledgebase li {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    clear:both;
}

/* custom styles for gift registry info/gift_registry.htm */
ul.registry li {
    padding-top: 10px;
}

/* custom styles for gift certificate specialty/giftcertificate.htm*/
.gift_certificate_image {
    margin:0 auto;
    width: 336px;
    padding-bottom: 10px;
}

.gift_certificate strong {
    color: #006;
}

.gift_certificate ol li, ul.gift_card li {
    padding-bottom:10px;
}

ul.gift_card {
    margin-left:40px;
}

.gift_certificate form img {
    padding-bottom:5px;
}


/* custom styles for links.htm. Alex - hopefully we will remove this page soon */
.links {
    height: 500px;
}

/* Alex - Used globally for image enlarging - will need to test to see how this affects other splash pages on test. at some point we will deprecate these.*/
.click2enlarge {
    font-size: 7pt;
    font-weight: normal;
    color: #15C;
    padding-top: 0;
    text-align: center;
    line-height: normal;
    text-decoration: underline;
}

.imagecontainer-text {
    display:block;
    font-size: 9pt;
    text-align:center;
    color: #666;
    font-weight: bold; 
    line-height:normal;
}

.imagecontainer-text a, .imagecontainer-text a:visited {
    color: #666;
    text-decoration:none;
}

/* Alex - Could be used globally going forward for image label, not sure if it is yet, I think Kenion put this on the page */
.img-label,.img-label:hover,.img-label:active,.img-label:visited {
    font-size: 9pt;
    font-weight: bold;
    color: #666;
    text-decoration: none;
    line-height: normal;
}
/* many list items have a border between them, thought this would be a nice option...using on  mfghist/funfacts_new.htm for example */
ul.bordered-line-items li{
    padding: 10px 0;
}
ul.bordered-line-items li img{
    padding-right: 10px;
}

ul.bordered-line-items li:first-child{
    border-top: 2px solid #ccc; 
}
/* END:  many list items have a border between them, thought this would be a nice option...using on  mfghist/funfacts_new.htm for example */

/* cases where an image and a caption go together and need padding from the surrounding text, and need to clear all text when on smaller mobile devices */

.image-with-caption-right, .image-with-padding-left{
    float:right;
    padding: 0px 0px 10px 20px;
}
.image-with-caption-left, .image-with-padding-right{
    float:left;
    padding: 0px 20px 10px 0px;
}

.image-with-caption-left .caption, .image-with-caption-right .caption{
    text-align:center;
    color:#555;
    font-weight:bold;
    font-size:12px;
    padding-top:3px;
}
.image-with-caption-left .caption a, .image-with-caption-right .caption a{
    color:#555;
}

@media (max-width: 748px) {
    .image-with-caption-right, .image-with-caption-left{
    float:none;
    padding: 10px;
    text-align:center;
    }
}
/* END:  cases where an image and a caption go together and need padding from the surrounding text, and need to clear all text when on smaller mobile devices */


/* START styles needed for what's trending now page, text requested to be larger by marketing showroom/trend_toc.htm */

ul.trending_products li{
    padding:10px;
    margin: 10px 0;
    border-radius: 10px;
    background-color: #F8F8F8;
}


ul.trending_products li a img{
        display: inline;
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; 
}

ul.trending_products li a:hover{
    text-decoration:none;
}

.trending_img_container{
    border-radius: 10px;
    background-color: #F8F8F8;
    padding:0;
}



ul.trending_products li.video a img{

    border-radius: 0px;
}
ul.trending_products h2{
    text-align:center;
    font-size:24px;
    color:#444;
}
body.replacements ul.trending_products p{
    color:#444;
    font-size:14px;
    padding-bottom:0px;
    padding-left:10px;
    padding-right:10px;
    line-height:2;
}

body.replacements ul.trending_products p  em{
    color:#444;
    font-size:12px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:10px;
    line-height:1;
    padding-top:0px;
}


ul.trending_products li{
    clear:both;
}
@media (min-width: 768px) { 
    ul.trending_products li:nth-child(odd) .trending_img_container {
        float:right;
        padding-right:0px;
    }
}

@media (max-width: 768px) {
    ul.trending_products li .trending_img_container{
        padding-bottom:10px;
    
    }
}

ul.trending_products .shop_now_button{
    display:block;
    width:118px;
    text-align:center;
    padding:3px 0px;
}

p.pattern_description{
    padding:5px 30px;
}
/* END styles needed for what's trending now page, text requested to be larger by marketing showroom/trend_toc.htm */

/* end Maureen's custom styles */

/* JS include header menu */
#header_message_bar {
    margin: 0px 1px;
    padding: 2px 0px 5px 0px;
    font-size: 12px;
    color:#2B2B77;
    font-weight:700;
    border-bottom: 2px solid rgb(241, 241, 241);
}

.header_message_bar_icon {
    border-right: 2px solid rgb(241, 241, 241);
}

.header_message_bar_link {
    color:#2B2B77;
    font-weight:bold;
    white-space:nowrap;
    text-decoration: none;
}

#header_message_bar_div_4 {
    padding-left: 0px;
}

#header_message_bar_free_ship_link {
    color:#BC0A0A;
    font-weight:bold;
    white-space:nowrap;
    text-decoration: none;
}

#header_message_bar_free_ship_details {
    font-size:10px;
    text-decoration:underline;
    color:black;
}

#header_message_bar_glyph_1 {
    font-size:12px;
    margin-right:5px;
    color:purple;
}

#header_message_bar_glyph_2 {
    font-size:12px;
    margin-right:5px;
    color:#00afa5;
}

#header_message_bar_glyph_3 {
    font-size:12px;
    margin-right:5px;
    color:RoyalBlue;
}

#header_message_bar_glyph_4 {
    font-size:12px;
    margin-left:5px;
    margin-right:5px;
}

.header_message_bar_arrow {
    font-size:10px;
    margin-right:5px;
    margin-bottom:2px;
}

@media only screen and (max-width: 767px) {
    /* Begin 2 layer mobile submenu */
    
    .header_message_bar_icon.header_message_bar_two_row {
        border-right: 0px;
        border-top: 2px solid rgb(241, 241, 241);
    }
    #header_message_bar_div_3.header_message_bar_two_row {
        padding-bottom: 5px;
        padding-left: 6px;
    }
    #header_message_bar_div_4.header_message_bar_two_row {
        padding-top: 7px;
        padding-left: 0px;
    }
    
    /* End 2 layer mobile submenu */
    /* Begin 1 layer mobile submenu */

    #header_message_bar {
        border-bottom: 0px;
    }
    
    #header_message_bar.header_message_bar_two_row {
        border-bottom: 2px solid rgb(241, 241, 241);
    }

    /* End 1 layer mobile submenu */

}
/* end JS include header menu */

/* start spode woodland page special styles */
.spodeHeader{
    margin-top:10px;

}

.spodeHeadline {
    text-align:center;

}
.spodeHeadline .subHeader1 strong{
    text-transform:uppercase;
    font-size:46px;
    color:#18752c;
    font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    text-shadow: 2px 2px 2px #333;
}
.spodeHeadline .subHeader1{
    font-size:24px;
    color:#666;
    display:block;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    padding-bottom:5px;
    border-bottom:1px solid #ccc;
}
.spodeHeadline .subHeader2{
    display:block;
    margin-top:35px;
    font-size:24px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    color:#666;
}
.spodeHeadline .subHeader2 strong{
    font-weight:bold;
    display:block;
    margin-bottom:5px;
}
.spodeHeadline .subHeader3{
    display:block;
    font-size:20px;
    margin-top:40px;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    color:#666;
    
}
.spodeHeadline .subHeader3 strong{
    font-weight:bold;
}
.spodeHeader{
    padding-left:0px;
    padding-left: 0;
    padding-right: 0;
    background-color: #f4e8bc;
    color: #FFFFFF;
}
.spodeHeadline{
    text-align:center;
    display:block;
    height:100%;
}
.spodeHeadline h1{
padding-right:0px;
    padding-left:0px;
    margin-top:0px;
    padding-top:5px;
}
.spodeHeader .heroImage{
    padding-right:0px;
    padding-left:0px;
    text-align:left;
}
.spode .landing_product:hover .landing_product_title {
    color: #333;
    text-decoration: none;
}
.spode .landing_product  {
    margin-top:5px;
    padding-top:0px;
}

@media (min-width: 1200px){
    .spodeHeadline .subHeader1 strong{
        font-size:48px;
    }
    .spodeHeadline .subHeader1{
        font-size:26px;
    }
    .spodeHeadline .subHeader2{
        font-size:28px;
        margin-top:40px;
    }
    .spodeHeadline .subHeader3{
        margin-top:40px;
        font-size:26px;
    }
}
@media (min-width: 992px) and (max-width:1199px){
    .spodeHeadline .subHeader1 strong{
        font-size:40px;
    }
    .spodeHeadline .subHeader1{
        font-size:22px;
    }
    .spodeHeadline .subHeader2{
        margin-top:30px;
    }
    .spodeHeadline .subHeader3{
        margin-top:30px;
        font-size:20px;
    }
    
}
@media (min-width: 768px) and (max-width:991px){
    .spodeHeadline .subHeader1 strong{
        font-size:50px;
    }
    .spodeHeadline .subHeader1{
        font-size:28px;
    }
    
    .spodeHeadline .subHeader2{
        font-size:24px;
        margin-top:15px;
    }
    .spodeHeadline .subHeader3{
        margin-top:15px;
        font-size:24px;
    }
}
@media (max-width:767px){
    .spodeHeadline .subHeader2{
        font-size:24px;
        margin-top:15px;
    }
.spodeHeadline .subHeader3{
        margin-top:15px;
        font-size:24px;
    }
    .spode h3{
        font-size:18px;
    }
    .spode .homepage_section_header{
        border-bottom:none;
    }
    .spode .homepage_section_header_span{
        padding-left:0px;
        
        padding-right:0px;
    }
    
}

/* end start spode woodland page special styles */

#myRegistryCarousel {
    margin: 20px 0 50px;
}


body.replacements {
    padding-top: 0;
}

/* START overrides for background colors */
body.replacements{
    background-color:#fff;
}
/* END overrides for background colors */

/* START styles for promo banner */
.strikethrough {
    position: relative;
    display:inline-block;
}
.strikethrough::after {
    border-bottom: 2px solid #fff;
    content: "";
    left: -2px;
    margin-top: 1px;
    position: absolute;
    right: 0px;
    padding-right: 7px;
    top: 45%;

}

.highlight_price_banner {
    border-radius: 50%;
    background-color: #fff;
    color: #2f325b;
    padding: 4px 5px 4px 5px;
}

body.replacements #promo-banner {
    background-color: #2f325b;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 45px;
    height: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
}


body.replacements #promo-banner a:link,
body.replacements #promo-banner a:visited,
body.replacements #promo-banner {
    color:#fff;
    display:block;
    width:100%;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    word-spacing:3px;
    font-family: 'Lato', sans-serif;
    text-decoration:none;
    white-space: nowrap;
}
body.replacements #promo-banner a:hover,
body.replacements #promo-banner a:focus{
    text-decoration:underline;
}



body.replacements #promo-banner-mobile{
    background-color: #2f325b;
    color:#fff;
    text-align:center;
    margin-bottom:0px;
    padding-top: 7px;
    padding-bottom: 0px;
    height: 53px; /* statically set so the page doesn't jump when the js loads the content */
}
body.replacements #promo-banner-mobile a{
    color:#fff;
}
/* start designer page for ipad landscape */
@media (min-width: 993px) and (max-width: 1200px){
    body.replacements #promo-banner{
        font-size:15px;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    body.replacements #promo-banner a:link,
    body.replacements #promo-banner {
        font-size:13px;
    }
}


/* END styles for promo banner */


/* Start homepage/My Registry Landing Page carousel */
body.replacements .carousel-indicators {
    bottom: -35px;
}


body.replacements  .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #000\9;
    background-color: #ffffff;
    border: 2px solid #848484;;
    border-radius: 10px;
}

body.replacements #promo-banner{

}


body.replacements  .carousel-indicators li.active{
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #000\9;
    background-color: #848484;
    border: 2px solid #848484;
    border-radius: 10px;
}
body.replacements .homepage_feature_div_right, body.replacements .introText{
    padding-left:0px;
    padding-right:0px;
}
body.replacements  a.carousel-control.left {
    display:block;
    position: absolute;
    top: 545px;
    bottom: 0;
    margin-left:485px;
    width: 50px;
    color: #848484;
    text-align: center;
    text-shadow: none;
    opacity: 1.0;
    height:40px;
    z-index:100;
}

#myRegistryCarousel a.carousel-control.left, #myRegistryCarousel a.carousel-control.right {
    top: 286px;
}

body.replacements  a.carousel-control.right {
    display:block;
    position: absolute;
    top: 545px;
    bottom: 0;
    margin-right:485px;
    width: 50px;
    color: #848484;
    text-align: center;
    text-shadow: none;
    opacity: 1.0;
    height:40px;
    z-index:100;
}

body.replacements #store_carousel{
    margin-bottom: 10px;
}

body.replacements #store_carousel a.carousel-control{
    top: 427px;
}

body.replacements #store_carousel .item{
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

body.replacements .carousel-control .glyphicon-chevron-left{
    font-size:20px;
}
body.replacements  #carousel_left_icon{
    margin-top:-5px;
}
body.replacements .carousel-control .glyphicon-chevron-right{
    font-size:20px;
}
body.replacements  #carousel_right_icon{
    margin-top:-5px;
}

/* adjust carousel for ipad portrait */
@media (min-width: 768px) and (max-width: 991px){
    body.replacements  a.carousel-control.left {
        top: 347px;
        bottom: 0;
        margin-left:285px;
    }
    body.replacements  a.carousel-control.right{
        top: 347px;
        bottom: 0;
        margin-right:285px;
    }
    body.replacements #store_carousel a.carousel-control{
        top: 322px;
    }

    #myRegistryCarousel a.carousel-control.left, #myRegistryCarousel a.carousel-control.right {
        top: 179px;
    }
}
/* adjust carousel for ipad landscape */
@media (min-width: 992px) and (max-width: 1200px){
    body.replacements  a.carousel-control.left {
        top: 450px;
        bottom: 0;
        margin-left:395px;
    }
    body.replacements  a.carousel-control.right{
        top: 450px;
        bottom: 0;
        margin-right:395px;
    }
    body.replacements #store_carousel a.carousel-control{
        top: 383px;
    }

    #myRegistryCarousel a.carousel-control.left, #myRegistryCarousel a.carousel-control.right {
        top: 235px;
    }
}

/* adjust carousel for mobile */
@media (max-width: 767px){
    body.replacements  a.carousel-control.left,
    body.replacements  a.carousel-control.right,
    #myRegistryCarousel a.carousel-control.left,
    #myRegistryCarousel a.carousel-control.right {
        display:none;
    }
}
/* end homepage carousel */

/* Start homepage intro text */
body.replacements .introText{
    text-align:center;
    margin-bottom: 20px;
    background-color: #f4f4f4;
}
body.replacements .introText h1{
    letter-spacing: 3px;
    text-transform:uppercase;
    padding-top:25px;
    margin-bottom:10px;
    font-size: 27px;
    margin:0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
body.replacements .introText hr{
    border-top: 2px solid #f4f4f4;
    width:40%;
    margin:0 auto;
    padding-bottom:15px;
}
body.replacements .introText p{
    font-family: 'Lato', sans-serif;
    padding: 0px 25px 25px 25px;
    line-height: 200%;
    width: 90%;
    margin:0 auto;
    font-size:16px;
    text-align:justify;
}

/* adjust introtext section for ipad landscape */
@media (min-width: 992px) and (max-width: 1200px){
    body.replacements .introText hr{
        width: 45%;
    }
    body.replacements .introText p{
        padding: 0px 25px;
        line-height: 180%;
        width: 88%;
        margin:0 auto;
        font-size:16px;
    }
    body.replacements .introText h1{
        line-height:1.5;
    }
}


/* adjust introtext section for ipad vertical */
@media (min-width: 768px) and (max-width: 991px){
    body.replacements .introText hr{
        width: 450px;
    }
    body.replacements .introText h1{
        line-height:1.5;
    }
}

/* introtext for mobile devices */
@media (min-width: 351px) and  (max-width: 767px){
    body.replacements .introText h1{
        font-size:16px;
        letter-spacing: 1px;
        width:95%;
        margin:0 auto;
        padding-bottom:10px;
        font-weight:700;
        line-height:1.5;
    }
    body.replacements .introText hr{
        width: 60%;
        padding-bottom:10px;
    }
    body.replacements .introText p{
        padding: 0px 10px;
        line-height: 175%;
        width: 95%;
        margin:0 auto;
        font-size:14px;
    }
    body.replacements .introText{
        margin-bottom:15px;
    }
}

@media (max-width: 350px){
    body.replacements .introText h1 {
        font-size: 16px;
        letter-spacing: 1px;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 10px;
        font-weight: 700;
        line-height: 1.5;
    }
    body.replacements .introText hr{
        width: 70%;
    }
}

/* END homepage intro text */

/* Start find your pattern section */
body.replacements .findYourPattern{
    clear:both;
}

body.replacements .findYourPattern h3{
    text-transform:uppercase;
    font-size: 27px;
    text-align:center;
    letter-spacing: 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
body.replacements .findYourPattern a h4 {
    font-family: 'Lato', sans-serif;
    text-transform:uppercase;
    color:#6d6e72;
    text-align:center;
    padding-top:10px;
    font-size:16px;
}
body.replacements .findYourPattern a p{
    color:#6d6e72;
    text-align:center;
    font-family: 'Old Standard TT', serif;
    font-size:16px;
    padding-bottom:35px;
    margin-top:10px;
    line-height: 115%;
}
body.replacements .findYourPattern a:hover{
    text-decoration:none;
}


/* find your pattern section for ipad landscape */
@media (min-width: 992px) and (max-width: 1200px){

    body.replacements .findYourPattern a h4 {
        padding-top: 5px;
    }
}


/* find your pattern section for mobile devices */
@media (max-width: 767px){

    body.replacements .findYourPattern{
        padding-top:0px;
        clear:both;

    }
    body.replacements .findYourPattern h3{
        font-size:16px;
        letter-spacing: 1px;
        width:98%;
        margin:0 auto;
        padding-bottom:0px;
        font-weight:700;
    }
    body.replacements .findYourPattern a h4 {
        padding-top:0px;
        font-size:18px;
    }
    body.replacements .findYourPattern a p{
        font-size:16px;
        padding-bottom:0px;
        margin-top:0px;
        line-height: 110%;
        margin-bottom:0px;
    }
}



/* End find your pattern section */

/* Start specialty shops section */

body.replacements .specialtyShops{
    background-color:#f4f4f4;
    clear:both;
    display:block;
    margin-bottom:30px;
}


body.replacements .specialtyShops h3{
    font-family: 'Lato', sans-serif;
    text-transform:uppercase;
    font-size: 27px;
    text-align:center;
    margin-bottom:0px;
    padding-bottom:20px;
    letter-spacing: 3px;
}

body.replacements .specialtyShops a{
    background-color:#f4f4f4;
    margin-top:0px;
}

body.replacements .specialtyShops a h4{
    font-family: 'Lato', sans-serif;
    text-transform:uppercase;
    color:#6d6e72;
    text-align:center;
    font-size: 14px;
    padding-top:0px;
    height:45px;
    line-height:125%;
}

/* specialty shops section for mobile devices */
@media (max-width: 767px){
    body.replacements .specialtyShops h3{
        font-size:16px;
        letter-spacing: 1px;
        width:98%;
        margin:0 auto;
        padding-bottom:0px;
        font-weight:700;
        padding-bottom:15px;
    }
    body.replacements .specialtyShops{
        margin-top:20px;
    }
    body.replacements .specialtyShops a h4{
        color:#6d6e72;
        text-align:center;
        font-size: 14px;
        padding-top:0px;
        height:45px;
        margin-top:5px;
    }
    body.replacements .specialtyShops  a {
        padding-left:10px;
        padding-right:10px;
    }
    body.replacements .specialtyShops  a img{
    }
}


/* End specialty shops section */

/* Start testimonial section */

body.replacements .testimonials{
    text-align:center;
    padding: 0 0 0 0;
}


body.replacements .testimonials blockquote {
    padding: 10px 20px;
    margin: 30px 0px  20px 0px;
    font-size: 17.5px;
    border-left: none;
}


body.replacements .testimonials blockquote p{
    font-family: 'Old Standard TT', serif;
    font-size:40px;
    width:85%;
    margin:0 auto;
    line-height:125%;
}
body.replacements .testimonials blockquote footer{
    font-family: 'Lato', sans-serif;
    font-style:normal;
    text-transform:uppercase;
    padding:10px 0px;
    display:block;
    font-size:17px;
}

/* adjust testimonials for ipad vertical */
@media (min-width: 768px) and (max-width: 992px){
    body.replacements .testimonials blockquote p{
        font-family: 'Old Standard TT', serif;
        font-size:32px;
    }
    body.replacements .testimonials blockquote footer{
        font-family: 'Lato', sans-serif;
        font-size:16px;
    }
}


/* testimonials for mobile devices */
@media (min-width: 451px) and (max-width: 767px){
    body.replacements .testimonials blockquote {
        margin: 15px 0px  10px 0px;
        padding:0 0 0 0;
        text-align:center;
    }
    body.replacements .testimonials blockquote p{
        font-family: 'Old Standard TT', serif;
        font-size:24px;
        width:90%;
        margin:0 auto;
        line-height:125%;
    }
    body.replacements .testimonials blockquote footer{
        font-size:13px;
    }
}

/* testimonials for mobile devices */
@media (max-width: 450px){
    body.replacements .testimonials blockquote {
        margin: 15px 0px  10px 0px;
        padding:0 0 0 0;
        text-align:center;
    }
    body.replacements .testimonials blockquote p{
        font-family: 'Old Standard TT', serif;
        font-size:18px;
        width:90%;
        margin:0 auto;
        line-height:125%;
    }
    body.replacements .testimonials blockquote footer{
        font-size:13px;
    }
}

/* End testimonial section */


/* Start whatsNew section */

body.replacements .whatsNew{
    background-color:#2f325b;
    text-align:center;
}

body.replacements .whatsNew h4{
    font-size: 66px;
    color:#fff;
    font-family:'Lato', sans-serif;
    background-color:#2f325b;
    border:1px solid #fff;
    padding:45px;
}
body.replacements .whatsNew h4 a{
    font-family:'Lato', sans-serif;
    color:#fff;

}
body.replacements .whatsNew h4 a:hover{
    text-decoration:none;

}
/* adjust whatsnew for ipad vertical */
@media (min-width: 768px) and (max-width: 992px){

    body.replacements .whatsNew{
        margin-top:0px;
    }
    body.replacements .whatsNew h4{
        font-size: 48px;
        color:#fff;
        font-family:'Lato', sans-serif;
        background-color:#2f325b;
        border:1px solid #fff;
        padding:30px;

    }
}


/* whatsNew section for mobile devices */
@media (max-width: 767px){
    body.replacements .whatsNew h4{
        font-size: 22px;
        color:#fff;
        font-family:'Lato', sans-serif;
        background-color:#2f325b;
        border:1px solid #fff;
        padding:10px;
    }

}

/* End whatsNew section */

/* using the clearfix without a border */
body.replacements .clearfix.noBorder{
    border:none;
}


/* START overrides for bootstrap_3.xsl */

body.replacements #photo_view {
    padding-left: 8px;
    padding-right: 8px;
}

/* END overrides for bootstrap_3.xsl */


/* start fixing scrolling issue on tables on mobile */
@media (max-width: 767px) {

    body.replacements .shipping-handling {

        overflow-x: scroll;
    }

}

/* end fixing scrolling issue on tables on mobile */

/* start fixing scrolling issue on listview on webquotes */

body.replacements #content_container.webquote {
    overflow:visible;
}
/* end  fixing scrolling issue on listview on webquotes */

/* Chat icon styles */

#contact_chat_fixed:empty {
}

.contact_chat {
    position: absolute;
}

.contact_chat--contact {
    top: 15px;
    right: 15px;
}

.contact_chat--cart {
    top: 89px;
}

.contact_chat__link {
    color: #2c7065;
    font-size: 14px;
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    text-decoration:none;
    text-transform: none;
}

.contact_chat__link:hover {
    text-decoration:underline;
}

.contact_chat__icon {
    margin: 0px !important;
}

@media (min-width: 768px) and (max-width: 992px) {
    .contact_chat--contact {
        top: -3px;
    }
}

@media (max-width: 767px) {
    .contact_chat--contact {
        position: relative;
        text-align: center;
        top: 6px;
        left: -2px;

    }
    .contact_chat--contact:empty {
    }
    .contact_chat--cart {
        position: relative;
        top: initial;
        text-align: center;
        padding-bottom: 10px;
    }
}

/* END Chat icon styles */

/* Countdown Styles */

.countdown {
    display:inline-block;
}

.countdownSection {
    width: 100%;
    margin:0 auto;
}

.countdownIncrementHeader {
    font-size:18px;
    width:130px;
}

.countdownNumberDiv {
    width:110px;
}

.countdownTime {
    font-size:75px;
}

#countdownSeconds {
    color:#f37d7c;
}

.countdownSemiColon {
    font-size:75px;
    width:20px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .countdownTime {
        font-size:60px;
    }
    .countdownNumberDiv {
        width:70px;
    }
    .countdownSemiColon {
        font-size:60px;
        width:10px;
    }
    .countdownIncrementHeader {
        font-size:13px;
        width:80px;
    }
}

@media (max-width: 767px) {
    .countdownTime {
        font-size:40px;
    }
    .countdownNumberDiv {
        width:50px;
    }
    .countdownSemiColon {
        font-size:40px;
        width:10px;
    }
    .countdownIncrementHeader {
        font-size:13px;
        width:60px;
    }
}
/* End Countdown Styles */
/* Facet Widget Styles */
#facet_wrapper {
    padding-left: 0;
    padding-right: 0;
}

#facet_widget, .facet_navigation {
    font-size: 12px;
    background-color: #f2f2f2;
    margin-left: 0;
    padding-bottom: 10px;
    border-radius: 0;
}
#search_container #facet_widget{
    margin-top: 0;
}

#facet_widget .panel-body {
    padding-top: 0;
}

#main_label, .facetTopLabel {
    background-color: #d3d3d3;
    font-weight: bold;
    font-size: 14px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #d3d3d3;
}

#main_label {
    border-radius: 0;
    text-transform: uppercase;
}

.facetTopLabel {
    border-radius: 9px 9px 0 0;
    padding: 5px 0 5px 19px;
    margin: -1px -16px 0 -16px;
}

.facet_header {
    width: 100%;
    margin: 10px 0 0;
    padding: 5px 0;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    background: #f2f2f2;
    border-top: #ccc dotted 1px;
    display: inline-block;
    text-transform: uppercase;
}

.facet_header[aria-expanded] {
    cursor: pointer;
}

#first_header {
    margin: 3px 0 0;
    padding: 5px 0;
    border-width: 0;
    font-weight: bold;
    font-size: 14px;
    background: #f2f2f2;
    display: inline-block;
    text-transform: uppercase;
}

#facet_widget .facet_body {
    background-color: #F2F2F2;
    float:left;
    color:#000000;
    clear: left;
    max-height: 200px;
    margin: 0;
    overflow-y: auto;
    width: 100%;
}

#facet_widget .facet_body.expanded {
    display: inline;
}

#facet_widget .facet_body.collapsed {
    display: none;
}

.facet_checkbox, .checkdiv {
    display: table-cell;
    text-align: left;
    padding: 0;
}

#facet_widget .facetCheckBox {
    vertical-align: text-bottom;
}

#facet_widget .facet_option_field.single {
    width: 125px;
}

#facet_widget .facet_field_error {
    border: 1px solid #900;
}

#facet_widget .validate_message {
    color: #900;
}

.unchecked{
    background-image:url("/search/images/unchecked2.gif");
    background-repeat:no-repeat;
    background-position:left 50%;
    padding-left:18px;
}
.checked{
    background-image:url("/search/images/checked2.gif");
    background-repeat:no-repeat;
    background-position:left 50%;
    padding-left:18px;
}

.unchecked{
    background-image:url("/search/images/unchecked2.gif");
    background-repeat:no-repeat;
    background-position:left 50%;
    padding-left:18px;
}
.checked{
    background-image:url("/search/images/checked2.gif");
    background-repeat:no-repeat;
    background-position:left 50%;
    padding-left:18px;
}

.facet_text {
    display: table-cell;
    text-align: left;
    padding: 0 0 1px;
}

.facet_text a:active, .facet_text a:hover,
.facet_text a:visited, .facet_text a:link {
    color: #000;
}

.facet_text:active, .facet_text:hover {
    text-decoration: underline;
}

#mobile_facet_widget {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

#facets-header, #facets-header-display {
    background-color: #2f325b;
    padding: 14px;
    border-bottom: 2px solid #858585;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
}

#facets-header .btn, #facets-header-display .btn {
    font-size: 16px;
    font-weight: 700;
}

#facets-display {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    color: #333;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 64px;
}

.facet {
    margin-top: 0 !important;
    margin-bottom: 0;
    border-bottom: 2px solid #858585;
    font-size: 14px;
    line-height: 20px;
    color: #2E2D55;
}

.facet label {
    text-decoration: none;
}

.facets-available {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.facets-available .facet:last-of-type {
    border-bottom: none;
}

.facet-well {
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
}

.facet-row-group {
    position: relative;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 0;
}

.facet-row-group h3 {
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.facet-row:last-of-type {
    border-bottom: 2px solid #858585;
}

.facets-selected {
    font-style: italic;
    font-weight: 700;
}

.facet_option_field_label {
    font-weight: normal;
}

.facet_option_field {
    width: 40px;
    height: 24px;
    padding: 0 2px;
    display: inline;
    border-radius: 0;
}

.facet_option_btn {
    color: #fff;
    background-color: #0f1649;
    height: 24px;
    width: 26px;
    margin: 0 0 2px;
    padding: 0;
    border-radius: 0;
    vertical-align: top;
    border: 0;
}

.facet_option_btn:hover, .facet_option_btn:focus, .facet_option_btn:active {
    color: #fff;
}

#facet_pills {
    margin: 15px 0 0;
}

#facet_pills a{
    margin-left: 15px;
}

#facet_pill_label {
    font-weight: bold;
    font-size: 13px;
    color: #707070;
}

#webquote_main #facet_pill_label {
    margin: 0 0 0 -5px;
}

.facet_pill_btn {
    background-color: #bdd9c9;
    color: #000;
    margin: 2px 0 2px 0;
    font-size: 13px;
    border-width: 0;
    padding-left: 10px;
    padding-right: 10px;
}

#facet_pills .facet_pill_btn:hover {
    color: #000;
}

#facet_pills .facet_pill_glyph {
    padding-left: 2px;
    font-size: 13px;
    color: #085541;
}

.facet_pill_clear_link {
    color: #085541;
    white-space: nowrap;
    text-decoration: underline;
    margin-left: 15px;
}

.facet_error {
    font-weight: bold;
    color: #840000;
}

#webquote_main .facet_error {
    margin: 0 10px 5px -8px;
}

#facet_pills .facet_pill_clear_link + .facet_error {
    margin-top: 15px;
}

.facet-expander {
    position: relative;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #e9e9e9;
    border-top: 2px solid #858585;
}

.facet-expander-up {
    background-color: #2f325b;
    border-bottom: 2px solid #858585;
    color: #fff;
}

.facet-expander-up:after {
    display: block;
    position: absolute;
    right: 15px;
    top: 8px;
    margin: 0;
    padding: 0;
    content: "\2212"; /* minus sign indicating that the sublinks are expanded */
    color: #fff;
    font-size: 24px;
}

.facet-expander-down:after {
    display: block;
    position: absolute;
    right: 15px;
    top: 8px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    content: "\2b"; /* plus sign indicating that the link has sublinks */
    color: #000;
    font-size: 24px;
}

.facet label {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    font-weight: 600 !important;
}

.search-results-row, .filter-results-row {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
    height:50px;
}

.search-results, .filter-results {
    padding-top:14px;
}

.search-results-facet, .filter-results-facet {
    padding:0 0 0 0;
    height:100%;
    background-color: #2c7065;
}

.search-results-facet a, .filter-results-facet a {
    color:#fff;
    font-weight: 700;
    font-size: 14px;

    padding:15px 0 0 0;
    display:block;

}

#loading-overlay-display {
    opacity: 1;
    background-color: rgba(44, 44, 44, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
}

#loading-overlay-display img {
    margin-top: 200px;
    width: 200px;
    height: 200px;
}

/* Awesome checkbox v1.0.0-alpha.4 */
/* https://github.com/flatlogic/awesome-bootstrap-checkbox */
.facet-row-group .checkbox {
    padding-left: 35px;
}

.facet-row-group .checkbox label, .facet-row-group .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
}

.facet-row-group .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    margin-left: -20px;
    padding-top: 20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    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;
}

.facet-row-group .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 16px;
    margin-left: -20px;
    padding-left: 5px;
    padding-top: 0;
    font-size: 14px;
    color: #555555;
}

.facet-row-group .checkbox input[type="checkbox"],
.facet-row-group .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.facet-row-group .checkbox input[type="checkbox"]:checked + label::after,
.facet-row-group .checkbox input[type="radio"]:checked + label::after {
    font-family: "Glyphicons Halflings";
    content: "\e013";
}

.facet-row-group .checkbox input[type="checkbox"]:indeterminate + label::after,
.facet-row-group .checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}

.facet-row-group .checkbox input[type="checkbox"]:disabled,
.facet-row-group .checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}

.facet-row-group .checkbox input[type="checkbox"]:disabled + label,
.facet-row-group .checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.facet-row-group .checkbox input[type="checkbox"]:disabled + label::before,
.facet-row-group .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.facet-row-group .checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.facet-row-group .checkbox.checkbox-inline {
    margin-top: 0;
}

.facet-row-group .checkbox-primary input[type="checkbox"]:checked + label::before,
.facet-row-group .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.facet-row-group .checkbox-primary input[type="checkbox"]:checked + label::after,
.facet-row-group .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.facet-row-group .checkbox-danger input[type="checkbox"]:checked + label::before,
.facet-row-group .checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.facet-row-group .checkbox-danger input[type="checkbox"]:checked + label::after,
.facet-row-group .checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.facet-row-group .checkbox-info input[type="checkbox"]:checked + label::before,
.facet-row-group .checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.facet-row-group .checkbox-info input[type="checkbox"]:checked + label::after,
.facet-row-group .checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.facet-row-group .checkbox-warning input[type="checkbox"]:checked + label::before,
.facet-row-group .checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.facet-row-group .checkbox-warning input[type="checkbox"]:checked + label::after,
.facet-row-group .checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.facet-row-group .checkbox-success input[type="checkbox"]:checked + label::before,
.facet-row-group .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.facet-row-group .checkbox-success input[type="checkbox"]:checked + label::after,
.facet-row-group .checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.facet-row-group .checkbox-rpl input[type="checkbox"]:checked + label::before,
.facet-row-group .checkbox-rpl input[type="radio"]:checked + label::before {
    background-color: #7cbaa5;
    border-color: #7cbaa5;
}

.facet-row-group .checkbox-rpl input[type="checkbox"]:checked + label::after,
.facet-row-group .checkbox-rpl input[type="radio"]:checked + label::after {
    color: #fff;
}

.facet-row-group .checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.facet-row-group .checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.facet-row-group .checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.facet-row-group .checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.facet-row-group .checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.facet-row-group .checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.facet-row-group .checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.facet-row-group .checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.facet-row-group .checkbox-info input[type="checkbox"]:indeterminate + label::before,
.facet-row-group .checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.facet-row-group .checkbox-info input[type="checkbox"]:indeterminate + label::after,
.facet-row-group .checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.facet-row-group .checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.facet-row-group .checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.facet-row-group .checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.facet-row-group .checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.facet-row-group .checkbox-success input[type="checkbox"]:indeterminate + label::before,
.facet-row-group .checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.facet-row-group .checkbox-success input[type="checkbox"]:indeterminate + label::after,
.facet-row-group .checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.facet-row-group .checkbox-rpl input[type="checkbox"]:indeterminate + label::before,
.facet-row-group .checkbox-rpl input[type="radio"]:indeterminate + label::before {
    background-color: #7cbaa5;
    border-color: #7cbaa5;
}

.facet-row-group .checkbox-rpl input[type="checkbox"]:indeterminate + label::after,
.facet-row-group .checkbox-rpl input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.btn-rpl-green {
    color: #fff;
    background-color: #7cbaa5;
    border-color: #65ac94;
}

.btn-rpl-green:focus,
.btn-rpl-green.focus {
    color: #fff;
    background-color: #408a7e;
    border-color: #085541;
}

.btn-rpl-green:hover {
    color: #fff;
    background-color: #408a7e;
    border-color: #479588;
}

.btn-rpl-green:active,
.btn-rpl-green.active,
.open > .dropdown-toggle.btn-rpl-green {
    color: #fff;
    background-color: #408a7e;
    border-color: #479588;
}

.btn-rpl-green:active:hover,
.btn-rpl-green.active:hover,
.open > .dropdown-toggle.btn-rpl-green:hover,
.btn-rpl-green:active:focus,
.btn-rpl-green.active:focus,
.open > .dropdown-toggle.btn-rpl-green:focus,
.btn-rpl-green:active.focus,
.btn-rpl-green.active.focus,
.open > .dropdown-toggle.btn-rpl-green.focus {
    color: #fff;
    background-color: #479588;
    border-color: #085541;
}

.btn-rpl-green:active,
.btn-rpl-green.active,
.open > .dropdown-toggle.btn-rpl-green {
    background-image: none;
}

.btn-rpl-green.disabled,
.btn-rpl-green[disabled],
fieldset[disabled] .btn-rpl-green,
.btn-rpl-green.disabled:hover,
.btn-rpl-green[disabled]:hover,
fieldset[disabled] .btn-rpl-green:hover,
.btn-rpl-green.disabled:focus,
.btn-rpl-green[disabled]:focus,
fieldset[disabled] .btn-rpl-green:focus,
.btn-rpl-green.disabled.focus,
.btn-rpl-green[disabled].focus,
fieldset[disabled] .btn-rpl-green.focus,
.btn-rpl-green.disabled:active,
.btn-rpl-green[disabled]:active,
fieldset[disabled] .btn-rpl-green:active,
.btn-rpl-green.disabled.active,
.btn-rpl-green[disabled].active,
fieldset[disabled] .btn-rpl-green.active {
    background-color: #7cbaa5;
    border-color: #65ac94;
}

.btn-rpl-green .badge {
    color: #7cbaa5;
    background-color: #fff;
}

.facet_header[aria-expanded=true] .glyphicon-plus {
    display: none;
}

.facet_header[aria-expanded=false] .glyphicon-minus {
    display: none;
}

/* End Facet Widget Styles */
/* New Carousel Styles(Dynamically positioned indicators) */
.carousel-controls{
    text-align: center;
}
.carousel-controls > .carousel-indicators{
    position: static;
    margin: 0;
    width: auto;
    display: inline;
}
body.replacements .carousel-controls > a.carousel-control.left,
body.replacements .carousel-controls > a.carousel-control.right{
    position: static;
    margin: 0;
    display: inline;
    width: 0;
}
.carousel-controls > .carousel-control > #carousel_left_icon,
.carousel-controls > .carousel-control > #carousel_right_icon{
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
/* End New Carousel Styles */

/* Product Detail Page Styles */
#product_detail_main {
    font-family: Lato, sans-serif;
}

#product_detail_main .photo_view_image_div {
    min-height: 400px;
}

#product_detail_image {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0;
    padding: 0;
    position: relative;
    display: block;
    margin: 0 auto;
    max-height: 400px;
}

#product_detail_main_image_xs img {
    max-height: 600px;
}

#product_detail_main .set_pieces_div .photo_view_image_div {
    min-height: 0;
}

#product_detail_main #alt_image_section {
    padding-top:15px;
}

#product_detail_main .alt_image {
    height:250px;
    padding-top:10px;
}

#product_detail_piece_name {
    font-size: 27px;
    letter-spacing: 2px;
    vertical-align: top;
}

#product_detail_main_image_xs {
    padding-bottom: 15px;
}

#product_detail_main .alt_image_title {
    color: #666;
    font-size: 11px;
}

#product_detail_pattern_name{
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: 2px;
}

#product_detail_brand_span{
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 2px;
    display:block;
}

#product_detail_brand_name {
    text-transform: uppercase;
}

.product_detail_title {
    margin-top: 0;
}

.product_detail_our_price {
    font-size: 22px;
    font-weight: bold;
}

.product_detail_price_header {
    font-size: 12px;
}

.product_detail_low_stock {
    color: #C00000;
}

.product_detail_was {
    color: #666;
}

.product_detail_was_price {
    text-decoration: line-through;
}

.product_detail_discount {
    color: #C00000;
}

.product_detail_add_to_cart_button {
    width: 80px;
}

.product_detail_drop_down {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#product_detail_pattern_name {
    display: block;
}

#product_detail_grade_level_messaging{
	padding-top:15px;
}

#product_detail_information_header{
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}

.product_detail_set_piece_size {
    font-size:11px;
    color: #666;
}

.set_pieces_div {
    white-space: normal;
}

.product_page_sub_content {
    margin-bottom: 15px;
}


.loading-icon{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.loading-icon:after{
    content: "\e031";
}
.loading-icon.loading{
    -webkit-animation: 1s loading-spin infinite linear;
    animation: 1s loading-spin infinite linear;
}
@-webkit-keyframes loading-spin{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
@keyframes loading-spin{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
@media print {
    @page {
        size: Letter portrait;
        margin: 0.75in;
    }
    .header {
        display: none !important;
    }
    .logo {
        display: none !important;
    }
    .mobile-header {
        display: block !important;
    }
    #btn-mobilemenu {
        display: none !important;
    }
    .cart-mobile {
        display: none !important;
    }
    #header_search_div {
        display: none !important;
    }
    #header_search_div_mobile {
        display: none !important;
    }
    #accountLinks {
        display: none !important;
    }
    nav {
        display: none !important;
    }
    #sub-nav {
        display: none !important;
    }
    #sidebar {
        display: none !important;
    }
    #promo-banner {
        display: none !important;
    }
    #promo-banner-mobile {
        display: none !important;
    }
    #facet_wrapper {
        display: none !important;
    }
    #bizrate_survey {
        display: none !important;
    }
    #safetech_logo {
        display: none !important;
    }
    img[name="seal"] {
        display: none !important;
    }
    #sealmap_small {
        display: none !important;
    }
    #ssl_text_link {
        display: none !important;
    }
    .my-account-mobile {
        display: none !important;
    }
    #footer_group_4 {
        position: relative !important;
    }
    #ads {
        display: none !important;
    }
    .filter-results-row {
        display: none !important;
    }
    .hidden-xs {
        display: block !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .socialHeader {
        width: 100%;
    }
    .row_bottom_border {
        margin-top: 15px;
    }
    .column_heading_fix {
        padding-top: 16px !important;
    }
    /** Fix for text overlapping images in order confirmation **/
    .returnWQ {
        position: relative;
        left: 20px;
    }
/** Fixes for vertical pixels being cut off bottom of print **/
    * {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .bbb {
        margin-top: 0 !important;
    }
    #footer_bottom {
        margin-top: 0 !important;
    }
    .cart_item {
        page-break-inside: avoid;
        padding-bottom: 10px !important;
    }
/** BOOTSTRAP FIXES **/
    .col-sm-12, .col-xs-12 {
        width:100% !important;
    }
    .col-sm-11, .col-xs-11 {
        width:91.66666667% !important;
    }
    .col-sm-10, .col-xs-10 {
        width:83.33333333% !important;
    }
    .col-sm-9, .col-xs-9 {
        width:75% !important;
    }
    .col-sm-8, .col-xs-8 {
        width:66.66666667% !important;
    }
    .col-sm-7, .col-xs-7 {
        width:58.33333333% !important;
    }
    .col-sm-6, .col-xs-6 {
        width:50% !important;
    }
    .col-sm-5, .col-xs-5 {
        width:41.66666667% !important;
    }
    .col-sm-4, .col-xs-4 {
        width:33.33333333% !important;
    }
    .col-sm-3, .col-xs-3 {
        width:25% !important;
    }
    .col-sm-2, .col-xs-2 {
        width:16.66666667% !important;
    }
    .col-sm-1, .col-xs-1 {
        width:8.33333333% !important;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left !important;
    }   
    body {
        min-width: 768px !important;
    }
    .container {
        width: auto;
        min-width: 750px;
    }
    a[href]:after {
        content: none;
    }
}
/** Remove overflowing 'Specials' header element from Chrome **/
@media print and (max-width: 767px) {
    .dropdown-6 {
        display: none !important;
    }
}

.webquote-header{
    font-family:Lato, sans-serif;
    margin-top:10px;
}
.webquote-header--title{
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 27px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    border-bottom: 2px solid #ccc;
    width: 70%;
    color: #333333;
    text-align:center;

}
.webquote-header--hero{
    margin-top:0;
    margin-bottom:10px;
}

.webquote-header--pattern-description{
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #6d6e72;
}
.webquote-header--item{
    color: #900;
    font-weight: 700;
}
.webquote-header--item strong{
    color:#333;
}
.webquote-header--item-number{
    display:inline-block;
    padding-left:5px;
}

@media (max-width: 767px) {
    .webquote-header--pattern-description {
        font-size: 14px;
        line-height:2;
    }
    .webquote-header {
        margin-top:10px;
    }
}

/******************************************************************************/
/*** To be organized **********************************************************/
/******************************************************************************/
/*Cart Mobile Enhancements*/

.no-round {
    border-radius: 0px !important;
}

/* Replacements primary button. */
.btn-rpl-primary {
    color: #fff;
    background-color: #2f325b;
    border-color: #1e203c;
    border-radius: 0px;
}
.btn-rpl-primary:focus,
.btn-rpl-primary.focus {
    color: #fff;
    background-color: #3b4081;
    border-color: #2f325b;
}
.btn-rpl-primary:hover {
    color: #fff;
    background-color: #3b4081;
    border-color: #2f325b;
}
.btn-rpl-primary:active,
.btn-rpl-primary.active,
.open > .dropdown-toggle.btn-rpl-primary {
    color: #fff;
    background-color: #3b4081;
    border-color: #2f325b;
}
.btn-rpl-primary:active:hover,
.btn-rpl-primary.active:hover,
.open > .dropdown-toggle.btn-rpl-primary:hover,
.btn-rpl-primary:active:focus,
.btn-rpl-primary.active:focus,
.open > .dropdown-toggle.btn-rpl-primary:focus,
.btn-rpl-primary:active.focus,
.btn-rpl-primary.active.focus,
.open > .dropdown-toggle.btn-rpl-primary.focus {
    color: #fff;
    background-color: #3b4081;
    border-color: #2f325b;
}
.btn-rpl-primary:active,
.btn-rpl-primary.active,
.open > .dropdown-toggle.btn-rpl-primary {
    background-image: none;
}
.btn-rpl-primary.disabled,
.btn-rpl-primary[disabled],
fieldset[disabled] .btn-rpl-primary,
.btn-rpl-primary.disabled:hover,
.btn-rpl-primary[disabled]:hover,
fieldset[disabled] .btn-rpl-primary:hover,
.btn-rpl-primary.disabled:focus,
.btn-rpl-primary[disabled]:focus,
fieldset[disabled] .btn-rpl-primary:focus,
.btn-rpl-primary.disabled.focus,
.btn-rpl-primary[disabled].focus,
fieldset[disabled] .btn-rpl-primary.focus,
.btn-rpl-primary.disabled:active,
.btn-rpl-primary[disabled]:active,
fieldset[disabled] .btn-rpl-primary:active,
.btn-rpl-primary.disabled.active,
.btn-rpl-primary[disabled].active,
.btn-rpl-primary[disabled].active,
fieldset[disabled] .btn-rpl-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-rpl-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
/* End Replacements primary button */
/* Replacements default grey button */
.btn-rpl-default {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
}
.btn-rpl-default:hover,
.btn-rpl-default:focus,
.btn-rpl-default:active,
.btn-rpl-default.active,
.open .dropdown-toggle.btn-rpl-default {
    color: #000;
    background-color: #ddd;
    border-color: #adadad;
}
.btn-rpl-default:active,
.btn-rpl-default.active,
.open .dropdown-toggle.btn-rpl-default {
    background-image: none;
}
.btn-rpl-default.disabled,
.btn-rpl-default[disabled],
fieldset[disabled] .btn-rpl-default,
.btn-rpl-default.disabled:hover,
.btn-rpl-default[disabled]:hover,
fieldset[disabled] .btn-rpl-default:hover,
.btn-rpl-default.disabled:focus,
.btn-rpl-default[disabled]:focus,
fieldset[disabled] .btn-rpl-default:focus,
.btn-rpl-default.disabled:active,
.btn-rpl-default[disabled]:active,
fieldset[disabled] .btn-rpl-default:active,
.btn-rpl-default.disabled.active,
.btn-rpl-default[disabled].active,
fieldset[disabled] .btn-rpl-default.active {
    background-color: #eee;
    border-color: #bbb;
}
.btn-rpl-default .badge {
    color: #eee;
    background-color: #333;
}
/* End Replacements default grey button */
/******************************************************************************/
/*** End to be organized ******************************************************/
/******************************************************************************/
/* Replacements default link */
.link-rpl-default {
    color:#2c7065;
    text-decoration:none;
    font-weight:700;
    cursor: pointer;
}
.link-rpl-default:focus,.link-rpl-default:hover,.link-rpl-default:active{
    color:#2c7065;
    text-decoration:underline;
    font-weight:700;
}
/* End Replacements default link */
/* Replacements default horizontal rule */
.hr-rpl-default {
    border-top: 2px solid #ccc;
}
/* End Replacements default horizontal rule */

/* skip to main content */


.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: #085541;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .skip, a.skip:active,
    a.skip:focus,
    a.skip:hover {
        display:none;
    }
}

.product_detail_was a.msrpinfo, .product_detail_was a.msrpinfo:hover,
.product_detail_was a.msrpinfo:visited, .product_detail_was a.msrpinfo:active,
.product_detail_was a.msrpinfo:focus, .product_detail_was a.msrpinfo:link {
    color: #2c7065;
    text-decoration: none;
}
/******************************************************************************/
/*** End to be organized ******************************************************/
/******************************************************************************/

/*
#######################
Start accessibility Fixes
#######################
*/


/* style on focus */
.replacements a:focus, .replacements a:focus, .navbar-default .navbar-nav>li>a:focus, body.replacements .navbar-default .navbar-nav > li > a:focus, body.replacements a:focus{
    text-decoration: underline;

}

body.replacements :focus,
p.landing_product_title:focus{
    text-decoration:none;
}



/*
#######################
END accessibility Fixes
#######################
*/

a.promo-banner-mobile:link {
    color:#FFF;
    display:block;
    width:95%;
    font-size:12px;
    text-transform:uppercase;
    font-weight:400;
    font-family:'Lato', sans-serif;
    margin: 0 auto;
    letter-spacing:0px;
    word-spacing:1px;
    text-decoration:none;
}
a.promo-banner-mobile2:link {
    color:#FFF;
    display:block;
    width:95%;
    font-size:13px;
    text-transform:uppercase;
    font-weight:400;
    font-family:'Lato', sans-serif;
    margin: 0 auto;
    letter-spacing:0px;
    word-spacing:1px;
    text-decoration:none;
}

.msrpdetail {
    font-style: italic;
}

.productImage {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
}
img {
    min-height: 1px;
    min-width: 1px;
}
.hurricane-message {
    background-color: #9a0000;
    color: #fff;
    padding: 40px;
    text-align: center;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .hurricane-message {
        font-size: 24px;
    }
}

footer * {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}
#footer_top {
    display: flex;
    justify-content: space-between;
    background-color: #e9e9e9;
    padding: 10px;
    padding-right: 5vw;    
    margin: 10px 0;
}
#footer_top > .visible-xs {
    text-transform: uppercase;
    order: 2;
}
#footer_top > .visible-xs > a {
    color: #2c7065;
    font-weight: 700;
}
#footer_top > .footer_group > a {
    color: #333;
}
.footer_group > a {
    display: block;
}
.footer_group > div:first-child {
    text-transform: uppercase;
    text-decoration: underline;
    color: #333;
    font-weight: 700;
}
.footer_group * {
    margin-bottom: 5px;
}
.footer_group a, .footer_group a:link, .footer_group a:visited  {
    color: #333;
    font-weight: 400;
}
#footer_group_4 > div:first-child {
    margin-bottom: 10px;
}
#footer_social_media {
    margin-bottom: 15px;
}
#footer_social_media * {
    width: 30px;
}
#footer_technical > a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
}
#footer_copyright {
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}
#footer_copyright a {
    color: #2c7065;
    font-weight: 700;
    font-size: 10px;
}
#footer_bottom {
    margin-bottom: 30px;
}
#bbb_image_link {
    float: right;
}
@media (max-width: 767px) {
    #footer_top {
        flex-direction: column-reverse;
        padding-right: 10px;
    }
    #footer_top *, #footer_bottom * {
        text-align: center;
    }
    .footer_group {
        margin-top: 20px;
    }
    #footer_group_4 {
        display: flex;
        justify-content: center;
        align-items: baseline;
        order: 3;
        margin-right: 0;
    }
    #footer_group_4 > div:first-child {
        text-decoration: none;
        margin-right: 10px;
    }
    #footer_social_media * {
        width: auto;
    }
    #footer_group_1 {
        order: 1;
    }
    #bbb_image_link {
        float: none;
    }
    #bbb_container {
        margin-top: 10px;
    }
    #footer_top > .visible-xs > a:last-child {
        padding-right: 9px;
    }
}
/*** Drupal Required SVG Override Fix ***/

.form-required::after {
    background-image: url("/images/required.svg") !important;
}

/*** end fix ***/

#homepage__content {
    display: flex;
    flex-direction: column;
}