body{
    background-image: none;
    margin: 0;
    font-family: "Roboto", sans-serif !important;
}
.hidden-links {
    clip: rect(1px 1px 1px 1px); /* IE 6/7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.otto2-container {overflow: hidden; }
.container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.item {
    margin: 0;
    box-sizing: border-box;
}
.otto2-logo-container {
    display: flex;
    align-items: flex-end;
    margin: 8px 15px;
    flex: 3;
}
.otto2-logo {
    max-width: 12rem;
    margin-left: 0;
}
.isof-logo {
    width: 100%;
    max-width: 526px;
    height: auto;
}
.youtubeLinksContainer {
    display: flex;
    flex-direction: row;
}
.videoThumbnail {
    width: 210px;
    height: 210px;
    margin-right: 65px;
    margin-top: 29px;
}
.videoCaption {
    max-width: 170px;
    height: auto;
}
.hide-on-desktop {
    display: none;
}
.otto2-header-links {
    display: flex;
    justify-content: flex-end;
    padding-right: 3rem;
}
.otto2-header-link {
    margin-right: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    color: #535353;
    font-weight: 500;
    border-right: 0px solid #535353;
    -webkit-transition: all .125s ease;
    transition: all .25s ease;
}
.otto2-header-link:hover {
    text-decoration: none;
    opacity: .7;
}
.availableContainer {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.availableCircle {
    display: -webkit-inline-box;
    color: #71b333;
    font-size: 2.5rem;
    margin-right: 3px;
    line-height: .4em;
    margin-top: 3px;
}
.availableText {
    color: #717171;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}
.xs-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
}
.xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.sm-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
}
.md-10 {
    flex-grow: 0;
    max-width: 83.333334%;
    flex-basis: 83.333334%;
}
.md-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
}
.md-2 {
    flex-grow: 0;
    max-width: 16.666666%;
    flex-basis: 16.666666%;
}

.guide-links {
    margin-bottom: 1rem;
}

.otto2-inline-links {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
h1 {
    font: normal normal bold 50px League Spartan;
    color: rgb(32, 39, 68);
    width: 2000px;
    text-align: left;
    margin: 5px 0 0 0;
}

h2{
    color: rgb(32, 39, 68);
    text-align: left;
}

.aboutUsSection {
    width: 100%;
    background-color: #C0E2FE;
    padding-bottom:30px;
    margin-top: 2rem;
}


.textSection {
    width: 100%;
    padding-bottom:30px;
}

.reviewText {
    width: 60%;
}

.aboutUsContainer {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 90%;
}

.socialsContainer {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 100%;
}

.otto2-logo-container-footer {
    display: flex;
    align-items: center;
    color: #fff;
    flex: 3;
}

.link-title {
    color: #118CED;
}

.link-text {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    padding-top: 1.5rem;
}

.link-text:hover {
    text-decoration: underline;
}

.otto-footer-bottom {
    color: #fff;
    text-align: center;
    margin: auto;
    width: 85%;
    font-weight: 200;
}

.otto2-logo-footer {
    max-width: 12rem;
    margin-left: 0;
}

.webp .otto2-logo-footer {
    content: url("../assets/webp/Otto_BlueLogo.webp")
}

.no-webp .otto2-logo-footer {
    content: url("../assets/png/Otto_BlueLogo.png")
}

.footerContainer {
    display: flex;
    flex-direction: column;
    background-color: #222C4F;
    color: #535353;
    padding: 1.5rem 2rem;
    font-weight: 300;
}

.otto2-footer {
    width: 100%;
    display: flex;
}


.resources-text {
    color: #fff;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    max-width: 415px;
    font-weight: 700;
    margin: 1rem 0;
}

.call-text {
    color: #118CED;
    padding-bottom: 10px;
}

ul.otto-footer-social {
    list-style: none;
    padding: 0;
    display: inline-flex;
}

ul.otto-footer-social li a {
    color: #535353;
}

.logo-container-line {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

ul.otto-footer-social li a:hover {
    opacity: .9;
}

.otto2-inline-links-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 30%;
}

.otto2-inline-links-container-combined-mobile {
    display: none;
}

.otto-footer-social-icon {
    width: 35px;
    height: 35px;
}

.facebook-logo, .instagram-logo, .youtube-logo, .x-logo {
    display: flex;
    width: 25px;
}

.social-logo {
    width: 155px;
    height: 155px;
    margin-right: 45px;
    margin-top: 29px;
}

.otto-social-container-mobile {
    display: none;
    text-align: right;
}

.otto-social-container {
    display: flex;
    text-align: right;
}

.otto2-email-link {
    text-decoration: none;
    font-weight: bolder;
    color: #FFFFFF;
}

.otto2-email-link:hover {
    text-decoration: underline;
}

.otto2-phone-number {
    text-decoration: none;
    font-weight: bolder;
    color: #FFFFFF;
}

.otto2-phone-number:hover {
    text-decoration: underline;
}


.otto2-footer-insurance-links > a {
    text-decoration: none;
    margin-right: 3rem;
    font-weight: 500;
    font-size: 20px;
}


.headerCTAContainer {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}

.phone-number-container {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    color: black;
    opacity: .9;
}

.phone-number {
    color: #008bff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
}

.availableCircle {
    display: -webkit-inline-box;
    color: #71b333;
    font-size: 2.5rem;
    margin-right: 3px;
    line-height: .4em;
    margin-top: 3px;
}

.availableContainer {
    display: inline-flex;
    justify-content: center;
}

.formLink {
    display: flex;
    margin-right: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    color: #535353;
    font-weight: 500;
    border-right: 0px solid #535353;
    -webkit-transition: all .125s ease;
    transition: all .25s ease;
}

.textBody {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
}

.p1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 23px;
    line-height: 1.4em;
    color: #222C4F;
    text-align: left;
    font-weight: 500;
}

.review-headline {
    font-style: italic;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}


li {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (max-width: 1600px) {
    .aboutUsContainer {
        display: flex;
        margin: auto;
        width: 90%;
    }
}

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

    .aboutUsContainer {
        display: flex;
        justify-content: space-between;
        margin: auto;
        width: 90%;
    }

    .reviewText {
        width: 80%;
    }
}

@media only screen and (max-width: 1185px) {
    .formLink {
        display: none;
    }
    h1 {
        width: 100%;
    }
}

@media only screen and (max-width: 1080px) {
    .otto2-header-link {
        margin-right: 10px;
        padding-right: 0px;
        justify-content: flex-end;
    }
    #footer-section {text-align: center}
    .otto2-footer {
        padding: 1.5rem 1rem;
    }
    .aboutUsContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        width: 90%;
    }
    .otto2-inline-links {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
    }
    .otto2-inline-links, .otto-social-container {text-align: center; width: 100%;}

    .reviewText {
        width: 90%
    }

    li {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .otto2-footer {
        padding: 1.5rem 1rem;
    }
    #footer-section {text-align: center}
}

@media only screen and (max-width: 767px) {
    .social-logo {
        width: 77px;
        height: 77px;
        margin-top: 29px;
    }
    .xs-6 {
        flex-grow: 0 !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
    }
    .xs-12 {
        flex-grow: 0 !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .otto-footer-bottom {
        width: 100%;
        padding: 0;
    }
    .otto2-footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .logo-container-line {
        width: 90%;
    }

    .otto2-footer-insurance-links {
        margin-left: 0;
        display: inline-flex;
        flex-direction: column;
    }

    .otto2-footer-insurance-links > a {
        margin-right: 0;
    }

    ul.otto-footer-social {
        list-style: none;
        padding: 0;
        display: inline-flex;
    }

    ul.otto-footer-social li a {
        color: #535353;
    }

    ul.otto-footer-social li a:hover {
        opacity: .9;
    }

    .otto-footer-social-icon {
        width: 35px;
        height: 35px;
    }
    .otto-social-container {
        display: none;
    }

    .otto2-inline-links-container {
        display: none;
    }

    .otto2-inline-links-container-combined-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 2.5rem auto 0 auto;
        width: 100%;
    }

    .otto2-inline-links-container-mobile {
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto 0 auto;
        width: 100%;
    }

    .link-title {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }

    .link-text {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }

    .otto-social-container-mobile {
        display: flex;
    }
    .phone-number {
        color: #008bff;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: 900;
        letter-spacing: -1px;
        line-height: 1;
    }
    .availableText {font-size: 11px;}
    .otto2-logo {
        max-width: 12rem;
    }
    .p1 {
        font-size: 23px;
    }

    .otto2-inline-links {
        flex-direction: column;
    }

    .otto2-inline-links > p {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .hide-on-mobile {
        display: none;
    }

    .socialsContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: auto;
        max-width: 100%;
    }

    .guide-links {
        margin-bottom: 0;
    }

    .youtubeLinksContainer {
        display: flex;
        flex-direction: column;
    }

}