/*!
Theme Name: Geauga Maple Leaf
Theme URI: http://www.company119.com
Description: 
Author: Company 119
Author URI: http://www.company119.com
Version: 1.0
Template: co119-boilerplate
*/
/**** FONTS ****/
@import url(https://fonts.googleapis.com/css?family=Trocchi);
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Blue Highway';
  src: url("fonts/BlueHighwayD-Regular.eot");
  src: url("fonts/BlueHighwayD-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/BlueHighwayD-Regular.woff") format("woff"), url("fonts/BlueHighwayD-Regular.ttf") format("truetype"), url("fonts/BlueHighwayD-Regular.svg#blue_highwayregular") format("svg"); }
/**** NORMALIZE.CSS ****/
[hidden] {
  display: none; }

a:active {
  outline: 0; }

a:focus {
  outline: thin dotted; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

article {
  display: block; }

aside {
  display: block; }

audio {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

b {
  font-weight: 700; }

body {
  margin: 0; }

button {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  text-transform: none; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

button[disabled] {
  cursor: default; }

canvas {
  display: inline-block; }

code {
  font-family: monospace,serif;
  font-size: 1em; }

details {
  display: block; }

dfn {
  font-style: italic; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

figcaption {
  display: block; }

figure {
  display: block;
  margin: 0; }

footer {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

header {
  display: block; }

hgroup {
  display: block; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif; }

html input[disabled] {
  cursor: default; }

html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

img {
  border: 0; }

input {
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

kbd {
  font-family: monospace,serif;
  font-size: 1em; }

legend {
  border: 0;
  padding: 0; }

main {
  display: block; }

mark {
  background: #ff0;
  color: #000; }

nav {
  display: block; }

pre {
  font-family: monospace,serif;
  font-size: 1em;
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

samp {
  font-family: monospace,serif;
  font-size: 1em; }

section {
  display: block; }

select {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  text-transform: none; }

small {
  font-size: 80%; }

strong {
  font-weight: 700; }

sub {
  bottom: -.25em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

summary {
  display: block; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -.5em;
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  overflow: auto;
  vertical-align: top; }

video {
  display: inline-block; }

/**** SASS ELEMENTS ****/
/**** GLOBAL STYLES ****/
* body {
  font-family: "Trocchi","Georgia",serif;
  background: #ffffff;
  /**** GROUP [CLEARFIX] ****/ }
  * body h1, * body h2, * body h3, * body h4, * body h5, * body h6 {
    font-family: "Blue Highway","Arial",sans-serif;
    text-transform: uppercase;
    font-weight: normal; }
  * body a img {
    border: none; }
  * body .searchform input[type="text"] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #837d75;
    background: #FFF;
    padding: 2%;
    width: 95%; }
  * body .searchform input[type="submit"], * body .searchform label {
    display: none; }
  * body .full, * body .wrap {
    position: relative; }
  * body .full {
    width: 100%; }
    @media screen and (min-width: 800px) {
      * body .full {
        min-width: 960px; } }
  * body .wrap {
    margin: 0 auto; }
    @media screen and (min-width: 800px) {
      * body .wrap {
        max-width: 1200px;
        width: 90%;
        height: 100%;
        min-width: 960px; } }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      * body .wrap {
        width: 98%; } }
  * body #page-wrap {
    position: relative; }
  * body .hidden {
    display: none; }
  * body .group:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ""; }
  * body * html .group {
    zoom: 1; }
  * body *:first-child + html .group {
    zoom: 1; }

/**** MENU ****/
.main-navigation {
  font-family: "Blue Highway","Arial",sans-serif;
  text-transform: uppercase; }
  @media screen and (max-width: 800px), (max-device-width: 800px) {
    .main-navigation {
      width: 100% !important;
      z-index: 1000; }
      .main-navigation .more {
        /*display: none;*/ } }
  .main-navigation #mobile-toggle {
    text-align: right;
    height: 40px;
    background: #8b8171;
    color: #FFF;
    text-decoration: none; }
    .main-navigation #mobile-toggle img {
      padding: 10px; }
    @media screen and (min-width: 800px) {
      .main-navigation #mobile-toggle {
        display: none; } }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      .main-navigation #mobile-toggle {
        display: block; } }
  .main-navigation ul {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      .main-navigation ul {
        display: none; } }
    .main-navigation ul li {
      position: relative;
      padding: 0 1%; }
      @media screen and (min-width: 800px) {
        .main-navigation ul li {
          float: left;
          width: 14.6%; } }
      @media screen and (max-width: 800px), (max-device-width: 800px) {
        .main-navigation ul li {
          float: none;
          width: 98%; } }
      .main-navigation ul li a {
        display: block;
        padding: 8px 0;
        color: #FFF;
        text-decoration: none;
        text-transform: uppercase; }
        .main-navigation ul li a:hover {
          text-decoration: underline; }
      .main-navigation ul li.current-menu-item a, .main-navigation ul li.current-post-parent a {
        text-decoration: underline; }
      .main-navigation ul li.news {
        background-color: #00953b; }
      .main-navigation ul li.sports {
        background-color: #df5720; }
      .main-navigation ul li.community {
        background-color: #d6931e; }
      .main-navigation ul li.schools {
        background-color: #50a0c9; }
      .main-navigation ul li.more {
        background-color: #8b8171; }
      .main-navigation ul li.e-edition {
        background-color: #7D7997; }
      .main-navigation ul li.has-submenu {
        background-image: url("images/more-dropdown-arrow.png");
        background-position: right 13px;
        background-repeat: no-repeat; }
        @media screen and (max-width: 800px), (max-device-width: 800px) {
          .main-navigation ul li.has-submenu {
            background-position: 98% 13px; } }
      .main-navigation ul li .sub-menu {
        position: absolute;
        left: 0;
        display: none;
        padding: 0 0 5px;
        background-color: inherit; }
        .main-navigation ul li .sub-menu li {
          float: none;
          width: 100%; }
          @media screen and (max-width: 800px), (max-device-width: 800px) {
            .main-navigation ul li .sub-menu li {
              width: 98%; } }
          .main-navigation ul li .sub-menu li a {
            padding: 5px 8px;
            text-decoration: none; }
            .main-navigation ul li .sub-menu li a:hover {
              text-decoration: underline; }
            @media screen and (max-width: 800px), (max-device-width: 800px) {
              .main-navigation ul li .sub-menu li a {
                padding: 5px 0; } }

/**** HEADER ****/
#header {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 78px;
  background: url("images/nav-bg.png") center bottom repeat-x; }
  @media screen and (max-width: 800px), (max-device-width: 800px) {
    #header {
      height: 55px;
      background: none; } }
  #header .breaking-news {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 195px;
    padding: 4px 0;
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap; }
    #header .breaking-news a {
      text-decoration: none;
      display: block; }
    #header .breaking-news .fade {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 44px;
      background-repeat: repeat-y; }
    #header .breaking-news .text {
      color: #605441;
      text-transform: none; }
    #header .breaking-news .read-more-link {
      text-decoration: underline; }
    #header .breaking-news.breaking .fade {
      background-image: url("images/breaking-news-fade.png"); }
    #header .breaking-news.breaking .title {
      color: #df5720; }
    #header .breaking-news.breaking a {
      color: #605441; }
    #header .breaking-news.major {
      background: #b7393a;
      color: #FFF; }
      #header .breaking-news.major .fade {
        background-image: url("images/breaking-news-fade-breaking.png"); }
      #header .breaking-news.major a {
        color: #FFF; }
      #header .breaking-news.major .text {
        color: #FFF; }
      #header .breaking-news.major .title {
        padding: 0 10px;
        font-weight: bold; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #header .breaking-news {
        top: 5px;
        bottom: auto;
        left: 5px;
        overflow: hidden;
        padding: 5px;
        width: 86%;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #header .breaking-news.major .title {
          padding: 0; } }
  #header #weather {
    position: absolute;
    bottom: 13px;
    left: 0;
    z-index: 1;
    text-transform: uppercase;
    font-size: 0.95em; }
    #header #weather * {
      color: #605441;
      vertical-align: middle; }
    #header #weather .icon {
      width: 25px; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #header #weather {
        position: absolute;
        top: 8px;
        left: 10px;
        display: block;
        color: #FFF;
        text-align: left;
        font-size: 0.8em; }
        #header #weather .forecast {
          display: none; }
        #header #weather * {
          color: #FFF; } }
  #header #login-subscribe {
    position: absolute;
    right: 0;
    bottom: 11px;
    z-index: 1;
    color: #8b8171;
    font-size: 0.95em; }
    #header #login-subscribe a {
      color: #00953b;
      text-decoration: none;
      line-height: 29px; }
      #header #login-subscribe a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #header #login-subscribe {
        display: none; } }
  #header #logo {
    position: absolute;
    top: 69px;
    left: 50%;
    z-index: 100;
    margin-left: -149px;
    width: 298px;
    height: 80px;
    background: url("images/geauga-logo-bg.png") center center no-repeat;
    text-align: center; }
    #header #logo a {
      position: relative;
      z-index: 2; }
    #header #logo img {
      margin-top: 8px; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #header #logo {
        top: 40px;
        left: 0;
        margin-left: 0;
        padding: 8px 0;
        width: 100%;
        height: auto;
        background-color: #FFF;
        background-image: none; }
        #header #logo a {
          display: block; }
          #header #logo a img {
            display: block;
            margin: 0 auto;
            width: 175px; } }

/**** HEADER - LEADERBOARD AD ****/
#top-leaderboard-ad {
  margin: 0;
  padding: 15px 0;
  height: 90px;
  background: #4e4a44;
  text-align: center; }
  #top-leaderboard-ad img {
    max-width: 100%; }
  @media screen and (max-width: 800px), (max-device-width: 800px) {
    #top-leaderboard-ad {
      height: auto; } }

/**** HEADER - LEAVES ****/
@media screen and (min-width: 800px) {
  #leaves {
    position: absolute;
    top: 0;
    z-index: 90;
    height: 131px;
    background: url("images/leaves.png") center top no-repeat; } }
@media screen and (max-width: 800px), (max-device-width: 800px) {
  #leaves {
    display: none; } }

/**** HEADER - TODAY'S DATE ****/
#todays-date {
  text-shadow: 0px 0px 5px #000;
  position: absolute;
  top: 150px;
  z-index: 1;
  padding: 0;
  color: #FFF;
  text-align: center;
  font-size: 0.9em; }
  @media screen and (max-width: 800px), (max-device-width: 800px) {
    #todays-date {
      display: none; } }

/**** CONTENT ****/
#content {
  padding: 1.5% 0;
  /* border-bottom: 1px solid $divider; */
  color: #605441; }
  #content a {
    color: #6f614b; }
  #content .entry {
    font-size: 0.95em;
    line-height: 1.8em; }
    @media screen and (min-width: 800px) {
      #content .entry {
        float: left;
        padding: 0 0 40px;
        padding-right: 0.75%;
        width: 66.125%;
        border-right: 1px solid #837d75; } }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #content .entry {
        font-size: 0.8em; } }
    #content .entry .alignright {
      float: right;
      margin: 0 0 2% 2%; }
    #content .entry .alignleft {
      float: left;
      margin: 0 2% 2% 0; }
  #content.article .entry .hook {
    padding: 1.5% 3%;
    border-top: 1px solid #837d75;
    border-bottom: 1px solid #837d75;
    color: #564a37;
    font-size: 1.1em; }
  #content.article .entry.no-hero h1 {
    font-family: "Trocchi","Georgia",serif;
    text-shadow: #000 1px 1px 0;
    margin: 0;
    text-transform: none;
    line-height: 1.3em; }
    @media screen and (min-width: 800px) {
      #content.article .entry.no-hero h1 {
        margin: 0 0 1%;
        padding: 10px 10px 5px; } }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #content.article .entry.no-hero h1 {
        margin: 0 0 1%;
        padding: 5px 10px;
        font-size: 1.7em; } }
    #content.article .entry.no-hero h1 .meta {
      font-family: "Blue Highway","Arial",sans-serif;
      margin: 1% 0;
      text-transform: uppercase;
      font-size: 0.5em;
      line-height: 1em; }
      #content.article .entry.no-hero h1 .meta a {
        color: #FFF; }
  #content.article .entry .subscribe-login {
    margin: 20px 0;
    padding: 20px;
    border: 4px solid #8b8171;
    background: #FFF; }
    #content.article .entry .subscribe-login h3, #content.article .entry .subscribe-login p {
      margin: 0; }
    #content.article .entry .subscribe-login .subscribe, #content.article .entry .subscribe-login .login {
      margin: 15px 0 0;
      width: 49.5%; }
    #content.article .entry .subscribe-login .subscribe {
      float: right;
      text-align: center;
      font-size: 1.5em; }
      #content.article .entry .subscribe-login .subscribe a {
        text-decoration: none; }
        #content.article .entry .subscribe-login .subscribe a h3 {
          margin: 0;
          color: #00953b; }
        #content.article .entry .subscribe-login .subscribe a h4 {
          margin: 10% 0 5px;
          color: #8b8171; }
    #content.article .entry .subscribe-login .login {
      float: left;
      border-right: 1px solid #b9b3a9; }
      #content.article .entry .subscribe-login .login form {
        margin: 0 auto;
        width: 85%; }
        #content.article .entry .subscribe-login .login form input[type="text"], #content.article .entry .subscribe-login .login form input[type="password"] {
          display: block;
          margin: 0 0 10px;
          padding: 5px;
          width: 96%;
          border: 1px solid #8b8171; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #content.article .entry .subscribe-login {
        padding: 10px 0; } }
  @media screen and (max-width: 800px), (max-device-width: 800px) {
    #content.article .entry #respond {
      display: none; } }
  #content.article .entry #related-articles {
    margin: 30px 0;
    border-top: 1px solid #837d75;
    border-bottom: 1px solid #837d75; }
  #content.article .entry .article-sidebar {
    float: right;
    margin: 0 0 3% 3%;
    width: 45%; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #content.article .entry .article-sidebar {
        float: none;
        width: 100%;
        margin: 0; } }
    #content.article .entry .article-sidebar a {
      cursor: pointer; }
    #content.article .entry .article-sidebar .display-controls {
      font-family: "Blue Highway","Arial",sans-serif;
      margin: 0 0 2%;
      padding: 5px;
      background: #8b8171;
      text-transform: uppercase; }
      @media screen and (max-width: 800px), (max-device-width: 800px) {
        #content.article .entry .article-sidebar .display-controls {
          display: none; } }
      #content.article .entry .article-sidebar .display-controls .print-story {
        float: left;
        margin-right: 10px;
        padding: 5px;
        padding-left: 40px;
        background: url("images/icon-print.png") 5px center no-repeat;
        color: #FFF;
        text-decoration: none;
        font-size: 1.1em;
        line-height: 20px; }
      #content.article .entry .article-sidebar .display-controls .text-size {
        float: right; }
        #content.article .entry .article-sidebar .display-controls .text-size a {
          float: left;
          padding: 5px 10px;
          width: 20px;
          height: 20px;
          border-left: 1px solid #6f675a;
          background-position: center center;
          background-repeat: no-repeat; }
          #content.article .entry .article-sidebar .display-controls .text-size a.increase {
            background-image: url("images/icon-text-increase.png"); }
          #content.article .entry .article-sidebar .display-controls .text-size a.decrease {
            background-image: url("images/icon-text-decrease.png"); }
    #content.article .entry .article-sidebar #videos .video-container {
      position: relative;
      overflow: hidden;
      margin: 0 0 2%;
      padding-top: 30px;
      padding-bottom: 56.25%;
      height: 0; }
      #content.article .entry .article-sidebar #videos .video-container iframe, #content.article .entry .article-sidebar #videos .video-container object, #content.article .entry .article-sidebar #videos .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    #content.article .entry .article-sidebar .photo-gallery .photo img {
      width: 100%; }
    #content.article .entry .article-sidebar .photo-gallery .thumbs {
      overflow: hidden;
      width: 100%; }
      #content.article .entry .article-sidebar .photo-gallery .thumbs ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        #content.article .entry .article-sidebar .photo-gallery .thumbs ul li {
          float: left;
          margin: 1%;
          width: 23%;
          cursor: pointer; }
          #content.article .entry .article-sidebar .photo-gallery .thumbs ul li img {
            display: block;
            width: 100%; }
          #content.article .entry .article-sidebar .photo-gallery .thumbs ul li.active {
            outline: 2px solid #8b8171; }
  #content.bio .author-photo {
    float: right;
    margin: 0 20px 20px 20px;
    max-width: 175px;
    border: 4px solid #FFF; }
  #content.search .entry .post {
    padding: 1.5% 0;
    border-bottom: 1px dotted #837d75; }
    #content.search .entry .post h2 {
      margin: 0; }
    #content.search .entry .post:first {
      border-top: 1px dotted #837d75; }
  #content.search .entry .navigation {
    padding: 1% 0; }
    #content.search .entry .navigation .next-posts {
      float: left; }
    #content.search .entry .navigation .prev-posts {
      float: right; }
    #content.search .entry .navigation a {
      color: #00953b; }
  #content.archive.obituaries .entry #obituary-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    #content.archive.obituaries .entry #obituary-list .obituary {
      border-bottom: 1px dotted #837d75; }
  #content.archive .entry .obituaries {
    border-top: 1px dotted #837d75;
    border-bottom: 1px dotted #837d75; }
  #content.category .entry .article {
    padding: 2.5% 0;
    border-bottom: 1px solid #837d75; }
    #content.category .entry .article h2 {
      margin: 0; }
    #content.category .entry .article .meta {
      font-size: 0.95em; }
    #content.category .entry .article .copy {
      padding-right: 2%; }
    #content.category .entry .article.with-photo img {
      float: left;
      width: 28%; }
    #content.category .entry .article.with-photo .copy {
      float: right;
      width: 68%; }
      #content.category .entry .article.with-photo .copy h2 {
        margin: 0; }
  #content.category .entry .cat-pagination#bottom {
    margin-top: 15px; }
  #content.category .entry .cat-pagination#top {
    margin-bottom: 15px; }
  #content.category .entry .cat-pagination .next-posts a, #content.category .entry .cat-pagination .prev-posts a {
    display: block;
    padding: 5px 10px;
    background: #837d75;
    color: #FFF;
    text-align: center;
    white-space: nowrap; }
  #content.category .entry .cat-pagination .next-posts {
    float: left; }
  #content.category .entry .cat-pagination .prev-posts {
    float: right; }
  #content #hero, #content #empty-hero {
    position: relative;
    padding-top: 47px; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #content #hero, #content #empty-hero {
        padding-top: 31px;
        width: 100% !important; } }
    #content #hero h1, #content #empty-hero h1 {
      font-family: "Trocchi","Georgia",serif;
      text-shadow: #000 1px 1px 0;
      margin: 0;
      text-transform: none; }
      @media screen and (min-width: 800px) {
        #content #hero h1, #content #empty-hero h1 {
          position: absolute;
          bottom: 45px;
          left: 0;
          padding: 10px 20px;
          max-width: 75%; } }
      @media screen and (max-width: 800px), (max-device-width: 800px) {
        #content #hero h1, #content #empty-hero h1 {
          position: static;
          margin: 0 0 1%;
          padding: 5px 10px;
          font-size: 1.4em; } }
      #content #hero h1 .meta, #content #empty-hero h1 .meta {
        font-family: "Blue Highway","Arial",sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 23px; }
        #content #hero h1 .meta a, #content #empty-hero h1 .meta a {
          color: #FFF; }
    #content #hero .addthis_toolbox, #content #empty-hero .addthis_toolbox {
      width: 100%; }
      @media screen and (min-width: 800px) {
        #content #hero .addthis_toolbox, #content #empty-hero .addthis_toolbox {
          position: absolute;
          bottom: 10px;
          left: 10px; } }
  #content #hero {
    overflow: hidden;
    margin-bottom: 1%;
    max-height: 600px; }
    #content #hero img {
      display: block;
      margin: 0;
      width: 100%; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #content #hero {
        overflow: visible;
        height: auto; }
        #content #hero img {
          min-height: 0 !important; } }
  #content #empty-hero {
    margin: 0 0 1%;
    height: 110px;
    background: #b9b3a9; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #content #empty-hero {
        height: 60px; } }
  #content h1 {
    background: #605441;
    color: #FFF; }
  #content.news h1 {
    background: #00953b;
    color: #FFF; }
  #content.news a {
    color: #00953b; }
  #content.sports h1 {
    background: #df5720;
    color: #FFF; }
  #content.sports a {
    color: #df5720; }
  #content.community h1 {
    background: #d6931e;
    color: #FFF; }
  #content.community a {
    color: #d6931e; }
  #content.schools h1 {
    background: #50a0c9;
    color: #FFF; }
  #content.schools a {
    color: #50a0c9; }
  #content.home .post {
    padding-top: 70px; }
  @media screen and (min-width: 800px) {
    #content .col {
      float: left;
      width: 32.25%; }
      #content .col#col-02 {
        margin: 0 0.75%;
        padding: 0 0.75%;
        border-right: 1px solid #837d75;
        border-left: 1px solid #837d75; } }
  @media screen and (max-width: 800px), (max-device-width: 800px) {
    #content .col {
      float: none;
      width: 100%; } }
  #content .col:first-child {
    margin-left: 0; }
  #content .col .widget {
    margin: 0 0 15px; }
    #content .col .widget .name {
      font-family: "Trocchi","Georgia",serif;
      margin: 0;
      padding: 5px 10px;
      color: #FFF;
      text-transform: none;
      font-size: 1.1em;
      text-shadow: 1px 1px 0px #000; }
      #content .col .widget .name .see-all {
        font-family: "Blue Highway","Arial",sans-serif;
        float: right;
        color: #FFF;
        text-decoration: none;
        font-size: 0.75em;
        line-height: 25px; }
        #content .col .widget .name .see-all:hover {
          text-decoration: underline; }
    #content .col .widget.articles .article {
      padding: 8px 0;
      border-bottom: 1px solid #837d75;
      color: #605441; }
      #content .col .widget.articles .article .title {
        margin: 0 4px 5px;
        font-size: 1em; }
      #content .col .widget.articles .article .excerpt {
        font-family: "Trocchi","Georgia",serif;
        margin: 0 4px;
        font-size: 0.8em;
        line-height: 1.4em; }
      #content .col .widget.articles .article .date {
        float: left;
        margin: 12px 4px 0;
        font-style: italic;
        font-size: 0.7em; }
      #content .col .widget.articles .article .read-more {
        font-family: "Blue Highway","Arial",sans-serif;
        float: right;
        margin: 10px 4px 0;
        padding: 0 20px 0 0;
        color: #605441;
        text-decoration: none;
        font-size: 0.95em;
        background-position: center right;
        background-repeat: no-repeat; }
        #content .col .widget.articles .article .read-more:hover {
          text-decoration: underline; }
      #content .col .widget.articles .article .photo {
        overflow: hidden;
        margin: 0 0 5px;
        height: 136px; }
        #content .col .widget.articles .article .photo img {
          min-height: 100%;
          width: 100%; }
    #content .col .widget.link-list {
      border-bottom: 1px solid #837d75; }
      #content .col .widget.link-list ul {
        font-family: "Blue Highway","Arial",sans-serif;
        margin: 0;
        padding: 5px 0;
        list-style: none;
        font-size: 0.95em; }
        #content .col .widget.link-list ul li a {
          display: block;
          padding: 5px;
          padding-right: 30px;
          color: #605441;
          text-decoration: none;
          background-position: 98% center;
          background-repeat: no-repeat; }
          #content .col .widget.link-list ul li a:hover {
            text-decoration: underline; }
        #content .col .widget.link-list ul li.current-menu-item > a {
          color: #000;
          text-decoration: underline; }
        #content .col .widget.link-list ul li .sub-menu {
          margin-left: 10px;
          padding: 0;
          list-style-position: inside;
          list-style-type: circle; }
    #content .col .widget.standard-box-ad {
      padding-bottom: 15px;
      border-bottom: 1px solid #837d75;
      text-align: center;
      min-height: 275px; }	  
	  #content .col .widget.standard-box-ad.number-ads-1{
        min-height: auto;}
      #content .col .widget.standard-box-ad img {
        max-width: 100%;
        border: 5px solid #ccc; }
      #content .col .widget.standard-box-ad .advertise-cta {
        display: block;
        color: #605441;
        font-size: 0.7em; }
        #content .col .widget.standard-box-ad .advertise-cta a {
          color: #605441; }
          #content .col .widget.standard-box-ad .advertise-cta a:hover {
            text-decoration: none; }
    #content .col .widget.video {
      position: relative;
      overflow: hidden;
      padding-top: 30px;
      padding-bottom: 56.25%;
      height: 0; }
      #content .col .widget.video iframe, #content .col .widget.video object, #content .col .widget.video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    #content .col .widget.widget_twitter {
      padding: 3%;
      background: #00a0d1; }
      #content .col .widget.widget_twitter.sports {
        background: #df5720; }
      #content .col .widget.widget_twitter h3 {
        margin: 0;
        padding-bottom: 3%; }
        #content .col .widget.widget_twitter h3 a {
          color: #FFF;
          text-decoration: none; }
      #content .col .widget.widget_twitter ul {
        overflow: scroll;
        margin: 0;
        padding: 2%;
        height: 250px;
        background: #FFF;
        list-style: none;
        font-size: 0.8em;
        font-family: "Verdana", sans-serif; }
        #content .col .widget.widget_twitter ul li {
          padding: 3% 0;
          border-bottom: 1px dotted #CCC; }
          #content .col .widget.widget_twitter ul li p {
            margin: 0; }
          #content .col .widget.widget_twitter ul li .user, #content .col .widget.widget_twitter ul li .interact {
            display: none; }
          #content .col .widget.widget_twitter ul li .timePosted {
            margin-top: 2%;
            color: #CCC;
            font-style: italic; }
          #content .col .widget.widget_twitter ul li a {
            background: none; }
    #content .col .widget.poll {
      border: 3px solid #605441;
      border-top: none;
      background: #FFF; }
      #content .col .widget.poll .name {
        background-color: #605441; }
      #content .col .widget.poll .gform_wrapper {
        padding: 15px; }
        #content .col .widget.poll .gform_wrapper ul {
          font-family: "Blue Highway","Arial",sans-serif;
          margin: 0;
          padding: 0;
          list-style: none;
          text-transform: uppercase; }
          #content .col .widget.poll .gform_wrapper ul li .gfield_required {
            display: none; }
          #content .col .widget.poll .gform_wrapper ul li input[type="radio"] {
            margin-right: 5px; }
      #content .col .widget.poll iframe {
        width: 100% !important; }
      @media screen and (max-width: 800px), (max-device-width: 800px) {
        #content .col .widget.poll {
          display: none; } }
    #content .col .widget a {
      color: #8b8171;
      text-transform: initial; }
    #content .col .widget .name {
      background-color: #8b8171; }
    #content .col .widget .read-more {
      background-image: url("images/widget-read-more.png"); }
    #content .col .widget li a {
      background-image: url("images/widget-read-more.png"); }
    #content .col .widget.news a {
      color: #00953b; }
    #content .col .widget.news .name {
      background-color: #00953b; }
    #content .col .widget.news .read-more {
      background-image: url("images/widget-news-read-more.png"); }
    #content .col .widget.news li a {
      background-image: url("images/widget-news-read-more.png"); }
    #content .col .widget.sports a {
      color: #df5720; }
    #content .col .widget.sports .name {
      background-color: #df5720; }
    #content .col .widget.sports .read-more {
      background-image: url("images/widget-sports-read-more.png"); }
    #content .col .widget.sports li a {
      background-image: url("images/widget-sports-read-more.png"); }
    #content .col .widget.community a {
      color: #d6931e; }
    #content .col .widget.community .name {
      background-color: #d6931e; }
    #content .col .widget.community .read-more {
      background-image: url("images/widget-community-read-more.png"); }
    #content .col .widget.community li a {
      background-image: url("images/widget-community-read-more.png"); }
    #content .col .widget.schools a {
      color: #50a0c9; }
    #content .col .widget.schools .name {
      background-color: #50a0c9; }
    #content .col .widget.schools li a {
      background-image: url("images/widget-schools-link.png"); }
    #content .col .widget.widget_stay_connected {
      text-align: center; }
      #content .col .widget.widget_stay_connected h3 {
        font-family: "Trocchi","Georgia",serif;
        margin: 0 0 4%;
        color: #605441;
        text-transform: none;
        font-size: 22px; }
      #content .col .widget.widget_stay_connected ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        #content .col .widget.widget_stay_connected ul li {
          display: inline-block;
          padding: 0 1%; }
          #content .col .widget.widget_stay_connected ul li a {
            background: none; }
    #content .col .widget.widget_smugmug img {
      width: 100%; }

#sidebar {
  float: right;
  padding-left: 0.75%;
  width: 32.25%; }
  @media screen and (max-width: 800px), (max-device-width: 800px) {
    #sidebar {
      display: none; } }
  #sidebar .widget {
    margin: 5% 0; }

#subscribe-box {
  text-shadow: 1px 1px 0px black;
  padding: 4%;
  background: #00953b;
  margin: 5% 0; }
  #subscribe-box a {
    color: #FFF !important;
    text-decoration: none; }
    #subscribe-box a h2, #subscribe-box a p {
      margin: 0; }

/**** FOOTER ****/
#footer {
  padding-bottom: 25px;
      padding-top: 8px;
    background: url(images/footer-bg.png) center top repeat-x;}
  @media screen and (max-width: 800px), (max-device-width: 800px) {
    #footer {
      text-align: center;
      font-size: 0.8em;
      padding: 20px 0; } }
  #footer .main-navigation {
    margin-bottom: 15px; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #footer .main-navigation {
        display: none; } }
    #footer .main-navigation ul li .submenu {
      bottom: 35px;
      padding-top: 5px; }
  #footer #recent-stories {
    padding: 0 0 1.5%;
    list-style: none; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #footer #recent-stories {
        display: none; } }
    #footer #recent-stories ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #footer #recent-stories ul li {
        font-family: "Blue Highway","Arial",sans-serif;
        float: left;
        width: 20%;
        text-transform: none;
        font-size: 0.95em; }
        #footer #recent-stories ul li.news a {
          color: #00953b; }
        #footer #recent-stories ul li.sports a {
          color: #df5720; }
        #footer #recent-stories ul li.community a {
          color: #d6931e; }
        #footer #recent-stories ul li.schools a {
          color: #50a0c9; }
        #footer #recent-stories ul li ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          #footer #recent-stories ul li ul li {
            float: none;
            border-bottom: 1px solid #d1d1d1;
            width: 100%; }
            #footer #recent-stories ul li ul li a {
              text-overflow: ellipsis;
              white-space: nowrap;
              display: block;
              overflow: hidden;
              margin: 8px; }
        #footer #recent-stories ul li.login-subscribe {
          padding-top: 30px;
          text-align: center;
          text-transform: uppercase;
          font-size: 1.1em; }
          #footer #recent-stories ul li.login-subscribe p {
            margin: 0; }
            #footer #recent-stories ul li.login-subscribe p a {
              color: #df5720; }
              #footer #recent-stories ul li.login-subscribe p a:hover {
                text-decoration: none; }
  #footer #company-info {
    color: #4c4c4c; }
    #footer #company-info img {
      float: left;
      margin: 0 15px 0 0; }
      @media screen and (max-width: 800px), (max-device-width: 800px) {
        #footer #company-info img {
          float: none; } }
    #footer #company-info p {
      margin: 0; }
      #footer #company-info p.line-one {
        font-family: "Blue Highway","Arial",sans-serif;
        margin: 0 0 3px;
        font-size: 0.95em; }
      #footer #company-info p.line-two, #footer #company-info p small {
        font-size: 0.75em;
        font-family: "Verdana","Arial",sans-serif; }
      #footer #company-info p small {
        font-family: "Verdana","Arial",sans-serif;
        font-size: 0.6em; }

/**** HOMEPAGE SLIDER ****/
#slider {
  padding-top: 70px; }
  @media screen and (max-width: 800px), (max-device-width: 800px) {
    #slider {
      padding-top: 94px;
      width: 100% !important; } }
  #slider #slides .slide {
    position: relative;
    display: none;
    width: 100%; }
    #slider #slides .slide h2 {
      position: absolute;
      left: 0;
      bottom: 30px;
      display: block;
      padding: 10px 56px 10px 20px;
      min-height: 91px;
      max-width: 55%;
      background-color: rgba(0, 0, 0, 0.8);
      background-position: right bottom;
      background-repeat: no-repeat; }
      #slider #slides .slide h2 a {
        font-family: "Trocchi","Georgia",serif;
        margin: 0;
        color: #FFF;
        text-decoration: none;
        text-transform: none; }
        #slider #slides .slide h2 a span {
          display: block;
          padding: 5px 0 0;
          color: #FFF;
          font-size: 0.8em; }
          #slider #slides .slide h2 a span:hover {
            text-decoration: underline; }
      @media screen and (max-width: 800px), (max-device-width: 800px) {
        #slider #slides .slide h2 {
          padding: 10px 15px;
          width: auto;
          margin: 0;
          border-top-width: 10px;
          border-top-style: solid;
          background-image: none !important;
          font-size: 1.2em;
          position: static;
          min-height: 0;
          max-width: 100%; } }
    #slider #slides .slide .slide-img {
      overflow: hidden;
      width: 100%;
      max-height: 600px; }
      #slider #slides .slide .slide-img img {
        display: block;
        margin: 0;
        width: 100%; }
      @media screen and (max-width: 800px), (max-device-width: 800px) {
        #slider #slides .slide .slide-img {
          height: 250px; } }
    #slider #slides .slide.current {
      display: block; }
    #slider #slides .slide.news h2 {
      border-color: #00953b;
      background-image: url("images/hero-headline-tag-news.jpg"); }
      #slider #slides .slide.news h2 a span {
        color: #00953b; }
    #slider #slides .slide.sports h2 {
      border-color: #df5720;
      background-image: url("images/hero-headline-tag-sports.jpg"); }
      #slider #slides .slide.sports h2 a span {
        color: #df5720; }
    #slider #slides .slide.community h2 {
      border-color: #d6931e;
      background-image: url("images/hero-headline-tag-community.jpg"); }
      #slider #slides .slide.community h2 a span {
        color: #d6931e; }
    #slider #slides .slide.schools h2 {
      border-color: #50a0c9;
      background-image: url("images/hero-headline-tag-schools.jpg"); }
      #slider #slides .slide.schools h2 a span {
        color: #50a0c9; }
  #slider #tabs {
    margin: 0.75% 0 0;
    padding: 0 0 1.5%;
    border-bottom: 1px solid #837d75;
    list-style: none; }
    @media screen and (max-width: 800px), (max-device-width: 800px) {
      #slider #tabs {
        display: none; } }
    #slider #tabs .tab {
      position: relative;
      float: left;
      padding-bottom: 35px;
      width: 32.25%;
      cursor: pointer; }
      #slider #tabs .tab .thumb {
        overflow: hidden;
        margin: 0 auto;
        height: 136px;
        border-width: 5px;
        border-style: solid;
        border-color: #8b8171; }
        #slider #tabs .tab .thumb img {
          display: block;
          min-height: 100%;
          width: 100%; }
      #slider #tabs .tab .story-info {
        padding: 8px 5px;
        min-height: 98px;
        color: #605441; }
        #slider #tabs .tab .story-info h4 {
          margin: 0 0 4px;
          font-size: 1.1em; }
        #slider #tabs .tab .story-info p {
          margin: 0;
          font-size: 0.75em;
          line-height: 1.5em; }
        #slider #tabs .tab .story-info a {
          color: #605441; }
          #slider #tabs .tab .story-info a:hover {
            text-decoration: none; }
      #slider #tabs .tab .read-more-btn {
        position: absolute;
        bottom: 0;
        width: 100%; }
        #slider #tabs .tab .read-more-btn a {
          font-family: "Blue Highway","Arial",sans-serif;
          display: block;
          padding: 8px 0;
          background: #8b8171;
          color: #FFF;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          text-shadow: 1px 1px 0px #000; }
          #slider #tabs .tab .read-more-btn a:hover {
            position: relative;
            top: 2px; }
      #slider #tabs .tab#tab-02 {
        margin: 0 0.75%;
        padding-right: 0.75%;
        padding-left: 0.75%;
        border-right: 1px solid #837d75;
        border-left: 1px solid #837d75; }
        #slider #tabs .tab#tab-02 .read-more-btn {
          width: 95.5%; }
      #slider #tabs .tab.current:before {
        position: absolute;
        top: -36px;
        left: 50%;
        margin-left: -9px;
        width: 0;
        height: 0;
        border-width: 18px;
        border-style: solid;
        border-color: transparent;
        border-bottom-color: #8b8171;
        content: ' '; }
      #slider #tabs .tab.news .thumb {
        border-color: #00953b; }
      #slider #tabs .tab.news .read-more-btn a {
        background: #00953b; }
      #slider #tabs .tab.news.current:before {
        border-bottom-color: #00953b; }
      #slider #tabs .tab.sports .thumb {
        border-color: #df5720; }
      #slider #tabs .tab.sports .read-more-btn a {
        background: #df5720; }
      #slider #tabs .tab.sports.current:before {
        border-bottom-color: #df5720; }
      #slider #tabs .tab.community .thumb {
        border-color: #d6931e; }
      #slider #tabs .tab.community .read-more-btn a {
        background: #d6931e; }
      #slider #tabs .tab.community.current:before {
        border-bottom-color: #d6931e; }
      #slider #tabs .tab.schools .thumb {
        border-color: #50a0c9; }
      #slider #tabs .tab.schools .read-more-btn a {
        background: #50a0c9; }
      #slider #tabs .tab.schools.current:before {
        border-bottom-color: #50a0c9; }

.home#empty-hero {
  position: relative;
  padding-top: 69px;
  height: 110px;
  background: #b9b3a9; }
  @media screen and (max-width: 800px), (max-device-width: 800px) {
    .home#empty-hero {
      padding-top: 31px;
      width: 100% !important;
      height: 60px; } }

/*# sourceMappingURL=style.css.map */
