/* Constants
==================================================== */
/* Mixins
==================================================== */
/* IE Friendly Media Queries 
   (http://jakearchibald.github.com/sass-ie/)
==================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 1em; }

a {
  outline: 0; }

b, strong {
  font-weight: bold; }

blockquote {
  font-style: italic;
  margin: 0 40px;
  padding: 1em 0; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0 0 1.5em 0;
  padding: 1.5em 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

input, textarea {
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.column {
  width: 100%;
  height: 100%;
  min-height: 1px; }

@media screen and (min-width: 48.0625em) {
  .column {
    width: 6.5%;
    float: left; }

  .column + .column {
    margin-left: 2%; }

  .two-wide {
    width: 15%; }

  .three-wide {
    width: 23.5%; }

  .four-wide {
    width: 32%; }

  .five-wide {
    width: 40.5%; }

  .six-wide {
    width: 49%; }

  .seven-wide {
    width: 57.5%; }

  .eight-wide {
    width: 66%; }

  .nine-wide {
    width: 74.5; }

  .ten-wide {
    width: 83%; }

  .eleven-wide {
    width: 89.5%; }

  .twelve-wide {
    width: 100%; }

  /* Double gutters */
  .column + .column.doublegutter {
    margin-left: 4%; }

  .column.doublegutter + .column {
    margin-left: 4%; }

  .two-wide.doublegutter {
    width: 13%; }

  .three-wide.doublegutter {
    width: 21.5%; }

  .four-wide.doublegutter {
    width: 30%; }

  .five-wide.doublegutter {
    width: 38.5%; }

  .six-wide.doublegutter {
    width: 47%; }

  .seven-wide.doublegutter {
    width: 55.5%; }

  .eight-wide.doublegutter {
    width: 64%; }

  .nine-wide.doublegutter {
    width: 72.5; }

  .ten-wide.doublegutter {
    width: 81%; }

  .eleven-wide.doublegutter {
    width: 87.5%; }

  /* triple gutters */
  .column + .column.triplegutter {
    margin-left: 6%; }

  .column.triplegutter + .column {
    margin-left: 6%; }

  .two-wide.triplegutter {
    width: 11%; }

  .three-wide.triplegutter {
    width: 19.5%; }

  .four-wide.triplegutter {
    width: 28%; }

  .five-wide.triplegutter {
    width: 36.5%; }

  .six-wide.triplegutter {
    width: 45%; }

  .seven-wide.triplegutter {
    width: 53.5%; }

  .eight-wide.triplegutter {
    width: 62%; }

  .nine-wide.triplegutter {
    width: 70.5; }

  .ten-wide.triplegutter {
    width: 79%; }

  .eleven-wide.triplegutter {
    width: 85.5%; } }
/* Helper Classes
==================================================== */
.cf, .row, .header, .header .inner, .header .inner--max, .header__aux-bar, .main, .footer, .footer__content, .hp-cta, .content__filter, .lister, .range__selector ul {
  zoom: 1; }
  .cf:before, .row:before, .header:before, .header .inner:before, .header .inner--max:before, .header__aux-bar:before, .main:before, .footer:before, .footer__content:before, .hp-cta:before, .content__filter:before, .lister:before, .range__selector ul:before, .cf:after, .row:after, .header:after, .header .inner:after, .header .inner--max:after, .header__aux-bar:after, .main:after, .footer:after, .footer__content:after, .hp-cta:after, .content__filter:after, .lister:after, .range__selector ul:after {
    content: '';
    display: table; }
  .cf:after, .row:after, .header:after, .header .inner:after, .header .inner--max:after, .header__aux-bar:after, .main:after, .footer:after, .footer__content:after, .hp-cta:after, .content__filter:after, .lister:after, .range__selector ul:after {
    clear: both; }

.header__button:after, .header__button--highlight:after, #searchForm button:after, .header__mobile-search, .header__twitter a, .header__facebook a, .header__logo, .footer__twitter a, .footer__facebook a, button:after {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.responsive-slider, .linker-container ul, .breadcrumb ul, .content__sidebar ul, .article__details, .tabs--index, .footer__menu ul, .content__filter, .range__selector ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Responsive Slider
 ============================== */
.responsive-slider {
  position: relative;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.responsive-slide {
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .responsive-slide img {
    width: 100%; }

.responsive-banner {
  overflow: hidden; }

/* Global
 ------------------------------------------------------- */
.header, .footer {
  background: #2a2826;
  color: #fff; }

@font-face {
  font-family: "MerriReg";
  src: url("/inc/font/merriweather-regular-webfont.eot");
  src: url("/inc/font/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/inc/font/merriweather-regular-webfont.woff") format("woff"), url("/inc/font/merriweather-regular-webfont.ttf") format("truetype"), url("/inc/font/merriweather-regular-webfont.svg#MerriReg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MerriBold";
  src: url("/inc/font/merriweather-bold-webfont.eot");
  src: url("/inc/font/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/inc/font/merriweather-bold-webfont.woff") format("woff"), url("/inc/font/merriweather-bold-webfont.ttf") format("truetype"), url("/inc/font/merriweather-bold-webfont.svg#MerriBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MerriLight";
  src: url("/inc/font/merriweather-light-webfont.eot");
  src: url("/inc/font/merriweather-light-webfont.eot?#iefix") format("embedded-opentype"), url("/inc/font/merriweather-light-webfont.woff") format("woff"), url("/inc/font/merriweather-light-webfont.ttf") format("truetype"), url("/inc/font/merriweather-light-webfont.svg#MerriLight") format("svg");
  font-weight: normal;
  font-style: normal; }

.comments-link, .tabs--index li, .footer__content h3, .hp-cta__item h4, .hp-cta-item h4, .lister__item a, .content__feature p, .range__item header p, .v-category .range__details p, .slide-info h3, button {
  font-family: 'MerriReg', Garamond, sans-serif;
  font-weight: normal; }

h1, h2, h3, h4, h5, .main dt, .content__header h1 span, .content__feature h2 span, #av_outer a, #searchForm legend, .word label {
  font-family: 'MerriBold', sans-serif;
  font-weight: normal; }

h1 span, h2 span, h3 span, h4 span, h5 span, .header__button, .header__button--highlight, #searchForm button, .header__nav, .content__body h2, .content__body h3, .content__body h4, .content__body h5, .content__body h6, .content__body h1 span, .content__image-group h2, .footer__content p, .content__header h1, .content__filter, .content__feature h2, #av_outer h2, .slide-info h2, .play-button, .content__intro h1 span, .content__intro p, .popup__content, .login-fields label {
  font-family: 'MerriLight', sans-serif;
  font-weight: normal; }

.hidden {
  display: none; }

.inner, .inner--max {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1080px; }

.inner--max {
  width: 100%; }

body {
  background: #fbf8f6;
  background: #2a2826;
  font-family: arial, sans-serif; }

a {
  text-decoration: none;
  color: #eea701; }

ul {
  list-style: square; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #222; }

/* Header
 ------------------------------------------------------- */
.header__cta-links {
  display: none;
  background: #2a2826;
  z-index: 110;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .header__cta-links p {
    margin: 0; }
  @media screen and (min-width: 48.0625em) {
    .header__cta-links {
      padding: 0 0.25em 0.25em;
      position: absolute;
      top: 100%;
      right: 0; } }

.header__button, .header__button--highlight, #searchForm button {
  position: relative;
  padding: 0.625em 0;
  background: #685f56;
  font-size: 0.9em;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .header__button:hover, .header__button--highlight:hover, #searchForm button:hover {
    background: #60574e; }
  .header__button:after, .header__button--highlight:after, #searchForm button:after {
    content: "";
    background: url(/inc/pics/spritesheet.png) no-repeat -989px -114px;
    width: 8px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px; }
  @media screen and (max-width: 48em) {
    .header__button, .header__button--highlight, #searchForm button {
      display: block;
      margin: 1em 0;
      text-indent: 1em;
      float: left;
      width: 48.5%; }
      .header__button + a, .header__button--highlight + a, #searchForm button + a {
        margin-left: 3%; } }
  @media screen and (max-width: 30em) {
    .header__button, .header__button--highlight, #searchForm button {
      float: none;
      width: auto; }
      .header__button + a, .header__button--highlight + a, #searchForm button + a {
        margin-left: 0; } }
  @media screen and (min-width: 48.0625em) {
    .header__button, .header__button--highlight, #searchForm button {
      display: inline-block;
      padding: 0.85em 3em 0.7em 2em; } }

.header__button--highlight {
  background: #f5ac01; }
  .header__button--highlight:hover {
    background: #eda400; }

.header__mobile-toggle {
  position: absolute;
  right: 0;
  top: 0; }
  .header__mobile-toggle a {
    display: block;
    height: 42px;
    background: #f5ac01;
    border: 1px solid #ffbd12;
    border-top: 0;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  @media screen and (min-width: 48.0625em) {
    .header__mobile-toggle {
      display: none; } }

.linker-container {
  display: none;
  position: relative;
  z-index: 20;
  padding-top: 8px; }
  .linker-container ul {
    padding: 3em 1em 1em;
    position: absolute;
    top: -150px;
    left: -1em;
    background: #000;
    border: 1px solid #555;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .linker-container:hover ul {
    opacity: 1;
    top: -0.8em; }
  .linker-container .active {
    position: relative;
    z-index: 20; }
  .linker-container li + li {
    margin-top: 10px; }

.icon-bar {
  position: relative;
  top: 16px;
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 8px 3px 8px;
  background: #fafafa;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

@media screen and (min-width: 30.0625em) {
  .header__aux-bar {
    position: absolute;
    right: 48px;
    top: 0; } }
@media screen and (min-width: 48.0625em) {
  .header__aux-bar {
    right: 0; } }
.header__aux-bar > div {
  padding: 0 1em;
  margin: 0.5em 0;
  display: block;
  float: left;
  height: 26px;
  position: relative; }
  .header__aux-bar > div:last-child {
    padding-right: 0; }

@media screen and (max-width: 48em) {
  .header__search form {
    display: none; } }
.header__search input {
  display: block;
  float: left;
  border: 0;
  margin: 0;
  padding: 0 0.75em;
  height: 33px;
  line-height: 27px;
  font-size: 0.8em;
  background: #fff; }
.header__search input[type=text] {
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.header__search input[type=submit] {
  text-indent: -999em;
  width: 40px;
  background: white url(/inc/pics/spritesheet.png) no-repeat -974px -364px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.header__search div {
  float: left; }
.header__search label {
  display: none; }

.header__mobile-search {
  background: url(/inc/pics/spritesheet.png) no-repeat -984px -235px;
  width: 20px;
  height: 26px; }
  @media screen and (min-width: 48.0625em) {
    .header__mobile-search {
      display: none; } }

.header__twitter a {
  background: url(/inc/pics/spritesheet.png) no-repeat -983px -15px;
  width: 20px;
  height: 33px; }

.header__facebook a {
  background: url(/inc/pics/spritesheet.png) no-repeat -983px -60px;
  width: 20px;
  height: 33px; }

.header__language a {
  color: #fff;
  font-size: 0.8em;
  line-height: 26px; }

.header__logo {
  width: 210px;
  height: 90px;
  background: url(/inc/pics/spritesheet.png) no-repeat 0 0; }
  @media screen and (max-width: 30em) {
    .header__logo {
      display: block;
      margin: 20px auto; } }
  @media screen and (min-width: 48.0625em) {
    .header__logo {
      position: absolute;
      top: 16px;
      left: 0; } }

.header__nav {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .header__nav a {
    color: #fff;
    font-size: 0.9em;
    padding-bottom: 0.2em; }
    .header__nav a:hover {
      border-bottom: 1px solid #fff; }
  .header__nav ul {
    margin: 1em 0; }
  .header__nav li {
    position: relative; }
    .header__nav li ul {
      display: none; }
  @media screen and (max-width: 48em) {
    .header__nav {
      max-height: 0;
      margin: 0 5%;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .header__nav li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .header__nav a {
        display: block;
        padding: 0.5em 0; } }
  @media screen and (min-width: 48.0625em) {
    .header__nav {
      float: right;
      margin-top: 80px; }
      .header__nav li {
        display: inline; }
      .header__nav a {
        margin: 0 0 0 1.625em; } }
  .header__nav.show {
    max-height: 750px;
    margin: 2em 5%; }

.sub-menu {
  margin-bottom: 1.5em;
  text-align: right; }
  .sub-menu a {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8em; }

/* Columns
 ------------------------------------------------------- */
.col-50--flush, .col-50, .col-25, .content__sidebar, #searchForm, .col-70, .col-70--flush, .content__body, .search-results, .col-75--flush, .range__details, .col-75--flush--right, .col-25--flush, .hp-cta__item, .hp-cta-item, .content__filter li, .range__selector {
  position: relative;
  float: left; }

.column p img {
  max-width: 100%;
  height: auto; }

.col-50--flush, .col-50 {
  width: 50%; }
  @media screen and (max-width: 37.5em) {
    .col-50--flush, .col-50 {
      width: 100%; } }

.col-25, .content__sidebar, #searchForm {
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .col-25, .content__sidebar, #searchForm {
      width: 22.5%; } }
  .col-25 + .col-25, .content__sidebar + .col-25, #searchForm + .col-25, .col-25 + .content__sidebar, .content__sidebar + .content__sidebar, #searchForm + .content__sidebar, .col-25 + #searchForm, .content__sidebar + #searchForm, #searchForm + #searchForm {
    margin-left: 3.333332%; }

.col-70 {
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .col-70 {
      width: 70%;
      margin-left: 5%; } }

.col-70--flush, .content__body, .search-results {
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .col-70--flush, .content__body, .search-results {
      width: 70%; } }

.col-75--flush, .range__details {
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .col-75--flush, .range__details {
      width: 75%; } }

.col-75--flush--right {
  width: 100%;
  float: right; }
  @media screen and (min-width: 48.0625em) {
    .col-75--flush--right {
      width: 75%; } }

.col-25--flush, .hp-cta__item, .hp-cta-item, .content__filter li, .range__selector {
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .col-25--flush, .hp-cta__item, .hp-cta-item, .content__filter li, .range__selector {
      width: 25%; } }

/* breadcrumb
 ------------------------------------------------------- */
.breadcrumb {
  display: none;
  background: #f3f3f3;
  padding: 1.25em 0;
  color: #454340;
  border-bottom: 1px solid #e8e8e8; }
  @media screen and (min-width: 30.0625em) {
    .breadcrumb {
      display: block; } }
  .breadcrumb li {
    display: inline;
    font-size: 0.7em;
    text-transform: uppercase; }
  .breadcrumb li + li:before {
    content: "";
    display: inline-block;
    background: url(/inc/pics/spritesheet.png) no-repeat -991px -205px;
    width: 4px;
    height: 6px;
    margin: 0 1em; }
  .home .breadcrumb {
    display: none; }

/* main content
 ------------------------------------------------------- */
.v-categories .main {
  background: #fbf8f6; }
.v-category .main, .v-item .main, .com_search .main {
  background: #fff; }
.com_content .main, .com_users .main {
  padding: 2em 0;
  background: #fff; }
  @media screen and (min-width: 48.0625em) {
    .com_content .main, .com_users .main {
      padding: 5em 0; } }
.main p, .main li, .main dd, .main dt {
  font-size: 0.8em;
  line-height: 1.75em;
  color: #857d75;
  margin: 16 0;
  margin: 1rem 0; }
.main p + h2 {
  padding-top: 0.5em; }
.main dt {
  color: #222;
  margin-bottom: 0; }
.main dd {
  margin-top: 0; }
.main li {
  margin: 0.5em 0; }
.main ul, .main ol {
  margin: 1em 0;
  padding: 0 0 0 1.5em; }

.content__body h1 {
  font-size: 2.0em;
  margin-top: 0; }
.content__body h2 {
  font-size: 1.6em; }
.content__body h3 {
  font-size: 1.2em; }
.content__body article {
  margin: 0 0 4em 0; }
.content__body img {
  display: block;
  max-width: 100%;
  height: auto; }
  .content__body img.alignleft {
    display: none; }
    @media screen and (min-width: 30.0625em) {
      .content__body img.alignleft {
        display: block;
        float: left;
        margin: 0 1em 1em 0; } }
  .content__body img.alignright {
    display: none; }
    @media screen and (min-width: 30.0625em) {
      .content__body img.alignright {
        display: block;
        float: right;
        margin: 0 0 1em 1em; } }

.content__sidebar {
  margin-right: 7.5%; }
  .content__sidebar h3:first-of-type {
    position: relative;
    margin-top: 0.7em;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em; }
    .content__sidebar h3:first-of-type:after {
      content: "";
      width: 30px;
      height: 1px;
      background: #222;
      position: absolute;
      bottom: 0;
      left: 0; }
  .content__sidebar ul {
    font-size: 0.8em;
    padding: 0; }
  .content__sidebar li {
    margin: 1em 0;
    font-size: 0.9em; }
    .content__sidebar li a {
      color: #857d75; }

.content__image-group {
  position: relative;
  margin: 1em 0 2em; }
  .content__image-group h2 {
    font-size: 1.2em;
    background: #fff;
    color: #888; }
    @media screen and (min-width: 60.0625em) {
      .content__image-group h2 {
        font-size: 1.5em; } }
  .content__image-group img {
    width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .content__image-group img + h2 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 75%;
      margin: 0;
      padding: 5%;
      padding-left: 0;
      padding-bottom: 0;
      line-height: 1.45em; } }

@media screen and (min-width: 48.0625em) {
  .content__body + .content__sidebar {
    margin-left: 7.5%;
    margin-right: 0%; } }

.article__details {
  padding: 0 !important; }
  .article__details li {
    display: inline;
    padding-right: 1em;
    color: #f8ae01;
    text-transform: uppercase;
    font-size: 0.7em; }
    .article__details li + li {
      padding-left: 1em;
      border-left: 1px solid #9d9791; }

.article__content {
  padding-bottom: 3em;
  border-bottom: 1px solid #e8e8e8; }

.comments-link {
  display: inline-block;
  background: #685f56;
  padding: 1em 1.25em;
  color: #fff;
  font-size: 0.7em;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.tabs--index {
  float: left;
  width: 100%;
  padding: 0 !important;
  border-bottom: 1px solid #d3d0cd; }
  .tabs--index li {
    display: block;
    float: left;
    background: #564d45;
    padding: 0.625em 1em;
    margin: 2px 0.5em -1px 0; }
  .tabs--index a {
    color: #fff; }
  .tabs--index .active {
    position: relative;
    background: #fff;
    border: 1px solid #d3d0cd;
    border-bottom: 1px solid white;
    margin-top: 1px;
    margin-bottom: -1px; }
    .tabs--index .active a {
      color: #222; }

.tabs--content {
  padding: 0 0.5em; }

.smiles {
  display: none !important; }

/* footer
 ------------------------------------------------------- */
.footer__copyright, .footer__menu ul {
  font-size: 0.6em;
  text-transform: uppercase; }

.footer__cap {
  padding: 2.375em 0; }

.footer__copyright {
  display: inline; }
  @media screen and (min-width: 48.0625em) {
    .footer__copyright {
      display: block;
      float: left; } }

.footer__menu a {
  color: #fff;
  padding-bottom: 0.2em; }
  .footer__menu a:hover {
    border-bottom: 1px solid #fff; }
@media screen and (min-width: 48.0625em) {
  .footer__menu {
    float: right; }
    .footer__menu li {
      display: inline; }
      .footer__menu li + li {
        margin-left: 3em; } }

.footer__social {
  float: right;
  padding-left: 1em; }
  .footer__social div {
    float: left;
    position: relative;
    top: -5px; }

.footer__twitter a {
  background: url(/inc/pics/spritesheet.png) no-repeat -983px -18px;
  width: 20px;
  height: 26px; }

.footer__facebook a {
  background: url(/inc/pics/spritesheet.png) no-repeat -983px -63px;
  width: 20px;
  height: 26px; }

.footer__content {
  background: #1b1816; }
  .footer__content .col-50--flush, .footer__content .col-50 {
    background: url(/inc/pics/texture_wood.jpg) center center no-repeat;
    padding: 1em 0;
    min-height: 130px;
    overflow: hidden; }
    .footer__content .col-50--flush + .col-50--flush, .footer__content .col-50 + .col-50--flush {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      margin-left: -1px; }
    .footer__content .col-50--flush img, .footer__content .col-50 img {
      position: absolute;
      left: 5%;
      top: 2em;
      width: 25%;
      height: auto;
      max-width: 140px; }
      @media screen and (max-width: 30em) {
        .footer__content .col-50--flush img, .footer__content .col-50 img {
          display: none; } }
  .footer__content h3 {
    position: relative; }
    .footer__content h3:before {
      content: "";
      position: absolute;
      bottom: -0.4em;
      left: 0;
      height: 1px;
      width: 30px;
      background: rgba(255, 255, 255, 0.8); }
  .footer__content p {
    font-size: 0.75em;
    line-height: 1.5em;
    color: #dbd7cc; }
  .footer__content a {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 2px 0 4px 0;
    z-index: 5; }
    .footer__content a:hover {
      border-bottom: 1px solid #eea701;
      margin: 0;
      padding: 2px 0 2px 0; }
  .footer__content h3, .footer__content p {
    margin: 1em 5% 1em 35%; }
    @media screen and (max-width: 30em) {
      .footer__content h3, .footer__content p {
        margin: 1em 5% 1em 5%; } }

/* breadcrumb
 ------------------------------------------------------- */
.banner-wrap {
  position: relative; }

.page-left, .page-right {
  position: absolute;
  bottom: 5%;
  width: 58px;
  height: 56px;
  background: url(/inc/pics/banner-controls.png);
  z-index: 999;
  cursor: pointer; }
  @media screen and (min-width: 48.0625em) {
    .page-left, .page-right {
      top: 50%;
      bottom: auto;
      margin-top: -32px; } }

.page-left {
  left: 5%; }

.page-right {
  background-position: 0 -56px;
  right: 5%; }

.hp-cta {
  position: relative;
  background: #1b1816; }
  @media screen and (min-width: 67.5em) {
    .home .hp-cta {
      background: none;
      z-index: 150;
      position: absolute;
      bottom: 0;
      width: 100%; } }

.hp-cta__item, .hp-cta-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  background: url(/templates/angusdundee/images/temp/cta1.png) no-repeat center center;
  background-size: 100% auto;
  text-align: center; }
  .hp-cta__item img, .hp-cta-item img {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -158px;
    margin-top: -105px; }
  .hp-cta__item h4, .hp-cta-item h4 {
    position: relative;
    font-size: 1.5em;
    color: #fff; }
    .hp-cta__item h4:before, .hp-cta-item h4:before {
      content: "";
      position: absolute;
      display: block;
      bottom: -0.5em;
      left: 50%;
      width: 30px;
      height: 1px;
      margin-left: -15px;
      background: #fff; }
    @media screen and (min-width: 48.0625em) {
      .hp-cta__item h4, .hp-cta-item h4 {
        margin-top: 3em; } }
  .hp-cta__item a, .hp-cta-item a {
    position: relative;
    display: block;
    color: #fff;
    margin: 1em 0;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: -300px -300px -280px;
    padding: 300px;
    z-index: 5; }
    .hp-cta__item a:hover, .hp-cta-item a:hover {
      background: rgba(255, 255, 255, 0.1); }
  @media screen and (min-width: 30.0625em) {
    .hp-cta__item, .hp-cta-item {
      height: 150px;
      margin-bottom: 0; } }
  @media screen and (min-width: 48.0625em) {
    .hp-cta__item, .hp-cta-item {
      height: 210px;
      background-size: auto 100%; } }

/* lister category
 ------------------------------------------------------- */
.content__header {
  background: #fff;
  padding: 1em 0; }
  .content__header h1 {
    font-size: 2.4em;
    margin: 0.425em 0;
    padding-bottom: 0.425em;
    background: url(/inc/pics/texture.png) repeat-x bottom; }

.content__filter li {
  margin: .4em 2em;
  width: auto; }
  .content__filter li:first-of-type {
    margin-left: 0; }
  @media screen and (max-width: 53em) {
    .content__filter li {
      margin: .4em 1em; } }
  @media screen and (max-width: 44em) {
    .content__filter li {
      margin: .4em 0;
      display: block;
      float: none; } }
.content__filter a {
  font-size: 0.9em;
  color: #857d75;
  padding-right: 0.5em;
  padding-bottom: 0.2em; }
  .content__filter a:hover {
    border-bottom: 1px solid #857d75; }

.lister {
  padding: 0;
  position: relative; }
  @media screen and (min-width: 30.0625em) {
    .lister {
      padding: 2em 0 1em; } }

.lister__item {
  background: #FEFEFE;
  padding: 1em 0;
  margin: 1em 0;
  text-align: center;
  overflow: hidden;
  font-size: 0.9em;
  min-height: 240px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #eeeeee;
  -moz-box-shadow: 0 0 0 1px #eeeeee;
  -ms-box-shadow: 0 0 0 1px #eeeeee;
  -o-box-shadow: 0 0 0 1px #eeeeee;
  box-shadow: 0 0 0 1px #eeeeee;
  margin-left: 0; }
  .lister__item:hover {
    -webkit-box-shadow: 0 0 0 1px #dddddd;
    -moz-box-shadow: 0 0 0 1px #dddddd;
    -ms-box-shadow: 0 0 0 1px #dddddd;
    -o-box-shadow: 0 0 0 1px #dddddd;
    box-shadow: 0 0 0 1px #dddddd; }
  .lister__item p {
    margin: 0; }
  .lister__item a {
    color: #000;
    display: block;
    position: relative;
    margin: -500px;
    padding: 500px;
    z-index: 5; }
  @media screen and (min-width: 30.0625em) {
    .lister__item {
      width: 48.5%;
      float: left;
      margin-top: 0;
      margin-left: 3%; }
      .lister__item:nth-child(2n + 1) {
        margin-left: 0; } }
  @media screen and (min-width: 40.0625em) {
    .lister__item {
      width: 32%;
      margin-left: 2%; }
      .lister__item:nth-child(2n + 1) {
        margin-left: 2%; }
      .lister__item:nth-child(3n + 1) {
        margin-left: 0; } }
  @media screen and (min-width: 50.0625em) {
    .lister__item {
      width: 23.5%;
      margin-left: 1.8%; }
      .lister__item:nth-child(3n + 1) {
        margin-left: 1.8%; }
      .lister__item:nth-child(4n + 1) {
        margin-left: 0; } }
  @media screen and (min-width: 68.0625em) {
    .lister__item {
      width: 18.4%; }
      .lister__item:nth-child(4n + 1) {
        margin-left: 1.8%; }
      .lister__item:nth-child(5n + 1) {
        margin-left: 0; } }

.lister__image {
  position: relative;
  width: 50%;
  margin: 0 auto 24px; }
  .lister__image img {
    height: auto;
    max-width: 100%;
    max-height: 150px; }
  @media screen and (min-width: 30.0625em) {
    .lister__image {
      width: 70%; } }

@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .header__logo {
    width: 210px;
    height: 90px;
    background: url(/inc/pics/spritesheet.png) no-repeat 0 -50px;
    background-size: 512px 512px; } }
.content__feature {
  min-height: 365px;
  background: url(/inc/pics/feature_bg.png) no-repeat center center;
  margin: 2em auto;
  text-align: center; }
  .content__feature h2 {
    font-size: 2em;
    position: relative;
    padding-top: 1em; }
    .content__feature h2 span {
      display: block;
      font-size: 1.4em; }
    .content__feature h2:before {
      content: "";
      display: block;
      position: absolute;
      bottom: -0.4em;
      left: 50%;
      margin-left: -15px;
      height: 1px;
      width: 30px;
      background: rgba(0, 0, 0, 0.8); }
  .content__feature p {
    max-width: 600px;
    margin: 1em auto;
    font-size: 1.0em; }

/* Inner page
 ------------------------------------------------------- */
.nopadding .main,
.home .main {
  padding: 0 !important; }

.range__selector {
  background: #fff;
  overflow: hidden;
  position: relative; }
  .range__selector ul {
    margin: 0;
    padding: 1px 0; }
  @media screen and (min-width: 48.0625em) {
    .range__selector h3 {
      padding-right: 1em; } }
  .range__selector li {
    float: left;
    position: relative;
    width: 25%; }
    .range__selector li.two-cols {
      width: 50%; }
    .range__selector li img {
      width: 100%; }
    .range__selector li a {
      display: block;
      margin: 1em; }
      @media screen and (min-width: 48.0625em) {
        .range__selector li a {
          margin: 1em 2em 1em 0em; } }
  @media screen and (min-width: 48.0625em) {
    .range__selector {
      -webkit-box-shadow: 16px 0 20px -10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 16px 0 20px -10px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 16px 0 20px -10px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 16px 0 20px -10px rgba(0, 0, 0, 0.1);
      box-shadow: 16px 0 20px -10px rgba(0, 0, 0, 0.1);
      padding: 4em 0; }
      .range__selector ul {
        width: 90%; }
      .range__selector li {
        width: 33%; } }
  @media screen and (max-width: 48em) {
    .range__selector {
      min-height: 0 !important; } }

.range__item header h1 {
  font-size: 2em; }
.range__item header p {
  font-size: 0.9em; }
@media screen and (min-width: 48.0625em) {
  .range__item {
    width: 50%;
    margin-left: 6.25%; } }

.range__img {
  display: none;
  float: right;
  left: 60%;
  width: 40%;
  height: auto; }
  @media screen and (min-width: 48.0625em) {
    .range__img {
      display: block; } }

.range__details {
  min-height: 200px;
  z-index: 5; }
  @media screen and (min-width: 48.0625em) {
    .range__details {
      padding: 4em 0; } }
  .v-category .range__details {
    text-align: center;
    background: url(/inc/pics/house.jpg) no-repeat center 100px; }
    .v-category .range__details h1 {
      font-size: 2em; }
      @media screen and (min-width: 48.0625em) {
        .v-category .range__details h1 {
          font-size: 4em; } }
      .v-category .range__details h1:after {
        padding-top: 20px;
        margin-bottom: 20px;
        display: block;
        content: "";
        height: 1px;
        width: 100px;
        margin: 0 auto;
        border-bottom: 1px solid #000; }
    .v-category .range__details p {
      margin: 1rem auto;
      width: 90%;
      font-size: 1.1em; }
      @media screen and (min-width: 48.0625em) {
        .v-category .range__details p {
          width: 90%; } }

/* Age Verification
 ------------------------------------------------------- */
#av_outer {
  background: white url(/inc/pics/age_bg.jpg) center bottom no-repeat;
  border: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  #av_outer h2 {
    font-size: 3.0em;
    line-height: 1.4em;
    margin-bottom: 3em; }
  #av_outer a {
    display: inline-block;
    text-transform: uppercase;
    width: 5em;
    height: 5em;
    line-height: 5em;
    font-size: 1.2em;
    background: #eea701;
    color: #fff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em; }
    #av_outer a + a {
      margin-left: 1em; }

.age_verifying, .show_popup {
  background: #fff; }
  @media screen and (max-width: 30em) {
    .age_verifying .container, .show_popup .container {
      display: none; } }

/* Responsive Slider
 ------------------------------------------------------- */
.responsive-banner {
  position: relative; }

.responsive-slider {
  position: relative;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.responsive-slide {
  display: none;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .responsive-slide img {
    width: 160%;
    height: auto;
    margin-left: -30%; }
    @media screen and (min-width: 80.0625em) {
      .responsive-slide img {
        width: 130%;
        margin-left: -15%; } }
    @media screen and (min-width: 100.0625em) {
      .responsive-slide img {
        width: 100%;
        margin-left: 0%; } }
  @media screen and (min-width: 37.5625em) {
    .responsive-slide {
      display: block; } }

.slide-info {
  position: absolute;
  left: 50%;
  width: 40%;
  max-width: 1080px;
  margin-left: -540px;
  top: 5em; }
  .csstransforms .slide-info {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 67.5em) {
      .csstransforms .slide-info {
        -webkit-transform: translateY(-90%);
        -moz-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
        -o-transform: translateY(-90%);
        transform: translateY(-90%); } }
  .slide-info h2, .slide-info h3 {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
  .slide-info h2 {
    font-size: 3em;
    color: #fff;
    margin: 0; }
  .slide-info h3 {
    font-size: 0.95em;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    line-height: 2em; }
  @media screen and (max-width: 67.5em) {
    .slide-info {
      width: 90%;
      max-width: 800px;
      margin-left: -400px; } }
  @media screen and (max-width: 47.5em) {
    .slide-info {
      max-width: 600px;
      margin-left: -300px; } }

.responsive-banner {
  overflow: hidden; }

.slider-loader {
  display: none;
  width: 1px;
  height: 400px;
  float: left;
  margin-left: -1px;
  line-height: 400px;
  -webkit-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -ms-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease; }
  @media screen and (min-width: 37.5625em) {
    .slider-loader {
      display: block; } }

.slider-loader-message {
  position: absolute;
  width: 101%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #000;
  z-index: 4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.play-button {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: .8em;
  width: 100px;
  margin: auto;
  margin-top: 3em;
  padding: .9em;
  cursor: pointer;
  color: #fff;
  background-color: rgba(20, 20, 20, 0.3);
  border: solid 2px #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .play-button:hover {
    background-color: #555;
    background-color: rgba(70, 70, 70, 0.8); }

.play-button {
  text-align: center;
  text-transform: uppercase; }
  .lt-ie9 .play-button {
    display: none; }

.video-controls {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.video-wrapper {

  position: absolute;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .video-wrapper video {
    position: relative;
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
    
    border: solid 1px rgba(255, 255, 255, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.8);
    -moz-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    -o-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    -webkit-transition: all 0.2s ease 0.3s;
    -moz-transition: all 0.2s ease 0.3s;
    -ms-transition: all 0.2s ease 0.3s;
    -o-transition: all 0.2s ease 0.3s;
    transition: all 0.2s ease 0.3s; }
    .lt-ie9 .video-wrapper video {
      top: 0;
      margin-top: 5%; }
  .lb--is-active .video-wrapper {
    height: 100%;
    opacity: 1; }
  .video-wrapper video.has-loaded {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1); }

.vw__close {
  position: absolute;
  font-size: 2em;
  top: .5em;
  right: .5em;
  color: #fff;
  cursor: pointer; }

.lb--is-active {
  overflow: hidden; }

.is--centered .slide-info {
  display: block;
  width: 60%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0; }

/* Map Page
 ------------------------------------------------------- */
.inner.row, .row.inner--max {
  padding: 2em 0; }

.content__intro {
  background: url(/inc/pics/content_header.jpg) center center;
  border-bottom: 1px solid #ebe7e5;
  padding: 2em 0; }
  @media screen and (min-width: 48.0625em) {
    .content__intro {
      min-height: 707px;
      padding: 0; } }
  .content__intro h1 {
    font-size: 2.2em; }
  .content__intro p {
    font-size: 0.9em; }
    @media screen and (min-width: 55em) {
      .content__intro p {
        font-size: 1em; } }

@media screen and (min-width: 48.0625em) {
  .content__intro__detail {
    float: left;
    width: 45%; } }

.content__intro__map {
  position: relative;
  margin-top: 4em; }
  @media screen and (min-width: 48.0625em) {
    .content__intro__map {
      float: left;
      margin: 2em 0 0;
      width: 50%;
      margin-left: 5%; } }
  .content__intro__map .inner, .content__intro__map .inner--max {
    max-width: 400px;
    margin: 0 auto; }
  .content__intro__map img {
    width: 100%;
    height: auto; }

.map__pin {
  position: absolute;
  z-index: 10;
  background: url(/inc/pics/spritesheet.png) no-repeat -986px -329px;
  width: 14px;
  height: 19px;
  margin-left: -7px;
  margin-right: -9px;
  cursor: pointer; }
  .map__pin.pointer {
    width: 17px;
    height: 21px;
    background: url(/inc/pics/spritesheet.png) no-repeat -986px -286px; }
  .map__pin.tomintoul {
    background: url(/inc/pics/spritesheet.png) no-repeat -985px -404px; }
  .map__pin.glencadam {
    background: url(/inc/pics/spritesheet.png) no-repeat -985px -435px; }

.map__content {
  display: none; }

.popup {
  display: none; }
  @media screen and (min-width: 30.0625em) {
    .popup {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 500; } }
  .show_popup .popup {
    display: block; }

.popup__wrapper {
  padding: 20px;
  background: #fff; }
  @media screen and (min-width: 30.0625em) {
    .popup__wrapper {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -170px;
      margin-top: -250px;
      width: 320px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; } }

.popup__close {
  padding: 1px 8px;
  background: #f8ae01;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
  font-size: 1.6em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

/* Search Form
 ------------------------------------------------------- */
#searchForm {
  padding-bottom: 2em; }
  @media screen and (min-width: 48.0625em) {
    #searchForm {
      margin-left: 5%; } }
  #searchForm legend {
    font-size: 0.9em; }
  #searchForm label {
    font-size: 0.8em;
    display: block;
    float: left; }
  #searchForm input, #searchForm button, #searchForm select {
    display: block;
    float: left;
    clear: left; }
  #searchForm label, #searchForm input, #searchForm button, #searchForm select {
    margin: 4px 4px 4px 0;
    margin: 0.25rem 0.25rem 0.25rem 0; }
  #searchForm input, #searchForm button, #searchForm select {
    font-size: 0.8em; }
  #searchForm input[type=text] {
    padding: 8px 0;
    padding: 0.5rem 0;
    text-indent: 8px;
    text-indent: 0.5rem;
    border: 1px solid #eee;
    color: #999;
    width: 100%; }
  #searchForm button {
    border: none; }
    @media screen and (max-width: 30em) {
      #searchForm button {
        width: 100%; } }

.word label {
  font-size: 0.9em; }

.search-results {
  margin-top: 0;
  margin-bottom: 0; }

.word, .searchintro, .phrases, .only, .form-limit {
  margin: 1em 0; }

/* Login
 ------------------------------------------------------- */
.login-fields {
  margin: 1em 0; }
  .login-fields label {
    display: block;
    margin: 4px 0;
    margin: 0.25rem 0; }
  .login-fields input {
    display: block; }
  .login-fields input[type=text],
  .login-fields input[type=password] {
    width: 100%;
    margin: -1px;
    border: 1px solid #eee;
    background: #fff;
    font-size: 0.8em;
    padding: 8px 0;
    padding: 0.5rem 0;
    text-indent: 8px;
    text-indent: 0.5rem;
    max-width: 500px; }
  .login-fields input[type=checkbox] {
    display: inline; }
  .login-fields #remember-lbl {
    display: inline;
    margin-right: 8px; }

button {
  display: block;
  position: relative;
  padding: 10px 32px;
  padding: 0.625rem 2rem 0.625rem 1rem;
  background: #685f56;
  font-size: 0.9em;
  color: #fff;
  cursor: pointer;
  text-align: left;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  button:after {
    content: "";
    background: url(/inc/pics/spritesheet.png) no-repeat -989px -114px;
    width: 8px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px; }

#map_canvas {
  position: relative;
  max-height: 400px;
  margin-bottom: 4em;
  top: 1em;
  box-shadow: 0 0 0 13px #fff, 0 0 0 14px #f3f3f3;
  -webkit-box-shadow: 0 0 0 13px #fff, 0 0 0 14px #f3f3f3;
  -moz-box-shadow: 0 0 0 13px #fff, 0 0 0 14px #f3f3f3;
  -ms-box-shadow: 0 0 0 13px #fff, 0 0 0 14px #f3f3f3;
  -o-box-shadow: 0 0 0 13px #fff, 0 0 0 14px #f3f3f3; }

/* Twitter Feed
 ------------------------------------------------------- */
.mod-twitter {
  margin: 1em 0; }

.twitterfeeditem {
  position: relative;
  margin: 2em 0; }
  .twitterfeeditem + .twitterfeeditem:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: -1em;
    left: 0; }

#map_canvas {
  width: 100%;
  height: 600px; }
  #map_canvas h4 {
    margin-top: 0px; }
