html {
    height: 100%;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}

body {
    background: #ffffff;
    color: #50421f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
    display: block;
    position: relative;
}


/* headers
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
}


/* links
-----------------------------------------------*/
a {
    color: #df7916;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 100%;
    outline: 0;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/* paragraphs
-----------------------------------------------*/
p, address {
    display: block;
    font-style: normal;
}

strong, b {
    font-weight: bold;
}


/* general
-----------------------------------------------*/

#holder {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1200px;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/* header
-----------------------------------------------*/

#header {
    float: left;
    padding: 0 0 90px 0;
    width: 220px;
}

    #header .logo {
        display: block;
        height: 122px;
        margin: 20px 0 0 20px;
        overflow: hidden;
        padding: 0;
        width: 180px;
        z-index: 9999;
    }

        #header .logo img {
            float: left;
             max-width:180px;
            max-height:122px;
        }

    #header .tools {
        clear: both;
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0 0 50px 20px;
    }

        #header .tools li {
            clear: both;
            display: block;
            font-size: 12px;
            line-height: 28px;
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 0 0 15px 0;
        }

        #header .tools .link {
            border: 1px solid #50421f;
            color: #50421f;
            float: left;
            font-size: 12px;
            font-weight: bold;
            height: 36px;
            line-height: 36px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            width: 128px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
        }

        #header .tools .active {
            background: url("../img/sep-blue4x29.jpg") no-repeat right 4px;
        }

        #header .tools .search {
            padding-right: 40px;
            width: 160px;
        }

            #header .tools .search .fld {
                border: 1px solid #50421f;
                border-right: 0;
                color: #b9b3a5;
                float: left;
                font-size: 12px;
                font-weight: normal;
                height: 34px;
                line-height: 34px;
                padding: 0 5px 0 13px;
                width: 110px;
                position: relative;
                -webkit-border-radius: 2px 0 0 2px;
                border-radius: 2px 0 0 2px;
            }

            #header .tools .search .btn {
                background: url("../img/icons/spriteLOCSU.jpg") no-repeat -179px -157px;
                float: right;
                font-size: 1px;
                height: 36px;
                line-height: 1px;
                overflow: hidden;
                padding: 0;
                text-indent: -9999em;
                width: 31px;
                z-index: 9999;
            }

    #header .social {
        clear: both;
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0 0 0 7px;
    }

        #header .social li {
            color: #ffffff;
            float: left;
            font-size: 13px;
            font-weight: bold;
            line-height: 28px;
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 0 0 0 13px;
        }

        #header .social a {
            display: block;
            font-size: 1px;
            height: 28px;
            line-height: 1px;
            overflow: hidden;
            text-indent: -99999em;
            width: 28px;
        }

        #header .social .fb {
            background: url("../img/icons/spriteLOCSU.jpg") no-repeat -13px -157px;
        }

        #header .social .twitter {
            background: url("../img/icons/spriteLOCSU.jpg") no-repeat -54px -157px;
        }

        #header .social .linkedin {
            background: url("../img/icons/spriteLOCSU.jpg") no-repeat -94px -157px;
        }


/* nav
-----------------------------------------------*/

#nav {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 70px 0 50px 20px;
}

    #nav .menu-link {
        display: none;
    }

    #nav .menu {
        clear: both;
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

        #nav .menu li {
            clear: both;
            display: block;
            font-size: 14px;
            line-height: 30px;
            list-style: none;
            margin: 0;
            padding: 0 0 20px 0;
            position: relative;
        }

        #nav .menu a {
            color: #50421f;
            display: block;
            font-family: arial;
            font-size: 14px;
            line-height: 30px;
            overflow: hidden;
            padding: 0;
            text-transform: uppercase;
        }

            #nav .menu a:hover, #nav .menu .active {
                border-right: 4px solid #df7916;
                color: #df7916;
                text-decoration: none;
            }

        #nav .menu .active {
            font-weight: bold;
        }




/* main
-----------------------------------------------*/

#main {
    background: #b9b3a5;
    float: right;
    height: 100%;
    padding: 0 260px 0 0;
    width: 720px;
    z-index: 1;
}

.main-col {
    background: #e4e8ea;
    clear: both;
    display: block;
    min-height: 750px;
    overflow: hidden;
    padding: 40px 60px 60px 40px;
}

#content {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
}

#main h1 {
    color: #50421f;
    font-family: 'helveticanormal', arial;
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    padding: 0 0 20px 0;
}

#main h2 {
    color: #50421f;
    font-family: arial;
    font-size: 30px;
    line-height: 36px;
    padding: 0 0 15px 0;
}

#main h3 {
    color: #50421f;
    font-family: arial;
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 15px 0;
}

#main h4 {
    color: #50421f;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 0 15px 0;
}

    #main h1 a, #main h2 a, #main h3 a, #main h4 a {
        color: #50421f;
    }

    #main h4 a {
        font-weight: bold;
    }

#main p {
    color: #50421f;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 25px 0;
}

    #main p a, #main p .blue {
        color: #df7916;
    }

        #main p a:hover {
            text-decoration: underline;
        }

#main ul {
    margin: 0 0 20px 20px;
    padding: 0 0 0 20px;
}

    #main ul li {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 20px 0;
    }

#main blockquote {
    color: #50421f;
    display: block;
    font-size: 24px;
    font-style: italic;
    line-height: 32px;
    overflow: hidden;
    padding: 0 50px 30px 50px;
}

#main table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

    #main table tr {
        border: 0;
        margin: 0;
        padding: 0;
    }

    #main table td,
    #main table tbody th {
        border: 0;
        border-bottom: 2px solid #c0c9ce;
        color: #50421f;
        font-size: 13px;
        height: 51px;
        line-height: 51px;
        margin: 0;
        padding: 0 5px;
        vertical-align: middle;
    }

     #main table tbody th {
        text-align:left;
        font-weight:bold;
        background-color:#fff;
    }

    #main table thead th {
        background: #7a6f55;
        color: #ffffff;
        font-size: 13px;
        font-weight: bold;
        height: 51px;
        line-height: 51px;
        padding: 0;
        vertical-align: middle;
    }

    #main table td strong {
        color: #50421f;
    }

    #main table .tick {
        background: url("../img/tick14x11.png") no-repeat 0 0;
        display: block;
        font-size: 1px;
        height: 11px;
        line-height: 1px;
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
        text-indent: -99999em;
        width: 14px;
    }

     #main table td:nth-child(odd) {
        background: #ffffff;
        border-bottom: 2px solid #d4dade;
    }

    #main table .col-first {
        padding: 0 10px;
        text-align: left;
    }



#main .news-event-item {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0 0 40px 0;
    width: 100%;
}

    #main .news-event-item h2 {
        font-size: 20px;
        line-height: 34px;
    }

    #main .news-event-item .date {
        padding: 0;
        margin-bottom:20px;
    }

    #main .news-event-item .area {
        color: #df7916;
        padding: 0;
    }

#main .single-news-event {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0 0 20px 0;
    margin-bottom:20px;
    border-bottom:1px solid #df7916;
    width: 100%;
}

    #main .single-news-event h2 {
        font-size: 20px;
        line-height: 34px;
    }

     #main .single-news-event h2 a{
        font-weight:bold;
    }

    #main .single-news-event .date {
        padding: 0;
    }

    #main .single-news-event .area {
        color: #df7916;
        padding: 0;
    }

#main .search-item {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0 0 35px 0;
    width: 100%;
}

    #main .search-item h2 {
        font-size: 22px;
        line-height: 34px;
    }


#main .login {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 10px 0 40px 0;
    width: 100%;
}

    #main .login .row {
        clear: both;
        display: block;
        overflow: hidden;
        padding: 0 0 20px 0;
        width: 100%;
    }

    #main .login label {
        color: #50421f;
        float: left;
        font-size: 20px;
        line-height: 42px;
        padding: 0;
        /*width: 137px;*/
    }

    #main .login .fld {
        border: 1px solid #50421f;
        color: #50421f;
        float: left;
        font-size: 16px;
        font-weight: normal;
        height: 42px;
        line-height: 42px;
        padding: 0 9px;
        width: 200px;
        position: relative;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    #main .login .btn {
        background: #50421f;
        border: 1px solid #ffffff;
        color: #ffffff;
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 34px;
        line-height: 34px;
        text-align: center;
        width: 130px;
        position: relative;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    #main .login .btn-area {
        padding: 20px 0 65px 0;
    }

#main .profile {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 20px 0 40px 0;
    width: 100%;
}

    #main .profile .panel {
        clear: both;
        display: block;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    #main .profile .pic {
        float: left;
        width: 187px;
    }

    #main .profile img {
        float: left;
    }

    #main .profile .details {
        float: left;
        padding: 55px 0 0 30px;
        width: 300px;
    }

    #main .profile p {
        padding-bottom: 20px;
    }


#main .people {
    clear: both;
    float: left;
    margin: 0 0 0 -40px;
    overflow: hidden;
    padding: 10px 0 40px 0;
    width: 700px;
}

    #main .people .pic {
        clear: both;
        display: block;
        margin: 0 0 25px 0;
        overflow: hidden;
    }

    #main .people img {
        float: left;
        background:#50421F;
    }

    .modalProfile img {
            background:#50421F;
    }

    #main .people .item {
        float: left;
        min-height: 300px;
        overflow: hidden;
        padding: 0 0 20px 40px;
        width: 187px;
    }

    #main .people h4 {
        padding: 0;
    }

    #main .people p {
        padding: 0;
    }


#main .pagination {
    clear: both;
    display: block;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 50px 130px 0 130px;
    position: relative;
    text-align: center;
}

    #main .pagination .btn-prev {
        background: #7a6f55;
        border: 1px solid #ffffff;
        color: #ffffff;
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 38px;
        line-height: 38px;
        left: 0;
        position: absolute;
        top: 50px;
        text-align: center;
        width: 120px;
    }

    #main .pagination .btn-next {
        background: #7a6f55;
        border: 1px solid #ffffff;
        color: #ffffff;
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 38px;
        line-height: 38px;
        position: absolute;
        right: 0;
        top: 50px;
        text-align: center;
        width: 120px;
    }

    #main .pagination ul {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        #main .pagination ul li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0 5px;
        }

        #main .pagination ul a {
            color: #50421f;
            display: inline-block;
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            padding: 0;
            text-align: center;
            width: 40px;
        }

            #main .pagination ul a:hover, #main .pagination .active {
                background: #f2f2f2;
                font-weight: bold;
                text-decoration: none;
            }



#main .search-panel {
    background: #50421f;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 60px 40px;
    position: relative;
}

    #main .search-panel label {
        color: #e4e8ea;
        float: left;
        font-size: 20px;
        line-height: 47px;
        padding: 0 30px 0 0;
    }

    #main .search-panel .fld-area {
        float: left;
        width: 249px;
    }

  #main .search-panel .fld {
    border: 1px solid #50421f;
    border-right: 0;
    color: #50421f;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    padding: 0 6px 0 20px;
    width: 180px;
    position: relative;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

#main .search-panel .btn {
    background: url("../img/icons/spriteLOCSU.jpg") no-repeat -285px -157px;
    float: right;
    font-size: 1px;
    height: 47px;
    line-height: 1px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999em;
    width: 42px;
    z-index: 9999;
}




#main .widget-area {
    background: #f4f6f7;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 47px 0 57px 20px;
}

#main .widget {
    border-left: 1px dotted #7a6f55;
    float: left;
    min-height: 240px;
    padding: 5px 20px 0 20px;
    width: 190px;
}

#main .w-first {
    border: 0;
}

#main .widget h5 {
    color: #50421f;
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 15px 0;
}

#main .widget p {
    color: #50421f;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 10px 0;
}

#main .widget .list {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    #main .widget .list li {
        clear: both;
        display: block;
        font-size: 14px;
        line-height: 20px;
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0 0 12px 0;
    }

    #main .widget .list a {
        clear: both;
        color: #df7916;
        display: block;
        font-size: 14px;
        line-height: 20px;
        list-style: none;
        margin: 0;
        overflow: hidden;
    }

      #main .widget .list .ppt {
        background: url("../img/icons/ppt.png") no-repeat 0 3px;
        color: #50421f;
        padding: 0 0 0 23px;
    }
    #main .widget .list .pdf {
        background: url("../img/icons/pdf.png") no-repeat 0 3px;
        color: #50421f;
        padding: 0 0 0 23px;
    }
     #main .widget .list .doc,
      #main .widget .list .docx {
        background: url("../img/icons/doc.png") no-repeat 0 3px;
          color: #50421f;
        padding: 0 0 0 23px;
    }
        #main .widget .list .xls {
        background: url("../img/icons/xls.png") no-repeat 0 3px;
          color: #50421f;
        padding: 0 0 0 23px;
    }
          #main .widget .list .zip {
        background: url("../img/icons/zip.png") no-repeat 0 3px;
          color: #50421f;
        padding: 0 0 0 23px;
    }
            #main .widget .list .exe {
        background: url("../img/icons/exe.png") no-repeat 0 3px;
         color: #50421f;
        padding: 0 0 0 23px;
    }




.homepage #main {
    padding: 0;
    width: 980px;
}

.mask {
    background: url("http://loc-net.org.uk/assetsDesignB/img/shadowDesignB/shadow10x10-orange.png") repeat 0 0;
    display: block;
    font-size: 1px;
    height: 100%;
    left: 0;
    line-height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 480px;
    z-index: 999;
}

#main .intro {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
}

    #main .intro img {
        float: left;
        width: 100%;
    }

    #main .intro h2 {
        bottom: 40px;
        color: #ffffff;
        left: 40px;
        position: absolute;
        z-index: 9999999;
        width: 400px;
    }

    #main .intro ul {
        margin: 0;
        padding: 0;
        direction: ltr !important;
    }

    #main .intro li {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #main .intro .item-show {
        display: block;
    }

    #main .intro .link {
        display: none;
    }

#main .intro-panel {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 40px 260px 40px 40px;
    position: relative;
    z-index: 9999;
}

#main .intro-content {
    float: left;
    padding: 0 40px 0 0;
    position: relative;
    width: 400px;
    z-index: 999999;
}

    #main .intro-content h1 {
        color: #ffffff;
        font-family: Arial;
        font-size: 30px;
        font-weight: normal;
        line-height: 38px;
        padding: 0 0 15px 0;
    }

    #main .intro-content p {
        color: #ffffff;
        font-family: Arial;
        font-size: 16px;
        line-height: 28px;
    }

    #main .intro-content .btn, #main .intro-content .link {
        background: #50421f;
        border: 1px solid #ffffff;
        color: #ffffff;
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 34px;
        line-height: 34px;
        margin: 30px 0 0 0;
        text-align: center;
        width: 130px;
        position: relative;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }


#main .intro-3boxes {
    float: right;
    width: 220px;
}

    #main .intro-3boxes .box {
        border-bottom: 1px dotted #ffffff;
        clear: both;
        display: block;
        margin: 0 0 20px 0;
        overflow: hidden;
    }

    #main .intro-3boxes .box-last {
        border: 0;
        margin: 0;
    }

    #main .intro-3boxes h5 {
        color: #ffffff;
        font-family: Arial;
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 15px 0;
    }

    #main .intro-3boxes p {
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
        padding: 0 0 15px 0;
    }

    #main .intro-3boxes a {
        color: #50421f;
        text-transform: uppercase;
    }


.popup .profile {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 10px 0 40px 0;
    width: 100%;
}

    .popup .profile .panel {
        clear: both;
        display: block;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    .popup .profile .pic {
        float: left;
        width: 187px;
    }

    .popup .profile img {
        float: left;
    }

    .popup .profile .details {
        float: left;
        padding: 55px 0 0 30px;
        width: 300px;
    }

    .popup .profile p {
        display: block;
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 20px 0;
    }


/* footer
-----------------------------------------------*/

#footer {
    clear: both;
    float: left;
    margin-top: -60px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1200px;
    z-index: 9999;
}

    #footer .menu {
        clear: both;
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0 20px;
    }

        #footer .menu li {
            background: url("../img/sep-grey2x11.jpg") no-repeat 0 center;
            color: #50421f;
            float: left;
            font-size: 12px;
            line-height: 20px;
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 0 12px 0 14px;
        }

            #footer .menu li.copy {
                background: none;
                clear: both;
                display: block;
                float: none;
                padding-left: 0;
            }

            #footer .menu li.nosep {
                background: none;
                padding-left: 0;
            }

        #footer .menu a {
            color: #50421f;
            display: block;
            font-size: 12px;
            line-height: 20px;
        }

    #footer .social {
        display: none;
        float: right;
        margin: 0;
        overflow: hidden;
        padding: 21px 0 0 0;
    }

        #footer .social li {
            color: #ffffff;
            float: left;
            font-size: 13px;
            font-weight: bold;
            line-height: 28px;
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 0 0 0 12px;
        }

        #footer .social a {
            display: block;
            font-size: 1px;
            height: 28px;
            line-height: 1px;
            overflow: hidden;
            text-indent: -99999em;
            width: 28px;
        }

        #footer .social .fb {
            background: url("../img/icons/fb.jpg") no-repeat 0 0;
        }

        #footer .social .twitter {
            background: url("../img/icons/twitter.jpg") no-repeat 0 0;
        }

        #footer .social .linkedin {
            background: url("../img/icons/linkedin.jpg") no-repeat 0 0;
        }




@media screen and (min-width: 600px) and (max-width: 940px) {

    body {
        background: #e4e8ea;
    }

    #holder {
        margin: 0;
        width: auto !important;
    }

    #header {
        background: #ffffff;
        clear: both;
        display: block;
        float: none;
        height: auto;
        padding: 20px 0;
        width: 100% !important;
    }

        #header .fixer {
            padding: 50px 0 0;
        }

        #header .logo {
            left: 0;
            margin: 0 auto;
            position: relative;
            top: 0;
            z-index: 99999;
        }

        #header .tools {
            clear: none;
            float: left;
            padding: 20px 0 0 10px;
            width: 160px;
        }

            #header .tools li {
                padding: 0 0 10px 0;
            }

            #header .tools .search {
                padding: 0;
                background: none;
            }

        #header .social {
            clear: none;
            float: right;
            padding: 70px 10px 0 0;
            width: 123px;
        }

    #nav {
        padding: 50px 0 0 0;
        position: relative;
        width: 100% !important;
    }

        #nav .menu-link {
            background: url("../img/menu-link.png") no-repeat 0 0;
            display: block;
            font-size: 1px;
            height: 32px;
            line-height: 1px;
            overflow: hidden;
            position: absolute;
            right: 10px;
            text-indent: -99999em;
            top: 10px;
            width: 32px;
        }

        #nav .menu {
            clear: both;
            display: none;
            float: none;
            overflow: hidden;
            width: auto;
        }

            #nav .menu li {
                border-bottom: 1px solid #50421f;
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
                padding: 0;
            }

                #nav .menu li a, #nav .menu li .active {
                    background: none;
                    font-size: 16px;
                    line-height: 22px;
                    padding: 10px;
                    text-align: right;
                }



    #main {
        clear: both;
        display: block;
        float: none;
        padding: 0;
        min-height: 1px;
        overflow: hidden;
        width: 100% !important;
    }

        #main .main-col {
            clear: both;
            display: block;
            float: none;
            min-height: 1px;
            overflow: hidden;
            padding: 20px 10px;
            width: auto;
        }

        #main blockquote {
            padding: 0 0 20px 0;
        }

        #main table td {
            font-size: 13px;
            height: auto;
            line-height: 19px;
            padding: 7px 5px;
        }

        #main table th {
            font-size: 13px;
            height: auto;
            line-height: 19px;
            padding: 7px 5px;
        }


        #main .news-event-item {
            padding-bottom: 20px;
        }

        #main .profile {
        }

            #main .profile .pic {
                clear: both;
            }

            #main .profile .details {
            }

        #main .people {
            clear: both;
            display: block;
            float: none;
            margin: 0;
            overflow: hidden;
            width: auto;
        }

            #main .people .item {
                clear: both;
                min-height: 1px;
                padding: 0 0 20px 0;
            }

        #main .login {
        }

            #main .login label {
                clear: both;
                display: block;
                float: none;
                margin: 0;
                overflow: hidden;
            }

            #main .login .fld {
                clear: both;
                display: block;
                float: none;
                margin: 0;
                overflow: hidden;
                width: 90%;
            }

        #main .intro-3boxes {
            clear: both;
            display: block;
            margin: 0;
            overflow: hidden;
            padding: 0 0 45px 0;
            width: 100%;
        }

            #main .intro-3boxes .box {
                display: block;
                float: none;
                margin: 0 auto;
                margin-bottom: 20px;
            }

        #main .widget-area {
            padding: 0 15px 15px 15px;
        }

            #main .widget-area .widget {
                border: 0;
                border-bottom: 1px dotted #7a6f55;
                clear: both;
                display: block;
                float: none;
                margin: 0;
                min-height: 1px;
                overflow: hidden;
                padding: 20px 0;
                width: auto;
            }

        #main .search-panel {
            padding: 30px 10px;
        }

            #main .search-panel label {
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
            }

            #main .search-panel .fld-area {
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
            }


    .homepage #main {
        background: none;
        width: 100%;
    }

        .homepage #main .mask {
            display: none;
        }

    #main .intro ul {
        direction: ltr !important;
    }

    #main .intro h1 {
        bottom: 20px;
        left: 20px;
        padding: 0 10px 0 0;
        width: auto;
    }

    #main .intro-panel {
        padding: 0;
    }

    #main .intro-content {
        background: #7a6f55;
        clear: both;
        display: block;
        float: none;
        overflow: hidden;
        padding: 20px 10px 30px 10px;
        width: auto;
    }

    #main .intro-3boxes {
        background: #b9b3a5;
        clear: both;
        display: block;
        float: none;
        overflow: hidden;
        padding: 20px 10px;
        width: auto;
    }


    #footer {
        background: #e4e8eb;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        overflow: hidden;
        padding: 20px 0;
        width: 100%;
    }

        #footer .menu {
            clear: both;
            display: block;
            float: none;
            overflow: hidden;
            padding: 0 10px 20px 10px;
        }

            #footer .menu li {
                padding: 0 12px 0 14px;
            }
}


@media screen and (min-width: 0px) and (max-width: 599px) {

    body {
        background: #e4e8ea;
    }

    #holder {
        margin: 0;
        width: auto !important;
    }

    #header {
        background: #ffffff;
        clear: both;
        display: block;
        float: none;
        height: auto;
        overflow: hidden;
        padding: 20px 0;
        width: 100%;
    }

        #header .fixer {
            padding: 50px 0 0;
        }

        #header .logo {
            left: 0;
            margin: 0 auto;
            position: relative;
            top: 0;
            z-index: 99999;
        }

        #header .tools {
            margin: 0 auto;
            padding: 10px 0 20px 0;
            width: 160px;
        }

            #header .tools li {
                padding: 0 0 10px 0;
            }

            #header .tools .search {
                padding: 0;
                background: none;
            }

        #header .social {
            margin: 0 auto;
            padding: 0;
            width: 130px;
        }

    #nav {
        padding: 50px 0 0 0;
        position: relative;
        width: 100%;
    }

        #nav .menu-link {
            background: url("../img/menu-link.png") no-repeat 0 0;
            display: block;
            font-size: 1px;
            height: 32px;
            line-height: 1px;
            overflow: hidden;
            position: absolute;
            right: 10px;
            text-indent: -99999em;
            top: 10px;
            width: 32px;
        }

        #nav .menu {
            clear: both;
            display: none;
            float: none;
            overflow: hidden;
            width: auto;
        }

            #nav .menu li {
                border-bottom: 1px solid #50421f;
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
                padding: 0;
            }

                #nav .menu li a, #nav .menu li .active {
                    background: none;
                    font-size: 16px;
                    line-height: 22px;
                    padding: 10px;
                    text-align: right;
                }



    #main {
        clear: both;
        display: block;
        float: none;
        padding: 0;
        min-height: 1px;
        overflow: hidden;
        width: 100% !important;
    }

        #main .main-col {
            clear: both;
            display: block;
            float: none;
            min-height: 1px;
            overflow: hidden;
            padding: 20px 10px;
            width: auto;
        }

        #main blockquote {
            padding: 0 0 20px 0;
        }

        #main table td {
            font-size: 13px;
            height: auto;
            line-height: 19px;
            padding: 7px 5px;
        }

        #main table th {
            font-size: 13px;
            height: auto;
            line-height: 19px;
            padding: 7px 5px;
        }


        #main .news-event-item {
            padding-bottom: 20px;
        }

        #main .profile {
        }

            #main .profile .pic {
                clear: both;
            }

            #main .profile .details {
                clear: both;
                display: block;
                float: none;
                margin: 0;
                overflow: hidden;
                padding: 20px 0 0 0;
                width: auto;
            }

        #main .people {
            clear: both;
            display: block;
            float: none;
            margin: 0;
            overflow: hidden;
            width: auto;
        }

            #main .people .item {
                clear: both;
                min-height: 1px;
                padding: 0 0 20px 0;
            }

        #main .login {
        }

            #main .login label {
                clear: both;
                display: block;
                float: none;
                margin: 0;
                overflow: hidden;
            }

            #main .login .fld {
                clear: both;
                display: block;
                float: none;
                margin: 0;
                overflow: hidden;
                width: 90%;
            }

        #main .intro-3boxes {
            clear: both;
            display: block;
            margin: 0;
            overflow: hidden;
            padding: 0 0 45px 0;
            width: 100%;
        }

            #main .intro-3boxes .box {
                display: block;
                float: none;
                margin: 0 auto;
                margin-bottom: 20px;
            }

        #main .widget-area {
            padding: 0 15px 15px 15px;
        }

            #main .widget-area .widget {
                border: 0;
                border-bottom: 1px dotted #7a6f55;
                clear: both;
                display: block;
                float: none;
                margin: 0;
                min-height: 1px;
                overflow: hidden;
                padding: 20px 0;
                width: auto;
            }

        #main .search-panel {
            padding: 30px 10px;
        }

            #main .search-panel label {
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
            }

            #main .search-panel .fld-area {
                clear: both;
                display: block;
                float: none;
                overflow: hidden;
            }


    .homepage #main {
        background: none;
        width: 100%;
    }

        .homepage #main .mask {
            display: none;
        }

    #main .intro ul {
        direction: ltr !important;
    }

    #main .intro h1 {
        bottom: 10px;
        left: 10px;
        font-size: 20px;
        line-height: 26px;
        padding: 0 10px 0 0;
        width: auto;
    }

    #main .intro-panel {
        padding: 0;
    }

    #main .intro-content {
        background: #7a6f55;
        clear: both;
        display: block;
        float: none;
        overflow: hidden;
        padding: 20px 10px 30px 10px;
        width: auto;
    }

    #main .intro-3boxes {
        background: #b9b3a5;
        clear: both;
        display: block;
        float: none;
        overflow: hidden;
        padding: 20px 10px;
        width: auto;
    }


    #footer {
        background: #e4e8eb;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        overflow: hidden;
        padding: 20px 0;
        width: 100%;
    }

        #footer .menu {
            clear: both;
            display: block;
            float: none;
            overflow: hidden;
            padding: 0 10px 20px 10px;
        }

            #footer .menu li {
                padding: 0 12px 0 14px;
            }
}

#main .secondLevelNavigation ul {
    margin: 0;
    padding: 0;
}

    #main .secondLevelNavigation ul li {
        list-style-type: none;
        padding-bottom: 10px;
    }

        #main .secondLevelNavigation ul li.hub {
            text-transform: uppercase;
        }

#main .secondLevelNavigation li.selected > a,
#main .secondLevelNavigation li.hub > a {
    font-weight: bold;
}

#main .secondLevelNavigation li .subContentChild
{
	padding-left:10px;
	padding-top:10px;
}

/* People page*/

.peopleRow {
    float:left;
}

/* Content layout */

#content p,
#main .textContent p {
    padding: 0 0 3px 0;
}

#content ol {
    margin:0 0 0 40px;
}

#content li {
    margin: 5px 0;
}

#main #content ul li {
    padding:0px;
}

/* Hub pages */

#itemsContainer {
    padding-top:25px;
}

#main p.backToNewsHub {
    padding-top:20px;
}


/* SecondLevelNavigation */

#main .secondLevelNavigation ul.subContentChild li a {
    font-weight:normal;
}

#main .secondLevelNavigation ul.subContentChild li.selected a {
    font-weight:bold;
}

#main .secondLevelNavigation ul.subContentChild{
    padding-left:15px;
}


@media screen and (min-width: 941px)  {

	#main .secondLevelNavigation.widget
	{
		position:absolute;
		right:10px;
		top:70px;
		border-color:white;
	}
	
	#main .secondLevelNavigation.widget a
	{
		color:white;
	}

}


/* intro-content layout */

#main .intro-content h2,
#main .intro-content h3,
#main .intro-content h4,
#main .intro-content h5,
#main .intro-content h6 {
    color:#fff;
}

#main .intro-content a {
    color:#b9b3a5;
}



.editProfileLink {
    border: 1px solid #50421f;
    color: #50421f;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 128px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 20px;
    cursor:pointer;
}

/* Login Page */

#main .trilliumLogin td:nth-child(odd) {
    background:transparent;
    border-bottom:none;
    text-align: left;
    padding: 0;
}

#main .trilliumLogin td {
     border-bottom:none;
}

#main .trilliumLogin input {
    border: 1px solid #50421f;
    color: #50421f;
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    padding: 0 9px;
    width: 200px;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#main .trilliumLogin input[type="submit"] {
    background: #50421f;
    color: white;
    border: 1px solid #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding: 3px 30px 3px 30px;
    width: inherit;
    margin:25px 0px;
}

#main .trilliumLogin table tr:first-child td {
    /*font-size: 30px;
    text-align: left;*/

    display:none;
}

#main .trilliumLogin td label {
    font-size:17px;
    float:left;
}

.ezsearch-no-results h3 {
  margin-left: 40px;
}



/* Cookie */

div#cookiecontainer {
   background:#f2f2f2;
}

div#cookiecontainer_inner {
    width:50%;
    margin:auto;
}

.cookiecnt {
    text-align:justify;
}

.cookielink {
    padding: 15px 0px 15px 0px;
}

a#cookiecontainer_accept {
    background: #df7916;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}