.seperator {
    padding: 40px 0;
    color: #fff;
    background-color: #6C6B6A
}

.seperator a,.seperator h3,.seperator .g-link,.seperator .g-link:after {
    color: #fff
}

.seperator a {
    display: block;
	text-decoration:none;
}

.seperator .g-link {
    float: right;
    font-size: 18px;
    line-height: 31px
}

.seperator h3 {
    font-weight: 300;
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin:0;
}

.seperator:hover .g-link:after {
    left: 10px
}

.seperator--green {
    background-color: #95C11F;
    color: #fff
}

.seperator--green a,.seperator--green h3,.seperator--green .g-link,.seperator--green .g-link:after {
    color: #fff
}

.seperator--lightgrey {
    background-color: #F2F2F2;
    color: #414140
}

.seperator--lightgrey a,.seperator--lightgrey h3,.seperator--lightgrey .g-link {
    color: #414140
}

.g-colx2 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.g-col {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
@media (max-width: 1440px) {
    .seperator {
        padding: 25px 0
    }
}

@media (max-width: 1000px) {
    .seperator .g-link {
        font-size: 14px;
        line-height: 24px
    }

    .seperator .g-link:after {
        line-height: 20px
    }

    .seperator h3 {
        font-size: 20px
    }
}

@media (max-width: 500px) {
    .seperator .g-link {
        font-size: 12px;
        line-height: 22px
    }

    .seperator .g-link:after {
        line-height: 18px
    }
}
.callout-icons {
    padding: 70px 0 0 0;
    display: block;
    background: #f2f2f2;
}

.callout-icons__item {
    padding: 0 0 70px 0;
    width: 32.5%
}

.callout-icons__item:hover .callout-icons__icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.callout-icons .callout-icons__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.callout-icons .callout-icons__item {
    width: 50%
}

.callout-icons__left,.callout-icons__right {
    float: left
}

.callout-icons__left {
    width: 45px
}

.callout-icons__right {
    width: 85%;
    padding-left: 20px
}

.callout-icons__title {
    display: inline-block;
    font-weight: 600;
    color: #6C6B6A;
    font-family: 'Lato-Bold';
    font-weight: normal
}

.callout-icons__icon img {
    width: 45px;
    vertical-align: top;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.callout-icons__text {
    font-size: 14px;
    line-height: 24px;
    color: #414140;
    font-weight: normal
}

@media (max-width: 1200px) {
    .callout-icons .callout-icons__item {
        width: 49.999%
    }

    .callout-icons__right {
        padding-left: 40px
    }
}

@media (max-width: 800px) {
    .callout-icons .callout-icons__item {
        padding: 20px
    }

    .callout-icons .callout-icons__title {
        margin: 0 0 5px 0
    }
}

@media (max-width: 600px) {
    .callout-icons {
        padding: 20px 0
    }

    .callout-icons .callout-icons__item {
        width: 100%;
        overflow: hidden;
    }

    .callout-icons .callout-icons__inner {
        display: block
    }
}
