#sticky.fixed {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header {
  text-align: center;
  padding: 20px 0;
}
header img {
  max-width: 350px;
  width: 100%
}
@media (max-width: 500px) {
  header img {
    max-width: 215px;
  }
}
section {
  padding: 100px 0;
  text-align: center;
}
section.lessPadding {
  padding: 50px 0;
}
section.lessPadding h1 {
  margin-bottom: 0;
}
.s20 {
  font-size: 20px;
  font-weight: bold;
}
.s24 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .s24 {
    font-size: 24px;
  }
}
.green {
  background: #baa159;
  color: #FFF;
}
.green ul a, .green.terms a {
  color: #FFF;
}
.green-text {
  color: #baa159 !important;
}
.grey {
  background: #444248;
  color: #FFF;
}
.light-grey {
  background: #f0f0f0;
}
.u-marginTop {
  margin-top: 50px;
}

#servicesNav .modal-body .serviceBlock {
  margin: 25px auto;
  text-align: center;
}
#servicesNav .modal-body a {
  color: #333;
}
ul.gallerySlider li {
  margin-left: -40px!important;
}
.slide {
  height: 650px
}

.galleryWrapper {
  position: relative;
}
.galleryWrapper .overlay {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
  z-index: 99;
  text-align: center;
  /*max-width: 500px;*/
}
.galleryWrapper .overlay img {
  margin: 0 auto 35px;
}
.galleryWrapper .overlay a {
  font-weight: 700;
  color: #FFF;
  /*font-family: 'trajan-sans-pro', sans-serif;*/
  text-shadow: 2px 2px 6px #1f1f1f;
  font-size: 20px;
}
.galleryWrapper h1, .galleryWrapper .h1 {
  font-size: 34px;
  color: #FFF;
  font-weight: 600;
  font-family: 'trajan-sans-pro', sans-serif;
  text-shadow: 2px 2px 6px #1f1f1f;
}

li.current a {
  text-decoration: none;
  border-bottom: 1px solid #baa159;
}
li.current a:hover {
  border-bottom: none
}
.navbar li a {
  padding: 0 0 2px 0 !important;
}

.introduction {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}
.introduction img {
  width: 200px;
  margin-bottom: 15px;
}
.introduction h1 {
  letter-spacing: .1em;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .slide {
    height: 250px
  }
  .overlay img {
    width: 130px;
  }
  section {
    padding: 50px 0
  }
  section.lessPadding {
    padding: 25px 0;
  }
  .galleryWrapper h1 {
    font-size: 20px;
    padding: 0 15px;
  }
  .galleryWrapper h1, .galleryWrapper .h1,
  .galleryWrapper .overlay {
    bottom: 30px;
    padding: 5px 15px;
    font-size: 20px;
  }
  .u-marginTop {
    margin-top: 25px;
  }
  .introduction {
    font-size: 16px;
  }
  .galleryWrapper .overlay img {
    width: 60px;
  }
}
@media (max-width: 509px) {
  header {
    padding: 15px;
    text-align: left;
  }
}
.staffBlock {
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
  padding: 10px;
  margin-bottom: 25px;
  overflow: hidden; 
  min-height: 158px;
}
.staffBlock img {
  max-width: 120px;
  float: left;
  margin-right: 20px;
}
.staffBlock a:hover {
  text-decoration: none
}
@media (min-width: 767px) {
  .staffBlock .media-body p.staffName {
    font-size: 20px;
    line-height: 1.4;
  }
}
.staffBlock .media-body {
  color: #000;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
}
.staffBlock .media-body a {
  color: inherit;
}
.staffBlockImg {
  overflow: hidden;
  width: 150px;
}
.staffBlockImg img {
  display: block;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.staffBlock:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item {
  padding-bottom: 25px;
}
.serviceBlock {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
  overflow: hidden;  
}
.serviceBlock .serviceBlock-img {
  width: 250px;
  height: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.serviceBlock .serviceBlock-body {
  padding: 10px;
  background: #FFF;
  font-weight: 600;
  font-size: 17px;
  height: 75px;
}
.serviceHub .serviceBlock {
  box-shadow: none;
  width: 100%;
  margin-bottom: 25px;
}
.serviceHub .serviceBlock  .serviceBlock-body {
  background: transparent;
  color: #FFF;
}

.serviceHub .serviceBlock,
.serviceHub a,
.serviceHub .serviceBlock img,
.serviceHub .serviceBlock .serviceBlock-img {
  width: 100%;
}
.item a {
  color: #333;
  text-decoration: none!important;
}
.serviceBlock .serviceBlock-body p {
  max-width: 210px;
  margin: 0 auto;
}
.serviceBlock{
  transition: box-shadow 0.25s ease-out, transform 0.2s ease-out;
}
.serviceBlock:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
.serviceBlock:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.serviceHub .serviceBlock:hover {
  box-shadow: none;
  text-decoration: none;
}
.serviceHub a:hover {
  text-decoration: none;
}

.staffBlock{
  transition: box-shadow 0.25s ease-out, transform 0.2s ease-out;
}
.staffBlock:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
.staffBlock:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.serviceBlockImg {
  overflow: hidden;
}

.serviceBlockImg img {
  display: block;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.serviceBlock:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


p:last-child {
  margin-bottom: 0;
}
.ourOffices {
  color: #FFF;
}
.officeTitle {
  /*font-size: 36px;*/
  letter-spacing: .1em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

.officeBlock {
  margin: 25px auto;
  font-size: 20px;
}
.officeBlock img {
  max-width: 375px;
  margin-bottom: 15px;
  width: 100%;
}

.service-header {
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-shadow: 2px 2px 6px #000;
}
.service-header .service-headerOverlay {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  text-align: center;
  max-width: 600px;
}
.service-header .service-headerOverlay h1 {
  margin-bottom: 0;
}
.service-chunk img {
  margin-bottom: 35px;
}

.staffSingular {
  max-width: 500px;
  margin: 0px auto 0;
}
.staffSingular .btn {
  background: #baa159;
  color: #f0f0f0;
  margin-top: 35px;
}
.grey h2,
.green h2 {
  color: #FFF;
}
.light-grey h2 {
  color: #333;
}

.storyBlock {
  width: 100%;
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
  text-align: left;
}
.storyBlock-img {
  height: 230px;
  background: #FFF;
}
.storyBlock img {
  margin-bottom: 15px !important;
  max-width: 100% !important;
}
.storyTitle {
  color: #baa159;
  font-weight: 700;
  font-size: 20px;
}
.storyDetails {
  padding: 10px 0;
}
.storyBlock a, .storyBlock a:hover, .storyBlock a:focus {
  text-decoration: none;
  color: #000;
}
.otherStories {
  margin-top: 50px;
}
.otherStories h3 {
  font-size: 23px;
  color: #baa159;
  text-transform: none;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  h1.storyHeading {
    font-size: 40px;
    letter-spacing: 0;
  }
}
.storyIntro {
  font-size: 28px;
  color: #baa159;
  text-transform: none;
  margin-bottom: 35px;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}
.storyWrap .blogBody {
  text-align: left;
}
.storyWrap .blogBody a {
  color: #baa159
}
.storyWrap .blogBody img {
  margin: 10px auto;
  text-align: center;
  display: block;
}
p.blogTitle {
  font-size: 36px;
  letter-spacing: .1em;
  text-transform: uppercase;
  /*font-weight: 700;*/
  line-height: 1;
}
.blogPost .btn {
  margin-top: 25px;
}
.blogPost img {
  max-width: 400px;
  margin-bottom: 25px;
  width: 100%;
}
.blogPost:nth-child(even) {background: #f1f1f1}
.blogPost:nth-child(odd) {background: #baa159}

.blogPost:nth-child(even) p.blogTitle {
  color: #333
}

.blogPost:nth-child(even) p.blogTitle {
  color: #baa159
}

.blogPost:nth-child(even) .btn {
  background: #444248;
  color: #FFF;
}

.blogWrap {
  max-width: 800px;
  margin: 0 auto;
}
.blogBody a {
  text-decoration: underline;
  color: #FFF
}
.blogWrap img,
.staffProfile img {
  max-width: 300px;
  margin-bottom: 35px;
}

.signUp {
  margin-top: 50px;
}
.signUp h3 {
  letter-spacing: 0;
}

.staffProfile .staffBio {
  max-width: 800px; 
  margin: 0 auto
}
.blogWrap .btn,
.staffProfile .btn {
  margin-top: 35px;
}
.form-wrapper {
  text-align: left;
}
.form-wrapper a {
  color: #FFF;
}
#map {
  border: 15px solid #FFF;
  width: 90%; 
  height: 560px; 
  margin-top: 10px;
  float: right;
}

.social {
  text-align: right;
}
.social a {
  margin-left: 20px;
}

.social a:hover, .social a:focus {
  text-decoration: none;
}
footer {
  padding: 50px 0;
  background: #444248;
  color: #FFF;
  font-size: 16px;
}
footer a {
  color: #FFF;
}
footer hr {
  margin-top: 35px;
  margin-bottom: 35px;
  border: 0;
  border-top: 3px solid #baa159;
}

@media (max-width: 767px) {
  .officeBlock {
    margin: 0 0 35px;
  }
  .ourOffices .officeTitle {
    font-size: 24px;
  }
  footer .text-right {
    text-align: left!important;
    margin-top: 15px;
  }
}

.admin-login {
  padding: 25px;
  text-align: left;
  max-width: 450px;
  margin: 0 auto;
}
.admin-login .btn {
  margin-top: 10px;
}
.admin-login form {
  margin-bottom: 0;
}
.admin h1 {
  color: #000
}
.admin hr {
  margin: 15px 0;
}


.fade-right {
  display: inline-block;
  width: 115px;
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  height: 157px;
  z-index: 999;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #FFFFFF);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #FFFFFF);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #FFFFFF);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}


.fade-left {
  display: inline-block;
  width: 115px;
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  height: 157px;
  z-index: 999;
  background: -webkit-linear-gradient(left, #FFFFFF, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(right, #FFFFFF, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(right, #FFFFFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.servicesWrapper .fade-right,
.servicesWrapper .fade-left {
  top: 110px;
  height: 53%;
}
.infowindow h4{
  color: #000;
  letter-spacing: .03em;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
}
.infowindow p {
  color: #000;
  text-align: center;
  font-weight: 700;
}
.infowindow img {
  width: 180px;
}



.errorPage svg {
  margin: 35px auto
}
.errorPage p {
  max-width: 850px;
  margin: 0 auto 0;
  font-size: 20px;
}
.errorPage .errorLinks {
  margin-top: 50px;
}
.errorPage .errorLinks .btn {
  margin: 0 10px 10px;
  min-width: 250px;
}


@media (max-width: 767px) {
  .servicesWrapper .fade-right,
  .servicesWrapper .fade-left {
    top: 65px;
    height: 60%;
  }

  .fade-right,
  .fade-left {
    top: 55px;
    height: 159px;
  }

  .errorPage h1 {
    font-size: 23px;
  }
  .errorPage p {
    font-size: 16px;
  }
}
