/* Nero Optimized */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif',serif;
  font-weight: 700;
  color: #222;
}
h1 {
    font-size: 130%;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 112%;
}

h4 {
    font-size: 106%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
    font-style: italic;
}
a {
	color: #004FA3;
}
a:hover {
	color: #F89829;
}

        .search-container fieldset label {
            display: none;
        }

        
        .search-container input[type="text"] {
            border: 0px;
            height: 23px;
            padding: 1px 3px;
            border-radius: 5px;
            width: 25%;
            font-size: 85%;
            display: inline-block;
            border: 1px solid #CCC;
        }


        .search-container input.searchButton {
            width: 28px;
            height: 25px;
            border: none;
            background: url(/static/img/icons-search-r.png) no-repeat 3px 2px;
            background-size: 20px 20px;
            margin: 0;
            text-indent: -9000px;
            cursor: pointer;
            background-color: gray;
            border-radius: 5px;
       }
.search-util,
.search-util a {
    color: #666;
}

.search-util a:focus,
.search-util a:hover {
    color: #ccc;
}



#footer-sections nav a{
        color: #EEE;
    }
#footer-sections li a {
        color: #B9B8B8;
    }
#footer-bottom .footer-util-nav {
            margin: 10px 0;
            text-align: center;
        }
            #footer-bottom > nav > ul > li {
                display: inline-block;
                padding: 0px;
            }
            #footer-bottom > nav > ul > li a {
                display: inline-block;
                padding: 0px 4px;
                border-right: 1px solid #B9B8B8;
                color: #B9B8B8;
                text-decoration: none;
                font-size: .9em;
                    line-height: .9em;
            }
         #footer-bottom > nav > ul > li:last-child a {
    border-right: 0px;
}

/* ********** RESPONSIVE ************/
/* 770 - */
@media (max-width: 770px) {
    body {
        font: 13px/1.25 'Noto Sans', Helvetica, Arial,sans-serif;
        border-top: 60px solid #333333;
        padding-top: 15px;
		text-rendering: optimizeLegibility;
    }
    #header-main {
        position: relative;

    }
    .utility-r {
        position: fixed;
        top:0;
        width: 100%;
        background: #333333;
        min-height: 60px;
        margin-bottom: 15px;
        padding: 4px 12px 0px 0;
        z-index: 900;
        display: block;
    }
    .search-container {
    display: none;
	}
	.search-util,
	.search-util a {
		color: #fff;
	}
    .mobile-nav-wrapper .search-icon-r {
        margin: 0px 15px 5px 0px;
        cursor: pointer;
        width: 26px;
        display: inline-block;
        vertical-align: top;
    }
    div.search-r {
        text-align: left;
        margin: 8px 0 3px 0px;
    }
    
        
        .search-r .search-container fieldset label {
            
        }
         .search-r .search-container input.search-query {
            width: 70%;
            padding: 6px;
            font-size: 14px;
            border: 1px solid #676D84;
            margin-top: 5px;
        }
    .mobile-nav-wrapper .logo-r {
        width: 35px;
        display: inline-block;
    }

    .mobile-nav-wrapper .logo img {
        margin: -5px 0px 5px 3px;
        cursor: pointer;
        width: 35px;
        display: block;
        vertical-align: top;
        height: 40px;
    }

    /* MOBILE NAV/SEARCH */
    
    .responsive-menu {
       font-size: 90%;
    }

    .mobile-nav-wrapper {
        display: block;
        padding: 0;
        margin: 8px 8px 0px 0;
        text-align: right;
    }

	.mobile-nav-wrapper .container {
		position: relative;
		z-index: 500;
		padding: 0px;
		text-align: right;
		width: 100%;
		background: #333333;
	}


        .mobile-nav-wrapper .subitems {
            content: " &uarr;";
            width: 30px;
            height: 15px;
        }

        /* MOBILE SEARCH */

        /* MOBILE NAV */
        .mobile-nav-wrapper .navicon {
            float: right;
            display: block;
            margin-top: 6px;
            border-bottom: 4px solid #FFFFFF;
            border-top: 13px double #FFFFFF;
            content: "";
            height: 5px;
            width: 25px;
            cursor: pointer;
        }

    #banner {
        padding: 0 2%;
        width: 100%;
        display: block;
    }

        #banner.banner-with-logo .banner {
            padding: 0;
            width: 68%;
            display: inline-block;
        }

        #banner.banner-with-logo .banner-logo {
            padding: 0 2% 0 0;
            width: 27.5%;
            display: inline-block;
        }

    /* **********************
         MAIN CONTENT COLUMS
       ********************** */
    #col-2, #col-3 {
        position: relative;
        display: block;
        margin: 15px 1.5%;
    }

    #col-1 {
        border-left:0;
    }

        #col-1 .social-r {
              position: absolute;
            top: 59px;
            right: 15px;
            display: block;
        }

    #page-nav-r {    }
    
      
        a.page-nav  {
            width: 40px;
            margin: 0px 15px 0 10px;
            cursor: pointer;
            display: inline-block;
            font-size: 80%;
        }

         a.page-nav:after {
                content: ">";
                font-size: 100%;
                display: inline-block;
                width: 8px;
                margin-left: 5px;
                margin-top: -3px;
                -webkit-transform:scale(1,5); /* Safari and Chrome */
                -moz-transform:scale(1,5); /* Firefox */
                -ms-transform:scale(1,5); /* IE 9 */
                -o-transform:scale(1,5); /* Opera */
                transform:scale(1,5); /* W3C */
            }

    .hero-wrapper {
        margin-top: 0px;
    }

        .hero-wrapper .bx-viewport ul,
        .hero-wrapper .bx-viewport ul li {
            padding: 0px;
            margin: 0;
        }

        .hero-wrapper .bxslider li .slideText {
            background: rgba(0,0,0,.8);
            padding: 8px 8px 25px 8px;
            border-radius: 0;
            max-width: 100%;
            margin-left: 0;
            text-align: left;
            position: relative;
            left: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.80);
            color: #FFF;
        }

    .slideText h2, .slideText p, .slideText a {
        color: #FFF;
    }

    .slideText h2 {
        font-family: 'Noto Serif', serif;
        font-size: 130%;
        margin: 0px 0 5px 0;
        font-weight: normal;
        padding: 0;
        line-height: 1.5em;
    }

    .slideText p {
        font-family: 'Noto Sans', sans-serif;
        font-size: 95%;
        margin: 0px 0 10px 0;
        font-weight: normal;
        padding: 0;
        line-height: 1.5em;
    }

    .slideText a.read-more {
        width: auto;
        max-width: 50%;
        color: #fff;
        padding: 5px;
        background: #0E4BA6;
        border-radius: 8px;
        display: inline-block;
    }
    #footer {
    padding: 10px 10px 35px 10px;
    background: #333333;
    color: #EEE;

    margin: 20px 0 0 0;
}
@media only screen and (min-width: 771px) {
    #footer {
        margin: 20px 0 0 0;
    }
}
@media only screen and (max-width: 770px) {
    #footer {
        margin: 0;
    }
}

    #footer-functions {
        text-align: right;
    }
    #footer-functions a {
        font-size: 85%;
        padding: 3px;
        border: 1px solid gray;
        margin-right: 2%;
        color: #B9B8B8;
    }
    #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
        color: #EEE;
    }
    #footer-sections h3 {
        margin-top: 8px;
        margin-bottom: 3px;
    }
    #footer-sections nav:before {
    content: "\00bb";
        font-size: 120%;
    padding-right: 5px;
    color: #fff;
    padding-top: 0px;
    float: left;
}
    #footer-sections nav ul {
    margin-left: 15px;
}
    #footer-sections nav li {
    display: none;
    padding: 6px 0;
}
    #footer-bottom {
        margin-top: 15px;
    }
    #footer-bottom .general-info{
        margin: 10px 0;
    }

    .footer-content {
        margin: 10px 0;
        font-size: .9em;
    }

        .footer-content a {
            color: #B9B8B8;
        }
    .footer-content > .official {
        display: block;
        padding-bottom: 8px;
    }

}

/* ********** DESKTOP ************/
/* 771 + */
@media (min-width: 771px) {
    body {
        font: 14px/1.30em Arial,Helvetica,sans-serif;
    }

    #header-main .menu-trigger {
        display: none;
    }

    #main-content p, #main-content pre, #main-content ol, #main-content ul, .main-content figure, .main-content table {
        margin-bottom: 24px;
    }

   /*#utility-desktop .search-icon-desktop {
        margin: 10px 0px 5px 15px;
        cursor: pointer;
        width: 26px;
        display: inline-block;
        vertical-align: top;
    }*/

    /***** UTILITY NAVIGATION *****/
    #utility-desktop {
        position: relative;
        width: 100%;
        background: #333;
        min-height: 12px;
        margin-bottom: 12px;
        text-align: right;
    }

        #utility-desktop > .container {
            width: 1000px;
            text-align: right;
        }

        #utility-desktop > .container,
        #logo-banner {
            position: relative;
            width: 100%;
            margin: 0 auto;
        }
     
            #utility-desktop > .container > nav {
                text-align: right;
            }
            #utility-desktop > .container > nav li {
                display: inline-block;
            }

                #utility-desktop > .container > nav li a {
                    display: inline-block;
                    padding: 1px 5px;
                    text-decoration: none;
                    font-size: 90%;
                    line-height: 1em;
                }

    nav.utility-desktop {
        text-align: left;
        margin: 12px 0 0px 0;
        padding: 5px 0 7px 0;
        display: inline-block;
        vertical-align: top;
    }


    .utility-desktop .utility-nav li a {
        color: #ABABAB;
        border-right: 1px solid #ABABAB;
    }

    .utility-desktop .utility-nav li:hover a {
        color: #FFF;
        text-decoration: underline;
    }

    .utility-desktop .utility-nav li:last-of-type a {
        border: none;
        padding-right: 0;
    }

    /***** SEARCH *****/
    div.search-desktop {
        text-align: right;
        margin: 0px;
		display: inline-block;
		width: 58.5%;
    }
    
        div.search-desktop .search fieldset {
            border: 0;
            padding: 4px 0 8px 0;
        }

        div.search-desktop .search label {
            
        }

        div.search-desktop .search input {

        }

            div.search-desktop .search input[type="submit"] {
                width: 28px;
                height: 25px;
                border: none;
                background: url(/static/img/icons-search-r.png) no-repeat 3px 2px;
                background-size: 20px 20px;
                margin: 0;
                text-indent: -9000px;
                cursor: pointer;
                background-color: gray;
                border-radius: 5px;
            }

            div.search-desktop .search input[type="text"] {
                height: 25px;
                padding: 1px 3px;
                border-radius: 5px;    
				width: 50%;
                font-size: 100%;            
                display: inline-block;
                border: 1px solid #CCC;
            }
    /***** BANNER *****/
    #logo {
		width: 40%;
        display: inline-block;
        vertical-align: top;
    }    
    .logo {
        width: 310px;
        display: block;
    }

        .logo img {
            max-width: 100%;
        }

    #banner {
        min-height: 90px;
        width: 70%;
        display: inline-block;
        vertical-align: top;
    }

        #banner.banner .banner {
            display: inline-block;
            margin: 20px 30px 0 0px;
            vertical-align: top;
        }

        #banner.banner-with-logo .banner {
            display: inline-block;
            margin: 20px 0px 0 0px;
            width: 68%;
            vertical-align: top;
        }

        #banner .banner-logo {
            display: inline-block;
            margin: 20px 2% 0 0px;
            width: 27.5%;
            vertical-align: top;
            text-align: right;
        }

        #banner .banner span {
            display: inline-block;
        }

        #banner .banner h1 {
            font-size: 185%;
        }

        #banner .banner h2 {
            font-size: 160%;
            color: #555555;
        }

        #banner .banner h1, #banner .banner h2 {
            margin: 0px;
            font-weight: normal;
            line-height: 1em;
        }


    /***** MAIN NAVIGATION *****/
    .main-nav-desktop {
        clear: both;
        width: 100%;
        text-align: left; /* Adjust for position of nav - i.e. left or center */
        background-color: #004FA3;
        margin-top: 0px;
        padding: 0;
    }

        .main-nav-desktop ul.main-nav {
            position: relative;
            display: table;
            padding: 0;
            z-index: 100;
            vertical-align: middle;
            border-left: 1px solid #004FA3;
           
            width: 100%;
            margin: 0 auto;
        }

            .main-nav-desktop .main-nav ul ul {
                padding: 0 0 0 10px;
                text-align: left;
                line-height: 20px;
            }

        .main-nav-desktop .main-nav li {
            position: relative;
            vertical-align: top;
            list-style-type: none;
            font-weight: normal;
            text-align: center;
        }

        .main-nav-desktop .main-nav > li {
            display: inline-block;
            vertical-align: middle;
            color: #fff;
            border-right: 1px solid #004FA3;
            text-transform: uppercase;
        }

            .main-nav-desktop .main-nav > li:not(.img) {
                padding: 11px 8px;
            }

            .main-nav-desktop .main-nav > li.img img {
                margin-bottom: -3px;
            }

        .main-nav-desktop .main-nav li > ul {
            position: absolute;
            top: 100%;
            left: -9999px;
            width: 175px;
            z-index: 1000;
            background-color: #E9E9E9;
        }

            .main-nav-desktop .main-nav li > ul li {
                padding: 0 12px 0 0;
                font-weight: normal;
                color: #666;
                display: block;
            }

                .main-nav-desktop .main-nav li > ul li > ul li {
                    margin-left: -10px;
                }

        .main-nav-desktop .main-nav li li ,
        .main-nav-desktop .main-nav li li li {
            text-align: left;
        }

        .main-nav-desktop .main-nav li:not(.img):hover {
            color: #666;
            background: #E9E9E9;
            cursor: default;
        }

        .main-nav-desktop .main-nav li:hover > ul {
            left: 0;
        }

            .main-nav-desktop .main-nav li:hover > ul > li:hover > ul,
            .main-nav-desktop .main-nav li:hover > ul > li:hover > ul > li:hover > ul {
                left: 100%;
                top:0;
            }


        .main-nav-desktop .main-nav > li:last-child:hover > ul,
        .main-nav-desktop .main-nav > li:last-child:hover > ul > li:hover > ul,
        .main-nav-desktop .main-nav > li:last-child:hover > ul > li:hover > ul > li:hover ul {
            left: unset;
            right: 0;
        }

            .main-nav-desktop .main-nav > li:last-child:hover > ul > li:hover > ul,
            .main-nav-desktop .main-nav > li:last-child:hover > ul > li:hover > ul > li:hover ul {
                right: 100%;
            }
        /* Main Navigation Link Styles */
        .main-nav-desktop .main-nav li span,
        .main-nav-desktop .main-nav li a:not(.r770) {
            display: block;
            width: 100%;
            color: #fff;
            text-decoration: none;
            font-size: 90%;
            line-height: 1.25em;
        }

        .main-nav-desktop .main-nav li li span,
        .main-nav-desktop .main-nav li li a:not(.r770) {
            padding: 8px 0 8px 8px;
        }

        .main-nav-desktop .main-nav > li span:hover,
        .main-nav-desktop .main-nav > li a:hover,
        .main-nav-desktop .main-nav > li:hover span,
        .main-nav-desktop .main-nav > li:hover > a {
            color: #666;
        }

        .main-nav-desktop .main-nav li li span,
        .main-nav-desktop .main-nav li li a {
            color: #666;
        }

        .main-nav-desktop .main-nav li li:hover span,
        .main-nav-desktop .main-nav li li:hover a {
            color: #fff;
        }
    /***** BREADCRUMBS and SOCIAL *****/
    .homepage .breadcrumb-desktop {
        display: none;
    }

    section#breadcrumb {
        margin-bottom: 15px;
        display: inline;
    }

    .breadcrumb-desktop {
        width: 69%;
        display: inline-block;
        vertical-align: top;
    }

        .breadcrumb-desktop .breadcrumbs {
            padding: 0px 0px 0px 25px;
            background: url(/static/css/nero/img/bg-breadcrumb-home.gif) no-repeat 10px 1px;
            display: inline-block;
        }

    #breadcrumb .breadcrumb-desktop ul {
        margin: 0;
    }

        #breadcrumb .breadcrumb-desktop ul li {
            float: left;
            padding-left: 3px;
            font-size: 11px;
            font-weight: bold;
            list-style: none;
            color: #444;
        }

            #breadcrumb .breadcrumb-desktop ul li a {
                font-weight: normal;
                color: #16387C;
                text-decoration: underline;
            }

                #breadcrumb .breadcrumb-desktop ul li a:hover {
                    text-decoration: none;
                }

            #breadcrumb .breadcrumb-desktop ul li:first-child {
                padding-left: 0;
            }

            #breadcrumb .breadcrumb-desktop ul li:not(:last-child):after {
                content: " >";
            }

    #breadcrumb .social-desktop {
        display: inline-block;
        width: 30%;
        vertical-align: top;
    }

        #breadcrumb .social-desktop ul {
            margin-bottom: 0px;
        }

        #breadcrumb .social-desktop li {
            display: inline-block;
        }

    /***** MAIN COLUMNS *****/
    #main-content {
        width: 100%;
        margin: 0 auto;
    }
    
    /***** LEFT COLUMN *****/
    #col-1 {
        font-size: 90%;
        width: 33%;
        margin: 0 2% 20px 0;
        display: inline-block;
        float: left;
        vertical-align: top;
    }

        
    /***** MAIN COLUMN *****/
    #col-2 {
        width: 43%;
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }


    /***** RIGHT COLUMN *****/
    #col-3 {
        font-size: 90%;
        width: 20%;
        margin: 0 0 20px 1.5%;
        display: inline-block;
        vertical-align: top;
    }
    /*******************************
***** MAIN CONTENT AREAS *****
*******************************/
#col-1.hide-col,
#col-3.hide-col {
	display: none;
}


.two-thirds #col-2 {
	width: 74%;
	margin: 0;
}
.full #col-2 {
    width: 99%;
	margin: 0;
    padding: 0;
}

    /***** SUB NAVIGATION *****/
    #main-content .subnav-menu {
        position: relative;
        z-index: 99;
    }

        #main-content .subnav-menu span.nav-title {
            display: block;
            margin: 15px 0 8px 0;
            font-size: 18px;
            line-height: 1.125em;
            color: #000;
        }

        #main-content .subnav-menu ul {
            list-style: none;
        }

            #main-content .subnav-menu ul li {
                position: relative;
                padding: 5px 6px;
                list-style-type: none;
                font-size: 12.5px;
                font-weight: bold;
                color: #333;
                border-bottom: 1px solid #c2c0c0;
                background: none;
                color: #333333;
            }

        #main-content .subnav-menu li > ul {
            display: none;
            position: absolute;
            top: 0;
            left: 100%;
            width: 175px;
            border: 1px solid #c2c0c0;
            background-color: #EAEAEA;
        }

        #main-content .subnav-menu li:hover {
            background-color: #EAEAEA;
        }

        #main-content .subnav-menu li > ul > span:first-of-type {
            background-image: none;
            display: none;
        }

    
    /* LINK STYLES */
    #main-content .subnav-menu ul li span.nolink,
    #main-content .subnav-menu ul li a {
        display: block;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.4em;
    }

    #main-content .subnav-menu ul li:hover {
        background-color: #EAEAEA;
    }

    #main-content .subnav-menu li li:hover {
        background-color: #f2f2f2;
    }

    #main-content .subnav-menu ul li:hover {
        color: #565353;
    }

        #main-content .subnav-menu ul li:hover > a {
            color: #565353;
        }

    #subnav-menu.accordion .submenu > span:not(.nolink):after {
        background: transparent url('/static/css/default/img/style-img.png') -54px -168px no-repeat;
    }

    #subnav-menu.accordion .submenu.active > span:not(.nolink):after {
        background: transparent url('/static/css/default/img/style-img.png') -82px -168px no-repeat;
    }

    #main-content .block.subnav-menu li.submenu.on {
        background: #e5e5e5;
    }

    #main-content .block.subnav-menu li.on {
        background: #c7c6c6;
        color: #fff;
    }


    /* -- hero -- */
    .col-top .hero-wrapper {
        margin-bottom: 15px;
        width: 100%;
    }

        .col-top .hero-wrapper .bxslider {
		   max-width: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
        }

            .col-top .hero-wrapper .bxslider li img {
                width: 100%;
            }

    .slideText {
        background: rgba(0, 0, 0, .4);
        border-radius: 15px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        position: absolute;
        border-radius: 10px;
        max-width: 35%;
        padding: 10px;
    }

        .slideText p {
            line-height: 1.5em;
            font-family: 'Noto Sans', sans-serif;
            font-size: 120%;
            margin-bottom: 15px;
            color: #fff;
        }

        .slideText h2 {
            font-family: 'Noto Serif', serif;
            font-size: 155%;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
            line-height: 1.25em;
            font-weight: bold;
            color: #fff;
            margin-bottom: 12px;
        }


        .slideText a.read-more {
            display: block;
            border-radius: 6px;
            background: #244197;
            color: #fff;
            height: auto;
            padding: 6px;
            clear: both;
            float: left;
            font-family: 'Noto Sans', sans-serif;
            font-size: 100%;
        }

    .slide-caption-bottom-left {
        bottom: 4%;
        left: 3%;
    }

    .slide-caption-center-left {
        left: 3%;
        top: 50%;
        transform: translateY(-50%);
    }

    .slide-caption-top-left {
        top: 4%;
        left: 3%;
    }

    .slide-caption-top-right {
        top: 4%;
        right: 3%;
    }

    .slide-caption-center-right {
        top: 50%;
        transform: translateY(-50%);
        right: 3%;
    }

    .slide-caption-bottom-right {
        bottom: 4%;
        right: 3%;
    }

/******* FOOTER *********/
    #footer {
        background: #333333;
        padding: 15px;
    }

        #footer section {
            width: 100%;
            clear: both;
            background: #333333;
            text-align: left;
            padding: 0;
            font-size: 90%;
            margin: 0 auto 15px auto;
        }



     #footer-functions a {
        padding: 5px;
        border: 1px solid #B9B8B8;
        display: inline-block;
        margin-left: 10px;
        text-align: right;
    }
    #footer #footer-functions {
        text-align: right;
    }

    #footer section a {
        color: #B9B8B8;
        text-decoration: none;
    }

        #footer section a:hover {
            color: #F89829;
        }
        

    /* GENERAL INFO AND FOOTER COPY */
    #footer section h5 {
        margin: 0;
        text-transform: uppercase;
    }

    #footer section p {
        margin: 0;
        color: #EEE;
    }

        #footer section p span {
            display: inline-block;
            margin: 3px 0 0 0;
        }
    /* FOOTER UTILITY LINKS */
    #footer-bottom ul.footer-util-list {
        margin: 8px auto 15px auto;
    }

        #footer-bottom ul.footer-util-list li {
            display: inline-block;
            list-style: none;
        }

            #footer-bottom ul.footer-util-list li:first-of-type a {
                padding-left: 0px;
            }

            #footer-bottom ul.footer-util-list li a {
                border-right: 1px solid #EEEEEE;
                display: inline-block;
                padding-right: 10px;
                padding-left: 10px;
                line-height: 1em;
            }

            #footer-bottom ul.footer-util-list li:last-of-type a {
                border-right: 0px;
            }

    #footer-bottom p {
        margin: 0;
    }
    #footer #footer-sections  {
        text-align: center;
    }
    #footer-sections nav {
        display: inline-block;
        padding:0;
        margin: 0 5px 0 20px;
        vertical-align: top;
        text-align: left;
        width: 17.5%;
    }

        #footer-sections nav:first-of-type {
            margin-left:0;            
        }
        
        #footer-sections nav:last-of-type {
            margin-right:0;            
        }

        #footer-sections nav h3, #footer .footer-sections nav h3 a {
            font-size: 130%;
            font-weight: bold;
            margin-bottom: 3px;
        }

            #footer-sections nav h3,
            #footer-sections nav,
            #footer-sections nav h3 a,
            #footer-sections nav a {
                color: #EEEEEE;
            }


    #footer-sections li {
        padding: 4px 0;
    }
    #footer .utility-nav {
        text-align: center;
    }
    
}

/* 960 + */
@media only screen and (min-width : 960px) {
        .subnav-menu li:hover > ul {
            display: block;
        }
    }

/* 771 to 1019 + */
@media only screen and (min-width: 771px) and (max-width: 1019px) {
        #utility-desktop > .container,
        #logo-banner,
        .main-nav-desktop ul.main-nav,
        .slide-desc,
        #main-content,
        #footer {
            padding-left: 10px;
            padding-right: 10px;
        }
    .slider-home .bx-controls-direction {
        left: 10px;
    }

}

/* 1020 + */
@media only screen and (min-width: 1020px) {
        #utility-desktop > .container,
        #logo-banner,
        .main-nav-desktop ul.main-nav,
        #main-content,
        #footer section {
            width: 1000px;
        }
          #footer {
    padding-left: 0px;
    padding-right: 0px;
}


}


/* GLOBAL PAGER STYLES */
.pager {
	clear: both;
	width: 100%;
	padding: 6px 5px 6px 10px;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	background: #333333;
}
.pager {
	margin: 0;
}
.pager div {
	display: inline-block;
}
.pager > div {
	width: 32%;
}
.pager input,
.pager select,
.pager label {
	font-size: 13px;
}
.pager input {
	color: #333;
}
.pager select {
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
	padding: 3px;
	border: none;
	border-radius: 0;
}
/* PAGER SHOWING STATUS */
.pager .pager-status {
	float: left;
	margin-top: 5px;
}
.pager .pager-status span {
	font-weight: bold;
}
/* PAGER PER PAGE SELECT AREA */
.pager .pager-per-page {
	text-align: center;
}
.pager .pager-per-page select,
.pager .pager-per-page label {
	display: inline-block;
}
.pager .pager-per-page label {
	margin-top: 5px;
}
/* PAGER CONTROLS */
.pager .pager-controls {
	float: right;
	width: 35%;
	text-align: right;
}
.pager .pager-controls div:not(.pager-input) {
	margin-top: 2px;
}
.pager .pager-controls .pager-input {
	vertical-align: top;
	margin: 0 4px;
}
.pager .pager-controls button {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	padding: 0;
	font-size: 24px;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	background: #FFF;
}
.pager .pager-controls button:last-of-type {
	margin: 0;
}
.pager .pager-controls button span {
	display: block;
	margin-top: -3px;
	color: #0F238C;
}
.pager .pager-controls button:hover span{
	color: #333;
}
.pager .pager-controls .back button span {
	margin-left: -2px;
}
.pager .pager-controls .forward button span {
	margin-right: -2px;
}
.pager .pager-controls .pager-input input {
	width: 24px;
	margin: 0 5px 0 0;
	padding: 3px;
	border: none;
	border-radius: 0;
	border: 1px solid #999;
	outline: 0;
}
/*******************************
***** LOGIN STYLES *************
*******************************/

/* LOG IN */
.block.login-form .login  {
	width: 75%;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	background: #DCE5ED;
}
.block.login-form .login p {
	margin: 0;
	padding: 10px 0;
}
.block.login-form .login label {
	display: inline-block;
	width: 70px;
	font-weight: bold;
}
.block.login-form input[type="text"],
.block.login-form input[type="password"] {
	width: 200px;
	padding: 3px;
	font-size: 12px;
	color: #333;
	border: 1px solid #BBB;
}
.block.login-form p.submit {
	text-align: right;
}
.block.login-form input[type="submit"] {
	padding: 5px 15px;
	color: #FFF;
	font-weight: bold;
	background: #0F238C;
	border: 1px solid #FFF;
}
.block.login-form input[type="submit"]:hover {
	background: #880000;
	color: #FFF;
}
.block.login-form p.error-msg {
	color: #FF0000;
	padding-top: 0;
	font-weight: bold;
}
.block.login-form .login.error input:not([type="submit"]) {
	border: 1px solid #FF0000;
}
.block.login-form .login input:focus {
	border: 1px solid #0F238C;
}

/*******************************
******** form **********
*******************************/
form.xform {
	margin-top: 20px;
}
.xform .formtitle,
.xform .formheadline {
	font-weight: bold;
	font-size: 14px;
}
.xform td {
	padding: 0 10px 10px 0;
}
.xform legend {
	margin-bottom: 10px;
}
.xform.vertical label,
.xform.vertical label span {	
	display: block;
	}
.xform.vertical label span {
	margin: 10px 0 6px 0;
	font-weight:bold;
	}

.xform input[type="text"] {
    /*width: 50%;*/
	padding: 3px;
	font-size: 12px;
	color: #333;
	border: 1px solid #BBB;
}
.xform input[type="text"]:focus {
	border: 1px solid #0F238C;
}
.xform td label:first-of-type {
	display: inline-block;
    /*width: 40%;*/
}
.xform fieldset.orientationVertical label {
	display: block;
	width: auto;
	margin-bottom: 10px;
}
.xform fieldset.orientationVertical input[type="text"] {
}
.xform fieldset.orientationVertical label:last-of-type {
	margin-bottom: 0;
}

.xform fieldset.orientationHorizontal label label {
	display: inline-block; margin-right: 8px;
}

.xform input[type="checkbox"] {
	display: inline-block;
	margin-right: 2px;
}
#id_matrix.xform .orientationHorizontal input[type="checkbox"] {
	display: inline-block; 
	position:relative; top: 2px;
	margin-right: 2px;
}
.xform input[type="radio"] {
	display: inline-block;
	margin-right: 2px;
}
#id_matrix.xform .margin-none {margin-bottom: 0;}

#id_matrix.xform .orientationHorizontal input[type="radio"] {
	display: inline-block; 
	position:relative; 
	top: 2px;
	margin-right: 2px;
}
.xform input[type="submit"] {
	padding: 4px 6px;
	font-size: 13px;
	font-weight: bold;
}

.xform .field-validation-error {
	display: block;
	margin-top: 5px;
	color: #FF0000;
}

.xform .width200 Legend  {width: 200px;}
.xform .checkbox {margin-bottom: 8px;}
.xform .labels-horz label.label {display: block; margin-right:10px; float: left; clear: both; margin-bottom: 8px;}
.xform .labels-horz input  {display: block;float: left; margin-bottom: 6px;}
.xform .labels-vert label.label  {display: block; padding-bottom: 4px;}
.xform .labels-vert span.label  {display: block; padding-bottom: 4px;}
.xform .labels-vert label span  {display: block; padding-bottom: 4px;}
.xform .labels-vert label input   {display: block; margin-bottom: 6px;}


#id_matrix.xform  td.section {padding-top: 20px;}

#id_matrix.xform .checkbox input { display: inline-block; margin-right: 5px;}

#id_matrix.xform fieldset.margin-none label label { margin-bottom: 0; padding-bottom: 0;}
#id_matrix.xform .margin-none input { margin-top: 0;}

.xform .right {text-align: right; display: block;}
.xform .button { padding: 4px 8px;}
.xform .clearBtn a {
  background-color: #E9E9E9;
  border: 1px solid gray;
  padding: 6px;
  font-weight: bold;
  color: #666;
  display: block;
  text-align: center;
}

.width10 {width: 9.5%;}
.width25 {width: 24.5%;}
.width30 {width: 29.5%;}
.width40 {width: 39.5%;}
.width50 {width: 49.5%;}
.width60 {width: 59.5%;}
.width70 {width: 69.5%;}
.width75 {width: 74.5%;}
.width80 {width: 79.5%;}
.width90 {width: 89.5%;}
.width100 {width: 99.5%;}

fieldset.col3 label label {width: 30%; margin-right: 2%; display: inline-block;}
fieldset.col2 label label {width: 47%; margin-right: 2%; display: inline-block;}

.xform .required {color: #9F0000;}

/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	padding: 10px;
	background: #0F238C;
	color: #e0e0e0;
	font-weight: bold;
	line-height: 30px;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-header a:hover {
	color: #FFF;
	text-decoration: underline;
}
.ui-datepicker-title select {
	padding: 3px;
}
.ui-datepicker-title select.ui-datepicker-month {
	margin-right: 5px;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	padding: 5px 0;
	cursor: pointer;
	color: #FFF;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	text-align: center;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
	background: #F3F3F3;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #0F238C;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #0F238C;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
.ui-datepicker-buttonpane {
	padding: 5px;
	background: #FFF;
}
td.ui-datepicker-other-month a {
	color: #999;
}
.ui-state-highlight {
	color: #0F238C !important;
	background: #FFF !important;
	text-shadow: none !important;
	border: 1px solid #0F238C;
}
body:not(.edit-mode) .hidden {
	display: none;
}

/***** BLOCK - RECENT NEWS *****/
.block.cat-recent-news {
	padding: 10px 10px 0 15px;
	border: 1px solid #A4A3A3;
}
.cat-recent-news ul {
	margin: 10px 0 20px 15px;
}
.cat-recent-news ul li {
	padding: 0 0 6px 0;
}


/* EVENTS BLOCK */
.block.events h3 {margin-bottom: 4px;}
.block.events hr {display: none;}
.block.events ul,
.block.events ul li  {
	margin-left: 0;
	padding-left: 0;
}
.block.events ul li  {
	list-style: none;
	margin-bottom: 20px;
}
.block.events ul li div,
.block.events ul li > div + h4   {
	padding-left: 15px;
}
.block.events ul li div:first-of-type  {
	padding-left: 0px;
}
.block.events .event-title {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #1C1D20;
}
.block.events div.event-date {
	font-weight: bold;
}
.block.events .event-type {
	font-weight: normal;
    line-height: 1.4em;
    font-size: 11px;
}
.block.events h4 {
	font-size: 13px;
}
.block.events a.events-more {
	float: right;
}
.block.events .event-teaser p {
	margin: 6px 0;
    line-height: 1.2em;
}
.eventslisting h3 {margin-bottom: 4px;}
.eventslisting .when {}
.eventslisting label {font-weight: bold;}
.eventslisting .when .starttime {}
.eventslisting .when .separator {}
.eventslisting .when .endtime {}
.eventslisting .event-info {}
.eventslisting .event-info h4 {margin-bottom: 4px;}
.eventslisting ul li div.event-info div.event-location {padding:0;}
.eventslisting ul li div.event-info div.event-teaser {padding:4px 0 0 0;}

.eventslisting pre {
    font: normal 11px/15px sans-serif;
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


@media only screen and (max-width: 550px) {
    .col .pager .pager-status,
    .col .pager .pager-per-page,
    .col .pager .pager-controls {
        width: 100%;
        float: none;
        text-align: center;
        display: block;
    }

    .col .pager .pager-status,
    .col .pager .pager-per-page {
        margin: 0 2px 12px 2px;
    }
}

/*month event view calendar*/
@media only screen and (max-width : 580px) {
	.main.calendar.events {padding: 5px;}
	.main.calendar.events .events-wrap {  margin: 0; width: 52%;}
	.main.calendar.events .events-wrap .calBodyWrapper {padding:0;}
	.main.calendar.events .events-wrap .calBodyWrapper .calBody {padding:0;}
	.main.calendar.events .events-block { width: 45%; margin: 0;}
}
/*month event view calendar*/
@media only screen and (max-width : 480px) {
	.main.calendar.events .events-wrap {  margin: 0; width: 98%; float: none;}
	.main.calendar.events .events-block { width: 98%; margin: 0; float: none;}
}