/**** Foundation 6 ***/
/**** General Styles ***/
html, body{
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #363636;
}
a {color: #208185;}

a:hover {color: #208185;}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.no-padding-bottom {padding-bottom: 0 !important;}

.no-padding-top {padding-top: 0 !important;}

.no-padding-left {padding-left: 0 !important;}

.no-padding-right {padding-right: 0 !important;}

.no-border {border: 0 !important;}

.uppercase {text-transform: uppercase;}

.circle {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.button {
  background-color: #208185;
  text-transform: uppercase;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}
.button:hover, .button:focus {
  background-color: rgba(32,129,133,.85);
}
.button.empty {
  background-color: transparent;
  color: #1779ba;
  border: 2px solid #1779ba;
}
.button.empty:hover, .button.empty:focus {
  color: #fff;
  background-color: #1779ba;
}
.button.empty.black {
  color: #333;
  border: 2px solid #333;
}
.button.empty.black:hover, .button.empty.black:focus {
  background-color: #333;
  color: #fff;
}
blockquote {
  border: none;
  padding: 1rem 0 1.3rem;
  margin: 1.5rem 0 1rem;
  position: relative;
  text-align: center;
}
blockquote p {color: #333;}

#testimonial blockquote {
  border-bottom: 1px solid #dfdfdf;
}

textarea {min-height: 135px;}

.bg-overlay-dark {background-color: rgba(0,0,0,.4);}

/**** Accordion Menu ****/
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
  padding-left: 1.5em;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  left: 0;
  border: none;
  content: '+';
  width: 15px;
  height: 16px;
  top: 15%;
  margin-top: 0;
  font-size: 150%;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
  content: '-';
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
}

/**** Off Canvas ****/
.off-canvas {
  padding: 1em;
  background-color: #fff;
}
.off-canvas a:not(.button) {
  padding-left: 0;
  padding-right: 0;
}
.off-canvas .button {
  margin-top: 1em;
}
/**** Top Bar ****/
.top-bar {
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}
.top-bar ul {background-color: #fff;}

.off-canvas .menu, .top-bar .menu {text-transform: uppercase;}

.top-bar .dropdown.menu>li.opens-left>.is-dropdown-submenu {left: 0;}

.top-bar .is-dropdown-submenu {min-width: 275px;}

.top-bar .is-dropdown-submenu {border: none; z-index:999;}

.top-bar .dropdown.menu>li>a {line-height: 25px;}

.off-canvas a:not(.button), .top-bar a:not(.button) {color: rgba(24,26,27,.75);}

.off-canvas a:not(.button):hover, .top-bar a:not(.button):hover {color: #208185;}

.top-bar .dropdown.menu>li>a:not(.button) {
  padding-left: .5rem;
  padding-right: .5rem;
}
.top-bar .dropdown.menu>li.is-dropdown-submenu-parent>a {padding-right:.5rem;}

.top-bar .dropdown.menu>li.is-dropdown-submenu-parent>a:after {display: none;}

.top-bar-title {
  padding-top: 0;
  padding-bottom: 0;
}
.top-bar-title img {max-height: 50px;}

.top-bar .menu-icon {
  position: absolute;
  right: 15px;
  top: 30px;
}
.menu-icon::after {
  background: #181a1b;
  -webkit-box-shadow: 0 7px 0 #181a1b, 0 14px 0 #181a1b;
  box-shadow: 0 7px 0 #181a1b, 0 14px 0 #181a1b;
}
.menu-icon:hover:after {
  background: #208185;
  -webkit-box-shadow: 0 7px 0 #208185, 0 14px 0 #208185;
  box-shadow: 0 7px 0 #208185, 0 14px 0 #208185;
}
/**** Slider ****/
.index-slider .single-slider {
  position: relative;
  overflow: hidden;
}
.index-slider .single-slider>img {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: none;
}
.product-slider img {
  width: auto !important;
}
.index-slider .single-slider:after {
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index:2;
  background-color: rgba(61,61,61,.54);
}
.slide-caption {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index:88;
  text-shadow: 2px 2px 15px rgba(0,0,0,.1);
}
.slide-caption h2 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.slide-caption p {
  margin-bottom: 30px;
}
.slide-caption i {
  font-size: 500%;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top:50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin-top: -20px;
  border-color: transparent;
  z-index: 1;
  cursor:pointer;
}
.slick-prev {left: 0;}

.slick-next {right: 0;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  border: none;
}
.slick-prev:before, .slick-next:before {
  content:'';
  display: block; 
  width: 15px; 
  height: 15px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #fff;
  border-style: solid;
  margin: 15px;
}
.slick-prev:before {border-width: 0 0 2px 2px;}

.slick-next:before {border-width: 2px 2px 0 0;}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5px;
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 0;
	z-index:5;
}
.slick-dots li {
  position: relative;
	display: inline-block;
	width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
	cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
	display: block;
	width: 20px;
  height: 20px;
  padding: 5px;
	cursor: pointer;
	color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.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 {
  line-height: 10px;
	position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #fff;
}
/**** Sections ****/
.section-title, .section-content {padding: 2em 0;}

.section-title.with-img {
  position: relative;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-title.with-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(61,61,61,.54);
  z-index: 0;
}
.section-title h2, .section-title h3, .section-title h4 {
  margin: 0;
  line-height: 1.5;
  font-size: 135%;
}
.section-title.with-img h2 {
  position: relative;
  z-index: 9;
}
.section.cta {
  padding: 2em 0;
  background-color: #004685;
  color: #fff;
}
.cta .button {margin: 0;}

.cta-group {padding: 2em 0 1em;}

.cta-group .button-group .button {margin-bottom: 1.5em;}

/**** Thumbs ****/
.thumb {margin-bottom: 1.5em;}

.thumb-img {display: block; margin-bottom: 1em;}

.thumb-content {display: block; padding: 0 1.5em;}

.thumb.product .thumb-content, .thumb.user .thumb-content {
  padding: 0;
}
h3.thumb-title {
  font-size: 125%;
  font-weight: 400;
  margin: 0 0 1.3em;
}
.thumb p {margin-bottom: 2em;}

.thumb-content .button {
  font-size: 85%;
  letter-spacing: .1em;
}
/**** Page ***/
.page-title {
  display: block;
  position: relative;
  padding: 3em 0 2em;
  background-color: #f2f2f2;
}
.page-title.with-img {
  color: #fff;
  overflow: hidden;
}
.page-title.with-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 0;
  max-width: none;
}
.page-title.with-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(61,61,61,.54);
  z-index: 1;
}
.page-title.with-img h1, .page-title.with-img p {
  position: relative;
  z-index: 9;
}
.page-content {
  padding: 3.5em 0;
  background-color: #f2f2f2;
}
/**** Articles ***/
article>p, article>ul li, article>ol li {
  font-size: 112%;
  line-height: 1.6;
  margin-bottom: 1.2em;
}
article img {
  max-width: 100%;
  margin-bottom: 1em;
}
article p img {margin:0;}

/**** Landing Page ***/
.landing hr {margin: 3em 0;}

.landing h3.subtitle {
  font-size: 150%;
  margin-bottom: 2em;
}

/**** Product Page ***/
.hosted {margin-bottom: 2em;}

.hosted h3 {
  color: #004685;
}
.right-side .product-cta .button {margin-bottom: 2em;}

.map-modal {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
}
.map-modal img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.reveal.full {
  background-color: #111;
}
.price-info {
  padding: 2em 0;
  color: #004685;
}
.gallery .menu a {
  padding: .7rem .5rem;
}
.gallery .main-image {
  text-align: center;
  margin-top: 1em;
}
.gallery .main-image img {
  max-width: 100%;
  max-height: 500px;
}

/**** Contact ***/
.contact-info h4 {
  margin-bottom: 1em;
}
.contact-info address {
  font-style: normal;
  margin: 1em 0;
}
/**** Forms ***/
legend {
  text-transform: uppercase;
  margin: 2em 0 .5em;
  font-weight: 600;
}
.help-text, .help-text-before {
  color: #555;
  font-size: .78rem;
  font-style: italic;
}
.help-text {
  margin-top: -.75rem;
}
.help-text-before {margin-bottom:.2rem;}

/**** Footer ***/
#footer {padding: 2em 0;}

#footer a {color:#181a1b;}

#footer a:hover {color:#208185;}

#footer .menu {
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 300;
  padding: 1em 0;
  letter-spacing: .1em;
}
#footer .social-section {padding: 2em 0;}

#footer .social-section a, #footer .social-section a:hover {
  color: #fff;
}
.social-section a {
  display: inline-block;
  color: #fff;
  font-size: 130%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #181a1b;
  margin: 0 1rem;
}
.social-section a:hover {background-color:#208185;}

.facebook-color {background-color: #39599f !important;}

.twitter-color {background-color: #247dfc !important;}

.subscribe-form {padding: 2em 0;}

.subscribe-form h3 {font-size: 100%;}

.subscribe-form form {padding-top: 2em;}

.footer-logos {padding: 2em 0;}

.credits {font-size: 80%;}


/*******************************
          Responsive
*******************************/
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .index-slider .single-slider>img {
    width: 180%;
  }
  .index-slider .slide-caption {
    top: 10%;
  }
  .index-slider .slide-caption h2 {
    font-size: 200%;
  }
  .section-title.with-img {
    padding: 7em 0;
  }
  .section-title.with-img h2 {
    font-size: 160%;
  }
  .cta {
    text-align: center;
  }
  .cta h3 {
    font-size: 155%;
  }
  .cta-group .button {
    width: 100%;
  }
  .page-title.with-img {
    padding: 5em 0;
  }
  .page-title h1 {
    font-size: 180%;
  }
  .page-title p {
    font-size: 100%;
  }
  .page-title.with-img img {
    width: 160%;
  }
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .index-slider .slide-caption {
    top: 20%;
  }
  .index-slider .slide-caption p {
    font-size: 130%;
  }
  .section-title.with-img {
    padding: 11em 0;
  }
  .section-title.with-img h2 {
    font-size: 240%;
  }
  .cta .button {
    float: right;
  }
  .cta-group .button {
    margin-left: .5em;
    margin-right: .5em;
  }
  .page-title.with-img {
    padding: 10em 0;
  }
  .page-title h1 {
    font-size: 240%;
  }
  .page-title p {
    font-size: 130%;
  }
  .page-title.with-img img {
    width: 100%;
  }
} 
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .index-slider .single-slider>img {
    width: 130%;
  }
} 
/* max-width 1025px, small-medium screens */
@media only screen and (max-width: 64em) {
  
} 
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	.index-slider .single-slider>img {
    width: 100%;
  }
} 
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {} 

/* max-width 1441px, xlarge screens */
@media only screen and (max-width: 75em) {
  .top-bar .top-bar-right .menu {
    display: none;
  }
}
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 75.063em) {
  .top-bar .top-bar-right .open-offCanvas {
    display: none;
  }
}
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {} 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) {}

/* media print */
@media print {}



/* MOD */