/* .small-padding{
    padding-top: 100px !important;
 } */
.media-text__header{
    text-align: left;
}
.media-text__body{
    font-family: "lato" !important;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 2em;
    max-width: none !important;
    padding-bottom: 1em !important
}
ol{
    font-size: 1.6em
}
p{
    font-weight: 500;
}
p, h1, h2, h3, h4, h5{
    color:#133F5D;
}
ol.SLA{
    font-size: 18px;
    font-weight: 300;
    font-family: "lato";
    margin-bottom: 2em;
}
.sub-body{
    font-size: 18px;
    font-weight: 300;
    font-family: "lato";
}
.terms-footer .footer-row.new-footer {
    margin-top: 4em;
}

@media (max-width: 1023px) {
    section.main-screenshot {
        padding-top: 12rem !important;
        padding-inline: 1.5rem;
    }
}

@media (max-width: 374px){
    .twelve-column .nav {
        font-size: 11px;
        flex-wrap: nowrap;
    }
    .twelve-column .nav>li>a {
        padding: .5rem 1rem;
    }
    .footer-row.new-footer #homepage-footer {
        padding: 2rem 0 !;
    }
}

.tab-content{
    padding: 2em 0 0;
}

.finance-content{
    display: flex;
    justify-content: center;
}

.coming-soon{
    position: relative;
}

.coming-soon h5{
    position: absolute;
    width: 100%;
    top: 12px;
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
}


.coming-soon{
    position: relative;
}

.funding-content-card .coming-soon h5{
    position: absolute;
    width: 100%;
    top: 12px;
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
}

.funding-card .title-card{
    text-align: center;
    color: #4199d5;
}

.bullet-card{
    background: #A4CD5D;
    color: #ffff;
    height: 18px;
    border-radius: 100px;
    width: 18px;
    font-size: 11px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.pricing-card-hover::before, .MCA.show::before, .IF.show::before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: -4px;
    bottom: -4px;
    z-index: -1;
    border-radius: 14px;
    background: linear-gradient(to top, #a5ce5d, #7ebae2);
  }

.IF, .MCA{
    cursor: pointer;
}


.show-article-if, .show-article-mca{
    display: none;
}

.show-article-if.show, .show-article-mca.show{
    display: block;
}

ol.ol-with-level-numbering {
    counter-reset: current_counter;
    font-weight: 300;
    font-size: 18px;
    padding-left: 18px;
}

ol.ol-with-level-numbering li {
    display: block
}

ol.ol-with-level-numbering li:not(.lower-roman)>*:first-child:before {
    content: counters(current_counter, ".") ". ";
    counter-increment: current_counter;
    margin-left: -35px;
    position: absolute;
}
ol.ol-with-level-numbering li>*:first-child{
    padding-left: 18px;
}
ol.ol-with-level-numbering li>*:not(:first-child) {
    padding-left: 18px;
}

ol.ol-with-level-numbering[style*="list-style-type: lower-alpha;"].bold li>*:first-child:before {
    content: counters(current_counter, ".", lower-alpha) ". ";
    counter-increment: current_counter;
    margin-left: -35px;
    position: absolute;
}

ol.ol-with-level-numbering.bold li>*:first-child:before {
    content: counters(current_counter, ".") ". ";
    counter-increment: current_counter;
    font-weight: bold;
    margin-left: -35px;
    position: absolute;
}
ol.ol-with-level-numbering.bold li.lower-roman>*:first-child:before {
    content: counter(current_counter, lower-roman) ".";
}

ol.ol-with-level-numbering[style*="list-style-type: lower-alpha;"].bold li>*:first-child:before {
    content: counters(current_counter, ".", lower-alpha) ". ";
    counter-increment: current_counter;
    font-weight: bold;
    margin-left: -35px;
    position: absolute;
}

.terms-content{
    font-size: 18px;
    font-weight: 300;
    font-family: "lato";
}
.pl-18{
    padding-left: 18px;
}

.pl-36{
    padding-left: 36px;
}
.ol-with-custom-lower-roman{
    list-style-type: lower-roman;
    counter-reset: custom_lower_roman_counter;
    font-weight: 300;
    font-size: 18px;
    padding-left: 18px
}
ol.ol-with-custom-lower-roman li::marker{
    content: "";
}
ol.ol-with-custom-lower-roman li>*:first-child:before {
    content: "(" counter(custom_lower_roman_counter, lower-roman) ")";
    counter-increment: custom_lower_roman_counter;
    margin-left: -18px;
    position: absolute;
}

section.main-screenshot {
    padding-top: 8em;
    padding-bottom: 2rem;
    min-height: 600px;
    position: relative;
    overflow-x: hidden;
    z-index: 0;
    max-width: 1120px;
    margin: 0 auto;
}

.banner-up__container__area__left-side__content__text__head, .banner-up__container__area__left-side__content__text__body {
    color: #fff;
}

.footer-row.new-footer #homepage-footer {
    padding: 2rem 0 2rem 1rem;
}

.globalNav .navSection.mobile .rootLink {
    color: #47525d !important;
}

@media (max-width: 480px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
}

@media (min-width: 481px) {
    .mobile-view {
        display: none;
    }
}

section.mobile-view{
    padding: 12rem 1rem 4rem;
    position: relative;
    overflow-x: hidden;
    z-index: 0;
    margin: 0 auto;
}

.link-accordion {
    display: flex;
    justify-content: space-between;
    background: #E8F2FA;
    border-radius: 5px;
    color: #133f5d;
    padding: 0.6em 1.5em;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    line-height: 1.6;
    font-family: "lato";
    margin-bottom: 0.7em;
    margin-top: 0.7em;
    transition: color .5s ease;
    text-decoration: none;
}
.link-accordion:not(.collapsed) {
    color: #4199d5;
}
.link-accordion.collapsed {
    color: #133f5d;
}
.link-accordion::after {
    content: '';
    background-image: url(../img/down-arrow-dark.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    display: inline-block;
    position: relative;
    top: 10px;
    width: 12px;
    height: 12px;
    transition: transform .5s ease
}
.link-accordion:not(.collapsed)::after {
    transform: rotate(180deg)translateY(50%);
}
.mobile-view .content-wrapper {
    padding-inline: 1rem;
}

.mobile-view .media-text__header {
    line-height: 1.5;
    padding-block: 1rem;
    font-size: 1.5rem !important;
}

.mobile-view p {
    font-size: 1rem;
}

.mobile-view ol.ol-with-level-numbering {
    font-size: 1rem;
}

.mobile-view .pl-18 {
    padding-left: 0;
}
.mobile-view ol.ol-with-level-numbering li>*:first-child {
    margin-bottom: 5px;
}
.main-screenshot .media-text__header {
    font-family: "Lato" !important;
}