/* ==========================================================================
  BREAKPOINTS
========================================================================== */
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 55, ../sass/core/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 74, ../sass/core/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 89, ../sass/core/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 98, ../sass/core/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 114, ../sass/core/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 134, ../sass/core/_normalize.scss */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Remove default margin.
 */
/* line 146, ../sass/core/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 158, ../sass/core/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 180, ../sass/core/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 185, ../sass/core/_normalize.scss */
blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 196, ../sass/core/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 211, ../sass/core/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 217, ../sass/core/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 223, ../sass/core/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 229, ../sass/core/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 235, ../sass/core/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 263, ../sass/core/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 271, ../sass/core/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 280, ../sass/core/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 289, ../sass/core/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 309, ../sass/core/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 332, ../sass/core/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 348, ../sass/core/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 352, ../sass/core/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 365, ../sass/core/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

/* line 382, ../sass/core/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 390, ../sass/core/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 402, ../sass/core/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 417, ../sass/core/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 454, ../sass/core/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 463, ../sass/core/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 479, ../sass/core/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 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.
 * 4. Improve appearance and consistency with IE 6/7.
 */
/* line 494, ../sass/core/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 512, ../sass/core/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 524, ../sass/core/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 539, ../sass/core/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 554, ../sass/core/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 566, ../sass/core/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 582, ../sass/core/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 592, ../sass/core/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 601, ../sass/core/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 612, ../sass/core/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 625, ../sass/core/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
  Colors
   ========================================================================== *
*/
/*medium brown*/
/* ==========================================================================
   Fonts & Typography
   ========================================================================== *
*/
@font-face {
  font-family: 'Geometria-Light';
  src: url("../fonts/2AC26C_0_0.eot");
  src: url("../fonts/2AC26C_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2AC26C_0_0.woff") format("woff"), url("../fonts/2AC26C_0_0.ttf") format("truetype"), url("../fonts/2AC26C_0_0.svg#Geometria-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Geometria-Bold';
  src: url("../fonts/geometria-bold-webfont.eot");
  src: url("../fonts/geometria-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/geometria-bold-webfont.woff") format("woff"), url("../fonts/geometria-bold-webfont.ttf") format("truetype"), url("../fonts/geometria-bold-webfont.svg#Geometria-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
  DEFAULT FONT & FONTS
========================================================================== */
/* ==========================================================================
   Global Sprite 
   ========================================================================== *
*/
/* line 72, ../images/base/*.png */
.base-sprite, .base-johnhenry-logo-grey, .base-johnhenry-logo, .base-rac-foundation-logo-blue, .base-rac-foundation-logo, .ico-jhlogo, .ico-racflogo, .ico-racflogo-blue {
  background-image: url('/../images/../images/base-s0fb533d6b4.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../PersonalPrograms/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.base-johnhenry-logo-grey {
  background-position: 0 0;
}

/* line 84, ../../../../PersonalPrograms/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.base-johnhenry-logo {
  background-position: -137px 0;
}

/* line 84, ../../../../PersonalPrograms/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.base-rac-foundation-logo-blue {
  background-position: -274px 0;
}

/* line 84, ../../../../PersonalPrograms/Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.base-rac-foundation-logo {
  background-position: -438px 0;
}

/* ================================================
   columnise text
================================================ */
/* ================================================
   Make text responsive by passed point
================================================ */
/* ================================================
   Rem-Fallback
================================================ */
/* ==========================================================================
   Helpers
   .========================================================================== */
/* line 5, ../sass/core/_helpers.scss */
*:before, *:after, .wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, ../sass/core/_helpers.scss */
.ico-jhlogo, .ico-racflogo, .ico-racflogo-blue {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 33, ../sass/core/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 40, ../sass/core/_helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 50, ../sass/core/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ================================================
   Visually Hidden
================================================ */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 80, ../sass/core/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 97, ../sass/core/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

 /*================================================
   Commom Helper Classes
================================================ */
/* line 113, ../sass/core/_helpers.scss */
.outline-btn {
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-style: normal;
  font-size: 10.833px;
  font-size: 0.7222rem;
  padding: 9px 25px;
  text-decoration: none;
  font-family: Raleway;
}

/* line 123, ../sass/core/_helpers.scss */
.btn, .solid-purple-btn, .solid-beige-btn {
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  padding: 7px 10px;
  text-decoration: none;
}

/* line 131, ../sass/core/_helpers.scss */
.solid-purple-btn {
  background-color: #fff;
}
/* line 136, ../sass/core/_helpers.scss */
.solid-purple-btn + a {
  margin-left: -2px;
}
/* line 140, ../sass/core/_helpers.scss */
.solid-purple-btn:hover {
  background-color: #fff;
  color: #fff;
}

/* line 146, ../sass/core/_helpers.scss */
.solid-beige-btn {
  background-color: #fff;
}
/* line 150, ../sass/core/_helpers.scss */
.solid-beige-btn + a {
  margin-left: -2px;
}
/* line 154, ../sass/core/_helpers.scss */
.solid-beige-btn:hover {
  background-color: #fff;
  color: #fff;
}

/* line 160, ../sass/core/_helpers.scss */
.solid-beige {
  background-color: #fff;
}

/* line 164, ../sass/core/_helpers.scss */
.solid-tan {
  background-color: #fff;
}

/*.subtitle
{
 text-decoration:none;
 @include rem-fallback(font-size,  1);
 padding:15px;
}
.suptitle .has-inner
{
   margin-top:-30px !important;
}
.suptitle
{
  text-align:center;
  >*
  {
    
   /*to the element this is extended to add: font size *
    display:inline-block;
    text-transform: uppercase;
    line-height:1 !important;
    color:$darkgrey;  
    > span:first-child
    {
      font-size:11px;
      padding:0 5px;
      position:relative;
      background-color:$white;
      &:before
      {
        border-bottom:1px solid $darkgrey;
        content:"";
        height: 8px;
        left: -25%;
        position: absolute;
        top: 0;
        width: 150%;
        z-index:-1
      }
     
    }
  }
  h1
  {
    margin-bottom: 60px;
    margin-top: 0;
  }
}


.maxcol-3
{
  @include text-column(3,70px)
}
.maxcol-2
{
  @include text-column(2,70px)
}

.pricetag
{
  @include rem-fallback(font-size,  2.308);
  font-family:$default-title-font;
  position:relative;
  span
  {
   @include rem-fallback(font-size,  1.692)
  }
  .note
  {
    font-size:$default-font-size;
    display:block;
  }
}

.btn-slant
{
    color: $white;
    background-color:#a69f94;
    display: inline-block;
    padding: 7px 33px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left:1px;
    cursor: pointer;
    overflow:hidden;
    &:before
    {
      position:absolute;
      left:-1px;
      top:-1px;
      content:'';
      border-top: 70px solid $white;
      border-right: 15px solid transparent;
    }
    &:after
    {
      position:absolute;
      right:-1px;
      top:-1px;
      content:'';
      border-bottom: 70px solid $white;
      border-left: 15px solid transparent;
    }
}*/
/* ==========================================================================
  HTML/CSS/FONT Icons
   .========================================================================== */
/* line 5, ../sass/core/_icons.scss */
.ico-arrow-lt1 {
  /* border:3px solid orange;*/
  border-bottom: 5px solid #b7b0a5;
  border-left: 30px solid transparent;
  border-right: 5px solid #b7b0a5;
  border-top: 30px solid transparent;
  height: 0;
  width: 0px;
  background: transparent;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Safari and Chrome */
  -o-transform: rotate(135deg);
  /* Opera */
  -moz-transform: rotate(135deg);
  /* Firefox */
  transform: rotate(135deg);
}
/* line 23, ../sass/core/_icons.scss */
.ico-arrow-lt1.rt1 {
  transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  /* IE 9 */
  -webkit-transform: rotate(315deg);
  /* Safari and Chrome */
  -o-transform: rotate(315deg);
  /* Opera */
  -moz-transform: rotate(315deg);
  /* Firefox */
  transform: rotate(315deg);
}

/* line 37, ../sass/core/_icons.scss */
.ico-arrow-right-circle {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 42%;
  left: 47%;
  cursor: pointer;
}
/* line 46, ../sass/core/_icons.scss */
.ico-arrow-right-circle:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 13px;
  height: 0;
  left: 22px;
  position: absolute;
  top: 12px;
  width: 0;
  content: " ";
}

/* line 59, ../sass/core/_icons.scss */
.ico-arrow-right:after {
  border-color: transparent transparent transparent #1d2023;
  border-style: solid;
  border-width: 20px;
  content: " ";
  height: 0;
  left: -22px;
  position: absolute;
  top: -20px;
  width: 0;
}

/* line 70, ../sass/core/_icons.scss */
.ico-arrow-right {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 20px;
  cursor: pointer;
  height: 0;
  left: 18px;
  position: absolute;
  top: 38px;
  width: 0;
}

/* line 82, ../sass/core/_icons.scss */
.ico-arrow-left:after {
  border-color: transparent #1d2023 transparent transparent;
  border-style: solid;
  border-width: 20px;
  content: " ";
  height: 0;
  left: -18px;
  position: absolute;
  top: -20px;
  width: 0;
}

/* line 93, ../sass/core/_icons.scss */
.ico-arrow-left {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 20px;
  cursor: pointer;
  height: 0;
  left: -12px;
  position: absolute;
  top: 38px;
  width: 0;
}

/* line 104, ../sass/core/_icons.scss */
.ico--close {
  width: 30px;
  height: 30px;
  color: #fff;
  text-indent: 0 !important;
  font-weight: bold;
}

/* ==========================================================================
   Image Icons
   .========================================================================== */
/* line 115, ../sass/core/_icons.scss */
.ico-jhlogo, .ico-racflogo, .ico-racflogo-blue {
  display: inline-block;
}

/* line 125, ../sass/core/_icons.scss */
.ico-jhlogo {
  height: 37px;
  width: 107px;
  background-position: -137px 0;
}

/* line 134, ../sass/core/_icons.scss */
.ico-racflogo {
  height: 70px;
  width: 134px;
  background-position: -438px 0;
}

/* line 143, ../sass/core/_icons.scss */
.ico-racflogo-blue {
  height: 70px;
  width: 134px;
  background-position: -274px 0;
}

/*SVG/font icons*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?tagtoc");
  src: url("../fonts/icomoon.eot?#iefixtagtoc") format("embedded-opentype"), url("../fonts/icomoon.woff?tagtoc") format("woff"), url("../fonts/icomoon.ttf?tagtoc") format("truetype"), url("../fonts/icomoon.svg?tagtoc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 163, ../sass/core/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.svg?tagtoc#icomoon") format("svg");
  }
}
/* line 182, ../sass/core/_icons.scss */
.icon-home:before {
  content: "\e606";
}

/* line 185, ../sass/core/_icons.scss */
.icon-copy:before {
  content: "\e607";
}

/* line 188, ../sass/core/_icons.scss */
.icon-folder:before {
  content: "\e608";
}

/* line 191, ../sass/core/_icons.scss */
.icon-barcode:before {
  content: "\e609";
}

/* line 194, ../sass/core/_icons.scss */
.icon-qrcode:before {
  content: "\e60a";
}

/* line 197, ../sass/core/_icons.scss */
.icon-ticket:before {
  content: "\e613";
}

/* line 200, ../sass/core/_icons.scss */
.icon-users:before {
  content: "\e60b";
}

/* line 203, ../sass/core/_icons.scss */
.icon-lock:before {
  content: "\e614";
}

/* line 206, ../sass/core/_icons.scss */
.icon-aid:before {
  content: "\e60c";
}

/* line 209, ../sass/core/_icons.scss */
.icon-trophy:before {
  content: "\e60d";
}

/* line 212, ../sass/core/_icons.scss */
.icon-menu:before {
  content: "\e605";
}

/* line 215, ../sass/core/_icons.scss */
.icon-link:before {
  content: "\e60e";
}

/* line 218, ../sass/core/_icons.scss */
.icon-thumbs-up:before {
  content: "\e60f";
}

/* line 221, ../sass/core/_icons.scss */
.icon-plus:before {
  content: "\e610";
}

/* line 224, ../sass/core/_icons.scss */
.icon-googleplus:before {
  content: "\e600";
}

/* line 227, ../sass/core/_icons.scss */
.icon-facebook:before {
  content: "\e601";
}

/* line 230, ../sass/core/_icons.scss */
.icon-twitter:before {
  content: "\e602";
}

/* line 233, ../sass/core/_icons.scss */
.icon-feed:before {
  content: "\e603";
}

/* line 236, ../sass/core/_icons.scss */
.icon-food:before {
  content: "\e611";
}

/* line 239, ../sass/core/_icons.scss */
.icon-t-shirt:before {
  content: "\e612";
}

/* line 242, ../sass/core/_icons.scss */
.icon-calendar:before {
  content: "\e615";
}

/* line 245, ../sass/core/_icons.scss */
.icon-world:before {
  content: "\e616";
}

/* line 248, ../sass/core/_icons.scss */
.icon-linkedin:before {
  content: "\e604";
}

/*$height: base-sprite-height(lanesborough-logo);
$width: base-sprite-width(lanesborough-logo);
.icon-sitelogo {
  @extend %icon;
  height:$height;
  width:$width;
  @include base-sprite(lanesborough-logo);
}
.icon-menu {
  @extend %icon;
  height:$height + $box-padding;
  width:$width + $box-padding;
  @include base-sprite(menu);
}

$height: base-sprite-height(logo);
$width: base-sprite-width(logo);
.icon-logo {
  @extend %icon;
  height:$height + $box-padding;
  width:$width + $box-padding;
  @include base-sprite(logo);
}

$height: base-sprite-height(logo2);
$width: base-sprite-width(logo2);
.icon-logo2 {
  @extend %icon;
  height:$height + $box-padding;
  width:$width + $box-padding;
  @include base-sprite(logo2);
}

$height: base-sprite-height(i-facebook);
$width: base-sprite-width(i-facebook);
.icon-facebook {
  @extend %icon;
  height:$height + $box-padding;
  width:$width + $box-padding;
  @include base-sprite(i-facebook);
}

$height: base-sprite-height(i-twitter);
$width: base-sprite-width(i-twitter);
.icon-twitter {
  @extend %icon;
  height:$height + $box-padding;
  width:$width + $box-padding;
  @include base-sprite(i-twitter);
}

$height: base-sprite-height(i-gplus);
$width: base-sprite-width(i-gplus);
.icon-gplus {
  @extend %icon;
  height:$height + $box-padding;
  width:$width + $box-padding;
  @include base-sprite(i-gplus);
}

$height: base-sprite-height(arrow-left);
$width: base-sprite-width(arrow-left);
.icon-arrowleft {
  @extend %icon;
  height:$height;
  width:$width;
  @include base-sprite(arrow-left);
}

$height: base-sprite-height(arrow-right);
$width: base-sprite-width(arrow-right);
.icon-arrowright {
  @extend %icon;
  height:$height;
  width:$width;
  @include base-sprite(arrow-right);
}
$height: base-sprite-height(johnhenry-logo);
$width: base-sprite-width(johnhenry-logo);
.icon-jhlogo {
  @extend %icon;
  height:$height;
  width:$width;
  @include base-sprite(johnhenry-logo);
}*/
/* ==========================================================================
   Base Settings (Reset)
   ========================================================================== */
/* line 4, ../sass/core/_layout.scss */
body {
  font: 15px "Geometria-Light", Arial, sans-serif;
  color: #5d5b51;
  line-hight: 1.4;
  -webkit-text-size-adjust: none;
  /*prevents iOS from sizing up your text for readability*/
}

/* line 12, ../sass/core/_layout.scss */
*, menu, ol, ul, dl {
  margin: 0;
  padding: 0;
}

/* line 22, ../sass/core/_layout.scss */
a {
  color: #5d5b51;
  text-decoration: none;
}

/* line 27, ../sass/core/_layout.scss */
a:focus {
  outline: 0;
}

/* line 31, ../sass/core/_layout.scss */
img {
  border: 0;
}

/* line 37, ../sass/core/_layout.scss */
h1, h2, h3, h4, h5, h6 {
  color: #5d5b51;
  line-height: 1;
  font-weight: normal;
}

/* line 43, ../sass/core/_layout.scss */
h1 {
  font-size: 20.625px;
  font-size: 1.375rem;
}

/* line 47, ../sass/core/_layout.scss */
h2 {
  font-size: 18.75px;
  font-size: 1.25rem;
}

/* line 51, ../sass/core/_layout.scss */
h3 {
  font-size: 15px;
  font-size: 1rem;
}

/* line 55, ../sass/core/_layout.scss */
p {
  margin: 15px 0 0 0;
}

/* line 59, ../sass/core/_layout.scss */
input {
  padding: 5px;
  color: #5d5b51;
}

/* line 64, ../sass/core/_layout.scss */
input[type=submit] {
  background: transparent;
}

/* ==========================================================================
   Layout
   .========================================================================== */
/* line 71, ../sass/core/_layout.scss */
.full-img {
  width: 100%;
  vertical-align: middle;
}

/* line 76, ../sass/core/_layout.scss */
.wrapper {
  width: 90%;
  margin: 0 auto;
}

/* ==========================================================================
   TopNav
   .==========================================================================*/
/* line 5, ../sass/modules/_navigation.scss */
nav {
  float: right;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 0.8em;
  letter-spacing: .1em;
  text-align: right;
  text-transform: uppercase;
}
/* line 17, ../sass/modules/_navigation.scss */
nav ul {
  display: block;
  float: right;
  margin: 0;
}
@media (max-width: 980px) {
  /* line 17, ../sass/modules/_navigation.scss */
  nav ul {
    display: none;
  }
}
/* line 27, ../sass/modules/_navigation.scss */
nav ul li {
  display: inline-block;
  float: left;
  margin-right: 1em;
  list-style-type: none;
  margin: 0;
}
/* line 35, ../sass/modules/_navigation.scss */
nav ul li a {
  display: block;
  float: left;
  padding: 3px 13px;
  font-weight: 500;
}
/* line 44, ../sass/modules/_navigation.scss */
nav.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  height: auto;
  width: auto;
  z-index: 999;
  background: #19181e;
  display: block;
  border: none;
}
/* line 59, ../sass/modules/_navigation.scss */
nav.open ul {
  display: block;
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 10%;
  left: 0;
}
@media (max-width: 720px) {
  /* line 59, ../sass/modules/_navigation.scss */
  nav.open ul {
    bottom: 4%;
  }
}
/* line 73, ../sass/modules/_navigation.scss */
nav.open ul li {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 4%;
  margin-bottom: 4%;
}
@media (max-width: 720px) {
  /* line 73, ../sass/modules/_navigation.scss */
  nav.open ul li {
    margin-top: 1%;
    margin-bottom: 1%;
  }
}
/* line 88, ../sass/modules/_navigation.scss */
nav.open ul li a {
  display: block;
  width: 100%;
  padding: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  font-size: 1.4rem;
}

/* line 103, ../sass/modules/_navigation.scss */
.navButton {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 999;
  background: #19181e;
  transition: transform 50ms;
  cursor: pointer;
}
@media (max-width: 980px) {
  /* line 103, ../sass/modules/_navigation.scss */
  .navButton {
    display: block;
  }
}
/* line 120, ../sass/modules/_navigation.scss */
.navButton .menu-icon {
  background: #ffffde;
  width: 31px;
  height: 5px;
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  left: 10px;
  top: 23px;
}
/* line 130, ../sass/modules/_navigation.scss */
.navButton .menu-icon:nth-child(2) {
  top: 11px;
  transform-origin: 0 100%;
}
/* line 135, ../sass/modules/_navigation.scss */
.navButton .menu-icon:nth-child(3) {
  top: 35px;
  transform-origin: 0 0;
}
/* line 142, ../sass/modules/_navigation.scss */
.navButton.open {
  background: #fff;
}
/* line 145, ../sass/modules/_navigation.scss */
.navButton.open .menu-icon {
  background: #19181e;
}
/* line 148, ../sass/modules/_navigation.scss */
.navButton.open .menu-icon:nth-child(1) {
  transform: scale(0.01, 1);
}
/* line 152, ../sass/modules/_navigation.scss */
.navButton.open .menu-icon:nth-child(2) {
  transform: translate(2px, 0) rotate(45deg);
}
/* line 156, ../sass/modules/_navigation.scss */
.navButton.open .menu-icon:nth-child(3) {
  transform: translate(2px, 0) rotate(-45deg);
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
/* line 6, ../sass/modules/_content.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 11, ../sass/modules/_content.scss */
body {
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  /* line 11, ../sass/modules/_content.scss */
  body {
    font-size: 13.5px;
    font-size: 0.9rem;
  }
}
@media (max-width: 720px) {
  /* line 11, ../sass/modules/_content.scss */
  body {
    font-size: 10.8px;
    font-size: 0.72rem;
  }
}

/* line 27, ../sass/modules/_content.scss */
a:hover {
  color: #d1cba0;
}

/* line 32, ../sass/modules/_content.scss */
p {
  margin-top: 15px;
  line-height: 1.7;
}

/* line 40, ../sass/modules/_content.scss */
ul li {
  list-style-type: none;
}

/* line 46, ../sass/modules/_content.scss */
h1, h2 {
  font-family: "Linotype Didot W02";
}

/* line 50, ../sass/modules/_content.scss */
h1 {
  font-size: 150px;
  font-size: 10rem;
  margin: 0;
}
@media (max-width: 1200px) {
  /* line 50, ../sass/modules/_content.scss */
  h1 {
    font-size: 75px;
    font-size: 5rem;
  }
}
@media (max-width: 980px) {
  /* line 50, ../sass/modules/_content.scss */
  h1 {
    font-size: 45px;
    font-size: 3rem;
  }
}
@media (max-width: 720px) {
  /* line 50, ../sass/modules/_content.scss */
  h1 {
    font-size: 33px;
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  /* line 50, ../sass/modules/_content.scss */
  h1 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

/* line 74, ../sass/modules/_content.scss */
h2 {
  font-size: 42px;
  font-size: 2.8rem;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  /* line 74, ../sass/modules/_content.scss */
  h2 {
    font-size: 33px;
    font-size: 2.2rem;
  }
}
@media (max-width: 720px) {
  /* line 74, ../sass/modules/_content.scss */
  h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

/* line 91, ../sass/modules/_content.scss */
h3 {
  font-size: 15px;
  font-size: 1rem;
  font-family: "Geometria-Bold", Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 6px;
  color: #d1cba0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

/* line 102, ../sass/modules/_content.scss */
h4 {
  font-size: 16.5px;
  font-size: 1.1rem;
  margin: 5px 0px 10px;
  font-weight: bold;
}

/* line 108, ../sass/modules/_content.scss */
ul {
  margin: 20px 0;
}
/* line 111, ../sass/modules/_content.scss */
ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 10px;
}

/* line 118, ../sass/modules/_content.scss */
header {
  border-top: 6px solid #7c0200;
}
/* line 122, ../sass/modules/_content.scss */
header nav ul li a.active {
  color: #7c0200;
}

/* line 129, ../sass/modules/_content.scss */
.page-meetings-and-events nav a.menu-meetings-and-events {
  color: #7c0200;
}

/* line 136, ../sass/modules/_content.scss */
.page-hotels-and-resorts nav a.menu-hotels-and-resorts {
  color: #7c0200;
}

/* line 143, ../sass/modules/_content.scss */
.page-contact nav a.menu-contact {
  color: #7c0200;
}

/* line 150, ../sass/modules/_content.scss */
.page-gallery nav a.menu-gallery {
  color: #7c0200;
}

/* line 157, ../sass/modules/_content.scss */
.page-affiliates nav a.affiliates {
  color: #7c0200;
}

/* line 164, ../sass/modules/_content.scss */
.logo img {
  margin-top: 26px;
  max-width: 100%;
}

/* line 170, ../sass/modules/_content.scss */
.pageTitle {
  background: url("../images/triangle_overlay.png") repeat bottom center #d1cba0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/triangle_overlay.png',sizingMethod='scale');
  background-size: contain;
  padding: 65px 30%;
  clear: both;
  position: relative;
  text-align: center;
  min-height: 190px;
}
@media (max-width: 1200px) {
  /* line 170, ../sass/modules/_content.scss */
  .pageTitle {
    padding: 65px 14%;
  }
}
@media (max-width: 720px) {
  /* line 170, ../sass/modules/_content.scss */
  .pageTitle {
    padding: 30px 4%;
  }
}
/* line 190, ../sass/modules/_content.scss */
.pageTitle h2 {
  max-width: 650px;
  margin: 15px auto;
}
@media (max-width: 1200px) {
  /* line 190, ../sass/modules/_content.scss */
  .pageTitle h2 {
    max-width: 550px;
  }
}
/* line 202, ../sass/modules/_content.scss */
.pageTitle a {
  text-transform: uppercase;
  font-family: "Geometria-Bold", Arial, sans-serif;
  letter-spacing: 0.2em;

  margin-top: 1em;
  margin-bottom: 2.25em;
  vertical-align: top;
}

.pageTitle a.one{
  text-transform: uppercase;
  font-family: "Geometria-Bold", Arial, sans-serif;
  letter-spacing: 0.2em;
  color: #7c1e17;
  margin-top: 1em;
  margin-bottom: 2.25em;
  vertical-align: top;
}

/* line 212, ../sass/modules/_content.scss */
.pageTitle a:before, .pageTitle a:after {
 
  color: #7c0200;
  font-family: "Geometria-Light", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 220, ../sass/modules/_content.scss */
.pageTitle a:hover {
  color: #7c0200;
}

/* line 226, ../sass/modules/_content.scss */
.map-info {
  width: 100%;
  padding: 65px 0 0 0;
  float: left;
  clear: both;
  position: relative;
}
/* line 234, ../sass/modules/_content.scss */
.map-info .hotelPinList {
  display: block;
  float: left;
  width: 32.09524%;
  margin-left: 6%;
}
@media (max-width: 980px) {
  /* line 234, ../sass/modules/_content.scss */
  .map-info .hotelPinList {
    width: 88%;
    margin-left: 6%;
    text-align: center;
    padding-bottom: 65px;
  }
}
/* line 249, ../sass/modules/_content.scss */
.map-info .hotelPinList h2 {
  margin-bottom: 0;
}
/* line 255, ../sass/modules/_content.scss */
.map-info .hotelPinList h3 {
  display: block;
  float: left;
  clear: both;
}
@media (max-width: 980px) {
  /* line 255, ../sass/modules/_content.scss */
  .map-info .hotelPinList h3 {
    float: none;
  }
}
/* line 266, ../sass/modules/_content.scss */
.map-info .hotelPinList a, .map-info .hotelPinList p {
  display: block;
  float: left;
  clear: both;
  margin-top: 6px;
}
@media (max-width: 980px) {
  /* line 266, ../sass/modules/_content.scss */
  .map-info .hotelPinList a, .map-info .hotelPinList p {
    float: none;
  }
}
/* line 279, ../sass/modules/_content.scss */
.map-info .hotelPinList span {
  font-family: "Linotype Didot W02";
  font-size: 18px;
  font-size: 1.2rem;
  font-style: italic;
  color: #6d6c5f;
}
@media (max-width: 1200px) {
  /* line 279, ../sass/modules/_content.scss */
  .map-info .hotelPinList span {
    font-size: 15px;
    font-size: 1rem;
  }
}
/* line 291, ../sass/modules/_content.scss */
.map-info .hotelPinList span.title {
  color: #d1cba0;
  font-style: normal;
  font-family: "Geometria-Bold", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  display: block;
  float: left;
  clear: both;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  /* line 291, ../sass/modules/_content.scss */
  .map-info .hotelPinList span.title {
    text-align: center;
    width: 100%;
  }
}
/* line 309, ../sass/modules/_content.scss */
.map-info .hotelPinList span.title.title.v-40 {
  margin-top: 40px;
}
/* line 316, ../sass/modules/_content.scss */
.map-info .hotelPinList ul {
  margin: 0;
}
/* line 319, ../sass/modules/_content.scss */
.map-info .hotelPinList ul li {
  list-style-type: none;
  margin-top: 0;
}
/* line 324, ../sass/modules/_content.scss */
.map-info .hotelPinList ul li a {
  font-size: 15px;
  font-size: 1rem;
}
/* line 330, ../sass/modules/_content.scss */
.map-info .googleMap {
  display: block;
  float: right;
  width: 61.90476%;
  height: 665px;
  background: #eee;
  margin-top: -65px;
}
@media (max-width: 980px) {
  /* line 330, ../sass/modules/_content.scss */
  .map-info .googleMap {
    width: 100%;
    clear: both;
    margin: 0;
    height: 600px;
  }
}
@media (max-width: 980px) {
  /* line 330, ../sass/modules/_content.scss */
  .map-info .googleMap {
    height: 450px;
  }
}

/* line 355, ../sass/modules/_content.scss */
.hero {
  display: block;
  float: left;
  width: 100%;
  /*flexslider*/
}
/* line 361, ../sass/modules/_content.scss */
.hero .flexslider {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
/* line 368, ../sass/modules/_content.scss */
.hero .flexslider ul {
  margin: -30px 0;
  padding: 0;
  display: block;
  clear: both;
  width: 100%;
}
/* line 375, ../sass/modules/_content.scss */
.hero .flexslider ul li {
  width: 100%;
  height: 42rem;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 384, ../sass/modules/_content.scss */
.hero .flexslider ul li img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 720px) {
  /* line 384, ../sass/modules/_content.scss */
  .hero .flexslider ul li img {
    width: 160%;
    margin-left: -20%;
  }
}
/* line 399, ../sass/modules/_content.scss */
.hero .flexslider ul li h1 {
  font-family: "Linotype Didot W02";
  font-style: italic;
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 150px;
  font-size: 10rem;
  color: #fff;
}
@media (max-width: 1200px) {
  /* line 399, ../sass/modules/_content.scss */
  .hero .flexslider ul li h1 {
    font-size: 105px;
    font-size: 7rem;
  }
}
@media (max-width: 980px) {
  /* line 399, ../sass/modules/_content.scss */
  .hero .flexslider ul li h1 {
    font-size: 60px;
    font-size: 4rem;
  }
}
@media (max-width: 720px) {
  /* line 399, ../sass/modules/_content.scss */
  .hero .flexslider ul li h1 {
    font-size: 45px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  /* line 399, ../sass/modules/_content.scss */
  .hero .flexslider ul li h1 {
    font-size: 33px;
    font-size: 2.2rem;
  }
}
/* line 430, ../sass/modules/_content.scss */
.hero .flexslider ul li span {
  display: block;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  padding: 20px 20%;
  text-align: center;
  background-color: #000;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  color: #fff;
  font-family: "Linotype Didot W02";
  font-style: italic;
  font-size: 22.5px;
  font-size: 1.5rem;
  min-height: 150px;
  min-height: 10rem;
  line-height: 33.75px;
  line-height: 2.25rem;
}
@media (max-width: 1200px) {
  /* line 430, ../sass/modules/_content.scss */
  .hero .flexslider ul li span {
    font-size: 19.5px;
    font-size: 1.3rem;
    min-height: 105px;
    min-height: 7rem;
  }
}
@media (max-width: 980px) {
  /* line 430, ../sass/modules/_content.scss */
  .hero .flexslider ul li span {
    font-size: 18px;
    font-size: 1.2rem;
    min-height: 60px;
    min-height: 4rem;
    width: 80%;
    padding: 5px 10%;
  }
}
@media (max-width: 720px) {
  /* line 430, ../sass/modules/_content.scss */
  .hero .flexslider ul li span {
    font-size: 16.5px;
    font-size: 1.1rem;
    min-height: 45px;
    min-height: 3rem;
  }
}
@media (max-width: 480px) {
  /* line 430, ../sass/modules/_content.scss */
  .hero .flexslider ul li span {
    width: 98%;
    padding: 2px 1%;
    font-size: 13.5px;
    font-size: 0.9rem;
    min-height: 33px;
    min-height: 2.2rem;
  }
}
@media (max-width: 1200px) {
  /* line 430, ../sass/modules/_content.scss */
  .hero .flexslider ul li span {
    line-height: 30px;
    line-height: 2rem;
  }
}
@media (max-width: 720px) {
  /* line 430, ../sass/modules/_content.scss */
  .hero .flexslider ul li span {
    line-height: 21px;
    line-height: 1.4rem;
  }
}

/* line 493, ../sass/modules/_content.scss */
.page-meetings-and-events .hero .flexslider ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-padding-start: 0px;
}
/* line 500, ../sass/modules/_content.scss */
.page-meetings-and-events .hero .flexslider ul li img {
  vertical-align: top;
}

/* line 513, ../sass/modules/_content.scss */
.page-about .hero .flexslider ul li img {
  top: 120px;
}
/* line 518, ../sass/modules/_content.scss */
.page-about .hero .flexslider ul li:nth-child(2) img {
  top: 40px;
}
/* line 522, ../sass/modules/_content.scss */
.page-about .hero .flexslider ul li:nth-child(3) img {
  top: 0px;
}

/* line 529, ../sass/modules/_content.scss */
.favhotel {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  overflow-x: hidden;
}
/* line 537, ../sass/modules/_content.scss */
.favhotel h1 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  font-style: italic;
}
@media (max-width: 1200px) {
  /* line 537, ../sass/modules/_content.scss */
  .favhotel h1 {
    top: 30%;
  }
}
/* line 553, ../sass/modules/_content.scss */
.favhotel span {
  display: block;
  position: absolute;
  width: 100%;
  top: 20%;
  left: 0;
  margin-top: 140px;
  z-index: 1;
  font-family: "Linotype Didot W02";
  font-style: italic;
  color: #fff;
  font-size: 39px;
  font-size: 2.6rem;
}
@media (max-width: 1200px) {
  /* line 553, ../sass/modules/_content.scss */
  .favhotel span {
    top: 30%;
    font-size: 30px;
    font-size: 2rem;
    margin-top: 70px;
  }
}
@media (max-width: 980px) {
  /* line 553, ../sass/modules/_content.scss */
  .favhotel span {
    margin-top: 42px;
  }
}
@media (max-width: 480px) {
  /* line 553, ../sass/modules/_content.scss */
  .favhotel span {
    margin-top: 22px;
    font-size: 18px;
    font-size: 1.2rem;
  }
}
/* line 585, ../sass/modules/_content.scss */
.favhotel .overlayTxt {
  position: absolute;
  min-height: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  padding: 20px 20% 20px;
  z-index: 2;
  background-color: #000;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  line-height: 1.4;
}
@media (max-width: 1200px) {
  /* line 585, ../sass/modules/_content.scss */
  .favhotel .overlayTxt {
    padding: 20px 14% 10px;
    width: 72%;
    min-height: 40px;
  }
}
@media (max-width: 980px) {
  /* line 585, ../sass/modules/_content.scss */
  .favhotel .overlayTxt {
    padding: 10px 14% 10px;
    min-height: 22px;
  }
}
@media (max-width: 720px) {
  /* line 585, ../sass/modules/_content.scss */
  .favhotel .overlayTxt {
    padding: 0 4% 10px;
    width: 92%;
    min-height: 9px;
  }
}
/* line 618, ../sass/modules/_content.scss */
.favhotel p {
  font-family: "Linotype Didot W02";
  font-size: 22.5px;
  font-size: 1.5rem;
  font-style: italic;
  color: #fff;
}
@media (max-width: 1200px) {
  /* line 618, ../sass/modules/_content.scss */
  .favhotel p {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 980px) {
  /* line 618, ../sass/modules/_content.scss */
  .favhotel p {
    font-size: 15px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  /* line 618, ../sass/modules/_content.scss */
  .favhotel p {
    font-size: 13.5px;
    font-size: 0.9rem;
  }
}
/* line 639, ../sass/modules/_content.scss */
.favhotel img {
  display: block;
  float: left;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 720px) {
  /* line 639, ../sass/modules/_content.scss */
  .favhotel img {
    width: 160%;
    margin-left: -30%;
  }
}
@media (max-width: 480px) {
  /* line 639, ../sass/modules/_content.scss */
  .favhotel img {
    width: 260%;
    margin-left: -80%;
  }
}

/* line 659, ../sass/modules/_content.scss */
.addressbar {
  width: 88%;
  float: left;
  clear: both;
  padding: 60px 6%;
  background-color: #d1cba0;
}
/* line 666, ../sass/modules/_content.scss */
.addressbar div:first-child {
  float: left;
  width: 38%;
  padding: 14.8% 6%;
  min-height: 10px;
}
@media (max-width: 980px) {
  /* line 666, ../sass/modules/_content.scss */
  .addressbar div:first-child {
    width: 88%;
  }
}
/* line 678, ../sass/modules/_content.scss */
.addressbar div:last-child {
  float: right;
  width: 38%;
  padding: 0 6%;
}
@media (max-width: 980px) {
  /* line 678, ../sass/modules/_content.scss */
  .addressbar div:last-child {
    clear: both;
    width: 88%;
  }
}

/* line 693, ../sass/modules/_content.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 698, ../sass/modules/_content.scss */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 980px) {
  /* line 706, ../sass/modules/_content.scss */
  .addressbar div:first-child {
    padding: 29.5% 2% 29% 10%;
  }

  /* line 710, ../sass/modules/_content.scss */
  .addressbar div:last-child {
    margin-top: 5%;
  }
}
/* line 717, ../sass/modules/_content.scss */
.highlight-icon {
  position: absolute;
  bottom: -51px;
  left: 50%;
  margin-left: -51px;
  z-index: 3;
}

/* line 726, ../sass/modules/_content.scss */
.hotel-info {
  width: 100%;
  float: left;
  clear: both;
}
/* line 732, ../sass/modules/_content.scss */
.hotel-info section.hotelTxt {
  float: right;
  padding-top: 26px;
  padding-bottom: 4px;
  width: 31.58277%;
  padding-left: 3.25624%;
  padding-right: 3.25624%;
}
@media (max-width: 980px) {
  /* line 732, ../sass/modules/_content.scss */
  .hotel-info section.hotelTxt {
    width: 93.48753%;
    clear: both;
    margin: 0;
  }
}
/* line 748, ../sass/modules/_content.scss */
.hotel-info section.hotelTxt h4 {
  font-size: 15px;
  font-size: 1rem;
}
/* line 753, ../sass/modules/_content.scss */
.hotel-info section.hotelImg {
  width: 61.90476%;
  float: right;
  overflow: hidden;
  position: relative;
}
@media (max-width: 980px) {
  /* line 753, ../sass/modules/_content.scss */
  .hotel-info section.hotelImg {
    width: 100%;
    clear: both;
    float: left;
    margin: 0;
  }
}
/* line 768, ../sass/modules/_content.scss */
.hotel-info section.hotelImg img {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 480px) {
  /* line 768, ../sass/modules/_content.scss */
  .hotel-info section.hotelImg img {
    width: 200%;
    clear: both;
    float: left;
    margin-left: -50%;
  }
}
/* line 781, ../sass/modules/_content.scss */
.hotel-info section.hotelImg .mapBlock {
  height: 600px;
  background: #eee;
}
@media (max-width: 480px) {
  /* line 781, ../sass/modules/_content.scss */
  .hotel-info section.hotelImg .mapBlock {
    height: 450px;
  }
}
/* line 794, ../sass/modules/_content.scss */
.hotel-info:nth-child(2n+1) section.hotelTxt {
  float: left;
}
/* line 801, ../sass/modules/_content.scss */
.hotel-info:nth-child(2n) section.hotelImg {
  float: left;
}
/* line 807, ../sass/modules/_content.scss */
.hotel-info span {
  font-weight: 600;
  margin-top: 10px;
}
/* line 813, ../sass/modules/_content.scss */
.hotel-info a {
  text-transform: uppercase;
  font-family: "Geometria-Bold", Arial, sans-serif;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 1em;
  margin-bottom: 2.25em;
  vertical-align: top;
}
/* line 823, ../sass/modules/_content.scss */
.hotel-info a:before, .hotel-info a:after {
  content: "-";
  color: #7c0200;
  font-family: "Geometria-Light", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 831, ../sass/modules/_content.scss */
.hotel-info a:hover {
  color: #7c0200;
}
/* line 837, ../sass/modules/_content.scss */
.hotel-info ul {
  margin-bottom: 40px;
}
/* line 840, ../sass/modules/_content.scss */
.hotel-info ul li {
  margin-top: 10px;
}

/* line 846, ../sass/modules/_content.scss */
.three-column {
  padding: 40px 0 100px 0;
  position: relative;
  text-align: center;
  float: left;
  clear: both;
  width: 100%;
}
/* line 855, ../sass/modules/_content.scss */
.three-column section section {
  display: block;
  float: left;
  clear: none;
  width: 28%;
  margin-right: 8%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
/* line 866, ../sass/modules/_content.scss */
.three-column section section:nth-of-type(3n+1) {
  clear: both;
}
@media (max-width: 1200px) {
  /* line 866, ../sass/modules/_content.scss */
  .three-column section section:nth-of-type(3n+1) {
    clear: none;
  }
}
/* line 875, ../sass/modules/_content.scss */
.three-column section section:nth-of-type(3n) {
  margin-right: 0;
  float: right;
}
@media (max-width: 1200px) {
  /* line 875, ../sass/modules/_content.scss */
  .three-column section section:nth-of-type(3n) {
    float: left;
  }
}
@media (max-width: 1200px) {
  /* line 855, ../sass/modules/_content.scss */
  .three-column section section {
    width: 45%;
    margin-right: 10%;
  }
  /* line 891, ../sass/modules/_content.scss */
  .three-column section section:nth-of-type(2n+1) {
    float: left;
    clear: both;
  }
  /* line 896, ../sass/modules/_content.scss */
  .three-column section section:nth-of-type(2n) {
    float: right;
    clear: none;
    margin-right: 0;
  }
}
@media (max-width: 720px) {
  /* line 855, ../sass/modules/_content.scss */
  .three-column section section {
    width: 100%;
    clear: both;
    float: left;
    margin: 0;
  }
}
/* line 913, ../sass/modules/_content.scss */
.three-column .inline {
  display: inline-block;
  float: none;
  width: 88%;
  max-width: 1380px;
  margin: 0;
}
/* line 925, ../sass/modules/_content.scss */
.three-column .download-title h2 {
  text-transform: none;
  color: #5D5B51;
  font-size: 1.5rem;
}
/* line 932, ../sass/modules/_content.scss */
.three-column .download-title a {
  color: #5D5B51;
  padding-bottom: 5px;
}
/* line 938, ../sass/modules/_content.scss */
.three-column .download-title a:hover {
  color: #7C0200;
}
/* line 943, ../sass/modules/_content.scss */
.three-column .download-title a::before {
  content: "- ";
}
/* line 948, ../sass/modules/_content.scss */
.three-column .download-title a::after {
  content: " -";
}
/* line 954, ../sass/modules/_content.scss */
.three-column div {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: left;
}
/* line 960, ../sass/modules/_content.scss */
.three-column div:nth-of-type(2n) {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
  width: 63.76811594%;
  max-width: 880px;
  float: right;
  margin-bottom: 40px;
  margin-left: 8%;
  vertical-align: top;
}
@media (max-width: 1200px) {
  /* line 960, ../sass/modules/_content.scss */
  .three-column div:nth-of-type(2n) {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* line 977, ../sass/modules/_content.scss */
.three-column div:nth-of-type(2n) p {
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 983, ../sass/modules/_content.scss */
.three-column div:nth-of-type(2n+1) {
  display: block;
  clear: both;
  float: left;
  width: 27.53623188%;
  max-width: 380px;
}
/* line 991, ../sass/modules/_content.scss */
.three-column div:nth-of-type(2n+1) h3 {
  display: block;
  float: left;
  margin-top: 0;
  text-align: left;
}
/* line 998, ../sass/modules/_content.scss */
.three-column div:nth-of-type(2n+1) img {
  display: block;
  clear: both;
  float: left;
}
@media (max-width: 720px) {
  /* line 954, ../sass/modules/_content.scss */
  .three-column div {
    margin-top: 30px;
    margin-bottom: 0;
  }
  /* line 1010, ../sass/modules/_content.scss */
  .three-column div:nth-of-type(2n) {
    width: 100%;
  }
  /* line 1014, ../sass/modules/_content.scss */
  .three-column div:nth-of-type(2n+1) {
    width: 100%;
    max-width: none;
  }
}

/* line 1024, ../sass/modules/_content.scss */
.two-column {
  width: 50%;
  padding: 60px 25% 60px;
  float: left;
  position: relative;
}
/* line 1031, ../sass/modules/_content.scss */
.two-column section {
  display: block;
  float: left;
  clear: none;
  max-width: 46%;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 1040, ../sass/modules/_content.scss */
.two-column section:nth-of-type(2n+1) {
  clear: both;
}
/* line 1044, ../sass/modules/_content.scss */
.two-column section:nth-of-type(2n) {
  margin-right: 0;
  float: right;
}
@media (max-width: 720px) {
  /* line 1031, ../sass/modules/_content.scss */
  .two-column section {
    max-width: 88%;
    margin-left: 6%;
  }
  /* line 1054, ../sass/modules/_content.scss */
  .two-column section:nth-of-type(2n) {
    margin-right: 0;
    float: left;
  }
}
/* line 1061, ../sass/modules/_content.scss */
.two-column section h3 {
  margin-top: 0;
}
@media (max-width: 720px) {
  /* line 1024, ../sass/modules/_content.scss */
  .two-column {
    width: 100%;
    margin: 0;
    padding: 20px 0 30px;
  }
}

/* line 1075, ../sass/modules/_content.scss */
.two-column a:hover {
  color: #5d5b51;
}

/* line 1079, ../sass/modules/_content.scss */
.two-column a {
  color: #d1cba0;
}

/* line 1083, ../sass/modules/_content.scss */
.two-column-1 {
  width: 50%;
  padding: 30px 25% 50px;
  float: left;
  position: relative;
}
/* line 1090, ../sass/modules/_content.scss */
.two-column-1 section {
  display: block;
  float: left;
  clear: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 1098, ../sass/modules/_content.scss */
.two-column-1 section:nth-of-type(2n+1) {
  clear: both;
}
/* line 1102, ../sass/modules/_content.scss */
.two-column-1 section:nth-of-type(2n) {
  margin-right: 0;
  float: right;
}
@media (max-width: 720px) {
  /* line 1090, ../sass/modules/_content.scss */
  .two-column-1 section {
    max-width: 88%;
    margin-left: 6%;
  }
  /* line 1112, ../sass/modules/_content.scss */
  .two-column-1 section:nth-of-type(2n) {
    margin-right: 0;
    float: left;
  }
}
@media (max-width: 720px) {
  /* line 1083, ../sass/modules/_content.scss */
  .two-column-1 {
    width: 100%;
    margin: 0;
    padding: 20px 0 30px;
  }
}

/* line 1128, ../sass/modules/_content.scss */
.two-column-1 a:hover {
  color: #5d5b51;
}

/* line 1132, ../sass/modules/_content.scss */
.two-column-1 a {
  color: #d1cba0;
}

/* line 1137, ../sass/modules/_content.scss */
.three-column-random {
  position: relative;
  padding: 90px 0;
  margin: 0;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}
/* line 1148, ../sass/modules/_content.scss */
.three-column-random .inline {
  display: inline-block;
  float: none;
  width: 88%;
  max-width: 1380px;
  margin: 0;
  text-align: left;
}
/* line 1157, ../sass/modules/_content.scss */
.three-column-random .inline .contenthldr {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
}
@media (max-width: 1200px) {
  /* line 1157, ../sass/modules/_content.scss */
  .three-column-random .inline .contenthldr {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 720px) {
  /* line 1157, ../sass/modules/_content.scss */
  .three-column-random .inline .contenthldr {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* line 1177, ../sass/modules/_content.scss */
.three-column-random .inline .contenthldr > a {
  text-transform: uppercase;
  font-family: "Geometria-Bold", Arial, sans-serif;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 1em;
  margin-bottom: 2.25em;
  vertical-align: top;
}
/* line 1187, ../sass/modules/_content.scss */
.three-column-random .inline .contenthldr > a:before, .three-column-random .inline .contenthldr > a:after {
  content: "-";
  color: #7c0200;
  font-family: "Geometria-Light", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 1195, ../sass/modules/_content.scss */
.three-column-random .inline .contenthldr > a:hover {
  color: #7c0200;
}
/* line 1203, ../sass/modules/_content.scss */
.three-column-random .inline .download-title h2 {
  text-transform: none;
  color: #5D5B51;
  font-size: 1.2rem;
}
/* line 1210, ../sass/modules/_content.scss */
.three-column-random .inline .download-title a {
  color: #5D5B51;
  padding-bottom: 5px;
}
/* line 1216, ../sass/modules/_content.scss */
.three-column-random .inline .download-title a:hover {
  color: #7C0200;
}
/* line 1221, ../sass/modules/_content.scss */
.three-column-random .inline .download-title a::before {
  content: "- ";
}
/* line 1226, ../sass/modules/_content.scss */
.three-column-random .inline .download-title a::after {
  content: " -";
}
/* line 1234, ../sass/modules/_content.scss */
.three-column-random p {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 1239, ../sass/modules/_content.scss */
.three-column-random h2, .three-column-random h3, .three-column-random h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 1246, ../sass/modules/_content.scss */
.three-column-random > img {
  margin: 0;
}
/* line 1250, ../sass/modules/_content.scss */
.three-column-random > img.highlight-icon {
  margin-left: -51px;
}

/* line 1257, ../sass/modules/_content.scss */
.fullImg {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
/* line 1263, ../sass/modules/_content.scss */
.fullImg img {
  display: block;
  width: 100%;
}
@media (max-width: 480px) {
  /* line 1263, ../sass/modules/_content.scss */
  .fullImg img {
    width: 200%;
    clear: both;
    float: left;
    margin-left: -50%;
  }
}

/* line 1279, ../sass/modules/_content.scss */
.gallery-categories {
  display: block;
  text-align: center;
  margin: 60px 0;
}

/* line 1285, ../sass/modules/_content.scss */
.gallery {
  display: inline-block;
  width: 88%;
  max-width: 1260px;
  position: relative;
}
/* line 1293, ../sass/modules/_content.scss */
.gallery h3 {
  display: block;
  
  clear: both;
  padding-top: 20px;
}

.gallery h4 {
font-size: 16.5px;
font-size: 1.1rem;
margin: 5px 0px 10px;
font-weight: normal;
}
/* line 1300, ../sass/modules/_content.scss */
.gallery h3:nth-of-type(1) {
  padding-top: 10px;
}
/* line 1306, ../sass/modules/_content.scss */
.gallery section {
  display: block;
  float: left;
  margin-right: 6.5%;
  margin-top: 2.25%;
  margin-bottom: 3.25%;
  width: 29%;
  text-align: center;
}
/* line 1316, ../sass/modules/_content.scss */
.gallery section:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 980px) {
  /* line 1306, ../sass/modules/_content.scss */
  .gallery section {
    width: 46%;
    margin-right: 8%;
  }
  /* line 1327, ../sass/modules/_content.scss */
  .gallery section:nth-of-type(3n) {
    margin-right: 8%;
  }
  /* line 1331, ../sass/modules/_content.scss */
  .gallery section:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 720px) {
  /* line 1306, ../sass/modules/_content.scss */
  .gallery section {
    width: 100%;
    margin-right: 0;
  }
}
/* line 1343, ../sass/modules/_content.scss */
.gallery section > a {
  text-transform: uppercase;
  font-family: "Geometria-Bold", Arial, sans-serif;
  letter-spacing: 0.2em;
  display: block;
  bottom: 10px;
}
/* line 1351, ../sass/modules/_content.scss */
.gallery section > a:before, .gallery section > a:after {
  content: "-";
  color: #7c0200;
  font-family: "Geometria-Light", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 1359, ../sass/modules/_content.scss */
.gallery section > a:hover {
  color: #7c0200;
}
/* line 1365, ../sass/modules/_content.scss */
.gallery section div {
  display: block;
  float: left;
  margin-bottom: 20px;
    margin-bottom: 20px;
}

.gallery section .class1 {
     display: block;
  float: left;
  margin-bottom: 20px;
  margin-top:17px;
   margin-left: 25%;
}

.gallery section .class2 {
     display: block;
  float: left;
  margin-bottom: 20px;
   margin-left: 25%;
}

/* line 1370, ../sass/modules/_content.scss */
.gallery section div img {
  display: block;
  float: left;
  width: 100%;
  vertical-align: middle;
}

.gallery section div .image1 {
  display: block;
  float: right;
  width: 50%;
  vertical-align: middle;
}






.gallery1 {
  display: inline-block;
  width: 88%;
  max-width: 1260px;
  position: relative;
  padding:0px 0px 0px 22%;
}

@media (max-width:999px) and (min-width:300px){
.gallery1 {
  display: inline-block;
 
  position: relative;
  padding:0px 0px 0px 0%;
}
}

/* line 1293, ../sass/modules/_content.scss */
.gallery1 h3 {
  display: block;
  
  clear: both;
  padding-top: 20px;
}

.gallery1 h4 {
font-size: 16.5px;
font-size: 1.1rem;
margin: 5px 0px 10px;
font-weight: normal;
}
/* line 1300, ../sass/modules/_content.scss */
.gallery1 h3:nth-of-type(1) {
  padding-top: 10px;
}
/* line 1306, ../sass/modules/_content.scss */
.gallery1 section {
  display: block;
  float: left;
  margin-right: 6.5%;
  margin-top: 2.25%;
  margin-bottom: 3.25%;
  width: 29%;
  text-align: center;
}
/* line 1316, ../sass/modules/_content.scss */
.gallery1 section:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 980px) {
  /* line 1306, ../sass/modules/_content.scss */
  .gallery1 section {
    width: 46%;
    margin-right: 8%;
  }
  /* line 1327, ../sass/modules/_content.scss */
  .gallery1 section:nth-of-type(3n) {
    margin-right: 8%;
  }
  /* line 1331, ../sass/modules/_content.scss */
  .gallery1 section:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 720px) {
  /* line 1306, ../sass/modules/_content.scss */
  .gallery1 section {
    width: 100%;
    margin-right: 0;
	  padding:0px 0px 0px 0px;
  }
  
  
  
}
/* line 1343, ../sass/modules/_content.scss */
.gallery1 section > a {
  text-transform: uppercase;
  font-family: "Geometria-Bold", Arial, sans-serif;
  letter-spacing: 0.2em;
  display: block;
  bottom: 10px;
}
/* line 1351, ../sass/modules/_content.scss */
.gallery1 section > a:before, .gallery section > a:after {
  content: "-";
  color: #7c0200;
  font-family: "Geometria-Light", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
/* line 1359, ../sass/modules/_content.scss */
.gallery1 section > a:hover {
  color: #7c0200;
}
/* line 1365, ../sass/modules/_content.scss */
.gallery1 section div {
  display: block;
  float: left;
  margin-bottom: 20px;
    margin-bottom: 20px;
}

.gallery1 section .class1 {
     display: block;
  float: left;
  margin-bottom: 20px;
  margin-top:17px;
   margin-left: 25%;
}

.gallery1 section .class2 {
     display: block;
  float: left;
  margin-bottom: 20px;
   margin-left: 25%;
}

/* line 1370, ../sass/modules/_content.scss */
.gallery1 section div img {
  display: block;
  float: left;
  width: 100%;
  vertical-align: middle;
}

.gallery1 section div .image1 {
  display: block;
  float: right;
  width: 50%;
  vertical-align: middle;
}




















/* line 1383, ../sass/modules/_content.scss */
.press-articles {
  display: block;
  text-align: center;
}
/* line 1388, ../sass/modules/_content.scss */
.press-articles .posts {
  display: inline-block;
  width: 88%;
  max-width: 1024px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 1397, ../sass/modules/_content.scss */
.press-articles .posts section {
  display: block;
  float: left;
  margin-right: 14%;
  margin-top: 6%;
  margin-bottom: 6%;
  width: 24%;
  text-align: left;
}
/* line 1407, ../sass/modules/_content.scss */
.press-articles .posts section:nth-of-type(3n) {
  margin-right: 0;
}
/* line 1411, ../sass/modules/_content.scss */
.press-articles .posts section:nth-of-type(3n+1) {
  clear: both;
}
@media (max-width: 980px) {
  /* line 1397, ../sass/modules/_content.scss */
  .press-articles .posts section {
    margin-right: 8%;
    width: 46%;
  }
  /* line 1421, ../sass/modules/_content.scss */
  .press-articles .posts section:nth-of-type(3n) {
    margin-right: 8%;
  }
  /* line 1425, ../sass/modules/_content.scss */
  .press-articles .posts section:nth-of-type(3n+1) {
    clear: none;
  }
  /* line 1429, ../sass/modules/_content.scss */
  .press-articles .posts section:nth-of-type(2n) {
    margin-right: 0;
  }
  /* line 1433, ../sass/modules/_content.scss */
  .press-articles .posts section:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (max-width: 720px) {
  /* line 1397, ../sass/modules/_content.scss */
  .press-articles .posts section {
    margin-right: 4%;
    margin-left: 4%;
    width: 92%;
    margin-top: 16%;
  }
  /* line 1447, ../sass/modules/_content.scss */
  .press-articles .posts section:nth-of-type(2n) {
    margin-right: 4%;
  }
}
/* line 1453, ../sass/modules/_content.scss */
.press-articles .posts section span {
  font-style: italic;
  color: #7c0200;
}
/* line 1458, ../sass/modules/_content.scss */
.press-articles .posts section img {
  max-width: 100%;
}

/* line 1466, ../sass/modules/_content.scss */
.press-videos {
  display: block;
  text-align: center;
}
/* line 1471, ../sass/modules/_content.scss */
.press-videos .videos {
  display: inline-block;
  width: 88%;
  max-width: 1260px;
  position: relative;
  margin-top: 80px;
  text-align: center;
}
/* line 1480, ../sass/modules/_content.scss */
.press-videos .videos video {
  display: inline-block;
  width: 48%;
  max-width: 560px;
  padding: 0 1%;
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  /* line 1480, ../sass/modules/_content.scss */
  .press-videos .videos video {
    width: 98%;
  }
}
/* line 1493, ../sass/modules/_content.scss */
.press-videos .videos iframe {
  display: inline-block;
  width: 48%;
  max-width: 560px;
  padding: 0 1%;
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  /* line 1493, ../sass/modules/_content.scss */
  .press-videos .videos iframe {
    width: 98%;
  }
}
/* line 1506, ../sass/modules/_content.scss */
.press-videos .videos > a {
  display: block;
  width: 160px;
  padding: 20px;
  margin: 0 auto;
  color: #bbb8a7;
  clear: both;
  background: #19181e;
  text-transform: uppercase;
}
/* line 1518, ../sass/modules/_content.scss */
.press-videos .videos > a:hover {
  color: #fff;
  background: #5d5b51;
}

/* line 1529, ../sass/modules/_content.scss */
.press-videos-res {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
@media (max-width: 980px) {
  /* line 1529, ../sass/modules/_content.scss */
  .press-videos-res {
    padding: 15px 0 60px 0;
  }
}
/* line 1540, ../sass/modules/_content.scss */
.press-videos-res .videos {
  width: 33.3%;
  float: left;
  padding: 70px 0 70px 0;
}
@media (max-width: 980px) {
  /* line 1540, ../sass/modules/_content.scss */
  .press-videos-res .videos {
    width: 100%;
    float: none;
    padding: 50px 0 0 0;
  }
}
/* line 1553, ../sass/modules/_content.scss */
.press-videos-res .videos .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 10px;
}
@media (max-width: 980px) {
  /* line 1553, ../sass/modules/_content.scss */
  .press-videos-res .videos .videoWrapper {
    margin: 0px;
  }
}
/* line 1567, ../sass/modules/_content.scss */
.press-videos-res .videos .videoWrapper iframe, .press-videos-res .videos .videoWrapper .video-container object, .press-videos-res .videos .videoWrapper .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1579, ../sass/modules/_content.scss */
.content-center {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
/* line 1585, ../sass/modules/_content.scss */
.content-center > section {
  width: 50%;
  float: left;
}
/* line 1590, ../sass/modules/_content.scss */
.content-center p {
  padding: 10%;
}
@media (max-width: 980px) {
  /* line 1579, ../sass/modules/_content.scss */
  .content-center {
    padding: 8% 0 8% 0;
  }
  /* line 1597, ../sass/modules/_content.scss */
  .content-center > section {
    width: 100%;
    float: none;
  }
  /* line 1603, ../sass/modules/_content.scss */
  .content-center p {
    padding: 0%;
  }
}
@media (max-width: 385px) {
  /* line 1579, ../sass/modules/_content.scss */
  .content-center {
    padding: 11% 0 11% 0;
  }
}

/* line 1622, ../sass/modules/_content.scss */
.hr-line {
  height: 1px;
  background-color: #c9c9c9;
  margin: 30px 0 0;
  display: inline-block;
  width: 88%;
  max-width: 1260px;
}

/* line 1632, ../sass/modules/_content.scss */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

/* line 1636, ../sass/modules/_content.scss */
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 1646, ../sass/modules/_content.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 1651, ../sass/modules/_content.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 1656, ../sass/modules/_content.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 1660, ../sass/modules/_content.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* line 1664, ../sass/modules/_content.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 1673, ../sass/modules/_content.scss */
html[xmlns] .slides {
  display: block;
}

/* line 1677, ../sass/modules/_content.scss */
* html .slides {
  height: 1%;
}

/* line 1681, ../sass/modules/_content.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* line 1685, ../sass/modules/_content.scss */
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  overflow: hidden;
}

/* line 1692, ../sass/modules/_content.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 1700, ../sass/modules/_content.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 1704, ../sass/modules/_content.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 1708, ../sass/modules/_content.scss */
.carousel li {
  margin-right: 5px;
}

/* line 1712, ../sass/modules/_content.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 1716, ../sass/modules/_content.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1735, ../sass/modules/_content.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 1739, ../sass/modules/_content.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 1744, ../sass/modules/_content.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 1749, ../sass/modules/_content.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 1754, ../sass/modules/_content.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 1758, ../sass/modules/_content.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 1764, ../sass/modules/_content.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}

/* line 1771, ../sass/modules/_content.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 1775, ../sass/modules/_content.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 1789, ../sass/modules/_content.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 1796, ../sass/modules/_content.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 1800, ../sass/modules/_content.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 1804, ../sass/modules/_content.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
  z-index: 99;
}

/* line 1812, ../sass/modules/_content.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 1819, ../sass/modules/_content.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 2px white;
  -moz-box-shadow: inset 0px 0px 0px 2px white;
  box-shadow: inset 0px 0px 0px 2px white;
}
@media (max-width: 1050px) {
  /* line 1819, ../sass/modules/_content.scss */
  .flex-control-paging li a {
    display: none;
  }
}

/* line 1841, ../sass/modules/_content.scss */
.flex-control-paging li a:hover {
  background: #d1cba0;
  background: rgba(0, 0, 0, 0.7);
}

/* line 1846, ../sass/modules/_content.scss */
.flex-control-paging li a.flex-active {
  background: #7c0200;
  cursor: default;
}

/* line 1851, ../sass/modules/_content.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 1857, ../sass/modules/_content.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 1863, ../sass/modules/_content.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 1870, ../sass/modules/_content.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 1874, ../sass/modules/_content.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 1880, ../sass/modules/_content.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 1885, ../sass/modules/_content.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* line 1891, ../sass/modules/_content.scss */
.flexslider--fader .flex-control-nav {
  text-align: center;
  padding: 0 5%;
  position: absolute;
  z-index: 99999;
  bottom: 1em;
  top: auto;
}

/* line 1900, ../sass/modules/_content.scss */
.flexslider--fader .flex-control-nav a {
  text-align: center;
  background-color: white;
  border: 2px solid white;
  box-shadow: none;
  width: 10px;
  height: 10px;
}

/* line 1909, ../sass/modules/_content.scss */
.flexslider--fader .flex-control-paging li a.flex-active {
  background-color: #940601;
}

/* ================================================
 * Justified Gallery - v3.0.1
 * http://miromannino.com/projects/justified-gallery/
 * Copyright (c) 2014 Miro Mannino
 * Licensed under the MIT license.
================================================ */
/* line 1919, ../sass/modules/_content.scss */
.tiledGallery {
  margin-top: 0;
}

/* line 1924, ../sass/modules/_content.scss */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* ================================================
  Caption
  ================================================ */
  /* ================================================
  Spinner
  ================================================ */
}

/* line 610, ../sass/modules/_gallery.scss */
/* line 1937, ../sass/modules/_content.scss */
.justified-gallery a {
  position: absolute;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 618, ../sass/modules/_gallery.scss */
/* line 1946, ../sass/modules/_content.scss */
.justified-gallery a:last-child {
  z-index: 1;
}

/* line 623, ../sass/modules/_gallery.scss */
/* line 1950, ../sass/modules/_content.scss */
.justified-gallery a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3e464e;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

/* line 644, ../sass/modules/_gallery.scss */
/* line 1967, ../sass/modules/_content.scss */
.justified-gallery a:hover:before, .justified-gallery a:hover .caption {
  /*  @include opacity(.83);*/
}

/* line 649, ../sass/modules/_gallery.scss */
/* line 1971, ../sass/modules/_content.scss */
.justified-gallery a:hover .caption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=83);
  opacity: 1;
  /**/
}

/* line 657, ../sass/modules/_gallery.scss */
/* line 1977, ../sass/modules/_content.scss */
.justified-gallery img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 672, ../sass/modules/_gallery.scss */
/* line 1986, ../sass/modules/_content.scss */
.justified-gallery .caption {
  color: #fff;
  padding: 1em;
  position: absolute;
  z-index: 9;
  bottom: 40%;
  left: 0;
  right: 0;
  display: block;
  text-transform: capitalize;
  font-size: 3em;
  text-align: center;
  font-family: Adobe Adobe Garamond Pro,Times New Roman,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  opacity: 0;
  display: none;
  /*currently not being used but required for lightbox*/
}

/* line 2006, ../sass/modules/_content.scss */
.justified-gallery .caption.caption--show {
  opacity: 0.83;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=83);
}

/* line 2011, ../sass/modules/_content.scss */
.justified-gallery a .background {
  background: #1a171b url(../img/mag-glass.png) no-repeat 31px 95%;
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2022, ../sass/modules/_content.scss */
.justified-gallery a:hover .background {
  opacity: 0.7;
  z-index: 2;
  cursor: zoom-in;
}

/* line 704, ../sass/modules/_gallery.scss */
/* line 2030, ../sass/modules/_content.scss */
.justified-gallery .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
}

/* line 715, ../sass/modules/_gallery.scss */
/* line 2038, ../sass/modules/_content.scss */
.justified-gallery .spinner span {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Magnific Popup CSS */
/* line 2054, ../sass/modules/_content.scss */
body.mfp-zoom-out-cur .header, body.mfp-zoom-out-cur .main, body.mfp-zoom-out-cur .footer,
body.mfp-show .header,
body.mfp-show .main,
body.mfp-show .footer {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  filter: blur(8px);
}

/* line 2063, ../sass/modules/_content.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #2f3439;
  opacity: 0.92;
  filter: alpha(opacity=92);
}

/* line 2076, ../sass/modules/_content.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 2087, ../sass/modules/_content.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2100, ../sass/modules/_content.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 2107, ../sass/modules/_content.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 2111, ../sass/modules/_content.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 2120, ../sass/modules/_content.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 2126, ../sass/modules/_content.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 2130, ../sass/modules/_content.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 2136, ../sass/modules/_content.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 2143, ../sass/modules/_content.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 2147, ../sass/modules/_content.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 2156, ../sass/modules/_content.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 2160, ../sass/modules/_content.scss */
.mfp-hide {
  display: none !important;
}

/* line 2164, ../sass/modules/_content.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 2175, ../sass/modules/_content.scss */
.mfp-preloader a {
  color: #cccccc;
}

/* line 2178, ../sass/modules/_content.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 2182, ../sass/modules/_content.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 2186, ../sass/modules/_content.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 2190, ../sass/modules/_content.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: #1d2023;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2203, ../sass/modules/_content.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 2208, ../sass/modules/_content.scss */
.mfp-close {
  position: absolute;
  right: 20px;
  top: 20px;
  text-indent: 1000px;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* line 2216, ../sass/modules/_content.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 2220, ../sass/modules/_content.scss */
.mfp-close:active {
  top: 21px;
}

/* line 2224, ../sass/modules/_content.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 2228, ../sass/modules/_content.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 2237, ../sass/modules/_content.scss */
.mfp-counter {
  text-align: right;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 2248, ../sass/modules/_content.scss */
button.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 45px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
  background-color: #1d2023;
}

/* line 2259, ../sass/modules/_content.scss */
button.mfp-arrow span {
  pointer-events: none;
}

/* line 2263, ../sass/modules/_content.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 2267, ../sass/modules/_content.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 2271, ../sass/modules/_content.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 2275, ../sass/modules/_content.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 2280, ../sass/modules/_content.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 2284, ../sass/modules/_content.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 2290, ../sass/modules/_content.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px transparent;
  background: black;
}

/* Main image in popup */
/* line 2302, ../sass/modules/_content.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 80px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 2316, ../sass/modules/_content.scss */
.mfp-figure {
  line-height: 0;
}

/* line 2320, ../sass/modules/_content.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 80px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px transparent;
  background: #444444;
}

/* line 2334, ../sass/modules/_content.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 2340, ../sass/modules/_content.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 2344, ../sass/modules/_content.scss */
.mfp-bottom-bar {
  margin-top: -68px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 2354, ../sass/modules/_content.scss */
.mfp-title {
  text-align: left;
  line-height: 1.8em;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 2363, ../sass/modules/_content.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 2368, ../sass/modules/_content.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 2377, ../sass/modules/_content.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 2382, ../sass/modules/_content.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 2386, ../sass/modules/_content.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 2391, ../sass/modules/_content.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 2396, ../sass/modules/_content.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 2408, ../sass/modules/_content.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 2412, ../sass/modules/_content.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 2417, ../sass/modules/_content.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 2431, ../sass/modules/_content.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 2437, ../sass/modules/_content.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 2443, ../sass/modules/_content.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 2449, ../sass/modules/_content.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 2455, ../sass/modules/_content.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 2459, ../sass/modules/_content.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 2467, ../sass/modules/_content.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 2471, ../sass/modules/_content.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 2475, ../sass/modules/_content.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 

====== Move-horizontal effect ======
*/
/* line 2486, ../sass/modules/_content.scss */
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

/* line 2492, ../sass/modules/_content.scss */
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

/* line 2497, ../sass/modules/_content.scss */
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

/* line 2502, ../sass/modules/_content.scss */
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2506, ../sass/modules/_content.scss */
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

/* line 2511, ../sass/modules/_content.scss */
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 2515, ../sass/modules/_content.scss */
.ico-arrow-lt1 {
  /* border:3px solid orange;*/
  border-bottom: 5px solid #b7b0a5;
  border-left: 30px solid transparent;
  border-right: 5px solid #b7b0a5;
  border-top: 30px solid transparent;
  height: 0;
  width: 0px;
  background: transparent;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Safari and Chrome */
  -o-transform: rotate(135deg);
  /* Opera */
  -moz-transform: rotate(135deg);
  /* Firefox */
  transform: rotate(135deg);
}

/* line 2536, ../sass/modules/_content.scss */
.ico-arrow-lt1.rt1 {
  transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  /* IE 9 */
  -webkit-transform: rotate(315deg);
  /* Safari and Chrome */
  -o-transform: rotate(315deg);
  /* Opera */
  -moz-transform: rotate(315deg);
  /* Firefox */
  transform: rotate(315deg);
}

/* line 2549, ../sass/modules/_content.scss */
.ico-arrow-right-circle {
  width: 50px;
  height: 50px;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 42%;
  left: 47%;
  cursor: pointer;
}

/* line 2564, ../sass/modules/_content.scss */
.ico-arrow-right-circle:after {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 13px;
  height: 0;
  left: 22px;
  position: absolute;
  top: 12px;
  width: 0;
  content: " ";
}

/* line 2576, ../sass/modules/_content.scss */
.ico-arrow-right:after {
  border-color: transparent transparent transparent #1d2023;
  border-style: solid;
  border-width: 20px;
  content: " ";
  height: 0;
  left: -22px;
  position: absolute;
  top: -20px;
  width: 0;
}

/* line 2588, ../sass/modules/_content.scss */
.ico-arrow-right {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 20px;
  cursor: pointer;
  height: 0;
  left: 18px;
  position: absolute;
  top: 38px;
  width: 0;
}

/* line 2600, ../sass/modules/_content.scss */
.ico-arrow-left:after {
  border-color: transparent #1d2023 transparent transparent;
  border-style: solid;
  border-width: 20px;
  content: " ";
  height: 0;
  left: -18px;
  position: absolute;
  top: -20px;
  width: 0;
}

/* line 2612, ../sass/modules/_content.scss */
.ico-arrow-left {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 20px;
  cursor: pointer;
  height: 0;
  left: -12px;
  position: absolute;
  top: 38px;
  width: 0;
}

/* line 2624, ../sass/modules/_content.scss */
.ico--close {
  width: 30px;
  height: 30px;
  color: white;
  text-indent: 0 !important;
  font-weight: bold;
}

/* line 2631, ../sass/modules/_content.scss */
.ie7 {
  text-align: center;
}
/* line 2635, ../sass/modules/_content.scss */
.ie7 img {
  display: inline-block;
  max-width: 100%;
}

/* line 2641, ../sass/modules/_content.scss */
.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* ================================================
 * Justified Gallery - v3.0.1
 * http://miromannino.com/projects/justified-gallery/
 * Copyright (c) 2014 Miro Mannino
 * Licensed under the MIT license.
================================================ */
/* line 63, ../sass/modules/_gallery.scss */
/* line 2652, ../sass/modules/_content.scss */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 33.75px;
  margin-bottom: 2.25rem;
  /* ================================================
  Caption
  ================================================ */
  /* ================================================
  Spinner
  ================================================ */
}

/* line 70, ../sass/modules/_gallery.scss */
/* line 2666, ../sass/modules/_content.scss */
.justified-gallery a {
  position: absolute;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 78, ../sass/modules/_gallery.scss */
/* line 2675, ../sass/modules/_content.scss */
.justified-gallery a:last-child {
  z-index: 1;
}

/* line 83, ../sass/modules/_gallery.scss */
/* line 2679, ../sass/modules/_content.scss */
.justified-gallery a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3e464e;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

/* line 104, ../sass/modules/_gallery.scss */
/* line 2696, ../sass/modules/_content.scss */
.justified-gallery a:hover:before, .justified-gallery a:hover .caption {
  /*	@include opacity(.83);*/
}

/* line 109, ../sass/modules/_gallery.scss */
/* line 2700, ../sass/modules/_content.scss */
.justified-gallery a:hover .caption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=83);
  opacity: 0.83;
  /**/
  bottom: 0;
}

/* line 118, ../sass/modules/_gallery.scss */
/* line 2707, ../sass/modules/_content.scss */
.justified-gallery img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 132, ../sass/modules/_gallery.scss */
/* line 2716, ../sass/modules/_content.scss */
.justified-gallery .caption {
  padding: 1em;
  position: absolute;
  z-index: 9;
  bottom: .5em;
  color: #fff;
  left: 0;
  right: 0;
  display: block;
  text-align: left;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.15s ease-in-out, bottom 0.25s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, bottom 0.25s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out, bottom 0.25s ease-in-out;
  transition: opacity 0.15s ease-in-out, bottom 0.25s ease-in-out;
  line-height: 1.5;
}

/* line 2739, ../sass/modules/_content.scss */
.justified-gallery .caption.caption--show {
  opacity: 0.83;
}

@media (min-width: 64em) {
  /* line 132, ../sass/modules/_gallery.scss */
  /* line 2746, ../sass/modules/_content.scss */
  .justified-gallery .caption {
    padding: 2em;
    font-size: 19.995px;
    font-size: 1.333rem;
  }
}
/* line 162, ../sass/modules/_gallery.scss */
/* line 2753, ../sass/modules/_content.scss */
.justified-gallery .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
}

/* line 173, ../sass/modules/_gallery.scss */
/* line 2761, ../sass/modules/_content.scss */
.justified-gallery .spinner span {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 191, ../sass/modules/_gallery.scss */
/* line 2776, ../sass/modules/_content.scss */
.tiledGallery.fixed-height .caption {
  display: none;
}

/* line 2780, ../sass/modules/_content.scss */
.mis p {
  margin-top: 1px !important;
}

/* line 1, ../sass/modules/_footer.scss */
footer {
  float: left;
  clear: both;
  width: 100%;
  padding: 40px 0 30px 0;
  margin: 0;
  background-color: #19181e;
  overflow: hidden;
  color: #8f8d9b;
}
@media (max-width: 980px) {
  /* line 1, ../sass/modules/_footer.scss */
  footer {
    padding-top: 40px;
  }
}
/* line 17, ../sass/modules/_footer.scss */
footer section {
  /*&:nth-child(3)*/
}
/* line 20, ../sass/modules/_footer.scss */
footer section img {
  display: block;
  max-width: 100%;
}
/* line 26, ../sass/modules/_footer.scss */
footer section a {
  color: #8f8d9b;
}
/* line 31, ../sass/modules/_footer.scss */
footer section:nth-child(1) {
  width: 88%;
  float: right;
  margin: 0 6%;
  padding-bottom: 20px;
  text-align: center;
}
/* line 39, ../sass/modules/_footer.scss */
footer section:nth-child(1) .footerslide {
  display: none;
  padding: 2px 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  font-size: 1.2rem;
  border-bottom: 1px solid #2a2832;
  background-color: #5d5b51;
  color: #19181e;
}
/* line 52, ../sass/modules/_footer.scss */
footer section:nth-child(1) .footerslide:after {
  display: block;
  content: "";
  position: absolute;
  width: 38px;
  height: 13px;
  top: 100%;
  right: 20px;
  background: url(../images/slider.png) 0 0 no-repeat;
  z-index: 1;
}
/* line 64, ../sass/modules/_footer.scss */
footer section:nth-child(1) .footerslide:hover {
  color: #d1cba0;
}
@media (max-width: 480px) {
  /* line 39, ../sass/modules/_footer.scss */
  footer section:nth-child(1) .footerslide {
    display: block;
  }
}
/* line 75, ../sass/modules/_footer.scss */
footer section:nth-child(1) ul {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  /* line 75, ../sass/modules/_footer.scss */
  footer section:nth-child(1) ul {
    display: block;
  }
}
/* line 89, ../sass/modules/_footer.scss */
footer section:nth-child(1) ul li {
  vertical-align: top;
  display: block;
  float: left;
  margin: 6px 0;
  width: 25%;
  text-align: left;
  min-height: 60px;
}
/* line 99, ../sass/modules/_footer.scss */
footer section:nth-child(1) ul li.seperated {
  margin-top: 12px;
}
@media (max-width: 1600px) {
  /* line 89, ../sass/modules/_footer.scss */
  footer section:nth-child(1) ul li {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  /* line 89, ../sass/modules/_footer.scss */
  footer section:nth-child(1) ul li {
    width: 92%;
    clear: both;
    margin-bottom: 10px;
    visibility: hidden;
    display: none;
    opacity: 0;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  /* line 117, ../sass/modules/_footer.scss */
  footer section:nth-child(1) ul li:nth-child(1) {
    margin-top: 20px;
  }
}
/* line 131, ../sass/modules/_footer.scss */
footer section:nth-child(1) ul li a {
  display: block;
  clear: both;
  margin: 12px 0 6px;
  font-size: 15px;
  font-size: 1rem;
}
/* line 138, ../sass/modules/_footer.scss */
footer section:nth-child(1) ul li img {
  margin: 6px 0;
}
/* line 147, ../sass/modules/_footer.scss */
footer section:nth-child(1) ul.slidehotels li {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  display: block;
}
/* line 157, ../sass/modules/_footer.scss */
footer section:nth-child(1) ul .hr-line {
  background-color: #2a2832;
  width: 100%;
  max-width: 100%;
}
/* line 165, ../sass/modules/_footer.scss */
footer section:nth-child(1) h3 {
  text-align: left;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 173, ../sass/modules/_footer.scss */
footer section:nth-child(1) h3:nth-of-type(n+2) {
  margin-top: 12px;
}
/* line 180, ../sass/modules/_footer.scss */
footer section:nth-child(2) {
  width: 88%;
  float: right;
  clear: right;
  border-top: 1px solid #2a2832;
  padding-top: 15px;
  margin: 0 6%;
  text-align: left;
}
/* line 190, ../sass/modules/_footer.scss */
footer section:nth-child(2) span {
  float: left;
}
/* line 194, ../sass/modules/_footer.scss */
footer section:nth-child(2) span:last-child {
  margin-top: 30px;
  float: right;
  clear: both;
}
@media (max-width: 1600px) {
  /* line 194, ../sass/modules/_footer.scss */
  footer section:nth-child(2) span:last-child {
    margin-top: 36px;
    clear: none;
  }
}
/* line 208, ../sass/modules/_footer.scss */
footer section:nth-child(2) ul {
  float: right;
  margin: 0;
}
@media (max-width: 1600px) {
  /* line 208, ../sass/modules/_footer.scss */
  footer section:nth-child(2) ul {
    margin-top: 30px;
    float: left;
    clear: both;
  }
}
@media (max-width: 480px) {
  /* line 208, ../sass/modules/_footer.scss */
  footer section:nth-child(2) ul {
    width: 100%;
  }
}
/* line 224, ../sass/modules/_footer.scss */
footer section:nth-child(2) ul li {
  display: block;
  float: left;
  margin: 6px 15px 0;
  vertical-align: top;
}
@media (max-width: 1600px) {
  /* line 224, ../sass/modules/_footer.scss */
  footer section:nth-child(2) ul li {
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  /* line 224, ../sass/modules/_footer.scss */
  footer section:nth-child(2) ul li {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  /* line 224, ../sass/modules/_footer.scss */
  footer section:nth-child(2) ul li {
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
  /* line 244, ../sass/modules/_footer.scss */
  footer section:nth-child(2) ul li img {
    margin: 0 auto;
  }
}
