/* import Custom Fonts */
@import url(../fonts/Chalet1980/chaletlondonnineteeneighty.css);
@-webkit-keyframes cwSpin {
	from { -webkit-transform: rotate(4deg); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes cwSpin {
	from { -moz-transform: rotate(4deg); }
	to { -moz-transform: rotate(360deg); }
}
@-o-keyframes cwSpin {
	from { -o-transform: rotate(4deg); }
	to { -o-transform: rotate(360deg); }
}
@-ms-keyframes cwSpin {
	from { -ms-transform: rotate(4deg); }
	to { -ms-transform: rotate(360deg); }
}
/* end of sticky footer style */
/* custom css start here*/
	/* general styles */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.container {
	display: block;
	margin: 0 auto;
	width: 960px;
}
ul,ol,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a { text-decoration: none; }
p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	line-height: 1;
}
a img { border: none; }
.bold-text {
	font-style: normal;
	font-weight: 700;
}
.title-big {
	font-size: 35px;
	font-weight: 300;
	color: #373837;
	margin: 0 0 25px;
}
.secondary-hero-title {
	font-size: 55px;
	line-height: 1;
	font-weight: 300;
}
.text-wrapper p {
	font-size: 14px;
	color: #373837;
	font-weight: 300;
	display: block;
}
.btn-container {
	border-top: 1px dotted #9b9b9b;
	padding: 1px 0;
	display: block;
	clear: both;
}
.btn {
	padding: 0 26px;
	font-size: 18px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	float: right;
}
.btn.btn-12p {
	padding: 0 13px;
}
.yellow-btn {
	background-color: #f88f07;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
input { outline: none; }
/* end of general style */
	/* header style */
#header {
	border-bottom: 6px solid #ff6c00;
	margin: 0 0 1px;
	overflow: hidden;
	padding: 32px 0;
}
#logo {
	float: left;
	margin-top: 3px;
}
.login-section {
	float: right;
	clear: both;
	margin: 0 0 3px;
	width: 100%;
}
.login-section  ul {
	display: block;
	overflow: hidden;
	float: right;
}
.login-section  ul li {
	float: left;
}
.login-section  ul li a {
	font-weight: 300;
	color: #4b4b4b;
	font-size: 13px;
	line-height: 1;
	border-right: 1px solid #636363;
	padding: 0 8px 0;
	margin: 0 7px 0;
}
.login-section  ul li + li { border: none; }
.login-section  ul li + li a {
	margin: 0;
	padding: 0;
	border: none;
}
.social-media-section {
	float: right;
	overflow: hidden;
}
.social-media-section > p {
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	line-height: 23px;
}
.social-media-section .social-media {
	display: inline-block;
	vertical-align: middle;
}
.social-media-section .social-media li {
	background-image: url(../img/social-media-sprite.png);
	background-repeat: no-repeat;
	display: block;
	width: 23px;
	height: 23px;
	float: left;
	margin: 0 0 0 5px;
}
.social-media-section .social-media li.fb {
	background-position: 0 0;
	margin-left: 0;
}
.social-media-section .social-media li.tw {
	background-position: -28px 0;
}
.social-media-section .social-media li.yt {
	background-position: -56px 0;
}
.social-media-section .social-media li.gp {
	background-position: -84px 0;
}
.social-media-section .social-media li.nl {
	background-position: -112px 0;
}
.social-media-section .social-media li a {
	display: block;
	width: 100%;
	height: 100%;
}
.nav-wrapper {
	float: right;
	margin: 48px 0 0;
	height: 29px;
}
#main-nav {
	float: left;
}
#main-nav li {
	padding: 0 0 7px;
	width: auto;
	float: left;
	margin: 0 0 0 24px;
}
#main-nav li a {
	color: #4b4b4b;
	font-size: 15px;
	font-weight: 400;
}
#main-nav li:hover {
	border-bottom: 2px solid #00b9f2;
}
#main-nav li:hover a {
	color: #00b9f2
}
/* #hero-area style */
#hero-area {
	background-image: url(../img/hero-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 7px solid #ff6c00;
	display: block;
	overflow: hidden;
}
#hero-area .text-wrapper {
	margin: 60px 0 70px;
}
.hero-text h2 {
	font-size: 45px;
	line-height: 35px;
	color: #fff;
	font-family: 'ChaletMedium';
	text-transform: uppercase;
}
.hero-text p {
	font-size: 24px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
	margin-top: 5px;
}
.hero-text .bold-text { color: #fff; }
.hero-text .blue-sdw {
	color: #00b9f2;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(8, 94, 121, 0.75);
}
/* main-content style */
#main-content {
	padding: 80px 0 80px;
	overflow: hidden;
}
.left-side {
	width: 34%;
	float: left;
	margin: 0 3% 0 0;
}
#main-content .text-wrapper p {
	margin: 0 0 20px;
}
.right-side {
	float: right;
	width: 63%;
	position: relative;
	z-index: 10;
}
.item-wrapper {
	float: left;
	clear: both;
	padding: 0 0 0 23px;
	margin: 0 0 6px;
}
#main-content .right-side .text-wrapper {
	clear: both;
	float: left;
}
.item-wrapper .project-item {
	color: #00b9f2;
	font-weight: 300;
	margin: 0 0 15px -23px;
	display: block;
	font-size: 20px;
	vertical-align: top;
}
.item-wrapper .project-item .bold-text {
	font-weight: 700;
	font-size: 25px;
	line-height: 12px;
}
.operating-systems {
	float: left;
}
.operating-systems li {
	float: left;
}
.operating-systems li a {
	color: #f88f07;
	border-right: 1px solid #f88f07;
	font-size: 10px;
	padding: 0 11px 0 0;
	margin: 0 10px 0 0;
	line-height: 1;
}
.operating-systems li:last-child a { border: none; }
/* footer style */
#footer {
	border-top: 6px solid #ff6c00;
	padding: 23px 0 20px;
	overflow: hidden;
}
.footer-nav {
	width: 30%;
	float: left;
}
.footer-nav li {
	width: 112px;
	float: left;
	margin: 0 22px 0 0;
}
.footer-nav li a {
	font-size: 12px;
	color: rgba(75, 75, 75, 0.5);
	line-height: 10px;
	font-weight: 400;
}
.footer-nav li a:hover { color: #00b9f2; }
.footer-credits {
	color: #4b4b4b;
	font-size: 12px;
	font-weight: 400;
	clear: right;
	float: right;
	margin: 16px 0 0;
}
#footer .social-media-section,
#footer .footer-credits { opacity: 0.5; }
/* about page style */
#hero-area.about-hero {
	background-image: none;
	background-color: #a19f88;
	border: none;
}
#hero-area.about-hero .container {
	position: relative;
}
#hero-area.about-hero .text-wrapper {
	margin: 0;
}
.about-hero .left-side {
	width: 35%;
	margin: 0 4% -5px 0;
	float: left;
}
.about-hero.contact .left-side img {
	position: absolute;
	left: 0;
	top: 0;
}
.about-hero .right-side {
	width: 61%;
	margin: 55px 0 0 0;
	float: right;
}
#hero-area.about-hero h2,
#hero-area.about-hero p {
	color: #fff;
}
#hero-area.about-hero h2 { margin-bottom: 20px; }
#hero-area.about-hero .text-wrapper p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 25px;
}
/* secondary pages main content helpr class*/
#main-content.secondary-content .right-side{
	width: 61%;
}
#hero-area.about-hero.grants { background-color: #b19f88; min-height: 400px; }
#hero-area.about-hero.sponsorsh { background-color: #839176; min-height: 380px;}
#hero-area.about-hero.education { background-color: #2d8c65; min-height: 400px; }
#hero-area.about-hero.resources { background-color: #e0a704; min-height: 400px; }
#hero-area.about-hero.contact { background-color: #0070b3; }
#hero-area.about-hero.join { background-color: #408f3d; }
#hero-area input,
#hero-area textarea {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(255,255,255, 0.3);
	min-height: 32px;
	color: #fff;
	font-size: 14px;
	clear: both;
	float: right;
	margin: 0 0 5px;
	padding: 0 0 0 3%;
	width: 97%;
}
#hero-area textarea {
	max-height: 75px;
	overflow-y: visible;
	height: 100%;
	height: 75px;
}
#hero-area.about-hero.contact h2,
#hero-area.about-hero.join h2 {
	float: left;
	margin-top: -10px;
}
#hero-area.about-hero.contact form,
#hero-area.about-hero.join form {
	width: 60%;
	float: right;
}
#hero-area #os-submit {
	background: none;
	min-height: 32px;
	color: #fff;
	font-size: 14px;
	background-color: #f88f07;
	border: none;
	text-align: center;
	width: 106px;
	padding: 0;
	margin-bottom: 15px;
	float: right;
	line-height: 32px;
}
/* contact page secondary social media */
.second-social {
	z-index: 20;
	position: absolute;
	left: 227px;
	top: 194px;
}
.join .second-social {
	top: auto;
	bottom: 0;
	left: 6px;
}
.second-social li {
	height: 63px;
	width: 63px;
	float: left;
	border-radius: 50%;
	margin: 0 6px 6px 0;
	position: relative;
	cursor: pointer;
}
.second-social li:hover .hover-social { display: block; }
.hover-social {
	display: none;
	background-image: url(../img/contact-hover.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: cwSpin 3s infinite linear;
	-moz-animation: cwSpin 3s infinite linear;
	-o-animation: cwSpin 3s infinite linear;
	animation: cwSpin 3s infinite linear;
}
.second-social li a {
	display: block;
	width: 53px;
	position: relative;
	z-index: 221;
	height: 53px;
	border-radius: 50%;
	border: 1px solid rgba(128, 184, 217, 1);
	background-color: rgba(0, 0, 0, 0.5);
	margin: 4px 0 0 4px;
}
.second-social li a span {
	cursor: pointer;
	border-radius: 50%;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/sec-social-media.png);
	background-repeat: no-repeat;
}
.second-social li:hover a {
	box-shadow: 0 0 17px 5px rgba( 98, 196, 255, 0.35 );
}
.second-social li:hover a span {
	box-shadow: 0 0 9px 3px rgba( 98,196, 255, 0.75 ) inset;
	background-color: #fff;
	background-image: url(../img/sec-social-media-hover.png);
}
.second-social li + li + li + li + li{
	clear: left;
}
.second-social li + li + li + li + li + li { clear: none; }
.second-social li a span.cht { background-position: 0 0; }
.second-social li a span.pnr { background-position: -54px 0; }
.second-social li a span.nl { background-position: -108px 0; }
.second-social li a span.hm { background-position: -162px 0; }
.second-social li a span.fb { background-position: 0 -54px; }
.second-social li a span.tw { background-position: -54px -54px; }
.second-social li a span.yt { background-position: -108px -54px; }
.second-social li a span.gp { background-position: -162px -54px; }
#thank-modal .container { position: relative; text-align: center; }
.modal-container {
	background: url(../img/modal-bg.png) no-repeat;
	width: 410px;
	height: 270px;
	display: inline-block;
	padding: 100px 0 40px;
	position: relative;
}
.modal-container .text-wrapper {
	width: 80%;
	display: block;
	margin: 0 auto;
}
.modal-container h2,
.modal-container p {
	display: block;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.modal-container p { font-size: 25px; }
.modal-container h2 {
	font-size: 35px;
	margin-bottom: 25px;
	font-weight: 300;
}
.modal-container .popup-modal-dismiss {
	position: absolute;
	right: 39px;
	top: 30px;
	background: url(../img/modal-close.png);
	width: 44px;
	height: 44px;
	display: block;
}