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;
}
.container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.underlineBold {
    font-style: italic;
    text-decoration: underline;
    font-weight: 600;
}
.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;
}
.hide-on-desktop {
    display: none;
}
.otto-social-container {
    text-align: right;
}
.otto-header {
    position: sticky;
    background-color: #FFFFFF;
    padding-bottom: 10px;
    padding-top: 10px;
    top: 0;
    z-index: 100;
}
.otto-header-container {
    display: flex;
    justify-content: space-between;
}
.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;
}
.otto2-footer {
    font-weight: 300;
    color: #535353;
    padding: 6rem 5rem;
    background-color: #ededed;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
.otto2-footer-insurance-links > a {
    text-decoration: none;
    margin-right: 3rem;
    font-weight: 500;
    font-size: 20px;
}
.legalLink {
    color: rgb(32, 39, 68);
}
.legalLink:hover {
    cursor: pointer;
    opacity: 0.8;
}
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;
}
.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-size: 60px !important;
    color: rgb(32, 39, 68);
    font-weight: 900;
    text-transform: capitalize;
    text-align: left;
    margin: 50px 0 50px 0;
}

h2{
    color: rgb(32, 39, 68);
    font-size: 32px;
    margin-bottom: 5px;
    text-align: left;
}

.questionsSection {
    width: 100%;
    background-color: rgb(188, 221, 252);
    padding-bottom:40px;
}

.questionsContainer {
    display: flex;
    margin: auto;
    width: 90%;
}

.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;
}

.ottoImage {
    margin-top: 11rem;
    margin-right: -45rem;
    margin-bottom: -25rem;
    max-width: 80rem;
    height: auto;
    position: fixed;
}

.p1 {
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 34px;
    line-height: 1.2em;
    color: rgb(32, 39, 68);
    text-align: left;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

li {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
.questionText {
    width: 60%;
    padding-left: 20px;
}

.ottoImageContainer {
    width: 40%
}

@media only screen and (max-width: 1600px) {
    .ottoImage {
        margin-top: 10rem;
        margin-right: -25rem;
        margin-bottom: -25rem;
        width: 68rem;
        height: auto;
    }

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

}

@media only screen and (max-width: 1350px) {
    .ottoImage {
        margin-top: 13rem;
        margin-right: -30rem;
        margin-bottom: -25rem;
        max-width: 60rem;
        height: auto;
    }

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

    .questionText {
        width: 60%;
    }

    .ottoImageContainer {
        width: 40%
    }
}

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

@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;
    }
    .questionsContainer {
        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%;}

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

    .ottoImage {
        margin: 0;
        width: 250px;
        height: auto;
        position: relative;
    }

    .questionText {
        width: 90%
    }

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

}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .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;
    }
    .otto2-footer {
        text-align: center;
    }
    .otto2-footer-insurance-links > a {
        margin-right: 0;
    }
    .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;
    }
    .otto2-inline-links-container {
        font-size: 14px;
        text-align: center;
        margin-bottom: 2rem;
    }

    .otto-social-container {
        text-align: center;
    }
    .guide-links {
        margin-bottom: 0;
    }

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

}

@media only screen and (max-width: 560px) {
    .otto2-logo {
        max-width: 7rem;
        height: auto;
        margin-left: 0.5rem;
    }
    .otto2-header-links {
        padding-right: 1rem;
    }
}