/* font-family: 'Playfair Display SC', serif;  */

.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.testing {
  border: 2px solid red;
}
.jk-cta-light {
  background: none !important;
  border: 2px solid #fcdaa2;
  color: #fcdaa2 !important;
  transition: all 0.9s;
}
.jk-cta-light:hover {
  background: #fcdaa2 !important;
  color: white !important;
}
.jk-cta-light-fill {
  background: #fcdaa2 !important;
  border: none;
  color: #3a1d0a;
}
.jk-cta-dark {
  background: #d79b38;
  color: white;
  transition: all 0.9s;
}
.jk-cta-dark:hover {
  background: #d79b38 !important;
  color: white !important;
}
.grid {
  margin-left: 0;
  margin-right: 0;
}
.slides.whiteSlide .panel {
  color: white;
}

@media screen and (max-width: 450px) {
  .jk-cta-light {
    background: #fcdaa2 !important;
    border: none;
    color: #3a1d0a !important;
    transition: all 0.9s;
  }
}

/*___________________________________________________________________________
					Navigation and General Site Styles
___________________________________________________________________________*/

.panel {
  padding: 0;
}
/*top header with contact info*/
#top-nav-strip {
  background: rgba(0, 0, 0, 0.6);
  color: #d1d2d3;
  font-style: italic;
  padding: 0 21px;
  padding-left: 17px;
  vertical-align: middle;
}
.top-header-text {
  font-size: 15px;
}
.panel .sections > div {
  font-size: 0;
  height: 40px;
}
.header-icon {
  font-size: 18px;
  padding-right: 9px;
  transform: translateY(4px);
}
/* navigation menu */
#nav-container {
  height: 40px;
  padding: 45px 20px 0 20px;
  transition: all 0.7s;
}
#nav-logo {
  padding-bottom: 0px;
}
.panel .sections .menu {
  padding: 11px 20px 10px 20px;
}
.panel .sections .menu li {
  font-size: 16px;
}
.panel .button:not(.actionButton) {
  font-size: 16px;
  color: white;
  font-weight: bold;
  padding: 8px 12px 10px 12px;
  transform: translateY(-5px);
}
.sidebar {
  background: white;
  color: black;
}
.sidebar a {
  color: grey;
  fill: grey;
}
.sidebar .close svg {
  fill: black;
}

@media screen and (max-width: 1100px) {
  #top-nav-strip {
    display: none;
  }
}

/*___________________________________________________________________________
								Top Section 
___________________________________________________________________________*/

.hero-content {
  overflow: hidden;
}
#hero-wrap {
  padding: calc(5.56% + 50px) calc(2% + 5px);
  padding-bottom: calc(5.56% + 110px);
}
.hero-text {
  padding-left: 60px;
  text-align: left;
  width: 70%;
  margin-left: 0 !important;
  margin-right: auto !important;
  float: left;
}
.hero-text h1 {
  font-size: 56px;
  margin-bottom: 6px;
  font-family: "Playfair Display SC", serif;
}
.hero-text p {
  font-size: 24px;
  margin-bottom: 20px;
}
.hero-watermark {
  position: absolute;
  right: -10%;
  top: -5%;
  width: 900px;
  opacity: 0.2;
}
#hero-cta-mobile {
  display: none;
}
#hero-bg {
  background-position: 0px 0px;
}
.after-hero-banner {
  background: white;
  padding: 20px;
}
.after-hero-banner img {
  width: 27%;
  margin: auto;
  display: block;
}

@media screen and (min-width: 2000px) {
  .hero-text {
    width: 60%;
  }
  .hero-text h1 {
    font-size: 72px;
  }
  .hero-text p {
    font-size: 42px;
  }
}

@media screen and (min-width: 1600px) {
  .hero-text {
    width: 55%;
  }
  .hero-text h1 {
    font-size: 61px;
  }
  .hero-text p {
    font-size: 36px;
  }
}

@media screen and (max-width: 800px) {
  .hero-text {
    float: none;
  }
  .hero-text h1 {
    font-size: 32px;
    font-weight: 400;
  }
  .hero-text p {
    font-size: 29px;
  }
  #hero-cta {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .hero-text {
    float: left;
    width: 70%;
  }
  .after-hero-banner img {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  #hero-bg {
    /*background-position: -500px 0px;*/
    background-image: 279deg
        linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 75%),
      url(hero-1-bg.jpg) !important;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 505px) {
  #hero-wrap {
    padding-bottom: 120px;
  }
  .hero-text {
    float: left;
    width: 85%;
  }
  .hero-text h1 {
    font-size: 28px;
  }
  .hero-text p {
    font-size: 24px;
  }
  #hero-cta {
    display: none;
  }
  #hero-cta-mobile {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  #hero-wrap {
    padding: 20px;
    padding-bottom: 120px;
  }
  #hero-bg {
    /*background-position: -500px 0px;*/
    background-image: 279deg
        linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 75%),
      url(hero-1-bg.jpg) !important;
    background-repeat: no-repeat;
  }
  #hero-cta-mobile {
    font-size: 14px;
  }
  .after-hero-banner img {
    width: 50%;
  }
}

/*___________________________________________________________________________
								About Section 
___________________________________________________________________________*/

#about-sec-wrap {
  padding: calc(5.56% + 50px) calc(2% + 15px);
}
.about-text {
  background: rgba(255, 255, 255, 0.93);
  border-radius: 15px;
  padding: 25px;
  padding: 35px 70px 35px 70px;
  color: black;
  position: relative;
}
.about-text-heading {
  font-family: "Playfair Display SC", serif;
  /*font-weight: bold;*/
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4e4e4e;
  position: relative;
  padding-bottom: 10px;
}
.about-text-heading::after {
  content: "";
  border-bottom: 1px dotted grey;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
}
.about-text-sub-heading {
  margin-bottom: 25px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: thin;
  color: #4e4e4e;
}
.border-decoration {
  position: absolute;
}
.bd-left {
  left: 10px;
  bottom: 10px;
}
.bd-right {
  right: 10px;
  top: 11px;
}
.about-text-body {
  font-size: 21px;
}
.about-text-body-mobile {
  display: none;
  font-size: 18px;
}
.about-list-item {
  margin-bottom: 20px;
  padding-left: 60px;
  font-size: 21px;
  font-weight: 300;
  position: relative;
}
.about-list-item img {
  position: absolute;
  top: -5px;
  left: 0px;
  width: 40px;
  height: auto;
}
#about-text-cta {
  margin: 20px 0 10px 0;
}
#about-bg {
  background-repeat: no-repeat;
}

@media screen and (min-width: 1750px) {
  .about-text-container {
    float: none;
  }
}

@media screen and (max-width: 990px) {
  .about-text-container {
    float: none;
  }
}

@media screen and (max-width: 550px) {
  .about-text {
    padding: 35px 30px 35px 30px;
  }
  .about-text-body {
    display: none;
  }
  .about-text-body-mobile {
    display: block;
  }
}

@media screen and (max-width: 460px) {
}

@media screen and (max-width: 430px) {
  .about-text-heading,
  .about-text-sub-heading {
    text-align: center;
  }
  .about-text-heading {
    font-size: 28px;
  }
  .about-text-body {
    font-size: 18px;
  }
  .about-text-body-mobile {
    font-size: 18px;
  }
  #about-text-cta {
    font-size: 16px;
  }
  .about-text-heading::after {
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 350px) {
  #about-text-cta {
    font-size: 12px;
  }
}

/*___________________________________________________________________________
								Services Section 
___________________________________________________________________________*/

.services-intro {
  padding-top: 35px;
  padding-bottom: 35px;
  opacity: 0.7;
  background-image: -webkit-linear-gradient(right, #ffffff 16%, #fcdaa2 99%);
  background-image: -o-linear-gradient(right, #ffffff 16%, #fcdaa2 99%);
  background-image: linear-gradient(to left, #ffffff 16%, #fcdaa2 99%);
  position: relative;
  overflow: hidden;
}
.circle-bg-graphic {
  position: absolute;
  left: 0;
  top: -50px;
}
.title-col {
  position: relative;
  height: 150px;
  border-right: 2px dotted #d79b38;
}
.services-title-1 {
  text-align: center;
  vertical-align: center;
  font-size: 42px;
  font-weight: 300;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  margin: auto;
  position: absolute;
}
.services-text-col {
  height: 150px;
  position: relative;
}
.services-text-col p {
  font-size: 18px;
  margin-bottom: 0;
  position: absolute;
  top: 19px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.services-grid.grid [class*="col-"] {
  padding: 0;
}
.grid + .grid {
  margin-top: 0;
}
.services-container {
  position: relative;
  overflow: hidden;
  height: 460px;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}
.service-con-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(service-img-1.jpg);
}
.service-con-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(service-img-2.jpg);
}
.service-con-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(service-img-3.jpg);
}
.services-des-sm {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70%;
  max-height: 10%;
  margin: auto;
  text-align: center;
  color: white;
}
.services-des-sm h2 {
  font-size: 32px;
  font-weight: bold;
}
.sub-ser-col {
  height: 405px;
  padding: 15px;
}
.sub-ser-container {
  padding: 25px;
  padding-left: 45px;
  padding-bottom: 20px;
}
.sub-ser-con-1 {
  margin-top: 10px;
}
.sub-ser h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: thin;
  display: inline-block;
}
.ser-des {
  font-size: 16px;
  margin-bottom: 20px;
}
.helpBubble:after {
  padding-left: 5px;
  background: #fcdaa2;
  opacity: 1;
}
.helpBubble .helpMessage {
  width: 300px;
  border-radius: 10px;
}
.last-ser-col {
  border-bottom: 1px solid lightgrey;
}
.services-title-2 {
  text-align: center;
  font-size: 54px;
  font-weight: 300;
  margin: auto;
  margin-top: 30px;
}
.other-areas-grid {
  width: 90%;
  margin: auto;
}
.area-subtitle {
  width: 85%;
  text-align: left;
  font-size: 28px;
  font-weight: lighter;
  margin-top: 25px;
}
.other-ser-container {
  padding: 0;
  padding-bottom: 25px;
  width: 100%;
  margin: auto;
}
.other-ser-col-content {
  width: 30%;
  text-align: left;
  margin: auto;
  position: relative;
}
.other-ser-col-content::before {
  content: "";
  background: #fcdaa2;
  position: absolute;
  padding: 3px;
  border-radius: 50%;
  left: -10px;
  top: 11px;
}
.helpBubble {
  position: relative;
}
.helpMessageTop {
  top: -25px;
  height: 70px;
  width: 250px;
}
.other-service {
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
}
.area-sec {
  padding-top: 35px;
  padding-bottom: 20px;
}
.areas-des {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}
.grid [class*="col-"] .area-col {
  padding-left: 0;
}

@media screen and (min-width: 1800px) {
  .services-text-wrap {
    padding: 20px calc(12% + 200px);
  }
}

@media screen and (min-width: 1500px) {
  .services-des-sm h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .title-col {
    height: auto;
    border-right: none;
    display: block;
  }
  .services-title-1 {
    text-align: center;
    vertical-align: center;
    width: 70%;
    margin: auto;
    position: static;
  }
  .services-text-col {
    height: auto;
  }
  .services-text-col p {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 70%;
    text-align: center;
  }
  .services-container {
    height: 450px;
  }
  .services-des-sm h2 {
    font-size: 32px;
  }
  .sub-ser-con-1 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .sub-ser-col-1 {
    height: auto;
  }
}

@media screen and (max-width: 550px) {
  .sub-ser h2 {
    font-size: 18px;
    max-width: 90%;
  }
  .sub-ser-container {
    padding-left: 10px;
  }
}

@media screen and (max-width: 500px) {
  .helpBubble .helpMessageRight {
    left: -150px;
    width: 200px;
  }
  .helpBubble .helpMessageLeft {
    left: -50px;
    width: 200px;
  }
  .helpBubble .helpMessageLeft-extra {
    left: -180px;
    width: 200px;
  }
  .helpMessageTop {
    top: -25px;
    left: -175px;
    width: 250px;
  }
}

/*___________________________________________________________________________
							Differentiators Section 
___________________________________________________________________________*/

#diff-section-container {
  overflow-y: hidden !important;
  position: relative;
  max-height: 550px;
}
#promise {
  height: 550px;
}
.promise-text-container {
  background: url(diff-circle-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  width: 740px;
  margin-left: 25px;
  color: grey;
}
.promise-text {
  width: 70%;
  margin: auto;
  padding: 15% 25px 0 25px;
}
.promise-text-heading {
  font-size: 30px;
  text-transform: uppercase;
  color: #d79b38;
  position: relative;
  margin-bottom: 25px;
}
.promise-text-heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 2px dotted #d79b38;
  width: 40%;
}
.promise-text p {
  font-size: 18px;
  margin-bottom: 10px;
  color: black;
}
.promise-text img {
  width: 70%;
  margin: auto;
  margin-top: 20px;
}

@media screen and (min-width: 1400px) {
  .promise-text-container {
    margin-left: 200px;
  }
}

@media screen and (min-width: 2000px) {
  .promise-text-container {
    margin-left: 300px;
  }
}

@media screen and (max-width: 1023px) {
  .promise-text img {
    width: 50%;
    margin: auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 900px) {
  .promise-text-container {
    margin: auto;
  }
}

@media screen and (max-width: 775px) {
  #promise {
    height: 450px;
  }
  .promise-text-container {
    width: 603px;
    height: 450px;
  }
  .promise-text-heading {
    font-size: 21px;
  }
  .promise-text p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .promise-text img {
    width: 45%;
    margin: auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 650px) {
  #promise {
    height: 360px;
  }
  .promise-text-container {
    width: 483px;
    height: 360px;
  }
  .promise-text {
    padding-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .promise-text-heading {
    font-size: 20px;
  }
  .promise-text p {
    font-size: 16px;
  }
  .promise-text img {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #promise {
    height: 280px;
  }
  .promise-text-container {
    width: 383px;
    height: 280px;
  }
  .promise-text {
    padding-top: 30px;
  }
  .promise-text-heading {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .promise-text p {
    font-size: 14px;
  }
  #devotion-bg {
    background-size: 1000px;
    background-position: -80px, 0;
    background-repeat: no-repeat;
  }
}

/*___________________________________________________________________________
							Testimonials Section 
___________________________________________________________________________*/

#testimonials {
  background: white;
  color: black;
}
#testimonials .scroll .container {
  height: auto;
}
#test-wrap {
  padding-top: 60px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 80px;
  display: block;
}
#test-wrap h1 {
  margin-bottom: 100px;
}
.testimonial-container {
  position: relative;
}
.quote-icon {
  position: absolute;
}
.q-icon-left {
  top: -110px;
  left: -120px;
}
.q-icon-right {
  bottom: -60px;
  right: -100px;
}
.controller {
  margin-top: 30px;
}
.slide.whiteSlide.selected .dot:after {
  background: #d79b38;
}

@media screen and (max-width: 950px) {
  #test-wrap h1 {
    margin-bottom: 30px;
  }
  .quote-icon {
    width: 120px;
    height: auto;
  }
  .q-icon-left {
    top: -70px;
    left: -96px;
  }
  .q-icon-right {
    bottom: -60px;
    right: -70px;
  }
}

@media screen and (max-width: 650px) {
  .quote-icon {
    width: 90px;
    height: auto;
  }
  .q-icon-left {
    top: -30px;
    left: -96px;
  }
  .q-icon-right {
    top: -10px;
    right: -90px;
  }
}

@media screen and (max-width: 450px) {
  #test-wrap h1 {
    font-size: 42px;
  }
  .quote-text p {
    font-size: 16px;
  }
  .quote-icon {
    width: 80px;
    height: auto;
  }
  .q-icon-left {
    top: -30px;
    left: -66px;
  }
  .q-icon-right {
    top: -10px;
    right: -60px;
  }
}

/*___________________________________________________________________________
								Contact Section 
___________________________________________________________________________*/

.contact-grid {
  min-height: 700px;
}
.contact-container {
  max-width: 1400px;
  margin: auto;
}
.contact-headings-container {
  margin-top: 60px;
  margin-left: 125px;
  color: black;
  margin-bottom: 95px;
}
.contact-form-left h1 {
  font-size: 42px;
  color: #d79b38;
}
.contact-form-left p {
  font-style: italic;
  font-size: 24px;
  color: black;
}
.item-border {
  position: relative;
  margin-bottom: 65px;
}
.item-border-1:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 25%;
  border-bottom: 2.5px dotted black;
}
.schedule-tag {
  font-style: italic;
  font-size: 24px;
  margin-top: 20px;
}
.schedule-tag .material-icons {
  font-size: 39px;
  transform: translateY(12px);
}
.contact-form-right h2 {
  font-size: 28px;
  margin-top: 65px;
  margin-bottom: 25px;
  text-align: center;
}
.contact-form-right {
  margin-top: 55px;
  margin-bottom: 65px;
}
.mobile-form-title,
.mobile-contact-links {
  display: none;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (min-width: 1800px) {
  .contact-form-left {
    background-position: center 10px;
  }
}

@media screen and (min-width: 2000px) {
  .contact-form-left {
    background-position: center -50px;
  }
}

@media screen and (max-width: 1023px) {
  .contact-grid {
    min-height: 0;
  }
  .contact-form-right {
    margin-bottom: 80px;
  }
  .contact-form-left {
    display: none !important;
  }
  .schedule-tag {
    display: none;
  }
  .mobile-form-title {
    display: block;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    color: black;
    font-size: 42px;
  }
  .mobile-contact-links {
    display: block;
    color: black;
    text-align: center;
  }
}

@media screen and (max-width: 870px) {
}

@media screen and (max-width: 650px) {
  .contact-form-left {
    background-image: url("") !important;
    min-height: auto;
  }
  .contact-headings-container {
    margin-top: 100px;
    margin-left: 15%;
  }
}

@media screen and (max-width: 400px) {
  .contact-form-right {
    margin-bottom: 25px;
  }
}

/*___________________________________________________________________________
									Footer 
___________________________________________________________________________*/

.site-footer {
  min-height: 400px;
  color: white;
  position: relative;
}
.footer-logo-icon {
  position: absolute;
  top: -232px;
  left: -50px;
  width: 500px;
  opacity: 0.35;
  z-index: 10;
}
.footer-contact-info {
  margin-top: 100px;
  padding-right: 20px;
}
.footer-contact-info p {
  font-size: 21px;
  margin-bottom: 5px;
  margin-top: 0 !important;
}
#last-footer-p {
  margin-bottom: 15px;
}
.social li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.footer-social {
  margin-top: 0px;
  margin-bottom: 40px;
  height: 21px;
  width: 21px;
  fill: grey;
}
.baus-credit-desktop {
  margin-top: 30px;
  width: 250px;
  float: right;
}
.footer-content-alt {
  display: none;
}
.footer-logo-alt {
  width: 50%;
  margin: auto;
}
.baus-credit-img {
  width: 250px;
  float: right;
  margin-right: 25px;
}
.copyright-footer {
  background: #303030;
  color: lightgrey;
  text-align: center;
}
.cr-wrap {
  padding: 20px;
}
.cp-1 {
  font-size: 14px;
  margin-bottom: 0px;
}

@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 2100px) {
  .footer-logo-alt {
    width: 25%;
  }
}

@media screen and (max-width: 1100px) {
  .footer-content-desktop-md {
    display: none;
  }
  .footer-content-alt {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 800px) {
  .footer-logo-alt {
    width: 70%;
  }
  .baus-credit-img {
    width: 40%;
    float: right;
    margin-right: 25px;
  }
  .cp-1 {
    font-size: 14px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .footer-logo-alt {
    width: 85%;
  }
  .baus-credit-img {
    width: 50%;
    float: none;
    margin: auto;
  }
  .cp-1 {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .cp-2 {
    font-size: 12px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 450px) {
  .footer-content-alt {
    margin-top: 30px;
  }
}
