
/* 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, font, 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{background: transparent; border: 0; margin: 0; padding: 0;} ol, ul{list-style: none;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}


/* FRAMEWORK */
*{box-sizing: border-box;}
html, body{font-family: 'Poppins', sans-serif; font-size: 16px; -webkit-text-size-adjust: none; margin: 0; padding: 0; height: 100%;} 
html {scroll-behavior: smooth;}
body {overflow-x: hidden; line-height: 1.7; letter-spacing: .01em;}
::-moz-selection{background: #0e0f85; color: #fff; text-shadow: none} ::selection{background: #0e0f85; color: #fff; text-shadow: none;}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  /*margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}

.marg6 {margin: 6em auto!important;}
.center {text-align: center;}
.dark-blue {color: #0e0f85!important;}
.white {color: #fff!important;}
.align-right {text-align: right;}
.gray-bg {background: #f4f4f4;}

.content-width {margin: 0 auto; width: 80%; position: relative; z-index: 3;}
.flex-wrapper {display: flex; flex-wrap: wrap; align-items: center;}
.inv-width {margin: 0 auto; width: 95%; max-width: 1400px;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0; box-sizing: border-box;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{width: 50%; position: relative; box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box; position: relative;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} 

a {text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
a#cta-btn button {margin: 1em 0 0; color: #fff; background: #0e0f85; padding: 1em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; width: 100%; max-width: 333px; border: none; font-weight: 700; text-transform: uppercase;}
a#cta-btn2 button {margin: 1em 0 0; color: #fccf2c; background: none; padding: 1em 2em; cursor: pointer; font-size: 16px; transition: 0.2s ease-in; text-align: center; border: 1px solid #fccf2c; font-weight: 700; font-family: 'Poppins', sans-serif; width: 100%; max-width: 333px; text-transform: uppercase;}
a#cta-btn button:hover, #form input[type="submit"]:hover {background: #fccf2c; color: #0e0f85; transition: all .2s ease-in-out;}
a#cta-btn2 button:hover {border: 1px solid #fff; color: #fff; transition: all .2s ease-in-out;}
#form input[type="submit"] {color: #0e0f85; background: #fccf2c; padding: 1em 2em; cursor: pointer; font-weight: 700; transition: 0.2s ease-in; width: 100%; max-width: 444px; height: auto; line-height: 1.2; border: none; text-align: center; margin: 0 auto; display: block; text-transform: uppercase;}

/* HEADER */
.top-bar {width: 100%; background: #f4f4f4; color: #000; padding: 1em 10%; font-weight: 700; display: flex; justify-content: flex-end; align-items: center;}
.top-bar a#cta-btn button {margin-top: 0; text-transform: uppercase;}
.top-bar a#cta-btn {margin: 0 .25em;}
.top-bar p {margin-right: 5%;}
.header {width: 100%; margin: 0 auto; position: relative; display: flex; align-items: center; padding: .5em 10%;}
img#main-logo {width: 100%; margin: -4em 0 0; height: auto; display: block; max-width: 250px;}
.mobile-display {display: none;}


/* ALL OTHER STYLES */
.content-wrapper img {width: 100%; height: auto; display: block; margin: 0 auto; max-width: 444px;}
.content-wrapper hr {width: 100%; border: .5px solid #ccc; display: block; margin: 6em auto;}

.content-wrapper h1 {font-size: 42px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.2; display: block; margin-bottom: .5em; font-weight: 800; color: #000;}
.content-wrapper h2 {color: #000; font-size: 30px; display: block; line-height: 1.3; margin-bottom: 1em!important; font-weight: 800;}
.content-wrapper h3 {font-size: 26px; display: block; margin-bottom: .75em; color: #000; font-weight: 800; line-height: 1.4;}
.content-wrapper h4 {font-size: 18px; display: block; margin-bottom: .75em; font-weight: 700; line-height: 1.4;}
.content-wrapper p {font-weight: 500;}
.content-wrapper p a b {color: #0e0f85; border-bottom: 1px solid #0e0f85; letter-spacing: 1px; padding: 0;}
.content-wrapper p a b:hover {color: #000; border-bottom: 1px solid #000; letter-spacing: 1.5px; transition: .3s ease-in-out all;}

.page-title {display: flex; width: 100%;}
.page-title-img {width: 100%; margin: 0 auto; position: relative; background: #f4f4f4; text-align: left; z-index: 1;}
.page-title-img:before {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(244,244,244,0);
}
.page-title-img.about {background: url('/siteart/hero3.jpg') center; background-size: cover; position: relative; z-index: 2;}
.page-title-img.contact {background: url('/siteart/hero3.jpg') center; background-size: cover; position: relative; z-index: 2;}
.page-title-img.register {background: url('/siteart/hero3.jpg') center; background-size: cover; position: relative; z-index: 2;}

.page-title h1 span {font-size: 20px; letter-spacing: 2px; line-height: 1.1; display: block; margin-bottom: 2em; color: #fccf2c; font-family: 'Poppins', sans-serif; animation: fadeInUp; animation-duration: 1s; font-weight: 500;}
.page-title h1 {font-size: 50px; letter-spacing: 1px; line-height: 1.1; display: block; margin-bottom: .5em; color: #fff; font-family: 'Poppins', sans-serif; animation: fadeInUp; animation-duration: 1s; font-weight: 700;}
.page-title p {font-size: 18px; color: #fff; font-weight: 500; line-height: 1.8; margin: 2em auto!important;}

.page-title-wrap {position: relative; z-index: 3; background: linear-gradient(#12139b, #0e0f85); padding: 11em 5%; width: 80%;}

ul.content-list {display: flex; flex-wrap: wrap; justify-content: center;}
ul.content-list li {padding: 1em 2em; font-weight: 500; width: 100%; margin: .25em 0; background: #f4f4f4; border-left: 3px solid #fecb55;}
ul.content-list li:hover {background: #f9f9f9; transition: .2s ease-in-out all;}

/* contact form + captcha */
#form {margin: 6em auto 0; width: 100%; text-align: center;}
#form .form-row {display: block; text-align: left!important;}
#form .form-row label{font-weight: 600;}
#form .form-row label span{font-weight: 700; font-size: 20px; vertical-align: top;}
#form input[type="text"], #form input[type="email"], #form select, #form textarea, #form input[type="date"] {width: 100%; margin: 0 0 10px; padding: 10px; border: 1px solid #ccc; background: none; font-weight: 500; color: #000; height: 50px;}
#form textarea {height: 111px;}
#form h4 {width: 100%; margin: 0 0 .5em; font-size: 24px; line-height: 1.4;}
#form p {width: 100%; margin: 0 0 1.5em; font-size: 16px;line-height: 1.8;}

.CaptchaPanel{line-height: normal !important; width: 100%;}
.CaptchaAnswerPanel input{width: 100%; max-width: 444px; padding: 10px; margin: 5px 0; background: none; border: 1px solid #ccc; color: #000;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; color: #000;}
.CaptchaImage {width: auto!important; padding: 0!important;}
.CaptchaAnswerPanel{margin: 0; padding: 2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel{line-height: 0; margin: 0; padding: 8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a{font-size: 12px; color: #000;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}

.scrolling-wrap {width:100%; height:90px; overflow:hidden;}
.scrolling {width:100%; height:90px;}

/* FOOTER */
.footer {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; z-index: 0; background: #f4f4f4; padding: 3em 13%;}
.footer img {width: 100%; max-width: 150px; height: auto;}
.site-host {width: 30%; display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; padding: 1.5em 0; font-size: 12px; color: #999; line-height: 1.8;}
.site-host a {color: #999; font-weight: 500!important;}
.site-host a:hover {color: #777; transition: .2s ease-in-out all;}


/* MEDIA QUERIES (RESPONSIVE) */
@media screen and (max-width: 1500px) {		
	.content-width {width: 85%;}
	.header {padding: .5em 7%;}
	.top-bar {padding: 1em 7%;}
}

@media screen and (max-width: 1200px){	
	.header a#cta-btn button {display: none;}
	
	img#main-logo {width: 100%; max-width: 225px; margin: -2em 0 0;}
	
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
			
	a#cta-btn button, a#cta-btn2 button, a#cta-btn3 button, #form input[type="submit"], .CaptchaAnswerPanel input {width: 100%; max-width: 350px;}
	
	.footer {padding: 2em 10% 2em 13%;}
	.footer img {max-width: 110px;}
	.site-host {font-size: 11px;}
}

@media screen and (max-width: 1100px) {
	.page-title h1 span {font-size: 18px;}
	.content-wrapper h1 {font-size: 42px;}	
	.content-wrapper h2 {font-size: 26px;}	
	.content-wrapper h3 {font-size: 22px;}
}

@media screen and (max-width: 900px) {
	.inv-search form {width: 90%;}
	.top-bar p {display: none;}
	.marg6 {margin: 4em auto!important;}
	.page-title {text-align: center; flex-wrap: wrap;}
	.page-title-wrap {width: 100%; padding: 9em 10%;}
	.align-right {text-align: center;}
	.footer {justify-content: center;}
	.site-host {justify-content: center; text-align: center; width: 100%;}
}

@media screen and (max-width: 550px) {
	img#main-logo {margin: 0;}
	.content-wrapper hr {margin: 4em auto;}
	.page-title-wrap {padding: 7em 10%;}
	.top-bar a#cta-btn {width: calc(50% - .5em); margin: .25em;}
	.top-bar a#cta-btn button {width: 100%; margin: 0; padding: 1em; font-size: 13px;}
	.page-title h1 span {font-size: 16px;}
	.content-wrapper h1 {font-size: 36px;}	
	.content-wrapper h2 {font-size: 22px;}	
	.content-wrapper h3 {font-size: 18px;}
	.page-title p {font-size: 16px;}
}
@media screen and (max-width: 400px) {
	.top-bar a#cta-btn button {font-size: 11px;}
	.page-title-wrap {padding: 5em 10%;}
}