.phrase {
    display: block;
    margin: 30px auto;
    text-align: center;
    font-size: 1rem;
}

.author {
    font-family: 'AvenirLTStd-Black';
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0 0 40px 0;
}

.bloglist p.section {
    width: 70%;
    margin: 80px auto;
    text-align: center;
}

.founders .founder-box:first-child {
    padding-left: 150px;
}

.founders .founder-box:last-child {
    padding-right: 150px;
}

.img-frame-founder {
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    background-color: rgba(0,0,0,0.6);
    position: relative;
	background-position: center;
}

.short-desc {
    width: 70%;
    margin: 0 auto 40px;
    min-height: 120px;
}

.overlay {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 39%;
}

.founder-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay .trotter-link-cnt {
    margin-top: 0;
}

.founder-popup {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000000;
    background-color: #fff;
    border: 1px solid #D02C2F;
    width: 90%;
    height: 90%;
    margin: 5%;
    padding: 30px 40px;
    overflow: auto;
}

.founder-popup p.desc {
}

h3::before {
    display: none;
}

.close {
    font-size: 2rem;
    color: #D02C2F;
    position: absolute;
    right: 75px;
    z-index: 999999;
    width: 30px;
	opacity: 1;
}

.close:hover {
    text-decoration: none;
    color: #D02C2F;
}

.bold-red {
    color: #D02C2F;
    font-family: 'AvenirLTStd-Black';
    margin: 0;
}

.black-bold {
    font-family: 'AvenirLTStd-Black';
    width: 70%;
    margin: 0 auto 20px;
}

.beige {
    background-color: #F0F0F0;
    padding: 35px 0;
}

.founder-text-cnt p.section {
    width: 55%;
}

.founder-text-cnt p.section {
    margin: 0 auto;
}

.popup-founder-box {
    overflow: auto;
    height: 100%;
}

@media (max-width: 1500px) {
    .founders .founder-box:first-child {
        padding-left: 20px;
    }

    .founders .founder-box:last-child {
        padding-right: 20px;
    }
}

@media (max-width: 1199px) {
    .founders .founder-box:first-child {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 40px;
    }

    .founders .founder-box:last-child {
        padding-right: 50px;
        padding-left: 50px;
    }

    .overlay {
        padding-top: 26%;
    }
}

@media (max-width: 1199px) {
    .founders .founder-box:first-child {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 40px;
    }

    .founders .founder-box:last-child {
        padding-right: 50px;
        padding-left: 50px;
    }

    .overlay {
        padding-top: 26%;
    }

    .founder-text-cnt p.section {
        margin: 0 auto;
        width: 75%;
    }
}

@media (max-width: 767px) {
    .overlay {
        padding-top: 50%;
    }
}

@media (max-width: 576px) {
    .founders .founder-box:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .founders .founder-box:last-child {
        padding-right: 0;
        padding-left: 0;
    }

    .short-desc {
        width: 90%;
        min-height: 140px;
    }

    .founder-popup {
        padding: 30px 5px;
        position: fixed;
        height: 100%;
        width: 100%;
        margin: 0;
    }

    .founder-popup div.popup-founder-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        width: 100%;
    }

    .founder-popup p.desc {
        height: auto;
    }

    .phrase {
        width: 80%;
    }
	
	.close {
		right: 20px;
		top: 10px;
	}
}