@charset "UTF-8";
/*!
 * Theme Name: My Detour
 * Theme URI: N/A
 * Description: A custom theme for My Detour
 * Version: 0.0.3
 * Author: Alex Dewez-Lopez (@dewezlopez)
 * Author URI: http://iamalex.com.au
 * Tags: HTML5, CSS3, SASS, autoprefixer
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .success:before, .help-block:before, .detour_highlights ul li:before, .landing_highlights li:before, .navigation_sub a:before, .navigation-sub a:before, .pricing_inclusions li:before, .types_inclusions li:before, .sidebar-widget a:before, .slick-prev:before, .slick-next:before {
  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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

.fa.fa-pull-left, .fa-pull-left.success:before, .fa-pull-left.help-block:before, .detour_highlights ul li.fa-pull-left:before, .landing_highlights li.fa-pull-left:before, .navigation_sub a.fa-pull-left:before, .navigation-sub a.fa-pull-left:before, .pricing_inclusions li.fa-pull-left:before, .types_inclusions li.fa-pull-left:before, .sidebar-widget a.fa-pull-left:before, .fa-pull-left.slick-prev:before, .fa-pull-left.slick-next:before {
  margin-right: .3em; }

.fa.fa-pull-right, .fa-pull-right.success:before, .fa-pull-right.help-block:before, .detour_highlights ul li.fa-pull-right:before, .landing_highlights li.fa-pull-right:before, .navigation_sub a.fa-pull-right:before, .navigation-sub a.fa-pull-right:before, .pricing_inclusions li.fa-pull-right:before, .types_inclusions li.fa-pull-right:before, .sidebar-widget a.fa-pull-right:before, .fa-pull-right.slick-prev:before, .fa-pull-right.slick-next:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .pull-left.success:before, .pull-left.help-block:before, .detour_highlights ul li.pull-left:before, .landing_highlights li.pull-left:before, .navigation_sub a.pull-left:before, .navigation-sub a.pull-left:before, .pricing_inclusions li.pull-left:before, .types_inclusions li.pull-left:before, .sidebar-widget a.pull-left:before, .pull-left.slick-prev:before, .pull-left.slick-next:before {
  margin-right: .3em; }

.fa.pull-right, .pull-right.success:before, .pull-right.help-block:before, .detour_highlights ul li.pull-right:before, .landing_highlights li.pull-right:before, .navigation_sub a.pull-right:before, .navigation-sub a.pull-right:before, .pricing_inclusions li.pull-right:before, .types_inclusions li.pull-right:before, .sidebar-widget a.pull-right:before, .pull-right.slick-prev:before, .pull-right.slick-next:before {
  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);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-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 {
  -webkit-filter: none;
          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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before, .detour_highlights ul li:before, .landing_highlights li:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before, .pricing_inclusions li:before, .types_inclusions li:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before, .sidebar-widget a.current:before, .slick-prev:before {
  content: ""; }

.fa-chevron-right:before, .slick-next:before {
  content: ""; }

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

.fa-warning:before,
.fa-exclamation-triangle:before,
.help-block:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-angle-right:before, .sidebar-widget a:before {
  content: ""; }

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

.fa-smile-o:before, .success:before {
  content: ""; }

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

.fa-long-arrow-left:before, .navigation_sub a:before, .navigation-sub a:before {
  content: ""; }

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

.alignnone, .aligncenter, .alignright, .alignleft, img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 20px 0; }

@font-face {
  font-family: 'CharterITCStd-Regular';
  src: url("fonts/2F504F_1_0.eot");
  src: url("fonts/2F504F_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/2F504F_1_0.woff2") format("woff2"), url("fonts/2F504F_1_0.woff") format("woff"), url("fonts/2F504F_1_0.ttf") format("truetype"), url("fonts/2F504F_1_0.svg#wf") format("svg"); }

/*
 * Wordpess core classes
 */
/* Gallery & images */
.wp-caption {
  max-width: 100%;
  text-align: center;
  font-style: italic;
  margin: 20px 0; }
  .wp-caption img {
    width: 100%;
    height: auto;
    margin: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 20px 20px;
  border: 1px solid #ddd;
  border-top: 0; }

/* Alignment */
@media screen and (min-width: 40em) {
  .alignnone {
    width: auto;
    margin: 20px 0; } }

@media screen and (min-width: 60em) {
  .alignnone {
    margin: 30px auto; } }

@media screen and (min-width: 40em) {
  .aligncenter {
    display: block;
    width: auto;
    margin: 20px auto; } }

@media screen and (min-width: 60em) {
  .aligncenter {
    margin: 30px auto; } }

@media screen and (min-width: 40em) {
  .alignright {
    float: right;
    width: auto;
    max-width: 50%;
    margin: 0 0 20px 20px; } }

@media screen and (min-width: 60em) {
  .alignright {
    margin: 0 0 30px 30px; } }

@media screen and (min-width: 40em) {
  .alignleft {
    float: left;
    width: auto;
    max-width: 50%;
    margin: 0 20px 20px 0; } }

@media screen and (min-width: 60em) {
  .alignleft {
    margin: 0 30px 30px 0; } }

.only-on-sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.hidden-on-mobile {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  @media screen and (min-width: 40em) {
    .hidden-on-mobile {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: auto;
      position: relative;
      width: auto; } }

@media screen and (min-width: 60em) {
  .hidden-on-desktop {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media screen and (min-width: 40em) {
  .only-on-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

.only-on-desktop {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  @media screen and (min-width: 60em) {
    .only-on-desktop {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: auto;
      position: relative;
      width: auto; } }

.only-on-xl {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  @media screen and (min-width: 75em) {
    .only-on-xl {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: auto;
      position: relative;
      width: auto; } }

.success {
  padding: 0.3em 0.5em;
  display: inline-block;
  color: #fff;
  background-color: #237537;
  border-radius: 5px; }
  .success:before {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 0.5em; }

.tabs_headers-container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }
  .tabs_headers-container > li {
    padding-left: 0; }
    .tabs_headers-container > li:before {
      content: none; }

.tabs_header {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  padding-bottom: 0;
  font-weight: 900;
  letter-spacing: 0.05em; }
  .tabs_header:only-child {
    display: none; }

.tabs_switch {
  height: auto;
  display: block;
  font-size: 1rem;
  border: 2px solid #F2F5F9;
  padding: 20px 20px;
  background-color: transparent;
  color: #123D65;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  text-decoration: none; }
  .tabs_switch:hover, .tabs_switch:focus {
    background-color: transparent;
    text-decoration: underline; }
  .tabs_switch:after {
    content: none !important; }
  .tabs_switch.active {
    background-color: #F2F5F9;
    color: #123D65;
    font-weight: 800;
    text-decoration: underline; }
  .pricing-list .tabs_switch {
    border-bottom: 0; }

.tabs_content {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  background-color: #F2F5F9;
  padding: 0 20px; }
  .tabs_content.active {
    visibility: visible;
    height: auto;
    padding: 30px 20px; }

/* INCLUDES */
.about-page {
  position: relative; }
  .about-page h1 {
    margin-top: 50px; }
  .about-page h2 {
    font-family: "Lato", sans-serif;
    text-transform: none;
    font-weight: 600;
    font-size: 1.8rem;
    color: #3690CE;
    text-align: center; }
  @media screen and (min-width: 40em) {
    .about-page {
      background-color: #fff;
      margin: 0 -20px;
      padding: 0 50px; } }
  @media screen and (min-width: 60em) {
    .about-page {
      margin-top: 30px; }
      .about-page h1 {
        margin: 0; }
      .about-page .detour_header {
        padding-top: 70px;
        margin-bottom: 0; } }

.about-inner {
  max-width: 60em;
  margin: 0 auto; }

.about-nav {
  background-color: #F2F5F9;
  padding: 20px;
  margin-top: 20px; }
  .about-nav li {
    font-size: 1.1rem; }
    .about-nav li:before {
      font-family: fontAwesome;
      content: '\f0da';
      vertical-align: middle;
      font-size: 1.2rem;
      color: #2C679E; }
      @media screen and (min-width: 60em) {
        .about-nav li:before {
          content: '\f0d9 '; } }
  .about-nav h2 {
    font-size: 1.3rem;
    margin-top: 0;
    color: #123D65; }
  @media screen and (min-width: 40em) {
    .about-nav {
      display: block;
      text-align: center; }
      .about-nav li {
        display: inline-block;
        margin: 0 2.5rem; } }
  @media screen and (min-width: 60em) {
    .about-nav {
      position: absolute;
      width: 25%;
      text-align: left;
      left: 50%;
      margin-left: 200px;
      top: 185px; }
      .about-nav.stuck {
        position: fixed;
        top: 20px; }
      .about-nav li {
        display: block;
        margin: 0; } }
  @media screen and (min-width: 75em) {
    .about-nav {
      width: 20%;
      margin-left: 230px; } }

@media screen and (min-width: 60em) {
  .about-content p {
    font-size: 1.1rem; } }

@media screen and (min-width: 40em) {
  .about-hero {
    width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 60px; } }

@media screen and (min-width: 60em) {
  .about-hero {
    width: 39%; } }

.about-focused {
  margin-top: 30px;
  border-bottom: 5px solid #C9D5E2;
  padding-bottom: 30px;
  clear: both; }
  .about-focused:last-of-type {
    border-bottom: 0; }
  @media screen and (min-width: 60em) {
    .about-focused {
      margin-bottom: 10px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 40em) {
    .about-focused {
      margin-top: 60px;
      overflow: auto; } }

.about-focused_section {
  margin-bottom: 40px; }
  .about-focused_section img {
    width: 60px;
    margin: 0 auto;
    border: 2px solid #3690CE;
    border-radius: 50%;
    padding: 10px; }
  .about-focused_section h2 {
    font-size: 1.5rem;
    text-align: center;
    margin: 15px 0;
    color: #2C679E;
    font-family: "Lato", sans-serif;
    text-transform: none; }
  @media screen and (min-width: 40em) {
    .about-focused_section {
      width: 50%;
      float: left;
      margin-bottom: 0; }
      .about-focused_section:first-of-type {
        padding-right: 25px; }
      .about-focused_section:last-of-type {
        padding-left: 25px; }
      .about-focused_section h2 {
        font-size: 1.3rem; }
      .about-focused_section p {
        font-size: 0.9rem; } }

.about-stars {
  text-align: center;
  margin-bottom: 10px; }

.about-stars_star {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 5px;
  color: #E8CF91; }

.about-statement {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  color: #2C679E;
  margin-bottom: 1.5rem; }

.about-quote {
  position: relative;
  border-left: 0;
  margin: 10px 20px; }
  .about-quote:before {
    content: '\0201C';
    font-size: 3rem;
    color: #787878;
    position: absolute;
    top: -5px;
    left: -10px; }
    @media screen and (min-width: 40em) {
      .about-quote:before {
        font-size: 2rem; } }
  .about-quote:after {
    content: '\0201D';
    font-size: 3rem;
    color: #787878;
    position: absolute;
    right: 10px;
    bottom: 5px; }
    @media screen and (min-width: 40em) {
      .about-quote:after {
        font-size: 2rem; } }
  .about-quote p {
    font-size: 1.2rem !important;
    color: #787878; }
  .about-quote cite {
    font-style: normal; }
    .about-quote cite:before {
      content: '\02014';
      margin-right: 0.5rem; }
  @media screen and (min-width: 40em) {
    .about-quote {
      width: 40%; }
      .about-quote p {
        font-size: 0.9rem !important; }
      .about-quote cite {
        font-size: 0.75rem; } }
  @media screen and (min-width: 60em) {
    .about-quote {
      width: 45%; }
      .about-quote p {
        font-size: 1.1rem; }
      .about-quote cite {
        font-size: 0.9rem; } }

.about-section {
  overflow: auto;
  border-bottom: 5px solid #C9D5E2;
  padding-bottom: 30px; }
  .about-section:last-of-type {
    border-bottom: 0; }
  @media screen and (min-width: 60em) {
    .about-section {
      margin-bottom: 10px;
      padding-bottom: 50px; } }

.about-section_lead {
  font-size: 1.2rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .about-section_lead {
      font-size: 1rem;
      margin: 0 40px; } }
  @media screen and (min-width: 40em) {
    .about-section_lead {
      margin: 0 150px; } }

.about-accreditation_content {
  margin-bottom: 2rem; }

@media screen and (min-width: 40em) {
  .about-accreditation_quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.about-content-link {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.2rem;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #F2F5F9; }
  .about-content-link i {
    margin-right: 0.5em;
    font-size: 1.5rem;
    vertical-align: text-top; }
  @media screen and (min-width: 40em) {
    .about-content-link {
      clear: both;
      max-width: 500px;
      margin: 2rem auto; } }

.about-profiles {
  margin: 30px 0; }
  .about-profiles li {
    padding-left: 0;
    background-color: #F2F5F9;
    padding: 10px 15px;
    margin-bottom: 15px; }
    .about-profiles li:before {
      content: none; }
  .about-profiles img {
    border-radius: 50%;
    width: 200px;
    margin: 20px auto 20px; }
    .about-profiles img.square {
      border-radius: 0;
      width: auto;
      padding: 0 15px; }
  .about-profiles h3 {
    text-align: center;
    font-family: "Lato", sans-serif; }
  @media screen and (min-width: 40em) {
    .about-profiles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .about-profiles li {
        width: 31%;
        padding: 0 10px;
        background-color: transparent; }
      .about-profiles h3 {
        font-size: 1rem; }
      .about-profiles img {
        width: 100px; }
        .about-profiles img.square {
          height: auto;
          width: 200px; }
      .about-profiles p {
        font-size: 0.8rem; }
      .about-profiles li:nth-last-child(even):first-child,
      .about-profiles li:nth-last-child(even):first-child ~ li {
        width: 48%; } }
  @media screen and (min-width: 60em) {
    .about-profiles p {
      font-size: 0.9rem; }
    .about-profiles li:nth-last-child(even):first-child,
    .about-profiles li:nth-last-child(even):first-child ~ li {
      width: 48%; }
      .about-profiles li:nth-last-child(even):first-child p,
      .about-profiles li:nth-last-child(even):first-child ~ li p {
        font-size: 0.9rem; } }

.article_header {
  margin-top: 20px; }

.article_header-content {
  display: none;
  margin-bottom: 1cm;
  text-align: center; }
  .article_header-content p {
    color: #fff; }
    .article_header-content p:first-child {
      margin-top: 0; }
  .classic .article_header-content,
  .custom .article_header-content,
  .luxe .article_header-content,
  .ultimate .article_header-content {
    display: block; }
  .ultimate .article_header-content {
    font-size: 2rem;
    color: #d0bd67; }
    @media screen and (min-width: 60em) {
      .ultimate .article_header-content {
        max-width: 61%; } }
  .article_header-content p {
    font-weight: 300; }
    .ultimate .article_header-content p {
      font-size: 1rem;
      color: #d0bd67; }
  .ultimate .article_header-content a {
    color: #d0bd67;
    font-weight: bold; }
  @media screen and (min-width: 40em) {
    .article_header-content {
      width: 500px;
      margin: 0 auto;
      padding-bottom: 20px; }
      .article_header-content p {
        font-weight: 300; } }
  @media screen and (min-width: 60em) {
    .article_header-content {
      padding: 60px 30px 30px;
      margin-bottom: 20px;
      text-align: left;
      width: auto; } }
  @media screen and (min-width: 90em) {
    .article_header-content {
      width: 65%;
      padding-right: 10%; }
      .article_header-content p {
        font-size: 1.1rem; } }

.article_title {
  font-size: 2rem;
  line-height: 1.1;
  margin-top: 0;
  font-family: "Lato", sans-serif;
  text-transform: none;
  letter-spacing: 0; }
  .article_title a {
    text-decoration: none; }
    .article_title a:hover, .article_title a:focus {
      text-decoration: underline; }
  .classic .article_title {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .article_title {
      font-size: 2.5rem; } }
  @media screen and (min-width: 60em) {
    .article_title {
      margin-top: 50px; }
      .landing-header .article_title {
        display: block;
        width: 80%;
        margin-top: 0; }
      .ultimate .landing-header .article_title {
        width: 30%; } }
  @media screen and (min-width: 90em) {
    .landing-header .article_title {
      width: 50%; } }

.article_title-img {
  margin: 0 auto;
  max-width: 320px; }
  @media screen and (min-width: 90em) {
    .article_title-img {
      max-width: 420px; } }

.article_byline {
  font-size: 0.7rem;
  color: #123D65;
  clear: left; }

.article_author {
  display: inline;
  font-style: normal; }

.article_thumb {
  position: relative;
  width: 100%;
  height: 75px;
  overflow: hidden;
  float: left;
  margin-top: 3px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #F2F5F9; }
  .article_thumb img {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0; }
  @media screen and (min-width: 40em) {
    .article_thumb {
      width: 33%;
      height: 150px; } }
  @media screen and (min-width: 60em) {
    .article_thumb {
      width: 25%;
      height: 150px; } }

.article_tags ul,
.article_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle; }
  .article_tags ul > li,
  .article_categories ul > li {
    padding-left: 0; }
    .article_tags ul > li:before,
    .article_categories ul > li:before {
      content: none; }
  .article_tags ul li,
  .article_categories ul li {
    display: inline-block;
    padding: 0 1em 0 0; }

.article_tags span,
.article_categories span {
  display: inline-block;
  vertical-align: middle; }

.article_categories {
  margin-top: 0.3em; }
  .article_categories ul {
    padding-left: 1em; }

.article_tags {
  font-size: 0.8rem; }
  .article_tags a {
    display: inline-block;
    padding: 0.2em 0.5em;
    background-color: #F2F5F9;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .article_tags a:hover, .article_tags a:focus {
      background-color: #C9D5E2;
      color: #353535; }

.article_header-note {
  line-height: 1;
  margin-top: 30px !important;
  display: block;
  font-size: 1.8rem; }

.article_edit-link {
  clear: both;
  padding: 1em;
  background-color: #fff; }

.article_snip-link {
  display: block;
  margin-top: 20px; }

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  margin-bottom: 20px;
  color: #123D65; }
  .breadcrumbs > li {
    padding-left: 0; }
    .breadcrumbs > li:before {
      content: none; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li:after {
      content: ">";
      display: inline-block;
      margin: 0 1em; }
    .breadcrumbs li:last-child:after {
      content: none; }
  .breadcrumbs a {
    font-weight: bold;
    color: #123D65; }

.button,
form button,
form input[type="submit"] {
  -webkit-box-shadow: 0px 3px 0px 0px #1b4867, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 0px 0px #1b4867, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
  background-color: #3690CE;
  margin: 0 20px 20px 0;
  border: 0;
  border-radius: 5px;
  padding: 0 20px;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .button:hover, .button:focus,
  form button:hover,
  form button:focus,
  form input[type="submit"]:hover,
  form input[type="submit"]:focus {
    background-color: #2C679E;
    -webkit-box-shadow: 0px 4px 0px 0px #16344f, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 4px 0px 0px #16344f, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    outline: none; }
  .button:active,
  form button:active,
  form input[type="submit"]:active {
    background-color: #3690CE;
    -webkit-box-shadow: 0px 1px 0px 0px #1b4867, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 0px 0px #1b4867, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .button.secondary,
  form button.secondary,
  form input[type="submit"].secondary {
    -webkit-box-shadow: 0px 3px 0px 0px #807556, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 0px 0px #807556, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    background-color: #FFE9AB;
    background-color: #FFE9AB;
    color: #353535; }
    .button.secondary:hover, .button.secondary:focus,
    form button.secondary:hover,
    form button.secondary:focus,
    form input[type="submit"].secondary:hover,
    form input[type="submit"].secondary:focus {
      background-color: #E8CF91;
      -webkit-box-shadow: 0px 4px 0px 0px #746849, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 4px 0px 0px #746849, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
      outline: none; }
    .button.secondary:active,
    form button.secondary:active,
    form input[type="submit"].secondary:active {
      background-color: #FFE9AB;
      -webkit-box-shadow: 0px 1px 0px 0px #807556, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 1px 0px 0px #807556, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
  .button.success,
  form button.success,
  form input[type="submit"].success {
    -webkit-box-shadow: 0px 3px 0px 0px #123b1c, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 0px 0px #123b1c, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    background-color: #237537;
    color: #fff; }
    .button.success:hover, .button.success:focus,
    form button.success:hover,
    form button.success:focus,
    form input[type="submit"].success:hover,
    form input[type="submit"].success:focus {
      background-color: #27A747;
      -webkit-box-shadow: 0px 4px 0px 0px #145424, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 4px 0px 0px #145424, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
      outline: none; }
    .button.success:active,
    form button.success:active,
    form input[type="submit"].success:active {
      background-color: #237537;
      -webkit-box-shadow: 0px 1px 0px 0px #123b1c, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 1px 0px 0px #123b1c, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
  .button.alert,
  form button.alert,
  form input[type="submit"].alert {
    -webkit-box-shadow: 0px 3px 0px 0px #502121, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 0px 0px #502121, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    background-color: #A04141;
    color: #fff; }
    .button.alert:hover, .button.alert:focus,
    form button.alert:hover,
    form button.alert:focus,
    form input[type="submit"].alert:hover,
    form input[type="submit"].alert:focus {
      background-color: #C33838;
      -webkit-box-shadow: 0px 4px 0px 0px #621c1c, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 4px 0px 0px #621c1c, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
      outline: none; }
    .button.alert:active,
    form button.alert:active,
    form input[type="submit"].alert:active {
      background-color: #A04141;
      -webkit-box-shadow: 0px 1px 0px 0px #502121, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 1px 0px 0px #502121, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
  .button.light,
  form button.light,
  form input[type="submit"].light {
    -webkit-box-shadow: 0px 3px 0px 0px #797b7d, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 0px 0px #797b7d, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    background-color: #F2F5F9;
    color: #123D65; }
    .button.light:hover, .button.light:focus,
    form button.light:hover,
    form button.light:focus,
    form input[type="submit"].light:hover,
    form input[type="submit"].light:focus {
      background-color: #C9D5E2;
      -webkit-box-shadow: 0px 4px 0px 0px #656b71, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 4px 0px 0px #656b71, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
      outline: none; }
    .button.light:active,
    form button.light:active,
    form input[type="submit"].light:active {
      background-color: #F2F5F9;
      -webkit-box-shadow: 0px 1px 0px 0px #797b7d, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 1px 0px 0px #797b7d, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
  .button.dark,
  form button.dark,
  form input[type="submit"].dark {
    -webkit-box-shadow: 0px 3px 0px 0px #091f33, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 0px 0px #091f33, 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    background-color: #123D65;
    color: #F2F5F9; }
    .button.dark:hover, .button.dark:focus,
    form button.dark:hover,
    form button.dark:focus,
    form input[type="submit"].dark:hover,
    form input[type="submit"].dark:focus {
      background-color: #032433;
      -webkit-box-shadow: 0px 4px 0px 0px #02121a, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 4px 0px 0px #02121a, 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px);
      outline: none; }
    .button.dark:active,
    form button.dark:active,
    form input[type="submit"].dark:active {
      background-color: #123D65;
      -webkit-box-shadow: 0px 1px 0px 0px #091f33, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 1px 0px 0px #091f33, 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
  @media screen and (min-width: 40em) {
    .button,
    form button,
    form input[type="submit"] {
      line-height: 40px; } }

.contact-form h2, .contact-form h3 {
  font-family: "Lato", sans-serif;
  text-transform: none;
  color: #3690CE;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem; }

.contact-form h4 {
  clear: both;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: normal; }

.contact-form form {
  overflow: auto;
  padding: 0 20px;
  margin-bottom: 20px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  .contact-form form.disable {
    opacity: 0.3; }
  .contact-form form label {
    font-size: 0.9rem; }

.contact-form .last_row {
  margin-top: 20px; }

.contact-form input[type="submit"] {
  float: right;
  margin-right: 0; }

@media screen and (min-width: 40em) {
  .contact-form {
    padding: 0 20px;
    width: 50%;
    margin: 20px auto 30px; }
    .contact-form h2, .contact-form h3 {
      margin-top: 0;
      margin-bottom: 0; }
    .contact-form form {
      padding: 0; } }

@media screen and (min-width: 60em) {
  .contact-form {
    margin-top: 20px;
    padding-top: 80px;
    margin-right: 10%;
    width: 35%; } }

.custom-form {
  margin: 0 -20px;
  background-color: #F2F5F9;
  padding: 30px 20px;
  text-align: center; }

.custom-form_contents {
  max-width: 600px;
  margin: 0 auto; }
  .custom-form_contents > p {
    font-size: 1.1rem; }
  .custom-form_contents h2 {
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 13px 0 10px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #3690CE;
    color: #3690CE;
    letter-spacing: 0.15em; }
    @media screen and (min-width: 40em) {
      .custom-form_contents h2 {
        font-size: 2rem;
        margin: 60px auto 30px; } }
  .custom-form_contents h3 {
    font-family: "Lato", sans-serif;
    color: #3690CE;
    text-transform: none;
    margin-bottom: 0em;
    font-size: 1.4rem;
    font-weight: 800; }
  .custom-form_contents label {
    font-size: 1.1rem;
    font-weight: 400; }
  .custom-form_contents form {
    background-color: transparent;
    padding: 0;
    text-align: left;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .custom-form_contents form.disable {
      opacity: 0.3; }
      .custom-form_contents form.disable * {
        cursor: default; }
    @media screen and (min-width: 40em) {
      .custom-form_contents form {
        margin-top: 30px; } }
  .custom-form_contents .checkbox-inline {
    position: relative;
    z-index: 2;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: -1.6em;
    padding: 0.5em 0.5em; }
    .custom-form_contents .checkbox-inline:first-child {
      margin-top: 20px; }
    .custom-form_contents .checkbox-inline:nth-child(odd) {
      background-color: #E3E8EC; }
    .custom-form_contents .checkbox-inline input {
      display: inline-block;
      vertical-align: text-top;
      width: auto;
      margin-right: 1em; }
    @media screen and (min-width: 40em) {
      .custom-form_contents .checkbox-inline {
        width: 46%;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 2%; }
        .custom-form_contents .checkbox-inline:nth-child(odd) {
          background-color: transparent; }
        .custom-form_contents .checkbox-inline:nth-child(even) {
          margin-right: 0; } }
  .custom-form_contents input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 20px auto; }
  .custom-form_contents .col-sm-12 {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 2px solid #C9D5E2; }
  .custom-form_contents .first_row .col-sm-12 {
    margin-top: 0;
    padding-top: 0; }
  .custom-form_contents .last_row h4 {
    text-align: center;
    text-transform: none;
    font-weight: 400; }
  @media screen and (min-width: 75em) {
    .custom-form_contents {
      max-width: 750px; } }

.form-group.has-error input {
  border-color: #A04141; }

@media screen and (min-width: 40em) {
  .form-group.half {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 4%; } }

.form-group div {
  position: relative; }
  .form-group div label {
    margin-top: 0 !important; }

.help-block {
  margin-top: 0.3em;
  font-size: 0.85rem;
  color: #A04141;
  font-weight: bold;
  text-transform: uppercase; }
  .help-block:before {
    margin-right: 0.5em; }

.detour_header {
  text-align: center;
  margin-top: 2rem; }
  @media screen and (min-width: 60em) {
    .detour_header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 75em;
      margin: 0 auto 90px;
      padding-top: 3em; } }
  @media screen and (min-width: 90em) {
    .detour_header {
      max-width: 90em; } }

.detour_title h1 {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 13px 0 10px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #3690CE;
  color: #3690CE;
  letter-spacing: 0.15em; }
  .luxe .detour_title h1 {
    border-color: #fff;
    color: #fff; }

@media screen and (min-width: 60em) {
  .detour_title {
    display: block;
    width: 100%; }
    .detour_title h1 {
      font-size: 2rem;
      margin-bottom: 50px; } }

.detour_heading {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  text-transform: none; }
  .detour_heading span {
    display: block;
    font-size: 0.5em;
    font-weight: 800;
    text-transform: uppercase; }
  .luxe .detour_heading {
    color: #F2F5F9;
    border-bottom-color: #F2F5F9; }
  .luxe .alt .detour_heading {
    color: #123D65;
    border-bottom-color: #123D65; }
  @media screen and (min-width: 60em) {
    .detour_heading {
      font-weight: 800;
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 20px;
      font-size: 1.3rem; } }

.detour_heading-sub {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-transform: none; }
  @media screen and (min-width: 60em) {
    .n2 .detour_heading-sub {
      font-size: 1.2rem; }
    .n3 .detour_heading-sub {
      font-size: 1.1rem;
      font-weight: 300; } }
  @media screen and (min-width: 75em) {
    .n3 .detour_heading-sub {
      font-size: 1.2rem;
      font-weight: 400; } }

.detour_hero {
  width: auto;
  margin: 20px -20px 0; }
  .detour_hero img {
    margin-bottom: 0; }
  @media screen and (min-width: 60em) {
    .detour_hero {
      width: 40%;
      margin: 0;
      padding: 0 20px; }
      .detour_hero img {
        border-radius: 10px;
        overflow: hidden; } }

@media screen and (min-width: 60em) {
  .detour_description {
    position: relative;
    width: 50%;
    max-height: 430px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 60px 0;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out; }
    .detour_description:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      display: block;
      height: 1cm;
      width: 100%;
      background-color: #fff; }
    .detour_description.active {
      max-height: 1300px; }
    .detour_description.no-cap {
      max-height: none; }
    .luxe .detour_description:after {
      background-color: #123D65; } }

.detour_description-inner {
  text-align: left;
  padding: 1cm 0 1cm; }
  .detour_description-inner :first-child {
    margin-top: 0;
    font-weight: 400;
    font-size: 1.2rem; }
  .luxe .detour_description-inner {
    color: #F2F5F9;
    background-color: #123D65; }
  @media screen and (min-width: 40em) {
    .detour_description-inner {
      position: relative;
      z-index: 1;
      margin: 0 -20px 1cm;
      padding: 30px 30px;
      background-color: #F2F5F9; }
      .detour_description-inner p {
        font-weight: 300;
        font-size: 1.1rem; } }
  @media screen and (min-width: 60em) {
    .detour_description-inner {
      margin-top: 0;
      background: #fff;
      font-size: 1.2rem;
      padding: 20px 60px; } }

.detour_description-expander {
  z-index: 3;
  display: block;
  width: 90%;
  line-height: 50px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -45%;
  margin-bottom: 0;
  border-radius: 3px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  color: #353535;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .detour_description-expander i {
    font-size: 0.9em;
    width: 28px;
    line-height: 28px;
    background-color: #C9D5E2;
    margin-left: 10px;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s; }
  .detour_description-expander:hover, .detour_description-expander:focus {
    outline: 0;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(0, 0, 0, 0.3); }
    .detour_description-expander:hover i, .detour_description-expander:focus i {
      background-color: #3690CE;
      color: #fff; }
  .detour_description-expander:before {
    content: '';
    width: 100%;
    height: 60px;
    display: block; }
  .luxe .detour_description-expander {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 51, 76, 0)), color-stop(60%, #123D65));
    background-image: linear-gradient(to bottom, rgba(5, 51, 76, 0) 0%, #123D65 60%);
    color: #fff;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
            box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1); }
    .luxe .detour_description-expander i {
      color: #F2F5F9;
      background-color: #2C679E; }
    .luxe .detour_description-expander:hover, .luxe .detour_description-expander:focus {
      -webkit-box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
              box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.3); }
      .luxe .detour_description-expander:hover i, .luxe .detour_description-expander:focus i {
        color: #123D65;
        background-color: #C9D5E2; }

@media screen and (min-width: 60em) {
  .detour_section {
    background-color: #F2F5F9;
    margin: 0 -20px;
    padding: 90px 0 45px; }
    .detour_section.alt {
      background-color: #fff; }
    .luxe .detour_section {
      background-color: #032433; }
      .luxe .detour_section.alt {
        background-color: #fff; } }

.detour_single-body {
  margin: 0 -20px;
  padding-bottom: 1cm; }
  .luxe .detour_single-body {
    background-color: #fff; }
  @media screen and (min-width: 40em) {
    .detour_single-body {
      padding-bottom: 1cm; } }
  @media screen and (min-width: 60em) {
    .detour_single-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
      max-width: 75em; }
      .luxe .detour_single-body {
        background-color: #032433; }
      .luxe .alt .detour_single-body {
        background-color: #fff; } }

.detour_multi-body {
  margin: 0 -20px;
  padding-bottom: 1cm;
  padding: 0 20px 1cm; }
  .luxe .alt .detour_multi-body {
    background-color: #fff; }

.detour_gallery {
  position: relative; }
  .detour_gallery ul:not(.slick-dots) {
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
    position: relative; }
    .detour_gallery ul:not(.slick-dots) > li {
      padding-left: 0; }
      .detour_gallery ul:not(.slick-dots) > li:before {
        content: none; }
  .detour_gallery li {
    padding: 0; }
  .detour_gallery > ul > li {
    padding: 0;
    display: none; }
    .detour_gallery > ul > li:first-child {
      display: block; }
  .detour_gallery img {
    margin: 0; }
  @media screen and (min-width: 60em) {
    .detour_single-body .detour_gallery {
      width: 40%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      border-radius: 10px;
      overflow: hidden;
      padding-right: 60px; } }

.detour_highlights {
  text-align: center;
  background-color: #F2F5F9;
  padding-bottom: 1cm; }
  .detour_highlights ul {
    text-align: left;
    padding: 0 20px; }
    .detour_highlights ul li:before {
      margin-top: 4px;
      vertical-align: middle;
      color: #3690CE; }
  .luxe .detour_highlights {
    background-color: #032433;
    color: #F2F5F9; }
    .luxe .detour_highlights ul li:before {
      color: #FFE9AB; }
  @media screen and (min-width: 40em) {
    .detour_highlights {
      padding: 20px 20px 1cm; } }
  @media screen and (min-width: 60em) {
    .detour_single-body .detour_highlights {
      margin-top: -30px;
      width: 55%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 0 60px; }
      .detour_single-body .detour_highlights li {
        font-weight: 300;
        font-size: 1.1rem; } }

.detour_pricing {
  padding: 0 20px;
  text-align: center; }
  .luxe .detour_pricing {
    background-color: #fff; }
  @media screen and (min-width: 60em) {
    .detour_pricing {
      width: 50%;
      max-width: 500px;
      padding: 0; } }

.detour_extra {
  margin: 0 0 20px;
  padding: 0; }
  @media screen and (min-width: 60em) {
    .detour_extra {
      font-size: 1.05rem;
      padding: 0 60px; } }

.detour_extra_content {
  text-align: left; }
  .detour_extra_content p {
    font-size: 1.1rem; }
  .detour_extra_content *:first-child {
    margin-top: 0; }
  @media screen and (min-width: 40em) {
    .detour_extra_content {
      margin: 0 0 20px;
      padding: 20px 20px 0; } }
  @media screen and (min-width: 60em) {
    .detour_single-body .detour_extra_content p {
      font-size: 1rem; } }

.detour_booknow {
  max-width: 350px;
  margin: 0 20px;
  text-align: center; }
  .multi .detour_booknow {
    margin: 0 -20px; }
  .types_pricing .detour_booknow {
    background-color: #fff;
    padding: 0;
    margin: 1cm auto; }
  .detour_header .detour_booknow {
    margin: 0 auto 1cm; }
    @media screen and (min-width: 60em) {
      .detour_header .detour_booknow {
        max-width: none;
        width: 240px;
        margin: 0 0 1cm 40%; } }
  .detour_booknow a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    background-color: #3690CE;
    border: 3px solid #123D65;
    text-decoration: none;
    text-transform: none;
    padding: 10px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .detour_booknow a:hover, .detour_booknow a:focus {
      background-color: #2C679E;
      color: #fff; }
    @media screen and (min-width: 60em) {
      .detour_header .detour_booknow a {
        font-size: 1rem; } }
  @media screen and (min-width: 400px) {
    .types_pricing .detour_booknow {
      padding: 0; } }
  @media screen and (min-width: 40em) {
    .detour_booknow {
      margin: 0 auto; } }
  @media screen and (min-width: 60em) {
    .detour_booknow {
      margin: 30px 30px;
      width: 100%;
      max-width: 320px;
      margin: 1cm auto; }
      .detour_single-body .detour_booknow {
        max-width: 35%; } }

.detour_rezdy-inner iframe {
  background-color: #F2F5F9; }

.detour_types {
  text-align: center; }
  @media screen and (min-width: 60em) {
    .detour_types {
      padding: 60px 0;
      margin: 1cm auto;
      max-width: 800px; }
      .detour_multi-body .detour_types {
        padding: 0 0 60px; } }

.detour_poa-form {
  text-align: center; }
  .detour_poa-form form {
    text-align: left;
    background-color: #fff;
    padding-top: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .detour_poa-form form.disable {
      opacity: 0.3; }
    .detour_poa-form form .button {
      margin-top: 20px; }
    .detour_poa-form form h4 {
      font-weight: normal;
      font-size: 1.1rem;
      text-transform: none;
      margin-top: 0; }

html {
  font-size: 80%;
  line-height: 1.55;
  color: #353535;
  background-color: #fff; }
  @media screen and (min-width: 40em) {
    html {
      font-size: 100%; } }
  @media screen and (min-width: 75em) {
    html {
      font-size: 17px; } }

body {
  font-family: "Lato", sans-serif; }
  body.luxe {
    background-color: #123D65; }
  @media screen and (min-width: 40em) {
    body {
      background-color: #F2F5F9; } }

h1, h2, h3, h4, h5, h6 {
  margin: 30px 0 20px;
  line-height: 1.3;
  color: #032433;
  font-family: "CharterITCStd-Regular", serif;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

h4, h5, h6 {
  font-family: "CharterITCStd-Regular", serif; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  ul > li, ol > li {
    padding-left: 0; }
    ul > li:before, ol > li:before {
      content: none; }
  ul li, ol li {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 0.5em; }
    ul li:before, ol li:before {
      position: absolute;
      left: 0; }

ul li:before {
  content: '\2022'; }

ul ul li:before {
  content: '\2023'; }

ol {
  counter-reset: ol; }
  ol li:before {
    counter-increment: ol;
    content: counter(ol) ".";
    font-weight: bold;
    font-size: 0.8em;
    line-height: 2; }
  ol ol {
    counter-reset: olol; }
    ol ol li:before {
      counter-increment: olol;
      content: counter(olol, lower-roman) "."; }

a {
  color: #3690CE; }
  a:hover, a:focus {
    text-decoration: none;
    color: #2C679E; }

blockquote {
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  border-left: 5px solid #3690CE;
  padding: 0.5em 1em;
  font-style: italic; }
  blockquote p {
    margin: 0;
    font-size: 1rem !important; }
  blockquote + p {
    margin-top: 0;
    margin-bottom: 2em; }
  .luxe blockquote {
    border-left-color: #294763; }

hr {
  border: 1px solid #FFE9AB; }

.footer {
  padding: 20px 0;
  background: #123D65; }
  .footer p {
    color: #fff; }
  .footer a {
    color: #FFE9AB; }
    .footer a:hover, .footer a:focus {
      color: #E8CF91; }
  @media screen and (min-width: 60em) {
    .footer {
      padding-bottom: 60px; } }

@media screen and (min-width: 60em) {
  .footer_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 60px; } }

.footer_contact {
  text-align: center; }
  .footer_contact a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    letter-spacing: 1px; }
    .footer_contact a:hover, .footer_contact a:focus {
      color: #FFE9AB; }
  .footer_contact i {
    font-size: 150px; }
  .footer_contact span {
    display: block;
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 800; }
  @media screen and (min-width: 60em) {
    .footer_contact {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 30px; }
      .footer_contact i {
        font-size: 100px;
        margin-top: -20px; }
      .footer_contact span {
        font-size: 1.2rem;
        margin-bottom: 20px; } }

.footer-nav {
  text-align: center; }
  .footer-nav h3 {
    color: #C9D5E2;
    font-family: "Lato", sans-serif;
    text-transform: none;
    margin-bottom: 0.5em;
    font-style: 1.4rem; }
  .footer-nav div {
    margin-top: 60px; }
    .footer-nav div:first-of-type .footer-nav div {
      margin-top: 0; }
  .footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 3px; }
    .footer-nav ul > li {
      padding-left: 0; }
      .footer-nav ul > li:before {
        content: none; }
  .footer-nav li {
    padding: 0; }
  .footer-nav a {
    display: block;
    padding: 0.5em;
    background-color: #123D65;
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 0.8cm;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #032433;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .footer-nav a:hover, .footer-nav a:focus {
      border-bottom: 1px solid #C9D5E2;
      background-color: #123D65; }
  @media screen and (min-width: 40em) {
    .footer-nav li {
      display: inline-block; }
    .footer-nav a {
      margin-right: 20px; } }
  @media screen and (min-width: 40em) {
    .footer-nav {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      padding: 60px 20px 20px;
      width: 100%; }
      .footer-nav .footer-nav_col {
        width: 30%;
        text-align: left;
        padding-left: 3%; }
      .footer-nav div {
        margin-top: 0; }
      .footer-nav h3 {
        margin-top: 0;
        font-size: 1rem; }
      .footer-nav li {
        display: inline; }
      .footer-nav a {
        font-size: 0.7rem;
        line-height: 1.2;
        padding: 0.6em 0.5em;
        text-transform: none; } }
  @media screen and (min-width: 60em) {
    .footer-nav {
      width: 50%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-top: 0; } }

.footer_brand {
  margin: 60px auto 30px;
  text-align: center;
  max-width: 320px; }
  @media screen and (min-width: 60em) {
    .footer_brand {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0;
      text-align: left;
      max-width: 280px;
      padding-right: 30px; } }
  @media screen and (min-width: 75em) {
    .footer_brand {
      margin-top: 0; } }

.footer_detail {
  margin-bottom: 0;
  font-size: 0.9rem; }
  .footer_detail + .footer_detail {
    margin-top: 0; }
  @media screen and (min-width: 40em) {
    .footer_detail {
      font-size: 0.8rem; } }

form {
  padding: 20px 20px;
  background-color: #F2F5F9; }
  form > *:first-child {
    margin-top: 0; }

label {
  display: block;
  margin-top: 20px;
  margin-bottom: 0.3em;
  font-weight: 600;
  cursor: pointer;
  color: #123D65; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    display: inline-block;
    margin-top: 0;
    max-width: 85%; }
  label.error {
    color: #A04141; }
  label.success {
    color: #237537; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0 10px;
  line-height: 32px;
  border: 1px solid #C9D5E2;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="password"]:hover,
  input[type="number"]:hover,
  input[type="tel"]:hover,
  textarea:hover {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
    outline: none;
    border-color: #2C679E; }
  .error + input[type="text"], .error +
  input[type="email"], .error +
  input[type="password"], .error +
  input[type="number"], .error +
  input[type="tel"], .error +
  textarea {
    border-color: #C33838;
    color: #A04141; }
  .success + input[type="text"], .success +
  input[type="email"], .success +
  input[type="password"], .success +
  input[type="number"], .success +
  input[type="tel"], .success +
  textarea {
    border-color: #27A747;
    color: #237537; }
  @media screen and (min-width: 40em) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    textarea {
      line-height: 40px; } }

textarea {
  line-height: 1.5;
  padding-top: 7px; }

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  width: 5%; }

.form-input-group *:first-child {
  margin-top: 0; }

.form-checkbox-group,
.form-radio-group {
  margin-top: 32px; }
  .form-checkbox-group p,
  .form-radio-group p {
    margin-bottom: 0.5em; }
  .form-checkbox-group div,
  .form-radio-group div {
    display: block;
    margin: 10px 0; }

fieldset {
  border-radius: 5px;
  border-color: #C9D5E2;
  padding: 20px 20px; }

legend {
  padding-left: 5px;
  padding-right: 5px; }
  legend + * {
    margin-top: 0; }

select:focus {
  outline: 2px dotted #3690CE;
  outline-offset: 2px; }

.header {
  position: relative;
  background-color: #fff;
  z-index: 100; }

.header_container {
  position: relative;
  background-color: #fff; }
  @media screen and (min-width: 40em) {
    .header_container {
      line-height: 0; } }

.header_logo {
  position: relative;
  z-index: 2;
  display: block;
  padding: 20px 20px 10px;
  margin: 0 -20px;
  background-color: #fff; }
  .header_logo a {
    display: block; }
  @media screen and (min-width: 40em) {
    .header_logo {
      display: inline-block;
      float: left;
      margin-right: 0;
      padding: 17px; }
      .header_logo a {
        display: block; } }

.header_logo-img {
  display: block;
  width: 250px;
  margin: 0 auto; }
  @media screen and (min-width: 40em) {
    .header_logo-img {
      margin-left: 0%;
      width: 100%;
      max-width: 200px; } }
  @media screen and (min-width: 50em) {
    .header_logo-img {
      margin-left: 3%; } }
  @media screen and (min-width: 60em) {
    .header_logo-img {
      margin-left: 5%; } }

.header_underline {
  display: none;
  position: relative;
  width: 100%;
  margin-top: -5px; }
  @media screen and (min-width: 40em) {
    .header_underline {
      margin: -6px auto 0; }
      .classic .header_underline,
      .luxe .header_underline,
      .custom .header_underline,
      .ultimate .header_underline {
        border-top-width: 6px; } }
  @media screen and (min-width: 75em) {
    .header_underline {
      margin-top: -7px; }
      .classic .header_underline,
      .luxe .header_underline,
      .custom .header_underline,
      .ultimate .header_underline {
        border-top-width: 7px; } }

@media screen and (min-width: 60em) {
  .header_trip {
    position: absolute;
    top: 3px;
    right: 350px;
    height: 75px;
    -webkit-filter: grayscale(40%);
            filter: grayscale(40%);
    -webkit-transition: -webkit-filter 0.2s;
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
    overflow: visible; }
    .header_trip img {
      height: 75px;
      width: auto;
      max-width: none;
      margin: 0; }
    .header_trip:hover, .header_trip:focus {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); } }

@media screen and (min-width: 60em) {
  .home_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 90em;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 60px 20px; } }

.home_top.banner {
  margin: 0 -20px; }
  @media screen and (min-width: 60em) {
    .home_top.banner {
      display: block;
      padding: 0;
      max-width: none; } }

.home_catch {
  margin-top: 60px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #3690CE;
  letter-spacing: 0;
  text-transform: none;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .home_catch {
      font-weight: 300; } }
  @media screen and (min-width: 60em) {
    .home_catch {
      font-size: 3.5rem;
      font-weight: 300;
      text-transform: none;
      width: 100%;
      margin-top: 20px; } }
  .banner .home_catch {
    color: #fff;
    position: relative;
    font-weight: 800;
    font-size: 1.5rem; }
    @media screen and (min-width: 40em) {
      .banner .home_catch {
        position: absolute;
        bottom: 50%;
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
        width: 100vw;
        text-align: center; } }
    @media screen and (min-width: 60em) {
      .banner .home_catch {
        font-size: 2.4rem; } }

.home_header {
  overflow: auto;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 60em) {
    .home_header {
      display: block;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 45%;
      padding: 30px;
      margin-right: 2%; } }
  @media screen and (min-width: 75em) {
    .home_header {
      width: 40%;
      margin-right: 10%; } }
  .banner .home_header {
    width: 100%; }
    @media screen and (min-width: 60em) {
      .banner .home_header {
        padding: 0; } }

.home_content {
  margin-top: 40px;
  font-size: 1.2rem; }
  .home_content a {
    display: block; }
  .home_content p:first-child {
    font-weight: 400; }
    @media screen and (min-width: 40em) {
      .banner .home_content p:first-child {
        margin-top: 0; } }
  .banner .home_content {
    margin-top: 20px;
    padding: 0 20px; }
    @media screen and (min-width: 40em) {
      .banner .home_content {
        margin: 30px 30px;
        width: auto;
        max-width: 75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 60em) {
      .banner .home_content {
        margin: 30px auto 60px; } }
  @media screen and (min-width: 40em) {
    .banner .home_content p {
      width: calc(33% - 2rem);
      margin-top: 0;
      font-size: 0.85rem; } }
  @media screen and (min-width: 60em) {
    .banner .home_content p {
      font-size: 1rem; } }
  @media screen and (min-width: 75em) {
    .banner .home_content p {
      text-align: justify; } }
  @media screen and (min-width: 40em) {
    .home_content {
      margin: 0 auto;
      max-width: 450px;
      font-weight: 300;
      font-size: 1.1rem; } }
  @media screen and (min-width: 60em) {
    .home_content {
      font-weight: 300;
      font-size: 1.2rem; }
      .banner .home_content {
        font-size: 1rem; } }
  @media screen and (min-width: 75em) {
    .home_content {
      font-size: 1.2rem; } }

.home_hero-button {
  display: block;
  margin: 20px auto;
  font-size: 1.1rem;
  text-decoration: none;
  max-width: 320px; }
  .home_hero-button:hover, .home_hero-button:focus {
    color: #fff; }
  .banner .home_hero-button {
    position: relative;
    background-color: #fff;
    color: #3690CE;
    width: 230px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .banner .home_hero-button:hover, .banner .home_hero-button:focus {
      color: #2C679E; }
    @media screen and (min-width: 40em) {
      .banner .home_hero-button {
        position: absolute;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translate3d(-50%, 100px, 0);
                transform: translate3d(-50%, 100px, 0); } }
    @media screen and (min-width: 60em) {
      .banner .home_hero-button {
        margin-bottom: 0;
        font-size: 1.3rem;
        width: 320px;
        height: 50px;
        line-height: 50px; } }

.home_banner {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200vw;
  max-width: none;
  margin-top: 0; }
  @media screen and (min-width: 40em) {
    .home_banner {
      position: relative;
      -webkit-transform: none;
              transform: none;
      left: auto;
      width: 100vw; } }

.home_cta {
  margin: 30px auto;
  background-color: #F2F5F9;
  max-width: 300px;
  padding: 20px 20px;
  border-radius: 20px;
  border: 2px solid #C2D1DC; }
  @media screen and (min-width: 60em) {
    .home_cta {
      background-color: #fff;
      max-width: none; } }
  @media screen and (min-width: 75em) {
    .home_cta {
      margin-top: 40px; } }

.home_cta-content > *:first-child {
  margin-top: 0; }

.home_cta-content > *:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 60em) {
  .home_cta-content p {
    font-size: 0.8rem; } }

.home_cta-link {
  display: inline-block;
  margin: 20px 0 0;
  font-size: 1.2rem;
  text-decoration: none;
  border-bottom: 1px solid #3690CE;
  -webkit-transition: padding 0.15s;
  transition: padding 0.15s; }
  .home_cta-link i {
    margin-left: 0.5em; }
  .home_cta-link:hover, .home_cta-link:focus {
    padding: 0 20px; }
  @media screen and (min-width: 60em) {
    .home_cta-link {
      margin-top: 10px;
      text-align: center;
      font-size: 1rem; } }

@media screen and (min-width: 40em) {
  .home_featured-container {
    max-width: 400px;
    margin: 0 auto; } }

@media screen and (min-width: 60em) {
  .home_featured-container {
    display: block;
    padding: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 45%;
    max-width: none; } }

@media screen and (min-width: 75em) {
  .home_featured-container {
    width: 37%;
    margin-left: 10%; } }

.home_featured {
  position: relative;
  margin: 0 -20px;
  padding: 30px 20px;
  background-color: #F2F5F9; }
  .home_featured a {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .home_featured img {
    margin: 0;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .home_featured a:hover img, .home_featured a:focus img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }
  @media screen and (min-width: 40em) {
    .home_featured {
      margin-bottom: 30px; } }

.home_featured-title {
  font-weight: 600px;
  font-size: 0.8rem;
  text-align: center;
  margin: 1em 0 5px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  color: #123D65; }

.home_featured-content {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .home_featured-content h3 {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-family: "CharterITCStd-Regular", serif;
    text-transform: uppercase;
    margin: 0;
    color: #2C679E; }
    .luxe .home_featured-content h3 {
      color: #fff; }
  .home_featured-content p {
    margin-top: 0;
    margin-bottom: 0; }
    .luxe .home_featured-content p {
      color: #fff; }
  .luxe .home_featured-content {
    background-color: rgba(18, 61, 101, 0.6); }
  a:hover .home_featured-content,
  a:focus .home_featured-content {
    background-color: white; }
    .luxe a:hover .home_featured-content, .luxe
    a:focus .home_featured-content {
      background-color: #123d65; }
  @media screen and (min-width: 40em) {
    .home_featured-content h3 {
      font-size: 1.4rem;
      letter-spacing: 0.15em; } }

@media screen and (min-width: 60em) {
  .home_detours-container {
    background-color: #fff;
    width: auto;
    margin: 0 -20px; } }

.home_detours {
  width: 100%; }
  @media screen and (min-width: 60em) {
    .home_detours {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 75em;
      margin: 0 auto; } }

.home_detour-container {
  margin: 0 -20px;
  padding: 20px 20px; }
  .home_detour-container.classic {
    background-color: #3690CE; }
  .home_detour-container.custom {
    background-color: #2C679E; }
  .home_detour-container.luxe {
    background-color: #123D65; }
  .home_detour-container.ultimate {
    background-color: #051D31; }
  @media screen and (min-width: 60em) {
    .home_detour-container {
      margin: 0;
      width: 33.3333%; } }

@media screen and (min-width: 60em) {
  .home_detour {
    padding: 0 20px; } }

.home_detour-img {
  max-width: 380px;
  margin: 0 auto; }

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

.home_detour-content p {
  margin-top: 0;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .home_detour-content p {
      max-width: 400px;
      margin: 0 auto 1em; } }
  @media screen and (min-width: 60em) {
    .home_detour-content p {
      font-weight: 300;
      font-size: 0.9rem;
      max-width: none; } }
  @media screen and (min-width: 75em) {
    .home_detour-content p {
      font-size: 1.05rem; } }

.home_detour-link {
  display: inline-block;
  margin: 30px auto;
  padding: 0 20px;
  max-width: 400px;
  text-align: center;
  line-height: 1cm;
  background-color: #fff;
  border-radius: 0.5cm;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.1rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }
  .home_detour-link i {
    font-size: 1.2em;
    margin-left: 0.5em;
    vertical-align: middle;
    margin-top: -1px; }
  .custom .home_detour-link {
    color: #2C679E; }
  .luxe .home_detour-link {
    color: #123D65; }
  .home_detour-link:hover, .home_detour-link:focus {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
  @media screen and (min-width: 60em) {
    .home_detour-link {
      margin: 30px auto 20px;
      max-width: none;
      font-size: 0.9rem;
      line-height: 1.4;
      border-radius: 5px;
      padding: 10px 20px; } }

.home-gallery_container {
  background-color: #F2F5F9;
  margin: 0 -20px; }

.home-gallery {
  padding-top: 20px; }

.home-gallery_title {
  font-family: "Lato", sans-serif;
  text-transform: none;
  color: #3690CE;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.8rem; }
  @media screen and (min-width: 60em) {
    .home-gallery_title {
      font-size: 1.5rem;
      padding-bottom: 30px; } }

@media screen and (min-width: 40em) {
  .home-gallery_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 40em) {
  .home-gallery_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.home-gallery_item {
  display: block;
  position: relative; }
  .home-gallery_item h3 {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px 20px;
    border-radius: 5px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.45);
    font-size: 1rem;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, transform 0.2s;
    transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s; }
  .home-gallery_item img {
    margin: 0; }
  .home-gallery_item span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 10px; }
  .home-gallery_item:hover h3, .home-gallery_item:focus h3 {
    background-color: #fff;
    color: #3690CE;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%); }
  @media screen and (min-width: 40em) {
    .home-gallery_item {
      width: 33.33333%; } }
  @media screen and (min-width: 60em) {
    .home-gallery_item {
      width: 20%; } }

.header_container,
.footer_container,
.main-wrapper {
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .header_container::after,
  .footer_container::after,
  .main-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .header_container.full-width,
  .footer_container.full-width,
  .main-wrapper.full-width {
    max-width: none; }
  @media screen and (min-width: 60em) {
    .header_container,
    .footer_container,
    .main-wrapper {
      padding: 0 20px; } }

.main-wrapper.classic,
.classic .main-wrapper {
  background-color: #fff; }

.main-wrapper.luxe,
.luxe .main-wrapper {
  background-color: #123D65; }

@media screen and (min-width: 40em) {
  .main-wrapper {
    background-color: #F2F5F9; } }

.article,
.index {
  margin: 30px 0;
  padding-bottom: 30px;
  overflow: auto; }
  @media screen and (min-width: 40em) {
    .article,
    .index {
      display: block;
      padding: 0 20px 30px;
      width: 100%;
      margin: 30px auto 0;
      max-width: 34rem; } }
  @media screen and (min-width: 60em) {
    .article,
    .index {
      float: left;
      padding: 0 30px 30px;
      max-width: 40rem; } }
  @media screen and (min-width: 75em) {
    .article,
    .index {
      margin-left: 10%; } }

@media screen and (min-width: 40em) {
  .contact .article {
    width: 50%; } }

@media screen and (min-width: 60em) {
  .contact .article {
    width: 40%; } }

@media screen and (min-width: 40em) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .flex > div {
      max-width: 45%; }
    .flex img {
      display: block; } }

.landing-header {
  overflow: auto;
  background-color: #3690CE;
  margin: 0 -20px;
  padding: 0 30px; }
  .landing-header.classic {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3690CE), color-stop(150%, #2C679E));
    background-image: linear-gradient(to bottom, #3690CE, #2C679E 150%); }
  .landing-header.custom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2C679E), color-stop(150%, #133B61));
    background-image: linear-gradient(to bottom, #2C679E, #133B61 150%); }
  .landing-header.luxe {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#123D65), color-stop(150%, #032433));
    background-image: linear-gradient(to bottom, #123D65, #032433 150%); }
  .landing-header.ultimate {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#051D31), color-stop(150%, #000));
    background-image: linear-gradient(to bottom, #051D31, #000 150%);
    padding: 50px 30px; }
    @media screen and (min-width: 40em) {
      .landing-header.ultimate {
        padding: 100px 30px; } }

.landing-header_inner {
  color: #fff; }
  .landing-header_inner li {
    font-size: 0.95rem;
    text-align: left; }
  @media screen and (min-width: 60em) {
    .landing-header_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      max-width: 60em; } }
  @media screen and (min-width: 90em) {
    .landing-header_inner {
      max-width: 90em; } }

.landing {
  margin: 1cm -20px; }
  @media screen and (min-width: 60em) {
    .landing {
      margin-top: 0; } }

.landing_list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .landing_list > li {
    padding-left: 0; }
    .landing_list > li:before {
      content: none; }
  @media screen and (min-width: 60em) {
    .landing_list > li:nth-child(even) {
      background-color: #F2F5F9; }
    .luxe .landing_list > li:nth-child(even) {
      background-color: #032433; } }

.landing_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 60em) {
    .landing_item {
      margin: 0 auto 30px;
      padding: 60px 20px 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      max-width: 75em; } }
  @media screen and (min-width: 90em) {
    .landing_item {
      max-width: 80rem;
      padding: 90px 20px; } }

.landing_content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: -75px 20px 0;
  background-color: #fff;
  padding: 20px 20px;
  text-align: center; }
  .luxe .landing_content {
    background-color: #123D65;
    color: #F2F5F9; }
  @media screen and (min-width: 40em) {
    .landing_content {
      margin: 20px auto 60px;
      max-width: 600px;
      border-bottom: 2px solid #3690CE;
      padding-bottom: 30px; }
      .luxe .landing_content {
        border-bottom: 2px solid #F2F5F9; } }
  @media screen and (min-width: 60em) {
    .landing_content {
      width: 55%;
      background-image: none;
      margin: 0 30px;
      border-bottom: 0;
      background-color: transparent; }
      li:nth-child(even) .landing_content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .luxe .landing_content {
        background-color: transparent;
        border-bottom: 0; } }

.landing_image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .landing_image {
      margin: 0 auto;
      max-width: 550px;
      border-radius: 5px;
      overflow: hidden; }
      .landing_image img {
        margin: 0; } }
  @media screen and (min-width: 60em) {
    .landing_image {
      width: 35%; }
      li:nth-child(even) .landing_image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

.landing_heading {
  color: #3690CE;
  margin: 0 auto 1em;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 12px 0 10px;
  border-top: 1px solid #3690CE;
  border-bottom: 1px solid #3690CE; }
  .luxe .landing_heading {
    color: #fff;
    border-color: #fff; }
  @media screen and (min-width: 60em) {
    .landing_heading {
      font-size: 1.3rem;
      margin-bottom: 30px; } }

.landing_desc {
  text-align: left;
  font-size: 1.1rem;
  font-weight: 300; }
  .landing_desc p:first-child {
    font-weight: bold;
    margin-top: 0; }
  @media screen and (min-width: 60em) {
    .landing_desc {
      font-size: 1rem; }
      .landing_desc p:first-child {
        font-size: 1.1rem; } }

.landing_heading-sub {
  font-family: "Lato", sans-serif;
  text-align: left;
  font-weight: 300; }
  .luxe .landing_heading-sub {
    color: #fff; }
  @media screen and (min-width: 60em) {
    .landing_heading-sub {
      font-size: 1.1rem; } }

.landing_highlights li {
  text-align: left; }
  .landing_highlights li:before {
    margin-top: 4px;
    vertical-align: middle;
    color: #3690CE; }

.luxe .landing_highlights li:before {
  color: #FFE9AB; }

@media screen and (min-width: 60em) {
  .landing_highlights {
    font-size: 0.8rem; } }

.landing_link {
  margin-top: 0.5cm;
  display: inline-block;
  line-height: 1.4;
  background-color: #3690CE;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 30px;
  padding: 0.8rem 1rem;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 300; }
  .landing_link:hover, .landing_link:focus {
    background-color: #2C679E;
    color: #fff; }
  .luxe .landing_link {
    background-color: #fff;
    color: #123D65;
    font-weight: bold; }
    .luxe .landing_link:hover, .luxe .landing_link:focus {
      background-color: #fff; }
  @media screen and (min-width: 60em) {
    .landing_link {
      font-size: 1.1rem;
      margin-top: 30px; }
      .luxe .landing_link {
        background-color: #C9D5E2; } }

.landing-header_separator {
  position: relative;
  background-color: #fff3c7;
  height: 100px;
  width: auto;
  margin: 0 -20px; }
  .landing-header_separator:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("images/ul-separator.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 200px;
    height: 30px; }

.media-container {
  background-color: #fff;
  margin: 0 -20px;
  overflow: auto; }

.media {
  margin: 0 auto;
  padding: 30px 20px;
  max-width: 60em;
  text-align: center; }
  @media screen and (min-width: 60em) {
    .media {
      margin: 20px auto; } }

.media_title {
  display: inline-block;
  color: #3690CE;
  line-height: 1.2;
  font-weight: normal;
  padding: 20px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #3690CE;
  font-size: 1.1rem; }
  @media screen and (min-width: 60em) {
    .media_title {
      font-size: 1.3rem; } }

.media_gallery {
  list-style: none;
  padding: 0;
  margin: 0; }
  .media_gallery > li {
    padding-left: 0; }
    .media_gallery > li:before {
      content: none; }
  .media_gallery li {
    display: block;
    max-width: 280px;
    margin: 0 auto;
    padding: 20px 10px;
    opacity: 0.8; }
  .media_gallery a {
    padding: 20px 10px;
    display: block;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s; }
    .media_gallery a:hover, .media_gallery a:focus {
      -webkit-box-shadow: 0px 0px 3px #888;
              box-shadow: 0px 0px 3px #888; }
  .media_gallery img {
    width: 100%;
    height: auto;
    margin: 0; }
  @media screen and (min-width: 40em) {
    .media_gallery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .media_gallery li {
        max-width: none;
        width: 30%; } }
  @media screen and (min-width: 60em) {
    .media_gallery li {
      width: 25%;
      padding: 20px 20px; }
    .media_gallery a {
      padding: 20px 20px; } }

.navigation {
  display: block;
  margin: 0 -20px; }
  @media screen and (min-width: 40em) {
    .navigation {
      margin: 0;
      display: inline-block; } }

.navigation_primary {
  list-style: none;
  padding: 0;
  margin: 0; }
  .navigation_primary > li {
    padding-left: 0; }
    .navigation_primary > li:before {
      content: none; }
  .classic .navigation_primary {
    border-bottom: 5px solid #3690CE; }
  .custom .navigation_primary {
    border-bottom: 5px solid #2C679E; }
  .luxe .navigation_primary {
    border-bottom: 5px solid #123D65; }
  .ultimate .navigation_primary {
    border-bottom: 5px solid #051D31; }
  .navigation_primary li {
    display: block;
    float: left;
    width: 25%;
    height: 50px;
    padding-bottom: 0; }
    .navigation_primary li.classic a {
      background-color: #3690CE; }
    .navigation_primary li.custom a {
      background-color: #2C679E; }
    .navigation_primary li.luxe a {
      background-color: #123D65; }
    .navigation_primary li.ultimate a {
      background-color: #051D31; }
      .navigation_primary li.ultimate a img {
        width: 70%; }
  .navigation_primary a {
    display: block;
    height: 100%;
    width: 100%; }
    .navigation_primary a img {
      margin: 0;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 80%;
      max-width: 100px;
      height: auto; }
    .navigation_primary a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 0;
      background-color: #FFE9AB;
      -webkit-transition: height 0.2s;
      transition: height 0.2s; }
    .navigation_primary a:hover:after, .navigation_primary a:focus:after {
      height: 5px; }
  @media screen and (min-width: 40em) {
    .navigation_primary {
      border-bottom: 0 !important;
      width: 280px; }
      .navigation_primary li {
        height: 85px;
        padding-bottom: 0; } }
  @media screen and (min-width: 50em) {
    .navigation_primary {
      margin-left: 5%;
      width: 380px; } }
  @media screen and (min-width: 60em) {
    .navigation_primary {
      width: 450px; }
      .navigation_primary a {
        border-bottom-width: 5px; }
        .navigation_primary a:hover, .navigation_primary a:focus {
          border-bottom-width: 5px; } }

.navigation_secondary {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  margin: 0 auto 10px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .navigation_secondary > li {
    padding-left: 0; }
    .navigation_secondary > li:before {
      content: none; }
  .navigation_secondary li {
    display: inline;
    padding-bottom: 0; }
  .navigation_secondary a {
    display: inline-block;
    height: 100%;
    width: auto;
    padding: 0 20px;
    border: 1px solid #C9D5E2;
    border-radius: 15px;
    line-height: 30px;
    font-weight: 900;
    font-size: 0.75rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .navigation_secondary a:hover, .navigation_secondary a:focus {
      border: 1px solid #2C679E; }
  @media screen and (min-width: 40em) {
    .navigation_secondary {
      position: absolute;
      right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0;
      width: 140px;
      height: 82px;
      text-align: center; } }
  @media screen and (min-width: 60em) {
    .navigation_secondary {
      position: absolute;
      width: 260px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 20px; } }
  @media screen and (min-width: 75em) {
    .navigation_secondary {
      width: 365px; }
      .navigation_secondary a {
        font-size: 0.6rem; } }

.navigation_secondary-special a {
  color: #fff;
  background-color: #3690CE;
  display: none; }
  @media screen and (min-width: 75em) {
    .navigation_secondary-special a {
      display: block; } }

.navigation_sub, .navigation-sub {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #F2F5F9; }
  .navigation_sub > li, .navigation-sub > li {
    padding-left: 0; }
    .navigation_sub > li:before, .navigation-sub > li:before {
      content: none; }
  .navigation_sub li, .navigation-sub li {
    text-align: left; }
  .navigation_sub a, .navigation-sub a {
    display: block;
    padding: 5px 20px 0;
    line-height: 1cm;
    font-size: 0.8rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400; }
    .navigation_sub a:before, .navigation-sub a:before {
      margin-right: 0.75em;
      font-size: 1.3em;
      vertical-align: middle; }
  .luxe .navigation_sub, .luxe .navigation-sub {
    background-color: #294763; }
    .luxe .navigation_sub a, .luxe .navigation-sub a {
      background-color: #294763;
      color: #fff; }
  @media screen and (min-width: 40em) {
    .navigation_sub, .navigation-sub {
      position: relative;
      width: auto;
      text-align: center;
      line-height: 1;
      padding-bottom: 10px;
      background-color: #F2F5F9; }
      .classic .navigation_sub, .classic .navigation-sub {
        border-top: 5px solid #3690CE; }
      .custom .navigation_sub, .custom .navigation-sub {
        border-top: 5px solid #2C679E; }
      .luxe .navigation_sub, .luxe .navigation-sub {
        border-top: 5px solid #123D65; }
      .navigation_sub li, .navigation-sub li {
        display: inline-block;
        text-align: center;
        padding: 0;
        margin: 10px 5px 0;
        overflow: visible; }
      .navigation_sub a, .navigation-sub a {
        display: block;
        background-color: #fff;
        border-radius: 0.8rem;
        line-height: 1.6;
        padding-top: 0;
        font-size: 0.7rem;
        font-weight: 400;
        letter-spacing: 0.15;
        color: #3690CE;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s; }
        .navigation_sub a:hover, .navigation-sub a:hover, .navigation_sub a:focus, .navigation-sub a:focus {
          color: #fff;
          background-color: #3690CE; }
        .navigation_sub a:before, .navigation-sub a:before {
          content: none; }
      .luxe .navigation_sub, .luxe .navigation-sub {
        background-color: #294763; }
        .luxe .navigation_sub a, .luxe .navigation-sub a {
          background-color: #123D65; }
          .luxe .navigation_sub a:hover, .luxe .navigation-sub a:hover, .luxe .navigation_sub a:focus, .luxe .navigation-sub a:focus {
            background-color: #032433; }
      .navigation_sub.sticky, .sticky.navigation-sub {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: rgba(242, 245, 249, 0.8) !important; }
        .luxe .navigation_sub.sticky, .luxe .sticky.navigation-sub {
          background-color: rgba(41, 71, 99, 0.8) !important; } }
  @media screen and (min-width: 60em) {
    .navigation_sub, .navigation-sub {
      padding: 0 200px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .navigation_sub li, .navigation-sub li {
        margin: 10px 10px 0; }
      .navigation_sub a, .navigation-sub a {
        font-size: 0.7rem;
        line-height: 2; } }

.navigation-sub {
  margin-top: 0 !important;
  border-top: 0 !important;
  margin-left: -20px;
  margin-right: -20px; }
  .navigation-sub.sticky {
    margin: 0 !important; }

.pagination {
  display: block;
  margin-top: 20px; }
  @media screen and (min-width: 40em) {
    .pagination {
      margin-top: 30px; } }

.page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  .page-numbers > li {
    padding-left: 0; }
    .page-numbers > li:before {
      content: none; }
  .page-numbers li {
    display: inline; }
    .page-numbers li:first-child a:before {
      display: inline-block;
      vertical-align: top;
      content: "<";
      margin-right: 10px; }
    .page-numbers li:last-child a:after {
      display: inline-block;
      vertical-align: top;
      content: ">";
      margin-left: 10px; }
  .page-numbers a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #F2F5F9;
    color: #123D65;
    line-height: 24px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .page-numbers a:hover, .page-numbers a:focus {
      background-color: #C9D5E2;
      color: #032433; }
  @media screen and (min-width: 40em) {
    .page-numbers a {
      line-height: 32px;
      padding: 0 20px; } }

.post-list-header {
  margin: 60px 20px 0;
  font-size: 1.1rem;
  text-align: center; }

.pricing {
  margin-top: 1cm;
  background-color: #F2F5F9;
  padding: 0.5cm 30px; }
  .detour_types .pricing {
    margin: 0 auto;
    background-color: #F2F5F9;
    max-width: 350px;
    padding: 20px 30px; }
    .detour_types .pricing.active {
      padding: 0.5cm 30px; }
    .detour_types .pricing.pricing-option {
      padding: 0 10px; }
      .detour_types .pricing.pricing-option.active {
        padding: 0.5cm 20px 0;
        background-color: #fff;
        margin-bottom: 0.5cm; }
  @media screen and (min-width: 400px) {
    .detour_types .pricing.pricing-option {
      padding: 0 20px; }
      .detour_types .pricing.pricing-option.active {
        padding: 0.5cm 20px; } }
  @media screen and (min-width: 40em) {
    .types_pricing .pricing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: none;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (min-width: 60em) {
    .pricing {
      margin: 0; }
      .detour_types .pricing.pricing-option {
        padding: 0 20px;
        margin: 0; }
        .detour_types .pricing.pricing-option.active {
          padding: 30px 20px; }
      .n2 .pricing {
        margin: 0;
        background-color: #F2F5F9;
        max-width: none; }
      .n3 .pricing {
        margin: 0;
        background: #F2F5F9;
        max-width: none; } }
  @media screen and (min-width: 75em) {
    .detour_types .pricing.pricing-option {
      max-width: none; } }

@media screen and (min-width: 40em) {
  .pricing_section {
    width: calc(50% - 20px); } }

.pricing_amount {
  margin: 0;
  font-size: 4rem;
  color: #123D65;
  font-weight: 900;
  line-height: 1; }
  .pricing_amount span {
    font-size: 3rem; }
  .pricing_amount .pricing_currency {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #3690CE;
    display: block;
    font-weight: 300;
    line-height: 1.3; }
  .n2 .pricing_amount,
  .n3 .pricing_amount {
    font-size: 3rem; }
    .n2 .pricing_amount span,
    .n3 .pricing_amount span {
      font-size: 2rem;
      margin-right: -8px; }
  .n2 .pricing_amount span {
    margin-right: 0; }
  @media screen and (min-width: 60em) {
    .pricing_amount {
      width: 100%; }
      .n2 .pricing_amount {
        font-size: 2.5rem; }
        .n2 .pricing_amount .pricing_currency {
          font-size: 1.5rem; }
      .n3 .pricing_amount {
        font-size: 2rem; }
        .n3 .pricing_amount span {
          font-size: 1.5rem; }
        .n3 .pricing_amount .pricing_currency {
          font-size: 1.3rem; } }

.pricing_amount-luxe {
  text-align: center;
  display: block;
  width: 60px;
  margin: 5px auto 0.5em;
  padding-left: 0.3em;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  background-color: #123D65;
  line-height: 1.7em;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media screen and (min-width: 60em) {
    .pricing_amount-luxe {
      font-size: 0.75rem; } }

.pricing_info {
  font-size: 1rem;
  color: #2C679E;
  margin-bottom: 0;
  margin-top: 20px; }
  .pricing-option .pricing_info {
    padding: 0 20px; }
  @media screen and (min-width: 60em) {
    .pricing_info {
      width: 100%; }
      .n2 .pricing_info {
        font-size: 1.1rem; }
      .n3 .pricing_info {
        font-size: 1rem; } }

.pricing-list {
  margin: 0 auto; }
  .pricing-list a {
    background-color: transparent;
    border: 1px solid #fff; }
    .pricing-list a:hover, .pricing-list a:focus {
      text-decoration: underline; }
  .pricing-list a.active {
    background-color: #fff; }
  @media screen and (min-width: 60em) {
    .n3 .pricing-list {
      margin: 0 -30px; }
    .pricing-list a.active {
      text-decoration: underline; }
    .n2 .pricing-list {
      max-width: none; } }

.pricing_title {
  font-size: 2rem;
  margin: 0.5cm 0 0;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 300; }
  @media screen and (min-width: 40em) {
    .pricing_title {
      width: 100%; } }

.pricing_subtitle {
  font-weight: 1.2rem;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 0.5cm; }
  @media screen and (min-width: 40em) {
    .pricing_subtitle {
      width: 100%; } }

.pricing_gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 auto 0.5cm;
  max-width: 350px; }
  .pricing_gallery > li {
    padding-left: 0; }
    .pricing_gallery > li:before {
      content: none; }
  @media screen and (min-width: 40em) {
    .pricing_gallery {
      width: 60%;
      margin-bottom: 1cm;
      max-width: none; } }
  @media screen and (min-width: 75em) {
    .pricing_gallery {
      max-width: 400px; } }

.pricing_gallery-item {
  position: relative;
  padding: 0;
  margin-top: 10px; }
  .pricing_gallery-item img {
    margin: 0; }
  .pricing_gallery-item p {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #F2F5F9;
    padding: 5px;
    margin: 0;
    font-size: 0.9rem; }
  @media screen and (min-width: 75em) {
    .pricing_gallery-item {
      font-size: 1rem; } }

@media screen and (min-width: 60em) {
  .n3 .pricing-option {
    margin-left: -30px !important;
    margin-right: -30px !important; }
  .n2 .pricing-option {
    max-width: none !important; } }

.pricing_inclusions, .types_inclusions {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 20px; }
  .pricing_inclusions ul, .types_inclusions ul {
    margin-top: 20px; }
  .pricing_inclusions li, .types_inclusions li {
    color: #2C679E;
    text-align: left; }
    .pricing_inclusions li:before, .types_inclusions li:before {
      color: #3690CE;
      margin-top: 3px; }
  @media screen and (min-width: 40em) {
    .pricing_inclusions, .types_inclusions {
      margin-left: 1cm; } }
  @media screen and (min-width: 60em) {
    .pricing_inclusions, .types_inclusions {
      padding: 20px 30px; }
      .pricing_inclusions li, .types_inclusions li {
        font-size: 0.9rem; } }

.pricing_inclusions-header {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #123D65;
  margin-bottom: 0.5em;
  margin-top: 0; }
  @media screen and (min-width: 40em) {
    .pricing_inclusions-header {
      text-align: left; } }
  @media screen and (min-width: 60em) {
    .pricing_inclusions-header {
      font-size: 1rem;
      font-weight: 400; } }

.sidebar {
  margin: 30px -20px;
  padding: 20px 20px;
  width: 100%;
  background-color: #F2F5F9; }
  .sidebar h3 {
    font-family: "Lato", sans-serif;
    text-transform: none;
    color: #3690CE;
    margin-top: 0; }
  @media screen and (min-width: 40em) {
    .sidebar {
      width: 32em;
      background-color: #fff;
      margin: 0 auto 30px; }
      .sidebar h3 {
        font-weight: 300; } }
  @media screen and (min-width: 60em) {
    .sidebar {
      display: block;
      width: 270px;
      float: right;
      margin: 100px -20px; } }
  @media screen and (min-width: 75em) {
    .sidebar {
      margin-right: 7%;
      background-color: transparent; } }

.sidebar-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }
  .sidebar-widget ul > li {
    padding-left: 0; }
    .sidebar-widget ul > li:before {
      content: none; }

.sidebar-widget li {
  padding: none; }

.sidebar-widget a {
  display: block;
  color: #353535;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: none;
  padding: 0.1em 0.5em; }
  .sidebar-widget a:before {
    font-size: 0.6em;
    margin-right: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-weight: 300; }
  .sidebar-widget a:hover, .sidebar-widget a:focus {
    color: #123D65;
    background-color: #fff;
    text-decoration: none; }
    .sidebar-widget a:hover:before, .sidebar-widget a:focus:before {
      padding-left: 0.2em;
      margin-right: 0.8em; }
  .sidebar-widget a.current {
    font-weight: 900;
    text-decoration: none; }

@media screen and (min-width: 40em) {
  .sidebar-widget a {
    font-size: 0.9rem;
    font-weight: bold;
    color: #2C679E; }
    .sidebar-widget a:hover, .sidebar-widget a:focus {
      background-color: #F2F5F9; } }

@media screen and (min-width: 60em) {
  .sidebar-widget a {
    font-size: 0.9rem;
    font-weight: bold;
    color: #2C679E; }
    .sidebar-widget a:hover, .sidebar-widget a:focus {
      background-color: #F2F5F9; } }

@media screen and (min-width: 75em) {
  .sidebar-widget h3 {
    font-size: 1.3rem; }
  .sidebar-widget a {
    font-size: 1rem; }
    .sidebar-widget a:hover, .sidebar-widget a:focus {
      background-color: #fff; } }

.slick-list li:before {
  content: none; }

.pricing-option .slick-list {
  border-radius: 5px;
  overflow: hidden; }

@media screen and (min-width: 60em) {
  .slick-list {
    border-radius: 10px;
    overflow: hidden; } }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  height: 1cm;
  width: 1cm;
  color: transparent;
  background-color: #FFF;
  border: 0;
  border-radius: 50%;
  text-align: center; }
  .pricing-option .slick-prev, .pricing-option
  .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    opacity: 1 !important; }
  @media screen and (min-width: 60em) {
    .slick-prev,
    .slick-next {
      opacity: 0.8;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: auto;
      height: 50px;
      width: 50px; }
      .slick-prev:hover, .slick-prev:focus,
      .slick-next:hover,
      .slick-next:focus {
        opacity: 1 !important;
        outline: none; } }

.slick-prev {
  left: -0.5cm; }
  .slick-prev:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 50%;
    color: #3690CE;
    font-size: 1rem; }
  @media screen and (min-width: 60em) {
    .slick-prev {
      left: -25px; } }

.slick-next {
  right: -0.5cm; }
  .slick-next:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 50%;
    color: #3690CE;
    font-size: 1rem; }
  @media screen and (min-width: 60em) {
    .slick-next {
      right: -25px; } }

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 20px;
  height: 0.9cm;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 2; }
  .slick-dots > li {
    padding-left: 0; }
    .slick-dots > li:before {
      content: none; }
  .slick-dots li {
    display: inline-block;
    margin: 0 10px; }
    .slick-dots li.slick-active button {
      background-color: #fff; }
  .slick-dots button {
    border: 0;
    width: 0.8cm;
    height: 0.8cm;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    font-weight: bold;
    color: #3690CE; }
    .slick-dots button:hover, .slick-dots button:focus {
      outline: 0; }

.social {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-right: -3px; }
  .social > li {
    padding-left: 0; }
    .social > li:before {
      content: none; }
  .social i {
    font-size: 2.5rem !important; }
  .social li {
    display: inline-block;
    padding: 0 15px; }
  @media screen and (min-width: 60em) {
    .social {
      margin-right: 0; }
      .social i {
        font-size: 1.8rem !important;
        margin-top: 0 !important; }
      .social li {
        padding: 0 10px; } }

.types_headers {
  text-align: center; }
  .types_headers a {
    font-size: 1.2rem; }

.types_pricing {
  margin: 0 auto; }

.types_container {
  margin-bottom: 1cm; }

.types_type {
  padding: 0; }
  .types_type.active {
    padding: 20px 20px 0 !important; }
    @media screen and (min-width: 60em) {
      .types_type.active {
        padding: 60px 30px 0 !important; } }
  @media screen and (min-width: 60em) {
    .types_type {
      display: block;
      width: 100%; } }

.types_title {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 1.7rem;
  text-align: center;
  color: #123D65;
  margin-bottom: 0; }
  @media screen and (min-width: 60em) {
    .types_title {
      margin-top: 0;
      padding: 0 20px 10px; } }

.types_title-luxe {
  display: inline-block;
  vertical-align: text-top;
  margin-top: 3px;
  margin-left: 0.5em;
  font-weight: 300;
  font-size: 0.6em;
  color: #fff;
  background-color: #123D65;
  line-height: 1.7em;
  padding: 0 0.5em; }

.types_subtitle {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.1rem;
  color: #3690CE; }
  @media screen and (min-width: 60em) {
    .types_subtitle {
      display: block;
      line-height: 1.6;
      border-bottom: 1px solid #3690CE;
      padding: 0 0 10px; } }

.types_content {
  margin: 30px 0 0;
  text-align: left; }
  @media screen and (min-width: 60em) {
    .types_content {
      padding: 0 20px;
      text-align: center;
      font-weight: 300; } }
  @media screen and (min-width: 40em) {
    .types_content {
      padding: 0 30px; } }

@media screen and (min-width: 60em) {
  .n3 .types_inclusions {
    padding: 0; } }

/*
 * Print styles
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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