/*
Theme Name: Aquaterra Theme
Author: Aquaterra
Author URI: https://aquaterraenergy.com/
Version: 2.1
*/
/* @import url('assets/dist/blocks.css');
@import url("assets/css/spotler.css");
@import url("assets/css/form.css");
@import url("assets/css/starter.css"); */
/* IE Hack */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
}

/* Home 

.home-hero .home-hero-slide .home-hero-callouts-container .home-hero-callouts .home-hero-callouts-item .title {
    transform: skew(-19deg);
}
.home-hero .home-hero-slide .home-hero-callouts-container .home-hero-callouts .home-hero-callouts-item .body {
    transform: skew(-19deg);
}

*/

html { scroll-behavior: smooth; }
/* Header */

.site-menu .site-menu-nav ul li.active .site-menu-item .site-menu-link {
    background: #D1DFF1;
}

.site-menu .site-menu-nav ul li .site-menu-dropdown li.active a {
    background: #fff;
}

.current-solutions-ancestor a {
	background: #fff;
}

.site-header .site-header-right nav > ul > li.dropdown .dropdown-menu .active {
    background: #fff !important;
}

.site-menu .site-menu-nav ul li.active .site-menu-item .site-menu-link {
    background: #fff;
}

.post-template-default.single.single-post .site-header .site-header-right nav > ul > li.menu-item-393 {
    font-weight: 600;
}

.post-template-default.single.single-post .site-header .site-header-right nav ul li.menu-item-393 ul.dropdown-menu li.menu-item-376 a {
    background: #fff;
}

.archive.tag .site-header .site-header-right nav ul li.menu-item-393 ul.dropdown-menu li.menu-item-376 a {
    background: #fff;
}

.current-solutions-parent {
	background: #fff;
}

.site-header .site-header-right nav > ul > li.current-menu-parent > a {
    font-weight: 600;
}

.site-header .site-header-right nav > ul > li.current-menu-parent > a {
    font-weight: 600;
}

.site-menu-nav ul:nth-child(2) {
    padding: 0 !important;
}

/*
.menu-item-object-level {
	background: #fff;
}
*/

@media all and (max-width: 1200px) {
	
	.site-menu .site-menu-nav ul li.active .site-menu-item .site-menu-link {
		background: #D1DFF1;
	}
	
	.site-menu .site-menu-nav ul li .site-menu-dropdown li.current_page_item > a {
		background: #D1DFF1 !important;
	}
	
	.site-menu .site-menu-nav ul li.current_page_parent .site-menu-item .site-menu-link {
	    background: #D1DFF1;
	}
	
	.site-menu .site-menu-nav ul li.current_page_ancestor .active {
	    background: #fff;
	}
	
	.site-menu .site-menu-nav ul li .site-menu-dropdown li.current_page_item a {
		background: #fff !important;
	}
	
}

/* Form */

.form-message {
    font-size: 16px;
    /*text-align: center;*/
    margin: 20px 0 0;
}

.form-message a {
	color: #D1DFF1 !important;
}

.gf__form--43 {
    padding: 0 24px;
    width: 100%;
}

.gf__form--43 .gf__control {
    width: 100% !important;
	margin-top: 28px;
}

.gf__form--43 .gf__control .gf__control__label {
    display: block;
    margin: 0 0 3px 0;
    font-size: 18px;
    width: 100%;
}

.gf__form--43 .gf__control input {
	height: 60px;
    padding: 5px 24px 0 24px;
    width: 100%;
    color: #16284C;
    border-radius: 30px;
    border: 1px solid #16284C;
    background: transparent;
    transition: border 0.4s ease;
    outline: none;
}

.gf__form--43 .gf__control textarea {
    min-height: 150px;
    padding: 16px 24px;
    resize: none;
    width: 100%;
    color: #16284C;
    border-radius: 30px;
    border: 1px solid #16284C;
    background: transparent;
    transition: border 0.4s ease;
    outline: none;
}

.gf__form--43 .gf__submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 5px 45px 0 45px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 30px;
    border: none;
    background: #16284C !important;
    transition: color 0.2s, background-color 0.2s !important;
    width: auto !important;
    border: 1px solid #16284C !important;
}

.gf__form--43 .gf__submit:hover {
	color: #fff !important;
	background: #7AA3D7 !important;
	border: 1px solid #7AA3D7 !important;
}

.download-file {
	margin-top: 20px;
}

.single-products .hero.hero-theme-blue .btn {
	background-color: #fff;
    color: #16284C !important;
    text-decoration: none;
}
.single-products .hero.hero-theme-blue .btn:hover {
	background-color: #16284C;
    color: #fff !important;
}
.page-template-page-careers .bg-navy .btn {
	text-decoration: none;
}

/* Tags */

.tags-dropdown ul li a.active ion-icon {
	display: none !important;
}

/* Cookies */

.has-cookie-bar #catapult-cookie-bar {
    padding: 25px 0 !important;
}

.cookie-bar-bar .ctcc-inner {
    justify-content: space-between !important;
    max-width: 87.5rem !important;
    margin: 0 auto;
    padding: 0 1.25rem !important;
}

.ctcc-left-side {
	font-weight: 600 !important;
}

.ctcc-more-info-link {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.ctcc-more-info-link {
	    display: block !important;
	}
}

.cookie-bar-bar button#catapultCookie {
    margin: 0 !important;
    border-radius: 500px !important;
    padding: 0 !important;
    width: 50px;
    height: 50px;
    transition: all 0.5s ease;
    padding: 10px 9px 6px 9px !important;
}

.cookie-bar-bar button#catapultCookie:hover {
	background-color: #B8383D;
}


.page-template-page-careers .angle-video-image .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    padding: 5px 0 0 0;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    border: none;
    background: #16284C;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s;
}
.page-template-page-careers .angle-video-image .play-btn:hover {
    background: #7AA3D7;
}

.author-avatar {
	display: grid;
    grid-template-columns: auto 2fr;
	column-gap: 20px;
	margin-top: 50px;
	padding-left: 20px;
	border-left: 1px solid currentcolor;
}
.author-bio {
	padding-top: 20px;
	padding-left: 20px;
	border-left: 1px solid currentcolor;
	font-size: 14px;
	font-style: italic;
}
.author-avatar > img {
	max-width: 80px;
    object-fit: contain;
}
.author-avatar > :first-child {
	grid-column: 1 / span 1;
    grid-row: 1 / span 2;
}
.author-avatar > .author {
	font-size: 20px;
	text-transform: uppercase;
}
.author-avatar > div:nth-child(2) {
	grid-column: 2 / span 1;
    grid-row: 1 / span 1;
}
.author-avatar > .author-title {
	font-size: 16px;
	align-self: end;
}
.author-avatar > div:nth-child(3) {
	grid-column: 2 / span 1;
    grid-row: 2 / span 1;
}
.article-content.hide-desktop {
	padding-bottom: 20px;
}
.single .icon-link {
	padding-top: 50px;
}