/*
  Theme Name: Hollow
  Theme URI: http://bigtuna.com
  Description: BigTuna WordPress Theme
  Version: 1.0.0
  Author: BigTuna
  Author URI: http://bigtuna.com
  Tags: HTML5, CSS3
*/
@charset "utf-8";

.hollow-header-01 {
  position: relative;
  display: block;
  z-index: 9000;
  background: #FFF;
  width: 100%;
  border-bottom: 2px solid #3F8B87;
}
.hollow-header-01 .logo img {
  padding: .5rem 0;
}
.hollow-header-01 #header-border {
  margin: 0;
  opacity: 0.5;
  display: none;
}
.hollow-header-01.sticky #header-border {
  display: none;
}
body.page-template-home header #header-border, body.page-template-index header #header-border {
  display: none;
}
.hollow-header-01 .meta-wrap {
  font-size: 1.6rem;
  text-align: right;
  font-family: 'Lato';
  font-weight: 400;
  margin: .6em 0;
}
.hollow-header-01 .meta-wrap a {
  color: #155774;
}
.hollow-header-01.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-01.sticky {
  padding: 0;
}
.hollow-header-01.sticky .meta-wrap {
  display: none;
  height: 0;
}
.hollow-header-01.sticky .logo img {
  max-width: 0;
}
.hollow-header-01.sticky .col-xs-12 {
  min-height: 0;
}
.hollow-header-01 nav {
  display: block;
  background: none;
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-01 nav a {
  padding: .3em .5em;
  display: block;
  color: #155774;
  font-size:.9em;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.hollow-header-01 nav a:focus {
  color: #36352A;
}
.hollow-header-01 nav a i {
  padding-right: .4rem;
}
/* NAV LEVEL ONE */
.hollow-header-01 .menu-item.open>a, .hollow-header-01 .menu-item:hover>a, .hollow-header-01 .menu-item.active a, .hollow-header-01 .menu-item.active:hover>a {
  background: #3F8B87;
  color: #fff;
}
/* NAV LEVEL TWO */
.hollow-header-01 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18em;
  display: none;
}
.hollow-header-01 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-01 nav .dropdown-menu a {
  background: #3F8B87;
  color: #fff;
}
.hollow-header-01 .dropdown-menu>li:hover>a, .hollow-header-01 .dropdown-menu>li.active>a, .hollow-header-01 .dropdown-menu>.active>a:hover, .hollow-header-01 .dropdown-menu>.active>a:focus {
  background: #374c16;
  color: #fff;
}
.hollow-header-01 .dropdown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 3px 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* NAV MOBILE */
.hollow-header-01 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-01 .hamburger {
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  background: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2
}
.hollow-header-01 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-01 .hamburger:before, .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: #3F8B87;
  -webkit-transition-property: -webkit-transform, top;
  -moz-transition-property: -moz-transform, top;
  -o-transition-property: -o-transform, top;
  -ms-transition-property: -ms-transform, top;
  transition-property: transform, top;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -ms-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
.hollow-header-01 .hamburger:after {
  top: 60%
}
body.header-menu-open .hollow-header-01 #mobile, body.header-menu-open #mobile .hamburger {
  background: transparent;
}
body.header-menu-open .hollow-header-01 #mobile>.hamburger:before, body.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
body.header-menu-open .hollow-header-01 #mobile>.hamburger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
body.header-menu-open .hollow-header-01 #mobile>.hamburger:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
/* MOBILE TOOLBAR */
.hollow-header-01 .mobile-toolbar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hollow-header-01 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-01 .mobile-toolbar a:hover,
.hollow-header-01 .mobile-toolbar a:focus {
  color: #597f2a;
}
@media screen and (min-width: 992px) {
  .hollow-header-01 .mobile-toolbar {
    display: none;
  }
  .hollow-header-01 .menu {
    float: right;
  }
  .hollow-header-01 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-01 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .hollow-header-01 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
  .hollow-header-01 .mobile-toolbar{
    display: none;
  } 
}
@media only screen and (max-width: 991px) {
  body.header-menu-open .hollow-header-01 nav .menu {
    pointer-events: auto;
    opacity: 1;
  }
  .hollow-header-01 .logo {
    text-align: center;
  }
  .hollow-header-01 .logo img {
    margin: 60px auto 15px;
  }
  .hollow-header-01 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: #3F8B87;
  }
  .hollow-header-01 nav a {
    color: #FFF;
  }
  .hollow-header-01 nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    z-index: -1;
    background: #3F8B87;
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-01 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-01 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-01 .dropdown-menu>li>a {
    padding-left: 2.5em;
  }
  .hollow-header-01 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-01 .mobile-toolbar a {
    font-size: 34px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-header-01 .logo img {
    margin: 60px auto 15px;
  }
}

.home-map {
	background: #155774;
	padding:2rem 0;
}
.home-map .iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.home-map .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;	
}

.hollow-hero-13 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  visibility: hidden;
  margin-bottom: 2rem;
  overflow: hidden;
}
.hollow-hero-13.slick-initialized {
  visibility: visible;
}
.hollow-hero-13 .slide {
  overflow: hidden;
}
.hollow-hero-13 .slick-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(25,25,25,0.4);
}
.hollow-hero-13 .scaffold {
  display: block;
  position: relative;
  height: 28rem;
  width: 100%;
  text-align: left;
}
.hollow-hero-13 .caption-wrap {
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 15%;
  overflow: hidden;
  z-index: 15;
}
.hollow-hero-13 .caption {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 1rem;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -o-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-hero-13 .caption-wrap-active .caption {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.hollow-hero-13 .sub-caption {
  display: inline-block;
  position: relative;
  padding: .25rem 1rem;
  background: #3F8B87;
  margin-bottom: 1rem;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  -o-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-hero-13 .caption-wrap-active .sub-caption {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.hollow-hero-13 h1 {
  display: inline-block;
  color: #FFF;
  line-height: 1;
  font-size: 3.5rem;
  font-weight: 400;
}
.hollow-hero-13 h3 {
  color: #FFF;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 1;
}
.hollow-hero-13 a {
  display: block;
  position: relative;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}
.hollow-hero-13 a i {
  padding-left: .25rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-hero-13 a:hover i {
  padding-left: .75rem;
}
.hollow-hero-13 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(1.25,1.25);
  -ms-transform: translate(-50%,-50%) scale(1.25,1.25);
  -o-transform: translate(-50%,-50%) scale(1.25,1.25);
  transform: translate(-50%,-50%) scale(1.25,1.25);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.hollow-hero-13 .slick-active img {
  -webkit-transform: translate(-50%,-50%) scale(1,1);
  -ms-transform: translate(-50%,-50%) scale(1,1);
  -o-transform: translate(-50%,-50%) scale(1,1);
  transform: translate(-50%,-50%) scale(1,1);
}
@media only screen and (max-width: 767px) {
  .hollow-hero-13 .caption-wrap {
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .hollow-hero-13 .sub-caption {
    max-width: 80%;
  }
  .hollow-hero-13 h1 {
    font-size: 1em;
  }
}

.service-slider-wrap {
  display: block;
  position: relative;
  font-size: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.service-slider-wrap h1 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #155774;
  line-height: 1;
  margin-bottom: .75rem;
  display: block;
  text-align: center;
}
.service-slider-wrap h2 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #155774;
  line-height: 1;
  margin-bottom: 2rem;
  display: block;
  text-align: center;
}
.service-slider-wrap .slick-next:before,
.service-slider-wrap .slick-prev:before {
  color: #155774;
}
.service-slider-wrap .slider-nav {
  margin-bottom: 2rem;
}
.service-slider-wrap .slide-content-wrap {
  display: block;
  position: relative;
  padding: 0 .5rem;
  overflow: hidden;
  cursor: pointer;
}
.service-slider-wrap .service-caption {
  display: block;
  position: relative;
  text-align: center;
  background: #155774;
  padding: .5rem 0;
  border-top: 3px solid #d8e7a3;
}
.service-slider-wrap .service-caption.active {
  background: #D8E8E7;
}
.service-slider-wrap .service-caption p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.service-slider-wrap .service-caption.active p {
  color: #155774;
}
.service-slider-wrap .service-content {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  display: block;
  position: relative;
  padding: 1rem;
  background: rgba(63,139,135,0.2);
  color: #155774;
}
.service-slider-wrap .service-content p h3 {
  margin-bottom: .25rem;
}
.service-slider-wrap .service-content p {
  /*font-size: .55em;*/
  font-weight: 300;
  line-height: 1.4;
}

/* hiding all bullets by default */
.slick-dots li {
    display: none
}
/* only displaying the active bullets and the 2 bullets next to it */
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li,
.slick-dots li.slick-active + li + li + li,
.slick-dots li.slick-active + li + li + li + li,
.slick-dots li.slick-active + li + li + li + li + li {
    display: inline-block;
}
/* displaying the last three bullets when slick-active class isn't applied to any li before them  */
.slick-dots li:nth-last-child(1),
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3),
.slick-dots li:nth-last-child(4),
.slick-dots li:nth-last-child(5) {
    display: inline-block;
}
/* hiding the last three bullets if slick-active exist before them */
.slick-dots li.slick-active ~ li:nth-last-child(1),
.slick-dots li.slick-active ~ li:nth-last-child(2),
.slick-dots li.slick-active ~ li:nth-last-child(3),
.slick-dots li.slick-active ~ li:nth-last-child(4),
.slick-dots li.slick-active ~ li:nth-last-child(5) {
    display: none;
}
/* specific conditions to always display the last three bullets */
.slick-dots li.slick-active + li + li:nth-last-child(5),
.slick-dots li.slick-active + li + li:nth-last-child(4),
.slick-dots li.slick-active + li + li:nth-last-child(3),
.slick-dots li.slick-active + li + li:nth-last-child(2),
.slick-dots li.slick-active + li + li:nth-last-child(1),
.slick-dots li.slick-active + li:nth-last-child(5),
.slick-dots li.slick-active + li:nth-last-child(4),
.slick-dots li.slick-active + li:nth-last-child(3),
.slick-dots li.slick-active + li:nth-last-child(2),
.slick-dots li.slick-active + li:nth-last-child(1) {
    display: inline-block;
}

.hollow-content-02 {
  font-family: 'Lato';
  font-size: 2rem;
  text-align: center;
  padding: 3rem 0;
  display: block;
  position: relative;
  overflow: hidden;
  background: #3f8b87;
}
.hollow-content-02 .text-wrap {
  text-align: left;
  font-size: 2rem;
}
.hollow-content-02 h1 {
  color: #FFF;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  text-align: left;
  margin-bottom: 1.5rem;
}
.hollow-content-02 p:first-of-type {
  margin-top: -.5rem;
}
.hollow-content-02 p {
  font-size: .6em;
  font-weight: 300;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.hollow-content-02 a {
  font-size: .6em;
  color: #FFF;
  padding: .6em 1.2em;
  font-weight: 300;
  background: #155774;
  border: 1px solid #155774;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-02 .text-wrap a:hover {
  background: transparent;
  color: #155774;
}
.hollow-content-02 .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 16rem;
  overflow: hidden;
}
.hollow-content-02 .img-wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px) {
  .hollow-content-02 .content-wrap {
      border: none;
      padding: 0 .6em;
  }
  .hollow-content-02 .text-wrap {
      margin-bottom: 1em;
  }
  .hollow-content-02 .img-wrap {
      width: 100%;
  }
  .hollow-content-02 .img-wrap img {
    width: 100%;
  }
}
.hollow-associate-01 {
    display: block;
    position: relative;
    font-family: 'Lato';
    font-size: 2rem;
}
.hollow-associate-01 .assoc-slider {
    margin-bottom: 0;
    padding: 40px 0;
}
.hollow-associate-01 .assoc-slider .slick-slide {
    text-align: center;
}
.hollow-associate-01 .assoc-slider .slick-slide:last-of-type {
    text-align: center;
}
.hollow-associate-01 .assoc-slider a {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.hollow-associate-01 .slick-prev:before,
.hollow-associate-01 .slick-next:before {
    color: #000 !important;
}
.hollow-associate-01 .assoc-slider a:focus {
    outline: 0;
}
.hollow-associate-01 .assoc-slider a img {
    max-width: 60%;
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .hollow-associate-01 .assoc-slider a img {
        max-width: 80%;
    }
}
.hollow-contact-03 {
    display: block;
    position: relative;
    font-family: 'Lato';
    font-size: 2rem;
    overflow: hidden;
    padding: 4rem 0;
    background: url(img/contact-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/* Background Overlay */
.hollow-contact-03:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
}
.hollow-contact-03 .text-wrap {
    margin-bottom: .5em;
    max-width: 12em;
}
.hollow-contact-03 h1 {
    line-height: 1em;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 4rem;
    color: #FFF;
}
.hollow-contact-03 .content-wrap {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFF;
}
.hollow-contact-03 .content-wrap h2 {
    color: #FFF;
    font-size: .8em;
    padding-bottom: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hollow-contact-03 .content-wrap p {
    font-size: .6em;
    font-weight: 300;
    line-height: 1.4;
    color: #FFF;
}
.hollow-contact-03 ul li {
    font-size: .5em;
    font-weight: 400;
    line-height: 1.5em;
}
.hollow-contact-03 .contact-03-meta {
    position: relative;
}
.hollow-contact-03 .contact-03-meta h3 {
    color: #fff;
    padding-top: 15px;
    font-size: 15px;
    text-transform: uppercase;
}
.hollow-contact-03 .contact-03-meta ul {
    display: block;
    position: relative;
    font-size: 2rem;
}
.hollow-contact-03 .contact-03-meta li {
    margin: 20px 0;
}
.hollow-contact-03 .contact-03-meta li>span {
    display: block;
}
.hollow-contact-03 .contact-03-meta li>span:first-of-type {
    float: left;
    margin-right: 15px;
}
.hollow-contact-03 .contact-03-meta li>span:last-of-type {
    overflow: hidden;
    color: #fff;
}
.hollow-contact-03 .contact-03-meta li>span:last-of-type a {
    font-size: 24px;
    color: #fff;
}
.hollow-contact-03 .contact-03-meta li .li-inner-wrap a {
    /*line-height: 2;*/
    display: inline-block;
}
.hollow-contact-03 .contact-03-meta li>span:last-of-type>*:first-child {
    margin-top: .5rem;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.4;
}
/* BG + color = no rounded corners */
.hollow-contact-03 .contact-03-meta .fa-square {
    color: #3F8B87;
    background: #3F8B87;
}
.hollow-contact-03 .contact-03-meta .ghost-imgs {
    display: block;
}
.hollow-contact-03 .form-wrap {
    padding: 0;
}
.hollow-contact-03 .form-wrap .email {
    float: left;
    width: 50%;
    padding-right: 15px;
    z-index: 5;
}
.hollow-contact-03 .form-wrap .phone {
    float: left;
    width: 50%;
    z-index: 10;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap {
    font-size: 2rem;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap input,
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
    font-size: .6em;
    font-family: 'Lato';
    font-weight: 300;
    color: #FFF;
}
.hollow-contact-03 .form-wrap input:not([type="submit"]), .hollow-contact-03 .form-wrap textarea {
    width: 100%;
    border: 1px solid #fff;
    background: rgba(147, 149, 152, 0.8);
    padding: .6em;
    margin-bottom: 1rem;
    color: #FFF;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
    z-index: 0;
    height: 14rem;
    max-height: 250px;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit {
    background: #3F8B87;
    border: none;
    padding: .5em 1.75em;
    font-family: 'Lato';
    color: #FFF;
    cursor: pointer;
    font-weight: 300;
    font-size: .6em;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit:hover {
    background: #28615e;
}
.hollow-contact-03 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}
.hollow-contact-03 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
.hollow-contact-03 :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.hollow-contact-03 :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .hollow-contact-03 h1 {
        margin-bottom: 1em;
    }
    .hollow-contact-03 p.mobile-center {
        text-align: center;
    }
}
@media only screen and (max-width: 430px) {
    .hollow-contact-03 ul li {
        font-size: .7em;
    }
}
.hollow-contact-01 {
    font-family: 'Lato';
    font-size: 2rem;
    color: #363636;
    position: relative;
}
.hollow-contact-01 .info-wrap {
    z-index: 10;
}
.hollow-contact-01 .info-wrap .info-text-wrap {
    background: #fff;
    padding: .5em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap {
    display: block;
    border-bottom: 2px solid #363636;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1,
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    display: inline-block;
    line-height: 1em;
    font-weight: 300;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1 {
    font-size: 1.5em;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    font-size: .75em;
    padding: .1em .6em;
    border: 1px solid #363636;
    margin-left: 7em;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #363636;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a:hover {
    background: #363636;
    color: #fff;
}
.hollow-contact-01 .info-wrap .text-wrap {
    padding: .3rem 0;
}
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p {
    color: #000;
    line-height: 1.5em;
    font-weight: 300;
    font-size: .6em;
}
.hollow-contact-01 .contact-background {
    position: relative;
    display: block;
    width: 100%;
}
/*iPhone phone number <a> autowrap fix*/
.hollow-contact-01 .info-wrap .text-wrap p > a {
    color: #000;
}
.hollow-contact-01 .gm-style-iw { color:#000 !important; }
@media only screen and (min-width: 768px) {
    .hollow-contact-01 .info-wrap {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        position: absolute;
    }
}
.footer-01 {
  padding: 0;
  font-family: 'Lato';
  background: #252525;
  font-weight: 300;
  text-align: center;
}
.footer-01 .text-wrap {
  margin: 4rem auto 0;
  width: 75vw;
  text-align: center;
}
.footer-01 .text-wrap h1 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}
.footer-01 .text-wrap h3 {
  font-size: 1rem;
  font-weight: 300;
}
.footer-01 .cred-wrap {
  border-top: 1px solid #FFF;
  width: 75vw;
  padding: .5rem;
  margin: 3rem auto 3rem auto;
}
.footer-01 .design {
  display: inline-block;
}
.footer-01 .copyright {
  display: inline-block;
}
.footer-01 .social {
  display: inline-block;
}
.footer-01 p {
  font-size: 1em;
}
.footer-01 .design span a {
    padding: 0 1px;
}
.footer-01 .design span a strong {
  font-weight: 600;
}
.footer-01 a, .footer-01 a:hover, .footer-01 a:focus {
  color: #3F8B87;
}
.footer-01 .social .fa-stack-2x {
  color: #3F8B87;
}
.footer-01 .social .fa-stack-1x {
    color: #FFF;
}
.footer-01 .social a:hover .fa-stack-2x {
  color: #FFF;
}
.footer-01 .social a:hover .fa-stack-1x {
  color: #3F8B87;
}
.footer-01 nav a {
  padding: 5px;
  display: inline-block;
}
.footer-01 a, .footer-01 a:hover, .footer-01 a:focus {
  color: #f6f6f6;
}
@media (min-width: 768px) {
  .footer-01 {
    text-align: center;
  }
  .footer-01 nav a {
    display: block;
  }
  .footer-01 .menu-item {
    display: inline-block;
  }
  .footer-01 .col-sm-6 {
      text-align: right;
    }
  .footer-01 .design {
    float: left;
    text-align: left;
    margin: .5rem 0;
  }
  .footer-01 .social {
    float: right;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
   .footer-01 .design {
    margin: 1rem 0;
  }
    .footer-01 .copyright {
    margin-bottom: 1rem
  }
}
/*INTERIOR*/
.hollow-content-03 {
  position: relative;
  display: block;
  font-family: 'Lato';
  font-size: 2rem;
  overflow: hidden;
}
.hollow-content-03 .text-wrap {
  position: relative;
  display: block;
  text-align: left;
  padding: 1rem 3rem;
}
.hollow-content-03 h1 {
  color: #3F8B87;
  font-size: 1.3em;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.hollow-content-03 h2 {
  font-size: .8em;
  background: #D8E8E7;
  padding: .5rem 1rem;
  color: #155774;
  font-weight: 300;
  text-transform: uppercase;
}
.hollow-content-03 h3 {
  color: #93bd91;
  border-bottom: 2px solid #f2f7e0;
  text-transform: uppercase;
  font-size: .7em;
}
.hollow-content-03 p {
  font-size: .6em;
  font-weight: 300;
  color: #155774;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
.hollow-content-03 .blue {
  color: #155774;
  font-style: italic;
}
.hollow-content-03 a {
  font-size: .6em;
  color: #FFF;
  padding: .6em 1.2em;
  font-weight: 300;
  background: #719c3b;
  border: 1px solid #719c3b;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-03 a:hover {
  background: transparent;
  color: #719c3b;
}
.hollow-content-03 .img-wrap {
  overflow: hidden;
  position: relative;
  height: 44rem;
  width: 100%;
  margin-bottom: 0;
}
.page-id-211 .hollow-content-03 .img-wrap {
  height: 31rem;
}
.hollow-content-03 .img-wrap img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 991px) {
  .hollow-content-03 h1 {
    font-size: 1.1em;
  }
}
.interior-header-04 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  padding: 2rem 0;
}
.interior-header-04 h1 {
  color: #3F8B87;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}
.interior-header-04 h2 {
  font-size: .8em;
  background: #D8E8E7;
  padding: .5rem 1rem;
  color: #155774;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .interior-header-04 h1 {
    font-size: 1.1em;
  }
}
.post-364 .interior-bar-01 {
	padding:2rem 0;
}
.home .interior-bar-01 {
	padding:2rem 0;
}
.interior-bar-01 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
}
.interior-bar-01 h1 {
  color: #93bd91;
  border-bottom: 2px solid #f2f7e0;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom:2rem;
}
.interior-bar-01 h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
}
.interior-bar-01 h3 {
  color: #93bd91;
  border-bottom: 2px solid #f2f7e0;
  text-transform: uppercase;
  font-size: .7em;
}
.interior-bar-01 h4 {
  text-transform: uppercase;
  color: #000;
  font-size: .6em;
}
.interior-bar-01 p {
  color: #155774;
}
.interior-bar-01 .center {
  text-align: center;
}
.interior-bar-01 strong {
  font-weight: 400;
}
.interior-bar-01 span.num-span {
  font-weight: 400;
  white-space: nowrap;
}
.interior-bar-01 .link-1 {
  color: blue;
  font-weight: 400;
}
.interior-bar-01 .link-1:hover {
  color: red;
}
.interior-bar-01 .small {
  font-size: .55em;
}
.interior-bar-01 .norm {
  font-size: 1.1em;
}
.interior-bar-01 ul {
  margin-bottom: 2rem;
  display: block;
}
.interior-bar-01 ul li i {
  color: #93bd91;
  vertical-align: top;
  margin-top: .3rem;
}
.interior-bar-01 .img-right,
.interior-bar-01 .img-left,
.interior-bar-01 .img-ctr {
  margin: 0 auto .5em;
}
@media only screen and (min-width: 768px) {
  .interior-bar-01 .img-right {
    float: right;
    max-width: 40%;
    margin-left: 0.5em;
    margin-bottom: 0.3em;
  }
  .interior-bar-01 .img-left {
    float: left;
    max-width: 40%;
    margin-right: 0.5em;
    margin-bottom: 0.3em;
  }
}
.interior-bar-01 .img-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.interior-bar-01 .img-wrap::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media (min-width: 768px) {
  .interior-bar-01 .img-wrap {
    margin-top: .5rem;
  }
}
@media only screen and (max-width: 991px) {
  .interior-bar-01 .img-wrap::before {
    margin: 19rem 0;
  }
}
section.interior-bar-01.bg-1 {
    background: #155774;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    margin-bottom: 3.5rem;
}
.page-id-213 section.interior-bar-01.bg-1 {
  margin-top: 3rem;
  margin-bottom: -2rem;
}
section.interior-bar-01.bg-1 .map-wrapper {
  background: #eef3f2;
  margin-bottom: 2rem;
}
section.interior-bar-01.bg-1 .map-wrapper .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;	
}
section.interior-bar-01.bg-1 .map-wrapper .video-container iframe {
	width:100%;
	height:100%;
    position: absolute;
    top:0;
    left: 0;	
}
section.interior-bar-01.bg-1 p {
  color: #fff;
}
section.interior-bar-01.bg-1 .map-wrapper p {
  text-align: center;
  color: #155774;
}
section.interior-bar-01.bg-1 h3 {
  color: #fff;
  text-align: center;
  font-size: .7em;
  border-bottom: none;
}
section.interior-bar-01.bg-1 .map-wrapper h3 {
  color: #155774;
  padding-top: 1.5rem;
  border-top: 3px solid #d8e7a3; 
}
section.interior-bar-01.bg-1 h4 {
  text-align: center;
  color: #d8e7a3;
  margin-bottom: 1.5rem;
}
section.interior-bar-01.bg-1 .map-wrapper h4 {
  color: #93bd91;
  padding-bottom: 1.5rem;
}
section.interior-bar-01.bg-1 .green {
  color: #d8e7a3;
  text-align: center;
}
.hollow-service-boxes-13 {
    display: block;
    font-family: 'Lato';
    font-size: 2rem;
    position: relative;
    padding-top: 2rem;
}
.hollow-service-box-13 {
    position: relative;
    display: block;
    padding: 0 2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    z-index: 1000;
    background: #eef3f2;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.hollow-service-box-13:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
}
.hollow-service-box-13:hover i#star {
    background: #93bd91;
    color: #FFF;
}
.hollow-service-box-13-heading h2 {
    margin: 2rem 0;
    text-align: center;
    font-size: .6em
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}
.hollow-service-box-13 i#star {
    text-align: center;
    display: inline-block;
    padding: .8rem;
    background: #155774;
    color: #FFF;
    font-size: .5em;
    margin-bottom: 1rem;
    vertical-align: top;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hollow-service-box-13 .info h4 {
    font-weight: 700;
    font-size: .5em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
.hollow-service-box-13 h3 {
    font-size: .7em;
    font-weight: 400;
    padding-bottom: 1rem;
    line-height: 1.2;
    color: #155774;
    max-width: 100%;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-align: right;
}
.hollow-service-box-13 p {
    color: #155774;
    font-weight: 300;
    line-height: 1.4;
    font-size: .6em;
    margin-bottom: .5rem;
    padding-bottom: 1rem;
}
.hollow-service-box-13 a:hover > i:before{
    color: #719c3b;
}
.hollow-service-box-13  a > i.fa {
    border: none;
    font-size: .8em;
    color: #949494;
    margin: 0;
    padding: 0 .5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
    .hollow-service-box-13 {
        padding: 0 1rem;
    }
    .hollow-service-box-13 i.fa {
        -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        transform: translateX(-30%);
    }
    .hollow-service-box-13 i#star {
        margin-left: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    .hollow-service-box-13 {
        font-size: 1.6rem;
    }
    .hollow-service-box-13 h3 {
        font-size: 1em;
    }
    .hollow-service-box-13 p {
        font-size: .8em
    }
}
/*CONTACT*/
header.hollow-header-01 .meta-wrap a:hover {
  color: #93bd91;
}
.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
  border-color: #93bd91;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  cursor: pointer;
}
/*SEO BANNER*/
.content.seo {
  background: #3f8b87;
}
.content.seo p a:hover {
  color: #d8e7a3;
}
/*============================ */
/* Additional Revisions
============================== */
#fancybox-title {
  display: none!important;
}
span.nowrap {
  white-space: nowrap;
}
span.nowrap a,
span.num-span a,
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.service-slider-wrap .service-content ul.slide-list li i {
  padding-right: .5rem;
  vertical-align: text-top;
}
.service-slider-wrap .service-content ul.slide-list li p {
  display: inline-block;
  max-width: 85%;
  vertical-align: top;
}

.service-slider-wrap .service-content ul.slide-list.nested-list {
  margin-left: 2rem;
}
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-01 nav a {
    text-transform: capitalize;
    padding: .3em .5em;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-content-02 .img-wrap {
    height: 26rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-02 .img-wrap {
    height: 16rem;
  }
}
/*============================ */
/*============================ */
/* recaptcha css
============================== */
.grecaptcha-badge{
  visibility: collapse !important;  
} 

.pum-title { margin-bottom:1rem; font-weight:600 !important; }
.pum-overlay p {
    margin-bottom: 1rem;
	font-weight:400;
}
.pum-overlay ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}
.pum-overlay ul li { display: list-item; }
.pum-theme-347 .pum-container, .pum-theme-hello-box .pum-container {
	border: 14px solid red !important;
}