@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
	font-family: '[set]/craft-assets/font/foundation-icons';
	src: url('/craft-assets/font/[set]_foundation-icons.eot');
	src: url('/craft-assets/font/[set]_foundation-icons.eot?#iefix') format('embedded-opentype'),
	   url('/craft-assets/font/[set]_foundation-icons.woff') format('woff'),
	   url('/craft-assets/font/[set]_foundation-icons.ttf') format('truetype'),
	   url('/craft-assets/font/[set]_foundation-icons.svg#[set]Foundicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DINWeb;
	src: url('/craft-assets/font/DINWeb-Medium.eot');
}

@font-face {
	font-family: DINWeb;
	src: url('/craft-assets/font/DINWeb-Medium.woff') format("woff");
}

@font-face {
	font-family: DINWeb;
	src: url("/craft-assets/font/DINWeb-Bold.woff") format("woff");
	font-weight: bold;
}

@font-face {
	font-family: DINWeb;
	src: url("/craft-assets/font/DINWeb-Ita.woff") format("woff");
	font-style: italic;
}

@font-face {
	font-family: DINWeb;
	src: url("/craft-assets/font/DINWeb-BoldIta.woff") format("woff");
	font-style: italic;
	font-weight: bold;
}

body {
	font-family: "Open Sans", sans-serif;
 	background-color: #fff;
 	background-image: url('/craft-assets/images/bluenoize-bg.png');
	background-repeat: repeat-y;
	background-position: top left;
}

html, body { 
	width:auto;  
}

.panel a h4 {
	color: #008cba;
}

a:hover, .panel a:hover h4 {
	color: #D6AE2B; 
}

a:active, .panel a:active h4 {
	color: #D62B2B;
}


header .title {
	padding-top: 2em;;
}

.row.wrapper > .row.nav {
	margin:0;
}

#footer {
	background-color: #588399;
	color: #fff;
	min-height: 8em;
	margin-bottom: 2rem;
	position: relative;
	overflow-x: hidden;
	width:auto;
}

#footer #footer-wrapper{
	padding: 1.5em;
	background-image:url("/craft-assets/images/bluenoize.png");
	background-repeat: repeat-y;
	padding-left: 16.25rem;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #00283a;
}

#footer a:active {
	color: #b4000e;
}

#footer p { font-size: .9em;}

div.instagramcaption{
	position: absolute;
	top:0;
	width: 150px;
	height: 150px;
	visibility: hidden;
}

div.instagramcaption:hover{

	visibility: visible;
}

.tabs-content { 
	
	border-top: none;
}

.social-buttons .tab-title {
	background-color: none;
}

.social-buttons {
	white-space: nowrap;
}

.social-buttons a img {
	opacity: .4;
	margin-left: .5rem;
	margin-right: .5rem;
	width: 50px;
} 

.social-buttons a:hover img {
	opacity: 1;
}

.social-buttons a svg {
	height:50px;
	width: 50px;
	fill: rgba(255,255,255,.7);
	margin-right: .7rem;
	margin-left: .7rem;
	margin-bottom: 2rem;
}

.social-buttons a:hover svg {
	height:50px;
	width: 50px;
	fill: rgba(255,255,255,1);
}

#content div.nav {
	padding:0;
	margin-bottom: 0;
}

li.instagram {
	margin: 0;
	padding: 0;
	padding-left: .25rem;
	padding-right: .25rem;
}

li.instagram img {
	border: 1px solid #aaa;
}

.read-more {
	font-size: 90%;
	opacity:.6;
	float: right;
	margin:.3rem;
}

div.columns.border, div.column.border {
	border:1px solid red;
}

.top-bar .spacer {
	border-top:1px solid #bbb;
}

div#cls_logo {
	background-image: url("/craft-assets/images/logo_color_horizontal.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 1.4em;
	height: 1.3em;
	float: left;
	margin-right: .2em;
	vertical-align: middle;
}

.state_logo {
	margin-bottom: 1em;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	white-space:nowrap;
	font-size: .8rem;
}

#footer .state_logo a {
	color: rgba(255, 255, 255, .7);
}

#footer .state_logo a:hover {
	color: #00283a;
}

#footer a:hover .state_logo_text {
	color: rgba(255, 255, 255, 1);
}

#footer .state_logo p {
	white-space:normal;
}

.state_logo:hover a {
	color: white;
}

.state_logo img {
	margin-right: .8em;
}

.state_logo svg {
	height: 5em;
	width: 6em;
	display: inline-block;
	vertical-align: middle;
	margin-right: .8em;
	padding-right: 1em;
	border-right: 1px dotted rgba(255,255,255,.5);
}

.state_logo_text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2em;
	font-family: Montserrat, sans-serif;
	font-size: 1.5em;
}

div.sidebar > h4 {
	padding-top: .75rem;
}

div.right-flush {
	margin-right:-17px;
}
div.columns div.columns.right-flush {
	border: 1px solid red;
}


div.left-flush {
	margin-left:-17px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "DINWeb", sans-serif;
	color: #006692;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #fff;
}

.accordion .accordion-navigation > a {
    color: #006692;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 1em;
    font-family: 'DINWeb', sans-serif;
    font-weight: bold;
}

.accordion .accordion-navigation > a:hover {
    color: #000;
    border-radius: 5px;
}

.accordion .accordion-navigation.active > a {
    background-color: #008cba;
    color: white;
    margin-bottom: 0;
}

.accordion .content {
	margin-bottom: 1em;
}

dl.accordion > dd {
	margin-bottom: 2em;
} 


.cls-slider {
	margin-bottom: 0rem;
	border-top: none;

}

#content .full-width .slick-prev { 
	left: -2rem; 
}

#content .full-width .slick-next { 
	right: -2rem; 
}

.contain-to-grid {
	z-index: 500;
}

.top-bar {
	z-index:98;
	position: relative;
}

.top-bar > .top-bar-section ul.dropdown {
	z-index:200;
	top:0;
	left:100%;
}


.top-bar-section .has-dropdown {
	position: ;
}

#content {
	z-index:50;
	margin-top: 2rem;
}

.column, .columns {
	padding-left: 1.4rem;
	padding-right: 1.4rem;
}

.top-bar-section {
	background: #069;
}

.side-bar .top-bar-section > ul {
	width: 16.25rem;
	padding: 2rem;
}

.top-bar-section ul {
	background-color: #069;
	background-image: url("/craft-assets/images/noize.png");
}

.top-bar-section ul li {
	float: left;
	background-color: rgba(0,0,0);
}

li.spacer {
	display: none;
}

.side-bar .top-bar-section ul li { 
	float: none;
	background: transparent url(/craft-assets/img/menu-line.png) no-repeat center top;
}

.top-bar-section ul li a {
	color: #fff;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	font-weight: normal;
	font-size: 1rem;
	font-family: "DINWeb", sans-serif;
	line-height: 1;
	padding:15px;
	background-color: rgba(0,0,0,0);
}

.top-bar-section li.active:not(.has-form) {
	background-image: none;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
	background-color: rgba(0,140,186, .4);
}

.top-bar-section .has-dropdown.hover > ul > li > a {
	font-weight: normal;
}

.top-bar-section li:not(.has-form) a:not(.button):hover { /*style for hover over top level items*/
	background-image: url("/craft-assets/images/menu-hover.png");
	background-repeat: repeat-y;
	background-color: rgba(0,0,0,0);
}

.top-bar-section li.hover:not(.has-form) a:not(.button):hover {
	background-image: none;
	background-color: #222;
}

.contain-to-grid { background: rgba(221, 221, 221, 1); border-bottom: 1px solid #aaa; z-index: 500;}

nav { z-index: 500;}

.top-bar-section li.hover > a:not(.button) { color: #fff; background: #222;} /*Color when selected for submenu items */

.top-bar-section .has-dropdown > a:after { border-color: rgba(0,0,0, 0.3) transparent transparent transparent;}

.top-bar-section .has-dropdown > a:hover:after { border-color: rgba(255,255,255, 0.3) transparent transparent transparent;}

.top-bar-section .hover.has-dropdown > a:after { border-color: rgba(255,255,255, 0.3) transparent transparent transparent;}

.top-bar .name h1 a,.top-bar .toggle-topbar.menu-icon a { color: #333;} 

.top-bar.expanded .name h1 a { color: #fff;} 

.top-bar.expanded .toggle-topbar.menu-icon a { color: #aaa;}

.top-bar.expanded li.active:not(.has-form) a:not(.button) {background-color: #008cba;}

.top-bar.expanded li.active:not(.has-form) a:not(.button):hover {background-color: #0078a0; }

.top-bar-section .dropdown li.title h5 a { color: #333; font-weight: bold;}

#content .slick-prev:before, #content .slick-next:before { color: black; opacity: .2; }

#content .slick-prev { left: -3rem; }

#content .slick-next { right: -3rem; }

#footer-menu ul {
	list-style:none;
	margin: 0;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	font-size: smaller;
	color: #aaa;
}

#footer-menu ul > li {
	display: inline-block;
}

#footer-menu ul > li:after {
	content: " | ";
}

#footer-menu ul > li:last-child:after {
	content: none;
}

#footer-menu ul > li > ul {
	display: none;
}
#footer-menu ul > li.spacer {
	display: none;
}

.label.warning {
background-color: #f08a24;
color: #FFFFFF;
}

div[class*=post].row {
	margin-bottom: 1.5rem;
}

.row .row {
	margin: 0;
}

[class*=post] > .columns > div {
	display: inline-block; 
	float: left; 
	background-size: 15em; 
	background-repeat: no-repeat; 
	width:100%;
}

img.newsThumb {
	margin-right: 1rem;
	border: 1px solid #aaa;
	margin-bottom: .2rem;
}

.cls-slider{ 
	box-sizing: border-box;
	overflow: hidden;
}

a.label.round, .label.round {
	margin-bottom: .25rem;
	background-color: #efefef; #608EA5; 069;
	border: 1px solid #aaa; 069;
	opacity: .7;
	color: black;
	vertical-align: middle;
}

a.label.round:hover {
	color: white;
	background-color: #069;
	opacity: 1;
}

.inner-footer { 
	padding-left: 1rem; 
	padding-right: 1rem;
}

.language-index [class*=post] p {
	font-size:90%;
}

.slick-slider.cls-slider.entry {
	margin-left: 0;
	margin-right: 0;
	border: 1px solid #aaa;
}

header .subtitle {
	font-size: 2rem;
}

.cls-slider .slider-wrapper {
	background-size: cover;
	background-position: center center;
	width: calc(100% - 20rem);
	height: 20em;
	padding:0;
}

.cls-slider .slider-content {
	max-width:20em; 
	width:20rem;
    height: 100%;
}
.slick-slider.cls-slider { 
	box-sizing: border-box; 
	background-image: none;
}

.slick-slider .slick-list { 
	box-sizing: border-box; 
	background: none;
}

.slick-slider .slick-slide {
	box-sizing: border-box; 
	position: relative;
}


[class*="block-grid-"] {
	margin: 0;
}

header {
	background-color: none;
	/*border-bottom: 1px solid #aaa;*/
	padding-bottom: 18rem;
	margin-bottom: -14rem;
	z-index:-1;
}

header a {
	color: #069;
}

header a:hover {
	color: #00283a;
}

header a:active {
	color: #b4000e;
}

.state_logo a {
	color: rgba(0, 0, 0, .7);
}



header, header .row {
	position: relative;
}

header h1 {
	font-size: 5rem;
	white-space: nowrap;
}

header ul#access{
	list-style: none;
	position: absolute;
	bottom:0;
	right:0;
	padding:0;
	margin:0;
	display: hidden;
}

header ul#access li {
	display: inline-block;
	padding: 1em;
	background-color: #008cba;
	font-size: 1em;
	font-family: DINWeb;
	font-weight: bold;
}

header ul#access li a {
	color: #fff;
}

header ul#access li.active {
	background-color: rgb(255,255,255);
}

header ul#access li.active a {
	color: #069;
}

header ul#access li:hover {
	background-color: #069;
}

header ul#access li.active:hover {
	background-color: #fff;
}

.row {
	max-width: 1100px;
}


.side-bar-wrapper {
	float: left;
	position: absolute;
	width: 16.25rem;
}

.content-wrapper {
	width:100%;
	padding-left: 17.75rem;
	min-height:32rem;
	background-image: url("/craft-assets/images/bluenoize.png");
	background-repeat: repeat-y;*/
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.row.wrapper {
	z-index:50;
}

#menu-button {
	font-size: 1.6rem;
	color: #ddd;
	
	margin:0;
	z-index: 500000000;
	position: fixed;
	top:0rem;
	left:0rem;
	display:block;
	vertical-align: middle;
	width:auto;
	font-family: DINWeb, sans-serif;
	width: 100%;
}

#menu-button a {
	color: #069;
	color: #fff;
	padding: .7rem;
	display: block;
	height: 2rem;
}

#menu-button a:hover {
	color: #fff;
}


header .column {
		text-align: center;
	}



ul.language-sidebar {
	list-style: none;
	padding:0;
	margin:0;
	margin-bottom: 1rem;
}

.sidebar h5 {
	border-bottom: 2px solid #069;
}

.side-bar .top-bar-section ul li hr {
	padding:0;
	margin:0;
	height: 0px;
	border: 1px solid #008cba;
}

.side-bar .top-bar-section ul li hr {
	display: none;
}

ul#access {
	display: none;
}


.cls_logo_only {
	background-image: url(/craft-assets/images/logo_color_image.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 6em;
	padding-left: 8em;
	margin-bottom: 2rem;
	display: inline-block;
	font-size: 1rem;
	white-space:nowrap;
	position: relative;
	float: left;
}

.cls_logo_only::after {
	content: ' ';
	clear:both;
}

.cls_logo_only h1{
	color: #069;
	font-size: 2.5em;
	line-height: 1.1em;
	white-space: nowrap;
	float: left;
	display: inline-block;
}

.cls_logo_only h1.abbreviation {
	font-weight: bold;
	font-size: 6em;
	float: left;
	margin-right: 1.5rem;
}

.cls_logo_only h1.program_text {
	font-size: 6em;
	margin-left: -1rem;
	white-space: nowrap;
}

.featured-image {
	background-size: contain; cover;
	background-position: left center;
	background-repeat: no-repeat;
	height: 20em;
	padding:0;
	margin:0;
	width:100%;
	border: 1px solid #ddd;
	border-radius:5px;
}

.featured-text {
    color: #000;
	float:left;
}

.panel-wrapper {
	 clear:right;
	 padding-right: 0;
}

li.language-menu > ul.dropdown {
	min-width: 18rem;
}

#colorbar {
	border-top: 3rem solid #069;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

#menu{
	font-family: DINWeb, sans-serif;
}

#menu .hide-in-menu, #footer-menu .hide-in-menu {
	display: none;
}

.mm-menu {
	background-image: url("/craft-assets/images/bluenoize.png");
}

.mm-list > li > a {
	color: white;
}

.mm-menu .mm-list > li > a.mm-subclose {
	background-color: rgba(0,0,0,0);
	color: white;
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
	border-color: white;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 260px;
}

.languageTitle {
	margin-left:1rem;
	font-size: 70%;
}

div#colorbar {
	width:100%;
	height:1rem;
	background-color: #069;
	position: fixed;
	top:0;
	left: 0;
	z-index:500;
}

.header-section {
	background-color: rgba(255,255,255,.6);
	width: 40%;
	padding: 1rem;
}

.button {
	margin: 0;
}

.contentheader-wrapper h2 {
	color: #00557F;
	padding-bottom: 0rem;
	margin-bottom: 0rem;
	font-weight: bold;
	font-size:3.5rem;
	line-height: 1.1;
}

.featuredimage {
	border-radius: 5px;
	height: 20rem; 
	width: 100%;
	background-size: cover; 
	background-position: center center; 
	border: 1px solid #aaa; 
	margin-bottom: 1rem;
	position:relative;
	overflow: hidden;
}

body#main .cls-slider .featured-text {
	color: #000;
}

body#main .cls-slider {
	background-color: #fff;
}

body#main .cls-slider a {
	color: #000;
}

a#menu-top-button {
	float: right;
	display: none;
}


.magellan-fixed {
	background-color: #008cba;
	border-radius: 3px;
	margin-top: 1rem;	
	border-bottom: 1rem solid white;
}

.magellan-fixed a{
	color: #069;
}

.magellan-fixed .active{
	background-color: #008cba;
	color: white;
}

.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
	color: #008cba;
}

table#participants, table#output {
	width:100%;
	border-collapse: separate;
	border-spacing: 2px;
}

img.bio-pic {
	border: 1px solid #aaa;
	max-width: 300px;
	max-height: 300px;
}

.dataTables-filter > label::after {
	content: "&nbsp; ";
}

div#toc {
	width:12rem;
	padding:2rem;
	display: none;
	z-index: 999;
}

div#toc a {
	color: white;
}

div#toc.stick {
	position:fixed;
	top: 0;
	width: 16.25rem;
}

#toc ul {
	list-style: none; 
	margin:.5rem; 
	margin-top:0;
}

#toc ul li { 
	padding-bottom:.6rem;
}

#toc .toc-active { 
    font-weight: bold;
}

div#floating-top-button {
	width: 42px;
	height: 42px;
	background: url('/craft-assets/images/totop.png') center center;
	text-align: center;
	position: fixed;
	bottom: 60px;
	right: 42px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-third {
	margin-bottom:1rem;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background-color: #f5f5f5;
}

.panel {
	background-color: #e8e8e8;
	border-color: #cacaca;
}

.panel.callout {
	border-color: #B6D2DB;B9C0C2;
	background-color: #CAE3EB;DFE9EC;
}

.tabs dd > a, .tabs .tab-title > a {
	background-color: #fff;
	padding-top:.7rem;
	padding-bottom:.7rem;
	padding-left:1rem;
	padding-right:1rem;
}

.tabs dd.active a, .tabs .tab-title.active a {
	font-weight: bold;
	/*border-top: 3px solid #069;*/
	color: white;
	background-color: #008cba;
	z-index: 1;
	border-radius-top-left:5px;
	border-radius-top-right: 5px;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
	
}

.tabs dd {
	border-left: 1px solid #B9C0C2;
	border-top: 1px solid #B9C0C2;
}

.tabs dd:last-of-type {
	border-right: 1px solid #B9C0C2;
}

.tabs dd:first-of-type {
	margin-left: ;
}

.tabs-content > .content {
	padding: 1rem;
	background-color: white;
	border-top: 0;
	border: 1px solid #B9C0C2;
}

#toc-anchor {
	clear: both;
}

#toc {
	border-bottom-right-radius: 5px;
}

#top-link, #menu-link {
	text-align: center;
}

#site-header {
	padding: .5rem;
	height:20rem;
	background-color: white;
	box-shadow: 0px 0px 5px #aaa;
	margin-right: 1.5rem;
}

#site-header > div {
	border: 1px solid #aaa; 
	height: 100%; 
	background-size: fill;
	background-position: center;
}

fieldset.language-buttons .button {
	margin-bottom: .8rem;
}

#menu-link {
	padding-top: 3rem;
}

#menu-link img {
	width:70%;
}

#menu-link > #menu-bar {
	border-bottom: 1px solid #aaa;
	text-align: left;
	background-color: #e7e7e7;
	line-height:3rem;
	overflow: hidden;
	height:3rem;
}

a.anchor {
	display: none;
}

.highlight.text-left {
	left:0;
}

.highlight.text-right {
	right:0;
}

.featuredimage .highlight {
	position: absolute;
	top:0;
	height:20rem;
	max-width: 16rem;
	background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.5) 100%);
	padding:1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 90%;
	text-align:center;
}


.featuredimage .highlight h2 {
	font-size: 2rem;
	font-weight: bold;
}

.slick-track {
	height:20rem;
}

.slick-slider .slick-dots {
	right:1rem; 
	bottom:.5rem; 
	width:initial;
}

.slick-slider .slick-dots li button:before {
	font-size: .7rem; 
	color: black;
}

.slick-slider .slick-dots li.slick-active button:before { 
	color: black;
}

.slick-slider {
	margin-bottom:0 !important;
}

h3.underline+hr, h4.underline+hr {
	padding-top:0;
	margin-top: 0;
}

h3.underline, h4.underline {
	padding:0;
	margin:0;
}

h3.breadcrumb {
	padding:0;
	margin:0;
	font-weight: bold;
}

h3.breadcrumb+h2 {
	padding-top:0;margin-top:0;
}

.tweet-wrapper > iframe{
	margin-left: auto !important;
	margin-right: auto !important;
}

.auto-resizable-iframe {
  max-width: 640px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 60%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.featuredimage .caption {
	position: absolute;
	bottom:1rem;
	right: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.featuredimage .caption h4 {
	background-color: rgba(255,255,255, 0.8);
	margin:0;
	padding: .8rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
}




.accordion.advisor .accordion-navigation > a {
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
	padding:1rem;
	margin:0;
	border: none;
	display: block;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion.advisor {
	background-color: #e8e8e8;
	border: 1px solid #cacaca;
	border-radius: 5px;
	padding:0;
}

.accordion.advisor .accordion-navigation.active > a {
	background-color: #008cba;
	color: white;
	margin:0;
	border:none;
}

.accordion.advisor .accordion-navigation.active {
	padding:0;
}

.accordion.advisor .content {
	margin:0;
	padding: 1rem;
	padding-top:0;

}

.accordion.advisor .content.active {
	background: none;
} 

dl.accordion.advisor > dd {
	margin:0;
	padding:0;
} 



/*********************************************
 *************** Print Styles ****************
 *********************************************/


@media only print {
	.hide-for-print { display: none !important; }
	
	#content, .content-wrapper {
		padding:0;
		margin:0;
	}

	#footer, #menu-link{
		display: none;
	}
	a[href]:after {
    	content: "";
  	}

  	#toc, .hide-for-small-only, .top-bar { display: none !important; }

  	table#output, table#participants {
    	border-collapse: collapse;
    	border-spacing: 0;
	}
 
    table tr th, table tr td, table thead tr td, table thead tr th  {
    	border: 1px solid #aaa;
    	padding:.2rem;
    }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
    	display: block !important;
    }

    p {
	    font-size: 12pt !important;
	}

}

@page {
	margin: .5in;
}



/*********************************************
 *********** Screen Size Styles **************
 *********************************************/

@media all and (min-width: 1100px) {
	body {
		background-position: center;
	}
}

@media all and (max-width: 1100px) {
	#toc {
		display: none !important;
	}
}

@media only screen and (max-width: 40em){
	.social-buttons a img {
		width: 40px;
		margin-right: .2rem;
		margin-left: .2rem;
	}
}

@media only screen and (min-width: 64em) {
	li.instagram:nth-child(4){display: none;}
	li.instagram:nth-child(5){display: none;}
	li.instagram:nth-child(6){display: none;}
}

/************MEDIUM SCREENS***************/
@media only screen and (max-width: 64em) {
	header h1 {
		font-size: 4rem;
		margin-bottom: 2rem;
	}

	header ul#access {
		font-size: 1em;
		position: inherit;
		/*display: block;*/ text-align: center;
	}

	header ul#access li {
		padding:.5em;
	}

	header .column {
		text-align: center;
	}
	.cls_logo_only {
		font-size: .8rem;
	}

	header {
		padding:0;
		margin:0;
	}
} 

@media only screen and (min-width: 40em) {
	#footer {
		min-width: 1100px;
	}
}

/************SMALL SCREENS***************/
@media only screen and (max-width: 40em) {
	a.anchor{display: block; position: relative; top: -2rem; visibility: hidden;}

	.contentheader-wrapper h2 {
		font-size: 2.5rem;
		line-height: 1.2;
		padding-bottom: .8rem;
	}

	#site-header{
		
	}
	
	.tabs dd, .tabs .tab-title {
		width:100%;
		background-color: #069;
	}
	.content-wrapper {
		padding: 0;
		background: none;
	}

	.panel-wrapper {
		padding-left: 0;
	}

	#footer #footer-wrapper {
		background-image: none;
		padding-left: 0;
		padding-right: 0;
	}

	.social-buttons {
		white-space: normal;
		margin-bottom:-1.5rem;
	}

	.social-buttons a img {
		margin-bottom:1.5rem;
	}

	.languageTitle { 
		display: none;
	}

	body {
		background-image: none;
	}
	#footer {
		margin-bottom: 0rem;
	}

	.state_logo_text {
		text-align:center !important;
		display: block;
	}	

	nav#menu { 
		margin-top: 2rem; 
	}
	
	nav#menu > ul { 
		font-size: larger; 
		position: relative; 
		width:100%; 
		margin: 0;
	}

	nav#menu > ul > li {
		padding-left: 1rem; 
		padding-right: 1rem;
	}

	nav#menu > ul > li.language-menu {
		position: absolute; 
		top: 0; 
		right: 0;
		text-align: right; 
		float: right;
	}

	nav#menu > ul, nav#menu > ul > li > ul {
		list-style: none;
	}

	nav#menu > ul > li.language-menu > ul {
		min-width: 0;
	}
	.tabs dd {
		border-right: 1px solid #B9C0C2;
	}
}

@media only screen and (max-width: 1100px) {
	header {
		padding:0;
		margin:0;
	}

	.row.wrapper {
		min-width: 1100px; /*900px;*/
		border-radius: 0px;
	}
}

@media only screen and (max-width: 40em) {
	.row.wrapper {
    	min-width: 0;
    }
}