@import url("../css/font-awesome.min.css");


@font-face {
    font-family: 'Scribble';
    src: url('../fonts/scribble-webfont.eot');
    src: url('../fonts/scribble-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/scribble-webfont.woff2') format('woff2'),
         url('../fonts/scribble-webfont.woff') format('woff'),
         url('../fonts/scribble-webfont.ttf') format('truetype'),
         url('../fonts/scribble-webfont.svg#scribbleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {    font-family: 'Prequel'; 
    src: url('../fonts/Prequel.eot');
    src: url('../fonts/Prequel.eot') format('embedded-opentype'),
         url('../fonts/Prequel.woff2') format('woff2'),
         url('../fonts/Prequel.woff') format('woff'),
         url('../fonts/Prequel.ttf') format('truetype'),
         url('../fonts/Prequel.svg#Prequel') format('svg');

}
@font-face {    font-family: 'Ethos'; 
    src: url('../fonts/EthosREG.eot');
    src: url('../fonts/EthosREG.eot') format('embedded-opentype'),
         url('../fonts/EthosREG.woff2') format('woff2'),
         url('../fonts/EthosREG.woff') format('woff'),
         url('../fonts/EthosREG.ttf') format('truetype'),
         url('../fonts/EthosREG.svg#EthosREG') format('svg');
                

}

@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/pacifico-regular-webfont.eot');
    src: url('../fonts/pacifico-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pacifico-regular-webfont.woff2') format('woff2'),
         url('../fonts/pacifico-regular-webfont.woff') format('woff'),
         url('../fonts/pacifico-regular-webfont.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/philosopher-regular-webfont.eot');
    src: url('../fonts/philosopher-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/philosopher-regular-webfont.woff2') format('woff2'),
         url('../fonts/philosopher-regular-webfont.woff') format('woff'),
         url('../fonts/philosopher-regular-webfont.svg#philosopherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PhilosopherCondensed';
    src: url('../fonts/philosopher-regular-webfont.eot');
    src: url('../fonts/philosopher-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/philosopher-regular-webfont.woff2') format('woff2'),
         url('../fonts/philosopher-regular-webfont.woff') format('woff'),
         url('../fonts/philosopher-regular-webfont.svg#philosopherregular') format('svg');
    font-weight: normal;
    font-style: normal;
	letter-spacing: -2px;

}

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 87.5em;
		min-width: 70em;
	}

	.container.\37 5\25 {
		width: 52.5em;
	}

	.container.\35 0\25 {
		width: 35em;
	}

	.container.\32 5\25 {
		width: 17.5em;
	}

	.container {
		width: 90%;
	}


/* CJ Additions */

progress {
	width: 100%;
	position: fixed;
	height: 5px;
	appearance: none;
	background-color: transparent;
	border: none;
	color: #ffcc00;
	bottom: 0;
	left: 0;
	z-index: 999;
}

progress::-webkit-progress-bar {
	background-color: transparent;

}

progress::-webkit-progress-value {
	background-color: #062663;
	background-image: -webkit-linear-gradient(left, transparent, #ffcc00);
}

progress::-moz-progress-bar {
	background-color: #062663;
	background-image: -webkit-linear-gradient(left, transparent, #ffcc00);
}

.back-to-top {
	margin: 0;
	background-color: rgba(255,255,255,0.6);
	border: 2px solid #fff;
	border-radius: 50%;
	height: 42px;
	width: 42px;
	filter: drop-shadow(4px 6px 12px rgba(0, 0, 0, 0.5));
	color: #062663;
	position: fixed;
	right: 20px;
	bottom: 70px;
	/*margin-left: calc(100% - 65px);*/
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 998;
	padding: unset;
	font-size: 1.2em;
	text-align: center;
}

.back-to-top:hover {
	background: #ffcc00;
	color: #062663;
	border: 2px solid #062663;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}


#titleBar h1 {
    font-size: 0.6em;
    margin-top: -10px;
}


@-moz-document url-prefix() {
	#titleBar h1 {
	  margin-top: -3px;
	}
  }

  .if-preview .file-input .file-preview .file-drop-zone {
    width: 270px!important;
    height: 270px!important;
}

.if-preview .file-input .btn {
	padding: .5em 2em!important;
}

.file-thumbnail-footer {
	display: flex;
}

.btn-primary {
color: #fff;
background-color: #062663;
border-color: #062663;

}

.btn-primary:hover {
color: #FFD21F;
background-color: #325ca6;
border-color: #FFD21F;
}

.btn-secondary {
    color: #062664;
    background-color: #a6bcdf;
    border-color: #335ca6;
}

.btn-secondary:hover {
    color: #ffcc01;
    background-color: #335ca6;
    border-color: #ffcc01;
}

#inyorklogo {
	display:block;
	height:50px;
	line-height: 50px;
}

#inyorklogo h1 a {
	color: inherit;
	border: 0;
	position: relative;
	z-index: 3;

	}

#inyorklogo h1 {
	font-size: 0.6em;
	margin-top: -10px!important;
	}

@media only screen 
	and (min-device-width: 768px) 
	and (max-device-width: 1024px)  {
		#inyorklogo h1 {
			font-size: 0.6em;
			margin-top: 3px!important;
			/*padding: 10px;
			background: #072866; 
			background: rgb(6 38 99 / 98%);
			border-bottom: 2px solid #ffcc00;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
			box-shadow: 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.45);*/
			}
  }	

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1.2) {
	  #inyorklogo h1 {
		  font-size: 0.6em;
		  margin-top: -9px!important;
	  }
	} 

h1 a {
	border-bottom: none!important;
	line-height: 25px;
}

h1 a .logo-in {
	font-family: 'Pacifico';
	font-size: 1.3em;
	/*color: #325ca6;*/
	color: #5a79b0;
}

h1 a .logo-york {
	font-family: 'PhilosopherCondensed';
	font-size:1.4em;
	color: #fff;
}

h1 a .logo-uk {
	font-family: 'PhilosopherCondensed';
	color: #FFD21F;
}

.grecaptcha-badge {
    bottom: 70px!important;
}

a.icon.alt.major:hover, a.icon.alt.major:active {
    background-color: #FFD21F !important;
}

a:hover h3, a:active h3 {
    color: #FFD21F !important;
}

h1#logo  {
    left:52px;
    color: #fff;
}

.svglimit {
    background-color: #fff!important;
    max-width: 90vw;
}

#breadcrumb {margin-bottom:1.5em;}

img.skyline {
    width: 100%;
	vertical-align: bottom;
}
.skyline_content {
    background-color: #a6bcdf;
    height: 120px;
   /* margin-top: -6px;*/
}

#inyorklogofooter * {
    color: #3960a8 !important;
}

#inyorklogofooter {
    font-size: 1.7em; 
	text-align: center;
}

.user-bar {
    position: fixed;
    background: #FFD21Fcc;
    left: 0;
    bottom: 50px;
	display: flex;
	justify-content: center;
}

.user-bar p {
    margin: 0.5em 0;
}

.user-bar a {
    margin: 0 0.5em;
}

.user-bar a:hover {
    color:#062663;
}

#listing-header .form-control-small form {
    margin: 0 auto;
}

#cookie_container {
	bottom: 55px!important;
	}


@media screen and (orientation: landscape) and (max-height: 568px) {
		#socialBar {
			display: none;
		}
		#cookie_container { 
			bottom: 0!important;
		}
	}	

.pageLinks a {
  /*! padding: 20px; */
  margin-left: 10px;
  background: #062663;
  border-radius: 100%;
  border-bottom:none;    
  width: 50px;
  display: inline-block;
  height: 50px;
  /*! vertical-align: text-top; */
  padding-top: 15px;
  font-size: 20px;
  margin-right: 10px;
  /*! padding-left: 15px; */
  text-align: center;
  /* padding-top: 12px; */
  font-weight: bold;
  color: #fff;
}

.pageLinks .current {
  
  background: #000;
  border-radius: 100%;
  border-bottom:none;    
  width: 50px;
  display: inline-block;
  height: 50px;
  /*! vertical-align: text-top; */
  padding-top: 15px; 
  font-size: 20px;
  /*! padding-left: 15px; */
  text-align: center;
  font-weight: bold;
  color: #999;
}

.pagination .prev {
  background: #FFD21F;
  border-radius:25px 15px 15px 25px;
  border-bottom:none;      
  width: 100px;
  display: inline-block;
  height: 50px;
  /*! vertical-align: text-top; */
  padding-top: 15px;
  font-size: 20px;
  margin-right: 10px;
  /*! padding-left: 15px; */
  text-align: center;
  font-weight: bold;
  color: #062663;
  margin-left:-100px;
  
  
}

.pagination .next {
  background: #FFD21F;
  border-radius:15px 25px 25px 15px;
  border-bottom:none;    
  width: 100px;
  display: inline-block;
  height: 50px;
  /*! vertical-align: text-top; */
  padding-top: 15px; 
  font-size: 20px;
  margin-right: 10px;
  /*! padding-left: 15px; */
  text-align: center;
  font-weight: bold;
  color: #062663;
  margin-right:10px;
  
}
.pagination .next:hover,
.pagination .prev:hover,
.pageLinks a:hover,
.pagination .next:focus,
.pagination .prev:focus,
.pageLinks a:focus {
  
  
  background:#062663;
  text-decoration: none;
}


#ProjectListPagination  {
  
  display: flex;
  justify-content: center;
  margin-top: 100px;

}

/* Container box to set the sides relative to */
.cube {
	width: 100%;
	max-width: 350px;
	text-align: center;
	margin: 0 auto;
	height: 350px;
	-webkit-transition: -webkit-transform 1.33s;
	transition: transform 1.33s; /* Animate the transform properties */
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; /* <-NB */
}

/* The two faces of the cube */
.caption {
	background: rgb(34, 34, 34);
	border: 2px solid #FFD21F;

	-webkit-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 20px 15px 20px rgba(0, 0, 0, .3), 0 0 8px 5px rgba(0, 0, 0, .4);

	    box-shadow: 0 20px 15px -10px hsla(0,0%,0%,.25);

	height: 350px;
	padding: 40px;
}

/* Position the faces */
.face {
	background: rgb(34, 34, 34);
	-webkit-transform: translateZ(175px);
	transform: translateZ(175px);
}

.caption {
	-webkit-transform: rotateX(-90deg) translateZ(-175px);
	transform: rotateX(-90deg) translateZ(-175px);
}

/* Rotate the cube */
.cube:hover {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg); /* Text bleed at 90º */
}




/* Figure */

figure {
    float: left;
    transform: perspective(500px);
    transform-style: preserve-3d;
    transition: .5s;    

    -webkit-transform: perspective(500);
    -webkit-transform-style: preserve-3d;
    -webkit-transition: .5s;
}
figure:hover  {
     transform: perspective(500px) rotateX(90deg) translate3d(0, 2em, 8em);
    -webkit-transform: perspective(500) rotateX(90deg) translateY(2em) translateZ(8em);
    
}
figure > img {
    background-color: #222;
    box-shadow: 0 20px 15px -10px hsla(0,0%,0%,.25);
    display: block;
    height: 100%;
    width:100%;
    transition: .5s;
    -webkit-transition: .5s;
}



@media screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    
    
figure {
    display:block;
   

    -webkit-transform: perspective(500);
    -webkit-transform-style: preserve-3d;
    -webkit-transition: .5s;
  

}
figure:active  {
    -webkit-transform: perspective(500) rotateX(90deg) translateY(2em) translateZ(8em);
  
}
figure > img {
    background-color: #222;
    box-shadow: 0 20px 15px -10px hsla(0,0%,0%,.25);
    display: block;
    height: 100%;
    width:100%;
    -webkit-transition: .5s;
    
}
    
    
    
    

}





@media screen and (max-width: 480px) {

    
figure > img {    
max-width:90vw;
}

}

figure:hover img {
    box-shadow: none;
}
figcaption {
    background-color: #222;
    color: #fff;
    padding: 1.5em;
    transform: rotateX(-90deg);
    transform-origin: 100% 0;
    transition: .5s;    
    -webkit-transform: rotateX(-90deg);
    -webkit-transform-origin: 100% 0;
    -webkit-transition: .5s;
}
figure:hover figcaption {
    box-shadow: 0 20px 15px -10px hsla(0,0%,0%,.25);
}
      
  
  
  

  
  
  
 




@media screen and (min-width: 736px) {
    
    .container {
        padding-top:50px;
    }    
    #three > div:nth-child(2) h2 {
   
        padding-top:50px;
    }
    
}


	@media screen and (max-width: 1680px) {

        
		.container.\31 25\25 {
			width: 100%;
			max-width: 87.5em;
			min-width: 70em;
		}

		.container.\37 5\25 {
			width: 52.5em;
		}

		.container.\35 0\25 {
			width: 35em;
		}

		.container.\32 5\25 {
			width: 17.5em;
		}

		.container {
			width: 90%;
		}

	}

	@media screen and (max-width: 1280px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 90%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 90%;
		}

	}




	@media screen and (max-width: 980px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 90% !important;
		}

	}

	@media screen and (max-width: 736px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100% !important;
		}

	}

	@media screen and (max-width: 480px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}
		/*
		.container {
			width: 90% !important;
		}
		*/
	}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0 0 0 0em;
	}

	.row.\30 \25 {
		margin: 0 0 -1px 0em;
	}

	.row.uniform.\30 \25 > * {
		padding: 0em 0 0 0em;
	}

	.row.uniform.\30 \25 {
		margin: 0em 0 -1px 0em;
	}

	.row > * {
		padding: 0 0 0 2.5em;
	}

	.row {
		/* margin: 0 0 -1px -2.5em; */
		margin: 0 0 -1px 0;
	}

	.row.uniform > * {
		padding: 2.5em 0 0 2.5em;
	}

	.row.uniform {
		margin: -2.5em 0 -1px -2.5em;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 5em;
	}

	.row.\32 00\25 {
		margin: 0 0 -1px -5em;
	}

	.row.uniform.\32 00\25 > * {
		padding: 5em 0 0 5em;
	}

	.row.uniform.\32 00\25 {
		margin: -5em 0 -1px -5em;
	}

	.row.\31 50\25 > * {
		padding: 0 0 0 3.75em;
	}

	.row.\31 50\25 {
		margin: 0 0 -1px -3.75em;
	}

	.row.uniform.\31 50\25 > * {
		padding: 3.75em 0 0 3.75em;
	}

	.row.uniform.\31 50\25 {
		margin: -3.75em 0 -1px -3.75em;
	}

	.row.\35 0\25 > * {
		padding: 0 0 0 1.25em;
	}

	.row.\35 0\25 {
		margin: 0 0 -1px -1.25em;
	}

	.row.uniform.\35 0\25 > * {
		padding: 1.25em 0 0 1.25em;
	}

	.row.uniform.\35 0\25 {
		margin: -1.25em 0 -1px -1.25em;
	}

	.row.\32 5\25 > * {
		padding: 0 0 0 0.625em;
	}

	.row.\32 5\25 {
		margin: 0 0 -1px -0.625em;
	}

	.row.uniform.\32 5\25 > * {
		padding: 0.625em 0 0 0.625em;
	}

	.row.uniform.\32 5\25 {
		margin: -0.625em 0 -1px -0.625em;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (max-width: 1680px) {

		.row > * {
			padding: 0 0 0 2.5em;
		}

		.row {
			/* margin: 0 0 -1px -2.5em; */
			margin: 0 0 -1px 0;
		}

		.row.uniform > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row.uniform {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 5em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -5em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 5em 0 0 5em;
		}

		.row.uniform.\32 00\25 {
			margin: -5em 0 -1px -5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 3.75em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -3.75em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 3.75em 0 0 3.75em;
		}

		.row.uniform.\31 50\25 {
			margin: -3.75em 0 -1px -3.75em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 1.25em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -1.25em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row.uniform.\35 0\25 {
			margin: -1.25em 0 -1px -1.25em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xlarge\29 + *,
		.\31 1u\24\28xlarge\29 + *,
		.\31 0u\24\28xlarge\29 + *,
		.\39 u\24\28xlarge\29 + *,
		.\38 u\24\28xlarge\29 + *,
		.\37 u\24\28xlarge\29 + *,
		.\36 u\24\28xlarge\29 + *,
		.\35 u\24\28xlarge\29 + *,
		.\34 u\24\28xlarge\29 + *,
		.\33 u\24\28xlarge\29 + *,
		.\32 u\24\28xlarge\29 + *,
		.\31 u\24\28xlarge\29 + * {
			clear: left;
		}

		.\-11u\28xlarge\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xlarge\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xlarge\29 {
			margin-left: 75%;
		}

		.\-8u\28xlarge\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xlarge\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xlarge\29 {
			margin-left: 50%;
		}

		.\-5u\28xlarge\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xlarge\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xlarge\29 {
			margin-left: 25%;
		}

		.\-2u\28xlarge\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xlarge\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 1280px) {

		.row > * {
			padding: 0 0 0 2.5em;
		}

		.row {
			/* margin: 0 0 -1px -2.5em; */
			margin: 0 0 -1px 0;
		}

		.row.uniform > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row.uniform {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 5em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -5em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 5em 0 0 5em;
		}

		.row.uniform.\32 00\25 {
			margin: -5em 0 -1px -5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 3.75em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -3.75em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 3.75em 0 0 3.75em;
		}

		.row.uniform.\31 50\25 {
			margin: -3.75em 0 -1px -3.75em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 1.25em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -1.25em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row.uniform.\35 0\25 {
			margin: -1.25em 0 -1px -1.25em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.\31 2u\28large\29, .\31 2u\24\28large\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28large\29, .\31 1u\24\28large\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28large\29, .\31 0u\24\28large\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28large\29, .\39 u\24\28large\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28large\29, .\38 u\24\28large\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28large\29, .\37 u\24\28large\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28large\29, .\36 u\24\28large\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28large\29, .\35 u\24\28large\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28large\29, .\34 u\24\28large\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28large\29, .\33 u\24\28large\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28large\29, .\32 u\24\28large\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28large\29, .\31 u\24\28large\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28large\29 + *,
		.\31 1u\24\28large\29 + *,
		.\31 0u\24\28large\29 + *,
		.\39 u\24\28large\29 + *,
		.\38 u\24\28large\29 + *,
		.\37 u\24\28large\29 + *,
		.\36 u\24\28large\29 + *,
		.\35 u\24\28large\29 + *,
		.\34 u\24\28large\29 + *,
		.\33 u\24\28large\29 + *,
		.\32 u\24\28large\29 + *,
		.\31 u\24\28large\29 + * {
			clear: left;
		}

		.\-11u\28large\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28large\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28large\29 {
			margin-left: 75%;
		}

		.\-8u\28large\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28large\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28large\29 {
			margin-left: 50%;
		}

		.\-5u\28large\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28large\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28large\29 {
			margin-left: 25%;
		}

		.\-2u\28large\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28large\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 980px) {

		.row > * {
			padding: 0 0 0 2.5em;
		}

		.row {
			/* margin: 0 0 -1px -2.5em; */
			margin: 0 0 -1px 0;
		}

		.row.uniform > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row.uniform {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 5em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -5em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 5em 0 0 5em;
		}

		.row.uniform.\32 00\25 {
			margin: -5em 0 -1px -5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 3.75em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -3.75em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 3.75em 0 0 3.75em;
		}

		.row.uniform.\31 50\25 {
			margin: -3.75em 0 -1px -3.75em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 1.25em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -1.25em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row.uniform.\35 0\25 {
			margin: -1.25em 0 -1px -1.25em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.\31 2u\28medium\29, .\31 2u\24\28medium\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28medium\29, .\31 1u\24\28medium\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28medium\29, .\31 0u\24\28medium\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28medium\29, .\39 u\24\28medium\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28medium\29, .\38 u\24\28medium\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28medium\29, .\37 u\24\28medium\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28medium\29, .\36 u\24\28medium\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28medium\29, .\35 u\24\28medium\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28medium\29, .\34 u\24\28medium\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28medium\29, .\33 u\24\28medium\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28medium\29, .\32 u\24\28medium\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28medium\29, .\31 u\24\28medium\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28medium\29 + *,
		.\31 1u\24\28medium\29 + *,
		.\31 0u\24\28medium\29 + *,
		.\39 u\24\28medium\29 + *,
		.\38 u\24\28medium\29 + *,
		.\37 u\24\28medium\29 + *,
		.\36 u\24\28medium\29 + *,
		.\35 u\24\28medium\29 + *,
		.\34 u\24\28medium\29 + *,
		.\33 u\24\28medium\29 + *,
		.\32 u\24\28medium\29 + *,
		.\31 u\24\28medium\29 + * {
			clear: left;
		}

		.\-11u\28medium\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28medium\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28medium\29 {
			margin-left: 75%;
		}

		.\-8u\28medium\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28medium\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28medium\29 {
			margin-left: 50%;
		}

		.\-5u\28medium\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28medium\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28medium\29 {
			margin-left: 25%;
		}

		.\-2u\28medium\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28medium\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 736px) {

		.row > * {
			padding: 0 0 0 2.5em;
		}

		.row {
			/* margin: 0 0 -1px -2.5em; */
			margin: 0 0 -1px 0;
		}

		.row.uniform > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row.uniform {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 5em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -5em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 5em 0 0 5em;
		}

		.row.uniform.\32 00\25 {
			margin: -5em 0 -1px -5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 3.75em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -3.75em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 3.75em 0 0 3.75em;
		}

		.row.uniform.\31 50\25 {
			margin: -3.75em 0 -1px -3.75em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 1.25em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -1.25em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row.uniform.\35 0\25 {
			margin: -1.25em 0 -1px -1.25em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.\31 2u\28small\29, .\31 2u\24\28small\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28small\29, .\31 1u\24\28small\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28small\29, .\31 0u\24\28small\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28small\29, .\39 u\24\28small\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28small\29, .\38 u\24\28small\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28small\29, .\37 u\24\28small\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28small\29, .\36 u\24\28small\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28small\29, .\35 u\24\28small\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28small\29, .\34 u\24\28small\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28small\29, .\33 u\24\28small\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28small\29, .\32 u\24\28small\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28small\29, .\31 u\24\28small\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28small\29 + *,
		.\31 1u\24\28small\29 + *,
		.\31 0u\24\28small\29 + *,
		.\39 u\24\28small\29 + *,
		.\38 u\24\28small\29 + *,
		.\37 u\24\28small\29 + *,
		.\36 u\24\28small\29 + *,
		.\35 u\24\28small\29 + *,
		.\34 u\24\28small\29 + *,
		.\33 u\24\28small\29 + *,
		.\32 u\24\28small\29 + *,
		.\31 u\24\28small\29 + * {
			clear: left;
		}

		.\-11u\28small\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28small\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28small\29 {
			margin-left: 75%;
		}

		.\-8u\28small\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28small\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28small\29 {
			margin-left: 50%;
		}

		.\-5u\28small\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28small\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28small\29 {
			margin-left: 25%;
		}

		.\-2u\28small\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28small\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 480px) {

		.row > * {
			padding: 0 0 0 2.5em;
		}

		.row {
			/* margin: 0 0 -1px -2.5em; */
			margin: 0 0 -1px 0;
		}

		.row.uniform > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row.uniform {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 5em;
		}

		.row.\32 00\25 {
			margin: 0 0 -1px -5em;
		}

		.row.uniform.\32 00\25 > * {
			padding: 5em 0 0 5em;
		}

		.row.uniform.\32 00\25 {
			margin: -5em 0 -1px -5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 3.75em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -3.75em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 3.75em 0 0 3.75em;
		}

		.row.uniform.\31 50\25 {
			margin: -3.75em 0 -1px -3.75em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 1.25em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -1.25em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row.uniform.\35 0\25 {
			margin: -1.25em 0 -1px -1.25em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xsmall\29, .\39 u\24\28xsmall\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xsmall\29, .\38 u\24\28xsmall\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xsmall\29, .\37 u\24\28xsmall\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xsmall\29, .\36 u\24\28xsmall\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xsmall\29, .\35 u\24\28xsmall\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xsmall\29, .\34 u\24\28xsmall\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xsmall\29, .\33 u\24\28xsmall\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xsmall\29, .\32 u\24\28xsmall\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xsmall\29, .\31 u\24\28xsmall\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xsmall\29 + *,
		.\31 1u\24\28xsmall\29 + *,
		.\31 0u\24\28xsmall\29 + *,
		.\39 u\24\28xsmall\29 + *,
		.\38 u\24\28xsmall\29 + *,
		.\37 u\24\28xsmall\29 + *,
		.\36 u\24\28xsmall\29 + *,
		.\35 u\24\28xsmall\29 + *,
		.\34 u\24\28xsmall\29 + *,
		.\33 u\24\28xsmall\29 + *,
		.\32 u\24\28xsmall\29 + *,
		.\31 u\24\28xsmall\29 + * {
			clear: left;
		}

		.\-11u\28xsmall\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xsmall\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xsmall\29 {
			margin-left: 75%;
		}

		.\-8u\28xsmall\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xsmall\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xsmall\29 {
			margin-left: 50%;
		}

		.\-5u\28xsmall\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xsmall\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xsmall\29 {
			margin-left: 25%;
		}

		.\-2u\28xsmall\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xsmall\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	html, body {
		background: #ececec;
		scroll-behavior: smooth;

	}

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	body, input, select, textarea {
		color: #062663;
		font-family: 'Philosopher' , Helvetica, sans-serif;
		font-size: 16pt;
		font-weight: 100;
		line-height: 1.75em;
	}

	a {
		-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-bottom: dotted 1px;
		/*color: #FFD21F;*/
		text-decoration: none;
	}

		a:hover, a:active {
			/*color: #FFD21F !important;*/
			border-bottom-color: transparent;
			text-decoration: none;
		}

	strong, b {

		font-weight: bold;
	}

	em, i {
		font-style: italic;
	}

	p {
        font-family: 'Philosopher', sans-serif;
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
        font-family: 'Pacifico', sans-serif;
		/*color: #ffffff;*/
		/*font-weight: 300;*/
		line-height: 1em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border: 0;
		}

	h1 {
		font-size: 2.5em;
		line-height: 1.8em;
		letter-spacing: -0.025em;
	}

	h2 {
		font-size: 2em;
		line-height: 1.5em;
		letter-spacing: -0.025em;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		margin: 3em 0;
	}

		hr.major {
			margin: 4em 0;
		}

	blockquote {
		border-left: solid 4px rgba(255, 255, 255, 0.3);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Loader */

	@-moz-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes spinner-hide {
		0% {
			color: rgba(255, 204, 0, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #FFD21F;
			z-index: 100001;
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}

		100% {
			color: #FFD21F;
			z-index: -1;
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-hide {
		0% {
			color: rgba(255, 204, 0, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #FFD21F;
			z-index: 100001;
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}

		100% {
			color: #FFD21F;
			z-index: -1;
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-hide {
		0% {
			color: rgba(255, 204, 0, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #FFD21F;
			z-index: 100001;
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}

		100% {
			color: #FFD21F;
			z-index: -1;
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@keyframes spinner-hide {
		0% {
			color: rgba(255, 204, 0, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #FFD21F;
			z-index: 100001;
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}

		100% {
			color: #FFD21F;
			z-index: -1;
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-moz-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-ms-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@font-face {
		font-family: 'spinner';
		src: url('../fonts/spinner.eot');
		src: url('../fonts/spinner.eot') format('embedded-opentype'), url('../fonts/spinner.woff2') format('woff2'), url('../fonts/spinner.woff') format('woff'), url('../fonts/spinner.ttf') format('truetype'), url('../fonts/spinner.svg#spinner') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	body.landing {
		text-decoration: none;
	}

		body.landing:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			/*font-family: FontAwesome;*/
			font-family: spinner;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		body.landing:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			/*color: rgba(255, 255, 255, 0.15);*/
			color: #FFD21F;
			/* fontawesome 
			content: '\f1ce';*/
			content: '\f113';
			cursor: default;
			display: block;
			font-size: 7.8em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body.landing:after {
			-moz-animation: overlay-hide 1.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			-ms-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			/*background: #ececec;*/
			background: #062663;
			background-image: url(data:image/png;base64,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);
			background-repeat: no-repeat;
			background-position: center center;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.landing.is-loading:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.landing.is-loading:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

		body.landing.is-preload:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.landing.is-preload:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {

		body.landing:before {
			line-height: 2.025em;
		}

	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #ffffff;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.75em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.75em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

	header.major {
		margin: 0 0 4em 0;
		position: relative;
		text-align: center;
	}

		header.major:after {
			background: #FFD21F;
			content: '';
			display: inline-block;
			height: 0.2em;
			max-width: 20em;
			width: 75%;
		}

	footer.major {
		margin: 4em 0 0 0;
	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #335ca6;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="date"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: transparent;
		border-radius: 4px;
		border: solid 1px #335ca6;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="date"]:focus,
		select:focus,
		textarea:focus {
			border-color: #FFD21F;
			box-shadow: 0 0 0 .2rem rgba(255, 210, 31, 0.09);
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(255, 255, 255, 0.3);
			content: '\f078';
			display: block;
			height: 3em;
			line-height: 3em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 3em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="date"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	select option {
		background-color: #ececec;
		color: #ffffff;
	}

	select:focus::-ms-value {
		background: transparent;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #335ca6;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 100;
			padding-left: 2.55em;
			padding-right: 0.75em;
			position: relative;
			margin: 8px 0 8px 0;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px #335ca6;
				content: '';
				display: inline-block;
				height: 1.8em;
				left: 0;
				line-height: 1.725em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.8em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: rgba(255, 255, 255, 0.25);
			color: #335ca6;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #FFD21F;
		}

	input[type="checkbox"] + label:before {
		background-color: #fff;
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		background-color: #fff;
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px rgba(255, 255, 255, 0.3);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}


/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		/*position: relative;*/
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.alt {
			text-decoration: none;
            border: 2px solid #FFD21F;
		}

			.icon.alt:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			.icon.alt:before {
				color: rgba(25, 28, 31, 1.0) !important;
				text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
			}

		.icon.major {
			background: rgba(25, 28, 31, 1.0);
			border-radius: 100%;
			cursor: default;
			display: inline-block;
			height: 6em;
			line-height: 6em;
			margin: 0 0 2em 0;
			text-align: center;
			width: 6em;
		}

			.icon.major:before {
				font-size: 2.25em;
			}

			.icon.major.alt {
				text-decoration: none;
                cursor: pointer;
			}

				.icon.major.alt:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				.icon.major.alt:before {
					color: rgba(25, 28, 31, 1.0) !important;
					text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
				}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
		overflow: hidden;
        
        
	}

.leftAlone{
    
    max-width: 80vw;
    height:auto;
}

	/*	.image:before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			background-image: url("../images/overlay.png");
			width: 100%;
			height: 100%;
			z-index: 1;
		}*/

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(255, 255, 255, 0.3);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
            padding-top: 5px;
		}

			ul.icons li {
				display: inline-block;
				height: 2.5em;
				line-height: 2.5em;
				padding: 0 0.5em;
			}

				ul.icons li .icon {
					font-size: 0.8em;
				}

					ul.icons li .icon:before {
						font-size: 2em;
					}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(255, 255, 255, 0.3);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #ffffff;
			font-size: 0.9em;
			font-weight: 300;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		}

		table tfoot {
			border-top: solid 1px rgba(255, 255, 255, 0.3);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.3);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: #062663;
		border-radius: 4px;
		border: 0;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		height: 3em;
		line-height: 3em;
		padding: 0 2.25em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover, input[type="submit"]:active,
		input[type="reset"]:hover,
		input[type="reset"]:active,
		input[type="button"]:hover,
		input[type="button"]:active,
		.button:hover,
		.button:active {
			background:#325ca6;
			box-shadow: inset 0 0 0 1px #FFD21F;
			color: #FFD21F !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #102d5d;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #FFD21F;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #062663;
                color: #FFD21F !important;
                
                
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #FFD21F;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: rgba(255, 255, 255, 0.3) !important;
			box-shadow: none !important;
			color: #ffffff !important;
			cursor: default;
			opacity: 0.25;
		}

			/* Goto Next */

			.goto-next {
				border: 0;
				bottom: 0;
				display: block;
				height: 5em;
				left: 50%;
				margin: 0 0 2em -5em;
				opacity: 0.8;
				overflow: hidden;
				position: absolute;
				text-indent: 10em;
				/* top: 80vh; */
				white-space: nowrap;
				width: 10em;
				z-index: 1;
				animation: crescendo 2.5s infinite;
		}
		
		@keyframes crescendo {
			0%,
			100% {
			  animation-timing-function: ease-in;
			}
			50% {
			  transform: scale(1.33);
			}
		}
		
				.goto-next:before {
					background-image: url("../images/yellowarrow.svg");
					background-position: center center;
					background-repeat: no-repeat;
					background-size: contain;
					content: '';
					display: block;
					height: 3em;
					left: 50%;
					margin: -1.5em 0 0 -2em;
					position: absolute;
					top: 50%;
					width: 4em;
					z-index: 1;
				}
		
				.goto-next:hover {
					transform: scale(1.1);
					animation-play-state: paused; 
				}

				.cd-hero .goto-next {
					/*top: 78vh; */
					/*top: 88%;*/
					top: calc(86dvh - 5em);
				}

/* Spotlight */


	.spotlight {
		background-attachment: fixed;
		background-position: center center;
		background-size: cover;
		box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
		height: 95vh;
		overflow: hidden;
		position: relative;
	}

	.spotlight .goto-next {
		/* top: 88%; */
		/* changed to svh from vh to todo target ios */
		top: calc(93vh - 5em);
	}

	.spotlight h2 {
		font-size: 40px!important;
		line-height: 45px!important;
		margin-bottom: 30px!important;
		text-shadow: 
		2px 2px 4px rgba(6, 38, 100, 0.85), 
		-2px -2px 4px rgba(0, 0, 0, 0.85), 
		4px 4px 8px rgba(6, 38, 100, 0.85), 
		-4px -4px 8px rgba(255, 204, 0, 0.85), 
		2px 2px 6px rgba(6, 38, 100, 0.85), 
		-2px -2px 6px rgba(255, 204, 0, 0.85), 
		0px 0px 16px rgba(6, 38, 100, 0.85); 
	}

	.spotlight h2, .spotlight p {
		color: #fff;
	}

		.spotlight:nth-last-of-type(1) {
			z-index: 1;
		}

		.spotlight:nth-last-of-type(2) {
			z-index: 2;
		}

		.spotlight:nth-last-of-type(3) {
			z-index: 3;
		}

		.spotlight:nth-last-of-type(4) {
			z-index: 4;
		}

		.spotlight:nth-last-of-type(5) {
			z-index: 5;
		}

		.spotlight:nth-last-of-type(6) {
			z-index: 6;
		}

		.spotlight:nth-last-of-type(7) {
			z-index: 7;
		}

		.spotlight:nth-last-of-type(8) {
			z-index: 8;
		}

		.spotlight:nth-last-of-type(9) {
			z-index: 9;
		}

		.spotlight:nth-last-of-type(10) {
			z-index: 10;
		}

		.spotlight:nth-last-of-type(11) {
			z-index: 11;
		}

		.spotlight:nth-last-of-type(12) {
			z-index: 12;
		}

		.spotlight:nth-last-of-type(13) {
			z-index: 13;
		}

		.spotlight:nth-last-of-type(14) {
			z-index: 14;
		}

		.spotlight:nth-last-of-type(15) {
			z-index: 15;
		}

		.spotlight:nth-last-of-type(16) {
			z-index: 16;
		}

		.spotlight:nth-last-of-type(17) {
			z-index: 17;
		}

		.spotlight:nth-last-of-type(18) {
			z-index: 18;
		}

		.spotlight:nth-last-of-type(19) {
			z-index: 19;
		}

		.spotlight:nth-last-of-type(20) {
			z-index: 20;
		}

		.spotlight:before {
			background-image: url("../images/overlay.png");
			content: '';
			display: block;
			height: 100%;
			left: 0;
			top: 0;
			width: 100%;
		}

		.spotlight .image.main {
			display: none;
		}

			.spotlight .image.main img {
				position: relative;
			}

		.spotlight .content {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			background: #335ca6dd;
			border-style: solid;
			opacity: 1;
			position: absolute;
		}

		.spotlight .goto-next {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 0.75s ease, opacity 1s ease-in;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
			-ms-transition: -ms-transform 0.75s ease, opacity 1s ease-in;
			transition: transform 0.75s ease, opacity 1s ease-in;
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
			opacity: 1;
		}

		.spotlight.top .content, .spotlight.bottom .content {
			left: 0;
			padding: 3.5em 0 3em 0;
			width: 100%;
		}

		.spotlight.top .content {
			border-bottom-width: 0.35em;
			top: 0;
		}

		.spotlight.bottom .content {
			border-top-width: 0.35em;
			bottom: -1px;
		}

		.spotlight.left .content, .spotlight.right .content {
			height: 101%;
			padding: 6em 3em;
			top: 0;
			width: 28em;
		}

		.spotlight.left .content {
			border-right-width: 0.35em;
			left: 0;
		}

		.spotlight.right .content {
			border-left-width: 0.35em;
			right: 0;
		}

		.spotlight.style1 .content {
			border-color: #FFD21F;
		}

		.spotlight.style2 .content {
			border-color: #FFD21F;
		}

		.spotlight.style3 .content {
			border-color: #FFD21F;
		}

		.spotlight.inactive .content {
			opacity: 0;
		}

		.spotlight.inactive .goto-next {
			-moz-transform: translate(0,1.5em);
			-webkit-transform: translate(0,1.5em);
			-ms-transform: translate(0,1.5em);
			transform: translate(0,1.5em);
			opacity: 0;
		}

		.spotlight.inactive.top .content {
			-moz-transform: translate(0,-5em);
			-webkit-transform: translate(0,-5em);
			-ms-transform: translate(0,-5em);
			transform: translate(0,-5em);
		}

		.spotlight.inactive.bottom .content {
			-moz-transform: translate(0,5em);
			-webkit-transform: translate(0,5em);
			-ms-transform: translate(0,5em);
			transform: translate(0,5em);
		}

		.spotlight.inactive.left .content {
			-moz-transform: translate(-5em,0);
			-webkit-transform: translate(-5em,0);
			-ms-transform: translate(-5em,0);
			transform: translate(-5em,0);
		}

		.spotlight.inactive.right .content {
			-moz-transform: translate(5em,0);
			-webkit-transform: translate(5em,0);
			-ms-transform: translate(5em,0);
			transform: translate(5em,0);
		}

	body.is-touch .spotlight {
		background-attachment: scroll;
	}

	@media (pointer:coarse) {
		.spotlight {
			background-attachment: scroll;
		}
	}

/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0;
        overflow:hidden;
	}

		.wrapper.style2 {
			background: #FFD21F;
		}

			.wrapper.style2 input[type="text"]:focus,
			.wrapper.style2 input[type="password"]:focus,
			.wrapper.style2 input[type="email"]:focus,
			.wrapper.style2 select:focus,
			.wrapper.style2 textarea:focus {
				border-color: rgba(255, 255, 255, 0.5);
			}

			.wrapper.style2 input[type="submit"]:hover, .wrapper.style2 input[type="submit"]:active,
			.wrapper.style2 input[type="reset"]:hover,
			.wrapper.style2 input[type="reset"]:active,
			.wrapper.style2 input[type="button"]:hover,
			.wrapper.style2 input[type="button"]:active,
			.wrapper.style2 .button:hover,
			.wrapper.style2 .button:active {
				background-color: rgba(255, 255, 255, 0.075) !important;
				box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
				color: #ffffff !important;
			}

			.wrapper.style2 input[type="submit"]:active,
			.wrapper.style2 input[type="reset"]:active,
			.wrapper.style2 input[type="button"]:active,
			.wrapper.style2 .button:active {
				background-color: rgba(255, 255, 255, 0.25) !important;
			}

			.wrapper.style2 input[type="submit"].special,
			.wrapper.style2 input[type="reset"].special,
			.wrapper.style2 input[type="button"].special,
			.wrapper.style2 .button.special {
				background-color: #ffffff;
				color: #FFD21F !important;
			}

				.wrapper.style2 input[type="submit"].special:hover, .wrapper.style2 input[type="submit"].special:active,
				.wrapper.style2 input[type="reset"].special:hover,
				.wrapper.style2 input[type="reset"].special:active,
				.wrapper.style2 input[type="button"].special:hover,
				.wrapper.style2 input[type="button"].special:active,
				.wrapper.style2 .button.special:hover,
				.wrapper.style2 .button.special:active {
					background-color: rgba(255, 255, 255, 0.075) !important;
					box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
					color: #ffffff !important;
				}

				.wrapper.style2 input[type="submit"].special:active,
				.wrapper.style2 input[type="reset"].special:active,
				.wrapper.style2 input[type="button"].special:active,
				.wrapper.style2 .button.special:active {
					background-color: rgba(255, 255, 255, 0.25) !important;
				}

		.wrapper.fade-down > .container {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-down.inactive > .container {
			-moz-transform: translate(0,-1em);
			-webkit-transform: translate(0,-1em);
			-ms-transform: translate(0,-1em);
			transform: translate(0,-1em);
			opacity: 0;
		}

		.wrapper.fade-up > .container {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-up.inactive > .container {
			-moz-transform: translate(0,1em);
			-webkit-transform: translate(0,1em);
			-ms-transform: translate(0,1em);
			transform: translate(0,1em);
			opacity: 0;
		}

		.wrapper.fade > .container {
			-moz-transition: opacity 1s ease;
			-webkit-transition: opacity 1s ease;
			-ms-transition: opacity 1s ease;
			transition: opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade.inactive > .container {
			opacity: 0;
		}

/* Dropotron */

	.dropotron {
		background: #072866; /* Fallback */
		background: rgb(6 38 99 / 98%);
		border-radius: 4px;
		box-shadow: 0 0.075em 0.35em 0 rgba(0, 0, 0, 0.125);
		list-style: none;
		margin-top: calc(-0.25em + 1px);
		min-width: 12em;
		padding: 0.25em 0;
	}

		.dropotron > li {
			border-top: solid 1px rgba(255, 210, 31, 0.7);
			padding: 0;
		}

			.dropotron > li a, .dropotron > li span {
				border: 0;
				/* color: rgba(255, 255, 255, 0.75); */
				display: block;
				padding: 0.1em 1em;
				text-decoration: none;
			}

			.dropotron > li a span {
				color: rgba(255, 255, 255, 0.75);
			}

			.dropotron > li a:hover span {
				color: #FFD21F !important;
			}

			.dropotron > li:first-child {
				border-top: 0;
			}

			.dropotron > li.active > a, .dropotron > li.active > span {
				color: #FFD21F;
			}

			.dropotron > li a:hover {
				color: #FFD21F;
			}


		.dropotron.level-0 {
			/*font-size: 0.8em;*/
			margin-top: 1em;
		}

			.dropotron.level-0:before {
				/*-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #FFD21F;
				content: '';
				display: block;
				height: 10px;
				position: absolute;
                right:50%;
				top: -5px;
				width: 10px;*/
			}

.dropotron.level-1:before {
				/*-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #FFD21F;
				content: '';
				display: block;
				height: 10px;
				position: absolute;
                left: -5px;
				top: 15px;
				width: 10px;*/
			}

	body.landing .dropotron.level-0 {
		margin-top: 0;
	}


/* BUTTON DROPOTRON  */



/* -------------------------------------- */




/* Header */

	#page-wrapper {
		padding-top: /*3.5em*/44px;
	}

	#header {
		background: #072866; /* Fallback */
		background: rgb(6 38 99 / 98%);
		border-bottom: 2px solid #FFD21F;
		box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
		cursor: default;
		height: /*3.5em*/44px;
		left: 0;
		line-height: /*3.5em*/44px;
		position: fixed;        
		top: 0;
		width: 100%;
		z-index: 100;
	}

		#header h1 {
			height: inherit;
			left: 1em;
			font-size: 2.3em;
			line-height: unset;
			margin-top: -10px;
			margin-bottom: 0;
			position: absolute;
			top: 0;
			display: flex;
    		align-content: flex-end;
    		flex-wrap: wrap;
		}

		@-moz-document url-prefix() {
			#header h1 {
			  margin-top: 0;
			}
		  }

		#header nav {
			color: #fff;
			position: absolute;
			right: 1em;
			top: 0;
		}

			#header nav ul {
				margin: 0;
			}

				#header nav ul li {
					display: inline-block;
					margin-left: 1em;
                    
				}

					#header nav ul li a, #header nav ul li span {
						border: 0;
						color: inherit;
						display: inline-block;
						height: inherit;
						line-height: inherit;
						outline: 0;
                        
					}

						#header nav ul li a.button, #header nav ul li span.button {
							height: 28px;
							line-height: 26px;
							padding: 0 10px 5px 10px;
						}

						#header nav ul li a:not(.button):before, #header nav ul li span:not(.button):before {
							margin-right: 0.2em;
                            
						}

                        #header nav ul li a {
							font-family: 'Philosopher' , Helvetica, sans-serif;
                            font-size: 18px;
                            
                        }

                        #header nav ul li a:not(.button) :hover, #header nav ul li span:not(.button) :hover {
							        
    
						}

                        #header nav ul li a:not(.button):hover:after, #header nav ul li a:not(.button):active:after{
                            -moz-transform: rotate(45deg);
				            -webkit-transform: rotate(45deg);
				            -ms-transform: rotate(45deg);
				            transform: rotate(45deg);
				            background: #FFD21F;
				            content: '';
				            display: block;
				            height: 10px;
                            margin-left:auto;
                            margin-right: auto;
				            position: relative;
                            top: -5px;
				            width: 10px;
                        }




					#header nav ul li.active > a, #header nav ul li.active > span {
						color: #FFD21F;
                        
                        
                        
					}

					#header nav ul li.active > a::after, #header nav ul li.active > span::after {
						                -moz-transform: rotate(45deg);
				            -webkit-transform: rotate(45deg);
				            -ms-transform: rotate(45deg);
				            transform: rotate(45deg);
				            background: #FFD21F;
				            content: '';
				            display: block;
				            height: 10px;
                            margin-left:auto;
                            margin-right: auto;
				            position: relative;
                            top: -5px;
				            width: 10px;
                        
                        
					}

					#header nav ul li > ul {
						display: none;
					}




           #logo a {
               color:#fff;
               font-size: 60px;
               top: 18px;
               position: relative;
               z-index:10003;
               text-shadow: 2px 3px 2px #333;
               border-bottom: none;
           }

#logo a:hover {
    
    color:#ccc!important;
     border-bottom: none;
}



        #logo {
    color: #fff;       
    display: block;
    height: 54px;
    position: fixed;
    top: 44px;
    margin-left: 65px;
    width: 150px;
    z-index: 10001;
    background: #FFD21F;
    border: 2px solid #FFD21F;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.45);

            
        }

#logo h1 {
color: #fff;    
font-family: 'Scribble', sans-serif;
font-size: 56px;
letter-spacing:normal;
margin-top: 56px;
margin-left: 5px;    
text-align: center;
position: fixed;
    
}

#logo h1 a {color:#fff; border-bottom:none!important;}

#logo h1 a:hover {
    color:#ccc !important;
}

	body.landing #page-wrapper {
		padding-top: 0;
	}

	body.landing #header {
	/*	background: transparent;*/
        box-shadow: 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.45);
		/*position: absolute;*/
        position: fixed; 
	}

/* Banner */

	#banner {
		background-attachment: fixed;
		background-color: #666;
		background-image: url("../images/banner.jpg");
		background-position: center center;
		background-size: cover;
		box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
		min-height: 100vh;
		position: relative;
		text-align: center;
		z-index: 21;
	}

		#banner:before {
			content: '';
			display: inline-block;
			height: 100vh;
			vertical-align: middle;
			width: 1%;
		}

		#banner:after {
			background-image: -moz-linear-gradient(top, rgba(35, 38, 41, 0.95), rgba(35, 38, 41, 0.95)), url("../images/overlay.png");;
			background-image: -webkit-linear-gradient(top, rgba(35, 38, 41, 0.95), rgba(35, 38, 41, 0.95)), url("../images/overlay.png");;
			background-image: -ms-linear-gradient(top, rgba(35, 38, 41, 0.95), rgba(35, 38, 41, 0.95)), url("../images/overlay.png");;
			background-image: linear-gradient(top, rgba(35, 38, 41, 0.95), rgba(35, 38, 41, 0.95)), url("../images/overlay.png");;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		#banner .content {
			display: inline-block;
			margin-right: 1%;
			max-width: 95%;
			padding: 6em;
			position: relative;
			text-align: right;
			vertical-align: middle;
			z-index: 1;
		}

			#banner .content header {
				display: inline-block;
				vertical-align: middle;
			}

				#banner .content header h2 {
					font-size: 2.5em;
					margin: 0;
				}

				#banner .content header p {
					margin: 0.5em 0 0 0;
					top: 0;
				}

			#banner .content .image {
				border-radius: 100%;
				display: inline-block;
				height: 18em;
				margin-left: 3em;
				vertical-align: middle;
				width: 18em;
			}

				#banner .content .image img {
					border-radius: 100%;
					display: block;
					width: 100%;
				}

	body.is-touch #banner {
		background-attachment: scroll;
	}


/* Slider */

.textleft {text-align:left;}

.large {font-size: 1.6em;}

/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
  position: relative;
  height: calc(100vh - 50px);
  overflow: hidden;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .cd-hero-slider {
    height: calc(100vh - 50px);
      
  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero {
	height: calc(100vh - 96px);
    margin-top: 44px;
  }

  .cd-hero-slider {
    height: calc(100vh - 50px);
  }
}

/* -------------------------------- 

Slider navigation arrows

-------------------------------- */
.cd-slider-arrows li {
  position: absolute;
  z-index: 3;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  height: 48px;
  width: 48px;
}
.cd-slider-arrows li a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  background: url("../assets/cd-icon-arrows.svg") no-repeat 0 0;
    opacity: 0.5;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.no-touch .cd-slider-arrows li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
    opacity: 1;
}

.cd-slider-arrows li a:hover { opacity: 1;}


.cd-slider-arrows li:last-of-type {
  left: 10px;
  right: auto;
}
.cd-slider-arrows li:last-of-type a {
  background-position: -48px 0;
}

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cd-hero-slider li:first-of-type {
  background-color:  #325ca6; /*#2c343b*/
       /* background-image: url("../images/sid02x.jpg");*/
}
.cd-hero-slider li:nth-of-type(2) {
  background-color: #325ca6;
        /* background-image: url("../images/left.jpg");*/
}
.cd-hero-slider li:nth-of-type(3) {
  background-color: #325ca6;
        /* background-image: url("../images/right.jpg");*/
}
.cd-hero-slider li:nth-of-type(4) {
  background-color: #325ca6;
        /* background-image: url("../images/videoholder.jpg");*/
}
.cd-hero-slider li:nth-of-type(5) {
  background-color: #325ca6;
        /* background-image: url(../images/brickbg.jpg);*/
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 74%;
  height: 95vh;
  z-index: 100;
  left: 13%;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 10vh;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none;
}
.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
    z-index: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider h2, .cd-hero-slider p {
  /*text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);*/
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px;
}
.cd-hero-slider h2 {
  font-size: 2.6rem;
  text-shadow: 
  2px 2px 4px rgba(6, 38, 100, 0.85), 
  -2px -2px 4px rgba(0, 0, 0, 0.85), 
  4px 4px 8px rgba(6, 38, 100, 0.85), 
  -4px -4px 8px rgba(255, 204, 0, 0.85), 
  2px 2px 6px rgba(6, 38, 100, 0.85), 
  -2px -2px 6px rgba(255, 204, 0, 0.85), 
  0px 0px 16px rgba(6, 38, 100, 0.85); 
}
.cd-hero-slider p {
  font-size: 1.6rem;
  line-height: 1.3;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85), 4px 4px 8px rgba(0, 0, 0, 0.85), 2px 2px 6px rgba(0, 0, 0, 0.85), -2px -2px 6px rgba(0, 0, 0, 0.85);*/
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.85),     
  				2px 2px 4px rgba(0, 0, 0, 0.85),     
				4px 4px 6px rgba(6, 38, 100, 0.85),        
				-2px -2px 4px rgba(0, 0, 0, 0.85),     
				-4px -4px 6px rgba(6, 38, 100, 0.85),         
				2px -2px 4px rgba(0, 0, 0, 0.85),     
				4px -4px 6px rgba(6, 38, 100, 0.85),        
				-2px 2px 4px rgba(0, 0, 0, 0.85),     
				-4px 4px 6px rgba(6, 38, 100, 0.85);
}
.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 0.6em 0.7em;
  /* margin-top: .8em; */
  background-color: #062663;
  font-size: 1.3rem;
  font-weight: 800;
  /* letter-spacing: 1px;*/
  color: #fff;
  /*text-transform: uppercase;*/
    border-radius: 0.4em;
  /*  border-bottom:none; */
	border: 2px solid #FFD21F;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
 
		
}
.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}
.cd-hero-slider .cd-btn:nth-of-type(2) {
  margin-left: 1em;
}
.no-touch .cd-hero-slider .cd-btn:active, .no-touch .cd-hero-slider .cd-btn:hover  {
    background-color: #FFD21F!important;
   /* border-bottom:none!important; */
	border: 2px solid #062663;
    box-shadow: 0 3px 6px rgba(50, 50, 50, 0.8);  
	color: #062663;  
}

.cd-hero-slider .cd-btn:active, .cd-hero-slider .cd-btn:hover {
    background-color: #FFD21F!important;
   /* border-bottom:none!important; */
	border: 2px solid #062663;
    box-shadow: 0 3px 6px rgba(50, 50, 50, 0.8);    
	color: #062663;  
}


.no-touch .cd-hero-slider .cd-btn.secondary:active, .no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e!important;
     /* border-bottom:none!important; */
    box-shadow: 0 3px 6px rgba(50, 50, 50, 0.8);
  
}



@media only screen and (max-width: 736px) {

.no-touch .cd-hero-slider .cd-btn:active, .no-touch .cd-hero-slider .cd-btn:hover  {

    box-shadow: 0 3px 6px rgba(50, 50, 50, 0.8);    
}

.cd-hero-slider .cd-btn:active, .cd-hero-slider .cd-btn:hover {

    box-shadow: 0 3px 6px rgba(50, 50, 50, 0.8);    
}


.no-touch .cd-hero-slider .cd-btn.secondary:active, .no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e!important;
    box-shadow: 0 3px 6px rgba(50, 50, 50, 0.8);
  
}
}



@media only screen and (min-width: 768px) {
    
    
    
  .cd-hero-slider li:nth-of-type(2) {
    background-image: none;
  }
  .cd-hero-slider li:nth-of-type(3) {
    background-image: none;
  }
  .cd-hero-slider li:nth-of-type(4) {
    background-image: none;
  }
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 35vh;
  }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block;
  }
  .cd-hero-slider .cd-half-width {
    width: 45%;
  }
  .cd-hero-slider .cd-half-width:nth-of-type(1) {
    left: 5%;
    z-index: 5;
      
  }
  .cd-hero-slider .cd-half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
      
  }
    
.cd-hero-slider .cd-img-container img{
    max-width:150%;
    }
    
  .cd-hero-slider .cd-img-container {
    display: block;
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 650px;
      /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);*/
  }
  .cd-hero-slider h2 {
    font-size: 2.6em;
    font-weight: 300;
      
  }
  .cd-hero-slider .cd-btn {
    font-size: 1.2em;

  }
}
@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 220px;
  }
  .cd-hero-slider h2, .cd-hero-slider p {
    margin-bottom: 20px;
  }
  .cd-hero-slider h2 {
    font-size: 3.2em;
  }
  .cd-hero-slider p {
    font-size: 2.1rem;
  }
}

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}
/* -------------------------------- 

Slider navigation

-------------------------------- */

.cd-hero ul { 
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color: rgba(0, 1, 1, 0.5);
}
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
  height: 100%;
}
.cd-slider-nav nav {
  display: inline-block;
  position: relative;
}
.cd-slider-nav .cd-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  color: #FFD21F;
  background-color: #ffffff;
  box-shadow: inset 0 2px 0 currentColor;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cd-slider-nav .cd-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-slider-nav .cd-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.cd-slider-nav .cd-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}
.cd-slider-nav .cd-marker.item-5 {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%);
}
.cd-slider-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-nav li {
  display: inline-block;
  width: 60px;
  float: left;
}
.cd-slider-nav li.selected a {
  color: #2c343b;
}
.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent;
}
.cd-slider-nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-slider-nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../assets/cd-icon-navigation.svg) no-repeat 0 0;
}
.no-touch .cd-slider-nav a:hover {
  background-color: rgba(0, 1, 1, 0.5);
}
.cd-slider-nav li:first-of-type a::before {
  background-position: 0 0;
}
.cd-slider-nav li.selected:first-of-type a::before {
  background-position: 0 -24px;
}
.cd-slider-nav li:nth-of-type(2) a::before {
  background-position: -24px 0;
}
.cd-slider-nav li.selected:nth-of-type(2) a::before {
  background-position: -24px -24px;
}
.cd-slider-nav li:nth-of-type(3) a::before {
  background-position: -48px 0;
}
.cd-slider-nav li.selected:nth-of-type(3) a::before {
  background-position: -48px -24px;
}
.cd-slider-nav li:nth-of-type(4) a::before {
  background-position: -72px 0;
}
.cd-slider-nav li.selected:nth-of-type(4) a::before {
  background-position: -72px -24px;
}
.cd-slider-nav li:nth-of-type(5) a::before {
  background-position: -96px 0;
}
.cd-slider-nav li.selected:nth-of-type(5) a::before {
  background-position: -96px -24px;
}
@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 80px;
  }
  .cd-slider-nav .cd-marker,
  .cd-slider-nav li {
    width: 95px;
  }
  .cd-slider-nav a {
    padding-top: 48px;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
  .cd-slider-nav a::before {
    top: 18px;
  }
}

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}
.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}
/* ------------------------------------------------------------------------*/





/* Footer */

	#footer {
		background: #325ca6;
		padding: 6em 0;
		text-align: center;
	}

		#footer .icons .icon.alt {
			text-decoration: none;
		}


/* Footer Icon Hover Color */
#footer .icons .icon.alt:hover:before {color: #FFD21F !important; }

			#footer .icons .icon.alt:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#footer .icons .icon.alt:before {
				color: rgba(25, 28, 31, 1.0) !important; 
				text-shadow: 1px 0 0 rgba(255, 255, 255, 0.9), -1px 0 0 rgba(255, 255, 255, 0.9), 0 1px 0 rgba(255, 255, 255, 0.9), 0 -1px 0 rgba(255, 255, 255, 0.9);
			}
/* INCLUDED SOLID FA ICON STYLING */
/*----------------------------------------------------------------------------------------------------------------------*/
		#footer .icons .icon {
			text-decoration: none;
		}


/* Footer Icon Hover Color */
#footer .icons .icon:hover:before {color:#FFD21F !important; }

			#footer .icons .icon:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#footer .icons .icon:before {
				color: rgba(255, 255, 255, 0.9) !important; 
				/*text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);*/
			}

#footer h2 {
				color: rgba(255, 255, 255, 0.9)
}

#footer .icons .icon.fa-phone .label {display: inline;  padding-left: 10px; position: relative; top:-4px; font-size:18px;  color:rgba(255, 255, 255, 0.8);}

#footer .icons .icon.fa-phone:hover .label  {/*display:inline;  padding-left: 10px; top:-4px; font-size:18px;*/  color:#FFD21F}


#socialBar .icons .icon {
			text-decoration: none;
		}

#socialBar .icons {
    text-align:center;
    height:22px;
}

#socialBar .icons li {
height: 22px;    
line-height: 22px;

}


/* Footer Icon Hover Color */
#socialBar .icons .icon:hover:before {color:#FFD21F !important; }

			#socialBar .icons .icon:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
                font-size: 20px;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#socialBar .icons .icon:before {
				color: rgba(255, 255, 255, 0.5) !important; 
				/*text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);*/
			}
/*----------------------------------------------------------------------------------------------------------------------*/

		#footer .copyright {
			color: rgba(255, 255, 255, 0.9);
			font-size: 1em;
			line-height: 1.1em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.6);
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

        #socialBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 52px;
				/*	left: 0;*/
                    right: 0;
				position: fixed;
				bottom: 0;
				width: 100%;
				z-index: 999;
				background: #072866; /* Fallback */
				background: rgb(6 38 99 / 98%);
				border-top: 2px solid #FFD21F;
			}

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
			}

			

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 11.5pt;
			}

		/* Spotlight */

			.spotlight.top .content {
				padding: 3.825em 0 1.825em 0;
			}

			.spotlight.bottom .content {
				padding: 2.5em 0 2.5em 0;
			}

			.spotlight.left .content, .spotlight.right .content {
				padding: 4.5em 2.5em;
				width: 25em;
			}

		/* Wrapper */

			.wrapper {
				padding: 4.5em 0 2.5em 0;
                overflow:hidden;
			}

		/* Dropotron */

			.dropotron.level-0 {
				font-size: 1em;
			}

		/* Banner */

			#banner .content {
				padding: 4.5em;
			}

		/* Footer */

			#footer {
				padding: 4.5em 0;
			}

	}




/* Medium */

	@media screen and (max-width: 980px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 12pt;
			}
      
        #nav a.button.special {
           padding-left:5px;
            padding-right: 5px;
            text-align: center;
        }        
        #nav a.button.special .label {
           display: none;
            content:'';
        }

		

		/* Spotlight */

			.spotlight {
				background-attachment: scroll;
				height: auto; 
				min-height: 95vh;
				background: #335ca6;
			}

				.spotlight .image.main {
					display: block;
					margin: 0;
					max-height: 40vh;
					overflow: hidden;
				}

				.spotlight .content {
					background-color: #335ca6dd;
					border-width: 0 !important;
					border-top-width: 0.35em !important;
					bottom: auto !important;
					left: auto !important;
					padding: 4.5em 2.5em 2.5em 2.5em !important;
					position: relative;
					right: auto !important;
					text-align: center;
					top: auto !important;
					width: 100% !important;
				}

				.spotlight .goto-next {
				/*	display: none; */
				}

		/* Wrapper */

			.wrapper {
				padding: 4.5em 2.5em 2.5em 2.5em;
		        overflow:hidden;	
          }

		/* Banner */

			#banner {
				background-attachment: scroll;
			}

				#banner .goto-next {
					height: 7em;
				}

				#banner .content {
					padding: 9em 0;
					text-align: center;
				}

					#banner .content header {
						display: block;
						margin: 0 0 2em 0;
						text-align: center;
					}

					#banner .content .image {
						margin: 0;
					}

		/* Footer */

			#footer {
				padding: 4.5em 0;
			}

	}

/* Small */

	#navPanel, #titleBar {
		display: none;
	}



    @media screen and (min-width: 736px) {
        
        #logosmall {display:none;}
}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}
        
        #logo {display: none;}
        
        .cd-hero {
			height: calc(100vh - 96px);
		}

			body, input, select, textarea {
				font-size: 12pt;
			}

            h1 {
				font-size: 1.8em;
			}
			
            h2 {
				font-size: 1.5em;
			}

			h3 {
				font-size: 1.2em;
			}

			h4 {
				font-size: 1em;
			}

		/* Section/Article */

			header p br {
				display: none;
			}

			header h2 + p {
				font-size: 1em;
			}

			header h3 + p {
				font-size: 1em;
			}

			header h4 + p,
			header h5 + p,
			header h6 + p {
				font-size: 0.9em;
			}

			header.major {
				margin: 0 0 2em 0;
			}

		/* Goto Next */

			.goto-next:before {
				height: 3em;
				margin: -2.0em 0 0 -2em;
				width: 4em;
			}

		/* Spotlight */

			.spotlight {
				box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
			}

				.spotlight .image.main {
					max-height: 60vh;
				}

				.spotlight .content {
					border-top-width: 0.2em !important;
					padding: 3.25em 1.5em 1.25em 1.5em !important;
				}

		/* Wrapper */

			.wrapper {
				padding: 3.25em 1.5em 1.25em 1.5em;
                overflow:hidden;
				min-height: 50vh;
			}

		/* Header */

			#header {
				display: none;
			}

		/* Banner */

			#banner {
				box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
				min-height: calc(100vh - 44px);
			}

				#banner:before {
					height: calc(100vh - 44px);
				}

				#banner .content {
					padding: 4.0625em 1.5em 4.875em 1.5em;
				}

					#banner .content header h2 {
						font-size: 1.5em;
					}

					#banner .content .image {
						height: 9em;
						width: 9em;
					}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
				padding-top: 44px !important;
			}
        
        #logosmall {
            				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 42px;
				margin-left: 20px;                    
				position: fixed;
				top: 44px;
				width: 125px;
				z-index: 10000;
				background: #FFD21F;
                border: 2px solid #FFD21F;
                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 12px;
				box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
            
            
        }
        
        #logosmall h1 {
                color: #fff;
                font-family: 'Scribble', sans-serif;
                font-size: 45px;
            letter-spacing: normal;
                margin-top: -18px;
                margin-left:5px;
                position:fixed;
                text-align: center;

        }

        #logosmall h1 a {color:#fff; border-bottom: none;}
        
        #logosmall h1 a:hover {
                color:#ccc !important;
                border-bottom: none;
        }
        
        

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				/*	left: 0;*/
                    right: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background: #072866; /* Fallback */
				background: rgb(6 38 99 / 98%);
				border-bottom: 2px solid #FFD21F;
				box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
                
			}

				#titleBar .title {
					color: #ffffff;
					display: block;
                    font-family: 'Prequel', sans-serif;
					height: 44px;
					line-height: 44px;
                    padding-left: 10px;
					text-align: left;
				}

					#titleBar .title a {
						color: inherit;
						border: 0;
                        top: 18px;
                        position: relative;
                        z-index: 3;
                        font-size:3em;
                        
					}
        
        					#titleBar .title a:hover {
						color: #ccc!important;
					
					}

				#titleBar .toggle {
					text-decoration: none;
					height: 60px;
				/*	left: 0;*/
                    right: 0;
					position: absolute;
					top: 0;
					width: 90px;
					outline: 0;
					border: 0;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#titleBar .toggle:before {
						background: #FFD21F;
						color: #062663;
						content: '\f0c9';
						display: block;
						font-size: 18px;
						height: 44px;
				/*	left: 0;*/
                    right: 0;
						line-height: 44px;
						position: absolute;
						text-align: center;
						top: 0;
						width: 54px;
					}
        
        #header a.button.special {display: inline;}
        
      
        
/* SOCIAL MEDIA BAR STATIC BOTTOM LINKS */        
/* ------------------------------------------------------------------------------------------------*/        
        
        #socialBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 52px;
                    right: 0;
				position: fixed;
				bottom: 0;
				width: 100%;
				z-index: 999;
				background: #072866; /* Fallback */
				background: rgb(6 38 99 / 98%);
				border-top: 2px solid #FFD21F;
			}

				

 /*-----------------------------------------------------------------------------------------------*/       
        
			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				right: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #072866; /* Fallback */
				background: rgb(6 38 99 / 98%);
				padding: 0.75em 1.25em;
			}

				#navPanel .link {
					border: 0;
					/*border-top: solid 1px rgba(255, 255, 255, 0.05);*/
					border-top: solid 1px rgba(255, 210, 31, 0.7);
					/* color: rgba(255, 255, 255, 0.75); */
					display: block;
					/*height: 3em;*/
					line-height: 3em;
					text-decoration: none;
				}
        
        a.link.depth-1 {
    padding-left: 20px;
    line-height:2em!important;
}

        /* Hide second level menu */
        #navPanel .link.depth-2 {display: none;}
        
        
					#navPanel .link:hover, #navPanel .link:active {
						color: #FFD21F !important;
					}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						color: #ffffff;
						font-weight: 300;
					}

					#navPanel .link .indent-1 {
						display: inline-block;
					/*	width: 1.25em;*/
					}

					#navPanel .link .indent-2 {
						display: inline-block;
						width: 2.5em;
					}

					#navPanel .link .indent-3 {
						display: inline-block;
						width: 3.75em;
					}

					#navPanel .link .indent-4 {
						display: inline-block;
						width: 5em;
					}

					#navPanel .link .indent-5 {
						display: inline-block;
						width: 6.25em;
					}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
			}

        
body.navPanel-visible #logosmall {
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
			}
        
    
        
        body.navPanel-visible #socialBar {

                -moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

		/* Footer */

			#footer {
				padding: 3.25em 1.5em;
			}

	}

/* XSmall */

	@media screen and (max-width: 480px) {

		/* Basic */

			html, body {
				min-width: 320px;
			}

			body, input, select, textarea {
				font-size: 12pt;
			}
        
        .cd-hero-slider h2 {
    
    /*padding-top: 200px;*/
	font-size: 50px;
        }

		.cd-hero-slider p {
    
			margin-top: 40px;
			margin-bottom: 40px;
			font-size: 30px;
			line-height: 40px;
			text-shadow:  0px 0px 4px rgba(0, 0, 0, 0.85), 
			2px 2px 4px rgba(0, 0, 0, 0.85), 
			4px 4px 6px rgba(6, 38, 100, 0.85), 
			6px 6px 8px rgba(6, 38, 100, 0.85), 
			-2px -2px 4px rgba(0, 0, 0, 0.85), 
			-4px -4px 6px rgba(6, 38, 100, 0.85), 
			-6px -6px 8px rgba(6, 38, 100, 0.85), 
			2px -2px 4px rgba(0, 0, 0, 0.85), 
			4px -4px 6px rgba(6, 38, 100, 0.85), 
			6px -6px 8px rgba(6, 38, 100, 0.85), 
			-2px 2px 4px rgba(0, 0, 0, 0.85), 
			-4px 4px 6px rgba(6, 38, 100, 0.85), 
			-6px 6px 8px rgba(6, 38, 100, 0.85) ;  
				}
        
        .cd-slider-arrows li {
    
    top: 35%;
            bottom: auto;
        }
        
        
        


		/* List */

			ul.actions {
				margin: 0 0 2em 0;
			}

				ul.actions li {
					display: block;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions li:first-child {
						padding-top: 0;
					}

					ul.actions li > * {
						margin: 0 !important;
						width: 100%;
					}

				ul.actions.small li {
					padding: 0.5em 0 0 0;
				}

					ul.actions.small li:first-child {
						padding-top: 0;
					}

		/* Button */

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			.button {
				
               /* padding: 0;*/
                
			}

			/* Goto Next */

	.goto-next {
		border: 0;
		bottom: 0;
		display: block;
		height: 5em;
		left: 50%;
		margin: 0 0 2em -5em;
		opacity: 0.8;
		overflow: hidden;
		position: absolute;
		text-indent: 10em;
		top: 87vh;
		white-space: nowrap;
		width: 10em;
		z-index: 1;
	    animation: crescendo 2.5s infinite;
}

@keyframes crescendo {
	0%,
	100% {
	  animation-timing-function: ease-in;
	}
	50% {
	  transform: scale(1.33);
	}
}

		.goto-next:before {
			background-image: url("../images/yellowarrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
			content: '';
			display: block;
			height: 3em;
			left: 50%;
			margin: -2.5em 0 0 -2em;
			position: absolute;
			top: 50%;
			width: 4em;
			z-index: 1;
		}

		.goto-next:hover {
			transform: scale(1.1);
			animation-play-state: paused; 
		}

		/* Spotlight */

			.spotlight .image.main {
				max-height: 50vh;
			}

			.spotlight .content {
				padding: 3em 1.25em 1em 1.25em !important;
			}

		/* Wrapper */

			.wrapper {
				padding: 3em 1.25em 1em 1.25em;
                overflow:hidden;
				min-height: 50vh;
			}

		/* Banner */

			#banner .content {
				padding: 3em 1.5625em 5.25em 1.5625em;
			}

		/* Footer */

			#footer {
				padding: 3em 1.25em 4em 1.25em;
			}

				#footer .copyright {
					line-height: inherit;
				}

					#footer .copyright li {
						border-left: 0;
						display: block;
						margin: 0;
						padding: 0;
					}

					.skyline_content {
						height: 70px;
					}

					#inyorklogofooter {
						font-size: 1.3em; 
						margin-top: -1px;
					}

	}

	#header #nav i, .dropotron i {
		display: none;
	  }

	#accnav .dropotron {
		 border-radius:0%; 
		 box-shadow:none;
	  }  
	  