

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    background-color: #fff;
    font-weight: 300;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: 300;
}

a {
	text-decoration: none;
	color:rgb(51, 122, 183);
	transition: opacity .35s;
	display: inline-block;
}

a:hover {
	opacity: .5;
	
}

.top-nav-wrapper {
	background-color: whitesmoke;
	padding: 30px 10px;
}

.main-nav-heading {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 2px;
}

.container-lg {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.main-content-wrapper {
	padding-top: 80px;
	padding-bottom: 120px;
}

.week-heading-section {
	margin-bottom: 40px;
}

.week-heading {
	margin-bottom: 0px;
	font-weight: 400;
	color: #999;
	font-size: 16px;
	letter-spacing: 1px;
	font-style: italic;
}

.week-heading-breaker {
	height: 1px;
	width: 100px;
	background-color: #999;
	margin-top: 5px;
	display: none;
}

.content-block-outer {
	margin-bottom: 40px;
}

.content-block-outer:last-child {
	margin-bottom: 0px;
}


.content-heading {
	margin-bottom: 5px;
	font-size: 22px;
}

.non-pw-link {
	font-size: 15px;
	border-bottom: 1px dashed #ccc;


}

.content-date-text {
	font-size: 12px;
	color: #999;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0px;
}

.content-summary-text {
	padding-top: 5px;
	font-size: 16px;
	line-height: 23px;
}



@media screen and (max-width:768px) {
    body {
        font-size: 16px;

    }

    .main-nav-heading {
    	font-size: 20px;
    }

    .content-heading{
    	font-size: 18px;
    }

    .content-summary-text {
    	font-size: 15px;
    	line-height: 20px;
    }

}





