/* FRAMEWORKS
========================================================================== */
/* SETTINGS
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Colours */
/* Social Colours */
/* Breakpoints */
/* Layout */
/*
 * When a full-width widget is inside a container, this mixin uses viewport width to break it out of that container
 * Note that overflow-x: hidden should be applied to to <body>, as the vw calculation does not take into account static scrollbar width
 */
/*
 * Adds hover and focus styles for tablet (by default) and up
 * Only keeps focus styles for below tablet (by default)
 */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
  https://github.com/bfred-it/object-fit-images
*/
/*
 * Takes paramaters for filename and type
 * Outputs a background image along with the retina media query
 * No background size needed as cover is used
 */
/*
 * Applies an ellipsis to text that overflows the width passed into the mixin
 * NB this ONLY works on single lines of text
 */
/* LAYOUT
========================================================================== */
/* Grid */
.wrapper {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  margin-bottom: 2rem; }
  .wrapper::before {
    content: '';
    display: block; }
  .wrapper::after {
    content: '';
    display: table;
    clear: both; }

/* Columns */
[class*="col-"] {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  float: left; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (max-width: 81.24em) {
  .col-1-wide {
    width: 8.33333%; }
  .col-2-wide {
    width: 16.66667%; }
  .col-3-wide {
    width: 25%; }
  .col-4-wide {
    width: 33.33333%; }
  .col-5-wide {
    width: 41.66667%; }
  .col-6-wide {
    width: 50%; }
  .col-7-wide {
    width: 58.33333%; }
  .col-8-wide {
    width: 66.66667%; }
  .col-9-wide {
    width: 75%; }
  .col-10-wide {
    width: 83.33333%; }
  .col-11-wide {
    width: 91.66667%; }
  .col-12-wide {
    width: 100%; } }

@media (max-width: 64.0525em) {
  .col-1-desk {
    width: 8.33333%; }
  .col-2-desk {
    width: 16.66667%; }
  .col-3-desk {
    width: 25%; }
  .col-4-desk {
    width: 33.33333%; }
  .col-5-desk {
    width: 41.66667%; }
  .col-6-desk {
    width: 50%; }
  .col-7-desk {
    width: 58.33333%; }
  .col-8-desk {
    width: 66.66667%; }
  .col-9-desk {
    width: 75%; }
  .col-10-desk {
    width: 83.33333%; }
  .col-11-desk {
    width: 91.66667%; }
  .col-12-desk {
    width: 100%; } }

@media (max-width: 52.49em) {
  .col-1-tab {
    width: 8.33333%; }
  .col-2-tab {
    width: 16.66667%; }
  .col-3-tab {
    width: 25%; }
  .col-4-tab {
    width: 33.33333%; }
  .col-5-tab {
    width: 41.66667%; }
  .col-6-tab {
    width: 50%; }
  .col-7-tab {
    width: 58.33333%; }
  .col-8-tab {
    width: 66.66667%; }
  .col-9-tab {
    width: 75%; }
  .col-10-tab {
    width: 83.33333%; }
  .col-11-tab {
    width: 91.66667%; }
  .col-12-tab {
    width: 100%; } }

@media (max-width: 39.99em) {
  .col-1-phab {
    width: 8.33333%; }
  .col-2-phab {
    width: 16.66667%; }
  .col-3-phab {
    width: 25%; }
  .col-4-phab {
    width: 33.33333%; }
  .col-5-phab {
    width: 41.66667%; }
  .col-6-phab {
    width: 50%; }
  .col-7-phab {
    width: 58.33333%; }
  .col-8-phab {
    width: 66.66667%; }
  .col-9-phab {
    width: 75%; }
  .col-10-phab {
    width: 83.33333%; }
  .col-11-phab {
    width: 91.66667%; }
  .col-12-phab {
    width: 100%; } }

@media (max-width: 24.99em) {
  .col-1-mob {
    width: 8.33333%; }
  .col-2-mob {
    width: 16.66667%; }
  .col-3-mob {
    width: 25%; }
  .col-4-mob {
    width: 33.33333%; }
  .col-5-mob {
    width: 41.66667%; }
  .col-6-mob {
    width: 50%; }
  .col-7-mob {
    width: 58.33333%; }
  .col-8-mob {
    width: 66.66667%; }
  .col-9-mob {
    width: 75%; }
  .col-10-mob {
    width: 83.33333%; }
  .col-11-mob {
    width: 91.66667%; }
  .col-12-mob {
    width: 100%; } }

/* Block Grids */
[class*="block-list"] {
  clear: both; }
  [class*="block-list"] > li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    clear: both;
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%; }

@media (min-width: 25em) {
  .block-list-1 > li {
    width: 100%; }
  .block-list-2 > li {
    width: 50%; }
  .block-list-3 > li {
    width: 33.33333%; }
  .block-list-4 > li {
    width: 25%; } }

@media (max-width: 81.24em) {
  .block-list-1-wide > li {
    width: 100%; }
  .block-list-2-wide > li {
    width: 50%; }
  .block-list-3-wide > li {
    width: 33.33333%; }
  .block-list-4-wide > li {
    width: 25%; } }

@media (max-width: 64.0525em) {
  .block-list-1-desk > li {
    width: 100%; }
  .block-list-2-desk > li {
    width: 50%; }
  .block-list-3-desk > li {
    width: 33.33333%; }
  .block-list-4-desk > li {
    width: 25%; } }

@media (max-width: 52.49em) {
  .block-list-1-tab > li {
    width: 100%; }
  .block-list-2-tab > li {
    width: 50%; }
  .block-list-3-tab > li {
    width: 33.33333%; }
  .block-list-4-tab > li {
    width: 25%; } }

@media (max-width: 39.99em) {
  .block-list-1-phab > li {
    width: 100%; }
  .block-list-2-phab > li {
    width: 50%; }
  .block-list-3-phab > li {
    width: 33.33333%; }
  .block-list-4-phab > li {
    width: 25%; } }

@media (max-width: 24.99em) {
  .block-list-1-mob > li {
    width: 100%; }
  .block-list-2-mob > li {
    width: 50%; }
  .block-list-3-mob > li {
    width: 33.33333%; }
  .block-list-4-mob > li {
    width: 25%; } }

/* GLOBAL
========================================================================== */
/* Resets */
* {
  box-sizing: border-box; }

figure {
  margin: 0; }

ol,
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  ol li,
  ul li {
    list-style-type: none; }

/* Global */
html {
  font-size: 62.5%; }

body {
  background: #c4cd60;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #5d401b;
  font-size: 1.4rem; }

*:focus {
  outline: 0; }

svg.icon {
  width: 2rem;
  height: 2rem;
  display: block;
  fill: #000; }

.main-wrap {
  background: #fff;
  margin-bottom: 3rem;
  box-shadow: 0 0 40px #5d401b;
  border-radius: 0 0 14px 14px;
  position: relative; }

.padded-horizontal {
  padding: 0 2rem; }

.padded-vertical {
  padding: 2rem 0; }

.padded {
  padding: 2rem; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.clear {
  clear: both;
  display: block; }

.content {
  margin-top: -8rem; }

.image-wrap {
  width: 20rem;
  margin: 1rem 2rem 2rem; }
  .image-wrap--circle {
    border-radius: 50%;
    height: 25rem;
    width: 25rem;
    shape-outside: inset(1% round 50%); }
  .image-wrap.float-right {
    margin-right: 0; }
  .image-wrap.float-left {
    margin-left: 0; }

.flex-layout {
  display: flex; }

.maincol {
  width: calc( 100% - 300px); }

.halfcol {
  width: 50%;
  padding-right: 2rem; }

.img-banner {
  width: 100%;
  margin-bottom: 2rem; }

.clear-left {
  clear: left; }

table {
  text-align: left;
  border-top: dashed 1px #677632;
  border-right: dashed 1px #677632; }
  table td, table th {
    padding: 1rem;
    border-left: dashed 1px #677632;
    border-bottom: dashed 1px #677632; }
    table td:first-child, table th:first-child {
      width: 60%; }
  table th {
    font-weight: bold;
    background: #c4cd60; }

.highlight {
  background: linear-gradient(to right, #35650a 0%, #417d0c 15%, #417d0c 85%, #35650a 100%);
  padding: 10px 20px; }
  .highlight h2, .highlight h3, .highlight p {
    color: #fff; }

@media screen and (max-width: 1000px) {
  .content {
    margin-top: -4rem; } }

@media screen and (max-width: 800px) {
  .maincol {
    width: 100%; }
  .flex-layout {
    display: block; }
  .image-wrap {
    width: 20rem;
    height: 20rem; }
  .img-banner {
    height: 140px;
    object-fit: cover;
    object-position: left; } }

@media screen and (max-width: 600px) {
  .image-wrap {
    width: 14rem;
    height: 14rem; }
  .content {
    margin-top: 0; }
  .halfcol {
    width: 100%;
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  .image-wrap {
    width: 18rem;
    height: 18rem;
    float: none;
    margin-bottom: 0.5rem; } }

/* Typography */
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal !important; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2.2rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.6rem; }

h5 {
  font-size: 1.4rem; }

h6 {
  font-size: 1.2rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal !important; }

strong {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: bold !important; }

.light {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal !important; }

.bold {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: bold !important; }

.text-center {
  text-align: center; }

p {
  color: #5d401b;
  line-height: 1.6;
  margin-bottom: 1.8rem; }
  p a {
    text-decoration: none;
    color: #59ab11; }
    p a:focus {
      text-decoration: underline; }
    @media (min-width: 840px) {
      p a:hover {
        text-decoration: underline; } }

@media screen and (max-width: 600px) {
  p {
    line-height: 1.6; } }

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(2%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

header {
  padding-top: 5rem;
  z-index: 9;
  position: relative; }

.logo {
  margin: 2rem auto 0;
  max-width: 440px;
  background: #fff;
  border-radius: 5px; }
  .logo__img {
    width: 40rem; }
  .logo__text {
    clear: both;
    display: block;
    font-size: 1.5rem; }

.navbook {
  display: none;
  color: #fff;
  padding: 0 2rem;
  float: left;
  text-shadow: 1px 1px 5px #000000; }
  .navbook .number {
    font-weight: bold;
    font-size: 2rem; }

.navbar {
  width: 100%;
  top: 0;
  position: fixed;
  background: linear-gradient(to bottom, #59ab11 0%, #59ab11 64%, #417d0c 100%);
  z-index: 10; }
  .navbar__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 2rem; }
  .navbar__link {
    padding: 0 1.5rem;
    text-decoration: none;
    color: white;
    display: block;
    height: 100%; }
  .navbar__item {
    padding: 2rem .5rem;
    margin: 0 .1rem;
    cursor: pointer;
    transition: .5s; }
    .navbar__item:hover, .navbar__item.active {
      background: linear-gradient(to right, #35650a 0%, #417d0c 15%, #417d0c 85%, #35650a 100%); }
    .navbar__item.home {
      padding: .5rem; }
      .navbar__item.home .navbar__link {
        background: url("/images/home.png") 50% 50% no-repeat;
        background-size: 60%;
        width: 5rem;
        text-indent: -9999px;
        height: 5rem;
        display: block; }

.menu-btn {
  display: none;
  color: white;
  text-decoration: none;
  float: right;
  padding: 2rem;
  align-items: right; }
  .menu-btn:hover, .menu-btn.active {
    background: linear-gradient(to right, #35650a 0%, #417d0c 15%, #417d0c 85%, #35650a 100%); }
  .menu-btn__label {
    display: block;
    margin-right: 1rem; }
  .menu-btn__icon {
    display: block; }
    .menu-btn__icon span {
      display: block;
      width: 2.6rem;
      height: .3rem;
      border-radius: .2rem;
      background: white;
      margin-bottom: .5rem;
      transition: all 0.5s; }

@media screen and (max-width: 1000px) {
  .logo {
    padding: 0 1rem 2rem; }
    .logo__img {
      width: 28rem; }
    .logo__text {
      font-size: 1.2rem; } }

@media screen and (max-width: 920px) {
  .navbar__link {
    padding: 0 .8rem; } }

@media screen and (max-width: 780px) {
  .menu-btn {
    display: flex; }
  .navbook {
    display: block; }
  .navbar__nav {
    display: none;
    text-align: right;
    padding-top: 6.5rem; }
  .navbar.open .navbar__nav {
    display: block;
    margin: 0 0 1rem; }
  .navbar.open .menu-btn__icon span:nth-child(2) {
    transform: scale(0); }
  .navbar.open .menu-btn__icon span:first-child {
    transform: rotate(45deg);
    margin-top: 1rem; }
  .navbar.open .menu-btn__icon span:last-child {
    transform: rotate(-45deg);
    margin-top: -1.6rem; }
  .navbar__item {
    padding: .5rem .5rem 1rem;
    margin: 0;
    width: 100%;
    cursor: pointer;
    transition: .5s; }
    .navbar__item:hover, .navbar__item.active {
      background: none; }
    .navbar__item.home {
      padding: .5rem .5rem 1rem; }
      .navbar__item.home .navbar__link {
        background: 0;
        width: auto;
        text-indent: 0;
        height: auto; } }

@media screen and (max-width: 420px) {
  .navbook .text {
    display: none; } }

.sidebar {
  width: 300px;
  padding: 0 3rem 2rem;
  text-align: center; }
  .sidebar .TA_selfserveprop {
    margin-bottom: 3rem; }
    .sidebar .TA_selfserveprop .widSSPnarrow {
      width: 100% !important; }
  .sidebar .ambassador-logo {
    width: 18rem;
    display: inline-block; }
  .sidebar .book {
    width: 100%;
    background: linear-gradient(to right, #35650a 0%, #417d0c 15%, #417d0c 85%, #35650a 100%);
    padding: 0.5rem 1rem;
    color: #fff;
    border-radius: 5px;
    margin-top: -4rem;
    z-index: 5;
    position: relative;
    border: solid 2px #fff; }
    .sidebar .book h3 {
      text-shadow: 1px 1px 5px #000000; }
      .sidebar .book h3 .number {
        font-weight: bold;
        display: block;
        font-size: 2.8rem; }

@media screen and (max-width: 800px) {
  .sidebar {
    padding-left: 0; }
    .sidebar .book {
      margin: 0;
      border: none; }
    .sidebar .ambassador-logo {
      width: 14rem; } }

footer,
.footer {
  border-top: solid 2px #677632;
  padding: 1rem 1rem 0; }
  footer__badge,
  .footer__badge {
    width: 170px; }
  footer__text,
  .footer__text {
    padding-left: 4rem; }
    footer__text--small,
    .footer__text--small {
      font-size: 1.2rem;
      margin-top: 1rem;
      display: inline-block; }

@media screen and (max-width: 800px) {
  .footer__text {
    padding-left: 1rem; } }

/* COMPONENTS
========================================================================== */
.button {
  display: block;
  position: relative;
  padding: 1rem 3rem;
  background-color: #dfe1e8;
  border-radius: 4px;
  color: #5d401b;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
  cursor: pointer; }
  .button .icon {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    fill: #5d401b;
    transition: fill .2s ease; }
  .button:focus {
    background-color: #254061;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.15); }
    .button:focus .icon {
      fill: #fff; }
  @media (min-width: 840px) {
    .button:hover {
      background-color: #254061;
      color: #fff;
      transform: translateY(-2px);
      box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.15); }
      .button:hover .icon {
        fill: #fff; } }
  .button--primary {
    background-color: #59ab11;
    color: #fff; }
    .button--primary:focus {
      background: #417d0c; }
    @media (min-width: 840px) {
      .button--primary:hover {
        background: #417d0c; } }
  .button--secondary {
    background-color: #677632;
    color: #fff; }
    .button--secondary:focus {
      background: #485223; }
    @media (min-width: 840px) {
      .button--secondary:hover {
        background: #485223; } }
  .button--tertiary {
    background-color: #a70000;
    color: #fff; }
    .button--tertiary:focus {
      background: #740000; }
    @media (min-width: 840px) {
      .button--tertiary:hover {
        background: #740000; } }
  .button--icon {
    padding: 1rem 4rem; }

.dropdown {
  min-width: 18rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 1rem 0;
  padding-right: 2rem;
  background-color: #fff;
  border: 1px solid #dfe1e8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .2s; }
  .dropdown::after {
    content: '';
    height: 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #59ab11;
    opacity: 0;
    transition: opacity .2s ease; }
  .dropdown:focus::after {
    opacity: 1; }
  @media (min-width: 840px) {
    .dropdown:hover::after {
      opacity: 1; } }
  .dropdown__clickzone {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  .dropdown__label {
    display: block;
    position: absolute;
    top: .8rem;
    left: 1rem;
    font-size: 1.1rem;
    color: #dfe1e8;
    z-index: 10; }
  .dropdown__current {
    min-height: 4rem;
    display: block;
    position: relative;
    padding: 2.5rem 2.5rem 1rem 1rem;
    line-height: 2rem;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #59ab11;
    transition: all .2s;
    z-index: 5; }
  .dropdown__icon {
    display: block;
    position: absolute;
    top: .9rem;
    bottom: .9rem;
    right: 2.2rem;
    border-left: 1px solid #dfe1e8; }
    .dropdown__icon .icon {
      width: .8rem;
      height: .8rem;
      position: absolute;
      top: 50%;
      left: .5rem;
      margin-top: -.4rem;
      fill: #59ab11; }
  .dropdown__dropdown-list {
    min-width: 100%;
    max-height: 40rem;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    transform: scale(0);
    transform-origin: top center;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #dfe1e8;
    border-top: none;
    visibility: hidden;
    transition: transform .1s ease;
    z-index: 25; }
    .dropdown__dropdown-list::before {
      content: '';
      position: absolute;
      top: 0;
      left: 1rem;
      right: 1rem;
      height: 1px;
      z-index: -1; }
    .dropdown__dropdown-list .dropdown__dropdown-list__option {
      padding: .8rem 1rem;
      color: #5d401b;
      transition: background-color .2s ease, color .2s ease;
      cursor: pointer; }
      .dropdown__dropdown-list .dropdown__dropdown-list__option:focus {
        background-color: #59ab11;
        color: #fff; }
      @media (min-width: 840px) {
        .dropdown__dropdown-list .dropdown__dropdown-list__option:hover {
          background-color: #59ab11;
          color: #fff; } }
  .dropdown.is-open::after {
    opacity: 0; }
  .dropdown.is-open .dropdown__caret-down,
  .dropdown.is-open .dropdown__current {
    color: #59ab11; }
  .dropdown.is-open .dropdown__dropdown-list {
    transform: scale(1);
    visibility: visible; }
  .dropdown--linklist {
    padding-right: 5rem;
    border: none;
    border-bottom: 1px solid #f7f7f9;
    box-shadow: none; }
    .dropdown--linklist:focus {
      background-color: transparent;
      border-bottom: 1px solid #dfe1e8; }
      .dropdown--linklist:focus .dropdown__caret-down .icon {
        opacity: 1; }
    @media (min-width: 840px) {
      .dropdown--linklist:hover {
        background-color: transparent;
        border-bottom: 1px solid #dfe1e8; }
        .dropdown--linklist:hover .dropdown__caret-down .icon {
          opacity: 1; } }
    .dropdown--linklist .dropdown__label {
      top: .6rem;
      left: 0; }
    .dropdown--linklist .dropdown__current {
      line-height: 2.4rem;
      padding: 2.4rem 0 .4em;
      font-size: 1.8rem;
      color: #59ab11; }
    .dropdown--linklist .dropdown__caret-down {
      border: none; }
      .dropdown--linklist .dropdown__caret-down .icon {
        width: 1.4rem;
        height: 1.5rem;
        margin: 0 0 0 -.4rem;
        transform: rotate(90deg);
        opacity: .7;
        transition: opacity .2s ease; }
    .dropdown--linklist .dropdown__dropdown-list .dropdown__dropdown-list__option {
      padding: 0; }
      .dropdown--linklist .dropdown__dropdown-list .dropdown__dropdown-list__option a {
        width: 100%;
        display: inline-block;
        padding: .8rem 1rem;
        color: #59ab11;
        text-decoration: none; }

.table {
  width: 100%;
  table-layout: fixed; }
  .table__head-cell {
    border-bottom: 1px solid #254061;
    padding: 1rem; }
    .table__head-cell:first-of-type {
      border-right: 1px solid #254061; }
  .table__body-row:nth-of-type(even) {
    background: #fff; }
  .table__body-cell {
    padding: 1rem;
    text-align: center; }
    .table__body-cell:first-of-type {
      border-right: 1px solid #254061; }

.form {
  display: block;
  width: 100%; }
  .form-group {
    margin-bottom: 1rem; }
  .form-label {
    width: 100%;
    margin-right: 4rem;
    margin-bottom: .5rem;
    display: block; }
  .form-control {
    width: 100%;
    max-width: 450px;
    margin-bottom: .5rem;
    padding: .5rem;
    border-radius: 4px;
    border: 1px solid #c4cd60;
    box-shadow: none;
    transition: border-color .2s ease; }
    .form-control::placeholder {
      color: #c4cd60; }
    .form-control:focus {
      border-color: #35650a; }
  .form___submit {
    border: none;
    box-shadow: none; }
  .form button {
    border: none; }

#flash-messages {
  position: fixed;
  width: 100%;
  background: darkred;
  left: 0;
  padding: 3rem;
  color: #fff;
  z-index: 20;
  top: 0; }
  #flash-messages h5 {
    margin: 0 0 1rem; }

.image-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  max-height: 400px; }
  .image-slider:before {
    content: "";
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    z-index: 8;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.81) 19%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .image-slider__image {
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity .5s ease-in-out; }
    .image-slider__image.active {
      opacity: 1; }

@media screen and (max-width: 800px) {
  .image-slider__image {
    width: 140%;
    margin-left: -20%; } }

.room {
  clear: both;
  margin-top: 3rem;
  width: 100%;
  border-bottom: solid 1px #c4cd60; }
  .room__image {
    height: 220px;
    object-fit: cover;
    object-position: left; }
    .room__image--main {
      width: 70%; }
    .room__image--secondary {
      width: 30%;
      margin-left: -4px; }
    .room__image.full-width {
      width: 100%; }
  .room__title {
    width: 100%;
    padding: 0.5rem 1rem;
    background: #c4cd60;
    color: #5d401b;
    margin-top: -1.2rem;
    position: relative;
    z-index: 5; }

/* UTILITIES
========================================================================== */
.u-hide {
  display: none; }

.u-show {
  display: block; }

.u-visually-hidden {
  visibility: hidden; }

.u-center {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important; }
