img@charset "utf-8";
/* CSS Document */

html,body {
    height:100%;
}

html, #menu{
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;	
}

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}



.col-full {clear:both; padding-top:.01em;}
.col-full h3 {margin-top:1.5em;}
.col-full {clear:both; padding-top:.01em;}
.col-full h3 {margin-top:1.5em;}
.col-full table {margin:1.5em auto;border-collapse:collapse;}
.col-full table th, .col-full table td {padding:.5em;}
.col-full table thead th {color:#fff; background:#42145F; text-align:left;}
.col-full table tbody th {text-align:left;}
.col-full table tbody tr.alt {background-color:#ece7ef;}

	.article1 img {max-width:100%;}

a:link {
	color: #005292;
	text-decoration: underline;
}

a.toclink {
	text-decoration: none;
	color: #fff;
}


.toc a:hover {
	color: #fff!important;
}

a:hover {
	text-decoration: none!important;
	color: #005292;
}

a:visited {
	color: #005292;
	text-decoration: none;
}

a.btn {color:#fff;background-color:#005292;border-radius:8px;font-family:inherit;font-size:inherit;font-weight:bold;cursor:pointer;display:inline-block;line-height:1.125rem;padding:1rem;height:auto;border:1px solid transparent;text-decoration:none;}
a.btn:hover{text-decoration:underline!important;-webkit-box-shadow:inset 0 0 0 20rem rgba(0,0,0,.0625);box-shadow:inset 0 0 0 20rem rgba(0,0,0,.0625);background-color:#014B8B;}

figure{
	margin: 0;
}

figcaption {
	font-size: 80%;
	color: #333;
}

#articlemenu{
	display: none;
}

p, ul li{font-size: 100%; color: #333; line-height: 1.5em;}

p.subheader, p.capt{
	font-size: 100%;
}

h1, h2, h4{font-family: 'Arial Black', 'sans-serif', sans-serif; color:#333;}

h1{color:#fff;padding:.5em 0 .5em 0;font-family: 'Open Sans', sans-serif;line-height:1em;}

h2{font-size: 100%;color: #007A87;line-height: 1em;text-transform:uppercase;margin:2.5em 0 -1em; border-top: .4em #007A87 solid;    padding-top: .5em;}
h2:first-of-type{border-top:none;margin-top:.5em;}

h3{font-size: 160%;margin:.5em 0;font-family: 'Arial', sans-serif!important;color: #333;}

h3.sub{
	font-size: 120%;
	font-weight: normal;
	color: #005292;
}

h3.tocsub{
	font-size: 100%;
}

h5 {font-size:100%;}

.ampm{
	font-variant: small-caps;
}

.article1, .article2, .article3, .article4, .logo, .articlecontainer{
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 735px;
	width: 100%;
	clear: both;
}

.special-note {border-left:double #d9ebed .25em; padding:.25em .8em; margin-bottom:1em;}
.special-note h2 {font-size:100%;}

.blogad{
	background: #e3dce7;
	padding: 20px;
}

.blogad h2{
	margin: 0;color:#333;
}

.border{
	border: 1px solid #005292;
	box-sizing: border-box;
}

.border2{
	border: 1px solid #000;
	box-sizing: border-box;
}

.callout2{background: #c1912d;border: 4px solid #a32132;box-sizing: border-box;	padding: 10px;}

.callout2 h2{
	color: #000;
	margin: 0;
}

.callout2 p{
	color: #000;
	margin: 0;
}

.callout2 p.margin-top{
	margin-top: 1em;
}

.callout2 span{
	color: #fff;
	margin-top: 1em;
}

.callout3{background: #bfdee1;padding: 0 10px 10px 10px;}
.callout3 h2{padding-top: 10px;color:#333;}
.col-right .blogad {margin-top:1em;}
.col-right .callout3 {margin-top:-1.25em;}
.callout-red {background:#f9e7eb; padding: 20px;margin:1.75em 0;}
.callout-red h2{color:#333;margin:0;}
.callout-red p{margin-bottom: 0;}

.center {margin:auto;text-align:center;}

.close{
	float: right;
}

.col-left, .col-right{
float: left;
width: 50%;
box-sizing: border-box; margin-top:1em;
}

.col-left{
padding-right:10px;
}

.col-right{
	padding-left:10px;
}
.col-left h3, .col-right h3 {margin-top:0;}

.contents{
	max-width: 740px;
	margin: auto;
}

.copyright{
	text-align: center;
	font-size: 80%;
	color: #ccc;
	margin: 0;
	padding-top: 30px;
}

.hidden{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.hiddentocmenu1{
	width: 100%;
	background: #F1EEFC;
	padding: 20px;
	box-sizing: border-box;
}
.hiddentocmenu2{
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 735px;
	width: 100%;
}

.hiddentocmenu2 h2{
	font-size: 140%;
}

.imgaba{
	background-image: url("../images/applications-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgaba:hover{
	background-image: url("../images/applications-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgaces{
	background-image: url("../images/aces-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgaces:hover{
	background-image: url("../images/aces-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgam{
	background-image: url("../images/ammeet-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgam:hover{
	background-image: url("../images/ammeet-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgapplicants{
	background-image: url("../images/applicants-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgapplicants:hover{
	background-image: url("../images/applicants-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgenroll{
	background-image: url("../images/enroll-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgenroll:hover{
	background-image: url("../images/enroll-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgintro{
	background-image: url("../images/intro-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgintro:hover{
	background-image: url("../images/intro-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgkhan{
	background-image: url("../images/khan-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgkhan:hover{
	background-image: url("../images/khan-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgdigital{
	background-image: url("../images/digital-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgdigital:hover{
	background-image: url("../images/digital-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgenroll{
	background-image: url("../images/susan-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgenroll:hover{
	background-image: url("../images/susan-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgdates{
	background-image: url("../images/dates-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgdates:hover{
	background-image: url("../images/dates-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}


.imgstd{
	background-image: url("../images/std-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgstd:hover{
	background-image: url("../images/std-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}
.imgsurvey{
	background-image: url("../images/survey-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgsurvey:hover{
	background-image: url("../images/survey-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgforum{
	background-image: url("../images/forum-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgforum:hover{
	background-image: url("../images/forum-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgdl{
	background-image: url("../images/dl-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgdl:hover{
	background-image: url("../images/dl-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgkhan{
	background-image: url("../images/khan-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgkhan:hover{
	background-image: url("../images/khan-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgdl{
	background-image: url("../images/dl-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgdl:hover{
	background-image: url("../images/dl-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgequality{
	background-image: url("../images/equality-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgequality:hover{
	background-image: url("../images/equality-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgfuture{
	background-image: url("../images/future-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgfuture:hover{
	background-image: url("../images/future-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.imglive{
	background-image: url("../images/live-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imglive:hover{
	background-image: url("../images/live-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}


.imgbeyond{
	background-image: url("../images/beyond-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgbeyond:hover{
	background-image: url("../images/beyond-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}



.imgstories{
	background-image: url("../images/stories-preview.jpg");
	background-size: 240px 160px;
	background-position: center;
	transition: all 0.3s ease;
}

.imgstories:hover{
	background-image: url("../images/stories-preview.jpg");
	background-size: 300px 200px;
	background-position: center;
	transition: all 0.3s ease;
}

.inline-image{
	float: left; 
	padding: 0 20px 10px 0;
	margin-top: .5em;
}

.issue{
	position: absolute;
	bottom: -12px;
	left: 0;
	color: #fff;
	font-size: 90%;
}

.footer{
	clear: both;
	min-height: 100px;
	background-color: #42145F;margin-top:2.5em;
}

.LSAClogo{
	padding: 16px;
}

.logo img{
	padding-top: 16px;
	/*width: 400px;*/
	max-width: 100%;
}

.margin-top{
	margin-top:1em;
}

.masthead{
	min-height: 100px;
	position: relative;
	/*background-color: #42145F*/
	
	background: rgba(66,20,95,1);
background: -moz-linear-gradient(left, rgba(66,20,95,1) 0%, rgba(130,99,148,1) 99%, rgba(131,100,149,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(66,20,95,1)), color-stop(99%, rgba(130,99,148,1)), color-stop(100%, rgba(131,100,149,1)));
background: -webkit-linear-gradient(left, rgba(66,20,95,1) 0%, rgba(130,99,148,1) 99%, rgba(131,100,149,1) 100%);
background: -o-linear-gradient(left, rgba(66,20,95,1) 0%, rgba(130,99,148,1) 99%, rgba(131,100,149,1) 100%);
background: -ms-linear-gradient(left, rgba(66,20,95,1) 0%, rgba(130,99,148,1) 99%, rgba(131,100,149,1) 100%);
background: linear-gradient(to right, rgba(66,20,95,1) 0%, rgba(130,99,148,1) 99%, rgba(131,100,149,1) 100%);
	
}

.more{
	font-size: 120%;
	font-weight: bold;
}


.morearticles{
	display: inline-block;
	width: 100%;
	background: #F1EEFC;
	text-align: center;
	margin-top: 1.5em;
}

.morearticles h3{
	text-align: left;
}

a.morearttag{
	display: block;
	width: 240px;
	height: 160px;
}

.moreartimg{
	width: 240px;
	height: 160px;
	max-width: 100%;
	display: inline-block;
}

.morearticles h4, .morearticles p{
	text-align: left;
	padding: 10px;
}

.morearticles h4{
	margin: 0;
	font-size: 90%;
	line-height: 1.5em;
}

.morearticles p{
	margin: 0;
	font-size: 90%;
	line-height: 1.5em;
}

.morearticles a, .close a{
	text-decoration: none;
}

.moreart_col1, .moreart_col2, .moreart_col3{
	float: left;
	height: 430px;
	background: #fff;
	margin-bottom: 1em;
	width: 230px;
	box-sizing: border-box;
}

.moreart_col1{
	margin-right: 18px;
}
.moreart_col3{
	margin-left: 16px;
}

.news{
	padding-top: 10px!important;
}

.nobreak{
	white-space: nowrap;
}


.nobottommargin{
	margin-bottom: 0;
}

.notopmargin{
	margin-top: 0;
}

.toppad {padding-top:.5em;}

.photo{
	max-width: 100%;
}	

.col-left img.sidephoto{
	float: right;
	max-width: 40%;
	margin-left:10px;
}

.col-full img.sidephoto1{
	float: left;
	max-width: 14em;
	margin-right:2em;
}

.col-full img.sidephoto-right{
	float: right;
	max-width: 14em;
	margin-left:2em;
}

.col-right img.sidephoto{
	float: left;
	max-width: 30%;
	margin-right:10px;
}


.sidephoto2{
	float: left;
	max-width: 40%;
	padding-right: 10px;
}



.state {
    color: #C75B12;
    font-weight: bold;
}

table.TableVolumes{
	width: 100%;
	border-collapse: collapse;
}

table.TableVolumes th{
	background: #116870;
	color: #fff;
	font-weight: bold;
	border: 2px solid #000;
	padding: 6px;
}

table.TableVolumes th.hidden{
	position: absolute;
	top: 3000px;
	left: -3000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

table.TableVolumes td{
	text-align: center;
	border: 2px solid #000;
	padding: 2px 6px;
}

table.summerworkshops{
	width: 100%;
	border-collapse: collapse;
}

table.summerworkshops th{
	background: #005292;
	color: #fff;
	font-weight: bold;
	border: 2px solid #000;
	padding: 6px;
}

table.summerworkshops th{
	text-align: left;
	padding: 6px;
}

table.summerworkshops td{
	text-align: left;
	border: 2px solid #000;
	padding: 6px;
	background: #ccdce9;
}



.thirds-one, .thirds-two, .thirds-three {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
}

.thirds-one{
    padding-right: 6px;
}

.thirds-two{
    padding: 0 6px;
}

.thirds-three{
    padding-left: 6px;
}

.toc{
	position: absolute;
	float: right;
	font-size: 140%;
	top: 0;
	right: 20px;
	padding-right: 10px;
	background: #005292;
	padding: 2px 20px 6px 20px;
	color: #000;
	border-radius: 0 0 10px 10px;
}

.toc:hover{
		padding: 10px 20px 6px 20px;
}

#toc2 a{
	text-decoration: underline;
	font-weight: bold;
	font-size: 160%;
}

#toc2 a:hover{
	text-decoration: underline!important;
	font-weight: bold;
}

.topbar{
	margin-top: -.25em;
	height: 6px;
	width: 100%;
	background: #007A87;
}

.yellow-box, .callout{
	background: #d9ebed;
	padding: 20px;
	margin-bottom: 1em;
}

.callout{padding: 20px;margin-top: 1em;}
.callout h2, .callout h3{color:#333;margin:0;}
.callout p{margin-bottom: 0;}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
margin: 1.625em;        
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.yellow-box img{
	padding-bottom: 0;
	width: 100%;
}

.yellow-box p{
	color: #005292;
}

.yellow-box h2{
	margin-top:0;
}




/* MEDIA QUERIES */
@media screen and (max-width: 787px) {

.article1, .article2, .article3, .article4, .logo, .articlecontainer {
    margin: 0;
    box-sizing: border-box;
    max-width: 735px;
	padding: 0 20px;
    width: 100%;
    clear: both;
}	
	


.issue {
    left: 20px;
}
	


.moreart_col1, .moreart_col2, .moreart_col3 {
    float: none;
    height: auto;
    background: #fff;
    margin: 1em auto;
    width: 230px;
    box-sizing: border-box;
}
	
}

@media screen and (max-width: 735px) {

.article1, .article2, .article3, .article4, .logo, .articlecontainer {
	padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    clear: both;
}	
	
}

@media screen and (max-width: 640px) {
body{	font-size: small;}

.article1, .article2, .article3, .article4, .logo, .articlecontainer {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    clear: both;
}
    .article-float-within div {margin-top:3em;}
    .article-float-within img{float:left; margin:1.5em 1em 0 0;}    
.callout-red {margin:2.75em 0;}
.col-left, .col-right, .col-full{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
	.col-left .callout {margin:2em 0}
	.col-right .blogad {margin:0 0 2em;}
.col-right .callout3 {margin-top:2.75em;}	
	.col-full img.sidephoto1{
	float: left;
	max-width: 40%;
	margin-right:2em;
}

.issue{
		left:0;
	}	

.masthead{
		padding: 0 20px;
	}
	
.morearticles{
	padding: 0 20px;
	box-sizing: border-box;
	}	
	
.thirds-one, .thirds-two, .thirds-three {
    float: none;
    width: 100%;
	padding: 0;
    box-sizing: border-box;
}	
	
.yellow-box{
		padding-top: 20px;
	}
	
.yellow-box h2{
		margin-top:0;
	}
	
}

@media screen and (max-width: 320px) {
	.masthead {min-height:125px;}
}

@media screen and (min-width:640px){
.article-float-within{float:right;width:50%;margin:1.15em 0 1em 2em;text-align:center;
}	
    .article-float-within div {padding:.25em 20px 20px;}
    .article-float-within h3{margin-top:.65em;}
.article-float-within .blogad h3 {color: #42145F; padding-bottom: .25em; border-bottom: #d0c4d7 solid 1px;}
    .article-float-within .callout {margin:0;}
.article-float-within .callout h3 {color: #333; padding-bottom: .25em; margin-bottom:.5em;}    
}
