/* 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 90, ../sass/core/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 99, ../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 115, ../sass/core/_normalize.scss */
html {
  font-family: Graphik-SemiRegular;
  /* 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 135, ../sass/core/_normalize.scss */
button,
input,
select,
textarea {
  font-family: Graphik-SemiRegular;
}

/**
 * Remove default margin.
 */
/* line 147, ../sass/core/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 159, ../sass/core/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 167, ../sass/core/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
	/**
     * Set 1 unit of vertical rhythm on the top and bottom margin.
     */
/*p,*/
/* line 182, ../sass/core/_normalize.scss */
pre {
  margin: 1.5em 0;
}

/* line 186, ../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 197, ../sass/core/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. 
  @if not $strict-normalize or $legacy-support-for-ie6 or $legacy-support-for-ie7
  {
  	@include adjust-font-size-to( $h1-font-size );
  }
  @else
  {
  	font-size: 1em * ($h1-font-size / $base-font-size);
  }
  /* Set 1 unit of vertical rhythm on the top and bottom margins. *
  @include leader(1, $h1-font-size);
  @include trailer(1, $h1-font-size);*/
}

	/*h2
	{
		@include adjust-font-size-to( $h2-font-size );
		@include leader(1, $h2-font-size);
		@include trailer(1, $h2-font-size);
	}

	h3
	{
		@include adjust-font-size-to( $h3-font-size );
		@include leader(1, $h3-font-size);
		@include trailer(1, $h3-font-size);
	}

	h4
	{
		@include adjust-font-size-to( $h4-font-size );
		@include leader(1, $h4-font-size);
		@include trailer(1, $h4-font-size);
	}

	h5
	{
		@include adjust-font-size-to( $h5-font-size );
		@include leader(1, $h5-font-size);
		@include trailer(1, $h5-font-size);
	}

	h6
	{
		@include adjust-font-size-to( $h6-font-size );
		@include leader(1, $h6-font-size);
		@include trailer(1, $h6-font-size);
	}*/
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 253, ../sass/core/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 261, ../sass/core/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 270, ../sass/core/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 278, ../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 287, ../sass/core/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 296, ../sass/core/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: 'Graphik-Regular';
  _font-family: 'Graphik-Regular', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 318, ../sass/core/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Set consistent quote types.
 */
/* line 333, ../sass/core/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 341, ../sass/core/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 349, ../sass/core/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 357, ../sass/core/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 361, ../sass/core/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
	/**
     * Address margins set differently in IE 6/7.
     */
/* line 374, ../sass/core/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

/* line 391, ../sass/core/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

	/**
     * Address paddings set differently in IE 6/7.
     */
/* line 399, ../sass/core/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

	/**
     * Correct list images handled incorrectly in IE 7.
     */
/* line 411, ../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 426, ../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 439, ../sass/core/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 451, ../sass/core/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
	/**
     * Correct margin displayed oddly in IE 6/7.
     */
/* line 464, ../sass/core/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 473, ../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 489, ../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 504, ../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 522, ../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 534, ../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 549, ../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 564, ../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 576, ../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 592, ../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 602, ../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 611, ../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 622, ../sass/core/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 635, ../sass/core/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
  Colors
   ========================================================================== *
*/
/* ==========================================================================
   Fonts & Typography
   ========================================================================== *
*/
/* line 21, ../sass/core/_global-settings.scss */
html {
  -webkit-font-smoothing: antialiased;
}

/* line 25, ../sass/core/_global-settings.scss */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}
@font-face {
  font-family: 'DINProBold';
  src: url("../fonts/Dinpro_Bold.eot");
  src: url("../fonts/Dinpro_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Dinpro_Bold.woff2") format("woff2"), url("../fonts/Dinpro_Bold.woff") format("woff"), url("../fonts/Dinpro_Bold.ttf") format("truetype"), url("webfonts/Dinpro_Bold.svg#wf") format("svg");
}
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/Dinpro_Reg.eot");
  src: url("../fonts/Dinpro_Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/Dinpro_Reg.woff2") format("woff2"), url("../fonts/Dinpro_Reg.woff") format("woff"), url("../fonts/Dinpro_Reg.ttf") format("truetype"), url("webfonts/Dinpro_Reg.svg#wf") format("svg");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'DINProBold';
    src: url("../fonts/Dinpro_Bold.svg#wf") format("svg");
  }
  @font-face {
    font-family: 'DINPro';
    src: url("../fonts/Dinpro_Reg.svg#wf") format("svg");
  }
}
/* ==========================================================================
   Global Sprite 
   ========================================================================== *
*/
/* ================================================
   Rem-Fallback
================================================ */
/* ==========================================================================
   Helpers
   .========================================================================== */
/* line 5, ../sass/core/_helpers.scss */
:before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * 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 31, ../sass/core/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 37, ../sass/core/_helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 46, ../sass/core/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ================================================
   Visually Hidden
================================================ */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 72, ../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 88, ../sass/core/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "BebasNeueRegular";
  /*Johnhenry font*/
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon-base.eot?-9ftm9");
  src: url("../fonts/icons/icomoon-base.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/icons/icomoon-base.woff?-9ftm9") format("woff"), url("../fonts/icons/icomoon-base.ttf?-9ftm9") format("truetype"), url("../fonts/icons/icomoon-base.svg?-9ftm9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Semibold';
  src: url("../fonts/Graphik-Semibold-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Semibold-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Semibold-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Regular';
  src: url("../fonts/Graphik-Regular-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Regular-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Regular-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Light';
  src: url("../fonts/Graphik-Light-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Light-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Light-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* line 47, ../sass/core/_base-icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Graphik-Regular';
  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: 'Graphik-Regular';
    src: url("../fonts/icomoon-base.svg?-9ftm9#icomoon") format("svg");
  }
}
/* ==========================================================================
  Icons Default :DO NOT change icon-base values. 
  use the $adjuster to adjust sizes e.g:
  $adjuster:2;
  $icon-base: $icon-base/ $adjuster;
  $icon-base-padding:($icon-base-padding/ $adjuster) + 2; 
  best results in multiples/divisibles of 32. (e.g 16, 32,)
   .========================================================================== */
/* line 81, ../sass/core/_base-icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-size: 32px;
  display: inline-block;
  text-decoration: none;
}

/* line 88, ../sass/core/_base-icons.scss */
.icon-share:before {
  content: "\e611";
}

/* line 92, ../sass/core/_base-icons.scss */
.icon-cancel:before {
  content: "\e60a";
}

/* line 96, ../sass/core/_base-icons.scss */
.icon-check:before {
  content: "\e60b";
}

/* line 100, ../sass/core/_base-icons.scss */
.icon-close:before {
  content: "\e60c";
}

/* line 104, ../sass/core/_base-icons.scss */
.icon-chevron-thin-down:before {
  content: "\e60d";
}

/* line 108, ../sass/core/_base-icons.scss */
.icon-chevron-thin-left:before {
  content: "\e60e";
}

/* line 112, ../sass/core/_base-icons.scss */
.icon-chevron-thin-right:before {
  content: "\e60f";
}

/* line 116, ../sass/core/_base-icons.scss */
.icon-chevron-thin-up:before {
  content: "\e610";
}

/* line 120, ../sass/core/_base-icons.scss */
.icon-pinterest-with-circle:before {
  content: "\e600";
}

/* line 124, ../sass/core/_base-icons.scss */
.icon-pinterest:before {
  content: "\e601";
}

/* line 128, ../sass/core/_base-icons.scss */
.icon-position:before {
  content: "\e602";
}

/* line 132, ../sass/core/_base-icons.scss */
.icon-locked:before {
  content: "\e603";
}

/* line 136, ../sass/core/_base-icons.scss */
.icon-unlocked:before {
  content: "\e604";
}

/* line 139, ../sass/core/_base-icons.scss */
.icon-download:before {
  content: "\e612";
}

/* line 143, ../sass/core/_base-icons.scss */
.icon-printer:before {
  content: "\e605";
}

/* line 147, ../sass/core/_base-icons.scss */
.icon-envelope:before {
  content: "\e606";
}

/* line 151, ../sass/core/_base-icons.scss */
.icon-bubble:before {
  content: "\e607";
}

/* line 155, ../sass/core/_base-icons.scss */
.icon-mail:before {
  content: "\e608";
}

/* line 159, ../sass/core/_base-icons.scss */
.icon-calendar:before {
  content: "\e609";
}

/* line 163, ../sass/core/_base-icons.scss */
.icon-home:before {
  content: "\e900";
}

/* line 167, ../sass/core/_base-icons.scss */
.icon-home3:before {
  content: "\e902";
}

/* line 171, ../sass/core/_base-icons.scss */
.icon-film:before {
  content: "\e913";
}

/* line 174, ../sass/core/_base-icons.scss */
.icon-folder-download:before {
  content: "\e933";
}

/* line 178, ../sass/core/_base-icons.scss */
.icon-location:before {
  content: "\e947";
}

/* line 182, ../sass/core/_base-icons.scss */
.icon-location2:before {
  content: "\e948";
}

/* line 186, ../sass/core/_base-icons.scss */
.icon-bubble2:before {
  content: "\e96b";
}

/* line 190, ../sass/core/_base-icons.scss */
.icon-spinner11:before {
  content: "\e984";
}

/* line 194, ../sass/core/_base-icons.scss */
.icon-bin:before {
  content: "\e9ac";
}

/* line 198, ../sass/core/_base-icons.scss */
.icon-bin2:before {
  content: "\e9ad";
}

/* line 203, ../sass/core/_base-icons.scss */
.icon-menu:before {
  content: "\e9bd";
}

/* line 207, ../sass/core/_base-icons.scss */
.icon-plus:before {
  content: "\ea0a";
}

/* line 211, ../sass/core/_base-icons.scss */
.icon-minus:before {
  content: "\ea0b";
}

/* line 215, ../sass/core/_base-icons.scss */
.icon-cross:before {
  content: "\ea0f";
}

/* line 219, ../sass/core/_base-icons.scss */
.icon-arrow-up-left2:before {
  content: "\ea39";
}

/* line 223, ../sass/core/_base-icons.scss */
.icon-arrow-up2:before {
  content: "\ea3a";
}

/* line 227, ../sass/core/_base-icons.scss */
.icon-arrow-up-right2:before {
  content: "\ea3b";
}

/* line 231, ../sass/core/_base-icons.scss */
.icon-arrow-right2:before {
  content: "\ea3c";
}

/* line 235, ../sass/core/_base-icons.scss */
.icon-arrow-down-right2:before {
  content: "\ea3d";
}

/* line 239, ../sass/core/_base-icons.scss */
.icon-arrow-down2:before {
  content: "\ea3e";
}

/* line 243, ../sass/core/_base-icons.scss */
.icon-arrow-down-left2:before {
  content: "\ea3f";
}

/* line 247, ../sass/core/_base-icons.scss */
.icon-arrow-left2:before {
  content: "\ea40";
}

/* line 251, ../sass/core/_base-icons.scss */
.icon-share2:before {
  content: "\ea82";
}

/* line 255, ../sass/core/_base-icons.scss */
.icon-google-plus:before {
  content: "\ea88";
}

/* line 259, ../sass/core/_base-icons.scss */
.icon-facebook:before {
  content: "\ea8c";
}

/* line 263, ../sass/core/_base-icons.scss */
.icon-instagram:before {
  content: "\ea90";
}

/* line 267, ../sass/core/_base-icons.scss */
.icon-twitter:before {
  content: "\ea91";
}

/* line 271, ../sass/core/_base-icons.scss */
.icon-feed2:before {
  content: "\ea94";
}

/* line 275, ../sass/core/_base-icons.scss */
.icon-youtube3:before {
  content: "\ea99";
}

/* line 279, ../sass/core/_base-icons.scss */
.icon-youtube4:before {
  content: "\ea9a";
}

/* line 283, ../sass/core/_base-icons.scss */
.icon-vimeo:before {
  content: "\ea9c";
}

/* line 287, ../sass/core/_base-icons.scss */
.icon-flickr2:before {
  content: "\eaa1";
}

/* line 291, ../sass/core/_base-icons.scss */
.icon-picassa:before {
  content: "\eaa4";
}

/* line 295, ../sass/core/_base-icons.scss */
.icon-dribbble:before {
  content: "\eaa6";
}

/* line 299, ../sass/core/_base-icons.scss */
.icon-dribbble3:before {
  content: "\eaa8";
}

/* line 303, ../sass/core/_base-icons.scss */
.icon-github4:before {
  content: "\eab4";
}

/* line 307, ../sass/core/_base-icons.scss */
.icon-github5:before {
  content: "\eab5";
}

/* line 311, ../sass/core/_base-icons.scss */
.icon-wordpress:before {
  content: "\eab6";
}

/* line 315, ../sass/core/_base-icons.scss */
.icon-blogger:before {
  content: "\eab9";
}

/* line 319, ../sass/core/_base-icons.scss */
.icon-tumblr:before {
  content: "\eabb";
}

/* line 323, ../sass/core/_base-icons.scss */
.icon-skype:before {
  content: "\eac6";
}

/* line 327, ../sass/core/_base-icons.scss */
.icon-reddit:before {
  content: "\eac7";
}

/* line 331, ../sass/core/_base-icons.scss */
.icon-linkedin2:before {
  content: "\eac9";
}

/* line 335, ../sass/core/_base-icons.scss */
.icon-lastfm:before {
  content: "\eaca";
}

/* line 339, ../sass/core/_base-icons.scss */
.icon-delicious:before {
  content: "\eacc";
}

@font-face {
  font-family: "BebasNeueRegular";
  /*Johnhenry font*/
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon-base.eot?-9ftm9");
  src: url("../fonts/icons/icomoon-base.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/icons/icomoon-base.woff?-9ftm9") format("woff"), url("../fonts/icons/icomoon-base.ttf?-9ftm9") format("truetype"), url("../fonts/icons/icomoon-base.svg?-9ftm9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Semibold';
  src: url("../fonts/Graphik-Semibold-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Semibold-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Semibold-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Regular';
  src: url("../fonts/Graphik-Regular-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Regular-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Regular-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Light';
  src: url("../fonts/Graphik-Light-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Light-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Light-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* line 47, ../sass/core/_base-icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Graphik-Regular';
  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: 'Graphik-Regular';
    src: url("../fonts/icomoon-base.svg?-9ftm9#icomoon") format("svg");
  }
}
/* ==========================================================================
  Icons Default :DO NOT change icon-base values. 
  use the $adjuster to adjust sizes e.g:
  $adjuster:2;
  $icon-base: $icon-base/ $adjuster;
  $icon-base-padding:($icon-base-padding/ $adjuster) + 2; 
  best results in multiples/divisibles of 32. (e.g 16, 32,)
   .========================================================================== */
/* line 81, ../sass/core/_base-icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-size: 32px;
  display: inline-block;
  text-decoration: none;
}

/* line 88, ../sass/core/_base-icons.scss */
.icon-share:before {
  content: "\e611";
}

/* line 92, ../sass/core/_base-icons.scss */
.icon-cancel:before {
  content: "\e60a";
}

/* line 96, ../sass/core/_base-icons.scss */
.icon-check:before {
  content: "\e60b";
}

/* line 100, ../sass/core/_base-icons.scss */
.icon-close:before {
  content: "\e60c";
}

/* line 104, ../sass/core/_base-icons.scss */
.icon-chevron-thin-down:before {
  content: "\e60d";
}

/* line 108, ../sass/core/_base-icons.scss */
.icon-chevron-thin-left:before {
  content: "\e60e";
}

/* line 112, ../sass/core/_base-icons.scss */
.icon-chevron-thin-right:before {
  content: "\e60f";
}

/* line 116, ../sass/core/_base-icons.scss */
.icon-chevron-thin-up:before {
  content: "\e610";
}

/* line 120, ../sass/core/_base-icons.scss */
.icon-pinterest-with-circle:before {
  content: "\e600";
}

/* line 124, ../sass/core/_base-icons.scss */
.icon-pinterest:before {
  content: "\e601";
}

/* line 128, ../sass/core/_base-icons.scss */
.icon-position:before {
  content: "\e602";
}

/* line 132, ../sass/core/_base-icons.scss */
.icon-locked:before {
  content: "\e603";
}

/* line 136, ../sass/core/_base-icons.scss */
.icon-unlocked:before {
  content: "\e604";
}

/* line 139, ../sass/core/_base-icons.scss */
.icon-download:before {
  content: "\e612";
}

/* line 143, ../sass/core/_base-icons.scss */
.icon-printer:before {
  content: "\e605";
}

/* line 147, ../sass/core/_base-icons.scss */
.icon-envelope:before {
  content: "\e606";
}

/* line 151, ../sass/core/_base-icons.scss */
.icon-bubble:before {
  content: "\e607";
}

/* line 155, ../sass/core/_base-icons.scss */
.icon-mail:before {
  content: "\e608";
}

/* line 159, ../sass/core/_base-icons.scss */
.icon-calendar:before {
  content: "\e609";
}

/* line 163, ../sass/core/_base-icons.scss */
.icon-home:before {
  content: "\e900";
}

/* line 167, ../sass/core/_base-icons.scss */
.icon-home3:before {
  content: "\e902";
}

/* line 171, ../sass/core/_base-icons.scss */
.icon-film:before {
  content: "\e913";
}

/* line 174, ../sass/core/_base-icons.scss */
.icon-folder-download:before {
  content: "\e933";
}

/* line 178, ../sass/core/_base-icons.scss */
.icon-location:before {
  content: "\e947";
}

/* line 182, ../sass/core/_base-icons.scss */
.icon-location2:before {
  content: "\e948";
}

/* line 186, ../sass/core/_base-icons.scss */
.icon-bubble2:before {
  content: "\e96b";
}

/* line 190, ../sass/core/_base-icons.scss */
.icon-spinner11:before {
  content: "\e984";
}

/* line 194, ../sass/core/_base-icons.scss */
.icon-bin:before {
  content: "\e9ac";
}

/* line 198, ../sass/core/_base-icons.scss */
.icon-bin2:before {
  content: "\e9ad";
}

/* line 203, ../sass/core/_base-icons.scss */
.icon-menu:before {
  content: "\e9bd";
}

/* line 207, ../sass/core/_base-icons.scss */
.icon-plus:before {
  content: "\ea0a";
}

/* line 211, ../sass/core/_base-icons.scss */
.icon-minus:before {
  content: "\ea0b";
}

/* line 215, ../sass/core/_base-icons.scss */
.icon-cross:before {
  content: "\ea0f";
}

/* line 219, ../sass/core/_base-icons.scss */
.icon-arrow-up-left2:before {
  content: "\ea39";
}

/* line 223, ../sass/core/_base-icons.scss */
.icon-arrow-up2:before {
  content: "\ea3a";
}

/* line 227, ../sass/core/_base-icons.scss */
.icon-arrow-up-right2:before {
  content: "\ea3b";
}

/* line 231, ../sass/core/_base-icons.scss */
.icon-arrow-right2:before {
  content: "\ea3c";
}

/* line 235, ../sass/core/_base-icons.scss */
.icon-arrow-down-right2:before {
  content: "\ea3d";
}

/* line 239, ../sass/core/_base-icons.scss */
.icon-arrow-down2:before {
  content: "\ea3e";
}

/* line 243, ../sass/core/_base-icons.scss */
.icon-arrow-down-left2:before {
  content: "\ea3f";
}

/* line 247, ../sass/core/_base-icons.scss */
.icon-arrow-left2:before {
  content: "\ea40";
}

/* line 251, ../sass/core/_base-icons.scss */
.icon-share2:before {
  content: "\ea82";
}

/* line 255, ../sass/core/_base-icons.scss */
.icon-google-plus:before {
  content: "\ea88";
}

/* line 259, ../sass/core/_base-icons.scss */
.icon-facebook:before {
  content: "\ea8c";
}

/* line 263, ../sass/core/_base-icons.scss */
.icon-instagram:before {
  content: "\ea90";
}

/* line 267, ../sass/core/_base-icons.scss */
.icon-twitter:before {
  content: "\ea91";
}

/* line 271, ../sass/core/_base-icons.scss */
.icon-feed2:before {
  content: "\ea94";
}

/* line 275, ../sass/core/_base-icons.scss */
.icon-youtube3:before {
  content: "\ea99";
}

/* line 279, ../sass/core/_base-icons.scss */
.icon-youtube4:before {
  content: "\ea9a";
}

/* line 283, ../sass/core/_base-icons.scss */
.icon-vimeo:before {
  content: "\ea9c";
}

/* line 287, ../sass/core/_base-icons.scss */
.icon-flickr2:before {
  content: "\eaa1";
}

/* line 291, ../sass/core/_base-icons.scss */
.icon-picassa:before {
  content: "\eaa4";
}

/* line 295, ../sass/core/_base-icons.scss */
.icon-dribbble:before {
  content: "\eaa6";
}

/* line 299, ../sass/core/_base-icons.scss */
.icon-dribbble3:before {
  content: "\eaa8";
}

/* line 303, ../sass/core/_base-icons.scss */
.icon-github4:before {
  content: "\eab4";
}

/* line 307, ../sass/core/_base-icons.scss */
.icon-github5:before {
  content: "\eab5";
}

/* line 311, ../sass/core/_base-icons.scss */
.icon-wordpress:before {
  content: "\eab6";
}

/* line 315, ../sass/core/_base-icons.scss */
.icon-blogger:before {
  content: "\eab9";
}

/* line 319, ../sass/core/_base-icons.scss */
.icon-tumblr:before {
  content: "\eabb";
}

/* line 323, ../sass/core/_base-icons.scss */
.icon-skype:before {
  content: "\eac6";
}

/* line 327, ../sass/core/_base-icons.scss */
.icon-reddit:before {
  content: "\eac7";
}

/* line 331, ../sass/core/_base-icons.scss */
.icon-linkedin2:before {
  content: "\eac9";
}

/* line 335, ../sass/core/_base-icons.scss */
.icon-lastfm:before {
  content: "\eaca";
}

/* line 339, ../sass/core/_base-icons.scss */
.icon-delicious:before {
  content: "\eacc";
}

/* ==========================================================================
 Johnhenry  logo icon
   .========================================================================== */
/* line 16, ../sass/core/_icons.scss */
.ico-jhlogo {
  font-family: Graphik-Regular;
  border: 2px solid #b8b8b8;
  color: #b8b8b8;
  font-size: 18px;
  padding: 3px 7px;
  text-decoration: none;
}

/* ==========================================================================
  Customised Icons
   .========================================================================== */
/* line 27, ../sass/core/_icons.scss */
.ico-menu {
  border-top: 3px solid #fff;
  position: relative;
  display: inline-block;
  height: 15px;
  width: 25px;
  cursor: pointer;
}
/* line 35, ../sass/core/_icons.scss */
.ico-menu:before, .ico-menu:after {
  content: "";
  width: 25px;
  height: 0px;
  border-top: 3px solid #fff;
  display: inline-block;
  position: absolute;
  transition: all 0.2s ease-out 0s;
}
/* line 45, ../sass/core/_icons.scss */
.ico-menu:before {
  top: 4px;
}
/* line 49, ../sass/core/_icons.scss */
.ico-menu:after {
  top: 11px;
}
/* line 53, ../sass/core/_icons.scss */
.ico-menu.active {
  border-color: transparent !important;
}
/* line 56, ../sass/core/_icons.scss */
.ico-menu.active:before {
  top: 4px;
  behavior: url(../scripts/vendor/ms-transform.htc);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  /*smoothening out for chrome */
}
/* line 63, ../sass/core/_icons.scss */
.ico-menu.active:after {
  top: 4px;
  behavior: url(../scripts/vendor/ms-transform.htc);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
  /*smoothening out for chrome */
}

/* line 72, ../sass/core/_icons.scss */
.ico-return {
  border-style: solid;
  border-width: 8px;
  cursor: pointer;
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0;
  border-color: transparent;
  border-right-color: #000;
  cursor: pointer;
}
/* line 84, ../sass/core/_icons.scss */
.ico-return:after {
  content: "";
  height: 25px;
  border: 2px solid #000;
  left: 2px;
  position: absolute;
  top: -24px;
  width: 17px;
  border-style: none solid solid none;
}

/* line 96, ../sass/core/_icons.scss */
.ico-call {
  font-size: 1em;
  padding-left: 1.313em;
  position: relative;
}
/* line 101, ../sass/core/_icons.scss */
.ico-call:before, .ico-call:after {
  margin: -0.500em 0 0;
  background: none repeat scroll 0% 0% #b8b8b8;
  position: absolute;
  top: 32%;
  left: 0px;
  content: "";
  box-sizing: initial;
}
/* line 111, ../sass/core/_icons.scss */
.ico-call:before {
  left: 0.313em;
  width: 0.250em;
  height: 0.500em;
  border-width: 0.313em 0 0.313em 0.125em;
  border-style: solid;
  border-color: #b8b8b8;
  background: transparent;
  -moz-border-radius-topleft: 0.188em 0.313em;
  -webkit-border-top-left-radius: 0.188em 0.313em;
  border-top-left-radius: 0.188em 0.313em;
  -moz-border-radius-bottomleft: 0.188em 0.313em;
  -webkit-border-bottom-left-radius: 0.188em 0.313em;
  border-bottom-left-radius: 0.188em 0.313em;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
/* line 124, ../sass/core/_icons.scss */
.ico-call:hover:before, .ico-call:focus:before, .ico-call:active:before, .ico-call:hover:after, .ico-call:focus:after, .ico-call:active:after {
  border-color: #b8b8b8;
  background: transparent;
}

/* line 131, ../sass/core/_icons.scss */
.InternetExplorer .ico-call:before, .IE .ico-call:before, .IE9 .ico-call:before, .IE10 .ico-call:before, .IE8 .ico-call:before {
  min-height: 18px;
  min-width: 6px;
}

/* line 136, ../sass/core/_icons.scss */
.ico-magnify {
  font-size: 1.5em;
  /* This controls the size. */
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #000;
  position: relative;
  border-radius: 0.35em;
}
/* line 145, ../sass/core/_icons.scss */
.ico-magnify:before, .ico-magnify:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -0.25em;
  bottom: -0.1em;
  border-width: 0;
  background: #000;
  width: 0.35em;
  height: 0.08em;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 159, ../sass/core/_icons.scss */
.ico-magnify.active {
  border: transparent;
}
/* line 162, ../sass/core/_icons.scss */
.ico-magnify.active:before, .ico-magnify.active:after {
  bottom: 0px;
  right: -1px;
  width: 15px;
  height: 3px;
}
/* line 169, ../sass/core/_icons.scss */
.ico-magnify.active:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ==========================================================================
  Arrows Icons
   .========================================================================== */
/* line 177, ../sass/core/_icons.scss */
.ico-arrow-solid {
  border-style: solid;
  border-width: 10px;
  cursor: pointer;
  display: inline-block;
  height: 0;
  position: relative;
  width: 0;
  border-color: transparent;
}
/* line 187, ../sass/core/_icons.scss */
.ico-arrow-solid.tail:before {
  background-color: #000;
  content: "";
  position: absolute;
}
/* line 193, ../sass/core/_icons.scss */
.ico-arrow-solid.rt {
  border-left-color: black;
}
/* line 196, ../sass/core/_icons.scss */
.ico-arrow-solid.rt.tail:before {
  right: 2px;
  top: -2px;
  width: 24px;
  height: 4px;
}
/* line 204, ../sass/core/_icons.scss */
.ico-arrow-solid.lt {
  border-right-color: black;
}
/* line 207, ../sass/core/_icons.scss */
.ico-arrow-solid.lt.tail:before {
  left: 2px;
  top: -2px;
  width: 24px;
  height: 4px;
}
/* line 215, ../sass/core/_icons.scss */
.ico-arrow-solid.tp {
  border-bottom-color: black;
}
/* line 218, ../sass/core/_icons.scss */
.ico-arrow-solid.tp.tail:before {
  top: 2px;
  height: 24px;
  left: -2px;
  width: 4px;
}
/* line 226, ../sass/core/_icons.scss */
.ico-arrow-solid.bt {
  border-top-color: black;
}
/* line 229, ../sass/core/_icons.scss */
.ico-arrow-solid.bt.tail:before {
  bottom: 2px;
  height: 24px;
  left: -2px;
  width: 4px;
}

/* line 238, ../sass/core/_icons.scss */
.ico-arrow-outline {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  border-color: black;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 249, ../sass/core/_icons.scss */
.ico-arrow-outline.tail:before {
  height: 3px;
  background-color: #000;
  width: 24px;
  content: "";
  position: absolute;
}
/* line 257, ../sass/core/_icons.scss */
.ico-arrow-outline.rt {
  border-color: black black transparent transparent;
}
/* line 261, ../sass/core/_icons.scss */
.ico-arrow-outline.lt {
  border-color: transparent transparent black black;
}
/* line 264, ../sass/core/_icons.scss */
.ico-arrow-outline.lt.tail:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
  left: -5px;
}
/* line 271, ../sass/core/_icons.scss */
.ico-arrow-outline.tp {
  border-color: black transparent transparent black;
}
/* line 275, ../sass/core/_icons.scss */
.ico-arrow-outline.bt {
  border-color: transparent black black transparent;
}

/* ==========================================================================
  Encased Icons
   .========================================================================== */
/* line 285, ../sass/core/_icons.scss */
.ico-circle-encase-outline {
  font-size: 32px;
}
/* line 288, ../sass/core/_icons.scss */
.ico-circle-encase-outline [class^="icon-"], .ico-circle-encase-outline [class*=" icon-"] {
  font-size: 1em;
  /*use this only to control icon size*/
  border: 1px solid #557995;
  color: #557995;
  height: 1em;
  width: 1em;
  padding: 0.250em;
  text-align: center;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  behavior: url(css/pie.htc);
}

/* line 302, ../sass/core/_icons.scss */
.ico-circle-encase-solid {
  font-size: 32px;
}
/* line 305, ../sass/core/_icons.scss */
.ico-circle-encase-solid [class^="icon-"], .ico-circle-encase-solid [class*=" icon-"] {
  font-size: 1em;
  /*use this only to control icon size*/
  color: #36363D;
  height: 1em;
  width: 1em;
  padding: 0.250em;
  text-align: center;
  background-color: #AFAFB1;
  display: inline-block;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  behavior: url(css/pie.htc);
}

/* line 319, ../sass/core/_icons.scss */
.ico-square-encase-outline {
  font-size: 32px;
}
/* line 322, ../sass/core/_icons.scss */
.ico-square-encase-outline [class^="icon-"], .ico-square-encase-outline [class*=" icon-"] {
  font-size: 1em;
  /*use this only to control icon size*/
  border: 1px solid #557995;
  color: #557995;
  height: 1em;
  width: 1em;
  padding: 0.250em;
  text-align: center;
}

/* line 333, ../sass/core/_icons.scss */
.ico-square-encase-solid {
  font-size: 32px;
}
/* line 336, ../sass/core/_icons.scss */
.ico-square-encase-solid [class^="icon-"], .ico-square-encase-solid [class*=" icon-"] {
  font-size: 1em;
  /*use this only to control icon size*/
  color: #36363D;
  height: 1em;
  width: 1em;
  padding: 0.250em;
  text-align: center;
  background-color: #AFAFB1;
  display: inline-block;
}

/* ==========================================================================
  Customised Buttons
   .========================================================================== */
/* line 351, ../sass/core/_icons.scss */
.btn-elliptic-outline {
  border: 2px solid #52ae4c;
  border-radius: 30px 34px;
  color: #52ae4c;
  font-weight: bold;
  padding: 10px 35px;
  text-decoration: none;
}

/* line 360, ../sass/core/_icons.scss */
.btn-elliptic-point-outline {
  border: 2px solid #123653;
  border-radius: 30px 3px;
  color: #123653;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
}

/* ==========================================================================
   Base Settings
   .========================================================================== */
/* line 4, ../sass/core/_layout.scss */
body {
  font: 18px/1.4 "Graphik-Regular";
  color: #000;
  -webkit-text-size-adjust: none;
  /*prevents iOS from sizing up your text for readability*/
  margin: 0 auto;
}
@media (max-width: 650px) {
  /* line 4, ../sass/core/_layout.scss */
  body {
    font-size: 16px;
  }
}

/* line 14, ../sass/core/_layout.scss */
*, menu, ol, ul, dl {
  margin: 0;
  padding: 0;
}

/* line 19, ../sass/core/_layout.scss */
ol, ul, dl {
  margin-left: 15px;
}

/* line 27, ../sass/core/_layout.scss */
section:before, section:after, article:before, article:after {
  content: "";
  display: table;
}

/* line 32, ../sass/core/_layout.scss */
section:after, article:after {
  clear: both;
}

/* line 36, ../sass/core/_layout.scss */
a {
  color: #000;
}

/* line 40, ../sass/core/_layout.scss */
a:focus, textarea:focus, input:focus, *:focus {
  outline: 0;
}

/* line 44, ../sass/core/_layout.scss */
blockquote, h1.display {
  font-family: Graphik-Semibold;
  font-weight: bold;
  text-align: center;
}

/* line 53, ../sass/core/_layout.scss */
h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'Graphik-Semibold';
  font-weight: normal;
}

/* line 59, ../sass/core/_layout.scss */
h1 {
  font-family: 'Graphik-Light';
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  position: relative;
}

/* line 65, ../sass/core/_layout.scss */
blockquote {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 40px;
  line-height: 1;
}
@media (max-width: 650px) {
  /* line 65, ../sass/core/_layout.scss */
  blockquote {
    font-size: 32px;
    font-size: 2rem;
  }
}

/* line 75, ../sass/core/_layout.scss */
h1.display {
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #e76833;
  font-family: 'Graphik-Light';
  padding: 0;
}
@media (min-width: 760px) {
  /* line 75, ../sass/core/_layout.scss */
  h1.display {
    font-size: 33.6px;
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) {
  /* line 75, ../sass/core/_layout.scss */
  h1.display {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/* line 90, ../sass/core/_layout.scss */
.theme-landing h1.display {
  position: relative;
  /*top: 30px;*/
  line-height: 1;
}

/* line 96, ../sass/core/_layout.scss */
.theme-landing .login h1.display {
  top: 0px;
}

/* line 101, ../sass/core/_layout.scss */
h2 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 105, ../sass/core/_layout.scss */
h3 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 110, ../sass/core/_layout.scss */
p {
  margin: 0 0 15px;
}

/* line 114, ../sass/core/_layout.scss */
input {
  background-color: #ededed;
  border: none;
  padding: 0 7px;
}

/* line 120, ../sass/core/_layout.scss */
input[type=submit] {
  background: transparent;
}

/* line 124, ../sass/core/_layout.scss */
select {
  background-color: #ededed;
  width: 220px;
  border: none;
}

/* line 130, ../sass/core/_layout.scss */
.wrapper {
  margin: auto;
  width: 1400px;
  position: relative;
  padding-bottom: 5%;
}
@media (max-width: 1450px) {
  /* line 130, ../sass/core/_layout.scss */
  .wrapper {
    width: 1100px;
  }
}
@media (max-width: 1150px) {
  /* line 130, ../sass/core/_layout.scss */
  .wrapper {
    width: 900px;
  }
}
@media (max-width: 950px) {
  /* line 130, ../sass/core/_layout.scss */
  .wrapper {
    width: 700px;
  }
}
@media (max-width: 750px) {
  /* line 130, ../sass/core/_layout.scss */
  .wrapper {
    width: 90%;
    padding-bottom: 20%;
  }
}

/* line 154, ../sass/core/_layout.scss */
button {
  /*background: url('../images/sprite.png') no-repeat right 0 $grey;*/
  background: #555555;
  height: 25px;
  width: 25px;
  border: none;
  overflow: hidden;
  position: relative;
  text-indent: -99em;
  vertical-align: top;
}
/* line 164, ../sass/core/_layout.scss */
button:hover {
  background: #e76833;
}
/* line 168, ../sass/core/_layout.scss */
button:after, button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  color: #fff;
  line-height: 25px;
  font-size: 22px;
}
/* line 181, ../sass/core/_layout.scss */
button.inactive, button.inactive:hover, button.inactive:hover:after, button.inactive:hover:before {
  background: #b8b8b8 !important;
  background-color: #b8b8b8 !important;
  cursor: default;
}
/* line 187, ../sass/core/_layout.scss */
button.add {
  /*background-position: right -89px;*/
}
/* line 189, ../sass/core/_layout.scss */
button.add:after {
  content: "+";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #555555;
}
/* line 196, ../sass/core/_layout.scss */
button.add.inactive:after {
  background: #b8b8b8 !important;
  background-color: #b8b8b8 !important;
}
/* line 200, ../sass/core/_layout.scss */
button.add.all {
  overflow: visible;
}
/* line 204, ../sass/core/_layout.scss */
button.add.all:before {
  left: -5px;
  top: -5px;
  background: #555555;
}
/* line 212, ../sass/core/_layout.scss */
button.close:after {
  content: "\2715";
  font-size: 12px;
}
/* line 219, ../sass/core/_layout.scss */
button.download:after {
  border: 2px solid #fff;
  border-top: none;
  height: 7px;
  left: 4px;
  top: 14px;
  width: 17px;
}
/* line 227, ../sass/core/_layout.scss */
button.download:before {
  border-color: #fff;
  border-width: 2px;
  border-style: none solid solid  none;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 11px;
  width: 11px;
  top: 1px;
  left: 7px;
}
/* line 237, ../sass/core/_layout.scss */
button.download.all {
  overflow: visible;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
/* line 243, ../sass/core/_layout.scss */
button.download.all span {
  background: #555555;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -6px;
  top: -6px;
  padding: 0;
  z-index: -1;
}

/* line 258, ../sass/core/_layout.scss */
button.large {
  color: #fff;
  min-width: 100px;
  text-indent: 0;
  padding-top: 2px;
  font-size: 11.5552px;
  font-size: 0.7222rem;
}
/* line 265, ../sass/core/_layout.scss */
button.large .icon-bin {
  font-size: 16px;
  left: -14px;
  position: relative;
  top: 1px;
}
/* line 272, ../sass/core/_layout.scss */
button.large.download {
  padding-left: 20px;
  background: #e76833;
}

/* line 2, ../sass/modules/_contents.scss */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: .5;
  left: 0;
  width: 100%;
  display: none;
}
/* line 12, ../sass/modules/_contents.scss */
.overlay.show {
  display: block;
}

/* line 17, ../sass/modules/_contents.scss */
.content {
  width: 90%;
  margin: auto;
  clear: both;
}

/* line 23, ../sass/modules/_contents.scss */
.center {
  text-align: center;
}

/* line 27, ../sass/modules/_contents.scss */
.wrapper h1 + b {
  color: #e76833;
  display: block;
  position: relative;
  text-align: center;
  top: 40px;
}

/* ==========================================================================
     Login text
     .========================================================================== */
/* line 37, ../sass/modules/_contents.scss */
.login-text {
  text-align: center;
  font-size: 20px;
  padding-top: 15%;
}
/* line 42, ../sass/modules/_contents.scss */
.login-text li {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin-bottom: 20px;
}
/* line 48, ../sass/modules/_contents.scss */
.login-text li:first-child {
  margin-right: 11%;
}

/* ==========================================================================
	 Search
	 .========================================================================== */
/* line 58, ../sass/modules/_contents.scss */
#search {
  border: 1px solid #000;
  border-style: solid none solid none;
  clear: both;
  padding: 30px 0;
  margin-bottom: 45px;
  position: relative;
}
/* line 66, ../sass/modules/_contents.scss */
#search > div {
  display: inline-block;
}
/* line 69, ../sass/modules/_contents.scss */
#search > div label {
  font-family: 'Graphik-SemiBold';
  padding-right: 10px;
  display: inline-block;
  margin: 10px 0;
}
/* line 76, ../sass/modules/_contents.scss */
#search > div input, #search > div select {
  padding: 0 0 0 7px;
}
/* line 81, ../sass/modules/_contents.scss */
#search > div:first-of-type label {
  margin-top: 0;
}
/* line 87, ../sass/modules/_contents.scss */
#search > a {
  display: block;
  font-size: 1.333rem;
  text-decoration: none;
  top: 14px;
  position: relative;
}
/* line 95, ../sass/modules/_contents.scss */
#search .submitWrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  z-index: 1;
}
/* line 102, ../sass/modules/_contents.scss */
#search .submitWrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #b8b8b8;
}
/* line 116, ../sass/modules/_contents.scss */
#search input[type=submit] {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 500;
  text-indent: -99999px;
  padding: 0;
}
@media (max-width: 1150px) {
  /* line 126, ../sass/modules/_contents.scss */
  #search > div {
    display: block;
    width: 300px;
    width: 40%;
  }
  /* line 130, ../sass/modules/_contents.scss */
  #search > div.submitWrapper {
    width: auto;
  }
  /* line 134, ../sass/modules/_contents.scss */
  #search > div:nth-last-child(2) {
    display: inline-block;
  }
  /* line 138, ../sass/modules/_contents.scss */
  #search > div label {
    display: block;
  }
  /* line 142, ../sass/modules/_contents.scss */
  #search > div input {
    width: 97%;
  }
  /* line 146, ../sass/modules/_contents.scss */
  #search > div select {
    width: 100%;
  }
}
@media (max-width: 750px) {
  /* line 155, ../sass/modules/_contents.scss */
  #search > div {
    width: 100%;
  }
  /* line 158, ../sass/modules/_contents.scss */
  #search > div label, #search > div input, #search > div select {
    display: block;
    width: 85%;
  }
  /* line 163, ../sass/modules/_contents.scss */
  #search > div select {
    width: 87%;
  }
  /* line 167, ../sass/modules/_contents.scss */
  #search > div.submitWrapper {
    position: absolute;
    right: 1%;
    bottom: 30px;
  }
}
/* line 175, ../sass/modules/_contents.scss */
#search + h1 {
  /* @include rem-fallback(font-size,1.9); */
  margin: 15px 0 25px;
  color: #da6932;
  font-size: 30pt;
}
/* line 182, ../sass/modules/_contents.scss */
#search option {
  padding-left: 5px;
}
/* line 186, ../sass/modules/_contents.scss */
#search .bold {
  font-weight: bold;
}
/* line 190, ../sass/modules/_contents.scss */
#search .error {
  display: inline-block;
  font-size: 14px;
}

/* ==========================================================================
	 Region Selector
	 .========================================================================== */
/* line 200, ../sass/modules/_contents.scss */
.region-selector > span {
  color: #515048;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 28.8px;
  font-size: 1.8rem;
}
/* line 208, ../sass/modules/_contents.scss */
.region-selector .titles {
  margin-top: 0;
  margin-bottom: 75px;
  text-align: center;
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
}
/* line 215, ../sass/modules/_contents.scss */
.region-selector .titles span {
  display: inline-block;
  padding: 1px 0 10px;
  margin: 0 20px 10px;
  border-top: 2px solid #fff;
  color: #b8b8b8;
}
/* line 222, ../sass/modules/_contents.scss */
.region-selector .titles span.active {
  color: #000;
  cursor: pointer;
}
/* line 227, ../sass/modules/_contents.scss */
.region-selector .titles span.selected {
  border-color: #e76833;
}
/* line 231, ../sass/modules/_contents.scss */
.region-selector .titles span.active:hover {
  color: #e76833;
}
@media (max-width: 550px) {
  /* line 237, ../sass/modules/_contents.scss */
  .region-selector .titles span {
    display: block;
    margin: 0;
    padding: 5px 0 0;
  }
}
/* line 244, ../sass/modules/_contents.scss */
.region-selector .titles + h1 {
  margin-top: 1.34em;
}
/* line 248, ../sass/modules/_contents.scss */
.region-selector .titles option {
  padding-left: 5px;
}
/* line 252, ../sass/modules/_contents.scss */
.region-selector .titles .bold {
  font-weight: bold;
}
/* line 256, ../sass/modules/_contents.scss */
.region-selector .titles .error {
  display: inline-block;
  font-size: 14px;
}
/* line 262, ../sass/modules/_contents.scss */
.region-selector + a {
  font-size: 17.6px;
  font-size: 1.1rem;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  border: 3px solid #e76833;
  width: 260px;
  margin: 50px auto;
  text-decoration: none;
  font-weight: bold;
}
/* line 274, ../sass/modules/_contents.scss */
.region-selector + a:hover {
  color: white;
  border-color: #b8b8b8;
  background-color: #b8b8b8;
}
/* line 280, ../sass/modules/_contents.scss */
.region-selector + a + a {
  display: block;
  text-align: center;
}

/* line 287, ../sass/modules/_contents.scss */
#RegionSelectorNav {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  z-index: 150;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.5s linear 0s;
}

/* line 299, ../sass/modules/_contents.scss */
.closeBrandSwitcher {
  cursor: pointer;
  display: block;
  height: 85px;
  position: relative;
  width: 85px;
  margin: 25px auto;
  opacity: 0;
}
/* line 308, ../sass/modules/_contents.scss */
.closeBrandSwitcher:before, .closeBrandSwitcher:after {
  background: #000;
  -moz-border-radius: 800px;
  -webkit-border-radius: 800px;
  border-radius: 800px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 29px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 85px;
}
/* line 320, ../sass/modules/_contents.scss */
.closeBrandSwitcher:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 325, ../sass/modules/_contents.scss */
.open-selector {
  background: #fff;
  color: #e76833;
  border-color: #e76833;
}
/* line 330, ../sass/modules/_contents.scss */
.open-selector .title a {
  color: #e76833;
  border-color: #e76833 !important;
}
/* line 336, ../sass/modules/_contents.scss */
.open-selector .header_nav a {
  color: #e76833;
}
/* line 340, ../sass/modules/_contents.scss */
.open-selector .header_nav .brand {
  background: none;
  padding: 0;
}
/* line 346, ../sass/modules/_contents.scss */
.open-selector + #RegionSelectorNav {
  max-height: 3000px;
}

/* line 351, ../sass/modules/_contents.scss */
.brandlogo {
  text-align: center;
  clear: both;
  position: relative;
}
/* line 356, ../sass/modules/_contents.scss */
.brandlogo > span {
  display: inline-block;
  position: relative;
  margin: 0 10px 40px;
  width: 22%;
}
/* line 364, ../sass/modules/_contents.scss */
.brandlogo > span.brand-gap {
  border-left: 1px solid black;
  min-height: 85px;
  margin: 5px 10px 0;
  vertical-align: top;
}
/* line 370, ../sass/modules/_contents.scss */
.brandlogo > span:first-of-type {
  width: 45%;
}
/* line 372, ../sass/modules/_contents.scss */
.brandlogo > span:first-of-type img {
  width: 44%;
  margin-left: 45%;
}
/* line 377, ../sass/modules/_contents.scss */
.brandlogo > span:nth-child(2) {
  width: 45%;
}
/* line 379, ../sass/modules/_contents.scss */
.brandlogo > span:nth-child(2) img {
  width: 44%;
  margin-right: 40%;
}
/* line 384, ../sass/modules/_contents.scss */
.brandlogo > span:nth-child(7) {
  width: 30%;
}
/* line 386, ../sass/modules/_contents.scss */
.brandlogo > span:nth-child(7) img {
  width: 55%;
  margin-left: 45%;
}
/* line 391, ../sass/modules/_contents.scss */
.brandlogo > span:nth-child(8) {
  width: 30%;
}
/* line 393, ../sass/modules/_contents.scss */
.brandlogo > span:nth-child(8) img {
  width: 55%;
}
@media (min-width: 955px) {
  /* line 397, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(9) {
    width: 30%;
  }
  /* line 400, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(9) img {
    width: 55%;
    margin-right: 45%;
  }
}
/* line 406, ../sass/modules/_contents.scss */
.brandlogo > span:last-of-type {
  /*border-left: 1px solid black;*/
  margin-bottom: 25px;
  /*padding-left: 150px;*/
}
@media (max-width: 950px) {
  /* line 406, ../sass/modules/_contents.scss */
  .brandlogo > span:last-of-type {
    padding-left: 80px;
  }
}
@media (max-width: 750px) {
  /* line 406, ../sass/modules/_contents.scss */
  .brandlogo > span:last-of-type {
    margin-left: 0;
    padding-left: 30px;
  }
}
@media (max-width: 550px) {
  /* line 406, ../sass/modules/_contents.scss */
  .brandlogo > span:last-of-type {
    /*border-top: 1px solid black;*/
    border-left: none;
    margin: 0 20px 25px;
    padding: 0;
  }
}
/* line 428, ../sass/modules/_contents.scss */
.brandlogo > span a {
  display: block;
}
/* line 431, ../sass/modules/_contents.scss */
.brandlogo > span a img {
  vertical-align: top;
  width: 90%;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.25s linear 0s;
}
/* line 436, ../sass/modules/_contents.scss */
.brandlogo > span a img:hover {
  overflow: visible;
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  z-index: 20;
}
@media (max-width: 1450px) {
  /* line 356, ../sass/modules/_contents.scss */
  .brandlogo > span {
    width: 22%;
  }
  /* line 449, ../sass/modules/_contents.scss */
  .brandlogo > span a img {
    width: 90%;
  }
}
@media (max-width: 1150px) {
  /* line 356, ../sass/modules/_contents.scss */
  .brandlogo > span {
    width: 22%;
  }
  /* line 460, ../sass/modules/_contents.scss */
  .brandlogo > span a img {
    width: 95%;
  }
}
@media (max-width: 955px) {
  /* line 356, ../sass/modules/_contents.scss */
  .brandlogo > span {
    margin: 0 35px 60px;
  }
  /* line 468, ../sass/modules/_contents.scss */
  .brandlogo > span:first-of-type {
    width: 22%;
  }
  /* line 470, ../sass/modules/_contents.scss */
  .brandlogo > span:first-of-type img {
    width: 95%;
    margin-left: 0%;
  }
  /* line 475, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(2) {
    width: 22%;
  }
  /* line 477, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(2) img {
    width: 95%;
    margin-right: 0%;
  }
  /* line 482, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(7) {
    width: 22%;
  }
  /* line 484, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(7) img {
    width: 95%;
    margin-left: 0%;
  }
  /* line 489, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(8) {
    width: 22%;
  }
  /* line 491, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(8) img {
    width: 95%;
    margin-right: 0%;
  }
  /* line 496, ../sass/modules/_contents.scss */
  .brandlogo > span.brand-gap {
    width: 0;
  }
}
@media (max-width: 750px) {
  /* line 356, ../sass/modules/_contents.scss */
  .brandlogo > span {
    width: 40%;
    margin: 0 20px 60px;
  }
  /* line 505, ../sass/modules/_contents.scss */
  .brandlogo > span:first-of-type {
    width: 40%;
  }
  /* line 507, ../sass/modules/_contents.scss */
  .brandlogo > span:first-of-type img {
    width: 75%;
    margin-left: 0%;
  }
  /* line 512, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(2) {
    width: 40%;
  }
  /* line 514, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(2) img {
    width: 75%;
    margin-right: 0%;
  }
  /* line 519, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(7) {
    width: 40%;
  }
  /* line 521, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(7) img {
    width: 75%;
    margin-left: 0%;
  }
  /* line 526, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(8) {
    width: 40%;
  }
  /* line 528, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(8) img {
    width: 75%;
    margin-right: 0%;
  }
  /* line 536, ../sass/modules/_contents.scss */
  .brandlogo > span a img {
    width: 75%;
  }
}
@media (max-width: 550px) {
  /* line 356, ../sass/modules/_contents.scss */
  .brandlogo > span {
    width: 50%;
  }
  /* line 544, ../sass/modules/_contents.scss */
  .brandlogo > span:first-of-type {
    width: 50%;
  }
  /* line 546, ../sass/modules/_contents.scss */
  .brandlogo > span:first-of-type img {
    width: 90%;
    margin-left: 0%;
  }
  /* line 551, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(2) {
    width: 50%;
  }
  /* line 553, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(2) img {
    width: 90%;
    margin-right: 0%;
  }
  /* line 558, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(7) {
    width: 50%;
  }
  /* line 560, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(7) img {
    width: 90%;
    margin-left: 0%;
  }
  /* line 565, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(8) {
    width: 50%;
  }
  /* line 567, ../sass/modules/_contents.scss */
  .brandlogo > span:nth-child(8) img {
    width: 90%;
    margin-right: 0%;
  }
  /* line 572, ../sass/modules/_contents.scss */
  .brandlogo > span a img {
    width: 90%;
  }
  /* line 575, ../sass/modules/_contents.scss */
  .brandlogo > span a img:hover {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@media (max-width: 550px) {
  /* line 582, ../sass/modules/_contents.scss */
  .brandlogo > span.brand-gap {
    display: block;
    width: auto;
    min-height: 0;
    border-left: none;
    border-bottom: 1px solid #000;
  }
}

/* line 598, ../sass/modules/_contents.scss */
.brandlogo.static {
  text-align: left;
  float: left;
  margin: 25px 0 10px;
}
/* line 603, ../sass/modules/_contents.scss */
.brandlogo.static a {
  display: block;
}
/* line 606, ../sass/modules/_contents.scss */
.brandlogo.static a img {
  display: block;
  width: 75%;
}
@media (max-width: 1024px) {
  /* line 598, ../sass/modules/_contents.scss */
  .brandlogo.static {
    margin-top: 40px;
  }
}
@media (max-width: 650px) {
  /* line 598, ../sass/modules/_contents.scss */
  .brandlogo.static {
    margin: 25px auto;
    float: none;
  }
  /* line 620, ../sass/modules/_contents.scss */
  .brandlogo.static a img {
    margin: 0 auto;
    width: auto;
    max-width: 90%;
  }
}

/* ==========================================================================
	 Brand Index
	 .========================================================================== */
/* line 631, ../sass/modules/_contents.scss */
.brand-index {
  padding-bottom: 80px;
  -webkit-columns: 4 290px;
  -moz-columns: 4 290px;
  columns: 4 290px;
}
/* line 637, ../sass/modules/_contents.scss */
.brand-index h1 {
  text-align: left;
}
/* line 641, ../sass/modules/_contents.scss */
.brand-index > div {
  margin-bottom: 13px;
  max-width: 85%;
  padding-bottom: 12px;
  border-bottom: 1px solid;
}
/* line 647, ../sass/modules/_contents.scss */
.brand-index > div h2 {
  margin: 0 0 3px;
  position: relative;
  font-family: 'Graphik-Light';
  font-size: 24pt;
}
/* line 653, ../sass/modules/_contents.scss */
.brand-index > div h2 span {
  font-family: 'Graphik-Regular';
  line-height: 1.2;
  width: 25px;
  height: 25px;
  /* background: #afafaf;
  position: absolute; */
  color: #70737280;
  top: 0;
  right: 0;
  /* color: $black; */
  padding: 5px 20px 5px 5px;
  box-sizing: border-box;
  overflow: hidden;
  /* cursor: pointer; */
  font-size: 18pt;
  font-weight: normal;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.3s linear 0s;
}
/* line 673, ../sass/modules/_contents.scss */
.brand-index > div h2 span:before {
  width: 25px;
  height: 25px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background: url("../images/sprite.png") no-repeat right -48px;
}
/* line 683, ../sass/modules/_contents.scss */
.brand-index > div h2 span.active {
  width: 90%;
  height: 80px;
}
/* line 690, ../sass/modules/_contents.scss */
.brand-index > div a {
  text-decoration: none;
}
/* line 694, ../sass/modules/_contents.scss */
.brand-index > div ul {
  margin: 0 0 0 20px;
}
/* line 697, ../sass/modules/_contents.scss */
.brand-index > div ul li {
  list-style: none;
  position: relative;
}
/* line 701, ../sass/modules/_contents.scss */
.brand-index > div ul li:before {
  content: "-";
  display: block;
  position: absolute;
  left: -12px;
  top: -2px;
}
/* line 709, ../sass/modules/_contents.scss */
.brand-index > div ul li.sub {
  cursor: pointer;
}
/* line 711, ../sass/modules/_contents.scss */
.brand-index > div ul li.sub:before {
  content: "+";
}
/* line 717, ../sass/modules/_contents.scss */
.brand-index > div ul li.collapse:before {
  content: "-" !important;
}
/* line 727, ../sass/modules/_contents.scss */
.brand-index > div > ul > li > ul {
  margin: 10px 0 10px 30px;
  font-size: 14.4px;
  font-size: 0.9rem;
}
/* line 731, ../sass/modules/_contents.scss */
.brand-index > div > ul > li > ul > li {
  margin-bottom: 7px;
}
/* line 735, ../sass/modules/_contents.scss */
.brand-index > div > ul > li > ul > li.sub > ul {
  display: none;
  margin: 10px 0 20px 20px;
}
/* line 739, ../sass/modules/_contents.scss */
.brand-index > div > ul > li > ul > li.sub > ul li {
  font-style: italic;
  margin-bottom: 5px;
}
@media (max-width: 1300px) {
  /* line 631, ../sass/modules/_contents.scss */
  .brand-index {
    -webkit-columns: 3 300px;
    -moz-columns: 3 300px;
    columns: 3 300px;
  }
  /* line 756, ../sass/modules/_contents.scss */
  .brand-index > div {
    -webkit-column-break-inside: avoid;
    -webkit-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
@media (max-width: 900px) {
  /* line 631, ../sass/modules/_contents.scss */
  .brand-index {
    -webkit-columns: 2 250px;
    -moz-columns: 2 250px;
    columns: 2 250px;
    padding-bottom: 40px;
  }
  /* line 774, ../sass/modules/_contents.scss */
  .brand-index > div > ul > li .sub > ul {
    margin: 10px 0 10px 15px;
  }
}
@media (max-width: 450px) {
  /* line 631, ../sass/modules/_contents.scss */
  .brand-index {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }
  /* line 789, ../sass/modules/_contents.scss */
  .brand-index > div h2 {
    margin-bottom: 15px;
    font-size: 20.8px;
    font-size: 1.3rem;
  }
  /* line 795, ../sass/modules/_contents.scss */
  .brand-index > div > ul > li {
    margin-bottom: 10px;
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}

/* ==========================================================================
	Downloadables
	 .========================================================================== */
/* line 807, ../sass/modules/_contents.scss */
article.active .downloadables {
  display: block;
  /* margin: 30px 0; */
}
/* line 811, ../sass/modules/_contents.scss */
article.active h2 {
  color: #555555;
}

/* line 816, ../sass/modules/_contents.scss */
.downloadables {
  display: none;
}
/* line 819, ../sass/modules/_contents.scss */
.downloadables > p {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin: 25px 0 0;
}
/* line 824, ../sass/modules/_contents.scss */
.downloadables ul {
  list-style: none;
  margin-left: 0px;
  /* padding-bottom: 50px; */
}
/* line 829, ../sass/modules/_contents.scss */
.downloadables ul li {
  display: inline-block;
  margin: 30px 3% 0 0;
  vertical-align: top;
  width: 34%;
}
/* line 835, ../sass/modules/_contents.scss */
.downloadables ul li.btn-allfiles {
  margin: 30px 0 0;
  text-align: right;
  display: block;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 50px;
}
/* line 844, ../sass/modules/_contents.scss */
.downloadables ul li.btn-allfiles button {
  margin: 4px 0 4px 10px;
}
/* line 849, ../sass/modules/_contents.scss */
.downloadables ul li.new-file + .btn-allfiles {
  /* margin: 9% 0 0 0; */
  bottom: 110px;
}
@media (max-width: 1150px) {
  /* line 829, ../sass/modules/_contents.scss */
  .downloadables ul li {
    margin: 30px 10% 0 0;
    position: inherit !important;
  }
}
@media (max-width: 950px) {
  /* line 829, ../sass/modules/_contents.scss */
  .downloadables ul li {
    width: 270px;
    position: inherit !important;
  }
}
@media (max-width: 650px) {
  /* line 829, ../sass/modules/_contents.scss */
  .downloadables ul li {
    display: block;
    margin: 50px 0 0;
    width: 85%;
    position: inherit !important;
  }
}
/* line 872, ../sass/modules/_contents.scss */
.downloadables ul span {
  padding-left: 40px;
  position: relative;
  display: block;
}
/* line 877, ../sass/modules/_contents.scss */
.downloadables ul span button {
  position: absolute;
  left: 0;
}
/* line 884, ../sass/modules/_contents.scss */
.downloadables figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 0.75rem;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
}
/* line 892, ../sass/modules/_contents.scss */
.downloadables figure {
  margin-top: 10px;
  position: relative;
}
/* line 896, ../sass/modules/_contents.scss */
.downloadables figure .assetThumb {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-size: 17.6px;
  font-size: 1.1rem;
}
/* line 904, ../sass/modules/_contents.scss */
.downloadables figure .assetThumb img {
  display: block;
}
/* line 908, ../sass/modules/_contents.scss */
.downloadables figure .assetThumb > span {
  display: none;
  background: #e76833;
  padding: 10px 0;
  width: 70px;
}
/* line 917, ../sass/modules/_contents.scss */
.downloadables button {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}
/* line 923, ../sass/modules/_contents.scss */
.downloadables .tooltip {
  font-size: 12px;
  height: 20px;
  left: 40px;
  line-height: 22px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 2px;
  background: #b8b8b8;
  color: #fff;
  padding: 0 3px;
}

/* ==========================================================================
	 Brand Download
	 .========================================================================== */
/* line 940, ../sass/modules/_contents.scss */
.brand-download {
  clear: both;
  padding: 30px 0 0;
}
/* line 944, ../sass/modules/_contents.scss */
.brand-download > article {
  position: relative;
  margin: 30px 0 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
/* line 950, ../sass/modules/_contents.scss */
.brand-download > article:before {
  border-style: solid;
  border-width: 10px;
  cursor: pointer;
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0;
  border-color: transparent;
  border-top-color: #e76833;
  left: 0;
  top: 5px;
  content: '';
  z-index: -1;
}
/* line 967, ../sass/modules/_contents.scss */
.brand-download > article.active:before {
  border-color: transparent;
  border-bottom-color: #e76833;
  top: -8px;
}
/* line 975, ../sass/modules/_contents.scss */
.brand-download > article.no-files h2 span, .brand-download > article.no-files .add-allfiles {
  display: none;
}
/* line 981, ../sass/modules/_contents.scss */
.brand-download h2 {
  cursor: pointer;
  padding-left: 40px;
}
/* line 985, ../sass/modules/_contents.scss */
.brand-download h2 span {
  display: block;
  font-family: Dinpro;
  color: #000;
}
/* line 992, ../sass/modules/_contents.scss */
.brand-download article > div {
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  -webkit-transition: all 0.6s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.6s linear 0s;
}
/* line 996, ../sass/modules/_contents.scss */
.brand-download .ico-return {
  top: 25px;
  left: -45px;
}
/* line 1001, ../sass/modules/_contents.scss */
.brand-download h1 {
  padding-left: 0px;
}
@media (max-width: 750px) {
  /* line 1006, ../sass/modules/_contents.scss */
  .brand-download h1 {
    padding-left: 40px;
  }
  /* line 1010, ../sass/modules/_contents.scss */
  .brand-download .ico-return {
    left: -10px;
  }
}

/* ==========================================================================
	Subpages
	 .========================================================================== */
/* line 1018, ../sass/modules/_contents.scss */
.subpages {
  padding: 10px 0;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  clear: both;
}
/* line 1024, ../sass/modules/_contents.scss */
.subpages h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
/* line 1033, ../sass/modules/_contents.scss */
.subpages > div {
  vertical-align: top;
}
/* line 1037, ../sass/modules/_contents.scss */
.subpages a {
  display: block;
  text-decoration: none;
}
@media (min-width: 760px) {
  /* line 1043, ../sass/modules/_contents.scss */
  .subpages > div {
    float: right;
    width: 500px;
  }
  /* line 1048, ../sass/modules/_contents.scss */
  .subpages a {
    width: 245px;
    display: inline-block;
    text-align: right;
  }
}
@media (min-width: 760px) {
  /* line 1056, ../sass/modules/_contents.scss */
  .subpages h1 {
    display: inline-block;
  }
}

/* ==========================================================================
	Carousel
	 .========================================================================== */
/* line 1064, ../sass/modules/_contents.scss */
.carousel {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 770px) {
  /* line 1071, ../sass/modules/_contents.scss */
  .carousel:after {
    bottom: 70px;
    border-right: 5px solid #fff !important;
    border-top: 5px solid #fff !important;
  }
}
@media (max-width: 1024px) {
  /* line 1064, ../sass/modules/_contents.scss */
  .carousel {
    margin-bottom: 30px;
  }
}
/* line 1082, ../sass/modules/_contents.scss */
.carousel .cycle-slide {
  width: 100%;
}
/* line 1085, ../sass/modules/_contents.scss */
.carousel .cycle-slide img {
  width: 100%;
}
/* line 1090, ../sass/modules/_contents.scss */
.carousel #pager {
  display: inline-block;
}
/* line 1093, ../sass/modules/_contents.scss */
.carousel #pager span {
  border: 2px solid #000;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  width: 5px;
  margin: 0 3px 3px;
  overflow: hidden;
  position: relative;
  text-indent: 30px;
  cursor: pointer;
}
@media (min-width: 760px) {
  /* line 1090, ../sass/modules/_contents.scss */
  .carousel #pager {
    border-color: #fff;
  }
  /* line 1107, ../sass/modules/_contents.scss */
  .carousel #pager span {
    border-color: #fff;
  }
}
/* line 1115, ../sass/modules/_contents.scss */
.carousel #next, .carousel #prev {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  height: 15px;
  width: 15px;
  display: inline-block;
  cursor: pointer;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 760px) {
  /* line 1115, ../sass/modules/_contents.scss */
  .carousel #next, .carousel #prev {
    border-color: #fff !important;
  }
}
/* line 1129, ../sass/modules/_contents.scss */
.carousel #prev {
  border-style: none none solid solid;
  border-width: 0 0 2px 2px;
}
/* line 1134, ../sass/modules/_contents.scss */
.carousel .tools {
  z-index: 100;
  text-align: center;
  margin-top: 15px;
}
/* line 1139, ../sass/modules/_contents.scss */
.carousel .tools .cycle-pager-active {
  background: #000;
}
@media (min-width: 760px) {
  /* line 1134, ../sass/modules/_contents.scss */
  .carousel .tools {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    left: 30px;
    text-align: left;
  }
  /* line 1150, ../sass/modules/_contents.scss */
  .carousel .tools .cycle-pager-active {
    background: #fff;
  }
}
/* line 1156, ../sass/modules/_contents.scss */
.carousel .arrowDown {
  bottom: 25%;
  left: 50%;
  right: auto;
  margin-right: -50%;
  -moz-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  cursor: pointer;
}
@media (max-width: 650px) {
  /* line 1156, ../sass/modules/_contents.scss */
  .carousel .arrowDown {
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    height: 25px;
    width: 25px;
  }
}

/* line 1173, ../sass/modules/_contents.scss */
.carousel .cycle-slideshow {
  max-height: 558px;
  overflow: hidden;
}
/* line 1177, ../sass/modules/_contents.scss */
.carousel .cycle-slideshow .ico-arrow-solid.rt {
  position: absolute;
  left: 48%;
  top: 48%;
  border-left-color: #fff;
  border-width: 30px;
}
/* line 1184, ../sass/modules/_contents.scss */
.carousel .cycle-slideshow .ico-arrow-solid.rt:after {
  border: 2px solid #fff;
  border-radius: 50%;
  content: " ";
  height: 80px;
  left: -61px;
  position: absolute;
  top: -40px;
  width: 80px;
}

/* line 1197, ../sass/modules/_contents.scss */
.box-links {
  margin-top: 100px;
}
@media (max-width: 650px) {
  /* line 1197, ../sass/modules/_contents.scss */
  .box-links {
    margin-top: 30px;
  }
}
/* line 1204, ../sass/modules/_contents.scss */
.box-links > div {
  margin: auto auto 15px;
}
/* line 1207, ../sass/modules/_contents.scss */
.box-links > div + div {
  /*border-top: 2px solid $black;*/
  padding-top: 55px;
}
/* line 1213, ../sass/modules/_contents.scss */
.box-links a {
  float: left;
  border: 4px solid #e76833;
  height: 210px;
  width: 319.5px;
  margin: 0 30px 30px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}
/* line 1225, ../sass/modules/_contents.scss */
.box-links a:hover {
  color: #fff !important;
  background-color: #e76833;
}
/* line 1230, ../sass/modules/_contents.scss */
.box-links a span {
  margin-right: 30px;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
/* line 1237, ../sass/modules/_contents.scss */
.box-links a:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 1450px) {
  /* line 1213, ../sass/modules/_contents.scss */
  .box-links a {
    width: 251.66px;
    margin: 0 20px 20px 0;
    height: 160px;
  }
}
@media (max-width: 1150px) {
  /* line 1213, ../sass/modules/_contents.scss */
  .box-links a {
    height: 145px;
    width: 208.66px;
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 950px) {
  /* line 1213, ../sass/modules/_contents.scss */
  .box-links a {
    margin: 5px;
    width: 30%;
  }
}
@media (max-width: 750px) {
  /* line 1213, ../sass/modules/_contents.scss */
  .box-links a {
    margin: 10px;
    width: 40%;
  }
}
@media (max-width: 600px) {
  /* line 1213, ../sass/modules/_contents.scss */
  .box-links a {
    margin: 15px;
    width: 70%;
  }
}

/* ==========================================================================
	 Brand Theme
	 .========================================================================== */
/* line 1272, ../sass/modules/_contents.scss */
.landing .brandlogo {
  border-bottom: 1px solid black;
  margin-bottom: 150px;
}

/* ==========================================================================
	userAccessInfo
	 .========================================================================== */
/* line 1280, ../sass/modules/_contents.scss */
#userAccessInfo {
  float: right;
  font-size: 14.2224px;
  font-size: 0.8889rem;
}
/* line 1284, ../sass/modules/_contents.scss */
#userAccessInfo h2 {
  color: #e76833;
}
/* line 1288, ../sass/modules/_contents.scss */
#userAccessInfo > h2 {
  margin: 0;
  position: absolute;
  right: 30px;
  border-bottom: 1px solid #e76833;
  cursor: pointer;
  z-index: 5;
  display: none;
}
/* line 1298, ../sass/modules/_contents.scss */
#userAccessInfo .close {
  position: absolute;
  right: 29px;
  top: 13px;
  text-decoration: none;
  font-size: 30px;
  color: #e76833;
  display: none;
  cursor: pointer;
}
/* line 1309, ../sass/modules/_contents.scss */
#userAccessInfo .container {
  border: 1px solid #b8b8b8;
  position: absolute;
  right: 0;
  top: 125px;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  display: none;
  background-color: #fff;
}
/* line 1321, ../sass/modules/_contents.scss */
#userAccessInfo .container h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
/* line 1326, ../sass/modules/_contents.scss */
#userAccessInfo .container > div {
  margin-top: 25px;
}
/* line 1329, ../sass/modules/_contents.scss */
#userAccessInfo .container > div > label {
  cursor: pointer;
}
@media (max-width: 1000px) {
  /* line 1309, ../sass/modules/_contents.scss */
  #userAccessInfo .container {
    top: 160px;
  }
}
@media (max-width: 550px) {
  /* line 1309, ../sass/modules/_contents.scss */
  #userAccessInfo .container {
    top: 195px;
  }
}
/* line 1343, ../sass/modules/_contents.scss */
#userAccessInfo ul {
  margin: 0;
}
/* line 1346, ../sass/modules/_contents.scss */
#userAccessInfo ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2px;
}
/* line 1353, ../sass/modules/_contents.scss */
#userAccessInfo ul label {
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}
/* line 1358, ../sass/modules/_contents.scss */
#userAccessInfo ul label b {
  display: block;
}
/* line 1363, ../sass/modules/_contents.scss */
#userAccessInfo .tools {
  text-align: right;
}
/* line 1366, ../sass/modules/_contents.scss */
#userAccessInfo .tools > span {
  text-align: right;
  color: #e76833;
  display: block;
  border-bottom: 1px solid #000;
}
/* line 1373, ../sass/modules/_contents.scss */
#userAccessInfo .tools button {
  margin-top: 8px;
}
/* line 1376, ../sass/modules/_contents.scss */
#userAccessInfo .tools button + button {
  margin-left: 0;
}
/* line 1382, ../sass/modules/_contents.scss */
#userAccessInfo .box {
  overflow-y: scroll;
  height: 200px;
  max-height: 400px;
}
@media (min-width: 1300px) {
  /* line 1280, ../sass/modules/_contents.scss */
  #userAccessInfo {
    position: absolute;
    float: none;
    top: 40px;
    right: 0;
    width: 100%;
  }
  /* line 1395, ../sass/modules/_contents.scss */
  #userAccessInfo > button.download {
    display: none;
  }
  /* line 1399, ../sass/modules/_contents.scss */
  #userAccessInfo .container {
    top: 0;
    right: 175px;
    width: 650px;
    position: absolute;
  }
  /* line 1405, ../sass/modules/_contents.scss */
  #userAccessInfo .container .box {
    overflow-y: scroll;
    max-height: 400px;
  }
  /* line 1411, ../sass/modules/_contents.scss */
  #userAccessInfo > h2 {
    display: block;
  }
  /* line 1416, ../sass/modules/_contents.scss */
  #userAccessInfo .tools button + button {
    margin-left: 15px;
  }
  /* line 1421, ../sass/modules/_contents.scss */
  #userAccessInfo.show {
    position: fixed;
  }
}
@media (max-width: 550px) {
  /* line 1280, ../sass/modules/_contents.scss */
  #userAccessInfo {
    clear: both;
    float: none;
    padding: 15px 0 5px;
  }
}

/* line 1436, ../sass/modules/_contents.scss */
#userAccessInfo.show .close, #userAccessInfo.show .container {
  display: block;
}
/* line 1440, ../sass/modules/_contents.scss */
#userAccessInfo.show > h2 span {
  display: none;
}

/* ==========================================================================
	Basket
	 .========================================================================== */
/* line 1447, ../sass/modules/_contents.scss */
#basket {
  float: right;
  font-size: 14.2224px;
  font-size: 0.8889rem;
}
/* line 1451, ../sass/modules/_contents.scss */
#basket h2 {
  color: #e76833;
}
/* line 1455, ../sass/modules/_contents.scss */
#basket > h2 {
  margin: 0;
  position: absolute;
  right: 30px;
  border-bottom: 1px solid #e76833;
  cursor: pointer;
  z-index: 5;
  display: none;
}
/* line 1465, ../sass/modules/_contents.scss */
#basket .close {
  position: absolute;
  right: 29px;
  top: 13px;
  text-decoration: none;
  font-size: 30px;
  color: #e76833;
  display: none;
  cursor: pointer;
}
/* line 1476, ../sass/modules/_contents.scss */
#basket .container {
  border: 1px solid #b8b8b8;
  position: absolute;
  right: 0;
  top: 125px;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  display: none;
  background-color: #fff;
}
/* line 1488, ../sass/modules/_contents.scss */
#basket .container h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
/* line 1493, ../sass/modules/_contents.scss */
#basket .container > div {
  margin-top: 25px;
}
/* line 1496, ../sass/modules/_contents.scss */
#basket .container > div > label {
  cursor: pointer;
}
@media (max-width: 1000px) {
  /* line 1476, ../sass/modules/_contents.scss */
  #basket .container {
    top: 160px;
  }
}
@media (max-width: 550px) {
  /* line 1476, ../sass/modules/_contents.scss */
  #basket .container {
    top: 195px;
  }
}
/* line 1510, ../sass/modules/_contents.scss */
#basket ul {
  margin: 0;
}
/* line 1513, ../sass/modules/_contents.scss */
#basket ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2px;
}
/* line 1520, ../sass/modules/_contents.scss */
#basket ul label {
  display: block;
  padding: 0 30px;
  box-sizing: border-box;
}
/* line 1525, ../sass/modules/_contents.scss */
#basket ul label.check-on:after {
  content: "\2714";
  color: #e76833;
  position: absolute;
  top: 2px;
  left: 5px;
  cursor: pointer;
}
/* line 1534, ../sass/modules/_contents.scss */
#basket ul label:before {
  position: absolute;
  top: 0px;
  left: 0;
  border: 2px solid #b8b8b8;
  content: "";
  width: 20px;
  height: 20px;
}
/* line 1544, ../sass/modules/_contents.scss */
#basket ul label b {
  display: block;
}
/* line 1549, ../sass/modules/_contents.scss */
#basket input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
}
/* line 1555, ../sass/modules/_contents.scss */
#basket .tools {
  text-align: right;
}
/* line 1558, ../sass/modules/_contents.scss */
#basket .tools > span {
  text-align: right;
  color: #e76833;
  display: block;
  border-bottom: 1px solid #000;
}
/* line 1565, ../sass/modules/_contents.scss */
#basket .tools button {
  margin-top: 8px;
}
/* line 1568, ../sass/modules/_contents.scss */
#basket .tools button + button {
  margin-left: 0;
}
/* line 1574, ../sass/modules/_contents.scss */
#basket .click-here {
  color: #e76833 !important;
}
/* line 1578, ../sass/modules/_contents.scss */
#basket .box {
  overflow-y: scroll;
  max-height: 400px;
}
@media (min-width: 1300px) {
  /* line 1447, ../sass/modules/_contents.scss */
  #basket {
    position: absolute;
    float: none;
    top: 75px;
    right: 0;
    width: 100%;
  }
  /* line 1590, ../sass/modules/_contents.scss */
  #basket > button.download {
    display: none;
  }
  /* line 1594, ../sass/modules/_contents.scss */
  #basket .container {
    top: 0;
    right: 30px;
    max-width: 400px;
    position: absolute;
  }
  /* line 1600, ../sass/modules/_contents.scss */
  #basket .container .box {
    overflow-y: scroll;
    max-height: 400px;
  }
  /* line 1606, ../sass/modules/_contents.scss */
  #basket > h2 {
    display: block;
  }
  /* line 1611, ../sass/modules/_contents.scss */
  #basket .tools button + button {
    margin-left: 15px;
  }
  /* line 1616, ../sass/modules/_contents.scss */
  #basket.show {
    position: fixed;
  }
}
@media (max-width: 550px) {
  /* line 1447, ../sass/modules/_contents.scss */
  #basket {
    clear: both;
    float: none;
    padding: 15px 0 5px;
  }
}

/* line 1631, ../sass/modules/_contents.scss */
#basket.show .close, #basket.show .container {
  display: block;
}
/* line 1635, ../sass/modules/_contents.scss */
#basket.show > h2 span {
  display: none;
}

/* line 1642, ../sass/modules/_contents.scss */
.theme- .header_nav .brand {
  display: none;
}

/* line 1649, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index {
  padding-bottom: 0;
}
/* line 1652, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div {
  display: block;
  min-height: 0;
  max-width: 900px;
  margin-bottom: 30px;
}
/* line 1658, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div h2 {
  margin-bottom: 10px;
}
/* line 1662, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div > a {
  display: inline;
  margin: 0 0 0 10px;
}
/* line 1666, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div > a:before {
  content: "|";
  padding: 0 10px 0 0;
}
/* line 1671, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div > a:first-of-type {
  margin: 0;
}
/* line 1674, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div > a:first-of-type:before {
  display: none;
}

/* line 1684, ../sass/modules/_contents.scss */
.login-text > p {
  color: #e76833;
}

/* line 1689, ../sass/modules/_contents.scss */
.btn {
  color: #fff;
  background-color: #e76833;
  padding: 2px 35px 0;
  cursor: pointer;
}

/*************Forms sidebar***********************/
/* line 1696, ../sass/modules/_contents.scss */
.formsidebar {
  display: inline-block;
  margin-left: 50px;
  width: 29%;
  vertical-align: top;
}
/* line 1702, ../sass/modules/_contents.scss */
.formsidebar a {
  display: block;
}
/* line 1706, ../sass/modules/_contents.scss */
.formsidebar .btn {
  display: none;
  cursor: pointer;
}

/* line 1713, ../sass/modules/_contents.scss */
.fadeout {
  opacity: .3;
}

/*************Forms***********************/
/* line 1723, ../sass/modules/_contents.scss */
.forms ul {
  list-style: none;
  color: #515048;
  max-width: 500px;
  display: inline-block;
}
/* line 1729, ../sass/modules/_contents.scss */
.forms ul label {
  width: 180px;
  display: inline-block;
  padding-top: 5px;
  vertical-align: top;
}
/* line 1736, ../sass/modules/_contents.scss */
.forms ul .showtext {
  background: url("/images/eye-g.jpg") no-repeat scroll 0 0;
  height: 18px;
  position: absolute;
  right: 3px;
  top: 7px;
  width: 33px;
  cursor: pointer;
}
/* line 1745, ../sass/modules/_contents.scss */
.forms ul .showtext.active {
  background-image: url(/images/eye.jpg);
}
/* line 1750, ../sass/modules/_contents.scss */
.forms ul p, .forms ul ul {
  font-size: 11px;
  width: 230px;
  margin: 10px 0;
}
/* line 1756, ../sass/modules/_contents.scss */
.forms ul input {
  border: 1px solid #ededed;
  background-color: transparent;
  color: #515048;
}
/* line 1762, ../sass/modules/_contents.scss */
.forms ul input[type=submit] {
  color: #fff;
  background-color: #e76833;
  padding: 2px 35px 0;
}
/* line 1768, ../sass/modules/_contents.scss */
.forms ul input#register {
  display: none;
}
/* line 1774, ../sass/modules/_contents.scss */
.forms ul li {
  margin-bottom: 7px;
  position: relative;
}
/* line 1778, ../sass/modules/_contents.scss */
.forms ul li > div {
  display: inline-block;
  margin-left: -5px;
  position: relative;
}
/* line 1783, ../sass/modules/_contents.scss */
.forms ul li > div ul li:after {
  content: "";
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #b8b8b8;
}
/* line 1794, ../sass/modules/_contents.scss */
.forms ul li > div ul li.invalid:after {
  background-color: #e76833;
}
/* line 1798, ../sass/modules/_contents.scss */
.forms ul li > div li {
  padding-left: 15px;
}
/* line 1804, ../sass/modules/_contents.scss */
.forms ul b {
  color: #e76833;
}
/* line 1809, ../sass/modules/_contents.scss */
.forms .message {
  border: 1px solid orange;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 8px;
  display: none;
}
/* line 1816, ../sass/modules/_contents.scss */
.forms .message.visible {
  display: block;
}
@media (max-width: 550px) {
  /* line 1822, ../sass/modules/_contents.scss */
  .forms ul input {
    width: 90%;
  }
  /* line 1826, ../sass/modules/_contents.scss */
  .forms ul .showtext {
    right: 23px;
    top: 33px;
  }
}

/* line 1834, ../sass/modules/_contents.scss */
.login .forms div a {
  display: block;
  font-size: 14px;
}

/*************Confirmation***********************/
/* line 1840, ../sass/modules/_contents.scss */
.registration-conformation {
  width: 800px;
  color: #515048;
}
/* line 1845, ../sass/modules/_contents.scss */
.registration-conformation > p:first-of-type {
  padding-bottom: 2%;
}
/* line 1850, ../sass/modules/_contents.scss */
.registration-conformation h1 {
  margin-bottom: 5%;
}
/* line 1854, ../sass/modules/_contents.scss */
.registration-conformation b {
  color: #e76833;
}
/* line 1858, ../sass/modules/_contents.scss */
.registration-conformation a {
  color: #515048;
  text-decoration: none;
}

/* line 1865, ../sass/modules/_contents.scss */
input, select {
  height: 30px;
}

/* line 1869, ../sass/modules/_contents.scss */
input[type=text] {
  background-color: #f2f2f2;
  border: none;
}

/* line 1874, ../sass/modules/_contents.scss */
.form-block {
  display: inline-flex;
  padding: 10px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* line 1883, ../sass/modules/_contents.scss */
.form-block-p {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 830px;
}

/* line 1890, ../sass/modules/_contents.scss */
.form-block-btn {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

/* line 1897, ../sass/modules/_contents.scss */
.form-block-btn input[type=submit] {
  height: auto;
  padding: 10px 30px 10px 30px;
  margin-right: 20px;
  background-color: #e76833;
  border: 0;
  color: white;
  margin-top: 20px;
}

/* line 1907, ../sass/modules/_contents.scss */
.first-field-block {
  width: 200px;
}

/* line 1911, ../sass/modules/_contents.scss */
.first-field-block-s1 {
  width: 216px;
}

/* line 1915, ../sass/modules/_contents.scss */
.first-field-block-margin {
  width: 200px;
  margin-right: 20px;
}

/* line 1920, ../sass/modules/_contents.scss */
.first-field-block-full {
  width: 630px;
}

/* line 1924, ../sass/modules/_contents.scss */
.second-field-block {
  width: 180px;
}

@media (max-width: 950px) {
  /* line 1930, ../sass/modules/_contents.scss */
  .first-field-block, .first-field-block-s1, .first-field-block-margin, .first-field-block-full, .second-field-block {
    width: 100%;
    margin-right: 0px;
    margin: 10px 0 20px 0;
  }

  /* line 1936, ../sass/modules/_contents.scss */
  .form-block {
    display: block;
  }

  /* line 1940, ../sass/modules/_contents.scss */
  .form-block-p, .form-block-btn {
    width: 100%;
  }
}
/* ==========================================================================
Brand Themes
.========================================================================== */
/* line 5, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group h2, .theme-intercontinental-hotels-group a.active, .theme-ihg-army-hotels h2, .theme-ihg-army-hotels a.active, .theme-even h2, .theme-even a.active, .theme-holiday-inn-express h2, .theme-holiday-inn-express a.active, .theme-holiday-inn-vacation h2, .theme-holiday-inn-vacation a.active, .theme-candlewood h2, .theme-candlewood a.active, .theme-hualuxe h2, .theme-hualuxe a.active, .theme-indigo h2, .theme-indigo a.active, .theme-holiday-inn h2, .theme-holiday-inn a.active, .theme-holiday-inn-resort h2, .theme-holiday-inn-resort a.active, .theme-staybridge h2, .theme-staybridge a.active, .theme-avid h2, .theme-avid a.active, .theme-voco-hotels h2, .theme-voco-hotels a.active, .theme-regent h2, .theme-regent a.active, .theme-ihg-rewards h2, .theme-ihg-rewards a.active, .theme-kimpton-hotels--restaurants h2, .theme-kimpton-hotels--restaurants a.active, .theme-crowne-plaza h2, .theme-crowne-plaza a.active, .theme-intercontinental h2, .theme-intercontinental a.active {
  color: #D96932;
}
/* line 9, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group a:hover, .theme-intercontinental-hotels-group blockquote, .theme-ihg-army-hotels a:hover, .theme-ihg-army-hotels blockquote, .theme-even a:hover, .theme-even blockquote, .theme-holiday-inn-express a:hover, .theme-holiday-inn-express blockquote, .theme-holiday-inn-vacation a:hover, .theme-holiday-inn-vacation blockquote, .theme-candlewood a:hover, .theme-candlewood blockquote, .theme-hualuxe a:hover, .theme-hualuxe blockquote, .theme-indigo a:hover, .theme-indigo blockquote, .theme-holiday-inn a:hover, .theme-holiday-inn blockquote, .theme-holiday-inn-resort a:hover, .theme-holiday-inn-resort blockquote, .theme-staybridge a:hover, .theme-staybridge blockquote, .theme-avid a:hover, .theme-avid blockquote, .theme-voco-hotels a:hover, .theme-voco-hotels blockquote, .theme-regent a:hover, .theme-regent blockquote, .theme-ihg-rewards a:hover, .theme-ihg-rewards blockquote, .theme-kimpton-hotels--restaurants a:hover, .theme-kimpton-hotels--restaurants blockquote, .theme-crowne-plaza a:hover, .theme-crowne-plaza blockquote, .theme-intercontinental a:hover, .theme-intercontinental blockquote {
  color: #707372;
}
/* line 13, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .downloadables figure .assetThumb > span, .theme-intercontinental-hotels-group footer .takeMeUp:hover, .theme-intercontinental-hotels-group .box-links a:hover, .theme-intercontinental-hotels-group button:hover, .theme-intercontinental-hotels-group button.add:hover:after, .theme-intercontinental-hotels-group button.add.all:hover:before, .theme-intercontinental-hotels-group button.add.all:hover:after,
.theme-intercontinental-hotels-group .download.all:hover span, .theme-ihg-army-hotels .downloadables figure .assetThumb > span, .theme-ihg-army-hotels footer .takeMeUp:hover, .theme-ihg-army-hotels .box-links a:hover, .theme-ihg-army-hotels button:hover, .theme-ihg-army-hotels button.add:hover:after, .theme-ihg-army-hotels button.add.all:hover:before, .theme-ihg-army-hotels button.add.all:hover:after,
.theme-ihg-army-hotels .download.all:hover span, .theme-even .downloadables figure .assetThumb > span, .theme-even footer .takeMeUp:hover, .theme-even .box-links a:hover, .theme-even button:hover, .theme-even button.add:hover:after, .theme-even button.add.all:hover:before, .theme-even button.add.all:hover:after,
.theme-even .download.all:hover span, .theme-holiday-inn-express .downloadables figure .assetThumb > span, .theme-holiday-inn-express footer .takeMeUp:hover, .theme-holiday-inn-express .box-links a:hover, .theme-holiday-inn-express button:hover, .theme-holiday-inn-express button.add:hover:after, .theme-holiday-inn-express button.add.all:hover:before, .theme-holiday-inn-express button.add.all:hover:after,
.theme-holiday-inn-express .download.all:hover span, .theme-holiday-inn-vacation .downloadables figure .assetThumb > span, .theme-holiday-inn-vacation footer .takeMeUp:hover, .theme-holiday-inn-vacation .box-links a:hover, .theme-holiday-inn-vacation button:hover, .theme-holiday-inn-vacation button.add:hover:after, .theme-holiday-inn-vacation button.add.all:hover:before, .theme-holiday-inn-vacation button.add.all:hover:after,
.theme-holiday-inn-vacation .download.all:hover span, .theme-candlewood .downloadables figure .assetThumb > span, .theme-candlewood footer .takeMeUp:hover, .theme-candlewood .box-links a:hover, .theme-candlewood button:hover, .theme-candlewood button.add:hover:after, .theme-candlewood button.add.all:hover:before, .theme-candlewood button.add.all:hover:after,
.theme-candlewood .download.all:hover span, .theme-hualuxe .downloadables figure .assetThumb > span, .theme-hualuxe footer .takeMeUp:hover, .theme-hualuxe .box-links a:hover, .theme-hualuxe button:hover, .theme-hualuxe button.add:hover:after, .theme-hualuxe button.add.all:hover:before, .theme-hualuxe button.add.all:hover:after,
.theme-hualuxe .download.all:hover span, .theme-indigo .downloadables figure .assetThumb > span, .theme-indigo footer .takeMeUp:hover, .theme-indigo .box-links a:hover, .theme-indigo button:hover, .theme-indigo button.add:hover:after, .theme-indigo button.add.all:hover:before, .theme-indigo button.add.all:hover:after,
.theme-indigo .download.all:hover span, .theme-holiday-inn .downloadables figure .assetThumb > span, .theme-holiday-inn footer .takeMeUp:hover, .theme-holiday-inn .box-links a:hover, .theme-holiday-inn button:hover, .theme-holiday-inn button.add:hover:after, .theme-holiday-inn button.add.all:hover:before, .theme-holiday-inn button.add.all:hover:after,
.theme-holiday-inn .download.all:hover span, .theme-holiday-inn-resort .downloadables figure .assetThumb > span, .theme-holiday-inn-resort footer .takeMeUp:hover, .theme-holiday-inn-resort .box-links a:hover, .theme-holiday-inn-resort button:hover, .theme-holiday-inn-resort button.add:hover:after, .theme-holiday-inn-resort button.add.all:hover:before, .theme-holiday-inn-resort button.add.all:hover:after,
.theme-holiday-inn-resort .download.all:hover span, .theme-staybridge .downloadables figure .assetThumb > span, .theme-staybridge footer .takeMeUp:hover, .theme-staybridge .box-links a:hover, .theme-staybridge button:hover, .theme-staybridge button.add:hover:after, .theme-staybridge button.add.all:hover:before, .theme-staybridge button.add.all:hover:after,
.theme-staybridge .download.all:hover span, .theme-avid .downloadables figure .assetThumb > span, .theme-avid footer .takeMeUp:hover, .theme-avid .box-links a:hover, .theme-avid button:hover, .theme-avid button.add:hover:after, .theme-avid button.add.all:hover:before, .theme-avid button.add.all:hover:after,
.theme-avid .download.all:hover span, .theme-voco-hotels .downloadables figure .assetThumb > span, .theme-voco-hotels footer .takeMeUp:hover, .theme-voco-hotels .box-links a:hover, .theme-voco-hotels button:hover, .theme-voco-hotels button.add:hover:after, .theme-voco-hotels button.add.all:hover:before, .theme-voco-hotels button.add.all:hover:after,
.theme-voco-hotels .download.all:hover span, .theme-regent .downloadables figure .assetThumb > span, .theme-regent footer .takeMeUp:hover, .theme-regent .box-links a:hover, .theme-regent button:hover, .theme-regent button.add:hover:after, .theme-regent button.add.all:hover:before, .theme-regent button.add.all:hover:after,
.theme-regent .download.all:hover span, .theme-ihg-rewards .downloadables figure .assetThumb > span, .theme-ihg-rewards footer .takeMeUp:hover, .theme-ihg-rewards .box-links a:hover, .theme-ihg-rewards button:hover, .theme-ihg-rewards button.add:hover:after, .theme-ihg-rewards button.add.all:hover:before, .theme-ihg-rewards button.add.all:hover:after,
.theme-ihg-rewards .download.all:hover span, .theme-kimpton-hotels--restaurants .downloadables figure .assetThumb > span, .theme-kimpton-hotels--restaurants footer .takeMeUp:hover, .theme-kimpton-hotels--restaurants .box-links a:hover, .theme-kimpton-hotels--restaurants button:hover, .theme-kimpton-hotels--restaurants button.add:hover:after, .theme-kimpton-hotels--restaurants button.add.all:hover:before, .theme-kimpton-hotels--restaurants button.add.all:hover:after,
.theme-kimpton-hotels--restaurants .download.all:hover span, .theme-crowne-plaza .downloadables figure .assetThumb > span, .theme-crowne-plaza footer .takeMeUp:hover, .theme-crowne-plaza .box-links a:hover, .theme-crowne-plaza button:hover, .theme-crowne-plaza button.add:hover:after, .theme-crowne-plaza button.add.all:hover:before, .theme-crowne-plaza button.add.all:hover:after,
.theme-crowne-plaza .download.all:hover span, .theme-intercontinental .downloadables figure .assetThumb > span, .theme-intercontinental footer .takeMeUp:hover, .theme-intercontinental .box-links a:hover, .theme-intercontinental button:hover, .theme-intercontinental button.add:hover:after, .theme-intercontinental button.add.all:hover:before, .theme-intercontinental button.add.all:hover:after,
.theme-intercontinental .download.all:hover span {
  background-color: #707372;
}
/* line 18, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .sub-links .active, .theme-intercontinental-hotels-group .box-links a, .theme-ihg-army-hotels .sub-links .active, .theme-ihg-army-hotels .box-links a, .theme-even .sub-links .active, .theme-even .box-links a, .theme-holiday-inn-express .sub-links .active, .theme-holiday-inn-express .box-links a, .theme-holiday-inn-vacation .sub-links .active, .theme-holiday-inn-vacation .box-links a, .theme-candlewood .sub-links .active, .theme-candlewood .box-links a, .theme-hualuxe .sub-links .active, .theme-hualuxe .box-links a, .theme-indigo .sub-links .active, .theme-indigo .box-links a, .theme-holiday-inn .sub-links .active, .theme-holiday-inn .box-links a, .theme-holiday-inn-resort .sub-links .active, .theme-holiday-inn-resort .box-links a, .theme-staybridge .sub-links .active, .theme-staybridge .box-links a, .theme-avid .sub-links .active, .theme-avid .box-links a, .theme-voco-hotels .sub-links .active, .theme-voco-hotels .box-links a, .theme-regent .sub-links .active, .theme-regent .box-links a, .theme-ihg-rewards .sub-links .active, .theme-ihg-rewards .box-links a, .theme-kimpton-hotels--restaurants .sub-links .active, .theme-kimpton-hotels--restaurants .box-links a, .theme-crowne-plaza .sub-links .active, .theme-crowne-plaza .box-links a, .theme-intercontinental .sub-links .active, .theme-intercontinental .box-links a {
  border-color: #D96932;
}
/* line 22, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .box-links a:hover, .theme-ihg-army-hotels .box-links a:hover, .theme-even .box-links a:hover, .theme-holiday-inn-express .box-links a:hover, .theme-holiday-inn-vacation .box-links a:hover, .theme-candlewood .box-links a:hover, .theme-hualuxe .box-links a:hover, .theme-indigo .box-links a:hover, .theme-holiday-inn .box-links a:hover, .theme-holiday-inn-resort .box-links a:hover, .theme-staybridge .box-links a:hover, .theme-avid .box-links a:hover, .theme-voco-hotels .box-links a:hover, .theme-regent .box-links a:hover, .theme-ihg-rewards .box-links a:hover, .theme-kimpton-hotels--restaurants .box-links a:hover, .theme-crowne-plaza .box-links a:hover, .theme-intercontinental .box-links a:hover {
  border-color: #707372;
}
/* line 26, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .downloadables figure .assetThumb, .theme-ihg-army-hotels .downloadables figure .assetThumb, .theme-even .downloadables figure .assetThumb, .theme-holiday-inn-express .downloadables figure .assetThumb, .theme-holiday-inn-vacation .downloadables figure .assetThumb, .theme-candlewood .downloadables figure .assetThumb, .theme-hualuxe .downloadables figure .assetThumb, .theme-indigo .downloadables figure .assetThumb, .theme-holiday-inn .downloadables figure .assetThumb, .theme-holiday-inn-resort .downloadables figure .assetThumb, .theme-staybridge .downloadables figure .assetThumb, .theme-avid .downloadables figure .assetThumb, .theme-voco-hotels .downloadables figure .assetThumb, .theme-regent .downloadables figure .assetThumb, .theme-ihg-rewards .downloadables figure .assetThumb, .theme-kimpton-hotels--restaurants .downloadables figure .assetThumb, .theme-crowne-plaza .downloadables figure .assetThumb, .theme-intercontinental .downloadables figure .assetThumb {
  background-color: #D96932;
}
/* line 30, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .brand-download > article:before, .theme-ihg-army-hotels .brand-download > article:before, .theme-even .brand-download > article:before, .theme-holiday-inn-express .brand-download > article:before, .theme-holiday-inn-vacation .brand-download > article:before, .theme-candlewood .brand-download > article:before, .theme-hualuxe .brand-download > article:before, .theme-indigo .brand-download > article:before, .theme-holiday-inn .brand-download > article:before, .theme-holiday-inn-resort .brand-download > article:before, .theme-staybridge .brand-download > article:before, .theme-avid .brand-download > article:before, .theme-voco-hotels .brand-download > article:before, .theme-regent .brand-download > article:before, .theme-ihg-rewards .brand-download > article:before, .theme-kimpton-hotels--restaurants .brand-download > article:before, .theme-crowne-plaza .brand-download > article:before, .theme-intercontinental .brand-download > article:before {
  border-top-color: #D96932;
}
/* line 34, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .brand-download > article.active:before, .theme-ihg-army-hotels .brand-download > article.active:before, .theme-even .brand-download > article.active:before, .theme-holiday-inn-express .brand-download > article.active:before, .theme-holiday-inn-vacation .brand-download > article.active:before, .theme-candlewood .brand-download > article.active:before, .theme-hualuxe .brand-download > article.active:before, .theme-indigo .brand-download > article.active:before, .theme-holiday-inn .brand-download > article.active:before, .theme-holiday-inn-resort .brand-download > article.active:before, .theme-staybridge .brand-download > article.active:before, .theme-avid .brand-download > article.active:before, .theme-voco-hotels .brand-download > article.active:before, .theme-regent .brand-download > article.active:before, .theme-ihg-rewards .brand-download > article.active:before, .theme-kimpton-hotels--restaurants .brand-download > article.active:before, .theme-crowne-plaza .brand-download > article.active:before, .theme-intercontinental .brand-download > article.active:before {
  border-color: transparent;
  border-bottom-color: #363543;
}

/* line 42, ../sass/modules/_brands.scss */
.theme-field_marketing h2, .theme-field_marketing a.active {
  color: #b8b8b8;
}
/* line 46, ../sass/modules/_brands.scss */
.theme-field_marketing a:hover, .theme-field_marketing blockquote {
  color: #e76833;
}
/* line 50, ../sass/modules/_brands.scss */
.theme-field_marketing .downloadables figure .assetThumb > span, .theme-field_marketing footer .takeMeUp:hover, .theme-field_marketing .box-links a:hover, .theme-field_marketing button:hover, .theme-field_marketing button.add:hover:after, .theme-field_marketing button.add.all:hover:before, .theme-field_marketing button.add.all:hover:after,
.theme-field_marketing .download.all:hover span {
  background-color: #e76833;
}
/* line 55, ../sass/modules/_brands.scss */
.theme-field_marketing .sub-links .active, .theme-field_marketing .box-links a {
  border-color: #b8b8b8;
}
/* line 59, ../sass/modules/_brands.scss */
.theme-field_marketing .box-links a:hover {
  border-color: #e76833;
}
/* line 63, ../sass/modules/_brands.scss */
.theme-field_marketing .downloadables figure .assetThumb {
  background-color: #b8b8b8;
}
/* line 68, ../sass/modules/_brands.scss */
.theme-field_marketing .brand-download > article:before {
  border-top-color: #b8b8b8;
}
/* line 72, ../sass/modules/_brands.scss */
.theme-field_marketing .brand-download > article.active:before {
  border-color: transparent;
  border-bottom-color: #b8b8b8;
}

/* ==========================================================================
   Header
   .========================================================================== */
/* line 5, ../sass/modules/_navigation.scss */
header {
  background: #e76833;
  color: #fff;
  font-family: 'Graphik-Regular';
  padding: 30px 20px 20px;
  -moz-transition: color 0.5s linear 0s;
  -o-transition: color 0.5s linear 0s;
  -webkit-transition: color 0.5s linear;
  -webkit-transition-delay: 0s;
  transition: color 0.5s linear 0s;
  z-index: 200;
  position: relative;
}
@media (min-width: 1300px) {
  /* line 5, ../sass/modules/_navigation.scss */
  header {
    padding: 5px 20px;
  }
}
@media (max-width: 550px) {
  /* line 5, ../sass/modules/_navigation.scss */
  header {
    padding: 20px;
  }
}
/* line 22, ../sass/modules/_navigation.scss */
header a {
  color: #fff;
  text-decoration: none;
}
/* line 26, ../sass/modules/_navigation.scss */
header a:hover {
  text-decoration: none;
  color: #fff !important;
}
/* line 32, ../sass/modules/_navigation.scss */
header .title {
  line-height: 0;
  float: left;
}
/* line 36, ../sass/modules/_navigation.scss */
header .title > a {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
/* line 42, ../sass/modules/_navigation.scss */
header .title > a:first-of-type {
  margin-right: 20px;
}
/* line 46, ../sass/modules/_navigation.scss */
header .title > a:nth-of-type(2) {
  margin-right: 10px;
  padding-right: 15px;
  border-right: 2px solid #fff;
  line-height: 0.9;
}
@media (min-width: 1300px) {
  /* line 32, ../sass/modules/_navigation.scss */
  header .title {
    clear: none;
  }
}
@media (max-width: 1300px) {
  /* line 61, ../sass/modules/_navigation.scss */
  header .title > a:first-of-type {
    margin: 0 0 10px;
    display: block;
  }
}
/* line 69, ../sass/modules/_navigation.scss */
header .header_nav {
  font-size: 18px;
  font-size: 1.125rem;
  float: right;
  clear: right;
  font-weight: lighter;
  margin-top: 15px;
}
/* line 76, ../sass/modules/_navigation.scss */
header .header_nav #userNameLabel {
  cursor: pointer;
}
/* line 80, ../sass/modules/_navigation.scss */
header .header_nav > * {
  display: inline-block;
  -moz-transition: color 0.5s linear 0s;
  -o-transition: color 0.5s linear 0s;
  -webkit-transition: color 0.5s linear;
  -webkit-transition-delay: 0s;
  transition: color 0.5s linear 0s;
}
/* line 85, ../sass/modules/_navigation.scss */
header .header_nav .brand {
  background: url(/images/sprite.png) no-repeat 0 -2px;
  cursor: pointer;
  padding: 0 0 0 30px;
}
@media (min-width: 1300px) {
  /* line 69, ../sass/modules/_navigation.scss */
  header .header_nav {
    clear: none;
    margin: 10px;
  }
}
@media (max-width: 1000px) {
  /* line 69, ../sass/modules/_navigation.scss */
  header .header_nav {
    float: none;
    display: block;
    clear: both;
    margin: 0;
    padding-top: 12px;
  }
}
@media (max-width: 550px) {
  /* line 69, ../sass/modules/_navigation.scss */
  header .header_nav {
    margin-top: 50px;
    padding: 0;
  }
}

/* ==========================================================================
   Language Selector
   .========================================================================== */
/* line 112, ../sass/modules/_navigation.scss */
.lang_selector {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 180px;
  padding: 10px 5px 10px 20px;
  background: #cc5c2d;
  color: #ffc66b;
  text-align: left;
  width: 120px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 125, ../sass/modules/_navigation.scss */
.lang_selector label {
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
/* line 131, ../sass/modules/_navigation.scss */
.lang_selector:hover ul {
  display: block;
}
/* line 135, ../sass/modules/_navigation.scss */
.lang_selector ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 36px;
  width: 100%;
  left: 0;
  background: #e76833;
  margin: 0;
  text-align: left;
  z-index: 5;
}
/* line 147, ../sass/modules/_navigation.scss */
.lang_selector ul li {
  padding: 9px 20px;
  position: relative;
}
/* line 151, ../sass/modules/_navigation.scss */
.lang_selector ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  height: 1px;
  width: 90px;
  background: #cc5c2d;
}
/* line 162, ../sass/modules/_navigation.scss */
.lang_selector ul li:last-of-type:after {
  display: none;
}
/* line 167, ../sass/modules/_navigation.scss */
.lang_selector ul li a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
/* line 172, ../sass/modules/_navigation.scss */
.lang_selector ul li:hover {
  background: #b8b8b8;
}
/* line 175, ../sass/modules/_navigation.scss */
.lang_selector ul li:hover:after {
  background: #b8b8b8;
}
@media (min-width: 1300px) {
  /* line 112, ../sass/modules/_navigation.scss */
  .lang_selector {
    position: relative;
    padding: 0;
    top: auto;
    right: auto;
    color: #fff;
    background: none;
    width: auto;
    font-size: 18px;
    font-size: 1.125rem;
  }
  /* line 192, ../sass/modules/_navigation.scss */
  .lang_selector label {
    text-transform: none;
  }
  /* line 194, ../sass/modules/_navigation.scss */
  .lang_selector label:after {
    content: "|";
    display: inline;
    padding-left: 5px;
  }
  /* line 201, ../sass/modules/_navigation.scss */
  .lang_selector ul {
    width: auto;
    top: 36px;
  }
  /* line 205, ../sass/modules/_navigation.scss */
  .lang_selector ul:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    display: block;
    height: 30px;
    width: 60px;
  }
  /* line 215, ../sass/modules/_navigation.scss */
  .lang_selector ul li {
    padding: 10px 5px;
    width: 100px;
  }
  /* line 219, ../sass/modules/_navigation.scss */
  .lang_selector ul li:after {
    left: 5px;
  }
}
@media (max-width: 550px) {
  /* line 112, ../sass/modules/_navigation.scss */
  .lang_selector {
    right: auto;
    left: 20px;
    top: 155px;
  }
}

@media (max-width: 1300px) {
  /* line 235, ../sass/modules/_navigation.scss */
  .open-selector .lang_selector {
    background: #e76833;
  }
  /* line 238, ../sass/modules/_navigation.scss */
  .open-selector .lang_selector > a {
    color: #fff;
  }
  /* line 241, ../sass/modules/_navigation.scss */
  .open-selector .lang_selector > a:hover {
    color: #fff;
  }
}

/* ==========================================================================
   .sub-links
   .========================================================================== */
/* line 257, ../sass/modules/_navigation.scss */
.sub-links {
  margin-top: 75px;
  float: right;
}
/* line 261, ../sass/modules/_navigation.scss */
.sub-links a {
  border-top: 2px solid #fff;
  font-family: 'Graphik-Semibold';
  padding: 5px 0;
  margin: 0 10px;
  text-decoration: none;
  display: inline-block;
  color: #b8b8b8;
}
/* line 270, ../sass/modules/_navigation.scss */
.sub-links a:last-of-type {
  margin: 0;
}
@media (max-width: 650px) {
  /* line 257, ../sass/modules/_navigation.scss */
  .sub-links {
    float: none;
    clear: both;
    margin: 0 0 10px;
  }
  /* line 280, ../sass/modules/_navigation.scss */
  .sub-links a {
    margin-left: 0;
  }
}

/* ==========================================================================
   Footer
   .========================================================================== */
/* line 289, ../sass/modules/_navigation.scss */
footer {
  padding: 40px 70px;
  background-color: #b8b8b8;
  color: #515048;
  position: relative;
}
@media (max-width: 650px) {
  /* line 289, ../sass/modules/_navigation.scss */
  footer {
    padding: 40px 40px 10px;
  }
}
/* line 299, ../sass/modules/_navigation.scss */
footer .brand {
  background: url(/images/sprite.png) no-repeat center 0;
  cursor: pointer;
  height: 40px;
  display: block;
}
@media (min-width: 700px) {
  /* line 299, ../sass/modules/_navigation.scss */
  footer .brand {
    background: url(/images/sprite.png) no-repeat 0 0;
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-left: 25px;
    height: 25px;
  }
}
/* line 315, ../sass/modules/_navigation.scss */
footer > div {
  font-family: 'Graphik-Regular';
  font-weight: lighter;
}
/* line 319, ../sass/modules/_navigation.scss */
footer > div a {
  display: block;
  color: #515048;
  font-family: 'Graphik-Regular';
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 650px) {
  /* line 319, ../sass/modules/_navigation.scss */
  footer > div a {
    display: inline-block;
    text-align: left;
    padding-right: 15px;
  }
}
@media (min-width: 800px) {
  /* line 319, ../sass/modules/_navigation.scss */
  footer > div a {
    padding-right: 40px;
  }
}
/* line 340, ../sass/modules/_navigation.scss */
footer > p {
  max-width: 500px;
  margin-top: 15px;
  font-size: 13.3328px;
  font-size: 0.8333rem;
}

/* line 347, ../sass/modules/_navigation.scss */
.arrowUp, .arrowDown, .takeMeUp:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
}

/* line 361, ../sass/modules/_navigation.scss */
.arrowDown {
  border-right: 8px solid #fff;
  border-top: 8px solid #fff;
  height: 35px;
  right: 0;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 35px;
}

/* line 372, ../sass/modules/_navigation.scss */
.takeMeUp {
  display: none;
  position: absolute;
  top: -80px;
  right: 50px;
  height: 60px;
  width: 45px;
  background: #b8b8b8;
  cursor: pointer;
}
/* line 382, ../sass/modules/_navigation.scss */
.takeMeUp:after {
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}
@media (max-width: 650px) {
  /* line 372, ../sass/modules/_navigation.scss */
  .takeMeUp {
    right: 10px;
    top: 20px;
    background: #fff;
  }
  /* line 393, ../sass/modules/_navigation.scss */
  .takeMeUp:after {
    border-top: 3px solid #b8b8b8;
    border-right: 3px solid #b8b8b8;
  }
}

/* ==========================================================================
   Header Download Button and Language selector
   .========================================================================== */
/* line 406, ../sass/modules/_navigation.scss */
#basket > button.large.download.download {
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 10px 10px 30px;
  background: #cc5c2d;
  width: 145px;
  color: #ffc66b;
  line-height: 1;
  height: auto;
  text-align: right;
}
/* line 415, ../sass/modules/_navigation.scss */
#basket > button.large.download.download:after {
  border-color: #ffc66b;
  left: 12px;
  top: 18px;
}
/* line 420, ../sass/modules/_navigation.scss */
#basket > button.large.download.download:before {
  border-color: #ffc66b;
  top: 4px;
  left: 15px;
}
/* line 426, ../sass/modules/_navigation.scss */
#basket > button.large.download.download span {
  margin-left: 17px;
}

/* line 436, ../sass/modules/_navigation.scss */
.open-selector #basket > button.large.download.download {
  background: #e76833;
  color: #fff;
}
/* line 439, ../sass/modules/_navigation.scss */
.open-selector #basket > button.large.download.download:after {
  border-color: #fff;
}
/* line 442, ../sass/modules/_navigation.scss */
.open-selector #basket > button.large.download.download:before {
  border-color: #fff;
}
