/* 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: 120px 0;
}


/*--- 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;
    }
}


/*--- 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 .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;
}
body.orbit #main-content .et_pb_bg_layout_dark a:not(.cta-button):not(.cta-button-secondary) {
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(270deg, #000000 0%, #000000 100%) !important;
    color: #ffffff !important;
}

body.orbit #main-content a:not(.cta-button):not(.cta-button-secondary) {
    color: #003087;
    padding-bottom: 2px;
    text-decoration: none;
    background-image: linear-gradient(#ddd, #ddd), linear-gradient(270deg, #005951 0%, #005951 100%);
    background-size: 100% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: all .3s ease-out;
}

body.orbit #main-content a:not(.cta-button):not(.cta-button-secondary):hover {
    color: #005951;
    background-size: 0 2px, 100% 2px;
    background-position: 100% 100%, 0 100%;
}
.left-nav li.current-menu-item a {
    color: #005951 !important;
    background-size: 0 2px, 100% 2px !important;
    background-position: 100% 100%, 0 100% !important;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: #003087;
}

body.orbit {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
}

.et_pb_text_inner,
.et_pb_blurb_description {
    font-size: 20px;
    line-height: 1.8em;
}

body.orbit strong {
    font-weight: 500;
}

body.orbit h1,
body.orbit .h1,
body.orbit h2,
body.orbit .h2,
body.orbit h3,
body.orbit .h3,
body.orbit h5,
body.orbit .h5,
body.orbit h6,
body.orbit .h6 {
    color: #101010;
    font-family: "baskerville-urw", serif;
    font-weight: 500 !important;
}
body.orbit p {
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    line-height: 1.8em;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit p.intro {
    font-size: 25px;
    line-height: 1.6;
    margin: 0 0 25px;
}
body.orbit p.pre-title, 
body.orbit h4,
body.orbit .h4{
    color: #2B1166;
    font-family: futura-pt, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
body.orbit h1,
body.orbit .h1 {
    font-size: 55px;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit h2,
body.orbit .h2 {
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit h3,
body.orbit .h3 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0;
}
/*body.orbit h4,
body.orbit .h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #666;
    margin: 0 0 15px;
    padding: 0;
}*/
body.orbit h5,
body.orbit .h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
}
body.orbit h6,
body.orbit .h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #101010;
    margin: 0 0 10px;
    padding: 0;
}
/* List Styles */
body.orbit #main-content ul,
body.orbit #main-content ol {
    padding: 0px 0px 25px 25px;
}
body.orbit #main-content ul li,
body.orbit #main-content ol li {
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    line-height: 1.8em;
    padding-bottom: 15px;
}
body.orbit #main-content ul li:last-child,
body.orbit #main-content ol li:last-child {
    padding-bottom: 0;
}
body.orbit #main-content ul ul,
body.orbit #main-content ul ol,
body.orbit #main-content ol ul,
body.orbit #main-content ol ol {
    padding: 0px 0px 0px 25px;
}
body.orbit #main-content ul ul li,
body.orbit #main-content ul ol li,
body.orbit #main-content ol ul li,
body.orbit #main-content ol ol li {
    padding-bottom: 15px !important;
}
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 {

}

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

    BUTTON STYLES

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


body.mce-content-body .cta-button,
body.orbit .cta-button,
body.orbit .nf-field-element input[type=button],
.field-wrap input[type=submit], .field-wrap button {
    background-color: #003087;
    background-image: none;
    border: none;
    border-radius: 6px !important;
    color: #ffffff;
    display: inline-block;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 12px 25px !important;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: all .3s ease;
    width: fit-content;
}

body.mce-content-body .cta-button:after,
body.orbit .cta-button:after {
    bottom: 0px;
    color: inherit;
    content: '\f0da';
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    position: relative;
    transition: all .3s;
}

body.mce-content-body .cta-button:hover:after,
body.orbit .cta-button:hover:after {
    margin-left: 8px;
}

body.mce-content-body .cta-button:hover,
body.orbit .cta-button:hover,
body.orbit .nf-field-element input[type=button]:hover,
.field-wrap input[type=submit]:hover, .field-wrap button:hover {
    background-color: #005951;
    cursor: pointer;
    border:none;
    padding: 12px 25px !important;
}

body.orbit .et_pb_bg_layout_dark .cta-button {
    background: #ffffff;
    color: #003087;
}
body.orbit .et_pb_bg_layout_dark .cta-button:hover {
    background: #003087;
    color: #fff;
}

body.mce-content-body .cta-button-secondary,
body.orbit .cta-button-secondary {
    background-image: none;
    border: 2px solid #003087;
    border-radius: 6px;
    color: #003087;
    display: inline-block;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 12px 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    width: fit-content;
}
body.mce-content-body .cta-button-secondary:after,
body.orbit .cta-button-secondary:after {
    bottom: 0px;
    color: inherit;
    content: '\f0da';
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    position: relative;
    transition: all .3s;
}

body.mce-content-body .cta-button-secondary:hover:after,
body.orbit .cta-button-secondary:hover:after {
    margin-left: 8px;
    color: #fff;
}

body.mce-content-body .cta-button-secondary:hover,
body.orbit .cta-button-secondary:hover {
    background:#005951;
    border: 2px solid #005951;
    color:#fff;
    cursor: pointer;
}

body.orbit .et_pb_bg_layout_dark .cta-button-secondary {
    border: 2px solid #ffffff;
    color: #ffffff;
}
body.orbit .et_pb_bg_layout_dark .cta-button-secondary:hover {
    border: 2px solid #005951;
    color: #ffffff;
}

body.mce-content-body .cta-link,
body.orbit .cta-link {
    color: #003087;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    position: relative;
    text-transform: uppercase;
}

body.mce-content-body .cta-link:after,
body.orbit .cta-link:after {
    bottom: 4px;
    color: inherit;
    content: '\f0da';
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    position: absolute;
    transition: all .3s;
}

body.mce-content-body .cta-link:hover:after,
body.orbit .cta-link:hover:after {
    margin-left: 8px;
}

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

    HEADER STYLES

---------------------------------------------------------------------------------------------------------------------------------*/
#top-header {
    background-color: #fff;
}

body.orbit .secondary-nav .et_pb_menu .et-menu .menu-item {
    padding-top: 16px;
}

body.orbit #menu-secondary-nav > li.current-menu-item a {
    color:#005951;
    border-bottom: 1px solid #005951;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li.current-menu-item>a {
    color:#005951;
}
body.orbit .et_pb_section.main-footer .et_pb_menu .et-menu .current-menu-item a:after {
    color:#005951;
    margin-left: 8px !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
.et-menu li>a {
    font-family: futura-pt, sans-serif;
}

/* MOBILE AND TABLET Styles */
@media all and (max-width: 980px) {
    .et_pb_menu.right-aligned {
        display: none;
    }
    body.orbit #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner {
        background-color: #000;
    }
    .et_pb_image_0_tb_header {
        padding: 10px 0 !important; 
    }
    body.orbit .primary-nav .et_pb_row .et_pb_column.et-last-child {
        padding-top: 4px;
    }
    #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
    #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
    #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        border-radius: 0;
    }
    #mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
        color: #000;
    }
    body.orbit #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-menu-btn a {
        margin-left: 0;
        text-align: center;
        height: 50px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
        text-align: center !important;
        height: 50px;
        font-size: 18px;
		padding-top: 6px;
    }
    body.orbit #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-animated .mega-toggle-animated-inner {
        background-color: #003087;
    }
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	color: #005951;
    background: #f2f2f2;
	}
}

/* DESKTOP ONLY Style */
@media all and (min-width: 981px) {
    #top-header a {
        color: #585858 !important;
        font-size: 16px!important;
        font-weight: 400;
        letter-spacing: 0.2px;
        text-transform: uppercase;
    }
    body.orbit .secondary-nav .et_pb_row {
        border-bottom: 1px solid #e9e9e9;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
        color: #000;
        font-size: 20px;
        height: auto !important;
        letter-spacing: 0.1px;
        padding: 0 15px;
        transition: all .3s;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover {
        color: #005951;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        color: #005951;
        border-bottom: 2px solid #eee;
        margin-top: 2px;
    }
    body.orbit #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-menu-btn a {
        background-color: #003087;
		border-bottom:0;
        border-radius: 6px;
        color: #fff !important;
        font-weight: 600;
        margin-left: 15px;
        padding: 6px 16px;
        text-transform: uppercase;
        transition: all .3s;
    }
    body.orbit #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-menu-btn a:hover {
        background: #005951 !important;
    }
    body.orbit #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-menu-btn-secondary a {
        background-color: #fff;
        border: 2px solid #003087;
        border-radius: 6px;
        color: #003087;
        font-weight: 600;
        margin-left: 15px;
        padding: 4px 16px;
        text-transform: uppercase;
        transition: all .3s;
    }
    body.orbit #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-menu-btn-secondary a:hover {
        background: #003087 !important;
        color:#fff !important;
    }
    .nav-btn a {
        border: 2px solid #003087;
        border-radius: 4px;
        color: #003087 !important;
        font-weight: 600 !important;
        padding: 6px !important;
        margin-top: -8px;
        margin-bottom: 8px;
        
    }
    .nav-btn a:hover {
        background: #003087 !important;
        color: #fff !important;
        opacity: 1;
        transition: 0.3s ease all;
    }
    .phone-number {
        color: #585858;
        font-family: futura-pt,sans-serif;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
}

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

    FOOTER STYLES

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

#footer-widgets h3 {
    color: #fff;
}
#footer-widgets h4 {
    color: #fff !important;
}
#footer-widgets {
    padding: 100px 0;
}
/* Bottom left footer nav */
body.orbit ul#menu-footer-bottom-left-nav {
    display: inline;
}
body.orbit #footer-bottom a {
    color: rgba(255,255,255,0.5);
}
.et_pb_menu_0_tb_footer .et-menu li>a,
.et_pb_menu_1_tb_footer .et-menu li>a,
.et_pb_menu_2_tb_footer .et-menu li>a {
    color:;
    font-size: 18px;
    padding-bottom: 18px !important;
    text-decoration: none;
    transition: ease all 0.3s;
}
body.orbit .et_pb_section.main-footer .et_pb_menu .et-menu .menu-item a:hover {
    color:;
}
body.orbit .et_pb_section.main-footer .et_pb_menu .et-menu .menu-item a:hover:after {
    margin-left: 8px;
}

/* Copyright */

body.orbit .et_pb_section.footer-bottom #footer-info {
        padding: 9px 22px 0 0;
    }
body.orbit .et_pb_section.footer-bottom #footer-credits-menu {
    padding-top: 7px;
}

body.orbit .et_pb_section.footer-bottom #footer-info p {
        color:rgba(0,0,0,.6);
        font-size: 16px;
        line-height: 1.6;
    }

#footer-credits-menu .et-menu li>a {
    font-size: 16px;
}
#menu-footer-bottom-left-nav-1 li a {
    padding-bottom: 0 !important;
}

.et_pb_social_media_follow_0_tb_footer li.et_pb_social_icon a.icon:before {
    color: #003087 !important;
}

/* DESKTOP ONLY Style */
@media all and (min-width: 981px) {
    body.orbit .et_pb_section.footer-bottom #menu-footer-bottom-right-social-media {
        text-align: right;
    }
}

@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*/
    }
}


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

    BLOG STYLES

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

.et_pb_widget_area_left {
    border-right:none;
}

body.orbit .et_pb_widget_area .widget_categories li.cat-item-1 {
	display: none !important;
}

/* 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);
}

.et_pb_post a img {
max-height:350px; /*Ensures image isn't too tall */
min-height:350px; /*Ensures image is tall enough*/
object-fit: cover; /*Ensures that the image resizes without losing aspect ratio*/
object-position: top; /*Aligns image to top. To not cut off heads.*/
}

.et_pb_post .entry-featured-image-url {
    background-image: none !important;
}
.et_pb_post .entry-featured-image-url:hover {
    opacity: 0.5;
}

.et_pb_post h2,
.et_pb_post h2 a {
    background-image: none !important;
    font-size: 32px !important;
    line-height: 1.3 !important;
    margin: 0 0 10px !important;
    padding: 0;
}

.et_pb_post h2.entry-title:after {
    color: #003087;
    content: '\f0da';
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    margin-left: 5px;
    margin-top: 10px;
    position: absolute;
    transition: all .3s;
}
.et_pb_post h2.entry-title:hover:after {
    color: #005951;
}
.et_pb_bg_layout_light .et_pb_post .post-meta a {
    color: #585858 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}


/* Blog Category Bar */
body.orbit .et_pb_widget_area .widget_categories ul .cat-item a {
/*  padding-bottom: 10px !important; */
    border: 4px solid #fff !important;
    background: #f9f9f9;
}

body.orbit .et_pb_widget_area .widget_categories {
    width: 100%;
}

body.orbit .et_pb_widget_area .widget_categories .widgettitle {
    display: none;
}

body.orbit .et_pb_widget_area .widget_categories ul {
    display: flex;
    justify-content: center;
}

@media all and (max-width: 480px) {
    body.orbit .et_pb_widget_area .widget_categories ul {
        display: block;
        text-align: center;
    }
}

body.orbit .et_pb_widget_area .widget_categories ul .cat-item {
    margin: 0 !important;
}

body.orbit .et_pb_widget_area .widget_categories ul .cat-item a {
    display: block;
    padding: 10px 20px !important;
    text-decoration: none !important;
}

body.orbit .et_pb_widget_area .widget_categories ul .cat-item a:hover {
    color: #666;
    background-color: #f4f4f4;
}


body.orbit .et_pb_post_content .et_pb_section .et_pb_row {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Blog Pagination */
.wp-pagenavi {
    align-items: center;
    display: flex;
    border: none;
    justify-content: center;
    text-align: center;
}

body.orbit .wp-pagenavi .current {
    background-color: #005951 !important;
    color:#fff !important;
}

body.orbit .wp-pagenavi .current,
body.orbit .wp-pagenavi .page {
    align-items: center;
    background: #f9f9f9;
    border-radius: 0;
    color: #003087;
    display: flex;
    font-size: 18px !important;
    font-style: normal;
    font-weight:700 !important;
    justify-content: center;
    height: 44px;
    padding: 10px 17px !important;
    width: 44px;
}
.wp-pagenavi a:hover {
    color:#005951 !important;
}

body.orbit .wp-pagenavi .previouspostslink,
body.orbit .wp-pagenavi .nextpostslink {
    align-items: center;
    background:#f9f9f9;
    border-radius: 0px;
    color: #003087;
    display: flex;
    font-size: 0px !important;
    height: 44px;
    justify-content: center;
    width: 44px;
}

body.orbit .wp-pagenavi .previouspostslink:before,
body.orbit .wp-pagenavi .nextpostslink:before {
    color: #003087;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    line-height: 1em;
    width: 100%;
}
body.orbit .wp-pagenavi .previouspostslink:hover:before,
body.orbit .wp-pagenavi .nextpostslink:hover:before {
    color: #005951;
}

body.orbit .wp-pagenavi .nextpostslink:before {
    content: '\f0da';
}

body.orbit .wp-pagenavi .previouspostslink:before {
    content: '\f0d9';
}

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

    MODULE CLASSES

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

/*BLURB MODULE*/
.image-card .et_pb_blurb_container {
    padding: 0 30px;
}
.et_pb_main_blurb_image img {
    border-radius: unset;
}

/* NUMBER COUNTER */
.et_pb_number_counter .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #666;
    margin: 0 0 15px;
    padding: 0;
}

/* FAQ MODULE */
body.orbit .et_pb_toggle .et_pb_toggle_title .toggle-trigger,
body.orbit .et_pb_toggle .et_pb_toggle_title .toggle-icon:before,
body.orbit .et_pb_toggle.et_pb_toggle_open .toggle-icon:before {
    color:#003087 !important;
}
body.orbit .et_pb_toggle .et_pb_toggle_title .toggle-trigger {
    font-weight:500;
}


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

    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(0,89,81, .92);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.oms-overlay-gray::before {
    content: '';
    background: rgba(60,60,60,.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}




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

    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 {
        padding: 15px !important;
        background: #003087;
        border-radius: 3px;
        margin: 0;
        color: #fff;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
        -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
        position: relative;
        top: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    body.orbit .primary-nav .max-mega-menu .mega-menu-item.menu-btn .mega-menu-link:hover {
        background: #005951;
    }

    #top-menu > .menu-btn.current-menu-item a {
        color: #fff !important;
    }
    .mobile-only {
        display: none;
    }
}

/* TABLET ONLY Styles */
@media all and (min-width: 768px) and (max-width: 980px) {
    .tablet-one-third {
        width: 31.5% !important;
    }
    .tablet-full-width {
        width: 100% !important;
    }
    .tablet-full-width .et_pb_image_0_tb_footer {
        margin:auto;
    }
    .tablet-full-width .et_pb_text_inner {
        text-align: center;
    }

}

/* MOBILE ONLY Styles */
@media all and (max-width: 767px) {
    body.orbit p,
    body.orbit #main-content ul li {
        font-size: 18px;
        line-height: 1.6em;
    }
    body.orbit p.intro {
        font-size: 22px;
    }
    body.orbit h1,
    body.orbit .h1 {
        font-size: 40px;
    }
    body.orbit h2,
    body.orbit .h2 {
        font-size: 32px;
    }
    body.orbit h3,
    body.orbit .h3 {
        font-size: 28px;
    }
    .one-half {
        width: 47.25% !important;
        margin-right: 5.5% !important;
    }
    #menu-footer-nav-1.et-menu>li:last-child {
        padding-bottom: 0;
    }
}

/* MOBILE AND TABLET Styles */
@media all and (max-width: 980px) {
    .oms-tabletMobile-hide { display: none; }
}

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

    KEN BURNS HERO BLOCK
    (Remove these styles if Ken Burns block is not being used).

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

/* Styling for the Section */
.oms-section-burns {
    position: relative;
    /*height: calc(100vh - 122px);*/ /* Remove if you'd prefer Row's top/bottom padding to determine height */
    background-color: #1b1e20;
}


/* Styling for the row that contains the text that overlays on top of the images */
.oms-row-burns-text {
/*     height: 100%; */
    margin: 0 !important;
}

/* Custom Top and Bottom Padding for Text Row */
.oms-row-burns-images + .oms-row-burns-text {
    padding: 120px 0 !important; /* This controls Section height if oms-section-burns height is removed */
}

/* Pseudo Overlay Styles - Update Background color/opacity using RGBA properties */
.oms-row-burns-images .et_pb_column.burn-images:before {
    background: rgba(20, 26, 33, .7);
}

body.orbit .oms-section-burns.text-burns .et_pb_row.oms-row-burns-images {
    height: 680px;
    margin-top: 60px !important;
}


/* Customize horizontal and vertical alignment using flex properties */
.oms-row-burns-text .et_pb_column {
    height: 100%;
}

/* Text Module Styles */
.oms-row-burns-text .et_pb_text {
    width: 80%;
    max-width: 600px;
}

a.play-pause {
    transition: .3s ease;
    position: absolute;
    right: 20px;
    bottom: 80px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 5px;
    padding: 0 20px;
    color: #fff !important;
    z-index: 100;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2022/01/pause-button.png) !important;
    background-size: 10px !important;
    background-position: 15px !important;
    background-repeat: no-repeat !important;
    padding-left: 40px;
}

a.play-pause.btn-paused {
    background-image: url(/wp-content/uploads/2022/01/play-buttton.png);
}
/* MOBILE AND TABLET Styles */
@media all and (max-width: 980px) {
    body.orbit .oms-section-burns.text-burns .et_pb_row.oms-row-burns-images {
        margin-top: 0px !important;
    }
    a.play-pause {
        bottom: 20px;
    }
}
/* TABLET ONLY Styles */
@media all and (min-width: 768px) and (max-width: 980px) {
    body.orbit .oms-section-burns.text-burns .et_pb_row.oms-row-burns-images {
        height: 500px;
    }
}
/* MOBILE ONLY Styles */
@media all and (max-width: 767px) {
    body.orbit .oms-section-burns.text-burns .et_pb_row.oms-row-burns-images {
        height: 300px;
    }
}


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

    NINJA FORM STYLES

---------------------------------------------------------------------------------------------------------------------------------*/
body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field .list-radio-wrap .nf-field-element label,
body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field .list-checkbox-wrap .nf-field-element label,
body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field .checkbox-container .nf-field-element label {
    text-align: left;
}

#main-content .container:before {
    display:none;
}

.nf-field-element input, input[type=text], input[type=email], .nf-field-element select {
    padding: 10px 20px;
    height: 54px !important;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px 12px;
    color: #4e4e4e;
}
.list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
    margin-top: 12px !important;
}

.set_recurring_payment {
    padding: 10px 20px 20px;
    background: #f8f8f8;
    border-radius: 10px;
}
.label-left .nf-field-label {
    padding-right: 0px !important;
    text-align:left !important;
    width: 60% !important;
}
.label-left .nf-field-element {
    width:25% !important;
}
.field-wrap>div input[type=checkbox] {
    margin-top: 12px !important;
}
.label-left .nf-field-description {
    margin-left:0 !important;
}

/* PAYEEZY FORM */
#wp_payeezy_payment_form input[type=text],
select#x_state, 
select#x_country,
#x_amount {
    height: 54px !important;
    width: 960px !important;
    border: 1px solid #bbb !important;
}

#wp_payeezy_payment_form input[type="submit"] {
    font-family: futura-pt, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    height: auto!important;
    letter-spacing: 0.1px;
    background-color: #003087;
    border: none;
    border-radius: 6px;
    color: #fff!important;
    padding: 12px 24px;
    transition: all .3s;
}
#wp_payeezy_payment_form input[type="submit"]:hover {
    background: #005951;
    
}