/************************




Theme Name: Drone Team Challenge



Description: Powered by 37Ways




Version: 7.4




************************/




/*
    // ========================================== \\
   ||                                              ||
   ||               FONT FACE FILES                ||
   ||                                              ||
    \\ ========================================== //
*/

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

}




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

}




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

}




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

}



@font-face {
    font-family: 'Full Pack 2025';
    src: url('fonts/FullPack2025.woff2') format('woff2'),
        url('fonts/FullPack2025.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Corporation Games';
    src: url('fonts/CorporationGames.woff2') format('woff2'),
        url('fonts/CorporationGames.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}










/*****************************
****    WORDPRESS        ****
*****************************/

.alignright {
	float: right;
	margin: 0 0 7px 15px;

}
.alignleft {
	float: left;
	margin: 0 15px 7px 0;
}

img.left, img.alignleft {
	float: left;
	margin: 0 15px 7px 0;
}

img.right, img.alignright {
	float: right;
	margin: 0 0 7px 15px;
}

img.alignnone {
	display: block;
}

.post img.aligncenter, .attachment img.aligncenter, img.aligncenter {
	display:block;
	margin: 0 auto;
	text-align: center;
}

.clear {
	clear:both;
} 

.right {
	float: right;
} 

.left {
	float: left;
}

.nopad {
	padding: 0px !important;
}

.nomargin {
	margin: 0px !important;
}

.noborder {
	border: none !important;
}

.noshadow {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}





/*****************************
****    CUSTOM        ****
*****************************/



/*
    // ========================================== \\
   ||                                              ||
   ||               BASE CSS STYLES                  ||
   ||                                              ||
    \\ ========================================== //
*/

body {
	font-size: 20px;
	line-height: 30px;
	color: #525f6f;
	font-family: 'myriad_appletext';
}

	a {
		text-decoration: none;
		color: #da330e;
		
	}
	
			a:hover {
				color: #fc882a;
				text-decoration: none;
				-webkit-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
			}



/*
    // ========================================== \\
   ||                                              ||
   ||                    TOP BAR                    ||
   ||                                              ||
    \\ ========================================== //
*/

.top_navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 47px;
	background: #fff;
	z-index: 200;
	padding-left: 4%;
}

ul.hsu_info {
	padding: 0;
	margin: 0;
}

ul.hsu_info li {
	display: block;
	float: left;
	margin-left: 2%;
}

ul.hsu_info li a {
	display: block;
	line-height: 47px;
	color: #1a3a63;
	font-weight: normal;
}

ul.hsu_info i.fas {
	color: #939393;
}

ul.hsu_info li a:hover {
	color: #e7002b;
}

 ul.hsu_info .hsu_logo img {
	height: 47px;
	display: block;
	padding: 4px 0 3px 0;
}



nav.sub_nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	text-align: right;
}

nav.sub_nav ul {
	padding: 0;
	margin: 0;
}

nav.sub_nav li {
	display: inline;
}

nav.sub_nav li a {
	display: block;
	float: right;
	font-size: 20px;
	height: 47px;
	line-height: 47px;
	padding: 0 5%;
	border-left: 1px solid #999;
	color: #1a3a63;
	background: #e5e5e5;
	text-transform: uppercase;
}

nav.sub_nav li a:hover {
	background: #1a3a63;
	color: #fff;
}

nav.sub_nav li.sign_in a {
	background: #e7002b;
	color: #fff;
}

nav.sub_nav li.sign_in a:hover {
	background: #62aec6;
}

	body nav.sub_nav li.menu-item-493 {
	/* remove volunteer link from site */
	display: none !important;
}	




/*
    // ========================================== \\
   ||                                              ||
   ||                    HEADER                    ||
   ||                                              ||
    \\ ========================================== //
*/



header {
	position: relative;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	z-index: 100;
}

		header .logo span {
			display: none;
		}
		
		header .logo img {
			position: absolute;
			top: 0px;
			left: 4%;
			width: 200px;
			height: auto;
			-webkit-transition: .6s ease-in-out;
			transition: .6s ease-in-out;
			-webkit-filter: contrast(100%);
			filter: contrast(100%);
		}

header .logo img:hover {
	-webkit-filter: contrast(200%);
    filter: contrast(200%);
}

		header nav {
			position: absolute;
			left: 21%;
			text-align: left;
			margin-top: 50px;
		}
				header nav ul {
					padding: 0px 0px 12px 0px;
				}
				
						header nav ul li {
							position: relative;
							display: inline;
						}


						
								header nav ul li:last-child {
									margin-right: 0px;
								}	
						
								header nav ul li.menu-item-has-children {
									margin-left: 5px;
									padding-left: 25px;
									background: url(images/nav_dropdown.png) 0px 5px no-repeat;
								}
								
								header nav ul li a {
									color: #fff;
									font-family: 'Corporation Games';
									text-transform: uppercase;
									font-size: 2.5vw;
									line-height: 2.5vw;
									color: #e5e5e5;
									margin-right: 60px;
								}
								
										header nav ul li a:hover {
											color: #e7002b;
										}
										
						header nav ul ul {
							display: none;
						}
						
						header nav ul li:hover > ul {
							display: block;
							position: absolute;
							top: 20px;
							left: 0px;
							margin-left: -15px;
							width: 200px;
							border-bottom: none;
							background: #231f20;
							padding: 10px 10px 15px 10px;
						}
						
								header nav ul ul li {
									display: block;
									margin: 0px !important;
								}
								
										header nav ul ul li a {
											display: block;
											color: #fdda36;
											background: url(images/home_icon.png) 10px 6px no-repeat;
											padding: 10px 10px 5px 40px;
											text-align: left;
											font-size: 15px;
											line-height: 15px;
											font-family: 'myriad_appletext';
										}
										
												header nav ul ul li a:hover {
													color: #fff;
												}
								
										
								
				
						
				.header_slant {
					top: 0px;
					left: 0px;
					position: absolute;
					width: 100%;
					display: block;
					z-index: 50;
				}
				
						.header_slant img {
							display: block;
							width: 100%;
							height: auto;
						}
						
								


/*
    // ========================================== \\
   ||                                              ||
   ||               SLIDESHOW                      ||
   ||                                              ||
    \\ ========================================== //
*/

.slideshow {
	position: absolute;
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
}

		.slideshow img {
			display: block;
			width: 100%;
			height: auto;
		}

		.slideshow div.hero_text {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: 20% auto 0 auto;
			text-align: center;
			width: 100%;
		}

.slideshow .hero_slogan {
	width: 70%;
	display: block;
	height: auto;
	margin: 0 auto;
}
		


		.slideshow h4 {
			
			font-family: 'Full Pack 2025';
			color: #fff;
			font-size: 12vw;
			text-transform: uppercase;
			line-height: 12vw;
		}
		
				.slideshow h4 span {
					display: block;
					font-family: 'Corporation Games';
					color: #1a3a63;
					font-size: 6vw;
					line-height: 6vw;
				}

.hero_buttons {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.hero_buttons a img {
	display: inline-block;
	width: 18%;
	height: auto;
	-webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
	-webkit-filter: contrast(100%);
    filter: contrast(100%);
}

.hero_buttons a:hover img {
	-webkit-filter: contrast(300%);
    filter: contrast(300%);
}

/*
    // ========================================== \\
   ||                                              ||
   ||                  MAIN                ||
   ||                                              ||
    \\ ========================================== //
*/

.main_top_slant {
	position: absolute;
	position: relative;
	width: 100%;
	display: block;
	margin-top: -150px;
	z-index: 50;
}

		.main_top_slant img {
			display: block;
			width: 100%;
			height: auto;
		}







.main {
	position: absolute;
	position: relative;
	background: #fff;
	background-size: 100%;
	z-index: 50;
	padding: 30px 0 100px 0;
	width: 100%;
}

.home .main {
	padding: 30px 0 0 0;
}



		
		
				
/*
    // ========================================== \\
   ||                                              ||
   ||                   ASIDE                      ||
   ||                                              ||
    \\ ========================================== //
*/


aside {
	position: relative;
	width: 35%;
	float: right;
	margin-top: -200px;
	z-index: 10;
}

		aside .aside_top_slant {
			width: 100%;
			display: block;
		}
		
				aside .aside_top_slant img {
					display: block;
					width: 100%;
					height: auto;
				}
				
		aside .inner {
			position: relative;
			background: #cd2b08;
			padding-bottom: 20px;
		}

		
.newscomingsoon {
	width: 100%;
	height: auto;
	display: block;
}
		
				
		
		aside .aside_bottom_slant {
			width: 100%;
			display: block;
		}
		
				aside .aside_bottom_slant img {
					display: block;
					width: 100%;
					height: auto;
				}
				
		aside h2 {
			display: block;
			text-align: right;
			text-transform: uppercase;
			color: #fff;
			font-size: 35px;
			line-height: 35px;
			padding: 20px 8%;
			background: #1a3a63;
			margin-bottom: 20px;
		}
		
				.kill_top_pad {
					padding-top: 5px;
				}
				
		aside .social {
			position: absolute;
			top: 8px;
			left: 8%;
		}
		
				aside .social li {
					display: inline;
				}
				
						.inner li a {
							display: inline-block;
							width: 40px;
							height: 40px;
							background: url(images/social.png) top left no-repeat;
							margin-right: 8px;
						}
						
								.social li a:hover {
									opacity:.80;
									filter: alpha(opacity=80);
									-moz-opacity: 0.8;
								}
						
								.social li a span {
									display: none;
								}
								
								.social li.twitter a {
									background-position: -53px 0px;
								}
								
								.social li.youtube a {
									background-position: top right;
								}
				
		aside .paditup {
			padding: 0 4%;
		}


aside .paditup .wpra-item-list, aside .paditup .wpra-item-list a {
	color: #fff !important;
}

aside .paditup .wpra-item-list a {
display: block;
width: auto;
height: auto;
background: none;
margin-right: 0;
font-weight: bold;
}

aside .paditup .wpra-item-list .wprss-feed-meta {
	font-size: 1em;
	line-height: 1em;
	color: #f79984;
}

aside .paditup .wpra-item-list li {
	display: block;
	background: url(images/li.png) 0px 2px no-repeat;
    background-size: auto;
	background-size: 20px;
	padding: 0 0 15px 30px;
}


		
aside .testimonial {
	margin-top: 50px;
	color: #fff;
	text-align: center;
	position: relative;
}

aside .quoteit {
	width: 15%;
	height: auto;
	display: block;
	float: left;
}

aside .testing {
	width: 60%;
	display: block;
	float: left;
	margin: 0 5%;
}

aside .testing strong {
	font-family: 'myriad_applebolditalic';
}



/*
    // ========================================== \\
   ||                                              ||
   ||               CONTENT                        ||
   ||                                              ||
    \\ ========================================== //
*/

.content {
	position: relative;
	float: left;
	width: 56%;
	margin-left: 4%;
	z-index: 10;
}

.content a {
	font-family: 'myriad_applebolditalic';
}

		.content h1 {
			font-family: 'Corporation Games';
			font-size: 70px;
			line-height: 70px;
			margin-bottom: 20px;
			text-transform: uppercase;
			color: #1a3a63;
		}

.content h1.image_header {
	padding-bottom: 30px;
	margin-bottom: 45px;
	border-bottom: 1px solid #b7b7b7;
}

.content h1.image_header img {
	display: block;
	width: 100%;
	height: auto;
}
		
		.content h2 {
			font-family: 'myriad_applebolditalic';
			font-size: 45px;
			line-height: 45px;
			margin-bottom: 30px;
			color: #cd2b08;
		}
		
		content h3 {
			font-family: 'myriad_applebolditalic';
			font-size: 45px;
			line-height: 45px;
			margin-bottom: 30px;
			color: #1a3a63;
		}
		
		.content h4 {
			font-family: 'Corporation Games';
			font-size: 35px;
			line-height: 35px;
			margin-bottom: 20px;
			text-transform: uppercase;
			color: #cd2b08;
		}

		.content h5 {
			font-family: 'myriad_applebolditalic';
			font-size: 30px;
			line-height: 30px;
			margin-bottom: 20px;
			color: #1a3a63;
		}
		
		

.content p {
	padding: 0 0 20px 0;
}

.content ul {
	margin: 10px 0 30px 0;
	padding-left: 0;
}

.content ul li {
			display: block;
			background: url(images/li.png) 0px 2px no-repeat;
			background-size: 20px;
			padding: 0 0 5px 30px;
		}

.content ul li strong {
	color: #e7002b;
	font-family: 'myriad_applebolditalic';
	font-size: 1.2em;
	line-height: 1.3em;
}


/*
    // ========================================== \\
   ||                                              ||
   ||                IMAGE CONTENT BLOCK                  ||
   ||                                              ||
    \\ ========================================== //
*/

.absolute_slant {
	position: absolute;
	width: 100%;
	display: block;
	z-index: 50;
}

		.absolute_slant img {
			display: block;
			width: 100%;
			height: auto;
		}

.topabsolute {
	top: 0px;
	left: 0px;
}

.botabsolute {
	bottom: 0px;
	right: 0px;
	z-index: 1;
}


.image_block {
	position: relative;
	
	background: fixed;
	background-position: center center;
	background-size: cover;
	padding: 250px 4% 200px 4% !important;
	color: #fff;
}

.image_block ul {
	margin: 10px 0 30px 0;
	padding-left: 0;
}

.image_block ul li {
			display: block;
			background: url(images/li.png) 0px 2px no-repeat;
			background-size: 20px;
			padding: 0 0 5px 30px;
		}

.advanced_block {
	background-position: top center;
}

.image_block h2 {
	font-family: 'Corporation Games';
	font-size: 4vw;
	line-height: 4vw;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.image_block p {
	width: 50%;
	margin-bottom: 30px;
}

.button_red_link {
	width: 300px;
	height: auto;
	display: block;
	-webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
	-webkit-filter: contrast(100%);
    filter: contrast(100%);
}

.button_red_link:hover {
	-webkit-filter: contrast(300%);
    filter: contrast(300%);
}

.white_block {
	position: absolute;
	position: relative;
}

.white_block img.background_homeschool {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: auto;
	display: block;
}

.white_block .inner {
	position: absolute;
	position: relative;
	z-index: 2;
	margin: 0 4% 0 40%;
	width: 54%;
}

.white_block h2 {
	font-family: 'Corporation Games';
	font-size: 4vw;
	line-height: 4vw;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #1a3a63;
	margin-left: -15%;
}

.white_block p {
	background:#fff;
	padding: 15px;
	margin-bottom: 0;
}


/*
    // ========================================== \\
   ||                                              ||
   ||                PARTNERS                   ||
   ||                                              ||
    \\ ========================================== //
*/

body .partners .content {
	width: 100%;
	margin: 0 !important;
}

.partners h2 {
    font-family: 'Corporation Games';
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #1a3a63;
	text-align: center;
}

.partners ul {
	margin-bottom: 140px;
	text-align: center;
}

.partners ul li {
	display: inline-block;
	padding: 0 2% !important;
	margin: 0 !important;
	background: 0 !important;
	width: 21%;
}

.partners ul li img {
	width: 100%;
	display: block;
	height: auto;
}


/*
    // ========================================== \\
   ||                                              ||
   ||                FOOTER                   ||
   ||                                              ||
    \\ ========================================== //
*/

footer {
	background: #1a3a63;
	padding: 20px 4% 40px 4%;
}

		.one_fourth {
			float: left;
			width: 22%;
			margin-right: 4%;
		}

footer .one_fourth ul {
	margin-left: 0;
	padding-left: 0;
}
		
		footer .one_fourth h3 {
			font-size: 3vw;
			line-height: 3vw;
			text-transform: uppercase;
			padding-bottom: 20px;
			color: #fff;
			font-family: 'Corporation Games';
		}

.footer_logo {
	display: block;
	width: 100%;
	height: auto;
}
		
		footer .one_fourth li {
			display: block;
			background: url(images/home_icon.png) 0px 2px no-repeat;
			padding: 0 0 10px 40px;
			background-size:25px;
			
		}
		
				footer .one_fourth li a {
					font-family: 'myriad_applebolditalic';
					color: #fff;
				}
				
						footer .one_fourth li a:hover {
							color: #a4e0f1;
						}
				
		footer .phone {
			margin-left: 0px;
			margin-bottom: 10px;
			color: #a4e0f1;
			font-family: 'myriad_applebolditalic';
			font-size: 1.5em;
		}
		
		footer em {
			font-size: 20px;
			display: block;
			margin-bottom: 15px;
		}
		
		footer p {
			font-size: 12px;
			line-height: 15px;
			color: #fff;
		}
		
				footer p a {
					color: #fdda36;
				}
				
						footer p a:hover {
							color: #da330e;
						}

footer .small_grey {
	color: #adadad;
}
		
		

/*
    // ========================================== \\
   ||                                              ||
   ||               GET STARTED FORM STYLES                   ||
   ||                                              ||
    \\ ========================================== //
*/

.content .wpcf7-form p {
	padding-bottom: 0px !important;
}

.wpcf7-form label {
	margin-bottom: 0px;
	width: 100% !important;
}

.content .wpcf7-form input, .content .wpcf7-form select {
	width: 90% !important;
}

.wpcf7-form button {
	display: block;
	width: 300px;
	height: 100px;
	background: url("images/submitbutton.png") top left no-repeat;
	background-size: 100%;
	cursor: pointer;
	outline: none;
	border: none;
	-webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
	-webkit-filter: contrast(100%);
    filter: contrast(100%);
	margin-top: 15px;
}

.wpcf7-form button span {
	display: none;
}

.wpcf7-form button:hover {
	-webkit-filter: contrast(300%);
    filter: contrast(300%);
}



/*
    // ========================================== \\
   ||                                              ||
   ||                                  ||
   ||                                              ||
    \\ ========================================== //
*/

/*
    // ========================================== \\
   ||                                              ||
   ||                                  ||
   ||                                              ||
    \\ ========================================== //
*/

/*
    // ========================================== \\
   ||                                              ||
   ||                                  ||
   ||                                              ||
    \\ ========================================== //
*/

/*
    // ========================================== \\
   ||                                              ||
   ||                                  ||
   ||                                              ||
    \\ ========================================== //
*/

/*
    // ========================================== \\
   ||                                              ||
   ||                                  ||
   ||                                              ||
    \\ ========================================== //
*/



/*
    // ========================================== \\
   ||                                              ||
   ||               PRINT STYLES                   ||
   ||                                              ||
    \\ ========================================== //
*/

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

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

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}












