

.sus-card {
    margin: 50px 0 50px 0;
    width: 100%;
    display: inline-block;
    position: relative;
    min-height: 200px;
}
.sus-card img {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 180px;
}
.sus-card p {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    left: 220px;
    width: calc(100% - 230px);
    margin-bottom: 50px;
}



.entry-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin: 50px 0 130px 0;
    position: relative;
    display: inline-block;
    color: #000;
    text-align: center;
}

.entry-title:after {
    text-align: center;
    content: "";
    background: #ffdb00;
    width: 180px;
    height: 2px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -90px;
}


@media only screen and (max-width: 600px) { 
    #sec1 .entry-content h3 { 
        font-size: 28px;
        line-height: 38px;
    }
    .sus-card img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        bottom: 0;
        margin-bottom: 30px;
    }
    .sus-card p {
        font-size: 20px;
        line-height: 30px;
        position: relative;
        left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.btn.inverted {
    margin: 50px 0;
    border-color: #1a1a1a;
    padding: 15px 80px 15px 50px;
    border-width: 4px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 900;
    font-weight: bold;
    font-family: 'MuseoSans900';
    letter-spacing: 0.88px;
}
.btn.inverted:hover {
    border-width: 4px;
}
.btn.inverted span {
    position: relative;
}

.arrow-right {
    position: absolute;
    right: -30px;
    top: 2px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffdb00;
}

.btn.inverted:hover {
    border-color: #ffdb02;
}

.slick-dots li.slick-active button:before {
    top: -1px !important;
    left: -7px !important;
}


.p-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.p-fixed .hero-stripe {
    padding: 5px 0;
}
.close-bar {
    background: #222222;
    width: 90px;
    height: 90px;
    position: relative;
    transition: all .2s ease-in-out;
}
.close-bar:before {
    content: "";
    width: 35px;
    height: 2px;
    background: #ffdb00;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100000;
    margin-left: -17px;
    transform: rotate(45deg);
    transition: all .2s ease-in-out;
}
.close-bar:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #ffdb00;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100000;
    margin-left: -17px;
    transform: rotate(-45deg);
    transition: all .2s ease-in-out;
}

.close-bar:hover {
    background: #ffdb00;
}
.close-bar:hover:after,
.close-bar:hover:before {
    background: #222;
}