
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 320px)
  and (max-device-width: 2568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (device-aspect-ratio: 40/71)
  and (orientation: portrait) {

	body {
		min-width: 0px;
	}
	
	.main_content {
		position: relative;
		padding-top: 75px;
	}
	
	#outer {}
	
	#logo {
		margin: 0px 0px 0px 30px; /*10px 20px 10px 60px;*/
		vertical-align: middle;
		position: absolute;
		top: 60px;
		left: 0;
	}
	
	#logo img {
		max-width: 200px;
		margin-top: -50px;
	}
	
	#top_menu {
		/*float: right;
		margin: 30px 20px 10px 20px;*/
		margin-top: 40px !important;
	}
	
	#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: 120px;
		height: 120px;
		margin: 0px;
	}
  	
  	/* Header ----------------------------------------------------------------------- */
	.header_text {
		background-color: black;
		color: rgba(255, 255, 255, 0.6);
		font-size: 12px;
		height: auto; /*35px;*/
		padding: 5px;
		padding-left: 10px;
	}
	
	.header_right_text {
		/*float: right;
		margin-right: 10px;
		margin-top: 5px;*/
		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;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.footer {
		margin-bottom: 40px;
		text-align: center;
	}
	
	.footer_logo {
		text-align: right;
		display: inline-block;
		float: none;
		margin-right: 0px;
		
	}
	
	.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;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Navigation Menu -------------------------------------------------------------- */
	
	#topnav { display: none; }
	#top_menu { margin: 0px -10px 0px 0px; }
	.nav_div { width: 150px; float: right; margin-top: 10px; margin-right: 95px; }
	.nav_primary {  }
	.select-menu { display: block; }

	/* ------------------------------------------------------------------------------ */
	
	/* Home Page (Index) ------------------------------------------------------------ */
	.home_banner {
		position: absolute;
		top: 15%;
		left: 0; right : 0; margin-left : auto; margin-right : auto;
		background-color: rgba(0, 0, 0, 0.40);
		height: 235px;
		/*width: 350px;*/
		width: 100%;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.home_banner_text {
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
		padding: 0px 10px 20px 10px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}
	
	.home_banner .home_banner_text h1 {
		border-bottom: 1px solid #FFFFFF;
		margin-bottom: 0px;
		font-weight: 400;
	}
	
	.home_banner .home_banner_text h3 {
		margin-top: 5px;
		font-size: 20px;
		font-weight: 400;
	}
	
	.home_big_button {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		margin: 0px 5px 0px 5px;
	}
	
	.home_banner_image {
		text-align: center;
		background-image:
			url('/images/paretosystems_banner_1600.jpg');
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 420px;
		width: 100%;
	}
	
	.home_banner_buttons {
		padding-top: 0px;
		margin-left: -15px;
	}
	
	.home_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: -102px;
	}
		
	.home_tile {
		width: 25%;
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
	}
	
	.home_tile_inner {
		width: 95%;
		padding: 40px 0px 10px 0px;
		height: 125px;
	}

	.home_tile_inner_text h2 {
		font-size: 10px;
	}
	
	.home_advisors_button, .home_corporate_button {
		
	}
	
	.home_duncan_content {
		display: inline-block;
		margin-left: 40px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Advisors Page ---------------------------------------------------------------- */	
	.advisors_banner {
		position: absolute;
		top: 2%;
		left: 0; 
		right : 0; 
		margin-left : auto; 
		margin-right : auto;
		background-color: rgba(0, 0, 0, 0.40);
		height: 380px;
		width: 100%;
	}
	
	.advisors_banner_text {
		font-size: 20px;
		text-align: left;
		padding: 20px;
	}
	
	.advisors_banner_text_container {
		font-size: 14px;
		margin: 5px 0px;
	}
	
	.advisors_banner_image {
		text-align: center;
		background-image:
			url('/images/paretosystems_advisors_banner_1600.jpg');
		background-size: cover;
		background-position: 20%; /*center;*/
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 500px;
		width: 100%;
	}
	
	.advisors_form_text input {
		opacity: 0.6;
	}
	
	.advisors_form_button_container {
		display: inline-block;
		min-width: 340px;
		max-width: 340px;
		margin-top: 0px;
		margin-bottom: 25px;
		width: 340px;
	}
	
	.advisors_form_response {
		margin-top: -35px;
		color: #FFFFFF;	
	}
	
	.advisors_email_response {
		display: none;
		text-align: center;
		font-size: 14px;
	}
	
	.advisors_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: -102px;
	}
		
	.advisors_tile {
		width: 25%;
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
	}
	
	.advisors_tile_inner {
		width: 95%;
		padding: 40px 0px 10px 0px;
		height: 125px;
	}

	.advisors_tile_inner_text h2 {
		font-size: 12px;
	}
	
	.advisors_map_text {
		color: #000;
		width: 100%;
		margin: 30px auto 0px auto;
		font-size: 14px;		
	}
	
	.advisors_map_image {
		text-align: center;
		height: 395px;	
	}

	.advisors_map_image img {
		width: 100%;
	}
	
	.advisors_map_overlap_position {
		position: absolute;
		top: -45px;
		left: 0;
		right: 0;
		height: 310px;
		width: 100%;
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	
	.advisors_section {
		margin: 20px auto 20px auto;
		width: 80%;
	}
	
	.advisors_section_nobottommargin {
		width: 80%;
	}
	
	.advisors_section_wide {
		width: 90%;
		margin-top: 0px;
	}
	
	.advisors_section_blue {
		margin: 0px auto 0px auto;
		width: 80%;
		padding-top: 20px;
		background-color: rgb(37, 109, 189); /*#5fc7e6;*/
	}
	
	.advisors_newprogram_container {
		width: 90%;
		padding: 10px;
		margin-bottom: 20px;
	}
	
	.advisors_blue_tiles_main {
		background-color: rgb(37, 109, 189); /*#5fc7e6;*/
		margin: 0px auto 20px auto;
		height: 1920px;
	}
	
	.advisors_blue_tiles {
		width: 60%;		
		display: inline-block;
		vertical-align: top;
		padding: 20px;
	}
	
	.advisors_programs_available {
		margin-left: -25px;
	}
	
	.advisors_programs_available .saleable_tile {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.advisors_pareto_academy_screenshot img {
		width: 300px;
	}
	
	.advisors_section_lesswide {
		width: 90%;
		
	}
	
	.advisors_upcoming_webinars_container {
		width: 307px;
	}
	
	a.button.webinar {
		padding-left: 0px;
	}
	
	a.button.webinar_tba {
		padding-left: 0px;
	}
	.advisors_white_hr {
		width: 327px;
	}
	
	.advisors_archived_webinars_button {
		font-size: 16px !important;
		padding: 8px 26px !important;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Corporate Page --------------------------------------------------------------- */
	.corporate_banner {
		position: absolute;
		top: 15%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		background-color: rgba(0, 0, 0, 0.40);
		height: 220px;
		width: 100%;
	}
	
	.corporate_banner_text {
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
		padding: 0px 10px 20px 10px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}
	
	.corporate_banner .corporate_banner_text h1 {
		border-bottom: 1px solid #FFFFFF;
		margin-bottom: 0px;
		font-size: 36px;
		font-weight: 400;
	}
	
	.corporate_banner .corporate_banner_text h3 {
		margin-top: 5px;
		font-size: 20px;
		font-weight: 400;
	}
	
	.corporate_banner_image {
		text-align: center;
		background-image:
			url('/images/paretosystems_banner_1600.jpg');
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 400px;
		width: 104%;
	}
	
	.corporate_banner_buttons {
		margin-top: 40px;
	}

	.corporate_big_button {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		margin: 0px 5px 0px 5px;
	}
		
	.corporate_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: -102px;
	}
	
	.corporate_tile {
		width: 25%;
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
	}
	
	.corporate_tile_inner {
		width: 95%;
		padding: 40px 0px 10px 0px;
		height: 125px;
	}
	
	.corporate_tile_inner_text h2 {
		font-size: 12px;
	}	
	
	.corporate_map_text {
		color: #000;
		width: 100%;
		margin: 30px auto 0px auto;
		font-size: 14px;		
	}
	
	.corporate_map_image {
		text-align: center;
		height: 420px;	
	}

	.corporate_map_image img {
		width: 100%;
	}
	
	.corporate_map_overlap_position {
		position: absolute;
		top: -45px;
		left: 0;
		right: 0;
		height: 310px;
		width: 100%;
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	
	.corporate_section {
		margin: 20px auto 20px auto;
		width: 80%;
	}
	
	.corporate_section_nomargin {
		margin: 0px auto 0px auto;
		padding: 40px 0px 20px 0px;
		width: 80%;
	}
	
	.corporate_available_programs {
		margin-left: -25px;		
	}
	
	.corporate_middle_banner_image img {
		width: 100%;
	}
	
	.corporate_pareto_academy_screenshot img {
		width: 300px;
	}
	
	.corporate_cc_tile {
		margin-left: auto;
		margin-right: auto;
	}
	/* ------------------------------------------------------------------------------ */	
	
	/* Partners Page ---------------------------------------------------------------- */
	.partners_banner {
		position: absolute;
		top: 40px;
		left: 0; 
		right : 0; 
		margin-left : auto; 
		margin-right : auto;
		background-color: rgba(0, 0, 0, 0.40);
		height: 220px;
		/*width: 350px;*/
		width: 95%;		
	}
	
	.partners_banner_text {
		font-size: 32px;
		color: #FFFFFF;
		text-align: center;
		padding: 10px 10px 20px 10px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}	
	
	.partners_banner_subtext {
		font-size: 16px;
		color: #FFFFFF;
		text-align: left;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}

	.partners_banner_image {
		text-align: center;
		background-image:
			url('/images/paretosystems_banner_1600.jpg');
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 300px;
		width: 100%;
	}
	
	.partners_section {
		margin: 40px auto 40px auto;
		width: 90%;
	}
	
	.partners_left_margin_small {
		margin-left: 20px;
	}
	
	.partners_left_margin_med {
		margin-left: 20px;
	}
	
	.partners_left_margin_large {
		margin-left: 20px;
	}	
	/* ------------------------------------------------------------------------------ */
	
	/* Store Page ------------------------------------------------------------------- */
	.store_banner {
		position: absolute;
		top: 50px;
		left: 0; 
		right : 0;
		background-color: rgba(0, 0, 0, 0.40);
		height: 120px;
		/*width: 350px;*/
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.store_banner_text {
		font-size: 30px;
		color: #FFFFFF;
		text-align: center;
		padding: 0px 10px 20px 10px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
		margin-top: 40px;
	}	
		
	.store_banner_image {
		text-align: center;
		background-image:
			url('/images/paretosystems_banner_1600.jpg');
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 200px;
		width: 100%;
	}
	
	.store_section {
		width: 90%;
	}
	
	.store_vendor_container {
		width: 320px;
	}
	
	.store_vendor_container_custom_height_505 {
		height: auto;
	}
	
	.store_vendor_container_custom_height_506 {
		height: auto;
	}
	
	.store_vendor_image {
		float: none;
		width: 100%;
	}
	
	.store_vendor_image img {
		max-width: 320px;
	}
		
	.store_vendor_form {
		display: block;
		width: 85%;
	}
	
	.store_form_element_container {
		width: 100%;
	}
	
	.store_form_element_container_large {
		width: 100%;
	}
	
	.store_vendor_form_response_container {
		margin-left: -40px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* About Page ------------------------------------------------------------------- */
	.about_page_section {
		margin: 20px auto 20px auto;
		width: 80%;
	}

	.about_pareto_section_image {
		width:  50px;
	}
	
	.about_pareto_section_text {
		height: 30px;
		margin-top: 80px;
		margin-left: -40px;
	}
	
	.about_duncan_section_image {
		width:  50px;
	}
	
	.about_duncan_section_text {
		height: 30px;
		margin-left: -20px;
	}
	
	.about_duncan_content {
		display: inline-block;
		width: 90%;
	}
	
	.about_duncan_book {
		display: inline-block;
		float: left;
		width: 100px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Contact Form ----------------------------------------------------------------- */
	.contact_page_section {
		margin: 20px auto 20px auto;
		width: 90%;
	}
	
	.contact_form_element_container {
		width: 45%;
		display: inline-block;
		padding: 10px 10px 0px 5px;
	}
	
	.contact_number_info {
		display: block;
		margin-bottom: 40px;
	}
	
	.contact_form_container {
		display: block;
		float: none;
	}
	
	.contact_form_element_container {
		width: 94%;
		/*display: inline-block;*/
		padding: 10px 10px 0px 5px;
	}

	.contact_inner_div {
		width: 100%;
		display: inline-block;
	}
	
	.contact_section_text {		
		font-size: 30px;
		font-weight: 400;
	}
	
	.contact_email_text {
		font-size: 14px !important;
	}
	
	.contact_email_indicator {
		width: 15%;		
	}
	
	.contact_email_response {
		width: 85%;
	}	
	
	.contact_phone_text {
		font-size: 14px;
	}
	
	.contact_location_info {
		margin-top: 40px;	
	}
	/* ------------------------------------------------------------------------------ */
	/* QUOTE ------------------------------------------------------------------------ */
	.post {
	  max-width: 270px;
	  position: relative;
	  margin: 70px auto; 
	  width: 270px;
	  text-align: center;
	}
	
	#quote_content {
	  font-size: 18px;
	  line-height: 1.3em;
	  margin-bottom: 10px;
	  margin-left: 20px;
	  width: 250px;
	}
	
	#quote_content p {
		padding-left: 10px;
	}
	
	#quote_content:before, #quote_content:after {
	    position: absolute;
	    top: 10px;
	    font-size: 350px;
	    color: #16B6DF;
	    font-family: Arial;
	    font-weight: bold;
	    line-height: 300px; 
	}
	
	#quote_content:before {
	    left: 0px;
	    /*top: -250px;*/
	    top: -5px;
	    /*content: url('/images/quote_open_100.png');*/ 
	    content: "";
	    background-image: url('/images/quote_open_100.png');
	    background-size: 32px 32px;
	    width: 32px; 
	    height: 32px;
	}
	
	#quote_content:after {
	    right: 40px;
	    /*top: -160px;*/
	    top: 20px;
	    /*content: url('/images/quote_close_100.png');*/ 
	    content: "";
	    background-image: url('/images/quote_close_100.png');
	    background-size: 32px 32px;
	    width: 32px; 
	    height: 32px;
	}
	 
	#quote_title_dash, #quote_title {
	  font-size: 20px;
	  text-transform: uppercase;
	  color: #16B6DF;
	  font-weight: bold; 
	}
	
	#quote_source {
	  float: right;
	  line-height: 20px;
	  font-size: 18px;
	  color: #B5B5B5;
	  font-weight: bold; 
	}
	
	#quote_source a {
	    color: #B5B5B5; 
	}
	
	#author_link {
	  color: #16B6DF;
	  display: inline-block;
	  margin-top: 8px;
	  margin-left: 12px; 
	}
	
	.home_duncan_headshot {
		margin-left: 0px;
	}
	
	

	/* ------------------------------------------------------------------------------ */

	/* BUTTONS ---------------------------------------------------------------------- */
	a.advisors.button {
		cursor: pointer;
		position: relative;
		overflow: visible;
		font-family: "museo-sans-rounded", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		color: white;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #FFFFFF;
		padding: 15px 20px;
	}
	a.advisors.button:active {
		top: 2px;
	}
	a.advisors.button:hover {
		background: #B2B2B2;
	}
	
	a.corporate.button {
		cursor: pointer;
		position: relative;
		overflow: visible;
		font-family: "museo-sans-rounded", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		color: white;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #FFFFFF;
		padding: 15px 20px;
	}
	a.corporate.button:active {
		top: 2px;
	}
	a.corporate.button:hover {
		background: #B2B2B2;
	}
	
	a.contact_us.button {
		cursor: pointer;
		position: relative;
		overflow: visible;
		font-family: "museo-sans-rounded", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		color: white;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #FFFFFF;
		padding: 15px 20px;
	}
	a.contact_us.button:active {
		top: 2px;
	}
	a.contact_us.button:hover {
		background: #B2B2B2;
	}
	/* ------------------------------------------------------------------------------ */

	.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;
	}
	
	.saleable_tile {
		border: 2px solid #ccc;
		display: inline-block;
		height: auto;
		max-width: 450px; /*340px;*/
		margin: 7.5px;
		vertical-align: top;
		position: relative;
		padding: 15px;
		margin: 10px;
	}

	.saleable_tile img {
		width: 300px;
	}	
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (device-aspect-ratio: 40/71)
  and (orientation: landscape) {
  
   body {
		min-width: 0px;
   }
   
   .main_content {
		position: relative;
		padding-top: 75px;
	}
	
	#outer {}
	
	#logo {
		margin: 0px 0px 0px 10px; 
		vertical-align: middle;
	}
	
	#logo img {
		max-width: 200px;
	}
	
	#top_menu {

	}
	
	#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: 75px;
		height: 75px;
		margin: 0px;
	}
  	
  	/* Header ----------------------------------------------------------------------- */
	.header_text {
		background-color: black;
		color: rgba(255, 255, 255, 0.6);
		font-size: 12px;
		height: auto; /*35px;*/
		padding: 5px;
		padding-left: 10px;
	}
	
	.header_right_text {
		/*float: right;
		margin-right: 10px;
		margin-top: 5px;*/
		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;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Footer ----------------------------------------------------------------------- */
	.footer {
		margin-bottom: 40px;
		text-align: center;
	}
	
	.footer_text {
		float: left;
		margin-left: 40px;
	}
		
	.footer_logo {
		text-align: right;
		display: inline-block;
		float: right;
		margin-right: 40px;
	}
	
	.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;
	}
	
	/* ------------------------------------------------------------------------------ */
	
	/* Navigation Menu -------------------------------------------------------------- */
	
	#topnav { display: none; }
	#top_menu { margin: 0px -10px 0px 0px; }
	.nav_div { width: 150px; float: right; margin-top: 10px; margin-right: 5px; }
	.nav_primary {  }
	.select-menu { display: block; }

	/* ------------------------------------------------------------------------------ */
	
	/* Home Page (Index) ------------------------------------------------------------ */
	.home_banner {
		position: absolute;
		top: 15%;
		left: 0; right : 0; margin-left : auto; margin-right : auto;
		background-color: rgba(0, 0, 0, 0.40);
		height: 220px;
		/*width: 350px;*/
		width: 100%;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.home_banner_text {
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
		padding: 0px 10px 20px 10px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}
	
	.home_banner .home_banner_text h1 {
		border-bottom: 1px solid #FFFFFF;
		margin-bottom: 0px;
		font-weight: 400;
	}
	
	.home_banner .home_banner_text h3 {
		margin-top: 5px;
		font-size: 20px;
		font-weight: 400;
	}
	
	.home_big_button {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		margin: 0px 5px 0px 5px;
	}
	
	.home_banner_image {
		text-align: center;
		background-image:
			url('/images/paretosystems_banner_1600.jpg');
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 400px;
		width: 104%;
	}
	
	.home_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: -102px;
	}
		
	.home_tile {
		width: 25%;
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
	}
	
	.home_tile_inner {
		width: 95%;
		padding: 40px 0px 10px 0px;
		height: 125px;
	}

	.home_tile_inner_text h2 {
		font-size: 12px;
	}
	
	.home_duncan_content {
		display: inline-block;
		margin-left: 40px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Advisors Page ---------------------------------------------------------------- */	
	.advisors_banner {
		position: absolute;
		top: 2%;
		left: 0; 
		right : 0; 
		margin-left : auto; 
		margin-right : auto;
		background-color: rgba(0, 0, 0, 0.40);
		height: 405px;
		width: 100%;
	}
	
	.advisors_banner_text {
		font-size: 20px;
		text-align: left;
		padding: 20px;
	}
	
	.advisors_banner_image {
		text-align: center;
		background-image:
			url('/images/paretosystems_advisors_banner_1600.jpg');
		background-size: cover;
		background-position: 20%; /*center;*/
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 525px;
		width: 100%;
	}
	
	.advisors_form_text input {
		opacity: 0.6;
	}
	
	.advisors_form_button_container {
		display: inline-block;
		min-width: 340px;
		max-width: 340px;
		margin-top: 0px;
		margin-bottom: 25px;
		width: 340px;
	}
	
	.advisors_form_response {
		margin-top: -50px;
		color: #FFFFFF;	
	}
	
	.advisors_email_response {
		display: none;
		text-align: center;
		font-size: 14px;
	}
	
	.advisors_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: -102px;
	}
		
	.advisors_tile {
		width: 25%;
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
	}
	
	.advisors_tile_inner {
		width: 95%;
		padding: 40px 0px 10px 0px;
		height: 125px;
	}

	.advisors_tile_inner_text h2 {
		font-size: 12px;
	}
	
	.advisors_map_text {
		color: #000;
		width: 100%;
		margin: 30px auto 0px auto;
		font-size: 14px;		
	}
	
	.advisors_map_image {
		text-align: center;
		height: 395px;	
	}

	.advisors_map_image img {
		width: 100%;
	}
	
	.advisors_map_overlap_position {
		position: absolute;
		top: -45px;
		left: 0;
		right: 0;
		height: 310px;
		width: 100%;
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	
	.advisors_section {
		margin: 20px auto 20px auto;
		width: 80%;
	}
	
	.advisors_section_blue {
		margin: 0px auto 0px auto;
		width: 80%;
		padding-top: 20px;
		background-color: rgb(37, 109, 189); /*#5fc7e6;*/
	}
	
	.advisors_newprogram_container {
		width: 90%;
		margin-bottom: 20px;
	}
	
	.advisors_blue_tiles_main {
		background-color: rgb(37, 109, 189); /*#5fc7e6;*/
		margin: 0px auto 20px auto;
		height: 1920px;
	}
	
	.advisors_blue_tiles {
		width: 60%;		
		display: inline-block;
		vertical-align: top;
		padding: 20px;
	}
	
	.advisors_programs_available {
		margin-left: -25px;
	}
	
	.advisors_pareto_academy_screenshot img {
		width: 300px;
	}
	
	.advisors_section_lesswide {
		width: 90%;
		
	}
	
	.advisors_upcoming_webinars_container {
		width: 560px;
	}
	
	a.button.webinar {
		padding-left: 0px;
	}
	
	a.button.webinar_tba {
		padding-left: 0px;
	}
	.advisors_white_hr {
		width: 581px;
	}
	
	.advisors_archived_webinars_button {
		/*font-size: 16px !important;
		padding: 8px 26px !important;*/
	}
	
	/* ------------------------------------------------------------------------------ */
	
	/* Corporate Page --------------------------------------------------------------- */
	.corporate_banner {
		position: absolute;
		top: 15%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		background-color: rgba(0, 0, 0, 0.40);
		height: 220px;
		width: 100%;
	}
	
	.corporate_banner_text {
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
		padding: 0px 10px 20px 10px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}
	
	.corporate_banner .corporate_banner_text h1 {
		border-bottom: 1px solid #FFFFFF;
		margin-bottom: 0px;
		font-size: 36px;
		font-weight: 400;
	}
	
	.corporate_banner .corporate_banner_text h3 {
		margin-top: 5px;
		font-size: 20px;
		font-weight: 400;
	}
	
	.corporate_banner_image {
		text-align: center;
		background-image:
			url('/images/paretosystems_banner_1600.jpg');
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 400px;
		width: 104%;
	}
	
	.corporate_banner_buttons {
		margin-top: 40px;
	}

	.corporate_big_button {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		margin: 0px 5px 0px 5px;
	}
		
	.corporate_tile_main {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 98%;
		margin-top: -102px;
	}
	
	.corporate_tile {
		width: 25%;
		display: inline-block;
		cursor: pointer;
		vertical-align: top;
	}
	
	.corporate_tile_inner {
		width: 95%;
		padding: 40px 0px 10px 0px;
		height: 125px;
	}
	
	.corporate_tile_inner_text h2 {
		font-size: 12px;
	}	
	
	.corporate_map_text {
		color: #000;
		width: 100%;
		margin: 30px auto 0px auto;
		font-size: 14px;		
	}
	
	.corporate_map_image {
		text-align: center;
		height: 420px;	
	}

	.corporate_map_image img {
		width: 100%;
	}
	
	.corporate_map_overlap_position {
		position: absolute;
		top: -45px;
		left: 0;
		right: 0;
		height: 310px;
		width: 100%;
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	
	.corporate_section {
		margin: 20px auto 20px auto;
		width: 80%;
	}
	
	.corporate_section_nomargin {
		margin: 0px auto 0px auto;
		padding: 40px 0px 20px 0px;
		width: 80%;
	}
	
	.corporate_available_programs {
		margin-left: -25px;		
	}
	
	.corporate_middle_banner_image img {
		width: 100%;
	}
	
	.corporate_pareto_academy_screenshot img {
		width: 300px;
	}
	
	.corporate_cc_tile {
		margin-left: auto;
		margin-right: auto;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Partners Page ---------------------------------------------------------------- */
	.partners_banner {
		position: absolute;
		top: 40px;
		left: 0; 
		right : 0; 
		margin-left : auto; 
		margin-right : auto;
		background-color: rgba(0, 0, 0, 0.40);
		height: 220px;
		/*width: 350px;*/
		width: 95%;		
	}
	
	.partners_banner_text {
		font-size: 32px;
		color: #FFFFFF;
		text-align: center;
		padding: 10px 10px 20px 10px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}	
	
	.partners_banner_subtext {
		font-size: 20px;
		color: #FFFFFF;
		text-align: left;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	}

	.partners_banner_image {
		text-align: center;
		background-image:
			url('/images/paretosystems_banner_1600.jpg');
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 300px;
		width: 100%;
	}
	
	.partners_section {
		margin: 40px auto 40px auto;
		width: 90%;
	}
	
	.partners_left_margin_small {
		margin-left: 20px;
	}
	
	.partners_left_margin_med {
		margin-left: 20px;
	}
	
	.partners_left_margin_large {
		margin-left: 20px;
	}	
	/* ------------------------------------------------------------------------------ */
	
	/* Store Page ------------------------------------------------------------------- */
	.store_banner {
		position: absolute;
		top: 50px;
		left: 0; 
		right : 0;
		background-color: rgba(0, 0, 0, 0.40);
		height: 120px;
		/*width: 350px;*/
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.store_banner_text {
		font-size: 30px;
		color: #FFFFFF;
		text-align: center;
		padding: 0px 10px 20px 10px;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
		margin-top: 40px;
	}	
		
	.store_banner_image {
		text-align: center;
		background-image:
			url('/images/paretosystems_banner_1600.jpg');
		background-size: cover;
		background-position: center;
		background-origin: padding-box;
		background-repeat: no-repeat;
		height: 200px;
		width: 100%;
	}
	
	.store_section {
		width: 90%;
	}
	
	.store_vendor_container {
		width: 320px;
	}
	
	.store_vendor_container_custom_height_505 {
		height: auto;
	}
	
	.store_vendor_container_custom_height_506 {
		height: auto;
	}
	
	.store_vendor_image {
		float: none;
		width: 100%;
	}
	
	.store_vendor_image img {
		max-width: 320px;
	}
		
	.store_vendor_form {
		display: block;
		width: 85%;
	}
	
	.store_form_element_container {
		width: 100%;
	}
	
	.store_form_element_container_large {
		width: 100%;
	}
	
	.store_vendor_form_response_container {
		margin-left: -40px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* About Page ------------------------------------------------------------------- */
	.about_page_section {
		margin: 20px auto 20px auto;
		width: 80%;
	}

	.about_pareto_section_image {
		width:  50px;
	}
	
	.about_pareto_section_text {
		height: 30px;
		margin-top: 80px;
		margin-left: -40px;
	}
	
	.about_duncan_section_image {
		width:  50px;
	}
	
	.about_duncan_section_text {
		height: 30px;
		margin-left: 0px;
	}
	
	.about_duncan_content {
		display: inline-block;
		width: 90%;
	}
	
	.about_duncan_book {
		display: inline-block;
		float: left;
		width: 300px;
	}
	/* ------------------------------------------------------------------------------ */
	
	/* Contact Form ----------------------------------------------------------------- */
	.contact_page_section {
		margin: 20px auto 20px auto;
		width: 90%;
	}
	
	.contact_form_element_container {
		width: 45%;
		display: inline-block;
		padding: 10px 10px 0px 5px;
	}
	
	.contact_number_info {
		display: block;
		margin-bottom: 40px;
	}
	
	.contact_form_container {
		display: block;
		float: none;
	}
	
	.contact_form_element_container {
		width: 94%;
		/*display: inline-block;*/
		padding: 10px 10px 0px 5px;
	}

	.contact_inner_div {
		width: 100%;
		display: inline-block;
	}
	
	.contact_section_text {		
		font-size: 30px;
		font-weight: 400;
	}
	
	.contact_email_text {
		font-size: 14px !important;
	}
	
	.contact_email_indicator {
		width: 15%;		
	}
	
	.contact_email_response {
		width: 85%;
	}
	
	.contact_phone_text {
		font-size: 14px;
	}
	
	.contact_location_info {
		margin-top: 40px;	
	}
	/* ------------------------------------------------------------------------------ */
	/* QUOTE ------------------------------------------------------------------------ */
	.post {
	  max-width: 350px;
	  position: relative;
	  margin: 70px auto; 
	  width: 350px;
	}
	
	#quote_content {
	  font-size: 18px;
	  line-height: 1.3em;
	  margin-bottom: 10px;
	  margin-left: 20px;
	  width: 350px;
	}
	
	#quote_content:before, #quote_content:after {
	    position: absolute;
	    top: 10px;
	    font-size: 350px;
	    color: #16B6DF;
	    font-family: Arial;
	    font-weight: bold;
	    line-height: 300px; 
	}
	
	#quote_content:before {
	    left: 0px;
	    top: -250px;
	    content: url('/images/quote_open_100.png'); 
	}
	
	#quote_content:after {
	    right: 0px;
	    top: -170px;
	    content: url('/images/quote_close_100.png'); 
	}
	 
	#quote_title_dash, #quote_title {
	  font-size: 20px;
	  text-transform: uppercase;
	  color: #16B6DF;
	  font-weight: bold; 
	}
	
	#quote_source {
	  float: right;
	  line-height: 20px;
	  font-size: 18px;
	  color: #B5B5B5;
	  font-weight: bold; 
	}
	
	#quote_source a {
	    color: #B5B5B5; 
	}
	
	#author_link {
	  color: #16B6DF;
	  display: inline-block;
	  margin-top: 8px;
	  margin-left: 12px; 
	}

	/* ------------------------------------------------------------------------------ */

	/* BUTTONS ---------------------------------------------------------------------- */
	a.advisors.button {
		cursor: pointer;
		position: relative;
		overflow: visible;
		font-family: "museo-sans-rounded", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		color: white;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #FFFFFF;
		padding: 15px 20px;
	}
	a.advisors.button:active {
		top: 2px;
	}
	a.advisors.button:hover {
		background: #B2B2B2;
	}
	
	a.corporate.button {
		cursor: pointer;
		position: relative;
		overflow: visible;
		font-family: "museo-sans-rounded", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		color: white;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #FFFFFF;
		padding: 15px 20px;
	}
	a.corporate.button:active {
		top: 2px;
	}
	a.corporate.button:hover {
		background: #B2B2B2;
	}
	
	a.contact_us.button {
		cursor: pointer;
		position: relative;
		overflow: visible;
		font-family: "museo-sans-rounded", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		color: white;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
		text-decoration: none;
		border: 2px solid #FFFFFF;
		padding: 15px 20px;
	}
	a.contact_us.button:active {
		top: 2px;
	}
	a.contact_us.button:hover {
		background: #B2B2B2;
	}
	/* ------------------------------------------------------------------------------ */

	.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;
	}
	
	.saleable_tile {
		border: 2px solid #ccc;
		display: inline-block;
		height: auto;
		max-width: 450px; /*340px;*/
		margin: 7.5px;
		vertical-align: top;
		position: relative;
		padding: 15px;
		margin: 10px;
	}

	.saleable_tile img {
		width: 300px;
	}
}

/* ----------- iPhone 6 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}
