html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Setimo', sans-serif;
    color: #002B5F;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    display: block;
}

.content-container {
    background-color: #D8EFE7;
    background-image: url('./images/heart-bg.png');
    background-repeat: repeat;
    overflow: hidden;
}

.content-container .container {
    max-width: 1235px;
    margin: 0px auto;
    background-color: #9DE7D7;
    padding: 50px;
}

p.heading {
    font-size: 3.75rem;
    line-height: 3.8rem;
    color: #ffffff;
    background-color: #002E5D;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 30px;
    max-width: 50%;
    margin: 0px auto;
}

p.subheading {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 3rem;
    font-weight: bold;
}

p.strapline {
    font-weight: bold;
    font-size: 3.25rem;
    text-align: center;
}

.jump-to-answers {
    text-align: center;
}

.jump-to-answers a {
    font-family: 'Setimo', sans-serif;
    color: #ffffff;
    background-color: #FC76D9 !important;
    width: auto !important;
    font-size: 1.5rem;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    text-align: center;
    margin: 0px auto !important;
    text-decoration: none;
}

form {
    text-align: center;
}

form textarea {
    border-radius: 5px;
    border-style: solid;
    border-color: #002B5F !important;
    border-width: 10px !important;
    width: 100%;
    height: 100px;
    font-family: 'Setimo', sans-serif;
    padding: 10px 10px;
    box-sizing: border-box;
}

#question-form button {
    font-family: 'Setimo', sans-serif;
    color: #ffffff;
    background-color: #FC76D9 !important;
    width: auto !important;
    font-size: 1.5rem;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    text-align: center;
    margin: 0px auto !important;
}

#question-form .field-validation-error {
    position: relative;
    display: block;
    color: #FC76D9;
    bottom: 0px;
}

#question-form .thankyou-notification {
    position: relative;
    background-color: #ffffff;
    margin-top: 1rem;
}

#question-form .thankyou-notification p {
    padding: 1.5rem;
}

#question-form .thankyou-notification .border-top {
    position: absolute;
    top: 4px;
    left: 8px;
    height: 7px;
    width: calc(100% - 10px);
    z-index: 1;
}

#question-form .thankyou-notification .border-left {
    left: 4px;
    top: 5px;
    width: 7px;
    height: calc(100% - 10px);
    position: absolute;
    z-index: 1;
}

#question-form .thankyou-notification .border-right {
    right: 3px;
    top: 5px;
    width: 7px;
    height: calc(100% - 10px);
    position: absolute;
    z-index: 1;
}

#question-form .thankyou-notification .border-bottom {
    position: absolute;
    width: calc(100% - 12px);
    bottom: 4px;
    left: 8px;
    height: 7px;
    z-index: 1;
}

#question-form .thankyou-notification .border-dotted-light-pink.x {
    background-image: url('./images/border-dotted-light-pink-x.png');
    background-repeat: repeat-x;
    background-position: left center;
}

#question-form .thankyou-notification .border-dotted-light-pink.y {
    background-image: url('./images/border-dotted-light-pink-y.png');
    background-repeat: repeat-y;
    background-position: center top;
}

#search-form .input-container {
    position: relative;
    width: 60%;
    display: inline-block;
}

#search-form input {
    width: 99%;
    font-family: 'Setimo', sans-serif;
    color: #002B5F;
    padding: 19px 10px;
    border-radius: 2px;
    position: relative;
    bottom: 5px;
    border-style: none;
}

#search-form button {
    font-family: 'Setimo', sans-serif;
    color: #ffffff;
    background-color: #FC76D9 !important;
    width: auto !important;
    font-size: 1.5rem;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    text-align: center;
    margin: 0px auto !important;
}

#search-container {
    margin-top: 3rem;
}

#search-container p {
    text-align: center;
}

#search-container .border-top {
    position: absolute;
    top: -1px;
    left: 0px;
    height: 7px;
    width: 100%;
    z-index: 1;
}

#search-container .border-left {
    left: -1px;
    top: 0px;
    width: 7px;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#search-container .border-right {
    right: 0px;
    top: 1px;
    width: 7px;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#search-container .border-bottom {
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 1px;
    height: 7px;
    z-index: 1;
}

#search-container .border-dotted-light-pink.x {
    background-image: url('./images/border-dotted-light-pink-x.png');
    background-repeat: repeat-x;
    background-position: left center;
}

#search-container .border-dotted-light-pink.y {
    background-image: url('./images/border-dotted-light-pink-y.png');
    background-repeat: repeat-y;
    background-position: center top;
}

#search-container .steps {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background-color: #ffffff;
    margin-bottom: 3rem;
}

#search-container .steps .border-top {
    position: absolute;
    top: 4px;
    left: 8px;
    height: 7px;
    width: calc(100% - 10px);
    z-index: 1;
}

#search-container .steps .border-left {
    left: 4px;
    top: 5px;
    width: 7px;
    height: calc(100% - 10px);
    position: absolute;
    z-index: 1;
}

#search-container .steps .border-right {
    right: 3px;
    top: 5px;
    width: 7px;
    height: calc(100% - 10px);
    position: absolute;
    z-index: 1;
}

#search-container .steps .border-bottom {
    position: absolute;
    width: calc(100% - 12px);
    bottom: 4px;
    left: 8px;
    height: 7px;
    z-index: 1;
}

#search-container .steps .border-dotted-light-pink.x {
    background-image: url('./images/border-dotted-light-pink-x.png');
    background-repeat: repeat-x;
    background-position: left center;
}

#search-container .steps .border-dotted-light-pink.y {
    background-image: url('./images/border-dotted-light-pink-y.png');
    background-repeat: repeat-y;
    background-position: center top;
}

.steps .step {
    padding: 20px;
}

.steps .number {
    padding: 10px;
    text-align: center;
    background-color: #FC76D9;
    color: #ffffff;
    text-align: center;
    width: 30px;
    height: 40px;
    margin: auto;
}

.category-list {
    padding: 0px 10px 10px 10px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    margin-top: 3rem;
}

.category-list .border-top {
    position: absolute;
    top: 6px;
    left: 11px;
    width: calc(100% - 22px);
    height: 10px;
    z-index: 1;
}

.category-list .border-bottom {
    position: absolute;
    bottom: 6px;
    left: 11px;
    height: 10px;
    width: calc(100% - 22px);
    z-index: 1;
}

.category-list .category-heading-container {
    margin-bottom: 1rem;
}

.category-list .category-heading {
    background-color: #002B5F;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px;
    position: relative;
    top: -10px;
    z-index: 2;
}

.category-list a,
.category-list a:active,
.category-list a:visited {
    color: #002B5F;
    font-family: 'Setimo', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 10px 10px;
}

#answers-container {
    margin-top: 3rem;
}

#answers-container .border-top {
    position: absolute;
    top: 6px;
    left: 11px;
    width: calc(100% - 22px);
    height: 10px;
    z-index: 1;
}

#answers-container .border-bottom {
    position: absolute;
    bottom: 6px;
    left: 11px;
    height: 10px;
    width: calc(100% - 22px);
    z-index: 1;
}

#answers-container .border-left {
    position: absolute;
    left: 6px;
    top: 11px;
    width: 10px;
    height: calc(100% - 22px);
    z-index: 1;
}

#answers-container .border-right {
    position: absolute;
    right: 6px;
    top: 11px;
    height: calc(100% - 22px);
    width: 10px;
    z-index: 1;
}

#answers-container .border-dashed-blue.x {
    background-image: url('./images/border-dashed-blue-x.png');
    background-repeat: repeat-x;
    background-position: left center;
}

#answers-container .border-dashed-blue.y {
    background-image: url('./images/border-dashed-blue-y.png');
    background-repeat: repeat-y;
    background-position: center top;
}

#answers-container .headings-container {
    text-align: center;
}

#answers-container .heading {
    margin-bottom: 1rem;
    display: inline-block;
}

.answer-list {
    margin-top: 3rem;
}

.answer-list .answer {
    background-color: #ffffff;
    margin-bottom: 3rem;
    position: relative;
}

.answer-list .answer .content-box {
    display: grid;
    grid-template-columns: 1fr 9fr;
}

.answer-list .answer .content-box .heart {
    text-align: center;
    margin-top: 20px;
}

.answer-list .answer .content-box .heart .pink,
.answer-list .answer .content-box .heart .purple {
    display: none;
}

.answer-list .answer:nth-child(2n) .content-box .heart .pink {
    display: inline-block;
}

.answer-list .answer:nth-child(2n) .content-box .heart .blue,
.answer-list .answer:nth-child(2n) .content-box .heart .purple {
    display: none;
    display: none;
}

.answer-list .answer:nth-child(3n) .content-box .heart .purple {
    display: inline-block;
}

.answer-list .answer:nth-child(3n) .content-box .heart .blue,
.answer-list .answer:nth-child(3n) .content-box .heart .pink {
    display: none;
    display: none;
}

.answer-list .answer .content {
    position: relative;
    margin: 20px;
}

.answer-list .answer .content-box .date {
    color: #FC76D9;
    text-decoration: underline;
    font-weight: bold;
}

.answer-list .answer .content-box .code {
    text-decoration: underline;
    position: absolute;
    top: 0px;
    right: 10px;
}

.answer-list .answer .toggle-answer,
.answer-list .answer .toggle-answer:active,
.answer-list .answer .toggle-answer:visited {
    color: #FC76D9;
    text-decoration: underline;
    font-family: 'Setimo', sans-serif;
}

.answer-list .answer .toggle-answer + .answer {
    margin-top: 1rem;
}

#answers-container .nav-bar.nav-bar--center {
    text-align: center;
}

#answers-container .nav-bar.nav-bar--center a {
    color: #ffffff;
    padding: 10px;
    text-align: center;
    background-color: #FC76D9;
    color: #ffffff;
    text-align: center;
    width: 30px;
    height: 40px;
    margin: auto;
}

#answers-container .nav-bar.nav-bar--center span {
    display: none;
}

.footer-container {
    background-color: #FCA9E6;
    position: relative;
    padding-bottom: 5rem;
}

.footer-container .heart-background {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #f2d9e6;
    background-image: url('./images/heart-faded-bg.png');
    background-repeat: repeat;
}

.footer-container .footer-content {
    position: relative;
    max-width: 1235px;
    margin: 0px auto;
    padding: 3rem 2rem 0px 2rem;
}

.footer-container .footer-content .image-container {
    text-align: center;
}

.footer-container .footer-content .image-container img {
    width: 100%;
}

.footer-container .buttons {
    width: 50%;
    margin: 0px auto;
    text-align: center;
}

.footer-container .buttons .pink {
    font-family: 'Setimo', sans-serif;
    color: #ffffff;
    background-color: #FC76D9 !important;
    width: auto !important;
    font-size: 1.5rem;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    text-align: center;
    margin: 0px auto 0px auto !important;
    text-decoration: none;
    position: relative;
    right: 2rem;
}

.footer-container .buttons .white {
    font-family: 'Setimo', sans-serif;
    color: #002B5F;
    background-color: #ffffff !important;
    width: auto !important;
    font-size: 1.5rem;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    text-align: center;
    margin: 0px auto 0px auto !important;
    text-decoration: none;
    position: relative;
    left: 1rem;
}

#bio-container > .left,
#bio-container > .right {
    float: left;
    width: 50%;
}

#bio-container .title {
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: bold;
    text-align: left;
}

#bio-container .right {
    text-align: center;
}

#bio-container .mobile-image {
    display: none;
    text-align: center;
}

#bio-container img {
    width: 70%;
    display: inline-block;
}

.hidden {
    display: none;
}

.disclaimer {
    text-align: center;
    max-width: 1235px;
    margin: 20px auto;
}

@media (max-width: 767px) {
    p.heading {
        max-width: none;
        font-size: 3rem;
        line-height: 3.5rem;
    }

    #search-container .steps {
        grid-template-columns: 1fr;
    }

    #search-container .steps .number {
        width: 100%;
        margin-bottom: 10px;
    }

    #search-form .input-container {
        width: 100%;
        margin-bottom: 10px;
    }

    .content-container .container {
        background-color: #9de7d7b8;
    }

    .answer-list .answer .content-box {
        grid-template-columns: 1fr;
    }

    .answer-list .answer .content-box .heart {
        margin-top: 0px;
        height: 15px;
    }

    .answer-list .answer .content-box .heart img {
        height: 300%;
        top: 20px;
        position: relative;
    }

    .footer-container .buttons {
        width: 75;
    }

    .footer-container .buttons .white,
    .footer-container .buttons .pink {
        left: 0px !important;
        right: 0px !important;
        margin: 20px auto 0px auto !important;
        display: block;
    }

    #bio-container .title {
        font-size: 2.5rem;
        line-height: 2.8rem;
        text-align: center;
    }

    #bio-container p {
        text-align: center;
    }

    #bio-container .mobile-image {
        display: block;
    }

    #bio-container > .left {
        float: none;
        width: 100%;
    }

    #bio-container > .right {
        display: none;
    }
}