/*
Theme Name: wwad
Theme URI: http://underscores.me/
Author: John Hume
Author URI: http://www.sjconsulting.us
Description: Description
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wwad
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wwad is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: DDTesting
----------------------------------------------------------------
# Layout
# Normalize
# Typography
# Base
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* line 25, sass/mixins/_mixins-master.scss */
.clearfix {
  clear: both;
}

/* line 28, sass/mixins/_mixins-master.scss */
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/
/* line 24, sass/layout/_grid.scss */


/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_bbpress.scss */
.bbpress {
  overflow-x: hidden;
}
/* line 7, sass/layout/_bbpress.scss */
.bbpress #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 15, sass/layout/_bbpress.scss */
  .bbpress #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 19, sass/layout/_bbpress.scss */
  .bbpress #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
/* line 24, sass/layout/_bbpress.scss */


/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/
/* line 24, sass/layout/_grid.scss */

a.button,
a.button:visited {
  display: inline-block;
  padding: 12px 24px;
  border: 0;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  background: #2eabfc;
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
}
a.button:hover,
a.button:focus {
  background: #60b609;
  transition: 0.25s;
  text-decoration: none;
  color: white;
}
.wp-block-button__link {
  transition: 0.25s;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background: #60b609 !important;
  transition: 0.25s;
  text-decoration: none;
  color: white;
}

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 6, sass/layout/_blog.scss */
.blog #content,
.archive:not(.forum-archive) #content,
.single:not(.bbpress) #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 14, sass/layout/_blog.scss */
  .blog #secondary,
  .archive:not(.forum-archive) #secondary,
  .single:not(.bbpress) #secondary {
    padding-top: 25px;
    width: 32.39437%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  /* line 19, sass/layout/_blog.scss */
  .blog #primary,
  .archive:not(.forum-archive) #primary,
  .single:not(.bbpress) #primary {
    width: 65.71429%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/* line 3, sass/layout/_contact-us.scss */
.page-template-page-contact-us #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/
/* line 24, sass/layout/_grid.scss */

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_gallery.scss */
.page-template-page-gallery {
  overflow-x: hidden;
}
/* line 7, sass/layout/_gallery.scss */
.page-template-page-gallery #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 15, sass/layout/_gallery.scss */
  .page-template-page-gallery #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 19, sass/layout/_gallery.scss */
  .page-template-page-gallery #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/


/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_home.scss */
.home {
  overflow-x: hidden;
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_leader.scss */
.page-template-page-leader {
  overflow-x: hidden;
}
/* line 7, sass/layout/_leader.scss */
.page-template-page-leader #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 15, sass/layout/_leader.scss */
  .page-template-page-leader #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 19, sass/layout/_leader.scss */
  .page-template-page-leader #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/* line 3, sass/layout/_leader-registration.scss */
.page-template-page-leader-registration #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 3, sass/layout/_one-col.scss */
.page-template-page-one-col #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/


/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_page.scss */
.page-template-default {
  overflow-x: hidden;
}
/* line 7, sass/layout/_page.scss */
.page-template-default #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 15, sass/layout/_page.scss */
  .page-template-default #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 19, sass/layout/_page.scss */
  .page-template-default #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_page-sponsors.scss */
.page-template-page-sponsors {
  overflow-x: hidden;
}
/* line 7, sass/layout/_page-sponsors.scss */
.page-template-page-sponsors #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 769px) {
  /* line 16, sass/layout/_page-sponsors.scss */
  .page-template-page-sponsors #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 20, sass/layout/_page-sponsors.scss */
  .page-template-page-sponsors #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/* line 31, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  /* line 31, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item {
    width: 50%;
  }
}
@media (max-width: 374px) {
  /* line 31, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item {
    width: 100%;
  }
}
/* line 42, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-item .sponsor-gallery-popup {
  display: none;
}
/* line 46, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-item:nth-child(3n+1) {
  padding-left: 0;
  padding-right: 20px;
}
/* line 50, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-item:nth-child(3n) {
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 600px) {
  /* line 54, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media (max-width: 374px) {
  /* line 54, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  /* line 64, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (max-width: 374px) {
  /* line 64, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 74, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-caption {
  display: none;
}
/* line 77, sass/layout/_page-sponsors.scss */
.sponsor-gallery img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 82, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-image {
  overflow: hidden;
}
/* line 86, sass/layout/_page-sponsors.scss */
.sponsor-gallery .mfp-content .sponsor-gallery-popup {
  margin-left: auto;
  margin-right: auto;
}

/* line 94, sass/layout/_page-sponsors.scss */
.lg-img-wrap .lg-image:hover + .sponsor-gallery-caption,
.lg-img-wrap .lg-image:focus + .sponsor-gallery-caption,
.lg-img-wrap .sponsor-gallery-caption:hover,
.lg-img-wrap .sponsor-gallery-caption:focus {
  display: block;
}
/* line 100, sass/layout/_page-sponsors.scss */
.lg-img-wrap .sponsor-gallery-caption {
  position: absolute;
  bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 35px;
  display: none;
  text-align: left;
}
/* line 115, sass/layout/_page-sponsors.scss */
.lg-img-wrap .sponsor-gallery-caption h2 {
  color: white;
  font-weight: 300;
  font-size: 26px;
}
/* line 120, sass/layout/_page-sponsors.scss */
.lg-img-wrap .sponsor-gallery-caption a,
.lg-img-wrap .sponsor-gallery-caption a:visited,
.lg-img-wrap .sponsor-gallery-caption a:hover,
.lg-img-wrap .sponsor-gallery-caption a:focus {
  color: white;
  text-decoration: underline;
}
/* line 127, sass/layout/_page-sponsors.scss */
.lg-img-wrap .sponsor-gallery-caption p {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0;
  font-weight: 300;
}

/* line 135, sass/layout/_page-sponsors.scss */
.lg-sub-html {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media (max-width: 700px) {
  /* line 135, sass/layout/_page-sponsors.scss */
  .lg-sub-html {
    max-width: 100%;
  }
}

/* line 145, sass/layout/_page-sponsors.scss */
.lg-outer .lg-item .lg-image {
  max-width: 700px;
}
@media (max-width: 700px) {
  /* line 145, sass/layout/_page-sponsors.scss */
  .lg-outer .lg-item .lg-image {
    max-width: 100%;
  }
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_participant.scss */
.page-template-page-participant,
.page-template-page-participant-stats {
  overflow-x: hidden;
}
/* line 8, sass/layout/_participant.scss */
.page-template-page-participant #content,
.page-template-page-participant-stats #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 16, sass/layout/_participant.scss */
  .page-template-page-participant #content #left-col,
  .page-template-page-participant-stats #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 20, sass/layout/_participant.scss */
  .page-template-page-participant #content #middle-col,
  .page-template-page-participant-stats #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}


/* line 3, sass/layout/_participant-registration.scss */
.page-template-page-participant-registration #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 3, sass/layout/_portal.scss */
.page-template-page-portal #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/


/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_three-col.scss */
.page-template-page-three-col {
  overflow-x: hidden;
}
/* line 7, sass/layout/_three-col.scss */
.page-template-page-three-col #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 15, sass/layout/_three-col.scss */
  .page-template-page-three-col #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 19, sass/layout/_three-col.scss */
  .page-template-page-three-col #content #middle-col {
    width: 48.57143%;
    float: left;
    margin-right: -100%;
    margin-left: 25.71429%;
    clear: none;
  }
  /* line 22, sass/layout/_three-col.scss */
  .page-template-page-three-col #content #right-col {
    width: 22.85714%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 85px;
  }
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/


/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_walk.scss */
.page-template-page-walk {
  overflow-x: hidden;
}
/* line 7, sass/layout/_walk.scss */
.page-template-page-walk #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
  clear: left;
}
@media (min-width: 769px) {
  /* line 16, sass/layout/_walk.scss */
  .page-template-page-walk #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 20, sass/layout/_walk.scss */
  .page-template-page-walk #content #middle-col {
    width: 48.57143%;
    float: left;
    margin-right: -100%;
    margin-left: 25.71429%;
    clear: none;
  }
  /* line 23, sass/layout/_walk.scss */
  .page-template-page-walk #content #right-col {
    width: 22.85714%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 85px;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 1, sass/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, sass/_normalize.scss */
body {
  margin: 0;
}

/* line 11, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 26, sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 34, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 39, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 44, sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 48, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 53, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 57, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 62, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 66, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 71, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 76, sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 80, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 88, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 92, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 96, sass/_normalize.scss */
img {
  border: 0;
}

/* line 100, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 104, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 108, sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 113, sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 117, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 125, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 135, sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 139, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 144, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 152, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 157, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 163, sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 167, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 173, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 178, sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 183, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 188, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 194, sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 199, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 203, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 207, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 212, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, sass/typography/_typography.scss */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1, sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 5, sass/typography/_headings.scss */
h1.entry-title {
  margin-bottom: 10px;
}

/* line 1, sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
  font-family: "Open Sans", Helvetica, sans-serif;
}

/* line 6, sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 10, sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 14, sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 18, sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 29, sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 34, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 39, sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 44, sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* line 1, sass/base/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, sass/base/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 11, sass/base/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: "Open Sans", Helvetica, sans-serif;
}

/* line 16, sass/base/_elements.scss */
blockquote, q {
  quotes: "" "";
}
/* line 19, sass/base/_elements.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 25, sass/base/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, sass/base/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, sass/base/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, sass/base/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, sass/base/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 19, sass/base/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, sass/base/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 34, sass/base/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 1, sass/base/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* line 41, sass/base/_elements.scss */
h1, h2, h3, h4, h5, h6 {
  color: #068ACB;
}
/* line 44, sass/base/_elements.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #068ACB;
}
/* line 47, sass/base/_elements.scss */
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: #068ACB;
}

/* line 51, sass/base/_elements.scss */
h2, h3, h4, h5, h6 {
  font-weight: 600;
}

/* line 55, sass/base/_elements.scss */
a {
  color: #2BB6F9;
  text-decoration: none;
}

/* line 60, sass/base/_elements.scss */
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

/* line 65, sass/base/_elements.scss */
a:visited {
  color: #2BB6F9;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
/* line 16, sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
/* line 21, sass/forms/_buttons.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* line 1, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* line 11, sass/forms/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

/* line 16, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

/* line 24, sass/forms/_fields.scss */
textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: royalblue;
}
/* line 4, sass/navigation/_links.scss */
a:visited {
  color: purple;
}
/* line 7, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: midnightblue;
}
/* line 12, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 15, sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*---------------------------------------------
 # Top Menu
 *-------------------------------------------*/
/* line 6, sass/navigation/_menus.scss */
.menu-top-menu-container {
  background: #60b609;
  overflow: hidden;
}
@media (min-width: 769px) {
  /* line 6, sass/navigation/_menus.scss */
  .menu-top-menu-container {
    position: absolute;
    z-index: 1;
    right: 1%;
    width: auto;
  }
}
/* line 17, sass/navigation/_menus.scss */
.menu-top-menu-container #menu-top-menu {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  background: #60b609;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  float: right;
}
/* line 62, ../../../../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.menu-top-menu-container #menu-top-menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 49, ../../../../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.menu-top-menu-container #menu-top-menu li:first-child {
  padding-left: 0;
}
/* line 50, ../../../../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.menu-top-menu-container #menu-top-menu li:last-child {
  padding-right: 0;
}
/* line 52, ../../../../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.menu-top-menu-container #menu-top-menu li.last {
  padding-right: 0;
}
/* line 27, sass/navigation/_menus.scss */
.menu-top-menu-container #menu-top-menu li {
  text-align: center;
  background: #60b609;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: auto;
}
/* line 34, sass/navigation/_menus.scss */
.menu-top-menu-container #menu-top-menu li a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  display: block;
  padding: 5px 0;
}
/* line 44, sass/navigation/_menus.scss */
.menu-top-menu-container #menu-top-menu li:hover,
.menu-top-menu-container #menu-top-menu li:focus,
.menu-top-menu-container #menu-top-menu li:active {
  background: #2BB6F9;
}
/* line 49, sass/navigation/_menus.scss */
.menu-top-menu-container #menu-top-menu li:hover a,
.menu-top-menu-container #menu-top-menu li:focus a,
.menu-top-menu-container #menu-top-menu li:active a {
  color: white;
}

/*---------------------------------------------
 # Main Menu
 *-------------------------------------------*/
/* line 59, sass/navigation/_menus.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #2BB6F9;
  /*------------------------------------
   # Tablet and Desktop view
   -----------------------------------*/
}
/* line 66, sass/navigation/_menus.scss */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-top: 1px solid #068ACB;
}
/* line 72, sass/navigation/_menus.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
/* line 80, sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
/* line 86, sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
/* line 91, sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 200px;
}
@media (min-width: 769px) {
  /* line 104, sass/navigation/_menus.scss */
  .main-navigation ul li.menu-item a {
    font-size: 15px !important;
  }
  /* line 107, sass/navigation/_menus.scss */
  .main-navigation ul li.menu-item li a {
    font-weight: 600 !important;
  }
}
/* line 112, sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul {
  left: auto;
}
/* line 116, sass/navigation/_menus.scss */
.main-navigation li {
  float: left;
  position: relative;
}
/* line 123, sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}
@media (min-width: 769px) {
  /* line 59, sass/navigation/_menus.scss */
  .main-navigation {
    background: #60b609;
  }
  /* line 140, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu {
    border-top: none;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 0;
  }
  /* line 146, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu > li {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  /* line 149, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu > li + li {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
  }
  /* line 152, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu > li + li + li {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
  }
  /* line 155, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu > li + li + li + li {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  /* line 158, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu > li:hover,
  .main-navigation .menu-main-menu-container ul.nav-menu > li:focus,
  .main-navigation .menu-main-menu-container ul.nav-menu > li:active,
  .main-navigation .menu-main-menu-container ul.nav-menu > .current-menu-parent,
  .main-navigation .menu-main-menu-container ul.nav-menu > .current-menu-item {
    background: #2BB6F9;
  }
  /* line 166, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu li {
    text-align: center;
    padding: 5px 0;
  }
  /* line 170, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu li a {
    font-weight: bold;
    text-transform: uppercase;
  }
  /* line 174, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu {
    position: absolute;
    background: #2BB6F9;
    border-top: 1px solid #068ACB;
    top: 32px;
    width: 100%;
    padding: 0;
  }
  /* line 182, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > li {
    text-align: left;
    padding: 0;
  }
  /* line 186, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > li a {
    padding: 8px 20px;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 12px;
  }
  /* line 199, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > li:hover a,
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > li:focus a,
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > li:active a,
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > .current-menu-parent a,
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > .current-menu-item a {
    color: white;
    background: #60b609;
  }
}

/*---------------------------------------------
 # Sidebar Menu
 *-------------------------------------------*/
/* line 239, sass/navigation/_menus.scss */
#left-col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #60b609;
}
/* line 245, sass/navigation/_menus.scss */
#left-col ul li {
  border-bottom: 1px solid white;
}
/* line 248, sass/navigation/_menus.scss */
#left-col ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 7px 0 7px 20px;
}
/* line 257, sass/navigation/_menus.scss */
#left-col ul li:last-child {
  border-bottom: none;
}
/* line 260, sass/navigation/_menus.scss */
#left-col ul li:hover,
#left-col ul li:focus,
#left-col ul li:active,
#left-col ul .current-menu-parent,
#left-col ul .current-menu-item {
  background: #2BB6F9;
}
/* line 267, sass/navigation/_menus.scss */
#left-col ul li:hover a,
#left-col ul li:focus a,
#left-col ul li:active a,
#left-col ul .current-menu-parent a,
#left-col ul .current-menu-item a {
  color: #FDD448;
}

/* Small menu. */
/* line 275, sass/navigation/_menus.scss */
.menu-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 280, sass/navigation/_menus.scss */
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  /* line 285, sass/navigation/_menus.scss */
  .main-navigation ul {
    display: none;
  }
}
/*---------------------------------------------
 # Post navigation
 *-------------------------------------------*/
/* line 297, sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 302, sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 307, sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, sass/modules/_accessibility.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 9, sass/modules/_accessibility.scss */
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
/* line 1, sass/modules/_buttons.scss */
.outline-button {
  text-align: center;
}
/* line 4, sass/modules/_buttons.scss */
.outline-button a,
.outline-button input[type=submit] {
  padding: 5px 40px;
  border: 2px solid white;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  max-width: 180px;
}
/* line 16, sass/modules/_buttons.scss */
.outline-button a:hover,
.outline-button a:active,
.outline-button a:focus {
  background: white;
  color: #60b609;
}
/* line 25, sass/modules/_buttons.scss */
.outline-button.blue a,
.outline-button.blue input[type="submit"],
.outline-button.blue input[type="button"] {
  color: #2BB6F9;
  border: 2px solid #2BB6F9;
  font-weight: bold;
}
/* line 32, sass/modules/_buttons.scss */
.outline-button.blue a:hover,
.outline-button.blue a:active,
.outline-button.blue a:focus,
.outline-button.blue input[type="submit"]:hover,
.outline-button.blue input[type="button"]:hover {
  background: #2BB6F9;
  color: white;
}

/* line 47, sass/modules/_buttons.scss */
.featured-newsletter .outline-button input[type=submit],
.login-submit input[type=submit] {
  background: #666668 !important;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 50px;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 57, sass/modules/_buttons.scss */
.featured-newsletter .outline-button input[type=submit]:hover,
.login-submit input[type=submit]:hover {
  color: #666668;
  background: white !important;
}

/* line 65, sass/modules/_buttons.scss */
.home .metaslider .outline-button a {
  padding: 5px 18px;
  margin-top: 5px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600px;
}

/* line 78, sass/modules/_buttons.scss */
.logout-block .outline-button {
  margin-bottom: 15px;
}
/* line 81, sass/modules/_buttons.scss */
.logout-block .outline-button a {
  min-width: 181px;
}

/*--------------------------------------------------------------
# CForm
--------------------------------------------------------------*/
/* line 1, sass/modules/_cform.scss */
.cform fieldset {
  border: none;
}
/* line 4, sass/modules/_cform.scss */
.cform fieldset textarea, .cform fieldset input {
  width: 270px;
}
@media (min-width: 769px) {
  /* line 4, sass/modules/_cform.scss */
  .cform fieldset textarea, .cform fieldset input {
    width: 600px;
  }
}

/* line 12, sass/modules/_cform.scss */
.linklove {
  display: none;
}

/*--------------------------------------------------------------
# Circle
--------------------------------------------------------------*/
/* line 1, sass/modules/_circle.scss */
.as-circle {
  background: white;
  color: #60b609;
  border: 3px solid #dddddd;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 48px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  overflow: hidden;
  *zoom: 1;
}

/* line 16, sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Featured boxes
--------------------------------------------------------------*/
.featured-box {
  background: #60b609;
  text-align: center;
  color: white;
  height: 330px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.featured-box h2 {
  padding: 5px 0;
  margin: 0;
}
.featured-box h2 em {
  color: #b1f186;
  font-style: italic;
}
.featured-box p {
  padding: 0 10px;
}
.featured-box img {
  max-height: 175px;
  width: auto;
}
.featured-box.font-big p {
  font-size: 1.25rem;
}
.featured-box.font-small p {
  font-size: 0.8rem;
}
.featured-box.height-auto {
  height: auto;
  overflow: hidden;
}
.featured-box.green {
  background: #60b609;
}
.featured-box.green h2 {
  color: white;
}
.featured-box.green .highlight {
  color: #b1f186;
}
.featured-box.blue {
  background: #2BB6F9;
}
.featured-box.blue h2 {
  color: white;
}
.featured-box.blue h2 em {
  color: #b1f186;
}
.featured-box.blue .highlight {
  color: #b1f186;
}
.featured-box.blue-dark {
  background: #068ACB;
}
.featured-box.blue-dark h2 {
  color: white;
}
.featured-box.blue-dark h2 em {
  color: #86cbff;
}
.featured-box.blue-dark .highlight {
  color: #86cbff;
}
.featured-box.grey {
  background: #666668;
}
.featured-box.grey h2 {
  color: white;
}
.featured-box.grey h2 em {
  color: #86cbff;
}
.featured-box.grey .highlight {
  color: #86cbff;
}

@media (min-width: 769px) {
  /* line 102, sass/modules/_featured-boxes.scss */
  .featured-boxes {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    overflow: hidden;
  }

  /* line 112, sass/modules/_featured-boxes.scss */
  .featured-boxes .featured-box {
    width: 32.39437%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    max-width: 308px;
  }

  /* line 118, sass/modules/_featured-boxes.scss */
  .featured-boxes .featured-box + .featured-box {
    width: 32.39437%;
    float: left;
    margin-right: -100%;
    margin-left: 33.80282%;
    clear: none;
  }

  /* line 122, sass/modules/_featured-boxes.scss */
  .featured-boxes .featured-box + .featured-box + .featured-box {
    width: 32.39437%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.featured-reason .reason-number {
  min-height: 88px;
  margin-top: 10px;
}
.featured-reason .reason-text {
  padding: 0 40px;
  font-size: 18px;
  margin-bottom: 25px;
}

.page-template-page-portal .navigation-buttons .outline-button {
  margin-bottom: 15px;
}

.featured-shop {
  background: #4089ca;
}
.featured-shop h2 span {
  color: #86cbff;
}
.featured-shop .shop-item-name {
  padding: 0 40px;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.featured-newsletter {
  background: #767f70;
  padding: 65px 35px;
}
.featured-newsletter h2 span {
  color: #86cbff;
}
.featured-newsletter .newsletter-form {
  margin-top: 25px;
}
.featured-newsletter .newsletter-form input[type=text] {
  border-radius: 0;
  width: 200px;
  margin-bottom: 25px;
  padding-left: 15px;
}

.newsletter-popup {
  position: fixed;
  right: 0;
  box-shadow: 0 0 10px #333;
  padding: 25px 75px;
  text-align: center;
  background: #068ACB;
  bottom: -310px;
}
@media (max-width: 767px) {
  .newsletter-popup {
    width: 100%;
    padding: 15px;
  }
}
.newsletter-popup h3 {
  color: white;
  font-size: 24px;
}
@media (max-width: 767px) {
  .newsletter-popup h3 {
    margin: 0 0 8px;
    line-height: 1.4;
    font-size: 18px;
  }
}
.newsletter-popup h3 em {
  color: #b1f186;
}
.newsletter-popup p {
  color: white;
  font-size: 18px;
}
@media (max-width: 767px) {
  .newsletter-popup p {
    margin: 0 0 10px;
    font-size: 16px;
  }
}
.newsletter-popup input[type=text] {
  border-radius: 0;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .newsletter-popup input[type=text] {
    font-size: 14px;
  }
}
.newsletter-popup input[type=submit] {
  background: transparent !important;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 50px;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  max-width: 180px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .newsletter-popup input[type=submit] {
    margin-top: 0;
    padding: 8px 10px 7px;
    margin-left: 5px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .newsletter-popup .newsletter-form br {
    display: none;
  }
}
.newsletter-popup .newsletter-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .newsletter-popup .newsletter-popup-close {
    top: 10px;
    right: 10px;
  }
}
.newsletter-popup .newsletter-popup-close i {
  color: #86cbff;
  font-size: 22px;
  letter-spacing: 0.5px;
}

.featured-boxes .portal-login {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.featured-boxes .portal-login h3 {
  color: white;
}


/*--------------------------------------------------------------
# Footer social
--------------------------------------------------------------*/
/* line 1, sass/modules/_footer-social.scss */
.footer-social {
  text-align: center;
  margin-top: 5px;
  background: url("/wp-content/themes/wwad/img/Social-background.jpg") #4089cb;
  padding: 15px 0 25px;
  box-shadow: inset 0px -1px 10px #66c;
}
/* line 9, sass/modules/_footer-social.scss */
.footer-social h2 {
  text-transform: uppercase;
  color: #86cbff;
  margin: 0;
  font-weight: normal;
  margin-bottom: 15px;
}
/* line 17, sass/modules/_footer-social.scss */
.footer-social div {
  background: transparent;
}
/* line 20, sass/modules/_footer-social.scss */
.footer-social div i {
  color: white;
}
/* line 25, sass/modules/_footer-social.scss */
/*
.footer-social .facebook-icon {
  width: 15.49296%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}*/
/* line 28, sass/modules/_footer-social.scss */
/*
.footer-social .twitter-icon {
  width: 15.49296%;
  float: left;
  margin-right: -100%;
  margin-left: 16.90141%;
  clear: none;
}*/
/* line 31, sass/modules/_footer-social.scss */
/*
.footer-social .youtube-icon {
  width: 15.49296%;
  float: left;
  margin-right: -100%;
  margin-left: 33.80282%;
  clear: none;
}*/
/* line 34, sass/modules/_footer-social.scss */
/*
.footer-social .linkedin-icon {
  width: 15.49296%;
  float: left;
  margin-right: -100%;
  margin-left: 50.70423%;
  clear: none;
}*/
/* line 37, sass/modules/_footer-social.scss */
/*
.footer-social .email-icon {
  width: 15.49296%;
  float: left;
  margin-right: -100%;
  margin-left: 67.60563%;
  clear: none;
}*/
/* line 40, sass/modules/_footer-social.scss */
/*
.footer-social .rss-icon {
  width: 15.49296%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-top: 1px;
}*/
@media (min-width: 769px) {
  /* line 1, sass/modules/_footer-social.scss */
  .footer-social {
    padding: 25px 0 40px;
  }
  /* line 49, sass/modules/_footer-social.scss */
  .footer-social .social-icons {
    max-width: 420px;
    margin: 0 auto;
  }
  /* line 53, sass/modules/_footer-social.scss */
  .footer-social .social-icons i {
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
# Login form
--------------------------------------------------------------*/
p.login-submit {
  margin-bottom: 15px;
}
.login-username input,
.login-password input {
  width: 125px;

@include breakpoint($desktop) {
  width: 140px;
}
}
.login-password label {
  display: block;
}
p.login-password {
  margin-top: 0;
}
p.login-username {
  margin-bottom: 10px;
}


/*--------------------------------------------------------------
# MapMap
--------------------------------------------------------------*/
/* line 3, sass/modules/_map.scss */
.map-container .map-text {
  text-align: center;
  padding: 20px 10px 25px;
}
/* line 7, sass/modules/_map.scss */
.map-container .map-text h2 {
  color: #2BB6F9;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}
/* line 16, sass/modules/_map.scss */
.map-container .map-text p {
  color: #666668;
  font-style: italic;
  margin: 5px 0;
  font-size: 13px;
}
/* line 22, sass/modules/_map.scss */
.map-container .map-text .map-arrow i {
  color: #2BB6F9;
  font-size: 34px;
}
/* line 28, sass/modules/_map.scss */
.map-container .map-search {
  margin-top: 15px;
  position: relative;
}
/* line 32, sass/modules/_map.scss */
.map-container .map-search .gmw-form-wrapper {
  position: static !important;
  margin: 40px auto 0 auto !important;
  min-height: 50px !important;
}
/*
.map-container .map-search .gmw-form-wrapper {
	left: 0;
    right: 0;
	top: -60px;
    margin-left: auto;
    margin-right: auto;
}*/

div.gmw-global-map-wrapper {
  overflow: visible;
}
.page-template-default div.gmw-form-wrapper.gmapspt.template-compact {
  display: block;
  min-height: 65px;
  position: static;
}
.page-id-7 div.gmw-form-wrapper.gmapspt.template-compact {
  position: static !important;
}
div.gmw-form-wrapper.gmapspt.template-compact.global-map {
  left: auto;
    right: 70px;
    top: -65px;
    position: absolute;
}
@media(max-width: 767px) {
  div.gmw-form-wrapper.gmapspt.template-compact.global-map {
    left: 0;
    right: 0;
    top: -60px;
    margin-left: auto;
    margin-right: auto;
  }
}
div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area i.gmw-submit {
  color: white;
  background: #60b609;
}
div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area i.gmw-submit:after {
  border-left: none;
}
/* line 36, sass/modules/_map.scss */
.map-container .map-search .gmaps-results-message-holder.yes-results {
  display: none;
}
/* line 39, sass/modules/_map.scss */
.map-container .map-search div.gmaps-gmpt-compact-form-wrapper .gmaps-results-message-holder.no-results {
  font-size: 13px;
  letter-spacing: 0.5px;
  max-height: none;
  height: auto;
  padding-bottom: 5px;
}
/* line 46, sass/modules/_map.scss */
.map-container .map-search .gmaps-results-message-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 43px;
}
/* line 52, sass/modules/_map.scss */
.map-container .map-search .menu-button-wrapper {
  display: none;
}
/* line 55, sass/modules/_map.scss */
.map-container .map-search .gmw-locator-btn-wrapper {
  display: none;
}
/* line 58, sass/modules/_map.scss */
.map-container .map-search div.gmaps-gmpt-compact-form-wrapper .form-top-area a.submit-search {
  max-height: none;
  height: 100%;
  width: auto;
  top: 0;
  right: 0;
  padding: 4px 8px 5px 5px;
  background: #60B609;
}
/* line 67, sass/modules/_map.scss */
.map-container .map-search div.gmaps-gmpt-compact-form-wrapper form .gmw-address-field-wrapper {
  box-shadow: none;
}
/* line 72, sass/modules/_map.scss */
.map-container .left.w50 {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 72, sass/modules/_map.scss */
  .map-container .left.w50 {
    float: none;
    width: 100%;
  }
}
/* line 81, sass/modules/_map.scss */
.map-container .right.w50 {
  float: right;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 81, sass/modules/_map.scss */
  .map-container .right.w50 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 90, sass/modules/_map.scss */
  .map-container .map-container .left.w50 {
    margin-bottom: 35px;
  }
}
/* line 96, sass/modules/_map.scss */
.map-container .map {
  margin-top: 25px;
}
@media (min-width: 769px) {
  /* line 100, sass/modules/_map.scss */
  .map-container .map .gmw-map-wrapper {
    height: 500px !important;
  }
}
/* line 106, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder {
  border: none;
}
/* line 109, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder .template-content-wrapper {
  overflow-y: auto;
}
/* line 113, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder .address-wrapper {
  padding: 2px;
}
/* line 117, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder .dashicons,
.map-container .map .gmw-ib-template-holder .dashicons-before:before {
  width: 23px;
  height: 23px;
}
/* line 122, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder .distance {
  display: none;
}
/* line 127, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder:before {
  bottom: -34px;
}
/* line 130, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder:after {
  bottom: -30px;
}
/* line 135, sass/modules/_map.scss */
.map-container .gmw-ib-template-holder .template-content-wrapper h3.title a:link,
.map-container .gmw-ib-template-holder .template-content-wrapper h3.title a:visited {
  color: #2BB6F9;
}
/* line 139, sass/modules/_map.scss */
.map-container .gmw-ib-template-holder .template-content-wrapper h3.title a:hover {
  text-decoration: underline;
}
/* line 142, sass/modules/_map.scss */
.map-container .gmw-ib-template-holder .template-content-wrapper a:link,
.map-container .gmw-ib-template-holder .template-content-wrapper a:visited {
  color: #068ACB;
}
/* line 146, sass/modules/_map.scss */
.map-container .gmw-ib-template-holder .template-content-wrapper a:hover {
  text-decoration: underline;
}
/* line 149, sass/modules/_map.scss */
.map-container .gmw-ib-template-holder .template-content-wrapper .distance {
  color: #068ACB;
}
div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area .gmw-draggable {
  display: none;
}
div.gmw-form-wrapper.gmapspt.template-compact form.gmw-form .search-area .gmw-element-toggle-button {
  display: none;
}
div.gmw-form-wrapper.gmapspt.template-compact form.gmw-form .gmw-gmaps-results-message-wrapper {
  background-color: #60b609;
  text-align: center;
}
div.gmw-form-wrapper.gmapspt.template-compact form.gmw-form span.gmw-gmaps-results-message {
  display: none;
  background-color: #60b609;
}
div.gmw-form-wrapper.gmapspt.template-compact form.gmw-form .search-area i.gmw-submit {
  color: #60b609;
}
div.gmw-form-wrapper.gmapspt.template-compact form.gmw-form .search-area .gmw-address-field-wrapper {
  padding-left: 25px;
}
.gmw-info-window .featured-image img {
  max-width: 100% !important;
}
body.woocommerce #content #primary {
  width: 100%;
}

/*--------------------------------------------------------------
# Mobile menu
--------------------------------------------------------------*/
/* line 3, sass/modules/_mobile-menu.scss */
.main-navigation .menu-toggle {
  padding-right: 10px;
  padding-top: 10px;
  color: white;
  cursor: pointer;
  width: 100%;
  text-align: right;
  padding-bottom: 6px;
}
/* line 12, sass/modules/_mobile-menu.scss */
.main-navigation .menu-toggle i {
  font-size: 20px;
}
/* line 17, sass/modules/_mobile-menu.scss */
.main-navigation ul.nav-menu {
  padding: 10px 0;
}
/* line 20, sass/modules/_mobile-menu.scss */
.main-navigation ul.nav-menu li {
  float: none;
  padding: 5px 0 5px 15px;
}
/* line 24, sass/modules/_mobile-menu.scss */
.main-navigation ul.nav-menu li a {
  color: white;
  font-size: 14px;
}
/* line 30, sass/modules/_mobile-menu.scss */
.main-navigation ul.nav-menu ul.sub-menu {
  display: block;
  position: static;
  float: none;
  box-shadow: none;
  border: none;
}
/* line 37, sass/modules/_mobile-menu.scss */
.main-navigation ul.nav-menu ul.sub-menu a {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Photo gallery
--------------------------------------------------------------*/
/* Photo Gallery Styling */
/* line 2, sass/modules/_photo-gallery.scss */
div.photogal {
  margin: 0;
  padding: 10px 0;
  position: relative;
  /* hides first parapragh in browsers that support first-Child */
}
/* line 7, sass/modules/_photo-gallery.scss */
div.photogal ul.photogal {
  width: auto;
  padding: 0;
  margin: 0 auto;
  float: none;
  margin-left: 0;
  text-indent: 0;
  clear: both;
}
/* line 16, sass/modules/_photo-gallery.scss */
div.photogal ul.photogal li {
  list-style: none;
  /* width:33%; */
  width: auto;
  margin: 0;
  margin-right: 25px;
  padding: 0;
  float: left;
}
/* line 25, sass/modules/_photo-gallery.scss */
div.photogal ul.photogal li a {
  text-decoration: none;
  border: none;
}
/* line 26, sass/modules/_photo-gallery.scss */
div.photogal ul.photogal li img {
  border: 1px solid #999;
}
/* line 28, sass/modules/_photo-gallery.scss */
div.photogal ul.photogal li p:first-Child {
  display: none;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/* line 3, sass/modules/_slider.scss */
.home .metaslider {
  display: none;
}
@media (min-width: 769px) {
  /* line 3, sass/modules/_slider.scss */
  .home .metaslider {
    display: block;
  }
}
/* line 10, sass/modules/_slider.scss */
.home .metaslider .caption-wrap {
  bottom: 1px;
  left: 3%;
  width: 425px;
  padding: 15px;
  background: rgba(43, 182, 249, 0.7);
  opacity: 1;
}
/* line 20, sass/modules/_slider.scss */
.home .metaslider .caption-wrap .caption {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.4;
}
/* line 29, sass/modules/_slider.scss */
.home .metaslider .flexslider {
  margin-bottom: 0;
}
/* line 33, sass/modules/_slider.scss */
.home .metaslider .flex-control-nav {
  bottom: 10px;
  z-index: 2;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/* line 3, sass/modules/_woocommerce.scss */
.woocommerce input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #2BB6F9;
}
/* line 10, sass/modules/_woocommerce.scss */
.woocommerce input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #068ACB;
}
/* line 17, sass/modules/_woocommerce.scss */
.woocommerce .qty {
  line-height: 1.85;
}
/* line 21, sass/modules/_woocommerce.scss */
.woocommerce table.cart td.actions .input-text {
  width: 120px !important;
}
/* Hide Cart link because we have the custom built link */
.cart-menu-link {
  display: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
/* line 5, sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/* Search widget. */
/* line 11, sass/site/secondary/_widgets.scss */
.widget_search .search-submit {
  display: none;
}

/* Sidebar widgets */
/* line 18, sass/site/secondary/_widgets.scss */
#secondary .widget h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
}
/* line 24, sass/site/secondary/_widgets.scss */
#secondary .widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #60b609;
}
/* line 31, sass/site/secondary/_widgets.scss */
#secondary .widget ul li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 7px 0 7px 20px;
}
/* line 40, sass/site/secondary/_widgets.scss */
#secondary .widget ul li:hover,
#secondary .widget ul li:focus,
#secondary .widget ul li:active,
#secondary .widget ul .current-menu-parent,
#secondary .widget ul .current-menu-item,
#secondary .widget ul .current-cat {
  background: #2BB6F9;
}
/* line 49, sass/site/secondary/_widgets.scss */
#secondary .widget ul li:hover a,
#secondary .widget ul li:focus a,
#secondary .widget ul li:active a,
#secondary .widget ul .current-menu-parent a,
#secondary .widget ul .current-menu-item a,
#secondary .widget ul .current-cat a {
  color: white;
}
/* line 57, sass/site/secondary/_widgets.scss */
#secondary .widget.widget_archive ul, #secondary .widget.widget_categories ul {
  padding: 10px 0;
}
/* line 61, sass/site/secondary/_widgets.scss */
#secondary .widget.widget_archive ul li a, #secondary .widget.widget_categories ul li a {
  padding: 5px 0 5px 20px;
  font-size: 14px;
}
#secondary #categories-3 .cat-item-141,
#secondary #categories-3 .cat-item-142,
#secondary #categories-3 .cat-item-144,
#secondary #categories-3 .cat-item-145 {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
/* line 7, sass/site/blog/_blog.scss */
.blog .site-main article,
.archive:not(.forum-archive) .site-main article,
.single:not(.bbpress) .site-main article {
  background: #068ACB;
  padding: 10px;
}
/* line 12, sass/site/blog/_blog.scss */
.blog .site-main h1.entry-title,
.archive:not(.forum-archive) .site-main h1.entry-title,
.single:not(.bbpress) .site-main h1.entry-title {
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 28px;
}
/* line 17, sass/site/blog/_blog.scss */
.blog .site-main h1.entry-title a,
.archive:not(.forum-archive) .site-main h1.entry-title a,
.single:not(.bbpress) .site-main h1.entry-title a {
  font-size: 24px;
  color: white;
}
/* line 23, sass/site/blog/_blog.scss */
.blog .site-main .entry-meta,
.archive:not(.forum-archive) .site-main .entry-meta,
.single:not(.bbpress) .site-main .entry-meta {
  font-size: 13px;
  color: white;
}
/* line 27, sass/site/blog/_blog.scss */
.blog .site-main .entry-meta a,
.archive:not(.forum-archive) .site-main .entry-meta a,
.single:not(.bbpress) .site-main .entry-meta a {
  color: #b1f186;
}
/* line 32, sass/site/blog/_blog.scss */
.blog .site-main .entry-content,
.archive:not(.forum-archive) .site-main .entry-content,
.single:not(.bbpress) .site-main .entry-content {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin: 5px 0;
  padding: 10px 0;
  color: white;
  font-size: 15px;
}
/* line 40, sass/site/blog/_blog.scss */
.blog .site-main .entry-content h2,
.archive:not(.forum-archive) .site-main .entry-content h2,
.single:not(.bbpress) .site-main .entry-content h2 {
  font-size: 16px;
}
/* line 43, sass/site/blog/_blog.scss */
.blog .site-main .entry-content a,
.archive:not(.forum-archive) .site-main .entry-content a,
.single:not(.bbpress) .site-main .entry-content a {
  color: #068ACB;
}
/* line 48, sass/site/blog/_blog.scss */
.blog .site-main .entry-footer,
.archive:not(.forum-archive) .site-main .entry-footer,
.single:not(.bbpress) .site-main .entry-footer {
  font-size: 14px;
  color: white;
}
/* line 52, sass/site/blog/_blog.scss */
.blog .site-main .entry-footer a,
.archive:not(.forum-archive) .site-main .entry-footer a,
.single:not(.bbpress) .site-main .entry-footer a {
  color: #b1f186;
}

/* line 60, sass/site/blog/_blog.scss */
.single article {
  margin-top: 25px;
}
/* line 63, sass/site/blog/_blog.scss */
.single article h1.entry-title {
  color: #fff;
}

/* line 69, sass/site/blog/_blog.scss */
.nav-previous:before {
  content: "<< ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* line 76, sass/site/blog/_blog.scss */
.nav-next:after {
  content: ">> ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* line 1, sass/site/header/_header.scss */
header {
  position: relative;
}
/* line 4, sass/site/header/_header.scss */
header .site-branding {
  background: #fff;
  text-align: center;
}
/* line 8, sass/site/header/_header.scss */
header .site-branding h1 {
  margin: 0;
}
@media (min-width: 769px) {
  /* line 4, sass/site/header/_header.scss */
  header .site-branding {
    position: absolute;
    z-index: 1;
    height: 105px;
    width: 200px;
    padding-right: 20px;
    padding-left: 15px;
    margin-left: 3%;
  }
}
/* line 23, sass/site/header/_header.scss */
header .banner-image {
  display: none;
}
@media (min-width: 769px) {
  /* line 23, sass/site/header/_header.scss */
  header .banner-image {
    display: block;
    line-height: 0;
    overflow: hidden;
    max-height: 110px;
  }
  /* line 32, sass/site/header/_header.scss */
  header .banner-image img {
    display: block;
    min-height: 132px;
    width: 100%;
  }
}
@media (min-width: 960px) {
  /* line 23, sass/site/header/_header.scss */
  header .banner-image {
    max-height: 130px;
  }
}

@media (min-width: 769px) {
  /* line 47, sass/site/header/_header.scss */
  body:not(.home) .site-branding {
    height: 109px;
    width: 200px;
  }
  /* line 51, sass/site/header/_header.scss */
  body:not(.home) .site-branding img {
    margin-top: 5px;
  }
}
@media (min-width: 960px) {
  /* line 57, sass/site/header/_header.scss */
  body:not(.home) .site-branding {
    height: 129px;
    width: 221px;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* line 1, sass/site/footer/_footer.scss */
footer {
  clear: both;
}
/* line 4, sass/site/footer/_footer.scss */
footer .footer-lower {
  background: #60b609;
  padding: 40px 0 50px;
}
.footer-branding {
  display: flex;
  flex-direction: column;
}
/* line 8, sass/site/footer/_footer.scss */
footer .footer-lower .logo {
  text-align: center;
}
/* line 11, sass/site/footer/_footer.scss */
footer .footer-lower .line {
  display: block;
}
/* line 14, sass/site/footer/_footer.scss */
footer .footer-lower .wwad-address {
  display: block;
  width: 100%;
  font-size: 12px;
  color: white;
    padding-left: 20px;
    text-align: center;
}
/* line 21, sass/site/footer/_footer.scss */
footer .footer-lower .wwad-address address {
  font-style: normal;
  margin-top: 20px;
}
/* line 25, sass/site/footer/_footer.scss */
footer .footer-lower .wwad-address address span {
  font-style: italic;
}
/* line 29, sass/site/footer/_footer.scss */
footer .footer-lower .wwad-address address a {
  color: #FDD448;
  text-decoration: none;
}
/* line 33, sass/site/footer/_footer.scss */
footer .footer-lower .wwad-address address a:hover,
footer .footer-lower .wwad-address address a:focus,
footer .footer-lower .wwad-address address a:active {
  text-decoration: underline;
}
footer .footer-lower .footer-branding .logo img {
  max-width: 185px;
}
@media (min-width: 769px) {
  /* line 4, sass/site/footer/_footer.scss */
  /* line 46, sass/site/footer/_footer.scss */
  footer .footer-lower .footer-branding {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  /* line 50, sass/site/footer/_footer.scss */
  footer .footer-lower .footer-branding .logo {
    padding-right: 20px;
  }
  /* line 60, sass/site/footer/_footer.scss */
  footer .footer-lower .footer-branding .line {
    clear: none;
    display: none;
    text-align: center;
    padding-top: 23px;
  }
  /* line 66, sass/site/footer/_footer.scss */
  footer .footer-lower .footer-branding .wwad-address {
    width: auto;
    text-align: left;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, sass/site/primary/_posts-and-pages.scss */
.hentry {
  margin: 0 0 1.5em;
}

/* line 9, sass/site/primary/_posts-and-pages.scss */
.byline,
.updated:not(.published) {
  display: none;
}

/* line 14, sass/site/primary/_posts-and-pages.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 19, sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 10px 0 0;
}

/* line 25, sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_asides.scss */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 11, sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 15, sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 19, sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 23, sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 27, sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 31, sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 35, sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 39, sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 44, sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/* 9-21-17 alice liddell - sjc */
.home-callout {
  padding: 0 0 50px;
  text-align: center;
  /* background: url(/assets/img/wave-bg.png) repeat-x center center; */
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 25px;
}
.home-callout h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.home-callout p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 1em;
  margin-left: auto;
  margin-right: auto;
}

.home-callout .btn {
  background: #068acb;
  padding: 15px 30px;
  margin: 5px 5px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  max-width: 310px;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 18px;
  line-height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align:center;
}
.home-callout .btn:hover {
  background: #56BBE5;
  color: #fff;
  text-decoration: none;
  cursor:pointer;
}

@media(max-width: 767px) {
  .home-callout {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-callout h2 {
    font-size: 22px;
    max-width: 100%;
    font-size: 26px;
  }
}
@media(max-width: 480px) {
  .home-callout .btn {
    width: 100%;
  }
}

/*
Theme Name: wwad
Theme URI: http://underscores.me/
Author: John Hume
Author URI: http://www.sjconsulting.us
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wwad
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wwad is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Layout
# Normalize
# Typography
# Base
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/* line 25, sass/mixins/_mixins-master.scss */
.clearfix {
  clear: both;
}

/* line 28, sass/mixins/_mixins-master.scss */
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_bbpress.scss */
.bbpress {
  overflow-x: hidden;
}
/* line 7, sass/layout/_bbpress.scss */
.bbpress #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 15, sass/layout/_bbpress.scss */
  .bbpress #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 19, sass/layout/_bbpress.scss */
  .bbpress #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 6, sass/layout/_blog.scss */
.blog #content,
.archive:not(.forum-archive) #content,
.single:not(.bbpress) #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 14, sass/layout/_blog.scss */
  .blog #secondary,
  .archive:not(.forum-archive) #secondary,
  .single:not(.bbpress) #secondary {
    padding-top: 25px;
    width: 32.39437%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  /* line 19, sass/layout/_blog.scss */
  .blog #primary,
  .archive:not(.forum-archive) #primary,
  .single:not(.bbpress) #primary {
    width: 65.71429%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/* line 3, sass/layout/_contact-us.scss */
.page-template-page-contact-us #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_gallery.scss */
.page-template-page-gallery {
  overflow-x: hidden;
}
/* line 7, sass/layout/_gallery.scss */
.page-template-page-gallery #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 15, sass/layout/_gallery.scss */
  .page-template-page-gallery #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 19, sass/layout/_gallery.scss */
  .page-template-page-gallery #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_home.scss */
.home {
  overflow-x: hidden;
}
/* line 7, sass/layout/_home.scss */
.home #content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding: 20px 0;
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_leader.scss */
.page-template-page-leader {
  overflow-x: hidden;
}
/* line 7, sass/layout/_leader.scss */
.page-template-page-leader #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 15, sass/layout/_leader.scss */
  .page-template-page-leader #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 19, sass/layout/_leader.scss */
  .page-template-page-leader #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/* line 3, sass/layout/_leader-registration.scss */
.page-template-page-leader-registration #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 3, sass/layout/_one-col.scss */
.page-template-page-one-col #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_page.scss */
.page-template-default {
  overflow-x: hidden;
}
/* line 7, sass/layout/_page.scss */
.page-template-default #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 15, sass/layout/_page.scss */
  .page-template-default #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 19, sass/layout/_page.scss */
  .page-template-default #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_page-sponsors.scss */
.page-template-page-sponsors {
  overflow-x: hidden;
}
/* line 7, sass/layout/_page-sponsors.scss */
.page-template-page-sponsors #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 769px) {
  /* line 16, sass/layout/_page-sponsors.scss */
  .page-template-page-sponsors #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 20, sass/layout/_page-sponsors.scss */
  .page-template-page-sponsors #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/* line 31, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  /* line 31, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item {
    width: 50%;
  }
}
@media (max-width: 374px) {
  /* line 31, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item {
    width: 100%;
  }
}
/* line 42, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-item .sponsor-gallery-popup {
  display: none;
}
/* line 46, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-item:nth-child(3n+1) {
  padding-left: 0;
  padding-right: 20px;
}
/* line 50, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-item:nth-child(3n) {
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 600px) {
  /* line 54, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media (max-width: 374px) {
  /* line 54, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  /* line 64, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (max-width: 374px) {
  /* line 64, sass/layout/_page-sponsors.scss */
  .sponsor-gallery .sponsor-gallery-item:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 74, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-caption {
  display: none;
}
/* line 77, sass/layout/_page-sponsors.scss */
.sponsor-gallery img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 82, sass/layout/_page-sponsors.scss */
.sponsor-gallery .sponsor-gallery-image {
  overflow: hidden;
}
/* line 86, sass/layout/_page-sponsors.scss */
.sponsor-gallery .mfp-content .sponsor-gallery-popup {
  margin-left: auto;
  margin-right: auto;
}

/* line 94, sass/layout/_page-sponsors.scss */
.lg-img-wrap .lg-image:hover + .sponsor-gallery-caption,
.lg-img-wrap .lg-image:focus + .sponsor-gallery-caption,
.lg-img-wrap .sponsor-gallery-caption:hover,
.lg-img-wrap .sponsor-gallery-caption:focus {
  display: block;
}
/* line 100, sass/layout/_page-sponsors.scss */
.lg-img-wrap .sponsor-gallery-caption {
  position: absolute;
  bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 35px;
  display: none;
  text-align: left;
}
/* line 115, sass/layout/_page-sponsors.scss */
.lg-img-wrap .sponsor-gallery-caption h2 {
  color: white;
  font-weight: 300;
  font-size: 26px;
}
/* line 120, sass/layout/_page-sponsors.scss */
.lg-img-wrap .sponsor-gallery-caption a,
.lg-img-wrap .sponsor-gallery-caption a:visited,
.lg-img-wrap .sponsor-gallery-caption a:hover,
.lg-img-wrap .sponsor-gallery-caption a:focus {
  color: white;
  text-decoration: underline;
}
/* line 127, sass/layout/_page-sponsors.scss */
.lg-img-wrap .sponsor-gallery-caption p {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0;
  font-weight: 300;
}

/* line 135, sass/layout/_page-sponsors.scss */
.lg-sub-html {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media (max-width: 700px) {
  /* line 135, sass/layout/_page-sponsors.scss */
  .lg-sub-html {
    max-width: 100%;
  }
}

/* line 145, sass/layout/_page-sponsors.scss */
.lg-outer .lg-item .lg-image {
  max-width: 700px;
}
@media (max-width: 700px) {
  /* line 145, sass/layout/_page-sponsors.scss */
  .lg-outer .lg-item .lg-image {
    max-width: 100%;
  }
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_participant.scss */
.page-template-page-participant,
.page-template-page-participant-stats {
  overflow-x: hidden;
}
/* line 8, sass/layout/_participant.scss */
.page-template-page-participant #content,
.page-template-page-participant-stats #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 16, sass/layout/_participant.scss */
  .page-template-page-participant #content #left-col,
  .page-template-page-participant-stats #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 20, sass/layout/_participant.scss */
  .page-template-page-participant #content #middle-col,
  .page-template-page-participant-stats #content #middle-col {
    width: 74.28571%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/* line 3, sass/layout/_participant-registration.scss */
.page-template-page-participant-registration #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 3, sass/layout/_portal.scss */
.page-template-page-portal #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_three-col.scss */
.page-template-page-three-col {
  overflow-x: hidden;
}
/* line 7, sass/layout/_three-col.scss */
.page-template-page-three-col #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  /* line 15, sass/layout/_three-col.scss */
  .page-template-page-three-col #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 19, sass/layout/_three-col.scss */
  .page-template-page-three-col #content #middle-col {
    width: 48.57143%;
    float: left;
    margin-right: -100%;
    margin-left: 25.71429%;
    clear: none;
  }
  /* line 22, sass/layout/_three-col.scss */
  .page-template-page-three-col #content #right-col {
    width: 22.85714%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 85px;
  }
}

/*-------------------------------------
# Breakpoints
-------------------------------------*/
/*-------------------------------------
# Grid
-------------------------------------*/
/*-------------------------------------
# Global rules
-------------------------------------*/

/* line 30, sass/layout/_grid.scss */
[class*="col-"] {
  float: left;
  display: block;
}

/* line 34, sass/layout/_grid.scss */
.col-third {
  width: 33.3333333%;
}

/* line 37, sass/layout/_grid.scss */
#middle-col:after,
#right-col:after {
  clear: both;
  content: "";
  display: block;
}

/* line 4, sass/layout/_walk.scss */
.page-template-page-walk {
  overflow-x: hidden;
}
/* line 7, sass/layout/_walk.scss */
.page-template-page-walk #content {
  padding: 20px 15px;
  max-width: 1000px;
  margin: 0 auto;
  clear: left;
}
@media (min-width: 769px) {
  /* line 16, sass/layout/_walk.scss */
  .page-template-page-walk #content #left-col {
    width: 22.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 95px;
  }
  /* line 20, sass/layout/_walk.scss */
  .page-template-page-walk #content #middle-col {
    width: 48.57143%;
    float: left;
    margin-right: -100%;
    margin-left: 25.71429%;
    clear: none;
  }
  /* line 23, sass/layout/_walk.scss */
  .page-template-page-walk #content #right-col {
    width: 22.85714%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 85px;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 1, sass/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, sass/_normalize.scss */
body {
  margin: 0;
}

/* line 11, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 26, sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 34, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 39, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 44, sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 48, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 53, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 57, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 62, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 66, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 71, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 76, sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 80, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 88, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 92, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 96, sass/_normalize.scss */
img {
  border: 0;
}

/* line 100, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 104, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 108, sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 113, sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 117, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 125, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 135, sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 139, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 144, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 152, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 157, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 163, sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 167, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 173, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 178, sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 183, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 188, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 194, sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 199, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 203, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 207, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 212, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, sass/typography/_typography.scss */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1, sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 5, sass/typography/_headings.scss */
h1.entry-title {
  margin-bottom: 10px;
}

/* line 1, sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
  font-family: "Open Sans", Helvetica, sans-serif;
}

/* line 6, sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 10, sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 14, sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 18, sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 29, sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 34, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 39, sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 44, sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* line 1, sass/base/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, sass/base/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 11, sass/base/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: "Open Sans", Helvetica, sans-serif;
}

/* line 16, sass/base/_elements.scss */
blockquote, q {
  quotes: "" "";
}
/* line 19, sass/base/_elements.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 25, sass/base/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, sass/base/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, sass/base/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, sass/base/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, sass/base/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 19, sass/base/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, sass/base/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 34, sass/base/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 1, sass/base/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* line 41, sass/base/_elements.scss */
h1, h2, h3, h4, h5, h6 {
  color: #068ACB;
}
/* line 44, sass/base/_elements.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #068ACB;
}
/* line 47, sass/base/_elements.scss */
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: #068ACB;
}

/* line 51, sass/base/_elements.scss */
h2, h3, h4, h5, h6 {
  font-weight: 600;
}

/* line 55, sass/base/_elements.scss */
a {
  color: #2BB6F9;
  text-decoration: none;
}

/* line 60, sass/base/_elements.scss */
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

/* line 65, sass/base/_elements.scss */
a:visited {
  color: #2BB6F9;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
/* line 16, sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
/* line 21, sass/forms/_buttons.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* line 1, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* line 11, sass/forms/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

/* line 16, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

/* line 24, sass/forms/_fields.scss */
textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: #068ACB;
}
/* line 4, sass/navigation/_links.scss */
a:visited {
  color: purple;
}
/* line 7, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: midnightblue;
}
/* line 12, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 15, sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*---------------------------------------------
 # Top Menu
 *-------------------------------------------*/
/* line 6, sass/navigation/_menus.scss */
.menu-top-menu-container {
  background: #60b609;
  overflow: hidden;
}
@media (min-width: 769px) {
  /* line 6, sass/navigation/_menus.scss */
  .menu-top-menu-container {
    position: absolute;
    z-index: 1;
    right: 1%;
    width: auto;
  }
}
/* line 17, sass/navigation/_menus.scss */
.menu-top-menu-container #menu-top-menu {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  background: #60b609;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  float: right;
}
/* line 62, ../../../../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.menu-top-menu-container #menu-top-menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 49, ../../../../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.menu-top-menu-container #menu-top-menu li:first-child {
  padding-left: 0;
}
/* line 50, ../../../../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.menu-top-menu-container #menu-top-menu li:last-child {
  padding-right: 0;
}
/* line 52, ../../../../../../.rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
.menu-top-menu-container #menu-top-menu li.last {
  padding-right: 0;
}
/* line 27, sass/navigation/_menus.scss */
.menu-top-menu-container #menu-top-menu li {
  text-align: center;
  background: #60b609;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: auto;
}
/* line 34, sass/navigation/_menus.scss */
.menu-top-menu-container #menu-top-menu li a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  display: block;
  padding: 5px 0;
}

/*---------------------------------------------
 # Main Menu
 *-------------------------------------------*/
/* line 59, sass/navigation/_menus.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #2BB6F9;
  /*------------------------------------
   # Tablet and Desktop view
   -----------------------------------*/
}
/* line 66, sass/navigation/_menus.scss */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-top: 1px solid #068ACB;
}
/* line 72, sass/navigation/_menus.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
/* line 80, sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
/* line 86, sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
/* line 91, sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 200px;
}
@media (min-width: 769px) {
  /* line 104, sass/navigation/_menus.scss */
  .main-navigation ul li.menu-item a {
    font-size: 15px !important;
  }
  /* line 107, sass/navigation/_menus.scss */
  .main-navigation ul li.menu-item li a {
    font-weight: 600 !important;
  }
}
/* line 112, sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul {
  left: auto;
}
/* line 116, sass/navigation/_menus.scss */
.main-navigation li {
  float: left;
  position: relative;
}
/* line 123, sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}
@media (min-width: 769px) {
  /* line 59, sass/navigation/_menus.scss */
  .main-navigation {
    background: #60b609;
  }
  /* line 140, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu {
    border-top: none;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 0;
  }
  /* line 146, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu > li {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  /* line 149, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu > li + li {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 25%;
    clear: none;
  }
  /* line 152, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu > li + li + li {
    width: 25%;
    float: left;
    margin-right: -100%;
    margin-left: 50%;
    clear: none;
  }
  /* line 155, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu > li + li + li + li {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  /* line 158, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu > li:hover,
  .main-navigation .menu-main-menu-container ul.nav-menu > li:focus,
  .main-navigation .menu-main-menu-container ul.nav-menu > li:active,
  .main-navigation .menu-main-menu-container ul.nav-menu > .current-menu-parent,
  .main-navigation .menu-main-menu-container ul.nav-menu > .current-menu-item {
    background: #2BB6F9;
  }
  /* line 166, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu li {
    text-align: center;
    padding: 5px 0;
  }
  /* line 170, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu li a {
    font-weight: bold;
    text-transform: uppercase;
  }
  /* line 182, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > li {
    text-align: left;
    padding: 0;
  }
  /* line 199, sass/navigation/_menus.scss */
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > li:hover a,
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > li:focus a,
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > li:active a,
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > .current-menu-parent a,
  .main-navigation .menu-main-menu-container ul.nav-menu li ul.sub-menu > .current-menu-item a {
    color: white;
  }
}

/*---------------------------------------------
 # Sidebar Menu
 *-------------------------------------------*/
/* line 239, sass/navigation/_menus.scss */
#left-col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #60b609;
}
/* line 245, sass/navigation/_menus.scss */
#left-col ul li {
  border-bottom: 1px solid white;
}
/* line 248, sass/navigation/_menus.scss */
#left-col ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 7px 0 7px 20px;
}
/* line 257, sass/navigation/_menus.scss */
#left-col ul li:last-child {
  border-bottom: none;
}
/* line 260, sass/navigation/_menus.scss */
#left-col ul li:hover,
#left-col ul li:focus,
#left-col ul li:active,
#left-col ul .current-menu-parent,
#left-col ul .current-menu-item {
  background: #2BB6F9;
}
/* line 267, sass/navigation/_menus.scss */
#left-col ul li:hover a,
#left-col ul li:focus a,
#left-col ul li:active a,
#left-col ul .current-menu-parent a,
#left-col ul .current-menu-item a {
  color: #FDD448;
}

/* Small menu. */
/* line 275, sass/navigation/_menus.scss */
.menu-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 280, sass/navigation/_menus.scss */
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  /* line 285, sass/navigation/_menus.scss */
  .main-navigation ul {
    display: none;
  }
}
/*---------------------------------------------
 # Post navigation
 *-------------------------------------------*/
/* line 297, sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 302, sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 307, sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, sass/modules/_accessibility.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 9, sass/modules/_accessibility.scss */
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
/* line 1, sass/modules/_buttons.scss */
.outline-button {
  text-align: center;
}
/* line 4, sass/modules/_buttons.scss */
.outline-button a,
.outline-button input[type=submit] {
  padding: 5px 40px;
  border: 2px solid white;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  max-width: 180px;
}
/* line 16, sass/modules/_buttons.scss */
.outline-button a:hover,
.outline-button a:active,
.outline-button a:focus {
  background: white;
  color: #60b609;
}
/* line 25, sass/modules/_buttons.scss */
.outline-button.blue a,
.outline-button.blue input[type="submit"],
.outline-button.blue input[type="button"] {
  color: #2BB6F9;
  border: 2px solid #2BB6F9;
  font-weight: bold;
}
/* line 32, sass/modules/_buttons.scss */
.outline-button.blue a:hover,
.outline-button.blue a:active,
.outline-button.blue a:focus,
.outline-button.blue input[type="submit"]:hover,
.outline-button.blue input[type="button"]:hover {
  background: #2BB6F9;
  color: white;
}

/* line 47, sass/modules/_buttons.scss */
.featured-newsletter .outline-button input[type=submit],
.login-submit input[type=submit] {
  background: #666668 !important;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 50px;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 57, sass/modules/_buttons.scss */
.featured-newsletter .outline-button input[type=submit]:hover,
.login-submit input[type=submit]:hover {
  color: #666668;
  background: white !important;
}

/* line 65, sass/modules/_buttons.scss */
.home .metaslider .outline-button a {
  padding: 5px 18px;
  margin-top: 5px;
  border: 1px solid white;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600px;
}

/* line 78, sass/modules/_buttons.scss */
.logout-block .outline-button {
  margin-bottom: 15px;
}
/* line 81, sass/modules/_buttons.scss */
.logout-block .outline-button a {
  min-width: 181px;
}

/*--------------------------------------------------------------
# CForm
--------------------------------------------------------------*/
/* line 1, sass/modules/_cform.scss */
.cform fieldset {
  border: none;
}
/* line 4, sass/modules/_cform.scss */
.cform fieldset textarea, .cform fieldset input {
  width: 270px;
}
@media (min-width: 769px) {
  /* line 4, sass/modules/_cform.scss */
  .cform fieldset textarea, .cform fieldset input {
    width: 600px;
  }
}

/* line 12, sass/modules/_cform.scss */
.linklove {
  display: none;
}

/*--------------------------------------------------------------
# Circle
--------------------------------------------------------------*/
/* line 1, sass/modules/_circle.scss */
.as-circle {
  background: white;
  color: #60b609;
  border: 3px solid #dddddd;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 48px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  overflow: hidden;
  *zoom: 1;
}

/* line 16, sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Featured boxes
--------------------------------------------------------------*/
/* line 1, sass/modules/_featured-boxes.scss */
.featured-box {
  background: #60b609;
  text-align: center;
  color: white;
  height: 330px;
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 9, sass/modules/_featured-boxes.scss */
.featured-box h2 {
  padding: 5px 0;
  margin: 0;
}
.featured-boxes-internal-page h2 {
  font-size: 20px;
  margin: 5px 0;
}
/* line 13, sass/modules/_featured-boxes.scss */
.featured-box h2 em {
  color: #b1f186;
  font-style: italic;
}
/* line 19, sass/modules/_featured-boxes.scss */
.featured-box p {
  padding: 0 10px;
}
/* line 23, sass/modules/_featured-boxes.scss */
.featured-box img {
  max-height: 175px;
}
.featured-boxes-internal-page img {
  max-height: 130px;
}
/* line 29, sass/modules/_featured-boxes.scss */
.featured-box.font-big p {
  font-size: 1.25rem;
}
/* line 36, sass/modules/_featured-boxes.scss */
.featured-box.font-small p {
  font-size: 0.8rem;
}
/* line 41, sass/modules/_featured-boxes.scss */
.featured-box.height-auto {
  height: auto;
  overflow: hidden;
}
/* line 47, sass/modules/_featured-boxes.scss */
.featured-box.green {
  background: #60b609;
}
/* line 50, sass/modules/_featured-boxes.scss */
.featured-box.green h2 {
  color: white;
}
/* line 53, sass/modules/_featured-boxes.scss */
.featured-box.green .highlight {
  color: #b1f186;
}
/* line 57, sass/modules/_featured-boxes.scss */
.featured-box.blue {
  background: #2BB6F9;
}
/* line 60, sass/modules/_featured-boxes.scss */
.featured-box.blue h2 {
  color: white;
}
/* line 63, sass/modules/_featured-boxes.scss */
.featured-box.blue h2 em {
  color: #b1f186;
}
/* line 67, sass/modules/_featured-boxes.scss */
.featured-box.blue .highlight {
  color: #b1f186;
}
/* line 71, sass/modules/_featured-boxes.scss */
.featured-box.blue-dark {
  background: #068ACB;
}
/* line 74, sass/modules/_featured-boxes.scss */
.featured-box.blue-dark h2 {
  color: white;
}
/* line 77, sass/modules/_featured-boxes.scss */
.featured-box.blue-dark h2 em {
  color: #86cbff;
}
/* line 81, sass/modules/_featured-boxes.scss */
.featured-box.blue-dark .highlight {
  color: #86cbff;
}
/* line 85, sass/modules/_featured-boxes.scss */
.featured-box.grey {
  background: #666668;
}
/* line 88, sass/modules/_featured-boxes.scss */
.featured-box.grey h2 {
  color: white;
}
/* line 91, sass/modules/_featured-boxes.scss */
.featured-box.grey h2 em {
  color: #86cbff;
}
/* line 95, sass/modules/_featured-boxes.scss */
.featured-box.grey .highlight {
  color: #86cbff;
}

@media (min-width: 769px) {
  /* line 102, sass/modules/_featured-boxes.scss */
  .featured-boxes {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    overflow: hidden;
  }
  /* line 112, sass/modules/_featured-boxes.scss */
  .featured-boxes .featured-box {
    width: 32.39437%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    max-width: 308px;
  }
  /* line 118, sass/modules/_featured-boxes.scss */
  .featured-boxes .featured-box + .featured-box {
    width: 32.39437%;
    float: left;
    margin-right: -100%;
    margin-left: 33.80282%;
    clear: none;
  }
  /* line 122, sass/modules/_featured-boxes.scss */
  .featured-boxes .featured-box + .featured-box + .featured-box {
    width: 32.39437%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/* line 131, sass/modules/_featured-boxes.scss */
.featured-reason .reason-number {
  min-height: 88px;
  margin-top: 10px;
}
/* line 135, sass/modules/_featured-boxes.scss */
.featured-reason .reason-text {
  padding: 0 40px;
  font-size: 18px;
  margin-bottom: 25px;
}

/* line 144, sass/modules/_featured-boxes.scss */
.page-template-page-portal .navigation-buttons .outline-button {
  margin-bottom: 15px;
}

/* line 151, sass/modules/_featured-boxes.scss */
.featured-shop {
  background: #4089ca;
}
/* line 155, sass/modules/_featured-boxes.scss */
.featured-shop h2 span {
  color: #86cbff;
}
/* line 159, sass/modules/_featured-boxes.scss */
.featured-shop .shop-item-name {
  padding: 0 40px;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 5px;
}

/* line 167, sass/modules/_featured-boxes.scss */
.featured-newsletter {
  background: #767f70;
  padding: 65px 35px;
}
/* line 171, sass/modules/_featured-boxes.scss */
.featured-newsletter h2 span {
  color: #86cbff;
}
/* line 175, sass/modules/_featured-boxes.scss */
.featured-newsletter .newsletter-form {
  margin-top: 25px;
}
/* line 178, sass/modules/_featured-boxes.scss */
.featured-newsletter .newsletter-form input[type=text] {
  border-radius: 0;
  width: 200px;
  margin-bottom: 25px;
  padding-left: 15px;
}

/* line 187, sass/modules/_featured-boxes.scss */
.newsletter-popup {
  position: fixed;
  right: 0;
  box-shadow: 0 0 10px #333;
  padding: 25px 75px;
  text-align: center;
  background: #068ACB;
  bottom: -310px;
}
@media (max-width: 767px) {
  /* line 187, sass/modules/_featured-boxes.scss */
  .newsletter-popup {
    width: 100%;
    padding: 15px;
  }
}
/* line 201, sass/modules/_featured-boxes.scss */
.newsletter-popup h3 {
  color: white;
  font-size: 24px;
}
@media (max-width: 767px) {
  /* line 201, sass/modules/_featured-boxes.scss */
  .newsletter-popup h3 {
    margin: 0 0 8px;
    line-height: 1.4;
    font-size: 18px;
  }
}
/* line 211, sass/modules/_featured-boxes.scss */
.newsletter-popup h3 em {
  color: #b1f186;
}
/* line 215, sass/modules/_featured-boxes.scss */
.newsletter-popup p {
  color: white;
  font-size: 18px;
}
@media (max-width: 767px) {
  /* line 215, sass/modules/_featured-boxes.scss */
  .newsletter-popup p {
    margin: 0 0 10px;
    font-size: 16px;
  }
}
/* line 224, sass/modules/_featured-boxes.scss */
.newsletter-popup input[type=text] {
  border-radius: 0;
  padding-left: 10px;
}
@media (max-width: 767px) {
  /* line 224, sass/modules/_featured-boxes.scss */
  .newsletter-popup input[type=text] {
    font-size: 14px;
  }
}
/* line 232, sass/modules/_featured-boxes.scss */
.newsletter-popup input[type=submit] {
  background: transparent !important;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 50px;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  max-width: 180px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 232, sass/modules/_featured-boxes.scss */
  .newsletter-popup input[type=submit] {
    margin-top: 0;
    padding: 8px 10px 7px;
    margin-left: 5px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  /* line 255, sass/modules/_featured-boxes.scss */
  .newsletter-popup .newsletter-form br {
    display: none;
  }
}
/* line 261, sass/modules/_featured-boxes.scss */
.newsletter-popup .newsletter-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  /* line 261, sass/modules/_featured-boxes.scss */
  .newsletter-popup .newsletter-popup-close {
    top: 10px;
    right: 10px;
  }
}
/* line 271, sass/modules/_featured-boxes.scss */
.newsletter-popup .newsletter-popup-close i {
  color: #86cbff;
  font-size: 22px;
  letter-spacing: 0.5px;
}

/* line 280, sass/modules/_featured-boxes.scss */
.portal-login h3 {
  color: white;
}

/*--------------------------------------------------------------
# Footer social
--------------------------------------------------------------*/
/* line 9, sass/modules/_footer-social.scss */
.footer-social h2 {
  text-transform: uppercase;
  color: #86cbff;
  margin: 0;
  font-weight: normal;
  margin-bottom: 15px;
}
/* line 17, sass/modules/_footer-social.scss */
.footer-social div {
  background: transparent;
}
/* line 20, sass/modules/_footer-social.scss */
.footer-social div i {
  color: white;
}
/* line 25, sass/modules/_footer-social.scss */
.social-icons .flex-container {
  display: flex;
  justify-content: space-around;
}
/*
.footer-social .facebook-icon {
  width: 15.49296%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}*/
/* line 28, sass/modules/_footer-social.scss */
/*
.footer-social .twitter-icon {
  width: 15.49296%;
  float: left;
  margin-right: -100%;
  margin-left: 16.90141%;
  clear: none;
}*/
/* line 31, sass/modules/_footer-social.scss */
/*
.footer-social .youtube-icon {
  width: 15.49296%;
  float: left;
  margin-right: -100%;
  margin-left: 33.80282%;
  clear: none;
}*/
/* line 34, sass/modules/_footer-social.scss */
/*
.footer-social .linkedin-icon {
  width: 15.49296%;
  float: left;
  margin-right: -100%;
  margin-left: 50.70423%;
  clear: none;
}*/
/* line 37, sass/modules/_footer-social.scss */
/*
.footer-social .email-icon {
  width: 15.49296%;
  float: left;
  margin-right: -100%;
  margin-left: 67.60563%;
  clear: none;
}*/
/* line 40, sass/modules/_footer-social.scss */
/*
.footer-social .rss-icon {
  width: 15.49296%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-top: 1px;
}*/

/*--------------------------------------------------------------
# Login form
--------------------------------------------------------------*/
/* line 1, sass/modules/_login-form.scss */
p.login-submit {
  margin-bottom: 15px;
}

/* line 4, sass/modules/_login-form.scss */
.login-username input,
.login-password input {
  width: 125px;
}
@media (min-width: 960px) {
  /* line 4, sass/modules/_login-form.scss */
  .login-username input,
  .login-password input {
    width: 140px;
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
/* line 3, sass/modules/_map.scss */
.map-container .map-text {
  text-align: center;
  padding: 20px 10px 25px;
}
/* line 7, sass/modules/_map.scss */
.map-container .map-text h2 {
  color: #2BB6F9;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}
/* line 16, sass/modules/_map.scss */
.map-container .map-text p {
  color: #666668;
  font-style: italic;
  margin: 5px 0;
  font-size: 13px;
}
/* line 22, sass/modules/_map.scss */
.map-container .map-text .map-arrow i {
  color: #2BB6F9;
  font-size: 34px;
}
/* line 28, sass/modules/_map.scss */
.map-container .map-search {
  margin-top: 15px;
  position: relative;
}
/* line 32, sass/modules/_map.scss */
.map-container .map-search #gmaps-form-wrapper-1 {
  position: static;
  margin: 0 auto;
}
/* line 36, sass/modules/_map.scss */
.map-container .map-search .gmaps-results-message-holder.yes-results {
  display: none;
}
/* line 39, sass/modules/_map.scss */
.map-container .map-search div.gmaps-gmpt-compact-form-wrapper .gmaps-results-message-holder.no-results {
  font-size: 13px;
  letter-spacing: 0.5px;
  max-height: none;
  height: auto;
  padding-bottom: 5px;
}
/* line 46, sass/modules/_map.scss */
.map-container .map-search .gmaps-results-message-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 43px;
}
/* line 52, sass/modules/_map.scss */
.map-container .map-search .menu-button-wrapper {
  display: none;
}
/* line 55, sass/modules/_map.scss */
.map-container .map-search .gmw-locator-btn-wrapper {
  display: none;
}
/* line 58, sass/modules/_map.scss */
.map-container .map-search div.gmaps-gmpt-compact-form-wrapper .form-top-area a.submit-search {
  max-height: none;
  height: 100%;
  width: auto;
  top: 0;
  right: 0;
  padding: 4px 8px 5px 5px;
  background: #60B609;
}
/* line 67, sass/modules/_map.scss */
.map-container .map-search div.gmaps-gmpt-compact-form-wrapper form .gmw-address-field-wrapper {
  box-shadow: none;
}
/* line 72, sass/modules/_map.scss */
.map-container .left.w50 {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 72, sass/modules/_map.scss */
  .map-container .left.w50 {
    float: none;
    width: 100%;
  }
}
/* line 81, sass/modules/_map.scss */
.map-container .right.w50 {
  float: right;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 81, sass/modules/_map.scss */
  .map-container .right.w50 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 90, sass/modules/_map.scss */
  .map-container .map-container .left.w50 {
    margin-bottom: 35px;
  }
}
/* line 96, sass/modules/_map.scss */
.map-container .map {
  margin-top: 25px;
}
@media (min-width: 769px) {
  /* line 100, sass/modules/_map.scss */
  .map-container .map .gmw-map-wrapper {
    height: 500px !important;
  }
}
/* line 106, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder {
  border: none;
}
/* line 109, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder .template-content-wrapper {
  overflow-y: auto;
}
/* line 113, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder .address-wrapper {
  padding: 2px;
}
/* line 117, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder .dashicons,
.map-container .map .gmw-ib-template-holder .dashicons-before:before {
  width: 23px;
  height: 23px;
}
/* line 122, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder .distance {
  display: none;
}
/* line 127, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder:before {
  bottom: -34px;
}
/* line 130, sass/modules/_map.scss */
.map-container .map .gmw-ib-template-holder:after {
  bottom: -30px;
}
/* line 135, sass/modules/_map.scss */
.map-container .gmw-ib-template-holder .template-content-wrapper h3.title a:link,
.map-container .gmw-ib-template-holder .template-content-wrapper h3.title a:visited {
  color: #2BB6F9;
}
/* line 139, sass/modules/_map.scss */
.map-container .gmw-ib-template-holder .template-content-wrapper h3.title a:hover {
  text-decoration: underline;
}
/* line 142, sass/modules/_map.scss */
.map-container .gmw-ib-template-holder .template-content-wrapper a:link,
.map-container .gmw-ib-template-holder .template-content-wrapper a:visited {
  color: #068ACB;
}
/* line 146, sass/modules/_map.scss */
.map-container .gmw-ib-template-holder .template-content-wrapper a:hover {
  text-decoration: underline;
}
/* line 149, sass/modules/_map.scss */
.map-container .gmw-ib-template-holder .template-content-wrapper .distance {
  color: #068ACB;
}

/* Info Window */
div.gmw-info-window-inner.infobox, div.gmw-info-window-inner.infobubble, div.gmw-info-window-inner.popup, div.gmw-info-window-inner.standard {
  overflow: visible;
}
/* Search Autocomplete */
body div.pac-container {
  margin-left: -25px !important;
}
body div.pac-container .pac-item {
  font-family: "Open Sans", Helvetica, sans-serif;
}
/*--------------------------------------------------------------
# Mobile menu
--------------------------------------------------------------*/
/* line 3, sass/modules/_mobile-menu.scss */
.main-navigation .menu-toggle {
  padding-right: 10px;
  padding-top: 10px;
  color: white;
  cursor: pointer;
  width: 100%;
  text-align: right;
  padding-bottom: 6px;
}
/* line 12, sass/modules/_mobile-menu.scss */
.main-navigation .menu-toggle i {
  font-size: 20px;
}
/* line 17, sass/modules/_mobile-menu.scss */
.main-navigation ul.nav-menu {
  padding: 10px 0;
}
/* line 20, sass/modules/_mobile-menu.scss */
.main-navigation ul.nav-menu li {
  float: none;
  padding: 5px 0 5px 15px;
}
/* line 24, sass/modules/_mobile-menu.scss */
.main-navigation ul.nav-menu li a {
  color: white;
  font-size: 14px;
}
/* line 30, sass/modules/_mobile-menu.scss */
.main-navigation ul.nav-menu ul.sub-menu {
  display: block;
  position: static;
  float: none;
  box-shadow: none;
  border: none;
}
/* line 37, sass/modules/_mobile-menu.scss */
.main-navigation ul.nav-menu ul.sub-menu a {
  font-size: 13px;
}

/*--------------------------------------------------------------
# Photo gallery
--------------------------------------------------------------*/
/* Photo Gallery Styling */
/* line 2, sass/modules/_photo-gallery.scss */
div.photogal {
  margin: 0;
  padding: 10px 0;
  position: relative;
  /* hides first parapragh in browsers that support first-Child */
}
/* line 7, sass/modules/_photo-gallery.scss */
div.photogal ul.photogal {
  width: auto;
  padding: 0;
  margin: 0 auto;
  float: none;
  margin-left: 0;
  text-indent: 0;
  clear: both;
}
/* line 16, sass/modules/_photo-gallery.scss */
div.photogal ul.photogal li {
  list-style: none;
  /* width:33%; */
  width: auto;
  margin: 0;
  margin-right: 25px;
  padding: 0;
  float: left;
}
/* line 25, sass/modules/_photo-gallery.scss */
div.photogal ul.photogal li a {
  text-decoration: none;
  border: none;
}
/* line 26, sass/modules/_photo-gallery.scss */
div.photogal ul.photogal li img {
  border: 1px solid #999;
}
/* line 28, sass/modules/_photo-gallery.scss */
div.photogal ul.photogal li p:first-Child {
  display: none;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/* line 3, sass/modules/_slider.scss */
.home .metaslider {
  display: none;
}
@media (min-width: 769px) {
  /* line 3, sass/modules/_slider.scss */
  .home .metaslider {
    display: block;
  }
}
/* line 10, sass/modules/_slider.scss */
.home .metaslider .caption-wrap {
  bottom: 1px;
  left: 3%;
  width: 425px;
  padding: 15px;
  background: rgba(43, 182, 249, 0.7);
  opacity: 1;
}
/* line 20, sass/modules/_slider.scss */
.home .metaslider .caption-wrap .caption {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.4;
}
/* line 29, sass/modules/_slider.scss */
.home .metaslider .flexslider {
  margin-bottom: 0;
}
/* line 33, sass/modules/_slider.scss */
.home .metaslider .flex-control-nav {
  bottom: 10px;
  z-index: 2;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #2BB6F9;
}
.woocommerce input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #068ACB;
}
.woocommerce .qty {
  line-height: 1.85;
}
.woocommerce table.cart td.actions .input-text {
  width: 120px !important;
}
.wpmenucart-contents > i {
  font-size: 15px;
  margin-right: 2px;
  display: inline-block;
  margin-top: -4px;
}
.woocommerce.single-product .site-main div.entry-content {
  color: #404040;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
/* line 5, sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/* Search widget. */
/* line 11, sass/site/secondary/_widgets.scss */
.widget_search .search-submit {
  display: none;
}

/* Sidebar widgets */
/* line 18, sass/site/secondary/_widgets.scss */
#secondary .widget h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
}
/* line 24, sass/site/secondary/_widgets.scss */
#secondary .widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #60b609;
}
/* line 31, sass/site/secondary/_widgets.scss */
#secondary .widget ul li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 7px 0 7px 20px;
}
/* line 40, sass/site/secondary/_widgets.scss */
#secondary .widget ul li:hover,
#secondary .widget ul li:focus,
#secondary .widget ul li:active,
#secondary .widget ul .current-menu-parent,
#secondary .widget ul .current-menu-item,
#secondary .widget ul .current-cat {
  background: #2BB6F9;
}
/* line 57, sass/site/secondary/_widgets.scss */
#secondary .widget.widget_archive ul, #secondary .widget.widget_categories ul {
  padding: 10px 0;
}
/* line 61, sass/site/secondary/_widgets.scss */
#secondary .widget.widget_archive ul li a, #secondary .widget.widget_categories ul li a {
  padding: 5px 0 5px 20px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
/* line 7, sass/site/blog/_blog.scss */
.blog .site-main article,
.archive:not(.forum-archive) .site-main article,
.single:not(.bbpress) .site-main article {
  background: #FFF;
  padding: 10px;
}
/* line 12, sass/site/blog/_blog.scss */
.blog .site-main h1.entry-title,
.archive:not(.forum-archive) .site-main h1.entry-title,
.single:not(.bbpress) .site-main h1.entry-title {
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 28px;
  display: block;
}
/* line 17, sass/site/blog/_blog.scss */
.blog .site-main h1.entry-title a,
.archive:not(.forum-archive) .site-main h1.entry-title a,
.single:not(.bbpress) .site-main h1.entry-title a {
  font-size: 24px;
  color: #068ACB;
}
/* line 23, sass/site/blog/_blog.scss */
.blog .site-main .entry-meta,
.archive:not(.forum-archive) .site-main .entry-meta,
.single:not(.bbpress) .site-main .entry-meta {
  font-size: 13px;
  color: #404040
}
/* line 27, sass/site/blog/_blog.scss */
.blog .site-main .entry-meta a,
.archive:not(.forum-archive) .site-main .entry-meta a,
.single:not(.bbpress) .site-main .entry-meta a {
  color: #068ACB;
}
/* line 32, sass/site/blog/_blog.scss */
.blog .site-main .entry-content,
.archive:not(.forum-archive) .site-main .entry-content,
.single:not(.bbpress) .site-main .entry-content {
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  margin: 5px 0;
  padding: 10px 0;
  color: #404040;
  font-size: 15px;
}
/* line 40, sass/site/blog/_blog.scss */
.blog .site-main .entry-content h2,
.archive:not(.forum-archive) .site-main .entry-content h2,
.single:not(.bbpress) .site-main .entry-content h2 {
  font-size: 16px;
}
/* line 43, sass/site/blog/_blog.scss */
.blog .site-main .entry-content a,
.archive:not(.forum-archive) .site-main .entry-content a,
.single:not(.bbpress) .site-main .entry-content a {
  color: #068ACB; /*#b1f186*/
}
/* line 48, sass/site/blog/_blog.scss */
.blog .site-main .entry-footer,
.archive:not(.forum-archive) .site-main .entry-footer,
.single:not(.bbpress) .site-main .entry-footer {
  font-size: 14px;
  color: #404040;
}
/* line 52, sass/site/blog/_blog.scss */
.blog .site-main .entry-footer a,
.archive:not(.forum-archive) .site-main .entry-footer a,
.single:not(.bbpress) .site-main .entry-footer a {
  color: #068ACB;
}

/* line 60, sass/site/blog/_blog.scss */
.single article {
  margin-top: 25px;
}
/* line 63, sass/site/blog/_blog.scss */
.single article h1.entry-title {
  color: #068ACB;
}

/* line 69, sass/site/blog/_blog.scss */
.nav-previous:before {
  content: "<< ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/* line 76, sass/site/blog/_blog.scss */
.nav-next:after {
  content: ">> ";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* line 1, sass/site/header/_header.scss */
header {
  position: relative;
}
/* line 4, sass/site/header/_header.scss */
header .site-branding {
  background: #fff;
  text-align: center;
}
/* line 8, sass/site/header/_header.scss */
header .site-branding h1 {
  margin: 0;
}
@media (min-width: 769px) {
  /* line 4, sass/site/header/_header.scss */
  header .site-branding {
    position: absolute;
    z-index: 1;
    height: 105px;
    width: 200px;
    padding-right: 20px;
    padding-left: 15px;
    margin-left: 3%;
  }
}
/* line 23, sass/site/header/_header.scss */
header .banner-image {
  display: none;
}
@media (min-width: 769px) {
  /* line 23, sass/site/header/_header.scss */
  header .banner-image {
    display: block;
    line-height: 0;
    overflow: hidden;
    max-height: 110px;
  }
}
@media (min-width: 960px) {
  /* line 23, sass/site/header/_header.scss */
  header .banner-image {
    max-height: 130px;
  }
}

@media (min-width: 769px) {
  /* line 47, sass/site/header/_header.scss */
  body:not(.home) .site-branding {
    height: 109px;
    width: 200px;
  }
  /* line 51, sass/site/header/_header.scss */
  body:not(.home) .site-branding img {
    margin-top: 5px;
  }
}
@media (min-width: 960px) {
  /* line 57, sass/site/header/_header.scss */
  body:not(.home) .site-branding {
    height: 129px;
    width: 221px;
  }
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, sass/site/primary/_posts-and-pages.scss */
.hentry {
  margin: 0 0 1.5em;
}

/* line 9, sass/site/primary/_posts-and-pages.scss */
.byline,
.updated:not(.published) {
  display: none;
}

/* line 14, sass/site/primary/_posts-and-pages.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 19, sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 10px 0 0;
}

/* line 25, sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_asides.scss */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 11, sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 15, sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 19, sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 23, sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 27, sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 31, sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 35, sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 39, sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 44, sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/* 9-21-17 alice liddell - sjc */
.home-callout {
  padding: 0 0 50px;
  text-align: center;
  /* background: url(/assets/img/wave-bg.png) repeat-x center center; */
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 25px;
}


.home-callout .btn {
  background: #068acb;
  padding: 15px 30px;
  margin: 5px 5px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  max-width: 310px;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 18px;
  line-height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align:center;
}
.home-callout .btn:hover {
  background: #56BBE5;
  color: #fff;
  text-decoration: none;
  cursor:pointer;
}

@media(max-width: 767px) {
  .home-callout {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-callout h2 {
    font-size: 22px;
    max-width: 100%;
    font-size: 26px;
  }
}
@media(max-width: 480px) {
  .home-callout .btn {
    width: 100%;
  }
}

@media(max-width: 600px) {
  .post-21496 table, .post-21496 tbody, .post-21496 tr, .post-21496 td, .post-21496 th {
    display: block;
    width: 100% !important;
    overflow: hidden;
  }
  .post-21496 td:first-child {
    margin-bottom: 15px;
  }
}

.home-scroller-wrap {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 45px;
  margin-top: 31px;
  padding-top: 0;
}
.home-scroller {
  margin: 45px 0;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}
.home-scroller img {
  margin-left: 5px;
  margin-right: 5px;
  height: 150px !important;
  width: auto !important;
}

body.page-template-page-one-col-php {
  float: none;
}

/* SJC Doyle - 2022-04-19 - Portal Login styling updates to support the ReCaptcha
using the Formidable Forms login form shortcode */

/* makes the featured grey box wide enough to display the google ReCaptcha iframe */
@media (min-width: 320px){
  .featured-boxes .featured-box.portal-login {
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
  }
}

/*@media (min-width: 960px){*/
 .wwad-frm-login .login-username input, .wwad-frm-login .login-password input {
      width: 242px;
  }
/*}*/

.wwad-frm-login .login-username,
.wwad-frm-login .login-password {
  margin-bottom: 5px;
}

.wwad-frm-login fieldset {
  border: none;
}

#g-recaptcha-0 {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
#g-recaptcha-0>div {
  width: 100% !important;
}
