@charset "UTF-8";
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display:block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display:inline-block;
    *display:inline;
    *zoom:1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display:none;
    height:0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display:none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family:Arial, Helvetica, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin:0;
	height:100%;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline:thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline:0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
 
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
}


/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom:1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight:bold;
}

blockquote {
    margin:20px 0;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style:italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background:#ff0;
    color:#000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin:0 0 20px 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family:monospace, serif;
    _font-family:'courier new', monospace;
    font-size:1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space:pre;
    white-space:pre-wrap;
    word-wrap:break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes:none;
}

/* 2 */

q:before,
q:after {
    content:'';
    content:none;
}

small {
    font-size:75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}

sup {
    top:-0.5em;
}

sub {
    bottom:-0.25em;
}

address{
	font-style:normal;
}

/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin:20px 0;
}

ul ul, ol ol{
	margin:3px 0;
}

dt {
	font-weight:bold;
}
dd {
    margin:0 0 0 25px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding:0 0 0 25px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style:none;
    list-style-image:none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border:0; /* 1 */
    -ms-interpolation-mode:bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow:hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin:0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin:0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border:0; /* 1 */
    padding:0;
    white-space:normal; /* 2 */
    *margin-left:-7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size:100%; /* 1 */
    margin:0; /* 2 */
    vertical-align:baseline; /* 3 */
    *vertical-align:middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height:normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor:pointer; /* 1 */
    -webkit-appearance:button; /* 2 */
    *overflow:visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor:default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing:border-box; /* 1 */
    padding:0; /* 2 */
    *height:13px; /* 3 */
    *width:13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance:textfield; /* 1 */
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; /* 2 */
    box-sizing:content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance:none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border:0;
    padding:0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow:auto; /* 1 */
    vertical-align:top; /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse:collapse;
    border-spacing:0;
}
/* Ross Changes */

html {
  font-size: 10px;
  height: 100%;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

form {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.no-max-width-img img {
    max-width: none;
}

.wrap {
  position: relative;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: none;
  min-width: 300px;
  height: 100%;
  min-height: 100%;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: none;
  padding: 0 15px;
}

.grid, .grid-wide {
  clear: both;
  display: block;
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 0;
  justify-content: initial;
  font-family: "reset";
  font-size: 0;
  line-height: 0;
  text-rendering: optimizespeed;
  -webkit-text-size-adjust: auto;
  -moz-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  text-size-adjust: auto;
}
.grid:after, .grid-wide:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.grid > *, .grid-wide > * {
  padding: 0 0 0 20px;
  width: 100%;
  text-align: left;
  -ms-text-justify: auto;
  text-justify: auto;
  word-wrap: break-word;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

.justify {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.justify:after {
  display: inline-block;
  width: 100%;
}

[class*=push-],
[class*=pull-] {
  position: relative;
}

.span-auto {
  width: auto;
}

.span-1 {
  width: 100%;
}

.span-1-2 {
  width: 50%;
}

.span-1-3 {
  width: 33.33%;
}

.span-2-3 {
  width: 66.66%;
}

.span-1-4 {
  width: 25%;
}

.span-3-4 {
  width: 75%;
}

.span-1-5 {
  width: 20%;
}

.span-2-5 {
  width: 40%;
}

.span-3-5 {
  width: 60%;
}

.span-4-5 {
  width: 80%;
}

.span-1-6 {
  width: 16.66%;
}

.span-5-6 {
  width: 83.33%;
}

.span-1-7 {
  width: 14.28%;
}

.span-2-7 {
  width: 28.57%;
}

.span-3-7 {
  width: 42.85%;
}

.span-4-7 {
  width: 57.14%;
}

.span-5-7 {
  width: 71.42%;
}

.span-6-7 {
  width: 85.71%;
}

.span-1-8 {
  width: 12.5%;
}

.span-3-8 {
  width: 37.5%;
}

.span-5-8 {
  width: 62.5%;
}

.span-7-8 {
  width: 87.5%;
}

.span-1-9 {
  width: 11.11%;
}

.span-2-9 {
  width: 22.22%;
}

.span-4-9 {
  width: 44.44%;
}

.span-5-9 {
  width: 55.55%;
}

.span-7-9 {
  width: 77.77%;
}

.span-8-9 {
  width: 88.88%;
}

.span-1-10 {
  width: 10%;
}

.span-3-10 {
  width: 30%;
}

.span-7-10 {
  width: 70%;
}

.span-9-10 {
  width: 90%;
}

.offset-0 {
  margin-left: 0;
}

.offset-1-2 {
  margin-left: 50%;
}

.offset-1-3 {
  margin-left: 33.33%;
}

.offset-2-3 {
  margin-left: 66.66%;
}

.offset-1-4 {
  margin-left: 25%;
}

.offset-3-4 {
  margin-left: 75%;
}

.offset-1-5 {
  margin-left: 20%;
}

.offset-2-5 {
  margin-left: 40%;
}

.offset-3-5 {
  margin-left: 60%;
}

.offset-4-5 {
  margin-left: 80%;
}

.offset-1-6 {
  margin-left: 16.66%;
}

.offset-5-6 {
  margin-left: 83.33%;
}

.offset-1-7 {
  margin-left: 14.28%;
}

.offset-2-7 {
  margin-left: 28.57%;
}

.offset-3-7 {
  margin-left: 42.85%;
}

.offset-4-7 {
  margin-left: 57.14%;
}

.offset-5-7 {
  margin-left: 71.42%;
}

.offset-6-7 {
  margin-left: 85.71%;
}

.offset-1-8 {
  margin-left: 12.5%;
}

.offset-3-8 {
  margin-left: 37.5%;
}

.offset-5-8 {
  margin-left: 62.5%;
}

.offset-7-8 {
  margin-left: 87.5%;
}

.offset-1-9 {
  margin-left: 11.11%;
}

.offset-2-9 {
  margin-left: 22.22%;
}

.offset-4-9 {
  margin-left: 44.44%;
}

.offset-5-9 {
  margin-left: 55.55%;
}

.offset-7-9 {
  margin-left: 77.77%;
}

.offset-8-9 {
  margin-left: 88.88%;
}

.offset-1-10 {
  margin-left: 10%;
}

.offset-3-10 {
  margin-left: 30%;
}

.offset-7-10 {
  margin-left: 70%;
}

.offset-9-10 {
  margin-left: 90%;
}

.inset-0 {
  margin-right: 0;
}

.inset-1-2 {
  margin-right: 50%;
}

.inset-1-3 {
  margin-right: 33.33%;
}

.inset-2-3 {
  margin-right: 66.66%;
}

.inset-1-4 {
  margin-right: 25%;
}

.inset-3-4 {
  margin-right: 75%;
}

.inset-1-5 {
  margin-right: 20%;
}

.inset-2-5 {
  margin-right: 40%;
}

.inset-3-5 {
  margin-right: 60%;
}

.inset-4-5 {
  margin-right: 80%;
}

.inset-1-6 {
  margin-right: 16.66%;
}

.inset-5-6 {
  margin-right: 83.33%;
}

.inset-1-7 {
  margin-right: 14.28%;
}

.inset-2-7 {
  margin-right: 28.57%;
}

.inset-3-7 {
  margin-right: 42.85%;
}

.inset-4-7 {
  margin-right: 57.14%;
}

.inset-5-7 {
  margin-right: 71.42%;
}

.inset-6-7 {
  margin-right: 85.71%;
}

.inset-1-8 {
  margin-right: 12.5%;
}

.inset-3-8 {
  margin-right: 37.5%;
}

.inset-5-8 {
  margin-right: 62.5%;
}

.inset-7-8 {
  margin-right: 87.5%;
}

.inset-1-9 {
  margin-right: 11.11%;
}

.inset-2-9 {
  margin-right: 22.22%;
}

.inset-4-9 {
  margin-right: 44.44%;
}

.inset-5-9 {
  margin-right: 55.55%;
}

.inset-7-9 {
  margin-right: 77.77%;
}

.inset-8-9 {
  margin-right: 88.88%;
}

.inset-1-10 {
  margin-right: 10%;
}

.inset-3-10 {
  margin-right: 30%;
}

.inset-7-10 {
  margin-right: 70%;
}

.inset-9-10 {
  margin-right: 90%;
}

.push-0 {
  left: 0;
}

.push-1-2 {
  left: 50%;
}

.push-1-3 {
  left: 33.33%;
}

.push-2-3 {
  left: 66.66%;
}

.push-1-4 {
  left: 25%;
}

.push-3-4 {
  left: 75%;
}

.push-1-5 {
  left: 20%;
}

.push-2-5 {
  left: 40%;
}

.push-3-5 {
  left: 60%;
}

.push-4-5 {
  left: 80%;
}

.push-1-6 {
  left: 16.66%;
}

.push-5-6 {
  left: 83.33%;
}

.push-1-7 {
  left: 14.28%;
}

.push-2-7 {
  left: 28.57%;
}

.push-3-7 {
  left: 42.85%;
}

.push-4-7 {
  left: 57.14%;
}

.push-5-7 {
  left: 71.42%;
}

.push-6-7 {
  left: 85.71%;
}

.push-1-8 {
  left: 12.5%;
}

.push-3-8 {
  left: 37.5%;
}

.push-5-8 {
  left: 62.5%;
}

.push-7-8 {
  left: 87.5%;
}

.push-1-9 {
  left: 11.11%;
}

.push-2-9 {
  left: 22.22%;
}

.push-4-9 {
  left: 44.44%;
}

.push-5-9 {
  left: 55.55%;
}

.push-7-9 {
  left: 77.77%;
}

.push-8-9 {
  left: 88.88%;
}

.push-1-10 {
  left: 10%;
}

.push-3-10 {
  left: 30%;
}

.push-7-10 {
  left: 70%;
}

.push-9-10 {
  left: 90%;
}

.pull-0 {
  left: 0;
}

.pull-1-2 {
  left: -50%;
}

.pull-1-3 {
  left: -33.33%;
}

.pull-2-3 {
  left: -66.66%;
}

.pull-1-4 {
  left: -25%;
}

.pull-3-4 {
  left: -75%;
}

.pull-1-5 {
  left: -20%;
}

.pull-2-5 {
  left: -40%;
}

.pull-3-5 {
  left: -60%;
}

.pull-4-5 {
  left: -80%;
}

.pull-1-6 {
  left: -16.66%;
}

.pull-5-6 {
  left: -83.33%;
}

.pull-1-7 {
  left: -14.28%;
}

.pull-2-7 {
  left: -28.57%;
}

.pull-3-7 {
  left: -42.85%;
}

.pull-4-7 {
  left: -57.14%;
}

.pull-5-7 {
  left: -71.42%;
}

.pull-6-7 {
  left: -85.71%;
}

.pull-1-8 {
  left: -12.5%;
}

.pull-3-8 {
  left: -37.5%;
}

.pull-5-8 {
  left: -62.5%;
}

.pull-7-8 {
  left: -87.5%;
}

.pull-1-9 {
  left: -11.11%;
}

.pull-2-9 {
  left: -22.22%;
}

.pull-4-9 {
  left: -44.44%;
}

.pull-5-9 {
  left: -55.55%;
}

.pull-7-9 {
  left: -77.77%;
}

.pull-8-9 {
  left: -88.88%;
}

.pull-1-10 {
  left: -10%;
}

.pull-3-10 {
  left: -30%;
}

.pull-7-10 {
  left: -70%;
}

.pull-9-10 {
  left: -90%;
}

head {
  font-family: false;
}

@media only screen {
  head {
    font-family: mobile;
  }
}
@media only screen and (min-width: 760px) {
  head {
    font-family: tablet;
  }

  .wrap {
    max-width: none;
  }

  .container {
    max-width: 900px;
    padding: 0 20px;
  }

  .grid, .grid-wide {
    margin-left: -20px;
  }

  [class*=span-] {
    padding-left: 20px;
  }

  .tablet-span-auto {
    width: auto;
  }

  .tablet-span-1 {
    width: 100%;
  }

  .tablet-span-1-2 {
    width: 50%;
  }

  .tablet-span-1-3 {
    width: 33.33%;
  }

  .tablet-span-2-3 {
    width: 66.66%;
  }

  .tablet-span-1-4 {
    width: 25%;
  }

  .tablet-span-3-4 {
    width: 75%;
  }

  .tablet-span-1-5 {
    width: 20%;
  }

  .tablet-span-2-5 {
    width: 40%;
  }

  .tablet-span-3-5 {
    width: 60%;
  }

  .tablet-span-4-5 {
    width: 80%;
  }

  .tablet-span-1-6 {
    width: 16.66%;
  }

  .tablet-span-5-6 {
    width: 83.33%;
  }

  .tablet-span-1-7 {
    width: 14.28%;
  }

  .tablet-span-2-7 {
    width: 28.57%;
  }

  .tablet-span-3-7 {
    width: 42.85%;
  }

  .tablet-span-4-7 {
    width: 57.14%;
  }

  .tablet-span-5-7 {
    width: 71.42%;
  }

  .tablet-span-6-7 {
    width: 85.71%;
  }

  .tablet-span-1-8 {
    width: 12.5%;
  }

  .tablet-span-3-8 {
    width: 37.5%;
  }

  .tablet-span-5-8 {
    width: 62.5%;
  }

  .tablet-span-7-8 {
    width: 87.5%;
  }

  .tablet-span-1-9 {
    width: 11.11%;
  }

  .tablet-span-2-9 {
    width: 22.22%;
  }

  .tablet-span-4-9 {
    width: 44.44%;
  }

  .tablet-span-5-9 {
    width: 55.55%;
  }

  .tablet-span-7-9 {
    width: 77.77%;
  }

  .tablet-span-8-9 {
    width: 88.88%;
  }

  .tablet-span-1-10 {
    width: 10%;
  }

  .tablet-span-3-10 {
    width: 30%;
  }

  .tablet-span-7-10 {
    width: 70%;
  }

  .tablet-span-9-10 {
    width: 90%;
  }

  .tablet-offset-0 {
    margin-left: 0;
  }

  .tablet-offset-1-2 {
    margin-left: 50%;
  }

  .tablet-offset-1-3 {
    margin-left: 33.33%;
  }

  .tablet-offset-2-3 {
    margin-left: 66.66%;
  }

  .tablet-offset-1-4 {
    margin-left: 25%;
  }

  .tablet-offset-3-4 {
    margin-left: 75%;
  }

  .tablet-offset-1-5 {
    margin-left: 20%;
  }

  .tablet-offset-2-5 {
    margin-left: 40%;
  }

  .tablet-offset-3-5 {
    margin-left: 60%;
  }

  .tablet-offset-4-5 {
    margin-left: 80%;
  }

  .tablet-offset-1-6 {
    margin-left: 16.66%;
  }

  .tablet-offset-5-6 {
    margin-left: 83.33%;
  }

  .tablet-offset-1-7 {
    margin-left: 14.28%;
  }

  .tablet-offset-2-7 {
    margin-left: 28.57%;
  }

  .tablet-offset-3-7 {
    margin-left: 42.85%;
  }

  .tablet-offset-4-7 {
    margin-left: 57.14%;
  }

  .tablet-offset-5-7 {
    margin-left: 71.42%;
  }

  .tablet-offset-6-7 {
    margin-left: 85.71%;
  }

  .tablet-offset-1-8 {
    margin-left: 12.5%;
  }

  .tablet-offset-3-8 {
    margin-left: 37.5%;
  }

  .tablet-offset-5-8 {
    margin-left: 62.5%;
  }

  .tablet-offset-7-8 {
    margin-left: 87.5%;
  }

  .tablet-offset-1-9 {
    margin-left: 11.11%;
  }

  .tablet-offset-2-9 {
    margin-left: 22.22%;
  }

  .tablet-offset-4-9 {
    margin-left: 44.44%;
  }

  .tablet-offset-5-9 {
    margin-left: 55.55%;
  }

  .tablet-offset-7-9 {
    margin-left: 77.77%;
  }

  .tablet-offset-8-9 {
    margin-left: 88.88%;
  }

  .tablet-offset-1-10 {
    margin-left: 10%;
  }

  .tablet-offset-3-10 {
    margin-left: 30%;
  }

  .tablet-offset-7-10 {
    margin-left: 70%;
  }

  .tablet-offset-9-10 {
    margin-left: 90%;
  }

  .tablet-inset-0 {
    margin-right: 0;
  }

  .tablet-inset-1-2 {
    margin-right: 50%;
  }

  .tablet-inset-1-3 {
    margin-right: 33.33%;
  }

  .tablet-inset-2-3 {
    margin-right: 66.66%;
  }

  .tablet-inset-1-4 {
    margin-right: 25%;
  }

  .tablet-inset-3-4 {
    margin-right: 75%;
  }

  .tablet-inset-1-5 {
    margin-right: 20%;
  }

  .tablet-inset-2-5 {
    margin-right: 40%;
  }

  .tablet-inset-3-5 {
    margin-right: 60%;
  }

  .tablet-inset-4-5 {
    margin-right: 80%;
  }

  .tablet-inset-1-6 {
    margin-right: 16.66%;
  }

  .tablet-inset-5-6 {
    margin-right: 83.33%;
  }

  .tablet-inset-1-7 {
    margin-right: 14.28%;
  }

  .tablet-inset-2-7 {
    margin-right: 28.57%;
  }

  .tablet-inset-3-7 {
    margin-right: 42.85%;
  }

  .tablet-inset-4-7 {
    margin-right: 57.14%;
  }

  .tablet-inset-5-7 {
    margin-right: 71.42%;
  }

  .tablet-inset-6-7 {
    margin-right: 85.71%;
  }

  .tablet-inset-1-8 {
    margin-right: 12.5%;
  }

  .tablet-inset-3-8 {
    margin-right: 37.5%;
  }

  .tablet-inset-5-8 {
    margin-right: 62.5%;
  }

  .tablet-inset-7-8 {
    margin-right: 87.5%;
  }

  .tablet-inset-1-9 {
    margin-right: 11.11%;
  }

  .tablet-inset-2-9 {
    margin-right: 22.22%;
  }

  .tablet-inset-4-9 {
    margin-right: 44.44%;
  }

  .tablet-inset-5-9 {
    margin-right: 55.55%;
  }

  .tablet-inset-7-9 {
    margin-right: 77.77%;
  }

  .tablet-inset-8-9 {
    margin-right: 88.88%;
  }

  .tablet-inset-1-10 {
    margin-right: 10%;
  }

  .tablet-inset-3-10 {
    margin-right: 30%;
  }

  .tablet-inset-7-10 {
    margin-right: 70%;
  }

  .tablet-inset-9-10 {
    margin-right: 90%;
  }

  .tablet-push-0 {
    left: 0;
  }

  .tablet-push-1-2 {
    left: 50%;
  }

  .tablet-push-1-3 {
    left: 33.33%;
  }

  .tablet-push-2-3 {
    left: 66.66%;
  }

  .tablet-push-1-4 {
    left: 25%;
  }

  .tablet-push-3-4 {
    left: 75%;
  }

  .tablet-push-1-5 {
    left: 20%;
  }

  .tablet-push-2-5 {
    left: 40%;
  }

  .tablet-push-3-5 {
    left: 60%;
  }

  .tablet-push-4-5 {
    left: 80%;
  }

  .tablet-push-1-6 {
    left: 16.66%;
  }

  .tablet-push-5-6 {
    left: 83.33%;
  }

  .tablet-push-1-7 {
    left: 14.28%;
  }

  .tablet-push-2-7 {
    left: 28.57%;
  }

  .tablet-push-3-7 {
    left: 42.85%;
  }

  .tablet-push-4-7 {
    left: 57.14%;
  }

  .tablet-push-5-7 {
    left: 71.42%;
  }

  .tablet-push-6-7 {
    left: 85.71%;
  }

  .tablet-push-1-8 {
    left: 12.5%;
  }

  .tablet-push-3-8 {
    left: 37.5%;
  }

  .tablet-push-5-8 {
    left: 62.5%;
  }

  .tablet-push-7-8 {
    left: 87.5%;
  }

  .tablet-push-1-9 {
    left: 11.11%;
  }

  .tablet-push-2-9 {
    left: 22.22%;
  }

  .tablet-push-4-9 {
    left: 44.44%;
  }

  .tablet-push-5-9 {
    left: 55.55%;
  }

  .tablet-push-7-9 {
    left: 77.77%;
  }

  .tablet-push-8-9 {
    left: 88.88%;
  }

  .tablet-push-1-10 {
    left: 10%;
  }

  .tablet-push-3-10 {
    left: 30%;
  }

  .tablet-push-7-10 {
    left: 70%;
  }

  .tablet-push-9-10 {
    left: 90%;
  }

  .tablet-pull-0 {
    left: 0;
  }

  .tablet-pull-1-2 {
    left: -50%;
  }

  .tablet-pull-1-3 {
    left: -33.33%;
  }

  .tablet-pull-2-3 {
    left: -66.66%;
  }

  .tablet-pull-1-4 {
    left: -25%;
  }

  .tablet-pull-3-4 {
    left: -75%;
  }

  .tablet-pull-1-5 {
    left: -20%;
  }

  .tablet-pull-2-5 {
    left: -40%;
  }

  .tablet-pull-3-5 {
    left: -60%;
  }

  .tablet-pull-4-5 {
    left: -80%;
  }

  .tablet-pull-1-6 {
    left: -16.66%;
  }

  .tablet-pull-5-6 {
    left: -83.33%;
  }

  .tablet-pull-1-7 {
    left: -14.28%;
  }

  .tablet-pull-2-7 {
    left: -28.57%;
  }

  .tablet-pull-3-7 {
    left: -42.85%;
  }

  .tablet-pull-4-7 {
    left: -57.14%;
  }

  .tablet-pull-5-7 {
    left: -71.42%;
  }

  .tablet-pull-6-7 {
    left: -85.71%;
  }

  .tablet-pull-1-8 {
    left: -12.5%;
  }

  .tablet-pull-3-8 {
    left: -37.5%;
  }

  .tablet-pull-5-8 {
    left: -62.5%;
  }

  .tablet-pull-7-8 {
    left: -87.5%;
  }

  .tablet-pull-1-9 {
    left: -11.11%;
  }

  .tablet-pull-2-9 {
    left: -22.22%;
  }

  .tablet-pull-4-9 {
    left: -44.44%;
  }

  .tablet-pull-5-9 {
    left: -55.55%;
  }

  .tablet-pull-7-9 {
    left: -77.77%;
  }

  .tablet-pull-8-9 {
    left: -88.88%;
  }

  .tablet-pull-1-10 {
    left: -10%;
  }

  .tablet-pull-3-10 {
    left: -30%;
  }

  .tablet-pull-7-10 {
    left: -70%;
  }

  .tablet-pull-9-10 {
    left: -90%;
  }
}
@media only screen and (min-width: 1100px) {
  head {
    font-family: desktop;
  }

  .wrap {
    max-width: none;
  }

  .container {
    max-width: 1200px;
    padding: 0 20px;
  }

  .grid, .grid-wide {
    margin-left: -20px;
  }

  [class*=span-] {
    padding-left: 20px;
  }

  .desktop-span-auto {
    width: auto;
  }

  .desktop-span-1 {
    width: 100%;
  }

  .desktop-span-1-2 {
    width: 50%;
  }

  .desktop-span-1-3 {
    width: 33.33%;
  }

  .desktop-span-2-3 {
    width: 66.66%;
  }

  .desktop-span-1-4 {
    width: 25%;
  }

  .desktop-span-3-4 {
    width: 75%;
  }

  .desktop-span-1-5 {
    width: 20%;
  }

  .desktop-span-2-5 {
    width: 40%;
  }

  .desktop-span-3-5 {
    width: 60%;
  }

  .desktop-span-4-5 {
    width: 80%;
  }

  .desktop-span-1-6 {
    width: 16.66%;
  }

  .desktop-span-5-6 {
    width: 83.33%;
  }

  .desktop-span-1-7 {
    width: 14.28%;
  }

  .desktop-span-2-7 {
    width: 28.57%;
  }

  .desktop-span-3-7 {
    width: 42.85%;
  }

  .desktop-span-4-7 {
    width: 57.14%;
  }

  .desktop-span-5-7 {
    width: 71.42%;
  }

  .desktop-span-6-7 {
    width: 85.71%;
  }

  .desktop-span-1-8 {
    width: 12.5%;
  }

  .desktop-span-3-8 {
    width: 37.5%;
  }

  .desktop-span-5-8 {
    width: 62.5%;
  }

  .desktop-span-7-8 {
    width: 87.5%;
  }

  .desktop-span-1-9 {
    width: 11.11%;
  }

  .desktop-span-2-9 {
    width: 22.22%;
  }

  .desktop-span-4-9 {
    width: 44.44%;
  }

  .desktop-span-5-9 {
    width: 55.55%;
  }

  .desktop-span-7-9 {
    width: 77.77%;
  }

  .desktop-span-8-9 {
    width: 88.88%;
  }

  .desktop-span-1-10 {
    width: 10%;
  }

  .desktop-span-3-10 {
    width: 30%;
  }

  .desktop-span-7-10 {
    width: 70%;
  }

  .desktop-span-9-10 {
    width: 90%;
  }

  .desktop-offset-0 {
    margin-left: 0;
  }

  .desktop-offset-1-2 {
    margin-left: 50%;
  }

  .desktop-offset-1-3 {
    margin-left: 33.33%;
  }

  .desktop-offset-2-3 {
    margin-left: 66.66%;
  }

  .desktop-offset-1-4 {
    margin-left: 25%;
  }

  .desktop-offset-3-4 {
    margin-left: 75%;
  }

  .desktop-offset-1-5 {
    margin-left: 20%;
  }

  .desktop-offset-2-5 {
    margin-left: 40%;
  }

  .desktop-offset-3-5 {
    margin-left: 60%;
  }

  .desktop-offset-4-5 {
    margin-left: 80%;
  }

  .desktop-offset-1-6 {
    margin-left: 16.66%;
  }

  .desktop-offset-5-6 {
    margin-left: 83.33%;
  }

  .desktop-offset-1-7 {
    margin-left: 14.28%;
  }

  .desktop-offset-2-7 {
    margin-left: 28.57%;
  }

  .desktop-offset-3-7 {
    margin-left: 42.85%;
  }

  .desktop-offset-4-7 {
    margin-left: 57.14%;
  }

  .desktop-offset-5-7 {
    margin-left: 71.42%;
  }

  .desktop-offset-6-7 {
    margin-left: 85.71%;
  }

  .desktop-offset-1-8 {
    margin-left: 12.5%;
  }

  .desktop-offset-3-8 {
    margin-left: 37.5%;
  }

  .desktop-offset-5-8 {
    margin-left: 62.5%;
  }

  .desktop-offset-7-8 {
    margin-left: 87.5%;
  }

  .desktop-offset-1-9 {
    margin-left: 11.11%;
  }

  .desktop-offset-2-9 {
    margin-left: 22.22%;
  }

  .desktop-offset-4-9 {
    margin-left: 44.44%;
  }

  .desktop-offset-5-9 {
    margin-left: 55.55%;
  }

  .desktop-offset-7-9 {
    margin-left: 77.77%;
  }

  .desktop-offset-8-9 {
    margin-left: 88.88%;
  }

  .desktop-offset-1-10 {
    margin-left: 10%;
  }

  .desktop-offset-3-10 {
    margin-left: 30%;
  }

  .desktop-offset-7-10 {
    margin-left: 70%;
  }

  .desktop-offset-9-10 {
    margin-left: 90%;
  }

  .desktop-inset-0 {
    margin-right: 0;
  }

  .desktop-inset-1-2 {
    margin-right: 50%;
  }

  .desktop-inset-1-3 {
    margin-right: 33.33%;
  }

  .desktop-inset-2-3 {
    margin-right: 66.66%;
  }

  .desktop-inset-1-4 {
    margin-right: 25%;
  }

  .desktop-inset-3-4 {
    margin-right: 75%;
  }

  .desktop-inset-1-5 {
    margin-right: 20%;
  }

  .desktop-inset-2-5 {
    margin-right: 40%;
  }

  .desktop-inset-3-5 {
    margin-right: 60%;
  }

  .desktop-inset-4-5 {
    margin-right: 80%;
  }

  .desktop-inset-1-6 {
    margin-right: 16.66%;
  }

  .desktop-inset-5-6 {
    margin-right: 83.33%;
  }

  .desktop-inset-1-7 {
    margin-right: 14.28%;
  }

  .desktop-inset-2-7 {
    margin-right: 28.57%;
  }

  .desktop-inset-3-7 {
    margin-right: 42.85%;
  }

  .desktop-inset-4-7 {
    margin-right: 57.14%;
  }

  .desktop-inset-5-7 {
    margin-right: 71.42%;
  }

  .desktop-inset-6-7 {
    margin-right: 85.71%;
  }

  .desktop-inset-1-8 {
    margin-right: 12.5%;
  }

  .desktop-inset-3-8 {
    margin-right: 37.5%;
  }

  .desktop-inset-5-8 {
    margin-right: 62.5%;
  }

  .desktop-inset-7-8 {
    margin-right: 87.5%;
  }

  .desktop-inset-1-9 {
    margin-right: 11.11%;
  }

  .desktop-inset-2-9 {
    margin-right: 22.22%;
  }

  .desktop-inset-4-9 {
    margin-right: 44.44%;
  }

  .desktop-inset-5-9 {
    margin-right: 55.55%;
  }

  .desktop-inset-7-9 {
    margin-right: 77.77%;
  }

  .desktop-inset-8-9 {
    margin-right: 88.88%;
  }

  .desktop-inset-1-10 {
    margin-right: 10%;
  }

  .desktop-inset-3-10 {
    margin-right: 30%;
  }

  .desktop-inset-7-10 {
    margin-right: 70%;
  }

  .desktop-inset-9-10 {
    margin-right: 90%;
  }

  .desktop-push-0 {
    left: 0;
  }

  .desktop-push-1-2 {
    left: 50%;
  }

  .desktop-push-1-3 {
    left: 33.33%;
  }

  .desktop-push-2-3 {
    left: 66.66%;
  }

  .desktop-push-1-4 {
    left: 25%;
  }

  .desktop-push-3-4 {
    left: 75%;
  }

  .desktop-push-1-5 {
    left: 20%;
  }

  .desktop-push-2-5 {
    left: 40%;
  }

  .desktop-push-3-5 {
    left: 60%;
  }

  .desktop-push-4-5 {
    left: 80%;
  }

  .desktop-push-1-6 {
    left: 16.66%;
  }

  .desktop-push-5-6 {
    left: 83.33%;
  }

  .desktop-push-1-7 {
    left: 14.28%;
  }

  .desktop-push-2-7 {
    left: 28.57%;
  }

  .desktop-push-3-7 {
    left: 42.85%;
  }

  .desktop-push-4-7 {
    left: 57.14%;
  }

  .desktop-push-5-7 {
    left: 71.42%;
  }

  .desktop-push-6-7 {
    left: 85.71%;
  }

  .desktop-push-1-8 {
    left: 12.5%;
  }

  .desktop-push-3-8 {
    left: 37.5%;
  }

  .desktop-push-5-8 {
    left: 62.5%;
  }

  .desktop-push-7-8 {
    left: 87.5%;
  }

  .desktop-push-1-9 {
    left: 11.11%;
  }

  .desktop-push-2-9 {
    left: 22.22%;
  }

  .desktop-push-4-9 {
    left: 44.44%;
  }

  .desktop-push-5-9 {
    left: 55.55%;
  }

  .desktop-push-7-9 {
    left: 77.77%;
  }

  .desktop-push-8-9 {
    left: 88.88%;
  }

  .desktop-push-1-10 {
    left: 10%;
  }

  .desktop-push-3-10 {
    left: 30%;
  }

  .desktop-push-7-10 {
    left: 70%;
  }

  .desktop-push-9-10 {
    left: 90%;
  }

  .desktop-pull-0 {
    left: 0;
  }

  .desktop-pull-1-2 {
    left: -50%;
  }

  .desktop-pull-1-3 {
    left: -33.33%;
  }

  .desktop-pull-2-3 {
    left: -66.66%;
  }

  .desktop-pull-1-4 {
    left: -25%;
  }

  .desktop-pull-3-4 {
    left: -75%;
  }

  .desktop-pull-1-5 {
    left: -20%;
  }

  .desktop-pull-2-5 {
    left: -40%;
  }

  .desktop-pull-3-5 {
    left: -60%;
  }

  .desktop-pull-4-5 {
    left: -80%;
  }

  .desktop-pull-1-6 {
    left: -16.66%;
  }

  .desktop-pull-5-6 {
    left: -83.33%;
  }

  .desktop-pull-1-7 {
    left: -14.28%;
  }

  .desktop-pull-2-7 {
    left: -28.57%;
  }

  .desktop-pull-3-7 {
    left: -42.85%;
  }

  .desktop-pull-4-7 {
    left: -57.14%;
  }

  .desktop-pull-5-7 {
    left: -71.42%;
  }

  .desktop-pull-6-7 {
    left: -85.71%;
  }

  .desktop-pull-1-8 {
    left: -12.5%;
  }

  .desktop-pull-3-8 {
    left: -37.5%;
  }

  .desktop-pull-5-8 {
    left: -62.5%;
  }

  .desktop-pull-7-8 {
    left: -87.5%;
  }

  .desktop-pull-1-9 {
    left: -11.11%;
  }

  .desktop-pull-2-9 {
    left: -22.22%;
  }

  .desktop-pull-4-9 {
    left: -44.44%;
  }

  .desktop-pull-5-9 {
    left: -55.55%;
  }

  .desktop-pull-7-9 {
    left: -77.77%;
  }

  .desktop-pull-8-9 {
    left: -88.88%;
  }

  .desktop-pull-1-10 {
    left: -10%;
  }

  .desktop-pull-3-10 {
    left: -30%;
  }

  .desktop-pull-7-10 {
    left: -70%;
  }

  .desktop-pull-9-10 {
    left: -90%;
  }
}
@font-face {
  font-family: "reset";
  src: url(data:font/ttf;base64,AAEAAAAOAIAAAwBgRkZUTWegLxgAAADsAAAAHEdERUYAMgAEAAABCAAAACBPUy8yAAAGlwAAASgAAABgY21hcJ7qif8AAAGIAAADWmdhc3AAAAAQAAAE5AAAAAhnbHlmKORl/AAABOwAAAAoaGVhZP8hNZMAAAUUAAAANmhoZWEH0v3qAAAFTAAAACRobXR4AfQAAAAABXAAAAAUbG9jYQAYACwAAAWEAAAADG1heHAASAAHAAAFkAAAACBuYW1lDyIsngAABbAAAAD2cG9zdEywn50AAAaoAAAANHdlYmbF2FHnAAAG3AAAAAYAAAABAAAAAMw9os8AAAAAzVUV8gAAAADODXZWAAEAAAAOAAAAGAAAAAAAAgABAAEABAABAAQAAAACAAAAAwH0AZAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAkAAAAAAAAAAAADAAAAAAAAAAAAAAAASEwgIABAAALgAAZm/mYAAAPoACgAAAABAAAAAAAAAAAAAAAgAAEAAAADAAAAAwAAABwAAQAAAAACVAADAAEAAAAcAAQCOAAAAAwACAACAAQAAACtAMAA/+AA//8AAAAAAAIArwDC4AD//wADAAAAAAAAIAQAAQAAAAoBYAGCAAAAAAADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAAAQYAAAMAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAwMDAwADAwADAAMDAAMDAAMAAAMDAAAAAAADAwADAwMDAwAAAAADAwADAwMDAAAAAAAAAAADAAMAAAAAAAAAAAMAAAADAwADAwMDAwMDAwADAwMDAAAAAwAAAAMAAAAAAAABAAH//wAPAAEAAAAAA+gD6AADAAAxESERA+gD6PwYAAEAAAAAAAAAAAAAAAAxAAABAAAAAQAALz+/Wl8PPPUACwgAAAAAAM4NdlcAAAAAzg12VwAAAAAD6APoAAAACAACAAAAAAAAAAEAAAPo/9gAAAH0AAD8GAPoAAEAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAH0AAAAAAAMAAwADAAMABQAAQAAAAUABAABAAAAAAACAAAAAQABAAAAQAAAAAAAAAAAAAgAZgADAAEECQABAAoAAAADAAEECQACAA4ACgADAAEECQADAAoAGAADAAEECQAEABoAIgADAAEECQAFAAQAPAADAAEECQAGAAoAQAADAAEECQDIABYASgADAAEECQDJADAAYABCAGwAYQBuAGsAUgBlAGcAdQBsAGEAcgBCAGwAYQBuAGsAQgBsAGEAbgBrACAAUgBlAGcAdQBsAGEAcgB2ADEAQgBsAGEAbgBrAFcAZQBiAGYAbwBuAHQAIAAxAC4AMABUAGgAdQAgAEoAdQBsACAAMQA4ACAAMAA2ADoAMwA5ADoAMQA5ACAAMgAwADEAMwAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAEAAgADAQIHdW5pRTAwMAABUefF1wAA) format("truetype");
}
@media print {
  @font-face {
    font-family: "reset";
    src: url("") format("truetype");
  }
}
.form-hidden {
  display: none;
}

.form-label {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

.form-message {
  display: block;
  margin: -10px 0 20px 0;
}

.form-element,
.form-search,
.form-file {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 20px 0;
  padding: 10px 14px;
  width: auto;
  max-width: 310px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: white;
  cursor: text;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-element-small {
  max-width: 160px;
}

.form-grey {
  background: #e6e6e6;
}

.form-element-focus {
  z-index: 100;
}

.form-element input,
.form-element textarea,
.form-element select,
.faux-select-text,
.faux-select-list li,
.form-search input,
.form-file:after {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  outline: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 20px;
  vertical-align: middle;
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-indent: 0;
  color: #4d4d4d;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-element textarea {
  overflow: auto;
  min-height: 81px;
  height: 81px;
}

.form-element select[multiple] {
  overflow: auto;
  min-height: 81px;
  height: 81px;
}

.iOS .form-element input {
  margin-left: -1px;
  width: -webkit-calc(100% + 1px);
  min-width: -webkit-calc(100% + 1px);
  max-width: -webkit-calc(100% + 1px);
}
.iOS .form-element textarea {
  margin-left: -3px;
  width: -webkit-calc(100% + 3px);
  min-width: -webkit-calc(100% + 3px);
  max-width: -webkit-calc(100% + 3px);
}
.iOS .form-element select[multiple] {
  min-height: 0;
  height: auto;
}

.faux-select {
  cursor: pointer;
}
.faux-select select {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.faux-select-mobile select {
  display: block;
  visibility: visible;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
}

.faux-select-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
}
.faux-select-btn:before {
  content: "";
  display: block;
  width: 100%;
  font-family: "Font Awesome 6 Free";
  font-size: 26px;
  line-height: 41px;
  text-align: center;
  color: #b3b3b3;
}

.faux-select-text,
.faux-select-text:focus {
  display: block;
  margin: 0 30px 0 0;
  width: auto;
  min-width: 0;
  max-width: none;
  overflow: hidden;
  white-space: nowrap;
  outline: 0 none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faux-select-text::selection,
.faux-select-text:focus::selection {
  background: white;
}
.faux-select-text::-moz-selection,
.faux-select-text:focus::-moz-selection {
  background: white;
}

.faux-select-list {
  display: none;
  position: absolute;
  left: -1px;
  margin: 11px 0 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid #b3b3b3;
  border-top: 0 none;
  border-radius: 0 0 4px 4px;
  background: white;
  overflow: auto;
  width: 100%;
  max-height: 240px;
}
.faux-select-list li {
  margin: 0;
  padding: 5px 10px;
  width: auto;
  min-width: 0;
  max-width: none;
  color: #b3b3b3;
}
.faux-select-list li:first-child {
  border-top: 0 none;
}
.faux-select-list li:hover {
  color: #b3b3b3;
  background: #e9f9ff;
}
.faux-select-list li.selected {
  color: white;
  background: #5eaade;
}

.faux-select-focus {
  z-index: 100;
  border-radius: 4px 4px 0 0;
}
.faux-select-focus .faux-select-list {
  display: block;
}

.form-hidden {
  display: none;
}

.form-search {
  padding-right: 40px;
}
.form-search .btn, .form-search .btn-alt, .form-search .btn-green, .form-search .btn-red, .form-search .btn-red-standard, .form-search .btn-inverted, .form-search .btn-more,
.form-search .btn-less, .form-search .btn-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 30px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
.form-search .btn:before, .form-search .btn-alt:before, .form-search .btn-green:before, .form-search .btn-red:before, .form-search .btn-red-standard:before, .form-search .btn-inverted:before, .form-search .btn-more:before,
.form-search .btn-less:before, .form-search .btn-video:before {
  content: "";
  display: block;
  width: 100%;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  color: white;
}

.form-file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}
.form-file:after {
  content: attr(data-val) "\00a0";
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  min-width: 0;
  max-width: none;
  color: #4d4d4d;
}
.form-file input {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: auto;
  min-width: 0;
  max-width: none;
}

.faux-file input {
  cursor: pointer;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.faux-file .btn, .faux-file .btn-alt, .faux-file .btn-green, .faux-file .btn-red, .faux-file .btn-red-standard, .faux-file .btn-inverted, .faux-file .btn-more,
.faux-file .btn-less, .faux-file .btn-video {
  float: right;
  display: inline;
  margin: 0;
}

.form-checkbox {
  position: relative;
  display: inline;
  margin: 0 0 12px 0;
  padding: 0 0 0 23px;
  font-family: "Montserrat", sans-serif;
  /*
  font-weight: bold;
  */
  }

 .form-radio { 
  position: relative;
  display: inline;
  margin: 0 0 12px 0;
  padding: 0 0 0 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  }
  
  
.form-checkbox:first-child,
.form-radio:first-child {
  padding-top: 0;
}

.form-checkbox input,
.form-radio input {
  float: left;
  display: inline;
  margin: 0 0 0 -23px;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.faux-checkbox,
.faux-radio {
  position: relative;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 2px 0 3px -23px;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #b3b3b3;
  background: white;
}
.faux-checkbox .faux-inner,
.faux-radio .faux-inner {
  overflow: hidden;
  float: left;
  display: inline;
  text-align: center;
}
.faux-checkbox input,
.faux-radio input {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 0;
  outline: none;
}

.faux-checkbox .faux-inner {
  width: 14px;
  height: 14px;
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #f3f3f3;
}

.faux-radio {
  border-radius: 8px;
}
.faux-radio .faux-inner {
  margin: 2px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #f3f3f3;
}

.form-checkbox .checked {
  color: #22b573;
}

.form-checkbox :checked + .faux-inner {
  color: #22b573;
}

.form-radio .checked {
  background: #22b573;
}

.form-radio :checked + .faux-inner {
  background: #22b573;
}

/*.form-error,
 * .field-validation-error,
 * .form-alert,
 * .form-success
 * display: block
 * margin: -12px 0 16px 0
 * padding: 0 0 0 16px
 * text-align: left
 * +font-size(1.4) */
.error,
.form-error,
.field-validation-error,
.success {
  display: block;
  margin: 0 0 5px 0;
  color: red;
}

.success {
  color: #22b573;
}

.error-border {
  border-color: red;
}
.error-border .faux-select-list {
  border-color: red;
}

.error[style*="hidden"],
.success[style*="hidden"] {
  display: none;
}

.error[style*="inline"],
.success[style*="inline"] {
  display: block !important;
}

.error[style*="visible"] + .form-element {
  border: 1px solid red;
}

.btn, .btn-alt, .btn-green, .btn-red, .btn-red-standard, .btn-inverted, .btn-more,
.btn-less, .btn-video {
  margin: 0 16px 10px 0;
  padding: 9px 13px;
  border: 2px solid #005596;
  border-radius: 4px;
  overflow: visible;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  text-shadow: none;
  color: white;
  cursor: pointer;
  background: #005596;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-property: background border;
  -moz-transition-property: background border;
  -ms-transition-property: background border;
  -o-transition-property: background border;
  transition-property: background border;
}
.btn:hover, .btn-alt:hover, .btn-green:hover, .btn-red:hover, .btn-red-standard:hover, .btn-inverted:hover, .btn-more:hover,
.btn-less:hover, .btn-video:hover, .btn:focus, .btn-alt:focus, .btn-green:focus, .btn-red:focus, .btn-red-standard:focus, .btn-inverted:focus, .btn-more:focus,
.btn-less:focus, .btn-video:focus {
  color: white;
  text-decoration: none; 
  border-color: #003e6e;
  background: #003e6e;
}

.btn-alt {
  border-color: #5eaade;
  background: #5eaade;
}
.btn-alt:hover, .btn-alt:focus {
  border-color: #5196bc;
  background: #5196bc;
}

.btn-green {
  border-color: #29a563;
  background: #29a563;
}
.btn-green:hover, .btn-green:focus {
  border-color: #00766e;
  background: #00766e;
}

.btn-red {
  border-color: #ffffff;
  background: #ff0000;
  font-size: 20px;  
  line-height: 22px; 
}

.btn-red:hover, .btn-red:focus {
  border-color: #ab0000;
  background: #ab0000;
}
.btn-red-standard {
  border-color: #ffffff;
  background: #ff0000;
}

.btn-red-standard:hover, .btn-red-standard:focus {
  border-color: #ab0000;
  background: #ab0000;
}
.btn-inverted {
  color: #5eaade;
  border-color: #5eaade;
  background: white;
}
.btn-inverted:hover, .btn-inverted:focus {
  color: #5eaade;
  border-color: #5eaade;
  background: #e9f9ff;
}

.btn-more,
.btn-less {
  color: #cccccc;
  border-color: #cccccc;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-more:after,
.btn-less:after {
  content: " +";
}
.btn-more:before,
.btn-less:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 15px;
  right: 15px;
  margin: 10px 0 0 0;
  height: 13px;
  background: url(../png/more-bg.png) 50% 0 no-repeat;
}
.btn-more:hover, .btn-more:focus,
.btn-less:hover,
.btn-less:focus {
  color: #999999;
  border-color: #999999;
  background: #f2f2f2;
}

.btn-less:after {
  content: " -";
}

.no-js .btn-more,
.no-js .btn-less {
  display: none;
}

.btn-video {
  color: white;
  border-color: white;
  background: transparent;
}
.btn-video:before {
  content: "\f0da ";
  margin: 0 6px 0 0;
  font-family: "Font Awesome 6 Free";
  font-size: 1.7em;
  font-weight: normal;
  line-height: 0.7em;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}
.btn-video:hover, .btn-video:focus {
  color: #999999;
  border-color: white;
  background: white;
}

.form-btn {
  position: relative;
  padding-right: 65px;
}
.form-btn .form-element {
  margin-bottom: 0;
}
.form-btn .btn, .form-btn .btn-alt, .form-btn .btn-green, .form-btn .btn-red, .form-btn .btn-red-standard, .form-btn .btn-inverted, .form-btn .btn-more,
.form-btn .btn-less, .form-btn .btn-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.form-required {
  position: absolute;
  top: 0;
  right: -12px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

.placeholder {
  color: #b3b3b3 !important;
}

.disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

@media only screen and (min-width: 760px) {
  .form-table {
    display: table;
    border-collapse: collapse;
  }

  .form-row {
    display: table-row;
  }

  .inline-checkout {
    display:inline-block!important;padding-left:21px;  
  }
  
  .form-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 20px 0;
  }
  .form-cell .form-label {
    text-align: right;
    margin: 0;
  }
  .form-cell .form-element,
  .form-cell .form-message {
    margin: 0;
  }

  .form-cell-before:before,
  .form-cell-after:after {
    content: "";
    display: table-cell;
  }

  .btn-more:before {
    left: 20px;
    right: 20px;
  }
}
/* #TABLES */
.table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.table tr:nth-child(2n) {
  background: #f2f2f2;
}
.table th, .table td {
  border: 0 none;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
.table th {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.bg-lines .table tr:nth-child(2n) {
  background: white;
}

.table-condensed th, .table-condensed td {
  padding: 3px 5px;
}

.table-fixed {
  table-layout: fixed;
}

.table-responsive {
  margin: 0 0 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.table-responsive table {
  margin: 0;
}

/* #COMPARE */
.table-compare th {
  padding-top: 20px;
  padding-bottom: 20px;
}
.table-compare th img {
  max-width: none;
  height: 16px;
  margin: 0 0 10px 0;
  vertical-align: bottom;
  display: -moz-inline-stack;
  display: inline-block;
}
.table-compare td, .table-compare th {
  text-align: center;
  vertical-align: middle;
  color: #5eaade;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.table-compare th:first-child,
.table-compare td:first-child {
  text-align: left;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.table-compare th + *,
.table-compare th + * + *,
.table-compare td + *,
.table-compare td + * + * {
  color: white;
  border-right: 3px solid white;
  background: #22b573;
}
.table-compare th + * [class*="rated"],
.table-compare th + * + * [class*="rated"],
.table-compare td + * [class*="rated"],
.table-compare td + * + * [class*="rated"] {
  background-image: url(../png/circles.png);
  background-image: url(../svg/circles.svg), none;
}
.table-compare th + * + *,
.table-compare td + * + * {
  background: #5eaade;
}
.table-compare tr:nth-child(2n) td + * {
  background: #139a60;
}
.table-compare tr:nth-child(2n) td + * + * {
  background: #3591b9;
}
.table-compare .btn, .table-compare .btn-alt, .table-compare .btn-green, .table-compare .btn-red, .table-compare .btn-red-standard, .table-compare .btn-inverted, .table-compare .btn-more,
.table-compare .btn-less, .table-compare .btn-video {
  margin: 0;
}

.table-competitors td:nth-child(2) {
	width:			30%;
} 
.table-competitors td:nth-child(3) {
	width:			30%;
} 

.icon-tick {
  overflow: hidden;
  line-height: 18px;
  height: 18px;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}
.icon-tick:before {
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  content: "\f00c";
}
.icon-cross {
  overflow: hidden;
  line-height: 18px;
  height: 18px;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}
.icon-cross:before {
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  content: "\f00d";
}


[class*="rated"] {
  overflow: hidden;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: url(../png/circles-blue.png) 0 0 repeat-x;
  background-image: url(../svg/circles-blue.svg), none;
  -webkit-background-size: 20px 17px;
  -moz-background-size: 20px 17px;
  -o-background-size: 20px 17px;
  background-size: 20px 17px;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}
[class*="rated"]:before {
  content: "";
  display: block;
  height: 18px;
  line-height: 18px;
}

.rated-2 {
  width: 38px;
}

.rated-3 {
  width: 58px;
}

.rated-4 {
  width: 78px;
}

.rated-5 {
  width: 98px;
}

@media only screen and (min-width: 760px) {
  .table th, .table td {
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-compare th img {
    height: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .table-compare th img {
    height: 23px;
  }
}
/* #CAROUSEL */
.carousel {
  position: relative;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-controls {
  position: relative;
  display: block;
  clear: both;
  margin: 0 0 12px 0;
  padding: 0;
  height: 18px;
  border-radius: 12px;
  border: 3px solid #9f8d67;
  background: #9f8d67;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-items {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.carousel-mask {
  overflow: hidden;
}

.carousel-move {
  position: relative;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-family: "reset";
  font-size: 0;
  line-height: 0;
  text-rendering: optimizespeed;
}

.carousel-slide {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: normal;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  text-rendering: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel-next,
.carousel-prev {
  position: absolute;
  z-index: 300;
  top: 50%;
  left: 40px;
  margin: -22px 0 0 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -500px;
  background: url(../png/arrow-left.png) 0 0 no-repeat;
  background-image: url(../svg/arrow-left.svg), none;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.carousel-next {
  left: auto;
  right: 40px;
  background-image: url(../png/arrow-right.png);
  background-image: url(../svg/arrow-right.svg), none;
}

.carousel-next.inactive,
.carousel-prev.inactive {
  cursor: default;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

.carousel-pips {
  position: absolute;
  z-index: 300;
  bottom: 20px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-pips li {
  margin: 0 3px;
  padding: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -500px;
  cursor: pointer;
  border-radius: 7px;
  border: 1px solid white;
  background: transparent;
  vertical-align: bottom;
  display: -moz-inline-stack;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-pips li.on {
  cursor: default;
  background: white;
}

@media only screen and (max-width: 1450px) {
  .carousel-next,
  .carousel-prev {
    display: none;
  }
}
/**** GENERAL **** */
body {
  color: #4d4d4d;
  quotes: "“" "”";
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #29a563;
  text-decoration: none;
  outline: none;
  font-weight: bold;
}
a:hover, a:focus {
  text-decoration: underline;
  outline: none;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  display: block;
  margin: 0 0 20px 0;
  color: #333333;
}
h1 img, h2 img, h3 img, h4 img, h5 img,
.h1 img, .h2 img, .h3 img, .h4 img, .h5 img {
  height: 38px;
  vertical-align: middle;
}

NEW CLASS {
  height: 38px;
  vertical-align: middle;
}

h1, .h1 {
  word-wrap: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}

h2, .h2 {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
}

h3, .h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}

h4, .h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.2;
}

h5, .h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

h6, .h6 {
  word-wrap: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 1px 0;  
}


ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

img {
  box-shadow: black 0em 0em 0em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

hr {
  border: none;
  border-top: 3px solid #e6e6e6;
  height: 0;
  margin: 20px 0;
}

p {
  max-width: 1000px;
}

.text-center p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

p + *,
table + *,
ul + *,
ol + *,
p + [class*="grid"],
ul + [class*="grid"],
ol + [class*="grid"],
table + [class*="grid"] {
  margin-top: 30px;
}

p + p,
p + cite {
  margin-top: 0;
}

[class*="grid"] + * {
  margin-top: 10px;
}

[class*="grid"] + hr + [class*="grid"] {
  margin-top: 30px;
}

.vspace > * {
  margin-bottom: 10px;
}

.intro {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

.synopsis {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 12px;
  margin-bottom: 0px;
}

/* #SECTIONS */
.section-header {
  padding: 10px 0;
  width: 100%;
  /*min-height: 543px */
  color: white;
  background: #333333;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  /*&:after
   * content: ''
   * display: block
   * height: 0
   * max-height: 0
   * overflow: hidden
   * clear: both */
}

.section-header-2024 {
  padding: 10px 0;
  width: 100%;
  /*min-height: 543px */
  color: white;
  background: #333333;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  /*&:after
   * content: ''
   * display: block
   * height: 0
   * max-height: 0
   * overflow: hidden
   * clear: both */
}
.section-header * {
  color: white;
}
.section-header h1 {
  margin-top: 87px;
  max-width: 470px;
}
.section-header .container {
  position: relative;
  z-index: 200;
}

.section-banner {
  position: relative;
  z-index: 100;
  margin-top: -105px;
  background: #333333;
}

.banner-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333333 50% 50% no-repeat;
  background-size: cover;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner-image-80 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  background: #333333 50% 50% no-repeat;
  background-size: cover;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner-content {
  position: relative;
  z-index: 10;
  max-width: 480px;
  padding: 165px 0 40px 0;
  min-height: 400px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.banner-content * {
  color: white;
}

.banner-content-backdrop {
  position: relative;
  z-index: 10;
  max-width: 480px;
  padding: 165px 0 40px 0;
  min-height: 400px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 
}
.banner-content-backdrop * {
  color: white;
}

.banner-content_ic {
  position: relative;
  z-index: 10;
  max-width: 410px;
  padding: 165px 0 40px 0;
  min-height: 400px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.banner-content_ic * {
  color: white;
}

.section-main {
  display: table-row;
  height: 100%;
  padding: 20px 0;
}

.section-red {
  height: 100%;
  background: #ff0000;  
  padding: 10px 0 0 0;
}

.section-award {
  height: 100%;
  background: #5eaade;  
  padding: 25px 20px 25px 20px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2; 
  -webkit-tap-highlight-color: transparent;  
}

.section-footer {
  padding: 46px 0 0 0;
  border-top: 3px solid #e6e6e6;
}

.footer-bottom {
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
}

/* #LOGO */
.logo {
  float: left;
  width: 130px;
  height: 26px;
  background: url(../png/sharescope_logo_white_w_icon.png) 0 50% no-repeat;
  background-image: url(../svg/sharescope_logo_white_w_icon.svg), none;
  background-size: contain;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  color: white;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  word-wrap: normal;
}

.copyright {
  display: block;
  margin: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/* #REGISTER */
.register .register-label {
  color: #333333;
}

.register-label {
  margin: 0 0 10px 0;
}

.register-field {
  margin: 0 6px 6px 0px;
  width: 160px;
  max-width: 100%;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}

.register-btn {
  margin: 0;
}

.register-callout {
  display: block;
  padding: 10px 15px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  background: #5eaade;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.register-callout:before {
  content: "\f0a1";
  margin: 0 10px 0 0;
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  vertical-align: bottom;
  display: -moz-inline-stack;
  display: inline-block;
}
.register-callout:hover {
  text-decoration: none;
  background: #5196bc;
}

/* #FILTER */
.filter {
  margin: 30px 0;
}

.filter-label {
  margin: 0 10px 0 0;
  line-height: 42px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}

.filter-select {
  margin: 0 6px 0 0;
  width: 200px;
  max-width: 100%;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}

/* #ALIGNMENT */
.text-no-wrap {
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.valign-text-top {
  vertical-align: text-top;
}

.valign-text-bottom {
  vertical-align: text-top;
}

.valign-baseline {
  vertical-align: baseline;
}

/* #LAYOUT */
.clear {
  clear: both;
}

.no-clear {
  clear: none;
}

.inline {
  display: inline;
}

.inline-block {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}

.show,
.block {
  display: block;
}

.hide,
.faux-hide {
  display: none;
}

.js .js-hide,
.no-js .js-show {
  display: none;
}

.js .js-show,
.no-js .js-hide {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.overflow-hidden {
  overflow: hidden;
}

/* #TEXT */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.no-wrap {
  white-space: nowrap;
}

/* #BACKGROUNDS */
.no-bg {
  background: none;
}

/* #IMAGES */
.img-left,
.img-right {
  float: left;
  display: inline;
  margin: 5px 20px 10px 0;
  max-width: 50%;
}

.img-right {
  float: right;
  margin: 0 0 10px 20px;
}

/* #BOX */
.box, .box-shadow {
  display: block;
  margin: 0 0 20px 0;
  padding: 20px;
  background: #b3b3b3;
}

.box-shadow {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto 20px auto;
  padding: 20px;
  max-width: 700px;
  background: white;
  /*&:before
   * content: ''
   * position: absolute
   * z-index: -1
   * top: 0
   * left: 0
   * right: 0
   * bottom: 30px
   * background: #FFF */
}
.box-shadow:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: block;
  height: 12px;
  background: url(../png/shadow.png) 50% 100% no-repeat;
  background-size: contain;
}
.box-shadow:after {
  content: "";
  display: block;
  clear: both;
}
.box-shadow hr {
  margin-left: -20px;
  margin-right: -20px;
}

.example {
  margin-bottom: 20px;
  padding: 6px 10px;
  background: #999999;
}

/* #WIDE GRID */
.grid-wide {
  margin-left: -60px;
}
.grid-wide > * {
  padding: 0 0 0 60px;
}

.full {
  position: relative;
  z-index: 0;
  padding: 30px 0;
  background: 50% 50% repeat;
}

.full_thin {
  position: relative;
  z-index: 0;
  padding: 0px;
  background: 50% 50% repeat;
}

.full_medium{
  position: relative;
  z-index: 0;
  margin-top: 25px;
  margin-bottom: 20px;
  background: 50% 50% repeat;
}

.full-img {
  margin: 0 0 -30px 0;
  vertical-align: bottom;
  text-align: center;
}

/* #BACKGROUNDS */
.bg-cover {
  background-size: cover;
}

.bg-lines {
  background-color: #EEE;
}

.bg-exchange {
  background: #29a563;
  background-size: cover;
}
.bg-exchange * {
  color: white;
}
.bg-blue, .footer-bottom {
  background: #333333;
  color: white;
}
.bg-blue *, .footer-bottom * {
  color: white;
}
.bg-blue .btn-alt, .footer-bottom .btn-alt,
.bg-blue .btn-alt:hover,
.footer-bottom .btn-alt:hover,
.bg-blue .btn-alt:focus,
.footer-bottom .btn-alt:focus,
.bg-blue .form-element,
.footer-bottom .form-element {
  border-color: white;
}
.bg-red {
  background: #ff0000;
  color: white;
}
.bg-red * {
  color: white;
}

.bg-white {
  background: #ffffff;
  border-bottom: 1px solid #4d4d4d;
}

.bg-white_no_border {
  background: #ffffff;
}

/* #EQUAL */
.equal {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}
.equal > * {
  padding: 0;
}
.equal > *:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.lines > * {
  padding: 30px 0 32px 0;
  color: white;
}
.lines > *:first-child {
  padding-top: 0;
}
.lines > *:last-child {
  padding-bottom: 0;
}
.lines > *:before {
  margin: -32px 0 0 -32px;
  padding: 32px 0 0 32px;
  border-style: solid;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 2px 0 0 0;
}

/* #STATS */
.stats {
  text-align: center;
}

.stats-percentage {
  margin: 0 0 10px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: 120px;
  font-size: 12rem;
  line-height: 0.8;
}
.stats-percentage sup {
  font-size: 0.6em;
  line-height: 1;
}

.stats-quote {
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

.price-compare {
  margin: 10px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;  
  letter-spacing: -0.02em;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

/* #PERSON */
.person-img {
  position: relative;
  float: left;
  display: inline;
  margin: 0 30px 40px 0;
  border-radius: 50%;
  background: #e1f4fb;
  box-shadow: inset 0 0 0 5px white, 0 2px 4px #999999;
}
.person-img:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin: 0 0 0 -29px;
  width: 58px;
  height: 12px;
  background: url(../png/shadow-thumb.png) 0 0 no-repeat;
}
.person-img img {
  display: block;
  border-radius: 50%;
  min-width: 124px;
  overflow: hidden;
  box-shadow: none;
}

.person-img-small {
  position: relative;
  float: left;
  display: inline;
  margin: 0 30px 40px 0;
  border-radius: 50%;
  background: #e1f4fb;
  box-shadow: inset 0 0 0 1px white, 0 2px 4px #999999;
}

.person-img-small img {
  display: block;
  border-radius: 50%;
  min-width: 50px;
  overflow: hidden;
  box-shadow: none;
}

.left-no-wrap {
  float: left;
  padding-right: 30px;
  text-align: center;
}
.left-no-wrap + * {
  overflow: hidden;
}
.left-no-wrap > * {
  margin-right: 0;
}
.left-no-wrap br {
  clear: both;
}
.left-no-wrap .person-img {
  margin-right: 0;
}

/* #ARTICLES */
.article-date {
  margin-top: -10px;
  color: #999999;
}

.article-tag {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.icon-link {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.icon-link:before {
  content: " ";
  font-weight: normal;
  font-family: "Font Awesome 6 Free";
  text-align: left;
  width: 23px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}
.icon-link[href$=".pdf"]:before {
  content: "\f1c1";
}

.js .hide-next,
.js .hide-next ~ * {
  display: none;
}

/* OL STYLE - DC */

ol.number {
  margin: 0 0 0 20px;
  padding: 0;    
}

[class*="number"] li {
  margin: 0 0 16px 0;
  padding: 0 0 0 10px;
}

/* #TICK LIST */
[class*="tick-list"] {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
[class*="tick-list"] li {
  margin: 0 0 16px 0;
  padding: 0 0 0 30px;
}
[class*="tick-list"] li:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  float: left;
  display: inline;
  margin: 0 0 0 -30px;
  width: 25px;
  color: #5eaade;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
}
[class*="tick-list"] + .btn, [class*="tick-list"] + .btn-alt, [class*="tick-list"] + .btn-green, [class*="tick-list"]  + .btn-red, [class*="tick-list"] + .btn-red-standard, [class*="tick-list"] + .btn-inverted, [class*="tick-list"] + .btn-more,
[class*="tick-list"] + .btn-less, [class*="tick-list"] + .btn-video {
  margin-left: 30px;
}

.tick-list-condensed li {
  margin-bottom: 0;
}

.tick-list-green li:before,
li.tick-list-green:before {
  color: #22b573;
}

.tick-list-yellow li:before,
li.tick-list-yellow:before {
  color: #fbb03b;
}

.tick-list-alt li:before,
li.tick-list-alt:before {
  color: #005596;
}

.tick-list-white li:before,
li.tick-list-white:before {
  color: white;
}

.tick-list-white-box li:before,
li.tick-list-white-box:before {
  color: white;
}
[class*="tick-list-white-box"] {
  margin: 0 0 -13px 0;
  padding: 0;
  list-style: none;
}
[class*="tick-list-white-box"] li {
  margin: 0 0 16px 0;
  padding: 0 0 0 30px;
}
[class*="tick-list-white-box"] li:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  float: left;
  display: inline;
  margin: 0 0 0 -30px;
  width: 25px;
  color: white;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
}





/* #VIDEOS */
.videos .carousel-pips {
  position: static;
  display: block;
  margin: 15px 0 0 0;
}
.videos .carousel-pips li {
  border-color: #b3b3b3;
}
.videos .carousel-pips li.on {
  background: #b3b3b3;
}
.videos .carousel-items {
  margin-left: -15px;
}
.videos .carousel-slide {
  padding-left: 15px;
}
.videos .carousel-next {
  right: -64px;
  background-image: url(../png/arrow-right-blue.png);
  background-image: url(../svg/arrow-right-blue.svg), none;
}
.videos .carousel-prev {
  left: -64px;
  background-image: url(../png/arrow-left-blue.png);
  background-image: url(../svg/arrow-left-blue.svg), none;
}
.videos .box, .videos .box-shadow {
  margin-bottom: 0;
}

.videos2 .carousel-pips {
  position: static;
  display: block;
  margin: 10px 0px 10px 0px;
}
.videos2 .carousel-pips li {
  border-color: #b3b3b3;
}
.videos2 .carousel-pips li.on {
  background: #b3b3b3;
}
.videos2 .carousel-items {
  margin-left: -15px;
}
.videos2 .carousel-slide {
  padding-left: 15px;
}
.videos2 .carousel-next {
  right: 20px;
  top: 85%;  
  background-image: url(../png/arrow-right.png);
  background-image: url(../svg/arrow-right.svg), none;
}
.videos2 .carousel-prev {
  left: 20px;
  top: 85%;
  background-image: url(../png/arrow-left.png);
  background-image: url(../svg/arrow-left.svg), none;
}
.videos2 .box, .videos2 .box-shadow {
  margin-bottom: 0;
}

.video-link {
  position: relative;
  z-index: 0;
  display: block;
  text-align: center;
}
.video-link img {
  position: relative;
  z-index: -1;
}
.video-link:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  width: 90px;
  height: 90px;
  background: url(../png/play-icon.png) 50% 50% no-repeat;
  background-image: url(../svg/play-icon.svg), none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-link:hover:after {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.video-title {
  display: block;
  margin: 16px 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.2;
}

/* #AWARDS */
.awards {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.awards li {
  margin: 20px 40px 0 40px;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}

/* #SUPPORT */
.support {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  line-height: 24px;
  line-height: 2.4rem;
}
.support dt {
  float: left;
  clear: both;
  margin: 0 20px 20px 0;
  padding: 0;
  width: 114px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #005596;
}
.support dt:after {
  float: right;
  width: 25px;
  font-weight: normal;
  font-family: "Font Awesome 6 Free";
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.support dd {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
.support a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #005596;
}

.support-phone:after {
  content: " \f095";
}

.support-email:after {
  content: " \f0e0";
}

.support-status:after {
  content: " \f012";
}

.support-youtube:after {
  content: " \f167";
}

.support-whatsapp:after {
  content: " \f086";
}

/* #COLOURS */
.text-green {
  color: #22b573;
}

.text-red {
  color: #ff0000;
}

.text-blue {
  color: #5eaade;
}

@media only screen and (max-width: 759px) {
  .section-header {
    position: fixed;
    z-index: 300;
    padding: 2vh 0;
  }
  .section-header + .section-banner:before,
  .section-header + .section-main:before {
    content: "";
    display: block;
    padding: 2vh 0;
    height: 26px;
  }

  .section-banner {
    margin-top: 0;
  }

  .banner-content {
    padding: 30px 0;
    min-height: 380px;
  }
  
  .banner-content_ic {
    padding: 30px 0;
    min-height: 380px;
  }  

  .inline-checkout {
   padding-left:21px;   
  }
  
}

@media only screen and (min-width: 759px){
  .inline-checkout {
   padding-left:21px;   
  }
    
    
    .tablet-hide {
    display: none;
  }

  .tablet-show {
    display: block;
  }

  td.tablet-show {
    display: table-cell;
  }

  h2, .h2 {
    margin-bottom: 40px;
  }

  p + *,
  table + *,
  ul + *,
  ol + *,
  p + [class*="grid"],
  ul + [class*="grid"],
  ol + [class*="grid"],
  table + [class*="grid"] {
    margin-top: 40px;
  }

  p + p,
  p + cite {
    margin-top: 0;
  }

  [class*="grid"] + * {
    margin-top: 20px;
  }

  [class*="grid"] + hr + [class*="grid"] {
    margin-top: 40px;
  }

  .vspace > * {
    margin-bottom: 20px;
  }

  
  .section-header {
    padding: 10px 0;
  }
  
  .logo {
    margin: 20px 0 -20px 0;
    width: 250px;
    height: 43px;
  }
  
  .banner-image {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
    
  .register {
    white-space: nowrap;
  }

  .register-label {
    margin: 0 10px 0 0;
    line-height: 42px;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
  }

  .register-field {
    width: 200px;
  }

  .register-callout {
    position: absolute;
    right: 0;
    z-index: 100;
    width: 75px;
    margin: -51px 0 0 0;
    border-radius: 4px 0 0 4px;
  }
  .register-callout:before {
    display: block;
    margin: 0 0 5px 0;
    text-align: center;
  }

  .filter {
    margin: 40px 0;
    white-space: nowrap;
  }

  .full {
    padding: 50px 0;
  }

  .full-img {
    margin: 0 0 -50px 0;
  }

  .lines > * {
    min-height: 333px;
  }

  .stats-percentage {
    font-size: 160px;
    font-size: 16rem;
    line-height: 0.8;
  }

  .videos .carousel-pips {
    display: none;
  }
  .videos .carousel-items {
    margin-left: -20px;
  }
  .videos .carousel-slide {
    padding-left: 20px;
    width: 50%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1100px) {
  .lines > *:nth-child(-n+2) {
    padding-top: 0;
  }
  .lines > *:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
  .lines > *:nth-child(2n) {
    padding-left: 30px;
	padding-right: 32px;
  }
  .lines > *:nth-child(2n-1) {
   padding-left: 30px;
	padding-right: 32px;
  }
  .lines > *:nth-child(n):before {
    border-width: 0;
  }
  .lines > *:nth-child(-n+2):before {
    border-width: 0 0 0 2px;
  }
  .lines > *:nth-child(2n-1):before {
    border-width: 2px 0 0 0;
  }
    
  /* DC - Additional elements for Exchange banner */

  .lines > *:nth-child(-n+3) {
    padding-top: 0;
  }
  .lines > *:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
  .lines > *:nth-child(n):before {
    border-width: 0;
  }
  .lines > *:nth-child(3n) {
    padding-left: 30px;
	padding-right: 32px;
  }
  .lines > *:nth-child(3n-2) {
    padding-left: 30px;
	padding-right: 32px;
  }
  .lines > *:nth-child(3n-1) {
    padding-left: 30px;
	padding-right: 32px;
  }
  .lines > *:nth-child(-n+3):before {
    border-width: 0 0 0 2px;
  }
  .lines > *:nth-child(3n-2):before {
    border-width: 2px 0 0 0;
  }  
  
    /* DC - End Additional elements for Exchange banner */
  
}
@media only screen and (min-width: 1100px) {
  .desktop-hide {
    display: none;
  }

  .desktop-show {
    display: block;
  }

  td.desktop-show {
    display: table-cell;
  }

  .footer-bottom {
    text-align: right;
  }

  .register {
    float: left;
  }

  .copyright {
    margin: 0;
    line-height: 42px;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
  }

  .full {
    padding: 50px 0;
  }

  .lines > *:nth-child(-n+3) {
    padding-top: 0;
  }
  .lines > *:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
  .lines > *:nth-child(n):before {
    border-width: 0;
  }
  .lines > *:nth-child(3n) {
    padding-left: 30px;
	padding-right: 32px;
  }
  .lines > *:nth-child(3n-2) {
    padding-left: 30px;
	padding-right: 32px;
  }
  .lines > *:nth-child(3n-1) {
    padding-left: 30px;
	padding-right: 32px;
  }
  .lines > *:nth-child(-n+3):before {
    border-width: 0 0 0 2px;
  }
  .lines > *:nth-child(3n-2):before {
    border-width: 2px 0 0 0;
  }

  .videos .carousel-slide_original {
    width: 33.33%;
  }  
  
  .videos .carousel-slide {
    width: 100%;
  }
}
@media print {
  .print-hide,
  .section-header,
  .section-banner,
  .section-footer {
    display: none;
  }

  .print-show,
  .section-main {
    display: block;
  }
  
  .wrap {
	  display: block;
  }
}
/* #NAVIGATION */
.nav-top {
  float: right;
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
}
.nav-top li {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.nav-top li a,
.nav-top li label {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.nav-top li a:hover,
.nav-top li label:hover {
  color: #f7931e;
  text-decoration: none;
}
.nav-top li a:before,
.nav-top li label:before {
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
.nav-top .menu-link {
  display: none;
}
.nav-top .basket-link a {
  font-size: 0;
}
.nav-top .basket-link a:before {
  content: "\f07a";
}
.nav-top .basket-link a .basket-items {
  position: absolute;
  top: -2px;
  right: -8px;
  padding: 0 3px;
  min-width: 7px;
  font-size: 10px;
  line-height: 13px;
  border-radius: 6px;
  text-align: center;
  background: #fbb03b;
}

#menu-expand {
  position: fixed;
  top: 0;
  left: -100px;
}

.menu {
  float: right;
  clear: both;
  margin: 0;
}

.nav-main {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}
.nav-main > li {
  display: block;
  margin: 0;
  padding: 0;
}
.nav-main > li > a {
  display: block;
  padding: 11px 15px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.nav-main > li > a:hover {
  color: #fbb03b;
}
.nav-main ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-main ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.nav-main ul li a {
  display: block;
  padding: 7px 15px 7px 30px;
  text-decoration: none;
}
.nav-main ul li a:hover {
  color: #5eaade;
}
.nav-main .login-link {
  margin: 0 0 11px 0;
}

.nav-main .login-link a {
  background: none;
  color: white;
  border: 2px solid white;
  padding: 9px 13px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-main .login-link a:hover {
  color: #999999;
  background: white;
}

.nav-main .login-link a:after {
  content: none;
  display: none;
}

.iOS .nav-main:before,
.android .nav-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  padding: 0 0 2px 0;
}

.nav-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social li {
  margin: 0 0 5px 25px;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}
.nav-social li:first-child {
  margin-left: 0;
}
.nav-social a {
  display: block;
  font-weight: normal;
  height: 22px;
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-social a:hover {
  text-decoration: none;
  color: #333333;
}
.nav-social a:before {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}

.nav-social_share {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-social_share li {
  margin: 0 0 5px 25px;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}
.nav-social_share li:first-child {
  margin-left: 0;
}
.nav-social_share a {
  display: block;
  font-weight: normal;
  height: 22px;
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-social_share a:hover {
  text-decoration: none;
  color: #333333;
}
.nav-social_share a:before {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
.nav-footer {
  margin-bottom: 26px;
  font-family: "Montserrat", sans-serif;
}
.nav-footer ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
.nav-footer ul li {
  margin: 16px 0 0 0;
  padding: 0;
}
.nav-footer > li > a {
  display: block;
  margin: 0 0 20px 0;
  color: #333333;
}

@media only screen and (max-width: 759px) {
  .nav-top .menu-link {
    display: inline-block;
  }
  .nav-top .menu-link label {
    z-index: 300;
    font-size: 0;
  }
  .nav-top .menu-link label:before {
    content: "\f0c9";
  }
  .nav-top .phone-link a {
    font-size: 0;
  }
  .nav-top .phone-link a:before {
    content: "\f095";
  }

  .menu {
    position: fixed;
    z-index: 200;
    top: 0;
    left: -85%;
    bottom: 0;
    padding: 0;
    width: 85%;
    background: #333333;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-property: left box-shadow;
    -moz-transition-property: left box-shadow;
    -ms-transition-property: left box-shadow;
    -o-transition-property: left box-shadow;
    transition-property: left box-shadow;
  }

  .menu-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background: transparent;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
  }

  #menu-expand:checked ~ * .menu {
    left: 0%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  #menu-expand:checked ~ * .menu-link label {
    color: #fbb03b;
  }

  #menu-expand:checked ~ * .menu-mask {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .nav-main {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    padding: 11px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 760px) {
  .phone-link,
  .basket-link {
    margin-left: 25px;
  }

  .nav-top {
    margin: 4px 0 12px 0;
  }

  .nav-main {
    margin: 0 0 5px 0;
  }
  .nav-main > li {
    position: relative;
    float: left;
  }
  .nav-main > li:hover ul {
    display: block;
  }
  .nav-main > li > a:after {
    content: "";
    display: block;
    margin: 3px auto -5px auto;
    width: 0;
    height: 2px;
    overflow: hidden;
    background: white;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .nav-main > li > a:hover {
    color: white;
  }
  .nav-main > li > a:hover:after, .nav-main > li > a:focus:after, .nav-main > li > a.on:after {
    width: 100%;
  }
  .nav-main .login-link {
    float: right;
    margin: 0 0 0 15px;
  }
  .nav-main .login-link + li {
    margin-left: 0;
  }
  .nav-main ul {
    display: none;
    position: absolute;
    margin: 15px 0 0 -5px;
    padding: 14px 10px;
    background: #1a1a1a;
  }
  .nav-main ul:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background: transparent;
  }
  .nav-main ul:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #1a1a1a;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .nav-main ul li {
    display: block;
    white-space: nowrap;
  }
  .nav-main ul li a {
    padding: 6px 10px;
  }

  .nav-social li {
    margin-left: 40px;
  }
  
  .nav-social_share li {
    margin-left: 40px;
  }  
}
@media only screen and (min-width: 1100px) {
  .nav-top {
    margin: 37px 0 0 0;
  }
  .nav-top li {
    margin: 0 0 0 30px;
  }

  .menu {
    clear: none;
  }

  .nav-main {
    margin: 27px 0 16px 0;
  }
  .nav-main ul {
    margin-top: 26px;
  }
  .nav-main ul:before {
    top: -26px;
    height: 26px;
  }

  .nav-social {
    margin: 0 0 0 60px;
    line-height: 42px;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
  }
  
   .nav-social_share {
    margin: 0 0 0 0px;
    line-height: 42px;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
  } 
  
}
/* #BREADCRUMB */
.breadcrumb {
  position: relative;
  z-index: 100;
  display: block;
  margin: -10px 0 30px 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
}
.breadcrumb li:before {
  content: "\00a0\00a0 › \00a0\00a0";
}
.breadcrumb li:first-child:before {
  content: none;
}

@media only screen and (min-width: 760px) {
  .breadcrumb {
    margin: -30px 0 50px 0;
  }
}
/* #BLOCKQUOTES */
blockquote,
.quote {
  position: relative;
  font-style: normal;
  margin: 0;
  padding: 0 0 1px 0;
  font-family: "Shadows Into Light", cursive;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
}
blockquote:before,
.quote:before {
  content: open-quote;
  margin: -10px 0 0 -5px;
  height: 45px;
  overflow: hidden;
  color: #5eaade;
  font-style: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}
blockquote p,
.quote p {
  margin-top: 0;
}
blockquote p:last-of-type:after,
.quote p:last-of-type:after {
  content: close-quote;
  float: right;
  display: inline;
  height: 45px;
  overflow: hidden;
  color: #5eaade;
  font-style: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
}
blockquote cite,
blockquote .cite,
.quote cite,
.quote .cite {
  display: block;
  padding: 0;
  color: #999999;
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

blockquote_white,
.quote {
  position: relative;
  font-style: normal;
  margin: 0;
  padding: 0 0 1px 0;
  font-family: "Shadows Into Light", cursive;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
}

blockquote_white:before,
.quote:before {
  content: open-quote;
  margin: -10px 0 0 -5px;
  height: 45px;
  overflow: hidden;
  color: #ffffff;
  font-style: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}
blockquote_white p,
.quote p {
  margin-top: 0;
  max-width: 375px; 
}
blockquote_white p:last-of-type:after,
.quote p:last-of-type:after {
  content: close-quote;
  float: right;
  display: inline;
  height: 45px;
  overflow: hidden;
  color: #ffffff;
  font-style: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
}
blockquote_white cite,
blockquote_white .cite,
.quote cite,
.quote .cite {
  display: block;
  padding: 0;
  color: #999999;
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}


/* #WWIGHTBOX */
.lightbox {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}

.lightbox-content {
  position: relative;
  z-index: 700;
  margin: 0;
  padding: 20px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}

.lightbox-resize {
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0;
  padding: 20px;
  width: 100px;
  height: 100px;
  background: white;
}

.lightbox-resize.loading {
  background-image: url(../gif/lightbox-loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: white;
}

.lightbox-inner {
  float: left;
  display: inline;
}

.lightbox-inner img {
  max-width: none;
}

.lightbox-inner iframe {
  vertical-align: bottom;
}

.lightbox-ghost {
  position: relative;
  margin: 0;
  padding: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  z-index: 800;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
}

.lightbox-bg {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightbox-close {
  position: absolute;
  z-index: 900;
  top: -2px;
  right: 20px;
  margin: 0;
  padding: 3px 0 2px 22px;
  height: 16px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
.lightbox-close:before {
  content: "\f00d ";
  margin: 0 3px 0 0;
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1em;
  vertical-align: bottom;
  display: -moz-inline-stack;
  display: inline-block;
}

.lightbox-close:hover {
  text-decoration: none;
  color: #8a8a8a;
}

.lightbox-previous,
.lightbox-next {
  position: absolute;
  z-index: 900;
  left: 20px;
  top: 50%;
  display: none;
  margin: -50px 0 0 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  color: white;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  opacity: 0.5;
  outline: none;
  background: url(../gif/lightbox-prev.gif) 50% 50% no-repeat;
}

.lightbox-next {
  left: auto;
  right: 20px;
  background: url(../gif/lightbox-next.gif) 50% 50% no-repeat;
}

.lightbox-previous:hover,
.lightbox-next:hover {
  opacity: 1;
}

.lightbox-description {
  display: block;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: 300;
  color: #656565;
}

.lightbox-name {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #0079a2;
}

.lightbox-location {
  display: block;
  font-size: 12px;
  color: #b2b2b2;
}


