@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400");
html, body, #Form {
  height: 100%;
}
body {
  font-family: "Roboto", sans-serif !important;
}

ol {
  list-style-position: outside;
}
ol li {
  font-size: 1.6rem;
  margin-left: 18px;
}
.scc-strip a:focus {
  color: transparent !important;
}
#loginDnnitems {
  display: none;
}
.mobile {
  display: none;
}
.scco-logo-mobile {
  display: none;
}

a, a:link, a:visited, a:active {text-decoration:underline; color: #337ab7;}

a:hover {text-decoration:none;}

.scc-strip a, .scc-strip a:link, .scc-strip a:visited, .scc-strip a:active  {text-decoration:none;}
.nav-item a, .nav-item a:link, .nav-item a:visited, .nav-item a:active { text-decoration:none; color: #0D397C;}
.nav-item a:hover {text-decoration:underline;}

.scco-info-links a, .scco-info-links a:link, .scco-info-links a:visited, .scco-info-links a:active  {text-decoration:none;}
.scco-info-links a:hover { color: #337ab7!important;}

.page-content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* height: 52vh; */
  height: calc(100% - 578px); /* calc for fixing footer at bottom 
 */
}
.fix-width {
  max-width: 1300px;
  margin: 0 auto;
}
/*** blue banner on top of site ***/
.scc-strip {
  background: #1c4e69;
  color: #d4bfa0;
  padding: .3rem;
  font-size: 1.6rem;
}
.scc-strip-seal {
  width: 40px;
  font-size: 2rem;
}
.countySC {
  font-size: 2rem;
  position: relative;
  top: 3px; /*left: 46px; top: 12px;*/
  color: #d4bfa0;
}
.scco a:focus {
  color: #ffffff !important;
}
header {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 4px solid #97cc00;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
  display: -webkit-box;
  /*display: -ms-flexbox;*/
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .fa {
  color: #ddd;
  font-size: 3rem;
  margin-top: 10px;
}
.nav-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2rem;
  margin: 0px;
  min-width: 100px;
  width: 6%;
  text-align: center;
  line-height: 1.6rem;
}
.nav-item:nth-child(6) i {
  position: relative;
  top: 5px;
}
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
}
nav a {
  padding: 1rem;
  color: #333;
  font-size: 1.8rem;
  line-height: 2rem;
}
.scco-logo {
  position: relative;
  /* left: 40px; */
  background: #fff;
  margin-bottom: -70px;
  border-radius: 100%;
  border-bottom: 2px solid #eee;
  width: 280px; /*220px;*/
  min-width: 220px;
}
.scco-logo-mobile {
  position: relative;
  left: 40px;
  background: #fff;
  margin-bottom: -70px;
  border-radius: 100%;
  border-bottom: 2px solid #eee;
  width: 200px;
  min-width: 200px;
}
.scco-logo img {
  display: block;
  margin: 0 auto;
  /*width: 140px;*/
  width: 180px;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
footer {
  -webkit-box-shadow: inset 0px 0px 7px -2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 7px -2px rgba(0, 0, 0, 0.5);
  padding: 1px;
  /* margin-top: -350px; */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* background: #f5f3f0; */
  background: #050F0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 /* position: fixed;
  bottom: 0px;
  width: 100%;*/
}

.footer-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer h2 {
	font-size: 1.8rem !important;
	color:#aed5ea!important;
	font-weight: normal!important;
}

footer p {
	color: #9acae4!important;
}

footer a, footer a:link, footer a:visited, footer a:active {
	color: #9acae4!important;
}

footer a:hover { 
	color: #337ab7!important;
}

main p, main ul li {
  font-size: 1.6rem;
  /*line-height: 30px;*/
}
.homeintrotext {
    line-height: 3rem;
	font-size: 2rem;
}
#apply-license-form {
  display: flex;
}
p.require-info {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
p.require-info:empty {
  padding: 0;
  border: none;
}
#parcel-info {
  border-top: 4px solid #97cc00;
  margin: 10px 0 0 10px;
  padding: 0.75rem 1.25rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
}
#parcel-info:empty {
  box-shadow: none;
  border: none;
  padding: 0;
}
#menu-btn, .scco {
  display: none;
}

.info-link h2 {
	font-size: 4.4rem !important;
	display: block;
  padding: 2rem;
 
  white-space: nowrap;
	text-align:center;
}

.info-link h2 {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin: 0;
	text-align: center;
	display: block;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0px 0px 7px -2px rgba(0, 0, 0, .5);
	box-shadow: inset 0px 0px 7px -2px rgba(0, 0, 0, .5);
	font-weight: normal!important;
}
	
.info-link h2 a {
  font-size: 4.4rem!important;
  font-weight: normal!important;
}
.scco-info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
}
.scco-info-links .ui-sortable {}
img .thumbnail {
  width: 300px;
  height: 168px;
}
.scco-info-links {
  margin-bottom: 30px;
}
.thumbnailLink img {
  margin-left: auto !important;
  margin-right: auto !important;
}
.featDirTile h2 {
  text-align: center;
}
/*h2, h2 input, h2 a, h2 a:visited { ****************
  font-size: 1.8rem !important;
}/*/
h3 {
  font-size: 1.8rem !important;
  color: #1c4e69 !important;
  margin-top: 10px;
  margin-bottom: 5px;
}
main {
  padding-left: 20px;
  padding-right: 20px;
}
#dnn_InfoLink1 {
  width: 100%;
}
#dnn_ContentPane {
  position: relative;
}
#footerwrapper {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.leftcontent {
  width: 46%;
  float: left;
}
.rightcontent {
  width: 46%;
  float: right;
}
.featured {
  width: 300px;
}
.floatright {
  float: right;
  margin-left: 10px;
}

.caminoheader {
	text-align: center;
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 15px;
    color: #1c4e69!important;
}

.caminoheader2 {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 15px;
    color: #006600!important;
}



	
/*html { height: 100%; }
body {
    min-height:100%; 
    position:relative; 
    padding-bottom: 200px;
}
footer { 
    position: absolute; 
    left: 0 ; right: 0; bottom: 0; 
    height:200px; 
}*/



@media (max-width: 812px) {
  h1 {
    text-align: center;
    margin-top: 0px;
  }
  .featured {
    max-width: 300px;
  }
  .scco-info-links {
    display: block;
    height: auto;
  }
  .info-link h2 a {
    /*padding: 2rem 0;*/
  }
  .mobileheader {
    display: block;
  }
  .scco-logo-mobile {
    display: block;
  }
  header {
    display: none;
    position: absolute;
    top: 60px;
  }
  header .fa {
    display: none;
  }
  nav {
    flex-direction: column;
    width: 100%;
  }
  .nav-item {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #97cc00;
  }
  .info-link h2 a {
    padding: 1rem 0;
    /*font-size: 3rem !important;*/
  }
  nav a {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 1.8rem;
    position: relative;
  }
  nav .scco-logo {
    display: none;
  }
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #menu-btn {
    display: block;
    font-size: 4rem;
  }
  #menu-btn:hover {
    color: #fdfdfd;
    cursor: pointer;
  }
  .scc-strip {
    display: flex;
    height: 60px;
    padding: .6rem;
  }
  .scc-strip > div {
    flex: 1;
  }
  .scco {
    display: inline;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    top: 3px;
    /*margin-left: auto;
    margin-right: auto;
    display: block;*/
  }
  .scco img {
    margin-left: 5px;
  }
  .scc-strip i {
    margin-top: 5px;
  }
  .scco a {
    font-size: 2rem;
    color: #97cc00;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
  #sccolabel {
    float: right;
    line-height: 2rem;
    position: relative;
    top: -1px;
    left: -10px;
    font-size: 2.6rem;
  }
  .countySC {
    display: none;
  }
  .sclabel {
    color: #ffffff;
    font-size: 1.8rem;
    position: relative;
    left: 2px;
  }
  #NewsPane, #EventsPane {
    display: none;
  }
  #HoursPane, #LocationPane {
    padding-left: 10px;
    padding-right: 10px;
  }
  /** new mobile fixes mayneed to change width for breakpoint  ***/
  .scc-strip-seal {
    width: 48px;
  }
  img {
    max-width: 100%;
  }
  #footerwrapper {
    display: block
  }
  .footer-item {
    display: block;
  }
	
 .page-content-items {

  	/* height: 52vh; */ /* calc for fixing footer at bottom  */
 	 height: calc(100% - 372px); 
	  
  }
	
  .info-link h2 a {
    font-size: 3rem!important;
   }
	
  .info-link h2 {
    font-size: 3.3rem!important;
  }
	
	
.caminoheader {

    font-size: 2.6rem;
	}
	
}
/*******end 812 ****************************/
@media (max-width: 414px) {
  #sccolabel {
    font-size: 2.8rem;
  }
  .scco a {
    width: auto;
  }
  h1 {
    font-size: 3rem;
  }
  .featured {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
	
  .caminoheader {

    font-size: 2rem;
	}
	
}
@media (max-width: 375px) {
  #sccolabel {
    font-size: 2.4rem;
    top: 1px;
  }
}
@media (max-width: 360px) {
  #sccolabel {
    font-size: 2.2rem;
    top: 1px;
  }
}
@media (max-width: 320px) {
  #sccolabel {
    font-size: 1.8rem;
    top: 2px;
    left: -7px;
  }
}
@media (max-width: 280px) {
  #sccolabel {
    white-space: normal;
    max-width: 100px;
    top: -20px;
    left: -34px;
    font-size: 2.4rem;
    line-height: 2.2rem;
  }
  .sclabel {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .leftcontent, .rightcontent {
    width: 90%;
    float: none;
  }
}

/*html, body {
  height: 100%;
  margin: 0;
}

.page-content-items {
	min-height: 100%;
}

main {
	padding: 20px;
  	padding-bottom: 50px;
}

footer {    
    height:200px; 
	margin-top: -200px;
}


html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.page-content-items {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}

*/

/*


body {
    min-height:100%; 
    position:relative; 
    padding-bottom: 200px;
}
footer { 
    position: absolute; 
    left: 0 ; right: 0; bottom: 0; 
    height:200px; 
}*/