/* GENERAL */
html body {
	font-family: source-sans-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
}
body.dark-theme .forceCommunityThemeLogo .logoImage {
	background-image: url('https://thehouseofbeyond.com/hob-resources/img/hob_logo.png');
}
body.dark-theme .forceCommunityThemeNav.cypressInnerHeader .mainNavItem .linkBtn, body.dark-theme .comm-user-profile-menu__trigger-ctn[community_user-userProfileMenu_userProfileMenu] .comm-user-profile-menu__trigger-p[community_user-userProfileMenu_userProfileMenu] {
	color: #f9f8f3 !important;
}
body.dark-theme .forceCommunityThemeHeaderCompact .search-triggerButton svg {
	fill: #f9f8f3 !important;  
}

/* HOME */
.siteforceThemeLayoutStarter .header {
	position: absolute;
	width: 100%;
}
.comm-page-home .comm-content-header { 
	background: #f9f8f3;
	height: 100vh;
    padding: 0 !important;
}
.comm-page-home .comm-content-header .forceCommunityRichText > div {
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.comm-page-home .comm-content-header .col-1, .comm-page-home .comm-content-header .col-2 {
    height: 90vh;
    display: grid;
    align-items: center;
    justify-content: center;
}
.comm-page-home .comm-content-header .col-1 {
    background: #1d1d1c;
    color: #f9f8f3;	
}
.comm-page-home .comm-content-header .col-2 {
	position: relative;
    background: #f9f8f3;
/*     color: #1d1d1c;	 */
}
.comm-page-home .comm-content-header .col-1 h1 {
	font-family: nocturne-serif, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 5em;
    line-height: 1.1em;
}
.comm-page-home .comm-content-header .col-1 h4 {
	font-family: source-sans-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 6px;
    margin-top: 30px;
    font-size: 0.85em;
}
.comm-page-home .comm-content-header .col-2 div {
	position: relative;
	font-family: kumlien-pro, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 4em;
	padding: 21px 0px 4px 0px;
}
.comm-page-home .comm-content-header .col-2 div:before {
	content: '';
	background: #1d1d1c;
    width: 100%;
    position: absolute;
    left: 0;
    height: 0%;
    bottom: 0;
    z-index: 0;
	transition: height 0.3s ease-in-out;
}
.comm-page-home .comm-content-header .col-2 div a {
	position: relative;
	border: 1px solid #1D1D1C;
    padding: 20px 20px 4px 20px;
/* 	color: #1D1D1C; */
	transition: color 0.3s ease-in-out;
}
.comm-page-home .comm-content-header .col-2 div a:hover {
	text-decoration: none;
    color: #f9f8f3;
	transition: color 0.3s ease-in-out;
}
.comm-page-home .comm-content-header .col-2 div:hover:before {
	content: '';
	background: #1d1d1c;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    bottom: 0;
    z-index: 0;
	transition: height 0.3s ease-in-out;
}
#brandCircle {
    -webkit-animation: rotation 25s infinite linear;
    position: absolute;
    width: 200px;
    top: 50%;
    left: 10%;
}
@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
.comm-content-header .messages-sticky {
	position: fixed;
    background: #1d1d1c;
    width: 240px;
    right: 0px;
    bottom: 10%;
/*
    font-family: source-sans-pro, sans-serif;
    font-style: normal;
*/
    font-weight: 400;
    letter-spacing: 4px;
    margin-top: 30px;
    font-size: 1.1em;
    color: #f9f8f3;
    z-index: 9;
    background-image: url(https://thehouseofbeyond.com/hob-resources/img/message-bubble.svg);
    background-repeat: no-repeat;
    background-position: 20px 18px;
    background-size: 34px;
	transition: right 0.3s ease-in-out;
}
.comm-content-header .messages-sticky:hover {
	right: 0px;
	transition: right 0.3s ease-in-out;
}
.comm-content-header .messages-sticky a { color: #f9f8f3; padding: 20px 0 20px 70px; display: block; }
.comm-content-header .messages-sticky a:hover { text-decoration: none; color: #f9f8f3; }

.comm-page-home .comm-content-header .chevron-down { 
	position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    text-align: center;
    top: 95vh;
    margin: 0 auto;
}
.comm-page-home .slds-large-nowrap {
	padding: 0 50px;
}
.comm-page-home .siteforceContentArea .comm-layout-column:not(:empty) {
	padding-left: 50px;
	padding-right: 50px;
}
.comm-page-home .col-titles {
	display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: baseline;
}
.comm-page-home .col-titles h2 {
	font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 1.5em;
}
.comm-page-home .col-titles p {
	text-align: right;
/*
	font-family: source-sans-pro, sans-serif;
    font-style: normal;
*/
    font-weight: 400;
    font-size: 1.1em;
}
.comm-page-home .col-titles p a {
/* 	color: #1d1d1c; */
	text-decoration: underline;		
}

/* FOOTER */

.footer {
	background: #1d1d1c;
	color: #f9f8f3;
	padding: 40px 100px; 
/*
	font-family: source-sans-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
*/
    font-size: 1.3em;
    letter-spacing: 0.5px;
    margin-top: 100px;
}
.footer .uiOutputRichText {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.footer .col-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
}
.footer .col-2 {
	text-align: right;
}
.footer .col-1 a, .footer .col-1 a:link, .footer .col-1 a:hover {
	color: #f9f8f3;	
}
.footer .col-2 a, .footer .col-2 a:link, .footer .col-2 a:hover {
	color: #f9f8f3;	
	text-decoration: underline;
}
.footer .col-2 p {
	font-size: 0.8em;
}
.footer .col-2 p strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: 400;
}
.footer .col-2 img {
	width: 20px;
}
.footer .col-2 ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-left: 15px;
}
.footer .col-2 ul {
	margin: 30px 0 10px 0;
}
.footer .col-2 ul li:before {
	display: none;
}

/* EVENTS & RESOURCE LIBRARY & a bit of MEDIA HUB */

/*
.comm-page-custom-events .forceCommunityThemeNav.cypressInnerHeader .mainNavItem .linkBtn, .comm-page-custom-house-of-ideas .forceCommunityThemeNav.cypressInnerHeader .mainNavItem .linkBtn, .comm-user-profile-menu__trigger-ctn[community_user-userProfileMenu_userProfileMenu] .comm-user-profile-menu__trigger-p[community_user-userProfileMenu_userProfileMenu] {
	color: #f9f8f3 !important;
}
.forceCommunityThemeHeaderCompact .search-triggerButton svg {
	fill: #f9f8f3 !important;  
}
*/

.comm-page-custom-events .comm-content-header, .comm-page-custom-house-of-ideas .comm-content-header {
	background: #1d1d1c;
    color: #f9f8f3;
    height: 50vh;
    padding: 0 !important;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.comm-page-custom-events .comm-content-header h1, .comm-page-custom-house-of-ideas .comm-content-header h1 {
	position: relative;
	font-family: kumlien-pro, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 8em;
	padding: 21px 0px 4px 0px;
	letter-spacing: -3px;
}
.comm-page-custom-events .comm-content-header h1:after, .comm-page-custom-house-of-ideas .comm-content-header h1:after {
	content: '';
    width: 1px;
    height: 30px;
    background: #f9f8f3;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.comm-page-custom-events .comm-content-header p, .comm-page-custom-house-of-ideas .comm-content-header p {
/*
	font-family: source-sans-pro, sans-serif;
    font-style: normal;
*/
    font-weight: 300;
    font-size: 1.1em;
    max-width: 400px !important;
    line-height: 2em;
    margin: 20px auto 0 auto;
}
.comm-page-custom-events .contentRegion, .comm-page-custom-house-of-ideas .contentRegion {
	position: relative;
}
.comm-page-custom-events .sponsor-banner, .comm-page-custom-house-of-ideas .sponsor-banner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -50px;
}
.comm-page-custom-events .siteforceContentArea .comm-layout-column:not(:empty), .comm-page-custom-house-of-ideas .siteforceContentArea .comm-layout-column:not(:empty) {
	padding-left: 100px;
	padding-right: 100px;
}
.comm-page-custom-events .uiTabset, .comm-page-custom-house-of-ideas .uiTabset, .comm-page-custom-media-hub .uiTabset, .comm-page-custom-house-of-ideas .uiTabset {
	margin-top: 100px;
	background-color: transparent;
}
.comm-page-custom-events .uiTabset .uiTabBar, .comm-page-custom-house-of-ideas .uiTabset .uiTabBar {
    border-top: 1px solid #1d1d1c;
    border-left: 1px solid #1d1d1c;
    border-right: 1px solid #1d1d1c;
    padding: 50px 50px 30px 50px;
}
.comm-page-custom-media-hub .uiTabset .uiTabBar {
    padding: 50px 50px 30px 50px;
}
.comm-page-custom-events .uiTabset--base .tabs__nav, .comm-page-custom-house-of-ideas .uiTabset--base .tabs__nav, .comm-page-custom-media-hub .uiTabset--base .tabs__nav {
	justify-content: center;
	border-bottom: none;
}
.comm-page-custom-events .uiTabset--default .tabs__item > a, .comm-page-custom-house-of-ideas .uiTabset--default .tabs__item > a, .comm-page-custom-media-hub .uiTabset--default .tabs__item > a {
	font-family: nocturne-serif, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8em;
    color: #1d1d1c;
    border: 1px solid #f9f8f3;
    padding: 6px 40px !important;
}
.comm-page-custom-events .forceCommunityTabset .uiTabOverflowMenuItem .uiPopupTrigger a, .comm-page-custom-house-of-ideas .forceCommunityTabset .uiTabOverflowMenuItem .uiPopupTrigger a, .comm-page-custom-media-hub .forceCommunityTabset .uiTabOverflowMenuItem .uiPopupTrigger a {
	font-family: nocturne-serif, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8em;
    color: #1d1d1c;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #f9f8f3;
    padding: 6px 40px !important;
    text-transform: capitalize;
}	
.comm-page-custom-events .uiTabset--default .tabs__item, .comm-page-custom-events .uiTabset--default .tabs__item + .tabs__item, .comm-page-custom-house-of-ideas .uiTabset--default .tabs__item, .comm-page-custom-house-of-ideas .uiTabset--default .tabs__item + .tabs__item, .comm-page-custom-media-hub .uiTabset--default .tabs__item, .comm-page-custom-media-hub .uiTabset--default .tabs__item + .tabs__item {
	margin: 0 3em;
}
.comm-page-custom-events .uiTabset--default .tabs__item.active > a, .comm-page-custom-house-of-ideas .uiTabset--default .tabs__item.active > a, .comm-page-custom-media-hub .uiTabset--default .tabs__item.active > a {
	font-weight: 600;
    color: #1d1d1c;
    border: 1px solid #1d1d1c;
    padding: 6px 40px;
}
.comm-page-custom-events .uiTabset--default .tabs__content, .comm-page-custom-house-of-ideas .uiTabset--default .tabs__content {
    border-bottom: 1px solid #1d1d1c;
    border-left: 1px solid #1d1d1c;
    border-right: 1px solid #1d1d1c;
}
.comm-page-custom-events .uiTabset--default .tabs__content .breBrEvents, .comm-page-custom-house-of-ideas .uiTabset--default .tabs__content .breBrEvents, .comm-page-custom-media-hub .uiTabset--default .tabs__content .breBrEvents {
	border-top: 1px solid #1d1d1c;
    padding: 50px 50px 30px 50px;
    margin-top: 50px;
}
.comm-page-custom-events .uiTabset--default .tabs__item > a:hover, .comm-page-custom-events .uiTabset--default .tabs__item > a:focus, .comm-page-custom-events .forceCommunityTabset .uiTabOverflowMenuItem .uiPopupTrigger a:hover, .comm-page-custom-house-of-ideas .uiTabset--default .tabs__item > a:hover, .comm-page-custom-house-of-ideas .uiTabset--default .tabs__item > a:focus, .comm-page-custom-house-of-ideas .forceCommunityTabset .uiTabOverflowMenuItem .uiPopupTrigger a:hover, .comm-page-custom-media-hub .uiTabset--default .tabs__item > a:hover, .comm-page-custom-media-hub .uiTabset--default .tabs__item > a:focus, .comm-page-custom-media-hub .forceCommunityTabset .uiTabOverflowMenuItem .uiPopupTrigger a:hover {
    border-color: rgb(115 114 108);
    color: rgb(115 114 108);
    box-shadow: none;
}
.comm-page-custom-events .intro, .comm-page-custom-house-of-ideas .intro, .comm-page-custom-media-hub .intro {
/*
	font-family: source-sans-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
*/
    font-size: 1.2em;
    line-height: 2em;
	text-align: center;
}
.comm-page-custom-media-hub .intro {
    width: 60%;
    margin: 0 auto;
}
.resources-tile-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 50px;
}
.resources-tile-grid div h2 { 
	font-family: nocturne-serif, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8em;
    color: #1d1d1c;
    line-height: 1.3em;
    margin: 10px 0;
}
.resources-tile-grid div h3 { 
	font-family: source-sans-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.1em;
    color: #1d1d1c;
    line-height: 1em;
    margin: 0 0 10px 0;
}
.resources-tile-grid div p a, .resources-tile-grid div p a:link, .resources-tile-grid div p a:hover { 
/* 	font-family: source-sans-pro, sans-serif; */
    font-weight: 400;
	text-decoration: underline;
    color: #1d1d1c;
}

/* PROMOTIONS & PERKS & a bit of MEDIA HUB */

/*
.comm-page-custom-promotions-1 .forceCommunityThemeLogo .logoImage, .comm-page-custom-perks .forceCommunityThemeLogo .logoImage, .comm-page-custom-media-hub .forceCommunityThemeLogo .logoImage {
	background-image: url('https://thehouseofbeyond.com/hob-resources/img/hob_logo_dark.png');
}
*/
.comm-page-custom-promotions-1 .comm-content-header, .comm-page-custom-perks .comm-content-header, .comm-page-custom-media-hub .comm-content-header {
	background: #f9f8f3;
    color: #1d1d1c;
    height: 50vh;
    padding: 0 !important;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.comm-page-custom-media-hub .comm-content-header:after {
	content: '';
	width: 60%;
	height: 1px;
	background: #1d1d1c;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.comm-page-custom-promotions-1 .comm-content-header h1, .comm-page-custom-perks .comm-content-header h1, .comm-page-custom-media-hub .comm-content-header h1  {
	position: relative;
	font-family: kumlien-pro, serif;
	font-weight: 500;
	font-style: normal;
	font-size: 8em;
	padding: 21px 0px 4px 0px;
	letter-spacing: -3px;
}
.comm-page-custom-promotions-1 .comm-content-header h1:after, .comm-page-custom-perks .comm-content-header h1:after, .comm-page-custom-media-hub .comm-content-header h1:after {
	content: '';
    width: 1px;
    height: 30px;
    background: #1d1d1c;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.comm-page-custom-promotions-1 .comm-content-header p, .comm-page-custom-perks .comm-content-header p, .comm-page-custom-media-hub .comm-content-header p {
/*
	font-family: source-sans-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
*/
    font-size: 1.1em;
    max-width: 400px !important;
    line-height: 2em;
    margin: 20px auto 0 auto;
}
.comm-page-custom-media-hub .comm-content-header p {
    max-width: 850px !important;
	letter-spacing: 1.5px;
}
.comm-page-custom-promotions-1 .contentRegion, .comm-page-custom-perks .contentRegion, .comm-page-custom-media-hub .contentRegion {
	position: relative;
}
.comm-page-custom-promotions-1 .promos-tile-grid, .comm-page-custom-media-hub .promos-tile-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 50px;
    border-bottom: 1px solid #1d1d1c;
    border-left: 1px solid #1d1d1c;
}
.comm-page-custom-promotions-1 .promos-tile-grid > div, .comm-page-custom-media-hub .promos-tile-grid > div {
	display: grid;
    grid-template-columns: 1fr 1fr;
    color: #f9f8f3;
    background: #1d1d1c;
    align-items: center;
    border-top: 1px solid #1d1d1c;
}
.comm-page-custom-promotions-1 .promos-tile-grid a, .comm-page-custom-perks .promos-tile-grid a, .comm-page-custom-media-hub .promos-tile-grid a {
	grid-column: 1 / 3;
}
.comm-page-custom-promotions-1 .promos-tile-grid a, .comm-page-custom-media-hub .promos-tile-grid a {
	border-right: 1px solid #1d1d1c;
}
.comm-page-custom-promotions-1 .promos-tile-grid > div div:nth-child(2):after, .comm-page-custom-media-hub .promos-tile-grid > div div:nth-child(2):after {
	content: '';
	background: #464645;
    width: 1px;
    height: 60px;
    position: absolute;
    right: 0;
}
.comm-page-custom-promotions-1 .promos-tile-grid > div div:nth-child(3), .comm-page-custom-media-hub .promos-tile-grid > div div:nth-child(3) {
	border-right: 1px solid #464645;
}
.comm-page-custom-promotions-1 .promos-tile-grid a img, .comm-page-custom-perks .promos-tile-grid a img, .comm-page-custom-media-hub .promos-tile-grid a img {
	width: 100%;
}
.comm-page-custom-promotions-1 .promos-tile-grid div div, .comm-page-custom-perks .promos-tile-grid div div, .comm-page-custom-media-hub .promos-tile-grid div div {
	padding: 20px;
	min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.comm-page-custom-promotions-1 .promos-tile-grid h2, .comm-page-custom-perks .perks-tile-grid h2, .comm-page-custom-media-hub .promos-tile-grid h2 {
	font-family: kumlien-pro, serif;
    font-weight: 500;
    font-size: 1.6em;
    letter-spacing: 1px;
    line-height: 1.2em;
}
.comm-page-custom-promotions-1 .promos-tile-grid h3, .comm-page-custom-perks .perks-tile-grid h3, .comm-page-custom-media-hub .promos-tile-grid h3 { 
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.comm-page-custom-promotions-1 .promos-tile-grid p, .comm-page-custom-perks .perks-tile-grid p, .comm-page-custom-media-hub .promos-tile-grid p { 
/* 	font-family: source-sans-pro, sans-serif; */
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 2px;
}
.comm-page-custom-perks .perks-tile-grid h2 {
    font-size: 3em;
}
.comm-page-custom-perks .perks-tile-grid h3 { 
    font-size: 1em;
}
.comm-page-custom-perks .perks-tile-grid p { 
    font-size: 1.4em;
}
.comm-page-custom-perks .perks-tile-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 50px;
	border-bottom: 1px solid #1d1d1c;
    border-left: 1px solid #1d1d1c;
}
.comm-page-custom-perks .perks-tile-grid > div {
	border-top: 1px solid #1d1d1c;
    border-right: 1px solid #1d1d1c;
    text-align: center;
}
.comm-page-custom-perks .perks-tile-grid > div a {
	display: flex;
	height: calc((100vw - 140px) / 3);
    flex-direction: column;
    justify-content: center;
    color: #1d1d1c;
    background: transparent;
	transition: all 0.3s ease-in-out;
    padding: 0 50px;
}
.comm-page-custom-perks .perks-tile-grid > div a:link, .comm-page-custom-perks .perks-tile-grid > div a:active, .comm-page-custom-perks .perks-tile-grid > div a:visited {
    color: #1d1d1c;
    background: transparent;
	transition: all 0.3s ease-in-out;
}
.comm-page-custom-perks .perks-tile-grid > div a:hover {
    color: #f9f8f3;
	background: #1d1d1c;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.comm-page-custom-perks .perks-tile-grid p {
	margin-top: 40px;
}
.comm-page-custom-media-hub .press-tile-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 50px;
}
.comm-page-custom-media-hub .press-tile-grid > div {
    text-align: center;
}
.comm-page-custom-media-hub .press-tile-grid > div a {
	display: flex;
	height: calc((100vw - 140px) / 3);
    flex-direction: column;
    justify-content: center;
    color: #1d1d1c;
    background: transparent;
	transition: all 0.3s ease-in-out;
    padding: 0 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.comm-page-custom-media-hub .press-tile-grid > div.tile-pure a {
	background-image: url(https://thehouseofbeyond.com/hob-resources/img/media_pure.jpg);
}
.comm-page-custom-media-hub .press-tile-grid > div.tile-le a {
	background-image: url(https://thehouseofbeyond.com/hob-resources/img/media_le.jpg);
}
.comm-page-custom-media-hub .press-tile-grid > div.tile-waa a {
	background-image: url(https://thehouseofbeyond.com/hob-resources/img/media_waa.jpg);
}
.comm-page-custom-media-hub .press-tile-grid > div.tile-fe a {
	background-image: url(https://thehouseofbeyond.com/hob-resources/img/media_fe.jpg);
}
.comm-page-custom-media-hub .press-tile-grid > div a h2 {
    font-family: kumlien-pro, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 4em;
    position: relative;
    z-index: 1;
}
.comm-page-custom-media-hub .press-tile-grid > div a:link, .comm-page-custom-media-hub .press-tile-grid > div a:active, .comm-page-custom-media-hub .press-tile-grid > div a:visited {
    color: #f9f8f3;
	transition: all 0.3s ease-in-out;
}
.comm-page-custom-media-hub .press-tile-grid > div a:hover {
    color: #1d1d1c;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.comm-page-custom-media-hub .press-tile-grid > div a:after {
	content: '';
	background: rgba(29, 29, 28, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 1;
	transition: background 0.3s ease-in-out;
}
.comm-page-custom-media-hub .press-tile-grid > div a:hover:after {
    content: '';
	background: rgba(249, 248, 243, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
	transition: background 0.3s ease-in-out;
}
/*
.comm-page-custom--media-hub .press-tile-grid > div {
	display: grid;
    grid-template-columns: 1fr 1fr;
    color: #f9f8f3;
    background: #1d1d1c;
    align-items: center;
    border-top: 1px solid #1d1d1c;
}
.comm-page-custom--media-hub .press-tile-grid a {
	grid-column: 1 / 3;
}
.comm-page-custom--media-hub .press-tile-grid a {
	border-right: 1px solid #1d1d1c;
}
*/

.forceCommunityRichText .submit-promotion {
	text-align: center;
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 10px 30px;
    border: 1px solid #1d1d1c;
    margin-top: 40px;
}
.forceCommunityRichText .submit-press-release {
	text-align: center;
    display: block;
    margin: 0 auto;
    width: 400px;
    padding: 10px 30px;
    border: 1px solid #1d1d1c;
    margin-top: 40px;
    color: #f9f8f3;
    background: #1d1d1c;
}
.forceCommunityRichText .submit-promotion a, .forceCommunityRichText .submit-promotion a:active, .forceCommunityRichText .submit-promotion a:link, .forceCommunityRichText .submit-promotion a:hover {
/* 	font-family: source-sans-pro, sans-serif; */
    font-weight: 600;
    font-size: 1em;
    color: #1d1d1c;
}
.forceCommunityRichText .submit-press-release a, .forceCommunityRichText .submit-press-release a:active, .forceCommunityRichText .submit-press-release a:link, .forceCommunityRichText .submit-press-release a:hover {
/* 	font-family: source-sans-pro, sans-serif; */
    font-weight: 600;
    font-size: 1em;
    color: #f9f8f3;
}
.sponsored-promotion {
	background: #d4d4d4;
    margin: 0 50px;
    padding: 50px;
    text-align: center;
}

/* POP UPs */
.popup-promotion {
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.popup-promotion div {
    color: #f9f8f3;
    background: #1d1d1c;
    padding: 50px;
    height: 300px;
    background-size: cover;
    background-position: center center;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 300px;
    max-width  : 70vw;
    max-height : 300px;
    margin: 0;
}
.forceCommunityRichText .popup-promotion h2 {
	font-family: kumlien-pro, serif;
    font-weight: 500;
    font-size: 2.4em;
    letter-spacing: 1px;
    line-height: 1.2em;
}
.forceCommunityRichText .popup-promotion h3 {
	font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.forceCommunityRichText .popup-promotion h4 {
    font-family: source-sans-pro, sans-serif;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 2px;
    margin: 10px 0 20px 0;
}
.forceCommunityRichText .popup-promotion h5 {
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    letter-spacing: 2px;
    margin-top: 30px;
}
.popup-promotion h5 a, .popup-promotion h5 a:link, .popup-promotion h5 a:active, .popup-promotion h5 a:visited, .popup-promotion h5 a:hover {
	font-weight: bold;
    color: #f9f8f3;
}
.forceCommunityRichText .popup-promotion p {
/* 	font-family: source-sans-pro, sans-serif; */
    font-weight: 400;
    font-size: 1em;
}
.comm-page-custom-promotions-la-bandita-1 .forceCommunitySection .cb-section_column { padding: 0 !important; }
.comm-page-custom-promotions-la-bandita-1 .footer { display: none; }

/* MEDIA HUB */
.comm-page-custom-media-hub .slds-card_boundary {
	margin: 0 50px;
}

.comm-page-custom-media-hub .slds-grid {
	background: padding-box transparent;
}
.comm-page-custom-media-hub .slds-tabs_card .slds-page-header, .comm-page-custom-media-hub .slds-card .slds-page-header {
	border-left: 1px solid #1d1d1c;
    border-right: 1px solid #1d1d1c;
    border-top: 1px solid #1d1d1c;
    padding-left: 20px;
    padding-right: 20px;
}
.comm-page-custom-media-hub .slds-table_header-fixed_container, .comm-page-custom-media-hub .slds-table--header-fixed_container {
	background-color: transparent;
    border-bottom: 1px solid #1d1d1c;
    border-left: 1px solid #1d1d1c;
    border-right: 1px solid #1d1d1c;
}
.comm-page-custom-media-hub .slds-cell-fixed {
	background-color: transparent;
}

/* RECORD DETAIL */
.comm-page-detail header {
	background: #f9f8f3;
    color: #1d1d1c;
    height: 50vh;
    padding: 0 !important;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.comm-page-detail header .profilePicWrapper {
	display: none;
}
.comm-page-detail header .slds-grid {
	flex-direction: column;
}
.comm-page-detail header .slds-grid h1 {
	position: relative;
    font-family: kumlien-pro, serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -3px;
}
.comm-page-detail header .slds-grid h1 div.slds-page-header__title {
	font-size: 8em;
	max-height: fit-content;
	overflow: visible;
}
.comm-page-detail header .slds-grid h1 div.entityNameTitle {
    font-family: source-sans-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    font-size: 1.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.comm-page-detail header .forceHighlightsStencilDesktop .fade-text:after {
	content: '';
	display: none;
}
.comm-page-detail .slds-button_neutral, .comm-page-detail .slds-button--neutral {
	background-color: transparent;
}
.comm-page-detail .forceCommunityRecordHomeTabs {
	margin: 0 100px;
}