/* SET TYPOGRAPHY RULES BELOW ONLY AFTER COMPLETING ALL THE FOLLOWING*
 *
 * Settings > Typekit Fonts
 * Add Typekit kit code after creating kit via OMS login
 *
 * Theme Customizer > General Settings > Typography
 * Set base body size, body line-height, link color, body color, header color
 * Header font sizes and line-heights set below in code
 * Reversed font colors for dark bkgds set below
 *
 * /////////////////////////////////////////////////////////




/*-------------------------------------------------------------------------------------------------------------------------------

	SITE SPACING CLASSES & RULES
	These rules do not contain body.orbit so it can be overwritten via builder

---------------------------------------------------------------------------------------------------------------------------------*/


/*--- UNIVERSAL SPACING ---*/
/* Removes padding-top of a row following another row */
.et_pb_row + .et_pb_row {
    padding-top: 0 !important;
}
.et_pb_row, .container {
    width: 90%
}


/*--- DESKTOP SPACING ---*/

/* Sets row padding */
.et_pb_row {
    padding: 90px 0;
}
/* Sets space between stacked rows in same section */
@media all and (min-width: 981px) {
    .et_pb_row + .et_pb_row {
        margin-top: -40px; /* amount to remove from padding rule above */
    }
}


/*--- TABLET SPACING ---*/

/* Sets row padding */
@media all and (max-width: 980px) {
    .et_pb_row {
        padding: 80px 0;
    }
    /* Sets space between stacked columns */
    .et_pb_column {
        margin-bottom: 40px;
    }
    /* Sets space between stacked rows in same section */
    .et_pb_row + .et_pb_row {
        margin-top: -40px; /* amount to remove from padding rule above */
    }
}


/*--- MOBILE SPACING ---*/

/* Sets row padding */
@media all and (max-width: 767px) {
    .et_pb_row {
        padding: 60px 0;
    }
    /* Sets space between stacked columns */
    .et_pb_column {
        margin-bottom: 30px;
    }
    /* Sets space between stacked rows in same section */
    .et_pb_row + .et_pb_row {
        margin-top: -30px; /* amount to remove from padding rule above */
    }
}


/* Removes margin-bottom of last element to equalize spacing above and below content */
body.orbit .et_pb_row .et_pb_column .et_pb_module h1:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h2:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h3:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h4:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h5:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module h6:last-child,
body.orbit .et_pb_row .et_pb_column .et_pb_module p:last-child,
body.orbit .et_pb_row .et_pb_column:only-child .et_pb_module p:last-child,
body.orbit #main-content .et_pb_row .et_pb_column .et_pb_module ul li:last-of-type,
body.orbit .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner p:last-child,
body.orbit .et_pb_blurb_content p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}


/*--- ADDITIONAL SPACING OPTIONS, MAY REQUIRE BREAKPOINT RULES ---*/

/* Add small amount of padding to have smaller padding above and below content */
body.orbit .et_pb_section.small-pad .et_pb_row {
    padding: 10px 0;
}

/* Add padding to have more exagerated padding above and below content */
body.orbit .et_pb_section.large-pad .et_pb_row {
    padding: 200px 0;
}

/* Tighten up padding between rows while having additional space at top and bottom of sections */
body.orbit .et_pb_section.large-pad .et_pb_row + .et_pb_row {
    padding-top: 0 !important;
    margin-top: -100px;
}



/*-------------------------------------------------------------------------------------------------------------------------------

	TYPOGRAPHY STYLES

---------------------------------------------------------------------------------------------------------------------------------*/


.et_pb_bg_layout_dark {
    color: rgba(255,255,255,1); /* Defines text color setting of light and dark backgrounds */
}
.et_pb_bg_layout_dark p, .et_pb_bg_layout_dark p.intro, .et_pb_bg_layout_dark p.pre-title,
.et_pb_bg_layout_dark li {
    color: rgba(255,255,255,1) !important;
}
.et_pb_bg_layout_dark a {
    color: #61A043;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #61A043;
}
body.orbit p a {
    color: #61A043;
    font-weight: 700;
}
body.orbit h1,
body.orbit h2,
body.orbit h3,
body.orbit h4,
body.orbit h5,
body.orbit h6 {
    font-family: interstate-condensed, sans-serif;
    font-weight: 800;
    color:#1d1e1f;
}

body.orbit {
    font-family: benton-sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color:#585858;
    line-height: 1.8em;
    letter-spacing: -0.2px;
}

body.orbit p {
    font-family: benton-sans,sans-serif;
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #585858;
    line-height: 1.8em;
    letter-spacing: -0.2px;
}
body.orbit p.intro {
    font-family: benton-sans-condensed, sans-serif;
    line-height: 1.4em;
    margin: 0 0 16px;
    font-size: 26px;
    font-weight: 600;
    color: #404040;
    letter-spacing: 0.3px;
}
body.orbit p.pre-title {
    font-family: benton-sans-condensed, sans-serif;
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #404040;
    letter-spacing: 2.5px;
    border-left: 6px solid #1B5FAC;
    padding-left: 16px;
}
body.orbit p.number {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 800;
    color: #1B5FAC!important;
    margin: 0;
    padding: 0;
}
body.orbit h1 {
    line-height: 1.1em;
    margin: 0 0 16px;
    padding: 0;
    font-size: 64px;
    letter-spacing: -0.6px;
}
body.orbit h2 {
    line-height: 1.1em;
    margin: 0 0 16px;
    padding: 0;
    font-size: 42px;
    letter-spacing: -0.4px;
}
body.orbit h3 {
    line-height: 1.2em;
    margin: 0 0 16px;
    padding: 0;
    font-size: 36px;
    letter-spacing: -0.2px;
}
body.orbit h4 {
    font-family: benton-sans-condensed, sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: #202020;
    letter-spacing: 4px;
}
body.orbit h5 {
    line-height: 1.2em;
    margin: 0 0 16px;
    padding: 0;
    font-size: 32px;
    letter-spacing: -0.2px;
}
body.orbit h6 {
    line-height: 1.25em;
    margin: 0 0 16px;
    padding: 0;
    font-size: 24px;
}
body.orbit #main-content ul {
    margin: 0;
    padding: 16px 0 16px 16px;
    list-style: none;
}
body.orbit #main-content li {
    margin: 0 0 16px;
    padding: 0;
    font-family: benton-sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color:#595959;
    line-height: 1.8em;
}
body.orbit #main-content ul li::before {
    content: "\2022";
    color: #1B5FAC;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
body.orbit hr,
body.orbit .et_pb_divider {
    border: none;
    height: 1px;
    margin: 25px 0 30px;
    padding: 0;
    background: rgba(0,0,0,0.1);
}
body.orbit blockquote {
    border: none;
    border-left: 2px solid #ccc;
    position: relative;
    padding-left: 30px;
}
body.orbit blockquote p {

}
body.mce-content-body .cta-button,
body.orbit .cta-button,
body.orbit .nf-field-element input[type=button],
body.orbit .nf-field-element input[type=submit] {
    display: inline-block;
    margin-top: 20px;
    background: #61A043 !important;
    font-family: interstate-condensed, sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.20);
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none !important;
    box-shadow: 0 8px 18px -8px rgba(0,0,0,0.50);
}
body.mce-content-body .cta-button:hover,
body.orbit .cta-button:hover,
body.orbit .nf-field-element input[type=button]:hover,
body.orbit .nf-field-element input[type=submit]:hover {
    background: #57B629 !important;
    box-shadow: 0 8px 18px -8px rgba(0,0,0,0.80);
    cursor: pointer;
}
body.mce-content-body .cta-button-reverse,
body.orbit .cta-button-reverse {
    display: inline-block;
    margin-top: 20px;
    background: #1B5FAC !important;
    font-family: interstate-condensed, sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.20);
    text-decoration: none;

    text-transform: uppercase;
    padding: 16px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none !important;
    box-shadow: 0 8px 18px -8px rgba(0,0,0,0.50);
}
body.mce-content-body .cta-button-reverse:hover,
body.orbit .cta-button-reverse:hover {
    background: #1B75DA !important;
    box-shadow: 0 8px 18px -8px rgba(0,0,0,0.80);
    cursor: pointer;
}
.cta-link {
    font-family: interstate-condensed, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    color: #61A043;
    letter-spacing: 2px;
    line-height: 1em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cta-link:hover {
    color: #57B629;
    cursor: pointer;
}
.cta-link::after {
    content: '‣';
    position: relative;
    margin-left: 2px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
}
.et_pb_video_play:before {
    font-family: "ETmodules";
    content: "\e04e";
}
a.et_pb_video_play:hover {
    text-decoration: none !important;
    color:#57B629 !important;
}


/*-------------------------------------------------------------------------------------------------------------------------------

	HEADER STYLES

---------------------------------------------------------------------------------------------------------------------------------*/
body.orbit #main-header .et_menu_container #et-top-navigation {
    padding: 22px 0;
    padding-left: 16% !important;
}
@media (max-width: 1439px) {
    #top-menu > li {
        display: inline-block;
        padding-right: 22px;
        max-width: 24%;
        vertical-align: middle;
        text-align: center;
        line-height: 1.6em;
        left: 110px;
    }
}
@media (max-width: 1389px) {
    #top-menu li a {
        font-size:14px;
        line-height:1.4em;
    }
}
#top-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#top-header a {
    font-family: benton-sans-condensed, sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.2px;
}
#top-header a:hover {
    color: #1B5FAC;
    text-decoration: none;
}
#top-menu li a {
    font-family: benton-sans-condensed, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #171718;
    letter-spacing: 0.3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#top-menu-nav a:hover {
    color: #1B5FAC;
}
#top-menu li {
    position: relative;
}
#top-menu li:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    left: 0;
    bottom: 18px;
    background: #1B5FAC;
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
#top-menu li:hover:before {
    width: 40px;
}
/*Hides Secondary Nav from Fixed Header*/



/*-------------------------------------------------------------------------------------------------------------------------------

	FOOTER STYLES

---------------------------------------------------------------------------------------------------------------------------------*/

#footer-widgets h3 {
    color: #fff;
}
#footer-widgets h4 {
    color: #202020;
}
#footer-widgets {
    padding: 100px 0 0;
}
body.orbit #main-footer #footer-bottom {
    padding-bottom: 12px;
}
#footer-widgets .footer-widget li {
    padding-left: 0;
}
#footer-widgets .footer-widget li:before {
    display: none;
}
/* Bottom left footer nav */
body.orbit ul#menu-footer-bottom-left-nav {
    display: inline;
}
body.orbit #footer-bottom a {
    color: rgba(0,0,0,0.5);
    font-weight: 500;
    text-decoration: none;
}
body.orbit #footer-bottom a:hover {
    color:#61A043;
}
/* Copyright */
body.orbit #main-footer #footer-bottom .footer-credits-menu #footer-info {
    padding: 0 22px 0 0;
    color: rgba(0,0,0,0.5);
    font-weight: 500;
    font-size: 14px;
}
@media (min-width: 981px) {
    #footer-widgets .footer-widget {
        margin-bottom: 0; /* Removes padding on desktop so rule above can work*/
    }
}
@media (max-width: 980px) {
    #footer-widgets .footer-widget {
        margin-bottom: 50px !important; /* Add padding back in below desktop where footer columns stack*/
    }
}

/*Footer Form*/
body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field input[type="email"], input:not#nf-field-16) {
    height: 40px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
}
#nf-field-8 {
    margin: 20px 10px -10px 0 !important;
}
#nf-field-9 {
    margin-top: 10px;
}
#nf-field-10 {
    margin-top: 4px;
}


/*-------------------------------------------------------------------------------------------------------------------------------

	BLOG STYLES

---------------------------------------------------------------------------------------------------------------------------------*/

/* card grid layout */
body.orbit .post-wrapper-global {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
@media all and (max-width: 980px) {
    body.orbit .post-wrapper-global {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* card style */
body.orbit .post-wrapper-global article {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}

/*-------------------------------------------------------------------------------------------------------------------------------

	CUSTOM CLASSES

---------------------------------------------------------------------------------------------------------------------------------*/

/* Use to add overlays to background images on sections and rows
 * You can duplicate and change name to match desired colors */
.oms-overlay-blue::before {
    content: '';
    background: rgba(27,95,172,0.90);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.oms-overlay-green::before {
    content: '';
    background: rgba(97, 160, 67, 0.88);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.oms-overlay-dark-gray::before {
    content: '';
    background: rgba(34,34,34,0.60);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.oms-overlay-beepoop::before {
    content: '';
    background: rgba(241,186,85,0.95);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


/* Use to vertically align column content. Add class to both columns via row and turn on 'Equalize Column Heights' toggle */
.oms-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Reverse Column Row */
@media all and (max-width: 980px) {
    /* Reverse Order of Columns */
    .oms-row-reverse-columns {
        display: flex;
        flex-direction: column-reverse;
    }
    /* Remove column margin-bottom when reversed */
    body.orbit #main-content .et_pb_row.oms-row-reverse-columns .et_pb_column:not(:last-child) {
        margin-bottom: 0px !important;
    }
    /* Add column margin-bottom when reversed */
    body.orbit #main-content .et_pb_row.oms-row-reverse-columns .et_pb_column:last-child .et_pb_module:last-child {
        margin-bottom: 30px !important;
    }
}



/*-------------------------------------------------------------------------------------------------------------------------------

	BREAKPOINT TARGETING

---------------------------------------------------------------------------------------------------------------------------------*/

/* Below are styles for specific breakpoints, everything above this line should be universal. AKA only put styles that are different than above here. */

/* DESKTOP ONLY Style */
@media all and (min-width: 981px) {
    #top-menu > .menu-btn a {
        font-family: interstate-condensed, sans-serif;
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 1px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.20);
        text-transform: uppercase;
        padding: 16px 20px !important;
        background: #61A043;
        margin: 0;
        color: #fff !important;
        box-shadow: 0 8px 18px -8px rgba(0,0,0,0.50);
        -webkit-box-shadow: 0 8px 18px -8px rgba(0,0,0,0.50);
        position: relative;
        top: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    #top-menu > .menu-btn a:hover {
        background: #57B629;
        box-shadow: 0 8px 18px -8px rgba(0,0,0,0.80);
        cursor: pointer;
    }
    .fa {
        font-size: 16px;
    }
    #top-menu > .menu-btn.current-menu-item a, .et-fixed-header #top-menu > .menu-btn.current-menu-item a {
        color: #fff !important;
    }
    #top-menu li.menu-btn-2:before {
        content: '  Available 24 Hours' !important;
        display: contents;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        color: rgba(0, 0, 0, 0.6);
        text-transform: uppercase;
        line-height: 20px;
        position: relative;
        background: transparent;
        bottom: 0;
    }
    #top-menu > li:last-child {
        padding-right: 0;
        text-align: center;
        margin-top: -10px;
        margin-left: -20px;
    }
    #top-menu > .menu-btn-2 a {
        font-weight: 800;
        color: #1B5FAC !important;
        padding: 2px 20px 0 0 !important;
        background: #fff;
        margin: 0;
        position: relative;
        top: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    #top-menu > li .menu-btn-2 {
        padding-right: 0px;
    }
    /*#et-secondary-nav > li:last-child a {*/
        /*border: 1px solid rgba(27, 95, 172, 0.3);*/
        /*padding: 6px 8px;*/
        /*margin-bottom: 10px;*/
        /*font-weight: 600;*/
        /*color: #1B5FAC;*/
        /*display:none;*/
    /*}*/
    #et-secondary-menu > ul > li.current-menu-item a {
        color:#1B5FAC;
    }
    /*Left Navigation Styling*/
    body.orbit .left-nav {
        background: transparent;
        box-shadow: none;
    }
    .left-nav ul li::before {
        display: none !important;
    }
    body.orbit .left-nav #leftBar #subMenu li {
        border-bottom: none;
        padding: 0;
        padding-bottom: 10px;
    }
    body.orbit .left-nav #leftBar #subMenu li a {
        font-size: 16px;
        color: #585858;
        font-weight: 600;
    }
    body.orbit .left-nav #leftBar #subMenu li.current_page_item>a {
        color: #61A043;
    }
    body.orbit .left-nav #leftBar #subMenu li a:hover {
        color: #57B629;
    }
    body.orbit ul.sub-menu {
        padding: 10px 0;
    }
    body.orbit #main-header #et-top-navigation nav#top-menu-nav ul#top-menu li.menu-item>ul.sub-menu li a:hover {
        background-color: transparent;
    }
    body.orbit #main-header #et-top-navigation nav#top-menu-nav ul#top-menu li.menu-item>ul.sub-menu li:before {
        display:none;
    }
    #et-secondary-nav li li a:hover {
        background-color: transparent;
        color: #1B5FAC;
    }
    #et-secondary-nav li.current_page_parent>a, #et-secondary-nav li li.current_page_item>a {
        color: #1B5FAC;
    }
}

/*Large Desktop Styles*/
@media all and (min-width: 1440px) and (max-width: 1569px) {
    #top-menu li a {
        font-size: 18px;
    }
    #top-menu>.menu-btn a {
        font-size: 18px;
        padding: 14px 16px!important;
        display: inline-block;
    }
    #et_search_icon:before {
        display: inline-block !important;
    }
    body.orbit #main-header .et_menu_container #et-top-navigation {
        padding-left: 4%!important;
    }
    #logo {
        max-height: 75%;
    }
}
/*Medium Desktop Styles*/
@media all and (min-width: 1310px) and (max-width: 1439px) {
    #top-menu li a {
        font-size: 17px;
    }
    #top-menu>.menu-btn a {
        font-size: 17px;
        padding: 14px 16px!important;
        display: inline-block;
    }
    #et_search_icon:before {
        display: inline-block !important;
    }
    body.orbit #main-header .et_menu_container #et-top-navigation {
        padding-left: 4%!important;
    }
    #logo {
        max-height: 70%;
    }
    body.orbit #main-header .et_menu_container #et-top-navigation {
        padding: 6px 0;
    }
    #top-menu > li {
        left: 20px;
    }
    #et_search_icon:before {
        margin-top: 13px;
    }
}
/*Small Desktop Styles*/
@media all and (min-width: 981px) and (max-width: 1309px) {
    /*#top-menu li a {*/
        /*font-size: 17px;*/
        /*line-height: 1.2;*/
    /*}*/
    /*#top-menu li:before {*/
        /*bottom: 10px;*/
    /*}*/
    /*#top-menu>.menu-btn a {*/
        /*font-size: 17px;*/
        /*padding: 14px 16px!important;*/
        /*display: inline-block;*/
    /*}*/
    /*#et_search_icon:before {*/
        /*display: inline-block !important;*/
    /*}*/
    /*body.orbit #main-header .et_menu_container #et-top-navigation {*/
        /*padding-left: 4%!important;*/
    /*}*/
    /*#logo {*/
        /*max-height: 55%;*/
    /*}*/
    /*body.orbit #main-header .et_menu_container #et-top-navigation {*/
        /*padding: 6px 0;*/
    /*}*/
    /*#top-menu > li {*/
        /*left: 15px;*/
    /*}*/
    /*body.orbit #main-header #et-top-navigation nav#top-menu-nav ul#top-menu li.menu-item a {*/
        /*padding: 16px 0;*/
    /*}*/
    /*#top-menu > .menu-btn-2 a {*/
        /*width: 155px;*/
    /*}*/
    /*#top-menu li.menu-btn-2:before {*/
        /*font-size: 10px;*/
        /*letter-spacing: 0.25px;*/
    /*}*/
    /*.fa {*/
        /*font-size: 12px;*/
    /*}*/
    /*#top-menu>li:last-child {*/
        /*margin-left: -4px;*/
    /*}*/
    /*#top-menu>.menu-btn a {*/
        /*width: 102px;*/
    /*}*/
    /*#et_search_icon:before {*/
        /*margin-top: 4px;*/
    /*}*/
}


/* TABLET ONLY Styles */
@media all and (min-width: 768px) and (max-width: 980px) {

}

/* MOBILE ONLY Styles */
@media all and (max-width: 767px) {
    body.orbit p {
        font-size: 16px;
    }
    body.orbit p.intro {
        font-size: 20px;
    }
    body.orbit h1 {
        font-size: 36px;
    }
    body.orbit h2 {
        font-size: 28px;
    }
    body.orbit h3 {
        font-size: 24px;
    }
    body.orbit h4 {
        font-size: 16px;
    }
}

/* MOBILE AND TABLET Styles */
@media all and (max-width: 1309px) {
    .oms-tabletMobile-hide {
        display: none;
    }
    body.orbit #main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar .bar {
        height: 4px;
        background-color: #61a043;
        margin-top: 10px;
    }
    .et_mobile_menu {
        border-color: #e2e2e2;
        border-top: 1px solid #e2e2e2;
        margin-top: 4px;
    }
    #et_search_icon:before{
        color:#61a043;
        font-weight: 700;
        margin-top: 10px;
        margin-left: 10px;
    }
    body.orbit #main-header .et_menu_container #et-top-navigation {
        padding: 4px 0;
    }
    #logo {
        max-height: 90%;
    }
    body.orbit #main-header #et-top-navigation #et_mobile_nav_menu .et_mobile_menu .menu-item-has-children .caret {
        color: #61a043;
    }
    #et_mobile_nav_menu .et_mobile_menu li a {
        color:#202020;
    }
    #et_mobile_nav_menu .et_mobile_menu li.current-menu-item > a {
        color:#1b5fac;
    }
    #et_mobile_nav_menu .et_mobile_menu li.menu-btn-2,
    #et_mobile_nav_menu .et_mobile_menu li.menu-btn {
        display: none;
    }
    .et_mobile_menu .menu-item-has-children > a {
        font-weight: 600;
    }
}
@media (max-width: 980px) {
    #et-info {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

/* Locator Styling */
body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field input[type="text"] {
    height: 57px;
}
#nf-label-field-10 {
    font-size: 14px;
    text-transform: none;
    font-weight: 700;
    color: #101010;
}
body.orbit .ninja-forms-form-wrap #nf-field-10-container, body.orbit .ninja-forms-form-wrap #nf-field-11-container {
    width: 46%;
    display: inline-flex;
}
body.orbit .nf-form-cont {
    margin-top: -20px;
}
body.orbit .ninja-forms-form-wrap {
    margin-bottom: 0;
}
.nf-form-fields-required {
    display:none;
}
.ninja-forms-req-symbol {
    display: none;
}
#nf-field-10 {
    height: 56px!important;
    border: none;
    background: rgb(255, 255, 255);
    margin-left: 0px;
}

/* FORM STYLES */
body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field .nf-field-label label {
    text-transform: none;
    font-size: 14px;
}
body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field .label-left .nf-field-label {
    width: 23%;
}
.nf-field-element input[type=button] {
    margin-top: 0;
}
body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field input[type="text"], body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field input[type="tel"], body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field input[type="email"], body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field textarea {
    border: rgba(204, 204, 204, 0.5) solid 1px;
    background: rgba(255, 255, 255, 0.4);
}

body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field input[type="text"], body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field input[type="tel"], body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field input[type="email"] {
    height: 44px !important;
}

body.orbit.blog ul.categories {
    padding-top: 0 !important;
}
body.orbit.blog ul.categories>li {
    margin: 0 0 10px !important;
    padding: 2px 10px !important;
    font-family: benton-sans,sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    color: #595959;
    line-height: 1.7em;
    margin-right: 10px !important;
    background: #eee;
    display: inline-block;
    transition: ease 0.3s all;
}
body.orbit.blog ul.categories>li:hover {
    background: #1B5FAC !important;
}
body.orbit.blog ul.categories>li a:hover {
    text-decoration: none;
    color: #fff !important;
}
body.orbit.blog ul.categories>li.cat-item:before {
    display:none !important;
}

/* Additional Changes */
body.orbit .post-wrapper-global article .post-data p:not(.post-meta) {
    font-size: 20px;
}
.single .et_pb_post {
    max-width: 960px;
    position: relative;
    margin: auto;
}
.fa-star:before {
    content: "\f005";
    color: #f1ba55;
    font-size: 30px;
}