header.header {
  padding: 0px 0;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 13px -1px rgba(0, 0, 0, 0.7);
}
header.header .logo {
  width: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.header .logo a {
  display: block;
}
header.header .menu-toggle {
  line-height: 90px;
  font-size: 25px;
  cursor: pointer;
  color: #319676;
  font-family: 'futura-pt', sans-serif;
}
header.header .menu-toggle span {
  font-size: 0.75em;
  margin-right: 4px;
}
header.header nav.top-nav {
  font-size: 15px;
  padding: 8px 0;
  background: #319676;
  position: relative;
  z-index: 1900;
}
header.header nav.top-nav .row {
  justify-content: space-between;
}
header.header nav.top-nav ul.locations {
  justify-content: space-between;
  justify-content: flex-start;
}
header.header nav.top-nav ul.locations li {
  margin-right: 6px;
}
header.header nav.top-nav ul > li {
  line-height: 1;
}
header.header nav.top-nav ul > li a {
  font-weight: bold;
}
header.header nav.top-nav ul > li a span {
  color: #f4d109;
}
header.header nav.top-nav ul > li a:hover {
  color: #f4d109 !important;
}
header.header nav.top-nav ul li ul.sub-menu li a {
  color: #319676 !important;
}
header.header nav.top-nav ul li ul.sub-menu li a:hover {
  color: #fff !important;
}
header.header nav.top-nav a {
  color: #fff !important;
  font-family: 'futura-pt', sans-serif;
}
header.header nav.top-nav a span[class*="icon-"] {
  font-size: 0.75em;
}
header.header nav.top-nav .phone span {
  margin-left: 2px;
}
header.header .main-head {
  padding: 0px 0px;
  justify-content: space-between;
}
header.header .nav ul {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-end;
}
header.header .nav ul > li {
  line-height: 90px;
  font-size: 16px;
  position: relative;
  font-family: 'futura-pt', sans-serif;
  font-weight: bold;
  color: #319676;
}
header.header .nav ul > li.menu-item-has-children > a:after {
  font-size: 0.65em;
  margin-left: 7px;
  font-family: 'inglemoor';
  content: "\e902";
  display: inline-block;
  transform: rotate(90deg);
}
header.header .nav ul > li.current-menu-item > a,
header.header .nav ul > li.current-menu-ancestor > a {
  color: #f4d109;
}
header.header .nav ul > li a {
  color: #319676;
  display: block;
  padding: 0 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
header.header .nav ul > li a:hover {
  color: #f4d109;
}
header.header .nav ul ul.sub-menu {
  display: none;
  position: absolute;
  top: -1000px;
  background: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
header.header .nav ul ul.sub-menu li {
  border: 1px solid #ddd;
  z-index: 1500;
}
header.header .nav ul ul.sub-menu li a {
  line-height: 1.2em;
  padding: 11px 10px;
}
header.header#header-2 {
  top: -200px;
  position: fixed;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1500;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
header.header#header-2 .main-head {
  padding: 0;
}
header.header#header-2 .main-head div.logo {
  background-color: #319676;
  padding: 0 5px;
}
header.header#header-2 .main-head .nav ul > li {
  line-height: 60px;
}
header.header#header-2.sticky {
  top: 0px;
}
header.header li.menu-item:hover > ul.sub-menu {
  top: inherit;
  position: absolute;
  display: block;
  z-index: 100;
}
header.header li.menu-item:hover > ul.sub-menu li {
  line-height: 45px;
  position: relative;
  min-width: 150px;
}
header.header li.menu-item:hover > ul.sub-menu li:hover {
  background: #319676;
}
header.header li.menu-item:hover > ul.sub-menu li:hover a {
  color: #fff;
}
header.header li.menu-item:hover > ul.sub-menu li.menu-item-has-children > a:after {
  font-size: 0.5em;
  margin-left: 7px;
  font-family: 'inglemoor';
  content: "\e902";
  transform: none;
}
header.header li.menu-item:hover > ul.sub-menu li:hover ul.sub-menu {
  display: block;
  right: -170px;
  position: absolute;
  background: #9E9E9E;
  top: 0;
  width: 170px;
}
header.header li.menu-item:hover > ul.sub-menu li:hover ul.sub-menu li {
  line-height: 30px;
  font-size: 14px;
}
#slide-nav {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 300px;
  background: url('../img/regal.jpg');
  z-index: 2000;
  left: -1000px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: 2px 0px 8px 4px rgba(0, 0, 0, 0.7);
}
#slide-nav:after {
  content: '';
  background: #43b792;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: -1;
}
#slide-nav.open {
  left: 0;
}
#slide-nav .logo {
  width: 90%;
  margin: 10px auto;
}
#slide-nav h2 {
  width: 100%;
  padding: 10px 20px;
  font-size: 2.35em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  color: #1b1c20;
}
#slide-nav .menu-toggle {
  position: absolute;
  color: #b12b2b;
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #fff;
  display: block;
  right: 0px;
  text-align: center;
  cursor: pointer;
}
#slide-nav ul {
  margin-top: 0px;
}
#slide-nav ul li {
  width: 100%;
  padding: 0px 0px;
  margin-bottom: 5px;
}
#slide-nav ul li.menu-item-has-children > a:after {
  font-size: 0.5em;
  margin-left: 7px;
  font-family: 'inglemoor';
  content: "\e902";
  display: inline-block;
  transform: rotate(90deg);
}
#slide-nav ul li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  background: #fff;
  color: #319676;
  padding: 10px 10px;
  width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
#slide-nav ul li a:hover {
  background: #43b792;
  color: #fff;
}
#slide-nav ul.sub-menu {
  display: none;
}
#slide-nav ul.sub-menu li {
  margin: 0;
}
#slide-nav ul.sub-menu li a {
  background: #319676;
  color: #fff;
  font-size: 12px;
  padding: 8px 5px 8px 20px;
}
#slide-nav ul.sub-menu li:last-child a {
  border: none;
}
#slide-nav .address {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#slide-nav .address li {
  border: none;
  padding: 0 00px;
  font-family: 'futura-pt', sans-serif;
}
#slide-nav .address li a {
  font-size: 16px;
  position: relative;
}
#slide-nav .address li a span {
  position: absolute;
  left: -20px;
  top: 2px;
}
.call-toggle {
  transform: rotate(90deg);
  display: inline-block;
  position: fixed;
  width: 140px;
  right: -44px;
  top: 40%;
  font-family: 'cronos-pro', sans-serif;
  z-index: 1500;
  background: #43b792;
  padding: 15px 10px 10px;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 24px;
  color: #eee;
  border: none;
  border-right: 4px solid #f4d109;
}
.call-toggle:hover {
  color: #eee;
  text-decoration: underline;
}
.call-toggle a {
  color: #eee;
}
.montserrat {
  font-family: 'Montserrat', 'arial';
}
.bebas {
  font-family: 'bebas_regular', 'arial';
}
.bebas-bold {
  font-family: 'bebas_bold', 'arial';
}
.nimbus {
  font-family: 'nimbus-sans', sans-serif;
}
.futura {
  font-family: 'futura-pt', sans-serif;
}
.kinescope {
  font-family: 'kinescope', sans-serif;
}
.cronos {
  font-family: 'cronos-pro', sans-serif;
}
@font-face {
  font-family: 'ikaros_sanslight';
  src: url('../fonts/ikaros-light-webfont.woff2') format('woff2'), url('../fonts/ikaros-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ikaros_sansregular';
  src: url('../fonts/ikaros-regular-webfont.woff2') format('woff2'), url('../fonts/ikaros-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'inglemoor';
  src: url('../fonts/inglemoor.eot?w2tce2');
  src: url('../fonts/inglemoor.eot?w2tce2#iefix') format('embedded-opentype'), url('../fonts/inglemoor.ttf?w2tce2') format('truetype'), url('../fonts/inglemoor.woff?w2tce2') format('woff'), url('../fonts/inglemoor.svg?w2tce2#inglemoor') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'inglemoor' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-flower:before {
  content: "\e90a";
}
.icon-houzz:before {
  content: "\ea94";
}
.icon-envelope-open:before {
  content: "\e906";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-down:before {
  content: "\e904";
}
.icon-chevron-up:before {
  content: "\e905";
}
.icon-folder-download:before {
  content: "\e933";
}
.icon-pushpin:before {
  content: "\e946";
}
.icon-location:before {
  content: "\e947";
}
.icon-calendar:before {
  content: "\e901";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-spinner6:before {
  content: "\e97f";
}
.icon-search:before {
  content: "\e986";
}
.icon-menu:before {
  content: "\e900";
}
.icon-bookmark:before {
  content: "\e9d2";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-radio-checked:before {
  content: "\ea55";
}
.icon-facebook-open:before {
  content: "\ea90";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-vimeo2:before {
  content: "\eaa1";
}
.icon-linkedin:before {
  content: "\e909";
}
.icon-yelp:before {
  content: "\e907";
}
body.home header.header {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 1800;
  box-shadow: none !important;
}
body.home header.header .logo {
  opacity: 0;
}
body.home header.header.sticky .logo {
  opacity: 1;
}
body.home .home-head {
  position: relative;
}
body.home .home-slider:before {
  content: '';
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+56 */
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  height: 100%;
  width: 100%;
  z-index: 1000;
}
body.home .slick-prev,
body.home .slick-next {
  top: 75%;
  z-index: 900;
}
body.home .slick-prev:before,
body.home .slick-next:before {
  color: #fff;
  font-family: 'tcla';
}
body.home .slick-next {
  right: 25px;
}
body.home .slick-next:before {
  content: "\f054";
}
body.home .slick-prev {
  left: 25px;
}
body.home .slick-prev:before {
  content: "\f053";
}
body.home article.home-banner {
  background: rgba(67, 183, 146, 0.8);
  max-width: 400px;
  position: absolute;
  top: 32px;
  z-index: 1000;
  left: 2.5%;
  padding: 40px 0 20px;
  height: 85%;
  border-bottom: 7px solid #f4d109;
}
body.home article.home-banner h2 {
  width: 80%;
  margin: 20px auto;
  display: block;
  color: #fff;
  text-align: center;
  font-family: 'cronos-pro', sans-serif;
  font-weight: bold;
  font-size: 27px;
}
body.home article.home-banner h3 {
  text-align: center;
  border-top: 4px double rgba(255, 255, 255, 0.43);
  width: 80%;
  margin: 10px auto 0;
  display: block;
  padding-top: 10px;
  color: #fff;
  font-family: 'kinescope', sans-serif;
  font-weight: normal;
  font-size: 26px;
}
body.home article.home-banner .logo {
  width: 80%;
  margin: 0 auto;
  display: block;
}
body.home article.home-banner div.wpcf7 {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-bottom: 4px double rgba(255, 255, 255, 0.43);
}
body.home article.home-banner div.wpcf7 input[type="text"],
body.home article.home-banner div.wpcf7 input[type="email"] {
  max-width: 100%;
  padding: 5px 0 5px 5px;
}
body.home article.home-banner div.wpcf7 div.row {
  justify-content: center;
  font-size: 1.45em;
  margin-bottom: 15px;
}
body.home article.home-banner div.wpcf7 div.row span {
  margin: 5px 10px;
}
body.home article.home-banner div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 10px;
}
body.home article.home-banner div.wpcf7 input[type="submit"] {
  background: #dedede;
  padding: 10px 10px;
  border: none;
  font-family: 'futura-pt', sans-serif;
}
body.home article.home-banner div.wpcf7 .block-link {
  background: #0d694c;
  padding: 10px 10px;
  color: #fff;
  font-family: 'futura-pt', sans-serif;
  text-decoration: none;
}
@media (max-width: 759px) {
  body.home article.home-banner div.wpcf7 .block-link {
    text-align: center;
  }
}
.home-slide {
  height: 80vh;
  max-height: 700px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.home-slide article {
  overflow: hidden;
}
.home-slide article div.row {
  justify-content: center;
}
.home-slide article h2 {
  margin: 0;
  font-size: 3.75em;
  line-height: 0.95em;
  margin-bottom: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}
.home-slide article h3 {
  color: #fff;
  font-size: 5.5em;
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}
article.service-list ul.row {
  flex-wrap: wrap;
  width: 100%;
}
article.service-list li.service {
  width: 31%;
  margin: 0 1% 1.5%;
  position: relative;
}
article.service-list li.service p {
  display: none;
}
article.service-list li.service .loop-image {
  min-height: 250px;
  background-position: center center;
  background-size: cover;
}
article.service-list li.service h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: left;
  padding: 10px 0 10px 5%;
  background: rgba(0, 0, 0, 0.65);
  margin: 0;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
article.service-list li.service h3 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75em;
  position: relative;
  top: 1px;
  left: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
article.service-list li.service:hover h3 {
  background: #43b792;
}
article.service-list li.service:hover h3 span {
  left: 10px;
}
.core-values {
  border-bottom: 1px solid #dedede !important;
}
.core-values .content-header {
  text-align: center;
}
.core-values h2 {
  margin-top: 0;
  color: #43b792;
  font-family: 'cronos-pro', sans-serif;
  font-size: 3.75em;
}
.core-values h2:nth-of-type(2) {
  margin-bottom: 0;
}
.core-values h3 {
  text-align: center;
  color: #989898;
  font-family: 'futura-pt', sans-serif;
  font-size: 2.25em;
  margin-top: 0;
}
.values-list {
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 760px) {
  .values-list .block {
    width: 44%;
  }
}
.values-list p {
  text-align: center;
}
.home-foot.panel .contain {
  max-width: 860px;
}
.home-foot.panel h3 {
  margin-top: 0;
  font-family: 'cronos-pro', sans-serif;
  text-align: center;
  font-size: 3.45em;
  margin-bottom: 0;
}
@media (max-width: 759px) {
  .home-foot.panel img.alignleft {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto 8px;
  }
}
.home-foot.panel nav.row {
  justify-content: center;
}
.home-foot.panel nav.row a {
  font-family: 'futura-pt', sans-serif;
  padding: 10px 20px;
  background: #319676;
  color: #fff;
  font-size: 16px;
  margin: 5px 5px;
  border-radius: 4px;
}
.home-about {
  background-image: url(../img/crossword.png);
}
.home-about h1 {
  text-align: center;
  color: #319676;
  font-size: 4.75em;
  font-family: 'cronos-pro', sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}
.home-about h2 {
  font-size: 2.75em;
  font-weight: 300;
  margin-top: 0;
}
.service-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 40px;
}
.service-list li {
  width: 26%;
  text-align: center;
}
.row {
  display: flex;
  flex-direction: row;
}
.column {
  display: flex;
  flex-direction: column;
}
.menu-toggle {
  display: none;
}
.contain {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.wide-contain {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.panel {
  padding: 7em 0;
  position: relative;
  border: none;
}
p {
  font-size: 16px;
  font-family: 'futura-pt', sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', 'arial';
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
article.page ul,
article.post ul {
  list-style-type: disc;
  padding: inherit;
  margin: inherit;
}
.page-head {
  overflow: auto;
  padding: 7em 0;
  background-position: center center;
  background-size: cover;
}
.page-head h1 {
  color: #fff;
  text-align: center;
  font-size: 4.75em;
  margin: 0;
}
.page-title {
  font-size: 4.75em;
  margin-bottom: 0px;
}
article.page,
article.post,
article.tribe_events {
  font-family: 'futura-pt', sans-serif;
  font-size: 16px;
}
article.page h2,
article.post h2,
article.tribe_events h2 {
  font-size: 3.26em;
  margin-bottom: 16px;
}
article.page h2:first-child,
article.post h2:first-child,
article.tribe_events h2:first-child {
  margin-top: 0;
}
article.page h4,
article.post h4,
article.tribe_events h4 {
  font-size: 2.256em;
  margin-bottom: 5px;
}
.view-more {
  display: inline-block;
  margin-top: 20px;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  padding: 10px 15px;
  font-size: 18px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.view-more span {
  font-size: 0.75em;
  margin-left: 5px;
}
.page-section h2 {
  text-align: center;
  margin-bottom: 15px;
}
p a {
  text-decoration: underline;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
article.page ul.info-list,
article.post ul.info-list {
  padding: 0 0 0 2.5em;
}
article.page ul.info-list li,
article.post ul.info-list li {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 5px;
}
article.page li a,
article.post li a {
  color: #319676;
  text-decoration: underline;
}
article.page .children,
article.post .children {
  margin-top: 2em;
}
article.page .children h2,
article.post .children h2 {
  font-family: 'Kalam', 'arial';
  font-weight: normal !important;
  margin-bottom: 0px;
}
article.page .children ul,
article.post .children ul {
  margin: 0;
  list-style-type: none;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
article.page .children ul li,
article.post .children ul li {
  margin: 5px 5px 5px 0;
}
article.page .children ul a,
article.post .children ul a {
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 14px;
}
.block {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .block {
    width: 48%;
  }
}
.content-row {
  justify-content: space-between;
}
.content-row article.page {
  width: 80%;
  margin-left: 2%;
  order: 2;
}
.content-row .sidebar {
  position: relative;
  padding-right: 5%;
  width: 25%;
  order: -1;
}
.content-row .sidebar h3 {
  font-size: 2.25em;
  margin-bottom: 5px;
}
.content-row .sidebar h3:first-of-type {
  margin-top: 0;
}
.content-row .sidebar ul > li {
  font-size: 16px;
}
.content-row .sidebar ul > li a {
  padding: 5px 0;
  display: inline-block;
}
.content-row .sidebar ul > li.menu-item-has-children:after {
  margin-left: 5px;
  font-size: 12px;
  transform: rotate(90deg);
  display: inline-block;
}
.content-row .sidebar ul .sub-menu {
  display: none;
}
.content-row .sidebar .search {
  margin-top: 20px;
  font-size: 16px;
}
.content-row .sidebar .search input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 5px;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
  border-radius: 4px;
}
.content-row .sidebar .search button {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border-radius: 4px;
  margin-left: 4px;
}
.sub-nav {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 15px;
  justify-content: space-between;
}
.sub-nav .page-calls {
  font-family: 'futura-pt', sans-serif;
  display: flex;
  flex-direction: row;
}
.sub-nav .page-calls a {
  color: #43b792;
  margin: 0 5px;
  padding: 5px 8px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.sub-nav .page-calls a span {
  vertical-align: middle;
  margin-right: 4px;
}
.sub-nav .page-calls a:hover {
  background: #43b792;
  color: #fff;
}
.bread-crumbs {
  font-family: 'futura-pt', sans-serif;
  font-size: 1.75em;
}
.bread-crumbs a {
  color: #43b792;
  font-weight: bold;
  margin-right: 10px;
}
.bread-crumbs span[class*="icon"] {
  font-size: 10px;
}
.bread-crumbs span.current {
  margin-left: 10px;
}
.page-nav {
  width: 30%;
}
@media (max-width: 770px) {
  .page-nav {
    width: 35%;
  }
}
.page-nav .header-image {
  width: 500px;
  height: 300px;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 760px) {
  .page-nav .header-image {
    position: relative;
    left: -12.5%;
  }
}
.page-nav .header-image.place-holder {
  background: #319676;
}
.page-nav .header-image.place-holder h2 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 80%;
  top: 40%;
  font-family: 'cronos-pro', sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
}
.page-nav .header-image.place-holder h2.open {
  display: block;
  opacity: 1;
}
.page-nav .sidebar {
  width: 75%;
  max-width: 400px;
  background: #dedede;
  border-bottom: 6px solid #f4d109;
  padding: 10px 20px;
}
.page-nav .sidebar ul li {
  font-family: 'futura-pt', sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.page-nav .sidebar ul li a {
  padding: 8px 4px;
  color: #319676;
  font-weight: bold;
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.page-nav .sidebar ul li a:hover {
  background: #319676;
  color: #fff;
}
.page-nav .sidebar ul li.current-menu-item {
  background: #f4d109;
}
.page-nav .sidebar ul li.current-menu-item a {
  color: #fff;
}
.page-nav .sidebar ul li:last-child {
  border: none;
}
@media (min-width: 760px) {
  .page-nav .sidebar {
    margin-top: -2.75em;
  }
}
.page-nav .services-list h3 {
  color: #43b792;
  font-family: 'cronos-pro', sans-serif;
  text-align: center;
}
.page-nav .services-list li a {
  color: #319676;
}
.page-nav .services-list h4 {
  border: 2px solid #43b792;
  color: #fbfbfb;
  padding: 5px 10px;
  font-size: 1.75em;
  font-family: 'cronos-pro', sans-serif;
  font-weight: bold;
  background: #309676;
}
.flower-border {
  color: #43b792;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.flower-border span {
  background: #dedede;
  position: relative;
  z-index: 200;
  padding: 0 10px;
  font-size: 50px;
}
.flower-border:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  background: #43b792;
  display: block;
}
.content-row {
  margin-top: 3.25em;
}
.content-row article.page h1 {
  margin-top: 0;
  font-size: 3.65em;
  font-weight: bold;
  margin-bottom: 0;
  font-family: 'cronos-pro', sans-serif;
  color: #43b792;
}
.content-row article.page h2 {
  font-size: 1.95em;
  margin-top: 10px;
  font-weight: normal;
  font-family: 'futura-pt', sans-serif;
}
.content-row article.page h2:first-of-type {
  margin-top: 0;
}
.content-row article.page h3 {
  font-size: 1.75em;
}
.tab-content {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tab-content.current {
  display: block;
  opacity: 1;
}
.tab-contain {
  min-height: 20vh;
}
body.events-archive .content-row {
  flex-direction: column;
}
body.events-archive .content-row article.page {
  width: 100%;
  margin: 0 0 4em;
}
body.events-archive .content-row .sidebar {
  padding: 4em 0 4em;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
body.events-archive .content-row .sidebar:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: -10px;
}
body.events-archive article.page table th {
  background: #eee;
  font-size: inherit;
}
.column-row {
  flex-direction: column;
}
.column-row article.page {
  width: 100%;
  margin: 0 0 4em;
}
.column-row .sidebar {
  padding: 4em 0 4em;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.column-row .sidebar:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: -10px;
}
article.page table {
  width: 100%;
}
article.page table th {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 2.45em;
}
article.page table tr {
  border: 1px solid #ddd;
}
article.page table tr:nth-child(even) {
  background: #eee;
}
article.page table td {
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 14px;
  padding: 10px 10px;
}
article.page table td p {
  margin: 0;
  font-size: 14px;
}
section.testimonials {
  text-align: center;
  color: #43b792;
  background: url('../img/crossword.png');
  margin-top: 4em;
}
section.testimonials h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #444;
  font-family: 'cronos-pro', sans-serif;
  font-size: 3.65em;
}
section.testimonials .flower-border {
  max-width: 940px;
  margin: 0 auto 20px;
}
section.testimonials .flower-border span {
  background: url('../img/crossword.png');
}
section.testimonials .slick-prev,
section.testimonials .slick-next {
  top: 40%;
  z-index: 900;
}
section.testimonials .slick-prev:before,
section.testimonials .slick-next:before {
  color: #fff;
  font-family: 'tcla';
}
section.testimonials .slick-next {
  right: 0%;
}
section.testimonials .slick-next:before {
  content: "\f054";
}
section.testimonials .slick-prev {
  left: 0%;
}
section.testimonials .slick-prev:before {
  content: "\f053";
}
section.testimonials .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
section.testimonials .slick-dots li {
  text-align: center;
}
section.testimonials .slick-dots li button:before {
  content: '';
  background: #43b792;
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}
section.testimonials .review .text {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
section.testimonials .review .text p {
  font-size: 1.95em;
}
section.testimonials .review .text span {
  font-size: 1.65em;
}
section.testimonials .customer-info h4 {
  color: #444;
  font-family: 'cronos-pro', sans-serif;
  font-size: 1.65em;
}
.call-to-action {
  background: #eee;
}
.call-to-action div.row {
  justify-content: space-around;
}
.call-to-action header {
  background: #dedede;
  box-shadow: 1px 1px 1px #ddd;
  padding: 20px;
}
.call-to-action header h2 {
  margin-top: 0;
}
.call-to-action header p {
  font-size: 2.05em;
}
.call-to-action header p a {
  color: #319676;
}
.call-to-action .form {
  background: #dedede;
  box-shadow: 1px 1px 1px #ddd;
  padding: 20px;
}
.call-to-action .form h2 {
  margin-top: 0;
  color: #319676;
}
.call-to-action .form div.row {
  font-family: 'futura-pt', sans-serif;
  justify-content: center;
  font-size: 1.45em;
}
.call-to-action .form div.row span {
  margin: 5px 10px;
}
.call-to-action .form div.row input {
  background: #319676;
  color: #fff;
  border: none;
  padding: 10px 15px;
}
.call-to-action .form div.row .block-link {
  background: #eee;
  padding: 10px 15px;
}
.call-to-action .form .ajax-loader {
  position: absolute;
  bottom: 10px;
}
@media (min-width: 760px) {
  .call-to-action header {
    width: 30%;
  }
  .call-to-action div.form {
    width: 60%;
  }
}
article.form-contain header h2 {
  font-size: 2em;
}
article.form-contain header p {
  font-size: 1.45em;
}
article.form-contain div.wpcf7 {
  flex-grow: 1;
}
article.form-contain div.wpcf7 ul {
  margin-top: 20px;
}
article.form-contain div.wpcf7 li {
  margin-bottom: 15px;
}
article.form-contain div.wpcf7 input[type="text"],
article.form-contain div.wpcf7 input[type="email"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
article.form-contain div.wpcf7 input[type="text"][type="submit"],
article.form-contain div.wpcf7 input[type="email"][type="submit"] {
  border: none;
  text-shadow: 1px 1px 1px #888;
  font-weight: bold;
  font-size: 24px;
}
.sl9-ing-map {
  margin: 60px 0;
}
.sl9-ing-map .widget-area {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.sl9-ing-map iframe {
  height: 450px;
  width: 1000px;
  max-width: 100%;
}
.panel.preferred-providers {
  padding-bottom: 0;
}
body[class*="blog"] .page-title,
.tax-page .page-title {
  margin-bottom: 0.67em;
}
body[class*="blog"] article.post,
.tax-page article.post,
body[class*="blog"] article.page,
.tax-page article.page,
body[class*="blog"] article.tribe_events,
.tax-page article.tribe_events,
body[class*="blog"] article[class*="post"],
.tax-page article[class*="post"] {
  margin-bottom: 4em;
  width: 90%;
  max-width: 840px;
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
}
body[class*="blog"] article.post img,
.tax-page article.post img,
body[class*="blog"] article.page img,
.tax-page article.page img,
body[class*="blog"] article.tribe_events img,
.tax-page article.tribe_events img,
body[class*="blog"] article[class*="post"] img,
.tax-page article[class*="post"] img {
  margin-bottom: 15px;
}
body.single .content-row {
  justify-content: space-between;
}
article.post .date,
article.page .date,
article.tribe_events .date,
article[class*="post"] .date {
  font-size: 17px;
}
article.post .view-more,
article.page .view-more,
article.tribe_events .view-more,
article[class*="post"] .view-more {
  clear: both;
  display: block;
  max-width: 150px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
}
.pagination {
  margin-bottom: 40px;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 18px;
}
.pagination .page-numbers {
  margin-right: 5px;
  background: #444;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
  padding: 5px 10px;
}
.pagination .page-numbers:hover {
  background: #777;
}
.pagination span.page-numbers {
  background: #333;
}
.modal-form {
  position: fixed;
  width: 25%;
  right: -1000px;
  top: 0;
  height: 100%;
  background: url(../img/slide-out-bg.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 20px;
  z-index: 2000;
  color: #fff;
  box-shadow: 0px -11px 11px 2px #5d5959;
  min-width: 275px;
  border-bottom: 8px solid #f4d109;
  overflow: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.modal-form:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #012d80;
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (min-width: 950px) {
  .modal-form {
    min-width: 350px;
  }
}
.modal-form.open {
  right: 0;
}
.modal-form .modal-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 26px;
  z-index: 1800;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.modal-form .modal-toggle:hover {
  color: #ddba01;
}
.modal-form h2 {
  margin: 0 0 0px;
}
.modal-form input,
.modal-form select {
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding: 0 0 0 8px;
  background: #fff;
  border-radius: 0;
  font-size: 14px;
}
.modal-form input[type="submit"],
.modal-form select[type="submit"] {
  border: transparent;
  background: #43b792;
  color: #fff;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 1.45em;
}
.modal-form textarea {
  width: 100%;
  padding: 8px 8px 0;
  max-height: 80px;
  font-size: 14px;
}
.modal-form h3 {
  color: #fff;
  margin: 10px 0 0;
}
.modal-form div.form-header {
  display: none;
}
.modal-form div.row {
  flex-direction: column;
  font-family: 'futura-pt', sans-serif;
  font-size: 16px;
}
.modal-form label {
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
}
.modal-form li {
  font-family: 'futura-pt', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.modal-form p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'futura-pt', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.modal-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 2px 10px;
}
.modal-form .call-us {
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.modal-form .call-us h3 {
  margin: 0;
}
.modal-form .call-us a {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 2.45em;
  color: #fff;
}
.form-bg {
  right: -2000px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(36, 46, 66, 0.68);
  z-index: 1900;
  top: 0;
  opacity: 0;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: opacity 0.5s ease 0.24s;
  -webkit-transition: opacity 0.5s ease 0.24s;
  -moz-transition: opacity 0.5s ease 0.24s;
  -o-transition: opacity 0.5s ease 0.24s;
  cursor: pointer;
}
.form-bg.open {
  right: 0;
  opacity: 1;
}
.form-bg.open:hover:after {
  color: #ddd;
}
.form-bg.open:after {
  content: 'Click Here To Close';
  font-family: 'futura-pt', sans-serif;
  font-size: 30px;
  color: rgba(232, 229, 229, 0.44);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (max-width: 770px) {
  .form-bg.open:after {
    left: 37%;
  }
}
.wpcf7 p:last-of-type {
  margin: 0;
}
.wpcf7 .wpcf7-response-output {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  margin-top: 0px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: red;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #f7e700;
}
.wpcf7 form.wpcf7-form input[type="checkbox"] {
  float: left;
  width: auto;
  margin: 0 8px 19px 0;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 0;
  padding: 10px;
}
div.wpcf7-mail-sent-ok:before,
div.wpcf7-validation-errors:before {
  margin-right: 16px;
  vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
  content: ":)";
}
div.wpcf7-validation-errors:before {
  content: "!";
}
article.page .wpcf7 form {
  background: #319676;
  padding: 20px 20px;
}
article.page .wpcf7 form .form-header {
  background: #eee;
  padding: 10px;
  margin-bottom: 20px;
}
article.page .wpcf7 form div.row {
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  article.page .wpcf7 form div.row > div {
    width: 48.5%;
    padding: 0 5px;
  }
}
article.page .wpcf7 form div.row .columns.twelve {
  width: 100%;
}
article.page .wpcf7 form div.row input[type="email"],
article.page .wpcf7 form div.row input[type="text"],
article.page .wpcf7 form div.row input[type="tel"],
article.page .wpcf7 form div.row select {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #eee;
  border-radius: 0;
}
article.page .wpcf7 form div.row textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #eee;
}
article.page .wpcf7 form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #f4d109;
  border: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
article.page .wpcf7 label {
  color: #fff;
}
.sidebar h3 {
  font-size: 2.25em;
  margin-bottom: 5px;
}
.sidebar h3:first-of-type {
  margin-top: 0;
}
.sidebar:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar ul > li {
  font-size: 16px;
}
.sidebar ul > li a {
  padding: 5px 0;
  display: inline-block;
}
.sidebar ul > li.menu-item-has-children:after {
  margin-left: 5px;
  font-size: 12px;
  font-family: 'tcla';
  content: "\f054";
  transform: rotate(90deg);
  display: inline-block;
}
.sidebar ul .sub-menu {
  display: none;
}
.sidebar .search {
  margin-top: 20px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
}
.sidebar .search input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 5px;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
  flex-grow: 1;
}
.sidebar .search button {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border: none;
  background: #319676;
  color: #fff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.bokeh {
  animation: bokeh 3s linear;
  position: relative;
}
div[class^='pos-detect'] {
  width: calc(100vw/6);
  height: calc(101vh/6);
  float: left;
}
div[class$='ground-layer'] {
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  top: 50vh;
  left: 50vw;
  margin-top: -50vh;
  margin-left: -50vw;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
div[class^='bubble-'] {
  position: absolute;
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.37);
}
div[class^='bubble-']:nth-child(even) {
  width: 7vw;
  height: 7vw;
}
.background-layer {
  z-index: 1;
  transition-duration: 30s;
  opacity: 0.1;
}
.background-layer .bubble-1 {
  margin-top: 16vh;
  margin-left: 6vw;
}
.background-layer .bubble-2 {
  margin-top: 8vh;
  margin-left: 35vw;
}
.background-layer .bubble-3 {
  margin-top: 31vh;
  margin-left: 73vw;
}
.background-layer .bubble-4 {
  margin-top: 57vh;
  margin-left: 20vw;
}
.background-layer .bubble-5 {
  margin-top: 69vh;
  margin-left: 62vw;
}
.background-layer .bubble-6 {
  margin-top: 9vh;
  margin-left: 78vw;
}
.background-layer .bubble-7 {
  margin-top: 23vh;
  margin-left: 44vw;
}
.background-layer .bubble-8 {
  margin-top: 55vh;
  margin-left: 47vw;
}
.background-layer .bubble-9 {
  margin-top: 75vh;
  margin-left: 8vw;
}
.background-layer .bubble-10 {
  margin-top: 89vh;
  margin-left: 78vw;
}
.background-layer .bubble-11 {
  margin-top: 89vh;
  margin-left: 30vw;
}
.background-layer .bubble-12 {
  margin-top: 63vh;
  margin-left: 91vw;
}
.middleground-layer {
  z-index: 2;
  transition-duration: 20s;
  opacity: 0.3;
}
.middleground-layer .bubble-1 {
  margin-top: -2vh;
  margin-left: 10vw;
}
.middleground-layer .bubble-2 {
  margin-top: 27vh;
  margin-left: 24vw;
}
.middleground-layer .bubble-3 {
  margin-top: 9vh;
  margin-left: 60vw;
}
.middleground-layer .bubble-4 {
  margin-top: 45vh;
  margin-left: 38vw;
}
.middleground-layer .bubble-5 {
  margin-top: 54vh;
  margin-left: 78vw;
}
.middleground-layer .bubble-6 {
  margin-top: 79vh;
  margin-left: 72vw;
}
.middleground-layer .bubble-7 {
  margin-top: 19vh;
  margin-left: 78vw;
}
.middleground-layer .bubble-8 {
  margin-top: 45vh;
  margin-left: 68vw;
}
.middleground-layer .bubble-9 {
  margin-top: 68vh;
  margin-left: 43vw;
}
.middleground-layer .bubble-10 {
  margin-top: 40vh;
  margin-left: 5vw;
}
.middleground-layer .bubble-11 {
  margin-top: 65vh;
  margin-left: 14vw;
}
.middleground-layer .bubble-12 {
  margin-top: 25vh;
  margin-left: 48vw;
}
.foreground-layer {
  z-index: 3;
  transition-duration: 13s;
  opacity: 0.5;
}
.foreground-layer .bubble-1 {
  margin-top: 69vh;
  margin-left: -5vw;
}
.foreground-layer .bubble-2 {
  margin-top: 26vh;
  margin-left: 30vw;
}
.foreground-layer .bubble-3 {
  margin-top: 14vh;
  margin-left: 77vw;
}
.foreground-layer .bubble-4 {
  margin-top: 85vh;
  margin-left: 39vw;
}
.foreground-layer .bubble-5 {
  margin-top: 67vh;
  margin-left: 73vw;
}
.foreground-layer .bubble-6 {
  margin-top: 4vh;
  margin-left: 94vw;
}
.foreground-layer .bubble-7 {
  margin-top: 5vh;
  margin-left: 48vw;
}
.foreground-layer .bubble-8 {
  margin-top: 35vh;
  margin-left: 58vw;
}
.foreground-layer .bubble-9 {
  margin-top: 25vh;
  margin-left: 8vw;
}
.foreground-layer .bubble-10 {
  margin-top: 54vh;
  margin-left: 24vw;
}
.foreground-layer .bubble-11 {
  margin-top: 41vh;
  margin-left: 93vw;
}
.foreground-layer .bubble-12 {
  margin-top: 55vh;
  margin-left: 52vw;
}
.pos-detect-top-1:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12 * 11);
}
.pos-detect-top-2:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12 * 9);
}
.pos-detect-top-3:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12 * 7);
}
.pos-detect-top-4:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12 * 5);
}
.pos-detect-top-5:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12 * 3);
}
.pos-detect-top-6:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12);
}
.pos-detect-top-7:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12 * 11);
}
.pos-detect-top-8:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12 * 9);
}
.pos-detect-top-9:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12 * 7);
}
.pos-detect-top-10:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12 * 5);
}
.pos-detect-top-11:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12 * 3);
}
.pos-detect-top-12:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12);
}
.pos-detect-center-1:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12 * 11);
}
.pos-detect-center-2:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12 * 9);
}
.pos-detect-center-3:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12 * 7);
}
.pos-detect-center-4:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12 * 5);
}
.pos-detect-center-5:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12 * 3);
}
.pos-detect-center-6:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12);
}
.pos-detect-center-7:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12 * 11);
}
.pos-detect-center-8:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12 * 9);
}
.pos-detect-center-9:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12 * 7);
}
.pos-detect-center-10:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12 * 5);
}
.pos-detect-center-11:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12 * 3);
}
.pos-detect-center-12:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12);
}
.pos-detect-bottom-1:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12 * 11);
}
.pos-detect-bottom-2:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12 * 9);
}
.pos-detect-bottom-3:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12 * 7);
}
.pos-detect-bottom-4:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12 * 5);
}
.pos-detect-bottom-5:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12 * 3);
}
.pos-detect-bottom-6:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12);
}
.pos-detect-bottom-7:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12 * 11);
}
.pos-detect-bottom-8:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12 * 9);
}
.pos-detect-bottom-9:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12 * 7);
}
.pos-detect-bottom-10:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12 * 5);
}
.pos-detect-bottom-11:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12 * 3);
}
.pos-detect-bottom-12:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12);
}
@keyframes bokeh {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer.footer {
  border-top: 4px solid #f4d109;
  background: #319676;
}
footer.footer .maps {
  background: #dedede;
}
footer.footer .copyright {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  text-align: left;
  color: #fff;
  font-family: 'futura-pt', sans-serif;
}
footer.footer a {
  color: #fff;
}
footer.footer .foot-social {
  justify-content: center;
  margin: 20px auto 0;
}
footer.footer .foot-social li {
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  margin: 0 1%;
  text-align: center;
}
footer.footer .foot-social li span:before {
  color: #fff;
}
footer.footer .info {
  justify-content: space-around;
}
footer.footer .info li {
  text-align: center;
}
footer.footer .info li h3 {
  font-size: 2em;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  color: #f4d109;
}
footer.footer .info li a {
  font-size: 16px;
  font-family: 'futura-pt', sans-serif;
}
footer.footer .info li [class^="icon-"],
footer.footer .info li [class*=" icon-"] {
  margin-right: 0.5em;
  font-size: 140%;
}
@media only screen and (max-width: 750px) {
  .preferred-providers .section-title {
    font-size: 1.5em;
  }
}
.providers-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.providers-list img,
.providers-list img.alignnone {
  margin: auto;
  max-width: 100%;
  height: auto;
}
.providers-list li {
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  .providers-list {
    text-align: center;
    display: initial;
  }
}
.centered-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.vertical-center {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.filter {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+14,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.white-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+56 */
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.kalam {
  font-family: 'Kalam', 'arial';
  font-weight: normal !important;
}
.montserrat {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
.montserrat-bold {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
.source-serif {
  font-family: 'Source Serif Pro', 'arial';
  font-style: normal !important;
}
.playball {
  font-family: 'Playball', 'cursive';
}
.playfair {
  font-family: 'Playfair Display SC', 'Georgia';
  font-weight: normal !important;
}
.playfair-bold {
  font-family: 'Playfair Display SC', 'Georgia';
  font-weight: bold !important;
}
.playfair-fancy {
  font-family: 'Playfair Display SC', 'Georgia';
  font-style: italic;
  font-weight: bold !important;
}
.ikaros {
  font-family: 'ikaros_sansregular', sans-serif;
  font-weight: normal !important;
}
.ikaroslight {
  font-family: 'ikaros_sanslight', sans-serif;
  font-weight: normal !important;
}
.fast {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.icon-text {
  padding-bottom: 40px;
  position: relative;
}
.icon-text:after {
  font-family: 'bakery-icons';
  content: '\e911';
  font-weight: normal !important;
  position: absolute;
  bottom: 15px;
  left: 50%;
  font-size: 110px;
  line-height: 20px;
  transform: translate(-50%, 0%);
  color: #444;
}
.in-quotes:before {
  content: '\201c';
}
.in-quotes:after {
  content: '\201d';
}
.triangle-panel {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: -50px;
}
.triangle-panel .pane {
  width: 47.85%;
  background: #fff;
  height: 50px;
  position: relative;
  display: block;
}
.triangle-panel .pane.right {
  float: right;
}
.triangle-panel .pane.right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
  position: absolute;
  left: -50px;
}
.triangle-panel .pane.left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 50px solid transparent;
  position: absolute;
  right: -50px;
}
.triangle-left {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 50px solid transparent;
}
.triangle-right {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  body.home .home-slide {
    height: 100vh;
    max-height: none;
  }
  body .page-nav {
    width: 35%;
  }
}
@media only screen and (max-width: 950px) {
  header.header .nav ul {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  body.home .home-slide article div.row {
    width: 85%;
    margin: 0 auto;
  }
  body.home .home-slide article div.row nav {
    flex-direction: column;
  }
  body.home .home-slide article div.row nav a {
    height: inherit;
    line-height: 1.1em;
    padding: 10px;
  }
  .content-row article.page {
    width: 60%;
    margin: 0;
  }
  .content-row article.page h1 {
    font-size: 1.85em;
  }
  .content-row article.page h2 {
    font-size: 1.65em;
  }
  .content-row aside.page-nav {
    width: 40%;
  }
  .content-row aside.sidebar:before {
    width: 100%;
    height: 1px;
  }
}
@media only screen and (max-width: 750px) {
  body.home header.header {
    position: relative;
  }
  body.home header.header .logo {
    opacity: 1;
  }
  body.home .slick-prev {
    left: 8px;
  }
  body.home .slick-next {
    right: 8px;
  }
  body.home article.home-banner {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0px 0;
  }
  body.home article.home-banner h2 {
    width: 95%;
    margin: 4px auto;
    display: block;
    color: #fff;
    text-align: center;
    font-family: 'cronos-pro', sans-serif;
    font-weight: bold;
    font-size: 22px;
  }
  body.home article.home-banner h3 {
    font-size: 20px;
  }
  body.home article.home-banner form div.row span {
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  body.home .home-slide {
    background-position: center center;
    height: 90vh;
  }
  body.home .home-slide article h2 {
    font-size: 2.25em;
  }
  body.home .home-slide article p {
    font-size: 2em;
  }
  body.home .service-list {
    flex-direction: column;
  }
  body.home .service-list li {
    width: 85%;
    margin: 0 auto 20px;
  }
  body.home iframe {
    max-width: 100%;
  }
  .row {
    flex-direction: column;
  }
  .row.foot-social,
  .row.main-head {
    flex-direction: row;
  }
  .bread-crumbs {
    text-align: center;
  }
  .page-calls {
    text-align: center;
    justify-content: center;
    margin-top: 10px;
  }
  .content-row {
    flex-direction: column-reverse;
  }
  .content-row article.page {
    width: 100%;
    margin: 0;
  }
  .content-row aside.page-nav {
    width: 100%;
  }
  .content-row aside.sidebar {
    border: none;
    margin: -40px auto 0;
  }
  .content-row aside.sidebar:before {
    width: 100%;
    height: 1px;
  }
  article.page img.alignleft {
    float: none;
    display: block;
  }
  .page-section h2 {
    font-size: 2.85em;
  }
  article.form-contain {
    width: 100% !important;
    padding: 10px;
  }
  article.form-contain header,
  article.form-contain div.wpcf7 {
    width: 100%;
  }
}
