/*!
Pure v0.4.2
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form input:not([type]) {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form input[type=color] {
  padding: 0.2em 0.5em;
}
.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129FEA;
}
.pure-form input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129FEA;
}
.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus,
.pure-form input[type=checkbox]:focus {
  outline: thin dotted #333;
  outline: 1px auto #129FEA;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: .5em 0;
  display: block;
}
.pure-form input[type=text][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background: #eee;
  color: #777;
  border-color: #ccc;
}
.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
.pure-form select:focus:invalid:focus {
  border-color: #e9322d;
}
.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus,
.pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  border: 1px solid #ccc;
  background-color: #fff;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: .3em 0;
  margin-bottom: .3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.pure-form-stacked input[type=text],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=week],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=color],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.pure-form-aligned textarea {
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 10em;
}
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input {
  display: block;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus {
  z-index: 2;
}
.pure-form .pure-group input:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
}
.pure-form .pure-group input:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  padding-left: .3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}
@media only screen and (max-width: 480px) {
  .pure-form button[type=submit] {
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]),
  .pure-form input[type=text],
  .pure-form input[type=password],
  .pure-form input[type=email],
  .pure-form input[type=url],
  .pure-form input[type=date],
  .pure-form input[type=month],
  .pure-form input[type=time],
  .pure-form input[type=datetime],
  .pure-form input[type=datetime-local],
  .pure-form input[type=week],
  .pure-form input[type=number],
  .pure-form input[type=search],
  .pure-form input[type=tel],
  .pure-form input[type=color],
  .pure-form label {
    margin-bottom: .3em;
    display: block;
  }
  .pure-group input:not([type]),
  .pure-group input[type=text],
  .pure-group input[type=password],
  .pure-group input[type=email],
  .pure-group input[type=url],
  .pure-group input[type=date],
  .pure-group input[type=month],
  .pure-group input[type=time],
  .pure-group input[type=datetime],
  .pure-group input[type=datetime-local],
  .pure-group input[type=week],
  .pure-group input[type=number],
  .pure-group input[type=search],
  .pure-group input[type=tel],
  .pure-group input[type=color] {
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: .3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0;
  }
  .pure-form .pure-help-inline,
  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: .75em;
    padding: 0.2em 0 0.8em;
  }
}
/*!
Pure v0.4.2
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-g [class*="pure-u"] {
  font-family: sans-serif;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}
.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}
.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}
.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}
.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}
.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}
.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}
.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}
.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}
.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}
.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}
.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}
.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}
.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}
.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}
.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}
.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}
.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}
.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}
.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}
.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}
.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}
.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}
.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}
.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}
.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}
.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}
.pure-g-r {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
}
.opera-only :-o-prefocus,
.pure-g-r {
  word-spacing: -0.43em;
}
.pure-g-r [class*="pure-u"] {
  font-family: sans-serif;
}
.pure-g-r img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 980px) {
  .pure-visible-phone {
    display: none;
  }
  .pure-visible-tablet {
    display: none;
  }
  .pure-hidden-desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  .pure-g-r > .pure-u,
  .pure-g-r > [class*="pure-u-"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pure-g-r > .pure-u,
  .pure-g-r > [class*="pure-u-"] {
    width: 100%;
  }
  .pure-hidden-phone {
    display: none;
  }
  .pure-visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .pure-hidden-tablet {
    display: none;
  }
  .pure-visible-desktop {
    display: none;
  }
}
/*!
Pure v0.4.2
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pure-button {
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  *overflow: visible;
  padding: .5em 1em;
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  *color: #444;
  border: 1px solid #999;
  border: 0 rgba(0, 0, 0, 0);
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
}
.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.pure-button:focus {
  outline: 0;
}
.pure-button-active,
.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}
.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: 0;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  cursor: not-allowed;
  box-shadow: none;
}
.pure-button-hidden {
  display: none;
}
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}
/*!
Pure v0.4.2
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}
.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 6px 12px;
}
.pure-table td:first-child,
.pure-table th:first-child {
  border-left-width: 0;
}
.pure-table thead {
  background: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.pure-table td {
  background-color: transparent;
}
.pure-table-odd td {
  background-color: #f2f2f2;
}
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child td,
.pure-table-horizontal tbody > tr:last-child td {
  border-bottom-width: 0;
}
.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px;
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-horizontal tbody > tr:last-child td {
  border-bottom-width: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.image-center-cropped {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.image-center-cropped img {
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}
@media print {
  .image-center-cropped > img {
    opacity: 1;
  }
  .image-center-cropped {
    background-image: none;
  }
}
.well {
  padding: 2rem;
  background-color: #f2f2f2;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.breakword {
  word-wrap: break-word;
}
.normal-wrap {
  word-wrap: normal;
}
.inherit-wrap {
  word-wrap: auto;
}
.line-break {
  display: none;
}
@media (max-width: 420px) {
  .line-break {
    display: block;
  }
}
html {
  word-break: keep-all;
  hyphens: none;
}
html {
  font-size: 62.5%;
}
@media (max-width: 680px) {
  html {
    font-size: 58%;
  }
}
body {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  font-style: normal;
  color: #666666;
  overflow-x: hidden;
}
@media (max-width: 680px) {
  body {
    font-weight: 300;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
img,
figure,
table,
blockquote,
cite,
q,
pre,
code,
.grid {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  color: #666666;
}
a {
  color: #00adef;
  text-decoration: none;
}
a img {
  border: none;
}
a:hover {
  color: #0088bc;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
.fa-external-link {
  font-size: 80%;
}
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
}
@media (min-width: 43.75em) {
  h1 {
    font-size: 2.1em;
  }
}
@media (min-width: 56.25em) {
  h1 {
    font-size: 2.2em;
  }
}
h2 {
  font-size: 1.65em;
}
@media (min-width: 43.75em) {
  h2 {
    font-size: 1.65em;
  }
}
@media (min-width: 56.25em) {
  h2 {
    font-size: 1.85em;
  }
}
h3 {
  font-size: 1.45em;
}
@media (min-width: 43.75em) {
  h3 {
    font-size: 1.45em;
  }
}
@media (min-width: 56.25em) {
  h3 {
    font-size: 1.45em;
  }
}
h4 {
  font-size: 1.2em;
}
@media (min-width: 43.75em) {
  h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 56.25em) {
  h4 {
    font-size: 1.3em;
  }
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.5rem;
}
@media (max-width: 800px) {
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.3rem;
  }
}
ul,
ol,
dl {
  margin-left: 2rem;
}
ul.bullets,
.accordion-content ul {
  margin-left: 0;
  list-style-type: none;
}
ul.bullets li,
.accordion-content ul li {
  padding-left: 2rem;
  background: url('../img/bullet-9.png') no-repeat left 6px;
  background-size: 14px 11px;
  display: block;
}
hr {
  border: none;
  border-top: 1px solid #dbdbdb;
}
small {
  font-size: 70%;
}
blockquote {
  margin: 0 auto;
  max-width: 650px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.8rem;
}
@media (max-width: 500px) {
  blockquote {
    padding: 0 2rem;
    font-size: 1.4rem;
  }
}
table {
  width: 100%;
}
ul.terms,
ol.terms {
  font-size: 1.28rem;
  line-height: 2.08rem;
}
img {
  max-width: 100%;
  height: auto;
}
figcaption {
  padding: 1rem 0;
  font-family: 'georgia', serif;
  font-size: 90%;
  font-style: italic;
}
figure.float-left,
figure.float-right {
  display: table;
  width: 1px;
}
figure.float-left {
  float: left;
  margin-right: 60px;
}
figure.float-right {
  float: right;
  margin-left: 60px;
}
h1,
h2,
h3 h4,
h5,
h6,
p,
ul,
ol,
dl,
img,
figure,
table,
cite,
blockquote,
q,
pre,
code {
  line-height: 2.6rem;
}
@media (max-width: 680px) {
  line-height: 5.2rem;
}
h1 {
  line-height: 1.25;
}
@media (min-width: 43.75em) {
  h1 {
    line-height: 1.125;
  }
}
@media (min-width: 56.25em) {
  h1 {
    line-height: 1.05;
  }
}
h2 {
  line-height: 1.15384615;
}
@media (min-width: 43.75em) {
  h2 {
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h2 {
    line-height: 1.25;
  }
}
h3 {
  line-height: 1.25;
}
@media (min-width: 43.75em) {
  h3 {
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h3 {
    line-height: 1.25;
  }
}
h4 {
  line-height: 1.4;
}
@media (min-width: 43.75em) {
  h4 {
    line-height: 1.4;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 400px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}
blockquote p {
  line-height: 3rem;
}
@media (max-width: 500px) {
  blockquote p {
    line-height: 2rem;
  }
}
figcaption {
  margin-top: 1.2rem;
  line-height: 2.16666667rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1 + h1,
h2 + h1,
h3 + h1,
h4 + h1,
h5 + h1,
h6 + h1,
h1 + h2,
h2 + h2,
h3 + h2,
h4 + h2,
h5 + h2,
h6 + h2,
h1 + h3,
h2 + h3,
h3 + h3,
h4 + h3,
h5 + h3,
h6 + h3,
h1 + h4,
h2 + h4,
h3 + h4,
h4 + h4,
h5 + h4,
h6 + h4,
h1 + h5,
h2 + h5,
h3 + h5,
h4 + h5,
h5 + h5,
h6 + h5,
h1 + h6,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6,
h6 + h6,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol {
  margin-top: 0;
}
li {
  margin-bottom: 1rem;
}
ul.bullets {
  margin-top: 4.8rem;
}
.l-page {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.l-page:before,
.l-page:after {
  content: " ";
  display: table;
}
.l-page:after {
  clear: both;
}
@media (max-width: 400px) {
  .l-page {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.l-main,
.l-title,
.l-foot {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.l-main:before,
.l-title:before,
.l-foot:before,
.l-main:after,
.l-title:after,
.l-foot:after {
  content: " ";
  display: table;
}
.l-main:after,
.l-title:after,
.l-foot:after {
  clear: both;
}
@media (max-width: 400px) {
  .l-main,
  .l-title,
  .l-foot {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
body.l-full-image {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.l-main-sidebar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  padding: 0 0 0 4rem;
  width: 75%;
  padding-right: 8rem;
}
.l-sidebar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  padding: 0 0 0 4rem;
  width: 25%;
}
@media (max-width: 920px) {
  .l-main-sidebar {
    padding-right: 2rem;
  }
}
@media (max-width: 800px) {
  .l-main-sidebar {
    padding-right: 0;
  }
}
@media (max-width: 580px) {
  .l-main-sidebar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding: 0 0 0 4rem;
    width: 100%;
    padding-right: 0;
  }
  .l-sidebar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding: 0 0 0 4rem;
    width: 100%;
  }
}
.l-title {
  text-align: center;
}
.l-content {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 635px) {
  .l-content {
    margin-top: 2rem;
  }
}
hr.hr-divider {
  margin: 4rem 0;
}
.l-foot {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.grid {
  text-align: justify !important;
  text-justify: distribute-all-lines;
  font-size: 0 !important;
  margin-left: -4rem;
}
.grid > * {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.grid:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
}
ul.grid {
  line-height: 2.6rem;
}
.grid__unit-1,
.grid__unit-2,
.grid__unit-3,
.grid__unit-4,
.grid__unit-5,
.grid__unit-6,
.grid__unit-7,
.grid__unit-8,
.grid__unit-40,
.grid__unit-60,
.grid__unit-66,
.grid__unit-75,
.grid__unit-80,
.grid__unit-83 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  padding: 0 0 0 4rem;
}
.grid__unit-1 {
  width: 100%;
}
.grid__unit-2 {
  width: 50%;
}
.grid__unit-3 {
  width: 33.3333%;
}
.grid__unit-4 {
  width: 25%;
}
.grid__unit-5 {
  width: 20%;
}
.grid__unit-6 {
  width: 16.6666%;
}
.grid__unit-7 {
  width: 14.2857%;
}
.grid__unit-8 {
  width: 12.5%;
}
.grid__unit-40 {
  width: 40%;
}
.grid__unit-60 {
  width: 60%;
}
.grid__unit-66 {
  width: 66.6666%;
}
.grid__unit-75 {
  width: 75%;
}
.grid__unit-80 {
  width: 80%;
}
.grid__unit-83 {
  width: 83.3333%;
}
@media (max-width: 920px) {
  .grid__unit-7 {
    width: 33.3333%;
  }
  .grid__unit-6 {
    width: 33.3333%;
  }
}
@media (max-width: 680px) {
  .grid__unit-2,
  .grid__unit-3,
  .grid__unit-4,
  .grid__unit-66 {
    display: block;
    width: 100%;
  }
  .grid__unit-5,
  .grid__unit-6,
  .grid__unit-7,
  .grid__unit-75,
  .grid__unit-80,
  .grid__unit-83 {
    width: 50%;
  }
}
.grid--centre {
  text-align: center !important;
}
.grid--centre img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.grid--left {
  text-align: left !important;
}
.grid--right {
  text-align: right !important;
}
.grid--justify {
  text-align: justify !important;
}
.grid--middle [class*='grid__unit-'] {
  vertical-align: middle;
}
.grid--bottom [class*='grid__unit-'] {
  vertical-align: bottom;
}
.grid--no-padding {
  margin-left: 0;
}
.grid--no-padding [class*='grid__unit-'] {
  margin: 0;
  padding: 0;
}
.grid--hairline {
  margin-left: 0;
}
.grid--hairline [class*='grid__unit-'] {
  margin: 0;
  padding: 1px;
}
.grid--list {
  list-style-type: none;
}
ul.grid--list {
  margin-left: -4rem;
}
ul.grid--list.grid--hairline,
ul.grid--list.grid--no-padding {
  margin-left: 0;
}
ul.grid--list li,
ul.grid--list li,
ul.grid--list li {
  background: none;
  display: inline-block;
}
.grid--list a:hover * {
  color: #0088bc;
  text-decoration: underline;
}
.accordion-content .grid--list {
  margin-top: 1rem;
}
.grid--list__link {
  position: relative;
  display: block;
}
.grid--list__title-box {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.grid--list__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #4d4d4d;
  font-size: 1.8rem;
}
.grid--list__item-single .grid--list__title {
  padding: 1.2rem 1.8rem;
  font-size: 2rem;
  line-height: 2rem;
}
.grid--list > .grid__unit-2 .grid--list__title,
.grid--list > .grid__unit-3 .grid--list__title,
.grid--list > .grid__unit-4 .grid--list__title,
.grid--list > .grid__unit-5 .grid--list__title,
.grid--list > .grid__unit-6 .grid--list__title {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.grid--list__image {
  line-height: 0;
}
.grid--list__image .image-center-cropped {
  max-height: 500px;
}
.grid--list__image .image-center-cropped img {
  height: auto;
}
@media (max-height: 640px) {
  .grid--list .grid--list__image {
    max-height: 400px;
  }
}
.grid--feature {
  margin-top: 4rem;
}
.grid--feature h3,
.grid--feature h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.grid--feature .feature-block {
  margin-bottom: 2rem;
}
@media (max-width: 680px) {
  .grid--feature .feature-block {
    margin-bottom: 4.5rem;
  }
}
.grid-pad-left {
  padding-left: 8rem;
}
.grid-pad-right {
  padding-right: 8rem;
}
.grid__unit-1 .box--modern .grid--list__content {
  text-align: center;
}
.grid__unit-1 .box--modern .grid--list__link {
  position: static;
  display: block;
}
.grid__unit-1 .box--modern .grid--list__title-box {
  background-color: transparent;
  position: static;
  width: auto;
}
.grid__unit-1 .box--modern .grid--list__title {
  font-size: 2.5rem;
  white-space: normal;
  overflow: visible;
}
.grid__unit-1 .box--modern.grid:after {
  display: none;
}
.skip-to-content {
  display: none;
}
@media print {
  .main-nav,
  .main-nav__background,
  .crumbs {
    display: none;
  }
}
.main-nav__background {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4.2rem;
  z-index: 300;
  background-color: rgba(255, 255, 255, 0.9);
}
.main-nav__background.is-active {
  transition: background 0.2s ease;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #dbdbdb;
}
.main-nav {
  position: fixed;
  top: 0;
  width: 100%;
  list-style-type: none;
  vertical-align: middle;
  z-index: 300;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav li {
  display: inline-block;
}
.main-nav:before,
.main-nav:after {
  content: " ";
  display: table;
}
.main-nav:after {
  clear: both;
}
.main-nav nav {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.main-nav nav:before,
.main-nav nav:after {
  content: " ";
  display: table;
}
.main-nav nav:after {
  clear: both;
}
@media (max-width: 400px) {
  .main-nav nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.main-nav > li {
  float: left;
  display: block;
}
.main-nav li {
  margin-bottom: 0;
}
.main-nav li a {
  display: block;
  position: relative;
  padding: .9rem 1.2rem .5rem;
  color: #666666;
  text-decoration: none;
}
.main-nav li a:hover {
  text-decoration: none;
  color: black;
}
.main-nav li.active > a:hover,
.main-nav li.active > a:active,
.main-nav li.active > a {
  color: black;
}
.main-nav.is-scrolled li a {
  color: #808080;
}
.main-nav.is-scrolled li a:hover {
  text-decoration: none !important;
  color: black !important;
}
.main-nav.is-scrolled li.dropdown-open {
  background-color: #9ACAEB;
}
.main-nav.is-scrolled li.dropdown-open a,
.main-nav.is-scrolled li.dropdown-open a:hover {
  color: white !important;
}
.main-nav .main-nav-left {
  float: left;
  margin-top: -2px;
  line-height: 2.4rem;
}
.main-nav .main-nav-left li {
  margin-left: -5px;
}
.main-nav .main-nav-left li a {
  padding-top: 1rem;
}
.main-nav .main-nav-left .menu {
  letter-spacing: .1rem;
}
.main-nav .main-nav-left .menu > a {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-nav .main-nav-left .home a {
  padding-left: 0;
}
.main-nav .main-nav-left .home > a:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  content: '';
  font-size: 2.2rem;
  padding-bottom: 6px;
}
.main-nav .main-nav-left .facebook-nav a {
  color: #3b5998;
}
.main-nav .main-nav-left .facebook-nav a:hover {
  text-decoration: none !important;
  color: black !important;
}
.main-nav .main-nav-right {
  float: right;
  line-height: 2.4rem;
}
.main-nav .main-nav-right .menu.date a {
  padding: 0;
}
@media (max-width: 800px) {
  .main-nav nav {
    padding-left: 7.2rem;
    padding-right: 7.2rem;
  }
  .main-nav li {
    margin: 0;
  }
  .main-nav li a {
    font-size: 1.25rem;
  }
  .main-nav .main-nav-left .home {
    margin-left: 1rem;
  }
  .main-nav .main-nav-left .home > a:before {
    font-size: 1.7rem;
  }
  .main-nav .main-nav-left li a {
    padding-left: .55rem;
    padding-right: .55rem;
  }
  .main-nav .main-nav-left .menu > a {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}
@media (max-width: 550px) {
  .main-nav__background {
    height: 3.9rem;
  }
  .main-nav nav {
    padding-left: .8rem;
    padding-right: 0;
  }
  .main-nav .main-nav-left .home > a:before {
    font-size: 1.5rem;
  }
  .main-nav .main-nav-left .menu > a {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .main-nav .main-nav-right .country > a:after {
    font-size: 1.4rem;
  }
  .main-nav .main-nav-right .search > a:before {
    font-size: 1.4rem;
  }
  .main-nav .main-nav-right .contact > a:before {
    font-size: 1.2rem;
  }
  .main-nav .main-nav-right .cart > a:before {
    font-size: 1.5rem;
  }
}
@media (max-width: 375px) {
  .main-nav .main-nav-left li.home {
    margin-left: .5rem;
  }
  .main-nav .main-nav-left .dropdown-responsive {
    display: inline-block;
  }
  .main-nav .main-nav-left .dropdown-responsive i {
    font-size: 1.6rem;
  }
  .main-nav .main-nav-right .cart {
    margin-left: -3px;
  }
  .main-nav .main-nav-right .country {
    margin-right: -7px;
  }
  .main-nav .main-nav-right .country a span {
    display: none;
  }
}
.footer-nav {
  width: 100%;
  list-style-type: none;
  vertical-align: middle;
  margin-bottom: 2rem;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav:before,
.footer-nav:after {
  content: " ";
  display: table;
}
.footer-nav:after {
  clear: both;
}
.footer-nav nav {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.footer-nav nav:before,
.footer-nav nav:after {
  content: " ";
  display: table;
}
.footer-nav nav:after {
  clear: both;
}
@media (max-width: 400px) {
  .footer-nav nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.footer-nav > li {
  float: left;
  display: block;
}
.footer-nav li {
  margin-bottom: 0;
}
.footer-nav li a {
  display: block;
  position: relative;
  padding: .9rem 1.2rem .5rem;
  color: #666666;
  text-decoration: none;
}
.footer-nav li a:hover {
  text-decoration: none;
  color: black;
}
.footer-nav li.active > a:hover,
.footer-nav li.active > a:active,
.footer-nav li.active > a {
  color: black;
}
.footer-nav .main-nav-left {
  float: left;
  margin-top: -2px;
  line-height: 2.4rem;
}
.footer-nav .main-nav-left li {
  margin-left: -5px;
}
.footer-nav .main-nav-left li a {
  padding-top: 1rem;
}
.footer-nav .main-nav-left .menu {
  letter-spacing: .1rem;
}
.footer-nav .main-nav-left .menu > a {
  font-size: 12px;
  font-weight: 600;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-nav .main-nav-left .home a {
  padding-left: 0;
}
.footer-nav .main-nav-left .home > a:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  content: '';
  font-size: 1.8rem;
  padding-bottom: 6px;
}
.footer-nav .main-nav-right {
  float: right;
  line-height: 2.4rem;
}
.footer-nav .main-nav-right p {
  margin-top: 0.5rem;
}
@media (max-width: 800px) {
  .footer-nav nav {
    padding-left: 7.2rem;
    padding-right: 7.2rem;
  }
  .footer-nav li {
    margin: 0;
  }
  .footer-nav li a {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 14px;
  }
  .footer-nav .main-nav-left li a {
    padding-left: .8rem;
    padding-right: .8rem;
  }
  .footer-nav .main-nav-left .menu > a {
    font-size: 70%;
    letter-spacing: 1px;
  }
}
@media (max-width: 550px) {
  .footer-nav nav {
    padding-left: .8rem;
    padding-right: 0;
  }
  .footer-nav .main-nav-left .home > a:before {
    font-size: 1.5rem;
  }
  .footer-nav .main-nav-left .menu > a {
    font-size: 8.5px;
    letter-spacing: 0;
  }
}
@media (max-width: 375px) {
  .footer-nav .main-nav-left li.home {
    margin-left: 0;
  }
  .footer-nav .main-nav-left .dropdown-responsive {
    display: inline-block;
  }
  .footer-nav .main-nav-left .dropdown-responsive i {
    font-size: 1.6rem;
  }
}
.sidebar-nav h4 {
  margin: 1.5rem 0 1rem;
}
.sidebar-nav li {
  list-style-type: none;
  border-top: 1px solid #dbdbdb;
  padding: .5rem 0;
  margin: 0;
}
.dropdown-top .dropdown-toggle {
  position: relative;
}
.dropdown-top.dropdown-open {
  background-color: #9ACAEB;
}
.dropdown-top.dropdown-open > a,
.dropdown-top.dropdown-open > a:hover {
  color: white !important;
}
.dropdown-top .dropdown-menu {
  position: absolute;
  display: none;
  min-width: 20rem;
  list-style: none;
  color: white;
  background-color: #9ACAEB;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.dropdown-top .dropdown-menu li {
  float: none;
  min-width: 100%;
  margin-left: 0;
}
.dropdown-top .dropdown-menu li > a {
  padding: 1.1rem 1.6rem;
  color: white;
  letter-spacing: .1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dropdown-top .dropdown-menu li:first-child > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.dropdown-top .dropdown-menu a:hover {
  background-color: #85bfe7;
  text-decoration: none;
}
.dropdown-top .dropdown-menu a:active {
  background-color: #9ACAEB;
}
.dropdown-top .dropdown-menu a.active {
  background-color: #9ACAEB;
  font-weight: bold;
}
.dropdown-top .dropdown-menu a.active:hover {
  background-color: #85bfe7;
  text-decoration: none;
}
@media (min-width: 681px) {
  .main-nav-left {
    margin-left: 0;
  }
  .main-nav-left > li {
    position: relative;
  }
  .country .dropdown-menu {
    width: 21rem;
  }
  .country .dropdown-menu > li {
    position: relative;
  }
}
@media (max-width: 680px) {
  .dropdown-top {
    font-weight: 400;
  }
  .main-nav .main-nav-left .menu.dropdown-top .dropdown-menu,
  .main-nav .main-nav-right .menu.dropdown-top .dropdown-menu {
    overflow: scroll;
  }
  .main-nav .main-nav-left .menu.dropdown-top .dropdown-menu li a,
  .main-nav .main-nav-right .menu.dropdown-top .dropdown-menu li a {
    padding: 1.5rem 1.5rem 1.5rem 3.2rem;
  }
  .main-nav .main-nav-left .menu.dropdown-top .dropdown-menu li:first-child a,
  .main-nav .main-nav-right .menu.dropdown-top .dropdown-menu li:first-child a {
    border-top: none;
  }
}
.dropdown-open,
.dropdown-menu {
  z-index: 400;
}
.dropdown-open .dropdown-menu {
  display: block;
}
@media (max-width: 680px) {
  .dropdown-open .dropdown-menu {
    left: 0;
    right: 0;
  }
}
.search > .dropdown-menu {
  right: 0;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  color: white;
  background-color: #9ACAEB;
  text-align: center;
  position: absolute;
  z-index: 402;
}
.search > .dropdown-menu p {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.search > .dropdown-menu .search-title {
  margin-right: .5rem;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.search > .dropdown-menu form.pure-form {
  margin: 0 auto;
}
.search > .dropdown-menu form.pure-form .pure-input {
  position: relative;
  display: inline-block;
  width: 50%;
  margin-right: .5rem;
}
.search > .dropdown-menu form.pure-form button {
  padding: .7rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 680px) {
  .search.dropdown-top .dropdown-menu {
    left: 0;
  }
  .search.dropdown-top .dropdown-menu .search-title {
    display: block;
    margin-right: 0;
    font-size: 1.4rem;
  }
  .search.dropdown-top .dropdown-menu form.pure-form .pure-input {
    top: 0;
    width: 70%;
  }
}
.pagination {
  text-align: center;
}
.crumbs {
  position: relative;
  margin: 1rem 0;
  font-size: 75%;
  letter-spacing: .05rem;
  text-align: center;
  z-index: 1;
}
.crumbs ul {
  margin: 0;
  padding: 0;
}
.crumbs li {
  display: inline-block;
}
.crumbs ul {
  color: #00adef;
}
.crumbs li a:hover {
  text-decoration: underline;
}
.crumbs li.home {
  display: none;
}
.crumbs.crumbs-top ul,
.crumbs.crumbs-top li a {
  color: #808080;
}
.hero--white .crumbs.crumbs-top ul,
.hero--white .crumbs.crumbs-top li a {
  color: white;
}
.hero--light .crumbs.crumbs-top ul,
.hero--light .crumbs.crumbs-top li a {
  color: #cccccc;
}
.hero--mid .crumbs.crumbs-top ul,
.hero--mid .crumbs.crumbs-top li a {
  color: #808080;
}
.hero--dark .crumbs.crumbs-top ul,
.hero--dark .crumbs.crumbs-top li a {
  color: #666666;
}
@media (min-width: 780px) {
  .crumbs-top {
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
    top: -75px;
    text-align: left;
    z-index: 1;
  }
  .crumbs-top:before,
  .crumbs-top:after {
    content: " ";
    display: table;
  }
  .crumbs-top:after {
    clear: both;
  }
}
@media (min-width: 780px) and (max-width: 400px) {
  .crumbs-top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.site-map {
  margin: 0;
  list-style-type: none !important;
}
.site-map li {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  background: none !important;
}
.site-map a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #dbdbdb;
}
.site-map a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}
.site-map a .fa {
  font-size: 80%;
}
.site-map > li > a {
  font-weight: 400;
}
.site-map ul li a {
  font-weight: 400;
}
.site-map ul ul li a {
  font-weight: 300;
}
.site-map i {
  color: #b3b3b3;
}
.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  padding: 1em 0.6em .72em;
}
.newsletter-signup {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
.newsletter-signup form fieldset {
  text-align: center;
}
@media (max-width: 680px) {
  .newsletter-signup .pure-form input[type="email"],
  .newsletter-signup .pure-form input[type="text"] {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: .7rem;
    margin-left: auto;
  }
  .newsletter-signup .pure-button {
    display: block;
    width: 100%;
  }
  .newsletter-signup .pure-form {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
@media (max-width: 480px) {
  .pure-form input[type="text"] {
    display: inline-block;
  }
}
.search form.pure-form,
.recipe_search form.pure-form {
  text-align: center;
}
.search form.pure-form .search__results,
.recipe_search form.pure-form .search__results {
  border-bottom: 1px solid #dbdbdb;
}
.search form.pure-form .search__result,
.recipe_search form.pure-form .search__result {
  margin: 2rem 0;
  padding-top: 3rem;
  border-top: 1px solid #dbdbdb;
}
.search form.pure-form .search__result h4,
.recipe_search form.pure-form .search__result h4 {
  margin: 1.5rem 0 0;
}
.search form.pure-form .search__result span,
.recipe_search form.pure-form .search__result span {
  padding: .4rem .6rem .2rem .4rem;
  background-color: #cfeaf5 !important;
}
.search .recipe-search,
.recipe_search .recipe-search {
  margin-top: 3rem;
}
.search .grid--list,
.recipe_search .grid--list {
  margin-top: 3rem;
}
.box--filigree .formblock .pure-form input[type="text"],
.box--filigree .formblock .pure-form input[type="password"],
.box--filigree .formblock .pure-form input[type="email"],
.box--filigree .formblock .pure-form input[type="url"],
.box--filigree .formblock .pure-form input[type="date"],
.box--filigree .formblock .pure-form input[type="month"],
.box--filigree .formblock .pure-form input[type="time"],
.box--filigree .formblock .pure-form input[type="datetime"],
.box--filigree .formblock .pure-form input[type="datetime-local"],
.box--filigree .formblock .pure-form input[type="week"],
.box--filigree .formblock .pure-form input[type="number"],
.box--filigree .formblock .pure-form input[type="search"],
.box--filigree .formblock .pure-form input[type="tel"],
.box--filigree .formblock .pure-form input[type="color"],
.box--filigree .formblock .pure-form select,
.box--filigree .formblock .pure-form textarea {
  display: block;
  width: 100%;
  padding: 1em .6em;
}
.box--filigree .formblock .pure-form {
  margin-bottom: 5rem;
}
.box--filigree .formblock .pure-form label {
  margin: 1rem 0 .5rem;
}
.box--filigree .formblock .pure-form .form-group {
  margin-bottom: 2rem;
}
.required {
  color: #eb6852;
}
.success {
  margin-bottom: 3rem;
  padding: 2.5rem 4rem;
  background-color: #9ACAEB;
  border-radius: 5px;
  font-size: 2.5rem;
  line-height: 4rem;
  color: white;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.sem-field-container.form-group {
  padding: 0;
}
.sem-field-container.form-group .sem-field.sem-radio-button {
  margin-right: .5rem;
}
.sem-form-response {
  text-align: center;
  margin: 3rem 0;
  font-size: 3rem;
  padding: 0 3rem;
}
.box {
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.box__content {
  padding: 6rem 6rem;
  background-color: #f5f5f5;
}
.grid .box__content {
  padding: 3rem 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 945px) {
  .box__content {
    padding: 3rem 3rem;
    background-color: #f5f5f5;
  }
}
@media (max-width: 840px) {
  .box__content {
    padding: 3rem 3rem;
    background-color: #f5f5f5;
  }
}
@media (max-width: 640px) {
  .box__content {
    padding: 3rem 6rem;
    background-color: #f5f5f5;
  }
}
@media (max-width: 450px) {
  .box__content {
    padding: 3rem 3rem;
    background-color: #f5f5f5;
  }
}
.box__content > *:first-child,
.box__content .text-center > *:first-child {
  margin-top: 0 !important;
}
.box__content > *:last-child,
.box__content .box__text > *:last-child {
  margin-bottom: 0 !important;
}
.box--filigree {
  padding: 20px 0 0;
}
.box--filigree:before {
  display: block;
  content: '';
  height: 20px;
  background: url('../img/box-borders-filigree.png') no-repeat 50% -19px;
  background-size: 582px 64px;
  border-bottom: 1px solid #e1e1e1;
}
.box--filigree:after {
  display: block;
  content: '';
  height: 20px;
  background: url('../img/box-borders-filigree.png') no-repeat 50% -44px;
  background-size: 582px 64px;
  border-top: 1px solid #e1e1e1;
}
.box--filigree .box__content {
  display: block;
  width: auto;
}
.box--filigree .box__title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.box--filigree .box__title * {
  margin: 0;
}
.box--filigree .box__intro {
  border-top: 1px solid #dbdbdb;
}
.box--filigree .box__intro p {
  font-family: 'georgia', serif;
  font-size: 105%;
  font-style: italic;
  text-align: center;
}
.box--modern.grid--padding .box__main,
.box--modern .box__main.grid--padding {
  margin-bottom: 3rem;
}
.box--modern.grid--hairline .box__main,
.box--modern .box__main.grid--hairline {
  margin-bottom: 2px;
}
.box__main {
  display: table;
}
.box__content {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.box__content.box__content--left {
  text-align: left;
}
.box__content.box__content--right {
  text-align: right;
}
.box__content.box__content--centre {
  text-align: center;
}
.box__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  display: table-cell;
  position: relative;
  width: 50%;
}
.box__image img {
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}
.box__image img {
  width: 100%;
}
.box__image__caption {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1rem;
  z-index: 5;
  font-size: 85%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 640px) {
  .box__content,
  .box__image {
    display: block;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .box--modern .grid__unit-2 h2,
  .box--modern .grid__unit-2 h3,
  .box--modern .grid__unit-2 h4,
  .box--modern .grid__unit-2 h5,
  .box--modern .grid__unit-2 h6,
  .box--modern .grid__unit-2 p {
    padding-left: 16.8rem;
    padding-right: 16.8rem;
  }
}
@media (max-width: 680px) {
  .box--modern .grid__unit-2 {
    display: inline-block;
  }
  .box--modern .grid__unit-2 .pure-button {
    margin-bottom: 2rem;
  }
  .box--modern .grid__unit-2 h2,
  .box--modern .grid__unit-2 h3,
  .box--modern .grid__unit-2 h4,
  .box--modern .grid__unit-2 h5,
  .box--modern .grid__unit-2 h6,
  .box--modern .grid__unit-2 p {
    padding-left: 14.4rem;
    padding-right: 14.4rem;
  }
}
.box--modern--thirds .box__main {
  height: 300px;
}
.box--modern--thirds .box__content {
  width: 33%;
}
.box--modern--thirds .box__image {
  width: 67%;
}
.box--modern--thirds .box__image img {
  width: auto;
  min-width: auto;
  height: 300px;
}
@media (max-width: 640px) {
  .box--modern--thirds .box__content,
  .box--modern--thirds .box__image {
    display: block;
    width: 100%;
  }
}
.pure-table {
  border: none;
}
.pure-table thead {
  color: #666666;
  background-color: #dbdbdb;
}
.pure-table thead th {
  font-weight: normal;
}
.pure-table td,
.pure-table th {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
.pure-table strong {
  padding-right: .33rem;
}
.text-center .pure-table {
  text-align: left;
}
.pure-button {
  padding: 0.4em .8em;
  font-size: 92%;
  color: #00adef;
  background-color: transparent;
  border: 1px solid #00adef;
  border-radius: 3px;
}
.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  color: white;
  background-color: #0093cb;
  text-decoration: none;
}
.pure-button-blue {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  *overflow: visible;
  padding: .5em 1em;
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  *color: #444;
  border: 1px solid #999;
  border: 0 rgba(0, 0, 0, 0);
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
  padding: 0.4em .8em;
  font-size: 92%;
  color: #00adef;
  background-color: transparent;
  border: 1px solid #00adef;
  border-radius: 3px;
  color: white;
  background-color: #00adef;
}
.pure-button-blue-hover,
.pure-button-blue:hover,
.pure-button-blue:focus {
  color: white;
  background-color: #0093cb;
  text-decoration: none;
}
@media print {
  .brand-sm,
  .brand-lg {
    display: none;
  }
}
.brand-sm {
  position: relative;
  z-index: 301;
  margin: 0 auto;
  width: 90px;
  margin-top: 60px;
  margin-bottom: 0;
}
.brand-sm.fade-out {
  transition: opacity 0.2s ease;
  opacity: 0;
}
.brand-sm a {
  display: block;
  margin: 3rem auto 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 82px;
  height: 120px;
  background: url("../img/tycd-logo-md.png") no-repeat left top;
  background-size: 82px 120px;
}
.brand-lrg {
  position: relative;
  z-index: 301;
  margin: 0 auto;
  width: 170px;
  margin-top: 60px;
  margin-bottom: 0;
}
.brand-lrg.fade-out {
  transition: opacity 0.2s ease;
  opacity: 0;
}
.brand-lrg a {
  display: block;
  margin: 3rem auto 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 166px;
  height: 224px;
  background: url("../img/tycd-logo-lrg.png") no-repeat left top;
  background-size: 166px 224px;
}
@media (min-width: 780px) {
  .brand-sm a {
    margin: 1rem auto -1rem;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 82px;
    height: 120px;
    background: url("../img/tycd-logo-md.png") no-repeat left top;
    background-size: 82px 120px;
  }
}
.hero {
  width: 100%;
  margin-top: 42px;
  margin-bottom: 2rem;
}
.hero--white .hero h1,
.hero--white .hero h2,
.hero--white .hero h3,
.hero--white .hero h4,
.hero--white .hero h5,
.hero--white .hero h6,
.hero--white .hero p,
.hero--white .hero ul {
  color: white;
}
.hero--light .hero h1,
.hero--light .hero h2,
.hero--light .hero h3,
.hero--light .hero h4,
.hero--light .hero h5,
.hero--light .hero h6,
.hero--light .hero p,
.hero--light .hero ul {
  color: #cccccc;
}
.hero--mid .hero h1,
.hero--mid .hero h2,
.hero--mid .hero h3,
.hero--mid .hero h4,
.hero--mid .hero h5,
.hero--mid .hero h6,
.hero--mid .hero p,
.hero--mid .hero ul {
  color: #808080;
}
.hero--dark .hero h1,
.hero--dark .hero h2,
.hero--dark .hero h3,
.hero--dark .hero h4,
.hero--dark .hero h5,
.hero--dark .hero h6,
.hero--dark .hero p,
.hero--dark .hero ul {
  color: #666666;
}
.hero--blue .hero h1,
.hero--blue .hero h2,
.hero--blue .hero h3,
.hero--blue .hero h4,
.hero--blue .hero h5,
.hero--blue .hero h6,
.hero--blue .hero p,
.hero--blue .hero ul {
  color: #00adef;
}
@media (max-width: 780px) {
  .hero {
    margin-top: 37px;
  }
}
.about .hero__content h1,
.about .hero__content h2,
.about .hero__content h3,
.about .hero__content h4,
.about .hero__content h5,
.about .hero__content h6,
.about .hero__content p,
.about .hero__content ul {
  color: white !important;
}
.hero__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  background-position: center 60%;
  position: relative;
  min-height: 200px;
  padding-bottom: 4rem;
}
.hero__image img {
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}
.hero__image > img {
  position: absolute;
}
@media (min-width: 800px) {
  .hero__image {
    min-height: 300px;
  }
}
@media (min-width: 1400px) {
  .hero__image {
    min-height: 400px;
  }
}
.hero__content {
  bottom: 3.5rem;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: center;
}
.hero__content h1,
.hero__content h2,
.hero__content h3,
.hero__content h4,
.hero__content h5,
.hero__content h6 {
  margin-bottom: 1rem;
}
.tab-content .hero__content {
  position: relative;
}
@media (max-width: 680px) {
  .hero__content {
    padding-left: 2rem;
    padding-right: 2rem;
    bottom: 1.5rem;
  }
}
.hero__logo h1,
.hero__logo h2,
.hero__logo h3,
.hero__logo h4,
.hero__logo h5 {
  margin-top: 1.5rem;
  margin-bottom: 1.2rem;
}
.hero__logo img.hero__logo-image {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.hero__logo img.img-logo {
  height: 36px;
  margin-top: 1rem;
}
@media (max-width: 680px) {
  .hero__logo img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .hero__logo h1 {
    margin-top: 3rem;
    margin-bottom: .5rem;
    font-size: 2.8rem;
  }
}
.hero__gradient {
  position: relative;
  padding: 4.5rem 0 2.5rem 0;
}
.gradient-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cfe6ed+100 */
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2ZlNmVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cfe6ed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #cfe6ed));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #cfe6ed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #cfe6ed 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #cfe6ed 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 0%, #cfe6ed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfe6ed', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
}
.hero--page-width {
  margin-top: 1.4rem;
}
.hero--page-width .hero__image {
  min-height: 350px;
  background-position: center 40%;
}
.hero--page-width .image-center-cropped {
  position: relative;
}
.hero--page-width .hero__content {
  top: 1.5rem;
}
.hero--page-width .hero__content * {
  color: white;
}
.hero--page-width .hero__content h1 {
  margin-top: .5rem;
  font-size: 3.5rem;
}
@media (max-height: 700px) {
  .hero--page-width .hero__image {
    max-height: 300px;
    background-position: center 35%;
  }
}
@media (max-width: 769px) {
  .hero--page-width .hero__image {
    max-height: 350px;
    background-position: center 35%;
  }
}
@media (max-width: 480px) {
  .hero--page-width .hero__image {
    background-position: center top;
  }
  .hero--page-width .hero__content {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .hero--page-width .hero__content h1 {
    font-size: 2.4rem;
  }
}
.hero--product {
  max-width: 90%;
  margin: 1rem auto 5rem;
  background-color: #f2f2f2;
  position: relative;
}
.hero--product .hero__image,
.hero--product .hero__text {
  display: block;
  vertical-align: top;
  margin-bottom: 0;
  width: 50%;
  position: relative;
}
.hero--product .hero__image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-bottom: 0;
  border-right: 1px solid white;
  overflow: hidden;
}
.hero--product .hero__image img {
  margin: 0;
  line-height: 0;
}
.hero--product .hero__text {
  left: 50%;
  padding: 1.5% 4%;
}
@media (max-width: 768px) {
  .hero--product .hero__image,
  .hero--product .hero__text {
    display: block;
    width: 100%;
    position: static;
  }
  .hero--product .hero__image {
    position: relative;
    border-right: none;
    border-bottom: 1px solid white;
  }
  .hero--product .hero__image .gallery {
    position: absolute;
  }
  .hero--product .hero__image:after {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .hero--product .hero__text {
    padding: 2% 7%;
  }
}
@media (min-width: 769px) {
  .hero--product .hero__text {
    padding: 1.5% 4%;
    min-height: 520px;
  }
}
@media (max-width: 680px) {
  .hero--product .hero--product {
    max-width: 100%;
  }
}
.alert {
  display: inline-block;
  padding: 1.2rem 1.5rem;
  font-size: 80%;
  line-height: 1.8rem;
  border-radius: 5px;
  background-color: #f2f2f2;
}
footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cfe6ed+100 */
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2ZlNmVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cfe6ed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #cfe6ed));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #cfe6ed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #cfe6ed 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #cfe6ed 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 0%, #cfe6ed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfe6ed', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
}
footer .l-foot {
  margin-bottom: 0;
}
.footer-signup {
  text-align: center;
  padding-bottom: 2rem;
}
.footer-signup h3 {
  font-size: 1.55em;
}
.footer-logos img.img-logo {
  height: 39px;
}
.copyright {
  text-align: center;
}
.l-foot > .box {
  margin-top: 0;
}
@media (max-width: 680px) {
  .l-foot .footer.box .box--well {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .pure-form input.pure-input-1-3 {
    display: inline-block;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .l-foot .footer.box .box--well {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.search__result h4,
.news_item h4 {
  margin: 1.5rem 0 0;
}
.sidebar-search h4 {
  margin: 2rem 0 .5rem;
}
.news-image-main {
  margin-top: 2rem;
  margin-left: 1.5rem;
}
.address {
  padding: 6rem 6rem;
  background-color: #f5f5f5;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.grid .address {
  padding: 3rem 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 945px) {
  .address {
    padding: 3rem 3rem;
    background-color: #f5f5f5;
  }
}
@media (max-width: 840px) {
  .address {
    padding: 3rem 3rem;
    background-color: #f5f5f5;
  }
}
@media (max-width: 640px) {
  .address {
    padding: 3rem 6rem;
    background-color: #f5f5f5;
  }
}
@media (max-width: 450px) {
  .address {
    padding: 3rem 3rem;
    background-color: #f5f5f5;
  }
}
.address > *:first-child,
.address .text-center > *:first-child {
  margin-top: 0 !important;
}
.address > *:last-child,
.address .box__text > *:last-child {
  margin-bottom: 0 !important;
}
.address.box__content--left {
  text-align: left;
}
.address.box__content--right {
  text-align: right;
}
.address.box__content--centre {
  text-align: center;
}
.address__name {
  margin-bottom: 0;
}
.address__url,
.address__tripadvisor,
.address__googlemap,
.address__phone {
  padding-right: 1rem;
  white-space: nowrap;
  line-height: 3rem;
}
@media (max-width: 650px) {
  .address__url,
  .address__tripadvisor,
  .address__googlemap,
  .address__phone {
    display: block;
  }
}
.address__tripadvisor {
  padding-left: 16px;
  background-image: url('../img/icon-owl.png');
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: left, 2px;
}
.image-block-standard {
  margin: 1em 0;
}
.image-block {
  position: relative;
}
.image-inline {
  display: inline-block;
  margin: 0 .8rem;
}
img.right {
  margin-left: 1rem;
}
img.left {
  margin-right: 1rem;
}
@media (max-width: 680px) {
  img.right,
  img.left {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    display: block;
  }
}
.bsc-icons i {
  display: inline-block;
}
.what-icon {
  background: url('../img/icons/what_icon.png') no-repeat center center;
  background-size: 56px 52px;
  width: 56px;
  height: 52px;
}
.when-icon {
  background: url('../img/icons/when_icon.png') no-repeat center center;
  background-size: 49px 52px;
  width: 49px;
  height: 52px;
}
.cani-icon {
  background: url('../img/icons/cani_icon.png') no-repeat center center;
  background-size: 45px 52px;
  width: 45px;
  height: 52px;
}
.who-icon {
  background: url('../img/icons/who_icon.png') no-repeat center center;
  background-size: 35px 53px;
  width: 35px;
  height: 53px;
}
.who-icon-2 {
  background: url('../img/icons/who_icon_2.png') no-repeat center center;
  background-size: 25px 53px;
  width: 25px;
  height: 53px;
}
.sidebar-content h3 {
  margin-bottom: 0.7rem;
}
.gallery {
  position: relative;
  background-color: white;
  width: 100%;
  height: 100%;
  margin-bottom: 14.4rem;
  /*set background colour so nothing can be seen underneath*/
}
.gallery:after {
  content: '';
  display: block;
  padding-top: 100%;
  /*create a square container*/
}
.hero--product .gallery:after {
  content: none;
}
.hero--product .gallery .gallery-nav-next,
.hero--product .gallery .gallery-nav-prev,
.hero--product .gallery .gallery-zoom {
  line-height: 2.6rem;
}
.gallery-item {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gallery-item img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}
.gallery-item.active {
  z-index: 3;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  opacity: 1;
}
.gallery-title {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1rem;
  z-index: 5;
  font-size: 85%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 500px) {
  .gallery-title {
    padding: .4rem 0;
    font-size: 75%;
  }
}
.gallery-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: .7;
  background: transparent url('../img/spinner.gif') no-repeat center center;
  background-size: 128px 128px;
}
@media (max-width: 500px) {
  .gallery-loader {
    background-size: 64px 64px;
  }
}
.ie6 .gallery-loader,
.ie7 .gallery-loader,
.ie8 .gallery-loader,
.ie9 .gallery-loader {
  display: none !important;
}
.gallery-zoomed {
  position: fixed !important;
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}
.gallery-zoomed .gallery-item {
  max-width: none;
  height: 100% !important;
  width: 100% !important;
}
body.gallery-open {
  overflow: hidden;
}
.in-zoom {
  overflow: hidden;
}
.gallery-button {
  width: 30px;
  height: 30px;
}
.gallery-button:before {
  display: block;
  position: absolute;
  padding: .1rem;
  font-family: 'FontAwesome';
  color: #00adef;
  font-size: 1.7rem;
  z-index: 3;
}
.gallery-button:after {
  content: "\f111";
  display: block;
  position: absolute;
  padding: .1rem;
  font-family: 'FontAwesome';
  font-size: 3.2rem;
  color: white;
}
.gallery-button:hover {
  text-decoration: none;
}
.gallery-nav {
  position: absolute;
  z-index: 100;
  margin-top: 0;
  top: 50%;
  left: 0;
  right: 0;
}
.hero--product .gallery-nav,
.gallery-zoomed .gallery-nav {
  margin-top: 0;
  top: 50%;
}
.gallery-nav-next,
.gallery-nav-prev {
  position: absolute;
  display: inline-block;
  margin-top: -17px;
}
.gallery-nav-next {
  right: 2rem;
}
.gallery-nav-next:before {
  content: "";
  margin-left: .9rem;
}
.gallery-nav-prev {
  left: 2rem;
}
.gallery-nav-prev:before {
  content: "";
  margin-left: .5rem;
}
.gallery-zoom {
  position: absolute;
  z-index: 100;
  top: 2rem;
  right: 2rem;
}
.gallery-zoom:before {
  content: "";
  margin-top: -0.1rem;
  margin-left: .5rem;
}
.gallery-zoomed .gallery-zoom:before {
  content: "";
  margin-left: .65rem;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox__image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox__image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox__image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox__title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox__title {
  visibility: visible;
}
.fancybox__title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox__title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox__title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox__title-inside-wrap {
  padding-top: 10px;
}
.fancybox__title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../img/fancy_box/fancybox_sprite.png");
}
#fancybox-loading div {
  background: url("../img/fancy_box/fancybox_loading.gif") center center no-repeat;
}
.fancybox-nav {
  background: transparent url("../img/fancy_box/blank.gif");
  /* helps IE */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../img/fancy_box/fancybox_sprite@2x.png");
  }
  #fancybox-loading div {
    background-image: url("../img/fancy_box/fancybox_loading@2x.gif");
  }
}
.fancybox-opened .fancybox-skin {
  box-shadow: none;
}
.fancybox-overlay {
  background: none;
  background-color: black;
}
.fancybox-nav span {
  visibility: visible;
}
.fancybox-close {
  top: 0.6em;
  right: 0.6em;
}
.fancybox-prev span,
.fancybox-next span,
.fancybox-close {
  background: none;
}
.fancybox-close,
.fancybox-gallery-zoom,
.fancybox-gallery-zoomed,
.fancybox-prev span,
.fancybox-next span {
  width: 30px;
  height: 30px;
}
.fancybox-close:before,
.fancybox-gallery-zoom:before,
.fancybox-gallery-zoomed:before,
.fancybox-prev span:before,
.fancybox-next span:before {
  display: block;
  position: absolute;
  padding: .1rem;
  font-family: 'FontAwesome';
  color: #00adef;
  font-size: 1.7rem;
  z-index: 3;
}
.fancybox-close:after,
.fancybox-gallery-zoom:after,
.fancybox-gallery-zoomed:after,
.fancybox-prev span:after,
.fancybox-next span:after {
  content: "\f111";
  display: block;
  position: absolute;
  padding: .1rem;
  font-family: 'FontAwesome';
  font-size: 3.2rem;
  color: white;
}
.fancybox-next span {
  right: 2rem;
}
.fancybox-next span:before {
  content: "";
  margin-top: .8rem;
  margin-left: .9rem;
}
.fancybox-prev span {
  left: 2rem;
}
.fancybox-prev span:before {
  content: "";
  margin-top: .8rem;
  margin-left: .5rem;
}
.fancybox-gallery-zoom {
  position: absolute;
  z-index: 100;
  top: 1.5rem;
  right: 1.5rem;
}
.fancybox-gallery-zoom:before {
  content: "";
  margin-top: .6rem;
  margin-left: .5rem;
}
.fancybox-close:before {
  content: "";
  margin-top: .7rem;
  margin-left: .65rem;
}
.fancybox-gallery-zoomed {
  display: none;
}
.fancybox-gallery-nav {
  display: none;
}
.fancybox-margin .fancybox-gallery-zoomed,
.fancybox-margin .fancybox-gallery-nav,
.fancybox-margin .fancybox-gallery-zoom {
  display: block;
}
.fancybox-gallery-grid {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: justify !important;
  text-justify: distribute-all-lines;
  font-size: 0 !important;
  margin-left: -4rem;
  text-align: left !important;
  margin-left: -4px;
}
.fancybox-gallery-grid > * {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.fancybox-gallery-grid:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
}
ul.fancybox-gallery-grid {
  line-height: 2.6rem;
}
.fancybox-gallery-grid img {
  margin-bottom: 0;
  line-height: 0;
}
.fancybox-gallery-grid-sm .fancybox-gallery-zoom,
.fancybox-gallery-grid-md .fancybox-gallery-zoom {
  top: .6rem;
  right: .4rem;
}
.fancybox-gallery-grid-sm .fancybox-gallery-zoom:before,
.fancybox-gallery-grid-md .fancybox-gallery-zoom:before {
  margin-top: .5rem;
  margin-left: .5rem;
  font-size: 1.2rem;
}
.fancybox-gallery-grid-sm .fancybox-gallery-zoom:after,
.fancybox-gallery-grid-md .fancybox-gallery-zoom:after {
  font-size: 2.5rem;
}
.fancybox-gallery-grid-sm .fancybox-gallery-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  padding: 0 0 0 4rem;
  width: 25%;
}
.fancybox-gallery-grid-sm .fancybox-gallery-item .fa {
  font-size: 1.1em;
}
.fancybox-gallery-grid-md .fancybox-gallery-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  padding: 0 0 0 4rem;
  width: 33.3333%;
}
.fancybox-gallery-grid-md .fancybox-gallery-item .fa {
  font-size: 1.3em;
}
.fancybox-gallery-grid-lg .fancybox-gallery-zoom {
  top: .8rem;
  right: .6rem;
}
.fancybox-gallery-grid-lg .fancybox-gallery-zoom:before {
  margin-top: .6rem;
  margin-left: .5rem;
  font-size: 1.5rem;
}
.fancybox-gallery-grid-lg .fancybox-gallery-zoom:after {
  font-size: 2.8rem;
}
.fancybox-gallery-grid-lg .fancybox-gallery-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  padding: 0 0 0 4rem;
  width: 50%;
}
.fancybox-gallery-grid-lg .fancybox-gallery-item .fa {
  font-size: 1.5em;
}
.fancybox-gallery-grid-sm .fancybox-gallery-item,
.fancybox-gallery-grid-md .fancybox-gallery-item,
.fancybox-gallery-grid-lg .fancybox-gallery-item {
  padding: 0;
  line-height: 0;
}
/*# sourceMappingURL=theme.css.map */