:root {
  --bulma-primary-h: 194deg;
  --bulma-primary-s: 87%;
  --bulma-primary-l: 36%;
  --bulma-link-h: 194deg;
  --bulma-link-s: 87%;
  --bulma-link-l: 36%;
  --bulma-success-h: 139deg;
  --bulma-success-s: 38%;
  --bulma-success-l: 58%;
  --bulma-family-primary: "itc-avant-garde-gothic-pro", sans-serif;
  --bulma-family-secondary: "itc-avant-garde-gothic-pro", sans-serif;
  --bulma-family-code: "itc-avant-garde-gothic-pro", sans-serif;
  --bulma-body-family: "itc-avant-garde-gothic-pro", sans-serif;
  --bulma-code-family: "itc-avant-garde-gothic-pro", sans-serif;
  --bulma-body-color: #666767;
  --bulma-body-weight: 300;
  --bulma-strong-color: #666767;
  --bulma-body-font-size: 1.2em;
  --bulma-size-3: 2.5rem;
  --bulma-link-text: rgb(12, 134, 172);
}

p a,
.toggle-content a,
ul li a{
	text-decoration: underline;
}

p {
    margin: 1em 0;
}

ul{
	list-style-type: disc;
}
	ul li,
	ol li{
		margin: 5px 0 0 25px;		
	}
	ul li ul{
		list-style-type: circle;	
	}

h3{
	margin-top: var(--bulma-block-spacing);
}

.page-content > section:not(:first-child) > div.container::before {
	content: "";
	display: block;
}
.page-content > section:not(:first-child) > div.container::before,
hr{
	background: rgb(12,136,172);
	background: linear-gradient(90deg, rgba(12,136,172,1) 0%, rgba(12,136,172,1) 50%, rgba(133,194,49,0.65) 100%);
	height: 8px;
	border: none;
	margin-top: 50px;
	margin-bottom: 50px;
}
hr.nomargin{
	margin: 0;
}

.button{
	font-weight: 700;
	text-decoration: none;
}


.title{
	font-weight: 500;
}


.hero.is-small .hero-body {
    padding: 4rem;
}

.nowrap{
	white-space: nowrap;
}


@media screen and (max-width: 768px) {
	.p-6{
		padding: 1rem 1rem !important;
	}
}


.featured-gradient{
	background: rgb(12,136,172);
	background: linear-gradient(90deg, rgba(12,136,172,1) 0%, rgba(12,136,172,1) 20%, rgba(133,194,49,1) 100%);
}

.faded-gradient{
	background: rgb(12,136,172);
	background: linear-gradient(90deg, rgba(12,136,172,0.2) 0%, rgba(12,136,172,0.2) 20%, rgba(133,194,49,0.2) 100%);
}



/* HEADER / NAVIGATION */

.btn-sign-up{
	height: fit-content;
    align-self: center;
    margin: 0.5rem 0.75rem;
}

.navbar-brand .navbar-item img, 
.navbar-brand .navbar-item svg{
	max-width: 300px;
	height: auto;
}
@media screen and (min-width: 769px) {
	.navbar-brand .navbar-item img, 
	.navbar-brand .navbar-item svg{
		max-width: 300px;
	}
}
@media screen and (min-width: 1400px) {
	.navbar-brand .navbar-item img, 
	.navbar-brand .navbar-item svg{
		max-width: 450px;
	}
}


.navbar{
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (min-width: 1024px) {
	.navbar{
		padding-left: 50px;
		padding-right: 50px;
	}
}

.navbar-item .ico{
	display: none;	
}
.navbar-dropdown .navbar-item:hover .ico{
	border: 1px solid var(--bulma-success);
}
.navbar-item img, .navbar-item img {
    max-height: none;
}

.navbar-item, .navbar-link {
	font-family: var(--bulma-family-primary);
}

a.navbar-item:hover, .navbar-item:hover .navbar-link, .navbar-link:hover,
.navbar-link.is-active, .navbar-link.is-selected, a.navbar-item.is-active, a.navbar-item.is-selected{
	background: none;
	color: var(--bulma-success)!important;
}


.navbar-item.has-dropdown{
	position: static;
}

.navbar-link.is-selected:not(.is-arrowless):after,
.navbar-item:hover .navbar-link:not(.is-arrowless):after{
	border-color: var(--bulma-success);
}

@media screen and (min-width: 1024px) {
	.navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown{
		display: flex;
	}
    .navbar-dropdown {
    	background-color: rgba(0,0,0,0.3); /* Black background with opacity */
    	backdrop-filter: blur(10px);
    	box-shadow: none; 
    	border: none;
    	border-end-end-radius: 0;
    	border-end-start-radius : 0;
    	justify-content: end;
    }
    	.navbar-item .ico{
			display: flex;
			border: 1px solid #ffffff;
			padding: 10px;
			border-radius: 50%;
			align-items: center;
			text-align: center;
			height: 50px;
			width: 50px;
		}
        .navbar-dropdown a.navbar-item {
	        /* width: 250px; */
    	    text-wrap: wrap;
        }
    	.navbar-dropdown a.navbar-item:not(.is-active,.is-selected){
    		background: none;
    	}    	
}

@media screen and (max-width: 1215px) {
	.navbar-dropdown .navbar-item img{
		display: none;
	}
	.navbar-dropdown .navbar-item:not(.is-active,.is-selected){
		color: var(--bulma-primary)!important;
		font-size: 1.2rem!important;
	}
}


/* HOME */

.banner-home{
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/layout/home-peak-smart-banner.jpg');
	background-position: center center;
	background-size: cover;
}
	.banner-home .title.is-1{
		font-size: 3rem;
	}
	@media screen and (min-width: 769px) {
		.banner-home .title.is-1{
			font-size: 4rem;
		}
	}
	@media screen and (min-width: 1024px) {
		.banner-home .title.is-1{
			font-size: 5rem;
		}
	}
	.banner-home h3{
		font-family: var(--bulma-body-family);
		font-size: 2.2rem;
		font-weight: 300;
		line-height: 2.4rem;		
	}
	

.featured-box-container{
	background: rgba(255,255,255,0.42);
	border-radius: 20px;
	padding: 0.6em;
	position: relative;
}
.featured-box-container:hover{
	background: rgba(255,255,255,0.5);
}
	.featured-box-container a{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		text-indent: -9999px;
		z-index: 10;
	}
	.featured-box-container .featured-box{
		border: 1px solid #ffffff;
		border-radius: 20px;
		padding: 2em;
		text-transform: lowercase;
	}	
		.featured-box-container .featured-box h3{
			font-family: var(--bulma-body-family);
			font-size: 2.2rem;
			font-weight: 300;
			line-height: 2.4rem;
		}	
		.featured-box-container .featured-box .sep{
			width: 40px;
			height: 0px;
			border-top: 1px solid #ffffff;
			margin: 10px auto 10px auto;
		}
		.featured-box-container .featured-box .sub{
			font-size: 1rem;
			line-height: 1.2rem;
		}


/* PAGES */

.waves-bg,
.page-content > section:last-child
{
	background: transparent url('/assets/layout/content-waves.svg') no-repeat bottom center;
	background-size: 100% auto;
}

.tagline{
	font-family: var(--bulma-family-primary);
}

.banner-gradient{
	background: rgb(12,136,172);
	background: linear-gradient(90deg, rgba(12,136,172,0.65) 0%, rgba(12,136,172,0.65) 20%, rgba(133,194,49,0.65) 100%);
}

.page-content > section:first-child > div.container{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 50%);
}
@media screen and (min-width: 769px) {
	.page-content > section:first-child > div.container{
		margin-top: -100px;
	}
}

.page-content > section:first-child:not(:only-child),
.page-content > section:first-child:not(:only-child) > div.container{
	padding-bottom: 0 !important;
}
.page-content > section:not(:first-child, :last-child, :only-child),
.page-content > section:not(:first-child, :last-child, :only-child) > div.container{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.page-content > section:last-child:not(:only-child),
.page-content > section:last-child:not(:only-child) > div.container{
	padding-top: 0 !important;
}


table.table{
	background: transparent;
	width: 100%;
}



/* RELATED DOWNLOADS */

ul.related-downloads{
	list-style-type: none;
}
ul.related-downloads li{
	margin:0;
}

a.button.related-download,
button.related-download{
	background: transparent;
	border: 1px solid var(--bulma-primary);
	font-weight: 400;
}
a.button.related-download:hover,
button.related-download:hover{
	opacity: 0.5;
}
	button.related-download .download{
		margin-right: 1em;
	}

a.button.related-download {
	padding-left: 3.2em !important;
	background: transparent url('/assets/layout/download.svg') no-repeat 1.2em center;
}



/* TOGGLE / ACCORDION */

.toggle-heading{
	color: var(--bulma-primary);
	padding-top: 0.5em;
	margin-top: 0.5em;
	cursor: pointer;
}
.toggle-heading::before{
	content: '';
	margin-right: 10px;
	position: relative;	
	top: 3px;
	display: inline-block;
	background: transparent url('/assets/layout/arrow_drop_down.svg') no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 20px;	
}
.toggle-heading.opened::before{
	transform: rotate(180deg);
}

.toggle-heading:not(:first-of-type){
	border-top: 1px solid #C3C3C3;
}

.toggle-content{
	display: none;
	margin-top: 0.5em;
	font-size: 90%;
}



/* OWL CAROUSELS */


.owl-carousel{
	display: flex!important;
    align-items: center;
}
.owl-theme .owl-nav{
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.owl-theme .owl-nav [class*=owl-]{
	position: absolute;
	font-size: 100px!important;
	color: #ffffff!important;
}

	.owl-theme .owl-nav [class*=owl-] span{
		display: none;		
	}

	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-prev:hover{	
		left: -100px;
		background: transparent url('/assets/layout/chevron.svg') no-repeat center center;	
		width: 32px;
		height: 55px;
		background-size: contain;
 	    transform: rotate(180deg);
	}
	.faded-gradient .owl-carousel .owl-nav button.owl-prev,
	.faded-gradient .owl-carousel .owl-nav button.owl-prev:hover{	
		background: transparent url('/assets/layout/chevron_left_white.svg') no-repeat center center;
		background-size: cover;
		transform: none;
		left: -100px;
		width: 50px;
		height: 80px;
	}
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-next:hover{	
		right: -100px;
		background: transparent url('/assets/layout/chevron.svg') no-repeat center center;
		width: 32px;
		height: 55px;
		background-size: contain;
	}
	.faded-gradient .owl-carousel .owl-nav button.owl-next,
	.faded-gradient .owl-carousel .owl-nav button.owl-next:hover{
		background: transparent url('/assets/layout/chevron_right_white.svg') no-repeat center center;
		background-size: cover;
		right: -100px;
		width: 50px;
		height: 80px;
	}

@media screen and (max-width: 1215px) {
	.owl-stage-outer{
		margin-top: 100px;
	}
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-prev:hover{	
		top: 0;
		left: 20px;
	}
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-next:hover{
		top: 0;
		right: 20px;
	}
}


.owl-carousel .owl-item .column p:first-child{
	margin-top: 0;
}
	

/* FOOTER */

footer .column.left{
	display: flex;
	column-gap: 20px;	
}
	footer .column.left form{}

a.social{
	display: block;
	width: 30px;
	height: 30px;	
	text-indent: -9999px;

}
a.facebook{
	background: transparent url("/assets/layout/icons8-facebook.svg") no-repeat center center;
	background-size: cover;
}
a.twitterx{
	background: transparent url("/assets/layout/icons8-twitterx.svg") no-repeat center center;
	background-size: cover;
}


