/*
njskylands bs theme
*/
/*  BASE - base styles, variables, mixins, etc. */
/*Variables*/
/*Fonts*/
/*Background colors*/
/*Media queries*/
/* Extra Small Devices, Phones 
@media (min-width: @screen-xs-min) { ... }
  @media only screen and (min-width : 480px) { ... }*/
/* Small devices (tablets, 768px and up) 
@media (min-width: @screen-sm-min) { ... }*/
/* Medium devices (desktops, 992px and up) 
@media (min-width: @screen-md-min) { ... }*/
/* Large devices (large desktops, 1200px and up) 
@media (min-width: @screen-lg-min) { ... }*/
 /* Non mobile first: Extra Small Devices, Phones  
    @media only screen and (max-width : 480px) {

    }*/
/* Custom, iPhone Retina 
@media only screen and (max-width : 320px) {
    
}*/
/*Normalize*/
h1, h2, h3, h4, h5 {
  margin-top: 0; }

.page-header {
  margin-top: 30px; }

/*Base styles*/
body {
  font-family: "minion-pro", serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #000000; }

a {
  color: #006699; }

a:link {
  font-size: 100%;
  color: #006699;
  text-decoration: none;
  font-weight: bold; }

a:visited {
  color: #006699;
  text-decoration: none; }

a:hover {
  /* background-color: $link-color;*/
  color: #006600;
  text-decoration: underline; }

a:active {
  text-decoration: none; }

a #here {
  border-left-color: #fff;
  background-color: transparent;
  color: #660000; }

ul, li {
  list-style: none; }

/*  MODULES - site components */
/*           Font Smoothing      */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/*           Typography          */
/*Defaults: h1 36px; h2 30px; h3 24px; h4 18px; h5 14px; h6 12px; p margin: 0 0 10px; */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400;
  /*    margin: 30px 0 15px; */ }

h1, .h1 {
  font-weight: bold;
  color: #660000;
  /* default 36px*/ }

h2, .h2 {
  font-weight: bold;
  color: #006600;
  /* default 30px*/ }

h3, .h3 {
  font-family: "adelle-sans", sans-serif;
  font-weight: bold;
  /* default 24px*/ }

h4, .h4 {
  font-family: "adelle-sans", sans-serif;
  /*    default 18px;*/ }

h5, .h5 {
  font-family: "adelle-sans", sans-serif;
  /*    default 14px;*/ }

h6, .h6 {
  /*    default 12px;*/
  font-weight: bold;
  text-transform: uppercase; }

p {
  font-size: 18px; }

li {
  font-family: "adelle-sans", sans-serif; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #999999;
  font-weight: 300;
  line-height: 1; }

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 66%; }

h1 .subtitle {
  display: block;
  font-family: 'Grand Hotel',cursive;
  line-height: 40px;
  margin: 15px 0 30px; }

@media (max-width: 992px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 24px; }

  p {
    font-size: 20px; } }
/*Section styles*/
/*Story*/
.story {
  /*padding-left: 30px;*/ }

/*.story p:first-child {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
} won't work with other elements in front*/
.story .subhead2 {
  font-weight: bold;
  color: #333333; }

.story h2 {
  font-size: 20px;
  font-style: italic;
  text-align: left; }

.story h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: left; }

.story h5 {
  font-weight: bold;
  color: #333333;
  margin-top: 6px;
  margin-bottom: 6px; }

.storypull-quote {
  margin-left: 100px;
  border-left-width: medium;
  border-left-style: inset;
  border-left-color: #FFCC66; }

.storypull-quote p {
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
  line-height: 22px;
  padding-left: 20px;
  color: #660000; }

.storypull {
  background-color: #FFCC66;
  border: thin solid #660000;
  padding: 10px;
  margin: 10px;
  color: #000000;
  line-height: 100%; }

.storypull p {
  font-family: "adelle-sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333; }

.storycaption {
  margin: 0px 25px 0px 25px;
  text-align: left; }

.story .storypull li {
  font-size: 14px;
  margin-bottom: 5px; }

.storymap {
  width: 100%;
  height: 400px; }

.story .pagedate {
  font-weight: bold;
  font-style: italic;
  color: #333333; }

/*comments*/
.comments {
  font-family: "adelle-sans", sans-serif; }

/*image*/
.pull-right {
  margin-left: 15px; }

.pull-left {
  margin-right: 15px; }

.floatright {
  float: right;
  margin: 0 10px 10px 0px;
  padding: 10px; }

.floatleft {
  float: left;
  margin: 0 10px 10px 0px;
  padding: 10px; }

figcaption {
  font-family: "adelle-sans", sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: bold;
  color: #666666;
  margin: 10px 15px 10px 15px; }

@media (max-width: 992px) {
  figcaption {
    font-size: 16px; } }
/*$resources: combine*/
.resource_body {
  vertical-align: top;
  background-color: #CCFFCC;
  border: thin solid #006600;
  margin: 10px;
  padding: 10px; }

/*change to a class*/
/* reformat listings and fix these listing styles 7-3-17 */
.resource_body ul {
  font-size: 100%;
  padding: 0; }

.resource_body li {
  font-family: "minion-pro", serif;
  font-size: 16px;
  margin-top: 12px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0; }

.resource_body li a {
  font-family: "minion-pro", serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0; }

.resource_body p {
  font-size: 16px;
  line-height: 1.5em;
  text-indent: 0pt;
  margin-top: 0px;
  margin-bottom: 6px; }

.resource_body h3 {
  font-family: "minion-pro", serif;
  color: #006600;
  margin-top: .5em;
  margin-bottom: 0; }

.resource_body h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

/* Resource imports right side */
.resource {
  /* vertical-align: top;
   margin-right: 10px;
   padding-right: 10px;*/ }

.resource ul {
  margin-left: 0px;
  padding-left: 0px;
  line-height: 1.2em; }

.resource ul li {
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0;
  margin-top: 10px; }

.resource p {
  font-size: 95%;
  color: #666666;
  text-indent: 0pt;
  margin: 0px; }

.resource h2 {
  font-size: 95%;
  font-weight: bold;
  color: #000000; }

.resource h3 {
  font-family: "minion-pro", serif;
  color: #006600;
  margin-top: .5em;
  margin-bottom: 0; }

.resource h4 {
  font-size: 80%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal; }

/*Info*/
.info p {
  font-size: 16px;
  line-height: 1.2em; }

.info .subhead2 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  color: #333333; }

.info h3 {
  font-size: 16px; }

.info h4 {
  font-size: 18px; }

.listimport {
  font-size: 14px;
  margin-left: 20px;
  margin-right: 40px; }

.listimport p {
  margin-top: 0;
  margin-bottom: 0; }

.listimport h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px; }

.listimport h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 3px;
  color: #777777; }

.img-info {
  margin-top: 10px;
  margin-bottom: 20px; }

@media (max-width: 992px) {
  .info h3 {
    font-size: 24px; }

  .info p {
    font-size: 20px; }

  .listimport {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 40px; }

  .listimport p {
    margin-top: 0;
    margin-bottom: 0; }

  .listimport h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px; }

  .listimport h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 3px;
    color: #777777; } }
/*Event*/
.event p {
  margin-bottom: 0;
  margin-left: 10px; }

.event h2 {
  font-size: 24px;
  text-align: center; }

.event h3 {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 0; }

.event h4 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-left: 10px; }

.pullevent {
  /*background-color: $secondary-color;
  border: 1px dotted $primary-color;
  padding: 5px;
  margin-top: 1em;
  margin-bottom: 1em;*/
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #CCFFCC;
  border: 1px solid #006600;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.highlight {
  font-family: "minion-pro", serif;
  color: #006600;
  font-size: 100%;
  padding-left: 20px; }

@media (max-width: 992px) {
  .event h3 {
    font-size: 18px; }

  .event h4 {
    font-size: 18px; } }
/*Map*/
.map h1 {
  font-size: 30px; }
.map h2 {
  font-size: 24px; }

.mapinfo ul li {
  font-family: "adelle-sans", sans-serif;
  display: inline-block;
  text-align: center;
  padding: 3px;
  margin: 0; }

.mapinfo h4 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px; }

.mapdirectory ul li {
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0;
  margin-top: 10px;
  text-align: left; }

.mapdirectory p {
  font-family: "adelle-sans", sans-serif;
  font-size: 14px; }

.mapdirectory h4 {
  font-size: 14px; }

.navinfo {
  margin-top: 5px;
  margin-bottom: 5px; }

.table {
  display: table;
  /* Allow the centering to work */
  margin: 0 auto; }

.img-map {
  max-width: 100%;
  height: 900px; }

/*Directory*/
.panel-title {
  font-size: 16px; }

/*Table*/
.table h4 {
  font-size: 14px; }

.table caption {
  color: #000000; }

.table .tdfill {
  background-color: #B7F0A7; }

.carousel-story-caption {
  position: relative;
  right: auto;
  top: 10px;
  bottom: 20px;
  left: auto;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  color: #000;
  text-align: left;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/ }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }

/*.carousel-control {
  top:50%;
  width:auto;
  height:1em;
  background:transparent;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}*/
/*.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right  {
  position:static;
  display:block;
  width:auto;
}
.carousel-control .glyphicon-chevron-left:before {
  margin-left:0;
}*/
.carousel-control .control-left,
.carousel-control .control-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .control-left {
  left: 50%; }

.carousel-control .control-right {
  right: 50%; }

/*  LAYOUTS - layot styles */
/*Nav*/
/*NavBar*/
.navbar {
  font-family: "adelle-sans", sans-serif;
  margin: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-color: #e7e7e7;
  min-height: 50px;
  background: #fff; }

.navbar a {
  font-size: 16px;
  padding-bottom: 10px !important;
  padding-top: 20px !important; }

/* Style for the anchor tag within the navbar-brand */
.navbar-brand a {
  font-size: 24px;
  font-weight: bold; }

.navbar-inverse {
  background-color: #006600; }

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  background-color: #CCFFCC; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #FFCC66; }

.dropdown-menu {
  background-color: #FFFFFF; }

.dropdown-menu > li > a {
  padding: 3px 5px;
  line-height: 1; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #006600; }

.navbar-inverse {
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #FFCC66; }

.navbar-inverse .navbar-brand:hover {
  color: #CCFFCC;
  border-bottom: 10px; }

.navbar-inverse .navbar-nav > li > a {
  color: #CCFFCC; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #006600; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #006600; }

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #006600; }

.dropdown-menu > li > a {
  color: #006699; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #FFFFFF; }

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #FFCC66; }

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #FFFFFF; }

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #FFCC66; }

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-bottom-color: #FFFFFF; }

.navbar-search-form {
  padding: 5px 15px;
  margin-top: 0;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

/*OtherNav*/
.nav-tabs > li, .nav-pills > li {
  font-family: "adelle-sans", sans-serif;
  font-size: 16px;
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */ }

@media only screen and (max-width: 480px) {
  .nav-tabs > li, .nav-pills > li {
    font-size: 16px;
    margin: none;
    padding: none;
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    zoom: 1;
    /* hasLayout ie7 trigger */ }

  .nav-tabs > ul {
    margin: none;
    padding: none; } }
/*Header styles*/
.header-main {
  margin-top: 120px !important;
  margin-bottom: 10px;
  border-bottom-width: medium;
  border-color: #006600; }

/*.img-header {
	display: block;
	width: 160px;
	float: left !important;
	margin: 0 auto;
}
*/
/* Small devices (tablets, 768px and up) */
/*@media (min-width: $screen-sm-min) {
	 
	.img-header {
		display: block;
		width: 200px;
	}
	
	
}*/
@media (min-width: 992px) {
  .img-header {
    display: block;
    width: 234px; } }
@media only screen and (max-width: 480px) {
  .header-main {
    margin-top: 60px !important; } }
/*Footer and sticky banner*/
.footer {
  font-family: "adelle-sans", sans-serif;
  background-color: #006600;
  margin-top: 15px;
  margin-bottom: 30px;
  border-top-color: #000000; }
  .footer a {
    color: #FFCC66; }
  .footer a:link {
    color: #FFCC66;
    font-weight: normal; }
  .footer a:visited {
    color: #FFCC66;
    text-decoration: none; }
  .footer a:hover {
    color: #CCFFCC;
    text-decoration: underline; }
  .footer a:active {
    text-decoration: none; }

.footer p {
  font-size: 90%;
  line-height: 1.3em;
  color: #CCFFCC; }

.footer h3 {
  font-size: 16px;
  color: #CCCCCC; }

.footer h5 {
  font-size: 12px;
  color: #CCFFCC; }

.footer-fa {
  color: #CCFFCC; }

.footer-right {
  padding-top: 30px; }

.fa-ul {
  font-family: "adelle-sans", sans-serif;
  font-size: 14px; }

.fa-li {
  font-family: "adelle-sans", sans-serif;
  color: #CCFFCC; }

.img-subscribe {
  display: block;
  width: 100px; }

#mc_embed_signup {
  /*background:#CCFFCC;*/
  clear: left;
  font-size: 12px; }

.email {
  margin-bottom: 5px; }

.stickybanner {
  position: fixed;
  width: 100%;
  bottom: 0;
  /*left: 0;*/
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #006600;
  background-color: #FFFFFF;
  padding: 0; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .stickybanner {
    display: none; }

  .footer {
    margin-bottom: 0; }

  .footer-right {
    padding-top: 0; }

  .img-subscribe {
    display: block;
    width: 150px; } }
@media (min-width: 992px) {
  .img-subscribe {
    display: block;
    width: 200px; } }
/*content layout*/
.col-left {
  padding-top: 15px; }

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .col-left {
    display: none; }

  .comments {
    display: none; }

  .resource_body {
    margin: 0px;
    padding: 5px; } }
