.content1-content{
    padding-top: 45px;
}

.content1-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    background: #fff;
    border: 2px solid #ec4528;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #ec4528;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    font-weight: bold;
    border-radius: 4px;
}

.content1-cta:hover{
    color: #fff;
    background: #ec4528;
    text-decoration: none;
}

.content1-cta:first-of-type{
    background:#ec4528;
    color:#fff;
}

.content1-cta:first-of-type:hover{
    background:#fff;
    color:#ec4528;
}

.content1-repeater{
    margin-top: 45px;
}

.content1-repeater a,
.content1Subtype-repeater a{
    text-decoration: underline;
}

.content1Subtype-repeater ul,
.content1-repeater ul{
    list-style: none;
    margin-left: -15px;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.content1Subtype-repeater ul li:before,
.content1-repeater ul li:before {
    content: "•";
    padding-right: 10px;
    font-size: 40px;
    margin-left: -27px;
    position: relative;
    top: 8px;
    line-height: .5;
}
.content1Subtype-repeater {
    display: flex;
    margin-bottom: 30px;
}

.content1Subtype-repeater h4 a{
    color: #000;
    text-decoration: none;
}

.content1Subtype-repeater-image > div{
    width: 200px;
    height: 200px;
    margin-right: 30px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: .6rem;
}

@media screen and (max-width: 767px){
    .content1Subtype-repeater{
        flex-wrap: wrap;
        margin-bottom:60px;
    }

    .content1Subtype-repeater-image{
        width: 100%;
        margin-bottom: 30px;
    }

    .content1Subtype-repeater-image > div{
        width: 100%;
        height: 300px;
    }

    .content1Subtype-repeater-body{
        width:100%;
    }
}

.content1-sidebar{
    margin-top:45px;
    margin-left: 4%;
}

@media screen and (max-width:991px){
    .content1-sidebar{
        margin-left: 0;
    }
}
