/**** Win an Elgin experience Contest ****/
/* line 3, ../sass/components/_contests.scss */
#content #waee-contest {
  margin: 0 auto;
}

/* line 7, ../sass/components/_contests.scss */
#waee-contest {
  max-width: 860px;
}
/* line 10, ../sass/components/_contests.scss */
#waee-contest .waee-logo {
  text-align: center;
}
/* line 14, ../sass/components/_contests.scss */
#waee-contest .center-wrapper {
  display: flex;
  background: rgba(0, 0, 0, 0.4);
}
/* line 18, ../sass/components/_contests.scss */
#waee-contest .center-wrapper .panel-col-first {
  float: none;
  width: 50%;
}
/* line 23, ../sass/components/_contests.scss */
#waee-contest .center-wrapper .panel-col-last {
  float: none;
  width: 50%;
}
/* line 28, ../sass/components/_contests.scss */
#waee-contest .center-wrapper .panel-col-last .inside {
  border-left: 2px dashed #fff;
}
/* line 33, ../sass/components/_contests.scss */
#waee-contest .contest-info {
  color: #fff;
  padding: 20px;
}
/* line 37, ../sass/components/_contests.scss */
#waee-contest .contest-info .block-title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 2.3em;
}
/* line 43, ../sass/components/_contests.scss */
#waee-contest .contest-info .block-title span {
  color: #c1d83c;
  text-transform: uppercase;
}
/* line 49, ../sass/components/_contests.scss */
#waee-contest .contest-info h3 {
  color: #fff;
  text-align: center;
  font-size: 1.7em;
}
/* line 56, ../sass/components/_contests.scss */
#waee-contest .contest-form {
  color: #fff;
  padding: 20px 20px 0 20px;
  margin-bottom: 0;
}
/* line 61, ../sass/components/_contests.scss */
#waee-contest .contest-form .block-title {
  display: none;
}
/* line 65, ../sass/components/_contests.scss */
#waee-contest .contest-form .node {
  margin-bottom: 0;
}
/* line 69, ../sass/components/_contests.scss */
#waee-contest .contest-form .form-item {
  display: flex;
}
/* line 72, ../sass/components/_contests.scss */
#waee-contest .contest-form .form-item label {
  width: 36%;
  align-self: center;
  padding-right: 4%;
}
/* line 78, ../sass/components/_contests.scss */
#waee-contest .contest-form .form-item .form-text {
  width: 60%;
  padding: 5px;
}
/* line 83, ../sass/components/_contests.scss */
#waee-contest .contest-form .form-item .form-select {
  width: 60%;
  background-color: #fff;
}
/* line 89, ../sass/components/_contests.scss */
#waee-contest .contest-form .form-item.webform-component--newsletter-signup {
  flex-direction: row-reverse;
}
/* line 92, ../sass/components/_contests.scss */
#waee-contest .contest-form .form-item.webform-component--newsletter-signup label {
  width: 88%;
  padding-top: 0;
  padding-right: 0;
}
/* line 98, ../sass/components/_contests.scss */
#waee-contest .contest-form .form-item.webform-component--newsletter-signup .form-checkboxes {
  width: 10%;
}
/* line 102, ../sass/components/_contests.scss */
#waee-contest .contest-form .form-item.webform-component--newsletter-signup .form-checkboxes label {
  display: none;
}
/* line 107, ../sass/components/_contests.scss */
#waee-contest .contest-form .form-actions {
  text-align: right;
}
/* line 112, ../sass/components/_contests.scss */
#waee-contest .contest-rules {
  text-align: right;
  padding-right: 20px;
}
/* line 116, ../sass/components/_contests.scss */
#waee-contest .contest-rules a {
  color: #fff;
}
/* line 121, ../sass/components/_contests.scss */
#waee-contest .custom-content {
  margin-top: 20px;
}
/* line 124, ../sass/components/_contests.scss */
#waee-contest .custom-content table {
  border: none;
}
/* line 127, ../sass/components/_contests.scss */
#waee-contest .custom-content table tbody {
  border: none;
}
/* line 131, ../sass/components/_contests.scss */
#waee-contest .custom-content table tr {
  border: none;
}
/* line 134, ../sass/components/_contests.scss */
#waee-contest .custom-content table tr td:first-child {
  width: 33.33%;
  vertical-align: top;
}
/* line 139, ../sass/components/_contests.scss */
#waee-contest .custom-content table tr td:last-child {
  width: 66.66%;
  vertical-align: top;
  padding-left: 20px;
}
/* line 145, ../sass/components/_contests.scss */
#waee-contest .custom-content table tr h2 {
  background: #c1d83c;
  padding: 5px 15px;
  color: #fff;
  margin-top: 0;
}

/**** We've got you Covered Contest ****/
/* line 162, ../sass/components/_contests.scss */
#content #wgc-contest {
  margin: 0 auto;
}

/* line 166, ../sass/components/_contests.scss */
#wgc-contest {
  max-width: 860px;
}
/* line 169, ../sass/components/_contests.scss */
#wgc-contest .wgc-logo {
  text-align: center;
}
/* line 173, ../sass/components/_contests.scss */
#wgc-contest .center-wrapper {
  display: flex;
  background: rgba(0, 0, 0, 0.39);
}
/* line 177, ../sass/components/_contests.scss */
#wgc-contest .center-wrapper .panel-col-first {
  float: none;
  width: 50%;
}
/* line 182, ../sass/components/_contests.scss */
#wgc-contest .center-wrapper .panel-col-last {
  float: none;
  width: 50%;
}
/* line 187, ../sass/components/_contests.scss */
#wgc-contest .center-wrapper .panel-col-last .inside {
  border-left: 2px dashed #fff;
}
/* line 192, ../sass/components/_contests.scss */
#wgc-contest .contest-info {
  color: #fff;
  padding: 20px;
}
/* line 196, ../sass/components/_contests.scss */
#wgc-contest .contest-info .block-title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 2.3em;
}
/* line 202, ../sass/components/_contests.scss */
#wgc-contest .contest-info .block-title span {
  color: #c1d83c;
  text-transform: uppercase;
}
/* line 208, ../sass/components/_contests.scss */
#wgc-contest .contest-info h3 {
  color: #fff;
  text-align: center;
  font-size: 1.7em;
}
/* line 215, ../sass/components/_contests.scss */
#wgc-contest .contest-form {
  color: #fff;
  padding: 20px 20px 0 20px;
  margin-bottom: 0;
}
/* line 220, ../sass/components/_contests.scss */
#wgc-contest .contest-form .block-title {
  display: none;
}
/* line 224, ../sass/components/_contests.scss */
#wgc-contest .contest-form .node {
  margin-bottom: 0;
}
/* line 228, ../sass/components/_contests.scss */
#wgc-contest .contest-form .webform-progressbar {
  display: none;
}
/* line 232, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-item {
  display: flex;
}
/* line 235, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-item label {
  width: 36%;
  align-self: center;
  padding-right: 4%;
}
/* line 241, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-item .form-text {
  width: 60%;
  padding: 5px;
}
/* line 246, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-item .form-select {
  width: 60%;
  background-color: #fff;
}
/* line 252, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-item.webform-component--photo {
  flex-direction: column;
}
/* line 255, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-item.webform-component--photo input[type=submit] {
  margin-top: 10px;
}
/* line 259, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-item.webform-component--photo label {
  align-self: baseline;
}
/* line 264, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-item.webform-component--share-consent {
  flex-direction: row-reverse;
}
/* line 267, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-item.webform-component--share-consent label {
  width: 88%;
  padding-top: 0;
  padding-right: 0;
}
/* line 273, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-item.webform-component--share-consent .form-checkboxes {
  width: 10%;
}
/* line 277, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-item.webform-component--share-consent .form-checkboxes label {
  display: none;
}
/* line 282, ../sass/components/_contests.scss */
#wgc-contest .contest-form .form-actions {
  text-align: right;
}
/* line 287, ../sass/components/_contests.scss */
#wgc-contest .contest-rules {
  text-align: right;
  padding-right: 20px;
}
/* line 291, ../sass/components/_contests.scss */
#wgc-contest .contest-rules a {
  color: #fff;
}
/* line 296, ../sass/components/_contests.scss */
#wgc-contest .custom-content {
  margin-top: 20px;
}
/* line 299, ../sass/components/_contests.scss */
#wgc-contest .custom-content table {
  border: none;
}
/* line 302, ../sass/components/_contests.scss */
#wgc-contest .custom-content table tbody {
  border: none;
}
/* line 306, ../sass/components/_contests.scss */
#wgc-contest .custom-content table tr {
  border: none;
}
/* line 309, ../sass/components/_contests.scss */
#wgc-contest .custom-content table tr td:first-child {
  width: 33.33%;
  vertical-align: top;
}
/* line 314, ../sass/components/_contests.scss */
#wgc-contest .custom-content table tr td:last-child {
  width: 66.66%;
  vertical-align: top;
  padding-left: 20px;
}
/* line 320, ../sass/components/_contests.scss */
#wgc-contest .custom-content table tr h2 {
  background: #c1d83c;
  padding: 5px 15px;
  color: #fff;
  margin-top: 0;
}

/* line 2, ../sass/components/_field_collections.scss */
.field-name-field-play-regions .field-collection-container {
  border-bottom: 0;
}

/* line 7, ../sass/components/_field_collections.scss */
.field-name-field-play-reg-title,
.field-name-field-play-reg-row-title {
  color: #46692f;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 1.6em;
  font-family: "Oswald", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 18, ../sass/components/_field_collections.scss */
.group-footer .field-collection-view {
  margin: 0;
}

/** front page slider **/
/* line 2, ../sass/components/_slideshow.scss */
#block-views-front-page-slider-block .block-inner {
  margin: 0;
}

/* line 6, ../sass/components/_slideshow.scss */
.front .flexslider {
  margin: 0;
  border: none;
  color: #fff;
}
/* line 11, ../sass/components/_slideshow.scss */
.front .flexslider .slides {
  padding: 0;
}

/* line 16, ../sass/components/_slideshow.scss */
.flex-direction-nav a {
  display: block;
  height: 70px;
  color: #fff;
  opacity: 1;
  border-bottom: 0;
}

/* line 23, ../sass/components/_slideshow.scss */
.flexslider .flex-direction-nav a {
  display: block;
}

/* line 26, ../sass/components/_slideshow.scss */
.flexslider .flex-direction-nav a:hover {
  text-decoration: none;
  border-bottom: none;
}

/* line 30, ../sass/components/_slideshow.scss */
.flex-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 70px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #fff;
}

/* line 41, ../sass/components/_slideshow.scss */
.flex-direction-nav a.flex-prev:before {
  content: '\f104';
}

/* line 44, ../sass/components/_slideshow.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}

/* line 47, ../sass/components/_slideshow.scss */
.flex-direction-nav .flex-prev {
  left: 6%;
  opacity: 0.8;
}

/* line 51, ../sass/components/_slideshow.scss */
.flex-direction-nav .flex-next {
  right: 6%;
  opacity: 0.8;
  text-align: right;
}

/* line 56, ../sass/components/_slideshow.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 6%;
}

/* line 60, ../sass/components/_slideshow.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 63, ../sass/components/_slideshow.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 6%;
}

/* line 67, ../sass/components/_slideshow.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 70, ../sass/components/_slideshow.scss */
.front .flexslider .featured-content-content {
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translateY(-50%);
}
/* line 76, ../sass/components/_slideshow.scss */
.front .flexslider .featured-content-content .inner {
  background: #46692f;
  background: rgba(70, 105, 47, 0.8);
  border: 1px solid #AEE288;
  padding: 0 30px;
  width: 50%;
}
/* line 84, ../sass/components/_slideshow.scss */
.front .flexslider .featured-content-content .featured-content-call2action {
  padding-top: 20px;
}
/* line 86, ../sass/components/_slideshow.scss */
.front .flexslider .featured-content-content .featured-content-call2action a {
  background: #fff;
  color: #46692f;
  text-shadow: none;
  border: 1px solid #AEE288;
  transition: all 0.3s ease;
}
/* line 93, ../sass/components/_slideshow.scss */
.front .flexslider .featured-content-content .featured-content-call2action a:hover {
  background: #46692f;
  color: #fff;
  transition: all 0.3s ease;
}

/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
/* line 39, ../sass/global.styles.scss */
html {
  background: #fff;
}

/* line 43, ../sass/global.styles.scss */
body {
  background: url("images/background_repeat.png") repeat-x top center #fff;
  font-family: sans-serif;
  font-size: 87.5%;
  color: #3d3d3d;
}
/* line 49, ../sass/global.styles.scss */
body.cke_editable {
  background: none;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
/* line 57, ../sass/global.styles.scss */
.h1,
h1,
.block-header-dropdown h2.block-title,
#block-formblock-contact-site h2.block-title,
#block-block-3 h2.block-title,
#block-block-42 h2.block-title,
#block-weather-system-1 h2.block-title {
  color: #0071a2;
}

/* line 62, ../sass/global.styles.scss */
.h2,
h2 {
  color: #46692f;
  text-transform: capitalize;
  font-weight: normal;
}
/* line 65, ../sass/global.styles.scss */
.h2 a,
h2 a {
  color: inherit;
}

/* line 71, ../sass/global.styles.scss */
h2.field-label {
  text-transform: capitalize;
  font-weight: normal;
  color: #46692f;
}

/* line 77, ../sass/global.styles.scss */
.h3, .view-business-map.view-display-id-page_list .views-widget-filter-secondary .fieldset-title,
h3 {
  color: #0071a2;
  text-transform: capitalize;
  font-weight: normal;
}

/* line 84, ../sass/global.styles.scss */
.h4, .view-business-map.view-display-id-page_list .views-widget-filter-secondary .form-item-naics-category .description, .view-business-map.view-display-id-page_list .views-widget-filter-secondary .form-item-tourism-secondary-category > label,
h4,
.block-header-dropdown label,
#block-formblock-contact-site label,
#block-block-3 label,
#block-block-42 label,
#block-weather-system-1 label {
  color: #46692f;
  text-transform: capitalize;
  font-weight: normal;
}

/* line 91, ../sass/global.styles.scss */
.h5,
h5 {
  color: #0071a2;
  text-transform: capitalize;
  font-weight: normal;
}

/* line 98, ../sass/global.styles.scss */
.h6,
h6 {
  color: #46692f;
  text-transform: capitalize;
  font-weight: normal;
}

/* line 105, ../sass/global.styles.scss */
hr {
  border-top: solid 1px #ccc;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

/* line 154, ../sass/global.styles.scss */
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
/*
 * Wraps all header elements - branding and .region-header
 */
/* line 183, ../sass/global.styles.scss */
#header {
  padding-top: 20px;
  position: relative;
}

/*
 * Wraps the sidebars the content column
 */
/* line 191, ../sass/global.styles.scss */
#columns {
  margin: 0 auto 50px auto;
  width: 100%;
}

/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
/* line 205, ../sass/global.styles.scss */
#main-content {
  margin-right: -10px;
  max-width: calc(100% - 20px);
}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
/* line 220, ../sass/global.styles.scss */
#footer .region-footer .region-inner div:not(#block-panels-mini-4-footer-columns) > .block-inner p {
  text-align: center;
}

/* line 224, ../sass/global.styles.scss */
#footer .block-title,
#footer .pane-title {
  color: #46692f;
  font-size: 1.6em;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffda64;
  font-weight: bold;
}

/* line 234, ../sass/global.styles.scss */
#footer ul.menu {
  margin: 0;
  padding: 0;
}

/* line 238, ../sass/global.styles.scss */
#footer ul.menu li {
  display: inline;
  float: left;
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
}

/* line 245, ../sass/global.styles.scss */
#footer ul.menu li a {
  font-size: 2.75em;
  display: block;
  margin-right: 15px;
  color: #009ADE;
  border: 0;
}

/* line 252, ../sass/global.styles.scss */
#footer ul.menu li a:hover {
  border-bottom: none;
  color: #0071a2;
}

/* line 256, ../sass/global.styles.scss */
#footer ul.menu li a span {
  display: none;
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
/* line 263, ../sass/global.styles.scss */
.two-brick > .panel-row > .region {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 270, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .region-inner {
  background: #f3f7f0;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 281, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .pane-views-events-calendar-block-2 {
  padding: 15px;
  margin-bottom: 0;
}
/* line 285, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .pane-views-events-calendar-block-2 .block-inner {
  margin: 0;
}
/* line 290, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .pane-views-events-calendar-block-2 .view-events-calendar .date.views-fieldset {
  text-align: center;
  color: #46692f;
  padding: 10px 0;
}
/* line 295, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .pane-views-events-calendar-block-2 .view-events-calendar .date.views-fieldset .views-field-field-event-date-1 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
}
/* line 301, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .pane-views-events-calendar-block-2 .view-events-calendar .date.views-fieldset hr {
  border: 0;
  height: 1px;
  background: #AEE288;
  margin: 0.25em auto;
  width: 40px;
}
/* line 310, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .pane-views-events-calendar-block-2 .view-events-calendar .feed-icon {
  display: none;
}

/* line 316, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .pane-title {
  color: #0071a2;
  font-size: 1.8em;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 323, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .pane-title i {
  font-size: 1.6em;
  margin-right: 10px;
}

/* line 327, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .views-row {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ffda64;
  margin-bottom: 10px;
}

/* line 333, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .views-row:last-of-type {
  border: none;
  margin-bottom: 0;
}

/* line 337, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .views-field-title {
  margin-bottom: 5px;
}

/* line 340, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .views-field-title a,
#mini-panel-subsites_links .block-content div a {
  color: #46692f;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
}

/* line 348, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .views-field-title a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #46692f;
}

/* line 352, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .views-field-body {
  margin-bottom: 9px;
}
/* line 354, ../sass/global.styles.scss */
.front #content .region-two-brick-left-above .views-field-body p {
  font-size: 1.1em;
  display: inline;
}

/* line 361, ../sass/global.styles.scss */
.front #content .region-two-brick-right-above .pane-title,
.front #content .region-two-brick-right-above .title,
.view-hot-spots .pane-title,
.view-hot-spots .title {
  color: #fff;
  background: #009ADE;
  padding-left: 10px;
  font-size: 1.8em;
  margin-bottom: 0px;
  line-height: 1.5em;
  padding-bottom: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 377, ../sass/global.styles.scss */
.front #content .region-two-brick-right-above .pane-title i,
.front #content .region-two-brick-right-above .title i,
.view-hot-spots .pane-title i,
.view-hot-spots .title i {
  font-size: 1.8em;
  margin-right: 10px;
  line-height: 1.25em;
  vertical-align: middle;
}
/* line 384, ../sass/global.styles.scss */
.front #content .region-two-brick-right-above .pane-title span,
.front #content .region-two-brick-right-above .title span,
.view-hot-spots .pane-title span,
.view-hot-spots .title span {
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
}

/* line 392, ../sass/global.styles.scss */
.view-hot-spots .title {
  margin-bottom: 15px;
}
/* line 396, ../sass/global.styles.scss */
.view-hot-spots .views-field-title a {
  color: #46692f;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
}
/* line 403, ../sass/global.styles.scss */
.view-hot-spots .views-column {
  position: relative;
  margin-bottom: 15px;
}
/* line 408, ../sass/global.styles.scss */
.view-hot-spots .views-field-field-image {
  line-height: 0;
  text-align: center;
}
/* line 413, ../sass/global.styles.scss */
.view-hot-spots .views-field-title {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 419, ../sass/global.styles.scss */
.view-hot-spots .views-field-title a {
  color: #fff;
  background: #46692f;
  background: rgba(70, 105, 47, 0.8);
  display: block;
  text-align: center;
  padding: 5px 0 7px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
/* line 433, ../sass/global.styles.scss */
.view-hot-spots .views-field-title a:hover {
  border-bottom: none;
  color: #46692f;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
/* line 440, ../sass/global.styles.scss */
.view-hot-spots .views-field-title a:hover hr {
  height: 2px;
}
/* line 444, ../sass/global.styles.scss */
.view-hot-spots .views-field-title a hr {
  border: 0;
  color: #ffda64;
  background: #ffda64;
  width: 55px;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 458, ../sass/global.styles.scss */
#mini-panel-subsites_links .region-four-first .block-inner {
  /*margin-left: 0;*/
}

/* line 461, ../sass/global.styles.scss */
#mini-panel-subsites_links .block-content div:first-of-type {
  line-height: 0;
}

/* line 464, ../sass/global.styles.scss */
#mini-panel-subsites_links .block-content div img {
  width: 100% !important;
}

/* line 467, ../sass/global.styles.scss */
#mini-panel-subsites_links .block-content div a {
  color: #fff;
  display: block;
  text-align: center;
  background: #0071a2;
  padding: 10px 20px;
  border: 2px solid #0071a2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 480, ../sass/global.styles.scss */
#mini-panel-subsites_links .block-content div a:hover {
  color: #009ADE;
  text-decoration: none;
  background: #fff;
  border: 2px solid #009ADE;
  text-transform: uppercase;
}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps the header
 */
/* line 504, ../sass/global.styles.scss */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}

/*
 * Wraps the nav elements
 */
/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
/* line 549, ../sass/global.styles.scss */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
/* line 563, ../sass/global.styles.scss */
#branding {
  float: left;
}

/*
 * Logo
 */
/* line 568, ../sass/global.styles.scss */
#logo {
  padding: 10px 0;
}
/* line 571, ../sass/global.styles.scss */
#logo a {
  text-decoration: none;
  border-bottom: none;
}

/* line 576, ../sass/global.styles.scss */
#logo a:hover {
  text-decoration: none;
  border-bottom: none;
}

/* line 580, ../sass/global.styles.scss */
#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan
 */
/*
 * Site name (h1)
 */
/* line 592, ../sass/global.styles.scss */
#site-name {
  margin: 0;
}

/* line 598, ../sass/global.styles.scss */
#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

/* line 603, ../sass/global.styles.scss */
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
/* line 611, ../sass/global.styles.scss */
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
/* line 628, ../sass/global.styles.scss */
#page-title {
  margin: 0 0 30px;
  padding-bottom: 0.5em;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/* line 643, ../sass/global.styles.scss */
.views-with-left-right-sides .right-side h2 {
  margin-top: 0;
}
/* line 647, ../sass/global.styles.scss */
.views-with-left-right-sides .views-row {
  overflow: auto;
}

/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
/* line 660, ../sass/global.styles.scss */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

/* line 666, ../sass/global.styles.scss */
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
/* line 681, ../sass/global.styles.scss */
ul.links {
  margin: 0;
  padding: 0;
}

/* line 686, ../sass/global.styles.scss */
ul.links.inline {
  display: block;
}

/* line 690, ../sass/global.styles.scss */
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
/* line 698, ../sass/global.styles.scss */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
/* line 706, ../sass/global.styles.scss */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

/* line 713, ../sass/global.styles.scss */
.attribution a {
  text-decoration: none;
  color: inherit;
}

/* line 718, ../sass/global.styles.scss */
.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the
 * layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/* line 747, ../sass/global.styles.scss */
.region-header {
  float: right;
}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/* line 774, ../sass/global.styles.scss */
.sidebar {
  font-size: 0.94rem;
}
/* line 777, ../sass/global.styles.scss */
.sidebar ul.menu {
  margin: 0;
  padding: 0;
}
/* line 781, ../sass/global.styles.scss */
.sidebar ul.menu li {
  display: block;
  float: none;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 2px solid #AEE288;
  border-right: 2px solid #AEE288;
  background: #fff;
}
/* line 790, ../sass/global.styles.scss */
.sidebar ul.menu li a {
  display: block;
  font-family: "Oswald", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #0071a2;
  background: #fff;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #ffda64;
  margin: 0;
}
/* line 800, ../sass/global.styles.scss */
.sidebar ul.menu li a.active, .sidebar ul.menu li a:hover, .sidebar ul.menu li a:focus {
  color: #46692f;
  border-bottom: 1px solid #ffda64;
}
/* line 808, ../sass/global.styles.scss */
.sidebar ul.menu li.active-trail a {
  color: #46692f;
}
/* line 812, ../sass/global.styles.scss */
.sidebar ul.menu li:first-of-type {
  padding-top: 5px;
  border-top: 2px solid #AEE288;
}
/* line 817, ../sass/global.styles.scss */
.sidebar ul.menu li:last-of-type {
  border-bottom: 2px solid #AEE288;
  padding-bottom: 5px;
}
/* line 820, ../sass/global.styles.scss */
.sidebar ul.menu li:last-of-type a {
  border-bottom: none;
}
/* line 825, ../sass/global.styles.scss */
.sidebar ul.menu li.expanded {
  position: relative;
}
/* line 828, ../sass/global.styles.scss */
.sidebar ul.menu li.expanded > a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
}
/* line 838, ../sass/global.styles.scss */
.sidebar ul.menu li ul li {
  border: 0;
}
/* line 841, ../sass/global.styles.scss */
.sidebar ul.menu li ul li:first-of-type {
  padding-top: 0px;
  border-top: 0;
}
/* line 846, ../sass/global.styles.scss */
.sidebar ul.menu li ul li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0px;
}
/* line 852, ../sass/global.styles.scss */
.sidebar ul.menu li ul li a:hover, .sidebar ul.menu li ul li a.active {
  color: #0071a2;
}

/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
/* line 887, ../sass/global.styles.scss */
a {
  text-decoration: none;
  color: #0071a2;
  border-bottom: 1px dotted #009ADE;
}
/* line 898, ../sass/global.styles.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #009ADE;
  border-bottom: 0;
  outline: none;
}

/* line 907, ../sass/global.styles.scss */
.field-name-field-social-links a,
a.close,
.contextual-links a,
a.slicknav_btn,
.menu li a,
a.gtflag {
  border-bottom: 0;
}

/* line 915, ../sass/global.styles.scss */
a.inline-block {
  display: inline-block;
  vertical-align: middle;
  border-color: transparent;
}
/* line 919, ../sass/global.styles.scss */
a.inline-block:hover {
  border-bottom: 1px dotted transparent;
}
/* line 922, ../sass/global.styles.scss */
a.inline-block + a.inline-block {
  margin-left: 20px;
}

/* line 926, ../sass/global.styles.scss */
a.container-block {
  display: block;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
/* line 933, ../sass/global.styles.scss */
#menu-bar.nav {
  margin-bottom: 30px;
}

/* line 936, ../sass/global.styles.scss */
.nav {
  clear: both;
  margin: 10px 0;
}
/* line 940, ../sass/global.styles.scss */
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
/* line 946, ../sass/global.styles.scss */
.nav #block-system-main-menu ul.menu li,
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 953, ../sass/global.styles.scss */
.nav #block-system-main-menu ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
  color: #46692f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 960, ../sass/global.styles.scss */
.nav #block-system-main-menu ul.menu li a:hover, .nav #block-system-main-menu ul.menu li a:focus {
  text-decoration: none;
  color: #009ADE;
}
/* line 965, ../sass/global.styles.scss */
.nav #block-system-main-menu ul.menu li a.active-trail a {
  text-decoration: none;
  color: #46692f;
}
/* line 971, ../sass/global.styles.scss */
.nav #block-system-main-menu ul ul ul {
  display: none;
}
/* line 975, ../sass/global.styles.scss */
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
/* line 983, ../sass/global.styles.scss */
.nav li a:hover, .nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {
  border-bottom: none;
}
/* line 987, ../sass/global.styles.scss */
.nav .block {
  margin-bottom: 0;
}

/* line 993, ../sass/global.styles.scss */
header ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 995, ../sass/global.styles.scss */
header ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
  color: #46692f;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1002, ../sass/global.styles.scss */
header ul.menu li a i.fa {
  font-size: 1.6em;
}
/* line 1005, ../sass/global.styles.scss */
header ul.menu li a:hover, header ul.menu li a:focus {
  text-decoration: none;
  color: #009ADE;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
/* line 1017, ../sass/global.styles.scss */
ul.menu {
  padding-left: 15px;
}
/* line 1020, ../sass/global.styles.scss */
ul.menu ul {
  padding-left: 15px;
}
/* line 1028, ../sass/global.styles.scss */
ul.menu li {
  margin: 0;
}
/* line 1050, ../sass/global.styles.scss */
ul.menu li.first, ul.menu li.last {
  list-style: none;
}

/* If li.content exists it's a problem, so reset the padding */
/* line 1056, ../sass/global.styles.scss */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
/* line 1073, ../sass/global.styles.scss */
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

/* line 1079, ../sass/global.styles.scss */
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
/* line 1088, ../sass/global.styles.scss */
#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
/* line 1093, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

/* line 1099, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label:after {
  content: ":";
}

/* line 1103, ../sass/global.styles.scss */
#breadcrumb ol {
  margin: 0;
  padding: 0;
}

/* line 1108, ../sass/global.styles.scss */
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

/* line 1112, ../sass/global.styles.scss */
#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
/* line 1139, ../sass/global.styles.scss */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

/* line 1145, ../sass/global.styles.scss */
.item-list ul.pager li {
  margin: 0;
}

/* line 1149, ../sass/global.styles.scss */
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

/* line 1156, ../sass/global.styles.scss */
ul.pager li.pager-current {
  font-weight: 700;
}

/* line 1160, ../sass/global.styles.scss */
.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
/* line 1194, ../sass/global.styles.scss */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

/* line 1204, ../sass/global.styles.scss */
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

/* line 1215, ../sass/global.styles.scss */
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

/* line 1227, ../sass/global.styles.scss */
#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
/* line 1238, ../sass/global.styles.scss */
#tasks {
  margin-bottom: 15px;
}

/* line 1242, ../sass/global.styles.scss */
ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

/* line 1248, ../sass/global.styles.scss */
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

/* line 1254, ../sass/global.styles.scss */
ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

/* line 1265, ../sass/global.styles.scss */
ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

/* line 1271, ../sass/global.styles.scss */
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

/* line 1278, ../sass/global.styles.scss */
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

/* line 1284, ../sass/global.styles.scss */
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

/* line 1292, ../sass/global.styles.scss */
ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
/* line 1303, ../sass/global.styles.scss */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Wrapper for any field
 */
/* line 1318, ../sass/global.styles.scss */
.field {
  margin-bottom: 5px;
}

/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
/* line 1333, ../sass/global.styles.scss */
.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
/* line 1341, ../sass/global.styles.scss */
.field .field-label {
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
/* line 1368, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

/* line 1373, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

/* line 1378, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
/* line 1474, ../sass/global.styles.scss */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
/* line 1482, ../sass/global.styles.scss */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
/* line 1490, ../sass/global.styles.scss */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
/* line 1503, ../sass/global.styles.scss */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders,
 * block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
/* line 1536, ../sass/global.styles.scss */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
/* line 1550, ../sass/global.styles.scss */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

/* line 1555, ../sass/global.styles.scss */
.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
/* line 1633, ../sass/global.styles.scss */
#block-search-form {
  line-height: 0;
}
/* line 1635, ../sass/global.styles.scss */
#block-search-form.in {
  display: block;
  margin-right: 0;
  font-size: 1.3em;
}
/* line 1640, ../sass/global.styles.scss */
#block-search-form form {
  border: 2px solid #E7F4DF;
  padding-left: 27px;
}
/* line 1643, ../sass/global.styles.scss */
#block-search-form form > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
/* line 1650, ../sass/global.styles.scss */
#block-search-form button {
  background-color: transparent;
  border: none;
  color: #46692f;
  padding: 0;
}
/* line 1656, ../sass/global.styles.scss */
#block-search-form .block-inner {
  margin: 0;
}
/* line 1659, ../sass/global.styles.scss */
#block-search-form .block-content {
  background: #E7F4DF;
}
/* line 1662, ../sass/global.styles.scss */
#block-search-form .form-item,
#block-search-form .form-actions {
  padding: 8px 10px;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
/* line 1670, ../sass/global.styles.scss */
#block-search-form .form-actions {
  text-align: right;
  width: 5em;
}
/* line 1674, ../sass/global.styles.scss */
#block-search-form .form-actions button {
  font-family: "Oswald", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1677, ../sass/global.styles.scss */
#block-search-form .form-actions button i {
  transform: translateY(-10%);
}
/* line 1683, ../sass/global.styles.scss */
#block-search-form .form-item {
  padding-left: 0;
  flex-grow: 1;
}
/* line 1689, ../sass/global.styles.scss */
#block-search-form .form-type-textfield label {
  color: #46692f;
  font-weight: 900;
  font-size: 1.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1695, ../sass/global.styles.scss */
#block-search-form .form-type-textfield input {
  border: none;
  background: transparent;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1700, ../sass/global.styles.scss */
#block-search-form .form-type-textfield input:focus {
  outline: none;
}
/* line 1703, ../sass/global.styles.scss */
#block-search-form .form-type-textfield input::-webkit-input-placeholder {
  color: #46692f;
  opacity: 1;
}
/* line 1707, ../sass/global.styles.scss */
#block-search-form .form-type-textfield input:-moz-placeholder {
  /* Firefox 18- */
  color: #46692f;
  opacity: 1;
}
/* line 1711, ../sass/global.styles.scss */
#block-search-form .form-type-textfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: #46692f;
  opacity: 1;
}
/* line 1715, ../sass/global.styles.scss */
#block-search-form .form-type-textfield input:-ms-input-placeholder {
  color: #46692f;
  opacity: 1;
}
/* line 1722, ../sass/global.styles.scss */
#block-search-form .searchbox {
  display: none;
  position: relative;
  background: #E7F4DF;
  margin-right: 10px;
}
/* line 1727, ../sass/global.styles.scss */
#block-search-form .searchbox-close {
  position: absolute;
  padding: 11px 8px;
  padding: 0 8px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 1733, ../sass/global.styles.scss */
#block-search-form .searchbox-close:focus, #block-search-form .searchbox-close:hover {
  outline: none;
}

/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 */
/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
/*
 * "User menu" block for Drupal user menu
 */
/* line 1769, ../sass/global.styles.scss */
#block-system-user-menu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1771, ../sass/global.styles.scss */
#block-system-user-menu a {
  font-family: "Oswald", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 1776, ../sass/global.styles.scss */
#block-gtranslate-gtranslate {
  text-align: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1780, ../sass/global.styles.scss */
#block-gtranslate-gtranslate select {
  background-color: #E7F4DF;
  color: #46692f;
  padding: 5px 25px 5px 5px;
  border-color: #eee;
  margin: 0;
}
/* line 1787, ../sass/global.styles.scss */
#block-gtranslate-gtranslate select:focus {
  padding: 5px 25px 5px 5px;
  margin: 0;
  border-color: #eee;
}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */
/* line 1800, ../sass/global.styles.scss */
.node {
  margin-bottom: 20px;
}

/* line 1804, ../sass/global.styles.scss */
.node .node-title {
  margin: 0;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
/* line 1831, ../sass/global.styles.scss */
#comments {
  margin: 1.5em 0;
}

/* line 1837, ../sass/global.styles.scss */
#comments h2.comment-title {
  margin: 0;
}

/* line 1841, ../sass/global.styles.scss */
#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
/* line 1848, ../sass/global.styles.scss */
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
/* line 1877, ../sass/global.styles.scss */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
/* line 1906, ../sass/global.styles.scss */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
/* line 1913, ../sass/global.styles.scss */
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
/** Place holder Theming **/
/* line 1922, ../sass/global.styles.scss */
::-webkit-input-placeholder {
  color: #3d3d3d;
  font-style: normal;
  font-weight: normal;
}

/* line 1928, ../sass/global.styles.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #3d3d3d;
  font-style: normal;
  font-weight: normal;
}

/* line 1934, ../sass/global.styles.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #3d3d3d;
  font-style: normal;
  font-weight: normal;
}

/* line 1940, ../sass/global.styles.scss */
:-ms-input-placeholder {
  color: #3d3d3d;
  font-style: normal;
  font-weight: normal;
}

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
/* line 1949, ../sass/global.styles.scss */
.form-item {
  overflow: hidden;
}

/* line 1953, ../sass/global.styles.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

/* line 1959, ../sass/global.styles.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("../images/green-arrow.png") 95% center no-repeat;
}
/* line 1963, ../sass/global.styles.scss */
select::-ms-expand {
  display: none;
}

/* line 1969, ../sass/global.styles.scss */
.form-item label {
  font-weight: 700;
}

/*
 * Highlight marks and form required mark
 */
/* line 1978, ../sass/global.styles.scss */
.marker,
.form-required {
  color: #c00;
}

/* line 1983, ../sass/global.styles.scss */
.form-item .description {
  font-size: 0.85em;
}

/*
 * The submit button
 */
/* line 1993, ../sass/global.styles.scss */
.btn,
.form-submit,
input[type="submit"] {
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background: #0071a2;
  padding: 10px 40px;
  border: 2px solid #0071a2;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2006, ../sass/global.styles.scss */
.btn:disabled,
.form-submit:disabled,
input[type="submit"]:disabled {
  background: #3d3d3d;
  border: 2px solid #3d3d3d;
}
/* line 2009, ../sass/global.styles.scss */
.btn:disabled:hover,
.form-submit:disabled:hover,
input[type="submit"]:disabled:hover {
  background: #848484;
  color: #fff;
  border: 2px solid #3d3d3d;
}
/* line 2015, ../sass/global.styles.scss */
.btn:hover,
.form-submit:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #46692f;
  border-color: #46692f;
}

/* line 2022, ../sass/global.styles.scss */
a.btn {
  display: inline-block;
}
/* line 2024, ../sass/global.styles.scss */
a.btn:focus {
  color: #fff;
}

/* line 2029, ../sass/global.styles.scss */
.container-inline div,
.container-inline label {
  display: inline;
}

/* line 2034, ../sass/global.styles.scss */
textarea,
select,
.form-item input[type="text"],
.form-item input[type="password"],
.form-item input[type="email"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  border-radius: 4px;
  outline: none;
  padding: 10px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #999999;
  max-width: 100%;
}
/* line 2050, ../sass/global.styles.scss */
textarea:focus,
select:focus,
.form-item input[type="text"]:focus,
.form-item input[type="password"]:focus,
.form-item input[type="email"]:focus {
  border-radius: 4px;
  box-shadow: 0 0 5px #009ADE;
  padding: 10px;
  margin: 5px 1px 3px 0;
  border: 1px solid #009ADE;
}

/*** newsletter form item ***/
/* line 2060, ../sass/global.styles.scss */
.webform-component--elgin-county-e-mail-reception-agreement > label.element-invisible + .form-checkboxes label:after {
  content: '*';
  color: red;
}

/* line 2066, ../sass/global.styles.scss */
#newsletter-entityform-edit-form .form-item {
  position: relative;
}
/* line 2069, ../sass/global.styles.scss */
#newsletter-entityform-edit-form .form-item input[type="text"] {
  width: 100%;
}

/*
 * Define consistent borders
 */
/* line 2076, ../sass/global.styles.scss */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
/* line 2088, ../sass/global.styles.scss */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
/* line 2096, ../sass/global.styles.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
/* line 2105, ../sass/global.styles.scss */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

/* line 2110, ../sass/global.styles.scss */
table.sticky-header {
  z-index: 10;
}

/* line 2113, ../sass/global.styles.scss */
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

/* line 2121, ../sass/global.styles.scss */
table,
td,
th {
  vertical-align: middle;
}

/* line 2126, ../sass/global.styles.scss */
caption,
th,
td {
  text-align: left;
}

/* line 2131, ../sass/global.styles.scss */
thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

/* line 2135, ../sass/global.styles.scss */
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

/* line 2141, ../sass/global.styles.scss */
tbody tr {
  border-top: 1px solid #ccc;
}

/* line 2144, ../sass/global.styles.scss */
tr.odd {
  background: #fff;
}

/* line 2147, ../sass/global.styles.scss */
tr.info,
tr.even,
.table-stripe tr:nth-child(2n+2),
.field-item tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

/* line 2154, ../sass/global.styles.scss */
tr.odd td.active {
  background-color: #eee;
}

/* line 2157, ../sass/global.styles.scss */
tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
/* line 2165, ../sass/global.styles.scss */
#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */
/* Left and right margin are set by the global gutter width */
/* line 2179, ../sass/global.styles.scss */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 2184, ../sass/global.styles.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
/* line 2211, ../sass/global.styles.scss */
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: 700;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
/* line 2231, ../sass/global.styles.scss */
.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
/* line 2242, ../sass/global.styles.scss */
.maintenance-page .container {
  padding: 40px 0;
}

/* line 2246, ../sass/global.styles.scss */
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

/* line 2253, ../sass/global.styles.scss */
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

/* line 2260, ../sass/global.styles.scss */
.db-offline div.messages {
  margin: 20px 0 0;
}

/* line 2264, ../sass/global.styles.scss */
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
/* line 2276, ../sass/global.styles.scss */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
/* line 2284, ../sass/global.styles.scss */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
/* line 2292, ../sass/global.styles.scss */
#styleguide-header {
  padding: 0 10px;
}

/* line 2296, ../sass/global.styles.scss */
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
 *    Main layout overrides
 * ========================================================================== */
/* line 2306, ../sass/global.styles.scss */
.container {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 2310, ../sass/global.styles.scss */
#header,
#menu-bar,
#messages,
.page-banner-wrapper,
#breadcrumb,
#footer {
  width: 100%;
  margin: 0 auto;
}

/* line 2319, ../sass/global.styles.scss */
.page-banner-wrapper {
  margin-bottom: 30px;
}

/* line 2322, ../sass/global.styles.scss */
#page-banner {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* =============================================================================
 *    Views
 * ========================================================================== */
/* line 2335, ../sass/global.styles.scss */
.view-video-feed .views-row {
  border-bottom: 1px solid #AEE288;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
/* line 2340, ../sass/global.styles.scss */
.view-video-feed .views-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 2348, ../sass/global.styles.scss */
.featured-content-content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2357, ../sass/global.styles.scss */
.featured-content-content .featured-content-body a, .featured-content-content .featured-content-body p,
.featured-content-content .featured-content-call2action a,
.featured-content-content .featured-content-call2action p {
  font-size: 1.3em;
  font-weight: 700;
}
/* line 2362, ../sass/global.styles.scss */
.featured-content-content .featured-content-call2action a {
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #fff;
  background: transparent;
  text-shadow: 3px 4px 3px rgba(65, 65, 65, 0.7);
}
/* line 2370, ../sass/global.styles.scss */
.featured-content-content .featured-content-call2action a:hover {
  color: #009ADE;
  border: 2px solid #009ADE;
  text-decoration: none;
  background: #fff;
}
/* line 2378, ../sass/global.styles.scss */
.featured-content-content h2.featured-content-title {
  font-size: 3.43em;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

/** business directory **/
/* line 2388, ../sass/global.styles.scss */
.business-directory-enhanced-1 {
  border: 2px solid #AEE288;
  background: #E7F4DF;
  padding: 20px 20px;
}
/* line 2392, ../sass/global.styles.scss */
.business-directory-enhanced-1.views-row-even {
  border-top: none;
}
/* line 2394, ../sass/global.styles.scss */
.business-directory-enhanced-1.views-row-even + .business-directory-enhanced-1.views-row-odd {
  border-top: none;
}
/* line 2399, ../sass/global.styles.scss */
.business-directory-enhanced-0 {
  border-bottom: 2px solid #AEE288;
  padding: 0 20px 20px;
  margin: 20px 0 20px 0;
}
/* line 2404, ../sass/global.styles.scss */
.business-directory-enhanced-0 .business_directory-logo {
  display: none;
}

/* line 2411, ../sass/global.styles.scss */
.view-business-directories .views-row-last.business-directory-enhanced-0 {
  border-bottom: 0;
}
/* line 2415, ../sass/global.styles.scss */
.view-business-directories .item-list-pager {
  margin-top: 10px;
}

/* line 2420, ../sass/global.styles.scss */
.business_directory-icons, .business_directory-body, .business_directory-logo {
  float: left;
}
/* line 2427, ../sass/global.styles.scss */
.business_directory-logo img {
  display: inherit;
  border: 2px solid #cecdce;
}
/* line 2432, ../sass/global.styles.scss */
.business_directory-body {
  flex-grow: 1;
  margin-right: 2%;
}
/* line 2436, ../sass/global.styles.scss */
.business_directory-body h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
  text-transform: none;
  line-height: 1;
  color: #46692f !important;
}
/* line 2444, ../sass/global.styles.scss */
.business_directory-body p {
  margin-bottom: 0;
}
/* line 2448, ../sass/global.styles.scss */
.business_directory-icons {
  margin-right: 0;
  position: relative;
}
/* line 2452, ../sass/global.styles.scss */
.business_directory-icons h3 {
  margin: 0 0 0.25em;
  font-size: 1.6em;
  line-height: 1;
  color: #46692f !important;
}

/* line 2460, ../sass/global.styles.scss */
.social-links li.field-item a:hover {
  border-bottom: none;
}

/* line 2463, ../sass/global.styles.scss */
.social-links li.field-item .icon {
  color: #009ADE;
  background: none;
  padding: 0;
}
/* line 2467, ../sass/global.styles.scss */
.social-links li.field-item .icon:hover {
  color: #0071a2;
}

/** Events and calendar ***/
/* line 2473, ../sass/global.styles.scss */
.page-events.page-views .tabs.primary {
  border-bottom: none;
}
/* line 2475, ../sass/global.styles.scss */
.page-events.page-views .tabs.primary li {
  float: none;
  display: inline-block;
  margin: 0;
}
/* line 2480, ../sass/global.styles.scss */
.page-events.page-views .tabs.primary li a {
  background: #009ADE;
  padding: 10px 20px;
  border: 2px solid #009ADE;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2490, ../sass/global.styles.scss */
.page-events.page-views .tabs.primary li a:focus, .page-events.page-views .tabs.primary li a:hover {
  background-color: #fff;
  border: 2px solid #009ADE;
  color: #009ADE;
}
/* line 2498, ../sass/global.styles.scss */
.page-events.page-views .tabs.primary li.active a.active,
.page-events.page-views .tabs.primary li.active a {
  border: 2px solid #009ADE;
  background-color: #fff;
  color: #009ADE;
}

/* line 2510, ../sass/global.styles.scss */
.view-events-list-format > h2 {
  font-size: 2em;
}
/* line 2513, ../sass/global.styles.scss */
.view-events-list-format .views-row {
  border-top: 2px solid #ffda64;
  padding-top: 15px;
  margin: 15px 0 0;
  display: table;
  width: 100%;
}
/* line 2519, ../sass/global.styles.scss */
.view-events-list-format .views-row-first {
  border-top: none;
  padding-top: 0;
  margin: 0;
}
/* line 2525, ../sass/global.styles.scss */
.view-events-list-format .views-field-field-event-date-1,
.view-events-list-format .main-body {
  display: table-cell;
  vertical-align: top;
}
/* line 2530, ../sass/global.styles.scss */
.view-events-list-format .views-field-field-event-date-1 {
  width: 42px;
}
/* line 2532, ../sass/global.styles.scss */
.view-events-list-format .views-field-field-event-date-1 span {
  margin-right: 15px;
  text-align: center;
  color: #46692f;
  font-weight: 700;
  border: 1px solid #46692f;
  border-top-width: 4px;
  border-radius: 3px;
  padding: 5px;
  display: block;
  line-height: 1;
  max-width: 16px;
  max-height: 13px;
}
/* line 2548, ../sass/global.styles.scss */
.view-events-list-format .views-field-title {
  text-transform: none;
  color: #46692f;
  margin-top: 0;
  line-height: 1.2;
  font-size: 1.9em;
  margin-bottom: 10px;
}
/* line 2555, ../sass/global.styles.scss */
.view-events-list-format .views-field-title a {
  color: inherit;
}
/* line 2559, ../sass/global.styles.scss */
.view-events-list-format .views-field-field-event-date {
  color: #0071a2;
  margin-top: 0;
}

/* line 2567, ../sass/global.styles.scss */
.calendar-calendar .month-view .full tbody tr {
  border-top: 1px solid #AEE288;
}
/* line 2570, ../sass/global.styles.scss */
.calendar-calendar .month-view .full th.days {
  background-color: #E7F4DF;
  color: #46692f;
  border: 1px solid #AEE288;
}
/* line 2575, ../sass/global.styles.scss */
.calendar-calendar .month-view .full td {
  border: 1px solid #AEE288;
  color: #46692f;
}
/* line 2578, ../sass/global.styles.scss */
.calendar-calendar .month-view .full td.empty {
  color: #cc9;
}
/* line 2582, ../sass/global.styles.scss */
.calendar-calendar .month-view .full td .month.day {
  color: #46692f;
  font-family: "Oswald", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* line 2589, ../sass/global.styles.scss */
.calendar-calendar .month-view .full td.multi-day .inner div.monthview, .calendar-calendar .month-view .full td.single-day .inner div.monthview {
  background: #E7F4DF;
  color: #46692f;
  height: 4.5em;
  text-align: center;
}
/* line 2595, ../sass/global.styles.scss */
.calendar-calendar .month-view .full td.multi-day .inner div.monthview .contents, .calendar-calendar .month-view .full td.single-day .inner div.monthview .contents {
  width: 100%;
}
/* line 2599, ../sass/global.styles.scss */
.calendar-calendar .month-view .full td.multi-day .inner div.monthview a,
.calendar-calendar .month-view .full td.multi-day .inner div.monthview .date-display-end, .calendar-calendar .month-view .full td.single-day .inner div.monthview a,
.calendar-calendar .month-view .full td.single-day .inner div.monthview .date-display-end {
  display: block;
}
/* line 2604, ../sass/global.styles.scss */
.calendar-calendar .month-view .full td.multi-day .inner div.monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner div.monthview .cutoff, .calendar-calendar .month-view .full td.single-day .inner div.monthview .continues,
.calendar-calendar .month-view .full td.single-day .inner div.monthview .cutoff {
  background: #E7F4DF;
}

/* line 2615, ../sass/global.styles.scss */
.view .date-nav-wrapper .pager a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #46692f;
}
/* line 2618, ../sass/global.styles.scss */
.view .date-nav-wrapper .pager a:hover {
  border-bottom: none;
}
/* line 2622, ../sass/global.styles.scss */
.view .date-nav-wrapper .pager li {
  border: 2px solid #E7F4DF;
  background: #E7F4DF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 2626, ../sass/global.styles.scss */
.view .date-nav-wrapper .pager li:hover {
  background: transparent;
}
/* line 2628, ../sass/global.styles.scss */
.view .date-nav-wrapper .pager li:hover a {
  color: #009ADE;
}
/* line 2633, ../sass/global.styles.scss */
.view .date-nav-wrapper .pager .date-prev {
  right: 80px;
}
/* line 2635, ../sass/global.styles.scss */
.view .date-nav-wrapper .pager .date-prev a {
  padding-right: 10px;
}
/* line 2638, ../sass/global.styles.scss */
.view .date-nav-wrapper .pager .date-next a {
  padding-left: 10px;
}

/* line 2642, ../sass/global.styles.scss */
.block-header-dropdown, #block-formblock-contact-site, #block-block-3, #block-block-42, #block-weather-system-1 {
  position: absolute;
  background: #E7F4DF;
  z-index: 999;
  display: none;
  padding: 20px 30px;
  margin-top: 5px;
  text-align: left;
  width: 20vw;
  border: 3px solid #AEE288;
  margin-left: 20%;
  right: 0%;
}
/* line 2656, ../sass/global.styles.scss */
.block-header-dropdown input, #block-formblock-contact-site input, #block-block-3 input, #block-block-42 input, #block-weather-system-1 input,
.block-header-dropdown textarea,
#block-formblock-contact-site textarea,
#block-block-3 textarea,
#block-block-42 textarea,
#block-weather-system-1 textarea {
  max-width: 100%;
  border: 1px solid #AEE288;
  box-shadow: none;
  border-radius: 0;
}
/* line 2664, ../sass/global.styles.scss */
.block-header-dropdown .form-submit, #block-formblock-contact-site .form-submit, #block-block-3 .form-submit, #block-block-42 .form-submit, #block-weather-system-1 .form-submit {
  text-transform: capitalize;
}
/* line 2672, ../sass/global.styles.scss */
.block-header-dropdown .close, #block-formblock-contact-site .close, #block-block-3 .close, #block-block-42 .close, #block-weather-system-1 .close {
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ccc;
}

/*-- weather styling --*/
/* line 2701, ../sass/global.styles.scss */
#block-weather-system-1 .weather-date-time {
  padding-bottom: 10px;
}
/* line 2705, ../sass/global.styles.scss */
#block-weather-system-1 .weather-attribution {
  display: none;
}
/* line 2709, ../sass/global.styles.scss */
#block-weather-system-1 .weather-image {
  display: block;
  float: left;
  width: 75px;
}
/* line 2714, ../sass/global.styles.scss */
#block-weather-system-1 .weather-image img {
  width: 64px;
  padding-top: 5px;
}
/* line 2720, ../sass/global.styles.scss */
#block-weather-system-1 .weather-condition-temp {
  display: block;
  float: left;
  width: 150px;
  padding-top: 5px;
}

/**
 * Accordion Style
 */
/* line 2732, ../sass/global.styles.scss */
.ui-accordion .ui-state-default, .ui-accordion .ui-widget-content .ui-state-default,
.ui-accordion .ui-widget-header .ui-state-default,
.ui-accordion .ui-widget-content {
  background: #E7F4DF;
  border: 1px solid #AEE288;
  border-radius: 0;
}
/* line 2740, ../sass/global.styles.scss */
.ui-accordion .ui-widget-content {
  border-top: 0;
  font-size: 0.875rem;
}
/* line 2745, ../sass/global.styles.scss */
.ui-accordion .ui-state-default .ui-icon {
  background-image: none;
  font-family: 'FontAwesome';
  text-indent: 0;
  height: 1.2em;
  margin-top: -0.6em;
  left: auto;
  margin-left: -1em;
}
/* line 2754, ../sass/global.styles.scss */
.ui-accordion .ui-state-default .ui-icon:before {
  content: "\f0da";
}
/* line 2760, ../sass/global.styles.scss */
.ui-accordion .ui-state-active .ui-icon:before {
  content: "\f0d7";
}

/* line 2766, ../sass/global.styles.scss */
#backtotop {
  background: #46692f;
  border-radius: 50%;
  color: #fff;
  text-indent: -999999px;
  opacity: .6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
}
/* line 2777, ../sass/global.styles.scss */
#backtotop:hover, #backtotop:focus {
  background-color: #0071a2;
  opacity: 1;
}
/* line 2782, ../sass/global.styles.scss */
#backtotop:after {
  content: '\f106';
  font-family: FontAwesome;
  display: block;
  text-indent: 0;
  font-size: 38px;
  margin-top: -0.7em;
}
/* line 2791, ../sass/global.styles.scss */
#backtotop i {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media all and (min-width: 769px) {
  /* line 2800, ../sass/global.styles.scss */
  #backtotop:after {
    font-size: 2.9em;
    margin-top: -.5em;
  }
}
/* line 2805, ../sass/global.styles.scss */
.captcha div {
  max-width: 100%;
}

/* line 2810, ../sass/global.styles.scss */
.block-region-sidebar-second h2.block-title {
  font-size: 1.6em;
}

/* line 2814, ../sass/global.styles.scss */
.three-3x33 .block .block-inner .block-content p a {
  border: none;
}

/* line 2818, ../sass/global.styles.scss */
.field-collection-container {
  border-bottom: none;
}

/** business map **/
/* line 2824, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2831, ../sass/global.styles.scss */
#content .view-business-map.view-display-id-page_list .panel-display {
  padding: 0 10px;
}
/* line 2837, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .view-filters > h2 {
  border-bottom: 1px solid #AEE288;
  padding-bottom: 10px;
}
/* line 2843, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-exposed-widgets {
  padding-bottom: 2.1em;
  border-bottom: 1px solid #AEE288;
  margin-bottom: 10px;
}
/* line 2849, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-reset-button,
.view-business-map.view-display-id-page_list .views-submit-button {
  padding-top: 0;
}
/* line 2854, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary,
.view-business-map.view-display-id-page_list .views-submit-button {
  clear: left;
}
/* line 2859, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary {
  width: 100%;
  padding-right: 0;
}
/* line 2863, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .bef-tree-child.bef-tree-depth-0 {
  display: block !important;
}
/* line 2867, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .fieldset-title {
  font-size: 18px;
  border-bottom: none;
}
/* line 2874, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .form-item-naics-category > label {
  display: none;
}
/* line 2877, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .form-item-naics-category .description {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
/* line 2882, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .form-item-naics-category .description a {
  border-bottom: none;
  color: inherit;
}
/* line 2890, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .bef-select-as-checkboxes .form-item {
  float: left;
  width: 33.33333%;
}
/* line 2897, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .form-item-tourism-secondary-category > label {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
}
/* line 2904, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .form-item-tourism-secondary-category .bef-tree,
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .form-item-tourism-secondary-category .bef-tree > .bef-tree-child {
  padding: 0;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 2911, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .form-item-tourism-secondary-category .bef-tree > .bef-tree-child > li {
  float: left;
  width: 24.5%;
}
/* line 2915, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .form-item-tourism-secondary-category .bef-tree > .bef-tree-child > li + li {
  margin-right: 0.5%;
}
/* line 2920, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-widget-filter-secondary .form-item-tourism-secondary-category .bef-tree > .bef-tree-child > li .bef-tree-child {
  padding: 0 0 0 30px;
  margin: 10px 0;
}
/* line 2928, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-field-title {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 2932, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-field-title a {
  border-bottom: none;
  color: #46692f;
}
/* line 2935, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-field-title a:hover, .view-business-map.view-display-id-page_list .views-field-title a:focus {
  border-bottom: 1px dotted #46692f;
}
/* line 2942, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .views-label {
  font-weight: bold;
}
/* line 2946, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .item-list-pager {
  margin-top: 10px;
}
/* line 2951, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .region-two-33-66-first > h2 {
  margin-top: 0;
}
/* line 2954, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .region-two-33-66-first .views-field-counter {
  background: url(../images/green-map-icon.png) center center no-repeat;
  background-size: cover;
  width: 35px;
  height: 45px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-top: 5px;
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 15px;
}
/* line 2969, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .region-two-33-66-first .views-row {
  padding: 15px 0 15px 50px;
  margin-right: 15px;
  border-bottom: 1px solid #AEE288;
  position: relative;
}
/* line 2975, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .region-two-33-66-first .views-row.synced-marker-hover {
  background-color: #f4f8f1;
}
/* line 2979, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .region-two-33-66-first .views-row-first {
  padding-top: 0;
}
/* line 2981, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .region-two-33-66-first .views-row-first .views-field-counter {
  top: 0;
}
/* line 2985, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .region-two-33-66-first .views-row-last {
  border-bottom-color: #c6e8f7;
}
/* line 2992, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .leaflet-view .tag-inside-marker {
  color: #fff;
  font-weight: bold;
}
/* line 2996, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .leaflet-view .leaflet-popup-close-button {
  border-bottom: none;
}
/* line 2999, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .leaflet-view .leaflet-popup-tip,
.view-business-map.view-display-id-page_list .leaflet-view .leaflet-popup-content-wrapper {
  border: 0.5px solid #AEE288;
}
/* line 3006, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .field-name-field-social-links .field-label {
  margin-right: 5px;
  padding-top: 4px;
}
/* line 3010, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .field-name-field-social-links .field-label,
.view-business-map.view-display-id-page_list .field-name-field-social-links .field-label + .item-list {
  float: none;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
/* line 3017, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .field-name-field-social-links .field-label:after {
  content: ': ';
}
/* line 3021, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .field-name-field-social-links .field-items {
  margin: 0;
  float: none;
}
/* line 3024, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .field-name-field-social-links .field-items li {
  margin: 0 5px 0 0 !important;
}
/* line 3026, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .field-name-field-social-links .field-items li a {
  display: block;
  line-height: 1.4;
}
/* line 3029, ../sass/global.styles.scss */
.view-business-map.view-display-id-page_list .field-name-field-social-links .field-items li a .icon {
  font-size: 20px;
}

/* Juicebox gallery */
/* line 3040, ../sass/global.styles.scss */
.juicebox-parent {
  max-width: 100%;
}

/* line 3043, ../sass/global.styles.scss */
.jb-flag-large-screen-mode .jb-area-large-mode-title,
.jb-cap-frame .jb-caption,
.jb-idx-title, .jb-idx-title textarea,
.jb-go-back .jb-go-back-text,
.juicebox-gallery .jb-status-message,
.jb-splash-info p,
.jb-caption-desc {
  text-shadow: none !important;
}

/* line 3052, ../sass/global.styles.scss */
.jb-caption.jb-classifier-layer {
  background: #ddd !important;
}
