/**********************************************************
// Block >> Posts >> Sections
**********************************************************/
.Block-Posts-Sections {
	padding: var(--60px) var(--20px);
	text-align: center;
	font-size: 0;
	}

.Block-Posts-Sections h2 {
	padding: 0 !important;
	line-height: 1.2em;
	font-family: var(--Font-Titles);
	font-weight: 400;
	font-size: var(--40px);
	}

/**********************************************************
// Block >> Posts >> Sections >> Nav
**********************************************************/
.Block-Posts-Sections-Nav { margin: var(--20px) auto 0 auto; }
.Block-Posts-Sections-Nav ul {
	margin: auto !important;
	padding: 0 !important;
	list-style: none;
	}

.Block-Posts-Sections-Nav ul li {
	margin: var(--10px) var(--20px) 0 var(--20px);
	padding: 0 !important;
	display: inline-block;
	vertical-align: top;
	}

.Block-Posts-Sections-Nav button {
	margin: auto;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	}

.Block-Posts-Sections-Nav button span {
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-weight: 400;
	font-size: var(--14px);
	display: block;
	position: relative;
	}

.Block-Posts-Sections-Nav button:hover,
.Block-Posts-Sections-Nav button:focus {
	outline: 0;
	color: var(--Color-Gold);
	}

.Block-Posts-Sections-Nav button.Active {
	color: var(--Color-Black) !important;
	cursor: default;
	}

.Block-Posts-Sections-Nav button.Active span:before {
	content: '';
	height: var(--1px);
	background: var(--Color-Gold);
	position: absolute;
	bottom: -0.3125rem;
	right: 0;
	left: 0;
	}

/**********************************************************
// Block >> Posts >> Sections >> Lists
**********************************************************/
.Block-Posts-Sections-Lists {
	margin: vaR(--10px) auto 0 auto;
	width: 100%;
	max-width: var(--1280px);
	}

.Block-Posts-Sections-List { display: none; }
.Block-Posts-Sections-List.Active { display: block; }

.Block-Posts-Section-Button { margin: var(--30px) auto 0 auto; }
.Block-Posts-Section-Button a {
	padding: var(--10px) var(--20px);
    border-radius: var(--30px);
    background: var(--Color-Pink);
    color: var(--Color-White);
	line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: var(--1px);
    font-weight: 700;
    font-size: var(--14px);
    display: inline-block;
	}

.Block-Posts-Section-Button a:hover,
.Block-Posts-Section-Button a:focus {
	background: var(--Color-Green);
    color: var(--Color-White);
	}

/**********************************************************
// Media Queries
**********************************************************/
@media /* 768px */
all and (max-width: 48rem),
all and (max-device-width: 48rem)
{
	.Block-Posts-Sections { padding: var(--30px) var(--20px); }
	.Block-Posts-Sections-Nav ul li {
		margin: var(--20px) auto;
		display: block;
		}
}
