@charset "UTF-8";
/* ========================================================== */
/* 			            01. Variables                          */
/* ========================================================== */
/* ========================================================== */
/* 			            02. Colors                          */
/* ========================================================== */
/* ========================================================== */
/*               03. Breakpoints                          */
/* ========================================================== */
.row::after, .container::after, .clearfix::after {
  content: "";
  display: table;
  clear: both; }

/*
	Description:
	Set a rem font size with pixel fallback
	Useage:
	element{
		@include font-size(16px)
	}
*/
/*
	Description:
	Set placeholder color to inputs
	Useage:
	element{
		@placeholder-color(#cccccc)
	}
*/
/*
	Description:
	Prefix Animations and keyframes
	Useage:
	@include keyframes(fade-out) {
	  	0% { opacity: 1; }
	  	100% { opacity: 0; }
	}
	element{
	 	@include animation('5s fade-out 3');
	}
*/
/*
    Mixin transition prefix

*/
/*
    Mixin transfrorm
*/
/*
	Description:
	Vendor-prefixed CSS
	from https://github.com/HugoGiraudel/sass-boilerplate
	Useage:
	@include vendor(border-radius, 4px);
*/
/*
	Description:
	Cross browser opacity
	Useage:
	@include opacity(0.8);
*/
/*
    Vertical align direct child
*/
/*
    Equal columns with flebox
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   A basic old school grid
   ========================================================================== */
.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row.row--gutterless {
    margin-left: 0;
    margin-right: 0; }
  .row.row--equal-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: left;
    flex-wrap: wrap; }
    @media screen and (min-width: 767px) {
      .row.row--equal-columns {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .row.fd-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .row.row--35 {
    margin-left: -35px;
    margin-right: -35px; }
    .row.row--35 > .col {
      padding-left: 35px;
      padding-right: 35px; }
  .row.row--25 {
    margin-left: -25px;
    margin-right: -25px; }
    .row.row--25 > .col {
      padding-left: 25px;
      padding-right: 25px; }

.col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .row--gutterless .col {
    padding-left: 0; }
  .row--equal-columns .col {
    float: none; }

.col---offset-0 {
  margin-left: 0%; }

.col--1 {
  width: 8.3333333333%; }

.col--1-gutterless {
  padding-left: 0; }

.col---offset-1 {
  margin-left: 8.3333333333%; }

.col--2 {
  width: 16.6666666667%; }

.col--2-gutterless {
  padding-left: 0; }

.col---offset-2 {
  margin-left: 16.6666666667%; }

.col--3 {
  width: 25%; }

.col--3-gutterless {
  padding-left: 0; }

.col---offset-3 {
  margin-left: 25%; }

.col--4 {
  width: 33.3333333333%; }

.col--4-gutterless {
  padding-left: 0; }

.col---offset-4 {
  margin-left: 33.3333333333%; }

.col--5 {
  width: 41.6666666667%; }

.col--5-gutterless {
  padding-left: 0; }

.col---offset-5 {
  margin-left: 41.6666666667%; }

.col--6 {
  width: 50%; }

.col--6-gutterless {
  padding-left: 0; }

.col---offset-6 {
  margin-left: 50%; }

.col--7 {
  width: 58.3333333333%; }

.col--7-gutterless {
  padding-left: 0; }

.col---offset-7 {
  margin-left: 58.3333333333%; }

.col--8 {
  width: 66.6666666667%; }

.col--8-gutterless {
  padding-left: 0; }

.col---offset-8 {
  margin-left: 66.6666666667%; }

.col--9 {
  width: 75%; }

.col--9-gutterless {
  padding-left: 0; }

.col---offset-9 {
  margin-left: 75%; }

.col--10 {
  width: 83.3333333333%; }

.col--10-gutterless {
  padding-left: 0; }

.col---offset-10 {
  margin-left: 83.3333333333%; }

.col--11 {
  width: 91.6666666667%; }

.col--11-gutterless {
  padding-left: 0; }

.col---offset-11 {
  margin-left: 91.6666666667%; }

.col--12 {
  width: 100%; }

.col--12-gutterless {
  padding-left: 0; }

.col---offset-12 {
  margin-left: 100%; }

@media only screen and (max-width: 1800px) {
  .col--max-offset-0 {
    margin-left: 0%; }

  .col--max-1 {
    width: 8.3333333333%; }

  .col--max-1-gutterless {
    padding-left: 0; }

  .col--max-offset-1 {
    margin-left: 8.3333333333%; }

  .col--max-2 {
    width: 16.6666666667%; }

  .col--max-2-gutterless {
    padding-left: 0; }

  .col--max-offset-2 {
    margin-left: 16.6666666667%; }

  .col--max-3 {
    width: 25%; }

  .col--max-3-gutterless {
    padding-left: 0; }

  .col--max-offset-3 {
    margin-left: 25%; }

  .col--max-4 {
    width: 33.3333333333%; }

  .col--max-4-gutterless {
    padding-left: 0; }

  .col--max-offset-4 {
    margin-left: 33.3333333333%; }

  .col--max-5 {
    width: 41.6666666667%; }

  .col--max-5-gutterless {
    padding-left: 0; }

  .col--max-offset-5 {
    margin-left: 41.6666666667%; }

  .col--max-6 {
    width: 50%; }

  .col--max-6-gutterless {
    padding-left: 0; }

  .col--max-offset-6 {
    margin-left: 50%; }

  .col--max-7 {
    width: 58.3333333333%; }

  .col--max-7-gutterless {
    padding-left: 0; }

  .col--max-offset-7 {
    margin-left: 58.3333333333%; }

  .col--max-8 {
    width: 66.6666666667%; }

  .col--max-8-gutterless {
    padding-left: 0; }

  .col--max-offset-8 {
    margin-left: 66.6666666667%; }

  .col--max-9 {
    width: 75%; }

  .col--max-9-gutterless {
    padding-left: 0; }

  .col--max-offset-9 {
    margin-left: 75%; }

  .col--max-10 {
    width: 83.3333333333%; }

  .col--max-10-gutterless {
    padding-left: 0; }

  .col--max-offset-10 {
    margin-left: 83.3333333333%; }

  .col--max-11 {
    width: 91.6666666667%; }

  .col--max-11-gutterless {
    padding-left: 0; }

  .col--max-offset-11 {
    margin-left: 91.6666666667%; }

  .col--max-12 {
    width: 100%; }

  .col--max-12-gutterless {
    padding-left: 0; }

  .col--max-offset-12 {
    margin-left: 100%; } }
@media only screen and (min-width: 1800px) {
  .hide--max-up {
    display: none !important; } }
@media only screen and (max-width: 1799px) {
  .hide--max-down {
    display: none !important; } }
@media only screen and (max-width: 1200px) {
  .col--lg-offset-0 {
    margin-left: 0%; }

  .col--lg-1 {
    width: 8.3333333333%; }

  .col--lg-1-gutterless {
    padding-left: 0; }

  .col--lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col--lg-2 {
    width: 16.6666666667%; }

  .col--lg-2-gutterless {
    padding-left: 0; }

  .col--lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col--lg-3 {
    width: 25%; }

  .col--lg-3-gutterless {
    padding-left: 0; }

  .col--lg-offset-3 {
    margin-left: 25%; }

  .col--lg-4 {
    width: 33.3333333333%; }

  .col--lg-4-gutterless {
    padding-left: 0; }

  .col--lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col--lg-5 {
    width: 41.6666666667%; }

  .col--lg-5-gutterless {
    padding-left: 0; }

  .col--lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col--lg-6 {
    width: 50%; }

  .col--lg-6-gutterless {
    padding-left: 0; }

  .col--lg-offset-6 {
    margin-left: 50%; }

  .col--lg-7 {
    width: 58.3333333333%; }

  .col--lg-7-gutterless {
    padding-left: 0; }

  .col--lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col--lg-8 {
    width: 66.6666666667%; }

  .col--lg-8-gutterless {
    padding-left: 0; }

  .col--lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col--lg-9 {
    width: 75%; }

  .col--lg-9-gutterless {
    padding-left: 0; }

  .col--lg-offset-9 {
    margin-left: 75%; }

  .col--lg-10 {
    width: 83.3333333333%; }

  .col--lg-10-gutterless {
    padding-left: 0; }

  .col--lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col--lg-11 {
    width: 91.6666666667%; }

  .col--lg-11-gutterless {
    padding-left: 0; }

  .col--lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col--lg-12 {
    width: 100%; }

  .col--lg-12-gutterless {
    padding-left: 0; }

  .col--lg-offset-12 {
    margin-left: 100%; } }
@media only screen and (min-width: 1200px) {
  .hide--lg-up {
    display: none !important; } }
@media only screen and (max-width: 1199px) {
  .hide--lg-down {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%; }

  .col--md-1 {
    width: 8.3333333333%; }

  .col--md-1-gutterless {
    padding-left: 0; }

  .col--md-offset-1 {
    margin-left: 8.3333333333%; }

  .col--md-2 {
    width: 16.6666666667%; }

  .col--md-2-gutterless {
    padding-left: 0; }

  .col--md-offset-2 {
    margin-left: 16.6666666667%; }

  .col--md-3 {
    width: 25%; }

  .col--md-3-gutterless {
    padding-left: 0; }

  .col--md-offset-3 {
    margin-left: 25%; }

  .col--md-4 {
    width: 33.3333333333%; }

  .col--md-4-gutterless {
    padding-left: 0; }

  .col--md-offset-4 {
    margin-left: 33.3333333333%; }

  .col--md-5 {
    width: 41.6666666667%; }

  .col--md-5-gutterless {
    padding-left: 0; }

  .col--md-offset-5 {
    margin-left: 41.6666666667%; }

  .col--md-6 {
    width: 50%; }

  .col--md-6-gutterless {
    padding-left: 0; }

  .col--md-offset-6 {
    margin-left: 50%; }

  .col--md-7 {
    width: 58.3333333333%; }

  .col--md-7-gutterless {
    padding-left: 0; }

  .col--md-offset-7 {
    margin-left: 58.3333333333%; }

  .col--md-8 {
    width: 66.6666666667%; }

  .col--md-8-gutterless {
    padding-left: 0; }

  .col--md-offset-8 {
    margin-left: 66.6666666667%; }

  .col--md-9 {
    width: 75%; }

  .col--md-9-gutterless {
    padding-left: 0; }

  .col--md-offset-9 {
    margin-left: 75%; }

  .col--md-10 {
    width: 83.3333333333%; }

  .col--md-10-gutterless {
    padding-left: 0; }

  .col--md-offset-10 {
    margin-left: 83.3333333333%; }

  .col--md-11 {
    width: 91.6666666667%; }

  .col--md-11-gutterless {
    padding-left: 0; }

  .col--md-offset-11 {
    margin-left: 91.6666666667%; }

  .col--md-12 {
    width: 100%; }

  .col--md-12-gutterless {
    padding-left: 0; }

  .col--md-offset-12 {
    margin-left: 100%; } }
@media only screen and (min-width: 1024px) {
  .hide--md-up {
    display: none !important; } }
@media only screen and (max-width: 1023px) {
  .hide--md-down {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .col--sm-offset-0 {
    margin-left: 0%; }

  .col--sm-1 {
    width: 8.3333333333%; }

  .col--sm-1-gutterless {
    padding-left: 0; }

  .col--sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col--sm-2 {
    width: 16.6666666667%; }

  .col--sm-2-gutterless {
    padding-left: 0; }

  .col--sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col--sm-3 {
    width: 25%; }

  .col--sm-3-gutterless {
    padding-left: 0; }

  .col--sm-offset-3 {
    margin-left: 25%; }

  .col--sm-4 {
    width: 33.3333333333%; }

  .col--sm-4-gutterless {
    padding-left: 0; }

  .col--sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col--sm-5 {
    width: 41.6666666667%; }

  .col--sm-5-gutterless {
    padding-left: 0; }

  .col--sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col--sm-6 {
    width: 50%; }

  .col--sm-6-gutterless {
    padding-left: 0; }

  .col--sm-offset-6 {
    margin-left: 50%; }

  .col--sm-7 {
    width: 58.3333333333%; }

  .col--sm-7-gutterless {
    padding-left: 0; }

  .col--sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col--sm-8 {
    width: 66.6666666667%; }

  .col--sm-8-gutterless {
    padding-left: 0; }

  .col--sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col--sm-9 {
    width: 75%; }

  .col--sm-9-gutterless {
    padding-left: 0; }

  .col--sm-offset-9 {
    margin-left: 75%; }

  .col--sm-10 {
    width: 83.3333333333%; }

  .col--sm-10-gutterless {
    padding-left: 0; }

  .col--sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col--sm-11 {
    width: 91.6666666667%; }

  .col--sm-11-gutterless {
    padding-left: 0; }

  .col--sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col--sm-12 {
    width: 100%; }

  .col--sm-12-gutterless {
    padding-left: 0; }

  .col--sm-offset-12 {
    margin-left: 100%; } }
@media only screen and (min-width: 767px) {
  .hide--sm-up {
    display: none !important; } }
@media only screen and (max-width: 766px) {
  .hide--sm-down {
    display: none !important; } }
@media only screen and (max-width: 500px) {
  .col--xs-offset-0 {
    margin-left: 0%; }

  .col--xs-1 {
    width: 8.3333333333%; }

  .col--xs-1-gutterless {
    padding-left: 0; }

  .col--xs-offset-1 {
    margin-left: 8.3333333333%; }

  .col--xs-2 {
    width: 16.6666666667%; }

  .col--xs-2-gutterless {
    padding-left: 0; }

  .col--xs-offset-2 {
    margin-left: 16.6666666667%; }

  .col--xs-3 {
    width: 25%; }

  .col--xs-3-gutterless {
    padding-left: 0; }

  .col--xs-offset-3 {
    margin-left: 25%; }

  .col--xs-4 {
    width: 33.3333333333%; }

  .col--xs-4-gutterless {
    padding-left: 0; }

  .col--xs-offset-4 {
    margin-left: 33.3333333333%; }

  .col--xs-5 {
    width: 41.6666666667%; }

  .col--xs-5-gutterless {
    padding-left: 0; }

  .col--xs-offset-5 {
    margin-left: 41.6666666667%; }

  .col--xs-6 {
    width: 50%; }

  .col--xs-6-gutterless {
    padding-left: 0; }

  .col--xs-offset-6 {
    margin-left: 50%; }

  .col--xs-7 {
    width: 58.3333333333%; }

  .col--xs-7-gutterless {
    padding-left: 0; }

  .col--xs-offset-7 {
    margin-left: 58.3333333333%; }

  .col--xs-8 {
    width: 66.6666666667%; }

  .col--xs-8-gutterless {
    padding-left: 0; }

  .col--xs-offset-8 {
    margin-left: 66.6666666667%; }

  .col--xs-9 {
    width: 75%; }

  .col--xs-9-gutterless {
    padding-left: 0; }

  .col--xs-offset-9 {
    margin-left: 75%; }

  .col--xs-10 {
    width: 83.3333333333%; }

  .col--xs-10-gutterless {
    padding-left: 0; }

  .col--xs-offset-10 {
    margin-left: 83.3333333333%; }

  .col--xs-11 {
    width: 91.6666666667%; }

  .col--xs-11-gutterless {
    padding-left: 0; }

  .col--xs-offset-11 {
    margin-left: 91.6666666667%; }

  .col--xs-12 {
    width: 100%; }

  .col--xs-12-gutterless {
    padding-left: 0; }

  .col--xs-offset-12 {
    margin-left: 100%; } }
@media only screen and (min-width: 500px) {
  .hide--xs-up {
    display: none !important; } }
@media only screen and (max-width: 499px) {
  .hide--xs-down {
    display: none !important; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1248px; }

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

blockquote {
  margin: 0; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 1; }

/* ==========================================================================
   Responsive helpers
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * Responsive helpers
 */
.hidden-desktop {
  display: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   General styles
   ========================================================================== */
img {
  max-width: 100%; }

ol, ul {
  margin: 0;
  padding: 0; }

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  padding: 0; }

a {
  text-decoration: none; }

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

input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* ==========================================================================
   Main styles
   ========================================================================== */
html {
  color: #444;
  font-size: 16px;
  font-size: 1em;
  line-height: 24px;
  line-height: 1.5rem;
  background: #fff;
  font-weight: 400; }

body {
  font-family: "ff-meta-web-pro-n4","ff-meta-web-pro",sans-serif; }

/* ==========================================================================
   Header
   ========================================================================== */
header.container {
  padding: 40px 0; }
  @media screen and (max-width: 1275px) {
    header.container {
      padding: 30px 0; } }
header .header-logo {
  display: inline-block;
  float: left; }
  header .header-logo img {
    height: auto;
    width: 273px; }
    @media screen and (max-width: 767px) {
      header .header-logo img {
        width: 180px; } }
  @media screen and (max-width: 1275px) {
    header .header-logo {
      float: none; } }
  @media screen and (max-width: 767px) {
    header .header-logo {
      float: left; } }
header .menu-link {
  font-size: 18px;
  line-height: 44px;
  color: #444;
  display: none;
  font-family: "ff-meta-web-pro-n4","ff-meta-web-pro",sans-serif;
  margin-top: 15px;
  padding: 0 24px 0 49px;
  position: relative;
  vertical-align: middle; }
  header .menu-link:hover {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #eee;
    color: #111; }
  header .menu-link:before {
    background: url(../images/spritesheet.png) no-repeat 0 -350px;
    content: '';
    height: 12px;
    left: 24px;
    position: absolute;
    top: 17px;
    width: 16px; }
  @media screen and (max-width: 1275px) {
    header .menu-link {
      display: block;
      float: right; } }
  @media screen and (max-width: 767px) {
    header .menu-link {
      margin-top: -2px;
      padding: 0 18px 0 43px; } }
header .header_nav {
  float: right;
  height: 30px;
  margin-top: 25px;
  width: 72.79%; }
  @media screen and (max-width: 1275px) {
    header .header_nav {
      display: none;
      float: left;
      clear: both;
      height: auto;
      width: 100%; } }
  header .header_nav > ul {
    position: relative; }
    header .header_nav > ul > li {
      float: left;
      margin: 0 .4105090311986864%;
      position: relative; }
      @media screen and (max-width: 1275px) {
        header .header_nav > ul > li {
          float: none;
          display: inline-block;
          margin: 0;
          width: calc(50% - 2px); } }
      header .header_nav > ul > li.current-menu-item > a {
        -webkit-border-radius: 36px;
        -moz-border-radius: 36px;
        border-radius: 36px;
        background: #eee;
        color: #111; }
        @media screen and (max-width: 1275px) {
          header .header_nav > ul > li.current-menu-item > a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background-color: #1f4269;
            color: #fff; } }
      header .header_nav > ul > li:hover > a {
        -webkit-border-radius: 36px;
        -moz-border-radius: 36px;
        border-radius: 36px;
        background: #eee;
        color: #111; }
      header .header_nav > ul > li:hover .sub-menu {
        display: block; }
        @media screen and (max-width: 1275px) {
          header .header_nav > ul > li:hover .sub-menu {
            display: none; } }
        header .header_nav > ul > li:hover .sub-menu:before {
          position: absolute;
          top: -7px;
          left: 20px;
          display: inline-block;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #ccc;
          border-left: 7px solid transparent;
          border-bottom-color: rgba(0, 0, 0, 0.2);
          content: ''; }
        header .header_nav > ul > li:hover .sub-menu:after {
          position: absolute;
          top: -6px;
          left: 21px;
          display: inline-block;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #fff;
          border-left: 6px solid transparent;
          content: ''; }
      header .header_nav > ul > li a {
        font-size: 16px;
        line-height: 36px;
        color: #444;
        display: block;
        font-family: "ff-meta-web-pro-n4","ff-meta-web-pro",sans-serif;
        padding: 0 11px;
        vertical-align: middle; }
        @media screen and (max-width: 1275px) {
          header .header_nav > ul > li a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background-color: #eee;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            color: #1f4269;
            padding: 4px 12px;
            font-size: 18px;
            padding: 0 14px; }
            header .header_nav > ul > li a:hover {
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              border-radius: 0;
              background-color: #1f4269;
              color: #fff; } }
      header .header_nav > ul > li .sub-menu {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        display: none;
        float: left;
        left: 0;
        margin: 0;
        min-width: 160px;
        padding: 5px 0;
        position: absolute;
        top: 100%;
        z-index: 1000; }
        header .header_nav > ul > li .sub-menu li {
          line-height: 30px;
          display: block; }
          header .header_nav > ul > li .sub-menu li a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 30px;
            color: #444;
            white-space: nowrap; }
            header .header_nav > ul > li .sub-menu li a:hover {
              background: #1f4269;
              color: #fff; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer .contact-wrapper {
  background: #1f4269;
  padding: 58px 0; }
  footer .contact-wrapper ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media screen and (max-width: 500px) {
      footer .contact-wrapper ul {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; } }
    footer .contact-wrapper ul li {
      margin: 0 20px;
      padding-left: 35px;
      color: #fff;
      position: relative;
      margin-top: 8px;
      margin-bottom: 8px; }
      footer .contact-wrapper ul li.contact-phone:before {
        background-position: left -145px; }
      footer .contact-wrapper ul li.contact-email:before {
        background-position: left -195px; }
      footer .contact-wrapper ul li.contact-address:before {
        background-position: 5px -250px; }
      footer .contact-wrapper ul li:before {
        background: url(../images/spritesheet.png) no-repeat;
        content: '';
        height: 24px;
        left: 0;
        position: absolute;
        top: 0;
        width: 24px; }
      footer .contact-wrapper ul li a {
        color: #fff; }
footer .newsletter-wrapper {
  background: #e6e6e6;
  padding: 60px 0; }
  footer .newsletter-wrapper .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  footer .newsletter-wrapper .btn-newsletter, footer .newsletter-wrapper .btn-enquiry {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "quatro-slab",serif;
    font-weight: 400;
    padding: 22px 20px;
    margin: 0 10px;
    position: relative; }
    @media screen and (max-width: 767px) {
      footer .newsletter-wrapper .btn-newsletter, footer .newsletter-wrapper .btn-enquiry {
        margin-bottom: 20px; } }
  footer .newsletter-wrapper .btn-newsletter {
    padding-left: 60px; }
    @media screen and (max-width: 500px) {
      footer .newsletter-wrapper .btn-newsletter {
        padding-left: 20px; } }
    footer .newsletter-wrapper .btn-newsletter:before {
      background: url(../images/spritesheet.png) no-repeat 0 -300px;
      content: '';
      height: 25px;
      left: 22px;
      top: 20px;
      position: absolute;
      width: 25px; }
      @media screen and (max-width: 500px) {
        footer .newsletter-wrapper .btn-newsletter:before {
          background: none; } }
  footer .newsletter-wrapper .social-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    footer .newsletter-wrapper .social-wrapper a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      line-height: 32px;
      height: 32px;
      width: 32px;
      color: #FFFFFF;
      font-size: 22px;
      cursor: pointer;
      margin: 0 5px 5px 0;
      border: 0;
      text-decoration: none;
      text-transform: none;
      transition: all .2s ease-in-out; }
      footer .newsletter-wrapper .social-wrapper a:hover {
        transform: translateY(-4px);
        outline-offset: -1px; }
      footer .newsletter-wrapper .social-wrapper a.social-facebook {
        background-color: #3b5998; }
      footer .newsletter-wrapper .social-wrapper a.social-twitter {
        background-color: #00acee; }
      footer .newsletter-wrapper .social-wrapper a.social-pinterest {
        background-color: #E60023; }
footer .legal-wrapper {
  background: #d6d6d6;
  padding: 32px 0; }
  footer .legal-wrapper .legal-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 500px) {
      footer .legal-wrapper .legal-top {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    footer .legal-wrapper .legal-top span {
      font-size: 13px;
      font-size: .8125rem;
      color: #888;
      margin-right: 12px; }
      @media screen and (max-width: 1024px) {
        footer .legal-wrapper .legal-top span {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2; } }
      @media screen and (max-width: 500px) {
        footer .legal-wrapper .legal-top span {
          margin: 0; } }
    @media screen and (max-width: 1024px) {
      footer .legal-wrapper .legal-top nav {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3; } }
    footer .legal-wrapper .legal-top nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      @media screen and (max-width: 500px) {
        footer .legal-wrapper .legal-top nav ul {
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          -ms-flex-align: flex-start;
          align-items: flex-start;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      footer .legal-wrapper .legal-top nav ul li {
        margin: 0 12px; }
        @media screen and (max-width: 500px) {
          footer .legal-wrapper .legal-top nav ul li {
            margin: 0; } }
        footer .legal-wrapper .legal-top nav ul li a {
          font-size: 13px;
          font-size: .8125rem;
          color: #888; }
    footer .legal-wrapper .legal-top .redback {
      display: block;
      height: 16px;
      overflow: hidden;
      position: relative;
      width: 17px; }
      @media screen and (max-width: 1024px) {
        footer .legal-wrapper .legal-top .redback {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2; } }
      @media screen and (max-width: 500px) {
        footer .legal-wrapper .legal-top .redback {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1;
          -webkit-align-self: flex-end;
          -moz-align-self: flex-end;
          -ms-align-self: flex-end;
          align-self: flex-end;
          top: 21px; } }
      footer .legal-wrapper .legal-top .redback:hover img {
        margin-top: -38px; }
  footer .legal-wrapper .legal-bottom p {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #888;
    padding-top: 5px;
    letter-spacing: -0.14px; }

/* ==========================================================================
   Sidebar
   ========================================================================== */
/* ==========================================================================
   Navigation
   ========================================================================== */
/* ==========================================================================
   Main styles
   ========================================================================== */
@font-face {
  font-family: ff-meta-web-pro;
  src: url(https://use.typekit.net/af/3643c6/0000000000000000000175c2/27/l?subset_id=2&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/3643c6/0000000000000000000175c2/27/d?subset_id=2&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/3643c6/0000000000000000000175c2/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto; }
@font-face {
  font-family: ff-meta-web-pro;
  src: url(https://use.typekit.net/af/c8a60e/0000000000000000000175c8/27/l?subset_id=2&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/c8a60e/0000000000000000000175c8/27/d?subset_id=2&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/c8a60e/0000000000000000000175c8/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto; }
@font-face {
  font-family: ff-meta-web-pro;
  src: url(https://use.typekit.net/af/8d5889/0000000000000000000175c1/27/l?subset_id=2&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/8d5889/0000000000000000000175c1/27/d?subset_id=2&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/8d5889/0000000000000000000175c1/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }
@font-face {
  font-family: ff-meta-web-pro;
  src: url(https://use.typekit.net/af/e796bc/0000000000000000000175c7/27/l?subset_id=2&fvd=i7&v=3) format("woff2"), url(https://use.typekit.net/af/e796bc/0000000000000000000175c7/27/d?subset_id=2&fvd=i7&v=3) format("woff"), url(https://use.typekit.net/af/e796bc/0000000000000000000175c7/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto; }
@font-face {
  font-family: quatro-slab;
  src: url(https://use.typekit.net/af/ba018e/000000000000000000012651/27/l?subset_id=2&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/ba018e/000000000000000000012651/27/d?subset_id=2&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/ba018e/000000000000000000012651/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }
.container {
  margin: 0 auto;
  position: relative;
  width: 95%;
  max-width: 1218px; }

@media only screen and (max-width: 900px) {
  .container {
    width: 90%; } }
.container-narrow {
  max-width: 996px; }

.grid {
  margin: 0 0 30px 0; }

[class*='col-'] {
  float: left;
  padding-right: 30px; }

.grid [class*='col-']:last-of-type {
  padding-right: 0; }

.col-2-3 {
  width: 66.66%; }

.col-1-3 {
  width: 33.33%; }

.col-1-2 {
  width: 50%; }

.col-1-4 {
  width: 25%; }

.col-1-8 {
  width: 12.5%; }

.grid-pad {
  padding: 30px 0 30px 30px; }

.grid-pad [class*='col-']:last-of-type {
  padding-right: 30px; }

.page-main {
  padding: 60px 0; }

@media only screen and (max-width: 500px) {
  .page-main {
    padding-top: 40px; } }
@media only screen and (max-width: 900px) {
  .main-content [class*='col-'] {
    float: none;
    padding: 0;
    width: 100%; }

  .main-content .col-1-3 {
    border-top: 1px solid #e8e7e3;
    margin-top: 60px;
    padding-top: 60px; }

  .container {
    width: 90%; } }
.center-col {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
  background: -moz-linear-gradient(90-to bottom, #fff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(90-to bottom, #fff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  -pie-background: linear-gradient(90-to bottom, #fff 0%, #f2f2f2 100%);
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  color: #444;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  border: 1px solid #c7c7c7; }

.btn-contact {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "quatro-slab",serif;
  font-weight: 400;
  padding: 22px 20px;
  margin: 0;
  position: relative;
  display: block; }
  .btn-contact:hover {
    -moz-box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(36, 129, 206, 0.3);
    -webkit-box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(36, 129, 206, 0.3);
    box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(36, 129, 206, 0.3);
    border-color: #758c9f !important;
    color: #1f4269 !important; }

.btn-primary {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1f4269;
  padding: 29px 60px; }
  .btn-primary:hover {
    -moz-box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(36, 129, 206, 0.3);
    -webkit-box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(36, 129, 206, 0.3);
    box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(36, 129, 206, 0.3);
    border-color: #758c9f; }

.group, .grid, ul.lightBox, .site-header, .row-legal, .journey, .dateform_rowStyleALT, .dataform_rowStyle {
  zoom: 1; }

.group:before, .grid:before, ul.lightBox:before, .site-header:before, .row-legal:before, .journey:before, .dateform_rowStyleALT:before, .dataform_rowStyle:before, .group:after, .grid:after, ul.lightBox:after, .site-header:after, .row-legal:after, .journey:after, .dateform_rowStyleALT:after, .dataform_rowStyle:after {
  content: "\20";
  display: block;
  height: 0;
  overflow: hidden; }

.group:after, .grid:after, ul.lightBox:after, .site-header:after, .row-legal:after, .journey:after, .dateform_rowStyleALT:after, .dataform_rowStyle:after {
  clear: both; }

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

/* ==========================================================================
   Home Banner styles
   ========================================================================== */
.flexslider .slick-dotted.slick-slider {
  margin-bottom: 0; }
.flexslider .slick-dots {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  max-width: 1218px;
  left: 50%;
  transform: translate(-50%, 0); }
  @media screen and (max-width: 900px) {
    .flexslider .slick-dots {
      display: none !important; } }
  .flexslider .slick-dots li button {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    filter: alpha(opacity=50);
    opacity: .5;
    zoom: 1;
    background: url(../images/spritesheet.png) left -50px;
    cursor: pointer;
    display: block;
    height: 13px;
    width: 13px; }
    .flexslider .slick-dots li button:before {
      display: none; }
    .flexslider .slick-dots li button:hover {
      filter: alpha(opacity=100);
      opacity: 1;
      zoom: 1; }
  .flexslider .slick-dots li.slick-active button {
    margin: 0;
    padding: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    zoom: 1;
    cursor: default; }
.flexslider .slick-arrow:hover {
  filter: alpha(opacity=50);
  opacity: .5;
  zoom: 1; }
.flexslider .slick-arrow.slick-prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/spritesheet.png") no-repeat left -400px;
  height: 42px;
  position: absolute;
  width: 42px;
  z-index: 2;
  left: 20px;
  bottom: 0;
  top: inherit;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%); }
.flexslider .slick-arrow.slick-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../images/spritesheet.png") no-repeat right -400px;
  height: 42px;
  position: absolute;
  width: 42px;
  z-index: 2;
  top: inherit;
  bottom: 0;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  right: 20px; }
@media screen and (min-width: 900px) {
  .flexslider .slick-arrow {
    display: none !important; } }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides {
  height: 100%; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  height: 100%; }

.flexslider .slides img {
  display: block;
  width: 100%; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.flexslider .slides:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.no-js .slides > li:first-child {
  display: block; }

.feature-banner {
  background: #31353b url("../images/preloader.gif") no-repeat center center;
  max-width: 1600px;
  margin: 0 auto;
  position: relative; }

.feature-banner .gallery-slide-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-weight: 400;
  font-family: "quatro-slab", serif;
  width: 320px; }

@media only screen and (max-width: 900px) {
  .feature-banner .gallery-slide-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
    text-align: center;
    width: 100%; } }
@media only screen and (max-width: 500px) {
  .feature-banner .gallery-slide-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3; } }
.feature-banner .gallery-slide-caption {
  display: none; }

.feature-banner-caption {
  background: #fa6807;
  color: #fff;
  right: 0;
  margin-top: -82px;
  padding: 40px 30px;
  position: absolute;
  top: 50%;
  width: 40.25%; }

@media only screen and (max-width: 900px) {
  .feature-banner-caption {
    margin: 0;
    padding: 20px 50px;
    position: static;
    width: 100%; } }
@media only screen and (max-width: 500px) {
  .feature-banner-caption {
    height: 70px;
    padding: 14px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
.flex-control-nav {
  margin: 0 auto;
  padding-bottom: 26px;
  position: relative;
  width: 100%;
  max-width: 1218px;
  text-align: center;
  z-index: 1000; }

.flex-control-nav li {
  display: inline-block;
  margin-left: 10px; }

.flex-control-nav li:first-child {
  margin: 0; }

.lt-ie8 .flex-control-nav li {
  display: inline;
  width: auto;
  zoom: 1; }

.flex-direction-nav {
  bottom: 16px;
  position: absolute;
  width: 100%;
  z-index: 1000; }

.flex-direction-nav a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  filter: alpha(opacity=100);
  opacity: 1;
  zoom: 1;
  background: url("../images/spritesheet.png") no-repeat left -400px;
  display: block;
  height: 42px;
  position: absolute;
  width: 42px; }

.flex-direction-nav a:hover {
  filter: alpha(opacity=50);
  opacity: .5;
  zoom: 1; }

.lt-ie8 .flex-direction-nav a {
  text-indent: -9999px; }

.flex-direction-nav .flex-prev {
  left: 20px; }

.flex-direction-nav .flex-next {
  background-position: right -400px;
  right: 20px; }

@media only screen and (min-width: 900px) {
  .flex-direction-nav {
    display: none; } }
@media only screen and (max-width: 500px) {
  .flex-direction-nav .flex-prev {
    left: 12px; }

  .flex-direction-nav .flex-next {
    right: 12px; } }
.page-banner {
  max-width: 1600px;
  margin: 0 auto; }

.banner-container {
  position: absolute;
  bottom: 30px;
  width: 100%; }

@media only screen and (max-width: 900px) {
  .video-btn-container {
    bottom: auto;
    top: 30px; } }
@media only screen and (max-width: 500px) {
  .video-btn-container {
    top: 10px; } }
.video {
  margin: 0 auto;
  position: relative;
  width: 95%;
  max-width: 1218px; }

.btn-video-home {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 72px;
  height: 4.5rem;
  padding: 5px 20px 5px 5px;
  padding: .3125rem 1.25rem .3125rem .3125rem;
  width: 235px;
  width: 14.6875rem;
  background: #31353b;
  background: rgba(49, 53, 59, 0.9);
  color: #ccc;
  display: inline-block;
  position: relative;
  z-index: 1000; }

.btn-video-home img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left; }

.btn-video-home span {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 20px 0 20px 46px;
  padding: 1.25rem 0 1.25rem 2.875rem;
  display: inline-block;
  line-height: 1em;
  position: relative; }

.btn-video-home span:before {
  background: url("../images/spritesheet.png") no-repeat 0 0;
  content: '';
  height: 24px;
  left: 18px;
  position: absolute;
  top: 20px;
  width: 24px; }

.btn-video-home:hover {
  background: #1a1c1f;
  color: #e9e9e9; }

@media only screen and (max-width: 900px) {
  .btn-video-home {
    height: 44px;
    height: 2.75rem;
    padding: 10px 14px;
    padding: .625rem .875rem;
    width: 130px;
    width: 8.125rem;
    background: rgba(49, 53, 59, 0.8);
    float: right; }

  .btn-video-home img {
    display: none; }

  .btn-video-home span {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 0 25px;
    padding: 0 0 0 1.5625rem; }

  .btn-video-home span:before {
    background-position: left -448px;
    left: 0;
    top: 0; } }
#lightbox-video {
  background: url("../images/trans-black.png");
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000; }

.video-container {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  margin: 0 auto;
  padding: 10px 10px 5px;
  position: relative;
  top: 20%;
  width: 740px; }

.video-wrapper {
  height: 0;
  margin: 1.25em 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }

.video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

h2.intro-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1f4269;
  text-align: center;
  margin: 0 0 30px;
  padding: 0 5rem; }

@media only screen and (max-width: 900px) {
  h2.intro-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    padding: 0 40px;
    padding: 0 2.5rem; } }
@media only screen and (max-width: 768px) {
  h2.intro-title {
    padding: 0 20px;
    padding: 0 1.25rem; } }
@media only screen and (max-width: 500px) {
  h2.intro-title {
    margin-bottom: 20px;
    padding: 0; } }
/* ==========================================================================
   Normal Page styles
   ========================================================================== */
.page-banner {
  max-width: 1600px;
  margin: 0 auto; }

.title-01, .copy h1, h2.journey-title {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #1f4269;
  font-weight: 400;
  font-family: "quatro-slab", serif; }

.title-02, .copy h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin: 30px 0 24px 0;
  margin: 1.875rem 0 1.5rem 0;
  color: #666;
  font-weight: 400;
  font-family: "quatro-slab", serif; }

.title-03, .copy h3, .copy .nav-list a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 18px 0 12px 0;
  margin: 1.125rem 0 .75rem 0;
  color: #666;
  font-weight: 400;
  font-family: "quatro-slab", serif; }

.title-04, .copy h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 24px 0;
  margin: 1.5rem 0;
  color: #111;
  font-weight: 400;
  font-family: "ff-meta-web-pro-n4", "ff-meta-web-pro", sans-serif; }

.title-05, .copy h5, .title-06, .copy h6 {
  font-size: 14px;
  font-size: .875rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 24px 0 12px 0;
  margin: 1.5rem 0 .75rem 0;
  color: #111;
  font-weight: 400;
  font-family: "ff-meta-web-pro-n4", "ff-meta-web-pro", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase; }

@media (max-width: 900px) {
  .copy h1 {
    text-align: center; } }
.copy p {
  margin-bottom: 12px;
  margin-bottom: .75rem; }

.copy .btn-contact {
  color: #1f4269;
  border: 1px solid #c7c7c7; }

.copy ol, .copy ul {
  margin: 0 0 24px 30px;
  margin: 0 0 1.5rem 1.875rem; }

.copy ol li, .copy ul li {
  display: list-item; }

.copy ol[type='a'] li {
  list-style-type: lower-alpha; }

.copy ul li {
  list-style: circle; }

.copy ol li {
  list-style: decimal; }

.copy hr {
  margin: 30px 0;
  margin: 1.875rem 0;
  border-color: #e8e7e3;
  border-width: 4px;
  clear: both; }

.copy blockquote {
  margin: 24px 0;
  margin: 1.5rem 0;
  padding: 0 30px;
  padding: 0 1.875rem;
  border-left: 4px solid #e8e7e3; }

.copy h1 a, .copy h2 a, .copy h3 a, .copy h4 a {
  border-width: 2px; }

.copy p + p > img, .copy p + p > a img {
  margin: 20px 0;
  margin: 1.25rem 0; }

.copy a {
  border-bottom: 1px solid #e8e7e3;
  color: #fa6807; }

.copy a:hover {
  border-color: #fa6807;
  color: #ca5304; }

.copy strong {
  font-family: "ff-meta-web-pro-n7", "ff-meta-web-pro", sans-serif; }

.copy em {
  font-family: "ff-meta-web-pro-i4", "ff-meta-web-pro", sans-serif; }

.l-inline li {
  display: inline-block; }

.lt-ie8 .l-inline li {
  float: left; }

.l-stacked li {
  display: block; }

.callout br {
  display: none !important; }

.callout {
  background: #f0f7fd;
  border-left: 4px solid #d0e3f0;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px; }

.callout h2:first-child, .callout h3:first-child, .callout h4:first-child {
  margin-top: 0; }

.callout ul:last-child, .callout ol:last-child, .callout p:last-child {
  margin-bottom: 0; }

.copy .arrow-list {
  margin-left: 0; }

.copy .arrow-list strong {
  display: block; }

.copy .arrow-list li {
  list-style: none;
  margin-bottom: 18px;
  padding-left: 36px;
  position: relative; }

.copy .arrow-list li:before {
  background: url("../images/spritesheet.png") no-repeat 0 -700px;
  content: '';
  height: 18px;
  left: 10px;
  position: absolute;
  top: 4px;
  width: 13px; }

.copy .nav-list {
  margin: 0; }

.copy .nav-list li {
  margin: 0 0 18px 0;
  margin: 0 0 1.125rem 0;
  list-style: none; }

.copy .nav-list li p {
  margin: 0; }

.copy .nav-list a {
  padding: 6px 0;
  padding: .375rem 0;
  color: #fa6807;
  border-width: 2px;
  display: inline-block;
  margin: 0; }

@media only screen and (max-width: 940px) {
  .copy .nav-list li {
    margin: 0; }

  .copy .nav-list a {
    padding: 4px 12px;
    padding: .25rem .75rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px;
    line-height: 2.25rem;
    background-color: #eee;
    border-bottom: 1px solid #fff;
    color: #1f4269;
    display: block;
    font-family: "ff-meta-web-pro-n4" "ff-meta-web-pro", sans-serif;
    margin: 0; }

  .copy .nav-list a:hover {
    background-color: #1f4269;
    border-color: #fff;
    color: #fff; } }
.sidebar-testimonials {
  background-color: #1f4269;
  color: #c8d5e0;
  margin: 0 0 42px;
  padding: 24px 30px;
  position: relative; }

.sidebar-testimonials h3 {
  color: #fff !important;
  margin-top: 0 !important;
  max-width: 190px; }

.sidebar-testimonials p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 21px;
  line-height: 1.3125rem; }

.sidebar-testimonials p:last-child {
  margin-bottom: 0; }

.copy .sidebar-testimonial-label {
  background: #132942;
  color: #7a8ea5;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0;
  padding: 10px 12px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0; }

.btn-video {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 72px;
  height: 4.5rem;
  padding: 5px 20px 5px 5px;
  padding: .3125rem 1.25rem .3125rem .3125rem;
  width: 235px;
  width: 14.6875rem;
  background: #31353b;
  background: rgba(49, 53, 59, 0.9);
  color: #ccc;
  display: inline-block;
  position: relative;
  z-index: 1000; }

.btn-video img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left; }

.btn-video span {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 20px 0 20px 46px;
  padding: 1.25rem 0 1.25rem 2.875rem;
  display: inline-block;
  line-height: 1em;
  position: relative; }

.btn-video span:before {
  background: url("../images/spritesheet.png") no-repeat 0 0;
  content: '';
  height: 24px;
  left: 18px;
  position: absolute;
  top: 20px;
  width: 24px; }

.btn-video:hover {
  background: #1a1c1f;
  color: #e9e9e9; }

@media only screen and (max-width: 900px) {
  .video-btn-container p {
    display: none; }

  .btn-video {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .btn-video img {
    display: none; }

  .btn-video span {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 0 25px;
    padding: 0 0 0 1.5625rem; }

  .btn-video span:before {
    background-position: left -448px;
    left: 0;
    top: 0; } }
.sidebar-testimonials .testimonial br {
  display: block;
  margin: 10px 0;
  line-height: 22px;
  content: " "; }

/* ==========================================================================
   Menu Page styles
   ========================================================================== */
.page-main {
  padding: 60px 0; }

@media only screen and (max-width: 500px) {
  .page-main {
    padding-top: 40px; } }
.copy a {
  border-bottom: 1px solid #e8e7e3;
  color: #fa6807; }

.title-03, .copy h3, .copy .nav-list a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 18px 0 12px 0;
  margin: 1.125rem 0 .75rem 0;
  color: #666;
  font-weight: 400;
  font-family: "quatro-slab",serif; }

.copy .nav-list a {
  padding: 6px 0;
  padding: .375rem 0;
  color: #fa6807;
  border-width: 2px;
  display: inline-block;
  margin: 0; }

.copy p {
  margin-bottom: 12px;
  margin-bottom: .75rem; }

.copy .nav-list li p {
  margin: 0; }

.copy ol, .copy ul {
  margin: 0 0 24px 30px;
  margin: 0 0 1.5rem 1.875rem; }

.copy .nav-list {
  margin: 0; }

.copy .col-2-3 > ol {
  margin: 0 0 1.5rem 0;
  padding-left: 25px; }

.title-01, .copy h1, h2.journey-title {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #1f4269;
  font-weight: 400;
  font-family: "quatro-slab",serif; }

@media (max-width: 900px) {
  .copy h1 {
    text-align: center; } }
@media only screen and (max-width: 940px) {
  .copy .nav-list li {
    margin: 0; } }
@media only screen and (max-width: 940px) {
  .copy .nav-list a {
    padding: 4px 12px;
    padding: .25rem .75rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px;
    line-height: 2.25rem;
    background-color: #eee;
    border-bottom: 1px solid #fff;
    color: #1f4269;
    display: block;
    font-family: "ff-meta-web-pro-n4" "ff-meta-web-pro",sans-serif;
    margin: 0; } }
/* ==========================================================================
   Testimonials Carousel styles
   ========================================================================== */
.testimonials {
  background: url("../images/quote-icon.png") no-repeat 86px 0;
  margin-bottom: 60px;
  padding-left: 205px; }

@media only screen and (max-width: 768px) {
  .testimonials {
    background-position: 30px 0;
    padding-left: 140px; } }
@media only screen and (max-width: 500px) {
  .testimonials {
    background: none;
    padding-left: 0; } }
.testimonials blockquote {
  float: right;
  line-height: 1.4em;
  width: 60%; }

.testimonials blockquote p {
  margin-bottom: 0.75rem; }

@media only screen and (max-width: 768px) {
  .testimonials blockquote {
    float: none;
    width: 100%; } }
.carousel-inner .slick-arrow {
  filter: alpha(opacity=70);
  opacity: .7;
  zoom: 1;
  background: url("../images/spritesheet.png") no-repeat;
  display: block;
  top: 120px;
  left: 0;
  position: absolute;
  height: 42px;
  width: 42px;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .carousel-inner .slick-arrow {
      top: 120px; } }
.carousel-inner .slick-arrow.slick-prev {
  background-position: left -500px; }
  .carousel-inner .slick-arrow.slick-prev:before {
    display: none; }
.carousel-inner .slick-arrow.slick-next {
  background-position: right -500px;
  left: 52px; }
  .carousel-inner .slick-arrow.slick-next:before {
    display: none; }
.carousel-inner .slick-arrow:hover, .carousel-inner .slick-arrow:focus {
  filter: alpha(opacity=100);
  opacity: 1;
  zoom: 1; }
@media only screen and (max-width: 768px) {
  .carousel-inner .slick-arrow {
    left: -120px !important; }
  .carousel-inner .slick-arrow.slick-next {
    left: -68px !important; } }
@media only screen and (max-width: 500px) {
  .carousel-inner .slick-arrow {
    background-color: #fff;
    left: auto !important;
    right: 52px !important;
    top: -10px; }
  .carousel-inner .slick-arrow.slick-next {
    left: auto !important;
    right: 0 !important; } }
.carousel-inner .carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none; }

.client {
  float: left;
  padding-right: 20px;
  width: 40%; }

.client h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 12px 0;
  margin: 0 0 .75rem 0;
  font-family: "ff-meta-web-pro-n4", "ff-meta-web-pro", sans-serif;
  color: #444;
  line-height: 1.4em; }

@media only screen and (max-width: 500px) {
  .client h3 {
    padding-right: 94px; } }
.client p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
  line-height: 1.25rem; }

@media only screen and (max-width: 768px) {
  .client {
    float: none;
    margin-bottom: 20px;
    width: 100%; } }
.item {
  display: none; }

/*.slick-initialized .slick-slide.item{
    @include flexbox;
    @include flex-direction(column);
    @include align-items(flex-end);
    

}*/
/* ==========================================================================
   Contact Forms styles
   ========================================================================== */
form {
  padding-top: 30px;
  padding-top: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  border-top: 4px solid #e8e7e3;
  position: relative; }
  form > .row-50-50 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 14px; }
    @media screen and (max-width: 500px) {
      form > .row-50-50 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    form > .row-50-50 br {
      display: none; }
    form > .row-50-50 label, form > .row-50-50 span {
      max-width: 50%;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 500px) {
        form > .row-50-50 label, form > .row-50-50 span {
          max-width: 100%;
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-basis: 100%;
          flex-basis: 100%; } }
    form > .row-50-50 label {
      margin: 8px 0 9px; }
    form > .row-50-50 span input, form > .row-50-50 span textarea {
      height: 42px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
      border: 2px solid #e2e1dc;
      color: #777;
      padding: 7px;
      width: 100%; }
      form > .row-50-50 span input:focus, form > .row-50-50 span textarea:focus {
        border-color: #fa6807;
        outline: none; }
    form > .row-50-50 span textarea {
      height: 90px; }
  form .row-100 br {
    display: none; }
  form .row-100 label.contact-label {
    margin: 8px 0 9px;
    display: block; }
  form .wpcf7-checkbox {
    padding: 12px 0 0 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    form .wpcf7-checkbox .wpcf7-list-item {
      margin: 0; }
    form .wpcf7-checkbox span label > input {
      margin-right: 5px; }
  form input[type="submit"] {
    max-width: 92px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -5px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #f2f2f2;
    background: -moz-linear-gradient(90-to bottom, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(90-to bottom, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    -pie-background: linear-gradient(90-to bottom, #fff 0%, #f2f2f2 100%);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: 1px solid #c7c7c7;
    color: #1f4269;
    cursor: pointer;
    height: 44px;
    margin: 20px 0;
    padding: 8px 20px; }

/* ==========================================================================
   Home Banner styles
   ========================================================================== */
.journey {
  background: #31353b;
  margin: 40px 0; }

@media only screen and (max-width: 740px) {
  .journey {
    margin: 40px auto;
    width: 450px; } }
@media only screen and (max-width: 500px) {
  .journey {
    width: 100%; } }
h2.journey-title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #c2c3c5;
  margin: 0;
  padding: 28px 30px;
  text-align: center; }

@media only screen and (max-width: 768px) {
  h2.journey-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.4em;
    padding: 12px 50px 12px 30px; } }
@media only screen and (max-width: 740px) {
  h2.journey-title {
    font-size: 21px;
    font-size: 1.3125rem; } }
@media only screen and (max-width: 500px) {
  h2.journey-title {
    font-size: 22px;
    font-size: 1.375rem; } }
h2.journey-title.close {
  background: url("../images/close.png") no-repeat right center;
  cursor: pointer; }

.journey-inner {
  position: relative; }

.grid-pad [class*='card-']:last-of-type {
  padding-right: 12px; }

[class*='card-'] {
  padding: 0 12px 12px 0;
  position: relative; }

[class*='card-'] .item-link {
  display: block;
  overflow: hidden;
  width: 100%; }

[class*='card-'] img {
  max-width: none;
  min-height: 178px;
  min-width: 100%; }

[class*='card-'] span {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 60px;
  line-height: 3.75rem;
  height: 60px;
  height: 3.75rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-family: "quatro-slab", serif;
  margin-top: 179px;
  padding: 0 12px;
  text-align: center; }

@media only screen and (max-width: 900px) {
  [class*='card-'] span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 60px;
    line-height: 3.75rem;
    height: 60px;
    height: 3.75rem; } }
.card-group {
  margin: 0;
  padding: 0 0 0 12px; }

.card-1 .item-link {
  background: url("../images/sme-business-owner.jpg") no-repeat center top;
  height: 238px; }

.card-1 span {
  background-color: #91cc33; }

.card-1 .item-link:hover span {
  background-color: #74a329; }

.card-2 .item-link {
  background: url("../images/professional-practitioner.jpg") no-repeat center top;
  height: 238px; }

.card-2 span {
  background-color: #fa6807; }

.card-2 .item-link:hover span {
  background-color: #ca5304; }

.card-3 .item-link {
  background: url("../images/corporate-executive.jpg") no-repeat center top;
  height: 238px; }

.card-3 span {
  background-color: #3470a8; }

.card-3 .item-link:hover span {
  background-color: #285681; }

@media only screen and (max-width: 740px) {
  [class*='card-'] {
    float: none;
    width: 100%; }

  [class*='card-'] .item-link {
    background-size: cover; } }
.foldout-group {
  margin: 0;
  padding: 0 0 12px 12px;
  position: absolute;
  top: 0;
  width: 100%; }

.foldout-group [class*='col-'] {
  padding-right: 12px; }

.foldout-group.grid-pad [class*='col-']:last-of-type {
  padding-right: 12px; }

.foldout-group .foldout-second-level {
  padding: 0 8px; }

@media only screen and (max-width: 740px) {
  .foldout-group .foldout-second-level {
    padding: 0 12px;
    width: 100%; } }
.foldout-1 {
  display: none; }

.foldout-1 .item-link,
.foldout-1 .foldout-result {
  color: #91cc33; }

.foldout-2 {
  display: none; }

.foldout-2 .item-link,
.foldout-2 .foldout-result {
  color: #fa6807; }

.foldout-3 {
  display: none; }

.foldout-3 .item-link,
.foldout-3 .foldout-result {
  color: #488ac7; }

.foldout-second-level {
  left: 33.33%;
  position: absolute; }

.foldout-second-level ul {
  background: #41464d;
  border: 1px solid #50555b;
  height: 238px; }

.foldout-second-level .foldout-item {
  position: relative; }

.foldout-second-level .foldout-item .doc {
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  filter: alpha(opacity=40);
  opacity: .4;
  zoom: 1;
  background: url("../images/spritesheet.png") no-repeat left -550px;
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 24px;
  width: 14px; }

.foldout-second-level .foldout-item .doc:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  zoom: 1; }

@media only screen and (max-width: 900px) {
  .foldout-second-level .foldout-item .doc {
    background: none; } }
@media only screen and (max-width: 740px) {
  .foldout-second-level .foldout-item .doc {
    background: url("../images/spritesheet.png") no-repeat left -550px; } }
.foldout-second-level .item-link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  border-bottom: 1px solid #50555b;
  display: block;
  padding: 14px 20px; }

.foldout-second-level .item-link:hover {
  background-color: #35393f; }

@media only screen and (max-width: 950px) {
  .foldout-second-level .item-link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 14px; } }
@media only screen and (max-width: 740px) {
  .foldout-second-level .item-link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 14px 20px; } }
.foldout-second-level .foldout-item.last .item-link {
  border: none; }

@media only screen and (max-width: 740px) {
  .foldout-second-level {
    left: 0; } }
.foldout-third-level {
  position: absolute;
  right: 0;
  width: 33%; }

.foldout-third-level .foldout-result {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  border: 1px solid #50555b;
  background: #41464d;
  display: none;
  height: 238px;
  padding: 92px 0;
  text-align: center; }

.foldout-third-level .foldout-result span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 3px;
  margin-top: .1875rem;
  color: #999;
  display: block;
  padding-right: 18px;
  position: relative; }

.foldout-third-level .foldout-result span:after {
  filter: alpha(opacity=40);
  opacity: .4;
  zoom: 1;
  background: url("../images/spritesheet.png") no-repeat 0 -600px;
  content: '';
  height: 14px;
  margin-left: 7px;
  position: absolute;
  top: 7px;
  width: 14px; }

@media only screen and (max-width: 900px) {
  .foldout-third-level .foldout-result span {
    font-size: 16px;
    font-size: 1rem; } }
@media only screen and (max-width: 768px) {
  .foldout-third-level .foldout-result span {
    font-size: 14px;
    font-size: 0.875rem; } }
@media only screen and (max-width: 740px) {
  .foldout-third-level .foldout-result span {
    font-size: 18px;
    font-size: 1.125rem; } }
.foldout-third-level .foldout-result:hover {
  background-color: #35393f; }

@media only screen and (max-width: 900px) {
  .foldout-third-level .foldout-result {
    font-size: 18px;
    font-size: 1.125rem; } }
@media only screen and (max-width: 768px) {
  .foldout-third-level .foldout-result {
    font-size: 16px;
    font-size: 1rem; } }
@media only screen and (max-width: 740px) {
  .foldout-third-level .foldout-result {
    font-size: 24px;
    font-size: 1.5rem; } }
@media only screen and (max-width: 740px) {
  .foldout-third-level {
    padding: 0 12px;
    width: 100%; } }
.card:hover .btn-video-page,
.active .btn-video-page {
  display: block; }

.card-group {
  margin: 0;
  padding: 0 0 0 12px; }

.card-1 .item-link {
  background: url("../images/sme-business-owner.jpg") no-repeat center top;
  height: 238px; }

.card-1 span {
  background-color: #91cc33; }

.card-1 .item-link:hover span {
  background-color: #74a329; }

.card-2 .item-link {
  background: url("../images/professional-practitioner.jpg") no-repeat center top;
  height: 238px; }

.card-2 span {
  background-color: #fa6807; }

.card-2 .item-link:hover span {
  background-color: #ca5304; }

.card-3 .item-link {
  background: url("../images/corporate-executive.jpg") no-repeat center top;
  height: 238px; }

.card-3 span {
  background-color: #3470a8; }

.card-3 .item-link:hover span {
  background-color: #285681; }

@media only screen and (max-width: 740px) {
  [class*='card-'] {
    float: none;
    width: 100%; }

  [class*='card-'] .item-link {
    background-size: cover; } }
.foldout-group {
  margin: 0;
  padding: 0 0 12px 12px;
  position: absolute;
  top: 0;
  width: 100%; }

.foldout-group [class*='col-'] {
  padding-right: 12px; }

.foldout-group.grid-pad [class*='col-']:last-of-type {
  padding-right: 12px; }

.foldout-group .foldout-second-level {
  padding: 0 8px; }

@media only screen and (max-width: 740px) {
  .foldout-group .foldout-second-level {
    padding: 0 12px;
    width: 100%; } }
.foldout-1 {
  display: none; }

.foldout-1 .item-link,
.foldout-1 .foldout-result {
  color: #91cc33; }

.foldout-2 {
  display: none; }

.foldout-2 .item-link,
.foldout-2 .foldout-result {
  color: #fa6807; }

.foldout-3 {
  display: none; }

.foldout-3 .item-link,
.foldout-3 .foldout-result {
  color: #488ac7; }

.foldout-second-level {
  left: 33.33%;
  position: absolute; }

.foldout-second-level ul {
  background: #41464d;
  border: 1px solid #50555b;
  height: 238px; }

.foldout-second-level .foldout-item {
  position: relative; }

.foldout-second-level .foldout-item .doc {
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  filter: alpha(opacity=40);
  opacity: .4;
  zoom: 1;
  background: url("../images/spritesheet.png") no-repeat left -550px;
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 24px;
  width: 14px; }

.foldout-second-level .foldout-item .doc:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  zoom: 1; }

@media only screen and (max-width: 900px) {
  .foldout-second-level .foldout-item .doc {
    background: none; } }
@media only screen and (max-width: 740px) {
  .foldout-second-level .foldout-item .doc {
    background: url("../images/spritesheet.png") no-repeat left -550px; } }
.foldout-second-level .item-link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  border-bottom: 1px solid #50555b;
  display: block;
  padding: 14px 20px; }

.foldout-second-level .item-link:hover {
  background-color: #35393f; }

@media only screen and (max-width: 950px) {
  .foldout-second-level .item-link {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 14px; } }
@media only screen and (max-width: 740px) {
  .foldout-second-level .item-link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 14px 20px; } }
.foldout-second-level .foldout-item.last .item-link {
  border: none; }

@media only screen and (max-width: 740px) {
  .foldout-second-level {
    left: 0; } }
.foldout-third-level {
  position: absolute;
  right: 0;
  width: 33%; }

.foldout-third-level .foldout-result {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  border: 1px solid #50555b;
  background: #41464d;
  display: none;
  height: 238px;
  padding: 92px 0;
  text-align: center; }

.foldout-third-level .foldout-result span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 3px;
  margin-top: .1875rem;
  color: #999;
  display: block;
  padding-right: 18px;
  position: relative; }

.foldout-third-level .foldout-result span:after {
  filter: alpha(opacity=40);
  opacity: .4;
  zoom: 1;
  background: url("../images/spritesheet.png") no-repeat 0 -600px;
  content: '';
  height: 14px;
  margin-left: 7px;
  position: absolute;
  top: 7px;
  width: 14px; }

@media only screen and (max-width: 900px) {
  .main-content .col-1-3.foldout-third-level, .main-content .col-1-3.foldout-second-level {
    border-top: unset;
    margin-top: unset;
    padding-top: unset; }

  .main-content [class*='col-'].foldout-third-level, .main-content [class*='col-'].foldout-second-level {
    width: 33%; }

  .foldout-third-level .foldout-result span {
    font-size: 16px;
    font-size: 1rem; }

  .main-content .col-1-3.card {
    border-top: unset;
    margin-top: unset;
    padding: 0 12px 12px 0; }

  .main-content [class*='col-'].card {
    float: left;
    width: 33.33%; } }
@media only screen and (max-width: 768px) {
  .foldout-third-level .foldout-result span {
    font-size: 14px;
    font-size: 0.875rem; }

  .main-content [class*='col-'].foldout-third-level, .main-content [class*='col-'].foldout-second-level {
    width: 100%; } }
@media only screen and (max-width: 740px) {
  .foldout-third-level .foldout-result span {
    font-size: 18px;
    font-size: 1.125rem; }

  .main-content [class*='col-'].card {
    float: none;
    width: 100%; } }
.foldout-third-level .foldout-result:hover {
  background-color: #35393f; }

@media only screen and (max-width: 900px) {
  .foldout-third-level .foldout-result {
    font-size: 18px;
    font-size: 1.125rem; } }
@media only screen and (max-width: 768px) {
  .foldout-third-level .foldout-result {
    font-size: 16px;
    font-size: 1rem; } }
@media only screen and (max-width: 740px) {
  .foldout-third-level .foldout-result {
    font-size: 24px;
    font-size: 1.5rem; } }
@media only screen and (max-width: 740px) {
  .foldout-third-level {
    padding: 0 12px;
    width: 100%; } }
h2.intro-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1f4269;
  text-align: center;
  margin: 0 0 30px;
  padding: 0 5rem; }

@media only screen and (max-width: 900px) {
  h2.intro-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    padding: 0 40px;
    padding: 0 2.5rem; } }
@media only screen and (max-width: 768px) {
  h2.intro-title {
    padding: 0 20px;
    padding: 0 1.25rem; } }
@media only screen and (max-width: 500px) {
  h2.intro-title {
    margin-bottom: 20px;
    padding: 0; } }
.intro .left {
  border-right: 1px solid #e8e7e3; }

.intro .right {
  padding-left: 30px; }

@media only screen and (max-width: 768px) {
  .intro .left {
    border: none; }

  .intro .left,
  .intro .right {
    float: none;
    padding: 0;
    width: 100%; } }
/* ==========================================================================
   Basic Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -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 {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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