/* Navigation */
.eds_circularMenu {left: 50px;}
/* Typography */
.mr {margin-right: 5px;}
.ml {margin-left: 5px;}
.badge-primary {
    color: #fff;
    background-color: #2b4051;
	font-size: 1.1 rem;
}
.badge-secondary {
    color: #fff;
    background-color: #b97824;
	font-size: 1.1 rem;
}
/* Accessibility */
.eds_box1 .hero-text {
    display: inline-block;
    background-color: rgba(43,64,81,0.7);
    color: #fff;
    padding: 2rem;
    width: 90%;
    margin: auto;
}
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_hero {
	background-color: rgba(43,64,81,0.7);
	padding: 1rem;
}
.eds_footerList li a {
    color: #3e5d75;
	font-weight: 400;
}
/* Search */
.searchSkinObjectPreview_group { display:none; }
.dnnSearchResultItem-Others { display:none; }
/* Footer */
.edsCopyrightBg { background-color: #3e5d75; }
.edsCopyrightBg .edsCopyright a { color: #ffffff; }
.edsCopyrightBg .edsCopyright a:hover { color: #d4dfe8; }
/* Visibility */
.hidden-mobile {}
@media (max-width:576px){
    .hidden-mobile{
        display:none;
    }
}
@media (max-width:768px){
    .hidden-mobile{
        display:none;
    }
}
/* Images */
.eds_animatedTumbnail.eds_style3::after { background-color: rgba(43, 64, 81, 0.7); }
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle::after { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #faedde; }
.eds_animatedTumbnail .g_thCaption > .eds_thTitle, 
.eds_animatedTumbnail .g_thCaption > .eds_thDescription { color: #faedde; font-size: 2.75rem; }
/* Embed */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

