@charset "utf-8";
/* CSS Document */

:root {
    margin: 0;
    padding: 0;
  --primary: #334A1F;
    --secondary: #7BD7E0;
    --textdark: #1E1E1D;
    --textlight: #FFFFFF;
    --shadow: #555555;
    --body-fonts:'Work Sans', sans-serif;
    --line-height: 1.4;
    --section-max-width: 1640px;
    --section-width: calc(100% - 3em);
    --sectionpadding: 70px;
    --transition: 0.3s;
    --large-header-height: 90px;
    --small-header-height: 70px;
    --bodytext: 1em;
    --mobilebodytext: 0.875em;
    --footertext: 0.875em;
    --captiontext: 0.75em;
}

h1::after {
    content: "";
    display: block;
    width: 6%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h1::after {
    background-color: #ffffff;
}


.boxc{
    padding: 40px;
    margin-top: 80px !important;
    background-color: #334a1f80;
    border-radius: 15px;
    width: 87%;
    margin: 0 auto;
	box-shadow: 5px 5px 5px #0000007a;
}

.boxc p{
	margin-bottom: 10px;
}
body#engagement {
background-color: #425036 !important;
	

}
body{
	font-family: 'Work Sans', sans-serif;
}






/* .box {
    border-left: 1px solid green;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -3px; /* Half of the border width */
    /* top: 0;
     */
/* } */ 
@media(min-width: 768px){
	.boxs{
		flex-direction:row;
	}
	.box{
		width:100%;
		margin-bottom: 0;
	}


}
.box{
	margin-bottom: 0px;
}


.details {
    display: flex;
    flex-direction: column; 
    padding: 40px;
    display: flex;
    flex-direction: column; 
    padding: 30px;
	background-color: var(--secondary);
	width: 100%;
	border: 3px solid white;
	margin-bottom: 25px;
}
  
  .textbox {

	text-align: left;
    }
  .boxs {
    display: flex;
    justify-content: space-between;
  }
  .box {
    width: 100%; 
  }

.line {
    width: 1px;
    height: 190px;
    background-color: #000;
	margin-left: -20px;
	opacity: .1;

}
/* .details{
	margin: auto;
	padding: 10px;
}

.headings{
    background-color:#2B9C71;
    width: 95%;
    height: 45px;
    text-align: left;
    line-height: 30px; 
    padding-left: 8px;
	padding-top: 3px;

	
}

.details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background-color: #ffffff;
    width:100%;
	height: 310px;
} */
/* 
.line {
    width: 1px;
    height: 219px;
    background-color: #000;
	margin: 20px;
	opacity: .3;

}

.left-text {
    flex: 1;
    text-align: left;
}

.right-text {
    flex: 1;
    text-align: left;
} */


h4{
	color: #2B9C71;
	font-size: 10px;
	margin-top: 5px;
}
p.paragraph{
font-size: 45px;
color: white;

}
span.paragraphgreen{

}

/*--------------------------------COLOURS--------------------------------*/


/*-----Colours Header & Navigation-----*/


/*Default Text Colours*/

html, body, * {
	/*color: #303030;*/

}

maincontent p {
	color: #636466;
}

.maincontent p strong {
	font-weight:900;
}

h2.welcome,
h2.intro {
    color: white;
}

h2.welcome::after,
.callout h3::after {
    background-color: #007FA4;
}

h1,
#pageleader h1 strong {
	color: #ffffff;
}

#pageleader h1 strong {
	color: #F1B51C;
}

#pageleader h1 span {
	color: #F1B51C;
}

#intro-section::after {
	background-color: #F1B51C;
}

.section-wrap:nth-child(2n) {
    background-color: #e4e3e2;
}


/*Navigation Background*/

/* #masthead {
	border-bottom: solid white;
} */

/*To hide white space under sticky header, colour should match mathead colour*/

@media (max-width: 1000px) {
	
	#maincontentwrapper {
		-webkit-box-shadow: 0px -90px 0px 0px var(--primary);
		-moz-box-shadow: 0px -90px 0px 0px var(--primary);
		box-shadow: 0px -90px 0px 0px var(--primary);
	}
	
}

/*Menu Item Colours*/

nav ul li a {
	color: #ffffff;
}

#submenu ul li a {
	color: #007FA4;
}

#submenu.sticky {
	background-color: #F1B51C;
}

#submenu.sticky ul li.current a {
	color: #ffffff;
}

/*Menu Current Item Indicator Colour*/
nav ul li a::before {
    background-color: #F1B51C;
}

/*Navigation Current Item Desktop*/
/*
@media (min-width: 1001px) {
	
	nav ul li.current a {
		color: #F1B51C;
	}
	
}*/

/*Menu Item Hover Colour & Text Links*/

nav ul li a:hover, 
nav ul li a:focus,
#footer-wrap p a:hover,
#submenu ul li a:hover {
    color: #007FA4;
}

.maincontent p a:hover,
ul.icons li a:hover
{
    color: #ffffff;
}

#home .callout ul li a:hover {
    color: #F1B51C;
}

.maincontent p a::after,
ul.icons li a::after
 {
    background-color: #F1B51C;
  }

#submenu.sticky ul li a:hover {
    color: #ffffff;
}

/*Navigation Underline Mobile & Tablet*/

@media (max-width: 1000px) {
	
	nav ul,
	nav ul li {
    	/*border-color: #F1B51C;*/
	}
	
}

/*Navigation Underline Desktop*/

nav ul li::after,
body#about nav ul li#about::after {
    background-color: #F1B51C;
}

/*Hamburger Menu*/

#menu-icon span {
  	background: #ffffff;
}


/*-----Colours Callouts, CTAs & Buttons-----*/


.callout {
	background-color: #e4e3e2;
}

.callout h3 {
	color: #007FA4;
}


/*-----Colours Images & Video-----*/


figcaption,
.video-caption,
.flex-caption,
.flex-direction-nav a {
	background-color: #007FA4 !important;
	color: #ffffff !important;
}

figure img,
img.picture,
.flexslider .slides img,
.video iframe {
	border-bottom-color: #007FA4;
}

.full-screen figcaption {
	border-top-color: #007FA4;
}

.full-screen figcaption.white {
    color: #303030 !important;
    background-color: #ffffff !important;
}

.full-screen figcaption.colour {
    color: #303030 !important;
    background-color: #e4e3e2 !important;
}


/*-----Colours Proposals, Downloads & Contact Icons List-----*/


/*Proposals*/

/* ul.icons li::after {
	background-color: #160F3E;
}

ul.icons li::before {
	color: #160F3E;
}

/*Downloads*/

/* ul.downloads li a {
	color: #160F3E;
}

ul.downloads li a:hover {
	color: #F1B51C;
}  */

/*Contact*/

ul.icons.contact li::after,
ul.downloads li::after{
	background-color: #F1B51C;
}

ul.icons.contact {
	border-top-color: #F1B51C;
}

.phone svg path,
.email svg path.mail,
.post svg {
  fill: #007FA4;
}

.email svg path,
.email svg polygon,
.email svg rect,
.post svg line {
  stroke: #007FA4;
}


/*-----Colours Forms-----*/


form,
#ss-embed-frame {
	border-top-color: #F1B51C !important;
}

.required {
	color: #F1B51C;
}

/*Text Box*/

input[type=text],
textarea {
	border-color: #cccccc;
}

input[type=text]:focus,
textarea:focus {
	border-color: #303030;
}

/*Radio Buttons & Checkboxes*/

input[type=radio]::before,
input[type=checkbox]::before {
	border-color: #F1B51C;
}

input[type=radio]::after,
input[type=checkbox]::after {
	background: #F1B51C;
}

/*Submit Button*/

/*.submit {
	background-color: #160F3E;
	color: #ffffff;
}

.submit:hover {
	background-color: #F1B51C;
}*/

.submit {
	border-color: var(--primary);
    background-image: linear-gradient(90deg, var(--primary) 50%, transparent 50%);
}
.submit::hover{
	border-color: var(--primary);
	background-image: linear-gradient(90deg, #ffffff 50%, transparent 50%);
}

.maincontent p a.submit {
	color: #ffffff;
}

.maincontent p a.submit:hover {
	color: var(--primary);
}

#error .submit:nth-child(2) {
	background-image: -webkit-linear-gradient(90deg, #F1B51C 50%, transparent 50%);
    background-image: linear-gradient(90deg, #F1B51C 50%, transparent 50%);
	border-color: #F1B51C;
}

#error .maincontent p a.submit:nth-child(2):hover {
	color: #F1B51C;
}

.submit::after {
	background: transparent;
	background-color: transparent !important;
}

/*Close Button*/

.cancel {
	background-color: #007FA4;
	color: #ffffff;
	border-color: #ffffff;
}

.cancel:hover {
	background-color: #F1B51C;
}


/*-----Colours News-----*/


.date,
.more,
.more a,
.newstitle a {
	color: #007FA4;
}

.newstitle a:hover {
	color: #F1B51C;
}

.news-text,
.news-image,
#news .callout ul li {
	border-bottom-color: #007FA4;
}

#news .callout ul li a {
	color: #007FA4;
}

#news .callout ul li a:hover {
}

#news .callout ul li a::before {
	border-right-color: #007FA4;
	border-bottom-color: #007FA4;
}


/*-----Timeline FAQS-----*/


ul.timeline::before {
	background-color: #007FA4;
}

ul.timeline li {
	color: #ffffff;
    background: #007FA4;
}

ul.timeline li:before {
	background-color: #ffffff;
	border-color: #007FA4;
	color: transparent;
}

ul.timeline li.current:before {
	background-color: #F1B51C;
	border-color: #007FA4;
	color: transparent;
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
}

ul.timeline li::after {
	border-right-color: #007FA4;
}

ul.timeline li strong {
	color: #F1B51C;
}

ul.timeline li.current strong {
	color: #003c58;
}

ul.timeline li.current {
    background: #F1B51C;
}

ul.timeline li.current::after {
	border-right-color: #F1B51C;
}

ul.timeline li a {
  	text-decoration: none;
  	font-weight: 700;
	vertical-align: top;
	background-image: linear-gradient(#007FA4 50%, #F1B51C 50%);
	background-size: auto 175%;
	transition: background .2s ease-in-out;
	color: #ffffff;
}

ul.timeline li.current a {
	background-image: linear-gradient(#F1B51C 50%, #007FA4 50%);
}

ul.timeline li a:hover {
  	background-position-y: 100%;
	color: #007FA4;
	transition: .2s ease-in-out;
}

ul.timeline li.current a:hover {
	color: #F1B51C;
}

@media (min-width: 769px) {
   	ul.timeline li:nth-child(odd)::after {
		border-left-color: #007FA4;
	}
	ul.timeline li.current:nth-child(odd)::after {
		border-left-color: #F1B51C;
	}
}



/*-----Colours FAQS-----*/


/*Plus & Minus Symbol*/

.tab-label::after {
	background-color: #007FA4;
	color: #ffffff;
}

.tab-label:hover::after {
	background-color: #F1B51C;
}

/*FAQ Text*/

.tab {
  	color: #007FA4;
}

.tab:hover {
	color: #F1B51C;
}

/*Seperators*/

.tab-content {
	border-bottom-color: #F1B51C;
}


/*-----Colours Footer-----*/


/*Register CTA*/

.cta {
    background-color: #D874AE;
}

.submit {
    color: #D874AE;
}

.submit:hover,
.maincontent p a.submit:hover {
  	color: var(--primary);
	
}

.submit:hover, {
  	border-color: #D874AE;
	background-color: #ffffff;
}

.register-wrap p {
    color: #ffffff
}

/*Footer*/

/* #page-footer {
	background-color: #ffffff;
	color: #636466;
} */

#footer-wrap a,
#footer-wrap p {
	color: #ffffff;
}

/*To Top Button*/

#scrolltop-bg {
   fill: #007FA4;
}

#scrolltop-arrow {
	fill: #ffffff;
}


/*-----Colours SVG-----*/


/*Siteplan*/

figure svg {
	border-bottom-color: #007FA4;
}

.plan svg,
.plan img {
    background-color: #ffffff;
}




/*--------------------------------FONTS--------------------------------*/


/*-----Font Type-----*/



body,
html,
* {
	font-family:var(--body-fonts);
	
}


/*-----Font Size-----*/


/*Form Text*/

label {
	font-size: 1em;
}

.submit {
	font-size: 1em;
}

.disclaimer {
	font-size: 0.75em;
	line-height: 1.3;
}

/*Form Text Mobile & Tablet Width*/

@media (max-width: 1000px) {
	
	label.consent {
		font-size: 0.813em;
	}
	
}

/*FAQS*/

.tab-content p {
	font-size: 1em;
}

label.tab-label {
	font-size: 1em;
}

/*Footer*/

#page-footer {
	font-size: 0.75em;
}

#page-footer p {
	font-size: 1.063em;
}


/*Navigation Mobile & Tablet Width*/

@media (max-width: 1000px) {

	nav ul li {
		font-size: 1.125em;
	}
	
	#submenu ul li {
		font-size: 0.75em;
	}
	
}

/*Navigation Desktop Width*/

@media (min-width: 1001px) {

	nav ul li {
		font-size: 0.938em;
	}
	
	#submenu ul li {
		font-size: 1em;
	}
	
}

/*Headings Mobile & Tablet Width*/

@media (max-width: 628px) {

	h1 {
		font-size: 1em;
		line-height: 1.25
	}
}


@media (max-width: 1000px) {
	.boxc p {
    text-align: left;
    font-size: 0.9em !important;
	}

	h1 {
		font-size: 1.5em;
		line-height: 1.25
	}
	
	#home h1 {
		font-size: 1.5em;
		line-height: 1.25
	}
	
	#home #pageleader h1 span {
		font-size: 0.5em;
	}
	
	h2 {
		font-size: 1.25em;
		line-height: 1.25;
	}
	
	#contact h2.welcome {
		font-size: 1.125em;
	}

	.textbox p{
		font-size: 18px !important;
		font-weight: 700;
		color: #636466;
		
	}
	p#paragraph {
		font-size: 1.4em;
        font-weight: 500;
        color: white;
        margin-bottom: 30px;
        margin-top: 10px;
    }

	h1 {
		font-size: 1.2em;
		line-height: 1.2;
	}
	.headings h3{
		color: var(--primary);
		font-weight: 700; 
		text-transform: capitalize !important;
		margin-bottom: -20px;
		margin-top: 20px;


	 }
	.line{
		display: none;
	}
	.boxs{
	display: block;
	margin-bottom: -20px;
	}
	
	.box{
	width: 100%;
	}
	
	h4 {
		font-size: 1em;
		line-height: 1.4;
	}
	ul.icons li { 
		font-size: 0.8em;
	}

	
}

/*Headings Desktop Width*/

@media (min-width: 1001px) {

	ul.icons li,
	p{
		font-size: 1em;
	}
	p#paragraph {
		font-size: 28px;
        font-weight: 500;
        color: white;
        margin-bottom: 30px;
        margin-top: 30px;
    }

	h1 {
		font-size: 1.625em;
		line-height: 1.2;
	}
	.headings h3{
		color: var(--primary);
		font-weight: 700; 
		text-transform: capitalize !important;
		margin-bottom: -20px;
		margin-top: 20px;

	 }
	
	#home h1 {
		font-size: 3.25em;
		line-height: 1.2;
	}
	
	#home #pageleader h1 span {
		font-size: 0.4em;
		line-height: 1.25
	}
	
	h2 {
		font-size: 1.25em;
		line-height: 1.25;
	}
	h2 {
		font-size: 55em;
		line-height: 1.25;
	}
	
	h2.intro {
		font-size: 1.5em;
	
		line-height: 1.25;
	}
	
	#home h2.welcome,
	#news h2.welcome {
    	font-size: 1.375em;
    	line-height: 1.4;
	}
	
	h2.welcome {
	}
	

	h4 {
		font-size: 1.125em;
		line-height: 1.4;
	}

	.textbox{
		font-size: 1.25em;
	
	}
	
}


/*Paragraph*/

p,
li {
}

/*Paragraph Mobile & Tablet Width*/

@media (max-width: 1000px) {

	.details p,
	.details p {
		font-size: 1em !important;
	}

	/* p,
	li {
		font-size: 1.2em;
	} */

	
}

/*Paragraph Desktop Width*/

/* @media (min-width: 1001px) {

	p,
	li {
		font-size: 1.063em;
		line-height: 1.4;
	}
	
} */

/*Images & Captions Mobile & Tablet Width*/

@media (max-width: 1000px) {

	figcaption,
	.video-caption,
	.flex-caption {
		font-size: 0.875em;
	}
	
	.maincontent p a.submit {
		margin-top: 10px;
		margin-bottom: 20px !important;
		display: inline-block;
	}
}	

/*Images & Captions Desktop Width*/

@media (min-width: 1001px) {

	figcaption,
	.video-caption,
	.flex-caption {
    	font-size: 1em;
	}
	
}

/*Downloads Mobile Width*/

@media (max-width: 768px) {

	ul.downloads li {
		font-size: 0.475em;
	}
	
}

/*Downloads Desktop Width*/

@media (min-width: 1001px) {

	ul.downloads li {
    	font-size: 1.125em;
	}
	
}

/*-----Register CTA-----*/

.register-wrap p {
    font-size: 18px;
    line-height: 1.2;
}

.cta a {
    line-height: 1.2;
}

.callout h3 {
	font-size: 1.188em;
}

.callout p,
.callout ul li {
    font-size: 1em;
    line-height: 1.4;
}


/*Register CTA Tablet & Mobile Width*/

@media (max-width: 1000px) {

	.callout h3 {
    	font-size: 1.063em;
	}
	
}

/*Register CTA Desktop Width*/

@media (min-width: 1001px) {

	.callout h3 {
    	font-size: 1.125em;
	}
	
}

/*-----News-----*/

.date {
	font-size: 1em;
}

h3.newstitle {
	font-size: 1.125em;
}

.newscontent {
	font-size: 1em;
}

.more {
	font-size: 0.938em;
}

#news .callout ul li {
	font-size: 0.938em;
}


/*-----Font Weight-----*/


/*Navigation*/

nav ul li {
	font-weight: 600;
}

#submenu ul li {
	font-weight: 700;
}

/*Headers*/

h1,
h2,
h3 {
	font-weight: 700;
}

#home #pageleader h1 span {
}

h2.intro {
	font-weight: 600;
}

/*Text Links*/

p a,
ul.icons li a,
#home .callout ul li a {
	font-weight: 700;
}

/*Register CTA*/

.register-wrap p {
    font-weight: 500;
}

/*News*/

.date {
	font-weight: 700;
}

/*Forms*/

.submit {
	font-weight: 700;
}

/*Downloads*/

ul.downloads li,
ul.downloads li a {
	font-weight: 700;
}

/*Footer*/

#page-footer {
	font-weight: 400;
}

#page-footer a {
	font-weight: 700;
}




/*--------------------------------CURRENT PAGE INDICATORS--------------------------------*/


body#about nav ul li#about-nav:not(:hover)::after,
body#proposals nav ul li#proposals-nav:not(:hover)::after,
body#engagement nav ul li#engagement-nav:not(:hover)::after,
body#feedback nav ul li#feedback-nav:not(:hover)::after,
body#info nav ul li#info-nav:not(:hover)::after,
body#contact nav ul li#contact-nav:not(:hover)::after {
	visibility: visible;
}


/*-----Current Page Mobile & Tablet Width-----*/

@media (max-width: 1000px) {

	body#about nav ul li#about-nav a,
	body#proposals nav ul li#proposals-nav a,
	body#engagement nav ul li#engagement-nav a,
	body#feedback nav ul li#feedback-nav a,
	body#info nav ul li#info-nav a,
	body#contact nav ul li#contact-nav a {
		background-color: rgba(255, 255, 255, 0.1);
	}
	
}


/*-----Current Page Desktop Width-----*/

@media (min-width: 1001px) {

	body#about nav ul li#about-nav::after,
	body#proposals nav ul li#proposals-nav::after,
	body#engagement nav ul li#engagement-nav::after,
	body#feedback nav ul li#feedback-nav::after,
	body#info nav ul li#info-nav::after,
	body#contact nav ul li#contact-nav::after {
		content: "";
    	display: block;
    	height: 3px;
    	width: auto;
    	margin-top: 0px;
    	z-index: 0;
    	position: relative;
    	bottom: 49px;
		-webkit-animation: paginate 5s ease-in-out infinite;
        -moz-animation: paginate 5s ease-in-out infinite;
        -o-animation: paginate 5s ease-in-out infinite;
        animation: paginate 5s ease-in-out infinite;
	}
	
	body#about nav ul li#about-nav:hover::after,
	body#proposals nav ul li#proposals-nav:hover::after,
	body#engagement nav ul li#engagement-nav:hover::after,
	body#feedback nav ul li#feedback-nav:hover::after,
	body#info nav ul li#info-nav:hover::after,
	body#contact nav ul li#contact-nav:hover::after {
		animation: none;
	}
		
}




/*--------------------------------LOGO--------------------------------*/


/*-----Logo Size Mobile & Tablet Width-----*/

@media (max-width: 700px) {

	.headerlogo a,
	.headerlogo a img {
		width: 180px;
	}
	
	.headerlogo2 a,
	.headerlogo2 a img {
		width: 80px;
    	height: 65px;
	}
}

@media (max-width: 1000px) {

	.headerlogo a,
	.headerlogo a img {
		width: 423px;
		position: relative;
        top: 2px;
		left: -1px;
	}
	
	.headerlogo2 a,
	.headerlogo2 a img {
		width: 120px;
        height: 33px;
        top: 10px;
        position: relative;
	}
}

@media (max-width: 543px) {
    .headerlogo2 a, .headerlogo2 a img {
        width: 80px;
        height: 20px;
        top: 15px;
        position: relative;
    }
}

@media (max-width: 543px) {
    .headerlogo a, .headerlogo a img {
      
        width: 335px;
        /* height: 35px; */
        position: relative;
        top: 2px;
    }

	    h1 {
        font-size: 0.9em;
        line-height: 1.2;
    }
}


/*-----Logo Size Desktop Width-----*/


@media (min-width: 1001px) {

	.headerlogo a,
	.headerlogo a img {
		width: 477px;
        /* height: 50px; */
        position: relative;
        top: -1px;
        left: 37px;
	}
	.headerlogo2 a,
	.headerlogo2 a img {
    	width: 200px;
        height: 50px;
		top: 7px;
        position: relative;
	}
	
}




/*--------------------------------PROPOSALS & CONTACT ICONS--------------------------------*/

#wpcc-floating-icon {
    all: initial;
    background-color: #014c64 !important;
    color: #ffffff;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: auto;
    width: 26px;
    height: 26px;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}


ul.icons {
	list-style-type: none;
	padding-inline-start: 0px;
	width: 100%;
	margin-top: 70px;
	
}

ul.icons li {
	text-indent: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
	margin-top: 20px;
	display: inline-block;
}


ul.icons li.calendar:before {
	background-image: url("../img/Calender.svg");
	display: block;
	content: "";
	height: 50px;
	width: 48px;
    margin-top: -14px;
    margin-right: 15px;
}

li.calendar {
    margin-right: 100px;
}
ul.icons li.time:before {
	background-image: url("../img/Time.svg");
	display: block;
	content: "";
	height: 50px;
	width: 50px;
    margin-top: -14px;
    margin-right: 15px;
}
ul.icons li.none::before{
	content: "";
}


ul.icons li.location:before {
	background-image: url("../img/Icons_Location.svg");
	display: block;
	content: "";
	height: 27px;
	width: 30px;
	margin-top: -4px;
    margin-bottom: 1px;
	background-size: 32px 30px;

}

ul.icons li:last-child::after {
	display: none;
}

ul.icons li::before {
	font-family: hubblefarmicons;
	content: "\E801";
	width: 40px;
	margin-right: 10px;
	float: left;
	clear: both;
}



/*Contact*/


ul.icons.contact {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 20px;
}

ul.icons.contact li {
	line-height: 1.5;
	font-weight: 400;
	margin-left: 65px;
}

ul.icons.contact li strong {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

ul.icons.contact li::before {
	font-size: 50px;
    margin-top: -12px;
	position: absolute;
	margin-left: -65px;
}

ul.icons.contact li::after {
    content: "";
    display: block;
    height: 1px;
	width: 100%;
    width: calc(100% + 65px);
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: -65px;
}

ul.icons.contact li:last-child::after {
    display: none;
}

.phone svg,
.email svg,
.post svg {
  	width: 70px;
  	height: 70px;
	margin: 0 auto 20px auto;
}

/* Animate phone */

.phone svg path:nth-child(2) {
  -webkit-animation: header-phone 2s infinite cubic-bezier(.1, .57, .5, 1);
  animation: header-phone 2s infinite cubic-bezier(.1, .57, .5, 1);
}

.phone svg path:nth-child(3) {
  -webkit-animation:header-phone2 2s infinite cubic-bezier(.1, .57, .5, 1);
  animation:header-phone2 2s infinite cubic-bezier(.1, .57, .5, 1);
}

@-webkit-keyframes header-phone {
  0%,30% {opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  80% {opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@keyframes header-phone {
  0%,30%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  80%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@-webkit-keyframes header-phone2 {
  0%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  70%,90%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}

@keyframes header-phone2 {
  0%{opacity:0; -webkit-transform:translate3d(-20px, 20px, 0); transform:translate3d(-20px, 20px, 0)}
  70%,90%{opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0)}
  100%{opacity:0}
}


/* Animate Mail */

.mail {
  animation: send 3s infinite;
  
}

@keyframes send {
  100% {
    transform: translateY(-500px);
  }	
}


/* Animate post */

.pencil {
  animation: pencil 3s infinite;
}

@keyframes pencil {
  0% {
    transform: translate(0, -10px);
  }
  50% {
    transform: translate(250px, -10px);
  }
  100% {
    transform: translate(0, -10px);
  }
}


/*-----Icons Mobile & Tablet Width-----*/


@media (max-width: 1000px) {

	ul.icons {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.phone svg,
	.email svg,
	.post svg {
  		width: 50px;
  		height: 50px;
	}
	
}


/*-----Icons Desktop Width-----*/


@media (min-width: 1001px) {

	ul.icons {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	
}




/*--------------------------------HEADER--------------------------------*/


#masthead {
	z-index: 1000;
}

.headerlogo a {
	display: block;
}
.headerlogo2 a  {
	float: right;
	
}


/*-----Header Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	body {
    	padding-top: 90px;
	}
	
	#masthead {
		position: fixed;
		width: 100%;
		top: 0;
		transition: top 0.2s ease-in-out;
	}
	
	#masthead.nav-up {
		top: -90px;
	}
	
	.headercontent {
    	padding: 20px;
	}
	
	.headerlogo {
		margin-top: -10px;
		top: 5px;
		position: relative;
	}
	.headerlogo2 {
		margin-top: -50px;
		padding-bottom: 50px;
		position: relative;
	}
	
}



/*-----Header Desktop Width-----*/


@media (min-width: 1001px) {
	
	#masthead {
		position: relative;
		height: 100px;
	}
	
	#home #masthead {
		background-color: transparent;
	}
	
	.headerlogo {
		display: inline-block;
		margin-top: -5px;
	}
	.headerlogo2 {
		margin-top: -60px;
		padding-bottom: 40px;
		position: relative;
	}
	
	
	.headercontent {
    	max-width: 82rem !important;
		width: calc(100% - 3em);
    	margin-left: auto;
    	margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		
		}

	.textbox p {
		font-size: 18px !important;
        font-weight: 700;
        color: #636466;
	}

		
    }
    
	}	
	
}




/*--------------------------------NAVIGATION--------------------------------*/s


nav ul {
	padding-inline-start: 0px;
}

nav ul li {
	padding-left: 0;
	list-style: none;
	position: relative;
}

nav ul li a {
	text-decoration: none;
	transition: 0.2s;
}

nav ul li.current a::before {
	margin-left: -35px;
	transition: 0.5s all ease-in-out;
}


/*-----Navigation Mobile & Tablet Width-----*/


@media (max-width: 1000px) {

	#navbar {
		position: relative;
		top: 20px;
	}
	
	nav ul {
		display: none;
		height: 100vh;
		padding-bottom: 135px;
		margin: 0 -20px;
		flex-direction: column;
  		justify-content: center;
	}
	
	nav ul li {
    	/*border-bottom-style: solid;
    	border-bottom-width: 1px;*/
		line-height: 1.1;
    	display: block;
    	float: none;
		text-align: center;
		-webkit-animation: fadeOut 0.3s ease forwards;
        -moz-animation: fadeOut 0.3s ease forwards;
        animation: fadeOut 0.3s ease forwards;
		text-transform: uppercase;
	}
	
	nav ul.open li {
		-webkit-transform: translateX(-150%);
		-moz-transform: translateX(-150%);
		-o-transform: translateX(-150%);
		transform: translateX(-150%);
		-webkit-animation: slideIn 0.3s ease forwards;
        -moz-animation: slideIn 0.3s ease forwards;
        animation: slideIn 0.3s ease forwards;
		text-align: center;
		animation-delay: 0.3s;
	}
	
	nav ul li:last-child {
    	border-bottom: none;
	}
	
	nav ul li a {
    	padding: 9px 0;
		display: block;
		transition: 0.35s;
	}
	
	nav ul li a:hover {
    	background-color: rgba(255, 255, 255, 0.1);
	}
/* 	
	#menu-icon {
		display: block;
	}
	 */
	
	/*Hamburger Icon*/
/* 
	#menu-icon {
		width: 40px;
		height: 30px;
		cursor: pointer;
		position: absolute;
		top: 30px;
		right: 20px;
		z-index: 300;
		-webkit-transform: rotate(0deg);
  		-moz-transform: rotate(0deg);
  		-o-transform: rotate(0deg);
  		transform: rotate(0deg);
  		-webkit-transition: .5s ease-in-out;
  		-moz-transition: .5s ease-in-out;
  		-o-transition: .5s ease-in-out;
  		transition: .5s ease-in-out;
	}

	#menu-icon:focus {
		outline: none;
	}

	#menu-icon span {
  		display: block;
  		position: absolute;
  		height: 6px;
  		width: 100%;
  		opacity: 1;
  		left: 0;
  		-webkit-transform: rotate(0deg);
  		-moz-transform: rotate(0deg);
  		-o-transform: rotate(0deg);
  		transform: rotate(0deg);
  		-webkit-transition: .25s ease-in-out;
  		-moz-transition: .25s ease-in-out;
  		-o-transition: .25s ease-in-out;
  		transition: .25s ease-in-out;
	}

	#menu-icon span:nth-child(1) {
  		top: 0px;
	}

	#menu-icon span:nth-child(2) {
  		top: 12px;
	}

	#menu-icon span:nth-child(3) {
  		top: 24px;
	}

	#menu-icon.active span:nth-child(1) {
  		top: 12px;
  		-webkit-transform: rotate(135deg);
  		-moz-transform: rotate(135deg);
  		-o-transform: rotate(135deg);
  		transform: rotate(135deg);
	}

	#menu-icon.active span:nth-child(2) {
  		opacity: 0;
  		left: -60px;
	}

	#menu-icon.active span:nth-child(3) {
  		top: 12px;
  		-webkit-transform: rotate(-135deg);
  		-moz-transform: rotate(-135deg);
  		-o-transform: rotate(-135deg);
  		transform: rotate(-135deg);
	} */
	
}


/*-----Navigation Desktop Width-----*/


@media (min-width: 1001px) {
	
	#navbar {
		margin-top: -20px;
		display: inline-block;
		float: right;

	}
	
	nav ul {
		margin-top: 0px;
		height: 90px;
	}
	
	nav ul li {
		margin-bottom: 5px;
		margin-left: 5px;
		display: inline-block;
		line-height: 90px;
	}
	
	nav ul li a {
		display: block;
    	padding: 0 0px 18px 0px;
	}
	
	nav ul li::after {
    	content: "";
    	display: block;
    	height: 3px;
    	width: 0px;
    	margin-top: 0px;
    	z-index: 0;
    	position: relative;
    	bottom: 49px;
		 -webkit-animation: linewidth-out 0.2s ease-in-out;
        -moz-animation: linewidth-out 0.2s ease-in-out;
        -o-animation: linewidth-out 0.2s ease-in-out;
        animation: linewidth-out 0.2s ease-in-out;
		margin-left: auto;
		margin-right: auto;
	}
	
	nav ul li:hover::after, 
    nav ul li:focus::after, 
    nav ul li:active::after {
        height: 3px;
    	width: 0px;
        -webkit-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        -moz-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        -o-animation: linewidth 0.2s ease-in-out 0.3s forwards;
        animation: linewidth 0.2s ease-in-out 0.3s forwards;
    }
	
	nav ul li:not(:hover)::after {
	  visibility: hidden;
	  transition: visibility 0.01s 1s;
  	}    
	
	nav ul li a:focus::after,
	nav ul li a::active::after {
		content: "";
		display: block;
		height: 3px;
		margin-top: 12px;
		margin-bottom: -15px;
		position: relative;
		z-index: 10000;
		width: 80%;
	}
	
	#menu-icon {

		display: none;
	}
	
	#navbar ul {
		display: block !important;
	}
	
}




/*--------------------------------SUBMENU--------------------------------*/


#submenu {
	position: -webkit-sticky;
	position: sticky;
    top: 0;
	margin-top: 10px;
	padding: 10px 0;
	transition: top 0.2s ease-in-out;
	z-index: 1;
}

#submenu ul {
	height: 30px;
	max-width: 77rem;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 0;
	display: grid;
    grid-auto-flow: column;
	grid-auto-columns: minmax(0, 1fr);
	text-align: center;
}

#submenu ul li {
	border-left: 1px solid #d2d4d5;
	text-transform: uppercase;
	margin-bottom: 0px;
    margin-left: 0px;
	line-height: 30px;
}

#submenu.sticky ul li {
	border-left: 1px solid #ffffff;
}

#submenu ul li:first-child {
	border-left: none;
}

#submenu ul li::after {
    display: none;
}

#submenu ul li a {
	padding: 0 0;
}

#submenu ul li.current a {
}

#nav-container-top {
	height: 1px;
	background-color: blue;
	visibility: hidden;
}


/*-----Submenu Mobile & Tablet Width-----*/

@media (max-width: 1000px) {
	
	#submenu {
    	margin-top: 5px;
	}
	
	#submenu.nav-down {
    	top: 90px;
	}
	
	#submenu.sticky.nav-down {
		margin-top: 0;
	}
	
	#submenu.sticky.nav-down ul {
		height: 20px;
	}

	#submenu.sticky.nav-down ul li {
		line-height: 20px;
		height: 20px;
	}
	
	#submenu ul {
		justify-content: stretch;
	}
	
	#submenu li {
		animation: none;
	}
	
	#submenu ul li {
		height: 30px;
	}
	
	#submenu ul li a:hover {
    	background-color: transparent;
	}
	
}


/*-----Submenu Desktop Width-----*/

@media (min-width: 1001px) {
	
	#submenu {
		top: 0 !important;
	}
	
}




/*--------------------------------PAGE HEADERS--------------------------------*/


#pageleader {
	background-color: #F1B51C;
	height: 50vh;
	width: 100%;
	display: flex;
  	justify-content: center;
  	align-items: center;
}

.herotext {
	max-width: 77rem;
	width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
	z-index: 1;
	opacity: var(--opacity);
	/*
	 * The will-change CSS property provides a way for authors to hint browsers about the kind of changes
	 * to be expected on an element, so that the browser can setup appropriate optimizations ahead of time
	 * before the element is actually changed.
	 */
	will-change: opacity;
}

#pageleader h1 {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.7);
}

#home #pageleader h1 {
	text-transform: none;
	font-weight: 700;
	letter-spacing: 0;
}


/*-----Hero Images Parallax-----*/

body:not(#home) .heroimage {
}

body:not(#home) .heroimage img {
	filter: grayscale(100%) contrast(1) blur(0px);
 	transform: translateY(var(--translateY));
	height: 120%;
	width: auto;
	min-width: 100%;
	position: absolute;
	top: 0;
}


/*-----Hero Images Dimensions-----*/

#pageleader {
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}


.heroimage {
	/*filter: grayscale(var(--grey)) contrast(1) blur(0px);*/
	background-color: #F1B51C;
	display: flex;
	flex: 1 1 100%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.heroimage img {
  	filter: grayscale(var(--grey)) contrast(0.7) blur(0px);
  	flex: 1 0 100%;
  	height: 100%;
  	max-width: 100%;
  	mix-blend-mode: multiply;
  	object-fit: cover;
  	opacity: 1;
  	position: static;
  	width: 100%;
	transform: scale(var(--sx),var(--sy));
	will-change: transform;
}

.heroimage::before {
  	background-color: #007FA4;
  	bottom: 0;
  	content: '';
  	height: 100%;
  	left: 0;
  	mix-blend-mode: lighten;
  	position: absolute;
  	right: 0;
  	top: 0;
  	width: 100%;
  	z-index: 1;
}

.column {
	float: left;
	width: 33.33%;
  }
  


/*-----Page Headers Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	body:not(#home) #pageleader {
		height: 40vh;
	}
	
}




/*--------------------------------HOMEPAGE--------------------------------*/



.headercontent,
#masthead{
    /* max-width: 77rem;
    width: calc(100% - 3em); */
	background-color: #425036;
    margin-left: auto;
    margin-right: auto;
	}
	

#maincontentwrapper{
    max-width: 79.5rem;
    width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;

	min-height: calc(100vh - 239px);
}

#footer-wrap{
	
	padding-left: 60px;
	padding-right: 60px;
	min-height: calc(100vh - 950px);
}

#home #pageleader {
	min-height: 90vh;
}

#home .column,
#news .column {
	width: 60%;
}

#home .column:last-child,
#news .column:last-child {
	width: 33%;
}

html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}

[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
	display: none;
}

#home .ca3-scroll-down-arrow {
	display: block;
}

.ca3-scroll-down-arrow {
  	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  	background-size: contain;
  	background-repeat: no-repeat;
	background-position: center;
}

.ca3-scroll-down-link {
  	cursor: pointer;
  	height: 50px;
  	width: 70px;
  	margin: 0px 0 0 -35px;
  	line-height: 60px;
  	position: absolute;
  	left: 50%;
  	bottom: 60px;
  	color: #FFF;
  	text-align: center;
  	font-size: 60px;
  	z-index: 100;
  	text-decoration: none;
  	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  	-webkit-animation: ca3_fade_move_down 1.75s ease-in-out infinite;
  	-moz-animation: ca3_fade_move_down 1.75s ease-in-out infinite;
  	animation: ca3_fade_move_down 2s ease-in-out infinite;
	transition: 0.2s;
}

.ca3-scroll-down-link:hover {
	animation-play-state: paused;
  	font-size: 66px;
	height: 56px;
  	width: 76px;
	margin: 0px 0 0 -38px;
}

#arrow.scrolled {
	animation-play-state: paused;
}

#home #pageleader h1 span {
	text-transform: uppercase;
	display: block;
}




/*-----Homepage Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	#home #pageleader {
		min-height: 70vh;
	}
	
	#home #pageleader h1 span {
		margin-top: 20px;
	}
	
	.ca3-scroll-down-link {
  		bottom: 40px;
	}
	
}


/*-----Homepage Desktop Width-----*/


@media (min-width: 1001px) {
	
	#home #pageleader {
		top: -90px;
		margin-bottom: -90px;
	}
	
	#home #pageleader::before {
		content: "";
		display: block;
		width: 100%;
		height: 270px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background: rgb(0,0,0);	
background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
		opacity: 0.5;
	}
	
	#home #pageleader h1 {
		text-align: left;
		margin: 0;
		width: 50%;
	}
	
	#home #pageleader h1 span {
		margin-top: 30px;
	}
	
}




/*--------------------------------REGISTER CTA--------------------------------*/


.register-wrap {
	max-width: 77rem;
	width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
    padding: 20px 0;
	text-align: center;
	height: 65px;
}

.register-wrap p {
	display: inline-block;
	font-weight: 700;
}

.register-wrap p a {
	text-decoration: none;
	font-weight: 700;
}

.register-wrap .submit {
	margin-left: 15px;
	border-radius: 5px;
	padding: 15px;
}


/*-----Register CTA Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	.register-wrap .submit {
		margin-left: 20px;
		margin-top: 0;
		display: block;
	}

	.register-wrap {
		max-width: 77rem;
		width: calc(100% - 3em);
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height: 80px;
	}
}

@media (max-width: 785px) {
	.register-wrap {
		max-width: 77rem;
		width: calc(100% - 3em);
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height: 110px;
	}

	.register-wrap .submit {
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
}	

@media (max-width: 675px) {
	.register-wrap {
		max-width: 77rem;
		width: calc(100% - 3em);
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height: 135px;
	}

	.register-wrap .submit {
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
}	
	
@media (max-width: 370px) {
	.register-wrap {
		max-width: 77rem;
		width: calc(100% - 3em);
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height: 155px;
	}	

	.register-wrap .submit {
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
}

@media (max-width: 260px) {
	.register-wrap {
		max-width: 77rem;
		width: calc(100% - 3em);
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height: 180px;
	}	

	.register-wrap .submit {
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
}

@media (max-width: 380px) {
	ul.icons li {
		margin-top: 20px;
	}

	ul.icons li.calendar:before {
		margin-top: 0;
	}

	ul.icons li.time:before {
		margin-top: 0;
	}
	
}






/*--------------------------------FORMS--------------------------------*/


.submit {
	border-style: solid;
	border-width: 2px;
  	background-size: 900px;
  	background-repeat: no-repeat;
  	background-position: 0%;
	transition: all 0.5s ease !important;
	padding: 8px 10px !important;
	position: relative;
}


.submit:hover {
	background-position: 100%;
}

.submit:active {
  	top: 2px;
}

.maincontent p a.submit {
	margin:10px auto 0 auto;
	display: inline-block;
}

#error .maincontent p a.submit {
	margin: 0px auto 0 auto;
	display: inline-block;
	width: 140px;
	text-align: center;
}

#error .maincontent p a.submit:first-child {
	margin: 0px 20px 0 0;
}




/*--------------------------------DOWNLOADS--------------------------------*/


ul.downloads {
	list-style-type: none;
	padding-inline-start: 0px;
	width: 100%;
}

ul.downloads li {
	text-indent: 0;
	min-height: 40px;
	line-height: 1.1;
}


ul.downloads li::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 25px;
    margin-bottom: 25px;
}

ul.downloads li:last-child::after {
	display: none;
}

ul.downloads li a {
	float: right;
	text-decoration: none;
	transition: 0.3s;
}


/*-----Downloads Mobile & Tablet Width-----*/


@media (max-width: 1000px) {

	ul.downloads {
		margin-top: 40px;
		/*margin-bottom: 50px;*/
	}
	
}


/*-----Downloads Desktop Width-----*/


@media (min-width: 1001px) {

	ul.downloads {
		margin-top: 50px;
		/*margin-bottom: 70px;*/
	}
	
}




/*--------------------------------FAQS--------------------------------*/


.accordion {
 	width: 100%;
	margin: 0px auto;
}

.accordion input[type=radio], 
.accordion input[type=checkbox] {
	position: absolute;
}

.tabs {
 	overflow: hidden;
}
 
.tab {
 	width: 100%;
  	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.tab-label {
  	display: -webkit-box;
  	display: flex;
  	-webkit-box-pack: justify;
	justify-content: space-between;
  	padding: 25px 20px 25px 40px;
  	font-weight: 700;
  	cursor: pointer;
	text-transform: uppercase;
	position: relative;
}

.tab-label::after {
  	content: "\002B";
  	padding: 1px;
	height: 30px;
	width: 30px;
  	text-align: center;
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: 1.625em;
	font-family: Arial, sans-serif;
	line-height: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.tab-content {
  	max-height: 0;
  	padding: 0 0 0 40px;
  	-webkit-transition: all .35s;
  	transition: all .35s;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: -5px;
}

.tabs input:checked + .tab-label::after {
	content: "\2212";
}

.tabs input:checked ~ .tab-content {
  	max-height: 100vh;
  	padding: 0 0 20px 40px;
	margin-top: -5px;
}

.tabs input {
	position: absolute;
  	opacity: 0;
  	z-index: -1;
}




/*--------------------------------FOOTER--------------------------------*/


#footer-wrap {
	max-width: 79.3rem;
	width: calc(100% - 4em);
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0 0;
}

#footer-wrap p {
	margin-bottom: 5px;
}

#footer-wrap a {
	text-decoration: none;
	transition: 0.3s
}

.footer-two a {
	display: inline-block;
}
	
.footer-two p a {
	width: auto;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
}


/*-----Footer Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	#footer-wrap {
		padding: 25px 15px 25px 15px;
		text-align: center;
	}
	
	.footer-one {
		margin-bottom: 7px;
	}
	
	/*Footer Logo Size*/

	.footer-two a img {
		width: 139px;
    	height: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
}


/*-----Footer Desktop Width-----*/


@media (min-width: 1001px) {
	
	#footer-wrap {
		padding: 20px 0;
	}
	
	#footer-wrap:after {
  		content: "";
  		display: table;
  		clear: both;
	}
	
	.footer-one {
		width: 50%;
		float: left;
	}
	
	.footer-two {
		width: 50%;
		float: right;
		text-align: right;
	}

	
	/*Footer Logo Size*/

	
	.footer-two a img {
		width: 167px;
    	height: 60px;
	}
	
	.footer-two a {
		margin-left: 0;
		margin-left: auto;
	}
	
}




/*--------------------------------TEXT--------------------------------*/


#home h2.welcome,
#news h2.welcome {
    margin-bottom: 30px;
	width: auto;
	text-transform: none;
}

h2.welcome {
    width: 100%;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h2.welcome::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    margin-top: 22px;
    margin-bottom: 15px;
}

#home h2.welcome::after,
#news h2.welcome::after {
    margin-bottom: 30px;
}

h2.intro {
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.callout h3::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    margin-top: 22px;
    margin-bottom: 25px;
}


/*Paragraph*/

.maincontent p,
.maincontent li {
	text-align: left;
    /* font-weight: 700; */
    font-size: 1.4em;
    color: #ffffff;
}


p.intro {
	text-align: left;
	width: 75%;
	margin: 45px auto;
}

#error .maincontent p {
	text-align: center;
}

/*Links*/

hr {
	display: block;
    height: 2px;
    border-top: 2px solid #D874AE;
    margin-top: 30px;
	margin-bottom: 30px;
}

#home .callout ul li a {
	padding: 0px 0px;
	text-decoration: none;
	color: #303030;

}

.maincontent p a,
ul.icons li a{
	padding: 2px 3px;
	text-decoration: none;
	position: relative;
	transition: all .3s cubic-bezier(.2, 0, 0, 1);
  	z-index: 1;
	color: #303030;
}
  
.maincontent p a::after,
ul.icons li a::after,
#home .callout ul li a::after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 3px;
    left: 3px;
    transition: all .3s cubic-bezier(.2, 0, 0, 1);
    transform-origin: bottom center;
    z-index: -1;
}
    
.maincontent p a:hover::after,
ul.icons li a:hover::after,
#home .callout ul li a:hover::after {
    right: 0;
    left: 0;
 	height: 100%;
}

@media (max-width: 1000px) {

	#error .maincontent p {
		margin-top: -15px;
	}
	
}

@media (min-width: 1001px) {

	#error .maincontent p {
		margin-top: -60px;
	}
	
}


/*Diary Section*/

.diary li strong,
.diary li em {
	display: block;
}

.diary li em {
	display: block;
	font-style: normal;
	font-weight: bold;
	color: #303030;
}

.diary li strong em {
	display: inline;
	font-weight: normal;
}

.diary li:first-child,
.diary li:first-child strong {
	color: #e83c65;
}

.diary li:nth-child(2)::after {
	color: #007FA4;
}

.diary li:nth-child(2),
.diary li:nth-child(2) strong,
.diary li:nth-child(2) strong em {
	color: #007FA4;
}

.diary li:nth-child(3),
.diary li:nth-child(3) strong,
.diary li:nth-child(3) strong em {
	color: #00a3bc;
}

.diary li:nth-child(4),
.diary li:nth-child(4) strong,
.diary li:nth-child(4) strong em {
	color: #23b359;
}

.diary li:nth-child(5),
.diary li:nth-child(5) strong,
.diary li:nth-child(5) strong em {
	color: #F1B51C;
}

.diary {
	list-style: none;
	padding-inline-start: 30px;
	margin-top: 45px;
	margin-bottom: 45px;
}

.diary li:after {
    content: '';
    height: 15px;
    width: 15px;
    background: #D2153A;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    left: -30px;
}

.diary li {
	position: relative
}

.diary li:nth-child(2)::after {
	background: #007FA4;
}

.diary li:nth-child(3)::after {
	background: #00a3bc;
}

.diary li:nth-child(4)::after {
	background: #23b359;
}

.diary li:nth-child(5)::after {
	background: #F1B51C;
}




/*--------------------------------IMAGES--------------------------------*/


figcaption,
.video-caption,
.flex-caption {
	display: inline-block;
	padding: 8px 10px;
}

figure img,
img.picture,
figure svg {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	width: 100%;
	height: auto;
}

.full-screen figure img,
.full-screen img.picture {
	border-bottom-style: none;
}

figure a img:hover {
	opacity: 0.8;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.full-screen span {
	max-width: 77rem;
    width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
	margin-top: -40px;
	display: block;
}

.full-screen figcaption {
	border-top-width: 3px;
	border-top-style: solid;
	height: 40px;
}


/*SVG Plans*/

svg path {
	transition: 0.3s;

}

#north:hover,
#south:hover {
	opacity: 0.8;
	cursor: pointer;
}

.noline img {
	border-bottom: none;
}


/*-----Images Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	figure,
	img.picture {
		margin-top: 0px;
		margin-bottom: 50px;
	}
	
	.full-screen figure,
	.full-screen img.picture {
		margin-bottom: 0px;
	}
	
}


/*-----Images Desktop Width-----*/


@media (min-width: 1001px) {

	figure {
		margin-top: 0px;
		margin-bottom: 45px;
	}
	
	img.picture {
		margin-top: 0px;
		margin-bottom: 60px;
	}
	
	.full-screen figure,
	.full-screen img.picture {
		margin-bottom: 0px;
	}
	
}




/*--------------------------------FLEX SLIDER--------------------------------*/


.flexslider {
	background: transparent !important;
    border: none !important;
    zoom: 1;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0) !important;
}

.flexslider .slides img {
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.flex-caption,
.video-caption{
	margin-bottom: 0 !important;
}

.flex-direction-nav a {
    width: 50px !important;
    height: 50px !important;
    margin: -40px 0 0 !important;
	background-color: red;
    text-shadow: none !important;
}

.flex-direction-nav a:before {
    font-size: 30px !important;
    color: #ffffff !important;
    text-shadow: none !important;
	width: 50px;
	height: 50px;
	padding: 5px;
	text-align: center;
}

.flex-direction-nav a.flex-prev:before {
	text-indent: -2px;
}

.flex-direction-nav a.flex-next:before {
	text-indent: 2px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0 !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 0 !important;
}


/*-----Flex Slider Mobile & Tablet Width-----*/


@media (max-width: 860px) {
	
	.flex-direction-nav a {
    	margin: -25px 0 0 !important;
	}
	
}

@media (max-width: 1000px) {
	
	.flexslider {
		margin-top: 30px !important;
		margin-bottom: 50px !important;
	}
	
	.full-screen .flexslider {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
}


/*-----Flex Slider Desktop Width-----*/


@media (min-width: 1001px) {
	
	.flexslider {
		margin-top: 35px !important;
		margin-bottom: 60px !important;
	}
	
	.full-screen .flexslider {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
}



/*--------------------------------VIDEO EMBED--------------------------------*/


.video {
	width: 100%;
	padding-top: 56.2%;
	position: relative;
	margin-bottom: 40px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.video-caption {
	float: left;
}


/*-----Video Embed Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	.video {
		margin-top: 35px;
		margin-bottom: 80px;
	}
	
	.column .video {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	
}


/*-----Video Embed Desktop Width-----*/


@media (min-width: 1001px) {
	
	.video {
		margin-top: 45px;
		margin-bottom: 90px;
	}
	
	.column .video {
		margin-top: 40px;
		margin-bottom: 80px;
	}
	
}




/*--------------------------------FORMS--------------------------------*/


form,
#ss-embed-frame {
	border-top-style: solid !important;
	border-top-width: 1px !important;
	margin-top: 60px;
	margin-bottom: 0px;
}

fieldset {
	border: none;
	margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block-start: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    padding-block-end: 0;
}

.form-group {
	margin: 10px 0;
}

label {
	font-weight: 700;
	line-height: 1.3;
}

.col-md-4 {
	margin: 7px 0 33px 0;
}

.col-md-4 label,
label.consent {
	font-weight: 400;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
	white-space: nowrap;
}


/*-----Text Boxes-----*/


input[type=text],
textarea {
	border-style: solid;
	border-width: 1px;
	padding: 6px 10px;
}

input[type=text]:focus-visible,
textarea:focus-visible {
	outline: none;
}

textarea {
	width: 100%;
	min-height: 120px;
}


/*-----Radio Buttons & Checkboxes-----*/


input[type=radio],
input[type=checkbox] {
  	position: relative;
	left: -999999px;
	cursor: pointer;
}

input[type=radio]::before,
input[type=radio]::after,
input[type=checkbox]::before,
input[type=checkbox]::after {
  	content: '';
  	position: absolute;
  	border-radius: 100%;
}

input[type=radio]::before,
input[type=checkbox]::before {
  	left: 999999px;
  	top: -2px;
  	display: inline-block;
  	width: 18px;
    height: 18px;
  	border-style: solid;
	border-width: 2px;
  	background: #ffffff;
	margin-left: -15px;
}

input[type=radio]::after,
input[type=checkbox]::after {
  	left: 999999px;
	margin-left: -8px;
	width: 1px;
	height: 1px;
}

input[type=radio]:checked::after,
input[type=checkbox]:checked::after {
  	left: 999999px;
  	top: 2px;
	margin-left: -11px;
	width: 10px;
    height: 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}


/*-----Submit-----*/


.form-horizontal .submit {
    margin: 45px auto 0px auto;
	display: block;
	cursor: pointer;
	padding: 10px 20px !important;
}

/*.submit {
    border: none !important;
    margin: 25px auto 45px auto;
    padding: 17px 25px !important;
    display: block;
    text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}*/


/*-----Registration Form-----*/


body.popup-open {
	overflow: hidden;
}

.form-popup {
  	display: none;
	justify-content: center;
  	align-items: center;
  	position: fixed;
	min-height: 100vh;
  	top: 0;
  	z-index: 400;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(48, 48, 48, 0.75);
	-webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
	overflow-y: scroll;
}

.form-popup#feedbackform,
.form-popup#registration {
  	z-index: 99999999999999;
}

.popup-content {
	background-color: #ffffff;
	position: relative;
	width: 80%;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.popup-content p {
	text-align: center;
}

.popup-content p.disclaimer {
	text-align: left;
	margin-top: 0px;
	padding: 0 30px 30px 30px
}

.reg-form {
  	border-top: none;
	margin-top: 30px;
	padding-top: 0;
}

.cancel {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0;
	border-width: 2px;
	border-style: solid;
	font-weight: 900;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	transition: 0.35s;
}

.reg-form label {
	display: block;
	margin-bottom: 5px;
}

label.consent {
	font-weight: 400;
	white-space: normal;
}

.reg-form input[type=text] {
	width: 100%;
	margin-bottom: 10px;
}

.reg-form #address input[type=text] {
	width: 49.5%;
	display: inline-block;
	margin-right: 0.5%;
}

.reg-form #address input[type=text]:first-of-type {
	width: 100%;
}

.reg-form #address input[type=text]:nth-of-type(3) {
	margin-right: 0%;
	float: right;
}

.reg-form #phone,
.reg-form #email {
	width: 49.5%;
	display: inline-block;
}

.reg-form #phone {
	margin-right: 0.5%;
}

.reg-form #email {
	margin-right: 0%;
	float: right;
}

/*.reg-form .submit {
    margin: 25px auto 25px auto;
}*/


/*-----Forms Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	.form-popup {
    	overflow-y: scroll;
    	-webkit-overflow-scrolling: touch;
	}
	
	form {
		margin-top: 45px;
		padding-top: 45px;
	}
	
	.popup-content {
		width: 90%;
  		margin: 20px auto;
	}
	
	.reg-form #address input[type=text] {
		width: 49%;
		margin-right: 1%;
	}
	
	.reg-form #phone,
	.reg-form #email {
		width: 49%;
	}

	.reg-form #phone {
		margin-right: 1%;
	}
	
}


/*-----Forms Desktop Width-----*/


@media (min-width: 1001px) {
	
	form {
		margin-top: 60px;
		padding-top: 60px;
	}
	
	.popup-content {
  		margin: 60px auto;
	}
	
}




/*--------------------------------NEWS--------------------------------*/


.news-grid {
	margin: 0 -15px;
}

.news-card {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.news-image {
	height: 250px;
	overflow: hidden;
	margin-bottom: 27px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	
}

.news-image a img {
	transition: 0.5s;
}

.news-image a img:hover {
	/*filter: grayscale(50%) contrast(2) blur(0px);*/
	transform: scale(1.1);
	opacity: 0.8;
	transition: 0.5s;
}

.news-text {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.maincontent p.date {
	margin-bottom: 8px;
}

.newstitle,
.newstitle a {
	text-decoration: none;
	margin-bottom: 5px;
	transition: 0.3s;
}

.maincontent p.newscontent {
	margin-bottom: 15px;
}

.more {
	font-style: italic;
}

.maincontent p.more a::after {
	height: 0;
}

.maincontent p.more a:hover::after {
	height: 100%;
}

#news .callout h3 {
	margin-bottom: 0;
}

#news .callout ul {
	list-style: outside disc;
	margin: 0;
	padding: 0;
}

#news .callout ul li {
	list-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px 0 10px 17px;
	margin-bottom: 0;
}

#news .callout ul li a::before {
	content: '';
	display: block;
	position: absolute;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 10px;
	height: 10px;
	left: 25px;
	margin-top: 8px;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
}

#news .callout ul li a:hover::before {
	left: 28px;
}

#news .callout ul li:last-child {
	border-bottom: none;
}

#news .callout ul li a {
	text-decoration: none;
	transition: 0.3s;
}

#news .callout ul li a:hover {
	opacity: 0.5;
}


@media (max-width: 800px) {

	.news-card {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
}



/*--------------------------------TIMELINE--------------------------------*/


ul.timeline {
	counter-reset: numbered-list;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 45px;
	list-style: none;
	padding: 0;
	position: relative;
}

#about ul.timeline {
	margin-bottom: 75px;
}

ul.timeline::before {
	content: "";
	display: block;
	height: 100%;
	width: 4px;
	padding: 0;
	position: absolute;
	left: 50%;
  	transform: translateX(-50%);
}

ul.timeline li {
	width: 47%;
	font-size: 18px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 20px;
}

ul.timeline li:last-child {
    margin-bottom: 0px;
}

ul.timeline li:nth-child(2n) {
    margin-left: auto;
	margin-right: 0;
}

ul.timeline li:before {
	border-width: 4px; 
	border-style: solid;
	border-radius: 50%;
	content: counter(numbered-list, decimal);
	counter-increment: numbered-list;
	display: block;
	font-weight: bold;
	width: 30px;
	height: 30px;
	margin-top: -5px;
	line-height: 24px;
	position: absolute;
	left: -46px;
	text-align: center;
}

ul.timeline li.current:before {
	border-width: 4px;
	border-style: solid; 
}

ul.timeline li::after {
	display: block;
	content: "";
	position: absolute;
	left: -10px;
	top: 20px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right-width: 10px;
	border-right-style: solid;
}

ul.timeline li strong {
	display: block;
	margin-bottom: 3px;
}

ul.timeline li.current::after {
	border-right-width: 10px;
	border-right-style: solid;
}

/*---Timeline Mobile---*/

@media (max-width: 768px) {
    ul.timeline {
		margin-top: 20px;
		margin-bottom: 35px;
        font-size: 14px;
		margin-left: 10px;
    }
	
	ul.timeline::before {
		left: 0;
  		transform: translateX(0);
	}
	
	ul.timeline li {
		width: 94%;
    	margin-left: 30px;
	}
	
	ul.timeline li:nth-child(2n) {
    	margin-left: 30px;
		margin-right: auto;
	}
	
	ul.timeline li:before {
    	left: -43px;
	}
}

@media (min-width: 769px) {
   	ul.timeline li:nth-child(odd)::after {
		right: -10px;
		left: initial;
		border-left-width: 10px;
		border-left-style: solid;
		border-right: none;
	}
	ul.timeline li:nth-child(odd)::before {
		right: -10%;
		left: initial;
	}
	ul.timeline li.current:nth-child(odd)::after {
		border-left-width: 10px;
		border-left-style: solid;
		border-right: none;
	}
	ul.timeline li:before {
    	left: -10%;
	}
}

@media (min-width: 769px) and (max-width: 875px) {
	ul.timeline li {
		width: 45.5%;
	}
	ul.timeline li:nth-child(odd)::before {
    	right: -14.25%;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -14.25%;
	}
}

@media (min-width: 876px) and (max-width: 999px) {
	ul.timeline li {
		width: 46%;
	}
	ul.timeline li:nth-child(odd)::before {
    	right: -12.25%;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -12.25%;
	}
}

@media (min-width: 1000px) {
	ul.timeline li:nth-child(odd)::before {
    	right: -9.5%;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -9.5%;
	}
}

@media (min-width: 1100px) {
	ul.timeline li:nth-child(odd)::before {
    	right: -9.25%;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -9.25%;
	}
}

@media (min-width: 1200px) {
	ul.timeline li:nth-child(odd)::before {
    	right: -3.25em;
    	left: initial;
	}
	ul.timeline li:before {
    	left: -3.25em;
	}
}




/*--------------------------------CONTACT--------------------------------*/


#contact .column {
	text-align: center;
}
/*
#contact h2.welcome::before {
	display: block;
	font-family: engagementiconset;
	content: "\e80F";
    font-size: 70px;
    margin-bottom: 10px;
    position: relative;
}

#contact h2.phone::before {
	content: "\e80F";
}

#contact h2.email::before {
	content: "\e810";
}

#contact h2.post::before {
	content: "\e80E";
}*/

#contact h2.welcome::after {
    width: 60px;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1000px) {
	#contact .section-content:nth-child(2) {
		margin-top: -15px;
	}
	#contact .column::after {
		content: "";
		display: block;
		height: 1px;
		width: 75%;
		background-color: #dddddd;
		margin: 45px auto 15px auto;
	}
	/*#contact .column {
		border-bottom: 1px solid #dddddd;
		width: 80%;
		padding-bottom: 30px;
		margin: 15px auto 30px auto;
	}*/
	#contact .column:first-child {
		margin: 0px auto 30px auto;
	}
	#contact .column:last-child::after {
		display: none;
	}
}

@media (min-width: 1001px) {
	#contact .section-content:nth-child(2) {
		margin-top: -30px;
	}
	#contact .column {
		width: 33.33%;
		padding: 0 1% 0 1%;
	}
	#contact .column:first-child {
		padding: 0 2% 0 0;
	}
	#contact .column:last-child {
		padding: 0 0 0 2%;
	}	
}




/*--------------------------------REGISTER--------------------------------*/


#register .cta {
	display: none;
}



/*--------------------------------GENERAL--------------------------------*/


html {
	scroll-behavior: smooth;
}

.maincontent {
	overflow: hidden;
}

.section-wrap:first-child {
	max-width: 77rem;
	width: calc(100% - 3em);
    margin-left: auto;
    margin-right: auto;
	padding: 0;
}

.section-wrap {
	max-width: none;
	width: 100%;
	padding: 5em 0;
}

.section-wrap.full-screen {
	padding: 0 !important;
	background-color: transparent !important;
}

.section-wrap:nth-child(2n):last-child {
	padding-bottom: 9em;
	margin-bottom: -4em;
}

/*.section-wrap:first-child .section-content {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}*/

.section-content {
	/* max-width: 77rem;
	width: calc(100% - 3em); */
    margin-left: auto;
    margin-right: auto;
	/* display: flex; */
	flex-wrap: wrap;
}

#error .section-content:nth-child(2) {
	display: block;
}

#home .section-content,
#news .section-content,
#contact .section-content,
#error .section-content {
	width: 100%;
}

.column {
	width: 48%;
}

.column:last-child {
	margin-left: auto;
}

#intro-section {
	margin: 60px 0 90px 0;
	display: block;
	width: 100%
}

#intro-section::after {
	content: "";
	display: block;
	height: 3px;
    width: 7%;
    margin: 45px auto 120px auto;
}

.callout {
    padding: 7%;
}

#about .callout {
    background-color: #c0c0c0;
}

#box.callout {
    padding: 30px;
	margin-top: 20px;
}

#box.callout p {
}

#box.callout p:last-child {
    margin-bottom: 0;
}

.callout h3 {
	margin-bottom: 15px;
}

.callout p {
	margin-bottom: 15px;
}

.toprule {
	border-top: 1px solid #303030;
	padding-top: 20px;
}

#home .callout ul {
	list-style: none;
	margin: 20px 0px 0 60px;
  	padding: 0;
}

#home .callout ul::before {
	width: 100%;
	width: calc(100% + 60px);
	height: 1px;
	background-color: #000000;
	content: "";
	display: block;
	margin-bottom: 30px;
	margin-left: -60px;
}

#home .callout ul li {
	position: relative;
	font-size: 0.875em;
	border-bottom: 1px solid #000000;
	padding-bottom: 20px
}

#home .callout ul li:last-child {
	border-bottom: none;
}

#home .callout ul li span {
	position: absolute;
	left: -60px;
	z-index: 1;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 0.875em;
	width: 40px;
	height: 40px;
	display: flex;
  	justify-content: center;
  	flex-direction: column;
	top: 4px;
}

#home .callout ul li span span {
	display: block;
	position: relative;
    left: initial;
    width: auto;
    height: 3px;
    line-height: 0.5;
	top: -1px;
}

#home .callout ul li:after {
	content: '';
	height: 40px;
	width: 40px;
 	background: #F1B51C;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 5px;
	left: -60px;
	z-index: 0;
}

#home .callout ul li strong {
	display: block;
	font-size: 1.143em;
}

#home .callout ul li strong em {
	display: inline;
	font-weight: normal;
}

#home .callout ul li em {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 2px;
}

#home .callout ul li.webinar:after {
 	background: #e83c65;
}

#home .callout ul li.dropin:after {
 	background: #00a3bc;
}

#home .callout ul li strong,
#home .callout ul li strong em {
 	color: #007FA4;
}

#home .callout ul li.webinar strong,
#home .callout ul li.webinar strong em,
p.webinar strong:first-child {
 	color: #e83c65;
}

#home .callout ul li.dropin strong,
#home .callout ul li.dropin strong em,
p.dropin strong:first-child {
 	color: #00a3bc;
}

p.webinar,
p.dropin {
	border-top: 1px solid #303030;
	padding-top: 30px;
	margin-top: 30px;
}

p.webinar::before {
	content: "";
	display: block;
	background-image: url("../webinar_icon.svg");
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 12px;
}

p.dropin::before {
	content: "";
	display: block;
	background-image: url("../dropin_icon.svg");
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 12px;
}

ul {
	padding-inline-start: 16px;
}


/*-----General Mobile & Tablet Width-----*/


@media (max-width: 1000px) {
	
	.maincontent {
		padding: 0;
	}
	
	.column,
	#home .column,
	#home .column:last-child,
	#news .column,
	#news .column:last-child {
		width: 100%;
		margin-bottom: 1.75em;
	}
	
	.callout {
    	padding: 20px;
	}
	
	#intro-section {
		margin: 30px 0 60px 0;
	}
	
	#intro-section::after {
    	margin: 38px auto 75px auto;
	}
	
	.section-wrap.full-screen:last-of-type .flexslider {
		margin-bottom: -4.25em !important;
	}
	
	.section-wrap.full-screen:last-of-type .flexslider .slides img {
		border-bottom-width: 6px;
	}
	
}


/*-----General Desktop Width-----*/


@media (min-width: 1001px) {
	
	/* .maincontent {
		padding: 4em 0;
	}
	
	.section-wrap.full-screen:last-of-type .flexslider{
		margin-bottom: -5.25em !important;
	}
	 */
}


/*-----To Top Button-----*/


.container-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.container-top:hover {
	opacity: 0.9 !important;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.container-top svg {
	border-radius: 50%;
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.container-top svg:hover > #scrolltop-arrow {
	transform: translate3d(0px, -3px, 0px);
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.container-top svg > #scrolltop-arrow {
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}


/*To Top Button Mobile*/


@media (max-width: 768px) {
	
	.container-top {
		left: 20px !important;
	}
	
}


/*To Top Button Desktop Width*/


@media (min-width: 1001px) {
	
	.container-top {
	}
	
}




/*--------------------------------ANIMATIONS--------------------------------*/


@-webkit-keyframes linewidth {
	0%   { width: 0px; }
  	100% { width: 100%; }
}
@-moz-keyframes linewidth {
	0%   { width: 0px; }
  	100% { width: 100%; }
}
@-o-keyframes linewidth {
    0%   { width: 0px; }
  	100% { width: 100%; }
}
@keyframes linewidth {
    0%   { width: 0px; }
  	100% { width: 100%; }
}


@-webkit-keyframes linewidth-out {
	0%   { width: 100%; }
  	100% { width: 0px; }
}
@-moz-keyframes linewidth-out {
	0%   { width: 100%; }
  	100% { width: 0px; }
}
@-o-keyframes linewidth-out {
    0%   { width: 100%; }
  	100% { width: 0px; }
}
@keyframes linewidth-out {
    0%   { width: 100%; }
  	100% { width: 0px; }
}


@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-moz-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-o-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@-moz-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@-o-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}


@-webkit-keyframes slideIn {
	0% { -webkit-transform: translateX(-150%); }
    100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes slideIn {
    0% { -moz-transform: translateX(-150%); }
    100% { -moz-transform: translateX(0%); }
}
@-o-keyframes slideIn {
    0% { -o-transform: translateX(-150%); }
    100% { -o-transform: translateX(0%); }
}
@keyframes slideIn {
    0% { transform: translateX(-150%); }
    100% { transform: translateX(0%); }
}


@-webkit-keyframes slideOut {
	0% { -webkit-transform: translateX(0%); opacity: 1 }
    100% { -webkit-transform: translateX(-150%); opacity: 0; }
}
@-moz-keyframes slideOut {
    0% { -moz-transform: translateX(0%); opacity: 1 }
    100% { -moz-transform: translateX(-150%); opacity: 0; }
}
@-o-keyframes slideOut {
    0% { -o-transform: translateX(0%); opacity: 1 }
    100% { -o-transform: translateX(-150%); opacity: 0; }
}
@keyframes slideOut {
    0% { transform: translateX(0%); opacity: 1 }
    100% { transform: translateX(-150%); opacity: 0; }
}


@-webkit-keyframes paginate {
	0% { bottom: 49px; }
	45% { bottom: 49px; }
	50% { bottom: 52px; }
    55% { bottom: 49px; }
	100% { bottom: 49px; }
}
@-moz-keyframes paginate {
    0% { bottom: 49px; }
	45% { bottom: 49px; }
	50% { bottom: 52px; }
    55% { bottom: 49px; }
	100% { bottom: 49px; }
}
@-o-keyframes paginate {
    0% { bottom: 49px; }
	45% { bottom: 49px; }
	50% { bottom: 52px; }
    55% { bottom: 49px; }
	100% { bottom: 49px; }
}
@keyframes paginate {
    0% { bottom: 49px; }
	45% { bottom: 49px; }
	50% { bottom: 52px; }
    55% { bottom: 49px; }
	100% { bottom: 49px; }
}


@-webkit-keyframes ca3_fade_move_down {
  	0%   { -webkit-transform:translate(0,-10px); }
  	50%  { -webkit-transform:translate(0,10px); }
  	100% { -webkit-transform:translate(0,-10px); }
}
@-moz-keyframes ca3_fade_move_down {
  	0%   { -moz-transform:translate(0,-10px); }
  	50%  { -moz-transform:translate(0,10px); }
  	100% { -moz-transform:translate(0,-10px); }
}
@keyframes ca3_fade_move_down {
  	0%   { transform:translate(0,-10px); }
	50%  { transform:translate(0,10px); }
	100% { transform:translate(0,-10px); }
}




/*--------------------------------CSS RESET--------------------------------*/

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}


/*--------------------------------GOOGLE TRANSLATE--------------------------------*/


#google_translate_element {
	position: fixed;
	z-index: 999999;
	top: 0;
}

/*#google_translate_element span a,
.goog-te-gadget {
	color: transparent !important;
}*/

.goog-te-gadget img {
	display: inline !important;
}

.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
	box-shadow: none !important;
}

#google_translate_element .indicator {
	display: none !important;
}

.container2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-bottom: 30px;
}

.centered-image {
    max-width: 280px; 
    height: auto;
    margin: 10px 0;
}


.centered-image.second{
    width: 140px;
    height: auto;
    margin: 0;
}
