/*----------- Homepage Callouts (Quick Links) ----------------*/
.callout-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 300px !important;
	flex-direction: row;
	min-width: 1200px;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-bottom: 100px;
}
.callout-container {
    height: 550px;
    min-width: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}
.callout-inner {
	height: 100%;
}
.btn-container {
	width: 100%; 
	text-align: center;
	justify-content: center;
	display: flex;
}
.callout-content {
	width: 400px;
    height: 400px;
    margin: 75px 0px 0px 50px;
	overflow: hidden;
	background-color: rgba(44,51,136,0.73);
	text-align: center;
	color: #FFF;
	font-family: "Open Sans",sans-serif;
	padding: 12px;
}
.callout-content span {
	color: #FFF;
	font-size: 20px;
}
.callout-content h1 {
	color: #FFF;
    text-transform: none;
    font-weight: normal;
    font-size: 35px;
    margin-bottom: 30px;
    height: 60px;
}
.callout-content p {
    height: 150px;
}
.callout-content a {
	border: solid;
    background: none;
    padding: 5px 30px 5px 30px;
    border-width: 1px;
}
.callout-content a:hover {
	background: #FFF;
	color: rgba(44,51,136,1);
	border-color: #FFF;
}
.callout-content p span {
	font-size: 17px !important;
}
.callout-inner {
	padding: 5px 30px 0 30px;
}

/*------------- Homepage Featured Categories -------------------*/
.category-wrapper {
	display: block;
	text-align: center;
	max-width: 1500px;
    margin: 0 auto;
}
.category-container {
	width: 400px;
    margin: 15px;
    display: inline-block;
    vertical-align: top;
}
.category-title {
	width: 100%; 
	text-align: center;
}
.category-title h2 {
	color: #F87223;
    display: block;
    margin-top: 30px;
    font-family: "Open Sans",sans-serif;
     font-weight: normal;
    text-transform: none;
}
.category-content .img {
	height: 400px;
    width: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.category-content h3 {
	color: #F87223;
	font-family: "Open Sans",sans-serif;
	font-size: 25px;
	font-weight: normal;
}
.category-content a:hover h3 {
	text-decoration: underline;
}
.category-content p {
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
}
.category-btn {
	margin-bottom: 100px; 
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	text-align: center;
}
.category-btn a {
	background-color: #F87223;
    color: #FFF;
    font-size: 18px;
    padding: 10px 25px 10px 25px;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}
.category-btn a:hover {
	color: #2C3388;
}
/*------------ Homepage Sections --------_*/
.home-section {
	background-color: #2C3388;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 400px;
}
.home-section h2,
.home-section p,
.home-section a {
	color: #FFF;
}
.section-container {
	width: 540px;
    margin: 1%;
    position: relative;
    top: -5px;
}
.section-container h2 {
	background-color: #2C3388;
    position: absolute;
    z-index: 10;
    right: 60px;
    text-align: center !important;
    width: 420px; 
    font-family: "Open Sans",sans-serif;
    text-transform: none;
    top: 35px;
    font-weight: normal;
}
.section-box {
	border: solid;
    border-color: #FFF;
    padding: 45px;
    z-index: 1;
    position: relative;
    height: 91%;
    margin: 64px 0 37px 0;
    height: 250px;
    font-family: "Open Sans",sans-serif;
}
.section-box p {
	height: 100px;
}
/*---------------- Sponsor Section --------------------*/
.sponsor-section {
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 100px;
}
.sponsor-container {
	width: 100%;
	margin: 0 auto;
}
.sponsor-container h2 {
	color: #2C3388;
    display: block;
    margin-top: 30px;
    font-family: "Open Sans",sans-serif;
     font-weight: normal;
    text-transform: none;
}
.sponsor-container p {
	font-family: "Open Sans",sans-serif;
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px;
}
.sponsor-img {
	width: 75px;
    height: 75px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 45px;
    margin-top: 25px;
    margin-bottom: 0px;
}
/*--------------- Location Section -----------------*/
.location-section {
	width: 100%;
    text-align: center;
    height: 300px
}
.location-container {
	display: flex;
    justify-content: center;
    margin: 50px;
    height: 200px;
}
.location-box {
	width: 20%;
	margin: 25px;
}
.location-box span {
	font-weight: bold;
	font-family: "Open Sans",sans-serif;
}
.location-box p {
	font-family: "Open Sans",sans-serif;
}
.location-box a {
	color: #F87223;
	font-family: "Open Sans",sans-serif;
}
.location-image {
	width: 100px;
	height: 100px;
	background-image: url('../images/layout/a1-logo-icon.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 50px;
}
.location-box i {
	margin-right: 10px;
}
/*---------------- Product Listings -----------------*/
.list-container {
		margin-top: 300px;
		display: flex;
		justify-content: flex-start;
	}
	.filter-col {
		width: 20%;
		height: 800px; 
		margin: 25px;
		display: flex;
		justify-content: center;
		margin-left: 50px;
	}
	.prod-col {
		width: 1000px;
		height: 100%;
	}
	.product-container {
		margin: 50px;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 0px;

	}
	.prod-box {
		width: 250px;
		border: solid;
		margin: 10px;
		height: 600px;
		border-width: 1px;
		border-color: grey;
		text-align: center;
	}
	.prodImg {
		width: 225px;
		height: 200px;
    	margin: 0 auto;
		margin-top: 25px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.prod-box h2 {
		margin-top: 30px;
		font-family: "Open Sans",sans-serif;
		color: #F87223;
		font-size: 20px;
		margin-bottom: 10px;
		text-transform: none;
		height: 70px;
	}
	.prod-box > p {
		padding: 0 20px 0 20px;
		font-size: 15px;
		font-family: "Open Sans",sans-serif;
		    height: 135px;
	}
	.prod-box > .list {
		color: #FFF;
		background: #F87223;
	    font-size: 15px;
		width: 90%;
		padding: 15px 0px 15px 0;
		font-family: "Open Sans",sans-serif;
	}
	.prod-box a i {
		margin-right: 10px;
	}
	.catLink {
		height: 40px;
		margin: 10px;
		border-top: solid;
		border-color: lightgrey;
		border-width: 2px;
		text-align: left;
		padding: 5px;
		color: #cccccc;
		font-family: "Open Sans",sans-serif;
	}
	.catLink:hover {
		color: #F87223;
	}
	.prodLink:hover h2 {
		text-decoration: underline;
	}
	.catInfo {
		margin-left: 60px;
	}
	.catInfo h1 {
		text-decoration: underline;
		color: #F87223;
		margin-bottom: 10px;
		text-decoration: none;
		font-family: "Open Sans",sans-serif;
		text-transform: none;
		font-weight: normal;
	}
	.catInfo p {
		font-family: "Open Sans",sans-serif;
	}
	.cat-controls {
		height: 50px;
		max-width: 850px;
	}
	.sort {
		width: 200px;
		FLOAT: right;
		font-family: "Open Sans",sans-serif;
	}
	.sort label {
		font-weight: bold;
	}
	.sort select {
		background: #cccccc;
		padding: 12px 10px 12px 10px;
		border-radius: 5px;
		text-transform: uppercase;
		font-size: 15px;
	}
	.line-after-sm {
		font-family: "Open Sans",sans-serif;
		margin-bottom: 25px
	}
	.toggle-content {
		display: none;
	}
	.toggle-head,
	.toggle-head p {
		font-family: "Open Sans",sans-serif;
		width: 200px;
		position: relative;
	}
	.toggle-head p i {
		position: absolute;
	    right: 0px;
	    color: #F87223;
	    top: 13px;
	}
	.toggle-box {
		border-top: solid;
		border-width: 2px;
		border-color: #cccccc;
		margin-right: 25px;
	}
	.toggle-box:last-child {
		border-bottom: solid;
		border-width: 2px;
		border-color: #cccccc;
	}
	.toggle-head p {
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.toggle-content .form-check label {
		font-family: "Open Sans",sans-serif;
		margin-left: 15px;
		margin-bottom: 5px;
	}
	.toggle-head p {
		font-weight: bold;
	}
	.fa-chevron-up {
		display: none;
	}
	.toggle-open p i.fa-chevron-down {
		display: none;
	}
	.toggle-open p i.fa-chevron-up {
		display: block;
	}
	.toggle-list {
		width: 250px;
	}
	.toggle-box .fa-chevron-up {
		display: none;
	}
/*------------------------- Product Details ---------------------------*/
.detail-wrapper {
	margin-top: 300px;
	height: 100%;
	width: 100%;
}
.detail-container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
	padding-left: 25px;
}
.detail-image {
	height: 600px;
    width: 450px;
    width: 40%;
    background-size: cover;
    background-repeat: no-repeat;
}
.detail-content {
	width: 50%;
    margin-left: 50px;
}
.detail-content h2 {
	font-size: 35px;
	color: #F87223;
	font-family: "Open Sans",sans-serif;
}
.detail-content .detail-left {
	width: 50%;
	margin-right: 25px;
}
.detail-content  .list {
	color: #FFF;
	background: #F87223;
	font-size: 15px;
	padding: 15px 60px 15px 60px;
	font-family: "Open Sans",sans-serif;
}
.detail-content  .list:hover {
	color: #2C3388;
}
.detail-head, 
.detail-desc{
	display: flex;
}
.addthis_button {
	font-family: "Open Sans",sans-serif;
}
.addthis_button i {
	margin-right: 10px;
	color: #F87223;
	font-size: 25px;
}
.detail-info ul li {
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
}
.detail-info {
	border-top: solid;
	border-width: 1px;
	width: 50%;
	padding-top: 15px;
}
.detail-info p {
	font-family: "Open Sans",sans-serif;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
}
/*=== BREADCRUMBS ===*/
.breadcrumbs-wrapper {
    padding: 11px 0 9px;
    background-color: #e5e6e6;
}
.breadcrumbs {
    text-align: left;
    padding-left: 60px;
    margin-bottom: 50px;
}
.breadcrumbs li {
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    color: #002f87;
}
.breadcrumbs,
.breadcrumbs * {
	/* keep these consistent for better mobile browser compatibility */
	vertical-align: top;
    line-height: 1.4;
}
.breadcrumbs li:last-child {
    color: #010101;
}
.breadcrumbs li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 4px 7px 0;
    background-color: #010101;
    transform: rotate(15deg);

}
.breadcrumbs li:last-child:after {
    content: none;
}
/*------- Page Main -----------*/
.main-content .cell {
	display: table-cell;
	vertical-align: top;
}
.col-left {
	padding: 0 50px 0 50px;
}
.col-left h1 {
	font-family: "Open Sans",sans-serif;
	color: #F87223;
	font-weight: normal;
	font-size: 1.75rem;
}
.col-left p {
	font-size: 1rem;
	font-family: "Open Sans",sans-serif;
	line-height: 20px;
}
.col-right .relative img {
	width: 80%;
    height: 60%;
    max-width: 600px;
    max-height: 400px;
}

/*-------------*/
.testImg {
	width: 150px;
    height: 200px;
    margin: 0 auto;
 }
 .testimonials-wrapper {
	 height: 300px;
	 margin-top: 200px;
 }
 .testimonials-wrapper .container {
	     height: 100%;
    max-width: 1000px;
    margin: 0 auto;
 }
 .testimonialBanzai-slider {
	 height: 100%;
 }
 .testimonialBanzai-slider  .slick-list,
 .testimonialBanzai-slider  .slick-track {
	 height: 100%;
 }
.testimonialBanzai-slider button {
	color: #F87223 !important;
}
.testimonialBanzai-slider .slick-list, .testimonialBanzai-slider .slick-track {
    height: 100%;
    width: 80%;
    margin: 0 auto;
}
.slick-prev:before, .slick-next:before { 
	color: #F87223 !important;	
}
.testContent h1{
	font-size: 20px !important;
	font-family: "Open Sans",sans-serif;
	text-align: center;
	margin-top: 10px;
	color: #F87223;
}
.testImg {
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonialCon a:hover h1 {
	text-decoration: underline;
}