/* General */

*, *:before, *:after {
    box-sizing: border-box;
}

body:not(.template-slider) #Header, body:not(.template-slider):not(.header-simple) #Header {
    min-height: unset;
}

big, .big {
    font-size: 120%;
    line-height: 180%;
    color: #868686;
}

/* Controlled breaks */
span.line {
    display: inline-block;
}

/* Logo */
#Top_bar .logo {
    margin: 0 150px 0 0;
}

#Top_bar #logo {
    height: 110px;
}

/* Biz Hours */
table.no-border, table.no-border td {
    border: none !important;
    background: none !important;
    pointer-events: none;

    padding: 4px 10px;
    text-align: left;
}

.zoom5percent:hover .photo img {
    transform: scale(1.05);
}

/* SLider */
div.textLayerBgr {
    padding: 15px 25px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Muli', sans-serif;
    font-weight: bold !important;
    letter-spacing: -1px;
    /*
    border-radius: 10px;
    */
}

div.textLayerBgr span {
    font-weight: 900 !important;
    font-size: 40px;
    color: #547B7F;
}

#Top_bar .menu > li > a span:not(.description) {
    font-weight: bold;
    font-size: 24px;
	border: 0 none;
}

#Header_wrapper {
    background-color: white;
	background-image: none !important;
}

/* Hamburger */
#Header a.responsive-menu-toggle {
    top: 30px;
}

/* DESIGN BY DODC */
a.dim2Bright img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: all .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

    opacity: .6;
}

a.dim2Bright:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    opacity: 1;
}

/* make dodc logo look smaller on mobile */
@media only screen and (max-width: 767px) {
    a.dim2Bright img {
        max-width: 100px;
    }
}

/* Share button */
div.share-button {
    position: fixed;
    top: 20%;
    right: 0;
    display: inline-block !important;
    width: 60px;
}

.entypo-export::before {
    text-align: center;
    display: block;
}

div.copyright {
    text-align: center;
    padding-bottom: 10px;
}

/* Front Page */
.how_it_works h4 {
    font-size: 25px;
    color: #333;
    font-weight: 400;
}

/* Footer */
#Footer .footer_copy .one-third {
    margin-bottom: 20px;
    padding-top: 30px;
}

#Footer .footer_copy .social {
    float: none;
    margin-right: 0;
}

/* Responsive */
/* Skeleton change make .container 100%; */
@media only screen and (max-width: 1200px) {
    .section_wrapper, .container, .with_aside .content_wrapper {
        width: 90% !important;
    }
}

@media only screen and (max-width: 767px) {
    div.share-button {
        top: 35%;
    }

    div.hide-on-100 {
        display: none;
    }

    div.center-on-100 {
        text-align: center;
    }
}

@media only screen and (min-width: 361px) and (max-width: 460px) {
    /* Slider */
    .tparrows {
        top: 120% !important;
        left: 109% !important;
    }
}

/* Top Logo */
@media only screen and (max-width: 360px) {
    #Top_bar .logo #logo {
        width: 70%;
        text-align: right;
    }

    /* Slider */
    .tparrows {
        top: 125% !important;
        left: 111% !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1239px) {
    #Top_bar .menu > li > a span:not(.description) {
        font-size: 1.45vw;
    }
}