*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
#social-icons ul i{ padding:0 1px;}
#social-icons ul li{
	filter:invert(70%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.menu-button span { background: #000;}
.about-content h1 { margin-top:15%; margin-bottom:50px;}
/* Custom Highlight */
	.rvs-custom-highlight.rvs-container a.rvs-close:active,
	.rvs-custom-highlight.rvs-container a.rvs-close:focus,
	.rvs-custom-highlight.rvs-container a.rvs-close:hover,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:active,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:focus,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:hover,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:active,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:focus,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:hover,
	.rvs-custom-highlight.rvs-thumb-play .rvs-nav-container span.rvs-nav-item-thumb:hover:before {
		background-color: #2e2e2e;
	}
	.rvs-custom-highlight.rvs-container a.rvs-play-video:active,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:focus,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:hover,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:active,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:focus,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:hover,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child:active,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child:focus,
	.rvs-custom-highlight.rvs-container a.rvs-nav-item.rvs-active:first-child:hover {
		border-color: #2e2e2e;
	}
	.rvs-custom-highlight.rvs-container a.rvs-close:active,
	.rvs-custom-highlight.rvs-container a.rvs-close:focus,
	.rvs-custom-highlight.rvs-container a.rvs-close:hover,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:active,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:focus,
	.rvs-custom-highlight.rvs-container a.rvs-play-video:hover,
	.rvs-custom-highlight .rvs-active .rvs-nav-item-title {
		color: #ffffff;
	}
	.rvs-custom-highlight .rvs-active .rvs-nav-item-credits {
		color: #ffffff;
	}
	.about-content { padding-top: 150px; }
	.about-content h1{
		text-transform: none;
		font-size: 2rem;
		margin: 0;
		padding: 0;
		line-height: 44px;
		font-weight: 500;
		-webkit-font-smoothing: antialiased;
		letter-spacing: 0.02em;
		margin-bottom: 25px;
		color: #2d3e50;	
		font-family: 'TradeGothicLTCom-BdCn20';
		text-transform:uppercase;
	}
	.wt-blog .body-container-wrapper *, .wt-blog .footer-container-wrapper * {
		-webkit-font-smoothing: antialiased;
	}
	.wt-blog a:not(.cta) {
    font-size: 1em;
}
.wt-blog .body-container-wrapper *, .wt-blog .footer-container-wrapper * {
    -webkit-font-smoothing: antialiased;
}
.wt-blog__post__author__photo img {
    object-fit: cover;
    min-height: 100%;
    max-width: 100%;
}
.wt-blog__post__author__details {
    padding-top: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.wt-blog__post__author__details h2, .wt-blog__post__author__details p, .wt-blog__post__author__details a {
    font-size: 0.75rem;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #33475b;
    margin: 0;
    padding: 0;
}
.wt-blog__post__top a {
    color: #00a4bd;
}
.wt-blog__post__author__photo {
    border-radius: 50%;
    overflow: hidden;
    display: block;
    float: left;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #ed7448;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}
.about-content p {	
	font-size: 0.85rem;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #33475b;
    margin: 0;
    padding: 0;
}