.tcenter{
    text-align: center;
}
.tleft{
    text-align: left;
}

.tright{
    text-align: right;
}

.tjustify {
    text-align: justify;
}

.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;
    
}

div.locations {
    margin: 1em;
}

div.locations .location p {
    margin-bottom: 0;
    margin-top : 0;
    color: #ffffff;
}

.location__phone a, .location__fax a {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 0;
    margin-left: 0;
    font-family: "open-sans-condensed-bold", Arial, Helvetica, sans-serif;
    text-decoration: none;
}

@media (max-width: 991px) {
    p.location__address, p.location__city-state-zip {
        display: none;
    }
    div.locations {
        margin: 0;
    }
    
}

@media (max-width: 767px) {
     .polaroid {
        margin: 15px auto;
    }
    
    .coll-6, .coll-4, .coll-8 {
        width: 100%;
        float: none;        
    }
    
    .iframe {
        width: 100%;
    }
    .slider__item {
        background-position: 70% 50%;
    }
    
}




