/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 

	 body {
	 	min-width: 0px;
	 }
	 
  	.main_content {
		position: relative;
		padding-top: 50px;
	}
	
	#outer {}
	
	#logo {
		visibility: visible;
		display: block;
	}
	
	.logo {
	    max-width: 40px;
	    margin-top: 5px;
	}
	
	.logo_small {
		display: none !important;
		visibility: hidden !important;
	}
	
	.top_menu {
		/*float: right;
		margin: 30px 20px 10px 20px;*/
	}
	
	.masthead {
		min-width: 340px;
		/*max-width: 360px;*/
		background-color: #FFFFFF;
		border-bottom: 1px solid black;
		width: 100%;
		display: block;
		overflow: hidden;
		position: fixed;
		z-index: 1000;
		min-height: 50px;
		height: 50px;
		margin: 0px;
	}
  	
  	.masthead_small {
  		min-width: 340px;
  	}
  	
  	.side_menu_container {
  		display: none;
  	}
  	/* Header ----------------------------------------------------------------------- */
  	.header_logo_container {
  		margin: 0px 0px 0px 10px;
  	}
  	
	.header_text {
		background-color: black;
		color: rgba(255, 255, 255, 0.6);
		font-size: 12px;
		height: auto; /*35px;*/
		padding: 5px;
		padding-left: 10px;
		text-align: right;
	}
	
	.header_middle_text_small {
		/*display: none;*/
		color: #fff;
		padding-left: 15px;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
	.header_right_text {
		float: inherit;		
	}
	
	.header_right_text:before {
		content: url("/images/phone_white_12.png");
		margin-right: 5px;
		filter: alpha(opacity = 60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}
	
	.header_right_content_left_side {
		display: none;
	}
	
	.header_button {
		padding-left: 7px !important;
		padding-right: 7px !important;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	
	.header_mobile_menu {
    	margin-right: 0px;
    	margin-left: 10px;
	}
	
	.header_beta_img {
		display: none;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.footer {
		margin-bottom: 40px;
		/*text-align: center;*/
		position: relative;
	}
	
	.footer_emaillist {
		display: block;
		width: 90%;
		margin: 10px 0px;
		position: absolute;
		top: 190px;
		left: 20px;
	}
	
	.footer_emaillist_input {
		width: 200px;
	}
	
	.footer_logo {
		position: absolute;
		right: 0;
    	left: 0;
    	top: 250px;
    	text-align: center;
    	width: 100%;		
	}
	
	.footer_email_text:before {
		content: url("/images/email_16.png");
		margin-right: 10px;
		filter: alpha(opacity = 60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}
	
	.footer_text {
		margin-left: 0px;
		width: 100%;		
		position: absolute;
		top: 20px;
		text-align: center;
	}
	
	.footer_email_text {
		font-size: 12px !important;
	}
	
	.footer_right_links {
	    padding-left: 0px;
	}
	
	.footer_copy {
		margin-top: 345px;
	}
	
	.footer_social_links {
		flex-flow: row !important;
	}
	
	.footer_social_links img {
		max-width: 32px;
		margin: 0px 5px;
	}
	
	.footer_social_youtube_img {
		max-height: 31px;
		max-width: 100% !important;
	}
	
	.footer_outershell {
    	flex-flow: column !important;
    	align-items: flex-start;
    	padding-left: 40px;
    }
    
    .footer_text {
    	text-align: inherit !important;
    }
    
    .footer_emaillist, .footer_text {
    	position: inherit !important;
    }
    
    .footer_android_content {
    	padding-left: 0px !important;
    	padding-top: 20px;
    	text-align: left;
    }
    
    .footer_copy {
    	top: 340px;
    	left: 100px;
    	right: inherit !important;
    	margin-top: 0px !important;
    }
    
    .footer_pareto_app_container {
    	text-align: left !important;
    }
    
    .footer_pareto_app_content {
    	justify-content: flex-start !important;
    	align-items: flex-start !important;
    }
    
    .footer_second, .footer_third {
    	width: 90vw;
    }
    
    .footer_third {
    	padding-top: 40px;
    }
    
    .newsletter_form_response {
    	padding-top: 10px;
    }
	/* ------------------------------------------------------------------------------ */
	
	/* Navigation Menu -------------------------------------------------------------- */
	
	#topnav { display: none; }
	#top_menu { margin: 0px 0px 0px 0px; }
	.nav_div { float: right; margin-top: 10px; margin-right: 5px; }
	.nav_div_small { width: 60px; float: right; margin-top: 8px !important; margin-right: 5px; }
	.nav_primary {  }
	/*.select-menu { display: none; }*/
	.header_mobile_menu_link {
		display: block;
	}

	/* ------------------------------------------------------------------------------ */
	
	.custom_video {
		/*display: none;*/
	}
	
	.video_frame {
		display: none;
	}
	
	.video_frame_mobile {
		display: block;	
		height: 120px;
		width: 250px;
		text-align: center;
		margin: 0px auto;
    	padding-top: 10px;
	}
	
	.custom_mobile_video_frame {
		display: block;	
		height: 138px; /* 150px */
    	width: 250px; /* 280 px */
		text-align: center;
		margin: 0px auto;
	}
	
	.form_input {
		width: 95%;
		height: 40px !important;
		font-size: 18px !important;
		padding: 0px 0px 0px 10px;
		margin-bottom: 5px;
	}
	
	.section_text {
		margin-left: 10px;
		font-size: 21px;
		font-weight: 400;
	}
	
	.no_center {
		text-align: inherit !important;
	}
	
	.mobile_br {
		display: block;	
	}
	
	.section {
		width: 90%;
	}
	
	.section_flex {
    	display: flex;
    	flex-flow: column-reverse;
    	align-items: unset;
	}
	
	.flex_container {
		flex-flow: column;
	}
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
 
	body {
  		min-width: 0px;
  	}
  	
	.main_content {
		position: relative;
		padding-top: 50px;
	}
	
	#outer {}
	
	.top_menu {
		/*float: right;
		margin: 30px 20px 10px 20px;*/
	}
	
	.logo {
	    max-width: 175px;
	}
	
	.masthead {
		min-width: 0px;
		background-color: #FFFFFF;
		border-bottom: 1px solid black;
		width: 100%;
		display: block;
		overflow: hidden;
		position: fixed;
		z-index: 1000;
		min-height: 50px;
		height: 50px;
		margin: 0px;
	}
  	
  	.masthead_small {
  		min-width: 340px;
  	}
  	
  	.side_menu_container {
  		display: none;
  	}
  	
  	/* Header ----------------------------------------------------------------------- */
	.header_logo_container {
  		margin: 0px 0px 0px 10px;
  	}
  	
	.header_text {
		background-color: black;
		color: rgba(255, 255, 255, 0.6);
		font-size: 12px;
		height: auto; /*35px;*/
		padding: 5px;
		padding-left: 10px;
		text-align: right;
	}
	
	.header_right_text {
		float: inherit;
	}
	
	.header_middle_text_small {
		/*display: none;*/
	}
	
	.header_right_text:before {
		content: url("/images/phone_white_12.png");
		margin-right: 5px;
		filter: alpha(opacity = 60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}
	
	.header_right_content_left_side {
		padding-top: 0px;
	}
	
	.free_trial_button { 
		margin-top: 0px;
	}
	
	.header_beta_img {
		display: none;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.footer {
		margin-bottom: 40px;
		/*text-align: center;*/
		position: relative;
	}
	
	.footer_emaillist {
		display: block;
		width: 90%;
		margin: 10px 0px;
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.footer_emaillist_input {
		width: 200px;
	}
	
	.footer_logo {
	    position: absolute;
    	right: 0;
    	left: 0;
    	top: 250px;
    	text-align: center;
    	width: 100%;
    /*
		text-align: right;
		display: inline-block;
		float: none;
		margin-right: 0px;
		width: 50%;
		position: absolute;
		top: 20px;
		left: 280px;*/		
	}
	
	.footer_email_text:before {
		content: url("/images/email_16.png");
		margin-right: 10px;
		filter: alpha(opacity = 60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}
	
	.footer_text {
		margin-left: 0px;
		width: 50%;		
		position: absolute;
		top: 20px; 
		left: 20px;
	}
	
	.footer_right_links {
	    padding-left: 0px;
	}
	
	.footer_copy {
	    /*bottom: -520px;*/
	    position: absolute;
	    text-align: center;
	    width: 100%;
	    left: 0;
	}
	
	.footer_social_links {
		flex-flow: row !important;
	}
	
	.footer_social_links img {
		max-width: 32px;
		margin: 0px 5px;
	}
	
	.footer_social_youtube_img {
		max-height: 31px;
		max-width: 100% !important;
	}
	
	.footer_outershell {
    	flex-flow: column !important;
    	align-items: flex-start;
    	padding-left: 40px;
    }
    
    .footer_text {
    	text-align: inherit !important;
    }
    
    .footer_emaillist, .footer_text {
    	position: inherit !important;
    }
    
    .footer_android_content {
    	padding-left: 0px;
    	padding-top: 20px;
    }
    
    .footer_copy {
    	top: 340px;
    	left: 100px;
    	right: inherit !important;
    	margin-top: 0px !important;
    }
    
    .footer_second, .footer_third {
    	width: 90vw;
    }
    
    .footer_third {
    	padding-top: 40px;
    }
    
    .newsletter_form_response {
    	padding-top: 10px;
    }
	/* ------------------------------------------------------------------------------ */
	
	/* Navigation Menu -------------------------------------------------------------- */
	
	#topnav { display: none; }
	#top_menu { margin: 0px -10px 0px 0px; }
	.nav_div { float: right; margin-top: 10px; margin-right: 5px; }
	.nav_div_small { width: 60px; float: right; margin-top: 15px !important; margin-right: 5px; }
	.nav_primary {  }
	/*.select-menu { display: block; }*/
	.header_mobile_menu_link {
		display: block;
		padding-left: 10px;
	}
	/* ------------------------------------------------------------------------------ */

	.custom_video {
		display: none;
	}
	
	.video_frame {
		display: none;
	}
	
	.video_frame_mobile {
		display: block;	
	    height: 250px; /*120px;*/
    	width: 450px; /*250px;*/
    	margin: 0px auto;
    	padding-top: 10px;
	}
	
	.custom_mobile_video_frame {
		display: block;	
	    height: 250px; /*120px;*/
    	width: 450px; /*250px;*/
    	margin: 0px auto;
    	padding-top: 10px;
	}
	
	.form_input {
		width: 95%;
		height: 40px !important;
		font-size: 18px !important;
		padding: 0px 0px 0px 10px;
		margin-bottom: 5px;
	}
	
	.section_text {
		margin-left: 10px;
		font-size: 21px;
		font-weight: 400;
	}
	
	.no_center {
		text-align: inherit;
	}
	
	.concierge_pfo_button_container {
		display: block;
		margin-bottom: 10px;
	}
	
	.mobile_br {
		display: block;	
	}
	
	.section {
		width: 90%;
	}
	
	.section_flex {
    	display: flex;
    	flex-flow: column-reverse;
    	align-items: unset;
	}
	
	.flex_container {
		flex-flow: column;
	}
}

/* -- Tablets (Android) ------------------------- */

/*Portrait*/
@media (min-width: 768px) and (max-width: 1024px) {	
	#topnav {
		margin-right: 0px;
	}
	
	.header_middle_text_small {
		color: #fff;
		padding-left: 30px;
	}
	
	.footer_outershell {
    	flex-flow: column !important;
    	align-items: center;
    }
    
    .footer_text {
    	text-align: inherit !important;
    }
    
    .footer_emaillist, .footer_text {
    	position: inherit !important;
    }
    
    .footer_android_content {
    	padding-left: 0px;
    	padding-top: 20px;
    }
    
    .footer_copy {
    	top: 340px;
    	left: 300px;
    	right: inherit !important;
    	margin-top: 0px !important;
    }
    
    .footer_logo {
    	position: absolute;
    	right: 0;
    	left: 0;
    	top: 250px;
    	text-align: center;
    	width: 100%;
    }
    
    .footer_second, .footer_third {
    	width: 90vw;
    }
    
    .footer_third {
    	padding-top: 40px;
    }
    
    .newsletter_form_response {
    	padding-top: 10px;
    }  
}

/*Landscape*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
}