<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

/*BASIC LAYOUT STUFF*/
body {
    padding-top: 54px;
    background-color:#eaefef;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

/*index page*/
.card {
    height: 100%;
}
/*for some reason this fixes image issues in flex layout on home page in IE */
/*https://stackoverflow.com/questions/33079325/internet-explorer-flexbox-image-ratio*/
.card-img-top {
    min-height: 1px;
}

/*FONT STUFF - LOADING FONTS FROM cloudtypography ACCOUNT*/

h1, h2, h3, h4, h5, p, a {
    color:#051f38;
}

.card-title {
    font-size:1.3em;
    color: #051f38;
}

.cal-header{
    color:white;
    background-color:#294031;
    padding:6px;
    box-shadow: 0px 2px 3px #999;
}

.card-body{
    padding-top:0.75em;
}

.navbar-brand{
    font-weight: 500;
}

.navbar a {
    text-decoration: none;
}
#navbarResponsive{
    text-align: center;
}
#nav-logo{
    height:75px;
    width:auto;
    position: absolute;
    top:10px;
    left:10px
}
#nav-logo img{
    width:75px;
    height:auto;
}
.nav-link{
    font-size:1.1rem;
}
a {text-decoration: underline;}

.table-bordered td, .table-bordered  th{
    border:1px solid #555;
}

.education-table {
    text-align:center;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
}

.education-table th {
	background-color: #8fbbbc;
	padding: 3px;
	width: 500px;
}

.education-table td {
	background-color: #eff5f6;
	padding: 3px;
}

.white-bg{
    background-color:#fff;
    padding:10px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #ddd;
    margin: 15px 0;
}
.news-row {
  display: flex;
  flex-wrap: wrap;
}
.news-row &gt; [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*HEADER, NAVBAR, BACKGROUND*/
.business-header {
    height: 20%;
    min-height: 120px;
    background: url('../images/valleyBanner.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.navbar,
.dropdown-menu {
    background-color: #294031;
}

@media (max-width: 992px) {
    .dropdown-menu {
        text-align: center;
    }
}

.navbar a {
    color: #fff;
}
.navbar {
    box-shadow: 0 4px 6px rgba(0,0,0,0.4);
}

.page-header{
    color:white;
    font-size:3em;
}
.background-text{
    background:rgba(0,0,0,0.3)
}


.nav-item:hover {
    text-decoration: underline;
}

.dropdown-item:hover {
    text-decoration: underline;
    background-color:#294031;
    color:white;
}

.navbar-toggler {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5)
}

.navguide {
    font-size:12px;
    position: relative;
    top:-50px;
    left: 10px;
    color:#842932;
}


/*FOOTER*/
footer {
    background-color: #a7acaf;
}

.footer-logo{
    text-align: center;
    max-width: 100px;
}
#copyright {
    font-size: 0.8em;
}

/*ADDITIONAL MEDIA QUERIES*/
@media (max-width: 768px) {
    .navbar-brand {
        font-size:0.85em;
        margin-left:-5px;
    }
    .navbar {padding:0.9rem;}
    .navbar-toggler {padding:0;}
}

.closed {
    background:url('http://www.dnr.sc.gov/water/waterplan/assets/rightarrow.png') no-repeat;
    background-position:90% center;
}

.open {
    background:url('http://www.dnr.sc.gov/water/waterplan/assets/downarrow.png') no-repeat;
    background-position:90% center;
}

.green-box {
    background-color:#8fbbbc;
    border-radius: 4px;
    box-shadow:1px 1px 1px #ddd;
}

.figcap {
	font-size:12px;
}

.news {
	font-weight: bold;
	font-style: italic;
}

.newsimages {
	height: 90%;
	width: 100%;
}

.eq-box {
    margin: 0 auto;
	text-align: center;
	width: 75%;
	background-color:#d7eadf;
    border-radius: 4px;
    box-shadow:1px 1px 1px #ddd;
}

.footers {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.centering {
	text-align: center;
}

.redtext {
	color: red;
}

.btn-warning {
	background-color: #f9e9d2;
	font-size: 14px;
}

.graytext {
	color: gray;
}

.repo-box {
    margin: 10px 0 0 0;
	text-align: center;
	width: 100%;
	background-color:#d7eadf;
    border-radius: 4px;
    box-shadow:1px 1px 1px #ddd;
	padding: 8px;
}

.index-box {
    margin: 0 auto;
	text-align: center;
	width: 100%;
	background-color:#d7eadf;
    border-radius: 4px;
    box-shadow:1px 1px 1px #ddd;
	padding: 3px;
}

.surveybutton {
	margin: 13px;
	background-color: #426e6f;
	border-color: #253e3f;
}

.surveybutton:hover {
    background-color:#5d9c9f;
}

.photogalbutton {
	background-color: #426e6f;
	border-color: #253e3f;
}

.pubbox {
	text-decoration: underline;
}

.pubbox:hover {
    cursor: pointer;
	color:#0645AD;
}

.meteorite {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.toggler h5 {
    border-radius:4px;
    margin:5;
    line-height: 1.5em;
	font-size: 18px;
}

.toggler h5:hover {
	cursor:pointer;
	background-color: #ddd;
	border-radius:4px;
}

.toggler p {
	display:none;
    margin: 0;
    padding-bottom: 4px;
	background-color: #f5faf6;
}

.allDocsClose:hover, .allDocsOpen:hover {border:0px;}

.allDocsClose, .allDocsOpen {
    text-decoration: underline;
    cursor: pointer;
    color:blue;
    font-size:1em;
    background-color: #ddd;
    border-radius: 3px;
    padding: 3px 6px;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
}

#greencolor {
	color: #336143;
	font-weight: bold;
	font-size: 18px;
}

.SEGSA {
	width: 100%;
	height: 200px;
}

h2:target {
    padding-top: 60px;
    margin-top: -60px;
}

#meteoritemap {
	display: block;
	margin-left: auto;
	margin-right: auto;
    width:80%;
    height:400px;
    background-color:white;
}

#locationmap {
	display: block;
	margin-left: auto;
	margin-right: auto;
    width:80%;
    height:400px;
    background-color:white;
}

.location-box {
    background-color:#8fbbbc;
    border-radius: 4px;
    box-shadow:1px 1px 1px #ddd;
	width: 40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.locationlink {
	text-decoration: none;
}

.locationlink:hover {
	color: white;
	text-decoration: none;
}

#directions {
	background-color: #eff5f6;
}

#directions td {
	padding: 3px;
}

#survey-logo{
    height:75px;
    width:auto;
    position: absolute;
    top:10px;
    right:10px
}

@media (max-width: 1090px) {
    #survey-logo {
        display: none;
    }
}

#quadmap {
	display: block;
	margin-left: auto;
	margin-right: auto;
    width:100%;
    height:400px;
    background-color:white;
}

#meteoriteTable {
	margin-left: auto;
	margin-right: auto;
}

#meteoriteTable th {
	background-color: #8fbbbc;
	padding: 3px 10px 3px 10px;
}

#meteoriteTable td {
	background-color: #eff5f6;
	padding: 3px 10px 3px 10px;
}

.prepare {
	background-color: #eff5f6;
}

.fullwidth {
	width: 100%;
}

.fullheight {
	height: 100%;
}

.halfwidth {
	width: 50%;
}

#pub-map {
	display: block;
	margin-left: auto;
	margin-right: auto;
    width:95%;
    height:500px;
    background-color:white;
}

/*Image Swipe Tool*/
* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 500px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #0a0869;
  opacity: 0.7;
  border-radius: 50%;
}</pre></body></html>