/*

GREY= #898989;
RED= #CE171F;

*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400);
@import url(https://fonts.googleapis.com/css?family=Oswald);

/* ================ GENERAL ================ */

html, body {
	height: 100%;
	margin: 0;
}

body {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #898989;
}

.promo-box {
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9;
	/* display: none; */
}

.icon-strip {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.icon-strip .element1,
.icon-strip .element2 {
	width: 45%;
	height: 50px;
	margin: 20px 0 15px 0;
}

@media screen and (max-width: 650px) {
	.icon-strip .element1,
	.icon-strip .element2 {
		height: auto;
		padding: 0 5%;
	}
}

.icon-strip .element1 img,
.icon-strip .element2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.message-strip {
	position: relative;
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	background: rgba(180, 47, 36, 0.85);
}

@media screen and (max-width: 650px) {
	.message-strip {
		font-size: 12px;
	}
}

.message-strip a {
	color: #000!important;
}

.content {
	flex: 1 0 auto;
}

.content-inner {
	position: relative;
	width: 100%;
	/* height: calc(100% - 130px);*/
	margin: 160px auto 40px auto;
	overflow: auto;
}

@media screen and (max-width: 875px) {
	.content-inner {
		margin: 0 auto;
		padding: 0;
	}
}

article {
	position: relative;
	width: 72.6%;
	max-width: 1000px;
	margin: 50px auto;
}

@media screen and (max-width: 800px) {
	article {
		width: 90%;
		margin: 20px auto 50px auto;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	article {
		width: 88%;
		text-align: center;
	}
}

article p {
	line-height: 1.7em;
	font-size: 1em;
}

h1 {
	font-size: 3em;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

h2 {
	font-size: 2.125em;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	color: #000;
}

@media screen and (max-width: 700px) {
	h2.headline {
		text-align: center;
	}
}

h2.headline span {
	white-space: nowrap;
}

@media screen and (max-width: 800px) {
	h2.headline span {
		white-space: normal;
	}
}

h2.headline span.subtitle {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 0.5em;
	letter-spacing: normal;
	color: #898989;
	vertical-align: 10px;
	background-image: url(img/rule.png);
	background-position: 0 1.7em;
	background-repeat: no-repeat;
	background-size: 135px 3px;
}

@media screen and (max-width: 800px) {
	h2.headline span.subtitle {
		display: block;
		margin: 0;
		padding: 0 0 30px 0;
		font-size: 0.45em;
		background-position: 50% 3em;
	}
}

h2.headline2 {
	
}

h2.headline2::after {
	display: block;
	content: url(img/rule.png);
	margin: 10px;
	vertical-align: 25%;
}

h3 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

h4 {
	font-weight: 300;
	letter-spacing: 1px;
}

.clearfix {
	clear: both;
}

.trans {
	-webkit-transition: 500ms; /* Safari */
	transition: 500ms;
}

.hide {
	display: none;
}

iframe {
	position: relative;
	width: 100%;
	/*max-width: 900px;*/
	display: block;
	margin: 0 auto;
}

a:link,
a:visited {
	color: #CE171F;
	text-decoration: none;
}

a:hover,
a:active {
	color: #CE171F;
	text-decoration: underline;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-info h2 {
	font-size: 1em;
	margin: 0 0 5px 0;
}

.single-info p {
	font-size: 0.75em;
	margin: 0;
}

/* ================ ./END GENERAL ================ */


/* ================ HEADER ================ */

header {
	position: relative;
	width: 100%;
	height: 190px;
	background: #FFF;
	z-index: 9999;
}

@media screen and (max-width: 875px) {
	header {
		height: 110px;
	}
}

header .inner {
	position: absolute;
	width: 72.6%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 1220px) {
	header .inner {
		width: 90%;
	}
}

@media screen and (max-width: 875px) {
	header .inner {
		width: 100%;
	}
}

header .inner .logo {
	position: absolute;
	width: 201px;
	height: 89px;
	top: 35px;
	background: url('img/MRA-logo-black.png') no-repeat;
	background-size: contain;
	background: url('img/MRA-logo-black.svg') no-repeat,
    linear-gradient(transparent, transparent);
}

@media screen and (max-width: 875px) {
	header .inner .logo {
		height: 70px;
		top: 20px;
		left: 30px;
	}
}

header .stack {
	position: absolute;
	top: 70px;
	right: 0;
	color: #000;
}

@media screen and (max-width: 875px) {
	header .stack {
		display: none;
	}
}

.home header .stack {
	color: #FFF;
}

header .stack .holder {
	position: relative;
	height: 28px;
	width: 45px;
	margin: -5px 0 0 0;
	float: left;
	text-align: center;
}

header .stack .holder img {
    position: relative;
    height: 100%;
    width: auto;
}

header .stack a {
	color: #000;
}

.home header .stack a {
	color: #FFF;
}

header .stack a:hover {
	color: #CE171F;
	text-decoration: none;
}

@media screen and (max-width: 875px) {
	header .phone {
		display: none;
	}
}

.fas.fa-bars {
	position: absolute;
	top: 25px;
	right: 30px;
	font-size: 4em;
	color: #000;
	display: none;
}

@media screen and (max-width: 875px) {
	.fas.fa-bars {
		top: 30px;
		display: block;
		font-size: 3em;
	}
}

ul#main-nav {
	position: absolute;
	left: 0;
	bottom: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.125em;
	letter-spacing: 1px;
	color: #000;
}

@media screen and (max-width: 875px) {
	ul#main-nav {
		position: relative;
		width: 100%;
		margin: 130px 0 0 0;
		padding: 0 30px;
		font-size: 1.25em;
		font-weight: bold;
		background: #242424;
		display: none;
	}
}

@media screen and (min-width: 876px) {
	ul#main-nav {
		display: block!important;
	}
}

ul#main-nav li {
	position: relative;
	margin: 0 25px 0 0;
	padding: 0;
	float: left;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

@media screen and (max-width: 875px) {
	ul#main-nav li {
		float: none;
		margin: 0;
		padding: 10px 0;
		display: block;
		border-bottom: 1px solid #FFF;
	}

	ul#main-nav li:last-child {
		border: none;
	}
}

ul#main-nav li a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 500ms; /* Safari */
	transition: 500ms;
}

@media screen and (max-width: 875px) {
	ul#main-nav li a {
		color: #FFF;
	}
}

ul#main-nav li a:hover, 
ul#main-nav li.active a {
	color: #CE171F!important;
	-webkit-transition: 500ms; /* Safari */
	transition: 500ms;
}

/* ================ ./END MAIN NAV ================ */


/* ================ HOMEPAGE ================ */

.home .video-responsive{
	position: relative;
    height: 0;
    margin: 80px 0 0 0;
    padding-bottom: 56.25%;
    overflow: hidden;    
}

@media screen and (max-width: 700px) {
	.video-responsive{
	    margin: 30px 0 0 0;
	}
}

.video-responsive iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home header {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
}

.home .fas.fa-bars {
	color: #FFF;
}

.home ul#main-nav li a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 500ms; /* Safari */
	transition: 500ms;
}

.home ul#main-nav li a:hover {
	color: #CE171F;
	-webkit-transition: 500ms; /* Safari */
	transition: 500ms;
}

.home header .inner .logo {
	background: url('img/MRA-logo-white.png') no-repeat;
	background-size: contain;
	background: url('img/MRA-logo-white.svg') no-repeat,
    linear-gradient(transparent, transparent);
}

.home header .phone,
.home header .phone a {
	color: #FFF;
}

.home header .phone a:hover {
	color: #CE171F;
	-webkit-transition: 500ms; /* Safari */
	transition: 500ms;
}

.hero {
	position: relative;
	width: 100%;
	padding: 48.6% 0 0 0;
	background: #000;
	z-index: 0;
}

@media screen and (max-width: 600px) {
	.hero {
		padding: 66.8% 0 0 0;
	}
}

.hero.promo {
	position: relative;
	margin-top: -150px;
	padding-top: calc(48.6% + 100px);
}

@media screen and (max-width: 750px) {
	.hero.promo {
		padding-top: calc(58.6% + 170px);
	}
}

.hero {
	background-size: cover;
}

.home .content-inner {
	margin: 160px auto 10px auto;
}

.homepage-top-block {
	position: relative;
	width: 72.6%;
	margin: 0 auto;
}

.top-copy {
	position: absolute;
	width: 40%;
	top: 210px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
}

/*proportional scaling not cooperating so manaully have to size
@media screen and (max-width: 1300px) {
	.top-copy {
		width: 45%;
		top: 225px;
	}

	.promo .top-copy {
		top: 410px;
	}
}

@media screen and (max-width: 1200px) {
	.top-copy {
		width: 40%;
	}
}

@media screen and (max-width: 1100px) {
	.top-copy {
		width: 35%;
	}
}

@media screen and (max-width: 1000px) {
	.top-copy {
		top: 210px;
	}

	.promo .top-copy {
		top: 310px;
	}
}

@media screen and (max-width: 875px) {
	.top-copy {
		width: 45%;
		top: 135px;
	}

	.promo .top-copy {
		top: 235px;
	}
}

@media screen and (max-width: 725px) {
	.top-copy {
		width: 35%;
	}
}

@media screen and (max-width: 600px) {
	.top-copy {
		width: 60%;
		top: 150px;
	}

	.promo .top-copy {
		top: 250px;
	}
}

@media screen and (max-width: 500px) {
	.top-copy {
		width: 50%;
		top: 120px;
	}

	.promo .top-copy {
		top: 220px;
	}
}*/

.promo .top-copy {
	padding: 13% 0 0 0;
}

@media screen and (max-width: 875px) {
	.promo .top-copy {
		padding: 8% 0 0 0;
	}
}

@media screen and (max-width: 750px) {
	.promo .top-copy {
		padding: 20% 0 0 0;
	}
}

.top-copy img {
	position: relative;
	width: 100%;
	height: auto;
}

.top-gfx {
	position: relative;
	width: 72.6%;
	margin: -8% auto 0 auto;
}

@media screen and (max-width: 600px) {
	.top-gfx {
		width: 60%;
		margin: -25px auto 0 auto;
	}
}

.top-gfx .holder {
	width: 100%;
	bottom: 0;
}

.top-gfx .holder .box {
	position: relative;
	width: 25%;
	padding: 24.5% 0 0 0;
	float: left;
	background: #FFF;
}

@media screen and (max-width: 600px) {
	.top-gfx .holder .box {
		width: 50%;
		padding: 50% 0 0 0;
	}
}

.top-gfx .holder .box .inner {
	position: absolute;
	top: 0;
}

.top-gfx .holder .box .inner img {
	position: relative;
	width: calc(100% + 20px);
	margin: -8px 0 0 -10px;
}

.strip {
	position: relative;
	width: 100%;
	padding: 22% 0 0 0;
	background: #FFF;
}

@media screen and (max-width: 600px) {
	.strip {
		position: relative;
		width: 100%;
		padding: 30% 0 0 0;
		text-align: center;
		background: #FFF;
	}
}

.strip .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.strip .inner h2 {
	position: relative;
	width: 76%;
	margin: 20px auto 0 auto;
	color: #FFF;
	letter-spacing: 2px;
}

@media screen and (max-width: 800px) {
	.strip .inner h2 {
		margin: 10px auto 0 auto;
		font-size: 1.2em;
	}
}
@media screen and (max-width: 480px) {
	.strip .inner h2 {
		font-size: 5vw;
	}
}

#tenants.strip .inner h2 {
	color: #000;
}

.strip .inner ul.slider {
	width: 82%;
	margin: 0 auto;
	padding: 0;
	transform: translateY(30%);
}

@media screen and (max-width: 800px) {
	.strip .inner ul.slider {
		transform: translateY(10%);
	}
}

@media screen and (max-width: 450px) {
	.strip .inner ul.slider {
		width: 76%;
	}
}

.strip .inner ul.slider li {
	background: url('img/slider-bg.png') no-repeat center;
	background-size: contain;
}

#partners_and_lenders.strip {
	background: #898989;
}

/* --- YouTube video section  --- */

@media screen and (max-width: 740px) {
	article#video_section {
		margin: 20px auto 0 auto
	}
}

/* --- ./END YouTube video section  --- */


/* --- podcast slider  --- */

article#podcast {
	margin: 10px auto 230px auto;
}

article#podcast .callbacks_container {
	position: relative;
	width: 100%;
	float: left;
}

article#podcast .callbacks_nav.prev {
	position: absolute;
	width: 25px;
	height: 45px;
	left: -40px;
	transform: translateY(50%);
	display: block;
	background: url('img/arrow-left-grey.png') no-repeat;
}

@media screen and (max-width: 740px) {
	article#podcast .callbacks_nav.prev {
		top: 30%;
	}
}

article#podcast .callbacks_nav.next {
	position: absolute;
	width: 25px;
	height: 45px;
	right: -40px;
	transform: translateY(50%);
	display: block;
	background: url('img/arrow-right-grey.png') no-repeat;
}

@media screen and (max-width: 740px) {
	article#podcast .callbacks_nav.next {
		top: 30%;
	}
}

ul#podcast_slider {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

article#podcast ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

article#podcast ul li.podcast_holder {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #000;
    color: #FFF;
    display: flex;
}

@media screen and (max-width: 740px) {
    article#podcast ul li.podcast_holder {
        flex-direction: column;
    }
}

article#podcast ul li.podcast_holder .as_heard {
    width: 260px;
    min-height: 45px;
    position: relative;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 740px) {
    article#podcast ul li.podcast_holder .as_heard {
        margin: 0 auto;
    }
}

article#podcast ul li.podcast_holder .as_heard span {
    height: 100%;
    position: relative;
    float: left;
    padding: 11px 0 0 45px;
    background: url(../../img/frontpage/podcast_icon.svg) no-repeat;
    background-position: left 8px;
    background-size: 40px;
    font-size: 1.8em;
}

@media screen and (max-width: 740px) {
    article#podcast ul li.podcast_holder .as_heard span {
        height: 45px;
        padding: 3px 0 0 45px;
        background-position: left -5px;
    }
}

article#podcast ul li.podcast_holder .info {
	width: calc(100% - 380px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 740px) {
    article#podcast ul li.podcast_holder .info {
    	width: auto;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #FFF;
        text-align: center;
    }
}

article#podcast ul li.podcast_holder .info h2 {
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
    color: #FFF;
}

article#podcast ul li.podcast_holder .info h3 {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

article#podcast ul li.podcast_holder .cta {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 15px;
}

@media screen and (max-width: 740px) {
    article#podcast ul li.podcast_holder .cta {
        text-align: center;
        margin: 20px 0 10px 0;
    }
}

article#podcast ul li.podcast_holder .cta a {
    color: #ED1C24;
    text-decoration: none;
    font-size: 1.2em;
}

/* --- ./END podcast slider  --- */


/* --- slick slider --- */

button.slick-prev {
	width: 25px;
	height: 45px;
	background: url('img/arrow-left.png') no-repeat;
}

#tenants button.slick-prev {
	width: 25px;
	height: 45px;
	background: url('img/arrow-left-grey.png') no-repeat;
}

button.slick-next {
	width: 25px;
	height: 45px;
	background: url('img/arrow-right.png') no-repeat;
}

#tenants button.slick-next {
	width: 25px;
	height: 45px;
	background: url('img/arrow-right-grey.png') no-repeat;
}

button.slick-prev::before,
button.slick-next::before  {
	display: none;
}

* {
	box-sizing: border-box;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}

.slick-active {
	opacity: 1;
}

.slick-current {
	opacity: 1;
}

/* ================ ./END HOMEPAGE ================ */


/* ================ SERVICES ================ */

.jump_container {
	position: relative;
	margin: 40px 0;
}

.box-left {
	position: relative;
	width: 300px;
	float: left;
}

@media screen and (max-width: 875px) {
	.box-left {
		width: 100%;
	}
}

.box-left ul.jump_nav {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.box-left ul.jump_nav li {
	position: relative;
	display: block;
	margin: 5px 0;
	padding: 10px;
	background: #EFEFF0;
	cursor: pointer;
	-webkit-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
}

@media screen and (max-width: 875px) {
	.box-left ul.jump_nav li {
		display: inline-block;
	}
}

.box-left ul.jump_nav li:hover {
	background: #CE171F;
	color: #FFF;
	-webkit-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
}

.box-right {
	position: relative;
	width: calc(100% - 300px);
	float: left;
}

@media screen and (max-width: 875px) {
	.box-right {
		width: 100%;
	}
}

.box-right ul.jump_sections {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
}

@media screen and (max-width: 875px) {
	.box-right ul.jump_sections {
		padding: 0;
	}
}

.jump_section {
	display: none;
}

.jump_section h2 {
	margin: 0;
}

@media screen and (max-width: 875px) {
	.jump_section h2 {
		margin: 40px 0 0 0;
	}
}

.jump_section.jumpactive {
	display: block;
}

/* ================ ./END SERVICES ================ */


/* ================ PORTFOLIO ================ */

.page-template-page-portfolio h2.headline2::after {
	display: block;
	margin: -20px 0 0 0;
}

ul.featured {
    width: 102%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 -1%;
    padding: 0;
}
      
ul.featured li {
	position: relative;
	flex: 0 0 48%;
	margin: 1%;
	padding: 31.5% 0 0 0;
}

@media screen and (max-width: 600px){
	ul.featured li {
		flex: 0 0 98%;
		padding: 68% 0 0 0;
	}
}

ul.featured li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 9;
}

ul.featured li .image_holder {
	position: absolute;
	width: 100%;
	height: calc(100% - 30px);
	top: 0;
	background: #CCC;
}

ul.featured li h3.caption {
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: 0;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    -webkit-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
}

ul.grid {
    width: 102%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 -1%;
    padding: 0;
}
      
ul.grid li {
	position: relative;
	flex: 0 0 23%;
	margin: 1%;
	padding: 23% 0 0 0;
	cursor: pointer;
	background: #CE171F;
}

ul.grid li:hover > .image_holder {
    -webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
    -ms-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
    -webkit-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    ul.grid li:hover > .image_holder {
	    opacity: 0.8;
	    -webkit-transition: 500ms;
	    -ms-transition: 500ms;
	    transition: 500ms;
	}
}

ul.grid li:hover > h3.caption {
    opacity: 1;
    -webkit-transition: 500ms;
    transition: 500ms;
}

@media screen and (max-width: 600px){
	ul.grid li {
		flex: 0 0 48%;
		padding: 48% 0 0 0;
	}
}

ul.grid li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 9;
}

ul.grid li .image_holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #CCC;
}

ul.grid li h3.caption {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: 500ms;
    transition: 500ms;
}

/* ================ ./END PORTFOLIO ================ */


/* ================ ./PORTFOLIO-SINGLE ================ */

#investments h2 {
	position: relative;
}

.portfolio-top_block {
	position: relative;
	width: 100%;
	padding: 60% 0 0 0;
}

@media screen and (max-width: 800px) {
	.portfolio-top_block {
		margin: 0 0 120px 0; /* shouldn't need this, but here we are */
		padding: 75.5% 0 0 0;
	}
}

.portfolio-top_block .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.portfolio-top_block .inner ul {
	list-style: none;
}

.portfolio-top_block .inner .left {
	position: relative;
	width: 190px;
	height: 100%;
	margin: 0 15px 0 0;
	float: left;
	background: #CE171F;
	color: #FFF;
}

@media screen and (max-width: 800px) {
	.portfolio-top_block .inner .left {
		display: none;
	}
}

.portfolio-top_block .inner .left .typeblock {
	position: relative;
	padding: 20px;
	float: left;
	font-weight: bold;
}

.portfolio-top_block .inner .left .typeblock .info {
	font-weight: normal;
	font-size: 0.9em;
}

.portfolio-top_block .inner .main {
	position: relative;
	width: calc(100% - 205px);
	height: 85%;
	float: left;
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.portfolio-top_block .inner .main {
		width: 100%;
	}
}

.portfolio-top_block .inner ul#slider3 {
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.portfolio-top_block .inner ul#slider3 li {
	width: 100%;
	height: 100%;
}

.portfolio-top_block .inner ul#slider3 .holder {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	background: #CCC;
}

.portfolio-top_block .inner .navwindow {
	position: relative;
	width: calc(100% - 205px);
	margin: 15px 0 0 0;
	float: right;
}

@media screen and (max-width: 800px) {
	.portfolio-top_block .inner .navwindow {
		width: 100%;
		margin: 10px 0 0 0;
	}
}

.portfolio-top_block .inner .navwindow ul.rslides_tabs {
	padding: 0;
	list-style: none;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

.portfolio-top_block .inner .navwindow ul.rslides_tabs li {
    position: relative;
    width: 9.5%;
    padding: 9.5% 0 0 0;
    display: inline-block;
    float: none;
    margin: 0 1.2% 0 0;
    margin-left: 0px;
}

.portfolio-top_block .inner .navwindow ul.rslides_tabs li.rslides_here {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
      filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.portfolio-top_block .inner .navwindow ul.rslides_tabs li .holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.portfolio-top_block .inner .mobile-bottom {
	position: relative;
	width: calc(100% - 30px);
	margin: 5px 0 0 0;
	padding: 15px;
	float: left;
	background: #CE171F;
	display: none;
	font-size: 0.7em;
	text-align: left;
	color: #FFF;
}

@media screen and (max-width: 800px) {
	.portfolio-top_block .inner .mobile-bottom {
		display: block;
	}
}

.portfolio-top_block .inner .mobile-bottom .typeblock {
	position: relative;
	margin: 0 15px 0 0;
	float: left;
	font-weight: bold;
}

.portfolio-top_block .inner .mobile-bottom .typeblock .info {
	font-weight: normal;
	font-size: 0.9em;
}

a.url {
	position: relative;
	display: block;
	margin: 50px 0 20px 0;
	font-weight: bold;
}

.navigation {
	position: relative;
	margin: 40px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.85em;
}

/* ================ ./END PORTFOLIO-SINGLE ================ */


/* ================ TEAM ================ */

ul.team_grid {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

@media screen and (max-width: 1100px) {
	ul.team_grid {
		text-align: center;
	}
}

ul.team_grid li {
	position: relative;
	width: 190px;
	height: 275px;
	margin: 10px;
	
}

@media screen and (max-width: 600px) {
	ul.team_grid li {
		margin: 3%;
	}
}

ul.team_grid li a {
	text-decoration: none;
}

ul.team_grid li .image {
	position: relative;
	width: 190px;
	height: 190px;
	border: 1px solid #898989;
}

ul.team_grid li .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

ul.team_grid li .text {
	position: relative;
	width: 190px;
	height: 85px;
	padding: 10px;
	overflow: auto;
	text-align: center;
	color: #FFF;
	background: #898989;
}

ul.team_grid li .text h2 {
	margin: 0;
	font-size: 1em;
	color: #FFF;
}

ul.team_grid li .text h3 {
	position: absolute;
	margin: 0 auto;
	padding: 5px;
	left: 0;
	right: 0;
	font-size: 0.6em;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
}

@media screen and (max-width: 600px) {
	ul.team_grid li .text h3 {
		font-size: 0.8em;
	}
}

/* ================ ./END TEAM ================ */


/* ================ TEAM-SINGLE ================ */

.bio-image {
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 30px 0 0;
	float: left;
}

@media screen and (max-width: 800px) {
	.bio-image {
		margin: 0 auto 40px auto;
		float: none;
	}
}

.bio-text {
	position: relative;
	width: calc(100% - 270px);
	float: left;
}

@media screen and (max-width: 800px) {
	.bio-text {
		width: 100%;
		float: none;
	}
}

.bio-text p:first-child {
	margin-top: 0;
}

a.backlink {
	position: relative;
	display: block;
	margin: 40px 0;
	font-size: 0.8em;
}

/* ================ ./END TEAM-SINGLE ================ */


/* ================ PRESS ================ */

.fa-file-pdf {
	color: #CE171F;
}

.accordion {
	background-color: #CE171F;
	color: #444;
	cursor: pointer;
	margin: 0 0 8px 0;
	padding: 3px 10px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 0.8em;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	cursor: pointer;
}

.active, .accordion:hover {
	
}

.accordion i.ufa {
    position: absolute;
    right: 10px;
    font-size: 1.5em;
    font-weight: bolder;
}

.accordion.active i.fa {
    transform: rotate(-90deg);
}

ul.panel {
	list-style: none;
	margin: 0;
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

@media screen and (max-width: 800px) {
	ul.panel {
		font-size: 12px;
	}
}

ul.panel li {
	margin: 0 0 15px 0;
	text-align: left;
}

ul.panel li span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
}

ul.panel li h2 {
	margin: 0;
	text-transform: none;
	font-size: 1em;
	font-weight: normal;
}

ul.panel li h2 a {
	color: #000;
}

ul.panel li h2 a:hover {
	color: #CE171F;
	text-decoration: none;
}

.fa-angle-left {
	float: right;
	margin: 3px;
}

/* ================ ./END PRESS ================ */


/* ================ GIVING BACK ================ */

.block-container {
	position: relative;
	width: 100%;
	min-height: 400px;
	text-align: left;
}

.block-container .block-text {
	position: relative;
	width: calc(100% - 340px);
	height: 100%;
	float: left;
}

@media screen and (max-width: 980px) {
	.block-container .block-text {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 980px) {
	.block-container .block-text .imgholder {
		width: 100%;
		text-align: center;
	}
}

.block-container .block-text img {
	position: relative;
	width: 400px;
	max-width: 100%;
	height: auto;
	margin: 0 20px 10px 0;
	float: left;
}

@media screen and (max-width: 980px) {
	.block-container .block-text img {
		margin: 0 auto;
		float: none;
	}
}

.block-container .block-text ul {
	position: relative;
	list-style: none;
	line-height: 26px;
	text-align: left;
}

.block-container .block-text ul li {
	position: relative;
}

.block-container .block-text ul li::before {
	content: "\2022";
	color: #CE171F;
	display: inline-block;
	width: .5em;
	margin: 0;
	font-size: 2em;
	vertical-align: -2px;
}

@media screen and (max-width: 800px) {
	.block-container .block-text ul li::before {
		margin: 0 0 0 -1em;
	}
}

.block-container .block-logo {
	position: relative;
	width: 30%;
	max-width: 300px;
	margin: 0 0 0 40px;
	float: left;
}

@media screen and (max-width: 980px) {
	.block-container .block-logo {
		width: 300px;
		max-width: 100%;
		margin: 0 auto;
		float: none;
	}
}

.block-container .block-logo img {
	position: relative;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 980px) {
	.block-container .block-logo img {
		width: 300px;
		max-width: 100%;
	}
}

.block-container .block-links {
	position: relative;
	width: 100%;
	margin: 40px 0;
	text-align: center;
}

.block-container .block-links a {
	position: relative;
	display: inline-block;
	margin: 0 20px;
	color: #CE171F;
	text-decoration: none;
}

ul.giving_grid {
    width: 102%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 0 -1%;
    padding: 0;
}

ul.giving_grid li {
	position: relative;
	width: 240px;
	margin: 0 0 20px 0;
	background: url('img/slider-bg.png') no-repeat center;
	background-size: contain;
	cursor: pointer;
}

@media screen and (max-width: 980px) {
	ul.giving_grid li {
		width: 200px;
	}
}

@media screen and (max-width: 600px) {
	ul.giving_grid li {
		margin: 0 auto;
	}
}

ul.giving_grid li a {
	position: relative;
	display: block;
}

ul.giving_grid li img.logo-image {
	position: relative;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 70%;
}

.page-template-page-giving_back .block-container .block-text img {
	width: auto;
}

/* ================ ./END GIVING BACK ================ */


/* ================ CONTACT ================ */

@media screen and (max-width: 875px) {
	article#contact {
		width: 80%;
	}
}

.form_holder {
    position: relative;
    margin: 0 0 40px 0;
    display: inline-block;
    background: #CE171F;
    padding: 15px;
    float: left;
}

@media screen and (max-width: 800px) {
	.form_holder {
	    margin: 0 auto 40px auto;
	    float: none;
	}
}

.form_holder h1 {
    position: relative;
    margin: 0 0 -10px 0;
    color: #FFF;
    font-size: 1em;
}

.form_holder p {
    margin: 0;
}

@media screen and (max-width: 600px) {
	.form_holder article p {
	    line-height: 1em;
	    font-size: 1.5em;
	}
}

.contact_text {
	position: relative;
	display: inline-block;
	margin: 0 0 0 40px;
}

@media screen and (max-width: 800px) {
	.contact_text {
		width: 300px;
		margin: 0;
	}
}

.contact_text p:first-child {
	margin: 0 0 10px 0;
}

/* ================ ./END CONTACT ================ */


/* ================ FOOTER ================ */

footer {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-shrink: 0;
    padding: 0 0 50px 0;
	background: #EFEFF0;
}

@media screen and (max-width: 800px) {
	footer {
		padding: 0 0 10px 0;
	}
}

footer .inner {
    position: relative;
	width: 80%;
	max-width: 1536px;
	margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    gap: 10px 20px;
    row-gap: 10px;
    column-gap: 20px;
    font-size: 0.8rem;
}

@media screen and (max-width: 736px) {
	footer .inner {
		font-size: 0.6rem;
	}
}

@media screen and (max-width: 700px) {
	footer .inner {
		gap: 20px;
        row-gap: 20px;
        column-gap: 20px;
	}
}

footer .inner .column {
    position: relative;
    flex: 1;
}

@media screen and (max-width: 700px) {
	footer .inner .column {
		flex: auto;
	}
}

footer .inner a {
	color: #898989;
	text-decoration: none;
}

footer .inner a:hover {
	color: #CE171F;
}

footer h3 {
	margin: 0 0 20px 0;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    letter-spacing: 1px;
}

@media screen and (max-width: 736px) {
	footer h3 {
		margin: 0 0 15px 0;
	}
}

@media screen and (max-width: 700px) {
	footer h3 {
		margin: 30px 0 0 0;
	}
}

footer h4 {
	position: relative;
	margin: 20px auto;
	font-size: 0.9em;
	text-align: right;
}

.column.max {
    max-width: 215px;
}

footer .inner ul li {
    margin: 8px 0 0 0;
}

@media screen and (max-width: 700px) {
	#f-col-1 {
        order: 1;
        flex: auto;
        width: 50%;
		margin: -10px 0 0 0;
    }
}

#f-col-1 .footer-logo {
    position: relative;
    width: 60%;
	max-width: 314px;
	padding: 35% 0 0 0;
    background: url('img/MRA-logo-black.png') no-repeat;
	background-size: contain;
	background: url('img/MRA-logo-black.svg') no-repeat,
    linear-gradient(transparent, transparent);
	/* background: #F00; */
}

@media screen and (min-width: 1320px) {
	#f-col-1 .footer-logo {
		height: 100px;
		padding: 0;
	}
}

@media screen and (max-width: 700px) {
    #f-col-1 .footer-logo {
        display: none;
    }
}

#f-col-1 ul.contact {
    position: relative;
    width: 100%;
    padding: 0;
    list-style: none;
}

ul.contact li.phone {
	background: url('img/footer/phone-red.svg') no-repeat left top;
	height: 34px;
	padding-top: 7px;
	padding-left: 44px;
}

ul.contact li.laptop {
	background: url('img/footer/laptop.svg') no-repeat left top;
	height: 34px;
	padding-top: 7px;
	padding-left: 54px;
	margin: 8px 0 0 -10px;
}

ul.contact li.pin {
	background: url('img/footer/pin.svg') no-repeat left top;
	height: 34px;
	padding-top: 7px;
	padding-left: 44px;
}

@media screen and (max-width: 700px) {
	#f-col-2 {
        order: 3;
    }
}

#f-col-2 ul.sitemap {
    position: relative;
    width: 100%;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 736px) {
	#f-col-2 ul.sitemap li {
		margin: 0;
	}
}

#f-col-2 ul.sitemap li::before {
	content: "\2023";
	width: 1em;
	display: inline-block;
	color: #CE171F;
	font-weight: bold;
	font-size: 18px;	  
}

#f-col-3 {
    max-width: 215px;
}

@media screen and (max-width: 700px) {
	#f-col-3 {
        order: 4;
        flex: auto;
        width: 50%;
    }
}

#f-col-3 ul {
    position: relative;
    width: 100%;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 700px) {
	#f-col-4 {
        order: 2;
        width: calc(50% - 20px);
        flex: auto;
    }
}

#f-col-4 .footer-logo {
    position: relative;
    width: 60%;
	padding: 45% 0 0 0;
	float: right;
    background: url('img/MRA-logo-black.png') no-repeat;
	background-size: contain;
	background: url('img/MRA-logo-black.svg') no-repeat,
    linear-gradient(transparent, transparent);
    display: none;
}

@media screen and (max-width: 700px) {
    #f-col-4 .footer-logo {
        display: block;
    }
}

#f-col-4 .award {
    position: relative;
	display: block;
    width: 80%;
	max-width: 418px;
	padding: 35% 0 0 0;
	float: right;
    background: url('img/award.png') no-repeat;
	background-size: contain;
	background: url('img/award.svg') no-repeat,
    linear-gradient(transparent, transparent);
	/* background: #666; */
}

@media screen and (max-width: 700px) {
    #f-col-4 .award {
		width: 60%;
	}
}

@media screen and (min-width: 1320px) {
	#f-col-4 .award  {
		height: 100px;
		padding: 0;
	}
}

hr {
    position: absolute;
    width: 80vw;
	z-index: 9;
	display: none;
}

@media screen and (max-width: 700px) {
	hr {
		display: block;
	}
}

.biline {
    position: absolute;
    display: block;
    width: 100%;
	margin: 20px auto;
    bottom: -50px;
	text-align: right;
}

/* ================ ./END FOOTER ================ */


/* ================ ./WP DEFAULT ================ */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
