﻿/** Homepage-specific styles*//* Home Banner */#banner {    position: relative;}.banner-gradient {    position: absolute;    left: 0;    right: 0;    top: 0;    bottom: 0;    background: rgba(85, 85, 85, 0.4);}.home #banner .banner-image {    height: 400px;}.banner-caption {    position: absolute;    top: 0;    bottom: 0;    left: 0;    right: 0;}.banner-caption h3 {    font-size: 2.6em;    color: #fff;    font-weight: 400;}  .banner-caption h4 {    font-size: 2.5em;    text-transform: uppercase;    color: #d5d5d5;    font-weight: 600;    margin: 1.3em 0 2em;}  .banner-caption a.btn {    text-transform: uppercase;    color: #fff;    font-weight: 500;    background: #00635e;    padding: 1em 1.8em;}.banner-caption a.btn:hover {    background: #8fb778;}.banner-caption a.btn:active {  position: relative;  top: 1px;}/* Home Content */#home-content {    color: #333;    line-height: 2.2em;    text-align: center;    background: #a1d782;}#home-content #content {    }#home-content:after {    content: ' ';    position: absolute;    width: 0px;    left: 0;    right: 0;    margin: auto;    border: solid;    border-width: 18px 20px 0px 20px;    border-color: #a1d782 transparent transparent transparent;    z-index: 999;}#home-content #content {    width: 100%;    padding: 2em 0;    float: none;}#home-content a {    text-decoration: underline;}#home-carousel {    margin: 6em 0 5em;}#home-carousel .carousel-image {    background-size: cover!important;    width: 100%;    height: 200px;    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);    -moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);    -webkit-transition: all 0.3s ease;    -moz-transition: all 0.3s ease;	    -o-transition: all 0.3s ease;    transition: all 0.3s ease;}#home-carousel .item:hover .carousel-image {    opacity: 0.9;}#home-carousel h4 {    font-size: 0.9em;    text-transform: uppercase;    color: #444;    text-align: center;}#home-carousel .item:hover h4 {    text-decoration: underline;}#home-carousel .owl-prev, #home-carousel .owl-next {    opacity: 0.35;    -webkit-transition: all 0.3s ease;    -moz-transition: all 0.3s ease;	    -o-transition: all 0.3s ease;    transition: all 0.3s ease;}#home-carousel .owl-prev:hover, #home-carousel .owl-next:hover {    opacity: 0.9;}#home-carousel .owl-prev {    position: absolute;    letter-spacing: -20px;    color: #fff;    left: -6em;    bottom: 50%;}#home-carousel .owl-prev:before {    content: "\f341";    font-family: "dashicons";    color: #444;    font-size: 4em;    letter-spacing: 0;}#home-carousel .owl-next {    position: absolute;    letter-spacing: -20px;    color: #fff;    right: -6em;    bottom: 50%;}#home-carousel .owl-next:after {    content: "\f345";    font-family: "dashicons";    color: #444;    font-size: 4em;    letter-spacing: 0;}