/* ------------------------------------
  Theme Name: Gareth Roberts Property
  Author: Shane Murphy
  Author URI: http://www.siteart.co.uk
  Description: Custom designed theme for Gareth Roberts Property.
------------------------------------ */
/* ------------------------------------
  $RESET
------------------------------------ */
/* HTML 5 */
/* line 6, sass/partials/generic/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 9, sass/partials/generic/_reset.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 14, sass/partials/generic/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 17, sass/partials/generic/_reset.scss */
[hidden] {
  display: none;
}

/* SELECTIONS */
/* line 22, sass/partials/generic/_reset.scss */
::-moz-selection {
  text-shadow: none;
  color: #FFF;
  background-color: #3297FD;
}

/* line 27, sass/partials/generic/_reset.scss */
::selection {
  text-shadow: none;
  color: #FFF;
  background-color: #3297FD;
}

/* TYPOGRAPHY */
/* line 34, sass/partials/generic/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 37, sass/partials/generic/_reset.scss */
b, strong {
  font-weight: bold;
}

/* line 40, sass/partials/generic/_reset.scss */
blockquote {
  margin-right: 60px;
  margin-left: 45px;
  border-left: 5px solid #ccc;
  padding-left: 10px;
}

/* line 46, sass/partials/generic/_reset.scss */
dfn {
  font-style: italic;
}

/* line 49, sass/partials/generic/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 57, sass/partials/generic/_reset.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 62, sass/partials/generic/_reset.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 68, sass/partials/generic/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 73, sass/partials/generic/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 78, sass/partials/generic/_reset.scss */
code {
  background-color: #EAEAEA;
}

/* line 81, sass/partials/generic/_reset.scss */
q {
  quotes: none;
}

/* line 84, sass/partials/generic/_reset.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 88, sass/partials/generic/_reset.scss */
small {
  font-size: 85%;
}

/* line 91, sass/partials/generic/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 97, sass/partials/generic/_reset.scss */
sup {
  top: -0.5em;
}

/* line 100, sass/partials/generic/_reset.scss */
sub {
  bottom: -0.25em;
}

/* TABLES */
/* line 105, sass/partials/generic/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 109, sass/partials/generic/_reset.scss */
td {
  vertical-align: top;
}

/* EMBEDDED CONTENT */
/* line 114, sass/partials/generic/_reset.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/* line 121, sass/partials/generic/_reset.scss */
figcaption {
  font-style: italic;
}

/* line 124, sass/partials/generic/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* FORMS */
/* line 128, sass/partials/generic/_reset.scss */
form {
  margin: 0;
}

/* line 131, sass/partials/generic/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 1.5em;
}

/* line 136, sass/partials/generic/_reset.scss */
label {
  cursor: pointer;
  font-size: 14px;
  /* <-- px fallback */
  font-size: 0.875rem;
}

/* line 141, sass/partials/generic/_reset.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/* line 147, sass/partials/generic/_reset.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 153, sass/partials/generic/_reset.scss */
button, input {
  line-height: normal;
}

/* line 156, sass/partials/generic/_reset.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 161, sass/partials/generic/_reset.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* Consistent box sizing and appearance */
/* line 165, sass/partials/generic/_reset.scss */
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 170, sass/partials/generic/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 174, sass/partials/generic/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* Remove inner padding and border in FF3/4 */
/* line 179, sass/partials/generic/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove default vertical scrollbar in IE6/7/8/9 & Allow only vertical resizing */
/* line 184, sass/partials/generic/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* ------------------------------------
  $ALIGNMENT
------------------------------------ */
/* line 5, sass/partials/generic/_alignment.scss */
.alignright {
  float: right;
  margin-bottom: 12px;
  /* px fallback */
  margin-bottom: 0.75rem;
  margin-left: 24px;
  /* px fallback */
  margin-left: 1.5rem;
}

/* line 10, sass/partials/generic/_alignment.scss */
.alignleft {
  float: left;
  margin-bottom: 12px;
  /* px fallback */
  margin-bottom: 0.75rem;
  margin-right: 24px;
  /* px fallback */
  margin-right: 1.5rem;
}

/* line 15, sass/partials/generic/_alignment.scss */
.aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* ------------------------------------
  $CLEARFIXES
------------------------------------ */
/* CONTAIN FLOATS */
/* line 7, sass/partials/generic/_clearfix.scss */
.cf:before, .gw:before, .media:before, .nav:before, .island:before, .islet:before, .max-width:before, .rslides:before,
.cf:after,
.gw:after,
.media:after,
.nav:after,
.island:after,
.islet:after,
.max-width:after,
.rslides:after {
  content: "";
  display: table;
}

/* line 11, sass/partials/generic/_clearfix.scss */
.cf:after, .gw:after, .media:after, .nav:after, .island:after, .islet:after, .max-width:after, .rslides:after {
  clear: both;
}

/* line 14, sass/partials/generic/_clearfix.scss */
.cf, .gw, .media, .nav, .island, .islet, .max-width, .rslides {
  *zoom: 1;
}

/* CLEAR FLOATS */
/* line 19, sass/partials/generic/_clearfix.scss */
.clear {
  clear: both;
}

/* ------------------------------------
  $VERTICAL RHYTHM
------------------------------------ */
/* line 11, sass/partials/generic/_vertical-rhythm.scss */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl, menu,
p, figure,
pre, table, fieldset, hr,
blockquote,
.vertical-rhythm,
.island,
.islet,
.nav-main-wrap,
.slider,
.vr,
.hd-phone,
.areas-covered-btn {
  margin: 0 0 24px 0;
  /* <-- pixel fallback */
  margin: 0 0 1.5rem 0;
}

/* $NO VERTICAL RHYTHM */
/* line 18, sass/partials/generic/_vertical-rhythm.scss */
.vertical-rhythm--none,
.vr--none {
  margin-bottom: 0;
}

/* $DOUBLE VERTICAL RHYTHM */
/* line 24, sass/partials/generic/_vertical-rhythm.scss */
.vertical-rhythm--xl,
.vr--xl {
  margin-bottom: 48px;
  /* px fallback */
  margin-bottom: 3rem;
}

/* $HALF VERTICAL RHYTHM */
/* line 30, sass/partials/generic/_vertical-rhythm.scss */
.vertical-rhythm--half,
.vr--half {
  margin-bottom: 12px;
  /* px fallback */
  margin-bottom: 0.75rem;
}

/* ------------------------------------
  $HELPER
------------------------------------ */
/* $IMAGE REPLACEMENT */
/* line 6, sass/partials/generic/_helper.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 13, sass/partials/generic/_helper.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* $HIDDEN - hidden but available to screen readers */
/* line 21, sass/partials/generic/_helper.scss */
.hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* $DISPLAY NONE - useful for hiding none essential content by default but overriding at certain breakpoints */
/* line 33, sass/partials/generic/_helper.scss */
.no-display {
  display: none;
}

/* $BREAK WORD */
/* line 38, sass/partials/generic/_helper.scss */
.break-word {
  word-wrap: break-word;
}

/* ------------------------------------
  $MAIN
------------------------------------ */
/* line 5, sass/partials/base/_main.scss */
html {
  height: 100%;
  font-size: 100%;
  color: #222222;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 16, sass/partials/base/_main.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* line 19, sass/partials/base/_main.scss */
body {
  height: 100%;
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}

/* ------------------------------------
  $HEADERS
------------------------------------ */
/* $HEADERS UNIVERSAL */
/* line 6, sass/partials/base/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Georgia, serif;
  color: #663366;
}

/* $HEADERS INDIVIDUAL */
/* line 13, sass/partials/base/_headings.scss */
h1, .h1 {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (min-width: 60em) {
  /* line 13, sass/partials/base/_headings.scss */
  h1, .h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* line 19, sass/partials/base/_headings.scss */
h2, .h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 60em) {
  /* line 19, sass/partials/base/_headings.scss */
  h2, .h2 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

/* line 25, sass/partials/base/_headings.scss */
h3, .h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 60em) {
  /* line 25, sass/partials/base/_headings.scss */
  h3, .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* line 31, sass/partials/base/_headings.scss */
h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 60em) {
  /* line 31, sass/partials/base/_headings.scss */
  h4, .h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* line 37, sass/partials/base/_headings.scss */
h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 60em) {
  /* line 37, sass/partials/base/_headings.scss */
  h5, .h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 43, sass/partials/base/_headings.scss */
h6, .h6 {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 60em) {
  /* line 43, sass/partials/base/_headings.scss */
  h6, .h6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* ------------------------------------
  $LINKS
------------------------------------ */
/* line 5, sass/partials/base/_links.scss */
a {
  color: #3f7587;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

/* line 10, sass/partials/base/_links.scss */
a:hover {
  text-decoration: underline;
}

/* line 13, sass/partials/base/_links.scss */
a:focus {
  outline: thin dotted;
}

/* line 17, sass/partials/base/_links.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 20, sass/partials/base/_links.scss */
.link--inherit {
  color: inherit;
}

/* ------------------------------------
  $LISTS
------------------------------------ */
/* line 8, sass/partials/base/_lists.scss */
ul,
ol,
menu,
dd {
  padding: 0;
  margin-left: 24px;
  /* px fallback */
  margin-left: 1.5rem;
}

/* line 12, sass/partials/base/_lists.scss */
ul {
  list-style: square outside;
}

/* line 16, sass/partials/base/_lists.scss */
nav ul,
nav ol {
  list-style: none;
  margin-left: 0;
}

/* Remove vertical spacing from nested lists. */
/* line 23, sass/partials/base/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* ------------------------------------
  $FORM ELEMENTS
------------------------------------ */
/* line 7, sass/partials/base/_forms.scss */
select,
textarea,
input {
  font-family: sans-serif;
  padding: 0.5em;
  border: solid 1px #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s linear border;
  -moz-transition: 0.3s linear border;
  -o-transition: 0.3s linear border;
  transition: 0.3s linear border;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 23, sass/partials/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}

/* line 27, sass/partials/base/_forms.scss */
textarea {
  height: 10em;
  line-height: 1.5;
}

/* ON FOCUS */
/* line 34, sass/partials/base/_forms.scss */
textarea:focus,
input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #4BB8CB;
}

/* ------------------------------------
  $BUTTONS
------------------------------------ */
/* line 5, sass/partials/objects/_buttons.scss */
.btn, .btn--small, .btn--xl, .btn--block {
  background: #663366;
  border: solid 1px #3d1f3d;
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #663366;
  /* <-- solid fallback color */
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #884488), color-stop(100%, #442244));
  background-image: -webkit-linear-gradient(#884488, #442244);
  background-image: -moz-linear-gradient(#884488, #442244);
  background-image: -o-linear-gradient(#884488, #442244);
  background-image: linear-gradient(#884488, #442244);
}

/* line 23, sass/partials/objects/_buttons.scss */
.btn--small {
  padding: 0.1em 0.5em;
}

/* line 27, sass/partials/objects/_buttons.scss */
.btn--xl {
  padding: 1em 2em;
}

/* line 31, sass/partials/objects/_buttons.scss */
.btn--block {
  display: block;
}

/* HOVER STATE */
/* line 37, sass/partials/objects/_buttons.scss */
.btn:hover, .btn--small:hover, .btn--xl:hover, .btn--block:hover {
  text-decoration: none;
  background: #884488;
  background: #994d99;
  /* <-- solid fallback color */
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #994d99), color-stop(100%, #552b55));
  background-image: -webkit-linear-gradient(#994d99, #552b55);
  background-image: -moz-linear-gradient(#994d99, #552b55);
  background-image: -o-linear-gradient(#994d99, #552b55);
  background-image: linear-gradient(#994d99, #552b55);
}

/* ACTIVE STATE */
/* line 46, sass/partials/objects/_buttons.scss */
.btn:active, .btn--small:active, .btn--xl:active, .btn--block:active {
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) inset, 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) inset, 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1) inset, 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}

/* ------------------------------------
  $GRIDS
------------------------------------ */
/* $GRID WRAPPER */
/* line 6, sass/partials/objects/_grids.scss */
.gw {
  margin-left: -24px;
  *margin-left: 0;
}

/* $GRID UNITS */
/* line 13, sass/partials/objects/_grids.scss */
.g {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
  *padding-left: 0;
}

/* line 20, sass/partials/objects/_grids.scss */
.g--r {
  float: right;
}

/* $GRID SIZES */
/* line 25, sass/partials/objects/_grids.scss */
.g10 {
  width: 10%;
}

/* line 26, sass/partials/objects/_grids.scss */
.g15 {
  width: 15%;
}

/* line 27, sass/partials/objects/_grids.scss */
.g20 {
  width: 20%;
}

/* line 28, sass/partials/objects/_grids.scss */
.g25 {
  width: 25%;
}

/* line 29, sass/partials/objects/_grids.scss */
.g30 {
  width: 30%;
}

/* line 30, sass/partials/objects/_grids.scss */
.g33 {
  width: 33.333%;
}

/* line 31, sass/partials/objects/_grids.scss */
.g35 {
  width: 35%;
}

/* line 32, sass/partials/objects/_grids.scss */
.g40 {
  width: 40%;
}

/* line 33, sass/partials/objects/_grids.scss */
.g45 {
  width: 45%;
}

/* line 34, sass/partials/objects/_grids.scss */
.g50 {
  width: 50%;
}

/* line 35, sass/partials/objects/_grids.scss */
.g55 {
  width: 55%;
}

/* line 36, sass/partials/objects/_grids.scss */
.g60 {
  width: 60%;
}

/* line 37, sass/partials/objects/_grids.scss */
.g66 {
  width: 66.666%;
}

/* line 38, sass/partials/objects/_grids.scss */
.g65 {
  width: 65%;
}

/* line 39, sass/partials/objects/_grids.scss */
.g70 {
  width: 70%;
}

/* line 40, sass/partials/objects/_grids.scss */
.g75 {
  width: 75%;
}

/* line 41, sass/partials/objects/_grids.scss */
.g80 {
  width: 80%;
}

/* line 42, sass/partials/objects/_grids.scss */
.g85 {
  width: 85%;
}

/* line 43, sass/partials/objects/_grids.scss */
.g90 {
  width: 90%;
}

/* line 44, sass/partials/objects/_grids.scss */
.g100 {
  width: 100%;
}

/* $GRID SPECIAL GUTTERS */
/* line 47, sass/partials/objects/_grids.scss */
.gw--gutter-xl {
  margin-left: -48px;
}
/* line 49, sass/partials/objects/_grids.scss */
.gw--gutter-xl > .g {
  padding-left: 48px;
}

/* line 53, sass/partials/objects/_grids.scss */
.gw--gutter-none {
  margin-left: 0;
}
/* line 55, sass/partials/objects/_grids.scss */
.gw--gutter-none > .g {
  padding-left: 0;
}

/* ------------------------------------
  $MEDIA OBJECTS
------------------------------------ */
/* line 8, sass/partials/objects/_media.scss */
.media__body {
  overflow: hidden;
}

/* line 11, sass/partials/objects/_media.scss */
.media__img {
  float: left;
  margin-right: 24px;
  /* px fallback */
  margin-right: 1.5rem;
}

/* line 15, sass/partials/objects/_media.scss */
.media__img--right {
  float: right;
  margin-left: 24px;
  /* px fallback */
  margin-left: 1.5rem;
}

/* line 20, sass/partials/objects/_media.scss */
.media__img img,
.media__img--right img {
  display: block;
}

/* ------------------------------------
  $NAV
------------------------------------ */
/* line 5, sass/partials/objects/_nav.scss */
.nav {
  list-style: none;
  margin-left: 0;
}

/* line 11, sass/partials/objects/_nav.scss */
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* line 18, sass/partials/objects/_nav.scss */
.nav--stacked > li {
  display: list-item;
}

/* line 21, sass/partials/objects/_nav.scss */
.nav--stacked > li > a {
  display: block;
}

/* line 26, sass/partials/objects/_nav.scss */
.nav--banner {
  text-align: center;
}

/* line 31, sass/partials/objects/_nav.scss */
.nav--table {
  display: table;
  width: 100%;
}
/* line 34, sass/partials/objects/_nav.scss */
.nav--table > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 38, sass/partials/objects/_nav.scss */
.nav--table > li > a {
  display: block;
}

/* ------------------------------------
  $ISLAND & $ISLET
------------------------------------ */
/* line 5, sass/partials/objects/_island.scss */
.island, .islet {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 24px;
  /* px fallback */
  padding: 1.5rem;
  background: #c5e2e6;
  border: solid 1px #3b818b;
  color: #3b818b;
}

/* line 15, sass/partials/objects/_island.scss */
.island > :last-child, .islet > :last-child {
  margin-bottom: 0;
}

/* line 18, sass/partials/objects/_island.scss */
.islet {
  padding: 12px;
  /* px fallback */
  padding: 0.75rem;
}

/* line 24, sass/partials/objects/_island.scss */
.islet h2,
.islet h3,
.islet h4 {
  margin-bottom: 12px;
  /* px fallback */
  margin-bottom: 0.75rem;
}

/* ------------------------------------
  $SPLIT
------------------------------------ */
/* line 8, sass/partials/objects/_split.scss */
.split {
  text-align: right;
  list-style: none;
  margin-left: 0;
}

/* line 13, sass/partials/objects/_split.scss */
.split__title {
  text-align: left;
  float: left;
  clear: left;
}

/* ------------------------------------
  $FONTS - project fonts
------------------------------------ */
/* $FONT ICONS */
@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/icomoon.eot");
  src: url("assets/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.svg#icomoon") format("svg"), url("assets/fonts/icomoon.woff") format("woff"), url("assets/fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 28, sass/theme/_fonts.scss */
.icon-facebook,
.icon-twitter,
.icon-google-plus,
.icon-book,
.icon-map,
.icon-gift,
.icon-quote,
.icon-arrow-right,
.icon-menu,
.icon-phone,
.icon-info,
.icon-pdf,
.icon-image {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 38, sass/theme/_fonts.scss */
.icon-facebook:before {
  content: "\e000";
}

/* line 41, sass/theme/_fonts.scss */
.icon-twitter:before {
  content: "\e001";
}

/* line 44, sass/theme/_fonts.scss */
.icon-google-plus:before {
  content: "\e002";
}

/* line 47, sass/theme/_fonts.scss */
.icon-book:before {
  content: "\e003";
}

/* line 50, sass/theme/_fonts.scss */
.icon-map:before {
  content: "\e004";
}

/* line 53, sass/theme/_fonts.scss */
.icon-gift:before {
  content: "\e005";
}

/* line 56, sass/theme/_fonts.scss */
.icon-quote:before {
  content: "\e006";
}

/* line 59, sass/theme/_fonts.scss */
.icon-arrow-right:before {
  content: "\e007";
}

/* line 62, sass/theme/_fonts.scss */
.icon-menu:before {
  content: "\e008";
}

/* line 65, sass/theme/_fonts.scss */
.icon-phone:before {
  content: "\e009";
}

/* line 68, sass/theme/_fonts.scss */
.icon-info:before {
  content: "\e00a";
}

/* line 71, sass/theme/_fonts.scss */
.icon-pdf:before {
  content: "\e00b";
}

/* line 74, sass/theme/_fonts.scss */
.icon-image:before {
  content: "\e00c";
}

/* ------------------------------------
  $BASE - project base elements
------------------------------------ */
/* line 5, sass/theme/_base.scss */
body {
  background: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 350, color-stop(0%, #e1edf0), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#e1edf0, #ffffff 350px);
  background-image: -moz-linear-gradient(#e1edf0, #ffffff 350px);
  background-image: -o-linear-gradient(#e1edf0, #ffffff 350px);
  background-image: linear-gradient(#e1edf0, #ffffff 350px);
  background-repeat: no-repeat;
}

/* ------------------------------------
  $LAYOUT - page layout items
------------------------------------ */
/* $MAX WIDTH */
/* line 6, sass/theme/_layout.scss */
.max-width {
  max-width: 68.75em;
  margin: 0 auto;
  padding: 0 1em;
}
@media screen and (min-width: 70.75em) {
  /* line 6, sass/theme/_layout.scss */
  .max-width {
    padding: 0;
  }
}

/* $SIDEBAR */
/* line 17, sass/theme/_layout.scss */
.sidebar {
  text-align: center;
}

/* ------------------------------------
  $HEADER - items only in the header
------------------------------------ */
/* $PAGE HEADER */
/* line 6, sass/theme/_header.scss */
.page-header {
  padding-top: 24px;
  /* px fallback */
  padding-top: 1.5rem;
  text-align: center;
}

/* $LOGO */
/* line 12, sass/theme/_header.scss */
.logo {
  font-size: 26px;
  font-size: 1.625rem;
  background: #304000;
  padding: 0.5em;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
/* line 18, sass/theme/_header.scss */
.logo > a {
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  /* line 12, sass/theme/_header.scss */
  .logo {
    padding: 0.5em 1em;
  }
}

/* line 26, sass/theme/_header.scss */
.logo__firstline,
.logo__secondline {
  display: block;
}

/* line 29, sass/theme/_header.scss */
.logo__firstline {
  text-transform: uppercase;
  color: white;
  border-bottom: solid 1px #98A080;
  font-size: 22px;
  font-size: 1.375rem;
}

/* line 35, sass/theme/_header.scss */
.logo__secondline {
  color: #ffe495;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
}

/* $TAGLINE */
/* line 42, sass/theme/_header.scss */
.tagline {
  font-style: italic;
  color: #666;
}
@media screen and (min-width: 40.625em) and (max-width: 48em) {
  /* line 42, sass/theme/_header.scss */
  .tagline {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 68.75em) {
  /* line 42, sass/theme/_header.scss */
  .tagline {
    margin-top: 3.9375em;
  }
}

/* $PHONE */
/* line 54, sass/theme/_header.scss */
.hd-phone {
  display: block;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
  color: black;
  text-decoration: none;
}
/* line 61, sass/theme/_header.scss */
.hd-phone:hover {
  text-decoration: none;
}
@media screen and (min-width: 68.75em) {
  /* line 54, sass/theme/_header.scss */
  .hd-phone {
    margin-top: 2.04em;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* ------------------------------------
  $FOOTER - objects only in footer
------------------------------------ */
/* $PAGE FOOTER */
/* line 6, sass/theme/_footer.scss */
.page-footer {
  text-align: center;
}

/* $FOOTER COPYRIGHT */
/* line 11, sass/theme/_footer.scss */
.footer-copy {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
}
/* line 14, sass/theme/_footer.scss */
.footer-copy a {
  color: inherit;
}
@media screen and (min-width: 55em) {
  /* line 18, sass/theme/_footer.scss */
  .footer-copy > li {
    display: inline-block;
    border-left: solid 1px #CCC;
    padding-left: 1em;
    padding-right: 1em;
  }
  /* line 23, sass/theme/_footer.scss */
  .footer-copy > li:first-child {
    border-left: none;
  }
}

/* $BACK TO TOP BUTTON */
/* line 31, sass/theme/_footer.scss */
.back-to-top__btn {
  font-size: 13px;
  font-size: 0.8125rem;
  background: #999;
  color: white;
  padding: 0.5em 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* line 38, sass/theme/_footer.scss */
.back-to-top__btn:hover {
  text-decoration: none;
}

/* ------------------------------------
  $NAV - navigation menus
------------------------------------ */
/* $MENU TOGGLE */
/* line 6, sass/theme/_nav.scss */
.menu-toggle {
  text-transform: uppercase;
  display: block;
  background: #663366;
  padding: 1em;
  color: white;
}
/* line 12, sass/theme/_nav.scss */
.menu-toggle:hover {
  text-decoration: none;
}
@media screen and (min-width: 40.625em) {
  /* line 6, sass/theme/_nav.scss */
  .menu-toggle {
    display: none;
  }
}

/* line 19, sass/theme/_nav.scss */
.menu-toggle--active {
  background: black;
}

/* $MAIN NAV WRAPPER */
/* $MAIN NAV */
/* line 29, sass/theme/_nav.scss */
.nav-main {
  display: none;
  background: #663366;
}
/* line 32, sass/theme/_nav.scss */
.no-js .nav-main {
  display: block;
}
/* line 35, sass/theme/_nav.scss */
.nav-main > li {
  border-bottom: solid 1px #994d99;
}
/* line 37, sass/theme/_nav.scss */
.nav-main > li:hover {
  background: #773c77;
}
/* line 40, sass/theme/_nav.scss */
.nav-main > li > a {
  color: white;
  padding: 1em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
/* line 44, sass/theme/_nav.scss */
.nav-main > li > a:hover {
  text-decoration: none;
}
/* line 49, sass/theme/_nav.scss */
.nav-main > .last {
  border-bottom: none;
}
@media screen and (min-width: 40.625em) {
  /* line 29, sass/theme/_nav.scss */
  .nav-main {
    display: table;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 56, sass/theme/_nav.scss */
  .nav-main > li {
    display: table-cell;
    vertical-align: middle;
    border-bottom: none;
    border-right: solid 1px #773c77;
  }
  /* line 62, sass/theme/_nav.scss */
  .nav-main > .last {
    border-right: none;
  }
}

/* ------------------------------------
  $GENERIC - generic re-usable items
------------------------------------ */
/* line 5, sass/theme/_generic.scss */
.icon-mar-r {
  margin-right: 0.25em;
}

/* $PADBOX */
/* line 10, sass/theme/_generic.scss */
.padbox {
  padding: 24px;
  /* px fallback */
  padding: 1.5rem;
  background: #3b818b;
}
/* line 13, sass/theme/_generic.scss */
.padbox > :last-child {
  margin-bottom: 0;
}

/* $LINEBREAKS */
/* line 19, sass/theme/_generic.scss */
.lb {
  border-top: dashed 1px #CCC;
}

/* $EQUAL HEIGHT COLUMNS */
/* line 24, sass/theme/_generic.scss */
.equal-height {
  overflow: hidden;
}

/* line 27, sass/theme/_generic.scss */
.equal-height__col {
  margin-bottom: -99999px !important;
  padding-bottom: 99999px!important;
}

/* $VERTICAL RHYTHM */
/* line 33, sass/theme/_generic.scss */
.vertical-rhythm--top {
  margin-top: 24px;
  /* px fallback */
  margin-top: 1.5rem;
}

/* $INTRO PARAGRAPHS */
/* line 38, sass/theme/_generic.scss */
.intro {
  font-size: 1.125em;
  font-family: Georgia, serif;
  color: black;
}

/* ------------------------------------
  $OBJECTS - misc objects
------------------------------------ */
/* $AREAS COVERED */
/* line 6, sass/theme/_objects.scss */
.areas-covered-btn {
  display: table;
  color: white;
  width: 100%;
}
/* line 11, sass/theme/_objects.scss */
.areas-covered-btn:hover {
  text-decoration: none;
}

/* line 16, sass/theme/_objects.scss */
.areas-covered-btn__txt,
.areas-covered-btn__img {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

/* line 21, sass/theme/_objects.scss */
.areas-covered-btn__txt {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: #163134;
  padding: 1em;
}
/* line 25, sass/theme/_objects.scss */
.areas-covered-btn__txt:hover {
  background: #FF7615;
}
@media screen and (min-width: 48em) and (max-width: 55em) {
  /* line 21, sass/theme/_objects.scss */
  .areas-covered-btn__txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* line 32, sass/theme/_objects.scss */
.areas-covered-btn__img {
  background: white;
}
/* line 34, sass/theme/_objects.scss */
.areas-covered-btn__img > img {
  width: 100%;
}

/* $PROFILE IMAGE */
/* line 40, sass/theme/_objects.scss */
.profile-img {
  text-align: center;
  padding: 0.5em;
  background: #dddddd;
  /* <-- solid fallback color */
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eaeaea), color-stop(100%, #d0d0d0));
  background-image: -webkit-linear-gradient(#eaeaea, #d0d0d0);
  background-image: -moz-linear-gradient(#eaeaea, #d0d0d0);
  background-image: -o-linear-gradient(#eaeaea, #d0d0d0);
  background-image: linear-gradient(#eaeaea, #d0d0d0);
  border: solid 1px #D6D6D6;
}

/* line 46, sass/theme/_objects.scss */
.profile-img--right {
  float: right;
  margin-left: 24px;
  /* px fallback */
  margin-left: 1.5rem;
}

/* $ISLAND OBJECTS */
/* line 52, sass/theme/_objects.scss */
.island, .islet {
  color: #4D4D4D;
  border-color: #EBCA5A;
  background: #F7EABD;
  background-image: linear-gradient(90deg, transparent 50%, #fcf8e9 50%);
  background-size: 2px 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 0 0 white inset, 1px 0 0 0 white inset, -1px 0 0 0 white inset, 0 1px 0 0 white inset;
  -moz-box-shadow: 0 1px 0 0 white inset, 1px 0 0 0 white inset, -1px 0 0 0 white inset, 0 1px 0 0 white inset;
  box-shadow: 0 1px 0 0 white inset, 1px 0 0 0 white inset, -1px 0 0 0 white inset, 0 1px 0 0 white inset;
}

/* $QUOTES */
/* line 66, sass/theme/_objects.scss */
.quote {
  font-family: Georgia, serif;
  font-style: italic;
  position: relative;
  border-left: 0;
  padding: 24px;
  /* px fallback */
  padding: 1.5rem;
  color: #555;
  background: #ffe495;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 30em) {
  /* line 66, sass/theme/_objects.scss */
  .quote {
    padding-left: 6em;
  }
  /* line 78, sass/theme/_objects.scss */
  .quote:before {
    content: '\201C';
    position: absolute;
    left: 24px;
    /* px fallback */
    left: 1.5rem;
    top: 50%;
    margin-top: -0.5em;
    color: #e2a800;
    height: 100%;
    font-size: 8em;
    font-style: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  }
}

/* ------------------------------------
  $BREAKPOINTS - breakpoint grids
------------------------------------ */
/* $BREAKPOINT ONE */
@media screen and (min-width: 40.625em) {
  /* line 70, sass/partials/generic/_mixins.scss */
  .bp1-g10 {
    width: 10%;
  }

  /* line 71, sass/partials/generic/_mixins.scss */
  .bp1-g15 {
    width: 15%;
  }

  /* line 72, sass/partials/generic/_mixins.scss */
  .bp1-g20 {
    width: 20%;
  }

  /* line 73, sass/partials/generic/_mixins.scss */
  .bp1-g25 {
    width: 25%;
  }

  /* line 74, sass/partials/generic/_mixins.scss */
  .bp1-g30 {
    width: 30%;
  }

  /* line 75, sass/partials/generic/_mixins.scss */
  .bp1-g33 {
    width: 33.333%;
  }

  /* line 76, sass/partials/generic/_mixins.scss */
  .bp1-g35 {
    width: 35%;
  }

  /* line 77, sass/partials/generic/_mixins.scss */
  .bp1-g40 {
    width: 40%;
  }

  /* line 78, sass/partials/generic/_mixins.scss */
  .bp1-g45 {
    width: 45%;
  }

  /* line 79, sass/partials/generic/_mixins.scss */
  .bp1-g50 {
    width: 50%;
  }

  /* line 80, sass/partials/generic/_mixins.scss */
  .bp1-g55 {
    width: 55%;
  }

  /* line 81, sass/partials/generic/_mixins.scss */
  .bp1-g60 {
    width: 60%;
  }

  /* line 82, sass/partials/generic/_mixins.scss */
  .bp1-g66 {
    width: 66.666%;
  }

  /* line 83, sass/partials/generic/_mixins.scss */
  .bp1-g65 {
    width: 65%;
  }

  /* line 84, sass/partials/generic/_mixins.scss */
  .bp1-g70 {
    width: 70%;
  }

  /* line 85, sass/partials/generic/_mixins.scss */
  .bp1-g75 {
    width: 75%;
  }

  /* line 86, sass/partials/generic/_mixins.scss */
  .bp1-g80 {
    width: 80%;
  }

  /* line 87, sass/partials/generic/_mixins.scss */
  .bp1-g85 {
    width: 85%;
  }

  /* line 88, sass/partials/generic/_mixins.scss */
  .bp1-g90 {
    width: 90%;
  }

  /* line 89, sass/partials/generic/_mixins.scss */
  .bp1-g100 {
    width: 100%;
  }

  /* line 91, sass/partials/generic/_mixins.scss */
  .bp1-display {
    display: block;
  }

  /* line 92, sass/partials/generic/_mixins.scss */
  .bp1-no-display {
    display: none;
  }

  /* line 94, sass/partials/generic/_mixins.scss */
  .bp1-media__body {
    overflow: hidden;
  }

  /* line 95, sass/partials/generic/_mixins.scss */
  .bp1-media__img {
    float: left;
    margin-right: 24px;
    /* px fallback */
    margin-right: 1.5rem;
  }

  /* line 8, sass/theme/_breakpoints.scss */
  .bp1-table {
    display: table;
    width: 100%;
  }

  /* line 12, sass/theme/_breakpoints.scss */
  .bp1-table__cell {
    display: table-cell;
    vertical-align: middle;
  }

  /* line 16, sass/theme/_breakpoints.scss */
  .bp1-media__body {
    overflow: hidden;
  }

  /* line 19, sass/theme/_breakpoints.scss */
  .bp1-media__img {
    float: left;
    margin-right: 24px;
    /* px fallback */
    margin-right: 1.5rem;
  }
}
/* $BREAKPOINT TWO */
@media screen and (min-width: 48em) {
  /* line 70, sass/partials/generic/_mixins.scss */
  .bp2-g10 {
    width: 10%;
  }

  /* line 71, sass/partials/generic/_mixins.scss */
  .bp2-g15 {
    width: 15%;
  }

  /* line 72, sass/partials/generic/_mixins.scss */
  .bp2-g20 {
    width: 20%;
  }

  /* line 73, sass/partials/generic/_mixins.scss */
  .bp2-g25 {
    width: 25%;
  }

  /* line 74, sass/partials/generic/_mixins.scss */
  .bp2-g30 {
    width: 30%;
  }

  /* line 75, sass/partials/generic/_mixins.scss */
  .bp2-g33 {
    width: 33.333%;
  }

  /* line 76, sass/partials/generic/_mixins.scss */
  .bp2-g35 {
    width: 35%;
  }

  /* line 77, sass/partials/generic/_mixins.scss */
  .bp2-g40 {
    width: 40%;
  }

  /* line 78, sass/partials/generic/_mixins.scss */
  .bp2-g45 {
    width: 45%;
  }

  /* line 79, sass/partials/generic/_mixins.scss */
  .bp2-g50 {
    width: 50%;
  }

  /* line 80, sass/partials/generic/_mixins.scss */
  .bp2-g55 {
    width: 55%;
  }

  /* line 81, sass/partials/generic/_mixins.scss */
  .bp2-g60 {
    width: 60%;
  }

  /* line 82, sass/partials/generic/_mixins.scss */
  .bp2-g66 {
    width: 66.666%;
  }

  /* line 83, sass/partials/generic/_mixins.scss */
  .bp2-g65 {
    width: 65%;
  }

  /* line 84, sass/partials/generic/_mixins.scss */
  .bp2-g70 {
    width: 70%;
  }

  /* line 85, sass/partials/generic/_mixins.scss */
  .bp2-g75 {
    width: 75%;
  }

  /* line 86, sass/partials/generic/_mixins.scss */
  .bp2-g80 {
    width: 80%;
  }

  /* line 87, sass/partials/generic/_mixins.scss */
  .bp2-g85 {
    width: 85%;
  }

  /* line 88, sass/partials/generic/_mixins.scss */
  .bp2-g90 {
    width: 90%;
  }

  /* line 89, sass/partials/generic/_mixins.scss */
  .bp2-g100 {
    width: 100%;
  }

  /* line 91, sass/partials/generic/_mixins.scss */
  .bp2-display {
    display: block;
  }

  /* line 92, sass/partials/generic/_mixins.scss */
  .bp2-no-display {
    display: none;
  }

  /* line 94, sass/partials/generic/_mixins.scss */
  .bp2-media__body {
    overflow: hidden;
  }

  /* line 95, sass/partials/generic/_mixins.scss */
  .bp2-media__img {
    float: left;
    margin-right: 24px;
    /* px fallback */
    margin-right: 1.5rem;
  }

  /* line 28, sass/theme/_breakpoints.scss */
  .bp2-media__body {
    overflow: hidden;
  }

  /* line 31, sass/theme/_breakpoints.scss */
  .bp2-media__img {
    float: left;
    margin-right: 24px;
    /* px fallback */
    margin-right: 1.5rem;
  }

  /* line 35, sass/theme/_breakpoints.scss */
  .bp2-media__img--right {
    float: right;
    margin-left: 24px;
    /* px fallback */
    margin-left: 1.5rem;
  }
}
/* $BREAKPOINT THREE */
@media screen and (min-width: 55em) {
  /* line 70, sass/partials/generic/_mixins.scss */
  .bp3-g10 {
    width: 10%;
  }

  /* line 71, sass/partials/generic/_mixins.scss */
  .bp3-g15 {
    width: 15%;
  }

  /* line 72, sass/partials/generic/_mixins.scss */
  .bp3-g20 {
    width: 20%;
  }

  /* line 73, sass/partials/generic/_mixins.scss */
  .bp3-g25 {
    width: 25%;
  }

  /* line 74, sass/partials/generic/_mixins.scss */
  .bp3-g30 {
    width: 30%;
  }

  /* line 75, sass/partials/generic/_mixins.scss */
  .bp3-g33 {
    width: 33.333%;
  }

  /* line 76, sass/partials/generic/_mixins.scss */
  .bp3-g35 {
    width: 35%;
  }

  /* line 77, sass/partials/generic/_mixins.scss */
  .bp3-g40 {
    width: 40%;
  }

  /* line 78, sass/partials/generic/_mixins.scss */
  .bp3-g45 {
    width: 45%;
  }

  /* line 79, sass/partials/generic/_mixins.scss */
  .bp3-g50 {
    width: 50%;
  }

  /* line 80, sass/partials/generic/_mixins.scss */
  .bp3-g55 {
    width: 55%;
  }

  /* line 81, sass/partials/generic/_mixins.scss */
  .bp3-g60 {
    width: 60%;
  }

  /* line 82, sass/partials/generic/_mixins.scss */
  .bp3-g66 {
    width: 66.666%;
  }

  /* line 83, sass/partials/generic/_mixins.scss */
  .bp3-g65 {
    width: 65%;
  }

  /* line 84, sass/partials/generic/_mixins.scss */
  .bp3-g70 {
    width: 70%;
  }

  /* line 85, sass/partials/generic/_mixins.scss */
  .bp3-g75 {
    width: 75%;
  }

  /* line 86, sass/partials/generic/_mixins.scss */
  .bp3-g80 {
    width: 80%;
  }

  /* line 87, sass/partials/generic/_mixins.scss */
  .bp3-g85 {
    width: 85%;
  }

  /* line 88, sass/partials/generic/_mixins.scss */
  .bp3-g90 {
    width: 90%;
  }

  /* line 89, sass/partials/generic/_mixins.scss */
  .bp3-g100 {
    width: 100%;
  }

  /* line 91, sass/partials/generic/_mixins.scss */
  .bp3-display {
    display: block;
  }

  /* line 92, sass/partials/generic/_mixins.scss */
  .bp3-no-display {
    display: none;
  }

  /* line 94, sass/partials/generic/_mixins.scss */
  .bp3-media__body {
    overflow: hidden;
  }

  /* line 95, sass/partials/generic/_mixins.scss */
  .bp3-media__img {
    float: left;
    margin-right: 24px;
    /* px fallback */
    margin-right: 1.5rem;
  }
}
/* $BREAKPOINT FOUR */
@media screen and (min-width: 60em) {
  /* line 70, sass/partials/generic/_mixins.scss */
  .bp4-g10 {
    width: 10%;
  }

  /* line 71, sass/partials/generic/_mixins.scss */
  .bp4-g15 {
    width: 15%;
  }

  /* line 72, sass/partials/generic/_mixins.scss */
  .bp4-g20 {
    width: 20%;
  }

  /* line 73, sass/partials/generic/_mixins.scss */
  .bp4-g25 {
    width: 25%;
  }

  /* line 74, sass/partials/generic/_mixins.scss */
  .bp4-g30 {
    width: 30%;
  }

  /* line 75, sass/partials/generic/_mixins.scss */
  .bp4-g33 {
    width: 33.333%;
  }

  /* line 76, sass/partials/generic/_mixins.scss */
  .bp4-g35 {
    width: 35%;
  }

  /* line 77, sass/partials/generic/_mixins.scss */
  .bp4-g40 {
    width: 40%;
  }

  /* line 78, sass/partials/generic/_mixins.scss */
  .bp4-g45 {
    width: 45%;
  }

  /* line 79, sass/partials/generic/_mixins.scss */
  .bp4-g50 {
    width: 50%;
  }

  /* line 80, sass/partials/generic/_mixins.scss */
  .bp4-g55 {
    width: 55%;
  }

  /* line 81, sass/partials/generic/_mixins.scss */
  .bp4-g60 {
    width: 60%;
  }

  /* line 82, sass/partials/generic/_mixins.scss */
  .bp4-g66 {
    width: 66.666%;
  }

  /* line 83, sass/partials/generic/_mixins.scss */
  .bp4-g65 {
    width: 65%;
  }

  /* line 84, sass/partials/generic/_mixins.scss */
  .bp4-g70 {
    width: 70%;
  }

  /* line 85, sass/partials/generic/_mixins.scss */
  .bp4-g75 {
    width: 75%;
  }

  /* line 86, sass/partials/generic/_mixins.scss */
  .bp4-g80 {
    width: 80%;
  }

  /* line 87, sass/partials/generic/_mixins.scss */
  .bp4-g85 {
    width: 85%;
  }

  /* line 88, sass/partials/generic/_mixins.scss */
  .bp4-g90 {
    width: 90%;
  }

  /* line 89, sass/partials/generic/_mixins.scss */
  .bp4-g100 {
    width: 100%;
  }

  /* line 91, sass/partials/generic/_mixins.scss */
  .bp4-display {
    display: block;
  }

  /* line 92, sass/partials/generic/_mixins.scss */
  .bp4-no-display {
    display: none;
  }

  /* line 94, sass/partials/generic/_mixins.scss */
  .bp4-media__body {
    overflow: hidden;
  }

  /* line 95, sass/partials/generic/_mixins.scss */
  .bp4-media__img {
    float: left;
    margin-right: 24px;
    /* px fallback */
    margin-right: 1.5rem;
  }
}
/* ------------------------------------
  $SLIDER - responsive slider
------------------------------------ */
/* $SLIDE CONTAINER */
/* $SLIDER */
/* line 11, sass/theme/_slider.scss */
.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 19, sass/theme/_slider.scss */
.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 26, sass/theme/_slider.scss */
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

/* line 31, sass/theme/_slider.scss */
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* RESPONSIVE SLIDES NAV BUTTONS */
/* line 40, sass/theme/_slider.scss */
.rslides-wrap {
  position: relative;
}

/* line 43, sass/theme/_slider.scss */
.centered-btns_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 24px;
  left: 0;
  overflow: hidden;
  text-decoration: none;
  background: #663366;
  color: #FFF;
  padding: 0 0.3125em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* line 55, sass/theme/_slider.scss */
.centered-btns_nav:active {
  opacity: 1.0;
}

/* line 58, sass/theme/_slider.scss */
.centered-btns_nav.next {
  left: auto;
  right: 0;
}

/* line 62, sass/theme/_slider.scss */
.centered-btns_nav:focus {
  outline: none;
}

/* RESPONSIVE SLIDES PAGER */
/* line 67, sass/theme/_slider.scss */
.centered-btns_tabs {
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
  position: absolute;
  bottom: 24px;
  /* px fallback */
  bottom: 1.5rem;
  left: 24px;
  /* px fallback */
  left: 1.5rem;
  right: 24px;
  /* px fallback */
  right: 1.5rem;
}
@media screen and (min-width: 40.625em) {
  /* line 67, sass/theme/_slider.scss */
  .centered-btns_tabs {
    text-align: left;
  }
}

/* line 81, sass/theme/_slider.scss */
.centered-btns_tabs li {
  display: inline-block;
  margin-right: 0.5em;
}
/* line 84, sass/theme/_slider.scss */
.centered-btns_tabs li:last-child {
  margin-right: 0;
}

/* line 88, sass/theme/_slider.scss */
.centered-btns_tabs a {
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: white;
  /* fallback for non-RGBa browsers */
  background: rgba(255, 255, 255, 0.75);
  display: inline-block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 1em;
  height: 1em;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

/* active pager */
/* line 100, sass/theme/_slider.scss */
.centered-btns_here a {
  background: #ffe495;
}

/* $SLIDE TEXT */
/* line 105, sass/theme/_slider.scss */
.slidetxt {
  display: none;
}
@media screen and (min-width: 40.625em) {
  /* line 105, sass/theme/_slider.scss */
  .slidetxt {
    display: block;
    color: #222;
    position: absolute;
    bottom: 24px;
    /* px fallback */
    bottom: 1.5rem;
    right: 24px;
    /* px fallback */
    right: 1.5rem;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 118, sass/theme/_slider.scss */
.slidetxt__firstline,
.slidetxt__secondline {
  float: right;
  font-family: Georgia, serif;
  padding-left: 12px;
  /* px fallback */
  padding-left: 0.75rem;
  padding-right: 12px;
  /* px fallback */
  padding-right: 0.75rem;
}

/* line 124, sass/theme/_slider.scss */
.slidetxt__firstline {
  background: white;
  /* fallback for non-RGBa browsers */
  background: rgba(255, 255, 255, 0.85);
  font-size: 32px;
  font-size: 2rem;
}

/* line 128, sass/theme/_slider.scss */
.slidetxt__secondline {
  clear: both;
  background: #663366;
  /* fallback for non-RGBa browsers */
  background: rgba(102, 51, 102, 0.85);
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffe495;
  font-style: italic;
}

/* ------------------------------------
  $CONTACT FORM 7
------------------------------------ */
/* line 4, sass/theme/_contact-form7.scss */
.wpcf7-response-output {
  border: 1px solid #CCC;
  padding: 0.25em 1em;
  background: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 10, sass/theme/_contact-form7.scss */
.wpcf7-mail-sent-ok {
  border-color: #B9FF28;
  background: #E8FFB7;
  color: #669900;
}

/* line 16, sass/theme/_contact-form7.scss */
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  border-color: #FF7777;
  background: #FFCACA;
  color: #CA0000;
}

/* line 22, sass/theme/_contact-form7.scss */
.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip-no-ajax {
  display: block;
  color: #CA0000;
  padding: 0 1em;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 28, sass/theme/_contact-form7.scss */
.wpcf7-display-none {
  display: none;
}
