/***************************************************************************************************************************************/
/* Home 2023 */
/***************************************************************************************************************************************/

.page-id-44424 #site-header {
    z-index: 999999;
    position: relative;
}

.page-id-44424 #site-header-sticky-wrapper.is-sticky #site-header {
	background: transparent !important;
	box-shadow: none !important;
}

.page-id-44424 #site-navigation-wrap {
	display: none !important;
}

.page-id-44424 #site-logo {
	opacity: 0;
}

.page-id-44424 #mobile-menu {
    display: block !important;
}

.page-id-44424 #content-wrap #primary {
	padding: 0 !important;
}

.page-id-44424 #content-wrap {
	width: 100% !important;
	max-width: 100% !important;
}

.home-section__meta p,
.home-explore-section h1 {
	text-transform: uppercase;
	letter-spacing: 2px !important;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	color: #D06128 !important;
}

@media (min-width: 1200px) {
	.page-id-44424 #site-header-inner {
	    width: 100% !important;
	    max-width: 100% !important;
	    padding: 0 !important;
	}

	.page-id-44424 #site-logo {
		display: none !important;
	}

	.page-id-44424 #mobile-menu {
	    position: absolute;
	    top: 0;
	    right: 0;
	}
}

@media (max-width: 1199px) {

	#site-header-inner {height: 128px;}
	.page-id-44424 #content-wrap #primary {margin-top: -145px;}

	#home-logo {
	    top: 40px !important;
	    width: 300px !important;
	    max-width: 55% !important;
	}
}

@media (max-width: 599px) {

	#site-header-inner {height: 109px;}
	.page-id-44424 #content-wrap #primary {margin-top: -109px;}

	#home-logo {
	    top: 20px !important;
	    width: 250px !important;
	    max-width: 70% !important;
	}

	.home-section__meta p,
	.home-explore-section h1 {
		letter-spacing: 1px;
	}
}

/********************************************************************************************************************************/
/* [home_top_section] */
/********************************************************************************************************************************/

#home-logo {
	position: absolute;
	left: 5%;
	top: 60px;
	width: 25%;
	max-width: 400px;
	z-index: 1;
}

.home-primary-section,
.cinza-slider-44439, .cinza-slider-44439 .flickity-viewport, .cinza-slider-44439 .slider-cell, .cinza-slider-44439 .slider-cell .slider-cell-image {
    height: 100vh !important;
    min-height: 880px !important;
    max-height: 1380px !important;
}

.cinza-slider-44439.cinza-slider .slider-cell-content-inner {
	width: 100%;
}

.cinza-slider-44439.cinza-slider .flickity-page-dots {
    padding: 0 5%;
    left: 0;
    bottom: 25px;
    transform: none;
    text-align: left;
}

.cinza-slider-44439.cinza-slider .flickity-page-dots .dot {
	background: #635954;
    margin: 0 20px 0 0;
    width: 12px;
    height: 12px;
    outline: 2px solid transparent;
    outline-offset: 3px;
}

.cinza-slider-44439.cinza-slider .flickity-page-dots .dot:hover {
	background: #635954;
	outline: 2px solid #635954;
}

.cinza-slider-44439.cinza-slider .flickity-page-dots .dot.is-selected {
	background: #D06128 !important;
	outline: 2px solid #D06128 !important;
}

.home-primary-section {
    position: relative;
    width: 100%;
    max-width: 100vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.home-primary-section__thumb {
	position: relative;
	width: 60%;
	height: 100%;
}

.home-primary-section__thumb:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.3)) bottom no-repeat;
	background-size: 100% 300px;
	z-index: 0;
}

.home-primary-section__thumb img.home-primary-section__thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-primary-section__thumb img.home-primary-section__thumb-icon {
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 30px;
    filter: brightness(100);
    z-index: 1;
}

.home-primary-section__content {
	position: relative;
	width: 40%;
	padding: 150px 5% 0;
}

.home-primary-section h2,
.home-primary-section h2 a {
    font-size: 32px;
    line-height: 45px;
    font-weight: 300;
}

h2.home-primary-section__title {
	margin-top: 15px;
}

h2.home-primary-section__title a:hover {
	text-decoration: underline;
}

.home-section__credits {
	margin-top: 20px;
}

.home-section__credits p {
	font-weight: 500;
	color: #A19B98 !important;
}

.home-primary-section #feat-button {
	position: absolute;
	right: 60%;
	bottom: 0px;
	z-index: 1;
}

.home-primary-section #feat-button a {
	width: 190px;
}

@media (max-width: 1199px) {

	.home-primary-section,
	.cinza-slider-44439, .cinza-slider-44439 .flickity-viewport, .cinza-slider-44439 .slider-cell, .cinza-slider-44439 .slider-cell .slider-cell-image {
	    min-height: 980px !important;
	}

	.home-primary-section {
	    flex-direction: column;
	}

	.home-primary-section__content {
		width: 100%;
		padding: 250px 5% 60px;
	}

	.home-primary-section__thumb {
	    width: 100%;
		height: 1px;
	    flex: 1;
	}

	.home-primary-section__meta p:first-child {
		color: #D06128 !important;
	}

	.home-primary-section__meta p:last-child {
		display: none !important;
	}

	.home-primary-section #feat-button {
		right: 0;
	}

	.cinza-slider-44439.cinza-slider .flickity-page-dots {
	    bottom: 25px !important;
	    left: unset !important;
	    right: 210px !important;
	    padding: 0 !important;
	}

	.cinza-slider-44439.cinza-slider .flickity-page-dots .dot {
		background: #FFF !important;
	}
}

@media (max-width: 599px) {

	.home-primary-section,
	.cinza-slider-44439, .cinza-slider-44439 .flickity-viewport, .cinza-slider-44439 .slider-cell, .cinza-slider-44439 .slider-cell .slider-cell-image {
	    min-height: 780px !important;
	}

	.cinza-slider-44439.cinza-slider .flickity-page-dots,
	.cinza-slider-44449.cinza-slider .flickity-page-dots,
	.cinza-slider-44454.cinza-slider .flickity-page-dots {
		display: none !important;
	}

	.home-primary-section h2, .home-primary-section h2 a {
	    font-size: 28px;
	    line-height: 40px;
	}

	.home-primary-section__excerpt {
		display: none !important;
	}

	.home-primary-section__content {
		padding: 180px 5% 60px;
	}
}

/********************************************************************************************************************************/
/* [home_explore_section] */
/********************************************************************************************************************************/

.home-explore-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Left column */
.home-explore-section .left-column {
    width: 40%;
    padding: 100px 5%;
}

.home-explore-section h2 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 300;
	margin: 0 0 20px !important;
}

/* Right column */
.home-explore-section .right-column {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

/* Child elements */
.home-explore-section .right-column .column {
	width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-explore-section .right-column .column:nth-child(odd) {
	background: #F7F7F6;
}

.home-explore-section .right-column a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out !important;
}

.home-explore-section .right-column a:hover {
	color: #F7F7F6;
	background: #D06128;
	text-decoration: none !important;
}

.home-explore-section .right-column img {
	width: 50px;
    max-width: 100%;
    height: auto;;
}

.home-explore-section .right-column a:hover img {
	filter: brightness(100);
}

.home-explore-section .right-column h3 {
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0 !important;
    color: #D06128 !important;
}

.home-explore-section .right-column a:hover h3 {
	color: #F7F7F6 !important;
}

@media (max-width: 1199px) {

	.home-explore-section .left-column {
		width: 100%;
	    padding: 60px 5%;
	}

	.home-explore-section .right-column {
		width: 100%;
	}

	.home-explore-section .right-column a {
	    padding: 60px 20px;
	}
}

@media (max-width: 599px) {

	.home-explore-section h2 {
	    font-size: 28px;
	    line-height: 40px;
	}

	.home-explore-section .right-column .column {
		width: 50%;
	}

	.home-explore-section .right-column .column:nth-child(3) {background: transparent;}
	.home-explore-section .right-column .column:nth-child(4) {background: #F7F7F6;}

	.home-explore-section .right-column img {
		width: 40px;
	}

	.home-explore-section .right-column h3 {
		letter-spacing: 1px;
	}
}

/********************************************************************************************************************************/
/* [home_video_section] */
/********************************************************************************************************************************/

.home-secondary-section,
.cinza-slider-44449, .cinza-slider-44449 .flickity-viewport, .cinza-slider-44449 .slider-cell, .cinza-slider-44449 .slider-cell .slider-cell-image {
    height: 680px !important;
    min-height: 680px !important;
    max-height: 680px !important;
}

.cinza-slider-44449.cinza-slider .slider-cell-content-inner {
	width: 100%;
}

.cinza-slider-44449.cinza-slider .flickity-page-dots {
    padding: 0 5%;
    left: 60%;
    bottom: 35px;
    transform: none;
    text-align: left;
}

.cinza-slider-44449.cinza-slider .flickity-page-dots .dot {
	background: #635954;
    margin: 0 20px 0 0;
    width: 12px;
    height: 12px;
    outline: 2px solid transparent;
    outline-offset: 3px;
}

.cinza-slider-44449.cinza-slider .flickity-page-dots .dot:hover {
	background: #635954;
	outline: 2px solid #635954;
}

.cinza-slider-44449.cinza-slider .flickity-page-dots .dot.is-selected {
	background: #D06128 !important;
	outline: 2px solid #D06128 !important;
}

.home-secondary-section {
    position: relative;
    width: 100%;
    max-width: 100vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: rgba(99, 89, 84, 0.1);
}

.home-secondary-section__thumb {
	position: relative;
	width: 60%;
	height: 100%;
	order: 1;
}

.home-secondary-section__thumb:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.3)) bottom no-repeat;
	background-size: 100% 300px;
	z-index: 0;
}

.home-secondary-section__thumb img.home-secondary-section__thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-secondary-section__thumb img.home-secondary-section__thumb-icon {
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 30px;
    filter: brightness(100);
    z-index: 1;
}

.home-secondary-section__content {
	position: relative;
	width: 40%;
	order: 2;
	padding: 0 5% 60px;
}

.home-secondary-section h2,
.home-secondary-section h2 a {
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
}

h2.home-secondary-section__title {
	margin-top: 15px;
}

h2.home-secondary-section__title a:hover {
	text-decoration: underline;
}

.home-secondary-section__credits {
	margin-top: 20px;
}

.home-secondary-section #feat-button {
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: 1;
}

.home-secondary-section #feat-button a {
	width: 190px;
}

@media (max-width: 1199px) {

	.home-secondary-section,
	.cinza-slider-44449, .cinza-slider-44449 .flickity-viewport, .cinza-slider-44449 .slider-cell, .cinza-slider-44449 .slider-cell .slider-cell-image {
	    height: 780px !important;
	    min-height: 780px !important;
	    max-height: 780px !important;
	}

	.home-secondary-section {
	    flex-direction: column;
	}

	.home-secondary-section__content {
		width: 100%;
	    padding: 60px 5% 100px;
	}

	.home-secondary-section__thumb {
	    width: 100%;
		height: 1px;
	    flex: 1;
	}

	.cinza-slider-44449.cinza-slider .flickity-page-dots {
	    bottom: 25px !important;
	    left: unset !important;
	    right: 210px !important;
	    padding: 0 !important;
	}
}

@media (max-width: 899px) {

	.home-secondary-section,
	.cinza-slider-44449, .cinza-slider-44449 .flickity-viewport, .cinza-slider-44449 .slider-cell, .cinza-slider-44449 .slider-cell .slider-cell-image {
	    height: 830px !important;
	    min-height: 830px !important;
	    max-height: 830px !important;
	}
}

@media (max-width: 599px) {

	.home-secondary-section,
	.cinza-slider-44449, .cinza-slider-44449 .flickity-viewport, .cinza-slider-44449 .slider-cell, .cinza-slider-44449 .slider-cell .slider-cell-image {
	    height: 880px !important;
	    min-height: 880px !important;
	    max-height: 880px !important;
	}
}

/********************************************************************************************************************************/
/* [home_podcast_section] */
/********************************************************************************************************************************/

.home-podcast-section {
	width: 90%;
	margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.home-podcast-section .podcast {
    width: 50%;
    padding: 100px 50px 160px;
    text-align: center;
    position: relative;
}

.home-podcast-section .podcast .podcast-icon {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    background: #F7F7F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-podcast-section .podcast img {
	width: 40px;
}

.home-podcast-section h2,
.home-podcast-section h2 a {
    font-size: 32px;
    line-height: 45px;
    font-weight: 300;
}

.home-podcast-section .podcast p {
	margin: 0;
}

.home-podcast-section__credits {
	margin-bottom: 20px;
}

.home-podcast-section .podcast .theme-button {
	width: 150px;
    margin: auto;
}

@media (max-width: 899px) {

	.home-podcast-section {
	    padding: 30px 0;
	}

	.home-podcast-section .podcast {
	    width: 100%;
	    padding: 30px 0;
	}
}

@media (min-width: 900px) {

	.home-podcast-section .podcast .theme-button {
	    position: absolute;
	    left: 50%;
	    bottom: 100px;
	    transform: translate(-50%, 0%);
	}
}

@media (max-width: 599px) {

	.home-podcast-section h2,
	.home-podcast-section h2 a {
	    font-size: 28px;
	    line-height: 40px;
	}
}

/********************************************************************************************************************************/
/* [home_gallery_section] */
/********************************************************************************************************************************/

.home-tertiary-section,
.cinza-slider-44454, .cinza-slider-44454 .flickity-viewport, .cinza-slider-44454 .slider-cell, .cinza-slider-44454 .slider-cell .slider-cell-image {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
}

.cinza-slider-44454.cinza-slider .slider-cell-content-inner {
	width: 100%;
}

.cinza-slider-44454.cinza-slider .flickity-page-dots {
    padding: 0;
    right: 210px;
    left: unset;
    bottom: 25px;
    transform: none;
    text-align: left;
}

.cinza-slider-44454.cinza-slider .flickity-page-dots .dot {
	background: #F7F7F6;
    margin: 0 20px 0 0;
    width: 12px;
    height: 12px;
    outline: 2px solid transparent;
    outline-offset: 3px;
}

.cinza-slider-44454.cinza-slider .flickity-page-dots .dot:hover {
	background: #F7F7F6;
	outline: 2px solid #F7F7F6;
}

.cinza-slider-44454.cinza-slider .flickity-page-dots .dot.is-selected {
	background: #D06128 !important;
	outline: 2px solid #D06128 !important;
}

.home-tertiary-section {
    position: relative;
    width: 100%;
    max-width: 100vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: rgba(99, 89, 84, 0.1);
}

.home-tertiary-section__thumb {
	position: relative;
	width: 100%;
	height: 100%;
	order: 1;
}

.home-tertiary-section__thumb:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.3)) bottom no-repeat;
	background-size: 100% 300px;
	z-index: 0;
}

.home-tertiary-section__thumb img.home-tertiary-section__thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-tertiary-section__thumb img.home-tertiary-section__thumb-icon {
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 30px;
    filter: brightness(100);
    z-index: 1;
}

.home-tertiary-section #feat-button {
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: 1;
}

.home-tertiary-section #feat-button a {
	width: 190px;
}

/********************************************************************************************************************************/
/* [home_issues_section] */
/********************************************************************************************************************************/

.home-issues-section {
	width: 90%;
	padding: 100px 0 85px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-issues-section .issue-block {
	position: relative;
	width: calc(25% - 30px);
}

.home-issues-section .issue-block-inner {
	position: relative;
	height: 300px;
}

.home-issues-section .issue-block a.issue-box {
    color: #FFF !important;
	font-size: 16px !important;
	line-height: 1.7;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 3px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease-in-out !important;
}

.home-issues-section .issue-block a.issue-box div.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    background: rgba(209, 97, 40, 0.8);
	opacity: 0;
	transition: all 0.3s ease-in-out !important;
}

.home-issues-section .issue-block a.issue-box:hover div.overlay {
	opacity: 1;
}

.home-issues-section .issue-block h2.issue-bottom,
.home-issues-section .issue-block h2.issue-bottom a {
	font-size: 16px !important;
	line-height: 1.7;
    font-weight: 500;
    letter-spacing: 1px;
    color: #D06128;
    transition: 0.3s ease-in-out;
    margin: 15px 0;
    display: block;
}

.home-issues-section .issue-block h2.issue-bottom:hover a {
	color: #635954;
}

.home-issue-section__thumb-icon {
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 25px;
    filter: brightness(100);
    z-index: 1;
}

.home-issues-section .issue-block img.home-issue-section__thumb-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.home-issues-section .home-issues-all a {
	text-align: center;
	color: #FFF !important;
	font-size: 20px !important;
	line-height: 45px;
	background-color: #D06128;
}

.home-issues-section .home-issues-all a:hover {
	color: #FFF !important;
    background-color: #635954 !important;
}

.home-issues-section .home-issues-all h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 1199px) {

	.home-issues-section .issue-block {
		width: calc(25% - 15px);
	}

	.home-issues-section .issue-block-inner {
		height: 250px;
	}
}

@media (max-width: 899px) {

	.home-issues-section {
	    padding: 60px 0 25px;
	}

	.home-issues-section .issue-block {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
}

@media (max-width: 499px) {

	.home-issues-section .issue-block-inner {
		height: 180px;
	}
}

/***************************************************************************************************************************************/
/* Home 2024/2025 updates */
/***************************************************************************************************************************************/

.home #footer-callout-wrap {
	display: none !important;
}

.home #footer {
	background: #F7F7F6;
}

#home-som-section {
	background: #F7F7F6;
	text-align: center;
	padding: 100px 0 85px;
}

#home-som-section .inner-container {
	width: 90% !important;
	max-width: 1200px !important;
	margin: auto;
}

#home-som-section .inner-container h2 {
	color: #D06128;
	font-size: 26px;
	line-height: 36px;
	font-weight: 300;
	margin: 0 0 20px !important;
}

#home-som-section .inner-container p:first-of-type {
	margin: 20px auto 20px;
}

#home-som-section .inner-container p:last-of-type {
	margin: 20px auto 40px;
}

#home-som-section .inner-container p strong {
	letter-spacing: 0.5px;
}

#home-som-section .inner-container .theme-button {
	margin-top: 30px;
}

@media (max-width: 899px) {
	.home-issues-section {
		padding: 60px 0 25px;
	}
}

@media (min-width: 900px) {
	#home-som-section .inner-container p {
		max-width: 750px;
	}
}

@media (min-width: 1200px) {
	#home-som-section .inner-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#home-som-section .inner-container .c1,
	#home-som-section .inner-container .c2 {
		width: 50%;
		padding: 0 30px;
	}

	#home-som-section .inner-container p {
		max-width: 520px;
	}
}
