/* 
 Theme Name:     Fuse
 Author:         Webstract
 Author URI:     https://www.webstract.com/
 Template:       Divi
 Version:        4.9
*/ 

/* ----------- Formstack CSS Classes ------------------------------------------------------------------------ */
/* https://help.formstack.com/hc/en-us/articles/360019519891-Custom-Form-Themes-and-CSS --------------------- */
/* ---------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- 
    GENERAL
------------------------------------------------------------------------- */

a:hover {
    text-decoration: underline;
}
.et_pb_button:hover, 
.et_pb_menu a:hover {
    text-decoration: none;
}

.et_pb_column {
    min-height: auto;
}

/* ------------------------------------------------------------------------- 
    TYPOGRAPHY
------------------------------------------------------------------------- */

/*

Target all page types, EXCEPT homepage
If Divi is ON we use Divi to style the pages
If Divi is OFF (as shown below) we need to provide basic styles

*/

.fuse-divi-off #main-content h2,
.fuse-divi-inactive #main-content h2 {
    font-size: 36px;
    line-height: 46px;
}
.fuse-divi-off #main-content h3,
.fuse-divi-inactive #main-content h3 {
    font-size: 28px;
    line-height: 38px;
}
.fuse-divi-off #main-content h4,
.fuse-divi-inactive #main-content h4 {
    font-size: 23px;
    line-height: 33px;
}
.fuse-divi-off #main-content h5,
.fuse-divi-inactive #main-content h5 {
    font-size: 18px;
    line-height: 28px;
}
.fuse-divi-off #main-content h6,
.fuse-divi-inactive #main-content h6 {
    font-size: 16px;
    line-height: 26px;
}
.fuse-divi-off #main-content h2,
.fuse-divi-off #main-content h3,
.fuse-divi-off #main-content h4,
.fuse-divi-off #main-content h5,
.fuse-divi-off #main-content h6,
.fuse-divi-inactive #main-content h2,
.fuse-divi-inactive #main-content h3,
.fuse-divi-inactive #main-content h4,
.fuse-divi-inactive #main-content h5,
.fuse-divi-inactive #main-content h6 {
    font-weight: bold;
    margin-top: 10px;
}

.fuse-divi-off #main-content p,
.fuse-divi-inactive #main-content p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
}

/* setup the sidebar headings to be consistent for all pages */

#main-content h4.widgettitle {
    font-weight: bold;
    margin-top: 10px;
    font-size: 23px;
    line-height: 1.4em;
}

/* inner pages menu */

.entry-content .et_pb_menu ul {
    list-style: none;
    padding-left: 0;
}

/* -------------------------------------------------------------------------
    BASIC PAGE / FUSE PAGE 
------------------------------------------------------------------------- */

.main-section {
    padding-top: 58px !important;
    padding-bottom: 0 !important;
}
.left-content h1 {
    margin-bottom: 20px;
}
.et_pb_sidebar_0 .et_pb_widget {
    margin-bottom: 30px !important;
    float: none;
}
#main-content .container:before {
    display: none;
}
.left-content {
    width: 77.25% !important;
    padding-right: 3%;
    margin-right: 0 !important;
}
.left-content .et_pb_row_inner:last-child {
    padding-bottom: 0;
}
#page-container #left-area, #page-container .left-content {
    padding-bottom: 50px;
    margin-bottom: 0;
}
.right-content {
    width: 22.75% !important;
    padding-left: 30px;
    padding-bottom: 28px;
    padding-top: 0;
}
.right-content .et_pb_sidebar_0 {
    padding-right: 0;
    border-right: 0;
}
.single-post .entry-content {
    padding-top: 0;
}

/* ------------------------------------------------------------------------- 
    HEADER MENU
------------------------------------------------------------------------- */

/* HEADER DEFAULT */

#et-boc header.et-l .et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end;
    align-items: center;
}

/* FUSE MENU
   This sets the menu to be full-width and each menu item to fill the space accordingly utilizing the 'space-around' flex feature
   This means that if menu items are added or removed the menu will still be full-width and each menu item will fill the space accordingly
*/

#page-container .fuse-menu .et_pb_menu__menu {
    display: block;
}
#page-container .fuse-menu .et_mobile_nav_menu {
    display: none;
}
#page-container .fuse-menu .et_pb_row--with-menu {
    padding: 0 !important;
}
#page-container .fuse-menu .et_pb_menu {
    background: none;
}
#page-container .fuse-menu .et_pb_menu__menu {
    width: 100%;
}
#page-container .fuse-menu .et-menu-nav {
    width: 100%;
    display: block;
}
#page-container .fuse-menu .et-menu {
    display: flex;
    justify-content: space-around;
    margin: 0;
    background: #000;
}
#page-container .fuse-menu .et-menu > .menu-item {
    flex: 1;
    flex-basis: auto;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
#page-container .fuse-menu .et-menu > .menu-item:last-child {
    border-right: 0;
}
#page-container .fuse-menu .et-menu > .menu-item > a {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 20px !important;
    display: block;
}
#page-container .fuse-menu .et-menu > .menu-item.current-menu-item > a {
    background: #222 !important;
}
#page-container .fuse-menu .et-menu > .menu-item > a:hover {
    opacity: 1;
    background: #222;
}
#page-container .fuse-menu .et-menu > .menu-item > a:after {
    position: relative;
    content: "";
    font-family: 'ETmodules';
    font-size: 16px;
    right: 0;
    top: 0;
}
#page-container .fuse-menu .et-menu > .menu-item.menu-item-has-children > a:after {
    content: "3";
}

/* sub menu */

#page-container .fuse-menu .et-menu .menu-item .sub-menu {
    padding: 0;
    top: calc(100% - 0px);
}
#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item {
    width: 100%;
    padding: 0;
}
#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item a {
    margin: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
    opacity: 1;
    color: #000;
}
#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item a:hover {
    color: #222 !important;
}
#page-container .fuse-menu .et-menu .menu-item.menu-item-has-children .sub-menu a:after {
    content: "";
}

/* sub menu 2 */

#page-container .fuse-menu .et-menu .menu-item .sub-menu .sub-menu {
    top: -3px;
}
#page-container .fuse-menu .et-menu .menu-item:last-child a {
    border-right: 0;
}
#page-container .fuse-menu .et-menu-nav {
    position: relative;
}
#page-container .fuse-menu .et-menu.nav .menu-item {
    display: inline-block;
}

/* BORDER STYLE
   This adds a border between each menu item AND a hover/active border for the current menu item
*/

#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item {
    border-right: 3px solid #222;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item > a {
    border-bottom: 3px solid #000;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item.current-menu-item a {
    border-bottom: 3px solid #ccc;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item > a:hover {
    border-bottom: 3px solid #fff;
}

/* ------------------------------------------------------------------------- 
    HEADER (ON SCROLL)
------------------------------------------------------------------------- */

#et-boc header.et-l {
    background: #000;
}
#et-boc header.et-l .et_pb_section_2_tb_header .et_pb_row,
#et-boc header.et-l .et_pb_section_2_tb_header .et_pb_menu__logo img {
    transition: all 0.5s ease;
}
#et-boc header.et-l .has_et_pb_sticky .et_pb_section_2_tb_header .et_pb_row {
    padding: 5px 0 !important;
}
#et-boc header.et-l .has_et_pb_sticky .et_pb_section_2_tb_header .et_pb_menu__logo img {
    width: 140px;
    height: auto;
}

/* ------------------------------------------------------------------------- 
    DISPLAY MOBILE MENU
    Add class 'mobile-menu' to Menu module to show hamburger by default
------------------------------------------------------------------------- */

.et_pb_menu.mobile-menu .et_pb_menu__menu {
    display: none;
}
.et_pb_menu.mobile-menu .et_mobile_nav_menu {
    display: block;
}
.et_pb_menu.mobile-menu .et_pb_menu__wrap {
    margin: 0;
}

/* ------------------------------------------------------------------------- 
    MENU LIST (VERTICAL)
------------------------------------------------------------------------- */

.menu-list .et-menu li {
    display: block !important;
    width: 100%;
}
.menu-list .menu-item-has-children a:after,
.menu-list .menu-item-has-children .sub-menu {
    display: none;
}

/* ------------------------------------------------------------------------- 
    BLOCK LIST
------------------------------------------------------------------------- */

.menu-list.menu-block-list li {
    padding: 0 !important;
}
.menu-list.menu-block-list a {
    display: block;
    padding: 20px !important;
    background: #f9f9f9;
    border: 1px solid #ccc;
    font-size: 16px;
}
.menu-list.menu-block-list a:hover {
    background: #2ea3f2;
    border: 1px solid #2ea3f2;
    color: #fff;
    opacity: 1;
}
.menu-list.menu-block-list .et_pb_menu__menu,
.menu-list.menu-block-list .et-menu-nav,
.menu-list.menu-block-list .et-menu {
    width: 100%;
}

/* ------------------------------------------------------------------------- 
    PAGE TITLE BANNER
------------------------------------------------------------------------- */

.header-img {
    text-align: center;
    padding: 54px 0;
    position: relative;
    background-position: center;
    /* -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover; */
    background-size: 100%;
    background-size: cover;
}
.header-img .main_title {
    font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 90px;
    letter-spacing: 0.05em;
    line-height: 0.9em;
    text-align: center;
    text-shadow: 0em 0.18em 0.27em rgba(0, 0, 0, 0.38);
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.header-img .meta {
    text-align: center;
}

/* ------------------------------------------------------------------------- 
    FORMS
------------------------------------------------------------------------- */

/* FORM DEFAULT */

.fsBody form.fsForm .fsPage {
    padding: 0;
}
.fsBody form.fsForm .fsLabel {
    display: none;
}
.fsBody form.fsForm .fsFieldRow {
    width: 100%;
}
.fsBody form.fsForm .fsFieldRow .fsFieldCell {
    padding: 5px !important;
}
.fsBody form.fsForm .fsFieldRow .fsField {
    width: 100%;
    border: 0 !important;
    background: #ae410e !important;
    padding: 15px !important;
    color: #fff !important;
    font-size: 16px;
}
.fsBody form.fsForm .fsFieldRow .fsField::placeholder {
    color: rgb(255 255 255 / 50%) !important;
}
.fsBody form.fsForm .fsFieldRow .fsField:focus {
    border-color: #000 !important;
}
.fsBody form.fsForm .fsSubmit {
    margin-top: 0 !important;
}
.fsBody form.fsForm .fsSubmit .fsSubmitButton {
    border-width: 8px!important;
    border-color: #D20629;
    border-radius: 0px;
    letter-spacing: 4px;
    font-family: 'Teko',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #D20629;
    padding: 25px 20px 20px 20px !important;
    cursor: pointer;
    color: #fff !important;
    font-size: 18px !important;
    transition: all 300ms ease 0ms;
}
#page-container .fsBody form.fsForm .fsSubmit .fsSubmitButton:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #D20629 !important;
}

/* FORM ONE: Name = 100%, Email and Phone = %50, Message = 100% */

.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(2),
.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(3) {
    width: 50%;
    float: left;
}
.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(4) {
    clear: both;
}

/* FORM TWO: Name, Email, Phone = %33.33, Message = 100% */

.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(1),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(2),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(3) {
    width: 33.33%;
    float: left;
}
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(4) {
    clear: both;
}

/* This is a graphic that appears under a form (we do not need it) */

.stacklock {
    display: none;
}

/* ------------------------------------------------------------------------- 
    SIDEBAR
------------------------------------------------------------------------- */

/* KEEP CONTENT POSITIONED CORRECTLY, DESPITE STICKY SIDEBAR */ 

.has_et_pb_sticky .et_pb_column {
    z-index: 0;
}

/* GENERAL */

#sidebar,
.sidebar {
    border-right: 0;
}
#sidebar ul li a,
.sidebar ul li a {
    display: block;
}
#sidebar ul li a:hover,
.sidebar ul li a:hover {
    color: #000;
}
#sidebar .widget_nav_menu ul li .sub-menu,
.sidebar .widget_nav_menu ul li .sub-menu {
    display: none;
}

/* SIDEBAR TWO */

.fuse-sidebar-two .widgettitle {
    padding: 10px 15px;
    background: #000;
    color: #fff;
}
.fuse-sidebar-two ul li {
    border: 1px solid #ccc;
    border-bottom: 0;
    display: block;
    margin: 0;
}
.fuse-sidebar-two ul li:first-child {
    border-top: 0;
}
.fuse-sidebar-two ul li:last-child {
    border-bottom: 1px solid #ccc;
}
.fuse-sidebar-two ul li a {
    color: #000;
    margin: 0;
}

/* Sidebar Form */

.fuse-sidebar-two .fuse-form {
    background: #eee;
    padding: 10px;
}

/* Sidebar Menu */

.fuse-sidebar-two .widget_nav_menu ul li a {
    padding: 10px;
    background: #f9f9f9;
}
.fuse-sidebar-two .widget_nav_menu ul li.current-menu-item a,
.fuse-sidebar-two .widget_nav_menu ul li.current-menu-item a:hover {
    background: #2ea3f2;
    color: #fff;
}
.fuse-sidebar-two .widget_nav_menu ul li a:hover {
    background: #eee;
    text-decoration: none;
}

/* Sidebar Recent Posts */

.fuse-sidebar-two .widget_recent_entries li {
    padding: 10px;
    background: #f9f9f9;
}

.fuse-sidebar-two .fsBody form.fsForm .fsSubmit {
    margin-bottom: 10px;
}
.fuse-sidebar-two .fsBody form.fsForm .fsSubmit .fsSubmitButton {
    padding: 20px 15px 15px 15px!important;
}

/* SIDEBAR THREE */

.fuse-sidebar-three .fuse-form {
    border: 1px solid #ccc;
    padding: 10px;
}
.fuse-sidebar-three ul li {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.fuse-sidebar-three ul li:hover {
    background: #f9f9f9;
}
.fuse-sidebar-three .widget_nav_menu ul li a:hover {
    text-decoration: none;
}

/* SIDEBAR FOUR */

.fuse-sidebar-four .widgettitle {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #000;
}
.fuse-sidebar-four ul li {
    padding: 10px;
    border-left: 3px solid #fff;
    margin-bottom: 0;
}
.fuse-sidebar-four ul li:hover {
    border-left: 3px solid #ccc;
    background: #f9f9f9;
}
.fuse-sidebar-four .widget_nav_menu ul li a:hover {
    text-decoration: none;
}

/* ------------------------------------------------------------------------- 
    BREADCRUMBS
------------------------------------------------------------------------- */

.home .breadcrumbs {
    border: 0;
    /* clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%); */
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* ------------------------------------------------------------------------- 
    FOOTER
------------------------------------------------------------------------- */

.footer .social-media-icons a {
    color: #fff;
}

.et_pb_row_3_tb_footer .fuse-form {
    display: none;
}

/* ------------------------------------------------------------------------- 
    OVERLAYS
------------------------------------------------------------------------- */

/* Default */

.overlay-container,
.overlay-container .overlay,
.overlay-container .overlay #et-boc,
.overlay-container .overlay #et-boc > div,
.overlay-container .overlay .et_builder_inner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    width: 100%;
    overflow: hidden;
}
.overlay-container .et_pb_section {
    display: block;
    height: auto;
    min-height: auto;
}

/* -------------------------------------------------------------------------
    INLINE CONTENT
    If we add .inline-row to the row, the modules will align themselves
------------------------------------------------------------------------- */

.inline-row .et_pb_button_module_wrapper,
.inline-row .et_pb_image,
.inline-row .et_pb_code,
.inline-row .et_pb_text {
    display: inline-block;
    margin: 0 5px;
}
.inline-row {
    text-align: center;
}
.inline-row.align-center {
    text-align: center !important;
}
.inline-row.align-left {
    text-align: left !important;
}
.inline-row.align-right {
    text-align: right !important;
}

/* ------------------------------------------------------------------------- 
    QUIRKY FIXES
    Odd fixes for misc things
------------------------------------------------------------------------- */

.flex-row.et-last-child:last-child {
    padding-bottom: 27px !important;
}
.flex-row {
    display: flex;
    align-items: center;
}
.hide-h1 {
    display: none;
}

/* ------------------------------------------------------------------------- 
    BAUM SHIPPING
------------------------------------------------------------------------- */

/* menu */

#menu-main-menu .menu-item {
    padding-left: 0;
    padding-right: 0;
}
#menu-main-menu .menu-item a {
    padding: 20px 12px;
}
#menu-main-menu .menu-item-has-children .menu-item a {
    padding: 12px 12px;
}
.et-menu .menu-item-has-children>a:first-child {
    padding-right: 15px !important;
}
#menu-main-menu .menu-item.menu-btn {
    padding-left: 11px
}
#menu-main-menu .menu-item.menu-btn a {
    background: #ff5e14;
    color: #fff !important;
}

#menu-main-menu .menu-item.phone-btn {
    display: none;
}
#menu-main-menu .menu-item.phone-btn a {
    font-weight: 800;
}
.has_et_pb_sticky #menu-main-menu .menu-item.phone-btn {
    display: block;
}
.et_pb_menu .et-menu-nav>ul ul {
    padding: 15px;
}
.et_pb_menu .et-menu-nav>ul ul li, .et_pb_menu .et-menu-nav>ul ul li a {
    width: 100%;
}
.et_pb_menu .et-menu-nav>ul .et_pb_menu_page_id-3638 ul {
    width: 370px;
}
.et_pb_menu .et-menu-nav>ul .et_pb_menu_page_id-3638 ul li, .et_pb_menu .et-menu-nav>ul .et_pb_menu_page_id-3638 ul li a {
    width: 100%;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item.menu-item-has-children a {
    color: #1b1a1a !important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item.menu-item-has-children > a {
    color: #D20629!important;
}

/* quote form */

.quote-form .fsSectionHeader {
    display: none;
}
.quote-form .fsLabel {
    display: block !important;
    color: #fff;
    font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
    font-size: 30px;
}
.quote-form .fsFieldCell {
    margin-bottom: 20px;
}
.quote-form .fsSubField label {
    margin-top: 10px;
}
.quote-form label {
    color: #fff;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
}
.quote-form fieldset label {
    margin-bottom: 0;
}
input.text, 
input.title, 
input[type=email], 
input[type=password], 
input[type=tel], 
input[type=text], 
select, 
textarea {
    border-radius: 0 !important;
    padding: 5px 10px !important;
    border: 2px solid #ccc !important;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px !important;
}
input.text:focus, 
input.title:focus, 
input[type=email]:focus, 
input[type=password]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    border-color: #D20629 !important;
    outline: none !important;
}

/* footer */

.wide-row .et_pb_column:nth-child(1) {
    width: 30%;
}
.wide-row .et_pb_column:nth-child(2) {
    width: 45%;
}
.wide-row .et_pb_column:nth-child(3) {
    width: 15%;
}

.footer-menu-1,
.footer-menu-2 {
    width: 50%;
    float: left;
}
.footer-menu-1 #menu-footer-menu-1 li,
.footer-menu-2 #menu-footer-menu-2 li {
    margin-top: 0;
}

.et_pb_menu_0_tb_footer.et_pb_menu #menu-footer-menu-1 li.current-menu-item a,
.et_pb_menu_0_tb_footer.et_pb_menu #menu-footer-menu-2 li.current-menu-item a {
    color: #fff !important;
}

/* misc */

.inline-buttons .et_pb_button_module_wrapper {
    margin-bottom: 10px !important;
}
.WidgetTitle__Header-sc-c581efe-2.dNtlyB {
    display: none;
}
.thumb-one .et_pb_module_header {
    padding-bottom: 0 !important;
}

/*

parent-pageid-3636 = freight forwarding
parent-pageid-3638 = specialty services

*/

.page-id-3788 .fuse-page-header,
.page-id-3636 .fuse-page-header,
.page-id-3638 .fuse-page-header,
.parent-pageid-3636 .fuse-page-header,
.parent-pageid-3638 .fuse-page-header {
    display: none;
}

.table table {
    background: #fff;
    font-size: 16px;
    border: 0 !important;
}
.table thead {
    background: #D20629;
}
.table thead th {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Teko', Helvetica, Arial, Lucida, sans-serif;
    font-size: 26px;
}
.table tbody tr td:first-child {
    font-weight: bold;
    text-transform: uppercase;
}
.table table th,
.table table td {
    padding: 20px;
}

/*
p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}
p#breadcrumbs:not(.has-background):last-of-type {
    padding-bottom: 0;
}
.header-top p:not(.has-background):last-of-type {
    padding-bottom: 0;
}
*/

.checkmark-blurb .et_pb_blurb_content {
    max-width: 100%;
}

.fuse-page-header {
    display: none;
}

.et_pb_post.hentry .entry-title,
.et_pb_post.hentry .entry-title a {
    font-weight: 500 !important;
    font-size: 45px !important;
    line-height: 1em !important;
    color: #d20629;
}
.et_pb_post.hentry .entry-title a:hover {
    text-decoration: underline;
}
.et_pb_post.hentry .post-meta {
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
    color: #555555;
    font-weight: bold;
    font-size: 14px !important;
}
.et_pb_post.hentry .entry-content h2,
.et_pb_post.hentry .entry-content h3,
.et_pb_post.hentry .entry-content h4,
.et_pb_post.hentry .entry-content h5,
.et_pb_post.hentry .entry-content h6 {
    font-weight: 500 !important;
}

.et_pb_module.dark-inner-page-heading, .et_pb_module.light-inner-page-heading {
    margin-right: 0 !important;
}

.checkmark-blurb .et_pb_blurb_content {
    margin: 0;
}

/* hides the sub menu items on mobile */
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/* adjusts the positioning and the background transparency of the parent menu item on mobile */
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
/* This styles the icon and moves it to the right */
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/* Here you can swap out the actual icons */
#page-container span.menu-closed:before {
    content: "\32";
    display: block;
    color: #000;
    font-size: 16px;
    font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
    content: "\33";
}

/* ------------------------------------------------------------------------- 
    RESPONSIVE
------------------------------------------------------------------------- */

/* FOOTER */

@media only screen and (max-width: 1400px) {

    .footer-section .wide-row .et_pb_column:nth-child(1) {
        width: 40%;
        margin-right: 5%;
    }
    .footer-section .wide-row .et_pb_column:nth-child(2) {
        width: 25%;
        margin-right: 5%;
    }
    .footer-section .wide-row .et_pb_column:nth-child(3) {
        width: 25%;
        margin-right: 0;
    }

    .footer-section .wide-row .menu-list {
        width: 100%;
        margin: 0 !important;
    }
    .footer-section .wide-row .menu-list .menu-item a {
        text-align: left;
    }

    .fuse-scroll .et_pb_menu__wrap .mobile_menu_bar:after {
        content: "(800) 383-3157";
        position: absolute;
        width: 200px;
        right: 0px;
        top: 15px;
        font-weight: bold;
        font-size: 20px;
    }

    .home-highlights .text {
        text-align: center;
        display: block;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1em;
    }
    .home-highlights .bullet {
        display: none;
    }

}

@media only screen and (max-width: 1000px) {

    .footer-section .wide-row .et_pb_column:nth-child(1) {
        width: 45%;
        margin-right: 5%;
    }
    .footer-section .wide-row .et_pb_column:nth-child(2) {
        width: 50%;
        margin-right: 0%;
    }
    .footer-section .wide-row .et_pb_column:nth-child(3) {
        width: 100%;
        margin-right: 0;
    }
    
}

@media only screen and (min-width: 780px) and (max-width: 1400px) {

    .home-main h1 {
        font-size: 70px !important;
        line-height: 70px !important;
    }

}

@media only screen and (max-width: 779px) {

    .home-main h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }

}

@media only screen and (min-width: 769px) and (max-width: 999px) {

    .footer-section .wide-row .et_pb_column .et_pb_divider {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer-section .wide-row .et_pb_column,
    .footer-section .wide-row .et_pb_column h2,
    .footer-section .wide-row .et_pb_column p,
    .footer-section .wide-row .et_pb_column img,
    .footer-section .wide-row .et_pb_column a {
        text-align: left;
    }

    .footer-section .wide-row .et_pb_column .et_pb_button_module_wrapper {
        text-align: left;
    }

    .footer-section .wide-row .et_pb_column .et_pb_icon {
        margin-right: 10px;
    }

    .footer-section .wide-row .et_pb_column .et_pb_image {
        text-align: left;
    }

}

@media only screen and (max-width: 980px) {

    div.et_pb_section.et_pb_section_1.home-intro {
        background-image: linear-gradient(#2a3039, #2a3039)!important;
    }

    .center-blurb .et_pb_blurb_content {
        width: auto;
    }

    .fuse-scroll .et_pb_menu__wrap .mobile_menu_bar:after {
        content: "(800) 383-3157";
        position: absolute;
        width: 200px;
        right: 0px;
        top: 15px;
        font-weight: bold;
        font-size: 20px;
    }

    .home-main h1 {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 768px) {

    .checkmark-blurb .et_pb_blurb_content {
        width: auto;
    }
    
    .footer-section .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .footer-section .wide-row .menu-list .menu-item a {
        text-align: center;
    }
    
    .footer-section .wide-row .et_pb_column {
        width: 100% !important;
        margin-right: 0% !important;
        
    }

    .footer-section .wide-row .et_pb_column,
    .footer-section .wide-row .et_pb_column h2,
    .footer-section .wide-row .et_pb_column p,
    .footer-section .wide-row .et_pb_column img,
    .footer-section .wide-row .et_pb_column a {
        text-align: center;
    }

    .footer-section .wide-row .et_pb_column .et_pb_icon {
        text-align: center;
        float: none;
        display: inline-block;
        margin: 0 10px;
    }

    .table table th {
        font-size: 20px;
    }

}

/* OTHER */

@media only screen and (max-width: 1400px) {
    
    #page-container .header .et_pb_menu__menu {
        display: none;
    }
    #page-container .header .et_mobile_nav_menu {
        display: block;
    }
    
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
    
    #page-container .et_pb_menu__logo {
        max-width: 100% !important;
        margin: 0;
    }
    #page-container .et_pb_menu__logo img {
        width: 200px !important;
        margin: 0 auto !important;
    }
    
    /* Default Menu */
    
    #page-container .et-menu-nav,
    #page-container .et-menu {
        text-align: center;
    }
    #page-container .et-menu .menu-item {
        display: inline-block;
    }
    
    /* Fuse Menu */
    
    #page-container .fuse-menu .et_pb_row {
        width: 100% !important;
    }
    
    /* Fuse Menu (Without Logo) */
    
    #page-container .fuse-menu .et_pb_menu--without-logo {
        width: 100% !important;
    }
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu_inner_container,
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu__wrap,
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu__logo-wrap,
    #page-container .fuse-menu .et_pb_menu--without-logo .et-menu-nav,
    #page-container .fuse-menu .et_pb_menu--without-logo .et-menu {
        display: flex !important; 
    }
    
    /* Fuse Menu (With Logo) */
    
    #page-container .fuse-menu .et_pb_menu--with-logo .et_pb_menu__logo-wrap {
        width: auto !important;
    }
    #page-container .fuse-menu .et_pb_menu--with-logo .et_pb_menu__wrap,
    #page-container .fuse-menu .et_pb_menu--with-logo .et_pb_menu__menu,
    #page-container .fuse-menu .et_pb_menu--with-logo .et-menu-nav,
    #page-container .fuse-menu .et_pb_menu--with-logo .et-menu {
        width: 100% !important;
        display: flex !important;
    }
    
    #page-container .header .et_mobile_nav_menu .et_mobile_menu {
        padding: 0;
        list-style: none;
        top: 101px !important;
        /* height: 470px; */
        overflow-y: scroll;
    }
    #page-container .has_et_pb_sticky .header .et_mobile_nav_menu .et_mobile_menu {
        top: 101px !important;
    }
    #page-container .header .et_mobile_nav_menu .et_mobile_menu a {
        padding: 15px;
    }
    
}
@media only screen and (max-width: 1200px) {
    
    /* Header Menu
       The 2 snippets below hide the desktop menu and show the mobile menu
       Feel free to adjust this media query to customize when we want the mobile menu to show
    */
    
    #page-container .header-main .et_pb_menu__menu {
        display: none;
    }
    #page-container .header-main .et_mobile_nav_menu {
        display: block;
    }
    
}
@media only screen and (max-width: 980px) {
    
    .flex-row.et_pb_row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row .order-1 {
        order: 1;
    }
    .flex-row .order-2 {
        order: 2;
    }
    .left-content, .right-content {
        margin-left: 0;
        margin-right: 0;
        width: 100%!important;
        padding-right: 0;
        padding-left: 0;
    }
    #page-container .et_mobile_menu {
        padding: 0;
        top: 94px;
        /* height: 550px; */
        overflow-y: scroll;
    }
    #page-container .fuse-scroll .et_mobile_menu {
        top: 72px;
    }
    #page-container .et_mobile_menu li li {
        padding-left: 20px;
    }
    .menu-list .et_mobile_nav_menu,
    .phone-btn,
    .has_et_pb_sticky #menu-main-menu .menu-item.phone-btn {
        display: none !important;
    }
    .menu-list .et_pb_menu__menu {
        display: block !important;
    }
    .form-barebones .fsFieldRow:nth-child(2),
    .form-barebones .fsFieldRow:nth-child(3) {
        width: 100%;
    }

    
    
}
@media only screen and (max-width: 768px) {
    
    .inline-row .et_pb_button_module_wrapper,
    .inline-row .et_pb_button_module_wrapper .et_pb_button,
    .inline-row .et_pb_image,
    .inline-row .et_pb_code {
        width: 100%;
        text-align: center;
    }

    .bottom-buttons {
        padding-bottom: 10px;
        position: fixed;
        bottom: 50px;
        width: 100%;
        z-index: 999;
    }
    .bottom-buttons .et_pb_button_module_wrapper .et_pb_button {
        width: 100%;
    }
    .et_pb_row_2_tb_footer {
        padding-bottom: 110px;
    }
    
}
@media only screen and (max-width: 576px) {
    
}
@media only screen and (max-width: 480px) {
    
}

/* do not put anything below the media queries */
