/*----------------------------------------------------------------
	I M P O R T S - everything
---------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*----------------------------------------------------------------
	V A R I A B L E S   &   M I X I N S - base
---------------------------------------------------------------- */
/*--------------------------------------------
	VARIABLES
---------------------------------------------*/
/*--------------------------------------------
	MEDIA QUERIES
---------------------------------------------*/
/*--------------------------------------------
	FUNCTIONS
---------------------------------------------*/
.bg, .bg.alt:before {
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------
	MIXINS
---------------------------------------------*/
/*----------------------------------------------------------------
	H T M L   E L E M E N T S   &   T Y P E - html
---------------------------------------------------------------- */
/*--------------------------------------------
	HTML, BODY & IMG
---------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

@media (max-width: 767px) {
  * html {
    font-size: 93.75%;
  }

  html {
    font-size: 15px;
    line-height: 1.734em;
  }
}
@media (min-width: 768px) {
  * html {
    font-size: 112.5%;
  }

  html {
    font-size: 18px;
    line-height: 1.44444em;
  }
}
body {
  font-family: "Adelle W01 Regular", Helvetica, Arial, serif;
  color: #636d6f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  background-color: #eaf2f8;
}
@media (min-width: 768px) {
  body {
    background-size: 100%;
    background-position: 50% 93%;
    background-image: url('../images/body-bg.jpg?1394998321');
    background-repeat: no-repeat;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2.166em;
}

.not-responsive img {
  width: auto;
  height: auto;
  display: inline;
}

/*--------------------------------------------
	HEADERS
---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Eurostile LT W01 Medium', sans-serif;
  font-weight: normal;
  color: #333333;
}

h1 {
  font-size: 2.38889em;
  line-height: 1.2093em;
  text-transform: capitalize;
  margin-bottom: 0.2em;
}

h2 {
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 1.5em;
  line-height: 1.44444em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.5em;
  line-height: 1.44444em;
  text-transform: capitalize;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.22222em;
  line-height: 1.18182em;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.22222em;
  line-height: 1.18182em;
  margin-bottom: 0.5em;
  color: #bb2b13;
}

h6 {
  font-family: 'Eurostile LT W01 Bold', sans-serif;
}

/*--------------------------------------------
	ELEMENTS - ALL
---------------------------------------------*/
i, em, dfn {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

hr {
  clear: both;
  border: none;
  border-top: 1px dashed #b1b6b7;
  height: 0;
  margin: 1.444em 0;
  padding: 0;
}

a:hover,
* :focus {
  outline: 0;
}

a {
  color: #008bb4;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
a:visited {
  color: #008bb4;
}
a:hover, a:focus {
  color: #bb2b13;
  text-decoration: underline;
}
a:active {
  color: #008bb4;
}

p, ul, ol {
  margin-bottom: 1.444em;
}

ul ul, ul ul ul, ol ol, ol ol ol {
  margin-bottom: 0;
}

ul, ol {
  margin-left: 1em;
}
ul li, ol li {
  margin-left: 1em;
}

ul li {
  list-style: disc;
}

li ul li {
  list-style: circle;
}

li ul li ul li {
  list-style: square;
}

ol li {
  list-style: decimal;
}

li ol li {
  list-style: lower-alpha;
}

li ol li ol li {
  list-style: lower-roman;
}

dl {
  padding: 0;
}

dd {
  margin-left: 2em;
}

blockquote {
  font-family: "Adelle W01 Regular", Helvetica, Arial, serif;
  font-size: 1.38889em;
  line-height: 1.248em;
  font-weight: 300;
  border-left: 2px solid #bb2b13;
  color: #bb2b13;
  margin-bottom: 1.444em;
  padding: 22px;
}
@media (min-width: 768px) {
  blockquote {
    width: 66%;
    margin-left: 4%;
    float: right;
  }
}

/*
cite { 
  text-align: right;
  &:before {
    content: "- ";
  }
}
*/
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

abbr {
  border-bottom: 1px dotted;
}

code, kbd, pre, samp {
  font-family: courier, monospace;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre-wrap;
}

table {
  width: 100%;
  border: none;
  background: white;
  margin-bottom: 2.888em;
  font-size: 0.77778em;
  line-height: 1.85714em;
  color: #333;
}
table caption {
  text-transform: uppercase;
  margin-bottom: 14px;
}
table th {
  background: #008bb4;
  color: white;
  text-transform: uppercase;
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-weight: 700;
  vertical-align: bottom;
  text-align: left;
  padding: 22px 11px;
}
table tr {
  border-bottom: 1px solid #f2f2f2;
}
table tr:nth-last-of-type(1) {
  border-bottom: none;
}
table td {
  font-weight: 600;
  padding: 11px;
}
table td:first-child {
  text-transform: uppercase;
}
table td:last-child {
  padding-right: 11px;
}
table td a.button {
  font-weight: normal;
  font-family: 'Eurostile LT W01 Bold', sans-serif;
  font-size: 14px;
  text-align: center;
}

/*----------------------------------------------------------------
	C O M M O N    C L A S S E S - style
---------------------------------------------------------------- */
/*--------------------------------------------
	LAYOUT - TOP LEVEL
---------------------------------------------*/
.wrapper {
  clear: left;
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 1280px;
    padding-left: 44px;
    padding-right: 44px;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

#content {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin-top: -2px;
  background-color: #f9f9f9;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 768px) {
  #content {
    margin: 200px auto 0;
  }
}
@media (min-width: 768px) {
  #content {
    margin-top: -125px;
  }
}

.page-user #content {
  margin-top: -530px;
}

@media (min-width: 768px) {
  #content .wrapper {
    padding: 0 0 66px;
    width: 88%;
  }
}
@media (min-width: 1050px) {
  #content .wrapper {
    padding: 0 0 88px;
    width: 66%;
  }
}

#content-full-width,
#content-top-full-width {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 0;
  background-color: white;
}
#content-full-width:before, #content-full-width:after,
#content-top-full-width:before,
#content-top-full-width:after {
  content: " ";
  display: table;
}
#content-full-width:after,
#content-top-full-width:after {
  clear: both;
}
#content-full-width,
#content-top-full-width {
  *zoom: 1;
}

.page-node-1 #content-full-width,
.page-node-14 #content-full-width {
  overflow: hidden;
}
.page-node-1 #content-top-full-width,
.page-node-14 #content-top-full-width {
  overflow: hidden;
}

.page-node-40 #content-full-width {
  background-color: transparent;
}

/*--------------------------------------------
	IMAGES
---------------------------------------------*/
.krumo-root img {
  width: auto;
  height: auto;
  margin-top: 0.722em;
}

.ie6nomore-browser-wrapper img,
#ie6nomore-warning img,
.mollom-image-captcha img,
img.file-icon {
  width: auto;
  height: auto;
}

/*--------------------------------------------
	VIDEO
---------------------------------------------*/
.file-video-youtube {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 2em;
}
.file-video-youtube .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 30px; //IE6 workaround */
  height: 0;
  overflow: hidden;
}
.file-video-youtube .media-youtube-video iframe,
.file-video-youtube .media-youtube-video object,
.file-video-youtube .media-youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.file-video-vimeo {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 2em;
}
.file-video-vimeo .media-vimeo-video {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 30px; //IE6 workaround */
  height: 0;
  overflow: hidden;
}
.file-video-vimeo .media-vimeo-video iframe,
.file-video-vimeo .media-vimeo-video object,
.file-video-vimeo .media-vimeo-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------
	FILE ATTACHMENTS
---------------------------------------------*/
.attachment-button .file-icon {
  display: none;
}

.attachment-button {
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 0.77778em;
  line-height: 1.85714em;
  text-transform: uppercase;
  background: #008bb4;
  color: white;
  padding: 12px 16px 11px;
  width: auto;
  border-bottom: 4px solid #0076bd;
  display: inline-block;
  background: #bb2b13;
  border-bottom: 4px solid #99230f;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 1.444em;
}
.attachment-button:hover {
  background: #bb2b13;
  border-bottom: 4px solid #99230f;
  text-decoration: none;
}
.attachment-button.orange {
  background: #bb2b13;
  color: white;
  border-bottom: 4px solid #99230f;
}
.attachment-button.orange:hover {
  background: #008bb4;
  border-bottom: 4px solid #0076bd;
}
.attachment-button:hover {
  cursor: pointer;
  background: #008bb4;
  border-bottom: 4px solid #0076bd;
}
.attachment-button a {
  color: white;
}
.attachment-button a:hover {
  text-decoration: none;
}

/*--------------------------------------------
	DISABLE HOVER
---------------------------------------------*/
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

/*--------------------------------------------
	Lazy Load
---------------------------------------------*/
.lazyfade.lazyload,
.lazyfade.lazyloading {
  opacity: 0;
}

.lazyfade.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

/*--------------------------------------------
	BUTTONS
---------------------------------------------*/
.button {
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 0.77778em;
  line-height: 1.85714em;
  text-transform: uppercase;
  background: #008bb4;
  color: white;
  padding: 12px 16px 11px;
  width: auto;
  border-bottom: 4px solid #0076bd;
  font-family: 'Eurostile LT W01 Bold', sans-serif;
  margin-top: 1.444em;
  display: inline-block;
}
.button:hover {
  background: #bb2b13;
  border-bottom: 4px solid #99230f;
  text-decoration: none;
}
.button.orange {
  background: #bb2b13;
  color: white;
  border-bottom: 4px solid #99230f;
}
.button.orange:hover {
  background: #008bb4;
  border-bottom: 4px solid #0076bd;
}
.button:hover {
  color: white;
}

table .button {
  font-size: 0.77778em;
  line-height: 1.85714em;
  margin-top: 0;
  float: right;
}

/*--------------------------------------------
  BLOCKQUOTE QUOTES
---------------------------------------------*/
.testimonial:before {
  content: open-quote;
}
.testimonial:after {
  content: close-quote;
}

/*--------------------------------------------
	TEXT ALIGN
---------------------------------------------*/
.text-center {
  text-align: center;
}

/*----------------------------------------------------------------
	H E A D E R
---------------------------------------------------------------- */
#header {
  position: relative;
  background: #007ba0;
  height: 88px;
}
#header:before, #header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header {
  *zoom: 1;
}
#header .wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #header {
    height: 132px;
  }
}

#site-name {
  position: absolute;
  left: 22px;
  top: 11px;
}
@media (min-width: 768px) {
  #site-name {
    left: 44px;
    top: 22px;
  }
}
#site-name a {
  display: block;
  text-indent: -999em;
  background: url('../images/logo-white.png?1397000877') no-repeat 0 0;
  background-size: contain;
  width: 98px;
  height: 66px;
}
@media (min-width: 768px) {
  #site-name a {
    width: 131px;
    height: 88px;
  }
}

.tagline {
  display: none;
  font-family: "Adelle W01 Regular", Helvetica, Arial, serif;
  font-weight: bold;
}
.tagline i {
  font-style: normal;
  display: none;
}
@media (min-width: 900px) {
  .tagline i {
    display: inline;
  }
}
@media (min-width: 768px) {
  .tagline {
    color: white;
    display: block;
    position: absolute;
    top: 22px;
    right: 11px;
  }
  .tagline a {
    font-family: 'Eurostile LT W01 Demi', sans-serif;
    color: #bb2b13;
  }
  .tagline a:hover {
    text-decoration: none;
    color: #008bb4;
  }
}
.tagline a.button {
  margin-left: 14px;
  margin-top: 0;
  color: white;
  background: #0093be;
  font-weight: normal;
}
.tagline a:hover.button {
  color: white;
  background: #bb2b13;
}
@media (min-width: 1296px) {
  .tagline {
    right: 0;
  }
}

/*--------------------------------------------
	PRIMARY NAVIGATION
---------------------------------------------*/
/*----------------------------------------------------------------
	N A V I G A T I O N
	primary, secondary and quick links
---------------------------------------------------------------- */
/*--------------------------------------------
	PRIMARY & SECONDARY | ALL
---------------------------------------------*/
.primary-navigation,
.secondary-navigation {
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 0.77778em;
  line-height: 1.85714em;
}

[data-nav="visit"] a:hover,
[data-nav="adventures"] a:hover,
[data-nav="history"] a:hover {
  cursor: default;
}

/*--------------------------------------------
	PRIMARY & SECONDARY | HAND HELD DOWN
---------------------------------------------*/
@media only screen and (max-width: 767px) {
  .primary-navigation {
    /*
        [data-nav="bikes"] a {
          border-top: 1px solid rgba($aqua, 0.5);
        }
    */
    /*
        .logo {
          display: block !important;
          position: absolute;
          left: $spacer/2;
          height: $spacer * 4;
          top: -$spacer * 4.5;
          z-index: 99;
          width: griditem(6);
          a {
            display: block;
            position: absolute;
            top: $spacer/2;
            width: 100%;
            height: $spacer * 4;
            background: black;
            text-indent: -999em;
            background: image-url('scb_logo.png') no-repeat center left;
            @include background-size('contain');
            border: none !important;
          }
        }
    */
  }
  .primary-navigation nav h3 {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    float: right;
    position: absolute;
    top: 22px;
    right: 22px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-indent: -999em;
  }
  .primary-navigation nav h3 span {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    background: #008bb4;
    left: 0;
    top: 0;
    color: white;
    text-align: center;
    font-size: 22px;
    padding-top: 9px;
    cursor: pointer;
    z-index: 101;
    text-indent: 0;
    border-bottom: 4px solid #0076bd;
  }
  .primary-navigation nav h3 span:hover, .primary-navigation nav h3 span:active {
    background: #bb2b13;
    text-decoration: none;
    border-bottom: 4px solid #99230f;
  }
  .primary-navigation ul {
    margin: 0;
    position: relative;
    background: white;
    z-index: 99;
    margin-top: 88px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .primary-navigation li {
    list-style: none;
    border: none;
    margin: 0;
    display: none;
    overflow: hidden;
    z-index: 100;
  }
  .primary-navigation a {
    display: block;
    color: white;
    border-left: 4px solid #0076bd;
    text-transform: uppercase;
    width: 100%;
    padding: 11px 22px;
    font-weight: bold;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 118, 189, 0.5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: #008bb4;
  }
  .primary-navigation a:hover, .primary-navigation a:active {
    background: #bb2b13;
    border-left: 4px solid #99230f;
    text-decoration: none;
  }
  .primary-navigation ol {
    display: none;
    margin: 0;
    background: #008bb4;
  }
  .primary-navigation ol li {
    display: block;
    list-style: disc;
  }
  .primary-navigation ol li a {
    margin-left: 27px;
    padding-left: 22px;
    border-left: 4px solid #0076bd;
  }

  .secondary-navigation {
    display: none;
  }
  .secondary-navigation li ol li {
    list-style: disc;
    color: #dde8e9;
  }
}
/*--------------------------------------------
	PRIMARY & SECONDARY | TABLET UP
---------------------------------------------*/
@media only screen and (min-width: 768px) {
  .primary-navigation {
    /*
      .logo {
        width: 131px;
        height: 88px;
        margin-top: $spacer;
        margin-right: 55%;
        
        
        a {
          display: block;
          position: absolute;
          top: 0;
          width: 100%;
          height: $spacer * 4;
          background: black;
          text-indent: -999em;
          background: image-url('logo-black.png') no-repeat center left;
          @include background-size('contain');
          border: none !important;
        }
      }
    */
  }
  .primary-navigation h3 {
    display: none;
  }
  .primary-navigation ul {
    margin: 0;
    position: absolute;
    right: 0;
    top: 85px;
  }
  .primary-navigation li {
    list-style: none;
    border: none;
    margin: 0;
    margin-left: 1px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .primary-navigation a {
    display: block;
    color: #eaf2f8;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    background: #008bb4;
    padding: 9px 10px 8px;
    border-bottom: 4px solid #0076bd;
  }
  .primary-navigation a:hover, .primary-navigation a.active {
    background: #bb2b13;
    border-bottom: 4px solid #99230f;
  }

  .secondary-navigation {
    display: block;
  }
  .secondary-navigation .menu {
    display: block;
    position: absolute;
    width: 235px;
    z-index: 1001;
    background: #008bb4;
    top: 0;
    right: 0;
    display: none;
  }
  .secondary-navigation ul {
    margin: 0;
  }
  .secondary-navigation li {
    list-style: none;
    border: none;
    margin: 0;
  }
  .secondary-navigation a {
    color: #eaf2f8;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 12px;
    display: block;
  }
  .secondary-navigation a:hover, .secondary-navigation a:active {
    background: #bb2b13;
  }
  .secondary-navigation h3 {
    display: none;
  }

  #visit {
    right: 301px;
  }

  #adventures {
    right: 181px;
  }

  #facilities {
    right: 83px;
  }

  #history {
    right: 0;
  }
}
/*--------------------------------------------
	QUICK LINKS | 
---------------------------------------------*/
.quick-links {
  position: relative;
  z-index: 5;
  float: left;
  width: 100%;
  margin: 0;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .quick-links {
    padding-bottom: 66px;
  }
}
.quick-links li {
  list-style: none;
  border: none;
  margin: 0;
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 0.94444em;
  line-height: 1.52941em;
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  text-transform: uppercase;
  text-align: center;
  float: left;
  border-right: 1px solid #eaf2f8;
  width: 25%;
}
.quick-links li:last-child {
  border-right: none;
}
.quick-links li:first-child {
  -webkit-border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  -ms-border-radius: 8px 0 0 0;
  -o-border-radius: 8px 0 0 0;
  border-radius: 8px 0 0 0;
}
.quick-links li:last-child {
  -webkit-border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -ms-border-radius: 0 8px 0 0;
  -o-border-radius: 0 8px 0 0;
  border-radius: 0 8px 0 0;
}
.quick-links li a {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
}
.quick-links li a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .quick-links li a {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.quick-links span {
  display: block;
  font-size: 29px;
}

.page-user .quick-links,
.page-node-14 .quick-links {
  padding-bottom: 0;
}

/*----------------------------------------------------------------
	S E C O N D A R Y    N A V I G A T I O N
---------------------------------------------------------------- */
/*----------------------------------------------------------------
	M A I N   C O N T E N T
---------------------------------------------------------------- */
/*--------------------------------------------
	LEAD IMAGE
---------------------------------------------*/
#section-lead-image {
  position: relative;
  height: 300px;
  border-bottom: 4px solid white;
}
#section-lead-image:before, #section-lead-image:after {
  content: " ";
  display: table;
}
#section-lead-image:after {
  clear: both;
}
#section-lead-image {
  *zoom: 1;
}
@media (min-width: 768px) {
  #section-lead-image {
    height: 720px;
  }
}

.section-lead-image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #eaf2f8 url('../images/site-section/section-default.jpg?1395187473') no-repeat 50% 60%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-lead-image h1 {
  position: absolute;
  right: 22px;
  top: 230px;
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 1.88889em;
  line-height: 1.52941em;
  color: white;
}
@media (min-width: 1296px) {
  .section-lead-image h1 {
    right: 0;
  }
}
@media (min-width: 768px) {
  .section-lead-image h1 {
    top: 490px;
  }
}

.section-visit .section-lead-image {
  background: #eaf2f8 url('../images/site-section/site-seeing.jpg?1397000849') no-repeat 50% 60%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section-adventures .section-lead-image {
  background: #eaf2f8 url('../images/site-section/section-lead-adventures.jpg?1398796573') no-repeat 50% 60%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section-facilities .section-lead-image {
  background: #eaf2f8 url('../images/site-section/section-default.jpg?1395187473') no-repeat 50% 60%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section-history .section-lead-image {
  background: #eaf2f8 url('../images/site-section/historical-building-flipped.jpg?1398796573') no-repeat 50% 60%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-node-86 .section-lead-image {
  background: #eaf2f8 url('../images/site-section/star-sessions.jpg?1442438052') no-repeat 50% 60%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
historical-building
hiking-alpine
boardwalk
site-seeing
*/
/*
.section-contact {
  .section-lead-image {
    //background: $body_bg image-url('site-section/section-contact.jpg') no-repeat 50% 60%;
    //@include background-size(cover);
  }
}
*/
#content:before, #content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content {
  *zoom: 1;
}

/*--------------------------------------------
	HOME SLIDES
---------------------------------------------*/
/*----------------------------------------------------------------
	H O M E   P A G E
---------------------------------------------------------------- */
.front #content {
  margin-top: -2px;
}
@media (min-width: 768px) {
  .front #content {
    margin-top: -124px;
  }
}

/*--------------------------------------------
	HOME SLIDES
---------------------------------------------*/
ul.slides {
  margin: 0;
}
ul.slides li {
  list-style: none;
  border: none;
  margin: 0;
}

.home-flexslider-panel {
  width: 100%;
  height: 404px;
  background: #eaf2f8;
  border-bottom: 4px solid white;
}
@media (min-width: 768px) {
  .home-flexslider-panel {
    height: 720px;
  }
}

@media (max-width: 768px) {
  .caption-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .caption-wrapper {
    position: relative;
  }
}
@media (min-width: 1324px) {
  .caption-wrapper {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

.right-right .home-caption-box {
  float: right;
}

@media (max-width: 768px) {
  .home-caption-box {
    position: absolute;
    bottom: 22px;
    right: 22px;
    width: 80%;
    text-align: right;
  }
  .home-caption-box a {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-caption-box {
    position: relative;
    top: 360px;
    width: 60%;
    bottom: 0;
    padding: 0 22px;
  }
  .home-caption-box a {
    display: inline-block;
  }
  .home-caption-box.right-right {
    text-align: right;
  }
}
@media (min-width: 1296px) {
  .home-caption-box {
    position: relative;
    top: 390px;
    width: 50%;
    padding: 0;
  }
}
.home-caption-box h1 {
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 1.88889em;
  line-height: 1.14706em;
  color: white;
  text-transform: none;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

/*--------------------------------------------
	TITLES
---------------------------------------------*/
.home-page-titles:before, .home-page-titles:after {
  content: " ";
  display: table;
}
.home-page-titles:after {
  clear: both;
}
.home-page-titles {
  *zoom: 1;
}
.home-page-titles h1 span {
  display: block;
  font-size: 14px;
  font-family: 'Eurostile LT W01 Bold', sans-serif;
  color: #bb2b13;
  text-transform: uppercase;
  margin-bottom: 0.722em;
}

/*--------------------------------------------
	STORY PANELS
---------------------------------------------*/
.story-panel {
  background: white;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  min-height: 480px;
  display: table;
}
.story-panel .meta {
  display: none;
}
.story-panel a.button {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.story-panel h2, .story-panel h3 {
  color: white;
}
.story-panel h3 {
  text-transform: none;
}
.story-panel ul {
  margin: 0;
}
.story-panel li {
  list-style: none;
  border: none;
  margin: 0;
  display: inline;
}
.story-panel li a {
  color: white;
}
@media (min-width: 900px) {
  .story-panel .meta {
    /* .meta { */
    position: absolute;
    z-index: 3;
    top: calc(20% - 22px);
    left: 2%;
    width: 44px;
    height: 44px;
    text-align: center;
    font-family: 'Eurostile LT W01 Bold', sans-serif;
    font-size: 0.77778em;
    line-height: 1.07157em;
    color: #bb2b13;
    text-transform: uppercase;
    margin: 0 auto;
    border: 1px solid white;
    display: inherit;
    -webkit-border-radius: 800px;
    -moz-border-radius: 800px;
    -ms-border-radius: 800px;
    -o-border-radius: 800px;
    border-radius: 800px;
  }
  .story-panel .meta span {
    position: absolute;
    background: #010101;
    top: -17px;
    left: 50.5px;
    padding: 11px;
    width: 144px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .story-panel .meta span:before {
    position: absolute;
    top: calc(50% - 11px);
    left: -44px;
    content: "";
    width: 22px;
    height: 22px;
    background: #008bb4;
    border: 4px solid white;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    -ms-border-radius: 400px;
    -o-border-radius: 400px;
    border-radius: 400px;
  }
  .story-panel .meta span:after {
    position: absolute;
    content: "";
    top: calc(50% - 11px);
    left: -22px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11px 22px 11px 0;
    border-color: transparent #010101 transparent transparent;
  }
  .story-panel .meta:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 1px solid white;
    height: 1100%;
  }
  .story-panel .meta:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -1000%;
    border-left: 1px solid white;
    height: 1000%;
  }
}
.story-panel header {
  position: relative;
  z-index: 1;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  color: white;
  text-align: center;
}
@media (min-width: 900px) {
  .story-panel header {
    width: 80%;
    padding: 132px 10%;
  }
}
.story-panel .bg {
  z-index: 0;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.story-panel:nth-child(2) .meta {
  top: calc(50% - 22px);
}
.story-panel:nth-child(3) .meta {
  top: calc(80% - 22px);
}

.bg {
  background-color: #010101;
  -webkit-transition: all 1260ms ease-in-out;
  -moz-transition: all 1260ms ease-in-out;
  -o-transition: all 1260ms ease-in-out;
  transition: all 1260ms ease-in-out;
  overflow: hidden;
}
.bg.alt:before {
  content: "";
  z-index: 9;
  background-color: #008bb4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  -webkit-transition: all 360ms ease-in-out;
  -moz-transition: all 360ms ease-in-out;
  -o-transition: all 360ms ease-in-out;
  transition: all 360ms ease-in-out;
}

.touch .bg.alt:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=66);
  opacity: 0.66;
}

.no-touch .story-panel:hover .bg {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.no-touch .story-panel:hover .bg:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  background-color: #010101;
}

/*--------------------------------------------
	CONTENT FOOTER CALLOUT
---------------------------------------------*/
#content-footer-callout {
  background: white;
  padding-top: 88px;
  padding-bottom: 154px;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav,
.flexslider ul,
.flexslider li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > .panel {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 0px;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 50%;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 50%;
}

.flexslider .slides {
  margin-right: 1px;
  zoom: 1;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav li {
  list-style: none;
}

.flex-direction-nav a {
  z-index: 10;
  font-family: 'fontello';
  font-size: 34px;
  line-height: 66px;
  text-align: center;
  color: #FFF;
  width: 66px;
  height: 66px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  position: absolute;
  top: 256px;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    top: 400px;
  }
}
@media (min-width: 1296px) {
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    position: absolute;
    top: 450px;
  }
}

.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
  color: white;
}

.flex-direction-nav a:hover.flex-next,
.flex-direction-nav a.flex-next,
.flex-direction-nav a:hover.flex-prev,
.flex-direction-nav a.flex-prev {
  text-decoration: none;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flex-direction-nav .flex-prev:before {
  display: block;
  content: '\e811';
}

.flex-direction-nav .flex-next:before {
  display: block;
  content: '\e80e';
}

.flex-direction-nav a:hover {
  text-decoration: none;
  color: #BB2B13;
}

.flex-control-nav {
  text-align: center;
  position: absolute;
  top: 760px;
  right: 17%;
  z-index: 500;
  display: none;
}

.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  background: #FFF;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  -ms-border-radius: 600px;
  -o-border-radius: 600px;
  border-radius: 600px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-control-paging li a:hover {
  background: #bb2b13;
}

.flex-control-paging li a.flex-active {
  background: #008bb4;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
*/
/*----------------------------------------------------------------
	M A I N   C O N T E N T
---------------------------------------------------------------- */
.page-intro {
  text-align: center;
  margin-bottom: 4.332em;
}
.page-intro h3 {
  text-transform: none;
}

.page-node-14 .page-intro {
  padding-top: 2.5em;
}

.lead-image img {
  border-bottom: 4px solid #008bb4;
}

/*--------------------------------------------
	FEATURE PANELS
---------------------------------------------*/
#feature-panels:before, #feature-panels:after {
  content: " ";
  display: table;
}
#feature-panels:after {
  clear: both;
}
#feature-panels {
  *zoom: 1;
}

.feature-panel {
  position: relative;
  height: 543px;
  width: 100%;
  display: table;
  background: #008bb4;
  color: white;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*
    &.lower-station.lower-station-first {
      background-position: 70% 50%;
    }
    
    &.upper-station.upper-station-first {
      background-position: 0% 50%;
    }
    
    &.upper-station.upper-station-second {
      background-position: 15% 50%;
    }
  */
}
.feature-panel .meta {
  display: none;
}
.feature-panel h2, .feature-panel h3 {
  color: white;
}
.feature-panel h3 {
  text-transform: none;
}
.feature-panel ul {
  margin: 0;
}
.feature-panel li {
  list-style: none;
  border: none;
  margin: 0;
  display: inline-block;
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 1em;
  line-height: 1.44444em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 10px 10px;
}
.feature-panel li span {
  display: block;
  font-size: 1.33333em;
  line-height: 2.16667em;
}
@media (min-width: 900px) {
  .feature-panel .meta {
    /* .meta { */
    position: absolute;
    z-index: 3;
    top: calc(20% - 22px);
    left: 2%;
    width: 44px;
    height: 44px;
    text-align: center;
    font-family: 'Eurostile LT W01 Bold', sans-serif;
    font-size: 0.77778em;
    line-height: 1.07157em;
    color: #bb2b13;
    text-transform: uppercase;
    margin: 0 auto;
    border: 1px solid white;
    display: inherit;
    -webkit-border-radius: 800px;
    -moz-border-radius: 800px;
    -ms-border-radius: 800px;
    -o-border-radius: 800px;
    border-radius: 800px;
  }
  .feature-panel .meta span {
    position: absolute;
    background: #010101;
    top: -17px;
    left: 50.5px;
    padding: 11px;
    width: 144px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .feature-panel .meta span:before {
    position: absolute;
    top: calc(50% - 11px);
    left: -44px;
    content: "";
    width: 22px;
    height: 22px;
    background: #008bb4;
    border: 4px solid white;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    -ms-border-radius: 400px;
    -o-border-radius: 400px;
    border-radius: 400px;
  }
  .feature-panel .meta span:after {
    position: absolute;
    content: "";
    top: calc(50% - 11px);
    left: -22px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11px 22px 11px 0;
    border-color: transparent #010101 transparent transparent;
  }
  .feature-panel .meta:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 1px solid white;
    height: 1100%;
  }
  .feature-panel .meta:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -1000%;
    border-left: 1px solid white;
    height: 1000%;
  }
}
.feature-panel:nth-child(1) .meta span {
  top: -16px;
}
.feature-panel.lower-station:nth-child(2) .meta {
  top: calc(50% - 22px);
}
.feature-panel.lower-station:nth-child(2) .meta span {
  top: -1px;
}
.feature-panel.upper-station:nth-child(2) .meta {
  top: calc(25% - 22px);
}
.feature-panel.upper-station:nth-child(2) .meta span {
  top: -9px;
}
.feature-panel.upper-station:nth-child(3) .meta {
  top: calc(50% - 22px);
}
.feature-panel.upper-station:nth-child(3) .meta span {
  top: -9px;
}
.feature-panel .feature-panel-text {
  position: relative;
  z-index: 1;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  color: white;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 900px) {
  .feature-panel .feature-panel-text {
    width: 80%;
    left: -10%;
    padding: 132px 10%;
  }
}

#below-content {
  text-align: center;
  padding-top: 44px;
  padding-bottom: 44px;
}
#below-content:before, #below-content:after {
  content: " ";
  display: table;
}
#below-content:after {
  clear: both;
}
#below-content {
  *zoom: 1;
}
@media (min-width: 768px) {
  #below-content {
    padding-top: 154px;
    padding-bottom: 154px;
  }
}
#below-content .below-content-logo {
  width: 144px;
  height: auto;
  margin: 0 auto;
}

/*--------------------------------------------
	PACKAGES
---------------------------------------------*/
/*----------------------------------------------------------------
	P A C K A G E S
---------------------------------------------------------------- */
.package-col {
  margin: 0;
}
@media (min-width: 600px) and (max-width: 899px) {
  .package-col {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media (min-width: 900px) {
  .package-col {
    width: 33.33333%;
    margin-left: 0;
    float: left;
    border-right: 1px solid #b1b6b7;
  }
  .package-col:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .package-col:nth-child(3n+3) {
    border-right: none;
  }
  .package-col:nth-of-type(2) {
    margin-top: -110px;
  }
}
.package-col ul {
  margin: 0;
}
.package-col img {
  padding-bottom: 1px;
  border-bottom: 1px dashed #b1b6b7;
  margin-bottom: 0.722em;
}

.package-col1 li,
.package-col2 li,
.package-col3 li {
  list-style: none;
  border: none;
  margin: 0;
}

.package-panel {
  color: white;
  background: #010101 url('../images/logo-overlay-white.png?1396307260') no-repeat 500% 100%;
  background-size: 90%;
  padding: 22px 44px 22px;
  border-bottom: 1px solid #b1b6b7;
  float: left;
}
.package-panel h1 {
  color: white;
  text-transform: none;
}
.package-panel h5 {
  font-family: 'Eurostile LT W01 Bold', sans-serif;
  font-size: 0.77778em;
  line-height: 1.85714em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.package-panel h3 {
  color: white;
}
.package-panel p {
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 0.88889em;
  line-height: 1.37475em;
  margin-bottom: 0;
  padding-bottom: 1.444em;
}
.package-panel span {
  font-family: 'Eurostile LT W01 Bold', sans-serif;
}

.pkg-footer img {
  border-bottom: none;
}

.pkg-button {
  float: right;
}

.pkg-logo {
  padding-top: 22px;
  float: left;
}

/*----------------------------------------------------------------
	F O O T E R
---------------------------------------------------------------- */
#footer {
  background: #008bb4;
  border-top: 4px solid #0076bd;
  text-align: center;
  color: white;
  padding: 88px 22px 44px;
}
@media (min-width: 768px) {
  #footer {
    padding: 88px 44px 44px;
  }
}
#footer ul {
  margin: 0;
  margin-bottom: 2.888em;
}
@media (min-width: 480px) {
  #footer ul {
    margin-bottom: 0;
  }
}
#footer li {
  list-style: none;
  border: none;
  margin: 0;
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 0.77778em;
  line-height: 1.85714em;
  text-transform: uppercase;
  display: block;
  margin-right: 0;
  margin-bottom: 2em;
}
@media (min-width: 480px) {
  #footer li {
    display: inline-block;
    margin-right: 1em;
  }
}
#footer li:nth-last-child(1) {
  margin-right: 0;
}
#footer li a {
  color: white;
}
#footer li a:hover, #footer li a:active {
  color: #CCC;
  text-decoration: none;
}
#footer li span {
  font-size: 25px;
}
#footer li.footer-social {
  display: inline-block;
  margin-top: 1.444em;
  margin-right: 1em;
}
@media (min-width: 480px) {
  #footer li.footer-social {
    margin-top: 0;
  }
}

/*--------------------------------------------
	404 & 403 MENU LIST
---------------------------------------------*/
.page-error-404 h1,
.page-error-403 h1 {
  margin-top: 1.444em;
}

.page-error-404 #menu-overview li,
.page-error-403 #menu-overview li {
  text-transform: uppercase;
  list-style: none;
}
.page-error-404 #menu-overview li ul,
.page-error-403 #menu-overview li ul {
  margin-left: 33px;
  margin-bottom: 1.444em;
}
.page-error-404 #menu-overview li ul li,
.page-error-403 #menu-overview li ul li {
  list-style: none;
  text-transform: capitalize;
}
.page-error-404 #menu-overview li ul li ul,
.page-error-403 #menu-overview li ul li ul {
  display: none;
  margin-bottom: 0;
}

/*--------------------------------------------
	MAINTENANCE PAGE
---------------------------------------------*/
body.maintenance-page {
  background: black;
  color: white;
}
body.maintenance-page #header {
  margin-top: 130px;
}

/*----------------------------------------------------------------
	I M P O R T S -  S I T E   E L E M E N T S
---------------------------------------------------------------- */
/*----------------------------------------------------------------
	B I L L B O A R D
	Testimonials & CTA's
---------------------------------------------------------------- */
/*--------------------------------------------
	BILLBOARD GENERAL
---------------------------------------------*/
#billboard {
  color: white;
  font-family: 'Eurostile LT W01 Medium', sans-serif;
}
#billboard:before, #billboard:after {
  content: " ";
  display: table;
}
#billboard:after {
  clear: both;
}
#billboard {
  *zoom: 1;
}
#billboard ul {
  margin: 0;
}
#billboard li {
  list-style: none;
  border: none;
  margin: 0;
}
@media (max-width: 767px) {
  #billboard li:nth-child(n+2) {
    display: none;
  }
}
#billboard .wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #billboard {
    padding-bottom: 22px;
  }
}

@media (min-width: 768px) {
  .billboard-col {
    width: 33.33333%;
    margin-left: 0;
    float: left;
  }
  .billboard-col:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .billboard-col:nth-of-type(2) {
    margin-top: -88px;
  }
}

.billboard-col2 li:nth-last-child(1) .billboard-cta-text {
  padding: 44px;
}
.billboard-col2 li:nth-last-child(1) .billboard-cta {
  background: #008bb4 url('../images/logo-overlay.png?1395187473') no-repeat 500% 100%;
  background-size: 90%;
  text-align: center;
}
.billboard-col2 li:nth-last-child(1) .billboard-cta h5 {
  color: white;
  margin-bottom: 1.444em;
}
.billboard-col2 li:nth-last-child(1) .billboard-cta h3 {
  margin-bottom: 0;
}
.billboard-col2 li:nth-last-child(1) .billboard-cta .button {
  background: none;
  border-bottom: none;
  font-family: 'Eurostile LT W01 Medium', sans-serif;
  font-size: 22px;
  line-height: 22px;
  padding: 0;
  font-weight: normal;
  text-transform: none;
  position: relative;
  z-index: 1001;
  border-bottom: 1px solid white;
}
.billboard-col2 li:nth-last-child(1) .billboard-cta .button:hover {
  border-bottom: none;
  color: #eaf2f8;
}

.billboard-col3 li:nth-child(1) .billboard-testimonial,
.billboard-col3 li:nth-child(1) .billboard-cta {
  background: #70190b url('../images/logo-overlay.png?1395187473') no-repeat 500% 100%;
  background-size: 90%;
  border-top: 4px solid #4a1107;
}
.billboard-col3 li:nth-child(1) h3 {
  font-size: 2.38889em;
  line-height: 1.2093em;
  font-weight: 600;
  text-transform: none;
}

/*--------------------------------------------
  TESTIMONIALS
---------------------------------------------*/
.billboard-testimonial {
  position: relative;
  border-top: 4px solid #0076bd;
  text-align: center;
  padding: 44px;
  background: #008bb4 url('../images/logo-overlay.png?1395187473') no-repeat 500% 100%;
  background-size: 90%;
}
.billboard-testimonial h5 {
  color: white;
  font-family: 'Eurostile LT W01 Bold', sans-serif;
  font-size: 0.77778em;
  line-height: 1.85714em;
  margin-bottom: 1.444em;
}
.billboard-testimonial p {
  font-size: 1.22222em;
  line-height: 1.18182em;
}
.billboard-testimonial p:before {
  content: open-quote;
}
.billboard-testimonial p:after {
  content: close-quote;
}
.billboard-testimonial cite {
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 0.88889em;
  line-height: 1.625em;
}

/*--------------------------------------------
	CTA'S
---------------------------------------------*/
.billboard-cta {
  position: relative;
  background: #010101;
  border-top: 4px solid #0076bd;
}
.billboard-cta img {
  margin-bottom: 0;
}
.billboard-cta h5 {
  font-family: 'Eurostile LT W01 Bold', sans-serif;
  font-size: 0.77778em;
  line-height: 1.85714em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.billboard-cta h3 {
  color: white;
}
.billboard-cta p {
  font-family: 'Eurostile LT W01 Bold', sans-serif;
  font-size: 0.88889em;
  line-height: 1.37475em;
  margin-bottom: 0;
  padding-bottom: 1.444em;
}

.billboard-cta-text {
  padding: 22px;
}

/*----------------------------------------------------------------
	P A G E R
---------------------------------------------------------------- */
ul.pager li {
  margin-left: 0.2em;
}

.pager {
  display: block;
}
.pager li {
  float: left;
  display: block;
  font-weight: 700;
}
.pager li.pager-current,
.pager a {
  display: block;
  background: #00616a;
  color: white;
  padding: 6px 12px;
  margin-right: 1px;
  white-space: nowrap;
}
.pager li.pager-current {
  background: #008f9d;
  color: white;
}
.pager a:hover {
  background: #008f9d;
  color: white;
}

/*----------------------------------------------------------------
	F O R M S
---------------------------------------------------------------- */
form label {
  text-transform: uppercase;
  font-family: 'Eurostile LT W01 Medium', sans-serif;
  color: #333333;
  display: block;
}
form .form-text,
form textarea,
form input {
  border: 1px solid #b1b6b7;
  padding: 10px;
  font-size: 1em;
  font-family: "Adelle W01 Regular", Helvetica, Arial, serif;
  line-height: 27px;
  color: #636d6f;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
form .form-text,
form textarea,
form .form-textarea-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  form .form-text,
  form textarea,
  form .form-textarea-wrapper {
    width: 60%;
  }
}
form .form-checkboxes {
  margin-top: 0.722em;
  margin-bottom: 1.444em;
}
form .form-checkbox,
form .form-radio {
  float: left;
  margin-top: 7px;
  margin-right: 10px;
  margin-left: 1em;
}
form .webform-container-inline .form-checkbox,
form .webform-container-inline .form-radio {
  float: none;
  margin-left: 0;
}
form .webform-container-inline label {
  display: inline !important;
}
form .form-item {
  margin-bottom: 1em;
}
form .form-item label {
  display: block;
}
form .description {
  font-size: 1em;
  color: rgba(102, 102, 102, 0.6);
}
form button,
form input[type="button"],
form input[type="reset"],
form input[type="submit"],
form input[type="search"] {
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  -webkit-appearance: button;
  font-family: 'Eurostile LT W01 Demi', sans-serif;
  font-size: 0.77778em;
  line-height: 1.85714em;
  text-transform: uppercase;
  background: #008bb4;
  color: white;
  padding: 12px 16px 11px;
  width: auto;
  border-bottom: 4px solid #0076bd;
  padding: 13px 16px 11px;
  border: none;
  border-bottom: 4px solid #0076bd;
  cursor: pointer;
  outline: none;
  margin-bottom: 1.444em;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
form button:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover,
form input[type="search"]:hover {
  background: #bb2b13;
  border-bottom: 4px solid #99230f;
  text-decoration: none;
}
form button.orange,
form input[type="button"].orange,
form input[type="reset"].orange,
form input[type="submit"].orange,
form input[type="search"].orange {
  background: #bb2b13;
  color: white;
  border-bottom: 4px solid #99230f;
}
form button.orange:hover,
form input[type="button"].orange:hover,
form input[type="reset"].orange:hover,
form input[type="submit"].orange:hover,
form input[type="search"].orange:hover {
  background: #008bb4;
  border-bottom: 4px solid #0076bd;
}
form input[type="search"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
form input[type="search"] {
  background: white;
  color: #636d6f;
  border: 1px solid #b1b6b7;
  margin-bottom: 2em;
}
form input[type="search"]:hover {
  background: white;
}
form input:focus,
form textarea:focus,
form #edit-submitted-message {
  -webkit-box-shadow: rgba(0, 139, 197, 0.3) 0 0 10px;
  -moz-box-shadow: rgba(0, 139, 197, 0.3) 0 0 10px;
  box-shadow: rgba(0, 139, 197, 0.3) 0 0 10px;
  outline-style: none;
}
form span.form-required {
  color: #bb1345;
}

button[disabled],
input[disabled] {
  cursor: default;
}

/*----------------------------------------------------------------
	M I S C   D R U P A L - messages, tabs etc...
---------------------------------------------------------------- */
.messages {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: -39px;
  max-width: 75%;
  color: white;
  font-weight: 700;
  background: #bb2b13;
  display: inline-block;
  padding: 1em;
  margin-top: 3em;
  margin-bottom: 0.3em;
}
.messages a {
  text-decoration: underline;
  color: white;
}
.messages a:hover {
  color: #CCC;
}

.page-user .messages {
  top: -461px;
}

#toolbar {
  z-index: 5000;
}

#drupal-admin {
  position: absolute;
  z-index: 3000;
  left: 0;
  top: 84px;
}
@media (min-width: 768px) {
  #drupal-admin {
    top: 123px;
  }
}
#drupal-admin li {
  display: inline-block;
  font-family: 'Eurostile LT W01 Medium', sans-serif;
}
#drupal-admin li a:link,
#drupal-admin li a:visited {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-right: 3px;
  padding: 5px 14px;
  font-size: 0.72222em;
  line-height: 2em;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  color: #eaf2f8;
  background: #bb2b13;
}
#drupal-admin li a:hover,
#drupal-admin li a:focus {
  background: #008bb4;
  text-decoration: none;
}

.page-user #drupal-admin {
  position: relative;
  top: 0px;
  left: 0;
}
.page-user #user-login {
  margin: 100px auto 60px;
}

/*----------------------------------------------------------------
	I M P O R T S - vwaddons that are @import in _index.scss
---------------------------------------------------------------- */
/**
 * use this file to include all the widget scss files in the widgets directory
 * e.g. @import "addon_a";
 */
/*--------------------------------------------
	SHARE / ADDTHIS
---------------------------------------------*/
@media (max-width: 767px) {
  #shareOverlay {
    position: fixed;
    top: 0%;
    left: 0%;
    right: 88px;
    bottom: 0%;
    background: white;
    padding: 11px;
    -webkit-box-shadow: 0px 0px 5px #333333;
    -moz-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0px 0px 5px #333333;
    text-align: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 999;
  }
  #shareOverlay h2 {
    padding-top: 22px;
    padding-bottom: 11px;
    margin-bottom: 22px;
  }
  #shareOverlay a {
    display: block;
    font-size: 1.11111em;
    line-height: 1.3em;
    padding: 5.5px;
  }
  #shareOverlay .icon {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  #shareOverlay {
    position: fixed;
    top: 22%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    background: white;
    padding: 66px 88px 88px;
    -webkit-box-shadow: 0px 0px 5px #333333;
    -moz-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0px 0px 5px #333333;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 999;
  }
  #shareOverlay .icon {
    font-size: 52px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: #008bb4;
  }
  #shareOverlay h2 {
    margin: 0 0 44px;
  }
  #shareOverlay i {
    display: none;
  }
}

.sharing {
  margin-top: 2.888em;
  padding-bottom: 2.888em;
}

a.social-share {
  color: white;
}

.close {
  right: 22px;
  top: 22px;
  position: absolute;
  background: transparent;
  font-size: 36px;
  color: white;
  cursor: pointer;
}
@media (max-width: 767px) {
  .close {
    right: 16px;
  }
}

/*----------------------------------------------------------------
	C O N D I T I O N S   &   F O R E C A S T
---------------------------------------------------------------- */
.page-node-61 #content-full-width {
  background-color: transparent;
}

/*--------------------------------------------
	W X    F O R E C A S T
---------------------------------------------*/
#forecast {
  background: #008bb4;
  color: white;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  #forecast {
    margin-bottom: 200px;
  }
  #forecast h2 {
    margin-bottom: 0;
  }
}

#forecast-header,
#forecast-footer {
  font-size: 0.94444em;
  line-height: 1.52941em;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  line-height: 1.3em;
  padding-bottom: 2.166em;
}

ul.forecast-day-list {
  margin-left: 0;
}
ul.forecast-day-list li {
  padding-top: 1.444em;
  list-style: none;
  border-top: 4px solid #0076bd;
}
@media (max-width: 767px) {
  ul.forecast-day-list li {
    margin-left: 0;
  }
}
ul.forecast-day-list li.forecast-current-day {
  border-top: 3px solid #bb1345;
}
ul.forecast-day-list li h4 {
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  li.forecast-day {
    margin-bottom: 2.166em;
    border-bottom: none;
    width: 30%;
    margin-left: 5%;
    float: left;
  }
  li.forecast-day:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
}

.forecast-day {
  padding-bottom: 1.444em;
  font-size: 1em;
  line-height: 1.44444em;
}

.forecast-current-day {
  text-align: center;
}
.forecast-current-day h4 {
  padding-bottom: 34px;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 767px) {
  .forecast-current-day {
    padding-bottom: 50px;
    background: #008bb4 url('../images/logo-overlay.png?1395187473') no-repeat 500% 100%;
    background-size: 89%;
  }
}

.forecast-current-day-temp {
  font-size: 2.88889em;
  line-height: 1.5em;
}

.forecast-icon {
  font-size: 40px;
  color: white;
  padding: 25px 10px;
}

#forecast-footer {
  clear: both;
}
#forecast-footer a {
  color: white;
}
#forecast-footer a:hover {
  color: #bb1345;
}

/*!
 *  Weather Icons 1.2
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */
@font-face {
  font-family: 'weathericons';
  src: url("../font/weathericons-regular-webfont.eot");
  src: url("../font/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/weathericons-regular-webfont.woff") format("woff"), url("../font/weathericons-regular-webfont.ttf") format("truetype"), url("../font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wi-day-cloudy-gusts:before {
  content: "\f000";
}

.wi-day-cloudy-windy:before {
  content: "\f001";
}

.wi-day-cloudy:before {
  content: "\f002";
}

.wi-day-fog:before {
  content: "\f003";
}

.wi-day-hail:before {
  content: "\f004";
}

.wi-day-lightning:before {
  content: "\f005";
}

.wi-day-rain-mix:before {
  content: "\f006";
}

.wi-day-rain-wind:before {
  content: "\f007";
}

.wi-day-rain:before {
  content: "\f008";
}

.wi-day-showers:before {
  content: "\f009";
}

.wi-day-snow:before {
  content: "\f00a";
}

.wi-day-sprinkle:before {
  content: "\f00b";
}

.wi-day-sunny-overcast:before {
  content: "\f00c";
}

.wi-day-sunny:before {
  content: "\f00d";
}

.wi-day-storm-showers:before {
  content: "\f00e";
}

.wi-day-thunderstorm:before {
  content: "\f010";
}

.wi-cloudy-gusts:before {
  content: "\f011";
}

.wi-cloudy-windy:before {
  content: "\f012";
}

.wi-cloudy:before {
  content: "\f013";
}

.wi-fog:before {
  content: "\f014";
}

.wi-hail:before {
  content: "\f015";
}

.wi-lightning:before {
  content: "\f016";
}

.wi-rain-mix:before {
  content: "\f017";
}

.wi-rain-wind:before {
  content: "\f018";
}

.wi-rain:before {
  content: "\f019";
}

.wi-showers:before {
  content: "\f01a";
}

.wi-snow:before {
  content: "\f01b";
}

.wi-sprinkle:before {
  content: "\f01c";
}

.wi-storm-showers:before {
  content: "\f01d";
}

.wi-thunderstorm:before {
  content: "\f01e";
}

.wi-windy:before {
  content: "\f021";
}

.wi-night-alt-cloudy-gusts:before {
  content: "\f022";
}

.wi-night-alt-cloudy-windy:before {
  content: "\f023";
}

.wi-night-alt-hail:before {
  content: "\f024";
}

.wi-night-alt-lightning:before {
  content: "\f025";
}

.wi-night-alt-rain-mix:before {
  content: "\f026";
}

.wi-night-alt-rain-wind:before {
  content: "\f027";
}

.wi-night-alt-rain:before {
  content: "\f028";
}

.wi-night-alt-showers:before {
  content: "\f029";
}

.wi-night-alt-snow:before {
  content: "\f02a";
}

.wi-night-alt-sprinkle:before {
  content: "\f02b";
}

.wi-night-alt-storm-showers:before {
  content: "\f02c";
}

.wi-night-alt-thunderstorm:before {
  content: "\f02d";
}

.wi-night-clear:before {
  content: "\f02e";
}

.wi-night-cloudy-gusts:before {
  content: "\f02f";
}

.wi-night-cloudy-windy:before {
  content: "\f030";
}

.wi-night-cloudy:before {
  content: "\f031";
}

.wi-night-hail:before {
  content: "\f032";
}

.wi-night-lightning:before {
  content: "\f033";
}

.wi-night-rain-mix:before {
  content: "\f034";
}

.wi-night-rain-wind:before {
  content: "\f035";
}

.wi-night-rain:before {
  content: "\f036";
}

.wi-night-showers:before {
  content: "\f037";
}

.wi-night-snow:before {
  content: "\f038";
}

.wi-night-sprinkle:before {
  content: "\f039";
}

.wi-night-storm-showers:before {
  content: "\f03a";
}

.wi-night-thunderstorm:before {
  content: "\f03b";
}

.wi-celsius:before {
  content: "\f03c";
}

.wi-cloud-down:before {
  content: "\f03d";
}

.wi-cloud-refresh:before {
  content: "\f03e";
}

.wi-cloud-up:before {
  content: "\f040";
}

.wi-cloud:before {
  content: "\f041";
}

.wi-degrees:before {
  content: "\f042";
}

.wi-down-left:before {
  content: "\f043";
}

.wi-down:before {
  content: "\f044";
}

.wi-fahrenheit:before {
  content: "\f045";
}

.wi-horizon-alt:before {
  content: "\f046";
}

.wi-horizon:before {
  content: "\f047";
}

.wi-left:before {
  content: "\f048";
}

.wi-lightning:before {
  content: "\f016";
}

.wi-night-fog:before {
  content: "\f04a";
}

.wi-refresh-alt:before {
  content: "\f04b";
}

.wi-refresh:before {
  content: "\f04c";
}

.wi-right:before {
  content: "\f04d";
}

.wi-sprinkles:before {
  content: "\f04e";
}

.wi-strong-wind:before {
  content: "\f050";
}

.wi-sunrise:before {
  content: "\f051";
}

.wi-sunset:before {
  content: "\f052";
}

.wi-thermometer-exterior:before {
  content: "\f053";
}

.wi-thermometer-internal:before {
  content: "\f054";
}

.wi-thermometer:before {
  content: "\f055";
}

.wi-tornado:before {
  content: "\f056";
}

.wi-up-right:before {
  content: "\f057";
}

.wi-up:before {
  content: "\f058";
}

.wi-wind-west:before {
  content: "\f059";
}

.wi-wind-south-west:before {
  content: "\f05a";
}

.wi-wind-south-east:before {
  content: "\f05b";
}

.wi-wind-south:before {
  content: "\f05c";
}

.wi-wind-north-west:before {
  content: "\f05d";
}

.wi-wind-north-east:before {
  content: "\f05e";
}

.wi-wind-north:before {
  content: "\f060";
}

.wi-wind-east:before {
  content: "\f061";
}

.wi-smoke:before {
  content: "\f062";
}

.wi-dust:before {
  content: "\f063";
}

.wi-snow-wind:before {
  content: "\f064";
}

.wi-day-snow-wind:before {
  content: "\f065";
}

.wi-night-snow-wind:before {
  content: "\f066";
}

.wi-night-alt-snow-wind:before {
  content: "\f067";
}

.wi-day-sleet-storm:before {
  content: "\f068";
}

.wi-night-sleet-storm:before {
  content: "\f069";
}

.wi-night-alt-sleet-storm:before {
  content: "\f06a";
}

.wi-day-snow-thunderstorm:before {
  content: "\f06b";
}

.wi-night-snow-thunderstorm:before {
  content: "\f06c";
}

.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d";
}

.wi-solar-eclipse:before {
  content: "\f06e";
}

.wi-lunar-eclipse:before {
  content: "\f070";
}

.wi-meteor:before {
  content: "\f071";
}

.wi-hot:before {
  content: "\f072";
}

.wi-hurricane:before {
  content: "\f073";
}

.wi-smog:before {
  content: "\f074";
}

.wi-alien:before {
  content: "\f075";
}

.wi-snowflake-cold:before {
  content: "\f076";
}

.wi-stars:before {
  content: "\f077";
}

.wi-moon-full:before {
  content: "\f078";
}

.wi-moon-waxing-gibbous:before {
  content: "\f079";
}

.wi-moon-waxing-quarter:before {
  content: "\f07a";
}

.wi-moon-waxing-crescent:before {
  content: "\f07b";
}

.wi-moon-young:before {
  content: "\f07c";
}

.wi-moon-new:before {
  content: "\f07d";
}

.wi-moon-old:before {
  content: "\f07e";
}

.wi-moon-waning-crescent:before {
  content: "\f080";
}

.wi-moon-waning-quarter:before {
  content: "\f081";
}

.wi-moon-waning-gibbous:before {
  content: "\f082";
}

.wi-night-partly-cloudy:before {
  content: "\f083";
}

.remove-nav-margin nav ul.quick-links {
    padding-bottom: 3px; !important
}
