.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.attachment svg,.widget_media_image svg{max-width:100%;height:auto}.sno-countdown-inner {
margin: auto;
border-radius: 3px;
margin-top: 5px;
}
.sno-countdown-header {
width: 80%;
margin: auto;
}
.sno-countdown-header-image {
max-width: 100%;
max-height: 200px;
}
.sno-countdown-message {
text-align: center;
font-size: 7px;
}
.sno-countdown {
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}
.sno-countdown-container {
padding-bottom: 25px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
max-width: 100%;
gap: 15px;
}
@-moz-document url-prefix() {
.sno-countdown-container {
min-width: 80%;
}
}
.sno-countdown-component-numbers {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.sno-countdown-component {
text-align: center;
}
.sno-countdown-component-header {
font-size: 20px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
font-weight: bold;
}
.sno-countdown-title {
font-size: 28px;
padding-top: 25px;
text-align: center;
font-weight: bold;
line-height: 1.1em;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 10px 10px;
}
.sno-countdown-component-number {
font-size: 40px;
line-height: 1.2em;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
float: left;
margin: 3px;
padding: 10px 0px;
}
.sno-countdown-complete {
display: none;
width: 100%;
text-align: center;
padding: 60px 0;
font-size: 28px;
}
.sno-countdown-mode-dark .sno-countdown-inner {
background-color: #2c2c2c;
}
.sno-countdown-mode-dark .sno-countdown-complete {
color: #fff;
font-size: 28px;
}
.sno-countdown-mode-dark .sno-countdown-component-number {
color: #fff;
border: 1px solid #fff;
background-color: #202020;
}
.sno-countdown-mode-dark .sno-countdown-title {
color: #fff;
}
.sno-countdown-mode-dark .sno-countdown-component-header {
color: #fff;
font-size: 20px;
line-height: 1.2em;
}
.sno-countdown-mode-light .sno-countdown-inner {
background-color: #efecec;
border: 1px solid #000;
}
.sno-countdown-mode-light .sno-countdown-title {
color: #282828;
}
.sno-countdown-mode-light .sno-countdown-complete {
color: #282828;
font-size: 25px;
}
.sno-countdown-mode-light .sno-countdown-component-number {
color: #282828;
background-color: #f2f2f2;
border: 1px solid #282828;
}
.sno-countdown-mode-light .sno-countdown-component-header {
color: #282828;
font-size: 20px;
}
.sno-countdown-align-left {
float: left;
padding-right: 20px;
padding-bottom: 20px;
width: 50%;
}
.sno-countdown-align-right {
float: right;
padding-left: 20px;
padding-bottom: 20px;
width: 50%;
}
.sno-countdown-notice {
border: 1px solid #bee5eb;
color: #0c5460;
background: #d1ecf1;
font-size: 16px;
line-height: 24px;
padding: 15px;
border-radius: 5px;
text-align: left;
}
.sno-countdown-notice-private {
font-size: 12px;
line-height: 18px;
margin-top: 10px;
border-top: 1px solid #bee5eb;
padding-top: 10px;
}#sno-comments-side { 
position: fixed; 
background-color: rgb(255, 255, 255);
box-shadow: rgb(0 0 0 / 25%) 3px 0px 12px 3px;
bottom: 0px;
overflow: scroll;
right: 0px;
top: 0px;	
transform: translateX(110%);
z-index: 10001;
width: 600px;
max-width: 100%;
transition: transform 400ms ease 0s;
}
.comment-close-icon { 
float: right; 
margin-right: 15px; 
margin-top: 15px; 
font-size: 30px; 
line-height: 40px !important; 
border-radius: 25px; 
color: #444; 
height: 40px; 
width: 40px; 
text-align: center; 
transition: all .3s ease-in-out; 
cursor: pointer; 
}
#sno-comments-header { 
position: fixed; 
top: 0; 
right: 0;
background: #fff;
}
@media screen and (max-width: 600px) {
#sno-comments-header { 
max-width: 100%
}
.sno-side-icons {
top: unset !important;
bottom: 0px !important;
right: 5px !important;
transform: unset !important;
}
}
.sno-comments-title { 
width: 570px; 
padding-left: 30px; 
border-bottom: 1px solid #ddd;  
}
.sno-comments-wrap { 
position: relative; 
padding: 70px 25px 50px; 
}
.comment-close-icon:hover { 
background: #dddddd; 
color: #000000; 
}
form#commentform label:not(.sno-comment-captcha label,.sno-email-captcha label, .comment-form-cookies-consent label) {
display: none;	
}
.comment-form-cookies-consent {
margin-top: 15px;
}
.comment-form-cookies-consent {
display: flex;
align-items: center;
}
.comment-form-cookies-consent input[type="checkbox"] {
margin: 0; 
vertical-align: middle;
}
.comment-form-cookies-consent label {
margin-left: 8px;
vertical-align: middle;
}
.comments-area #respond, 
.comment-notes, 
p#reply-title { 
display: none; 
}
input[type=text].comments-share-thoughts { 
font-size: 16px; 
margin-top: 25px; 
border: 1px solid #ddd; 
width: calc(100% - 22px); 
padding: 10px; 
border-radius: 3px; 
}
.comments-area { 
margin-top: 25px; 
}
#comments textarea { 
width: calc(100% - 22px); 
padding: 10px; 
font-size: 16px; 
line-height: 22px; 
border: 1px solid #ddd; 
}
.comment-respond { 
margin-bottom: 30px; 
}
form#commentform #submit:hover { 
background: #000;
}
form#commentform #submit { 
text-align: right; 
margin-top: 10px; 
font-size: 14px; 
padding: 10px; 
float: right; 
border: 1px solid #000; 
background: #444; 
color: #fff; 
cursor: pointer; 
border-radius: 3px; 
transition: .3s all ease-in-out; 
}
form#commentform p.form-submit { 
display: block; 
float: right; 
width: 100%; 
margin-bottom: 20px;
}
form#commentform input#author, 
form#commentform input#email { 
margin-top: 10px; 
font-size: 14px; 
padding: 10px; 
float: left; 
width: calc(50% - 27px); 
border: 1px solid #ddd; 
color: #aaa; 
border-radius: 3px; 
}
form#commentform input#author { 
margin-right: 10px;
}
.sno-comments-policy { 
display: none; 
background: #d1ecf1; 
padding: 10px; 
margin-top: 20px; 
border-radius: 3px; 
border: 1px solid #bee5eb; 
color: #0c5460; 
font-size: 12px; 
line-height: 16px;
}
ul.comment-list, 
ul.comment-list ul { 
list-style-type: none; 
}
.comment ul {
margin: 20px 0px 0px 50px;
padding: 0px 0px 0px 20px;
border-left: 2px solid #efefef;
}
.comment ul li:first-of-type {
padding-top: 0;
}
.comment ul li:last-of-type {
padding-bottom: 0;
}
ul.comment {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.avatar-initial {
float: left;
width: 40px;
height: 40px;
font-size: 20px;
background: #eee;
text-align: center;
line-height: 40px;
border-radius: 30px;
margin-right: 10px;
}
.avatar-initial img {
border-radius: 30px;
}
.avatar-container {
display: inline-block;
}
.sno-comments-wrap .avatar-container { 
margin-right: 10px; 
margin-bottom: 10px; 
float: left; 
}
.sno-comments-wrap .avatar-container img { 
border-radius: 30px; 
}
.sno-comments-wrap .comment { 
padding-top: 20px; 
padding-bottom: 20px; 
}
ul.comment-list > li:not(:last-of-type) { 
border-bottom: 1px solid #efefef; 
}
span.sno-comment-name { 
font-weight: bold; 
margin-right: 5px; 
color: #000000; 
}
span.sno-comment-date { 
margin-left: 5px; 
}
p.sno-comment-meta { 
font-size: 14px; 
color: #888888; 
margin-bottom: 7px; 
}
.sno-comment-text p { 
font-size: .9rem; 
line-height: 1.35rem; 
padding-bottom: 10px;
}
.comment-details { 
width: calc(100% - 72px); 
float: left; 
}
ul.comment-list p#reply-title { 
padding-top: 10px; 
margin-bottom: 5px; 
display: inline-block; 
}
p#reply-title small { 
padding-left: 15px; 
}
.sno-comments-wrap span.reply { 
margin-right: 20px; 
}
.sno-comment-actions { 
font-weight: bold; 
margin-top: 5px; 
}
button.sno-comment-button { 
background: transparent; 
border: none; 
cursor: pointer; 
font-weight: bold; 
font-size: 12px; 
}
button.sno-comment-button:hover { 
text-decoration: underline; 
}
button.sno-recommended, 
button.sno-comment-share { 
margin-right: 20px; 
}
span.staff_pick { 
float: right; 
font-weight: bold; 
}
span.staff_pick i { 
padding-right: 4px; 
}
.comments-toggle { 
border-bottom: 2px solid #efefef; 
width: 100%; 
margin-top: 30px; 
box-shadow: rgb(226 226 226) 0px 6px 6px -6px; 
padding-bottom: 8px;
text-align: center; 
white-space: nowrap;
text-overflow: clip;
overflow: hidden;
}
.comments-toggle > span { 
font-size: 14px; 
font-weight: bold; 
color: #444; 
margin-right: 16px; 
padding-left: 7px;
padding-right: 7px;
cursor: pointer; 
transition: .3s all ease-in-out; 
border-bottom: 2px solid #efefef; 
}
.comments-toggle span:not(.comments-sort,.active-sort):hover, 
.comments-toggle span.comments-toggle-active { 
border-bottom: 2px solid #000; 
color: #000; 
}
.sno-comments-title span:focus {
outline-width: 0px;
}
.keyboard-activated .sno-comments-title span:focus {
outline-width: 2px;
}
.sno-no-comments { 
background: #d1ecf1; 
padding: 10px; 
margin-top: 40px; 
border-radius: 3px; 
border: 1px solid #bee5eb; 
color: #0c5460; 
font-size: 12px; 
line-height: 16px;
}
.comment-selected { 
background: #ddd; 
padding: 10px !important; 
border: 1px solid #888 !important; 
}
#comments .comment-selected textarea {
width: calc(100% - 32px);
}
#comments .comment-selected form#commentform #submit {
margin-right: 10px;
}
#comments .comment-selected form#commentform input#author, #comments .comment-selected form#commentform input#email {
width: calc(50% - 32px);
}
.sno-comment-share-link { 
background: #eee; 
padding: 10px; 
margin-top: 8px; 
display: none; 
}
.sno-comment-actions-editor { 
background: #efefef; 
padding: 5px; 
margin-top: 8px; 
margin-bottom: 8px; 
border: 1px solid #ddd; 
display: none; 
}
.sno-comment-bar { 
padding: 10px; 
font-size: 16px; 
text-align: center; 
background: #efefef; 
color: #000; 
border: 1px solid #ddd; 
cursor: pointer; 
margin-bottom: 30px;
margin-top: 20px;
}
.sno-side-icon {
position: relative;
width: 50px;
height: 50px;
padding: 5px;
margin-bottom: 10px;
color: #fff;
border-radius: 30px;
text-align: center;
font-size: 25px;
line-height: 48px;
box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
cursor: pointer;
transition: all .3s ease-in-out; 
}
.sno-side-icon:hover {
box-shadow: 0px 3px 15px rgba(0,0,0,0.6);
}
.sno-side-icon-ring {
width: 50px;
height: 50px;
border: 1px solid #fff;
border-radius: 30px;
position: relative;
}
.sno-side-icon-bubble {
background: #ff0000;
min-width: 14px;
height: 22px;
border-radius: 15px;
color: #ffffff;
font-size: 10px;
text-align: center;
line-height: 22px;
position: absolute;
top: -5px;
right: -5px;
padding-left: 4px;
padding-right: 4px;
}
.sno-side-icons {
position: fixed;
right: 10px;
display: block;
width: 60px;
z-index: 9999;
top: 50%;
transform: translateY(-50%);
display:none;
}
.sno-comment-id, .sno_spam_control { 
display: none; 
}
ul.comment-list {
clear:both;
}
.emailstoryform input[type="text"], .emailstoryform textarea { 
border: 1px solid #ccc; 
}
.sno-comment-captcha {
background: #f8d7da;
border: 1px solid #f5c6cb;
padding: 10px 15px;
margin-top: 15px;
font-size: 16px;
color: #721c24;
text-align: center;
display: none;
}
.sno-captcha-button {
display: inline-block;
font-size: 18px;
margin-left: 10px;
width: 40px;
height: 30px;
line-height: 30px;
border-radius: 3px;
border: 1px solid #4e070e;
color: #fff;
cursor: pointer;
background: #721c24;
transition: all .3s ease-in-out; 
}
.sno-captcha-button:hover {
background: #4e070e;
}
form#commentform #submit:disabled {
background: #ccc;
border-color: #aaa;
}
@media screen and (max-width: 600px) {
.sns-mobile-popup-container {
z-index: 10000;
}
.sno-side-icon i {
font-size: 24px;
line-height: 40px;
}
.sno-side-icon-ring {
border: unset !important;
width: 100% !important;
} 
.sno-side-icon-8 {
width: calc(12.5% - 1px) !important;
border-left: 1px solid #fff;
border-radius: 0px !important;
margin-bottom: 0px !important;
padding: 0 !important;
}
.sno-side-icons a:last-child > div.sno-side-icon-8 {
width: 12.5% !important;
border-left: unset !important;
}
.sno-side-icon-7 {
width: calc(14.285% - 1px) !important;
border-left: 1px solid #fff;
border-radius: 0px !important;
margin-bottom: 0px !important;
padding: 0 !important;
}
.sno-side-icons a:last-child > div.sno-side-icon-7 {
width: 14.285% !important;
border-left: unset !important;
}
.sno-side-icon-6 {
width: calc(16.666% - 1px) !important;
border-left: 1px solid #fff;
border-radius: 0px !important;
margin-bottom: 0px !important;
padding: 0 !important;
}
.sno-side-icons a:last-child > div.sno-side-icon-6 {
width:16.666% !important;
border-left: unset !important;
}
.sno-side-icon-5 {
width: calc(20% - 1px) !important;
border-left: 1px solid #fff;
border-radius: 0px !important;
margin-bottom: 0px !important;
padding: 0 !important;
}
.sno-side-icons a:last-child > div.sno-side-icon-5 {
width:20% !important;
border-left: unset !important;
}
.sno-side-icon-4 {
width: calc(25% - 1px) !important;
border-left: 1px solid #fff;
border-radius: 0px !important;
margin-bottom: 0px !important;
padding: 0 !important;
}
.sno-side-icons a:last-child > div.sno-side-icon-4 {
width:25% !important;
border-left: unset !important;
}
.sno-side-icon-3 {
width: calc(33.33% - 1px) !important;
border-left: 1px solid #fff;
border-radius: 0px !important;
margin-bottom: 0px !important;
padding: 0 !important;
}
.sno-side-icons a:last-child > div.sno-side-icon-3 {
width:33.33% !important;
border-left: unset !important;
}
.sno-side-icon-2 {
width: calc(50% - 1px) !important;
border-left: 1px solid #fff;
border-radius: 0px !important;
margin-bottom: 0px !important;
padding: 0 !important;
}
.sno-side-icons a:last-child > div.sno-side-icon-2 {
width:50% !important;
border-left: unset !important;
}
}
.like-count-display {
display: block;
}
.like-count-hide {
display: none;
}
.sno-comments-policy-display {
display: block;
}
#wpadminbar .avatar-initial {
float: right; 
background: none;
}.sno-weather-hourly-button-on {
background: #f7f7f7;
color: #282828;
cursor: pointer; font-size: 1.2em;
border: 1px solid #959595;
border-radius: 2px;
padding: 5px 5px 5px 5px;
margin: 0px 5px 5px 5px;
}
.sno-weather-hourly-button-off {
background: #ccc;
color: #282828;
cursor: pointer; font-size: 1.2em;
border: 1px solid #959595;
border-radius: 2px;
padding: 5px 5px 5px 5px;
margin: 0px 5px 5px 5px;
}
.sno-weather-hourly-items {
display: block;
float: left;
text-align: center;
background: #f7f7f7;
overflow: hidden;
width: 100%;
}
.sno-weather-hourly-time {
background-color: #ccc;
font-size: 1.2em;
padding: 2px 0 2px 0;
color: #282828;
}
.sno-weather-hourly-temp {
font-size: 1.8em;
padding: 10px 0px 10px 0px;
}
.sno-weather-hourly-image {
display: block;
padding-top: 10px;
}
.sno-weather-hourly-condition {
padding-left: 5px;
padding-right: 5px;
display: block;
flex-wrap: wrap;
justify-content: center;
font-size: 1.1em;
}
.sno-weather-hourly-icon {
font-size: 28px;
text-align: center;
vertical-align: middle;
color: #282828;
}
.sno-weather-hourly-slider {
align-items: flex-start;
display: flex;
flex-wrap: nowrap;
list-style: none;
margin: 0px;
overflow-x: scroll;
cursor: ew-resize;
scroll-snap-type: x mandatory;
scrollbar-width: none;
}
.sno-weather-hourly-slider::-webkit-scrollbar {
display: none;
}
.sno-weather-slides {
scroll-snap-align: start; scroll-snap-stop: always;
background-image: none !important;
padding: 0 0 0 0 !important;
margin: 0 0 0 0 !important;
}
.sno-weather-hourly-container {
margin-top: 5px;
} .sno-weather-daily-button-on {
margin-left: 3px;
background: #f7f7f7;
color: #282828;
cursor: pointer; font-size: 1.2em;
border: 1px solid #959595;
border-radius: 2px;
padding: 5px 5px 5px 5px;
margin: 0px 5px 5px 5px;
}
.sno-weather-daily-button-off {
margin-left: 3px;
background: #ccc;
color: #282828;
cursor: pointer; font-size: 1.2em;
border: 1px solid #959595;
border-radius: 2px;
padding: 5px 5px 5px 5px;
margin: 0px 5px 5px 5px;
}
.sno-weather-forecast-actions button:hover {
background-color: #f7f7f7;
}
.sno-weather-forecast-actions {
text-align: center;
margin-top: -35px !important;
} .sno-weather-daily-aqi {
padding: 2px 7px 2px 7px;
border-radius: 3px;
margin-left: 10px;
}
.sno-weather-daily-items-3 {
display: block;
float: left;
text-align: center;
border: 1px solid #ccc;
overflow: hidden;
width: calc(33.33% - 8.7px);
margin-left: 0px;
margin-right: 10px;
margin-top: 10px;
background: #f7f7f7;
}
.sno-weather-daily-items-3:nth-child(3n) {
margin-right: 0;
}
.sno-weather-daily-items-2-block {
display: block;
float: left;
text-align: center;
border: 1px solid #ccc;
overflow: hidden;
width: calc(50% - 8px);
margin-left: 5px;
margin-right: 0px;
margin-top: 5px;
background: #f7f7f7;
}
.sno-weather-daily-items-2-flex {
display: flex;
flex-wrap: wrap;
flex-direction: column;
border: 1px solid #ccc;
overflow: hidden;
width: calc(50% - 8px);
margin-right: 0px;
margin-left: 10px;
margin-top: 5px;
background: #f7f7f7;
}
.sno-weather-daily-items-1 {
display: block;
float: left;
text-align: center;
border: 1px solid #ccc;
overflow: hidden;
margin-left: 5px;
margin-right: 0px;
margin-top: 5px;
width: calc(100% - 8px);
}
.sno-weather-daily-items-1-split {
display: block;
float: left;
text-align: center;
border: 1px solid #ccc;
overflow: hidden;
margin-left: 5px;
margin-right: 0px;
margin-top: 5px;
width: calc(50% - 8px);
}
.sno-weather-daily-date {
background-color: #ccc;
font-size: 1.3em;
padding: 3px 0 3px 0;
}
.sno-weather-daily-icon {
font-size: 32px;
text-align: center;
line-height: 20px;
color: #282828;
vertical-align: middle;
margin-left: 5px;
}
.sno-weather-extended-forecast-display-flex {
display: flex;
flex-direction: row;
text-align: center;
}
.sno-weather-extended-forecast-display-block {
display: block;
text-align: center;
}
.sno-weather-daily-primary-3 {
font-size: 2em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
padding: 20px 0 20px 0;
}
.sno-weather-daily-primary {
font-size: 1.6em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
padding: 20px 0px 20px 0px;
}
.sno-weather-daily-condition-text {
font-size: 20px;
}
.sno-weather-daily-condition-text-small {
font-size: 15px;
}
.sno-weather-full-width-daily-condition-text {
font-size: 22px;
}
.sno-weather-daily-details {
font-size: 15px;
text-align: center;
padding: 0px 5px 5px 5px;
}@font-face{font-family:dashicons;src:url(//thegatewaytimes.org/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//thegatewaytimes.org/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//thegatewaytimes.org/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}html,
button,
input,
select,
textarea {
color: #222;
} ::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
} hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
} img {
vertical-align: middle;
} fieldset {
border: 0;
margin: 0;
padding: 0;
} textarea {
resize: vertical;
} .chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
} body {
}
.no-js {
padding-top: 106px;
}
h2 {
margin-top: 0;
}
.loaded section,
.no-js section, .parallaxloaded section {
opacity: 1;
-webkit-transition: opacity 300ms ease-out;
-moz-transition: opacity 300ms ease-out;
transition: opacity 300ms ease-out;
} #preload {
width: 1px;
height: 1px;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}
.bcg {
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%;
width: 100%;
}
.hsContainer {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.hsContent {
max-width: 40%;
position: absolute;
left: 5%;
top: 50%;
}
.hsContent .parallaxoverlay  {
background-color: rgba(0,0,0,0.5);
padding: 15px;
border-radius: 5px;
}
.hsContent .parallaxoverlay .parallaxtitle  {
color: #fff;
}  .ir {
background-color: transparent;
border: 0;
overflow: hidden; text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
} .hidden {
display: none !important;
visibility: hidden;
} .visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
} .visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
} .invisible {
visibility: hidden;
} .clearfix:before,
.clearfix:after {
content: " "; display: table; }
.clearfix:after {
clear: both;
} .clearfix {
zoom: 1;
} @media only screen and (min-width: 35em) { }
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) { } @media print {
* {
background: transparent !important;
color: #000 !important; box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
} .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} .flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;} 
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px} .flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//thegatewaytimes.org/wp-content/themes/snoflex/includes/flexslider/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;} .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
}.sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu li {
position: relative;
}
.sf-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}
.sf-menu > li {
float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
display: block;
}
.sf-menu a {
display: block;
position: relative;
}
.sf-menu ul ul {
top: 0;
left: 100%;
} .sf-menu {
float: left;
margin-bottom: 1em;
}
.sf-menu ul {
box-shadow: 2px 2px 6px rgba(0,0,0,.2);
min-width: 12em; *width: 12em; }
.sf-menu a {
border-left: 1px solid #fff;
border-top: 1px solid #dFeEFF; border-top: 1px solid rgba(255,255,255,.5);
padding: .75em 1em;
text-decoration: none;
zoom: 1; }
.sf-menu a {
color: #13a;
}
.sf-menu li {
background: #BDD2FF;
white-space: nowrap; *white-space: normal; -webkit-transition: background .2s;
transition: background .2s;
}
.sf-menu ul li {
background: #AABDE6;
}
.sf-menu ul ul li {
background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
background: #CFDEFF; -webkit-transition: none;
transition: none;
} .sf-arrows .sf-with-ul {
padding-right: 2.5em;
*padding-right: 1em; } .sf-arrows .sf-with-ul:after {
content: '';
position: absolute;
top: 50%;
right: 1em;
margin-top: -3px;
height: 0;
width: 0; border: 5px solid transparent;
border-top-color: #dFeEFF; border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
border-top-color: white; } .sf-arrows ul .sf-with-ul:after {
margin-top: -5px;
margin-right: -3px;
border-color: transparent;
border-left-color: #dFeEFF; border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
border-left-color: white;
}html.remodal-is-locked {
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
} .remodal,
[data-remodal-id] {
display: none;
} .remodal-overlay {
position: fixed;
z-index: 9999;
top: -5000px;
right: -5000px;
bottom: -5000px;
left: -5000px;
display: none;
} .remodal-wrapper {
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
overflow: auto;
text-align: center;
-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
display: inline-block;
height: 100%;
margin-left: -0.05em;
content: "";
} .remodal-overlay,
.remodal-wrapper {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .remodal {
position: relative;
outline: none;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.remodal-is-initialized { display: inline-block;
}.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
-webkit-filter: blur(3px);
filter: blur(3px);
} .remodal-overlay {
background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
-webkit-animation-name: remodal-overlay-opening-keyframes;
animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
-webkit-animation-name: remodal-overlay-closing-keyframes;
animation-name: remodal-overlay-closing-keyframes;
} .remodal-wrapper {
padding: 10px 10px 0;
} .remodal {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin-bottom: 10px;
padding: 35px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
color: #2b2e38;
background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
-webkit-animation-name: remodal-opening-keyframes;
animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
-webkit-animation-name: remodal-closing-keyframes;
animation-name: remodal-closing-keyframes;
} .remodal,
.remodal-wrapper:after {
vertical-align: middle;
} .remodal-close {
position: absolute;
top: 0;
left: 0;
display: block;
overflow: visible;
width: 50px;
height: 50px;
margin: 0;
padding: 0;
cursor: pointer;
-webkit-transition: color 0.2s;
transition: color 0.2s;
text-decoration: none;
color: #95979c;
border: 0;
background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
color: #2b2e38;
}
.remodal-close:before {
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
font-size: 25px;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 35px;
content: "\00d7";
text-align: center;
} .remodal-confirm,
.remodal-cancel {
font: inherit;
display: inline-block;
overflow: visible;
min-width: 110px;
margin: 0;
padding: 12px 0;
cursor: pointer;
-webkit-transition: background 0.2s;
transition: background 0.2s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border: 0;
outline: 0;
}
.remodal-confirm {
color: #fff;
background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
background: #66bb6a;
}
.remodal-cancel {
color: #fff;
background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
background: #ef5350;
} .remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
padding: 0;
border: 0;
} @-webkit-keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
}
}
@keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
} @media only screen and (min-width: 641px) {
.remodal {
max-width: 700px;
}
} .lt-ie9 .remodal-overlay {
background: #2b2e38;
}
.lt-ie9 .remodal {
width: 700px;
}* {
margin: 0;
padding: 0;
}
body {
-webkit-text-size-adjust: 100%;
}
@media print {
div[style*="display: none"],
.hidden {
display: none !important;
}
.sno-header-wrap-tablet,
.sno-header-wrap-mobile,
.sno-footer-wrap-tablet,
.sno-footer-wrap-mobile,
.sno-footer-wrap-tablet-footer,
.sno-footer-wrap-mobile-footer,
.sno-story-social-icons {
display: none !important;
}
a[href]:after {
content: none !important;
}
#sno_hoverbar {
display: none !important;
}
} .timeline-wrap {
margin-bottom: 30px;
}
.tl-attribution {
display: none;
}
.tl-byline {
display: inline-block;
padding-top: 10px;
}
.tl-timeline h2.tl-headline-title {
line-height: 1em !important;
}
.timeline-wrap .tl-timeline .tl-credit {
line-height: 1em;
}
.timeline-wrap .tl-timeline .tl-caption {
line-height: 1.3em;
}  .imagelink-wrap {
--il-overlay-close: #ffffff99;
--il-dot-size: 30px;
--il-dot-background: #f00;
--il-dot-color: #ffffff;
--il-enlarge-scale: 100;
--il-dot-pulse-color: #ff0000;
--il-dot-border: 0px;
--il-dot-border-color: #000;
--il-dot-font-size: 14px;
--il-dot-left: 0;
--il-dot-top: 0;
--il-overlay-border-color: #ffffff;
--il-wrap-border-radius: 0px;
--il-title-overlay-radius: 0px;
--il-title-inset: 0px;
--il-title-overlay-background: #00000077;
--il-linear-gradient-start: #00000000;
--il-linear-gradient-end: #000000ff;
--il-title-font: Helvetica, sans-serif;
--il-title-color: #fff;
--il-title-size: 30px;
--il-title-align: left;
--il-title-weight: normal;
--il-title-style: normal;
--il-deck-size: 24px;
--il-deck-align: left;
--il-deck-weight: normal;
--il-deck-style: normal;
--il-byline-size: 14px;
--il-byline-align: left;
--il-byline-weight: normal;
--il-byline-style: normal;
--il-overlay-title-font: Helvetica;
--il-overlay-body-font: Helvetica;
--il-overlay-text-color: #fff;
--il-overlay-title-size: 28px;
--il-overlay-title-alignment: center;
--il-overlay-text-size: 18px;
--il-overlay-text-line-height: 1.3em;
--il-overlay-photo-credit: 13px;
--il-overlay-photo-caption: 15px;
--il-image-full-fit: cover;
width: 100%;
position: relative;
margin-bottom: 30px;
overflow: hidden;
z-index: 1;
border-radius: var(--il-wrap-border-radius);
}
.shortcode-preview {
padding-bottom: 20px;
background: #fff;
}
.shortcode-preview-wrap {
background: #fff;
width: 100%;
padding: 50px 20px
}
.shortcode-usage {
background: #eee;
padding: 30px;
}
.shortcode-usage ul {
font-size: 18px;
margin-left: 20px;
}
.shortcode-usage p {
font-size: 16px;
line-height: 24px;
}
.shortcode-usage-title {
text-align: left;
font-size: 24px;
line-height: 36px;
text-decoration: underline;
}
.imagelink-wrap img {
width: 100%;
}
.pulsing-dot {
width: 100%;
height: 100%;
background-color: var(--il-dot-background);
border-radius: 50%;
position: absolute;
position: absolute;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);
transform: scale(1);
transition: transform .2s ease-in-out;
box-sizing: border-box;
font-size: var(--il-dot-font-size);
line-height: calc(var(--il-dot-size) - (2 * var(--il-dot-border)));
border: var(--il-dot-border) solid var(--il-dot-border-color);
color: var(--il-dot-color);
text-align: center;
}
.pulsing-dot:hover {
transform: scale(1.1);
}
.dot-overlay {
transform: scale(1);
width: 100%;
height: 100%;
position: absolute;
transition: transform .6s ease-in-out;
border-radius: 50%;
background: var(--il-dot-background);
color: var(--il-dot-color);
}
.dot-overlay.dot-enlarge {
border: none;
transform: scale(var(--il-enlarge-scale));
cursor: default;
}
.pulsing-dot i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.pulsing-dot.dot-enlarge {
animation: none;
border: none !important;
transform: translate(-50%, -50%) scale(100) !important;
cursor: default;
}
.pulsing-dot.dot-transition {
border: none !important;
}
.dot-tooltip-wrap {
position: relative;
height: 100%;
}
.dot-tooltip {
position: absolute;
display: none;
font-size: 18px;
line-height: 18px;
height: 18px;
color: #ffffff;
background: rgba(0, 0, 0, 0.8);
padding: 8px 12px;
border-radius: 8px;
white-space: nowrap;
z-index: 1000;
top: -5px;
transition: opacity 0.3s ease, transform 0.3s ease;
opacity: 0;
transform: translateY(10px);
}
.dot-tooltip:empty {
display: none;
}
.dot-wrapper:hover .dot-tooltip {
display: block;
opacity: 1;
transform: translateY(0);
}
.dot-wrapper {
position: absolute;
left: calc(var(--il-dot-left) + (var(--il-dot-size)/2));
top: calc(var(--il-dot-top) + (var(--il-dot-size)/2));
visibility: visible;
transform: translate(-50%, -50%) scale(1);
border-radius: 50%;
transition: width 0.3s ease, height 0.3s ease;
z-index: 1;
box-sizing: border-box;
width: var(--il-dot-size);
height: var(--il-dot-size);
cursor: pointer;
}
.dot-wrapper.tooltip-only {
cursor: default;
}
.dot-wrapper:focus {
outline: 2px solid #007bff;
outline-offset: 2px;
}
.dot-pulse {
width: 100%;
height: 100%;
background-color: var(--il-dot-pulse-color);
color: var(--il-dot-color);
border-radius: 50%;
position: absolute;
animation: growingdot 4s ease 2s infinite;
position: absolute;
transform: scale(1); transition: transform .6s ease-in-out; }
@keyframes growingdot {
0% {
transform: scale(0);
opacity: 1;
}
40%, 100% {
transform: scale(3);
opacity: 0;
}
}
.imagelink {
position: relative;
}
.imagelink-title-area, .imagelink-title-area-before {
width: 100%;
position: relative;
border-radius: var(--il-rounded-corners);
min-height: 20px;
}
.imagelink-title-area {
margin: -100px auto 0;
background: linear-gradient(to bottom, var(--il-linear-gradient-start) 0px, var(--il-linear-gradient-end) 100px);
padding-top: 80px;
padding-bottom: 20px;
}
.imagelink-title-area-before {
margin: 0px auto -118px;
background: linear-gradient(to top, var(--il-linear-gradient-start) 0px, var(--il-linear-gradient-end) 100px);
padding-bottom: 80px;
padding-top: 15px;
z-index: 1;
}
.imagelink-title-area.overlay-mode,
.imagelink-title-area-before.overlay-mode {
background: var(--il-title-overlay-background);
color: #fff;
left: var(--il-title-inset);
right: var(--il-title-inset);
position: absolute;
padding: 15px 0 20px 0;
margin: 0;
width: unset;
border-radius: var(--il-title-overlay-radius);
}
.imagelink-title-area.overlay-mode {
bottom: var(--il-title-inset);
top: unset;
}
.imagelink-title-area-before.overlay-mode {
top: var(--il-title-inset);
bottom: unset;
}
.image-link-title {
font-size: var(--il-title-size);
line-height: 1.3em;
color: var(--il-title-color);
padding: 0px 20px;
text-align: var(--il-title-align);
font-weight: var(--il-title-weight);
font-style: var(--il-title-style);
width: 100%;
box-sizing: border-box;
font-family: var(--il-title-font);
}
.image-link-deck {
font-size: var(--il-deck-size);
text-align: var(--il-deck-align);
font-weight: var(--il-deck-weight);
font-style: var(--il-deck-style);
color: var(--il-title-color);
font-family: var(--il-title-font);
line-height: 1.3em;
padding: 10px 20px 0;
width: 100%;
box-sizing: border-box;
}
.image-link-byline {
font-size: var(--il-byline-size);
text-align: var(--il-byline-align);
font-weight: var(--il-byline-weight);
font-style: var(--il-byline-style);
font-family: var(--il-title-font);
color: var(--il-title-color);
line-height: 1.3em;
padding: 10px 20px 0;
width: 100%;
box-sizing: border-box;
}
.image-link-title:empty,
.image-link-deck:empty,
.image-link-byline:empty {
display: none;
}
.image-link-byline a {
color: var(--il-title-color) !important;
}
.image-link-byline a:hover {
color: var(--il-title-color) !important;
text-decoration: underline;
}
.imagelink-overlay {
display: none;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
color: var(--il-overlay-text-color);
z-index: 2;
}
.imagelink-overlay h3 {
font-family: var(--il-overlay-title-font);
}
.imagelink-overlay-content {
width: 100%;
height: 100%;
position: relative;
}
.il-close {
position: absolute;
top: 0px;
right: 0px;
font-size: 30px;
cursor: pointer;
color: var(--il-overlay-close);
transition: all 0.3s ease-in-out;
z-index: 2;
}
.il-close:hover {
color: var(--il-overlay-text-color);
}
.imagelink-overlay h3 {
font-size: var(--il-overlay-title-size);
text-align: var(--il-overlay-title-alignment);
padding-bottom: 15px;
margin: 0px 0 0;
flex: 0 0 auto;
}
.imagelink-overlay h1,
.imagelink-overlay h2,
.imagelink-overlay h3,
.imagelink-overlay h4,
.imagelink-overlay h5,
.imagelink-overlay h6,
.imagelink-overlay p,
.imagelink-overlay li,
.imagelink-overlay .il-photo-caption,
.imagelink-overlay .il-photo-credit {
color: var(--il-overlay-text-color);
}
.imagelink-overlay a,
.imagelink-overlay a:hover {
color: var(--il-overlay-text-color) !important;
}
.imagelink-overlay h3:empty {
display: none;
}
.imagelink-overlay p {
margin-bottom: 15px;
font-size: var(--il-overlay-text-size);
line-height: var(--il-overlay-text-line-height);
}
.il-content {
border-top: 1px solid var(--il-overlay-border-color);
font-family: var(--il-overlay-body-font);
padding-top: 15px;
padding-bottom: 10px;
flex: 1 1 auto;
overflow-y: auto;
cursor: default;
height: calc(100% - 50px);
}
.il-content:empty {
display: none;
}
.il-content-video {
flex: 1 1 auto;
overflow-y: auto;
cursor: default;
}
.il-photo-area,
.il-video-area {
float: right;
margin: 0 0 20px 20px;
width: 50%;
}
.il-video-full {
flex: 1 1 auto;
flex-direction: column;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
position: relative;
width: 100%;
}
.il-video-full iframe,
.il-video-area iframe {
max-width: 100%;
}
.il-photo-credit {
font-size: var(--il-overlay-photo-credit);
color: #fff;
text-align: right;
line-height: 1.5em;
margin-top: 5px;
width: 100%;
}
.il-photo-credit:empty {
display: none;
}
.il-photo-caption {
font-size: var(--il-overlay-photo-caption);
line-height: 1.3em;
color: #fff;
text-align: left;
margin-top: 5px;
width: 100%;
}
.il-photo-caption:empty {
display: none;
}
.il-caption-area-overlay {
position: absolute;
left: 0;
bottom: 0;
right: 0;
background: #00000055;
padding: 5px 15px 15px 15px;
color: #fff;
text-align: left;
}
.il-photo-full {
flex: 1 1 auto;
overflow: hidden;
position: relative;
margin-top: -1px;
background: transparent;
}
.il-photo-full img {
height: 100% !important;
width: 100% !important;
object-fit: var(--il-image-full-fit);
background: transparent;
}
.overlay-innerwrap {
position: absolute;
left: 20px;
right: 20px;
top: 20px;
bottom: 20px;
} .embed-caption {
margin-top: 8px;
font-size: 15px;
}
.infobox-carousel ul {
margin: 0px !important;
}
.infobox-carousel li.infobox-list-item {
padding-left: 0 !important;
background-image: none !important;
}
.skip-to-content {
position: absolute;
left: 10px;
top: -1000px;
height: auto;
width: auto;
display: block;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 10px 20px 9px;
background: #f0f0f1;
color: #2271b1;
z-index: 100000;
line-height: normal;
text-decoration: none;
transition: top 0.3s ease-in-out;
text-decoration: none;
border-radius: 5px;
}
input.hac-search {
max-width: 100%;
width: 100%;
box-sizing: border-box;
}
.link-focus:focus img {
border: 2px solid #007bff;
padding: 2px;
box-sizing: border-box;
}
.skip-to-content:focus {
top: 10px;
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}
a.skip-to-content,
a.skip-to-content:visited {
color: #2271b1;
}
.carousel-widget img {
cursor: pointer;
}
button.infobox-nav-button {
border: none;
background: none;
}
.activate-tab-controls .flex-pauseplay {
opacity: 1 !important;
}
.grid-widget-tile:focus-within .gridwidgetoverlay {
display: block !important;
}
.flexslider:focus-within .carouseloverlaytext,
.flexslider:focus-within .carouseloverlay {
opacity: 1 !important;
display: block !important;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.emailshare .photocontainer2 img {
cursor: pointer;
}
.sfi-slideshow button {
border: none;
background: unset;
}
.remodal-inner-container .photocredit a:focus,
.inline-slideshow .photocredit a:focus {
outline: 2px solid blue;
outline-offset: 2px;
}
.sno_slideshow_nav_left button:focus,
.sno_slideshow_nav_right button:focus {
outline: 3px solid white;
outline-offset: 5px;
}
button.sno-story-comment-bar {
display: block;
width: 100%;
}
iframe.wp-embedded-content { 
max-width: 100%; 
}
.widget-inline-gallery {
display: grid;
gap: 2px;
width: 100%;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.live-coverage-banner-wrap {
display: none;
width: 100%;
margin-bottom: 30px;
}
.update-style-wrap .sno-story-byline {
border-bottom: none !important;
border-top: none !important;
}
.live-coverage-banner {
padding: 10px 20px;
border-radius: 5px;
background: #D0021B;
color: #fff;
font-size: 20px;
float: left;
box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
opacity: 0;
}
.live-update-meta {
margin-bottom: 10px;
width: 80%;
}
.live-update-wrap .sno-story-byline.byline-live-update {
margin-bottom: 10px;
}
.live-update-wrap h3 {
margin-top: 0;
margin-bottom: 15px;
}
.update-notification,
.refresh-notification {
display: none;
position: fixed;
bottom: 25px;
left: 50%;
transform: translateX(-50%);
padding: 10px 20px;
border-radius: 30px;
background: #D0021B;
color: #fff;
z-index: 10000;
cursor: pointer;
transition: all .3s ease-in-out;
font-size: 20px;
box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.update-notification:hover,
.refresh-notification:hover {
filter: brightness(1.25);
}
.refresh-notification {
z-index: 10001;
}
.live-update-wrap {
padding-bottom: 15px;
margin-bottom: 30px;
position: relative;
}
.live-update-meta {
font-size: 18px;
line-height: 24px;;
}
.update-byline-meta {
font-style: italic;
color: #555;
}
.live-update-shadow {
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
transform: translateZ(0);
}
.live-update-share-wrap {
position: absolute;
right: 30px;
top: 30px;
cursor: pointer;
display: block;
}
.live-update-wrap:not(.pinned-update,.update-add-padding,.update-new) .live-update-share-wrap {
right: 0px;
}
.timestamp-label {
float: left;
margin-right: 3px;
}
.live-update-timestamp {
height: 20px;
overflow: hidden;
position: relative;
}
.timestamp-time {
position: absolute;
}
.timestamp-elapsed {
position: absolute;
top: 20px;
}
.timestamp-elapsed-update {
position: absolute;
top: 20px;
}
.live-update-share-text {
color: #fff;
background: #444;
margin-right: 10px;
margin-top: 5px;
padding: 5px 10px;
border-radius: 4px;
height: 18px;
line-height: 18px;
font-size: 12px;
display: none;
float: right;
}
.live-update-share-link {
font-size: 18px;
border: 1px solid #ddd;
text-align: center;
box-sizing: border-box;
border-radius: 30px;
width: 40px;
height: 40px;
border-width: 1px;
color: #555;
line-height: 38px !important;
background: #fff;
cursor: pointer;
float: right;
}
.sno-story-photo-no-caption-area {
margin-bottom: 15px;
}
.live-update-share-link-hover {
color: #fff;
background: #555 !important;
border-color: #000;
cursor: pointer;
}
.live-update-share-link i {
position: relative;
z-index: 1;
}
.live-update-wrap .sno-story-photo-area .sno-story-photo-caption-area,
.live-update-wrap .captionboxmittop,
.live-update-wrap .sno-story-photo-image-area {
border: none;
filter: brightness(.95);
}
.live-update-wrap.pinned-update,
.live-update-wrap.update-add-padding,
.live-update-wrap.live-update-shadow,
.live-update-wrap.update-new,
.live-update-wrap.update-rendered {
padding: 30px;
margin-left: -30px;
margin-right: -30px;
}
.live-update-wrap.update-rendered {
padding: 30px;
margin-left: -30px;
margin-right: -30px;
border: 1px solid rgba(255, 0, 0, 0);
}
.live-update-wrap.update-rendered:not(.pinned-update,.update-add-padding) {
padding: 30px 0px;
margin-left: 0px;
margin-right: 0px;
border-bottom: 1px solid #aaa;
border-bottom-color: #aaa !important;    
}
.live-update-wrap.update-new,
.live-update-wrap.update-new:not(.pinned-update) {
border: 1px solid #D0021B;
opacity: 0;
display: none;
transition: all .3s ease-in-out;
}
.live-update-wrap .pinned-text {
font-size: 16px;
}
.live-update-wrap .pinned-flag {
font-size: 20px;
line-height: 18px;
margin-bottom: 14px;
width: fit-content;
}
.live-update-pin {
font-size: 16px;
padding-right: 5px;
}
.live-update-wrap .label-text {
font-weight: bold;
float: left;
margin-right: 10px;
}
.live-update-wrap .live-update-spacer {
font-size: 18px;
padding-left: 8px;
padding-right: 8px;
float: left;
}
.widget-inline-gallery .widget-inline-gallery-thumb img {
object-fit: cover;
width: 100%;
height: 100%;
}
.widget-inline-gallery .widget-inline-gallery-thumb {
overflow: hidden;
}
.widget-inline-gallery .widget-inline-gallery-thumb.widget-inline-horizontal {
aspect-ratio: 1.5;
}
.widget-inline-gallery .widget-inline-gallery-thumb.widget-inline-square {
aspect-ratio: 1;
}
.widget-inline-gallery .widget-inline-gallery-thumb.widget-inline-vertical {
aspect-ratio: .67;
} .sno-story-body .sno-countdown-wrap,
.sno-story-body .infographic-widget-container {
margin-bottom: 30px;
}
.sno-story-body-content .sno-pdf-flipbook-canvas {
margin-bottom: 30px;
}
.collection-link {
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
}
.collection-link-icon {
box-sizing: border-box;
float: right;
border-radius: 30px;
width: 32px;
height: 32px;
border: 1px solid #ddd;
padding: 6px;
font-size: 14px;
transition: all .5s ease-in-out;
text-align: center;
}
.collection-link-light.collection-link:hover .collection-link-icon {
background: #333;
color: #fff;
}
.collection-link-dark.collection-link:hover .collection-link-icon {
background: #ccc;
color: #000;
}
.collection-link:hover .collection-link-text {
opacity: 1;
}
.collection-link-text {
float: right;
font-size: 16px;
line-height: 36px;
padding-right: 6px;
color: #333;
opacity: 0;
transition: all .5s ease-in-out;
}
.collection-link-light .collection-link-text {
color: #333;
}
.collection-link-dark .collection-link-text {
color: #ccc;
}
.collection-link-light .collection-link-icon {
border-color: #ddd;
color: #aaa;
}
.collection-link-dark .collection-link-icon {
border-color: #333;
color: #888;
}
.collection-viewer-body {
margin: 0px auto;
}
.collection-viewer-wrap {
width: 100vw;
height: calc(100vh - 133px);
overflow: scroll;
position: relative;
}
.modal-story-collection {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9997;
display: none;
background: #fff;
}
.collection-viewer-transition {
transition: all 0.3s ease-in-out;
}
.collection-viewer-transition-active {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9998;
background: #000;
}
.collection-viewer-body .sno-story-page {
padding-top: 0px;
}
.modal-story-collection .sno_slideshow_nav_left {
left: 0;
z-index: 9999;
}
.modal-story-collection .sno_slideshow_nav_right {
right: 0;
z-index: 9999;
}
.modal-story-collection .sno_slideshow_nav_left .slideshow_left {
border-radius: 0 5px 5px 0;
}
.modal-story-collection .sno_slideshow_nav_right .slideshow_right {
border-radius: 5px 0 0 5px;
}
.modal-story-collection .sno_slideshow_nav_left .slideshow_left,
.modal-story-collection .sno_slideshow_nav_right .slideshow_right {
background: #ddd;
opacity: .5;
}
.modal-story-collection .sno_slideshow_nav_left .slideshow_left:hover,
.modal-story-collection .sno_slideshow_nav_right .slideshow_right:hover {
background: #000;
opacity: 1;
}
.lockposition {
overflow: hidden !important;
height: 88vh !important;
position: absolute;
right: 0;
}
.quotebody {
position: relative;
}
.story-collection-overlay .sfi-thumb-navigation-area {
background: #fff;
}
.story-collection-overlay .sfi-title a:hover { 
border-bottom: 1px solid #aaa;
}
.story-collection-overlay .photo-container, .photo-caption-container a { 
color: #000 !important; 
}
.story-collection-overlay .sfi-header { 
border-bottom: 1px solid #333; 
background: #000;
color: #fff;
}
.story-collection-overlay .sfi-thumb-navigation-area { 
border-top: 1px solid #333; 
}
.story-collection-overlay .sfi-thumb-navigation-area,
.story-collection-overlay .sfi-thumbnails {
background: #000;
color: #fff;
}
.story-collection-overlay .sfi-thumb {
filter: brightness(.4);
transition: all 0.3s ease-in-out;
}
.story-collection-overlay .sfi-thumb:hover,
.story-collection-overlay .sfi-thumb.active-story {
filter: brightness(1);
}
.story-collection-overlay .photo-caption-container { 
border-left: 1px solid rgba(0,0,0,0.1); 
}
.story-collection-overlay .sfi-return-to-story { 
color: rgba(255, 255, 255, 0.6); 
}
.story-collection-overlay .sfi-return-to-story:hover,
.modal-story-collection .remodal-close.sno-overlay-close:hover,
.story-collection-overlay .remodal-story-image .modal-close:hover { 
color: rgb(255, 255, 255);
}
.story-collection-overlay .slideshow_left, .story-collection-overlay .slideshow_right { 
background: #000; 
opacity: 1; 
}
.story-collection-overlay .sfi_left:hover, .story-collection-overlay .sfi_right:hover { 
opacity: 1; 
color: #000; 
}
.story-collection-overlay .slideshow-caption-container { 
border-color: rgba(0,0,0,0.1); 
}
.story-collection-overlay .sfi-thumb-navigation-area img:hover { 
opacity: 1; 
}
.story-collection-overlay .sfi-thumb-navigation-area img { 
opacity: 1; 
}
.story-collection-overlay p.photocaptionremodal { 
color: #000; 
}
.story-collection-overlay .sfiphotowrap { 
background: #fff; 
}
.story-collection-overlay .slideshowwrap { 
position: relative; 
}
.story-collection-overlay .sfi_left,
.story-collection-overlay .sfi_right {
background: #000;
}
.story-collection-overlay .sfi_left:hover,
.story-collection-overlay .sfi_right:hover {
color: #fff;
}
.sno-collection {
margin-top: 20px;
margin-bottom: 20px;
}
.collection-nav-title {
font-size: 15px;
line-height: 20px;
height: 60px;
overflow: hidden;
margin-left: 8px;
text-align: left;
color: #fff;
}
#collection-thumbnails .collection-nav-title a {
color: #fff;
}
.collection-nav-title a:hover {
text-decoration: none;
}
.collection-story {
height: 100vh;
overflow-y: scroll;
}
.collection-grid-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 15px;
text-align: center;
color: #fff;
font-size: 24px;
line-height: 1.2em;
display: grid;
align-items: center;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.collection-grid-nophoto {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 15px;
text-align: center;
color: #fff;
font-size: 24px;
line-height: 1.2em;
display: grid;
align-items: center;
opacity: 1;
transition: all 0.3s ease-in-out;
}
.collection-tile-text-no-photo {
top: 0;
right: 0;
bottom: 0;
left: 0;
display: grid;
align-items: center;
}
.collection-grid-overlay a:hover,
.collection-tile-text a:hover,
.collection-grid-nophoto a:hover {
text-decoration: none;
}
.collection-grid img {
object-fit: cover;
width: 100%;
height: 100%;
}
.sno-collection .preview-card {
cursor: pointer;
overflow: hidden;
position: relative;
}
.collection-grid-item-wrap {
overflow: hidden;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
.sno-collection .collection-grid-item-wrap:hover {
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.sno-collection .sno-story-deck {
text-align: center;
}
.collection-grid-item-wrap {
background: #eee;
}
.collection-tile-text {
padding: 10px;
}
.collection-photo-wrap {
width: 100%;
position: relative;
}
.collection-photo-wrap img {
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
} .infobox-segment-content p {
word-wrap: break-word;
}
th.roster_jersey, td.roster_jersey, th.roster_grade, td.roster_grade {
min-width: 50px;
}
th.roster_name, td.roster_name {
padding-left: 10px;
line-height: 1.3em;
}
.sno-story-body .inline-slideshow-area p.photocaptioninline {
margin-bottom: 8px;
}
.bos_lf_notice {
font-size: 22px;
line-height: 30px;
background: #000;
color: #fff;
padding: 20px;
}
.inline-caption-container .photocredit, .inline-caption-container .photocredit a {
color: #fff !important;
}
.sno-slideshow-segment .segment-body a,
.infobox-segment-body a {
text-decoration: underline;
}
.sno-story-split-text-area div {
width: 100%;
}
@media only screen and (max-width: 600px) {
.sno-story-media-area .fullphoto-overlay {
border-radius: 0px !important;
top: unset !important;
bottom: unset !important;
left: unset !important;
right: unset !important;
width: unset;
position: relative;
}
.sno-story-split-text-area div:not(.byline-photo, .byline-inner-container) {
margin-left: 0px;
margin-right: 0px;
}    
figure.alignleft img, figure.alignright img {
width: 100%;
}
.sno-story-related-content .column-count-2 .related-story-photo-area {
display:block !important;
}
.sno-story-related-content .column-count-2 .related-story-photo {
width: 100% !important;
margin-bottom: 10px;
}
}
h1.searchheading {
font-size: 30px;
line-height: 42px;
}
.sno-story-container a {
word-break: break-word;
}
li.inline-thumb,
li.sfi-thumb {
height: 70px;
cursor: pointer;
} 
.inline-slideshow-area .flexslider .slides li.inline-thumb img {
object-fit: cover;
}
.sno-story-body {
overflow-wrap: break-word;
}
.segment-body ul,
.segment-body ol {
margin-bottom: 20px;
}
.segment-body ul li,
.segment-body ol li {
line-height: 1.3em;
margin-bottom: 5px;
}
.sno-story-body ul li:not(.flex-viewport li),
.segment-body ul li:not(.flex-viewport li) {
margin-left: 40px;
margin-bottom: 3px;
}
.sno-story-fulltop-text {
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
position: relative;
}
.sno-story-fulltop-text-inner {
margin: 0 auto;
}
.sno-story-page.sno-story-sidebar-mode-dual {
flex-direction: row-reverse;
}
.pullquote-shadow {
box-shadow: -1px 0 2px 0 rgb(0 0 0 / 12%), 1px 0 2px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 24%);
}
.sno-story-body .sidebarimage {
margin-bottom: 0;
padding: 0;
max-width: 100%;
}
.sno-slideshow-segment p.pullquotetext {
font-size: 22px;
line-height: 1.4em;
text-indent: 75px;
padding-top: 20px;
}
.sno-story-body p.quotespeaker {
font-size: 18px;
}
.segment-caption-area {
line-height: 1.4em;
}
.sno-story-split-container,
.sno-story-fulltop-container {
max-width: 100%;
}
figcaption.wp-caption-text {
padding-top: 8px;
padding-bottom: 8px;
}
.sno-infobox {
box-sizing: border-box;
max-width: 100%;
position: relative;
margin-left: auto;
margin-right: auto;
}
.infobox-preview {
padding: 50px 0px;
background: #fff;
}
.sno-infobox .flexslider {
margin-bottom: 25px;
}
.sno-infobox .infobox-segment-content p {
margin-bottom: 15px;
}
.sno-infobox .flex-control-paging li a {
width: 6px;
height: 6px;
}
.sno-infobox .flex-control-nav li {
margin: 3px;
}
.sno-infobox .flex-control-nav {
bottom: -40px;
}
.sno-infobox li.infobox-list-item {
list-style: none;
}
.infobox-navigation {
position: absolute;
right: 20px;
bottom: 20px;
}
.infobox-title, 
.infobox-byline {
line-height: 1.3em;
}
.image-link-byline a:hover {
text-decoration: underline;
}
.infobox-navigation .infobox-nav-icon {
margin-left: 5px;
font-size: 18px;
width: 25px;
line-height: 25px;
border-radius: 25px;
border: 2px solid #cccccc;
text-align: center;
transition: all 0.3s ease-in-out;
cursor: pointer;
color: #666;
}
.infobox-nav-icon:hover {
background: #000000;
border-color: #ffffff;
color: #ffffff;
}
.infobox-segment-content ul li {
list-style-type: disc;
line-height: 1.3em;
}
.infobox-segment-content ol li {
line-height: 1.3em;
}
.sno-infobox .flex-disabled {
display: inline-block !important;
opacity: .2;
}
.infobox-segment-image {
width: 100%;
}
.infobox-segment-image img {
width: 100%;
height: 100%;
object-fit: cover;
box-sizing: border-box;
}
.infobox-segment-title-accordion {
width: 100%;
cursor: pointer;
}
.infobox-toggle {
float: right;
margin-top: 3px;
}
.infobox-segment .infobox-segment-title {
line-height: 1.3em;
}
.infobox-segment .infobox-segment-content p {
line-height: 1.3em;
}
.infobox-segment .infobox-segment-caption-area {
line-height: 1.4em;
}
.infobox-segment .infobox-segment-content p:last-of-type {
margin-bottom: 0;
}
.infobox-segment-body {
display: flex;
}
.infobox-segment-text-area {
flex: 1;
}
.sno-story-related-content-carousel {
position: fixed;
bottom: -120px;
left: 0;
right: 0;
z-index: 10000;
}
.related-carousel-list {
border: none;
width: calc(100% - 100px);
float: left;
}
.rcl-nav {
width: 50px;
height: 110px;
float: left;
box-sizing: border-box;
}
.rcl-nav .custom-navigation {
padding-top: 30px;
}
.rcl-left,
.rcl-right {
color: #ccc;
height: 70px;
width: 30px;
transition: all 0.3s ease-in-out;
font-size: 60px;
line-height: 70px;
opacity: 0.5;
}
.rcl-left {
padding-left: 10px;
}
.rcl-right {
text-align: right;
padding-right: 10px;
}
.rcl-left:hover,
.rcl-right:hover {
color: #000;
cursor: pointer;
opacity: 1;
}
.sno-story-related-content-carousel:hover .rcl-left,
.sno-story-related-content-carousel:hover .rcl-right {
opacity: 1;
}
.rcl-top-row {
float: left;
width: 400px;
list-style-type: none;
margin-right: 10px;
height: 90px;
overflow: hidden;
margin-left: 0px;
margin-top: 15px;
padding-top: 0px;
margin-bottom: 15px;
}
.rcl-top-row img {
float: left;
margin: 0px 5px 0px 0px;
}
.rcl-image {
max-width: 90px;
width: 90px;
height: 90px;
max-height: 90px;
overflow: hidden;
float: left;
margin-right: 8px;
}
.rcl-cat {
text-transform: uppercase;
letter-spacing: 0.075em;
font-size: 12px;
margin-bottom: 5px;
margin-left: 8px;
}
.rcl-title {
font-size: 15px;
line-height: 20px;
height: 60px;
overflow: hidden;
margin-left: 8px;
}
.flexslider.related-carousel-list {
margin-bottom: 0;
}
h1.sno-story-headline {
margin-top: 0;
}
.byline-inner-container {
margin: 0 auto;
}
.byline-photo-row,
.sno-story-split-text-area .byline-photo-row {
margin-top: 5px;
margin-bottom: 5px;
width: fit-content;
}
.byline-photo {
float: left;
margin-right: 8px;
cursor: pointer;
}
.byline-photo img {
object-fit: cover;
width: 100%;
height: 100%;
}
.sno-story-page .sno-story-photo-image-area {
overflow: hidden;
width: 100%;
height: 100%;
}
.sno-story-page .sno-story-photo-area img {
max-width: 100%;
width: 100%;
height: 100%;
border-style: solid;
box-sizing: border-box;
display: inherit;
}
.sno-story-photo-caption-area {
border-style: solid;
border-top: none !important;
}
.sno-story-photo-credit {
line-height: 1.3em;
}
.sno-story-body-media {
width: 50%;
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
.sno-story-caption-wrap-below .sno-story-media-caption {
border: none;
}
.sno-story-caption-wrap-below .sno-story-media-photo-credit {
text-align: right;
}
.sno-story-caption-wrap-below {
margin-top: 6px;
}
.sno-story-body .sno-network {
padding-top: 12px;
padding-bottom: 30px;
margin-top: 30px;
margin-bottom: 30px;
}
.sno-story-body .sno-network .ad-heading {
font-size: 10px;
line-height: 1;
margin-bottom: 12px;
text-align: center;
}
.sno-story-body .sno-network .ad-image {
width: fit-content;
margin: 0 auto;
}
.sno-story-body .sno-drop-cap > p:first-of-type:first-letter {
float: left;
line-height: .9;
margin: 0 2px -10px 0;
padding-left: 8px;
padding-right: 8px;
}
.sno-story-body .sno-drop-cap-inverted > p:first-of-type:first-letter {
float: left;
line-height: .9;
color: #fff;
border-radius: 5px;
margin: 6px 10px -10px 0;
padding-left: 5px;
padding-right: 5px;
}
ul.sno-story-cat-block-list,
ul.sno-story-tag-block-list {
list-style-type: none !important;
margin: 0;
padding: 0 !important;
text-align: center;
}
ul.sno-story-cat-block-list li,
ul.sno-story-tag-block-list li {
background-image: none !important;
background-color: #393939;
color: #fff;
border-radius: 3px;
padding: 6px 8px;
margin: 0 6px 10px 0;
display: inline-block;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
ul.sno-story-cat-block-list li:hover,
ul.sno-story-tag-block-list li:hover {
filter: brightness(130%);
}
ul.sno-story-cat-block-list li a,
ul.sno-story-tag-block-list li a {
color: #fff;
transition: all 0.3s ease-in-out;
}
ul.sno-story-cat-block-list li a:hover,
ul.sno-story-tag-block-list li a:hover {
text-decoration: none;
}
.sno-story-comment-bar {
border-style: solid;
cursor: pointer;
transition: all 0.3s ease-in-out;
box-sizing: border-box;
text-align: center;
}
.sno-story-comment-bar:hover {
filter: brightness(95%);
}
.sno-story-container {
margin: 0 auto;
}
.contributor-photo img {
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.contributor-photo-area {
margin-right: 10px;
overflow: hidden;
}
.contributor-photo {
position: relative;
width: 100%;
overflow: hidden;
}
.contributor-text {
flex: 1;
text-align: left;
}
.contributor-name {
margin-bottom: 6px;
}
.contributor-area {
width: 100%;
display: flex;
cursor: pointer;
}
.contributor-title {
margin-bottom: 15px;
line-height: 1;
}
.contributor-divider {
padding-top: 15px;
margin-bottom: 15px;
}
.sno-story-contributor-box {
box-sizing: border-box;
}
.related-story-area {
width: 100%;
display: grid;
gap: 15px;
}
.related-story-headline {
padding-top: 8px;
padding-bottom: 8px;
text-align: left;
}
.related-story-divider, .contributor-divider {
padding-top: 15px;
margin-bottom: 15px;
}
.related-story-photo {
position: relative;
}
.related-story-photo img {
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
left: 0;
}
.related-photo-area {
width: 100%;
}
.sno-story-related-content {
box-sizing: border-box;
}
.related-story-photo-area {
width: 100%;
}
.sno-story-related-content .related-title, .sno-sidebar-related .related-title {
margin-bottom: 15px;
line-height: 1;
}
.sno-story-related-content .column-count-1 .related-story-photo {
float: left;
padding-bottom: 0;
}
.sno-story-related-content .column-count-1 .related-story-photo-area {
display: flex;
}
.sno-story-related-content .column-count-1 .related-story-headline {
flex: 1;
align-items: center;
display: flex;
}
.sno-story-related-content .related-story-area.column-count-2 {
grid-template-columns: repeat(2, 1fr);
}
.sno-story-related-content .related-story-area.column-count-3 {
grid-template-columns: repeat(3, 1fr);
}
.sno-story-related-content .related-story-area.column-count-4 {
grid-template-columns: repeat(4, 1fr);
}
.sno-story-related-content .related-story-area.column-count-5 {
grid-template-columns: repeat(5, 1fr);
}
.related-story.preview-card {
transition: all 0.3s ease-in-out;
cursor: pointer;
overflow: hidden;
position: relative;
display: flex;
}
.no-image {
flex: 1;
align-items: center;
display: flex;
}
.related-story.preview-card:hover {
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.sno-row-icons {
margin-left: auto;
margin-right: auto;
z-index: 1;
}
.sno-row-icons-side {
z-index: 2000;
}
.sno-row-icon {
float: left;
cursor: pointer;
transition: all 0.3s ease-in-out;
text-align: center;
position: relative;
}
.snodo-st-section .sno-row-icon:hover {
box-shadow: 0px 3px 15px rgba(0,0,0,0.6);
opacity: 1 !important;
}
.sno-row-icon-ring {
border-style: solid;
border-color: #fff;
}
.hover-full-color .sno-row-icon-ring {
border-color: #ffffff !important;
}
.facebook-row-icon {
background: #3b5998;
color: #ffffff;
}
.hover-full-color.facebook-row-icon {
background: #3b5998 !important;
color: #ffffff !important;
}
.twitter-row-icon {
background: #000000;
color: #ffffff;
}
.hover-full-color.twitter-row-icon {
background: #000000 !important;
color: #ffffff !important;
}
.pinterest-row-icon {
background: #c92228;
color: #ffffff;
}
.hover-full-color.pinterest-row-icon {
background: #c92228 !important;
color: #ffffff !important;
}
.reddit-row-icon {
background: #00bf8f;
color: #ffffff;
}
.hover-full-color.reddit-row-icon {
background: #00bf8f !important;
color: #ffffff !important;
}
.email-row-icon {
background: #1f385c;
color: #ffffff;
}
.hover-full-color.email-row-icon {
background: #1f385c !important;
color: #ffffff !important;
}
.print-row-icon {
background: #546b8b;
color: #ffffff;
}
.hover-full-color.print-row-icon {
background: #546b8b !important;
color: #ffffff !important;
}
.comment-row-icon {
background: #2e7061; 
color: #fff;
}
.hover-full-color.comment-row-icon {
background: #2e7061 !important; 
color: #fff !important;
}
.like-row-icon {
background: #862635; 
color: #fff;
}
.hover-full-color.like-row-icon {
background: #862635 !important; 
color: #fff !important;
}
.full-color-inverse .email-row-icon {
background: #fff;
color: #1f385c;
}
.full-color-inverse .email-row-icon .sno-row-icon-ring {
border-color: #1f385c;
}
.full-color-inverse .facebook-row-icon {
background: #fff;
color: #3b5998;
}
.full-color-inverse .facebook-row-icon .sno-row-icon-ring {
border-color: #3b5998;
}
.full-color-inverse .twitter-row-icon {
background: #fff;
color: #000000;
}
.full-color-inverse .twitter-row-icon .sno-row-icon-ring {
border-color: #000000;
}
.full-color-inverse .pinterest-row-icon {
background: #fff;
color: #c92228;
}
.full-color-inverse .pinterest-row-icon .sno-row-icon-ring {
border-color: #c92228;
}
.full-color-inverse .reddit-row-icon {
background: #ffffff;
color: #00bf8f;
}
.full-color-inverse .reddit-row-icon .sno-row-icon-ring {
border-color: #00bf8f;
}
.full-color-inverse .print-row-icon {
background: #fff;
color: #546b8b;
}
.full-color-inverse .print-row-icon .sno-row-icon-ring {
border-color: #546b8b;
}
.full-color-inverse .comment-row-icon {
background: #fff;
color: #2e7061;
}
.full-color-inverse .comment-row-icon .sno-row-icon-ring {
border-color: #2e7061;
}
.full-color-inverse .like-row-icon {
background: #fff;
color: #862635;
}
.full-color-inverse .like-row-icon .sno-row-icon-ring {
border-color: #862635;
}
.hover-full-color-inverse.email-row-icon {
background: #fff !important;
color: #1f385c !important;
}
.hover-full-color-inverse.email-row-icon .sno-row-icon-ring {
border-color: #1f385c !important;
}
.hover-full-color-inverse.facebook-row-icon {
background: #fff !important;
color: #3b5998 !important;
}
.hover-full-color-inverse.facebook-row-icon .sno-row-icon-ring {
border-color: #3b5998 !important;
}
.hover-full-color-inverse.twitter-row-icon {
background: #fff !important;
color: #000000 !important;
}
.hover-full-color-inverse.twitter-row-icon .sno-row-icon-ring {
border-color: #000000 !important;
}
.hover-full-color-inverse.pinterest-row-icon {
background: #fff !important;
color: #c92228 !important;
}
.hover-full-color-inverse.pinterest-row-icon .sno-row-icon-ring {
border-color: #c92228 !important;
}
.hover-full-color-inverse.reddit-row-icon {
background: #ffffff !important;
color: #00bf8f !important;
}
.hover-full-color-inverse.reddit-row-icon .sno-row-icon-ring {
border-color: #00bf8f !important;
}
.hover-full-color-inverse.print-row-icon {
background: #fff !important;
color: #546b8b !important;
}
.hover-full-color-inverse.print-row-icon .sno-row-icon-ring {
border-color: #546b8b !important;
}
.hover-full-color-inverse.comment-row-icon {
background: #fff !important;
color: #2e7061 !important;
}
.hover-full-color-inverse.comment-row-icon .sno-row-icon-ring {
border-color: #2e7061 !important;
}
.hover-full-color-inverse.like-row-icon {
background: #fff !important;
color: #862635 !important;
}
.hover-full-color-inverse.like-row-icon .sno-row-icon-ring {
border-color: #862635 !important;
}
.sno-story-page {
display: flex;
flex-direction: row-reverse;
width: 100%;
}
.sno-story-page .sno-newpage-notice {
font-size: 18px;
line-height: 28px;
padding: 15px;
}
.sno-story-page .sno-notice-private {
padding-top: 20px;
margin-top: 20px;
font-size: 14px;
line-height: 22px;
}
.sno-story-media-image-area {
overflow: hidden;
width: 100%;
}
.sno-story-media-area img {
max-width: 100%;
width: 100%;
height: 100%;
object-fit: cover;
border-style: solid;
box-sizing: border-box;
display: inherit;
}
.sno-story-media-area {
margin-left: auto;
margin-right: auto;
}
.sno-story-media-caption {
text-align: left;
border-style: solid;
}
.sno-story-media-area-split .fullphoto-overlay {
display: none;
left: unset;
top: unset;
right: 30px;
bottom: 30px;
}
.fullphoto-overlay {
padding: 15px;
position: absolute;
width: calc(50% - 30px);
height: fit-content;
}
.fullphoto-overlay .sno-story-media-caption {
border-style: none;
}
.sno-story-media-area #jump-arrow {
left: 20px;
right: unset;
}
.sno-story-fulltop-container {
margin: 0 auto;
}
.sno-row-icon .sno-side-icon-bubble {
right: -2px;
top: -2px;
}
.sno-story-split-header-area {
width: 100vw;
height: 100vh;
position: relative;
margin-bottom: 40px;
}
.sno-story-split-image-area {
width: 50%;
height: 100vh;
float: right;
position: relative;
}
.sno-story-split-image-area img {
object-fit: cover;
width: 100%;
height: 100%;
}
.sno-story-split-text-area {
float: left;
width: 50%;
min-height: 100vh;
max-height: 100vh;
background: #000000;
padding: 30px;
box-sizing: border-box;
display: flex;
align-items: center;
}
.snodo-story-split-text-area .sno-story-content-container-split {
max-width: 100%;
}
.sno-story-split-container {
margin: 0 auto;
}
.sno-story-media-area-fade {
position: absolute;
width: 100vw;
height: 100vh;
background: #000000;
z-index: 1000;
}
.caption-wrap-below .sno-story-media-caption {
border: none;
}
.sno-story-media-photo-credit {
line-height: 1.3em;
}
.sno-story-media-area-split .sno-story-media-photo-credit {
margin-top: 6px;
text-align: right;
}
.sno-story-media-area-split .fullphoto-overlay {
display: none;
}
.caption-wrap-below .sno-story-media-photo-credit {
text-align: right;
}
.caption-wrap-below {
margin-top: 6px;
}
#storypageslideshow .slideshowwrap {
height: 600px;
}
#classic_story #storypageslideshow .slideshowwrap {
height: unset;
}
#classic_story #storypageslideshow .slideshowwrap img {
position: relative;
}
#storypageslideshow .slideshowwrap img {
width: 100%;
height: 100%;
object-fit: scale-down;
position: absolute;
}
.sno-template-edit-link {
position: absolute;
top: 0;
left: 0;
padding: 10px;
font-size: 16px;
background: #000000aa;
color: #fff;
max-width: 325px;
z-index: 1;
}
.sno-template-edit-text {
font-size:10px;
font-style: italic;
}
.sno-template-edit-link a.post-edit-link {
color: #fff;
}
.segment-overlay {
position: absolute;
padding: 20px;
overflow: scroll;
box-sizing: border-box;
margin: 0 auto;
transition: .5s opacity linear;
}
.sno-story-photo-fade {
position: absolute;
width: 100vw;
height: 100vh;
background: #000000;
z-index: 1000;
transition: 1s all linear;
}
.segment-content-area {
padding: 50px;
max-width: 1200px;
margin: auto;
position: relative;
}
.segment-overlay .segment-body {
max-width: 1000px;
margin: 0 auto;
}
.sno-story-photo-fade-in {
opacity: 0;
z-index: 0;
}
.down-arrow {
position: fixed;
left: 15px;
bottom: 15px;
right: unset;
top: unset;
z-index: 10000;
}
.up-arrow {
position: fixed;
left: 15px;
top: 15px;
right: unset;
bottom: unset;
z-index: 10000;
transform: rotate(180deg);
}
.sno-format-slideshow .up-arrow {
display: none;
}
.segment-body p {
line-height: 1.4em;
margin-bottom: 15px;
}
.segment-heading {
margin-bottom: 15px;
}
.segment-byline {
margin-bottom: 25px;
}
.sno-slideshow-segment {
width: 100vw;
position: relative;
overflow: hidden;
}
img.sno-slideshow-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.sno-format-slideshow {
width: 100vw;
}
.segment-video-immersive .segment-video {
margin-bottom: 0;
}
.minimize-overlay {
font-size: 25px;
float: right;
cursor: pointer;
}
.segment-overlay-hidden {
opacity: 0;
z-index: -1;
}
.minimize-overlay-hover:hover {
opacity: 1 !important;
}
.segment-side-video-wrap-outer {
display: flex;
width: 100%;
align-items: center;
height: 100vh;
}
.segment-side-video-wrap {
margin: 50px;
width: 100%;
}
.segment-video {
margin-bottom: 30px;
}
.segment-fulltop-caption {
margin: 0 auto;
}
.segment-photo-area-wrap {
display: flex;
justify-content: center;
margin-bottom: 40px;
}
.segment-caption-area,
.segment-video-caption-area {
padding-top: 8px;
}
.segment-photo-area {
flex-shrink: 0;
max-width: 100vw;
}
.segment-photo-area img, .segment-photo-area-within img {
object-fit: cover;
width: 100%;
height: 100%;
}
.segment-photo-area-within {
width: 50%;
margin-bottom: 30px;
margin-left: 30px;
float: right;
}
.segment-photo-area-within .sno-story-photo-caption-area {
border: none;
}
.segment-split-photo {
float: left;
height: 100vh;
width: 50%;
position: relative;
}
.segment-split-text {
float: left;
width: 50%;
height: 100vh;
padding: 50px;
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
z-index: 1;
position: relative;
align-items: center;
}
.sno-story-related-content.related-bottom-drawer {
position: fixed;
bottom: 0px;
margin-bottom: 0;
left: 50%;
transform: translateX(-50%);
padding-left: 15px;
padding-right: 15px;
border-radius: 5px 5px 0 0;
z-index: 10;
padding-bottom: 10px;
overflow: hidden;
box-shadow: 0px 1px 7px -1px #888;
}
.sno-story-related-content.related-bottom-drawer.hide-shadow {
box-shadow: none;
}
.sno-story-related-content.related-bottom-drawer {
padding: 0;
z-index: 1000;
}
.sno-story-related-content.related-bottom-drawer .related-term-container {
display: none;
padding: 15px;
}
.bottom-drawer-header {
display: none;
cursor: pointer;
padding: 15px 15px 10px;
position: relative;
}
.bottom-drawer-side-arrows {
position: absolute;
bottom: -40px;
right: 20px;
}
.bottom-drawer-toggle {
float: right;
}
.related-bottom-drawer .bottom-drawer-header {
display: none;
}
.related-bottom-drawer.sno-story-related-content .related-title {
font-size: 16px;
}
.bottom-drawer-background-active {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #00000099;
}
.bds-arrow {
padding: 4px 6px;
border-radius: 5px;
font-size: 16px;
opacity: .6;
}
.bds-arrow-active {
transition: .3s all ease-in-out;
opacity: 1;
}
.bds-arrow-right {
margin-left: 5px;
}
.bds-arrow-active:hover {
background: #000;
color: #fff;
}
.related-bottom-drawer .related-story-divider {
display: none;
}
.bds-title {
float: left;
width: fit-content;
}
.bds-arrows {
float: left;
margin-left: 15px;
margin-top: -4px;
display: none;
}
.sno-story-deck {
box-sizing: border-box;
}
.related-bottom-drawer {
max-width: calc(100% - 40px);
}
ul.sno-story-cat-block-list,
ul.sno-story-tag-block-list {
margin-top: 20px;
}
@media only screen and (max-width: 600px) {
.modal-share,
.sno-print-icon {
display: none;
}
.sno-story-body-content .sno-story-body-media {
width: 100%;
}
.sno-story-split-image-area,
.sno-story-split-text-area {
width: 100%;
}
.sno-story-split-header-area {
height: 200vh;
}
.sno-story-related-content.related-bottom-drawer {
left: 20px;
right: 20px;
margin-left: 0;
margin-right: 0;
transform: unset;    
}
.related-story.preview-card:nth-of-type(n+3) {
display: none;
}
.sno-story-related-content-insertion .related-story.preview-card {
display: block;
}
.sno-story-related-content-insertion {
padding-left: 20px;
padding-right: 20px;
}
.sno-story-body .photowrap {
margin-left: -20px;
width: calc(100% + 40px);
max-width: 100vw;
}
.sno-story-body figure { 
width: 100% !important;
max-width: 100% !important;
}
.sno-story-body figure img.size-large {
margin-left: -20px;
width: calc(100% + 40px);
max-width: calc(100% + 40px) !important;
}
.sno-story-body p img.alignnone {
margin-left: -20px;
width: calc(100% + 40px);
max-width: calc(100% + 40px) !important;
}
.sno-story-body p img.alignnone {
margin-left: -20px;
margin-right: -20px;
width: calc(100% + 40px);
max-width: calc(100% + 40px) !important;
}
.sno-story-body p img.alignleft {
margin-left: -20px !important;
width: calc(100% + 40px);
max-width: calc(100% + 40px) !important;
float: none;
}
.sno-story-body p img.alignright {
margin-left: -20px !important;
width: calc(100% + 40px);
max-width: calc(100% + 40px) !important;
float: none;
}
.sno-story-body p img.aligncenter {
margin-left: -20px !important;
width: calc(100% + 40px);
max-width: calc(100% + 40px) !important;
}
.sno-template-edit-link,
.sno-format-slideshow .jumparrow {
display: none;
}
.sno-format-slideshow {
margin-left: 0 !important;
}
.sno-story-photo-fade {
z-index: 0 !important;
opacity: 0 !important;
display: none !important;
}
.segment-photo-area-within {
width: 100%;
margin-left: 0;
}
.sno-story-body-content .storysidebar {
width: 100%;
box-sizing: border-box;
margin-left: 0;
margin-right: 0;
}
.sno-story-body-content .videowidget {
width: 100%;
box-sizing: border-box;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (max-width: 800px) {
.sno-format-slideshow .segment-split-half {
width: 100%;
}
.sno-format-slideshow .segment-split-text {
min-height: 100vh;
height: unset;
}
.sno-story-related-content .column-count-1 .related-story-photo-area {
display: block;
}
.sno-story-related-content .column-count-1 .related-story-photo {
width: 100%;
}
#sno-main-content.sno-story-page {
gap: 0px;
}
} #mobile-menu {
display: none;
margin: 0px auto;
}
body {
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
background: #ffffff;
}
figure { 
max-width: 100%; 
}
#outerwrap {
max-width: 980px;
color: #202020;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
margin: 0px auto 0px;
padding: 0px;
z-index: 10;
}
#wrap {
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
background: #ffffff;
margin: 0 auto 20px;
padding: 0px;
position: relative;
z-index: 10;
max-width: 980px;
}
.innerbackground {
background: none;
margin: 0px auto;
}
#slider {
z-index: 1;
}
#slideshow {
z-index: 1;
}
a,
a:visited {
color: #990000;
text-decoration: none;
}
a:hover {
color: #990000;
text-decoration: underline;
}
#topnavbar {
background: #444444;
background-size: 1px 100%;
max-width: 980px;
min-height: 30px;
margin: 0px auto 0px;
padding: 0px;
}
#topnavbar a,
#topnavbar a:visited {
font-size: 11px;
color: #ffffff;
text-decoration: none;
}
#topnavbar a:hover {
text-decoration: underline;
}
.topnavbarcenter p {
font-size: 1.3em;
padding: 5px 0px 0px;
text-align: center;
}
.topnavbarleft {
width: 325px;
float: left;
padding: 5px 0px 0px 5px;
}
.topnavbarcenter {
width: auto;
float: left;
padding: 0px 0px 0px 5px;
}
.topnavbarright {
width: 250px;
float: right;
padding: 0px;
text-align: right;
}
.topnavbarright img,
.topnavbarleft img {
border: none;
margin: 0px 3px 3px 0px;
padding: 0px;
} #header {
background: #990000;
max-width: 980px;
height: auto;
margin: 0px auto 0px;
padding: 0px;
overflow: hidden;
max-height: 250px;
}
#header h1 {
font-family: Palatino, Times, serif;
font-size: 4em;
text-align: left;
margin: 10px 0px 0px 20px;
line-height: normal;
color: #dddddd;
font-weight: normal;
}
#header a {
color: #dddddd;
}
#header a:hover {
text-decoration: none;
}
#header a:hover {
text-decoration: none;
}
#header p {
color: #dddddd;
padding: 0px 0px 5px 20px;
margin: 0px 0px 10px;
font-size: 1.4em;
line-height: normal;
}
.headersmall,
.headermedium {
display: none;
} .navbarwrap {
background: #000000;
z-index: 30;
min-height: 30px;
}
#navbarbackground {
height: 100%;
max-width: 980px;
min-height: 30px;
}
.navbarcontainer {
min-height: 30px;
}
#navbar {
background: #000000;
max-width: 980px;
min-height: 30px;
font-family: Arial, Tahoma, Verdana;
color: #ffffff;
z-index: auto;
position: relative;
margin: 0px auto;
}
#navbar a {
background: #000000;
color: #ffffff;
font-size: 15px;
text-decoration: none;
z-index: auto;
}
#navbar a:hover {
color: #ffffff;
text-decoration: none;
}
#navbar li li a {
background-image: none !important;
}
.subnavbarwrap {
background: #ddd;
border-bottom: 1px solid #000;
width: 100%;
min-height: 30px;
}
.subnavbarcontainer {
min-height: 30px;
}
#subnavbarbackground {
height: 100%;
max-width: 980px;
min-height: 30px;
}
#subnavbar {
background: #303030;
max-width: 980px;
margin: 0px auto;
min-height: 30px;
color: #ffffff;
z-index: 20;
position: relative;
overflow-y: hidden;
}
#subnavbar a,
#mini-logo-bottom a {
background: #303030;
color: #ffffff;
font-size: 15px;
}
#subnavbar a:hover {
background: #666666;
color: #ffffff;
}
#homepage {
float: left;
width: 615px;
margin: 0px;
padding: 0px;
}
#homepage p img {
border: none;
float: left;
margin: 0px;
}
#homepage a img {
border: none;
}
#homepageright ul {
list-style-type: none;
margin: 0px;
padding: 0px 0px 0px 0px;
}
.hpdate {
font-size: 11px;
margin: 0px;
padding: 0px;
}
#homepagebottom {
background: #ffffff;
float: left;
width: 610px;
margin: 10px 0px 10px 0px;
padding: 0px;
border: 1px solid #dddddd;
}
#homepagebottom p {
font-size: 12px;
margin: 0px;
padding: 0px;
}
.hpbottom {
float: left;
width: 590px;
margin: 0px;
padding: 10px;
display: inline;
}
.hpbottom img {
border: none;
margin: 0px;
}
#homepageleft {
float: left;
width: 180px;
margin: 0px;
padding: 0px;
}
.featured {
background: #ffffff;
float: left;
width: 400px;
margin: 0px 0px 10px 0px;
padding: 9px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
overflow: hidden;
}
.featuredad {
background: #ffffff;
float: left;
width: 160px;
margin: 0px 0px 10px 0px;
padding: 10px 10px 10px 10px;
border: 1px solid #dddddd;
}
#homepageright {
float: right;
width: 420px;
margin: 0px;
padding: 0px;
}
.photocredit {
font-size: 12px;
line-height: 12px;
text-align: right;
font-weight: normal;
margin-bottom: 4px !important;
padding-bottom: 0px !important;
}
.photocreditinline {
font-size: 12px;
line-height: 12px;
text-align: right;
font-weight: normal;
margin-bottom: 4px !important;
padding-bottom: 0px !important;
float: right;
}
.videocredit {
font-size: 12px;
line-height: 12px;
text-align: right;
font-weight: normal;
margin-bottom: 4px !important;
padding-bottom: 15px !important;
}
.photocaption {
font-size: 14px;
line-height: 18px;
}
.permalinkimage {
width: 100%;
margin: 4px 0px 0px 0px;
}
.photowrap {
width: 100%;
}
#content {
max-width: 950px;
margin: 0px auto 0px;
padding: 15px 0px 0px 0px;
line-height: 18px;
}
#content .widgettitle-nonsno,
.sbscomments .widgettitle-nonsno,
.widgettitle-nonsno {
background: #990000;
color: #ffffff;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
margin: 0px 0px 0px 0px;
padding: 3px 0px 3px 10px;
}
#content img.wp-smiley {
float: none;
border: none;
margin: 0px;
padding: 0px;
}
#content img.wp-wink {
float: none;
border: none;
margin: 0px;
padding: 0px;
}
#contentleft {
margin: 0px;
padding: 0px 0px 20px 0px;
}
#classic_story #contentleft {
float: left;
width: calc(100% - 335px);
}
.sportspage #contentleft {
width: calc(100% - 335px);
}
#catpage .postarea,
.searchpageresults .postarea {
width: calc(100% - 365px);
}
#contentleft p {
margin: 0px;
padding: 0px 0px 15px 0px;
font-size: 14px;
line-height: 21px;
}
#contentleft ul {
list-style-type: square;
margin: 5px 0px 10px 10px;
padding: 0px 0px 15px 0px;
}
#contentleft ul li {
background: url(//thegatewaytimes.org/wp-content/themes/snoflex/images/bulletarrow.png) no-repeat 0px 2px;
background-size: 12px;
list-style-type: none;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 20px;
font-size: 14px;
line-height: 18px;
}
.blockquote {
background: #e8e8e8;
margin: 0px 25px 15px 25px;
padding: 10px 20px 0px 15px;
border-top: 1px solid #dddddd;
border-right: 1px solid #666666;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #666666;
}
#content blockquote p {
margin: 0px;
padding: 0px 0px 15px 0px;
}
.postarea {
background: #ffffff;
float: left;
width: 595px;
margin: 0px 0px 15px 0px;
padding: 10px;
}
.breadcrumb {
float: left;
width: 100%;
font-size: 11px;
margin: 0px 0px 10px 0px;
padding: 0px 0px 3px 0px;
border-bottom: 1px solid #eaeaea;
}
.date {
width: 590px;
float: left;
margin: 0px;
padding: 5px 0px 0px 0px;
}
.dateleft {
width: 350px;
float: left;
margin: 0px;
padding: 0px;
}
.dateright {
width: 200px;
float: right;
margin: 0px;
padding: 0px;
text-align: right;
}
.time {
background: #ffffff;
margin: 0px 0px 0px 3px;
padding: 0px 0px 0px 20px;
}
.tags {
margin: 0px;
padding: 0px 0px 0px 0px;
}
.category {
background: #ffffff;
margin: 0px;
padding: 0px 0px 0px 18px;
}
.postmeta {
max-width: 590px;
font-size: 12px;
padding: 5px 0px 0px 0px;
margin: 0px;
}
.postmeta2 {
width: 100%;
font-size: 12px;
padding: 5px 0px 10px 0px;
margin: 10px 0px 0px 0px;
border-top: 1px solid #eaeaea;
}
.archive {
float: left;
width: 275px;
margin: 0px;
padding: 0px 0px 20px 0px;
}
.adsense-post {
background: #ffffff;
float: left;
width: 590px;
margin: 0px 0px 10px 0px;
padding: 10px;
border: 1px solid #dddddd;
}
.comments {
background: #ffffff;
float: left;
width: 590px;
margin: 0px 0px 10px 0px;
padding: 10px;
border: 1px solid #dddddd;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
img.alignnone {
padding: 0px;
margin: 0px 0px 10px 0px; }
img.alignright,
.alignright {
padding: 0px;
margin: 0px 0px 10px 20px !important;
display: inline;
}
img.alignleft,
.alignleft {
padding: 0px;
margin: 0px 20px 10px 0px !important;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.wp-caption {
margin: 0px;
padding: 0px;
}
.wp-caption img {
margin: 0px 0px 0px 0px;
padding: 0px;
border: 0px; height: auto;
}
.sno-story-template-full .sno-story-body .wp-caption img,
.sno-story-template-sidebar .sno-story-body .wp-caption img,
.sno-story-template-dual .sno-story-body .wp-caption img {
max-width: 100%;
}
.wp-caption p.wp-caption-text {
margin: 0px;
padding: 5px 0px 0px 0px !important;
font-size: 10px;
line-height: 12px;
} #sidebar {
float: right;
width: 320px;
margin: 0px;
padding: 0px 0px 10px 0px;
display: inline;
}
#sidebar p,
#homepageleft p,
#homepageright p {
margin: 0px;
padding: 0px;
}
#sidebar a img,
#homepage a img {
border: none;
}
#sidebar ul {
list-style-type: none;
margin: 0px 0px 10px 0px;
padding: 0px;
}
#sidebar ul li {
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px;
}
#sidebar ul ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#sidebar ul li li {
background: url(//thegatewaytimes.org/wp-content/themes/snoflex/images/bulletarrow.png) no-repeat 0px 4px;
background-size: 12px;
padding: 0px 0px 5px 20px;
margin: 0px;
}
#sidebar ul li ul li {
background: url(//thegatewaytimes.org/wp-content/themes/snoflex/images/bulletarrow.png) no-repeat 0px 4px;
background-size: 12px;
padding: 0px 0px 5px 20px;
margin: 0px;
}
#homepageright ul li,
#homepageleft ul li,
#homepagewide ul li,
#sidebar ul li,
.widgetwrap ul li {
background: url(//thegatewaytimes.org/wp-content/themes/snoflex/images/bulletarrow.png) no-repeat 0px 4px;
background-size: 12px;
list-style-type: none;
margin: 2px 0px 0px 0px;
padding: 0px 0px 0px 20px;
}
.widgetarea {
background: #ffffff;
float: left;
width: 300px;
margin: 0px 0px 10px 0px;
padding: 9px;
border: 1px solid #dddddd;
}
.homecolumnleft {
background: #ffffff;
float: left;
width: 280px;
margin: 0px 0px 10px 0px;
padding: 9px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
overflow: hidden;
}
.homecolumnright {
background: #ffffff;
float: left;
width: 280px;
margin: 0px 0px 10px 0px;
padding: 9px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
overflow: hidden;
}
.homecolumnwide {
background: #ffffff;
float: left;
width: 590px;
margin: 0px 0px 10px 0px;
padding: 9px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
overflow: hidden;
}
#footer {
background: #ffffff;
max-width: 980px;
padding: 0px;
margin: 0px auto;
}
.footername {
width: 96%;
float: left;
padding: 20px 2% 0px;
}
.footertagline {
max-width: 600px;
float: left;
padding: 0px 20px;
}
.footername p {
color: #ffffff;
font-size: 24px;
line-height: 28px;
margin: 0px;
}
.footertagline p {
color: #ffffff;
font-size: 16px;
line-height: 28px;
margin: 0px;
font-style: italic;
}
.footerleft {
max-width: 500px;
float: left;
}
.footerright {
float: right;
}
.footercredit p,
.sno-footercredit p {
color: #ffffff;
font-size: 11px;
margin: 0px;
padding: 9px 0px 0px 0px;
text-align: center;
}
#footer a,
#footer a:visited,
.footer a,
.footer a:visited {
color: #ffffff;
text-decoration: none;
}
#footer a:hover,
.footer a:hover {
color: #ffffff;
text-decoration: underline;
}
#footer ul {
float: left;
}
#footer ul li {
float: left;
background: none !important;
width: 220px;
height: auto;
list-style: none;
display: block;
text-align: left;
font-size: 16px;
border-top: 6px solid #990000;
margin-right: 20px;
padding-top: 10px;
margin-bottom: 30px;
}
#footer ul li a {
padding-bottom: 10px;
}
#footer ul li ul li {
height: auto;
margin-left: 0px;
margin-top: 8px;
font-size: 12px;
border-top: none;
margin-right: 0px;
padding-top: 0px;
margin-bottom: 0px;
}
#footer ul li ul li a {
font-size: 1em;
}
.footer-full-menu ul {
float: left;
}
.footer-full-menu ul li {
float: left;
background: none !important;
height: auto;
list-style: none;
display: block;
text-align: left;
font-size: 16px;
margin-right: 20px;
margin-bottom: 30px;
position: relative;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.footer-full-menu ul.footer-menu > li > a::after {
content: '';
width: 100px;
position: absolute;
left: 0;
transition: 1s all ease-in-out;
}
.footer-full-menu ul.footer-menu > li > a:hover::after {
width: 100% !important;
}
.footer-full-menu ul li a {
padding: 3px 0;
display: block;
}
.footer-full-menu ul li ul {
width: 100%;
}
.footer-full-menu ul li ul li {
height: auto;
margin-left: 0px;
font-size: 12px;
border-top: none;
margin-right: 0px;
padding-top: 0px;
margin-bottom: 0px;
width: 100%;
}
.footer-full-menu ul li ul li a {
font-size: 1em;
}
.footer-full-menu ul.footer-menu > li > a {
display: block;
margin-bottom: 5px;
}
.footer-full-menu a {
transition: 0.3s all ease-in-out;
}
.footer-full-menu a:hover {
text-decoration: none;
padding-left: 5px;
}
.sno-fixed-width-footer {
margin-bottom: 20px;
}
.sno-footer-credit-inner {
margin: 0 auto;
line-height: 20px;
}
.footercredit {
width: 100%;
border-top: 1px solid #777;
text-align: center;
padding: 6px 0;
}
.sno-footercredit {
width: 100%;
border-top: 1px solid #777;
padding: 6px 0;
text-align: center;
display: block !important;
}
.footer .sno-footercredit {
display: block !important;
}
#wrap .footer .sno-footercredit {
display: block !important;
}
.footer-menu {
padding-top: 20px;
margin-left: 20px;
}
.footer-full-menu {
overflow: hidden;
height: 100%;
}
#searchform {
margin: 0px;
padding: 0px;
overflow: hidden;
display: inline;
}
#s-head {
background: #eeeeee;
width: 220px;
color: #333333;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
padding: 4px;
margin: 5px 0px 20px 0px;
border-top: 1px solid #999999;
border-right: 1px solid #dddddd;
border-left: 1px solid #999999;
border-bottom: 1px solid #dddddd;
}
#subscribe {
margin: 0px;
padding: 5px 0px 0px 0px;
overflow: hidden;
}
#sbutt {
background: #7b7b7b;
color: #ffffff;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
margin: 0px 0px 0px 5px;
padding: 1px;
border-top: 1px solid #dddddd;
border-right: 1px solid #666666;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #666666;
}
#subbox {
background: #eeeeee;
width: 70%;
color: #333333;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
margin: 5px 0px 0px 0px;
padding: 3px 0px 3px 5px;
border-top: 1px solid #666666;
border-right: 1px solid #dddddd;
border-left: 1px solid #666666;
border-bottom: 1px solid #dddddd;
display: inline;
}
#subbutton {
background: #7b7b7b;
color: #ffffff;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
margin: 0px 0px 0px 7px;
padding: 3px 3px 2px 3px;
border-top: 1px solid #dddddd;
border-right: 1px solid #666666;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #666666;
}
#submit {
background: #222;
color: #ffffff;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
margin: 0px;
padding: 3px 3px 2px 3px;
border-top: 1px solid #dddddd;
border-right: 1px solid #666666;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #666666;
}
#words {
background: #ffffff;
width: 90%;
color: #000000;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
padding: 4px;
margin: 0px;
border-top: 1px solid #666666;
border-right: 1px solid #dddddd;
border-left: 1px solid #666666;
border-bottom: 1px solid #dddddd;
}
.catboxthumbnail {
margin: 0px 10px 10px 10px;
}
.catboxthumb { margin: 0px 10px 10px 10px;
}
.sectionthumbnailleft {
float: left; margin: 3px 10px 10px 0px !important;
}
.sectionthumbnailright {
float: right; margin: 3px 0px 10px 10px !important;
}
.sectionthumbnail {
float: right; margin: 3px 0px 10px 10px !important;
}
a.homeheadline {
margin-bottom: 4px;
}
p.writer,
span.writer,
p.writer a,
p.writer a:hover,
#contentleft p.writer,
#contentleft p.writer a,
#contentleft p.writer a:hover {
margin-bottom: 4px;
padding-bottom: 0px;
font-size: 12px;
font-weight: bold;
line-height: 20px;
}
p.sportswriter {
margin: 4px 0px 0px 0px;
padding-bottom: 0px;
font-size: 10px;
}
p.sportswriter2 {
margin: 0px 0px 4px 0px;
padding-bottom: 5px;
font-size: 10px;
}
p.datetime,
span.datetime {
margin: 4px 0px 4px 0px;
padding-bottom: 0px;
}
.storybottom {
border-bottom: 1px solid #c0c0c0;
margin-bottom: 10px;
padding: 0px 0px 10px 0px;
clear: both;
}
.storybottomnoline {
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
height: 15px;
clear: both;
}
.storybottomnolineleft {
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
height: 30px;
clear: both;
}
.arrows {
letter-spacing: 0px;
font-weight: normal;
font-size: 30px;
}
.sectionhead,
a:link.sectionhead,
a:visited.sectionhead {
color: #990000;
text-transform: uppercase;
font-size: 20px;
margin-bottom: 10px;
line-height: 24px;
}
.categoryimage {
float: right; margin: 4px 0px 15px 10px;
} #commentblock ol {
list-style-type: square;
margin: 0px 0px 0px 10px;
padding: 0px 0px 10px 0px;
}
.commentdate {
font-size: 12px;
padding-left: 0px;
}
#commentlist li p {
margin-bottom: 8px;
line-height: 20px;
padding: 0px;
}
.commentname {
color: #333333;
margin: 0px;
padding: 5px 5px 5px 0px;
}
.commentinfo {
clear: both;
}
.permalinkphotobox {
max-width: 300px;
float: right;
margin: 0px 0px 10px 10px;
min-width: 50%;
}
#permalinksidebar {
padding: 10px 10px 0px 10px;
}
#homepagewide {
float: left;
width: 615px;
margin: 0px;
padding: 0px;
}
.featuredwide {
background: #ffffff;
float: left;
width: 590px;
margin: 0px 0px 10px 0px;
padding: 10px 10px 10px 10px;
border: 1px solid #dddddd;
}
.homephoto {
width: 160px;
border: 1px solid #888888;
margin: 4px 10px 10px 10px;
float: right;
}
.rostertable {
font: Icon;
border: 1px Solid ThreeDShadow;
background: Window;
color: WindowText;
border-collapse: collapse;
} .rostertable th {
padding: 2px 5px;
border: 1px solid;
border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
cursor: default;
background: ButtonFace;
}
.rostertable td {
padding: 3px;
}
.rostertable tr.alt {
background-color: #f4f4ec;
}
tr.rosterrow {
background-color: #ffffff;
border-color: #eeeeee;
border-bottom: 1px solid #dddddd;
padding: 4px;
}
tr.rosterrowaltclass {
background-color: #eeeeee;
border-color: #eeeeee;
border-bottom: 1px solid #aaaaaa;
padding: 4px;
}
img.rosterthumbnail {
height: 50px;
margin: 5px;
float: right;
}
.rosterthumbnail {
position: relative;
z-index: 0;
}
.rosterthumbnail:hover {
background-color: transparent;
z-index: 50;
}
.rosterthumbnail span { position: absolute;
background-color: #cdcdcd;
padding: 5px;
left: -1000px;
border: 1px solid #333333;
visibility: hidden;
color: black;
text-decoration: none;
}
.rosterthumbnail span img { border-width: 0;
padding: 2px;
width: 300px;
}
.rosterthumbnail:hover span { visibility: visible;
top: 0;
left: -380px; }
table.stats {
text-align: left;
width: 918px;
font-size: 10px;
font-weight: normal;
font-family: verdana;
background: #c0c0c0;
border-collapse: collapse;
}
table.stats td {
text-align: center;
}
table.stats th {
text-align: center;
text-decoration: underline;
}
table.stats th:hover {
text-align: center;
text-decoration: underline;
color: #990000;
}
table.archive {
text-align: left;
width: 400px;
font-size: 10px;
font-weight: normal;
font-family: verdana;
background: #c0c0c0;
border-collapse: collapse;
}
table.schedule {
text-align: left;
font-size: 12px;
line-height: 22px;
width: 100%;
border-collapse: collapse;
margin-bottom: 25px;
}
table.schedulearchive {
text-align: left;
font-size: 10px;
width: 450px;
font-family: verdana;
border-collapse: collapse;
}
table.stats caption,
table.schedulearchive caption {
background: #ffffff;
color: #000000;
font-size: 14px;
line-height: 24px;
text-align: left;
}
table tfoot tr {
background: #555555;
color: #ffffff;
}
table thead {
background: #333333;
color: #ffffff;
}
table.stats thead {
cursor: pointer;
}
table.alt tbody tr {
background: #cccccc;
}
td.section1 {
background: #cccccc;
}
td.section2 {
background: #eeeeee;
}
td.section3 {
background: #cccccc;
}
td.section4 {
background: #eeeeee;
}
td.section5 {
background: #cccccc;
}
.hide {
display: none;
}
img.sliderimage {
color: transparent;
border: none;
} .postareafullpage {
background: #ffffff;
float: left;
width: 920px;
margin: 0px 0px 10px 0px;
padding: 10px;
border: 1px solid #dddddd;
}
#contentfullpage {
float: left;
width: 930px;
margin: 0px;
padding: 0px 0px 20px 0px;
}
#reviewside {
float: right;
width: 50%;
padding: 0px 0px 10px 10px;
margin-left: 10px;
}
#reviewside p {
padding-bottom: 1px;
}
.teaserbox {
margin-top: 10px;
padding: 3%;
width: 93%;
float: left;
background: #cccccc;
border: 1px solid #aaaaaa;
}
#teaserbox {
margin: 10px 0px 10px 10px;
padding: 10px;
max-width: 280px;
float: left;
background: #cccccc;
border: 1px solid #aaaaaa;
}
#teaserbox p {
margin-bottom: 0px;
padding-bottom: 0px;
}
#teaserbox a img {
margin-right: 10px;
padding-bottom: 0px;
color: transparent;
border: 1px solid #aaaaaa;
}
.ratingsbox {
margin-top: 10px;
margin-bottom: 20px;
padding: 3%;
width: 93%;
float: left;
background: #cccccc;
border: 1px solid #aaaaaa;
overflow: hidden;
}
.teasertitle {
color: #990000;
font-size: 14px;
padding-bottom: 0px;
}
.reviewthumbnail {
float: left !important;
margin-right: 10px !important;
border: 1px solid #aaaaaa !important;
margin-bottom: 5px;
width: 70px;
}
.teasergrade {
color: #003399;
font-size: 12px;
padding-bottom: 0px;
text-transform: uppercase;
}
.teasertext {
padding-bottom: 0px;
}
.caption {
font-size: 10px;
line-height: 12px;
text-align: justify;
}
.bylinedate {
margin: 0px;
font-size: 12px;
padding: 0px;
}
.bylinename {
margin: 0px 0px 10px 0px;
font-size: 12px;
padding: 0px;
}
.reviewphoto {
float: left;
border: 1px solid #000000;
}
#sidebarae {
float: right;
width: 320px;
margin: 0px;
padding: 0px 0px 10px 0px;
display: inline;
}
#sidebarae p {
margin: 0px;
padding: 0px 0px 10px 0px;
}
#sidebaraebottom p {
margin: 0px;
padding: 0px 0px 0px 0px;
}
#contentleftbottom {
margin: 0px;
padding: 0px;
}
#contentleftbottom p {
margin: 0px;
padding: 0px;
}
#contentleftbottom a img {
border: 1px solid #000000;
margin-right: 10px;
}
#sidebarae a img {
border: 1px solid #000000;
margin-right: 10px;
}
.scrollheading,
a.scrollheading,
a.scrollheading hover {
text-transform: capitalize;
color: #000000;
text-decoration: none;
font-family: Verdana, Tahoma, Arial;
font-size: 17px;
line-height: 23px;
padding-bottom: 5px;
}
.mmteaser {
padding-top: 0px;
}
.photographer {
font-size: 10px;
line-height: 12px;
text-align: right;
margin-bottom: 4px;
padding-bottom: 10px;
}
.mmdivider {
margin-bottom: 5px;
}
.mmline {
border-bottom: 1px solid #aaaaaa;
margin-bottom: 10px;
margin-top: 10px;
clear: both;
}
.videoplay {
height: 40px;
padding: 0px 0px 0px 40px;
margin-bottom: 10px;
min-height: 40px;
}
.videoplay2 {
height: 40px;
padding: 0px 0px 0px 40px;
margin-bottom: 10px;
}
.postareaae300 {
background: #ffffff;
float: left;
width: 279px;
margin: 0px 0px 10px 0px;
padding: 10px;
border: 1px solid #dddddd;
}
.postareammbottom {
background: #ffffff;
float: left;
width: 284px;
margin: 0px 0px 10px 0px;
padding: 10px;
border: 1px solid #dddddd;
}
.postareammtop {
background: #ffffff;
float: left;
width: 600px;
margin: 0px 0px 10px 0px;
padding: 10px;
border: 1px solid #dddddd;
}
.videomm {
background: #ffffff;
float: left;
width: 290px;
margin: 0px 0px 10px 0px;
padding: 10px;
border: 1px solid #dddddd;
}
#pscroller1 {
width: 278px;
height: 55px;
border: 1px solid #393939;
padding: 0px 10px;
background-color: #ffffff;
}
#pscroller2 {
width: 278px;
height: 100px;
border: 1px solid #393939;
padding: 0px 10px;
background-color: #ffffff;
}
#pscroller2 p {
width: 278px;
}
#pscroller3 {
width: 448px;
height: 68px;
border: 1px solid #393939;
padding: 0px 10px;
background-color: #ffffff;
float: right;
text-align: left;
margin-right: 10px;
margin-top: 20px;
}
#pscroller3 a {
color: #990000;
}
#pscroller3 a:hover {
text-decoration: underline;
}
#pscroller3 p {
color: #000000;
padding-left: 0px;
font-weight: normal;
line-height: 17px;
width: 448px;
} #subscribe {
margin: 5px 0px 0px 0px;
padding: 0px;
overflow: hidden;
}
#subbox {
background: #f4f4f4 !important;
width: 70%;
color: #333333;
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
padding: 3px 0px 3px 3px;
margin: 5px 5px 0px 0px;
border: 1px solid #cccccc;
border-radius: 3px;
}
#subbutton {
color: #000000;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
text-decoration: none;
text-transform: uppercase;
margin: 0px;
padding: 1px 5px 1px 5px;
border: 1px solid #555555;
border-radius: 3px;
}
.wp-polls ul li {
background: none !important;
list-style-type: none !important;
}
#l_sidebar .wp-polls ul li {
background: none !important;
list-style-type: none !important;
padding: 0;
margin: 0;
}
#jd-calendar ul li {
background: none !important;
}
#newsticker-demo {
width: 300px;
padding: 0;
font-family: Verdana, Arial, Sans-Serif;
font-size: 12px;
margin: 0px auto;
overflow-x: hidden;
}
#newsticker-demo a {
text-decoration: none;
}
#newsticker-demo img {
border: 2px solid #ffffff;
}
#newsticker-demo .title {
text-align: center;
font-size: 14px;
padding: 5px;
}
.newsticker-jcarousellite {
width: 300px;
}
.sportsscrollbox p {
margin: 0px !important;
}
.newsticker-jcarousellite ul li,
.sportsscrollbox ul li {
padding-left: 0px;
list-style: none;
background: none !important;
display: block;
padding-bottom: 1px;
margin-bottom: 5px;
}
.sportsscrollbox .thumbnail {
float: left;
width: 110px;
}
.sportsscrollbox .info {
float: right;
width: 190px;
}
.sportsscrollbox .sportsscore {
float: right;
width: 300px;
}
.sportsscrollbox .sportsscore span.cat {
display: block;
margin-bottom: 15px;
font-size: 12px;
color: #990000;
}
#newsticker2-demo {
width: 300px;
padding: 0;
font-family: Verdana, Arial, Sans-Serif;
font-size: 12px;
margin: 0px auto;
overflow-x: hidden;
}
#newsticker2-demo a {
text-decoration: none;
}
#newsticker2-demo img {
border: 2px solid #ffffff;
}
#newsticker2-demo .title {
text-align: center;
font-size: 14px;
padding: 5px;
}
.newsticker2-jcarousellite {
width: 300px;
}
.newsticker2-jcarousellite ul li {
padding-left: 0px !important;
list-style: none !important;
background: none !important;
display: block;
padding-bottom: 1px;
margin-bottom: 5px;
}
.newsticker2-jcarousellite .thumbnail {
float: left;
width: 110px;
}
.newsticker2-jcarousellite .info {
float: right;
width: 190px;
}
.newsticker2-jcarousellite .sportsscore {
float: right;
width: 300px;
}
.newsticker2-jcarousellite .sportsscore span.cat {
display: block;
margin-bottom: 15px;
font-size: 12px;
color: #000000;
}
#newsticker3-demo {
max-width: 980px;
height: 24px;
float: left;
padding: 0;
font-family: Verdana, Arial, Sans-Serif;
font-size: 12px;
margin: 0px auto;
}
#newsticker3-demo a {
text-decoration: none;
}
#newsticker3-demo img {
border: 2px solid #ffffff;
}
#newsticker3-demo .title {
text-align: center;
font-size: 14px;
padding: 5px;
}
.newsticker3-jcarousellite {
width: 950px;
float: left;
}
.newsticker3-jcarousellite ul li {
padding-left: 0px !important;
list-style: none !important;
background: none !important;
display: block;
padding-bottom: 1px;
margin-bottom: 5px;
}
.newsticker3-jcarousellite .thumbnail {
float: left;
width: 110px;
}
.newsticker3-jcarousellite .info {
float: left;
width: 980px;
}
span.bndate {
margin-left: 5px;
}
.newsticker3-jcarousellite .info span.breakingnewsbox {
display: block;
font-size: 10px !important;
line-height: 15px !important;
color: #000000;
height: 30px;
overflow: hidden;
margin-bottom: 5px;
font-weight: normal;
}
#breakingnews a {
color: #990000 !important;
}
#breakingnews a:hover {
text-decoration: underline !important;
}
.breakingnewsheadline {
font-size: 16px;
line-height: 20px;
}
.breakingnewsdate {
line-height: 12px !important;
font-size: 10px !important;
}
.clear {
clear: both;
}
.gform_body ul li,
.gform_body ul,
.gform_body ul li ul li,
.gform_body ul li ul {
background: none !important;
padding: 0 0 10px 0 !important;
margin: 0 !important;
}
.ginput_container .small,
.ginput_container .medium,
.ginput_container .large {
width: 98%;
}
.ginput_container label {
margin-left: 5px;
}
.breadcrumbwrap .breadcrumb {
margin: 5px 0px 0px 10px !important;
border-bottom: none;
}
.ngg-widget img {
padding: 0px !important;
}
.help p {
padding-bottom: 8px !important;
}
.snohelp h3 {
color: #000000 !important;
font-size: 14px !important;
padding-left: 0px !important;
}
.widgetbody {
padding: 10px;
overflow: hidden;
}
#TB_ajaxContent {
overflow: hidden;
}
.calendar h3 {
color: #000000 !important;
}
.viewall {
font-size: 16px;
text-transform: uppercase;
}
.arrows {
font-size: 24px;
}
.homeheadline {
font-weight: normal;
}
a:hover p.viewall,
a:hover p.sectionhead {
text-decoration: underline;
}
.mmthumb {
float: right;
border: 1px solid #000000 !important;
margin-right: 0px !important;
margin-left: 5px;
}
.desc p {
margin: 0px;
color: #ffffff;
font-size: 14px;
padding-top: 1px;
margin: 0px 0px 8px !important;
}
.desc a {
color: #ffffff;
text-decoration: none;
}
.desc a:hover {
text-decoration: underline;
}
.desc {
background-repeat: repeat;
position: absolute;
bottom: 14px;
left: 0px;
width: 100%;
overflow: hidden;
}
.topstorywideslide .desc {
background-repeat: repeat;
position: absolute;
bottom: 0px;
left: 0px;
overflow: hidden;
width: auto;
}
.desc h3,
.sportsdesc h3 {
color: #ffffff;
font-size: 2.2em;
line-height: 1.1em;
margin: 8px 8px 6px !important;
}
.desc a,
.sportsdesc a {
color: #ffffff;
}
.footerboard,
.leaderboard {
max-width: 965px;
color: #000000;
padding: 15px 15px 15px 15px;
margin: 0px auto 0px;
overflow: hidden;
}
.sno-header-wrap .leaderboard,
.sno-footer-wrap .footerboard {
padding: 0;
}
.footerboard a img,
.leaderboard a img {
border: none;
}
#pagetop {
max-width: 980px;
height: 10px;
display: block;
}
#breakingnews {
max-width: 980px;
height: 24px;
padding-top: 5px;
padding-bottom: 3px;
margin: 0 auto;
z-index: 1;
position: relative;
} img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.headeradright,
.footeradright {
float: right;
margin-right: 15px;
width: 205px;
height: 90px;
overflow: hidden;
}
img.socialicon {
margin: 0px !important;
width: 20px;
}
#topboxcontainer {
margin-bottom: 15px;
display: inline-block;
}
#topboxcontainerwide {
max-width: 950px;
margin-bottom: 15px;
display: inline-block;
}
.topboxleft {
float: left;
width: 74%;
margin-right: 1px;
position: relative;
overflow: hidden;
}
.topboxlefthover {
padding: 2%;
display: none;
background: #ffffff;
width: 96%;
height: 96%;
opacity: 0.8;
filter: alpha(opacity=80);
}
.topboxleftwide {
float: left;
width: 49.76%;
position: relative;
overflow: hidden;
min-height: 100%;
}
.topboxlefthoverwide {
padding: 2%;
display: none;
background: #ffffff;
width: 96%;
height: 96%;
opacity: 0.8;
filter: alpha(opacity=80);
}
.topboxsmall {
float: left;
width: 25.8%;
margin-bottom: 1px;
height: 33%;
position: relative;
overflow: hidden;
}
.topboxsmallwide {
float: left;
width: 25%;
margin-bottom: 1px;
height: 50%;
position: relative;
overflow: hidden;
}
.topboxsmallhover {
z-index: 4;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
}
.topboxsmalloverlay {
padding: 5%;
display: none;
width: 90%;
height: 90%;
}
.topboxsmallwidehover {
z-index: 4;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
}
.topboxsmallwideoverlay {
padding: 5%;
display: none;
width: 90%;
height: 90%;
}
.topboxsmallwide a:hover,
.topboxsmall a:hover {
text-decoration: none !important;
}
.topboxleft h3,
.topboxleftwide h3 {
color: #fff !important;
text-decoration: none !important;
font-size: 36px;
line-height: 50px;
margin-bottom: 25px !important;
text-align: center;
}
.tsdatetime {
font-size: 12px;
padding-bottom: 6px;
line-height: 12px;
color: #fff;
text-align: center;
}
.tswriter {
font-size: 12px;
line-height: 20px;
color: #000;
}
.tstext {
font-size: 14px;
line-height: 20px;
color: #000 !important;
}
.topboxsmall h3 {
color: #fff !important;
text-decoration: none !important;
font-size: 14px !important;
margin-bottom: 1px;
}
.topboxsmallwide h3 {
color: #fff !important;
text-decoration: none !important;
font-size: 16px !important;
line-height: 22px;
}
.tssdatetime {
color: #fff !important;
text-align: center;
}
.tscat {
margin-bottom: 5px;
font-size: 16px;
}
.tsarrows {
font-size: 24px;
letter-spacing: 0px;
font-weight: normal;
}
.permalinklarge {
float: left;
}
.videowrap {
margin: 15px 0px;
width: 100%;
}
.archivevideowrap {
margin: 5px 0px;
float: right;
width: 200px;
margin: 0px 0px 10px 10px;
}
#permalinkteaserbox {
margin: 10px 0px 10px 10px;
padding: 3%;
width: 94%;
float: right;
background: #eee;
border: 1px solid #aaaaaa;
}
#permalinkteaserbox p {
margin-bottom: 0px;
padding-bottom: 0px;
}
#permalinkteaserbox a img {
margin-right: 10px;
padding-bottom: 0px;
color: transparent;
border: 1px solid #aaaaaa;
}
.audiobox,
.relatedstories {
margin-top: 15px;
}
.upcoming {
background: #eeeeee !important;
}
.tableindent {
text-indent: 8px;
}
.athlete {
margin-top: 15px;
border-top: 1px solid #aaa;
padding-top: 10px;
}
table.sportssidebar {
text-align: left;
font-size: 12px;
line-height: 22px;
width: 100%;
border-collapse: collapse;
}
tr.snorosterhead {
background: #ffffff;
color: #555555;
font-size: 12px;
line-height: 22px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.rosterheading {
margin-bottom: 5px;
}
li.sportslist {
background: none !important;
margin: 0px 0px 10px 0px !important;
padding: 0px !important;
font-size: 14px;
line-height: 20px;
}
th.tablecenter,
table td.tablecenter {
text-align: center;
}
tr.rosterrow:hover {
background: #dddddd !important;
}
tr.schedulehead {
background: #ffffff;
color: #555555;
font-size: 16px;
line-height: 25px;
border: 1px solid #aaaaaa;
}
tr.sidebarhead {
background: #ffffff;
color: #555555;
font-size: 12px;
line-height: 20px;
border: 1px solid #aaaaaa;
}
.seasonlist {
float: right;
margin-bottom: 10px;
}
.sportlist {
float: left;
margin-bottom: 10px;
}
.sportthumbnail {
float: right; margin: 3px 0px 10px 10px !important;
width: 120px;
}
.profilelist {
font-weight: normal;
}
#sportspagewide h3 {
font-size: 18px;
line-height: 28px;
}
#sportspagewide {
margin-top: 15px;
}
#homepagetop {
border: 1px solid #aaaaaa;
}
.aeline {
border-bottom: 1px solid #aaaaaa;
margin: 15px 0px 15px 0px;
}
.staffpic {
width: 200px;
float: right;
}
.previewstaffpic {
margin-bottom: 10px;
width: 100%;
box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.blockstaffpic {
width: 183px;
height: 117px;
}
.staffphoto {
float: left;
width: 183px;
height: 117px;
overflow: hidden;
margin: 0 1px 1px 0;
position: relative;
}
.staffhover {
padding: 10px;
display: none;
background: #ffffff;
width: 170px;
height: 100px;
opacity: 0.7;
filter: alpha(opacity=70);
}
.staffphoto a:hover h3 {
text-decoration: none !important;
}
.profilepreviewbox,
.categorypreviewbox {
width: 29.33%;
height: 280px;
margin: 0px 2% 26px 0;
margin-bottom: 28px;
padding: 10px;
background: #eee;
float: left;
overflow: hidden;
}
.staffposition {
font-size: 14px;
padding-bottom: 5px !important;
text-align: center;
}
.staffheading {
width: 50%;
float: left;
}
.staffselect {
width: 50%;
float: right;
}
tr.staffrosterrow {
background-color: #ffffff;
border-color: #eeeeee;
border-bottom: 1px solid #aaaaaa;
padding: 4px;
font-size: 16px;
line-height: 30px;
cursor: pointer;
}
tr.staffrosterrow:hover {
background: #dddddd !important;
}
tr.staffstoryrow {
background-color: #eee;
border-bottom: 10px solid #fff;
padding: 4px;
font-size: 12px;
line-height: 18px;
cursor: pointer;
}
tr.staffstoryrow:hover {
background: #dddddd !important;
}
.staffimage {
margin-bottom: 10px;
width: 100%;
}
.mmheadline {
font-size: 17px;
line-height: 28px;
font-weight: normal;
}
.mmphoto {
padding: 15px 27px;
float: right;
margin-left: 10px;
border: 1px solid #444;
}
.mmoverlay {
filter: alpha(opacity=80);
opacity: 0.8;
}
.multimediamobilebox {
background: #eee;
height: 70px;
overflow: hidden;
display: block;
padding: 1%;
float: left;
width: 29%;
margin: 1%;
}
.multimediabox {
height: 70px;
display: block;
padding-top: 10px;
}
.multimediaboxline {
border-bottom: 1px solid #ccc;
}
.uparrow {
margin-bottom: 10px;
display: block;
height: 20px;
width: 100%;
background: #ddd;
}
.uparrow:hover {
background-color: #ccc;
}
.downarrow {
margin-top: 10px;
display: block;
height: 20px;
width: 100%;
background: #ddd;;
}
.downarrow:hover {
background-color: #ccc;
}
.mmcredit {
float: right;
width: 300px;
}
.mmpermalink {
float: left;
width: 250px;
}
#sidebarmm {
float: right;
width: 320px;
margin: 0px;
padding: 0px 0px 0px 0px;
}
#contentleftmm {
float: left;
width: 610px;
margin: 0px;
padding: 0px 0px 0px 0px;
}
#contentleftmm p {
margin: 0px;
padding: 0px 0px 15px 0px;
font-size: 14px;
line-height: 21px;
}
.postareamm {
background: #ffffff;
float: left;
width: 593px;
margin: 0px 0px 10px 0px;
padding: 10px;
height: 466px;
overflow: hidden;
}
#loadingimage {
display: none;
left: 300px;
position: absolute;
top: 460px;
}
.widgetwrap {
overflow: hidden;
margin-bottom: 15px;
}
.topnavwrap {
background: #444;
border-bottom: 1px solid #000;
width: 100%;
background-size: 1px 100%;
}
.breakingnewswrap {
background: #990000;
}
.headerwrap {
background: #ddd;
border-bottom: 1px solid #000;
width: 100%;
}
.innerbackgroundwrap {
background: #dddddd;
width: 100%;
display: inline-block;
}
.footerwrap {
background: #ffffff;
width: 100%;
}
.captionboxmit {
padding: 10px 10px 3px;
background: #eee;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.captionboxmittop {
padding: 5px 0px 5px;
}
.photobottom {
margin-bottom: 15px;
}
.ngg-imagebrowser {
width: 575px;
}
#contentleft ol {
margin: 5px 0px 10px;
}
ol li {
font-size: 14px;
line-height: 20px;
margin-left: 40px;
margin-bottom: 3px;
}
ol.wp-paginate li {
margin-left: 0px !important;
}
.headline {
font-weight: normal !important;
}
.snotextwidget p {
padding-bottom: 10px !important;
}
.storydetails {
margin-top: 15px;
}
.embedcontainer {
position: relative;
padding-bottom: 60%; height: 0;
overflow: hidden;
margin-bottom: 8px;
}
.embedcontainer iframe,
.embedcontainer object,
.embedcontainer embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.staffboxthumbnail {
float: right;
margin-right: 0px;
margin-left: 10px;
}
.footerimage,
.leaderboardimage {
max-width: 728px;
float: left;
}
.archivepage .categoryimage,
.archivevideowrap {
width: 33%;
}
.archivepage #permalinkteaserbox {
width: 50%;
}
.fullwidth #contentleft,
.staffpage #contentleft {
width: 100% !important;
margin: 0px auto;
}
.fullwidth .postarea {
width: calc(100% - 30px) !important;
margin: 0px auto;
padding: 15px !important;
}
.staffpage .postarea {
width: calc(100% - 30px) !important;
margin: 0px auto;
padding: 15px !important;
}
.selectwrap {
float: right;
margin-right: 6px;
margin-bottom: 10px;
}
.twoline {
text-indent: 8px;
border-bottom: 1px solid #aaa !important;
}
.topstoryslide {
max-height: 409px;
overflow: hidden;
position: relative;
}
.sportsstoryslide {
position: relative;
}
.topstorywideslide {
max-height: 300px;
overflow: hidden;
position: relative;
}
.flexslider {
margin-bottom: 40px;
}
.flex-control-nav {
bottom: -25px;
}
#sports-flex-container .flex-control-nav {
bottom: -40px;
}
.topwideteaserphoto {
width: 50%;
height: auto;
float: left;
}
ul.flex-direction-nav {
padding-bottom: 0px !important;
}
.mejs-container {
width: 100% !important;
}
.storypageslideshow ul li,
.storypageslideshow ul {
background-image: none !important;
padding: 0px;
margin: 0px;
}
#sportspage ul li,
#sportspage ul {
background-image: none !important;
padding: 0px !important;
margin: 0px !important;
}
#sports-flex-container ol li {
margin-left: 15px;
}
.storypageslideshow .flexslider {
margin-bottom: 0px !important;
border-radius: 0px !important;
}
.storyslide {
height: 100%;
position: relative;
}
#tscarousel .storyslide img {
max-width: 122px !important;
}
#carousel .storyslide img {
max-width: 90px !important;
}
.storypageslideshow .flexslider {
border: none !important;
border-radius: 0px 0px 0px 0px;
background-color: none !important;
box-shadow: none;
}
#carousel img,
#storycarousel img {
margin: 0 2px 2px 2px !important;
}
#carousel ul li {
margin-right: 2px !important;
}
.flex-disabled {
display: none !important;
}
#tsthumbs .flexslider,
.carouselthumbs .flexslider {
border: none !important;
}
.tsthumbstop .flexslider {
margin-bottom: 0px !important;
padding-bottom: 2px;
}
.tsthumbsbottom .flexslider {
margin-bottom: 15px !important;
}
.topcaptionbox .photocaption {
line-height: 16px !important;
}
.tsthumbstop ul li {
margin-right: 3px;
}
#mmpageslideshow .flex-top ul li {
margin-right: 2px;
}
#mmpageslideshow .flex-top .flexslider {
margin-bottom: 2px;
}
.headerimage,
.headerlarge,
#header img {
border: none;
}
.sportstwo {
display: none;
}
.hiddencell {
display: none;
}
.mobileslider {
display: none;
} .storymeta {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
height: auto;
width: 98%;
margin-bottom: 20px;
padding: 3px 1%;
background: #f5f5f5;
}
.storytags {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
height: auto;
width: 98%;
margin: 20px 0px;
padding: 3px 1%;
background: #f5f5f5;
}
.storybar {
border-top: 5px solid #aaa;
height: auto;
width: 98%;
margin-bottom: 20px;
padding: 3px 1%;
background: #f5f5f5;
margin-top: 0px;
}
.storymeta p,
.storytags p,
.storybar p {
text-align: center;
font-size: 16px;
line-height: 30px;
padding-bottom: 0px !important;
}
.photowrap,
.captionboxmittop {
max-width: 100%;
margin: 0 auto 0;
}
#storypage .storydeck p,
#storypage .storyshare p,
#classic_story .storydeck p,
#storyrails .storydeck p {
font-size: 1.8em !important;
line-height: 1.5em !important;
text-align: center;
}
.storydeck {
max-width: 700px;
margin: 0 auto 0;
}
.storydeckbottom {
width: 250px;
border-bottom: 1px solid #ddd;
margin: 20px auto;
}
.captionboxmittop p,
.captionboxmit p {
font-size: 14px !important;
line-height: 20px !important;
}
.storyshare {
margin: 0px auto 5px;
height: 35px;
padding-top: 5px;
}
.storysharehidden {
margin: 15px auto;
height: 35px;
}
#storypage .permalinkphotobox {
width: 50%;
margin: 0px -80px 20px 20px;
}
.captionboxmit {
background: #f1f1f1;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.pullquote {
padding: 15px 15px 0;
font-family: Georgia;
width: 45%;
border-style: solid;
border-width: 0px;
box-sizing: border-box;
}
.pullquotepic {
float: right;
margin-left: 25px;
margin-bottom: 15px;
}
.pullquotepic img {
max-width: 100%;
}
.sidebarpic {
margin-top: 5px;
}
.sno-poll {
padding: 15px 30px 15px 0px;
font-family: Georgia;
width: 250px;
}
.background-gray {
background: #f1f1f1;
}
.background-white {
background: #ffffff;
}
.shadow {
box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.borderleft {
border-left: 5px solid #990000;
}
.borderright {
border-right: 5px solid #990000;
}
.bordertop {
border-top: 5px solid #990000;
}
.borderbottom {
border-bottom: 5px solid #990000;
}
.borderall {
border: 5px solid #990000;
}
#storypage .left {
float: left;
margin: 30px 30px 30px -80px;
}
#storypage .right {
float: right;
margin: 30px -80px 30px 30px;
}
#classic_story .left {
float: left;
margin: 30px 30px 30px 0px;
}
#classic_story .right {
float: right;
margin: 30px 0px 30px 30px;
}
.center {
width: 600px;
margin: 30px auto !important;
float: none;
}
.quotespeaker {
text-align: right;
font-weight: bold;
font-style: italic;
}
.largequote {
font-size: 175px;
line-height: 140px;
position: absolute;
color: #990000;
}
.fullwidth .postarea p.pullquotetext,
#storypage #contentleft p.pullquotetext,
#classic_story #contentleft p.pullquotetext,
#storyrails #contentleft p.pullquotetext,
.sno-story-body-content p.pullquotetext {
font-size: 22px;
line-height: 1.4em;
text-indent: 75px;
padding-top: 20px;
}
blockquote {
max-width: 90% !important;
margin: 30px auto !important;
background: #f1f1f1;
padding: 15px;
font-size: 1.1em;
line-height: 1.1em;
box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.cursorpoint {
cursor: pointer;
}
.commenttoggle {
float: right;
margin-right: 5px;
margin-top: 5px;
}
#commentsbody {
display: none;
padding: 20px;
}
.videowidget {
padding: 15px;
width: 45%;
}
.infographicwidget {
width: auto;
padding-bottom: 15px;
}
.relatedstories {
max-width: 950px;
margin: 0 auto 15px;
}
.related,
.storysidebar,
.galleryback {
padding: 10px 15px 15px;
}
.storyroster {
width: 280px;
}
.relateddivider {
margin: 0px 0px 15px;
border-top: 1px dotted #aaa;
clear: both;
}
.relateddividervert {
margin: 0px 15px;
border-right: 1px dotted #aaa;
height: 150px;
float: left;
}
.relatedrow {
float: left;
max-width: 160px;
}
.catrow {
float: left;
width: 159px;
}
.relatedcenter {
max-width: 100%;
margin: 30px auto !important;
float: none;
width: fit-content
}
.relatedvert {
max-width: 160px;
}
.related h3,
.storysidebar h3,
galleryback img {
margin-bottom: 10px;
font-size: 18px;
line-height: 28px;
}
.related img,
.storysidebar img,
.galleryback img {
margin-bottom: 8px;
}
p.relatedtitle {
font-size: 15px;
line-height: 20px;
}
p.relatedteaser {
font-size: 13px !important;
line-height: 16px !important;
}
.relatedbody {
background: #ffffff;
padding: 15px;
}
.storycat {
text-align: center;
color: #fff;
margin: 10px auto 15px;
line-height: 32px;
}
#storypage .storycat a,
.storycat a:hover {
color: #fff !important;
}
#storypage .storycat span {
background: #888;
margin: 25px auto;
padding: 7px;
font-size: 16px;
}
#storypage .storyshadow,
#classic_story .storyshadow {
box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
#storypage .audiobox {
max-width: 600px;
margin: 0px auto 30px;
}
#storypage .postarea .mejs-container {
max-width: 600px;
margin: 30px auto;
box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
#storypage .wp-caption,
#classic_story .wp-caption,
#storyrails .wp-caption {
background: #f1f1f1;
box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
margin-bottom: 30px;
}
#storypage .wp-caption-text,
#storyrails #contentleft .wp-caption-text,
#classic_story .wp-caption-text {
font-size: 14px !important;
line-height: 20px !important;
margin: 5px 10px 10px !important;
}
#storypage .wp-caption img {
margin: 0px;
padding: 0px;
border: 0px; height: auto;
}
#storypage img.centered {
display: block;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
#storypage img.alignnone {
padding: 0px;
margin: 0px 20px 20px 20px;
display: inline;
}
#storypage img.alignright {
float: right;
padding: 0px;
margin: 0px -80px 20px 20px;
display: inline;
}
#storypage img.alignleft {
float: left;
padding: 0px;
margin: 0px 20px 20px -80px;
display: inline;
}
#storypage .alignright {
float: right;
padding: 0px;
margin: 0px -80px 20px 20px;
display: inline;
}
#storypage .alignleft {
float: left;
padding: 0px;
margin: 0px 20px 20px -80px;
display: inline;
}
.alignnone {
padding: 0px;
margin: 0px 20px 20px 20px;
}
#storypage .gallerycenter {
max-width: 630px !important;
margin: 30px auto !important;
float: none;
}
#storypage .galleryvert {
max-width: 380px;
}
#storypage .wp-polls {
padding-right: 15px !important;
}
#storypage h1 {
font-size: 4.6em;
line-height: 1.2em;
text-align: center;
}
#classic_story h1 {
font-size: 2.6em;
line-height: 1.1em;
}
.catstory-photo {
width: 100%;
}
.printfriendly {
margin-bottom: 15px !important;
}
li.bottom-row,
li.top-row {
margin-right: 15px;
}
#flex-bottom-row .flex-direction-nav .flex-prev,
#flex-bottom-row .flex-direction-nav .flex-next {
top: -12px;
opacity: 1 !important;
}
#flex-top-row .flex-direction-nav .flex-prev,
#flex-top-row .flex-direction-nav .flex-next {
top: -11px;
opacity: 1 !important;
}
#flex-bottom-row .flex-direction-nav .flex-prev,
#flex-top-row .flex-direction-nav .flex-prev {
left: 10px !important;
}
#flex-bottom-row .flex-direction-nav .flex-next,
#flex-top-row .flex-direction-nav .flex-next {
right: 10px !important;
}
.flex-container-row-top {
background: #ddd;
}
.flex-container-row-top #flex-top-row {
margin-bottom: 20px;
} #searchform {
position: relative;
right: 7.6%;
text-align: right;
}
#searchform div {
margin: 0;
}
#searchsubmit {
display: none;
}
.only-search #searchform {
top: 5px;
z-index: 1;
}
.with-image #searchform {
top: auto;
bottom: -27px;
max-width: 195px;
}
.only-search + #access div {
padding-right: 205px;
}
input[type='text'],
input[type='password'],
textarea {
background: #fafafa;
color: #888;
}
input[type='text']:focus,
textarea:focus {
color: #373737;
}
textarea {
padding-left: 3px;
width: 98%;
}
input[type='text'] {
padding: 3px;
}
input#searchsubmit {
display: none;
} .assistive-text {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
background: #fff;
color: #000;
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
background: #eee;
border-bottom: 1px solid #ddd;
color: #1982d1;
clip: auto !important;
font-size: 12px;
position: absolute;
text-decoration: underline;
top: 0;
left: 7.6%;
}
.footersearch {
float: right;
padding-right: 20px;
margin-top: 10px;
}
#homemmvideo {
margin-bottom: 25px;
display: inline-block;
width: 100%;
box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
#homemmvideo .widgetwrap {
box-shadow: none;
margin-bottom: 0px;
}
#homemmvideo .postareamm {
background: none;
height: 461px;
}
#homemmvideo #contentleftmm {
margin-left: 8px;
}
#homemmvideo .widgetbody {
background: #eee !important;
}
#homebreaking {
width: 97%;
padding: 0px 1.5%;
margin-bottom: 20px;
background: #eee;
border: 1px solid #990000;
display: inline-block;
box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
#homebreaking h1 {
margin-bottom: 20px;
}
#homebreaking p {
font-size: 1.5em;
line-height: 1.5em;
color: #444;
}
.homebreaking-photo-vert {
margin: 15px 0px;
float: left;
}
.homebreaking-photo-horiz {
margin: 0px 0px 15px;
float: left;
}
.homedeck {
margin: 0 auto 15px;
}
.homedeckbottom {
width: 450px;
margin: 20px auto;
}
.homedeck p {
font-size: 1.8em !important;
line-height: 1.5em !important;
font-style: italic;
}
.breakingstory {
float: right;
width: 68%;
}
.breakingstory-horiz {
float: right;
width: 48%;
}
.breakingstory-nophoto {
margin: 0px auto 15px;
width: 80%;
}
.tags {
margin: 0px;
padding: 0px 0px 0px 0px;
}
#classic_story .alignleft {
margin-right: 10px !important;
}
#classic_story .alignright {
margin-left: 10px !important;
}
.teaserrow .flexslider {
border: none;
box-shadow: none;
}
#storypage ul li:not(#sno-comments-side li) {
font-size: 1.5em !important;
line-height: 1.2em !important;
}
#sno_longform #storypage .lf_photocaption {
font-size: 14px !important;
line-height: 20px !important;
text-align: left;
}
#sno_longform #storypage .lf_photocredit {
font-size: 14px !important;
line-height: 16px !important;
text-align: right;
font-weight: normal;
margin-bottom: 4px !important;
padding-bottom: 0px !important;
margin-top: 4px;
} .flexslider {
border-radius: 0px 0px 0px 0px !important;
box-shadow: none;
}
#sno_longform .main {
margin: 0 auto;
max-width: 950px;
}
#sno_longform .main p {
margin-top: 0px;
}
#sno_longform .header p {
font-size: 20px !important;
}
#sno_longform .header a,
#sno_longform .header a:hover {
color: #fff;
}
#sno_longform .content {
padding: 0px;
}
#sno_longform .leftside {
max-width: 940px;
margin: 0px auto;
}
#sno_longform .spacer {
width: 100%;
height: 50px;
}
#sno_longform #storypage p {
padding-bottom: 15px;
}
#sno_longform .dividingline,
#sno_longform .dividinglinedeck {
border-top: 5px solid #000000;
margin: 20px auto;
display: block;
width: 100%;
}
#sno_longform #storypage .parallaxoverlay p.photocredit {
font-size: 14px;
}
#sno_longform #storypage p:not(#sno-comments-side p, p.photocredit) {
font-size: 1.5em;
line-height: 1.5em;
padding-bottom: 15px;
color: #444;
}
#sno_longform #storypage p.wp-caption-text {
font-size: 1em !important;
}
#sno_longform #storypage p.pullquotetext {
font-size: 22px;
line-height: 1.4em;
text-indent: 75px;
padding-top: 20px;
}
#sno_longform .wp-caption {
background: none !important;
box-shadow: none !important;
}
#sno_longform .pagetitle {
color: #444;
text-transform: uppercase;
}
#sno_longform .phototop {
width: 100%;
position: fixed;
top: 40px;
z-index: 1;
}
#sno_longform #storypage h1 {
font-weight: normal !important;
background: transparent !important;
color: #fff !important;
text-shadow: #444 2px 2px 2px;
}
#sno_longform .texttop p {
font-size: 2em !important;
color: #fff !important;
text-align: right;
text-shadow: #444 2px 2px 2px;
}
#sno_longform .socialmedia {
float: right;
width: auto;
min-width: 125px;
display: block;
min-height: 1px;
}
#sno_longform .printfriendly,
.pluginSkinLight,
html#facebook {
display: none !important;
}
#sno_longform .sitetitle {
margin-left: 20px;
}
#sno_longform .lf_headerleft {
max-width: 400px;
float: left;
}
#sno_longform .chaptermenu a,
#sno_longform .chaptermenu a:visited,
#sno_longform .lf-dropdown a,
#sno_longform .lf-dropdown a:visited {
background: #000;
color: #fff;
font-size: 20px;
text-decoration: none;
z-index: auto;
}
#sno_longform .chaptermenu a:hover,
#sno_longform .lf-dropdown a:hover {
color: #ffffff;
background: #393939;
text-decoration: none;
}
#sno_longform .chaptermenu li li a,
#sno_longform .lf-dropdown li li a {
background: #393939;
}
#sno_longform .chaptermenu li li a:hover,
#sno_longform .lf-dropdown li li a:hover {
background: #000;
}
#sno_longform a .sf-sub-indicator {
right: 1.2em;
}
#sno_longform #storypage h1 {
text-shadow: none;
color: #000 !important;
}
#sno_longform .storydeck {
font-style: italic;
color: #999;
font-size: 1em;
}
#sno_longform .byline {
font-size: 24px !important;
text-align: center;
margin-top: 20px;
padding-bottom: 4px;
}
#sno_longform .sbs_byline {
font-size: 18px !important;
text-align: center;
margin-top: 20px;
padding-bottom: 4px;
}
#sno_longform .longdate {
font-size: 18px;
text-align: center;
font-weight: bold;
}
#sno_longform #storypage .right {
margin-right: 10px;
}
#sno_longform #storypage .left {
margin-left: 10px;
}
#sno_longform .footerbar {
background-color: #000;
color: #fff;
padding: 8px 0px 0px;
box-shadow: 0px 1px 7px -1px #888;
border-top: 1px solid #ccc;
height: 35px;
width: 100%;
}
#sno_longform #storypage .footerbar p {
font-size: 14px;
margin-top: 2px;
text-align: center;
color: #fff !important;
padding-bottom: 0px !important;
}
#sno_longform #storypage .photowrap {
max-width: 952px;
margin-bottom: 8px;
}
#sno_longform #storypage .permalinkphotobox {
margin-right: 0px;
}
#sno_longform #storypage .photocaption {
font-size: 16px;
padding-top: 5px;
}
#sno_longform .storypageslideshow .flexphotos .flex-direction-nav .flex-prev {
left: -36px;
}
#sno_longform .storypageslideshow .flexphotos .flex-direction-nav .flex-next {
right: -36px;
}
#sno_longform .storypageslideshow .flexslider {
background: none !important;
}
#sno_longform #mainbody {
position: relative;
background: #fff;
z-index: 10;
width: 100%;
padding-top: 0px;
overflow: hidden;
border-top: none;
}
#sno_longform .storypageslideshow .flexphotos .flex-direction-nav a {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
#sno_longform #storypage span.photocaption {
margin: 0px 10px;
}
#sno_longform #storypage .captionboxmit span.photocaption {
margin: 0px;
}
.catwidgetleft {
float: left;
width: 53%;
margin-right: 2%;
}
.catwidgetright {
float: left;
width: 45%;
}
.videothumb {
width: 90px;
}
#homepageright ul li,
#homepageleft ul li,
#homepagewide ul li,
#contentleft ul li,
#sidebar ul li,
#sidebar ul li li,
#sidebar ul li ul li {
margin-bottom: 6px;
}
.videophoto {
margin-left: 10px;
margin-right: 10px;
width: 35px;
margin-bottom: 10px;
padding: 15px 22px;
float: left;
}
.aligncenter,
.alignnone {
clear: both;
display: block;
margin: 7px auto 15px;
} #contentleft #carousel ul li,
#contentleft .flexslider ul li {
margin-bottom: 0;
}
#storyrails #content {
padding: 0px;
max-width: 980px;
margin: 0px;
}
#storyrails #contentleft {
max-width: 980px;
width: 100% !important;
}
#storyrails .postarea {
padding: 15px;
width: 935px;
float: none;
}
#storyrails .storymeta {
margin-top: 15px;
border-bottom: none !important;
padding-left: 0px;
width: 100%;
padding-right: 0;
background: #fff !important;
}
#storyrails .storymeta p {
text-align: left;
}
#storyrails .storydate,
#storyrails .snopostviews {
margin-left: 20px;
}
#storyrails #commentslink {
float: right;
}
#storyrails #leftrail {
float: left;
min-height: 1px;
width: 14%;
margin-right: 3%;
background: #fff;
}
#storyrails .permalinkphotobox {
width: 455px;
max-width: 455px;
margin-left: 30px;
margin-right: 0px;
}
#storyrails .captionboxmit {
padding: 5px;
background: #fff;
border: none;
}
#storyrails .writer_headline {
font-size: 13px;
margin-bottom: 5px;
padding: 5px 0px;
}
#storyrails .railspacer {
margin-top: 20px;
}
#storyrails .railbuffer {
margin-top: 70px;
}
#storyrails #contentleft .railspacer p {
padding-bottom: 8px;
font-size: 1.1em;
}
#storyrails #contentleft p {
font-size: 1.3em;
line-height: 1.4em;
}
#storyrails #story_column {
float: left;
width: 82%;
position: relative;
}
#storyrails #rightrail {
clear: both;
max-width: 300px;
float: right;
margin: 20px 0px 20px 20px;
}
#storyrails #sno_ad {
margin-bottom: 30px;
}
#storyrails .right,
#storyrails .alignright,
#storyrails .center,
#storyrails .aligncenter,
#storyrails .relatedcenter {
position: absolute;
right: 0;
max-width: 260px !important;
height: auto;
}
#storyrails .left,
#storyrails .alignleft {
margin: 30px 30px 30px -160px;
float: left;
}
#storyrails .pullquote {
width: 240px;
}
#storyrails .writer_date {
font-size: 10px;
text-transform: uppercase;
}
#storyrails .storydeck {
max-width: none;
}
#storyrails #leftrail h3 {
margin-bottom: 10px;
}
#storyrails .right h3 {
font-size: 15px;
line-height: 19px;
}
#storyrails .right .catboxphoto {
width: 90px !important;
float: left;
margin-right: 15px;
}
#storyrails .storyroster {
width: 260px;
}
#storyrails .videowidget {
width: 33%;
}
.leaderimageright,
.footerimageright {
max-width: 205px;
}
.staffprofilebox {
max-width: 936px;
height: 280px;
background: #eee;
border: 3px solid #aaa;
margin-bottom: 20px;
padding: 10px;
}
.staffpage h3 {
font-size: 25px;
line-height: 40px;
margin-bottom: 8px;
}
.staffstorylist {
float: left;
width: 75%;
}
.addprofile {
padding: 2%;
width: 96% !important;
min-height: 50px;
background: #eee;
border: 1px solid #ccc;
margin-bottom: 20px;
}
.addprofile:hover {
cursor: pointer;
background: #ddd;
}
.editprofile {
padding: 10px;
background: #eee;
border: 1px solid #ccc;
margin-bottom: 20px;
text-align: center;
font-size: 14px;
}
.leaderboardimagewrap img,
.footerboardwrap img {
width: 100%;
}
.staffdate {
width: 100px;
}
.staffprofilelist {
padding: 7px 0px;
}
.lf-mobile-menu {
width: 250px;
float: left;
margin: 7px 0 0 20px;
}
.lf-mobile-menu .select {
width: 250px;
}
#storyrails .postarea h3,
#classic_story .postarea h3,
#storypage .postarea h3,
#sno_longform h3 {
font-size: 24px;
margin: 12px 0px 14px;
line-height: 30px;
}
#storyrails .postarea h5,
#classic_story .postarea h5,
#storypage .postarea h5,
#sno_longform h5 {
font-size: 15px;
margin: 12px 0px 14px;
}
.snodnetwork img {
max-width: 300px;
margin: 0 auto;
width: 100%;
}
.snodnetwork h3 {
background: #eee;
color: #444;
text-align: center;
font-weight: normal;
padding: 3px 0 0 0;
margin-bottom: -9px;
font-size: 10px !important;
}
#storyrails .snodnetwork h3 {
margin-bottom: 0px !important;
}
.snodnetwork .widgetbody3 {
background: #eee;
color: #444;
}
.permalinkphotobox #storypage .snodnetwork {
max-width: 300px;
float: left;
}
#storypage .snodnetwork h3 {
margin-bottom: 0px !important;
margin-top: 20px;
max-width: 300px;
}
.adright {
float: right;
margin-left: 20px;
max-width: 300px;
}
h5.relatedtitle {
font-size: 16px;
line-height: 20px;
}
#home .slideroverlay p {
color: #fff !important;
}
#story_bottom {
height: 1px;
display: block;
}
#classic_story .alignleft,
#classic_story .alignright,
#classic_story .aligncenter,
#classic_story .alignnone,
#classic_story img {
height: auto;
max-width: 100%;
}
#sno_longform .storybody ol li,
#sno_longform .storybody ul li {
font-size: 1.5em;
line-height: 1.5em;
margin-left: 40px;
margin-bottom: 3px;
color: #444;
}
#sno_longform .storybody .flexslider ol li,
#sno_longform .storybody .flexslider ul li {
margin-left: 0px;
}
#classic_story .storyshare {
width: auto;
}
.widget3cwrap {
width: 31.3%;
float: left;
margin-right: 3%;
overflow: hidden;
}
.widget3cwraplast {
margin-right: 0 !important;
}
.w3ctitle {
font-size: 18px !important;
line-height: 22px !important;
}
.widget3cwrap p {
margin-top: 5px;
}
.widget3cmargin {
margin-top: 20px;
} .sidechapter {
float: left;
width: 47%;
margin: 0px 1.5%;
}
.comments_link {
width: 97%;
padding: 10px 1.5% 0px;
margin: 0px 0 30px;
background: #eee;
text-align: center;
}
.sidechapter .left,
.sidechapter .alignleft {
margin-left: 0px !important;
max-width: 50%;
height: auto;
}
.sidechapter .right,
.sidechapter .alignright {
margin-right: 0px !important;
max-width: 50%;
}
#wrap,
#lf_wrap,
#alt_wrap {
position: relative; z-index: 20; }
#toggle-menu {
top: 10px;
right: 10px;
width: 50px;
height: 50px;
background: #666;
}
#menu {
position: fixed;
overflow-y: auto;
top: 0;
right: 0;
height: 100%;
width: 190px;
padding: 15px 25px;
margin: 0;
display: none;
list-style: none;
background: #333;
z-index: 10; }
#altmenu {
position: fixed;
overflow-y: auto;
top: 0;
left: 0;
height: 100%;
width: 190px;
padding: 15px 25px;
margin: 0;
display: none;
list-style: none;
background: #333;
z-index: 10; }
#menu a,
#altmenu a {
display: block;
color: #fff;
padding: 15px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.animating #menu,
.menu-visible #menu,
.animating #altmenu,
.menu-visible #altmenu {
display: block;
}
#lf_menu {
position: fixed;
overflow-y: auto;
top: 0;
left: 0;
height: 100%;
width: 190px;
padding: 15px 25px;
margin: 0;
display: none;
list-style: none;
background: #333;
z-index: 10; }
#lf_menu a {
display: block;
color: #fff;
padding: 15px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.animating #lf_menu,
.menu-visible #lf_menu,
.animating #altmenu {
display: block;
}
.animating #wrap,
.animating #lf_wrap,
.animating.left #lf_wrap .phototop,
.animating.left #lf_wrap .header,
.animating #alt_wrap,
.animating #alt_wrap {
transition: transform 0.25s ease-in-out;
}
.animating.left #wrap,
.animating.left #lf_wrap,
.animating.left #lf_wrap .phototop,
.animating.left #lf_wrap .header,
.animating.left #alt_wrap {
transform: translate3d(-240px, 0, 0);
}
.animating.right #wrap,
.animating.right #lf_wrap,
.animating.right #alt_wrap {
transform: translate3d(240px, 0, 0);
}
.menu-visible #wrap {
right: 240px;
}
.menu-visible #lf_wrap {
right: 240px;
}
.menu-visible #lf_wrap .header {
right: 240px;
}
.menu-visible .phototop {
right: 240px;
}
.menu-visible #alt_wrap,
.menu-visible #wpadminbar,
.menu-visible #alt_wrap .navbarwrap,
.menu-visible #altheader,
.menu-visible #extracolumn {
left: 240px !important;
}
#mobile_menu_icon {
background: none;
width: 24px;
padding-right: 6px;
margin-top: 4px;
float: right;
cursor: pointer;
position: absolute;
right: 0;
padding-left: 20px;
padding-bottom: 20px;
}
.mobile_menu_icon_bar {
height: 3px;
margin-top: 4px;
background: #fff;
width: 100%;
}
#mobile-menu {
background: #000;
color: #fff;
width: 100%;
min-height: 26px;
height: auto;
margin: 0px;
max-height: 200px;
overflow-y: hidden;
}
#mobile-menu .mobile_headerleft {
width: 70%;
max-width: none !important;
overflow: hidden;
}
#mobile-menu .sitetitle {
width: 100%;
float: left;
}
#mobile-menu .sitetitle h1 a {
margin-left: 10px;
background: none;
color: #fff;
font-size: 20px;
}
#mobile-menu .sitetitle h1 a:hover {
text-decoration: none;
}
.header-text {
padding: 4px 0;
}
#storypage {
position: relative;
}
.lf-dropdown {
float: right;
}
.breakingstory-horiz {
overflow-y: hidden;
} #storyrails .infographicwidget .right,
#storyrails .infographicwidget .center {
max-width: 280px;
overflow-x: auto;
}
.gridchapter {
position: relative;
margin-bottom: 10px;
cursor: pointer;
}
.gridchapter:before {
content: '';
display: block;
padding-top: 63%;
}
.gridchaptercontent {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.gridchapter .griddesc p {
color: #fff !important;
}
.gridchaptersmall {
width: 120px;
float: left;
margin-right: 3px;
height: 75px;
}
.gridselected {
padding-bottom: 3px;
border-bottom: 5px solid #aaa;
}
.gridhover,
.returntogrid {
transition: all 0.2s ease-in-out;
z-index: 10;
}
.gridhover:hover,
.returntogrid:hover {
padding-bottom: 3px;
border-bottom: 5px solid #990000;
cursor: pointer;
}
.griddesc p {
margin: 0px;
color: #ffffff;
font-size: 14px;
padding-top: 1px;
margin: 0px;
}
.griddesc a {
color: #ffffff;
text-decoration: none;
}
.griddesc a:hover {
text-decoration: underline;
}
.griddesc {
background-repeat: repeat;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
overflow: hidden;
max-height: 100%;
height: 100%;
}
.griddesc h3,
.gridfallback h3 {
color: #ffffff !important;
font-size: 2.2em;
line-height: 1.2em;
margin: 8px 8px 6px !important;
text-align: center;
}
.griddesc a {
color: #ffffff !important;
}
#listloader {
display: none;
margin: 15px 0 0 30px;
float: left;
}
.spinner {
margin: 100px auto 0;
width: 70px;
text-align: center;
}
.spinner > div {
width: 18px;
height: 18px;
background-color: #000;
border-radius: 100%;
display: inline-block;
animation: bouncedelay 1.4s infinite ease-in-out; animation-fill-mode: both;
}
.spinner .bounce1 {
animation-delay: -0.32s;
}
.spinner .bounce2 {
animation-delay: -0.16s;
}
@keyframes bouncedelay {
0%,
80%,
100% {
transform: scale(0);
}
40% {
transform: scale(1);
}
}
#gridcontainer .flexslider {
max-width: none;
}
#sno_longform #gridpage #mainbody {
overflow-y: auto !important;
overflow-x: hidden !important;
}
#gridcontainer {
padding-bottom: 50px !important;
}
#sno_longform #gridpage #gridchapcontainer .content {
margin-top: 15px;
}
#sno_longform #grid-chapter-row {
margin: 25px 15px 0px;
background: none;
}
#sno_longform #gridpage .permalinkphotobox {
max-width: none;
}
#sno_longform #gridpage .flexslider {
border-color: transparent !important;
}
#sno_longform #storypage p.photofallback {
color: #fff !important;
padding-bottom: 0 !important;
padding-top: 5px;
font-size: 1em !important;
line-height: 1.25em !important;
margin: 0px 5px 0px;
}
.gridbyline {
margin: 10px;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
padding: 5px;
text-align: center;
color: #fff !important;
}
.gridbyline a {
color: #fff !important;
}
.gridfallbacktext {
margin: 10px;
}
.gridfallbacktext p {
color: #fff !important;
font-size: 15px !important;
line-height: 21px !important;
}
.searchresult-profile {
border: 1px solid #aaa;
background: #eee;
padding: 10px;
margin-bottom: 30px;
}
.searchresult-profile .profile {
background: #aaa;
color: #fff;
padding: 4px 6px;
float: left;
font-size: 14px;
margin-bottom: 10px;
}
.searchresult-profile table.schedule tr.staffstoryrow {
border-top: 1px solid #ddd;
border-bottom: none;
padding: 5px 0;
}
.searchresult-profile table.schedule { margin-bottom: 15px;
}
.sportsbottomrow {
border-bottom: 1px solid #990000;
}
.archivepage tr.rosterrow {
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
}
#classic_story #contentleft {
overflow-x: hidden;
}
.homeboxdesc p {
color: #fff !important;
}
.homeboxdesc p {
margin: 0px;
color: #ffffff;
font-size: 14px;
padding-top: 1px;
margin: 0px;
}
.homeboxdesc a {
color: #ffffff;
text-decoration: none;
}
.homeboxdesc a:hover {
text-decoration: underline;
}
.homeboxdesc {
background-repeat: repeat;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
overflow: hidden;
max-height: 100%;
height: 100%;
}
.homeboxdesc h3,
.gridfallback h3 {
color: #ffffff !important;
font-size: 2.2em;
line-height: 1.2em;
margin: 18px 8px 6px !important;
text-align: center;
}
.homeboxdesc a {
color: #ffffff !important;
}
a .homeboxdesc h3:hover,
a .homeboxdesc h3 {
text-decoration: none !important;
}
.topstoryphotoslide {
max-height: 300px;
margin-right: 1px;
overflow: hidden;
position: relative;
}
body {
overflow-x: hidden;
}
.extendfull {
background: #ddd;
}
.grow {
transition: all 0.2s ease-in-out;
transform: scale(1.1);
}
.shrink {
transition: all 0.2s ease-in-out;
transform: scale(1);
}
p.photorowdate {
padding-top: 8px;
text-align: center;
font-size: 13px !important;
}
.blockscat {
background: #990000;
color: #fff;
border-radius: 3px;
padding: 4px 8px;
}
h3.staffmembername,
h3.staffmembername:hover {
font-size: 17px !important;
line-height: 30px !important;
color: #fff !important;
text-align: center;
}
.bottom-row-blocks,
.top-row-blocks {
margin-right: 1px;
position: relative;
overflow: hidden;
max-width: 231px;
}
.come-in:not(.sno-pdf-flipbook-widget) {
transform: translateY(150px);
animation: come-in 1s ease forwards;
}
.come-in:nth-child(odd) {
animation-duration: 1s !important; }
@keyframes come-in {
to {
transform: translateY(0);
}
}
.already-visible {
transform: none !important;
animation: none !important;
}
#storyrails #story_column .storycontent p {
max-width: 460px;
}
#storyrails #story_column .storycontent .inline-slideshow-area {
max-width: 460px;
width: 460px;
} .maingridheadline,
.maingridheadline:hover {
text-decoration: none !important;
}
#gridpage #mainbody .griddesc p {
margin-left: 10px;
margin-right: 10px;
}
.catboxthumb {
height: auto;
}
#classic_story .center {
max-width: 561px !important;
}
.flexslider .slides img {
height: auto;
}
.footerright p {
font-size: 8px;
line-height: 12px;
}
.st_email_large .stButton .stLarge,
.st_email .stButton .email {
display: none;
}
.leaderboardwrap img {
width: 100% !important;
height: auto;
}
.full-width .twitter-tweet {
float: right;
margin-left: 20px;
margin-bottom: 20px !important;
}
.twitter-tweet {
margin: 10px auto 20px !important;
}
#storypage #commentsbody p {
font-size: 1.1em !important;
line-height: 1.6em !important;
} .home-immersion-text {
position: absolute;
width: 40%;
background: #00000077;
padding: 30px;
}
.home-immersion-text p {
color: #fff !important;
}
.home-immersion-text a {
color: #fff !important;
}
.home-immersion-text h1 {
color: #fff !important;
text-align: left;
margin-bottom: 15px;
font-size: 3em;
line-height: 1.3em;
}
.home-immersion-byline {
font-size: 14px;
line-height: 20px;
margin-bottom: 20px;
text-align: center;
}
.home-immersion-teaser {
font-size: 18px;
line-height: 26px;
padding-top: 10px;
}
.home-immersion-header-name {
font-size: 1em;
color: #fff !important;
}
.home-immersion-header a {
color: #fff !important;
}
#home-immersion .footerbar {
background-color: #000;
opacity: 0.5;
color: #fff !important;
padding: 2px 0px 0px;
height: 24px;
width: 100%;
position: fixed;
bottom: 0;
border-top: 1px solid #fff8de;
}
#home-immersion .footerbar a {
color: #fff !important;
}
#home-immersion .footerbar p {
font-size: 12px;
margin-top: 2px;
text-align: center;
color: #fff !important;
padding-bottom: 0px !important;
}
#home-immersion .lf-dropdown {
cursor: pointer;
padding-bottom: 30px;
padding-left: 30px;
} #mini-logo-top,
#mini-logo-bottom,
#mini-logo-top img,
#mini-logo-top,
#mini-logo-bottom img,
#mini-logo-bottom {
max-height: 30px;
}
li#mini-logo-top,
li#mini-logo-bottom {
list-style-type: none;
} #altheader {
width: 100%;
color: #fff;
background: #000;
height: 80px;
}
.altheader-leaderboard {
float: left;
max-height: 90px;
}
.altheader-leaderboard img {
max-height: 90px;
}
.altheader-leaderboard-small {
float: left;
max-height: 90px;
}
.altheader-leaderboard-small img {
max-height: 90px;
margin-left: 10px;
}
.altheader-logo {
float: left;
max-height: 80px;
overflow: hidden;
width: 325px;
position: relative;
z-index: 100;
}
.altheader-right {
background: #000;
height: 80px;
}
.altheader-bar1 {
height: 40px;
width: 100%;
cursor: pointer;
}
.altheader-bar2 {
height: 40px;
width: 100%;
}
.altheader-menu {
float: left;
width: 75px;
height: 80px;
}
.altheader-left {
float: left;
width: 325px;
height: 80px;
position: relative;
z-index: 501;
overflow: hidden;
}
.alt_mobile_menu_icon {
background: none;
width: 33px;
float: left;
cursor: pointer;
left: 0;
padding: 18px 20px;
}
.alt_mobile_menu_icon .mobile_menu_icon_bar {
height: 4px;
margin-top: 5px;
background: #fff;
width: 100%;
}
.mobile_menu_text {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif !important;
text-transform: uppercase;
margin-top: 2px;
overflow: hidden;
}
.altheader-logo img {
max-width: 100%;
max-height: 80px;
margin: auto;
display: block;
}
#alt_wrap #subnavbar,
#alt_wrap #subnavbarbackground,
#alt_wrap #breakingnews,
#alt_wrap #newsticker3-demo,
#alt_wrap #navbar,
#alt_wrap #navbarbackground {
max-width: none;
}
#alt_wrap #subnavbar,
#alt_wrap #subnavbarbackground {
height: 40px;
max-height: 40px;
}
#alt_wrap .newsticker3-jcarousellite,
#alt_wrap .newsticker3-jcarousellite .info {
width: 1500px !important;
}
#alt_wrap #breakingnews {
height: 30px;
padding-top: 10px;
}
#altheader .searchright {
margin-top: 9px;
width: 40px;
float: right;
position: absolute;
right: 9px;
}
#altheader #subnavbar a {
padding-top: 12px;
padding-bottom: 13px;
}
#altheader #subnavbar a > .sf-sub-indicator {
top: 0.9em;
}
#altheader #subnavbar li ul {
margin-top: 10px;
}
#altheader #subnavbar li ul ul {
margin-top: 0px;
}
#alt_wrap #navbar a {
font-size: 12px;
padding-top: 9px;
padding-bottom: 9px;
}
#alt_wrap #navbar a > .sf-sub-indicator {
top: 0.8em;
}
#alt_wrap #navbar {
position: relative;
z-index: 600;
}
#altheader-search {
cursor: pointer;
}
#altheader-searchbox {
width: 325px;
background: #000;
position: fixed;
height: 100%;
top: 0;
left: 0;
z-index: 99;
display: none;
padding-top: 0px;
}
#altheader-searchbox #s {
border: none;
width: 276px;
background-image: none;
padding-left: 10px;
}
#altheader-searchbox #s:focus {
width: 261px;
}
#alt_wrap .innerbackgroundwrap {
position: relative;
}
#alt_wrap .fullsize {
font-size: 35px;
padding-top: 22px;
padding-right: 21px;
padding-bottom: 38px;
padding-left: 21px;
}
#alt_wrap .mixedsize {
font-size: 25px;
padding-left: 27px;
padding-right: 23px;
padding-bottom: 8px;
}
#altheader .social-border {
margin-right: 1px;
}
#altheader .alt-header-social {
padding: 3px 17px 17px 4px;
font-size: 33px;
cursor: pointer;
float: right;
}
#altheader .alt-header-social-fa {
padding: 5px 6px 2px 6px;
font-size: 33px;
cursor: pointer;
float: right;
}
#altheader .sno-rss {
background: #ff6600;
color: #fff;
padding-right: 15px;
}
#altheader .sno-rss:hover {
background: #fff;
color: #ff6600;
}
#altheader .sno-email {
background: #1f385c;
color: #fff;
padding-left: 2px;
}
#altheader .sno-email:hover {
background: #fff;
color: #1f385c;
}
#altheader .sno-facebook {
background: #3b5998;
color: #fff;
}
#altheader .sno-facebook:hover {
background: #fff;
color: #3b5998;
}
#altheader .sno-twitter {
background: #000000;
color: #fff;
padding-left: 3px;
padding-right: 16px;
}
#altheader .sno-twitter:hover {
background: #fff;
color: #000000;
}
#altheader .sno-instagram {
background: #675144;
color: #fff;
padding: 4px 6px 3px;
}
#altheader .sno-instagram:hover {
background: #fff;
color: #675144;
}
#altheader .sno-pinterest {
background: #c92228;
color: #fff;
padding: 4px 6px 3px;
}
#altheader .sno-pinterest:hover {
background: #fff;
color: #c92228;
}
#altheader .sno-tumblr {
background: #36465d;
color: #fff;
font-size: 30px;
line-height: 31px;
padding: 6px 12px 3px 11px;
}
#altheader .sno-tumblr:hover {
background: #fff;
color: #36465d;
}
#altheader .sno-google-plus {
background: #dc4a38;
color: #fff;
font-size: 23px;
line-height: 31px;
padding: 5px 4px 4px 6px;
}
#altheader .sno-google-plus:hover {
background: #fff;
color: #dc4a38;
}
#altheader .sno-youtube {
background: #e52d27;
color: #ffffff;
font-size: 30px;
line-height: 31px;
padding: 5px 7px 4px 8px;
}
#altheader .sno-youtube:hover {
background: #ffffff;
color: #e52d27;
}
#altheader .sno-snapchat {
background: #fffc00;
color: #ffffff;
font-size: 30px;
line-height: 31px;
padding: 5px 7px 4px 8px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000;
}
#altheader .sno-snapchat:hover {
background: #fff;
color: #000;
}
#altheader .sno-schooltube {
background: #e52d27;
color: #ffffff;
font-size: 27px;
line-height: 34px;
padding: 5px 6px 4px 7px;
width: 28px;
height: 31px;
}
#altheader .sno-schooltube:hover {
background: #ffffff;
color: #e52d27;
}
#altheader .sno-vimeo {
background: #009fde;
color: #ffffff;
font-size: 30px;
line-height: 31px;
padding: 5px 5px 4px 5px;
}
#altheader .sno-vimeo:hover {
background: #ffffff;
color: #009fde;
}
#altheader .sno-flickr {
background: #ff0084;
color: #ffffff;
font-size: 30px;
line-height: 31px;
padding: 5px 7px 4px 5px;
}
#altheader .sno-flickr:hover {
background: #ffffff;
color: #ff0084;
}
#altheader .sno-reddit {
background: #00bf8f;
color: #ffffff;
font-size: 30px;
line-height: 31px;
padding: 5px 7px 4px 7px;
}
#altheader .sno-reddit:hover {
background: #ffffff;
color: #00bf8f;
}
#altheader .sno-soundcloud {
background: #f50;
color: #ffffff;
font-size: 25px;
line-height: 27px;
padding: 9px 4px 4px;
}
#altheader .sno-soundcloud:hover {
background: #ffffff;
color: #f50;
}
#altheader .sno-linkedin {
background: #006097;
color: #ffffff;
font-size: 30px;
line-height: 31px;
padding: 6px 7px 3px;
}
#altheader .sno-linkedin:hover {
background: #ffffff;
color: #006097;
}
#altheader .alt-header-search-bar {
padding-top: 1px;
float: left;
margin-left: 1px;
padding-left: 10px;
height: 39px;
z-index: 200px;
position: relative;
}
#altheader .sno-search {
font-size: 25px;
padding-right: 10px;
padding-top: 6px;
padding-bottom: 9px;
background: #444;
color: #fff;
}
#altheader input#s {
height: 38px;
background-image: none;
width: 96%;
padding: 0 2%;
}
#altheader input#s:focus {
height: 38px;
background-image: none;
width: 96%;
padding: 0 2%;
}
#altheader input#s-alt {
width: 96%;
border: 0px;
height: 40px;
padding: 0 2%;
font-size: 18px;
background: #444;
color: #444;
box-shadow: none;
}
#altheader #expandable-search-box {
position: absolute;
right: 0;
top: 0px;
width: 1500px;
height: 41px;
}
.extracolumn-padding {
padding: 15px 0 15px 15px;
}
#extracolumn {
position: relative;
float: left;
}
.scrollspacer {
display: none !important;
}
.altheader-logo h1 a {
color: #fff;
}
.altheader-logo h1 {
margin-top: 20px;
text-align: center;
}
#menu-more {
float: left;
}
.altheader-top {
height: 30px;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
width: 100%;
background: #000;
cursor: pointer;
}
.altheader-top-wrap {
position: relative;
z-index: 100;
}
.social-classic .alt-header-search-bar,
.altheader-top .alt-header-search-bar {
padding-top: 1px;
float: left;
margin-left: 1px;
padding-left: 10px;
height: 30px;
z-index: 200px;
position: relative;
}
.social-classic .sno-search,
.altheader-top .sno-search {
font-size: 15px;
padding-right: 10px;
padding-top: 6px;
padding-bottom: 9px;
background: #444;
}
.header-icons .social-border,
.social-classic .social-border,
.altheader-top .social-border {
margin-right: 1px;
}
.classic-icon .sno-icon,
.footer-icon .sno-icon {
width: 30px;
height: 30px;
font-size: 20px;
line-height: 30px;
}
.sno-icon {
text-align: center;
cursor: pointer;
transition: all 0.3s ease-in-out;
float: right;
}
.sno-rss {
background: #ff6600;
color: #fff;
}
.sno-email {
background: #1f385c;
color: #fff;
}
.sno-facebook {
background: #3b5998;
color: #fff;
}
.sno-threads {
background: #000000;
color: #fff;
}
.sno-bluesky {
background: #1185FE;
color: #fff;
}
.sno-twitter {
background: #000000;
color: #fff;
}
.sno-instagram {
background: #e1306c;
color: #fff;
}
.sno-pinterest {
background: #c92228;
color: #fff;
}
.sno-tumblr {
background: #36465d;
color: #fff;
}
.sno-youtube {
background: #e52d27;
color: #ffffff;
}
.sno-snapchat {
background: #fffc00;
color: #ffffff;
}
.sno-snapchat i {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000;
}
.sno-schooltube {
background: #e52d27;
color: #ffffff;
}
.sno-vimeo {
background: #009fde;
color: #ffffff;
}
.sno-flickr {
background: #ff0084;
color: #ffffff;
}
.sno-reddit {
background: #00bf8f;
color: #ffffff;
}
.sno-soundcloud {
background: #f50;
color: #ffffff;
}
.sno-linkedin {
background: #006097;
color: #ffffff;
}
.sno-tiktok {
background: #69c9d0;
color: #fff;
}
.sno-spotify {
background: #1db954;
color: #fff;
}
.sno-twitch {
background: #6441a4;
color: #fff;
}
.icon-inverse .sno-rss {
background: #fff;
color: #ff6600;
}
.icon-inverse .sno-email,
.icon-inverse .email-side-icon {
background: #fff;
color: #1f385c;
}
.icon-inverse .sno-facebook,
.icon-inverse .facebook-side-icon {
background: #fff;
color: #3b5998;
}
.icon-inverse .sno-threads,
.icon-inverse .threads-side-icon {
background: #fff;
color: #000;
}
.icon-inverse .sno-bluesky,
.icon-inverse .bluesky-side-icon {
background: #fff;
color: #1185FE;
}
.icon-inverse .sno-twitter,
.icon-inverse .twitter-side-icon {
background: #fff;
color: #000000;
}
.icon-inverse .sno-instagram {
background: #fff;
color: #e1306c;
}
.icon-inverse .sno-pinterest,
.icon-inverse .pinterest-side-icon {
background: #fff;
color: #c92228;
}
.icon-inverse .sno-tumblr {
background: #fff;
color: #36465d;
}
.icon-inverse .sno-youtube {
background: #ffffff;
color: #e52d27;
}
.icon-inverse .sno-snapchat {
background: #fff;
color: #000;
}
.icon-inverse .sno-schooltube {
background: #ffffff;
color: #e52d27;
}
.icon-inverse .sno-vimeo {
background: #ffffff;
color: #009fde;
}
.icon-inverse .sno-flickr {
background: #ffffff;
color: #ff0084;
}
.icon-inverse .sno-reddit,
.icon-inverse .reddit-side-icon {
background: #ffffff;
color: #00bf8f;
}
.icon-inverse .sno-soundcloud {
background: #ffffff;
color: #f50;
}
.icon-inverse .sno-linkedin {
background: #ffffff;
color: #006097;
}
.icon-inverse .sno-tiktok {
background: #fff;
color: #69c9d0;
}
.icon-inverse .sno-spotify {
background: #fff;
color: #1db954;
}
.icon-inverse .sno-twitch {
background: #fff;
color: #6441a4;
}
.icon-inverse .print-side-icon {
background: #fff;
color: #546b8b;
}
.icon-inverse .comment-side-icon {
background: #fff;
color: #2e7061;
}
.icon-inverse .like-side-icon {
background: #fff;
color: #862635;
}
.sno-rss:hover,
.icon-hover-standard .sno-rss:hover {
background: #fff;
color: #ff6600;
}
.sno-email:hover,
.icon-hover-standard .sno-email:hover {
background: #fff;
color: #1f385c;
}
.sno-facebook:hover,
.icon-hover-standard .sno-facebook:hover {
background: #fff;
color: #3b5998;
}
.sno-threads:hover,
.icon-hover-standard .sno-threads:hover {
background: #fff;
color: #000;
}
.sno-bluesky:hover,
.icon-hover-standard .sno-bluesky:hover {
background: #fff;
color: #1185FE;
}
.sno-twitter:hover,
.icon-hover-standard .sno-twitter:hover {
background: #fff;
color: #000000;
}
.sno-instagram:hover,
.icon-hover-standard .sno-instagram:hover {
background: #fff;
color: #e1306c;
}
.sno-pinterest:hover,
.icon-hover-standard .sno-pinterest:hover {
background: #fff;
color: #c92228;
}
.sno-tumblr:hover,
.icon-hover-standard .sno-tumblr:hover {
background: #fff;
color: #36465d;
}
.sno-youtube:hover,
.icon-hover-standard .sno-youtube:hover {
background: #ffffff;
color: #e52d27;
}
.sno-snapchat:hover,
.icon-hover-standard .sno-snapchat:hover {
background: #fff;
color: #000;
}
.sno-schooltube:hover,
.icon-hover-standard .sno-schooltube:hover {
background: #ffffff;
color: #e52d27;
}
.sno-vimeo:hover,
.icon-hover-standard .sno-vimeo:hover {
background: #ffffff;
color: #009fde;
}
.sno-flickr:hover,
.icon-hover-standard .sno-flickr:hover {
background: #ffffff;
color: #ff0084;
}
.sno-reddit:hover,
.icon-hover-standard .sno-reddit:hover {
background: #ffffff;
color: #00bf8f;
}
.sno-soundcloud:hover,
.icon-hover-standard .sno-soundcloud:hover {
background: #ffffff;
color: #f50;
}
.sno-linkedin:hover,
.icon-hover-standard .sno-linkedin:hover {
background: #ffffff;
color: #006097;
}
.sno-tiktok:hover,
.icon-hover-standard .sno-tiktok:hover {
background: #fff;
color: #69c9d0;
}
.sno-spotify:hover,
.icon-hover-standard .sno-spotify:hover {
background: #fff;
color: #1db954;
}
.sno-twitch:hover,
.icon-hover-standard .sno-twitch:hover {
background: #fff;
color: #6441a4;
}
.icon-inverse-hover .sno-rss:hover {
background: #ff6600;
color: #fff;
}
.icon-inverse-hover .sno-email:hover {
background: #1f385c;
color: #fff;
}
.icon-inverse-hover .sno-facebook:hover {
background: #3b5998;
color: #fff;
}
.icon-inverse-hover .sno-threads:hover {
background: #000;
color: #fff;
}
.icon-inverse-hover .sno-bluesky:hover {
background: #1185FE;
color: #fff;
}
.icon-inverse-hover .sno-twitter:hover {
background: #000000;
color: #fff;
}
.icon-inverse-hover .sno-instagram:hover {
background: #e1306c;
color: #fff;
}
.icon-inverse-hover .sno-pinterest:hover {
background: #c92228;
color: #fff;
}
.icon-inverse-hover .sno-tumblr:hover {
background: #36465d;
color: #fff;
}
.icon-inverse-hover .sno-youtube:hover {
background: #e52d27;
color: #ffffff;
}
.icon-inverse-hover .sno-snapchat:hover {
background: #fffc00;
color: #ffffff;
}
.icon-inverse-hover .sno-snapchat:hover i {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000;
}
.icon-inverse-hover .sno-schooltube:hover {
background: #e52d27;
color: #ffffff;
}
.icon-inverse-hover .sno-vimeo:hover {
background: #009fde;
color: #ffffff;
}
.icon-inverse-hover .sno-flickr:hover {
background: #ff0084;
color: #ffffff;
}
.icon-inverse-hover .sno-reddit:hover {
background: #00bf8f;
color: #ffffff;
}
.icon-inverse-hover .sno-soundcloud:hover {
background: #f50;
color: #ffffff;
}
.icon-inverse-hover .sno-linkedin:hover {
background: #006097;
color: #ffffff;
}
.icon-inverse-hover .sno-tiktok:hover {
background: #69c9d0;
color: #fff;
}
.icon-inverse-hover .sno-spotify:hover {
background: #1db954;
color: #fff;
}
.icon-inverse-hover .sno-twitch:hover {
background: #6441a4;
color: #fff;
}
.altheader-top .alt-header-search-bar {
padding-top: 1px;
float: left;
margin-left: 1px;
padding-left: 10px;
height: 30px;
z-index: 200px;
position: relative;
}
.altheader-top .sno-search {
font-size: 15px;
padding-right: 10px;
padding-top: 6px;
padding-bottom: 9px;
background: #444;
color: #fff;
}
.altheader-top input#s {
height: 28px;
background-image: none;
width: 96%;
padding: 0 2%;
}
.altheader-top input#s:focus {
height: 28px;
background-image: none;
width: 98%;
padding: 0 1%;
}
.altheader-top input#s-alt {
width: 98%;
border: 0px;
height: 30px;
padding: 0 1%;
font-size: 18px;
background: #444;
color: #444;
box-shadow: none;
}
input#s-alt.field::input-placeholder {
color: #444;
}
.altheader-top input#s-alt:hover {
color: #fff !important;
}
.altheader-top input#s-alt:focus {
color: #444 !important;
}
.altheader-top #expandable-search-box {
position: absolute;
right: 0;
top: 0;
width: 1500px;
height: 30px;
}
.altheader-right .breakingnewswrap {
border-bottom-width: 0px !important;
}
.altheader-right-social {
height: 40px;
}
.mobile-menu a {
display: block;
color: #fff;
padding: 6px 15px;
font-size: 18px;
border-bottom: 1px solid #eee;
}
.slidemenu li {
list-style-type: none;
}
.slidemenu {
left: 0;
height: 100%;
}
.slidemenu .mobile_menu_text {
color: #fff;
}
.slidemenu .altheader-logo a {
padding: 0px;
}
.mobile-menu a:hover {
text-decoration: none;
background: #990000;
color: #ffffff;
}
.menu-altheader {
position: relative;
z-index: 200;
}
.mobile-menu {
border-top: 1px solid #eee;
}
.mobile-menu-right {
overflow-y: auto;
}
#sno-search-button {
border: none;
position: absolute;
top: 0;
right: 0;
display: none;
font-size: 25px;
padding-right: 7px;
padding-top: 6px;
padding-bottom: 5px !important;
background: #ddd;
color: #444;
}
.altheader-top #sno-search-button {
top: 0;
right: 0;
display: none;
font-size: 15px;
padding-right: 7px;
padding-top: 6px;
padding-bottom: 5px !important;
background: #ddd;
color: #444;
}
.alt-header-social-bar a:hover {
text-decoration: none;
}
.alt-header-social-spacer {
width: 0px;
height: 40px;
display: block;
float: right;
}
.altheader-top .alt-header-social-spacer {
height: 30px;
}
.mobile-search {
width: 94%;
padding: 3%;
background: #fff;
border-top: 1px solid #eee;
}
.mobile-search input[type='text'] {
width: 96%;
font-size: 18px;
padding: 2px 5px;
}
.bndate {
padding: 4px 8px;
}
.breakingnewsheadline {
padding: 4px 8px;
}
.social-classic a:hover {
text-decoration: none !important;
}
.social-spacer,
.search-spacer {
width: 0px;
height: 30px;
display: block;
float: right;
}
#altheader-leaderboard-wrap {
overflow: hidden;
height: 90px;
}
.mobile-leaderboard {
width: 100%;
max-width: 728px;
margin: 0 auto;
margin-top: 15px;
}
.mobile-leaderboard img {
max-width: 100%;
}
#extendfull .flexslider {
margin-bottom: 20px;
}
#header,
.headerimage,
.headermedium,
.headerlarge {
width: 100%;
}
#footer .social-spacer,
.header-icons .social-spacer,
.social-classic .social-spacer {
margin-left: 1px;
} #carouselwrap {
width: auto;
margin-bottom: 15px;
display: inline-block;
}
.topbox23top {
float: left;
width: 49.82%;
position: relative;
overflow: hidden;
min-height: 100%;
}
.topbox23top h3 {
color: #fff !important;
text-decoration: none !important;
font-size: 36px;
line-height: 50px;
margin-bottom: 25px !important;
text-align: center;
}
.topbox23bottom {
float: left;
width: 33.093%;
height: 50%;
position: relative;
overflow: hidden;
}
.photocontainer {
position: relative;
padding-bottom: 66%; height: 0;
overflow: hidden;
margin-bottom: 3px;
width: 100%;
}
.topbox23bottom a:hover {
text-decoration: none !important;
}
.topbox23bottom h3 {
color: #fff !important;
text-decoration: none !important;
font-size: 16px !important;
line-height: 22px;
}
.tbleftborder {
margin-left: 0.36%;
}
.tsb23 .topboxsmallwidehover {
background-image: none;
}
.blocksleftborder {
margin-left: 0.12%;
}
.photocontainer2 {
position: relative;
padding-bottom: 66%; height: 0;
overflow: hidden;
width: 100%;
}
.photocontainer3 {
position: relative;
padding-bottom: 66.6%; height: 0;
overflow: hidden;
width: 100%;
}
.photocontainer4 {
position: relative;
padding-bottom: 63.3%; height: 0;
overflow: hidden;
width: 100%;
}
tbbottomborder {
margin-bottom: 1px;
}
.sno-email:hover {
cursor: pointer;
}
.sno-email {
background: #1f385c;
color: #fff;
}
.sno-print {
background: #546b8b;
color: #fff;
}
.sno-print:hover {
background: #fff;
color: #546b8b;
}
.sno-comments {
background: #2e7061;
color: #fff;
cursor: pointer;
}
.sharing-icon {
font-size: 20px;
height: 30px;
line-height: 30px;
text-align: center;
}
.sharing .sharing-icon:hover {
opacity: 0.8;
}
#leftrail .sharing-top .sno-comments {
padding: 1px 0px 3px 0px;
}
#content .sharing-icon {
margin-bottom: 1px;
float: left;
}
.sharing a:hover {
text-decoration: none;
}
.sharing-icon {
width: 40px;
text-align: center;
margin-right: 1px;
text-decoration: none !important;
transition: all 0.3s ease-in-out;
}
.sharing {
margin-bottom: 10px;
}
#content .sharing-clear {
clear: left;
margin-bottom: 10px;
}
#leftrail .sharing-icon {
width: 100% !important;
margin-bottom: 5px !important;
}
.socialmedia .sharing-icon {
width: 50px !important;
margin-right: 0px;
}
.socialmedia .sharing-icon {
font-size: 33px;
height: 50px;
line-height: 50px;
width: 50px;
float: left;
}
#sno_longform .sharing-top .sharing-icon,
#sno_hoverbar .sharing-top .sharing-icon {
font-size: 26px;
}
.sno-arrow-up {
float: right;
display: block;
font-size: 31px;
line-height: 50px !important;
background: #eee;
color: #ccc;
text-shadow: 0px 1px 2px #888;
text-align: center;
width: 50px;
height: 50px;
}
.sno-menu {
cursor: pointer;
float: left;
display: block;
font-size: 31px;
line-height: 50px;
background: #eee;
color: #ccc;
text-shadow: 0px 1px 1px #888;
text-align: center;
width: 50px;
height: 50px;
border-right: 1px solid #ccc;
}
.sno-side-menu {
cursor: pointer;
float: right;
display: block;
font-size: 31px;
line-height: 50px;
background: #eee;
color: #ccc;
text-shadow: 0px 1px 1px #888;
text-align: center;
width: 50px;
border-right: 1px solid #ccc;
text-align: center;
}
.mobile-search-side {
background: #fff;
}
.mobile-search-side input[type='text'] {
width: 70%;
margin-left: 3%;
margin-top: 3%;
font-size: 18px;
padding: 2px 5px;
}
#sno_longform .header {
background-color: #000;
color: #fff;
padding: 0px 0px 0px 0px;
box-shadow: 0px 1px 4px -3px #888;
border-bottom: 1px solid #ccc;
height: 50px;
position: fixed;
top: 0;
z-index: 10000;
width: 100%;
}
.lf_menu_icon {
background: none;
width: 32px;
float: left;
cursor: pointer;
margin-left: 9px;
margin-top: 6px;
}
.lf_menu_icon_bar {
height: 2px;
margin-top: 5px;
background: #fff;
width: 100%;
}
.lf_menu_icon .mobile_menu_text {
margin-top: 4px;
}
#lf_wrap .altheader-menu {
height: 50px;
width: 52px;
}
#sno_longform .sitetitle {
margin-left: 10px;
margin-top: 12px;
}
.lf_headerleft img {
max-height: 50px;
max-width: 100%;
}
#sno_longform .chaptermenu {
max-width: 325px;
z-index: auto;
float: right;
}
.chaptermenu li ul {
margin-top: 0px !important;
}
.chaptermenu li ul ul {
margin-top: 0px;
}
.chaptermenu ul li {
max-height: 50px;
}
.chaptermenu ul li a {
line-height: 50px;
}
.chaptermenu ul li a {
padding-top: 0;
padding-bottom: 0;
}
#sno_longform #altheader-searchbox {
margin-top: 50px;
padding-top: 0px;
}
#sno_longform .slidemenu .border-spacer {
margin-top: 0px;
}
#sno_hoverbar {
height: 50px;
width: 100%;
position: fixed;
top: -50px;
display: none;
background: #fff;
z-index: 2001;
overflow: hidden;
left: 0;
right: 0;
}
#sno_hoverbar {
box-shadow: 0px 1px 7px -3px #888;
}
#sno_hoverbar .sharing-icon {
vertical-align: top;
}
#back-top {
width: 50px;
height: 50px;
float: right;
}
.hover_title {
font-size: 24px;
line-height: 30px;
padding-top: 10px;
padding-left: 20px;
text-align: center;
overflow: hidden;
height: 34px;
padding-right: 10px;
}
.socialmedia .sharing-icon {
opacity: 0.7;
}
.socialmedia .sharing-icon:hover {
opacity: 1;
}
.lf_headerleft {
background: #eee;
}
#hoverbar_menu {
display: none;
position: fixed;
top: 50px;
width: 300px;
background: #fff;
z-index: 500;
}
#altheader #breakingnews {
padding-bottom: 0px;
}
.sno_email_fields {
width: 95%;
box-shadow: none !important;
line-height: 36px;
font-size: 23px;
padding-left: 10px !important;
padding-right: 10px !important;
margin-bottom: 9px;
}
.emailstoryform h1 {
margin-bottom: 15px;
}
#sno_hoverbar .lf_headerleft {
max-height: 50px;
float: left;
}
#sno_hoverbar .socialmedia {
float: right;
width: auto;
min-width: 1px;
display: block;
min-height: 1px;
max-height: 50px;
}
#sno_hoverbar #progress-bar {
position: absolute;
top: 0;
height: 50px;
z-index: -1;
background: #fff;
width: 100%;
}
#sno_hoverbar #progress-bar-color {
width: 30%;
background: #eee;
height: 50px;
position: absolute;
left: 0;
}
.hoverheader {
min-height: 35px;
}
#sno_longform .lf_headerleft {
max-height: 50px;
height: 50px;
}
#sno_longform .socialmedia .sharing-icon {
opacity: 1;
vertical-align: top;
}
.emailshare {
float: left;
height: 200px;
margin-right: 10px;
width: 200px;
margin-bottom: 10px;
overflow: hidden;
font-size: 15px;
text-align: left;
background: #eee;
}
.emailshare .writer_headline {
padding: 8px;
line-height: 18px;
}
.emailshare img {
width: 100%;
}
.alsoshare {
font-size: 28px;
}
.mobile-menu a,
.mobile-menu-right a {
background: #eee !important;
color: #000 !important;
border-bottom: 1px solid #ccc !important;
}
.mobile-menu a:hover,
.mobile-menu-right a:hover {
background: #000;
color: #fff;
}
#hoverbar_menu .slidemenu {
border-right: 1px solid #ccc;
}
#sno_longform .altheader-menu {
display: block !important;
}
.sno-home {
cursor: pointer;
float: left;
display: block;
font-size: 26px;
line-height: 31px;
padding: 11px 0px 23px 0px;
color: #ccc;
background: #eee;
text-shadow: 0px 1px 1px #888;
text-align: center;
width: 56px;
}
.sno-home:hover {
text-decoration: none !important;
}
#wpadminbar {
z-index: 2000;
}
#sno_hoverbar .hoverheader {
background: #fff;
}
.sno-search-button,
#sno_longform .sno-search-button {
float: right;
display: block;
font-size: 31px;
line-height: 50px;
width: 50px;
background: #eee;
color: #ccc;
text-align: center;
height: 50px;
border-left: 1px solid #ccc;
cursor: pointer;
position: relative;
text-shadow: 0px 1px 1px #888;
}
#mobile-socialmedia {
position: fixed;
bottom: 0;
width: 100%;
display: none;
z-index: 10000;
margin: 0px;
}
#mobile-socialmedia .sharing-icon {
opacity: 0.9;
}
#mobile-socialmedia .sharing-icon:hover {
opacity: 1;
}
#sno_hoversearch {
height: 50px;
width: 100%;
position: fixed;
top: -50px;
display: none;
background: #ddd;
z-index: 3001;
border-bottom: 1px solid #ccc;
}
#sno_hoversearch {
box-shadow: 0px 1px 7px -3px #888;
}
.sno-search-close {
cursor: pointer;
float: right;
display: block;
line-height: 31px;
background: #eee;
color: #ccc;
text-align: center;
width: 50px;
border-left: 1px solid #ccc;
font-size: 34px;
padding-bottom: 8px;
padding-top: 8px;
}
#sno-hover-search-button {
border: none;
padding-top: 5px;
padding-bottom: 3px;
border-radius: 0px;
}
.hover-search-area input[type='text'] {
appearance: none;
width: 90%;
height: 20px;
margin-top: 10px;
padding: 5px 7px 3px;
font-size: 16px;
color: #666;
border: 1px solid #ccc;
background: #fff;
border-right: none !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.sno-submit-search {
font-size: 20px;
line-height: 25px;
margin-left: -3px;
margin-top: 10px;
padding: 2px 0 3px;
text-align: center;
vertical-align: top;
width: 43px;
cursor: pointer;
color: #666;
border: 1px solid #ccc !important;
border-left: none !important;
background: #fff;
width: 7%;
}
.hover-search-area {
width: 50%;
margin: 0 auto;
}
#sno_hoverbar .socialmedia {
border-left: 1px solid #ccc;
} .trending-row {
min-height: 63px;
width: calc(100% - 5px);
padding: 5px 5px 5px 0px;
font-size: 14px;
}
.trending-number {
float: left;
font-size: 32px;
padding: 14px 12px;
color: #000;
line-height: 32px;
min-width: 16px;
}
.trending-image {
overflow: hidden;
height: 55px;
width: 55px;
float: right;
margin: 5px 5px;
}
.trending-row p {
margin-top: 5px !important;
}
.homepagenarrow .trending-number,
.homepagenarrow .trending-image,
.homepagenarrow .trending-views {
display: none;
}
.catboxthumbnail {
overflow: hidden;
max-width: 100%;
}
.catboxthumbsmall {
max-width: 70px;
width: 70px;
height: 70px;
max-height: 70px;
overflow: hidden;
margin-left: 10px;
margin-right: 10px;
}
.videothumbwrap {
margin-left: 10px;
margin-right: 10px;
max-width: 80px;
max-height: 56px;
overflow: hidden;
}
.commenttoggle {
font-size: 23px;
color: #fff;
} .snods_header {
background: #000;
color: #fff;
text-align: center;
padding: 3px;
font-size: 18px;
line-height: 30px;
border-top: 3px solid #b5a672;
border-left: 3px solid #b5a672;
border-bottom: 1px solid #b5a672;
border-right: 3px solid #b5a672;
color: #b5a672;
font-weight: bold;
}
.snods_badges a,
.snods_badges a:visited,
.snods_header a,
.snods_header a:hover {
color: #b5a672 !important;
}
.snods_badges a:hover,
.snods_header a:hover {
text-decoration: none;
}
.snods_badge {
background: #000;
color: #b5a672;
padding: 5px 5px 5px 8px;
font-size: 16px;
}
.snods_badge:hover {
opacity: 0.9;
}
.snods_coverage:hover {
background: #2673e6 !important;
color: #000;
}
.snods_site:hover {
background: #9e73d5 !important;
color: #000;
}
.snods_story:hover {
background: #6bc651 !important;
color: #000;
}
.snods_writing:hover {
background: #ad1f2d !important;
color: #000;
}
.snods_media:hover {
background: #37a7e3 !important;
color: #000;
}
.snods_audience:hover {
background: #f35407 !important;
color: #000;
}
.snods_icon {
max-width: 25%;
width: 40px;
float: right;
text-align: right;
}
.snods_title {
max-width: 75%;
float: left;
}
.snods_coverage_icon {
font-size: 18px;
vertical-align: top;
text-decoration: none !important;
}
.snods_site_icon {
font-size: 24px;
vertical-align: top;
text-decoration: none !important;
margin-top: -3px;
}
.snods_story_icon {
font-size: 23px;
margin-top: -1px;
vertical-align: top;
text-decoration: none !important;
padding-right: 1px;
}
.snods_writing_icon {
font-size: 22px;
vertical-align: top;
text-decoration: none !important;
margin-top: -2px;
margin-bottom: -2px;
}
.snods_media_icon {
font-size: 22px;
vertical-align: top;
text-decoration: none !important;
margin-top: -1px;
margin-bottom: -1px;
}
.snods_audience_icon {
font-size: 26px;
margin-top: -4px;
vertical-align: top;
text-decoration: none !important;
padding-right: 3px;
}
.snods_badge_icon_only {
text-align: center;
height: 50px;
}
.snods_badge_icon_only .snods_icon_only {
font-size: 30px;
text-decoration: none;
padding-top: 10px;
width: 50px;
}
.snods_badge_icon_only {
background: #000;
color: #b5a672;
}
.cat_dom_photo {
width: 65.5%;
float: right;
margin-left: 3%;
overflow: hidden;
}
.cat_dom_photo img {
width: 100%;
margin-bottom: 5px;
}
.cat_dom_headline {
margin-top: 75px;
}
h3.cat_dom_headline {
font-size: 30px !important;
line-height: 40px !important;
}
.cat_dom_teaser p {
font-size: 16px;
line-height: 24px;
}
.cat_dom_divider_h {
border-top: 1px solid #ddd;
margin-top: 25px;
margin-bottom: 25px;
}
.cat_dom_three {
width: 31%;
margin: 0px 3.5% 30px 0;
float: left;
overflow: hidden;
}
.cat_dom_three_final {
width: 31%;
margin: 0px 0 30px 0;
float: left;
overflow: hidden;
}
.cat_dom_five {
width: 17.2%;
margin: 0px 3.5% 30px 0;
float: left;
overflow: hidden;
}
.cat_dom_five_final {
width: 17.2%;
margin: 0px 0 30px 0;
float: left;
overflow: hidden;
}
.cat_dom_three .embedcontainer,
.cat_dom_three_final .embedcontainer {
position: relative;
padding-bottom: 53%; padding-top: 30px; height: 0;
overflow: hidden;
margin-bottom: 8px;
}
.cat_dom_five .embedcontainer,
.cat_dom_five_final .embedcontainer {
position: relative;
padding-bottom: 45%; padding-top: 30px; height: 0;
overflow: hidden;
margin-bottom: 8px;
}
.cat_dom_three .cat_writer,
.cat_dom_three_final .cat_writer {
font-size: 14px;
line-height: 20px;
margin-top: 10px;
margin-bottom: 0px;
}
.cat_dom_three .cat_date,
.cat_dom_three_final .cat_date {
font-size: 14px;
line-height: 20px;
margin-top: 0px;
margin-bottom: 10px;
}
.cat_dom .cat_writer {
font-size: 16px;
line-height: 24px;
margin-top: 15px;
margin-bottom: 0px;
}
.cat_dom .cat_date {
font-size: 16px;
line-height: 24px;
margin-top: 0px;
margin-bottom: 15px;
}
.cat_dom_three .cat_teaser {
font-size: 14px;
line-height: 20px;
}
.staffprofiletype {
color: #aaa;
} .sno_teaserbar {
height: 86px;
width: 100%;
position: fixed;
z-index: 2001;
overflow: hidden;
left: 0;
right: 0;
background: #fff;
box-shadow: 0px 1px 7px -3px #888;
}
.sno_teaserbar .stb_nav {
margin-top: 15px;
}
.sno_teaserbar_home {
height: 86px;
width: 100%;
overflow: hidden;
background: #fff;
}
#stb-container p.relatedtitle {
line-height: 18px;
}
.stb-top-row {
float: left;
width: 250px;
list-style-type: none;
padding-right: 10px;
height: 70px;
overflow: hidden;
padding-left: 5px;
margin-top: 8px;
padding-top: 0px;
}
.stb-top-row img {
float: left;
margin: 0px 5px 5px 0px;
}
p.stb-cat {
text-transform: uppercase;
letter-spacing: 0.075em;
font-size: 0.7rem;
}
.sno_teaserbar .relatedtitle {
font-size: 14px !important;
line-height: 18px !important;
}
.sno_teaserbar .relatedtitle a {
color: #333 !important;
}
.stb_nav {
width: 38px;
height: 80px;
float: left;
padding-left: 10px;
margin-top: 4px;
}
.stb_left,
.stb_right {
color: #ccc;
height: 70px;
width: 30px;
transition: all 0.3s ease-in-out;
font-size: 60px;
line-height: 70px;
opacity: 0.5;
}
.stb_right {
text-align: right;
}
.stb_left:hover,
.stb_right:hover {
color: #000;
cursor: pointer;
opacity: 1;
}
.sno_teaserbar:hover .stb_left,
.sno_teaserbar:hover .stb_right,
.sno_teaserbar_home:hover .stb_left,
.sno_teaserbar_home:hover .stb_right {
opacity: 1;
}
#stb-container {
float: left;
border: none;
width: calc(100% - 100px);
}
#sno_teaserbar .flexslider {
overflow: hidden !important;
}
.stb_image {
max-width: 70px;
width: 70px;
height: 70px;
max-height: 70px;
overflow: hidden;
float: left;
margin-right: 5px;
}
#sno_teaserbar .flexslider {
background: #fff;
}
.remodal-story-image, .remodal-story-collection {
max-width: 100% !important;
height: 100vh;
padding: 0;
}
.enlarged-photo {
max-height: 100%;
max-width: 100%;
width: 100%;
height: 100%;
object-fit: scale-down;
}
.photocaptionremodal {
font-size: 18px;
line-height: 26px;
text-align: left;
margin-bottom: 20px;
}
.remodal-close, 
.modal-close {
left: auto !important;
right: 0 !important;
}
.remodal-close::before,
.modal-close::before {
left: auto !important;
right: 0 !important;
}
.remodal-wrapper {
padding: 0px !important;
}
.remodal {
margin-bottom: 0px !important;
}
.remodal-close::before,
.modal-close::before {
padding-top: 7px;
padding-right: 7px;
}
.caption-container .photocredit,
.slideshow-caption-container .photocredit,
.photo-caption-container .photocredit {
text-align: left;
font-weight: bold;
font-size: 14px;
line-height: 20px;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
z-index: 500;
}
.photo-enlarge {
opacity: 0;
background: rgba(0, 0, 0, 0.5);
transform: scaleX(-1);
position: absolute;
left: 10px;
bottom: 10px;
border: 1px solid rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 20px;
padding: 5px;
border-radius: 3px;
cursor: pointer;
z-index: 10;
transition: all 0.3s ease-in-out;
text-align: center;
width: 25px;
}
.photowrap:hover .photo-enlarge {
opacity: 0.8;
}
.photowrap {
position: relative;
}
.slideshow-enlarge {
position: absolute;
left: 10px;
bottom: 10px;
border: 1px solid #fff;
background: #000;
color: #fff;
padding: 8px;
cursor: pointer;
z-index: 10;
opacity: 0.8;
transition: all 0.3s ease-in-out;
}
.slideshow-icon {
float: left;
font-size: 20px !important;
margin-right: 10px;
}
.slideshow-title {
float: left;
line-height: 20px;
font-size: 16px;
}
.sfi-slideshow-area .flexslider {
height: calc(100vh - 132px);
width: 100%;
border: none;
overflow: hidden;
}
#sfi-carousel {
margin-bottom: 5px;
max-width: 75%;
border: none;
}
.sfi-photo-wrap {
width: 100%;
overflow: hidden;
max-height: calc(100vh - 130px);
height: calc(100vh - 130px);
}
.single-photo-wrap {
width: 100%;
}
.slideshow-caption-container,
.photo-caption-container {
position: absolute;
right: 0px;
width: calc(25% - 60px);
}
.photo-caption-container {
top: 51px;
}
.sno-single-image .photo-caption-container {
top: 51px;
}
.sfi-logo-area {
height: 50px;
width: auto;
float: left;
max-width: 150px;
overflow: hidden;
}
.sfi-logo {
height: 40px;
margin-top: 5px;
}
.sfi-logo-divider {
border-right: 1px solid #ddd;
margin: 0 15px;
height: 50px;
float: left;
}
.sfi-title-area {
height: 50px;
overflow: hidden;
text-align: left;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
width: 100%;
margin: 0 auto;
}
.sfi-thumb-navigation-area {
height: 80px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sfi-title {
font-size: 16px;
line-height: 50px;
text-align: center;
}
.sfi-return-to-story {
position: absolute;
left: 15px;
color: rgba(255, 255, 255, 0.6);
transition: all 0.3s ease-in-out;
cursor: pointer;
background: unset;
border: none;
}
.sfi-return-to-story:hover {
color: rgba(255, 255, 255, 1);
}
.sfi-return-to-story .fa-angle-left {
float: left;
font-size: 26px;
line-height: 50px;
padding-right: 8px;
height: 50px;
vertical-align: middle;
}
.sfi-back-text {
font-size: 14px;
float: left;
line-height: 50px;
}
.sfi-header {
position: relative;
}
.sfi-progress {
font-size: 16px;
position: absolute;
top: 0;
right: 0px;
width: 120px;
text-align: center;
}
.sfi-controls {
float: right;
}
.sfi-right {
float: right;
font-size: 40px !important;
line-height: 50px !important;
width: 60px !important;
cursor: pointer;
}
.sfi-left {
float: right;
font-size: 40px !important;
line-height: 50px !important;
width: 60px !important;
cursor: pointer;
}
.sfi-sharing {
position: absolute;
bottom: 0;
right: 10px;
height: auto;
z-index: 999;
}
.sfi-email {
width: 65%;
position: absolute;
left: 0;
bottom: -1000px;
display: none;
z-index: 1000;
background: #fff;
padding: 40px 5%;
border: 1px solid #ddd;
}
.photo-container {
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
}
.sfi-cancel-email {
border: 0 none;
cursor: pointer;
display: inline-block;
font: inherit;
margin: 0;
min-width: 110px;
padding: 12px 0;
text-align: center;
transition: background 0.2s ease 0s;
vertical-align: middle;
background: #e57373 none repeat scroll 0 0;
color: #fff;
}
.sfi-cancel-email:hover {
background: #ef5350;
}
.sfi_emailstoryform h1 {
margin-bottom: 20px;
}
.photo-container #content {
max-width: 100%;
padding: 0;
}
.sfi-title a:hover {
text-decoration: none;
}
.photo-gallery-thumb:hover {
opacity: 0.8;
}
.single-photo-container,
.photo-container {
width: 100%;
height: 100vh;
}
.inline-slideshow-area {
position: relative;
}
.inline-thumb-navigation-area {
height: 70px;
width: 100%;
margin-top: 1px;
}
#moreposts {
overflow: none;
}
.sfi-sharing .sharing-icon {
min-width: 40px !important;
}
.remodal .photo-container {
position: relative;
} .carousel-widget {
background: none;
}
.carousel-widget ul li {
background: none !important;
padding-left: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
#sidebar .carousel-widget ul {
margin-bottom: 0 !important;
}
#homepageright .carousel-widget ul li,
#homepageleft .carousel-widget ul li,
#homepagewide .carousel-widget ul li,
#sidebar .carousel-widget ul li,
.carousel-widget ul li {
background: none !important;
padding-left: 0 !important;
}
.carousel-widget-slide .desc {
background-repeat: repeat;
position: absolute;
bottom: 0px;
left: 0px;
overflow: hidden;
width: auto;
}
.carousel-widget-slide {
overflow: hidden;
position: relative;
}
.carousel-widget-photo {
position: absolute;
width: auto;
height: 100%;
left: 0;
right: 0;
margin: 0 auto;
}
.widgetwrap .flexslider {
background: none !important;
}
.carousel-widget-slide .carouselbyline {
margin-bottom: 7px !important;
}
.fw1-panel {
margin-bottom: 20px;
}
.fw1-panel .fw_sno_teaser {
margin-top: 10px;
}
.fw1-textarea {
float: left;
position: relative;
}
.fw1-textarea-inner {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
}
.fwbyline {
font-size: 14px;
line-height: 20px;
margin-bottom: 7px;
margin-top: 7px;
}
.fw2-panel {
width: 49.2%;
overflow: hidden;
}
.fw2-leftside {
float: left;
}
.fw2-rightside {
float: right;
}
.fw2-textarea {
padding: 2%;
width: 46%;
float: left;
}
.fw2-textarea .fw_sno_teaser {
margin-top: 7px;
}
.offset-title-wrap {
margin-right: 20px;
width: 190px;
max-width: 190px;
overflow-y: hidden;
float: left;
font-size: 16px;
line-height: 24px;
padding: 5px 0;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
text-align: center;
}
.widget-outer-wrap {
padding: 2%;
}
.tsthumbstop,
.carouselthumbs {
z-index: 19;
}
.fw2d-right {
float: right;
overflow: hidden;
}
.fw2d-inner {
width: 100%;
max-width: 100%;
overflow: hidden;
}
.fw2d-inner .fwbyline {
font-size: 12px;
line-height: 16px;
}
.fw2d-inner .homeheadline {
font-size: 16px !important;
line-height: 18px !important;
}
.fw2d-inner h3,
.fw1-textarea h3,
.fw3-textarea h3 {
margin-bottom: 10px;
}
.fw3-panel {
margin-bottom: 15px;
width: 32%;
overflow: hidden;
}
.fw3-leftside {
float: left;
}
.fw3-center {
float: left;
margin-left: 2%;
}
.fw3-rightside {
float: right;
}
.fw3-textarea {
padding: 3%;
width: 94%;
float: left;
}
.fw3-textarea .fw_sno_teaser {
margin-top: 7px;
}
.fw2d-right-text {
clear: both;
}
.fw2d-right-text-wrap {
padding: 10px;
}
#wrap #sno_teaserbar {
box-shadow: none;
}
.desc h3 a {
color: #fff !important;
}
.desc .widgettitle a {
color: #fff !important;
}
.photo-gallery-thumb {
float: left;
line-height: 0px;
}
#s-slide {
background: #eeeeee;
width: 190px;
color: #000000;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
margin: 0px;
padding: 2px 0px 2px 5px;
border-top: 1px solid #666666;
border-right: 1px solid #dddddd;
border-left: 1px solid #666666;
border-bottom: 1px solid #dddddd;
display: inline;
}
#searchsubmit-alt {
display: none;
}
.only-search .s {
background-color: #666;
border-color: #000;
color: #222;
}
.only-search .s,
.only-search .s:focus {
width: 80%;
}
.only-search .s:focus {
background-color: #bbb;
}
#menu .s:focus {
background-color: #f9f9f9;
width: 141px !important;
}
.topnavbarright .s:focus,
#header .s:focus {
background-color: #f9f9f9;
width: 181px;
}
#altheader .searchright #s-alt2 {
border: none;
width: 0;
padding-left: 13px;
}
#altheader .searchright #s-alt2:focus {
padding-left: 28px;
width: 150px;
}
#altheader-searchbox #s-alt2 {
border: none;
width: 276px;
background-image: none;
padding-left: 10px;
}
#altheader-searchbox #s-alt2:focus {
width: 261px;
}
#altheader input#s-alt2 {
height: 40px;
background-image: none;
width: 96%;
padding: 0 2%;
vertical-align: top;
}
#altheader input#s-alt2:focus {
color: #fff !important;
height: 40px;
background-image: none;
width: 96%;
padding: 0 2%;
}
#altheader input#s-alt2 {
width: 96%;
border: 0px;
height: 40px;
padding: 0 2%;
font-size: 18px;
background: #444;
color: #444;
box-shadow: none;
}
.altheader-top input#s-alt2 {
height: 28px;
background-image: none;
width: 96%;
padding: 0 2%;
}
.altheader-top input#s-alt2:focus {
height: 30px;
background-image: none;
width: 98%;
padding: 0 1%;
}
.altheader-top input#s-alt2 {
width: 98%;
border: 0px;
height: 30px;
padding: 0 1%;
font-size: 18px;
background: #444;
color: #444;
box-shadow: none;
}
input#s-alt2.field::input-placeholder {
color: #444;
}
.altheader-top input#s-alt2:hover {
color: #fff !important;
}
.altheader-top input#s-alt2:focus {
color: #fff !important;
}
.s {
background: #eeeeee;
width: 190px;
color: #000000;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
margin: 0px;
padding: 2px 0px 2px 5px;
border-top: 1px solid #666666;
border-right: 1px solid #dddddd;
border-left: 1px solid #666666;
border-bottom: 1px solid #dddddd;
display: inline;
}
.s {
float: right;
transition-duration: 400ms;
transition-property: width, background;
transition-timing-function: ease;
width: 50px;
}
.s:focus {
background-color: #f9f9f9;
width: 136px;
}
input.s {
border-radius: 2px;
font-size: 14px;
height: 17px;
line-height: 1.2em;
padding: 1px 10px 1px 28px;
}
.catboxphoto {
width: 100%;
margin-bottom: -5px;
}
.grid-widget-tile {
background: #aaa;
display: block;
float: left;
overflow: hidden;
position: relative;
}
.gridwidgetoverlay {
background: none rgba(0, 0, 0, 0.7); 
}
.grid-widget-tile .topstorycat {
margin-bottom: 10px;
}
.grid-wrap .homeheadline,
.grid-wrap .homeheadline a,
.grid-wrap a,
.grid-wrap .sno_writer_carousel a,
.grid-wrap .sno_writer_carousel p,
.grid-wrap .sno_date_carousel {
color: #fff;
}
#footer #footerboard a {
color: #000 !important;
}
.icon-hidden-text {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
color: #000;
background: #fff;
}
.headerimage {
display: block;
}
.slideshow-caption-container-tablet,
.slideshow-caption-container {
max-height: 65vh;
overflow-y: auto;
}
.photo-caption-container {
overflow-y: auto;
}
.widgetwrap table.schedule {
margin-bottom: 0px;
}
.remodal .flexslider {
background: none !important;
box-shadow: none !important;
}
.feature-image:hover,
.slideshow-photo:hover {
cursor: pointer;
}
.viewallcontainer {
margin-top: 10px;
margin-bottom: 10px;
}
.viewallcontainer a:hover {
text-decoration: none !important;
}
.viewallgrid {
font-size: 32px;
line-height: 14px;
text-transform: uppercase;
margin-top: 10px;
vertical-align: bottom;
}
.arrowsgrid {
font-size: 54px;
line-height: 24px;
vertical-align: bottom;
}
.widgetwrap .flex-container ul li {
padding-left: 0px !important;
} .hp_top_left {
width: calc(50% - 7.5px);
margin-right: 15px;
float: left;
}
.hp_top_center {
width: calc(50% - 7.5px);
float: left;
}
.hp_bottom_left {
width: calc(33.333% - 10px);
margin-right: 15px;
float: left;
}
.hp_bottom_center {
width: calc(33.333% - 10px);
margin-right: 15px;
float: left;
}
.hp_bottom_right {
width: calc(33.333% - 10px);
float: left;
}
.hp_extra {
width: 320px;
margin-right: 15px;
float: left;
}
.leaderboardwrap {
height: 120px;
max-height: 120px;
overflow: hidden;
}
.sno-header-wrap .leaderboardwrap {
height: unset;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
background: #cfdeff;
outline-width: 5px !important;
outline-style: all;
}
.sf-menu a {
border: none !important;
}
.sf-menu a:hover {
text-decoration: none;
}
.sf-arrows .sf-with-ul {
padding-right: 2em;
}
.sf-arrows .sf-with-ul:after {
right: 0.75em;
}
.menu-item i._mi {
font-size: 1em;
}
.sf-menu li a {
margin-bottom: 0;
transition: all 0.3s ease-in-out;
}
.sf-menu {
margin-bottom: 0 !important;
}
.headerwrap {
clear: none;
}
#classic_story .postarea {
width: calc(100% - 20px);
padding: 10px;
}
.full-width .postarea {
width: 800px;
margin: 0px auto 0px !important;
float: none;
}
#sidebarmm ul li {
background: none;
padding-left: 0px !important;
}
#multimediatemplate #content {
max-width: 940px;
}
.sportspage #contentleft {
float: left;
}
.catboxthumbsmall {
position: relative;
overflow: hidden;
}
.catboxthumbsmall img {
object-fit: cover;
}
.blockscat {
margin-left: 2px;
}
#storyrails #story_column .storycontent ul {
max-width: 460px;
}
#storyrails #story_column .storycontent .inline-slideshow-area ul {
max-width: unset;
}
.altheader-left {
z-index: 21;
} h1 {
font-size: 3.5em;
line-height: 1.1em;
color: #000;
margin: 0.5em 0;
font-weight: bold;
}
h2 {
font-size: 3em;
line-height: 1.1em;
color: #000;
margin: 0.5em 0;
font-weight: bold;
}
h3 {
font-size: 2.5em;
line-height: 1.2em;
color: #000;
margin: 0.5em 0;
font-weight: bold;
}
h4 {
font-size: 2em;
line-height: 1.2em;
color: #000;
margin: 0.5em 0;
font-weight: bold;
}
h5 {
font-size: 1.75em;
line-height: 1.2em;
color: #000;
margin: 0.5em 0;
font-weight: bold;
}
h6 {
font-size: 1.5em;
line-height: 1.2em;
color: #000;
margin: 0.5em 0;
font-weight: bold;
}
#classic_story #contentleft p,
#contentleft.page_template p,
.fullwidth p {
font-size: 1.4em;
line-height: 1.5em;
}
#storypage #contentleft p {
font-size: 1.6em;
line-height: 1.6em;
}
#storyrails #contentleft p {
font-size: 1.4em;
line-height: 1.5em;
}
#sno-search-button {
border: none;
padding-top: 1px;
padding-bottom: 2px;
border-radius: 0px;
}
.search-button-container {
height: 28px;
float: right;
border: 1px solid #ddd;
border-left: 0px;
overflow: hidden;
background: #ddd;
}
.search-button-container-new {
height: 28px;
float: left;
border: 1px solid #ddd;
border-left: 0px;
overflow: hidden;
background: #ddd;
}
.search-input-container {
float: left;
}
.sno-submit-search-button {
background: #ddd;
border-radius: 0px;
float: right;
border: none;
padding: 2px;
font-size: 18px;
line-height: 1.2em;
height: 33px;
padding: 0 6px 0 7px;
margin-top: -3px;
color: #aaa;
}
input.s {
border-right: none;
padding-left: 8px;
padding-right: 6px !important;
border-radius: 0px;
height: 26px;
font-size: 17px;
width: 55px;
border-color: #ddd;
background: #ddd;
color: #aaa;
}
input[type='text'] {
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
}
.topnavbarright {
padding-top: 0px !important;
}
.topnavbarright input[type='text']:focus {
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
color: #444 !important;
}
.sno-submit-search-button {
cursor: pointer;
}
#catpage h2,
#searchpage h2 {
font-size: 2.5em;
}
.widgetwrap h3 {
line-height: 1em !important;
margin-top: 0px !important;
margin-bottom: 5px !important;
}
.desc .widgettitle a,
.widgetheadlineoverlay a.homeheadline,
.widgetheadlineoverlay .homeheadline {
color: #fff !important;
}
.carousel-widget-slide .desc {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}
.desc p {
margin: 0px;
color: #ffffff;
font-size: 14px;
padding-top: 1px;
margin: 0px 0px 8px !important;
}
.widgetheadlineoverlay {
margin-top: 5px;
margin-bottom: 5px;
}
input.s:focus {
color: #000;
}
.fw2-panel .desc .widgetheadline {
padding: 5px 10px 0;
}
.fw2-panel .desc p,
.topstoryslide .desc p {
padding-left: 10px;
}
#home .slideroverlay p {
padding-left: 10px !important;
}
.fw2-panel .desc .widgetheadline a {
color: #fff !important;
}
.widgetfullscreen,
.sno-designer-row-fullscreen {
width: 100vw !important;
margin-left: calc(-50vw + 50%);
}
.desc p.carouselbyline {
padding-left: 10px;
padding-right: 10px;
}
.carouseloverlay {
background: #000;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.carouseloverlaytext {
padding-left: 10px !important;
padding-right: 10px !important;
}
.carouseloverlaytext .carouselbyline a,
.carouseloverlaytext .carouselbyline {
color: #fff !important;
}
.carousel-widget-slide .widgetheadline {
margin-bottom: 10px;
}
.carousel-widget-slide .desc p.carouselbyline {
padding-left: 0px;
padding-right: 0px;
}
#home-immersion .footerbar {
background-color: #000;
opacity: 0.5;
color: #fff !important;
padding: 2px 0px 0px;
height: 24px;
width: 100%;
position: fixed;
bottom: 0;
}
.carouseloverlaytext {
cursor: pointer;
}
.parallaxoverlay .blockscat {
display: inline-block;
}
.parallaxoverlay .carouselbyline {
margin-bottom: 0px;
margin-top: 10px;
}
.parallaxoverlay .carouselbyline a {
color: #fff !important;
}
.jump-to-header {
display: none;
position: fixed;
top: 20px;
left: 20px;
background-color: #00000077;
padding: 2px;
border-bottom: 1px solid #fff;
font-size: 14px;
line-height: 18px;
z-index: 9999;
color: #fff8de;
text-decoration: none;
opacity: 0.5;
transition: opacity 0.3s ease-out;
cursor: pointer;
}
.jump-to-header:hover {
opacity: 1;
border-bottom: 1px solid #fff;
text-decoration: none;
}
.jump-to-header-logo {
display: none;
position: fixed;
top: 20px;
left: 20px;
background-color: #00000077;
z-index: 9999;
text-decoration: none;
opacity: 0.5;
transition: opacity 0.3s ease-out;
cursor: pointer;
border: 1px solid #ddd;
}
.jump-to-header-logo:hover {
opacity: 1;
border-bottom: 1px solid #fff;
text-decoration: none;
}
.jump-to-header-logo img {
max-height: 50px;
}
.loadingmenu {
display: none !important;
}
.skip-transform {
transition: all 0.5s ease;
}
.skip-transform-active {
background: #fff;
}
.skip-text {
padding-right: 8px;
float: left;
padding-top: 5px;
}
.home-immersion-overlay .skip-text {
padding: 5px 8px;
}
.home-immersion-overlay .immersion-header {
position: fixed;
top: 20px;
left: 20px;
background-color: #00000077;
border: 1px solid #fff;
font-size: 14px;
line-height: 18px;
z-index: 100;
color: #fff8de;
text-decoration: none;
opacity: 0.5;
transition: opacity 0.3s ease-out;
cursor: pointer;
}
.immersion-header:hover {
opacity: 1;
border-color: #fff;
text-decoration: none;
}
.jumparrow {
background-image: url(//thegatewaytimes.org/wp-content/themes/snoflex/images/down-arrow.png);
display: block;
height: 40px;
width: 40px;
position: fixed;
bottom: 20px;
right: 20px;
background-size: contain;
z-index: 100;
background-color: #fff;
opacity: 0.3;
border-radius: 5px;
cursor: pointer;
transition: opacity 0.3s ease-out;
}
.jumparrow:hover,
#above-header-menu:hover {
opacity: 1;
}
.scrolldownarrow {
background-image: url(//thegatewaytimes.org/wp-content/themes/snoflex/images/down-arrow.png);
display: block;
height: 30px;
width: 30px;
background-size: contain;
float: left;
}
.bouncearrow {
animation: bouncearrow 2s infinite ease-in-out;
animation-fill-mode: both;
}
@keyframes bouncearrow {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
.widgetwrap .bcg {
cursor: pointer;
}
.parallaxcontainer {
background: #000;
height: 100vh;
width: 100%;
}
.parallaxcontainer section {
display: none;
height: 100vh;
}
.no-js .parallaxcontainer section {
opacity: 1;
transition: opacity 300ms ease-out;
}
#home-immersion-content {
overflow: hidden;
}
.no-js #home-immersion-content {
display: block;
opacity: 1;
transition: opacity 300ms ease-out;
}
.top-left {
left: 15vh;
top: 15vh;
right: auto;
bottom: auto;
}
.top-center {
right: auto;
left: 50%;
top: 15vh;
bottom: auto;
transform: translateX(-50%);
}
.top-right {
right: 15vh;
top: 15vh;
left: auto;
bottom: auto;
}
.middle-left {
left: 15vh;
right: auto;
bottom: auto;
top: 50%;
transform: translateY(-50%);
}
.middle-center {
left: 50%;
top: 50%;
right: auto;
bottom: auto;
transform: translate(-50%, -50%);
}
.middle-right {
right: 15vh;
top: 50%;
left: auto;
bottom: auto;
transform: translateY(-50%);
}
.bottom-left {
left: 15vh;
bottom: 15vh;
right: auto;
top: auto;
}
.bottom-center {
left: 50%;
bottom: 15vh;
top: auto;
right: auto;
transform: translateX(-50%);
}
.bottom-right {
right: 15vh;
bottom: 15vh;
left: auto;
top: auto;
}
#upperwrap {
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
background: #000;
margin: 0px auto;
padding: 0px;
position: relative;
z-index: 10;
max-width: 980px;
}
#upperwrap-outer {
width: 100%;
}
#immersion-image {
position: absolute;
right: 50%;
transform: translateX(50%);
}
.home-immersion-overlay .lf_menu_icon_bar {
height: 3px;
margin-top: 5px;
}
.home-immersion-overlay .lf_menu_icon {
width: 23px;
margin-top: 0px;
padding: 2px 8px 8px;
background: #000;
opacity: 0.5;
transition: opacity 0.3s ease-out;
}
.home-immersion-overlay .lf_menu_icon:hover {
opacity: 1;
}
#home-immersion {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
}
.home-immersion-overlay {
position: relative;
width: 100%;
height: 100vh;
}
#immersion-image {
cursor: pointer;
}
.parallaxoverlay .sno_teaser_carousel {
margin-top: 20px;
}
.hsContent .sno_teaser_carousel p {
color: #fff;
}
.immersion-header-logo {
position: fixed;
top: 20px;
left: 20px;
background-color: #00000077;
z-index: 9999;
text-decoration: none;
opacity: 0.5;
transition: opacity 0.3s ease-out;
cursor: pointer;
border: 1px solid #ddd;
}
.immersion-header-logo:hover {
opacity: 1;
border-bottom: 1px solid #fff;
text-decoration: none;
}
.immersion-header-logo img {
max-height: 50px;
}
.continue-overlay {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
.continue {
padding-top: 20px;
text-align: center;
padding-bottom: 10px;
}
.continue-overlay-link {
text-align: center;
border: 1px solid #fff;
padding: 8px 10px;
color: #fff;
background: none;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
cursor: pointer;
}
.continue-overlay-link:hover {
background: #fff;
color: #000;
}
.continue-link {
text-align: center;
border: 1px solid #e5e5e5;
padding: 8px 10px;
color: #777777;
background: #fbfbfb;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
cursor: pointer;
}
.continue-link:hover {
background: #161616;
color: #fff;
border-color: #161616;
}
.grid-widget-tile .sno_date_carousel {
padding-left: 10px;
padding-right: 10px;
}
.grid-widget-tile {
text-align: center;
cursor: pointer;
}
.parallaxoverlay .continue-overlay {
padding-top: 30px;
}
.parallaxoverlay {
text-align: center;
min-width: 300px;
}
.home-immersion-text .continue-overlay {
padding-top: 30px;
padding-bottom: 0px;
}
.headerlink {
cursor: pointer;
}
.parallaximagesloading {
display: none;
}
#upperwrap .widgetwrap:last-of-type {
margin-bottom: 0px;
}
.view-all-container {
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
.view-all-text,
.view-all-grid-text {
text-align: center;
border: 1px solid #e5e5e5;
padding: 8px 10px;
color: #777777;
background: #fbfbfb;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
cursor: pointer;
}
.view-all-text:hover,
.view-all-grid-text:hover {
background: #161616;
color: #fff;
border-color: #161616;
}
a.view-all-link:hover {
text-decoration: none !important;
}
.view-all-container-grid,
.view-all-container-category {
display: block;
margin: 10px 0;
padding-top: 10px;
text-align: center;
}
.view-all-grid,
.view-all-category {
display: inline-block;
}
.fw2-panel .desc p.fwbyline {
margin-left: 10px !important;
margin-right: 10px !important;
}
.carouseloverlay p,
.carouseloverlay a {
color: #fff !important;
}
.carouseloverlay {
padding: 10px 15px;
}
.hsContent p {
color: #fff;
}
.parallax-mobile-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 20px;
cursor: pointer;
width: auto;
height: 100%;
}
.parallax-mobile-widget-tile {
width: 100%;
position: relative;
text-align: center;
margin-bottom: 3px;
}
.parallax-mobile-widget-tile .topstorycat {
margin-bottom: 10px;
}
li.catbullet {
margin-bottom: 8px !important;
padding-left: 20px !important;
}
#upperwrap div:last-of-type {
margin-bottom: 0px;
}
#contentleft {
width: auto;
float: none;
}
#sno_mobile_menu {
display: none;
position: fixed;
top: 0px;
right: 0;
bottom: 0;
width: 300px;
background: #fff;
z-index: 500;
}
.menu {
border-top: 1px solid #ccc;
}
#sno_mobile_menu .mobile-menu {
border-top: none;
}
#sno_mobile_menu .menu {
border-right: 1px solid #ccc;
}
#hover-menu-side {
position: absolute;
top: 15px;
right: 15px;
font-size: 34px;
}
#hover-menu-side {
position: absolute;
top: 15px;
right: 15px;
width: 40px;
height: 40px;
cursor: pointer;
}
.sno-menu-side {
color: #444;
font-size: 30px;
}
.flex-container {
overflow: hidden;
}
a.immersion-headline-link:hover {
text-decoration: none !important;
}
.home-immersion-text h1,
.home-immersion-text h2,
.home-immersion-text h3,
.home-immersion-text h4,
.home-immersion-text h5,
.home-immersion-text h6 {
color: #fff !important;
}
.home-immersion-text-vertical {
bottom: 0 !important;
right: 0 !important;
left: 0 !important;
top: unset !important;
width: calc(100% - 60px) !important;
border-radius: 0px !important;
text-align: center !important;
padding-left: 30px !important;
padding-right: 30px !important;
}
.noscroll {
overflow: hidden;
}
#alt_wrap .menu {
max-height: 70vh !important;
overflow-y: auto;
}
#alt_wrap .mobile-menu {
height: 75%;
}
.mobile-menu {
height: calc(100% - 50px) !important;
overflow-y: auto;
}
.altheader-logo-menu {
width: calc(100% - 75px);
}
.alignnone {
float: right;
margin-left: 20px;
}
.sno-story-body .alignnone {
float: unset;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}
.flex-container {
background: #fff;
}
.flexslider {
opacity: 0;
}
.footer-address {
width: 30%;
margin-left: 3%;
margin-top: 20px;
float: left;
font-size: 14px;
}
#gridcontainer .flexslider {
opacity: 1 !important;
}
.storycreditboxwide {
border: 1px solid #ddd;
background: #eee;
padding: 10px;
float: left;
width: calc(100% - 22px);
margin-bottom: 20px;
overflow-y: hidden;
}
.storycreditbox {
border: 1px solid #ddd;
background: #eee;
padding: 10px;
float: left;
width: calc(50% - 32px);
margin-bottom: 20px;
overflow-y: hidden;
}
.storycreditbox:nth-child(even) {
margin-right: 20px;
}
.sc_photo {
float: left;
margin-right: 15px;
width: 140px;
}
.sc_title {
font-size: 16px;
line-height: 24px;
font-weight: bold;
}
.sc_bio {
font-size: 14px;
line-height: 21px;
float: left;
width: calc(100% - 155px);
}
.sc_bio p {
font-size: 14px !important;
line-height: 21px !important;
}
.aboutwriter {
background: #eee;
padding: 15px 20px 0;
margin-bottom: 20px;
border: 1px solid #ddd;
}
.aboutwritertitle {
font-size: 24px;
font-weight: bold;
text-align: left;
line-height: 36px;
margin-bottom: 10px;
}
.aboutwriter img {
width: 100%;
}
.photocredit {
padding-top: 5px;
}
.trendingheadline {
margin-left: 5px;
}
.sno-trending-widget a {
text-decoration: none !important;
}
a:hover .th_link {
text-decoration: underline;
}
#sno_longform .parallaxtitle {
font-size: 18px;
line-height: 26px;
}
.lf_caption a,
#sno_longform .lf_caption p {
color: #fff !important;
}
.lf_caption .parallaxtitle {
text-align: left;
}
.lf_caption .bottom-left {
left: 20px;
bottom: 20px;
right: auto;
top: auto;
}
.lf_caption .bottom-right {
right: 20px;
bottom: 20px;
left: auto;
top: auto;
}
.photocaption {
margin-top: 8px;
margin-bottom: 8px;
}
#sno_longform .hsContent .parallaxoverlay {
padding: 1px 10px 1px;
}
.lf-immersive-caption {
padding: 10px 15px;
font-size: 14px;
line-height: 18px;
}
.breakingnewswrap {
overflow-y: hidden;
}  #sno_longform .storybody ul li ul,
#sno_longform .storybody ul li ul li,
#storypage ul li ul li {
font-size: 1em !important;
}
#classic_story ul li:not(#sno-comments-side li) ul li, #storypage ul li:not(#sno-comments-side li) ul li, #storypage.full-width ul li:not(#sno-comments-side li) ul li {
font-size: 1em !important;
line-height: 1.4em !important;
}
#storypage.full-width ul li:not(#sno-comments-side li) ul li {
background-position-y: 7px;
}
.carousel-widget .carouselslider .slides img {
position: absolute !important;
transform: translate(-50%, -50%);
top: 50% !important;
left: 50% !important;
}
.fw2d-img-wrap img,
.fw2-panel img,
img.fw3-image,
.fw1-panel-img img,
.grid-widget-tile img,
.flexslider .slides img {
width: 100%;
height: 100%;
object-fit: cover;
}
.fw2d-img-wrap img.grow {
width: 101%;
height: 101%;
object-fit: cover;
}
.catboxthumbsmall img {
width: 70px;
height: 70px;
object-fit: cover;
}
.page_template .postarea {
width: calc(100% - 340px);
}
.snods_winner_circle {
background: #000;
padding: 20px;
border: 3px solid #b5a672;
}
.snods_icon_area {
border-left: 3px solid #b5a672;
border-bottom: 3px solid #b5a672;
border-right: 3px solid #b5a672;
color: #b5a672;
}
.snods_winner_circle_wide {
background: #000;
padding: 20px;
border: 3px solid #b5a672;
float: left;
}
.snods_icon_area_wide {
width: calc(100% - 179px);
float: left;
border-top: 3px solid #b5a672;
border-bottom: 3px solid #b5a672;
border-right: 3px solid #b5a672;
color: #b5a672;
float: left;
}
.sno_carousel_nav_left {
position: absolute;
top: calc(50% - 30px);
left: -75px;
z-index: 1000;
transition: all 0.5s ease;
}
.sno_carousel_nav_right {
position: absolute;
top: calc(50% - 30px);
right: -75px;
z-index: 1000;
transition: all 0.5s ease;
}
.sno_slideshow_nav_left {
position: absolute;
top: calc(50% - 30px);
left: -75px;
z-index: 1000;
transition: all 0.5s ease;
}
.sno_slideshow_nav_right {
position: absolute;
top: calc(50% - 30px);
right: -75px;
z-index: 1000;
transition: all 0.5s ease;
}
button.custom-navigation {
border: none;
background: none;
}
button.custom-navigation .slideshow_left,
button.custom-navigation .slideshow_right {
padding-left: 10px;
padding-right: 10px;
}
.flexslider:hover .sno_carousel_nav_left,
.flexslider:active .sno_carousel_nav_left,
.flexslider:focus-within .sno_carousel_nav_left {
left: 0px;
}
.flexslider:hover .sno_carousel_nav_right,
.flexslider:active .sno_carousel_nav_right,
.flexslider:focus-within .sno_carousel_nav_right {
right: 0px;
}
.flexslider:hover .sno_slideshow_nav_left,
.inline-slideshow-area:focus .flexslider .sno_slideshow_nav_left,
.flexslider:focus-within .sno_slideshow_nav_left {
left: 0px;
}
.flexslider:hover .sno_slideshow_nav_right,
.inline-slideshow-area:focus .flexslider .sno_slideshow_nav_right,
.flexslider:focus-within .sno_slideshow_nav_right {
right: 0px;
}
.inline-slideshow-area:focus-within .inline-caption-container {
opacity: 1;
}
.inline-thumb-navigation-area .ti_left {
position: absolute;
top: calc(50% - 25px);
left: -75px;
z-index: 1000;
transition: all 0.5s ease;
}
.flexslider:hover .ti_left {
left: 0px;
}
.carousel_left,
.carousel_right,
.slideshow_navigation {
color: #fff;
height: 64px;
width: 50px;
transition: all 0.3s ease-in-out;
font-size: 60px;
line-height: 40px;
opacity: 1;
text-align: center;
background: rgba(0, 0, 0, 1);
cursor: pointer;
}
.sno_slideshow_left,
.carousel_left {
border-radius: 0 5px 5px 0;
}
.sno_slideshow_right,
.carousel_right {
border-radius: 5px 0 0 5px;
}
.carousel_left:hover,
.carousel_right:hover {
cursor: pointer;
opacity: 0.8;
}
.slideshow_left,
.slideshow_right {
color: #fff;
height: 64px;
width: 50px;
transition: all 0.3s ease-in-out;
font-size: 60px;
line-height: 40px;
opacity: 1;
text-align: center;
background: rgba(0, 0, 0, 1);
}
.slideshow_left:hover,
.slideshow_right:hover {
cursor: pointer;
opacity: 0.8;
}
.sno_thumbnail_nav_left {
position: absolute;
top: calc(50% - 25px);
left: -75px;
z-index: 1000;
transition: all 0.5s ease;
}
.sno_thumbnail_nav_right {
position: absolute;
top: calc(50% - 25px);
right: -75px;
z-index: 1000;
transition: all 0.5s ease;
}
.flexslider:hover .sno_thumbnail_nav_left {
left: 0px;
}
.flexslider:hover .sno_thumbnail_nav_right {
right: 0px;
}
.thumbnail_left,
.thumbnail_right {
color: #fff;
height: 50px;
width: 50px;
transition: all 0.3s ease-in-out;
font-size: 40px;
line-height: 40px;
opacity: 1;
text-align: center;
background: rgba(0, 0, 0, 1);
}
.thumbnail_left {
border-radius: 0 5px 5px 0;
}
.thumbnail_right {
border-radius: 5px 0 0 5px;
}
.thumbnail_left:hover,
.thumbnail_right:hover {
cursor: pointer;
opacity: 0.8;
}
.aboutwriter .printfriendly {
display: none;
}
#sno_teaserbar .flexslider {
box-shadow: none;
}
.bestofsno-badge {
padding-top: 20px;
padding-bottom: 20px;
}
.bestofsno-badge img {
max-width: 100%;
width: 300px;
display: block;
margin: 0 auto;
}
.thumbnailslider {
overflow: hidden;
}
.catwidgetleft img {
width: 100%;
}
.sfi_left,
.sfi_right {
width: 50px;
color: #ccc;
height: 70px;
transition: all 0.3s ease-in-out;
font-size: 60px;
line-height: 63px;
opacity: 0.5;
text-align: center;
cursor: pointer;
margin-top: 5px;
background: rgba(255, 255, 255, 0.2);
}
.sfi_left {
position: absolute;
left: 5px;
}
.sfi_right {
position: absolute;
right: 5px;
}
.sfi_left:hover,
.sfi_right:hover {
color: #fff;
opacity: 1;
}
.sfi-thumbnails {
width: calc(100% - 120px);
top: 5px;
bottom: 5px;
margin: 0 auto;
border: none;
overflow: hidden;
}
.remodal .flexslider {
margin-bottom: 0px;
}
.sfi-thumb-navigation-area img:hover {
opacity: 1;
}
.sfi-thumb-navigation-area img {
transition: all 0.3s ease-in-out;
cursor: pointer;
opacity: 0.7;
}
.slideshow-caption-container {
padding: 30px;
height: calc(100vh - 190px);
max-height: calc(100vh - 190px);
}
.photo-caption-container {
padding: 30px;
height: calc(100vh - 112px);
}
.remodal-close,
.modal-close {
z-index: 1000;
}
.remodal-story-image .remodal-close:hover, 
.remodal-story-collection .modal-close:hover {
color: rgba(255, 255, 255, 1);
}
.modal-close {
position: absolute;
top: 0;
left: 0;
display: block;
overflow: visible;
width: 35px;
height: 35px;
margin: 0;
padding: 0;
cursor: pointer;
-webkit-transition: color 0.2s;
transition: color 0.2s;
text-decoration: none;
color: #95979c;
border: 0;
background: transparent;
}
.modal-close:hover,
.modal-close:focus {
color: #2b2e38;
}
.modal-close:before {
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
font-size: 25px;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 35px;
content: "\00d7";
text-align: center;
}
.v-divider {
color: rgba(255, 255, 255, 0.7);
padding: 0 3px;
}
.slideshow-caption-container,
.photo-caption-container {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.sfi_has_caption {
width: 75%;
}
p.photocaptionremodal {
color: #fff;
}
.remodal-wrapper::after {
margin-left: 0px;
}
.sfi-slideshow-area .flexslider .slides img {
object-fit: scale-down;
height: 100%;
width: 100%;
}
.inline-slideshow-area .flexslider .slides img {
object-fit: cover;
height: 100%;
width: 100%;
max-width: 400px;
}
.inline-slideshow-area ul li {
background: none !important;
}
.inline-slideshow-area ul {
margin: 0 !important;
padding: 0 !important;
}
.inline-slideshow-area li {
padding: 0 !important;
}
.inlinestoryslide {
position: relative;
}
.inline-caption-container {
position: absolute;
right: 0;
left: 0;
bottom: 0;
opacity: 0;
background: rgba(0, 0, 0, .5);
color: #fff;
margin: 5px;
padding: 5px 10px;
font-size: 12px;
line-height: 18px;
transition: all 0.6s ease-in-out;
max-height: 37.5%;
overflow-y: auto;
}
.inline-slideshow:hover .inline-caption-container {
opacity: 1;
}
.inline-caption-container p {
padding-bottom: 0 !important;
}
.sfiphotowrap {
position: relative;
cursor: pointer;
}
li.inline-thumb {
padding-left: 0px !important;
}
.inline-thumbnails {
border: none;
max-height: 70px;
overflow-y: hidden;
margin-bottom: 0;
}
.inline-thumb-navigation-area .ti_left {
margin-top: 0;
background: #000;
background: #000;
left: 0px;
opacity: 1;
}
.inline-thumb-navigation-area .ti_right {
margin-top: 0;
background: #000;
background: #000;
right: 0px;
opacity: 1;
}
.inline-thumb-navigation-area .sfi-slideshow {
border: none;
}
.ti_left,
.ti_right {
position: absolute;
width: 50px;
color: #ccc;
height: 70px;
transition: all 0.3s ease-in-out;
font-size: 60px;
line-height: 63px;
text-align: center;
cursor: pointer;
}
.ti_left:hover,
.ti_right:hover {
background: rgba(0, 0, 0, 0.8);
}
.flexslider.inline-slideshow {
border: none;
margin-top: 1px;
margin-bottom: 0;
background: #000;
}
.widgetwrap .flexslider.inline-slideshow {
background: #000 !important;
}
li.inlinestoryslide {
padding-left: 0px !important;
}
.inline-caption-container .photocredit a {
color: #fff;
}
.flexslider ::selection {
background: none;
}
.inline-thumbnails {
overflow-x: hidden;
}
.inline-slideshow-area {
margin-bottom: 40px;
}
.widgetwrap .inline-slideshow-area {
margin-bottom: 0px;
}
.widgetwrap li.inlinestoryslide,
.widgetwrap li.inline-thumb {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.flexslider .slides img.forcefill,
.single-photo-container img.forcefill {
object-fit: cover;
}
.single-photo-container img.forcefill {
max-height: unset;
height: 100%;
width: 100%;
margin: 0 !important;
}
.widgetwrap p.photocaptioninline {
font-size: 1.3em;
line-height: 1.3em;
}
.widgetwrap .slides img.scaledown {
object-fit: scale-down;
}
.inline-thumbnails {
margin: 0 auto;
}
.thumb_class_8 {
width: calc(12.5% - 1.75px);
}
.thumb_class_8:nth-child(8n) {
margin-right: 0px;
}
.thumb_class_7 {
width: calc(14.28% - 1.71px);
}
.thumb_class_7:nth-child(7n) {
margin-right: 0px;
}
.thumb_class_6 {
width: calc(16.66% - 1.66px);
}
.thumb_class_6:nth-child(6n) {
margin-right: 0px;
}
.thumb_class_5 {
width: calc(20% - 1.6px);
}
.thumb_class_5:nth-child(5n) {
margin-right: 0px;
}
.thumb_class_4 {
width: calc(25% - 1.5px);
}
.thumb_class_4:nth-child(4n) {
margin-right: 0px;
}
.thumb_class_3 {
width: calc(33.33% - 1.33px);
}
.thumb_class_3:nth-child(3n) {
margin-right: 0px;
}
.thumb_class_2 {
width: calc(50% - 1px);
}
.thumb_class_2:nth-child(2n) {
margin-right: 0px;
}
.thumb_class_1 {
width: 100%;
margin-right: 0px;
}
.photo-gallery-thumb img {
width: 100%;
}
.byline-divider {
color: rgba(0, 0, 0, 0.3);
padding: 0 6px;
}
.slideshowwrap {
background: #000;
position: relative;
}
.sno-photocredit-wrap {
padding-bottom: 8px;
float: right;
padding-right: 8px;
}
.page_template img,
.classic_story img {
max-width: 100%;
height: auto;
}
.full-width .alignleft,
.full-width .alignright,
.full-width .aligncenter,
.full-width .alignnone,
.full-width img {
max-width: 100%;
height: auto;
}
#storyrails .alignleft,
#storyrails .alignright,
#storyrails .aligncenter,
#storyrails .alignnone,
#storyrails img {
max-width: 100%;
height: auto;
}
#sno_longform .alignleft,
#sno_longform .alignright,
#sno_longform .aligncenter,
#sno_longform .alignnone,
#sno_longform img {
max-width: 100%;
height: auto;
}
.sno-inserted-image-overlay {
background: #000;
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
color: #fff;
z-index: 1000;
} .wp-caption .wp-caption {
border: 0px !important;
box-shadow: none !important;
background: unset !important;
padding: 0 !important;
margin: 0 !important;
}
.categorypreviewbox .previewstaffpic {
width: 100%;
}
.topnavbarright .s:focus,
#header .s:focus {
background-color: #f9f9f9;
width: 181px;
}
@media only screen and (min-width: 480px) and (max-width: 800px) {
#classic_story #contentleft {
max-width: 100% !important;
}
}
.topnavbarright {
width: 250px;
padding: 0px !important;
}
input.s::focus {
color: #000;
}
.video {
width: auto;
border: none;
padding: 0px;
}
.home-immersion-header {
border-top: none;
}
.fullscreencatwrap {
max-width: 980px;
margin: 0 auto;
}
li.staffselector {
width: 12em;
}
#staffpage ul.staffyearmenu,
ul.staffyearmenu li {
background-image: none !important;
padding-left: 0px !important;
}
#staffpage ul.staffyearmenu a {
background: #333;
color: #fff !important;
cursor: pointer;
padding: 10px;
}
#staffpage ul.staffyearmenu a:hover {
background: #666;
}
#staffpage ul.staffyearmenu span.sf-sub-indicator {
margin-top: 5px;
}
#staffpage ul.staffyearmenu li ul {
background: #333;
border-radius: 0;
margin: 0px !important;
padding-left: 0px;
}
#staffpage ul.staffyearmenu li ul li {
margin: 0;
}
#staffpage ul.staffyearmenu li ul li a {
color: #fff !important;
border-bottom: none !important;
line-height: 14px !important;
padding-top: 10px;
padding-bottom: 10px !important;
}
#staffpage ul.staffyearmenu ul {
padding-bottom: 0 !important;
}
#staffpage ul.staffyearmenu li ul li a:hover {
background: #666 !important;
}
#staffpage ul.sf-menu li {
border: none;
}
.staffheading h1 {
margin-top: 10px;
font-size: 2.5em;
}
h1.staffprofileheading {
padding-top: 5px;
font-size: 2em;
}
li.sportselector {
width: 12em;
}
.sportspage .selectwrap {
float: left;
}
.sportspage ul.sportmenu,
ul.sportmenu li {
background-image: none !important;
padding-left: 0px !important;
}
.sportspage ul.sportmenu a {
background: #333;
color: #fff !important;
cursor: pointer;
padding: 10px;
}
.sportspage ul.sportmenu a:hover {
background: #666;
}
.sportspage ul.sportmenu span.sf-sub-indicator {
margin-top: 5px;
}
.sportspage ul.sportmenu li ul {
background: #333;
border-radius: 0;
margin: 0px !important;
padding-left: 0px;
}
.sportspage ul.sportmenu li ul li {
margin: 0 !important;
}
.sportspage ul.sportmenu li ul li a {
color: #fff !important;
border-bottom: none !important;
line-height: 14px !important;
padding-top: 10px;
padding-bottom: 10px !important;
}
.sportspage ul.sportmenu ul {
padding-bottom: 0 !important;
}
.sportspage ul.sportmenu li ul li a:hover {
background: #666 !important;
}
.sportspage ul.sf-menu li {
border: none;
}
h1.sportsheading {
padding-top: 5px;
font-size: 2em;
}
.sportswidget .selectwrap ul li ul li {
padding: 0 !important;
}
.sportswidget ul {
margin-bottom: 0 !important;
}
.sportswidget {
float: right;
}
.category-description {
font-size: 16px;
line-height: 24px;
font-style: italic;
width: 97%;
padding: 20px 0;
}
.page-description {
font-size: 16px;
line-height: 24px;
font-style: italic;
width: 97%;
padding: 0 0 20px 0;
}
.pagefullwidth #contentleft p {
font-size: 18px;
line-height: 28px;
}
.inline-caption-container p {
color: #fff !important;
}
ul.snotags li,
ul.snocategories li {
background-image: none !important;
}
ul.snotags,
ul.snocategories {
list-style-type: none !important;
margin: 0 !important;
padding: 0 !important;
}
ul.snocategories {
text-align: center;
}
li.blockstag,
li.blockscategory {
background-color: #990000 !important;
color: #fff;
border-radius: 3px;
padding: 6px 8px !important;
margin: 0 10px 10px 0 !important;
display: inline-block;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
li.blockstag:hover,
li.blockscategory:hover {
background: #990000bb !important;
}
li.blockstag a,
li.blockscategory a {
color: #fff;
transition: all 0.3s ease-in-out;
}
li.blockstag a:hover,
li.blockscategory a:hover {
text-decoration: none;
}
strong,
b {
font-weight: 700;
} .storycontent br,
.sno-story-body-content br {
content: '' !important;
display: block !important;
margin-bottom: 1em !important;
}
#storypage .wp-caption.alignnone img {
margin: 0 0 10px 0;
}
.storyheadline {
font-weight: 400;
}
p.wp-caption-text br {
display: inline !important;
content: unset !important;
}
.trending-thumbnail {
object-fit: cover;
width: 100%;
height: 100%;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.sxs-comments-box {
text-align: center;
font-size: 18px;
padding: 15px;
background: #444;
color: #fff !important;
margin-bottom: 30px;
text-decoration: none !important;
}
a.sxs-comments-link:hover {
text-decoration: none !important;
}
a.sxs-comments-link:hover .sxs-comments-box {
background: #000;
}
#sno_longform .chaptermenu ul ul.sub-menu {
max-height: 90vh;
overflow-y: auto;
}
.staffprofiledetails {
position: relative;
top: 50%;
transform: translateY(-50%);
}
img.carousel-image {
object-fit: cover;
}
.carousel-cover-hover {
cursor: pointer;
}
.inline-thumb-navigation-area,
.inline-thumb-navigation-area .flexslider,
.inline-slideshow-area {
background-color: #000000;
}
.chaptermenu ul.sub-menu {
width: 20em !important;
}
.i-widgetwrap {
margin: 0px auto;
max-width: 100%;
}
.i-widgetwrap img {
max-width: 100%;
}
.widget-shadow {
box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.widgetfooter3 {
display: none;
}
table.schedulewidget {
width: 100%;
margin-left: 0px;
padding-left: 0px;
}
p.sportswidgetrow {
border-bottom: 1px solid #ccc;
margin-bottom: 5px;
}
table.schedulewidget tr.schedulerow {
border-bottom: 1px solid #ccc;
background: #000;
color: #fff;
}
table.schedulewidget tr.rosterrowtop {
border-bottom: unset;
background: #000;
color: #fff;
}
td.rosterfirst,
th.rosterfirst {
text-align: left;
text-indent: 7px;
}
td.rosterlast,
th.rosterlast {
text-align: center;
padding-right: 7px;
}
.widgetwrap .selectwrap ul.sportsmenu li.sportselector {
background-image: none !important;
}
.sportswidget .selectwrap {
margin-right: 0px;
margin-top: -2px;
}
th.sportsheader {
text-align: center;
padding: 8px 0;
font-size: 16px;
}
.widgetwrap.widget-recent-results,
.widgetwrap.widget-sports-schedule {
overflow: unset;
}
td.rosterright {
text-align: right;
padding-right: 7px;
}
p.sportswidgetrow {
font-size: 14px;
line-height: 20px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 0;
}
table.schedulewidget tr.rosterrowwide {
font-size: 16px;
line-height: 30px;
}
table.schedulewidget tr.rosterrownarrow {
font-size: 14px;
line-height: 20px;
}
table.schedulewidget tr.rosterrownormal {
font-size: 14px;
line-height: 22px;
}
table.standingswidget {
border-width: 0;
border-collapse: collapse;
font-size: 12px;
font-weight: normal;
line-height: 14px;
width: 100%;
}
table.standingswidget tr {
border-collapse: collapse;
width: 100%;
}
table td.standingscenter {
text-align: center;
}
table.standingswidget th {
font-size: 16px;
padding: 8px 0;
}
table.standingswidget tbody td {
font-size: 14px;
background: #eeeeee;
padding: 5px 0;
}
table.standingswidget tbody tr {
border-top: 1px solid #fff;
}
.sportsscore {
padding-top: 8px;
margin-bottom: 8px;
}
table.schedulewidget a {
text-decoration: none;
}
.sports-widget-carousel {
color: #444;
}
.widgetwrap .sports-widget-carousel ul li {
background-image: none !important;
padding: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.scorewrap {
padding: 10px;
background: #000;
color: #fff;
line-height: 18px;
}
.teaserwrap {
padding: 10px;
background: #eee;
color: #000;
line-height: 18px;
}
.teaserwrap a {
color: #000;
}
.sports-widget-carousel ul li a.scorewrap,
.sports-widget-carousel ul li a.scorewrap {
color: #fff;
}
td.haslink,
td.sportlink {
cursor: pointer;
}
table.schedulewidget a {
color: #fff;
}
.widget-sports-list li:hover {
background: #000;
}
.sno-hac-headline {
font-size: 16px;
line-height: 21px;
}
.sno-hac-teaser-photo {
height: 64px;
width: 64px;
max-height: 64px;
max-width: 64px;
float: left;
margin-right: 10px;
overflow: hidden;
}
.sno-hac-teaser-text {
height: 64px;
max-height: 64px;
overflow-y: hidden;
}
.sno-hac-teaser-photo img {
width: 100%;
height: 100%;
object-fit: contain;
}
.sno-hac-teaser-meta {
margin-top: 5px;
}
.sports-widget-carousel:hover .flex-pauseplay {
opacity: 1;
}
.sports-widget-carousel .flex-pauseplay {
opacity: 0;
transition: 0.3s all ease-in-out;
}
.sports-widget-carousel.flexslider {
border-width: 0px;
margin-bottom: 0;
}
.scorewrap p {
white-space: nowrap;
text-overflow: ellipsis;
}
.sports-widget-carousel .flex-pauseplay a {
display: block;
width: 20px;
height: 22px;
padding: 5px;
position: absolute;
bottom: 5px;
left: 5px;
opacity: 0.6;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
padding: 5px 2px 0 6px;
background: #fff;
border-radius: 3px;
}
.sports-widget-carousel .flex-pauseplay a:before {
font-family: 'FontAwesome';
font-size: 20px;
display: inline-block;
content: '\f04c';
}
.sports-widget-carousel .flex-pauseplay a:hover {
opacity: 1;
}
.sports-widget-carousel .flex-pauseplay a.flex-play:before {
content: '\f04b';
}
.sc-datesport {
width: 100%;
}
.sc-datesport {
font-size: 12px;
text-align: center;
background: #444;
color: #fff;
font-style: italic;
}
.sc-school {
width: calc(100% - 40px);
font-size: 18px;
text-align: left;
padding: 0 0 5px 0;
float: left;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.sc-score {
width: 40px;
font-size: 18px;
text-align: right;
padding: 0 0 5px 0px;
float: left;
white-space: nowrap;
text-overflow: clip;
overflow: hidden;
}
.scorebold {
font-weight: bold;
}
.sc_vertical {
max-height: 65px;
height: 65px;
}
.sc_horizontal {
max-height: 65px;
height: 65px;
}
.sc_score_link {
cursor: pointer;
border-top: 5px solid #444;
border-bottom: 5px solid #444;
height: 60px;
padding-top: 5px !important;
transition-timing-function: ease-in;
transition: 0.3s;
}
.sc_score_link_vertical {
cursor: pointer;
border-left: 5px solid #444;
border-right: 5px solid #444;
padding-left: 5px !important;
padding-right: 5px !important;
transition-timing-function: ease-in;
transition: 0.3s;
}
.scorewrap-background {
position: relative;
}
.scorewrap-background div:last-of-type {
border-bottom: 0px !important;
}
.scheduleheader {
background: #444;
color: #fff;
position: relative;
cursor: pointer;
}
.scheduleheader:hover {
background: #222;
}
.scheduleheader .scheduletitle {
font-size: 18px;
text-align: left;
padding: 10px 50px 10px 10px;
line-height: 26px;
}
.scorewrap-background a:hover {
text-decoration: none;
}
.widget-sports-list {
display: none;
position: absolute;
right: 0px;
left: 0;
top: 0;
bottom: 0;
background: #444;
color: #fff;
z-index: 3;
border-top: 1px solid #999;
overflow-y: auto;
}
.widget-sports-list a,
.widget-sports-list a:hover,
.widget-sports-list a:visited {
text-decoration: none;
color: #fff;
}
.widget-sports-list li {
list-style-type: none;
background-image: none !important;
font-size: 18px !important;
padding: 11px 20px !important;
border-bottom: 1px solid #555;
text-align: center;
margin: 0 !important;
}
.widget-sports-list ul {
margin-bottom: 0px !important;
}
.sno-sports-selector-icon {
font-size: 32px;
width: 32px;
height: 32px;
cursor: pointer;
border-radius: 20px;
position: absolute;
right: 6px;
top: 6px;
}
.sno-sports-selector-icon:hover {
background: #000;
}
.widget-recent-results {
position: relative;
}
.tablecenter {
text-align: center;
}
.sportsborderleft {
border-left: 1px solid #fff;
} .sno-profile-card {
max-width: 100%;
overflow: hidden;
margin-bottom: 20px;
cursor: pointer;
position: relative;
}
.sno-profile-card-image,
.sno-trending-card-image {
width: 100%;
overflow: hidden;
}
.sno-profile-card-image img,
.sno-trending-card-image img,
.sno-trending-card-image-small img {
object-fit: cover;
width: 100%;
height: 100%;
}
.sno-profile-card-text {
background: #fff;
padding: 20px;
}
.sno-profile-name,
.sno-profile-title {
font-size: 20px;
line-height: 28px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sno-profile-small-photo .sno-profile-card-image {
width: 25%;
float: left;
margin-right: 20px;
}
.sno-profile-small-photo .sno-profile-title {
font-size: 16px;
line-height: 24px;
}
.sno-profile-small-photo .sno-profile-card-title {
float: left;
}
.sno-card-teaser {
margin-top: 10px;
text-align: left;
}
.sno-center-v {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.sno-center-v-list {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.sno-profile-card-header-wrap {
position: relative;
}
.sno-widget-card-wrapper div:nth-last-child(2) {
margin-bottom: 0px !important;
margin-right: 0px !important;
}
.sno-profile-image-placeholder {
display: none;
}
.sno-show-placeholder-image .sno-profile-image-placeholder {
background: #cccccc;
display: block;
}
.sno-card-title-no-image {
width: 100% !important;
text-align: center;
}
.sno-vertical-stack .sno-card-title-no-image {
position: relative !important;
top: 0 !important;
transform: none !important;
}
.sno-card-photo-right .sno-profile-card-image {
float: right;
margin-right: 0;
}
.sno-card-photo-left .sno-profile-card-image {
float: left;
margin-left: 0;
}
.sno-card-photo-right .sno-profile-small-photo .sno-profile-card-title {
float: right;
}
.sno-card-photo-right .sno-center-v {
right: unset;
left: 0;
}
.sno-card-slim-title {
position: absolute;
top: 0;
right: 0;
}
.sno-card-slim-title-left {
float: left !important;
}
.newembedcontainer {
position: relative;
overflow: hidden;
}
.newembedcontainer iframe,
.newembedcontainer object,
.newembedcontainer embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.snotextwidget {
font-size: 14px;
line-height: 21px;
}
.sno-trending-widget .widgetbody {
padding-bottom: 10px;
}
.sno-trending-meta {
background: #000;
color: #fff;
z-index: 1;
}
.trending-number-meta {
float: left;
padding: 7px 12px;
}
.trending-views-meta {
float: right;
padding: 7px 12px;
}
.sno-trending-card-photo-wrap {
position: relative;
}
.sno-card-story-meta {
margin-top: 10px;
}
.sno-trending-card-photo-wrap {
overflow: hidden;
}
.sno-trending-card-image {
min-width: 100%;
}
.sno-trending-widget .sno-profile-image-placeholder {
min-width: 100%;
}
.sno-trending-meta-wrap {
position: relative;
}
.sno-trending-card-image-small {
overflow: hidden;
}
.sno-trending-card {
cursor: pointer;
}
.hsContainer {
border-bottom: 5px solid #000;
}
.sno-story-card-photo-wrap {
overflow: hidden;
}
.sno-story-card-photo-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.sno-story-card-text-wrap {
position: relative;
}
.story-widget-inner-wrap div:last-of-type {
margin-bottom: 0 !important;
}
.sno-story-card {
cursor: pointer;
overflow: hidden;
}
.sno-story-image-placeholder {
display: block;
background: #cccccc;
}
.dual-story-image-placeholder {
display: block;
width: 0 !important;
}
.sno-story-card-photo-wrap {
max-width: 100%;
}
.story-widget-secondary,
.story-widget-primary {
float: left;
}
.dual-format-photo-wrap {
overflow: hidden;
max-width: 33%;
}
.story-widget-secondary > div:last-of-type {
margin-bottom: 0 !important;
border-bottom: none !important;
padding-bottom: 0 !important;
}
.story-widget-secondary > div:last-of-type > div {
margin-bottom: 0 !important;
}
.dual-format-card,
.sno-story-card {
transition: all 0.3s ease-in-out;
cursor: pointer;
}
.sno-center-v-dual {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
}
.postarea .newembedcontainer {
margin-bottom: 10px;
}
.sno-story-list-widget .topstorycat {
line-height: 26px;
}
.sports-widget-carousel .flex-viewport {
height: 85px;
}
.grid-widget-tile .gridwidgetoverlay {
padding-bottom: 5px;
}
.storybody iframe {
max-width: 100%;
}
.sidebarimage {
margin: auto;
width: 300px;
max-width: calc(100% - 20px);
height: auto;
margin-bottom: 20px;
cursor: pointer;
padding: 10px;
background: #eee;
}
.snodnetwork-story-wrap .snodnetwork {
float: right;
margin-left: 15px;
}
.snodnetwork-widget-wrap {
background: #eee;
width: 100%;
}
.snodnetwork-widget-wrap .snodnetwork {
margin: 0 auto;
}
.snods_leaderboard,
.snods_footer {
margin: 0px auto;
float: none;
}
.sno-grid-deck,
.sno-carousel-deck {
margin-top: 20px;
margin-bottom: 20px;
}
.catlist-panel {
position: relative;
}
.catlist-panel-media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.catlist-panel h2 {
margin-top: 0;
}
.catlist-meta {
line-height: 1.4em;
}
.catlist-panel img {
cursor: pointer;
}
.catlist-panel-inner {
background: #ffffff;
}
.catlist-panel-media {
position: relative;
}
.sno-infinite-scroll-button {
background: #eee;
border: 1px solid #ddd;
padding: 10px;
text-align: center;
font-size: 16px;
margin-bottom: 40px;
}
.sno-infinite-scroll-button-active {
cursor: pointer;
}
#catpage #contentleft {
padding-bottom: 0px;
}
.catlist_with_sidebar > div:first-of-type:not(.profile_bio_wrap, .sno-staff-profile-bar) {
padding-top: 0;
}
.catlist_fullwidth_wrap > div:first-of-type {
padding-top: 0;
}
.catlist_fullwidth_wrap {
margin-bottom: 15px;
}
#catpage .continue {
padding-top: 0;
line-height: 33px;
padding-bottom: 0px;
}
#catpage .postarea .newembedcontainer {
margin-bottom: 0;
}
#contentleft ol.wp-paginate {
margin: 0;
}
ol.wp-paginate li span.title {
display: none;
}
ol.wp-paginate {
text-align: center;
}
.category-pagination {
padding: 15px;
}
.catlist-panel-media-video-above {
height: unset !important;
}
.catlist-tile {
float: left;
position: relative;
}
.catlist-tile-media-photo img {
width: 100%;
height: 100%;
object-fit: cover;
}
.catlist-tile-media-photo,
.catlist-tile-media-video {
overflow: hidden;
}
.catpage-tiles-column {
float: left;
}
.sno-tile-hidden {
display: none;
}
.catlist-tile {
transition: all 0.3s ease-in-out;
}
.sno-tile-clickable {
cursor: pointer;
}
.catlist-tile:hover {
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
#catpage main {
overflow-x: visible;
}
#catpage #contentleft p {
padding-bottom: 0;
}
.sd-content ul li {
background: none !important;
padding-left: 0 !important;
margin-right: 10px !important;
}
.sno-viewing-draft-notice {
background: #990000aa;
color: #fff;
position: fixed;
bottom: 10px;
min-width: 400px;
max-width: 100%;
padding: 15px;
margin: 0 auto;
font-size: 20px;
z-index: 1000;
left: 50%;
transform: translateX(-50%);
text-align: center;
transition: background 0.3s ease-in-out;
border-radius: 5px;
cursor: default;
}
.sno-viewing-draft-notice:hover {
background: #990000dd;
}
.sno-viewing-draft-notice a {
color: #fff !important;
}
.sno-widget-area-row {
float: left;
display: block;
width: 100%;
}
.sno-widget-area-container {
float: left;
min-height: 1px;
}
.sno-widget-area-container:last-of-type {
margin-right: 0px;
}
.sno-widget-area-container .sno-widget-area-row:last-of-type {
margin-bottom: 0px;
}
.profile_bio_wrap {
width: 80%;
margin: 0 auto;
}
.sno-profile-fade {
opacity: 0;
position: absolute;
}
.profile-panel-media {
width: 200px;
height: 133px;
margin-right: 15px;
float: left;
}
.profile-panel-media img {
object-fit: cover;
height: 100%;
width: 100%;
border-radius: 5px;
}
.profile-textarea-with-media {
width: calc(100% - 215px);
float: left;
position: relative;
}
.profile_bio_wrap h2 {
margin-top: 0;
font-size: 2em;
line-height: 1.2em;
margin-bottom: 10px;
}
.profile-teaser p {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.5em;
}
.sno-staff-profile-bar {
text-align: center;
font-size: 16px;
background: #fff;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 10px;
}
.profile-textarea-inner {
width: 100%;
}
.profile_icon {
width: 40px;
height: 40px;
margin-right: 10px;
float: left;
border-radius: 7px;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.profile_icon i {
font-size: 30px;
line-height: 40px;
width: 40px;
text-align: center;
}
.profile_bio_wrap .sharing {
margin-top: 10px;
margin-bottom: 0;
display: inline-block;
}
.profile-sharing-area {
text-align: center;
}
.sno_email {
background: #1f385c;
color: #fff;
}
.profile_icon.sno_email {
width: 41px;
}
.sno_email:hover {
color: #1f385c;
background: #fff;
}
.sno_facebook {
background: #3b5998;
color: #fff;
}
.sno_facebook:hover {
color: #3b5998;
background: #fff;
}
.sno_twitter {
background: #000000;
color: #fff;
}
.sno_twitter:hover {
color: #000000;
background: #fff;
}
.sno_instagram {
background: #675144;
color: #fff;
}
.sno_instagram:hover {
background: #fff;
color: #675144;
}
.sno_linkedin {
background: #006097;
color: #ffffff;
}
.sno_linkedin:hover {
background: #ffffff;
color: #006097;
}
.sno_tiktok {
background: #FE2C55;
color: #fff;
}
.sno_tiktok:hover {
background: #fff;
color: #FE2C55;
}
.sno_snapchat {
background: #fffc00;
color: #ffffff;
}
.sno_snapchat:hover {
color: #fffc00;
background: #ffffff;
}
.sno_snapchat i {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #000;
}
.sno_youtube {
background: #ff0000;
color: #fff;
}
.sno_youtube:hover {
background: #fff;
color: #ff0000;
}
.sno_portfolio {
background: #228B22;
color: #fff;
}
.sno_portfolio:hover {
background: #fff;
color: #228B22;
}
.staffnameblock {
display: block;
margin-top: 15px;
text-align: center;
}
#staffpage .catlist-tile-media-photo {
margin-bottom: 10px;
}
#mobile-socialmedia .sharing {
width: 100%;
}
#mobile-socialmedia .sharing-icon {
float: left;
}
#fullwrap {
position: relative;
}
.sno-designer-area-row {
float: left;
display: block;
width: 100%;
}
.sno-designer-area-container {
float: left;
min-height: 1px;
}
.sno-hac-inner {
width: 100%;
height: 100%;
float: left;
position: relative;
box-sizing: border-box;
}
.sno-hac-headerimage,
.sno-hac-image {
width: 100%;
height: 100%;
object-fit: contain;
}
.sno-hidden-title {
display: none;
}
.sno-hac-iconwrap {
width: 100%;
display: inline-block;
white-space: nowrap;
font-size: 0px; }
.sno-hac-iconwrap .sno-icon {
display: inline-block;
float: unset;
}
.sno-hac-iconwrap a:hover {
text-decoration: none !important;
}
.sno-hac-menuwrap {
display: inline-block;
font-size: 0;
} .sno-hac-menuwrap .sf-menu a {
padding-top: 0;
padding-bottom: 0;
}
.sno-hac-menuwrap .sf-menu a > .sf-sub-indicator {
top: 1.1em;
}
.sno-hac-menuwrap li ul {
text-align: left;
}
.sno-hac-menuwrap li {
vertical-align: middle;
}
.sno-hac-center-v {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 10px;
right: 10px;
}
.sno-search-center-v {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0px;
right: 0px;
}
.sno-marquee-center-v,
.sno-menu-center-v {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
}
.sno-submit-search-button {
transition: all 0.3s ease-in-out;
}
.search-input-container {
transition: all 0.3s ease-in-out;
}
.sno-hac-searchwrap {
width: 100%;
}
.sno-hac-searchwrap .s {
width: 100%;
}
.menu-more-item-top {
float: left;
}
.sno-hac-button {
display: inline-block;
transition: all 0.3s ease-in-out;
box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
white-space: nowrap;
}
.sno-hac-spotwrap {
max-width: 728px;
margin: 0 auto;
}
.sno-hac-spotwrap img {
max-width: 728px;
}
.sno-hac-adgroup-wrap img {
width: 100%;
height: 100%;
object-fit: scale-down;
max-width: 100%;
max-height: 100%;
}
.sno-hac-inner h1 {
line-height: 1.4em;
}
.marquee-angle {
font-size: 0px;
line-height: 0%;
width: 0px;
border-right: none;
float: left;
}
.comment-side-icon {
background: #2e7061;
}
.like-side-icon {
background: #862635;
}
.facebook-side-icon {
background: #3b5998;
}
.twitter-side-icon {
background: #000000;
}
.pinterest-side-icon {
background: #c92228;
}
.reddit-side-icon {
background: #00bf8f;
}
.email-side-icon {
background: #1f385c;
}
.print-side-icon {
background: #546b8b;
}
.simple-marquee-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.simple-marquee-container {
width: 100%;
background: grey;
float: left;
display: inline-block;
overflow: hidden;
box-sizing: border-box;
height: 45px;
position: relative;
cursor: pointer;
}
.simple-marquee-container .marquee-sibling {
padding: 0 50px;
background: rgb(61, 61, 61);
height: 45px;
line-height: 42px;
font-size: 12px;
font-weight: normal;
color: #ffffff;
text-align: center;
float: left;
left: 0;
z-index: 2000;
}
.simple-marquee-container .marquee-inverse-angle {
z-index: 2000;
}
.simple-marquee-container .marquee,
.simple-marquee-container *[class^='marquee'] {
display: inline-block;
white-space: nowrap;
position: absolute;
}
.simple-marquee-container .marquee-content-items {
display: inline-block;
padding: 0 10px;
margin: 0;
height: 45px;
position: relative;
}
.date-background {
padding: 5px 10px;
margin-right: 10px;
}
.simple-marquee-container .marquee-content-items li {
display: inline-block;
line-height: 35px;
color: #fff;
opacity: 0;
} .sno-hac-row-wrap {
margin: 0 auto;
position: relative;
}
.sno-hac-menu-icon,
.sno-hac-search-icon {
text-align: center;
transition: 0.3s all ease-in-out;
cursor: pointer;
margin-left: auto;
margin-right: auto;
display: block;
max-width: 100%;
}
.sno-hac-hamburger-menu {
display: none;
z-index: 1000;
font-size: 0;
overflow-y: scroll;
}
.sno-hac-search-icon-bar {
display: none;
z-index: 1001;
text-align: center;
}
.sno-hac-menu-mobile-header {
display: none;
padding-bottom: 15px;
}
.sno-hac-search-inner-wrap {
max-width: 80%;
width: 500px;
margin: 0 auto;
position: relative;
}
.hac-search {
background: #eee;
width: 500px;
max-width: 80%;
color: #000000;
font-weight: normal;
margin: 0px;
padding: 2px 0px 2px 5px;
border-top: 1px solid #666666;
border-right: 1px solid #dddddd;
border-left: 1px solid #666666;
border-bottom: 1px solid #dddddd;
display: inline;
transition: 0.3s all ease-in-out;
}
.hac-search:focus {
background-color: #f9f9f9;
}
input.hac-search {
border-radius: 2px;
font-size: 18px;
height: 18px;
line-height: 1.2em;
padding: 6px 10px;
background: #fff;
}
.sno-hac-submit-search-button {
background: #fff;
border-radius: 0px;
border: none;
font-size: 18px;
color: #aaa;
cursor: pointer;
transition: all 0.3s ease-in-out;
position: absolute;
right: 0;
top: 3px;
bottom: 3px;
background: transparent;
}
.sno-hac-button-wrap a {
display: inline-block;
}
.sno-hac-row-wrap .navbarwrap,
.sno-hac-row-wrap .subnavbarwrap,
.sno-hac-row-wrap .sno_teaserbar_home,
.sno-hac-row-wrap .leaderboardwrap,
.sno-hac-row-wrap .breakingnewswrap,
.sno-hac-row-wrap .topnavwrap {
border-top: none !important;
border-bottom: none !important;
}
.sno-hac-row-wrap .breakingnewswrap,
.sno-hac-row-wrap #topnavbar,
.sno-hac-row-wrap #navbar,
.sno-hac-row-wrap #navbar a,
.sno-hac-row-wrap #subnavbar,
.sno-hac-row-wrap #subnavbar a {
background-image: none !important;
}
.sno-designer-area-row.sno-header-row-stick.scroll-to-fixed-fixed {
margin-top: 0px !important;
}
.sno-header-wrap-desktop > .sno-designer-area-row:not(.sno-designer-row-fullscreen) {
margin-top: 20px;
}
.sno-header-wrap-desktop > .sno-designer-area-row:not(.sno-designer-row-fullscreen) ~ .sno-designer-area-row {
margin-top: 0;
} .sno-footer-wrap-desktop-footer > .sno-designer-row-fullscreen:first-of-type {
margin-top: 20px;
}
.sno-footer-wrap-desktop-footer > .sno-designer-row-fullscreen ~ .sno-designer-row-fullscreen {
margin-top: 0;
}
.sno-newpage-notice {
border: 1px solid #bee5eb;
color: #0c5460;
background: #d1ecf1;
font-size: 24px;
line-height: 36px;
padding: 30px;
border-radius: 5px;
text-align: center;
}
.sno-newpage-notice a {
color: #062c33 !important;
font-weight: bold;
}
.sno-notice-private {
font-size: 12px;
margin-top: 10px;
border-top: 1px solid #bee5eb;
}
.sno-hac-menuwrap li a::before {
content: '';
position: absolute;
transition: 0.3s all ease-in-out;
border-left: 0px solid transparent;
border-bottom: 0px solid transparent;
}
.sno-hac-search-icon i {
transition: 1s all ease-in-out;
}
.sno-hac-date p,
.sno-hac-header-text p {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.sno-hac-header-text h1,
.sno-hac-header-text .siteheadingh1 {
white-space: nowrap;
text-overflow: clip;
overflow: hidden;
}
ul.vertical-menu li a {
padding-left: 15px;
padding-right: 15px;
display: block;
width: calc(100% - 30px);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
ul.vertical-menu li a:hover {
text-decoration: none !important;
}
.sno-hac-menuwrap ul.vertical-menu li {
position: relative;
list-style-type: none !important;
}
.sno-hac-menuwrap ul.menu-with-teasers li.sub-menu-teasers {
position: unset !important;
}
.sno-hac-menuwrap ul.menu-with-teasers li.sub-menu-teasers ul {
width: 100% !important;
background: #fff;
position: absolute;
left: 0;
right: 0;
display: none;
}
.sno-hac-menuwrap ul.menu-with-teasers li.sub-menu-teasers ul li {
width: 240px !important;
}
.sno-hac-menuwrap ul.menu-with-teasers li ul li:not(.menu-ta-wrap) a {
text-overflow: ellipsis;
overflow-x: hidden;
white-space: nowrap;
}
.sno-hac-menuwrap li.menu-item-has-children:not(.sub-menu-teasers) ul {
max-width: 12em;
}
.sno-hac-menuwrap ul.menu-with-teasers li.sub-menu-teasers ul li.menu-ta-wrap {
position: absolute !important;
width: 100% !important;
right: 0;
top: 0;
padding: 0;
z-index: -5;
color: #000;
text-transform: none;
transition: 0.3s all ease-in-out;
}
.sno-hac-menuwrap ul.menu-with-teasers li.sub-menu-teasers ul li:first-of-type {
position: relative !important;
}
.sno-hac-menuwrap ul.menu-with-teasers li.sub-menu-teasers ul .menu-ta {
width: calc(100% - 280px);
float: right;
padding: 20px 20px 20px 20px;
display: block;
overflow: hidden;
white-space: normal;
}
.sno-hac-menuwrap ul.menu-with-teasers li.sub-menu-teasers ul .menu-ta-full {
width: calc(100% - 40px);
float: right;
padding: 20px 20px 20px 20px;
display: block;
overflow: hidden;
white-space: normal;
}
.sno-menu-card .sno-story-card-photo-wrap {
height: 150px;
background: #eee;
}
.sno-menu-card {
position: relative;
}
.sno-hac-menuwrap .sno-story-card-link a {
white-space: normal !important;
text-overflow: unset !important;
font-size: 18px;
line-height: 1.35em;
padding-left: 0;
padding-right: 0;
}
.sno-hac-menuwrap .sno-story-card-link a:hover {
background: none !important;
}
.sno-menu-card .sno-menu-card-text-wrap {
padding-top: 10px;
width: 100%;
}
.sno-menu-card .menu-card-no-photo {
width: calc(100% - 20px);
padding-left: 10px;
padding-right: 10px;
}
.sno-menu-card {
margin-right: 20px;
float: left;
}
.menu-ta-full .sno-menu-card-6 {
width: calc(16.66% - 17px);
}
.menu-ta .sno-menu-card-6 {
width: calc(20% - 16px);
}
.menu-ta .sno-menu-card-6:nth-child(6) {
display: none;
}
.menu-ta .sno-menu-card-6:nth-child(5) {
margin-right: 0 !important;
}
.menu-ta-full .sno-menu-card-5 {
width: calc(20% - 16px);
}
.menu-ta .sno-menu-card-5 {
width: calc(25% - 15px);
}
.menu-ta .sno-menu-card-5:nth-child(5) {
display: none;
}
.menu-ta .sno-menu-card-5:nth-child(4) {
margin-right: 0 !important;
}
.menu-ta-full .sno-menu-card-4 {
width: calc(25% - 15px);
}
.menu-ta .sno-menu-card-4 {
width: calc(33.33% - 13.33px);
}
.menu-ta .sno-menu-card-4:nth-child(4) {
display: none;
}
.menu-ta .sno-menu-card-4:nth-child(3) {
margin-right: 0 !important;
}
.sno-menu-card-meta {
margin-bottom: 10px;
}
.sub-menu-teaser-bank,
.sub-menu-teaser-display {
display: none;
}
ul.menu-with-teasers li.sub-menu-teasers ul,
ul.menu-with-teasers li.sub-menu-teasers:not(.menu-item-has-children) ul .menu-ta-full {
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.sno-hac-menuwrap {
position: relative;
}
.sno-menu-card:last-of-type {
margin-right: 0 !important;
}
.sno-menu-card a {
display: block !important;
}
.catlist-tile-inner {
overflow-y: hidden;
overflow-x: hidden;
}
.sno-hac-spotwrap .leaderboardwrap,
.sno-hac-spotwrap .footerboardwrap {
border-bottom: none !important;
}
.snoads-unplaced {
padding-top: 15px;
padding-bottom: 15px;
}
.sno-hac-menu-mobile-name {
text-overflow: ellipsis;
overflow-y: hidden;
white-space: nowrap;
}
.sno-hac-menu-mobile-graphic {
width: calc(100% - 60px);
float: left;
margin-bottom: 15px;
max-height: 50px;
overflow: hidden;
}
.sno-hac-menu-mobile-graphic img {
max-height: 50px;
}
.sno-staff-profile-view .postarea {
background: unset !important;
}
.sno-widget-style-7-wrap {
overflow: hidden;
margin-bottom: 0px;
}
.widget7.widgettitle {
margin-top: 1px;
margin-bottom: 1px;
}
.sno-widget-style-4-wrap {
margin: 0px 0px 0px 0px;
padding: 10px 9px 0px 9px;
overflow: hidden;
}
.sno-widget-style-8-wrap {
overflow: hidden;
}
#storypage p {
overflow-wrap: break-word;
}
.sno-leaderboard-master-ad,
.sno-footer-master-ad {
padding-top: 15px;
padding-bottom: 15px;
margin: 0;
display: flex;
justify-content: center;
}
.sno-leaderboard-master-ad img,
.sno-footer-master-ad img {
max-width: 100%;
}
#leaderboard,
#footerboard {
margin: 0 auto;
padding-top: 15px;
padding-bottom: 15px;
}
.footerboardwrap #footerboard {
padding-left: 15px;
}
.widget2.widgettitle {
text-align: center;
position: relative;
z-index: 1;
}
.widget2.widgettitle:before {
content: '';
position: absolute;
z-index: -1;
}
.widget2.widgettitle:after {
display: inline-block;
}
.sno-w-title {
display: inline-block;
}
.widget5.widgettitle .sno-w-title-before {
float: left;
}
.widget5.widgettitle .sno-w-title-after {
float: left;
display: block;
}
.widget5.widgettitle {
text-align: left;
float: left;
overflow: hidden;
}
.widget5.widgettitle .sno-w-title {
padding-left: 20px;
padding-right: 20px;
float: left;
display: block;
}
.menu-ta .sno-story-card-photo-wrap {
cursor: pointer;
}
.search-results-empty {
background: #eee;
border: 1px solid #ccc;
padding: 20px;
font-size: 24px;
line-height: 40px;
padding-top: 20px !important;
}
#wpadminbar #wp-admin-bar-edit-staff-profile a.ab-item:before {
content: '\f464';
top: 3px;
}
.infographicwidget iframe {
max-width: 100%;
}
ul.sno-hac-menu-more ul.sub-menu {
left: unset;
right: 12em;
}
ul.sno-hac-menu-more {
right: 0;
left: unset;
}
ul.sno-hac-menu-more ul.sub-menu ul.sub-menu {
right: 100% !important;
left: unset !important;
}
ul.sno-hac-menu-more a.sf-with-ul:after {
border: 0px !important;
}
.sno-footer-wrap ul.sf-menu > li > ul {
top: unset;
bottom: 100%;
}
.sno-email-captcha {
background: #f8d7da;
border: 1px solid #f5c6cb;
padding: 10px 15px;
margin-top: 15px;
font-size: 16px;
color: #721c24;
text-align: center;
display: none;
}
.sno-email-captcha-button:hover {
background: #4e070e;
}
.sno-email-captcha-button {
display: inline-block;
font-size: 18px;
margin-left: 10px;
width: 40px;
height: 30px;
line-height: 30px;
border-radius: 3px;
border: 1px solid #4e070e;
color: #fff;
cursor: pointer;
background: #721c24;
transition: all 0.3s ease-in-out;
}
#submit_email:disabled {
background: #ddd;
color: #888;
}
input.invalid-input {
background: #cc0000 !important;
color: #ffffff !important;
}
h1, h2, h3, h4, h5, h6 {
overflow-wrap: unset;
}
.sports-widget-carousel *, .sports-widget-carousel ::before, .sports-widget-carousel ::after {
box-sizing: content-box;
}
.sno_comment_email_verification {
color: #856404;
padding: 8px 15px;
background-color: #fff3cd;
border: 1px solid #ffeeba;
margin: 15px 0 0 0;
line-height: 18px;
display: none;
} .sno-hac-menu-side-display li ul {
position: unset;
}
.sno-hac-menu-side-display li {
display: block;
float: left;
width: 100%;
text-align: left;
}
.sno-hac-menu-side-display ul li:hover ul { display: none; }
.sno-hac-menu-side-display ul li li:last-of-type { border-bottom: none; }
.sno-hac-menu-side-display ul > li.menu-item-has-children > a:after { 
content: '';
position: absolute;
top: 50%;
right: 1em;
margin-top: -3px;
height: 0;
width: 0;
border: 5px solid transparent;
}
.sno-hac-menu-side-display ul > li.menu-item-has-children > a.sno-menu-expanded:after { 
border: none;
}
.sno-hac-menu-side-display ul li li a { 
padding-left: 40px; 
}
@media screen and (max-width: 800px) {
#wpadminbar {
display: none !important;
}
#sno_hoverbar {
display: none !important;
}
.sno-hac-hamburger-menu div > ul > li {
margin-bottom: 3px;
}
.sno-hac-hamburger-menu li {
transition: 0.3s all ease-in-out;
}
.sno-hac-hamburger-menu li a {
padding-top: 0;
padding-bottom: 0;
padding-left: 10px;
padding-right: 10px;
float: right;
width: calc(100% - 25px);
}
.sno-hac-hamburger-menu ul li ul li {
float: right !important;
width: calc(100% - 5px) !important;
}
.sno-hac-menu-mobile-header a {
text-decoration: none !important;
}
.sno-hac-menu-mobile-header a:not(.menu-mobile-graphic-link) {
padding: 10px;
}
.sno-hac-menu-mobile-name {
padding: 15px 0;
font-size: 24px;
line-height: 30px;
cursor: pointer;
}
.sno-hac-menu-mobile-close {
float: right;
padding: 10px 15px;
font-size: 30px;
line-height: 30px;
cursor: pointer;
transition: 0.3s all ease-in-out;
border-radius: 30px;
}
}
@media only screen and (max-width: 980px) {
#content {
padding-top: 20px !important;
}
.widgetwrap {
margin-bottom: 20px !important;
}
.innerbackground {
max-width: calc(100% - 20px) !important;
width: calc(100% - 20px) !important;
}
.footeradright {
display: none;
}
.footerimage {
float: none;
margin: 0 auto;
}
.sno-fixed-width-footer {
margin-bottom: 0;
}
.overlay-hover .gridwidgetoverlay {
display: block !important;
}
}
@media only screen and (max-width: 600px) {
.sno-header-wrap-mobile,
.sno-footer-wrap-tablet-footer {
display: block;
}
.sno-header-wrap-tablet,
.sno-header-wrap-desktop,
.sno-footer-wrap-tablet,
.sno-footer-wrap-desktop,
.sno-footer-wrap-tablet-footer,
.sno-footer-wrap-desktop-footer {
display: none;
}
.innerbackground {
max-width: 100% !important;
width: 100% !important;
}
.sno-hide-mobile {
display: none;
}
}
@media only screen and (min-width: 601px) and (max-width: 979px) {
.sno-header-wrap-tablet,
.sno-footer-wrap-tablet,
.sno-footer-wrap-tablet-footer {
display: block;
}
.sno-header-wrap-mobile,
.sno-header-wrap-desktop,
.sno-footer-wrap-mobile,
.sno-footer-wrap-desktop,
.sno-footer-wrap-mobile-footer,
.sno-footer-wrap-desktop-footer {
display: none;
}
}
@media only screen and (min-width: 980px) {
.sno-header-wrap-desktop,
.sno-footer-wrap-desktop-footer {
display: block;
}
.sno-header-wrap-tablet,
.sno-header-wrap-mobile,
.sno-footer-wrap-tablet,
.sno-footer-wrap-mobile,
.sno-footer-wrap-tablet-footer,
.sno-footer-wrap-mobile-footer {
display: none;
}
}
@media only screen and (max-width: 800px) {
.sno-hac-menu-mobile-header {
display: block;
}
.sno-hac-hamburger-menu {
position: fixed !important;
top: 0 !important;
bottom: 0 !important;
left: 0 !important;
right: 50% !important;
z-index: 10000;
}
.sno-hac-hamburger-menu li ul {
position: unset;
}
.sno-hac-hamburger-menu li {
display: block;
float: left;
width: 100%;
text-align: left;
}
.sno-hac-hamburger-menu ul li:hover ul {
display: none;
}
.sno-hac-hamburger-menu ul li li:last-of-type {
border-bottom: none;
}
.sno-hac-hamburger-menu ul > li.menu-item-has-children > a:after {
content: '';
position: absolute;
top: 50%;
right: 1em;
margin-top: -3px;
height: 0;
width: 0;
border: 5px solid transparent;
}
.sno-hac-hamburger-menu ul > li.menu-item-has-children > a.sno-menu-expanded:after {
border: none;
}
.sno-hac-hamburger-menu ul li li a {
padding-left: 40px;
}
}
@media only screen and (max-width: 600px) {
.sno-hac-hamburger-menu {
right: 0 !important;
}
.list-widget-primary-area .sno-story-card-photo-wrap {
width: 100% !important;
height: auto !important;
}
.list-widget-primary-area .sno-story-card-text-wrap {
width: 100% !important;
height: auto !important;
}
.list-widget-primary-area .sno-story-card-text-wrap .sno-center-v-list {
position: unset;
top: unset;
transform: unset;
padding: 10px;
}
#classic_story h1.storyheadline, #storyrails h1.storyheadline {
font-size: 2.7em !important;
line-height: 1.3em;
}
} @media only screen and (max-width: 880px) {
.story-widget-inner-wrap {
padding-left: 0px !important;
padding-right: 0px !important;
}
}
@media only screen and (max-width: 800px) {
.story-widget-inner-wrap {
width: unset !important;
}
}
@media only screen and (max-width: 900px) {
.story-widget-primary,
.story-widget-secondary {
width: 100% !important;
margin-right: 0 !important;
margin-left: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
border-left: none !important;
border-right: none !important;
}
.story-widget-secondary {
margin-top: 20px;
}
.dual-format-card .sno-story-card-text-wrap {
float: unset !important;
width: unset !important;
}
.sno-profile-card-image {
width: 100% !important;
}
.sno-profile-card-title {
position: unset !important;
transform: unset !important;
}
.sno-profile-card-image,
.sno-profile-card-image img {
height: auto !important;
}
}
@media only screen and (max-width: 600px) {
.dual-format-card .sno-story-card-text-wrap {
padding-top: 10px;
}
}
@media only screen and (min-width: 800px) and (max-width: 989px) {
.list-horizontal .sno-story-card {
min-width: calc(33.33% - 13.33px) !important;
margin-right: 20px !important;
}
.list-horizontal > div:nth-child(3n) {
margin-right: 0 !important;
}
.list-horizontal .sno-story-card-photo-wrap {
min-width: 100% !important;
}
}
@media only screen and (min-width: 560px) and (max-width: 799px) {
.list-horizontal .sno-story-card,
.sno-card-row .sno-profile-card {
min-width: calc(50% - 10px) !important;
width: calc(50% - 10px) !important;
margin-right: 20px !important;
}
.list-horizontal > div:nth-child(2n),
.sno-card-row > div:nth-child(2n) {
margin-right: 0 !important;
}
.list-horizontal .sno-story-card-photo-wrap {
min-width: 100% !important;
}
.sno-card-row .sno-profile-card {
margin-bottom: 20px !important;
}
}
@media only screen and (max-width: 559px) {
.snodnetwork-story-wrap .snodnetwork {
width: 100%;
}
.list-horizontal .sno-story-card,
.sno-card-row .sno-profile-card {
min-width: 100% !important;
margin-right: 0 !important;
}
.sno-card-row .sno-profile-card {
margin-bottom: 20px !important;
}
.list-horizontal .sno-story-card-photo-wrap,
.sno-card-row .sno-profile-card-image {
min-width: 100% !important;
} .sno-story-card-text-area.sno-center-v {
position: relative;
right: unset;
top: unset;
transform: unset;
padding-top: 15px;
padding-bottom: 15px;
}
.list-widget-primary-area .sno-story-card-text-wrap {
height: unset !important;
}
.list-widget-primary-area .sno-center-v-list {
position: unset;
top: unset;
transform: unset;
padding-top: 15px;
}
}  @media only screen and (min-width: 880px) and (max-width: 980px) {
.trending-horizontal .sno-content-card,
.trending-horizontal .trending-row-wrap {
width: calc(33.33% - 6.66px) !important;
margin-right: 10px !important;
}
.trending-horizontal .sno-widget-trending-wrapper > div:nth-child(3n),
.trending-horizontal.sno-widget-trending-wrapper > div:nth-child(3n) {
margin-right: 0 !important;
}
} @media only screen and (min-width: 560px) and (max-width: 879px) {
.trending-horizontal .sno-content-card,
.trending-horizontal .trending-row-wrap {
width: calc(50% - 5px) !important;
margin-right: 10px !important;
margin-bottom: 10px !important;
}
.trending-horizontal .sno-widget-trending-wrapper > div:nth-child(2n),
.trending-horizontal.sno-widget-trending-wrapper > div:nth-child(2n) {
margin-right: 0 !important;
}
.trending-horizontal .sno-widget-trending-wrapper > div:nth-child(1),
.trending-horizontal .sno-widget-trending-wrapper > div:nth-child(2),
.trending-horizontal.sno-widget-trending-wrapper > div:nth-child(1),
.trending-horizontal.sno-widget-trending-wrapper > div:nth-child(2) {
margin-top: 10px;
}
} @media only screen and (max-width: 559px) {
.trending-horizontal .sno-content-card,
.trending-horizontal .trending-row-wrap {
width: calc(100%) !important;
margin-bottom: 10px !important;
}
.trending-horizontal .sno-widget-trending-wrapper > div:nth-child(1),
.trending-horizontal.sno-widget-trending-wrapper > div:nth-child(1) {
margin-top: 10px;
}
} @media only screen and (max-width: 1200px) {
.hp_extra {
display: none;
}
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {
.home-immersion-text h1 {
font-size: 2.8em !important;
}
.home-immersion-text p {
font-size: 16px;
line-height: 24px;
}
}
@media only screen and (min-width: 600px) and (max-width: 979px) {
.home-immersion-text h1 {
font-size: 2.2em !important;
}
.home-immersion-text p {
font-size: 12px;
line-height: 20px;
}
}
@media only screen and (max-width: 980px) {
#catpage .sidebar-template {
display: none;
}
.altheader-right {
display: none;
}
.topnavspacer {
display: none !important;
}
.mobile-leaderboard {
display: block !important;
}
.hover_titletext {
display: none;
}
#storyrails .right,
#storyrails .alignright,
#storyrails .center,
#storyrails .aligncenter,
#storyrails .relatedcenter {
position: relative !important;
float: right;
margin-left: 15px;
}
p.sfi-title {
display: none;
}
}
@media only screen and (max-width: 850px) {
#sno_hoverbar .socialmedia {
display: none;
}
.parallaxcontainer {
height: auto;
}
}
@media only screen and (min-width: 980px) {
#catpage .postarea {
padding: 0;
}
#header {
min-width: 980px;
}
.third {
margin-right: 0% !important;
}
.twoline {
display: none;
}
.mmmobile {
display: none;
}
.hideboxfive {
display: none;
}
#homepagefull {
width: 100% !important;
}
.storyshare {
max-width: 808px !important;
}
#sno_longform .mobile-search,
#sno_longform .mobile-search-side {
display: block;
}
} @media only screen and (max-width: 979px) {
.slidemenu {
padding-top: 0px;
}
#topbarborder {
display: none;
}
ul.quicklook {
display: none;
}
.bottom-menu,
.navbarwrap {
display: none !important;
}
#mobile-menu {
display: block !important;
}
#subnavbar {
height: auto !important;
padding: 0.4em 0;
}
.headerwrap {
display: none;
}
.topnavwrap {
display: none;
}
.topnavbarcenter {
display: none !important;
}
#wrap {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.headerimage {
width: 100% !important;
height: auto !important;
}
#subnavbar li a,
#subnavbar li li a,
#navbar li a,
#navbar li li a {
margin-right: 0px !important;
}
#subnavbarbackground,
#navbarbackground {
background: none !important;
}
.subnavbarcontainer,
.navbarcontainer {
display: inline-block;
}
#menu-a-menu,
#menu-b-menu {
padding-left: 0px !important;
float: none !important;
}
.breakingnewswrap {
display: none;
}
.headeradright {
display: none;
}
.footerboard,
.leaderboard {
padding-left: 0px !important;
padding-right: 0px !important;
}
.leaderboardwrap,
footerboardadwrap {
height: unset;
}
.footerboardwrap,
.leaderboardwrap,
.navbarwrap,
.breakingnewswrap,
.headerwrap,
.topnavwrap,
.subnavbarwrap,
.footerwrap,
.innerbackgroundwrap {
border-bottom: 1px solid #fff !important;
}
#wrap {
border-top: 0px solid #fff !important;
}
#contentleftmm {
width: 98% !important;
}
.postareamm {
width: 100% !important;
height: auto !important;
}
.mmscroller {
display: none !important;
}
#sidebarmm {
width: 100% !important;
}
#loadingimage {
display: none !important;
}
#topboxcontainerwide {
box-shadow: none;
}
.footersearch,
.footerleft,
.footerright,
.footertagline,
.footermenu,
.footername {
display: none !important;
}
.footerright p {
font-size: 12px !important;
}
.footercredit {
margin-top: 0px !important;
border-top: none !important;
}
#homemmvideo .widgetwrap,
#homemmvideo {
border: none !important;
box-shadow: none !important;
background: none !important;
}
.left,
.alignleft {
margin-left: 0px !important;
}
.right,
.alignright {
margin-right: 0px !important;
}
#storypage #content {
padding-top: 0px !important;
width: 100% !important;
}
.catstory-position-5 {
display: none;
}
#contentleft {
padding-bottom: 0px !important;
}
.relatedstories {
margin-bottom: 0px !important;
padding: 0px !important;
}
.printfriendly {
display: none !important;
}
span.backtext {
display: none;
}
.permalinkphotobox {
margin-right: 0px !important;
}
ul.quicklook {
display: none;
}
.thumbshide {
display: none;
}
#sno_longform #storypage .flexphotos .flex-direction-nav .flex-next {
right: 10px !important;
}
#sno_longform #storypage .flexphotos .flex-direction-nav .flex-prev {
left: 10px !important;
}
.leaderimageright,
.footerimageright {
display: none;
}
.lf-mobile-menu {
display: block !important;
}
#storypage #slideshow {
min-height: 100px;
}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
#storypage #carousel,
#storyrails #carousel {
display: none;
}
}
@media only screen and (min-width: 980px) {
.lf-mobile-photo {
display: none;
}
}
@media only screen and (max-width: 979px) {
.lf-full-photo {
display: none;
}
} @media only screen and (min-width: 800px) and (max-width: 979px) {
#mobile-menu .headerlarge {
display: block !important;
}
.sfi_has_caption {
width: 70%;
}
.slideshow-caption-container,
.photo-caption-container {
width: calc(30% - 60px);
}
#header h1 {
font-size: 3.25em !important;
line-height: normal !important;
}
#header p {
font-size: 1.3em !important;
}
#sidebar {
width: 33% !important;
}
.hp_wide_extra {
width: 65% !important;
}
#homepage,
#contentleft {
width: 100% !important;
}
#storypage #contentleft {
width: 100% !important;
}
#homepagewide {
width: 100% !important;
}
.postarea {
width: 98% !important;
}
#classic_story #sidebar {
width: 100% !important;
}
.page_template .postarea {
width: calc(100% - 340px) !important;
}
#content {
width: 97% !important;
}
#homepageleft,
#homepageright {
width: 48.5% !important;
}
#homepageleft .catboxthumbnail,
#homepageright .catboxthumbnail {
width: 100% !important;
}
#homepageleft .staffboxthumbnail,
#homepageright .staffboxthumbnail {
width: 50% !important;
}
.footerboardadwrap,
.leaderboardimagewrap {
float: none !important;
margin: 0px auto;
}
.permalinkphotobox,
.storyslideshow {
width: 50% !important;
}
.hideboxfive {
display: none;
}
#homepagefull {
width: 97% !important;
}
#rowslider #homepagefull {
width: 100% !important;
}
#storypage #contentleft h1 {
font-size: 3.7em !important;
line-height: 1.1em !important;
}
#sno_longform .main,
#sno_longform #content {
margin-left: 1% !important;
margin-right: 1% !important;
width: 98% !important;
}
#sno_longform .sidechapter h1 {
font-size: 2.6em !important;
}
}
@media only screen and (min-width: 601px) and (max-width: 979px) {
.subnavbarwrap,
#subnavbar,
#subnavbar a,
.navbarwrap,
#navbar,
#navbar a {
background-image: none !important;
}
#subnavbar,
#navbar {
height: auto !important;
}
.profilepreviewbox,
.categorypreviewbox {
width: 28% !important;
}
.third {
margin-right: 0% !important;
}
.twoline {
display: none;
}
.photocaptionremodal {
margin-top: 10vh !important;
}
} @media only screen and (max-width: 820px) {
.related-4 {
display: none !important;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone,
.wp-caption img {
max-width: 100% !important;
height: auto;
}
.sidechapter .permalinkphotobox {
width: 100% !important;
max-width: 100% !important;
}
.hp_wide_extra {
max-width: unset;
}
}
@media only screen and (max-width: 630px) {
.related-3 {
display: none !important;
}
#sno_hoverbar #progress-bar,
#sno_hoverbar #progress-bar-color {
height: 50px !important;
}
}
@media only screen and (max-width: 800px) {
.hp_wide_extra {
width: 100% !important;
}
#homepage .hp_top_left,
#catpage .hp_top_left {
width: calc(50% - 8px) !important;
}
#homepage .hp_top_center,
#catpage .hp_top_center {
width: calc(50% - 8px) !important;
}
.enlarged-photo {
max-height: 80vh !important;
}
.footerboardwrap,
.leaderboardimagewrap {
float: none !important;
margin: 0px auto;
width: 100% !important;
}
.footerboard,
.leaderboard {
padding: 0px !important;
}
.topcaptionbox {
display: none !important;
}
#homepagefull {
width: 100%;
}
#topstoryvert .storymeta,
#topstoryvert .topstoryintro,
#homebreaking #topstoryvideo .storymeta,
#homebreaking #topstoryhoriz .storymeta {
display: none;
}
#homebreaking #topstoryvideo h1 a,
#homebreaking #topstoryvert h1 a,
#homebreaking #topstoryhoriz h1 a,
#homebreaking #topstorynophoto h1 a {
font-size: 2em !important;
}
#homebreaking #topstoryhoriz .breakingstory-horiz p,
#homebreaking #topstoryvideo .breakingstory-horiz p {
font-size: 14px !important;
}
#sno_longform .socialmedia {
display: none !important;
}
#sno_longform .lf_headerleft {
max-width: none !important;
max-height: 40px;
overflow: hidden;
}
#sno_longform #storypage .footerbar p {
font-size: 12px !important;
line-height: 16px !important;
padding-left: 1.5%;
padding-right: 1.5%;
width: 97%;
}
#sno_longform .chaptermenu {
display: none;
margin-top: 4px !important;
}
#sno_longform .lf-mobile-menu {
float: none;
}
#storyrails #leftrail {
display: none;
}
#storyrails #story_column {
width: 100% !important;
}
#storypage #carousel {
display: none;
}
#sno_hoversearch .hover-search-area input[type='text'] {
width: 75%;
}
#sno_hoversearch .sno-submit-search {
width: 15%;
}
#sno_hoversearch .hover-search-area {
width: 70%;
}
.offset-title-wrap {
max-width: 100% !important;
width: 100% !important;
margin-bottom: 10px;
}
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
.sfi_has_caption {
width: 65%;
}
.slideshow-caption-container,
.photo-caption-container {
width: calc(35% - 60px);
}
.grid-widget-tile {
width: 49.5% !important;
margin-right: 0.5% !important;
margin-bottom: 3px !important;
}
.fw2d-img-wrap-outer {
max-width: 33% !important;
}
.fw2d-img {
height: 100% !important;
width: auto !important;
}
.fw2d-right-text {
clear: none !important;
margin-top: 10px;
width: 50%;
float: right;
}
#homepageleft .staffboxthumbnail {
width: 50% !important;
}
.insert {
width: 46% !important;
}
#storypage #contentleft h1 {
font-size: 3.4em !important;
line-height: 1.1em !important;
}
#storypage #storymeta p {
font-size: 1.3em !important;
line-height: 1.4em !important;
}
#storypage #contentleft p {
font-size: 1.4em;
}
.pullquotepic {
display: none !important;
}
.galleryvert {
width: 255px !important;
}
.catstory-position-4 {
display: none;
}
.permalinkphotobox {
width: 50% !important;
}
.sidechapter .permalinkphotobox {
width: 100% !important;
max-width: 100% !important;
}
#sno_longform .main,
#sno_longform #content {
margin-left: 1.5% !important;
margin-right: 1.5% !important;
width: 97% !important;
}
#sno_longform #storypage p {
font-size: 1.4em !important;
line-height: 1.4em !important;
}
#sno_longform #storypage h1 {
font-size: 3.6em !important;
}
#sno_longform #storypage .sidechapter h1 {
font-size: 2.2em !important;
}
#sno_longform #storypage .sidechapter .pullquote,
#sno_longform #storypage .sidechapter .videowidget {
width: 88%;
padding-left: 4%;
padding-right: 4%;
margin-left: 0;
margin-right: 0;
}
#sno_longform #storypage p.photocaption,
#sno_longform #storypage .photocaption {
font-size: 15px !important;
line-height: 20px !important;
}
#sno_longform #storypage p.photocredit,
#sno_longform #storypage p.videocredit {
font-size: 14px !important;
line-height: 20px !important;
}
.panel-wrap {
width: 100% !important;
}
.fw2-panel {
width: 49% !important;
min-width: 0 !important;
}
.fw2d-right {
width: 49% !important;
}
}
@media only screen and (min-width: 721px) and (max-width: 800px) {
.topboxleft {
width: 48.3% !important;
}
.topboxsmall {
width: 25.3% !important;
height: 50% !important;
margin-right: 1px;
}
}
@media only screen and (min-width: 480px) and (max-width: 720px) {
.topboxleftwide {
width: 65.6% !important;
}
.topboxleft {
width: 65.4% !important;
}
.topboxsmall {
width: 34.3% !important;
height: 33% !important;
}
.topboxsmallwide {
width: 34.25% !important;
}
.topboxsmallwide .photocontainer2 {
padding-bottom: 63.5% !important;
}
.hidebox {
display: none;
}
.hideboxfive,
.hideboxfour {
display: none;
}
} @media only screen and (min-width: 480px) and (max-width: 800px) {
#classic_story #contentleft {
max-width: 100% !important;
}
.topnavbarcenter {
display: none !important;
}
#header h1 {
font-size: 2.75em !important;
line-height: normal !important;
}
#header p {
font-size: 1.2em !important;
}
.headermedium {
display: block !important;
}
.headerlarge {
display: none;
}
#sidebar {
width: 100% !important;
}
#homepage {
width: 100% !important;
}
#homepagewide {
width: 100% !important;
}
#contentleft {
width: 100% !important;
max-width: 100% !important;
}
.postarea {
width: calc(100% - 20px) !important;
padding: 0px 10px;
}
#content {
width: calc(100% - 20px) !important;
}
#homepageleft,
#homepageright {
width: 49% !important;
}
#sidebar .catboxthumbnail {
width: 50% !important;
}
#homepageleft .catboxthumbnail,
#homepageright .catboxthumbnail {
width: 100% !important;
}
#homepagewide .catboxthumbnail {
width: 50% !important;
}
.multimediamobilebox {
width: 46% !important;
}
.profilepreviewbox,
.categorypreviewbox {
width: 42% !important;
margin-left: 0% !important;
margin-right: 3% !important;
}
#homepagewide .catwidgetleft .catboxthumbnail {
width: 100% !important;
}
.gridchapter {
width: 48.5% !important;
}
.topbox23bottom,
.topbox23top {
width: 49.8% !important;
}
.hide23box5 {
display: none;
}
}
@media only screen and (max-width: 700px) and (min-width: 501px) {
#staffpage .staffprofile {
width: 100%;
max-width: 100% !important;
margin-bottom: 20px;
}
.staffprofile .photowrap {
width: 50%;
float: left;
margin-right: 20px;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 500px) {
#staffpage .staffprofile {
width: 100%;
max-width: 100% !important;
margin-bottom: 20px;
}
.staffprofile .photowrap {
width: 100%;
margin-bottom: 10px;
}
}
@media only screen and (max-width: 700px) {
#storypage .videowidget {
width: 96% !important;
padding: 15px 0px !important;
}
.center {
width: 96% !important;
padding: 15px 0px !important;
}
.header-icons,
.header-search {
display: none;
}
.staffstorylist {
width: 100% !important;
}
#storyrails #rightrail,
#storyrails .right,
#storyrails .alignright {
display: none;
}
}
@media only screen and (max-width: 800px) {
.home-immersion-text {
position: fixed !important;
bottom: 0;
width: 80% !important;
top: auto !important;
left: 0 !important;
right: 0 !important;
padding-left: 10% !important;
padding-right: 10% !important;
margin: -5px 0 0;
background: #000;
min-height: 30%;
max-height: 40%;
overflow-y: auto;
}
#home-immersion .footerbar {
display: none;
}
.fw2d-image {
height: 100% !important;
width: auto !important;
}
}
@media only screen and (max-width: 600px) {
.catlist_with_sidebar .catlist-panel-media,
.catlist_fullwidth_wrap .catlist-panel-media {
width: calc(100% + 30px) !important;
max-width: calc(100% + 30px) !important;
height: 330px !important;
max-height: 330px !important;
margin-right: -15px !important;
margin-left: -15px !important;
margin-bottom: 15px;
}
.catlist_fullwidth_wrap .catlist-textarea-with-media,
.catlist_fullwidth_wrap .catlist-textarea {
width: calc(100% - 30px) !important;
max-width: calc(100% - 30px) !important;
position: relative !important;
top: unset !important;
transform: unset !important;
padding-right: 15px !important;
padding-left: 15px !important;
}
.catlist_with_sidebar .postarea {
padding-left: 2%;
padding-right: 2%;
}
.catlist-tile-media-photo {
height: unset !important;
max-height: 400px !important;
}
.home-immersion-text h1 {
font-size: 2em !important;
}
.carouseloverlay {
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
padding: 10%;
max-width: unset !important;
transform: unset !important;
}
.hsContent {
left: 50px !important;
right: 50px !important;
transform: unset !important;
max-width: none;
}
.carousel-text-beside {
width: 100% !important;
height: auto !important;
}
.carousel-image-beside {
width: 100% !important;
}
li.carousel-widget-slide-beside {
height: auto !important;
}
#homepage .hp_top_left,
#homepage .hp_top_center,
.hp_bottom_left,
.hp_bottom_center,
.hp_bottom_right {
width: 100% !important;
}
#catpage .hp_top_left,
#catpage .hp_top_center,
.hp_bottom_left,
.hp_bottom_center,
.hp_bottom_right {
width: 100% !important;
}
.grid-widget-tile img {
min-height: 0px !important;
}
.grid-widget-tile {
width: 100% !important;
margin-right: 0% !important;
margin-bottom: 10px !important;
height: auto !important;
min-height: 200px;
}
.grid-widget-tile .gridcontent > div {
font-size: 16px !important;
line-height: 22px !important;
}
.grid-widget-tile img {
width: 100% !important;
height: auto !important;
}
.fw3-panel {
width: 100% !important;
margin-left: 0px !important;
margin-right: 0px !important;
}
.fw3-image {
width: 100% !important;
height: auto !important;
}
.fw3-image-wrap {
min-height: 0px !important;
height: auto !important;
}
.fw3-textarea {
min-height: 0px !important;
max-height: none !important;
}
.fw2d-right {
max-height: none !important;
}
.fw2d-img-wrap {
margin: 0 !important;
width: 100% !important;
max-width: 100% !important;
}
.panel-wrap {
width: 100% !important;
}
.fw2-panel {
width: 100% !important;
max-width: 100% !important;
}
.fw2d-right {
width: 100% !important;
max-width: 100% !important;
}
.fw1-panel-img,
.catlist-panel-img {
width: 100% !important;
max-width: 100% !important;
margin-bottom: 10px;
}
.fw1-textarea {
width: 100% !important;
}
.slideshow-caption-container,
.photo-caption-container {
display: none !important;
}
.slideshow-caption-container-tablet,
.photo-caption-container-tablet {
max-height: 100px;
overflow-y: auto;
padding: 10px 20px 20px;
}
.sfi-photo-wrap,
.single-photo-wrap {
height: auto !important;
width: 100% !important;
}
.sfi-photo-wrap img {
max-height: 65vh !important;
max-width: 100vw;
}
.photocaptionremodal {
margin-top: 30px;
}
.remodal-story-image .photocaptionremodal, .remodal-story-collection .photocaptionremodal {
margin-top: 0px;
}
.sfi-progress {
top: 20px !important;
}
.sidechapter {
width: 97% !important;
}
.sidechapter .comments_link {
display: block !important;
}
.sidechapter .comments_hide {
display: none;
}
#topnavbar {
height: 60px !important;
background-image: none !important;
}
.topnavbarright {
float: none !important;
margin: 0 auto;
text-align: left !important;
clear: both;
padding-right: 0px !important;
}
.topnavbarleft {
float: none !important;
margin: 0 auto;
}
#header h1,
#header p {
text-align: center !important;
}
.select {
display: block !important;
width: 150px;
margin: 0px auto !important;
}
#sno_longform .select {
display: block !important;
width: 250px;
margin: 0px auto !important;
}
#homepageright .staffboxthumbnail,
#homepageleft .staffboxthumbnail {
width: 100% !important;
}
.permalinkphotobox {
width: 100% !important;
}
.archivepage #permalinkteaserbox {
width: 95% !important;
margin: 0px auto 10px;
}
.staffselect,
.staffheading {
width: 100% !important;
}
.oneline {
display: none;
}
.staffrosterrow {
border-bottom: 0px solid #fff !important;
}
tr.schedulehead {
font-size: 12px !important;
}
#homebreaking #topstoryvideo .homedeck,
#homebreaking #topstoryvideo .topstoryintro,
#homebreaking #topstoryhoriz .homedeck,
#homebreaking #topstorynophoto .homedeck,
#homebreaking #topstorynophoto .storymeta {
display: none;
}
#homebreaking #topstoryvideo .videowrap {
width: 98% !important;
}
#homebreaking #topstorynophoto .topstoryintro p {
font-size: 14px !important;
}
#storypage #storymeta p {
font-size: 1.3em !important;
line-height: 1.4em !important;
}
span.st_email_hcount {
display: none;
}
.pullquote {
width: calc(100% - 40px) !important;
}
.sno-story-body .pullquote {
width: 100% !important;
}
.pullquotepic {
display: none !important;
}
.related {
max-width: 40% !important;
margin: 15px !important;
}
.relatedcenter {
float: left !important;
max-width: 40% !important;
margin: 15px 15px 15px 0 !important;
}
.readnext {
display: block !important;
}
.storyroster h5 {
padding-left: 10px;
padding-right: 10px;
}
#sno_longform .main,
#sno_longform #content {
margin-left: 2% !important;
margin-right: 2% !important;
width: 96% !important;
}
#sno_longform #storypage h1 {
font-size: 2.6em !important;
}
#sno_longform #storypage p.photocaption,
#sno_longform #storypage .photocaption {
font-size: 13px !important;
line-height: 18px !important;
}
#sno_longform #storypage p.photocredit,
#sno_longform #storypage p.videocredit {
font-size: 12px !important;
line-height: 18px !important;
}
#back-top {
background: #fff;
}
}
@media only screen and (min-width: 561px) {
.mobileslider {
display: none !important;
}
#homepagefull .tsthumbstop ul li {
margin-right: 10px !important;
}
}
@media only screen and (max-width: 728px) {
.mobile-leaderboard {
margin-top: 0px !important;
}
}
@media only screen and (max-width: 560px) {
.sportsone,
.sportsheading {
display: none !important;
}
.hiddencell {
display: block !important;
}
.sportstoprow {
border-bottom: none !important;
}
.sportstwo {
display: revert;
border-bottom: 1px solid #ddd !important;
width: 100%;
}
.seasonlist {
float: left !important;
}
.insert {
display: none !important;
}
.topwideteaserphoto {
width: 100% !important;
}
.tsthumbstop,
.carouselthumbs {
width: 100% !important;
right: 0px !important;
}
#homepagefull .tsthumbstop ul li,
.carouselthumbs ul li {
margin-right: 3px !important;
}
.tsthumbstop .flexslider,
.carouselthumbs .flexslider {
padding-bottom: 3px !important;
}
.mobileslider {
display: block !important;
}
.lf_headerleft img {
position: absolute;
max-width: 100%;
max-height: 100%;
}
} @media only screen and (max-width: 479px) {
.adright {
max-width: 100%;
width: 100%;
}
.topnavbarcenter {
display: none !important;
}
#header h1 {
font-size: 2.4em !important;
line-height: normal !important;
margin-left: 10px !important;
}
#header p {
display: none !important;
}
.headersmall {
display: block !important;
width: calc(100% - 70px);
min-height: 70px;
height: auto;
}
#mobile-menu .sitetitle {
width: 100% !important;
}
.headerlarge {
display: none;
}
#sidebar {
width: 100% !important;
}
#homepage {
width: 100% !important;
}
#homepagewide {
width: 100% !important;
}
#content {
width: 95% !important;
}
.postarea {
width: 96% !important;
padding: 10px 2% !important;
}
#contentleft {
width: 100% !important;
}
#homepageleft,
#homepageright {
width: 100% !important;
}
#homepagewide .catboxthumbnail {
width: 100% !important;
}
#homepageleft .staffboxthumbnail,
#homepageright .staffboxthumbnail {
width: 50% !important;
}
.permalinkphotobox {
width: 100% !important;
max-width: 100% !important;
}
.archivepage .categoryimage,
.archivevideowrap {
width: 100% !important;
}
.profilepreviewbox,
.categorypreviewbox {
width: 95% !important;
margin-left: 0% !important;
}
#reviewside {
width: 100% !important;
}
#reviewside .teaserbox,
#reviewside .ratingsbox {
display: none !important;
}
.multimediamobilebox {
width: 96% !important;
padding: 2% !important;
margin: 1% 0% !important;
}
.topboxleftwide,
.topboxleft {
width: 99.5% !important;
}
.topboxsmallwide,
.topboxsmall {
width: 49.5% !important;
margin-top: 1px;
}
.hidebox {
display: none;
}
.hideboxfive,
.hideboxfour {
display: none;
}
.topboxsmall {
margin-right: 1px;
}
#homebreaking #topstoryvert .homebreaking-photo-vert,
#homebreaking #topstoryhoriz .breakingstory-horiz {
display: none;
}
#homebreaking #topstoryvert .breakingstory,
#homebreaking #topstoryhoriz .homebreaking-photo-horiz {
width: 98% !important;
}
#homebreaking #topstoryvert h1 a,
#homebreaking #topstoryvideo h1 a,
#homebreaking #topstoryhoriz h1 a,
#homebreaking #topstorynophoto h1 a {
font-size: 1em !important;
}
#storypage #contentleft h1 {
font-size: 2em !important;
line-height: 1.3em !important;
}
#storypage .storydeck p,
#storypage .storyshare p {
font-size: 1.5em !important;
line-height: 1.4em !important;
}
.storycat span {
font-size: 1.1em !important;
}
#storypage #contentleft p {
font-size: 1.2em;
}
#storypage #commentsbody p {
font-size: 1em;
line-height: 1.5em;
}
.sno-poll {
width: calc(100% - 30px) !important;
padding: 0 !important;
}
.galleryvert {
margin-right: 0px !important;
margin-left: 0px !important;
}
.catstory-photo {
width: 35% !important;
float: left;
margin-right: 10px;
}
.catrow {
width: 100% !important;
margin-bottom: 15px;
}
.relateddividervert {
display: none;
}
#sno_longform #storypage p {
font-size: 1.2em !important;
line-height: 1.4em !important;
}
.catwidgetleft {
float: none !important;
width: 100% !important;
}
.catwidgetright {
float: none !important;
width: 100% !important;
margin-top: 25px;
}
.gridchapter {
width: 97.5% !important;
}
#altheader-searchbox {
width: 100% !important;
}
#hoverbar_menu {
width: 100% !important;
}
.topbox23bottom,
.topbox23top {
width: 100% !important;
}
}
@media only screen and (max-width: 400px) {
.altheader-logo,
.altheader-logo img {
max-width: 250px;
}
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
.archivepage .categoryimage,
.archivevideowrap {
width: 51% !important;
}
.second {
margin-right: 0% !important;
}
#homebreaking #topstoryvert h1 a,
#homebreaking #topstoryvideo h1 a,
#homebreaking #topstoryhoriz h1 a,
#homebreaking #topstorynophoto h1 a {
font-size: 1.5em !important;
}
#storypage #contentleft h1 {
font-size: 2.3em !important;
line-height: 1.2em !important;
}
#storypage .storydeck p,
#storypage .storyshare p {
font-size: 1.6em !important;
line-height: 1.4em !important;
}
.storycat span {
font-size: 1.2em !important;
}
#storypage #contentleft p {
font-size: 1.2em !important;
}
.sno-poll {
width: 45% !important;
}
.galleryvert {
width: 130px !important;
}
.catstory-photo {
width: 40% !important;
float: left;
margin-right: 10px;
}
.catrow {
width: 47% !important;
margin-bottom: 15px;
}
.relateddividervert {
display: none;
}
.catstory-position-1,
.catstory-position-3 {
margin-right: 20px;
}
#sno_longform #storypage p {
font-size: 1.3em !important;
line-height: 1.4em !important;
}
}