.testimony-image{
    float: left;
    width: 140px;
    height: 140px;
    border: 4px solid #fff;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#footer {
    padding: 0px;
}

@media screen and (max-width: 361px) {
    #logowidth {
        width: 246px;
    }
}

a1a{
    color: #3669e7;
    text-decoration: none;
    -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;
}

#content {
    position: relative;
    width: 100%;
    padding: 0;
    background: #f1f1f1;
}

#fun_photo::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #4fc1e9;
    background-position: 0 50px;
}
.blog-title {
    text-align: center;
}

#mapcontainer img { max-width: inherit; }


/* Container holding the image and the text */
.img-container {
    position: relative;
    text-align: center;
    color: white;
}

/* Centered text */
.image-text-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.greyover{
    max-width: 100%;
    max-height: 300px;
    min-height: 300px;
    -webkit-filter: grayscale(100%);
}
.greyover:hover{
    -webkit-filter: grayscale(0%);
}
.agent_row{
    text-align: center;
    padding-bottom:25px;
}
.agent_div{
    min-height: 460px;
}
.agent_name{
    font-size: 1.3vw;
    padding: 16px;
    color: black;
    text-transform: uppercase;
}
.agent_summary{
    font-size: 16px;
    font-style: italic;
    min-height: 24px;
}

/* Row Height Fix */
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}