h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: black;
  font-size: 100%;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4              { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, strong          { font-weight: bolder }

.contactItem
{
    margin-top: 15px;
    text-align: center;
}

.contactText
{
    margin-top: 15px;
}

#contactsRow
{
    max-width: 900px; 
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.navbar
{
    margin-bottom: 0;
}

.container
{
    margin: 0;
    padding: 0;
    width: 100%;
}

#upperContent
{
    margin: auto;
    padding: 0;
}

#upperContent .col-md-12
{
    margin: auto;
    padding: 0;
}

#pageContent
{
    margin: auto;
    width: 100%;
}

.upperContentStoryArea
{
    overflow: hidden;
}

.upperContentStoryAreaContent
{
    margin: 5%;
    margin-bottom: 5px;
}

.upperContentStoryAreaContent .row
{
    margin-left: auto;
    margin-right: auto;
}

.upperContentStoryAreaText
{
    overflow: hidden; 
    max-height: 150px;
}

.umButton002
{
    background-color: black; 
    color: white;
    text-decoration: none;
}

.umButton002
{
    border-radius: 0;
    border: none;
    background-color: black; 
    color: white;
}

.umButton002:visited
{
    background-color: black; 
    color: white;
    text-decoration: none;
}

.umButton002:link
{
    background-color: black; 
    color: white;
    text-decoration: none;
}

.btn:focus
{
    outline: none !important;
   background-color: black !important;
}

.btn:active 
{
   outline: none !important;
   background-color: gray !important;
}

#upperContentStoryMoreButton
{
    float: left; 
    margin-top: 10px; 
    margin-right: 15%; 
    height: 30px; 
    width: 75px;
}

#mainContentRow
{
    margin-top: 50px;
    margin-bottom: 0px;
}

#upcomingEventsHeadingContainer
{
    border-bottom: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: gray;
    margin-left: 3%;
    padding: 0;
    width: 85%;
}

#eventsContainer
{
    overflow: auto; 
    overflow-x: hidden;
    min-height: 200px; 
    max-height: 245px; 
    padding-left: 5px;
}

#eventsColumn
{
    margin-bottom: 15px;
    max-height: 300px;
}

.eventDetailsItem > a
{
    text-decoration: none;
}

.eventDetailsItem > a:visited,
.eventDetailsItem > a:link
{
    text-decoration: none;
    color: #C1262D;
}

.activeStoryContainer
{
    background-color: lightgray;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 300px;
    
}

.storyImage
{
    width: 154px;
    height: 96px; 
}

.storyMoreButton
{
    float: right;   
}

.storyRow
{
    padding-top: 5px;
}

.storyDescriptionRow
{
    
}

.storyDescriptionTextContainer
{
    max-height: 60px;
    overflow: hidden;
}

.storyHeadingRow
{
    padding-top: 0;
}

.storyHeading
{
    margin-top: 1px;
}

.storyImage
{
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    /*padding-left: 10%;
    padding-right: 10%;*/
}

.storiesContainer
{
    margin-left: 10px;
    margin-right: 10px;   
}

.storyCol
{
    
}



/* Small devices (landscape phones, 480px and up) */
@media (min-width: 200px)  and (max-width: 543px) 
{
    .headerImage
    {
        width: 100%;
    } 
    
    .upperContentStoryArea
    {
        margin-top: 5px;
        margin-left: 0;
        margin-right: 0;
        background-color: rgba(231, 231, 231, 0.90);
    }  

    #eventsColumn
    {
        border-left: none; 
    }

    #eventsContainer
    {
        min-height: initial; 
    }

    .activeStoryContainer
    {
        min-height: initial;
    }

    .storyImage
    {
        padding-left: 10%;
        padding-right: 10%;
    }

    .storiesContainer
    {
        margin-left: 0;
        margin-right: 0;   
    }
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) and (max-width: 767px) 
{
    .headerImage
    {
        width: 100%;
    }

    .upperContentStoryArea
    {
        margin-top: 5px;
        margin-left: 0;
        margin-right: 0;
        background-color: rgba(231, 231, 231, 0.90);
    }

    #eventsColumn
    {
        border-left: none; 
    }

    #eventsContainer
    {
        min-height: initial; 
    }

    .activeStoryContainer
    {
        min-height: initial;
    }

    .storyImage
    {
        padding-left: 10%;
        padding-right: 10%;
    }

    .storiesContainer
    {
        margin-left: 0;
        margin-right: 0;   
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) 
{
    .headerImage
    {
        width: 100%; 
     
    }

    .contactItem
    {
        float: left;
        width: 33.33333333%;
    }

    .upperContentStoryArea
    {
        margin-left: 0;
        margin-right: 0;
        float: right;
        right: 0;
        width: 50%;
        top: 15%;
        height: 70%;
        position: absolute;
        z-index: 1000;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .upperContentStoryAreaText
    {
        max-height: 120px;
    }

    #upperContentStoryMoreButton
    {
        float: left; 
        margin-top: 10px; 
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px)
{
    .headerImage
    {
        width: 100%;
    }

    .contactItem
    {
        float: left;
        width: 33.33333333%;
    }

    .upperContentStoryArea
    {
        margin-left: 0;
        margin-right: 0;
        float: right;
        right: 0;
        width: 50%;
        top: 25%;
        height: 60%;
        position: absolute;
        z-index: 1000;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .upperContentStoryAreaText
    {
        max-height: 150px;
    }

    #upperContentStoryMoreButton
    {
        float: left; 
        margin-top: 10px; 
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
    .headerImage
    {
        width: 100%;
        max-width: 1200px;
        max-height: 460px;
    }

    .upperContentStoryArea
    {
        margin-left: 0;
        margin-right: 0;
        float: right;
        right: 0;
        width: 50%;
        top: 25%;
        height: 60%;
        position: absolute;
        z-index: 1000;
        background-color: rgba(231, 231, 231, 0.90);
    }

    .upperContentStoryAreaText
    {
        max-height: 180px;
    }

    #upperContentStoryMoreButton
    {
        float: left; 
        margin-top: 10px; 
    }
}