/* SMALL SMALL SMALL SMALL SMALL SMALL SMALL SMALL SMALL */
/* SMALL SMALL SMALL SMALL SMALL SMALL SMALL SMALL SMALL */

@media only screen and (max-width : 768px) {

	html {
		/*min-width: 450px;*/
	}

  .hide-for-small{
    display: none;
  }
  .show-for-small{
    display: auto !important;
  }	
	.sb-toggle-left {
		cursor: pointer;
		background: url('../images/mobile_menu_button.png');
		background-size: 100%;
		height: 36px;
		width: 36px;
		position: absolute;
		z-index: 10;
		top: 10px;
		left: 10px;
		display: inherit;
		background-color: #1c588a;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 0px solid #000;
	}
  	#header > p.seo {
		display: none;
	}	
	#header > a.logo {
	   	width: 380px;
	    margin: 20px 0 0;
	    float: none;
	}	
	#header > div.cta {
		display: none;
 	}	
	#header:after {
		display: none;
	}
	#header {
		height: auto;
	}	
	#nav_main_wrapper, #nav_main {
	
	}	
	#sub_nav {
		display: none;
	}	
	#head_wrapper {
		height: auto;
		width: 100%;
	}	
	#body_wrapper #nav_main_wrapper {
		display: none;
	}	
	#sections_wrapper > div.section {
		width: 100%;
		margin-left: 0px;
	}	
	.section.home p { 
		padding: 0;
	}	
	#body_wrapper{
		padding-top:20px;
		width: 100%;
	}	
	.sb-slidebar {
		background-color: #EFEFEF;
	}	
	#sections_wrapper > div.section.home > div.video_block {
		margin-bottom: 20px;
	}	
	#sections_wrapper > div.title_section { 
		width:100%;
		margin-left:0px;
	}	
	#sub_nav_cta .text_inner {
		font-weight: normal;
		padding-left:10px;
		padding-right:10px;
	}	
	#sub_nav_cta {
		padding: 15px 10px 10px;
		text-align:center;
		background-color: #00537c;
		display: block;
		color: white;
		font-weight: 600;
	}	
	#content_menu {
	  	/*width: calc(100%);
	    margin: - auto;
	    padding-left: 30px;
	    padding-right: 30px;
	    margin-top: 15px;
		display: inline-block;
		line-height: 2.5;
		margin-left: 0px;*/
		display: none;
	}
	.sendemail {
    	margin: 20px 0 0;
	}
	.instructions {
	    padding: 0 20px 0;
	}
}

@media only screen and (max-width : 480px) {  
	#header > a.logo {
	    width: 65%;
	    height: 95px;
	    margin: 15px 0 0;
	    float: none;
	}
}

