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

Fonts added:
font-family: canada-type-gibson, sans-serif;
font-family: "FrutigerLTPro-LightCn", 'trebuchet ms', arial, sans-serif;
font-family: "FrutigerLTStd-Cn", 'trebuchet ms', arial, sans-serif;
font-family: "FrutigerLTPro-BoldCn", 'trebuchet ms', arial, sans-serif;

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


.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 li {
    color: rgba(255,255,255,0.9) !important;
}
et_pb_bg_layout_dark p.intro {
    color: rgba(255,255,255,1) !important;
}
.et_pb_bg_layout_dark p.pre-title {
    color: rgba(255,255,255,0.5) !important;
}

.et_pb_bg_layout_dark a,
.et_pb_bg_layout_dark a.cta-link {
    color: #ff8411 !important;
}
h1 a, h2 a, h3 a, h5 a, h6 a {
    color: #DF7A1C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #73AFB6;
}

body.orbit h1,
body.orbit h2,
body.orbit h3,
body.orbit h5,
body.orbit h6 {
    font-family: "FrutigerLTPro-BoldCn", 'trebuchet ms', arial, sans-serif;
    color: #18355E;
}
body.orbit {
    font-family: "FrutigerLTStd-Cn", 'trebuchet ms', arial, sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
}
body.orbit p, body.orbit #main-content li {
    font-family: "FrutigerLTStd-Cn", 'trebuchet ms', arial, sans-serif;
    font-size: 20px;
    color: #66758A;
    line-height: 1.6em;
    font-weight: 300;
}

body.orbit p a, body.orbit #main-content li a {
    color: #DF7A1C;
    font-weight:500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

body.orbit p a:hover, body.orbit #main-content li a:hover {
    color: #73AFB6;
}
body.orbit p {
    margin: 0 0 20px;
    padding: 0;
}
body.orbit p.intro {
    font-family: "FrutigerLTStd-Cn", 'trebuchet ms', arial, sans-serif;
    line-height: 1.3em;
    margin: 0 0 20px;
    font-size: 28px;
    color: #465D7E;
    letter-spacing: -0.3px;
    font-weight: 300;
}
body.orbit p.pre-title, body.orbit h4 {
    font-family: "FrutigerLTPro-BoldCn", 'trebuchet ms', arial, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: rgba(75,86,87,0.8);
}
h4 a:after {
    content: '›';
    position: relative;
    margin-left: 6px;
    opacity: 0.88;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
}
h4 a:hover:after {
    color: #73AFB6;
    margin-left: 10px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
body.orbit h1 {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: -1px;
    margin: 0 0 15px;
    padding: 0;
}
body.orbit h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 25px;
    padding: 0;
    letter-spacing: -1px;
}

body.orbit h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px;
    padding: 0;
    letter-spacing: -0.5px;
}
body.orbit h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 15px;
    padding: 0;
    letter-spacing: -0.7px;
}
body.orbit h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 15px;
    padding: 0;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
body.orbit #main-content ul {
    margin: 0;
    padding: 10px 0 20px 25px;
}
body.orbit #main-content li {
    margin: 0 0 15px;
    padding: 0;
}
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,
.field-wrap input[type=submit] {
    display: inline-block;
    margin-top: 20px;
    color: #fff !important;
    text-decoration: none;
    padding: 14px 22px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #DF7A1C;
    border: 1px solid rgba(255,255,255,0.40);
    box-shadow: 0 0 0 6px #DF7A1C;
    border-radius: 0;
    font-family: "FrutigerLTPro-BoldCn", 'trebuchet ms', arial, sans-serif;
}
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 {
    background: #73AFB6;
    border: 1px solid rgba(255,255,255,0.40);
    box-shadow: 0 0 0 6px #73AFB6;
    cursor: pointer;
    border-radius: 0;
}
body.mce-content-body .cta-button-reverse,
body.orbit .cta-button-reverse {
    font-family: "FrutigerLTPro-BoldCn", 'trebuchet ms', arial, sans-serif;
    display: inline-block;
    margin-top: 20px;
    color: #fff !important;
    text-decoration: none;
    padding: 14px 22px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #73AFB6;
    border: 1px solid rgba(255,255,255,0.40);
    box-shadow: 0 0 0 6px #73AFB6;
}
body.mce-content-body .cta-button-reverse:hover,
body.orbit .cta-button-reverse:hover {
    background: #DF7A1C;
    border: 1px solid rgba(255,255,255,0.40);
    box-shadow: 0 0 0 6px #DF7A1C;
    cursor: pointer;
}

.cta-link {
    font-family: "FrutigerLTPro-BoldCn", 'trebuchet ms', arial, sans-serif;
    opacity: 0.88;
    font-size: 22px;
    color: #DF7A1C;
    line-height: 1.6em;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none !important;
    letter-spacing: -0.2px;
}

.cta-link::after {
    content: '›';
    position: relative;
    margin-left: 6px;
    opacity: 0.88;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
}
.cta-link:hover {
    opacity: 1;
    color: #73AFB6;
}
.cta-link:hover:after {
    color: #73AFB6;
    margin-left: 10px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


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

    HEADER STYLES

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

#et-top-navigation {
    font-weight: 400;
}
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;
    float: left;
    left: calc(50% - 10px);
    opacity: 0.25;
}
#top-header a, #et-secondary-nav li li a {
    font-weight: 400;
    font-size: 15px !important;
    text-decoration: none;
}
#top-header a:hover {
    color: #5C8727;
}
#et-secondary-nav ul li a:hover {
    background-color: transparent;
}
#et-secondary-nav .menu-item-has-children > a:first-child:after {
    font-size: 14px;
    opacity: 0.4;
}
#top-menu {
    padding: 23px 0;
}
#top-menu li {
    padding-right: 30px;
}
#top-menu li a {
    font-family: "FrutigerLTStd-Cn", 'trebuchet ms', arial, sans-serif;
    font-size: 20px;
}
#top-menu li a:hover,
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a  {
    color: #5C8727 !important;
}
body.orbit #main-header #et-top-navigation nav#top-menu-nav ul#top-menu li.menu-item.menu-item-has-children a {
    padding-right: 0px;
}

#main-header {
    box-shadow: none;
}

#top-header .container {
    border-bottom: 1px solid rgba(178,204,208,0.18);
}

ul#top-menu li.menu-item>ul.sub-menu li a {
    opacity: 0.8;
    font-size: 15px;
}

.nav ul li a:hover {
    background-color: transparent;
    opacity: 1;
}

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

    SECTION STYLES

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

.et_pb_section {
    border: 10px solid white;
    border-bottom: none;
}

/* TRANSITION BLOCKS  */
/*.et_pb_section {
    margin-top: -10px;
}*/

.et_pb_section + .et_pb_section.transition-block {
    margin-top: -10px;
}
.et_pb_section.transition-block {
    border:  none;
    border-left: 10px solid white;
    border-right: 10px solid white;
}
.et_pb_row.transition-block {
    border: 10px solid white;
    max-width: 1200px;
}

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

    MODULE STYLES

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

.et_pb_video_play:before {
    font-family: 'ETmodules';
    content: "\e04e";
}
.et_pb_video_play:hover {
    text-decoration: none;
    color: #73AFB6!important;
}

.et_pb_section.footer-block {
    border: none;
    border-top: 10px solid #fff !important;
    z-index: 1;
}

/* Post Meta */
.et_pb_post .post-meta a {
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

/* Ninja Forms */
body.orbit .nf-form-cont {
    margin-top: 60px;
}
#nf-form-2-cont .ninja-forms-form-wrap nf-fields-wrap {
    display: inline-flex;
}
body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field input#nf-field-8 {
    background: rgb(255 255 255);
    border: none;
    max-width: 280px;
    padding: 25.2px;
}
#nf-field-9 {
    display: inline-block;
    color: #fff!important;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.6px;
    position: relative;
    top: -14px;
    left: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #DF7A1C;
    border: 1px solid rgba(255,255,255,0.40);
    box-shadow: 0 0 0 6px #df7a1c;
}
#nf-field-9:hover {
    background: #73AFB6;
    border: 1px solid rgba(255,255,255,0.40);
    box-shadow: 0 0 0 6px #73AFB6;
    cursor: pointer;
}
body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field .nf-field-container {
    margin-bottom: 0;
}


/*  Contact Form  */
body.orbit .ninja-forms-form-wrap nf-fields-wrap nf-field .nf-field-label label {
    text-transform: none;
}
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,
body.orbit .ninja-forms-form-wrap .nf-field-element select {
    background: #f8f8f8;
    border: #e9e9e9 solid 2px;
}
body.orbit .ninja-forms-form-wrap .nf-field-element select {
    height: 50px;
}

/* Table Styles */
.entry-content tr td {
    color:#66758A;
}
.entry-content tr th {
    background:#B2CCD0;
    border: 1px solid #B2CCD0;
    color: #18355E;
    font-weight: 600;
    padding-top: 14px;
}
tr:nth-child(even){
    background-color: #f8f8f8;
}

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

    FOOTER STYLES

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

body.orbit #footer-widgets h3 {
    color: #fff;
}
body.orbit #footer-widgets h4 {
    color: #fff !important;
}
body.orbit #footer-widgets {
    padding: 100px 0;
}

.et_pb_widget .textwidget p {
    color: rgba(255,255,255,0.5);
}
body.orbit #footer-widgets .footer-widget li:before {
    display: none;
}
body.orbit #footer-widgets .footer-widget li a {
    color: rgba(255,255,255,1);
    opacity: 0.8;
    font-size: 18px;
}
body.orbit #footer-widgets .footer-widget li a:hover {
    color: #6bd4e0 !important;
    opacity: 1;
}
body.orbit #footer-widgets .footer-widget a,
body.orbit #footer-widgets .footer-widget li a {
    color: #fff;
}
body.orbit #footer-widgets .footer-widget li {
    padding-left: 0;
}
body.orbit .footer-widget .et_pb_widget ul.sub-menu {
    opacity: 0.5;
    padding: 10px 0;
}
body.orbit #footer-widgets .footer-widget li a:after {
    content: '›';
    position: relative;
    margin-left: 6px;
    opacity: 0.88;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
}
body.orbit #footer-widgets .footer-widget li a:hover:after {
    color: #73AFB6;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}



/* Bottom left footer nav */
body.orbit ul#menu-footer-bottom-left-nav {
    display: inline;
}
body.orbit #footer-bottom {
    padding: 25px 0 5px;
}
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: 300;
    font-size: 14px;
}

.bottom-nav li {
    font-weight: 300;
}
#footer-bottom ul.et-social-icons li a {
    color: rgba(255,255,255,0.5);
}

@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_post h5.entry-title:after {
    color: #DF7A1C;
    content: '›';
    position: relative;
    margin-left: 6px;
    opacity: 0.88;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
}

body.orbit.blog #content-area #sidebar,
body.orbit.category #content-area #sidebar,
body.orbit.archive #content-area #sidebar,
body.orbit.author #content-area #sidebar {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
}
body.orbit.blog #content-area #sidebar ul.categories,
body.orbit.category #content-area #sidebar ul.categories,
body.orbit.archive #content-area #sidebar ul.categories,
body.orbit.author #content-area #sidebar ul.categories {
    display: inline-flex;
}
#sidebar li, #sidebar li a {
    font-weight: 400;
    padding: 0 10px;
    text-decoration: none;
}
body.orbit.blog #content-area #left-area,
body.orbit.category #content-area #left-area,
body.orbit.archive #content-area #left-area,
body.orbit.author #content-area #left-area {
    margin-right: 0;
    margin-top: 8%;
}

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

body.orbit .et_pb_blog_grid_wrapper .et_pb_blog_grid article .post-meta {
    margin-bottom: 10px;

}

.et_pb_post .post-meta a {
    font-weight: 400;
    letter-spacing: 2px;
    color: #aaa !important;
    font-style: normal;
    text-transform: uppercase;
}

body.orbit .post-wrapper-global article .post-data {
    padding: 0;
}
body.orbit .post-wrapper-global article:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -3px;
}
body.orbit .post-wrapper-global article .post-data p:not(.post-meta) {
    display: none;
}

.et_pb_blog_grid .et_pb_post {
    padding: 0;
}
.et_pb_blog_grid .post-content {
    display: none;
}
.et_pb_blog_grid .et_pb_image_container {
    margin: 0 !important;
}

body.orbit.single-post #sidebar {
    display: none;
}
body.orbit.single-post #left-area {
    margin-right: 0;
    max-width: 800px;
}
.single .et_pb_post h1, .single .et_pb_post .post-meta {
    text-align: center;
}
.single .et_pb_post .post-meta {
    order: 0;
    padding-bottom: 10px;
}
.single .et_pb_post h1 {
    order: 1;
    margin: 0 0 40px;
}
.single .et_pb_post .featured-image-wrap {
    order: 2;
}
body.orbit.single-post.et_pb_pagebuilder_layout .et_post_meta_wrapper {
    display: inline-grid;
}

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

    CUSTOM CLASSES

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

/* Video Icon  */

.video-bio .et_pb_module_header::after {
    content: '\f144';
    font-family: FontAwesome;
    font-size: 18px;
    vertical-align: top;
    position: relative;
    margin-left: 6px;
    opacity: 0.88;
    display: inline; /* Keeps › on same line as last word to avoid hanging › */
}

/* Video Play / Pause Toggle */
/***** Added for Accessibility *****/
body.orbit .et_pb_section_video #oms-video-toggle {
    color: white;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    text-shadow: 0.2em 0.1em 0.4em rgba(0,0,0,0.35);
    width: 70px;
    height: 44px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
    opacity: .7;
    background-image: url(/wp-content/uploads/2021/10/pause-solid.svg);
    background-size: 20px;
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .3s;
}

body.orbit .et_pb_section_video #oms-video-toggle.pause {
    background-image: url(/wp-content/uploads/2021/10/play-solid.svg) !important;
}

body.orbit .et_pb_section_video #oms-video-toggle:hover {
    opacity: 1;
    transition: all .3s;
}

@media all and (max-width: 980px) {
    body.orbit .et_pb_section_video #oms-video-toggle {
        display: none;
    }
}

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

/* 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: "FrutigerLTPro-BoldCn", 'trebuchet ms', arial, sans-serif;
        margin: 0 0 0 10px;
        color: #fff !important;
        text-decoration: none;
        padding: 16px 20px!important;
        font-size: 18px;
        font-weight: 500;
        position: relative;
        top: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background: #DF7A1C;
        border: 1px solid rgba(255,255,255,0.40);
        box-shadow: 0 0 0 6px #DF7A1C;
    }
    #top-menu > .menu-btn a:hover {
        background: #73AFB6;
        border: 1px solid rgba(255,255,255,0.40);
        box-shadow: 0 0 0 6px #73AFB6;
        cursor: pointer;
    }

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

@media (min-width: 1140px) and (max-width: 1289px) {
    .et_pb_svg_logo #logo {
        height: 40%;
    }
    #top-menu li a {
        font-size: 18px;
    }
    #top-menu li {
        padding-right: 20px;
    }
}

@media (min-width: 1020px) and (max-width: 1139px) {
    .et_pb_svg_logo #logo {
        height: 40%;
    }
    #top-menu li {
        padding-right: 20px;
    }
    #top-menu li a {
        font-size: 16px !important;
    }
    #top-menu>.menu-btn a {
        font-size: 16px !important;
    }
    #et-top-navigation {
        padding-left: 20px !important;
    }
}

@media all and (min-width: 981px) and (max-width: 1019px) {
    .et_pb_svg_logo #logo {
        height: 40%;
    }
    #top-menu li {
        padding-right: 12px;
    }
    #top-menu li a {
        font-size: 16px !important;
    }
    #top-menu>.menu-btn a {
        font-size: 16px !important;
        margin: 0 0 0 6px;
        padding: 16px 16px!important;

    }
    #et-top-navigation {
        padding-left: 240px !important;
    }
}

@media (min-width: 981px) and (max-width: 1099px) {
    body.orbit #main-footer #footer-widgets .footer-widget:last-child {
        width: 25% !important;
    }
}


/* MOBILE ONLY Styles */
@media all and (max-width: 767px) {
    body.orbit p {
        font-size: 15px;
    }
    body.orbit p.intro {
        font-size: 20px;
    }
    body.orbit h1 {
        font-size: 35px;
    }
    body.orbit h2 {
        font-size: 28px;
    }
    #footer-widgets {
        text-align: center;
    }
    #footer-widgets .footer-widget:nth-child(n),
    .footer-widget .fwidget {
        margin: auto;
        width: 100%;
    }
}

/* MOBILE AND TABLET Styles */
@media all and (max-width: 980px) {
    .oms-tabletMobile-hide {
        display: none;
    }
    body.orbit #main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar .bar {
        background-color: #DF7A1C;
    }
    body.orbit.blog #content-area #sidebar ul.categories,
    body.orbit.category #content-area #sidebar ul.categories,
    body.orbit.archive #content-area #sidebar ul.categories,
    body.orbit.author #content-area #sidebar ul.categories {
        display: block;
    }
    body.orbit #sidebar {
        background-color: #fff;
    }

}