/* CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');

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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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 {
    margin: 0;
  /*  padding: 0; */
    border: 0;
    font-size: 100%;
    font: inherit;
    
}

/* Search Help style */
a#edit-help-link {
    padding-left: 3cm;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset */

/*Report Bug Style*/

div#reportBug{
	display:none;
    position: fixed;
    top: 75px;
    right: 200px;
    z-index: 500;
    background-color: red;
    padding: 15px;
}

div#reportBug a{
	color:#fff;
}

div#reportBug a:hover{
	text-decoration:none;
}


/*End Bug Report Styles*/

.hide{display:none}

/*Hide Accessibility Cog*/
button#mainAppButton{
	display:none!important;
}

/*Styles for Tabs Core Block region*/

div#block-tabs ul{
	border-collapse: collapse;
    height: auto;
    line-height: normal;
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    white-space: nowrap;
}




div#block-tabs ul li a{
	float: left;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #000;
    background-color: #ededed;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: 1.8em;
    line-height: 1.9;
    display: block;
    font-size: 0.929em;
    padding: 0 10px 3px;
    text-shadow: 0 1px 0 #fff;
    text-decoration:none;
    margin: 0 5px 0 0;
}

div#block-tabs ul li a.is-active{
	background-color: #ffffff;
    border-bottom-color: #ffffff;
    border-bottom: 1px solid #fff;
}

/* Group Operation Button styles */
.js .dropbutton-widget {
  background-color: white;
  border: 1px solid #cccccc;
}
.js .dropbutton-widget:hover {
  border-color: #b8b8b8;
}
.dropbutton .dropbutton-action > * {
  padding: 0.1em 0.5em;
  white-space: nowrap;
}
.dropbutton .secondary-action {
  border-top: 1px solid #e8e8e8;
}
.dropbutton-multiple .dropbutton {
  border-right: 1px solid #e8e8e8; /* LTR */
}
[dir="rtl"] .dropbutton-multiple .dropbutton {
  border-left: 1px solid #e8e8e8;
  border-right: 0 none;
}
.dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin-right: 0.25em; /* LTR */
}
[dir="rtl"] .dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin-left: 0.25em;
  margin-right: 0;
}

/**
 * @file
 * Visual styles for Bartik's dropbutton component.
 */

.js .dropbutton-widget {
  border: 1px solid;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  color: #3a3a3a;
  cursor: pointer;
  text-align: center;
  margin: 0.125em 0;
  border-radius: 1em;
  overflow: hidden;
}
.js .dropbutton-widget:hover {
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
}
.js .dropbutton-widget .button {
  border: none;
  margin: 0;
  padding: 0.32em 1em;
  background: transparent none;
}
.js .dropbutton-multiple .dropbutton-widget,
.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget {
  padding: 0;
}
.js .dropbutton-multiple .dropbutton-widget .dropbutton {
  padding-right: 2em; /* LTR */
  position: relative;
}
.js[dir="rtl"] .dropbutton-multiple .dropbutton-widget .dropbutton {
  padding-right: 0;
  padding-left: 2em;
}
.js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-right: 0; /* LTR */
}
[dir="rtl"].js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-left: 0;
}
.js .dropbutton .secondary-action {
  border-top-color: #ccc;
}
.js .dropbutton-toggle button {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #d2d2d2);
  background-image: linear-gradient(to bottom, #e8e8e8, #d2d2d2);
}
.js .dropbutton-toggle .dropbutton-arrow:hover {
  background: #ccc;
}
.js .dropbutton a {
  color: #3a3a3a;
  border-bottom: 0 none;
}
.js .dropbutton .dropbutton-action:hover,
.js .dropbutton a:hover {
  background: #dedede;
  border-bottom: 0 none;
}

div#block-group-operations{
	padding:15px 20px;
	background-color:#f6f6f2;
}


/*End Tab Styles*/

/*End Styles for Group Operations Block*/

/**
 * @file
 * Styles for Bartik's tables.
 */

table {
  border: 0;
  border-spacing: 0;
  /*font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;*/
  font-family: inherit;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}
tr {
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
thead > tr {
  border-bottom: 1px solid #000;
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
  color: #fff;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}
.tabledrag-handle:hover,
.tabledrag-handle {
  border: none;
}
[dir="rtl"] tr td,
[dir="rtl"] tr th {
  text-align: right;
}

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) { /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}
@media screen and (max-width: 60em) { /* 920px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}


/* Begin Styles */

.replace{
	color:red;
}

/*General Styles********************************************************/
a.callToAction {
    padding: 15px;
    color: #fff;
    background-color: #1F6698;
    margin-top: 30px;
    display: inline-block;
}

a.callToAction:hover{
	
	
	text-decoration:none;
	color:#fff;
}

h3{
	margin-top:10px!important;
	
}

div.clear{
	clear:both;
}

 #block-mde-content ul{
		list-style:disc;
		left:30px;
		margin-left:30px;
	 	padding: 0;
	}

/*Top Info Styles*******************************************************/

	div.topInfo {
		background-color:#f2f2f2;
		padding:15px 0px;
		position:relative;
	}

	ul.social-media-links--platforms li{
		display:inline-block;
		color:#002664;
		padding-right:15px;
	}

	ul.social-media-links--platforms a{
		color:#002664;
	}

	ul.social-media-links--platforms{
		margin-bottom: 0px;
	}

	div#block-headersocialicons ul li{
		margin-bottom: 0px;
	}

	div.settings img{
		width:24px;
		height:24px;
		margin-right:5px;
	}

	/*Search Styles********************************************************/

	div.siteSearch {
		background-color:#2d6f78;
		padding:15px 0px;
		position:relative;
		display:none;
	}

	div.closeSearch{
		position:absolute;
		top:5px;
		right:15px;
	}

	div.closeSearch:hover{
		cursor:pointer;
	}

	div.js-form-type-search{
		display: inline-block;
		width:400px;
	}

	input.form-search{
		width:100%;
		background-color:#fff;
		border:none;
		padding:5px 5px 5px 15px;
		
	}

	div.js-form-wrapper{
		display: inline-block;
		width:100px;
	}

	input.js-form-submit{
		width:100%;
		margin-left:15px;
		background-color:#1F6698;
		border:none;
		color:rgba(255,255,255,.8);
		text-transform: uppercase;
		padding:5px;

	}

	input.js-form-submit:hover{
		color:rgba(255,255,255,1);
	}

	form#search-block-form{
		text-align:center;
	}

/*Main Navigation******************************************************/

div.mobileMenu{
	display:none;
}

div.mobileSearchIcon{
	display:none;
}

div.searchBtn{
	display:none;
}

ul.menu-level-0{
		margin-top:20px;
		float:right;
		position:relative;
	}

	ul.menu-level-0 li {
		
		display:inline-block;
		
		position:relative;
		padding-left:15px;

	}

	ul.menu-level-0 li span {
		
		width:100%;
	}

        ul.menu-level-0 li span a {
            color: #2e3a47;
            display: block;
            width: 100%;
            text-transform: uppercase;
            padding: 15px;
            text-align: center;
            font-weight: bold;
            position: relative;
            top: 20px;
        }

	ul.menu-level-0 li span a:hover{
		text-decoration:none;

	}


	ul.menu-level-1{
		padding:15px;
		background-color:#002664;
		color:#fff;
		position:absolute;
		z-index:51;
		display:none;
		top:40px;
		max-height:250px;
		overflow:scroll;
		min-width:250px;
		right:0px;
}


	ul.menu-level-1 li a{
		display: block;
		color:#fff;
		text-align:left;
	}

	ul.menu-level-0 li ul.menu-level-1 li{
		display:block;
		float:none;
		width:100%;
		padding:0px;
	}

	ul.menu-level-0 li ul.menu-level-1 li span a{
		color:#fff;	
		text-align:left;
		padding: 5px 0px 15px 0px;
	}

	ul.menu-level-0 li ul.menu-level-1 li span a:hover{
		text-decoration:underline;
	}
/* Services Menu pop out */
#block-mde-main-menu ul.menu-level-1{    
	background-color:#002664;
    color:#fff;
    z-index:51;
  	margin-top: 20px;
    overflow:scroll;
    width:70vw;
    column-count: 4;
    overflow-y: hidden;
    overflow-x: hidden; 
	padding: 2px 10px 5px 10px;
    } 
	
#block-mde-main-menu ul.menu-level-1 li{
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}

/* Services Menu pop out 
#block-mde-main-menu ul.menu-level-1{    
	padding: 15px;
    background-color:#002664;
    color:#fff;
    position:absolute;
    z-index:51;
    display:none;
    top:60px;
    max-height:250px;
    overflow:scroll;
    width:800px;
    right:0px;
    column-count: 3;
    overflow-y: hidden;
    overflow-x: hidden;  } */

/*Services menu responsiveness */

@media screen and (max-width:1000px){
#block-mde-main-menu ul.menu-level-1 {
	padding: 10px;
    color:#fff;
    position:absolute;
    z-index:51;
    display:none;
    top:40px;
    max-height:1000px;
    overflow:scroll;
    min-width:50px;
    right:0px;
    column-count: 1;
    overflow-y: hidden;
    overflow-x: hidden;  
	
}	
}

/*Audience Navigation**************************************************/
	ul.aud-nav{
		padding: 0;
		margin-bottom:0px;
		position:relative;
	}

	ul.aud-nav li{
		display:flex;
		float:left;
		width:25%;
		/* height:60px; */
		text-align:center;
		color:#fff;
		
	}

        ul.aud-nav li a {
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
            padding: 15px;
            text-transform: uppercase;
            letter-spacing: 3px;
			font-weight: bold;
        }

	ul.aud-nav li a:hover{
		text-decoration:none;
	}

	ul.aud-nav li div.aud-dd{
		position:absolute;
		width:100%;
		z-index:50;
		right:0px;
		left:0px;
		top:50px;
		padding:30px 0px;
	}

	.green{
		background-color:#276865;
	}

	.blue{
		background-color: #1F6698;
	}

	.yellow{
		background-color:#CF0028;
	}

	.purple{
		background-color:#5f174e;
	}

	ul.aud-nav li div.aud-dd h2{
		text-transform:uppercase;
		padding-bottom:15px;
		border-bottom: solid 3px #fff;
		margin-bottom:30px;
		font-size:36px;
		letter-spacing:5px;
	} 

	ul.aud-nav li div.aud-dd li {
		text-align:left;
		display:block;
		width:100%;
		margin-bottom:0px;
		padding-bottom:10px;
		margin-top:0px;
		padding-top:0px;
		letter-spacing:1px;
	}

	div.empty{
		clear:both;
		height:15px;
	}

    /*Dropdown Styles*/
    ul.aud-nav li ul li a{
    	text-transform:none;
    	letter-spacing:normal;
    	padding:0px;
    }

    ul.aud-nav li ul li a:hover{
    	opacity:.8;   
    }

    ul.aud-nav li div.aud-dd ul li ul{
    	border-top: 1px solid #fff;
    	margin-top:10px;
    	position:relative;
    }

     ul.aud-nav li div.aud-dd ul li ul:after{
    	content: "\f107";
		font-family:FontAwesome;
		position:absolute;
		right:30px;
		font-size:16px;
		top:-30px;
    }

    ul.aud-nav li div.aud-dd ul li.exp ul:after{
    	content: "\f106";
		font-family:FontAwesome;
		position:absolute;
		right:30px;
		font-size:16px;
		top:-30px;
    }

    ul.aud-nav li div.aud-dd ul li.hasChild ul li{
    	margin-left:15px;
    }


    ul.aud-nav li div.aud-dd ul li ul li{
    	display:none;
    }





/*Basic Styles**********************************************************/
	div.clear {
		clear:both;
	}

	a.button{
		padding:15px;
		display:inline-block;
		width:100%;
	}

	a.button h1, a.button p{
		display:inline-block;
	}
/*Navigation Styles********************************************************/

/*Landing Page Menu near Footer*/
/*ul.homemenu-level-0 li ul.homemenu-level-1{
    max-height: 230px;
    overflow: scroll;*/


div#block-mde-page-title {
    border-bottom: 7px solid #002a64;
    color: #002a64;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight:bold;
}

div#MDE-slider a{
    color: white;
}

.carousel-caption {
  left: 0% !important;
  right: 0% !important;
  padding-left: 15px;
  background-color: rgba(0, 46, 100, 0.8);
  position: relative;
  bottom: 0% !important;
}

ol.carousel-indicators {
    bottom: 0% !important;
}
/*Paragraph styles*******************************************************/
div div.callout{
	background-color:#f2f2f2;
	width:30%;
	display:block;
	padding:15px;
	margin-right:15px;
	float:left;
	margin-bottom:15px;
	overflow:scroll;
	height:250px;
}


.box{
	background-color:#f2f2f2;
}

div.buttonInline div div a{
	padding:15px;
	background-color:#1F6698;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	margin:15px;
}

div.buttonInline div div a:hover{
	opacity:.8;
}

div.important{
	background-color:#f2f2f2;
	width:100%;
	padding:15px;
	margin:15px 0px;
}

div.pageDocs{
	margin-bottom:15px;
	border-bottom: 1px solid #ccc;
	padding-bottom:5px;
	position:relative;
	min-height:50px;
}

div.inline, div.inline div{
	display:inline;
}

div.pdfType{
	background-image:url("../img/pdf-icon.png");
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	display:inline-block!important;
	background-size:cover;
	margin-right:10px;
	position:absolute;
	left:0px;

}

div.pdfContent{
	position:absolute;
	left:50px;
}

/*Page Contact Inline*******************************************************/


	div.pageContactInline{
		background-color:#002664;
		padding:15px;
		color:#fff;
		margin-bottom:15px;
		display:block;
		min-height:185px;
		width:30%;
		float:left;
		margin-right:15px;
	}

	span.emailImg{
		width:25px;
		height:25px;
		display:inline-block;
		background-image:url('../img/icons/email_sm.png');
		background-repeat: no-repeat;

	}

	span.phoneImg{
		width:25px;
		height:25px;
		display:inline-block;
		background-image:url('../img/icons/phone_sm.png');
		background-repeat: no-repeat;
	}

	div.contactEmail div, div.contactPhone div{
		display:inline-block;

	}

	div.contactEmail div a, div.contactPhone div a{
		color:#fff;
		position:relative;
		top:-6px;
	}
	div.contactName h3{
		margin-bottom:0px;
	}

	.line{
		border-bottom: 1px solid #fff;
		margin:5px 0px;
	}

	div.contactTitle{
		padding-bottom:5px;
	}

	ul.custom-nav-list {
    background-color: #F5F5F5;
}

	

/*Header Styles********************************************************/

	header {
		background-color:#fff;
		padding: 15px 0px;
	}

	div#block-mde-branding img{
		/*width:175px;*/
		max-width: 300px;
	}

	div.contactBtn span::before{
		content: url('../img/contact.svg');
		position:relative;
		bottom:-8px;
		padding-right:10px;
		
	}

	div.searchBtn span::before{
		content: url('../img/search.svg');
		position:relative;
		bottom:-8px;
		padding-right:10px;
		
	}

	div.searchBtn, div.contactBtn{
		padding-bottom:10px;
	}


/*Slider Styles********************************************************/

section.Entry{
	padding:0px 15px;
	margin-bottom:50px;
}

div.slider{
	width:80%;
	float:left;
}

section.slider, div.MDE-slider li{
	background-color:#000;
	height:400px;
	position:relative;
}

div.unslider{
	position:relative;
}

div.unslider a.unslider-arrow.next,div.unslider a.unslider-arrow.prev{
	bottom:170px;
	font-size:0px;

}

div.unslider nav.unslider-nav{
	bottom:15px;
	position:absolute;
	left:0px;
	right:0px;
}

div.MDE-slider div.slideBg{
	position:absolute;
	height:400px;
	width:100%;
	color:#fff;
	/*background-color:rgba(0,0,0,.4); */
	/*padding:15px;*/
	
}

div.MDE-slider{
	height:400px;
    display:none;
}

div.slideContent {
    padding: 25px;
    width: 100%;
    /* text-align: left; */
    background-color: rgba(0, 46, 100, 0.8);
    height: 20%;
    font-family: 'Roboto Slab', serif;
    top: 320px;
    position: absolute;
}

h1.slideTitle {
    margin-top: -10px;
    letter-spacing: 2px;
    font-size: 2vw;
    text-align: left;
}

div.slideContent p{
	letter-spacing:1px;
	margin-top:15px;
}

span.slideLink a {
    color: #ffffff;
    padding: 0.8% 1%;
    /* border-radius: 5px; */
    display: inline-block;
    /* border: 2px solid #fff; 
    background-color: #1F6698; */
    font-family: 'Roboto Slab', serif;
    font-size: 1.0vw;
    position: relative;
    top: -5px;
    margin-top: -10px;
    letter-spacing: 2px;
    font-size: 2vw;
    text-align: left;
}

span.slideLink a:hover{
	/* background-color:#2e3a47; */
	text-decoration:underline;
	border:none;
}

a.unslider-arrow{
	z-index: 10;	
}

a.unslider-arrow.next::after{
	content: url('../sites/default/files/default_images/bold-R.png');
	
}

a.unslider-arrow.prev::before{
	content: url('../sites/default/files/default_images/bold-L.png');

}
li.slidebackground {
    max-width: 96vw;
}
/*accesssibility syles */
div#Accessibility h2{
      font-size: 1vw;
    text-align: center;
}
div#block-textresize .content{
   margin-left: auto;
    margin-right: auto;
    width: 100px;
}
.button {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}
form#high-contrast-switch {
	padding-top:15px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.colBorder {
   margin-bottom:20px; 
   border-right: 2px solid white
   ;
}

div#Accessibility {
    border-bottom:  3px solid white;
    margin-bottom: 20px;
}
/*Slider navigation*/
nav.unslider-nav{
	position:relative;
	z-index:25;
	width:65%;
	float:right;
	margin-left:35%;

}

nav.unslider-nav ol li{
	background-color:#fff;
	width:13px;
	height:13px;
}


nav.unslider-nav ol li.unslider-active{
	background-color:#2e3a47;
}


/*Alert Buttons*****************************************************************/
	div.alertBtns{
		width:20%;
		float:right;
	}

        div.alertBtns a {
            height: 250px;
            display: inline-block;
            background-color: rgba(0, 46, 100, 0.8);
            color: #fff;
            width: 95%;
            padding: 30px;
            margin-left: 5%;
            text-align: left;
            font-size: 1.5vw;
            letter-spacing: 2px;
            transition: background-color, .5s;
            font-weight: bold;
            font-family: 'Roboto Slab', serif;
        }

	div.alertBtns a:first-child{
		margin-bottom:20px;
	}

	div.alertBtns a:hover{
		text-decoration:none;
		background-color:#77A9d7;

	}

#block-alertbuttons > div:nth-child(2) > div:nth-child(1) > a {
    background-image: url("../img/MS-Succeed.jpg");
    background-position-y: 85%;
    background-size: cover;
}

#block-alertbuttons > div:nth-child(2) > div:nth-child(2) > a {
    background-image: url("../img/Fam-Guides.jpg");
    background-position-y: 25%;
    background-size: cover;
}

/*Static Jumbotron Styles********************************************************/
/*Featured Icon Styles********************************************************/
div.icoLeft {
    /*width:40%;*/
    display: inline-block;
    /*float:left;*/
}

	div.icoRight{
		width:60%;
		display:inline-block;
		/*float:left;*/
	}

	div.icoRight h2{
		margin-top:0px;
		font-size:24px;
	}

	div.icoRight h2 a{
		color: #2e3a47;
	}


	div.icoRight h2 a:hover{
		text-decoration:none;
		color:#77A9d7;
	}


div.featureIcoWrap {
    margin: 10px 0px;
    padding: 15px;
    text-align: center;
}


/*Staff View Styles***************************************************/
.accHeading{
	background-color:#002664;
	color:#fff;
	padding:10px;
	position:relative;
	margin-bottom:0px;
	width:100%;
}

div.faqHeading{
	margin-bottom:15px;
}

.faqHeading{
	background-color:#002664;
	color:#fff;
	padding:10px;
	position:relative;
	margin-bottom:0px;
	width:100%;
}



.accHeading.con::after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 30px;
}

.faqHeading.con::after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 30px;
}

.accHeading.exp::after {
    content: '\f106';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 30px;
}

.faqHeading.exp::after {
    content: '\f106';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 30px;
}

div.accBody{
	background-color:#ffffff;
	padding:15px;
	margin-bottom:15px;
}

div.faqBody{
	background-color:#f2f2f2;
	padding:15px;
	margin-bottom:15px;
}

div.faqBody p{
	color:#333;
}


div.faqBody{
	color:#333;
}

h4.faqSubTitle{
	color:#002664;
}

div.staffMember{
	padding-bottom:10px;
	border-bottom:1px solid #999;
}

div.staffMember h4, div.staffMember h5{
	color:#333;
}

/*Book Navigation**************************************************/

label.sidebarTitle{
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:10px;
}

div.sidebar{
	
	margin-left:2%;
	margin-bottom:15px;
}


/*Sidebar************************************************************/

div.viewHeader{
	margin-bottom:15px;
}

h4.sidebarTitle {
    /*color: #002664;
    background-color: #F2F2F2;*/
    padding-left: 15px;
    margin: 0px;
    border: 1px solid #e5e5e5;
}

h3.sidebarTitle.accHeading{
	padding:15px;
	color:#fff;
	margin-top:0px!important;
	text-align:left;
}

h3.sidebarTitle.dark{
	
	color:#333;
}

div.sidebarWrap{
	
	margin-bottom:15px;
	
	color:#fff;
}

div.sidebarWrap a{
	color: rgba(255,255,255,.8);
	display:inline-block;
	margin-bottom:5px;
}

div.sidebarWrap a:hover{
	opacity:.8;
	text-decoration:none;
}

div.accBody a{
	color: #337ab7;
	display:inline-block;
	margin-bottom:5px;
}

div.accBody a:hover{
	
	opacity:.8;
}

.page-sidebar .viewHeader {
    margin-bottom: 0px;
}

.resources-list, .document-list, .subNav, .subNav .accBody, .custom-nav-list ul, .department-nav-list {
    background: #f5f5f5;
    list-style-image: none !important;
    list-style-type: none !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

    .document-list li, .resources-list li, .subNav .accBody li, .custom-nav-list li, .department-nav-list li {
        border-bottom: 1px solid #e5e5e5;
        margin: 0px 20px;
        padding: 5px 0px
    }

    .custom-nav-list li {
        margin: 0px 10px;
    }

        .document-list li:last-of-type, .resources-list li:last-of-type, .subNav .accBody li:last-of-type, .custom-nav-list li:last-of-type, .department-nav-list li:last-of-type {
            border-bottom: none;
        }

.document-list li a, .resources-list li a, .subNav .accBody li a, .department-nav-list li a {
    color: #333;
}

.accBody.office-custom-nav {
    padding: 0px;
    background: #f5f5f5;
    margin-bottom: 0px;
}

.custom-nav-list {
    margin-left: 0px !important;
    list-style-type: none !important;
    list-style-image: none !important;
    margin-bottom: 0px;
}

    .custom-nav-list a {
        color: #333 !important;
        margin-bottom: 0px !important;
    }

/*    .custom-nav-list p {
        border-bottom: 3px solid #666;
    } */
.sidebarTitle.accHeading.con::after{
	top:4px;
}

.sidebarTitle.accHeading.exp::after{
	top:4px;
}

div.deptContact {
    background-color: #f2f2f2;
    padding: 15px;
}

.deptContact .views-field.views-field-name {
    border-bottom: 5px solid #002a64;
}

    div.deptContact a {
        color: #002a64;
        font-family: 'Roboto Slab', serif;
    }

div.sidebarWrap div.subNav{
	background-color: #f2f2f2;
	padding:15px;
}

div.sidebarWrap div.subNav a{
	color:#337ab7;
}

div.sidebarWrap div.subNav a:hover{
	opacity:.8;}
/*News Boxes*********************************************************/
div.newsBx{
	height:250px;
	/*background-color:#f2f2f2;*/
	overflow:hidden;
	/*padding:15px;*/
	margin-bottom:15px;
    border: 1px solid #e5e5e5;
}

.newsBx ul {
    padding: 0px;
}

div.newsBx:hover{	
	overflow:scroll;
}

.newsBx.mdeArticles li, #block-aggregatorfeed > ul > li a {
    padding: 10px;
}

    #block-aggregatorfeed > ul > li a {
        display:block;
    }

.newsImg {
    height: 75px;
    background-color: #002a64;
    display: block;
    margin-top: 50px;
    box-shadow: 5px 0px 25px rgba(0,0,0,0.1);
    color: #ffffff;
    text-align: center;
    line-height: 75px;
    font-size: 25px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .newsImg a, .newsImg a:hover {
        color: white;
        text-decoration: none;
    }

.newsBx .item-list li, #block-aggregatorfeed > ul > li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.newsBxArticle {
    margin: 15px 0px;
}

.mdeNews {
    /*background-image: url("../img/news.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab', serif;
}

.blogImg {
    /*background-image: url("../img/msAchieves.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab', serif;
}


.fbImg {
    /*background-image: url("../img/fb.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab', serif;
}

.fbFeed {
    overflow: hidden;
}

.twImg {
    /*background-image: url("../img/tw.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab', serif;
}


/*About Section******************************************************/
section.about {
    background-image: url(../img/CHS.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
    margin: 50px 0px 0px;
    padding: 50px 0px;
    overflow: hidden;
    color: white;
}

    section.about h3 {
        text-align: center;
        margin-bottom: 30px;
        font-family: 'Roboto Slab', serif;
    }

    section.about h3 a {
        color: #fff;
    }

    div.aboutMDE h2 {
        text-transform: uppercase;
        color: #2e3a47;
    }

	div.aboutMDE p{
		font-size:18px;
	}

	/*Event Listing**************************************************/
article.eventListing {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    margin: 15px 0px;
}

div.date {
    width: 65px;
    height: 65px;
    position: relative;
    float: left;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
}

	div.day{
		position:absolute;
		text-align:center;
		top:30px;
		width:100%;
		font-size:24px;
	}

div.month {
    background-color: #002e64;
    color: #fff;
    height: 30px;
    border-radius: 15px 15px 0px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    font-size: 24px;
}

	div.left, div.right{
		display:inline-block;
	}

	div.left{
		padding-right:15px;
	}

	article.eventListing h2 {
		display:inline-block;
		font-size:20px;
		margin-top:0px;
		
	}

        article.eventListing h2 a {
            color: #000000;
            font-weight: bold;
        }

	article.eventListing h2 a:hover{
		text-decoration:none;
		color:#1F6698;
	}
    	

.addtocalendar {
    float: right;
    top: 5px;
}

span.addtocalendar {
    padding-left: 30px;
}
	span.addtocalendar ul.atcb-list{
		padding:15px;
	}

    article.eventListing div.left, div.left a, div.right, div.right a {
        color: #002664;
    }

.atcb-link {
    display: block;
    outline: none !important;
    cursor: pointer;
    background: #1F6698;
    color: #ffffff !important;
    padding: 10px 25px;
    font-family: 'Roboto Slab', serif;
}

article.eventListing .view-more {
    color: #1F6698;
    font-weight:bold;

}

#block-views-block-events-block-1 > div:nth-child(2) > div > div.views-row > article > div.right > div.addToCal > div > time:nth-child(1), #block-views-block-events-block-1 > div:nth-child(2) > div > div.views-row > article > div.right > div.tags > div > div > a, #block-views-block-events-block-1 > div:nth-child(2) > div > div.views-row > article > div.right > div.addToCal > div > time:nth-child(2) {
    color: #000000;
    font-weight: bold;
}

/*Home Page Navigation***********************************************/
ul.homemenu-level-0 {
    height: 300px;
}

	ul.homemenu-level-0 li {
		width:25%;
		display:inline-block;
		float:left;
		position:relative;
		padding:0px 15px;

	}

	ul.homemenu-level-0 li span {
		
		width:100%;
	}

        ul.homemenu-level-0 li span a {
            color: #fff;
            display: block;
            width: 100%;
            padding: 15px 40px;
            font-family: 'Roboto Slab', serif;
            font-size: 20px;
            font-weight:bold;
        }

	ul.homemenu-level-0 li span a:hover{
		text-decoration:none;
	}

	ul.homemenu-level-0 li ul.homemenu-level-1{
		width:100%;
	}

        ul.homemenu-level-0 li ul.homemenu-level-1 li {
            display: block;
            float: none;
            width: 100%;
            padding: 0px;
            
        }

            ul.homemenu-level-0 li ul.homemenu-level-1 li span a {
                color: #FFFFFF;
                text-align: left;
                padding: 15px 0px 0px 0px;
                font-size: 14px;
                font-weight: normal;
            }

	ul.homemenu-level-0 li ul.homemenu-level-1 li span a:hover{
		text-decoration:none;
	}

.slider{
	max-width: 1500px !important;
	/*min-width: 800px !important;*/
}

/*h6 option: same size as h4 but with red color */
div#block-mde-content h6{
    font-size: 18px !important;
    color: #be0007;
}

/*Body Styles********************************************************/

	section.mainContent{
		height:100%;
	}

	
/*Department Landing PAge Styles*******************************************/

	div.deptLanding{
		
	}

	div.deptLandingContact{
		width:300px;
		margin: 0px 30px 30px 0px;

		float:left;
		background-color: #f2f2f2;
		padding:15px;
	}

	div.deptDesc, div.deptDesc div, div.deptDesc div ul, div.deptDesc div p{
		display:inline;
	}

	


/*Footer Styles********************************************************/

	/*General Footer Styles*/
    section.lowerContent {
        background-color: #4b4b4b;
        color: #ffffff;
    }   
    
    div.upperFooter{
		padding: 15px 0px;
	}

	div.gtranslate{
		float:right;
		padding-right:30px;
	}

	nav#block-mde-footer li{
		display:inline-block;
		padding-right:15px;
	}

	div.footerBottom{
		padding:15px;
		background-color:#000;
	}

	footer img{
		width:100px;

	}

	footer a{
		color:#fff;
	}

	footer a:hover{
		color:#fff;
		text-decoration:none;
		opacity:.8;
	}

	/*End Footer Syles/*




/*Feedback Form*/
div.feedbackForm {
    background-color: #1F6698;
    clear: both;
    position: relative;
}

div.feedbackForm p{
	color:#fff;
	padding:15px 30px;
	margin:0px;
	font-size:16px;
    text-align:center;
}

div.feedbackForm p.closed:after{
	/*content: "\f107";*/
	/*font-family:FontAwesome;*/
	position:relative;
	right:-15px;
	font-size:30px;
	top:3px;

}

div.feedbackForm p.open:after{
	/*content: "\f106";*/
	/*font-family:FontAwesome;*/
	position:relative;
	right:-15px;
	font-size:30px;
	top:3px;

}

div#feedBack{
	background-color: #f2f2f2;
}

div#feedBack th{
	display:none;
}

div#feedBack tr{
	border:none;
	background: transparent;
}

div#feedBack tr td{
	border:none;
	background: transparent;
}

/*End feedback Form*/

footer {
    color: #002664;
    /*padding:15px 0px 0px 0px;
		margin-top:30px;*/
}

	div.upperFooter{
		background-color:#1b1720;
	}

	div.footerLeft{
		width:50%;
		float:left;
		position:relative;
		height:250px;
	}

	a.callToAction.mapBtn{
		position:absolute;
		bottom:20px;
		left:100px;
	}

	div.footerRight{
		width:50%;
		float:left;
		height:250px;
		/*background-color:#efefef;*/
	}

	div.footerRight div{
		width:100%;
		
	}

	div.footerRight div div.super{
		width:100%;
		height:250px;
		padding:15px;

	}

	div.footerRight div div.super h2{
		height:30px;
		color:#002664;
		margin-top:0px;
	}

        div.footerRight div div.super h3 {
            color: #1F6698;
            height: 30px;
            margin-top: 10px;
        }

	div.footerRight div div.super p{
		height:50px;
		width:250px;
		color:#002664;
	}

        div.footerRight div div.super span.superLink a {
            padding: 15px;
            color: #fff;
            background-color: #1F6698;
            margin-top: 30px;
            display: inline-block;
        }

	div.upperFooter{
		clear:both;
	}


/*InfoFooter Styles********************************************************/

	


/*Media Queries*********************************************************/
/*@media (max-width:1100px) */
@media (max-width:1600px){
	div.alertBtns{
		width:100%;
		float:none;
	}

	div.slider{
		width:100%;
	}

	div.alertBtns a{
		margin-left:0%;
		margin-top:15px;
		width:49%;
		float:left;
		height:150px;
	}

	div.alertBtns div div:nth-child(2) a{
		float:right;
	}

}


@media (max-width: 1000px){
	div.pageContactInline, div div.callout{
		float:none;
		width:100%;
	}

}

@media (max-width:991px){
	ul.menu-level-0{
		float:none;
		padding-top:15px;
		background-color:#f2f2f2;
		height: 246px;
	}
	ul.menu-level-0 li{
		display:block;
		padding-left:0px;
	}

	ul.menu-level-0 li span a{
		background-color:#f2f2f2;
		padding: 0px 0px 15px 0px;
	}

	ul.menu-level-1{
		position:static;
	}

	ul.menu-level-1 li span a{
		background-color:transparent;
	}

	nav#block-mde-main-menu{
		display:none;
	}

	header{
		position:relative;
	}

	div.mobileMenu{
		display:block;
		position:absolute;
		top:8px;
		right:15px;

}

	div.topCenter{
		display:none;
	}

	div.mobileSearchIcon{
		display:block;
		position:absolute;
		right:-300px;
		top:0px;
	}

    div.searchBtn{
		display:block;
		position:absolute;
		right:-300px;
		top:0px;
	}

	div.settings{
		position:absolute;
		right:-25px;
		top:0px;
	}

	div.siteSearch{
		background-color:#e2e2e2;
	}

	div.mobileSearchIcon img{
		width:24px;
		height:24px;
	}

    div.searchBtn img{
		width:24px;
		height:24px;
	}

}

@media (max-width: 900px){
	ul.aud-nav{
		margin: 0px 15px;
	}

	ul.aud-nav li{
		float:none;
		width:100%;
		margin-bottom:15px;
	}

    div.slideContent {
        padding: 25px;
        width: 100%;
        text-align: left;
       /* background-color: rgb(107, 169, 220); */
        height: 100%;
    }
    
 }


@media (max-width:800px){
	ul.homemenu-level-0 li{
		width:50%;
	}

	ul.homemenu-level-1{
		margin-bottom:30px;
	}
}

@media (max-width: 700px){
	div.footerLeft{
		width:100%;
		float:none;
	}

	div.footerRight{
		width:100%;
		float:none;
	}
	
.super {
    background: none !important;
}
.super h2{
    text-align: center !important;
}
.super h3{
    text-align: center !important;
}

.superContent a{
    margin-left:35% !important;
    margin-top: -2px !important;
}

.footerRight {
    height: 170px !important;
}
	.carousel-caption {
    height: 25%;
}
	ol.carousel-indicators {
    display: none;
}
	
}


@media (max-width:600px){
	form#search-block-form--2{
		margin-top:40px;
	}

	div.js-form-type-search{
		display:block;
		width:100%;
	}

	div.js-form-wrapper{
		display:block;
		padding-top:15px;
		width:100%;
	}

	input.js-form-submit{
		margin-left: 0px;
		}

    div.footerRight div div.super h2 {
        height: 30px;
        font-size: 26px;
        color: #1F6698;
        margin-top: 0px;
    }

    section.about {
        height: auto;
    }

    div.alertBtns a {
        font-size: 4vw;
    }

	div.slider a{
    	font-size: 3vw;
    	font-family: 'Roboto Slab', serif;
    	font-weight: bold;
    }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}

@media (max-width:800px){
    div.settings {
        top: -10px;
        display: none;
    }

	div.mobileSearchIcon{
		right:15px;
		top:6px;
	}

    div.searchBtn{
		right:15px;
		top:6px;
	}

    div.footerBottom {
        text-align: center;
    }

    div.gtranslate {
        display: none;
    }
	
	#block-footerinformation{
    	text-align:center;
    }
	
    img.pull-right{
    margin-right: 120px;
    }
	
	ul.homemenu-level-0 li {
	width:initial;
	}
	
	ul.homemenu-level-0{
    	height: 0px;
    	width: 350px;
    	padding: 0px;
    }
	
div#MDE-slider a{
    color: white;
}

}
@media (min-width: 2000px){
        span.slideLink a{
      font-size: 1vw;
}
}
@media (min-width: 992px){
.container {
    width: 1105px !important;
}

 div.alertBtns{
        float: left; 
    }

/* styles for slider */
	@media (max-width: 1920px) and (min-width: 1400px){
    div.alertBtns a{
        height: 13vw; 
    }

}

 @media (max-width: 1960px) and (min-width: 1921px){
    div.alertBtns a{
        width: 20vw !important;  
    }

}
 @media (max-width: 2020px) and (min-width: 1961px){
    div.alertBtns a{
       width: 22vw !important;  
    }

}
 @media (max-width: 2060px) and (min-width: 2021px){
   div.alertBtns a{
       width: 24vw !important;  
    }

}

 @media (max-width: 2080px) and (min-width: 2061px){
   div.alertBtns a{
       width: 25vw !important;  
    }

}
 @media (max-width: 2105px) and (min-width: 2081px){
   div.alertBtns a{
       width: 26vw !important;  
    }
 }

 @media (max-width: 2165px) and (min-width: 2106px){
   div.alertBtns a{
       width: 27.5vw !important;  
    }
 }

@media (max-width: 2230px) and (min-width: 2166px){
   div.alertBtns a{
       width: 29.5vw !important;  
    }

}
@media (max-width: 2270px) and (min-width: 2231px){
   div.alertBtns a{
       width: 31vw !important;  
    }

}
@media (max-width: 2310px) and (min-width: 2231px){
   div.alertBtns a{
       width: 32vw !important;  
    }

}
@media (max-width: 2380px) and (min-width: 2311px){
   div.alertBtns a{
       width: 34vw !important;  
    }

}
@media (max-width: 2460px) and (min-width: 2381px){
   div.alertBtns a{
       width: 36vw !important;  
    }

}
@media (max-width: 2550px) and (min-width: 2461px){
   div.alertBtns a{
       width: 38vw !important;  
    }

}
@media (max-width: 2620px) and (min-width: 2551px){
   div.alertBtns a{
       width: 40vw !important;  
    }

}
@media (max-width: 2700px) and (min-width: 2621px){
   div.alertBtns a{
       width: 41.5vw !important;  
    }

}
@media (max-width: 2799px) and (min-width: 2701px){
   div.alertBtns a{
       width: 43.5vw !important;  
    }

} 

@media (max-width: 1600px) and (min-width: 1530px){
   div.alertBtns a{
       width: 46vw !important;
       margin-right: 3vw;  
    }

} 
	
@media(min-width: 2800px){

	  div.alertBtns a{
        height: 300px; 
    }

	 div.alertBtns{
	   width: 35%;
    }

.slider{
	max-width: 1780px !important;
	
}
div.alertBtns{
		width:100%;
		float:none;
	}

	div.slider{
		width:100%;
	}

	div.alertBtns a{
		margin-left:0%;
		margin-top:15px;
		width:49%;
		float:left;
		height:150px;
	}

	div.alertBtns div div:nth-child(2) a{
		float:right;
	}

}