/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

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

	body {
	}

	.grid,
	.grid-right {
		float: none;
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}

}

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

	body {
	}

	#logo {
		float: none;
		margin: 0;
		padding-top: 16px;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	.js .sub-header-menu {
		display: none;
	}

	.js .main-nav {
		position: relative;
		background-color: #585858;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
		background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
		background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
		background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
		background-image: -o-linear-gradient(top, #585858, #3d3d3d);
		background-image: linear-gradient(top, #585858, #3d3d3d);
		clear: both;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
		margin: 16px auto 0;
	}

	.js .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 1000;
	}

	.js .main-nav .menu ul {
		margin-top: 1px;
	}

	.js .main-nav .menu li {
		float: none;
		background-color: #ffffff;
		border: none;
	}

	.js .main-nav .menu li a {
		color: #444444;
		font-size: 13px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
	
	}

	.js .main-nav .menu li li:hover {
		background: none !important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover { 
	}

	.js .main-nav .menu li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.js .main-nav .menu li li{
		width:50%;
	}

	.js .main-nav .menu li li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a::after {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #ffffff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: #ffffff;
		font-weight: 700;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		background: url('../images/select-icons.png') 0 5px no-repeat;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('../images/select-icons.png') 0 -46px no-repeat;
	}

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
	
	.menu-item-has-children:hover a{
		background: none!important;
	}
	
	#menu-header-menu .sub-menu{
		background:#ffffff; 
	}
		
	.apply_to_grow_page_header{
		display: none;
	}
	
	
	
	
}

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

	body {
	}

	#logo {
		float: none;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	.apply_now_form .field_name {
    font-size: 10px;
}
select, input[type="text"], input[type="password"], input[type="email"] {
   
    max-width: 60%;
    
    padding: 2px 4px;
    
}
}

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

	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
	
	
	/** Custom Styles **/
	
	.sub_div_left { 
		font-size: 40px; 
		line-height:40px;
	}
	
	
	.footer_left {
		float: none;
		margin:20px auto; 
	}
	
	.footer_right {
		float: none;
		margin:0px auto;
		height:60px;
		width: 180px;
	}
	
	.social-icons li{
		margin-left:10px!important;
	}
	
	
	.post-title, .entry-title { 
		font-size: 30px; 
	}
	
	.header_container{
		background: none;
	}
	.home_block{
		background-image: none;
		display: block;
		float: none;
		margin: 0 auto 20px;
		max-width: 320px;
		width: 100%;
	}
	.home_block_link { 
		right: 60px; 
	}
	.page_two_column_left .alumni_image{
		max-width:396px;
		width: 100%;
	}
	.alumni_title_link span {
		background-size: 7px 16px;
		font-size: 18px;
		padding: 4px 14px 2px 4px;
	}
	.alumni_sub_div_left {
		float: none; 
		margin: 14px auto 0;
		padding: 0;
		text-align: justify;
		width: 94%;
	}
	.alumni_title { 
		font-size: 20px; 
	}
	.alumni_right_links_1, .alumni_right_links_2, .alumni_right_links_3 {
		background-size: 100px 26px !important; 
		float: left; 
		height: 26px; 
		padding-right: 2%; 
		width: 100px;
	}
	.alumni_right_links_3{
		padding-right:0px!important;
	}
	.alumni_sub_div_right {
		float: left;
		max-width: 100%;
		width: 98%; 
		padding-left: 1.3%;
	}
	
	.post-entry h2, .post-entry h2 { 
		font-size: 20px;
		text-align: center;
	}
	
	.alumni_listing_single { 
		float: none;
		margin: 0 auto 35px; 
		min-height: 200px;
		display: block;
		overflow:hidden;
	}
	
	.alumni_listing_text { 
		margin-top: 10px;
	}
	.about_post_single{
		background-image : none!important;
	}
	
	.about_content_right { 
		margin-left: 0px;
		max-width: 300px; 		
	}
	.about_content_left{
		margin-bottom: 10px;
	}
	.about_page_child_content{
		width:300px!important;
	}
	.about_page_title { 
		font-size: 35px;
		margin-bottom: 20px;
	}
	
	.how-it-works-title {
		float: none;
		display: block;
		width:290px;
		padding-left: 20px;
		font-size:15px
	}
	#partners .about_page_title, #partners .about_post_single_content {
		max-width: 295px;
		margin-left: 13px;
	}
	.about_post_single {
		padding: 20px 0 0 4%;
		width: 96%;
	}
	
	.partners_logos a {
		width: 100%;
	}
	
	.click_to_grow_anchor1{ 
		line-height: 190px;
	}
	.click_to_grow_anchor2{  
		line-height: 180px; 
	}
	.click_to_grow_anchor3{  
		line-height: 125px; 
	}
	.home_block_links:hover .click_to_grow_home_block,
	.home_slider_anchor:hover .click_to_grow_anchor1,
	.home_slider_anchor:hover .click_to_grow_anchor2,
	.home_slider_anchor:hover .click_to_grow_anchor3{
		display: none!important;
	}
	
	.footer_center { 
		margin-bottom: 24px;
		margin-left: 70px;
		margin-top: 8px; 
	}
	#footer{
		padding-bottom: 16px;
	}	
	.home_banner{
		display: none;
	} 
	.apply_now_form .field_name {
    font-size: 10px;
}
select, input[type="text"], input[type="password"], input[type="email"] {
   
    max-width: 37%;
    
    padding: 2px 4px;
    
}
	
	
	
	
}

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

	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
	.apply_now_form .field_name {
    font-size: 10px;
}
	select, input[type="text"], input[type="password"], input[type="email"] {
	   
		max-width: 37%;
		
		padding: 2px 4px;
		
	}
}
}

/**  Media query for iPad in portrait  */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* 
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  {
*/
	.post-title, .entry-title { 
		font-size: 45px; 
	}
	.menu li { 
		margin: 0 10px; 
	} 
	.main-nav {  
		max-width: 480px;  
	} 
	#logo { 
		margin-left: 10px; 
	}
	
	.ecosystem_post_single .ecosystem_post_inner_image { 
		max-width: 300px; 
	}
	
	.ecosystem_post_single_inner{ 
		width:740px;
	}
	
	.ecosystem_post_inner_content , .eco_gray .ecosystem_post_inner_content{ 
		max-width: 420px;
	}
	
	.contact_left_bottom { 
		max-width: 380px; 
	}
	.contact_right_bottom{
		max-width: 380px; 
	}
	.kd_toggle_box_single{
		max-width: 320px;
	}
	.page_two_column_right, .page_two_column_left{
		max-width: 335px;
	}
	.whyjoin_two_column_left, .whyjoin_two_column_right{
		max-width: 380px;
	}
	.alumni_listing_single { 
		margin-bottom: 40px;
		margin-right: 10px;
		max-width: 245px;  
	}
	.alumni_wrapper_content .page_two_column_left .alumni_image{
		max-width: 300px;
	}
	.alumni_wrapper_content .page_two_column_left {
		max-width: 300px!important;
	}
	.alumni_content {
		max-width: 450px !important;
	}
	.home_block {
		max-width: 192px;
	}
	.home_block_image img{
		width: 90%;		
	}
	.home_block_description {
		text-align: justify;
		width: 180px;
	}
	.about_content_right { 
		margin-left: 10px;
		max-width: 290px; 
	}
	
	.home_block_link { 
		right: 10px; 
	}
	.about_gray { 
		background-position: 350px top !important; 
	}
	.about_post_single { 
		background-position: -200px top; 
	}
	.home_banner{
		display: none;
	}
	.home_block_links:hover .click_to_grow_home_block,
	.home_slider_anchor:hover .click_to_grow_anchor1,
	.home_slider_anchor:hover .click_to_grow_anchor2,
	.home_slider_anchor:hover .click_to_grow_anchor3{
		display: none!important;
	}	
	.footer_left { 
		max-width: 270px; 
	}	
	.footer_center { 
		margin-left: 50px; 
		max-width: 160px; 
	}
	.footer_right {  
    max-width: 210px; 
	}
	
 }
 
 /**  Media query for iPad in landscape  */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {  

	.whyjoin_two_column_left, .whyjoin_two_column_right{
		max-width: 450px;
	}
	
	.home_block_links:hover .click_to_grow_home_block,
	.home_slider_anchor:hover .click_to_grow_anchor1,
	.home_slider_anchor:hover .click_to_grow_anchor2,
	.home_slider_anchor:hover .click_to_grow_anchor3{
		display: none!important;
	}
}