﻿
em {
    font-style: italic !important;
}

#homeimglst {
    width: 659px;
}

.searchTab {
    z-index: 100;
    position: absolute;
    right: 15px;
    top: 141px;
}

.followUs-full {
    display: block;
    margin-top: 40px;
}

.followUs {
    display: none;
}

.HomeNews {
    float: left;
    width: 321px;
    padding: 0px 4px 0px 4px;
    margin-top: 10px;
}

.HomeEvents {
    float: left;
    width: 321px;
    padding: 0px 3px 0px 3px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 10px;
}

.searchToggle {
    display: none;
}

.hideTablet {
    display: block;
}

#TopImageRotator, #SpotlightRotator {
    display: none;
}

.mobilOnly {
    display: none;
}

.phoneOnly {
    display: none;
}

.hideMobile {
    display: block;
}

.topNavSocialSearch {
    display: none;
}

#header-apply-mobile, #header-apply-mini {
    display: none;
}

@media all and (max-width: 1024px) {

    form > div#contentDiv, #contentDiv
	{
		background-image:none;
		background-repeat:no-repeat;
	}

    #topBanner {
        width: 99%;
    }

    #siloMenu, .siloMenuOuter, .siloMenu, #menuContainer {
        width: 240px !important;
        background-image: none;
        display: none;
    }

    #sidePanel {
        margin-top: 0px !important;
    }

    .siloMenuOuter {
        border: 1px solid #99aec9;
    }

    .tabContent {
        width: 95% !important;
    }

    .siloRight, .siloLeft, .siloUpperRight {
        width: 95%;
    }

        .siloUpperRight img {
            width: 100%;
            margin-left: 10px;
        }

    .blueBar {
        width: 100% !important;
    }

    #menuContainer {
        margin-top: 80px;
        position: relative;
    }

    .shrinkContent, .centerContent {
        float: left;
        margin-top: 32px !important;
        min-width: 0px !important;
        margin-left: 20px !important;
    }

    .shrinkContent {
        max-width: calc(100% - 330px);
    }

    .centerContent {
        /*max-width: calc(100% - 510px);*/
    }

    .fullOnly {
        display: none;
    }

    .mobilOnly {
        display: block;
    }


    #header {
        height: 108px;
    }


    .topNavInnerShort {
        /*display: block;*/
    }

    .topNavInnerBurger {
        display: block;
    }

    div.popDownMenu a {
        padding: 7px 3px 0px 3px;
    }

    #contentDiv {
        padding-top: 0px;
        max-width: 991px;
        width: 100%;
    }



    /*Home Page*/
    #homeimglst {
        max-width: 991px;
        width: 100%;
    }

    #TopImageRotator, #SpotlightRotator {
        display: block;
    }

    /*Silo Pages*/
    .activeTab {
        border: solid 1px #8EA5C4;
        border-bottom-style: none;
    }

    .tabContent {
        border-top: solid 1px #8EA5C4;
    }

    .siloFeatures {
        width: 510px;
    }

    .featureLowerRight {
        padding-top: 20px;
    }


    .HomeNews {
        float: left;
        min-width: 270px;
        width: 48.5%;
        /*border-left: 0px solid #ccc;
		border-right: 0px solid #ccc;*/
    }

    .HomeEvents {
        float: left;
        min-width: 270px;
        width: 48.5%;
        border-left: 1px solid #ccc;
        border-right: 1px solid #fff;
    }

    .spTitle {
        font-size: 16px;
        line-height: 24px;
    }

    .spHeadline {
        font-size: 12px;
        line-height: 20px;
    }

    .spAbstract {
        font-size: 12px;
        line-height: 16px;
    }

    #footer {
        min-height: 348px;
    }

        #footer .subSection {
            margin: 10px 5px 10px 20px;
        }

    .topNavSocialSearch {
        display: block;
        position: absolute;
        right: 10px;
        top: 125px;
    }

        .topNavSocialSearch img {
            margin: 0px 0px 0px 8px;
        }

        .topNavSocialSearch a {
            cursor: pointer;
        }

    .searchToggle .insideBox {
        z-index: 99;
        position: absolute;
        right: 0;
        top: 151px;
        background-color: #fff;
        padding: 10px;
        -webkit-box-shadow: -4px 5px 20px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: -4px 5px 20px 3px rgba(0,0,0,0.2);
        box-shadow: -4px 5px 20px 3px rgba(0,0,0,0.2);
    }

        .searchToggle .insideBox .searchBox {
            width: 200px;
            height: 25px;
            padding-left: 4px;
            background-color: #fff;
            border: 1px solid #ccc;
            border-right: none;
        }

    #BreadCrumb {
        margin-right: 222px;
    }

    .all-width {
        width: 100% !important;
    }

    #header-searchbar {
        display: none;
    }

    #header-quicklinks {
        right: 0px !important;
    }

    .followUs-full img {
        height: 24px;
        width: 24px;
    }
}

@media all and (max-width : 815px) {
    .followUs-full {
        display: none;
    }

    .footerSocial .followUs-full {
        display: block;
    }
}


@media all and (max-width : 767px) {
    #header-apply-mobile {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .centerContent {
        max-width: calc(100% - 285px);
    }

    .hideTablet {
        display: none;
    }

    .topNavInnerBurger {
        display: block;
    }

    .topNavSocialSearch {
        display: block;
        position: absolute;
        right: 10px;
        top: 125px;
    }

        .topNavSocialSearch img {
            margin: 0px 0px 0px 8px;
        }

        .topNavSocialSearch a {
            cursor: pointer;
        }

    .searchToggle .insideBox {
        z-index: 99;
        position: absolute;
        right: 0;
        top: 151px;
        background-color: #fff;
        padding: 10px;
        -webkit-box-shadow: -4px 5px 20px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: -4px 5px 20px 3px rgba(0,0,0,0.2);
        box-shadow: -4px 5px 20px 3px rgba(0,0,0,0.2);
    }

        .searchToggle .insideBox .searchBox {
            width: 200px;
            height: 25px;
            padding-left: 4px;
            background-color: #fff;
            border: 1px solid #ccc;
            border-right: none;
        }

    .spTitle {
        font-size: 14px;
        line-height: 20px;
    }

    .spHeadline {
        font-size: 10px;
        line-height: 18px;
        padding-top: 2px;
    }

    .spAbstract {
        font-size: 10px;
        line-height: 14px;
        padding-top: 4px;
    }

    #footer {
        min-height: 328px;
    }

        #footer .subSection {
            margin: 10px 5px 10px 5px;
        }

            #footer .subSection .flink {
                font-size: 10px;
            }

                #footer .subSection .flink .title {
                    font-size: 13px;
                }

    .topNavInnerShort {
        display: none;
    }

    #BreadCrumb {
        margin-right: 222px;
    }

    .all-width {
        width: 100% !important;
    }

    #header-searchbar {
        display: none;
    }

    #header-quicklinks {
        right: 0px !important;
    }

    #header-quicklinks, #header-apply {
        display: none;
    }
}


@media all and (max-width : 590px) {
    body {
        background: none;
        /* background-image: url('images/bg.jpg'); */
        /* background-position: top; */
        /* background-attachment: fixed; */
        /* background-repeat: repeat-x; */
    }

    .topNavSocialSearch {
        top: 120px;
    }

    .searchToggle .insideBox {
        top: 133px;
    }

    .siloUpperRight img {
        width: 100%;
        margin-left: 0px;
    }

    #header {
        height: 90px !important;
    }

    #sidePanel {
        position: relative;
        top: 16px;
    }

    .removeFromPhone {
        display: none;
    }

    .searchTab {
        top: 124px;
    }



    .phoneOnly {
        display: block;
    }

    .hideMobile {
        display: none;
    }

    #header {
        height: 73px;
    }

        #header div.headerInner {
            padding: 0px;
        }

    #header-logo {
        display: none;
        margin-bottom: 5px;
    }

    #header-logo-mobil {
        display: block;
        /*padding: 5px;
        z-index: 200;
        width: 200px;*/
        margin-bottom: 5px;
    }


    #header-quicklinks, #header-apply {
        display: none;
    }






    div.topNavLink {
        padding: 4px 4px 4px 4px;
        height: 30px;
    }

    #header-searchbar {
        display: none;
    }

    #header-quicklinks {
        right: 0px !important;
    }

    #contentDiv {
        padding: 0px;
    }


    /*Silo Pages*/
    .tabContent {
        min-width: 300px;
        width: calc(100% - 20px);
        min-height: 200px;
        height: 100%;
    }

    .visibleTabContent div {
        padding-bottom: 10px;
    }

    body .tabContent .eventsDiv .item {
        width: 255px;
        margin-bottom: 15px;
        height: initial;
    }

    body .tabContent .eventsDiv .itemNews {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .eventsDiv div.item {
        padding-bottom: 10px;
    }

    .itemNews div a {
        margin-bottom: -20px;
    }

    .siloUpperRight {
        min-width: 300px;
        /*width: calc(100% - 9px);*/
        margin-left: 9px;
    }

    .siloPage img {
        width: inherit;
    }

        .siloPage img.full {
            width: 100%;
        }

    .siloLeft {
        min-width: 300px;
        width: calc(100% - 5px);
    }

        .siloLeft .blueBar {
            min-width: 275px;
            width: calc(100% - 15px);
        }

    .visibleHighlight img {
        min-width: 300px;
        width: calc(100% - 15px);
    }

    .visibleHighlight a img {
        min-width: 200px;
        width: 215px;
    }

    .siloRight {
        min-width: 300px;
        width: calc(100% - 9px);
        margin-left: 0px;
    }

        .siloRight .blueBar {
            min-width: 275px;
            width: calc(100% - 35px) !important;
            min-height: 28px;
            height: initial;
            background-image: none;
            color: #486D9E;
        }


    .siloFeatures {
        min-width: 300px;
        width: calc(100% - 20px);
        padding: 0px 10px 0px 10px;
    }

        .siloFeatures img {
            width: 65px;
        }

        .siloFeatures tr {
            display: inline;
        }

        .siloFeatures td {
            margin: 0;
            padding: 0;
            float: left;
        }

            .siloFeatures td div {
                clear: both;
            }

    .featureLowerRight {
        min-width: 220px;
        width: calc(100% - 20px);
        padding: 0px 10px 0px 10px;
    }

        .featureLowerRight tr {
            display: inline;
        }

        .featureLowerRight td {
            margin: 0;
            padding: 0;
            width: 100%;
            float: left;
        }

            .featureLowerRight td div {
                clear: both;
            }



    .HomeEvents {
        min-width: 285px;
        width: 97.5%;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .HomeNews {
        min-width: 285px;
        width: 97.5%;
    }

    #ph1 .handBook {
        min-width: 300px;
        width: 95%;
    }

    .shrinkContent, .centerContent {
        left: 0px;
        position: relative;
        max-width: 95%;
    }

    #ph1 .handBookHeader li {
        min-width: 285px;
        width: 95%;
    }


    #footer {
        background-image: none;
        background-color: #003476;
        min-height: 570px;
        height: 100%;
        padding: 0px;
    }

        #footer .subSection {
            margin: 10px 5px 5px 20px;
        }

            #footer .subSection .flink {
                font-size: 11px;
            }

                #footer .subSection .flink .title {
                    font-size: 14px;
                }

    #BreadCrumb {
        margin-right: 10px;
    }

    .all-width {
        width: 100% !important;
    }

    #rt.table, #rt.thead, #rt.tbody, #rt.th, #rt.td, #rt.tr {
        display: block;
    }
}

@media only screen and (max-width: 380px) {
    #header-apply-mobile {
        display: none;
    }

    #header-apply-mini {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    #sidePanel {
        display: none;
        margin-top: 15px !important;
    }

    #BreadCrumb {
        margin-right: 10px;
    }

    .all-width {
        width: 100% !important;
    }
}
