﻿/* 
    Overwriting general styles for site redesign 
*/
.fld-reset {
    background: rgba(52, 178,51,.06);
}
.fld-reset .btn {
    border-radius: 3px;
    font-size: 1.8rem;
    font-weight: 600;
}
.fld-reset .btn:hover {
    background-color: #31b337;
}
.fld-reset .fld-desktop {
    display: none;
}
.fld-reset .fld-mobile {
    display: initial;
}
.fld-reset .btn {
    /* background-color: #00851B; */
    max-width: 185px;
    padding: 0;
    width: 100%;
}
.fld-reset a.fld-cta {
    position: relative;
    /* color: #00851B; */
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.fld-reset a.fld-cta:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 2.2rem;
    font-weight: normal;
    margin: 0 0 0 7px;
    transform: translateY(-1px);
    position: absolute;
}
.fld-cta-banner {
    flex-flow: column wrap;
    padding: 22px 20px 30px;
    align-items: start;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.fld-cta-banner img {
    margin-bottom: 19px;
    width: 51px;
}
.fld-cta-banner h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin: 0 0 14px;
    padding: 0;
}

/* Slider */
button.slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: auto;
}

@media (min-width: 768px) {
    .fld-reset .fld-desktop {
        display: initial;
    }
    .fld-reset .fld-mobile {
        display: none;
    }
    .fld-reset footer {
        margin-top: 82px;
    }
    .fld-cta-banner {
        flex-flow: row nowrap;
        padding: 39px 42px 38px 36px;
        align-items: center;
        margin-top: 77px;
        justify-content: end;
        position: relative;
    }
    .fld-cta-banner img {
        margin-bottom: 0;
        margin-right: 22px;
    }
    .fld-cta-banner h3 {
        margin: 0;
    }
    .fld-reset .fld-cta-banner .btn {
        margin-left: 20px;
    }
}
@media (min-width: 1024px) {
    .fld-reset .fld-cta-banner .btn {
        position: absolute;
        right: 42px;
    }
}

.ms-webpartzone-cell {
	margin-bottom: 0px
}

body.fld-reset {
	overflow-y: auto;
	overflow-x: hidden;
}