body .site-content .entry-content h1,
body .site-content .entry-content h2,
body .site-content .entry-content h3,
body .site-content .entry-content h4 {
	font-family: var(--rdu_nl_font_family);
	font-weight: var(--rdu_nl_font_weight);
}

body .site-content .entry-content h1 {
	font-size: var(--rdu_nl_h1_desktop_font_size);
	letter-spacing: var(--rdu_nl_h1_desktop_letter_spacing);
	line-height: var(--rdu_nl_h1_desktop_line_height);
}

body .site-content .entry-content h2 {
	font-size: var(--rdu_nl_h2_desktop_font_size);
	letter-spacing: var(--rdu_nl_h2_desktop_letter_spacing);
	line-height: var(--rdu_nl_h2_desktop_line_height);
}

body .site-content .entry-content h3 {
	font-size: var(--rdu_nl_h3_desktop_font_size);
	letter-spacing: var(--rdu_nl_h3_desktop_letter_spacing);
	line-height: var(--rdu_nl_h3_desktop_line_height);
}

body .site-content .entry-content h4 {
	font-size: var(--rdu_nl_h4_desktop_font_size);
	letter-spacing: var(--rdu_nl_h4_desktop_letter_spacing);
	line-height: var(--rdu_nl_h4_desktop_line_height);
}

@media only screen and (max-width: 1024px) {
	body .site-content .entry-content h1 {
		font-size: var(--rdu_nl_h1_tablet_font_size);
		letter-spacing: var(--rdu_nl_h1_tablet_letter_spacing);
		line-height: var(--rdu_nl_h1_tablet_line_height);
	}

	body .site-content .entry-content h2 {
		font-size: var(--rdu_nl_h2_tablet_font_size);
		letter-spacing: var(--rdu_nl_h2_tablet_letter_spacing);
		line-height: var(--rdu_nl_h2_tablet_line_height);
	}

	body .site-content .entry-content h3 {
		font-size: var(--rdu_nl_h3_tablet_font_size);
		letter-spacing: var(--rdu_nl_h3_tablet_letter_spacing);
		line-height: var(--rdu_nl_h3_tablet_line_height);
	}

	body .site-content .entry-content h4 {
		font-size: var(--rdu_nl_h4_tablet_font_size);
		letter-spacing: var(--rdu_nl_h4_tablet_letter_spacing);
		line-height: var(--rdu_nl_h4_tablet_line_height);
	}
}

@media only screen and (max-width: 767px) {
	body .site-content .entry-content h1 {
		font-size: var(--rdu_nl_h1_mobile_font_size);
		letter-spacing: var(--rdu_nl_h1_mobile_letter_spacing);
		line-height: var(--rdu_nl_h1_mobile_line_height);
	}

	body .site-content .entry-content h2 {
		font-size: var(--rdu_nl_h2_mobile_font_size);
		letter-spacing: var(--rdu_nl_h2_mobile_letter_spacing);
		line-height: var(--rdu_nl_h2_mobile_line_height);
	}

	body .site-content .entry-content h3 {
		font-size: var(--rdu_nl_h3_mobile_font_size);
		letter-spacing: var(--rdu_nl_h3_mobile_letter_spacing);
		line-height: var(--rdu_nl_h3_mobile_line_height);
	}

	body .site-content .entry-content h4 {
		font-size: var(--rdu_nl_h4_mobile_font_size);
		letter-spacing: var(--rdu_nl_h4_mobile_letter_spacing);
		line-height: var(--rdu_nl_h4_mobile_line_height);
	}
}

.entry-header {
	display: none;
}

.site-header {
	padding: 0 !important;
}

.entry-content {
	margin: 0 !important;
}

.site-content {
	padding: 0;
}

#wpadminbar {
	display: none;
}

#colophon {
	display: none;
}

.newsletter-signup-wrapper .nf-form-fields-required {
	display: none;
}

.newsletter-signup-wrapper .ninja-forms-req-symbol {
	color: #444444;
	margin: 0 0 0 -3px;
}

.newsletter-signup-wrapper h1 {
	background: #ffffff;
	color: #444444;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.newsletter-signup-wrapper h3 {}

.newsletter-signup-wrapper .nf-form-layout h2 {
	color: #444444;
	display: inline-block;
	margin: 0;
}

.newsletter-signup-wrapper .newsletter-signup fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.newsletter-signup-wrapper .newsletter-signup fieldset legend {
	margin: 0 0 20px;
	position: relative;
}

.newsletter-signup-wrapper .newsletter-signup fieldset legend span {
	color: #444444;
	font-weight: 700;
	position: relative;
	top: -4px;
}

.newsletter-signup-wrapper .nf-form-layout input[type="email"],
.newsletter-signup-wrapper .nf-form-layout input[type="text"] {
	border-color: #6a6a6a;
	padding: 8px;
}

.newsletter-signup-wrapper .nf-form-layout .email-wrap label {
	font-weight:700;
}
.nf-form-content .nf-field-container.submit-container .nf-field-element .ninja-forms-field {
	font-weight: 700;
}
.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li {
	background-color: #f8f8f8;
	border-width: 1px 1px 7px 1px;
	border-style: solid;
	border-top-color: #6a6a6a;
	border-right-color: #6a6a6a;
	border-bottom-color: #b11d1b;
	border-left-color: #6a6a6a;
	margin-bottom: 25px !important;
	position: relative;
}

.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li label {
	color: #444444;
	font-size: 25px;
	margin-left: 0;
	padding: 20px 0 0 10px;
}

.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li label p {
	margin: 20px 0 25px;
	padding: 0 10px 0 0;
	position: relative;
}

.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li input {
	-webkit-appearance: none;
	border: 1px solid #6a6a6a;
	border-radius: 0;
	display: inline-block;
	outline: 0;
	position: relative;
	padding: 13px;
}

.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li input:checked {
	background-color: #005079 !important;
	border: 1px solid #005079 !important;
	outline: 0;
}

.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li input:checked:after {
	content: '\2714\fe0e';
	color: #ffffff;
	font-size: 20px;
	left: 5px;
	position: absolute;
	top: -2px;
}

.newsletter-signup-wrapper .nf-form-layout .privacy-disclaimer p {
	color: #444444;
	margin: 0;
}

.newsletter-signup-wrapper .nf-form-layout .privacy-disclaimer p a {
	box-shadow: none;
	color: #005079;
	font-weight: bold;
}

.newsletter-signup-wrapper .nf-form-layout .nf-field-container.submit-container .signup-element-rd {
	background-color: #b11d1b !important;
	font-size: 25px;
	font-weight: 700;
	padding: 20px 50px !important;
}

.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li label {
	background: transparent !important;
}

.newsletter-signup-wrapper .submit-container {
	margin-top: 20px;
}

/******** Styles for Tablet Landscape and above ********/
@media only screen and (min-width: 769px) {

	.newsletter-signup-wrapper .nf-form-layout form {
		border: 3px solid #cccccc;
		padding: 80px 60px 40px;
	}

	.newsletter-signup-wrapper h1 {
		top: 30px;
		width: 60%;
	}

	.newsletter-signup-wrapper .newsletter-signup fieldset legend {
		padding: 15px 5px 0;
	}

	.newsletter-signup-wrapper .nf-form-layout .nf-form-fields-required {
		font-size: 13px;
		padding: 0 5px;
	}

	.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li {
		align-items: start;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		width: 32%;
	}
	.newsletter-signup-wrapper .nf-form-layout .nf-checked-label h3 {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 0;
		text-align: left;
		width: auto;
	}

	.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li:not(:nth-child(3n+0)) {
		margin-right: 2% !important;
	}

	.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li:hover {
		border: 1px solid #005079 !important;
		background: #eaf3fb !important;
		border-bottom: 7px solid #005079 !important;
		box-shadow: 0 0 25px -5px rgb(161, 161, 161);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li label p {
		left: -35px;
		width: 112%;
	}

	.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li input {
		margin: 26px 0 0 10px;
	}
}

/******** Styles for Mobile devices and Tablet Portrait ********/
@media only screen and (max-width: 768px) {
	.newsletter-signup-wrapper form {
		padding: 0 15px;
	}

	.newsletter-signup-wrapper .newsletter-signup .nf-field-container {
		/*margin: 0 !important;*/
	}

	.newsletter-signup-wrapper .newsletter-signup fieldset {
		border: none;
	}

	.newsletter-signup-wrapper h1 {
		margin: 0 auto 25px;
		width: 70%;
	}

	.newsletter-signup-wrapper .nf-form-layout .nf-form-fields-required {
		font-size: 13px;
		padding: 0 5px;
	}

	.newsletter-signup-wrapper .nf-form-layout .newsletter-types ul li input {
		margin: 27px 10px 0 10px;
	}

	.newsletter-signup-wrapper .nf-form-layout .nf-checked-label h3 {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 0;
		text-align: left;
		width: auto;
	}

	.newsletter-signup-wrapper .submit-wrap {
		margin-top: 20px;
	}

	.newsletter-signup-wrapper .nf-form-layout .signup-element-rd {
		width: 100%;
	}
}

/******** Styles for desktop ********/
@media only screen and (min-width: 1025px) {
	body .site-content .entry-content .newsletter-signup-wrapper .nf-form-title h3 {
		font-size: var(--rdu_nl_h1_desktop_font_size);
		letter-spacing: var(--rdu_nl_h1_desktop_letter_spacing);
		line-height: var(--rdu_nl_h1_desktop_line_height);
		top: 30px;
		width: 60%;
	}
}

/******** Styles for Tablet devices and Tablet Portrait ********/
@media only screen and (max-width: 1024px) {
	body .site-content .entry-content .newsletter-signup-wrapper .nf-form-title h3 {
		font-size: var(--rdu_nl_h1_tablet_font_size);
		letter-spacing: var(--rdu_nl_h1_tablet_letter_spacing);
		line-height: var(--rdu_nl_h1_tablet_line_height);
		margin: 0 auto 25px;
		width: 70%;
	}
}

/******** Styles for Mobile devices ********/
@media only screen and (max-width: 767px) {
	body .site-content .entry-content .newsletter-signup-wrapper .nf-form-title h3 {
		font-size: var(--rdu_nl_h1_mobile_font_size);
		letter-spacing: var(--rdu_nl_h1_mobile_letter_spacing);
		line-height: var(--rdu_nl_h1_mobile_line_height);
		margin: 0 auto 25px;
		width: 70%;
	}
}