.slab .landing-hero .inner .title h2 {
    color: #fff;
    text-shadow: 0 0 5px #000, 0 0 1px #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
@media (min-width: 62rem){
.slab .landing-hero .inner .title h2 {
    font-size: 42px;
}
}
@media (min-width: 75rem){
.slab .landing-hero .inner .title h2 {
    font-size: 52px;
}
}
@media (min-width: 90rem){
.slab .landing-hero .inner .title h2 {
    font-size: 62px;
}
}

.carousel-inline-teasers .item a .editorial .date:after {
    content: '';
}

.hh-module .row {
    display: block;
}
.hh-directory .pagination>.active>a, .hh-directory .pagination>.active>a:focus, .hh-directory .pagination>.active>a:hover, .hh-directory .pagination>.active>span, .hh-directory .pagination>.active>span:focus, .hh-directory .pagination>.active>span:hover {
    background-color: #6c2633 !important;
    border-color: black !important;
    color: #fff;
}

.hh-directory .pagination>li>a, .hh-directory .pagination>li>span {
    color: #6c2633 !important;
}

.error {
    color: #ff0000;
}

div.landing-hero div.inner.full-width {
    max-width: 100%;
}

.gsc-input-box {
  height: 40px;
}
.gsc-input {
    font-size: 26px !important;
} 

a.button, button.button {
    display: inline-block;
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #6c2633;
    min-width: auto;
    text-decoration: none;
    text-align: left;
    position: relative;
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 400;
    text-decoration: none!important;
    /*width: 100%;*/
}
a.button:hover, button.button:hover {
    background-color: #fff;
    border-color: #6c2633;
    color: #6c2633;
}


a.long-button, button.long-button, a.long-button-alt, button.long-button-alt {
    display: inline-block;
    padding: 12px 65px 12px 12px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    min-width: 6.25rem;
    text-decoration: none;
    text-align: left;
    position: relative;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700;
    text-decoration: none!important;
    position: relative;
}

a.long-button:after, button.long-button:after, a.long-button-alt:after, button.long-button-alt:after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-size: 20px;
    margin-right: 5px;
    padding-left: 10px;
    padding-top: 6px;
    color: #6c2633;
    background-color: #fff;
    transition: all .3s ease;
}
a.long-button-alt, button.long-button-alt {
    background-color: transparent;
    border-color: #332c2c;
    color: #332c2c;
}
a.long-button-alt:after, button.long-button-alt:after {
    background-color: #332c2c;
    color: #fff;
}

.hh-profile h1 {
    margin-bottom: 10px !important;
}
.hh-directory .directory-departments {
    display: none;
}

ul.sidebar-nav li ul li ul li.active > a {
    background-color: #0f0f0f;
}

ul.sidebar-nav li ul li.active > a {
    background-color: #353535;
}

ul.sidebar-nav li.active > a {
    background-color: #757575;
    color: #fff;
}
.hh-module ul, .hh-module ol {
    margin: inherit !important;
    padding: inherit !important;
    list-style: inherit !important;
}

.slab .link-grid .subtitle {
    line-height: 1.8rem;
}

.carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .quote {
    line-height: 1.5rem;
}