/*======================================================
  HOMEAPGE.CSS
  ===================================================== */

  /*======================================================
	IOSSLIDER
  ====================================================== */

.ic-slider-text .ic-slider-content-foreground h2,
.ic-slider-text .ic-slider-content-foreground h3,
.ic-slider-text .ic-slider-content-foreground h4,
.ic-slider-text .ic-slider-content-foreground h5,
.ic-slider-text .ic-slider-content-foreground h6,
.ic-slider-text .ic-slider-content-foreground p,
.ic-slider-text .ic-slider-content-foreground a,
.ic-slider-text .ic-slider-content-foreground a:link,
.ic-slider-text .ic-slider-content-foreground a:visited {
	text-overflow: ellipsis;
	overflow: hidden
}

.slider-container {
	position: relative;
	margin: auto;
	padding-bottom: 438px;
	width: 100% !important;
	min-height: 200px;
	background-color: #00112b
}

@media(min-width:480px) {
	.slider-container {
		min-height: 400px
	}
}

@media(min-width:992px) {
	.slider-container {
		width: 100%;
		height: auto;
		margin: 0
	}
}

@media(min-width:1200px) {
	.slider-container {
		min-height: auto
	}
}

@media(max-width:991px) {
	.slider-container {
		height: 0 !important;
		padding-bottom: 0
	}
}

.ic-slider {
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	height: auto !important;
	width: auto !important;
	overflow: hidden;
	width: 100%;
	opacity: 1;
	background-color: #00112b
}

.ic-slider .slider {
	position: absolute !important
}

.homepage .ic-slider {
	position: absolute !important;
	opacity: 0;
	transition: opacity .35s ease-in-out
}

.homepage .ic-slider .slider {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important
}

.homepage .ic-slider .slider .slide {
	float: left;
	width: 100%;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	background-color: #222
}

.homepage .ic-slider .slider .slide .bannerImage {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

@media(min-width:992px) {
	.homepage .ic-slider .slider .slide .bannerImage {
		right: 660px !important
	}
}

.homepage .ic-slider .slider .slide>a .bannerImage {
	transition: transform .35s ease-in-out .2s
}

html:not(.ie):not(.msedge) .homepage .ic-slider .slider .slide>a .bannerImage {
	transform: rotate(.0001deg)
}

html:not(.ie):not(.msedge) .homepage .ic-slider .slider .slide>a:hover .bannerImage,
html:not(.ie):not(.msedge) .homepage .ic-slider .slider .slide>a:focus .bannerImage {
	transform: rotate(.0001deg)
}

.homepage .ic-slider .slider .slide>a .bannerImage:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: none;
	transition: all .5s ease-in-out .2s;
	z-index: 1
}

.homepage .ic-slider .slider .slide>a:hover .bannerImage:before,
.homepage .ic-slider .slider .slide>a:focus .bannerImage:before {
	opacity: .3
}

.homepage .ic-slider .slider .slide>a:hover .bannerImage:after,
.homepage .ic-slider .slider .slide>a:focus .bannerImage:after {
	background: rgba(0, 0, 0, .4)
}

.homepage .ic-slider .slider .slide>a:focus .bannerImage:after {
	border: 3px solid #4e7eca
}

.homepage .ic-slider .slider .slide>a .ic-slider-content.ic-slider-text {
	opacity: 1 !important
}

.homepage .ic-slider .slider .slide .bannerImage img {
	width: 100%;
	height: auto
}

.homepage .ic-slider.visible {
	opacity: 1
}

.ic-slider .slider .slide {
	z-index: 1
}

.ic-slider .slider .slide.current {
	z-index: 2
}

.ic-slider-content.ic-slider-text {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-align: center;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 660px;
	padding: 25px 65px 60px 50px;
	align-items: center
}

@media(min-width:992px) {
	.ic-slider-content.ic-slider-text {
		opacity: 1 !important;
		background-color: #fff
	}
}

@media(max-width:991px) {
	.ic-slider-content.ic-slider-text {
		display: none !important;
		width: 100%
	}
}

.ic-slider-content.ic-slider-text .ic-container-fluid {
	width: 100%
}

.safari .ic-slider-content.ic-slider-text {
	right: -4px
}

a~.ic-slider-text {
	transition: transform .35s ease-in-out .2s;
	transform: translate(0, 0) scale(1) rotate(.0001deg)
}

a:hover~.ic-slider-text,
a:focus~.ic-slider-text {
	transform: translate(0, -10px) scale(1.02) rotate(.0001deg)
}

.ic-slider-text .ic-slider-content-foreground {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	color: #000;
	overflow: hidden
}

@media(min-width:768px) {
	.ic-slider-text .ic-slider-content-foreground {
		text-align: left
	}
}

@media(min-width:992px) {
	.ic-slider-text .ic-slider-content-foreground {
		margin: 0 auto 0 0
	}
}

.ic-slider-text .ic-slider-content-foreground h2 {
	font-size: 2.5rem;
	font-weight: 400
}

.ic-slider-text .ic-slider-content-foreground h2,
.ic-slider-text .ic-slider-content-foreground h3,
.ic-slider-text .ic-slider-content-foreground h4,
.ic-slider-text .ic-slider-content-foreground h5,
.ic-slider-text .ic-slider-content-foreground h6 {
	line-height: 1.2;
	text-align: left;
	margin: 0 0 15px;
	padding: 6px 0;
	color: #000;
	position: relative
}

@media(min-width:480px) {

	.ic-slider-text .ic-slider-content-foreground h2,
	.ic-slider-text .ic-slider-content-foreground h3,
	.ic-slider-text .ic-slider-content-foreground h4,
	.ic-slider-text .ic-slider-content-foreground h5,
	.ic-slider-text .ic-slider-content-foreground h6 {
		font-size: 1.875rem
	}
}

@media(min-width:992px) {

	.ic-slider-text .ic-slider-content-foreground h2,
	.ic-slider-text .ic-slider-content-foreground h3,
	.ic-slider-text .ic-slider-content-foreground h4,
	.ic-slider-text .ic-slider-content-foreground h5,
	.ic-slider-text .ic-slider-content-foreground h6 {
		text-align: left;
		margin: 0 0 10px;
		padding: 0;
		font-size: 2.25rem
	}
}

@media(min-width:1200px) {

	.ic-slider-text .ic-slider-content-foreground h2,
	.ic-slider-text .ic-slider-content-foreground h3,
	.ic-slider-text .ic-slider-content-foreground h4,
	.ic-slider-text .ic-slider-content-foreground h5,
	.ic-slider-text .ic-slider-content-foreground h6 {
		font-size: 2.5rem
	}
}

.ic-slider-text .ic-slider-content-foreground p {
	font-size: 1.125rem;
	font-weight: 400;
	text-align: left;
	margin: 16px 0;
	color: #000
}

@media(min-width:992px) {
	.ic-slider-text .ic-slider-content-foreground p {
		display: block;
		max-width: 440px;
		max-height: 470px;
		text-align: left;
		overflow: hidden
	}
}

.ic-slider-text .ic-slider-content-foreground a,
.ic-slider-text .ic-slider-content-foreground a:link,
.ic-slider-text .ic-slider-content-foreground a:visited {
	text-decoration: underline;
	color: inherit;
	max-width: 100%
}

.ic-slider-text .ic-slider-content-foreground a.readMore-button,
.ic-slider-text .ic-slider-content-foreground .defaultButton-Green,
.ic-slider-text .ic-slider-content-foreground .defaultButton-Basic,
.ic-slider-text .ic-slider-content-foreground .defaultButton-Grey,
.ic-slider-text .ic-slider-content-foreground .largeButton-Green,
.ic-slider-text .ic-slider-content-foreground .largeButton-Yellow,
.ic-slider-text .ic-slider-content-foreground .largeButton-Blue,
.ic-slider-text .ic-slider-content-foreground .largeButton-Red {
	margin: 10px 0
}

.ic-slider-text .ic-slider-content-foreground a.readMore-button:hover,
.ic-slider-text .ic-slider-content-foreground a.readMore-button:focus,
.ic-slider-text .ic-slider-content-foreground .defaultButton-Green:hover,
.ic-slider-text .ic-slider-content-foreground .defaultButton-Green:focus,
.ic-slider-text .ic-slider-content-foreground .defaultButton-Basic:hover,
.ic-slider-text .ic-slider-content-foreground .defaultButton-Basic:focus,
.ic-slider-text .ic-slider-content-foreground .defaultButton-Grey:hover,
.ic-slider-text .ic-slider-content-foreground .defaultButton-Grey:focus,
.ic-slider-text .ic-slider-content-foreground .largeButton-Green:hover,
.ic-slider-text .ic-slider-content-foreground .largeButton-Green:focus,
.ic-slider-text .ic-slider-content-foreground .largeButton-Yellow:hover,
.ic-slider-text .ic-slider-content-foreground .largeButton-Yellow:focus,
.ic-slider-text .ic-slider-content-foreground .largeButton-Blue:hover,
.ic-slider-text .ic-slider-content-foreground .largeButton-Blue:focus,
.ic-slider-text .ic-slider-content-foreground .largeButton-Red:hover,
.ic-slider-text .ic-slider-content-foreground .largeButton-Red:focus {
	text-decoration: none
}

.ic-slider-text .ic-slider-content-foreground a:hover,
.ic-slider-text .ic-slider-content-foreground a:active,
.ic-slider-text .ic-slider-content-foreground a:focus {
	text-decoration: underline
}

.readMore-button {
	display: inline-block;
	padding: 10px 40px;
	margin: 5px 0;
	font-size: 1.125rem;
	font-weight: 400 !important;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #00502f;
	border: 2px solid #00502f;
	border-radius: 0;
	transition: all .3s ease-in-out
}

.readMore-button:focus,
.readMore-button:hover {
	color: #000 !important;
	text-decoration: none !important;
	background-color: #fff
}

.ic-slider-controls {
	position: absolute;
	bottom: -45px;
	left: 50%;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	transform: translateX(-50%);
	z-index: 49;
	text-align: center;
	opacity: 0;
	pointer-events: all
}

@media(min-width:992px) {
	.ic-slider-controls {
		bottom: 35px;
		left: auto;
		right: 0!important;
		width: 610px;
		transform: none
	}
}

.ic-slider-controls.visible {
	opacity: 1
}

.ic-slider-controls a {
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	vertical-align: top;
	text-indent: -9999em;
	pointer-events: all
}

.ic-slider-controls a:hover,
.ic-slider-controls a:active {
	background-color: rgba(51, 51, 51, .5)
}

.ic-slider-dot-pagination,
.ic-slider-dot-pagination li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none
}

.ic-slider-dot-pagination {
	display: inline-block;
	position: relative;
	z-index: 3;
	display: -ms-flexbox;
	display: flex;
	margin: 0 20px!important;
}

.ic-slider-dot-pagination li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important
}

.ic-slider-dot-pagination li a {
	display: block;
	margin: 0 8px;
	width: 12px;
	height: 12px;
	background-color: #d9d9d9;
	transition: all .2s ease;
	border-radius: 100%
}

@media(min-width:992px) {
	.ic-slider-dot-pagination li a {
		margin: 0 5px
	}
}

.ic-slider-dot-pagination li a:focus {
	background: #fff
}

.ic-slider-dot-pagination li a:hover,
.ic-slider-dot-pagination li a:focus {
	background-color: #e2f0d9
}

.ic-slider-dot-pagination li.current a {
	background-color: #00502f
}

.ic-slider-pagination {
	margin: 10px auto
}

.ic-slider-pagination .slider {
	text-align: center;
	margin: auto
}

.ic-slider-pagination .button {
	float: left;
	margin: 0 0 0 10px;
	width: auto !important;
	opacity: 1;
	display: block
}

.ic-slider-pagination .button .border {
	border: 5px solid #fff;
	position: relative;
	display: block
}

.ic-slider-pagination .selected {
	opacity: 1
}
/* 
// -----------------------------------------------------
// CONTROLS - ARROWS
// ----------------------------------------------------- */
.slider-container .prev,
.slider-container .next {
    height: 28px;
    width: 30px;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 49;
	background-color: #e2f0d9;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px;

}

.slider-container .prev:hover,
.slider-container .prev:focus,
.slider-container .next:hover,
.slider-container .next:focus {
    background-color: rgba(51, 51, 51, 0.10) !important;
}

.slider-container .prev {
    left: 0;
    background-image: url(../images/structure/slider-chevron-left-green.svg);
}

.slider-container .next {
    right: 0;
    background-image: url(../images/structure/slider-chevron-right-green.svg);
}

.mobileBannerText {
	background: #fff;
	display: block;
	overflow: hidden;
	padding: 70px 3% 30px
}

.mobileBannerText * {
	text-align: center !important;
	margin: 0 auto
}

@media(min-width:992px) {
	.mobileBannerText {
		display: none !important
	}
}

.mobileBannerText .ic-slider-content-foreground>*:last-child {
	margin-bottom: 0
}

.mobileBannerText .ic-slider-text,
.mobileBannerText .ic-slider-content.icrt_gal_btTop.ic-slider-text {
	display: block !important;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	height: 0;
	opacity: 0;
	visibility: visible;
	transition: none
}

.mobileBannerText .ic-slider-text.hide,
.mobileBannerText .ic-slider-content.icrt_gal_btTop.ic-slider-text.hide {
	display: none !important
}

.mobileBannerText .ic-slider-text.visible,
.mobileBannerText .ic-slider-content.icrt_gal_btTop.ic-slider-text.visible {
	height: auto;
	opacity: 1;
	visibility: visible;
	transition: opacity .65s ease-in-out
}

.pause {
	display: none;
	margin-left: 5px;
	padding: 0;
	border: 0;
	background: none;
	font-size: 0
}

.pause:hover {
	opacity: .6
}

.pause:before {
	display: block;
	height: 18px;
	width: 18px;
	background: transparent url(../images/structure/icon-pause.svg) no-repeat;
	background-position: center;
	background-size: contain;
	content: ""
}

.pause.paused:before {
	background-image: url(../images/structure/icon-play.svg)
}


  /*======================================================
	QUICKLINKS TAB
  ====================================================== */

#quicklinksTabContainer {
	display: none
}

@media(min-width:992px) {
	#quicklinksTabContainer {
		display: block;
		width: 100%
	}
}

#quicklinksInner {
	background: #e2f0d9
}

@media(min-width:992px) {
	#quicklinksTab {
		display: -ms-flexbox;
		display: flex;
		width: 94%;
		max-width: 1400px;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		margin: auto;
		background: #e2f0d9
	}
}

@media(min-width:992px) {
	.qtabItem {
		margin-top: 0;
		border: 0;
		width: 20%
	}
}

.qtabItem .hide {
	display: none
}

.qtabItem:last-child .qtabLink a,
.qtabItem:last-child .qtabLink button {
	border-right: 0
}

@media(min-width:992px) {
	.qtabLink {
		display: -ms-flexbox;
		display: flex
	}
}

.qtabLink a,
.qtabLink button {
	position: relative;
	margin: 0;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #000;
	background-color: #e2f0d9;
	border: 0;
	border-radius: 0;
	box-shadow: none
}

.qtabLink a:focus,
.qtabLink a:hover,
.qtabLink button:focus,
.qtabLink button:hover {
	text-decoration: none;
	background-color: #005030;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2)
}

.qtabLink a:focus span,
.qtabLink a:hover span,
.qtabLink button:focus span,
.qtabLink button:hover span {
	color: #fff !important
}

.qtabLink a:focus .svg *,
.qtabLink a:hover .svg *,
.qtabLink button:focus .svg *,
.qtabLink button:hover .svg * {
	fill: #fff !important
}

.qtabLink a:focus:after,
.qtabLink a:hover:after,
.qtabLink button:focus:after,
.qtabLink button:hover:after {
	opacity: 1
}

/* .qtabLink a:focus,
.qtabLink button:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
} */

.qtabLink a span,
.qtabLink button span {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 1.125rem;
	font-weight: 600;
	color: #000;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.qtabLink a span img,
.qtabLink button span img {
	width: 53px;
	height: 53px;
	margin-right: 15px;
	overflow: hidden
}

.qtabLink a .svg,
.qtabLink button .svg {
	width: 53px;
	height: 53px;
	margin: 2px 0 10px
}

.current .qtabLink a,
.current .qtabLink button {
	color: #fff;
	background-color: #005030
}

.current .qtabLink a:after,
.current .qtabLink button:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 16px 0;
	border-color: #005030 transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: auto
}

.current .qtabLink a .svg *,
.current .qtabLink button .svg * {
	fill: #fff !important
}

.current .qtabLink a span,
.current .qtabLink button span {
	color: #fff;
	border-bottom: 0
}

.qtabPanelContent {
	display: block;
	overflow: hidden;
	background-color: #fff
}

@media(min-width:992px) {
	.qtabPanelContent {
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid rgba(0, 0, 0, .2)
	}
}

.current .qtabPanelContent {
	display: block
}

.qtabPanelContent ul {
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 94%;
	max-width: 1400px;
	left: 0;
	margin: auto;
	background: #fff
}

.qtabPanelContent ul li {
	margin: 5px 0;
	list-style-type: none
}

@media(min-width:992px) {
	.qtabPanelContent ul li:first-child a:after {
		display: none
	}
}

.qtabPanelContent ul li a {
	font-size: 1.125rem;
	font-weight: 700;
	color: #00502f;
	text-decoration: none
}

@media(min-width:992px) {
	.qtabPanelContent ul li a {
		position: relative;
		padding: 0 25px
	}

	.qtabPanelContent ul li a:after {
		position: absolute;
		top: 0;
		display: block;
		height: 100%;
		border-left: 1px solid rgba(0, 0, 0, .2);
		content: ""
	}
}

.qtabPanelContent ul li a:hover,
.qtabPanelContent ul li a:focus {
	text-decoration: underline
}

#mobileQuicklinks .toggleBtn,
#toggleQuicklinks .icon {
	width: 50px;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	padding: 12px;
	line-height: 16px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
	position: relative;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	margin: auto
}

#mobileQuicklinks .toggleBtn:before,
#mobileQuicklinks .toggleBtn:after,
#toggleQuicklinks .icon:before,
#toggleQuicklinks .icon:after {
	content: "";
	width: 18px;
	height: 2px;
	display: block;
	transform: rotate(-90deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -9px;
	background-color: #fff;
	transition: all .25s ease-out
}

#mobileQuicklinks .toggleBtn:after,
#toggleQuicklinks .icon:after {
	transform: rotate(-180deg)
}

#toggleQuicklinks .icon:before,
#toggleQuicklinks .icon:after {
	background-color: #fff
}

#mobileQuicklinks .open .toggleBtn:before,
#mobileQuicklinks .open .toggleBtn:after,
#toggleQuicklinks.open .icon:before,
#toggleQuicklinks.open .icon:after {
	transform: rotate(0deg)
}

#mobileQuicklinks {
	display: block;
	width: 94%;
	margin: 0 auto
}

@media(min-width:992px) {
	#mobileQuicklinks {
		display: none !important
	}
}

#mobileQuicklinks ul {
	padding: 0;
	margin: 0
}

#mobileQuicklinks ul li {
	list-style-type: none
}

#mobileQuicklinks .qItem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}

#mobileQuicklinks .qItem button {
	position: relative;
	width: 100%;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	background-color: #005030;
	border: 0;
	box-shadow: none;
	text-align: left;
	padding: 10px 60px 10px 16px;
	margin: 0;
	outline: none;
	appearance: none;
	border-radius: 0
}

#mobileQuicklinks .qItem button:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

#mobileQuicklinks .qItem ul {
	display: none;
	background-color: rgba(0, 0, 0, .04)
}

#mobileQuicklinks .qItem ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#mobileQuicklinks .qItem ul li a {
	color: #000;
	font-weight: 500;
	display: block;
	padding: 7px 16px;
	text-decoration: none;
	border-radius: 0
}

#mobileQuicklinks .qItem ul li a:hover,
#mobileQuicklinks .qItem ul li a:focus {
	background-color: #e2f0d9;
	text-decoration: underline
}

#mobileQuicklinks .qItem ul li:last-child {
	border-bottom: none
}

@media(min-width:992px) {
	#mobileQuicklinks {
		display: none
	}
}

  /*======================================================
	BOXDATES
  ====================================================== */


.boxDates,
.boxDates-raised,
.boxDates-raised-images,
.boxDates-outline,
.boxDates-outline-images,
.boxDates-list,
.boxDates-list-images {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	font-size: inherit;
	margin: 0 0 40px;
	background: #fff
}

.boxDates-raised,
.boxDates-raised-images {
	box-shadow: 0 .25em .5em rgba(0, 0, 0, .2);
	padding: 10px 20px
}

.interiorfeed .boxDates-raised,
.interiorfeed .boxDates-raised-images {
	width: calc(100% - 5px)
}

.boxDates-outline,
.boxDates-outline-images {
	border: 1px solid #ccc;
	border-bottom: 4px solid #09296d;
	border-radius: 0;
	padding: 10px 20px
}

.boxDates_header {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 25px 0 20px;
	border-bottom: 1px solid #eee
}

.boxDates_header .boxDates_title,
.boxDates_header h2 {
	margin: 0;
	padding: 0;
	line-height: 1.24;
	overflow: hidden;
	font-size: 1.375em;
	color: #000;
	font-weight: 600
}

.boxDates_header a,
.boxDates_header a.viewMore,
.boxDates_header p {
	margin-left: auto
}

.boxDates_header a {
	color: #09296d;
	font-weight: 700
}

.boxDates_header p {
	margin: 0
}

.boxDates_body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0
}

.boxDates_body>* {
	overflow: hidden
}

.boxDates_body>*:first-child {
	margin-top: 0
}

.boxDates_body>*:last-child {
	margin-bottom: 0
}

.boxDates_footer {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 25px 0 20px;
	border-top: 1px solid #eee;
	overflow: hidden;
	display: none
}

.boxDates_footer>* {
	margin: 0;
	padding: 0;
	overflow: hidden
}

.boxDates_footer a {
	color: #09296d;
	font-weight: 700
}

.dateList,
.dateList-news,
.dateList-events {
	padding: 0
}

.dateList,
.dateList-news,
.dateList-events,
.dateList_item {
	margin: 0 !important;
	list-style: none
}

.dateList,
.dateList-news,
.dateList-events {
	background: transparent
}

.dateList_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px 0;
	border-top: solid 1px #ddd;
	overflow: hidden
}

@media(min-width:992px) {
	.fbg-col-sm-6 .dateList_item {
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.dateList_item:first-child {
	border-top: 0
}

.interiorfeed .dateList_item:first-child {
	border-top: solid 1px #ddd
}

.interiorfeed .dateList_item:last-child {
	border-bottom: solid 1px #ddd
}

.interiorfeed .boxDates-raised .dateList_item:first-child,
.interiorfeed .boxDates-raised-images .dateList_item:first-child,
.interiorfeed .boxDates-outline .dateList_item:first-child,
.interiorfeed .boxDates-outline-images .dateList_item:first-child {
	border-top: 0
}

.interiorfeed .boxDates-raised .dateList_item:last-child,
.interiorfeed .boxDates-raised-images .dateList_item:last-child,
.interiorfeed .boxDates-outline .dateList_item:last-child,
.interiorfeed .boxDates-outline-images .dateList_item:last-child {
	border-bottom: 0
}

.dateList_item .dateList_image {
	display: none
}

.boxDates-raised-images .dateList_item .dateList_image,
.boxDates-outline-images .dateList_item .dateList_image,
.boxDates-list-images .dateList_item .dateList_image {
	display: block;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	margin-bottom: 20px
}

@media(min-width:992px) {

	.fbg-col-sm-6 .boxDates-raised-images .dateList_item .dateList_image,
	.fbg-col-sm-6 .boxDates-outline-images .dateList_item .dateList_image,
	.fbg-col-sm-6 .boxDates-list-images .dateList_item .dateList_image {
		margin-bottom: 0;
		margin-right: 20px;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
		width: 200px
	}
}

.boxDates-raised-images .dateList_item .dateList_image img,
.boxDates-outline-images .dateList_item .dateList_image img,
.boxDates-list-images .dateList_item .dateList_image img {
	width: 100%;
	height: auto
}

.dateList_link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.dateList-news .dateList_link {
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.dateList_link:hover,
.dateList_link:focus {
	text-decoration: none
}

.dateList_date {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 16px 8px 0;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #ccc;
	border-radius: 0;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.2;
	font-weight: 400
}

.dateList-news .dateList_date {
	display: none
}

.dateList_month {
	text-decoration: none;
	font-size: .875em;
	color: #000;
	font-weight: 700
}

.dateList-news .dateList_month {
	display: none
}

.dateList_day {
	font-size: 1.75em;
	color: #09296d;
	font-weight: 500
}

.dateList-news .dateList_day {
	display: none
}

.dateList_meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.dateList_meta .dateList_title {
	padding: 3px 0;
	color: #000;
	font-size: 1.125em;
	font-weight: 500;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden
}

.dateList_link:hover .dateList_meta .dateList_title,
.dateList_link:focus .dateList_meta .dateList_title {
	text-decoration: underline
}

.dateList-events .dateList_meta .dateList_title {
	padding-left: 10px
}

.dateList_meta .dateList_details {
	padding: 3px 0;
	color: #333;
	font-size: 1em;
	font-weight: 400;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden
}

.dateList_link:hover .dateList_meta .dateList_details,
.dateList_link:focus .dateList_meta .dateList_details {
	text-decoration: none
}

.dateList-events .dateList_meta .dateList_details {
	padding-left: 10px
}

.dateList_meta .dateList_full {
	padding: 3px 0;
	color: #555;
	font-size: .9375em;
	font-weight: 400;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden
}

.dateList-events .dateList_meta .dateList_full {
	display: none
}

  /*======================================================
	NEWS AND EVENTS
  ====================================================== */

.newsEvents_wrapper {
	width: 94%;
	max-width: 1400px;
	margin: auto;
	padding: 30px 0 50px
}

.newsFeed h2,
.eventFeed h2 {
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 600
}

.newsFeed .dateList-news,
.newsFeed .dateList-events,
.eventFeed .dateList-news,
.eventFeed .dateList-events {
	border-top: 1px solid rgba(0, 0, 0, .2);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.newsFeed .dateList_item,
.eventFeed .dateList_item {
	position: relative;
	border-top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	height: 100%;
	overflow: visible!important;
	justify-content: center;
}

/* .newsFeed .dateList_item:last-child,
.eventFeed .dateList_item:last-child {
	border-bottom: 0;
} */

.newsFeed .dateList_item:last-of-type:after,
.eventFeed .dateList_item:last-of-type:after {
	display: none
}

.newsFeed .dateList_link,
.eventFeed .dateList_link {
	text-decoration: none !important
}


.newsFeed .dateList_title,
.eventFeed .dateList_title {
	display: block;
	max-width: 100%;
	padding: 0 0 8px !important;
	font-size: 1.125em;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .015em;
	color: #00502f
}

.newsFeed .dateList_details,
.newsFeed .dateList_full,
.eventFeed .dateList_details,
.eventFeed .dateList_full {
	padding: 0 !important;
	font-size: 1em !important;
	color: #000
}


.newsFeed p,
.eventFeed p {
	margin: 0 0 0 0;
	line-height: 1.5;
}

.newsFeed .viewAll,
.eventFeed .viewAll {
	position: relative;
	display: block;
	width: 100%;
	margin-top: auto;
	padding: 15px 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #00502f;
	text-decoration: none;
	/* border-top: 1px solid rgba(0, 0, 0, .2) */
}

.newsFeed .viewAll:hover,
.newsFeed .viewAll:focus,
.eventFeed .viewAll:hover,
.eventFeed .viewAll:focus {
	text-decoration: underline
}

.newsFeed {
	margin-top: 20px
}

.newsFeed .dateList_details {
	display: none
}

.eventFeed .dateList_date {
	padding-top: 0;
	padding-bottom: 0;
	border: 0
}

.eventFeed .dateList_date .dateList_month {
	display: inline-block;
	font-size: .875em;
	letter-spacing: .1em
}

.eventFeed .dateList_date .dateList_day {
	line-height: 1;
	color: #000;
	font-size: 1.75em;
	font-weight: 700;
	letter-spacing: -.02em
}

.eventFeed .dateList_meta {
	padding-top: 0;
	padding-left: 10px
}

@media(min-width:992px) {
	.newsEvents_wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 65px 0
	}


	.newsFeed,
	.eventFeed {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		width: calc(50% - 30px);
	}

	.newsFeed {
		margin-top: 0
	}
}