/* CSS Document */
.cols {
	/* align-items: center; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 769px) {
	.col {
		width: 50%;
	}
}

.col img {
	display: block;
	height: auto;
	max-width: 100%;
}

.page-template-page-products h1 {
	font-size: 24px;
}
@media (min-width: 769px) {
	.page-template-page-products h1 {
		font-size: 28px;
	}
}
@media (min-width: 1025px) {
	.page-template-page-products h1 {
		font-size: 31px;
	}
}

   .page-template-page-products.scroll main {
        padding: 100px 0 40px;
    }
  .page-template-page-products  section:not(.hero-section) {
        margin-top: 50px;
    }
  .page-template-page-products #products .cols { 
    align-items: stretch;
    gap:45px;
  }
  .page-template-page-products #products .cols .col {
    display: flex;
    flex-direction: column;
    width:calc(50% - 22.5px);

  }

  .page-template-page-products #products .cols .col h2 {
    text-transform:uppercase;
    font-size:25px;
    line-height:1;
    letter-spacing:1px;
        margin: 5px 0 10px;
    color: #ee3126;
   
}

.page-template-page-products #products .cols .col.liquid h2{
    color:#0d2440;
}


.page-template-page-products #products > .cols > .col > .text-wrapper {
	background-color:#eff0f2;
	flex: 1;
	padding: 20px;
}
@media (min-width: 769px) {
	.page-template-page-products #products > .cols > .col > .text-wrapper {
		padding: 30px 40px 40px;
	}
}

#products .col .img-wrapper{
    position:relative;
}


#products .col .img-wrapper:before {
    width: 75%;
    height: 10px;
    content: "";
    background-color: #ee3126;
    position: absolute;
    top: -8px;
    left: 0px;
}

.page-template-page-products #products .cols .col.liquid .img-wrapper:before {
    background-color: #0d2440;
}

.page-template-page-products #products  .col .img-wrapper img {
    width:100%;
}

.page-template-page-products #products .product-cards.two-col {
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}
@media (min-width: 481px) {
	.page-template-page-products #products .product-cards.two-col {
		flex-direction: row;
	}
}
@media (min-width: 769px) {
	.page-template-page-products #products .product-cards.two-col {
		gap: 30px;
	}
}

.page-template-page-products #products .product-cards.two-col .product-card {
    background-color: #fff;
    width: 100%;
    display: flex;
    position: relative;
}
@media (min-width: 481px) {
	.page-template-page-products #products .product-cards.two-col .product-card {
		 width: calc(50% - 10px);
	}
}
@media (min-width: 769px) {
	.page-template-page-products #products .product-cards.two-col .product-card {
		 width: calc(50% - 15px);
	}
}

.page-template-page-products #products .product-cards.two-col .product-card:before {
   content:"";
    position:absolute:
    height:100%;
    width:5px;
    background-color:#ee3126;
}

.page-template-page-products #products .product-cards.two-col .product-card .thumb {
    width: 40%;
}

.page-template-page-products #products .product-cards.two-col .product-card .text-wrapper {
    width:60%;
    padding:24px 5px 24px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-template-page-products #products .text-wrapper p {
    font-size:23px;
        font-weight: 700;
}
 .page-template-page-products #products .product-cards.two-col .product-card .text-wrapper h4.product-name {
    font-size: 20px;
    color: #000;
    font-family: "Lato", sans-serif;
	 margin-bottom: 5px;
}

.page-template-page-products #products .product-cards.two-col .product-card .text-wrapper .links {
	bottom: 0;
	display: flex;
	position: absolute;
	right: 0;
}

.page-template-page-products #products .product-cards.two-col .product-card .text-wrapper .btn {
	border-radius: 0;
	box-shadow: none;
	color: #0d2440;
	padding: 6px 6px 0px;
	text-transform: uppercase;
}

.page-template-page-products #products .product-cards.two-col .product-card .text-wrapper .btn + btn {
	margin-top: 10px;
}

.page-template-page-products #products .product-cards.two-col .product-card .text-wrapper .btn.secondary {
	background-color: #ee3126;
	color: #fff;
}

.page-template-page-products .cta-full-width-section {
	background-color: #ee3126;
	color: #fff;
}
@media (min-width: 1025px) {
	.page-template-page-products .cta-full-width-section {
		display: flex;
	}
}

.page-template-page-products .cta-full-width-section.bg-blue {
	background-color: #0d2440;
}

.page-template-page-products .cta-full-width-section .row {
	flex-direction: column;
	width: 100%;
}
@media (min-width: 1025px) {
	.page-template-page-products .cta-full-width-section .row {
		flex-direction: row;
	}
}

.page-template-page-products .cta-full-width-section .col.title {
	align-items: flex-start;
	--bottom-right: 68.889%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 5.333%;
	position: relative;
	width: 30%;
}

.page-template-page-products .cta-full-width-section .col.title:before {
	background: #0d2440;
	bottom: 0;
	clip-path: polygon(0% 0%, 100% 0%, var(--bottom-right) 100%, 0% 100%);
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.page-template-page-products .cta-full-width-section .col.txt {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-template-page-products .cta-full-width-section .col.txt {
	padding: 60px 8.667%;
	width: 57.333%;
}
@media (min-width: 1400px) {
	.page-template-page-products .cta-full-width-section .col.txt {
		width: calc(100% - 640px);
	}
}

.page-template-page-products .cta-full-width-section h3 {
	color: #ebcb3c;
	font-size: 27px;
	line-height: 1.259;
}

.page-template-page-products .cta-full-width-section h4 {
	color: #fff;
	font-size: 21px;
	line-height: 1.667;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page-template-page-products .cta-full-width-section .col.img {
	position: relative;
}

.page-template-page-products .cta-full-width-section .col.img {
	width: 42.667%;
}
@media (min-width: 1400px) {
	.page-template-page-products .cta-full-width-section .col.img {
		width: 640px;
	}
}

.page-template-page-products .cta-full-width-section .col.img .img-holder {
	mask-image: url('/wp-content/uploads/cta_right_cover.svg');
	mask-repeat: no-repeat;
	overflow: hidden;
}

.page-template-page-products .cta-full-width-section .col.img img {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bgImageFadeIn;
	animation-name: bgImageFadeIn;
}

.page-template-page-products .cta-full-width-section .col.img:after {
	background-image: url('/wp-content/uploads/cta-accent-lines_right_red.svg');
	background-position: top left;
	background-repeat: no-repeat;
	bottom: 0;
	content: '';
	pointer-events: none;
	position: absolute;	
	top: 0;
	z-index: 2;
}

.page-template-page-products .cta-full-width-section .col.img:after {
	background-position: center left;
	left: -15px;
	right: 0;
}	

.page-template-page-products .cta-full-width-section.bg-blue .col.img:after {
	background-image: url('/wp-content/uploads/cta-accent-lines_right_blue.svg');
}

@media (max-width: 1024px) {
	.page-template-page-products  #products .cols .col {
		width: 100%;
	}
}

.page-template-page-products section#download {
	background-color: #ee3126;
	color: #fff;
}
@media (min-width: 769px) {
	.page-template-page-products section#download {
		display: flex;
		min-height: 380px;
	}
}

.page-template-page-products section#download .row {
	flex-direction: column;
	width: 100%;
}
@media (min-width: 1025px) {
	.page-template-page-products section#download .row {
		flex-direction: row;
	}
}

.page-template-page-products section#download .cols {
	width: 100%;
}

.page-template-page-products section#download .col.left {
	background-color: #f2f2f2;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	position: relative;
	width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-products section#download .col.left {
		padding: 20px 30px 20px 20px;
		width: 42%;
	}
}
@media (min-width: 1025px) {
	.page-template-page-products section#download .col.left {
		padding: 20px 40px 20px 20px;
	}
}
@media (min-width: 1200px) {
	.page-template-page-products section#download .col.left {
		mask-image: url('/wp-content/uploads/cta_left_cover.svg');
		mask-position: center right;
		mask-repeat: no-repeat;
		mask-size: cover;
		padding: 30px 3% 20px 6%;
	}
}

.page-template-page-products section#download .col.left:after {
	background-image: url('/wp-content/uploads/cta-accent-lines_right_red.svg');
	background-position: center right;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;	
	right: 0;
	top: 0;
	z-index: 2;
}
@media (min-width: 1200px) {
	.page-template-page-products section#download .col.left:after {
		content: '';
	}
}

.page-template-page-products section#download .col.left img.cover {
	margin: 0 auto;
	max-width: 292px;
	width: 100%;
}
@media (min-width: 1200px) {
	.page-template-page-products section#download .col.left img.cover {
		margin: 0;
	}
}

.page-template-page-products section#download .col.right {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}
@media (min-width: 769px) {
	.page-template-page-products section#download .col.right {
		padding: 20px 30px;
		width: 58%;
	}
}
@media (min-width: 1025px) {
	.page-template-page-products section#download .col.right {
		padding: 20px 40px;
	}
}
@media (min-width: 1200px) {
	.page-template-page-products section#download .col.right {
		padding: 20px 5.333%;
	}
}

.page-template-page-products section#download h3 {
	color: #fff;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
@media (min-width: 769px) {
	.page-template-page-products section#download h3 {
		font-size: 20px;
	}
}
@media (min-width: 1025px) {
	.page-template-page-products section#download h3 {
		font-size: 21px;
	}
}

.page-template-page-products section#download h2 {
	color: #ffdc0b;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
}
@media (min-width: 769px) {
	.page-template-page-products section#download h2 {
		font-size: 28px;
	}
}
@media (min-width: 1025px) {
	.page-template-page-products section#download h2 {
		font-size: 34px;
	}
}

.page-template-page-products section#download h4 {
	color: #fff;
	font-family: ITCAvantGardeGothicProMedium, sans-serif;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 30px;
}
@media (min-width: 769px) {
	.page-template-page-products section#download h4 {
		font-size: 24px;
	}
}
@media (min-width: 1025px) {
	.page-template-page-products section#download h4 {
		font-size: 27px;
	}
}