@charset "UTF-8";
/* CSS Document */

body {
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, sans-serif;
	background-color: #000000;
}
.wrapper {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	position: relative;
	background-color: #2a2a2a;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content-box .full p {
	color: #eeeeee;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	margin:10px 0 15px 0;
}
p a:link {
	color: #ff3838;
	text-decoration: none;
}

p a:visited {
	color: #ff9999;
	text-decoration: none;
}




.main-nav {
	background-color: #2A2A2A;
	top: 0;
	z-index: 100;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.main-nav img {
	width: 95%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.main-nav:after {
	clear: both;
	content: "\00a0";
	display: block;
	height: 0;
	font: 0px/0 serif;
	overflow: hidden;
}
.nav-brand {
	float: left;
	margin: 0;
}
.nav-brand a {
	display: block;
	padding: 10px 10px 10px 20px;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 29px;
	text-decoration: none;
}
#main-menu {
	clear: both;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.content-box {
	clear: both;
	width: 100%;
	margin: 0 0 0 20px;
	overflow: hidden;
	padding: 0;
}
.content-box h2 {
	color: #4d93bc;
	font-size: 24px;
	padding: 10px 0 10 0px;
	border-bottom: 1px solid #666;
	margin-top: 0;
	margin-bottom: 0;
}
.full {
	padding: 30px 60px 10px 30px;
}
.forty {
	width: 40%;
	float: left;
}

.twitter {
	width: 32%;
    padding: 3%;
	float: left;
}




.sixty {
	width: calc(60% - 90px);
	float: left;
	padding: 0 30px 0 30px;
}
.content-box .forty img {
	width: calc(100% - 30px);
	height: auto;
	padding:  30px 0 10px 30px;
}





.content-box .sixty img {
	width: 100%;
	height: auto;
}


.content-box .forty h3, .content-box .sixty h3 {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	margin: 20px 40px 0 0px;
	letter-spacing: .5px;
	color: #ababab;
}
.content-box .forty p, .content-box .sixty p {
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 0 0;
	letter-spacing: 1px;
	color: #ffffff;
}


#footer {

	
	border-top: 1px solid #2a2a2a;

	margin: 80px 60px 30px 60px;
}

.content-box .forty p.btn
{
	
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	color: white;
	margin: 30px;
}



.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Georgia;
  color: #ffffff;
  font-size: 32px;
  padding: 12px 17px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}





#footer p {
	font-size: 12px;
	color: #C5C5C5;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}


@media (min-width: 768px) {
#main-menu {
	float: left;
	clear: none;
	margin-left: 30px;
}
}
/* Mobile menu top separator */

#main-menu:before {
	content: '';
	display: block;
	height: 1px;
	font: 1px/1px sans-serif;
	overflow: hidden;
	background: #000000;
}

@media (min-width: 768px) {
#main-menu:before {
	display: none;
}
}
/* Mobile menu toggle button */

.main-menu-btn {
	float: right;
	margin: 10px;
	position: relative;
	display: inline-block;
	width: 29px;
	height: 29px;
	text-indent: 29px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* hamburger icon */

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 2px;
	height: 2px;
	width: 24px;
	background: #76c1f7;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}
.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}
/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
	display: none;
}
#main-menu-state:checked ~ #main-menu {
	display: block;
}

@media (min-width: 768px) {
/* hide the button in desktop view */
.main-menu-btn {
	position: absolute;
	top: -99999px;
}
/* always show the menu in desktop view */
#main-menu-state:not(:checked) ~ #main-menu {
	display: block;
}
}

@media (max-width: 768px) {

	.wrapper {
		margin-top: 0;
	}	
	
.main-nav {
	position: static;
}
	
	
.content-box {
  
    margin:  0;
}	
	
.full {
    padding: 0px 10px 20px 30px;
}	
	
	
.sixty {
    width: 90%;
    padding:0 5% 5% 5%;
}
	
.forty {
    width: 90%;
    padding:0 5% 2% 5%;
}
    
    .twitter {
	 width: 90%;
    padding:0 5% 2% 5%;
}

	
	
.content-box .forty img {
    width: 100%;
    height: auto;
    padding: 0;
}
	
.content-box .forty p, .content-box .sixty p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0 0;
    letter-spacing: 1px;
   
}
	
	
	
}

