.landing-intro{
    margin-bottom: 45px;
}

.landing-content{
    margin-bottom:45px;
}

.landing-hero{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    margin-bottom: 45px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.landing-hero .landing-title{
    position: absolute;
    bottom: 45px;
    color: #fff;
    margin: 0;
    max-width:50%;
    text-shadow: rgba(0,0,0,.7) 5px 5px 5px;
}

.landing-heroInner{
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 50%;
}

@media screen and (max-width:767px) {
    .landing-hero .landing-title{
        max-width: 100%;
    }
}

.landing-learnItem{
    display: flex;
    align-items: center;
    float: left;
    width: 33.3333%;
    margin: 10px 0;
}

.landing-learnItem a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.landing-learnItem .pic{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 80px;
    display: inline-block;
    margin-right: 15px;
}

@media screen and (max-width: 991px) {
    .landing-learnItem{width:50%}
}

@media screen and (max-width: 767px) {
    .landing-learnItem{width:100%}
}

.landing-repeat{
    margin-bottom: 30px;
}

.landing-repeat a {
    text-decoration: underline;
}

.landing-repeat ul{
    list-style: none;
    margin-left: -15px;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.landing-repeat ul li:before {
    content: "•";
    padding-right: 10px;
    font-size: 40px;
    margin-left: -27px;
    position: relative;
    top: 8px;
    line-height: .5;
}

.landing-sidebar{
    position: relative;
    top: -150px;
    background: #fff;
    padding: 2rem;
    margin-left: 4%;
    margin-bottom: -55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 767px){
    .landing-sidebar{
        margin-left: 0;
        margin-bottom:45px;
        top: 0;
        padding: 45px 0;
    }
}

.page-node-type-general-templates .field--name-field-landing-hero{
    margin-left: -15px;
    margin-right: -15px;
}