/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.moa__header {
	height: 80px;
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 2;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all .2s ease-in;
}

@media screen and (min-width: 768px) {
	.moa__header {
		height: 110px;
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.moa__header.is-sticky {
		height: 80px;
		padding-top: 6px;
		padding-bottom: 8px;
	}
}

.admin-bar .moa__header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .moa__header {
		top: 46px;
	}
}

.moa__header .container {
	display: flex;
	align-items: center;
}

.moa__header--cta-sec {
	display: block;
	margin-left: auto;
}

.moa__header--site-branding {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.moa__header--site-branding img {
		max-width: 171px;
	}
}

.moa__header--posttitle {
	font-size: 27px;
	line-height: 28px;
	color: #0D5294;
	border-left: 2px solid #0D5294;
	margin-left: 20px;
	padding-left: 20px;
	height: 51px;
	display: flex;
	align-items: center;
	display: none;
}

.moa__header .moa__button--cta {
	background: #FF6C6D;
	padding: 15px 18px;
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -0.05em;
}

.moa__header .moa__page-progress {
	--scroll: 0%;
	background: linear-gradient(to right, #676EFF var(--scroll), #D9DDDD 0);
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0px;
	z-index: 100;
}

.moa__footer {
	font-family: Arial, 'Whitney', Helvetica, sans-serif;
}

.moa__footer--social {
	background: #D9DDDD;
	padding: 18px 0 14px;
}

.moa__footer--social .container {
	display: flex;
	align-items: center;
	max-width: 905px;
}

.moa__footer--social h3 {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.05em;
	color: #005093;
	font-weight: 500;
}

.moa__footer--social-links {
	list-style-type: none;
	margin: 0 0 0 auto;
}

.moa__footer--social-links li {
	display: inline-block;
	margin-right: 7px;
}

@media screen and (min-width: 1025px) {
	.moa__footer--social-links li {
		margin-right: 24px;
	}
}

.moa__footer--social-links li:last-child {
	margin-right: 0;
}

.moa__footer--main {
	padding: 40px 0 60px;
	background: #77787B;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}

.moa__footer--main .container {
	display: flex;
	max-width: 950px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.moa__footer--main .container {
		display: block;
	}
}

.moa__footer--main .moa__main-footer--desc {
	flex: 0 1 600px;
	margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.moa__footer--main .moa__main-footer--desc {
		padding-left: 40px;
	}
}

.moa__footer--main .moa__main-footer--logo {
	flex: 0 1 220px;
	margin-left: -15px;
}

@media screen and (max-width: 767px) {
	.moa__footer--main .moa__main-footer--logo {
		text-align: center;
		margin-bottom: 20px;
	}
}

.moa__footer--terms {
	margin-top: 28px;
}

.moa__footer--terms li {
	display: inline-block;
}

.moa__footer--terms li:last-child {
	border-left: 2px solid #FFF;
	margin-left: 12px;
	padding-left: 15px;
}

.moa__footer--terms li a {
	color: #fff;
}

h1, h2, h3, h4, h5 {
	font-family: 'Gotham Black', sans-serif;
}

strong {
	font-family: 'Whitney Bold';
	font-weight: 700;
}

strong em {
	font-family: 'Whitney Bold Italic';
}

em {
	font-family: 'Whitney Italic';
	font-style: italic;
}

em strong {
	font-family: 'Whitney Bold Italic';
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#page {
	margin-top: 80px;
}

.admin-bar div#page {
	margin-top: 100px;
}

@media screen and (min-width: 1025px) {
	.admin-bar div#page {
		margin-top: 110px;
	}
}

@media screen and (min-width: 768px) {
	div#page {
		margin-top: 110px;
	}
}

.container {
	max-width: 1286px;
	width: 90%;
	margin: 0 auto;
}

body:not(.wp-admin) {
	font-family: 'Whitney Light', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body:not(.wp-admin) {
	font-size: 16px;
	line-height: 18px;
	background-color: #F9F9F9;
}

@media screen and (min-width: 768px) {
	body:not(.wp-admin) {
		font-size: 16px;
		line-height: 24px;
	}
}

.moa-components {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.moa-components {
		margin-bottom: 50px;
	}
}

@font-face {
	font-family: 'Gotham Black';
	src: url("./fonts/gotham-black-webfont.woff2") format("woff2"), url("./fonts/gotham-black-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Whitney';
	src: url("./fonts/WhitneySSm-Medium_Web.woff") format("woff2"), url("./fonts/WhitneySSm-Medium_Web.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Whitney Bold';
	src: url("./fonts/WhitneySSm-Bold_Web.woff") format("woff2"), url("./fonts/WhitneySSm-Bold_Web.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Whitney Bold Italic';
	src: url("./fonts/WhitneySSm-BoldItalic_Web.woff") format("woff2"), url("./fonts/WhitneySSm-BoldItalic_Web.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Whitney Italic';
	src: url("./fonts/WhitneySSm-MediumItalic_Web.woff") format("woff2"), url("./fonts/WhitneySSm-MediumItalic_Web.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Whitney Light';
	src: url("./fonts/WhitneySSm-Light_Web.woff") format("woff2"), url("./fonts/WhitneySSm-Light_Web.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}

.moa__hero {
	position: relative;
}

@media screen and (max-width: 1024px) {
	.moa__hero {
		padding-top: 50px;
	}
}

@media screen and (min-width: 1025px) {
	.moa__hero {
		min-height: 530px;
	}
}

@media screen and (min-width: 1025px) {
	.moa__hero .container {
		display: flex;
		align-items: center;
	}
}

.moa__hero--title * {
	font-size: 52px;
	line-height: 47px;
	letter-spacing: -0.01em;
	color: #fff;
	font-family: "Gotham Black";
}

@media screen and (min-width: 1025px) {
	.moa__hero--title * {
		font-size: 64px;
		line-height: 58px;
	}
}

.moa__hero--description {
	font-size: 24px;
	line-height: 36px;
	color: #424242;
}

@media screen and (min-width: 1025px) {
	.moa__hero--description {
		max-width: 517px;
	}
}

.moa__hero--description p {
	font-size: 24px;
	line-height: 36px;
	color: #424242;
}

@media screen and (min-width: 1025px) {
	.moa__hero--description p {
		max-width: 517px;
	}
}

.moa__hero--content-area {
	flex: 1 1 517px;
}

.moa__hero--image-area {
	flex: 1 1 350px;
	position: relative;
	bottom: -7px;
	margin-top: 11px;
}

@media screen and (max-width: 1024px) {
	.moa__hero--image-area {
		text-align: center;
	}
}

.moa__hero--title {
	margin-bottom: 12px;
}

.moa__hero--social-links {
	list-style-type: none;
	margin: 0 0 0 auto;
	margin-top: 34px;
}

.moa__hero--social-links li {
	display: inline-block;
	margin-right: 7px;
}

@media screen and (min-width: 1025px) {
	.moa__hero--social-links li {
		margin-right: 24px;
	}
}

.moa__hero--social-links li:last-child {
	margin-right: 0;
}

.moa__hero-navigation {
	position: relative;
	min-height: 95px;
	position: absolute;
	width: 100%;
	bottom: 0;
}

@media screen and (max-width: 767px) {
	.moa__hero-navigation {
		display: none;
	}
}

.moa__hero-navigation--footer-nav.moa__hero-navigation {
	position: sticky;
	min-height: 0px;
	bottom: 145px;
	display: none;
	margin-top: -120px;
	margin-bottom: 170px;
}

@media screen and (min-width: 768px) {
	.moa__hero-navigation--footer-nav.moa__hero-navigation.is-visible {
		display: block;
	}
}

.moa__hero-navigation--footer-nav.moa__hero-navigation a {
	top: 0;
	bottom: 0;
}

.moa__hero-navigation a {
	display: block;
	position: absolute;
	width: 200px;
	min-height: 95px;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	bottom: -50%;
}

.moa__hero-navigation a svg {
	width: 22px;
}

.moa__hero-navigation--next a {
	right: 0;
	border-left: 10px solid #FF6C6D;
}

.moa__hero-navigation--prev a {
	left: 0;
	border-right: 10px solid #FF6C6D;
}

.moa__hero-navigation--prev a svg {
	margin-right: 14px;
}

.moa__hero-navigation--label {
	display: block;
	font-size: 18px;
	line-height: 100%;
	color: #1D3355;
	font-family: 'Gotham Black', sans-serif;
}

.moa__hero-navigation--date {
	font-size: 18px;
	line-height: 17px;
	color: #ABABAB;
	font-family: 'Gotham Black', sans-serif;
}

.moa__wysiwyg {
	font-size: 16px;
}

.moa__wysiwyg .container {
	max-width: 600px;
}

.moa__wysiwyg a {
	color: #676EFF;
	text-decoration: underline;
}

.moa__wysiwyg p, .moa__wysiwyg li, .moa__wysiwyg ol {
	font-size: 18px;
	line-height: 150%;
}

.moa__wysiwyg p {
	margin-bottom: 28px;
}

.moa__wysiwyg ol {
	margin-left: 25px;
}

.moa__wysiwyg ol li {
	list-style-type: decimal;
	padding-left: 6px;
	margin-bottom: 40px;
}

.moa__wysiwyg ul {
	margin-left: 25px;
}

.moa__wysiwyg ul li {
	list-style-type: disc;
	padding-left: 6px;
	margin-bottom: 40px;
}

.moa__image .container {
	max-width: 1200px;
}

.moa__image img {
	display: block;
	margin: 0 auto;
}

.moa__image figcaption {
	max-width: 750px;
	margin: 0 auto;
	padding: 18px 30px;
	font-size: 16px;
	line-height: 24px;
	font-size: 16px;
}

.moa__image figcaption a {
	color: #676EFF;
	text-decoration: underline;
}

.moa__image figcaption p, .moa__image figcaption li, .moa__image figcaption ol {
	font-size: 18px;
	line-height: 27px;
}

.moa__image figcaption p {
	margin-bottom: 28px;
}

.moa__image figcaption p:last-child {
	margin-bottom: 0;
}

.moa__image figcaption ol {
	margin-left: 25px;
}

.moa__image figcaption ol li {
	list-style-type: decimal;
	padding-left: 6px;
	margin-bottom: 40px;
}

.moa__image figcaption ul {
	margin-left: 25px;
}

.moa__image figcaption ul li {
	list-style-type: disc;
	padding-left: 6px;
	margin-bottom: 40px;
}

.moa__article-hero {
	margin-bottom: 30px;
}

.moa__article-hero .container {
	max-width: 900px;
}

.moa__article-hero h2 {
	color: #0D5294;
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 33px;
}

@media screen and (min-width: 768px) {
	.moa__article-hero h2 {
		font-size: 36px;
		line-height: 150%;
		margin-bottom: 0;
	}
}

.moa__article-hero h2 p {
	font-size: inherit;
	line-height: inherit;
}

.moa__article-hero h3 {
	color: #4E5053;
	font-size: 19px;
	line-height: 28px;
}

@media screen and (min-width: 768px) {
	.moa__article-hero h3 {
		font-size: 24px;
		line-height: 36px;
	}
}

.moa__article-hero h3 p {
	font-size: inherit;
	line-height: inherit;
}

.moa__article-hero.moa__article-hero--with-bg {
	margin-bottom: 50px;
}

.moa__article-hero.moa__article-hero--with-bg .container {
	padding: 42px 0 40px;
}

.moa__article-hero.moa__article-hero--with-bg h2 {
	color: #fff;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.moa__article-hero.moa__article-hero--with-bg h2 {
		font-size: 48px;
		line-height: 48px;
	}
}

.moa__article-hero.moa__article-hero--with-bg h3 {
	color: #8EDDFB;
}

.moa__article-hero.moa__article-hero--with-bg .container {
	background: #0D5294;
}

.moa__article-hero--wrap {
	max-width: 600px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.moa__article-hero--wrap {
		width: 90%;
	}
}

.moa__featured-article--border {
	display: block;
	height: 4px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.moa__pullquote {
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	min-height: 421px;
	padding: 60px 0;
}

@media screen and (min-width: 768px) {
	.moa__pullquote {
		min-height: 621px;
	}
}

.moa__pullquote .container {
	max-width: 900px;
}

.moa__pullquote--title {
	font-size: 28px;
	line-height: 100%;
	font-family: 'Gotham Black';
	color: #fff;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
	.moa__pullquote--title {
		font-size: 36px;
	}
}

.moa__pullquote--author {
	font-size: 20px;
	font-family: 'Gotham Black';
	line-height: 100%;
	color: #fff;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
	margin-top: 41px;
}

@media screen and (min-width: 768px) {
	.moa__pullquote--author {
		font-size: 24px;
	}
}

.moa__events-list--header {
	max-width: 900px;
	margin: 0 auto;
	padding: 52px 30px;
}

.moa__events-list--title, .moa__events-list--subtitle {
	max-width: 600px;
	margin: 0 auto;
}

.moa__events-list--title {
	font-size: 29px;
	line-height: 29px;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.moa__events-list--title {
		font-size: 48px;
		line-height: 100%;
	}
}

.moa__events-list--subtitle {
	color: #ffff;
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
}

@media screen and (min-width: 768px) {
	.moa__events-list--subtitle {
		font-size: 24px;
		line-height: 36px;
	}
}

.moa__events-list--list-item {
	margin-top: 30px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.moa__events-list--list-item {
		display: flex;
		max-width: 600px;
		margin: 50px auto 0;
	}
}

.moa__events-list--left-content {
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #A0A0A0;
	justify-content: center;
	align-items: center;
	flex: 1 1 175px;
}

@media screen and (max-width: 767px) {
	.moa__events-list--left-content {
		min-height: 150px;
	}
}

.moa__events-list--left-content h3 {
	line-height: 90%;
	text-align: center;
	letter-spacing: -0.05em;
	color: #fff;
	margin-bottom: 8px;
	font-size: 62px;
}

@media screen and (min-width: 768px) {
	.moa__events-list--left-content h3 {
		font-size: 60px;
	}
}

.moa__events-list--left-content h4 {
	color: #fff;
	font-size: 16px;
	line-height: 90%;
	letter-spacing: -0.04em;
}

.moa__events-list--right-content {
	flex: 1 1 423px;
	padding: 20px 30px 24px;
	background: #fff;
}

@media screen and (min-width: 768px) {
	.moa__events-list--right-content {
		padding: 20px 42px 24px;
	}
}

.moa__events-list--right-content h3 {
	color: #0D5294;
	line-height: 90%;
	margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
	.moa__events-list--right-content h3 {
		font-size: 16px;
		letter-spacing: -0.02em;
	}
}

.moa__events-list--description {
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.02em;
}

.moa__events-list--description a {
	color: #676EFF;
}

.moa__cta-section .container {
	display: block;
	padding: 33px 33px 33px;
	max-width: 900px;
}

@media screen and (min-width: 768px) {
	.moa__cta-section .container {
		align-items: center;
		display: flex;
	}
}

.moa__cta-section--cta {
	margin-left: auto;
}

.moa__cta-section--cta a {
	font-size: 16px;
	line-height: 90%;
	/* or 14px */
	letter-spacing: -0.05em;
	font-family: 'Gotham Black', sans-serif;
	color: #fff;
	background: #0D5294;
	width: 141px;
	height: 44px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.moa__cta-section--headings {
	padding-right: 25px;
}

.moa__cta-section--headings h2 {
	font-size: 36px;
	line-height: 120%;
	color: #0D5294;
	margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
	.moa__cta-section--headings h2 {
		font-size: 30px;
		margin-bottom: 0;
	}
}

.moa__cta-section--headings h3 {
	color: #fff;
	line-height: 100%;
	font-size: 20px;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.moa__cta-section--headings h3 {
		font-size: 24px;
		margin-bottom: 0;
	}
}

.moa__post-navigation--social-links {
	list-style-type: none;
	margin: 0 0 0 auto;
}

.moa__post-navigation--social-links li {
	display: inline-block;
	margin-right: 7px;
}

@media screen and (min-width: 1025px) {
	.moa__post-navigation--social-links li {
		margin-right: 24px;
	}
}

.moa__post-navigation--social-links li:last-child {
	margin-right: 0;
}

.moa__post-navigation.moa__post-navigation--navigation-only .moa__post-navigation--prev,
.moa__post-navigation.moa__post-navigation--navigation-only .moa__post-navigation--next {
	flex: 0 1 145px;
}

.moa__post-navigation.moa__post-navigation--navigation-only .moa__post-navigation--next {
	margin-left: 10px;
}

.moa__post-navigation.moa__post-navigation--navigation-only .container {
	align-items: center;
	justify-content: center;
}

.moa__post-navigation--shareonly .moa__post-navigation--sharing-links {
	margin: 0;
	flex: 1 1 100%;
	width: 100%;
}

.moa__post-navigation .container {
	display: flex;
	align-items: center;
	max-width: 900px;
}

@media screen and (max-width: 767px) {
	.moa__post-navigation .container {
		display: block;
	}
}

.moa__post-navigation--prev {
	order: 1;
	flex: 1 1 145px;
}

.moa__post-navigation--prev a {
	background: #fff;
	padding-left: 20px;
}

.moa__post-navigation--prev a svg {
	margin-right: 7px;
}

.moa__post-navigation--next {
	order: 3;
	flex: 1 1 145px;
}

.moa__post-navigation--next a {
	background: #fff;
	justify-content: flex-end;
	padding-right: 20px;
}

.moa__post-navigation--next a svg {
	margin-left: 20px;
}

.moa__post-navigation--sharing-links {
	order: 2;
	flex: 1 1 590px;
	display: flex;
	align-items: center;
	margin: 0 10px;
	background: #fff;
	min-height: 95px;
	padding: 20px 33px;
}

@media screen and (max-width: 767px) {
	.moa__post-navigation--sharing-links {
		margin: 0 0 20px 0;
	}
}

.moa__post-navigation--sharing-links h4 {
	font-size: 18px;
	line-height: 17px;
	color: #0D5294;
}

@media screen and (max-width: 767px) {
	.moa__post-navigation--next, .moa__post-navigation--prev {
		margin-bottom: 20px;
	}
}

.moa__post-navigation--next a, .moa__post-navigation--prev a {
	width: 145px;
	height: 95px;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 17px;
	color: #0D5294;
	font-family: 'Gotham Black', sans-serif;
}

@media screen and (max-width: 767px) {
	.moa__post-navigation--next a, .moa__post-navigation--prev a {
		width: 100%;
		text-align: center;
		justify-content: center;
		padding: 0;
	}
}

/*# sourceMappingURL=moa-styles.css.map */