* {
    padding: 0;
    margin: 0;
}
body {
    font-family: Metropolis, sans-serif;
    color: #292929;
}
header {
    border-top: 5px solid #F5D698;
    padding: 0px 16px;
    margin-bottom: 16px;

}
nav a {
    font-size: 12px;
    font-weight: 700;
    color: #292929;
    text-decoration: none;
}
nav a:active,  nav a:hover {
    color: #EA4E4E;
}

section {
    width: 100%;
}
article {
    width: 100%;
}
footer {
    width: 100%;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.item {
    flex: 0 1 auto;  
}
.item-1 {
    flex: 1 1 50%;  
}
.item-2 {
    flex: 0 1 45%;  
}
.item-3 {
    flex: 0 1 27%;  
}
.item-17 {
    flex: 0 1 17%;  
}
.item-75 {
    flex: 0 1 75%;  
}
.grow {
    flex: 1 1 auto;
}
.fw {
    width: 100%;
}
.fh {
    height: 100%;
}
.debug {
    border: 1px solid #000000;
}
.col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.gap-2 {
    gap: 2px;
}
.gap-4 {
    gap: 4px;
}
.gap-6 {
    gap: 6px;
}
.gap-8 {
    gap: 8px;
}
.gap-10 {
    gap: 10px;
}
.gap-16 {
    gap: 16px;
}
.gap-20 {
    gap: 20px;
}
.gap-24 {
    gap: 24px;
}
.gap-32 {
    gap: 32px;
}
.gap-48 {
    gap: 48px;
}
.gap-60 {
    gap: 60px;
}
.gap-64 {
    gap: 64px;
}
.space-between {
    justify-content: space-between;
}
.left {
    text-align: left;
    justify-content: left;
    align-items: flex-start;
}
.left-txt {
    text-align: left;
    align-items: flex-start;
}
.right {
    text-align: right;
    justify-content: right;
    align-items: flex-end;
}
.right-txt {
    text-align: right;
    align-items: flex-end;
}
.center {
    text-align: center;
}
.top {
    align-items: flex-start;
}
.primaryCTA {
    display: inline-block;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid;
    border-radius: 2px;
    text-decoration: none;
    transition: .2s linear;
    margin-top: 10px;
    width: fit-content;
}
.white {
    color: #ffffff;
    border-color: #ffffff;
}
.black {
    color: #292929;
    border-color: #302E2A;
}
.bg-gold {
    background-color: #F5D698;
}
.bg-gold-2 {
    background-color: #FFF5E1;
}
.bg-bronze {
    background-color: #B7A073;
}
.bg-bronze-2 {
    background-color: #EBE3D3;
}
.bg-coal {
    background-color: #292929;
}
.bg-tobacco {
    background-color: #73634C;
}
.primaryCTA:hover {
    background-color: rgba(128, 128, 128, 0.6);
}
#hero {
    height: 315px;
    background-image: url(../img/template_banner.jpg);
    background-position: 0px;
    background-size: cover;
    width: 100%;
}
#hero_split {
    max-height: 520px;
    width: 100%;
}
#hero_split_img {
    height: 520px;
    background-position: 0px;
    background-size: cover;
    width: 100%;
}
.hero_split_txt {
    height: 520px;
    padding: 0px 50px;
    min-width: 300px;
}
#hero_nav {
    width: 100%;
}
.hero_banner {
    padding: 33px 0px;
    text-decoration: none;
    min-width: 300px;
}
#article_main {
    max-width: 602px;
}
.article_img {
    height: 471px;
    background-position: top;
    background-size: cover;
    width: 100%;
}
.social {
    padding: 2px 0px;
}
.social a {
    font-weight: 700;
    font-size: 10px;
    color: #292929;
    text-decoration: none;
}
.social img {
    display: inline-block;
    vertical-align: middle;
}
.order {
    order: 2;
}
#latest_articles {
    max-width: 780px;
}
#product {
    padding: 48px 84px;
    box-sizing: border-box;
}
#newsletter {
    padding: 48px 84px;
    box-sizing: border-box;
}
#footer {
    padding: 48px 84px;
    box-sizing: border-box;
}
#bottom {
    margin-bottom: 20px;
}
#footer * {
    color: #ffffff;
    
}
#footer a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px; /* 16px */
    line-height: 20px; /* 22px */
}
input[type=button], input[type=submit], input[type=reset] {
    background-color: #302E2A;
    border: none;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 36px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
input[type=email] {
    width: 295px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 0.5px solid #302E2A;
    padding: 8px 16px;
    margin-right: -5px;
} 
.burger {
    display: none;
}

#hero_article {
    background-image: url(../img/article_placeholder.jpg);
    background-position: 0px;
    background-size: cover;
    width: 100%;
    padding: 75px 0px;
}
#hero_chk {
    height: 362px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 15.2%, rgba(0, 0, 0, 0) 33.61%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 53.44%), url(../img/hero_chk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 79px 0px;
    align-items: start;
}
#hero_chk_content {
    padding: 0px 150px;
}
#hero_chk_content_text {
    max-width: 360px;
}
.hero_banner_article {
    padding: 8px 0px;
    box-sizing: border-box;
    text-decoration: none;
    min-width: 300px;
}
#article {
    max-width: 550px;
}
#article_menu {
    max-width: 250px;
}
.bullet {
    padding: 8px 16px;
    flex-wrap: nowrap;
}
.bullet a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px; /* 16px */
    line-height: 20px; /* 22px */
}
.bullet_point {
    background: #B7A073;
    width: 12px !important; 
    height: 12px;
    border-radius: 50%;
}
#author_tag img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
#feature_text {
    border-radius: 2px;
    padding: 24px;
    background-color: #FFF5E1;
}
#block_quote {
    border-left:  5px solid #F5D698;
    padding-left: 16px;
}

#block_quote i {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
#block_quote b {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
#article_nav {
    background-color: #EBE3D3;
    padding: 38px 139px;
    box-sizing: border-box;
}
.invert {
    transform: scaleX(-1);
}
.active {
    color: #EA4E4E;
}
#hero_generic {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 15.2%, rgba(0, 0, 0, 0) 33.61%), 
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, 
    rgba(0, 0, 0, 0) 53.44%), linear-gradient(0deg, #302E2A, #302E2A), url(../img/article_placeholder.jpg);
    width: 100%;
    padding: 75px 0px;
}
#generic {
    max-width: 602px;
}
.article-insert {
    max-width: 780px;
}
.badge {
    max-width: 110px;
}
#chk_quote {
    max-width: 502px;
    padding: 24px;
}
.live {
    max-width: 342px;
}
.preview {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}