.video-embed { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-embed iframe, .video-embed object, .video-embed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.description_tab{
    display: none;
}

#field_1_1 label{
display: none!important;
}

#input_1_1 {
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px 50px 15px 15px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #777;
    font-size: 14px;
    line-height: 120%;
  
}

#gform_fields_2 label {
    display: none;
}

.mc4wp-form-902 ul.gform_fields {
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	-ms-justify-content: space-between;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.half_width {
    width: 48%;
    float: left;
}
.full_width {
    width: 100%;
    padding: 10px 0px;
    margin: 5px 0px;
    position: relative;
}

#gform_submit_button_1 {
    content: "";
    font-family: "Ionicons",Helvetica,Arial,sans-serif;
    font-size: 25px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    width: 40px;
    height: 40px;
	line-height: 1;
    background: #f2e602;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #192237;
}

.woocommerce-product-gallery__image{
	text-align: center;
}

.content-view ol, .content-view ul {
	margin: 10px 0 0 30px;
}

.content-view ul {
	list-style: square;
}

.sfp-img {
	max-width: 100%;
	margin: 0 auto;
}

.sfp-img img {
	max-width: 100%;
}

sc-text h1 {
    font-size: 44px;
}

.sc-text.text-center{
	bottom: 3%;
}
.contact-form-body form input[type="submit"]{
	width: 40px !important;
}

.woocommerce-Tabs-panel ul{
	margin-left: 10px;
	margin-bottom: 15px;
}

.woocommerce-Tabs-panel h3{
	margin-bottom: 15px;
}

.woocommerce-Tabs-panel ul li{
	list-style: initial;
	margin-bottom: 5px;
	margin-top: 5px;
}

.woocommerce-Tabs-panel table{
	border-collapse: collapse;
	float: none !important;
	width: 100%;
	max-width: 100%;
	margin: 15px 0;
}

.woocommerce-Tabs-panel table td, .woocommerce-Tabs-panel table th {
    padding: 15px;
    vertical-align: top;
    border-top: 1px solid #e3e3e3;
    width: auto;
}

/*FAQs Page*/
.faqs-page .text-image-row{
	background-image: url("../images/coopers-background.jpg");
    background-size: cover;
}

.faqs-page .top {
	border: 1px solid #b7b7b7;
	padding-top: 3.5em;
	padding-bottom: 2em;
}

.faqs-page .bottom {
	border: 1px solid #b7b7b7;
	padding-top: 2em;
	padding-bottom: 2em;
}

.faqs-page .bottom li:nth-last-child(1) {
	display: none;
}

.faqs-page .product-filter .nav-pills{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: center;
}

.faqs-page .text-image-row {
    padding-top: 0px;
}

.faqs-page .text-image-row-in {
	width: 90%;
	margin: 0 auto;
}

.faqs-page .product-filter .nav > li > a {
	font-size: 21px;
	font-family: "PT Sans Bold",Helvetica,Arial,sans-serif;
	letter-spacing: 0.5px;
	color: #000;
	cursor: pointer;
	padding: 3rem;
}

.faqs-page .product-filter .nav-pills > li > a.active{
	color: #e40502;
	background-color: transparent !important;
}

.faqs-page a.active::after{
	border-bottom: 1px solid red;
}

.faqs-page .nav > li > a:hover {
    background-color: transparent !important;
}

.faqs-page .faq-container {
	border: 1px solid #b7b7b7;
	margin-top: 2px;
}

.faqs-page .category_desc {
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}

.faqs-page .faq-container .panel-group {
	margin: 4em auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
    flex-direction: row;
    width: 90%;
    background: transparent;
    border-radius: 5rem;
    position: relative;
    padding: 6rem;
}

.faqs-page .panel-group .panel + .panel {
	margin-top:0px;
}

.faqs-page .faq-heading h3{
    letter-spacing: 0.5px;
	font-size: 18px;
}

.faqs-page .panel-group::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 4px;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 1;
    border-radius: 5rem;
}

.faqs-page .panel-group::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 2;
    border-radius: 5rem;
}

.faqs-page .panel-faq {
	background: #e2e2e2;
	width: 48.5%;
    padding: 2em;
    margin-right: 3%;
    margin-bottom: 2em !important;
    position: relative;
    z-index: 3;
}

.faqs-page .panel-faq:nth-child(2n) {
    margin-right: 0;
}

.faqs-page .nav-link.active::after {
	border-bottom: 2px solid red;
	border-radius: 0px;
	content: "";
	display: block;
	padding-top: 10px;
	width: 25%;
	margin: 0 auto;
}
.faqs-page .panel-body{
	padding-left: 0px !important;
}

.faqs-page .panel-body p{
	color: #646464;
}

.faqs-page.panel-title a[aria-expanded='true']{
	color: #e40502;
}

.faqs-page a[data-toggle='collapse']::after {
	content: "";
	border-left: 5px solid #252525;
	border-bottom: 5px solid transparent;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 37px;
	border-top: 5px solid transparent;
}

a[aria-expanded='false']::after {
	content: "";
	border-left: 5px solid #252525;
	border-bottom: 5px solid transparent;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 37px;
	border-top: 5px solid transparent;
}

a[aria-expanded='true']::after {
	content: "";
	border-left: 5px solid #e40502;
	border-bottom: 5px solid transparent;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 37px;
	border-top: 5px solid transparent;
}

/**End of FAQs page**/

/* Sustainability Page */
.content-area .sc-img{
	margin-bottom:4rem;
	background-image:none !important;
	height:auto
}
.content-area .sc-img:after {
	display:none;
}
.content-area .sc-img img {
	display:block !important;
}

#primary + .container-fluid {
	margin-top:3rem;
}

.wp-block-table {
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	margin-bottom:2rem;
}
.wp-block-table table {
	width:100%;
}
.wp-block-table td, .wp-block-table th {
	border-bottom: 1px solid #e2e2e2;
    padding: 3rem;
    line-height: 130%;
}
/* End of Sustainability Page */

/**Media Queries for FAQs Page**/
/**Max width 1000px**/
@media screen and (max-width: 1000px) {
	
	.text-image-row-in {
		width: 100%;
	}
	
	.sc-text.text-center {
		bottom: 3%;
		width: 100%;
		margin: 0 auto;
	}
	
	.panel-faq{
		width: 100% !important;
		margin-right:0px;
	}
	
}
/**End of max width 1000px**/

/**Max width 768px**/
@media screen and (max-width: 768px) {
	
		.product-filter .nav > li > a {
			font-size: 18px !important;
		}

		.faq-container .panel-group {
		margin: 2em auto !important;
		}

		.top {
		padding-top: 2em;
		}

		.category_desc{
			font-size: 30px;
		}

		.product-filter .nav > li > a {
		padding: 2rem !important;
	}
	
	#primary + .container-fluid .col-xs-6 {
		width:100%
	}
	
	#primary + .container-fluid .col-xs-6:first-child {
		 position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;
	}
	
	#primary + .container-fluid .col-xs-6:first-child iframe {
		position: absolute;
		top: 0;
		left: 0; 
		width: 100%;
		height: 100%;
	}
	#primary + .container-fluid .col-xs-6 iframe {
		width:100%
	}

		
}
/**End of max width 768px**/

/**Max width 500px**/
@media screen and (max-width: 500px) {
	
	.product-filter .nav-pills {
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	border-left-color: transparent;
	border-right-color: transparent;
}
	
	.faq-container {
	margin-top: 0px;
	border-left-color: transparent;
	border-right-color: transparent;
}
	
	.faq-container .panel-group {
	padding: 3rem !important;
}
	
	.category_desc {
	font-size: 24px;
}
	
	.faq-heading h3 {
	font-size: 16.5px;
}
	
	.panel-body p {
	font-size: 15.5px;
}
	
	.top, .bottom {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}
	
	.accordion-cont .accordion-element-body{
		overflow-x: scroll;
	}
}
/**End of max width 500px**/
/**End of Media Queries for FAQs Page**/