/* 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: 140px 0;
}
/* Sets space between stacked rows in same section */
@media all and (min-width: 981px) {
    .et_pb_row + .et_pb_row {
        margin-top: -70px; /* 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


    font-family: lato, sans-serif;
    font-weight: 400;

    font-family: lato, sans-serif;
    font-weight: 600;

    font-family: lato, sans-serif;
    font-weight: 800;
    font-style: italic;

    font-family: poppins, sans-serif;
    font-weight: 600;

    font-family: poppins, sans-serif;
    font-weight: 800;

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


.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 li {
    color: rgba(255,255,255,.75) !important;
}
.et_pb_bg_layout_dark a {
    color: #54EBB5;
}
.et_pb_bg_layout_dark a:hover,
.et_pb_bg_layout_dark a:focus,
.et_pb_bg_layout_dark a:active {
    color: #0F8CBC;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #54EBB5;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
    color: #0F8CBC;
}


body.orbit {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
}
body.orbit h1,
body.orbit h2,
body.orbit h3,
body.orbit h5,
body.orbit h6 {
    font-family: lato, sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #0E122F;
}
body.orbit p {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 20px;
    padding: 0;
    color: rgba(14,18,47,0.75);
}
body.orbit p.intro {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 20px;
}
body.orbit p.pre-title, body.orbit a.pre-title {
    font-family: poppins, sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.6) !important;
    letter-spacing: 2px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
body.orbit h1 {
    font-size: 54px;
    letter-spacing: -0.5px;
    line-height: 60px;
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
}
body.orbit h2 {
    font-size: 42px;
    letter-spacing: -0.4px;
    line-height: 54px;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit h3 {
    font-size: 36px;
    letter-spacing: -0.3px;
    line-height: 48px;
    margin: 0 0 20px;
    padding: 0;
}
body.orbit h4 {
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2.4px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
}
body.orbit h5 {
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0;
}
body.orbit h6 {
    font-size: 20px;
    letter-spacing: -0.17px;
    line-height: 30px;
    color: #666;
    margin: 0 0 10px;
    padding: 0;
}
body.orbit #main-content ul {
    margin: 0;
    padding: 0 0 30px 10px;
    list-style: none;
}
body.orbit #main-content li {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255,255,255,0.75);
    margin: 0 0 10px;
    padding: 0;
}
body.orbit #main-content ul li::before {
    content: '❑';
    color: #54EBB5;
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    vertical-align: top;
}

body.orbit hr,
body.orbit .et_pb_divider {
    border: none;
    height: 1px;
    margin: 25px 0 30px;
    padding: 0;
    background: rgba(255,255,255,0.06);
}
body.orbit blockquote {
    border: none;
    border-left: 1px solid #ccc;
    position: relative;
    padding-left: 30px;
}
body.orbit blockquote p {

}

body.orbit .blurb-title-link {
    line-height: 18px;
    margin-bottom: 10px;
}

body.orbit .blurb-title-fancy {
    font-family: lato, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 30px;
    margin: 0 0 10px;
}

body.orbit .blurb-title-simple {
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2.4px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
}


/*  BUTTON STYLES   */

body.mce-content-body .cta-button,
body.orbit .cta-button,
body.orbit .nf-field-element input[type=button] {
    display: inline-block;
    margin-top: 10px;
    background-image: linear-gradient(-45deg, #0F8CBC 0%, #6AC9CD 100%);
    font-family: poppins, sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #0E122F;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 32px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none !important;
    border-radius: 0px !important;
}
body.mce-content-body .cta-button:hover,
body.orbit .cta-button:hover,
body.orbit .nf-field-element input[type=button]:hover,
body.mce-content-body .cta-button:focus,
body.orbit .cta-button:focus,
body.orbit .nf-field-element input[type=button]:focus
body.mce-content-body .cta-button:active,
body.orbit .cta-button:active,
body.orbit .nf-field-element input[type=button]:active {
    background-image: linear-gradient(-45deg, #6AC9CD 0%, #6AC9CD 100%);
    cursor: pointer;
}
body.mce-content-body .cta-button-white,
body.orbit .cta-button-white {
    display: inline-block;
    margin-top: 10px;
    background: #0E122F;
    font-family: poppins, sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 32px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none !important;
    border-radius: 0px !important;
}
body.mce-content-body .cta-button-white:hover,
body.orbit .cta-button-white:hover,
body.mce-content-body .cta-button-white:focus,
body.orbit .cta-button-white:focus,
body.mce-content-body .cta-button-white:active,
body.orbit .cta-button-white:active {
    background:  #fff;
    color: #0E122F;
    cursor: pointer;
}
body.mce-content-body .cta-button-reverse,
body.orbit .cta-button-reverse {
    display: inline-block;
    margin-top: 10px;
    background: transparent;
    font-family: poppins, sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 32px;
    background-image: linear-gradient(-45deg, transparent 0%, transparent 100%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(-45deg, #0F8CBC, #6AC9CD) 1;
    position: relative;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
body.mce-content-body .cta-button-reverse:hover,
body.orbit .cta-button-reverse:hover,
body.mce-content-body .cta-button-reverse:focus,
body.orbit .cta-button-reverse:focus,
body.mce-content-body .cta-button-reverse:active,
body.orbit .cta-button-reverse:active {
    background-image: linear-gradient(-45deg, #0F8CBC 0%, #6AC9CD 100%);
    cursor: pointer;
}
.cta-link {
    margin-top: 10px;
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    color: #6AC9CD;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;

}
.cta-link:hover, .cta-link:focus,.cta-link:active {
    color: #0F8CBC;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cta-link.light:hover, .cta-link.light:focus,.cta-link.light:active {
    color: #0E122F !important;
}
.cta-link::after {
    content: '›';
    position: relative;
    margin-left: 6px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
}
.cta-link:hover::after,.cta-link:focus::after, .cta-link:active::after  {
    margin-left: 10px;
}
.et_pb_bg_layout_light .cta-link {
    margin-top: 10px;
    font-family: poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.et_pb_bg_layout_light .cta-link:hover,
.et_pb_bg_layout_light .cta-link:focus,
.et_pb_bg_layout_light .cta-link:active {
    color: #0F8CBC;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.et_pb_bg_layout_light .cta-link::after {
    content: '›';
    position: relative;
    margin-left: 6px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
}
.et_pb_bg_layout_light .cta-link:hover::after,
.et_pb_bg_layout_light .cta-link:focus::after,
.et_pb_bg_layout_light .cta-link:active::after {
    margin-left: 10px;
}

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

    ACCESSIBILITY STYLES

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

.keyboard-outline {
    outline-color: #54EBB5 !important;
}

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

    HEADER STYLES

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

#logo {
    max-height: 80% !important;
}

#top-header a {
    font-size: 14px;
    color: rgb(255 255 255 / 75%);
}
#top-header a:hover,
#top-header a:focus,
#top-header a:active,
#et-secondary-nav li.current-menu-item > a {
    color: #54EBB5;
}
#top-header .container {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 4px;
    padding-top: 14px;
}

body.orbit #main-header #et-top-navigation nav#top-menu-nav ul#top-menu li.menu-item a {
    padding: 50px 0;
}
body.orbit #main-header #et-top-navigation nav#top-menu-nav ul#top-menu li.menu-item.menu-item-has-children a::after {
    top: 50px;
}

/* Mega Menu */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
    padding: 0 0 0 10px !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: block !important;
    margin-top: -110px;
    z-index: -1 !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    top: 20px;
    float: none;
    left: calc(50% - 15px);
    opacity: 1;
    color: #54ebb5 !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 20px !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item a.mega-menu-link:before {
    color: #54ebb5 !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
    color: #fff;
}
.mega-menu-title::after {
    content: '›';
    position: relative;
    margin-left: 4px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
    vertical-align: text-bottom;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.mega-menu-title:hover::after,
.mega-menu-title:focus::after,
.mega-menu-title:active::after {
    margin-left: 6px;
}
#default_nav_container {
    display: none;
}

/* Search Styles */

#et_search_icon:before {
    color: #fff;
    margin-top: 20px;
}
.et-search-form input,
span.et_close_search_field:after {
    color: #fff;
}
.et-search-form input {
    width: 670px !important;
    background-color: #0E122F!important;
    padding: 0 10px;
}

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

    FOOTER STYLES

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


.footer-widget li.footer-pre-title {
    font-family: poppins,sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,1)!important;
    letter-spacing: 2px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
    opacity: 1 !important;
}
.footer-widget li {
    opacity: 0.6;
}

#footer-widgets h3 {
    color: #fff;
}
#footer-widgets h4 {
    color: #fff !important;
}
#footer-widgets {
    padding: 140px 0 120px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
#footer-widgets .footer-widget li {
    padding-top: 4px;
}
#footer-widgets .footer-widget li::after {
    content: '›';
    margin-left: 6px;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
    position: relative;
}
.footer-credits-menu {
    width: 50%;
    display: contents;
}
#footer-info {
    font-size: 14px;
    margin: 3px 0 20px 0;
}
#footer-bottom {
    background-color: rgb(0 0 0 / 0%);
    padding: 20px 0 5px;
}

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

/* Copyright */
body.orbit #main-footer #footer-bottom .footer-credits-menu #footer-info {
    padding: 0 22px 0 0;
    color: rgba(255,255,255,0.5);
    font-weight: 600;
}
@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*/
    }
}

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

    MODULE STYLES

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


/*  VIDEO MODULE  */
.et_pb_video_play:before {
    font-family: 'ETmodules';
    content: "\e04e";
    background: linear-gradient(-45deg, #0F8CBC 0%, #6AC9CD 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}
.et_pb_video_overlay .et_pb_video_play:hover,
.et_pb_video_overlay .et_pb_video_play:focus,
.et_pb_video_overlay .et_pb_video_play:active {
    text-decoration: none!important;
}
.et_pb_video_1 .et_pb_video_overlay .et_pb_video_play {
    color: #6AC9CD;
}

/*  NUMBER COUNTER MODULE  */
.et_pb_number_counter .percent p {
    font-family: lato, sans-serif;
    font-size: 72px;
    font-weight: 800;
    font-style: italic;
    background: linear-gradient(-45deg, #0F8CBC 0%, #6AC9CD 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*  BLURB MODULE  */
.et-pb-icon {
    font-size: 54px;
    background: linear-gradient(-45deg, #0F8CBC 0%, #6AC9CD 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* PORTFOLIO MODULE  */
/*porfolio image aspect ratio square 1:1*/

.et_portfolio_image {
    padding-top: 100%;
    display: block;
}

.et_portfolio_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
    padding-top: 1px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:before {
    display: none !important;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    border-radius: 0;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    color: rgb(255 255 255 / 70%);
    border: none;
    margin: -1px 4px 0 0;
    background-color: rgb(255 255 255 / 6%);
    text-decoration: none;
    border-bottom: 2px solid rgb(255 255 255 / 0%);
    padding: 10px 16px;
    font-size: 16px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:focus,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:active {
    color: #54EBB5;
    background-color: rgb(255 255 255 / 6%);
    border-bottom: 2px solid #fff;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    color: #fff;
    background-color: rgb(255 255 255 / 6%);
    border-bottom: 2px solid #fff;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination {
    border-top: 1px solid rgb(255 255 255 / 6%);
}

/* SITEMAP */
#wpseo_sitemap div {
    min-width: 200px;
    max-width: 1080px;
    margin: auto;
}
#wpseo_sitemap h3 {
    color: #fff;
}
.html_sitemap li a {
    color: #54EBB5;
}
.html_sitemap li a:hover,
.html_sitemap li a:focus,
.html_sitemap li a:active {
    color: #0F8CBC;
}

/* SEARCH RESULTS */
.excerpt_part {
    color: #fff;
}

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

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

/* ARCHIVE STYLES  */
#sidebar {
    display: none;
}
#main-content {
    background-color: #0E122F!important;
}
body.orbit .post-wrapper-global article {
    background: transparent;
    background-color: rgba(255,255,255,0.04);
    border: none;
    border-radius: 0 0 0 40px;
}
body.orbit .post-wrapper-global article .post-data .entry-title {
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}
#left-area .post-meta a {
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(255,255,255,0.5)!important;
    letter-spacing: 1px;
    font-style: normal;
}
#left-area .post-meta a:hover,
#left-area .post-meta a:focus,
#left-area .post-meta a:active {
    color: #0F8CBC;
}
body.orbit .post-wrapper-global article .post-data p:not(.post-meta) {
    display: none;
}

/* POST STYLES  */
body.orbit.single-post #left-area {
    max-width: 1080px;
    margin: auto;
}
body.orbit.single-post #left-area h1.entry-title,
body.orbit.single-post #left-area h2,
body.orbit.single-post #left-area h3,
body.orbit.single-post #left-area h4,
body.orbit.single-post #left-area h5,
body.orbit.single-post #left-area h6 {
    color: #fff;
}
.et_pb_post h1.entry-title,
.et_pb_post .post-meta {
    text-align: center;
}
.et_pb_post .entry-content {
    padding-top: 30px;
}

.et_pb_post a img {
    width: 100%;
}

body.orbit.single-post #left-area p {
    color: rgba(255,255,255,.75)!important;
}

/* Blog Feed on Homepage  */
.et_pb_blog_0 .et_pb_blog_grid .et_pb_post {
    top: 0;
    position: relative;
    transition: 0.3s ease all;
}
.et_pb_blog_0 .et_pb_blog_grid .et_pb_post:hover,
.et_pb_blog_0 .et_pb_blog_grid .et_pb_post:focus,
.et_pb_blog_0 .et_pb_blog_grid .et_pb_post:active {
    top: -5px;
}
.et_pb_blog_grid .et_pb_post {
    text-align: center;
}
.pagination {
    padding: 80px 0;
}
.pagination a {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 12px 32px!important;
    text-decoration: none;
    background-image: linear-gradient(
            -45deg,#0F8CBC 0%,#6AC9CD 100%);
    font-family: poppins,sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #0E122F;
    transition: ease all 0.3s;
}
.pagination a:hover,
.pagination a:focus,
.pagination a:focus {
    background-image: linear-gradient(-45deg,#fff 0%,#fff 100%)!important;
    cursor: pointer;
}



/* Ninja Forms */
body.orbit .nf-form-cont {
    max-width: 700px !important;
}




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

    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,133,204, .92);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.oms-overlay-dark::before {
    content: '';
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.oms-overlay-hero::before {
    content: '';
    background-image: linear-gradient(180deg, rgba(14,18,47,0) 85%, rgba(14,18,47,1) 100%);
    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) {
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-btn a {
        margin: 20px 0 20px 20px!important;
        height: 60px !important;
        background: transparent;
        font-family: poppins, sans-serif !important;
        font-weight: 800 !important;
        font-size: 20px !important;
        line-height: 28px !important;
        color: #fff !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        padding: 12px 32px !important;
        background-image: linear-gradient(-45deg, transparent 0%, transparent 100%) !important;
        border-width: 3px !important;
        border-style: solid !important;
        border-image: linear-gradient(-45deg, #0F8CBC, #6AC9CD) 1 !important;
        position: relative;
        top: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-btn a:hover,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-btn a:focus,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-btn a:active {
        background-image: linear-gradient(-45deg, #0F8CBC 0%, #6AC9CD 100%) !important;
        cursor: pointer;
    }
    li .mega-menu-btn > .mega-menu-link .mega-current-menu-item a {
        color: #fff;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item.mega-menu-btn > a.mega-menu-link {
        background-image: linear-gradient(-45deg, #0F8CBC 0%, #6AC9CD 100%) !important;
    }

    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
        color: #54ebb5;
    }
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #fff;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0 20px 0 20px;
}


/* SMALL AND MEDIUM DESKTOP Styles */
@media all and (min-width: 1029px) and (max-width: 1223px) {
    #et-top-navigation {
        padding-left: 100px !important;
    }
    #logo {
        max-height: 65%!important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px !important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-btn a {
        margin: 20px 0 20px 10px!important;
        height: 60px!important;
        background: transparent;
        font-family: poppins,sans-serif!important;
        font-weight: 800!important;
        font-size: 18px!important;
        padding: 12px 20px!important;
    }
}

/* TABLET ONLY Styles */
@media all and (min-width: 981px) and (max-width: 1030px) {
    #et-top-navigation {
        padding-left: 100px !important;
    }
    #logo {
        max-height: 55%!important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px !important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-btn a {
        margin: 20px 0 20px 10px!important;
        height: 60px!important;
        background: transparent;
        font-family: poppins,sans-serif!important;
        font-weight: 800!important;
        font-size: 18px!important;
        padding: 12px 20px!important;
    }
}

/* MOBILE ONLY Styles */
@media all and (max-width: 767px) {
    body.orbit p, body.orbit li {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }
    body.orbit p.intro {
        font-size: 22px;
    }
    body.orbit h1 {
        font-size: 40px;
        line-height: 1.4;
    }
    body.orbit h2 {
        font-size: 32px;
        line-height: 1.2;
    }
    body.orbit h3 {
        font-size: 26px;
        line-height: 1.4;
    }
    body.orbit h4, body.orbit p.pre-title {
        font-size: 14px;
        line-height: 20px;
    }
    .et_pb_number_counter .percent p {
        font-size: 54px !important;
        line-height: 90px !important;
    }
    .et-search-form input {
        width: 320px!important;
        background-color: #0E122F!important;
    }
}

/* MOBILE AND TABLET Styles */
@media all and (max-width: 980px) {
    #et_search_icon:before {
        background: linear-gradient(-45deg,#0F8CBC 0%,#6AC9CD 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 0px;
    }
    .oms-tabletMobile-hide {
        display: none;
    }
    #mega-menu-wrap-primary-menu {
        display: none !important;
    }
    #et_mobile_nav_menu .mobile_nav .mobile_menu_bar .bar {
        background-image: linear-gradient(-45deg,#0F8CBC 0%,#6AC9CD 100%) !important;
    }
    #et_mobile_nav_menu .et_mobile_menu .menu-item-has-children .caret::before {
        content: '\f067' !important;
        font-size: 14px !important;
        background: linear-gradient(-45deg,#0F8CBC 0%,#6AC9CD 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .et_mobile_menu {
        border-top: none;
        background-color: #080c25 !important;
    }
    body.orbit #main-header #et-top-navigation #et_mobile_nav_menu .et_mobile_menu li.menu-item-has-children.current-menu-item>a {
        color: #54ebb5;
    }
    #footer-info {
        padding: 0 !important;
        margin: 0 !important;
    }
    #footer-bottom {
        padding: 20px 0 20px;
    }
    #footer-bottom ul.et-social-icons li:first-child {
        margin-left: 0px;
    }
    .bottom-nav {
        padding: 0 0 15px;
    }
    .bottom-nav li:last-child {
        padding-right: 0;
    }
    #footer-widgets {
        padding: 140px 0 40px;
    }
    .footer-credits-menu {
        width: 100%;
        display: grid;
    }
    .footer-widget:first-child {
        width: 100% !important;
    }
    #footer-widgets .footer-widget:nth-child(2n) {
        margin-bottom: 20px !important;
    }
    .footer-widget .textwidget {
        text-align: center;
    }
}