@charset "UTF-8";/* Whole Site */
.h4, h4 {
    font-size: 1.5rem;
    margin: 0 0 .5rem 0;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
		width: 90%;
	    margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
		width: 90%;
	    margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
		width: 90%;
	    margin: 0 auto;
	}
}
@media (min-width: 1200px) {
 	.container {
		max-width: 1140px;
		width: 90%;
	    margin: 0 auto;
	}
}

strong {
	font-weight: bolder;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2.25rem;
}
h3 {
	font-size: 1.75rem;
}
p {
	font-size: 1rem;
}
#sp-component {
	padding-left: 0;
	padding-right: 0;
}
.row {
	margin-bottom: 0;
}

.center-text p {
	padding-left: 3rem;
	padding-right: 3rem;
}
nav ul li.active {
	background-color: transparent;
}
nav ul a:hover {
	background-color: transparent;
}
nav ul li {
    float: unset;
}

#sp-page-builder .sppb-row {
    margin: 0 0.5em;
}

/* Header */

nav {
	color: unset;
	background-color: unset;
	width: unset;
	height: unset;
}

/* Header */
#sp-topbar {
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
	z-index: 9999;
	height: 36pm;
	line-height: 36px;
	padding-right: 0;
	padding-left: 0;
}
#sp-header {
	position: fixed;
	top: 36px;
	width: 100%;
	z-index: 9999;
}
.logo-image {
	max-width: 260px;
	height: 60px;
}

@media only screen and (min-width: 601px) {
	nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
		height: unset;
		line-height: unset;
	}
}


/* Footer */
.mw-footer-img {
    max-width: 400px;
    margin: 0 auto;
}
.footer-title > * {
    margin-bottom: 0 !important;
}
.footer-social {
    text-align: center;
}
.footer-social div {
    display: inline-block;
}
.footer-social:after {
    content: '';
    width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block;
}
.footer-social img {
  max-width: 20px;
  margin: 0 0.25em;
}

/* Blog */
.tags {
    margin: 2rem 0 2rem 0;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    margin: 0 auto;
}

/* Language Switcher */
.sp-module-content .mod-languages ul.lang-inline {
    margin: 0 auto;
    text-align: center;
}
.sp-module-content .mod-languages ul.lang-inline li a {
    color: white;
}

