/* Block Awards Archive */
.block-awards-archive img{
	width: 100px;
	margin-bottom: 20.22px;
}
.block-awards-archive .block-awards-archive-divider{
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,.1);
	margin-bottom: 12px;
}
.block-awards-archive span:not(.press_span) {
	font-size: 0.875em; 
	line-height: 30px;
	color: #B09C73;
	font-family: Nunito;
}
.block-awards-archive h4 {
	font-size: 1em;
	color: #333333;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 30px;
	font-family: Nunito;
	text-transform: uppercase;
}
.block-awards-archive p {
	font-size: 1.25em;
	color: #000000;
	font-weight: 600;
	line-height: 24px;
	font-family: Cormorant;
}
/* END of Block Awards Archive */


/* Block Room Name Lightblue Section */
.block-room-name-lightblue-section .icon-carousel {
	padding: 1.875em 0 .3em 0;
	background: #eef0f3;
}
.icon-carousel a {
	font-family: Nunito;
	font-size: 1em;
	font-style: normal;
}
.block-room-name-lightblue-section .item img {
	width: 48px;
	height: 48px;
	margin-bottom: 21px;
}
.block-room-name-lightblue-section .item p:first-of-type {
	font-size: 1em;
	font-family: Nunito;
	font-weight: 600;
	line-height: 30px;
}
.block-room-name-lightblue-section .item p {
	font-size: 0.875em;
	font-family: Nunito;
	line-height: 20px;
}
/* END of Block Room Name Lightblue Section */



/* Block Upcoming Events */
.block-upcoming-events h1 {
	font-size: 4.75em;
	line-height: 92px;
	font-family: Cormorant;
	font-weight: 600;
	margin-bottom: 60px;
}
.block-upcoming-events .second-row > .col-lg-10 {
	border-top: 2px solid rgba(0,0,0,.1);
	padding-top: 30px;
}
@media only screen and (max-width: 767px) {
	.block-upcoming-events .second-row > .col-lg-10 {
		text-align: center;
	}
}
@media only screen and (min-width: 767px) {
	.block-upcoming-events .second-row .col-lg-9 {
		padding-left: 2em;
	}
}
.block-upcoming-events .second-row h4 {
	font-size: 0.875em;
	font-weight: 500;
	font-family: Nunito;
	text-transform: uppercase;
	line-height: 30px;
	color: #575757;
}
.block-upcoming-events .second-row .col-lg-3 {
	border-right: 2px solid rgba(0,0,0,.1);
}

.block-upcoming-events .second-row .col-lg-3 span {
	font-size: 2.25em;
	line-height: 43px;
	color: #B09C73;
	font-family: Cormorant;
	font-weight: 600;
}
.block-upcoming-events .second-row .col-lg-9 h3 {
	font-size: 2.25em;
	line-height: 43px;
	color: #3E3E3E;
	font-family: Cormorant;
	font-weight: 600;
	padding-bottom: 15px;
}
.block-upcoming-events .second-row .col-lg-9 a {
	font-size: 1.625em;
	line-height: 31px;
	color: #3E3E3E;
	font-family: Cormorant;
}
.block-upcoming-events .second-row .col-lg-9 img {
	margin-left: 3px;
}
.block-upcoming-events .second-row .col-lg-9 a > span {
	color: #B09C73;
}
/* END of Block Upcoming Events */


/* Block Images Grid */
.block-images-grid .grid-item.item-1 h3 {
	font-size: 4.75em;
	line-height: 92px;
	color: #3D211A;
	font-family: Cormorant;
	margin-bottom: 23px;
}
.block-images-grid .grid-item.item-1 p {
	font-size: 1em;
	line-height: 30px;
	color: #575757;
	margin-bottom: 23px;
}
.block-images-grid .grid {
	width: 100%;
}
/* .block-images-grid .grid-item {
	position: relative;
	float: left;
	padding: 10px;
}  */

.block-images-grid .grid-item--width2 { 
	width: 40%; 
} 
 .block-images-grid .grid-item--height2 { 
	height: 690px; 
}

 .block-images-grid .grid-item.item-3 .inner-image-cover{
	height: 330px;
}
.block-images-grid .grid-item.item-3 a.link-ig-footer {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    line-height: 21px;
    font-family: Cormorant;
    font-style: italic;
    font-size: 1.31em;
    transform: translate(-50%, 0);
}
.block-images-grid .grid-item.item-3 img {
	left: 4%;
	top: 91%;
	width: 22px;
	height: 22px;
}

.block-images-grid .grid-item.item-4 p:first-of-type {
	letter-spacing: 3.2px;
	line-height: 23.8px;
	color: #3E3E3E;
	font-family: Nunito;
	font-size: 0.875em;
}
.block-images-grid .grid-item.item-4 h4 {
	line-height: 42px;
	color: #333333;
	font-family: Cormorant;
	font-style: italic;
	font-size: 2.25em;
	margin-bottom: 23px;
}
.block-images-grid .grid-item.item-4 p {
	line-height: 30px;
	color: #333333;
	font-family: Nunito;
	font-size: 1em;
	margin-bottom: 20px;
}
.block-images-grid .grid-item.item-4 hr {
	width: 20px;
	height: 1px;
	background-color: #000000;
}

/* clearfix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* END of Block Images Grid */