/* Root Accent Color */
:root {
    --thm-base: #5a7d89;
    --thm-black: #222429;
}


.since {
	display: none;
	
}

/* Remove Grayscale */
.banner-carousel .slide-item .image-layer {
-webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
	
}


.banner-carousel .active .slide-item .image-layer {
    transform: scale(1);
    transition: all 0ms linear;
}


.about-section .image-column .image-block img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    border-radius: 7px;
}

/* About Tab Text Font Change */
.work-tabs .tabs-content .text ul li:before {
    content: "________";
    font-family: "teko";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 900;
    font-size: 18px;
}

/* About Tab Text Line Height */
.work-tabs .tabs-content .text {
    position: relative;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 0em;
		color: #000
}


/* About Tab Cleanup */
.about-section .text-column .text ul li:before {
	display: none;
}

.work-tabs .tabs-content .image img {
    display: block;
    width: 100%;
	-webkit-filter: grayscale(0%);
}
	
	
/* Header + Logo Box Padding */
.main-header .header-upper .logo-box {
    position: relative;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 00px;
    padding-left: 0px;
    margin-right: 50px;
    z-index: 7;
}


.main-header .header-upper {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
    transition: all 300ms ease;
}


/* Global button style/color change */
.btn-style-one {
		color: #ffffff;
		background-color: rgb(195, 0, 23);
}


/* Card CTA Color */
a.how-it-works-card__link {
    color: #000000;
}

/* Remove Check Mark (tab) */
.list-unstyled page-id-1036 {
		display: none;
}


/* Reverse Grayscale */
.page-banner .image-layer {
    -webkit-filter: grayscale(2%);
}


/* Give the link some padding and some color */
.ss-nav-button {
  padding: 10px;
}

.ss-nav-button > a {
  padding: 10px 18px !important;
  color: #ffffff !important;
  border-radius: 5px;
  background-color: #C30017;
}

/* Adjust the position for the fixed navigation menu */
.ss-nav-button > a {
  position: relative;
  bottom: 0px;
	left: 06px;
}

/* Give the button a hover & active state */
.ss-nav-button > a:active,
.ss-nav-button > a:hover {
  color: #ffffff !important;
  background-color: #196f8c;
}


/* Alter the mobile menu nav and logo box */
@media only screen and (max-width: 600px) {
	.main-header .header-upper .logo-box {
    position: relative;
    float: left;
    padding: 0px 0px;
    margin-left: -30px;
    z-index: 7;
	}


/* Reduce logo size on mobile only */
@media only screen and (max-width: 600px) {
 .logo {
	width: 70%;
	background-color: rgba(0,0,0,0.03);
  }
	}