/**
 * MMAjunkie on Wasabi
 * By David Parsons <dparsons@usatoday.com>
 * -----------------------------------------------------------------------------
 */
/*csslint outline-none: false, universal-selector: false, unique-headings: false, font-sizes: false, floats: false, font-faces: false, gradients: false, regex-selectors: false, important: false, display-property-grouping: false, known-properties: false, overqualified-elements: false, fallback-colors: false*/
/**
 * Shared Styles
 * -----------------------------------------------------------------------------
 */
/**
 * Fonts
 * -----------------------------------------------------------------------------
 */
body {
	font-family: Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero__title,
.column .block .img-holder .meta,
.second-tab-content p,
.second-tab-content h2,
.block--hero .reply-block,
.zone--video .block .text-block,
.article__headline,
.article__pagination__button,
.article__pagination__link,
.article__pagination__current,
.articleBody blockquote:not(.pq),
.story-share-buttons .share-count .count,
.story-share-buttons .share-count .share-text,
.single-related .fixed-height-img-holder.link .meta,
.single-related p,
.sidebar-upper .widget_usat_sidebar_top_posts_widget .text-block a,
.widget--box .text-block a,
.widget--section-promo p,
.related .block__title,
.error404 .entry-content blockquote:not(.pq),
.search-no-results .entry-content blockquote:not(.pq),
.archive-no-results .entry-content blockquote:not(.pq) {
	font-family: "Mercury Display A", "Mercury Display B", Georgia, Times New Roman, Times, serif;
}

.branding--section .branding__section,
.mobile-nav__breadcrumb,
.mobile-nav__menu .mobile-nav__item > a,
.trending__title,
.hero__shares,
.hero__label,
.mobile-stream-tabs > div,
.column .block .img-holder .social-count > span,
.second-tab-content h2 span,
.zone--video .medium .category,
.social-cta__type,
.social-cta__button,
.social-cta__notice,
#footer-info .toggler > a,
.articleBody h3,
.articleBody h4,
.articleBody .pq,
.story-share-buttons .share-button,
.single-related .fixed-height-img-holder.link .social-count > span,
.single-related .block__shares,
.article__back,
.widget--section-promo .block__shares,
.widget--author .author__archive,
.newsletter__button,
.related .related__header,
.error404 .entry-content h3,
.search-no-results .entry-content h3,
.archive-no-results .entry-content h3,
.error404 .entry-content h4,
.search-no-results .entry-content h4,
.archive-no-results .entry-content h4,
.error404 .entry-content .pq,
.search-no-results .entry-content .pq,
.archive-no-results .entry-content .pq,
.article__pagination:before,
.story-share-buttons:before,
.mobile-instream-ad-holder-single:before {
	font-family: "Mercury Display A", "Mercury Display B", Georgia, Times New Roman, Times, serif;
}

.nav__item--more .sub-menu .sub-menu .nav__item,
.mobile-nav__item .sub-menu a {
	font-family: "Futura Today", Helvetica, Arial, sans-serif;
}

.branding__search-input,
.trending__link,
.articleBody .pq > cite,
.error404 .entry-content .pq > cite,
.search-no-results .entry-content .pq > cite,
.archive-no-results .entry-content .pq > cite,
.column .block__time--mobile,
.after-article .article-social-overlay p {
	font-family: Helvetica, Arial, sans-serif;
}

.nav__item {
	font-family: Helvetica, Arial, sans-serif;
}

.column .block-content-post-category,
.block__category,
.zone--video .medium .category {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.newsletter__button {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: none;
}
/**
 * Global (Modifications of Wasabi Globals)
 * -----------------------------------------------------------------------------
 */
.nav__item > a {
	font-size: 14px;
	font-weight: 900;
}

.nav__wrap,
.nav__social {
	background-color: #111;
}
/**
 * Top Golfweek Subscription
 * -----------------------------------------------------------------------------
 */
.golfweek-subscribe-top {
	position: relative;
	width: 588px;
	text-align: right;
}

@media all and (max-width: 999px) {
	.golfweek-subscribe-top {
		display: none;
	}
}

.golfweek-subscribe-top__link {
	position: absolute;
	right: 0;
	font-size: 13px;
	line-height: 16px;
}

.golfweek-subscribe-top__inner {
	width: 295px;
	height: 59px;
	padding-top: 14px;
}

.golfweek-subscribe-top__cta {
	margin-right: 123px;
	color: #de2f17;
	font-weight: 700;
}

.golfweek-subscribe-top__cost {
	margin-right: 123px;
	color: #666;
}

.golfweek-subscribe-top__img {
	position: absolute;
	top: 0;
	right: 30px;
	width: 88px;
}

.branding--show-search .golfweek-subscribe-top {
	display: none;
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
