/* Very Large */
@media screen and (max-width:5000px),screen and (max-device-width:5000px) {
    body
    {
        font-size: 18px;
    }
    .setwidth
    {
        max-width: 1400px;
    }
    
    .content-image-left
    {
        left: -20%;
        width: 50%;
    }
    .block-left-image .content
    {
        margin-left: 32.5%;
    }
    
    .content-image-right
    {
        right: -20%;
        width: 50%;
    }
    .block-right-image .content
    {
        margin-right: 32.5%;
    }
    
}

/* Large */
@media screen and (max-width:1800px),screen and (max-device-width:1800px) {
    body
    {
        font-size: 17px;
    }
    .setwidth
    {
        max-width: 1300px;
    }
    
    .content-image-left
    {
        left: -20%;
        width:42.5%;
    }
    .block-left-image .content
    {
        margin-left: 25%;
    }
    
    .content-image-right
    {
        right: -20%;
        width:42.5%;
    }
    .block-right-image .content
    {
        margin-right: 25%;
    }
    
}

/* Larger */
@media screen and (max-width:1600px),screen and (max-device-width:1600px) {

    .content-image-left
    {
        left: -12%;
        width:45%;
    }
    .block-left-image .content
    {
        margin-left: 36%;
    }
    
    .content-image-right
    {
        right: -12%;
        width:45%;
    }
    .block-right-image .content
    {
        margin-right: 36%;
    }
    
    
}

/* Normal */
@media screen and (max-width:1400px),screen and (max-device-width:1400px) {
    body
    {
        font-size: 16px;
    }
    .setwidth
    {
        max-width: 1200px;
    }
    
    .content-image-left
    {
        left: -8%;
        width:45%;
    }
    .block-left-image .content
    {
        margin-left: 40%;
    }
    
     .content-image-right
    {
        right: -8%;
        width:45%;
    }
    .block-right-image .content
    {
        margin-right: 40%;
    }
}

/* Small */
@media screen and (max-width:1200px),screen and (max-device-width:1200px) {

    body
    {
        font-size: 14px;
    }    
    .setwidth
    {
        max-width: 100%;
    }
   
    .content-image-left
    {
        left: -1%;
        width:40%;
    }
    .block-left-image .content
    {
        margin-left: 42.5%;
    }
    
    .content-image-right
    {
        right: -1%;
        width:40%;
    }
    .block-right-image .content
    {
        margin-right: 42.5%;
    }
}

/* Tablet */
@media screen and (max-width:1024px),screen and (max-device-width:1024px) {

    h4
    {
        /*-webkit-text-stroke-width: 0.25px;*/
    }
    #access a
    {
        margin-right: 0;
        padding: 0 10px;
    }
    #access ul
    {
        padding-left: 70px;
    }
    .image-slider
    {
        height: 400px;
    }
    .news-grid-item
    {
        height: 350px;
    }
    .news-grid-link
    {
        height: 250px;
    }
    .news-grid-overlay
    {
        height: 250px;
    }
}

/* Mobile */
@media screen and (max-width:767px),screen and (max-device-width:767px) 
{
    body
    {
        font-size: 16px;
    }
    .news-expanded
    {
        display: none!important;
    }
    .news-grid
    {
        width: 100%;
    }
    .news-grid-item
    {
        width: 100%;
        margin-right: 0;
    }
   
    .content-image-right,.content-image-left
    {
        position: relative;
        width: 100%;
        height: 300px;
        margin-bottom: 2em;
    }
    .block-right-image .content,.block-left-image .content
    {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    table td
    {
        display: block;
        margin-bottom: 2em;
    }
    .setwidth
    {
        padding-left: 2em;
        padding-right: 2em;
    }
    .slider-prev,.slider-next
    {
        background-color: white; 
    }
    #topsocial
    {
        right: auto;
        left: 65px;
    }
    #access
    {
        height: auto;
        position: absolute;
        right: 0;
        margin-right: -2em;
        top: 53px;
        background: #2c2c2e;
        display: none;
    }
    #access ul
    {
        padding-left: 0;
    }
    #access li    {
        display: block;
        text-align: right;
    }
    #access a
    {
        margin-right: 0;
        display: block;
    }
    #menubutton
    {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        background: url(menubutton.png) no-repeat center center;
        right: -2em;
        top: 12px;
        width: 79px;
    }
    #home-header
    {
        font-size: 0.85em;
    }

    #home-header-arrow
    {
        display: none;
    }
    .news-grid-item
    {
        height: 400px;
    }
    .news-grid-link,.news-grid-overlay
    {
        height: 300px;
    }
    .viewallnews
    {
        float: none;
        display: block;
        margin-bottom: 2em;
    }
    #home-header-content-inner
    {
        vertical-align: bottom;
    }
    #page .topfixed
    {
        
        top: 1.5em;
    }
    .merch-type
    {
        margin-bottom: 1em;
        padding-top: 0em;
        float: none;
        clear: both;
    }
}
