

@media(min-width:1200px) {
    .sale-section ul {
    list-style: none;
    columns: 4;
    text-align: center;
}}

@media(max-width:1199px) {
    ul.three-image-row img {
    width: 100%!important;
    height: auto!important;
}}

/* --- MIN 992px --- */

@media(min-width:992px) {
    
.flex-row.welcome-row {
    display: flex;
    gap: 30px;
    max-width: 1140px;
    margin: auto;
    padding: 10px 0px 10px 0px;
}
    .flex-col {
    max-width: 555px;
    width: 100%;
}
    .flex-t-col {
    max-width: 360px;
    width: 100%;
}
    
    ul.child-links li {
        max-width: 46%;
    }

    
    
    .splitzy {
    display: inline-block;
    width: 100%;
    max-width: 45%;
    vertical-align: top;
}
    
    a.mini-butn {
    border: 1px solid #000;
    color: #000;
    padding: 10px;
    display: block;
    width: 50%;
    text-align: center;
    float: right;
    font-weight: 900;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
}

a.mini-butn:hover {
    color: #ffffff;
    border: 1px solid #337ab7;
    box-shadow: inset 0px 40px 0px 0px #337ab7;
    transition: ease-in-out all 0.5s;
}
    .cb-text {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}
    .cb-img {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}
    .cb-div {
    vertical-align: top;
    display: inline-block;
    width: 48.88%;
    Margin-bottom: 30px;
    min-height: 300px;
    padding: 10px 30px 10px 20px;
}
    .mb-between {
    display: inline-block;
    width: 100%;
    max-width: 47%;
}
    .the-product-table ul {
    list-style: none;
    columns: 3;
    text-align: center;
    padding-left: 0px;
}
    .sale-section ul {
    list-style: none;
    columns: 2;
    text-align: center;
}
    ul.xmas-del li {
       border: 1px solid #ccc;
    min-height: 240px;
    padding-top: 40px;
}
ul.xmas-del p {
    color: #f00;
    font-weight: 600;
    padding-top: 10px;
}
ul.xmas-del strong {
    font-size: 20px;
}
ul.xmas-del {
    list-style: none;
    columns: 3;
    text-align: center;
    padding-top: 30px;
}
.hide-desktop {
        display:none!important;
    }
    .box.ui-corner-bottom.message-e.alert.alert-danger {
    width: 50%;
    margin: auto;
}

    .new-stp {font-size:18px;}
    
    .megamenu.parent-id-1306.clearfix {
    box-shadow: 0px 10px 20px 0px #989898;
}

}

/* --- MAX 991px --- */

@media(max-width:991px) {
    
    .flex-col img {
    width: 100%;
}
    .flex-row.welcome-row {
    max-width: 550px;
    margin: auto;
}
    .flex-col, .flex-t-col {
    width: 100%;
    margin-bottom: 20px;
}
    .flex-t-col img {
    max-width: 360px;
    margin: auto;
}
    
        a.mini-butn {
    border: 1px solid #000;
    color: #000;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;

    font-weight: 900;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
}
    button.btn.btn-buy.button.btn-details.main-button.preadds.add-to-cart-button {
    width: 100%;
    position: relative;
    margin: 20px 0px 10px 0px;
    padding: 20px 10px 20px 10px;
}
    .cb-img img {
    width: 100%;
    max-width: 150px;
    margin: auto;
}
    
    body a.maybes {
    padding: 15px 0px 15px 20px;
    display: block;
    line-height: 20px;
    border-bottom: 1px solid #e4e4e4;
}
    .cb-div {

    display: block;
    width: 100%;
    Margin-bottom: 30px;
    min-height: 300px;
}
    
    .new-st a {max-width:250px; margin:auto;}
    .new-stp {max-width:250px; margin:auto;}
    
    .page-type-product .product-list-title h1 {
    color: #fff;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
}
.page-type-product img#product_thumbnail {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.page-type-product .product-list-title {
    padding: 6px 10px 6px 10px;
    margin: 25px 0px 1px 0px;
}
ul.xmas-del li {
    border: 1px solid #ccc;
    padding: 20px 0px 20px 0px;
    margin-top:10px;
}
ul.xmas-del p {
    color: #f00;
    font-weight: 600;
    padding-top: 10px;
}
ul.xmas-del strong {
    font-size: 20px;
}
ul.xmas-del {
    list-style: none;
    columns: 1;
    text-align: center;
    padding-top: 30px;
    padding-left: 0px;
}
.show-desktop {
        display:none!important;
    }
    
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
}

/* --- MIN 601px MAX 991px --- */

@media(min-width:601px) and (max-width:991px) {
    .the-product-table ul {
    list-style: none;
    columns: 2;
    text-align: center;
    padding-left: 0px;
}
        .row.mob-uniform {
    display: table-row;
}
.row.mob-uniform .col-md-4 {
    display: table-cell;
}
    .new-st a{font-size:15px!important;}
    .new-stp {font-size:15px;}
}

/* - MAX 800px --- */

@media(max-width:799px) {
a.maybes {
    font-size: 16px;
}
}



/* -- MIN 768px --- */

@media(min-width:768px){.product-detail-image {
    width: 500px;
    margin: auto;
}
    .mob-solo {display:none;}}

/* --- MAX 767px --- */

@media(max-width:767px) {
    .product-list.detail {
    border: 0px;
}
.mob-solo {
    text-align: center;
    padding: 10px 10px 10px 0px;
    border: 1px solid #ccc;
}
    .product-detail-image {
    margin-top: 30px;
    margin-bottom: 30px;
}
    .property-value select#product_avail {
    width: 100%;
}
    button.btn.btn-buy.button.btn-details.main-button.preadds.add-to-cart-button {
    box-shadow: none!important;
    background: #fe7b1b;
}
    .col-sm-10.property-value select#po1150 {
    width: 100%;
}
    .page-type-product .options {
    background: #fff;
    box-shadow: 0px 0px 10px 0px #e2e2e2;
    border-radius: 4px;
}
    .subcategories-header.hidden-xs {
		display: block!important;
	}
ol.breadcrumb li:nth-child(4) {
    display: none;
}
    ol.breadcrumb {
    margin: 5px 0px 5px 0px;
    font-weight: 500;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #d4d4d4;
}
    body .wrapper-search {
    background: #f7f7f7;
    padding: 5px 0px 6px 0px;
}
	.category-subcategories .subcategories .subcategories-footer h2 {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 18px!important;
		font-weight: 600!important;
	}
	.subcategories-content {
		display: block;
		padding: 0px!important;
	}
	.subcategories-header.hidden-xs {
		display: block!important;
	}
	.category-subcategories .subcategories {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.blue-abd {
		background: #245b80!important;
		color: #fff;
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	.container.mobsy {    
		padding: 0px!important;
	}
	
	body .wsdownmenu {
		padding-top : 0px !important;
        border:none!important;
	}
	
	.wsdownmenu .wsdownmenu-animated-arrow,
	.wsdownmenu .wsdownmenu-text {
		display:none !important;
	}
	
	.wsdownmenu-animated-arrow {
		width: 15%;
	}
	
    /* --- PRODUCT PAGE TABS / DESCRIPTION / REVIEWS / TECHY STUFF / DELIVERY --- */
    
    .page-type-product li.active a {
    background: #3d8ec5;
    color: #fff;
    border-radius: 0px;
}
body .nav-tabs li.active a {
    background: #3d8ec5!important;
    color: #fff!important;
}
.nav-tabs-details li {
    width: 100%;
}
	
}

/* --- MIN 601px --- */

@media(min-width:601px) {
    img.ie-edge-fix {
    max-width: 50%;
}
.flex-two {
    display: flex;
}}

/* --- MAX 600px --- */

@media(max-width:600px) {
    .the-product-table ul {
    list-style: none;
    columns: 1;
    text-align: center;
    padding-left: 0px;
}
    .row.mob-uniform .col-md-4 {
    display: block;
    margin: 0px 0px 20px 0px;
}
    .row.mob-uniform .col-md-4 img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}
    body .new-stat-gal img {
    display: block;
    margin: auto;
    padding-bottom: 10px;
}
    table.sp-stat th {
    font-size: 11px;
}
    table.sp-stat strong {
    font-size: 11px;
}
}

/* --- MIN 481px and beyond --- */
@media(min-width:481px){
.canbus-score span {
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    border: 3px dashed #b5dcb5;
}
}

/* --- MIN 481px MAX 991px --- */

@media(min-width:481px) and (max-width:991px) {
    .new-stp{font-size:18px;}
 .page-type-catalog .col-xs-6.col-md-3.options {
    width: 100%;
    text-align: center;
     padding-bottom: 0px;
}
.page-type-catalog .btn.btn-buy {
    background: #ff9933;
    font-size: 20px;
    padding: 20px;
}
    .page-type-catalog .product-list .options .price {
    font-size: 40px;
}
    .page-type-catalog .price-details {
    padding: 0px;
}
    .page-type-catalog select {
    width: 100px;
    padding: 5px;
    font-size: 15px;
}
    .page-type-catalog a.btn.btn-default.btn-details {
    width: 100%;
    font-size: 20px;
}
    .page-type-catalog table.acr-container tr {
    display: block;
}
    .page-type-catalog td.comment {
    display: block;
}
    .page-type-finder .offer-plus {
    margin-top: 20px;
}
.page-type-catalog .product-finder select {
    max-width: 300px!important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}}

/* --- Max 450px --- */

@media(max-width:450px) {
        .new-stp{font-size:18px;}
    .new-st img {margin-bottom: 0px;}
    .page-type-product .acr-container tr {
    display: block;
}
    .page-type-product td.comment {
    display: block;
    width: 100%;
    position: relative;
    clear: both;
}
    #abd_static_page ul {
    padding-left: 0px;
}

#abd_static_page li {
    padding: 5px;
}
    .page-type-pages span.label.label-primary {
    display: block;
}
.panel-body a {
    padding: 0px!important;
    display: block;
}}

/* --- Max 400px --- */

@media(max-width:400px) {
    table.techystuff.table.table-striped tr {
    border: 1px solid #ccc!important;
}

table.techystuff.table.table-striped td {
    width: 100%!important;
    display: inline-block!important;
    border: 0px!important;
}
span#txt_delivery_tab iframe {
    width: 100%;
    max-width: 100%;
}
.cart, .toggle {
    float: left;
}}


/* ALL SIZES */

h4.modal-title {
    color: #000;
}

.car-list-item {
    display: block;
    background: #f7f7f7;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}
.modal-content {
    min-height: 400px;
}

.swiper-slide {
    border: 1px solid #ccc;
    text-align: center;
}

.swiper-container {
    margin-top: 30px;
}

.mb-between.second-set {
    background: #3d8ec5;
    padding: 10px;
    border-radius: 5px;
}
.second-set table {
    background: #fff;
}
.second-set h2 {
    color: #fff;
}
.mb-between h2 {
    font-size: 30px;
    text-decoration: underline;
}
.second-set p {
    color: #fff;
}
.second-set table p {
    color: #555;
}
.main-breaker {
    margin-top: 20px;
}


.sale-section li:hover a {
    color: #1b1b1b;
}

.sale-section li:hover {
    background: #fff;
}
.sale-section li a {
    color: #fec104;
    font-weight: 500;
}
.sale-section li {
    background:#282828;
    border: 1px solid #ccc;
    padding: 10px 0px 10px 0px;
    transition: ease-in-out all 0.2s;
}

    .nsb-main {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

span#lbl_add_to_cart:before {
    content: "\f0fe";
    font-family: "FontAwesome";
    padding-right: 10px;
}
button.btn.btn-buy.btn-block.button.main-button.add-to-cart-button:before {
    content: "\f0fe";
    font-family: "FontAwesome";
    padding-right: 10px;
}
.btn.btn-buy {
    box-shadow: inset 0px 0px 0px 7px #eee;
    transition: ease-in-out all 0.3s;
}
button.btn.btn-buy.button.btn-details.main-button.add-to-cart-button:before {
      content: "\f0fe";
    font-family: "FontAwesome";
    padding-right: 10px;  
}
a.btn.btn-buy.btn-block.button.main-button.add-to-cart-button:before {
    content: "\f0fe";
    font-family: "FontAwesome";
    padding-right: 10px;
}

span.glyphicon.glyphicon-shopping-cart.buy {
    display: none!important;
}
span#lbl_product_quick_view:before {
    content: "\f0fe";
    font-family: "FontAwesome";
    padding-right: 10px;
}

.nsb-main img {
    max-width: 1140px;
    height:auto;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;

}

.welcome-main-text a {
    font-weight: 900;
    color: #1c5c88!important;
}

ul.three-image-row {
    list-style: none;
}
 ul.three-image-row {
    columns: 3 200px;
}
div#abd_description {
    font-size: 16px;
    color: #282828;
    line-height: 26px;
}
h2.h-philips, h3.h-philips {
    color: #00679d;
    font-weight: 100;
    padding: 0px 0px 10px 0px;
    font-size: 25px;
}

.the-product-table li {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.the-product-table li img {
    max-height: 200px;
}
.footer-bottom a {
    color: #282828!important;
    font-weight: bold;
}
.blog-info-bar .news-header {
    background-color: #245b80!important;
}
.btn.btn-default.btn-abd {
    background: #245b80!important;
}
.btn.btn-buy:hover {
    transition: ease-in-out all 0.2s;
    opacity: 0.8;
    box-shadow: inset 0px 0px 0px 10px #eee;
}

.jumbotron {
    background-image: url(/sales/apr/car-bulb-finder-abd.jpg)!important;
}
.blog-info-bar .reviews-content a {
    background-color: #282828!important;
    background-image: url(/skin/abd_bootstrap/images/abd-reviews.jpg)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
}
ul.wiper-car-list li {
    padding: 10px 0px 10px 0px;
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 0 2px #b3cee8;
    font-weight: 600;
}
ul.wiper-car-list {
    list-style: none;
    columns: 3;
    background: #f5f8fa;
    padding: 10px 10px 10px 10px;
}
ul.wiper-car-list li:hover {
    transition: ease-in-out all 0.2s;
    background: #f7f7f7;
}
div#opc_coupon {
    display: none;
}

.mobile-ssx .product-finder-category.finder {
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
}

.mobile-ssx input.reg-input.form-control.input-lg {
    padding: 6px 0px 0px 50px;
}

.mobile-ssx button.capsule-tab.btn.btn-default {
    font-size: 12px;
}

div#top-message span.glyphicon.glyphicon-remove {
    float: right;
    background: #fff;
    padding: 5px;
    border-radius: 50px;
    color: #245b80;
    top: -3px;
    border: 1px dashed #245b80;
    cursor:pointer;
}

.box.ui-corner-bottom.message-e.alert.alert-danger {
    background: #802424;
    border: 1px dashed #fff;

    color: #fff;
}

li.quick-re-order a {
    color: #000!important;
    font-weight: 600;
}

li.quick-re-order {
    background: #fff;
    border-radius: 3px;
}

.new-st a{background: #245b80; display: block; text-align: center;font-size: 20px; color: #fff;}
p.new-stp a {background: none;}
p.new-stp {display: block; background: #333; color: #fff; text-align: center; padding: 10px 0px 10px 0px;}

.wrapper-search {
    background: #ffffff;
    padding: 5px 0px 6px 0px;
}
span.style-test {
    color: #000000!important;
}

/* --- Responsive Table --- */

table.up-do {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.up-do caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.up-do tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.up-do th,
table.up-do td {
  padding: .625em;
  text-align: center;
}

table.up-do th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
	    background: #f1f1f1;
}
table.up-do tr {
    padding: 10px 0px 10px 0px;
}
table.up-do td:nth-child(even) {
    background: #fff;
}
table.up-do th:nth-child(even) {background:#fff;}
@media screen and (max-width: 600px) {
  table.up-do {
    border: 0;
  }

  table.up-do caption {
    font-size: 1.3em;
  }
  
  table.up-do thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.up-do tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.up-do td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.up-do td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.up-do td:last-child {
    border-bottom: 0;
  }}


.main-divider h2 {
    color: #0b4871;
    font-size: 30px;
}
.main-divider {
    background: #a9dcff;
    padding: 10px 0px 20px 0px;
    text-align: center;
    margin: 50px 0px 50px 0px;
}

.the-question {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0px #c3c3c3;
    margin-top: 25px;
    padding: 20px 50px 20px 50px;
}
.the-question h3 {
    color: #0b4871;
}
.full-div {
    width: 100%;
}

table.table.table-condensed.checkout-shippings td {
    vertical-align: middle;
}
    .well.opc-section-container {
    background: #fff;
    border: 0px;
    box-shadow: 0px 0px 10px 0px #dedede;
    border-radius: 0px;
    margin: 40px 0px 40px 0px;
}
    .address-line:nth-child(1) {
    color: #337ab7;
    text-decoration: underline;
}
span.shipping-time {
    color: #000000;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
    margin-top: 5px;
    display: block;
    font-weight: 500;
    width: 100%;
}
table.table.table-condensed.checkout-shippings tr:nth-child(even) {
    background: #f7f7f7;
}
.wbp-new a {
    font-weight: 900;
}
.wbp-new p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #292929;
}
.wbp-new h2, .wbp-new h3 {
    border-left: 5px solid #3d8ec5;
    padding-left: 15px;
    color: #000;
}
.wbp-new h2 {font-size:25px;}
.wbp-new h3 {font-size:22px;}

.splitzy.facts-model p {
background: #e1f6fb;
    max-width: 550px;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin: 20px 0px 20px 0px;
    font-size: 18px;
}
.splitzy.facts-model {
    text-align: center;
}
img.wikiimage {
    max-width: 550px;
    width:100%;
}
.splitzy:nth-child(odd) {
    padding: 0px 40px 40px 40px;
    font-size: 16px;
    line-height: 28px;
}
.splitzy.knowlse {
    padding: 0px 40px 40px 40px;
    font-size: 16px;
    line-height: 28px;
}
.the-mainusp {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background: #fff4d4;
    padding: 30px 30px 20px 30px;
    margin: 0px 0px 40px 0px;
    box-shadow: 10px 10px 10px 0px #ccc;
}
p.wikiattr a {
    color: #000;
}
p.wikiattr {
    background: transparent!important;
    margin: 0px!important;
    font-size: 12px!important;
    font-weight: 600;
}
.splitzy h3,.splitzy h2 {
    font-size: 20px;
    border-left: 10px solid #6ea7b5;
    padding-left: 10px;
    color: #23353a;
    font-weight: 600;
    margin: 30px 0px 20px 10px;
}
.splitzy strong {
    color: #23353a;
}
.splitzy:nth-child h2 {
    padding-left: 20px;
    margin-left: 10px;
    border-left: solid 10px #6ea7b5;
}

ul.child-links li {
    width: 100%;
    display: inline-block;
    margin: 10px 10px 10px 10px;
}
ul.child-links a {
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    border-radius: 5px;
    color: #00263c;
    border: 1px solid #ccc;
    box-shadow: inset 0px 0px 0px 0px #000;
    font-weight: 600;
}

ul.child-links {
    list-style: none;
    padding: 0px;
}
.top-suggest {
    border: 1px solid #6ea7b5;
    padding: 10px 40px 10px 40px;
    margin-top: 20px;
}
.top-suggest h3 {
    color: #000;
}
body ul.nuwho li.upg8de {
    column-count: 1!important;
    display: block!important;
    -webkit-column-count: 1!important;
    -moz-column-count: 1!important;
}
li.upg8de {
    padding: 5px 0px 5px 0px;
}
.outbreak {
    text-align: center;
    padding: 10px;
    border: 1px solid #cc0808;
}
.main-int {
    text-align: center;
}

.canbus-score {
    padding: 30px 50px 30px 50px;
    width: 100%;
    max-width: 700px;
    background: #eaffea;
    border: 4px dashed #b5dcb5;
}
.canbus-score h3 {
    font-size: 30px;
    text-transform: uppercase;
}

.canbus-score p {
    padding-top: 10px;
}

/* --- FAQ Accordion --- */

.faqaccordion {
    margin: auto;
    max-width: 580px;
}
.faqaccordion h2 span {
    display: block;
    padding: 10px;
}

.faqaccordion h2 {
    text-align: center;
    color: #3a8cc2;
}
.faqaccordion p {
    color: #000;
    font-size: 15px;
    line-height: 26px;
}
.toggleit {
  display: none;
}

.faq-option {
  position: relative;
  margin-bottom: 1em;
}

.faq-title, .faqcontent {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

.faq-title {
    background: #fff;
    padding: 15px 0px 15px 30px;
    display: block;
    color: #3d8ec5;
    font-weight:600;
}
.faq-title:after, .faq-title:before {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #398ac0;
  transition: all 0.2s;
}

.new-stat-gal h4 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #3c8dc4;
    border-bottom: 4px dashed #3685ba;
    margin-bottom: 21px;
    padding-bottom: 7px;
}

.faq-title:after { transform: rotate(90deg); }

label.faq-title {
    border: 1px solid #3d8ec5;
}

.faqcontent {
    max-height: 0;
    overflow: hidden;
  background-color: #fbfbfb;
    padding: 0px 30px 0px 30px;
}

  .toggleit:checked .faq-title,
  .toggleit:checked .faq-title + .faqcontent {
    box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;
  }
.toggleit:checked + .faq-title + .faqcontent {
    max-height: 1500px;
    padding: 30px 30px 20px 30px;
    box-shadow: 0px 0px 10px 0px #dedede;
}
.red-warn {
    background: #f5e4e4;
    padding: 20px 20px 10px 20px;
    border: 1px dashed #ffb0b0;
}

.green-warn {
    background: #e4f5e6;
    padding: 20px 20px 10px 20px;
    border: 1px dashed #b0fff0;
    margin: 10px 0px 20px 0px;
}
ul.no-style {list-style:none;}
ul.no-style li {
    font-size: 16px;
    color: #000;
    padding: 6px 0px 4px 0px;
    font-weight: 400;
}
span.faq-blue {color:#398ac0; font-weight:600;}
.faq-spacer {
    padding: 30px 0px 30px 0px;
}
a.hr-gal {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding-top: 10px;
}

.the-question p {
    font-size: 18px;
    line-height: 33px;
}

.flex-hold {
    width: 100%;
    display: block;
    position: relative;
    max-width: 1170px;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 15px;
}
.in-flex {
    padding: 3px;
}
.in-flex img {
    width: 100%;
}
a.in-trd {
    font-weight: 500;
    background: #3c8ec5;
    color: #fff;
    border-color: #3c8ec5;
    display: block;
    max-width: 300px;
    margin: auto;
    text-align: center;
    padding: 10px 20px 10px 20px;
}
td.shipping-name .red-warn {
    padding: 2px 2px 2px 2px;
    text-align: center;
    font-weight: 400;
    color: #c50000;
    background: none;
}
.st-btn a {
    display: block;
    text-align: center;
    background: #ffc2b0;
    color: #000;
    width: 50%;
    padding: 10px;
    border-radius: 10px;
    margin: auto;
    border: 1px dashed #e06d47;
    transition: ease-in-out all 0.2s;
}
.st-btn a:hover {
    background: #ecffb0;
    border-color: #48b71b;
transition: ease-in-out all 0.2s;
}

/* juxtapose - v1.2.2 - 2020-09-03
 * Copyright (c) 2020 Alex Duner and Northwestern University Knight Lab
 */
div.juxtapose {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

div.jx-slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: #f3f3f3;
}


div.jx-handle {
	position: absolute;
	height: 100%;
	width: 40px;
	cursor: col-resize;
	z-index: 15;
	margin-left: -20px;
}

.vertical div.jx-handle {
	height: 40px;
	width: 100%;
	cursor: row-resize;
	margin-top: -20px;
	margin-left: 0;
}

div.jx-control {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 3px;
	background-color: currentColor;
}

.vertical div.jx-control {
	height: 3px;
	width: 100%;
	background-color: currentColor;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

div.jx-controller {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 60px;
	width: 9px;
	margin-left: -3px;
	background-color: currentColor;
}

.vertical div.jx-controller {
	height: 9px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	top: -3px;
	position: relative;
}

div.jx-arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	transition: all .2s ease;
}

.vertical div.jx-arrow {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	transition: all .2s ease;
}


div.jx-arrow.jx-left {
	left: 2px;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent currentColor transparent transparent;
}

div.jx-arrow.jx-right {
	right: 2px;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent currentColor;
}

.vertical div.jx-arrow.jx-left {
	left: 0px;
	top: 2px;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	border-color: transparent transparent currentColor transparent;
}

.vertical div.jx-arrow.jx-right {
	right: 0px;
	top: auto;
	bottom: 2px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: currentColor transparent transparent transparent;
}

div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
	left: -1px;
}

div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {
	right: -1px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
	left: 0px;
	top: 0px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
	right: 0px;
	bottom: 0px;
}


div.jx-image {
	position: absolute;
	height: 100%;
	display: inline-block;
	top: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.vertical div.jx-image {
	width: 100%;
	left: 0;
	top: auto;
}

div.jx-image img {
	height: 100%;
	width: auto;
	z-index: 5;
	position: absolute;
	margin-bottom: 0;

	max-height: none;
	max-width: none;
	max-height: initial;
	max-width: initial;
}

.vertical div.jx-image img {
	height: auto;
	width: 100%;
}

div.jx-image.jx-left {
	left: 0;
	background-position: left;
}

div.jx-image.jx-left img {
	left: 0;
}

div.jx-image.jx-right {
	right: 0;
	background-position: right;
}

div.jx-image.jx-right img {
	right: 0;
	bottom: 0;
}


.veritcal div.jx-image.jx-left {
	top: 0;
	background-position: top;
}

.veritcal div.jx-image.jx-left img {
	top: 0;
}

.vertical div.jx-image.jx-right {
	bottom: 0;
	background-position: bottom;
}

.veritcal div.jx-image.jx-right img {
	bottom: 0;
}


div.jx-image div.jx-label {
	font-size: 1em;
	padding: .25em .75em;
	position: relative;
	display: inline-block;
	top: 0;
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.7);
	color: white;
	z-index: 10;
	white-space: nowrap;
	line-height: 18px;
	vertical-align: middle;
}

div.jx-image.jx-left div.jx-label {
	float: left;
	left: 0;
}

div.jx-image.jx-right div.jx-label {
	float: right;
	right: 0;
}

.vertical div.jx-image div.jx-label {
	display: table;
	position: absolute;
}

.vertical div.jx-image.jx-right div.jx-label {
	left: 0;
	bottom: 0;
	top: auto;
}

div.jx-credit {
	line-height: 1.1;
	font-size: 0.75em;
}

div.jx-credit em {
	font-weight: bold;
	font-style: normal;
}


/* Animation */

div.jx-image.transition {
	transition: width .5s ease;
}

div.jx-handle.transition {
	transition: left .5s ease;
}

.vertical div.jx-image.transition {
	transition: height .5s ease;
}

.vertical div.jx-handle.transition {
	transition: top .5s ease;
}

/* Knight Lab Credit */
a.jx-knightlab {
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.25);
	bottom: 0;
	display: table;
	height: 14px;
	line-height: 14px;
	padding: 1px 4px 1px 5px;
	position: absolute;
	right: 0;
	text-decoration: none;
	z-index: 10;
}

a.jx-knightlab div.knightlab-logo {
	display: inline-block;
	vertical-align: middle;
	height: 8px;
	width: 8px;
	background-color: #c34528;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: -1.25px;
	position: relative;
	cursor: pointer;
}

a.jx-knightlab:hover {
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.35);
}
a.jx-knightlab:hover div.knightlab-logo {
	background-color: #ce4d28;
}

a.jx-knightlab span.juxtapose-name {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: white;
	font-size: 10px;
	padding-left: 0.375em;
	vertical-align: middle;
	line-height: normal;
	text-shadow: none;
}

/* keyboard accessibility */
div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
	background: #eae34a;
	color: #000;
}
a.jx-knightlab:focus span.juxtapose-name{
	color: #000;
	border: none;
}

.mid-ranger {
    display: block;
    max-width: 300px;
    max-height: 300px;
    height: 100%;
    margin: auto;
}
.page-type-help .col-md-12 .content {
    background: #d7f7ca;
    text-align: center;
    padding: 30px 10px 30px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}


