html,
body {
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    color: #555555;
    height: 100%;
    overflow-x: hidden;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.wrapper {
    margin-bottom: 20px;
    position: relative;
}

.inner_post {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    max-width: 1044px;
}

.inner_post article {
    max-width: 680px;
    margin: auto;
}

.entry-header h1 {
    margin-left: -1px;
    font-size: 40px;
    color: #2e97c4;
    font-family: 'ubuntu';
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.entry-content p {
    font-size: 16px;
    margin: 10px 0 10px 0;
    color: #555555;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    line-height: 1.42857143;
}

.entry-content a {
    color: #337ab7;
    text-decoration: none;
}

.entry-content table, caption, tbody, tfoot, thead, tr, th, td {
    border: 1px solid #000;
}

.entry-content .table {
    border-top: 1px solid #000;
}

.entry-content .no-border {
    border: 0;
}

.entry-content table td {
    padding: 5px;
    font-size: 14px;
    color: #555555;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    line-height: 1.42857143;
}

@media screen and (max-width: 992px) {
    .display-mobile-none {
        display: none;
    }
}

.wp-image {
    max-width: 350px;
}

.contactInput p {
    margin: 0;
}

.submit-quote .form-section_input {
    width: 100%;
    max-width: 500px;
    height: 40px;
}

.submit-quote textarea.form-section_input {
    height: 120px;
    resize: none;
}

.fvinvalid {
    border: 1px solid #F44336 !important;
}

.submit-quote .contact-submit {
    max-width: 514px;
    height: 45px;
    width: 105% !important;
    background: #006ea7 !important;
    margin-top: 10px;
}

@media screen and (max-width: 550px) {
    .submit-quote .contact-submit {
        width: 50% !important;
        margin: auto;
    }
}

.mail-status {
    color: #007bff;
}

.mail-status.error {
    color: #F44336;
}

/* .mobileMenu {
    display: none;
} */

@media (min-width: 769px) {
    .mobileMenu, .mobileMenu-hamburger {
        display: none;
    }

    .navbar-header {
        margin-right: 14px;
    }

    .navbar-brand img {
        padding-top: 5px;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: unset;
        overflow: visible;
    }

    .navbar .container {
        display: flex;
        align-items: flex-end;
    }

    .navbar-collapse .navbar-nav {
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Ubuntu', sans-serif;
    }

    .navbar .nav>li>a {
        transform: translateY(9px);
        padding: 15px 10px;
        color: #333;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
    }

    .nav>li>a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .nav>li>a:hover,
    .nav>li>a:focus {
        background-color: transparent;
        text-decoration: none;
        color: #ff7800 !important;
    }

}

@media (max-width: 768px) {
    .mobileMenu.open {
        box-sizing: content-box;
        display: block;
    }

    .navbar-brand {
        display: inline-block;
    }

    .navbar-brand>img {
        display: block;
        padding-top: 5px;
    }

    .mobileMenu-hamburger {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 2.1em;
        right: 1em;
    }

    .mobileMenu {
        position: absolute;
        width: 100%;
        top: 72px;
    }

    .mobileMenu ul {
        padding: 0;
        margin: 0;
    }

    .mobileMenu li {
        border-top: 0px solid transparent;
        padding: 0em 1em;
        font-size: 15px;
        font-family: Arial;
        font-weight: bold;
        color: #004586;
        transition: all 0.3s ease-in-out;
        max-height: 0;
        overflow: hidden;
        height: 0;
        box-sizing: border-box;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .mobileMenu li:focus-visible {
        outline: rgba(132, 38, 133, 0.65) auto 1px;
    }

    .mobileMenu li:last-child {
        border-bottom: 1px solid transparent;
    }

    .mobileMenu.open li {
        border-top: 1px solid #004586;
        padding: 1em;
        padding-top: 16px;
        transition: all 0.3s ease-in-out;
        max-height: 50px;
        height: 50px;
    }

    .mobileMenu.open li:last-child {
        border-bottom: 1px solid #004586;
    }

    .mobileMenu li:hover {
        background-color: #ddd;
    }

    .mobileMenu li .arrow-box {
        display: inline-block;
        padding-right: 3px;
        padding-top: 6.5px;
    }

    .mobileMenu li span {
        color: #004586;
        display: inline-block;
        margin-top: -0.5px;
    }

    .mobileMenu li a:hover, active, focus {
        text-decoration: none;
        outline: none;
    }

    .mobileMenu li.selected span {
        color: #ff7800;
    }

    .mobileMenu li .arrow {
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #004586;
    }

    .mobileMenu li.selected .arrow {
        border-left: 7px solid #ff7800;
    }
}