
body {
  line-height: 16px;
}

.stack-wrapper {
	padding: 0px 0px !important;
    margin: 0 auto;
}

#stack {
    padding: 0px;
    /* margin: 0; */
    /* z-index: -1;
    position: relative; */
}

.banner-ad-dynamic-stack {
    margin-top: 0px;
    padding: 40px 0px;
    /* margin-left: -6px; */
}

#article-content {
    z-index: unset;
    position: relative;
    float: unset;
    margin: 0px;
    padding: 0px;
}

.firstcontent {
  padding-bottom: 20px;
  position: relative;
}


/* header items */
h1.home-main-title {
    font-family: 'Lyon Display Web', 'Georgia', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 62px;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: #000;
    margin: 0px 0px 68px 0px;
    position: relative;
}


@media screen and (max-width:576px) {

    h1.home-main-title {
        font-size: 50px !important;
        line-height: 48px;
        margin: 20px 0px 20px 0px;
        padding: 10px 0px 20px 0px;
        width: 100%;
    }

}

h3.header-1 {
    margin-left: 0px;
}

.photo-container {
    width: 100%;
    max-width: unset;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    position: relative;
}

#stack .lead {
    margin-bottom: 20px;
    /* padding-bottom: 10px; */
    border-bottom: 1px #B4B4B4 solid;
    padding: 0px 0px 20px 0px;
}

small {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Graphik Web", Arial, sans-serif;
    color: #999;
    margin-bottom: 0px;
    letter-spacing: 0.1em;
}

h4.tow-hero-header {
    font-family: "Graphik Web", Arial, sans-serif;
    font-size: 32px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    color: #222 !important;
    padding: 0px !important;
    margin-right: 30px !important;
    padding: 12px 0px 0px 0px;
    text-decoration: none;
    display: block;
}

.tow-hero-excerpt {
    font-family: "Lyon Text Web", serif !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #222 !important;
    padding: 6px 0px 0px 0px;
    display: block;
}

#stack h3,
#stack h4
{
    font-family: "Graphik Web", Arial, sans-serif !important;
    font-weight: bold !important;
    letter-spacing: -0.01em;
}

#stack h4 {
    font-size: 25px;
    line-height: 27px;
    margin: 4px 0px 14px 0px;
}

.lead h2 {
    font-family: "Graphik Web", 'Helvetica', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.1em;
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 8px;
}


/* meta date and author */

#stack a:active h4,
#stack a:focus h4,
#stack a:hover h4 {
	text-decoration: none;
	color: #de5a35;
}

.meta, .meta a {
    font-family: "Graphik Web", 'Helvetica', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 125%;  /* or 18px */
	letter-spacing: 0.1em;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
	margin: 12px 0px 0px 0px;
}

.meta span.date {
    display: inline;
}

.meta span.byline em {
    font-family: 'Lyon Text Web', 'Georgia', serif;
    text-transform: none;
    letter-spacing: 0;
	font-weight: normal;
	color: #8c8c8c;
}

.stack-excerpt p {
    font-family: 'Lyon Text Web', 'Georgia', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #222222;
    margin: 8px 0px 0px 0px;
    display: block;
}

@media screen and (max-width: 900px) {
    #article-content {
        /* z-index: 100; */
        width: 100%;
        position: relative;
        margin: 0 auto;
        float: unset;
    }

    h3.header-1 {
        margin-left: 0px;
    }

    .photo-container {
        padding: 0px;
    }

    #stack .lead {
        padding: 0px 20px 20px 0px;
    }

}