﻿h1 {
    color: #2B2B2B;
    text-align: center;
}
p.h1Text {
    display: block;
    color: #2B2B2B;
}
.questionsWrap, .answersWrap, .h1Wrap {
    max-width: 860px;
    margin: 0 auto;
}
.questionsWrap ol, .answersWrap ol {
    padding: 0;
    margin: 0;
    margin-left: 40px;
}
.questionsWrap ol > li, .answersWrap ol > li {
    padding: 0;
    margin: 0;
    position: relative;
}

.questionsWrap {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 0;
    border-radius: 3px;
    margin-bottom: 60px;
}
.questionsWrap ol > li {
    padding-left: 10px;
}

.answersWrap {
    margin-bottom: 0;
}
.answersWrap ol {
    list-style: none;
    font-size: 2rem;
    margin-left: 42px;
}
.answersWrap.start ol {    
    counter-reset: item;
}
.answersWrap ol > li {
    margin-bottom: 40px;
    counter-increment: item;
}
.answersWrap ol > li:last-child {
    margin-bottom: 0;
}
.answersWrap ol > li::before {
    content: counter(item) ".";
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    position: absolute;
    left: -50px;
    top: 0;
    line-height: 110%;
}
.answersWrap h2 {
    margin-bottom: 10px;
    text-transform: none;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 110%;
}
.answersWrap ol > li ul {
    list-style: disc;
    margin: 0;
    margin-left: 23px;
    padding: 0;
}
.answersWrap ol > li ul li {
    font-size: 1.2rem !important;
}
.answersWrap ol > li ul li {
    margin: 0;
    padding: 0;
    padding-left: 10px;
}
.answersWrap ol > li ul li h3 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
}
.answersWrap ol > li ul li p {
    font-size: 1.15rem;
}

@media screen and (max-width: 430px) {
    .answersWrap h2 {
        text-align: left !important;
    }
    .answersWrap ol > li::before {
        font-size: 1.7rem;
    }
}
.boxWrap {
    margin-bottom: 60px;
}

@media screen and (max-width:1100px) {
    .boxWrap a.box .iconWrap {
        background-image: linear-gradient(-20deg, #dc0d8a 0%, #fd7572 100%);
        filter: grayscale(0);
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        height: 170px !important;
    }
}


.highlightedAnswer {
    background-color:#f7f7f7;
    background-image:
                    radial-gradient(circle at 100% 150%, #f7f7f7 24%, white 25%, white 28%, #f7f7f7 29%, #f7f7f7 36%, white 36%, white 40%, transparent 40%, transparent),
                    radial-gradient(circle at 0    150%, #f7f7f7 24%, white 25%, white 28%, #f7f7f7 29%, #f7f7f7 36%, white 36%, white 40%, transparent 40%, transparent),
                    radial-gradient(circle at 50%  100%, white 10%, #f7f7f7 11%, #f7f7f7 23%, white 24%, white 30%, #f7f7f7 31%, #f7f7f7 43%, white 44%, white 50%, #f7f7f7 51%, #f7f7f7 63%, white 64%, white 71%, transparent 71%, transparent),
                    radial-gradient(circle at 100% 50%, white 5%, #f7f7f7 6%, #f7f7f7 15%, white 16%, white 20%, #f7f7f7 21%, #f7f7f7 30%, white 31%, white 35%, #f7f7f7 36%, #f7f7f7 45%, white 46%, white 49%, transparent 50%, transparent),
                    radial-gradient(circle at 0    50%, white 5%, #f7f7f7 6%, #f7f7f7 15%, white 16%, white 20%, #f7f7f7 21%, #f7f7f7 30%, white 31%, white 35%, #f7f7f7 36%, #f7f7f7 45%, white 46%, white 49%, transparent 50%, transparent);
    background-size: 60px 30px;
    margin: 40px 0;
    padding: 30px 0 10px 0;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}
.helperWrap {
    display: flex;
    margin-bottom: 30px;
}
.helperWrap > div:first-child {
    flex-grow: 1;
    flex-shrink: 1;
}
.helperWrap > div:last-child {
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 330px;
    max-width: 330px;
    margin-left: 30px;
    margin-top: 20px;
    align-self: flex-start;
}
.highlightedFaq .topImage {
    height: 150px;
}
.highlightedFaq .inner p {
    margin-top: -10px;
    font-size: 1.15rem;
}
.highlightedFaq a.newButton {
    padding: 5px 0;
    width: 100%;
    text-align: center;
}
.helperWrap.left > div:first-child {
    order: 2;
}
.helperWrap.left > div:last-child {
    order: 1;
    margin-right: 30px;
    margin-left: 0;
    margin-top: 20px;
}
@media screen and (max-width:780px) {
    .helperWrap {
        display: block;
    }
    .helperWrap.left > div:first-child {
        order: 1;
    }
    .helperWrap > div:last-child {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        order: 2;
    }
    .highlightedFaq {
        margin-left: -21px !important;
    }
    .highlightedFaq .topImage {
        height: 200px;
    }
}


.slantedBackground {
    background: transparent;
}

.slantedBackground span:nth-child(1) {
    display: block;
    background: #dc0d8a;
    top: auto;
    bottom: 0;
    left: 0;
    width: calc(50% - 680px);
}
.slantedBackground span:nth-child(2) {
    display: block;
    background: #f8f353;
    top: auto;
    bottom: 500px;
    left: 5%;
    width: calc(45% - 550px);
    max-width: 300px;
}
.slantedBackground span:nth-child(3) {
    display: block;
    background: #dc0d8a;
    top: auto;
    bottom: 600px;
    left: 0;
    width: calc(50% - 500px);
}
.slantedBackground span:nth-child(4) {
    display: block;
    background: #f8f353;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0%;
    width: calc(50% - 480px);
}
.slantedBackground span:nth-child(5) {
    display: block;
    background: #dc0d8a;
    top: auto;
    bottom: 120px;
    left: auto;
    right: 3%;
    width: calc(50% - 780px);
}

.slantedBackground.second {
    top: 1000px;
    background: #fff;
    height:240px;
}
.slantedBackground.second span:first-child {
    background: #efefef;
    top: auto;
    bottom: 120px;
    left: 30px;
    width: calc(50% - 800px);
}
.slantedBackground.second span:nth-child(2) {
    background: #efefef;
    top: auto;
    bottom: 120px;
    left: auto;
    right: 0;
    width: calc(50% - 800px);
}

.answersWrap p code {
    background: #efefef;
    font-size: 1.2rem;
    padding: 3px 5px;
}