@charset "UTF-8";
/*
  Based on the Eric Meyer CSS Reset v2.0 (http://meyerweb.com/eric/tools/css/reset/)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Mobile navigation */
body {
  color: #9e9e9e;
  font-family: "futura-pt", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 980px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
  }
}

h1 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 48px;
  font-size: 3rem;
}

@media (max-width: 980px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 736px) {
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h2 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 36px;
  font-size: 2.25rem;
}

@media (max-width: 980px) {
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 736px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h3 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 28px;
  font-size: 1.75rem;
}

@media (max-width: 980px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h4 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 980px) {
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h5 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 980px) {
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h6 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 980px) {
  h6 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

p {
  font-family: "futura-pt", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  margin: 1em 0;
}

@media (max-width: 980px) {
  p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

a {
  color: #80daa7;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: underline;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-size: 1rem;
  font-style: italic;
}

blockquote {
  margin: 2em 0;
  padding: 0 0 0 1em;
  line-height: 1.2;
  font-style: italic;
}

cite {
  font-style: italic;
}

code {
  font-size: 0.96rem;
  font-family: monospace;
  background: #EEEEEE;
  border: 1px solid #e1e1e1;
  padding: 0.125em 0.25em;
  line-height: 150%;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

hr {
  outline: none;
  border: none;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #EEEEEE;
}

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 2em;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

ol li,
ul li {
  list-style-position: outside;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  ol li,
  ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  ol li,
  ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

form {
  margin: 1em 0;
}

dl {
  margin: 1em 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin: 0 0 0.5em;
}

table {
  width: 100%;
  margin: 1em 0;
}

table th {
  padding: 0.5em;
  border: 1px solid #EEEEEE;
  background: #f7f7f7;
  text-align: left;
  font-weight: bold;
}

table td {
  padding: 0.5em;
  border: 1px solid #EEEEEE;
}

@font-face {
  font-family: 'entypo';
  src: url("../fonts/entypo.eot?59575301");
  src: url("../fonts/entypo.eot?59575301#iefix") format("embedded-opentype"), url("../fonts/entypo.woff?59575301") format("woff"), url("../fonts/entypo.ttf?59575301") format("truetype"), url("../fonts/entypo.svg?59575301#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../font/entypo.svg?59575301#entypo') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.tweet:before,
.read-more:after {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

span.icon-facebook:before {
  padding-right: 0.2em;
}

span.icon-twitter:before {
  padding-right: 0.3em;
}

.icon-note:before {
  content: '\e800';
}

/* '' */
.icon-cancel-circled:before {
  content: '\e801';
}

/* '' */
.icon-cancel-squared:before {
  content: '\e802';
}

/* '' */
.icon-note-beamed:before {
  content: '\e803';
}

/* '' */
.icon-upload-cloud:before {
  content: '\e804';
}

/* '' */
.icon-music:before {
  content: '\e805';
}

/* '' */
.icon-plus:before {
  content: '\e806';
}

/* '' */
.icon-bookmark:before {
  content: '\e807';
}

/* '' */
.icon-chat:before {
  content: '\e808';
}

/* '' */
.icon-bell:before {
  content: '\e809';
}

/* '' */
.icon-light-down:before {
  content: '\e80a';
}

/* '' */
.icon-basket:before {
  content: '\e80b';
}

/* '' */
.icon-down:before {
  content: '\e80c';
}

/* '' */
.icon-left-dir:before {
  content: '\e80d';
}

/* '' */
.icon-left-circled:before {
  content: '\e80e';
}

/* '' */
.icon-search:before {
  content: '\e80f';
}

/* '' */
.icon-mail:before {
  content: '\e810';
}

/* '' */
.icon-heart:before {
  content: '\e811';
}

/* '' */
.icon-flashlight:before {
  content: '\e812';
}

/* '' */
.icon-heart-empty:before {
  content: '\e813';
}

/* '' */
.icon-star:before {
  content: '\e814';
}

/* '' */
.icon-star-empty:before {
  content: '\e815';
}

/* '' */
.icon-user:before {
  content: '\e816';
}

/* '' */
.icon-users:before {
  content: '\e817';
}

/* '' */
.icon-user-add:before {
  content: '\e818';
}

/* '' */
.icon-video:before {
  content: '\e819';
}

/* '' */
.icon-camera:before {
  content: '\e81a';
}

/* '' */
.icon-picture:before {
  content: '\e81b';
}

/* '' */
.icon-layout:before {
  content: '\e81c';
}

/* '' */
.icon-check:before {
  content: '\e81d';
}

/* '' */
.icon-tag:before {
  content: '\e81e';
}

/* '' */
.icon-cancel:before {
  content: '\e81f';
}

/* '' */
.icon-eye:before {
  content: '\e820';
}

/* '' */
.icon-lock-open:before {
  content: '\e821';
}

/* '' */
.icon-menu:before {
  content: '\e822';
}

/* '' */
.icon-lock:before {
  content: '\e823';
}

/* '' */
.icon-attach:before {
  content: '\e824';
}

/* '' */
.icon-link:before {
  content: '\e825';
}

/* '' */
.icon-home:before {
  content: '\e826';
}

/* '' */
.icon-back:before {
  content: '\e827';
}

/* '' */
.icon-info-circled:before {
  content: '\e828';
}

/* '' */
.icon-info:before {
  content: '\e829';
}

/* '' */
.icon-help-circled:before {
  content: '\e82a';
}

/* '' */
.icon-help:before {
  content: '\e82b';
}

/* '' */
.icon-minus-circled:before {
  content: '\e82c';
}

/* '' */
.icon-minus:before {
  content: '\e82d';
}

/* '' */
.icon-plus-squared:before {
  content: '\e82e';
}

/* '' */
.icon-plus-circled:before {
  content: '\e82f';
}

/* '' */
.icon-minus-squared:before {
  content: '\e830';
}

/* '' */
.icon-bookmarks:before {
  content: '\e831';
}

/* '' */
.icon-flag:before {
  content: '\e832';
}

/* '' */
.icon-thumbs-up:before {
  content: '\e833';
}

/* '' */
.icon-upload:before {
  content: '\e834';
}

/* '' */
.icon-thumbs-down:before {
  content: '\e835';
}

/* '' */
.icon-download:before {
  content: '\e836';
}

/* '' */
.icon-reply:before {
  content: '\e837';
}

/* '' */
.icon-reply-all:before {
  content: '\e838';
}

/* '' */
.icon-forward:before {
  content: '\e839';
}

/* '' */
.icon-quote:before {
  content: '\e83a';
}

/* '' */
.icon-code:before {
  content: '\e83b';
}

/* '' */
.icon-export:before {
  content: '\e83c';
}

/* '' */
.icon-pencil:before {
  content: '\e83d';
}

/* '' */
.icon-feather:before {
  content: '\e83e';
}

/* '' */
.icon-print:before {
  content: '\e83f';
}

/* '' */
.icon-retweet:before {
  content: '\e840';
}

/* '' */
.icon-keyboard:before {
  content: '\e841';
}

/* '' */
.icon-comment:before {
  content: '\e842';
}

/* '' */
.icon-book:before {
  content: '\e843';
}

/* '' */
.icon-book-open:before {
  content: '\e844';
}

/* '' */
.icon-newspaper:before {
  content: '\e845';
}

/* '' */
.icon-doc-text-inv:before {
  content: '\e846';
}

/* '' */
.icon-doc-text:before {
  content: '\e847';
}

/* '' */
.icon-doc-landscape:before {
  content: '\e848';
}

/* '' */
.icon-doc:before {
  content: '\e849';
}

/* '' */
.icon-trash:before {
  content: '\e84a';
}

/* '' */
.icon-cup:before {
  content: '\e84b';
}

/* '' */
.icon-compass:before {
  content: '\e84c';
}

/* '' */
.icon-direction:before {
  content: '\e84d';
}

/* '' */
.icon-map:before {
  content: '\e84e';
}

/* '' */
.icon-location:before {
  content: '\e84f';
}

/* '' */
.icon-address:before {
  content: '\e850';
}

/* '' */
.icon-vcard:before {
  content: '\e851';
}

/* '' */
.icon-alert:before {
  content: '\e852';
}

/* '' */
.icon-attention:before {
  content: '\e853';
}

/* '' */
.icon-folder:before {
  content: '\e854';
}

/* '' */
.icon-archive:before {
  content: '\e855';
}

/* '' */
.icon-box:before {
  content: '\e856';
}

/* '' */
.icon-rss:before {
  content: '\e857';
}

/* '' */
.icon-phone:before {
  content: '\e858';
}

/* '' */
.icon-cog:before {
  content: '\e859';
}

/* '' */
.icon-tools:before {
  content: '\e85a';
}

/* '' */
.icon-share:before {
  content: '\e85b';
}

/* '' */
.icon-shareable:before {
  content: '\e85c';
}

/* '' */
.icon-bag:before {
  content: '\e85d';
}

/* '' */
.icon-calendar:before {
  content: '\e85e';
}

/* '' */
.icon-login:before {
  content: '\e85f';
}

/* '' */
.icon-logout:before {
  content: '\e860';
}

/* '' */
.icon-mic:before {
  content: '\e861';
}

/* '' */
.icon-mute:before {
  content: '\e862';
}

/* '' */
.icon-docs:before {
  content: '\e863';
}

/* '' */
.icon-sound:before {
  content: '\e864';
}

/* '' */
.icon-volume:before {
  content: '\e865';
}

/* '' */
.icon-clock:before {
  content: '\e866';
}

/* '' */
.icon-hourglass:before {
  content: '\e867';
}

/* '' */
.icon-down-open-mini:before {
  content: '\e868';
}

/* '' */
.icon-up-open:before {
  content: '\e869';
}

/* '' */
.icon-right-open:before {
  content: '\e86a';
}

/* '' */
.icon-left-open:before {
  content: '\e86b';
}

/* '' */
.icon-down-open:before {
  content: '\e86c';
}

/* '' */
.icon-right-circled:before {
  content: '\e86d';
}

/* '' */
.icon-down-circled:before {
  content: '\e86e';
}

/* '' */
.icon-up-circled:before {
  content: '\e86f';
}

/* '' */
.icon-arrow-combo:before {
  content: '\e870';
}

/* '' */
.icon-window:before {
  content: '\e871';
}

/* '' */
.icon-publish:before {
  content: '\e872';
}

/* '' */
.icon-popup:before {
  content: '\e873';
}

/* '' */
.icon-resize-small:before {
  content: '\e874';
}

/* '' */
.icon-resize-full:before {
  content: '\e875';
}

/* '' */
.icon-block:before {
  content: '\e876';
}

/* '' */
.icon-adjust:before {
  content: '\e877';
}

/* '' */
.icon-light-up:before {
  content: '\e878';
}

/* '' */
.icon-lamp:before {
  content: '\e879';
}

/* '' */
.icon-left-open-mini:before {
  content: '\e87a';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e87b';
}

/* '' */
.icon-up-open-mini:before {
  content: '\e87c';
}

/* '' */
.icon-down-open-big:before {
  content: '\e87d';
}

/* '' */
.icon-left-open-big:before {
  content: '\e87e';
}

/* '' */
.icon-right-open-big:before {
  content: '\e87f';
}

/* '' */
.icon-arrows-ccw:before {
  content: '\e880';
}

/* '' */
.icon-cw:before {
  content: '\e881';
}

/* '' */
.icon-ccw:before {
  content: '\e882';
}

/* '' */
.icon-up-open-big:before {
  content: '\e883';
}

/* '' */
.icon-level-down:before {
  content: '\e884';
}

/* '' */
.icon-up-thin:before {
  content: '\e885';
}

/* '' */
.icon-left-thin:before {
  content: '\e886';
}

/* '' */
.icon-progress-1:before {
  content: '\e887';
}

/* '' */
.icon-progress-2:before {
  content: '\e888';
}

/* '' */
.icon-right-thin:before {
  content: '\e889';
}

/* '' */
.icon-progress-3:before {
  content: '\e88a';
}

/* '' */
.icon-target:before {
  content: '\e88b';
}

/* '' */
.icon-palette:before {
  content: '\e88c';
}

/* '' */
.icon-list:before {
  content: '\e88d';
}

/* '' */
.icon-list-add:before {
  content: '\e88e';
}

/* '' */
.icon-signal:before {
  content: '\e88f';
}

/* '' */
.icon-level-up:before {
  content: '\e890';
}

/* '' */
.icon-left:before {
  content: '\e891';
}

/* '' */
.icon-shuffle:before {
  content: '\e892';
}

/* '' */
.icon-trophy:before {
  content: '\e893';
}

/* '' */
.icon-loop:before {
  content: '\e894';
}

/* '' */
.icon-right:before {
  content: '\e895';
}

/* '' */
.icon-battery:before {
  content: '\e896';
}

/* '' */
.icon-back-in-time:before {
  content: '\e897';
}

/* '' */
.icon-switch:before {
  content: '\e898';
}

/* '' */
.icon-up:before {
  content: '\e899';
}

/* '' */
.icon-down-dir:before {
  content: '\e89a';
}

/* '' */
.icon-play:before {
  content: '\e89b';
}

/* '' */
.icon-monitor:before {
  content: '\e89c';
}

/* '' */
.icon-mobile:before {
  content: '\e89d';
}

/* '' */
.icon-stop:before {
  content: '\e89e';
}

/* '' */
.icon-right-dir:before {
  content: '\e89f';
}

/* '' */
.icon-pause:before {
  content: '\e8a0';
}

/* '' */
.icon-network:before {
  content: '\e8a1';
}

/* '' */
.icon-cd:before {
  content: '\e8a2';
}

/* '' */
.icon-record:before {
  content: '\e8a3';
}

/* '' */
.icon-up-dir:before {
  content: '\e8a4';
}

/* '' */
.icon-down-bold:before {
  content: '\e8a5';
}

/* '' */
.icon-to-end:before {
  content: '\e8a6';
}

/* '' */
.icon-inbox:before {
  content: '\e8a7';
}

/* '' */
.icon-install:before {
  content: '\e8a8';
}

/* '' */
.icon-to-start:before {
  content: '\e8a9';
}

/* '' */
.icon-left-bold:before {
  content: '\e8aa';
}

/* '' */
.icon-right-bold:before {
  content: '\e8ab';
}

/* '' */
.icon-fast-forward:before {
  content: '\e8ac';
}

/* '' */
.icon-globe:before {
  content: '\e8ad';
}

/* '' */
.icon-cloud:before {
  content: '\e8ae';
}

/* '' */
.icon-fast-backward:before {
  content: '\e8af';
}

/* '' */
.icon-down-thin:before {
  content: '\e8b0';
}

/* '' */
.icon-progress-0:before {
  content: '\e8b1';
}

/* '' */
.icon-up-bold:before {
  content: '\e8b2';
}

/* '' */
.icon-cloud-thunder:before {
  content: '\e8b3';
}

/* '' */
.icon-chart-area:before {
  content: '\e8b4';
}

/* '' */
.icon-chart-bar:before {
  content: '\e8b5';
}

/* '' */
.icon-flow-tree:before {
  content: '\e8b6';
}

/* '' */
.icon-flow-line:before {
  content: '\e8b7';
}

/* '' */
.icon-vimeo:before {
  content: '\e8b8';
}

/* '' */
.icon-flickr-circled:before {
  content: '\e8b9';
}

/* '' */
.icon-lastfm:before {
  content: '\e8ba';
}

/* '' */
.icon-lastfm-circled:before {
  content: '\e8bb';
}

/* '' */
.icon-vkontakte:before {
  content: '\e8bc';
}

/* '' */
.icon-behance:before {
  content: '\e8bd';
}

/* '' */
.icon-mixi:before {
  content: '\e8be';
}

/* '' */
.icon-stumbleupon:before {
  content: '\e8bf';
}

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e8c0';
}

/* '' */
.icon-flickr:before {
  content: '\e8c1';
}

/* '' */
.icon-github-circled:before {
  content: '\e8c2';
}

/* '' */
.icon-flow-cascade:before {
  content: '\e8c3';
}

/* '' */
.icon-flow-branch:before {
  content: '\e8c4';
}

/* '' */
.icon-chart-line:before {
  content: '\e8c5';
}

/* '' */
.icon-chart-pie:before {
  content: '\e8c6';
}

/* '' */
.icon-erase:before {
  content: '\e8c7';
}

/* '' */
.icon-key:before {
  content: '\e8c8';
}

/* '' */
.icon-github:before {
  content: '\e8c9';
}

/* '' */
.icon-dribbble-circled:before {
  content: '\e8ca';
}

/* '' */
.icon-picasa:before {
  content: '\e8cb';
}

/* '' */
.icon-dribbble:before {
  content: '\e8cc';
}

/* '' */
.icon-infinity:before {
  content: '\e8cd';
}

/* '' */
.icon-magnet:before {
  content: '\e8ce';
}

/* '' */
.icon-bucket:before {
  content: '\e8cf';
}

/* '' */
.icon-linkedin-circled:before {
  content: '\e8d0';
}

/* '' */
.icon-paypal:before {
  content: '\e8d1';
}

/* '' */
.icon-sina-weibo:before {
  content: '\e8d2';
}

/* '' */
.icon-linkedin:before {
  content: '\e8d3';
}

/* '' */
.icon-cc-zero:before {
  content: '\e8d4';
}

/* '' */
.icon-drive:before {
  content: '\e8d5';
}

/* '' */
.icon-brush:before {
  content: '\e8d6';
}

/* '' */
.icon-dot-3:before {
  content: '\e8d7';
}

/* '' */
.icon-database:before {
  content: '\e8d8';
}

/* '' */
.icon-cc-pd:before {
  content: '\e8d9';
}

/* '' */
.icon-tumblr-circled:before {
  content: '\e8da';
}

/* '' */
.icon-renren:before {
  content: '\e8db';
}

/* '' */
.icon-skype-circled:before {
  content: '\e8dc';
}

/* '' */
.icon-tumblr:before {
  content: '\e8dd';
}

/* '' */
.icon-cc-nd:before {
  content: '\e8de';
}

/* '' */
.icon-megaphone:before {
  content: '\e8df';
}

/* '' */
.icon-dot-2:before {
  content: '\e8e0';
}

/* '' */
.icon-dot:before {
  content: '\e8e1';
}

/* '' */
.icon-clipboard:before {
  content: '\e8e2';
}

/* '' */
.icon-cc-sa:before {
  content: '\e8e3';
}

/* '' */
.icon-pinterest-circled:before {
  content: '\e8e4';
}

/* '' */
.icon-cc-remix:before {
  content: '\e8e5';
}

/* '' */
.icon-thermometer:before {
  content: '\e8e6';
}

/* '' */
.icon-soundcloud:before {
  content: '\e8e7';
}

/* '' */
.icon-cc-share:before {
  content: '\e8e8';
}

/* '' */
.icon-google-circles:before {
  content: '\e8e9';
}

/* '' */
.icon-skype:before {
  content: '\e8ea';
}

/* '' */
.icon-flattr:before {
  content: '\e8eb';
}

/* '' */
.icon-cc-nc-jp:before {
  content: '\e8ec';
}

/* '' */
.icon-cc-nc-eu:before {
  content: '\e8ed';
}

/* '' */
.icon-cc-nc:before {
  content: '\e8ee';
}

/* '' */
.icon-cc-by:before {
  content: '\e8ef';
}

/* '' */
.icon-cc:before {
  content: '\e8f0';
}

/* '' */
.icon-traffic-cone:before {
  content: '\e8f1';
}

/* '' */
.icon-gauge:before {
  content: '\e8f2';
}

/* '' */
.icon-rocket:before {
  content: '\e8f3';
}

/* '' */
.icon-flow-parallel:before {
  content: '\e8f4';
}

/* '' */
.icon-vimeo-circled:before {
  content: '\e8f5';
}

/* '' */
.icon-twitter:before {
  content: '\e8f6';
}

/* '' */
.icon-twitter-circled:before {
  content: '\e8f7';
}

/* '' */
.icon-facebook:before {
  content: '\e8f8';
}

/* '' */
.icon-facebook-circled:before {
  content: '\e8f9';
}

/* '' */
.icon-facebook-squared:before {
  content: '\e8fa';
}

/* '' */
.icon-gplus:before {
  content: '\e8fb';
}

/* '' */
.icon-gplus-circled:before {
  content: '\e8fc';
}

/* '' */
.icon-pinterest:before {
  content: '\e8fd';
}

/* '' */
.icon-evernote:before {
  content: '\e8fe';
}

/* '' */
.icon-dropbox:before {
  content: '\e8ff';
}

/* '' */
.icon-instagram:before {
  content: '\e900';
}

/* '' */
.icon-qq:before {
  content: '\e901';
}

/* '' */
.icon-spotify-circled:before {
  content: '\e902';
}

/* '' */
.icon-spotify:before {
  content: '\e903';
}

/* '' */
.icon-rdio-circled:before {
  content: '\e904';
}

/* '' */
.icon-rdio:before {
  content: '\e905';
}

/* '' */
.icon-smashing:before {
  content: '\e906';
}

/* '' */
.icon-sweden:before {
  content: '\e907';
}

/* '' */
.icon-db-shape:before {
  content: '\e908';
}

/* '' */
.icon-logo-db:before {
  content: '\e909';
}

/* '' */
.icon-tape:before {
  content: '\e90a';
}

/* '' */
.icon-flash:before {
  content: '\e90b';
}

/* '' */
.icon-graduation-cap:before {
  content: '\e90c';
}

/* '' */
.icon-language:before {
  content: '\e90d';
}

/* '' */
.icon-flight:before {
  content: '\e90e';
}

/* '' */
.icon-moon:before {
  content: '\e90f';
}

/* '' */
.icon-paper-plane:before {
  content: '\e910';
}

/* '' */
.icon-ticket:before {
  content: '\e911';
}

/* '' */
.icon-leaf:before {
  content: '\e912';
}

/* '' */
.icon-lifebuoy:before {
  content: '\e913';
}

/* '' */
.icon-droplet:before {
  content: '\e914';
}

/* '' */
.icon-water:before {
  content: '\e915';
}

/* '' */
.icon-air:before {
  content: '\e916';
}

/* '' */
.icon-mouse:before {
  content: '\e917';
}

/* '' */
.icon-briefcase:before {
  content: '\e918';
}

/* '' */
.icon-credit-card:before {
  content: '\e919';
}

/* '' */
.icon-floppy:before {
  content: '\e91a';
}

/* '' */
.icon-suitcase:before {
  content: '\e91b';
}

/* '' */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 736px) {
  .container {
    max-width: 100%;
  }
}

.error {
  color: #AA0000;
}

.success {
  color: #00AA00;
}

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  padding: 0.625em 1.25em;
  margin: 0 0 0.625em;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  font-size: 1rem;
  background-color: #EEEEEE;
  color: #9e9e9e;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
  background: #dfdfdf;
}

button.disabled,
.button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
input[type="reset"].disabled {
  background-color: #f4f4f4;
  color: #c8c8c8;
  cursor: default;
}

button.huge,
.button.huge,
input[type="button"].huge,
input[type="submit"].huge,
input[type="reset"].huge {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.625em 2em;
}

button.primary,
.button-primary,
input.button-primary {
  background-color: #80daa7;
  color: white;
}

button.primary:hover,
.button-primary:hover,
input.button-primary:hover {
  background-color: #74d79f;
  text-decoration: none;
}

button.primary:active,
.button-primary:active,
input.button-primary:active {
  background: #68d397;
}

button.primary.disabled,
.button-primary.disabled,
input.button-primary.disabled {
  background-color: #8addae;
  color: #45c97e;
  cursor: default;
}

button.secondary,
.button-secondary,
input.button-secondary {
  background-color: #80daa7;
  color: white;
}

button.secondary:hover,
.button-secondary:hover,
input.button-secondary:hover {
  background-color: #74d79f;
  text-decoration: none;
}

button.secondary:active,
.button-secondary:active,
input.button-secondary:active {
  background: #68d397;
}

button.secondary.disabled,
.button-secondary.disabled,
input.button-secondary.disabled {
  background-color: #8addae;
  color: #45c97e;
  cursor: default;
}

button.facebook,
.button-facebook,
input.button-facebook {
  background-color: #3B5998;
  color: white;
  padding-left: 0.6em;
}

button.facebook:hover,
.button-facebook:hover,
input.button-facebook:hover {
  background-color: #37538d;
  text-decoration: none;
}

button.facebook:active,
.button-facebook:active,
input.button-facebook:active {
  background: #324c82;
}

button.facebook.disabled,
.button-facebook.disabled,
input.button-facebook.disabled {
  background-color: #3f5ea1;
  color: #263961;
  cursor: default;
}

button.facebook.disabled,
.button-facebook.disabled,
input.button-facebook.disabled {
  background: #9099ae;
  color: white;
  cursor: default;
}

button.twitter,
.button-twitter,
input.button-twitter {
  background-color: #00ACED;
  color: white;
}

button.twitter:hover,
.button-twitter:hover,
input.button-twitter:hover {
  background-color: #00a1de;
  text-decoration: none;
}

button.twitter:active,
.button-twitter:active,
input.button-twitter:active {
  background: #0096ce;
}

button.twitter.disabled,
.button-twitter.disabled,
input.button-twitter.disabled {
  background-color: #00b5fa;
  color: #0074a1;
  cursor: default;
}

button.twitter.disabled,
.button-twitter.disabled,
input.button-twitter.disabled {
  background-color: #aebcc7;
  color: white;
  cursor: default;
}

form {
  display: block;
}

fieldset {
  display: block;
  margin: 1.25em 0;
  padding: 0;
}

legend {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
}

label {
  display: block;
  margin: 0 0 0.25em;
  font-weight: bold;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="image"],
input[type="color"] {
  display: block;
  padding: 0.5em;
  margin: 0 0 0.625em;
  vertical-align: middle;
  border: 1px solid #EEEEEE;
  outline: none;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="image"]:hover,
input[type="color"]:hover {
  border: 1px solid #e6e6e6;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="image"]:focus,
input[type="color"]:focus {
  border: 1px solid #e1e1e1;
}

input[type="submit"],
input[type="button"] {
  display: block;
  border-radius: 0;
}

input[type="file"] {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 100%;
}

textarea {
  padding: 0.25em;
}

progress,
meter {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem;
}

ul[class*="menu-"] {
  margin: 0;
  padding: 0;
}

ul[class*="menu-"] li {
  position: relative;
  list-style: none;
}

ul[class*="menu-"] li a {
  display: inline-block;
}

ul.menu-secondary li {
  display: block;
}

ul.menu-secondary li a {
  display: block;
}

[data-tooltip] {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: inline-block;
}

[data-tooltip]:before, [data-tooltip]:after {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #9e9e9e;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -3.25px;
  z-index: 10001;
  bottom: -10px;
}

[data-tooltip]:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: attr(data-tooltip);
  padding: 0.5em 0.75em;
  border-radius: 3px;
  font-size: 0.95em;
  z-index: 10000;
  left: 50%;
  bottom: 100%;
  margin-left: -7.5em;
  margin-top: 10px;
  width: 15em;
  line-height: 120%;
  background: #9e9e9e;
  color: #EEEEEE;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

footer {
  display: block;
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}

@media (min-width: 1250px) {
  footer {
    display: block;
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  footer {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  footer {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples {
  display: block;
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}

@media (min-width: 1250px) {
  article.grid-examples {
    display: block;
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples .container {
  text-align: center;
  background: #EEEEEE;
}

article.grid-examples .container code {
  display: block;
  font-size: 0.94rem;
  background: none;
  border: none;
}

article.grid-examples .container > code {
  padding: 20px;
}

article.grid-examples .box {
  position: relative;
  padding: 10px;
  height: 120px;
  margin-bottom: 2%;
  background: #e1e1e1;
  border: 1px solid #dfdfdf;
}

@media (max-width: 736px) {
  article.grid-examples .box {
    height: auto;
  }
}

article.grid-examples .box.-b1 {
  display: block;
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b1 {
    display: block;
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b1 {
    display: block;
    float: left;
    width: 15%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b1 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples .box.-b2 {
  display: block;
  float: left;
  width: 31.33333%;
  margin-left: 1%;
  margin-right: 1%;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b2 {
    display: block;
    float: left;
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b2 {
    display: block;
    float: left;
    width: 23.33333%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b2 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples .box.-b3 {
  display: block;
  float: left;
  width: 39.66667%;
  margin-left: 1%;
  margin-right: 1%;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b3 {
    display: block;
    float: left;
    width: 39.66667%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b3 {
    display: block;
    float: left;
    width: 31.66667%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b3 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples .box.-b4 {
  display: block;
  float: left;
  width: 39.66667%;
  margin-left: 17.66667%;
  margin-right: 1%;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b4 {
    display: block;
    float: left;
    width: 39.66667%;
    margin-left: 17.66667%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b4 {
    display: block;
    float: left;
    width: 31.66667%;
    margin-left: 21.66667%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b4 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples .box.-b5 {
  display: block;
  float: left;
  width: 39.66667%;
  margin-left: 1%;
  margin-right: 1%;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b5 {
    display: block;
    float: left;
    width: 39.66667%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b5 {
    display: block;
    float: left;
    width: 31.66667%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b5 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples .box.-b6 {
  display: block;
  float: left;
  width: 73%;
  margin-left: 1%;
  margin-right: 1%;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b6 {
    display: block;
    float: left;
    width: 73%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b6 {
    display: block;
    float: left;
    width: 65%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b6 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples .box.-b6 code {
  padding-bottom: 10px;
}

article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
  display: block;
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  height: 50px;
  background: #d7d7d7;
  border: 1px solid #d5d5d5;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
    display: block;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
    display: block;
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples .box.-b7 {
  display: block;
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b7 {
    display: block;
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b7 {
    display: block;
    float: left;
    width: 15%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b7 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples .box.-b8 {
  display: block;
  float: left;
  width: 55%;
  margin-left: 10%;
  margin-right: 10%;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b8 {
    display: block;
    float: left;
    width: 55%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b8 {
    display: block;
    float: left;
    width: 55%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b8 {
    display: block;
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

article.grid-examples .box.-b9 {
  display: block;
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b9 {
    display: block;
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b9 {
    display: block;
    float: left;
    width: 15%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b9 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
  display: block;
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
    display: block;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
    display: block;
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
    display: block;
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples .box.-b12 {
  display: block;
  float: left;
  width: 41.66667%;
  margin-left: 0%;
  margin-right: 0;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b12 {
    display: block;
    float: left;
    width: 41.66667%;
    margin-left: 0%;
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b12 {
    display: block;
    float: left;
    width: 41.66667%;
    margin-left: 0%;
    margin-right: 0;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b12 {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b12 {
    display: block;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: 0;
  }
}

article.grid-examples .box.-b13 {
  display: block;
  float: left;
  width: 58.33333%;
  margin-left: 0%;
  margin-right: 0;
}

@media (min-width: 1250px) {
  article.grid-examples .box.-b13 {
    display: block;
    float: left;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  article.grid-examples .box.-b13 {
    display: block;
    float: left;
    width: 58.33333%;
    margin-left: 0%;
    margin-right: 0;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b13 {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-b13 {
    display: block;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: 0;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-tall {
    height: 200px;
  }
}

@media (max-width: 736px) {
  article.grid-examples .box.-tall code {
    font-size: 0.8rem;
  }
}

body {
  color: #9e9e9e;
  font-family: "futura-pt", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 980px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
  }
}

h1 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 48px;
  font-size: 3rem;
}

@media (max-width: 980px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 736px) {
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h2 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 36px;
  font-size: 2.25rem;
}

@media (max-width: 980px) {
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 736px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h3 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 28px;
  font-size: 1.75rem;
}

@media (max-width: 980px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h4 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 980px) {
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h5 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 980px) {
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h6 {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 980px) {
  h6 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

p {
  font-family: "futura-pt", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  margin: 1em 0;
}

@media (max-width: 980px) {
  p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

a {
  color: #80daa7;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: underline;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-size: 1rem;
  font-style: italic;
}

blockquote {
  margin: 2em 0;
  padding: 0 0 0 1em;
  line-height: 1.2;
  font-style: italic;
}

cite {
  font-style: italic;
}

code {
  font-size: 0.96rem;
  font-family: monospace;
  background: #EEEEEE;
  border: 1px solid #e1e1e1;
  padding: 0.125em 0.25em;
  line-height: 150%;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

hr {
  outline: none;
  border: none;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #EEEEEE;
}

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 2em;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

ol li,
ul li {
  list-style-position: outside;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  ol li,
  ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 736px) {
  ol li,
  ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

form {
  margin: 1em 0;
}

dl {
  margin: 1em 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin: 0 0 0.5em;
}

table {
  width: 100%;
  margin: 1em 0;
}

table th {
  padding: 0.5em;
  border: 1px solid #EEEEEE;
  background: #f7f7f7;
  text-align: left;
  font-weight: bold;
}

table td {
  padding: 0.5em;
  border: 1px solid #EEEEEE;
}

@font-face {
  font-family: 'entypo';
  src: url("../fonts/entypo.eot?59575301");
  src: url("../fonts/entypo.eot?59575301#iefix") format("embedded-opentype"), url("../fonts/entypo.woff?59575301") format("woff"), url("../fonts/entypo.ttf?59575301") format("truetype"), url("../fonts/entypo.svg?59575301#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../font/entypo.svg?59575301#entypo') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.tweet:before,
.read-more:after {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

span.icon-facebook:before {
  padding-right: 0.2em;
}

span.icon-twitter:before {
  padding-right: 0.3em;
}

.icon-note:before {
  content: '\e800';
}

/* '' */
.icon-cancel-circled:before {
  content: '\e801';
}

/* '' */
.icon-cancel-squared:before {
  content: '\e802';
}

/* '' */
.icon-note-beamed:before {
  content: '\e803';
}

/* '' */
.icon-upload-cloud:before {
  content: '\e804';
}

/* '' */
.icon-music:before {
  content: '\e805';
}

/* '' */
.icon-plus:before {
  content: '\e806';
}

/* '' */
.icon-bookmark:before {
  content: '\e807';
}

/* '' */
.icon-chat:before {
  content: '\e808';
}

/* '' */
.icon-bell:before {
  content: '\e809';
}

/* '' */
.icon-light-down:before {
  content: '\e80a';
}

/* '' */
.icon-basket:before {
  content: '\e80b';
}

/* '' */
.icon-down:before {
  content: '\e80c';
}

/* '' */
.icon-left-dir:before {
  content: '\e80d';
}

/* '' */
.icon-left-circled:before {
  content: '\e80e';
}

/* '' */
.icon-search:before {
  content: '\e80f';
}

/* '' */
.icon-mail:before {
  content: '\e810';
}

/* '' */
.icon-heart:before {
  content: '\e811';
}

/* '' */
.icon-flashlight:before {
  content: '\e812';
}

/* '' */
.icon-heart-empty:before {
  content: '\e813';
}

/* '' */
.icon-star:before {
  content: '\e814';
}

/* '' */
.icon-star-empty:before {
  content: '\e815';
}

/* '' */
.icon-user:before {
  content: '\e816';
}

/* '' */
.icon-users:before {
  content: '\e817';
}

/* '' */
.icon-user-add:before {
  content: '\e818';
}

/* '' */
.icon-video:before {
  content: '\e819';
}

/* '' */
.icon-camera:before {
  content: '\e81a';
}

/* '' */
.icon-picture:before {
  content: '\e81b';
}

/* '' */
.icon-layout:before {
  content: '\e81c';
}

/* '' */
.icon-check:before {
  content: '\e81d';
}

/* '' */
.icon-tag:before {
  content: '\e81e';
}

/* '' */
.icon-cancel:before {
  content: '\e81f';
}

/* '' */
.icon-eye:before {
  content: '\e820';
}

/* '' */
.icon-lock-open:before {
  content: '\e821';
}

/* '' */
.icon-menu:before {
  content: '\e822';
}

/* '' */
.icon-lock:before {
  content: '\e823';
}

/* '' */
.icon-attach:before {
  content: '\e824';
}

/* '' */
.icon-link:before {
  content: '\e825';
}

/* '' */
.icon-home:before {
  content: '\e826';
}

/* '' */
.icon-back:before {
  content: '\e827';
}

/* '' */
.icon-info-circled:before {
  content: '\e828';
}

/* '' */
.icon-info:before {
  content: '\e829';
}

/* '' */
.icon-help-circled:before {
  content: '\e82a';
}

/* '' */
.icon-help:before {
  content: '\e82b';
}

/* '' */
.icon-minus-circled:before {
  content: '\e82c';
}

/* '' */
.icon-minus:before {
  content: '\e82d';
}

/* '' */
.icon-plus-squared:before {
  content: '\e82e';
}

/* '' */
.icon-plus-circled:before {
  content: '\e82f';
}

/* '' */
.icon-minus-squared:before {
  content: '\e830';
}

/* '' */
.icon-bookmarks:before {
  content: '\e831';
}

/* '' */
.icon-flag:before {
  content: '\e832';
}

/* '' */
.icon-thumbs-up:before {
  content: '\e833';
}

/* '' */
.icon-upload:before {
  content: '\e834';
}

/* '' */
.icon-thumbs-down:before {
  content: '\e835';
}

/* '' */
.icon-download:before {
  content: '\e836';
}

/* '' */
.icon-reply:before {
  content: '\e837';
}

/* '' */
.icon-reply-all:before {
  content: '\e838';
}

/* '' */
.icon-forward:before {
  content: '\e839';
}

/* '' */
.icon-quote:before {
  content: '\e83a';
}

/* '' */
.icon-code:before {
  content: '\e83b';
}

/* '' */
.icon-export:before {
  content: '\e83c';
}

/* '' */
.icon-pencil:before {
  content: '\e83d';
}

/* '' */
.icon-feather:before {
  content: '\e83e';
}

/* '' */
.icon-print:before {
  content: '\e83f';
}

/* '' */
.icon-retweet:before {
  content: '\e840';
}

/* '' */
.icon-keyboard:before {
  content: '\e841';
}

/* '' */
.icon-comment:before {
  content: '\e842';
}

/* '' */
.icon-book:before {
  content: '\e843';
}

/* '' */
.icon-book-open:before {
  content: '\e844';
}

/* '' */
.icon-newspaper:before {
  content: '\e845';
}

/* '' */
.icon-doc-text-inv:before {
  content: '\e846';
}

/* '' */
.icon-doc-text:before {
  content: '\e847';
}

/* '' */
.icon-doc-landscape:before {
  content: '\e848';
}

/* '' */
.icon-doc:before {
  content: '\e849';
}

/* '' */
.icon-trash:before {
  content: '\e84a';
}

/* '' */
.icon-cup:before {
  content: '\e84b';
}

/* '' */
.icon-compass:before {
  content: '\e84c';
}

/* '' */
.icon-direction:before {
  content: '\e84d';
}

/* '' */
.icon-map:before {
  content: '\e84e';
}

/* '' */
.icon-location:before {
  content: '\e84f';
}

/* '' */
.icon-address:before {
  content: '\e850';
}

/* '' */
.icon-vcard:before {
  content: '\e851';
}

/* '' */
.icon-alert:before {
  content: '\e852';
}

/* '' */
.icon-attention:before {
  content: '\e853';
}

/* '' */
.icon-folder:before {
  content: '\e854';
}

/* '' */
.icon-archive:before {
  content: '\e855';
}

/* '' */
.icon-box:before {
  content: '\e856';
}

/* '' */
.icon-rss:before {
  content: '\e857';
}

/* '' */
.icon-phone:before {
  content: '\e858';
}

/* '' */
.icon-cog:before {
  content: '\e859';
}

/* '' */
.icon-tools:before {
  content: '\e85a';
}

/* '' */
.icon-share:before {
  content: '\e85b';
}

/* '' */
.icon-shareable:before {
  content: '\e85c';
}

/* '' */
.icon-bag:before {
  content: '\e85d';
}

/* '' */
.icon-calendar:before {
  content: '\e85e';
}

/* '' */
.icon-login:before {
  content: '\e85f';
}

/* '' */
.icon-logout:before {
  content: '\e860';
}

/* '' */
.icon-mic:before {
  content: '\e861';
}

/* '' */
.icon-mute:before {
  content: '\e862';
}

/* '' */
.icon-docs:before {
  content: '\e863';
}

/* '' */
.icon-sound:before {
  content: '\e864';
}

/* '' */
.icon-volume:before {
  content: '\e865';
}

/* '' */
.icon-clock:before {
  content: '\e866';
}

/* '' */
.icon-hourglass:before {
  content: '\e867';
}

/* '' */
.icon-down-open-mini:before {
  content: '\e868';
}

/* '' */
.icon-up-open:before {
  content: '\e869';
}

/* '' */
.icon-right-open:before {
  content: '\e86a';
}

/* '' */
.icon-left-open:before {
  content: '\e86b';
}

/* '' */
.icon-down-open:before {
  content: '\e86c';
}

/* '' */
.icon-right-circled:before {
  content: '\e86d';
}

/* '' */
.icon-down-circled:before {
  content: '\e86e';
}

/* '' */
.icon-up-circled:before {
  content: '\e86f';
}

/* '' */
.icon-arrow-combo:before {
  content: '\e870';
}

/* '' */
.icon-window:before {
  content: '\e871';
}

/* '' */
.icon-publish:before {
  content: '\e872';
}

/* '' */
.icon-popup:before {
  content: '\e873';
}

/* '' */
.icon-resize-small:before {
  content: '\e874';
}

/* '' */
.icon-resize-full:before {
  content: '\e875';
}

/* '' */
.icon-block:before {
  content: '\e876';
}

/* '' */
.icon-adjust:before {
  content: '\e877';
}

/* '' */
.icon-light-up:before {
  content: '\e878';
}

/* '' */
.icon-lamp:before {
  content: '\e879';
}

/* '' */
.icon-left-open-mini:before {
  content: '\e87a';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e87b';
}

/* '' */
.icon-up-open-mini:before {
  content: '\e87c';
}

/* '' */
.icon-down-open-big:before {
  content: '\e87d';
}

/* '' */
.icon-left-open-big:before {
  content: '\e87e';
}

/* '' */
.icon-right-open-big:before {
  content: '\e87f';
}

/* '' */
.icon-arrows-ccw:before {
  content: '\e880';
}

/* '' */
.icon-cw:before {
  content: '\e881';
}

/* '' */
.icon-ccw:before {
  content: '\e882';
}

/* '' */
.icon-up-open-big:before {
  content: '\e883';
}

/* '' */
.icon-level-down:before {
  content: '\e884';
}

/* '' */
.icon-up-thin:before {
  content: '\e885';
}

/* '' */
.icon-left-thin:before {
  content: '\e886';
}

/* '' */
.icon-progress-1:before {
  content: '\e887';
}

/* '' */
.icon-progress-2:before {
  content: '\e888';
}

/* '' */
.icon-right-thin:before {
  content: '\e889';
}

/* '' */
.icon-progress-3:before {
  content: '\e88a';
}

/* '' */
.icon-target:before {
  content: '\e88b';
}

/* '' */
.icon-palette:before {
  content: '\e88c';
}

/* '' */
.icon-list:before {
  content: '\e88d';
}

/* '' */
.icon-list-add:before {
  content: '\e88e';
}

/* '' */
.icon-signal:before {
  content: '\e88f';
}

/* '' */
.icon-level-up:before {
  content: '\e890';
}

/* '' */
.icon-left:before {
  content: '\e891';
}

/* '' */
.icon-shuffle:before {
  content: '\e892';
}

/* '' */
.icon-trophy:before {
  content: '\e893';
}

/* '' */
.icon-loop:before {
  content: '\e894';
}

/* '' */
.icon-right:before {
  content: '\e895';
}

/* '' */
.icon-battery:before {
  content: '\e896';
}

/* '' */
.icon-back-in-time:before {
  content: '\e897';
}

/* '' */
.icon-switch:before {
  content: '\e898';
}

/* '' */
.icon-up:before {
  content: '\e899';
}

/* '' */
.icon-down-dir:before {
  content: '\e89a';
}

/* '' */
.icon-play:before {
  content: '\e89b';
}

/* '' */
.icon-monitor:before {
  content: '\e89c';
}

/* '' */
.icon-mobile:before {
  content: '\e89d';
}

/* '' */
.icon-stop:before {
  content: '\e89e';
}

/* '' */
.icon-right-dir:before {
  content: '\e89f';
}

/* '' */
.icon-pause:before {
  content: '\e8a0';
}

/* '' */
.icon-network:before {
  content: '\e8a1';
}

/* '' */
.icon-cd:before {
  content: '\e8a2';
}

/* '' */
.icon-record:before {
  content: '\e8a3';
}

/* '' */
.icon-up-dir:before {
  content: '\e8a4';
}

/* '' */
.icon-down-bold:before {
  content: '\e8a5';
}

/* '' */
.icon-to-end:before {
  content: '\e8a6';
}

/* '' */
.icon-inbox:before {
  content: '\e8a7';
}

/* '' */
.icon-install:before {
  content: '\e8a8';
}

/* '' */
.icon-to-start:before {
  content: '\e8a9';
}

/* '' */
.icon-left-bold:before {
  content: '\e8aa';
}

/* '' */
.icon-right-bold:before {
  content: '\e8ab';
}

/* '' */
.icon-fast-forward:before {
  content: '\e8ac';
}

/* '' */
.icon-globe:before {
  content: '\e8ad';
}

/* '' */
.icon-cloud:before {
  content: '\e8ae';
}

/* '' */
.icon-fast-backward:before {
  content: '\e8af';
}

/* '' */
.icon-down-thin:before {
  content: '\e8b0';
}

/* '' */
.icon-progress-0:before {
  content: '\e8b1';
}

/* '' */
.icon-up-bold:before {
  content: '\e8b2';
}

/* '' */
.icon-cloud-thunder:before {
  content: '\e8b3';
}

/* '' */
.icon-chart-area:before {
  content: '\e8b4';
}

/* '' */
.icon-chart-bar:before {
  content: '\e8b5';
}

/* '' */
.icon-flow-tree:before {
  content: '\e8b6';
}

/* '' */
.icon-flow-line:before {
  content: '\e8b7';
}

/* '' */
.icon-vimeo:before {
  content: '\e8b8';
}

/* '' */
.icon-flickr-circled:before {
  content: '\e8b9';
}

/* '' */
.icon-lastfm:before {
  content: '\e8ba';
}

/* '' */
.icon-lastfm-circled:before {
  content: '\e8bb';
}

/* '' */
.icon-vkontakte:before {
  content: '\e8bc';
}

/* '' */
.icon-behance:before {
  content: '\e8bd';
}

/* '' */
.icon-mixi:before {
  content: '\e8be';
}

/* '' */
.icon-stumbleupon:before {
  content: '\e8bf';
}

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e8c0';
}

/* '' */
.icon-flickr:before {
  content: '\e8c1';
}

/* '' */
.icon-github-circled:before {
  content: '\e8c2';
}

/* '' */
.icon-flow-cascade:before {
  content: '\e8c3';
}

/* '' */
.icon-flow-branch:before {
  content: '\e8c4';
}

/* '' */
.icon-chart-line:before {
  content: '\e8c5';
}

/* '' */
.icon-chart-pie:before {
  content: '\e8c6';
}

/* '' */
.icon-erase:before {
  content: '\e8c7';
}

/* '' */
.icon-key:before {
  content: '\e8c8';
}

/* '' */
.icon-github:before {
  content: '\e8c9';
}

/* '' */
.icon-dribbble-circled:before {
  content: '\e8ca';
}

/* '' */
.icon-picasa:before {
  content: '\e8cb';
}

/* '' */
.icon-dribbble:before {
  content: '\e8cc';
}

/* '' */
.icon-infinity:before {
  content: '\e8cd';
}

/* '' */
.icon-magnet:before {
  content: '\e8ce';
}

/* '' */
.icon-bucket:before {
  content: '\e8cf';
}

/* '' */
.icon-linkedin-circled:before {
  content: '\e8d0';
}

/* '' */
.icon-paypal:before {
  content: '\e8d1';
}

/* '' */
.icon-sina-weibo:before {
  content: '\e8d2';
}

/* '' */
.icon-linkedin:before {
  content: '\e8d3';
}

/* '' */
.icon-cc-zero:before {
  content: '\e8d4';
}

/* '' */
.icon-drive:before {
  content: '\e8d5';
}

/* '' */
.icon-brush:before {
  content: '\e8d6';
}

/* '' */
.icon-dot-3:before {
  content: '\e8d7';
}

/* '' */
.icon-database:before {
  content: '\e8d8';
}

/* '' */
.icon-cc-pd:before {
  content: '\e8d9';
}

/* '' */
.icon-tumblr-circled:before {
  content: '\e8da';
}

/* '' */
.icon-renren:before {
  content: '\e8db';
}

/* '' */
.icon-skype-circled:before {
  content: '\e8dc';
}

/* '' */
.icon-tumblr:before {
  content: '\e8dd';
}

/* '' */
.icon-cc-nd:before {
  content: '\e8de';
}

/* '' */
.icon-megaphone:before {
  content: '\e8df';
}

/* '' */
.icon-dot-2:before {
  content: '\e8e0';
}

/* '' */
.icon-dot:before {
  content: '\e8e1';
}

/* '' */
.icon-clipboard:before {
  content: '\e8e2';
}

/* '' */
.icon-cc-sa:before {
  content: '\e8e3';
}

/* '' */
.icon-pinterest-circled:before {
  content: '\e8e4';
}

/* '' */
.icon-cc-remix:before {
  content: '\e8e5';
}

/* '' */
.icon-thermometer:before {
  content: '\e8e6';
}

/* '' */
.icon-soundcloud:before {
  content: '\e8e7';
}

/* '' */
.icon-cc-share:before {
  content: '\e8e8';
}

/* '' */
.icon-google-circles:before {
  content: '\e8e9';
}

/* '' */
.icon-skype:before {
  content: '\e8ea';
}

/* '' */
.icon-flattr:before {
  content: '\e8eb';
}

/* '' */
.icon-cc-nc-jp:before {
  content: '\e8ec';
}

/* '' */
.icon-cc-nc-eu:before {
  content: '\e8ed';
}

/* '' */
.icon-cc-nc:before {
  content: '\e8ee';
}

/* '' */
.icon-cc-by:before {
  content: '\e8ef';
}

/* '' */
.icon-cc:before {
  content: '\e8f0';
}

/* '' */
.icon-traffic-cone:before {
  content: '\e8f1';
}

/* '' */
.icon-gauge:before {
  content: '\e8f2';
}

/* '' */
.icon-rocket:before {
  content: '\e8f3';
}

/* '' */
.icon-flow-parallel:before {
  content: '\e8f4';
}

/* '' */
.icon-vimeo-circled:before {
  content: '\e8f5';
}

/* '' */
.icon-twitter:before {
  content: '\e8f6';
}

/* '' */
.icon-twitter-circled:before {
  content: '\e8f7';
}

/* '' */
.icon-facebook:before {
  content: '\e8f8';
}

/* '' */
.icon-facebook-circled:before {
  content: '\e8f9';
}

/* '' */
.icon-facebook-squared:before {
  content: '\e8fa';
}

/* '' */
.icon-gplus:before {
  content: '\e8fb';
}

/* '' */
.icon-gplus-circled:before {
  content: '\e8fc';
}

/* '' */
.icon-pinterest:before {
  content: '\e8fd';
}

/* '' */
.icon-evernote:before {
  content: '\e8fe';
}

/* '' */
.icon-dropbox:before {
  content: '\e8ff';
}

/* '' */
.icon-instagram:before {
  content: '\e900';
}

/* '' */
.icon-qq:before {
  content: '\e901';
}

/* '' */
.icon-spotify-circled:before {
  content: '\e902';
}

/* '' */
.icon-spotify:before {
  content: '\e903';
}

/* '' */
.icon-rdio-circled:before {
  content: '\e904';
}

/* '' */
.icon-rdio:before {
  content: '\e905';
}

/* '' */
.icon-smashing:before {
  content: '\e906';
}

/* '' */
.icon-sweden:before {
  content: '\e907';
}

/* '' */
.icon-db-shape:before {
  content: '\e908';
}

/* '' */
.icon-logo-db:before {
  content: '\e909';
}

/* '' */
.icon-tape:before {
  content: '\e90a';
}

/* '' */
.icon-flash:before {
  content: '\e90b';
}

/* '' */
.icon-graduation-cap:before {
  content: '\e90c';
}

/* '' */
.icon-language:before {
  content: '\e90d';
}

/* '' */
.icon-flight:before {
  content: '\e90e';
}

/* '' */
.icon-moon:before {
  content: '\e90f';
}

/* '' */
.icon-paper-plane:before {
  content: '\e910';
}

/* '' */
.icon-ticket:before {
  content: '\e911';
}

/* '' */
.icon-leaf:before {
  content: '\e912';
}

/* '' */
.icon-lifebuoy:before {
  content: '\e913';
}

/* '' */
.icon-droplet:before {
  content: '\e914';
}

/* '' */
.icon-water:before {
  content: '\e915';
}

/* '' */
.icon-air:before {
  content: '\e916';
}

/* '' */
.icon-mouse:before {
  content: '\e917';
}

/* '' */
.icon-briefcase:before {
  content: '\e918';
}

/* '' */
.icon-credit-card:before {
  content: '\e919';
}

/* '' */
.icon-floppy:before {
  content: '\e91a';
}

/* '' */
.icon-suitcase:before {
  content: '\e91b';
}

/* '' */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 736px) {
  .container {
    max-width: 100%;
  }
}

.error {
  color: #AA0000;
}

.success {
  color: #00AA00;
}

.sub-nav-waypoint-trigger {
  height: 1px;
  width: 100%;
  background-color: blue;
  margin-top: 60px;
}

.accessories-range-grid {
  margin: 60px auto 60px auto !important;
}

.accessories-range-grid .accessories-button-group-wrap {
  margin: 0 auto 60px auto;
}

.accessories-range-grid .stuck {
  position: fixed;
  background-color: #fff;
  padding-top: 10px;
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media (max-width: 736px) {
  .accessories-range-grid .stuck {
    position: relative;
    background-color: #fff;
    padding-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    top: auto;
    left: auto;
    z-index: auto;
  }
}

.accessories-range-grid .grid .grid-item {
  text-align: center;
}

.accessories-range-grid .grid .grid-item a {
  display: block;
  padding: 30px;
}

.accessories-range-grid .grid .grid-item a:focus {
  outline: none;
}

.accessories-range-grid .grid .grid-item a:hover {
  text-decoration: none;
}

.accessories-range-grid .grid .grid-item a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.accessories-range-grid .grid .grid-item a .accessory-grid-item-caption {
  color: #9e9e9e;
}

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background-color: transparent;
  border: 2px solid #9e9e9e;
  color: #9e9e9e;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 2px;
  padding: 15px 25px;
  margin: 0;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.white-button {
  border-color: #fff;
  color: #fff;
}

.white-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dark-grey-button {
  border-color: #252525;
  color: #252525;
}

.dark-grey-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.white-chevron-right-button {
  padding-right: 40px;
  background-image: url("../img/white-chevron-right-arrow.svg");
  background-size: 12px 22px;
  background-position: 90% center;
  background-repeat: no-repeat;
}

.dark-grey-chevron-right-button {
  padding-right: 40px;
  background-image: url("../img/dark-grey-chevron-right-arrow.svg");
  background-size: 12px 22px;
  background-position: 90% center;
  background-repeat: no-repeat;
}

.green-border-button {
  border-color: #80daa7;
  color: #80daa7;
}

.green-border-button:hover {
  border-color: #000;
  color: #000;
}

.scrolldown-icon {
  width: 40px;
  height: 22px;
  display: block;
  background-image: url("../img/down-chevron-arrow.svg");
  background-size: cover;
  background-position: 90% center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 980px) {
  .scrolldown-icon {
    width: 30px;
    height: 17px;
  }
}

.scrolldown-icon:hover {
  opacity: 0.5;
}

.centered_button_wrap {
  text-align: center;
}

.close {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.close:hover::before, .close:hover::after {
  background: #666;
}

.close::before, .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close.big {
  -webkit-transform: scale(3);
  transform: scale(3);
}

.close.hairline::before, .close.hairline::after {
  height: 1px;
}

.close.thick::before, .close.thick::after {
  height: 4px;
  margin-top: -2px;
}

.close.black::before, .close.black::after {
  height: 8px;
  margin-top: -4px;
}

.close.heavy::before, .close.heavy::after {
  height: 12px;
  margin-top: -6px;
}

.close.pointy::Before, .close.pointy::after {
  width: 200%;
  left: -50%;
}

.close.rounded::before, .close.rounded::after {
  border-radius: 5px;
}

.close.blades::before, .close.blades::after {
  border-radius: 5px 0;
}

.close.warp::before, .close.warp::after {
  border-radius: 120% 0;
}

.close.fat::before, .close.fat::after {
  border-radius: 100%;
}

.close-right {
  text-align: right;
  display: block;
}

@font-face {
  font-family: 'caviar_dreamsregular';
  src: url("../fonts/CaviarDreams-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.nf-form-cont {
  background: #f8f8f6;
  background: rgba(248, 248, 246, 0.5);
  padding: 30px;
  border: 1px solid #c4c4c4;
  border-color: rgba(196, 196, 196, 0.5);
}

@media (max-width: 736px) {
  .nf-form-cont {
    padding: 30px 10px;
  }
}

.nf-form-cont .nf-form-title {
  text-align: center;
}

.nf-form-cont .nf-form-title h3 {
  margin-bottom: 30px;
}

.nf-form-cont .nf-before-form-content {
  text-align: center;
  margin-bottom: 30px;
}

.nf-form-cont .nf-field-container {
  margin-bottom: 0;
}

.nf-form-cont .nf-field-container:after {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background-color: #c4c4c4;
  background-color: rgba(196, 196, 196, 0.3);
  margin: 30px auto 20px auto;
}

@media (max-width: 736px) {
  .nf-form-cont .nf-field-container:after {
    margin: 20px auto 10px auto;
  }
}

.nf-form-cont .submit-container:after {
  display: none !important;
}

.nf-form-cont .nf-form-content .listradio-wrap li:last-of-type, .nf-form-cont .nf-form-content .listcheckbox-wrap li:last-of-type {
  margin-bottom: 0 !important;
}

.nf-form-cont .nf-form-content input:not([type='button']), .nf-form-cont .nf-form-content textarea, .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div {
  background: rgba(255, 255, 255, 0.5);
}

.nf-form-cont .req-field:before {
  content: '*';
  color: red;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: -5px;
}

.nf-form-cont label {
  color: #252525;
  font-size: 1.625em !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}

@media (max-width: 736px) {
  .nf-form-cont label {
    font-size: 1.0em !important;
    font-size: 16px !important;
  }
}

.nf-form-cont .list-radio-wrap .nf-field-element ul, .nf-form-cont .list-checkbox-wrap .nf-field-element ul {
  padding-top: 15px !important;
}

.nf-form-cont .list-radio-wrap .nf-field-element ul li label, .nf-form-cont .list-checkbox-wrap .nf-field-element ul li label {
  font-size: 1.125em !important;
  font-size: 18px !important;
  font-weight: 300 !important;
}

@media (max-width: 736px) {
  .nf-form-cont .list-radio-wrap .nf-field-element ul li label, .nf-form-cont .list-checkbox-wrap .nf-field-element ul li label {
    font-size: 1.0em !important;
    font-size: 16px !important;
  }
}

.nf-form-cont .nf-form-content .ninja-forms-field, .nf-form-cont .nf-form-content .listselect-wrap .nf-field-element div {
  font-size: 1.625em !important;
  font-size: 20px !important;
}

@media (max-width: 736px) {
  .nf-form-cont .nf-form-content .ninja-forms-field, .nf-form-cont .nf-form-content .listselect-wrap .nf-field-element div {
    font-size: 1.0em !important;
    font-size: 16px !important;
  }
}

.nf-form-cont .listradio-wrap .nf-field-element label.nf-checked-label::before {
  background: #80daa7 !important;
}

.nf-form-cont .listradio-wrap .nf-field-element label.nf-checked-label::after {
  border-color: #80daa7 !important;
}

.nf-form-cont .nf-pass .ninja-forms-field {
  border-color: #80daa7 !important;
}

.nf-form-cont .submit-wrap {
  text-align: right;
}

.nf-form-cont .submit-wrap input {
  display: inline-block;
  background-color: #80daa7 !important;
  border: none !important;
  color: #fff !important;
  padding: 15px 25px;
}

.nf-form-cont .submit-wrap input:hover {
  background-color: #252525 !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px 0 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: .9;
}

.hamburger-box {
  width: 30px;
  height: 1px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 30px;
  height: 1px;
  background-color: #252525;
  border-radius: 0;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger:focus {
  outline: 0;
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top .1s .34s ease-in, opacity .1s ease-in;
  transition: top .1s .34s ease-in, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: .14s;
  transition-delay: .14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top .1s ease-out, opacity .1s .14s ease-out;
  transition: top .1s ease-out, opacity .1s .14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-active .hamburger-inner,
.is-active .hamburger-inner::before,
.is-active .hamburger-inner::after {
  background-color: #80daa7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

.main-section {
  margin: 0 0 100px 0;
}

.general-copy-container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}

.innerpage-banner h1, .innerpage-banner h2 {
  margin-top: 0;
}

.innerpage-banner p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .innerpage-banner p:last-of-type {
    margin-bottom: 30px;
  }
}

.innerpage-banner .full-feature {
  position: relative;
}

.innerpage-banner .full-feature .scrolldown-icon {
  position: absolute;
  bottom: 30px;
  margin-left: -20px;
  left: 50%;
}

.innerpage-banner .full-feature .scrolldown-icon:hover {
  bottom: 25px;
}

@media (max-width: 980px) {
  .innerpage-banner .full-feature .scrolldown-icon {
    margin-left: -15px;
    bottom: 20px;
  }
}

.diamond-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.diamond-image-wrap .diamond {
  display: block;
  width: 50%;
  max-width: 350px;
  position: relative;
  margin: 30px;
  -webkit-transition: all 2s;
  transition: all 2s;
  opacity: 1.0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 980px) {
  .diamond-image-wrap .diamond {
    margin: 15px;
  }
}

.diamond-image-wrap .diamond img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.diamond-image-wrap .diamond img.diamond-inner-image {
  padding: 1px;
  top: 0;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.diamond-image-wrap .diamond:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.diamond-image-wrap a.diamond {
  -webkit-transition: all 2s;
  transition: all 2s;
}

.diamond-image-wrap a.diamond:hover {
  opacity: 0.8;
}

.diamonds-hidden .diamond-A {
  opacity: 0 !important;
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.diamonds-hidden .diamond-B {
  opacity: 0 !important;
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.general-waypoint-section img, .general-waypoint-section div {
  opacity: 1.0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.waypoint-section-hidden img, .waypoint-section-hidden div {
  opacity: 0 !important;
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.general-copy-container h1, .general-copy-container h2, .general-copy-container h3, .general-copy-container h4, .general-copy-container h5, .general-copy-container h6 {
  margin: 1em 0;
}

.general-copy-container h3, .general-copy-container h4, .general-copy-container h5, .general-copy-container h6 {
  color: #80daa7;
}

.general-copy-container .button {
  font-size: 16px;
  font-size: 1rem;
}

.sign_off {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 10px;
  color: #000;
  text-align: center;
}

@media (max-width: 736px) {
  .sign_off {
    padding-top: 0;
  }
}

.sign_off p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
}

@media (max-width: 980px) {
  .sign_off p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 736px) {
  .sign_off p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.sign_off:before {
  content: '';
  width: 80%;
  height: 2px;
  display: block;
  margin: 60px auto;
  background: #e6e6e6;
}

.katalane-signature {
  width: 100%;
  max-width: 240px;
  margin: 30px 10px 60px 10px;
}

.main-section .split_image_feature {
  margin-top: 60px;
}

.main-section .split_image_feature p {
  max-width: 400px;
  margin: 10px auto 10px auto;
}

@media (max-width: 1024px) {
  .main-section .split_image_feature p {
    max-width: 90%;
  }
}

.main-section .split_image_feature p:last-of-type {
  margin-bottom: 60px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 1024px) {
  .main-section .split_image_feature p:last-of-type {
    margin-bottom: 40px;
  }
}

.swiper-container-image-gallery {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}

.swiper-container-image-gallery .gallery-slide-image {
  position: relative;
}

.swiper-container-image-gallery .gallery-slide-image .gallery-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 500;
  padding: 10px;
  color: #000;
  font-weight: 400;
}

.swiper-container-image-gallery .swiper-pagination-image-gallery {
  text-align: center;
  margin-top: 20px;
}

.image_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image_grid .image-grid-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 30px;
  text-align: center;
}

@media (min-width: 1250px) {
  .image_grid .image-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media (max-width: 1024px) {
  .image_grid .image-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
}

@media (max-width: 980px) {
  .image_grid .image-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 736px) {
  .image_grid .image-grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.image_grid .image-grid-item a, .image_grid .image-grid-item a:visited {
  text-decoration: none;
  display: block;
  outline: none;
  border: none;
}

.image_grid .image-grid-item img {
  display: block;
  margin: 0 auto;
}

.image_grid .image-grid-item .image-grid-item-caption {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 736px) {
  .image_grid .image-grid-item .image-grid-item-caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.image_grid .image-grid-item-two {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.image_grid .image-grid-item-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
}

.image_grid .image-grid-item-four {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

@media (max-width: 980px) {
  .image_grid .image-grid-item-four {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 736px) {
  .image_grid .image-grid-item-four {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.image_grid .image-grid-item-six {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666666667%;
  flex: 0 0 16.666666667%;
}

@media (max-width: 1024px) {
  .image_grid .image-grid-item-six {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
}

@media (max-width: 980px) {
  .image_grid .image-grid-item-six {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 736px) {
  .image_grid .image-grid-item-six {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.call-to-action-button-row {
  text-align: center;
  margin: 60px auto;
}

.call-to-action-button-row .button {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 980px) {
  .call-to-action-button-row .button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.image_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 60px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media (max-width: 736px) {
  .image_button_wrap {
    margin: 0px auto;
  }
}

.image_button_wrap .image_button {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ababab;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 160px 20px;
  text-decoration: none;
  border: 10px solid #fff;
}

@media (min-width: 1250px) {
  .image_button_wrap .image_button {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 1024px) {
  .image_button_wrap .image_button {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 736px) {
  .image_button_wrap .image_button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.image_button_wrap .image_button:hover {
  opacity: 0.8;
}

.image_button_wrap .image_button span {
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 25px;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

.latest-news-container .button {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 736px) {
  .latest-news-container .button {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.general-contact-details {
  width: 100%;
  max-width: 600px;
  margin: 60px auto;
  padding: 0;
  text-align: center;
}

.general-contact-details li {
  display: block;
  margin: 0 0 30px 0;
  width: 100%;
  padding: 40px 10px 10px 10px;
  color: #ababab;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 1024px) {
  .general-contact-details li {
    font-size: 16px;
    font-size: 1rem;
    background-size: 20px;
    padding: 40px 10px 10px 10px;
  }
}

@media (max-width: 736px) {
  .general-contact-details li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.general-contact-details li a, .general-contact-details li a:visited {
  color: #ababab;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.general-contact-details li a:hover, .general-contact-details li a:visited:hover {
  color: #474646;
  text-decoration: none;
}

.general-contact-details li.phone-link {
  background-image: url("../img/phone-icon.svg");
}

.general-contact-details li.email-link {
  background-image: url("../img/email-icon.svg");
}

.general-contact-details li.postal-address {
  background-image: url("../img/home-icon.svg");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

img[style] {
  max-width: 100% !important;
  height: auto !important;
}

body {
  padding: 30px;
}

@media (max-width: 1024px) {
  body {
    padding: 20px;
  }
}

@media (max-width: 736px) {
  body {
    padding: 0;
  }
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 736px) {
  .container {
    max-width: 100%;
  }
}

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

@media (max-width: 736px) {
  .container {
    width: 90%;
  }
}

.header-container {
  padding: 0;
  position: relative;
  z-index: 500;
}

@media (max-width: 736px) {
  .header-container {
    padding: 10px 0;
    background-color: #80daa7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.header-container .mobile-logo {
  width: 60px;
  display: none;
}

@media (max-width: 736px) {
  .header-container .mobile-logo {
    display: block;
    margin-left: 20px;
  }
}

.header-container .main-logo {
  width: 340px;
}

@media (max-width: 1024px) {
  .header-container .main-logo {
    width: 260px;
  }
}

@media (max-width: 980px) {
  .header-container .main-logo {
    width: 180px;
  }
}

@media (max-width: 736px) {
  .header-container .main-logo {
    display: none;
  }
}

.hero-banners {
  background: #fff;
  margin-top: -170px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media (max-width: 1024px) {
  .hero-banners {
    margin-top: -130px;
  }
}

@media (max-width: 980px) {
  .hero-banners {
    margin-top: -90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 736px) {
  .hero-banners {
    margin-top: 80px;
  }
}

.hero-banners h1, .hero-banners h2 {
  color: #fff;
  font-family: "caviar_dreamsregular", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 60px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .hero-banners h1, .hero-banners h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 30px;
  }
}

.hero-banners h1:before, .hero-banners h2:before {
  content: '';
  width: 80%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 0 auto 20px auto;
  opacity: 0.5;
}

.hero-banners h1:after, .hero-banners h2:after {
  content: '';
  width: 80%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 20px auto 0 auto;
  opacity: 0.5;
}

.hero-banners p {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  max-width: 400px;
  margin: 10px auto 60px auto;
}

@media (max-width: 1024px) {
  .hero-banners p {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 90%;
  }
}

.hero-banners a {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  .hero-banners a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 736px) {
  .hero-banners a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.hero-banners .left-feature, .hero-banners .right-feature {
  width: 50%;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 980px) {
  .hero-banners .left-feature, .hero-banners .right-feature {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .hero-banners .left-feature:first-of-type {
    margin-bottom: 20px;
  }
}

.hero-banners .full-feature {
  width: 100%;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-banner-no-image {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero-banner-no-image {
    margin-top: 0;
  }
}

@media (max-width: 980px) {
  .hero-banner-no-image {
    margin-top: 0;
  }
}

@media (max-width: 736px) {
  .hero-banner-no-image {
    margin-top: 0;
  }
}

.hero-banner-no-image .full-feature {
  min-height: auto;
  padding: 30px 0 90px 0;
}

@media (max-width: 736px) {
  .hero-banner-no-image .full-feature {
    padding: 90px 0 60px 0;
  }
}

.hero-banner-no-image .full-feature h1, .hero-banner-no-image .full-feature h2 {
  color: #252525;
}

.hero-banner-no-image .full-feature h1:before, .hero-banner-no-image .full-feature h2:before {
  background-color: #252525;
}

.hero-banner-no-image .full-feature h1:after, .hero-banner-no-image .full-feature h2:after {
  background-color: #252525;
}

.hero-banner-no-image .full-feature p {
  color: #252525;
}

.hero-banner-no-image .full-feature .scrolldown-icon {
  background-image: url("../img/down-chevron-arrow-green.svg");
  position: absolute;
  bottom: 0px;
  margin-left: -20px;
  left: 50%;
}

.hero-banner-no-image .full-feature .scrolldown-icon:hover {
  bottom: 20px;
}

@media (max-width: 980px) {
  .hero-banner-no-image .full-feature .scrolldown-icon {
    margin-left: -15px;
    bottom: 20px;
  }
}

.front-page-hero-slideshow {
  margin-top: -170px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1670px;
}

@media (max-width: 1024px) {
  .front-page-hero-slideshow {
    margin-top: -130px;
  }
}

@media (max-width: 980px) {
  .front-page-hero-slideshow {
    margin-top: -90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 736px) {
  .front-page-hero-slideshow {
    margin-top: 80px;
  }
}

.front-page-hero-slideshow .swiper-container {
  padding-bottom: 25px;
}

@media (max-width: 736px) {
  .front-page-hero-slideshow .swiper-container {
    padding-bottom: 0;
  }
}

.front-page-hero-slideshow .swiper-container .swiper-pagination-desktop {
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: 0;
  z-index: 10;
}

@media (max-width: 736px) {
  .front-page-hero-slideshow .swiper-container .swiper-pagination-desktop {
    bottom: 10px;
  }
}

.front-page-hero-slideshow .swiper-container .marquee-type-pagination-marker {
  bottom: 1px;
  background: red;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 736px) {
  .front-page-hero-slideshow .swiper-container .marquee-type-pagination-marker {
    display: none;
  }
}

.front-page-hero-slideshow .swiper-container .marquee-type-pagination-marker .swiper-pagination-bullet {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  text-align: center;
  border-radius: 0;
  padding: 0 30px;
  height: 24px;
  background-color: #fff;
}

.front-page-hero-slideshow .swiper-container .marquee-type-pagination-marker .swiper-pagination-bullet-active {
  background-color: #fff;
  background-image: url("../img/marquee-grid-marker.svg");
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: center top;
}

.front-page-hero-slideshow .front-page-hero-slideshow-image {
  position: relative;
  color: #fff;
}

.front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-image-desktop {
  display: block;
}

@media (max-width: 736px) {
  .front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-image-desktop {
    display: none;
  }
}

.front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-image-mobile {
  display: none;
}

@media (max-width: 736px) {
  .front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-image-mobile {
    display: block;
  }
}

.front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-content {
  position: absolute;
  bottom: 60px;
  left: 60px;
}

@media (max-width: 980px) {
  .front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-content {
    left: 30px;
    bottom: 30px;
  }
}

@media (max-width: 736px) {
  .front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-content {
    left: 20px;
    bottom: 60px;
  }
}

.front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-content h2 {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1;
  padding: 15px 0;
  margin: 0;
  font-size: 34px;
  font-size: 2.125rem;
}

@media (max-width: 1024px) {
  .front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-content p {
  color: #fff;
  margin: 15px 0;
}

@media (max-width: 1024px) {
  .front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-content .button {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 1024px) {
  .front-page-hero-slideshow .front-page-hero-slideshow-image .front-page-hero-slideshow-content .button {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 736px) {
  .marquee-grid-wrap .sticky-wrapper[style] {
    height: auto !important;
  }
}

.marquee-grid-wrap .marquee-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1670px;
  padding: 0;
  margin: 30px auto 60px auto;
}

@media (max-width: 736px) {
  .marquee-grid-wrap .marquee-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.marquee-grid-wrap .marquee-grid .marquee-grid-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  text-align: center;
}

@media (max-width: 736px) {
  .marquee-grid-wrap .marquee-grid .marquee-grid-item {
    margin-bottom: 50px;
  }
}

.marquee-grid-wrap .marquee-grid .marquee-grid-item .marquee-grid-item-inner {
  padding: 0 30px;
}

.marquee-grid-wrap .marquee-grid .marquee-grid-item .marquee-grid-item-inner .marquee-wrap-link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

.marquee-grid-wrap .marquee-grid .marquee-grid-item .marquee-grid-item-inner .marquee-wrap-link:hover {
  opacity: 0.5;
  text-decoration: none;
}

.marquee-grid-wrap .marquee-grid .marquee-grid-item .marquee-grid-item-inner img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.marquee-grid-wrap .marquee-grid .marquee-grid-item .marquee-grid-item-inner h3 {
  margin: 30px 0 0 0;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 1024px) {
  .marquee-grid-wrap .marquee-grid .marquee-grid-item .marquee-grid-item-inner h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.marquee-grid-wrap .marquee-grid .marquee-grid-item .marquee-grid-item-inner p {
  margin: 20px 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: #252525;
}

@media (max-width: 1024px) {
  .marquee-grid-wrap .marquee-grid .marquee-grid-item .marquee-grid-item-inner p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.marquee-grid-wrap .marquee-grid .marquee-grid-item .marquee-grid-item-inner .button {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .marquee-grid-wrap .marquee-grid .marquee-grid-item .marquee-grid-item-inner .button {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 30px 10px 20px;
    background-size: 8px 15px;
    background-position: 90% center;
  }
}

.marquee-grid-wrap .marquee-grid .marquee-grid-item-hidden-until-stuck {
  display: none;
}

.marquee-grid-wrap .stuck {
  position: fixed;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  margin-top: 0;
}

@media (max-width: 736px) {
  .marquee-grid-wrap .stuck {
    position: relative;
    background-color: #fff;
    padding-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    top: auto;
    left: auto;
    z-index: auto;
    margin-bottom: 0;
  }
}

.marquee-grid-wrap .stuck .marquee-grid-item .marquee-grid-item-inner img {
  max-width: 200px;
}

@media (max-width: 736px) {
  .marquee-grid-wrap .stuck .marquee-grid-item .marquee-grid-item-inner img {
    max-width: 100%;
  }
}

.marquee-grid-wrap .stuck .marquee-grid-item .marquee-grid-item-inner p {
  display: none;
}

@media (max-width: 736px) {
  .marquee-grid-wrap .stuck .marquee-grid-item .marquee-grid-item-inner p {
    display: block;
  }
}

.marquee-grid-wrap .stuck .marquee-grid-item .marquee-grid-item-inner .button {
  display: none;
}

@media (max-width: 736px) {
  .marquee-grid-wrap .stuck .marquee-grid-item .marquee-grid-item-inner .button {
    display: inline-block;
  }
}

.marquee-grid-wrap .stuck .marquee-grid-item .marquee-grid-item-inner h3 {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 736px) {
  .marquee-grid-wrap .stuck .marquee-grid-item .marquee-grid-item-inner h3 {
    margin-top: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.marquee-grid-wrap .stuck .marquee-grid-item-hidden-until-stuck {
  display: block;
}

@media (max-width: 736px) {
  .marquee-grid-wrap .stuck .marquee-grid-item-hidden-until-stuck {
    display: block;
  }
}

.tagline-banner {
  padding: 50px 30px;
  text-align: center;
  background-color: #f8f8f6;
  color: #fff;
}

.tagline-banner h1 {
  color: #252525;
  font-family: "caviar_dreamsregular", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 3px;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 980px) {
  .tagline-banner h1 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}

@media (max-width: 736px) {
  .tagline-banner h1 {
    line-height: 1.2;
  }
}

.tagline-banner h1:before {
  content: '';
  width: 80%;
  height: 1px;
  background-color: #252525;
  display: block;
  margin: 0 auto 20px auto;
  opacity: 0.1;
}

.tagline-banner h1:after {
  content: '';
  width: 80%;
  height: 1px;
  background-color: #252525;
  display: block;
  margin: 20px auto 0 auto;
  opacity: 0.1;
}

.tagline-banner-white-bkgnd {
  background-color: #fff;
  padding: 30px;
}

footer {
  margin: 0;
  float: none;
  width: 100%;
}

footer .footer-top {
  background-color: #f8f8f6;
  color: #ababab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 50px;
}

@media (max-width: 980px) {
  footer .footer-top {
    display: block;
  }
}

@media (max-width: 1024px) {
  footer .footer-top {
    padding: 60px 30px;
  }
}

footer .footer-top .footer-top-col1 {
  width: 60%;
}

footer .footer-top .footer-top-col1:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 980px) {
  footer .footer-top .footer-top-col1 {
    width: 100%;
  }
}

footer .footer-top .footer-top-col1 .footer-top-feature {
  width: 33.333333%;
  float: left;
  text-align: center;
}

@media (max-width: 736px) {
  footer .footer-top .footer-top-col1 .footer-top-feature {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
}

footer .footer-top .footer-top-col1 .footer-top-feature h4 {
  color: #ababab;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

@media (min-width: 1500px) {
  footer .footer-top .footer-top-col1 .footer-top-feature h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  footer .footer-top .footer-top-col1 .footer-top-feature h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

footer .footer-top .footer-top-col1 .footer-top-feature h4:after {
  content: '';
  display: block;
  background-color: #474646;
  height: 1px;
  width: 60%;
  margin: 20px auto 15px auto;
  opacity: 0.1;
}

footer .footer-top .footer-top-col1 .footer-top-feature p {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 1500px) {
  footer .footer-top .footer-top-col1 .footer-top-feature p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  footer .footer-top .footer-top-col1 .footer-top-feature p {
    font-size: 16px;
    font-size: 1rem;
  }
}

footer .footer-top .footer-top-col1 .footer-top-feature p a, footer .footer-top .footer-top-col1 .footer-top-feature p a:visited {
  color: #80daa7;
  font-weight: 400;
}

footer .footer-top .footer-top-col1 .footer-top-feature p a:hover {
  text-decoration: none;
  opacity: 0.5;
}

footer .footer-top .footer-top-col2 {
  padding: 0 0 0 50px;
  width: 40%;
}

@media (max-width: 980px) {
  footer .footer-top .footer-top-col2 {
    width: 100%;
    padding: 50px 0 0 0;
  }
}

@media (max-width: 736px) {
  footer .footer-top .footer-top-col2 {
    padding: 0 0 0 0;
  }
}

footer .footer-top .footer-top-col2 ul.social-media-list {
  padding-left: 0;
  margin: 0;
  display: block;
  width: 100%;
}

footer .footer-top .footer-top-col2 ul.social-media-list:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 980px) {
  footer .footer-top .footer-top-col2 ul.social-media-list {
    text-align: center;
  }
}

footer .footer-top .footer-top-col2 ul.social-media-list li {
  display: block;
  float: right;
  width: 20%;
  max-width: 80px;
  padding: 0 10px;
}

@media (max-width: 980px) {
  footer .footer-top .footer-top-col2 ul.social-media-list li {
    float: none;
    display: inline-block;
    width: 70px;
  }
}

@media (max-width: 736px) {
  footer .footer-top .footer-top-col2 ul.social-media-list li {
    float: none;
    display: inline-block;
    width: 55px;
  }
}

footer .footer-top .footer-top-col2 ul.social-media-list li a, footer .footer-top .footer-top-col2 ul.social-media-list li a:visited {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .footer-top .footer-top-col2 ul.social-media-list li a:hover {
  text-decoration: none;
  opacity: 1;
}

footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
}

@media (max-width: 1024px) {
  footer .footer-bottom {
    padding: 0 30px;
  }
}

@media (max-width: 980px) {
  footer .footer-bottom {
    display: block;
    padding: 0 20px;
  }
}

footer .footer-bottom .footer-bottom-col1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

footer .footer-bottom .footer-bottom-col1 ul.footer_menu {
  max-width: 620px;
  padding: 0;
}

footer .footer-bottom .footer-bottom-col1 ul.footer_menu:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 980px) {
  footer .footer-bottom .footer-bottom-col1 ul.footer_menu {
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 736px) {
  footer .footer-bottom .footer-bottom-col1 ul.footer_menu {
    text-align: left;
  }
}

footer .footer-bottom .footer-bottom-col1 ul.footer_menu li {
  display: block;
  float: left;
  width: 33.333333%;
  padding: 10px;
}

@media (max-width: 980px) {
  footer .footer-bottom .footer-bottom-col1 ul.footer_menu li {
    padding: 10px 30px;
    display: inline-block;
    float: none;
    width: auto;
  }
}

@media (max-width: 736px) {
  footer .footer-bottom .footer-bottom-col1 ul.footer_menu li {
    /*display: inline-block;
						float: none;
						width: auto;
						padding: 0;
						margin: 10px 10px 0 0;
						*/
    padding: 10px 10px 10px 0;
  }
}

footer .footer-bottom .footer-bottom-col1 ul.footer_menu li a, footer .footer-bottom .footer-bottom-col1 ul.footer_menu li a:visited {
  color: #ababab;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1024px) {
  footer .footer-bottom .footer-bottom-col1 ul.footer_menu li a, footer .footer-bottom .footer-bottom-col1 ul.footer_menu li a:visited {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 736px) {
  footer .footer-bottom .footer-bottom-col1 ul.footer_menu li a, footer .footer-bottom .footer-bottom-col1 ul.footer_menu li a:visited {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

footer .footer-bottom .footer-bottom-col1 ul.footer_menu li a:hover, footer .footer-bottom .footer-bottom-col1 ul.footer_menu li a:visited:hover {
  color: #474646;
  text-decoration: none;
}

@media (max-width: 980px) {
  footer .footer-bottom .footer-bottom-col2 {
    border-top: 1px solid #eee;
  }
}

footer .footer-bottom .footer-bottom-col2 ul.footer-bottom-contact-details {
  padding: 0;
}

footer .footer-bottom .footer-bottom-col2 li {
  display: block;
  margin: 0;
  width: 100%;
  padding: 10px 10px 10px 50px;
  color: #ababab;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 1024px) {
  footer .footer-bottom .footer-bottom-col2 li {
    font-size: 16px;
    font-size: 1rem;
    background-size: 20px;
    padding: 10px 10px 10px 40px;
  }
}

@media (max-width: 736px) {
  footer .footer-bottom .footer-bottom-col2 li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

footer .footer-bottom .footer-bottom-col2 li a, footer .footer-bottom .footer-bottom-col2 li a:visited {
  color: #ababab;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .footer-bottom .footer-bottom-col2 li a:hover, footer .footer-bottom .footer-bottom-col2 li a:visited:hover {
  color: #474646;
  text-decoration: none;
}

footer .footer-bottom .footer-bottom-col2 li.phone-link {
  background-image: url("../img/phone-icon.svg");
}

footer .footer-bottom .footer-bottom-col2 li.email-link {
  background-image: url("../img/email-icon.svg");
}

footer .footer-bottom .footer-bottom-col2 li.postal-address {
  background-image: url("../img/home-icon.svg");
}

.main-nav {
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* / ul.main_menu */
  /* replace with mobile navigation - uses JS to toggle classes to open and close the menu */
  /* / Mobile MQ */
}

.main-nav:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1024px) {
  .main-nav {
    margin-top: 30px;
  }
}

@media (max-width: 736px) {
  .main-nav {
    display: block;
  }
}

.main-nav ul.main_menu {
  text-align: center;
  margin: 70px 0 0 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  width: 300px;
  /* / li */
  /* dropdown hover trigger */
}

.main-nav ul.main_menu li {
  display: inline-block;
  list-style-type: none;
  margin: 0 15px;
  padding: 0;
  position: relative;
  cursor: pointer;
  line-height: 1;
}

@media (min-width: 1500px) {
  .main-nav ul.main_menu li {
    margin: 0 30px;
  }
}

.main-nav ul.main_menu li a, .main-nav ul.main_menu li a:visited {
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 15px 10px;
  color: #252525;
  border: 1px solid #fff;
}

@media (min-width: 1250px) {
  .main-nav ul.main_menu li a, .main-nav ul.main_menu li a:visited {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 15px 30px;
  }
}

@media (max-width: 1024px) {
  .main-nav ul.main_menu li a, .main-nav ul.main_menu li a:visited {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 10px;
  }
}

@media (max-width: 980px) {
  .main-nav ul.main_menu li a, .main-nav ul.main_menu li a:visited {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 10px;
  }
}

.main-nav ul.main_menu li a:hover {
  text-decoration: none;
  color: #80daa7;
}

.main-nav ul.main_menu .quote-link a, .main-nav ul.main_menu .quote-link a:visited {
  border-color: #80daa7;
}

.main-nav ul.main_menu li:last-of-type {
  /* drop down menu: ul li ul */
}

.main-nav ul.main_menu li:last-of-type ul {
  /* so the sub menu doesnt push off the screen on the right position it from the right */
  left: auto;
  right: 0;
}

.main-nav ul.main_menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.main-nav ul.main_menu li.current-menu-item > a {
  border-bottom: 2px solid #80daa7;
}

.main-nav ul.main_menu li.quote-link a {
  border-bottom: 1px solid #80daa7;
}

.main-nav ul.left_menu {
  text-align: right;
}

.main-nav ul.right_menu {
  text-align: left;
}

@media (max-width: 980px) {
  .main-nav ul.main_menu {
    margin: 40px 0 0 0;
    width: 274px;
  }
}

@media (max-width: 736px) {
  .main-nav {
    width: 50%;
    background-color: #474646;
    padding: 80px 10px 0 10px;
    height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 999;
    /* Move the menu offscreen initially */
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  .main-nav ul.main_menu {
    padding-left: 10px;
    width: 100%;
    margin: 0;
    width: auto;
    /* / li */
  }
  .main-nav ul.main_menu li {
    display: block;
    float: none;
    text-align: right;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    border-bottom: 1px solid #666;
  }
  .main-nav ul.main_menu li a, .main-nav ul.main_menu li a:visited {
    padding: 10px 5px 10px 10px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-align: right;
    text-transform: uppercase;
    border: none;
  }
  .main-nav ul.main_menu li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .main-nav ul.main_menu .quote-link a, .main-nav ul.main_menu .quote-link a:visited {
    color: #80daa7;
  }
  .main-nav ul.main_menu li.current-menu-item > a {
    border-bottom: none;
  }
}

/* / main-nav */
.res-menu-wrap {
  display: none;
}

@media (max-width: 736px) {
  .res-menu-wrap {
    display: block;
    position: absolute;
    top: 25px;
    right: 5px;
    z-index: 1000;
  }
}

.res-menu-wrap button {
  background-color: transparent;
}

a.hamburger, a.hamburger:visited {
  font-size: 2rem;
  text-align: right;
  color: #80daa7;
  height: 40px;
  width: 40px;
  display: block;
}

a.hamburger:hover {
  text-decoration: none;
  color: #80daa7;
}

.is-active {
  color: #fff;
}

@media (max-width: 736px) {
  nav.rn-nav-closed {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}

@media (max-width: 980px) {
  nav.rn-nav-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}

a.rn-icon-cancel {
  display: none;
}

/* CUSTOM MODAL BOX */
/* The Modal (background) */
.modal:before {
  display: block;
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #252525;
  /*background-image: url('../images/dummies/modal-pattern.png');*/
  background-size: cover;
  opacity: 0.9;
  z-index: -1;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* end .modal-content */
}

.modal .modal-content {
  background-color: #fff;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 40px;
  width: 90%;
  max-width: 1000px;
  position: relative;
}

@media (max-width: 736px) {
  .modal .modal-content {
    padding: 20px;
  }
}

.modal .modal-content img {
  max-width: 100%;
  margin: 20px auto;
}

.modal .modal-content .modal-end-buttons {
  text-align: center;
}

.modal .modal-content .modal-end-buttons .button {
  font-size: 16px;
  font-size: 1rem;
  margin: 30px 10px;
}

.modal .modal-content .close_text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-decoration: underline;
  display: block;
}

.modal .modal-content .close_text:hover {
  opacity: 0.5;
}

.modal .modal-content h1 {
  font-size: 28px;
  font-size: 1.75rem;
}

@media (max-width: 736px) {
  .modal .modal-content h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.modal .modal-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 736px) {
  .modal .modal-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.modal .modal-content h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 736px) {
  .modal .modal-content h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.modal .modal-content h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 736px) {
  .modal .modal-content h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.modal .modal-content h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 736px) {
  .modal .modal-content h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.modal .modal-content h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 736px) {
  .modal .modal-content h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.modal .modal-content p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 736px) {
  .modal .modal-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.modal .modal-content ol li, .modal .modal-content ul li {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 736px) {
  .modal .modal-content ol li, .modal .modal-content ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* end .modal */
.news-grid {
  text-align: center;
  width: 90%;
  margin: 60px auto 60px auto;
  /* ---- button-group ---- */
  /* Classes for mobile version of filter menu */
}

.news-grid .no-results-message {
  margin: 30px auto;
}

.news-grid .no-results-message h4 {
  color: #80daa7;
  font-size: 1.5rem;
}

.news-grid .button-group-title {
  color: #666;
  font-size: 1rem;
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.news-grid .button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background-color: #fff;
  border: none;
  color: #666;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid  #d1d1d1;
}

@media (max-width: 736px) {
  .news-grid .button {
    width: 100%;
    display: block;
    margin: 5px auto;
  }
}

.news-grid .button:hover {
  background-color: #CCC;
}

.news-grid .button:active,
.news-grid .button.is-checked {
  background-color: #f1f1f1;
}

.news-grid .button.is-checked {
  color: #666;
}

.news-grid .button-group-wrap {
  background-color: transparent;
  margin: 30px auto 0 auto;
}

.news-grid .button-group-wrap h5 {
  display: inline-block;
}

@media (max-width: 736px) {
  .news-grid .button-group-wrap h5 {
    display: none;
  }
}

.news-grid .button-group-wrap h5.buttonGroupTitleVisible {
  display: inline-block;
}

@media (max-width: 736px) {
  .news-grid .button-group-wrap h5.buttonGroupTitleVisible {
    display: block;
  }
}

.news-grid .button-group {
  display: inline-block;
  background-color: transparent;
}

@media (max-width: 736px) {
  .news-grid .button-group {
    display: none;
  }
}

.news-grid .button-group:after {
  content: '';
  display: block;
  clear: both;
}

.news-grid .button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 2px;
  margin-right: 2px;
}

@media (max-width: 736px) {
  .news-grid .button-group .button {
    border-radius: 4px;
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}

.news-grid .button-group .button:first-child {
  border-radius: 4px 0 0 4px;
}

@media (max-width: 736px) {
  .news-grid .button-group .button:first-child {
    border-radius: 4px;
  }
}

.news-grid .button-group .button:last-child {
  border-radius: 0 4px 4px 0;
}

@media (max-width: 736px) {
  .news-grid .button-group .button:last-child {
    border-radius: 4px;
  }
}

.news-grid .mobile-filter-menu-btn {
  display: none;
  text-decoration: none;
  color: #666;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid  #999;
  padding: 10px 18px;
  border-radius: 4px;
  margin-bottom: 10px;
}

@media (max-width: 736px) {
  .news-grid .mobile-filter-menu-btn {
    display: block;
  }
}

.news-grid .buttonGroupVisible {
  display: inline-block;
}

@media (max-width: 736px) {
  .news-grid .buttonGroupVisible {
    display: block;
  }
}

.news-grid .grid {
  width: 100%;
  margin: 10px auto;
  text-align: left;
  /* Size the columns */
}

.news-grid .grid:after {
  content: "";
  display: table;
  clear: both;
}

.news-grid .grid .grid-sizer,
.news-grid .grid .grid-item {
  width: 33.33333%;
}

@media (min-width: 1500px) {
  .news-grid .grid .grid-sizer,
  .news-grid .grid .grid-item {
    width: 25%;
  }
}

@media (max-width: 980px) {
  .news-grid .grid .grid-sizer,
  .news-grid .grid .grid-item {
    width: 50%;
  }
}

@media (max-width: 736px) {
  .news-grid .grid .grid-sizer,
  .news-grid .grid .grid-item {
    width: 100%;
  }
}

.news-grid .grid .grid-item {
  float: left;
}

.news-grid .grid .grid-item a.grid-item-inner, .news-grid .grid .grid-item a.grid-item-inner:visited {
  min-height: 100px;
  padding: 20px;
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #80daa7;
  cursor: pointer;
}

@media (max-width: 980px) {
  .news-grid .grid .grid-item a.grid-item-inner, .news-grid .grid .grid-item a.grid-item-inner:visited {
    padding: 10px;
  }
}

@media (max-width: 736px) {
  .news-grid .grid .grid-item a.grid-item-inner, .news-grid .grid .grid-item a.grid-item-inner:visited {
    padding: 10px 0;
  }
}

.news-grid .grid .grid-item a.grid-item-inner img, .news-grid .grid .grid-item a.grid-item-inner:visited img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.news-grid .grid .grid-item a.grid-item-inner .grid-item-inner-content, .news-grid .grid .grid-item a.grid-item-inner:visited .grid-item-inner-content {
  border: 1px solid #e6e5e4;
  overflow: hidden;
}

.news-grid .grid .grid-item a.grid-item-inner .grid-item-inner-content .news-grid-article-title, .news-grid .grid .grid-item a.grid-item-inner:visited .grid-item-inner-content .news-grid-article-title {
  padding: 10px;
}

.news-grid .grid .grid-item a.grid-item-inner .grid-item-inner-content .news-grid-article-title h3, .news-grid .grid .grid-item a.grid-item-inner:visited .grid-item-inner-content .news-grid-article-title h3 {
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 10px;
}

@media (max-width: 736px) {
  .news-grid .grid .grid-item a.grid-item-inner .grid-item-inner-content .news-grid-article-title h3, .news-grid .grid .grid-item a.grid-item-inner:visited .grid-item-inner-content .news-grid-article-title h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.news-grid .grid .grid-item a.grid-item-inner:hover {
  opacity: 0.9;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* / events-grid */
.news-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}

@media (max-width: 736px) {
  .news-container {
    padding-top: 20px;
  }
}

.news-container .news-article {
  margin: 60px auto 100px auto;
}

@media (max-width: 980px) {
  .news-container .news-article {
    margin: 30px auto 60px auto;
  }
}

.news-container .news-article h1, .news-container .news-article h2, .news-container .news-article h3, .news-container .news-article h4, .news-container .news-article h5, .news-container .news-article h6, .news-container .news-article ul, .news-container .news-article ol, .news-container .news-article p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.news-container .news-article img {
  max-width: 100%;
  margin: 30px auto;
  display: block;
}

.news-container .news-article .news-article-title {
  text-align: center;
}

.news-container .news-article .news-article-title h2 {
  margin-bottom: 0;
}

.news-container .news-article .news-article-title h2 a, .news-container .news-article .news-article-title h2 a:visited {
  text-decoration: none;
}

.news-container .news-article .article-date {
  display: block;
  color: #ababab;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto 60px auto;
}

@media (max-width: 736px) {
  .news-container .news-article .article-date {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 auto 20px auto;
  }
}

.news-container .news-article .article-date:before {
  content: '';
  width: 80px;
  margin: 15px auto 20px auto;
  display: block;
  height: 1px;
  background: #ababab;
  opacity: 0.3;
}

.news-container .news-article-summary {
  text-align: center;
}

@media (max-width: 736px) {
  .blog-hero-banner-no-image {
    padding-top: 120px;
  }
}

.news-pagination-links {
  text-align: center;
  padding: 30px 0;
}

.news-pagination-links .button {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 736px) {
  .news-pagination-links .button {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.news-pagination-links .nav-previous, .news-pagination-links .nav-next {
  display: inline-block;
}

.news-pagination-links .nav-previous a, .news-pagination-links .nav-next a {
  background-color: transparent;
  border: 2px solid #80daa7;
  color: #80daa7;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 2px;
  padding: 15px 25px;
  margin: 0;
  text-decoration: none;
}

.news-pagination-links .nav-previous a:hover, .news-pagination-links .nav-next a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #000;
  color: #000;
}

@media (max-width: 736px) {
  .news-pagination-links .nav-previous a, .news-pagination-links .nav-next a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.katalane-blog-gallery {
  margin: 90px auto 30px auto;
}

.new-katalane-blog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.new-katalane-blog-grid .grid-item a.grid-item-inner, .new-katalane-blog-grid .grid-item a.grid-item-inner:visited {
  min-height: 100px;
  padding: 20px;
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #80daa7;
  cursor: pointer;
}

@media (max-width: 980px) {
  .new-katalane-blog-grid .grid-item a.grid-item-inner, .new-katalane-blog-grid .grid-item a.grid-item-inner:visited {
    padding: 10px;
  }
}

@media (max-width: 736px) {
  .new-katalane-blog-grid .grid-item a.grid-item-inner, .new-katalane-blog-grid .grid-item a.grid-item-inner:visited {
    padding: 10px 0;
  }
}

.new-katalane-blog-grid .grid-item a.grid-item-inner img, .new-katalane-blog-grid .grid-item a.grid-item-inner:visited img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.new-katalane-blog-grid .grid-item a.grid-item-inner .grid-item-inner-content, .new-katalane-blog-grid .grid-item a.grid-item-inner:visited .grid-item-inner-content {
  border: 1px solid #e6e5e4;
  overflow: hidden;
}

.new-katalane-blog-grid .grid-item a.grid-item-inner .grid-item-inner-content .news-grid-article-title, .new-katalane-blog-grid .grid-item a.grid-item-inner:visited .grid-item-inner-content .news-grid-article-title {
  padding: 10px;
}

.new-katalane-blog-grid .grid-item a.grid-item-inner .grid-item-inner-content .news-grid-article-title h3, .new-katalane-blog-grid .grid-item a.grid-item-inner:visited .grid-item-inner-content .news-grid-article-title h3 {
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 10px;
}

@media (max-width: 736px) {
  .new-katalane-blog-grid .grid-item a.grid-item-inner .grid-item-inner-content .news-grid-article-title h3, .new-katalane-blog-grid .grid-item a.grid-item-inner:visited .grid-item-inner-content .news-grid-article-title h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.new-katalane-blog-grid .grid-item a.grid-item-inner:hover {
  opacity: 0.9;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social-media-feed {
  padding: 60px 0;
}

.juicer-feed.image-grid .j-text .j-message a, .juicer-feed.image-grid .j-text .j-edit a, .juicer-feed.slider .j-text .j-message a, .juicer-feed.slider .j-text .j-edit a, .juicer-feed.hip .j-text .j-message a, .juicer-feed.hip .j-text .j-edit a {
  color: #80daa7;
}

.j-loading {
  border-color: #80daa7;
}

.j-loading:before {
  background-color: #80daa7;
}

.juicer-feed .j-pinterest {
  background: #80daa7;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #ababab;
  opacity: 1.0;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #80daa7;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #80daa7;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tooltip_templates {
  display: none;
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
  animation: tooltipster-fading 400ms;
}

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
  animation: tooltipster-rotating 600ms;
}

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0px;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0px;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

/* THEMES */
.tooltipster-sidetip.tooltipster-noir .tooltipster-box {
  border-radius: 0;
  border: 3px solid #000;
  background: #fff;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content {
  color: #000;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow {
  height: 11px;
  margin-left: -11px;
  width: 22px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow {
  height: 22px;
  margin-left: 0;
  margin-top: -11px;
  width: 11px;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background {
  border: 11px solid transparent;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  top: 4px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -4px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 4px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  top: -4px;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border {
  border-width: 11px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -11px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped {
  left: -11px;
}

.blog-hero {
  background-color: #fafafa;
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}

.blog-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-intro {
  text-align: center;
}

.blog-grid {
  height: 600px;
  width: 100%;
  max-width: 1220px;
  margin: 60px auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 60px;
}

@media (max-width: 980px) {
  .blog-grid {
    grid-column-gap: 30px;
    margin: 30px auto;
    height: 400px;
  }
}

@media (max-width: 736px) {
  .blog-grid {
    display: block;
    height: auto;
    margin: 0 auto;
  }
}

.blog-grid-short {
  height: 500px;
}

@media (max-width: 980px) {
  .blog-grid-short {
    height: 300px;
  }
}

@media (max-width: 736px) {
  .blog-grid-short {
    height: auto;
  }
}

.blog-grid-tall {
  height: 800px;
}

@media (max-width: 980px) {
  .blog-grid-tall {
    height: 500px;
  }
}

@media (max-width: 736px) {
  .blog-grid-tall {
    height: auto;
  }
}

.blog-grid-item {
  background-color: #eeeeee;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media (max-width: 736px) {
  .blog-grid-item {
    height: 300px;
    border-bottom: 1px solid #fff;
  }
}

.blog-grid-item .blog-grid-caption {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

@media (max-width: 980px) {
  .blog-grid-item .blog-grid-caption {
    -webkit-transition: none;
    transition: none;
  }
}

.blog-grid-item:hover .blog-grid-caption {
  opacity: 1;
}

@media (max-width: 980px) {
  .blog-grid-item:hover .blog-grid-caption {
    opacity: 0;
  }
}

.blog-grid-item-pad-heavily {
  margin: 120px 20px;
}

@media (max-width: 980px) {
  .blog-grid-item-pad-heavily {
    margin: 60px 20px;
  }
}

@media (max-width: 736px) {
  .blog-grid-item-pad-heavily {
    margin: 0;
  }
}

.blog-grid-seven-three {
  grid-template-columns: 7fr 3fr;
}

.blog-grid-three-seven {
  grid-template-columns: 3fr 7fr;
}

.blog-grid-six-four {
  grid-template-columns: 6fr 4fr;
}

.blog-grid-four-six {
  grid-template-columns: 4fr 6fr;
}

.blog-grid-five-five {
  grid-template-columns: 5fr 5fr;
}

.blog-grid-seven-empty {
  grid-template-columns: 7fr 3fr;
}

.blog-grid-seven-empty .blog-grid-item:first-of-type {
  margin-left: 40px;
}

@media (max-width: 736px) {
  .blog-grid-seven-empty .blog-grid-item:first-of-type {
    margin-left: 0;
  }
}

.blog-grid-seven-empty .blog-grid-item:last-of-type {
  opacity: 0;
}

@media (max-width: 736px) {
  .blog-grid-seven-empty .blog-grid-item:last-of-type {
    display: none;
  }
}

.blog-grid-empty-seven {
  grid-template-columns: 3fr 7fr;
}

.blog-grid-empty-seven .blog-grid-item:first-of-type {
  opacity: 0;
}

@media (max-width: 736px) {
  .blog-grid-empty-seven .blog-grid-item:first-of-type {
    display: none;
  }
}

.blog-grid-empty-seven .blog-grid-item:last-of-type {
  margin-right: 40px;
}

.blog-grid-single-constrain-width .blog-grid-item {
  margin: 0 120px;
}

@media (max-width: 980px) {
  .blog-grid-single-constrain-width .blog-grid-item {
    margin: 0 60px;
  }
}

@media (max-width: 736px) {
  .blog-grid-single-constrain-width .blog-grid-item {
    margin: 0;
  }
}

.pull-image-one-down {
  margin-bottom: 180px;
}

@media (max-width: 736px) {
  .pull-image-one-down {
    margin-bottom: 0;
  }
}

.pull-image-one-down .blog-grid-item:first-of-type {
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}

@media (max-width: 736px) {
  .pull-image-one-down .blog-grid-item:first-of-type {
    -webkit-transform: none;
    transform: none;
  }
}

.blog-grid-tall.blog-grid-five-five .blog-grid-item-pad-heavily {
  margin: 120px 60px;
}

@media (max-width: 980px) {
  .blog-grid-tall.blog-grid-five-five .blog-grid-item-pad-heavily {
    margin: 60px 60px;
  }
}

@media (max-width: 736px) {
  .blog-grid-tall.blog-grid-five-five .blog-grid-item-pad-heavily {
    margin: 0;
  }
}

.blog-grid-copy {
  width: 90%;
  max-width: 700px;
  margin: 60px auto;
}

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