.wrap__slider .slider__title {
    font: 42px / 1.22 Times New Roman;
    font-weight: bold;
    color: #e2e1e1 !important;
    text-shadow: 3px 3px 6px #000000;
}
.wrap__slider .slider {
    height: 540px;
}
.logo {
    width: inherit;
}
.polaroid {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: .25rem !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.text-center {
	text-align:center !important;
}
.clearfix{
    display: block;
    content: "";
    clear: both;
}
.wrap__page-content p img {
    margin: 0 .5em !important;
} 

.wrap__logoHeader--inner .logo__link .logo__image {
    margin: 15px;
    height: auto !important;
}
.staff-member__image {
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: .25rem !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#staff__list{
	list-style-type: none;
}
table {
    width: 100% !important;
}
.wrap__slider .slider__text.solid-background {
    background: none;
    box-shadow: none;
}

@media (max-width: 767px){
    .editable img, .editable__container--inner img {
        max-width: 80% !important;
        width: 100% !important;
        margin: auto !important;
        float: none !important;
        display: block;
        height: auto;
    } 
    .wrap__page-content p img {
        margin: .5em auto !important;
    } 
	.videoWrapper {
	    position: relative;
	    padding-bottom: 56.25%; /* 16:9 */
	    padding-top: 25px;
	    height: 0;
	}
	.videoWrapper iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
    th, td {
        width: 100%;
        display: block;
    }	
	             
}

.logo__description {
    font: 22px / 1.046 "quattrocento-regular", Verdana, sans-serif;
    margin: 0 0 2px !important;
}
.caption{
    font: 22px / 1.046 "quattrocento-regular", Verdana, sans-serif;
    line-height: 1.3;
}

@media (max-width: 1200px){
    .caption{
    text-align: center;
}
.logo__description {
    text-align:center;
}
}

@media (max-width: 767px){
.logo__title {
    font-size: 23px;}
.caption{
    font: 18px / 1.046 "quattrocento-regular", Verdana, sans-serif;
}
}

.vid_con {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    height: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-div-col2{
    width:50%;
    float:left;
    padding:10px;
}

@media (max-width: 767px){ 
    .custom-div-col2{ 
        width:100% !important; 
        margin-top:5px; 
    } 
}