/********************
HOME PAGE HERO TYPOGRAPHY
********************/
.block_a0a0f2486ede46789947e6907b8e8bff .contentTitle,
.block_a0a0f2486ede46789947e6907b8e8bff .blockInnerContent p:first-of-type {
    padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        padding-top: 205px !important;
        padding-bottom: 205px !important;
    }
    .block_a0a0f2486ede46789947e6907b8e8bff .blockText .contentTitle {
        font-size: 72px;
    }
    .block_a0a0f2486ede46789947e6907b8e8bff .blockInnerContent p:first-of-type {
        font-size: 36px;
    }
    .block_a0a0f2486ede46789947e6907b8e8bff .blockInnerContent p:not(:first-of-type):not(:last-of-type) {
        font-size: 24px;
    }
}
/********************
GENERAL STYLES
********************/
.button {
    padding: 15px 30px;
}
/********************
EQUALIZE CTA HEIGHTS HOME PAGE
********************/
.block_e9f3e4c9a3e44ce08d1a6603c3630cfe .itemsCollectionContent {
    display: flex;
    flex-flow: row wrap;
}
.block_e9f3e4c9a3e44ce08d1a6603c3630cfe .item,
.block_e9f3e4c9a3e44ce08d1a6603c3630cfe .itemContent,
.block_e9f3e4c9a3e44ce08d1a6603c3630cfe .itemInnerContent {
    display: flex;
    flex-direction: column;
}
.block_e9f3e4c9a3e44ce08d1a6603c3630cfe .itemContent,
.block_e9f3e4c9a3e44ce08d1a6603c3630cfe .itemInnerContent {
    height: 100%;
}
.block_e9f3e4c9a3e44ce08d1a6603c3630cfe .itemInnerContent p:last-of-type {
    margin-top: auto;
}
/********************
CONTACT PAGE CONTACT INFO
********************/
.block_a3e1967ebdcd43a6a6761cf669524139 .itemsCollectionContent {
    display: flex;
    flex-flow: row wrap;
}
.block_a3e1967ebdcd43a6a6761cf669524139 .item {
    margin: 0 !important;
    width: 25% !important;
    border-top: 5px solid black !important;
    border-left: 5px solid black !important;
    flex: 1 0 25%;
    min-width: 400px;
}
.block_a3e1967ebdcd43a6a6761cf669524139 .item:last-of-type {
    border-right: 5px solid black !important;
}
@media only screen and (max-width: 816px) {
    .block_a3e1967ebdcd43a6a6761cf669524139 .item {
        border-right: 5px solid black !important;
    }
}
/********************
FIX NAV DROP DOWNS
********************/
.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Accordian Dropdown Button Styles */
.accordion {
    background-color: #eee;
    color: #a1a1a1;
    cursor: pointer;
    margin-top: 10px;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 0px;
    outline: none;
    transition: 0.4s;
}

/* Accordian Button Hover */
.active, .accordion:hover {
    background-color: #dfdfdf;
}

/* Accordian Button Icon */
.accordion:after {
    content: '+'; /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    color: #117CB4;
    margin-left: 20px;
}

.active:after {
    content: "-"; /* Unicode character for "minus" sign (-) */
}

/* Accordian Panel Styles */
.panel {
    padding: 10px 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}