/******* George B added ***************/

a {
    color: black;
}

.the-share-buttons{
    display: flex;
}

.twitter-share-button{
    align-self: flex-start;
    margin-left: 5px;
}

.fb-share-button{
    align-self: flex-end;

}


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

* {
    box-sizing: border-box !important;
}

ul {
    margin: 0;
}

html {
    font-size: 14px;
}

body {
    font-family: 'Open Sans',sans-serif;
    overflow-x: hidden;

}
p{
  margin: .5em;
}
/*****Z-Index'd Items*****/

.photo-cred{
    position: absolute;
    color: white;
    bottom: 0px;
    background-color: rgba(0,0,0,.7);
    padding: 5px;
}



.top-nav {
    z-index: 90;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: black;
}

.settings-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 15px 8px 15px;
    font-size: 2em;
    color: #eee;
    cursor: pointer;
}

.settings-icon:hover {
    color: white;
}

.settings-pane {
    z-index: 999;
    position: fixed;
    top: 55px;
    right: 6px;
    width: 180px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1em;
    background-color: white;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
}

.settings-pane:after,
.settings-pane:before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
}

.settings-pane:after {
    margin-left: 52px;
    border-color: rgba(247,247,247,0);
    border-width: 16px;
    border-bottom-color: white;
}

.settings-pane:before {
    margin-left: 51px;
    border-color: rgba(168,168,168,0);
    border-width: 17px;
    border-bottom-color: #a8a8a8;
}

.settings-heading {
    padding: 0 0 0 5px;
    font-size: 200%;
}

.settings-heading i {
    margin: 2px 4px 0 0;
    font-size: 110%;
}

.settings-closed {
    display: none;
    right: 0;
    height: 0;
}

.settings-open {
    display: block;
    height: 132px;
}

.settings-list {
    font-size: 1.3em;
    color: white;
}

.settings-list ul {
    padding: 0 0 0 0;
    list-style: none;
}

.settings-list a {
    text-decoration: none;
    color: black;
}

.settings-list a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.settings-list ul li {
    width: 100%;
    padding: 10px 0 5px 48px;
    color: black;
}

.settings-overlay-opened {
    z-index: 95;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.settings-overlay-closed {
    display: none;
}

.slide-menu {
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    overflow: scroll;
    background-color: black;
}

.overlay-opened {
    z-index: 95;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}

.overlay-closed {
    display: none;
}

.container {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
}

/*****Top Navigation*****/

.fa-inverse {
    color: rgba(255,255,255,.8) !important;
}

.fa-inverse:hover {
    color: rgb(255,255,255) !important;
}

.fa-border {
    border: 1.5px solid rgb(216,216,216) !important;
    border-radius: 4px !important;
}

.fa-border:hover {
    color: rgb(255,255,255) !important;
}

.hamburger {
    position: absolute;
    top: 9px;
    left: 9px;
    font-size: 160%;
    cursor: pointer;
}

.logo-container {
    height: 36px;
}

.logo {
    display: block;
    width: 300px;
    height: 30px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

/**********Categories************/

.categories {
    height: 50px;
    padding: 10px 0 0 0;
    list-style: none;
    color: white;
}

.categories ul {
    padding: 0;
    list-style: none;
}

.categories li {
    float: left;
    width: 100%;
    padding: 10px 0 5px 0;
}

.categories li a {
    display: block;
    float: left;
    width: 80%;
    padding: 0 0 0 10px;
    text-decoration: none;
    font-size: 130%;
    color: #f7f7f7;
}

.categories li a:hover {
    text-decoration: underline;
}

.categories li i {
    display: block;
    float: right;
    padding: 0 10px 0 0;
    font-size: 140%;
}

.categories li ul {
    margin: 0;
}

.submenu {
    height: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.show li {
    padding: 10px 0 10px 30px;
    color: #f7f7f7;
    background-color: #1e1e1e;
}

.show li:hover {
    color: #f7f7f7;
    background-color: rgba(255,255,255,.4);
    -webkit-transition: .1s;
            transition: .1s;
    cursor: pointer;
}

.submenu ul {
    padding: 0;
}

.expand {
    float: left;
    width: 20%;
    height: 30px;
    cursor: pointer;
}

.hide {
    height: 0;
}

.hidden {
    visibility: hidden;
}

.show {
    height: auto;
    -webkit-transition: .5s;
            transition: .5s;
}

/*****Side Menu*****/

.slide-menu::-webkit-scrollbar {
    display: none;
}

.is-closed {
    left: -240px;
    -webkit-transition: .5s;
            transition: .5s;
}

.is-open {
    left: 0;
    -webkit-transition: .5s;
            transition: .5s;
}

.sections-heading {
    padding: 0 0 0 5px;
    font-size: 250%;
    color: #f7f7f7;
}

.sections-heading i {
    margin: 2px 4px 0 0;
    font-size: 110%;
}

.close-icon {
    height: 100px;
}

.close {
    cursor: pointer;
}

.close-settings {
    cursor: pointer;
}

.sections-list {
    padding: 2px 0 0 0;
    font-size: 150%;
}



.margin-top {
    margin-top: 25px;
}

.progress-bar {
    z-index: 99999;
    position: fixed;
    top: 0;
    top: 100px;
    left: 0;
    width: 0;
    height: 3px;
    border-top: 1px solid white;
    background-color: rgba(0,0,0,.9);
}

.top50 {
    top: 50px;
    -webkit-transition: .2s;
            transition: .2s;
}

.topZero {
    top: 0;
    border: none;
}

.no-border {
    border: none;
}

.subscribe {
    position: absolute;
    right: 54px;
    width: 85px;
    height: 34px;
    margin: 7px 0 0 0;
    padding: 5px 0 1px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.subscribe a {
    text-decoration: none;
    font-size: 1.1em;
    color: #f7f7f7;
}

.subscribe:hover {
    border: 1px solid white;
    color: white;
}

.sections-text {
    position: absolute;
    top: 4px;
    left: 41px;
    font-size: 0.7em;
    color: #f7f7f7;
}

/*////////////////// VALLEY FIRE PAGE STYLES /////////////////   */

.section-1 {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url('../images/dropbox/Middletown/JPEG/middletown9.jpg');
  background-size: cover;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-attachment: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

}
.section-1 i{
  position: absolute;
  bottom: 10px;
  left: calc(50% - 12.5px);
}

.main-title {
  width: 50%;
  margin-top: 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  font-style: italic;
  background-color: rgba(255,255,255,.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;


}

.main-title img{
  width: 80%;
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 50%;
  margin-top: 15px;
}


.valley-fire-coverage {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  font-size: 1.5em;
  margin: 5px 0;
}

.section-2 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-3 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}

.section-4 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-5 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}

.section-6 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-7 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}

.section-8 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-8a {
    position: relative;
    margin: 0 0 0 0;
}
.section-9 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-10 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-11 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-12 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-13 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-14 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-15 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-16 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-17 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-18 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-19 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-20 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-21 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-22 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-23 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-24 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-25 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-26 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-27 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-28 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-29 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}
.section-30 {
    position: relative;
    height: 100vh;
    margin: 0 0 0 0;
}

.story-title {
    font-size: 1.5em;
}

.main-story-title {
    font-size: 2em;
    text-align: center
}
.read-full {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1em;
    line-height: 30px;
    -webkit-transition: .5s;
            transition: .5s;
    margin: 5px 0 0 0;
}

.read-full a {
    display: block;
    padding: 5px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 800;
    color: white;
    -webkit-transition: .5s;
            transition: .5s;

    background-color: rgba(0,0,0,.5);
}

.read-full a:hover {
    color: black;
    background-color: white;
    -webkit-transition: .5s;
            transition: .5s;
    cursor: pointer;
}

.story-image2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Middletown/JPEG/middletown17.jpg');
    background-size: cover;

}
.story-image3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/cobb/JPEG/cobb33.jpg');
    background-size: cover;
}
.story-image4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/animals/JPEG/animals11.jpg');
    background-size: cover;
}
.story-image5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/cobb/JPEG/cobb11.jpg');
    background-size: cover;
}
.story-image6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Hidden-Valley/JPEG/hidden-valley27.jpg');
    background-size: cover;
}
.story-image7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Middletown/JPEG/middletown20.jpg');
    background-size: cover;
}
.story-image8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/animals/JPEG/animals6.jpg');
    background-size: cover;
}
.story-image8a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: white;
}
.story-image9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Middletown/JPEG/middletown27.jpg');
    background-size: cover;
}
.story-image10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Evacuees/JPEG/evacuees6.jpg');
    background-size: cover;
}
.story-image11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Middletown/JPEG/middletown15.jpg');
    background-size: cover;
}
.story-image12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/animals/JPEG/animals14.jpg');
    background-size: cover;
}
.story-image13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Middletown/JPEG/middletown24.jpg');
    background-size: cover;
}
.story-image14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/animals/JPEG/animals16.jpg');
    background-size: cover;
}
.story-image15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Hidden-Valley/JPEG/hidden-valley36.jpg');
    background-size: cover;
}
.story-image16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Middletown/JPEG/middletown3.jpg');
    background-size: cover;
}
.story-image17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/cobb/JPEG/cobb40.jpg');
    background-size: cover;
}
.story-image18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Hidden-Valley/JPEG/hidden-valley29.jpg');
    background-size: cover;
}
.story-image19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/loot.jpg');
    background-size: cover;
}
.story-image20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Evacuees/JPEG/evacuees8.jpg');
    background-size: cover;
}
.story-image21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Hidden-Valley/JPEG/hidden-valley19.jpg');
    background-size: cover;
}
.story-image22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/shelter.jpg');
    background-size: cover;
}
.story-image23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/animals/JPEG/animals15.jpg');
    background-size: cover;
}
.story-image24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Evacuees/JPEG/evacuees10.jpg');
    background-size: cover;
}
.story-image25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/hero.jpg');
    background-size: cover;
}
.story-image26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/donatetree.jpg');
    background-size: cover;
}
.story-image27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../images/dropbox/Evacuees/JPEG/evacuees7.jpg');
    background-size: cover;
}
.story-image28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    background-attachment: fixed;
    background-image: url('../firedog.jpg');
    background-size: cover;
}

.time-divider {
  position: relative;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3em;
  background-color: white;
 
}
.time-divider:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}

.time-divider span { 
  background: #fff; 
  padding: 20px 10px; 
}

.byline {
    margin-top: 5px;
    padding: 5px 0 5px 5px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    text-align: left;
    font-size: 1em;
    color: #f7f7f7;
}

.big-logo-box {
}

.more-stories-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 10vh;
    font-size: 1.5em;
  

}

.more-stories-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    background-color: black;
}

.more-stories-list li a {
    text-decoration: none;
    color: white;
}

.more-stories-list li a:hover {
    text-decoration: underline;
}

.section-2-extra-story-1 {
    background-image: url('../images/dropbox/Hidden-Valley/JPEG/hidden-valley30.jpg');
}

.section-2-extra-story-2 {
    background-image: url('../images/dropbox/Middletown/JPEG/middletown10.jpg');
}
.section-7-extra-story-1 {
    background-image: url('../images/dropbox/Hidden-Valley/JPEG/hidden-valley34.jpg');
}
.section-9-extra-story-1 {
    background-image: url('../images/dropbox/Hidden-Valley/JPEG/hidden-valley31.jpg');
}
.section-11-extra-story-1 {
    background-image: url('../images/dropbox/Evacuees/JPEG/evacuees1.jpg');
}
.section-13-extra-story-1 {
    background-image: url('../images/dropbox/Evacuees/JPEG/evacuees13.jpg');
}

.extra-story-container div{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .1s;
          transition: .1s;
}

.extra-story-container div a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px #000;
  font-size: 1.5em;
  font-weight: 800;
  color: white;
}

.extra-story-container div:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    cursor: pointer;
}

.extra-story-container div a:hover {
    color: #ccc;
}

.section-3-extra-story-1 {
    background-image: url('../images/dropbox/Middletown/JPEG/middletown20.jpg');
}

.section-3-extra-story-2 {
    background-image: url('../images/dropbox/Middletown/JPEG/middletown27.jpg');
}

.section-3-extra-story-3 {
    background-image: url('../images/dropbox/Middletown/JPEG/middletown32.jpg');
}

.section-3-extra-story-4 {
    background-image: url('../images/dropbox/Middletown/JPEG/middletown9.jpg');
}

.section-4-extra-story-1 {
    background-image: url('../images/dropbox/harbin/JPEG/harbin1.jpg');
}


.section-4-extra-story-2 {
    background-image: url('../images/dropbox/Hidden-Valley/JPEG/hidden-valley32.jpg');
}

.extra-story-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    margin: 0 0 0 25px;
    font-size: 1.2em;
    color: black;
    background-color: white;
}

.extra-story-container {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    overflow: hidden;
    background-color: black;
}

.hide-box {
    width: 50%;
    margin-top: 5px;
    margin-left: 25%;
    padding: 2px;
    border: 1px solid white;
    border-radius: 2px;
    text-align: center;
    -webkit-transition: .5s;
            transition: .5s;
}

.hide-box:hover {
    color: black;
    background-color: white;
    cursor: pointer;
}

.show-story {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 20%;
    margin-top: 5px;
    margin-left: 40%;
    padding: 2px;
    border: 1px solid white;
    border-radius: 2px;
    text-align: center;
    color: white;
    -webkit-transition: .5s;
            transition: .5s;
    background-color: rgba(0,0,0,.8);
}

.show-story:hover {
    color: black;
    background-color: white;
    cursor: pointer;
}

.hide {
    display: none;
    -webkit-transition: .5s;
            transition: .5s;

}
.video-container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
        width: 100%;
}

.video-container iframe{
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  height: 315px;
  margin-top: 25px;
}

.section-1 i{
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
}
.fa-2x{
    font-size: 1.5em !important;
}

.jux{
  margin: 0 0 25px 0;
}
.jux iframe{
  width: 100%;
  height: 353px;
}
.jx-slider{
  overflow: hidden;
}

/*****    Smartphones    *****/

@media (min-width: 250px) and (max-width:567px){

    .main-story-title{
        font-size: 1.2em;
    }
    .show-story-mobile {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 50%;
        margin-top: 5px;
        margin-left: 25%;
        padding: 2px;
        border: 1px solid white;
        border-radius: 2px;
        text-align: center;
        color: white;
        -webkit-transition: .5s;
        transition: .5s;
        background-color: rgba(0,0,0,.8);
    }

 
    .show-story{
        width: 50%;
        margin-left: 25%;
        bottom: 20px;
    }

    .show-story-gif {
        position: absolute;
        left: 0;
        width: 50%;
          margin-left: 25%;
          bottom: 45px;
        margin-top: 5px;
        padding: 2px;
        border: 1px solid white;
        border-radius: 2px;
        text-align: center;
        color: white;
        -webkit-transition: .5s;
                transition: .5s;
        background-color: rgba(0,0,0,.8);
    }

    .show-story:hover {
        color: black;
        background-color: white;
        cursor: pointer;
    }

    .hide-box{
        width: 75%;
        margin-top: 10px;
        margin-left: 12.5%;
        padding: 4px;
        font-size: .9em;
    }

    .hide-box-gif{
        width: 50%;
        margin-top: 10px;
        margin-left: 25%;
        padding: 4px;
        font-size: .9em;
        border: 1px solid white;
        border-radius: 2px;
        text-align: center;
        -webkit-transition: .5s;
                transition: .5s;
    }

  .section-1{
    background-attachment: scroll;
    background-position: center;


  }
  .story-image2{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image3{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image4{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image5{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image6{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image7{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image8{
    background-attachment: scroll;
    background-position: center;
  }
  .story-image9{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image10{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image11{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image12{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image13{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image14{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image15{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image16{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image17{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image18{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image19{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image20{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image21{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image22{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image23{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image23{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image24{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image25{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image26{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image27{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image28{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image29{
    background-attachment: scroll;
    background-position: center;

  }
  .story-image30{
    background-attachment: scroll;
    background-position: center;

  }
  

  .jux{
    display: none;
  }
  .more-stories-heading{
    font-size: 1.3em;
  }
  .read-full{
    margin-top: 15px;
  }

  .story-body{
    display: none;
  }
    body {
        margin: 0;
    }

    .container {
        padding: 0;
    }

    .logo-container {
        height: 36px;
    }

    .logo {
        width: 152.5px;
        height: 15px;
        margin-top: 17px;
    }

    .sign-in-button {
        right: 9px;
    }

    .hide-mobile {
        display: none;
    }

    .footer {
        clear: both;
        margin-top: px;
        background-color: #f0f0f0;
    }

    .footer-top-bar {
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }

    .footer-logo {
        width: 200px;
        padding: 10px;
    }

    .footer-section-nav {
        float: left;
        list-style: none;
    }

    .footer-main-box {
        clear: both;
        padding-bottom: 60px;
        overflow: hidden;
    }

    .footer-quarter-container {
        float: left;
        width: 50%;
        text-align: center;
    }

    .quarter-container-list ul li a {
        text-decoration: none;
    }

    .footer-quarter-container:last-child {
        border-bottom: none;
    }

    .quarter-container-title {
        padding: 10px;
        font-weight: 600;
    }

    .quarter-container-list ul {
        padding: 5px;
        font-size: 100%;
        list-style: none;
    }

    .quarter-container-list {
        padding-left: 10px;
    }

    .hamburger {
        left: 3px;
    }

    .search-icon {
        left: 39px;
    }

    .settings-icon {
        right: -10px;
    }

    .border-mobile {
        border-bottom: 1px solid #ccc !important;
    }

    .settings-open {
        height: 165px;
    }

    .story-excerpt {
        z-index: 3;
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 20px;
        font-size: 1.1em;
        color: white;
        background-color: rgba(0,0,0,.7);
        border-radius: 2px;
    }


    .more-stories-list{
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }

    .extra-story-container {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
    }
    .extra-story-container div a {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
    }
    .valley-fire-coverage{
      font-size: 1em;
    }
    .main-title{
      width: 90%;
    }
    .time-divider span {
        background: #fff;
        padding: 30px 10px;
    }
    .time-divider{
      font-size: 2em;
    }
    .video-container iframe{
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
    }
    .mobile-first-story {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 3;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        padding: 20px;
        font-size: 1em;
        color: white;
        margin-top: 15px;
        background-color: rgba(0,0,0,.7);
        border-radius: 2px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .hide-mobile{
        display: none;
    }
    .photo-cred{
        font-size: .7em;
    }

}


/*****    Landscape phones    *****/

@media (min-width:568px) and (max-width:767px) {

    .hide-landscape{
        display: none !important;
    }
      .show-story-mobile {
          position: absolute;
          bottom: 30px;
          left: 0;
          width: 50%;
          margin-top: 5px;
          margin-left: 25%;
          padding: 2px;
          border: 1px solid white;
          border-radius: 2px;
          text-align: center;
          color: white;
          -webkit-transition: .5s;
          transition: .5s;
          background-color: rgba(0,0,0,.8);
      }

      .main-title{
          margin-top: 60px;
          width: 50% !important;
      }

      .show-story{
          width: 50%;
          margin-left: 25%;
          bottom: 20px;
      }

      .show-story-gif {
          position: absolute;
          left: 0;
          width: 50%;
            margin-left: 25%;
            bottom: 45px;
          margin-top: 5px;
          padding: 2px;
          border: 1px solid white;
          border-radius: 2px;
          text-align: center;
          color: white;
          -webkit-transition: .5s;
                  transition: .5s;
          background-color: rgba(0,0,0,.8);
      }

      .show-story:hover {
          color: black;
          background-color: white;
          cursor: pointer;
      }

      .hide-box{
          width: 50%;
          margin-top: 10px;
          margin-left: 25%;
          padding: 0px;
          font-size: .9em;
      }

      .hide-box-gif{
          width: 50%;
          margin-top: 10px;
          margin-left: 25%;
          padding: 4px;
          font-size: .9em;
          border: 1px solid white;
          border-radius: 2px;
          text-align: center;
          -webkit-transition: .5s;
                  transition: .5s;
      }

    .section-1{
      background-attachment: scroll;
      background-position: center;
     

    }
    .story-image2{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image3{
      background-attachment: scroll;
      background-position: center;


    }
    .story-image4{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image5{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image6{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image7{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image8{
      background-attachment: scroll;
      background-position: center;
    }
    .story-image9{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image10{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image11{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image12{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image13{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image14{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image15{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image16{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image17{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image18{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image19{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image20{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image21{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image22{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image23{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image23{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image24{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image25{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image26{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image27{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image28{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image29{
      background-attachment: scroll;
      background-position: center;

    }
    .story-image30{
      background-attachment: scroll;
      background-position: center;

    }
    

    .jux{
      display: none;
    }
    .more-stories-heading{
      font-size: 1.3em;
    }
  
    .read-full{
        width: 80%;
        margin-left: 10%;
    }
    .read-full a{
        padding: 0;
        line-height: 30px
    }

    .story-body{
      display: none;
    }
      body {
          margin: 0;
      }

      .container {
          padding: 0;
      }

      .logo-container {
          height: 36px;
      }

      .logo {
          width: 152.5px;
          height: 15px;
          margin-top: 17px;
      }

      .sign-in-button {
          right: 9px;
      }

      .hide-mobile {
          display: none;
      }

      .footer {
          clear: both;
          margin-top: px;
          background-color: #f0f0f0;
      }

      .footer-top-bar {
          border-bottom: 1px solid #ccc;
          overflow: hidden;
      }

      .footer-logo {
          width: 200px;
          padding: 10px;
      }

      .footer-section-nav {
          float: left;
          list-style: none;
      }

      .footer-main-box {
          clear: both;
          padding-bottom: 60px;
          overflow: hidden;
      }

      .footer-quarter-container {
          float: left;
          width: 50%;
          text-align: center;
      }

      .quarter-container-list ul li a {
          text-decoration: none;
      }

      .footer-quarter-container:last-child {
          border-bottom: none;
      }

      .quarter-container-title {
          padding: 10px;
          font-weight: 600;
      }

      .quarter-container-list ul {
          padding: 5px;
          font-size: 100%;
          list-style: none;
      }

      .quarter-container-list {
          padding-left: 10px;
      }

      .hamburger {
          left: 3px;
      }

      .search-icon {
          left: 39px;
      }

      .settings-icon {
          right: -10px;
      }

      .border-mobile {
          border-bottom: 1px solid #ccc !important;
      }

      .settings-open {
          height: 165px;
      }

      .story-excerpt {
          z-index: 3;
          float: left;
          width: 100%;
          margin: 0 0 0 0;
          padding: 20px;
          font-size: 1.1em;
          color: white;
          background-color: rgba(0,0,0,.7);
          border-radius: 2px;
      }


      .more-stories-list{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
      }

      .extra-story-container {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
      }
      .extra-story-container div a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
      }
      .valley-fire-coverage{
        font-size: 1em;
      }
      .main-title{
        width: 90%;
      }
      .time-divider span {
          background: #fff;
          padding: 30px 10px;
      }
      .time-divider{
        font-size: 2em;
      }
      .video-container iframe{
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
      }

      .mobile-first-story {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          z-index: 3;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          padding: 20px;
          font-size: 1em;
          color: white;
          margin-top: 20px;

          background-color: rgba(0,0,0,.7);
          border-radius: 2px;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
      }
      .hide-mobile{
          display: none;
      }
      .photo-cred{
          font-size: .7em;
      }
 

}


/*****    Tablets    *****/

@media (min-width:768px) and (max-width:1024px) {
  .story-body{
    font-size: 1.2em;
  }
  .video-container iframe{
    -webkit-flex-basis: 90%;
        -ms-flex-preferred-size: 90%;
            flex-basis: 90%;
  }
  .extra-story-container {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .more-stories-list{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

    .settings-open {
        height: 165px;
    }

    .hide-tablet {
        display: none;
    }

    .footer {
        clear: both;
        margin-top: 25px;
        background-color: #f0f0f0;
    }

    .footer-top-bar {
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }

    .footer-logo-box {
        float: left;
    }

    .footer-logo {
        width: 200px;
        padding: 10px 0 10px 10px;
    }

    .footer-section-nav li {
        display: inline;
        padding: 5px;
    }

    .footer-main-box {
        clear: both;
        overflow: hidden;
    }

    .footer-quarter-container {
        float: left;
        width: 50%;
        padding-left: 16%;
        min-height: 270px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .tablet-border {
        border-right: 1px solid #ccc;
    }

    .quarter-container-title {
        padding: 10px;
        font-weight: 600;
    }

    .quarter-container-list ul {
        padding: 5px;
        font-size: 100%;
        list-style: none;
    }

    .quarter-container-list {
        padding-left: 10px;
    }

    .story-excerpt {
        z-index: 3;
        float: left;
        width: 90%;
        margin: 0 0 0 0;
        padding: 20px;
        font-size: 1.2em;
        color: white;
        background-color: rgba(0,0,0,.7);
        border-radius: 2px;
    }
  
    .first-story-excerpt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 3;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 90%;
        padding: 20px;
        font-size: 1.2em;
        color: white;
        margin-top: 25px;
        background-color: rgba(0,0,0,.7);
        border-radius: 2px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
 
}

/*****    Large Screens    *****/

@media (min-width:1025px) {
    .story-excerpt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 3;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 50%;
        padding: 20px;
        font-size: 1.2em;
        color: white;
        background-color: rgba(0,0,0,.7);
        border-radius: 2px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .first-story-excerpt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 3;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 50%;
        padding: 20px;
        font-size: 1.2em;
        color: white;
        margin-top: 25px;
        background-color: rgba(0,0,0,.7);
        border-radius: 2px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .hide-pc {
        display: none;
    }

    /*****     Footer     *****/

    .footer {
        clear: both;
        background-color: #f0f0f0;
    }

    .footer-top-bar {
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }

    .footer-logo-box {
        float: left;
    }

    .footer-logo {
        width: 200px;
        padding: 10px;
    }

    .footer-section-nav {
        float: left;
        margin: 10px;
        list-style: none;
    }

    .footer-section-nav li {
        display: inline;
        padding: 30px 5px 5px 5px;
    }

    .footer-main-box {
        clear: both;
        overflow: hidden;
    }

    .footer-quarter-container {
        float: left;
        width: 25%;
        padding-left: 6%;
        border-right: 1px solid #ccc;
    }

    .footer-quarter-container:last-child {
        border: none;
    }

    .quarter-container-title {
        padding: 10px;
        font-weight: 600;
    }

    .quarter-container-list ul {
        padding: 5px;
        font-size: 100%;
        list-style: none;
    }

    .quarter-container-list {
        padding-left: 10px;
    }

    .footer-main-box {
        padding-bottom: 15px;
    }

    .button-holder {
        position: relative;
        width: 692px;
        height: 626px;
    }

}
