/* excerpt wrapper */
.gated-excerpt {
    max-height: 250px;
    overflow: hidden;
	position:relative;
}

/* login modal */
#gatingLogin .modal-header {
    padding: 0;
    border-bottom: none;
    min-height: 2em;
}
#gatingLogin .modal-header .close {
    float: none;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 0;
    color: #000;
    text-shadow: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: .85em;
    right: .5em;
}
#gatingLogin .modal-body {
    padding-top:0;
}
#gatingLogin .modal-body .h1 {
    font-size: 1.5em;
	margin-top:0;
}
#gatingLogin .modal-content > p {
    display: none;
}
#gatingLogin input#wp-submit {
    font-size: 1.25em;
    text-transform: uppercase;
}
#gatingLogin #loginform > p:last-of-type {
    font-size: .9em;
    margin-top: .5em;
}

/* gating content div */
#gating {
    height: 100%;
    white-space: normal;
	/* width:100% when position:relative in-page */
    width: 100%;
    max-width: 280px;
	background:#055b87;
	color: #fff;
	clear:both;

	padding: 20px;

	line-height: 1.3em;
	
	position: relative;
	background-image:url(bg_prn-gating-bkg-2021.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}
#gating::before {
    display:block;
	content:"";
	position:absolute;
	width:100%;
	height: 200px;
    top: -200px;
	left:0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 66%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 66%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	text-align:center;
}
#gating .container.gating-panel-content {
    max-width: 100%;
}
#gating .container.gating-panel-content .row {
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
}
#gating p.subscribe-cta {
    padding: 0 2em;
    font-size: 1.1em;
    line-height: 1.25em;
    margin-bottom: 1em;
}
.subscribe-heading {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.25em;
    padding: 0 .5em;
    margin: .5em 0;
}
p.subscription-products {
    margin: 1em 0 0;
}
.subscription-products img {
    max-width: 260px;
}
.subscription-option {
	background: #034e74;
}
p.sub-option-heading {
    margin-top: 1.25em;
    margin-bottom: 0.75em;
}
p.sub-option-heading span {
    background-color: #c10596;
    padding: .1em .33em;
    font-family: 'Open Sans Condensed', sans-serif;
}
p.sub-option-callout {
    color: #099fec;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 0;
}
p.sub-option-desc {
    font-size: .9em;
    line-height: 1.25em;
    margin-bottom: 1.25em;
}
p.sub-option-price {
    font-size: 2.25em;
    font-weight: bold;
}
p.sub-option-price-callout {
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.25em;
	max-width: 72%;
    margin: -.25em auto .75em;
}
p.sub-option-price-tagline {
        color: #89c6e4;
    font-size: .75em;
    margin: 0 auto 1.25em;
    max-width: 50%;
    line-height: 1.25em;
    text-transform: uppercase;
}
button.sub-option-subscribe-btn {
    background-color: #379cc5;
	color: #fff;
    border: none;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: .33em 1em;
    font-weight: 600;
    margin-bottom: 1em;
}
p.subscriber-login {
    padding: 1em 0 3em;
}
button.login-button {
    border:none !important;
	background-color:transparent !important;
	color:#389cc5 !important;
    text-decoration:none !important;
}
button.login-button:hover {
    text-decoration:underline !important;
	color: #37c6fa !important;
}
@media(min-width: 768px) {
	#gating {
		/*right: 10%;*/
		max-width: 100%;
	}
	.article-body #gating {
		/*right: 0%;*/
	}
	.subscription-option {
		padding-left: 13px;
		padding-right: 13px;
		margin-left: 2px;
		margin-right: 2px;
		width: calc(33% - 4px);
	}
}
