/*
  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";

header.header-02 {
    position: relative;
    z-index: 9000;
    background: #fff;
    color: #f6f6f6;
}
header.header-02.sticky {
  position: fixed;
}
header.header-02 .operator {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  color: #FFF;
  padding: .6rem 1rem;
  background: #d3af37;
  float: right;
  margin-top: 1rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
header.header-02 .operator:hover {
  background: #9f852c;
}
header.header-02 input.operator { 
border:0;
	background:#006DCC;
	padding:.5rem 1rem;
}
header.header-02 input.operator:hover {
	background:#0a5da5;
}
header.header-02 .logo img {
    -webkit-transition: all .32s ease;
    -o-transition: all .32s ease;
    transition: all .32s ease;
}
header.header-02.shrink .logo img {
    max-width: 150px;
}
header.header-02 .va-middle {
    float: left;
}
header.header-02 .phone {
    text-align: left;
    font-size: 0;
    display: block;
}
header.header-02 .phone a {
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    margin: .4rem 0;
    display: inline-block;
}
header.header-02 .social {
    display: block;
}
header.header-02 .social a {
    color: #FFF;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    padding: .3rem;
}
header.header-02 .logo img {
    padding: .5rem 0;
}
header.header-02 #header-border {
    margin: 0;
    opacity: 0.5;
}
header.header-02 .meta-wrap {
    font-size: 2rem;
    font-family: 'Lato';
    font-weight: 400;
    background: #006dcc;
    margin: 0;
}
header.header-02 nav a {
    font-size: 1em;
    text-transform: none;
}
header.header-02 .mobile-toolbar nav a.mobile-icon {
    font-size: 34px;
}
/* meta wrap contains phone number & misc. above nav */
header.header-02.shrink .meta-wrap {
    display: block;
    overflow: hidden;
    height: 0;
    background: #636363;
}
header.header-02 .social {
    text-align: right;
}
@media only screen and (max-width: 991px) {
  header.header-02 .operator {
    display: none;
  }
    header.header-02 nav {
        background: #006dcc;
    }
    header.header-02 nav a {
        font-size: 1em;
        text-transform: uppercase;
    }
    header.header-02 .hamburger::before,
    header.header-02 .hamburger::after {
        background: #006dcc;
    }
}
.hollow-hero-02 {
    position: relative;
    display: block;
    font-family: 'Lato';
    font-size: 2rem;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.hollow-hero-02.slick-initialized {
    opacity: 1;
}
.hollow-hero-02 .slick-slide {
    position: relative;
    height: auto;
    overflow: hidden;
}
.hollow-hero-02 .slick-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 68, 204, 0.4);
}
.hollow-hero-02 img {
    min-width: 100%;
    min-height: 100%;
    max-width: initial;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hollow-hero-02 .caption-wrap {
    background: none;
    position: relative;
    z-index: 100;
    text-align: left;
    margin: 9rem 0;
}
.hollow-hero-02 .caption {
    font-family: 'Lato';
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 100;
}
.hollow-hero-02 .caption .text-wrap {
    display: inline-block;
}
.hollow-hero-02 .caption ul {
    color: #fff;
    display: block;
    font-size: .5em;
}
.hollow-hero-02 .caption ul li {
    color: #fff;
    display: inline-block;
    padding: 0 .3em;
}
.hollow-hero-02 .caption ul li:hover {
    color: #ffba00;
    cursor: pointer;
}
.hollow-hero-02 .caption h3 {
    font-size: .7em;
    line-height: 1;
    font-weight: 400;
    margin-bottom: .5rem;
}
.hollow-hero-02 .caption h1 {
    font-size: .9em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.hollow-hero-02 .caption a {
    font-size: .6em;
    font-weight: 300;
    color: #FFF;
    background: #d3af37;
    padding: .5em .7em;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #FFF;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-hero-02 .caption a:hover {
    background: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
    .hollow-hero-02 .caption h1 {
        font-size: .7em;
    }
}
@media only screen and (max-width: 991px) {
    .hollow-hero-02 .caption-wrap {
        margin: 7rem 0;
    }
    .hollow-hero-02 .caption-wrap h3 {
        font-size: .5em;
    }
}
@media only screen and (max-width: 767px) {
    .hollow-hero-02 .caption {
        text-align: center;
    }
    .hollow-hero-02 .caption h1 {
        font-size: 1em;
        margin: 1em 0;
    }
    .hollow-hero-02 .caption a {
      font-size: .6em;
    }
}
.hollow-content-02 {
    font-family: 'Lato';
    font-size: 2rem;
    text-align: center;
    padding: 2rem 0;
}
.hollow-content-02 .text-wrap {
    text-align: left;
    font-size: 2rem;
}
.hollow-content-02 h1 {
    color: #006dcc;
    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;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.hollow-content-02 a {
    font-size: .6em;
    color: #FFF;
    padding: .6em 1.2em;
    font-weight: 300;
    background: #d3af37;
    border: 1px solid #d3af37;
    display: inline-block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-content-02 .text-wrap a:hover {
    background: transparent;
    color: #d3af37;
}
.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-service-boxes-18 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  padding: 3rem 0 0 0;
  background: url(img/service/service-bg.jpg) center center no-repeat;
  background-size: cover;
}
.hollow-service-box-18 {
  margin-bottom: 3rem;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  overflow: hidden;
  position: relative;
  background: #FFF;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-box-18:hover {
  box-shadow: 2px 2px 12px rgba(0,0,0,0.6);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hollow-service-box-18 .img-wrap {
  display: block;
  position: relative;
  height: 15vw;
  overflow: hidden;
  max-height: 220px;
}
.hollow-service-box-18 .img-wrap img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hollow-service-box-18 .text-wrap {
  display: block;
  position: relative;
  padding: 1rem;
}
.hollow-service-box-18 .text-wrap h3 {
  font-size: .7em;
  font-weight: 400;
  line-height: 1.2;
  color: #006dcc;
  margin-bottom: 1rem;
}
.hollow-service-box-18 .text-wrap p {
  font-size: .6em;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: .4rem;
}
.hollow-service-box-18 .button-wrap {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-service-box-18 .button-wrap a {
  display: inline-block;
  position: relative;
  font-size: .45em;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: .4rem;
  color: #d3af37;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-box-18 .button-wrap a:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  color: #006dcc;
}
.hollow-service-box-18 .button-wrap a:hover i {
  display: inline-block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  color: #006dcc;
}
.hollow-service-box-18 .button-wrap a i {
  opacity: 0;
  padding-left: .4rem;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  .hollow-service-box-18 .img-wrap{
    height: 50vw;
  }
  .hollow-service-box-18 .button-wrap {
    padding-right: 1rem;
  }
}
.hollow-content-03 {
  position: relative;
  display: block;
  font-family: 'Lato';
  font-size: 2rem;
  background: url(img/content-bg.jpg) center center no-repeat;
  background-size: auto;
}
.hollow-content-03 .text-wrap {
  position: relative;
  display: block;
  text-align: center;
  padding: 1rem 3rem;
}
.hollow-content-03 h1 {
  color: #006dcc;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.hollow-content-03 p {
  font-size: .6em;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
.hollow-content-03 .blue {
  color: #006dcc;
  font-weight: 400;
}
.hollow-content-03 .red {
  color: #cc2914;
  font-weight: 400;
}
.hollow-content-03 a {
  font-size: .6em;
  color: #FFF;
  padding: .6em 1.2em;
  font-weight: 300;
  background: #d3af37;
  border: 1px solid #d3af37;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-03 a:hover {
  background: transparent;
  color: #d3af37;
}
.hollow-content-03 .img-wrap {
  overflow: hidden;
  position: relative;
  height: 27rem;
  width: 100%;
}
.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.3em;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-03 {
    background: #FFF;
  }
  .hollow-content-03 .text-wrap {
    margin-bottom: 1rem;
  }
  .hollow-content-03 {
    display: none;
  }
}
.hollow-action-01 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  background: url(img/contact-2-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 2rem 0;
}
.hollow-action-01 .content-wrap {
  display: block;
  position: relative;
  padding: 0 5rem;
  text-align: center;
}
.hollow-action-01 h3 {
  color: #FFF;
  font-size: .75em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}
.hollow-action-01 p {
  font-size: .6em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #FFF;
}
.hollow-action-01 a {
  font-size: .8em;
  font-weight: 300;
  padding: .5em 1.5em;
  color: #FFF;
  background: #d3af37;
  display: inline-block;
  border: 1px solid #FFF;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-action-01 a:hover {
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .hollow-action-01 {
    text-align: center;
  }
  .hollow-action-01 p::before {
    width: 24em;
  } 
}
@media only screen and (max-width: 767px) {
  .hollow-action-01 {
    padding: 1.75em 1em;
  }
  .hollow-action-01 .content-wrap {
    padding: 0;
  }
  .hollow-action-01 h1 {
    font-size: 2.3rem;
  }
}
.hollow-testimonials-01 {
  font-family: 'Lato';
  font-size: 2rem;
  display: block;
  position: relative;
  padding: 2rem 0;
  background: url(img/testimonial-bg.jpg) center center no-repeat;
  background-size: cover;
}
.hollow-testimonials-01.slick-slider {
  margin: 0;
}
.hollow-testimonials-01.slick-slider .slick-dots li.slick-active button:before,
.hollow-testimonials-01.slick-slider .slick-dots li button:before {
  color: #FFF;
}
.hollow-testimonials-01 .content-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
  max-width: 970px;
  margin: auto;
}
.hollow-testimonials-01 span {
 overflow: hidden;
 text-align: center;
}
.hollow-testimonials-01 span:before,
.hollow-testimonials-01 span:after {
 background: #FFF;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.hollow-testimonials-01 span:before {
 right: 0.5em;
 margin-left: -50%;
}
.hollow-testimonials-01 span:after {
 left: 0.5em;
 margin-right: -50%;
}
.hollow-testimonials-01 i {
  color: #FFF;
  padding: .5em;
}
.hollow-testimonials-01 p {
  font-size: .6em;
  font-weight: 300;
  color: #FFF;
  line-height: 1.5em;
}
.hollow-testimonials-01 p.spacer {
  margin: 1em 0;
}
.hollow-testimonials-01 span.name {
  font-weight: 400;
  display: block;
  max-width: 400px;
  margin: auto;
  font-size: 2rem;
}
.hollow-testimonials-01 span.name p {
  font-weight: 600;
  font-size: .4em;
  display: inline-block;
}
.hollow-testimonials-01 .slick-slide {
  outline: none;
  cursor: default;
}
.hollow-testimonials-01 ul.slick-dots {
  margin: .5em 0;
  display: inline-block;
  position: relative;
  bottom: 0;
}
.hollow-testimonials-01 ul li {
  vertical-align: middle;
}
.hollow-associate-01 {
    display: block;
    position: relative;
    font-family: 'Lato';
    font-size: 2rem;
    background: #fff;
}
.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: 50%;
    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;
}
/*.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: #006dcc;
    background: #006dcc;
}
.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(0, 68, 204, 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: #d3af37;
    border: none;
    padding: .5em 1.75em;
    font-family: 'Lato';
    color: #FFF;
    border: 1px solid #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: #9f852c;
}
.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-08 {
  position: relative;
  display: block;
  font-family: 'Lato';
  font-size: 2rem;
  padding: 2rem 0;
  background: url(img/contact-2-bg.jpg) center center no-repeat;
  background-size: cover;
}
.hollow-contact-08 .content-wrap {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 2rem;
}
.hollow-contact-08 .left-align {
  display: inline-block;
  position: relative;
  text-align: left;
}
.hollow-contact-08 .content-wrap h1 {
  font-size: 1.3em;
  font-weight: 300;
  color: #FFF;
  line-height: 1.2;
  margin-bottom: .7rem;
  text-transform: uppercase;
}
.hollow-contact-08 .content-wrap p {
  font-size: .6em;
  font-weight: 300;
  color: #FFF;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.hollow-contact-08 .content-wrap p.height {
  margin-bottom: .5rem;
}
.hollow-contact-08 .content-wrap p.width {
  max-width: 24rem;
}
.hollow-contact-08 .social {
    display: block;
    font-size: 1.2rem;
    color: #FFF;
    padding-right: 2rem;
}
.hollow-contact-08 .social .fa-stack-2x {
    color: #FFF;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-contact-08 .social .fa-stack-1x {
    color: #006dcc;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-contact-08 .social a:hover .fa-stack-2x {
    color: #006dcc;
}
.hollow-contact-08 .social a:hover .fa-stack-1x {
    color: #FFF;
}
.hollow-contact-08 ul {
  display: inline-block;
  text-align: left;
  padding-right: 4rem;
  font-size: 2rem;
  line-height: 1;
}
.hollow-contact-08 ul li a {
  color: #FFF;
  font-weight: 300;
  font-size: .6em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-contact-08 ul li a:hover {
  color: #d3af37;
}
@media only screen and (max-width: 767px) {
  .hollow-contact-08 .left-align {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
  .hollow-contact-08 ul {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .hollow-contact-08 ul:last-of-type {
    margin-bottom: 1rem;
  }
}
.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: rgba(255, 255, 255, 0.85);
    padding: .5em;
    color: #016ecc;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap {
    display: block;
    border-bottom: 2px solid #016ecc;
    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 #016ecc;
    margin-left: 7em;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #016ecc;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a:hover {
    background: #016ecc;
    color: #fff;
}
.hollow-contact-01 .info-wrap .text-wrap {
    padding: .3rem 0;
}
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p {
    color: #016ecc;
    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;
    }
}
@media only screen and (max-width:767px) {
  .hollow-contact-01 .info-wrap .info-text-wrap {
    background: #f9f9f9;
  }
}
/* Reviews */
.hollow-contact-01 .ratings-header {
    text-align: center;
    background: #fff;
    color: #253c7b;
    font-size: 1em;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: 300;
}
.hollow-contact-01 .ratings-tagline {
    font-size: 0.9em;
}
.hollow-contact-01 .ratings-tagline a {
    display: inline-block;
    border-bottom: 1px solid #2ecc71;
    color: #253c7b;
}
.hollow-contact-01 .ratings {
    z-index: 100;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px -2px #000;
}
@media ( min-width: 768px ) {
    .hollow-contact-01 .ratings {
        height: 100%;
        overflow-y: auto;
        max-width: 450px;
        position: absolute;
    }
}
/* Single review*/
.hollow-contact-01 .ratings li.review {
    transition: background 0.1s;
    background: #fff;
    clear: left;
}
.hollow-contact-01 .ratings li.review > * {
    padding: 15px;
}
/* Header */
.hollow-contact-01 .review-header {
    background: #253c7b;
    color: #fff;
}
.hollow-contact-01 .review-header > * {
    display: inline-block;
    vertical-align: middle;
}
.hollow-contact-01 .review-header > *:not(:last-child) {
    margin-right: 10px;
}
.hollow-contact-01 .ratings li.review i.fa-star {
    color: #ffe000;
}
/* Profile photo */
.hollow-contact-01 .review-body a.review-profile-photo {
    display: block;
    text-align: center;
    width: 64px;
    float: left;
    margin-right: 15px;
}
.hollow-contact-01 .review-body a.review-profile-photo + * {
    overflow: hidden;
}
/* Review author */
.hollow-contact-01 .ratings .review-author {
    font-weight: 700;
    text-transform: capitalize;
}
/* Review content */
.hollow-contact-01 .review-content {
    margin-bottom: 5px;
}
/* Read more button */
.hollow-contact-01 .ratings li.review .button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 30px;
    background: #2ecc71;
    color: #fff;
    font-size: 16px;
    float: right;
}
.hollow-contact-01 .ratings li.review .button:hover {
    background: #1bab58;
}
.footer-02 {
    background: #252525;
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 1em;
    line-height: 1em;
    padding: 10px;
}
.footer-02 a {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 2;
}
.footer-02 .copyright, .footer-02 .design {
    padding: 15px 0;
    font-weight: 300;
}
.footer-02 .design {
    float: right;
}
.footer-02 .design a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
@media only screen and (max-width:991px) {
    .footer-02 {
        text-align: center;
    }
    .footer-02 .design {
        float: none;
    }
}
/*INTERIOR*/
/*  <---HEADER STYLES --->  */
.interior-header-02 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  margin: 2rem 0;
  background: #006dcc;
  border-left: 1rem solid #000;
}
.interior-header-02 h1 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  padding: .5rem 1rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .interior-header-02 h1 {
    font-size: 1.1em;
  }
}
/*  <--- /HEADER STYLES --->  */

.interior-bar-01 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
}
.interior-bar-01 .bar-header {
  display: block;
  position: relative;
  width: 100%;
  background: #296631;
  padding: .6rem 1rem;
  margin-bottom: 1rem;
}
.interior-bar-01 h2 {
  color: #FFF;
  margin: 0;
  font-weight: 300;
}
.interior-bar-01 p {
  font-weight: 400;
  font-size: .5em;
}
.page-id-457 .interior-bar-01 p {
  font-weight: 400;
  font-size: .6em;
}
.page-id-190 .interior-bar-01 p {
  font-size: .45em;
  font-weight: 400;
}
.interior-bar-01 ul {
  display: block;
}
.interior-bar-01 .ul-margin ul {
  margin-bottom: 2rem;
}
.interior-bar-01 ul li i {
  color: #d3af37;
}
.interior-page ul li p {
  font-size: .5em;
  font-weight: 400;
}
.interior-bar-01 .ul-wrap ul {
  margin-bottom: 2rem;
}
.interior-bar-01 .service-box {
  display: block;
  position: relative;
  border: 2px solid #f9f9f9;
  padding: 1rem;
  margin-bottom: 2rem;
}
.interior-bar-01 .service-box-1 {
  display: block;
  position: relative;
  border: 2px solid #f9f9f9;
  padding: 1rem;
}
.interior-bar-01 .service-box-1 strong {
  font-weight: 400;
}
.interior-bar-01 .service-box-1 .margin-bot p {
  margin-bottom: 1rem;
}
.interior-bar-01 .box-margin-1 {
  margin-bottom: 2rem;
}
.interior-bar-01 .medical-box {
  display: block;
  position: relative;
  background: #f9f9f9;
  padding: 1rem;
}
.interior-bar-01 .medical-box h3 {
  font-size: .5em;
  font-weight: 700;
}
.interior-bar-01 .medical-box ul {
  margin-bottom: 0;
}
.interior-bar-01 .medical-box ul li p {
  font-size: .5em;
}
.interior-bar-01 .medical-box ul li i {
  font-size: .5em;
}
.interior-bar-01 .img-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.page-id-252 .interior-bar-01 .img-wrap {
  height: 18rem;
}
.page-id-190 .interior-bar-01 .img-wrap {
  height: 22rem;
}
.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: 41%;
  transform: translate(-50%,-50%);
}
.interior-bar-01 .img-wrap img {
  left: 50%;
}
.interior-bar-01 .img-wrap-1 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 25rem;
}
.interior-bar-01 .img-wrap-1::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-1 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-bar-01 .img-wrap-2 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 31rem;
}
.page-id-227 .interior-bar-01 .img-wrap-2 {
  height: 28rem;
}
.page-id-225 .interior-bar-01 .img-wrap-2 {
  height: 28rem;
}
.interior-bar-01 .img-wrap-2::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-2 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-bar-01 .img-wrap-3 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 17.5rem;
}
.page-id-262 .interior-bar-01 .img-wrap-3 {
  height: 15.5rem;
}
.interior-bar-01 .img-wrap-3::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-3 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-bar-01 .img-wrap-4 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 24.4rem;
}
.page-id-262 .interior-bar-01 .img-wrap-4 {
  height: 22.2rem;
}
.interior-bar-01 .img-wrap-4::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-4 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 58%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page-id-262 .interior-bar-01 .img-wrap-4 img {
  top: 29%;
}
.interior-bar-01 .img-wrap-5 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 13.5rem;
}
.page-id-254 .interior-bar-01 .img-wrap-5 {
  height: 20.5rem;
}
.interior-bar-01 .img-wrap-5::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-5 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page-id-254 .interior-bar-01 .img-wrap-5 img {
  top: 50%;
}
.interior-bar-01 .img-wrap-6 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 25.7rem;
}
.page-id-194 .interior-bar-01 .img-wrap-6 {
  height: 28.7rem;
}
.page-id-260 .interior-bar-01 .img-wrap-6 {
  height: 20.7rem;
}
.interior-bar-01 .img-wrap-6::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-6 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-bar-01 .img-wrap-7 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 27rem;
}
.page-id-256 .interior-bar-01 .img-wrap-7 {
  height: 20.5rem;
}
.interior-bar-01 .img-wrap-7::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-7 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-bar-01 .img-wrap-8 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 14.7rem;
}
.page-id-267 .interior-bar-01 .img-wrap-8 {
  height: 13.3rem;
}
.interior-bar-01 .img-wrap-8::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-8 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.interior-bar-01 .img-wrap-9 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 14.7rem;
}
.page-id-258 .interior-bar-01 .img-wrap-9 {
  height: 22rem;
}
.interior-bar-01 .img-wrap-9::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-9 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 57%;
  left: 37%;
  transform: translate(-50%,-50%);
}
.page-id-258 .interior-bar-01 .img-wrap-9 img {
  top: 50%;
  left: 30%;
}
.interior-bar-01 .img-wrap-10 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 24.4rem;
}
.page-id-264 .interior-bar-01 .img-wrap-10 {
  height: 17rem;
}
.interior-bar-01 .img-wrap-10::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-10 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 62%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page-id-264 .interior-bar-01 .img-wrap-10 img {
  top: 90%;
}
@media (min-width: 768px) {
  .interior-bar-01 .img-wrap {
    margin-top: .5rem;
  }
  .interior-bar-01 .img-wrap-1 {
    margin-top: .5rem;
  }
  .interior-bar-01 .img-wrap-2 {
    margin-top: .5rem;
  }
  .interior-bar-01 .img-wrap-3 {
    margin-top: .5rem;
  }
  .interior-bar-01 .img-wrap-5 {
    margin-top: .5rem;
  }
  .interior-bar-01 .img-wrap-6 {
    margin-top: .5rem;
  }
  .interior-bar-01 .img-wrap-7 {
    margin-top: .5rem;
  }
  .interior-bar-01 .img-wrap-8 {
    margin-top: 0rem;
  }
  .interior-bar-01 .img-wrap-9 {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 991px) {
  .interior-bar-01 .img-wrap::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-1::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-2::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-3::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-4::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-5::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-6::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-7::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-8::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-9::before {
    margin: 19rem 0;
  }
   .interior-bar-01 .img-wrap-10::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-5 {
    height: 20.5rem;
  }
  .interior-bar-01 .img-wrap-5 img {
    top: 50%;
    left: 74%;
  }
}
@media only screen and (max-width: 767px) {
  .interior-bar-01 .med-margin {
    margin-bottom: 1.5rem;
  }
  .interior-bar-01 .img-wrap-5 {
    height: 25.5rem;
  }
  .interior-bar-01 .img-wrap-5 img {
    top: 60%;
    left: 50%;
  }
  .interior-bar-01 .img-wrap-6 img {
    top: 80%;
    left: 50%;
  }
  .interior-bar-01 .ul-wrap ul {
    margin-bottom: 0;
  }
  .interior-bar-01 .img-wrap-9 img {
    top: 53%;
    left: 23%;
  }
  .interior-bar-01 .img-wrap-9 {
    height: 28.7rem;
  }
  .interior-bar-01 .img-wrap-10 img {
    top: 90%;
  }
  .interior-bar-01 p {
    font-size: .5em;
    font-weight: 400;
  }
}
/*ACCORDIAN*/
.interior-accordion-01 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  padding-bottom: 2.5rem;
  background: #f9f9f9;
}
.interior-accordion-01 h2 {
    margin: 2rem 0;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    color: #d3af37;
}
.interior-accordion-01 .col1 {
  width: 5%;
  float: left;
}
.interior-accordion-01 .col19 {
  width: 95%;
  max-width: 95%;
  float: left;
}
.interior-accordion-01 .accordion-menu {
  display: block;
  position: relative;
  background: #f9f9f9;
}
.interior-accordion-01 .accordion-dropdown {
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  padding: 0;
}
.interior-accordion-01 .question-wrap {
  display: block;
  position: relative;
  background: #006dcc;
  padding: 1rem 0 1rem 1rem;
  cursor: pointer;
}
.interior-accordion-01 li:hover .question-wrap {
  background: #0044cc;
}
.interior-accordion-01 .center-qa {
  text-align: center;
}
.interior-accordion-01 h3 {
  display: inline-block;
  color: #fff;
  position: relative;
  margin: 0;
  font-size: .5em;
  line-height: 1;
  font-weight: 600;
}
.interior-accordion-01 .answer {
  color: #d3af37;
}
.interior-accordion-01 span {
  display: inline-block;
  color: #006dcc;
  position: relative;
  margin: 0;
  font-size: .7em;
  line-height: 1;
  font-weight: 400;
}
.interior-accordion-01 p {
  display: inline-block;
  font-size: .6em;
  font-weight: 300;
  margin: 0;
  color: #000;
  line-height: 1.4;
  cursor: pointer;
}
.interior-accordion-01 ul li p {
  font-size: .45em;
  font-weight: 400;
}
.interior-accordion-01 .accordion-dropdown-item {
  position: relative;
  display: block;
  background: #f9f9f9;
  max-height: 500px;
  padding: .5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interior-accordion-01 .padding-adjustment {
  padding: .5rem;
  display: block;
  position: relative;
}
.interior-accordion-01 .accordion-dropdown-item:not(.current) {
  max-height: 0;
  overflow: hidden;
  padding: 0 .5rem;
}
@media only screen and (max-width: 767px) {
  .interior-accordion-01 .row {
    margin: 0;
  }
  .interior-accordion-01 .col-xs-12 {
    padding: 0;
  }
  .interior-accordion-01 .col1 {
    width: 15%;
  }
  .interior-accordion-01 .col19 {
    width: 85%;
  }
  .interior-accordion-01 ul li p {
    font-size: .5em;
    font-weight: 400;
  }
}
/*PROCOMM STAFF*/
.hollow-service-boxes-13 {
    position: relative;
    /*padding-top: 2rem;*/
    background: url(img/bg.jpg) center center no-repeat;
    margin-bottom: -2rem;
    background-size: cover;
}
.hollow-service-boxes-13 .bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ccbe90;
  opacity: .5;
}
.hollow-service-box-13 {
    position: relative;
    display: block;
    padding: 0 2rem 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.63);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.hollow-service-box-13:hover i#star {
    background: #d3af37;
    color: #FFF;
}
.hollow-service-box-13-heading h2 {
    margin: 2rem 0;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    color: #016ecc;
}
.hollow-service-box-13 i#star {
    text-align: center;
    display: inline-block;
    padding: .8rem;
    background: #016ecc;
    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: .65em;
    font-weight: 400;
    line-height: 1.2;
    color: #d3af38;
    max-width: 80%;
    text-transform: uppercase;
}
.hollow-service-box-13 p {
    color: #036fcc;
    font-weight: 300;
    line-height: 1.4;
    font-size: .6em;
    margin-bottom: .5rem;
    font-weight: 400;
}
.hollow-service-box-13 a {
    display: inline-block;
    color: #036fcc;
    font-size: .63em;
    text-transform: uppercase;
    line-height: 1;
    /*padding-bottom: 1.7rem;*/
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.page-id-190 .hollow-service-box-13 a {
  text-transform: lowercase;
  font-size: .8em;
}
.hollow-service-box-13 a:hover {
    color: #006dcc;
}
.hollow-service-box-13 a:hover > i:before{
    color: #006dcc;
}
.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
    }
    .hollow-service-box-13 a {
      font-size: .78em;
    }
}
/*SERVICES BOXES*/
.hollow-service-boxes-23 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  padding-top: 2rem;
}
.hollow-service-boxes-23.service-bg {
  background: url(img/service/service-bg.jpg);
  background-size: cover;
}
.hollow-service-box-23 {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 14rem;
  margin-bottom: 2rem;
}
.hollow-service-box-23 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%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-service-box-23 .caption {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: .5rem;
  background: rgba(0,0,0,0.8);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.hollow-service-box-23 h3 {
  color: #FFF;
  line-height: 1.2;
  padding-top: .5rem;
  padding-left: .7rem;
  padding-right: .7rem;
  font-weight: 400;
  font-size: 1em;
}
.hollow-service-box-23:hover .caption {
  background: #006dcc;
}
.page-id-457 .hollow-service-box-23:hover .caption {
  background: #006dcc;
}
/*ACCOUNT ACTION*/
.hollow-action-02 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  background: url(img/contact-2-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4rem 0;
  margin-bottom: -2rem;
}
.hollow-action-02 .content-wrap {
  display: block;
  position: relative;
  padding: 0 5rem;
  text-align: center;
}
.hollow-action-02 h3 {
  color: #FFF;
  font-size: .75em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}
.hollow-action-02 p {
  font-size: .6em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #FFF;
}
.hollow-action-02 a {
  font-size: .6em;
  font-weight: 300;
  padding: .5em 1.5em;
  color: #FFF;
  background: #d3af37;
  display: inline-block;
  border: 1px solid #FFF;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-action-02 a:hover {
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .hollow-action-02 {
    text-align: center;
  }
  .hollow-action-02 p::before {
    width: 24em;
  } 
}
@media only screen and (max-width: 767px) {
  .hollow-action-02 {
    padding: 1.75em 1em;
  }
  .hollow-action-02 .content-wrap {
    padding: 0;
  }
  .hollow-action-02 h1 {
    font-size: 2.3rem;
  }
}
/*SERVICE BOX 16*/
.hollow-service-boxes-16 {
    font-family: 'Lato';
    font-size: 2rem;
    padding: 2rem 0 1rem 0;
    margin-top: 2rem;
}
.hollow-service-boxes-16 .row {
  text-align: center;
}
.hollow-service-boxes-16 h1 {
  font-size: 1em;
  font-weight: 400;
  display: block;
  color: #949494;
  margin-bottom: 1rem;
}
.hollow-service-boxes-16 p {
  font-size: .6em;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 auto 2rem;
  display: block;
  max-width: 60vw;
}
.hollow-service-box-16 {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: -1rem;
}
.hollow-service-box-16 .box-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid #006dcc;
  padding: 1rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-box-16 .box-wrap:hover {
  background: #f9f9f9;
  cursor: pointer;
}
.hollow-service-box-16 .box-wrap:hover span {
  color: #006dcc;
}
.hollow-service-box-16 .icon-wrap {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 6vw;
  height: 6vw;
  max-height: 190px;
  max-width: 210px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-box-16 .icon-wrap span {
  position: absolute;
  display: inline-block;
  font-size: 2em;
  color: #006dcc;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-box-16 .icon-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%);
}
.hollow-service-box-16 h2 {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2;
  color: #006dcc;
}
@media only screen and (max-width: 991px) {
  .hollow-service-box-16 .icon-wrap span {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-service-box-16 .icon-wrap {
    height: 14vw;
    width: 14vw;
  }
  .hollow-service-box-16 .icon-wrap span {
    font-size: 1em;
  }
  .hollow-service-box-16 .box-wrap {
    margin-bottom: 3.3rem;
  }
  .hollow-service-box-16 .form-wrap {
  margin-bottom: 0;
  }
}
/*INDUSTRIES SERVICE BOXES*/
.hollow-service-boxes-07 {
    font-family: 'Lato';
    font-size: 2rem;
    background: url(img/staff-bg.jpeg) center center no-repeat;
    margin-bottom: -2rem;
    background-size: cover;
}
.hollow-service-boxes-07 .bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #016ecc;
  opacity: .5;
}
.hollow-service-boxes-07 .container-fluid {
    padding: 0;
}
.hollow-service-boxes-07 .service-box-wrap {
    padding: 1em 2em 0 2em;
    position: relative;
    overflow: hidden;
}
.hollow-service-boxes-07 .service-box-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: initial;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hollow-service-boxes-07 .hollow-service-box-07 {
    text-align: left;
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
    overflow:hidden;
    position: relative;
}
.hollow-service-boxes-07 .hollow-service-box-07:before {
  content:'';
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index:100;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
.hollow-service-boxes-07 .hollow-service-box-07 img {
    position: absolute;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
}
.hollow-service-box-07 .height-wrap {
  display: block;
  position: relative;
}
.hollow-service-box-07 h3 {
    font-size: .8em;
    font-weight: 600;
    line-height: 1;
    color: #d3af37;
    position: relative;
    z-index:110;    
}
.hollow-service-box-07 p {
    font-size: .47em;
    font-weight: 400;
    color: #016ecc;
    margin: 1.3rem 0 0 0;
    line-height: 1.2;
    position: relative;
    z-index:110; 
    display: block;   
}
.hollow-service-box-07 .button-wrap {
  display: block;
  position: relative;
  margin-top: 1rem;
  text-align: center;
}
.hollow-service-box-07 a {
    font-size: .5em;
    font-weight: 300;
    padding: .3em 1em;
    background: transparent;
    border: 1px solid #d3af37;
    color: #016ecc;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    z-index:110;    
}
.hollow-service-box-07 a:hover {
    background: #016ecc;
    color: #fff;
}
@media only screen and (max-width: 1199px) {
    .hollow-service-boxes-07 .hollow-service-box-07 {
        font-size: 1.7rem;
    }
    .hollow-service-box-07 h3 {
      font-size: .8em;
    }
}
@media only screen and (max-width: 767px) {
    .hollow-service-boxes-07 .service-box-wrap {
        padding: 1em 1em 0 1em;
    }
    .hollow-service-box-07 p {
      font-weight: 400;
    }
}
/*FAQS PAGE*/
.interior-accordion-001 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  padding-bottom: 2.5rem;
}
.interior-accordion-001 h2 {
    margin: 2rem 0;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    color: #000;
}
.interior-accordion-001 .col1 {
  width: 5%;
  float: left;
}
.interior-accordion-001 .col19 {
  width: 95%;
  max-width: 95%;
  float: left;
}
.interior-accordion-001 .accordion-menu {
  display: block;
  position: relative;
  background: #fff;
}
.interior-accordion-001 .accordion-dropdown {
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  padding: 0;
}
.interior-accordion-001 .question-wrap {
  display: block;
  position: relative;
  background: #f1f1f1;
  padding: 1rem 0 1rem 1rem;
  cursor: pointer;
}
.interior-accordion-001 li:hover .question-wrap {
  background: #c5c5c5;
}
.interior-accordion-001 .center-qa {
  text-align: center;
}
.interior-accordion-001 h3 {
  display: inline-block;
  color: #275693;
  position: relative;
  margin: 0;
  font-size: .5em;
  line-height: 1;
  font-weight: 600;
}
.interior-accordion-001 .answer {
  color: #d3af37;
}
.interior-accordion-001 span {
  display: inline-block;
  color: #006dcc;
  position: relative;
  margin: 0;
  font-size: .7em;
  line-height: 1;
  font-weight: 400;
}
.interior-accordion-001 p {
  display: inline-block;
  font-size: .6em;
  font-weight: 400;
  margin: 0;
  color: #000;
  line-height: 1.4;
  cursor: pointer;
}
.interior-accordion-001 .accordion-dropdown-item {
  position: relative;
  display: block;
  background: #fff;
  max-height: 500px;
  padding: .5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interior-accordion-001 .padding-adjustment {
  padding: .5rem;
  display: block;
  position: relative;
}
.interior-accordion-001 .accordion-dropdown-item:not(.current) {
  max-height: 0;
  overflow: hidden;
  padding: 0 .5rem;
}
@media only screen and (max-width: 767px) {
  .interior-accordion-001 .row {
    margin: 0;
  }
  .interior-accordion-001 .col-xs-12 {
    padding: 0;
  }
  .interior-accordion-001 .col1 {
    width: 15%;
  }
  .interior-accordion-001 .col19 {
    width: 85%;
  }
}
  /*PRICING*/
  /*  <---HEADER STYLES --->  */
.interior-header-04 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  padding: 2rem 0;
}
.interior-header-04 h1 {
  color: #000;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .interior-header-04 h1 {
    font-size: 1.1em;
  }
}
/*  <--- /HEADER STYLES --->  */

.interior-bar-02 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
}
.interior-bar-02 .bar-header {
  display: block;
  position: relative;
  width: 100%;
  background: #296631;
  padding: .6rem 1rem;
  margin-bottom: 1rem;
}
.interior-bar-02 h2 {
  color: #FFF;
  margin: 0;
  font-weight: 300;
}
.interior-bar-02 h3 {
  font-size: .7em;
}
.interior-bar-02 .img-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 22.5rem;
}
.page-id-464 .interior-bar-02 .img-wrap {
  height: 20.5rem;
}
.interior-bar-02 .img-wrap::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-02 .img-wrap img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 38%;
  transform: translate(-50%,-50%);
}
.interior-bar-02 ul {
  display: block;
}
.interior-bar-02 ul li i {
  color: #d3af38;
}
@media only screen and (max-width: 991px) {
  .interior-bar-02 .img-wrap::before {
    margin: 19rem 0;
  }
}
/*PRICING*/
.interior-bar-02 table {
    max-width:100%;
}
.interior-bar-02 .table {
    width:100%;
    margin-bottom: 2rem;
}
.interior-bar-02 table, th, td {
    border: 1px solid #d8d4d4;
    border-collapse: collapse;
}
.interior-bar-02 th, td {
    padding: 1.5rem .3rem;
    text-align: center;
    font-size: .5em;
}
.interior-bar-02 table th#blue {
    background-color: #42a8c6;
    color: white;
    font-weight: 600;
    font-size: .8em;
}
.interior-bar-02 table th#yellow {
    background-color: #d3af37;
    color: white;
    font-weight: 600;
    font-size: .8em;
}
.interior-bar-02 table th#green {
    background-color: #67bd6a;
    color: white;
    font-weight: 600;
    font-size: .8em;
}
.interior-bar-02 table td span#price {
    color: #275693;
    font-size: 30px;
    font-weight: 600;
}
.interior-bar-02 table tr#lt-blue-bg td {
  background: #e9f2fb;
    color: #275693;
    line-height: 2rem;
}
.interior-bar-02 .blue-box h4 {
  font-weight: 700;
  font-size: .8em;
  color: #fff;
  background: #006dcc;
  padding: 1rem;
  text-align: center;
}
.interior-bar-02 .blue-box p {
  font-weight: 400;
  font-size: .6em;
  color: #fff;
  background: #006dcc;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.interior-bar-02 .service-box {
  display: block;
  position: relative;
  border: 2px solid #f1f1f1;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .interior-bar-02 table td span#price {
    font-size: 20px;
  }
}
/*TRAINING*/
.interior-bar-01 .video-wrap {
  margin-bottom: 2rem;
}
.interior-bar-01 .video-wrap-2 {
  margin-bottom: 2rem;
}
/*EMPLOYMENT FORMS*/
.interior-bar-01 .form-link {
  text-align: center;
  color: #006dcc;
}
.interior-bar-01 .form-link a {
  text-align: center;
  color: #006dcc;
  font-weight: 400;
  font-size: 1.3em;
}
.interior-bar-01 .form-link a:hover  {
  text-align: center;
  color: #d3af37;
}
.page-id-527 .interior-bar-01 h3 {
  text-align: center;
}
/*ACCOUNT SET-UP*/
.page-id-536 .interior-bar-01 h3 {
  text-align: center;
}
/*SEO BANNER*/
.content.seo {
  background: #d3af37;
}
.content.seo p a:hover {
  color: #006dcc;
}
/*APPLICATION FORM*/
.wpcf7-apply-form-header h1 {
    color: #fff;
    background: #4D4D4D;
    padding: 15px;
    text-align: center;
    font-size: 28px;
    margin: 0px;
}
.wpcf7-apply-form {
    padding: 15px;
    border-left: 2px solid #4D4D4D;
    border-right: 2px solid #4D4D4D;
    border-bottom: 2px solid #4D4D4D;
}
.wpcf7- {
    color: #252525;
    padding-bottom: 15px;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
}
.wpcf7-apply-form p {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.wpcf7-apply-form .wpcf7-form-control {
  font-size: 1em;
}
.wpcf7-apply-form input,
.wpcf7-apply-form textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    background: #275693;
    color: #fff;
    font-size: 16px;
}
.wpcf7-apply-form input[type="text"],
.wpcf7-contact-page input[type="email"],
.wpcf7-contact-page textarea {
    font-size: 16px;
}
.wpcf7-apply-form textarea {
    height: 216px;
}
.wpcf7-apply-form input:focus,
.wpcf7-apply-form textarea:focus {
    border-color: #275693;
}
.wpcf7-apply-form span.wpcf7-form-control-wrap {
    display: block;
    font-size: 20px;
}
.wpcf7-apply-form .contact-captcha > img {
    height: 62px;
    width: 174px;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
}
.wpcf7-apply-form .contact-captcha > span {
    overflow: auto;
}
.wpcf7-apply-form .contact-captcha > span > input {
    width: 100%;
}
.wpcf7-apply-form img.ajax-loader {
    display: inline-block;
}
.wpcf7-apply-form .submit-wrapper {
    text-align: right;
    margin-top: 20px;
}
.wpcf7-apply-form .submit-wrapper input {
    width: auto;
    display: inline-block;
    background: transparent;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    padding: 10px 30px;
    color: #275693;
    border: 2px solid #275693;
    transition: background 0.25s;
    font-size: 18px;
}
.wpcf7-apply-form .submit-wrapper input:hover {
    background: #275693;
    color: #fff;
}
::-webkit-input-placeholder {
    color: #999999;
}
/*============================ */
/* CSM Styles
============================== */
/* Blogs and Events */
.blog-post b {
  font-weight: 400;
}
.events-header.post-item-header {
  margin-top: 20px;
  padding: .3rem 2rem;
}
.events-wrap {
  padding: 2rem;
  border: 1px solid #224c84;
  margin-bottom: 1rem;
}
.events-wrap .event {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.events-wrap .event h3.date {
  font-size: 1.5rem;
  color: #275593;
  font-weight: 400;
}
.events-wrap .event p.description {
  font-weight: 400;
  color: black;
  font-size: 1.2rem;
}
.events-wrap .event p.location {
  font-size: 1.1rem;
  color: #d2af38;
  font-weight: 400;
}
/* Funeral Links */
.funlinks-wrap {
  text-align: center;
}
.funlinks-wrap .funlink {
  border: 1px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.funlinks-wrap .funlink h3 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
}
.funlinks-wrap .funlink a {
  padding: .5rem 2rem;
  margin-bottom: 2rem;
  display: inline-block;
  background: #026fcc;
  color: #fff;
}
.funlinks-wrap .funlink a:hover {
  color: #CFAE45;
}
.num-span {
  white-space: nowrap;
}
.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;
}
.img-right,
.img-left,
.img-ctr {
  margin: 0 auto .5em;
}
@media only screen and (min-width: 768px) {
  .img-right {
    float: right;
    max-width: 40%;
    margin-left: 0.5em;
    margin-bottom: 0.3em;
  }
  .img-left {
    float: left;
    max-width: 40%;
    margin-right: 0.5em;
    margin-bottom: 0.3em;
  }
}
/*============================ */
/* Responsive Edits
============================== */
/*@media only screen and (max-width: 991px) {

}*/
@media only screen and (max-width: 767px) {
  .interior-page .split-list ul {
    margin: 0;
  }
  .interior-page .split-list :first-of-type ul {
    margin-top: 1rem;
  }
  .interior-page .split-list :last-of-type ul {
    margin-bottom: 1rem;
  }
  .blog-wrap,
  .blog-post-content {
    padding-top: 4rem;
  }
}
/*============================ 