/* =============================================================================================
	BASE STYLES AND LAYOUT
============================================================================================= */
.preload * { /* Transitions fire only after page load http://css-tricks.com/transitions-only-after-page-load/ */
	-webkit-transition: none !important;
		transition: none !important;
	}

@media (min-width: 992px) {

	/*offset sticky footer*/
	.body--sticky-footer {
		padding-bottom: 200px; /*This will change depending on the height of the footer*/
	}
	
}


@media (min-width: 1440px) {

	/*offset sticky footer*/
	.body--sticky-footer {
		padding-bottom: 233px; /*This will change depending on the height of the footer*/
	}
	
}


/* ------------------------------------------------------------------------ Keyboard Accessibility */

.skip-link { 
	position:absolute; 
	left:-10000px; 
	top:0; 
	width:1px; 
	height:1px; 
	overflow:hidden;
	background-color: #035c80;
	color: #fff;
	font-size: 0.875rem;
	text-decoration:none;
	z-index: 1100;
	padding:0.5rem 0.625rem; 
} 

.skip-link:focus, .skip-link.sr-only-focusable:active, .skip-link.sr-only-focusable:focus {
	position: absolute; 
	outline: none; 
	left:0;
	outline: none; 
	width:auto; 
	height:auto;
} 

.skip-link:hover {
	color: #fff;
	background-color: #777;
}

a:focus, .carousel-control-next:focus,.carousel-control-prev:focus, .btn:focus, .carousel__link:focus .carousel__btn, .form-control-file:focus {
	outline: solid thin rgba(0, 0, 0, 0.5);
	box-shadow: none;
} 


a:hover, a:active { outline: none !important; } /*...not with mouse (kinda) */


/* ------------------------------------------------------------------------ Headers */


	
@media (min-width: 992px) {	

	.jumbotron--home__h1 {
		font-size: 4rem;
	}

	.jumbotron--home__h1:before {
		left: 2.875rem;
		width: 2rem;
		height: 1.75rem;
	}
}

@media (min-width: 1440px) {

	.h1--sm {
        font-size: 3rem;	
    }

	.jumbotron--home__h1 {
		font-size: 6em;
	}

	.jumbotron--home__h1:before {
		left: 4.5rem;
		width:2.5rem;
		height:2.25rem;
	}

}	

@media (min-width: 1680px) {	

    .h1--sm {
        font-size: 4rem;	
    }

	.jumbotron--home__h1 {
		font-size: 8.125rem;
	}

	.jumbotron--home__h1:before {
		top: -.875rem;
		left: 6.125rem;
		width:3.313rem;
		height:2.563rem;
	}

	.h2--lg {
		font-size: 3.5rem;
	}

}	



	
/* ------------------------------------------------------------------------ Lists */

ul, .list { 
	list-style: none; 
	list-style-position: outside;
	padding-left: 0;
}

ul li, .list__item {	
    padding: 0 0 0.25rem 1rem;
	background: url(../../images/arrow-right-gray.svg) no-repeat left 0.375rem;
	background-size: 0.625rem;
}

ul ul, .list__sub-list {
	margin-top: 0.25rem;
}


ul ol {
	padding-left: 1.375rem;
	margin-top: 0.25rem;
}

ul ol li {
	background-image: none;
	padding-left: 0;
}
		
ol {
	padding-left: 2rem;
}	

ol li {padding-bottom: 0.25rem;}

ol ol {
	padding-left: 2.25rem;
	margin-top: 0.25rem;
}

ol ul {margin-top: 0.25rem;}
		
li:last-child { 
	padding-bottom:0;
}


@media (min-width: 1440px) {	
    
    ul li, .list__item {	
    	background-position: left 0.625rem;
    	background-size: 0.625rem;
    }
    
}

@media (min-width: 1680px) {	
    
    ul li, .list__item {	
    	background-position: left 0.75rem;
    	background-size: 0.75rem;
    }
    
}


		
					
/* ------------------------------------------------------------------------ Other Base Text Styles */

.color-inherit {
	color: inherit;
}	

.text-muted {
	color: #888!important;
}

.intro-text, .intro-text--lg {
	font-size:1.25rem;
}

.note {
	font-size: .875rem;
}

sup, sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup { 
	top: -0.5em; 
}

sub { 
	bottom: -0.25em; 
}

@media (min-width: 1440px) {	

	.intro-text,
	.intro-text--lg {
		font-size:1.875rem;
		line-height: 1.4;
	}
	
	.note {
    	font-size: 1rem;
    }

}

@media (min-width: 1680px) {	

	.note {
    	font-size: 1.125rem;
    }

}


	
/* ------------------------------------------------------------------------ Links */

a { 
	color: #035c80; 
	font-weight: 800;
	transition: all 0.25s;
}	

a:hover {
	text-decoration: underline;
	color: #777;
}

main a { 
	word-wrap: break-word; 
}

a img {
	border: none;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
	transition: opacity 0.25s;
}				

a img:hover { 
	opacity: .9;
}		

.btn {
	padding: .625rem 2rem;
	border-radius:500px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.btn-primary {
	background-color: #035c80;
	border-color: #035c80;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #444;
	border-color: #444;
	box-shadow: none;
}

.btn-close {
    position: absolute;
    top:-1.5em;
    right: -1.5em;
    z-index: 1;
}

.btn-close button {
    background: transparent;
    border: none;
}

.btn-close span {
    background: #035c80;
    padding: 0.85em 0.5em;
    line-height: 0;
    font-size: 1.5em;
    border: solid 4px #fff;
    display: block;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
}

.btn-brand {
    font-size: 1.75em;
    font-weight: 300;
}

.btn-category {
	background-color: #fff;
	border-color: #fff;
	color: #035c80 !important;
	font-size: 1.25rem;
	font-weight: 400;
	text-transform: capitalize;
	padding: .625rem 1rem;
	width:100%;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}

.btn-category:hover,
.btn-category:active,
.btn-category:not([disabled]):not(.disabled).active, .btn-category:not([disabled]):not(.disabled):active, .show>.btn-category.dropdown-toggle {
	background-color: #eee;
	border-color: #eee;
	color: #444 !important;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}

.btn-category__svg {
	display:none;
	margin-right: 1rem;
}

.btn-category--inactive {
	background-color: #3d8299;
	border-color: #3d8299;
	color: #b3c8cf !important;
	border-radius: 0;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}

.btn-category--inactive .btn-category__svg {
	fill: #b3c8cf;
}

.btn-category--inactive:hover,
.btn-category--inactive:active,
.btn-category--inactive:not([disabled]):not(.disabled).active, .btn-category--inactive:not([disabled]):not(.disabled):active, .show>.btn-category--inactive.dropdown-toggle {
	background-color: #3d8299;
	border-color: #3d8299;
	color: #fff !important;
}

.btn-category--inactive:hover .btn-category__svg {
	fill: #fff !important;
}

@media (min-width: 768px) {	

	.btn-category {
		text-align: left;
	}

	.btn-category__svg {
		display: inline;
		width: 2.063rem;
		height: 2.5rem;
		fill: #444;
		transition: all 0.25s;
	}

	.btn-category--brand .btn-category__svg, .btn-category--type .btn-category__svg {
		width: 2.875rem;
	}

	.btn-category:hover .btn-category__svg {
		fill: #035c80;
	}

}

@media (min-width: 1440px) {	
	
	.btn {
		font-size: 1.25rem;
	}

	.btn-category {
		font-size: 1.75rem;
	}

}

@media (min-width: 1680px) {	

	.btn-category {
		font-size: 2.25rem;
		padding: 1rem 2rem;
	}

	.btn-category__svg {
		width: 3.063rem;
		height: 3.5rem;
	}

	.btn-category--brand .btn-category__svg, .btn-category--type .btn-category__svg {
		width: 3.875rem;
	}

}




/* ------------------------------------------------------------------------ Images */
	
img {
	max-width: 100%;
	height: auto!important; 
}

   .img--float-left, .img--float-right { 
	margin: .5rem 0 1rem 0;	
}

@media (min-width: 576px) {	
	.img--float-left {
		float: left;
		margin: .5rem 1.5rem .375rem 0;
		max-width:50%;
		}
		
	.img--float-right {
		float: right;
		margin: .5rem 0 .375rem 1.5rem;
		max-width:50%;
		}
}

@media (min-width: 768px) {	
	.img--float-left, 
	.img--float-right { max-width:33%; }
}	

	
/* ------------------------------------------------------------------------ SVG's */

svg {
	width: 1rem;
	height: 1rem;
}	
	

/* ------------------------------------------------------------------------ Horizontal Rules */

hr, .hr { 
	margin: 2rem auto;
}	



/* ------------------------------------------------------------------------ Misc */
/* ----- New ------ */
.results-item .row {
	    margin-right: 0px;
	    margin-left: 0px;
	}
/* ----- End New ----- */

@media (min-width: 1440px) {

	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	    padding-right: 24px;
	    padding-left: 24px;
	}
	
	.col-icon {
	    padding-right: 10px;
	    padding-left: 10px;
	    max-width: 6.6%;
	}

	.my-xxl-4b {
		margin-top: 2rem !important;
		margin-bottom:2rem !important;
	}

}

@media (min-width: 1680px) {

	.mb-xxxl-5 {
		margin-bottom: 3rem !important;
	}

}

/* Style used for the product page */
.embed-youtube {
    height: 348px;
}

@media (max-width: 1680px) {
    .embed-youtube {
        height: 319px;
    }
}
@media (max-width: 1440px) {
    .embed-youtube {
        height: 272px;
    }
}
@media (max-width: 1200px) {
    .embed-youtube {
        height: 195px;
    }
}
@media (max-width: 992px) {
    .embed-youtube {
        height: 258px;
    }
}
@media (max-width: 768px) {
    .embed-youtube {
        height: 187px;
    }
}
@media (max-width: 576px) {
    .embed-youtube {
        height: 194px;
    }
}

/* =============================================================================================
	HEADER
============================================================================================= */

.logo__img {
	max-width: 14rem; 
	width: 100%;
	transition: all .5s;
}

.header--scroll .logo__img {
	max-width: 12rem; 
}



@media (min-width: 768px) {	
		
	.logo__error-page {
		margin:1.5rem auto 2.5rem auto;
		float: none;
	}

}

@media (min-width: 992px) {	



	.logo__img {
		max-width: 17rem; 
	}

}

@media (min-width: 1200px) {	

	
}
		





/* ------------------------------------------------------------------------ Navbar Toggler */

.navbar-toggler {
	padding: 0 0 0 1rem;
	margin-bottom: .5rem;
	border: none;
	cursor: pointer;
}

.navbar-toggler-icon {
    background-image: url(../../images/menu-icon.svg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url(../../images/menu-icon-open.svg);
}

@media (min-width: 992px) {

	.navbar-toggler {
		display: none;
	}

}



/* =============================================================================================
	MAIN CONTENT AREA
============================================================================================= */

@media (min-width: 1440px) {

	main p,
	main .p,
	main li,
	label,
	table,
	.sidenav__link {
		font-size: 1.25rem;
	}
}

@media (min-width: 1680px){ 
	label,
	table {
		font-size: 1.375rem;
	}
	
	main p,
	main .p,
	main li {
		font-size: 1.5rem;
	}
}



/* ------------------------------------------------------------------------ Sidenav */

.sidenav {
	background-color: #fff;
	border-top: 8px solid #3d8299;
	margin-top:1.5rem;
}


.sidenav.sticky-top {
	top: 165px; /*This will change depending on the height of the header*/
}

.sidenav__list {
	list-style: none;
}

.sidenav__item {
	line-height: 1.4;
	padding: 0;
	border-top: none;
	background-image: none;
}

.sidenav__item.active > .sidenav__link {
    color: #035c80;
}

.sidenav__link {
	display: block;
	padding: .5rem .75rem;
	color: #444;
}

.sidenav__link:hover { 
	background-color: transparent;
	color: #035c80;
	text-decoration: none;
}


@media (max-width: 992px) {

	.sidenav.sticky-top {
		position: static; /*disable on smaller screens*/
	}

}

@media (min-width: 992px) {

	.sidenav {
    	border-top:8px solid #3d8299;
    }
    
    .sidenav__item.active > .sidenav__link {
    	background: url(../../images/arrow-right-blue.svg) no-repeat right center ;
    	background-size: .875rem;
    }

}

@media (min-width:1680px) {

	.sidenav {
    	border-top: 12px solid #3d8299;
    }
    
}




/* ------------------------------------------------------------------------ Add This */

.at-resp-share-element .at-share-btn {
    margin:0 !important;
}







/* ------------------------------------------------------------------------ Search Area */



.search-form__icon {
	width: 1.5rem;
	height: 1.5rem !important;
	margin: .5rem .5rem 0 0;
}

.search-form__input, .search-form__select {
	border-radius: 0;
	border-right: 0;
	border: 0;
	background-color: transparent;
	font-size: 1.25rem;
	color: #035c80;
	background: url(../../images/search-arrow.svg) no-repeat center right;
	background-size: 1.5rem;
}

.search-form__input {
    margin-top: .125rem;
}

.search-form__input:focus {
  color: #035c80;  
}

.search-form__input--home {
    border-bottom: 3px solid #035c80 !important;
    background-image: none;
    margin-top: 0;
}

.search-form__select option {
	font-size: 1rem;
}

.search-form__btn {
	position: relative;
	width: 1.625rem;
	height: 1.5rem;
	padding: 0;
	margin: 0 0 0 -2rem;
	line-height: 0;
	background-color: transparent;
	border:0;
}

.search-form__btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../../images/search-arrow.svg) no-repeat center right;
	background-size: 1.5rem;
}

.search-form__btn:hover:after {
	background-image: url(../../images/search-arrow-hover.svg);
}


/* all */
::-webkit-input-placeholder {  
	color: #035c80 !important;
	}

::-moz-placeholder {  
	color: #035c80 !important;
	} /* firefox 19+ */

:-ms-input-placeholder { /* ie */
	color: #035c80 !important;
	} 
input:-moz-placeholder {  
	color: #035c80 !important;
	}


@media (min-width: 576px) {	

	.search-form {
		width:85%;
	}

}

@media (min-width: 1200px) {	

	.search-form {
		width:75%;
	}

}

@media (min-width: 1440px) {	

	.search-form__icon {
		width: 2rem;
		height: 2rem !important;
	}

	.search-form__input, .search-form__select {
		font-size: 2rem;
		background-size: 1.5rem;
	}

	.search-form__select option {
		font-size: 1.25rem;
	}
	
	.search-form__input--home {
		font-size: 1.75rem;
	}

}

@media (min-width: 1680px) {	

	.search-form {
		margin-top: 5rem;
	}

	.search-form__icon {
		width: 3.25rem;
		height: 3.25rem !important;
	}

	.search-form__input--home {
		border-bottom: 5px solid #035c80 !important;
		font-size: 2.25rem;
	}

}



/* ------------------------------------------------------------------------ Typeahead/UI Autocomplete */


.ui-widget-content {
    border: 1px solid #ddd;
    background: #ffffff;
    padding: 1rem 0 ;
}

.ui-widget {
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: none;
}

.ui-menu-item {
    background-image:none;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0;
}

@media (min-width: 1440px) {
    
    .ui-widget {
        font-size: 1.25rem;
    }

}


/* ------------------------------------------------------------------------ Category Filter */

.category-filter {
	border-radius: 500px;
	background-color: #3d8299;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	margin: .5rem 0;
}

.category-filter .col-md-5 {
	z-index: 2;
	display:none;
}

.category-filter__title {
	padding: 1rem 2rem;
	position:relative;
}

.category-filter__title:after {
	content: "";
	position: absolute;
	top:0;
	right:-2.5rem;
	height:100%;
	width:2.5rem;
	background: url(../../images/category-filter-arrow.png) no-repeat right center;
}

.category-filter__title .search-form__icon {
	margin: 0 1rem 0 2rem;
}

.category-filter__dropdown {
	background-color: #fff;
	padding: .75rem 1.5rem .75rem 1rem;
	border-radius: 500px;
}


@media (min-width: 768px) {	

	.category-filter .col-md-5 {
		display:block;
	}

	.category-filter__title {
		height:64px;
	}

	.category-filter__dropdown {
	    padding: .75rem 2rem .75rem 3rem;
	    height:64px;
		border-radius: 0;
		border-top-right-radius: 500px;
		border-bottom-right-radius: 500px;
	}

}

@media (min-width: 1440px) {	

	.category-filter {
		margin: 1rem 0;
	}

	.category-filter__title {
		height:92px;
	}

	.category-filter__dropdown {
		padding: .875rem 2rem .875rem 3rem;
		/*width: 97%;*/
		height:92px;
		border-radius: 0;
		border-top-right-radius: 500px;
		border-bottom-right-radius: 500px;
	}

}

@media (min-width: 1680px) {	

	.category-filter {
		margin: 2rem 0 1rem 0;
	}

}



/* ------------------------------------------------------------------------ Region Map */
			
.map  {
	width:100%;
	height: 0;
    padding-top: 57%;
    position: relative;
    margin: .5rem 0;
}

.map svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
}

.region {
	fill: #fff;
	stroke: #035c80;
	transition: fill 0.5s;
	cursor: pointer;
}

.region:hover, .region--active  {
	fill: #6db10f;
}

@media (min-width: 1440px) {	

	.map {
		margin: 1rem 0;
	}

}

@media (min-width: 1680px) {	

	.map {
		margin: 2rem 0 1rem 0;
	}

}


/* ------------------------------------------------------------------------ Swiper */

.swiper-slide {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
}

.gallery-top {
	height: 15rem;
	width: 100%;
	margin-top: 1rem;
}

.gallery-thumbs {
	height: 5rem;
	box-sizing: border-box;
	padding: .75rem 0;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23444444'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23444444'%2F%3E%3C%2Fsvg%3E") !important;
}


@media (min-width: 576px) {	

	.gallery-top {
		height: 18rem;
	}

	.gallery-thumbs {
		height: 6rem;
	}
}

@media (min-width: 768px) {	

	.gallery-top {
		height: 22.5rem;
	}

	.gallery-thumbs {
		height: 7rem;
	}

}

@media (min-width: 1200px) {	

	.gallery-top {
		margin-top: 2rem;
	}

}



/* ------------------------------------------------------------------------ Callouts */




.callout {
	display: block;
	font-weight: 400;
	position: relative;
	color: inherit;
	cursor:pointer;
	text-align: center;
}

.callout:hover {
	text-decoration: none;
	color: inherit;
}

.callout__image {
	width: 10rem;
	transition: all 0.25s ease-in-out;
}

.callout:hover .callout__image {
	opacity: 0.9;
	transform: scale(1.05);
}

.callout__heading {
	margin-top: 1rem;
	font-weight: 800;
	text-align: center;
	transition: all 0.25s;
}

.callout__callout:hover .callout__heading{
	color: #777;
}

.callout__text {
	font-size: 1rem;
	text-align: center;
	color: #888;
}

@media (min-width: 992px) {	

	.callout-group { 
		margin-top: 2.5rem;
	}

}

@media (min-width: 1200px) {	

	.callout__image {
		width: 12rem;
	}

}

@media (min-width: 1680px) {	

	.callout__image {
		width: 15rem;
	}

}


/* ------------------------------------------------------------------------ Cards */

.card, .card-header:first-child  {
	border-radius: 0;
	border:none;
}

.card:hover {
	text-decoration: none;
}

.card-header {
	background-color: #222;
    border-bottom: 0;
    color: #fff;
    font-weight: 800;
}

.card__header-link {
	color: #fff;
	display: block;
	transition: all 0.25s;
}

.card__header-link:hover {
 	color: #777; 
 	text-decoration: none;
}

.card__header-no-link {
	transition: all 0.25s;
}

.card:hover .card__header-no-link {
	color: #777;
}

.card-text {
	font-size: 1rem;
	font-weight: 400;
	color: #444;
}

.card__date, .card:hover .card__date {
	color: #888;
}

.card-text small {
	font-size: 90%;
}



/* ------------------------------------------------------------------------ Card Results */

.results-item {
	border-top: 1px solid #ddd;
}

.results-item:last-child {
	border-bottom: 1px solid #ddd;
}

/* ------------- New ------------------*/
.results-item-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 6rem;
}
.results-item-product {
    padding-right: 24px;
    padding-left: 24px;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    order: 1;
}
.product-certiconblock
{
    width: 70%;
    max-width: 70%;
    order: 4;
    display: block;
}
.results-item-description {
    padding-right: 24px;
    padding-left: 24px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
}

.product-certiconblock .results__certified-logo {
    width: auto;
    margin-left: 7%;
}
.results-item-searcharrow {
    order: 5;
    max-width :5% !important;
}

.results-item-content {
    display: none; /* Hide the content initially */
    padding-left: 100px;
    padding-right: 100px;
}

.results-item-content .results-item {
    border-top: 1px dashed #ddd;
}

.results-item:not(.results-item-content .results-item) {
    cursor: pointer;
}

  .conditional-bg-hover:hover {
    background-color: aliceblue;
  }
/*
.results-item:not(.results-item-content .results-item):hover {
    background: aliceblue;
}
*/
.loading {
  cursor: wait;
}

@media (max-width: 1680px) {
    .product-certiconblock
    {
        width: 64%;
        max-width: 64%;
    }
}
@media (max-width: 1440px) {
    .results-item-product {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
    .results-item-description {
        -ms-flex: 0 0 43%;
        flex: 0 0 43%;
        max-width: 43%;
    }
}
@media (max-width: 1200px) {
    .results-item-content 
    {
        padding-left:75px;
        padding-right:75px;
    }

}
@media (max-width: 992px) {
    .results-item-description {
        padding-right: 5px;
        padding-left: 5px;
        -ms-flex: 0 0 100%;
        flex: 0 0 58%;
        max-width: 58%;
    }
    .product-certiconblock
    {
        width: 60%;
        max-width: 60%;
    }
    .results-item-content 
    {
        padding-left:50px;
        padding-right:50px;
    }
    
}
@media (max-width: 768px) {
    .results-item-description {
        padding-right: 5px;
        padding-left: 5px;
        -ms-flex: 0 0 94%;
        flex: 0 0 94%;
        max-width: 94%;
    }
    .results-item-certiconblock
    {
        width: 94%;
        max-width: 94%;
    }
    .product-certiconblock
    {
        width: 78%;
        max-width: 78%;
    }
    .results-item-searcharrow {
        padding-right: 5px;
        padding-left: 5px;
        -ms-flex: 0 0 6%;
        flex: 0 0 6%;
        max-width: 6%;
        order: 3;
    }
}

@media (max-width: 576px) {
    .results-item-searcharrow {
        padding-left: 0px;
    }
    .results-item-content 
    {
        padding-left:25px;
        padding-right:32px;
    }
    .product-certiconblock
    {
        width: 100%;
        max-width: 100%;
    }
}

/* --------- End New ----------------------*/

.results-item__logo-col {
	-ms-flex:0 0 6.666667%;
	flex:0 0 6.666667%;
	max-width:6.666667%;
	padding-right: 15px;
	padding-left: 15px;
}

.card--results .search-form__btn {
	margin: 0;
}

.results__certified-logo--no-col {
	margin-right: 1.5rem;
}

@media (min-width: 992px) {

	.card--results .card-body {
		padding: 2rem;
	}

	.results-item__row {
		min-height: 6rem;
	}

	.results__company-logo {
		max-height:5rem;
		max-width: 8rem;
		margin: 0 auto;
	}

}

@media (min-width: 1440px) {
	
	.card--results {
		margin-top: 4rem;
	}

	.card--results .card-body {
		padding: 3rem;
	}

}

@media (min-width: 1680px) {	

	.card--results .card-body {
		padding: 4rem 7rem;
	}

	.results__company-logo {
		max-width: 9rem;
	}

}



/* ------------------------------------------------------------------------ Blog Cards */


.card--blog__link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: initial;
    color: #444;
}

.section--blue .card a.card--blog__link {
    color: #444;
}

.card--blog__link:hover {
    text-decoration: none;
}


.card--blog__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 14rem;
    transition: all 0.25s;
}

.card--blog__link:hover .card--blog__img {
    transform: scale(1.05);
}

.card--blog__footer {
    position:relative;
    bottom:0;
    left: 0;
    width:100%;
    padding-left: 1.25rem;
}

.card--blog__more {
    background: #444 url(../../images/arrow-right-white.svg) no-repeat 70% center;
    background-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.25s;
}

.card--blog__link:hover .card--blog__more {
    background-color: #3d8299;
}

@media (min-width: 992px) {
    
    .card--blog--secondary {
        border-top: 8px solid #3d8299;
    }
    
    .card--results .card-body--blog {
		padding: 2rem;
	}
	
	.card--blog__img {
        height: 100%;
    }
    
}


@media (min-width: 1680px) {
    
    .card--blog--secondary {
        border-top: 12px solid #3d8299;
    }
    
    .card--results .card-body--blog {
		padding: 4rem 3rem;
	}
	
	.card--blog__footer {
        padding-left: 3rem;
    }
    
    .card--blog__more {
        background-size: 1.5rem;
        width: 3rem;
        height: 3rem;
    }

    
}




/* ------------------------------------------------------------------------ Regular Cards */

.card--results .card {
    background-color: #eee;
}

@media (min-width: 992px) {

	.card--results .card .card-body {
		padding: 2rem;
	}

}



/* ------------------------------------------------------------------------ List Group */

.list-group__link {
	display: block;
	font-weight: 400;
	transition: all 0.25s;
	padding: 1.0rem 1.25rem;
}

.list-group__link:hover {
	text-decoration: none;
	background-color: #f8f8f8;
}

.list-group__link:hover .list-group__heading {
	text-decoration: underline;
}

.list-group-item, .list-group-item:last-child {
	padding: 0;
	background-image: none;
}


.list-group-item.active {
	background-color: #035c80;
    border-color: #035c80;
}


/* ------------------------------------------------------------------------ Accordions */

.accordion {
	background-color :#fff;
}

.accordion__card-header {
	background-color: transparent;
    border-bottom: 0;
    color: #fff;
    font-weight: 700;
    padding:0;
}

.accordion__card-link {
	padding: 1rem;
	display:block;
	text-decoration:none;
}

.accordion__card-link:hover {
	text-decoration: none;
}

.accordion__card-text {
	width: calc(100% - 1.5rem);
}

.accordion__icon {
	float:right;
	width:1rem;
	height:.75rem;
	background: url(../../images/accordion-plus-icon.svg) no-repeat center; 
	background-size: .75rem;
}

.active .accordion__icon {
	background: url(../../images/accordion-minus-icon.svg) no-repeat center; 
}

.accordion__card-body {
	border-top: 1px solid #ddd;
}

@media (min-width: 1200px) {

	.accordion__card-link {
	    padding: 1.25rem 1.75rem;
	}

}


/* ------------------------------------------------------------------------ Pagination */

.page-item {
	font-size: 1rem;
	background-image: none;
	padding: 0;
}

.page-link {
	font-weight: 400;
	color: #035c80;
}

.page-item.active .page-link {
	background-color: #035c80;
	border-color: #035c80;
}

/* ------------------------------------------------------------------------ Modal */

.modal-content {
    border: solid 4px #fff;
}

/* ------------------------------------------------------------------------ Tables */

.table {
	background-color: #fff;
}

.table .thead-dark th {
	background-color: #222;
    border: none;
}

.table td, .table th {
    border-top: 1px solid rgba(0,0,0,.125);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f8f8;
}

.table td {vertical-align: middle;}

.table-md td, .table-md th {padding: .5rem;}

.table .custom-control {
	margin: 0;
	padding-left: 1.5rem;
    }
		

/* ------------------------------------------------------------------------ Forms */
	
legend { font-size: 1.25rem;}

.required-input, .field-validation-error {
	color: #e7004c !important;
	font-size: 0.875rem;
	font-weight:bold;
}

.form-text {
	font-style: italic;
	font-size: 80%;
    font-weight: 400;
    }

.form-control {
	border-radius:0;
	border-color: #ddd;
	padding: .625rem .75rem;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: .625rem 1.75rem .625rem .75rem;
}


.form-control:focus {
	box-shadow: none;
	border-color: rgba(0, 0, 0, 0.5);
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem + 2px);
}

.form-control-file {cursor: pointer;}

/*custom radio and checkbox*/
.custom-control {
	padding-left: 1.75rem;
	margin-bottom: 0;
	cursor: pointer;
}

.custom-control-description {
	font-weight: 400;
}

.custom-control-indicator {
	top: .375rem;
	width: 1.125rem;
    height: 1.125rem;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3d8299;
    background-color: #3d8299;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none;
    border-color: #000;
}

.custom-control-label.intro-text--lg::before, .custom-control-label.intro-text--lg::after {
    top: .5rem;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}	


@media (min-width: 1440px) {

	.custom-control-label.intro-text--lg {
		padding-left: 1.25rem;
	}

	.custom-control-label.intro-text--lg::before, .custom-control-label.intro-text--lg::after {
		top: .25rem;
		width: 2rem;
	    height: 2rem;
	}	

    .custom-select--default,
    .form-control--default {
        font-size: 1.25rem;
    }
        
}

/* ------------------------------------------------------------------------ For IGEN Cosmetics */
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    grid-template-rows: auto auto; /* Two rows */
    gap: 1rem; /* Space between grid items */
    background: #f8f9fa; /* Light background for the container */
    padding: 2rem;
    padding-bottom: 5rem;
}

.grid-item {
    background: var(--CertsBlue); /* Background color for each item */
    color: white; /* Text color */
    padding: 1rem;
    text-align: center; /* Centered text */
    border-radius: 0.5rem; /* Rounded corners */
}

			


.IGENBanner
{
    width: 50%; 
    height: auto;
}