.module--accordion {}

.module--accordion .items {}

.module--accordion .items .item {}

.module--accordion .items .item .heading {
	display: flex;
	cursor: pointer;
}

.module--accordion .items .item .heading .h-type--override h3 {
	color: #5b9d36;
}

.module--accordion .items .item .heading .icon {
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}

.module--accordion .items .item .heading[aria-expanded="false"] .expand {display: block}
.module--accordion .items .item .heading[aria-expanded="true"] .expand {display: none}

.module--accordion .items .item .heading[aria-expanded="false"] .collapse {display: none}
.module--accordion .items .item .heading[aria-expanded="true"] .collapse {display: block}

.module--accordion .items .item .body {
	margin-left: 3rem;
}

.module--anchor {}

.module--banner-primary {}

.module--banner-primary .banner {
	display: flex;
	align-items: flex-end;
}

.module--banner-primary .banner::before {
	content: "";
	width: 0;
	height: 50vmin;
}

.module--banner-primary .container {
	width: 100%;
}

.module--banner-secondary {}

.module--banner-secondary .banner {
	display: flex;
	align-items: flex-start;
}

.module--banner-secondary .banner::before {
	content: "";
	width: 0;
	height: 30vmin;
}

.module--banner-secondary .container {
	width: 100%;
}

.module--blockquote-carousel {}

.module--blockquote-carousel .slick-track {
	display: flex;
	align-items: center;
}

.module--blockquote-carousel .wrapper {
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%; /* Needed for IE flex bug. */
	align-items: center;
}

.module--blockquote-carousel .image {}

.module--blockquote-carousel .image .container {
	width: 100%; /* Needed for IE flex bug. */
}

.module--blockquote-carousel[min-width~="32rem"] .text .container {
	padding-left: 1.5rem;
}

.module--blockquote-carousel .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem;
	display: flex;
	justify-content: center;
}

.module--blockquote-carousel [data-slides="1"] .slick-dots {
	display: none;
}

.module--blockquote-carousel .slick-dots li {
	width: .75rem;
	height: .75rem;
	background-color: #e5dfdf;
	border-radius: 50%;
	cursor: pointer;
}

.module--blockquote-carousel .slick-dots li + li {
	margin-left: 3rem;
}

.module--blockquote-carousel .slick-dots li.slick-active {
	background-color: #999999
}

.module--blockquote-carousel .slick-arrow {
	position: absolute;
	top: calc(50% - 1.75rem);
	width: 1.5rem;
	height: 2.625rem;
	background-size: 1.5rem 2.625rem;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	cursor: pointer;
}

.module--blockquote-carousel .slick-arrow.slick-prev {
	background-image: url("/assets/ui/arrow-left-gray.svg");
	left: 0;
}

.module--blockquote-carousel .slick-arrow.slick-next {
	background-image: url("/assets/ui/arrow-right-gray.svg");
	right: 0;
}

.module--blockquote-carousel .person-thumbnail-container {
	max-width: 48rem;
	margin: 0 auto;
}

@media screen and (min-width: 48em) {
	.module--blockquote-carousel .person-thumbnail-container {
		padding-left: 3.625rem;
	}
}

.module--button {}
.module--divider {}

.module--divider .divider {
	position: absolute;
	width: calc(100% - 3rem);
	height: .5rem;
	left: 1.5rem;
	top: calc(50% - .25rem);
	background-image: url('/assets/ui/divider.svg');
	background-size: 16rem .5rem;
	background-position: center center;
	background-repeat: repeat-x;
}

.module--embed-block .h-type {
    max-width: 100% !important;
}
.module--featured-entries-automatic {}

.module--featured-entries-manual {}

.module--featured-entries-reliquary {}

.module--form-developer {
}

.module--form-developer .form-holder{
	margin-top: 2rem;
}

.module--form-developer .message-holder{
	margin-top: 2rem;
}

.module--heading {}

.module--image-gallery {}

.module--image-gallery .images .image.one-col {width: 100%}
.module--image-gallery .images .image.two-cols {width: 100%}
.module--image-gallery .images .image.three-cols {width: 100%}
.module--image-gallery .images .image.four-cols {width: 100%}

.module--image-gallery .images[min-width~="32rem"] .image.two-cols {width: 50%}
.module--image-gallery .images[min-width~="32rem"] .image.three-cols {width: 50%}
.module--image-gallery .images[min-width~="32rem"] .image.four-cols {width: 50%}

.module--image-gallery .images[min-width~="48rem"] .image.three-cols {width: 33.3333%}
.module--image-gallery .images[min-width~="48rem"] .image.four-cols {width: 33.3333%}

.module--image-gallery .images[min-width~="64rem"] .image.four-cols {width: 25%}

.module--image-single {}

.module--image-single .images .image.one-col {
	width: 100%;
}

.module--image-single .images img.full-width {
	width: 100%;
}
.module--image-with-text {}

.module--image-with-text {}

.module--image-with-text .wrapper {
	display: flex;
	justify-content: center;
	height: 100%;
}

.module--image-with-text .wrapper.align-top {
	align-items: flex-start;
}

.module--image-with-text .wrapper.align-center {
	align-items: center;
}

.module--image-with-text .image {}

.module--image-with-text .image .container {
	width: 100%; /* Needed for IE flex bug. */
}

.module--image-with-text .image .link {
	width: 100%; /* Needed for IE flex bug. */
	display: block;
}

.module--image-with-text[min-width~="48rem"] .image.second {
	order: 2;
}

.module--image-with-text[min-width~="48rem"] .text .container {
	width: 100%;
}

.module--image-with-text[min-width~="48rem"] .text.second .container {
	padding-left: 1.5rem;
}

.module--image-with-text-carousel {}

.module--image-with-text-carousel .carousel {
	padding-bottom: 3rem;
}

.module--image-with-text-carousel .carousel[data-slides="1"] {
	padding-bottom: 0;
}

.module--image-with-text-carousel .slick-track {
	display: flex;
	align-items: center;
}

.module--image-with-text-carousel .wrapper {
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%; /* Needed for IE flex bug. */
	align-items: center;
}

.module--image-with-text-carousel .image {}

.module--image-with-text-carousel .image .container {
	width: 100%; /* Needed for IE flex bug. */
}

.module--image-with-text-carousel[min-width~="32rem"] .text .container {
	padding-left: 1.5rem;
}

.module--image-with-text-carousel .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem;
	display: flex;
	justify-content: center;
}

.module--image-with-text-carousel [data-slides="1"] .slick-dots {
	display: none;
}

.module--image-with-text-carousel .slick-dots li {
	width: .75rem;
	height: .75rem;
	background-color: #ffffff;
	opacity: .5;
	border-radius: 50%;
	cursor: pointer;
}

.module--image-with-text-carousel .slick-dots li + li {
	margin-left: 3rem;
}

.module--image-with-text-carousel .slick-dots li.slick-active {
	opacity: 1;
}

.module--image-with-text-carousel .slick-arrow {
	position: absolute;
	top: calc(50% - 1.75rem);
	width: 1.5rem;
	height: 2.625rem;
	background-size: 1.5rem 2.625rem;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	cursor: pointer;
}

.module--image-with-text-carousel .slick-arrow.slick-prev {
	background-image: url("/assets/ui/arrow-left.svg");
	left: 0;
}

.module--image-with-text-carousel .slick-arrow.slick-next {
	background-image: url("/assets/ui/arrow-right.svg");
	right: 0;
}

.module--image-with-text-multi-column {}

.module--image-with-text-multi-column .image .link {
	display: block;
}

.module--image-with-text-multi-row {}

.module--image-with-text-multi-row .row {
	position: relative;
}

.module--image-with-text-multi-row .row:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 1.5rem;
	width: calc(100% - 3rem);
	height: .0625rem;
	background-color: rgba(181, 189, 168, .5);
}

.module--image-with-text-multi-row .image {}

.module--image-with-text-multi-row .image .link {
	display: block;
}

.module--image-with-text-multi-row .text {}

.module--image-with-text-multi-row[min-width~="64rem"] .text {
	padding-left: 1.5rem;
}

.module--link-list {}

.module--link-list[min-width~="48rem"] .image-col {
	order: 1;
}

.module--link-list[min-width~="48rem"] .items {
	padding-right: 3rem;
}

.module--link-list .items .item + .item {
	border-top: .0625rem solid rgba(181, 189, 168, .5);
}

.module--link-list .items .item .h-type--override h3 + p {
	margin-top: 0;
}

.module--number-with-text {}

.module--number-with-text .number {
	font-family: 'Cubano', sans-serif;
	font-size: 5rem;
	line-height: 5rem;
	color: #006b9f;
}

.module--number-with-text .h-type--override .number + h3 {
	margin-top: 0;
}

.module--tags-and-share {
    text-align: center;
    max-width: 100%;
}
.module--tags-and-share .at-share-btn-elements:before {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #63656a;
    content: "Share";
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin: 3px 6px 0 0;
}
.module--tags-and-share .at-style-responsive .at-share-btn {
    background: #326195 !important;
    padding: 5px;
    margin: 0 5px;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.module--tags-and-share .at-style-responsive .at-share-btn:hover {
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.module--tags-and-share .at-style-responsive .at-share-btn .at-icon-wrapper {
    cursor: pointer;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
}
.module--tags-and-share .at-style-responsive .at-share-btn .at-icon {
    width: 22px !important;
    height: 22px !important;
    margin-left: -1px;
    margin-top: -1px;
}
.module--tags-and-share .at-style-responsive .at-share-btn .at-icon.at-icon-facebook {
    width: 26px !important;
    height: 26px !important;
    margin-left: -2px;
    margin-top: -2px;
}
.module--tags-and-share .at-style-responsive .at-share-btn:hover {
    background: #002b49 !important;
}

.module--tags-and-share .at-share-btn-elements {
    margin: 0 auto !important;
}
.module--sponsor-carousel {}

.module--sponsor-carousel .slick-track {
	display: flex;
	align-items: center;
}

.module--sponsor-carousel .sponsor {
	display: flex;
	align-items: center;
	justify-content: center;
}

.module--sponsor-carousel .sponsor .wrapper {
	width: 100%;
	max-width: 16rem;
}

.module--stats .stats-header {
	display: flex;
	justify-content: center;
}

.module--stats .stats-header .stats-title {
	display: block;
	padding: .75rem 1.5rem;
	max-width: calc(100% - 3rem);
	background-color: #ffffff;
}

.module--stats .stats-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 2rem;
}

.module--stats .stats-stat {
	flex: 1 0 0.0001px;
}

.module--stats .stats-stat.h-type--theme-dark-type {
	color: #29292b;
}

.module--stats .stats-stat.h-type--theme-light-type {
	color: #ffffff;
}

.module--stats .number {
	font-family: 'Cubano', sans-serif;
	line-height: 5.25rem;
	font-size: 5rem;
	text-align: center;
}

.module--stats .number:after {
	content: '';
	display: block;
	width: 7rem;
	height: 0.125rem;
	margin: 1rem auto;
	background-color: currentColor;
}

.module--stats .subhead {
	line-height: 1rem;
	font-size: 0.875rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	text-align: center;
}

@media screen and (max-width: 80em) {
	.bad-flexbox .module--stats .stats-stat {
		flex: 1 1 100%;
	}
}
.module--text {}

.module--video {}

.module--video .video {}

.module--video .video .video-container {
	position: relative;
	cursor: pointer;
}

.module--video .video .video-container .embed {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	background-color: #000000;
}

.module--video .video .video-container .embed iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.module--video .video .video-button {
	position: absolute;
	width: 3.5rem;
	height: 3.5rem;
	top: calc(50% - 1.75rem);
	left: calc(50% - 1.75rem);
	background-size: 3.5rem 3.5rem;
	background-image: url('/assets/ui/icon--play.svg');
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .75;
	transition: opacity 125ms ease;
}

.module--video .video .video-container:hover .video-button {
	opacity: 1;
}

.module--video[min-width~="48rem"] .video .video-button {
	width: 4.5rem;
	height: 4.5rem;
	top: calc(50% - 2.25rem);
	left: calc(50% - 2.25rem);
	background-size: 4.5rem 4.5rem;
}

.module--video .video .image-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

