@charset "UTF-8";
/*! frontend by paulcollett.com */
/* Support the future specification of the viewport meta tag
 * note: 'kind of borked in IE10, for Surface/desktop in split view and for Windows Phone 8'
 * 		see: https://github.com/twbs/bootstrap/blob/master/less/responsive-utilities.less
*/
/*
@viewport { width: device-width; }
@-o-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
*/
/* Reset page */
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/* Paul: has updated [type=search] border box from content to border*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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; } }
/* Functions / Helpers */
/**
 * Breakpoint
 */
/**
 * Create vendor-prefixed CSS
 */
/**
 * Disable selection of certain elements
 */
/* font face */
/**
 * Force overly long spans of text to truncate, e.g.:
 * 
	 `@include truncate();`
 * 
 * Where `$truncation-boundary` is a united measurement.
 */
/* -webkit-animation: animation-name .5s ease; */
/*
@mixin vertical-middle{
	display: table-cell;
	vertical-align: middle;
	margin-top: inherit;
	*clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),     style.clear = "none", 0     );
}
*/
/* Style placeholder text - put in parent container */
/*
@mixin flexbox() {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@mixin flex($values) {
  -webkit-box-flex: $values;
  -moz-box-flex:  $values;
  -webkit-flex:  $values;
  -ms-flex:  $values;
  flex:  $values;
}

@mixin order($val) {
  -webkit-box-ordinal-group: $val;  
  -moz-box-ordinal-group: $val;     
  -ms-flex-order: $val;     
  -webkit-order: $val;  
  order: $val;
}

.wrapper {
  @include flexbox();
}

.item {
  @include flex(1 200px);
  @include order(2);
}

*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  -ms-font-kerning: normal;
  font-kerning: normal; }

ul, ol, dd, blockquote {
  padding: 0; }

p {
  word-wrap: break-word;
  /*
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
  */
  orphans: 2;
  widows: 2; }

/* text selection colors - separate selectors */
/**
 * Base sizes + element spacing
 */
/* Default Styles */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

/*
 * - Scale images
 * - Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

/*
 *  horizontal rule base styling
 */
hr {
  border: none;
  border-top: 1px solid #ccc;
  background: none;
  height: 0; }

.embed-frame, .u-frame {
  position: relative;
  height: 0;
  padding-bottom: 75%; }
  .embed-frame iframe, .embed-frame object, .u-frame iframe, .u-frame object {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; }
  .embed-frame.m-square, .u-frame.m-square {
    padding-bottom: 100%; }
  .embed-frame.m-widescreen, .u-frame.m-widescreen {
    padding-bottom: 56.25%; }

/*
 *	Helpers
*/
/*
.flush{
	margin: 0 !important;
}
*/
.u-flushb {
  margin-bottom: 0 !important; }

/*
.flush-top{
	margin-top: 0 !important;
}
.flush-left{
    margin-left: 0 !important;
}
.flush-right{
    margin-right: 0 !important;
}
*/
.u-textr {
  text-align: right !important; }

.u-textc {
  text-align: center !important; }

.u-textl {
  text-align: left !important; }

/*
.u-cf{
    @extend %layout-clearfix;
}
.u-fit{
   display: block !important;
   float: left !important;
   width: auto !important;
}
.u-fill{
   display: block !important;
   float: left !important;
   width: auto !important; 
}
*/
textarea,
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"] {
  -webkit-appearance: none;
  background: transparent;
  border: currentcolor solid 1px;
  border-radius: 0;
  padding: 0.4em 0.75em;
  outline: none; }

select {
  padding: 0.4em 0.75em;
  outline: none;
  border-radius: 0px;
  border: currentcolor solid 1px; }

textarea {
  height: auto;
  resize: none;
  overflow: auto; }

/**
 * //http://suitcss.github.io/components-button/
 * 1. Corrects inability to style clickable `input` types in iOS.
 * 2. Normalize `box-sizing` across all elements that this component could be
 *    applied to.
 * 3. Inherit text color from ancestor.
 * 4. Inherit font styles from ancestor.
 * 5. Normalize `line-height`. For `input`, it can't be changed from `normal` in Firefox 4+.
 * 6. Prevent button text from being selectable.
 * 7. Make sure `input` will wrap text across multiple lines.
 */
.button {
  -webkit-appearance: none;
  /* 1 */
  background: transparent;
  border: currentcolor solid 1px;
  box-sizing: border-box;
  /* 2 */
  color: inherit;
  /* 3 */
  cursor: pointer;
  display: inline-block;
  font: inherit;
  /* 4 */
  line-height: normal;
  /* 5 */
  margin: 0;
  padding: 0.4em 0.75em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* 6 */
  white-space: normal;
  /* 7 */
  touch-action: manipulation; }

@media only screen and (max-width: 600px) {
  svg.skewdec {
    max-height: 30px; } }
/* Grid.scss */
.grid {
  *zoom: 1; }
  .grid:before, .grid:after {
    content: "";
    display: table; }
  .grid:after {
    clear: both; }

.grid {
  display: block;
  margin-left: 0px; }

.grid > div, .grid > * {
  float: left;
  border-left: 0px solid transparent; }

.c1of1, .cols1 > * {
  width: 100%; }

.c1of2, .cols2 > * {
  width: 50%; }

.c1of3, .cols3 > * {
  width: 33.333%; }

.c1of4, .cols4 > * {
  width: 25%; }

.c1of5, .cols5 > * {
  width: 20%; }

.c1of6, .cols6 > * {
  width: 16.666%; }

.c2of3 {
  width: 66.666%; }

.c3of4 {
  width: 75%; }

.c2of5 {
  width: 40%; }

.c3of5 {
  width: 60%; }

.c4of5 {
  width: 80%; }

.c1of7 {
  width: 14.28%; }

.c2of7 {
  width: 28.57%; }

.c4of7 {
  width: 57.14%; }

.cols5 > *:nth-child(5n+1)
, .cols4 > *:nth-child(4n+1)
, .cols3 > *:nth-child(3n+1)
, .cols2 > *:nth-child(2n+1)
, .cols1 > * {
  clear: left; }

.grid-table {
  display: table; }
  .grid-table > * {
    display: table-cell; }

/*

.grid{
	@extend %layout-container;
	margin-left: -40px;

	& > div,& > *{
		@extend %layout-column;
		border-left-width: 40px;
	}
	&.bottom > div,&.bottom > *{
		margin-bottom:30px;
	}

	&.gutter-small{
		margin-left: -20px;
		& > div,& > *{
			border-left-width: 20px;
		}
	}
	&.bottom-small > div,&.bottom-small > *{
		margin-bottom:20px;
	}
	&.bottom-tiny > div,&.bottom-tiny > *{
		margin-bottom:10px;
	}
	&.gutter-none{
		margin-left: 0px;
		& > div{
			border:none;
		}
	}

}
*/
/*
@include breakpoint(550px){
	.at550c1of1{width:100%;}
	.at550c1of2{width:50%;}
	.at550columns1 > *{width:100%;clear:left;}
	.at550columns2 > *{width:50%;clear:none;}
	.at550columns2 > *:nth-child(3n+1){clear:none;}
	.at550columns2 > *:nth-child(2n+1){width:50%;clear:left;}
}
*/
/* Site Specific */
::selection {
  color: #333333;
  background: #cccccc;
  text-shadow: none; }

::-moz-selection {
  color: #333333;
  background: #cccccc;
  text-shadow: none; }

body {
  font-size: 15px;
  line-height: 18px; }

h1, h2, h3, h4, h5, h6,
ul, ol, dl, blockquote, p, address, pre, hr,
hgroup, table, fieldset, figure,
label, .base {
  font-size: 15px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 18px; }

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("embedded-opentype"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg"); }

@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat.eot");
  src: url("../fonts/montserrat.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat.woff") format("woff"), url("../fonts/montserrat.ttf") format("truetype"), url("../fonts/montserrat.svg#montserrat") format("svg"); }

@font-face {
  font-family: "optima-bold-webfont";
  src: url("../fonts/optima-bold-webfont.eot");
  src: url("../fonts/optima-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/optima-bold-webfont.woff") format("woff"), url("../fonts/optima-bold-webfont.ttf") format("truetype"), url("../fonts/optima-bold-webfont.svg#optima-bold-webfont") format("svg"); }

.grid {
  margin-left: -25px;
  	 /*
  	&.bottom-small > div,&.bottom-small > *{
  		margin-bottom:20px;
  	}
  	&.bottom-tiny > div,&.bottom-tiny > *{
  		margin-bottom:10px;
  	}
  	&.gutter-none{
  		margin-left: 0px;
  		& > div{
  			border:none;
  		}
  	}
  */ }
  .grid > div, .grid > * {
    border-left-width: 25px; }
  .grid.bottom > div, .grid.bottom > * {
    margin-bottom: 25px; }
  .grid.gutter-tiny {
    margin-left: -5px; }
    .grid.gutter-tiny > div, .grid.gutter-tiny > * {
      border-left-width: 5px; }
  .grid.gutter-l {
    margin-left: -40px; }
    .grid.gutter-l > div, .grid.gutter-l > * {
      border-left-width: 40px; }
  .grid.bottom-s > div, .grid.bottom-s > * {
    margin-bottom: 10px; }
  .grid.bottom-l > div, .grid.bottom-l > * {
    margin-bottom: 40px; }
  .grid.gutter-s {
    margin-left: -15px; }
    .grid.gutter-s > div, .grid.gutter-s > * {
      border-left-width: 15px; }

/*
@include breakpoint(767px){
	.at767c1of1{width:100%;}
	.at767columns1 > *{width:100%;clear:left;}
	.at767hide{display:none!important;}
	.at767bottom-none{
		& > div,& > *{margin-bottom:0!important;}
	}
	.grid.at767gutter-small{
		margin-left: -20px;
		& > div,& > *{
			border-left-width: 20px;
		}
	}
	.at767columns3 > *{width:33.333%;clear:none;}
	.at767columns3 > *:nth-child(4n+1){clear:none;}
}
*/
.u-floatl {
  float: left !important; }

.u-floatr {
  float: right !important; }

@media only screen and (max-width: 1024px) {
  .at1024c1of1 {
    width: 100%; } }
@media only screen and (max-width: 950px) {
  .at950c1of1 {
    width: 100%; }

  .at950c1of2 {
    width: 50%; }

  .at950cols1 > * {
    width: 100%;
    clear: left; }

  .at950cols4 > * {
    width: 25%; }

  .at950cols4 > *:nth-child(4n+1) {
    clear: left; }

  .at950cols4 > *:nth-child(5n+1) {
    clear: none; } }
@media only screen and (max-width: 800px) {
  .at800c1of1 {
    width: 100%; }

  .at800c1of2 {
    width: 50%; } }
@media only screen and (max-width: 750px) {
  .at750c1of1 {
    width: 100%; } }
@media only screen and (max-width: 700px) {
  .at700cols3 > * {
    width: 33.33%; }

  .at700cols3 > *:nth-child(3n+1) {
    clear: left; }

  .at700cols3 > *:nth-child(4n+1) {
    clear: none; } }
@media only screen and (max-width: 650px) {
  .at650hide {
    display: none; }

  .at650c1of1 {
    width: 100%; }

  .at650u-floatl {
    float: left !important; }

  .at650u-floatr {
    float: right !important; } }
@media only screen and (max-width: 450px) {
  .at450hide {
    display: none; }

  .at450c1of1 {
    width: 100%; }

  .at450c2of5 {
    width: 40%; }

  .at450c3of5 {
    width: 60%; }

  .at450cols2 > * {
    width: 50%; }

  .at450cols2 > *:nth-child(2n+1) {
    clear: left; }

  .at450cols2 > *:nth-child(3n+1) {
    clear: none; } }
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #747474;
  background: #fff;
  overflow-x: hidden; }

a {
  color: #04205d; }

.contain {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px; }
  .contain.m-tiny {
    max-width: 500px; }
  .contain.m-small {
    max-width: 700px; }
  .contain.m-800 {
    max-width: 800px; }
  .contain.m-medium {
    max-width: 1200px; }

@media only screen and (max-width: 500px) {
  .contain {
    padding: 0 10px; } }
.section {
  padding: 40px 0;
  position: relative; }
  .section.m-grey {
    background: #f7f7f7; }

.u-caps {
  text-transform: uppercase; }

.u-red {
  color: #06318e !important; }

.u-grey {
  color: #747474 !important; }

.u-fam-bold {
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.u-s-m {
  font-size: 16px; }

.u-s-l {
  font-size: 26px; }

.u-bottom-l {
  margin-bottom: 50px; }

.u-bottom {
  margin-bottom: 30px; }

.u-bottom-s {
  margin-bottom: 15px; }

.u-bottom0 {
  margin-bottom: 0; }

.u-bottom5 {
  margin-bottom: 5px; }

.button {
  background: #06318e;
  color: #fff;
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  -webkit-border-radius: 10px 5px;
  -moz-border-radius: 10px 5px;
  -ms-border-radius: 10px 5px;
  border-radius: 10px 5px;
  -webkit-transform: skewX(-9deg);
  transform: skewX(-9deg); }
  .button:hover {
    background: #073aa6;
    -webkit-transform: translateY(-1px) skewX(-9deg);
    transform: translateY(-1px) skewX(-9deg); }
  .button:active {
    -webkit-transform: skewX(-9deg);
    transform: skewX(-9deg); }

textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
  color: #04205d;
  border: 1px solid #666;
  border-radius: 2px; }
  textarea.error,
  input[type="text"].error,
  input[type="tel"].error,
  input[type="email"].error {
    border-color: #06318e; }

label.required:after {
  content: '*';
  color: #06318e;
  margin-left: 1px;
  font-family: monospace; }

@media only screen and (max-width: 1024px) {
  input[type=checkbox] {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #666;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    outline: none; }
    input[type=checkbox]:checked {
      border-color: green;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAAAAACupDjxAAAHS0lEQVR42u3ceVATVxzA8f5bxxYG5JYjXCEHguEKhEAIRsWKiniD1RZaj6lKFam2o461XtWhh47jKBXaOnZEp4gHtRVBpXWm2iodWhWt4IUXCIiEIMvyK6hVjvfeJmyO98d+ZxzQvPebzy4h2QTG14DyXhOAAlAACkABKAAFoAAUgALQdjFtN0o2LZowvqfkzA1lerqALTV7F2oTe/duNUXA5j/XjNElavuUuIwaIFO5UTtK27/ETFqAd/dNHMjrBq6gBHgjI1GbMDBtMiX3wVuLkL4E7Yd0fBfXZyUkaFDpKqgAGvLQPI0mk6ECeF0Xj+kwFc8k7DYNxjdLTwWwPhnjSyhkqQDuicM0qY6KiwV9GsanzW+nAligUSOLm1ZLxeUWMycODdTktVMBLNFhTmDaFSouWDvmqWORxX+tpwJYkoQGqnUXqLjkN2THqpCpFxuoAB4dhwFq9lHxoolZERuDTJVRRwXwRooKDYzPp+JlpyFPFY1MNecJFcDaqTFoYNxuKl64M0UqJbqURiqAdWnRaJ8qn4q3PtgDMZgTmNxCBbBptjIK3Rd0vHlUHo3xJdRRATTMjYpEpvySoQJ4OhKT7jpQAZwagU658ykVwIpotC9yVBVQAZwfji5ySysVwLJRaF/E2EqgAcjMDw971osPL4vYZqACeCyxv+yFV8NxAq0ENOSEKZCFz2ulAlg2Gu1TKAuABuDTlYqRyBTp96gAVqnQQIW6GGgA6rcrQpGNfFtPBfCSBu0LjTkKNAD1uSNDQ5ClM1QAr0WjeSHhvwANQOab0BHo0oAK4B1dCNoXUk4HcDfGN2J6OxXAhjHB6EIOslQAPw+WIwtOqwcagHUJcgzwCEsFcEuwDJl8zj2gAVirk2E6zJoDyOpbHtXfP3W7vkE/KF/X+mApMtnCOuANbH9QfWR1esSzL4gip/zxIICXx8rQwOBjwBf4sHLHLEn3eMnzpNLsuyb7OtfKJMikE+/zBN45lBUqk/YZKstuMxV4cawUDQzJBV7A1qIFkoGjpaWm3gPXyftN+P9j6g1ewJ9nSqRBiMYaTANej0eOCQoKLwIeQGZjrESMTPKDaZcx32LmiGfoeQAbM+VBmLniZJPuhTXJ3YNQs0IPweCB7PJAfMEFppzA/CDEiIDuP1MYHsAiOQEontBswpNIohg9RXYceABTAkjJtrJGn8CdYsyQKcAHqCYCA0dXGX0Zg5vkX8oLqPUnFriuy8jBOwPQEwJS23kBcwP8SPnH1hg392YYZoLsfBcvYENUv4G+/f6+3bjHsGUYX8AnJj7aD3gc3OpHTnnFqHdjQjFfgfALwBP4UOdLzG99qxFjP8Ds9l+r5wvs2u9HFor/4J76u7L3DtGrT2POAV8gPHjLV0TKdwnnpSuzELd3s54/kD3oLyILT3INLY/CHOPIi8AfCPcmiXyIpXI84bUuwAzwzQJzADsPBJKBPt+TZx5UYPZF/moWIDxZIfImFn2LNLJxso8PYpOPt/8qMA8QKiTeXsQ+Jo2sEGN2h/9rLqB+Bgcw7Cx+YnMOZrPfFjAXEH5UcAgz8D9CLQ3E7IltNB+QmevlOaDe/yTH/aoVPJiJ2NqT9zYwHxAqIjyJeY3D/Zi8xAsDjGkyJxCWew4n5rm6E30CdbgdR8CswFolBzASfVWThzswXZt5gZDrQW74V6gr4yYVZrmomDUzsC2ZQygvQ+zKwR3OcgOYGQhn3Ml5zBh4r78kxSwWnwWzAw3veJCFnrsGvADPwB3MhnbzA+FvXzdy0v7vUZXK0Qvd1X+BBYDtm905hIv7Pp+0zsCsc8/vtAQQauJdybmX9Fm/yx+9zE1VAxYBwmFfDqGy9/dJfYIb5jjWgYWADUtcXYi5rXr1Kryz0AOzakytpYBwSkQGuviffrn22njM0Yj2gcWAHUtcnIm5aC69WNqyGrPU9X3WckCoCucQui/qeL7ybCBmheQqWBAIO0ROxJxFe54/Cac7Y1Z8BhYF6ic5cQjVPQ/XbLEb5nZVk2WBUBEwjJzT6sfdl4EjMLc6F4OFgbDKiUM4rKCLXYm7bWmbxYGGGC6gz7lzXpibxNVgcSAUuzpylKTF3OC2l7ECkF3sONhmN4AVgHA/ydFhMDmqK8EqwK6T3oMDftdhHSB0bHKwR2ZnTyqpFawEhNoUB3uTk50AqwG7zviY7HPZyFoPCJBl8ilM7QJrAm8l2ZlWSC1YFQinpSb5nPaDlYGw3cEUYDZYHQgb3jA6u6WMDYDNE432Tb4LNgDCFZmRwJTLYBMgnHQ2yjf9KtgI2Jnv0AN4k+yLvQ62AkLn7mFDObJPqQbbAaHlUzuyz+ejZrAlEFrfsx9CKLYQwLZAeLTSCcuTLb0NNgcCnIhG8wK2XAagAQj/rBk6kBe69TwDlACh7bdMxz460eyfrj4FoAYI8PhaYZp0yOs9eU9be/xmE1iqQf8eNdvW0vSsx20dYMGE/95PAApAASgABaAAFIACUABS3X95L/iCecWXzwAAAABJRU5ErkJggg==) center center no-repeat;
      background-size: 100%; } }
select {
  width: 100%;
  height: 36px; }

textarea {
  height: 80px;
  resize: none; }

label {
  display: block;
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 5px; }

body {
  overflow-x: hidden; }

.section {
  overflow: hidden; }

.section-header {
  background: #f1eee8 url(../img/header-bg.jpg) bottom left repeat-x;
  background-size: 100% 100%;
  padding-bottom: 50px;
  /*
  	&:after{
  		content:'';
  		bottom:0;
  		display:block;
  		height:50px;
  		width:100%;
  		background:red;
  		opacity:0.3;
  		//@include vendor(transform,translateY(90px) rotate(-3deg));
  		//@include vendor(transform-origin, 50% 50%);
  	}*/ }

.element-home-banner-overlay {
  margin-top: -50px; }

.header {
  position: relative;
  height: 115px;
  text-align: center; }
  .header:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    height: 50px;
    width: 100%;
    background: #06318e;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  .header .contain {
    position: relative;
    overflow: hidden; }

@media only screen and (max-width: 500px) {
  .section-header {
    background-size: cover;
    padding-bottom: 0px; }

  .element-promobox {
    padding-bottom: 60px !important; }

  .header {
    overview: hidden;
    height: 100px; } }
.logo {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 95px; }

.logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 260px;
  height: 95px;
  overflow: hidden;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 0 0 12px 8px/12px 8px;
  -moz-border-radius: 0 0 12px 8px/12px 8px;
  -ms-border-radius: 0 0 12px 8px/12px 8px;
  border-radius: 0 0 12px 8px/12px 8px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }

.logo img {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 0;
  left: 0;
  margin: auto; }

.navigation {
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em; }
  .navigation ul {
    margin: 0;
    list-style: none; }
  .navigation li {
    float: left; }
  .navigation a {
    display: block;
    color: #fff;
    line-height: 50px;
    margin: 0 20px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 16px;
    position: relative; }
    .navigation a:hover:after {
      content: '';
      display: block;
      border-bottom: 3px solid #fff;
      position: absolute;
      bottom: 13px;
      width: 100%; }

@media only screen and (max-width: 1100px) {
  .logo, .logo-bg {
    width: 250px;
    height: 96px; }

  .navigation a {
    margin: 0 15px;
    font-size: 17px; } }
@-webkit-keyframes navbgin {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes navin {
  from {
    opacity: 0;
    transform: translateY(-30px); }

  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes navin {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px); }

  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@media only screen and (max-width: 1000px) {
  .logo, .logo-bg {
    float: left; }

  .navigation-mobie-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    .navigation-mobie-toggle:before {
      content: ' ';
      border: 0px solid #fff;
      border-width: 4px 0;
      float: right;
      width: 40px;
      height: 28px;
      background: #fff;
      padding: 8px 0;
      background-clip: content-box;
      margin: auto;
      -webkit-transform: skewX(-6deg);
      border-radius: 4px 0/10px; }
    .navigation-mobie-toggle:after {
      content: 'menu';
      font-family: "Montserrat", sans-serif;
      bottom: 5px;
      float: left;
      line-height: 30px;
      padding-right: 10px; }

  .header .contain {
    overflow: visible; }

  .navigation {
    display: none; }

  body.reveal-navigation:after {
    -webkit-animation: navbgin ease-out 0.25s;
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(241, 238, 232, 0.9);
    z-index: 98; }

  .reveal-navigation .navigation {
    -webkit-animation: navin ease-out 0.25s;
    animation: navin ease-out 0.15s;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    margin: 65px 0 0 0; }
    .reveal-navigation .navigation li {
      float: none;
      margin-bottom: 5px; }
    .reveal-navigation .navigation a {
      display: inline-block;
      background: #06318e;
      -webkit-transform: skewX(-6deg);
      border-radius: 10px/10px 0px;
      padding: 0 15px;
      margin: 0; }
      .reveal-navigation .navigation a:hover:after {
        display: none; }
      .reveal-navigation .navigation a:active {
        position: relative;
        top: 1px; }
  .reveal-navigation .navigation-mobile-close {
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 0;
    right: 0;
    width: 50px;
    line-height: 48px;
    text-align: center;
    -webkit-transform: skewX(-6deg);
    border-radius: 10px/10px 0px;
    margin: auto;
    border: 1px solid #888;
    color: #888;
    font-size: 18px;
    font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .reveal-navigation .navigation-mobile-close:after {
      content: '×'; } }
@media only screen and (max-width: 430px) {
  .logo {
    width: 170px; }
    .logo img {
      max-width: 90%;
      top: 10px; }

  .logo-bg {
    width: 170px;
    height: 66px; }

  .navigation-mobie-toggle {
    top: 15px;
    right: 20px; }

  .header:before {
    top: 5px;
    height: 50px; } }
.home-fleet-listing {
  text-align: center;
  font-size: 0; }
  .home-fleet-listing > div {
    padding: 0 10px;
    width: 20%;
    display: inline-block;
    margin-bottom: 40px;
    vertical-align: top; }

@media only screen and (max-width: 1100px) {
  .home-fleet-listing > div {
    width: 20%; }
    .home-fleet-listing > div:nth-child(n+6) {
      width: 20%; } }
@media only screen and (max-width: 950px) {
  .home-fleet-listing > div {
    width: 25%; }
    .home-fleet-listing > div:nth-child(n+6) {
      width: 25%; }
    .home-fleet-listing > div:nth-child(n+7) {
      width: 25%; } }
@media only screen and (max-width: 725px) {
  .home-fleet-listing > div {
    width: 33.3%;
    padding: 0 5px; }
    .home-fleet-listing > div:nth-child(n+6) {
      width: 33.3%; }
    .home-fleet-listing > div:nth-child(n+7) {
      width: 33.3%; } }
@media only screen and (max-width: 600px) {
  .home-fleet-listing > div {
    width: 50%; }
    .home-fleet-listing > div:nth-child(n+5) {
      width: 33.3%; }
    .home-fleet-listing > div:nth-child(n+7) {
      width: 33.3%; } }
@media only screen and (max-width: 500px) {
  .home-fleet-listing > div {
    width: 50%; }
    .home-fleet-listing > div:nth-child(n+4) {
      width: 50%; } }
.heading {
  color: #747474;
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0.02em; }
  .heading.m-tiny {
    font-size: 18px;
    line-height: 22px; }
  .heading.m-small {
    font-size: 24px;
    line-height: 26px; }
  .heading.m-large {
    font-size: 60px;
    line-height: 60px; }
  .heading.m-display {
    color: #9a9a9a; }

img.disc {
  border-radius: 100%;
  overflow: hidden; }

.home-large, .home-large p {
  font-size: 18px;
  line-height: 26px; }

.element-pricing {
  text-align: center;
  font-size: 16px;
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: default; }
  .element-pricing .leadin {
    line-height: 30px; }
  .element-pricing .price {
    display: inline-block;
    font-size: 45px;
    position: relative;
    line-height: 30px; }
    .element-pricing .price:before {
      content: '$';
      font-size: 15px;
      line-height: 15px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      position: absolute;
      top: 0;
      left: -9px;
      font-weight: bold; }
    .element-pricing .price:after {
      font-size: 0.7em;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      content: '*';
      position: absolute;
      top: 0; }
  .element-pricing .duration {
    display: inline-block; }
    .element-pricing .duration:before {
      content: '/'; }
  .element-pricing.booked {
    position: relative;
    overflow: hidden; }
    .element-pricing.booked .leadin {
      color: #666; }
    .element-pricing.booked .price, .element-pricing.booked .duration {
      color: #bbb; }
    .element-pricing.booked:after {
      position: absolute;
      line-height: 20px;
      content: 'Booked Out';
      left: -5px;
      top: 50%;
      right: -5px;
      color: #fff;
      background: #888;
      background: rgba(102, 102, 102, 0.5);
      z-index: 1;
      transform: rotate(-5deg); }
    .element-pricing.booked[data-message]:after {
      content: attr(data-message); }
    .element-pricing.booked:hover .price, .element-pricing.booked:hover .duration {
      color: #888; }
    .element-pricing.booked:hover:after {
      z-index: -1; }

@media only screen and (max-width: 600px) {
  .element-pricing .leadin, .element-pricing .duration {
    font-size: 14px; }
  .element-pricing .price {
    font-size: 35px;
    line-height: 25px; } }
.element-spanned-pricing {
  position: relative;
  color: #06318e;
  background: #eee;
  transform: skewY(-2deg);
  text-align: center;
  padding: 3px 0 0 0;
  border-bottom: 1px solid #ddd; }
  .element-spanned-pricing .leadin {
    display: inline-block;
    font-size: 15px;
    position: relative;
    top: -7px; }
  .element-spanned-pricing .price {
    display: inline-block;
    font-size: 42px;
    margin-left: 3px;
    line-height: 40px; }
    .element-spanned-pricing .price:before {
      content: '$';
      font-size: 15px;
      position: relative;
      top: -17px; }
  .element-spanned-pricing .duration {
    display: inline-block;
    font-size: 15px;
    position: relative;
    top: -7px; }
    .element-spanned-pricing .duration:before {
      content: '/'; }

.element-fleet-box {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  text-align: left;
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .element-fleet-box .fleet-name {
    line-height: 30px;
    background: #06318e;
    display: inline-block;
    color: #fff;
    padding: 0 7px;
    position: relative;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    font-size: 22px;
    max-width: 100%; }
    .element-fleet-box .fleet-name:after {
      content: '';
      height: 0;
      border-right: 7px solid transparent;
      border-top: 30px solid #06318e;
      position: absolute;
      right: -7px; }
  .element-fleet-box .image {
    margin-top: 10px; }
    .element-fleet-box .image img {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-transform: skewY(2deg) scale(1, 1.05);
      -moz-transform: skewY(2deg) scale(1, 1.05);
      -ms-transform: skewY(2deg) scale(1, 1.05);
      transform: skewY(2deg) scale(1, 1.05);
      width: 100%; }
  .element-fleet-box .fleet-name, .element-fleet-box .element-spanned-pricing {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .element-fleet-box .points {
    text-align: center;
    margin-bottom: 5px;
    color: #747474; }
    .element-fleet-box .points ul {
      list-style-position: inside;
      display: inline; }
    .element-fleet-box .points li {
      font-size: 14px;
      line-height: 16px; }
  .element-fleet-box:hover .image img {
    -webkit-transform: skewY(2deg) scale(1.03, 1.08);
    -moz-transform: skewY(2deg) scale(1.03, 1.08);
    -ms-transform: skewY(2deg) scale(1.03, 1.08);
    transform: skewY(2deg) scale(1.03, 1.08); }
  .element-fleet-box:hover .fleet-name {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
  .element-fleet-box:hover .element-spanned-pricing {
    -webkit-transform: translateY(3px) skewY(-2deg);
    -moz-transform: translateY(3px) skewY(-2deg);
    -ms-transform: translateY(3px) skewY(-2deg);
    transform: translateY(3px) skewY(-2deg); }

@media only screen and (max-width: 1024px) {
  .fleet-name:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: 'View ›';
    background: #06318e;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: -14px;
    padding: 0 3px; } }
.element-image-skew {
  -webkit-transform: skewY(-2deg) scaleY(0.9);
  -moz-transform: skewY(-2deg) scaleY(0.9);
  -ms-transform: skewY(-2deg) scaleY(0.9);
  transform: skewY(-2deg) scaleY(0.9);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #eee;
  overflow: hidden; }
  .element-image-skew img {
    -webkit-transform: skewY(2 deg) scaleY(1.1);
    -moz-transform: skewY(2 deg) scaleY(1.1);
    -ms-transform: skewY(2 deg) scaleY(1.1);
    transform: skewY(2 deg) scaleY(1.1); }

.element-keypoints {
  list-style: none;
  overflow: hidden; }
  .element-keypoints li {
    padding-left: 15px;
    position: relative;
    padding-right: 5px; }
    .element-keypoints li:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      border-left: 6px solid #ccc;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      margin-top: 3px; }
  .element-keypoints.m-inline li {
    float: left;
    padding-right: 20px; }
  .element-keypoints.m-size-l li {
    font-size: 18px;
    line-height: 20px; }

@media only screen and (max-width: 1024px) {
  .element-keypoints.at1024m-inline li {
    float: left;
    padding-right: 20px; } }
.element-vehicle img {
  border-radius: 15px 0; }

.element-accessory {
  border-radius: 17px 0;
  background: #f1eee8;
  padding: 10px;
  display: block; }
  .element-accessory .heading {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px; }
  .element-accessory img {
    border-radius: 13px 0;
    margin-bottom: 5px; }
  .element-accessory:hover {
    background: #f5f3ee; }

.element-pricing-group {
  padding: 20px 0;
  margin-bottom: 30px;
  border: 3px solid #ccc;
  text-align: center; }
  .element-pricing-group .element-pricing {
    display: inline-block;
    padding: 0 30px;
    color: #06318e; }
  .element-pricing-group .terms {
    position: relative;
    top: 20px; }

.element-box {
  background: #f1eee8;
  border-radius: 10px 0;
  padding: 20px;
  -webkit-transform: skewY(-3deg) translateY(-10px);
  -moz-transform: skewY(-3deg) translateY(-10px);
  -ms-transform: skewY(-3deg) translateY(-10px);
  transform: skewY(-3deg) translateY(-10px); }
  .element-box .inner {
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg); }

.element-dotted-list {
  list-style: none; }
  .element-dotted-list li {
    padding: 5px 0;
    border-top: 1px #aaa dashed; }
    .element-dotted-list li:first-child {
      border: none; }
  .element-dotted-list a {
    color: #06318e; }

.element-copy a:hover {
  border-bottom: 1px solid #ccc; }
.element-copy p, .element-copy hr {
  max-width: 600px; }
.element-copy ul, .element-copy ol {
  max-width: 650px;
  margin-left: 30px; }
.element-copy blockquote {
  max-width: 650px;
  font-style: italic;
  padding-left: 20px;
  padding-right: 30px;
  margin-left: 20px;
  border-left: 2px solid #777777; }
.element-copy h1, .element-copy h2, .element-copy h3, .element-copy h4, .element-copy h5, .element-copy h6 {
  color: #aaa;
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 600px; }
.element-copy h1 {
  font-size: 28px;
  line-height: 28px; }
.element-copy h2 {
  font-size: 22px;
  line-height: 22px; }
.element-copy h3 {
  font-size: 18px;
  line-height: 18px; }
.element-copy h1, .element-copy h2, .element-copy h3 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px; }
.element-copy h4 {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase; }
.element-copy h5 {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase; }
.element-copy h6 {
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase; }
.element-copy address {
  color: #000; }
.element-copy pre {
  background: #f5f5f5;
  padding: 10px; }

@media only screen and (max-width: 600px) {
  .element-top {
    background: #f7f7f7;
    padding: 10px 5px;
    text-align: center;
    font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px; }
    .element-top:before {
      content: '↑';
      margin-right: 5px;
      font-family: monospace;
      display: inline-block;
      font-weight: bold;
      font-size: 13px; }
    .element-top:after {
      content: 'Top / Menu'; } }
.element-side-navigation {
  list-style: none; }
  .element-side-navigation a {
    font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #747474;
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc; }
    .element-side-navigation a:hover {
      color: #06318e; }
  .element-side-navigation li.selected a {
    color: #06318e; }

.element-dotted-list {
  border-top: 1px dotted #ccc; }
  .element-dotted-list a {
    display: block;
    padding: 10px 0;
    position: relative;
    padding-left: 15px; }
    .element-dotted-list a:before {
      position: absolute;
      top: 15px;
      left: 0;
      content: '';
      border-left: 4px solid #666;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
    .element-dotted-list a:hover {
      text-decoration: underline; }
      .element-dotted-list a:hover:before {
        border-left-color: #06318e; }
  .element-dotted-list li.selected a {
    color: #06318e; }

.element-accessories-list {
  list-style: none;
  padding: 10px 0 5px 0;
  border: 1px solid #ccc;
  border-width: 1px 0;
  max-height: 150px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .element-accessories-list li {
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
    width: 50%;
    float: left;
    padding-right: 10px; }
    .element-accessories-list li:hover {
      text-decoration: underline; }
    .element-accessories-list li:before {
      content: '';
      display: inline-block;
      float: left;
      width: 20px;
      height: 20px;
      line-height: 18px;
      border: 1px solid #666;
      margin-right: 10px;
      text-align: center;
      font-family: arial; }
    .element-accessories-list li.selected {
      color: #06318e; }
      .element-accessories-list li.selected:before {
        border-color: #06318e;
        content: '✓'; }
  .element-accessories-list input {
    display: none; }

@media only screen and (max-width: 1024px) {
  .element-accessories-list {
    padding: 5px;
    border: 1px solid #ccc;
    box-shadow: inset 0 -3px 8px -5px #333; } }
@media only screen and (max-width: 600px) {
  .element-accessories-list li {
    width: 100%; } }
.element-promobox {
  position: relative;
  max-width: 650px;
  padding: 20px 0;
  margin-left: 100px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 18px; }
  .element-promobox .next, .element-promobox .prev {
    cursor: pointer;
    display: inline-block;
    font-size: 60px;
    color: #D0021B; }
    .element-promobox .next:hover, .element-promobox .prev:hover {
      color: #9d0214; }
  .element-promobox .prev {
    color: #D5CDBD; }
    .element-promobox .prev:hover {
      color: #c1b59e; }
  .element-promobox .slide-toggle {
    top: 30px;
    position: absolute;
    left: -80px; }
  .element-promobox .slide {
    color: #b2535f; }
  .element-promobox a.slide:hover div {
    color: #06318e; }
  .element-promobox .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #D0021B; }
  .element-promobox .slides {
    overflow: hidden;
    position: relative;
    visibility: hidden;
    max-height: 100px; }
    .element-promobox .slides .slides-inner {
      overflow: hidden;
      position: relative; }
    .element-promobox .slides .slide {
      display: block;
      width: 100%;
      position: relative;
      float: left; }

@media only screen and (max-width: 600px) {
  .element-promobox {
    margin: 0;
    padding: 5px 0; }
    .element-promobox .next, .element-promobox .prev {
      display: none; }
    .element-promobox .slide {
      padding: 0 10px; } }
@-webkit-keyframes modalin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(100px); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }

@keyframes modalin {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(100px); }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }

@-webkit-keyframes modalbgin {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes modalbgin {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.modal-wrapper, .modal-background {
  position: fixed;
  *position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.modal-wrapper {
  /*
  	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-align: center;
  	-moz-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-box-pack: center;
  	-moz-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  */
  -webkit-animation: modalin .2s ease;
  animation: modalin .2s ease;
  z-index: 1; }

.modal-background {
  -webkit-animation: modalbgin .2s ease;
  animation: modalbgin .2s ease;
  background: rgba(221, 225, 233, 0.7); }
  .ie8 .modal-background {
    background: #dde1e9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.modal-body {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 50%;
  margin: auto;
  max-width: 500px;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .ie8 .modal-body {
    top: 10%;
    max-height: 90%; }

.modal-close {
  position: fixed;
  *position: absolute;
  top: 30px;
  right: 30px;
  z-index: 402; }

.modal-background {
  z-index: 998; }

.modal-wrapper {
  z-index: 999; }

.modal-body.modal-product {
  width: 100%;
  max-width: 720px;
  padding: 10px; }
