




/*#region Form Adjustments */

/*removes border from calendar picker */
.xdsoft_datetimepicker {
    border:0;
}


/*#endform Form Adjustments */

/*#region Youth Protection Home Grid */

.youth-home-grid img {
    max-width:300px;
} 

/*#endregion Youth Protection Home Grid */


/*#region Popular Links */

.popular-links__container {
    background-color: #1E6B52;
    padding: 40px 0px;
    margin: 40px 0;
}

.popular-links__heading {
    margin-top: 0;
    margin-bottom:20px;
    color: #fff;
    text-align: center;
    font-size: 2em;
}

.popular-links__heading:after {
    content: '';
    width: 100px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 10px auto;
}

.youth-popular {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
}

.youth-popular__item {
    background-color: #fff;
    flex-basis: calc(33.333% - 40px);
    margin: 10px;
    text-align: center;

}

.youth-popular__link {
    border-bottom: 0 !important;
    font-weight: 600 !important;
    font-size: 1.1em;
    display: block;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.youth-popular__link:hover {
    background-color: #1E6B52 !important;
    color: #fff !important;
    outline: 1px solid #fff;
}


/*#endregion Popular Links */




/*#region Youth Protection Timeline */



@media all and (min-width:600px) {
    .youth-protection-timeline__item {
        display: flex;
    }
}


.youth-protection-timeline__item {
    outline: 2px solid #80bc00;
    margin: 40px 0;
}

.youth-protection-timeline__item {
    position: relative;

}

.youth-protection-timeline__item:before {
    border-width: 28px 28px 0 28px;
    border-color: #80bc00 transparent transparent transparent;
    bottom: -29px;

}

.youth-protection-timeline__item:after {
    border-width: 26px 26px 0 26px;
    border-color: #fff transparent transparent transparent;
    bottom: -26px;
}

.youth-protection-timeline__item:before,
.youth-protection-timeline__item:after {
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
}

.youth-protection-timeline__item:last-child:before,
.youth-protection-timeline__item:last-child:after {
    display: none;
}

.youth-protection-timeline__container .youth-protection-timeline__step {
    flex-basis: 20%;
    background-color: #f5f5f5;
    color: #1E6B52;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem !important;
    flex-direction: column;
    font-family: "kulturista-web", serif !important;
    padding: 20px;
    box-sizing: border-box;
}

.youth-protection-timeline__container .youth-protection-timeline__item .youth-protection-timeline__number {
    color: inherit;
    font-size: 7rem !important;
    font-family: "kulturista-web", serif !important;
}

.youth-protection-timeline__heading {
    margin: 0 !important;
    background-color: #1E6B52;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}



.youth-protection-timeline__paragraph {
    padding: 20px 30px 10px;
}

.youth-protection-timeline__link {
    margin: 0 20px 20px;
    display: inline-block;
    border: 1px solid #519954;
    padding: 10px;
    color: #519954 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: .9rem !important;
}

.youth-protection-timeline__link:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #519954;

}

.youth-protection-timeline__copy {
    flex-basis: 80%;
}

/*#endregion Youth Protection Timeline */