@charset "UTF-8";
/*
* strip-unit - Unit stripper [10px = 10]
* param - $num : the value with a unit suffix, E.g: 10px
* return - $result : the value without any suffix, E.g: 10
* E.g. strip-unit(100px) = 100
*/
/*
* pxToEM - Convert PX value to EM value [100px = 6.25em]
* param - $target : the value in px without 'px' suffix, E.g: 100
* return - $result : the value in em with 'em' suffix, E.g: 6.25em
* E.g. pxToEM(100) = 6.25em
*/
/*
* u - PX and REM constrictor
* param - $property : css property, E.g: padding
* param - $values... : list of values for the property, note values are multiplied by $pixelBase, E.g.: 10, 20, 30, 40
* return - $result : the css property with values applied in pixels
* E.g. @include u(padding, 10, 20, 30, 40) = padding: 100px, 200px, 300px, 400px;
*/
/*! Variables */
/*! Functions */
/** deep-map-get - Function to fetch deeply nested values from a given map
 * @param map {map}: The map we are fetching from
 * @param keys {array}: The key chain
 * @return {*}: The found value
*/
/** 
 * split-str - Split a string be a given char
 * @param {string} string: The string being split
 * @param {char} separator: The separating character
 * @return {array} split-arr: An array of the split up words
 */
/** 
 * get - Fetches deeply nested values based on the key given
 * @param {string} key: The key being used in the fetch
 * @param {map} map: The map being fetched from
 * @return {*}: The found value or values
 */
/*! Mixins */
/*! Global */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Glegoo);
@import url(https://fonts.googleapis.com/css?family=Coustard);
/* CSS Document - Author: Matthew Shield */
/* =============================================================================
	 Base
	 ========================================================================== */
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #787878;
  font-family: "Noto Sans", Arial, Verdana, sans-serif;
  min-width: 320px; }

::-moz-selection {
  background: #d87d24;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #d87d24;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
	 Links
	 ========================================================================== */
a,
a:link {
  color: #8fa9ab;
  text-decoration: none; }

a:visited {
  color: #0c6a75; }

a:hover {
  color: #d87d24; }

a:focus {
  outline: 0; }

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

/* =============================================================================
	 Typography
	 ========================================================================== */
blockquote {
  background: #82c6ce;
  margin: 0;
  padding: 5px;
  color: #fff;
  line-height: 1.3;
  position: relative;
  margin-bottom: 40px;
  margin-top: 54px; }

blockquote p {
  margin: 5px 0; }

blockquote:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 20%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 40px 15px 0;
  border-color: transparent #82c6ce transparent transparent; }

/* =============================================================================
	 Lists
	 ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

/* =============================================================================
	 Forms
	 ========================================================================== */
/* =============================================================================
	 Site Structure
	 ========================================================================== */
.jPanelMenu body[data-menu-position="open"] .jPanelMenu-panel {
  margin-left: -10px; }

.container, .c2-why-use-us__container.article-list .c2-why-use-us__text {
  max-width: 1300px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.header.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 9999; }

.header.fixed .show-on-mobile {
  display: block !important; }

.header.fixed .hide-on-mobile {
  display: none !important; }

.header.fixed .contact {
  margin-top: 0;
  margin-right: 15px; }

.header.fixed .logo {
  margin-top: 10px;
  width: 115px; }

.header.fixed .facebook {
  display: none; }

.header.fixed .contact a.call {
  padding-right: 50px; }

.logo {
  width: 230px;
  float: left;
  margin-top: 20px; }

.logo img {
  max-width: 100%;
  height: auto; }

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #333333 url("/p/1/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.no-svg .close-btn {
  background-image: url("/p/1/close-btn.png"); }

.close-btn:focus,
.close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.menu .close-btn {
  display: none; }

.content-cta,
.content-mid,
.content-bottom {
  background: #eeeeee;
  position: relative; }

.sidebar-nav {
  background: #6c8e91;
  border-left: 8px solid #0c6a75;
  padding: 20px 0 10px 0px;
  clear: both;
  margin-bottom: 14px; }

.sidebar-nav .headpage {
  font-size: 24px;
  background: transparent !important; }

.sidebar-nav ul {
  padding: 0;
  margin: 0; }

.sidebar-nav li a {
  color: #fff;
  padding: 2px 10px 2px 20px;
  margin: 4px 0; }

.sidebar-nav li a:hover,
.sidebar-nav li.cur a {
  background: #d87d24; }

.sidebar-nav li.par a {
  padding-left: 40px; }

.content-right img,
.content-top img {
  max-width: 100%;
  height: auto; }

.content-right ul {
  padding: 0 0 0 40px;
  line-height: 2; }

.content-bottom {
  margin-top: 30px; }

.standard .content-bottom {
  background: #fff;
  border-top: 20px solid #eeeeee;
  padding-top: 40px; }

a.intergage {
  color: #8fa9ab;
  margin: 13px 0;
  float: left;
  width: 23%;
  font-size: 13px; }

/* =============================================================================
	 Other Classes
	 ========================================================================== */
.arrowLink {
  position: relative; }

.arrowLink a {
  padding-right: 40px;
  z-index: 1;
  position: relative; }

.arrowLink:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/p/1/bg_direction_nav.png) no-repeat 70% -50px #0c6a75;
  position: absolute;
  right: 0; }

.arrowLink:hover:after {
  background-color: #d87d24 !important; }

.ctastyle a {
  color: #fff; }

.ctastyle {
  clear: both; }

span.bespokedesign a {
  background: url(/p/1/bespoke_design_icon.png) #8fa9ab no-repeat 10px 50%;
  clear: both; }

span.casestudies a {
  background: url(/p/1/case_studies_icon.png) #8fa9ab no-repeat 10px 50%; }

span.showroom a {
  background: url(/p/1/showroom_icon.png) #8fa9ab no-repeat 10px 50%; }

span.appointment a {
  background: url(/p/1/book_apt_icon.png) #8dc119 no-repeat 10px 50%; }

.new-home .appointment {
  display: block;
  padding-top: 66.5%; }

.new-home .appointment a {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  color: #fff;
  padding-left: 42%;
  padding-top: 25%; }

.new-home .appointment.arrowLink:after {
  top: 70%;
  z-index: 1;
  background-position: 85% -50px; }

.new-home .blue-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  background: #8fa9ab;
  background: rgba(143, 169, 171, 0.9);
  padding: 20px;
  bottom: 0; }

.new-home .blue-overlay * {
  color: #fff; }

.new-home .blue-overlay h2 {
  margin-left: 0;
  font-weight: 700;
  font-size: 1.8em; }

.new-home .blue-overlay .CTAbutton a {
  background: #2fa0ad; }

.new-home .ourCoverage,
.new-home .gallery,
.new-home .drawings {
  background-image: url(/p/1/Our_Coverage_Gallery_Design_CTAs.png);
  margin: 0 auto;
  height: 280px;
  width: 320px; }

.new-home .ourCoverage {
  background-position: -2% 0; }

.new-home .ourCoverage:hover {
  background-position: -2% -297px; }

.new-home .gallery {
  background-position: 48% 8px; }

.new-home .gallery:hover {
  background-position: 48% -289px; }

.new-home .drawings {
  background-position: 102% 0; }

.new-home .drawings:hover {
  background-position: 102% -297px; }

.blank-bg {
  background: #fff; }

.ctas a {
  padding-left: 80px !important; }

.home .appointment a {
  background: url(/p/1/Book_an_appointment_CTA.png) #8fa9ab no-repeat 10px 50%; }

.home .drawing a {
  background: url(/p/1/drawing_icon.png) #8fa9ab no-repeat 10px 50%; }

.imageBox {
  background: #a2a6aa;
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 25px;
  color: #fff;
  max-width: 40%;
  padding: 5px 10px;
  line-height: 1.1; }

.imageBox a {
  color: #fff; }

.responsive {
  height: auto;
  max-width: 100%; }

.blue-curve {
  background: #6ca2a6;
  height: 264px; }

.blue-curve p {
  color: #fff;
  padding: 4px;
  margin: 0 0 70px 0;
  font-size: 14px; }

.blue-curve h2 {
  color: #fff;
  font-size: 26px;
  margin: 0 6px;
  padding: 15px 10px 0px 0px;
  font-weight: 400;
  font-family: "Noto Sans"; }

.floatright {
  float: right; }

.ourCoverage,
.gallery {
  width: 100%;
  max-width: 350px;
  height: 212px;
  background: url("/p/1/Home-CTA-Bi-Fold.png") no-repeat; }

.gallery {
  background-position: -350px 0; }

.ourCoverage:hover {
  background-position: 0 -209px; }

.gallery:hover {
  background-position: -350px -209px; }

.gallery-title {
  width: 230px;
  height: 95px;
  background: url(/p/1/gallery_title.png) no-repeat;
  float: left; }

.ctas a {
  background: #8fa9ab;
  color: #fff;
  display: block;
  margin: 0;
  font-size: 26px;
  padding: 15px 35px 15px 20px;
  border-left: 6px solid #0c6a75;
  position: relative; }

.ctas .appointment a {
  font-size: 23px; }

.ctasinternal a {
  background: #8fa9ab;
  color: #fff;
  display: block;
  margin: 0;
  font-size: 26px;
  padding: 20px 115px 10px 20px;
  border-left: 6px solid #0c6a75;
  position: relative; }

.ctas .arrowLink {
  display: block; }

.ctas .arrowLink:after {
  bottom: 0%;
  right: 0%;
  z-index: 2; }

.ctas .arrowLink:last-child a {
  margin-bottom: 0; }

.content-cta {
  margin: 0 0 30px 0; }

.popup-container {
  display: none; }

/*B&W transition*/
.bw {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.bw:hover {
  -webkit-filter: grayscale(0%); }

/*
 * jQuery FlexSlider v2.0
 * https://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Flexslider  Styles */
.flexslider {
  zoom: 1;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.flex-viewport .slides {
  max-height: 2000px;
  -webkit-transition: all 2000ms cubic-bezier(0.7, 0, 0.41, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.7, -0.2, 0.41, 1);
  -moz-transition: all 2000ms cubic-bezier(0.7, -0.2, 0.41, 1);
  -ms-transition: all 2000ms cubic-bezier(0.7, -0.2, 0.41, 1);
  -o-transition: all 2000ms cubic-bezier(0.7, -0.2, 0.41, 1);
  transition: all 2000ms cubic-bezier(0.7, -0.2, 0.41, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.41, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, -0.2, 0.41, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, -0.2, 0.41, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, -0.2, 0.41, 1);
  -o-transition-timing-function: cubic-bezier(0.7, -0.2, 0.41, 1);
  transition-timing-function: cubic-bezier(0.7, -0.2, 0.41, 1); }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative; }

.flexslider .slides img {
  width: 100%;
  min-width: 500px;
  height: auto;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

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

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

* html .slides {
  height: 1%; }

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

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.bannerText {
  background: #a2a6aa;
  color: #303030;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  top: 55%;
  max-width: 37%; }

.bannerText p {
  margin: 0;
  line-height: 1.2;
  font-family: Glegoo; }

.bannerText a {
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  display: inline-block;
  margin-top: 10px;
  padding-right: 0; }

.bannerText a:hover {
  color: #d87d24; }

.bannerText .arrowLink:after {
  display: none; }

.flex-direction-nav {
  display: none; }

/* Gallery */
.no-js .gallery-system {
  display: none; }

.gallery-system .main-photo {
  background: url(/p/1/gallery_main_bg.jpg) no-repeat 0 0;
  margin: 0 auto;
  width: 85%;
  height: 0%;
  padding: 1.5% 4.5% 3% 5%;
  background-size: 100% auto;
  max-width: 995px; }

.gallery-system .main-photo a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center; }

.gallery-system .main-photo a img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  width: auto; }

.gallery-system .thumb-container {
  width: 100%;
  margin: 0; }

.gallery-system #thumbs div {
  display: block;
  width: 140px;
  float: left;
  background: url(/p/1/thumb_bg.png); }

.gallery-system #thumbs a {
  display: block;
  width: 100%;
  height: 100%; }

.gallery-system #thumbs a img {
  display: block;
  width: 140px;
  height: 75px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.gallery-system #thumbs a:hover img {
  opacity: 0; }

.gallery-system .flex-direction-nav {
  position: relative; }

.gallery-system .flex-direction-nav a {
  top: -75px; }

.gallery-system .flex-direction-nav a.disabled {
  display: none !important; }

/* LHS Styles */
.sidebar-nav li.par a.curparlev1,
.sidebar-nav li a.poc,
.sidebar-nav li.par span.curparlev1,
.sidebar-nav li span.poc {
  padding-left: 20px;
  background: #d87d24; }

.sidebar-nav ul.lev2 {
  background: #316e76;
  margin-top: -3px; }

.sidebar-nav li a.lev2.child,
.sidebar-nav li span.lev2.child {
  background: transparent; }

.sidebar-nav li a.lev2.child:hover,
.sidebar-nav li span.lev2.child:hover {
  background: #448f99; }

.sidebar-nav li a.curlev2.child,
.sidebar-nav li span.curlev2.child {
  background: #d87d24; }

/* Home page cta's fix */
.home .ctas a {
  padding: 15px 80px 15px 80px !important; }

.home .appointment {
  background: #8fa9ab; }

.home .appointment a {
  font-size: 26px; }

/* English Door Page Styles */
.englishdooritem {
  margin-right: -6px;
  margin-left: -10px; }

.englishdooritem h2 {
  font-size: 17px; }

/* Contact Form Styles */
.contactCTA {
  margin-top: -22px; }

#map1 {
  margin: 2% 0%; }

.contactColumn {
  width: 60%;
  float: left;
  border-left: 6px solid #0c6a75;
  background: #8fa9ab;
  height: 225px; }

.contactColumn.column2 {
  float: right;
  width: 37%; }

.contactColumn p {
  color: #fff; }

.contactColumn h2 {
  color: #fff; }

.contactForm .FormFieldReqText {
  font-size: 12px; }

.contactForm .SeparatorCol {
  width: 100%; }

.contactForm .FormTableFields input,
.contactForm .FormTableFields textarea {
  padding: 7px 5px;
  font-size: 15px;
  width: 280px; }

.contactForm .FormTableFields textarea {
  width: 282px; }

.contactForm .FormTableBox {
  text-align: center; }

.CTAbutton a {
  border-left: 6px solid #0c6a75;
  background: #8fa9ab;
  color: #fff;
  padding: 7px 10px;
  position: relative;
  color: #fff; }

.CTAbutton a:after {
  content: "";
  width: 32px;
  height: 33px;
  background: url(/p/1/bg_direction_nav.png) no-repeat 60% -54px #0c6a75;
  position: absolute;
  right: -32px;
  top: 0; }

.CTAbutton a:hover:after {
  background-color: #d87d24 !important; }

.CTAbuttonhome a {
  border-left: 6px solid #0c6a75;
  background: #a2a6aa;
  color: #fff;
  padding: 7px 10px;
  position: relative;
  color: #fff; }

.CTAbuttonhome a:after {
  content: "";
  width: 32px;
  height: 33px;
  background: url(/p/1/bg_direction_nav.png) no-repeat 80% -50px #0c6a75;
  position: absolute;
  right: -32px;
  top: 0; }

.CTAbuttonhome a:hover:after {
  background-color: #d87d24 !important; }

.case-study {
  background: #8fa9ab;
  color: #fff;
  padding: 0 10px;
  position: relative; }

.case-study:before,
.case-study:after {
  content: " ";
  display: table; }

.case-study:after {
  clear: both; }

.case-study a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  text-indent: -150%;
  background: url(/p/1/case_studies_arrow.png) no-repeat 100% 100%; }

.case-study img {
  margin-right: 15px; }

.case-study strong {
  padding: 10px 0 0 0;
  font-size: 1.2em;
  display: block; }

/* Swipe Box */
html.swipebox {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none; }

#swipebox-slider .slide {
  background: url("https://dreadnought-tilescouk.14-1.a01.co.uk/p/1/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-action,
#swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-action {
  bottom: -50px; }

.swipebox-touch #swipebox-action,
.swipebox-touch #swipebox-caption {
  display: block !important; }

#swipebox-action.visible-bars {
  bottom: 0; }

#swipebox-action.force-visible-bars {
  bottom: 0 !important; }

#swipebox-caption {
  top: -50px;
  text-align: center; }

#swipebox-caption.visible-bars {
  top: 0; }

#swipebox-caption.force-visible-bars {
  top: 0 !important; }

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url(/p/1/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px; }

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px; }

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px; }

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; }

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s; }

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s; }

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0; }
  #swipebox-action #swipebox-prev {
    right: 60px; }
  #swipebox-action #swipebox-next {
    right: 0; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-action,
#swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95; }

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/* =============================================================================
	 Responsive Classes	 ========================================================================== */
@media screen and (min-width: 570px) {
  .logo {
    width: 275px; }
  /* Direction Nav */
  .flex-direction-nav {
    *height: 0;
    display: block; }
  .flex-direction-nav a {
    width: 45px;
    height: 75px;
    margin: 0;
    display: block;
    background: url(/p/1/bg_direction_nav.png) no-repeat 100% 0 #8fa9ab;
    position: absolute;
    top: 25%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .flex-direction-nav .flex-next {
    background-position: 20% -15px;
    right: 0; }
  .flex-direction-nav .flex-prev {
    left: 0;
    background-position: 80% 50px; }
  .flex-direction-nav .flex-prev:hover,
  .flex-direction-nav .flex-next:hover {
    opacity: 1;
    width: 65px; }
  .flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=30);
    cursor: default; }
  .main-photo .flex-direction-nav .flex-next,
  .main-photo .flex-direction-nav .flex-prev {
    opacity: 0; }
  .main-photo:hover .flex-direction-nav .flex-next,
  .main-photo:hover .flex-direction-nav .flex-prev {
    opacity: 1; }
  .bannerText {
    font-size: 30px;
    top: 52%; }
  .bannerText a {
    font-size: 20px;
    padding-right: 45px; } }

@media screen and (min-width: 768px) {
  .blue-curve {
    background: url("/p/1/blue_curve_bi-fold.png") no-repeat 0 100% transparent; }
  .fifty_width {
    float: left;
    width: 49%; } }

@media screen and (min-width: 920px) {
  .twoColumn {
    width: 50%;
    float: left;
    position: relative; }
  .threeColumn {
    width: 33%;
    float: left;
    position: relative; }
  .content-top .oneThird {
    width: 30%;
    margin: 20px 1.5% 40px 1.5%; }
  .oneThird {
    width: 33%;
    float: left;
    position: relative;
    font-size: 14px; }
  .oneThirdinternal {
    float: left;
    position: relative;
    width: 100%;
    margin-top: -14px; }
  .twoThirds {
    width: 66%;
    float: left;
    position: relative;
    font-size: 14px; }
  .oneThird img,
  .twoThirds img {
    max-width: 100%;
    height: auto; }
  .standard .banner {
    margin-bottom: 30px; }
  .bannerText {
    font-size: 35px;
    top: 57%; }
  .advert-image {
    border-right: 6px solid #0c6a75;
    padding-right: 4px; }
  .popup-container {
    position: absolute;
    bottom: 0;
    right: 40%;
    display: block; }
  .standard .popup-container {
    right: 20%; }
  .popup-container .popup {
    float: left;
    color: #fff;
    position: absolute;
    width: 150px;
    margin-left: 20px;
    overflow: hidden;
    bottom: 0;
    max-height: 35px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .popup-container .popup:hover {
    max-height: 150px; }
  .popup-container a {
    color: #fff;
    text-decoration: underline; }
  .popup-container .popup .title {
    display: block;
    height: 35px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    text-align: center; }
  .popup-container p {
    padding: 5px 10px;
    margin: 0; }
  .popup-container ul li {
    float: left;
    list-style: none;
    margin: 0 5px;
    background: #8fa9ab;
    border-bottom: 5px solid #0c6a75;
    position: relative;
    top: 5px; }
  .popup-container ul li a {
    padding: 2px 30px 0px 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    display: block; }
  .popup-container .brown,
  .popup-container .brown .title {
    background: #7f3f0f;
    background: rgba(127, 63, 15, 0.7);
    right: 0; }
  .popup-container .green,
  .popup-container .green .title {
    background: #8dc119;
    background: rgba(141, 193, 25, 0.7);
    width: 180px; }
  .popup-container .blue,
  .popup-container .blue .title {
    background: #00aac3;
    background: rgba(0, 170, 195, 0.7);
    right: -370px; } }

@media screen and (min-width: 980px) {
  .blue-curve p {
    padding-bottom: 4px; } }

@media screen and (min-width: 1200px) {
  #jPanelMenu-menu {
    display: none !important; }
  .jPanelMenu-panel {
    left: 0 !important; }
  .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .bannerText a {
    top: -20px; }
  .bannerText .arrowLink:after {
    height: 40px;
    top: 18px;
    background-color: #303030;
    display: block;
    position: absolute;
    right: 0; }
  .flexslider {
    min-height: 600px; } }

@media screen and (max-width: 1200px) {
  .ctas .appointment a {
    font-size: 14px; }
  .home .appointment a {
    font-size: 26px; }
  .menu .close-btn {
    position: absolute;
    top: 20px;
    left: -60%;
    z-index: 1; }
  #jPanelMenu-menu {
    background: #333333;
    -webkit-box-shadow: inset -5.5em 0 2.5em -2.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -5.5em 0 2.5em -2.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -5.5em 0 2.5em -2.75em rgba(0, 0, 0, 0.25); }
  .js-ready .menu .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
  .js-ready .menu .close-btn:focus,
  .js-ready .menu .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@media screen and (max-width: 1099px) {
  .ctas a {
    padding-right: 0; }
  .new-home .blue-overlay h2 {
    margin-left: 0;
    font-weight: 700;
    font-size: 16px; } }

@media screen and (max-width: 959px) {
  .ctas a {
    font-size: 21px; }
  .home .ctas a {
    font-size: 21px; }
  .bannerText {
    max-width: 100%; }
  .bannerText a {
    margin-top: 0; } }

@media screen and (max-width: 550px) {
  .subtitle {
    display: none; }
  .creditIMG {
    width: 90%;
    height: auto;
    margin: 0 auto;
    float: none;
    display: block; }
  a.intergage {
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    margin: 0;
    bottom: -18px;
    text-align: center; } }

/* Nav menu styles */
@media screen and (max-width: 919px) {
  .home .twoThirds {
    position: relative; }
  .home .appointment a {
    position: relative;
    padding: 75px 0%;
    padding-left: 190px; }
  span.arrowLink.appointment {
    padding-top: 0;
    clear: both; }
  .home .appointment a {
    background-size: 150px; }
  .ctas a {
    font-size: 26px; }
  .contactCTA {
    margin-top: 0px;
    clear: both; }
  .contactColumn.column2 {
    float: left; }
  .contactColumn,
  .contactColumn.column2 {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 767px) {
  .home .new-home .blue-overlay {
    position: relative;
    width: 100%; } }

@media screen and (max-width: 650px) {
  .home .content-bottom .twoColumn {
    float: none;
    width: auto; }
  .home .content-bottom .twoThirds {
    height: auto; }
  .case-study img {
    float: none !important;
    margin: 0 auto;
    display: block; } }

@media screen and (max-width: 570px) {
  .logo {
    width: 175px;
    float: none;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 10px auto 0 auto; }
  a.email {
    display: none !important; }
  .bannerText {
    background: #a2a6aa;
    color: #303030;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    top: 48%;
    max-width: 37%; } }

/* ==|== non-semantic helper classes ========================================
	 Please define your styles before this section.
	 ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after,
.container:before,
.c2-why-use-us__container.article-list .c2-why-use-us__text:before,
.container:after,
.c2-why-use-us__container.article-list .c2-why-use-us__text:after {
  content: "";
  display: table; }

.clearfix:after,
.container:after,
.c2-why-use-us__container.article-list .c2-why-use-us__text:after {
  clear: both; }

.clearfix, .container, .c2-why-use-us__container.article-list .c2-why-use-us__text {
  *zoom: 1; }

/* =============================================================================
	 Print Styles
	 ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
    color: black !important; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*! Theme */
span,
li,
p {
  font-size: 1rem; }

body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0 !important;
  margin-bottom: 1rem !important; }

body h2 {
  color: #303030; }

h3 {
  font-weight: 500; }

body p {
  margin-top: 0;
  margin-bottom: 1rem; }

body h1 {
  font-size: 2rem; }
  @media screen and (min-width: 920px) {
    body h1 {
      font-size: 2.4rem; } }

body h2 {
  font-size: 1.8rem; }
  @media screen and (min-width: 920px) {
    body h2 {
      font-size: 2rem; } }

body h3 {
  font-size: 1.4rem; }
  @media screen and (min-width: 920px) {
    body h3 {
      font-size: 1.5rem; } }

body h4 {
  font-size: 1.3rem; }
  @media screen and (min-width: 920px) {
    body h4 {
      font-size: 1.4rem; } }

body h5 {
  font-size: 1.2rem; }
  @media screen and (min-width: 920px) {
    body h5 {
      font-size: 1.3rem; } }

body h6 {
  font-size: 1.15rem; }
  @media screen and (min-width: 920px) {
    body h6 {
      font-size: 1.2rem; } }

/*! Header */
.header {
  background: #ffffff;
  padding: 0 10px 10px 10px;
  border-bottom: 7px solid #8fa9ab; }
  .header > .container, .c2-why-use-us__container.article-list .header > .c2-why-use-us__text {
    position: relative; }
  .header__link {
    margin-right: 0.8rem; }
    .header__link--desktop {
      display: none; }
      @media screen and (min-width: 1200px) {
        .header__link--desktop {
          display: block; } }
      .header__link--desktop a.call, .header__link--desktop a.facebook {
        background: url(/p/1/contact_bg1.png) no-repeat 0 0;
        display: inline-block;
        width: 30px;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap; }
      .header__link--desktop a.call {
        font-size: 30px;
        padding: 0 30px;
        background-position: 0 -18px;
        width: auto;
        text-indent: 0;
        overflow: visible;
        text-decoration: none;
        color: #8fa9ab; }
      .header__link--desktop a.facebook {
        background-position: 0 -68px;
        margin-right: -10px;
        position: absolute;
        right: 0px;
        bottom: 13px; }
      .header__link--desktop p {
        margin: 0; }
      .header__link--desktop hr {
        margin: 4px 0 -4px 0; }
    .header__link--email, .header__link--phone {
      font-size: 0; }
      @media screen and (min-width: 1200px) {
        .header__link--email, .header__link--phone {
          display: none; } }
      .header__link--email::after, .header__link--phone::after {
        content: "";
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    .header__link--email::after {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='envelope' class='svg-inline--fa fa-envelope fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%238fa9ab' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z'%3E%3C/path%3E%3C/svg%3E"); }
    .header__link--phone::after {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='phone' class='svg-inline--fa fa-phone fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%238fa9ab' d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'%3E%3C/path%3E%3C/svg%3E"); }
  .header .contact {
    right: 0;
    bottom: 1.5rem;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 570px) {
      .header .contact {
        position: absolute;
        width: auto; } }
    @media screen and (min-width: 1200px) {
      .header .contact {
        bottom: 0.5rem; } }

/*! Banner */
.c2-slick-banner__slide {
  position: relative;
  height: 80vh;
  overflow: hidden; }
  .c2-slick-banner__slide figure {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .c2-slick-banner__slide figure::after {
      content: "";
      background: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (min-width: 920px) {
        .c2-slick-banner__slide figure::after {
          display: none; } }
  .c2-slick-banner__slide__caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }
    .c2-slick-banner__slide__caption figcaption {
      display: inline-block;
      padding: 0.8rem 1rem;
      width: calc(100% - 2rem);
      text-align: center; }
      @media screen and (min-width: 920px) {
        .c2-slick-banner__slide__caption figcaption {
          background: #8fa9ab;
          border: 2px solid #fff;
          width: auto;
          min-width: 500px;
          padding: 1rem 2rem;
          text-align: left; } }
      .c2-slick-banner__slide__caption figcaption > *, .c2-slick-banner__slide__caption figcaption a {
        color: #fff;
        margin-top: 0;
        padding: 0;
        line-height: 1.4; }

@media screen and (max-width: 570px) {
  .c2-slick-banner .slick-arrow {
    top: auto;
    bottom: 10px; } }

.banner {
  background: #eeeeee;
  position: relative; }
  .banner.fixed {
    margin-top: 160px; }
  .standard .banner {
    margin-bottom: 0; }
    .standard .banner img {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }

.c2-hero-banner {
  position: relative; }
  .c2-hero-banner--with-text {
    min-height: 30vh;
    display: flex;
    align-items: center;
    z-index: 0; }
    @media screen and (min-width: 920px) {
      .c2-hero-banner--with-text {
        min-height: 60vh; } }
    .c2-hero-banner--with-text::after {
      content: "";
      background: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (min-width: 920px) {
        .c2-hero-banner--with-text::after {
          display: none; } }
    .c2-hero-banner--with-text img {
      position: absolute;
      width: 100% !important;
      height: 100% !important;
      font-family: 'object-fit: cover;';
      object-fit: cover;
      z-index: -1;
      top: 0;
      left: 0; }
  .c2-hero-banner__text {
    padding: 0.8rem 1rem;
    text-align: center;
    margin: auto;
    z-index: 1; }
    @media screen and (min-width: 920px) {
      .c2-hero-banner__text {
        text-align: left;
        margin: 2rem auto;
        background: #8fa9ab;
        border: 2px solid #fff;
        max-width: 600px;
        padding: 1rem 2rem; } }
    .c2-hero-banner__text > *, .c2-hero-banner__text a {
      color: #fff;
      margin-top: 0;
      padding: 0;
      line-height: 1.4; }

/*! Menu */
.header.fixed #nav-open-btn {
  top: 35px; }

.header.fixed .nav {
  margin-top: 30px; }

.nav {
  z-index: 200;
  position: relative;
  width: 100%;
  color: #fff; }
  @media screen and (min-width: 1200px) {
    .nav {
      width: 657px;
      margin: 106px 0 0 300px; } }
  .nav ul {
    *zoom: 1;
    display: block; }
    @media screen and (min-width: 1200px) {
      .nav ul {
        text-align: left;
        white-space: nowrap; } }
    @media screen and (min-width: 1200px) {
      .nav ul.lev2 {
        display: none; } }
    .nav ul:after {
      clear: both; }
    .nav ul:after, .nav ul:before {
      content: "";
      display: table; }
  .nav li {
    display: block;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .nav li {
        display: inline-block; }
        .nav li:last-child {
          border-right: none; }
        .nav li:hover ul.lev2 {
          display: block;
          position: absolute;
          top: 35px;
          padding-top: 10px;
          left: 0;
          background: #8fa9ab; }
          .nav li:hover ul.lev2 li {
            float: none;
            display: block; }
            .nav li:hover ul.lev2 li:hover a {
              background: #d87d24;
              color: #fff; }
          .nav li:hover ul.lev2 a {
            padding: 5px 10px;
            border-bottom: 1px solid #454545;
            color: #fff; }
        .nav li:hover.no-dd:hover ul.lev2 {
          display: none; } }
    .nav li a {
      display: block;
      font-size: 16px;
      outline: none;
      text-decoration: none; }
      @media screen and (min-width: 1200px) {
        .nav li a {
          padding: 5px; } }
      .nav li a:focus, .nav li a:hover {
        color: #d87d24; }
    .nav li.cur a, .nav li.poc a {
      color: #d87d24; }
  .no-js .nav {
    display: block; }

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: url("/p/1/nav-icon-bifold.svg") left center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media screen and (min-width: 1200px) {
    .nav-btn {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }
  .nav-btn:hover, .nav-btn:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .no-svg .nav-btn {
    background-image: url("/p/1/nav-icon-bifold.png"); }

@media (max-width: 1199px) {
  .header .contact > a {
    display: inline-block;
    vertical-align: middle; } }

#nav-open-btn {
  width: 30px;
  cursor: pointer;
  margin-left: 0.4rem; }

/*! Toggler */
#toggler {
  margin: 20px 0; }

#toggler .bluebar {
  display: block;
  line-height: 48px;
  padding-left: 50px; }

#toggler h2 {
  cursor: pointer;
  background: #8FA9AB;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 16px;
  padding: 10px; }

div.toggle_box {
  margin-left: 20px; }

/*! Slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  @media screen and (min-width: 570px) {
    .slick-prev,
    .slick-next {
      height: 40px;
      width: 40px; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0.75;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

.slick-prev {
  left: 0.5rem; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0.5rem; }
  .slick-prev:before {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23FFFFFF' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'%3E%3C/path%3E%3C/svg%3E"); }
    [dir="rtl"] .slick-prev:before {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23FFFFFF' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E"); }

.slick-next {
  right: 0.5rem; }
  [dir="rtl"] .slick-next {
    left: 0.5rem;
    right: auto; }
  .slick-next:before {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23FFFFFF' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E"); }
    [dir="rtl"] .slick-next:before {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23FFFFFF' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'%3E%3C/path%3E%3C/svg%3E"); }

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

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

/*! Simple Lightbox */
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #fff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

/*! Content Boxes CTA */
.c2-content-boxes {
  position: relative; }
  @media screen and (min-width: 920px) {
    .c2-content-boxes {
      height: 40vh; } }
  @media screen and (min-width: 1200px) {
    .c2-content-boxes {
      height: 35vh; } }
  @media screen and (min-width: 920px) {
    .c2-content-boxes__container {
      display: flex;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); } }
  .c2-content-boxes__cta {
    position: relative;
    margin-bottom: 2rem; }
    @media screen and (min-width: 920px) {
      .c2-content-boxes__cta {
        flex: 1 1 0px;
        width: 0px;
        height: auto;
        margin: 0;
        height: 40vh; } }
    @media screen and (min-width: 1200px) {
      .c2-content-boxes__cta {
        height: 35vh; } }
    .c2-content-boxes__cta figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: -1; }
      @media screen and (min-width: 920px) {
        .c2-content-boxes__cta figure {
          position: static; } }
    .c2-content-boxes__cta figcaption {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 2rem;
      overflow: hidden;
      padding: 0.8rem 1.5rem;
      background: rgba(47, 160, 173, 0.9);
      transition: max-height 0.2s, padding 0.2s; }
      @media screen and (min-width: 920px) {
        .c2-content-boxes__cta figcaption {
          position: absolute;
          bottom: 0;
          left: 0;
          max-height: 0;
          padding: 0 2rem;
          height: calc(100% - 4rem); } }
      .c2-content-boxes__cta figcaption > *, .c2-content-boxes__cta figcaption a {
        color: #fff; }
    @media screen and (min-width: 920px) {
      .c2-content-boxes__cta:hover figcaption {
        max-height: 40vh;
        padding: 2rem; } }
    @media screen and (min-width: 1200px) {
      .c2-content-boxes__cta:hover figcaption {
        max-height: 35vh; } }

/*! Why Use Us */
.c2-why-use-us {
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 0; }
  @media screen and (min-width: 920px) {
    .c2-why-use-us {
      padding: 0;
      height: 35vh; } }
  .c2-why-use-us--article-list {
    padding: 0; }
  .c2-why-use-us__container > div {
    width: 100%; }
    @media screen and (min-width: 920px) {
      .c2-why-use-us__container > div {
        width: 50%;
        float: left; } }
  .c2-why-use-us__container.article-list {
    width: 100%; }
    .c2-why-use-us__container.article-list li {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 50vh; }
      @media screen and (min-width: 920px) {
        .c2-why-use-us__container.article-list li {
          height: 35vh; } }
    .c2-why-use-us__container.article-list .c2-why-use-us__text {
      padding-top: 2rem;
      padding-bottom: 2rem; }
      @media screen and (min-width: 920px) {
        .c2-why-use-us__container.article-list .c2-why-use-us__text {
          position: absolute;
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
          .c2-why-use-us__container.article-list .c2-why-use-us__text > div {
            width: 50%; } }
      .c2-why-use-us__container.article-list .c2-why-use-us__text > div > * {
        color: #D87D24; }
    .c2-why-use-us__container.article-list .c2-why-use-us__reasons {
      float: right; }
  .c2-why-use-us__text > * {
    color: #D87D24; }
    @media screen and (max-width: 920px) {
      .c2-why-use-us__text > * {
        text-align: center;
        color: #fff; } }
  .c2-why-use-us__reasons ul {
    margin: 0;
    padding: 0; }
    .c2-why-use-us__reasons ul li, .c2-why-use-us__reasons ul span {
      text-align: center;
      font-size: 24px;
      color: #fff;
      font-weight: 700; }
      @media screen and (min-width: 1200px) {
        .c2-why-use-us__reasons ul li, .c2-why-use-us__reasons ul span {
          text-align: right; } }
  .c2-why-use-us__background {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1; }
    .c2-why-use-us__background::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(216, 125, 36, 0.4); }
  .c2-why-use-us__image-slide {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1; }
    .c2-why-use-us__image-slide::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(216, 125, 36, 0.4); }

/*! Footer */
.c2-footer {
  background: #8fa9ab; }
  .c2-footer__top {
    display: flex;
    flex-direction: column-reverse; }
    @media screen and (min-width: 920px) {
      .c2-footer__top {
        flex-direction: row; } }
    .c2-footer__top > div {
      padding: 1rem 0rem;
      text-align: center; }
      @media screen and (min-width: 920px) {
        .c2-footer__top > div {
          text-align: left;
          padding: 6rem 2rem;
          flex: 0 1 25%; }
          .c2-footer__top > div:first-of-type {
            padding: 6rem 0; }
          .c2-footer__top > div:last-of-type {
            padding: 6rem 0; } }
      .c2-footer__top > div img {
        max-width: 360px; }
      .c2-footer__top > div > *, .c2-footer__top > div a, .c2-footer__top > div li {
        color: #fff;
        letter-spacing: 1px; }
      .c2-footer__top > div ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .c2-footer__top > div ul li:not(:last-of-type) {
          margin-bottom: 1rem; }
      .c2-footer__top > div p {
        margin: 0;
        line-height: 1.8rem; }
    .c2-footer__top__social {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 1rem; }
      @media screen and (min-width: 920px) {
        .c2-footer__top__social {
          justify-content: flex-start; } }
      .c2-footer__top__social a:not(:last-child) {
        margin-right: 2rem; }
      .c2-footer__top__social a::after {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
      .c2-footer__top__social .social-facebook::after {
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='facebook-f' class='svg-inline--fa fa-facebook-f fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23FFFFFF' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'%3E%3C/path%3E%3C/svg%3E"); }
      .c2-footer__top__social .social-twitter::after {
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='twitter' class='svg-inline--fa fa-twitter fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'%3E%3C/path%3E%3C/svg%3E"); }
      .c2-footer__top__social .social-linkedin::after {
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='linkedin-in' class='svg-inline--fa fa-linkedin-in fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFFFFF' d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'%3E%3C/path%3E%3C/svg%3E"); }
      .c2-footer__top__social .social-email::after {
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='envelope' class='svg-inline--fa fa-envelope fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'%3E%3C/path%3E%3C/svg%3E"); }
  .c2-footer__bottom__row {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0; }
    @media screen and (min-width: 920px) {
      .c2-footer__bottom__row {
        padding: 2rem 0; } }
  .c2-footer__bottom__copyright > * {
    color: #fff; }
  .c2-footer__bottom__logo .topLogo {
    z-index: 6;
    margin-left: auto;
    background-size: auto 34px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 10px;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 59.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 4%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M60,29.8a30,30,0,0,0-60,0A29.74,29.74,0,0,0,25,59.19l1.4.23V57l-1-.16A27.36,27.36,0,0,1,30,2.42a27.36,27.36,0,0,1,6.48,54l-.5.12v-26H24V33h9.54V59.42L35,59.19A29.74,29.74,0,0,0,60,29.8Z'/%3E%3Cpath class='cls-1' d='M30,14.44a6.47,6.47,0,0,0-6.47,6.47A6.58,6.58,0,0,0,30,27.43a6.5,6.5,0,0,0,6.47-6.52A6.4,6.4,0,0,0,30,14.44ZM30,25a4.08,4.08,0,0,1,0-8.15,4,4,0,0,1,4,4.05A4.08,4.08,0,0,1,30,25Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    border: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    -ms-transition: -ms-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out; }
    .c2-footer__bottom__logo .topLogo:hover {
      transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg); }
  .c2-footer #footer-bottom {
    border-top: 1px solid #fff; }

/*! Text and Image */
@media screen and (min-width: 1200px) {
  .c2-text-and-image {
    display: flex; } }

.c2-text-and-image--reverseYes {
  flex-direction: row-reverse; }

.c2-text-and-image > div {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.c2-text-and-image__content {
  flex: 0 0 45%; }

.c2-text-and-image__image {
  flex: 0 0 55%;
  position: relative; }
  .c2-text-and-image__image img {
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .c2-text-and-image__image img {
        position: absolute;
        width: calc(100% - 30px);
        height: 100%;
        font-family: 'object-fit: cover;';
        object-fit: cover; } }

/*! Helpers */
.space-above {
  margin-top: 1.5rem !important; }
  @media screen and (min-width: 920px) {
    .space-above {
      margin-top: 3rem !important; } }

.space-below {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 920px) {
    .space-below {
      margin-bottom: 3rem !important; } }

@media screen and (min-width: 920px) {
  .pad-in-text {
    max-width: 80%;
    margin: auto; } }

/*! Key Features */
.c2-key-features {
  position: relative;
  min-height: calc(200px + 2rem); }
  .c2-key-features__title {
    color: #fff;
    text-align: center;
    padding: 2rem 0; }
  .c2-key-features__container {
    top: 2rem;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    z-index: 0; }
    @media screen and (min-width: 1200px) {
      .c2-key-features__container {
        position: absolute;
        width: 100vw;
        transform: translateX(-50%); } }
  .c2-key-features__background {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #2FA0AD;
    z-index: -1; }
  .c2-key-features__feature {
    min-width: 200px;
    min-height: 100px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .c2-key-features__feature__tick {
      width: 30px;
      height: 30px;
      margin-bottom: 1rem;
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
    .c2-key-features__feature span {
      color: #fff;
      font-weight: 700; }
    .c2-key-features__feature__desc {
      display: none; }

/*! Product Galleries */
.c2-product-gallery {
  padding: 0 0.7rem; }
  .c2-product-gallery .slick-slide img, .c2-product-gallery--for .slick-slide img {
    width: 100%; }
  .c2-product-gallery--for {
    margin-top: 1.4rem; }
    .c2-product-gallery--for .c2-product-gallery__image {
      margin: 0 0.7rem;
      cursor: pointer; }
      .c2-product-gallery--for .c2-product-gallery__image__expand {
        display: none; }
  .c2-product-gallery__image {
    position: relative; }
    .c2-product-gallery__image__expand {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem; }
      .c2-product-gallery__image__expand::after {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='expand' class='svg-inline--fa fa-expand fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFFFFF' d='M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H64v84c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-40c-6.6 0-12 5.4-12 12v84h-84c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-40c0-6.6-5.4-12-12-12H64v-84c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z'%3E%3C/path%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
    .c2-product-gallery__image__desc {
      display: none; }

/*! Gallery Pages */
.c2-gallery-page {
  display: flex;
  flex-wrap: wrap; }
  .c2-gallery-page__images {
    width: 100%; }
    @media screen and (min-width: 920px) {
      .c2-gallery-page__images {
        width: 70%; } }
  .c2-gallery-page__desc {
    width: 100%; }
    @media screen and (min-width: 920px) {
      .c2-gallery-page__desc {
        width: calc(30% - 1.4rem);
        padding: 0 0.7rem; } }
    .c2-gallery-page__desc__slider .c2-product-gallery__image__expand {
      display: none; }
    .c2-gallery-page__desc__slider .c2-product-gallery__image__desc {
      display: block; }
      .c2-gallery-page__desc__slider .c2-product-gallery__image__desc p {
        margin-top: 0; }

/*! c2 Sticky CTAs */
.c2-sticky-ctas {
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%; }
  .c2-sticky-ctas--hidden {
    transform: translateY(100%); }
    .c2-sticky-ctas--hidden:not(.c2-sticky-ctas--init) {
      animation: ctaHideMobile 0.2s; }
  .c2-sticky-ctas--visable {
    animation: ctaShowMobile 0.2s; }
  .c2-sticky-ctas__cta {
    flex: 1 1 0px;
    padding: 1rem;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
    .c2-sticky-ctas__cta:first-child {
      border-top-left-radius: 0; }
    .c2-sticky-ctas__cta:last-child {
      border-top-right-radius: 0; }
    .c2-sticky-ctas__cta:nth-child(odd) {
      background: #2FA0AD; }
    .c2-sticky-ctas__cta:nth-child(even) {
      background: #d87d24; }
    .c2-sticky-ctas__cta.hide-mobileYes {
      display: none; }
    .c2-sticky-ctas__cta > *, .c2-sticky-ctas__cta > a {
      color: #fff;
      font-size: 1rem;
      font-weight: bold; }
    .c2-sticky-ctas__cta > a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  @media screen and (min-width: 570px) {
    .c2-sticky-ctas {
      top: 5vh;
      left: auto;
      right: 0;
      display: block;
      width: auto; }
      .c2-sticky-ctas--hidden {
        transform: translateX(100%); }
        .c2-sticky-ctas--hidden:not(.c2-sticky-ctas--init) {
          animation: ctaHide 0.2s; }
      .c2-sticky-ctas--visable {
        animation: ctaShow 0.2s; }
      .c2-sticky-ctas__cta {
        writing-mode: vertical-rl;
        height: 130px;
        min-width: 50px;
        padding-right: 2.5rem;
        transform: translateX(1.5rem);
        transition: transform 0.2s;
        border-radius: 0; }
        .c2-sticky-ctas__cta.hide-mobileYes {
          display: inherit; }
        .c2-sticky-ctas__cta:hover {
          transform: translateX(0); }
        .c2-sticky-ctas__cta:not(:last-child) {
          margin-bottom: 1rem; } }

@keyframes ctaShow {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }

@keyframes ctaHide {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }

@keyframes ctaShowMobile {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0%); } }

@keyframes ctaHideMobile {
  from {
    transform: translateY(0%); }
  to {
    transform: translateY(100%); } }

/*! AC Styles */
body .dropDownHeader {
  color: #333 !important;
  clear: both;
  font-weight: 100;
  font-size: 16px; }

.section_bottom_map p {
  position: absolute;
  height: 200px;
  top: calc(50% - 100px);
  width: 375px;
  left: calc(50% - 192px);
  background-color: #F3F3F3;
  border: 1px solid #959FA1; }

/*! FAQs Cards */
.btn-accordion {
  display: inline-block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 700;
  color: #d87d24; }
  @media (prefers-reduced-motion: reduce) {
    .btn-accordion {
      transition: none; } }
  .btn-accordion:hover {
    color: #ac641d;
    text-decoration: underline; }
  .btn-accordion:focus, .btn-accordion.focus {
    outline: 0;
    text-decoration: underline; }
  .btn-accordion:disabled, .btn-accordion.disabled {
    pointer-events: none;
    opacity: 0.65;
    color: #6c757d; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0; }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0; }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0; }
  .card-group > .card:only-child {
    border-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }