@charset UTF-8;
@import url(//fonts.googleapis.com/css?family=Lato:400,700,300,300italic,700italic);
@import url(//fonts.googleapis.com/css?family=Playfair+Display:700,400italic);

select {
    background-color: transparent;
}
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 18px;
}
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td {
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
    background: #f9f9f9;
    color: #2f2f2f;
	font: 1em/1.4em 'Lato',Helvetica,Arial,sans-serif;
    font-weight: 300;   
    -webkit-font-smoothing: subpixel-antialiased;
    text-shadow: 0 0 1px transparent;
}
main {
    display:block;
}
h1 {
    font-family: 'Playfair Display', serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0 0 0 0;
    -webkit-font-smoothing: antialiased;
}
h1 {    
	font-size: 2.5em;
	margin-top: 0.5em;
}
h2 {    
	font-size: 1.6em; 
	margin-top: 0.5em;
}
h3 {    
	font-size: 1.5em; 
	margin-top: 0.7em;
}
h4 {    
	font-size: 1.2em; 
	margin-top: 0.4em;
}
h5 {    
	font-size: 1.1em; 
	margin-top: 0.3em;
}
h6 {    
	font-size: 1em; 
}
p {
	margin: 0.2em 0 0.5em 0;
}
fieldset,img {    border: 0; }
img {    vertical-align: bottom; }
sub {
    line-height: 0;
    vertical-align: sub;
    font-size: smaller;
}
sup {
    line-height: 0;
    vertical-align: super;
    font-size: smaller;
}
legend {
    color: #000;
    padding-bottom: .5em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
blockquote,q,em,cite,dfn,i,cite,var,address {
    font-style: italic;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
    content: "";
}
th,strong,dt,b {
    font-weight: 700;
}
ins {
    text-decoration: none;
    border-bottom: 3px double #333;
}
del {
    text-decoration: line-through;
}
abbr,
acronym {
    border-bottom: 1px dotted #333;
    font-variant: normal;
}
pre,ul,ol,dl,fieldset,address {
    padding: 0;
}
dd p,
dd pre,
dd ul,
dd ol,
dd dl,
li p,
li pre,
li ul,
li ol,
li dl,
fieldset p,
fieldset ul,
fieldset ol {
    padding-right: 0;
    padding-left: 0;
}
dd {
    padding-left: 20px;
    margin-top: .5em;
}
li {
    margin-left: 30px;
    list-style: none;
}
hr {
    margin-right: 30px;
    margin-left: 30px;
    border-style: inset;
    border-width: 1px;
}
pre,dt,li,hr,legend,input,button,textarea,select,address,table {
    margin-top: 1.2em;
}
fieldset {
    line-height: 1;
}
input[type=checkbox] {
    vertical-align: text-bottom;
    vertical-align: baseline;
}
input[type=radio] {
    vertical-align: bottom;
}
input {
    vertical-align: text-bottom;
}
input,button,textarea,select,optgroup,option {
    font: inherit;
    text-transform: inherit;
    line-height: inherit !important;
}
select {
    background-color: transparent;
}
button,
input[type=submit],
input[type=reset],
input[type=button],
.inputButton {
    overflow: visible;
    padding: .2em .4em;
}
.block {
    padding: 0 30px;
    margin-top: 1.2em;
}
iframe {max-width: 100%;}
img, .responsive-img {    
    max-width: 100%;
    height: auto;
    margin: auto;
}
.youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.clear {
    clear: both;
}
.centered { 
    text-align: center;
}
::-moz-selection { background: #0076a3; color: #fff; text-shadow: none; }
::selection { background: #0076a3; color: #fff; text-shadow: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
p:empty{ 
    display: none; 
}
a {
    color: #0076a3;
    text-decoration: none;
}
p > a {
    border-bottom: 1px dotted #0076a3;
    font-size: 90%;
    font-weight: 400;
    letter-spacing: 0.5px;
}
a:hover, p > a:hover {
    color: #9f9f9f;
    transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.shadowed {    
    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);
    -moz-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);
    -webkit-box-shadow: -1px 0 2px 0 rgba(0,0,0,0.05) , 1px 0 2px 0 rgba(0,0,0,0.05) , 0 1px 1px 0 rgba(0,0,0,0.1);
}
.highlighted {
    background: #f9f9f9;
}
.whitebg {
    background: #fff;
}
.btn {
    color: #ffffff;
    background: #3498db;
    font-size: 0.7em;
    padding: 0.7em;
    text-decoration: none;
}
.btn:hover {
    color: #fff;
    background: #3cb0fd;
    text-decoration: none;
}
/*Top Navigation Panel*/
#topnav {
    background: #010c16;
    color: #e9e9e9;
    font-weight: 500;
    font-size: 0.7em;
    text-align: center;
    z-index: 20000;
    margin-bottom: 1px;
}
#topnav a { 
    color: #e9e9e9;
}
#topnav ul {
    display: inline-block;
}
.leftfloat {
    float: left;
}
.rightfloat {
    float: right;
}
#topnav ul li {
    display: inline-block;
    padding: 0 1em; 
    margin: 0;
    border-right: 1px solid #444;
}
.last-updated {
    border-right: 0;
}
.topnav-subscriber {
    margin: 0 0 0 7em;
    padding-left: 1em;
    border-left: 1px solid #444;
}

/*Header Styling*/
header {
    text-align: center;
    margin: 0;
    padding: 1.5em 1em 1em 0.67em;
    z-index: 100;
    background: #fff;
}
header .col {
    padding: 0;
    margin: 0;
    vertical-align: baseline;
}
#mast {
    width: 100%;
}
#logo img {
    width: 500px;
    height: auto;
    padding: 5px 0;
}
#tagline {
    font-size: 0.8em;
    font-style: italic;
    padding: 3.5em 0 0 1em;
}
#weather img {
    width: 75%;
    padding: 1.2em 0 0 0;
}
/*Main Nav*/
#mast {
    width: 100%;
}
.toggle,
[id^=drop] {
    display: none;
}
nav { 
    margin:0;
    padding: 0;
    background-color: #6c000e;
    font-size:0.85em;
    line-height: 22px;
    z-index: 9998;
    margin-bottom: 10px;
}

nav:after {
    content:"";
    display:table;
    clear:both;
}
nav ul {
    padding:0;
    margin:0 auto;
    list-style: none;
    position: relative;
    z-index: 9998;
    }
nav ul li {
    margin: 0px;
    display:inline-block;
    float: left;
    background-color: #6c000e;
    z-index: 9998;
    }
nav a {
    display:block;
    padding:12px 20px;	
    color:#fff;
    font-weight: 400;
    transition:all 0.2s ease;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
}

nav ul li ul li:hover { background: orange; }

nav a:hover { background-color: orange;color:#fff; }
nav ul ul {
    display: none;
    position: absolute; 
    top: 46px; 
}
nav ul li:hover > ul {
    display:inherit;
}
nav ul ul li {
    width:200px;
    float:none;
    display:list-item;
    position: relative;
}
nav ul ul ul li {
    position: relative;
    top:-46px;
    left:200px; 
}

/*Footer Styling*/
footer {
    background: #6c000e;
    padding: 29px 0 29px;
    color: orange;
    margin: 0;
    font: 0.8em/1.3em 'Lato',Helvetica,Arial,sans-serif;
}
footer a {
    color: #fff;
    text-decoration: none;
    border: 0;
}
footer h3 {
    padding: 0.5em 0 0 0;
    font: bolder 1em 'Lato',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
footer span {
    margin-right: 0.5em;
}   
#footer-top {
    overflow: hidden;
    margin: 0 auto;
}
#footer-top img {
    width: 90%;
    max-width: 400px;
    height: auto;
    opacity: 0.8;
    margin: 0;
}
#footer-top ul {
    padding: 0.7em 0 0 0;
}
#footer-top ul li {
    margin: 0;
    padding: 0 0 0.5em 0;
}
.col1 {
    float: left;
    width: 300px;
}
.col2, .col3, .col4 {
    float: left;
    width: 200px;
    margin-left: 20px;
}
#footer-bottom {
    font-size: 0.8em;
    margin: 2em 0 0 0;
    padding: 0.5em;
    text-align: center;
}

/*Frontpage Slider*/
#features {
    margin: 0 0.5em;
    width: 100%;
    padding-right: 0.5em;
}
/*Frontpage Misc*/
.frontbox {
    margin: 1rem 0.5rem;
    padding: 0;
    border-top: 5px solid;
    float: left;
    width: 100%;
}
.cranevents {
    margin: 1rem 0.5rem;
    padding: 0;
    float: left;
    width: 100%;
}

.frontbox h1, .cranevents h1 {
    font-size: 1.3em;
}
.frontbox h2, .frontbox h4, .cranevents h2, .cranevents h4 {
    font:  bold 1em/1.2em 'Lato',Helvetica,Arial,sans-serif;
}
.frontbox h3, .cranevents h3 {
    font-size: 0.85em;
}
.frontbox h4.kicker, .cranevents h4.kicker {
    margin: 0.3em 0 -0.3em 0;
    font-size: 0.9em;
    letter-spacing: 0.05em;
}
.frontbox h3.subtitle {
    margin: 0 0 0.2em 0;
    font-size: 0.95em;
    font-weight: 500;
}
.frontbox p, .cranevents p {
    margin: 0 0 0.2em 0;
    font-size: 0.8em;
}
.frontbox h4.infoline, .cranevents h4.infoline {
    font-size: 0.7em;
    font-weight: 400;
    border-bottom: 0;
}

.frontbox-inner {
    margin-top: 1rem;
}
.kicker {
    text-transform: uppercase;
}
.left {
    margin-right: 1rem;
}
.right {
    margin-left: 1rem;
}
.frontbox-inner h2 {
    margin-top: 0;
}
.frontbox-inner p + h2,  {
    margin-top: 1em;
}
.frontbox a, .cranevents a {
    color: #585858 !important;
}
.frontbox a:hover { 
    color: #9f9f9f !important;
}
.frontbox img.thumb {
    width: 30%;
    float: left;
    padding: 0.25em 0.25em 0 0;
}
#breaking, #we {
    float: left;
    background: #f9f9f9;
    padding: 0 1em;
}
#breaking {
    width: 30%;
}
#breaking h2 {
    margin-top: 0.8em;
}
#we h1 {
    text-align: center;
    font-size: 90%;
}
#we h2 {
    margin-top: 0;
    padding: 0;
}
#breaking h2, #breaking h4.infoline span,
#we h2, #we h4.infoline span{
    font-size: 85%;
}
#breaking h4.infoline, #we h4.infoline {
    margin: 0;
    padding: 0;
}
#we .underline, .sidestory .underline {   
    border-bottom: 1px solid #cacaca;
    margin-bottom: 0;
}
#we {
    margin: 0.7em 0 0 1em;
    padding-bottom: 0.5em;
}
#we a {
    color: #2f2f2f;
}
#we a:hover {
    color: #f04e25;
}
#frontpage {
    width: 65%;
    float: left;
    margin-right: 0;
}
.half {
    width: calc(50% - 1rem);
    float: left;
}
.homepage-news-container {
    width: calc(100% - 180px);
    float: left;
}
.homepage-breaking-container {
    width: 100%;
    float: left;
    margin: auto;
    padding-top: 10px;
}
.breaking-news {
    width: 100%;
    float: left;
    margin: auto;
    background-color: #E6E6E6;
    padding: 10px;
    border: 1px solid #b1b1b1;
}
.section-front-container {
    float: left;
}
.homepage-news-ad, .section-front-ad {
    width: 160px;
    margin: 0 0 0 20px;
    padding: 0;
    text-align: center;
    float: right;
}
.sidestory {
    background: #f9f9f9;
    padding: 1em;
    font-size: .75em;
    margin: 1em auto;
}
.sidestory a {border-bottom: 0;}
.sidestory h1 { font-size: 1em; }
.sidestory h1.title {color: #2f2f2f;}
.sidestory h6 {
    font-style: italic;
    font-size: .95em;
}
.sidestory h4.infoline { 
    margin-top: 0.5em;
    line-height: 1.2;
    border-bottom: 0px;
}
.community-frontpg-feature {
    width: 50%;
    margin: 1em 0;
}
.community-frontpg-feature h2 {
    margin-top: 0.5em;
    font-family: 'Playfair Display', serif;
    font-size: 1.3em;
}
.community-frontpg-list {
    margin: 0.5em;
}
.community-frontpg-list h2 {
    margin-top: 0;
}
.storylist-container {
    padding: 0.5em 0;
    display: block;
    vertical-align: top;
    //border-bottom: 0.2px solid #cacaca;
}
.storylist-container:after {
  content: "";
  display: table;
  clear: both;
}
.storylist-image-holder {
    width: 30%;
    height: 7em;
    float: left;
    margin-right: 0.5em;
    object-fit: cover;
}
.storylist-image-holder img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-bottom: 0px;
}
.storylist-story-snippet, .feature-story-snippet {
    display: table-cell;
}
.storylist-container h2 {
    font-size: 1em;
    margin-top: -0.2em;
}
.storylist-story-snippet h4.kicker { 
    margin: 0 0 0.4em 0;
}
.storylist-container h4.infoline {
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
    font-size: 0.6em;
}
.storylist-container:hover, .storyblock-container:hover {
    background: rgba(225, 225, 225, 0.1);
    transition: all .3s ease-in;
    -ms-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
}
.feature-image-holder img {
    width: calc(50% - 1em);
    height: 13rem;
    object-fit: cover;
    float: left;
    margin-right: 1em;
    margin-top: 1rem;
}
.feature-story-snippet div {
    height: 11.9em;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.5em;
}
.feature-story-snippet div:after {
    position: absolute;
    bottom: 0em;
    left: 0;
    right: 0;
    height: 3em;
    content: "";
    background: linear-gradient(rgba(255,255,255,0),#fff);
    background: -moz-linear-gradient(rgba(255,255,255,0),#fff);
    background: -ms-linear-gradient(rgba(255,255,255,0),#fff);
    background: -webkit-linear-gradient(rgba(255,255,255,0),#fff);
}
.storyblock-container {
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
}
.storyblock-container a, .sports-frontpg-feature a {
    color: #2f2f2f;
}
.sports-frontpg-feature .btn {
    color: #ffffff;
}
.storyblock-image-holder img {
    width: 100%;
    height: 12em;
    object-fit: cover;
    object-position: top;
}
.storyblock-story-snippet {
    height: 6em;
    position: relative;
    overflow: hidden;
    font-size: 80%;
}
.storyblock-container h4.infoline {
    font-size: 0.6em;
    margin-bottom: 0;
    padding-bottom: 0;
}
.storyblock-story-snippet:after {
    position: absolute;
    top: 4em;
    left: 0;
    right: 0;
    height: 2em;
    content: "";
    background: linear-gradient(rgba(255,255,255,0),#fff);
    background: -ms-linear-gradient(rgba(255,255,255,0),#fff);
    background: -moz-linear-gradient(rgba(255,255,255,0),#fff);
    background: -webkit-linear-gradient(rgba(255,255,255,0),#fff);
}
.sports-frontpg-feature {
    margin-bottom: 1em;
    height: 14rem;
    overflow: hidden;
}
.sports-frontpg-feature h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3em;
}
.sports-frontpg-feature h3 {
    font: 1.0em/1.4em 'Playfair Display', serif;
    margin: 0;
}
.towncounty {
    margin: 1rem 0;
    background: #f9f9f9;
    padding: 1em;
    font-size: 0.9em;
    line-height: 1.4em;
}
.towncounty p {
    margin-bottom: 1em;
}
.towncounty h5 {
    text-align: center;
    text-transform: uppercase;
}
.towncounty h6 {
    margin-top: -1.3em;
    text-align: right;
    font-size: 0.8em;
    color: #168d93;
}
.viewall {
    width: 100%;
    clear: both;
    font-size: 0.8em;
    text-align: center;
    font-weight: 400;
    margin-top: 0.5em;
    padding: 0.5em;
    border-top: 0.5px solid #cacaca;
    border-bottom: 0.5px solid #cacaca;
}
.viewall a {
    color: #2f2f2f;
}
.compat-object-fit {
    background-size: cover;
    background-position: center center;
}
.compat-object-fit img {
    opacity: 0;
}

/*Article Block*/
main {
    padding: 0 0.5em;
}
.wrapper {   
    z-index: 1;
    margin-top: -10px;
}
main a {
    color: #0076a3;
    text-decoration: none;
}
.article {
    padding: 0 10px;
}
h1.title {
    margin-top: 0.4em;
    letter-spacing: 0.5px;
    line-height: 1;
}
h2.subtitle, h3.subtitle {
    font-style: italic;
    margin-top: 0.6em;
    line-height: 1.3em;
}
h5.byline, h4.infoline { 
	font-family: 'Lato',Helvetica,Arial,sans-serif;
}
h2.kicker {
    text-transform: uppercase;
}
h5.byline span, h4.infoline span {
    padding-right: 1em;
}
h5.byline {
    font-size: 1.1em;
    font-weight: 300;
    border-top: 1px solid #9a9a9a;
    margin-top: 1em;
    padding: .5em 0 0 0;
    -webkit-text-stroke: .3px;
}
h4.infoline {
    font-size: 0.75em;
    font-weight: 700;
    border-bottom: 1px solid #9a9a9a;
    margin: 0 0 1em 0;
    padding: 0 0 .5em 0;
}
.image-hero img {
    width: 100%;
}
.caption {
    font-size: 0.8em;
    line-height: 1.3em;
    margin-top: 0.25em;
    letter-spacing: 0.2px;
}
.caption-byline {
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
    border-bottom: 1px solid #9a9a9a;
    letter-spacing: 1px;
}
.copy {
    line-height: 1.58;
    font-weight: 300;
    letter-spacing: 0.158px;
    text-shadow: 0 0 0 #ccc, 0 0 1px transparent;
}
.copy-vertical-photo {
    width: 35%;
    float: left;
    min-width: 175px;
    margin: 0.5em 0.5em 0.5em 0;
}
.socialbar {
    font-size: 0.8em;
    margin: 1em 0;
    padding: 0.2em;
    color: #6c7b80;
    width: 100%;
    border-top: 1px solid #6c7b80;
    border-bottom: 1px solid #6c7b80;
}
.socialbar span {
    padding-right: 1em;
}
.socialbar span a {
    color: #6c7b80;
    border: 0;
}

/*Section Front*/
.sectionfrontblock a {
    color: #2f2f2f !important;
}
.sectionfrontblock a:hover {
    color: #9f9f9f !important;
}
.sectionfrontblock img {
    margin-top: 0.2em;
}
.sectionfrontblock h4.infoline {
    border-bottom: 0px;
}
.sectionfrontblock {
    border-bottom: 1px solid #9a9a9a;
    margin-top: 1em;
}
.sectionfrontblock h1 {
    font-size: 1.6em;
    margin: 0.2em auto;
}
.sectionfrontblock h2 {
    font-size: 1.3em;
    margin-top: 0;
}
.sectionfrontcategory { 
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 0.5em;
}
h2.sectionfrontcategory {margin-top:1em;}
.storyleadin {min-height: 5.5em;}
    
/*Photo Gallery Preview*/
.gallery {
    width: 100%;
    margin: 2em 0;
    padding: 1em;
    background: #f9f9f9;
}
.gallery h5 {
    text-align: center;
    font-size: .8em;
    text-transform: uppercase;
}
.gallery h6 {
    text-align: right;
    font-size: 0.8em;
}
.gallery .underline {
    margin: 0.5em auto 1em;
    width: 20%;
}
.extraphotos {
    position:relative;
    display:inline-block;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    width: 48%;
    height: 15em;
}
.galleryfill {
    position:relative;
    display:inline-block;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    width: 32%;
    height: 5em;
}
.galleryfill-small {
    position:relative;
    display:inline-block;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    width: 5em;
    height: 5em;
}
.galleryfill img, .extraphotos img, .galleryfill-small img, .recentgalleries img {
    flex-shrink:0;
    min-width:100%;
    min-height:100%
} 
.galleryfill img:hover, .galleryfill-small img:hover, .recentgalleries img:hover {
    opacity: 0.8;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
}
.sidebargallery {
    background: #fff;
    margin: 0;
    padding: 0.5em;
}
.sidebargallery .galleryfill {
    width: 49%;
}
.gallery-thumbs {
    text-align: center;
}
.gallery-thumbs .galleryfill {
    width: 19.5%;
}
ul.recentgalleries {
    width: 100%;
    padding: 0.1%;
    margin: 0.5em 0;
    font-size: 0.8em;
}
.recentgalleries > li {
    width: 19.5%;
    float: left;
    text-align: center;
    margin: 0 0.5% 0 0;
}
.recentgalleries > li:last-child {
    margin-right: 0;
}
.recentgalleries > li div {   
    height: 8.5em;
    overflow: hidden;
}
.recentgalleries img {
    width: 100%;
    height: auto;
}
/* Ad Spots*/
.leaderboard {
    text-align: center;
    margin: 0.5em 0;
    padding: 0;
    
}
.leaderboard img {
    max-width: 100%;
    height: auto;
}
.ad {
    width: 300px;
    margin: 0.5em auto;
    padding: 0;
    background: #fff;
    text-align: center;
}
.ad-in-copy {
    margin: 1em 1em 1em 0;
    padding: 0;
    background: #fff;
    text-align: center;
    float: left;
}
.ad-top {
    font-size: 0.6em;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}
.ad-top, .ad-top a {
    color: #9f9f9f;
    border: 0;
}
.ad-bottom {
    font-size: 0.6em;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}
.ad-bottom, .ad-bottom a {
    color: #9f9f9f;
    border: 0;
}
div.sky1, div.sky2 {
    float:left;
    margin: 0.5em auto;
    width:300px;
    padding-bottom: 10px;
    padding-top: 10px;
}
/* Sidebar Placement */
.article, .left-col {
    width: calc(100% - 325px);
    float: left;
}
.fullpage {
    width: 100%;
}
#sidebar {
    width: 310px;
    padding: 0 0 0 5px;
    float: right;
    margin: 0 0 0 10px;
    text-align: center;
}
#sidebar:after {
    clear: both;
}
#sidebar .widget {
    width: 300px;
    margin: 1.5em auto 0.5em;
    padding: 5px;
    background: #fff;
    border-top: 5px solid #2f2f2f;
    text-align: left;
}
.widget h5 {
    text-align: center;
    font-size: .8em;
    text-transform: uppercase;
}
.underline {
    border-bottom: 1px solid #97b7c9;
    display: block;
    height: 1px;
    margin: 0.5em auto;
    width: 25%;
}
.widget ul li {
    margin: 0.2em 0;
    padding: 0.2em;
    font-size: 0.9em;
    border-bottom: 1px solid #97b7c9;
}
.widget ul li:last-child {
    border-bottom: 0;
}
.widget ul li a {
    border: 0;
}
.widget h3, .widget h4.infoline {
    margin: 0;
    padding: 0;
    font-weight: 300;
    -webkit-text-stroke: .3px;
}    
.widget h3 {
    font-size: 0.9em;
    line-height: 1.2em;
}
.widget h4.infoline {
    font-size: 0.7em;
    border: 0;
    color: #2f2f2f;
}
.widget p {
    font-size: 0.8em;
    line-height: 1.4em;
    position: relative;
    margin: 0;
}
.video-thumb {
    width: 6.5em;
    float: left;
    margin-right: 0.5em;
}
.tomorrow p {
    padding-left: 1.2em;
    margin: 0.4em;
}
.tomorrow p:before {
    content: "\e002";
    font-family: 'mfg_labs_iconsetregular';
    font-style: normal;
    position: absolute;
    left: 2px;
}
/*HOMEPAGE READER POLL*/

#readerpoll form div {
    clear: both;
    margin: 0;
}
#readerpoll label {
  font-size: 0.7em;
}
#readerpoll input.radio:empty {
    margin-left: -9999px;
}
#readerpoll input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 1.5em;
    text-indent: 2.2em;
    margin-top: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#readerpoll input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 1.5em;
    background: #D1D3D4;
    border-radius: 3px;
}
#readerpoll input.radio:hover:not(:checked) ~ label:before {
    content:'\2713';
    font-family: 'mfg_labs_iconsetregular';
    text-indent: .3em;
    color: #3cb0fd;
}
#readerpoll input.radio:hover:not(:checked) ~ label {
    color: #888;
}
#readerpoll input.radio:checked ~ label:before {
    content:'\2713';
    font-family: 'mfg_labs_iconsetregular';
    text-indent: .3em;
    color: #fff;
    background-color: #0076a3;
    font-weight: 100;
}
input[type=submit], #readerpoll input[type=submit], .dateselect input[type=submit], #search-container input[type=image] {
    color: #ffffff;
    background: #0076a3;
    font-size: 0.7em;
    padding: 0 0.7em;
    text-decoration: none;
    border:0 none;
    cursor:pointer;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    margin-top: 1em;
}
input[type=submit]:hover, #readerpoll input[type=submit]:hover, .dateselect input[type=submit]:hover {
    background: #3cb0fd;
}
#search-container {
    background: #f4f4f4;
    margin: 0 0 2em 0;
}
.dateselect select {
    background: transparent;
    border: none;
    font-size: 0.8em;
    padding: 0.6em;
    height: 2em;
    background-color: #f4f4f4;
    margin: 0.3em;
    vertical-align: middle;
}
.dateselect input[type=submit] {
    vertical-align: baseline;
    padding: 0.25em 0.5em;
    font-size: 0.8em;
}
.dateselect {
    margin: 1em auto;
    padding: 0 0 0.8em 0;
    text-align: center;
    border-top: 1px dotted #0076a3;
    border-bottom: 1px dotted #0076a3;
}
/*Special Sections*/
#specialsections  {   
    background-color: #fff;
    vertical-align: top;
    text-align: center;
    z-index: 1000;
}
#specialsections img {
    display: inline-block;
    width: 300px;
    padding: 2px 0;
    margin: 0;
}
#specialsections img:hover {  
    opacity: 0.8;
    filter:alpha(opacity=80);	
}
#specialsections ul    {  
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; 
    display: inline;
}
#specialsections ul li {  
    display: inline-block; 
    position: relative;
    padding: 0;
    margin: 2px 0 0 0;
    border-bottom: 0;
    font-size: 0.75em;
    line-height: 1.1em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; 
    z-index: 9999;
}
#specialsections .nofade img {
    width: 92px;
    margin: 0;
    padding: 0;
}
#specialsections .nofade img:hover  { 
    opacity: 1.0;
    filter:alpha(opacity=1);
}
#specialsections ul li a   {  
    text-decoration: none;
    padding: 0 10px 0 0;
    color: #0076a3;
}
#specialsections ul li ul {   
    position: absolute;
    display: none;
    opacity: 0;
    visibility: hidden;
    top: 90px;
    left: 0px;
    background-color: #0076a3;
    text-align: left;
    color: #666666;
    padding: 0; 
}
#specialsections ul li ul a  {   color: #fff; 	}
#specialsections ul li ul:hover a  {   color: #fff; 	}

#specialsections ul li ul img {   display: none;  }

#specialsections ul li ul li  {   display: block;
                                        padding: 5px;   }

#specialsections ul li ul li:last-child  {   padding-bottom: 10px;   }

#specialsections ul li:hover ul   {   display: block;
                                            opacity: 1;
                                            visibility: visible; }

#specialsections ul li ul li:hover  { color: #909090;
                                            background-color: #fff;
                                            text-decoration: none; 	}

#specialsections ul li ul li:hover a  {   color: #333333; 	}
 

/*Homepage Events*/
.frontpgevent-container {
    margin: 0.75em 0;
}
p.frontpgevent-title {
    font-weight: 500;
    line-height: 1.2em;
}   
.frontpgevent-title a {
    font-size: 100%;
    letter-spacing: 0;
    color: #0076a3;
    border: 0;
}
.frontpgevent-loc {
    font-size: 0.75em;
    line-height: 1.2em;
    font-style: italic;
}
h4.frontpgevent-date {
    font-size: 0.7em;
    line-height: 1em;
    margin-top: 0.2em;
}

/*Author Bio Block*/
#author-block {
    width: 100%;
    margin: 1em auto;
    padding: 1em;
    background: #f9f9f9;
    font-size: 90%;
}
#author-block img {
    width: 6em;
    float: left;
    padding: 0;
    margin: 0;
    border-radius: 6em;
    -ms-border-radius: 6em;
    -moz-border-radius: 6em;
    -webkit-border-radius: 6em;
}
#author-block .content {
    width: 75%;
    float: left;
    margin-left: 1em;
}
#author-block h3 {
    margin-top: 0;
}
#author-block ul li {
    font-size: 90%;
    margin: 0;
    padding: 0;
}
#author-block a {
    border: 0;
}
#author-block a:hover {
    color: #444;
}
.recent-articles {
    font-style: italic;
    margin-bottom: 0;
}
#related-articles {
    font-size: 85%;
    line-height: 0.9em;
}

/*Comments*/
#comments { 
    border-top: 5px solid #3f3f3f;
    border-bottom: 5px solid #3f3f3f;
    background: #f9f9f9;
    margin: 1.5em;
    padding: 2em;
}
#comments h3 {
    padding-top: 0;
    margin: 0;
}
#comments p {
    margin: 0 0 0.5em 0;
}
#comments ul {
    margin-bottom: 1em;
}
#comments ul li {
    margin: 0 1em;
    padding: 1em 0;
    border-bottom: 1px dotted #444;
}
.comment-byline {
    font-size: 80%;
}
.comment-byline span {
    margin-right: 1em;
}   
.comment-author {
    font-weight: 700;
}
.contactus dt, .contactusdd {margin: 0.2em 0 0.2em 1em;}
.contactus dd {display:inline; margin: 0;lext}
.contactus dd:after{display: block;content: '';}
.contactus dt{display: inline-block;width: 45%;}
#right-rail {font-size: 0.9em;text-align: left;}
.deathnotices a {border-bottom:0px;font-weight: 400;}

/*Coloring Book*/

.mainnav > ul > li:nth-child(1) .mainnav-sub-inner {
    border-bottom: 10px solid #444;
}
.mainnav > ul > li:nth-child(2) .mainnav-sub-inner {
    border-bottom: 10px solid #0076a3;
}
.mainnav > ul > li:nth-child(3) .mainnav-sub-inner {
    border-bottom: 10px solid #f1ab00;
}
.mainnav > ul > li:nth-child(4) .mainnav-sub-inner {
    border-bottom: 10px solid #f04e25;
}
.mainnav > ul > li:nth-child(5) .mainnav-sub-inner {
    border-bottom: 10px solid #440e62;
}
.mainnav > ul > li:nth-child(6) .mainnav-sub-inner {
    border-bottom: 10px solid #003663;
}
.mainnav > ul > li:nth-child(7) .mainnav-sub-inner {
    border-bottom: 10px solid #168d93;
}
.mainnav > ul > li:nth-child(8) .mainnav-sub-inner {
    border-bottom: 10px solid #598527;
}
.mainnav > ul > li.cbp-hropen a.news {
    border-bottom: 3px solid #0076a3;
}
.mainnav > ul > li.cbp-hropen a.sports {
    border-bottom: 3px solid #f1ab00;
}
.mainnav > ul > li.cbp-hropen a.arts {
    border-bottom: 3px solid #f04e25;
}
.mainnav > ul > li.cbp-hropen a.obits {
    border-bottom: 3px solid #440e62;
}
.mainnav > ul > li.cbp-hropen a.editorial {
    border-bottom: 3px solid #003663;    
}
.mainnav > ul > li.cbp-hropen a.community {
    border-bottom: 3px solid #168d93;
}
.mainnav > ul > li.cbp-hropen a.schools {
    border-bottom: 3px solid #598527;
}
 #frontpage h1, #homepage-news h1, #homepage-business h1, h1.news, #frontpage h4, #homepage-news h4, #homepage-business h4, a.news:hover, a.business:hover, .news a, .news h3, .news .kicker, .news h4, .mainnav .news .mainnav-sub-inner > div a:hover, .mainnav > ul > li:hover a.news {
     color: #6c000e;
 }
 #homepage-sports h1, #homepage-sports h4, h1.sports, .sports a, a.sports:hover, .sports h3, .sports .kicker, .sports h4, .mainnav .sports .mainnav-sub-inner > div a:hover, .mainnav > ul > li:hover a.sports {
     color: #f1ab00;
 }
 #homepage-arts h1, #homepage-arts h4, h1.arts, .arts a, a.arts:hover, .arts h3, .arts .kicker, .arts h4, .mainnav .arts .mainnav-sub-inner > div a:hover, .mainnav > ul > li:hover a.arts {
     color: #f04e25;
 }
 .obits a, a.obits:hover, h1.obits, .obits h3, .obits .kicker, .obits h4, .mainnav .obits .mainnav-sub-inner > div a:hover, .mainnav > ul > li:hover a.obits {
     color: #440e62;
 }
 #homepage-editorial h1, #homepage-editorial h4, h1.editorial, .editorial a, a.editorial:hover, .editorial h3, .editorial .kicker, .editorial h4, .mainnav .editorial .mainnav-sub-inner > div a:hover, .mainnav > ul > li:hover a.editorial, h2.subtitle.editorial {
     color: #003663;
 }
 #homepage-community h1, #homepage-community h3, h1.community, #homepage-community h4, .community a, a.community:hover, .community h3, .community .kicker, .community h4, .mainnav .community .mainnav-sub-inner > div a:hover, .mainnav > ul > li:hover a.community {
     color: #168d93;
 }
 .schools a, a.schools:hover, .schools h3, h1.schools, .schools .kicker, .schools h4, .mainnav .schools .mainnav-sub-inner > div a:hover, .mainnav > ul > li:hover a.schools, h2.subtitle.schools {
     color: #598527;
 }
#breaking h1, #breaking h4 {
    color: #000000;
}
h1.red {
    color: #de2828;
    font-size: 1.5em;
}
p.breakingsummary {
    font-size: 0.9em;
    color: #000000;
}
h2.breakingtitle {
    color: #000000;
    font-size: 1em;
}
h4.infolinebreaking {
    font-size: 0.75em;
    font-weight: 700;
    margin: 0 0 1em 0;
    padding: 0 0 .5em 0;
    color: #de2828;
}

#homepage-events h1 {
    color: #72286f;
}
#breaking { border-top-color: #585858; }
#frontpage, #homepage-news { border-top-color: #6c000e; }
#homepage-sports { border-top-color: #f1ab00; }
#homepage-community { border-top-color: #168d93; }
#homepage-business { border-top-color: #0076a3; }
#homepage-editorial { border-top-color: #003663; }
#homepage-arts { border-top-color: #f04e25; }
#homepage-events { border-top-color: #72286F; }

#frontpage .btn, #homepage-news .btn, #readerpoll .btn { background: #0076a3; }
#homepage-sports .btn { background: #f1ab00; }
#homepage-community .btn { background: #168d93; }
#homepage-business .btn { background: #0076a3; }
#homepage-editorial .btn { background: #003663; }
#homepage-arts .btn { background: #f04e25; }
#homepage-events .btn { background: #72286F; }

#breaking img { border-bottom: 0.4em solid #585858; }
//#frontpage img, #homepage-news img { border-bottom: 0.4em solid #0076a3; }
//#homepage-sports img { border-bottom: 0.4em solid #f1ab00; }
//#homepage-community img { border-bottom: 0.4em solid #168d93; }
//#homepage-business img { border-bottom: 0.4em solid #0076a3; }
#homepage-editorial img { border-bottom: 0.4em solid #003663; }
#homepage-arts img { border-bottom: 0.4em solid #f04e25; }
#homepage-events img { border-bottom: 0.4em solid #72286F; }

#breaking .btn:hover,
#frontpage .btn:hover, #homepage-news .btn:hover,
#homepage-sports .btn:hover,
#homepage-community .btn:hover,
#homepage-business .btn:hover,
#homepage-editorial .btn:hover,
#homepage-arts .btn:hover,
#homepage-events .btn:hover,
#readerpoll .btn:hover,
.btn:hover { background: #9a9a9a; }


.twitter-share a:hover {
    color: #00aced;
}
.facebook-share a:hover {
    color: #3b5998;
}
.googleplus-share a:hover {
    color: #dd4b39;
}
.email-share a:hover {
    color: #fb8f3d;
}
.print-share a:hover {
    color: #ff3a00;
}
/**/
.mainnav-sub-inner a {
    color: #4f4f4f;
}

/*Responsive*/
.flex {
    display: flex;
    justify-content: center;
}
.wrapper {
    width: 980px;
    margin: 0 auto;
}
.wrapper:after, header:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width: 1500px){
    .wrapper {
        width: 1350px;
    }
    html {
        font-size: 20px;
    }
    .col1 {
        width: 425px;
    }
    .col2, .col3, .col4 {
        width: 255px;
    }
    .copy {
        max-width: 40em;
        margin-left: calc(50% - 20em);
    }
    .storylist-image-holder {
    width: 20%;
    }
}
@media (min-width: 1150px) and (max-width: 1499px){
    .wrapper {
        width: 1085px;
    }
    html {
        font-size: 18px;
    }
    .storylist-image-holder {
    width: 25%;
    }
}
@media (min-width: 984px) {
    nav.sticky  {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        text-align: left;
        font-size: 0.7em;
        z-index: 9999;
    }
    nav.sticky h1 {
        visibility: visible;
        display: block;
        margin: 0;
        font-size: 1.2em;
    }
    #menu_button, .mobile-logo {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
@media (max-width: 1000px) {
    .col4 {
        display: none;
    }
    .wrapper {
        width: 100%;
    }
    .col1, .col2, .col3 {
        width: 100%;
        text-align: center;
        clear: both;
        display: block;
        margin: 0;
    }
    #footer-top img {
        width: 100%;
    }
    .mobile-hide, .leaderboard {
        display: none;
        float: none;
        position: absolute;
        top: -5000px;
        right: 75000px;
    }
    .homepage-news-container,.homepage-news-ad, .section-front-container, .article, .left-col {
        width: 100%;
        float: left;
        margin: auto;
    }
    .article, .left-col {
        width: 100%;
        float: left;
    }
    #sidebar {
        text-align: center;
        width: 100%;
        background: #f9f9f9;
        padding: 1em 0;
    }
    #topnav {
        font-size: 0.9em;
        padding: 0.5em 0;
    }
    .mobile-logo {
        height: 2em;
        width: auto;
    }
    #menu_button {
        cursor:pointer;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 2em;
        margin: 0;
        padding: 0.5em 0;
        z-index: 999999999;
        color: #fff;
    }
    .black {
        color: #000;
    }
	nav { margin: 0;}
    .toggle + a,
    .menu {display: none;}
    .toggle {
        display: block;
        background-color: #6c000e;
        padding:14px 20px;	
        color:#FFF;
        font-size:17px;
        text-decoration:none;
        border:none;
    }
    .toggle:hover {   background-color: orange;   }
    [id^=drop]:checked + ul {display: block;   }
    nav ul li {
        display: block;
        width: 100%;
        }
    nav ul ul .toggle,
    nav ul ul a {     padding: 0 40px;}
    nav ul ul ul a { padding: 0 80px;  }
    nav a:hover,
    nav ul ul ul a { background-color: orange;}
    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a{
        padding:14px 20px;	
        color:#FFF;
        font-size:17px; 
    }
    nav ul li ul li .toggle,nav ul ul a {background-color: orange;  }
    nav ul ul {
        float: none;
        position:static;
        color: #ffffff;
    }
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }
    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;
    }
    main {
        padding-top: 1em;
    }
    .wrapper, .half, #breaking, #we, #frontpage, .frontbox, .storyblock-container {
        width: 100%;
        margin: 1em 0 0 0;
    }
    .wrapper {
        margin-top: 0;
    }
    .frontbox {
        padding: 1em;
    }
    .storyblock-story-snippet {
        height: auto;
        font-size: 100%;
    }
    .homepage-news-ad, .section-front-ad {
        width: 100%;
    }
    .extraphotos {
        width: 100%;
        height: auto;
    }
}
@media print {
    .no-print { 
        display: none;
        visibility: hidden;
    }

.btn a {
    color: #fff !important;
}