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 {
    margin: 8px 15px;
    flex: 3;
}
.otto2-logo {
    max-width: 12rem;
    margin-left: 0rem;
}
.instagram-container {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -10px;
    margin-bottom: 4rem;
}
.instagram-logo {
    width: 35px;
}
.otto-ig-account {
    color: #222C4F;
    font-size: 23px;
    padding-left: 5px;
}
.hide-on-desktop {
    display: none;
}
.otto-social-container {
    text-align: right;
}
.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: 1.5rem 5rem;
    background-color: #ededed;
}
.otto2-footer-insurance-links > a {
    text-decoration: none;
    margin-right: 3rem;
    font-weight: 500;
    font-size: 20px;
}
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%;
}
.md-10 {
    flex-grow: 0;
    max-width: 83.333334%;
    flex-basis: 83.333334%;
}
.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;
}

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

.quotesSection {
    width: 100%;
    background-color: #E8F5FF;
    padding-bottom: 6rem;
}

.quotesContainer {
    width: 56%;
}

.quoteText {
    margin-bottom: 5px;
    color: #222c4f;
    font-size: 23px;
    line-height: 1.4em;
}

.quoteName {
    font-size: 23px;
    font-style: italic;
    font-weight: 300;
}

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

.textBoxSection {
    border: 1px solid #222C4F;
    border-radius: 5px;
    width: 70%;
}

.textBoxTitle {
    font: normal normal bold 50px League Spartan;
    padding-left: 40px;
    margin-bottom: 20px;
}

.textBoxContent {
    padding-left: 60px;
    padding-bottom: 25px;
}

.textBoxBullet {
    margin-bottom: 20px;
}

.reviewText {
    width: 60%;
}

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

.prosConsSection {
    width: 100%;
    background-color: #FFFFFF;

}

.prosConsContainer {
    width: 90%;
    display: flex;
    margin: auto;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
}

.prosConsText {
    width: 70%;
}

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

.tableContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    line-height: 1.4em;
    color: rgb(32, 39, 68);
    text-align: left;
}

.bolderTitles {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #222C4F;
    padding: 10px;
}

.tableBlockLeft {
    display: flex;
    flex-direction: column;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    width: 100%;
}

.tableBlockRight {
    display: flex;
    flex-direction: column;
    border: solid 1px black;
    width: 100%;
}

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

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

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

}

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

    .prosConsText {
        width: 90%;
    }

    .textBoxSection {
        width: 90%;
    }

    .reviewsContainer {
        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;
    }
    .reviewsContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
        width: 90%;
    }
    .quotesContainer {
        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;
    }
    .prosConsContainer {
        justify-content: center;
        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: 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;
    }

    .tableContainer {
        font-size: 14px;
    }

    .bolderTitles {
        font-size: 17px;
    }

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

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

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

}


.carousel-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1rem 0;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.card {
    flex: 0 0 auto;
    background: white;
    border-radius: 8px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
    padding: 20px;
    margin: 10px;
    width: 100%;
    max-width: 500px;
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.card h3 {
    color: #333;
    margin-top: 15px;
}

.card blockquote {
    font-style: italic;
    color: #666;
}

.socialIcon {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: auto;
}

.trustPilot {
    width: 100%;
    height: auto;
    max-width: 100px;
}

.facebookPrimary {
    width: 100%;
    height: auto;
    max-width: 50px;
}

