@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a:link {border:none;}

a:link.info_button {
	color:#acf481;
	text-decoration:none;
	border:1px solid #ffffff;
	font-family:'Roboto';
	font-weight:400;
	background: rgba(0, 0, 0, 0.2)
}
a:hover.info_button {
	color:#ffffff;
	text-decoration:none;
	border:1px solid #ffffff;
	font-family:'Roboto';
	font-weight:400;
	background: rgba(0, 0, 0, 1)
}

/* End CSS reset */

body {
	font-family: 'Roboto', sans-serif;
	background: #000000;
	color: #ffffff;
	overflow-y: scroll;
	overflow-x: hidden;
}

h1 {
	font-family: 'Montserrat', sans-serif;
		font-weight: 800;
}

input {
	height: 40px !important;
}

label.error {
	background-color: #B94A48;
	border-radius: 4px 4px 4px 4px;
	clear: both;
	color: #FFFFFF;
	display: block;
	margin-top: 2px;
	opacity: 0.8;
	padding: 10px 8px;
}

label.valid {
	background-color: #9ACEA5;
	opacity: .9;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}



.header {
	background-color:transparent;
	color:#FFFFFF;
	margin:35vh auto 0;
	max-width:960px;
	height:60vh;
	text-align:center;
	
}

.description {
	font-family: 'Roboto', sans-serif;
	margin-bottom:40px;
	text-shadow: none;
}

#email {
	border-radius: 14px;
	padding: 6px;
}

#subscribe, 
#send {
	background: #F76C09;
	border-radius: 4px;
	box-shadow: none;
	font-size:1.65em;
}

.info_button {color:#acf481;
	max-width:250px;padding:10px 25px;border:2px solid #ffffff;margin:30px auto;display:block;}
	.infoweight {font-size:22px;font-weight:600;}


.background p {text-align:left;padding-bottom:24px;font-family: Roboto, sans-serif;font-weight:400; color:#888888;}
.background p.center {text-align:center;padding-bottom:24px;font-family: arial, sans-serif;font-weight:400;}

.theme .form_title {font-size:1.75em;text-align:center;padding-bottom:24px;color:#555555;}

.theme p.logo_title {
	text-align:center;font-size:2.0em;
	padding-bottom: 12px;
	font-family: Montserrat, sans-serif;font-weight:800; 
	color:#000000;
}
.ix-red {color:#CF132A;}
.roboto-title-2 {font-family:roboto; color: #7A7A7A; font-size: 30px; line-height: 1.2em;letter-spacing:-0.025em;}
.roboto-title-2-white {font-family:roboto; color: #ffffff; font-size: 30px; line-height: 1.2em;letter-spacing:-0.025em;}

.roboto-title-members {font-family:roboto; color: #7A7A7A; font-size: 30px; line-height: 1.2em;letter-spacing:-0.025em;}
.roboto-title-members-white {font-family:roboto; color: #ffffff; font-size: 30px; line-height: 1.2em;letter-spacing:-0.025em;}
.roboto-title-2-red {font-family:roboto; color: #CF132A; font-size: 30px; line-height: 1.2em;letter-spacing:-0.025em;}
.roboto-p-black {
    text-align: left;
    color: #000000;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: -0.25px;
}

a.one-page:link {color:#ffffff;background-color:#000000;}
a.one-page:visited {color:#ffffff;background-color:#000000;}
a.one-page:hover {color:#ffcc00;background-color:#000000;}
a.one-page:active {color:#ffcc00;background-color:#000000;}



.navbar-default .navbar-nav > li a {color:#ffffff;background-color: transparent;} 
.navbar-default .navbar-nav > .active > a {color:#CF132A;background-color: transparent;} 
.navbar-default .navbar-nav > .active > a:focus {color:#ffffff;background-color: transparent;} 
.navbar-default .navbar-nav > .active >  a:hover {color: #CF132A;background-color: transparent;}
.navbar-default .navbar-nav > li a:hover {color: #CF132A;background-color: transparent;}

#single-nav li {font-family:montserrat; font-size:14px;font-weight:800;}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 6px 15px;
}

h4.board-title {
    margin-bottom: 15px;
    font-size: 32px;
    font-family:montserrat; 
    font-weight:800;
    text-transform: none;
    letter-spacing: -1px;
    color: #000000;
}

#facilities {
    width: 100%;
   height: auto;
    background: url(../imgs/bg-dk-blue-tech.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
  padding:140px 0 60px;
    padding: 120px 0;
    text-align: center;
}

/*=======================================================
            STAGE2 NAVIGATION:
========================================================*/


.stage2-nav-wrapper {width:100%;text-align:center;}

.stage2-nav-wrapper.stage2-nav {padding:14px 12px;font-family:montserrat;color:#ffffff;font-weight:800;font-size:16px;text-decoration:none;}

.stage2-nav-wrapper.nowrap {white-space: nowrap;}

.stage2-nav-wrapper.stage2-nav :hover {color:#CF132A;text-decoration:none;}

.stage2-nav-wrapper.stage2-current {color:#CF132A;}

.stage2-nav-wrapper.stage2-title-main {text-align:center;font-size:48px;line-height:120%;padding: 12px 8px;font-family: Montserrat, sans-serif;font-weight:800; 
                    color:#ffffff;}


/*=======================================================
			BUTTONS:
========================================================*/

.btn-send {
    margin-bottom: 20px;
    letter-spacing: -0.25px;
    font-family: roboto;
    font-weight: 600;
    text-transform: none;
}
.btn-success {
    color: #fff;
    background-color: #CF132A;
    border-color: #CF132A;

}
.btn-success a:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
input {
    height: 40px !important;
    width:auto;
}
.btn-primary {
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    line-height: 1em;
    letter-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #CF132A;
    border-radius: 4px 4px 4px 4px;
    /* box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.11); */
    padding: 20px 35px 20px 35px;
    border-color: transparent!important;
    margin: 28px auto;
}
.btn-primary a:hover {
    color: #FFFFFF;
    background-color: #000000;
}

/*******************************
 Theme 
 ********************************/
 .theme {
 	color: #555555;
 }

 .theme h1 {
 	font-size:60px;
 	font-weight:400;
 	letter-spacing:-1px;
 	line-height:1;
 	margin:10px 0 30px;
 	color: #666666;
 }

 .theme h1 span {

 }

 .theme h2,
 .theme h3 {
 	font-weight:200;
 	margin-bottom:5px;
 	color: #DDDDDD;
 }

 .theme .theme-byline {
 	color:#DDDDDD;
 	font-size:20px;
 	font-weight:300;
 	line-height:1.25;
 	margin-bottom:40px;
 }

 .theme p {
 	font-size:1.35em;
 	line-height:1.5;
 	font-weight: 400;
 	color: #000000;
 }

 .theme p .center {
 	font-size:16px;
 	line-height:1.5;
 	font-weight: 100;
 	color: #555555;
 	text-align:center;
 }

 .theme img {
 	margin: 5px auto;
 }

 .background {
 	background-color: #dddddd;
 	height:100%;
 }

 .center {
 	text-align: center;
 }

 .vspace30 {
 	padding: 30px 0;
 }
 .vspace30_form {
 	padding: 5px 0 30px;
 }

 .left-right-0 {margin-left: 0px;margin-right: 0px;}

 #single-page-footer {
    background-color: #000000;
    padding: 60px 0;
}
 #single-page-footer p.footer-text {
 	font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #686b75;
}

 /* COLORS */


 @media (max-width: 767px) {
 	h1 {
 		font-size: 24px;
 	}
 }

 @media (max-width: 320px) {
 	h1 {
 		font-size: 18px;
 	}
 	p{font-size:1.85em;}
 }

/* RESPONSIVE CSS HACKS
-------------------------------------------------- */
@media (max-width: 979px) {
	.navbar {
		margin-bottom: 0;
	}
	.socpres_title {
	font-size: 4.55em;
	line-height: 1.15em;
	font-weight:700;
	}

	.header {
    margin: 35vh auto;
}
}

@media (max-width: 767px) {
	body {
		padding: 0;
	}
	
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

.socpres_title {
	font-size: 3.75em;
	line-height: 1.20em;
	font-weight:700;
	}

	.header {
    margin: 25vh auto;
}
.theme h1 {
    font-size: 2.25em;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1;
    margin: 10px 0 20px;
    color: #666666;
}

}

@media (max-width: 600px) {
	.header {
    margin: 30vh auto;
}
.stage2-title-main {text-align:center;font-size:38px;line-height:120%;padding: 12px 8px;font-family: Montserrat, sans-serif;font-weight:900; 
                    color:#ffffff;}
                }

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


	.vspace30_form {padding: 0 0 30px;}

	.container {
	width:85vw;
	max-width:960px;
	/*height:80vh;*/
	position: relative;
	text-align: center;
	display: block;
	margin:0vh auto;
	padding-left: 0px;
    padding-right: 0px;
}
	.header {
    margin: 10vh auto 5vh auto;
	}
	.theme h1 {
    font-size: 2.25em;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1;
    margin: 10px 0 20px;
    color: #666666;
}
}

@media only screen and (min-width: 1366px) and (min-height: 768px) and (orientation:landscape){

 .header {
    margin: 20vh auto;
	}
}

@media screen 
  and (min-device-width: 1300px) 
  and (max-device-width: 1400px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  	 .header {
    margin: 20vh auto;
	}
}


@media (max-width: 800px) and (orientation: landscape) {

	
 .header {
    margin: 10vh auto;
	}
	
	
}

@media (max-width: 400px) and (orientation: portrait) {
.background p {font-size:1.25em;text-align:left;padding-bottom:24px;font-family: raleway, arial, sans-serif;font-weight:400; color:#222222;}
.theme .form_title {font-size:1.25em;text-align:center;padding-bottom:24px;color:#555555;}
.theme p.logo_title {text-align:center;font-size:1.25em;padding-bottom: 12px;font-family: raleway, arial, sans-serif;font-weight:600; color:#555555;}

}




