﻿/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.

@media only screen and (min-width: 481px)
*/
@media only screen and (min-width: 568px)
{

    #container
    {
    }


    #cookiewarn
    {
    }

    #toplinecontact
    {
        display: block;
        color: #ffffff;
        float: right;
        font-size: .7em;
        padding: 1px 2px 2px 2px;
        margin-right: 20px;
        text-align: center;
    }

    #toplinelogin
    {
        display: block;
        background-color: #418D94;
        height: 24px;
        float: right;
        margin-right: 0px;
        font-size: .7em;
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .headwrapper
    {
    }
    #logo
    {
        margin-left: 0px;
        margin-top: -2%;
    }

    #banner
    {
        float: left;
        text-align: left;
        margin-bottom: -20px; /*this depends on the height of the logo*/
        padding-top:5px;
    }

    .menu-toggle
    {
        /*make menu float right, instead of sitting under the logo*/
        margin-top: 10px; /*this depends on the height of the logo*/
        float: right;
    }



    #homecontainer
    {
    }


    .topnut
    {
        height: 205px; /*b-ackground-image: url('/images/headers/newheaders/h1.jpg');         background-size: 100%;         width: 100% !important;         float: right;         z-index: 0;         position: absolute; margin-right: 1.6666666666667%;         display: block;*/
    }


    .flexslider
    {
    }


    #homelogos
    {
        float: left;
        width: 30%;
        margin-top: 7%;
        margin-left: 3%;
    }




    #homeholder
    {
        width: 100%;
    }



    #lefthome
    {
        float: none;
        width: 90%;
        position: relative;
        z-index: 100;
        t-op: 100px;
        margin-left: 5%;
        margin-right: 10%;
        m-argin-top: 6%;
        
    }





    #leftinner
    {
        margin-top: 0px;
    }


    #leftinner2
    {
        float: left;
        c-lear: left;
        w-idth: 100%;
        b-order: 1px solid red;
        position: relative;
    }

    #homespacer
    {
        height: 20px;
        width: 90%;
        float: left;
    }


    #smallheadergraphic
    {
        display: none;
    }

    #smartphonesocial
    {
        display: none;
    }

    #twitterholder
    {
        display: none;
    }


    #twitterholderlarge
    {
        margin-top: 20px;
        float: right;
        m-argin-right: 10%;
        width: 220px;
        display: block;
    }

    .localtwitterstyle
    {
        width: 200px;
        height: 300px;
    }

    #footernav
    {
        display: block;
    }

    #footernav li
    {
        display: inline;
        margin-right: 10px;
    }

    #footernav a
    {
        color: #00696f;
        text-decoration: none;
        text-transform: uppercase;
font-size:1.2em;
font-weight:bold;
    }



    #secondarycontentcontainer
    {
        width: 90%;
        position: relative;
    }


    .personholder
    {
        height: auto;
        width: 215px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #homebannerholder
    {
        display: block;
    }


    /*#homebannerholder:after
                    {
                        padding-top: 5%; 16:9 ratio
                        display: block;
                        content: '';
                    }*/




}

