@charset "utf-8";
/* MOBILE & RESPONSIVE */

/* =============================================================================
	MOBILE
	
	General Queries
   ========================================================================== */
@media only screen and (min-width: 1383px) {
	/*header.header .header-content{background: teal ;}*/
	.header-third{
		width:33%;
	}
}
@media only screen and (max-width: 1382px) {
	/*header.header .header-content{background: red ;}*/
	.header-third{
		width:33%;
	}
}

@media only screen and (max-width: 992px){
	/*header.header .header-content{background: orange ;}*/
	
	header .header-content {
		padding: 0 20px;
	}
	
	#header-search-form {
		margin-top: 0;
	}
	#phone {
		border-right: medium none;
		margin-right: 0;padding-right: 0;
	}

	.search-form .search-query {
		width: 200px;
	}
	
	#content {
		padding-top: 150px;
	}
	#content-wrap {
    	margin-top:-140px;
	}
	
	.hero {
		background-position:center -20px;
	}
	
	#homepageHero.hero {
		height: auto;
		}
		#homepageHero #hero-content {
			padding: 0 15px;
		}
		#homepageHero #hero-header{
			padding-top: 5px;
		}
		#homepageHero.hero #hero-button a.button {
			font-size: 150%;
		}
		#homepageHero.hero h1{
			font-size: 200%;
		}
		#homepageHero.hero h3{
			font-size: 175%;
		}
		#homepageHero.hero h4 {
			font-size: 115%;
		}
		#homepageHero.hero h5{
			font-size: 95%;
		}
		#homepageHero.hero #hero-arrow{
			display:none;
		}
		.hero h1{
			padding:0 15px;
		}
	.opaque-gradient {
		background:none !important;bottom: 0;
	}
	
	#home-cta,
	#sidebar-cta {
		margin-top:0;
		margin-left:-10px;margin-right:-10px;
		}
		#home-cta .column,
		#sidebar-cta .column{
			width:25%;
			padding:0 10px;
		}
	
	.nav {
    	padding: 0 15px;
	}
	
}

@media only screen and (max-width: 768px){
	/*header.header .header-content{background:yellow;}*/
	.header {
		height: 74px;
		border-top: 5px solid #363636;
		border-bottom: 5px solid #363636;
	}
	
	.header .brand img {
		max-height: 60px;
	}
	
	#content{
		padding-top: 74px;
	}
	.main-nav{
		border-top-width: 0px;
		border-bottom-width: 0px;
	}
	.header-middle{
		width:40%;
	}
	.nav-desktop{
		height: 0px;
		width: 0px;
	}
	
	#mobile-menu-toggle {
		cursor: pointer;float: right;
		display: block;
		padding: 6px;
		font-size: 300%;
		color: #FE1823;
	}
	#mobile-menu-toggle:hover {
		color: #AF0A10;
	}

	.nav-mobile .nav {
		clear:both;
		}
		.nav-mobile .nav li {
			text-align:center;
			border-right:none;border-left:none;
			}
			.nav-mobile .nav li > a {
				padding: 10px 35px;
			}
	
	.nav > li > ul.sub-menu{
		display: none;
		position: inherit;
		padding: 0px;
		margin: 0px;
	}
	.nav > li:hover{
		background-color: #CB1510;
	}
	.nav > li:hover .sub-menu-toggle{
		color: #fff;
	}
	.nav > li:hover > ul.sub-menu{
		display: none;
	}
	.nav-mobile .nav li > a{
		display: inline-block;
		width: auto;
	}
	.nav > li > ul.sub-menu.enabled{
		display: block;
		position: inherit;
		padding: 0px;
		margin: 0px;
	}
	.nav > li > ul.sub-menu.enabled a{
		display: block;
		width: 100%;
	}
	.sub-menu-toggle{
		display: inline-block;
	}
	.sub-menu-toggle:hover{
		cursor: pointer;
	}

	.search-form {
		clear: both;
		margin: 10px auto;
		text-align: center;
		}
		.search-form .search-query {
			display: inline;float: none;
		}
		.search-form .button {
			display:inline;float:none;
		}
	
	.header-aux{
		display:none;
	}
	
	#home-cta .column,
	#sidebar-cta .column{
		width:50%;
		padding:0 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.main.column.width1of1{
		float:none;
	}

	#homepageHero.hero #hero-button a.button {
		font-size: 140%;
	}
	#homepageHero.hero h1{
		font-size: 190%;
	}
	#homepageHero.hero h3{
		font-size: 165%;
	}
	#homepageHero.hero h4 {
		font-size: 105%;
	}
	#homepageHero.hero h5{
		font-size: 85%;
	}
	.hero h1 {
		text-align:center;margin: 5px 0 0;
	}
	.header.smaller .emergencyBtn a.button,
	.emergencyBtn a.button{
		font-size:90%;
		padding: 3px 19px 10px;
		margin:10px 0 0 0;
	}
	.member-bio{
		width:100%;
		font-size:.9em;
	}
	footer.footer .column.width1of1{
		width:100%;
		display:block;
	}
	.footer-nav{
		padding:0px;
		width:100%;
		display:block;
		margin:10px 0;
	}
	.footer-nav .nav{
		padding:0px;
		width:100%;
		display:block;
	}
	.footer-nav .nav li{
		clear: both !important;
		float: left !important;
		width: 100%;
	}
	.footer-nav li a{
		display: block !important;
		width: 100%;
		padding: 6px 0 !important;
		text-align: center;
	}
	#ninja_forms_field_5.button{
		margin-top:5px;
		width:100% !important;
	}
	.sidebar{
		margin-top: 15px;
		box-shadow: none;
	}
}
@media only screen and (max-width: 600px){
	/*header.header .header-content{background: green ;}*/
	
	header .header-content {
		padding: 0 10px;
	}

	.header-middle{
		width:48%;
	}

}
@media only screen and (max-width: 500px){
	/*header.header .header-content{background: blue ;}*/
	.header-middle{
		width:39%;
	}
	.homepage-headline {
		font-size: 10px;
	}
	.header.smaller .emergencyBtn a.button,
	.emergencyBtn a.button{
		font-size:88%;
		padding: 1px 7px 6px;
	}
	.header .brand{
		width:136px;
	}
	.homepage-headline{
		font-size:11px;
	}
	#mobile-menu-toggle{
		padding:3px;
		font-size:200%;
	}
	.member-bio{
		clear:left;
	}
	
	#home-cta .column{
		width:100%;
		padding:0 10px;
		clear: both;float: none;
		}
		#home-cta{
			margin-top: 0px;
			}
			#home-cta .cta-img {
				max-height: 250px;
				}
				#home-cta .cta-img img {
					max-width: none;
					width: 100%;
				}
			#home-cta .cta-title {
				font-size: 140%;
				text-align: center;
			}

}
@media only screen and (max-width: 320px) {
	/*header.header .header-content{background: purple ;}*/
	.emergencyBtn a.button{
		font-size:75%;
	}
	.header.smaller .brand,
	.header .brand{
		width: 124px;
	}
	.header.smaller .emergencyBtn a.button,
	.emergencyBtn a.button{
		font-size:80%;
		padding: 1px 5px 4px;
	}
	#mobile-menu-toggle{
		padding:2px;
		font-size:182%;
	}
}

/* =============================================================================
  Special Queries
   ========================================================================== */


/* =============================================================================
   480px Break Point !n! !480
   ========================================================================== */
@media only screen and (min-width: 480px) {
/* ==|== Base !base !n! ======================================================= */
  /* ==|== Header !hdr !n! ====================================================== */
  /* ==|== Content !cnt !n! ===================================================== */
  /* ==|== Main !main !n! ======================================================= */
  /* ==|== Sidebar !sdb !n! ===================================================== */
  /* ==|== Footer !ftr !n! ====================================================== */
}
/* =============================================================================
   600px Break Point !n! !600
   ========================================================================== */
@media only screen and (min-width: 600px) {
/* ==|== Base !base !n! ======================================================= */
  /* ==|== Header !hdr !n! ====================================================== */

  /* ==|== Content !cnt !n! ===================================================== */
  /* == Posts == */
  .post-thumb {
	float: left;
	width: 100%;
	max-width: 150px;
	margin: 0.3em 1.125em 0 0;
}
/* == Comments == */
  .comment-list .children {
	padding-left: 10px;
}
.comment header .avatar,  .comment header h3 {
	float: left;
	margin-right: 15px;
}
/* ==|== Main !main !n! ======================================================= */
  /* ==|== Sidebar !sdb !n! ===================================================== */
  /* ==|== Footer !ftr !n! ====================================================== */
}
/* =============================================================================
   768px Break Point !n! !768
   ========================================================================== */
@media only screen and (min-width: 768px) {
/* ==|== Base !base !n! ======================================================= */
  /* ==|== Header !hdr !n! ====================================================== */
  /* ==|== Content !cnt !n! ===================================================== */
  /* ==|== Main !main !n! ======================================================= */
  /* == Images and Figures == */
.alignleft {
	float: left;
	margin: 0.3em 1.125em 1.125em 0;
}
.alignright {
	float: right;
	margin: 0.3em 0 1.125em 1.125em;
}
.alignnone {
	margin: 0 0 1.125em;
}
.aligncenter {
	margin: 0 auto 1.125em;
}
/* ==|== Sidebar !sdb !n! ===================================================== */
  /* ==|== Footer !ftr !n! ====================================================== */

}
   
/* =============================================================================
   980px Break Point !n! !992
   ========================================================================== */
@media only screen and (min-width: 992px) {
/* ==|== Base !base !n! ======================================================= */
  /* ==|== Header !hdr !n! ====================================================== */
  /* ==|== Content !cnt !n! ===================================================== */
  /* ==|== Main !main !n! ======================================================= */
  /* ==|== Sidebar !sdb !n! ===================================================== */
  /* ==|== Footer !ftr !n! ====================================================== */
}
/* =============================================================================
   1382px Break Point !n! !1382
   ========================================================================== */
@media only screen and (min-width: 1382px) {
/* ==|== Base !base !n! ======================================================= */
  /* ==|== Header !hdr !n! ====================================================== */
  /* ==|== Content !cnt !n! ===================================================== */
  /* ==|== Main !main !n! ======================================================= */
  /* ==|== Sidebar !sdb !n! ===================================================== */
  /* ==|== Footer !ftr !n! ====================================================== */
}

