
/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}

/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%; }
body { font: normal 62.5% "ff-good-headline-web-pro-con", Helvetica, Arial, sans-serif; font-weight: 400; color: #111; min-height: 100%; background: #222; }

h1, h2, h3, h4, h5, h6 { font-size:1.4em; color: #111; font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; font-weight: 300;}
p { font-size:2em; line-height:1.6em; margin:24px 0; }

.gotham { font-family: 'proxima-nova', Helvetica, Arial, sans-serif; font-weight: 600 !important;}

.left { float:left; display:inline;}
.right { float: right; display: inline;}

img { width: 100%; max-width: 100%; height: auto; display: block; }

.relative { position: relative;}
.push { clear: both;}

a { text-decoration: none; font-weight: 300; }
a:link { color: #111;}
a:visited { color: #111;}
a:hover { color: #111; text-decoration: underline;}
a:active { color: #111;}

.nav-menu a:link { color: #111;}
.nav-menu a:visited { color: #111;}
.nav-menu a:hover { color: #f9d660; text-decoration: underline;}
.nav-menu a:active { color: #111;}

.button_row { width: 100%; overflow: hidden;}
a.button { display: block; float:left; padding: 16px 30px; color: #111; font-size: 1.4em; letter-spacing: 4px; font-family: "proxima-nova", Helvetica, Arial, sans-serif; font-weight: 700; text-transform: uppercase; background: transparent; border: 4px solid #111; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
a.button:hover { background: #111; color: #fff; text-decoration: none; }

a.button.white { border: 4px solid #fff; color: #fff; }
a.button.white:hover { background: #fff; color: #111; text-decoration: none; }

li.tmpl-login { display: none !important;}


/* Main Selectors
--------------------------------------------------------------------------------------- */

.content_wrap { background: #fff;}
.content { width:100%; max-width: 100%; padding-bottom: 0;  margin: 0 auto; position: relative;}
.footer_wrap { padding: 60px 0;}
.footer { width: 90%; max-width: 1440px; margin: 0 auto; padding: 0; text-align: center;}

body.home .content { padding-bottom: 0;  }

/* Header
--------------------------------------------------------------------------------------- */


.head-wrap { width: 100%; height: 100vh; }
.head-left { width: 50%; float:left; display:inline; height: 100vh; background: #f9d660;}
.head-right { width: 50%; float:right; display:inline; height: 100vh; padding: 80px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

.head-content { padding: 0 80px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; margin-top: 12vh;}
.head-content h1 { width: 100%; max-width: 400px; }
.head-content h1 img { width: 100%; max-width: 100%; height: auto; }
.head-content p { margin: 0 0 1vh 0; line-height: 1.4em; color: #fff;}

.head-right .button-row { margin: 3vh 0 0 0; }
.head-right p { float: left; display: inline; margin: 15px 0 0 30px; text-transform: uppercase; font-size: 1.4em; letter-spacing: 4px; font-family: "proxima-nova", Helvetica, Arial, sans-serif; font-weight: 700;} 
.head-right p a { font-weight: 700; }

h3.annual { float: left; display: inline; background: #111; padding: 6px 12px; text-transform: uppercase; color: #fff; letter-spacing: 3px; margin-bottom: 7vh;}
h3.date { font-weight: 100; font-size: 3em; margin-top: 20vh; text-transform: uppercase;}
.head-right h2 { font-size: 4vw; color: #111; text-transform: uppercase;  line-height: .9em; margin: 5vh 0; }

/* Homepage
--------------------------------------------------------------------------------------- */

.bg-image {
	position:relative;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	background-color: #111;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

.small-titles { font-family: 'proxima-nova', Helvetica, Arial, sans-serif; font-size: 1.4em; text-transform: uppercase; font-weight: 700; letter-spacing: 4px;}


.page-hero-wrap { background: #252525; position: relative;}
.section { width: 90%; max-width: 1440px; margin: 0 auto; padding: 120px 0; }
.page-hero-wrap .section { padding: 160px 0 300px 0; z-index: 1; color: #ffffff; max-width: 800px;}
.section.hp-testimonies { max-width: 760px;}

.page-hero-wrap h4 { position: absolute; bottom: 7vh; right: 0; width: 50%; padding-left: 100px; text-transform: uppercase; color: #f9d660; letter-spacing: 2px; font-size: 1.6em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

h2.titles { font-size: 16vw; color: #111; text-align: center; margin-bottom: 80px; text-transform: uppercase;}
h2.titles.white { color: #fff;}

.page-hero-wrap h2 { color: #fff; text-align: center; font-size: 8em; line-height: 1em;}
.page-hero-wrap p { margin: 12px 0 0 0; text-align: left; font-size: 3em; line-height: 1.4em;}

.about-left { float: left; display: inline; width: 25%;}
.about-right { float: right; display: inline; width: 65%;}

.section.hp-about { z-index: 2; max-width: 100%; width: 100%;}
.hp-about .left { margin-top: 0; width: 50%; margin-top: -250px; height: 560px;}
.hp-about .right { width: 50%; color: #111; padding-left: 100px; padding-right: 100px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.hp-about .right ul { margin: 5vh 0;}
.hp-about .right ul li { font-size: 3em; clear: both; line-height: 1em; margin-bottom: 40px;}
.hp-about .right ul li:last-child { margin-bottom: 0;}
.hp-about .right ul li span.price { float: left; display: block; width: 100px; text-align: right; margin-right: 20px; font-size: 2em; color: #edcb57;}
.hp-about .right ul li span.price_content { float: left; }

.hp-section-3 { padding: 0; width: 100%; margin: 0 auto; }
.hp-section-3 .left { width: 35%; padding: 0 100px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.hp-section-3 .right { width: 65%;}
.left-3 { float:left; display:inline; width: 55%; padding: 0 8% 0 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.right-3 { float:right; display:inline; height: 560px; width: 45%; padding:0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

.hp-section-3 .left p { margin-top: 0;}

.points ul li { font-size: 4em; text-transform: uppercase; letter-spacing: 1px;}
.points ul li:before { content: "+"; margin-right: 10px; font-family: 'proxima-nova', Helvetica, Arial, sans-serif; font-weight: 600 !important; }
.points { margin-bottom: 100px;}

.hp-section-3 .wysiwyg p { margin-top: 0; }
.hp-section-3 .right-3.wysiwyg ul { margin: 0;}
.hp-section-3 .right-3.wysiwyg li { font-size: 3.2em; font-family: "alternate-gothic-no-2-d", Helvetica, Arial, sans-serif; font-weight: 300; color: #111; line-height: 1em;}
.hp-section-3 a.button { width: 100%; padding: 24px 0; font-size: 1.6em; text-align: center; margin-top: 30px;}

.hp-course {background: #f9d660;}
.hp-course h3 { font-size: 2.4em; color: #fff; margin-top: 10px; text-transform: uppercase;}

.wysiwyg h2, .sidebar_content h2 { font-size: 3em; color: #111; margin-bottom: 30px;}
.wysiwyg h3 { font-size: 3em; color: #111; margin: 40px 0;}
.wysiwyg ul { margin: 24px 0; }
.wysiwyg ul li { font-size:2em; margin-bottom: 20px; line-height: 1.2em; list-style: disc; margin-left: 48px; padding-left: 4px;}
.wysiwyg p:last-child { margin-bottom: 0;}
.wysiwyg p:first-child { margin-top: 0;}
.left-3.wysiwyg h2 { margin-bottom: 12px; line-height: 1.1em; text-transform: uppercase;}
.left-3 p { font-size: 1.8em; margin: 0 0 40px 0; line-height: 1.4em;}


.hp-course.black { background: #111;}
.hp-course.black h2 { color: #555;}
.sponsors .panel { float: left; display: inline; width: 23.5%; margin-right: 2%; }
.sponsors .panel.last { margin-right: 0;}

.images-three .panel { width: 25%; float: left; display: inline;}

.about-healing.section { max-width: 100%; width: 100%; }
.quote { width: 100%; max-width: 1000px; margin: 0 auto 16vh auto; }
.quote p { font-size: 4em; line-height: 1.2em; color: #edcb57;}

.about-healing .left { width: 60%; padding: 0 100px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.about-healing .right { width: 40%;}
.about-healing a.button { margin-top: 60px;}

.about-healing strong { text-transform: uppercase; letter-spacing: 1px;}

.images-two { margin-top: 10px;}
.images-two .panel { float: left; display: inline; width: 49%; margin-right: 2%; }
.images-two .panel.last { margin: 0;}

/* Form
--------------------------------------------------------------------------------------- */

.get-started .section { max-width: 800px; text-align: center; }
.get-started h2.titles { margin-bottom: 60px; color: #111;}

.gform_wrapper { width: 100%; max-width: 800px !important; margin: 60px auto 0 auto !important; padding: 60px; background: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ddd; box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);}
.gform_wrapper label { font-size: 1.6em; text-transform: uppercase; color: #111;}
.gform_wrapper input.large, .gform_wrapper select.large, .gform_wrapper input.large, .gform_wrapper select.large, .gform_wrapper input.medium, .gform_wrapper select.medium,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { background: #fff; border: 1px solid #ccc; font-size: 1.5em !important; color: #111; padding: 12px 6px !important; width: 100%; font-family: 'proxima-nova', Helvetica, Arial, sans-serif; font-weight: 400; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; display: block !important; }
.gform_wrapper textarea.large { background: #fff; border: 1px solid #ccc; font-size: 1.4em; color: #111; padding: 12px 6px;  width: 100%; font-family: 'delve-hand', Helvetica, Arial, sans-serif; font-weight: 400; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] { padding: 16px 30px; color: #fff; border: 0; font-size: 1.4em; letter-spacing: 2px; font-weight: 700; text-transform: uppercase; background: #f9d660; }
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=image]:hover, .gform_wrapper .gform_footer input[type=submit]:hover { background: #111; color: #fff; text-decoration: none; }
.gform_wrapper .gfield_required { color: red !important;}

.double .gform_fields li { position: relative;}
.double .gform_fields li#field_1_1 span { position: relative !important; }
body .double .gform_wrapper ul li.gfield { margin-top: 0;}
.double .gform_wrapper label { text-transform: none; color: #999 !important; position: absolute; top: 12px; left: 20px; font-size: 2em !important; font-weight: 400 !important; }
.double .gform_wrapper input.large, .double .gform_wrapper select.large, .double .gform_wrapper input.large, .double .gform_wrapper select.large, .double .gform_wrapper input.medium, .double .gform_wrapper select.medium,
.double .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { background: #f5f5f5; border: 0; font-size: 2em !important; color: #111; font-weight: 400; padding: 12px 20px !important;  }
.double .gform_wrapper textarea.small { background: #f5f5f5; border: 0; font-size: 2em !important; color: #111; font-weight: 400; padding: 12px 20px !important; width: 100%; font-family: 'delve-hand', Helvetica, Arial, sans-serif; font-weight: 400; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.double .gform_wrapper .gform_footer input.button, .double .gform_wrapper .gform_footer input[type=image], .double .gform_wrapper .gform_footer input[type=submit] { padding: 16px 80px; color: #fff; border: 0; font-size: 1.4em; letter-spacing: 4px; font-family: "proxima-nova", Helvetica, Arial, sans-serif; font-weight: 700; text-transform: uppercase;  background: #f9d660; width: 50%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.double .gform_wrapper .gform_footer input.button:hover, .double .gform_wrapper .gform_footer input[type=image]:hover, .double .gform_wrapper .gform_footer input[type=submit]:hover { background: #111; color: #fff; text-decoration: none; }
.double .gform_wrapper .gform_footer { margin: 10px 0 0 0; padding: 0;}
.double .gform_wrapper .gfield_required { color: #999 !important;}

.gform_confirmation_message { display: none; background: #12d970; padding: 30px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; color: #fff; text-align: center; font-size: 1.6em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

.email-bottom { padding: 100px 0; background: #eee;}
.home .email-bottom { background: #fff;}

/* Media Queries
--------------------------------------------------------------------------------------- */

.bottom { background: #8a837c; padding: 120px 0 100px 0;}
.bottom ul { text-align: center;}
.bottom ul li { display: inline; margin: 0 1%; font-size: 1.6em;}
.bottom ul li a { color: #fff;}
.bottom h1 { width: 100%; max-width: 400px; margin: 60px auto 0 auto;}
.bottom h1 img { width: 100%; max-width: 100%; height: auto; }

.footer h1 { float:left; display:inline; width: 200px;}
.footer h2 { float:right; display:inline; font-size: 2em; color: #fff; margin-top: 10px;}
.footer h2 a { color: #fff;}
.footer p { margin: 26px 0 0 0; color: #888; float:right; display:inline; text-align: right; font-family: "proxima-nova", helvetica, sans-serif; font-size: 1.1em; letter-spacing: 2px; text-transform: uppercase; clear: right;}



/* Media Queries
--------------------------------------------------------------------------------------- */


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

.nav-menu { margin: 40px 0 0 2.5%; width: 65%; }
.nav-menu li { font-size: 1.4em; margin-right: 2%;}
.header h3 { font-size: 2em; }
p { font-size:1.4em; line-height:2em; }

}

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

.header { height: 65px; padding-left: 150px; }
.header h1 { width: 150px; }

.nav-menu { margin: 22px 0 0 2.5%; width: 65%; }
.nav-menu li { font-size: 1.4em; margin-right: 1.5%;}

.header h3 { font-size: 1.8em; line-height: 60px; }
.header a.button { margin: 10px 2.5% 0 2.5%; padding: 10px 12px; }

.reviews p { font-size: 1.6em; }

}

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

.nav-menu { margin: 24px 0 0 1.5%; width: 65%; }
.nav-menu li { font-size: 1.2em; margin-right: 1%;}

.header h3 { font-size: 1.6em; }
.header a.button { margin: 10px 1.5% 0 1.5%; }

.reviews p { font-size: 1.4em; }
.hp-testimonies p { font-size: 1.4em; }
.wysiwyg ul li, .entry-content.frontend-entry-content ul li { font-size:1.4em; }

.page-hero-wrap h2 { font-size: 5em; }
.page-hero-wrap p { font-size: 2em;}

.content { padding-bottom: 40px;}
.section { padding: 80px 0;}
.page-hero-wrap .section { padding: 100px 0 260px 0; }
.wysiwyg h2, .sidebar_content h2 { margin-bottom: 40px; font-size: 2em;}
.reviews { margin-bottom: 40px; }
.reviews hr { margin: 40px auto 0 auto; }
article { padding-bottom: 40px; margin-bottom: 40px; }
.entry-content { margin-top: 100px; }
.gform_wrapper { margin: 40px auto 0 auto !important; padding: 40px; }
.double .left, .double .right { padding: 0 10%; height: 500px; }
.double h2 { margin-top: 70px;}
.entry-content {  margin-top: 40px; }
.bottom { padding: 40px 0 30px 0;}

.photos-menu li { font-size: 1.4em; }
.photos-menu li a { padding: 16px 0; }

.wysiwyg h3 { font-size: 2em;}
.sidebar_content .widget-title { font-size: 1.6em;}
.things-to-do h4 { font-size: 1.8em; }

.page-content { padding: 50px; }

}

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

	.desktop { display: none !important; }
	.mobile { display: block !important; }
	
	a.mobile-a { float: left; display: inline; font-size: 1.6em; margin: 22px 0 0 3%; }
	
	.drop-menu { width: 100%; background: #333; position: absolute; z-index: 999; left: 0; top: 0;}
	.drop-menu li { text-align: center; font-size: 1.6em; border-bottom: 1px solid #555;}
	.drop-menu li a { display: block; padding: 16px 0; color: #fff;}
	
	.page-content { padding: 30px; }

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}

@media only screen 
and (max-width : 480px) {
	
	p { font-size: 1.6em; line-height: 1.4em;}

	a.button { display: block; float:none; padding: 16px 0; width: 100%; text-align: center; }
	a.jmh_pew_readmore { display: block; float:none; padding: 16px 0; width: 100%; text-align: center; }
	
	.main_content { float:none; display:block; width: 100%;}
	.sidebar_content { float:none; display:block; width: 100%; margin-top: 40px;}

	.hp_tier_2 { padding: 40px 0; }
	.hp_tier_2 .hp_panel { width: 100%; margin-right: 0; float:none; display:block; margin-bottom: 30px; }
	.hp_tier_2 .hp_panel.last { margin-right: 0; }
	
	.hp_tier_3 { padding: 40px 0; }
	.hp_tier_3 .hp_panel { width: 100%; margin-right: 0; float:none; display:block; margin-bottom: 30px;}
	.hp_tier_3 .hp_panel.last { margin-bottom: 0; }

	.article_info { display:none;}
	.article_content { float:none; display:block; width: 100%;}
	.article_content h5.iphone_date { display: block;}
	
	.contact_submit_row input { padding: 16px 0; width: 100%; text-align: center; }

	.tablepress td, .tablepress th { padding: 6px 4px; font-size: 1em;}

	.double .left, .double .right { width: 100%;}
	.double .left { height: auto !important; padding-top: 40px; padding-bottom: 40px;}
	.double .right { height: 300px;}
	.double h2 { margin-top: 0;}
		
	.hp-about .left { width: 100%; margin-top: 0}
	.hp-about .right { width: 100%; margin-top: 40px;}

	.section { padding: 40px 0;}
	.page-hero-wrap .section { padding: 40px 0 100px 0; }
	.entry-content { margin-top: 40px; }

	.wysiwyg h3 { font-size: 1.8em;}
	.page-hero-wrap h2 { font-size: 3em; }
	.page-hero-wrap p { font-size: 1.4em;}
	h2.custom_field_title, .title-container h1, .entry-content h2 { font-size: 1.8em; }
	.hero-bg { height: 200px; }
	.hero-bg h2 { font-size: 3em; margin-top: 30px;}

	.wysiwyg h2, .sidebar_content h2 { font-size: 1.8em;}
	
	.booking-content { float: left; display: inline; width: 100%;}
	.booking-form { float: right; display: inline; width: 100%;}

	.double .gform_wrapper .gform_footer input.button, .double .gform_wrapper .gform_footer input[type=image], .double .gform_wrapper .gform_footer input[type=submit] { padding: 16px 0 !important; width: 100%; margin: 0; }
	.gform_footer { width: 100%; }
	
	.head-wrap { height:  auto;}
	.head-left { width: 100%; float:none;  display:block; height:  auto; background: #1d486a;}
	.head-right { width: 100%; float:none;  display:block; height: 320px; }
	.head-content { padding: 40px;margin-top: 0;}
	.head-content h2 { font-size: 3em; color: #fff; text-transform: uppercase;  line-height: .9em; margin: 40px 0 40px 0; }
	.page-hero-wrap .section { padding: 40px 0 !important;}

	.section.hp-about { padding: 20px 0 0 0;}
	.hp-about .left { width: 90% !important; margin: 0 auto !important; display: block; float: none;}
	.hp-about .right { width: 90% !important; margin: 0 auto; float: none; clear: both; display: block; padding: 10px 0 0 0;}

	.hp-section-3 h2 { margin: 0 0 40px 0;}
	.hp-section-3 { padding: 10px 0 40px 0;}
	.hp-section-3 .left { width: 100%; }
	.hp-section-3 .right { width: 100%; margin-top: 10px;}
	.left-3 { width: 100%; padding: 0;}
	.right-3 { width: 100%; padding: 0%; margin: 40px 0 0 0;}
	
	.hp-section-3 .right-3.wysiwyg li { font-size: 2em; }
	
	.hp-physicians .panel { width: 48%; margin-right:4%; margin-bottom: 30px;}
	.hp-physicians .panel.last { margin-right: 0; }
	.hp-physicians .panel.second { margin-right: 0; }
	.hp-physicians .panel:last-child { margin-bottom: 0 !important; }
	.hp-physicians h3 { font-size: 1.8em; color: #fff; margin-top: 10px; text-transform: uppercase; line-height: 1em;}
	h2.titles { margin-bottom: 30px !important;}


.footer_wrap { padding: 40px 0;}

.footer h1 { float:none; display:block; width: 100%; max-width: 300px; margin: 0 auto;}
.footer h2 { float:none; display:block; font-size: 2em; color: #fff; margin-top: 10px; text-align: center; padding: 24px 0; border-bottom: 2px solid #fff;  border-top: 2px solid #fff; margin: 24px 0;}
.footer h2 a { color: #fff;}
.footer p { margin: 3px 0 0 0; color: #5e83a1; float:none; display:block; text-align: center; font-size: 1.1em; letter-spacing: 0; }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	a.button { display: block; float:none; padding: 16px 0; width: 100%; text-align: center; }
	a.jmh_pew_readmore { display: block; float:none; padding: 16px 0; width: 100%; text-align: center; }
	
	.main_content { float:none; display:block; width: 100%;}
	.sidebar_content { float:none; display:block; width: 100%; margin-top: 40px;}

	.hp_tier_2 { padding: 40px 0; }
	.hp_tier_2 .hp_panel { width: 100%; margin-right: 0; float:none; display:block; margin-bottom: 30px; }
	.hp_tier_2 .hp_panel.last { margin-right: 0; }
	
	.hp_tier_3 { padding: 40px 0; }
	.hp_tier_3 .hp_panel { width: 100%; margin-right: 0; float:none; display:block; margin-bottom: 30px;}
	.hp_tier_3 .hp_panel.last { margin-bottom: 0; }

	.article_info { display:none;}
	.article_content { float:none; display:block; width: 100%;}
	.article_content h5.iphone_date { display: block;}
	
	.contact_submit_row input { padding: 16px 0; width: 100%; text-align: center; }

	.tablepress td, .tablepress th { padding: 6px 4px; font-size: 1em;}

}