.img-fluid{
	max-width: 100%; height: auto;
}
.text-center{text-align: center;}
.siteHeader__logo .logo__wrapper img,
.siteFooter__logo .logo__wrapper img{
	position: relative;
	width: 134px;
	height: auto;
}
.footerSocial a{text-decoration: none; color: var(--gray);}
.footerSocial a:hover{
    color: var(--blue-dark);
}

.backtotop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background-color: rgba(37, 38, 61, 0.74);
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.backtotop.show{
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.backtotop:hover{
    background-color: rgba(37, 38, 61, 0.85);
}
.awards .awardsSlider figure img{
	width: auto !important;
	height: auto !important;
}

body .podcast-footer-menu a{
	color: #e00d39;
}

.contactUsBanner__wrapper.containerMini a{
	color: #fff;
	text-decoration: none;
}
.contactUsBanner__wrapper.containerMini a:hover{
	color: #fbd7db;
}
.contactUsBanner__wrapper.containerMini a i{
    border: 2px solid #fff;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    padding: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}

.pressKitContent .size-medium{
	margin: auto;
}

.pageContent h1{
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--blue-dark);
    font-family: var(--serif);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3;
}

.pageContent .pageContent__wrapper header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
@media (min-width: 768px){
	.pageContent .pageContent__wrapper {
	    padding-top: 40px;
	}
	.pageContent .pageContent__wrapper header{
	    align-items: center;
	}
}
@media (min-width: 992px){
	.pageContent .pageContent__wrapper{
		padding-top: 60px;
	    padding-bottom: 100px;
	}
}


.getStartedContent__text ol{margin-top: 0}
.frm_forms.frm_style_formidable-style.with_frm_style{width: 100%;}
