/* set the default background, text color, font, page width, etc... */
/*body
{
background: #FFF;
color: black;
width: 875px;
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-size: 16px;
text-align: left;
border-width: 0;
padding: 0;
margin: 8px;
}
*/

/* by default, divisions, paragraphs and list items have no borders, padding or margins */
div, p, li{
border-width: 0;
padding: 0;
margin: 0;
}


/* main page headers, replacing graphical headers */
/* Note that Oswald is a web font from Google: https://fonts.google.com/ */
h1.maintitle{
color: black;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-size: 32px;
text-align: center;
border-width: 0;
padding: 0;
margin: 0 0 20px;
}




/* temporary division to get older pages centered with the wide headers */
div.quickfix{
width: 640px;
margin: 0 auto;
}

/* set colors for the links */
/*
a:link {color: #00F;}
a:hover {color: #66F;}
a:visited {color: #000;}
a:visited:hover {color: #66F;}
*/

/* set colors for external links */
/*
a:link.external {color: #393}
a:link:hover.external {color: #3D3}
a:visited.external {color: #999}
a:visited:hover.external {color: #3D3}
*/

/* gets rid of borders around linked images */
a:link img, a:visited img {border: 0;}

/* center title graphics */

#titleimg{
margin: 25px 0 20px;
}

#titleimg img{
display: block;
margin: 0 auto;
height: 100%;
}


/* center generic images */
p.img{
text-align: center;
text-indent: 0;
border: 0;
margin: 20px 0;
}


/* captions for images */
p.caption{
margin: -15px auto 20px;
font-family: arial, sans-serif;
font-size: 12px;
text-align: center;
width: 50%;
}



/* text title that appears under the title graphic */
/* this is usually within an H1 tag */
/* typical use is for the welcome line on game index pages, title lines on FAQ pages, etc... */
#subtitle{
font-size: 22px;
text-align: center;
margin: 20px 0 15px;
}

/* typically within an h2 tag */
#subsubtitle{
font-size: 20px;
text-align: center;
margin: 20px 0 15px;
}



/* top and bottom navigation text bars, as seen in qa and workbench */

p.topnavigation, p.bottomnavigation{
text-align: center;
font-family: arial, sans-serif;
font-size: 12px;
}

p.bottomnavigation{
margin: 30px 0 0;
}

p.topnavigation a, p.bottomnavigation a{
text-decoration: none;
}

p.topnavigation a:link, p.bottomnavigation a:link {color: #00F;}
p.topnavigation a:visited, p.bottomnavigation a:visited {color: #000;}
p.topnavigation a:hover, p.bottomnavigation a:hover {color: #66F;}
p.topnavigation a:visited:hover, p.bottomnavigation a:visited:hover {color: #66F;}


/* position and space graphical navigation buttons, as seen in frost, reading, crossword */

#graphicalnav{
text-align: center;
}

#graphicalnav img{
padding: 0 5px 0;
height: auto;
}



/* error messages */

#error{
width: 80%;
border-color: #000;
border-width: 5px;
border-style: double;
background-color: #FFC;
padding: 0;
margin: 50px auto 300px;
font-size: 24px;
}

#error p{
margin: 20px;
text-indent: 20px;
}

#error p.err{
text-indent: 0;
text-align: center;
font-weight: bold;
}





/* generic text */
p.txt, p.hanging, p.noindent{
text-align: left;
margin: 12px 30px;
text-indent: 12px;
}

/* generic centered text */
p.center{
text-align: center;
margin: 12px 0;
text-indent: 0;
}


/* generic centered, one-line example */
p.ex{
font-family: arial, sans-serif;
font-size: 14px;
text-align: center;
margin: 25px 0;
text-indent: 0;
}

/* no indent */
p.noindent{
text-indent: 0px;
}


/* extra indents */
p.indent20{
text-indent: 20px;
}


/*no top or bottom margins */
p.notop{
margin-top: 0;
}

p.nobottom{
margin-bottom: 0;
}

/* hanging indent */

p.hanging{
text-indent: -22px;
margin: 12px 10px 12px 44px;
}


/* underlined */

.underline{
text-decoration: underline;
font-style: italic;
}


/* no breaking on whitespace */
.nobreak{
white-space: nowrap;
}


/* paragraph types and headers/titles for 'structured' pages like FAQ pages */

p.topic, p.subtopic, p.subsubtopic,
p.ques, p.step, p.substep{
font-family: arial, sans-serif;
font-size: 16px;
font-weight: bold;
margin: 40px 10px 0 40px;
}

p.subtopic, p.step{
font-size: 15px;
margin: 25px 10px 0 55px;
}

p.subsubtopic, p.substep{
font-size: 14px;
margin: 15px 10px 0 65px;
}

p.topictxt, p.topictxti{
margin: 10px 40px 10px 70px;
}

p.topicsubtxt, p.topicsubtxti{
margin: 10px 40px 10px 90px;
}

p.topictxti, p.topicsubtxti{
text-indent: 12px;
}

p.exampleaddress{
font-family: monaco, sans-serif;
font-size: 16px;
margin: 20px 0;
text-align: center;
}


/* list of links, mainly for listing FAQ questions/topics */

p.faqlist{
font-family: arial, sans-serif;
font-size: 16px;
padding: 8px 50px;
}

p.faqlist a{
text-decoration: none;
}



/* generic 'strong' text */

.yell, .yell a, .yell a:visited{
color: red;
font-weight: bold;
}

.yell a:hover, .yell a:visited:hover{
color: #F66;
}


/* generic faded text */
.fade{ color: #ccc; }


/* generic lists with bullets, as seen on the beams info page */

ul.bulletlist{
margin: 20px 80px 20px 25px;
list-style-type: disc;
}

ul.bulletlist li{
margin: 8px 0;
}


/* generic contact information/addresses, as seen on the beams info page */

p.contact, p.contactbold{
text-align: center;
font-family: arial, sans-serif;
font-size: 15px;
margin: 0 0 2px;
}

p.contactbold{
font-weight: bold;
margin: 30px 0 10px;
}


/* program information and application section header, as seen in pcedinfo */

p.blueheader{
font-family: arial, sans-serif;
font-size: 16px;
color: #006;
font-weight: bold;
text-align: center;
margin: 15px 0 5px;
}


/* program information and application section text, as seen in pcedinfo */

p.boxtxt{
margin: 5px 80px 30px;
}


/* add a black border */

.blackborder1{
 border: 1px;
 border-style: solid;
 border-color: black;
}

/* header and main navigation bar styles */

#head{
position: relative;
top: 0; left: 0;
height: 95px;
}


#head p.scied{
position: absolute;
top: 28px; right: 0;
font-size: 18px;
font-family: arial, sans-serif;
font-weight: bold;
}


#head p.sec{
position: absolute;
top: 0; right: 0;
font-family: arial, sans-serif;
font-size: 10px;
}

#head .sec a {text-decoration: none;}
#head .sec a:link, #head .sec a:visited {color: #AAA;}
#head .sec a:link:hover, #head .sec a:visited:hover {color: #66F;}






/* Band-aid styles */

* {box-sizing: border-box; padding: 0; margin: 0;}

img {border: 0;}

.content{min-height: calc(100vh - (101px + 397px) + 550px);} /* needs the extra 550-ish pixels to make 'shrink-to-fit' on small devices work correctly (scale was being thrown off) */

/* fonts */

@font-face{
	font-family: avenir-black;
	src: url("/fonts/avenir-black-webfont.ttf");
}

@font-face{
	font-family: avenir-light;
	src: url("/fonts/avenir-light-webfont.ttf");
}

@font-face{
	font-family: avenir-medium;
	src: url("/fonts/avenir-medium-webfont.ttf");
}


/* implements 'clearfix' for .row elements */
.row::after, .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


body{
	color: #5b6065;
  font-family: avenir-light, sans-serif;
  font-size: 100%;
  line-height: 1.43;
  margin: 0;
}

a{
    color: #ac172b;
    text-decoration: none;
}

a:hover, a:focus{text-decoration: underline;}

/* upper navigation from w3schools (edited) */

.topnav {
/*  max-width: 1315px;*/
  width: 1315px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #404145;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 12px 0px;
  font: normal normal 500 1.25em avenir-medium, sans-serif;
  position: relative;
  top: 62px;
}


/* fix some of the logo's characteristics */
.topnav a:first-child {
  padding: 10px 20px 5px 30px;
  margin: 0;
  top: 0;
}

.topnav .search-container {
  position: absolute;
  top: 0;
  right: 0;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font: normal normal 500 1.25em avenir-medium, sans-serif;
  border: none;
  background: #ddd;
  width: 210px;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
}


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}



/* page contact and citation 'footer' */

/* place it at the bottoms of the .content div */
div.page-contact{
position: absolute;
bottom: 0;
left: 25px;
}

.page-contact div{
font-size: .9em;
line-height: 1em;
}

@media screen and (max-width: 1000px) {
/* some of the page's padding goes away, so change the offset */
.page-contact{left: 5px;}
}

.page-contact div p:first-child{
padding-bottom: 10px;
}



div.main{
width: 100%;
background-image: linear-gradient(to right, rgb(244, 244, 245) 0%, rgb(209, 210, 211) 15%, rgb(209, 210, 211) 85%, rgb(244, 244, 245) 100%);
}


div.main div.content{
display: block;
position: relative;
/*max-width: 1315px;*/
width: 1315px;
background-color: white;
margin: 0 auto;
padding: 50px 60px 118px; /* large bottom to make room for the absolutely positioned citation and contact info */
}




/* fix what w3school's definition accidentally changed */
[class*="jl-col-"] {
  padding: 0;
}


.jl-col-left{
float: left;
width: 50%;
padding-right: 20px;
}

.jl-col-right{
float: left;
width: 50%;
padding-left: 20px;
}


.jl-col-1{
width: 100%;
}

.jl-col-2{
float: left;
width: 50%;
}

.jl-col-4{
float: left;
width: 25%;
min-width: 23%;
padding-right: 20px;
}


div.footer{
width: 100%;
background-image: linear-gradient(to right, rgb(244, 244, 245) 0%, rgb(209, 210, 211) 15%, rgb(209, 210, 211) 85%, rgb(244, 244, 245) 100%);
}

div.footer div.jlab-footer-background{
width: 100%;
background-image: linear-gradient(to right, #5b6064 0%, #5b6064 50%, #22292f 50%, #22292f 100%);
}

div.footer div.jlab-footer-content{
/* max-width: 1315px; */
width: 1315px;
/* height: 371px; */
height: 397px; /* height needs to be changed if items are added or removed from the footer lists  - also need to change value in ".content{min-height: calc" up near to top */
margin: 0 auto;
}

div.footer div.jlab-footer-left-container{
width: 865px;
/* height: 371px; */
height: 397px; /* height needs to be changed if items are added or removed from the footer lists  - also need to change value in ".content{min-height: calc" up near to top */
background-color: #5b6064;
color: white;
float: left;
}

div.footer div.jlab-footer-left-content{
padding-left: 50px;
}

div.footer div.jlab-footer-resources{
font-size: 1.25em;
text-transform: uppercase;
margin-bottom: 20px;
padding: 16px 0;
}

div.footer div.jlab-footer-left-links{
/*padding-right: 20px;*/
/* max-width: 23%; */
}

div.footer div.jlab-footer-left-links h2{
text-transform: uppercase;
font-size: 1.125em;
font-weight: 500;
line-height: 1.1;
padding-bottom: 10px;
}

div.footer div.jlab-footer-left-links li{
list-style: outside none none;
font-size: 0.875em;
padding-bottom: 6px;
}

div.footer div.jlab-footer-left-links a{
color: #fff;
}

div.footer div.jlab-footer-left-links a:hover{
text-decoration: underline;
}

div.footer div.jlab-footer-left-bottom{
font-size: .875em;
padding: 20px;
text-align: center;
text-transform: uppercase;
}

div.footer div.jlab-footer-right-container{
width: 450px;
background-color: #22292f;
color: white;
float: right;
padding-top: 20px;
padding-left: 40px;
padding-right: 15px;
/* height: 371px; */
height: 397px; /* height needs to be changed if items are added or removed from the footer lists  - also need to change value in ".content{min-height: calc" up near to top */
/*padding-bottom: 160px; /* used to fix 'blank box' when small screens are scrolled */
}

div.footer div.jlab-footer-right-container p.address{
font-size: 1.25em;
text-transform: uppercase;
margin-bottom: 2px;
}

div.footer div.jlab-footer-right-container p:nth-of-type(2){
padding-bottom: 15px;
}

div.footer div.jlab-footer-right-container p:nth-of-type(4){
padding-bottom: 20px;
}

div.footer div.jlab-footer-right-container p.address2{
font-size: 1.125em;
margin-bottom: 2px;
}

div.footer div.jlab-footer-right-container li{
list-style: outside none none;
font-size: 0.75em;
padding-bottom: 4px;
text-transform: uppercase;
}

div.footer div.jlab-footer-right-container div.extra-padding-left{
padding-left: 40px;
}

div.footer div.jlab-footer-right-container a{
color: #fff;
}

div.footer div.jlab-footer-right-container a:hover{
text-decoration: underline;
}


div.footer div.jlab-footer-left-container div.jlab-footer-resources p a{
color: white;
text-decoration: none;
}

div.footer div.jlab-footer-left-container div.jlab-footer-resources p a:hover{
text-decoration: underline;
}


/* SciEd info in footer */

div.scied-lower-box{
	font-size: 1em;
	font-weight: 500;
	padding-top: 0;
}




/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-bars:before{content:"\f0c9"}.fa-search:before{content:"\f002"}
