/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[5]!./src/scss/index.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
@import url(//fonts.googleapis.com/css?family=Kalam);
/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \*********************************************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/slick-carousel/slick/slick.css ***!
  \***************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[5]!./src/scss/index.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/**
 * 3rd party
 *
 * External plugins and styles
 **/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("/_resources/app/client/assets/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("/_resources/app/client/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/_resources/app/client/assets/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/_resources/app/client/assets/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/_resources/app/client/assets/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/_resources/app/client/assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

/* Slick Slider */
/**
 * Global 
 *
 * Styles and mixins that are used throughout the website. Keep things logically
 * separated into concern-based filenames (ie typography, forms, etc)
 **/
* {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * Colours
 **/
/**
 * Map names to colours
 * @type {[type]}
 */
/**
 * Fonts
 **/
@font-face {
  font-family: "Museo Sans";
  src: url("/_resources/app/client/assets/fonts/museo-sans-300.woff2") format("woff2"), url("/_resources/app/client/assets/fonts/museo-sans-300.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/_resources/app/client/assets/fonts/museo-sans-500.woff2") format("woff2"), url("/_resources/app/client/assets/fonts/museo-sans-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("/_resources/app/client/assets/fonts/museo-sans-900.woff2") format("woff2"), url("/_resources/app/client/assets/fonts/museo-sans-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
}
/**
 * Retrieve colour from $colours map
 * @param  {string} $key [name of colour, as defined in $colours map]
 * @return hex colour
 */
.black-text {
  color: #000000 !important;
}
.black-text.darken {
  color: black !important;
}
.black-text.lighten {
  color: rgb(25.5, 25.5, 25.5) !important;
}

.black-bg {
  background-color: #000000 !important;
}
.black-bg.button {
  /*@at-root a.black-bg.button {*/
}
.black-bg.button:hover {
  background: black !important;
}
.black-bg.darken {
  background: black !important;
}
.black-bg.lighten {
  background: rgb(25.5, 25.5, 25.5) !important;
}

.white-text {
  color: #FFFFFF !important;
}
.white-text.darken {
  color: rgb(229.5, 229.5, 229.5) !important;
}
.white-text.lighten {
  color: white !important;
}

.white-bg {
  background-color: #FFFFFF !important;
}
.white-bg.button {
  /*@at-root a.white-bg.button {*/
}
.white-bg.button:hover {
  background: rgb(229.5, 229.5, 229.5) !important;
}
.white-bg.darken {
  background: rgb(229.5, 229.5, 229.5) !important;
}
.white-bg.lighten {
  background: white !important;
}

.grey-text {
  color: #BBBBBB !important;
}
.grey-text.darken {
  color: rgb(161.5, 161.5, 161.5) !important;
}
.grey-text.lighten {
  color: rgb(212.5, 212.5, 212.5) !important;
}

.grey-bg {
  background-color: #BBBBBB !important;
}
.grey-bg.button {
  /*@at-root a.grey-bg.button {*/
}
.grey-bg.button:hover {
  background: rgb(161.5, 161.5, 161.5) !important;
}
.grey-bg.darken {
  background: rgb(161.5, 161.5, 161.5) !important;
}
.grey-bg.lighten {
  background: rgb(212.5, 212.5, 212.5) !important;
}

.light_grey-text {
  color: #e7e7e8 !important;
}
.light_grey-text.darken {
  color: rgb(204.9574468085, 204.9574468085, 207.0425531915) !important;
}
.light_grey-text.lighten {
  color: white !important;
}

.light_grey-bg {
  background-color: #e7e7e8 !important;
}
.light_grey-bg.button {
  /*@at-root a.light_grey-bg.button {*/
}
.light_grey-bg.button:hover {
  background: rgb(204.9574468085, 204.9574468085, 207.0425531915) !important;
}
.light_grey-bg.darken {
  background: rgb(204.9574468085, 204.9574468085, 207.0425531915) !important;
}
.light_grey-bg.lighten {
  background: white !important;
}

.dark_grey-text {
  color: #404041 !important;
}
.dark_grey-text.darken {
  color: rgb(38.6976744186, 38.6976744186, 39.3023255814) !important;
}
.dark_grey-text.lighten {
  color: rgb(89.3023255814, 89.3023255814, 90.6976744186) !important;
}

.dark_grey-bg {
  background-color: #404041 !important;
}
.dark_grey-bg.button {
  /*@at-root a.dark_grey-bg.button {*/
}
.dark_grey-bg.button:hover {
  background: rgb(38.6976744186, 38.6976744186, 39.3023255814) !important;
}
.dark_grey-bg.darken {
  background: rgb(38.6976744186, 38.6976744186, 39.3023255814) !important;
}
.dark_grey-bg.lighten {
  background: rgb(89.3023255814, 89.3023255814, 90.6976744186) !important;
}

.blue-text {
  color: #06b8e4 !important;
}
.blue-text.darken {
  color: rgb(4.6923076923, 143.8974358974, 178.3076923077) !important;
}
.blue-text.lighten {
  color: rgb(35.7692307692, 206.9230769231, 249.2307692308) !important;
}

.blue-bg {
  background-color: #06b8e4 !important;
}
.blue-bg.button {
  /*@at-root a.blue-bg.button {*/
}
.blue-bg.button:hover {
  background: rgb(4.6923076923, 143.8974358974, 178.3076923077) !important;
}
.blue-bg.darken {
  background: rgb(4.6923076923, 143.8974358974, 178.3076923077) !important;
}
.blue-bg.lighten {
  background: rgb(35.7692307692, 206.9230769231, 249.2307692308) !important;
}

.orange-text {
  color: #FAA61A !important;
}
.orange-text.darken {
  color: rgb(220.1923076923, 139.4230769231, 4.8076923077) !important;
}
.orange-text.lighten {
  color: rgb(251.0897435897, 185.3974358974, 75.9102564103) !important;
}

.orange-bg {
  background-color: #FAA61A !important;
}
.orange-bg.button {
  /*@at-root a.orange-bg.button {*/
}
.orange-bg.button:hover {
  background: rgb(220.1923076923, 139.4230769231, 4.8076923077) !important;
}
.orange-bg.darken {
  background: rgb(220.1923076923, 139.4230769231, 4.8076923077) !important;
}
.orange-bg.lighten {
  background: rgb(251.0897435897, 185.3974358974, 75.9102564103) !important;
}

.light_orange-text {
  color: #e3930c !important;
}
.light_orange-text.darken {
  color: rgb(178.5606694561, 115.6317991632, 9.4393305439) !important;
}
.light_orange-text.lighten {
  color: rgb(243.9539748954, 170.3138075314, 46.0460251046) !important;
}

.light_orange-bg {
  background-color: #e3930c !important;
}
.light_orange-bg.button {
  /*@at-root a.light_orange-bg.button {*/
}
.light_orange-bg.button:hover {
  background: rgb(178.5606694561, 115.6317991632, 9.4393305439) !important;
}
.light_orange-bg.darken {
  background: rgb(178.5606694561, 115.6317991632, 9.4393305439) !important;
}
.light_orange-bg.lighten {
  background: rgb(243.9539748954, 170.3138075314, 46.0460251046) !important;
}

.dark_orange-text {
  color: #b37102 !important;
}
.dark_orange-text.darken {
  color: rgb(128.5635359116, 81.1602209945, 1.4364640884) !important;
}
.dark_orange-text.lighten {
  color: rgb(229.4364640884, 144.8397790055, 2.5635359116) !important;
}

.dark_orange-bg {
  background-color: #b37102 !important;
}
.dark_orange-bg.button {
  /*@at-root a.dark_orange-bg.button {*/
}
.dark_orange-bg.button:hover {
  background: rgb(128.5635359116, 81.1602209945, 1.4364640884) !important;
}
.dark_orange-bg.darken {
  background: rgb(128.5635359116, 81.1602209945, 1.4364640884) !important;
}
.dark_orange-bg.lighten {
  background: rgb(229.4364640884, 144.8397790055, 2.5635359116) !important;
}

.green-text {
  color: #69bd45 !important;
}
.green-text.darken {
  color: rgb(83.7857142857, 152.7857142857, 54.2142857143) !important;
}
.green-text.lighten {
  color: rgb(135.3571428571, 202.3571428571, 106.6428571429) !important;
}

.green-bg {
  background-color: #69bd45 !important;
}
.green-bg.button {
  /*@at-root a.green-bg.button {*/
}
.green-bg.button:hover {
  background: rgb(83.7857142857, 152.7857142857, 54.2142857143) !important;
}
.green-bg.darken {
  background: rgb(83.7857142857, 152.7857142857, 54.2142857143) !important;
}
.green-bg.lighten {
  background: rgb(135.3571428571, 202.3571428571, 106.6428571429) !important;
}

.yellow-text {
  color: #ffd02c !important;
}
.yellow-text.darken {
  color: rgb(248, 192.7582938389, 0) !important;
}
.yellow-text.lighten {
  color: rgb(255, 219.3601895735, 95) !important;
}

.yellow-bg {
  background-color: #ffd02c !important;
}
.yellow-bg.button {
  /*@at-root a.yellow-bg.button {*/
}
.yellow-bg.button:hover {
  background: rgb(248, 192.7582938389, 0) !important;
}
.yellow-bg.darken {
  background: rgb(248, 192.7582938389, 0) !important;
}
.yellow-bg.lighten {
  background: rgb(255, 219.3601895735, 95) !important;
}

.light_red-text {
  color: #d71921 !important;
}
.light_red-text.darken {
  color: rgb(169.3125, 19.6875, 25.9875) !important;
}
.light_red-text.lighten {
  color: rgb(232.1875, 58.8125, 66.1125) !important;
}

.light_red-bg {
  background-color: #d71921 !important;
}
.light_red-bg.button {
  /*@at-root a.light_red-bg.button {*/
}
.light_red-bg.button:hover {
  background: rgb(169.3125, 19.6875, 25.9875) !important;
}
.light_red-bg.darken {
  background: rgb(169.3125, 19.6875, 25.9875) !important;
}
.light_red-bg.lighten {
  background: rgb(232.1875, 58.8125, 66.1125) !important;
}

.red-text {
  color: #C11A26 !important;
}
.red-text.darken {
  color: rgb(148.0547945205, 19.9452054795, 29.1506849315) !important;
}
.red-text.lighten {
  color: rgb(226.5068493151, 43.4931506849, 56.6438356164) !important;
}

.red-bg {
  background-color: #C11A26 !important;
}
.red-bg.button {
  /*@at-root a.red-bg.button {*/
}
.red-bg.button:hover {
  background: rgb(148.0547945205, 19.9452054795, 29.1506849315) !important;
}
.red-bg.darken {
  background: rgb(148.0547945205, 19.9452054795, 29.1506849315) !important;
}
.red-bg.lighten {
  background: rgb(226.5068493151, 43.4931506849, 56.6438356164) !important;
}

.dark_red-text {
  color: #AD111C !important;
}
.dark_red-text.darken {
  color: rgb(126.5631578947, 12.4368421053, 20.4842105263) !important;
}
.dark_red-text.lighten {
  color: rgb(219.4368421053, 21.5631578947, 35.5157894737) !important;
}

.dark_red-bg {
  background-color: #AD111C !important;
}
.dark_red-bg.button {
  /*@at-root a.dark_red-bg.button {*/
}
.dark_red-bg.button:hover {
  background: rgb(126.5631578947, 12.4368421053, 20.4842105263) !important;
}
.dark_red-bg.darken {
  background: rgb(126.5631578947, 12.4368421053, 20.4842105263) !important;
}
.dark_red-bg.lighten {
  background: rgb(219.4368421053, 21.5631578947, 35.5157894737) !important;
}

/**
 * [Subtracts the border and padding from the width of the element.]
 */
/**
 * [scale description]
 * @param  {[int]} $zoom [The level of zoom you want on the element. eg: '1.1'.]
 */
/**
 * [Pass the angle you want the element to rotate. eg: 90deg. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Rotate and horizontally and vertically align element within a relatively positioned element. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[percentage]} $leftPos [Pass the horizontally position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Rotate and vertically align element within a relatively positioned element. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Rotate and horizontally align element within a relatively positioned element. NOTE: You need to add 'deg' to the angle. eg: 90deg.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[int with 'deg' appended]} $deg [The angle of the rotation]
 */
/**
 * [Vertically align element within a relatively positioned element.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will vertically center align the element.]
 */
/**
 * [Horizontally align element within a relatively positioned element.]
 * @param  {[percentage]} $leftPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 */
/**
 * [Horizontally and vertically align element within a relatively positioned element.]
 * @param  {[percentage]} $leftPos [Pass the horizontally position as a percetage. eg 50% will horizontally center align the element.]
 * @param  {[percentage]} $topPos [Pass the vertical position as a percetage. eg 50% will horizontally center align the element.]
 */
/**
 * [transition description]
 * @param  {[style]} $propertie [The style you want to animate. Defaults to 'all'.]
 * @param  {[int in seconds]} $time      [The speed at which you want the transition to take. Defaults to '0.3s'.]
 * @param  {[movement type]} $mode      [The type of movement you want eg: linear, ease, ease-in, ease-out. Defaults to 'linear'.]
 */
/**
 * Grid panels
 * Creates a grid of items that have a fixed height
 * @param $cols int = number of items per row
 * @param $col_gap percent = gap between items in each row (optional, defaults to 2%)
 * @param $row_gap percent = gap between row (optional, defaults to two times col_gap (4%))
 **/
/**
 * Ease between states
 * Use this to smooth hover/active/focus events
 **/
/**
 * Clearfix
 **/
/**
 * Multi-column
 * @param $cols int = number of columns to span
 * @param $sum int = total number of columns
 * @param $gap mixed = gap between items (optional, defaults to 1rem)
 **/
/**
 * Square-Tile
 * Styles a tile with a perfect square
 * These tiles can be used for diffent spaces of a container
 */
/**
* Button mixin
**/
/**
 * General layout
 **/
body,
html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #FFFFFF;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cf::after,
.clear::after {
  content: "";
  clear: both;
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.leftAlone, img.centerAlone, img.left, img.right {
  max-width: 100%;
}

.table .row::after {
  content: "";
  clear: both;
  display: block;
}
.table .row.heading {
  font-weight: bold;
  border-bottom: 1px solid #e7e7e8;
}

footer.page-footer {
  padding: 2em 0;
  margin-top: 2em;
}

.margin-top {
  margin-top: 3rem;
}

.margin-bottom {
  margin-bottom: 3rem;
}

.margin-top-bottom {
  margin: 3rem 0;
}

.sub-title {
  position: absolute;
  z-index: 5;
  font-size: 25px;
  padding-top: 20px;
  top: 1em;
  left: 1em;
  clear: none;
  color: #FFFFFF;
  border-top: 4px solid #FFFFFF;
}

/**
*	header styles.
*/
.branding {
  padding-top: 1em;
}

/**
* Breadcrumb styles
**/
.breadcrumbs {
  font-size: 0.875rem;
  font-weight: 500;
  color: #d71921;
  margin: 3em auto;
  margin-top: 1em;
}
.breadcrumbs a {
  color: #d71921;
}
.breadcrumbs .current {
  color: #C11A26;
}

/**
* PAGE styles
**/
.page h1 {
  font-size: 2.188rem;
  font-weight: 900;
}
.page h2 {
  font-weight: 500;
  font-size: 1.563rem;
}
.page .featured-image {
  margin-bottom: 2em;
  width: 20%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 2.5rem;
}
.page .featured-image:first-of-type {
  padding-left: 0;
}
.page .featured-image:last-of-type {
  padding-right: 0;
}
.page .featured-image img {
  max-width: 100%;
  height: auto;
}
.page .content {
  width: 50%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 2.5rem;
}
.page .content:first-of-type {
  padding-left: 0;
}
.page .content:last-of-type {
  padding-right: 0;
}
.page .content--full-width {
  width: 80%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 2.5rem;
}
.page .content--full-width:first-of-type {
  padding-left: 0;
}
.page .content--full-width:last-of-type {
  padding-right: 0;
}
.page .sidebar {
  width: 30%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 2.5rem;
}
.page .sidebar:first-of-type {
  padding-left: 0;
}
.page .sidebar:last-of-type {
  padding-right: 0;
}
.page .sidebar {
  float: right;
}
.page .promos .promo-item {
  width: auto;
  float: none;
}

.DocumentsPage .content {
  width: 80%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 2.5rem;
}
.DocumentsPage .content:first-of-type {
  padding-left: 0;
}
.DocumentsPage .content:last-of-type {
  padding-right: 0;
}

.CatalogueHolderPage .content {
  width: 80%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 2.5rem;
}
.CatalogueHolderPage .content:first-of-type {
  padding-left: 0;
}
.CatalogueHolderPage .content:last-of-type {
  padding-right: 0;
}

/***
* Subscribe styles
**/
.subscribe-promo {
  background-color: #FAA61A;
  color: #FFFFFF;
  text-align: center;
  margin: auto;
  height: 170px;
  padding-top: 1.3em;
}
.subscribe-promo .square {
  position: relative;
  height: 0;
  padding-bottom: 170px;
}
.subscribe-promo .square .square-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.subscribe-promo .square .square-inner p {
  padding: 0;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.subscribe-promo .square .square-inner h1 {
  padding: 0 0 0.5rem 0;
}
.subscribe-promo h1 {
  font-size: 2.125rem;
  padding-top: 0;
  font-family: "Kalam";
  text-transform: uppercase;
}

@media all and (max-width: 1480px) {
  .inner {
    padding: 0 1.5rem;
  }
}
@media all and (max-width: 1000px) {
  .page .sidebar {
    width: 30%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 1.5rem;
  }
  .page .sidebar:first-of-type {
    padding-left: 0;
  }
  .page .sidebar:last-of-type {
    padding-right: 0;
  }
  .page .sidebar {
    float: right;
  }
}
@media all and (max-width: 800px) {
  section .row .col {
    width: 33.3333333333%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 1rem;
  }
  section .row .col:first-of-type {
    padding-left: 0;
  }
  section .row .col:last-of-type {
    padding-right: 0;
  }
  section.grid .item {
    width: 48%;
    box-sizing: border-box;
    margin: 0 2%;
  }
  section.grid .item:nth-of-type(n), section.grid .item:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  section.grid .item:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
  section.grid .item:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  section.grid .item:nth-of-type(1) {
    margin-top: 0;
  }
  section.grid .item:nth-of-type(2) {
    margin-top: 0;
  }
  section.grid .item:nth-of-type(2n) {
    margin-right: 0;
    position: relative;
  }
  section.grid .item:nth-of-type(2n):after {
    clear: both;
  }
  section.grid .item:last-of-type {
    margin-bottom: 0;
  }
  .page .featured-image {
    display: none;
  }
  .page .content {
    width: 60%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 1rem;
  }
  .page .content:first-of-type {
    padding-left: 0;
  }
  .page .content:last-of-type {
    padding-right: 0;
  }
  .page .content.has-featured-image {
    width: 60%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 1rem;
  }
  .page .content.has-featured-image:first-of-type {
    padding-left: 0;
  }
  .page .content.has-featured-image:last-of-type {
    padding-right: 0;
  }
  .page .sidebar {
    width: 40%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 1rem;
  }
  .page .sidebar:first-of-type {
    padding-left: 0;
  }
  .page .sidebar:last-of-type {
    padding-right: 0;
  }
}
@media all and (max-width: 600px) {
  .page .inner {
    padding: 0;
  }
  .page .content {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 0;
  }
  .page .content:first-of-type {
    padding-left: 0;
  }
  .page .content:last-of-type {
    padding-right: 0;
  }
  .page .content {
    padding: 0 1.5rem !important;
  }
  .page .content.has-featured-image {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 0;
  }
  .page .content.has-featured-image:first-of-type {
    padding-left: 0;
  }
  .page .content.has-featured-image:last-of-type {
    padding-right: 0;
  }
  .page .sidebar {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 0;
  }
  .page .sidebar:first-of-type {
    padding-left: 0;
  }
  .page .sidebar:last-of-type {
    padding-right: 0;
  }
  .page .sidebar {
    margin-top: 2rem;
  }
  section .row .col {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 1rem;
  }
  section .row .col:first-of-type {
    padding-left: 0;
  }
  section .row .col:last-of-type {
    padding-right: 0;
  }
  section.grid .item {
    width: 100%;
    box-sizing: border-box;
    margin: 0 2%;
  }
  section.grid .item:nth-of-type(n), section.grid .item:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  section.grid .item:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  section.grid .item:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  section.grid .item:nth-of-type(1) {
    margin-top: 0;
  }
  section.grid .item:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  section.grid .item:nth-of-type(1n):after {
    clear: both;
  }
  section.grid .item:last-of-type {
    margin-bottom: 0;
  }
  .page-footer {
    padding: 0 !important;
    margin: 0 !important;
  }
}
/* ==== error/warning styles ==== */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin: auto;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  width: 100%;
}
.alert.error {
  border-color: #f5c6cb;
  color: #721c24;
  background-color: #f8d7da;
}
.alert.warning {
  border-color: #ffeeba;
  color: #856404;
  background-color: #fff3cd;
}

.typography .contact-form p.message {
  background: #FFFFFF;
}
.typography p.message {
  display: block;
  padding: 8px 10px 8px 34px;
  margin-bottom: 2em;
  font-size: 0.9rem;
  background: #e7e7e8;
  color: #404041;
  position: relative;
}
.typography p.message:before {
  content: "\f05a";
  display: block;
  position: absolute;
  left: 12px;
  font-family: "FontAwesome";
}

.video-iframe {
  max-width: 100%;
}

/**
 * Typography styles
 *
 * All typography formatting and general font settings
 * belong in this file. For unique blocks and widgets, etc
 * you should put those in layout.css
 **/
body,
html {
  font-family: "Museo Sans", serif;
  font-size: 16px;
}

/**
 * Headings
 **/
h3, h2 {
  padding: 0.5rem 0;
}

h1 {
  font-size: 3rem;
  padding: 0 0 1rem 0;
  font-weight: 900;
}

h2 {
  font-size: 2.2rem;
  font-weight: 300;
}

h3 {
  font-size: 1.8rem;
  font-weight: 400;
}

h4 {
  font-size: 1.4rem;
  font-weight: 400;
}

/**
 * Body copy
 **/
.typography p {
  padding: 0.4rem 0;
  padding-bottom: 1rem;
  font-size: 0.875rem;
}
.typography a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.typography a:not(.button) {
  text-decoration: none;
  border-bottom: 1px dotted #BBBBBB;
  color: #C11A26;
}
.typography a:hover {
  border-color: #C11A26;
}
.typography ul {
  padding-bottom: 1rem;
}
.typography ul,
.typography ol {
  padding-left: 34px;
}
.typography li {
  padding: 0.2em 0.6em 0;
  font-size: 0.875rem;
}

/**
 * Text formatting
 *
 * Allows us to add a class (ie .centered-text) to text to apply font styles
 **/
.centered-text {
  text-align: center;
}

.bold-text {
  font-weight: 700;
}

.italic-text {
  font-style: italic;
}

.massive {
  font-size: 3rem;
}

/* 
In conjunction with video embed fix /app/js/global/content-video-embeds.js
*/
.ss-htmleditorfield-file.embed {
  width: 0;
  height: 0;
}
.ss-htmleditorfield-file.embed.leftAlone {
  float: left;
}
.ss-htmleditorfield-file.embed.rightAlone {
  float: right;
}
.ss-htmleditorfield-file.embed.center {
  display: block;
  float: none;
  margin: 0 auto;
}
.ss-htmleditorfield-file.embed.left {
  float: left;
  padding-right: 0.5em;
}
.ss-htmleditorfield-file.embed.right {
  float: right;
  padding-left: 0.5em;
}

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

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

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

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

.content .image {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.content .image.left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.content .image.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.content .image.center {
  margin: auto;
  float: none;
  clear: both;
}
.content .image.rightAlone {
  margin: auto 0 auto auto;
}

/** 
 * FORMS
 */
form input,
form select,
form textarea,
form option,
form label {
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}

.field {
  padding-bottom: 1rem;
}
/* CONTACT FORM */
.contact-form {
  padding: 2.5rem 5rem;
}

.userform {
  padding: 2.5rem 0;
}

.contact-form, .userform, .salesforce form {
  border: 0;
  background: #e7e7e8;
  width: 100%;
}
.contact-form .left, .userform .left, .salesforce form .left {
  margin-bottom: 5px;
  font-weight: bold;
}
.contact-form .field.text, .contact-form .field.dropdown, .contact-form .field.dropdown-small, .userform .field.text, .userform .field.dropdown, .userform .field.dropdown-small, .salesforce form .field.text, .salesforce form .field.dropdown, .salesforce form .field.dropdown-small {
  width: 48%;
  box-sizing: border-box;
  margin: 0 2%;
}
.contact-form .field.text:nth-of-type(n), .contact-form .field.text:nth-of-type(1n+1), .contact-form .field.dropdown:nth-of-type(n), .contact-form .field.dropdown:nth-of-type(1n+1), .contact-form .field.dropdown-small:nth-of-type(n), .contact-form .field.dropdown-small:nth-of-type(1n+1), .userform .field.text:nth-of-type(n), .userform .field.text:nth-of-type(1n+1), .userform .field.dropdown:nth-of-type(n), .userform .field.dropdown:nth-of-type(1n+1), .userform .field.dropdown-small:nth-of-type(n), .userform .field.dropdown-small:nth-of-type(1n+1), .salesforce form .field.text:nth-of-type(n), .salesforce form .field.text:nth-of-type(1n+1), .salesforce form .field.dropdown:nth-of-type(n), .salesforce form .field.dropdown:nth-of-type(1n+1), .salesforce form .field.dropdown-small:nth-of-type(n), .salesforce form .field.dropdown-small:nth-of-type(1n+1) {
  margin: 4% 2% 0;
  clear: none;
}
.contact-form .field.text:nth-of-type(2n+1), .contact-form .field.dropdown:nth-of-type(2n+1), .contact-form .field.dropdown-small:nth-of-type(2n+1), .userform .field.text:nth-of-type(2n+1), .userform .field.dropdown:nth-of-type(2n+1), .userform .field.dropdown-small:nth-of-type(2n+1), .salesforce form .field.text:nth-of-type(2n+1), .salesforce form .field.dropdown:nth-of-type(2n+1), .salesforce form .field.dropdown-small:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
.contact-form .field.text:first-of-type, .contact-form .field.dropdown:first-of-type, .contact-form .field.dropdown-small:first-of-type, .userform .field.text:first-of-type, .userform .field.dropdown:first-of-type, .userform .field.dropdown-small:first-of-type, .salesforce form .field.text:first-of-type, .salesforce form .field.dropdown:first-of-type, .salesforce form .field.dropdown-small:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.contact-form .field.text:nth-of-type(1), .contact-form .field.dropdown:nth-of-type(1), .contact-form .field.dropdown-small:nth-of-type(1), .userform .field.text:nth-of-type(1), .userform .field.dropdown:nth-of-type(1), .userform .field.dropdown-small:nth-of-type(1), .salesforce form .field.text:nth-of-type(1), .salesforce form .field.dropdown:nth-of-type(1), .salesforce form .field.dropdown-small:nth-of-type(1) {
  margin-top: 0;
}
.contact-form .field.text:nth-of-type(2), .contact-form .field.dropdown:nth-of-type(2), .contact-form .field.dropdown-small:nth-of-type(2), .userform .field.text:nth-of-type(2), .userform .field.dropdown:nth-of-type(2), .userform .field.dropdown-small:nth-of-type(2), .salesforce form .field.text:nth-of-type(2), .salesforce form .field.dropdown:nth-of-type(2), .salesforce form .field.dropdown-small:nth-of-type(2) {
  margin-top: 0;
}
.contact-form .field.text:nth-of-type(2n), .contact-form .field.dropdown:nth-of-type(2n), .contact-form .field.dropdown-small:nth-of-type(2n), .userform .field.text:nth-of-type(2n), .userform .field.dropdown:nth-of-type(2n), .userform .field.dropdown-small:nth-of-type(2n), .salesforce form .field.text:nth-of-type(2n), .salesforce form .field.dropdown:nth-of-type(2n), .salesforce form .field.dropdown-small:nth-of-type(2n) {
  margin-right: 0;
  position: relative;
}
.contact-form .field.text:nth-of-type(2n):after, .contact-form .field.dropdown:nth-of-type(2n):after, .contact-form .field.dropdown-small:nth-of-type(2n):after, .userform .field.text:nth-of-type(2n):after, .userform .field.dropdown:nth-of-type(2n):after, .userform .field.dropdown-small:nth-of-type(2n):after, .salesforce form .field.text:nth-of-type(2n):after, .salesforce form .field.dropdown:nth-of-type(2n):after, .salesforce form .field.dropdown-small:nth-of-type(2n):after {
  clear: both;
}
.contact-form .field.text:last-of-type, .contact-form .field.dropdown:last-of-type, .contact-form .field.dropdown-small:last-of-type, .userform .field.text:last-of-type, .userform .field.dropdown:last-of-type, .userform .field.dropdown-small:last-of-type, .salesforce form .field.text:last-of-type, .salesforce form .field.dropdown:last-of-type, .salesforce form .field.dropdown-small:last-of-type {
  margin-bottom: 0;
}
.contact-form .field.text, .contact-form .field.dropdown, .contact-form .field.dropdown-small, .userform .field.text, .userform .field.dropdown, .userform .field.dropdown-small, .salesforce form .field.text, .salesforce form .field.dropdown, .salesforce form .field.dropdown-small {
  float: left;
}
.contact-form .field.optionset, .userform .field.optionset, .salesforce form .field.optionset {
  width: 100%;
}
.contact-form .field.optionset .middleColumn > div, .userform .field.optionset .middleColumn > div, .salesforce form .field.optionset .middleColumn > div {
  margin-bottom: 0.6em;
}
.contact-form .field.optionset .radio, .userform .field.optionset .radio, .salesforce form .field.optionset .radio {
  margin-right: 4px;
}
.contact-form .field .CompositeField, .userform .field .CompositeField, .salesforce form .field .CompositeField {
  position: relative;
}
.contact-form .field .CompositeField.terms, .userform .field .CompositeField.terms, .salesforce form .field .CompositeField.terms {
  float: none;
}
.contact-form .field .CompositeField input[type=checkbox], .userform .field .CompositeField input[type=checkbox], .salesforce form .field .CompositeField input[type=checkbox] {
  margin-top: 0.6em;
}
.contact-form .field .CompositeField .error.message, .userform .field .CompositeField .error.message, .salesforce form .field .CompositeField .error.message {
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 30px;
  font-weight: 400;
}
.contact-form .field .CompositeField p, .userform .field .CompositeField p, .salesforce form .field .CompositeField p {
  font-weight: 200;
  padding-left: 25px;
}
.contact-form .field.textarea, .userform .field.textarea, .salesforce form .field.textarea {
  clear: both;
  padding-top: 2rem;
}
.contact-form .field.text label, .contact-form .field.textarea label, .userform .field.text label, .userform .field.textarea label, .salesforce form .field.text label, .salesforce form .field.textarea label {
  padding-bottom: 4px;
}
.contact-form .field.text input,
.contact-form .field.text textarea,
.contact-form .field.text select.dropdown-small, .contact-form .field.textarea input,
.contact-form .field.textarea textarea,
.contact-form .field.textarea select.dropdown-small, .userform .field.text input,
.userform .field.text textarea,
.userform .field.text select.dropdown-small, .userform .field.textarea input,
.userform .field.textarea textarea,
.userform .field.textarea select.dropdown-small, .salesforce form .field.text input,
.salesforce form .field.text textarea,
.salesforce form .field.text select.dropdown-small, .salesforce form .field.textarea input,
.salesforce form .field.textarea textarea,
.salesforce form .field.textarea select.dropdown-small {
  color: #404041;
  background: #e7e7e8;
  font-size: 1.1rem;
  padding: 0.2rem 0.5rem 0.5rem;
  width: 100%;
  border: 2px solid #404041;
}
.contact-form .field.text input::-webkit-input-placeholder, .contact-form .field.text input:-moz-placeholder, .contact-form .field.text input::-moz-placeholder, .contact-form .field.text input:-ms-input-placeholder,
.contact-form .field.text textarea::-webkit-input-placeholder,
.contact-form .field.text textarea:-moz-placeholder,
.contact-form .field.text textarea::-moz-placeholder,
.contact-form .field.text textarea:-ms-input-placeholder,
.contact-form .field.text select.dropdown-small::-webkit-input-placeholder,
.contact-form .field.text select.dropdown-small:-moz-placeholder,
.contact-form .field.text select.dropdown-small::-moz-placeholder,
.contact-form .field.text select.dropdown-small:-ms-input-placeholder, .contact-form .field.textarea input::-webkit-input-placeholder, .contact-form .field.textarea input:-moz-placeholder, .contact-form .field.textarea input::-moz-placeholder, .contact-form .field.textarea input:-ms-input-placeholder,
.contact-form .field.textarea textarea::-webkit-input-placeholder,
.contact-form .field.textarea textarea:-moz-placeholder,
.contact-form .field.textarea textarea::-moz-placeholder,
.contact-form .field.textarea textarea:-ms-input-placeholder,
.contact-form .field.textarea select.dropdown-small::-webkit-input-placeholder,
.contact-form .field.textarea select.dropdown-small:-moz-placeholder,
.contact-form .field.textarea select.dropdown-small::-moz-placeholder,
.contact-form .field.textarea select.dropdown-small:-ms-input-placeholder, .userform .field.text input::-webkit-input-placeholder, .userform .field.text input:-moz-placeholder, .userform .field.text input::-moz-placeholder, .userform .field.text input:-ms-input-placeholder,
.userform .field.text textarea::-webkit-input-placeholder,
.userform .field.text textarea:-moz-placeholder,
.userform .field.text textarea::-moz-placeholder,
.userform .field.text textarea:-ms-input-placeholder,
.userform .field.text select.dropdown-small::-webkit-input-placeholder,
.userform .field.text select.dropdown-small:-moz-placeholder,
.userform .field.text select.dropdown-small::-moz-placeholder,
.userform .field.text select.dropdown-small:-ms-input-placeholder, .userform .field.textarea input::-webkit-input-placeholder, .userform .field.textarea input:-moz-placeholder, .userform .field.textarea input::-moz-placeholder, .userform .field.textarea input:-ms-input-placeholder,
.userform .field.textarea textarea::-webkit-input-placeholder,
.userform .field.textarea textarea:-moz-placeholder,
.userform .field.textarea textarea::-moz-placeholder,
.userform .field.textarea textarea:-ms-input-placeholder,
.userform .field.textarea select.dropdown-small::-webkit-input-placeholder,
.userform .field.textarea select.dropdown-small:-moz-placeholder,
.userform .field.textarea select.dropdown-small::-moz-placeholder,
.userform .field.textarea select.dropdown-small:-ms-input-placeholder, .salesforce form .field.text input::-webkit-input-placeholder, .salesforce form .field.text input:-moz-placeholder, .salesforce form .field.text input::-moz-placeholder, .salesforce form .field.text input:-ms-input-placeholder,
.salesforce form .field.text textarea::-webkit-input-placeholder,
.salesforce form .field.text textarea:-moz-placeholder,
.salesforce form .field.text textarea::-moz-placeholder,
.salesforce form .field.text textarea:-ms-input-placeholder,
.salesforce form .field.text select.dropdown-small::-webkit-input-placeholder,
.salesforce form .field.text select.dropdown-small:-moz-placeholder,
.salesforce form .field.text select.dropdown-small::-moz-placeholder,
.salesforce form .field.text select.dropdown-small:-ms-input-placeholder, .salesforce form .field.textarea input::-webkit-input-placeholder, .salesforce form .field.textarea input:-moz-placeholder, .salesforce form .field.textarea input::-moz-placeholder, .salesforce form .field.textarea input:-ms-input-placeholder,
.salesforce form .field.textarea textarea::-webkit-input-placeholder,
.salesforce form .field.textarea textarea:-moz-placeholder,
.salesforce form .field.textarea textarea::-moz-placeholder,
.salesforce form .field.textarea textarea:-ms-input-placeholder,
.salesforce form .field.textarea select.dropdown-small::-webkit-input-placeholder,
.salesforce form .field.textarea select.dropdown-small:-moz-placeholder,
.salesforce form .field.textarea select.dropdown-small::-moz-placeholder,
.salesforce form .field.textarea select.dropdown-small:-ms-input-placeholder {
  color: #404041 !important;
  opacity: 1 !important;
}
.contact-form .field.text textarea, .contact-form .field.textarea textarea, .userform .field.text textarea, .userform .field.textarea textarea, .salesforce form .field.text textarea, .salesforce form .field.textarea textarea {
  border: 2px solid #404041;
  padding: 0.5rem;
}
.contact-form .Actions, .userform .Actions, .salesforce form .Actions {
  padding-top: 1rem;
}
.contact-form #ForgotPassword, .userform #ForgotPassword, .salesforce form #ForgotPassword {
  display: inline-block;
}
.contact-form #ForgotPassword a, .userform #ForgotPassword a, .salesforce form #ForgotPassword a {
  display: inline-block;
  background: #BBBBBB;
  color: #FFFFFF;
  cursor: hand;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 16px;
  box-sizing: border-box;
  border: 0;
}
.contact-form #ForgotPassword a:hover, .userform #ForgotPassword a:hover, .salesforce form #ForgotPassword a:hover {
  background: rgb(161.5, 161.5, 161.5);
}
.contact-form, .userform, .salesforce form {
  /* Chrome, Safari, Edge, Opera */
}
.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button, .userform input::-webkit-outer-spin-button,
.userform input::-webkit-inner-spin-button, .salesforce form input::-webkit-outer-spin-button,
.salesforce form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form, .userform, .salesforce form {
  /* Firefox */
}
.contact-form input[type=number], .userform input[type=number], .salesforce form input[type=number] {
  -moz-appearance: textfield;
}

.salesforce__form .salesforce__fields {
  column-count: 2;
}
.salesforce__form .salesforce__fields label, .salesforce__form .salesforce__fields span {
  display: block;
  padding-top: 20px;
}
.salesforce__form .salesforce__fields input,
.salesforce__form .salesforce__fields textarea {
  width: 100%;
  padding: 0.2rem 0.5rem 1rem;
}
.salesforce__form .salesforce__fields br {
  display: none;
}
.salesforce__form .salesforce__fields--grid {
  column-count: inherit;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.salesforce__form .salesforce__fields--grid .salesforce__field {
  width: 48%;
}
.salesforce__form form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.salesforce__form form input {
  display: block;
}
.salesforce__form form .bold {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.salesforce__form form input[type=submit] {
  background: #FFFFFF;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 36px !important;
  box-sizing: border-box;
  transition: 0.5s;
}
.salesforce__form form input[type=submit]:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.salesforce__form form .g-recaptcha {
  margin-top: 20px;
}
.salesforce__form form .gr-error-message {
  display: none;
  margin-bottom: 10px;
  color: red;
  background-color: white;
  width: 245px;
  padding: 2px 5px;
}
.salesforce__form form .gr-error-message--error {
  display: block;
}
.salesforce__form .success-message {
  display: none;
  height: 250px;
}

.userform li, .FormPage li, .salesforce form li {
  padding-left: 0;
}
.userform fieldset legend, .FormPage fieldset legend, .salesforce form fieldset legend {
  float: left;
  width: 100%;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
.userform .dropdown label, .FormPage .dropdown label, .salesforce form .dropdown label {
  padding-bottom: 4px;
}
.userform input, .userform select, .userform textarea, .FormPage input, .FormPage select, .FormPage textarea, .salesforce form input, .salesforce form select, .salesforce form textarea {
  border: 2px solid #000000;
}
.userform input:not(.action), .FormPage input:not(.action), .salesforce form input:not(.action) {
  padding-top: 0.2em;
  padding-left: 0.5em;
}
.userform select.dropdown-wide, .userform select.dropdown-small, .userform select.dropdown, .FormPage select.dropdown-wide, .FormPage select.dropdown-small, .FormPage select.dropdown, .salesforce form select.dropdown-wide, .salesforce form select.dropdown-small, .salesforce form select.dropdown {
  width: 100%;
  padding: 5px;
}
.userform .checkboxset, .FormPage .checkboxset, .salesforce form .checkboxset {
  clear: both;
  list-style-type: none;
  padding-left: 0;
  margin: 1% 2% 0;
  margin-left: 0;
  float: left;
  width: 100%;
}
.userform .checkboxset .checkbox, .FormPage .checkboxset .checkbox, .salesforce form .checkboxset .checkbox {
  margin-right: 10px;
}
.userform .checklist, .FormPage .checklist, .salesforce form .checklist {
  border: 0;
  clear: both;
  float: left;
  padding: 0;
}
.userform .checklist .composite, .FormPage .checklist .composite, .salesforce form .checklist .composite {
  position: static;
}
.userform .checkboxes .middleColumn, .FormPage .checkboxes .middleColumn, .salesforce form .checkboxes .middleColumn {
  clear: both;
}
.userform .checkboxes .middleColumn .checkbox, .FormPage .checkboxes .middleColumn .checkbox, .salesforce form .checkboxes .middleColumn .checkbox {
  margin-right: 15px;
}
.userform .termscheckbox .middleColumn, .FormPage .termscheckbox .middleColumn, .salesforce form .termscheckbox .middleColumn {
  display: inline;
}
.userform .termscheckbox .middleColumn label, .FormPage .termscheckbox .middleColumn label, .salesforce form .termscheckbox .middleColumn label {
  display: none;
}
.userform .termscheckbox .right-title, .FormPage .termscheckbox .right-title, .salesforce form .termscheckbox .right-title {
  padding-left: 0.5em;
}
.userform .action, .FormPage .action, .salesforce form .action {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.userform .action:hover, .FormPage .action:hover, .salesforce form .action:hover {
  background-color: #e7e7e8;
}
.userform h1, .FormPage h1, .salesforce form h1 {
  color: #C11A26;
}
.userform .subscribe-promo h1, .FormPage .subscribe-promo h1, .salesforce form .subscribe-promo h1 {
  color: #FFFFFF;
}

@media all and (max-width: 800px) {
  .page .userform {
    width: unset;
    padding: 2em;
  }
  .page .field.text {
    width: 100%;
    box-sizing: border-box;
    margin: 0 2%;
  }
  .page .field.text:nth-of-type(n), .page .field.text:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .page .field.text:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .page .field.text:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .page .field.text:nth-of-type(1) {
    margin-top: 0;
  }
  .page .field.text:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .page .field.text:nth-of-type(1n):after {
    clear: both;
  }
  .page .field.text:last-of-type {
    margin-bottom: 0;
  }
}
.page .userform, .page .salesforce form {
  background: transparent;
}
.page .userform .field.text input,
.page .userform .field.text textarea, .page .userform .field.textarea input,
.page .userform .field.textarea textarea, .page .salesforce form .field.text input,
.page .salesforce form .field.text textarea, .page .salesforce form .field.textarea input,
.page .salesforce form .field.textarea textarea {
  background: transparent;
}

.security-page form {
  margin: 0 auto;
  max-width: 500px;
  border: 0;
  padding: 2.5rem 5rem;
  background: #e7e7e8;
}
.security-page form .field.text label {
  padding-bottom: 4px;
}
.security-page form .field.text input,
.security-page form .field.text textarea {
  color: #404041;
  background: #e7e7e8;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  width: 100%;
  border-bottom: 2px solid #404041;
}
.security-page form .field.checkbox input {
  float: left;
  margin-right: 10px;
}
.security-page form .field.checkbox label {
  float: left;
  line-height: 1rem;
}
.security-page form .Actions {
  padding-top: 10px;
}
.security-page form .Actions .action {
  position: relative;
  font-size: 20px;
  color: #404041;
  display: inline-block;
  padding: 14px 36px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  border: 2px solid #404041;
  text-transform: uppercase;
  font-family: "Museo Sans";
}
.security-page form #ForgotPassword {
  display: inline-block;
}
.security-page form #ForgotPassword a {
  position: relative;
  font-size: 20px;
  color: #404041;
  display: inline-block;
  padding: 14px 36px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  border: 2px solid #404041;
  text-transform: uppercase;
  font-family: "Museo Sans";
}
@media all and (max-width: 1000px) {
  .contact-form {
    padding: 2rem;
  }
}
@media all and (max-width: 850px) {
  .contact-form .field.text {
    width: 100%;
    box-sizing: border-box;
    margin: 0 2%;
  }
  .contact-form .field.text:nth-of-type(n), .contact-form .field.text:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .contact-form .field.text:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .contact-form .field.text:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .contact-form .field.text:nth-of-type(1) {
    margin-top: 0;
  }
  .contact-form .field.text:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .contact-form .field.text:nth-of-type(1n):after {
    clear: both;
  }
  .contact-form .field.text:last-of-type {
    margin-bottom: 0;
  }
}
/**
 * Self-contained components
 *
 * Any [significant] component that is reused throughout the site. Try and keep it's
 * styles self-contained for easy plug-and-play into other templates 
 **/
/**
 * NAV PRIMARY
 **/
nav.mainnav {
  font-weight: 900;
  font-size: 1.063rem; /*2.143rem;*/
  float: right;
  background-position: -9999em;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
nav.mainnav.active {
  left: 0;
  height: 100%;
}
nav.mainnav .webshop {
  position: relative;
}
nav.mainnav .webshop:hover > .webshop-nav {
  display: block;
  width: 260px;
  position: absolute;
  text-align: center;
  right: 0;
  top: 42px;
  z-index: 16;
  text-align: left;
  background-color: #d71921;
}
@media all and (max-width: 800px) {
  nav.mainnav .webshop:hover > .webshop-nav {
    background-color: #e3930c;
  }
}
nav.mainnav .webshop:hover > .webshop-nav li {
  list-style-type: none;
}
nav.mainnav .webshop:hover > .webshop-nav .login,
nav.mainnav .webshop:hover > .webshop-nav .register {
  float: none;
  margin-bottom: 1px;
}
nav.mainnav .webshop .webshop-nav {
  display: none;
}
nav.mainnav .social {
  display: none;
}
nav.mainnav .menu {
  padding-top: 2em;
  clear: both;
}
nav.mainnav .menu-item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
nav.mainnav .menu-item.last {
  margin-right: 0;
}
nav.mainnav .menu-item:hover a {
  border-bottom: 4px solid #FAA61A;
}
nav.mainnav .menu-item:hover > .toggle-button {
  display: inline-block;
}
nav.mainnav .menu-item a {
  padding: 0;
  margin: 10px;
  display: inline-block;
  text-decoration: none;
  color: #000000;
  position: relative;
  border-bottom: 4px solid #FFFFFF;
}
nav.mainnav .menu-item a.current, nav.mainnav .menu-item a.section {
  color: #FAA61A;
  border-bottom: 4px solid #FAA61A;
}
nav.mainnav .menu-item .toggle-button {
  display: none;
  position: absolute;
  left: 47%;
  top: 28px;
  color: #FAA61A;
}
nav.mainnav .menu-item .menu.level-2 {
  position: absolute;
  display: none;
  min-width: 270px;
  padding: 0;
  left: -84px;
  text-align: center;
  z-index: 1;
  background: #e7e7e8;
}
nav.mainnav .menu-item .menu.level-2 li {
  display: block;
  margin: 0;
  font-size: 1rem;
}
nav.mainnav .menu-item .menu.level-2 li a {
  border-bottom: 0;
  display: block;
  white-space: nowrap;
  color: #000000;
  line-height: 1em;
}
nav.mainnav .menu-item .menu.level-2 li a:hover {
  color: #FAA61A;
}
nav.mainnav .menu-item .menu.level-2 li.first {
  padding-top: 1em;
}
nav.mainnav .menu-item .menu.level-2 li.last {
  padding-bottom: 1em;
}
nav.mainnav .menu-item .menu.level-2 li .line {
  display: inline-block;
  height: 1px;
  width: 50%;
  line-height: 0;
  vertical-align: middle;
  background-color: #000000;
}
nav.mainnav .menu-item .menu.level-2 li.last .line {
  display: none;
}
nav.mainnav .menu-item:hover .level-2 {
  display: block;
}

.subnav-button {
  position: relative;
  font-size: 20px;
  color: white;
  display: inline-block;
  padding: 14px 36px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  border: 2px solid white;
  text-transform: uppercase;
  font-family: "Museo Sans";
}
.subnav-button {
  float: right;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: none;
  border: none;
  padding: 10px 14px;
  width: 260px;
  background-color: #C11A26;
}
.subnav-button:hover {
  background-color: #AD111C;
}
@media all and (max-width: 800px) {
  .subnav-button:hover {
    background-color: #b37102;
  }
}
@media all and (max-width: 800px) {
  .subnav-button {
    width: 210px;
    float: left;
    background-color: #e3930c;
  }
}
.subnav-button i {
  float: right;
}
.subnav-button.subscribe {
  margin-right: 3px;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: none;
  background-color: #FAA61A;
  padding: 10px 20px;
  width: 240px;
  text-align: center;
}
.subnav-button.subscribe.mobile {
  display: none;
}
@media all and (max-width: 800px) {
  .subnav-button.subscribe {
    background-color: #e3930c;
  }
}
.subnav-button.menu-title {
  background-image: url("/_resources/app/client/assets/images/icons/cart-icon.png");
  background-repeat: no-repeat;
  background-position: 80px center;
  padding-left: 2.6em;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: none;
  text-align: center;
  background-color: #d71921;
}
.subnav-button.menu-title i {
  display: none;
}
@media all and (max-width: 800px) {
  .subnav-button.menu-title i {
    display: block;
  }
}
@media all and (max-width: 800px) {
  .subnav-button.menu-title {
    text-align: left;
    padding: 0;
    background-position: 20px center;
    background-color: #FAA61A;
  }
}
.subnav-button {
  /* in shop menu */
}
.subnav-button.signup {
  font-weight: 700;
}
@media all and (max-width: 800px) {
  .subnav-button.signup {
    font-size: 0.8rem;
  }
}
.subnav-button.signup {
  font-size: 0.9rem;
  text-transform: none;
  text-align: center;
  background-image: url("/_resources/app/client/assets/images/icons/cart-icon.png");
  background-repeat: no-repeat;
  background-color: #C11A26;
  text-align: left;
  padding-left: 3.5em;
  background-position: 15px center;
}
.subnav-button.signup:hover {
  background-color: #AD111C;
}
@media all and (max-width: 800px) {
  .subnav-button.signup {
    background-color: #e3930c;
  }
  .subnav-button.signup:hover {
    background-color: #b37102;
  }
}
.subnav-button.signup i {
  font-weight: 500;
}

.hamburglar {
  display: none;
  width: 24px;
  height: 22px;
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 15;
  cursor: pointer;
  border: 16px solid #C11A26;
  background-color: #C11A26;
}
.hamburglar span {
  display: block;
  position: absolute;
  height: 20%;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburglar span:nth-child(1) {
  top: 0;
}
.hamburglar span:nth-child(2) {
  top: 40%;
}
.hamburglar span:nth-child(3) {
  bottom: 0;
}
.hamburglar.open span {
  background: #FFFFFF;
}
.hamburglar.open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.hamburglar.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 120%;
  top: 40%;
}
.hamburglar.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 120%;
  bottom: 40%;
}

@media all and (max-width: 1366px) {
  nav.mainnav {
    float: none;
  }
}
@media all and (max-width: 800px) {
  .burglar-container .hamburglar {
    display: block;
  }
  .burglar-container.active {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    position: absolute;
    z-index: 15;
  }
  body.active {
    overflow: hidden;
    position: relative;
  }
  nav.mainnav {
    left: -100%;
    padding-left: 1em;
    background-size: cover;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    z-index: 15;
    background-position: 0;
  }
  nav.mainnav .webshop:hover.toggle-button:hover + .webshop-nav {
    display: none;
  }
  nav.mainnav .webshop:hover > .webshop-nav {
    display: none;
  }
  nav.mainnav .webshop .toggle-button.open + .webshop-nav {
    display: inline-block;
    position: static;
    border-top: 0;
    width: 210px;
    float: left;
    background-color: #FAA61A;
  }
  nav.mainnav .webshop .toggle-button.open + .webshop-nav li {
    list-style-type: none;
  }
  nav.mainnav .webshop .toggle-button.open + .webshop-nav li .button {
    margin: 0;
    margin-bottom: 1px;
    text-align: left;
    padding-left: 11px;
  }
  nav.mainnav .webshop .toggle-button.open + .webshop-nav li .button.signup {
    padding-left: 3em;
    margin-bottom: 0;
    background-position: 10px center;
  }
  nav.mainnav .social {
    display: inline;
    padding-left: 1em;
    padding-top: 1em;
    vertical-align: sub;
    font-family: "Kalam";
    font-size: 0.8rem;
    color: #FFFFFF;
  }
  nav.mainnav .social img {
    padding-left: 2em;
  }
  nav.mainnav .menu-item {
    display: block;
    margin: 0;
  }
  nav.mainnav .menu-item .toggle-button {
    font-size: 1rem;
    line-height: 1.2em;
    display: inline-block;
    padding: 10px;
    color: #FFFFFF;
    cursor: pointer;
    left: auto;
    top: 0;
  }
  nav.mainnav .menu-item:hover a {
    border: 0;
  }
  nav.mainnav .menu-item a {
    color: #FFFFFF;
    border: 0;
    font-size: 0.9375rem;
  }
  nav.mainnav .menu-item a:hover, nav.mainnav .menu-item a.current, nav.mainnav .menu-item a.section {
    border: 0;
  }
  nav.mainnav .menu {
    margin-bottom: 2em;
    position: relative;
  }
  nav.mainnav .menu .menu-item .menu.level-2 {
    position: relative;
    margin: 0 10px;
    padding-top: 0;
    text-align: left;
    left: auto;
    background: 0;
    border-bottom: 0;
  }
  nav.mainnav .menu .menu-item .menu.level-2 li {
    max-width: 250px;
  }
  nav.mainnav .menu .menu-item .menu.level-2 li.first {
    padding-top: 0;
  }
  nav.mainnav .menu .menu-item .menu.level-2 li.last {
    padding-bottom: 0;
  }
  nav.mainnav .menu .menu-item .menu.level-2 li a {
    color: #FFFFFF;
    white-space: normal;
  }
  nav.mainnav .menu .menu-item .menu.level-2 li a:hover {
    color: #FAA61A;
  }
  nav.mainnav .menu .menu-item .menu.level-2 li .line {
    display: none;
  }
  nav.mainnav .menu:hover .menu.level-2 {
    display: none;
  }
  nav.mainnav .subnav-button.subscribe, nav.mainnav .subnav-button {
    padding: 8px 14px;
    clear: both;
    width: 210px;
    margin-bottom: 0;
    margin-top: 1em;
    float: left;
    border: 0;
  }
  nav.mainnav .subnav-button.subscribe {
    background-color: #404041;
    font-size: 1rem;
    display: none;
  }
  nav.mainnav .subnav-button.subscribe.mobile {
    display: inline-block;
  }
  nav.mainnav .subnav-button.signup {
    text-align: left;
  }
  nav.mainnav .subnav-button.menu-title {
    padding-left: 3.5em;
  }
  nav.mainnav.active {
    width: 250px;
    left: 0;
    transition: 0.5s;
  }
  nav.mainnav:hover .level-2 {
    display: none;
  }
}
@media all and (max-width: 390px) {
  .HomePage .slider .slide {
    padding: 0;
  }
  .branding img {
    width: 240px;
  }
}
@media all and (max-width: 360px) {
  .hamburglar {
    width: 20px;
    height: 18px;
    border: 6px solid #C11A26;
  }
  .branding img {
    width: 210px;
  }
}
/**
 * HOMEPAGE SLIDER STYLES
 * Author: PlasticStudio
 * Date: Sept 2016
 **/
.hide {
  display: none;
}

.slider {
  height: 0;
  overflow: hidden;
  padding-top: 47%;
  position: relative;
  width: 100%;
}
@media all and (max-width: 600px) {
  .slider {
    padding-top: 53%;
  }
}
.slider .slide {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  padding: 6em 0;
}
.slider .slide .slider-text-container {
  position: absolute;
  right: 0%;
  bottom: 6.5vw;
  padding: 2em;
  width: 60%;
  box-sizing: border-box;
}
.slider .slide .slider-text-container .slider-text-content {
  border-top: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  padding: 3em 100px 3rem 0;
  text-align: left;
}
.slider .slide .slider-text-container .slider-text-content h2 {
  font-size: 50px;
  font-weight: 900;
}
.slider .slide .slider-text-container .slider-text-content p {
  font-size: 25px;
  padding-right: 5em;
  padding-bottom: 1em;
}
.slider .slider-nav-arrow {
  cursor: pointer;
  display: block;
  margin: -39px 0 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 76px;
  z-index: 10;
  color: #fff;
  font-size: 2em;
  height: 76px;
  line-height: 50px;
  text-decoration: none;
  border: none;
}
.slider .slider-nav-arrow::before {
  display: inline-block;
  font-size: 40px;
  text-shadow: 0 0 3px #232128;
}
.slider .slider-nav-arrow.prev {
  left: 20px;
  background-image: url("/_resources/app/client/assets/images/white-arrow-circle-left.png");
}
.slider .slider-nav-arrow.next {
  right: 20px;
  background-image: url("/_resources/app/client/assets/images/white-arrow-circle-right.png");
}

/* slider navigation */
.slider .slide.dark-text {
  color: #000000;
}

.slider .slide.light-text {
  color: #FFFFFF;
}

.slider-nav {
  position: relative;
  top: -50px;
  text-align: center;
}

.slider-nav a {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 20px;
  background: #DDD;
  border: 4px solid #FFF;
  outline: none;
}

.slider-nav a.current {
  background: #333;
}

@media all and (max-width: 1200px) {
  .slider .slide .slider-text-container .slider-text-content h2 {
    font-size: 40px;
  }
  .slider .slide .slider-text-container .slider-text-content p {
    font-size: 20px;
    padding-right: 2em;
  }
}
@media all and (max-width: 1000px) {
  .slider .slide .slider-text-container {
    width: 75%;
    top: 0;
    bottom: auto;
  }
}
@media all and (max-width: 890px) {
  .slider .slide .slider-text-container .slider-text-content {
    padding: 1.5rem 100px 1.5rem 0;
  }
}
@media all and (max-width: 750px) {
  .slider .slide .sub-title {
    display: none;
  }
  .slider .slide .slider-text-container {
    width: 100%;
    top: 0;
    bottom: 0;
  }
  .slider .slide .slider-text-container .slider-text-content {
    padding: 0.5rem 50px;
    height: 100%;
    box-sizing: border-box;
  }
  .slider .slide .slider-text-container .slider-text-content h2 {
    font-size: 2rem;
  }
  .slider .slide .slider-text-container .slider-text-content p {
    font-size: 1.1rem;
  }
  .slider .slider-nav-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: cover;
    background-position: center center;
  }
}
footer {
  clear: both;
}
footer .footer-top {
  height: calc(200px - 2em);
  height: -webkit-calc(200px - 2em);
  padding-top: 2em;
  background-color: #C11A26;
  line-height: 8em;
}
footer .footer-bottom {
  margin: 10px 0;
}
footer .footer-bottom .inner {
  position: relative;
  padding: 0;
}
footer .footer-bottom .grid {
  float: left;
  height: 72px;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
footer .footer-bottom .grid.pos-left {
  background-color: #FAA61A;
  margin-right: 5px;
}
footer .footer-bottom .grid.pos-right {
  background-color: #e7e7e8;
  margin-left: 5px;
  right: 0;
}
footer .footer-bottom .social {
  padding-top: 1em;
  position: absolute;
  right: 0;
}
footer .footer-bottom .social img {
  margin-right: 1em;
}
footer .footer-bottom .copyright {
  font-size: 0.8571rem;
  line-height: 5em;
  position: absolute;
  color: #FFFFFF;
}
footer .footer-bottom .copyright a {
  text-decoration: none;
  color: inherit;
  opacity: 0.6;
}
footer .footer-bottom .copyright span {
  opacity: 0.6;
  padding: 0 13px 0 13px;
}
footer .footer-bottom .copyright .break {
  display: none;
}
footer .footernav {
  position: relative;
  width: 75%;
  float: left;
}
footer .footernav ul li {
  list-style-type: none;
}
footer .footernav ul li.menu-item.pos-2 .sub-item.pos-2 {
  font-size: 1.429rem;
  font-weight: 900;
}
footer .footernav ul .menu-item {
  width: 30%;
  float: left;
  margin-right: 3%;
}
footer .footernav ul .menu-item h4 a {
  font-size: 1rem;
  font-weight: 900;
  font-style: uppercase;
  padding-bottom: 10px;
}
footer .footernav ul .menu-item h4 span {
  display: block;
  min-height: 45px;
}
footer .footernav ul .menu-item h4 a,
footer .footernav ul .menu-item a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.7em;
}
footer .social-icons {
  float: right;
}
footer .social-icons h4 {
  color: #FFFFFF;
  line-height: 1.7em;
  font-size: 1rem;
  font-weight: 900;
}
@media all and (max-width: 950px) {
  footer .social-icons {
    float: none;
    padding-top: 0;
  }
}
footer .social-icons__icon {
  margin: 0 8px;
}
footer .social-icons__icon img {
  width: 48px;
  height: 48px;
}

/***
** Responsive styling
*/
@media all and (min-width: 850px) {
  footer .footernav {
    width: 60%;
  }
}
@media all and (min-width: 600px) {
  footer .inner {
    padding-left: 2em;
  }
}
@media all and (max-width: 400px) {
  footer .footer-bottom .copyright {
    line-height: 2em;
  }
  footer .footer-bottom .copyright span {
    visibility: hidden;
    padding: 0;
  }
  footer .footer-bottom .copyright .break {
    display: block !important;
  }
}
@media all and (max-width: 950px) {
  footer .footer-top {
    text-align: center;
    height: auto;
  }
  footer .footer-top .footernav {
    width: 100%;
    float: none;
    padding-bottom: 2em;
  }
  footer .footer-top .footernav ul {
    display: table;
    margin: auto;
  }
  footer .footer-top .footernav ul .menu-item {
    float: none;
    width: auto;
  }
  footer .footer-top .footernav ul .menu-item.pos-2 {
    margin-top: 2em;
  }
}
@media all and (max-width: 1288px) {
  footer .footer-bottom .inner {
    padding-left: 0;
    max-width: 100%;
  }
  footer.page-footer {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  footer .footer-bottom {
    margin-bottom: 0;
  }
  footer .footer-bottom .grid {
    display: none;
  }
  footer .footer-bottom .copyright {
    width: 100%;
    text-align: center;
    height: 72px;
  }
  footer .footer-bottom .copyright {
    background-color: #FAA61A;
  }
  footer .footer-bottom .social {
    display: none;
  }
}
.promos .promo-item {
  clear: both;
}
.promos .promo-item .square {
  position: relative;
  height: 0;
  padding-bottom: 600px;
}
.promos .promo-item .square .square-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.promos .promo-item {
  float: left;
  width: 33.3333333333%;
  box-sizing: border-box;
  margin: 0 0;
}
.promos .promo-item:nth-of-type(n), .promos .promo-item:nth-of-type(1n+1) {
  margin: 0 0 0;
  clear: none;
}
.promos .promo-item:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}
.promos .promo-item:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.promos .promo-item:nth-of-type(1) {
  margin-top: 0;
}
.promos .promo-item:nth-of-type(2) {
  margin-top: 0;
}
.promos .promo-item:nth-of-type(3) {
  margin-top: 0;
}
.promos .promo-item:nth-of-type(3n) {
  margin-right: 0;
  position: relative;
}
.promos .promo-item:nth-of-type(3n):after {
  clear: both;
}
.promos .promo-item:last-of-type {
  margin-bottom: 0;
}
.promos .promo-item .promo-container {
  height: 600px;
  width: 100%;
  position: relative;
  float: left;
}
.promos .promo-item .promo-container .promo-bg {
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 0;
  background-position: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 270px;
  left: 0;
  top: 0;
}
.promos .promo-item .promo-container .promo-content {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  left: 0;
}
.promos .promo-item .promo-container .promo-content img {
  padding-bottom: 2em;
}
.promos .promo-item .promo-container .promo-content h1 {
  font-weight: 900;
}
.promos .promo-item .promo-container .promo-content p {
  font-size: 20px;
  font-weight: 500;
}

/**
* Page promos
**/
.Page .promos .promo-item .square {
  position: relative;
  height: 0;
  padding-bottom: 650px;
}
.Page .promos .promo-item .square .square-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.Page .promos .promo-item .promo-container {
  height: 650px;
}
.Page .promos .promo-item .promo-bg {
  bottom: 320px;
}
.Page .promos .promo-item .promo-content {
  bottom: 60px;
}
.Page .promos .promo-item .promo-content .button {
  margin-top: 2em;
}

.button.plain {
  font-size: 14px;
}
.button.plain.white {
  position: relative;
  font-size: 20px;
  color: white;
  display: inline-block;
  padding: 14px 36px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  border: 2px solid white;
  text-transform: uppercase;
  font-family: "Museo Sans";
}
.button.plain.white.slide-arrow {
  position: relative;
  font-size: 20px;
  color: white;
  display: inline-block;
  padding: 14px 36px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  border: 2px solid white;
  text-transform: uppercase;
}
.button.plain.white.slide-arrow .text {
  position: relative;
  left: 0px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.button.plain.white.slide-arrow .fa {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 36px;
  top: 14px;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.button.plain.white.slide-arrow:hover .text {
  left: -10px;
}
.button.plain.white.slide-arrow:hover .fa {
  right: 10px;
  opacity: 1;
}
.button.plain.white.slide-arrow {
  font-family: "Museo Sans";
}
.button.plain.black {
  position: relative;
  font-size: 20px;
  color: #000000;
  display: inline-block;
  padding: 14px 36px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  border: 2px solid #000000;
  text-transform: uppercase;
  font-family: "Museo Sans";
}
.button.plain.black.slide-arrow {
  position: relative;
  font-size: 20px;
  color: #000000;
  display: inline-block;
  padding: 14px 36px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  border: 2px solid #000000;
  text-transform: uppercase;
}
.button.plain.black.slide-arrow .text {
  position: relative;
  left: 0px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.button.plain.black.slide-arrow .fa {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 36px;
  top: 14px;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.button.plain.black.slide-arrow:hover .text {
  left: -10px;
}
.button.plain.black.slide-arrow:hover .fa {
  right: 10px;
  opacity: 1;
}
.button.plain.black.slide-arrow {
  font-family: "Museo Sans";
}
.action {
  position: relative;
  font-size: 20px;
  color: #000000;
  display: inline-block;
  padding: 14px 36px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  border: 2px solid #000000;
  text-transform: uppercase;
}
.action .text {
  position: relative;
  left: 0px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.action .fa {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 36px;
  top: 14px;
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.action:hover .text {
  left: -10px;
}
.action:hover .fa {
  right: 10px;
  opacity: 1;
}
.action {
  font-family: "Museo Sans";
}
.grid-tiles {
  display: flex;
  display: -ms-flexbox; /* TWEENER - IE 10 */
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
}
.grid-tiles .tile {
  float: left;
  width: 32%;
  box-sizing: border-box;
  margin: 0 1%;
}
.grid-tiles .tile:nth-of-type(n), .grid-tiles .tile:nth-of-type(1n+1) {
  margin: 2% 1% 0;
  clear: none;
}
.grid-tiles .tile:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}
.grid-tiles .tile:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.grid-tiles .tile:nth-of-type(1) {
  margin-top: 0;
}
.grid-tiles .tile:nth-of-type(2) {
  margin-top: 0;
}
.grid-tiles .tile:nth-of-type(3) {
  margin-top: 0;
}
.grid-tiles .tile:nth-of-type(3n) {
  margin-right: 0;
  position: relative;
}
.grid-tiles .tile:nth-of-type(3n):after {
  clear: both;
}
.grid-tiles .tile:last-of-type {
  margin-bottom: 0;
}
.grid-tiles .tile {
  background: #e7e7e8;
  position: relative;
  padding-bottom: 75px;
  min-height: 650px;
}
.grid-tiles .tile .featured-image {
  height: 315px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-tiles .tile .content {
  padding: 2rem;
}
.grid-tiles .tile .content h2 {
  font-size: 2.188rem;
  font-weight: 900;
  padding: 0;
}
.grid-tiles .tile .content h3 {
  font-size: 1.25rem;
  font-weight: 300;
}
.grid-tiles .tile .content .date {
  font-size: 1rem;
}
.grid-tiles .tile .button {
  position: absolute !important;
  bottom: 1.5rem;
  right: 1.5rem;
}
.grid-tiles .tile:nth-child(2n) {
  background: #404041;
}
.grid-tiles .tile:nth-child(2n) h1, .grid-tiles .tile:nth-child(2n) h2, .grid-tiles .tile:nth-child(2n) h3, .grid-tiles .tile:nth-child(2n) p {
  color: #FFFFFF;
}
.grid-tiles .tile:nth-child(2n) .button {
  position: relative;
  font-size: 20px;
  color: #FFFFFF;
  display: inline-block;
  padding: 14px 36px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  text-transform: uppercase;
  font-family: "Museo Sans";
}
@media all and (max-width: 1200px) {
  .grid-tiles .tile {
    width: 49%;
    box-sizing: border-box;
    margin: 0 1%;
  }
  .grid-tiles .tile:nth-of-type(n), .grid-tiles .tile:nth-of-type(1n+1) {
    margin: 2% 1% 0;
    clear: none;
  }
  .grid-tiles .tile:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .grid-tiles .tile:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .grid-tiles .tile:nth-of-type(1) {
    margin-top: 0;
  }
  .grid-tiles .tile:nth-of-type(2) {
    margin-top: 0;
  }
  .grid-tiles .tile:nth-of-type(2n) {
    margin-right: 0;
    position: relative;
  }
  .grid-tiles .tile:nth-of-type(2n):after {
    clear: both;
  }
  .grid-tiles .tile:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 600px) {
  .grid-tiles .tile {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0;
  }
  .grid-tiles .tile:nth-of-type(n), .grid-tiles .tile:nth-of-type(1n+1) {
    margin: 2% 0 0;
    clear: none;
  }
  .grid-tiles .tile:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .grid-tiles .tile:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .grid-tiles .tile:nth-of-type(1) {
    margin-top: 0;
  }
  .grid-tiles .tile:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .grid-tiles .tile:nth-of-type(1n):after {
    clear: both;
  }
  .grid-tiles .tile:last-of-type {
    margin-bottom: 0;
  }
}
.page-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 25%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-banner h1 {
  font-size: 2.188rem;
  font-weight: 900;
  color: #FFFFFF;
}
.page-banner p {
  color: #FFFFFF;
}
.page-banner--no-image {
  background: #C11A26;
}
.page-banner__inner {
  padding: 30px 5%;
  min-height: 150px;
  max-width: 1200px;
  margin: 0 auto;
}

.featured-panels {
  max-width: 850px;
  margin-top: 25px;
  float: left;
  width: 100%;
}
.featured-panels__heading {
  font-weight: 600;
}
@media all and (max-width: 650px) {
  .featured-panels {
    padding: 0 3%;
  }
}

.featured-panel {
  padding: 40px 0;
  border-bottom: 1px solid #BBBBBB;
}
.featured-panel::after {
  content: "";
  clear: both;
  display: block;
}
.featured-panel {
  text-align: center;
}
@media all and (max-width: 650px) {
  .featured-panel {
    padding: 25px 0;
  }
}
.featured-panel:last-of-type {
  border-bottom: none;
}
.featured-panel .featured-panel__image {
  float: left;
  width: 28%;
  margin-right: 6%;
}
@media all and (max-width: 650px) {
  .featured-panel .featured-panel__image {
    display: inline-block;
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.featured-panel .featured-panel__image img {
  height: auto;
  max-width: 100%;
}
.featured-panel .featured-panel__text {
  float: left;
  width: 66%;
  text-align: left;
}
@media all and (max-width: 650px) {
  .featured-panel .featured-panel__text {
    clear: both;
    width: 100%;
  }
}
.featured-panel .featured-panel__text--no-image {
  width: 100%;
}

/**
 * Page-specific
 *
 * These should match the class of said page (ie HomePage = homepage, Contact = contact)
 **/
/**
 * HOMEPAGE
 **/
.homepage .content-panels {
  overflow: hidden;
}
.homepage .content-panels .square {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.homepage .content-panels .square .square-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.homepage .content-panels .half {
  width: 50%;
  box-sizing: border-box;
  margin: 0 0;
}
.homepage .content-panels .half:nth-of-type(n), .homepage .content-panels .half:nth-of-type(1n+1) {
  margin: 0 0 0;
  clear: none;
}
.homepage .content-panels .half:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
.homepage .content-panels .half:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.homepage .content-panels .half:nth-of-type(1) {
  margin-top: 0;
}
.homepage .content-panels .half:nth-of-type(2) {
  margin-top: 0;
}
.homepage .content-panels .half:nth-of-type(2n) {
  margin-right: 0;
  position: relative;
}
.homepage .content-panels .half:nth-of-type(2n):after {
  clear: both;
}
.homepage .content-panels .half:last-of-type {
  margin-bottom: 0;
}
.homepage .content-panels .half {
  float: left;
}
.homepage .content-panels .half .square.content .square-inner {
  color: #FFFFFF;
  text-align: center;
  padding: 80px 120px;
  box-sizing: border-box;
  background-color: #C11A26;
}
.homepage .content-panels .half .square.content .square-inner img {
  padding-bottom: 3em;
}
.homepage .content-panels .half .square.content .square-inner h1 {
  font-weight: 900;
  font-size: 40px;
  padding-bottom: 0.5em;
}
.homepage .content-panels .half .square.content .square-inner p {
  font-size: 1.125rem;
}
.homepage .content-panels .half .square.image .square-inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.homepage .image-slider {
  position: relative;
  margin-bottom: -4px;
}
.homepage .image-slider .image-slide {
  position: relative;
  height: 0;
  padding-bottom: 45%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.homepage .image-slider .slick-dots {
  bottom: 15px;
}
.homepage .image-slider .slick-dots li {
  margin: 0 9px;
  width: 25px;
  height: 25px;
}
.homepage .image-slider .slick-dots button {
  width: 25px;
  height: 25px;
}
.homepage .image-slider .slick-dots button::before {
  font-size: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: white;
}
.homepage .image-slider .slick-arrow {
  z-index: 1;
  width: 35px;
  height: 35px;
}
.homepage .image-slider .slick-arrow::before {
  font-size: 35px;
}
.homepage .image-slider .slick-prev {
  left: 25px;
}
.homepage .image-slider .slick-prev:hover {
  opacity: 0.5;
}
.homepage .image-slider .slick-next {
  right: 25px;
}
.homepage .image-slider .slick-next:hover {
  opacity: 0.5;
}
.homepage .video-area {
  position: relative;
  background-color: #404041;
}
.homepage .video-area::after {
  content: "";
  clear: both;
  display: block;
}
.homepage .video-area {
  margin-bottom: -4px;
}
.homepage .video-area--no-content {
  text-align: center;
}
.homepage .video-area .video-wrapper {
  float: left;
  width: 50%;
}
@media all and (max-width: 800px) {
  .homepage .video-area .video-wrapper {
    width: 100%;
  }
}
.homepage .video-area .video-wrapper--no-content {
  float: none;
  width: 100%;
  max-width: 800px;
  display: inline-block;
}
.homepage .video-area .video-wrapper .video-holder {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.homepage .video-area .video-wrapper .video-holder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.homepage .video-area .video-content-wrapper {
  float: left;
  width: 50%;
  position: relative;
  padding-bottom: 28.125%;
  height: 0;
  overflow: hidden;
}
@media all and (max-width: 800px) {
  .homepage .video-area .video-content-wrapper {
    width: 100%;
    padding-bottom: 0;
    height: auto;
    overflow: visible;
  }
}
.homepage .video-area .video-content-holder {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-5%, -50%);
}
@media all and (max-width: 800px) {
  .homepage .video-area .video-content-holder {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.homepage .video-area .video-content {
  color: #FFFFFF;
  padding: 3% 6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 800px) {
  .homepage .video-area .video-content {
    padding: 7% 6%;
    width: 100%;
  }
}

@media all and (max-width: 1200px) {
  .homepage .content-panels .half .square.content .square-inner {
    padding: 80px 50px 50px;
  }
}
@media all and (max-width: 1100px) {
  .homepage .content-panels .half .square.content .square-inner {
    padding: 50px 30px;
  }
  .homepage .content-panels .half .square.content .square-inner .sub-title {
    font-size: 20px;
    padding-top: 10px;
  }
  .homepage .content-panels .half .square.content .square-inner h1 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 1000px) {
  .homepage .content-panels .half .square.content .square-inner h1 {
    font-size: 2rem;
  }
}
@media all and (max-width: 960px) {
  .homepage .content-panels .half .square.content .square-inner img {
    width: 45px;
    height: auto;
  }
  .homepage .content-panels .half .square.content .square-inner h1 {
    font-size: 2rem;
  }
  .homepage .content-panels .half .square.content .square-inner p {
    font-size: 15px;
  }
}
@media all and (max-width: 850px) {
  .homepage .content-panels .half .square.content .square-inner h1 {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 800px) {
  .homepage .inner {
    padding: 0;
  }
  .homepage .content-panels .half {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0;
  }
  .homepage .content-panels .half:nth-of-type(n), .homepage .content-panels .half:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .homepage .content-panels .half:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .homepage .content-panels .half:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .homepage .content-panels .half:nth-of-type(1) {
    margin-top: 0;
  }
  .homepage .content-panels .half:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .homepage .content-panels .half:nth-of-type(1n):after {
    clear: both;
  }
  .homepage .content-panels .half:last-of-type {
    margin-bottom: 0;
  }
  .homepage .content-panels .half .square.content .square-inner {
    padding: 120px;
  }
  .homepage .content-panels .half .square.content .square-inner .sub-title {
    font-size: 25px;
    padding-top: 20px;
  }
  .homepage .content-panels .half .square.content .square-inner img {
    width: auto;
  }
  .homepage .content-panels .half .square.content .square-inner h1 {
    font-size: 40px;
  }
  .homepage .content-panels .half .square.content .square-inner p {
    font-size: 18px;
  }
  .homepage .promos .promo-item {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0;
  }
  .homepage .promos .promo-item:nth-of-type(n), .homepage .promos .promo-item:nth-of-type(1n+1) {
    margin: 0 0 0;
    clear: none;
  }
  .homepage .promos .promo-item:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .homepage .promos .promo-item:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .homepage .promos .promo-item:nth-of-type(1) {
    margin-top: 0;
  }
  .homepage .promos .promo-item:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .homepage .promos .promo-item:nth-of-type(1n):after {
    clear: both;
  }
  .homepage .promos .promo-item:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 600px) {
  .homepage {
    position: relative;
  }
  .homepage .slider .slide.no-pad {
    padding: 0;
  }
  .homepage .slider .slide .slider-text-container h2 {
    font-size: 1.5rem;
  }
  .homepage .slider .slide .slider-text-container p {
    font-size: 0.9rem;
    padding-right: 0;
  }
  .homepage .content-panels .half .square.content .square-inner {
    padding: 80px;
  }
  .homepage .content-panels .half .square.content .square-inner p {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 500px) {
  .homepage .slider .slide .slider-text-container {
    padding: 1em 2em;
  }
  .homepage .slider .slide .slider-text-container .slider-text-content {
    padding: 0.5rem 0;
  }
  .homepage .content-panels .half .square.content .square-inner {
    padding: 50px;
  }
  .homepage .content-panels .half .square.content .square-inner .featured-content {
    padding-top: 4em;
  }
  .homepage .content-panels .half .square.content .square-inner h1 {
    font-size: 1.2rem;
  }
  .homepage .content-panels .half .square.content .square-inner img {
    width: 50px;
  }
}
@media all and (max-width: 380px) {
  .homepage .slider .slide .slider-text-container {
    position: unset;
  }
  .homepage .slider .slide .slider-text-container .button {
    padding: 14px 30px;
  }
  .homepage .content-panels .half .square.content .square-inner {
    padding: 10px;
  }
  .homepage .content-panels .half .square.content .square-inner .sub-title {
    font-size: 0.9rem;
  }
  .homepage .content-panels .half .square.content .square-inner .featured-content {
    padding-bottom: 2em;
  }
  .homepage .content-panels .half .square.content .square-inner h1 {
    font-size: 1rem;
  }
  .homepage .content-panels .half .square.content .square-inner img {
    width: 30px;
    padding-bottom: 1em;
  }
  .homepage .content-panels .half .square.content .square-inner p {
    font-size: 0.8rem;
  }
}
/**
 * LOCATIONS
 **/
.locations-page .content {
  width: 40%;
  padding-right: 20px;
  box-sizing: border-box;
  float: left;
}
.locations-page .content.stores {
  clear: left;
}
.locations-page .content h1 {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 !important;
}
.locations-page .content .owner-details img {
  max-width: 100%;
  height: auto;
}
.locations-page .content ul.locations-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.locations-page .content ul.locations-list li {
  border-bottom: 2px solid #404041;
}
.locations-page .content ul.locations-list li a {
  color: #404041;
  border: none;
  font-size: 1.5rem;
  padding: 2rem 0 0.5rem;
  display: block;
  position: relative;
}
.locations-page .content ul.locations-list li a .title {
  vertical-align: sub;
}
.locations-page .content ul.locations-list li a .button {
  float: right;
}
.locations-page .map {
  width: 60%;
  padding-left: 20px;
  float: right;
  box-sizing: border-box;
}
.locations-page .map .square {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.locations-page .map .square .square-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.locations-page .map .square {
  background: #e7e7e8;
}

@media all and (max-width: 800px) {
  .locations-page .inner {
    padding: 0;
  }
  .locations-page .content {
    width: 100%;
    padding: 0 1.5rem;
    margin-bottom: 2rem;
  }
  .locations-page .map {
    width: 100%;
    padding: 0;
  }
  .locations-page.all .map {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 350px) {
  .locations-page .content ul.locations-list li {
    text-align: center;
  }
  .locations-page .content ul.locations-list li a {
    padding: 1rem 0 0.5rem;
  }
  .locations-page .content ul.locations-list li a .button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 14px 16px;
    float: none;
  }
}
/**
 * RANGES
 */
.ranges .grid-tiles .tile {
  padding-bottom: 0;
  margin-bottom: 2em;
  min-height: auto;
}
.ranges .grid-tiles .tile.has-readmore {
  padding-bottom: 75px;
}
.ranges .grid-tiles .tile .content h1 {
  font-size: 2.188rem;
}
.ranges .grid-tiles .tile .content h2 {
  font-size: 1.25rem;
  font-weight: 300;
}
.ranges .grid-tiles .tile .content .disclaimer-text {
  font-size: 0.625rem;
  font-weight: 300;
  font-style: italic;
}

@media all and (max-width: 600px) {
  .ranges .inner {
    padding: 0;
  }
}
/**
 * NEWS
 */
.news .grid-tiles .tile .content .date {
  font-size: 0.9rem;
}

@media all and (max-width: 600px) {
  .news .inner {
    padding: 0;
  }
}
/**
 * DOCUMENTS
 **/
.documents .tiles {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox; /* IE 10 */
  -ms-flex-wrap: wrap; /* IE 10 */
  clear: left;
}
.documents .tiles .document-tile {
  display: block;
  float: left;
  width: 22%;
  box-sizing: border-box;
  margin: 0 2%;
}
.documents .tiles .document-tile:nth-of-type(n), .documents .tiles .document-tile:nth-of-type(1n+1) {
  margin: 4% 2% 0;
  clear: none;
}
.documents .tiles .document-tile:nth-of-type(4n+1) {
  margin-left: 0;
  clear: both;
}
.documents .tiles .document-tile:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.documents .tiles .document-tile:nth-of-type(1) {
  margin-top: 0;
}
.documents .tiles .document-tile:nth-of-type(2) {
  margin-top: 0;
}
.documents .tiles .document-tile:nth-of-type(3) {
  margin-top: 0;
}
.documents .tiles .document-tile:nth-of-type(4) {
  margin-top: 0;
}
.documents .tiles .document-tile:nth-of-type(4n) {
  margin-right: 0;
  position: relative;
}
.documents .tiles .document-tile:nth-of-type(4n):after {
  clear: both;
}
.documents .tiles .document-tile:last-of-type {
  margin-bottom: 0;
}
.documents .tiles .document-tile {
  background: #e7e7e8;
  text-align: center;
  color: #000000;
  border: none;
  margin-bottom: 2em !important;
}
.documents .tiles .document-tile h3 {
  font-size: 1.25rem;
  font-weight: 900;
  padding-bottom: 1em;
}
.documents .tiles .document-tile .liner {
  padding: 2rem;
}
.documents .tiles .document-tile .liner img {
  max-width: 100%;
  height: auto;
}
.documents .tiles .document-tile .button {
  margin-top: 1em;
}

@media all and (max-width: 1200px) {
  .documents .tiles .document-tile {
    width: 30.6666666667%;
    box-sizing: border-box;
    margin: 0 2%;
  }
  .documents .tiles .document-tile:nth-of-type(n), .documents .tiles .document-tile:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .documents .tiles .document-tile:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
  .documents .tiles .document-tile:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .documents .tiles .document-tile:nth-of-type(1) {
    margin-top: 0;
  }
  .documents .tiles .document-tile:nth-of-type(2) {
    margin-top: 0;
  }
  .documents .tiles .document-tile:nth-of-type(3) {
    margin-top: 0;
  }
  .documents .tiles .document-tile:nth-of-type(3n) {
    margin-right: 0;
    position: relative;
  }
  .documents .tiles .document-tile:nth-of-type(3n):after {
    clear: both;
  }
  .documents .tiles .document-tile:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 800px) {
  .documents .content {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 1rem;
  }
  .documents .content:first-of-type {
    padding-left: 0;
  }
  .documents .content:last-of-type {
    padding-right: 0;
  }
  .documents .tiles .document-tile {
    width: 48%;
    box-sizing: border-box;
    margin: 0 2%;
  }
  .documents .tiles .document-tile:nth-of-type(n), .documents .tiles .document-tile:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .documents .tiles .document-tile:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .documents .tiles .document-tile:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .documents .tiles .document-tile:nth-of-type(1) {
    margin-top: 0;
  }
  .documents .tiles .document-tile:nth-of-type(2) {
    margin-top: 0;
  }
  .documents .tiles .document-tile:nth-of-type(2n) {
    margin-right: 0;
    position: relative;
  }
  .documents .tiles .document-tile:nth-of-type(2n):after {
    clear: both;
  }
  .documents .tiles .document-tile:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 600px) {
  .documents .tiles {
    padding: 0 1.5rem 1.5rem;
  }
}
@media all and (max-width: 550px) {
  .documents .tiles .document-tile {
    width: 100%;
    box-sizing: border-box;
    margin: 0 2%;
  }
  .documents .tiles .document-tile:nth-of-type(n), .documents .tiles .document-tile:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .documents .tiles .document-tile:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .documents .tiles .document-tile:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .documents .tiles .document-tile:nth-of-type(1) {
    margin-top: 0;
  }
  .documents .tiles .document-tile:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .documents .tiles .document-tile:nth-of-type(1n):after {
    clear: both;
  }
  .documents .tiles .document-tile:last-of-type {
    margin-bottom: 0;
  }
}
/**
 * CATALOGUE PAGE
 **/
.cataloguepage {
  height: 100%;
}
.cataloguepage iframe {
  height: 100% !important;
}

.Catalogue .burglar-container {
  display: none;
}

/**
 * catalogues
 **/
.catalogues .tiles {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox; /* IE 10 */
  -ms-flex-wrap: wrap; /* IE 10 */
  clear: left;
}
.catalogues .tiles .catalogue-tile {
  display: block;
  float: left;
  width: 22%;
  box-sizing: border-box;
  margin: 0 2%;
}
.catalogues .tiles .catalogue-tile:nth-of-type(n), .catalogues .tiles .catalogue-tile:nth-of-type(1n+1) {
  margin: 4% 2% 0;
  clear: none;
}
.catalogues .tiles .catalogue-tile:nth-of-type(4n+1) {
  margin-left: 0;
  clear: both;
}
.catalogues .tiles .catalogue-tile:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.catalogues .tiles .catalogue-tile:nth-of-type(1) {
  margin-top: 0;
}
.catalogues .tiles .catalogue-tile:nth-of-type(2) {
  margin-top: 0;
}
.catalogues .tiles .catalogue-tile:nth-of-type(3) {
  margin-top: 0;
}
.catalogues .tiles .catalogue-tile:nth-of-type(4) {
  margin-top: 0;
}
.catalogues .tiles .catalogue-tile:nth-of-type(4n) {
  margin-right: 0;
  position: relative;
}
.catalogues .tiles .catalogue-tile:nth-of-type(4n):after {
  clear: both;
}
.catalogues .tiles .catalogue-tile:last-of-type {
  margin-bottom: 0;
}
.catalogues .tiles .catalogue-tile {
  background: #e7e7e8;
  text-align: center;
  color: #000000;
  border: none;
  margin-bottom: 2em !important;
}
.catalogues .tiles .catalogue-tile h3 {
  font-size: 1.25rem;
  font-weight: 900;
  padding-bottom: 1em;
}
.catalogues .tiles .catalogue-tile .liner {
  padding: 2rem;
}
.catalogues .tiles .catalogue-tile .liner img {
  max-width: 100%;
  height: auto;
}
.catalogues .tiles .catalogue-tile .button {
  margin-top: 1em;
}

@media all and (max-width: 1200px) {
  .catalogues .tiles .catalogue-tile {
    width: 30.6666666667%;
    box-sizing: border-box;
    margin: 0 2%;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(n), .catalogues .tiles .catalogue-tile:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
  .catalogues .tiles .catalogue-tile:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(1) {
    margin-top: 0;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(2) {
    margin-top: 0;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(3) {
    margin-top: 0;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(3n) {
    margin-right: 0;
    position: relative;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(3n):after {
    clear: both;
  }
  .catalogues .tiles .catalogue-tile:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 800px) {
  .catalogues .content {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 1rem;
  }
  .catalogues .content:first-of-type {
    padding-left: 0;
  }
  .catalogues .content:last-of-type {
    padding-right: 0;
  }
  .catalogues .tiles .catalogue-tile {
    width: 48%;
    box-sizing: border-box;
    margin: 0 2%;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(n), .catalogues .tiles .catalogue-tile:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .catalogues .tiles .catalogue-tile:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(1) {
    margin-top: 0;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(2) {
    margin-top: 0;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(2n) {
    margin-right: 0;
    position: relative;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(2n):after {
    clear: both;
  }
  .catalogues .tiles .catalogue-tile:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (max-width: 600px) {
  .catalogues .tiles {
    padding: 0 1.5rem 1.5rem;
  }
}
@media all and (max-width: 550px) {
  .catalogues .tiles .catalogue-tile {
    width: 100%;
    box-sizing: border-box;
    margin: 0 2%;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(n), .catalogues .tiles .catalogue-tile:nth-of-type(1n+1) {
    margin: 4% 2% 0;
    clear: none;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .catalogues .tiles .catalogue-tile:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(1) {
    margin-top: 0;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .catalogues .tiles .catalogue-tile:nth-of-type(1n):after {
    clear: both;
  }
  .catalogues .tiles .catalogue-tile:last-of-type {
    margin-bottom: 0;
  }
}
/**
 * BOOKLET IFRAME PAGE
 **/
.booklet-iframe-page {
  height: 100%;
}
.booklet-iframe-page iframe {
  height: 100% !important;
}

.BookletIframePage .burglar-container {
  display: none;
}

/**
 * LANDING PAGE
 **/
.articles-grid::after {
  content: "";
  clear: both;
  display: block;
}
.articles-grid {
  text-align: center;
  margin-top: 25px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media all and (max-width: 600px) {
  .articles-grid {
    padding: 0 3%;
  }
}
.articles-grid__item {
  width: 48%;
  box-sizing: border-box;
  margin: 0 2%;
}
.articles-grid__item:nth-of-type(n), .articles-grid__item:nth-of-type(1n+1) {
  margin: 4% 2% 0;
  clear: none;
}
.articles-grid__item:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
.articles-grid__item:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.articles-grid__item:nth-of-type(1) {
  margin-top: 0;
}
.articles-grid__item:nth-of-type(2) {
  margin-top: 0;
}
.articles-grid__item:nth-of-type(2n) {
  margin-right: 0;
  position: relative;
}
.articles-grid__item:nth-of-type(2n):after {
  clear: both;
}
.articles-grid__item:last-of-type {
  margin-bottom: 0;
}
.articles-grid__item {
  float: left;
  overflow: hidden;
  min-height: 500px;
  position: relative;
}
.articles-grid__item.narrow {
  width: 32%;
}
.articles-grid__item.wide {
  width: 64%;
}
.articles-grid__item:hover .articles-grid__item__image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.articles-grid__item--odd:last-of-type {
  width: 64%;
  float: none;
  display: inline-block;
  margin-top: 4%;
  margin: 4% auto 0;
}
@media all and (max-width: 900px) {
  .articles-grid__item.narrow, .articles-grid__item.wide {
    width: 100%;
  }
  .articles-grid__item {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0;
  }
  .articles-grid__item:nth-of-type(n), .articles-grid__item:nth-of-type(1n+1) {
    margin: 12% 0 0;
    clear: none;
  }
  .articles-grid__item:nth-of-type(1n+1) {
    margin-left: 0;
    clear: both;
  }
  .articles-grid__item:first-of-type {
    margin-top: 0;
    margin-left: 0;
  }
  .articles-grid__item:nth-of-type(1) {
    margin-top: 0;
  }
  .articles-grid__item:nth-of-type(1n) {
    margin-right: 0;
    position: relative;
  }
  .articles-grid__item:nth-of-type(1n):after {
    clear: both;
  }
  .articles-grid__item:last-of-type {
    margin-bottom: 0;
  }
}
.articles-grid__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  color: #000000 !important;
}
.articles-grid__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: 500ms -webkit-transform ease-out;
  transition: 500ms -webkit-transform ease-out;
  transition: 500ms transform ease-out;
  transition: 500ms transform ease-out, 500ms -webkit-transform ease-out;
}
.articles-grid__item__title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  min-height: 107px;
  box-sizing: border-box;
  padding: 20px 30px;
  width: 100%;
  background: #404041;
  text-align: left;
}
.articles-grid__item__title-wrapper--red {
  background: #C11A26;
}
.articles-grid__item__title-wrapper--orange {
  background: #FAA61A;
}
.articles-grid__item__title-wrapper--light-grey {
  background: #e7e7e8;
  color: #000000;
}
.articles-grid__item__title-wrapper--grey {
  background: #404041;
}

/**
 * Responsive-specific
 *
 * This file should be included last!
 **/

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