﻿img, a img {
    max-width: 100%;
}
li {
    word-wrap: break-word;
    -ms-word-break: break-word;
    -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.ui-listview-inset .ui-li {
    width: 95%;
    height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    /*width: 100%;*/
}
body {
    min-width: 300px;
}

section {
    background-color: white;
}

section form{
}

aside {
    width: 100%;
    background: #262626;
}
    aside ul {
        background-color: #505659;
        margin: 0;
        padding: 0;
    }
    #sideBar ul li a {
        border-bottom: 1px solid #383838;
    }
    #sideBar ul li ul,
    #sideBar ul li div {
        border-left: 2px solid #383838;
        background-color: #676E72;
        padding: 0;
        margin: 0 0 0 -20px;        
    }
aside ul li.collapsed ul,
aside ul li.collapsed div {
    padding: 0;
}

aside#sideBar ul li h4, 
aside#sideBar ul li p,
aside#sideBar ul li span {
    color: #FFF;
    padding: 5px;
    margin: 0;
}
aside#sideBar ul li h4 {
    text-align: right;
}
#sideBar ul li.collapsed,
#sideBar ul li.expanded {
    margin-left: 0;
    padding-left: 0;
    background: url("/_images/theme/sprite.png") no-repeat scroll -465px -69px rgba(0, 0, 0, 0);
}

.ui-content {
    width: 100%;
    padding: 0;
}

.ui-bar-a,
.ui-body-c,
.ui-overlay-c {
    -webkit-text-shadow: none;
    text-shadow: none;
}

.ui-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui-corner-top {
    border-top-left-radius: 0px;
}

.ui-corner-bottom {
    border-bottom-left-radius: 0px;
}

.overlayDark {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

.overlayMinimized {
    width: 0%;
    height: 0%;
}

#navBar {
    position: absolute;
    z-index: 1000;
    margin-top: 0;
}

.navigation {
    margin: 0;
    max-width: 100%;
    z-index:1000;
    top: 103px;
    width: 100%;
    display: none;
    background-color: #2b2b2b;
}
.showNav {
    border-bottom: 3px solid #003366;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .navigation ul {
        height: 100%;
    }

    .navigation ul li {
        height: auto;
        float: none;
        width:99%;
        padding:0;
        border: solid 1px #383838;
        border-left: none;
        border-right: none;
        margin: 0;
    }

        .navigation ul li:hover {
            background-color: #333333;
            border: solid 1px #383838;
        }

        .navigation ul li div {
            display: none;
        }

        .navigation ul li a {
            text-decoration: none;
            width: 100%;
        }

        .navigation ul li a span, #sideBar ul li a {
            min-height: 0;
            z-index: 1000;
            line-height: 40px;
            font-size: 20px;
            color: #FFFFFF;
            padding: 10px 0 10px 40px;
            margin:0;
        }
        #navigation ul li div {
            display: none;
        }
#sideBar ul li ul li a{
    padding: 10px 0 10px 80px;
}
#sideBar ul li div {
    color: #FFF;
    padding: 10px 0 10px 60px;
}
    #sideBar ul li div span {
        margin-left: 20px;
        margin-top: -10px;
        color: #222222;
        border: none;
    }

        .navigation ul li a p {
            display: none;
        }

                    /*.navigation ul li:hover {
                background: none repeat scroll 0 0 #F8F5E8;
                border: medium none;
                -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.14);
                box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.14);
                text-align: left;
            }*/

.navigation ul li:hover ul {
    display: none;
}

.navigation ul li:hover ul li {
    display: none;
}

.navHeight1, .navHeight2, .navHeight3, .navHeight4, .navHeight5 {
    height: 100%;
}

.subNavigation {
    display:none;
}



.dropIS {
    display: none;
}
header#section-header, 
header#section-header.position-fixed {
    background: none;
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
}

#section-content {
    margin-top: 0;
}

.menuButton {
    display: block;
    margin: 25px 10px 0;
    position: absolute;
    right: 0;
}

    div.search-form {
        margin-left: 10px;
        margin-right: 60px;
        max-width: 100%;
        width: 400px;
    }

/*
    div.search-form #search-block-form {
        width: 99%;
        background:none;
    }
    */

    div.search-form .form-text-input {
        width: 342px;
    }
.region-inner {
    max-width: 100%;
    width:100%;
}

#page {
    min-width: 300px;
}

/*Footer*/

footer {
/*    padding-top: 10px;*/
    padding-bottom: 100px;
}

.region-inner address {
    margin-top: -60px;
}

    footer #address{
        margin: 0 3%;
        width: 94%;
        padding: 0;
        max-width: 94%;
        background: none;
        font-size: 16px;
        line-height: 20px;
    }
        footer #address address {
            font-style: normal;
        }

address p {
    margin: 0;
}

/*End Footer Section*/

/*Homepage only stuff*/
.textBlock {
    width:85%;
    float: none;
    clear:both;
    margin: 0 2% 20px 2%;
}

.sideBlock {
    float: none;
    max-width: none;
}

.sliderItems {
    margin: 0 3%;
    width: 94%;
}

.view-content {
    max-width: 31%;
}

.views-field-field-promotion-html.item-list ul li {
    padding: 0 5px;
}

    .view-content > div {
        float: left;
        width: 100%;
        position: relative;
    }
.view-homepage-promotions {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

    .view-homepage-promotions .views-row {
        margin: 0;
    }

        .view-homepage-promotions .views-row img, 
        .view-homepage-promotions .views-row ul {
            width: 100%;
            height: auto;
        }
.view-homepage-promotions .views-field-field-promotion-link {
    width: 100%;
    height: auto;
    top: 0;
    position: absolute;
    background-color: #131517;
    padding-bottom: 10px;
}

/*.sliderItems {
    top: 103px;
    position: absolute;
    width: 100%;
}*/

.item-list {
    margin: 0;
}

.views-field ul {
    list-style-type: none;
    margin: 0;
}

.view-homepage-promotions .views-field-field-promotion-html {
    display: none;
}

.view-homepage-promotions .views-field-field-promotion-html li {
    border-bottom: none;
    color: #475F77;
    padding:5px 0;
}

.views-field {
    /*background-color:black;*/
}

.mainTextBlock {
    margin-left: 1%;
    margin-right: 1%;
    width: 68%;
}

/*.views-row-2, .views-row-3 {
    display:none;
}*/
.slideshowButtons {
    width: 100%;
    text-align: center;
    overflow:hidden;
    height:50px;
    background-color: #b4b4b4;
}

.mobileOnly {
    display:block;
}

.desktopOnly {
    display: none;
}
    .desktopOnly img {
        display: none;
    }

a.openSubNavButton {
    /*width: 105%;
    text-align:center;
    background-color: #eeeeee;
    padding:5px 0 5px 0;
    margin: 0 0 0 -5px;
    border-bottom:solid 1px #B4B4B4;
    cursor: pointer;
    */
    cursor: pointer;
    color: white;
    /*margin-right:10px;*/
}

#subnavLink {
    display: block;
    text-align: center;
}

.rightFloatingBox {
    float: none;
}
.largeRightMain, 
#content {
    padding: 0 3%;
    max-width: 94%;
    width: 94%;
}

.subNavTop {
    background-color: #262626;
    width: 100%;
    /*padding: 0 3%;*/
    border-bottom: solid 3px #003366;
    position:relative;
}
    .subNavTop:before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #383838;
    }

    .subNavTop span {
        display: inline;
        float: left;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        border: 0;
        margin: 15px 0;
        max-width:83%;
    }

    .subNavTop .imageBox {
        max-width:10%;
        float: right;
        padding: 22px 5% 0 0;
    }

    /*Sectional Images*/
#headerImageBlock, 
.ir {
    display: none; 
}

.rightMainSideBlock {
    max-width: 29%;
    width: 29%;
    margin-right: 1%;
 
}

#recaptchaBox1 {
    max-width: 100%;
}

.mobileHidden {
    display: block;
}

#breadcrumbBar {
        margin-top: 0;
    }
#region-header-first {
        max-width: 100%;
    }
#region-header-second {
        position: fixed;
        background-color:rgba(0, 0, 0, 0.9);
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        height: 60px;
    }

    #region-header-second .block-title {
        display: none;
    }
    #region-header-second ul {
        margin: 0;
    }
    #region-header-second #block-boxes-site-wide-follow-box {
    margin: 0;
    padding: 15px;
    width: 100%;
    }
    /*#region-header-second #block-boxes-site-wide-follow-box .item-list {
    float: left;
    }*/
        #region-header-second #block-boxes-site-wide-follow-box li {
            margin: 0 0 0 25px;
        }
#region-header-secon #block-boxes-site-wide-follow-box li {
    margin: 10px 25px 10px 0;
}
#region-header-second #block-boxes-site-wide-follow-box li {
    padding-bottom: 15px;
}

#zone-header {
    width: 100%;
}
#region-header-second #block-boxes-site-wide-follow-box .item-list {
        float: none;
        margin: 0 auto;
        width: 280px;
        height: 80px;
    }    
    #region-header-second #block-boxes-site-wide-follow-box li.first{
        margin: 0;
    }
    footer #logos {
        display: none;
    }

    footer #logos2 {
        display: none;
    }

div#content.leftTwoCol {
    max-width: 64%;
}
.rightTwoCol {
    max-width: 28%;
}
    /*Breadcrumbs*/
    #region-header-first {
        display: none;
    }
    #breadcrumbBar {
        height: 0;
    }
    /*Breadcrumbs*/

.footer-menu ul {
    margin:0;
    padding: 0 5% 50px 5%;
    text-align: center;
}

    .footer-menu ul li {
        list-style: none;
        margin: 10px;
        line-height: 30px;
        display: inline-block;
    }

        .footer-menu ul li.liHead {
            display: block;
            font-weight:bold;
            margin-left: -3%;
            font-size: 20px;
        }
        .ui-field-contain {
            border-radius: 10px;
            border: 2px solid #000;
            background-color: #000;
        }
        .ui-field-contain option {
        }

.footer-menu #lastMod {
    margin-top: -60px;
}

#social-disclaimer {
    margin-top:-70px;
}

address {
    padding-top: 70px;
}

.container-12 {
    width:100%;
}

#femaMobileApp {
    display:none;
}

#threeColInfo {
    margin-bottom: 0;
}

@media only screen and (max-device-width: 795px), only screen and (max-width: 795px) {
    div.search-form {
        margin-left: 10px;
        margin-right: 60px;
        max-width: 100%;
        width: 200px;
    }

    div.search-form .form-text-input {
        width: 142px;
    }
}

@media only screen and (max-width: 795px) {

	div.block-site-slogan.left {
		display: none;
	}

}

@media only screen and (max-device-width: 600px), only screen and (max-width: 600px) {
    footer,
    footer a, 
    footer #address {
        color: #676E72;
        background-color: #262626;
    }

    .footer-menu ul li {
        color: #FFF;
    }

    div.sidebox1 {
        border: none;
    }

    #social-disclaimer {
        margin-top: 0;
    }

    address {
        padding-top: 0;
    }

    .urlTableList {
        /*z-index:9999;*/
        margin-left: -5px;
    }

    .newsInner {
        width: 94%;
    }

    div.search-form {
        display: none;
    }

    .section .region-inner li {
        margin-left: 0;
    }

    .mainTextBlock {
        margin-left: 3%;
        margin-right: 3%;
        width: 94%;
    }

    .rightMainSideBlock,
    .newsOuter,
    .rightMainSideBlock.smallerRight {
        max-width: 94%;
        width: 94%;
        margin-right: 3%;
        margin-left: 3%;
    }



    .logo-img,
    #top-zone,
    .search-form {
        display: none;
    }

    .largeRightMain.reverseColumns {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    div#content.leftTwoCol,
    .rightTwoCol {
        width: 100%;
        max-width: 100%;
    }

    .anchorContent {
        margin-top: -15px;
        padding-top: 15px;
    }

    .textBox {
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #999;
        background: #fff;
        padding: 10px;
    }

    div.search-form {
        float: left;
        left: 2px;
        margin-right: 0;
        max-width: 100%;
        top: 0;
        width: 95%;
    }

    div.mobile-search-form-button {
        display: block;
    }

    .form-submit-mobile img {
        clear:both;
        height: 40px;
        width: 40px;
        margin: 30px 70px 0 0px;
        border: medium none;
        cursor: pointer;
        z-index:99;
    }

    .search-block-form-mobile {
        position: relative;
    }

    .search-form {
        position: absolute;
        background-color:#FFF;
        height:60px;
        width: 98%;
        z-index: 1111;
        margin: 20px 0px 0px 10px;
    }

        div.search-form .form-text-input {
            width: 97%;
            font-size:18pt;
            font-weight:bold;
        }

        .search-form img {
            border: medium none;
            clear: both;
            cursor: pointer;
            right: 15px;
            top: 15px;
        }

        #mobile-search-cancel {
            display: inline;
            position: absolute;
        }

        .form-submit {
            display:none;
        }

    .form-text-input {
        clear: both;
        height: 55px;
        border: medium none;
        cursor: pointer;
    }

    .form-submit-mobile-search {
        clear: both;
        height: 55px;
        border: medium none;
        cursor: pointer;
    }
    /*For Mobile Phones Only*/
    .footer-menu ul {
        display: none;
    }

    .footer-menu select {
        display: inline-block;
        width: 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*background-color:#003366;
        color:#FFF;*/
        text-align:center;
        vertical-align:text-top;
        font-size:12px;
        z-index: 999;
        border: none;
        font-weight: bold;
        font-size: 14px;
    }

        .footer-menu select option {
            font-weight: bold;
            font-size: 12px;
            color:#003366;
        }

/*        .footer-menu select option:first-child {
            font-weight: bold;
        }*/

    .region-inner address {
        margin-top: 0;
    }

    #mobile-search-box input {
        height:45px;
        /*width: 99%;*/
    }

    #mainNavDropDown {
        display: block;
        /*background-color:#003366;*/
        align-content: center;
        margin-left:auto;
        margin-right:auto;
        width:75px;
        height:auto;
        /*max-width: 50%;*/
    }

    #mainNavDropDown .ui-field-contain {
       /* background: #003366;*/
    }

    #mobile-search-cancel {
        z-index:999;
    }

    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }

	.fullWidth {
		max-width: 500px;
	}

	#longVisitImg img {
		height: auto;
		width: auto;
		max-width: 440px;
		max-height: 135px;
	}

	#strategicPlan img {
		height: auto;
		width: auto;
		max-width: 225px;
		max-height: 347px;
	}


	#strategicPlanPage img {
		height: auto;
		width: auto;
		max-width: 500px;
		max-height: 772px;
		float: right;
	}
	
	#longVisit {
		clear: both;
		margin-top: 40px;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .footer-menu select {
        width: 100%;
        /*margin-left:25%;*/
        margin-right:auto;
        height: auto;
        text-align:-webkit-center;
        -webkit-appearance: none;
        border: none;
    }

}

@media only screen and (max-device-width: 480px), only screen and (max-width: 480px){
    
    .view-content {
        overflow: hidden;
        position: relative;
        float: none;
        padding: 0;
        margin: 0 0 10px 0;
        width: 97%;
        max-width: 97%;
        /*border: thick solid #F0EEE2;*/
    }

    .slidePhotoAndText img {
        display: none;
    }
    .field-content {
        font-size: 18px;
        padding: 10px;
        position: relative;
        background-image: none;
        background-color:rgba(0, 0, 0, 0.7);
        min-height: 39px;
    }

    .view-content div.sidebox1 {
        border: none;
        margin: 0;
    }

    .extraFooterItem {
        border: none;
    }

    .desktopTabletOnly {
    display: none;
    }
    .cellOnly {
        display: block;
    }

    .mainQuickLinks {
        float:none;
        margin-bottom:auto;
        margin-top:5px;
        width:97%;
    }
    ul.floatList {
        width:100%;
        float:none;
    }

    #mobile-search-box img {
        margin-left: 20px;
    }

    .site-name-slogan {
        max-height:65%;
    }

    .ombFormInfo {
        float:none;
        text-align:center;
        margin-top:-80px;
    }

    .examNoticeMobileHeader {
        margin-top:30px;
    }

    .textBlock {
        float: none;
        width: auto;
        /*margin: 129px 10px 0 10px !important;*/
        /*width:300px;*/
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }

    .textBlockTop {
        width: auto;
        margin: 329px 10px 0 10px !important;
        display: inline-block;
    }

	.textblockFull{
		width:400px;
		float:none;
	}

	.mainTextBlock .textBlock {
		float: none;
		width: 290px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}

    .largeRightMain .textBlock {
        float: none;
        width:290px;
        margin-left: auto;
        margin-right: auto;
        clear:both;
    }

	.fullWidth {
		max-width: 440px;
	}

	#longVisitImg img {
		height: auto;
		width: auto;
		max-width: 400px;
		/*max-height: 135px;*/
	}

	#strategicPlan img {
		height: auto;
		width: auto;
		max-width: 97px;
		max-height: 150px;
	}


	#strategicPlanPage img {
		height: auto;
		width: auto;
		max-width: 440px;
		max-height: 679px;
		float: right;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 400px), only screen and (max-width: 400px) {
    #mobile-search-box input {
        width: 95%;
    }
}


@media only screen and (max-device-width: 375px), only screen and (max-width: 375px) {

    .header-logos {
        max-width:55%;
    }

    .site-name-slogan {
        max-width:85%;
        max-height:95%;
    }

    #mobile-search-box input {
        
        width:93%;
    }

	.textblockFull {
		width: 200px;
		float: none;
	}

	.fullWidth{
		max-width:300px;
	}

		.fullWidth p {
			text-align:left; 
		}

	#longVisitImg img {
		height: auto;
		width: auto;
		max-width: 300px;
		/*max-height: 144px;*/
	}

	#strategicPlan img {
		height: auto;
		width: auto;
		max-width: 65px;
		max-height: 100px;
	}

	#strategicPlanPage img {
		height: auto;
		width: auto;
		max-width: 300px;
		max-height: 463px;
		float:right;
	}

	#longVisit {
		clear: both;
		margin-top: 10px;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .site-name-slogan {
        max-width:85%;
        max-height:95%;
    }

    #mobile-search-box input {
        width:75%;
    }

}

@media only screen and (max-device-width: 300px), only screen and (max-width: 300px) {

    
    div.mobile-search-form-button {
        display: none;
    }
    
}

