/* font-family: 'Oleo Script', cursive; */
/* font-family: 'Lobster Two', cursive; */

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #292929;
}

p, li {
    color: #616161;
}

hr.fancy {
    position: relative;
    height: 5px;
    max-width: 56px;
    border-bottom: 5px solid #8a8a8a;
}
.logo-text h1{
    font-size: 30px;
    font-family: 'Montserrat Alternates', 'Lobster Two', 'Oleo Script', cursive;
    font-weight: 700;
    /*color: #414141;*/
    color: #292929;
}
.hero-section{
    /*height: 30vh;*/
    /*background-image: url("../../1040-tax-firm-#292929/images/hero-img.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*z-index: 5;*/
}
.hero-section.sub-hero h2{
    color: #383837;
    text-shadow: 3px 4px 6px #fff;
}
@media screen and (min-width: 40em) {
    .logo-text h1{
        font-size: 35px;
        font-weight: 700;
        /*color: #414141;*/
        color: #292929;
    }
}

.shadow-wrap{
    /*background-image: url("../images/shadow.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center top;*/
    /*background-size:100% auto ;*/
    /*margin-bottom: -98px;*/
    /*height: 98px;*/
    /*z-index: 50;*/
    /*position: relative;*/
}
.nav-wrap{
    background: #fff;
    border-top: 20px solid #6d6d6d;
}
.menu .active > a {
    color: #fefefe;
    background: #6d6d6d;
}
.top-bar, .top-bar ul{
    background-color: transparent;
}

.top-bar ul ul {
    background-color: #fff;
    background-repeat: repeat;
}
.title-bar {
    background: #8a8a8a;
}
.title-bar a{
    color: #fefefe;
}
.menu > li > a{
    color: #292929;
    /*display: block;*/
    /*padding: 1.875rem 1rem;*/
    font-weight: 600;
}
.menu > li > a:hover{
    color: #8a8a8a;
}
.menu > li > ul > li > a{
    color: #292929;
    padding: 0.875rem 1rem;
}
.menu > li > ul > li.js-drilldown-back > a{
    background-color: #868682;
    color: #fefefe;
}
.menu > li > ul > li > a:hover{
    color: #fff;
    background-color: #292929;
    padding: 0.875rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after{
    border-color: transparent transparent transparent #8a8a8a;
}
.is-drilldown-submenu-parent > a::after{
    border-color: transparent transparent transparent #8a8a8a;
}
@media screen and (max-width: 39.9375em) {
    .menu > li {
        border-bottom: 1px solid #b7b7b7;
    }
    .menu > li > a {
    }
    .js-drilldown-back > a::before{
        border-color: transparent #8a8a8a transparent transparent;
        margin-bottom: 2px;
    }
}
.gray-bkgd{
    background-color: #f4f4f4;
    border-bottom: 3px solid #8a8a8a;
    /*border-bottom: 3px solid #535642;*/
}
.services-section .icons-wrap .service-wrap p{
    font-size: 18px;
    color: #2f363c;
    font-weight: 500;
    margin-bottom: 1.75rem;
    line-height: 1.26;
}
.service-wrap a.calculators{
    background-image: url("../images/services-bkgd1.jpg");
}
.service-wrap a.newspaper{
    background-image: url("../images/services-bkgd2.jpg");
}
.service-wrap a.additional{
    background-image: url("../images/services-bkgd3.jpg");
}

.calculators .service-icon{
    background-image: url("../images/wallet-icon.png");
}
.newspaper .service-icon{
    background-image: url("../images/newspaper-icon.png");
}
.additional .service-icon{
    background-image: url("../images/additional-icon.png");
}

.clientlinks-section .arrow-tab .column{
    background-color: #292929;
}
.clientlinks-section .arrow-tab > .column > .row{
    height: 125px;
    background-color: #f4f4f4;
}
.clientlinks-section .arrow-tab .arrow-img{
    float: left;
    margin-left: -1.25rem;
    width: 112px;
    height: 137px;
}
.clientlinks-section .arrow-tab .arrow-img.calendar-icon{
    background-image: url("../images/calendar-icon.png");
}
.clientlinks-section .arrow-tab .arrow-img.client-area-icon{
    background-image: url("../images/client-area-icon.png");
}

.clientlinks-section .arrow-tab h3 a{
    color: #6f6d6d;
    font-weight: 600;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 39.9375em) {
    .welcome-section{
        /*background-image: url(../images/hero-img.jpg);*/
        background-color: rgba(255, 255, 255, 0.75);
        background-blend-mode: lighten;
        background-size: cover;
        margin-bottom: 3rem;
        padding: 55px 0 1.75rem;
    }
}

.contact-section .lead{
    font-size: 200%;
    border-bottom: solid 3px #1e3978;
    line-height: 1.46;
    margin-bottom: 1rem;
}
.googleMapLink a{
    color: #8a8a8a;
}

.cal-wrap {
    background: #383837 url(../../1040-tax-firm-#292929/images/cal_bg.png) no-repeat 0 0;
}
.bullet-dot{
    /*background-image: url("../images/dot.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: left center;*/
    /*padding-left: 22px;*/
}
.button {
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    /*border: 1px solid transparent;*/
    padding: 0.85em 1.125em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #8a8a8a;
    color: #fefefe;
    border: 1px solid #414141;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-radius: 15px;
}
.button:hover, .button:focus {
    background-color: #414141;
    border: 1px solid #292929;
    border-bottom-width: 1px;
    border-top-width: 3px;
    color: #fefefe;
}

footer .top-footer {
    background-color: #383837;
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
}
footer .bottom-footer{
    background-color: #6d6d6d;
    padding-top: 22px;
    padding-bottom: 20px;
}
footer .lead{
    font-family: 'Montserrat Alternates', 'Lobster Two', 'Oleo Script', cursive;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
footer, footer a, footer p{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0.125rem;
}
footer a:hover, footer a:focus {
    color: #8a8a8a;
}
footer a:hover i.fa-svg:before,
footer a:focus i.fa-svg:before {
    background-color: #8a8a8a;
}

footer .logo-text h4{
    font-family: 'Courgette', 'Damion', cursive;
    color: #fff;
}

.header-cta-container {
    background-color: #6d6d6d;
}

.header-cta-container a:hover{
    color: #dbdbde;
}
.header-cta-container a:hover i.fa-svg:before {
    background-color: #DBDBDE;
}

/* Page Components */
.skelly-component .component-img-wrap {
    border-color: #616161;
}

/* EOF */

