/* -- Global Styles -- */

html {
	scroll-behavior: smooth;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	font-family: 'AvenirLTPro-Medium', arial, sans-serif;
}

a {
	outline: none;
	color: #292929;
	text-decoration: none;
}

a:hover {
	color: #AA3339;
}

::selection {
	background: #18CFCD;
	color: #FFF;
}

::-moz-selection {
	background: #18CFCD;
}

p {
	margin: 20px 0;
}

img {
	border: 0;
}

object {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	outline: none;
}

blockquote {
	margin: 20px 0;
}

strong {
	font-family: 'AvenirLTPro-Heavy', arial, sans-serif;
}

/* -- Forms -- */

form {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	font-family: 'AvenirLTPro-Book', arial, sans-serif;
	font-size: 26px;
	line-height: 28px;
	color: #000;
	padding-bottom: 10px;
}

input[type="text"],
input[type="email"],
textarea {
	outline: none;
	padding: 4px 10px;
	border: 2px solid #E8E8E8;
	font-family: 'AvenirLTPro-Book', arial, sans-serif;
}

select {
	visibility: hidden;
}

.form-error {
	color: red;
}

.form-file input {
	padding-right: 50px;
}

.form-file-image input {
	padding-left: 54px;
	padding-right: 80px
}

.form-file-image .form-file-thumb {
	width: 43px;
	height: 43px;
}

.form-required {
	border-color: #D4141E !important;
}

.mce-tinymce.mce-container.mce-panel {
	border: 2px solid #E8E8E8 !important;
}

.mce-tinymce .mce-edit-area {
	border-top: 0 !important;
}

.mce-combobox .mce-btn {
	display: none !important;
}

.mce-window .mce-button {
	background: #A8343C !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
	border-color: #E8E8E8;
}

.form-item label {
	font-size: 22px;
}

.small .form-item label {
	font-size: 17px;
}

.inline0,
.inline1,
.inline2,
.inline3,
.inline4 {
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
	transition: margin .2s;
}

.inline1 {
	width: 100%;
}

.inline2 {
	width: 47%;
}

.inline3 {
	width: 30%;
}

.inline4 {
	width: 20%;
}

.form-select {
	height: 44px;
	margin: 4px 0 8px;
}

.form-select-trigger {
	height: 40px;
	line-height: 40px;
	border: 2px solid #E5E5E5;
	background-position: right 7px;
}

.form-select-open .form-select-trigger {
	background-position: right -19px;
}

.form-select-trigger span {
	height: 40px;
	padding: 0 30px 0 10px;
}

.form-select-trigger input {
	height: 40px;
	line-height: 40px;
}

.form-select:focus .form-select-trigger,
.form-select-focus .form-select-trigger,
.form-select-open .form-select-trigger {
	border-color: #E5E5E5;
}

.multiadder {
	border-top: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
}

.multiadder-fields {
	float: none;
	width: auto;
}

.multiadder-group {
	padding-top: 30px;
}

.multiadder-list {
	float: none;
	width: auto;
	padding-top: 20px;
}

.multiadder-list ul {
	padding: 0;
	margin: 0;
	border-left: 0;
	min-height: auto !important;
}

.multiadder-list ul li {
	padding: 8px;
	border-bottom: 1px solid #FFF;
}

.multiadder-list ul li .multiadder-move {
	height: 2px;
}

.multiadder-list ul li.multiadder-insert-before .multiadder-move {
	margin-top: -2px;
}

.multiadder-list ul li.multiadder-insert-after .multiadder-move {
	margin-bottom: -2px;
}

.form-list {
	background: #FFF;
	border: 2px solid #E5E5E5;
	border-top: 0;
}

.form-list::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}

.form-list::-webkit-scrollbar-button {
	width: 5px;
	height: 5px;
}

.form-list::-webkit-scrollbar-thumb {
	background: #B2B2B2;
	border: 3px solid #FFF;
}

.form-list::-webkit-scrollbar-thumb:hover {
	background: #B2B2B2;
}

.form-list::-webkit-scrollbar-thumb:active {
	background: #B2B2B2;
}

.form-list::-webkit-scrollbar-track {
	background: #FFF;
	border: 0px solid #FFF;
}

.form-list::-webkit-scrollbar-track:hover {
	background: #FFF;
}

.form-list::-webkit-scrollbar-track:active {
	background: #FFF;
}

.form-list::-webkit-scrollbar-corner {
	background: transparent;
}

.form-list span {
	padding: 8px 10px;
}

.form-list-bottom-up {
	border: 2px solid #E5E5E5;
	border-bottom: 0;
}

.form-radio {
	width: 10px;
	height: 10px;
	padding: 4px;
	margin: 4px 6px 8px 1px;
	border: 2px solid #E5E5E5;
}

.form-checkbox {
	width: 14px;
	height: 14px;
	padding: 3px;
	margin: 4px 5px 8px 0;
	border: 2px solid #E5E5E5;
}


/* -- Blocks -- */

.block,
.left,
.right,
.clear,
.autoclear {
	display: block;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.autoclear {
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.small {
	font-size: 80%;
}

.mobile {
	display: none;
}

.photo-center img {
	margin-left: auto;
	margin-right: auto;
}



/* -- Messages -- */

.flash-success,
.flash-error,
.flash-warning,
.flash-notice {
	display: block;
	padding: 10px;
	margin: 25px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #FF00FF;
}

.none-found {
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
}

#site-alert {
	display: none;
}

#dialog {
	width: 70%;
	max-width: 450px;
	border: 0;
	background: #AA3339;
	color: #FFF;
	font-family: 'AvenirLTPro-Light', arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
}

#dialog .button {
	border: none;
	border-radius: 0;
	background: #FFF;
	color: #AA3339;
	box-shadow: none;

}

/* -- Wrapper -- */

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
}

.button,
a.button,
.button-alt,
a.button-alt {
	display: inline-block;
	height: 46px;
	padding: 0 20px;
	overflow: hidden;
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'AvenirLTPro-Heavy', 'Arial Black', arial, sans-serif;
	line-height: 50px;
	cursor: pointer;
	transition: background .2s;
	border: 0;
	border-radius: 0;
	outline: none;
}

.button-alt,
a.button-alt {
	background: #AA3339;
}


.button:hover,
a.button:hover {
	background-color: #515050;
	color: #FFF;
}

.button-alt:hover,
a.button-alt:hover {
	background: #C4686D;
}



/* -- Header -- */

#header {
	position: fixed;
	z-index: 99;
	width: 100%;
	-webkit-transform: translateZ(0);
}

#header .pad {
	padding: 34px 34px 0;
	transition: padding .6s;
}

#header.compact .pad {
	padding: 0;
}

#header #header-bar {
	position: relative;
	height: 162px;
	background: #FFF;
	background: rgba(255,255,255,.85);
	text-align: center;
	box-shadow: none;
	transition: height .6s, background .6s, box-shadow .6s;
}

#header #header-message {
	position: absolute;
	width: 100%;
	bottom: -46px;
	height: 46px;
	color: white;
	background: black;
	text-align: center;
	line-height: 22px;
	font-size: 18px;
}

#header #header-message a {
	display: block;
	padding: 12px 20px;
	background: black;
	color: white;
	transition: background .2s;
}

#header #header-message a:hover {
	background: #AA3339;
}

#header #header-message strong:before {
	content: ' - ';
}



#header.compact #header-bar {
	height: 80px;
	background: #FFF;
	background: rgba(255,255,255,1);
	box-shadow: 0 1px 0 rgba(0,0,0,.075);
}

#header #header-menu {
	position: absolute;
	top: 59px;
	left: 58px;
	text-align: left;
	transition: top .6s, left .6s;
}

#header.compact #header-menu {
	top: 16px;
	left: 74px;
}

#header #header-menu #menu-btn,
#header #header-menu #menu-home-btn {
	position: relative;
	padding-left: 48px;
	padding-right: 20px;
	background-image: url(../images/common/menu.svg);
	background-position: 14px 14px;
	background-repeat: no-repeat;
	transition: width .6s, padding .6s, background .2s;
}

#header #header-menu #menu-home-btn {
	background-image: url(../images/common/home.svg);
}

#header #header-menu #menu-btn span,
#header #header-menu #menu-home-btn span {
	transition: opacity .6s;
}

#header #header-menu.open #menu-btn {
	background-color: #292929;
}

#header #menu {
	display: none;
	position: absolute;
	z-index: 3;
	top: 46px;
}

#header #menu ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 370px;
}

#header #menu ul.main,
#header #menu ul.sub {
	background: #292929;
	padding: 20px 0 20px 0;
}

#header #menu li {
	margin: 0;
	padding: 0 0 0 20px;
}

#header #menu a {
	display: block;
	height: 20px;
	padding: 16px 10px 16px 30px;
	overflow: hidden;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	font-family: 'AvenirLTPro-Heavy', 'Arial Black', arial, sans-serif;
}

#header #menu .sub {
	border-top: 2px solid #4E4E4E;
}

#header #menu .sub li {
	padding-right: 20px;
}

#header #menu .sub a {
	color: #8B8B8B;
}

#header #menu .sub a:hover {
	color: #FFF;
	background: #515050;
}

#header #menu li ul {
	display: none;
	position: absolute;
	left: 370px;
	background: #AA3339;
	margin-top: -52px;
}

#header #menu li:hover ul {
	display: block;
}

#header #menu li:hover a {
	background: #AA3339;
}

#header #menu ul li ul li {
	padding: 0;
}

#header #menu ul li ul li a {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#header #menu ul li ul li a:hover {
	background: #B34E55;
}

#header #submenu {
	position: absolute;
	top: 62px;
	left: 74px;
	z-index: 2;
	width: 36%;
	max-width: 370px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'AvenirLTPro-Medium', arial, sans-serif;
	background: #E8E8E8;
}

#header #submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header #submenu ul li {
	display: none;
	padding: 0;
	margin: 0;
}

#header #submenu ul li.current-page {
	display: block;
}

#header #submenu ul li a {
	display: block;
	height: 22px;
	overflow: hidden;
	padding: 10px 50px;
	text-transform: uppercase;
	background: #E8E8E8;
	color: #000;
}

#header #submenu ul li.current-page a {
	background-image: url(../images/common/arrow-sm-black-down.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
}

#header #submenu.open ul li.current-page a {
	background-image: url(../images/common/arrow-sm-black-right.svg);
	background-position: left 20px center;
}

#header #submenu #submenu-section {
	display: none;
	padding: 10px 50px;
	text-transform: uppercase;
	background: #000;
	background-image: url(../images/common/arrow-sm-white-up.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	color: #FFF;
	cursor: pointer;
}

#header #header-tix {
	position: absolute;
	top: 59px;
	right: 58px;
	text-align: left;
	transition: top .6s, right .6s;
}

#header.compact #header-tix {
	top: 16px;
	right: 74px;
}

#header #header-tix #tix-btn {
	position: relative;
	overflow: hidden;
	transition: width .6s, padding .6s;
}

#header #header-tix #tix-btn span {
	transition: opacity .6s;
}

#header #header-tix #tix-btn span.icon {
	display: block;
	position: absolute;
	opacity: 0;
	width: 32px;
	height: 30px;
	margin: 8px 0 0 7px;
	background: url(../images/common/tickets.svg) no-repeat;
}

#google_translate_element {
	position: absolute;
	top: 8px;
	left: -48px;
	width: 29px;
	height: 29px;
	margin: 0;
	padding: 0;
}

#google_translate_element .goog-te-gadget {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#google_translate_element .goog-te-gadget-simple {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: url(../images/common/icon-translate.png) no-repeat;
	background-size: 29px 29px;
	transition: opacity .2s;
}

#google_translate_element .goog-te-gadget-simple:hover {
	opacity: .7;
}


#google_translate_element .goog-te-gadget-simple * {
	display: none;
}

#header #header-logo {
	display: inline-block;
	width: 132px;
	height: 142px;
	margin-top: 11px;
	transition: width .6s, height .6s, margin .6s;
}

#header.compact #header-logo {
	width: 65px;
	height: 70px;
	margin-top: 5px;
}

#header #header-logo h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#header #header-logo h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/logo.svg) no-repeat;
	background-size: 100% 100%;
}

#header #header-logo h1 a span {
	display: none;
}


/* -- Content -- */

#content {
	position: relative;
	background: #E8E8E8;
	width: 100%;
	min-height: 800px;
	padding-bottom: 40px;
	overflow-x: hidden;
}

#content .pad {
	padding: 0 34px;
	transition: padding .3s;
}

#pagebar {
	height: 90px;
	padding-top: 105px;
	padding-right: 92px;
	background: #4C4B4B;
}

.pagebar-menu {
	float: right;
	position: relative;
	padding: 5px 0;
	margin-left: 8%;
	font-family: 'AvenirLTPro-Black', 'Arial Black', arial, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
}

.pagebar-menu .trigger {
	display: inline-block;
	padding-right: 30px;
	text-transform: uppercase;
	cursor: pointer;
	background: url(../images/common/arrow-sm-white-down.svg) right 2px no-repeat;
}

.pagebar-menu a {
	color: #FFF;
}

.pagebar-menu .form-select {
	height: auto;
	margin: auto;
}

.pagebar-menu .form-select-trigger {
	height: auto;
	line-height: inherit;
	text-align: left;
	background: none;
	border: none;
}

.pagebar-menu .form-select-trigger span {
	padding: 0;
	padding-left: 10px;
	padding-right: 30px;
	text-transform: uppercase;
	cursor: pointer;
	background: url(../images/common/arrow-sm-white-down.svg) right 2px no-repeat;
}

.pagebar-menu .form-select-list {
	z-index: 2;
	top: 25px;
	background: #292929;
	border: none;
	text-align: left;
}

.pagebar-menu .form-select-list span {
	padding: 10px;
	line-height: 20px;
	text-transform: uppercase;
}

.pagebar-menu .form-select-list span.active {
	background: #AA3339;
}

.pagebar-menu .form-datepicker {
	left: 50%;
	top: -25px;
	width: 260px;
	padding: 0 20px 15px;
	margin-left: -145px;
	background: #292929;
	border: 0;
	z-index: 2 !important;
}

.pagebar-menu .form-datepicker-head {
	height: 40px;
	padding-top: 25px;
	line-height: 28px;
	overflow: hidden;
	text-transform: uppercase;
}

.pagebar-menu .form-datepicker-prev {
	background: url(../images/common/arrow-sm-white-left.svg) center 5px no-repeat;
}

.pagebar-menu .form-datepicker-next {
	background: url(../images/common/arrow-sm-white-right.svg) center 5px no-repeat;
}

.pagebar-menu .form-datepicker-days {
	display: none;
}

.pagebar-menu .form-datepicker-dates {
	font-family: 'AvenirLTPro-Medium', arial, sans-serif;
}

.pagebar-menu .form-datepicker-dates span {
	width: 33px;
	height: 33px;
	line-height: 35px;
	overflow: hidden;
	border: 2px solid #292929;
	border-radius: 50%;
}

.pagebar-menu .form-datepicker-dates span.selectable:hover {
	background: #4C4B4B;
}

.pagebar-menu .form-datepicker-dates span.selected {
	border: 2px solid #FFF;
	background: none;
}

#page,
.page {
	margin-top: -42px;
	background: #FFF;
	min-height: 475px;
	padding: 40px;
	font-family: 'AvenirLTPro-Medium', arial, sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #292929;
}

#page p,
.page p {
	margin: 30px 0;
}

#page p a,
.page p a {
	padding-bottom: 1px;
	border-bottom: 2px solid #AA3339;
}

#page p strong,
.page p strong {
	font-family: 'AvenirLTPro-Heavy', 'Arial Black', arial, sans-serif;
	font-weight: normal;
}

.page-gap {
	margin-top: 60px;
}

#page a[id],
.page a[id]  {
	position: relative;
	scroll-margin-top: 140px;
}

#page-photo img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	text-decoration: none !important;
}

#page-gallery {
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
}

#page-gallery span {
	display: block;
	float: left;
	width: 48%;
	height: auto;
	margin-bottom: 4%;
	cursor: pointer;
}

#page-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

#page-gallery span:nth-child(3n-1) {
	float: right;
}

#page-gallery span:nth-child(3n-2) {
	width: 101%;
	float: none;
}

#page-audio a span {
	display: inline-block;
	width: 20px;
}

#page-actions {
	position: relative;
	text-align: center;
	margin-top: -22px;
	height: 44px;
}

#page-actions .button,
#page-actions .button-alt {
	min-width: 100px;
	margin: 0 5px;
	padding: 0 5%;
}

#page-actions .share {
	display: block;
	position: absolute;
	right: -10px;
	top: -25px;
	width: 56px;
	height: 56px;
	background: #FFF url(../images/common/icon-share.svg) center 17px no-repeat;
	border: 4px solid #E8E8E8;
	border-radius: 50%;
	-webkit-transition: -webkit-filter .2s;
	transition: filter .2s, border .2s;
}

#page-actions .share:hover {
	border-color: #FFF;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

#page-actions .share span {
	display: none;
}

#share-popup {
	text-align: center;
}

#share-popup h3 {
	margin-top: 0;
	color: #FFF;
}

#share-popup a {
	display: inline-block;
	padding: 14px 22px 12px;
	text-transform: uppercase;
	background: #000;
	color: #FFF;
	font-family: 'AvenirLTPro-Black', 'Arial Black', arial, sans-serif;
}

#share-popup a:hover {
	background: #515050;
}

#page-toggles {
	height: 54px;
	margin-top: -40px;
	font-family: 'AvenirLTPro-Black', 'Arial Black', arial, sans-serif;
	font-size: 15px;
	text-align: center;
	background: #515050;
}

#page-toggles a {
	display: block;
	float: left;
	width: 33.33%;
	height: 54px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 57px;
	overflow: hidden;
	background: #515050;
}


#page-toggles a.selected,
#page-toggles a:hover {
	background: #AA3339;

}

h2 {
	margin: 0;
	font-family: 'AvenirLTPro-Roman', arial, sans-serif;
	font-weight: normal;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -1px;
	text-align: center;
	cursor: default;
	color: #000;
}

h3 {
	margin: 50px 0 30px;
	font-family: 'AvenirLTPro-Heavy', arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 34px;
	cursor: default;
	color: #000;
}

h4 {
	margin: 40px 0 30px;
	font-family: 'AvenirLTPro-Black', arial, sans-serif;
	font-weight: normal;
	font-size: 21px;
	line-height: 23px;
	text-align: center;
	cursor: default;
	color: #000;
}

.date {
	margin: 30px 0;
	font-family: 'AvenirLTPro-Black', 'Arial Black', arial, sans-serif;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	color: #000;
}

.byline {
	margin: 5px 0 0 !important;
	font-size: 16px;
	color: #707070;
}

.caption {
	margin: -35px 0 40px !important;
	font-size: 16px;
	line-height: 19px;
}

.hero {
	position: relative;
	padding-top: 80px;
	margin-bottom: 76px;
	background: #E8E8E8;
}

.hero img {
	display: block;
	width: 100%;
	height: auto;
}

.hero .prev,
.hero .next {
	position: absolute;
	display: block;
	left: -5px;
	top: 51%;
	width: 66px;
	height: 66px;
	background: url(../images/common/arrow-lg-left.svg) no-repeat;
	background-size: 100% 100%;
	transition: width .3s, height .3s, left .3s, right .3s, top .3s;
}

.hero .next {
	left: auto;
	right: -5px;
	background: url(../images/common/arrow-lg-right.svg) no-repeat;
	background-size: 100% 100%;
}

.hero .prev:hover,
.hero .next:hover {
	opacity: .66;
}

.columns {
	display: flex;
	width: 100%;
	overflow: hidden;
}

.column-main {
	flex-basis: 62%;
	width: 62%;
	padding-right: 10%;
	max-width: 800px;
	padding-bottom: 40px;
}

.column-main h2,
.column-main h3,
.column-main h4 {
	text-align: left;
}

.column-main p img {
	width: 100%;
	height: auto;
}

.column-main.image-thumbnails p img {
	max-width: 300px;
}

.column-half {
	flex-basis: 48%;
	margin-right: 4%;
}

.column-half:nth-child(2) {
	margin-right: 0;
}

.column-side {
	position: relative;
	flex-basis: 32%;
	max-width: 460px;
}

.column-side.min-600 {
	min-height: 600px;
}

.column-side .ui-sticky {
	top: 120px;
	position: fixed;
}

.column-side .ui-sticky-bottom {
	position: absolute;
	bottom: 0;
}

ul.item-list {
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 40px 0;
	margin: 0;
}

ul.item-list li {
	position: relative;
	float: right;
	width: 48%;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

ul.item-list li:nth-child(3n-2) {
	float: left;
}

ul.item-list li:nth-child(3n-3) {
	width: 101%;
	float: none;
	text-align: center;
}

ul.item-list li a {
	display: block;
	padding-bottom: 35px;
	background: #E8E8E8;
}

ul.item-list li a img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-filter .3s;
	transition: filter .3s;
}

ul.item-list li a:hover img {
	-webkit-filter: brightness(125%);
	filter: brightness(125%);
}

ul.item-list li a .label {
	display: block;
	position: absolute;
	right: 20px;
	margin-top: -25px;
}

ul.item-list li a .label span {
	display: inline-block;
	background: #FFF;
	padding: 20px 34px 16px;
	font-family: 'AvenirLTPro-Black', 'Arial Black', arial, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #000;
	text-transform: uppercase;
}

ul.item-list li:nth-child(3n-3) .label {
	right: initial;
	width: 100%;
}

ul.item-list li a .title {
	display: block;
	height: 30px;
	padding: 40px 20px 0;
	overflow: hidden;
	font-family: 'AvenirLTPro-Book', arial, sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
}

ul.item-list li a:hover .title {
	color: #AA3339;
}

ul.item-list li a .description {
	display: block;
	height: 22px;
	padding: 7px 20px 0;
	overflow: hidden;
	font-family: 'AvenirLTPro-Medium', arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #707070;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.image-list {
	padding-bottom: 30px;
}

.image-list-item {
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
}

.image-list-image {
	float: left;
	width: 20%;
	max-width: 300px;
	padding-top: 40px;
	padding-right: 4%;
}

.image-list-image img {
	display: block;
	width: 100%;
	height: auto;
}

.image-list-text {
	float: left;
	width: 60%;
	max-width: 800px;
}

.column-side .button,
.column-side .button-alt {
	display: block;
	width: auto;
	text-align: center;
}

.tags {
	margin: 45px 0;
}

.tags a {
	display: inline-block;
	padding: 13px 15px 9px;
	margin: 0 10px 12px 0;
	color: #000;
	background: #E8E8E8;
	font-family: 'AvenirLTPro-Medium', arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}

.tags a:hover {
	color: #FFF;
	background: #999;
}

.related {
	margin: 30px 0;
}

.related .item {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	min-height: 123px;
	color: #000;
}

.related .item .image {
	float: left;
	margin-right: 24px;
}

.related .item .image img {
	display: block;
	border-radius: 50%;
	-webkit-transition: -webkit-filter .3s;
	transition: filter .3s, height .3s, width .3s;
}

.related .item:hover .image {
	-webkit-filter: brightness(125%);
	filter: brightness(125%);
}

.related .item .title {
	display: block;
	padding: 15px 0 10px;
	font-family: 'AvenirLTPro-Light', arial, sans-serif;
	font-size: 26px;
	line-height: 28px;
}

.related .item .title a {
	color: #000;
}

.related .item:hover .title {
	color: #AA3339;
}

.related .item .description {
	display: block;
	font-family: 'AvenirLTPro-Medium', arial, sans-serif;
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	color: #707070;
}

ul.category-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

ul.category-list li {
	display: block;
	padding: 0;
	margin: 2px 0;
	width: 100%;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	line-height: 50px;
}

ul.category-list li a {
	display: block;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	background: #E8E8E8;
}

ul.category-list li.selected a {
	background: #515050;
	color: #FFF;
	font-family: 'AvenirLTPro-Heavy', arial, sans-serif;
}

ul.sub-nav {
	list-style: none;
	margin: 45px 0;
	padding: 32px 0;
	border: 2px solid #E8E8E8;
	background: #F7F7F7;
}

ul.sub-nav li {
	margin: 9px 0;
	padding: 0;
	line-height: 25px;
}

ul.sub-nav li a {
	position: relative;
	display: block;
	padding: 5px 35px;
	font-family: 'AvenirLTPro-Black', arial, sans-serif;
	color: #AA3339;
}

ul.sub-nav li.selected a {
	color: #292929;
}

ul.sub-nav li.selected a:after, ul.sub-nav li.selected a:before {
	display: block;
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

ul.sub-nav li.selected a:after {
	border-color: rgba(247, 247, 247, 0);
	border-right-color: #F7F7F7;
	border-width: 14px;
	margin-top: -16px;
}

ul.sub-nav li.selected a:before {
	border-color: rgba(232, 232, 232, 0);
	border-right-color: #E8E8E8;
	border-width: 17px;
	margin-top: -19px;
}

/* -- Comments / Reviews -- */

#comments {
	margin-bottom: 50px;
	padding: 30px 0;
	border-bottom: 2px solid #E8E8E8;
}

#comments h4 {
	display: inline-block;
	margin-right: 40px;
}

#comments .create {
	padding-bottom: 2px;
	border-bottom: 2px solid #AA3339;
	font-family: 'AvenirLTPro-Heavy', arial, sans-serif;
}

#comments-form {
	display: none;
	padding-bottom: 10px;
}

#comments-form textarea {
	height: 150px;
}

#comments .comment {
	padding: 30px 0 0;
	margin-top: 30px;
	font-size: 18px;
	line-height: 24px;
	border-top: 2px solid #E8E8E8;
}

#comments .comment-name {
	padding-bottom: 3px;
	font-size: 17px;
	line-height: 22px;
	font-family: 'AvenirLTPro-Heavy', arial, sans-serif;
}

#comments .comment-date {
	font-size: 14px;
	line-height: 16px;
	color: #707070;
}

#comments .comment-text p {
	margin: 20px 0 0;
}


/* -- Lightbox -- */

#lightbox {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	background-color: rgba(0,0,0,.85);
}

#lightbox .close {
	position: absolute;
	z-index: 999999;
	top: 40px;
	right: 40px;
	width: 30px;
	height: 30px;
	background: url(../images/common/lightbox-close.svg) center center no-repeat;
	cursor: pointer;
}

#lightbox .main {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'AvenirLTPro-Medium', arial, sans-serif;
}

#lightbox .intro-text {
	display: block;
	position: absolute;
	width: 60%;
	padding: 0 20%;
	color: #FFF;
	text-align: center;
	font-size: 20px;
}

#lightbox .intro-text h2 {
	font-family: 'AvenirLTPro-Light', arial, sans-serif;
	font-size: 50px;
	line-height: 52px;
	color: #FFF;
}

#lightbox .intro-text .text {
	display: block;
	padding: 60px 0;
	color: #BCBCBC;
	font-size: 24px;
	line-height: 30px;
}

#lightbox .intro-text .button {
	background: #FFF;
	color: #000;
}

#lightbox .title {
	display: block;
	height: 15%;
}

#lightbox .slider li {
	background: url(../images/common/loading.gif) center center no-repeat;
}

#lightbox .slider li.intro {
	background: none;
}

#lightbox .photo {
	display: block;
	width: 80%;
	height: 70%;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#lightbox .caption {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 5%;
	color: #BCBCBC;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}

#lightbox .caption a {
	color: #BCBCBC;
	text-decoration: underline;
}

#lightbox .caption a:hover {
	color: #FFF;
}

#lightbox .caption .credit {
	display: block;
	color: #707070;
	font-size: 13px;
	line-height: 25px;
}

#lightbox .caption .credit a {
	color: #707070;
}

#lightbox .slider-prev ,
#lightbox .slider-next  {
	border: 0;
	width: 18px;
	height: 36px;
	left: 30px;
	background: url(../images/common/lightbox-left.svg) center center no-repeat;
}

#lightbox .slider-next  {
	left: auto;
	right: 30px;
	background: url(../images/common/lightbox-right.svg) center center no-repeat;
}

#lightbox .slider-page {
	display: none;
}


/* -- Footer -- */

#footer {
	background: #515050;
	padding-bottom: 60px;
	text-align: center;
	color: #FFF;
}

#footer-bar {
	position: relative;
	padding: 24px 0;
	margin-bottom: 70px;
	background: #000;
}

#footer-story {
	position: absolute;
	top: 50px;
	left: 12%;
}

#footer-donate {
	position: absolute;
	top: 50px;
	right: 12%;
}

#footer-return {
	text-align: center;
}

#footer-story a,
#footer-donate a,
#footer-return a  {
	display: inline-block;
	padding-bottom: 3px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'AvenirLTPro-Heavy', 'Arial Black', arial, sans-serif;
	font-size: 17px;
	letter-spacing: 1.5px;
	transition: border .4s;
	border-bottom: 2px solid #000;
}

#footer-story a:hover,
#footer-donate a:hover,
#footer-return a:hover {
	border-bottom: 2px solid #706D6D;
}

#footer-social {
	margin: auto;
	width: 324px;
	text-align: center;
}

#footer-social a {
	display: inline-block;
	width: 55px;
	height: 55px;
	margin: 0 5px;
	overflow: hidden;
	border: 2px solid #4E4D4D;
	border-radius: 50%;
	transition: border .4s;
}

#footer-social a span {
	display: none;
}

#footer-social a:hover {
	border: 2px solid #FFF;
}

#footer-social .tiktok {
	background: url(../images/common/icon-tiktok.svg) center no-repeat;
	background-size: 55% 55%;
}

#footer-social .twitter {
	background: url(../images/common/icon-twitter.svg) center no-repeat;
}

#footer-social .youtube {
	background: url(../images/common/icon-youtube.svg) center no-repeat;
}

#footer-social .facebook {
	background: url(../images/common/icon-facebook.svg) center no-repeat;
}

#footer-social .instagram {
	background: url(../images/common/icon-instagram.svg) center no-repeat;
}

#footer-links {
	padding: 0 0 70px;
}

#footer-links .group {
	display: inline-block;
	height: 145px;
	width: 22%;
	border-right: 2px solid #706D6D;
	vertical-align: top;
}

#footer-links .group:last-child {
	border-right: 0;
}

#footer-links .group .title {
	text-transform: uppercase;
	font-family: 'AvenirLTPro-Heavy', 'Arial Black', arial, sans-serif;
	font-size: 19px;
	padding-bottom: 12px;
	letter-spacing: 1px;
}

#footer-links .group a {
	display: block;
	padding: 6px 0;
	color: #BFBFBF;
	font-family: 'AvenirLTPro-Light', arial, sans-serif;
	font-size: 19px;
}

#footer-links .group a:hover {
	color: #FFF;
}

#footer-location {
	color: #BFBFBF;
	padding-bottom: 20px;
	font-size: 17px;
	line-height: 20px;
	font-family: 'AvenirLTPro-Light', arial, sans-serif;
}

#footer-location a {
	color: #FFF;
}

#footer-location a strong {
	font-family: 'AvenirLTPro-Medium', arial, sans-serif;
	font-weight: normal;
}

#footer-location .div {
	display: inline-block;
	margin: 0 10px;
}

#footer-fineprint {
	color: #BFBFBF;
	font-family: 'AvenirLTPro-Light', arial, sans-serif;
	font-size: 15px;
}

#footer-trust {
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	color: white;
	font-family: 'AvenirLTPro-Medium', arial, sans-serif;
}

#footer-trust-logos {
	display: flex;
	width: 220px;
	padding: 15px 0 10px;
	gap: 20px;
	margin: auto;
}

/* -- End of file -- */