/* Basic Starter */
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section, .container {
  width: 100%;
}
.full-height {
  height: 100%;
}
.centered {
  text-align: center;
}
.right {
  text-align: right;
}
.tabled {
  display: table;
}
.tabled-cell {
  display: table-cell;
  vertical-align: middle;
}
.white {
  background: #fff;
}
a {
  /* First we need to help some browsers along for this to work.
   Just because a vendor prefix is there, doesn't mean it will
   work in a browser made by that vendor either, it's just for
   future-proofing purposes I guess. */
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* ...and now for the proper property */
  outline: 0;
  color: #666;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}
/* */
/* colors */
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container.sink {
  padding-bottom: 50px;
}
.container .row {
  margin: 40px 0px;
}
.tab-pane {
  padding: 15px;
}
.navbar-default, .panel-default > .panel-heading {
  background: none;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #f1f1f1;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next {
  right: 100px;
}
@media only screen and (max-width: 768px) {
  .swiper-button-next {
    right: 20px;
  }
}
.swiper-button-prev {
  left: 100px;
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 20px;
  }
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background: #333;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #fff;
  /* A background-color is required */
  height: 100%;
}
.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
body {
  font-family: 'EB Garamond', serif;
  font-size: 16px;
}
h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 30px;
}
p, ul, ol {
  margin: 0 0 30px;
}
img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cd-header .cd-menu-text {
  font-family: 'Quicksand', sans-serif;
  margin-right: 20px;
}
a {
  color: #00a99d;
}
a:hover {
  color: #448ccb;
}
button.btn-primary, a.btn-primary {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 30px 0;
  text-transform: uppercase;
  padding: 15px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #00a99d;
  border: 0;
}
button.btn-primary:hover, a.btn-primary:hover {
  background: #448ccb;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 10px 20px;
  border: 0;
}
.table {
  margin-top: 50px;
}
.table h3 {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
}
.table p {
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table tr {
    padding: 0 !important;
  }
}
.social-header {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
.social-header a {
  float: right;
  margin-left: 5px !important;
}
.social-header img {
  width: 40px;
}
.container {
  max-width: 100%;
  position: relative;
}
.container .row {
  margin: 0;
}
.container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.container.banner {
  height: 600px;
  background-color: #111;
  background-size: cover;
  background-position: center bottom;
  padding: 0;
  margin: 0;
  color: #fff;
}
.container.banner h2 {
  color: #fff;
  font-size: 44px;
}
.container.banner a.btn-primary {
  margin-bottom: 0;
}
.container.content .row.intro {
  max-width: 900px !important;
  margin: 0 auto 30px !important;
}
.container.content.single-col {
  padding: 120px 0 100px;
}
@media only screen and (max-width: 767px) {
  .container.content.single-col {
    padding: 60px 0 50px;
  }
}
.container.content.single-col .row {
  max-width: 900px;
  margin: 0 auto;
}
.container.content.single-col .row > div {
  padding: 0 40px;
}
.container.content.double-col {
  padding: 120px 0 100px;
}
@media only screen and (max-width: 767px) {
  .container.content.double-col {
    padding: 60px 0 50px;
  }
}
.container.content.double-col .row {
  max-width: 1200px;
  margin: 0 auto;
}
.container.content.double-col .row > div {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .container.content.double-col .row > div {
    padding: 0 10px;
  }
}
.container.content.split-col {
  background-color: #f9f9f9;
  padding: 0;
}
.container.content.split-col .row > div {
  padding: 120px 10% 100px 10%;
}
.container.content.split-col .image {
  background-color: #999;
  background-size: cover;
  background-position: center center;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .container.content.split-col .image {
    height: 300px !important;
  }
}
.container.content.tables {
  background-color: #f9f9f9;
}
.container.content.list {
  padding: 120px 0 100px;
}
@media only screen and (max-width: 767px) {
  .container.content.list {
    padding: 60px 0 50px;
  }
}
.container.content.list .row {
  max-width: 1200px;
  margin: 0 auto;
}
.container.content.list .row .item {
  padding: 0 40px;
}
.container.content.list .row .item .thumb {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.container.content.large-image {
  padding: 0;
  background-size: cover;
  background-position: center center;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .container.content.large-image {
    height: 300px;
  }
}
.container.content.large-image .row {
  padding: 0;
}
.container.content.large-image .row > div {
  padding: 0;
}
.container.content.large-image img {
  margin-bottom: 0;
  max-width: 100%;
}
.container.content.video {
  padding: 120px 0;
  background-color: #111;
}
.container.content.video .row {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.container.content.video .row > div {
  padding: 0;
}
.container.content.tabbed {
  padding: 120px 0 100px;
}
.container.content.tabbed .row {
  max-width: 1200px;
  margin: 0 auto;
}
.container.content.tabbed .row > div {
  padding: 0;
}
.container.content.tabbed .nav-tabs {
  border: 0;
}
.container.content.tabbed .nav-tabs > li {
  width: 100%;
  border: 1px solid #ededed;
}
.container.content.tabbed .nav-tabs > li > a {
  border-radius: 0;
  border: 0;
  padding: 30px 40px;
  margin-right: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.container.content.tabbed .nav-tabs > li > a:hover {
  background: #fff;
}
.container.content.tabbed .nav-tabs > li.active > a, .container.content.tabbed .nav-tabs > li.active > a:focus, .container.content.tabbed .nav-tabs > li.active > a:hover {
  border: 0;
  background: #f9f9f9;
}
.container.content.tabbed .tab-content {
  background: #fff;
  padding: 20px 30px;
  border: 1px solid #ededed;
  margin-left: -1px;
}
.container.content.accordions {
  background-color: #f9f9f9;
}
.container.content.accordions .panel-group .panel {
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0);
}
.container.content.accordions .panel-default > .panel-heading {
  background: #fff;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 30px 40px;
}
.container.content.accordions .panel-body {
  padding: 40px;
  border: 0;
}
.container.content.footer {
  background-color: #111;
  color: #fff;
  padding: 120px 0 100px;
}
@media only screen and (max-width: 767px) {
  .container.content.footer {
    padding: 60px 0 50px;
  }
}
.container.content.footer .row {
  max-width: 1200px;
  margin: 0 auto;
}
.container.content.footer .row > div {
  padding: 0 40px;
}
.container.content.footer img.logo {
  width: 280px;
}
.container.content.footer p img {
  width: 40px;
}
.container.content.footer h3 {
  font-size: 20px;
}
.container.map {
  height: 300px;
  padding: 0;
}
.container.map #map-canvas {
  height: 300px;
  width: 100%;
}
.swiper-container {
  height: 100%;
}
.swiper-container .swiper-slide {
  background-size: cover;
  background-position: center center;
}
