@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
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.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../GallowayGlensSCSS/partials/_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 31, ../GallowayGlensSCSS/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../GallowayGlensSCSS/partials/_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 52, ../GallowayGlensSCSS/partials/_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 67, ../GallowayGlensSCSS/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../GallowayGlensSCSS/partials/_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 119, ../GallowayGlensSCSS/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../GallowayGlensSCSS/partials/_normalize.scss */
p {
  /* -webkit-hyphens: auto;
   -epub-hyphens:   auto;
   -moz-hyphens:    auto;
   hyphens:         auto; */
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../GallowayGlensSCSS/partials/_normalize.scss */
pre {
  margin: 0;
}

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../GallowayGlensSCSS/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

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

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

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

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../GallowayGlensSCSS/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../GallowayGlensSCSS/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../GallowayGlensSCSS/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

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

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 279, ../GallowayGlensSCSS/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../GallowayGlensSCSS/partials/_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 336, ../GallowayGlensSCSS/partials/_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 347, ../GallowayGlensSCSS/partials/_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 361, ../GallowayGlensSCSS/partials/_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 373, ../GallowayGlensSCSS/partials/_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 386, ../GallowayGlensSCSS/partials/_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 398, ../GallowayGlensSCSS/partials/_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 408, ../GallowayGlensSCSS/partials/_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 420, ../GallowayGlensSCSS/partials/_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 432, ../GallowayGlensSCSS/partials/_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 441, ../GallowayGlensSCSS/partials/_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 452, ../GallowayGlensSCSS/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* line 472, ../GallowayGlensSCSS/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 479, ../GallowayGlensSCSS/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../GallowayGlensSCSS/partials/_normalize.scss */
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
/* line 489, ../GallowayGlensSCSS/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
/* line 490, ../GallowayGlensSCSS/partials/_normalize.scss */
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

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

/******************************************************************
Site Name: Weesleekit Base Template 2015
Author: Rebecca @ Weesleekit
Version: 0.1
Created: 23/06/2016
Last Modified: 27/06/2016

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Base Colours
*/
/* Galloway Glens Colours */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name: Galloway Glens
Author: BDS Digital
Version: 0.1
Created: 23/06/2016
Last Modified: 23/06/2016

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('https://gallowayglens.org/wp-content/themes/weesleekit-base2015/library/css/library/fonts/font-name.eot');
      src: url('https://gallowayglens.org/wp-content/themes/weesleekit-base2015/library/css/library/fonts/font-name.eot#iefix') format('embedded-opentype'),
             url('https://gallowayglens.org/wp-content/themes/weesleekit-base2015/library/css/library/fonts/font-name.woff') format('woff'),
             url('https://gallowayglens.org/wp-content/themes/weesleekit-base2015/library/css/library/fonts/font-name.ttf') format('truetype'),
             url('https://gallowayglens.org/wp-content/themes/weesleekit-base2015/library/css/library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 68, ../GallowayGlensSCSS/partials/_typography.scss */
p {
  /* -ms-word-wrap: break-word;
   word-break: break-word; //non-standart css for webkit
   word-wrap: break-word;
   // cleaning up the ragged lines and breaks
   -webkit-hyphens: auto;
      -moz-hyphens: auto;
           hyphens: auto;
   // sets a minimum number of characters before and after the break
   -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
            hyphenate-lines: 3;
   // enabling fancy ligatures when available
   -webkit-font-feature-settings: "liga", "dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
       -ms-font-feature-settings: "liga", "dlig";
        -o-font-feature-settings: "liga", "dlig";
           font-feature-settings: "liga", "dlig"; */
}

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

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name: Galloway Glens
Author: BDS Digital
Version: 0.1
Created: 23/06/2016
Last Modified: 23/06/2016

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
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.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
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); */
/* @include css-radial-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? */
/******************************************************************
Site Name: Base Template 2016
Author: BDS Digital
Version: 0.1

Stylesheet: Grid Stylesheet

We've taken out the last-col so we can tweak the guttering. 

******************************************************************/
/* line 21, ../GallowayGlensSCSS/partials/_grid.scss */
.wrap {
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 27, ../GallowayGlensSCSS/partials/_grid.scss */
.contain {
  position: relative;
  overflow: hidden;
}

/* line 32, ../GallowayGlensSCSS/partials/_grid.scss */
.textleft {
  text-align: left;
}

/* line 35, ../GallowayGlensSCSS/partials/_grid.scss */
.textright {
  text-align: right;
}

/* line 38, ../GallowayGlensSCSS/partials/_grid.scss */
.floatleft {
  float: left;
}

/* line 41, ../GallowayGlensSCSS/partials/_grid.scss */
.floatright {
  float: right !important;
}

/*.last-col {
  float: right;
  padding-right: 0 !important;
}*/
/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 60, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-hide {
    display: none;
  }

  /* line 64, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-all {
    float: left;
    padding: 0 10px;
    width: 100%;
  }

  /* line 70, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding: 0 10px;
    width: 50%;
  }

  /* line 75, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding: 0 10px;
    width: 33.33%;
  }

  /* line 80, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding: 0 10px;
    width: 66.66%;
  }

  /* line 85, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding: 0 10px;
    width: 25%;
  }

  /* line 90, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding: 0 10px;
    width: 75%;
  }

  /* line 95, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-nopad {
    padding: 0;
  }

  /* line 99, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-f-left {
    float: left;
  }

  /* line 103, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-f-right {
    float: right;
  }

  /* line 107, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-t-left {
    text-align: left;
  }

  /* line 111, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-t-right {
    text-align: right;
  }

  /* line 115, ../GallowayGlensSCSS/partials/_grid.scss */
  .m-t-center {
    text-align: center;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 979px) {
  /* line 125, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-hide {
    display: none;
  }

  /* line 129, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-all {
    float: left;
    padding: 0 10px;
    width: 100%;
  }

  /* line 135, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding: 0 10px;
    width: 50%;
  }

  /* line 142, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding: 0 10px;
    width: 33.33%;
  }

  /* line 147, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding: 0 10px;
    width: 66.66%;
  }

  /* line 152, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding: 0 10px;
    width: 25%;
  }

  /* line 157, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding: 0 10px;
    width: 75%;
  }

  /* line 162, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding: 0 10px;
    width: 20%;
  }

  /* line 167, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding: 0 10px;
    width: 40%;
  }

  /* line 172, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding: 0 10px;
    width: 60%;
  }

  /* line 177, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding: 0 10px;
    width: 80%;
  }

  /* line 182, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-f-left {
    float: left;
  }

  /* line 186, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-f-right {
    float: right;
  }

  /* line 190, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-t-left {
    text-align: left;
  }

  /* line 194, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-t-right {
    text-align: right;
  }

  /* line 198, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-t-center {
    text-align: center;
  }

  /* line 201, ../GallowayGlensSCSS/partials/_grid.scss */
  .t-nopad {
    padding: 0;
  }
}
/* Landscape to small desktop */
@media (min-width: 980px) {
  /* line 210, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-hide {
    display: none;
  }

  /* line 214, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-all {
    float: left;
    padding: 0 10px;
    width: 100%;
  }

  /* line 220, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding: 0 10px;
    width: 50%;
  }

  /* line 225, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding: 0 10px;
    width: 33.33%;
  }

  /* line 230, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding: 0 10px;
    width: 66.66%;
  }

  /* line 235, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding: 0 10px;
    width: 25%;
  }

  /* line 240, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding: 0 10px;
    width: 75%;
  }

  /* line 245, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding: 0 10px;
    width: 20%;
  }

  /* line 250, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding: 0 10px;
    width: 40%;
  }

  /* line 255, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding: 0 10px;
    width: 60%;
  }

  /* line 260, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding: 0 10px;
    width: 80%;
  }

  /* line 265, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding: 0 10px;
    width: 16.6666666667%;
  }

  /* line 270, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding: 0 10px;
    width: 14.2857142857%;
  }

  /* line 275, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding: 0 10px;
    width: 28.5714286%;
  }

  /* line 280, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding: 0 10px;
    width: 42.8571429%;
  }

  /* line 285, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding: 0 10px;
    width: 57.1428572%;
  }

  /* line 290, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding: 0 10px;
    width: 71.4285715%;
  }

  /* line 295, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding: 0 10px;
    width: 85.7142857%;
  }

  /* line 300, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding: 0 10px;
    width: 12.5%;
  }

  /* line 305, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding: 0 10px;
    width: 11.1111111111%;
  }

  /* line 310, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding: 0 10px;
    width: 10%;
  }

  /* line 315, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding: 0 10px;
    width: 9.09090909091%;
  }

  /* line 320, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding: 0 10px;
    width: 8.33%;
  }

  /* line 325, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-f-left {
    float: left;
  }

  /* line 329, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-f-right {
    float: right;
  }

  /* line 333, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-t-left {
    text-align: left;
  }

  /* line 337, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-t-right {
    text-align: right;
  }

  /* line 341, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-t-center {
    text-align: center;
  }

  /* line 344, ../GallowayGlensSCSS/partials/_grid.scss */
  .d-nopad {
    padding: 0;
  }
}
/* line 350, ../GallowayGlensSCSS/partials/_grid.scss */
.padme {
  padding: 0 10px;
}

/* line 353, ../GallowayGlensSCSS/partials/_grid.scss */
.nopad {
  padding: 0;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

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

/* line 21, ../GallowayGlensSCSS/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../GallowayGlensSCSS/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../GallowayGlensSCSS/modules/_alerts.scss */
.alert-error {
  border-color: #c92d12;
  background: #E03214;
}

/* line 39, ../GallowayGlensSCSS/modules/_alerts.scss */
.alert-success {
  border-color: #77a93a;
  background: #84BC40;
}

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

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/* line 27, ../GallowayGlensSCSS/modules/_buttons.scss */
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 44, ../GallowayGlensSCSS/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
/* line 51, ../GallowayGlensSCSS/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
/* line 62, ../GallowayGlensSCSS/modules/_buttons.scss */
.blue-btn, .comment-reply-link, #submit {
  background-color: #3b5761;
}
/* line 66, ../GallowayGlensSCSS/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #334c54;
}
/* line 71, ../GallowayGlensSCSS/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #314951;
}

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

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 24, ../GallowayGlensSCSS/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #3b5761;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  box-shadow: 2px 2px 3px #b0ab9a inset;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  border: 1px solid #e8e7e2;
}
/* line 61, ../GallowayGlensSCSS/modules/_forms.scss */
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}
/* line 67, ../GallowayGlensSCSS/modules/_forms.scss */
input[type="text"] textarea,
input[type="password"] textarea,
input[type="datetime"] textarea,
input[type="datetime-local"] textarea,
input[type="date"] textarea,
input[type="month"] textarea,
input[type="time"] textarea,
input[type="week"] textarea,
input[type="number"] textarea,
input[type="email"] textarea,
input[type="url"] textarea,
input[type="search"] textarea,
input[type="tel"] textarea,
input[type="color"] textarea,
select textarea,
textarea textarea,
.field textarea {
  padding: 12px;
}
/* line 72, ../GallowayGlensSCSS/modules/_forms.scss */
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #E03214;
  border-color: #E03214;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #E03214;
}
/* line 84, ../GallowayGlensSCSS/modules/_forms.scss */
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #84BC40;
  border-color: #84BC40;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #84BC40;
}
/* line 96, ../GallowayGlensSCSS/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
/* line 102, ../GallowayGlensSCSS/modules/_forms.scss */
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

/* line 112, ../GallowayGlensSCSS/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 117, ../GallowayGlensSCSS/modules/_forms.scss */
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

/* line 124, ../GallowayGlensSCSS/modules/_forms.scss */
select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
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.
*********************/
/******************************************************************
Site Name: Galloway Glens
Author: BDS Digital
Version: 0.1
Created: 23/06/2016 
Last Modified: 04/07/2016

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 22, ../GallowayGlensSCSS/breakpoints/_base.scss */
html {
  font-size: 62.5%;
}

/* Reset Box Sizing - we want padding included in width */
/* line 27, ../GallowayGlensSCSS/breakpoints/_base.scss */
* {
  box-sizing: border-box;
}

/* line 31, ../GallowayGlensSCSS/breakpoints/_base.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #3b5761;
  background-color: #82939e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 42, ../GallowayGlensSCSS/breakpoints/_base.scss */
#container {
  background-color: #fff;
}

/********************
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 55, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive .page-title {
  padding: 0 20px;
}
/* line 58, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive .titlewrap {
  padding: 0 10px;
}
/* line 61, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive .hentry {
  margin-bottom: 0;
}
/* line 64, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive h3.entry-title {
  text-transform: uppercase;
  color: #3b5761;
}
/* line 67, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive h3.entry-title:hover, .archive h3.entry-title:focus {
  color: #9eb8c1;
}
/* line 72, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive .entry-content {
  border-right: 0px;
}
/* line 74, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive .entry-content p {
  margin-bottom: 0;
}
/* line 78, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive .featured-image {
  margin: 2em 2em 0.5em;
}
/* line 80, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive .featured-image img {
  width: 100%;
}

/* 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 */
/* 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) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 121, ../GallowayGlensSCSS/breakpoints/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 130, ../GallowayGlensSCSS/breakpoints/_base.scss */
a, a:visited {
  color: #005f98;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 135, ../GallowayGlensSCSS/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #9eb8c1;
}
/* line 145, ../GallowayGlensSCSS/breakpoints/_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);
}

/* line 155, ../GallowayGlensSCSS/breakpoints/_base.scss */
a.excerpt-read-more,
a.excerpt-read-more:visited {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  color: #3b5761;
}
/* line 163, ../GallowayGlensSCSS/breakpoints/_base.scss */
a.excerpt-read-more:hover, a.excerpt-read-more:focus,
a.excerpt-read-more:visited:hover,
a.excerpt-read-more:visited:focus {
  color: #9eb8c1;
}

/* line 168, ../GallowayGlensSCSS/breakpoints/_base.scss */
a.summerlink,
a.summerlink:visited {
  background-color: #b0ab9a;
  color: #fff;
  display: block;
  padding: 0.8em 1em;
  margin: 0.5em -1em -1em;
}
/* line 175, ../GallowayGlensSCSS/breakpoints/_base.scss */
a.summerlink .fa,
a.summerlink:visited .fa {
  float: right;
  display: inline-block;
  border: 2px solid #3b5761;
  color: #3b5761;
  border-radius: 50%;
  height: 25px;
  line-height: 22px;
  padding: 0 4px 0 0;
  text-align: right;
  width: 25px;
}
/* line 187, ../GallowayGlensSCSS/breakpoints/_base.scss */
a.summerlink:hover, a.summerlink:focus,
a.summerlink:visited:hover,
a.summerlink:visited:focus {
  background-color: #9eb8c1;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 195, ../GallowayGlensSCSS/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  color: #3b5761;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 205, ../GallowayGlensSCSS/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 210, ../GallowayGlensSCSS/breakpoints/_base.scss */
h1, .h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
}

/* line 216, ../GallowayGlensSCSS/breakpoints/_base.scss */
h2, .h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 0.375em;
}

/* line 223, ../GallowayGlensSCSS/breakpoints/_base.scss */
h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

/* line 228, ../GallowayGlensSCSS/breakpoints/_base.scss */
h4, .h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

/* line 234, ../GallowayGlensSCSS/breakpoints/_base.scss */
h5, .h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
TOP BAR - General
*********************/
/* line 245, ../GallowayGlensSCSS/breakpoints/_base.scss */
#topbar {
  background-color: #575656;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
/* line 251, ../GallowayGlensSCSS/breakpoints/_base.scss */
#topbar a, #topbar a:visited {
  color: #fff;
}
/* line 253, ../GallowayGlensSCSS/breakpoints/_base.scss */
#topbar a:hover, #topbar a:focus, #topbar a:visited:hover, #topbar a:visited:focus {
  color: #eaedf2;
}
/* line 257, ../GallowayGlensSCSS/breakpoints/_base.scss */
#topbar a.media, #topbar a.media:visited {
  color: #575656;
}
/* line 259, ../GallowayGlensSCSS/breakpoints/_base.scss */
#topbar a.media:hover, #topbar a.media:focus, #topbar a.media:visited:hover, #topbar a.media:visited:focus {
  color: #575656;
}

/**********************
	Mobile Menu Button
**********************/
/* line 268, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobmenu {
  border: 1px solid #a6a6a6;
  padding: 0 5px;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  margin: -5px 10px -5px 0;
  padding: 2px 5px;
}
/* line 277, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobmenu:hover, .mobmenu:focus {
  background-color: #fff;
  color: #575656;
}

/* line 284, ../GallowayGlensSCSS/breakpoints/_base.scss */
.header .mobmenu {
  background-color: #575656;
  color: #fff;
  border-color: #fff;
  margin: 0 0 0 10px;
  font-size: 3rem;
  padding: 8px 10px;
}
/* line 291, ../GallowayGlensSCSS/breakpoints/_base.scss */
.header .mobmenu:hover, .header .mobmenu:focus {
  background-color: #8a8989;
}
/* line 295, ../GallowayGlensSCSS/breakpoints/_base.scss */
.header .mobmenu.right {
  line-height: 1;
}
/* line 298, ../GallowayGlensSCSS/breakpoints/_base.scss */
.header .mobmenu.left {
  line-height: 1;
  margin: 15px 10px 0 0;
}

/* line 304, ../GallowayGlensSCSS/breakpoints/_base.scss */
.navigation {
  background-color: #b0ab9a;
  position: relative;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 5px 0;
  text-align: center;
  font-size: 0;
}
/* line 318, ../GallowayGlensSCSS/breakpoints/_base.scss */
.navigation .mobmenu {
  background-color: #d9d9d9;
  color: #575656;
  font-size: 3.2rem;
  padding: 2px 8px 3px;
}
/* line 323, ../GallowayGlensSCSS/breakpoints/_base.scss */
.navigation .mobmenu:hover, .navigation .mobmenu:focus {
  border-color: #fff;
  background-color: #575656;
  color: #fff;
}
/* line 329, ../GallowayGlensSCSS/breakpoints/_base.scss */
.navigation .mobmenu.right {
  margin: 5px 0 0 10px;
}
/* line 332, ../GallowayGlensSCSS/breakpoints/_base.scss */
.navigation .mobmenu.left {
  margin: 5px 10px 0 0;
}

/*********************
HEADER STYLES
*********************/
/* line 340, ../GallowayGlensSCSS/breakpoints/_base.scss */
.topbar {
  background-color: #3b5761;
  position: relative;
  min-height: 40px;
  color: #fff;
}
/* line 345, ../GallowayGlensSCSS/breakpoints/_base.scss */
.topbar .mc4wp-form {
  text-align: right;
  padding: 5px 0;
}
/* line 348, ../GallowayGlensSCSS/breakpoints/_base.scss */
.topbar .mc4wp-form h4, .topbar .mc4wp-form p {
  color: #fff;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
/* line 354, ../GallowayGlensSCSS/breakpoints/_base.scss */
.topbar .mc4wp-form h4 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  margin-right: 10px;
  vertical-align: bottom;
}
/* line 361, ../GallowayGlensSCSS/breakpoints/_base.scss */
.topbar .mc4wp-form label {
  display: none;
}
/* line 364, ../GallowayGlensSCSS/breakpoints/_base.scss */
.topbar .mc4wp-form input[type="email"] {
  max-width: 200px;
  float: left;
  height: 30px;
  margin: 0;
}
/* line 370, ../GallowayGlensSCSS/breakpoints/_base.scss */
.topbar .mc4wp-form input[type="submit"] {
  float: left;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: #b0ab9a;
  height: 30px;
}
/* line 377, ../GallowayGlensSCSS/breakpoints/_base.scss */
.topbar .mc4wp-form input[type="submit"]:hover, .topbar .mc4wp-form input[type="submit"]:focus {
  background-color: #9eb8c1;
  cursor: pointer;
}
/* line 383, ../GallowayGlensSCSS/breakpoints/_base.scss */
.topbar a.summerlink,
.topbar a.summerlink:visited {
  margin: 0;
  padding: 0.67em 1em;
}

/* line 390, ../GallowayGlensSCSS/breakpoints/_base.scss */
.header {
  background-color: #fff;
  padding: 0;
  background-image: url("../images/headerbg.jpg");
  background-position: center center;
  background-size: cover;
}

/* line 397, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp, .mobmailchimp {
  position: absolute;
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  top: 0;
  right: 10px;
  background-color: #3b5761;
  padding: 1em;
  color: #fff;
  width: 100%;
  max-width: 330px;
}
/* line 409, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp p, .mobmailchimp p {
  margin: 0;
}
/* line 412, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp h4, .mobmailchimp h4 {
  margin: 0 0 0.5em;
  color: #fff;
  font-weight: 400;
}
/* line 418, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp input[type="text"],
.mailchimp input[type="email"], .mobmailchimp input[type="text"],
.mobmailchimp input[type="email"] {
  border: 0px;
  width: 75%;
  float: left;
}
/* line 424, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp input[type="submit"], .mobmailchimp input[type="submit"] {
  background-color: #b0ab9a;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 10px;
  padding: 6px 10px;
}
/* line 435, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp label, .mobmailchimp label {
  display: none;
}

/* line 439, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp {
  padding: 1em 1em 0;
}

/* line 443, ../GallowayGlensSCSS/breakpoints/_base.scss */
#logo {
  margin: 0;
  font-size: 5rem;
  font-weight: 300;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 450, ../GallowayGlensSCSS/breakpoints/_base.scss */
#logo a {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  max-width: 362px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 464, ../GallowayGlensSCSS/breakpoints/_base.scss */
#logo img {
  max-width: 100%;
  height: auto;
}

/* line 470, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobnavigation {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* line 481, ../GallowayGlensSCSS/breakpoints/_base.scss */
#mailchimp-popup-bg {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

/* line 492, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-popup {
  position: absolute;
  background: #fff;
  width: 80%;
  border: 5px solid #5d808c;
  padding: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
  top: calc(50% - 350px);
  z-index: 9999;
  text-align: center;
}
/* line 508, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-popup img {
  max-width: 100%;
}
/* line 512, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-popup h3, .mailchimp-popup h4 {
  margin: 0;
}
/* line 516, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-popup h3 {
  margin-top: 1em;
}
/* line 520, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-popup h4 {
  font-weight: normal;
  font-size: 1.5rem;
}
/* line 525, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-popup h4:nth-of-type(2) {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 1em;
}
/* line 530, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-popup label {
  float: left;
  padding-bottom: 0.5em;
  text-align: left;
}
/* line 536, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-popup input[type="email"] {
  box-shadow: none;
  border: 3px solid #5d808c;
  border-radius: 0;
}
/* line 542, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-popup p {
  text-align: left;
  float: left;
  margin: 0.25em 0;
  width: 100%;
}
/* line 549, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-popup p:last-of-type {
  text-align: center;
}
/* line 553, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-popup input[type="submit"] {
  background: #5d808c;
  border: 0;
  color: #fff;
  padding: 0.5em 1em;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 573, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 577, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 579, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 589, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nav li a span {
  padding: 0 0.89em;
  border-right: 1px solid #4e7381;
  line-height: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 602, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nav li a:hover, .nav li a:focus {
  background-color: #3b5761;
  color: #b0ab9a;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 607, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nav li a:hover span, .nav li a:focus span {
  color: #b0ab9a;
}
/* line 617, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nav li:last-child a span, .nav li:last-child a:visited span {
  border-right: 0;
}
/* line 635, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
  border-radius: 0;
}
/* line 661, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current_page_ancestor a {
  background-color: #3b5761;
  color: #b0ab9a;
}

/* end .nav */
/* Submenu */
/* line 672, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mainsubmenu {
  display: none;
}

/**************************
	MOBILE NAV 
**************************/
/* line 678, ../GallowayGlensSCSS/breakpoints/_base.scss */
#fixed-position {
  display: none;
}

/* line 681, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobnav {
  background-color: #b0ab9a;
}
/* line 683, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobnav li {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
}
/* line 688, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobnav li a, .mobnav li a:visited {
  font-size: 11px;
  font-size: 1.2rem;
  border-radius: 0;
  border-right: 1px solid #807a64;
  border-left: 1px solid #dddbd3;
}
/* line 694, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobnav li a span, .mobnav li a:visited span {
  border-right: 0;
  vertical-align: middle;
  display: inline-block;
}
/* line 699, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobnav li a span.text, .mobnav li a:visited span.text {
  padding: 0;
  min-height: 28px;
  line-height: 28px;
}
/* line 704, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobnav li a .sub, .mobnav li a:visited .sub {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 0px;
  display: block;
}
/* line 710, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobnav li a:hover, .mobnav li a:focus, .mobnav li a:visited:hover, .mobnav li a:visited:focus {
  border-right: 1px solid #141e22;
  border-left: 1px solid #6290a0;
}
/* line 719, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobnav li.current-menu-item a, .mobnav li.current-menu-item a:visited,
.mobnav li.current_page_item a,
.mobnav li.current_page_item a:visited,
.mobnav li.current_page_ancestor a,
.mobnav li.current_page_ancestor a:visited {
  border-right: 1px solid #141e22;
  border-left: 1px solid #6290a0;
}

/* line 728, ../GallowayGlensSCSS/breakpoints/_base.scss */
.aslidebar li a, .aslidebar li a:visited {
  background-color: #b0ab9a;
  border-top: 1px solid #dddbd3;
  border-bottom: 1px solid #807a64;
  text-shadow: 1px 1px 0px #807a64;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 0;
}
/* line 736, ../GallowayGlensSCSS/breakpoints/_base.scss */
.aslidebar li a span, .aslidebar li a:visited span {
  border-right: 0px;
}
/* line 739, ../GallowayGlensSCSS/breakpoints/_base.scss */
.aslidebar li a:hover, .aslidebar li a:focus, .aslidebar li a:visited:hover, .aslidebar li a:visited:focus {
  background-color: #3b5761;
  border-top: 1px solid #6290a0;
  border-bottom: 1px solid #141e22;
  text-shadow: 1px 1px 0px #141e22;
}
/* line 746, ../GallowayGlensSCSS/breakpoints/_base.scss */
.aslidebar li .sub-menu {
  margin: 0;
}
/* line 749, ../GallowayGlensSCSS/breakpoints/_base.scss */
.aslidebar li .sub-menu li a, .aslidebar li .sub-menu li a:visited {
  background-color: #c6c3b7;
  border-top: 1px solid #f3f2f0;
  border-bottom: 1px solid #b0ab9a;
  text-shadow: 1px 1px 0px #b0ab9a;
  color: #3b5761;
}
/* line 755, ../GallowayGlensSCSS/breakpoints/_base.scss */
.aslidebar li .sub-menu li a:hover, .aslidebar li .sub-menu li a:focus, .aslidebar li .sub-menu li a:visited:hover, .aslidebar li .sub-menu li a:visited:focus {
  background-color: #4e7381;
  border-top: 1px solid #82a6b3;
  border-bottom: 1px solid #283b41;
  text-shadow: 1px 1px 0px #283b41;
  color: #fff;
}
/* line 770, ../GallowayGlensSCSS/breakpoints/_base.scss */
.aslidebar li.current-menu-item a, .aslidebar li.current-menu-item a:visited,
.aslidebar li.current_page_item a,
.aslidebar li.current_page_item a:visited,
.aslidebar li.current_page_ancestor a,
.aslidebar li.current_page_ancestor a:visited {
  background-color: #3b5761;
  border-top: 1px solid #6290a0;
  border-bottom: 1px solid #141e22;
  text-shadow: 1px 1px 0px #141e22;
}
/* line 775, ../GallowayGlensSCSS/breakpoints/_base.scss */
.aslidebar li.current-menu-item a span, .aslidebar li.current-menu-item a:visited span,
.aslidebar li.current_page_item a span,
.aslidebar li.current_page_item a:visited span,
.aslidebar li.current_page_ancestor a span,
.aslidebar li.current_page_ancestor a:visited span {
  border-right: 0px;
}

/**************************
	TOP BAR NAV 
**************************/
/**************************
	HEADER NAV
**************************/
/***************************
	TILES 
***************************/
/* line 793, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tileshowcase .wrap {
  padding: 0 20px;
}

/* line 798, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tile {
  background-color: #d9d9d9;
}
/* line 800, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tile h1, .tile h2, .tile h3, .tile h4 {
  margin-top: 0;
  text-transform: uppercase;
}

/* line 805, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tile:nth-of-type(4n+1) {
  background-color: silver;
}

/* line 809, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tile:nth-of-type(4n+2) {
  background-color: #cccccc;
}

/* line 813, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tile:nth-of-type(4n+3) {
  background-color: #e6e6e6;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 821, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive #content {
  padding-top: 1.5em;
  padding-bottom: 110px;
}
/* line 827, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive .post:after {
  display: block;
  content: " ";
  margin: 0 30px;
  border-bottom: 2px dotted #b0ab9a;
}
/* line 835, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive .post:last-child:after {
  display: none;
}
/* line 842, ../GallowayGlensSCSS/breakpoints/_base.scss */
.archive .articles {
  border-right: 0px;
  margin-top: 10px;
}

/* line 849, ../GallowayGlensSCSS/breakpoints/_base.scss */
.page-template-page-contact .entry-content {
  border-right: 0px;
}
/* line 852, ../GallowayGlensSCSS/breakpoints/_base.scss */
.page-template-page-contact .entry-content td {
  padding: 0px;
}
/* line 856, ../GallowayGlensSCSS/breakpoints/_base.scss */
.page-template-page-contact .contactimg {
  padding: 1.5em 0 0;
}
/* line 858, ../GallowayGlensSCSS/breakpoints/_base.scss */
.page-template-page-contact .contactimg img {
  max-width: 100%;
}

/* line 864, ../GallowayGlensSCSS/breakpoints/_base.scss */
#content {
  padding-bottom: 140px;
}

/* line 869, ../GallowayGlensSCSS/breakpoints/_base.scss */
.getinvolved {
  padding-top: 50px;
}

/* line 872, ../GallowayGlensSCSS/breakpoints/_base.scss */
.form {
  padding-top: 2em;
}
/* line 874, ../GallowayGlensSCSS/breakpoints/_base.scss */
.form .ninja-forms-cont {
  padding: 0 1.5em;
}
/* line 877, ../GallowayGlensSCSS/breakpoints/_base.scss */
.form .field-wrap {
  margin-bottom: 10px;
}
/* line 881, ../GallowayGlensSCSS/breakpoints/_base.scss */
.form .ninja-forms-form-wrap input {
  height: 40px;
  max-width: 100%;
}
/* line 886, ../GallowayGlensSCSS/breakpoints/_base.scss */
.form .recaptcha-wrap {
  float: left;
}
/* line 890, ../GallowayGlensSCSS/breakpoints/_base.scss */
.form .textarea-wrap textarea {
  padding: 12px;
  height: 100px;
}
/* line 895, ../GallowayGlensSCSS/breakpoints/_base.scss */
.form input[type="submit"] {
  background-color: #3b5761;
  color: #fff;
  border: 0px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  padding: 24px 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: auto;
  width: 100%;
}
/* line 909, ../GallowayGlensSCSS/breakpoints/_base.scss */
.form input[type="submit"]:hover, .form input[type="submit"]:focus {
  background-color: #9eb8c1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 916, ../GallowayGlensSCSS/breakpoints/_base.scss */
.hentry {
  margin-bottom: 1.5em;
}
/* line 919, ../GallowayGlensSCSS/breakpoints/_base.scss */
.hentry header {
  padding: 1.5em;
}
/* line 922, ../GallowayGlensSCSS/breakpoints/_base.scss */
.hentry .titlewrap {
  padding: 0 10px;
}
/* line 926, ../GallowayGlensSCSS/breakpoints/_base.scss */
.hentry footer {
  padding: 1.5em;
}
/* line 929, ../GallowayGlensSCSS/breakpoints/_base.scss */
.hentry footer p {
  margin: 0;
}

/* end .hentry */
/* line 936, ../GallowayGlensSCSS/breakpoints/_base.scss */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* 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 961, ../GallowayGlensSCSS/breakpoints/_base.scss */
.byline {
  color: #9eb8c1;
  font-style: italic;
  margin: 0;
}

/* entry content */
/* line 970, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content {
  padding: 0 2em 1.5em;
  /*
  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 973, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content .fimg {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  margin-bottom: 2em;
}
/* line 978, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content .fimg img {
  display: block;
  margin: 0;
}
/* line 982, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content .fimg .fimgcaption {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
}
/* line 996, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content p {
  margin: 0 0 1.5em;
}
/* line 1021, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content table {
  width: 100%;
  margin-bottom: 1.5em;
}
/* line 1025, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 1.2rem;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 1036, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
/* line 1041, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content td {
  padding: 7px;
}
/* line 1044, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}
/* line 1049, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
/* line 1054, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}
/* line 1059, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #3b5761;
  font-style: italic;
  color: #9fa6b4;
}
/* line 1074, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 1.4rem;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 1081, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 1097, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 1106, ../GallowayGlensSCSS/breakpoints/_base.scss */
.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 1.4rem;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
/* line 1117, ../GallowayGlensSCSS/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 1123, ../GallowayGlensSCSS/breakpoints/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 1129, ../GallowayGlensSCSS/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 1.3rem;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 1163, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tags {
  margin: 0;
}

/******************************************************************
	Contact Page 
******************************************************************/
/* line 1169, ../GallowayGlensSCSS/breakpoints/_base.scss */
.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
/* line 1175, ../GallowayGlensSCSS/breakpoints/_base.scss */
.bg .graybg {
  height: 100%;
}
/* line 1178, ../GallowayGlensSCSS/breakpoints/_base.scss */
.bg .whitebg {
  height: 100%;
}

/* line 1182, ../GallowayGlensSCSS/breakpoints/_base.scss */
.graybg {
  background-color: #f1f1f1;
}

/* line 1185, ../GallowayGlensSCSS/breakpoints/_base.scss */
.whitebg {
  background-color: #fff;
}

/******************************************************************
	SEctions and Blocks 
******************************************************************/
/* line 1192, ../GallowayGlensSCSS/breakpoints/_base.scss */
section.mainsec {
  border-right: 0px;
  overflow-x: hidden;
}
/* line 1195, ../GallowayGlensSCSS/breakpoints/_base.scss */
section.mainsec .entry-content {
  border-right: 0px;
}
/* line 1198, ../GallowayGlensSCSS/breakpoints/_base.scss */
section.mainsec iframe {
  max-width: 100%;
}
/* line 1201, ../GallowayGlensSCSS/breakpoints/_base.scss */
section.mainsec:nth-of-type(2n+2),
section.mainsec .tiles-sect {
  background-color: #3b5761;
  background-image: -webkit-radial-gradient(#9eb8c1, #3b5761);
  background-image: -moz-radial-gradient(#9eb8c1, #3b5761);
  background-image: -o-radial-gradient(#9eb8c1, #3b5761);
  background-image: radial-gradient(#9eb8c1, #3b5761);
  color: #fff;
}
/* line 1205, ../GallowayGlensSCSS/breakpoints/_base.scss */
section.mainsec:nth-of-type(2n+2) h1, section.mainsec:nth-of-type(2n+2) h2, section.mainsec:nth-of-type(2n+2) h3, section.mainsec:nth-of-type(2n+2) h4, section.mainsec:nth-of-type(2n+2) h5,
section.mainsec .tiles-sect h1,
section.mainsec .tiles-sect h2,
section.mainsec .tiles-sect h3,
section.mainsec .tiles-sect h4,
section.mainsec .tiles-sect h5 {
  color: #fff;
}

/* line 1210, ../GallowayGlensSCSS/breakpoints/_base.scss */
.block {
  padding: 0;
}

/* line 1214, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles {
  margin: 0 -10px;
}
/* line 1216, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles .tile {
  background-color: transparent;
  padding: 0 10px;
  max-width: 350px;
  margin: 0 auto;
  float: none;
  margin-bottom: 1em;
  font-size: 13px;
}
/* line 1225, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles .fimg {
  max-height: 200px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
}
/* line 1231, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles .fimg img {
  width: 100%;
}
/* line 1236, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles .h3 {
  text-transform: uppercase;
  padding: 5px 0;
  text-align: left;
  padding-left: 0.5em;
  background: #fff;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 2rem;
  float: left;
  width: 100%;
}
/* line 1250, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles .fa-chevron-right {
  border: 2px solid #b0ab9a;
  border-radius: 50%;
  color: #b0ab9a;
  padding: 5px 8px;
  float: right;
  bottom: 0;
  right: 0;
  font-size: 17px;
  font-size: 1.7rem;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
}
/* line 1265, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles .hover {
  color: #3b5761;
  border: 4px solid #b0ab9a;
  cursor: pointer;
  padding: 0.5em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 1271, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles .hover:hover, .ws_tiles .hover:focus {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #3b5761;
  border-color: #9eb8c1;
  color: #3b5761;
}
/* line 1276, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles .hover:hover .h1, .ws_tiles .hover:hover .h2, .ws_tiles .hover:hover .h3, .ws_tiles .hover:hover .h4, .ws_tiles .hover:hover .h5, .ws_tiles .hover:focus .h1, .ws_tiles .hover:focus .h2, .ws_tiles .hover:focus .h3, .ws_tiles .hover:focus .h4, .ws_tiles .hover:focus .h5 {
  color: #3b5761;
}
/* line 1279, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles .hover:hover .fa-plus, .ws_tiles .hover:focus .fa-plus {
  background-color: #9eb8c1;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1290, ../GallowayGlensSCSS/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0 0;
  padding-right: 2em;
}

/* line 1295, ../GallowayGlensSCSS/breakpoints/_base.scss */
.pagination {
  text-align: right;
}
/* line 1298, ../GallowayGlensSCSS/breakpoints/_base.scss */
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
  margin: 0;
}
/* line 1308, ../GallowayGlensSCSS/breakpoints/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #dce6e9;
}
/* line 1315, ../GallowayGlensSCSS/breakpoints/_base.scss */
.pagination li:last-child {
  border-right: 0px;
}
/* line 1320, ../GallowayGlensSCSS/breakpoints/_base.scss */
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #3b5761;
}
/* line 1332, ../GallowayGlensSCSS/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #3b5761;
  color: #fff;
}
/* line 1338, ../GallowayGlensSCSS/breakpoints/_base.scss */
.pagination .current {
  cursor: default;
  color: #3b5761;
}
/* line 1342, ../GallowayGlensSCSS/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #3b5761;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1355, ../GallowayGlensSCSS/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1359, ../GallowayGlensSCSS/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1370, ../GallowayGlensSCSS/breakpoints/_base.scss */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}

/* line 1390, ../GallowayGlensSCSS/breakpoints/_base.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 1395, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
/* line 1402, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment .comment-author {
  padding: 7px;
  border: 0;
}
/* line 1408, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment .vcard {
  margin-left: 50px;
}
/* line 1411, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1419, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment .vcard time {
  display: block;
  font-size: 1.4rem;
  font-style: italic;
}
/* line 1424, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
/* line 1428, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment .vcard time a:hover {
  text-decoration: underline;
}
/* line 1438, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
/* line 1446, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment:last-child {
  margin-bottom: 0;
}
/* line 1450, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1468, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1472, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1477, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
/* line 1490, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment.odd {
  background-color: #fff;
}
/* line 1493, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment.even {
  background: #f8f9fa;
}

/* comment meta */
/* comment content */
/* line 1527, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* end .commentlist .comment_content */
/* comment reply link */
/* line 1536, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment-reply-link {
  font-size: 1.4rem;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
/* line 1548, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 1.4rem;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1561, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

/* line 1567, ../GallowayGlensSCSS/breakpoints/_base.scss */
#reply-title {
  margin: 0;
}

/* line 1571, ../GallowayGlensSCSS/breakpoints/_base.scss */
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* line 1576, ../GallowayGlensSCSS/breakpoints/_base.scss */
.logged-in-as a {
  color: #3b5761;
}

/* line 1581, ../GallowayGlensSCSS/breakpoints/_base.scss */
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

/* line 1585, ../GallowayGlensSCSS/breakpoints/_base.scss */
.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 1.4rem;
}

/* comment submit button */
/* line 1592, ../GallowayGlensSCSS/breakpoints/_base.scss */
#submit {
  float: right;
  font-size: 1.6rem;
}

/* comment form title */
/* line 1599, ../GallowayGlensSCSS/breakpoints/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

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

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

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1625, ../GallowayGlensSCSS/breakpoints/_base.scss */
.sidebar {
  padding-top: 10px;
}

/* line 1629, ../GallowayGlensSCSS/breakpoints/_base.scss */
#sidebar2 {
  padding-top: 0px;
}

/* line 1634, ../GallowayGlensSCSS/breakpoints/_base.scss */
.single #sidebar2 {
  padding-top: 1.5em;
}
/* line 1637, ../GallowayGlensSCSS/breakpoints/_base.scss */
.single .entry-content {
  border-right: 0px;
}

/* line 1644, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget {
  margin-left: 10px;
}
/* line 1649, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}
/* line 1664, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget .twitter {
  padding: 0 !important;
}
/* line 1666, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget .twitter .fts-twitter-div {
  max-height: 2000px !important;
}
/* line 1670, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget .twitter .tweeter-info .right {
  padding: 0 7px 7px;
}
/* line 1676, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) {
  background-color: #b0ab9a;
  color: #fff;
  padding: 10px;
  text-align: center;
}
/* line 1682, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) .widgettitle {
  color: #3b5761;
  margin: 0 0 0.25em;
  padding: 0 10px;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
}
/* line 1693, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) .ninja-forms-cont {
  margin-top: 10px;
  border-top: 1px dotted #fff;
  padding-top: 10px;
}
/* line 1698, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) .ninja-forms-required-items {
  display: none;
}
/* line 1701, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) input[type="text"],
.widget:nth-of-type(3n+3) input[type="email"] {
  height: 30px;
  border: 0px;
  max-width: 100%;
  border-radius: 0px !important;
}
/* line 1709, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) .textarea-wrap textarea {
  border: 0px;
  border-radius: 0px;
  height: 100px;
}
/* line 1715, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) .field-wrap {
  margin-bottom: 10px;
}
/* line 1718, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) .g-recaptcha {
  border: 1px solid #9a937d;
  background-color: #dddbd3;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}
/* line 1724, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) .g-recaptcha iframe, .widget:nth-of-type(3n+3) .g-recaptcha div {
  margin: 0 auto;
}
/* line 1728, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) .recaptcha-wrap {
  margin-bottom: 0px;
}
/* line 1731, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) input[type="submit"] {
  background-color: #3b5761;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 auto;
  border: 0px;
}
/* line 1740, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget:nth-of-type(3n+3) input[type="submit"]:hover, .widget:nth-of-type(3n+3) input[type="submit"]:focus {
  background-color: #9eb8c1;
}

/* line 1748, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget_archive {
  margin-top: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  text-align: left !important;
}
/* line 1753, ../GallowayGlensSCSS/breakpoints/_base.scss */
.widget_archive .widgettitle {
  padding: 0 !important;
  text-align: left !important;
  border-bottom: 2px dotted #b0ab9a;
}

/* line 1761, ../GallowayGlensSCSS/breakpoints/_base.scss */
.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/**************************
	HILLS 
**************************/
/* line 1773, ../GallowayGlensSCSS/breakpoints/_base.scss */
.hills {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  height: 287px;
  margin-top: -138px;
  width: 100%;
}
/* line 1780, ../GallowayGlensSCSS/breakpoints/_base.scss */
.hills .viewpoint {
  position: absolute;
  top: 0;
  height: 257px;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
  width: 100%;
  min-width: 700px;
}
/* line 1790, ../GallowayGlensSCSS/breakpoints/_base.scss */
.hills .left-hills {
  background-image: url("../images/left-hills.png");
  background-repeat: no-repeat;
  height: 257px;
  width: 746px;
  float: left;
  margin-top: 30px;
}

/*********************
FOOTER STYLES
*********************/
/* line 1804, ../GallowayGlensSCSS/breakpoints/_base.scss */
.footer {
  clear: both;
  background-color: #82939e;
  color: #f8f9fa;
  padding: 160px 0 100px;
}
/* line 1809, ../GallowayGlensSCSS/breakpoints/_base.scss */
.footer #inner-footer {
  padding: 0 50px;
}
/* line 1812, ../GallowayGlensSCSS/breakpoints/_base.scss */
.footer a, .footer a:visited {
  color: #fff;
}
/* line 1814, ../GallowayGlensSCSS/breakpoints/_base.scss */
.footer a:hover, .footer a:focus, .footer a:visited:hover, .footer a:visited:focus {
  color: #9eb8c1;
}

/*
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.
*/
/* line 1829, ../GallowayGlensSCSS/breakpoints/_base.scss */
.footer-links {
  margin-left: -20px;
}
/* line 1834, ../GallowayGlensSCSS/breakpoints/_base.scss */
.footer-links ul li a, .footer-links ul li a:visited {
  background-color: transparent;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #687a85;
}
/* line 1844, ../GallowayGlensSCSS/breakpoints/_base.scss */
.footer-links ul li a span, .footer-links ul li a:visited span {
  border-right: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
}
/* line 1854, ../GallowayGlensSCSS/breakpoints/_base.scss */
.footer-links ul li .sub-menu {
  display: none;
}
/* line 1858, ../GallowayGlensSCSS/breakpoints/_base.scss */
.footer-links ul li:last-child a, .footer-links ul li:last-child a:visited {
  border-bottom: 0px;
}
/* line 1866, ../GallowayGlensSCSS/breakpoints/_base.scss */
.footer-links ul li.current-menu-item a, .footer-links ul li.current-menu-item a:visited,
.footer-links ul li.current_page_item a,
.footer-links ul li.current_page_item a:visited,
.footer-links ul li.current_page_ancestor a,
.footer-links ul li.current_page_ancestor a:visited {
  background-color: transparent;
}

/* end .footer-links */
/* line 1878, ../GallowayGlensSCSS/breakpoints/_base.scss */
.contactdetails {
  padding: 2em 0;
  text-align: center;
}
/* line 1881, ../GallowayGlensSCSS/breakpoints/_base.scss */
.contactdetails p {
  margin: 0;
}

/* line 1890, ../GallowayGlensSCSS/breakpoints/_base.scss */
.funding {
  text-align: center;
  padding: 2em 0;
}
/* line 1894, ../GallowayGlensSCSS/breakpoints/_base.scss */
.funding .gsa-logo {
  max-height: 150px;
}

/* line 1899, ../GallowayGlensSCSS/breakpoints/_base.scss */
.copyright {
  text-align: center;
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  margin: 0.5em 0;
}

/* line 1900, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tcpcc {
  clear: both;
}
/* line 1904, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tcpcc .footer-links li a, .tcpcc .footer-links li a:visited {
  text-transform: inherit;
}
/* line 1906, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tcpcc .footer-links li a span, .tcpcc .footer-links li a:visited span {
  padding: 0 1.5em;
  border-right: 0;
}

/*************************************
	Plugins 
*************************************/
/*************************************
	MAILCHIMP 
*************************************/
/* line 1923, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobmailchimp {
  display: none;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  color: #fff;
  padding: 10px 10px 1px;
  right: 0;
  opacity: 1;
  border-bottom: 1px solid #fff;
}
/* line 1933, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobmailchimp h4 {
  display: none;
  color: #fff;
}
/* line 1937, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobmailchimp label {
  display: none;
}

/* line 1945, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobsignup {
  background-color: #3b5761;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  overflow: visible;
  text-align: center;
  cursor: pointer;
}
/* line 1954, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mobsignup:hover, .mobsignup:focus {
  background-color: #9eb8c1;
}

/* line 1959, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nojs .mobmailchimp, .no-js .mobmailchimp {
  display: block;
}
/* line 1961, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nojs .mobmailchimp h4, .no-js .mobmailchimp h4 {
  display: block;
}
/* line 1965, ../GallowayGlensSCSS/breakpoints/_base.scss */
.nojs .mobsignup, .no-js .mobsignup {
  display: none;
}

/* line 1969, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mc4wp-response {
  clear: both;
}

/*************************************
	Ninja Forms 
*************************************/
/* line 1975, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ninja-forms-success-msg {
  background-color: #84BC40;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* line 1982, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ninja-forms-error-msg {
  background-color: #E03214;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 5px;
  margin-bottom: 10px;
}

/*************************************
	Accordion Shortcodes 
*************************************/
/* line 1993, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordions {
  float: left;
  width: 100%;
}

/* line 1998, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-title {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  width: 100%;
  float: left;
  background: #3B5761;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 2009, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-title:before {
  content: '+';
  display: block;
  float: right;
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: calc(50% - 14.5px);
  text-align: center;
}
/* line 2025, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-title:hover, .accordion-title:focus {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 2031, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-title h2 {
  margin: 0.5em;
  font-size: 1.75rem;
  color: #fff;
}
/* line 2037, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-title h3 {
  font-size: 1.5rem;
  color: #fff;
}

/* line 2043, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-title.active {
  margin: 0px;
}
/* line 2046, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-title.active:before {
  content: '-';
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 13px;
  top: calc(50% - 14.5px);
  text-align: center;
}

/* line 2062, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-sub-title {
  margin: 0px;
  float: left;
  border-radius: 0px !important;
}
/* line 2067, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-sub-title h3 {
  margin: 0.25em;
}

/* line 2073, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-content {
  float: left;
  padding: 0 1em;
}

/* line 2078, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-img img {
  padding-top: 2em;
}

/* line 2082, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-sm-title {
  width: 65%;
}

/* line 2086, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-top .accordion-title:nth-of-type(1) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* line 2091, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-btm .accordion-title:nth-of-type(1) {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 2096, ../GallowayGlensSCSS/breakpoints/_base.scss */
.accordion-btm .accordion-title.active:nth-of-type(1) {
  border-radius: 0px !important;
}

/* line 2100, ../GallowayGlensSCSS/breakpoints/_base.scss */
.faq-accordions .accordion-title {
  color: #fff;
  font-size: 2rem;
  padding: 0.25em 1em;
}

/* line 2106, ../GallowayGlensSCSS/breakpoints/_base.scss */
.faq-accordions .accordion-content {
  padding-top: 1em;
  padding-bottom: 1em;
}

/* line 2111, ../GallowayGlensSCSS/breakpoints/_base.scss */
.faq-accordions .accordion-title:first-of-type {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* line 2116, ../GallowayGlensSCSS/breakpoints/_base.scss */
.faq-accordions .last-acc {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 2121, ../GallowayGlensSCSS/breakpoints/_base.scss */
.faq-accordions .last-acc.active {
  border-radius: 0px !important;
}

/* line 2125, ../GallowayGlensSCSS/breakpoints/_base.scss */
.partner {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

/* line 2131, ../GallowayGlensSCSS/breakpoints/_base.scss */
#mailchimp-popup input[type="checkbox"] {
  margin-right: 0.25em;
}

/* line 2135, ../GallowayGlensSCSS/breakpoints/_base.scss */
.sidebar .socialfeeds .facebook {
  padding-right: 0px;
}

/* line 2139, ../GallowayGlensSCSS/breakpoints/_base.scss */
.sidebar .socialfeeds .feed .content {
  background: #fff;
}

/*************************************
	SITE UTILITY 
*************************************/
/* line 2151, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .heading {
  padding: 0 0 20px;
}
/* line 2154, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .fa, .socialfeeds .feed .fab, .socialfeeds .feed .far {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 10px 10px 8px;
  border-radius: 50%;
  width: 41px;
  line-height: 100%;
  text-align: center;
  margin-right: 10px;
}
/* line 2165, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .title {
  font-size: 30px;
  font-size: 3rem;
}
/* line 2169, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .content {
  border: 2px dotted #82939e;
  padding: 10px;
}
/* line 2172, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .content p {
  margin: 0 !important;
}
/* line 2176, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .fts-jal-fb-header {
  display: none;
}
/* line 2179, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .fts-simple-fb-wrapper,
.socialfeeds .feed .fts-twitter-div {
  border: 10px solid #b0ab9a;
  padding: 1em;
  max-height: 500px;
  overflow-y: auto;
}
/* line 2185, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .fts-simple-fb-wrapper a, .socialfeeds .feed .fts-simple-fb-wrapper a:visited,
.socialfeeds .feed .fts-twitter-div a,
.socialfeeds .feed .fts-twitter-div a:visited {
  color: #3b5761;
}
/* line 2187, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .fts-simple-fb-wrapper a:hover, .socialfeeds .feed .fts-simple-fb-wrapper a:focus, .socialfeeds .feed .fts-simple-fb-wrapper a:visited:hover, .socialfeeds .feed .fts-simple-fb-wrapper a:visited:focus,
.socialfeeds .feed .fts-twitter-div a:hover,
.socialfeeds .feed .fts-twitter-div a:focus,
.socialfeeds .feed .fts-twitter-div a:visited:hover,
.socialfeeds .feed .fts-twitter-div a:visited:focus {
  color: #9eb8c1;
}
/* line 2192, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .fts-jal-single-fb-post {
  padding: 0 0 6px !important;
}
/* line 2194, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .fts-jal-single-fb-post a, .socialfeeds .feed .fts-jal-single-fb-post a:visited {
  color: #3b5761;
}
/* line 2196, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .fts-jal-single-fb-post a:hover, .socialfeeds .feed .fts-jal-single-fb-post a:focus, .socialfeeds .feed .fts-jal-single-fb-post a:visited:hover, .socialfeeds .feed .fts-jal-single-fb-post a:visited:focus {
  color: #9eb8c1;
}
/* line 2201, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .fts-twitter-div {
  border-color: #82939e;
}
/* line 2204, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .feed .tweeter-info {
  padding: 0 0 7px;
  margin-bottom: 14px;
}
/* line 2209, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .facebook {
  margin-bottom: 1em;
  margin-top: 2em;
}
/* line 2213, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .facebook .fab {
  background-color: #9eb8c1;
}
/* line 2218, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .twitter .fab {
  background-color: #3b5761;
}
/* line 2222, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .twitter .tweeter-info .right {
  padding: 0 7px 7px;
}
/* line 2230, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .newsfeed .far {
  background-color: #9eb8c1;
  padding: 10px 7px 8px;
}
/* line 2235, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .newsfeed .newsfeed-wrap {
  border: 10px solid #b0ab9a;
  padding: 0 1em 1em 1em;
  max-height: 624px;
  overflow: auto;
}
/* line 2242, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .newsfeed .newspost {
  border-bottom: 1px solid #ccc;
  padding: 0 0 1em 0;
}
/* line 2247, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .newsfeed .newspost-title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
/* line 2255, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .newsfeed .newspost-img img {
  margin: 1.5em 0 0 0;
}
/* line 2260, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .instagram {
  margin-top: 2em;
}
/* line 2263, ../GallowayGlensSCSS/breakpoints/_base.scss */
.socialfeeds .instagram .fab {
  background-color: #3b5761;
}

/***********************************************
	Weesleekit Slideshows 
***********************************************/
/* line 2271, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_slideshow {
  background-color: #d9d9d9;
  border: 10px solid #b0ab9a;
  max-height: 220px;
  min-height: 150px;
}
/* line 2277, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_slideshow .inner {
  vertical-align: middle;
}
/* line 2280, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_slideshow h2 {
  font-size: 55px;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 0 0.2em;
  line-height: 1;
}
/* line 2289, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_slideshow h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
/* line 2298, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_slideshow .aslide {
  width: 100%;
}
/* line 2300, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_slideshow .aslide iframe {
  width: 100%;
  height: 200px;
}
/* line 2304, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_slideshow .aslide img {
  width: 100%;
  height: 100%;
}

/* line 2313, ../GallowayGlensSCSS/breakpoints/_base.scss */
.owlthumbs {
  margin: 10px 0;
  font-size: 0;
}
/* line 2316, ../GallowayGlensSCSS/breakpoints/_base.scss */
.owlthumbs .athumb {
  display: inline-block;
}
/* line 2318, ../GallowayGlensSCSS/breakpoints/_base.scss */
.owlthumbs .athumb img {
  margin: 0;
  display: block;
  border: 5px solid #b0ab9a;
}
/* line 2326, ../GallowayGlensSCSS/breakpoints/_base.scss */
.owlthumbs .current .athumb img {
  border-color: #9eb8c1;
}

/**************************************************
	Weesleekit Tiles 
**************************************************/
/* line 2337, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles {
  margin: 0 -58px;
  padding: 0;
}

/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */
/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[canvas], [off-canvas*=push] {
  z-index: 1;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[off-canvas*=reveal], [off-canvas*=shift] {
  z-index: 0;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[canvas=container], [off-canvas], body, html {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
body, html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[canvas=container]:after, [canvas=container]:before {
  clear: both;
  content: '';
  display: table;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  background-color: #000;
  color: #fff;
  -webkit-overflow-scrolling: touch;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[off-canvas*=overlay] {
  z-index: 9999;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[canvas], [off-canvas] {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

@media print {
  /* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
  [canvas] {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  /* line 2352, ../GallowayGlensSCSS/breakpoints/_base.scss */
  [off-canvas] {
    display: none !important;
  }
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  /* line 2362, ../GallowayGlensSCSS/breakpoints/_base.scss */
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent;
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  /* line 2384, ../GallowayGlensSCSS/breakpoints/_base.scss */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  /* line 2388, ../GallowayGlensSCSS/breakpoints/_base.scss */
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  /* line 2397, ../GallowayGlensSCSS/breakpoints/_base.scss */
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  /* line 2425, ../GallowayGlensSCSS/breakpoints/_base.scss */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }

  /* line 2430, ../GallowayGlensSCSS/breakpoints/_base.scss */
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  /* line 2451, ../GallowayGlensSCSS/breakpoints/_base.scss */
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }

  /* line 2457, ../GallowayGlensSCSS/breakpoints/_base.scss */
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }

  /* line 2463, ../GallowayGlensSCSS/breakpoints/_base.scss */
  .featherlight iframe {
    /* styling */
    border: none;
  }

  /* line 2468, ../GallowayGlensSCSS/breakpoints/_base.scss */
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  /* line 2477, ../GallowayGlensSCSS/breakpoints/_base.scss */
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* line 2488, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tax-heading {
  padding: 0 2em;
}
/* line 2491, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tax-heading h1 {
  padding-left: 0.5em;
}

/* line 2497, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tax-img {
  float: left;
  max-width: 100%;
  margin-bottom: 1em;
}

/* line 2503, ../GallowayGlensSCSS/breakpoints/_base.scss */
.single-project-img img {
  width: 100%;
}

/* line 2507, ../GallowayGlensSCSS/breakpoints/_base.scss */
.single-project-img.no-pad {
  padding: 0px;
}

/* line 2511, ../GallowayGlensSCSS/breakpoints/_base.scss */
.ws_tiles .tile .tileContent {
  display: none;
}

/* line 2517, ../GallowayGlensSCSS/breakpoints/_base.scss */
.projects-archive-wrap .project-overview-term {
  padding: 0 1em 1em 1em;
  border: 2px solid #3b5761;
  color: #3b5761;
  margin-bottom: 2em;
}
/* line 2523, ../GallowayGlensSCSS/breakpoints/_base.scss */
.projects-archive-wrap .project-overview-term h2 {
  font-weight: bold;
}
/* line 2528, ../GallowayGlensSCSS/breakpoints/_base.scss */
.projects-archive-wrap .product-cat-img {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 1em 0;
}
/* line 2536, ../GallowayGlensSCSS/breakpoints/_base.scss */
.projects-archive-wrap .project-cat-btn {
  background: #3b5761;
  border: 0;
  color: #fff;
  padding: 0.5em 1em;
  float: right;
  font-weight: bold;
}

/* line 2549, ../GallowayGlensSCSS/breakpoints/_base.scss */
.project-titles .tax-project-img {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 2em 0;
}
/* line 2557, ../GallowayGlensSCSS/breakpoints/_base.scss */
.project-titles .tax-project-btn {
  background: #3b5761;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1em;
}
/* line 2564, ../GallowayGlensSCSS/breakpoints/_base.scss */
.project-titles .tax-project-wrap {
  padding: 1em 10px 2em 10px;
  border-bottom: 1px solid #3b5761;
}
/* line 2569, ../GallowayGlensSCSS/breakpoints/_base.scss */
.project-titles .tax-project-wrap:last-child {
  border: 0;
}
/* line 2573, ../GallowayGlensSCSS/breakpoints/_base.scss */
.project-titles h3 {
  font-weight: bold;
}
/* line 2577, ../GallowayGlensSCSS/breakpoints/_base.scss */
.project-titles .tax-project {
  border: 1px solid #3b5761;
  padding: 0 1em 2em 1em;
}

/* line 2584, ../GallowayGlensSCSS/breakpoints/_base.scss */
.board-meeting-minutes h3 {
  text-decoration: underline;
}

/* line 2590, ../GallowayGlensSCSS/breakpoints/_base.scss */
.board-meetings .accordion-content,
.working-group .accordion-content,
.resources-lcap .accordion-content,
.resources-commissioned-studies .accordion-content,
.resources-business-academy .accordion-content,
.resources-can-you-dig-it .accordion-content {
  border: 2px solid;
  margin-top: 1em;
  width: 100%;
}

/* line 2601, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-banner {
  background-color: #3b5761;
  color: #fff;
  border-top: 10px solid #b0ab9a;
  border-bottom: 10px solid #b0ab9a;
  background-image: url(../images/Loch_Blue_Banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 2611, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-banner h3 {
  color: #fff;
  text-transform: uppercase;
}
/* line 2616, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-banner a {
  color: #dddbd3;
}
/* line 2620, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-banner p {
  font-weight: bold;
}
/* line 2624, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-banner .mc-banner-img {
  text-align: center;
}
/* line 2628, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-banner img {
  padding-top: 1em;
  max-height: 300px;
}
/* line 2634, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-banner #mailchimp-cta {
  padding: 0.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 3em;
  font-weight: bold;
}
/* line 2644, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-banner #mailchimp-cta:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #32454c;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: -1;
}

/* line 2662, ../GallowayGlensSCSS/breakpoints/_base.scss */
.social-feeds {
  padding: 2em 0;
}

/* line 2666, ../GallowayGlensSCSS/breakpoints/_base.scss */
.contact-form {
  background: #b0ab9a;
  color: #fff;
  padding: 1em 2em;
}
/* line 2671, ../GallowayGlensSCSS/breakpoints/_base.scss */
.contact-form h2 {
  color: #3b5761;
}
/* line 2675, ../GallowayGlensSCSS/breakpoints/_base.scss */
.contact-form .wpcf7-submit {
  background: #3b5761;
  color: #fff;
  border: 0;
  padding: 0.5em 1em;
  font-weight: bold;
  font-size: 1.5rem;
  float: right;
}

/* line 2686, ../GallowayGlensSCSS/breakpoints/_base.scss */
.resources-page h2 {
  font-weight: bold;
}

/* line 2690, ../GallowayGlensSCSS/breakpoints/_base.scss */
.resources-lcap {
  background: #efefef;
  padding: 3em 0;
}

/* line 2695, ../GallowayGlensSCSS/breakpoints/_base.scss */
.resources-business-academy {
  background: #efefef;
  padding: 3em 0;
}

/* line 2700, ../GallowayGlensSCSS/breakpoints/_base.scss */
.commissioned-study {
  border-bottom: 1px solid #3b5761;
  padding: 2em 0 0 0;
}

/* line 2705, ../GallowayGlensSCSS/breakpoints/_base.scss */
.commissioned-study:last-child {
  border: 0;
}

/* line 2709, ../GallowayGlensSCSS/breakpoints/_base.scss */
.study-img-bg {
  width: 100%;
  max-width: 350px;
  height: 150px;
  background-size: cover;
  background-position: center center;
}

/* line 2717, ../GallowayGlensSCSS/breakpoints/_base.scss */
.resources-minutes {
  padding: 1em 0 3em 0;
}

/* line 2721, ../GallowayGlensSCSS/breakpoints/_base.scss */
.resources-commissioned-studies {
  padding: 3em 0;
}

/* line 2725, ../GallowayGlensSCSS/breakpoints/_base.scss */
.resources-can-you-dig-it {
  padding: 3em 0;
}

/* line 2729, ../GallowayGlensSCSS/breakpoints/_base.scss */
.event {
  padding: 2em 0;
  border-bottom: 1px solid #3b5761;
}
/* line 2733, ../GallowayGlensSCSS/breakpoints/_base.scss */
.event .event-img {
  width: 100%;
  max-width: 350px;
  height: 150px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1em;
}
/* line 2742, ../GallowayGlensSCSS/breakpoints/_base.scss */
.event .event-date,
.event .event-time,
.event .event-location {
  font-weight: bold;
}
/* line 2748, ../GallowayGlensSCSS/breakpoints/_base.scss */
.event .event-excerpt {
  padding: 1em 0 2em 0;
}
/* line 2752, ../GallowayGlensSCSS/breakpoints/_base.scss */
.event .event-more {
  background: #3b5761;
  color: #fff;
  padding: 0.5em 1em;
}

/* line 2759, ../GallowayGlensSCSS/breakpoints/_base.scss */
.single-event-details {
  float: left;
  width: 100%;
  font-weight: bold;
  margin-bottom: 1em;
}

/* line 2766, ../GallowayGlensSCSS/breakpoints/_base.scss */
.small-grants {
  color: #3b5761;
  padding: 1em;
  margin-bottom: 2em;
  border: 2px solid #3b5761;
}
/* line 2772, ../GallowayGlensSCSS/breakpoints/_base.scss */
.small-grants h2 {
  font-weight: bold;
}
/* line 2776, ../GallowayGlensSCSS/breakpoints/_base.scss */
.small-grants .small-grants-img {
  height: 200px;
  background-size: cover;
  background-position: center center;
  margin: 0 0 1em 0;
}
/* line 2783, ../GallowayGlensSCSS/breakpoints/_base.scss */
.small-grants .sg-link {
  background: #3b5761;
  border: 0;
  color: #fff;
  padding: 0.5em 1em;
  float: right;
  font-weight: bold;
}

/* line 2793, ../GallowayGlensSCSS/breakpoints/_base.scss */
.projects-title,
.fancy-title {
  background: #3b5761;
  padding: 0.5em 1em;
  color: #fff;
  margin-bottom: 1.5em;
  float: left;
  width: 100%;
  border: 5px solid #b0ab9a;
  background-image: radial-gradient(#7c9096, #3b5761);
  font-size: 1.8rem;
}

/* line 2806, ../GallowayGlensSCSS/breakpoints/_base.scss */
.resources-title {
  background: #3b5761;
  padding: 0.5em 1em;
  color: #fff;
  margin-bottom: 1.5em;
  float: left;
  width: 100%;
  border: 5px solid #b0ab9a;
  background-image: radial-gradient(#7c9096, #3b5761);
}

/* line 2817, ../GallowayGlensSCSS/breakpoints/_base.scss */
.news-box-inner,
.event-box-inner {
  border: 1px solid #3b5761;
  padding: 1em 1em 1em 1em;
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
/* line 2825, ../GallowayGlensSCSS/breakpoints/_base.scss */
.news-box-inner h3,
.event-box-inner h3 {
  margin-bottom: 0;
}
/* line 2829, ../GallowayGlensSCSS/breakpoints/_base.scss */
.news-box-inner .news-link,
.event-box-inner .news-link {
  background: #3b5761;
  border: 0;
  color: #fff;
  padding: 0.5em 1em;
  float: right;
  font-weight: bold;
  margin: 1em 0;
}
/* line 2839, ../GallowayGlensSCSS/breakpoints/_base.scss */
.news-box-inner p,
.event-box-inner p {
  color: #3b5761;
}
/* line 2843, ../GallowayGlensSCSS/breakpoints/_base.scss */
.news-box-inner .projectnews-img,
.event-box-inner .projectnews-img {
  height: 200px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1em;
}

/* line 2851, ../GallowayGlensSCSS/breakpoints/_base.scss */
.resources-page-title {
  padding: 0 0 0 0.8em;
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 0.25em;
}

/* line 2858, ../GallowayGlensSCSS/breakpoints/_base.scss */
.no-pad {
  padding: 0;
}

/* line 2862, ../GallowayGlensSCSS/breakpoints/_base.scss */
.content-mc-banner {
  border-top: 2px dotted #ccc;
  margin-top: 2em;
}
/* line 2866, ../GallowayGlensSCSS/breakpoints/_base.scss */
.content-mc-banner h3 {
  text-transform: uppercase;
}
/* line 2871, ../GallowayGlensSCSS/breakpoints/_base.scss */
.content-mc-banner p {
  font-weight: bold;
}
/* line 2875, ../GallowayGlensSCSS/breakpoints/_base.scss */
.content-mc-banner .mc-banner-img {
  text-align: center;
}
/* line 2879, ../GallowayGlensSCSS/breakpoints/_base.scss */
.content-mc-banner img {
  padding-top: 1em;
  max-height: 300px;
}
/* line 2885, ../GallowayGlensSCSS/breakpoints/_base.scss */
.content-mc-banner #mailchimp-cta {
  padding: 0.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 3em;
  font-weight: bold;
  color: #fff;
}
/* line 2896, ../GallowayGlensSCSS/breakpoints/_base.scss */
.content-mc-banner #mailchimp-cta:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #32454c;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: -1;
}

/* line 2914, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-signup-on-page {
  max-width: 500px;
  margin: 0 auto;
  border: 5px solid #5d808c;
  text-align: center;
  padding: 3em;
}
/* line 2921, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-signup-on-page img {
  max-width: 100%;
}
/* line 2925, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-signup-on-page h3, .mailchimp-signup-on-page h4 {
  margin: 0;
}
/* line 2929, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-signup-on-page h3 {
  margin-top: 1em;
}
/* line 2933, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-signup-on-page h4 {
  font-weight: normal;
  font-size: 1.5rem;
}
/* line 2938, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-signup-on-page h4:nth-of-type(2) {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 1em;
}
/* line 2943, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-signup-on-page label {
  float: left;
  padding-bottom: 0.5em;
  text-align: left;
}
/* line 2949, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-signup-on-page input[type="email"] {
  box-shadow: none;
  border: 3px solid #5d808c;
  border-radius: 0;
}
/* line 2955, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-signup-on-page p {
  text-align: left;
  float: left;
  margin: 0.25em 0;
  width: 100%;
}
/* line 2962, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-signup-on-page p:last-of-type {
  text-align: center;
}
/* line 2966, ../GallowayGlensSCSS/breakpoints/_base.scss */
.mailchimp-signup-on-page input[type="submit"] {
  background: #5d808c;
  border: 0;
  color: #fff;
  padding: 0.5em 1em;
}

/* line 2974, ../GallowayGlensSCSS/breakpoints/_base.scss */
.events-archive-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 5em;
}
/* line 2980, ../GallowayGlensSCSS/breakpoints/_base.scss */
.events-archive-btn a {
  background: #b0ab9a;
  color: #fff;
  height: 50px;
  width: 200px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 50px;
  display: inline-block;
}

/* line 2992, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tiles-sect {
  background-color: #3b5761;
  background-image: -webkit-radial-gradient(#9eb8c1, #3b5761);
  background-image: -moz-radial-gradient(#9eb8c1, #3b5761);
  background-image: -o-radial-gradient(#9eb8c1, #3b5761);
  background-image: radial-gradient(#9eb8c1, #3b5761);
  color: #fff;
}
/* line 2995, ../GallowayGlensSCSS/breakpoints/_base.scss */
.tiles-sect h1, .tiles-sect h2, .tiles-sect h3, .tiles-sect h4, .tiles-sect h5 {
  color: #fff;
}

/* line 3000, ../GallowayGlensSCSS/breakpoints/_base.scss */
.lotto-logo {
  max-width: 100%;
  margin: 0 0 3em 0;
}

/* line 3005, ../GallowayGlensSCSS/breakpoints/_base.scss */
.theme-content img {
  width: 100%;
}

/* line 3010, ../GallowayGlensSCSS/breakpoints/_base.scss */
.additional-resources .accordion-content {
  width: 100%;
  margin: 1em 0 0 0;
  border: 2px solid;
  padding: 1em 1em 0;
}
/* line 3017, ../GallowayGlensSCSS/breakpoints/_base.scss */
.additional-resources div.resource-block:nth-of-type(2n-1) {
  background: #efefef;
  padding: 3em 0;
}

/* line 3023, ../GallowayGlensSCSS/breakpoints/_base.scss */
img {
  max-width: 100%;
}

/* line 3027, ../GallowayGlensSCSS/breakpoints/_base.scss */
.header-banner {
  border-bottom: 9px solid #b0ab9a;
  border-top: 7px solid #3b5761;
  padding: 1em 0 1.25em;
  background: #3b5761;
}
/* line 3033, ../GallowayGlensSCSS/breakpoints/_base.scss */
.header-banner p {
  margin: 0;
  color: #fff;
  padding: 0 2em;
}
/* line 3038, ../GallowayGlensSCSS/breakpoints/_base.scss */
.header-banner p a {
  font-weight: bold;
  color: #b0ab9a;
}

/* line 3046, ../GallowayGlensSCSS/breakpoints/_base.scss */
.footer .funding img {
  max-height: 100px;
}

/* line 3051, ../GallowayGlensSCSS/breakpoints/_base.scss */
.video-wrap {
  border: 10px solid #b0ab9a;
  margin-top: 6em;
  float: left;
  width: 100%;
}
/* line 3057, ../GallowayGlensSCSS/breakpoints/_base.scss */
.video-wrap iframe {
  float: left;
  width: 100%;
}

/* line 3063, ../GallowayGlensSCSS/breakpoints/_base.scss */
.owl-homepage {
  margin-top: 1em;
}
/* line 3066, ../GallowayGlensSCSS/breakpoints/_base.scss */
.owl-homepage .owl-caro-item {
  background-size: cover;
  background-position: center center;
  height: 100px;
  border: 5px solid #b0ab9a;
}

/*********************
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: Galloway Glens
  Author: BDS Digital
  Version: 0.1
  Created: 23/06/2016
  Last Modified: 04/07/2016
  
  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.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  GENERAL STYLES
  *********************/
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  LINK STYLES
  *********************/
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  /*********************
  TOP BAR - General
  *********************/
  /**********************
  	Mobile Menu Button
  **********************/
  /*********************
  HEADER STYLES
  *********************/
  /* line 54, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  #logo a {
    min-height: 247px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 66, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 67, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 68, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 69, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /**************************
  	MOBILE NAV 
  **************************/
  /* line 113, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .mobnav li a, .mobnav li a:visited {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 116, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .mobnav li a .sub, .mobnav li a:visited .sub {
    margin-bottom: 5px;
  }

  /**************************
  	TOP BAR NAV 
  **************************/
  /**************************
  	HEADER NAV
  **************************/
  /***************************
  	TILES 
  ***************************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 138, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 142, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 147, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 152, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /******************************************************************
  PAGE NAVI STYLES
  ******************************************************************/
  /******************************************************************
  COMMENT STYLES
  ******************************************************************/
  /******************************************************************
  COMMENT FORM STYLES
  ******************************************************************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*************************************
  	Plugins 
  *************************************/
  /*************************************
  	SITE UTILITY 
  *************************************/
  /***********************************************
  	Weesleekit Slideshows 
  ***********************************************/
  /* line 197, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .ws_slideshow {
    max-height: 330px;
    min-height: 200px;
  }
  /* line 201, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .ws_slideshow .aslide iframe {
    height: 310px;
  }

  /**************************************************
  	Weesleekit Tiles 
  **************************************************/
  /* line 209, ../GallowayGlensSCSS/breakpoints/_481up.scss */
  .ws_tiles {
    margin: 0 -65px;
  }
}
/*********************
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: Galloway Glens
  Author: BDS Digital
  Version: 0.1
  Created: 23/06/2016
  Last Modified: 04/07/2016
  
  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
  *********************/
  /********************
  WORDPRESS BODY CLASSES
  style a page via class 
  ********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 34, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .wrap {
    width: 760px;
  }

  /*********************
  LINK STYLES
  *********************/
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  /*********************
  TOP BAR 
  *********************/
  /* line 49, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  #topbar {
    padding: 10px 0;
  }

  /* line 52, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .detail {
    border-right: 1px solid #a6a6a6;
    padding: 0 20px;
  }
  /* line 55, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .detail .fa {
    padding: 0 10px 0 0;
    vertical-align: middle;
  }

  /* line 60, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .socialmedia {
    display: inline-block;
    padding: 0 0 0 10px;
  }

  /* line 64, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  a.media, a.media:visited {
    background-color: silver;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 22px;
    color: #575656;
    margin: 0 0 0 5px;
  }
  /* line 72, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  a.media:hover, a.media:focus, a.media:visited:hover, a.media:visited:focus {
    background-color: #a6a6a6;
  }

  /**********************
  	Mobile Menu Button
  **********************/
  /*********************
  HEADER STYLES
  *********************/
  /* line 85, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .topbar .mc4wp-response {
    background-color: #3b5761;
    border-radius: 0 0 5px 5px;
    margin-left: 50px;
    margin-top: 5px;
    z-index: 1;
    position: absolute;
  }
  /* line 93, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .topbar .mc4wp-response .mc4wp-alert {
    padding: 5px 10px 10px;
  }

  /* line 99, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header {
    position: relative;
  }

  /* line 103, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  #logo {
    text-align: left;
  }

  /* line 111, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mailchimp {
    display: block;
    opacity: 1;
  }
  /* line 114, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mailchimp input[type="text"],
  .mailchimp input[type="email"] {
    width: 80%;
  }

  /* line 120, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mailchimp-popup {
    width: 500px;
    padding: 3em;
    z-index: 99999999;
  }
  /* line 125, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mailchimp-popup input[type="submit"] {
    margin-top: 2em;
    padding: 0.5em 1.5em;
    font-size: 2rem;
  }

  /* line 132, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  #mailchimp-popup-bg {
    z-index: 99999999;
  }

  /* line 136, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mobnavigation {
    display: none;
  }

  /* line 139, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mobsignup {
    display: none;
  }

  /* line 142, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mobmailchimp.active {
    display: none !important;
  }

  /* line 146, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header-gsa-logo img {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 158, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .navigation .nav li {
    float: none;
    display: inline-block;
  }

  /* line 167, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 169, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav ul {
    background: #323944;
    margin-top: 0;
  }
  /* line 173, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 177, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 180, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li a span {
    padding: 0 0.45em;
  }
  /* line 187, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    color: #3b5761;
  }
  /* line 198, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 207, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 209, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 226, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 236, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  /* line 251, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* line 259, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li.home a, .nav li.home a:visited {
    font-size: 0;
    background-image: url("../images/home.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    height: 25px;
    width: 22px;
    line-height: 15px;
    display: inline-block;
  }
  /* line 268, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .nav li.home a:hover, .nav li.home a:focus, .nav li.home a:visited:hover, .nav li.home a:visited:focus {
    background-position: -24px 2px;
  }

  /* end .nav */
  /* Submenu */
  /* line 283, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mainsubmenu {
    background-color: #3b5761;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 42px;
    z-index: 1;
    display: block;
    border-bottom: 9px solid #b0ab9a;
  }
  /* line 294, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mainsubmenu .nav {
    padding: 0 10px;
  }
  /* line 297, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mainsubmenu .nav li a, .mainsubmenu .nav li a:visited {
    display: none;
  }
  /* line 299, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mainsubmenu .nav li a span, .mainsubmenu .nav li a:visited span {
    border-color: #323944;
  }
  /* line 307, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mainsubmenu .nav li.current-menu-item .sub-menu,
  .mainsubmenu .nav li.current_page_item .sub-menu,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu {
    visibility: visible;
    position: static;
    border-width: 0px;
    margin: 0px;
  }
  /* line 312, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mainsubmenu .nav li.current-menu-item .sub-menu li,
  .mainsubmenu .nav li.current_page_item .sub-menu li,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li {
    border: 0px;
  }
  /* line 314, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mainsubmenu .nav li.current-menu-item .sub-menu li a, .mainsubmenu .nav li.current-menu-item .sub-menu li a:visited,
  .mainsubmenu .nav li.current_page_item .sub-menu li a,
  .mainsubmenu .nav li.current_page_item .sub-menu li a:visited,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a:visited {
    display: block;
    width: auto;
    border-bottom: 0px;
    padding-left: 0px;
  }
  /* line 319, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mainsubmenu .nav li.current-menu-item .sub-menu li a span, .mainsubmenu .nav li.current-menu-item .sub-menu li a:visited span,
  .mainsubmenu .nav li.current_page_item .sub-menu li a span,
  .mainsubmenu .nav li.current_page_item .sub-menu li a:visited span,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a span,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a:visited span {
    color: #fff;
  }
  /* line 322, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mainsubmenu .nav li.current-menu-item .sub-menu li a:hover, .mainsubmenu .nav li.current-menu-item .sub-menu li a:focus, .mainsubmenu .nav li.current-menu-item .sub-menu li a:visited:hover, .mainsubmenu .nav li.current-menu-item .sub-menu li a:visited:focus,
  .mainsubmenu .nav li.current_page_item .sub-menu li a:hover,
  .mainsubmenu .nav li.current_page_item .sub-menu li a:focus,
  .mainsubmenu .nav li.current_page_item .sub-menu li a:visited:hover,
  .mainsubmenu .nav li.current_page_item .sub-menu li a:visited:focus,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a:hover,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a:focus,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a:visited:hover,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a:visited:focus {
    background-color: #9eb8c1;
    color: #3b5761;
  }
  /* line 325, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mainsubmenu .nav li.current-menu-item .sub-menu li a:hover span, .mainsubmenu .nav li.current-menu-item .sub-menu li a:focus span, .mainsubmenu .nav li.current-menu-item .sub-menu li a:visited:hover span, .mainsubmenu .nav li.current-menu-item .sub-menu li a:visited:focus span,
  .mainsubmenu .nav li.current_page_item .sub-menu li a:hover span,
  .mainsubmenu .nav li.current_page_item .sub-menu li a:focus span,
  .mainsubmenu .nav li.current_page_item .sub-menu li a:visited:hover span,
  .mainsubmenu .nav li.current_page_item .sub-menu li a:visited:focus span,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a:hover span,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a:focus span,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a:visited:hover span,
  .mainsubmenu .nav li.current_page_ancestor .sub-menu li a:visited:focus span {
    color: #3b5761;
  }

  /**************************
  	TOP BAR NAV 
  **************************/
  /* line 342, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  #topbar .nav li a, #topbar .nav li a:visited {
    padding: 0 0.75em;
  }

  /**************************
  	HEADER NAV
  **************************/
  /* line 357, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header .nav li a, .header .nav li a:visited {
    color: #575656;
    text-transform: uppercase;
  }
  /* line 363, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header .nav li.home a, .header .nav li.home a:visited {
    line-height: 40px;
  }
  /* line 369, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header .left {
    line-height: 55px;
  }
  /* line 371, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header .left .nav {
    display: inline-block;
    height: 50px;
    vertical-align: bottom;
  }
  /* line 375, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header .left .nav li {
    display: inline-block;
  }
  /* line 379, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header .left .nav li:first-child a, .header .left .nav li:first-child a:visited {
    padding: 0.75em 0.75em 0.75em 0;
  }
  /* line 387, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header .right {
    line-height: 40px;
  }
  /* line 389, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header .right .nav {
    text-align: right;
    display: inline-block;
    height: 40px;
    vertical-align: bottom;
  }
  /* line 394, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header .right .nav li {
    display: inline-block;
    float: none;
  }
  /* line 398, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header .right .nav li:last-child a, .header .right .nav li:last-child a:visited {
    padding: 0.75em 0 0.75em 0.75em;
  }

  /* line 408, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mailchimp-signup-wrap {
    float: left;
    padding-top: 0.4em;
    background: #b0ab9a;
    padding: 0.5em 1em;
    min-height: 40px;
    font-weight: bold;
  }
  /* line 416, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mailchimp-signup-wrap span {
    float: left;
    padding-top: 0.25em;
  }
  /* line 421, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mailchimp-signup-wrap #mailchimp-open-btn {
    float: left;
    padding: 0px 0px 0 6px;
    text-transform: uppercase;
    color: #3b5761;
    border: 2px solid #3b5761;
    cursor: pointer;
    margin-left: 0.5em;
    border-radius: 50%;
    width: 25px;
    height: 25px;
  }

  /* line 435, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mailchimp-signup-wrap:hover {
    background: #9eb8c1;
    cursor: pointer;
  }

  /***************************
  	TILES 
  ***************************/
  /* line 443, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .tileshowcase {
    padding: 2em 0;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /******************************************************************
  	SEctions and Blocks 
  ******************************************************************/
  /* line 457, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .block {
    padding: 0 20px;
  }

  /******************************************************************
  PAGE NAVI STYLES
  ******************************************************************/
  /******************************************************************
  COMMENT STYLES
  ******************************************************************/
  /******************************************************************
  COMMENT FORM STYLES
  ******************************************************************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 475, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /* line 478, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  #sidebar2 {
    margin-top: 0;
  }

  /* line 482, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .widgettitle {
    margin-bottom: 0.75em;
  }

  /* line 486, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .widget {
    margin: 2.2em 0 2.2em 5px;
  }
  /* line 490, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 498, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* line 506, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .widget:nth-of-type(3n+1) .g-recaptcha {
    -webkit-transform: scale(0.67);
    -webkit-transform-origin: 0 0;
    transform: scale(0.67);
    transform-origin: 0 0;
    margin-bottom: 0px;
    border: 0px;
    padding: 0px;
    background-color: transparent;
    width: auto;
  }
  /* line 520, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .widget .twitter .fts-twitter-div {
    max-height: 400px !important;
  }

  /* 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 626, ../GallowayGlensSCSS/breakpoints/_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.
    */
  }
  /* line 627, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .footer-links ul li a {
    border-bottom: 0px;
  }
  /* line 629, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .footer-links ul li a span {
    border-right: 1px solid #fff;
    text-align: left;
  }

  /* end .footer-links */
  /* line 645, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .contactdetails {
    text-align: left;
  }

  /* line 649, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .funding {
    text-align: right;
  }
  /* line 652, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .funding .gsa-logo {
    max-height: 125px;
  }

  /* line 657, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .copyright {
    clear: both;
    text-align: left;
  }

  /* line 662, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .tcpcc .footer-links li {
    float: right;
  }
  /* line 665, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .tcpcc .footer-links li a span, .tcpcc .footer-links li a:visited span {
    border-left: 1px solid #fff;
  }
  /* line 671, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .tcpcc .footer-links li:last-child a span, .tcpcc .footer-links li:last-child a:visited span {
    border-left: 0;
  }

  /*************************************
  	Plugins 
  *************************************/
  /*************************************
  	SITE UTILITY 
  *************************************/
  /* line 689, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .socialfeeds .facebook {
    margin: 0;
    padding: 0 1.5em 0 0;
  }
  /* line 693, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .socialfeeds .twitter {
    padding: 0 0 0 1.5em;
  }
  /* line 697, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .socialfeeds .newsfeed {
    padding: 0 1.5em 0 0;
  }
  /* line 701, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .socialfeeds .instagram {
    margin-top: 0;
    padding: 0 0 0 1.5em;
  }
  /* line 705, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .socialfeeds .instagram .content {
    max-height: 648px;
    overflow: auto;
  }

  /* line 714, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .social-row-two {
    padding: 2em 0;
  }

  /* line 722, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  #sidebar1 .socialfeeds .instagram {
    padding: 0 0 2em 0;
  }
  /* line 726, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  #sidebar1 .socialfeeds .facebook {
    padding: 0 0 2em 0;
  }
  /* line 730, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  #sidebar1 .socialfeeds .twitter {
    padding: 0;
  }
  /* line 733, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  #sidebar1 .socialfeeds .twitter .fts-twitter-image {
    width: 100%;
  }
  /* line 737, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  #sidebar1 .socialfeeds .twitter .tweeter-info .fts-right {
    float: left;
    padding: 0 7px;
  }

  /***********************************************
  	Weesleekit Slideshows 
  ***********************************************/
  /* line 749, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .ws_slideshow {
    max-height: 370px;
    min-height: 370px;
  }
  /* line 753, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .ws_slideshow .aslide iframe {
    height: 350px;
  }

  /**************************************************
  	Weesleekit Tiles 
  **************************************************/
  /* line 761, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .ws_tiles {
    margin: 0 -60px;
  }
  /* line 764, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .ws_tiles .tile {
    max-width: 50%;
    float: left;
    min-height: 216px;
  }
  /* line 770, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .ws_tiles h3 {
    font-size: 2.1rem;
  }
  /* line 774, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .ws_tiles .tileContent {
    width: 70%;
    float: right;
  }
  /* line 779, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .ws_tiles .hover {
    min-height: 216px;
  }

  /* line 786, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .sidebar-border {
    border-left: 2px dotted;
  }

  /* line 790, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .fimg {
    width: 30% !important;
    float: left;
  }

  /* line 795, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .projects-archive-wrap {
    padding: 0;
  }
  /* line 798, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .projects-archive-wrap .project-overview-term {
    min-height: 585px;
  }
  /* line 801, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .projects-archive-wrap .project-overview-term h2 {
    min-height: 100px;
  }

  /* line 809, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .project-titles .tax-project-wrap {
    border: 0;
  }
  /* line 813, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .project-titles .tax-project-img {
    height: 200px;
  }
  /* line 817, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .project-titles h3 {
    min-height: 66px;
  }
  /* line 821, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .project-titles .tax-project {
    min-height: 425px;
  }

  /* line 827, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .study-img-bg {
    float: left;
    max-width: 250px;
    margin-right: 1em;
  }

  /* line 834, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .study-info h3 {
    margin: 0;
  }
  /* line 838, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .study-info h4 {
    margin: 0;
  }
  /* line 842, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .study-info p, .study-info ol {
    float: left;
    width: 100%;
  }

  /* line 848, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .events-submenu {
    margin: 0;
    color: #fff;
  }
  /* line 852, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .events-submenu li {
    display: inline-block;
    padding: 0.5em 1em;
  }
  /* line 857, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .events-submenu li:hover {
    background: #9eb8c1;
    color: #3b5761;
  }
  /* line 862, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .events-submenu a {
    color: #fff;
    font-size: 1.6rem;
  }

  /* line 868, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mainsubmenu .asubmenu {
    padding-left: 3.25em;
  }

  /* line 872, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .event {
    padding: 0 0 2em 0;
    border: 0;
  }

  /* line 880, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .small-grants .small-grants-img {
    height: 200px;
    float: left;
    width: 200px;
    margin-right: 1em;
  }
  /* line 887, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .small-grants p {
    float: left;
    max-width: 390px;
  }

  /* line 894, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .news-box-inner,
  .event-box-inner {
    min-height: 550px;
  }

  /* line 899, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .mailchimp-banner img {
    margin-bottom: 0;
    max-height: 250px;
  }

  /* line 904, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .lotto-logo {
    max-width: 200px;
  }

  /* line 908, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .content-mc-banner img {
    padding-top: 0;
    max-height: 225px;
  }

  /* line 913, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .small-grants-tile .tile {
    max-width: 100%;
    width: 100%;
  }

  /* line 918, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .header-banner p {
    padding: 0 3.5em;
  }

  /* line 922, ../GallowayGlensSCSS/breakpoints/_768up.scss */
  .intro p {
    padding-left: 0.8em;
  }
}
/*********************
Small DESKTOPs and Laptop Screens
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: 960px) {
  /******************************************************************
  Site Name: Galloway Glens
  Author: BDS Digital
  Version: 0.1
  Created: 23/06/2016
  Last Modified: 04/07/2016
  
  Stylesheet for smaller laptops and desktops. 
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /* line 15, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .wrap {
    width: 980px;
  }

  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  /* line 23, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .archive .entry-content {
    margin-left: 290px;
  }
  /* line 26, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .archive .featured-image {
    float: left;
  }
  /* line 28, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .archive .featured-image img {
    width: 260px;
  }
  /* line 32, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .archive .articles {
    border-right: 2px dotted #b0ab9a;
    margin-top: 10px;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  LINK STYLES
  *********************/
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  /*********************
  TOP BAR - General
  *********************/
  /**********************
  	Mobile Menu Button
  **********************/
  /*********************
  HEADER STYLES
  *********************/
  /* line 57, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .topbar .mc4wp-form h4 {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: top;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 73, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .nav li a span, .nav li a:visited span {
    padding: 0 1.2em;
  }

  /**************************
  	TOP BAR NAV 
  **************************/
  /**************************
  	HEADER NAV
  **************************/
  /***************************
  	SOCIAL FEEDS 
  ***************************/
  /* line 91, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .socialfeeds .newsfeed .newsfeed-wrap {
    max-height: 567px;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 99, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  #content {
    padding-bottom: 140px;
  }

  /* line 103, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .form input[type="submit"] {
    width: auto;
    margin-left: 10px;
  }

  /******************************************************************
  PAGE NAVI STYLES
  ******************************************************************/
  /******************************************************************
  COMMENT STYLES
  ******************************************************************/
  /******************************************************************
  COMMENT FORM STYLES
  ******************************************************************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 122, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .widget:nth-of-type(3n+1) .g-recaptcha {
    -webkit-transform: scale(0.76);
    transform: scale(0.76);
  }

  /**************************
  	HILLS 
  **************************/
  /* line 132, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .hills .viewpoint {
    min-width: 1700px;
  }
  /* line 135, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .hills .right-hills {
    background-image: url("../images/right-hills.png");
    background-repeat: no-repeat;
    height: 257px;
    width: 746px;
    float: right;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /* line 146, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .footer {
    padding: 120px 0 100px;
  }

  /* line 149, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .tcpcc {
    clear: none;
  }

  /*************************************
  	Plugins 
  *************************************/
  /*************************************
  	SITE UTILITY 
  *************************************/
  /* line 159, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .socialfeeds .facebook {
    padding: 0 2.5em 0 0;
  }
  /* line 162, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .socialfeeds .twitter {
    padding: 0 0 0 2.5em;
  }

  /***********************************************
  	Weesleekit Slideshows 
  ***********************************************/
  /**************************************************
  	Weesleekit Tiles 
  **************************************************/
  /* line 172, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .ws_tiles {
    margin: 0 -10px;
  }
  /* line 175, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .ws_tiles .tile {
    max-width: 33%;
  }
  /* line 179, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .ws_tiles .hover {
    min-height: 210px;
  }
  /* line 183, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .ws_tiles .h3 {
    font-size: 1.9rem;
  }

  /* line 188, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .funding .gsa-logo {
    margin-bottom: -2em;
  }

  /* line 192, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .accordion-sm-title {
    padding-top: 2em;
  }

  /* line 199, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .projects-archive-wrap .project-overview-term h2 {
    min-height: 66px;
  }

  /* line 207, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .block .ws_slideshow {
    margin-top: 6em;
  }

  /* line 211, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .mainsubmenu .asubmenu {
    padding-left: 5.1em;
  }

  /* line 215, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .event .event-img {
    height: 200px;
  }

  /* line 221, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .small-grants .small-grants-img {
    width: 300px;
  }
  /* line 225, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .small-grants p {
    float: left;
    max-width: 515px;
  }

  /* line 232, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .news-box-inner,
  .event-box-inner {
    min-height: 500px;
  }

  /* line 237, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .mailchimp-banner h3 {
    padding-top: 2.5em;
  }

  /* line 241, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .mailchimp-banner img {
    max-height: 275px;
    margin-top: 2em;
    padding-top: 0;
  }

  /* line 247, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .content-mc-banner h3 {
    padding-top: 2em;
  }

  /* line 251, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .content-mc-banner img {
    max-height: 225px;
    margin-top: 2em;
  }

  /* line 256, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .lotto-logo {
    margin: 0 10px -2px 0px;
    max-width: 190px;
  }

  /* line 261, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .resources-title {
    max-width: 600px;
  }

  /* line 265, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .get-involved-cf {
    padding: 1em 2em 4em 2em;
  }

  /* line 269, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .small-grants-tile .tile {
    max-width: 400px;
    width: 400px;
    margin-left: calc(50% - 200px);
  }

  /* line 275, ../GallowayGlensSCSS/breakpoints/_960up.scss */
  .resources-page-title {
    padding-left: 0.2em;
  }
}
/*********************
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) {
  /******************************************************************
  Site Name: Galloway Glens
  Author: BDS Digital
  Version: 0.1
  Created: 23/06/2016
  Last Modified: 04/07/2016
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .wrap {
    width: 1040px;
  }

  /*********************
  LINK STYLES
  *********************/
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  /*********************
  TOP BAR - General
  *********************/
  /**********************
  	Mobile Menu Button
  **********************/
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 50, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .nav li a span, .nav li a:visited span {
    padding: 0 1.4em;
  }

  /**************************
  	TOP BAR NAV 
  **************************/
  /**************************
  	HEADER NAV
  **************************/
  /***************************
  	TILES 
  ***************************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 70, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .form input[type="submit"] {
    padding: 24px 40px;
  }

  /******************************************************************
  PAGE NAVI STYLES
  ******************************************************************/
  /******************************************************************
  COMMENT STYLES
  ******************************************************************/
  /******************************************************************
  COMMENT FORM STYLES
  ******************************************************************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 88, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .widget:nth-of-type(3n+1) .g-recaptcha {
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*************************************
  	Plugins 
  *************************************/
  /***********************************************
  	Weesleekit Slideshows 
  ***********************************************/
  /* line 104, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .ws_slideshow {
    max-height: 390px;
    min-height: 390px;
  }
  /* line 108, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .ws_slideshow .aslide iframe {
    height: 370px;
  }

  /* line 114, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .ws_tiles .hover {
    min-height: 210px;
  }

  /* line 118, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .projects-archive-wrap {
    padding: 0;
  }
  /* line 121, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .projects-archive-wrap .project-overview-term {
    min-height: 590px;
  }
  /* line 124, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .projects-archive-wrap .project-overview-term h2 {
    min-height: 105px;
  }

  /* line 130, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .mainsubmenu .asubmenu {
    padding-left: 5.7em;
  }

  /* line 137, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .small-grants p {
    float: left;
    max-width: 575px;
  }

  /* line 144, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .news-box-inner,
  .event-box-inner {
    min-height: 485px;
  }

  /* line 149, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .content-mc-banner img {
    margin-top: 3em;
  }

  /* line 154, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .socialfeeds .newsfeed .newsfeed-wrap {
    max-height: 612px;
  }

  /* line 159, ../GallowayGlensSCSS/breakpoints/_1030up.scss */
  .project-titles .tax-project {
    min-height: 460px;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: Galloway Glens
  Author: BDS Digital
  Version: 0.1
  Created: 23/06/2016
  Last Modified: 04/07/2016
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  LINK STYLES
  *********************/
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  /*********************
  TOP BAR - General
  *********************/
  /**********************
  	Mobile Menu Button
  **********************/
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /**************************
  	TOP BAR NAV 
  **************************/
  /**************************
  	HEADER NAV
  **************************/
  /***************************
  	TILES 
  ***************************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /******************************************************************
  PAGE NAVI STYLES
  ******************************************************************/
  /******************************************************************
  COMMENT STYLES
  ******************************************************************/
  /******************************************************************
  COMMENT FORM STYLES
  ******************************************************************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  FOOTER STYLES
  *********************/
  /*************************************
  	Plugins 
  *************************************/
  /***********************************************
  	Weesleekit Slideshows 
  ***********************************************/
  /* line 80, ../GallowayGlensSCSS/breakpoints/_1240up.scss */
  .ws_tiles .tile {
    max-width: 33%;
  }
  /* line 84, ../GallowayGlensSCSS/breakpoints/_1240up.scss */
  .ws_tiles .tile .fimg {
    width: 100% !important;
  }
  /* line 88, ../GallowayGlensSCSS/breakpoints/_1240up.scss */
  .ws_tiles .tile .tileContent {
    width: 100%;
  }
  /* line 92, ../GallowayGlensSCSS/breakpoints/_1240up.scss */
  .ws_tiles .tile .hover {
    min-height: 237px;
  }

  /* line 97, ../GallowayGlensSCSS/breakpoints/_1240up.scss */
  .small-grants-tile .tile {
    width: 440px;
    max-width: 440px;
    margin-left: calc(50% - 220px);
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
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: Base Template 2016
  Author: BDS Digital
  Version: 0.1
  
  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(https://gallowayglens.org/wp-content/themes/weesleekit-base2015/library/css/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(https://gallowayglens.org/wp-content/themes/weesleekit-base2015/library/css/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. 
  
  */
}
/*********************
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 13, ../GallowayGlensSCSS/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

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

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

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

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

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

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

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

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

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