/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Abel);
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../scss/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../scss/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 207, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 299, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, ../scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 324, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 336, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 346, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 370, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 379, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 416, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

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

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

/* line 427, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 429, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 434, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 438, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 29, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 31, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 32, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 40, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 47, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*see here  - http://www.zell-weekeat.com/compass-vertical-rhythm/ and http://atendesigngroup.com/blog/vertical-rhythm-compass and here https://medium.com/typography/34fe2f1d2c02*/
/*using compass vertical rhythm*/
/*set header sizes*/
/* line 106, ../../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 118, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 124, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 125, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 126, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 130, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 136, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 142, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 148, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 154, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 216, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "Abel", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 1px solid #8CC63F;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  background-color: #8CC63F;
  letter-spacing: 1px;
}
/* line 233, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: #fff;
  border: 1px solid #5b8227;
  background-color: #71a230;
}
/* line 239, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #7fb636;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#71a230), to(#7fb636));
  background-image: -webkit-linear-gradient(top, #71a230, #7fb636);
  background-image: -moz-linear-gradient(top, #71a230, #7fb636);
  background-image: -o-linear-gradient(top, #71a230, #7fb636);
  background-image: linear-gradient(to bottom, #71a230, #7fb636);
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/* Flexnav Base Styles */
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 29, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 31, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 32, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 40, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 47, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*see here  - http://www.zell-weekeat.com/compass-vertical-rhythm/ and http://atendesigngroup.com/blog/vertical-rhythm-compass and here https://medium.com/typography/34fe2f1d2c02*/
/*using compass vertical rhythm*/
/*set header sizes*/
/* line 106, ../../../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 118, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 124, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 125, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 126, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 130, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 136, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 142, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 148, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 154, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 216, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "Abel", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: 1px solid #8CC63F;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  background-color: #8CC63F;
  letter-spacing: 1px;
}
/* line 233, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: #fff;
  border: 1px solid #5b8227;
  background-color: #71a230;
}
/* line 239, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #7fb636;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#71a230), to(#7fb636));
  background-image: -webkit-linear-gradient(top, #71a230, #7fb636);
  background-image: -moz-linear-gradient(top, #71a230, #7fb636);
  background-image: -o-linear-gradient(top, #71a230, #7fb636);
  background-image: linear-gradient(to bottom, #71a230, #7fb636);
}

/* line 9, ../scss/flexnav.scss */
.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
}
/* line 20, ../scss/flexnav.scss */
.flexnav.opacity {
  opacity: 0;
}
/* line 24, ../scss/flexnav.scss */
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
/* line 32, ../scss/flexnav.scss */
.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}
/* line 39, ../scss/flexnav.scss */
.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}
/* line 44, ../scss/flexnav.scss */
.flexnav li a {
  position: relative;
  display: block;
  padding: .96em;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  background: #a6a6a2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 54, ../scss/flexnav.scss */
.flexnav li ul {
  width: 100%;
}
/* line 57, ../scss/flexnav.scss */
.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}
/* line 65, ../scss/flexnav.scss */
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
/* line 70, ../scss/flexnav.scss */
.flexnav li ul li a {
  display: block;
  background: #717174;
}
/* line 74, ../scss/flexnav.scss */
.flexnav ul li ul li a {
  background: #717174;
}
/* line 77, ../scss/flexnav.scss */
.flexnav ul li ul li ul li a {
  background: #717174;
}
/* line 80, ../scss/flexnav.scss */
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #717174;
  background: rgba(0, 0, 0, 0.075);
  text-align: center;
}
/* line 91, ../scss/flexnav.scss */
.flexnav .touch-button:hover {
  cursor: pointer;
}
/* line 94, ../scss/flexnav.scss */
.flexnav .touch-button .navicon {
  position: relative;
  top: 1em;
  font-size: 12px;
  color: #fff;
}

/* line 102, ../scss/flexnav.scss */
.menu-button {
  position: relative;
  display: block;
  background: #717174;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 10px;
}
/* line 111, ../scss/flexnav.scss */
.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}
/* line 118, ../scss/flexnav.scss */
.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
/* line 129, ../scss/flexnav.scss */
.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 10px;
  color: #fff;
}

@media all and (min-width: 800px) {
  /* line 139, ../scss/flexnav.scss */
  body.one-page {
    padding-top: 70px;
  }

  /* line 142, ../scss/flexnav.scss */
  .flexnav {
    overflow: visible;
  }
  /* line 144, ../scss/flexnav.scss */
  .flexnav.opacity {
    opacity: 1;
  }
  /* line 147, ../scss/flexnav.scss */
  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
  }
  /* line 152, ../scss/flexnav.scss */
  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    overflow: visible;
    width: 20%;
  }
  /* line 162, ../scss/flexnav.scss */
  .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
  }
  /* line 170, ../scss/flexnav.scss */
  .flexnav li:first-child a {
    border-left: 0px;
  }
  /* line 171, ../scss/flexnav.scss */
  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0;
  }
  /* line 176, ../scss/flexnav.scss */
  .flexnav li > ul li {
    width: 100%;
  }
  /* line 180, ../scss/flexnav.scss */
  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0;
  }
  /* line 187, ../scss/flexnav.scss */
  .flexnav li ul li a {
    border-bottom: none;
  }
  /* line 190, ../scss/flexnav.scss */
  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  /* line 195, ../scss/flexnav.scss */
  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  /* line 199, ../scss/flexnav.scss */
  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }

  /* line 205, ../scss/flexnav.scss */
  .menu-button {
    display: none;
  }
}
/* line 211, ../scss/flexnav.scss */
.oldie body.one-page {
  padding-top: 70px;
}
/* line 214, ../scss/flexnav.scss */
.oldie .flexnav {
  overflow: visible;
}
/* line 216, ../scss/flexnav.scss */
.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px;
}
/* line 221, ../scss/flexnav.scss */
.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
  overflow: visible;
}
/* line 231, ../scss/flexnav.scss */
.oldie .flexnav li:hover > ul {
  display: block;
  width: 100%;
  overflow: visible;
}
/* line 235, ../scss/flexnav.scss */
.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none;
}
/* line 240, ../scss/flexnav.scss */
.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
  overflow: visible;
}
/* line 245, ../scss/flexnav.scss */
.oldie .flexnav li > ul {
  background: #acaca1;
  position: absolute;
  top: auto;
  left: 0;
  display: none;
  z-index: 1;
  overflow: visible;
}
/* line 254, ../scss/flexnav.scss */
.oldie .flexnav li ul li ul {
  top: 0;
}
/* line 257, ../scss/flexnav.scss */
.oldie .flexnav li ul li a {
  border-bottom: none;
}
/* line 260, ../scss/flexnav.scss */
.oldie .flexnav li ul.open {
  display: block;
  width: 100%;
  overflow: visible;
}
/* line 264, ../scss/flexnav.scss */
.oldie .flexnav li ul.open li {
  width: 100%;
}
/* line 267, ../scss/flexnav.scss */
.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
  display: block;
  width: 100%;
  overflow: visible;
}
/* line 275, ../scss/flexnav.scss */
.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}
/* line 280, ../scss/flexnav.scss */
.oldie .menu-button {
  display: none;
}
/* line 283, ../scss/flexnav.scss */
.oldie.ie7 .flexnav li {
  width: 19.9%;
}

/******************************************************************
Site Name: Community Land Scotland
Author: Lisa Thompson for Reefnet

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: "Abel", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: #717174;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* line 37, ../scss/_base.scss */
.archive section {
  border-bottom: 3px solid #8CC63F;
}
/* line 38, ../scss/_base.scss */
.archive .wp-post-image {
  float: left;
  margin: 0 8px 8px 0;
}

/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* line 48, ../scss/_base.scss */
.single .wp-post-image {
  float: right;
  margin: 0 0 1em 1em;
}

/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/* buddypress forum styling*/
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 78, ../scss/_base.scss */
#wrapper {
  border: 1px solid #8a8a8e;
  width: 100%;
  margin: 0 auto;
  -moz-box-shadow: #a4a4a7 0px 0px 20px 2px;
  -webkit-box-shadow: #a4a4a7 0px 0px 20px 2px;
  box-shadow: #a4a4a7 0px 0px 20px 2px;
  background-color: #FFF;
}

/* line 86, ../scss/_base.scss */
.wrap {
  width: 100%;
  margin: 0 auto;
}

/* line 90, ../scss/_base.scss */
#inner-header {
  border-bottom: 8px solid #8CC63F;
}

/* line 94, ../scss/_base.scss */
#main {
  padding: 8px 20px;
}

/*********************
LINK STYLES
*********************/
/* line 102, ../scss/_base.scss */
a, a:visited {
  color: #7fb636;
  /* mobile tap color */
}
/* line 104, ../scss/_base.scss */
a:hover, a:focus, a:active, a:visited:hover, a:visited:focus, a:visited:active {
  color: #66922b;
}
/* line 109, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 123, ../scss/_base.scss */
h1, .h1, .home h2, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Abel", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: bold;
  /* removing text decoration from all headline links */
  clear: both;
}
/* line 128, ../scss/_base.scss */
h1 a, .h1 a, .home h2 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 134, ../scss/_base.scss */
h1, .h1, .home h2 {
  font-size: 2em;
  line-height: 1.125em;
  margin-top: 0.5333em;
  margin-bottom: 0.0000em;
}
/* line 137, ../scss/_base.scss */
h1:before, .h1:before, .home h2:before {
  content: url(../images/wee_star.jpg);
  margin-right: 5px;
}

/* line 143, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.28571em;
  margin-top: 0.8000em;
  margin-bottom: 0.0000em;
}

/* line 148, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 1.0000em;
  margin-bottom: 0.0000em;
}

/* line 153, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 1.2000em;
  margin-bottom: 0.0000em;
}

/* line 158, ../scss/_base.scss */
h5, .h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5000em;
  margin-bottom: 0.0000em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 165, ../scss/_base.scss */
h6, .h6 {
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin-top: 1.7143em;
  margin-bottom: 0.0000em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 173, ../scss/_base.scss */
.home h1 {
  display: none;
}
/* line 174, ../scss/_base.scss */
.home h2 {
  margin-top: 40px;
}

/*********************
HEADER STYLES
*********************/
/* line 185, ../scss/_base.scss */
.logo a {
  display: block;
  height: 141px;
  background-color: #FFF;
  float: none;
}

/* line 193, ../scss/_base.scss */
.logo {
  position: relative;
  z-index: 200;
  margin: 0 auto;
  text-align: center;
}

/*********************
NAVIGATION STYLES
*********************/
/*main menu*/
/* line 204, ../scss/_base.scss */
a.menu-show-link {
  float: right;
  display: block;
  padding: 1em;
  border: 1px solid #e5e5e6;
  background-color: #f2f2f2;
  font-weight: bold;
  text-decoration: none;
}

/* line 215, ../scss/_base.scss */
.menu, .menu > ul ul {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 223, ../scss/_base.scss */
.js .menu, .js .menu > ul ul {
  overflow: hidden;
  max-height: 0;
  background: #717174;
}

/* line 230, ../scss/_base.scss */
.menu ul.level-1 {
  margin: 0 6.5em 0 0;
}

/* line 233, ../scss/_base.scss */
body.logged-in .menu ul.level-1 {
  margin: 0;
}
/* line 235, ../scss/_base.scss */
body.logged-in .menu ul.level-1.members {
  margin: 0 6.5em 0 0;
}

/* line 242, ../scss/_base.scss */
.menu.active, .js .menu > ul ul.active {
  max-height: 55em;
}

/* line 248, ../scss/_base.scss */
.menu > ul {
  border-top: 1px solid #3f3f40;
  position: relative;
  z-index: 600;
}
/* line 254, ../scss/_base.scss */
.menu li a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 0.6em;
  border-bottom: 1px solid #3f3f40;
  position: relative;
}
/* line 263, ../scss/_base.scss */
.menu li a:hover {
  background-color: #8a8a8e;
}
/* line 265, ../scss/_base.scss */
.menu li a:hover, .menu li a:visited, .menu li a:focus {
  color: #fff;
}
/* line 273, ../scss/_base.scss */
.menu li.menu-item-has-children > a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.5em;
  padding: 0.25em 0.5em;
}
/* line 282, ../scss/_base.scss */
.menu li.menu-item-has-children > a.active:after {
  content: "-";
}
/* line 287, ../scss/_base.scss */
.menu ul.members {
  border-top: 0;
}
/* line 290, ../scss/_base.scss */
.menu .menu-depth-1 .sub-menu-link {
  background-color: #58585a;
  padding-left: 30px;
  border-bottom: 1px solid #262626;
}
/* line 294, ../scss/_base.scss */
.menu .menu-depth-1 .sub-menu-link:hover {
  background-color: #3f3f40;
}
/* line 298, ../scss/_base.scss */
.menu .menu-depth-2 .sub-menu-link {
  background-color: #3f3f40;
  padding-left: 40px;
  border-bottom: 1px solid #0c0c0d;
}
/* line 302, ../scss/_base.scss */
.menu .menu-depth-2 .sub-menu-link:hover {
  background-color: #262626;
}
/* line 306, ../scss/_base.scss */
.menu .menu-depth-3 .sub-menu-link {
  background-color: #a4a4a7;
  color: #000;
  padding-left: 40px;
  border-bottom: 1px solid #0c0c0d;
}
/* line 311, ../scss/_base.scss */
.menu .menu-depth-3 .sub-menu-link:hover {
  background-color: #f2f2f2;
}

/*footer*/
/* line 317, ../scss/_base.scss */
nav.footer-nav {
  border: 0px solid #ccc;
  background: #8CC63F;
  border-bottom: 0px solid #58585A;
}
/* line 322, ../scss/_base.scss */
nav.footer-nav .nav {
  border-width: 0;
}
/* line 324, ../scss/_base.scss */
nav.footer-nav ul {
  background-color: #8CC63F;
  border-bottom: 0px solid #58585A;
}
/* line 329, ../scss/_base.scss */
nav.footer-nav ul li {
  color: #717174;
  text-decoration: underline;
  background-color: #8CC63F;
  display: inline-block;
}
/* line 334, ../scss/_base.scss */
nav.footer-nav ul li a {
  color: #fff;
  text-decoration: underline;
  padding: 10px 10px 10px 0;
  background-color: #8CC63F;
  border-width: 0;
}
/* line 340, ../scss/_base.scss */
nav.footer-nav ul li a:hover, nav.footer-nav ul li a:focus {
  color: white;
  background-color: #8CC63F;
}
/* line 353, ../scss/_base.scss */
nav.footer-nav li.current-menu-item a,
nav.footer-nav li.current_page_item a,
nav.footer-nav li.current-page-ancestor a {
  background-color: #8CC63F;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 368, ../scss/_base.scss */
.hentry header .article-header {
  margin-bottom: 10px;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 395, ../scss/_base.scss */
.byline {
  color: #999;
  margin: 0;
  font-size: 0.875em;
  line-height: 1.71429em;
}
/* line 399, ../scss/_base.scss */
.byline a {
  color: #567b24;
}

/* entry content */
/* line 405, ../scss/_base.scss */
.entry-content {
  min-height: 100px;
}

/* line 410, ../scss/_base.scss */
.entry-content, .comment {
  /*watch for increasing font sizes when using em and nesting lists - set them here*/
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 412, ../scss/_base.scss */
.entry-content p, .comment p {
  font-size: 1.125em;
  /*18px*/
  margin-top: 0.2em;
}
/* line 419, ../scss/_base.scss */
.entry-content ul, .entry-content ol, .comment ul, .comment ol {
  padding: 0 1em;
}
/* line 422, ../scss/_base.scss */
.entry-content ul li, .entry-content ol li, .comment ul li, .comment ol li {
  font-size: 1.125em;
}
/* line 424, ../scss/_base.scss */
.entry-content ul li li, .entry-content ol li li, .comment ul li li, .comment ol li li {
  font-size: 1em;
}
/* line 431, ../scss/_base.scss */
.entry-content ul li:before, .comment ul li:before {
  content: '\2022 ';
  color: #8CC63F;
  float: left;
  margin: 0 0 0 -1em;
  width: 1em;
}
/* line 442, ../scss/_base.scss */
.entry-content ol, .comment ol {
  list-style-type: decimal;
}
/* line 448, ../scss/_base.scss */
.entry-content blockquote, .comment blockquote {
  font-style: italic;
  border-left: 4px solid #8CC63F;
  position: relative;
}
/* line 453, ../scss/_base.scss */
.entry-content blockquote p, .comment blockquote p {
  margin-left: 12px;
}
/* line 454, ../scss/_base.scss */
.entry-content blockquote cite, .comment blockquote cite {
  color: #4b4b4d;
  margin-top: 6px;
  display: block;
  font-size: 0.75em;
  line-height: 2em;
}
/* line 460, ../scss/_base.scss */
.entry-content blockquote cite:before, .comment blockquote cite:before {
  content: "\2014 \2009";
}
/* line 469, ../scss/_base.scss */
.entry-content dt, .comment dt {
  font-weight: bold;
}
/* line 471, ../scss/_base.scss */
.entry-content dd, .comment dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 478, ../scss/_base.scss */
.entry-content img, .comment img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 494, ../scss/_base.scss */
.entry-content video, .entry-content object, .comment video, .comment object {
  max-width: 100%;
  height: auto;
}
/* line 499, ../scss/_base.scss */
.entry-content pre, .comment pre {
  /*background: #eee;
  border: 1px solid #cecece;
  padding: 10px;*/
}
/* line 506, ../scss/_base.scss */
.entry-content table th, .entry-content table td, .comment table th, .comment table td {
  padding: 12px 5px;
  margin: 0 5px;
}
/* line 507, ../scss/_base.scss */
.entry-content table th a:link, .entry-content table td a:link, .comment table th a:link, .comment table td a:link {
  color: #717174;
  font-weight: bold;
}
/* line 509, ../scss/_base.scss */
.entry-content table thead th, .comment table thead th {
  background-color: #e2f1ce;
}

/* end .entry-content */
/* line 516, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  /*	background: #eee;*/
  padding: 5px;
  /* images inside wp-caption */
}
/* line 522, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 528, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 565, ../scss/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 569, ../scss/_base.scss */
.pagination {
  text-align: center;
}
/* line 571, ../scss/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
/* line 577, ../scss/_base.scss */
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
/* line 583, ../scss/_base.scss */
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
/* line 594, ../scss/_base.scss */
.pagination ul li span.current {
  font-weight: bold;
}

/* end .cls_page_navi */
/* fallback previous & next links */
/* line 609, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 613, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/*FORMS*/
/* line 620, ../scss/_base.scss */
button,
input,
select,
textarea {
  padding-left: 5px;
  border: 1px solid #a4a4a7;
}

/*donate button*/
/* line 631, ../scss/_base.scss */
.sidebar-button {
  border-top: 4px solid #fff;
  width: 100%;
}
/* line 635, ../scss/_base.scss */
.sidebar-button .full-width {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 649, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 666, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 667, ../scss/_base.scss */
.commentlist ul, .commentlist ol {
  list-style-type: none;
}
/* line 671, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  /* end .commentlist li ul.children */
}
/* line 674, ../scss/_base.scss */
.commentlist li li:before {
  content: '\2022 ';
  color: #8CC63F;
  float: left;
  margin: 0 0 0 -1em;
  width: 1em;
}
/* line 682, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 686, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 704, ../scss/_base.scss */
.commentlist ol {
  list-style-type: decimal;
}
/* line 705, ../scss/_base.scss */
.commentlist ol li:before {
  content: '';
}
/* line 708, ../scss/_base.scss */
.commentlist .comment_content blockquote p {
  margin-left: 12px;
}
/* line 712, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 716, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 721, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 728, ../scss/_base.scss */
.commentlist li.depth-2:before {
  content: '';
}
/* line 729, ../scss/_base.scss */
.commentlist li.depth-3:before {
  content: '';
}
/* line 730, ../scss/_base.scss */
.commentlist li.depth-4:before {
  content: '';
}
/* line 731, ../scss/_base.scss */
.commentlist li.depth-5:before {
  content: '';
}
/* line 735, ../scss/_base.scss */
.commentlist .odd {
  background: #F2F8EF;
}
/* line 738, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 742, ../scss/_base.scss */
.commentlist .comment.depth-1 {
  border-bottom: 2px solid #8CC63F;
}
/* line 753, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
  padding: 5px;
}
/* line 757, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 765, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
  font-size: 0.9em;
}
/* line 769, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 773, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 783, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 808, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 811, ../scss/_base.scss */
.commentlist .comment_content p {
  /*margin: 0.7335em 0 1.5em;*/
  font-size: 0.9em;
  line-height: 1.5em;
}
/* line 820, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #8CC63F;
  padding: 4px 5px 3px 5px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1em;
  display: block;
}
/* line 832, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  background: #71a230;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 845, ../scss/_base.scss */
.form input[type=text],
.form input[type=email],
.form input[type=url] {
  padding-left: 5px;
}

/* line 854, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 858, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 861, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 866, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 872, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #f8f8f8;
  border: 1px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 882, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 887, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 897, ../scss/_base.scss */
.respond-form form input
input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
  padding-left: 5px;
}
/* line 906, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 921, ../scss/_base.scss */
#comment-form-title {
  margin: 0;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 934, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 939, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 952, ../scss/_base.scss */
.widgettitle {
  color: #8CC63F;
}
/* line 953, ../scss/_base.scss */
.widgettitle a {
  text-decoration: underline;
}

/* line 958, ../scss/_base.scss */
.widget {
  padding: 12px 10px;
  margin: 0;
  border-top: 2px solid #8CC63F;
}
/* line 964, ../scss/_base.scss */
.widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */
}
/* line 969, ../scss/_base.scss */
.widget ul li a {
  color: #717174;
}
/* line 970, ../scss/_base.scss */
.widget ul li a:hover {
  color: #7fb636;
}
/* line 973, ../scss/_base.scss */
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}

/* line 982, ../scss/_base.scss */
#strapline {
  background-color: #8CC63F;
  padding-bottom: 10px;
}
/* line 984, ../scss/_base.scss */
#strapline .right {
  text-align: left;
  padding-left: 20px;
}
/* line 987, ../scss/_base.scss */
#strapline .right .fb-align {
  width: 100%;
}
/* line 989, ../scss/_base.scss */
#strapline .right h5 {
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 996, ../scss/_base.scss */
#strapline a:link, #strapline a:visited {
  color: white;
}
/* line 997, ../scss/_base.scss */
#strapline a:hover {
  text-decoration: none;
}
/* line 999, ../scss/_base.scss */
#strapline .twitter-link {
  float: none;
}

/*********************	
readmore
*********************/
/* line 1008, ../scss/_base.scss */
span.read-more-cont, span.widget-link {
  display: block;
  width: 100%;
  height: 32px;
  margin-top: 14px;
  margin-bottom: -19px;
}

/* line 1017, ../scss/_base.scss */
a.excerpt-read-more, span.widget-link a {
  text-decoration: none;
  float: right;
  background: #8CC63F;
  padding: 5px 10px 4px 13px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
}
/* line 1029, ../scss/_base.scss */
a.excerpt-read-more:visited, span.widget-link a:visited {
  background: #8CC63F;
  color: white;
}
/* line 1033, ../scss/_base.scss */
a.excerpt-read-more:hover, span.widget-link a:hover, a.excerpt-read-more:focus, span.widget-link a:focus {
  background: #71a230;
  color: white;
}

/* line 1042, ../scss/_base.scss */
span.widget-link {
  margin-bottom: 0;
}

/* end .commentlist .comment-reply-link */
/*********************
FOOTER STYLES
*********************/
/* line 1057, ../scss/_base.scss */
.footer {
  clear: both;
  color: white;
}
/* line 1061, ../scss/_base.scss */
.footer .widget {
  border-width: 0;
}

/* line 1063, ../scss/_base.scss */
#inner-footer {
  padding: 0 20px;
  background-color: #8CC63F;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*forums - going to make the fonts simpler to ease reading long pages*/
/* line 1090, ../scss/_base.scss */
.forums {
  font-family: arial, helvetica, sans-serif;
}

/* line 1091, ../scss/_base.scss */
.entry-content #bbpress-forums ul li:before {
  content: ' ';
}

/* line 1095, ../scss/_base.scss */
div.bbp-reply-content, .bbp-reply-post-date, .bbp-reply-author {
  font-size: 0.8em;
}

/* line 1097, ../scss/_base.scss */
#bbpress-forums fieldset.bbp-form {
  border: 1px solid #e2f1ce;
}

/* line 1101, ../scss/_base.scss */
#bbpress-forums div.wp-editor-container {
  border: 1px solid #DEDEDE;
}

/* line 1104, ../scss/_base.scss */
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
  background-color: #e2f1ce;
}

/* line 1106, ../scss/_base.scss */
.forum-titles li {
  color: darken #717174, 10%;
}

/* line 1108, ../scss/_base.scss */
#subscription-toggle {
  float: right;
}

/* line 1110, ../scss/_base.scss */
a.bbp-topic-super-sticky-link {
  color: #717174;
}

/* line 1115, ../scss/_base.scss */
#bbpress-forums, #bbpress-forums div.bbp-the-content-wrapper inpu {
  font-family: Helvetica, Arial, sans-serif;
  /**/
  /* =Avatars
-------------------------------------------------------------- */
}
/* line 1117, ../scss/_base.scss */
#bbpress-forums .bbp-breadcrumb, #bbpress-forums legend, #bbpress-forums label, #bbpress-forums div.bbp-the-content-wrapper inpu .bbp-breadcrumb, #bbpress-forums div.bbp-the-content-wrapper inpu legend, #bbpress-forums div.bbp-the-content-wrapper inpu label {
  font-family: "Abel", Helvetica, Arial, sans-serif;
}
/* line 1119, ../scss/_base.scss */
#bbpress-forums label, #bbpress-forums div.bbp-the-content-wrapper inpu label {
  color: #222;
}
/* line 1121, ../scss/_base.scss */
#bbpress-forums legend, #bbpress-forums div.bbp-the-content-wrapper inpu legend {
  font-size: 2em;
  font-weight: bold;
}
/* line 1126, ../scss/_base.scss */
#bbpress-forums a.bbp-topic-permalink,
#bbpress-forums .bbp-topic-freshness a,
#bbpress-forums .bbp-author-name,
#bbpress-forums .bbp-meta span.bbp-admin-links a, #bbpress-forums div.bbp-the-content-wrapper inpu a.bbp-topic-permalink,
#bbpress-forums div.bbp-the-content-wrapper inpu .bbp-topic-freshness a,
#bbpress-forums div.bbp-the-content-wrapper inpu .bbp-author-name,
#bbpress-forums div.bbp-the-content-wrapper inpu .bbp-meta span.bbp-admin-links a {
  color: #717174;
}
/* line 1131, ../scss/_base.scss */
#bbpress-forums a.bbp-topic-permalink:hover,
#bbpress-forums .bbp-topic-freshness a:hover,
#bbpress-forums .bbp-author-name:hover,
#bbpress-forums .bbp-meta span.bbp-admin-links a:hover, #bbpress-forums div.bbp-the-content-wrapper inpu a.bbp-topic-permalink:hover,
#bbpress-forums div.bbp-the-content-wrapper inpu .bbp-topic-freshness a:hover,
#bbpress-forums div.bbp-the-content-wrapper inpu .bbp-author-name:hover,
#bbpress-forums div.bbp-the-content-wrapper inpu .bbp-meta span.bbp-admin-links a:hover {
  color: #3f3f40;
}
/* line 1135, ../scss/_base.scss */
#bbpress-forums #bbpress-forums .status-closed,
#bbpress-forums #bbpress-forums .status-closed a, #bbpress-forums div.bbp-the-content-wrapper inpu #bbpress-forums .status-closed,
#bbpress-forums div.bbp-the-content-wrapper inpu #bbpress-forums .status-closed a {
  color: #222;
}
/* line 1145, ../scss/_base.scss */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar, #bbpress-forums div.bbp-the-content-wrapper inpu p.bbp-topic-meta img.avatar,
#bbpress-forums div.bbp-the-content-wrapper inpu ul.bbp-reply-revision-log img.avatar,
#bbpress-forums div.bbp-the-content-wrapper inpu ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-the-content-wrapper inpu div.bbp-template-notice img.avatar,
#bbpress-forums div.bbp-the-content-wrapper inpu .widget_display_topics img.avatar,
#bbpress-forums div.bbp-the-content-wrapper inpu .widget_display_replies img.avatar {
  margin-bottom: -3px;
}

/* line 1158, ../scss/_base.scss */
.oauth-twitter-tweet {
  border-bottom: 1px solid #8CC63F;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-right: 20px;
  background: url("../images/twitter-bird-16x16.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding-left: 20px;
}

/* line 1169, ../scss/_base.scss */
.widget_oauth_twitter_widget {
  padding: 12px 10px !important;
}

/* line 1175, ../scss/_base.scss */
.fb img, .twitter-bird img {
  margin: 3px 5px 0 0;
  position: relative;
}

/* line 1179, ../scss/_base.scss */
.twitter-link {
  float: right;
}

/*
 * ALEX ADDING BITS HERE
 */
/* line 1185, ../scss/_base.scss */
.entry-content .ninja-forms-form li:before {
  content: "";
}

/* line 1189, ../scss/_base.scss */
body.custom-background {
  background-position: bottom left !important;
}

/* line 1193, ../scss/_base.scss */
#cls_home_header {
  max-width: 787px;
  height: 141px;
  overflow: hidden;
}

/* line 1199, ../scss/_base.scss */
.hidden {
  display: none;
}

/* line 1203, ../scss/_base.scss */
table.members-list {
  margin-top: 2em;
  margin-bottom: 1em;
}
/* line 1209, ../scss/_base.scss */
table.members-list tr th {
  text-align: left;
}
/* line 1212, ../scss/_base.scss */
table.members-list tr td, table.members-list tr th {
  padding: 8px;
}

/* line 1217, ../scss/_base.scss */
.visuallyhidden {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

/* line 1225, ../scss/_base.scss */
ul.memberslinks {
  list-style-type: none;
}

/* line 1229, ../scss/_base.scss */
ul.memberslinks li {
  text-align: center;
  list-style-type: none;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.28571em;
  margin-top: 0.8000em;
  margin-bottom: 0.0000em;
}

/* line 1238, ../scss/_base.scss */
ul.memberslinks li a {
  text-decoration: none;
}

/* line 1241, ../scss/_base.scss */
ul.memberslinks li:before {
  content: "";
}

/* line 1244, ../scss/_base.scss */
.gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

/**
 * Gallery
 * -----------------------------------------------------------------------------
 */
/* line 1255, ../scss/_base.scss */
.gallery {
  margin-bottom: 20px;
}

/* line 1259, ../scss/_base.scss */
.gallery-item {
  float: left;
  margin: 0 1em 1em 0;
  overflow: hidden;
  position: relative;
  height: 150px;
  width: 150px;
}

/* .gallery-icon {
	margin: auto 0;
	border: 1px solid blue;
} */
/* line 1273, ../scss/_base.scss */
.gallery-item a {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  width: 150px;
  height: 150px;
}

/* line 1283, ../scss/_base.scss */
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

/* line 1287, ../scss/_base.scss */
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

/* line 1293, ../scss/_base.scss */
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

/* line 1299, ../scss/_base.scss */
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

/* line 1305, ../scss/_base.scss */
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

/* line 1311, ../scss/_base.scss */
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

/* line 1317, ../scss/_base.scss */
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

/* line 1323, ../scss/_base.scss */
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

/* line 1329, ../scss/_base.scss */
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

/* line 1335, ../scss/_base.scss */
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

/* line 1347, ../scss/_base.scss */
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

/* line 1354, ../scss/_base.scss */
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

/* line 1373, ../scss/_base.scss */
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 1383, ../scss/_base.scss */
.gallery-item:hover .gallery-caption {
  opacity: 1;
}

/* line 1387, ../scss/_base.scss */
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* line 1393, ../scss/_base.scss */
div.biglink {
  font-size: 1.25;
  margin: 1.5em 0;
  text-align: center;
  font-family: "Abel", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: bold;
  /* removing text decoration from all headline links */
}
/* line 1401, ../scss/_base.scss */
div.biglink a {
  text-decoration: underline;
}

/* line 1406, ../scss/_base.scss */
hr {
  padding: 0;
  color: #717171;
  text-align: center;
  margin: 1.5em 0;
}

/*
 * specific widget tweaks
 */
/* line 1418, ../scss/_base.scss */
.sidebar .bbp_widget_login {
  padding: 12px 0;
}
/* line 1421, ../scss/_base.scss */
.sidebar .bbp_widget_login .bbp-login-form input {
  padding: 0;
}
/* line 1425, ../scss/_base.scss */
.sidebar .bbp_widget_login fieldset {
  border: none;
}
/* line 1428, ../scss/_base.scss */
.sidebar .bbp_widget_login button {
  margin: 0;
}
/* line 1435, ../scss/_base.scss */
.sidebar .widget .supporterwidget {
  /* margin-bottom: -12px;
  margin-right: -10px;
  margin-top: -12px; */
}
/* line 1439, ../scss/_base.scss */
.sidebar .widget .supporterwidget img {
  float: left;
  margin: 0 8px 8px 0;
}
/* line 1443, ../scss/_base.scss */
.sidebar .widget .supporterwidget h1, .sidebar .widget .supporterwidget h2, .sidebar .widget .supporterwidget h3, .sidebar .widget .supporterwidget h4, .sidebar .widget .supporterwidget h5, .sidebar .widget .supporterwidget h5 {
  clear: none;
}
/* line 1448, ../scss/_base.scss */
.sidebar .widget span.read-more-cont, .sidebar .widget span.widget-link {
  margin: 0;
  height: inherit;
}

/* line 1455, ../scss/_base.scss */
.faq {
  margin-bottom: 1.5em;
}
/* line 1456, ../scss/_base.scss */
.faq .question {
  font-style: italic;
}
/* line 1460, ../scss/_base.scss */
.faq .answer {
  margin-top: 0.5em;
}
/* line 1463, ../scss/_base.scss */
.faq .q, .faq .a {
  font-style: normal;
  margin-right: 1em;
  font-weight: bold;
  font-size: larger;
}

/* line 1472, ../scss/_base.scss */
#accordion {
  margin-top: 0.3em;
}

/* line 1476, ../scss/_base.scss */
.ui-state-active .ui-icon {
  background-image: url("/wp-content/themes/cls-theme/library/images/ui-icons_454545_256x240.png");
}

/* line 1479, ../scss/_base.scss */
.ui-state-default .ui-icon {
  background-image: url("/wp-content/themes/cls-theme/library/images/ui-icons_888888_256x240.png");
}

/* line 1483, ../scss/_base.scss */
h3.ui-accordion-header {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1em;
  border: 1px solid grey;
  padding: 0.5em;
}

/* line 1492, ../scss/_base.scss */
h3.ui-accordion-header:before {
  content: "Q. ";
}

/* line 1495, ../scss/_base.scss */
h3.ui-accordion-header:hover,
h3.ui-accordion-header.ui-state-active {
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 1506, ../scss/_base.scss */
.ui-accordion-content {
  padding: 0.5em;
  border: 1px solid grey;
  border-top: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1517, ../scss/_base.scss */
.ui-accordion-content p:first-child:before {
  content: "A. ";
}

/* line 1521, ../scss/_base.scss */
#searchform {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0px;
}

/* line 1526, ../scss/_base.scss */
#searchform input[type="text"] {
  width: 75%;
  border-color: #8cc63f;
  padding: 2px;
  top: 1px;
  position: relative;
  line-height: 21px;
}

/* line 1534, ../scss/_base.scss */
#searchform input[type="submit"] {
  background-color: #8cc63f;
  border: 1px solid #8cc63f;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Abel",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 3px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 1550, ../scss/_base.scss */
.screen-reader-text {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:  Community Land Scotland
  Author: Lisa Thompson
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 26, ../scss/_481up.scss */
  #strapline .right {
    padding-right: 20px;
    min-width: 190px;
    border-top: 4px solid #fff;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 37, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 41, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 46, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 51, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /* line 64, ../scss/_481up.scss */
  .footer #inner-footer {
    /* at this larger size, we can start to align images */
  }
  /* line 66, ../scss/_481up.scss */
  .footer #inner-footer .alignleft, .footer #inner-footer img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 71, ../scss/_481up.scss */
  .footer #inner-footer .alignright, .footer #inner-footer img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 76, ../scss/_481up.scss */
  .footer #inner-footer .aligncenter, .footer #inner-footer img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, ../scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right;
  }

  /******************************************************************
  Site Name: Community Land Scotland
  Author: Lisa Thompson for Reefnet
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 25, ../scss/_768up.scss */
  #wrapper, .wrap {
    max-width: 1200px;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 37, ../scss/_768up.scss */
  .header {
    height: auto;
  }

  /* line 40, ../scss/_768up.scss */
  .logo a {
    float: left;
  }

  /* line 44, ../scss/_768up.scss */
  #logo {
    margin-left: 20px;
  }

  /*********************
    NAVIGATION STYLES
    *********************/
  /* end .nav*/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 64, ../scss/_768up.scss */
  #strapline .right {
    padding-right: 20px;
    width: 100%;
    border-top: 4px solid #fff;
    text-align: left;
  }

  /* line 72, ../scss/_768up.scss */
  .sidebar {
    padding: 0;
  }

  /* line 76, ../scss/_768up.scss */
  .widgettitle {
    margin: 12px 0;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 183, ../scss/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* Nav Stuff */
  /* line 8, ../scss/_1030up.scss */
  a.menu-show-link {
    display: none;
  }

  /* line 11, ../scss/_1030up.scss */
  .js .menu, .js .menu > ul ul {
    max-height: none;
    overflow: visible;
  }

  /* line 15, ../scss/_1030up.scss */
  .js .menu > ul ul {
    display: none;
  }

  /* line 18, ../scss/_1030up.scss */
  .js .menu > ul li:hover > ul {
    display: block;
  }

  /* line 21, ../scss/_1030up.scss */
  .menu ul {
    margin: 0 0 0 -0.25em;
    border: 0;
    float: right;
  }

  /* line 26, ../scss/_1030up.scss */
  .menu li a {
    border: 0;
  }

  /* line 29, ../scss/_1030up.scss */
  .menu li.menu-item-has-children > a {
    padding-right: 1.4em;
  }

  /* line 32, ../scss/_1030up.scss */
  .menu li.menu-item-has-children > a:after {
    content: ">";
    font-size: 14px;
    padding: 1em 0.5em;
  }

  /* line 37, ../scss/_1030up.scss */
  .menu .level-1 > li.menu-item-has-children > a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    font-size: 0;
    line-height: 0;
    margin-top: 18px;
    margin-right: 5px;
  }

  /* line 51, ../scss/_1030up.scss */
  .menu > ul li .sub-menu-item {
    margin: 0;
    margin-top: -1px;
  }
  /* line 52, ../scss/_1030up.scss */
  .menu > ul li .sub-sub-menu-item {
    margin-top: 0;
  }

  /* line 55, ../scss/_1030up.scss */
  .menu > ul > li {
    display: inline-block;
    position: relative;
  }

  /* line 59, ../scss/_1030up.scss */
  .menu > ul ul {
    position: absolute;
    top: 0;
    width: 12em;
  }

  /* line 65, ../scss/_1030up.scss */
  .menu > ul ul li {
    position: relative;
  }

  /* line 68, ../scss/_1030up.scss */
  .menu > ul ul.menu-depth-1 {
    top: 41px;
    right: 0;
  }

  /* line 73, ../scss/_1030up.scss */
  .menu > ul ul.menu-depth-2 {
    position: absolute;
    top: 0;
    left: 12em;
    width: 12em;
  }

  /* line 83, ../scss/_1030up.scss */
  .menu .menu-depth-1, .menu .menu-depth-2 {
    margin-left: 0px;
  }
  /* line 85, ../scss/_1030up.scss */
  .menu .menu-depth-1 .sub-menu-link, .menu .menu-depth-2 .sub-menu-link {
    padding-left: 0.8em;
  }
  /* line 91, ../scss/_1030up.scss */
  .menu .menu-depth-3 {
    position: absolute;
    right: 192px;
    z-index: 999;
  }
  /* line 96, ../scss/_1030up.scss */
  .menu ul.members {
    margin-top: 0px;
  }

  /**
   * COLUMNS LAYOUT
   */
  /* line 102, ../scss/_1030up.scss */
  body.page-template-page-columns-php .entry-content,
  .textcolumns {
    -moz-column-count: 3;
    -moz-column-gap: 18px;
    -webkit-column-count: 3;
    -webkit-column-gap: 18px;
    column-count: 3;
    column-gap: 18px;
    height: 2000px;
    overflow: auto;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 19, ../scss/_1240up.scss */
  #strapline .left {
    border-width: 0;
  }
  /* line 20, ../scss/_1240up.scss */
  #strapline .right {
    padding-right: 20px;
    text-align: right;
    width: 57.182320438000005%;
    border-width: 0;
  }
  /* line 25, ../scss/_1240up.scss */
  #strapline .right .fb-align {
    clear: right;
    width: 100%;
    float: right;
  }
  /* line 27, ../scss/_1240up.scss */
  #strapline .right h5 {
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 33, ../scss/_1240up.scss */
  #strapline a:link, #strapline a:visited {
    color: white;
  }
  /* line 34, ../scss/_1240up.scss */
  #strapline a:hover {
    text-decoration: none;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 38, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 76, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
