/*
njskylands bs theme
*/
/*  BASE - base styles, variables, mixins, etc. */
/*Variables*/
/*Fonts*/
/*Background colors*/
/*Media queries*/
/* 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) { ... }*/
/*Normalize*/
/* line 3, scss/base/_normalize.scss */
h1, h2, h3, h4, h5 {
  margin-top: 0;
}

/* line 7, scss/base/_normalize.scss */
.page-header {
  margin-top: 30px;
}

/*Base styles*/
/* line 2, scss/base/_base.scss */
body {
  font-family: "minion-pro", serif;
  font-size: 16px;
  line-height: 1.6em;
  color: black;
}

/* line 9, scss/base/_base.scss */
a {
  color: #006699;
}

/* line 12, scss/base/_base.scss */
a:link {
  font-size: 100%;
  color: #006699;
  text-decoration: none;
  font-weight: bold;
}

/* line 18, scss/base/_base.scss */
a:visited {
  color: #006699;
  text-decoration: none;
}

/* line 22, scss/base/_base.scss */
a:hover {
  /* background-color: $link-color;*/
  color: #006600;
  text-decoration: underline;
}

/* line 27, scss/base/_base.scss */
a:active {
  text-decoration: none;
}

/* line 30, scss/base/_base.scss */
a #here {
  border-left-color: #fff;
  background-color: transparent;
  color: #660000;
}

/* line 36, scss/base/_base.scss */
ul, li {
  list-style: none;
}

/*  MODULES - site components */
/*           Font Smoothing      */
/* line 3, scss/modules/_typography.scss */
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; */
/* line 11, scss/modules/_typography.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400;
  /*    margin: 30px 0 15px; */
}

/* line 16, scss/modules/_typography.scss */
h1, .h1 {
  font-weight: bold;
  color: #660000;
  /* default 36px*/
}

/* line 21, scss/modules/_typography.scss */
h2, .h2 {
  font-weight: bold;
  color: #006600;
  /* default 30px*/
}

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

/* line 31, scss/modules/_typography.scss */
h4, .h4 {
  font-family: "adelle-sans", sans-serif;
  /*    default 18px;*/
}

/* line 35, scss/modules/_typography.scss */
h5, .h5 {
  font-family: "adelle-sans", sans-serif;
  /*    default 14px;*/
}

/* line 39, scss/modules/_typography.scss */
h6, .h6 {
  /*    default 12px;*/
  font-weight: bold;
  text-transform: uppercase;
}

/* line 44, scss/modules/_typography.scss */
p {
  font-size: 18px;
}

/* line 47, scss/modules/_typography.scss */
li {
  font-family: "adelle-sans", sans-serif;
}

/* line 50, scss/modules/_typography.scss */
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;
}

/* line 55, scss/modules/_typography.scss */
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 66%;
}

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

@media (max-width: 768px) {
  /* line 65, scss/modules/_typography.scss */
  h1 {
    font-size: 30px;
  }

  /* line 68, scss/modules/_typography.scss */
  h2 {
    font-size: 24px;
  }
}
/*Section styles*/
/*Story*/
/* line 4, scss/modules/_sections.scss */
.story {
  /*padding-left: 30px;*/
}

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

/* line 22, scss/modules/_sections.scss */
.story h2 {
  font-size: 20px;
  font-style: italic;
  text-align: left;
}

/* line 27, scss/modules/_sections.scss */
.story h5 {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 12px;
}

/* line 32, scss/modules/_sections.scss */
.storypull {
  background-color: #FFCC66;
  border: thin solid #660000;
  padding: 10px;
  margin: 10px;
  color: #000000;
  line-height: 100%;
}

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

/* line 47, scss/modules/_sections.scss */
.storycaption {
  margin: 0px 25px 0px 25px;
  text-align: left;
}

/* line 52, scss/modules/_sections.scss */
.story .storypull li {
  font-size: 14px;
  margin-bottom: 5px;
}

/* line 56, scss/modules/_sections.scss */
.storymap {
  width: 100%;
  height: 400px;
}

/*comments*/
/* line 62, scss/modules/_sections.scss */
.comments {
  font-family: "adelle-sans", sans-serif;
}

/*image*/
/* line 67, scss/modules/_sections.scss */
.pull-right {
  margin-left: 15px;
}

/* line 70, scss/modules/_sections.scss */
.pull-left {
  margin-right: 15px;
}

/* line 73, scss/modules/_sections.scss */
.floatright {
  float: right;
  margin: 0 10px 10px 0px;
  padding: 10px;
}

/* line 78, scss/modules/_sections.scss */
.floatleft {
  float: left;
  margin: 0 10px 10px 0px;
  padding: 10px;
}

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

/*$resources: combine*/
/* line 95, scss/modules/_sections.scss */
#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 */
/* line 105, scss/modules/_sections.scss */
#resource_body ul {
  font-size: 90%;
  padding: 0;
}

/* line 109, scss/modules/_sections.scss */
#resource_body li {
  font-family: "minion-pro", serif;
  margin-top: 12px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

/* line 116, scss/modules/_sections.scss */
#resource_body p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  text-indent: 0pt;
  margin-top: 0px;
  margin-bottom: 6px;
}

/* line 124, scss/modules/_sections.scss */
#resource_body h3 {
  font-family: "minion-pro", serif;
  color: #006600;
  margin-top: .5em;
  margin-bottom: 0;
}

/* line 130, scss/modules/_sections.scss */
#resource_body h4 {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* Resource imports right side */
/* line 139, scss/modules/_sections.scss */
.resource {
  /* vertical-align: top;
   margin-right: 10px;
   padding-right: 10px;*/
}

/* line 144, scss/modules/_sections.scss */
.resource ul {
  margin-left: 0px;
  padding-left: 0px;
  line-height: 1.2em;
}

/* line 149, scss/modules/_sections.scss */
.resource li a {
  font-family: "adelle-sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin-left: 0;
}

/* line 155, scss/modules/_sections.scss */
.resource p {
  font-size: 95%;
  color: #666666;
  text-indent: 0pt;
  margin: 0px;
}

/* line 161, scss/modules/_sections.scss */
.resource h2 {
  font-size: 95%;
  font-weight: bold;
  color: #000000;
}

/* line 166, scss/modules/_sections.scss */
.resource h3 {
  font-family: "minion-pro", serif;
  color: #006600;
  margin-top: .5em;
  margin-bottom: 0;
}

/* line 172, scss/modules/_sections.scss */
.resource h4 {
  font-size: 80%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

/*Info*/
/* line 182, scss/modules/_sections.scss */
.info p {
  font-size: 16px;
  line-height: 1.2em;
}

/* line 186, scss/modules/_sections.scss */
.info .subhead2 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  color: #333333;
}

/* line 192, scss/modules/_sections.scss */
.info h3 {
  font-size: 16px;
}

/* line 195, scss/modules/_sections.scss */
.listimport {
  font-size: 14px;
  margin-left: 20px;
  margin-right: 40px;
}

/* line 200, scss/modules/_sections.scss */
.listimport p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 204, scss/modules/_sections.scss */
.listimport h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

/* line 209, scss/modules/_sections.scss */
.listimport h4 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}

/* line 214, scss/modules/_sections.scss */
.img-info {
  margin-bottom: 20px;
}

/*Event*/
/* line 221, scss/modules/_sections.scss */
.event p {
  line-height: 1.4em;
  margin-bottom: 0;
  margin-left: 10px;
}

/* line 226, scss/modules/_sections.scss */
.event h2 {
  font-size: 24px;
  text-align: center;
}

/* line 230, scss/modules/_sections.scss */
.event h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}

/* line 235, scss/modules/_sections.scss */
.event h4 {
  font-size: 15px;
  font-weight: bold;
  color: #666666;
  margin-top: 3px;
  margin-left: 10px;
}

/* line 242, scss/modules/_sections.scss */
.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);
}

/* line 257, scss/modules/_sections.scss */
.highlight {
  font-family: "minion-pro", serif;
  color: #006600;
  font-size: 100%;
  padding-left: 20px;
}

/*Map*/
/* line 266, scss/modules/_sections.scss */
.map h1 {
  font-size: 30px;
}
/* line 269, scss/modules/_sections.scss */
.map h2 {
  font-size: 24px;
}

/* line 273, scss/modules/_sections.scss */
.mapinfo ul li {
  font-family: "adelle-sans", sans-serif;
  display: inline-block;
  text-align: center;
  padding: 3px;
  margin: 0;
}

/* line 280, scss/modules/_sections.scss */
.mapinfo h4 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}

/* line 285, scss/modules/_sections.scss */
.mapdirectory h4 {
  font-size: 14px;
}

/* line 288, scss/modules/_sections.scss */
.navinfo {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 292, scss/modules/_sections.scss */
.table {
  display: table;
  /* Allow the centering to work */
  margin: 0 auto;
}

/* line 297, scss/modules/_sections.scss */
.img-map {
  max-width: 100%;
  height: 900px;
}

/* line 1, scss/modules/_components.scss */
.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);*/
}

/* line 17, scss/modules/_components.scss */
.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;
}*/
/* line 48, scss/modules/_components.scss */
.carousel-control .control-left,
.carousel-control .control-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 54, scss/modules/_components.scss */
.carousel-control .control-left {
  left: 50%;
}

/* line 57, scss/modules/_components.scss */
.carousel-control .control-right {
  right: 50%;
}

/*  LAYOUTS - layot styles */
/*Nav*/
/*NavBar*/
/* line 3, scss/layouts/_nav.scss */
.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;
}

/* line 12, scss/layouts/_nav.scss */
.navbar a {
  font-size: 14px;
  padding-bottom: 10px !important;
  padding-top: 20px !important;
}

/* line 17, scss/layouts/_nav.scss */
.navbar-brand {
  font-size: 16px;
  font-weight: bold;
}

/* line 21, scss/layouts/_nav.scss */
.navbar-inverse {
  background-color: #006600;
}

/* line 24, scss/layouts/_nav.scss */
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  background-color: #ccffcc;
}

/* line 27, scss/layouts/_nav.scss */
.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;
}

/* line 30, scss/layouts/_nav.scss */
.dropdown-menu {
  background-color: white;
}

/* line 33, scss/layouts/_nav.scss */
.dropdown-menu > li > a {
  padding: 3px 5px;
  line-height: 1;
}

/* line 37, scss/layouts/_nav.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #006600;
}

/* line 40, scss/layouts/_nav.scss */
.navbar-inverse {
  border-color: #080808;
}

/* line 43, scss/layouts/_nav.scss */
.navbar-inverse .navbar-brand {
  color: #ffcc66;
}

/* line 46, scss/layouts/_nav.scss */
.navbar-inverse .navbar-brand:hover {
  color: #ccffcc;
  border-bottom: 10px;
}

/* line 50, scss/layouts/_nav.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #ccffcc;
}

/* line 53, scss/layouts/_nav.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #006600;
}

/* line 56, scss/layouts/_nav.scss */
.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;
}

/* line 59, scss/layouts/_nav.scss */
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #006600;
}

/* line 62, scss/layouts/_nav.scss */
.dropdown-menu > li > a {
  color: #006699;
}

/* line 65, scss/layouts/_nav.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #FFFFFF;
}

/* line 66, scss/layouts/_nav.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffcc66;
}

/* line 67, scss/layouts/_nav.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #FFFFFF;
}

/* line 68, scss/layouts/_nav.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #ffcc66;
}

/* line 69, scss/layouts/_nav.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-bottom-color: #FFFFFF;
}

/* line 71, scss/layouts/_nav.scss */
.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*/
/* line 84, scss/layouts/_nav.scss */
.nav-tabs > li, .nav-pills > li {
  font-family: "adelle-sans", sans-serif;
  font-size: 14px;
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}

/*Header styles*/
/* line 2, scss/layouts/_header.scss */
.header-main {
  margin-top: 60px;
  margin-bottom: 10px;
  border-bottom-width: medium;
  border-color: #006600;
}

/* line 8, scss/layouts/_header.scss */
.img-header {
  display: block;
  width: 100px;
  margin: 0 auto;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* line 17, scss/layouts/_header.scss */
  .img-header {
    display: block;
    width: 200px;
  }
}
@media (min-width: 992px) {
  /* line 24, scss/layouts/_header.scss */
  .img-header {
    display: block;
    width: 234px;
  }
}
/*Footer and sticky banner*/
/* line 2, scss/layouts/_footer.scss */
.footer {
  font-family: "adelle-sans", sans-serif;
  background-color: #006600;
  margin-top: 15px;
  margin-bottom: 30px;
  border-top-color: #000000;
}
/* line 9, scss/layouts/_footer.scss */
.footer a {
  color: #ffcc66;
}
/* line 12, scss/layouts/_footer.scss */
.footer a:link {
  color: #ffcc66;
  font-weight: normal;
}
/* line 16, scss/layouts/_footer.scss */
.footer a:visited {
  color: #ffcc66;
  text-decoration: none;
}
/* line 20, scss/layouts/_footer.scss */
.footer a:hover {
  color: #ccffcc;
  text-decoration: underline;
}
/* line 24, scss/layouts/_footer.scss */
.footer a:active {
  text-decoration: none;
}

/* line 29, scss/layouts/_footer.scss */
.footer p {
  font-size: 90%;
  line-height: 1.3em;
  color: #ccffcc;
}

/* line 34, scss/layouts/_footer.scss */
.footer h3 {
  font-size: 16px;
  color: #CCCCCC;
}

/* line 38, scss/layouts/_footer.scss */
.footer h5 {
  font-size: 12px;
  color: #ccffcc;
}

/* line 42, scss/layouts/_footer.scss */
.footer-fa {
  color: #ccffcc;
}

/* line 45, scss/layouts/_footer.scss */
.footer-right {
  padding-top: 30px;
}

/* line 48, scss/layouts/_footer.scss */
.fa-ul {
  font-family: "adelle-sans", sans-serif;
  font-size: 14px;
}

/* line 52, scss/layouts/_footer.scss */
.fa-li {
  font-family: "adelle-sans", sans-serif;
  color: #ccffcc;
}

/* line 56, scss/layouts/_footer.scss */
.img-subscribe {
  display: block;
  width: 100px;
}

/* line 60, scss/layouts/_footer.scss */
#mc_embed_signup {
  /*background:#CCFFCC;*/
  clear: left;
  font-size: 12px;
}

/* line 65, scss/layouts/_footer.scss */
.email {
  margin-bottom: 5px;
}

/* line 68, scss/layouts/_footer.scss */
.stickybanner {
  position: fixed;
  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) {
  /* line 82, scss/layouts/_footer.scss */
  .stickybanner {
    display: none;
  }

  /* line 85, scss/layouts/_footer.scss */
  .footer {
    margin-bottom: 0;
  }

  /* line 88, scss/layouts/_footer.scss */
  .footer-right {
    padding-top: 0;
  }

  /* line 91, scss/layouts/_footer.scss */
  .img-subscribe {
    display: block;
    width: 150px;
  }
}
@media (min-width: 992px) {
  /* line 98, scss/layouts/_footer.scss */
  .img-subscribe {
    display: block;
    width: 200px;
  }
}
/*content layout*/
/* line 3, scss/layouts/_content.scss */
.col-left {
  padding-top: 15px;
}

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

  /* line 11, scss/layouts/_content.scss */
  .comments {
    display: none;
  }
}
