/*
========================
defaults/_clearfix.scss
========================
*/
.clear:before, .clear:after {
  content: ' ';
  display: table;
}

.clear {
  *zoom: 1;
}

.clear:after {
  clear: both;
}

/*
========================
defaults/_misc.scss
========================
*/
::selection {
  background: #ff6;
  color: #333;
  text-shadow: none;
}

::-moz-selection {
  background: #ff6;
  color: #333;
  text-shadow: none;
}

::-webkit-selection {
  background: #ff6;
  color: #333;
  text-shadow: none;
}

/*
========================
defaults/_print.scss
========================
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
========================
defaults/_reset.scss
========================
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
=========================
defaults/_typography.scss
=========================
*/
body {
  font-family: "futura-pt",sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #808080;
}

p {
  margin: 0 0 1rem 0;
  border: 0;
  padding: 0;
}

p.description {
  font-size: 1.375rem;
  font-weight: 300;
  margin: 0;
  border: 0;
  padding: 0;
}

.article-info {
  font-size: 1.0rem;
  font-weight: 300;
  margin: 0;
  border: 0;
  padding: 0.25em 0 0 0;
}

.addthis_sharing_toolbox {
  display: block;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 56.5em) {
  .addthis_sharing_toolbox {
    float: right;
    margin-top: 0;
  }
}

a {
  color: #8dc63f;
  text-decoration: none;
}

a:visited {
  color: #8dc63f;
}

a:hover, a:focus, a.ancestor {
  color: #00aca2;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  border: 0;
  padding: 0;
}

.main__content ul {
  list-style: square;
  margin: 0 0 1rem 2rem;
  border: 0;
  padding: 0;
}

.main__content ul li {
  list-style: square;
}

.main__content ol {
  margin: 0 0 1rem 2rem;
  border: 0;
  padding: 0;
}

.main__content ol li {
  list-style: decimal;
}

dl, dt, dd {
  margin: 0;
  border: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h1, .alpha {
  line-height: 1.75rem;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 0.5rem 0;
  border: 0;
  padding: 0;
  color: #00aca2;
}

h2, .beta {
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.5rem;
  margin: 0 0 0.5rem 0;
  border: 0;
  padding: 0;
}

h3, .gamma {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.25rem;
  margin: 0 0 0.5rem 0;
  border: 0;
  padding: 0;
}

h4, .delta {
  font-size: 1.125rem;
}

h5, .epsilon {
  font-size: 1rem;
}

/*
CUSTOM AND TEMPORARY STUFF
*/
/*
========================
layout\_layout_master.scss
========================
*/
* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
  font-size: 100%;
}

body {
  height: 100%;
  background: #fff;
}

.screen__nav-top--fixed {
  background: #808080;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.screen--scrolling {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -160px 0;
}

.screen__header-content {
  width: 100%;
  padding: 0px 0px 160px 0px;
}

.screen__header {
  border-bottom: 1px #808080 solid;
}

.screen__content {
  padding: 0px 0px 16px 0px;
  padding: 0rem 0rem 1rem 0rem;
  min-height: 50%;
}

.screen__footer--sticky {
  width: 100%;
  height: 400px;
  background: #808080;
}

@media only screen and (min-width: 56.5em) {
  .screen__footer--sticky {
    height: 160px;
  }
}

.screen__nav-bottom {
  border-bottom: 1px #fff solid;
  width: 100%;
}

.page {
  max-width: 75rem;
  margin: 0 auto;
}

.page--header {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 56.5em) {
  .page--content.layout__group--table-rtl {
    display: table;
    width: 100%;
    vertical-align: top;
    direction: ltr;
  }
}

@media only screen and (min-width: 56.5em) {
  .page__primary.layout__item {
    display: table-cell;
    vertical-align: top;
    direction: ltr;
  }
}

.page__secondary.layout__item {
  min-width: 312px;
  min-width: 19.5rem;
}

@media only screen and (min-width: 56.5em) {
  .page__secondary.layout__item {
    display: table-cell;
    vertical-align: top;
    direction: ltr;
    min-width: 296px;
    min-width: 18.5rem;
  }
}

.page--footer {
  margin-top: 16px;
  margin-top: 1rem;
}

/*
===========================
layout\_layout_header.scss
===========================
*/
.page.page--header .header .header__logo {
  margin: 16px;
  margin: 1rem;
}

@media screen and (min-width: 46rem) {
  .page.page--header .header .header__logo {
    float: left;
    min-width: 280px;
    min-width: 17.5rem;
    max-width: 384px;
    max-width: 24rem;
    margin-right: 8px;
    margin-right: 0.5rem;
  }
}

.page.page--header .header .header__logo .logo {
  border: none;
  max-width: 100%;
  width: 100%;
  width: 600px;
}

.page.page--header .header .header__telephone {
  margin: 16px 16px 0px 16px;
  margin: 1rem 1rem 0rem 1rem;
}

.page.page--header .header .header__telephone p {
  margin-top: 0;
}

.page.page--header .header .header__telephone a.telephone {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  display: block;
  color: #8dc63f;
  margin: 0;
  padding: 0;
  text-align: left;
}

.page.page--header .header .header__telephone a.telephone:visited {
  color: #8dc63f;
}

.page.page--header .header .header__telephone a.telephone:hover, .page.page--header .header .header__telephone a.telephone:focus, .page.page--header .header .header__telephone a.telephone.ancestor {
  color: #00aca2;
}

.page.page--header .header .header__telephone .office {
  color: #808080;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}

@media screen and (min-width: 46rem) {
  .page.page--header .header .header__telephone {
    float: right;
    min-width: 17.5rem;
    max-width: 17.5rem;
    padding: 0 1rem;
    margin-left: 0.5rem;
    color: #fff;
  }
  .page.page--header .header .header__telephone p {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
}

/*
========================
layout\_layout_content.scss
========================
*/
.page__primary > .content__header {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 16px;
  padding: 1rem;
  border-bottom: 1px #808080 solid;
}

.page__primary > .content__traverse {
  padding: 0px 16px;
  padding: 0rem 1rem;
}

.page__primary > .content__main-aside.layout__group--table-ltr {
  min-width: 312px;
  min-width: 19.5rem;
}

@media only screen and (min-width: 19.5em) {
  .page__primary > .content__main-aside.layout__group--table-ltr {
    display: table;
    width: 100%;
    vertical-align: top;
    direction: ltr;
  }
}

@media only screen and (min-width: 38em) {
  .page__primary > .content__main-aside .main {
    display: table-cell;
    vertical-align: top;
    direction: ltr;
  }
}

.page__primary > .content__main-aside .main .main__content {
  min-width: 280px;
  min-width: 17.5rem;
  margin: 0px 16px;
  margin: 0rem 1rem;
}

@media only screen and (min-width: 38em) {
  .page__primary > .content__main-aside .sidebar {
    display: table-cell;
    vertical-align: top;
    direction: ltr;
  }
}

.page__primary > .content__main-aside .sidebar .sidebar__inner {
  min-width: 17.5rem;
  margin: 1rem;
}

@media only screen and (min-width: 38em) {
  .page__primary > .content__main-aside .sidebar .sidebar__inner {
    max-width: 280px;
    max-width: 17.5rem;
    margin-left: 0;
    margin-top: 0;
  }
}

.page__secondary > .content__sidebar {
  min-width: 280px;
  min-width: 17.5rem;
  margin: 16px;
  margin: 1rem;
}

@media only screen and (min-width: 56.5em) {
  .page__secondary > .content__sidebar {
    max-width: 280px;
    max-width: 17.5rem;
    margin-right: 0;
  }
}

/*
===========================
layout\_layout_footer.scss
===========================
*/
.footer {
  margin: 16px;
  margin: 1rem;
}

@media only screen and (min-width: 56.5em) {
  .footer {
    display: table;
    width: 100%;
    vertical-align: top;
    direction: ltr;
    max-width: 1168px;
    max-width: 73rem;
    margin: 0;
  }
}

.footer p,
.footer li {
  margin: 8px 16px;
  margin: 0.5rem 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  color: #fff;
}

.footer__inner--left {
  text-align: center;
  min-width: 280px;
  min-width: 17.5rem;
}

@media only screen and (min-width: 56.5em) {
  .footer__inner--left {
    display: table-cell;
    vertical-align: top;
    direction: ltr;
    max-width: 296px;
    max-width: 18.5rem;
    text-align: left;
  }
  .footer__inner--left img {
    margin-left: 16px;
    margin-left: 1rem;
  }
}

.footer__inner--middle {
  text-align: center;
  min-width: 280px;
  min-width: 17.5rem;
}

@media only screen and (min-width: 56.5em) {
  .footer__inner--middle {
    display: table-cell;
    vertical-align: top;
    direction: ltr;
    max-width: 576px;
    max-width: 36rem;
  }
}

.footer__inner--right {
  text-align: center;
  min-width: 280px;
  min-width: 17.5rem;
}

@media only screen and (min-width: 56.5em) {
  .footer__inner--right {
    display: table-cell;
    vertical-align: top;
    direction: ltr;
    max-width: 296px;
    max-width: 18.5rem;
    text-align: right;
  }
}

.feature.layout--list .layout__item {
  margin-bottom: 1rem;
}

.feature.layout--gallery .layout__group {
  float: left;
  margin: 0;
  margin-left: -16px;
  margin-left: -1rem;
  padding: 0;
}

.feature.layout--gallery .layout__item {
  float: left;
  width: 280px;
  width: 17.5rem;
  margin: 0px 0px 16px 16px;
  margin: 0rem 0rem 1rem 1rem;
  padding: 0;
  min-height: 280px;
  min-height: 17.5rem;
}

/*
===========================
features_global\_buttons.scss
===========================
*/
.btn {
  display: block;
  min-width: 17.5rem;
  margin: 0;
  padding: 0.75rem;
  border: 0;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 1.75rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  /* Themes */
}

.btn.pink {
  background-color: #dc9;
  color: #fff;
}

.btn.pink:hover {
  background-color: #d0b973;
  color: #fff;
}

.btn.pink:active {
  background-color: #f7f2e6;
  color: #fff;
}

.btn.orange {
  background-color: #db9233;
  color: #fff;
}

.btn.orange:hover {
  background-color: #ba7821;
  color: #fff;
}

.btn.orange:active {
  background-color: #eac08a;
  color: #fff;
}

.btn.blue {
  background-color: #00aca2;
  color: #fff;
}

.btn.blue:hover {
  background-color: #007972;
  color: #fff;
}

.btn.blue:active {
  background-color: #13fff1;
  color: #fff;
}

.btn.green {
  background-color: #8dc63f;
  color: #fff;
}

.btn.green:hover {
  background-color: #72a230;
  color: #fff;
}

.btn.green:active {
  background-color: #bcdd8e;
  color: #fff;
}

.btn.purple {
  background-color: #5c3986;
  color: #fff;
}

.btn.purple:hover {
  background-color: #432a62;
  color: #fff;
}

.btn.purple:active {
  background-color: #8f67be;
  color: #fff;
}

.btn.white {
  background-color: #fff;
  color: #fff;
}

.btn.white:hover {
  background-color: #e6e5e5;
  color: #fff;
}

.btn.white:active {
  background-color: white;
  color: #fff;
}

/*
===========================
features_global\_search_global.scss
===========================
*/
.feature.searchbox,
.feature.searchbox .content form,
.feature.searchbox .content fieldset {
  background: #fff;
  margin: 0;
  padding: 0;
  border: 0;
}

.feature.searchbox p.btn {
  cursor: auto;
}

.feature.searchbox .content .search--input {
  float: left;
  width: 70%;
  margin: 0;
  border: solid 1px #fff;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 1rem;
  color: #999;
}

.feature.searchbox .content .search--submit {
  float: right;
  width: 20%;
  margin: 0;
  padding: 0.5rem;
  border: solid 1px #999;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: normal;
  cursor: pointer;
  background: #fff;
  color: #999;
}

/*
=====================================
features_global/_nav_global_top.scss
=====================================
*/
.nav__top {
  padding: 0;
  /*
		====================================
		Start burger menu - used for small screens
		====================================
		*/
  /*
		============================
		Start menu
		============================
		*/
}

.nav__top .menu-controls {
  float: left;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}

.nav__top .menu-controls #burger {
  float: right;
  width: auto;
  margin: 0;
  border: 0;
  padding: 8px;
  padding: 0.5rem;
  color: #fff;
  font-weight: normal;
  font-size: 19.2px;
  font-size: 1.2rem;
  cursor: pointer;
  background: transparent;
}

@media screen and (min-width: 56.5em) {
  .nav__top .menu-controls {
    display: none;
  }
}

.nav__top ul {
  display: none;
}

.nav__top ul li a {
  color: #fff;
  border: 0;
  display: block;
  padding: 10px;
  padding: 0.625rem;
  margin: 0px 2px;
  margin: 0rem 0.125rem;
  text-align: left;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: #000;
  background: rgba(0, 0, 0, 0);
}

.nav__top ul li a:hover, .nav__top ul li a.ancestor {
  background: #000;
  background: rgba(0, 0, 0, 0.2);
  color: #8dc63f;
}

@media screen and (min-width: 56.5em) {
  .nav__top ul {
    margin: 0;
    display: table;
    width: 100%;
  }
  .nav__top ul li {
    display: table-cell;
  }
  .nav__top ul li a {
    text-align: center;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    background: #000;
    background: rgba(0, 0, 0, 0);
  }
  .nav__top ul li a:hover, .nav__top ul li a.ancestor {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #8dc63f;
  }
}

/*
=======================================
features_global/_nav_global_bottom.scss
=======================================
*/
.nav__bottom {
  padding: 0;
  /*
		============================
		Start menu
		============================
		*/
}

.nav__bottom ul {
  display: block;
}

.nav__bottom ul li a {
  color: #fff;
  border: 0;
  display: block;
  padding: 10px;
  padding: 0.625rem;
  margin: 0px 2px;
  margin: 0rem 0.125rem;
  text-align: left;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: #000;
  background: rgba(0, 0, 0, 0);
}

.nav__bottom ul li a:hover, .nav__bottom ul li a.ancestor {
  background: #000;
  background: rgba(0, 0, 0, 0.2);
  color: #8dc63f;
}

@media screen and (min-width: 56.5em) {
  .nav__bottom ul {
    margin: 0;
    display: table;
    width: 100%;
  }
  .nav__bottom ul li {
    display: table-cell;
  }
  .nav__bottom ul li a {
    text-align: center;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    background: #000;
    background: rgba(0, 0, 0, 0);
  }
  .nav__bottom ul li a:hover, .nav__bottom ul li a.ancestor {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #8dc63f;
  }
}

/*
===========================
features_local\_feature_master.scss
===========================
*/
.feature {
  overflow: hidden;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.feature__title h2 {
  margin-top: 0;
}

.feature__content {
  border: 0;
  margin: 0;
  padding: 0;
}

.feature-item {
  overflow: hidden;
}

.feature__content p {
  margin-top: 0;
}

.feature__content img {
  width: 100%;
  border: 1px #eee solid;
}

article.feature-item {
  margin-bottom: 1rem;
}

.feature__content a.content__thumbnail {
  float: left;
}

.feature__content a.content__thumbnail img {
  width: 100%;
}

.feature__content dl {
  width: 100%;
}

.sidebar__outer .feature__title {
  background: #808080;
}

.sidebar__outer .feature__content {
  background: #666;
}

.sidebar__outer .feature__content a.thumbnail {
  display: block;
  margin-bottom: 1rem;
  border-bottom: none;
}

.sidebar__outer .feature__content p {
  padding: 0.5rem;
}

.sidebar__outer .feature__content dt {
  padding: 0.5rem;
}

.sidebar__outer .feature__content dd {
  padding: 0.5rem;
  padding-top: 0;
}

.sidebar__outer .feature__content li {
  padding: 0.5rem;
}

.sidebar__outer .feature__content li img {
  max-width: 100%;
}

/*
	SIDEBAR INNER
 */
.page__primary .sidebar__inner h2,
.page__secondary .sidebar__inner h2 {
  font-size: 1.25rem;
}

.page__secondary .sidebar__inner .navcontainer h2 {
  font-size: 1.5rem;
}

.page__primary .sidebar__inner .feature.diy h2 {
  color: #00aca2;
}

.page__primary .sidebar__inner .feature__title,
.page__secondary .sidebar__inner .feature__title {
  border-bottom: 1px #808080 solid;
  margin-bottom: 0.5rem;
}

.page__primary .sidebar__inner .feature.diy {
  background: #eee;
  padding: 12px;
}

.page__primary .sidebar__inner .feature.image .feature__title,
.page__primary .sidebar__inner .feature.diy .feature__title {
  border-bottom: 0;
  margin-bottom: 0;
}

.feature.navcontainer .title h2 {
  border-bottom: dotted 1px #fff;
  padding: 0;
}

.feature.navcontainer .title h2 a {
  display: block;
  padding: 0.5rem;
  border-bottom: none;
}

.feature.navcontainer .content li {
  padding: 0;
}

.feature.navcontainer .content li li {
  padding-left: 1rem;
}

.feature.navcontainer .content a {
  display: block;
  padding: 0.5rem;
  border-bottom: none;
}

.feature.navcontainer .content a.current {
  color: #00aca2;
}

.feature.navcontainer .content a:hover, .feature.navcontainer .content a:hover.ancestor, .feature.navcontainer .content a:hover.current {
  color: #00aca2;
}

/* EXCEPTION FOR THUMBS ONLY - NO BOTTOM MARGIN */
.sidebar__outer .feature.thumbs .content a.thumbnail {
  margin-bottom: 0;
}

/* START GALLERY LAYOUT */
.feature.layout--gallery dl {
  float: left;
  width: 280px;
  width: 17.5rem;
  min-height: 160px;
  min-height: 10rem;
}

.feature.layout--gallery dt {
  float: left;
  display: block;
  width: 280px;
  width: 17.5rem;
  margin: 0;
  border: 0;
  padding: 3px 0;
}

.feature.layout--gallery dt a {
  width: 280px;
  width: 17.5rem;
  margin: 0;
  border: 0;
  padding: 8px 0px;
  padding: 0.5rem 0rem;
}

.feature.layout--gallery dd {
  float: left;
  width: 280px;
  width: 17.5rem;
  margin: 0;
  border: 0;
  padding: 0;
}

/* END GALLERY LAYOUT */
.feature.feature--links-index.layout--list .layout__item {
  float: left;
  display: block;
  width: 100%;
}

.feature.feature--links-index.layout--list .layout__item .content__thumbnail {
  margin-right: 1em;
}

.page__secondary .feature.feature--links-index.layout--list .layout__item .content__thumbnail {
  margin-right: 0;
}

/* EXCEPTION FOR THUMBS ONLY - NO BOTTOM MARGIN */
.sidebar__outer .feature.thumbs .content a.thumbnail {
  margin-bottom: 0;
}

/* EXCEPTION FOR TESTIMONIAL */
.sidebar__inner .feature.testimonial {
  background: #eee;
  padding: 24px;
}

.sidebar__inner .feature.testimonial .feature__title {
  border: 0;
  margin-bottom: 0;
}

.sidebar__inner .feature.testimonial .feature__title h2 {
  color: #00aca2;
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 0;
}

.sidebar__inner .feature.testimonial .feature__item .title a {
  background: url("/_templates/basic038/images/back_quote_r.png") top left no-repeat;
  color: #00aca2;
  padding: 6px 0 0 30px;
}

/* START GALLERY LAYOUT */
.feature.gallery_layout ul {
  float: left;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  list-style-type: none;
}

.feature.gallery_layout ul li.row {
  float: left;
  width: 100%;
  margin: 0px 0px 16px 0px;
  margin: 0rem 0rem 1rem 0rem;
  border: 0;
  padding: 0;
}

.feature.gallery_layout ul li.row ul {
  background: transparent;
}

.feature.gallery_layout ul li.row ul li {
  float: left;
  width: 280px;
  width: 17.5rem;
  margin: 0px 16px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
  border: 0;
  padding: 0;
}

.feature.gallery_layout ul li.row ul li.last {
  margin-right: 0;
}

.feature.gallery_layout ul li.row ul li.item img {
  float: left;
  width: 280px;
  width: 17.5rem;
  margin: 0;
  border: 0;
  padding: 0;
}

.feature.gallery_layout ul li.row ul li.item p {
  float: left;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 5px 0;
}

.feature.gallery_layout ul li.row ul li.item p a {
  float: left;
  width: auto;
  margin: -5px 0;
  border: 0;
  padding: 5px 0;
  font-weight: bold;
  text-decoration: none;
}

.feature.gallery_layout dl {
  float: left;
  width: 280px;
  width: 17.5rem;
  margin: 0px 16px 0px 0px;
  margin: 0rem 1rem 0rem 0rem;
  border: 0;
  padding: 0;
}

.feature.gallery_layout dt {
  float: left;
  width: 280px;
  width: 17.5rem;
  margin: 0;
  border: 0;
  padding: 0;
}

.feature.gallery_layout dt a {
  float: left;
  width: 280px;
  width: 17.5rem;
  margin: 0;
  border: 0;
  padding: 5px 0;
}

.feature.gallery_layout dd {
  float: left;
  width: 280px;
  width: 17.5rem;
  margin: 0;
  border: 0;
  padding: 0;
}

/* END GALLERY LAYOUT */
a.icon.rss {
  background: url("/_templates/basic038/images/icon_16_rss_bw.png") left 3px no-repeat;
  padding-left: 2rem;
}

a:hover.icon.rss {
  background: url("/_templates/basic038/images/icon_16_rss.png") left 3px no-repeat;
}

/* START MIDDLE FORM ELEMENTS */
form .error {
  background: #ffff00;
}

form li,
.main__inner form li {
  list-style: none;
}

legend {
  list-style: none;
}

fieldset {
  margin: 6px 6px 24px 6px;
  border-color: #ccc;
}

.main__content form li {
  list-style: none;
}

form li label {
  margin: 8px 24px 8px 24px;
  margin: 0.5rem 1.5rem 0.5rem 1.5rem;
  display: inline-block;
  width: 20%;
}

.main__content form li label {
  width: 40%;
}

form li label.file {
  width: 5%;
}

input {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  display: inline-block;
}

input[type=text] {
  width: 60%;
}

input[type=submit] {
  padding: 8px;
  padding: 0.5rem;
  border: 0;
  color: #fff;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #666;
}

input[type=file] {
  padding: 8px;
  padding: 0.5rem;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  width: 60%;
}

textarea {
  margin: 8px 0px;
  margin: 0.5rem 0rem;
  width: 60%;
}

select {
  display: inline-block;
  width: 60%;
}

input[type=text] + label {
  clear: left;
}

.feature .content input[type=checkbox] {
  border: 0;
}

.feature .content input[type=radio] {
  border: 0;
}

/* END MIDDLE FORM ELEMENTS */
a.icon.rss {
  background: url("/_templates/basic038/images/icon_16_rss_bw.png") left 3px no-repeat;
  padding-left: 2rem;
}

a:hover.icon.rss {
  background: url("/_templates/basic038/images/icon_16_rss.png") left 3px no-repeat;
}

.feature.list_layout.downloads .thumbnail {
  display: block;
  width: 268px;
  margin-bottom: 0.5em;
}

.feature.list_layout.downloads a.icon.pdf {
  background: url("/_templates/basic038/images/icon_16_pdf_bw.png") left 3px no-repeat;
  padding-left: 2rem;
}

.feature.list_layout.downloads a:hover.icon.pdf {
  background: url("/_templates/basic038/images/icon_16_pdf.png") left 3px no-repeat;
}

/*
========================
layout\features_custom\_layout_sitemap.scss
========================
*/
.feature--sitemap li {
  margin-left: 32px;
  margin-left: 2rem;
}

/*# sourceMappingURL=style.css.map */