/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/
/*---HEADER---*/
.nav-bar .sub-menu {
    left: 0;
	background: #fcb03c;
}
.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a, .nav-bar ul > li:hover > a {
    color: #0f6a38;
}
.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    margin-left: 7px;
    transition: transform 0.1s ease-in-out;
    color: #0F6A38;
}
a:hover {
    color: #0f6a38; 
    text-decoration: underline;
}
a:before {
    content: '';
    position: absolute;
    background: #0F6A38;
    z-index: -1;
    right: 50%;
    bottom: 0px;
    left: 50%;
    height: 2px;
    top: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.phone-number {
    background: #0F6A38;
    color: #FFFFFF;
    padding: 0.6rem 1rem;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 31px;
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 5px;
	box-shadow: 1px 3px 3px 0px #858585;
}
.phone-number:hover {
    color: white;
    text-decoration: none;
    background: #fcb03c;
}
.passed-header .stick-me.stuck {
    background: rgb(0 0 0 / 0%);
}
.billboard .slider-content .slider-cta-button, .billboard .slider-content a, #content .btn, #respond #submit, #slider .btn, .biziq-button, .btn, .link-button, .rev-read-more, .view-article, .wpcf7-form input[type="submit"], a.contact-btn, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    font-weight: 700;
    background: #fcb03c;
	margin-top: 5px;
    padding: 0.8rem 1.5rem;
    color: #000000;
    display: inline-block;
    text-align: center;
    min-width: 120px;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
    border: 0 solid #9ea1a5;
    line-height: 1.4em;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 1em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    white-space: inherit;
}
.billboard .slider-content .slider-cta-button:hover, .billboard .slider-content a:hover {
    background: #fcb03cd4;
    color: #000;
    text-decoration: none !important;
}
/*---BODY---*/
h1 {
	color: #424242;
    font-size: 1.7em;
    display: block;
    margin: 0.85em 0 0.5em;
    font-weight: 700;
    line-height: 1.2em;
}
h2 {
    font-size: 1.6em;
    margin: 0.83em 0 0.5em;
    font-weight: 700;
    line-height: 1.2em;
    color: #FCB03C;
}
h3 {
    color: #0F6A38;
    font-size: 1.7em;
    display: block;
    margin: 0.85em 0 0.5em;
    font-weight: 700;
    line-height: 1.2em;
}
.billboard .slide-header {
    font-size: 2em;
    color: #ffff;
}
.billboard .slide-sub-header {
    font-size: 1.8em;
	color: #ffff;
}
.breakout {
    background-color: #0f6a38;
    width: 100vw;
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    left: 0 !important;
    margin-top: 2em;
    margin-bottom: 1.8em;
    padding: 2em;
    overflow: hidden;
}
ul.fancylist li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: '\f138';
    margin-right: 7px;
    color: #0F6A38;
    font-size: .95em;
}
button.no-style {
    font-size: 1em;
    min-width: 0;
    padding: 0;
    color: #000;
    background: transparent;
}
#content .btn:hover, #content .view-article:hover, #footer .btn:hover, #slider .btn:hover, #slider:hover .btn, .billboard .slider-content a:hover, .btn:hover, .link-button:hover, .rev-read-more:hover, .wpcf7-form input[type="submit"]:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: #2c5f7e9e;
    text-decoration: none !important;
}
.rev-wrap:before {
    content: '\201C ';
    font-family: Times New Roman, Georgia;
    font-weight: bold;
    position: absolute;
    background-color: #0F6A38;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 67px;
    font-size: 3em;
    font-weight: 900;
    top: -22px;
    left: calc(50% - 25px);
    box-shadow: 2px 2px 3px #00014b3b;
}
.rev-wrap {
    padding: 2.5em 1.5em 1em;
    border: 6px solid #fcb03c;
    position: relative;
    box-shadow: 2px 2px 5px #dddddd;
    margin: 0 0em 0;}
.final-star {
    color: #fcb03c !important;
}
hr {
    border: none;
    border-top: 3px double #333;
    color: #2c5f7e;
    overflow: visible;
    text-align: center;
    height: 5px;
}

hr:after {
    background: #259AE8;
    padding: 0 4px;
    position: relative;
    top: -13px;
}
/*---FOOTER---*/
.icon-item {
    display: inline-block;
    text-indent: -10px;
    margin-left: 20px;
    color: #ffffff;
}
#footer .d-md-block {
    display: block!important;
    text-align: center;
}
#footer h2 {
    font-size: 1.3em;
    text-align: center;
}
#footer table {
    border-collapse: collapse;
    text-align: center;
	color: #ffffff
}
#footer .btn {
    color: #000;
    text-align: center;
    font-weight: 700;
    background: #fcb03c;
}
#content .btn:hover, #content .view-article:hover, #footer .btn:hover, #slider .btn:hover, #slider:hover .btn, .billboard .slider-content a:hover, .btn:hover, .link-button:hover, .rev-read-more:hover, .wpcf7-form input[type="submit"]:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #fcb03cde;
    color: #000000;
    text-decoration: none !important;
}
.socialicons {
	text-align: center;}
#footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#footer {
    clear: both;
    width: 100%;
    background: #0F6A38;
    margin: auto;
    text-align:center;
}
.today {
    font-weight: 700;
    color: #fcb03c;
}
#copyright {
    text-align: center;
    padding: 10px;
    background: #FCB03C;
    font-size: 13px;
    letter-spacing: .1em;
	color: #000;
}
/*---CONTACT US---*/
main form, form {
    background: #0f6a38;
    padding: 2em;
	box-shadow: 4px 5px 5px 0px #858585;
}
span.wpcf7-not-valid-tip {
    color: #fcb03c;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #fcb03c;
	color: #fff;
}
/*---MOBILE---*/
#mobile-menu-container .menu, #mobile-menu-container .menu-icon {
    background: #fcb03c;
    color: #fff;
}
#mobile-menu-container .current_page_item a {
    text-decoration: none;
    background: #0f6a38;
    color: #ffffff;
}
#mobile-menu-container.left {
    min-height: 100%;
    width: 280px;
    color: #000;
    position: fixed;
    background: #424242;
    height: 100%;
    left: -280px;
    z-index: 99999;
    max-width: 100%;
    top: 0;
}
#mobile-menu-container .menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    background: #0f6a38;
    width: 100%;
    color: #fff;
    font-size: 1.3em;
}
#mobile-menu-container ul li a {
    font-size: 1em;
    line-height: 1.3em;
    padding: 0.65em 0.5em 0.65em 1em;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
 
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}