@charset "utf-8";
.page__content > div:not(.hero),
.page__content > section:not(.hero) {
  margin-bottom: 0rem;
}

.headline > div:last-of-type > div {
    background-position: right;
    background-size: contain;
    background-color: #CD1041;
    max-width: 370px;
}

.section-toggle h3.section {
    margin-top: 1em;
}
.section-toggle {
    margin-bottom: 10px !important;
}
.section-toggle h3#toggle-section-0-0 {
    display: none;
}

/* Student Information */
.section-toggle h3.section::before {
    position: absolute;
    /* left: 85px; */
    top: inherit;
    transform: inherit;
}

#notice a {
    border: 1px solid orange;
    border-left: 50px solid orange;
    padding: 1.5rem;
    text-decoration: none;
    color: #000;
    display: none; /* Flip this to BLOCK to turn it back on. */
}
#notice a:hover {
    background: rgba(255,165,0, 0.4);
    color: #000;
}

.right-area {
    width: 35%;
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

 #main-column {
	 line-height: 1.6em;
	 font-size: 1.2em;
}
/* CSS Document */
 .newsItem {
	 border: 1px solid #ccc;
	 padding: 10px;
	 margin-top: 5px;
}
 .what {
	 font-weight: bold;
}
 .date {
	 font-size: 80%;
}
 #moreVideo {
	 display: none;
}
/* -- President's Welcome -- */
 #highlighter {
	 display: table;
	 border-spacing: 8px;
	 margin: 0 -8px 0 -8px;
	 font-family: 'roboto', sans-serif;
}
 #highlighter .highlightrow {
	 display: table-row;
}
 #highlighter .highlight {
	 overflow: hidden;
	 width: 49%;
	 border-top: 10px solid #c20430;
	 border-bottom: 3px solid #000000;
	 display: table-cell;
	 text-align: top;
	 background-color: #c20430;
}
 #highlighter .highlight p {
	 margin: 1em 0 1em 0;
	 padding: 0 1em 0 1em;
	 color: #ffffff;
}
 #highlighter .highlight p.title {
	 text-align: center;
	 font-size: 110%;
}
 #highlighter .highlight a, #highlighter .highlight ul {
	 color: #ffffff;
}
 #highlighter .highlight img {
	 border-top: 1px solid #fff;
	 border-bottom: 1px solid #fff;
	 margin: 0;
	 width: 100%;
}
 ul.topic-navigation {
	 margin: 0px !important;
	 padding: 0px;
}
 ul.topic-navigation li {
	 list-style-type: none;
	 margin: 0px !important;
	 padding: 0px;
	 clear: both;
}
 ul.topic-navigation li a {
	 padding: 10px;
	 background-color: #f0f0ea;
	 border-left: 2px solid #c20430;
	 font-size: 130%;
	 display: inline-block;
	 width: 97%;
	 margin: 4px 0;
	 text-decoration: none;
}
 ul.topic-navigation li a:hover {
	 background-color: #c20430;
	 color: #fff !important;
	 border-left: 2px solid #000;
	 font-weight: bold;
}
 .content .right-area h3 {
	 color: #000000;
	 text-align: center;
	 font-family: 'Roboto Condensed', sans-serif;
	 text-transform: uppercase;
	 font-size: 2em;
	 font-weight: bold;
}
 .content .right-area a.buttonImage {
	 text-decoration: none !important;
	 background-color: #0f3c65;
	 color: #fff;
	 border: 1px solid #0f3c65;
	 border-top-left-radius: 10px;
	 border-top-right-radius: 10px;
	 border-bottom-left-radius: 10px;
	 border-bottom-right-radius: 10px;
}
 .content .right-area a.buttonImage:hover {
	 font-weight: bold;
	 	 background-color: #ffffff;
	 color: #0f3c65;
}
 .content .right-area a.buttonImage .topper, .content .right-area a.buttonImage .under {
	 display: block;
	 font-family: 'Roboto Condensed', sans-serif;
	 text-align: center;
	 padding: 10px;
	 
}
 .content .right-area a.buttonImage .topper {
	 
}
 .content .right-area a.buttonImage .under {
	 
}
 .content .right-area a.buttonImage .topper:hover, .content .right-area a.buttonImage .under:hover {

}

#main-column .grid-area {
    display: grid;
    grid-template-columns: auto auto;
}
#main-column .grid-area .grid-cell {
    text-align: center;
}

/** Slideshow **/
#main-column .flex-container {
    max-height: inherit;
    width: 58%;
    padding: 1%;
    margin: 0px;
}
#main-column .flexslider {
    max-height: inherit;
}
#main-column .flexslider .slides > li {
    max-height: inherit;
}

 #left-column .additional-content a {
	 text-decoration: none;
}
 #left-column .additional-content a .assessment {
	 display: block;
	 text-align: center;
	 padding: 10px;
	 background-color: #0f3c65;
	 border: 1px solid #0f3c65;
	 color: #fff;
	 border-bottom-left-radius: 10px;
	 border-bottom-right-radius: 10px;
}
 #left-column .additional-content a .assessment:hover {
	 background-color: #ffffff;
	 color: #0f3c65;
}
 #in-site-navigation {
	 display: block;
	 border: 1px solid #c3c3ae;
	 overflow: auto;
	 padding: 2% 1% 1% 1%;
	 clear: both;
}
 #in-site-navigation h2 {
	 color: #000000;
	 text-align: center;
	 font-family: 'Roboto Condensed', sans-serif;
	 text-transform: uppercase;
	 font-size: 2em;
	 font-weight: bold;
	 margin: 1% 0;
}
 #in-site-navigation .buttonArea {
	 display: table;
	 border-collapse: separate;
	 border-spacing: 10px;
	 width: 100%;
}
 #in-site-navigation .buttonArea .buttonHolder {
	 display: table-row;
}
 #in-site-navigation .buttonArea .buttonHolder a.sectionLink {
	 background-color: #c20430;
	 color: #ffffff;
	 display: table-cell;
	 vertical-align: middle;
	 padding: 3% 2%;
	 margin-right: 2%;
	 margin-bottom: 0px;
	 width: 28%;
	 border: 1px solid #c20430;
	 text-decoration: none;
	 text-align: center;
	 font-family: 'Roboto Condensed', sans-serif;
	 font-size: 1.8em;
	 font-weight: bold;
	 text-transform: uppercase;
	 line-height: 1.1em;
}
 #in-site-navigation .buttonArea .buttonHolder a.sectionLink:hover {
	 background-color: #ffffff;
	 color: #444444;
	 border: 1px solid #000000;
}
 #in-site-navigation .buttonArea .buttonHolder a.last {
	 margin-right: 0px;
	 margin-bottom: 0px;
}

.safety-level p {
    margin: 0px;
    padding: 10px 15px;
}
.safety-level {
    /* padding: 5px 10px;
    border: 1px solid #333; */
    border-radius: 5px;
    font-weight: bold;
}
.green { background-color: #005d0d; color: #ffffff; }
.yellow { background-color: #f7e400; color: #000000; }
.orange { background-color: #cf7a00; color: #ffffff; }
.deep-orange { background-color: #a0410d; color: #ffffff; }
.red-sl { background-color: #bb270e; color: #ffffff; }

/*.cases {
    overflow-x: scroll;
}*/
#dataBox {
    background-color: #718c9a;
    padding: 10px;
}
#dataBox h2 {
    color: #ffffff;
    margin: 10px;
    border-bottom: 1px solid #ffffff;
}
#dataBox p {
    color: #ffffff;
    margin: 10px;
}
#chartArea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#chartArea .data {
    /*border: 1px solid #cc0000;*/
    margin: 20px 10px;
    
}
#chartArea .data .datapoint {
    text-align: center;
    font-size: 4.2em;
    font-weight: bold;
    font-family: 'roboto', sans-serif;
    text-shadow: 2px 2px 3px #222;
    color: #ffffff;
    line-height: normal;
}
#chartArea .data .datadescription {
    margin-top: 10px;
    border-top: 1px dotted #cccc00;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    font-size: .8em;
    font-family: 'roboto', sans-serif;
    line-height: 1em;
}
.tooltip {
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 5px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  border-top-right-radius: 0px;
  padding: 20px 20px;
  position: absolute;
  z-index: 1;
  top: 150%;
  /* left: calc(50% - 18px); */
  margin-left: -237px;
  margin-top: 5px;
  line-height: 1.4em;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin-left: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* @media screen and (min-width: 1500px) {
	 #scsuSubsiteArea {
		 width: 1500px;
	}
	 #layout-2-column #main-column {
		 width: 1120px;
	}
}
 */
 @media screen and (min-width: 1250px) {
	 #scsuSubsiteArea {
		 width: 1100px;
	}
	 #layout-2-column #main-column {
		 width: 820px;
	}
	 #information-blocks .section-headline {
		 width: 96%;
	}
	 #information-blocks ul.section-blocks > li {
		 width: 27%;
		 padding-top: 20px;
		 padding-bottom: 20px;
		 padding-right: calc(3% + 1px);
		 padding-left: calc(3% + 0px);
	}
}
 @media screen and (max-width: 1250px) {
	 #in-site-navigation .buttonArea {
		 display: block;
	}
	 #in-site-navigation .buttonArea .buttonHolder {
		 display: block;
	}
	 #in-site-navigation .buttonArea .buttonHolder a.sectionLink {
		 display: block;
		 width: 92%;
		 margin: 2%;
	}
}
 @media screen and (max-width: 1000px) {
	 #scsuSubsiteArea #main-content .content #highlighter .highlight img {
		 max-width: inherit;
		/* Fix/Override */
	}
	#chartArea {
        grid-template-columns: repeat(2, 1fr);
    }
}
 @media screen and (max-width: 500px) {
	 #highlighter .highlightrow {
		 display: block;
	}
	 #highlighter .highlightrow .highlight {
		 display: block;
		 width: 95%;
		 margin-bottom: 1em;
	}
	 ul.topic-navigation li a {
		 width: 95%;
	}
		#chartArea {
        grid-template-columns: repeat(1, 1fr);
    }
 }
 
 @media screen and (min-width: 1600px) {
     .cases {
        overflow-x: hidden;
    }
 }