/*
Theme Name: IEB 2017
Theme URI: http://mtomas.com/1/
Author: My Guy Solutions
Author URI: http://myguysolutions.com/
Description: IEB design for 2017 
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, blog, e-commerce, education
Text Domain: tiny-framework

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


html, body {
	font-size: 14px;
	font-family: arial,helvetica,clean,sans-serif;
	margin: 0 !important;
	padding: 0 !important;
	background: #f9f9f9;
}
._10 {
	width: 8%;
	margin: 0 1%;
	display: block;
	float: left;
}
._15 {
	width: 13%;
	margin: 0 1%;
	display: block;
	float: left;
}
._20 {
	width: 18%;
	margin: 0 1%;
	display: block;
	float: left;
}
._25 {
	width: 23%;
	margin: 0 1%;
	display: block;
	float: left;
}
._30 {
	width: 28%;
	margin: 0 1%;
	display: block;
	float: left;
}
._33 {
	width: 31%;
	margin: 0 1%;
	display: block;
	float: left;
}
._40 {
	width: 38%;
	margin: 0 1%;
	display: block;
	float: left;
}
._50 {
	width: 48%;
	margin: 0 1%;
	display: block;
	float: left;
}
._60 {
	width: 58%;
	margin: 0 1%;
	display: block;
	float: left;
}
._67 {
	width: 65%;
	margin: 0 1%;
	display: block;
	float: left;
}
._70 {
	width: 68%;
	margin: 0 1%;
	display: block;
	float: left;
}
._75 {
	width: 73%;
	margin: 0 1%;
	display: block;
	float: left;
}
._100 {
	width: 98%;
	margin: 0 1%;
	display: block;
	float: left;
}
	.__100 {
		width: 100%;
		margin: 0%;
		display: block;
		float: left;
	}
	.__75 {
		width: 75%;
		margin: 0%;
		display: block;
		float: left;
	}
	.__70 {
		width: 70%;
		margin: 0%;
		display: block;
		float: left;
	}
	.__65 {
		width: 65%;
		margin: 0%;
		display: block;
		float: left;
	}
	.__60 {
		width: 60%;
		margin: 0;
		display: block;
		float: left;
	}
	.__59 {
		width: 59%;
		margin: 0;
		display: block;
		float: left;
	}
	.__50 {
		width: 50%;
		margin: 0;
		display: block;
		float: left;
	}
	.__49 {
		width: 49%;
		margin: 0;
		display: block;
		float: left;
	}
	.__40 {
		width: 40%;
		margin: 0;
		display: block;
		float: left;
	}
	.__35 {
		width: 35%;
		margin: 0%;
		display: block;
		float: left;
	}
	.__33 {
		width: 33%;
		margin: 0%;
		display: block;
		float: left;
	}
	.__30 {
		width: 30%;
		margin: 0%;
		display: block;
		float: left;
	}
	.__25 {
		width: 25%;
		margin: 0%;
		display: block;
		float: left;
	}
	.__20 {
		width: 20%;
		margin: 0%;
		display: block;
		float: left;
	}
.mobile_only, .mobile_show {
	display: none;
}
.breaker {
	clear: both;
	display: block;
	height: 10px;
	padding: 0;
	margin: 0;
}
	.breaker_clear, .breakerClear, .clear {
		clear: both;
		display: block;
		height: 0px;
		padding: 0;
		margin: 0;
	}
	.double_breaker {
		clear: both;
		display: block;
		height: 20px;
		padding: 0;
		margin: 0;
	}
.strong {
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.leftAlign, .alignLeft {
	text-align: left;
}
.defaultText {
	font-size: 14px;
}
.smallText {
	font-size: 12px;
}
.tinyText {
	font-size: 10px;
}
.hide {
	display: none;
}
.noMargin {
	margin: 0;
}
.noPadding {
	padding: 0;
}

.hidemeX {
    opacity: 0;
}

a {
	color: #ed7322;
}

.page_wrapper { 
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1024px;
}
.page_wrapper_text { 
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1024px;
	line-height: 1.5em;
}

#content {
	display: block;
}


#masthead {
	display: block;
	position: fixed;
	width: 100%;
	background: #ffffff;
	border-bottom: #efd91b 4px solid;
	color: #000000;
	padding: 10px;
	z-index: 999;
}
	#logo_wrapper {
		display: block;
		margin: 0;
		padding: 0;
		text-align: left;
		font-family: 'Times New Roman', Georgia, serif;
		font-size: 26px;
		font-weight: 300;
	}
		#logo_wrapper img {
			display: block;
			float: left;
			height: 35px;
			padding-right: 10px;
		}
		#logo_wrapper a {
			text-decoration: none;
			color: #000000;
		}
	#menu_wrapper {
		text-align: right;
	}
		#menu_wrapper ul {
			display: block;
			margin: 0;
			padding: 0;
			margin-top: 5px;
		}
			#menu_wrapper ul li {
				display: inline;
				margin: 0;
				padding: 0;
				list-style: none;
				font-size: 1.2em;
			}
				#menu_wrapper ul li:after {
					content: '|';
					font-weight: normal;
					font-style: normal;
					margin:0px 15px;
					text-decoration:none;
				}
					#menu_wrapper ul li:last-child:after {
						content: '';
						margin: 0;
					}
				#menu_wrapper ul li a {
					text-decoration: none;
					color: #000000;
				}
					#menu_wrapper ul li a:hover {
						text-decoration: underline;
						color: #ed7322;
					}
#masthead_ph {
	height: 65px;
}
#masthead_ph_mobile {
	height: 15px;
	display: none;
}

#colophon {
	max-width: 100%;
	overflow: hidden;
    background: #1a2127;
    color: #ffffff;
}



/*==========  HERO STYLES   ==========*/
.hero {
    position: relative; 
	/*min-height: 100vh; */ /* 100vh, 100% */
}

.hero-content {
    background-color: #1a2127;  
}

.hero-video {
    min-width: 100%;
	min-height: 100%;
	max-width: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    overflow: hidden;
}
.hero-content a.more_button_desktop {    
	position: absolute;
	float: none;
	bottom: 20px;
	left: 50%;
	margin: 0 auto;
	margin-left: -48px;
    padding: 16px 24px;
    color: white;
    background-color: #ed7322;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.sub_hero {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    background: #1a2127;
    background-color: rgba(26, 33, 39, 0.8); /* rgba(26, 33, 39, 0.9) */
    color: #ffffff;
    border: #33404d 2px solid;
}

/*==========  HERO TEXT CONTENT STYLES   ==========*/
.hero-text {
    width: 98%;
    max-width: 1000px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
	color: #fff;
	display: none;
}

.hero-text h1  {
    font-size: 52px; 
    margin-bottom: 24px;
    max-width: 1000px;
}

.hero-text p {
    font-size: 24px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 24px;
    width: 60%;
    margin: 0 auto 72px auto;
    max-width: 1000px;
}

.hero-text a {    
    padding: 16px 24px;
    color: white;
    background-color: #ed7322;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.hero-text a:hover {
    background: #000000;
    color: #ffffff;
}




h1.how_we_can_help_header {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
}
.how_can_we_help_wrapper {
	float: none;
	display: block;
	margin: 0 auto;
	width: 98%;
}

.how_can_we_help {
	float: left;
	display: block;
	margin: 0 auto;
	width: 14%;
	min-height: 130px;
	text-align: center;
	padding: 20px 1%;
	cursor: pointer;
}
	.how_can_we_help_current {
		background: #ffffff;
		border: #cccccc 1px solid;
	}
	.how_can_we_help .fa {
		font-size: 34px;
		color: #ed7322;
		margin: 10px;
	}

#how_can_we_help_content {
	display: block;
	width: 99%;
	background: #ffffff;
	border: #cccccc 1px solid;
	min-height: 300px;
}
	.how_can_we_help_cta {
		text-decoration: none;
		color: #ed7322;
		padding: 10px 30px;
		border: #ed7322 1px solid;
		font-weight: bold;
		text-transform: capitalize;
	}
	.how_can_we_help_cta_dark {
		text-decoration: none;
		background: #ed7322;
		color: #ffffff;
		padding: 10px 30px;
		border: #ed7322 1px solid;
		font-weight: bold;
		text-transform: capitalize;
		margin: 0 auto; 
		float: none; 
		display: block;
	}
	#how_can_we_help_content h2 {
		width: 80%;
		margin: 0 auto;
		font-size: 1.8em;
	}
	#how_can_we_help_content p {
		width: 60%;
		margin: 0 auto;
	}

#mce_process_chart {
	display: block;
	width: 75%;
	max-width: 75%;
	margin: 0 auto;
}

.ieb_winning_header {
	line-height: 1.2em;
	font-style: italic;
}

.mec_quote {
	float: right;
	font-style: italic;
	text-align: justify;
	font-size: 14px;
}




ul.disc li {
	background: url(assets/images/bullet.png) no-repeat left center transparent;
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
    padding: 0px 0px 1px 26px;
    vertical-align: middle;
}





#colophon { 
	font-size: 1.0em;
}
#colophon a {
	color: #ffffff;
}
#colophon h1 {
	margin: 0;
	padding: 0;
}
#colophon h3 {
	margin: 0;
	padding: 0 0 10px 0;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}
#colophon .form-group, .page_content_wrapper .form-group {
	margin-bottom: 20px;
	font-weight: bold;
}
	#colophon .form-group .optional, .page_content_wrapper .form-group .optional {
		color: #cccccc;
		font-weight: normal;
	}
#colophon label, .page_content_wrapper label {
	clear: both;
	text-transform: uppercase;
}
#colophon input, #colophon textarea, .page_content_wrapper input, .page_content_wrapper textarea {
	clear: both;
	width: 91%;
	padding: 2%;
}
#colophon #contactFormSubmit, .page_content_wrapper #contactFormSubmit {
	clear: both;
	width: 96%;
	padding: 2%;
	margin: 0 auto;
	background: #ed7322;
	color: #ffffff;
	border: none;
	font-size: 1.5em;
}
	.page_content_wrapper #contactFormSubmit {
		padding: 1%;
		font-size: 1.2em;
	}
#colophon a .fa-circle, .page_content_wrapper a .fa-circle {
	color: #ffffff;
}
#colophon a .fa-inverse, .page_content_wrapper a .fa-inverse {
	color: #1a2127;
}
	#colophon a:hover .fa-circle, .page_content_wrapper a:hover .fa-circle {
		color: #ed7322;
	}
	#colophon a:hover .fa-inverse, .page_content_wrapper a:hover .fa-inverse {
		color: #ffffff;
	}


/* pages */
h1.pageHeader {
	display: block;
	background: #ed7322;
	color: #ffffff;
	padding: 25px 30px;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.page_content_wrapper {
	background: #ffffff;
	border: #cccccc 1px solid;
	padding: 25px 30px;
	margin-bottom: 10px;
	font-size: 16px;
}
span.hblack {
  font-family: Arial,Helvetica,sans-serif; 
  font-size: 20px; 
  font-weight: none; 
  color: #000000;
}

span.hblue {
  font-family: Arial,Helvetica,sans-serif; 
  font-size: 20px; 
  font-weight: none; 
  color: #ed7322;
}






.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}




/*  #Responsive Mobile (Portrait)
================================================== */
@media only screen and (max-width: 783px) {
	#network_wrapper, #network_shell, #logo_wrapper, #logo_content, #logo_shell, #special_offer_shell, .menu_shell, .menu_wrapper, #sub_menu_shell, #content_shell, #sub_page_wrapper { width: 100%; min-width: 320px; }
	html, body, #page, #masthead {
		min-width: 320px;
	}
	#wpadminbar {
		display: none;
	}

	body.admin-bar .main-navigation {
		margin: 0;
	}
	.mobile_hide, .menu_container ul .mobile_hide, .menu_container ul li:hover .mobile_hide, .content_container .mobile_hide, .footer_container .mobile_hide, #menu_wrapper ul li.mobile_hide { 
		display: none;
	  	background: #ce0000;
	}
	.mobile_show, .mobile_only { 
		display: block;
	}
	._20, ._25, ._33, ._40, ._50, ._67, ._75, ._100, .__50, .full-width .__50, .__49, .__33, .__35, .__65, .mobile_clear, .mobile_only,
	#colophon ._60, #colophon .__40, #colophon .__30  {
		clear: both;
		width: 100%;
	}

	#logo_wrapper {
		text-align: center;
		margin: 0 auto;
		margin-bottom: 10px;
	}
		#logo_wrapper img, #logo_wrapper a {
			display: block;
			margin: 0 auto;
			text-align: center;
			float: none;
		}
	#menu_wrapper {
		text-align: center;
	}
		#menu_wrapper ul li {
			display: block;
			width: 33%;
			padding: 0;
			margin: 0;
			text-align: center;
			float: left;
		}
			#menu_wrapper ul li:after {
				content: '';
				margin: 0;
			}

	.hero-text, .sub_hero {
		display: block;
		position: relative !important;
		width: 100%;
		clear: both;
		float: left;
	}
	.hero-text h1  {
	    font-size: 32px; 
	    margin-bottom: 24px;
	    max-width: 1000px;
	}
	.hero, .hero-content {
		position: relative;
		clear: both;
	}
		.hero {
			padding-bottom: 20px;
		}
		.hero-content {
			background: url(http://www.maverickec.com/wp-content/themes/maverick_2/src/Maverick-Web-Optimized.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
	.hero-video {
		display: none;
	}
	#masthead {
		position: relative !important;
	}
	.hero-text {
		position: absolute;
	}
	.sub_hero {
		position: relative;
		left: 0;
	}

	#masthead_ph {
		display: none;
	}
	#masthead_ph_mobile {
		display: block;
	}

	.how_can_we_help_current {
		background: #f9f9f9;
		border: none;
	}
	.mec_quote {
		margin-bottom: 15px;
	}
}









