.page-section:first-of-type {
    padding-top: 3.375rem;
}

#featured-stories + #featured-events {
    /*background-color: hsl(0, 0%, 95%);*/
}

/*FALL ADDRESS*/
/*FALL ADDRESS*/
/*FALL ADDRESS*/
#fall-address div.col-sm-5 {
    text-align: right;
}
#fall-address .col-sm-7 {
    margin-top: 5%;
}
#fall-address a:hover {
    color: #ffffff;
}
#fall-address a {
    color: #f6be00;
    text-decoration: underline;
}
@media only screen and (max-width:768px) {
  #fall-address div.col-sm-5 {
      text-align: center;
  }
  #fall-address .col-sm-7 {
    margin-top: 0;
    }
}
@media only screen and (min-width: 476px) and (max-width: 600px) {
    #fall-address h1 {
      font-size: 3.5rem;
    }
}
@media only screen and (max-width: 475px) {
    #fall-address h1 {
      font-size: 2.75rem;
    }
    #fall-address img {
      width: 50%;
    }
    #fall-address p {
        font-size: 1.125rem;
    }
}
#fall-address {
	 font-size:1.5rem;
	 background:#C8102E;
	 color: #ffffff;
	 padding-top: 1rem;
     padding-bottom: 1rem;
     line-height: normal;
}
/*END FALL ADDRESS*/


#featured-video {
	 background-color:rgb(0, 0, 0);
	 padding: 0;
}

#jumbo-wrap {
        height: 80vh;
        position: relative;
        width: 100%;
    }
    
.overlay-text h1 {
        position: absolute;
        top: 70%;
        right: 0;
        width: 100%;
        max-width: 830px;
        background: rgba(200, 16, 46, .65);
        margin: auto;
        margin-right: -40px;
        padding: 30px 45px 30px 45px;
        font-size: 7vw;
        letter-spacing: .01em;
        color: #fff;
        text-align: left;
        z-index: 99;
    }
    
@media only screen and (min-width: 320px) {
#main-vid {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        background-size: cover;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

section.emergency {
    background-color: #F6BE00;
    background-color: rgba(246, 190, 0, 0.8);
    font-family: Milo, sans-serif;
    padding: 1.25rem 0;
}

section.emergency p:last-child {
    margin-bottom: 0;
}

section.emergency h1:first-child,
section.emergency h2:first-child,
section.emergency p:first-child{
    margin-top: 0;
}

/* .section-grid-social */

.section-grid-social {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.25rem 0;
}

.section-grid-social .social-header {
    font: 1rem 'Milo'; /* 16px */
    line-height: 1.3125em;
    line-height: calc(1.5em - 3px);
    margin-bottom: calc(1.5em - 3px)
}

.section-grid-social .social-header * {
    margin: 0;
}

.section-grid-social h4 {
    margin: 0;
}

.section-grid-social .social-account,
.section-grid-social .social-timestamp {
    display: block;
}

.section-grid-social .social-timestamp {
    color: #54585a;
}

.section-grid-social .social-message {
    font: 200 3rem/1.125 'Milo', sans-serif; /* 48px */
    letter-spacing: -.025em;
}

.section-grid-social .social-icon {
    fill: currentColor;
    float: left;
    height: 3.75rem;
    margin: 0 .75rem 0 0;
    width: 3.75rem;
}

.section-grid-social .twitter .social-message {
    font-size: 2.5rem;
    line-height: 1.1;
    line-height: 1.25;
    overflow: hidden;
}

.section-grid-social .instagram .social-message {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.33333333;
    line-height: calc(1.5em - 3px);
}

.section-grid-social .instagram .social-message img {
    margin-bottom: .5em;
}
