/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/


/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

@media (min-width: 992px) and (max-width: 1035px) {
	.hidetext {
	display: none;
	}
}


.boxheadline {
    background-color:#ebebd6; 
    padding: 10px 0 10px 50px; 
    border: 1px solid #ccc; 
    color: #373c4d; 
    font-weight:bold; 
    font-size:18px;}

.rsLink {
    left:0;
    top:0;
    position:absolute;
    width:100%;
    height:100%;
    display:block;  
    z-index: 20;
    background: transparent;
    -webkit-backface-visibility: hidden;
}


.issue-image {
    width: 30%;
}

@media (max-width: 690px) {
    .issue-image {
        width: 50%;
}
}

/*Banner Ads*/

.text-on-banner-regular {
    font-family: Arial; 
    font-size: 6vw; 
    font-weight: bold; 
    position: absolute; 
    margin-top: -27.1%; 
    color: #fff; 
    margin-left: 5%; 
    text-shadow: -2px 2px #555;
}

.text-on-banner-small {
    font-family: Arial; 
    font-size: 8vw; 
    font-weight: bold; 
    position: absolute; 
    margin-top: -27.1%; 
    color: #fff; 
    margin-left: 5%; 
    text-shadow: -1px 1px #555;
}

.text-on-banner-regular-bottom {
    font-family: Arial; 
    font-size: 6vw; 
    font-weight: bold; 
    position: absolute; 
    margin-top: -7.2%; 
    color: #fff; 
    margin-left: 5%; 
}

.text-on-banner-small-bottom {
    font-family: Arial; 
    font-size: 8vw; 
    font-weight: bold; 
    position: absolute; 
    margin-top: -9.5%; 
    color: #fff; 
    margin-left: 5%; 
}

/*Search formatting*/
.bcs-results-div {
    overflow:hidden;
}

.bluelink {
    color:#0072bc;
}

/*Tract Cases*/

.tract-case-head-container {
    position: relative; 
    width: 100%;
}

.tract-case-text-placement {
    position: absolute; 
    bottom: 35%; 
    left: 0; 
    font-size: 100px; 
    margin-left: 15%; 
    line-height: 1em;
    color: #303030;
    
}

@media (min-width: 1084px) and (max-width: 1435px) {
    .tract-case-text-placement {
        position: absolute; 
        bottom: 18%; 
        left: 0; 
        font-size: 5.25em; 
        margin-left: 3%; 
        line-height: 1em;
   }

}

@media (min-width: 768px) and (max-width: 1083px) {
    .tract-case-text-placement {
        position: absolute; 
        bottom: 30%; 
        left: 0; 
        font-size: 3.85em; 
        margin-left: 3%; 
        line-height: 1em;
   }

}



.tract-case-text-placement-smalltext {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight:400;
}

.tract-case-text-placement-largetext {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight:900;
}


.centered-tract-cases-title {
      z-index: 100;
  position: absolute;
  color: black;
  font-size: 24px;
  font-weight: bold;
  left: 150px;
  top: 350px;
}


/*Font Sizes*/
.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

@media (min-width: 992px) {
    .form-blue-bg {
        background-color: #d5e6f6;
    }
    .shadow {
        -webkit-box-shadow: 0 1px 5px 0 rgba(15, 15, 15, 0.25);
        -moz-box-shadow: 0 1px 5px 0 rgba(15, 15, 15, 0.25);
        box-shadow: 0 1px 5px 0 rgba(15, 15, 15, 0.25);
    }
}

.shadow-effect {
     -webkit-box-shadow: 0 0px 8px 3px rgba(15, 15, 15, 0.6);
     -moz-box-shadow: 0 0px 8px 3px rgba(15, 15, 15, 0.6);
      box-shadow: 0 0px 8px 3px rgba(15, 15, 15, 0.6);
}

/*Responsive Video Players*/

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;

}
.video-responsive iframe{
    left:15%;
    top:10%;
    height:70%;
    width:70%;
    position:absolute;
}

.youtube-caption {
   font-weight: bold;
margin-left: 15%;

}


.indent-text-db {
	margin-left: 5%;
}

.indent-text {
	margin-left: 3%;
}

.font-forteen {
	font-size: 14px;
}

.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
  color: #000;
  border: solid 1px transparent;
}

 .bg-color-light,
 .bg-color-paralight {
    width: 100%;
    height: auto;
    position: relative;
 }

 .bg-color-halloweenparalight {
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
}

@media (min-width: 992px) {
    .bg-color-light,
    .bg-color-paralight,
    .bg-color-halloweenparalight {
        padding: 50px 0;
    }
}

.bg-color-light:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(238,238,238,0.2);
}

.bg-color-paralight:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(238,238,238,0.9);
}

.bg-color-halloweenparalight:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.bg-color-paralight.testimonyblock {
    background: url(/images/information/signatures.jpg) repeat fixed;
}



.bg-color-halloweenparalight.halloweentestimonyblock {
    background: url(/images/halloween/stary-night.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.promolabel {
	text-align: center;
	color: #fff;
	background-color: #3787D7;
	padding: 4px;
	font-size: 16px;
}

.warninglabel {
	text-align: center;
	color: #8a6d3b;
	background-color: #fcf8e3;
	padding: 4px;
	font-size: 16px;
}

.dangerlabel {
	text-align: center;
	color: #fff;
	background-color: #c9253c;
	padding: 4px;
	font-size: 16px;
}

.portfolio-cover {
	-webkit-box-shadow: -16px 16px 35px 0px rgba(0,0,0,0.41);
	-moz-box-shadow: -16px 16px 35px 0px rgba(0,0,0,0.41);
	box-shadow: -16px 16px 35px 0px rgba(0,0,0,0.41);
}

.language-letter-title {
    border-bottom: 2px solid #85b5e6; 
    font-weight: bold; 
    font-size: 17px;
}

.language-list-ul{
    list-style: none; 
    padding: 0;
}

.language-list {
    display:block; 
    float:left; 
    padding-right:30px;
    padding-bottom: 20px;
    line-height: 22px;
}

.margin-top-40 {
	margin-top: 40px;
}

.pager li > a:hover,
.pager li > a:focus	{
	color: #fff;
	background: #9e0000;
	border-color: #660000;
}

@media (max-width: 991px) {
	.cart-item-list {
		width: 100%;
		border-top: 1px solid #959595;
		border-bottom: 1px solid #959595;
	}
}

@media (min-width: 992px){
	.cart-item-list {
		-webkit-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
		-moz-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
		box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	}
}

.cart-item-list{
	background-color: #ffffff;
}

.italic-font {
	font-style: italic;
	font-size: 12px;
}

#dividing-border {
	border-top: 1px solid #ccc;
}


.container.margin-top-20 .col-xs-12.margin-top-20.hidelargefilter .tract-ordering-column-1.col-md-6.col-md-offset-3 table {
}
#sky-form1 .container.margin-top-20 .col-xs-12.margin-top-20.hidelargefilter .tract-ordering-column-1.col-md-6.col-md-offset-3 table {
}



.order-option-white {
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	font-size: 16px;
}

.currenttitle {
	font-weight: bold;

}
.currenttitle-spacing {
	padding-top: 22px;
}
#quantity {
}




.currenttitle-spacing {

}

.tract-type-head {
	font-weight: bold;
	padding-bottom: 15px;
    text-decoration:underline;
}

.tract-column-subhead {
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.order-option-box .order-option-top-blue {
	background-color: #0072bc;
	color: #fff;
	padding: 4px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.order-option-box .order-option-top-black {
	background-color: #222222;
	color: #fff;
	padding: 4px;
	text-align: center;
	font-size: 16px;
}
.order-option-box.margin-top-20 .order-option-bottom {
	padding: 10px;
	background-color: #f7f7f7;
	font-size: 16px;
}
.order-option-box {
	padding: 0px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	font-size: 16px;
}
.tract-ordering-column {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	margin-right: 24px;
	background-color: #f7f7f7;
	width: 30%;
	padding: 15px;
	font-size: 16px;
}

.tract-ordering-column-1 {
	background-color: #f7f7f7;
	padding: 15px;
}

@media (min-width: 992px) {
.tract-ordering-column-1 {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	font-size: 16px;
    }
}

@media (max-width: 991px) {
.tract-ordering-column-1 {
	font-size: 14px;
    background-color: #fff;
    }
}

.tract-ordering-column-2 {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	margin-right: 24px;
	background-color: #f7f7f7;
	padding: 15px;
	font-size: 16px;
}



.gray-background {
    background-color: #f7f7f7;
}

.save40-larger {
	font-size: 14px;
}

.individual-cart-item {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	padding-bottom: 15px;
	padding-top: 15px;
}

.body-of-article {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	/* [disabled]padding-bottom: 15px; */
}

.cart-side-item {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(15, 15, 15, 0.75);
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
}
.cart-side-item.subtotal-side-bar {
	background-color: #f2f9f1;
}


.warningborder {
	border: 2px solid #faebcc;
}


.dangerborder {
	border: 2px solid #c9253c;
    background-color: #f2dede;
}


.promoborder {
	border: 2px solid #3787D7;
}


.importantmessage {
	border: 1px solid #333;
	text-align: center;
}

.filtertop {
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 16px;
	border-bottom: 1px solid #8b8b8b;
}

.tractpagenumber {
	text-align: center;
}

.blueorderbox .save40 {
	font-size: 16px;
	text-align: left;
}

.adspace .adtitle {
	
	text-align: center;
}
.adspace {
   /* background: url(/images/tractassortments/assortment-ad.png);
	padding: 25px;*/
}

.tractdescription {
	font-size: 15px;
}

.tracttitle {
	font-size: 20px;
	font-weight: bold;

}

.tractreadingprice {
	color: #c9253c;
	font-weight: bold;
}

.bclogo-blue {
	width: auto;
	/* [disabled]border-bottom-color: #333333; */
	/* [disabled]border-bottom-style: solid; */
	border-bottom-width: 3px;
	padding: 15px;
	color: #0066cc;
	background: -webkit-radial-gradient(50% 100%, farthest-corner, #00ccbb, #00998c); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(50% 100%, farthest-corner, #00ccbb, #00998c); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(50% 100%, farthest-corner, #00ccbb, #00998c); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-side at 50% 100%, #00ccbb, #00998c); /* Standard syntax (must be last) */
}


.bclogoverse-blue {
	font-size: 16px;
	color: #0066cc;
	padding: 15px;
	border-bottom: 2px solid #ccc;
}

.bclogo-red {
	width: auto;
	/* [disabled]border-bottom-color: #333333; */
	/* [disabled]border-bottom-style: solid; */
	border-bottom-width: 3px;
	padding: 15px;
	color: #a00000;
	background: -webkit-radial-gradient(50% 100%, farthest-corner, #c66666, #a00000); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(50% 100%, farthest-corner, #c66666, #a00000); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(50% 100%, farthest-corner, #c66666, #a00000); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-side at 50% 100%, #c66666, #a00000); /* Standard syntax (must be last) */
}

.bclogoverse-red {
	font-size: 16px;
	color: #a00000;
	padding: 15px;
	border-bottom: 2px solid #ccc;
}

.bclogo-green {
	width: auto;
	/* [disabled]border-bottom-color: #333333; */
	/* [disabled]border-bottom-style: solid; */
	border-bottom-width: 3px;
	padding: 15px;
	color: #4caf50;
	background: -webkit-radial-gradient(50% 100%, farthest-corner, #93cf96, #4caf50); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(50% 100%, farthest-corner, #93cf96, #4caf50); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(50% 100%, farthest-corner, #93cf96, #4caf50); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-side at 50% 100%, #93cf96, #4caf50); /* Standard syntax (must be last) */
}

.bclogoverse-green {
	font-size: 16px;
	color: #4caf50;
	padding: 15px;
	border-bottom: 2px solid #ccc;
}

.bclogo-orange {
	width: auto;
	/* [disabled]border-bottom-color: #333333; */
	/* [disabled]border-bottom-style: solid; */
	border-bottom-width: 3px;
	padding: 15px;
	color: #ff5722;
	background: -webkit-radial-gradient(50% 100%, farthest-corner, #ff9a7a, #ff5722); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(50% 100%, farthest-corner, #ff9a7a, #ff5722); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(50% 100%, farthest-corner, #ff9a7a, #ff5722); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-side at 50% 100%, #ff9a7a, #ff5722); /* Standard syntax (must be last) */
}

.bclogoverse-orange {
	font-size: 16px;
	color: #ff5722;
	padding: 15px;
	border-bottom: 2px solid #ccc;
}

.bclogo-brown {
	width: auto;
	/* [disabled]border-bottom-color: #333333; */
	/* [disabled]border-bottom-style: solid; */
	border-bottom-width: 3px;
	padding: 15px;
	color: #674227;
	background: -webkit-radial-gradient(50% 100%, farthest-corner, #a38d7d, #674227); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(50% 100%, farthest-corner, #a38d7d, #674227); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(50% 100%, farthest-corner, #a38d7d, #674227); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-side at 50% 100%, #a38d7d, #674227); /* Standard syntax (must be last) */
}

.bclogoverse-brown {
	font-size: 16px;
	color: #674227;
	padding: 15px;
	border-bottom: 2px solid #ccc;
}

.bclogo-purple {
	width: auto;
	/* [disabled]border-bottom-color: #333333; */
	/* [disabled]border-bottom-style: solid; */
	border-bottom-width: 3px;
	padding: 15px;
	color: #673ab7;
	background: -webkit-radial-gradient(50% 100%, farthest-corner, #a388d3, #673ab7); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(50% 100%, farthest-corner, #a388d3, #673ab7); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(50% 100%, farthest-corner, #a388d3, #673ab7); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-side at 50% 100%, #a388d3, #673ab7); /* Standard syntax (must be last) */
}

.bclogoverse-purple {
	font-size: 16px;
	color: #673ab7;
	padding: 15px;
	border-bottom: 2px solid #ccc;
}

.bclogo {
	width: auto;
	/* [disabled]border-bottom-color: #333333; */
	/* [disabled]border-bottom-style: solid; */
	border-bottom-width: 3px;
	padding: 15px;
	color: #0066cc;
	background-color: #0066cc
}	

.battle-cry-heading {
		background-color: #9ac2ea;
	}

.issue-date {
		color: #fff;
}

.bc-logo,
.pager {
	padding-top: 0px;
	padding-bottom: 0px;
}

.h3producttype {
	font-size: 28px;
	font-weight: bold;
}


.h3producttypesmall {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}





.filterresponsebackground {
	background-color: #fff;
	padding: 10px;
	width: 96%;
	margin-left: 2%;
	border: 1px solid #000;
}

.filterresponsebackgroundlarge {
	background-color: #fff;
	
}

.shippingcost {
	font-weight: bold;
	color: #c9253c;
	font-size: 15px;
}


.stepfuturetext {
	color: #c8c8c8;
}


.col-xs-12.margin-bottom-10 .col-xs-4 center {
}
.shippingmethod {
	font-weight: bold;
	font-size: 15px;
}


.checkoutprogression {
	border: 1px solid #555;

}

.shipperaddressblock {
	border: 1px solid #8d8d8d;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #555;
}

.addressblock {
	border-left-color: #8d8d8d;
	border-right-color: #8d8d8d;
	border-bottom-color: #8d8d8d;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 16px;
	font-size: 16px;
	color: #555;
}

.languagelistblock {
	border-left-color: #8d8d8d;
	border-right-color: #8d8d8d;
	border-bottom-color: #8d8d8d;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding-left: 16px;
    padding-right: 16px;
    padding-top: 15px;
	font-size: 16px;
	color: #555;
}

/*.addressblock.gray {
	background-color: #eee;
}*/

.addressblock.green {
	background-color: #dff0d8;
}

.languagelistblock.red {
	background-color: #f2dede;
}

.addressblock-light {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 16px;
	font-size: 16px;
	color: #555;
}

.shippingblock {
	border: 1px solid #8d8d8d;
	padding: 16px;
	font-size: 14px;
	color: #555;
}

.whiteshippingblock {
	border-top: 1px solid #8d8d8d;
	border-left: 1px solid #8d8d8d;
	border-right: 1px solid #8d8d8d;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #555;
}

.whiteblock {
	border-top: 1px solid #8d8d8d;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
	font-size: 14px;
	color: #555;
}

.whitecartblock {
	border-top: 1px solid #8d8d8d;
	border-left: 1px solid #8d8d8d;
	border-right: 1px solid #8d8d8d;
	padding: 10px 0 0 0;
	font-size: 16px;
	color: #555;
}

.whiteshippingblockend {
	border: 1px solid #8d8d8d;
	padding: 5px;
	font-size: 14px;
	color: #555;
}

.whiteblockend {
	padding: 5px;
	font-size: 14px;
	color: #555;
}

.whitecartblockend {
	border: 1px solid #8d8d8d;
	padding: 10px 0 0 0;
	font-size: 16px;
	color: #555;
}

.grayshippingblock {
	border-top: 1px solid #8d8d8d;
	border-left: 1px solid #8d8d8d;
	border-right: 1px solid #8d8d8d;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #555;
	background-color: #eee;
}

.grayblock {
	border-top: 1px solid #8d8d8d;
    padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
	font-size: 14px;
	color: #555;
	background-color: #f5f5f5;
}

.graycartblock {
	border-top: 1px solid #8d8d8d;
	border-left: 1px solid #8d8d8d;
	border-right: 1px solid #8d8d8d;
	padding: 10px 0 0 0;
	font-size: 16px;
	color: #555;
	background-color: #eee;
}

.grayshippingblockend {
	border: 1px solid #8d8d8d;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #555;
	background-color: #eee;
}

.grayblockend {
	border-top: 1px solid #8d8d8d;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #555;
	background-color: #f5f5f5;
}

.graycartblockend {
	border: 1px solid #8d8d8d;
	padding: 10px 0 0 0;
	font-size: 16px;
	color: #555;
	background-color: #eee;
}

.bestrateblock {
	border: 1px solid #8d8d8d;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #555;
	background-color: #edf4e2;
}

.checkoutstepsblock {
	border-left: 1px solid #407d35;
	border-right: 1px solid #407d35;
	border-bottom: 1px solid #407d35;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #555;
}

.tract-discount-body {
	border-left: 1px solid #407d35;
	border-right: 1px solid #407d35;
	border-bottom: 1px solid #407d35;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #555;
}

.tract-multiple-body {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	color: #555;
}

.book-discount-body {
	border-left: 1px solid #e84c3d;
	border-right: 1px solid #e84c3d;
	border-bottom: 1px solid #e84c3d;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #555;
}
.comic-discount-body {
	border-left: 1px solid #FAAF0F;
	border-right: 1px solid #FAAF0F;
	border-bottom: 1px solid #FAAF0F;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #555;
}
.video-discount-body {
	border-left: 1px solid #0099cc;
	border-right: 1px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #555;
}
.mini-books-discount-body {
	border-left: 1px solid #616261;
	border-right: 1px solid #616261;
	border-bottom: 1px solid #616261;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #555;
}
.scripture-portions-discount-body {
	border-left: 1px solid #8C2894;
	border-right: 1px solid #8C2894;
	border-bottom: 1px solid #8C2894;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #555;
}
.bibles-discount-body {
	border-left: 1px solid #684046;
	border-right: 1px solid #684046;
	border-bottom: 1px solid #684046;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #555;
}

.cartsummary {
	border-left: 1px solid #798E8D;
	border-right: 1px solid #798E8D;
	border-bottom: 1px solid #798E8D;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 2px;
	font-size: 16px;
	color: #555;
}

.cartsubtotalsummary {
	border-left: 1px solid #8d8d8d;
	border-right: 1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 2px;
	font-size: 16px;
	color: #555;
}

.headlineblock {
	padding-top: 16px;
	padding-right: 35px;
	padding-left: 16px;
	padding-bottom: 16px;
	font-weight: bold;
	border: 1px solid #8d8d8d;
	background-color: #ddd;
	font-size: 16px;
	color: #555;
}

.headlineblock-blue {
	padding-top: 16px;
	padding-right: 35px;
	padding-left: 16px;
	padding-bottom: 16px;
	font-weight: bold;
	border: 1px solid #8d8d8d;
	background-color: #daecf6;
	font-size: 16px;
	color: #555;
}

.headlineblock.blue {
	padding-top: 16px;
	padding-right: 35px;
	padding-left: 16px;
	padding-bottom: 16px;
	font-weight: bold;
	border: 1px solid #8d8d8d;
	background-color: #c2daf2;
	font-size: 16px;
	color: #555;
}

.headlineblocksidebar {
	padding-top: 16px;
	padding-right: 35px;
	padding-left: 16px;
	padding-bottom: 16px;
	font-weight: bold;
	border: 1px solid #8d8d8d;
	background-color: #579ADD;
	font-size: 16px;
	color: #fff;
    text-align: center;
}

.languageheadlineblock {
	padding-top: 10px;
	padding-right: 35px;
	padding-left: 16px;
	padding-bottom: 10px;
	font-weight: bold;
	border: 1px solid #8d8d8d;
	background-color: #ddd;
	font-size: 16px;
	color: #555;
}

.checkoutheadblock {
	padding-top: 8px;
	padding-right: 35px;
	padding-left: 16px;
	padding-bottom: 5px;
	border: 1px solid #407d35;
	background-color: #407d35;
	font-size: 18px;
	color: #fff;
}

.cartsummaryheadblock {
	padding-top: 8px;
	padding-right: 35px;
	padding-left: 16px;
	padding-bottom: 5px;
	border: 1px solid #798E8D;
	background-color: #798E8D;
	font-size: 18px;
	color: #fff;
}

.cartsubtotalheadblock {
	padding-top: 8px;
	padding-right: 35px;
	padding-left: 16px;
	padding-bottom: 5px;
	border: 1px solid #8d8d8d;
	background-color: #E1EEFF;
	font-size: 18px;
	color: #000000;
}

.addressbox {
	border-bottom: 1px solid #b7b7b7;
}




/*Tract Reading Page*/

#tractcover {
	width: 60%;
	margin-left: 20%;
}


/*Border Wings*/
.border-wings {
	text-align: center;
}
.promo-code {
	margin-top: 10px;
	text-align: center;
}
.cart-top-subtotal {
	font-size: 17px;
}



@media (min-width: 992px) {
	.registerbox {
	-webkit-box-shadow: 0 0 5px #a8a8a8;
	box-shadow: 0 0 5px #a8a8a8;


	}
}
	
	

.border-wings span {
	color: #555;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase;
}

.border-wings span:before,
.border-wings span:after {
	top: 10px;
	height: 1px;
	width: 100%;
	content: " ";
	background: #555;
	position: absolute;
}

.border-wings span:before {
  	left: 100%;
}

.border-wings span:after {
  	right: 100%;
}

.authorlink {
	font-size: 14px;
	margin-top: -10px;
	padding-bottom: 10px;
}

.opencollapsible {
	border: 1px solid #e3e3e3;
	padding: 8px;
	border-radius: 4px;
	background-color: #fff;
}
.btn.btn-primary.collapsebutton {
	background-color: #326587;
	width: 100%;
	color: #fff;
	border-color: #5e9ac4 #5e9ac4 #326587;
}

a[aria-expanded=true] .fa-plus {
   display: none;
}
a[aria-expanded=false] .fa-minus {
   display: none;
}

a[aria-expanded=true] .fa-chevron-down {
   display: none;
}
a[aria-expanded=false] .fa-chevron-up {
   display: none;
}

.tract-title-ordering {
	font-size: 16px;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.tract-title-ordering {
		font-size: 16px;
		margin-top: 10px;
	}	
}

.tract-title-ordering-bb {
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 8px;
}

@media (min-width: 992px) {
	.tract-title-ordering-bb {
	font-size: 16px;
	margin-top: 10px;
	}	
	
	.section-fill-cart {
		background-color: #eee;
	}
}


.tractlanguage {
	font-size: 16px;
	margin-top: -10px;
}

.section-underline {
	border-bottom: 1px solid #dedede;
}
.section-underline.description,
.section-underline.author,
.section-underline.customback
	{
	background-color: #f6f3ef;
}

.section-underline.cart
	{
	background-color: #eee;
	/* [disabled]border-top: 1px solid #ccc; */
}

.authorname {
	font-size: 16px;
	font-weight: bold;
}
.productdetails {
	padding-left: 10px;
	font-size: 16px;

}

.copyrightstore {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.ebooks {
	font-size: 16px;
	text-align: center;
}

.authorprofile {
	color: #990000;
	font-size: 13px;
	line-height: 36px;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 0;
	margin-top: -15px;
}

.language {
	margin-top: 0px;
	margin-right: 0px;
	font-size: 16px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-right: 15px;
}

.orderlanguage-v1 {
	margin-right: 0px;
	font-size: 16px;
	margin-left: 0px;
	padding-right: 15px;
    padding-bottom: 12px;
}

.orderlanguage {
	margin-right: 0px;
	font-size: 16px;
	margin-left: 0px;
	padding-right: 15px;
    padding-bottom: 12px;
    padding-top: 25px;
}

.nonenglishorderlanguage {
	margin-right: 0px;
	font-size: 16px;
	margin-left: 0px;
	padding-right: 15px;
    padding-bottom: 15px;
}

body {
	color: #303030;
	font-size: 14px;
	line-height: 1.7;
}
.pr_snippet_read_write {
	font-size: 97%;
}



body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}



@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
	.remove-cart-text {
		display: none;
	}
	
}

p,
li,
li a,
label {
	color: #555;
}
.red-text {
	color: #c9253c;
}

.medfont {
	font-size: 13px;
}

.subtotal {
	font-size: 17px;
	font-weight: bold;
}

.sidebar-title {
	text-align: center;
}
.sidebar-title.blue {
	background-color: #dfefff;
}


.tract-title-cart {
	width: 100%;
	padding-bottom: 5px;
	border-top: 1px solid #666666;
}
.col-md-2.nopadding {
}
.cart-nopadding {
	padding: 0px;
}



.copyrightline {
	font-size: 12px;
	margin-top: -5px;
}

.tractdescription-tp {
	font-size: 14px;
}

.h3tracttitle {
	color: #1f1f1f;
	font-size: 22px;
	font-weight:bold;
	font-family: "Open Sans", Arial, sans-serif;
	display: block;
}
.h3small {
	font-weight: normal;
	font-size: 16px;
}



a {
 color: #0072BC;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
	color: #0072bc;
}

#lbtnClearCategoryFilter_SmS,
#lbtnClearCategoryFilter_LgS,
#lbtnClearLanguageFilter_SmS,
#lbtnClearLanguageFilter_LgS,
#lbtnClearStatusFilter_SmS,
#lbtnClearStatusFilter_LgS {
	color: fff;
	text-decoration: none;
}


.article-link {
	color: #0072bc;
	font-size: 14px;
	font-weight: bold;
}
.content li a {
	font-weight: bold;
	color: 660066;
}





.removelink {
	color: #989898;
}
.cart-labels {
	padding-top: 3px;
}



.tractlanguage a {
	font-size: 14px;
}
.warning-note {
	color: #c9253c;
}


.whatiscase {
	font-size: 14px;
}

.readtractbookmark {
	font-size: 14px;
	margin-left: 8px;
}


.noblue {
	color: #000;
}

a.signinlink {
	padding-right: 10px;
	border-right: 1px solid #687074;
	color: #333;
}
a.cartlink {
	color: #333;
	padding-left: 4px;
}



.readmore a,
.readmore a:focus,
.readmore a:hover,
.readmore a:active {
	color: #3698dc;
}

 a.collapse-link:hover {
    color: #244668;
    text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

/*FilterSort
-------------------------------------*/
.overlay {opacity: .3;}

/*Product Description Pages*/

ol.content, ul.content {font-size: 16px; padding-top: 0px; padding-bottom: 0px; padding-left: 40px; padding-right: 0px;}

.content li > a,
.content li > .style1 > a,
p > a {
	color:#0072bc;
	font-weight: bold;
}


/*Affix
---------------------------------------*/
.affix {width: 300px;
	}

.affix-top {width: 300px;	
	}
.affix-bottom {width: 300px;	
	}



.link-blue-underline {
    /*text-decoration:underline;*/
    color:#0072BC;
}

@media (max-width:380px){
.cart-top-subtotal {
	font-size: 14px;
}

}

.article-by-subject {
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
}