/* resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
article, aside, canvas, details,figcaption, figure, footer, header,hgroup, nav, section, summary, video { display: block; }
audio:not([controls]) { display: none; height: 0; }
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.zoom {
	cursor: zoom-in;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
*:focus {
	outline: 0;
}
.clear {
	clear: both;
}


/* core */
html,body {
	background: #fff;
	color: #000;
	margin: 0;
	text-align: center;
}
body, p, input, select, textarea {
	font-family: "Droid Serif", Georgia, serif;
	font-size: 1em;
}
a {
	color: #10a4ff;
	text-decoration: none;
}
a:hover {
	color: #666;
}
h1,h2,h3,h4, h5,
input,
.button,
#header_nav,
.site_nav_toggle,
footer.site p,
.subnav,
div.buy_links a,
div.awards nav a,
ul.authors,
div.editors,
nav.book_extras,
nav.author_extras,
.addtoany_share_save,
#books_and_articles,
.credit,
nav.media_nav,
.byline,
.author_newsletter_button,
time,
.next_previous a,
footer.post,
.related_outbrain,
.related_local,
.author-site {
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, sans-serif;
}
.button {
	background: #10a4ff;
	border-radius: 6px;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	text-transform: uppercase;
}
h1.pagetitle {
	font-size: 1.65em;
	line-height: 140%;
	padding-bottom: 0.25em;
}
h1.pagetitle span {
	display: block;
	font-size: 0.75em;
	line-height: 120%;
	padding-top: 8px;
}
blockquote {
	background: #f3f3f3;
	margin: 16px auto;
	padding: 16px;
	width: 80%;
}
.post_content blockquote.pullquote {
	border-top: 6px #f5f5f5 solid;
	border-bottom: 6px #f5f5f5 solid;
	background: #fff;
	font-size: 160%;
	font-style: italic;
	margin: 16px auto;
	padding: 16px;
	width: 80%;
}
span.error {
	background: #fdd;
	border: 1px #c99 solid;
	border-radius: 6px;
	display: block;
	margin: 4px 0;
	padding: 4px;
}
p.nocomments {
	display: none;
}
p {
	font-size: 96%;
	line-height: 180%;
}

/* header */
header.ads {
	display: none;
}
header.site {
	background: #000;
	height: 60px;
	overflow: hidden;
	width: 100%;
}
header.site div.enclosure {
	background: #000 url(../images/logo_mobile.png) 50% 20px no-repeat;
	margin: 0 auto;
	width: 320px;
}
header.site nav.social {
	display: none;
}
header.site div.enclosure a.home_link {
	display: block;
	position: absolute;
	height: 60px;
	width: 100%;
}
header.site div.enclosure a.home_link span {
	display: none;
}

/* site nav */
a.site_nav_toggle {
	background: #10a4ff;
	color: #fff;
	display: block;
	font-size: 0.75em;
	letter-spacing: 0.10em;
	padding: 1.1em 0;
	text-transform: uppercase;
}
a.site_nav_toggle:after {
	content: url('../images/nav_arrow_right.png');
	padding-left: 5px;
}
a.site_nav_toggle:hover {
	background: #1e1e1e;
}
a.site_nav_toggle:hover:after {
	content: url('../images/nav_arrow_right_open.png');
}

#header_nav {
	background: #f3f3f3;
	display: none;
	font-size: 0.75em;
}
#header_nav.open {
	display: block;
}
#header_nav .clear {
	display: none;
}
#header_nav > form,
#header_nav > ul > li {
	display: block;
	border-bottom: 1px #b6b6b6 solid;
}
#header_nav .clear {
	display: none;
}

#site_search {
	padding: 0.5em 0;
	text-align: center;
}
#site_search input.text {
	background: #fff url(../images/icon_search.png) 11px 50% no-repeat;
	border: 1px #ccc solid;
	border-radius: 11px;
	color: #666;
	padding: 7px 30px;
	text-align: left;
	width: 218px;
}
ul.site_nav > li {
}
ul.site_nav > li > a {
	display: block;
	border-top: 1px #b6b6b6 solid;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.10em;
	margin: 0 auto;
	padding: 12px 0 12px 22px;
	text-align: left;
	text-transform: uppercase;
	width: 242px;
}
ul.site_nav > li > a > span {
	display: block;
	width: 100%;
}
ul.site_nav li.books > a {
	background: url(../images/icon_books.png) 0 50% no-repeat;
}
ul.site_nav li.articles > a {
	background: url(../images/icon_articles.png) 0 50% no-repeat;
}
ul.site_nav li.authors > a {
	background: url(../images/icon_authors.png) 0 50% no-repeat;
}
ul.site_nav li.editors > a {
	background: url(../images/icon_editors.png) 0 50% no-repeat;
}
ul.site_nav li.about > a {
	background: url(../images/icon_about.png) 0 50% no-repeat;
}

ul.site_nav > li > a:hover {
	color: #10a4ff;
}
ul.site_nav > li > a.expandable span {
	background: transparent url(../images/nav_mobile_arrow.png) 96% 50% no-repeat;
}
ul.site_nav > li > a.expanded span {
	background: transparent url(../images/nav_mobile_arrow_open.png) 96% 50% no-repeat;
}

div.expand_container {
	display: none;
}
div.expand_open {
	display: block;
}
div.expand_container nav,
div.expand_open nav {
	padding: 8px 0;
	padding-left: 8px;
	text-align: left;
}
div.expand_container nav > a,
div.expand_open nav > a,
div.expand_container ul > li > a,
div.expand_open ul > li > a {
	border-top: 1px #ccc solid;
	display: block;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 10px 4px;
	text-align: left;
	text-transform: uppercase;
	width: 230px;
}
div.expand_container nav > a:hover,
div.expand_open nav > a:hover {
	color: #10a4ff;
}
div.expand_open nav > a:hover,
div.expand_container ul > li > a:hover,
div.expand_open ul > li > a:hover {
	background: #fcfcfc;
	color: #000;
}

#author_search {
	margin: 0 auto;
	padding: 10px 0;
	width: 200px;
}
#author_search input.text {
	background: #fff url(../images/icon_search.png) 11px 50% no-repeat;
	border: 1px #ccc solid;
	border-radius: 6px;
	color: #666;
	font-size: 0.75em;
	line-height: normal !important;
	margin-bottom: 4px;
	padding: 7px 5px 7px 30px;
	text-align: left;
	text-transform: uppercase;
	width: 145px;
}
#author_search input.submit,
#author_contact_form input.submit {
	background: #10a4ff;
	border: 1px #10a4ff solid;
	border-radius: 6px;
	color: #fff;
	font-size: 0.75em;
	margin-left: 6px;
	line-height: normal !important;
	padding: 7px 0;
	text-transform: uppercase;
	width: 80px;
}



/* subnav */
.col_main nav.subnav,
.col_main nav.page_subnav {
	font-size: 0.75em;
	padding-top: 10px;
	text-transform: uppercase;
}
.col_main nav.page_subnav {
	padding: 0 0 15px 0 !important;
	text-align: center;
}
.col_main nav.subnav a {
	margin: 0 0 0 15px;
}
.col_main nav.subnav a.active,
.col_main nav.page_subnav a.active {
	color: #000;
}
.col_main nav.page_subnav a {
	margin: 0 20px 0 0;
}


/* columns */
.content_wrapper {
	text-align: left;
	margin: 0 auto;
	width: 320px;
}
.col_main {
	padding: 20px 0 0 10px;
}
.col_sidebar {
	display: none;
}
.col_main p {
	line-height: 150%;
	padding-bottom: 1em;
}
.content_col_side {
	text-align: center;
}
.col_main h3 {
	border-top: 3px #272727 solid;
	font-size: 0.6875em;
	font-weight: bold;
	letter-spacing: 0.125em;
	margin-top: 1em;
	padding: 0.75em 0;
	text-transform: uppercase;
}

/* post lists */

div.posts_list {
	padding-top: 1em;
}
div.posts_list div.post,
div.posts_list div.award,
div.posts_list div.author,
div.posts_list div.book {
	border-bottom: 1px #ccc solid;
	margin-bottom: 2em;
}
div.posts_list div.category-image-only {
	border-bottom: 0;
}
div.posts_list h2 {
	padding-bottom: 0.5em;
}
div.posts_list h2 a {
	color: #000;
	font-size: 1.25em;
}
div.post div.post_col_side {
	padding-bottom: 0.5em;
}
div.post div.post_col_main,
div.post div.post_col_wide {
	line-height: 150%;
}
div.posts_list div.post img {
	max-width: 300px;
}
div.posts_list div.post div.post_image {
	padding-bottom: 0.5em;
}

div.post_col_side span.byline,
div.books_list span.byline {
	display: block;
	font-size: 75%;
	letter-spacing: 0.05em;
	padding-bottom: 0.5em;
}
span.byline a {
	text-transform: uppercase;
}

div.post_col_side p.about,
div.post_col_side span.thumb,
div.posts_list div.post footer.post {
	display: none;
}


/* posts */
div.post {
	line-height: 150%;
}
div.post_image {
	padding-top: 16px;
}
div.post_image img {
	width: 100%;
}
div.post .post_content p {
	padding-bottom: 18px;
}
div.post ol > li,
#book_about footer.inner ol > li {
	list-style-type: decimal;
	margin-left: 26px;
	padding-bottom: 20px;
}
div.post ul > li,
#book_about footer.inner ul > li {
	list-style-type: square;
	margin-left: 26px;
	padding-bottom: 20px;
}
header.post {
	border-bottom: 1px #ccc solid;
	padding: 16px 0;
}
div.byline_block {
	border-bottom: 1px #ccc solid;
	padding: 16px 0;
}
div.byline_block h2 {
	padding-bottom: 8px;
}
div.byline_block h2 a {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
div.byline_block a.more {
	color: #000;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
div.byline_block a.more:hover {
	color: #10a4ff;
}
div.post_content {
	font-size: 96%;
	line-height: 170%;
	padding: 16px 0;
}
nav.tags {
	display: none;
}

div.related_local > div.related_local_block {
	display: block;
	float: left;
	font-size: 0.75em;
	overflow: hidden;
	margin: 0 14px;
	width: 109px;
}
div.related_local_block a.image {
	display: block;
}
div.related_local_block a.image img {
	height: 109px;
	width: 109px;
}
div.related_local_block a.text {
	display: block;
	line-height: 14px !important;
}

time {
	color: #666;
	font-size: 76%;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* books list */
div.books_list div.book,
div.posts_list div.book {
	padding-bottom: 24px;
}
div.book a.cover_img {
	display: block;
	margin: 0 auto;
	width: 105px;
}
div.book a.cover_img img {
	width: 100%;
}
div.book div.book_content {
	padding-top: 10px;
}
div.books_list div.book h2.title {
	padding-bottom: 8px;
}
div.books_list div.book h2.title a {
	color: #000;
}
div.books_list div.book h2.title a:hover,
div.author_content h2.title a:hover {
	text-decoration: underline;
}

/* books */
div.buy_links a.buy_button {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin: 0 auto;
	padding: 8px 0;
	width: 104px;
}
div.buy_links a.buy_button:hover {
	color: #fff;
}
div.buy_links ul {
	display: none;
}
div.buy_links ul.expand_open {
	display: block;
}
div.buy_links ul > li a {
	display: block;
	padding-bottom: 5px;
}

div.content_col_side img.content_img {
	width: 210px;
}
div.awards {
	display: none;
}
ul.authors,
div.editors,
nav.book_extras,
nav.author_extras,
.addtoany_share_save,
.author-site {
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}
.author-site {
	display: block;
	padding-top: 8px;
	letter-spacing: 0.085em;
}
div.editors {
	font-weight: normal;
}
div.editors a {
	font-weight: bold;
}
ul.authors a.photo {
	display: none;
}
nav.book_extras {
	border-top: 1px #e8e8e8 solid;
	margin-top: 16px;
	padding: 16px 0;
}
nav.book_extras a {
	display: block;
	float: left;
	height: 14px;
}
nav.book_extras a.excerpt {
	background: transparent url(../images/icon_excerpt.png) 0 50% no-repeat;
	margin-right: 15px;
	padding-left: 16px;
	width: 110px;
}
nav.book_extras a.praise {
	width: 80px;
}
nav.book_extras a.author_qa {
	width: 100px;
}

div.book_trailer {
	padding: 20px 0;
}
div.book_trailer iframe {
	width: 95%;
}

nav.book_extras a.share_mobile,
nav.author_extras a.share_mobile,
.addtoany_share_save {
	background: transparent url(../images/icon_share.png) 0 50% no-repeat;
	padding-left: 20px;
	width: 50px;
}
.addtoany_share_save {
	display: none;
}
#book_about,
#author_about {
	height: 250px;
	overflow: hidden;
}
#author_about {
	padding-top: 15px;
}
div.link_block,
div.text_block,
div.other_books,
div.related_books,
.edited_works {
	padding: 30px 0 10px 0;
}
div.link_block a,
.edited_works a {
	border-bottom: 1px #e8e8e8 solid;
	display: block;
	font-size: 0.875em;
	padding: 6px 4px;
}
div.link_block a:hover,
.edited_works a:hover {
	background: #f3f3f3;
}
div.text_block {
	font-size: 0.9375em;
	height: 280px;
	line-height: 140%;
	overflow: hidden;
}
div.related_articles {
	padding-top: 20px;
}
div.other_books ul > li > a,
div.related_books ul > li > a {
	float: left;
	display: block;
	margin: 0 8px;
	width: 85px;
}
div.other_books ul > li > a > img,
div.related_books ul > li > a > img {
	width: 85px;
}


/* authors list */
body.authors .subnav {
	font-weight: bold;
	letter-spacing: 0.05em;
}
div.authors_list h2,
div.toggle_list h2 {
	background: transparent url(../images/nav_mobile_arrow.png) 100% 50% no-repeat;
	border-top: 3px #000 solid;
	color: #000;
	cursor: pointer;
	padding: 8px 0 16px 0;
	text-transform: uppercase;
}
div.toggle_list h2 {
	font-size: 0.75em;
	font-weight: bold;
}
div.authors_list h2.active,
div.toggle_list h2.active {
	background: transparent url(../images/nav_mobile_arrow_open.png) 100% 50% no-repeat;
}
div.authors_list nav,
div.toggle_list nav {
	display: none;
	padding: 0 0 16px 0;
}
div.authors_list nav.active,
div.toggle_list nav.active {
	display: block;
}
div.authors_list nav a,
div.toggle_list nav a {
	border-bottom: 1px #e8e8e8 solid;
	display: block;
	font-size: 0.875em;
	padding: 7px 4px;
}
div.authors_list nav a:hover,
div.toggle_list nav a:hover {
	background: #f3f3f3;
}

div.posts_list div.author a.photo_img {
	display: block;
	margin: 0 auto;
	width: 165px;
}
div.posts_list div.author a.photo_img img {
	width: 100%;
}
div.posts_list div.author div.author_content {
	padding-top: 10px;
}

/* author */
.author_subnav {
	border-bottom: 1px #e8e8e8 solid;
	padding: 0 8px 8px 8px;
}
.author_extras a {
	display: block;
	padding-bottom: 8px;
	float: left;
}
.author_extras a.contact {
	width: 80px;
}
.author_extras a.expertise {
	width: 135px;
}
span.credit {
	border-bottom: 1px #ccc solid;
	color: #666;
	display: block;
	font-size: 0.6875em;
	padding: 8px 0;
}
nav.author_social {
	margin: 0 auto;
	padding: 10px 0;
	width: 210px;
}
nav.author_social a {
	background-image: url(../images/sprite_social.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 5px 8px;
	height: 29px;
	width: 29px;
}
nav.author_social a.facebook { background-position: 0 0; }
nav.author_social a.twitter { background-position: 0 -32px; }
nav.author_social a.tumblr { background-position: 0 -64px; }
nav.author_social a.pinterest { background-position: 0 -222px; }
nav.author_social a.amazon { background-position: 0 -126px; }
nav.author_social a.youtube { background-position: 0 -158px; }
nav.author_social a.plus { background-position: 0 -190px; }


nav.author_social a span {
	display: none;
}

#author_newsletter_form {
	display: none;
	padding: 10px 0;
	text-align: center;
}
#author_newsletter_form input.text {
	border-radius: 6px;
	font-size: 0.75em;
	margin-bottom: 4px;
	text-transform: uppercase;
	width: 100%;
}
#author_newsletter_form input.button {
	border: 0;
	margin: 0 auto;
	padding: 7px;
}

#author_contact_form {
	background: #f3f3f3;
	margin: 16px auto;
	padding: 16px;
	width: 80%;
}
#author_contact_form fieldset {
	padding-left: 10%;
}
#author_contact_form p {
	padding-bottom: 16px;
}
#author_contact_form label {
	display: block;
	float: left;
	margin-right: 5%;
	width: 20%;
}
#author_contact_form label.full {
	float: none;
	width: 75%;
}
#author_contact_form input.text {
	float: left;
	width: 50%;
}
#author_contact_form input.full {
	float: none;
	width: 75%;
}
#author_contact_form input.text,
#author_contact_form textarea {
	border: 1px #8b8b8b solid;
	border-radius: 6px;
	padding: 4px;
}
#author_contact_form #cfsa {
	width: 30px;
}
#author_contact_form textarea {
	width: 75%;
}
#author_contact_form input.submit {
	float: right;
	margin-right: 24%;
}
#author_contact_form span.error {
	width: 75%;
}


#author_newsletter_wrapper {
	padding-bottom: 12px;
}
#author_newsletter_wrapper p {
	font-size: 0.75em;
}
.author_newsletter_button {
	background: #000;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 0.6875em;
	margin-top: 16px;
	padding: 8px 5%;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
}

#expertise a {
	border-bottom: 1px #e8e8e8 solid;
	display: block;
	font-size: 0.875em;
	padding: 6px 4px;
}
#expertise a:hover {
	background: #f3f3f3;
}
#expertise br {
	display: none;
}

/* media selector */
div.media_feature_box {
	padding: 20px 0;
	text-align: center;
}
div.media_feature_box embed,
div.media_feature_box iframe,
div.media_feature_box audio,
div.media_feature_box video {
	width: 320px;
}
div.media_feature_box h5 {
	font-family: "Droid Serif", Georgia, serif;
	font-size: 0.875em;
	padding-top: 6px;
	text-align: left;
}
div.media_list {
	width: 320px;
}
div.media_list .media_list_inner {
	height: 84px;
	overflow: hidden;
	width: 320px;
}

div.media_list .media_option {
	float: left;
	margin: 0 10px;
	overflow: hidden;
	width: 140px;
}
.media_option,
.media_option strong {
	cursor: pointer;
}
.media_option span.media_img_wrapper {
	display: block;
	height: 84px;
	overflow: hidden;
	width: 140px;
}
.media_option span.media_img_wrapper img {
	width: 140px;
}
.media_option strong {
	background: #000;
	color: #fff;
	display: block;
	font-size: 0.6875em;
	height: 18px;
	line-height: 150%;
	margin-top: -22px;
	opacity: 0.8;
	overflow: hidden;
	padding: 4px 0 0 5px;
	padding-top: 4px;
	position: relative;
	width: 135px;
}
nav.media_nav {
	font-size: 0.6875em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 10px;
	text-transform: uppercase;
}
nav.media_nav a.prev {
	display: none;
	float: left;
}
nav.media_nav a.next {
	display: none;
	float: right;
	text-align: right;
}



/* editors */
div.editor_header {
	border-bottom: 1px #e8e8e8 solid;
	margin-bottom: 16px;
	padding-bottom: 10px;
}


/* pagination */
.next_previous a.prev,
.next_previous a.next {
	display: block;
	height: 30px;
	width: 120px;
}
.next_previous a.prev {
	float: left;
}
.next_previous a.next {
	float: right;
	text-align: right;
}


/* outbrain */
#ob_holder,
#outbrain_widget_0,
.related_outbrain,
.ob_empty {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ob_container {
	float: left;
}
.ob_brnStrip_container,
.NA .ob_brnStrip_container,
.ob_brnStrip_container .NA,
.ob_container,
.ob_container_recs,
a.item-link-container,
.ob-odd,
.ob-last {
	display: inline !important;
	margin: 0 !important;
	margin-top: 0 !important;
	padding: 0 !important;
	padding-top: 0 !important;
}
.ob_container_recs {
	margin-right: 10px !important;
}

.NA .ob_org_header,
.NA .ob_ads_header{float: none !important; display: none !important;}

.strip-rec-link-title,
.ob-tcolor {
	color: #10a4ff !important;
}
a.strip-rec-link-img {
	margin-right: 10px;
}

/* comments */
#disqus_thread {
	padding-top: 20px;
}

/* archives */
body.archives h1.pagetitle {
	font-size: 1em;
	color: #666;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

/* footer */
footer.site {
	background: #000 url(../images/footer_mobile.png) 50% 100% no-repeat;
	padding: 18px 0 30px 0;
}
footer.site p {
	color: #ccc;
	font-size: 0.6875em;
	line-height: 150%;
	margin: 0 auto 16px auto;
	text-align: center;
	text-transform: uppercase;
	width: 320px;
}
footer.site p strong {
	display: block;
}
footer.site p a {
	color: #ccc;
}


/* expanders */
.expand_button_wrapper {
	text-align: center;
	padding-top: 16px;
}
a.expander_link {
	background: #000;
	display: none;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 6px auto 0 auto;
	padding: 0.5em;
	width: 8em;
}
a.expander_link:hover {
	background: #10a4ff;
	color: #fff;
}

/* overlays */
#site_overlay {
	background: transparent url(../images/overlay_black.png) repeat;
	cursor: zoom-out;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2000;

}


/* site newsletter */
#newsletter_overlay {
	background: transparent url(../images/overlay_black.png) repeat;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2001;
}
#newsletter_signup_pop {
	background: #00a2ff;
	color: #fff;
	display: none;
	left: 50%;
	margin-left: -152px;
	top: 50px;
	padding: 8px;
	position: absolute;
	width: 304px;
	z-index: 4000;
}
#newsletter_signup_pop h4 {
	color: #fff;
	font-size: 2em;
	padding-bottom: 30px;
}
#newsletter_signup_pop #mc_embed_signup {
	background: #fff;
	border-radius: 8px;
	color: #000;
	padding: 10px;
}
#newsletter_signup_pop #mc_embed_signup p {
	line-height: 180%;
	padding-bottom: 30px;
}
#newsletter_signup_pop #mc_embed_signup .submit_footer {
	text-align: center;
}
#newsletter_signup_pop #mc_embed_signup footer {
	display: block;
	font-size: 0.875em;
	line-height: 150%;
	padding: 10px 0 30px 0;
}
#newsletter_signup_pop #mc_embed_signup  .mc-field-group {
	padding-bottom: 20px;
}
#newsletter_signup_pop #mc_embed_signup label {
	display: block;
	font-weight: bold;
}
#newsletter_signup_pop #mc_embed_signup input[type="text"],
#newsletter_signup_pop #mc_embed_signup input[type="email"] {
	border: 2px #ccc solid;
	border-radius: 2px;
	box-sizing: border-box;
	width: 100%;
}
#newsletter_signup_pop #mc_embed_signup input[type="submit"] {
	background: #000;
	border: 0;
	border-radius: 6px;
	color: #fff;
	margin: 0 auto;
	padding: 8px 25px;
	text-transform: uppercase;
}

.hide_desktop {	display: block !important; }
.hide_desktop_inline {	display: inline !important; }
.hide_phone,
.hide_phone_inline { display: none !important; }

