  @keyframes fade-enter {
	0% {
		opacity: 0
	}
	10% {
		opacity: 0;
		z-index: 1
	}
	100% {
		opacity: 1;
		z-index: 1
	}
}

@keyframes fade-enter-semi {
	0% {
		opacity: 0
	}
	10% {
		opacity: 0
	}
	100% {
		opacity: .5
	}
}

@keyframes fade-up-enter {
	0% {
		opacity: 0;
		transform: translateY(300px)
	}
	25% {
		opacity: 0
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.fast-fade {
	animation: 1s fade-enter
}

.medium-fade {
	animation: 2s fade-enter
}

.slow-fade {
	animation: 4s fade-enter
}

.slower-fade {
	animation: 6s fade-enter
}

.fast-fade-up {
	animation: 1.5s fade-up-enter
}

.medium-fade-up {
	animation: 2s fade-up-enter
}

.medium-alt-fade-up {
	animation: 3s fade-up-enter
}

.slow-fade-up {
	animation: 4.25s fade-up-enter
}

.path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 4s linear forwards
}

@keyframes dash {
	0% {
		stroke-dashoffset: 1500
	}
	100% {
		stroke-dashoffset: 0
	}
}

html {
	position: relative;
	min-height: 100%;
	font-size: 62.5%
}

body {
	background: #231f20;
	-webkit-font-smoothing: antialiased;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	padding-top: 120px;
	color: #231f20
}

@media only screen and (max-width: 992px) {
	body {
		padding-top: 60px
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

h1.fourofour {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 48px;
	font-weight: 500;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: 0.3px;
	color: #fff;
	margin-bottom: 0;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.5)
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	h1.fourofour {
		font-size: 3.6rem;
		line-height: 1.28
	}
}

a {
	color: #B90D3F;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

a:hover,
a:active,
a:focus {
	color: #d31245;
	text-decoration: none
}

@media (min-width: 1200px) {
	.container {
		max-width: 1220px
	}
}

.flex,
.viewBtn-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.no-pad {
	padding: 0 !important
}

.no-pad-top {
	padding-top: 0 !important
}

.no-pad-bottom {
	padding-bottom: 0 !important
}

.no-margin {
	margin: 0 !important
}

.no-margin-top {
	margin-top: 0 !important
}

.no-margin-bottom {
	margin-bottom: 0 !important
}

.no-bottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important
}

.border-none {
	border: none !important
}

.border-none:after {
	border: none !important
}

.spacer {
	width: 100%;
	height: 32px
}

.spacer.medium {
	height: 64px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.spacer {
		display: none
	}
}

@media only screen and (max-width: 992px) {
	.spacer.sm-sp {
		display: block;
		height: 50px
	}
}

.full-width {
	width: 100%
}

.full-height {
	height: 100%
}

body.state-scroll-blocked {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0
}

.mobile-bg {
	display: none;
	position: fixed;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5)
}

#search-bg {
	z-index: 1;
	background-color: transparent
}

.bg-offwhite {
	background-color: #ddd
}

.bg-darken {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(35, 31, 32, 0.5)
}

.img-responsive,
.page-home .spotlight-section .mobile-image,
.page figure img,
.explore-container .explore-content .offset-block .img-container img,
.staff-directory-list .staff-profile img {
	max-width: 100%;
	height: auto
}

.box-shadow,
#main-navigation,
#main-navigation .navbar-top-content ul li.special-box .dropdown-menu,
.sidebar-accordian-navigation,
.sidebar-navigation,
.btn,
.class-card,
.list-view-container article.list-view-item:hover,
.page-home .full-header .information-section .announce-box,
.page-home .metrics-section .metrics-content,
.page-home .spotlight-section .spotlight-box,
.gen-info-container,
.explore-container .explore-content .offset-block .img-container img,
.filter-container {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25)
}

.zmdi-reverse {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.text-right-reset {
	text-align: right
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.text-right-reset {
		text-align: left
	}
}

.text-right-reset-md {
	text-align: right
}

@media only screen and (max-width: 992px) {
	.text-right-reset-md {
		text-align: left
	}
}

.vert-divider {
	width: 1px;
	margin: 2em auto 2.5em;
	min-height: 100px;
	background: #fff
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.vert-divider {
		min-height: 75px
	}
}

.first-level {
	z-index: 1
}

.sm-visible {
	display: none
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.sm-visible {
		display: block
	}
}

.sm-hide {
	display: block
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.sm-hide {
		display: none
	}
}

.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

#main-navigation {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	padding: 21.82px 0 0;
	min-height: 120px;
	max-height: 120px;
	background-color: #fff;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

@media only screen and (max-width: 992px) {
	#main-navigation {
		padding: 0;
		min-height: 60px;
		max-height: 60px
	}
}

@media only screen and (max-width: 992px) {
	#main-navigation .nav-container {
		height: 60px;
		padding: 0 15px;
		max-width: 100%
	}
}

#main-navigation .navbar-logo-container .nav-logo img,
#main-navigation .navbar-logo-container .nav-logo-alt img {
	display: inline-block;
	width: 200px;
	height: auto;
	padding-bottom: 21.82px
}

@media only screen and (max-width: 992px) {
	#main-navigation .navbar-logo-container .nav-logo img,
	#main-navigation .navbar-logo-container .nav-logo-alt img {
		padding: 0;
		max-width: 100%;
		height: auto;
		width: 150px
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	#main-navigation .navbar-logo-container .nav-logo img,
	#main-navigation .navbar-logo-container .nav-logo-alt img {
		padding: 0;
		max-width: 100%;
		height: auto;
		width: 200px
	}
}

#main-navigation .navbar-top-content ul,
#main-navigation .navbar-bottom-content ul {
	margin: 0;
	padding: 0;
	display: inline-block
}

#main-navigation .navbar-top-content ul li,
#main-navigation .navbar-bottom-content ul li {
	list-style: none;
	display: inline-block
}

#main-navigation .navbar-top-content ul li a,
#main-navigation .navbar-bottom-content ul li a {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.38;
	margin-left: 1.75em;
	color: #231f20;
	letter-spacing: 0.3px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

#main-navigation .navbar-top-content ul li a:hover,
#main-navigation .navbar-bottom-content ul li a:hover {
	color: #B90D3F
}

#main-navigation .navbar-top-content {
	padding-bottom: 1em
}

#main-navigation .navbar-top-content ul li {
	vertical-align: middle;
	text-transform: uppercase
}

#main-navigation .navbar-top-content ul li a {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.38;
	margin-left: 1.75em;
	color: #74726f;
	letter-spacing: 1.1px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

#main-navigation .navbar-top-content ul li a.dropdown-toggle::after {
	color: #B90D3F
}

#main-navigation .navbar-top-content ul li .btn {
	color: #fff;
	padding: .4em 1.25em
}

#main-navigation .navbar-top-content ul li .btn:hover {
	color: #fff
}

#main-navigation .navbar-top-content ul li.special-box .dropdown-toggle {
	position: relative;
	z-index: 4
}

#main-navigation .navbar-top-content ul li.special-box .dropdown-menu-container {
	padding: 1.25em 50px 1.25em 10px
}

#main-navigation .navbar-top-content ul li.special-box .dropdown-menu {
	top: -13px !important;
	left: -4px !important;
	transform: none !important;
	padding-top: 35px;
	z-index: 3;
	width: 380px;
	border: none
}

#main-navigation .navbar-top-content ul li.special-box .dropdown-menu a {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	margin-left: 0;
	font-size: 1.6rem;
	text-transform: initial;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #231f20;
	text-decoration: underline
}

#main-navigation .navbar-top-content ul li.special-box .dropdown-menu a:hover {
	color: #B90D3F;
	background: none
}

#main-navigation .navbar-top-content ul li.special-box .show .dropdown-toggle:after {
	transform: rotate(180deg)
}

#main-navigation .navbar-bottom-content ul li {
	padding-bottom: 21.82px
}

#main-navigation .navbar-bottom-content ul li a {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.69;
	letter-spacing: 0.3px;
	padding-bottom: 21.82px
}

#main-navigation .navbar-bottom-content ul li a.active {
	color: #B90D3F
}

@media only screen and (max-width: 1200px) {
	#main-navigation .navbar-bottom-content ul li a {
		margin-left: 1.5rem
	}
}

#main-navigation .navbar-bottom-content ul li.mega-dropdown .zmdi {
	vertical-align: middle
}

#main-navigation .navbar-bottom-content ul li.mega-dropdown:hover .mega-dropdown-container {
	opacity: 1;
	visibility: visible
}

#main-navigation #searchBtn {
	padding-left: 1.5em;
	font-size: 2rem;
	background: none;
	outline: none;
	border: none;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in
}

#main-navigation #searchBtn.active {
	color: #B90D3F
}

#main-navigation #searchBtn:hover,
#main-navigation #searchBtn:active,
#main-navigation #searchBtn:focus {
	color: #B90D3F;
	cursor: pointer
}

@media only screen and (max-width: 992px) {
	.desktop-nav-content {
		display: none
	}
}

.mobile-nav-content {
	display: none
}

@media only screen and (max-width: 992px) {
	.mobile-nav-content {
		display: block
	}
}

.mobile-nav-content .menuBtn {
	display: none;
	background: none;
	outline: none;
	border: none;
	color: #B90D3F;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1)
}

@media only screen and (max-width: 992px) {
	.mobile-nav-content .menuBtn {
		display: block
	}
}

.mobile-nav-content .menuBtn span.menu-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #000;
	margin: 4px 0;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

.mobile-nav-content .menuBtn span.menu-bar.mid {
	width: 16px
}

.mobile-nav-content .menuBtn span.menu-bar.short {
	width: 14px
}

.mobile-nav-content .menuBtn .zmdi {
	display: none;
	font-size: 3rem;
	color: #231f20;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in
}

.mobile-nav-content .menuBtn .zmdi:hover {
	cursor: pointer;
	color: #B90D3F
}

.mobile-nav-content .menuBtn:hover {
	cursor: pointer
}

.mobile-nav-content .menuBtn.active span.menu-bar {
	display: none
}

.mobile-nav-content .menuBtn.active .zmdi {
	display: block
}

#main-navigation .navbar-bottom-content .mega-dropdown-container {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	z-index: 1;
	background: #fbece8;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

#main-navigation .navbar-bottom-content .mega-dropdown-container .mega-inner-container {
	height: 325px
}

#main-navigation .navbar-bottom-content .mega-dropdown-container .mega-inner-container .header,
#main-navigation .navbar-bottom-content .mega-dropdown-container .mega-inner-container .header a {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 1.28;
	letter-spacing: 0.5px;
	color: #B90D3F;
	margin: 0;
	padding: 0 0 .4em 0;
	text-align: left
}

#main-navigation .navbar-bottom-content .mega-dropdown-container .mega-inner-container ul {
	padding-left: 0;
	margin-left: 0;
	display: block !important;
	text-align: left
}

#main-navigation .navbar-bottom-content .mega-dropdown-container .mega-inner-container ul li {
	list-style: none;
	padding-bottom: .5em !important;
	display: block !important
}

#main-navigation .navbar-bottom-content .mega-dropdown-container .mega-inner-container ul li a {
	margin-left: 0 !important;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.42;
	letter-spacing: 0.3px;
	color: #231f20;
	padding-bottom: 0;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

#main-navigation .navbar-bottom-content .mega-dropdown-container .mega-inner-container ul li a:hover {
	color: #B90D3F;
	margin-left: .5em !important
}

#searchBarContainer {
	display: none;
	position: fixed;
	top: 120px;
	width: 100%;
	height: 120px;
	z-index: 9;
	background: #fbece8
}

#searchBarContainer input[type='search'] {
	border: none;
	outline: none;
	height: 120px;
	width: 100%;
	color: #231f20;
	line-height: 120px;
	font-size: 2.4rem;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	background: none;
	padding-right: 20px
}

#searchBarContainer input[type='search']::-webkit-input-placeholder {
	color: #8d8c8a;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 2.4rem
}

#searchBarContainer input[type='search']::-moz-placeholder {
	color: #8d8c8a;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 2.4rem
}

#searchBarContainer input[type='search']:-ms-input-placeholder {
	color: #8d8c8a;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 2.4rem
}

#searchBarContainer input[type='search']:-moz-placeholder {
	color: #8d8c8a;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 2.4rem
}

#searchBarContainer .innerSearchBtn {
	border: none;
	outline: none;
	background: transparent;
	position: absolute;
	top: 0;
	right: 15px;
	color: #B90D3F;
	font-size: 3.6rem;
	line-height: 120px;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	#searchBarContainer .innerSearchBtn {
		right: 15px
	}
}

#searchBarContainer .innerSearchBtn:hover {
	cursor: pointer;
	color: #000
}

.mobile-menu {
	display: none;
	position: fixed;
	top: 60px;
	z-index: 5;
	border-top: 1px solid #e0d5d8;
	background: #fff
}

.mobile-menu ul {
	padding: 0 15px;
	background: #fff
}

.mobile-menu ul li:first-child {
	border-top: 1px solid #e0d5d8
}

.mobile-menu ul li:after {
	border-color: #e0d5d8
}

.mobile-menu ul li.special-firstchild {
	border-top: none
}

.mobile-menu ul li.nav-button {
	height: 65px;
	margin-top: 29px
}

.mobile-menu ul li a {
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20;
	padding: 15px 0
}

.mobile-menu ul li a.mm-next,
.mobile-menu ul li a.mm-prev {
	border-color: #fff
}

.mobile-menu ul li a.btn {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 1.1px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: .5em 0;
	display: block;
	width: 100%
}

.mobile-menu ul li .secondary-nav-color,
.mobile-menu ul li.secondary-nav a {
	text-transform: uppercase;
	color: #74726f !important
}

.mobile-menu ul li.secondary-nav:after {
	border-bottom: none
}

.mobile-menu ul li.secondary-nav.first {
	padding-top: 20px
}

.mobile-menu ul li.secondary-nav.last {
	padding-bottom: 20px
}

.mobile-menu ul li.secondary-nav a {
	padding: 0 0 10px 0
}

.mobile-menu ul li.mobile-search-container {
	position: relative
}

.mobile-menu ul li.mobile-search-container input {
	width: 100%;
	border: 1px solid #e0d5d8;
	height: 60px;
	padding-left: 15px
}

.mobile-menu ul li.mobile-search-container input::-webkit-input-placeholder {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.3px;
	color: #8d8c8a
}

.mobile-menu ul li.mobile-search-container input::-moz-placeholder {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.3px;
	color: #8d8c8a
}

.mobile-menu ul li.mobile-search-container input:-ms-input-placeholder {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.3px;
	color: #8d8c8a
}

.mobile-menu ul li.mobile-search-container input:-moz-placeholder {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.3px;
	color: #8d8c8a
}

.mobile-menu ul li.mobile-search-container button {
	border: none;
	outline: none;
	background: none;
	position: absolute;
	right: 15px;
	top: 0;
	height: 60px;
	font-size: 2rem;
	color: #231f20
}

.mobile-menu ul li.mobile-search-container button:hover {
	cursor: pointer
}

.mm-navbar-fix,
.mm-navbar,
.mm-navbar .mm-btn {
	height: 56px;
	line-height: 56px;
	padding: 0
}

.mm-navbar {
	background: #fff;
	border: none;
	text-align: left;
	color: #231f20 !important
}

.mm-navbar .mm-title {
	font-size: 16px;
	line-height: 1.63;
	letter-spacing: 0.3px;
	text-align: center;
	font-weight: 500;
	color: #231f20;
	height: 56px;
	line-height: 56px;
	padding: 0;
	color: #231f20 !important
}

.mm-listview>li:not(.mm-divider):after {
	left: 0
}

.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: #B90D3F !important
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 56px
}

.mm-next:after {
	right: 8px
}

footer {
	background: #231f20;
	color: #fff;
	padding: 4em 0;
	width: 100%;
	background-image: url("/_resources/images/svg/wwcc-w-solid-ko.svg");
	background-repeat: no-repeat;
	background-position: right top
}

@media only screen and (max-width: 1200px) {
	footer {
		background-position: right top
	}
}

@media only screen and (max-width: 992px) {
	footer {
		background-position: left top;
		background-size: cover;
		padding: 3em 0
	}
}

footer .footer-nav ul.company-info {
	padding-left: 0;
	display: block;
	margin-bottom: 3em
}

footer .footer-nav ul.company-info li {
	display: inline-block;
	list-style: none;
	padding-right: 1.5em;
	font-size: 1.6rem;
	letter-spacing: 0.3px;
	color: #fff;
	vertical-align: middle !important
}

@media only screen and (max-width: 1200px) {
	footer .footer-nav ul.company-info li {
		display: block;
		padding: 0 0 .25em 0
	}
}

footer .footer-nav ul.company-info li:last-child {
	padding-right: 0
}

footer .footer-nav ul.company-info li .divider {
	width: 1px;
	height: 60px;
	background-color: #74726f
}

@media only screen and (max-width: 1200px) {
	footer .footer-nav ul.company-info li .divider {
		display: none
	}
}

footer .footer-nav ul.company-info a {
	color: #fff;
	font-weight: 500
}

footer .footer-nav ul.company-info a:hover {
	color: #B90D3F
}

footer .footer-nav ul.footer-menu {
	margin: 0;
	padding: 0 0 2.5em 0
}

@media only screen and (max-width: 992px) {
	footer .footer-nav ul.footer-menu {
		padding: 0 0 1.5em 0
	}
}

footer .footer-nav ul.footer-menu li {
	display: inline-block;
	padding-right: 2em
}

@media only screen and (max-width: 1200px) {
	footer .footer-nav ul.footer-menu li {
		padding-right: 1.7em
	}
}

@media only screen and (max-width: 992px) {
	footer .footer-nav ul.footer-menu li {
		display: block;
		padding: 0 0 1em 0
	}
}

footer .footer-nav ul.footer-menu li .show a {
	z-index: 6
}

footer .footer-nav ul.footer-menu li a {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px
}

footer .footer-nav ul.footer-menu li a:hover {
	color: #B90D3F;
	background: none
}

footer .footer-nav ul.footer-menu li a:active,
footer .footer-nav ul.footer-menu li a:focus {
	font-weight: 500
}

footer .footer-nav ul.footer-menu li a:after {
	margin-left: .5em
}

footer .footer-nav ul.footer-menu li .dropdown-toggle {
	position: relative;
	z-index: 4
}

footer .footer-nav ul.footer-menu li .footer-dropdown-menu-container {
	padding: .75em 10px 1em 5px
}

footer .footer-nav ul.footer-menu li .dropdown-menu {
	top: -16px !important;
	left: -20px !important;
	transform: none !important;
	padding-top: 40px;
	z-index: 5;
	min-width: 120px;
	background: #231f20;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
	border: none
}

footer .footer-nav ul.footer-menu li .dropdown-menu.large {
	min-width: 210px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	footer .footer-nav ul.footer-menu li .dropdown-menu {
		top: -18px !important
	}
}

footer .footer-nav ul.footer-menu li .dropdown-menu a {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	margin-left: 0;
	font-size: 1.6rem;
	text-transform: initial;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #fff
}

footer .footer-nav ul.footer-menu li .dropdown-menu a:hover,
footer .footer-nav ul.footer-menu li .dropdown-menu a:focus,
footer .footer-nav ul.footer-menu li .dropdown-menu a:active {
	color: #B90D3F;
	background: none
}

footer .footer-nav ul.footer-menu li .show .dropdown-toggle:after {
	transform: rotate(180deg)
}

footer .social-footer ul {
	margin: 0;
	padding: 0
}

@media only screen and (max-width: 992px) {
	footer .social-footer ul {
		padding: 0 0 1.5em 0
	}
}

footer .social-footer ul li {
	display: inline-block;
	padding-right: 2em
}

@media only screen and (max-width: 992px) {
	footer .social-footer ul li {
		padding-right: 1.25em
	}
}

footer .social-footer ul li a {
	color: #ddd;
	font-size: 3.6rem;
	color: #74726f
}

footer .social-footer ul li a:hover {
	color: #B90D3F
}

@media only screen and (max-width: 992px) {
	footer .social-footer ul li a {
		font-size: 3rem
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	footer .footer-info {
		padding-top: 1.25em
	}
}

footer .footer-info ul {
	padding-left: 0
}

footer .footer-info ul li {
	padding-bottom: 1em;
	list-style: none
}

footer .footer-info ul li a {
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #fff
}

footer .footer-info ul li a:hover {
	color: #B90D3F
}

footer .footer-info .copyright-info {
	padding-top: 1em;
	font-size: 1.3rem;
	line-height: 1.62;
	letter-spacing: 0.3px;
	color: #ababab
}

.learn-more-section {
	height: 500px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/_resources/images/ph/dino.jpg")
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.learn-more-section {
		height: 660px;
		margin-top: 0;
		background-image: url("/_resources/images/ph/dino-mobile.jpg")
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.learn-more-section .my-auto {
		margin-bottom: 1em !important
	}
}

.learn-more-section .learn-content {
	position: relative;
	z-index: 1
}

.learn-more-section .learn-content h2 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 1.21;
	letter-spacing: 0.3px;
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0
}

.learn-more-section .learn-content .divider {
	width: 60px;
	height: 1px;
	background-color: #B90D3F;
	margin: 2em 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.learn-more-section .learn-content .divider {
		margin: 1em 0
	}
}

.learn-more-section .learn-content p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #fff
}

.learn-more-section .learn-content .btn-container {
	padding-top: .25em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.learn-more-section .learn-content .btn-container {
		padding-top: .5em
	}
}

.learn-more-section .learn-content .btn-container .btn {
	display: inline-block;
	margin: 0 1.75em 0 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.learn-more-section .learn-content .btn-container .btn {
		display: block;
		margin: 0 1em 1.5em 0
	}
}

.learn-more-section .gradient-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 0;
	background-image: linear-gradient(to left, rgba(35, 31, 32, 0), #231f20)
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.learn-more-section .gradient-cover {
		background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0.26), #231f20)
	}
}

.full-header {
	position: relative;
	height: 100vh;
	width: 100vw;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.full-header .mouse-helper {
	font-size: 3.6rem;
	color: #fff;
	bottom: 50px;
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 20px
}

@media only screen and (max-width: 992px) {
	.full-header .mouse-helper {
		display: none
	}
}

.page-header {
	position: relative;
	width: 100%;
	height: 540px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-header {
		height: 230px
	}
}

.page .gen-header {
	padding-bottom: 3em
}

.page .gen-header h1 {
	margin-bottom: 0;
	padding-bottom: 0
}

@media only screen and (max-width: 992px) {
	.page .gen-header {
		padding-bottom: 2.5em
	}
}

.gradient-header {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	overflow: auto;
	background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0), #231f20)
}

.breadcrumbs {
	padding-bottom: 1em
}

.breadcrumbs.extended-bottom {
	padding-bottom: 2.5em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.breadcrumbs {
		display: none
	}
}

.breadcrumbs ul {
	padding-left: 0;
	padding-bottom: 0
}

.breadcrumbs ul li {
	list-style: none;
	display: inline-block;
	padding-right: .5em;
	text-decoration: none;
	color: #8d8c8a;
	font-size: 1.3rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	line-height: 1.69
}

.breadcrumbs ul li a {
	color: #8d8c8a;
	text-decoration: underline
}

.breadcrumbs ul li a:hover {
	color: #B90D3F
}

.breadcrumbs ul li:after {
	display: inline-block;
	padding-left: .75em;
	color: #B90D3F;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 1.6rem;
	content: '\f2fb';
	vertical-align: middle;
	color: #8d8c8a
}

.breadcrumbs ul li:last-child a {
	text-decoration: none;
	color: #69655c
}

.breadcrumbs ul li:last-child:after {
	display: none
}

.sidebar-accordian-navigation {
	display: none;
	background: #fff;
	padding: 1em 2em;
	margin-bottom: 3em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.sidebar-accordian-navigation {
		display: block
	}
}

.sidebar-accordian-navigation .side-hr {
	width: 100%;
	border-width: 1px;
	height: 1px;
	background-color: #B90D3F;
	margin: 1em 0 0
}

.sidebar-accordian-navigation .accordion-box {
	padding-bottom: 0 !important
}

.sidebar-accordian-navigation .accordion-box .accordian-row {
	padding: 1em 0;
	border-top: none !important
}

@media only screen and (min-width: 1200px) {
	.sidebar-accordian-navigation .accordion-box .accordian-row {
		padding-left: 1.5em
	}
}

.sidebar-accordian-navigation .accordion-box .accordian-row:last-child {
	border-bottom: none !important
}

.sidebar-accordian-navigation .accordion-box .accordian-row:hover .header-box button,
.sidebar-accordian-navigation .accordion-box .accordian-row:focus .header-box button,
.sidebar-accordian-navigation .accordion-box .accordian-row:active .header-box button {
	color: #B90D3F
}

.sidebar-accordian-navigation .accordion-box .accordian-row:hover .zmdi,
.sidebar-accordian-navigation .accordion-box .accordian-row:focus .zmdi,
.sidebar-accordian-navigation .accordion-box .accordian-row:active .zmdi {
	color: #d31245
}

.sidebar-accordian-navigation .accordion-box .accordian-row .header {
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #231f20;
	font-weight: 500
}

.sidebar-accordian-navigation .accordion-box .accordian-row ul {
	padding: .5em 0 0 0 !important;
	margin-left: 0 !important
}

.sidebar-accordian-navigation .accordion-box .accordian-row ul li {
	list-style: none;
	padding-bottom: .75em
}

.sidebar-accordian-navigation .accordion-box .accordian-row ul li:last-child {
	padding-bottom: 0
}

.sidebar-accordian-navigation .accordion-box .accordian-row ul li a {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.2px;
	color: #4f4d4a
}

.sidebar-accordian-navigation .accordion-box .accordian-row ul li a:hover {
	font-weight: 500;
	color: #231f20
}

.sidebar-accordian-navigation .accordion-box .accordian-row ul li.active a {
	color: #231f20;
	font-weight: 500
}

.sidebar-accordian-navigation .accordion-box .accordian-row ul li.active ul li a {
	font-weight: 400
}

.sidebar-accordian-navigation .accordion-box .accordian-row ul li.active ul li a:hover {
	font-weight: 500
}

.sidebar-accordian-navigation .accordion-box .accordian-row ul li ul {
	padding-left: .75em;
	padding-top: 1em
}

.sidebar-accordian-navigation .accordion-box .accordian-row ul li ul li a {
	color: #74726f
}

.sidebar-accordian-navigation .accordion-box .accordian-row .header-box {
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.25px;
	color: #B90D3F;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in
}

.sidebar-accordian-navigation .accordion-box .accordian-row button {
	text-align: left;
	color: #231f20;
	border: none;
	outline: none;
	background: none;
	font-size: 2rem;
	line-height: 1.4;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in
}

.sidebar-accordian-navigation .accordion-box .accordian-row button:hover,
.sidebar-accordian-navigation .accordion-box .accordian-row button:active,
.sidebar-accordian-navigation .accordion-box .accordian-row button:focus {
	cursor: pointer
}

.sidebar-accordian-navigation .accordion-box .accordian-row button p {
	padding-bottom: 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.sidebar-accordian-navigation .accordion-box .accordian-row button {
		font-size: 1.6rem
	}
}

.sidebar-accordian-navigation .accordion-box .accordian-row .accordian-click-btn {
	position: relative;
	left: 0 !important
}

.sidebar-accordian-navigation .accordion-box .accordian-row .hor-click-btn {
	padding-left: .5em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.sidebar-accordian-navigation .accordion-box .accordian-row .hor-click-btn {
		padding-left: 0
	}
}

.sidebar-accordian-navigation .accordion-box .accordian-row .zmdi {
	font-size: 3rem;
	color: #d31245;
	transform: rotate(180deg);
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.sidebar-accordian-navigation .accordion-box .accordian-row .zmdi {
		font-size: 2.4rem
	}
}

.sidebar-accordian-navigation .accordion-box .accordian-row .content {
	padding-top: 1em;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20
}

.sidebar-accordian-navigation .accordion-box .accordian-row .content ul {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 3em
}

.sidebar-accordian-navigation .accordion-box .accordian-row .content ol {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 3em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.sidebar-accordian-navigation .accordion-box .accordian-row .content {
		font-size: 1.3rem
	}
}

.sidebar-accordian-navigation .accordion-box .accordian-row .collapsed .zmdi {
	color: #B90D3F;
	transform: rotate(0)
}

.sidebar-navigation {
	background: #fff;
	padding: 2em;
	margin-bottom: 3em
}

.sidebar-navigation .header {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #231f20;
	border-bottom: 1px solid #B90D3F;
	margin-bottom: 1em;
	padding-bottom: 1em
}

.sidebar-navigation ul {
	padding-left: 0;
	padding-bottom: 0
}

.sidebar-navigation ul li {
	list-style: none;
	padding-bottom: .75em
}

.sidebar-navigation ul li:last-child {
	padding-bottom: 0
}

.sidebar-navigation ul li a {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.2px;
	color: #4f4d4a
}

.sidebar-navigation ul li a:hover {
	font-weight: 500;
	color: #231f20
}

.sidebar-navigation ul li.active a {
	color: #231f20;
	font-weight: 500
}

.sidebar-navigation ul li.active ul li a {
	font-weight: 400
}

.sidebar-navigation ul li.active ul li a:hover {
	font-weight: 500
}

.sidebar-navigation ul li ul {
	padding-left: .75em;
	padding-top: 1em
}

.sidebar-navigation ul li ul li a {
	color: #74726f
}

@media only screen and (max-width: 992px) {
	.sidebar-navigation.filter-list {
		display: block;
		padding: 1em
	}
}

.sidebar-navigation.filter-list.active .header {
	border-bottom: 1px solid #B90D3F;
	margin-bottom: 1em;
	padding-bottom: 1em
}

.sidebar-navigation.filter-list.active .filter-content {
	display: block !important
}

@media only screen and (max-width: 992px) {
	.sidebar-navigation.filter-list .header {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0
	}
}

.sidebar-navigation.filter-list .header .toggle-filters {
	display: none;
	font-size: 2rem
}

@media only screen and (max-width: 992px) {
	.sidebar-navigation.filter-list .header .toggle-filters {
		display: inline-block
	}
}

.sidebar-navigation.filter-list .filter-content {
	position: relative
}

@media only screen and (max-width: 992px) {
	.sidebar-navigation.filter-list .filter-content {
		display: none
	}
}

.sidebar-navigation.filter-list .filter-check label {
	padding-left: 28px;
	margin-bottom: .75em
}

.sidebar-navigation.filter-list .filter-check input[type=checkbox]+label:before {
	color: #69655c
}

.sidebar-navigation.filter-list .filter-check input[type=checkbox]:checked+label:before {
	content: "\f26a";
	color: #B90D3F
}

.sidebar-navigation.filter-list .filter-check input[type=checkbox]+label:before {
	font-size: 2rem;
	vertical-align: middle;
	position: absolute;
	left: 0;
	margin-top: -1px
}

.sidebar-navigation.filter-list .filters-btn-container {
	padding-top: 1em
}

.sidebar-navigation.filter-list .filters-btn-container ul li {
	list-style: none;
	display: inline-block;
	padding-right: .5em;
	color: #69655c
}

.sidebar-navigation.filter-list .filters-btn-container ul li.active a {
	font-weight: 500
}

.sidebar-navigation.filter-list .filters-btn-container ul li a {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.3px;
	color: #B90D3F;
	text-decoration: underline
}

.sidebar-navigation.filter-list .filters-btn-container ul li a:hover {
	color: #d31245;
	font-weight: normal
}

@media only screen and (max-width: 1200px) {
	.sidebar-navigation.filter-list .filters-btn-container ul li.divider {
		display: none
	}
}

@media only screen and (max-width: 992px) {
	.sidebar-navigation.filter-list .filters-btn-container ul li.divider {
		display: inline-block
	}
}

.btn {
	color: #fff;
	background: #B90D3F;
	font-size: 1.5rem;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	padding: 1em 2em;
	letter-spacing: 0.3px;
	outline: none;
	border: none;
	text-align: center;
	border-radius: 0;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

.btn.no-shadow {
	box-shadow: none
}

.btn:hover,
.btn:active,
.btn:focus {
	color: #fff;
	background: #d31245
}

.btn.small,
.viewBtn-container .btn.viewBtn {
	padding: .25em 2em
}

.btn.sm-md {
	font-size: 1.6rem;
	padding: 1.25em 2em
}

.btn.medium {
	font-size: 1.6rem;
	padding: 1.5em 2.5em
}

.btn.outline {
	background: transparent;
	border: 1px solid #fff
}

.btn.normal,
.viewBtn-container .btn.viewBtn.active {
	color: #fff;
	background: #B90D3F
}

.btn.normal:hover,
.viewBtn-container .btn.viewBtn.active:hover,
.btn.normal:active,
.viewBtn-container .btn.viewBtn.active:active,
.btn.normal:focus,
.viewBtn-container .btn.viewBtn.active:focus {
	color: #fff;
	background: #d31245
}

.btn.light,
.viewBtn-container .btn.viewBtn {
	color: #B90D3F;
	background: #fbece8
}

.btn.light:hover,
.viewBtn-container .btn.viewBtn:hover,
.btn.light:active,
.viewBtn-container .btn.viewBtn:active,
.btn.light:focus,
.viewBtn-container .btn.viewBtn:focus {
	color: #B90D3F;
	background: #ECDFDB
}

.btn.light.arrow-btn:after,
.viewBtn-container .btn.arrow-btn.viewBtn:after {
	color: #B90D3F
}

.btn.light.arrow-btn.arrow-reverse,
.viewBtn-container .btn.arrow-btn.arrow-reverse.viewBtn {
	color: #B90D3F
}

.btn.light.arrow-btn.arrow-reverse:after,
.viewBtn-container .btn.arrow-btn.arrow-reverse.viewBtn:after {
	color: #B90D3F
}

.btn.inactive,
.btn.disabled {
	color: #fff;
	background: #e7e5e1;
	opacity: 1;
	box-shadow: none
}

.btn.inactive:hover,
.btn.inactive:active,
.btn.inactive:focus,
.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:focus {
	color: #fff;
	background: #e7e5e1;
	cursor: default
}

.btn.inactive.arrow-btn:after,
.btn.disabled.arrow-btn:after {
	color: #fff
}

.btn.inactive.arrow-btn.arrow-reverse,
.btn.disabled.arrow-btn.arrow-reverse {
	color: #fff
}

.btn.inactive.arrow-btn.arrow-reverse:after,
.btn.disabled.arrow-btn.arrow-reverse:after {
	color: #fff
}

.arrow-btn:after {
	display: inline-block;
	padding-left: .35em;
	color: #B90D3F;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 2rem;
	content: '\f30f';
	vertical-align: middle;
	position: relative;
	right: 0;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

.arrow-btn:hover:after {
	right: -2.5px
}

.arrow-btn.arrow-reverse {
	color: #fff
}

.arrow-btn.arrow-reverse:after {
	color: #fff
}

.viewBtn-container {
	justify-content: flex-end
}

@media only screen and (max-width: 992px) {
	.viewBtn-container {
		justify-content: flex-start;
		padding-top: 2em
	}
}

.viewBtn-container .viewBtn {
	display: inline-block;
	letter-spacing: 1.1px;
	font-weight: 400;
	line-height: 1.69;
	text-transform: uppercase;
	font-size: 1.3rem
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.viewBtn-container .viewBtn {
		width: 50%;
		padding-left: 5px !important;
		padding-right: 5px !important
	}
}

button.menuBtn,
.toggle-filters,
button.expand-btn {
	background: none;
	outline: none;
	border: none;
	color: #B90D3F;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in
}

button.menuBtn:hover,
button.menuBtn:active,
button.menuBtn:focus,
.toggle-filters:hover,
.toggle-filters:active,
.toggle-filters:focus,
button.expand-btn:hover,
button.expand-btn:active,
button.expand-btn:focus {
	cursor: pointer;
	color: #d31245;
	border: none;
	outline: none
}

.side-card {
	background: #f7f3e3;
	margin-bottom: 3em
}

.side-card.w-image img {
	max-width: 100%;
	width: 100%;
	height: auto
}

.side-card .card-content {
	padding: 1.75em 2em
}

.side-card .card-content .heading {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #231f20;
	padding-bottom: .75em
}

.side-card .card-content .heading.lg-heading {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3.6rem;
	line-height: 1.28;
	letter-spacing: 0.2px;
	color: #B90D3F
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.side-card .card-content .heading.lg-heading {
		font-size: 3rem;
		line-height: 1.33
	}
}

.side-card .card-content p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20;
	margin-bottom: 0;
	padding-bottom: 1em
}

.side-card .card-content a.arrow-btn {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #231f20
}

.class-card {
	background: #f7f3e3;
	margin-bottom: 3em
}

.class-card .img-container img {
	max-width: 100%;
	width: 100%;
	height: auto
}

.class-card .card-content {
	padding: 1.75em 2em
}

.class-card .card-content h3 {
	font-size: 3rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #B90D3F;
	padding-bottom: .5em
}

.class-card .card-content .class-id {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.4rem;
	padding-bottom: .25em
}

.class-card .card-content p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20;
	margin-bottom: 0;
	padding-bottom: 1em
}

.class-card .card-content span {
	font-weight: 500
}

.class-card .card-content a.arrow-btn {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #231f20;
	padding-top: 1em;
	display: inline-block
}

.picture-list-section.gen-picture-list .pop-box {
	height: 400px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.picture-list-section.gen-picture-list .pop-box {
		height: 228px
	}
}

.picture-list-section .row.no-gutters .pop-box {
	margin-bottom: 0 !important
}

.picture-list-section .row.no-gutters .pop-box .pop-information {
	bottom: 15px;
	padding: 15px;
	-webkit-transition: bottom 0.4s ease-in-out;
	-moz-transition: bottom 0.4s ease-in-out;
	transition: bottom 0.4s ease-in-out
}

@media only screen and (min-width: 1200px) {
	.picture-list-section .row.no-gutters .pop-box .pop-information {
		padding: 15px 30px
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.picture-list-section .row.no-gutters .pop-box .pop-information {
		bottom: 10px;
		padding: 15px
	}
}

.picture-list-section .row.no-gutters .pop-box .pop-information h3,
.picture-list-section .row.no-gutters .pop-box .pop-information h3 a,
.picture-list-section .row.no-gutters .pop-box .pop-information h2,
.picture-list-section .row.no-gutters .pop-box .pop-information h2 a {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 3rem;
	line-height: 1.33;
	letter-spacing: 0.5px;
	color: #fff
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.picture-list-section .row.no-gutters .pop-box .pop-information h3,
	.picture-list-section .row.no-gutters .pop-box .pop-information h3 a,
	.picture-list-section .row.no-gutters .pop-box .pop-information h2,
	.picture-list-section .row.no-gutters .pop-box .pop-information h2 a {
		font-size: 1.8rem;
		line-height: 1.44;
		font-weight: 500;
		letter-spacing: 0.3px
	}
}

.pop-box {
	position: relative;
	max-width: 100%;
	width: 305px;
	height: 500px;
	overflow: hidden;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 2em;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.pop-box {
		width: 185px;
		height: 244px
	}
}

.pop-box:hover {
	cursor: pointer;
	z-index: 1;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03)
}

.pop-box:hover .gradient-cover {
	background-image: linear-gradient(to bottom, rgba(211, 18, 69, 0), #B90D3F)
}

.pop-box:hover .pop-information {
	bottom: 30px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.pop-box:hover .pop-information {
		bottom: 20px
	}
}

.pop-box:hover .pop-information .more-content {
	display: block;
	opacity: 1
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.pop-box:hover {
		box-shadow: none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
	.pop-box:hover .gradient-cover {
		background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0), rgba(35, 31, 32, 0.8))
	}
	.pop-box:hover .pop-information {
		bottom: 0
	}
	.pop-box:hover .pop-information .more-content p,
	.pop-box:hover .pop-information .more-content a {
		display: none;
		opacity: 0
	}
}

.pop-box .pop-information {
	position: relative;
	padding: 15px 15px 10px 15px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	-webkit-transition: bottom 0.4s ease-in-out;
	-moz-transition: bottom 0.4s ease-in-out;
	transition: bottom 0.4s ease-in-out
}

@media only screen and (min-width: 1200px) {
	.pop-box .pop-information {
		padding: 15px 30px 10px 30px
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.pop-box .pop-information {
		bottom: 0px;
		padding: 15px 15px 5px 15px
	}
}

.pop-box .pop-information h3,
.pop-box .pop-information h3 a,
.pop-box .pop-information h2,
.pop-box .pop-information h2 a {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-style: initial;
	font-size: 1.8rem;
	line-height: 1.44;
	letter-spacing: 0.3px;
	color: #fff
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.pop-box .pop-information h3,
	.pop-box .pop-information h3 a,
	.pop-box .pop-information h2,
	.pop-box .pop-information h2 a {
		font-size: 1.8rem;
		line-height: 1.33;
		font-weight: 500;
		letter-spacing: 0.2px
	}
}

.pop-box .pop-information p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.38;
	color: #fff
}

.pop-box .pop-information a {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #fff;
	text-decoration: none !important
}

.pop-box .pop-information a:after {
	vertical-align: top
}

.pop-box .pop-information a:hover {
	color: #fff !important
}

.pop-box .pop-information .more-content {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in
}

.pop-box .pop-information .more-content a {
	color: #fff;
	text-decoration: none
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.pop-box .pop-information .more-content p {
		display: none
	}
}

.pop-box .gradient-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100.5%;
	height: 100%;
	overflow: auto;
	z-index: 0;
	background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0), rgba(35, 31, 32, 0.8))
}

label {
	width: 100%;
	margin-bottom: 0
}

input[type="text"],
input[type="email"],
input[type="search"] {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	background: #fff;
	width: 100%;
	min-height: 60px;
	padding-left: 15px;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20;
	border: 1px solid #e0d5d8
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="search"]:active,
input[type="search"]:focus {
	outline: none;
	box-shadow: none;
	border-color: #82807E
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
	color: #69655c
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
	color: #69655c
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
	color: #69655c
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder {
	color: #69655c
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
	color: #231f20
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
	color: #231f20
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
	color: #231f20
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder {
	color: #231f20
}

input[type="text"].error,
input[type="email"].error,
input[type="search"].error {
	border-color: #B90D3F !important
}

textarea,
textarea.form-control {
	min-height: 200px;
	padding: 10px;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20
}

textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
	color: #69655c;
	font-size: 1.6rem
}

textarea::-moz-placeholder,
textarea.form-control::-moz-placeholder {
	color: #69655c;
	font-size: 1.6rem
}

textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
	color: #69655c;
	font-size: 1.6rem
}

textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
	color: #69655c;
	font-size: 1.6rem
}

label.checkmark-box {
	font-weight: normal
}

label.checkmark-box:hover {
	cursor: pointer
}

input[type=checkbox] {
	display: none
}

input[type=checkbox]+label:before {
	font-family: 'Material-Design-Iconic-Font';
	display: inline-block
}

input[type=checkbox]+label:before {
	content: "\f279"
}

input[type=checkbox]+label:before {
	letter-spacing: 10px
}

input[type=checkbox]:checked+label:before {
	content: "\f26a";
	color: #B90D3F
}

input[type=checkbox]:checked+label:before {
	letter-spacing: 5px;
	padding-right: 5px
}

.nice-select {
	width: 100%;
	height: 60px
}

input[type="range"]:active,
input[type="range"]:focus {
	outline: none
}

input[type=range] {
	-webkit-appearance: none;
	display: block;
	margin: 0;
	width: 100%;
	background: transparent
}

input[type=range]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	width: 100%;
	margin-top: 11px;
	height: 4px;
	color: transparent;
	background: #74726f;
	border-radius: 999px;
	border: none
}

input[type=range]::-moz-range-track {
	-webkit-appearance: none;
	width: 100%;
	margin-top: 11px;
	height: 4px;
	color: transparent;
	background: #74726f;
	border-radius: 999px;
	border: none
}

input[type=range]::-ms-track {
	-webkit-appearance: none;
	width: 100%;
	margin-top: 11px;
	height: 4px;
	color: transparent;
	background: #74726f;
	border-radius: 999px;
	border: none
}

input[type=range]::-ms-fill-lower {
	display: none
}

input[type=range]::-ms-fill-upper {
	display: none
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 27px;
	width: 27px;
	border-radius: 30px;
	background: white;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	z-index: 1;
	position: relative;
	top: -11px;
	-webkit-transition: background-color 0.25s ease-in;
	-moz-transition: background-color 0.25s ease-in;
	transition: background-color 0.25s ease-in
}

input[type=range]::-webkit-slider-thumb:hover,
input[type=range]::-webkit-slider-thumb:focus,
input[type=range]::-webkit-slider-thumb:active {
	background: #74726f
}

input[type=range]::-moz-range-thumb {
	-webkit-appearance: none;
	height: 27px;
	width: 27px;
	border-radius: 30px;
	background: white;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	z-index: 1;
	position: relative;
	top: -11px;
	-webkit-transition: background-color 0.25s ease-in;
	-moz-transition: background-color 0.25s ease-in;
	transition: background-color 0.25s ease-in
}

input[type=range]::-moz-range-thumb:hover,
input[type=range]::-moz-range-thumb:focus,
input[type=range]::-moz-range-thumb:active {
	background: #74726f
}

input[type=range]::-ms-thumb {
	-webkit-appearance: none;
	height: 27px;
	width: 27px;
	border-radius: 30px;
	background: white;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	z-index: 1;
	position: relative;
	top: -11px;
	-webkit-transition: background-color 0.25s ease-in;
	-moz-transition: background-color 0.25s ease-in;
	transition: background-color 0.25s ease-in
}

input[type=range]::-ms-thumb:hover,
input[type=range]::-ms-thumb:focus,
input[type=range]::-ms-thumb:active {
	background: #74726f
}

.range {
	position: relative
}

.slider-progress-bar {
	-webkit-appearance: none;
	width: 0%;
	margin-top: 11px;
	height: 4px;
	color: transparent;
	border-radius: 999px;
	border: none;
	background: #B90D3F;
	position: absolute;
	top: 0
}

.ticks {
	display: flex;
	justify-content: space-between;
	padding: 4px 8px
}

.tick {
	position: relative;
	display: flex;
	justify-content: center;
	width: 1px;
	background: transparent;
	height: 4px;
	line-height: 20px;
	margin-top: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 1.4rem;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	color: #74726f;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in
}

.tick:hover {
	cursor: pointer;
	color: #B90D3F
}

.current-tick {
	color: #B90D3F;
	font-weight: 500
}

.controls-pagination button,
.controls-pagination .mixitup-control-truncation-marker {
	display: inline-block;
	text-align: center;
	margin-right: .25em;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.69;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #B90D3F;
	background: #fbece8;
	border: none;
	outline: none;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

.controls-pagination button:hover,
.controls-pagination button:active,
.controls-pagination button:focus,
.controls-pagination .mixitup-control-truncation-marker:hover,
.controls-pagination .mixitup-control-truncation-marker:active,
.controls-pagination .mixitup-control-truncation-marker:focus {
	cursor: pointer;
	color: #fff;
	background: #d31245
}

.controls-pagination button:last-child,
.controls-pagination .mixitup-control-truncation-marker:last-child {
	margin-right: 0
}

.controls-pagination button.mixitup-control-truncation-marker:hover,
.controls-pagination button.mixitup-control-truncation-marker:active,
.controls-pagination button.mixitup-control-truncation-marker:focus,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-truncation-marker:hover,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-truncation-marker:active,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-truncation-marker:focus {
	cursor: default;
	color: #B90D3F;
	background: #fbece8
}

.controls-pagination button.mixitup-control-active,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-active {
	color: #fff;
	background: #B90D3F;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

.controls-pagination button.mixitup-control-active:hover,
.controls-pagination button.mixitup-control-active:active,
.controls-pagination button.mixitup-control-active:focus,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-active:hover,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-active:active,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-active:focus {
	color: #fff;
	background: #d31245
}

.controls-pagination button.mixitup-control-next,
.controls-pagination button.mixitup-control-prev,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-next,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-prev {
	font-size: 2rem;
	padding: 0 .5em;
	background: none
}

.controls-pagination button.mixitup-control-next:hover,
.controls-pagination button.mixitup-control-prev:hover,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-next:hover,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-prev:hover {
	color: #d31245
}

.controls-pagination button.mixitup-control-disabled,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-disabled {
	color: #e0d5d8
}

.controls-pagination button.mixitup-control-disabled:hover,
.controls-pagination button.mixitup-control-disabled:active,
.controls-pagination button.mixitup-control-disabled:focus,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-disabled:hover,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-disabled:active,
.controls-pagination .mixitup-control-truncation-marker.mixitup-control-disabled:focus {
	cursor: default !important;
	color: #e0d5d8 !important
}

.pagination-row {
	padding-bottom: 1.5em
}

.pagination-row.end-row {
	padding-bottom: 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.pagination-row {
		text-align: center
	}
}

.pagination-row .pagination-column {
	justify-content: flex-end
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.pagination-row .pagination-column {
		justify-content: center !important
	}
}

.pagination-row .results {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.pagination-row .results {
		padding-bottom: 1em
	}
}

#calendar h2 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3.6rem;
	line-height: 1.28;
	letter-spacing: 0.3px;
	color: #231f20;
	margin: -.1em 2em .75em 2em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	#calendar h2 {
		font-size: 3rem;
		line-height: 1.33;
		margin: -.1em 1em .75em 1em
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	#calendar .fc-head-container {
		display: none
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	#calendar .fc-header-toolbar {
		margin-bottom: 0
	}
}

#calendar .fc-state-default {
	background: none;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: none;
	color: #B90D3F;
	margin: 0
}

#calendar .fc-state-default:hover,
#calendar .fc-state-default:active,
#calendar .fc-state-default:focus {
	background: none;
	outline: none;
	border: none;
	box-shadow: none;
	color: #d31245
}

#calendar .fc-icon {
	position: relative;
	top: 0;
	margin: 0;
	vertical-align: middle;
	height: initial;
	line-height: initial
}

#calendar .fc-icon-left-single-arrow:after {
	font-family: 'Material-Design-Iconic-Font';
	font-size: 3.6rem;
	content: '\f2fa';
	vertical-align: middle;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	top: 0
}

#calendar .fc-icon-right-single-arrow:after {
	font-family: 'Material-Design-Iconic-Font';
	font-size: 3.6rem;
	content: "\f2fb";
	vertical-align: middle;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	top: 0
}

#calendar .fc-widget-header thead tr th,
#calendar .fc-widget-header {
	border: none
}

#calendar .fc-widget-header {
	padding-bottom: .25em
}

#calendar .fc-event-container {
	border-radius: 0;
	padding: .25em 0 0;
	margin: 0;
	-webkit-transition: background-color 0.25s ease-in;
	-moz-transition: background-color 0.25s ease-in;
	transition: background-color 0.25s ease-in
}

@media only screen and (max-width: 767px) {
	#calendar .fc-event-container {
		padding: 0
	}
}

#calendar .fc-event-container:hover {
	background-color: #f7f3e3
}

#calendar .fc-day-number {
	float: left;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	padding-left: .5em
}

@media only screen and (max-width: 767px) {
	#calendar .fc-day-number {
		float: none;
		padding: 0;
		display: block;
		width: 100%;
		height: 100%
	}
}

@media only screen and (max-width: 767px) {
	#calendar .fc-basic-view .fc-body .fc-row {
		min-height: 48px;
		line-height: 48px
	}
}

@media only screen and (max-width: 767px) {
	#calendar .fc-day-top {
		padding-top: .15em;
		vertical-align: middle;
		text-align: center
	}
}

#calendar .fc-other-month:hover {
	background-color: transparent !important
}

@media only screen and (max-width: 767px) {
	#calendar .fc-row .fc-content-skeleton {
		padding-bottom: 0
	}
}

#calendar .fc-event {
	background: transparent;
	color: #000;
	border: none
}

#calendar .fc-content {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	white-space: initial;
	overflow: initial;
	padding-left: .5em
}

@media only screen and (max-width: 767px) {
	#calendar .fc-content {
		display: none
	}
}

#calendar .fc-content .fc-time {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	display: block
}

#calendar .fc-content .fc-title {
	display: block;
	padding-bottom: .5em;
	color: #B90D3F;
	text-decoration: underline
}

#calendar .fc-day-grid-event {
	padding: 0;
	margin: 0
}

#calendar tr:first-child>td>.fc-day-grid-event {
	margin-top: 0
}

@media only screen and (max-width: 767px) {
	#calendar .has-event {
		background-color: #f7f3e3;
		color: #B90D3F
	}
}

@media only screen and (max-width: 767px) {
	#calendar .day-event-active,
	#calendar .has-event-active {
		background-color: #B90D3F;
		color: #fff
	}
}

#calendar .fc-unthemed th,
#calendar .fc-unthemed td,
#calendar .fc-unthemed thead,
#calendar .fc-unthemed tbody,
#calendar .fc-unthemed .fc-divider,
#calendar .fc-unthemed .fc-row,
#calendar .fc-unthemed .fc-content,
#calendar .fc-unthemed .fc-popover,
#calendar .fc-unthemed .fc-list-view,
#calendar .fc-unthemed .fc-list-heading td {
	border-color: transparent !important
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
	border-color: #69655c
}

@media only screen and (max-width: 767px) {
	.fc-unthemed th,
	.fc-unthemed td,
	.fc-unthemed thead,
	.fc-unthemed tbody,
	.fc-unthemed .fc-divider,
	.fc-unthemed .fc-row,
	.fc-unthemed .fc-content,
	.fc-unthemed .fc-popover,
	.fc-unthemed .fc-list-view,
	.fc-unthemed .fc-list-heading td {
		border-color: transparent !important
	}
}

.fc-unthemed td.fc-today {
	background-color: #f7f3e3
}

#mobileResults {
	display: none;
	text-align: center
}

@media only screen and (max-width: 767px) {
	#mobileResults {
		display: block;
		padding-top: 1em
	}
}

#mobileResults div {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #69655c;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20
}

#mobileResults div a {
	text-decoration: underline
}

#list-view {
	display: none
}

.list-view-container article.list-view-item {
	background: #f7f3e3;
	padding: 2em;
	margin-bottom: 2em;
	-webkit-transition: box-shadow 0.25s ease-in;
	-moz-transition: box-shadow 0.25s ease-in;
	transition: box-shadow 0.25s ease-in
}

.list-view-container article.list-view-item time {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 1.1px;
	color: #231f20;
	text-transform: uppercase
}

.list-view-container article.list-view-item time span {
	font-size: 400
}

.list-view-container article.list-view-item h2 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3.6rem;
	line-height: 1.28;
	letter-spacing: 0.3px;
	color: #B90D3F;
	margin: 0;
	padding: .5em 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.list-view-container article.list-view-item h2 {
		font-size: 3rem;
		line-height: 1.33;
		letter-spacing: 0.2px
	}
}

.list-view-container article.list-view-item p {
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20;
	padding-bottom: 1em
}

.list-view-container article.list-view-item .desktop-calendar-column {
	text-align: right
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.list-view-container article.list-view-item .desktop-calendar-column {
		display: none
	}
}

.list-view-container article.list-view-item .mobile-calendar-column {
	display: none;
	text-align: right
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.list-view-container article.list-view-item .mobile-calendar-column {
		display: block
	}
}

.list-view-container article.list-view-item img {
	max-width: 100%;
	height: auto;
	padding-bottom: 1em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.list-view-container article.list-view-item img {
		width: 100%
	}
}

.list-view-container article.list-view-item .tag-holder button {
	border: 0;
	outline: 0;
	background: none;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.69;
	letter-spacing: 1.1px;
	text-decoration: underline;
	text-transform: uppercase;
	color: #231f20;
	padding: 0;
	margin-right: 1em;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in
}

.list-view-container article.list-view-item .tag-holder button:last-child {
	margin-right: 0
}

.list-view-container article.list-view-item .tag-holder button:hover {
	color: #B90D3F;
	cursor: pointer
}

.add-to-calendar-checkbox {
	color: #231f20;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in
}

.add-to-calendar-checkbox:hover {
	color: #B90D3F;
	cursor: pointer !important
}

.calendar-tag-holder {
	position: absolute;
	right: 15px;
	z-index: 1;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25)
}

.calendar-tag-holder a {
	color: white;
	padding: 5px;
	border-bottom: 1px solid white;
	background: #B90D3F
}

.calendar-tag-holder a:last-child {
	border-bottom: none
}

.calendar-tag-holder a:hover {
	background: #d31245
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.post-detail-row .calendar-tag-holder {
		right: auto;
		left: 15px
	}
}

.display-none {
	display: none !important
}

.display-block {
	display: block !important
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #f9f8f7;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 1;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

.slick-prev:hover,
.slick-prev:active,
.slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
	background: #f9f8f7
}

.slick-prev:before,
.slick-next:before {
	font: normal normal normal 24px/1 'Material-Design-Iconic-Font';
	content: "\f30f";
	font-size: 2.4rem;
	line-height: 1;
	opacity: 1;
	color: #ba0c2f;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.slick-prev {
	left: 0 !important;
	transform: scaleX(-1) !important;
	font-size: 2.4rem
}

.slick-next {
	right: 0 !important;
	font-size: 2.4rem
}

.slick-disabled {
	opacity: 0
}

.slick-disabled:hover {
	cursor: default
}

.slick-dots {
	bottom: -40px
}

.slick-dots li button:before {
	font: normal normal normal 18px/1 'Material-Design-Iconic-Font';
	line-height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	content: '\f26c';
	text-align: center;
	opacity: 1;
	color: #69655c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

.slick-dots li.slick-active button:before {
	color: #ba0c2f;
	content: '\f26f';
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

.page-home .full-header .container,
.page-home .full-header .row {
	height: 100%
}

.page-home .full-header .information-section {
	position: absolute;
	bottom: -250px;
	right: 0;
	max-width: 380px;
	z-index: 1
}

@media only screen and (max-width: 992px) {
	.page-home .full-header .information-section {
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
		bottom: -25px
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .full-header .information-section {
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
		bottom: -125px
	}
}

.page-home .full-header .information-section .btn {
	margin-bottom: 1em
}

.page-home .full-header .information-section .announce-box {
	background: #f7f3e3;
	padding: 2em
}

.page-home .full-header .information-section .announce-box h3 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 2.4rem;
	font-stretch: normal;
	line-height: 1.42;
	letter-spacing: 0.5px;
	color: #B90D3F;
	margin-bottom: 1em
}

.page-home .full-header .information-section .announce-box div {
	list-style: none;
	margin-bottom: 1em
}

.page-home .full-header .information-section .announce-box div a {
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #231f20
}

.page-home .full-header .information-section .announce-box div a:hover,
.page-home .full-header .information-section .announce-box div a:active,
.page-home .full-header .information-section .announce-box div a:focus {
	color: #B90D3F
}

@media only screen and (max-width: 992px) {
	.page-home .full-header .information-section .announce-box .show-more-container {
		display: none
	}
}

.page-home .full-header .information-section .announce-box .viewBtn {
	font-size: 1.6rem;
	color: #B90D3F;
	text-decoration: underline;
	display: none
}

@media only screen and (max-width: 992px) {
	.page-home .full-header .information-section .announce-box .viewBtn {
		display: block
	}
}

.page-home .tagline-section {
	position: relative;
	padding: 4em 0 10em;
	background: url("/_resources/images/svg/passion.svg") no-repeat left bottom;
	background-size: cover
}

@media only screen and (max-width: 992px) {
	.page-home .tagline-section {
		padding: 10em 0 4em
	}
}

.page-home .tagline-section .tagline-row {
	justify-content: center
}

@media only screen and (max-width: 992px) {
	.page-home .tagline-section .tagline-row {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
}

.page-home .tagline-section .line-point {
	width: 500px;
	height: 1px;
	background: #B90D3F;
	position: absolute;
	top: 3em;
	left: -500px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .tagline-section .line-point {
		top: 2em
	}
}

.page-home .tagline-section h2 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 7.2rem;
	line-height: 1.14;
	letter-spacing: 0.3px;
	color: #B90D3F
}

.page-home .tagline-section h2 span {
	color: #231f20;
	display: block
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .tagline-section h2 {
		font-size: 4.5rem
	}
}

.page-home .picture-list-section {
	margin-top: -50px
}

@media only screen and (max-width: 992px) {
	.page-home .picture-list-section {
		margin-top: -25px
	}
}

.page-home .fp-news-section {
	padding: 4em 0 0
}

.page-home .fp-news-section .line-container {
	height: 130px
}

.page-home .fp-news-section .line-container .line {
	height: 130px;
	width: 1px;
	background: #B90D3F;
	margin: 0 auto;
	margin-top: -100px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .fp-news-section .line-container {
		height: 50px
	}
	.page-home .fp-news-section .line-container .line {
		height: 50px
	}
}

.page-home .fp-news-section .fp-news-content {
	background: #fbece8;
	padding: 0 0 10em 0
}

@media only screen and (min-width: 1200px) {
	.page-home .fp-news-section .fp-news-content {
		padding: 0 0 10em 0
	}
}

@media only screen and (max-width: 992px) {
	.page-home .fp-news-section .fp-news-content {
		padding: 0 0 9em 0
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .fp-news-section .fp-news-content {
		padding: 0 0 7.5em 0
	}
}

.page-home .fp-news-section h2 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3.6rem;
	line-height: 1.28;
	letter-spacing: 0.3px;
	text-align: center;
	color: #231f20;
	padding-bottom: 3.5em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .fp-news-section h2 {
		font-size: 3rem;
		padding-bottom: 4em
	}
}

.page-home .fp-news-section article.fp-article {
	margin-top: -75px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .fp-news-section article.fp-article {
		margin-top: -20px
	}
}

.page-home .fp-news-section article.fp-article img {
	max-width: 100%;
	height: auto;
	margin-bottom: 2em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .fp-news-section article.fp-article img {
		margin-bottom: 1.5em
	}
}

.page-home .fp-news-section article.fp-article time {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 1.1px;
	color: #B90D3F;
	text-transform: uppercase
}

.page-home .fp-news-section article.fp-article h3 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 4.8rem;
	line-height: 1.21;
	letter-spacing: 0.3px;
	color: #231f20;
	margin: .25em 0 .5em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .fp-news-section article.fp-article h3 {
		font-size: 3.6rem;
		line-height: 1.28
	}
}

.page-home .fp-news-section article.fp-article p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20;
	padding-bottom: 1em
}

.page-home .fp-news-section article.fp-article a.arrow-btn {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #231f20
}

.page-home .fp-news-section aside {
	padding-top: 3em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .fp-news-section aside {
		padding-top: 0;
		margin-top: 2em;
		border-top: 1px solid #e0d5d8
	}
}

.page-home .fp-news-section aside .side-article {
	padding: 3em 0;
	border-bottom: 1px solid #e0d5d8
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .fp-news-section aside .side-article {
		padding: 2em 0
	}
}

.page-home .fp-news-section aside .side-article time {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 1.1px;
	color: #B90D3F
}

.page-home .fp-news-section aside .side-article h3 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3.6rem;
	line-height: 1.28;
	letter-spacing: 0.2px;
	color: #231f20;
	margin: .25em 0 .5em 0;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .fp-news-section aside .side-article h3 {
		font-size: 3.6rem;
		line-height: 1.28
	}
}

.page-home .fp-news-section aside .side-article a.arrow-btn {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #231f20
}

.page-home .fp-news-section aside .side-article:hover h3 {
	color: #B90D3F;
	margin-left: .75em
}

.page-home .fp-news-section aside .side-article:hover .arrow-btn:after {
	right: -2.5px
}

.page-home .fp-news-section aside a.view-all-btn {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #231f20;
	padding-top: 3em;
	display: block
}

.page-home .fp-news-section .connect-box {
	padding-top: 5em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .fp-news-section .connect-box {
		padding-top: 1.5em
	}
}

.page-home .fp-news-section .connect-box h2,
.page-home .fp-news-section .connect-box h3 {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 1px;
	text-align: center;
	color: #B90D3F;
	margin: 0;
	padding: 0 0 1.5em;
	text-transform: uppercase
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .fp-news-section .connect-box h2,
	.page-home .fp-news-section .connect-box h3 {
		padding: 4em 0 2em
	}
}

.page-home .fp-news-section .connect-box .social-list {
	text-align: center
}

.page-home .fp-news-section .connect-box .social-list ul {
	margin: 0;
	padding: 0
}

@media only screen and (max-width: 992px) {
	.page-home .fp-news-section .connect-box .social-list ul {
		padding: 0 0 1.5em 0
	}
}

.page-home .fp-news-section .connect-box .social-list ul li {
	display: inline-block;
	padding-right: 2em
}

@media only screen and (max-width: 992px) {
	.page-home .fp-news-section .connect-box .social-list ul li {
		padding-right: 1.25em
	}
}

.page-home .fp-news-section .connect-box .social-list ul li a {
	color: #ddd;
	font-size: 3.6rem;
	color: #231f20
}

.page-home .fp-news-section .connect-box .social-list ul li a:hover {
	color: #B90D3F
}

@media only screen and (max-width: 992px) {
	.page-home .fp-news-section .connect-box .social-list ul li a {
		font-size: 3rem
	}
}

.page-home .metrics-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 3em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .metrics-section {
		padding-bottom: 0
	}
}

.page-home .metrics-section .metrics-container {
	position: relative;
	top: -100px
}

.page-home .metrics-section .metrics-content {
	background: #fff;
	text-align: center;
	padding: 6em 4em 4em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .metrics-section .metrics-content {
		padding: 3em 15px
	}
}

.page-home .metrics-section .metrics-content h2 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3.6rem;
	line-height: 1.28;
	letter-spacing: 0.3px;
	text-align: center;
	color: #231f20;
	margin-bottom: 0;
	padding-bottom: 1em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .metrics-section .metrics-content h2 {
		font-size: 3rem;
		line-height: 1.33;
		letter-spacing: 0.2px
	}
	.page-home .metrics-section .metrics-content h2 span {
		display: block
	}
}

.page-home .metrics-section .metrics-content .line-container {
	display: block;
	height: 80px;
	margin-bottom: 2.5em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .metrics-section .metrics-content .line-container {
		margin-bottom: 1.5em
	}
}

.page-home .metrics-section .metrics-content .line-container .line {
	height: 80px;
	width: 1px;
	background: #B90D3F;
	margin: 0 auto
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .metrics-section .metrics-content .line-container {
		height: 40px
	}
	.page-home .metrics-section .metrics-content .line-container .line {
		height: 40px
	}
}

.page-home .metrics-section .metrics-content .metrics-box {
	padding-bottom: 5em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .metrics-section .metrics-content .metrics-box {
		padding-bottom: 2.5em
	}
}

.page-home .metrics-section .metrics-content .metrics-box .data-numb {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 9rem;
	line-height: 1.11;
	letter-spacing: 0.6px;
	text-align: center;
	color: #B90D3F
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .metrics-section .metrics-content .metrics-box .data-numb {
		font-size: 7.2rem;
		line-height: 1.14;
		letter-spacing: 0.5px
	}
}

.page-home .metrics-section .metrics-content .metrics-box .data-numb span {
	font-size: 2.4rem;
	line-height: 1.42;
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .metrics-section .metrics-content .metrics-box .data-numb span {
		font-size: 1.8rem;
		line-height: 1.56;
		letter-spacing: 0.5px
	}
}

.page-home .metrics-section .metrics-content .metrics-box .divider {
	width: 60px;
	height: 1px;
	background-color: #231f20;
	margin: 1.5em auto 2em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .metrics-section .metrics-content .metrics-box .divider {
		margin: 1em auto 1.5em
	}
}

.page-home .metrics-section .metrics-content .metrics-box .data-detail {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	text-align: center;
	color: #231f20
}

.page-home .metrics-section .learn-more-container {
	position: relative;
	top: -40px;
	text-align: center
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .metrics-section .learn-more-container {
		top: -50px
	}
	.page-home .metrics-section .learn-more-container a {
		width: 100%;
		display: block
	}
}

.page-home .metrics-section .learn-more-container .btn {
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: 0.3px
}

.page-home .spotlight-section {
	background: #f4dbb9;
	padding: 3em 3em 7em
}

@media only screen and (max-width: 992px) {
	.page-home .spotlight-section {
		padding: 0 0 1.5em
	}
}

.page-home .spotlight-section .mobile-image {
	display: none;
	width: 100%
}

@media only screen and (max-width: 992px) {
	.page-home .spotlight-section .mobile-image {
		display: block
	}
}

.page-home .spotlight-section .spotlight-profile {
	min-height: 600px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

@media only screen and (max-width: 992px) {
	.page-home .spotlight-section .spotlight-profile {
		background: none !important
	}
}

.page-home .spotlight-section .spotlight-box {
	position: relative;
	bottom: -70px;
	background: #fff;
	padding: 3em 5em;
	text-align: center
}

@media only screen and (max-width: 1200px) {
	.page-home .spotlight-section .spotlight-box {
		padding: 3em
	}
}

@media only screen and (max-width: 992px) {
	.page-home .spotlight-section .spotlight-box {
		bottom: auto;
		top: -25px
	}
}

.page-home .spotlight-section .spotlight-box h2 {
	margin: 0;
	padding: 0 0 .25em 0;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 1.1px;
	text-align: center;
	color: #B90D3F;
	text-transform: uppercase
}

.page-home .spotlight-section .spotlight-box .student-name {
	padding-bottom: 1.5em;
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 2.4rem;
	line-height: 1.42;
	letter-spacing: 0.5px;
	text-align: center;
	color: #231f20
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .spotlight-section .spotlight-box .student-name {
		padding-bottom: 1em
	}
}

.page-home .spotlight-section .spotlight-box .divider {
	width: 60px;
	height: 1px;
	background-color: rgba(35, 31, 32, 0.25);
	margin: 0 auto 2em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .spotlight-section .spotlight-box .divider {
		margin: 0 auto 1.5em
	}
}

.page-home .spotlight-section .spotlight-box blockquote {
	margin: 0;
	padding: 0 0 1em 0;
	border: none;
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3.6rem;
	line-height: 1.42;
	letter-spacing: 0.1px;
	text-align: center;
	color: #B90D3F
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .spotlight-section .spotlight-box blockquote {
		font-size: 2.4rem
	}
}

.page-home .spotlight-section .spotlight-box a.arrow-btn {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #231f20
}

.page-home .visit-us-section {
	position: relative;
	background: #f4dbb9;
	min-height: 620px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .visit-us-section {
		overflow: hidden
	}
}

.page-home .visit-us-section .visit-us-text-bg {
	background: url("/_resources/images/svg/visit.svg") no-repeat left bottom;
	background-size: cover;
	width: 100%;
	min-height: 560px;
	position: absolute;
	bottom: 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .visit-us-section .visit-us-text-bg {
		display: none
	}
}

.page-home .visit-us-section .bottom-image {
	position: absolute;
	bottom: 0;
	left: -225px
}

@media only screen and (min-width: 1920px) {
	.page-home .visit-us-section .bottom-image {
		left: 0
	}
}

@media only screen and (max-width: 992px) {
	.page-home .visit-us-section .bottom-image {
		max-height: 298px
	}
}

.page-home .visit-us-section .visit-us-box {
	position: relative;
	z-index: 1
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .visit-us-section .visit-us-box {
		padding-bottom: 200px
	}
}

.page-home .visit-us-section .visit-us-box h2 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 4.8rem;
	line-height: 1.21;
	letter-spacing: 0.3px;
	color: #231f20
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .visit-us-section .visit-us-box h2 {
		font-size: 3.6rem
	}
}

.page-home .visit-us-section .visit-us-box .divider {
	width: 60px;
	height: 1px;
	background-color: rgba(35, 31, 32, 0.25);
	margin: 2em 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .visit-us-section .visit-us-box .divider {
		margin: 1.5em 0
	}
}

.page-home .visit-us-section .visit-us-box p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20;
	margin-bottom: 1.5em
}

.page-home .visit-us-section .visit-us-box p a.arrow-btn {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	color: #231f20;
	display: block;
	line-height: 1.38;
	padding-top: 0.5em
}

.page-home .visit-us-section .visit-us-box .btn-container {
	padding-top: .25em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .visit-us-section .visit-us-box .btn-container {
		padding-top: .5em
	}
}

.page-home .visit-us-section .visit-us-box .btn-container .btn {
	display: inline-block;
	margin: 0 1.75em .25em 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page-home .visit-us-section .visit-us-box .btn-container .btn {
		display: inline-block;
		margin: 0 1em 1.5em 0
	}
}

#main {
	background: #fff
}

.page #main {
	padding: 2em 0 6em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page #main {
		padding: 2em 0
	}
}

.page.landing-page #main {
	padding: 0 0 6em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page.landing-page #main {
		padding: 0 0 2em
	}
}

.page h1 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 48px;
	font-weight: 500;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: 0.3px;
	color: #B90D3F;
	margin-bottom: 0;
	padding-bottom: .75em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page h1 {
		font-size: 3.6rem;
		line-height: 1.28
	}
}

.page h2,
.page .header2-style {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3.6rem;
	line-height: 1.21;
	letter-spacing: 0.3px;
	color: #231f20;
	margin-bottom: 1em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page h2,
	.page .header2-style {
		line-height: 1.28
	}
}

.page h3,
.page .header3-style {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3rem;
	line-height: 1.33;
	letter-spacing: 0.2px;
	color: #231f20;
	margin-bottom: 0;
	padding-bottom: 1em
}

.page h4,
.page .header4-style {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1.42;
	letter-spacing: 0.4px;
	color: #231f20;
	margin-bottom: 0;
	padding-bottom: 1.5em
}

.page h5,
.page .header5-style {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #231f20;
	margin-bottom: 0;
	padding-bottom: 1.5em
}

.page p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #231f20;
	margin-bottom: 0;
	padding-bottom: 1.5em
}

.page a.calendar-btn {
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 1.1px;
	color: #B90D3F;
	text-decoration: underline;
	text-transform: uppercase
}

.page a.calendar-btn .zmdi {
	text-decoration: none;
	padding-right: .5em
}

.page a.calendar-btn:hover {
	color: #d31245
}

.page a.tag {
	display: inline-block;
	padding-right: .5em;
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 1.1px;
	color: #231f20;
	text-decoration: underline;
	text-transform: uppercase
}

.page a.tag:hover {
	color: #B90D3F
}

.page hr {
	width: 65px;
	height: 2px;
	border: none;
	background: #231f20;
	margin: 2.5em 0
}

.page hr.less-top {
	margin: 0 0 2.5em
}

.page hr.header-hr {
	margin: 0 0 1.5em;
	background-color: #fff;
	height: 1px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page hr.header-hr {
		display: none
	}
}

.page figure {
	padding-bottom: 2.5em
}

@media only screen and (max-width: 992px) {
	.page figure img {
		width: 100%
	}
}

.page figure figcaption {
	padding-top: .75em;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.77;
	letter-spacing: 0.2px;
	color: #231f20
}

.page blockquote {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #231f20;
	border-left: 2px solid #231f20;
	padding-left: 2em;
	margin-bottom: 4em;
	background: url("/_resources/images/svg/question-mark.svg") no-repeat 30px top
}

.page blockquote span,
.page blockquote div {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	display: block;
	padding-top: 1em;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #B90D3F
}

.page .link-list a {
	display: block;
	padding-bottom: .5em;
	font-size: 1.8rem;
	line-height: 1.56;
	text-decoration: underline
}

.page .sports-records-list {
	padding-bottom: 4em
}

.page .sports-records-list .sports-records-item {
	padding: 1em 0
}

.page .sports-records-list .sports-records-item.offset {
	background: #f7f3e3
}

.page .sports-records-list .sports-records-item .detail-column {
	text-align: left;
	padding-left: 15px
}

.page .sports-records-list .sports-records-item .detail-column .date,
.page .sports-records-list .sports-records-item .detail-column .title {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.77;
	letter-spacing: 0.2px;
	color: #231f20
}

.page .sports-records-list .sports-records-item .detail-column .title {
	font-weight: bold
}

.page .sports-records-list .sports-records-item .record-column {
	text-align: right;
	padding-right: 15px
}

.page .sports-records-list .sports-records-item .record-column .total-record,
.page .sports-records-list .sports-records-item .record-column .game-record {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.77;
	letter-spacing: 0.2px;
	color: #231f20
}

.page .sports-records-list .sports-records-item .record-column .game-record {
	font-weight: bold
}

.page .sports-records-list .sports-records-item .record-column .game-record.negative {
	color: #B90D3F
}

.page .sports-records-list .sports-records-item .record-column .game-record.positive {
	color: #006E00
}

.page .page-profile-card {
	padding-bottom: 3em
}

.page .page-profile-card p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20;
	padding: 1.5em 0 0
}

.page .page-profile-card .profile-image img {
	max-width: 100%;
	width: 100%;
	height: auto
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page .page-profile-card .profile-image img {
		max-width: 98px;
		height: auto;
		padding-bottom: 1em
	}
}

.page .page-profile-card .profile-content {
	color: #231f20
}

.page .page-profile-card .profile-content .name {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.42;
	letter-spacing: 0.4px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page .page-profile-card .profile-content .name {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.63;
		letter-spacing: 0.3px
	}
}

.page .page-profile-card .profile-content .title {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	padding-bottom: .5em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page .page-profile-card .profile-content .title {
		font-size: 1.6rem;
		line-height: 1.63;
		letter-spacing: 0.3px
	}
}

.page .page-profile-card .profile-content .location,
.page .page-profile-card .profile-content .phone,
.page .page-profile-card .profile-content .email {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page .page-profile-card .profile-content .location,
	.page .page-profile-card .profile-content .phone,
	.page .page-profile-card .profile-content .email {
		font-size: 1.6rem;
		line-height: 1.63;
		letter-spacing: 0.3px
	}
}

.page .schedule-list {
	padding-bottom: 4em
}

.page .schedule-list .schedule-item {
	color: #231f20;
	padding: 1em 15px
}

.page .schedule-list .schedule-item.offset {
	background: #fbece8
}

.page .schedule-list .schedule-item .class-name {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	padding-bottom: .5em
}

.page .schedule-list .schedule-item .class-hours,
.page .schedule-list .schedule-item .status {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.77;
	letter-spacing: 0.2px
}

.page .schedule-list .schedule-item .status {
	color: #B90D3F
}

.page #accordion,
.page .accordion-box {
	padding-bottom: 3em
}

.page #accordion .accordian-row,
.page .accordion-box .accordian-row {
	padding: 1em 0;
	border-top: 1px solid #e0d5d8
}

.page #accordion .accordian-row:last-child,
.page .accordion-box .accordian-row:last-child {
	border-bottom: 1px solid #e0d5d8
}

.page #accordion .accordian-row .question,
.page .accordion-box .accordian-row .question {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #231f20
}

.page #accordion .accordian-row button,
.page .accordion-box .accordian-row button {
	text-align: left;
	color: #231f20;
	border: none;
	outline: none;
	background: none;
	font-size: 2rem;
	line-height: 1.4;
	vertical-align: middle;
	padding: 0;
	margin: 0
}

.page #accordion .accordian-row button:hover,
.page .accordion-box .accordian-row button:hover {
	cursor: pointer;
	color: #d31245
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page #accordion .accordian-row .accordian-click-btn,
	.page .accordion-box .accordian-row .accordian-click-btn {
		position: relative;
		left: -15px
	}
}

.page #accordion .accordian-row .zmdi,
.page .accordion-box .accordian-row .zmdi {
	color: #B90D3F
}

.page #accordion .accordian-row .content,
.page .accordion-box .accordian-row .content {
	padding-top: 1em;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20
}

.page .form-container {
	padding-bottom: 4em
}

.page .form-container label {
	display: block;
	margin-bottom: 1.5em;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2.25;
	letter-spacing: 1.1px;
	color: #231f20;
	text-transform: uppercase
}

.page .form-container label span {
	display: none;
	text-transform: initial;
	line-height: 1.77;
	letter-spacing: 0.2px;
	color: #B90D3F
}

.page .form-container label.error input {
	border-color: #B90D3F
}

.page .form-container label.error span {
	display: block;
	padding-top: .25em
}

.page .form-container label.error {
	text-transform: initial;
	line-height: 1.77;
	letter-spacing: 0.2px;
	color: #B90D3F
}

.page .main-column a {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	letter-spacing: 0.3px;
	color: #B90D3F;
	text-decoration: underline
}

.page .main-column a:hover,
.page .main-column a:active,
.page .main-column a:focus {
	color: #d31245
}

.page .main-column a.btn {
	color: #fff;
	text-decoration: none
}

.page .main-column a.btn.light,
.page .main-column .viewBtn-container a.btn.viewBtn,
.viewBtn-container .page .main-column a.btn.viewBtn {
	color: #B90D3F
}

.page .main-column a.btn.light:hover,
.page .main-column .viewBtn-container a.btn.viewBtn:hover,
.viewBtn-container .page .main-column a.btn.viewBtn:hover,
.page .main-column a.btn.light:active,
.page .main-column .viewBtn-container a.btn.viewBtn:active,
.viewBtn-container .page .main-column a.btn.viewBtn:active,
.page .main-column a.btn.light:focus,
.page .main-column .viewBtn-container a.btn.viewBtn:focus,
.viewBtn-container .page .main-column a.btn.viewBtn:focus {
	color: #B90D3F
}

.page .main-column a.btn.light.arrow-btn:after,
.page .main-column .viewBtn-container a.btn.arrow-btn.viewBtn:after,
.viewBtn-container .page .main-column a.btn.arrow-btn.viewBtn:after {
	color: #B90D3F
}

.page .main-column a.btn.light.arrow-btn.arrow-reverse,
.page .main-column .viewBtn-container a.btn.arrow-btn.arrow-reverse.viewBtn,
.viewBtn-container .page .main-column a.btn.arrow-btn.arrow-reverse.viewBtn {
	color: #B90D3F
}

.page .main-column a.btn.light.arrow-btn.arrow-reverse:after,
.page .main-column .viewBtn-container a.btn.arrow-btn.arrow-reverse.viewBtn:after,
.viewBtn-container .page .main-column a.btn.arrow-btn.arrow-reverse.viewBtn:after {
	color: #B90D3F
}

.page .main-column ul {
	padding-bottom: 2em
}

.page .main-column ul li {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	padding-bottom: .5em
}

.page .post-detail-row {
	padding-bottom: 1.5em
}

.page .post-detail-row .time {
	display: block;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 1.1px;
	color: #231f20;
	padding-bottom: .5em;
	text-transform: uppercase
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page .post-detail-row .calendar-btn {
		display: block;
		padding-bottom: .25em
	}
}

.page .tag-list {
	padding-bottom: .25em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.page .tag-list {
		padding: .25em 0 .5em
	}
}

.page .tag-list a.tag {
	display: inline-block;
	padding-right: .5em;
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 1.1px;
	color: #231f20;
	text-decoration: underline;
	text-transform: uppercase
}

.page .tag-list a.tag:hover {
	color: #B90D3F
}

.gen-info-container {
	margin-bottom: 3em;
	padding: 1.5em 2em
}

.gen-info-container h2 {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1.42;
	letter-spacing: 0.4px;
	color: #231f20;
	margin-bottom: 0;
	padding-bottom: .6em
}

.gen-info-container ul {
	padding-left: 0;
	margin-bottom: 0
}

.gen-info-container ul li {
	list-style: none;
	padding-bottom: .5em
}

.gen-info-container ul li a {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.3px;
	text-decoration: underline;
	color: #B90D3F
}

.map-container {
	padding: 1em 0
}

.map-container iframe {
	max-width: 100%;
	width: 100%;
	height: 600px
}

.related-cards {
	padding: 3em 0 4em
}

.related-cards h2 {
	margin-bottom: .75em
}

.related-cards .line-container .line {
	height: 40px;
	width: 1px;
	background: #B90D3F;
	margin: 0 auto 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.related-cards .line-container {
		height: 40px
	}
	.related-cards .line-container .line {
		height: 40px
	}
}

.instagram-container h2 {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	line-height: 1.42;
	letter-spacing: 0.4px;
	color: #231f20;
	margin-bottom: 0;
	padding-bottom: 1em
}

.instagram-container h2 span {
	color: #B90D3F;
	padding-right: .5em
}

.page-blog {
	padding-top: 0 !important
}

.blog-header {
	padding-top: 60px;
	height: 350px;
	width: 100%;
	text-align: center
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.blog-header {
		height: 240px
	}
}

.blog-header .logo-wrap img {
	width: 400px;
	height: 74px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.blog-header .logo-wrap img {
		width: 270px;
		height: 50px
	}
}

.blog-navigation {
	height: 60px;
	line-height: 60px;
	width: 100%;
	background-color: #e7e5e1
}

.blog-navigation ul {
	padding-left: 0;
	text-align: center
}

.blog-navigation ul li {
	list-style: none;
	display: inline-block;
	margin-right: 3.5rem;
	position: relative
}

.blog-navigation ul li:last-child {
	margin-right: 0
}

.blog-navigation ul li a {
	font-family: "reason-new", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.25px;
	color: #231f20
}

.blog-navigation ul li a:active,
.blog-navigation ul li a:focus,
.blog-navigation ul li a:hover,
.blog-navigation ul li a.active {
	color: #ba0c2f
}

.blog-navigation ul li button {
	background: none;
	outline: none;
	border: none;
	font-size: 2rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #231f20;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

.blog-navigation ul li button:active,
.blog-navigation ul li button:focus,
.blog-navigation ul li button:hover,
.blog-navigation ul li button.active {
	cursor: pointer;
	color: #ba0c2f
}

.blog-navigation ul li button span {
	position: relative;
	top: 1px
}

.blog-navigation ul li.active a,
.blog-navigation ul li.active button {
	cursor: pointer;
	color: #ba0c2f
}

.blog-navigation ul li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	height: 1px;
	width: 100%;
	background: transparent
}

.blog-navigation ul li.dropdown {
	position: relative
}

.blog-navigation ul li.dropdown:hover ul {
	display: block
}

.blog-navigation ul li.dropdown:hover:after {
	background: #ba0c2f
}

.blog-navigation ul li.dropdown ul {
	display: none;
	position: absolute;
	margin-left: -20px;
	padding: 1rem 0 1rem 20px;
	background-color: #f1f1f1;
	min-width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 2
}

.blog-navigation ul li.dropdown ul li {
	display: block;
	margin-right: 0 !important;
	text-align: left;
	line-height: initial;
	padding: .5rem 0
}

.blog-navigation ul li.dropdown ul li a {
	font-family: "reason-new", sans-serif;
	font-weight: 500;
	font-style: initial
}

.blog-navigation ul li.dropdown ul li a:after {
	display: none
}

@media only screen and (max-width: 992px) {
	.blog-navigation .nav-container {
		display: none
	}
}

.blog-navigation .mobile-nav-container {
	display: none
}

@media only screen and (max-width: 992px) {
	.blog-navigation .mobile-nav-container {
		display: block
	}
}

.blog-navigation .mobile-nav-container button {
	outline: none;
	border: none;
	background: none;
	font-family: "reason-new", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.25px;
	color: #231f20;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in
}

.blog-navigation .mobile-nav-container button:hover,
.blog-navigation .mobile-nav-container button:active,
.blog-navigation .mobile-nav-container button:focus {
	cursor: pointer;
	color: #ba0c2f
}

.blog-navigation .mobile-nav-container button#blog-mobile-searchBtn {
	font-size: 2rem
}

.blog-navigation .mobile-nav-container .blog-mobile-select {
	padding-left: 10px;
	width: 100%
}

.blog-navigation .mobile-nav-container .blog-mobile-select:hover {
	cursor: pointer
}

.blog-navigation .mobile-nav-container .blog-mobile-select:hover button,
.blog-navigation .mobile-nav-container .blog-mobile-select:hover .zmdi {
	color: #ba0c2f
}

.blog-navigation .mobile-nav-container .blog-mobile-select span {
	float: right;
	padding-right: 15px;
	font-size: 2rem;
	margin-top: 18px
}

@media only screen and (max-width: 1200px) {
	.blog-navigation .mobile-nav-container .blog-mobile-select span {
		padding-right: 30px
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.blog-navigation .mobile-nav-container .blog-mobile-select span {
		padding-right: 15px
	}
}

.blog-navigation .mobile-nav-container .blog-mobile-search {
	border-left: 1px solid #69655c;
	text-align: center;
	width: 60px;
	float: right
}

.blog-navigation .mobile-nav-container #blog-mobile-select-list {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 1;
	display: none
}

.blog-navigation .mobile-nav-container #blog-mobile-select-list ul {
	padding: 0
}

.blog-navigation .mobile-nav-container #blog-mobile-select-list ul li {
	list-style: none;
	display: block;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #e7e5e1;
	padding-left: 15px
}

.blog-navigation .mobile-nav-container #blog-mobile-select-list ul li:last-child {
	border: none
}

.blog-navigation .mobile-nav-container #blog-mobile-select-list ul li a {
	font-family: "reason-new", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.25px
}

.blog-navigation .mobile-nav-container #blog-mobile-select-list ul li a:hover,
.blog-navigation .mobile-nav-container #blog-mobile-select-list ul li a:active,
.blog-navigation .mobile-nav-container #blog-mobile-select-list ul li a:focus {
	color: #ba0c2f
}

.blog-navigation-container {
	display: none
}

#blog-searchBarContainer {
	display: none;
	position: absolute;
	width: 100%;
	height: 120px;
	z-index: 11;
	box-shadow: 0 4px 20px -10px rgba(0, 0, 0, 0.36);
	background-color: #f9f8f7
}

@media only screen and (max-width: 992px) {
	#blog-searchBarContainer {
		height: 60px
	}
}

#blog-searchBarContainer input[type='search'] {
	border: none;
	outline: none;
	height: 120px;
	width: 100%;
	color: #231f20;
	line-height: 120px;
	font-size: 1.8rem;
	font-family: "reason-new", sans-serif;
	font-weight: 500;
	letter-spacing: 0.3px;
	background: none;
	padding-right: 20px
}

#blog-searchBarContainer input[type='search']::-webkit-input-placeholder {
	color: #4f4d4a;
	font-family: "reason-new", sans-serif;
	font-weight: 500;
	font-size: 1.8rem
}

#blog-searchBarContainer input[type='search']::-moz-placeholder {
	color: #4f4d4a;
	font-family: "reason-new", sans-serif;
	font-weight: 500;
	font-size: 1.8rem
}

#blog-searchBarContainer input[type='search']:-ms-input-placeholder {
	color: #4f4d4a;
	font-family: "reason-new", sans-serif;
	font-weight: 500;
	font-size: 1.8rem
}

#blog-searchBarContainer input[type='search']:-moz-placeholder {
	color: #4f4d4a;
	font-family: "reason-new", sans-serif;
	font-weight: 500;
	font-size: 1.8rem
}

@media only screen and (max-width: 992px) {
	#blog-searchBarContainer input[type='search'] {
		height: 60px;
		line-height: 60px;
		font-size: 1.6rem;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: 0.25px
	}
}

#blog-searchBarContainer .innerSearchBtn {
	border: none;
	outline: none;
	background: transparent;
	position: absolute;
	top: 0;
	right: 15px;
	color: #B90D3F;
	font-size: 3rem;
	line-height: 120px;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	#blog-searchBarContainer .innerSearchBtn {
		right: 15px
	}
}

#blog-searchBarContainer .innerSearchBtn:hover {
	cursor: pointer;
	color: #000
}

@media only screen and (max-width: 992px) {
	#blog-searchBarContainer .innerSearchBtn {
		line-height: 60px
	}
}

.article-container {
	padding: 8rem 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.article-container {
		padding: 6rem 0 0
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.article-container .article-sidebar-column {
		background: #f9f8f7
	}
	.article-container .article-sidebar-column .article-sidebar {
		padding: 4rem 0
	}
}

.article-container .article-column {
	padding-bottom: 4rem
}

.article-container .article-column .article-item {
	border-top: 1px solid #e7e5e1;
	padding-top: 7rem;
	margin-top: 7rem
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.article-container .article-column .article-item {
		padding-top: 5rem;
		margin-top: 4rem
	}
}

.article-container .article-column .article-item:first-child {
	border: none;
	padding-top: 0;
	margin-top: 0
}

.article-container .article-column .article-item .article-img-container {
	display: inline-block;
	position: relative
}

@media only screen and (max-width: 992px) {
	.article-container .article-column .article-item .article-img-container {
		margin-bottom: 2rem
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.article-container .article-column .article-item .article-img-container {
		width: 100%
	}
	.article-container .article-column .article-item .article-img-container img {
		width: 100%
	}
}

.article-container .article-column .article-item .article-img-container:hover .bg-overlay {
	opacity: 1
}

.article-container .article-column .article-item .article-img-container img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.article-container .article-column .article-item .article-img-container .bg-overlay {
	-webkit-transition: opacity 0.25s ease-in;
	-moz-transition: opacity 0.25s ease-in;
	transition: opacity 0.25s ease-in;
	opacity: 0;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7)
}

.article-container .article-column .article-item .article-img-container .bg-overlay ul {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px
}

.article-container .article-column .article-item .article-img-container .bg-overlay ul li {
	list-style: none;
	display: block;
	text-align: center;
	padding-bottom: 1rem
}

.article-container .article-column .article-item .article-img-container .bg-overlay ul li:last-child {
	padding-bottom: 0
}

.article-container .article-column .article-item .article-img-container .bg-overlay ul li a {
	color: #fff;
	font-size: 2rem
}

.article-container .article-column .article-item .article-img-container .bg-overlay ul li a:hover,
.article-container .article-column .article-item .article-img-container .bg-overlay ul li a:active,
.article-container .article-column .article-item .article-img-container .bg-overlay ul li a:focus {
	color: #B90D3F
}

.article-container .article-column .article-item .article-content h2 {
	font-family: "reason-new", sans-serif;
	font-weight: bold;
	font-size: 3.6rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #231f20;
	padding-bottom: 1rem
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.article-container .article-column .article-item .article-content h2 {
		font-size: 3rem;
		line-height: 1.2
	}
}

.article-container .article-column .article-item .article-content h2 a {
	color: #231f20
}

.article-container .article-column .article-item .article-content h2 a:hover,
.article-container .article-column .article-item .article-content h2 a:active,
.article-container .article-column .article-item .article-content h2 a:focus {
	color: #ba0c2f
}

.article-container .article-column .article-item .article-content .details {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #69655c;
	text-transform: uppercase;
	padding-bottom: 1rem
}

.article-container .article-column .article-item .article-content .details a,
.article-container .article-column .article-item .article-content .details span {
	color: #ba0c2f
}

.article-container .article-column .article-item .article-content p {
	font-family: "reason-new", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.25px;
	color: #231f20
}

.article-container .article-column .article-item .article-content .social-share ul {
	padding-left: 0
}

.article-container .article-column .article-item .article-content .social-share ul li {
	list-style: none;
	display: inline-block;
	padding-right: 1.5rem
}

.article-container .article-column .article-item .article-content .social-share ul li:last-child {
	padding-right: 0
}

.article-container .article-column .article-item .article-content .social-share ul li a {
	font-size: 2rem;
	text-align: center;
	color: #231f20
}

.article-container .article-column .article-item .article-content .social-share ul li a:hover,
.article-container .article-column .article-item .article-content .social-share ul li a:active,
.article-container .article-column .article-item .article-content .social-share ul li a:focus {
	color: #ba0c2f
}

.article-sidebar .about-side {
	padding-bottom: 4rem
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.article-sidebar .about-side {
		padding-bottom: 2rem
	}
}

.article-sidebar .about-side h1 {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.5px;
	color: #231f20;
	text-transform: uppercase;
	padding-bottom: 1.5rem;
	margin-bottom: 1.75rem;
	border-bottom: 1px solid #e7e5e1
}

.article-sidebar .about-side h2 {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.5px;
	color: #231f20;
	text-transform: uppercase;
	padding-bottom: 1.5rem;
	margin-bottom: 1.75rem;
	border-bottom: 1px solid #e7e5e1
}

.article-sidebar .about-side p {
	font-family: "reason-new", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.25px;
	color: #4f4d4a
}

.article-sidebar .about-side p a {
	color: #ba0c2f;
	text-decoration: underline
}

.article-sidebar .social-side {
	padding-bottom: 4rem
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.article-sidebar .social-side {
		padding-bottom: 2rem
	}
}

.article-sidebar .social-side h2 {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.5px;
	color: #231f20;
	text-transform: uppercase;
	padding-bottom: 1.5rem;
	margin-bottom: 1.75rem;
	border-bottom: 1px solid #e7e5e1
}

.article-sidebar .social-side ul {
	padding-left: 0
}

.article-sidebar .social-side ul li {
	list-style: none;
	display: inline-block;
	padding-right: 2rem
}

.article-sidebar .social-side ul li:last-child {
	padding-right: 0
}

.article-sidebar .social-side ul li a {
	font-size: 3rem;
	text-align: center;
	color: #231f20
}

.article-sidebar .social-side ul li a:hover,
.article-sidebar .social-side ul li a:active,
.article-sidebar .social-side ul li a:focus {
	color: #ba0c2f
}

.article-sidebar .newsletter-side {
	padding-bottom: 6rem
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.article-sidebar .newsletter-side {
		padding-bottom: 3rem
	}
}

.article-sidebar .newsletter-side h2 {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.5px;
	color: #231f20;
	text-transform: uppercase;
	padding-bottom: 1.5rem;
	margin-bottom: 1.75rem;
	border-bottom: 1px solid #e7e5e1
}

.article-sidebar .newsletter-side form button {
	padding: .5rem 2rem;
	background: #000;
	color: #fff;
	margin-top: 1.5rem
}

.article-sidebar .newsletter-side form button:hover,
.article-sidebar .newsletter-side form button:active,
.article-sidebar .newsletter-side form button:focus {
	background: #ba0c2f
}

.article-sidebar .newsletter-side form input {
	width: 100%;
	padding: 17px 20px;
	border: solid 1px #e7e5e1;
	background-color: #fff;
	font-family: "reason-new", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: 0.25px;
	color: #231f20
}

.article-sidebar .posts-side {
	padding-bottom: 4rem
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.article-sidebar .posts-side {
		padding-bottom: 2rem
	}
}

.article-sidebar .posts-side h2 {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.5px;
	color: #231f20;
	text-transform: uppercase;
	padding-bottom: 1.5rem;
	margin-bottom: 1.75rem;
	border-bottom: 1px solid #e7e5e1
}

.article-sidebar .posts-side .post-item {
	padding-bottom: 2rem
}

.article-sidebar .posts-side .post-item .date {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #69655c;
	text-transform: uppercase
}

.article-sidebar .posts-side .post-item a {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.2px;
	color: #231f20;
	text-decoration: underline
}

.article-sidebar .posts-side .post-item a:hover,
.article-sidebar .posts-side .post-item a:active,
.article-sidebar .posts-side .post-item a:focus {
	color: #ba0c2f
}

.pagination-bar {
	padding-top: 8rem;
	text-align: center
}

@media only screen and (max-width: 992px) {
	.pagination-bar {
		padding: 5rem 0 3rem
	}
}

.pagination-bar .hor-flip {
	transform: scaleX(-1)
}

.pagination-bar a,
.pagination-bar .more {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 1.5px;
	text-align: center;
	background-color: #e7e5e1;
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #231f20
}

.pagination-bar a:hover,
.pagination-bar a:focus,
.pagination-bar a:active,
.pagination-bar a.active,
.pagination-bar .more:hover,
.pagination-bar .more:focus,
.pagination-bar .more:active,
.pagination-bar .more.active {
	background: #231f20;
	color: #fff
}

.pagination-bar a.active,
.pagination-bar .more.active {
	cursor: default
}

.pagination-bar .next,
.pagination-bar .previous {
	background: none;
	font-size: 2rem;
	position: relative;
	top: 3px
}

.pagination-bar .next:hover,
.pagination-bar .previous:hover {
	cursor: pointer;
	background: none;
	color: #ba0c2f !important
}

.blog-learn-more-section h2 {
	font-family: "reason-new", sans-serif !important;
	font-size: 4.8rem;
	font-weight: 600 !important;
	font-stretch: normal;
	font-style: normal !important;
	line-height: 1.21;
	letter-spacing: normal;
	color: #fff
}

.blog-learn-more-section p {
	font-family: "reason-new", sans-serif !important;
	width: 75%;
	padding-bottom: 2rem
}

.blog-learn-more-section .btn-container {
	font-family: "reason-new", sans-serif !important;
	font-size: 1.6rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.2px;
	color: #fff;
	text-transform: uppercase
}

@media only screen and (max-width: 1200px) {
	.blog-learn-more-section .btn-container .btn {
		margin-bottom: 1em !important
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.blog-learn-more-section .btn-container .btn {
		margin-bottom: 1.5em !important
	}
}

.single-article-container {
	padding: 8rem 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.single-article-container {
		padding: 6rem 0 0
	}
}

.single-article-container .page-content header {
	text-align: center;
	padding-bottom: 6rem
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.single-article-container .page-content header {
		padding-bottom: 4rem
	}
}

.single-article-container .page-content header h1 {
	font-family: "reason-new", sans-serif;
	font-weight: bold;
	font-size: 4.8rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: normal;
	text-align: center;
	color: #231f20;
	padding-bottom: 2rem
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.single-article-container .page-content header h1 {
		font-size: 3rem;
		line-height: 1.2
	}
}

.single-article-container .page-content header .details {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #69655c;
	text-transform: uppercase
}

.single-article-container .page-content header .details span {
	color: #ba0c2f
}

.single-article-container .page-content header .details a {
	color: #231f20;
	text-decoration: underline
}

.single-article-container .page-content header .details a:hover,
.single-article-container .page-content header .details a:active,
.single-article-container .page-content header .details a:focus {
	color: #ba0c2f
	text-decoration: underline
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.single-article-container .page-content header .details {
		font-size: 1.2rem;
		line-height: 1.5
	}
}

.single-article-container .page-content p {
	font-family: "reason-new", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: 0.1px;
	color: #231f20;
	margin-bottom: 3rem
}

.single-article-container .page-content p a {
	color: #ba0c2f;
	font-weight: 500;
	text-decoration: underline
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.single-article-container .page-content p {
		font-size: 1.8rem;
		line-height: 1.5
	}
}

.single-article-container .page-content iframe {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-bottom: 3rem;
	min-height: 450px
}

@media only screen and (max-width: 992px) {
	.single-article-container .page-content iframe {
		min-height: 250px
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.single-article-container .page-content iframe {
		min-height: 188px
	}
}

.single-article-container .page-content blockquote {
	font-family: "reason-new", sans-serif;
	font-weight: bold;
	font-size: 3rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: 0.25px;
	color: #231f20;
	position: relative;
	padding-left: 20px;
	margin-bottom: 3rem
}

.single-article-container .page-content blockquote::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #ba0c2f;
	position: absolute;
	left: 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.single-article-container .page-content blockquote {
		font-size: 2.4rem
	}
}

.single-article-container .page-content figure {
	margin-bottom: 4rem
}

/*.single-article-container .page-content figure img {
	max-width: 100%;
	width: 100%;
	height: auto
}*/

.single-article-container .page-content figure figcaption {
	background: #e7e5e1;
	padding: 1.5rem 2rem;
	font-family: "reason-new", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #231f20
}

.single-article-container .page-content figure img {
	max-width: 100%;
	width: 50%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.single-article-container .page-content .img-slider img {
	max-width: 100%;
	width: 55%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.single-article-container .page-content .img-slider {
	margin-bottom: 9rem
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.single-article-container .page-content .img-slider {
		margin-bottom: 8rem
	}
}

/*.single-article-container .page-content .img-slider img {
	width: 100%;
	max-width: 100%;
	height: auto
}*/

.single-article-container .page-content .share-post {
	padding: 4rem 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.single-article-container .page-content .share-post {
		padding: 4rem 0
	}
}

.single-article-container .page-content .share-post h2 {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.5px;
	color: #231f20;
	text-transform: uppercase;
	padding-bottom: 1.5rem;
	margin-bottom: 1.75rem;
	border-bottom: 1px solid #e7e5e1;
	text-align: left
}

.single-article-container .page-content .share-post ul {
	padding-left: 0
}

.single-article-container .page-content .share-post ul li {
	list-style: none;
	display: inline-block;
	padding-right: 2rem
}

.single-article-container .page-content .share-post ul li:last-child {
	padding-right: 0
}

.single-article-container .page-content .share-post ul li a {
	font-size: 3rem;
	text-align: center;
	color: #231f20
}

.single-article-container .page-content .share-post ul li a:hover,
.single-article-container .page-content .share-post ul li a:active,
.single-article-container .page-content .share-post ul li a:focus {
	color: #ba0c2f
}

.single-article-container .page-content .related-posts h2 {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 0.5px;
	color: #231f20;
	text-transform: uppercase;
	padding-bottom: 1.5rem;
	margin-bottom: 1.75rem;
	border-bottom: 1px solid #e7e5e1;
	text-align: left
}

.single-article-container .page-content .related-posts h2 a {
	color: #ba0c2f;
	text-decoration: underline
		
}

@media only screen and (max-width: 992px) {
	.single-article-container .page-content .related-posts .related-post-item {
		padding-bottom: 3rem
	}
}

.single-article-container .page-content .related-posts .related-post-item img {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding-bottom: 2rem
}

.single-article-container .page-content .related-posts .related-post-item .date {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #69655c;
	padding-bottom: 0.25rem
}

.single-article-container .page-content .related-posts .related-post-item h3 {
	font-family: "reason-new", sans-serif;
	font-weight: 600;
	font-size: 2.1rem;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #231f20
}

.single-article-container .blog-single-article-sidebar {
	display: none
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.single-article-container .blog-single-article-sidebar {
		display: block;
		background: #f9f8f7
	}
	.single-article-container .blog-single-article-sidebar .article-sidebar {
		padding: 4rem 0
	}
}

@media only screen and (max-width: 992px) {
	.event-image img {
		width: 100%
	}
}

@media only screen and (max-width: 992px) {
	.event-image {
		padding-bottom: 2em
	}
}

.location-section {
	padding-bottom: 1.5em
}

.location-section .header {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #231f20;
	padding-bottom: 1em
}

.location-section .map-container {
	padding-bottom: 1em
}

.location-section .map-container iframe {
	width: 100%;
	height: 182px
}

.location-section .address-container {
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20
}

.location-section .address-container b {
	font-weight: 500
}

.location-section .address-container a {
	display: block;
	padding-top: 1em;
	font-weight: 500;
	color: #231f20
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.location-section .address-container a {
		padding-top: .4em
	}
}

.landing-container {
	margin-top: -125px
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.landing-container {
		margin-top: 0
	}
}

@media only screen and (max-width: 992px) {
	.landing-container .main-column {
		margin-bottom: 1em
	}
}

.landing-container .main-column h1 {
	color: #fff;
	margin-bottom: 1em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.landing-container .main-column h1 {
		color: #B90D3F;
		margin: 1em 0 0
	}
}

.explore-container {
	padding: 6em 0 4em
}

@media only screen and (max-width: 992px) {
	.explore-container {
		padding: 1em 0 4em
	}
}

.explore-container h2 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3.6rem;
	line-height: 1.28;
	letter-spacing: 0.3px;
	text-align: center;
	color: #231f20
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.explore-container h2 {
		font-size: 3rem;
		letter-spacing: 0.2px
	}
}

.explore-container .explore-content {
	position: relative;
	top: -2em;
	z-index: 0
}

@media only screen and (max-width: 992px) {
	.explore-container .explore-content {
		top: -1em
	}
}

.explore-container .explore-content .explore-line {
	background-color: #B90D3F;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: calc(50% - 1px)
}

.explore-container .explore-content .offset-block {
	position: relative;
	top: 4em;
	margin: 4em 0 5em
}

@media only screen and (max-width: 992px) {
	.explore-container .explore-content .offset-block {
		top: 2em;
		margin: 2em 0 4em
	}
}

.explore-container .explore-content .offset-block .content-container {
	background: #fbece8;
	z-index: 0
}

.explore-container .explore-content .offset-block.reverse .content:after {
	left: -60px;
	width: 60px;
	height: 100%
}

.explore-container .explore-content .offset-block .content {
	padding: 7em 4em
}

@media only screen and (max-width: 992px) {
	.explore-container .explore-content .offset-block .content {
		padding: 4em
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.explore-container .explore-content .offset-block .content {
		padding: 15px
	}
}

.explore-container .explore-content .offset-block .content:after {
	content: '';
	position: absolute;
	top: 0px;
	right: -60px;
	width: 60px;
	height: 100%;
	background: #fbece8
}

@media only screen and (max-width: 992px) {
	.explore-container .explore-content .offset-block .content:after {
		display: none
	}
}

.explore-container .explore-content .offset-block .content h3 {
	font-family: "freight-text-pro", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 3.6rem;
	line-height: 1.28;
	letter-spacing: 0.2px;
	color: #B90D3F;
	padding-bottom: .5em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.explore-container .explore-content .offset-block .content h3 {
		font-size: 3rem;
		line-height: 1.33
	}
}

.explore-container .explore-content .offset-block .content p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20;
	margin-bottom: 0;
	padding-bottom: 1em
}

.explore-container .explore-content .offset-block .content a.arrow-btn {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: 0.3px;
	color: #231f20
}

.explore-container .explore-content .offset-block .img-container {
	position: relative;
	top: 2em;
	z-index: 1
}

@media only screen and (max-width: 992px) {
	.explore-container .explore-content .offset-block .img-container {
		top: 0
	}
}

.filter-container {
	margin-bottom: 3em;
	padding: 1.5em 2em
}

.filter-container .filter-header .left-col {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #231f20
}

.filter-container .filter-header .right-col {
	text-align: right
}

@media only screen and (max-width: 992px) {
	.filter-container .filter-header .right-col button.clear-btn {
		display: none
	}
}

.filter-container .filter-header .right-col a.expand-btn,
.filter-container .filter-header .right-col button.expand-btn {
	display: none
}

@media only screen and (max-width: 992px) {
	.filter-container .filter-header .right-col a.expand-btn,
	.filter-container .filter-header .right-col button.expand-btn {
		display: block;
		position: relative;
		top: 3.5px;
		float: right
	}
}

.filter-container button.clear-btn {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.3px;
	text-decoration: underline;
	color: #B90D3F;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none
}

.filter-container button.clear-btn:hover {
	cursor: pointer;
	color: #d31245
}

.filter-container .mobile-clear-btn-container {
	padding-top: 2em;
	text-align: right
}

.filter-container .letter-mobile-filter-container {
	display: none
}

@media only screen and (max-width: 992px) {
	.filter-container .letter-mobile-filter-container {
		display: block
	}
}

.filter-container .letter-mobile-filter-container .nice-select .current,
.filter-container .letter-mobile-filter-container li {
	text-transform: uppercase
}

.filter-container .filter-dropdown-row {
	padding-top: 1em
}

@media only screen and (max-width: 992px) {
	.filter-container .filter-dropdown-row {
		padding-top: 1.5em
	}
}

.filter-container .filter-dropdown-row .filter-title {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 1.1px;
	color: #231f20;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: .5em
}

.filter-container .filter-dropdown-row .filter-select {
	padding-bottom: 1em
}

@media only screen and (max-width: 992px) {
	.filter-container .filter-dropdown-row .filter-select {
		padding-bottom: 1.5em
	}
}

.filter-container .filter-letter-row {
	padding-bottom: .25em
}

@media only screen and (max-width: 992px) {
	.filter-container .filter-letter-row {
		padding-bottom: 2.5em
	}
}

.filter-container .filter-letter-row .filter-title {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.69;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	padding-bottom: .5em
}

@media only screen and (max-width: 992px) {
	.filter-container .filter-letter-row .letter-list {
		display: none
	}
}

.filter-container .filter-letter-row .letter-list ul {
	padding-left: 0
}

.filter-container .filter-letter-row .letter-list ul li {
	list-style: none;
	display: inline-block;
	margin-right: .58em;
	margin-bottom: .5em
}

.filter-container .filter-letter-row .letter-list ul li a,
.filter-container .filter-letter-row .letter-list ul li button {
	outline: none;
	border: none;
	font-size: 1.3rem;
	line-height: 1.69;
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #B90D3F;
	background: #fbece8;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in
}

.filter-container .filter-letter-row .letter-list ul li a:hover,
.filter-container .filter-letter-row .letter-list ul li a:active,
.filter-container .filter-letter-row .letter-list ul li a:focus,
.filter-container .filter-letter-row .letter-list ul li button:hover,
.filter-container .filter-letter-row .letter-list ul li button:active,
.filter-container .filter-letter-row .letter-list ul li button:focus {
	cursor: pointer;
	color: #fff;
	background: #d31245
}

.filter-container .filter-letter-row .letter-list ul li .mixitup-control-active {
	color: #fff !important;
	background: #d31245 !important
}

.filter-container .filter-letter-row .letter-list-mobile {
	display: none
}

@media only screen and (max-width: 992px) {
	.filter-container .filter-letter-row .letter-list-mobile {
		display: block
	}
}

.filter-search-row {
	padding-bottom: 1em
}

.filter-search-row .filter-search-container {
	position: relative
}

.filter-search-row .filter-search-container .zmdi {
	position: absolute;
	right: 15px;
	top: 17px;
	font-size: 2rem;
	line-height: 1.3
}

.filter-search-row .filter-search-container input {
	padding-right: 23px
}

@media only screen and (max-width: 992px) {
	.filter-content {
		display: none
	}
}

.filter-content.active {
	display: block !important
}

.staff-directory-list {
	padding-bottom: 2em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.staff-directory-list {
		padding-bottom: 0
	}
}

.staff-directory-list .staff-profile {
	margin-bottom: 3em
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.staff-directory-list .staff-profile {
		margin-bottom: 1.6em
	}
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.staff-directory-list .staff-profile img {
		width: 100px;
		height: 100px
	}
}

.staff-directory-list .staff-profile .staff-info {
	padding-top: 1em;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.3px;
	color: #231f20
}

.staff-directory-list .staff-profile .staff-info .staff-name {
	font-weight: 500
}

.staff-directory-list .staff-profile .staff-info .staff-title {
	padding-bottom: .5em
}

.staff-directory-list .staff-profile .staff-info a.dept-link {
	color: #231f20
}

.staff-directory-list .staff-profile .staff-info a.dept-link:hover {
	color: #B90D3F
}

.staff-directory-list .staff-profile .staff-info a {
	text-decoration: underline
}

.search-item {
	border-top: 1px solid #e0d5d8;
	padding: 2.5em 0
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.search-item {
		padding: 1em 0
	}
}

.search-item:last-child {
	border-bottom: 1px solid #e0d5d8
}

.search-item a.title {
	display: block;
	padding-bottom: 1em;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	text-decoration: underline;
	line-height: 1.56;
	letter-spacing: 0.3px;
	color: #B90D3F
}

.search-item div {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.63;
	letter-spacing: 0.3px;
	color: #231f20;
	padding-bottom: .5em
}

.search-item div:last-child {
	padding-bottom: 0
}

.search-item div.link {
	color: #69655c
}

.search-item div.link a {
	color: #69655c
}

.search-item div b {
	font-weight: 500
}