/* CSS Document */



.c-nav--top {
	padding: 25px 0px 10px 0px;
}

#signup {
	background-color: white;
	padding: 0px 5px 2px 2px;
	float:left;
	display: none;
}

#signup-success {
	background-color: #68cad7;
    padding: 7px 5px 2px 15px;
    float: left;
    width: 400px;
    height: 45px;
    color: white;
    margin-right: 7px;
}

.signup-email {
	background-color: white;
	padding: 0px 10px 0px 0px;
	float:left;
	margin-top: -17px;
}

.signup-email>label {
	font-size: .6em;
}

.signup-zip {
	background-color: white;
	padding: 0px 10px 0px 0px;
	float:left;
	margin-top: -17px;
}

.signup-zip>label {
	font-size: .6em;
}


.signup-submit {
	background-color: white;
	padding: 0px 5px 0px 0px;
	float:left;
}

.code-snippet {
	display: block;
    border-radius: 3px;
    border: solid 1px #cccccc;
    padding: 8px;
    background-color: #f7f7f7;
	font-family: monospace;
    font-size: 1em;
}

.page-id-4502 .c-title-block__section
{
	display: none;	
}

.page-id-4502 .c-photo-header
{
	display: none;	
}

.page-id-4502 .at-inner header {
    display: none;
}

.page-id-4502 section {
    margin: 0px;
}

.no-header {
    margin: 0px;
}

#no-header-wide {
	max-width: 100% !important;
}

blockquote {
	position: relative;
	font-style: italic;
	text-align: left;
	padding: 0 45px;
	quotes: "“" "”" "‘" "’"; }
	blockquote:before, blockquote:after {
		position: absolute;
		font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
		color: #197278;
		font-weight: 700;
		font-size: 60px;
		line-height: 1.5; }
	blockquote:before {
		content: open-quote;
		margin-left: -40px;
		margin-top: -20px; }
	blockquote:after {
		content: close-quote;
		margin-left: 20px;
		margin-top: -20px; }
	blockquote p {
		display: inline;
		font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
		color: #197278;
		font-weight: 700;
		font-size: 36px;
		line-height: 1.5; }

.c-rte a:has(img):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 0px;
    background: none;
    transition: none;
}

.c-post-list__entry a:focus, .c-post-list__entry a:hover {
	color: #ba4b52;
}

.c-news-teaser__breadcrumb>li.c-news-teaser__source a:hover {
	color: #ba4b52;
}

.c-pagination ul>li>a {
	color: #ba4b52;
}

.c-news-teaser__link, .c-news-teaser__link:focus, .c-news-teaser__link:hover {
	color: #197278;
}