@charset "utf-8";
/*
Theme Name: MDSPDAP
Author: Ann Bevans Collective
Author URI: http://annbevans.com
Version: 1.0
Text Domain: mdspadap
*/


/********* GENERAL STYLES *********/
body, ul, li, div {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #585858;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: underline;
	color: #09395f;
}
a:hover {
	text-decoration: none;
	color: #09395f;
}
img {
	border: none;
}
#content {
	font-size: .8em;
}
#content h1 {
	color: #0080af;
	font-size: 1.7em;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	font-weight: 700;
}
#content h1 span {
	color: #f39c0a;
}
#content h2 {
	color: #0080af;
	font-size: 1.25em;
	margin-bottom: .2em;
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#content h2 + p {
	margin-top: 0;
}
#content h3 {
	font-size: 1.15em;
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#content ul {
	list-style-image: url(images/bullet.gif);
	margin-left: 16px;
}
#content #adjustsize {
	width: 180px;
	position: absolute;
}
#content #adjustsize #adjusttext {
	width: 78px;
	text-align: right;
	margin: 6px 8px 0 0;
	color: #0080af;
	font-size: .9em;
	float: left;
}
#content #adjustsize img {
	float: left;
	margin-right: 6px;
	cursor: pointer;
}
th {
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

/********* LAYOUT *********/
#page {
	background: #e1b160 url(images/pagebg.gif) repeat-x top;
}
#top-overlay {
	background: url(images/top-overlay.png) repeat-x 0 59px;
}
#bottom-overlay {
	background: url(images/bottom-overlay.png) repeat-x bottom;
}
#container {
	width: 951px;
	margin: 0 auto;
	border-left: 3px solid white;
	border-right: 3px solid white;
	min-height: 565px; 
	height:auto !important; 
	height: 565px; 
	box-shadow: 0 0 20px 14px rgba(0,0,0,.4);
	overflow: hidden;
}
.clearfix {
	clear: both;
}

/********* HEADER *********/
#skip {
    position: fixed;
    width: 200px;
    background-color: white;
    color: #09395f;
    font-weight: 700;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1000000;
    padding: 5px 0 10px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
	top: -50px;
}
#header {
	background: #09395f url(images/headerbg.jpg) no-repeat top center;
	height: 119px;
	border-bottom: 6px solid #f39c0a;
	box-shadow: 0 0 12px 8px rgba(0,0,0,.4);
	position: relative;
	z-index: 100;
}
#header a {
	border: 3px solid transparent;
}
#header a:focus {
	border: 3px solid white;
}
#logo {
	float: left;
	width: 176px;
	height: 115px;
	color: white;
	background: url(images/logo.png) no-repeat top left;
	margin: 2px 0 0 33px;
	text-indent: -1000px;
}
#header-content-mobile {
	display: none;
}
#header-content {
	width: 685px;
	position: absolute;
	bottom: 0;
	left: 240px;
}
#header-content-top {
	border-bottom: 1px solid white;
	position: relative;
}
#program {
	font-weight: 700;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #0c4677;
	font-size: 1.1em;
	position: absolute;
	left: 0;
	bottom: 2px;
}
#date {
	margin-left: 160px;
	color: white;
	font-size: .8em;
	position: absolute;
	left: 200px;
	bottom: 2px;
}
#language {
	color: white;
	font-size: .8em;
	position: absolute;
	right: 20px;
	bottom: 2px;
	text-align: right;
	font-weight: bold;
	text-transform: lowercase;
}
#language a {
	color: white;
	text-decoration: none;
}

/***/

.menu {
    list-style:none;
    float:left;
    position:relative;
    z-index:5000;
	width: auto;
/*	width: 570px;
*/}
.menu li{
	display: inline-block;
    float:left;
	padding: 11px 0 14px;
    position:relative;
}
.menu>li.current-menu-item {
	background: url(images/arrow.png) no-repeat center bottom;
}
.menu li.current-menu-item a {
	color: #ffbd4d;
}
.menu a{
	font-weight: 700;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .8em;
	display: inline-block;
	color: white;
	border-left: 1px solid white;
	padding: 1px 10px;
	text-decoration: none;
	border: 3px solid transparent;
}
.menu a:hover{
	color: #ffbd4d;
}
.menu a:focus {
	border: 3px solid white;
}

.menu ul{
    background:#fff; 
    background:rgba(255,255,255,0);
    list-style:none;
    position:absolute;
    left:-9999px;
	padding-top: 20px;
	box-shadow: 0 0 6px 2px rgba(0,0,0,.4);
}
.menu ul li{
    float:none;
	background: #fff;
	width: 158px;
	padding: 5px;
	border-top: 1px solid #b0dae6;
}
.menu ul li:first-child {
	border-top: none;
}
.menu ul a{
	color: #0080af !important;
	text-transform: none;
	border: none;
/*    white-space:nowrap;  Stop text wrapping and creating multi-line dropdown items */
}
.menu li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
}
.menu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	color: #ffbd4d;
}
.menu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
.menu li:hover ul li:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: #fff2e1;
}
.menu ul li.current-menu-item {
	background: #fff2e1;
}
/*.clickdesk_bubble {
	display: none !important;
}
*/#header-content #chat {
/*	position: absolute;
	bottom: 6px;
	right: 20px;
*/	float: right;
	margin: 6px 0;
	width: 84px;
	height: 33px;
}
#chat a {
	color: white;
}

/********* INSIDE STYLES *********/
#content #headline {
	background: white;
	height: 90px;
	border-bottom: 3px solid #f39c0a;
	position: relative;
}
#content #headline .subhead {
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #f39c0a;
	position: absolute;
	top: 20px;
	left: 240px;
}
#content #headline h1 {
	position: absolute;
	top: 40px;
	left: 240px;
}
#content #adjustsize {
	right: 90px;
	bottom: 8px;
}
#content #main {
	background: #ffffff url(images/insidebg.jpg) no-repeat center top;
}
#content .insidepic {
	width: 166px;
	position: absolute;
	left: 38px;
	top: 45px;
}
#content .insidepic img {
	border: 3px solid #f39c0a;
}
#content #main .bgpic {
	padding: 16px 160px 40px 240px;
	min-height: 405px; 
	height:auto !important; 
	height: 405px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#content .aboutpic {
	width: 216px;
	height: 156px;
	position: absolute;
	left: 0;
	top: -3px;
	z-index: 500;
}
#content #submenu {
	width: 176px;
	position: absolute;
	top: 150px;
	left: 20px;
	background: white;
	border-top: 5px solid #f39c0a;
	border-bottom: 5px solid #f39c0a;
}
#content .submenu {
	list-style-image: none;
	margin: 0;
}
#content .submenu li {
	border-top: 1px solid #f39c0a;
	padding: 4px 4px 4px 24px;
	background: url(images/bullet.gif) no-repeat 6px 8px;
}
#content .submenu li:first-child {
	border-top: none;
}
#content .submenu li a {
	font-weight: 700;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #0080af;
	text-decoration: none;
	text-transform: uppercase;
}
#content .submenu li.current-menu-item a  {
	color: #f39c0a;
	text-decoration: none;
}
#content .submenu li a:hover {
	color: #f39c0a;
}
#gform_wrapper_1 {
	display: none;
}

/********* HOME PAGE *********/
#content.home {
	background: white url(images/insidebg.jpg) no-repeat center top;
	border-bottom: 6px solid #f39c0a; 
}
#content #home2 {
	background: url(images/homepic.png) no-repeat right top;
	min-height: 438px; 
	height:auto !important; 
	height: 438px;
}
#content.home #text {
	width: 510px;
	float: left;
	margin: 20px 0 20px 70px;
}
#content.home #text #headline {
	background: url(images/homerule.png) no-repeat right bottom;
	position: relative;
	height: auto;
	border: none;
}
#content.home #text #headline h1 {
	padding-right: 180px;
	position: static;
}
#content.home #text #headline #adjustsize {
	right: 12px;
	bottom: 10px;
}
#content.home #text #section1 {
	padding-right: 50px;
}
#content.home #text #section2 {
	padding-right: 80px;
	position: relative;
}
#content.home #text #section2 ul {
	padding-right: 120px;
}
#content.home #text #section2 #learnmore {
	width: 137px;
	height: 36px;
	position: absolute;
	bottom: 0;
	right: 40px;
}

/********* FOOTER *********/
#footer {
	background: #105081 url(images/footerbg.gif) repeat-x top;
}
#footer-content {
	color: #ffffff;
	width: 951px;
	margin: 0 auto;
	padding: 13px 0;
}
#footer-content .footer-menu {
	text-align: center;
}
#footer-content .footer-menu li {
	display: inline-block;
	font-size: .7em;
}
#footer-content .footer-menu li a {
	padding: 0 10px;
	border-left: 1px solid white;
}
#footer-content .footer-menu li a:hover {
	text-decoration: underline;
}
#footer-content .footer-menu li:first-child a {
	border: none;
}
#footer-content p {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer-content a {
	color: #ffffff;
	text-decoration: none;
}
#footer-content .copyright {
	font-size: .6em;
	margin-top: 4px;
}
@media all and (max-width: 951px) {
	#content h1 {
		font-size: 2em;
	}
	#page, #footer {
		font-size: 120%;
	}
	#top-overlay, #bottom-overlay {
		background-image: none;
	}
	#container {
		width: 100%;
		border: none;
		margin: 0;
		box-shadow: none;
	}
	#header-content {
		display: none;
	}
	#header-content-mobile {
		width: 90%;
		position: absolute;
		top: 40px;
		right: 0;
		display: block;
	}
	#header-content-mobile #mobile-menu {
		position: absolute;
		top: 0;
		right: 24px;
		color: white;
		font-size: 40px;
	}
	#content {
		padding: 10px 30px 30px 30px;
		background-color: white;
	}
	#content #home2 {
		background: none;
	}
	#content.home #text {
		width: 100%;
		float: none;
		margin: 0; 
		padding: 10px 0 30px;
		box-sizing: border-box;
	}
	#content #headline {
		height: auto;
	}
	#content.home #text #headline {
		background: none;
		border-bottom: 3px solid #f39c0a;
	}
	#content #adjustsize {
		right: auto;
		bottom: auto;
		margin: 20px 0;
		float: right;
		position: relative;
		width: 200px;
	}
	#content #adjustsize #adjusttext {
		width: 100px;
	}
	#content #headline h1 {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 0;
	}
	#content #submenu {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		margin-top: 12px;
	}
	#content .submenu li {
		padding: 12px 4px 12px 24px;
		background-position: 6px 18px;
		font-size: 1.2em;
	}
	#content #headline .subhead {
		position: relative;
		top: auto;
		left: auto;
		clear: both;
		margin-bottom: 0;
		font-size: 1.4em;
	}
	#content #headline .subhead + h1 {
		margin-top: 0;
		font-size: 2em;
	}
	#content.home #text #headline h1, #content #headline h1 {
		padding-right: 0;
		clear: both;
	}
	#content.home #text #main-home {
		line-height: 1.5;
		font-size: 120%;
	}
	#content.home #text #section1, #content.home #text #section2, #content.home #text #section2 ul {
		padding-right: 0;
	}
	#content.home #text #section2 #learnmore {
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 20px;
	}
	.menu-mobile-menu-container, .menu-mobile-menu-spanish-container {
		position: relative;
		top: 50px;
		right: 20px;
		text-align: center;
		display: none;
	}
	.mobile-menu {
		background-color: #105081;
		border-radius: 14px;
		box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
	}
	.mobile-menu li {
		border-bottom: 2px solid white;
	}
	.mobile-menu li:last-child {
		border-bottom: none;
		border-bottom-left-radius: 14px;
		border-bottom-right-radius: 14px;
	}
	.mobile-menu li:first-child {
		border-top-left-radius: 14px;
		border-top-right-radius: 14px;
	}
	.mobile-menu li a {
		text-transform: uppercase;
		font-weight: 700;
		text-decoration: none;
		color: white;
		width: 100%;
		padding: 16px 0;
		display: inline-block;
	}
	.mobile-menu li.chat, .mobile-menu li.language  {
		background-color: #f39c0a;
	}
	#content .aboutpic {
		display: none;
	}
	#footer {
		background-image: none;
	}
	#footer-content {
		width: 100%;
		font-size: 120%;
	}
	#footer-content .copyright {
		margin-top: 20px;
		margin-bottom: 60px;
	}
	#content #main .bgpic {
		background-image: none !important;
		padding: 0;
		line-height: 1.5;
		font-size: 1.2em;
	}
	#content h2 {
		line-height: 1.3;
    	font-size: 1.4em;
		margin-bottom: .5em;
	}
	/* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
      margin: 0 0 1rem 0;
    }
      
    tr:nth-child(odd) {
      background: #ccc;
    }
    
		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}
	td:first-child {
		font-weight: 700;
	}
	td br {
		display: none;
	}

	[data-label]:before {
		content: attr(data-label);
		font-weight: 700;
	}
	#content .insidepic {
		display: none;
	}
	.su-accordion {
		margin-top: 1.5em !important;
	}
	.su-spoiler-title {
		line-height: 1.3 !important;
	}
}