div.content p:last-child {
    margin-bottom: 0;
}

div.content-container p {
    color: #FFF;
}

h1 {
    font-size: 60px;
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 45px;
    }
}
div.center-content-padding {
    padding: 0 75px 0 75px;
}

div.featured-image {
    overflow: hidden;
    min-height: 500px;
    max-height: 500px;
    -webkit-background-size:cover;
    background-size:cover;
    background-position: center center;
}
/*
div.fab-subscribe {
    bottom: 100px;
    right: 60px;
}*/
div.profiles-container {
    padding: 70px 0 100px 0;
}
div.lineup-headling {
    margin-bottom: 100px;
    text-align: center;
}
@media screen and (max-width: 991px) {
    div.lineup-headling {
        margin-bottom: 50px;
    }
    div.profiles-container div.row:nth-child(2) > div {
        padding: 0;
    }
    div.profiles-container {
        padding: 50px 0 75px 0;
    }
}
div.userinfo.colored {
    background-color: #f5f0e9;
}
div.userinfo {

}
div.userinfo div.info-container {
    padding: 20px;
}
@media screen and (max-width: 991px) {
    div.userinfo div.info-container {
        padding: 0;
        margin-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (min-width: 992px) {
    div.profiles-container > div.row:nth-child(2) > div.col-sm-6 p {
        padding-right: 70px !important;
    }
}
div.userinfo p:last-child {
    margin-bottom:0;
    padding-bottom:0;
}
div.userinfo p:last-child a {
    margin-bottom:0;
    padding-bottom:0;
}
div.profiles-icon {
    text-align: center;
    padding-bottom: 50px;
}
div.profiles-icon img {
    width: 15vw;
    min-width: 150px;
    max-width: 200px;
}
@media screen and (max-width: 991px) {
    div.profiles-text {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (min-width: 991px) {
    div.profiles-text {
        padding-right: 15vw;
    }
}
div.profiles-text h2 {
    margin-bottom: 40px;
}
div.adaptable-image {
    height: 30vw;
    max-height: 500px;
    overflow: hidden;
}
div.adaptable-image.bns {
     height: 35vw;
     max-height: 600px;
    overflow: hidden;
}
div.top-image {
    overflow: hidden;
    min-height: 500px;
    max-height: 500px;
    height:inherit;
}
div.top-image img {
    min-height: 500px;
}
@media screen and (max-width: 500px) {
    div.adaptable-image {
        max-height: 500px;
    }
}
@media screen and (min-width: 501px) and (max-width: 720px) {
    div.adaptable-image {
        max-height: 700px;
    }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
    div.adaptable-image {
        max-height: 1000px;
    }
}
@media screen and (max-width: 991px) {
    div.adaptable-image {
        height: inherit;
    }
}
div.content-text {
    margin-top: 100px;
}
@media screen and (max-width: 991px) {
    div.content-text > div {
        margin-left: 15px;
        padding-right: 45px;
    }
    div.content-text {
        margin-top:0px;
    }
    div.content-text > div:first-child {
        margin-top:-17px;
    }
    div.top-left-content-row {
        display: none;
    }
}
div.content-text p:last-child {
    padding-bottom:0;
    margin-bottom:0;
}
p.linked-in img {
    height: 24px;
    padding-right: 6px;
    float: left;
}
p.linked-in a {
    color: #777;
    display: inline-block;
    padding-top: 2px;
    font-style: italic;
    margin-bottom: 30px;
}
div.row-container {
    display: inline-block;
}
div.userinfo-content {
    padding: 20px 0 30px 0;
}
.cd-section.about {
    position: absolute;
    bottom: 100px;
    right: 100px;
}
div.three-row:nth-child(3n) {
    padding-right: 0;
}
div.three-row:nth-child(3n+1) {
    padding-right: 0;
    padding-left: 0;
}
div.three-row:nth-child(3n+2) {
    padding-left: 0;
}
/*


.cd-section {
    position: absolute;
    bottom: 100px;
    right: 60px;
    z-index: 2;
}
.cd-modal-action {
    position: relative;
}
.cd-modal-action .btn {
    width: 12.5em;
    height: 4em;
    background-color: #fcbb14;
    border-radius: 5em;
    transition: color 0.2s 0.3s, width 0.3s 0s;
}
.cd-modal-action .btn.to-circle {
    width: 4em;
    color: transparent;
    transition: color 0.2s 0s, width 0.3s 0.2s;
}
.cd-modal-action .cd-modal-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-2em);
    width: 4em;
    height: 4em;
    background-color: #fcbb14;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 0.5s;
}
.cd-modal-action .cd-modal-bg.is-visible {
    opacity: 1;
    visibility: visible;
}*/