/*** TYPOGRAPHY ***/

@font-face {
    font-family: 'barolinethree';
    src: url(../../../../../../../../themes/PM2023/fonts/baro-linethree-webfont.woff2) format('woff2'),
         url(../../../../../../../../themes/PM2023/fonts/baro-linethree-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

    @font-face {
    font-family: 'Futura Condensed PT Medium';
    font-style: normal;
    font-weight: normal;
    src: url(../../../../../../../../themes/PM2023/fonts/futura-condensed-pt-medium-589e44ed1e3a5.woff) format('woff');
    	font-display: swap;
    }


@font-face {
    font-family: 'futuralight_condensed';
    src: url(../../../../../../../../themes/PM2023/fonts/futura-condensedlight-webfont.woff2) format('woff2'),
         url(../../../../../../../../themes/PM2023/fonts/futura-condensedlight-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

/*** NEW COLOURS ***/

.dark_purple {
	color: rgba(40,34,60,1);
}

.purple {
	color: rgba(80,07,120,1);
}

.cyan {
	color: rgba(10,252,252,1);
}

    

/** MEDIA QUERY **/
    
@media (min-width: 768px) {
	
	.footer_nav {
		display:block;
	}
}


/** GLOBAL **/

html {
  scroll-behavior: smooth;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	position: relative;
	background-color: rgba(40,34,60,1);		
}

a {
	color: rgba(40,34,60,1);
	text-decoration: underline;	
}

a:hover {
	color: rgba(40,34,60,1);
	text-decoration: none;	
}

.single-post a {
	font-weight: 400;
}

.single-post a.btn {
	font-weight: 700;
}


a.copy_link {
	font-size: 16px;
	font-weight: 700;
	color: rgba(40,34,60,1) !important;
	text-decoration: none;
	margin: 0 auto;
	width: 100%;
	display:block;
	text-align: center;	
}

a.copy_link:after {
	display: inline-block;
	font-family:'Bootstrap-icons';	
	content: '\F138';
	padding-left: 10px;
	position:relative;
	top: 3px;	
}

a.copy_link:hover {
	color: rgba(40,34,60,0.7) !important;
	text-decoration: underline !important;
}

a.copy_link:hover:after {
	transform: translateX(10px);	
}

.single_content a.copy_link {
	text-align: left;
}

.copy_link a {
	font-size: 16px;
	font-weight: 700;
	color: rgba(40,34,60,1) !important;
	text-decoration: none;
	margin: 0 auto;
	width: 100%;
	display:block;
	text-align: center;	
}

.copy_link a:after {
	font-family:'Bootstrap-icons';	
	content: '\F138';
	margin-left: 10px;
	position:relative;
	top: 3px;			
}

.copy_link a:hover {
	color: rgba(40,34,60,0.7) !important;
	text-decoration: underline !important;	
}

.copy_link a:hover:after {
	transform: translateX(10px);	
}


img {
	width: 100%;
	height: auto;
}

.max_width_300_image_centered {
	max-width: 300px;
	margin: 0 auto;
	padding:30px 0;
}

.max_width_600_image_centered {
	max-width: 600px;
	margin: 0 auto;
	padding:30px 0;	
}

h1 {
	font-family: 'barolinethree';
	padding: 40px 0 10px 0;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
}

@media (min-width: 768px) {
	h1 {
		font-size: 36px !important;
		line-height: 42px !important;
	}	
}

.home h1 {
	padding-top: 50px;
	font-size: 38px;
	line-height: 42px;
	text-align:center !important;
}

.header h1 {
	padding-left: 20px;
	padding-right: 20px;
}

h2 {
	font-family: 'Futura PT Medium';
	font-family: 'Futura Condensed PT Medium';	
	padding: 20px 0 20px 0;
	margin: 30px auto 0 auto;
	max-width: 550px;
	font-size:34px;
	line-height: 38px;
	color: rgba(40,34,60,1);
	text-transform: uppercase;
	text-align: center;
}

.home h2 {
	max-width: 900px;
}

h2:before {
	content: " ";
	border: 3px solid rgba(10,252,252,1);
	width: 50px;
	margin: 0 auto;
	margin-bottom: 12px;
	display: block;
}

/*h2:after {
	content:".";
}*/


h3 {
	font-size:28px;	
	text-transform: uppercase;	
    font-family: 'Futura Condensed PT Medium';
	text-align: center; 
	padding-top: 20px;   	
}

h4 {
	font-size:22px;	
	text-transform: uppercase;	
    font-family: 'Futura Condensed PT Medium';
	text-align: center; 
	padding-top: 20px;  	
}

.footer h3 {
	padding-top: 0px; 	
	text-align: left;
}

.gradient_text {
  /* Fallback: Set a background color. */
  background-color: rgba(40,34,60,1);
  
  /* Create the gradient. */
  background-image: linear-gradient(180deg, #b497c4, #98fdfd);
  
  /* DARKER AS PER THE VISUAL */
  background-image: linear-gradient(180deg, #5e3a76, #288c8c);
  
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.bold {
	font-weight: 700;
}


/** BUTTONS **/

.btn {
    font-family: 'Lato';
    font-weight: 700;	
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 14px;
    color: rgba(40,34,60,1);
    background-color: rgba(10,252,252,1);
    text-transform: uppercase;
    border: 2px solid rgba(10,252,252,1);
    border-radius: 25px;
    padding: 16px 50px 14px 50px;
    transition: all ease 0.5s;    	
}

.btn:hover {
    background-color: rgba(255,255,255,0);
    border: 2px solid rgba(10,252,252,1);
    color: rgba(255,255,255,1);
    transition: all ease 0.5s;
}

.btn_header_top {
    font-family: 'Lato';
    font-weight: 700;	
	margin-top: 42px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
    /*color: rgba(10,252,252,1);*/
    color: rgba(40,34,60,1);
    /*background-color: rgba(10,252,252,0);*/
    background-color: rgba(10,252,252,1);    
    text-transform: uppercase;
    border: 2px solid rgba(10,252,252,1);
    border-radius: 25px;
    padding: 10px 10px 10px 10px;
    transition: all ease 0.5s;    	
}

.btn_header_top:hover {
    background-color: rgba(255,255,255,0);
    /*border: 2px solid rgba(255,255,255,1);*/
    border: 2px solid rgba(10,252,252,1);    
    color: rgba(255,255,255,1);
    transition: all ease 0.5s;
}

.btn_header_sticky_mobile {
    font-family: 'Lato';
    font-weight: 700;	
	margin-top: 2px;
	margin-left: 20px;
	font-size: 11px;
	line-height: 14px;
    color: rgba(40,34,60,1);
    background-color: rgba(10,252,252,1);    
    text-transform: uppercase;
    border: 2px solid rgba(10,252,252,1);
    border-radius: 25px;
    padding: 10px 10px 10px 10px;
    transition: all ease 0.5s;    	
}



.btn_light:hover {
    background-color: rgba(255,255,255,0);
    border: 2px solid rgba(10,252,252,1);
    color: rgba(40,34,60,1) !important;
    transition: all ease 0.5s;
}

.btn_header:hover {
    background-color: rgba(255,255,255,0);
    border: 2px solid rgba(10,252,252,1);
    color: rgba(255,255,255,1);
    transition: all ease 0.5s;    	
}

.btn_header_two {
    background-color: rgba(255,255,255,0);
    /*background-color: rgba(40,34,60,1);*/
    border: 2px solid rgba(10,252,252,1);
    /*border: 2px solid rgba(40,34,60,1); */
    color: rgba(10,252,252,1);
    /*color: rgba(40,34,60,1);*/
    transition: all ease 0.5s;
    margin-left: 0px;
    margin-bottom: 50px;     	
}

.btn_header_two:hover {
    background-color: rgba(255,255,255,0);
    border: 2px solid rgba(255,255,255,1);
    /*border: 2px solid rgba(40,34,60,1);*/
    color: rgba(255,255,255,1);
    transition: all ease 0.5s;    	
}

a.btn_copy {
	font-size: 12px;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(40,34,60,1); 
    color: rgba(40,34,60,1);
    transition: all ease 0.5s;     	
}

a.btn_copy:hover {
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(10,252,252,1);
    color: rgba(40,34,60,1);
    transition: all ease 0.5s;    	
}

p.btn_copy a {
	max-width: 300px;
	display:block;
	width:auto;
	margin-left: auto;
	margin-right: auto;
    text-transform: uppercase;		
	margin-top: 42px;	
	text-decoration: none;
    font-family: 'Lato';
    font-weight: 400;		
	font-size: 12px;
	margin-bottom: 10px;	
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(40,34,60,1); 
    color: rgba(40,34,60,1);
    border-radius: 25px;
    padding: 10px 16px 10px 16px;
    transition: all ease 0.5s;      	
}

p.btn_copy a:hover {
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(10,252,252,1);
    color: rgba(40,34,60,1);
    transition: all ease 0.5s;    	
}

.btn_centered {
	display:block;
	max-width: 58%;
	margin: 10px auto;
}

.excerpt_cta a.btn {
	width: 250px;
}

.btn_np {
	margin: 0 4px;
	width: 60px !important;
	padding: 16px 10px 14px 10px;
}

.btn_np_pre {
	margin-left: 20px;
}


/** VIDEO **/


.video {
	position: relative;
	width: 100%;
	min-height: 650px;
	max-height: 650px;
	margin: 0 auto;
	top:0;
	left:0;
	z-index: 0;
}

.video_holder_mobile {
	max-height: 650px;	
	overflow: hidden;
	z-index: 0;		
}

.video_holder {
	display:none;
	max-height: 650px;	
	overflow: hidden;
	z-index: 0;		
}

@media (min-width: 768px) {
	.video {
		width: 100%;
		min-height: auto;
		max-height: 500px;
	}
	
	.video_holder {
		display:block;
		max-height: 500px;		
	}
	
	.video_holder_mobile {
		display:none;
	}	 	
}

@media (min-width: 992px) {
	.video {
		width: 100%;
		min-height: auto;
		max-height: 575px;
	}
	
	.video_holder {
		max-height: 575px;		
	}	
	 	
}

#myVideo {
    position: relative;
    width: 100%; 
    min-height: auto;
    z-index: -10;
}

@media (min-width: 768px) {
	#myVideo {
	    width: 120%; 
	}	
}

@media (min-width: 992px) {
	#myVideo {
	    width: 100%; 
	}	
}

.video_overlay {
	background: linear-gradient(180deg, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.4) 99%);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hidden_on_mobile {
	display:none;
}

@media (min-width: 1000px) {
	.hidden_on_mobile {
		display:block;
	}
}


/** MAPS **/

.page_content_maps {
	padding-bottom: 70px !important;
}

.page_content_maps a {
	text-decoration: none;
}

.page_content_maps a:hover {
	text-decoration: underline;
}

.map_holder {
	margin: 20px;
	border: 1px solid  #cccccc;
}

.map_holder img {
	margin: 0 !important;
}

/** HEADER **/

.header {
	position: relative;
	min-height: 500px;
	z-index:1;
}

.home .header {
	position: relative;
	min-height: 650px;
}

.header_container {
	min-height: 500px;
	position: relative;
    z-index: 3; 	
}

/*.home .header_container {
	min-height: 650px;
	position: relative;
    z-index: 3;
    overflow:visible;	
}*/

.background_image {
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: relative;
    z-index: 0;
}

.background_image_tint {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.8) );
	
}

.page-id-100 .background_image_tint {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.9) );
	
}

.background_image_tint_over_grad {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.9) );
	
}

.single-post .background_image_tint_over_grad {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.9) );	
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.container_grad {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	mix-blend-mode: hard-light;
	background-image: linear-gradient(0deg, rgba(14,250,250,0.9), rgba(157,120,178,0.9) );
}

.container_grad img {
	margin-bottom: 0;
	opacity: 0.9;
}

.header .brand img {
    margin-top: 30px;
    margin-left: 6px;
    width: 200px;
    height: auto;
    position:relative;
    z-index: 100;
}

.header_cta {
	text-align: right;
}

.global {
	color: #ffffff;
	font-size: 20px;
	display:block;
	position: absolute;
	top: 51px;
	right: 316px;	
}

.search_me {
	display:none;
}

.mobile_search {
	display:block;
	width: 100%;
	cursor: default !important;
	padding: 10px 0 20px 0;
}

.mobile_search input {
	font-family: 'Lato', sans-serif;
	width: 250px;
	padding: 8px 16px 9px 16px;
	/*border-radius: 25px;*/
	line-height: 14px;
	border: 2px solid rgb(40,34,60);
	background: transparent;
	color: rgb(40,34,60);	
}

/*
.search_mobile {
	color: #ffffff;
	font-size: 20px;
	display:block;
	position: absolute;
	top: 48px;
	right: 190px;
	cursor: pointer;	
}

.search_field_mobile {
	display:none;	
	width: 250px;
	left: -265px;
	position: absolute;
	top: -7px;
}

.search_field_show_mobile {	
	display:block;
}

.search_field input_mobile {
	width: 250px;
	padding: 8px 16px 9px 16px;
	border-radius: 25px;
	line-height: 14px;
	border: 2px solid #ffffff;
	background: transparent;
	color: #ffffff;
	font-size: 14px;	
}*/

.global {
	top: 47px;
	right: 165px;	
}

@media (min-width: 1000px) {

	.search_me {
		display:block;
	}
	
	.search_show {
		color: rgba(255,255,255,1);
	    transition: all ease 0.5s; 		
	}
	
	.search_show:hover {
		color: rgba(255,255,255,0.6);
	    transition: all ease 0.5s; 		
	}
	
	.search {
		color: #ffffff;
		font-size: 20px;
		display:block;
		position: absolute;
		top: 48px;
		right: 170px;
		cursor: pointer;	
	}
	
	.search_field {
		display:none;	
		width: 250px;
		left: -265px;
		position: absolute;
		top: -7px;
	}
	
	.search_field_show {	
		display:block;
	}
	
	.search_field input {
		width: 250px;
		padding: 8px 16px 9px 16px;
		border-radius: 25px;
		line-height: 14px;
		border: 2px solid #ffffff;
		background: transparent;
		color: #ffffff;
		font-size: 14px;	
	}

}

p.header_text {
	color: #ffffff;
	padding: 10px 0 20px 0;
	font-weight: 500;
	font-size: 16px;
	width: 80%;	
}

.excerpt_cta {
	padding-right: 20px;
	padding-left: 20px;
}

.home .excerpt_cta {
	text-align: center;
	width: 100%;
}

.home p.header_text {
	width: 100%;	
}

#mega-menu-wrap-primary {
	position:relative;
	top: -60px;
    /*font-family: 'Futura Condensed PT Medium';*/	
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: 'futuralight_condensed';
	font-size: 20px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'futuralight_condensed';
	font-size: 20px;	
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:after {
	content: ''; 
	border-bottom: 1px solid rgba(40,34,60,0.5);
	display:block;
	margin-right: 20px;
	height: 2px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:after {
		content: ''; 
	border-bottom: 1px solid rgba(40,34,60,0.5);
	display:block;
	height: 2px;
	padding: 4px 0 6px 0;
	
}

.mega-sub-menu ul ul {
	padding-top: 10px !important;
}

.mega-sub-menu ul ul li {
	padding-bottom: 10px !important;
}

.textwidget {
	font-size: 16px;
	line-height: 20px;
	padding-right: 10px;
}

.pos_rel {
	position: relative;
}

/*.stickyNav {
	text-align:right;
	position: fixed;
	padding: 10px 15px 20px 15px;
	z-index:9999;	
	top: -60px;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.9);
	background: rgba(40,34,60,0.9);
	transition: top ease 0.5s;
}

.sticky_cta {
	display: block;
	position: absolute;
	top: -40px;
	left:0;
	z-index:99995;
}

.stuckOnYou {
	top: 0;
	transition: top ease 0.5s;
}

.stickyNav #mega-menu-wrap-primary {
	top: 0;
}*/	

/** FOOTER **/


.footer_cta {
	/*position: relative;*/
	min-height: 500px;
	/*z-index: 0;*/	
}

.footer_cta_container {
	min-height: 500px;
	position: relative;
    z-index: 3;	
}

.footer_cta .footer_background_image {
	background-position: -650px center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: relative;
    z-index: 1;
}

.footer_cta .footer_background_image_tint {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 80%);
}

p.footer_cta_text {
	font-family: 'barolinethree';
	padding: 40px 0px 20px 0px;
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;	
}

@media (min-width: 768px) {
	p.footer_cta_text {
		font-family: 'barolinethree';
		padding: 40px 0px 20px 0px;
		font-size: 36px;
		line-height: 42px;
		color: #ffffff;	
	}
}


p.footer_cta_supporting_text {
	padding: 10px 80px 20px 0px;
}

.footer_cta_content {
	padding: 0 20px;
	width: 85%;		
}

.footer {
	background-color: rgba(40,34,60,1);
	background-image: var(--wpr-bg-4112003b-9c04-4952-9384-1c362fc62904);
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 100px;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
}

.footer_brand img {
	width: 250px;
	height: auto;
	padding-bottom: 30px;
	padding-left: 10px;
}

.footer h3 {
	margin: 0 20px 8px 20px;
	font-size: 20px;
}

.footer p {
	margin: 0 20px 10px 20px;
	line-height: 20px;
}

.footer ul {
	margin:0 20px 0 20px;
	padding: 0;
	padding-bottom: 20px;
}

.footer li {
	list-style-type: none;
	margin:0;
	padding: 0;
}

.footer a {
	text-decoration: none;
	color: rgba(255,255,255,0.7);
}

.footer a:hover {
	color: rgba(255,255,255,1);
    transition: color ease 0.5s; 	
}

.footer ul.social_links {
	padding: 0;
	padding-top: 20px;
}

.footer ul.social_links li {
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: rgba(255,255,255,0.7);
}

.footer ul.social_links a {
	font-size: 22px;
	color: rgba(40,34,60,1)
}

.footer ul.social_links li:hover {
	background: rgba(255,255,255,1);
    transition: background ease 0.5s; 	
}

.footer_copyright {
	padding-top: 20px;
}

.footer_quality img {
	max-width: 320px;
	padding-bottom: 30px;
	opacity: 0.5;
	padding-left: 20px;
}

/** CONTENT **/

.white_background {
	background: #ffffff;		
}

.content {
	padding: 30px 30px;
	text-align: center;	
}

.content_one {
	padding-bottom: 0;
}

.content_two {
	padding: 20px 30px 50px 30px;
	text-align: center;
}

.single .content_two {
	padding: 20px 0px 50px 0px;
}

@media (min-width: 600px) { 
	.content_two {
		padding: 20px 30px 50px 30px;
	}
	.single .content_two {
		padding: 50px 0px 50px 0px;
	}
}

.page_content_two {
	padding: 20px 30px 70px 30px;
	text-align: center;
}

.content_three {
	padding: 20px 30px;
	text-align: center;
}

.content_four {
	padding: 20px 30px 50px 30px;
	text-align: center;
}

.content_five {
	padding: 20px 30px 50px 30px;
	text-align: center;
}

.content_left {
	text-align: left;
}

.content p {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content ul {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-left: 17px;
}

.content_two p {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content_two ul {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content_three p {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content_three ul {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content_four p {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content_four ul {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content_five p {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content_five ul {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content p:first-child {
	padding-top: 40px;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;	
}

.content_two p:first-child {
	padding-top: 0px;
	font-weight: 300;
	font-size: 18px !important;
	line-height: 24px !important;
}

.content_two p:first-child img {
	margin-top: 0;
}

.content ul {
	margin: 30px auto;
}

.content li {
	/*list-style-type: none;
	border-top: 2px dotted rgba(10,252,252,1);*/
	padding: 10px;
}

.content_two ul {
	max-width: 650px;
	margin: 10px auto 20px auto;
}

.content_two li {
	/*list-style-type: none;
	border-top: 2px dotted rgba(10,252,252,1);*/
	padding: 0 0 10px 0;
}

.content_two img {
	border-radius: 10px;
	margin: 20px 0;	
}


.content_three ul {
	max-width: 650px;
	margin: 10px auto 20px auto;
}

.content_three li {
	/*list-style-type: none;
	border-top: 2px dotted rgba(10,252,252,1);*/
	padding: 0 0 10px 0;
}

.content_four ul {
	max-width: 650px;
	margin: 10px auto 20px auto;
}

.content_four li {
	/*list-style-type: none;
	border-top: 2px dotted rgba(10,252,252,1);*/
	padding: 0 0 10px 0;
}

.content_guidelines p {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
}

/** HOMEPAGE **/

.content_content {
	margin: 0 auto;	
	padding-bottom: 0;
}

.hp_section_ce {
	position: relative;
	min-height: 420px;
	overflow:hidden;
	z-index: 0;	
}

.hp_section_ce_container {
	min-height:420px;
	position: relative;
    z-index: 3;	
}

.hp_section_ce .hp_section_ce_background_image {
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: relative;
    z-index: 1;
}

.hp_section_ce .hp_section_ce_background_image_tint {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 80%);
}

p.hp_section_ce_text {
	font-family: 'barolinethree';
	padding: 50px 0px 20px 0px;
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;	
}

@media (min-width: 768px) { 
	p.hp_section_ce_text {
		font-size: 36px;
		line-height: 42px;
	}
}

.hp_section_ce_content {
	padding: 0 20px;
	width: 80%;		
}

.hp_section_sectors {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	position:relative;
	z-index: 0;		
}

.hp_section_sectors img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	margin: 40px 0px 20px 0px;
	border: 3px solid rgb(255,255,255);
	transition: all ease 0.5s;	
}

.hp_section_sectors img:hover {
	/*position:relative;
	top: -5%;
	left: -5%;
	width: 110%;*/
	box-shadow: 0 0 15px rgba(40,34,60,0.6);
	border: 3px solid rgb(10,252,252);
    transition: all ease 0.5s;
    transform:scale(1.1); 
}

.home .hp_section a {
	font-weight: 400;
	text-decoration: none;
	color: rgba(40,34,60,1);
}

.home .hp_section a:hover {
	text-decoration: none;
	color: rgba(40,34,60,0.6);
}

.hp_section a.btn {
	font-weight: 700;	
	text-decoration: none;
	color: rgba(40,34,60,1);
}

.hp_section_components {
	background: rgba(40,34,60,0.05);
	padding: 30px 0 50px 0;
	position:relative;
	z-index: 0;		
}

.cs_image {
	position: relative;
	width: 250px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

/*.cs_image_gradient_overlay {	
	border-radius: 50%;	
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:5;
	mix-blend-mode: hard-light;
	background-image: linear-gradient(0deg, rgba(14,250,250,0.9), rgba(157,120,178,0.9) );
	transition: all ease 0.5s;	
}*/

.cs_image img {
	border-radius: 50%;	
	width: 100%;
	height: auto;
	transition: all ease 0.5s;
}

.white {
	background: rgba(255,255,255,0) !important;
}

#components_slider .sa_hover_container {
	background: rgba(255,255,255,0) !important;	
}

.owl-item {
	padding-top: 10px;
}

.owl-item:hover .cs_image img {
	box-shadow: 0 0 15px rgba(40,34,60,0.6);	
	border: 3px solid rgb(10,252,252);
    transition: all ease 0.5s;
    transform:scale(1.1);
}

.owl-item p {
	font-weight: 400;
}

.sa_owl_theme .owl-item .sa_hover_container .sa_hover_fullslide .sa_slide_link_icon:hover, .sa_owl_theme .owl-item .sa_hover_container .sa_hover_fullslide .sa_popup_zoom_icon:hover, .sa_owl_theme .owl-item .sa_hover_container .sa_hover_fullslide .sa_popup_video_icon:hover {
	background-color: rgba(255,255,255,0) !important;
}

#components_slider .owl-dots .owl-dot span { 
	border: 2px solid rgba(40,34,60,0.4) !important;
	background: transparent !important;
	width: 12px !important;
	height: 12px !important;
}

#components_slider .owl-dots .active span { 
	border: 2px solid rgba(40,34,60,1) !important;
	background: transparent !important;
	width: 12px !important;
	height: 12px !important;		
}


.hp_section_wp {
	position: relative;
	/*min-height: 400px;*/
	overflow:hidden;
	z-index: 0;			
}

.hp_section_wp_container {
	min-height:400px;
	position: relative;
    z-index: 3;	
}

.hp_section_wp .hp_section_wp_background_image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: relative;
    z-index: 1;
}

.hp_section_wp .hp_section_wp_background_image_tint {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 75%, rgba(255,255,255,0) 100%);
}

p.hp_section_wp_text {
	font-family: 'barolinethree';
	padding: 70px 0px 20px 0px;
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;	
}

@media (min-width: 1000px) { 
	p.hp_section_wp_text {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (min-width: 1200px) { 
	p.hp_section_wp_text {
		font-size: 36px;
		line-height: 42px;
	}
}

.hp_section_wp_content {
	padding: 0 10px 0 20px;
	width: 100%;		
}

@media (min-width: 768px) {
	.hp_section_wp_content {
		padding: 0 20px;
		width: 80%;		
	}	
}

.hp_section_wp_content a.btn {
	margin-bottom: 70px;
}

p.hp_section_wp_supporting_text {
	padding: 10px 80px 20px 0px;
}

.hp_section_news_content {
	padding-left: 30px;
	padding-right: 30px;
}

@media (min-width: 600px) { 
	.hp_section_news_content {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.hp_section_news {
	position:relative;
	z-index: 0;		
}

.hp_section_news .news_item a {
	font-weight: 300;
}

.benefits {
	background: rgba(40,34,60,0.05);
	padding: 30px 0 50px 0;
	text-align: center;
}

.benefits_text {
	background: rgba(40,34,60,0.05);
	padding-bottom: 20px;
}

.benefits .container {
	max-width: 1100px;
}

.benefits_image_holder {
	padding: 10px 20px;
}

.benefits img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	max-width: 200px;
	margin: 0 auto 30px auto;
	background-color: rgb(40,34,60);	
}

.benefits p {
	font-weight: 400;
}

.customers {
	/*background: rgba(40,34,60,0.05);*/
	padding: 0;
	text-align: center;	
}

.ce_customers {
	background: rgba(40,34,60,0.05);
	margin-top: 70px;
	padding-top: 20px;
	padding-bottom: 70px;
}

.about_customers {
	background: rgba(40,34,60,0.05);
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 70px;
}

.customers .container {
	max-width: 700px;
}

.customers img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	margin: 0px;	
}

.components {
	background: rgba(255,255,255,1);
	padding: 0px 0px 20px 0;
	position:relative;
	z-index: 0;		
}

.components_image_holder img {
	border-radius: 10px;
}

.ce_components {
	text-align: center;
	background: rgba(40,34,60,0.05);
	margin-top: 70px;
	padding-top: 20px;
	padding-bottom: 70px;
}

.certificates {
	background: rgba(40,34,60,0.05);
	padding: 30px 0 50px 0;
	text-align: center;	
}

.certificates span {
	margin: 0 10px;
}

.certificates span .btn {
	width: 195px;
}

.related_articles {
	background: rgba(255,255,255,1);
	padding: 30px 0 50px 0;
	text-align: center;	
}


hr.profiles_divider {
	margin-top: 20px;
	margin-bottom: 20px;	
	border-top: 2px dotted rgb(40,34,60);
}

.profiles {
	padding-top: 2em;
}

.profile_explanation img {
	padding-top: 4em;
	width: 80%;
	height: auto;	
}

.profiles h3 {
	position:relative;
	margin-top: 30px;
}

.profiles h3 span {
	display:block;
	position:absolute;
	top: -20px;
	left: 46.5%;
	font-size:13px;
	background:rgba(40,34,60,1);
	color: #ffffff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	padding: 3px 0 0 0;
	margin-top: -1em;
}

.profiles img {
	width: 90%;
	height: auto;
	padding-top: 1em;
	padding-bottom:1em;
}

.profiles p {
	width: 90%;
	margin: 0 auto;
}

.single-post .background_image_tint {
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.single_content img {
	max-width: 800px;
	margin-top: 30px;
	margin-bottom: 0px;
	border-radius: 10px;
}

.single_content .content_two img {
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.single_content_bottom {
	padding-bottom: 30px;
}

.single-post .header {
	min-height: 400px;	
}

:lang(de) .single-post .header h1 {
	font-size: 26px;
	width: 100%;
	margin: 0 auto;
	text-align: left;	
}

.header h1 {
	font-size: 30px;
	line-height: 40px;
	width: 100%;
	margin: 0 auto;
	text-align: left;	
}

.single-post .header h1 {
	padding-top: 70px;	
}

@media (min-width: 600px) {
	
	:lang(de) .single-post .header h1 {
		text-align: center;	
	}
	
	.single-post .header h1 {
		font-size: 36px;	
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding-top: 50px;	
	}
	
}

@media (min-width: 768px) {
	
	.single-post .header h1 {
		padding-top: 100px;	
	}
	
}

.single-post .header_container {
	min-height: 400px;	
}

.single-post .header_container h1 {
	padding-bottom: 30px;	
}

.page-id-113 .header {
	min-height: 400px;	
}

.page-id-113 .header_container {
	min-height: 400px;	
}

.page-id-113 .header_container h1 {
	padding-bottom: 30px;	
}

.news_list {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-id-18 .news_list {
	padding-top: 0px;
	padding-bottom: 50px;
}

.news_item {
	padding: 0 0 30px 0;
}

@media (min-width: 600px) { 
	.news_item {
		padding:30px;
	}
}

.news_featured_image {
	height: 250px;
	border-radius: 10px;
	background-position: center center;
	background-size: cover;	
}

.news_link {
	width: 100%;
	height: 100%;
	display: block;
}

.news_item img {
	width: 110%;
	height: auto;
}

.news_featured_image:hover {
	box-shadow: 0 0 15px rgba(40,34,60,0.6);	
	border: 3px solid rgb(10,252,252);
    transition: all ease 0.5s;
    transform:scale(1.1);
}

.news_date {
	color: rgba(80,7,120,1);
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 4px !important;
	position:relative;
}

.news_item a {
	min-height: 80px;
	text-decoration: none;
}

.news_item a:hover {
	text-decoration: underline;
}

.news_date .news_cat_name {
	display:block;
	font-weight: 700;
}

.news_date .news_date_right {
	display:block;
	position: absolute;
	right: 0;
	top: 20px;
	font-weight: 300;
	text-align: right;
}

.news_date_single {
	color: rgba(80,7,120,1);
	font-size: 16px !important;
	text-align: left;	
}

.components_video {
	max-width: 800px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;	
}

.max_video_width {
	max-width:800px;
	margin: 0 auto;	
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.NoTopMargin {
	margin-top: 0.8em !important;
}

.single .videoWrapper {	
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-bottom: 53.85%; /* ? */
	padding-top: 25px;
	height: 0;
	margin-top: 30px;
	margin-bottom: 50px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.components_gallery {
	padding: 30px 0px;
	width: 100%;
	margin: 0 auto;
}

.page_gallery {
	padding: 30px 0px;
	width: 100%;
	margin: 0 auto;
}

.related_article_content img {
	border-radius: 20px;
	padding: 10px 0;
	margin-top: 0px;
}

@media (min-width: 600px) { 
	.related_article_content img {
		padding: 10px;
		margin-top: 10px;
	}
}

.related_article_content {
	text-align: left;
	margin: 20px 0;
	padding: 20px;
}

.related_article_content h3 {
	font-size: 24px;
	text-align: left;
	font-family: 'Lato';
	text-transform: none;
}

.related_article_content h3 a {
	text-decoration: none;
}

.related_article_content h3 a:hover {
	text-decoration: underline;
}

.related_article_content p {
	text-align: left;
	padding: 20px 0;
}

.avatar {
	text-align:left;
	max-width: 650px;
	margin: 0 auto;
	padding-top: 40px;
}

.avatar img {
	background: rgba(80,7,120,0.1);
	display: inline-block;	
	height: 60px;
	width: auto;
	padding: 0;
	margin: 0;
	margin-right:10px;	
	border-radius: 50%;
	position:relative;	
	top: -20px;
}

.author {
	display: inline-block;
	font-size: 13px !important;
	line-height: 16px;
}

.author span{	
	font-weight: 700;
}

.author_position {
	font-weight: 300 !important;	
	font-size: 12px !important;
}

.materials {
	text-align: center;
}

.material {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.material img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	margin: 30px 0px 20px 0px;
	border: 3px solid rgb(255,255,255);
	transition: all ease 0.5s;	
}

.material img:hover {
	/*position:relative;
	top: -5%;
	left: -5%;
	width: 110%;*/
	box-shadow: 0 0 15px rgba(40,34,60,0.6);
	border: 3px solid rgb(10,252,252);
    transition: all ease 0.5s;
    transform:scale(1.1); 
}

.material a {
	text-decoration: none;
	font-weight: 400;
}

.material a:hover {
	text-decoration: underline;
}

.content_faqs {
	max-width: 700px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 50px;
}

.why {
	text-align:center;
	padding: 20px 30px 50px 30px;
}

.why_image_holder {
	padding: 10px 20px;
}

.why_why img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	max-width: 200px;
	margin: 0 auto 30px auto;
	background-color: rgb(40,34,60);	
}

.why_why {
	padding-top: 30px;
}

.why p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.gallery {
	margin-top: 50px;
	margin-bottom: 70px;
}

.events_content {
	padding-bottom: 70px;
}

.event_item {
	max-width: 650px;
	margin: 0 auto;
}

.event_item img {
	max-width: 300px;
	max-height: 250px;
	width: auto;
	height: auto;
	padding: 50px 0 30px 0;
}

hr.dotted {
	border-top: 1px dotted rgba(40,34,60,0.8);
	padding-bottom: 30px;
}

hr.event_divider {
	border-top: 2px solid rgba(40,34,60,1);
	padding-bottom: 30px;
	margin: 70px auto 0 auto;
	width: 80%;
}

hr.event_divider_1 {
	border-top:0px solid #ffffff;
}

.page-template-materials .material_table {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 30px;
	margin-bottom: 0;
}

.material_table {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
}

@media (min-width: 600px) { 
	.material_table {
		padding: 0 30px;
	}	
}

.page-template-materials .material_table table {
	margin-bottom: 0;
}

.esg_highlights {
	background: rgba(40,34,60,0.1);
	padding: 30px 0 50px 0;
	margin-top: 50px;	
}

.sustainable_graph {
	background: rgba(40,34,60,1);
	padding: 50px 0 70px 0;	
}


@media (min-width: 600px) {
	
	.header .brand img {
		margin-top: 20px;
		margin-left: 0px;
	    width: 250px;
	}
	
	p.header_text {
		width: 50%;	
	}
	
	#mega-menu-wrap-primary {
		top: -70px;
	}
	
	h1 {
		padding: 60px 0 20px 0;
	}
	
	.footer_cta_content {
		padding: 0;
		width: 60%;
	}
	
	.hp_section_ce_content {
		padding: 0;
	}
	
	.footer_cta .footer_background_image {
		background-position: -450px center;
	}
	
	p.footer_cta_supporting_text {
		padding: 10px 60px 20px 0px;
	}
	
	.hp_section_wp_content {
		padding: 0;
	}
	
	p.hp_section_wp_supporting_text {
		padding: 10px 60px 20px 0px;
	}	
	
}

@media (min-width: 768px) {
	
	.btn_header_two {
	    margin-left: 10px;
	    margin-bottom: 10px;     	
	}		
	
	.home .header {
		min-height: 500px;
	}
	
	.footer_links {
		display:inline-block;
		vertical-align: top;
	}
	
	.footer_cta .footer_background_image {
		background-position: -300px center;
	}
	
	.hp_section_wp .hp_section_wp_background_image_tint {
		background-image: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 80%);
	}

	.hp_section_wp_content {
		padding: 0 20px;
		width: 60%;		
	}		
	
}

@media (min-width: 900px) {
	
	.news_featured_image {
		height: 200px;
	}
	
	
	.content p:first-child {
		font-size: 26px;
		line-height: 36px;	
	}	

	.footer_cta .footer_background_image {
		background-position: -200px center;
	}
	
	p.footer_cta_supporting_text {
		padding: 10px 100px 20px 0px;
	}
	
	p.hp_section_wp_supporting_text {
		padding: 10px 20px 20px 0px;
	}
	
	/*.hp_section_wp {
		min-height: 430px;	
	}

	.hp_section_wp_container {
		min-height:430px;
	}*/
	
	.hp_section_wp_content {
		width: 55%;		
	}
	
	.footer ul.social_links li {
		margin-right: 10px;
	}
}


@media (min-width: 1000px) {
	
	.header .brand img {
	    margin-bottom: 20px;
	}
	
	.header {
		min-height: 575px;
	}
	
	.home .header {
		min-height: 575px;
	}
	
	.header_container {
		min-height: 575px;
	}
	
	
	h1 {
		width: 45%;
		width: 52%;
		font-size: 40px;
		line-height: 50px;
		padding-top: 80px;
	}
	
	.home h1 {
		font-size: 50px !important;
		line-height: 60px !important;
		max-width: 930px;
		margin: 0 auto;
		width: 100%;
		padding-top: 80px;
	}
	
	:lang(en) .home h1 {
		padding-top: 100px;	
	}
	
	.header h1 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.excerpt_cta {
		width: 70%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	p.header_text {
		width: 60%;	
	}
	
	.btn_header_top {
		width: 140px;
		margin-top: 40px;
		font-size: 12px;
	}
	
	#mega-menu-wrap-primary {
		top: 0px;
	}
	
	#mega-menu-item-147 a {
		padding-right: 0 !important;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:before {
		content: ''; 
		border-top: 2px solid rgba(10,252,252,1);
		display:block;
		width: 20px;
		height: 2px;
		padding-right: 20px;
		position:absolute;
		top: 0px;
		left: calc(50% - 20px);
		transform: translate(-50%, -50%);	
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-117 > a.mega-menu-link:hover:before {
		left: calc(50% - 10px);
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-147 > a.mega-menu-link:hover:before {
		left: calc(50% - 15px);
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-524 > a.mega-menu-link:hover:before {
		left: calc(50% - 10px);
	}	
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-173 > a.mega-menu-link:hover:before {
		display:none;
	}			
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:before {
		content: ''; 
		border-top: 2px solid rgba(10,252,252,1);
		display:block;
		width: 20px;
		height: 2px;
		padding-right: 20px;
		position:absolute;
		top: 0px;
		left: calc(50% - 20px);
		transform: translate(-50%, -50%);	
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:before {
		content: ''; 
		border-top: 2px solid rgba(10,252,252,1);
		display:block;
		width: 20px;
		height: 2px;
		padding-right: 20px;
		position:absolute;
		top: 0px;
		left: calc(50% - 10px);
		transform: translate(-50%, -50%);	
	}	
	
	.footer_cta .footer_background_image {
		background-position: center center;
	}

	.footer_cta_content {
		width: 50%;
		margin-left: 100px;
		margin-left: 0;					
	}
	
	p.footer_cta_text {
		padding: 60px 0 20px 0;
		font-size: 40px;
		line-height: 50px;
	}
	
	p.footer_cta_supporting_text {
		padding: 10px 220px 20px 0px;
	}
	
	.footer_brand img {
		padding-left: 0;
	}
	
	.footer ul.social_links {
		text-align: right;
	}
	
	.footer h3 {
		margin: 0 0 8px 0;
	}
	
	.footer p {
		margin: 0 0 10px 0;
	}

	.footer ul {
		margin:0;
	}
	
	.footer_link_holder {
		text-align: right;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 20px;
	}
	
	.footer_links {
		text-align: left;
		padding-left: 30px;
	}
	
	.footer_quality img {
		padding-left: 0px;
	}
	
	.hp_section_ce_content {
		width: 50%;
		margin-left: 100px;			
	}
	
	p.hp_section_ce_text {
		padding: 100px 0px 20px 0px;
	}
	
	.hp_section_sectors img {
		margin: 20px 1px 20px 1px;
	}
	
	p.hp_section_wp_text {
		padding: 100px 0px 20px 0px;
	}
	
	.hp_section_wp_content {
		width: 45%;		
	}
	
	.customers img {
		margin: 0px 5px;
	}

	
}

@media (min-width: 1200px) {

	.mega-sub-menu a {
		padding-right: 0em !important;
	}
	
	.footer_links {
		padding-left: 70px;
	}	
}

@media (min-width: 1400px) {
	
	.mega-sub-menu a {
		padding-right: 0em !important;
	}
}




/** RESPONSIVE TABLES? **/

/*  Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.  */
	
	
	table strong {
		text-transform: uppercase;
		line-height: 1em;
	}
	
	table {
		width: 100%;
		border-top: 1px solid #000000;
		border-bottom: 3px solid rgba(40,34,60,1);
		margin-top: 2em;
		margin-bottom: 4em;
		line-height: 1.2em;
		font-size: 0.8em;
	}
	
	th {
		padding: 8px 5px;
		line-height: 1.2em;
		text-transform: uppercase;
		vertical-align: bottom;
		text-align: left;
		background: rgba(40,34,60,0.1);			
	}
	
	td {
		padding: 8px 5px;	
		border-bottom: 1px solid #ffffff;
		vertical-align: top;
		text-align: left;
	}
	
	td:first-child {
		text-transform: uppercase;
	}	

	
	@media (min-width: 768px) {
		
		.table_3 th {
			width:50%;
		}
		
		.table_3 td {
			width:50%;
		}
		
		.table_3a th {
			width:50%;
		}
		
		.table_3a td {
			width:50%;
		}
		
		.table_3b th {
			width:50%;
		}
		
		.table_3b td {
			width:50%;
		}
	}
	
	@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		tr { border-top: 3px solid #fff; }
		
		tr:first-child { border-top:none; }

		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #fff;
			position: relative;
			padding-left: 50%;
		}
		
		td:first-child {
			background:#ffffff;
			background: rgba(40,34,60,0.1);	
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 8px;
			left: 5px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
			text-transform: uppercase;
			font-weight: 400;		
		}

		/*
		Label the data
		*/
		.table_1 td:nth-of-type(1):before { content: "Metal type"; }
		.table_1 td:nth-of-type(2):before { content: "Thickness Range"; }
		.table_1 td:nth-of-type(3):before { content: "Sheet Size"; }
		
		.table_2 td:nth-of-type(1):before { content: "Metal Thickness"; }
		.table_2 td:nth-of-type(2):before { content: "Standard Tolerance"; }
		.table_2 td:nth-of-type(3):before { content: "Technical Tolerance"; }
		.table_2 td:nth-of-type(4):before { content: "Hole/Slot Size"; }
		.table_2 td:nth-of-type(5):before { content: "Bar Width"; }
		
		.table_3 td:nth-of-type(1):before { content: "Material"; }
		.table_3 td:nth-of-type(2):before { content: "Grades/Types"; }
		
		.table_3a td:nth-of-type(1):before { content: "Material"; }
		.table_3a td:nth-of-type(2):before { content: "Grades/Types"; }
		
		.table_3b td:nth-of-type(1):before { content: "Material"; }
		.table_3b td:nth-of-type(2):before { content: "Grades/Types"; }
		
		.table_4 td:nth-of-type(1):before { content: ""; }
		.table_4 td:nth-of-type(2):before { content: "Photo Etching"; }
		.table_4 td:nth-of-type(3):before { content: "Laser Cutting"; }
		.table_4 td:nth-of-type(4):before { content: "Stamping"; }
		.table_4 td:nth-of-type(5):before { content: "Wire EDM"; }
		.table_4 td:nth-of-type(6):before { content: "Water Jet"; }
		.table_4 td:nth-of-type(7):before { content: "Electroforming"; }
		
		.table_5 td:nth-of-type(1):before { content: "Metal Thickness"; }
		.table_5 td:nth-of-type(2):before { content: "Positional"; }
		.table_5 td:nth-of-type(3):before { content: "Angular"; }
		.table_5 td:nth-of-type(4):before { content: "Internal Radii"; }
		
		
		table.not_responsive {
			width: 100%;
			border-top: 1px solid #000000;
			border-bottom: 3px solid rgba(40,34,60,1);
			margin-top: 2em;
			margin-bottom: 4em;
			line-height: 1.2em;
		}
		
		table.not_responsive th {
			padding: 8px 5px;
			font-size: 0.8em;
			line-height: 1.2em;
			text-transform: uppercase;
			background: rgba(40,34,60,0.1);			
		}
		
		table.not_responsive td {
			padding: 8px 5px;
			border-bottom: 1px solid #ffffff;
		}
		
		table.not_responsive td:first-child {
		}

		
	}	
	
	
/** MENU FIX **/


.menu_position {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 9999;
	width: 100%;
}

.sticky_cta {
	display: none !important;
}

.show_cta {
	display:block !important;
}

.mega-menu-toggle {
	margin: 50px 0 0 0;
}

.mega-menu-primary-mega-sticky .mega-menu-toggle {
	margin:0;
}
	

.mega-menu-primary-mega-sticky .mega-stuck {
		margin: 0 !important;
		background-color: rgb(40,34,60) !important;
	}
	
.mega-stuck {
		background-color: rgb(40,34,60) !important;
	}
	
.mega-stuck .mega-menu-toggle {
		margin:0 !important;
	}			
	
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 30px;
}		


@media (min-width: 1000px) {
	
	.menu_position {
		position: absolute;
		top: 120px;
		right: 0;
		z-index: 9999;
		width: 100%;
	}
	
	.mega-stuck {
		background-color: rgb(40,34,60) !important;
	}
	
	.mega-stuck li.mega-menu-item > a.mega-menu-link:hover:before {
		top: 10px !important;	
	}
	
	.mega-stuck li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:before {
		top: 10px !important;	
	}
	
	.mega-stuck li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:before {
		top: 10px !important;	
	}	

	.sticky_cta {
		display: none;
		position: fixed;
		top: -30px;
		left: 15%;
		z-index:9999999;
	}
	
	.show_cta {
		display:block !important;
	}

}	

/* 

.mega-menu-primary-mobile-open {
	overflow: hidden !important;
}

.mega-menu-primary-mobile-open .mega-menu-primary {
	height: 100%;
	width:100%;
    overflow: auto !important;
}


.menu_on_top {
	overflow: hidden;
}

.menu_on_top .stuckOnYou {
	height: 100%;
	width:100%;
    overflow: auto !important;
}

.menu_on_top #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary  {
	height: 100%;
	width:100%;
	min-height: 700px;
    overflow: auto !important;
}
*/

	
/** M I C R O **/

.values_section {
	color: #ffffff;
	padding: 50px 30px 70px 30px;	
	background-color: rgba(40,34,60,1);
}

.values_section h2 {
	color: #ffffff;
	padding-bottom: 50px;
}

.values_section .twenty_percent {
		width: 90%;
		display:inline-block;
		vertical-align: top;
		position:relative;
		border-left: 1px solid rgba(10,252,252,1);
		height: 130px;
		margin-left: 16px;
	}
	
@media (min-width: 768px) {
	
	.values_section .container {
		
	}
	
	.values_section .values_holder {
		max-width: 400px;
		margin: 0 auto;
		padding-top: 30px;
	}
	
	.values_section .twenty_percent {
		width: 100%;
	}
}	

@media (min-width: 992px) {
	
	.values_section .values_holder {
		max-width: 1000px;
		margin: 0 auto;
		padding-top: 30px;
	}
	
	.values_section .twenty_percent {
		width: 70%;
	}
	
	.values_section .twenty_percent {
		width: 19.5%;
		padding-right: 1%;
		padding-left: 1%;
		border:none;
		border-top: 0px solid #ffffff;
		height: auto;
		margin-left: 0px;
	}
	
}

.values_section .twenty_percent_no_border {
	border:none;
	padding-right: 0;
}

.values_section h3 {
	position:absolute;
	text-align:left;
	top: -66px;
	left: 40px;
	color: #ffffff;
	font-size: 24px !important;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 25px 0 0 0;
}

@media (min-width: 992px) {
	.values_section h3 {
		position:relative;
		text-align:center;		
		top: 0;
		left: 0;
		color: #ffffff;
		font-size: 20px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.values_section h3:before {
		content: '';
		display:block;
		position: absolute;
		top: -25px;
		left: calc(50% + 15px);
		width: calc(100% - 8px);
		height: 1px;
		border-top: 1px solid rgba(10,252,252,1);
	}
	
	.values_section .twenty_percent_no_border  h3:before {
		display:none;
	}
}

.values_section .lead_letter {
	background-color: rgba(40,34,60,1);
	font-weight: 700;
	position: absolute;
	top: -15px;
	left:-15px;
	display:block;
	border-radius: 50%;
	border: 1px solid rgba(10,252,252,1);
	width: 30px;
	height: 30px;
	padding: 2px 0 0 6px;
	font-size: 16px;
}

@media (min-width: 992px) {
	.values_section .lead_letter {
		top: -15px;
		left: calc(50% - 15px);
	}
}

.values_section .lead_letter_i {
	padding: 2px 0 0 11px;
}

.values_section .lead_letter_c {
	padding: 2px 0 0 8px;
}

.values_section .lead_letter_r {
	padding: 2px 0 0 9px;
}

.values_section .lead_letter_o {
	padding: 2px 0 0 8px;
}

.values_section p {
	position: absolute;
	top:20px;
	left:40px;
	font-size: 15px;
}

@media (min-width: 992px) {
	.values_section p {
		text-align:center;
		position: relative;
		top:0;
		left:0;
	}
}	

#wpsm_counter_b_row_815 .wpsm_counterbox .wpsm_number {
	font-family: 'barolinethree' !important;
    font-family: 'Futura Condensed PT Medium' !important;
	color: rgba(40,34,60,1) !important;
}

#wpsm_counter_b_row_815 .wpsm_counterbox .wpsm_number span:after {
	content:'+';
}		 
	 
#wpsm_counter_b_row_815 .wpsm_counterbox .wpsm_count-title {
	font-family: 'Lato', sans-serif !important;
	color: rgba(40,34,60,1) !important;
	max-width: 220px;
	margin: 0 auto;
	text-transform: none !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}


#wpsm_counter_b_row_55057 .wpsm_counterbox .wpsm_number {
	font-family: 'barolinethree' !important;
    font-family: 'Futura Condensed PT Medium' !important;
	color: rgba(40,34,60,1) !important;
}

#wpsm_counter_b_row_55057 .wpsm_counterbox .wpsm_number span:after {
	content:'%';
}		 
	 
#wpsm_counter_b_row_55057 .wpsm_counterbox .wpsm_count-title {
	font-family: 'Lato', sans-serif !important;
	color: rgba(40,34,60,1) !important;
	max-width: 220px;
	margin: 0 auto;
	text-transform: none !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}


/* Accordion
================================================== */
.acc {
  margin: 0 auto;
  max-width: 800px;
}
.acc__card {
  margin: 20px 0;
  position: relative;
}
.acc__title {
	font-size: 24px;
	line-height: 28px;
	font-family: 'Futura Condensed PT Medium';	
  background: rgba(40,34,60,0.1);
  border: 1px solid rgba(40,34,60,1);
  border-radius: 5px;
  color: rgba(40,34,60,0.7);	
  cursor: pointer;
  display: block;
  padding: 15px;
  position: relative;
  text-align: left;
  &::after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 20px;
    content: " ";
    top: calc(50% - 5px);
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
  }
  &.active::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
  }
}

.acc__title:hover {
	background: rgba(255,255,255,1);
    transition: all 0.2s ease-in-out;  	
	}
.acc .active {
	background: rgba(255,255,255,1);
    transition: all 0.2s ease-in-out;  	
	}	
.acc__panel {
	padding: 20px 20px 0 20px;	
	display: none;
	margin: 0;
	text-align: left;
}

.acc__panel p {
	padding-top: 10px !important;
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 300 !important;
}

.acc__panel p a.copy_link {
	text-align: left;
}


/**** SEARCH & FILTER PRO ****/

.page-id-18 ul {
	max-width: 100%;
}

.page-id-18 .content p:first-child {
	padding-top: 40px;
	font-weight: 300;
	font-size: 18px !important;
	line-height: 24px !important;
}

:focus-visible {
    outline: none;
}

.searchandfilter ul {
	padding-left:0 !important;
	padding-top: 28px;
	text-align: center;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(40,34,60,1);
}

.searchandfilter li {
	display: inline-block !important;
	padding: 0 5px !important;
}

.searchandfilter input {
	border-radius: 25px;
	border: 1px solid rgba(40,34,60,1);
	max-width: 270px !important;
	width: 270px;
	padding: 5px 5px 4px 20px !important;
	height: 40px !important;	
}

@media (min-width: 768px) {
	.searchandfilter input {
		max-width: 140px !important;	
	}	
}

@media (min-width: 992px) {
	.searchandfilter input {
		max-width: 240px !important;	
	}	
}

.searchandfilter li .search-filter-reset {
	min-width: 80px !important;
	width: 80px !important;		
    font-family: 'Lato';
    font-weight: 700;	
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 14px;
    color: rgba(40,34,60,1);
    background-color: rgba(10,252,252,1);
    text-transform: uppercase;
    border: 2px solid rgba(10,252,252,1);
    border-radius: 25px;
    padding-left: 5px !important;
    transition: all ease 0.5s;    	
}

.searchandfilter li .search-filter-reset:hover {
    background-color: rgba(255,255,255,0);
    border: 2px solid rgba(10,252,252,1);
    color: rgba(40,34,60,1);
    transition: all ease 0.5s;
}

.searchandfilter li select {
	border-radius: 25px;
	border: 1px solid rgba(40,34,60,1);
	width: 270px !important;
	padding: 4px 5px 3px 20px !important;
	height: 40px !important;
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	.searchandfilter li select {
		width: 360px !important;
	}	
}

select.sf-input-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%20000002%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E),
      linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
    color: rgba(40,34,60,1) !important; 
}

/** BLOCKQUOTE **/

.single_content blockquote p:first-child  {
	max-width: 700px !important;	
	font-weight: 400 !important;
	font-size: 22px !important;
	line-height: 30px !important;	
	text-align: center;
}

blockquote {
	max-width: 800px;
	padding: 40px 0 20px 0;
	margin: 30px auto 50px auto;
	text-align: center;
	border-top: 1px solid rgba(40,34,60,1);
	border-bottom: 1px solid rgba(40,34,60,1);
}


/** LANDING PAGES & FORMS **/


.gform_required_legend {
	display:none;
}

@media (min-width: 1000px) {
	.gform_wrapper{
		max-width: 800px !important;
		margin: 0 auto;
	}
	.page-id-102 .gform_wrapper{
		max-width: 80% !important;
		margin: 0 auto;
	}  
}


.gform_wrapper h2:before {
	display: none;
}

.gform_wrapper .gfield_required {
	color: rgba(40,34,60,1) !important;
	margin-left: 4px;
}

.gform_footer input[type=submit] {
    font-family: 'Lato';
    font-weight: 700;	
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px !important;
	line-height: 14px;
    color: rgba(40,34,60,1);
    background-color: rgba(10,252,252,1);
    text-transform: uppercase;
    border: 2px solid rgba(10,252,252,1);
    border-radius: 25px;
    padding: 16px 50px 14px 50px;
    transition: all ease 0.5s;
    line-height: 1 !important;   
}

.gform_footer input[type=submit]:hover {
    background-color: rgba(255,255,255,0);
    border: 2px solid rgba(10,252,252,1);
    color: rgba(40,34,60,1);
    transition: all ease 0.5s;
}
	

.page-template-landing h1 {
	width: 100%;
}

@media (min-width: 992px) {
	.page-template-landing h1 {
		width: 80%;
	}
}

.page-id-102 h1{
	text-align:center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;	
}

@media (min-width: 768px) { 
	.page-id-102 h1{
		padding-top: 10px;
	}	
}

.page-id-102 .header_text{
	font-size: 20px !important;
	line-height: 28px !important;
	padding-left: 0 !important;
	width: 100%;
	text-align:center;
	margin: 0 auto;
	padding-bottom: 30px;	
} 

@media (min-width: 992px) { 
	.page-id-102 .header_text{
		font-size: 24px !important;
		line-height: 34px !important;		
		text-align:center;
		max-width: 1000px !important;
		margin: 0 auto;
		padding-bottom: 40px;	
	} 
}

.page-id-102 .header_text a{
	color: #ffffff;	
}


  

.page-template-landing .header_text {
	width: 100%;
	font-size: 22px;
	line-height: 28px;
	padding-left: 25px;
	padding-right: 20px;	
}

@media (min-width: 992px) {
	
	
	.page-template-landing .landing_cta {
		width: 80%;
		margin: 0 auto;
	} 
	
	.page-template-landing .header_text {
		font-size: 24px;
		line-height: 34px;			
		width: 80%;
		padding-left: 0px;
		padding-right: 0px;		
	}
}

.page-template-landing .header form {

	padding-bottom: 50px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.page-template-landing .header form {
		padding-top: 40px;		
		padding-left: 0px;
		padding-right: 0px;
	}
}

.page-template-landing .header .gform_fields input {
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);	
	border-radius: 25px;
	height: 47px;
	padding-left: 25px;
}

.page-template-landing .header .gform_fields textarea {
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);	
	border-radius: 25px;
	padding-left: 25px;
	padding-top: 20px;
}

.page-template-landing .header .gform_fields select {
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);	
	border-radius: 25px;
	height: 47px;	
	padding-left: 25px;
	padding-right: 25px;	
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%28223c2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E),
	  linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right 1.5em top 50%, 0 0;
	background-size: .65em auto, 100%;
	color: rgba(40,34,60,1) !important;
}

.page-template-landing .header .gform_fileupload_multifile .gform_drop_area {
    background: rgba(255,255,255,1);
    border-radius: 25px;
    margin-bottom: 16px;
    padding: 25px;
    text-align: center;
}

.page-template-landing .header .gfield_description {
	display:block;
	padding-left: 25px;
	padding-right: 25px;
}

.page-template-landing .header input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: normal;
    padding: 5px 25px;
}

.page-template-landing .header form label {
	margin-left: 25px !important;
	font-weight: 400 !important;
}

.page-template-landing .header legend.gfield_label_before_complex {
	margin-left: 25px !important;
	font-weight: 400 !important;	
}

.page-template-landing .header form p {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	padding-left: 25px;
	padding-right: 25px;
}

.page-template-landing form p:first-child {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px !important;
	line-height: 18px !important;
}

.page-template-landing .header form p a {
	color: #ffffff;
}

.page-template-landing .header form p a:hover {
	color: #ffffff;
}

.page-template-landing .header .gform_wrapper .gfield_required {
		color: rgba(10,252,252,1) !important;
		margin-left: 2px;
		padding-left: 0;
		font-size: 20px;
	}
	
.page-template-landing .header .gform_footer input[type=submit]:hover {
	    background-color: rgba(255,255,255,0);
	    border: 2px solid rgba(10,252,252,1);
	    color: rgba(255,255,255,1);
	    transition: all ease 0.5s;
	}
	
.page-template-landing .header .spacer	{
	display:none !important;
}

.page-template-landing .header .gform_wrapper.gravity-theme .gform_drop_instructions {
    color: rgba(40,34,60,1);
}

.page-template-landing .header button {
    font-family: 'Lato';
    font-weight: 700;	
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 14px;
    color: rgba(40,34,60,1);
    background-color: rgba(255,255,255,1);
    text-transform: uppercase;
    border: 1px solid rgba(40,34,60,1);
    border-radius: 25px;
    padding: 16px 50px 14px 50px;
    transition: all ease 0.5s;    	
}

.page-template-landing .header button:hover {
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(40,34,60,0.6);
    color: rgba(40,34,60,0.6);
    transition: all ease 0.5s;
}

.page-id-102 .header form{
	padding-top: 0px;
}

.page-template-landing .header .validation_message {
    background: none !important;
    border: none !important;
    color: white !important;
    border-radius: 25px;
}

.page-template-landing .header .gform_validation_errors {
    background: none !important;
    border: none !important;
    border-radius: 25px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    padding: 20px !important;  
}

.page-template-landing .header .gform_validation_errors>h2 {
	font-family: 'Lato';
	font-size: 18px !important;
	line-height: 26px !important;	
    color: rgba(10,252,252,1) !important;
    max-width: 100%;
}

.page-template-landing .header .gfield_error [aria-invalid=true] {
    border: 2px solid rgba(10,252,252,1) !important;
} 

.page-template-landing .header .gfield_error legend {
	color: rgba(10,252,252,1) !important;
	font-weight: 700 !important;
}

.page-template-landing .header .gfield_error label {
	color: rgba(10,252,252,1) !important;
	font-weight: 700 !important;
}

.page-template-landing .header .gform_confirmation_wrapper {
	padding-top: 0px;
	padding-left:25px;
	padding-bottom: 50px;		
    color: rgba(255,255,255,1);
}

@media (min-width: 768px) {
	.page-template-landing .header .gform_confirmation_wrapper {
		padding-top: 75px;
		padding-left:0px;
	}		
}

.page-template-landing .header .gform_confirmation_wrapper a {
	display:inline-block;
	max-width: 200px;
	text-decoration: none !important;
    font-family: 'Lato';
    font-weight: 700;	
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px !important;
	line-height: 14px;
    color: rgba(40,34,60,1);
    background-color: rgba(10,252,252,1);
    text-transform: uppercase;
    border: 2px solid rgba(10,252,252,1);
    border-radius: 25px;
    padding: 16px 50px 14px 50px;
    transition: all ease 0.5s;
    line-height: 1 !important;  
}

.page-template-landing .header .gform_confirmation_wrapper a:hover {
    background-color: rgba(255,255,255,0);
    border: 2px solid rgba(10,252,252,1);
    color: rgba(255,255,255,1);
    transition: all ease 0.5s;
}		

.page-template-landing .landing_page_form {
	padding-bottom: 50px;
	}	
	
.page-template-landing .landing_page_form form {
	text-align: left;
	}	
	
.page-template-landing .landing_page_form {
	max-width: 750px;
	margin: 0 auto;
	}
	
.page-template-landing .landing_page_form .gform_fields input {
	border-radius: 25px;
	height: 47px;
	padding-left: 25px;
	border: 1px solid rgba(40,34,60,1);
	}

.page-template-landing .landing_page_form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: normal;
    padding: 5px 25px;
}

.page-template-landing .landing_page_form form label {
	margin-left: 25px !important;
	font-weight: 400 !important;	
}

.page-template-landing .landing_page_form legend.gfield_label_before_complex {
	margin-left: 25px !important;
	font-weight: 400 !important;	
}

.page-template-landing .landing_page_form .gform_fields select {
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(40,34,60,1);	
	border-radius: 25px;
	height: 47px;	
	padding-left: 25px;
	padding-right: 25px;	
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%28223c2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E),
	  linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right 1.5em top 50%, 0 0;
	background-size: .65em auto, 100%;
	color: rgba(40,34,60,1) !important;
}


.page-template-landing .landing_page_form form p {
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}	

.page-template-landing .landing_page_form .gfield_error label {
	color: rgba(80,7,120,1) !important;
	font-weight: 700 !important;	
}

.page-template-landing .landing_page_form .validation_message {
    background: none !important;
    border: none !important;
    color: white !important;
    border-radius: 25px;
}

.page-template-landing .landing_page_form .gform_validation_errors {
    background: none !important;
    border: none !important;
    border-radius: 25px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    padding: 20px !important;        
}

.page-template-landing .landing_page_form .gform_validation_errors>h2 {
	font-family: 'Lato';
	font-size: 18px !important;
	line-height: 26px !important;	
    color: rgba(80,7,120,1) !important;
    max-width: 100%;
}

.page-template-landing .landing_page_form .gfield_error [aria-invalid=true] {
    border: 2px solid rgba(80,7,120,1) !important;
} 

.page-template-landing .landing_page_form .gfield_error legend {
	color: rgba(80,7,120,1) !important;
	font-weight: 700 !important;
}

.page-template-landing .landing_page_form .gfield_error label {
	color: rgba(80,7,120,1) !important;
	font-weight: 700 !important;	
}

.page-template-landing .landing_page_form .gform_confirmation_wrapper {
	padding-top: 30px;
}

img.gform_ajax_spinner {
	display: none !important;
}

@media (min-width: 1000px) {

.page-template-landing .content_two img {
	max-width: 800px;
	margin-left: calc(50% - 400px);
}

}

/*** 404 ***/

.error404 .header {
	min-height: 400px;	
}

.error404 .header_container {
	min-height: 400px;		
}

.error404 .header_container h1 {
	width: 100%;
	text-align:center;	
	padding-bottom: 30px;	
}

.error404 p.header_text {
	width: 100%;
}

	.error404 .content_content {
		padding-bottom: 30px;
	}

@media (min-width: 992px) { 
	.error404 .content_content {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	}

.error404 .header_text{
	font-size: 20px !important;
	line-height: 28px !important;
	padding-left: 0 !important;
	width: 100%;
	text-align:center;
	margin: 0 auto;
	padding-bottom: 30px;	
} 

@media (min-width: 992px) { 
	.error404 .header_text{
		font-size: 24px !important;
		line-height: 34px !important;		
		max-width: 1000px !important;
		padding-bottom: 40px;	
	} 
}

.error_content {
	color: #ffffff;
	font-size: 20px !important;
	line-height: 28px !important;
	padding-left: 0 !important;
	max-width: 650px;
	text-align:center;
	margin: 0 auto;
	padding-bottom: 70px;	
}

@media (min-width: 992px) { 
	.error_content {
	font-size: 24px !important;
	line-height: 34px !important;
	padding-bottom: 100px;	
}
}

.error_content a {
	color: #ffffff;
}

@media (min-width: 992px) { 
	.hide_on_desktop {
		display:none;
	}
}

@media (min-width: 1000px) { 
	.hide_on_desktop_nav {
		display:none!important;
	}
}


/*** YOUTUBE LITE. ***/

.youtube-player {
    position: relative;
    padding-bottom: 55.75%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #fff;
    margin: 0;
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }
  
  .single_content .youtube-player img {
	  margin-top: auto;
	  margin-bottom: auto;
  }
  
   .single_content .youtube-player {
	  margin-top: 40px;
	  margin-bottom: 50px;
  }

  .youtube-player img:hover {
    -webkit-filter: brightness(75%);
  }

  .youtube-player .play {
    height: 48px;
    width: 68px;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -24px;
    position: absolute;
    background: var(--wpr-bg-a0d23954-2007-4d3b-ae90-e263d9e77aee) no-repeat;
    cursor: pointer;
  }
  
  
/** WEGLOT **/



/*
	
	
.country-selector.weglot-dropdown .wgcurrent {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;	
}	
	
.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 0;
}

.country-selector {
	top: 15px;
}

.country-selector.weglot-dropdown {
    background-color: transparent;
}

.country-selector.weglot-dropdown .wgcurrent {
    border: none;
}

.country-selector.weglot-dropdown .wgcurrent:after {
    display: none;
}

.country-selector.weglot-dropdown ul {
    border: none;
    background: transparent;
}  
*/


/** COOKIES PAGE **/

.page-id-106 table {
	font-size: 0.8em !important;
}

.page-id-106 .content_two p {
	max-width: 850px;
}