.tcenter{
	text-align: center;
}
.tleft{
	text-align: left;
}

.tright{
	text-align: right;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.clearfix{
    display: block;
    content: "";
}
.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-left: 15px !important;
  margin-right: 15px !important;

  
}

.map__display {
    z-index:2;
}    

@media (max-width: 1200px) {
    div[data-component-name="socialmedia_header"] .socialmedia__link:before {
        color: #3b2f24;
    }
}

@media (max-width: 767px) {
     .polaroid {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 15px;
	margin-bottom: 15px;
	width:100%;
}
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.home-layout .wrap__page-content{
    width: 100%;
    padding: 0;
    margin: 0;
}

.location {
    display: flex !important;
}

p.location__email {
    color: #997655 !important;
}