.re-bg-gray {
	background-color: #537c8c;
}

.re-bg-gray-gradient {
	background: linear-gradient(0deg,#313758 0,#0F2154 99%);
}


@media (max-width: 576px) {

	.navbar-brand img {
		width: 150px;
	}
	
}


/* Hide AddToAny vertical share bar when screen is less than 980 pixels wide */
@media screen and (max-width: 980px) {
    .a2a_floating_style.a2a_vertical_style { display: none; }
}

.post-content img {
    display: block;
    max-width: 100%;
    height: auto!important;
}

.post-content .wp-caption {
	width: inherit !important;
}

.post-content h1, .post-content .h1, 
.post-content h2, .post-content .h2, 
.post-content h3, .post-content .h3, 
.post-content h4, .post-content .h4, 
.post-content h5, .post-content .h5, 
.post-content h6, .post-content .h6 {
	margin-top: 45px;
	margin-bottom: 15px;
}


.post-content .wp-caption-text {
	font-size: 14px;
	color: #888;
	text-align: left;
}

@media (max-width: 988px){
  .wp-caption {
    /* Force the box to be 100% */
    width: 100% !important;
  }
  .post-content .wp-caption a img {
    /* Scale down if too big */
    max-width: 99.03225806%; /* 614/620 */
    height: auto;
  }
}

.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%;
}

.re-font-muli {
	font-family: 'Muli', sans-serif;
}

.navbar-brand img {
	width: 200px;
	margin-left: -10px;
}