@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\E095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\E094"; }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\E070"; }

.lg-toolbar .lg-download:after {
  content: "\E0F2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toggle-thumb:after {
  content: "\E1FF"; }

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../images/video-play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\E01D"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\E311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\E033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\E312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\E20C"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\E80D"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../images/loading.gif) no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

@font-face {
  font-family: 'Blacker-Display';
  font-weight: 600;
  src: url(../fonts/Blacker-Display-Bold-trial.ttf) format("truetype"); }

@media (max-width: 799px) {
  .spacing-top-16-mobile {
    padding-top: 16px; }
  .spacing-top-24-mobile {
    padding-top: 24px; }
  .spacing-top-32-mobile {
    padding-top: 32px; }
  .spacing-top-48-mobile {
    padding-top: 48px; }
  .spacing-top-64-mobile {
    padding-top: 64px; }
  .spacing-top-96-mobile {
    padding-top: 96px; }
  .spacing-top-120-mobile {
    padding-top: 120px; }
  .spacing-bottom-16-mobile {
    padding-bottom: 16px; }
  .spacing-bottom-24-mobile {
    padding-bottom: 24px; }
  .spacing-bottom-32-mobile {
    padding-bottom: 32px; }
  .spacing-bottom-48-mobile {
    padding-bottom: 48px; }
  .spacing-bottom-64-mobile {
    padding-bottom: 64px; }
  .spacing-bottom-96-mobile {
    padding-bottom: 96px; }
  .spacing-bottom-120-mobile {
    padding-bottom: 120px; }
  .spacing-left-16-mobile {
    padding-left: 16px; }
  .spacing-left-24-mobile {
    padding-left: 24px; }
  .spacing-left-32-mobile {
    padding-left: 32px; }
  .spacing-left-48-mobile {
    padding-left: 48px; }
  .spacing-left-64-mobile {
    padding-left: 64px; }
  .spacing-left-96-mobile {
    padding-left: 96px; }
  .spacing-left-120-mobile {
    padding-left: 120px; }
  .spacing-right-16-mobile {
    padding-right: 16px; }
  .spacing-right-24-mobile {
    padding-right: 24px; }
  .spacing-right-32-mobile {
    padding-right: 32px; }
  .spacing-right-48-mobile {
    padding-right: 48px; }
  .spacing-right-64-mobile {
    padding-right: 64px; }
  .spacing-right-96-mobile {
    padding-right: 96px; }
  .spacing-right-120-mobile {
    padding-right: 120px; } }

@media (min-width: 800px) {
  .spacing-top-16-desktop {
    padding-top: 16px; }
  .spacing-top-24-desktop {
    padding-top: 24px; }
  .spacing-top-32-desktop {
    padding-top: 32px; }
  .spacing-top-48-desktop {
    padding-top: 48px; }
  .spacing-top-64-desktop {
    padding-top: 64px; }
  .spacing-top-96-desktop {
    padding-top: 96px; }
  .spacing-top-120-desktop {
    padding-top: 120px; }
  .spacing-bottom-16-desktop {
    padding-bottom: 16px; }
  .spacing-bottom-24-desktop {
    padding-bottom: 24px; }
  .spacing-bottom-32-desktop {
    padding-bottom: 32px; }
  .spacing-bottom-48-desktop {
    padding-bottom: 48px; }
  .spacing-bottom-64-desktop {
    padding-bottom: 64px; }
  .spacing-bottom-96-desktop {
    padding-bottom: 96px; }
  .spacing-bottom-120-desktop {
    padding-bottom: 120px; }
  .spacing-left-16-desktop {
    padding-left: 16px; }
  .spacing-left-24-desktop {
    padding-left: 24px; }
  .spacing-left-32-desktop {
    padding-left: 32px; }
  .spacing-left-48-desktop {
    padding-left: 48px; }
  .spacing-left-64-desktop {
    padding-left: 64px; }
  .spacing-left-96-desktop {
    padding-left: 96px; }
  .spacing-left-120-desktop {
    padding-left: 120px; }
  .spacing-right-16-desktop {
    padding-right: 16px; }
  .spacing-right-24-desktop {
    padding-right: 24px; }
  .spacing-right-32-desktop {
    padding-right: 32px; }
  .spacing-right-48-desktop {
    padding-right: 48px; }
  .spacing-right-64-desktop {
    padding-right: 64px; }
  .spacing-right-96-desktop {
    padding-right: 96px; }
  .spacing-right-120-desktop {
    padding-right: 120px; } }

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

img,
audio,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

html {
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html,
body {
  font-family: "Open Sans", sans-serif; }

body {
  overflow: hidden; }

img {
  display: block; }

.columns {
  display: block; }
  @media (min-width: 800px) {
    .columns {
      display: -ms-flexbox;
      display: flex; } }
  .columns.reverse-section-order {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }

.column.full {
  width: 100%; }

@media (min-width: 800px) {
  .column.three-quarters {
    width: 75%; } }

@media (min-width: 800px) {
  .column.two-thirds {
    width: 66.6666%; } }

@media (min-width: 800px) {
  .column.half {
    width: 50%; } }

@media (min-width: 800px) {
  .column.one-third {
    width: 33.3333%; } }

@media (min-width: 800px) {
  .column.one-quarter {
    width: 25%; } }

@media (min-width: 800px) {
  .column.one-fifth {
    width: 20%; } }

@media (min-width: 800px) {
  .column.two-fifths {
    width: 40%; } }

@media (min-width: 800px) {
  .column.three-fifths {
    width: 60%; } }

@media (min-width: 800px) {
  .column.four-fifths {
    width: 80%; } }

@media (min-width: 800px) {
  .column.sidebar {
    -ms-flex: 0 0 300px;
        flex: 0 0 300px; } }

@media (min-width: 800px) {
  .column.auto {
    -ms-flex: 1;
        flex: 1; } }

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.font-color-red {
  color: #f42533; }

.font-color-white {
  color: white; }

.text h1 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Blacker-Display", "Open Sans", serif; }
  .text h1:not(:last-child) {
    margin-bottom: 8px; }

.text h2 {
  font-size: 30px;
  line-height: 32px;
  color: #f42533;
  font-family: "Blacker-Display", "Open Sans", serif; }
  .text h2:not(:last-child) {
    margin-bottom: 8px; }

.text h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #f42533; }
  @media (min-width: 480px) {
    .text h3 {
      font-size: 20px;
      line-height: 32px; } }
  .text h3:not(:last-child) {
    margin-bottom: 8px; }

.text h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600; }
  .text h4:not(:last-child) {
    margin-bottom: 8px; }

.text p {
  font-size: 16px;
  line-height: 24px; }
  .text p:not(:last-child) {
    margin-bottom: 16px; }

.text p.lead {
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 480px) {
    .text p.lead {
      font-size: 20px;
      line-height: 32px; } }

.text a {
  color: #f42533; }

.text ul {
  padding-left: 1.5em;
  list-style: none; }
  .text ul:not(:last-child) {
    margin-bottom: 16px; }
  .text ul li {
    position: relative; }
    .text ul li:before {
      content: "";
      height: 6px;
      width: 6px;
      background-color: #f42533;
      display: block;
      position: absolute;
      top: 8px;
      left: -20px; }

table.xdebug-error {
  font-family: "Open Sans", sans-serif; }

sup {
  vertical-align: top; }

.sep {
  display: block;
  height: 2px;
  width: 40px; }
  .sep.sep--red {
    background-color: #f42533; }
  .sep.sep--white {
    background-color: white; }

.sep--top .container:before {
  content: "";
  height: 6px;
  width: 100%;
  display: block;
  background-color: #f0f0f0; }

.sep-short--red:after {
  background-color: #f42533;
  content: "";
  height: 2px;
  width: 40px;
  display: block;
  margin: 16px auto; }

form {
  background-color: #f0f0f0;
  padding: 16px; }
  @media (min-width: 480px) {
    form {
      padding: 32px; } }
  form h3 {
    font-size: 30px;
    color: #f42533;
    font-weight: 600;
    padding-top: 0.25em;
    margin-bottom: 0.5em; }
  form h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 0.25em;
    margin-bottom: 0.5em; }

.field:not(:last-child) {
  margin-bottom: 0.8em; }

.field br {
  display: none; }

label {
  display: block;
  margin-bottom: 8px; }

input[type="text"],
input[type="email"],
textarea {
  border: 0;
  background-color: white;
  padding: 0;
  width: 100%;
  font-size: 16px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    outline: 0; }

input[type="text"],
input[type="email"] {
  line-height: 40px;
  text-indent: 1em; }

textarea {
  padding: 1em; }

input[type="submit"] {
  background-color: #f42533;
  border: 0;
  color: white;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600; }
  input[type="submit"]:focus {
    outline: 0; }

span.wpcf7-not-valid-tip {
  font-weight: 600;
  font-size: 14px;
  padding-top: 4px; }

div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background-color: #f42533;
  border: 0;
  color: white;
  margin: 0;
  padding: 8px 16px; }

#wpcf7-f306-o2 .fieldset {
  margin-left: -16px;
  margin-right: -16px;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 800px) {
    #wpcf7-f306-o2 .fieldset {
      display: -ms-flexbox;
      display: flex; } }
  #wpcf7-f306-o2 .fieldset:not(:last-child) {
    margin-bottom: 32px; }
  #wpcf7-f306-o2 .fieldset .field {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 800px) {
      #wpcf7-f306-o2 .fieldset .field {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

.contact-details {
  display: block;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 48px; }

.contact-details__text {
  padding: 48px 0 32px 0; }
  @media (min-width: 800px) {
    .contact-details__text {
      padding: 0 0 32px 0; } }

.contact-details__map {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
  .contact-details__map .map {
    width: 100%;
    height: 400px; }

.field--select span {
  display: block;
  position: relative;
  height: 40px;
  background: white; }
  .field--select span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray transparent transparent transparent;
    pointer-events: none; }

.field--select select {
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .field--select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .field--select select::-ms-expand {
    display: none; }
  .field--select select:focus {
    border-color: #63ffb4; }

.c-nav {
  background-color: white;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 24px 24px; }
  @media (min-width: 1200px) {
    .c-nav {
      padding: 24px 48px;
      display: -ms-flexbox;
      display: flex; } }
  .c-nav .c-nav__logo {
    display: block;
    width: 220px; }
    @media (min-width: 480px) {
      .c-nav .c-nav__logo {
        width: 300px; } }
    @media (min-width: 1200px) {
      .c-nav .c-nav__logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
    .c-nav .c-nav__logo img {
      display: block;
      width: 100%;
      max-width: none; }
  .c-nav .c-nav__header {
    position: relative; }
    @media (min-width: 1200px) {
      .c-nav .c-nav__header {
        padding-top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
            flex: 1;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }
    .c-nav .c-nav__header.active .menu-header-container {
      display: block; }
      @media (min-width: 1200px) {
        .c-nav .c-nav__header.active .menu-header-container {
          display: -ms-flexbox;
          display: flex; } }
  .c-nav .menu-header-container {
    display: none;
    padding-top: 24px; }
    @media (min-width: 1200px) {
      .c-nav .menu-header-container {
        display: block; } }
  .c-nav .c-nav__utility {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-bottom: 16px;
    z-index: 1; }
    @media (min-width: 600px) {
      .c-nav .c-nav__utility {
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .c-nav .c-nav__utility {
        position: absolute;
        top: 24px;
        right: 48px; } }
    .c-nav .c-nav__utility > a {
      line-height: 32px;
      font-weight: 600;
      padding-right: 16px;
      color: #f42533; }
      .c-nav .c-nav__utility > a.email {
        display: none; }
        @media (min-width: 600px) {
          .c-nav .c-nav__utility > a.email {
            display: block; } }
    .c-nav .c-nav__utility .social {
      display: -ms-flexbox;
      display: flex; }
      .c-nav .c-nav__utility .social li {
        padding-left: 4px; }
      .c-nav .c-nav__utility .social a {
        width: 32px; }
      .c-nav .c-nav__utility .social img {
        display: block; }
  .c-nav a {
    color: black;
    display: block;
    font-size: 16px;
    text-decoration: none;
    transition: color ease 150ms; }
    .c-nav a:hover {
      color: #f42533; }
  .c-nav ul.menu {
    display: block; }
    @media (min-width: 1200px) {
      .c-nav ul.menu {
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 1200px) {
    .c-nav ul.menu > li {
      margin-left: 32px; } }
  .c-nav ul.menu > li > a {
    position: relative; }
    @media (min-width: 1200px) {
      .c-nav ul.menu > li > a:before {
        content: "";
        background-color: #f42533;
        display: block;
        height: 2px;
        width: 30px;
        position: absolute;
        opacity: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: opacity ease 250ms; } }
  .c-nav ul.menu > li.current-menu-item > a {
    font-weight: 600;
    position: relative; }
    .c-nav ul.menu > li.current-menu-item > a:before {
      opacity: 1; }
  @media (min-width: 1200px) {
    .c-nav ul.menu > li:hover > a:before {
      opacity: 1; } }
  .c-nav ul.menu > li > a {
    line-height: 48px;
    text-transform: uppercase; }
  .c-nav .menu-item-has-children > a {
    padding-right: 12px;
    position: relative; }
    .c-nav .menu-item-has-children > a:after {
      content: "";
      background-image: url(../images/carrot.png);
      background-size: cover;
      display: block;
      height: 6px;
      width: 6px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      transform: rotate(0deg);
      transition: all ease 150ms; }
  .c-nav .menu-item-has-children.active > a:after {
    transform: rotate(180deg); }

.menu-item-has-children {
  position: relative; }
  .menu-item-has-children .sub-menu {
    display: none;
    background-color: #fafafa;
    padding: 8px 0px; }
    @media (min-width: 1200px) {
      .menu-item-has-children .sub-menu {
        border-top: 4px solid #f42533;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 7.5px 15px 0 rgba(0, 0, 0, 0.07);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        opacity: 0;
        top: 72px;
        left: 0;
        visibility: hidden;
        transform: translateY(-25px);
        transition: all ease 150ms;
        position: absolute;
        padding: 8px 8px 8px 0px; } }
    .menu-item-has-children .sub-menu li {
      padding: 8px 24px; }
      .menu-item-has-children .sub-menu li a {
        white-space: nowrap; }
      .menu-item-has-children .sub-menu li.current-menu-item a {
        font-weight: 600;
        color: #f42533; }
  .menu-item-has-children .sub-menu.active {
    display: block; }
    @media (min-width: 1200px) {
      .menu-item-has-children .sub-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); } }

.c-nav__icon {
  width: 48px; }

.c-nav__text {
  -ms-flex: 1;
      flex: 1;
  padding-left: 16px; }

.c-nav__title {
  font-size: 16px;
  font-weight: 600; }

.c-nav__description {
  font-size: 14px; }

.menu-trigger {
  cursor: pointer;
  height: 40px;
  width: 32px;
  display: block;
  position: absolute;
  top: -44px;
  bottom: 0;
  right: 0; }
  .menu-trigger span {
    background-color: #f42533;
    border-radius: 2px;
    display: block;
    position: absolute;
    width: 32px;
    height: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease 250ms; }
    .menu-trigger span:nth-child(1) {
      transform: translateY(-10px); }
    .menu-trigger span:nth-child(2) {
      opacity: 1; }
    .menu-trigger span:nth-child(3) {
      transform: translateY(10px); }
  .menu-trigger.active span:nth-child(1) {
    transform: rotate(45deg); }
  .menu-trigger.active span:nth-child(2) {
    opacity: 0; }
  .menu-trigger.active span:nth-child(3) {
    transform: rotate(-45deg); }
  @media (min-width: 1200px) {
    .menu-trigger {
      display: none; } }

.section--footer-cta {
  background-color: #f42533;
  color: white;
  padding: 48px 0px; }
  @media (min-width: 800px) {
    .section--footer-cta {
      padding: 64px 0px; } }
  .section--footer-cta .footer-cta {
    display: block;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0px 24px; }
    @media (min-width: 480px) {
      .section--footer-cta .footer-cta {
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 800px) {
      .section--footer-cta .footer-cta {
        padding: 0px 48px; } }
    .section--footer-cta .footer-cta .text {
      font-size: 20px;
      font-weight: 600;
      padding-bottom: 16px; }
      @media (min-width: 480px) {
        .section--footer-cta .footer-cta .text {
          padding-bottom: 0;
          padding-right: 32px; } }
    .section--footer-cta .footer-cta .link {
      background-color: white;
      color: #f42533;
      display: inline-block;
      line-height: 50px;
      padding: 0 24px;
      height: 50px;
      text-decoration: none; }

.cta-footer-top {
  color: white;
  font-size: 30px;
  text-align: center;
  width: 100%;
  padding-top: 48px;
  margin-bottom: 48px; }

.section--footer {
  background-image: url(../images/footer-bg.jpg); }
  .section--footer ul.social li {
    display: inline-block;
    width: 40px; }
    .section--footer ul.social li a {
      display: block;
      background-color: white; }
      .section--footer ul.social li a img {
        display: block; }

.c-footer-top {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.c-footer-middle {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding-top: 32px;
  padding-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.c-footer-bottom {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.c-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-footer h4 {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px; }
    .c-footer h4:after {
      content: "";
      background-color: white;
      display: block;
      height: 2px;
      width: 20px;
      position: absolute;
      bottom: -0.75em;
      left: 0; }

.c-footer__logo {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin-bottom: 32px; }
  .c-footer__logo a {
    display: block;
    max-width: 180px; }
  @media (min-width: 1000px) {
    .c-footer__logo {
      -ms-flex: 0 0 140px;
          flex: 0 0 140px; } }

.c-footer__links {
  display: block;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 480px) {
    .c-footer__links {
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1000px) {
    .c-footer__links {
      -ms-flex: 1;
          flex: 1; } }
  .c-footer__links .links {
    margin-left: 0;
    margin-bottom: 32px;
    margin-right: 48px;
    width: 100%; }
    @media (min-width: 1000px) {
      .c-footer__links .links {
        margin-left: 80px;
        margin-right: auto; } }
    .c-footer__links .links a {
      color: white;
      text-decoration: none;
      line-height: 24px;
      font-size: 14px; }

.c-footer__contact {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 1000px) {
    .c-footer__contact {
      -ms-flex: 0 0 320px;
          flex: 0 0 320px; } }
  .c-footer__contact .text {
    color: white; }
    .c-footer__contact .text p {
      font-size: 14px; }

.c-footer__legal {
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  font-size: 14px; }
  .c-footer__legal .copyright {
    color: white; }
  .c-footer__legal .links {
    margin-left: 8px; }
    .c-footer__legal .links li {
      display: inline-block; }
    .c-footer__legal .links a {
      color: white;
      text-decoration: none; }

.c-breadcrumbs {
  padding-top: 24px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 24px; }
  .c-breadcrumbs a {
    color: #f42533;
    font-weight: 600;
    text-decoration: none; }

.c-breadcrumbs__separator {
  display: inline-block;
  padding: 0 0.5em; }
  .c-breadcrumbs__separator:before {
    content: "\2022"; }

a.c-button {
  background-color: #f42533;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0px 16px;
  text-decoration: none; }
  a.c-button.c-button--white {
    background-color: white;
    color: #f42533; }
  a.c-button.c-button--white-outline {
    border: 1px solid white;
    background-color: transparent;
    color: white; }

.arrow--red {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-right: 44px !important;
  transition: padding-right ease 150ms; }
  .arrow--red:before, .arrow--red:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto; }
  .arrow--red:before {
    height: 2px;
    width: 20px;
    right: 15px;
    top: 0;
    bottom: 0;
    transition: width ease 150ms; }
  .arrow--red:after {
    height: 10px;
    width: 10px;
    top: 0;
    bottom: 0;
    right: 16px;
    transform: rotate(45deg); }
  .arrow--red:hover {
    padding-right: 50px !important; }
    .arrow--red:hover:before {
      width: 26px; }
  .arrow--red:before {
    background-color: #f42533; }
  .arrow--red:after {
    border-top: 2px solid #f42533;
    border-right: 2px solid #f42533; }

.arrow--white {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-right: 44px !important;
  transition: padding-right ease 150ms; }
  .arrow--white:before, .arrow--white:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto; }
  .arrow--white:before {
    height: 2px;
    width: 20px;
    right: 15px;
    top: 0;
    bottom: 0;
    transition: width ease 150ms; }
  .arrow--white:after {
    height: 10px;
    width: 10px;
    top: 0;
    bottom: 0;
    right: 16px;
    transform: rotate(45deg); }
  .arrow--white:hover {
    padding-right: 50px !important; }
    .arrow--white:hover:before {
      width: 26px; }
  .arrow--white:before {
    background-color: white; }
  .arrow--white:after {
    border-top: 2px solid white;
    border-right: 2px solid white; }

.arrow--black {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-right: 44px !important;
  transition: padding-right ease 150ms; }
  .arrow--black:before, .arrow--black:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto; }
  .arrow--black:before {
    height: 2px;
    width: 20px;
    right: 15px;
    top: 0;
    bottom: 0;
    transition: width ease 150ms; }
  .arrow--black:after {
    height: 10px;
    width: 10px;
    top: 0;
    bottom: 0;
    right: 16px;
    transform: rotate(45deg); }
  .arrow--black:hover {
    padding-right: 50px !important; }
    .arrow--black:hover:before {
      width: 26px; }
  .arrow--black:before {
    background-color: black; }
  .arrow--black:after {
    border-top: 2px solid black;
    border-right: 2px solid black; }

.arrow-large--red {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-right: 44px !important;
  transition: padding-right ease 150ms; }
  .arrow-large--red:before, .arrow-large--red:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto; }
  .arrow-large--red:before {
    height: 2px;
    width: 20px;
    right: 15px;
    top: 0;
    bottom: 0;
    transition: width ease 150ms; }
  .arrow-large--red:after {
    height: 10px;
    width: 10px;
    top: 0;
    bottom: 0;
    right: 16px;
    transform: rotate(45deg); }
  .arrow-large--red:hover {
    padding-right: 50px !important; }
    .arrow-large--red:hover:before {
      width: 26px; }

.arrow-large--white {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-right: 44px !important;
  transition: padding-right ease 150ms; }
  .arrow-large--white:before, .arrow-large--white:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto; }
  .arrow-large--white:before {
    height: 2px;
    width: 20px;
    right: 15px;
    top: 0;
    bottom: 0;
    transition: width ease 150ms; }
  .arrow-large--white:after {
    height: 10px;
    width: 10px;
    top: 0;
    bottom: 0;
    right: 16px;
    transform: rotate(45deg); }
  .arrow-large--white:hover {
    padding-right: 50px !important; }
    .arrow-large--white:hover:before {
      width: 26px; }

.arrow-large--black {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-right: 44px !important;
  transition: padding-right ease 150ms; }
  .arrow-large--black:before, .arrow-large--black:after {
    content: "";
    display: block;
    position: absolute;
    margin: auto; }
  .arrow-large--black:before {
    height: 2px;
    width: 20px;
    right: 15px;
    top: 0;
    bottom: 0;
    transition: width ease 150ms; }
  .arrow-large--black:after {
    height: 10px;
    width: 10px;
    top: 0;
    bottom: 0;
    right: 16px;
    transform: rotate(45deg); }
  .arrow-large--black:hover {
    padding-right: 50px !important; }
    .arrow-large--black:hover:before {
      width: 26px; }

.b-page-heading {
  background-size: cover;
  background-position: center center; }
  .b-page-heading .page-heading {
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 64px; }
    @media (min-width: 800px) {
      .b-page-heading .page-heading {
        padding-top: 96px;
        padding-left: 48px;
        padding-right: 48px;
        padding-bottom: 96px; } }
    .b-page-heading .page-heading h1 {
      font-weight: 400;
      position: relative;
      padding-bottom: 0.5em; }
      .b-page-heading .page-heading h1:after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        height: 2px;
        width: 40px; }

.page-heading-colour--black h1 {
  color: black; }
  .page-heading-colour--black h1:after {
    background-color: black; }

.page-heading-colour--white h1 {
  color: white; }
  .page-heading-colour--white h1:after {
    background-color: white; }

.page-heading-colour--red h1 {
  color: #f42533; }
  .page-heading-colour--red h1:after {
    background-color: #f42533; }

.b-slider h1 {
  font-size: 48px;
  line-height: 54px; }

.background-image {
  height: 400px; }

.desktop-ratio-auto-650 .b-slider__image {
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 650px; }

.desktop-ratio-auto-650 .b-slider__text {
  width: 100%; }
  .desktop-ratio-auto-650 .b-slider__text .text {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 660px; }
    @media (min-width: 800px) {
      .desktop-ratio-auto-650 .b-slider__text .text {
        padding-left: 48px;
        padding-right: 48px; } }

ul.slick-dots {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }
  ul.slick-dots li {
    display: inline-block;
    padding: 0 8px;
    vertical-align: top; }
  ul.slick-dots button {
    cursor: pointer;
    border: 0;
    display: block;
    background-color: white;
    height: 16px;
    width: 16px;
    text-indent: -99px;
    overflow: hidden;
    border-radius: 50%;
    opacity: 0.75;
    transition: ease opacity 250ms; }
    ul.slick-dots button:focus {
      outline: 0; }
  ul.slick-dots li:hover button, ul.slick-dots li.slick-active button {
    opacity: 1; }

.b-slider {
  position: relative; }
  .b-slider .slick-next,
  .b-slider .slick-prev {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    display: none;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    overflow: hidden;
    text-indent: -9999px; }
    @media (min-width: 1300px) {
      .b-slider .slick-next,
      .b-slider .slick-prev {
        display: block; } }
    .b-slider .slick-next:focus,
    .b-slider .slick-prev:focus {
      outline: 0; }
  .b-slider .slick-prev {
    left: 50px; }
    .b-slider .slick-prev:before, .b-slider .slick-prev:after {
      content: "";
      display: block;
      position: absolute;
      margin: auto; }
    .b-slider .slick-prev:before {
      background-color: white;
      height: 2px;
      width: 30px;
      right: 15px;
      top: 0;
      bottom: 0;
      transition: width ease 150ms; }
    .b-slider .slick-prev:after {
      border-bottom: 2px solid white;
      border-left: 2px solid white;
      height: 16px;
      width: 16px;
      top: 0;
      bottom: 0;
      left: 8px;
      transform: rotate(45deg); }
  .b-slider .slick-next {
    right: 50px; }
    .b-slider .slick-next:before, .b-slider .slick-next:after {
      content: "";
      display: block;
      position: absolute;
      margin: auto; }
    .b-slider .slick-next:before {
      background-color: white;
      height: 2px;
      width: 30px;
      right: 15px;
      top: 0;
      bottom: 0;
      transition: width ease 150ms; }
    .b-slider .slick-next:after {
      border-top: 2px solid white;
      border-right: 2px solid white;
      height: 16px;
      width: 16px;
      top: 0;
      bottom: 0;
      right: 16px;
      transform: rotate(45deg); }

.b-points .points-intro {
  padding-bottom: 48px;
  max-width: 640px;
  margin: 0 auto; }

.b-points .points {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
  margin-right: -16px; }
  .b-points .points .point {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding: 0 16px;
    margin-bottom: 32px; }
    @media (min-width: 600px) {
      .b-points .points .point {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
    @media (min-width: 1000px) {
      .b-points .points .point {
        margin-bottom: 0;
        -ms-flex: 1;
            flex: 1; } }

.points--home .point__text {
  text-align: left;
  border-bottom: 1px solid black;
  padding-bottom: 16px;
  padding-top: 16px; }
  .points--home .point__text h4 {
    color: #f42533;
    margin-bottom: 0.25em; }
  .points--home .point__text a {
    color: black;
    font-weight: 600; }

.points--why-choose-gfl .point__image {
  margin: 0 auto;
  display: block;
  max-width: 120px;
  margin-bottom: 1em; }

.points--why-choose-gfl .point__text {
  text-align: center; }
  .points--why-choose-gfl .point__text h4 {
    color: #f42533;
    font-size: 20px; }

.b-quotes {
  padding: 48px 24px; }
  @media (min-width: 800px) {
    .b-quotes {
      padding: 64px 48px; } }
  .b-quotes h1 {
    text-align: center;
    margin-bottom: 1em !important; }

.quotes {
  margin-left: -16px;
  margin-right: -16px; }
  .quotes .quote {
    color: #f42533;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    padding-top: 40px; }
    .quotes .quote:before {
      background-image: url(../images/icon-quote.png);
      background-size: cover;
      content: "";
      display: block;
      width: 30px;
      height: 25px;
      position: absolute;
      top: 0;
      left: 16px; }
    .quotes .quote p {
      font-style: italic; }
    .quotes .quote .cite {
      font-weight: 600; }

.b-benefits > ul {
  padding: 0;
  display: block;
  list-style: none; }
  @media (min-width: 800px) {
    .b-benefits > ul {
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin-left: -16px;
      margin-right: -16px; } }
  .b-benefits > ul > li {
    margin-bottom: 32px; }
    @media (min-width: 800px) {
      .b-benefits > ul > li {
        margin-bottom: 0;
        -ms-flex: 1;
            flex: 1;
        padding: 0 16px; } }

.b-benefits .benefit-text {
  border-top: 1px solid #f42533;
  padding-top: 24px; }

@media (min-width: 800px) {
  .b-benefits .benefit-image img {
    float: right;
    width: 50%; } }

.b-gallery .gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }

.b-gallery .gallery__image {
  padding: 16px;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
  @media (min-width: 480px) {
    .b-gallery .gallery__image {
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%; } }
  @media (min-width: 800px) {
    .b-gallery .gallery__image {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; } }
  .b-gallery .gallery__image div {
    background-size: cover;
    background-position: center center;
    padding-top: 100%; }

.accordion--product-categories {
  padding: 32px 24px 64px; }
  @media (min-width: 800px) {
    .accordion--product-categories {
      padding: 0 48px 64px 0; } }
  .accordion--product-categories .accordion-item {
    border-bottom: 1px solid #f42533;
    position: relative; }
    .accordion--product-categories .accordion-item .trigger {
      color: #f42533;
      font-weight: 600;
      position: absolute;
      top: 0;
      right: 0; }
      .accordion--product-categories .accordion-item .trigger span {
        cursor: pointer;
        display: block;
        line-height: 40px;
        position: relative;
        padding-right: 2em; }
        .accordion--product-categories .accordion-item .trigger span:before, .accordion--product-categories .accordion-item .trigger span:after {
          background-color: #f42533;
          content: "";
          display: block;
          height: 3px;
          width: 14px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto; }
        .accordion--product-categories .accordion-item .trigger span:before {
          transform: rotate(45deg);
          right: 8px; }
        .accordion--product-categories .accordion-item .trigger span:after {
          transform: rotate(-45deg);
          right: 0; }
      .accordion--product-categories .accordion-item .trigger .expand {
        display: block; }
      .accordion--product-categories .accordion-item .trigger .collapse {
        display: none; }
    .accordion--product-categories .accordion-item.active span:before {
      transform: rotate(-45deg); }
    .accordion--product-categories .accordion-item.active span:after {
      transform: rotate(45deg); }
    .accordion--product-categories .accordion-item.active .trigger .expand {
      display: none; }
    .accordion--product-categories .accordion-item.active .trigger .collapse {
      display: block; }
    .accordion--product-categories .accordion-item.active .accordion-body {
      display: block; }
  .accordion--product-categories .accordion-item:nth-child(1) .accordion-header {
    border-top: 1px solid #f42533; }
  .accordion--product-categories .accordion-header {
    display: block;
    padding-top: 64px;
    padding-bottom: 32px; }
    @media (min-width: 480px) {
      .accordion--product-categories .accordion-header {
        display: -ms-flexbox;
        display: flex; } }
    .accordion--product-categories .accordion-header .logo {
      width: 200px;
      margin-bottom: 24px; }
      @media (min-width: 480px) {
        .accordion--product-categories .accordion-header .logo {
          -ms-flex: 0 0 200px;
              flex: 0 0 200px;
          padding-right: 24px; } }
      @media (min-width: 1000px) {
        .accordion--product-categories .accordion-header .logo {
          -ms-flex: 0 0 300px;
              flex: 0 0 300px;
          padding-right: 48px; } }
    .accordion--product-categories .accordion-header .excerpt {
      -ms-flex: 1;
          flex: 1; }
  .accordion--product-categories .accordion-body {
    padding-bottom: 48px;
    display: none; }

.accordion-controls {
  padding-right: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 64px; }
  @media (min-width: 800px) {
    .accordion-controls {
      padding-right: 48px; } }
  .accordion-controls span {
    margin-left: 2em; }

.expand-all,
.collapse-all {
  color: #f42533;
  cursor: pointer;
  display: block;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  padding-right: 2em; }
  .expand-all:before, .expand-all:after,
  .collapse-all:before,
  .collapse-all:after {
    background-color: #f42533;
    content: "";
    display: block;
    height: 3px;
    width: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .expand-all:before,
  .collapse-all:before {
    right: 8px; }
  .expand-all:after,
  .collapse-all:after {
    right: 0; }

.expand-all:before {
  transform: rotate(45deg); }

.expand-all:after {
  transform: rotate(-45deg); }

.collapse-all:before {
  transform: rotate(-45deg); }

.collapse-all:after {
  transform: rotate(45deg); }

.products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }
  .products .product {
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
    text-decoration: none;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    @media (min-width: 400px) {
      .products .product {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
    @media (min-width: 600px) {
      .products .product {
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%; } }
    @media (min-width: 1100px) {
      .products .product {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; } }
    .products .product h4 {
      font-size: 14px;
      color: black;
      text-align: center;
      font-weight: 400; }
    .products .product .product__image {
      background-size: cover;
      padding-top: 100%; }

.product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 96px;
  padding: 0 24px; }
  @media (min-width: 800px) {
    .product {
      padding: 0 48px 0 0; } }
  .product .product__image {
    padding-top: 60%;
    background-size: cover;
    background-position: 50% 50%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    @media (min-width: 800px) {
      .product .product__image {
        padding-top: 40%; } }
  .product .product__title {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    border-bottom: 1px solid #DDD;
    padding-top: 24px;
    padding-bottom: 24px; }
  .product .product__info {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px; }
    .product .product__info ul {
      list-style: none;
      padding: 0; }
      .product .product__info ul li:before {
        display: none; }
  .product .product__wish-i-didnt-need-this-div {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    display: block; }
    @media (min-width: 800px) {
      .product .product__wish-i-didnt-need-this-div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
  .product .product__images {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    .product .product__images ul {
      display: -ms-flexbox;
      display: flex;
      margin-left: -8px;
      margin-right: -8px;
      padding: 8px 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .product .product__images ul li {
        padding: 8px;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%; }
        @media (min-width: 480px) {
          .product .product__images ul li {
            -ms-flex: 0 0 25%;
                flex: 0 0 25%; } }
        @media (min-width: 800px) {
          .product .product__images ul li {
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%; } }
        .product .product__images ul li .photo {
          display: block;
          background-size: cover;
          background-position: center center;
          padding-top: 100%; }
  .product .product__request {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    border-top: 1px solid #DDD;
    padding-top: 24px;
    text-align: center; }

.product__pagination {
  width: 100%;
  text-align: right;
  margin-bottom: 48px; }
  .product__pagination .prev-posts,
  .product__pagination .next-posts {
    display: inline-block; }
    .product__pagination .prev-posts a,
    .product__pagination .next-posts a {
      text-decoration: none;
      color: black;
      transition: color ease 250ms; }
      .product__pagination .prev-posts a:hover,
      .product__pagination .next-posts a:hover {
        color: #f42533; }
  .product__pagination .next-posts a {
    position: relative;
    padding-right: 44px !important;
    transition: padding-right ease 150ms; }
    .product__pagination .next-posts a:before, .product__pagination .next-posts a:after {
      content: "";
      display: block;
      position: absolute;
      margin: auto; }
    .product__pagination .next-posts a:before {
      background-color: black;
      height: 2px;
      width: 20px;
      right: 15px;
      top: 0;
      bottom: 0;
      transition: width ease 150ms; }
    .product__pagination .next-posts a:after {
      border-top: 2px solid black;
      border-right: 2px solid black;
      height: 10px;
      width: 10px;
      top: 0;
      bottom: 0;
      right: 16px;
      transform: rotate(45deg); }
    .product__pagination .next-posts a:hover {
      padding-right: 50px !important; }
      .product__pagination .next-posts a:hover:before {
        width: 26px; }
  .product__pagination .prev-posts a {
    position: relative;
    padding-left: 44px !important;
    transition: padding-left ease 150ms; }
    .product__pagination .prev-posts a:before, .product__pagination .prev-posts a:after {
      content: "";
      display: block;
      position: absolute;
      margin: auto; }
    .product__pagination .prev-posts a:before {
      background-color: black;
      height: 2px;
      width: 20px;
      top: 0;
      left: 15px;
      bottom: 0;
      transition: width ease 150ms; }
    .product__pagination .prev-posts a:after {
      border-bottom: 2px solid black;
      border-left: 2px solid black;
      height: 10px;
      width: 10px;
      top: 0;
      bottom: 0;
      left: 16px;
      transform: rotate(45deg); }
    .product__pagination .prev-posts a:hover {
      padding-left: 50px !important; }
      .product__pagination .prev-posts a:hover:before {
        width: 26px; }

#menu-product-categories {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 48px; }
  @media (min-width: 800px) {
    #menu-product-categories {
      padding-left: 48px; } }
  #menu-product-categories .menu-item {
    text-transform: uppercase;
    border-bottom: 1px solid #cecece; }
    #menu-product-categories .menu-item a {
      color: black;
      text-decoration: none;
      line-height: 40px;
      padding-left: 24px;
      transition: color ease 150ms; }
      #menu-product-categories .menu-item a:hover {
        color: #f42533; }
    #menu-product-categories .menu-item.current-menu-item {
      background-color: #f42533;
      border-bottom: 0; }
      #menu-product-categories .menu-item.current-menu-item a {
        color: white; }

.background-color--primary {
  background-color: #f42533; }

.background-color--white-dark {
  background-color: #fafafa; }

.background-color--white-darker {
  background-color: #f0f0f0; }

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

.u-overflow {
  overflow: hidden !important; }

.u-noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

@media (min-width: 1200px) {
  .viewport-left {
    margin-left: calc((100vw - 1200px) / -2); } }

@media (min-width: 1200px) {
  .viewport-right {
    margin-right: calc((100vw - 1200px) / -2); } }

.background-image--cover {
  background-size: cover;
  background-repeat: no-repeat; }

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