/* 
 * Picker v3.1.2 - 2014-11-25 
 * A jQuery plugin for replacing default checkboxes and radios. Part of the formstone library. 
 * http://formstone.it/picker/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */

.picker-element{opacity:0;position:absolute;-webkit-transition:none;transition:none;z-index:-1}.no-touch .picker-element{left:-99999px}.picker{cursor:pointer;margin:0 0 10px 0;overflow:hidden}.picker .picker-label{color:#888;cursor:pointer;display:block;float:left;font-size:14px;line-height:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.picker .picker-handle{border:1px solid #ccc;display:block;float:left;height:16px;margin:0 5px 0 0;width:16px}.no-touch .picker:hover .picker-label{color:#555}.no-touch .picker:hover .picker-handle{border-color:#aaa}.picker.focus .picker-label{color:#555}.picker.focus .picker-handle{border-color:#aaa}.picker.picker-radio .picker-handle{border-radius:8px}.picker.picker-radio .picker-flag{background:#fff;border-radius:4px;display:block;height:8px;margin:3px;width:8px}.picker.picker-radio.focus .picker-flag{background:#ddd}.picker.picker-radio.checked .picker-flag{background:#999}.no-touch .picker.picker-radio:hover .picker-flag{background:#ddd}.no-touch .picker.picker-radio.disabled:hover .picker-flag{background:#fff}.picker.picker-checkbox .picker-handle{border-radius:3px}.picker.picker-checkbox .picker-flag{background:#fff;border-radius:2px;display:block;height:100%;margin:0;width:100%}.picker.picker-checkbox.checked .picker-flag{background:#fff url(jquery.fs.picker-icon.png) no-repeat center}.picker.picker-toggle{padding:20px 0 0;position:relative}.picker.picker-toggle .picker-toggle-label{color:#999;font-size:12px;position:absolute;text-transform:uppercase;top:0}.picker.picker-toggle .picker-toggle-label.on{left:0}.picker.picker-toggle .picker-toggle-label.off{color:#333;right:0}.picker.picker-toggle .picker-label{display:none}.picker.picker-toggle .picker-handle{border-radius:3px;height:20px;position:relative;width:100%}.picker.picker-toggle .picker-flag{background:#666;border-radius:2px;display:block;height:100%;left:50%;margin:0;position:absolute;top:0;width:50%;-webkit-transition:left .1s linear;transition:left .1s linear}.picker.picker-toggle.checked .picker-toggle-label.on{color:#333}.picker.picker-toggle.checked .picker-toggle-label.off{color:#999}.picker.picker-toggle.checked .picker-flag{background:#666;left:0}.picker.disabled{cursor:default;opacity:.5}.picker.disabled .picker-label,.picker.disabled .picker-handle{cursor:default}.no-touch .picker.disabled:hover .picker-label{color:#888}.no-touch .picker.disabled:hover .picker-handle{border-color:#ccc}.selecter{position:relative;display:block;margin:0;z-index:1;border-radius:4px}.selecter:focus{box-shadow:none;outline:0}.selecter,.selecter *{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.selecter,.selecter *,.selecter :before,.selecter :after{box-sizing:border-box}.selecter-element{width:100%;height:100%;position:absolute;left:0;opacity:0;z-index:-1}.selecter-element,.selecter-element:focus{outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent}.no-opacity .selecter-element{left:-999999px}.selecter-selected{position:relative;background:#fff;border:1px solid #ccc;color:#222;cursor:pointer;display:block;margin:0;overflow:hidden;text-overflow:clip;z-index:2;border-radius:4px;font-size:inherit}.selecter-selected:after{height:0;width:0;position:absolute;top:0;right:15px;bottom:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #ccc;content:'';display:block;margin:auto 0}.no-touch .selecter-selected:hover{color:#333}.no-touch .selecter.disabled .selecter-selected:hover{color:#ccc}.selecter-options{width:100%;max-height:260px;position:absolute;top:100%;left:0;border:1px solid #ccc;border-width:0 1px 1px;background-color:#fff;display:none;margin:0;overflow:auto;overflow-x:hidden;padding:0;z-index:50;border-radius:0 0 3px 3px;box-shadow:0 1px 4px rgba(0,0,0,.15)}.selecter-options.scroller{position:absolute}.no-opacity .selecter-options{width:auto}.selecter-group{border-bottom:1px solid #ccc;color:#999;display:block;font-size:11px;padding:10px 15px;text-transform:uppercase}.selecter-item{width:100%;background:#fff;border-bottom:1px solid #ccc;color:#222;cursor:pointer;display:block;font-size:inherit;margin:0;overflow:hidden;padding:10px 15px;text-decoration:none;text-overflow:ellipsis}.selecter-item.placeholder{display:none}.selecter-item.selected{background:#eee}.selecter-item.disabled{color:#999;cursor:default}.selecter-item:first-child{border-radius:0}.selecter-item:last-child{border-bottom:0;border-radius:0 0 2px 2px}.no-touch .selecter-item:hover,.no-touch .selecter-item.selected:hover{color:#333;background-color:#f9f9f9}.selecter-item.disabled,.no-touch .selecter-item.disabled:hover{color:#ccc;background-color:#fff}.selecter.open{z-index:3}.selecter.open .selecter-selected{z-index:51;border-radius:3px 3px 0 0}.selecter.open .selecter-selected,.selecter.focus .selecter-selected{background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.1)}.selecter.cover .selecter-options{border-width:1px;top:0;border-radius:3px}.selecter.cover .selecter-options .selecter-item.first{border-radius:3px 3px 0 0}.selecter.cover.open .selecter-selected{z-index:49;border-radius:3px 3px 0 0}.selecter.bottom .selecter-options{top:auto;border-width:1px 1px 0}.selecter.bottom .selecter-item:last-child{border:none}.selecter.bottom.open .selecter-selected{border-radius:0 0 3px 3px}.selecter.bottom.open .selecter-options{border-radius:3px 3px 0 0}.selecter.bottom .cover .selecter-options{top:auto;bottom:0}.selecter.bottom .cover.open .selecter-selected{border-radius:3px}.selecter.bottom .cover.open .selecter-options{border-radius:3px}.selecter.multiple .selecter-options{width:100%;position:static;border-width:1px;display:block;border-radius:3px;box-shadow:none}.selecter.disabled .selecter-selected{background:#fff;border-color:#ccc;color:#ccc;cursor:default}.selecter.disabled .selecter-options{background:#fff;border-color:#ccc}.selecter.disabled .selecter-group,.selecter.disabled .selecter-item{border-color:#ccc;color:#ccc;cursor:default}.selecter.disabled .selecter-item.selected,.no-touch .selecter.disabled .selecter-item.selected:hover{background:#fafafa}.selecter.disabled .selecter-item,.no-touch .selecter.disabled .selecter-item:hover{color:#ccc;background-color:#fff}.selecter-options.scroller{overflow:hidden}.selecter-options.scroller .scroller-content{max-height:260px;padding:0}@media screen and (max-width:740px){.selecter{max-width:40%}}@media screen and (max-width:500px){.selecter{max-width:100%}}@charset "UTF-8";
/**
 * 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("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../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: .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: .14285714em;
  text-align: center; }

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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"; }

/**
 * Global
 *
 * Styles and mixins that are used throughout the website. Keep things logically
 * separated into concern-based filenames (ie typography, forms, etc).
 * The order of these includes is important.
 **/
html {
  box-sizing: border-box; }

*,
:before,
:after {
  box-sizing: inherit; }

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

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td,
th {
  padding: 0; }

/**
 * Colours
 **/
/**
 * Map names to colours
 * @type {[type]}
 */
.black-text {
  color: #000000 !important; }

.black-bg {
  background-color: #000000 !important; }
  .black-bg.semi-trans {
    background-color: rgba(0, 0, 0, 0.95) !important; }
  .black-bg .darken {
    background-color: black !important; }

.white-text {
  color: #FFFFFF !important; }

.white-bg {
  background-color: #FFFFFF !important; }
  .white-bg.semi-trans {
    background-color: rgba(255, 255, 255, 0.95) !important; }
  .white-bg .darken {
    background-color: #f2f2f2 !important; }

.grey-text {
  color: #BBBBBB !important; }

.grey-bg {
  background-color: #BBBBBB !important; }
  .grey-bg.semi-trans {
    background-color: rgba(187, 187, 187, 0.95) !important; }
  .grey-bg .darken {
    background-color: #aeaeae !important; }

.light_grey-text {
  color: #EEEEEE !important; }

.light_grey-bg {
  background-color: #EEEEEE !important; }
  .light_grey-bg.semi-trans {
    background-color: rgba(238, 238, 238, 0.95) !important; }
  .light_grey-bg .darken {
    background-color: #e1e1e1 !important; }

.blue-text {
  color: #06b8e4 !important; }

.blue-bg {
  background-color: #06b8e4 !important; }
  .blue-bg.semi-trans {
    background-color: rgba(6, 184, 228, 0.95) !important; }
  .blue-bg .darken {
    background-color: #05a4cb !important; }

.orange-text {
  color: #ffa619 !important; }

.orange-bg {
  background-color: #ffa619 !important; }
  .orange-bg.semi-trans {
    background-color: rgba(255, 166, 25, 0.95) !important; }
  .orange-bg .darken {
    background-color: #ff9c00 !important; }

.green-text {
  color: #69bd45 !important; }

.green-bg {
  background-color: #69bd45 !important; }
  .green-bg.semi-trans {
    background-color: rgba(105, 189, 69, 0.95) !important; }
  .green-bg .darken {
    background-color: #5eac3d !important; }

.yellow-text {
  color: #ffd02c !important; }

.yellow-bg {
  background-color: #ffd02c !important; }
  .yellow-bg.semi-trans {
    background-color: rgba(255, 208, 44, 0.95) !important; }
  .yellow-bg .darken {
    background-color: #ffca13 !important; }

.red-text {
  color: #fb4540 !important; }

.red-bg {
  background-color: #fb4540 !important; }
  .red-bg.semi-trans {
    background-color: rgba(251, 69, 64, 0.95) !important; }
  .red-bg .darken {
    background-color: #fa2d27 !important; }

/**
 * Retrieve colour from $colours map
 * @param  {string} $key [name of colour, as defined in $colours map]
 * @return hex colour
 */
/**
 * [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 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)
 **/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0; }

.container .container {
  width: 100%;
  max-width: none; }

.container.fw {
  width: 100%;
  max-width: inherit; }

.container .column,
.container .columns {
  float: left;
  width: 100%;
  box-sizing: border-box; }

.row {
  margin-bottom: 2rem; }

.row .column:first-child,
.row .columns:first-child {
  margin-left: 0; }

.wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px; }

.wrap-l {
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px; }

.wrap-s {
  max-width: 560px;
  margin: 0 auto;
  padding: 20px; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

/* #Misc
================================================== */
.col {
  float: left; }

.col.omega {
  width: 33.333333333333333%; }

.col.alpha {
  width: 66.666666667%; }

.col.beta {
  width: 33.3333333333%; }

.col.sigma {
  width: 50%; }

.remove-bottom {
  margin-bottom: 0 !important; }

.half-bottom {
  margin-bottom: 10px !important; }

.add-bottom {
  margin-bottom: 20px !important; }

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container .column,
  .container .columns {
    margin-left: 4%; }
  .container .one.column,
  .container .one.columns {
    width: 4.66666666667%; }
  .container .two.columns {
    width: 13.3333333333%; }
  .container .three.columns {
    width: 22%; }
  .container .four.columns {
    width: 30.6666666667%; }
  .container .five.columns {
    width: 39.3333333333%; }
  .container .six.columns {
    width: 48%; }
  .container .seven.columns {
    width: 56.6666666667%; }
  .container .eight.columns {
    width: 65.3333333333%; }
  .container .nine.columns {
    width: 74.0%; }
  .container .ten.columns {
    width: 82.6666666667%; }
  .container .eleven.columns {
    width: 91.3333333333%; }
  .container .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .container .one-third.column {
    width: 30.6666666667%; }
  .container .two-thirds.column {
    width: 65.3333333333%; }
  .container .one-half.column {
    width: 48%; }
  /* Offsets */
  .container .row .offset-by-one {
    margin-left: 8.66666666667%; }
  .container .row .offset-by-two {
    margin-left: 17.3333333333%; }
  .container .row .offset-by-three {
    margin-left: 26%; }
  .container .row .offset-by-four {
    margin-left: 34.6666666667%; }
  .container .row .offset-by-five {
    margin-left: 43.3333333333%; }
  .container .row .offset-by-six {
    margin-left: 52%; }
  .container .row .offset-by-seven {
    margin-left: 60.6666666667%; }
  .container .row .offset-by-eight {
    margin-left: 69.3333333333%; }
  .container .row .offset-by-nine {
    margin-left: 78.0%; }
  .container .row .offset-by-ten {
    margin-left: 86.6666666667%; }
  .container .row .offset-by-eleven {
    margin-left: 95.3333333333%; }
  .container .row .offset-by-one-third {
    margin-left: 34.6666666667%; }
  .container .row .offset-by-two-thirds {
    margin-left: 69.3333333333%; }
  .container .row .offset-by-one-half {
    margin-left: 52%; } }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.75em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-family: "futura-pt", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  overflow-x: hidden; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: 'Playfair Display', Georgia, serif; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

h6.subheader {
  font-weight: 500;
  font-size: 1.9rem;
  color: #65767e;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "futura-pt", "Open Sans", Arial, sans-serif; }

h6.subheader.smaller {
  font-size: 1.7rem; }

.sans {
  font-family: "futura-pt", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em; }

.ucase {
  text-transform: uppercase; }

.lspace {
  letter-spacing: 3px; }

.yellow-txt {
  color: #feb600; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 3.0rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

p {
  margin-top: 0; }

strong {
  font-weight: 700; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #799199;
  text-decoration: none; }

a:hover {
  color: #89a4ae; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.button {
  margin-right: 10px; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  background-color: transparent;
  color: #555;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #bbb;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 1.9rem;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  border-color: #888;
  color: #333;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  border-color: #33C3F0;
  background-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background-color: #1EAEDB;
  border-color: #1EAEDB;
  color: #FFF; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
textarea,
select {
  border: 1px solid #D1D1D1;
  height: 36px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  border-radius: 4px;
  box-shadow: none;
  background: #fff; }

/* Removes awkard default styles on some inputs */
input[type="email"],
input[type="search"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  font-weight: 600;
  margin-bottom: .5rem; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem; }

select, .selecter-selected {
  padding: 6px 8px;
  display: inline-block; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  margin-top: 0;
  padding-left: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

blockquote {
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  border-left: 3px solid #ffb600;
  margin: 0;
  padding-left: 30px; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  white-space: nowrap; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
form,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

p {
  margin-top: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 4.5rem;
  border-width: 0;
  border-top: 3px solid #ffb600;
  width: 50px; }

img {
  max-width: 100%; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

body a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }

/* this sets the highlight color when links are tapped on Safari (browser) on iPhone */
::-webkit-selection,
::selection,
::-moz-selection {
  /* Applies style to highlighted portion of a page */
  background: #ffb600 !important;
  color: #fff;
  text-shadow: none; }

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
  text-align: left; }

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

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

/* IMAGES
-------------------------------------------- */
.typography img {
  height: auto;
  /* resets the image height so that it maintains its aspect ratio when width is set */
  background: transparent url(../images/ajax-loader.gif) no-repeat center center; }

.typography img.left, .typography img[style="float: left;"] {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0; }

.typography img.right, .typography img[style="float: right;"] {
  float: right;
  max-width: 50%;
  /* Responsive width */
  margin: 5px 0 10px 20px; }

.typography img.leftAlone {
  margin: 5px 20px 10px 0px;
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both; }

.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both; }

.typography .captionImage {
  width: 100%;
  margin-top: 5px; }

.typography .captionImage img {
  margin: 0; }

.typography .captionImage.left {
  float: left;
  margin: 5px 30px 20px 0px; }

.typography .captionImage.right {
  float: right;
  margin: 5px 0 20px 30px; }

.typography .captionImage.left[style],
.typography .captionImage.right[style] {
  max-width: 50%;
  /* Overides core width to make responsive */ }

.typography .captionImage.left img,
.typography .captionImage.right img {
  float: none;
  max-width: none;
  width: 100%; }

.typography .captionImage.left img {
  margin-right: -10px; }

.typography .captionImage.right img {
  margin-left: -10px; }

.typography .captionImage.right p {
  margin-left: -10px;
  text-align: left; }

.typography .captionImage.leftAlone {
  float: none;
  margin: 0 20px 20px 0px; }

.typography .captionImage.center {
  margin: 0 auto 20px; }

.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons secion and style it
there.
*/
/* STYLES **/
.no-touch .steps .col:after, .lang.opened-lang:before, .lang:before, .typography ol.toplist li::before, .typography ol.toplist li.withIcon img, .scroll-top, .nav ul li, .nav, .section-home a.big-cta i, .big-cta-box, .hero:after, .nav-trigger i:before, .lang-trigger i:before, a.big-arrow, .hero-next, .container:before {
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms; }

.header {
  padding: 5px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  transform: translateZ(0);
  -webkit-transform: translateZ(0); }

.touch .header {
  height: 70px !important; }

.logo {
  float: left;
  width: 210px;
  padding: 8px; }

.logo a {
  line-height: 1px;
  float: left; }

.topnav.wrap-l {
  padding: 0; }

.nav-container {
  float: right; }

.nav-parent li .nav-trigger,
.nav-parent li .lang-trigger {
  color: #ffb600;
  text-transform: uppercase; }

.nav-parent li .nav-trigger i:before,
.nav-parent li .lang-trigger i:before {
  will-change: transform;
  font-size: 30px;
  line-height: 28px;
  float: right; }

.nav-parent li .nav-trigger.open-menu i:before,
.nav-parent li .lang-trigger.open-lang-menu i:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.nav {
  position: absolute;
  top: 0px;
  width: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  transform: translateY(-100px);
  will-change: transform, opacity, visibility; }

.nav.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  transform: translateY(60px); }

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

.nav ul li {
  position: relative;
  padding: 8px 10px;
  will-change: transform;
  width: 20%;
  margin: 0;
  float: left;
  background: #ffb600;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px); }

.nav ul li:after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5); }

.no-touch .nav ul li:hover:after {
  opacity: 0.3; }

.lang {
  position: relative; }

.lang span {
  float: left;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  line-height: 30px;
  margin-right: 10px; }

.lang:before {
  display: none;
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  transform: translateX(3px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  bottom: 2px;
  right: 0px;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: transparent  transparent #111  transparent; }

.lang-box {
  transform: translateY(-5px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  top: 56px;
  height: auto;
  width: auto;
  text-align: center;
  list-style: none;
  padding: 0 0 8px 0;
  margin: 0;
  -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  -ms-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms; }

.lang-box li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left; }

.lang-box li a {
  background-repeat: no-repeat;
  background-position: 11px 50%;
  display: block;
  margin: 0;
  line-height: 24px;
  padding: 0 12px 0 40px;
  white-space: nowrap; }

.lang-box li a.new-zealand {
  background-image: url(../images/flags/en_NZ.png); }

.lang-box li a.china {
  background-image: url(../images/flags/zh_CN.png); }

.lang-box li a.germany {
  background-image: url(../images/flags/de_DE.png); }

.lang-box li a.france {
  background-image: url(../images/flags/fr_FR.png); }

.lang-box li a.japan {
  background-image: url(../images/flags/ja_JP.png); }

.lang-box li a.indonesia {
  background-image: url(../images/flags/id_ID.png); }

.lang-box li a.korea {
  background-image: url(../images/flags/ko_KR.png); }

.lang-box li a.spain {
  background-image: url(../images/flags/es_ES.png); }

.lang-box li a.portugal {
  background-image: url(../images/flags/pt_PT.png); }

.Page .lang-box {
  background: #333; }

body.open-lang-menu .lang-box {
  opacity: 1;
  transform: translateY(0);
  visibility: visible; }

.lang img {
  padding: 3px 0 0 0; }

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 5px;
  opacity: 0;
  visibility: hidden; }

.scroll-top.gotop {
  opacity: 1;
  visibility: visible; }

.scroll-top i:before {
  font-size: 40px;
  line-height: normal; }

.scroll-top {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.play-vid {
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }

.vid-box {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.play-vid i:before {
  font-size: 100px; }

.play-vid:hover {
  color: #ffb600; }

.nav ul li.stagger {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }

.nav ul li#b5 {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
  background: #909da5; }

.nav ul li#b4 {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  transition-delay: 200ms;
  background: #a0b0ba; }

.nav ul li#b3 {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
  background: #ffc533; }

.nav ul li#b2 {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  transition-delay: 400ms;
  background: #ffb600; }

.nav ul li#b1 {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  transition-delay: 500ms;
  background: #ffa200; }

.nav ul li:before {
  opacity: 0.3;
  position: absolute;
  content: "";
  background-size: cover !important;
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 30px; }

.nav ul li#b1:before {
  background: url(../images/plan-icon.png) center no-repeat; }

.nav ul li#b2:before {
  background: url(../images/arrival-icon.png) center no-repeat; }

.nav ul li#b3:before {
  background: url(../images/road-icon.png) center no-repeat; }

.nav ul li#b4:before {
  background: url(../images/scenic-icon.png) center no-repeat; }

.nav ul li#b5:before {
  background: url(../images/resources-icon.png) center no-repeat; }

.nav ul li a {
  color: #000;
  float: left;
  height: 100%;
  width: 100%;
  padding: 30px 15px;
  z-index: 2;
  position: relative; }

.nav ul li#b5 a, .nav ul li#b4 a {
  color: #fff; }

.nav ul li a h4 {
  margin-bottom: 0px;
  font-size: 2.3rem; }

.nav ul li a p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 5px 0 0; }

.nav-parent {
  padding: 0;
  margin: 0;
  list-style: none; }

.nav-parent > li {
  float: left;
  padding: 8px 0px 8px 40px;
  margin: 0; }

.nav-parent li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff; }

.InnerPage.Page .hero {
  background: #333;
  background-size: cover; }

.hero {
  height: 100vh;
  width: 100%;
  background: #333 url(../images/hero.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative; }

.hero:before, .hero:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.8;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.06) 56%, rgba(0, 0, 0, 0.06) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(56%, rgba(0, 0, 0, 0.06)), color-stop(100%, rgba(0, 0, 0, 0.06)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.06) 56%, rgba(0, 0, 0, 0.06) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.06) 56%, rgba(0, 0, 0, 0.06) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.06) 56%, rgba(0, 0, 0, 0.06) 100%);
  /* IE10+ */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.06) 56%, rgba(0, 0, 0, 0.06) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#0f000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.hero:after {
  will-change: opacity, visibility;
  opacity: 0;
  visibility: hidden;
  background: #000; }

.open-menu .hero:after {
  opacity: 0.5;
  visibility: visible; }

.scroll-teaser {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 2; }

.hero-caption {
  color: #fff;
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 60%;
  max-width: 600px;
  z-index: 2; }

.hero-next {
  height: 100vh;
  width: 100%;
  position: relative;
  opacity: 0;
  background: bottom center no-repeat;
  background-size: cover; }

.hero-next.upnext {
  opacity: 1; }

.hero-next:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.74) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.74)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.74) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.74) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.74) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.74) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#bd000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0.9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.intro-text {
  margin: 4em auto; }

.intro-text h4 {
  font-size: 3.0rem;
  margin-bottom: 0;
  font-family: "futura-pt", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.intro-text h4 strong {
  font-weight: 700; }

.intro-text h5 {
  letter-spacing: 0;
  font-family: "futura-pt", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.steps .col {
  padding: 20px;
  position: relative; }

.steps .col:after {
  content: "\E000";
  position: absolute;
  right: -30px;
  top: 25%;
  font-family: Flaticon;
  font-size: 40px;
  color: #ccc; }

.steps .col:last-child:after {
  display: none; }

.steps {
  width: 100%; }

.steps .col a:hover img {
  opacity: 0.8; }

.steps .col strong {
  font-weight: 500; }

.no-touch .steps:hover .col:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px); }

.section-home.plan-section .section-txt {
  background: #222222;
  color: #fff; }

.section-home.arrival-section .section-txt {
  background: #677b82;
  color: #c4ced3; }

.section-home.road-section .section-txt {
  background: #ffb600; }

.section-home .section-txt h6 {
  font-weight: 500;
  font-size: 1.9rem;
  color: #65767e;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "futura-pt", "Open Sans", Arial, sans-serif; }

.section-home.road-section .section-txt h6 {
  color: #a57400; }

.section-home.arrival-section .section-txt a.button, .section-home.plan-section .section-txt a.button,
.section-home.arrival-section .section-txt .button a, .section-home.plan-section .section-txt .button a {
  color: #fff;
  border: 1px solid #eee; }

.section-home.arrival-section .section-txt .button a, .section-home.plan-section .section-txt .button a {
  border: none; }

.section-home.arrival-section .section-txt .button:hover, .section-home.plan-section .section-txt .button:hover {
  opacity: 0.7;
  border: 1px solid #eee; }

.section-home.road-section .section-txt a.button {
  color: #222;
  border: 1px solid #222; }

.section-home.arrival-section .section-txt h6.subheader {
  color: #8da9b2; }

.section-home.road-section .section-txt h6.subheader {
  color: #a57400; }

.section-home .col {
  height: 100%;
  min-height: 655px; }

.section-home .section-img {
  overflow: hidden;
  position: relative;
  background-position: center bottom !important; }

.section-home .omega .section-img {
  height: 320px; }

.section-home .omega .section-img a {
  float: left;
  width: 100%;
  height: 100%; }

.section-home .omega .section-img img {
  max-width: none;
  height: 100%; }

.section-home .omega .section-txt {
  padding: 30px 50px; }

.section-home .section-txt {
  padding: 60px;
  position: relative; }

.section-home .section-txt h2 {
  margin: 10px 0; }

.section-home .section-txt p {
  margin-bottom: 2em;
  font-size: 1.8rem; }

.section-home .section-txt a {
  color: #ffb600; }

.section-home .section-txt a:hover {
  opacity: 0.8; }

.section-home.trips-section .section-txt a {
  color: #333; }

.section-home.plan-section .section-img {
  background-color: #333;
  background-size: cover; }

.section-home.arrival-section .section-img {
  background-color: #333;
  background-size: cover; }

.section-home.road-section .section-img {
  background-color: #333;
  background-size: cover; }

.section-home .big-cta-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  padding: 40px 60px; }

.section-home .big-cta-box:hover {
  opacity: 0.8; }

.section-home.road-section .section-txt .big-cta-box {
  background: rgba(255, 255, 255, 0.35); }

.section-home.road-section .section-txt .big-cta-box a.big-cta {
  color: #333; }

.section-home .big-cta-box:hover a i, .section-home.trips-section .col:hover a.big-arrow {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px); }

.section-home a.big-cta {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative; }

.section-home a.big-cta span {
  float: left; }

.section-home a.big-cta i {
  float: right;
  will-change: transform; }

.section-home a.big-cta i:before, .section-home a.big-arrow i:before {
  font-size: 60px;
  line-height: normal; }

.section-home a.big-arrow i:before {
  color: #ccc; }

.section-home.trips-section .section-txt {
  float: left;
  position: static; }

.section-home.trips-section .col {
  position: relative;
  overflow: hidden; }

.section-home a.big-arrow {
  color: #333;
  padding: 60px 50px;
  position: absolute;
  bottom: 50px;
  right: 0;
  height: 50px; }

.section-home.trips-section .section-desc {
  float: left;
  width: 90%; }

.footer .logo-bottom a {
  padding: 0px 20px 0 0;
  float: left; }

.footer {
  background: #333;
  width: 100%;
  height: 200px;
  padding: 20px 0;
  color: #ddd;
  font-size: 1.5rem; }

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px; }

/** INNER PAGE **/
.Page .header, .Userforms .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #333333; }

.Page .footer .wrap-l, .Userforms .footer .wrap-l {
  padding: 20px 60px; }

.Page .hero, .Userforms .hero {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  width: 40%;
  float: left;
  position: fixed;
  z-index: 9;
  background: url(../images/hero.jpg) center;
  background-size: cover; }

.Page .hero-caption, .Userforms .hero-caption {
  width: 100%;
  left: 0;
  max-width: none;
  padding: 10px 60px 0 30px;
  bottom: 0; }

.Page .hero-caption a, .Userforms .hero-caption a {
  color: #fff; }

.Page .hero-caption a i:before, .Userforms .hero-caption a i:before {
  font-size: 50px;
  position: absolute;
  right: 40px;
  bottom: 20px; }

.Page .main-content, .Userforms .main-content {
  float: right;
  width: 60%;
  background: #f9f9f9; }

.Page article, .Userforms article {
  padding: 130px 60px 100px; }

.Page article h1.article-title, .Userforms article h1.article-title {
  margin-bottom: 40px; }

.Page article .breadcrumbs, .Userforms article .breadcrumbs {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px; }

.breadcrumbs a {
  text-decoration: none !important; }

.Userforms #Form_Form {
  width: 100%;
  max-width: 500px; }

.Userforms #Form_Form input[type="text"], .Userforms #Form_Form input[type="email"], .Userforms #Form_Form textarea {
  width: 100%; }

.InnerPage.resources-and-links-page .hero-next.upnext, .german-page .hero-next.upnext, .chinese-page .hero-next.upnext
, .japanese-page .hero-next.upnext {
  display: none !important; }

/** EDITOR STYLES */
.typography .tips-heading, .typography .top-heading {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px; }

.typography .tips-heading:before {
  content: "\E003";
  font-family: "Flaticon";
  margin-right: 10px;
  font-size: 30px;
  font-weight: normal;
  color: #feb600; }

.typography .top-heading:before {
  content: "\E00A";
  font-family: "Flaticon";
  margin-right: 10px;
  font-size: 30px;
  font-weight: normal;
  color: #feb600; }

.typography ul {
  list-style: none; }

.typography h5, .typography h4, .typography h3, .typography h6 {
  font-family: "futura-pt", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.typography h5, .typography h6 {
  font-weight: 700; }

.typography ul li {
  margin-bottom: 20px;
  margin-left: 5px; }

.typography ul li:before {
  content: "\E012";
  font-family: "Flaticon";
  margin-right: 10px;
  color: #9ca9b1; }

.typography a {
  text-decoration: underline; }

.typography p.button a, .typography span.button a {
  text-decoration: none;
  float: left; }

.typography a.button {
  text-decoration: none; }

.typography ol.toplist {
  margin: 20px auto 50px; }

.typography ol.toplist li {
  counter-increment: step-counter;
  list-style: none;
  font-size: 20px;
  line-height: 32px; }

.typography ol.toplist li p {
  display: inline-block;
  width: 90%;
  margin: 0; }

.typography ol.toplist li {
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  padding: 20px 20px 20px 20px;
  padding: 20px 20px 20px 100px;
  position: relative;
  margin-bottom: 20px; }

.typography ol.toplist li::before {
  float: left;
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 30px;
  color: #ddd;
  font-weight: 600;
  padding: 3px 8px;
  height: 100%; }

.typography ol.toplist li:hover, .typography ul.infolist li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.typography ol.toplist li:hover::before {
  color: #ffb600; }

.typography ol.toplist li.withIcon {
  padding: 20px 20px 20px 100px; }

.typography ol.toplist li.withIcon img {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #fff;
  opacity: 0.6;
  -webkit-transform: translateY(0px); }

.typography ol.toplist li.withIcon:hover img {
  opacity: 1;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px); }

.typography ul.infolist {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.typography ul.infolist li {
  min-height: 220px;
  border-bottom: 3px solid #ffb600;
  position: relative;
  margin: 0;
  padding: 25px 80px 25px 25px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  width: 49%;
  float: left;
  margin: 0 1% 2% 0; }

.typography ul.infolist li:nth-child(even) {
  margin: 0 0 2% 1%; }

.typography ul.infolist li:before {
  display: none; }

.typography ul.infolist li.withIcon img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60px;
  background: #fff;
  opacity: 0.3; }

.typography .media.center {
  background: #333;
  padding: 0;
  margin: 0;
  font-size: 0; }

.typography .media.center iframe {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9); }

.typography .sponsor-logo {
  margin: 5px;
  padding: 20px;
  display: inline-block;
  background: #fff;
  border: 1px solid #eee; }

.typography .sponsor-logo img {
  padding: 10px;
  margin: 0; }

.typography .sponsor-logo:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff; }

#MemberLoginForm_LoginForm {
  padding: 40px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  max-width: 400px; }

#MemberLoginForm_LoginForm input {
  width: 100%; }

#MemberLoginForm_LoginForm_error, #Form_Form_EditableEmailField3-error, #Form_Form_error {
  color: red; }

.ErrorPage .typography, .SitemapPage .typography {
  max-width: 960px;
  margin: 50px auto;
  padding: 20px;
  text-align: center; }

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

.page-not-found-page .hero, .ErrorPage .hero, .SitemapPage .hero {
  height: 500px; }

/*IE HACKS **/
.ie9 .hero::before, .ie9 .hero::after {
  opacity: 0.3 !important; }

.ie9 .hero-next .hero-caption {
  background: url(../images/dark.png); }

.ie9 .Page article {
  min-height: 850px; }

.ie8 .hero {
  height: 100%;
  min-height: 890px; }

.ie8 .hero:before, .ie8 .hero:after, .ie8 .section-home .big-cta-box, .ie8 .header {
  background: url(../images/dark.png); }

.ie8 .road-section.section-home .section-txt .big-cta-box A.big-cta {
  color: #fff; }

.ie8 h1 {
  font-size: 50px; }

.ie8 h2 {
  font-size: 44px; }

.ie8 h3 {
  font-size: 34px; }

.ie8 h4 {
  font-size: 28px; }

.ie8 h5 {
  font-size: 24px; }

.ie8 h6 {
  font-size: 18px; }

.ie8 .nav UL LI A H4 {
  font-size: 24px; }

.ie8 .plan-section.section-home .section-img {
  background-color: #222222;
  background-repeat: no-repeat !important; }

.ie8 .road-section.section-home .section-img {
  background-color: #ffb600;
  background-repeat: no-repeat !important; }

.ie8 .nav {
  top: 64px; }

.ie8 .svg {
  display: none; }

.ie8 .steps .last-col:after {
  display: none; }

.ie8 .nav ul li#b1:before {
  background: url(../images/ie-icons.png) no-repeat 0 0px; }

.ie8 .nav ul li#b2:before {
  background: url(../images/ie-icons.png) no-repeat -60px -2px; }

.ie8 .nav ul li#b3:before {
  background: url(../images/ie-icons.png) no-repeat -119px -8px; }

.ie8 .nav ul li#b4:before {
  background: url(../images/ie-icons.png) no-repeat -179px -9px; }

.ie8 .nav ul li#b5:before {
  background: url(../images/ie-icons.png) no-repeat -241px -4px; }

/* #Media Queries
================================================== */
@media only screen and (min-height: 860px) {
  .Page article {
    min-height: 800px; } }

@media only screen and (min-height: 768px) {
  .header {
    padding: 5px; } }

@media only screen and (max-width: 1500px) {
  .nav ul li a h4 {
    font-size: 2.0rem; } }

/* Smaller than standard 1140px (devices and browsers) */
@media only screen and (max-width: 1366px) {
  .nav ul li {
    min-height: 150px;
    overflow: hidden; }
  .nav ul li a {
    padding: 15px 5px; }
  .nav ul li:before {
    opacity: 0.1;
    height: 120px;
    width: 120px;
    right: 0px;
    bottom: -10px; }
  .section-home .section-txt {
    padding: 40px; }
  .nav ul li a h4 {
    font-size: 2.3rem; }
  .section-home .big-cta-box {
    padding: 30px 40px; }
  .typography .media.center iframe {
    width: 100% !important; } }

/* Smaller than standard 1140px (devices and browsers) */
@media only screen and (max-width: 1120px) {
  .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 14px; }
  .section-home .col.beta, .section-home .col.alpha {
    width: 50%; }
  .nav ul li a h4 {
    font-size: 22px; }
  .Page .hero-caption a i:before, .Userforms .hero-caption a i:before {
    font-size: 30px;
    right: 20px;
    bottom: 35px; }
  .touch .hero, .touch .hero-next {
    height: 100% !important;
    min-height: 600px; }
  .touch .home-hero.hero {
    min-height: 700px; } }

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .nav ul li a {
    padding: 5px; }
  .section-home .col.omega {
    width: 100%;
    min-height: inherit; }
  .section-home .omega .section-img img {
    max-width: 100%;
    height: auto; }
  .section-home .col.beta {
    width: 70%; }
  .section-home .col.alpha {
    width: 30%; }
  .steps .col strong {
    font-size: 1.4rem;
    font-weight: 500; }
  .steps .col img {
    width: 60px; }
  .hero-caption h1 {
    font-size: 3.8rem;
    line-height: 1.2;
    letter-spacing: -.1rem; }
  .Page .hero, .Userforms .hero {
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center !important; }
  .Page .hero-next, .Userforms .hero-next {
    display: none; }
  .Page .main-content, .Userforms .main-content {
    width: 100%;
    float: left; }
  .Page article, .Userforms article {
    padding: 30px; }
  .intro-text h4, .intro-text h5, .intro-text p {
    width: 80%;
    margin: 0 auto 10px; }
  .intro-text h5 {
    margin: 0 auto 20px;
    line-height: 28px; }
  .resources-and-links-page .hero {
    background-position: top !important; } }

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .touch .hero, .touch .hero-next {
    height: 100% !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .touch .hero, .touch .hero-next {
    height: 100% !important; }
  .typography ul.infolist li {
    width: 100%; }
  .typography .media.center iframe {
    width: 100% !important; }
  .footer .col.sigma {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .footer .logo-bottom a {
    float: none;
    display: inline-block; }
  .footer .logo-bottom {
    width: 100%;
    text-align: center; }
  .trips-section h3 {
    font-size: 3rem; }
  .section-home .omega .section-img {
    height: 280px; } }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .nav ul li {
    width: 100%;
    padding: 20px;
    height: 20%;
    min-height: inherit; }
  .nav ul li#b5 {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms; }
  .nav ul li#b4 {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms; }
  .nav ul li#b3 {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms; }
  .nav ul li#b2 {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms; }
  .nav ul li#b1 {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
  .open-menu .container:before {
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 200%;
    position: absolute;
    left: 0;
    top: -100%;
    content: "";
    z-index: 1; }
  .nav.opened {
    -webkit-transform: translateY(38px);
    -moz-transform: translateY(38px);
    transform: translateY(38px); }
  .nav ul li:before {
    opacity: 0.1;
    height: 60px;
    width: 60px;
    right: 25px;
    bottom: 25px; }
  .touch .header {
    height: auto !important;
    position: absolute; }
  .touch .home-hero.hero, .touch .hero {
    height: 100% !important;
    min-height: 400px; }
  .section-home .col.beta, .section-home .col.alpha {
    width: 100%;
    min-height: inherit; }
  .section-home .col.alpha.section-img, .section-home .col.beta.section-txt a.button {
    display: none; }
  .section-home.plan-section .col.beta.section-txt a.button {
    display: block; }
  .section-home .big-cta-box {
    float: left;
    position: static;
    padding: 20px 30px;
    margin-top: 30px; }
  .section-home a.big-cta i:before {
    font-size: 50px; }
  .section-home .omega .section-img img {
    max-width: none;
    height: 100%; }
  .hero-caption h1 {
    font-size: 2.9rem;
    line-height: 1.3;
    letter-spacing: -.1rem; }
  .steps .col:after {
    display: none; }
  .steps .col strong {
    text-transform: none;
    letter-spacing: 1px; }
  .big-cta-box br {
    display: none; }
  .logo {
    width: 120px; }
  .footer .logo-bottom a {
    float: none;
    display: inline-block; }
  .footer .logo-bottom {
    width: 100%;
    text-align: center; }
  .nav-parent li {
    padding: 0 0 0 15px; }
  .lang-box {
    top: 39px; }
  .header {
    padding: 5px; }
  .footer .col.sigma {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .typography .media.center iframe {
    width: 100% !important; }
  .typography ul.infolist li {
    width: 100%; }
  .lang:before {
    bottom: -4px; }
  .lang-box li {
    padding: 0; }
  .page-not-found-page .hero, .ErrorPage .hero, .SitemapPage .hero {
    height: 300px; }
  .lang img {
    width: 25px;
    padding: 5px 2px 0; } }

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .intro-text p {
    display: none; }
  .intro-text h4, .intro-text h5, .intro-text p {
    width: 80%; }
  .hero {
    height: 400px; }
  .hero-caption p {
    display: none; }
  .hero-caption {
    text-align: center;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30%; }
  .intro-text h4 {
    font-size: 2.2rem;
    margin-bottom: 10px !important; }
  .intro-text h5 {
    font-weight: 500;
    line-height: 1.2; }
  a.scroll-teaser {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    text-align: center; }
  a.scroll-teaser img {
    width: 11px; }
  .steps {
    display: none; } }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .intro-text p {
    display: none; }
  .intro-text h4, .intro-text h5, .intro-text p {
    width: 100%; }
  .header {
    padding: 2px;
    position: fixed; }
  .nav ul li {
    padding: 15px; }
  .lang-box {
    top: 36px; }
  .hero {
    height: 400px; }
  .hero-caption p {
    display: none; }
  .hero-caption {
    text-align: center;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30%; }
  .intro-text h4 {
    font-size: 2.2rem;
    margin-bottom: 10px !important; }
  .intro-text h5 {
    font-weight: 500;
    line-height: 1.2; }
  a.scroll-teaser {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    text-align: center; }
  a.scroll-teaser img {
    width: 11px; }
  .steps {
    display: none; }
  .intro-text {
    margin: 1em auto; }
  .section-home .section-txt, .section-home .big-cta-box, .section-home.trips-section .section-txt, .Page article {
    padding: 1.5em; }
  .typography ol.toplist li.withIcon {
    padding: 15px; }
  .typography ol.toplist li.withIcon img {
    position: static;
    float: right;
    width: 50px; }
  .typography ol.toplist li p {
    margin-top: 10px;
    width: 100%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 479px) {
  /* IE10-specific styles go here */
  .header {
    height: 30px; } }

@media print {
  /* Print styles go here */ }

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* Retina styles go here */ }

.Actions {
  margin-top: 1em; }

table {
  margin: 10px 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  table tr {
    border-bottom: 1px solid #BBBBBB; }
    table tr th,
    table tr td {
      text-align: left;
      padding: 4px 8px;
      vertical-align: top; }
      table tr th:not(:first-child),
      table tr td:not(:first-child) {
        border-left: 1px solid #BBBBBB; }
    table tr th {
      font-weight: 600;
      background: #EEEEEE;
      vertical-align: bottom; }

/**
 * Self-contained components
 *
 * Any significant component that is reused throughout the site. Typically these would have
 * a matching template (ie Includes/{COMPONENT_NAME}), and js (ie js/{COMPONENT_NAME}).
 **/
.menu__item {
  display: block;
  position: relative; }
  .menu__item--current > .menu__item__link {
    font-weight: 600; }
  .menu__item--expanded > .menu__submenu {
    display: block; }
  .menu__item__link {
    text-decoration: none; }

.menu__submenu {
  margin-left: 15px;
  display: none; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/**
 * Page-specific
 *
 * These should match the class of said page (ie HomePage = homepage, Contact = contact)
 **/
.Security ul {
  display: none; }

.Security form {
  margin: 0 auto; }
  .Security form #ForgotPassword {
    display: inline-block; }
    .Security 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; }
      .Security form #ForgotPassword a:hover {
        background: #a2a2a2; }

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