h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: 'Roboto', sans-serif !important;
}

.olark-launch-button {
    height: 35px !important;
}

.drgfile {
    border: dashed 5px #38a002 !important;
    background: #7af5a0 !important;
}

.gform_drop_instructionsadd {
    color: black !important;
}

.related.products {
    display: none;
}

#footer {
    padding-bottom: 95px !important;
}

#btbar .uspbar__option-title {
    padding: 12px 11px !important;
}

.height-wrapper {
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

#content .entry-meta {
    margin-top: 50px;
}

#content .nav-single .nav-previous {
    float: left;
}

#content .nav-single .nav-next {
    float: right;
}

.without_banner {
    width: 100% !important;
}

ul.top-right-links li {
    margin-left: 25px;
}

.modal-dialog iframe {
    max-width: 100%;
}

.more-menu {
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

#navigation ul {
    max-width: 75%;
}

.product {
    margin-bottom: 0px !important;
}

.show-xs {
    display: none
}

#top-bar {
    position: fixed !important;
    top: 0 !important;
    right: inherit !important;
    width: 100% !important;
    z-index: 9999999 !important;
}

#site-navigation {
    position: fixed !important;
    right: inherit !important;
    width: 100% !important;
    z-index: 9999999 !important;
}

@media only screen and (min-width:768px) {
    .height-wrapper {
        padding-top: 121px !important;
    }

    #site-navigation {
        top: 41px !important;
    }
}

@media only screen and (min-width:769px) {
    #wsite-menus>.wsite-menu-wrap>.wsite-menu:first-child {
        max-width: none !important;
        width: 343px !important;
        left: 0 !important;
        background: #fff !important;
    }

    #wsite-menus>.wsite-menu-wrap>.wsite-menu:first-child>li {
        width: 100% !important;
    }
}

@media only screen and (max-width:768px) {
    .nfn__actions a#quote {
        display: none !important;
    }

    .nfn__actions a#order {
        margin-left: 0px !important;
        width: 96% !important;
        max-width: 100% !important;
    }

    .nav #logo {
        z-index: 0;
    }

    .language-change,
    #navigation-trigger,
    .header_phone {
        z-index: 1;
        position: relative;
    }
}

#secondary {
    display: none;
    font-size: initial;
}

/* New Blog Design */
#new-blog-design {
    display: flex;
    gap: 10px;
    position: relative;
}

#new-blog-design>div {
    padding: 10px;
}

#new-blog-design #toc {
    width: 25%;
    min-width: 25%;
    position: sticky;
}

#new-blog-design #toc ul {
    list-style: none;
}

#new-blog-design #toc ul li {
    margin: 10px 0;
    padding: 5px;
}

#new-blog-design #toc ul li a {
    padding: 10px 0;
}

#new-blog-design #toc ul li.active {
    background: #1f3d5c;
}

#new-blog-design #toc ul li.active a {
    color: #fff;
}

#new-blog-design #toc ul li:hover {
    color: #1f3d5c;
}

#new-blog-design #toc ul li.active:hover {
    color: #fff;
}

#new-blog-design .new-blog-content .blog-image {
    max-height: 300px;
    display: block;
    margin: 10px auto;
}

#new-blog-design .new-blog-content h2 {
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 39px;
    font-weight: bold;
}

#new-blog-design .new-blog-content h3 {
    font-size: 27px !important;
    font-weight: bold !important;
    color: #000 !important;
    text-transform: capitalize;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

:root {
    --bs-primary: #1F3D5C;
    --bs-secondary: #47ACAD;
}

.entry-content-new {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.entry-content-new a {
    text-decoration: none;
    color: var(--bs-secondary);
    font-weight: bolder;
}

.entry-content-new a:hover {
    color: var(--bs-primary);
}

.entry-content-new .relative {
    position: relative;
}

.entry-content-new .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1em;
}

.entry-content-new .main {
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .entry-content-new .main {
        padding: 16px;
    }
}

.entry-content-new a.text-white:hover {
    color: var(--bs-secondary) !important;
}

.entry-content-new .bg-split {
    background-color: transparent;
}

.entry-content-new #toc {
    background-color: var(--bs-primary);
    padding: 3em;
}

@media screen and (min-width: 1025px) {
    .entry-content-new .bg-split {
        background: linear-gradient(90deg, white 80%, var(--bs-primary) 80%);
    }

    .entry-content-new .header {
        min-height: 500px;
    }

    .entry-content-new #toc {
        padding: 0;
        background-color: transparent;
    }

    .entry-content-new #toc li {
        padding: 0.25em 0.5em;
    }

    .entry-content-new #toc li a {
        color: var(--bs-primary);
    }

    .entry-content-new #toc li a:hover {
        color: var(--bs-secondary);
    }
}

.entry-content-new .h-100 {
    height: 100%;
}

.entry-content-new .text-primary {
    color: var(--bs-primary) !important;
}

.entry-content-new .text-secondary {
    color: var(--bs-secondary) !important;
}

.entry-content-new .bg-primary {
    background-color: var(--bs-primary) !important;
}

.entry-content-new .bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.entry-content-new li.visible {
    background-color: var(--bs-primary);
}

.entry-content-new li.visible a {
    color: white !important;
}

.entry-content-new .align-items-center {
    align-items: center !important;
}

.entry-content-new .d-flex {
    display: flex !important;
}

.entry-content-new .p-3 {
    padding: 1rem !important;
}

.entry-content-new .p-5 {
    padding: 3rem !important;
}

.entry-content-new .g-5,
.entry-content-new .gx-5 {
    --bs-gutter-x: 3rem;
}

.entry-content-new .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.entry-content-new .text-white {
    color: #fff;
}

.entry-content-new .h2,
.entry-content-new h2 {
    font-size: 2rem !important;
}

.entry-content-new .h3,
.entry-content-new h3 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.75rem;
}

.entry-content-new p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.entry-content-new .mb-3 {
    margin-bottom: 1rem !important;
}

.entry-content-new .mt-5 {
    margin-top: 3rem !important;
}

.entry-content-new a {
    color: #47acad;
    font-weight: bolder;
}

#blog-designed {
    padding: 10px;
    margin: 0;
    overflow-x: hidden;
    /* Prevent horizontal scrolling */
}

#blog-designed p {
    color: #000;
}

#blog-designed .bullet-list {
    list-style-type: square;
}

#blog-designed .lead-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
}

#blog-designed .title-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#blog-designed .lead-image-container {
    flex: 2;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#blog-designed .lead-image {
    width: 100% !important;
    max-width: 100%;
    display: inline-block;
    background-color: #b8d3ff;
    border-radius: 25px;
    padding: 20px;
    box-sizing: border-box;
    /* Include padding in width calculation */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#blog-designed .lead-image img {
    display: block;
    max-width: 100%;
    width: 100% !important;
    height: auto;
    border-radius: 15px;
}

#blog-designed h1 {
    margin: 0;
    text-align: center;
}

#blog-designed .dateline,
#blog-designed .byline {
    margin-top: 10px;
    font-style: italic;
}

#blog-designed .byline a,
#blog-designed .secondary-byline a {
    color: #2E5283;
    text-decoration: none;
    transition: color 0.3s ease;
}

#blog-designed .byline a:hover,
#blog-designed .secondary-byline a:hover {
    color: #1A3A5E;
    text-decoration: underline;
}

#blog-designed .secondary-byline {
    margin-top: 10px;
    font-style: italic;
    font-size: 0.9em;
    color: #666;
}

#blog-designed {
    font-family: Arial, Georgia;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

#blog-designed .flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

#blog-designed #toc,
#blog-designed #summary {
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    font-weight: normal;
    flex: 1;
    min-width: 250px;
}

#blog-designed #toc {
    background-color: #2E5283;
}

#blog-designed #summary {
    background-color: #9CB19D;
    color: #ffffff;
}

#blog-designed #summary p {
    color: #ffffff;
}

#blog-designed #key-takeaways {
    background-color: #b8d3ff;
    color: #000000;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: normal;
}

#blog-designed #references {
    background-color: #D5D5D5;
    color: #000000;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: normal;
}

#blog-designed #toc li a {
    color: #FFFFFF;
    text-decoration: none;
    transition: text-decoration 0.3s ease;
}

#blog-designed #references li a {
    color: #000000;
    text-decoration: none;
    transition: text-decoration 0.3s ease;
}

#blog-designed #toc li a:hover,
#references li a:hover {
    text-decoration: underline;
}

#blog-designed #references li a:hover {
    text-decoration: underline;
}

#toc a,
#summary a,
#references a {
    color: #000000;
    font-weight: normal;
}

#blog-designed #toc b,
#blog-designed #summary b {
    color: #ffffff;
    font-weight: bold;
}

#blog-designed #key-takeaways b,
#blog-designed #references b {
    color: #000000;
    font-weight: bold;
}

#blog-designed #toc ul {
    list-style-type: none;
    padding-left: 0;
}

#blog-designed #toc ol {
    list-style-type: none;
    padding: 5px;
}

#blog-designed #toc details ul {
    padding-left: 20px;
}

#blog-designed #toc summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    list-style: none;
}

#blog-designed #toc summary::-webkit-details-marker {
    display: none;
}

#blog-designed #toc summary::before {
    content: '+';
    display: inline-block;
    width: 15px;
    text-align: center;
    margin-right: 5px;
    transition: transform 0.3s ease;
}

#blog-designed #toc details[open]>summary::before {
    content: '-';
    transform: rotate(180deg);
}

#blog-designed .callout {
    color: #ffffff;
    padding: 20px;
    font-size: 0.75em;
    line-height: 1.25;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 66%;
    margin: 20px auto;
    overflow: hidden;
    box-sizing: border-box;
    font-style: italic;
}

#blog-designed .callout-color1 {
    background-color: #006C55;
}

#blog-designed .callout-color2 {
    background-color: #E6A35F;
}

#blog-designed h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

#blog-designed h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

#blog-designed .faqs .inner-block {
    height: auto !important;
    box-shadow: none;
    border-bottom: 1px solid #47acad;
    border-radius: 0;
    background: none;
    margin-bottom: 0;
    padding: 5px 10px;
}

#blog-designed .faqs .inner-block p,
#blog-designed .faqs .inner-block ul {
    display: none;
}

#blog-designed .faqs .inner-block .fa-chevron-down {
    transition: all ease-in 0.5s;
}

#blog-designed .faqs .inner-block.open .fa-chevron-down {
    rotate: 180deg;
}

#blog-designed .faqs .six-blocks .inner-block h3{
        min-height: 0;
}

/* Responsive design */
@media screen and (min-width: 768px) {
    #blog-designed {
        font-size: 18px;
    }

    #blog-designed .callout {
        width: calc(37.5% - 10px);
        font-size: 1.75em;
    }

    #blog-designed .callout-right {
        float: right;
        margin-left: 20px;
    }

    #blog-designed .callout-left {
        float: left;
        margin-right: 20px;
    }

    #blog-designed .lead-section {
        flex-direction: row;
    }
}

@media screen and (max-width: 767px) {
    #blog-designed {
        font-size: 16px;
    }

    #blog-designed h1 {
        font-size: 1.5em;
    }

    #blog-designed h2 {
        font-size: 1.25em;
    }

    #blog-designed h3 {
        font-size: 1.12em;
    }

    #blog-designed .callout {
        width: 100%;
        float: none;
        margin: 20px 0;
        font-size: 1em;
    }

    #blog-designed .callout-left,
    #blog-designed .callout-right {
        float: none;
        margin: 20px 0;
    }

    #blog-designed #toc,
    #blog-designed #summary,
    #blog-designed .key-takeaways,
    #blog-designed #references {
        padding: 15px;
    }

    #blog-designed .flex-container {
        flex-direction: column;
    }
}

/* Ensure images are responsive */
#blog-designed img {
    max-width: 100%;
    height: auto;
}

/* Improve table responsiveness */
#blog-designed table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}

/* Ensure proper spacing and readability */
#blog-designed p,
#blog-designed ul,
#blog-designed ol {
    margin-bottom: 1em;
}

/* Improve form element responsiveness if any */
#blog-designed input,
#blog-designed select,
#blog-designed textarea {
    max-width: 100%;
}