.wrap__logo {
    top: 190px;
}

.location p {
    margin: 0;
    padding: 0 10px;
    display: block;
    font-family: "merriweather", "Arial Black", Arial, Helvetica, sans-serif;
}

.wrap__locationsHeader .location {
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 24px 0 0;
    font-size: 14px;
    line-height: 1em;
}

.map__caption:after {
    content: "Located inside of the Melton Building";
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.tcenter{
    text-align: center !important;
}
.tleft{
    text-align: left !important;
    font-size: 16px;
}

.tright{
    text-align: right !important;
    font-size: 16px;
}

.tjustify {
    text-align: justify;
    font-size: 16px;
}

.floatleft{
    float: left;
}

.floatright{
    float: right;
}

.clearfix{
    display: block;
    content: "";
    clear:both;
}
.fbold{
    font-weight: bold;
}

.fbolder{
    font-weight: bolder;
}
.tunderline{
    text-decoration: underline;
}

.fitalic {
    font-style: italic;
}

.img-thumbnl {
    padding: .25rem;
    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;
    max-width: 100%;
    height: auto;
}
.polaroid {
  width: auto;
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: .1em .5em .5em;

  
}

.lgImg{
    width:350px;
    height:auto;
}

.lgImgWidth{
    width:500px;
    height:300px;
}

.mdImg{
    width:250px;
    height:auto;
}

.mdImgWidth{
    width:400px;
    height:250px;
}

.smImg{
    width:200px;
    height:auto;
}

.smImgWidth{
    width:300px;
    height:200px;
}

.xsImg{
    width:180px;
    height:auto;
}
.xsImgWidth{
    width:200px;
    height:200px;
}

.row { 
    width:100%; 
    flex-wrap:wrap;
    align-items:center;
    
}
.row::after {
    display:table;
    clear:both;
    content:""; 
    
}


.coll-4 {
    width: 30.33%;
    float: left;
    margin: .2em;
    padding: .25em;
}


.coll-6 {
    width: 48%;
    float: left;
    margin: .2em;
    padding: .25em;
}

.coll-8 {
    width: 64.44%;
    float: left;
    margin: .2em;
    padding: .25em;
}

.wrap__page-content img, .wrap__editable img {
    padding: .2em;
    
}

.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%;
}

.wrap__editable-content h2, .wrap__editable-content h3, .wrap__editable-content h4, .wrap__editable-content h5, .wrap__editable-content h6, .wrap__page-content h2, .wrap__page-content h3, .wrap__page-content h4, .wrap__page-content h5, .wrap__page-content h6, .wrap__editable h2, .wrap__editable h3, .wrap__editable h4, .wrap__editable h5, .wrap__editable h6 {
    font-weight: 700;
    text-align: unset;
}

@media (min-width: 1025px){
    .wrap__logo {
        max-width: 100%;
        right: 9.5%;
    }
    ul.navigation__list.more_nav.mm-listview.mm-vertical {
        overflow-y: hidden;
    }
}

@media (min-width: 768px) {
    .location {
        height: 71px;
    }
    .location p {
        font-size: 16px;
        line-height: 18px;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .location__address, .location__city-state-zip {
        display: none !important;
    }
    
    .wrap__locationsHeader .location {
        font-size: 20px;
    } 
     .polaroid {
        margin: 15px auto;
    }
    
    .coll-6, .coll-4, .coll-8 {
        width: 100%;
        float: none;        
    }
}




















    