body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.75rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1.125rem; }
  h6, .h6 {
    font-size: 1rem; } }

.services-body-copy h3{
  color: #757575;
}

footer {
  background-color: black;
}

footer  a{
  color: white !important;
}

footer .menu.simple li+li {
    margin-left: 0px;
}

footer .menu.nested {
    margin-right: 0;
    margin-left: 0;
}

footer .menu.expanded li {
    margin-bottom: 5px;
}

footer small {
  font-size: 60%;
}

.footer-icon {
    display: inline-block;
    height: 45px;
    width: 45px;
    margin: 0px 2px;
    }

header .dropdown.menu {
  z-index: 4;
}

header .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
     display: none; 
     width: 0; 
     height: 0; 
     border: none; 
     content: none; 
     border-bottom-width: 0; 
     border-top-style: none; 
     border-color: unset; 
     right: 0px; 
     left: 0px; 
     margin-top: 0px; 
}
header .is-dropdown-submenu-parent a::after {
     position: absolute; 
     top: 0px; 
     right: 0px; 
     left: 0px; 
     margin-top: 0px; 
}
header .dropdown.menu>li.is-dropdown-submenu-parent>a {
     position: relative; 
     padding-right: 1rem; 
}
header .top-bar {
  border-bottom: solid 1px black;
}
header .top-bar, .top-bar ul {
    background-color: unset;
}
header .is-dropdown-submenu-parent {
    border-right: solid 2px black;
}
header .dropdown.menu>li>a {
    padding: .7rem 1rem;
}
header .title-bar {
    background: unset;
    color: black;
}
header .menu-icon::after {
    background: #000000;
    -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}
header .submenu {
    background:#cacaca;
}
header a {
  color: black;
}
.dropdown.menu>li.is-active>a {
    background: 0 0;
    color: #367E96;
    }

.video-banner-overlay {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/05.png);
    /* background-color: rgba(17, 17, 17, 0.25); */
    position: absolute;
    height: 500px;
    width: 100%;
    z-index: 1;
}
#video-banner {
    overflow: hidden;
    position: relative;
}
#video-banner img {
  max-width: none;
}
.video-banner-overlay-text {
    font-size: 8vw;
    color: white;
    opacity: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    z-index: 1;
}

.homepage-video-banner-overlay {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/05.png);
    /* background-color: rgba(17, 17, 17, 0.25); */
    position: absolute;
    height: 1000px;
    width: 100%;
    z-index: 1;
}

a {
/*  color: #2F8377;
*/  color: #367E96;
  position: relative;
  display: inline-block;
}
a:focus, a:hover {
  /*color: #4abdac;*/
  color: #7EBED3;
}

p>a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #7EBED3;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

p>a:hover::before {
    transform: scaleX(1);
}

.button{
  background-color: #fc3a1a;
}

.button:focus, .button:hover {
  background-color: #B01A03;
}

ul {
    list-style-position: inside;
}

.caption {
    margin-bottom: 10px;
    font-style: italic;
    line-height: 1.3;
}


  
.location-cards :hover{
  background-color: lightgrey}
  
  
#locations .mix{
  display: none;
  clear: none;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 10px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.7);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.pricing-table {
  background-color: #fefefe;
  border: solid 1px #cacaca;
  width: 100%;
  text-align: center;
  list-style-type: none;
  margin-left: 0;
}

.pricing-table li {
  border-bottom: dotted 1px #cacaca;
  padding: 0.875rem 1.125rem;
}

.pricing-table li:last-child {
  border-bottom: 0;
}

.pricing-table .title {
  background-color: #0a0a0a;
  color: #fefefe;
  border-bottom: 0;
}

.pricing-table .price {
  background-color: #e6e6e6;
  font-size: 1.5rem;
  border-bottom: 0;
}

.pricing-table .description {
  color: #8a8a8a;
  font-size: 80%;
}

.pricing-table :last-child {
  margin-bottom: 0;
}

.left {
  float: left !important;
  margin-right: 10px; }

.right {
  float: right !important; 
  margin-left: 10px; }
  
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}