@charset "utf-8";

/* CSS Document */

@font-face {
	font-family: sitka;
	src: url(sitka.ttc);	
}

@media (max-width: 767px) {

.hidden-xs {
    display: none !important;
}
	
.nameplate {
	visibility: hidden;
	display: none;
}

.sledtext {
    visibility: visible;
    display: inherit;
    font-size: 25px;
    font-family: sitka;
    font-style: normal;
    font-weight: 400;
	}
}

/*BELOW is the top banner css*/

body {
  margin: 0;
  font-family: sitka;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.jumbotron {
	padding-top: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0rem;
	border-radius: 0.3rem;
	background-image: url(../images/headertest.jpg);
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-inner {
	background-color: #dcdcde;
}

.maininfo {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 1rem;
    padding-bottom: 1rem;
}
.headlines {
}

.topbar {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* ABOVE is the top banner css */

/* BELOW is NAV css */
.bg-light {
    background-color:#000;
    background-image: -webkit-linear-gradient(270deg,rgba(132,133,136,1.00) 0%,rgba(52,52,55,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(132,133,136,1.00) 0%,rgba(52,52,55,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(132,133,136,1.00) 0%,rgba(52,52,55,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(132,133,136,1.00) 0%,rgba(52,52,55,1.00) 100%);
    margin-bottom: 1rem;
}

/*ACTIVE nav btn*/
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #EEEEEE;
}

/*NON-ACTIVE nav btns*/
.navbar-light .navbar-nav .nav-link {
    color: #EEEEEE;
}

/*Nav ROLLOVER color*/
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #002E5D;
    background-color: #EEEEEE;
    /* [disabled]border-bottom-left-radius: 35px; */
    /* [disabled]border-bottom-right-radius: 35px; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nav-link {
	width: 130px;
	text-align: center;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}

/* ABOVE is NAV css */


/*Below is Search BTN*/

.btn-outline-success:hover {
  color: #fff;
  background-color: #0056b3;;
  border-color: rgba(0, 123, 255, 0.5);
}
.btn-outline-success {
  color: #fff;
  background-color: #007bff;
  border-color: rgba(0, 123, 255, 0.5);
}

/* ABOVE is Search BTN */


.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #4A4A56;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #EEEEEE;
    text-decoration: none;
    background-color: #4A4A56;
}
.CWPbtn {
    display: block;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    border: medium solid #000000;
}
.bg-grey {
    background-color: #dcdcde;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.BlueLine {
	background-image: url(../images/mainPage/BlueLine.png);
	min-width: 5px;
	min-height: 6px;
	max-width: 100%;

}
.flagback {
	background-color: #111542;
}
.contactmax {
	max-width: 486px;
}

.footer {
    padding: 10px 15px;
    background-color: #848588;
    background-image: -webkit-linear-gradient(270deg,rgba(132,133,136,1.00) 0%,rgba(52,52,55,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(132,133,136,1.00) 0%,rgba(52,52,55,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(132,133,136,1.00) 0%,rgba(52,52,55,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(132,133,136,1.00) 0%,rgba(52,52,55,1.00) 100%);
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    color: #FFFFFF;
    text-align: center;
}
.gray {
	background-color: #EEEEEE;
}
.chiefpage {
    float: left;
    display: inherit;
}
.history {
	min-height: 315px;
}
 /* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;

}

#sidebar {
    width: 210px;
    position: fixed;
    top: 30%;
    height: auto;
    z-index: 999;
    background: #848588;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    right: 0%;
    transform-origin: bottom left;
    overflow-y: auto;
}

.sidebarbutton {
    right: 0%;
    position: fixed;
    top: 26%;
    z-index: 1000;
    transition: all 0.3s;
}

#sidebar.active {
    margin-right: -210px;
}

#sidebar .sidebar-header {
   padding: 10px;
    background: #848588;
    height: 60px;
}
#sidebar .sidebar-header a {
 text-decoration: none;
	color: #FFFFFF;
}
#sidebar .sidebar-header a:hover {
 text-decoration: none;
	color: #000;
}


#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	color: #fff
}
#sidebar ul li a:hover {
    color: #000;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #848588;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */


#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1580px) {
#sidebar {
    width: 210px;
    position: fixed;
    top: 20%;
    height: auto;
    z-index: 999;
    background: #848588;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    right: 0%;
    transform-origin: bottom left;
    overflow-y: auto;
}
.sidebarbutton {
    right: 0%;
    position: fixed;
    top: 15%;
	z-index: 1000;
	 transition: all 0.3s;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 5px;
    font-size: 1em;
    display: block;
	color: #fff
}
#sidebar ul li a:hover {
    color: #000;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #848588;
}
	#sidebar {
        margin-right: -210px;
    }
    #sidebar.active {
        margin-right: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
}
#TopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #555;
  color: white;
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#TopBtn:hover {
	  background-color: #dcdcde; /* Set a background color */
  color: #000; /* Text color */

}


/*	Begining of Reginal Map */
.iframemap {
	border: none;
	width: 100%;
	height: 612px;
	background-color: #dcdcde;
}
#mapbody{
	background-color: #dcdcde;
}
#map {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
#midlands:hover, circle:hover {
  stroke: #fff !important;
  stroke-width:1px;
  stroke-linejoin: round;
  fill: #098268 !important;
  cursor: pointer;
}
#peedee:hover, circle:hover {
  stroke: #fff !important;
  stroke-width:1px;
  stroke-linejoin: round;
  fill: #098268 !important;
  cursor: pointer;
}
#lowcountry:hover, circle:hover {
  stroke: #fff !important;
  stroke-width:1px;
  stroke-linejoin: round;
  fill: #098268 !important;
  cursor: pointer;
}
#piedmont:hover, circle:hover {
  stroke: #fff !important;
  stroke-width:1px;
  stroke-linejoin: round;
  fill: #098268 !important;
  cursor: pointer;
}
#info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #ffffff;
    border: 2px solid #098268;
    border-radius: 5px;
    padding: 5px;
    font-family: sitka;
}
/*	END of Reginal Map */	
/* GOOGLE MAP*/
.googlemap {
	min-height: 450px;
	min-width: 1000px;
	
}
.footerlinktext{
	color: #ffffff;	
}

.tilegallery {
	clear: both;
	display: inline-block;
	width: 100%;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}

@media (min-1350px) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 1199.98px) {

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #002E5D;
    background-color: #EEEEEE;
    /* [disabled]border-bottom-left-radius: 35px; */
    /* [disabled]border-bottom-right-radius: 35px; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
	
}

@media (min-width: 992px) {

	
	.tiles {
	width: 30%;
	text-align: center;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
}

.cards {
	width: 100%;
	height: 100%;
	max-width: 360px;
	max-height: 140px;
}
	
.maintiles {
  float: left;
  width: 16%;
  padding: 5px;
}	
	
}

@media (max-width: 991px) {
	
.tiles {
	width: 46%;
	text-align: center;
	float: left;
	margin-top: 35px;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
}

.cards {
	width: 100%;
	height: 100%;
	max-width: 360px;
	max-height: 140px;
}

.maintiles {
	width: 50%;
	text-align: center;
	padding: 5px;
	}
}
@media (max-width: 576.98px) {
	
.tiles {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
}

.cards {
	width: 100%;
	height: 100%;
	max-width: 360px;
	max-height: 140px;
}
.maintiles {
	width: 50%;
	text-align: center;
	margin: auto;
	}
}

.accordionFAQ {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.activeFAQ, .accordionFAQ:hover {
  background-color: #ccc;
}

.accordionFAQ:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activeFAQ:after {
  content: "\2212";
}

.panelFAQ {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.footercol {
   -moz-hyphens:auto;
   -ms-hyphens:auto;
   -webkit-hyphens:auto;
   hyphens:auto;
   word-wrap:break-word;
}
.red {
	color:#FF0004;
}
.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-control-next-icon {
	z-index: 1;
}
.carousel-control-prev-icon{
	z-index: 2;
}


