html,
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', arial, helvetica, sans-serif;
	color: rgb(179, 0, 207);
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
#latestnews span.title,
#latestnews span.readmore,
#featureditems a span,
#newslisting span.title,
#newslisting span.readmore {
	font-family: 'Montserrat', sans-serif;
}

h4 {
	margin-top: 0px;
}

.clear {
	clear: both;
}

.textright {
	text-align: right;
}

a,
a:link,
a:visited {
	color: rgb(179, 0, 207);
}

.pure-g>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.button,
a.button:link,
a.button:visited,
button,
input[type=submit] {
	display: inline-block;
	background-color: rgb(221, 241, 0);
	color: rgb(179, 0, 207);
	font-size: 0.8em;
	font-weight: normal;
	padding: 10px 18px !important;
	text-decoration: none;
	border: 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
}

input[type=text] {
	font-size: 0.8em;
	padding: 8px 18px;
}

h2 {
	font-size: 1.6em;
}

header .top {
	height: 80px;
}

.logo-container,
.social-container {
	padding: 20px;
}

.social-container {
	text-align: right;
}

.social-container a,
.social-container a:link,
.social-container a:visited {
	text-decoration: none;
}

.social-container a.telephone,
.social-container a.telephone:link,
.social-container a.telephone:visited {
	font-size: 1.3em;
	line-height: 50px;
	vertical-align: top;
	display: inline-block;
	margin-right: 25px;
}

#logo,
#logo img {
	height: 50px;
	display: inline-block;
}

#logo img {
	width: auto;
	display: inline-block;
}

.social-container a,
.social-container a:link,
.social-container a:visited,
.social-container .pipe {
	margin-left: 10px;
}

header nav {
	position: relative;
}

header nav a,
header nav a:link,
header nav a:visited {
	background-color: rgb(221, 241, 0);
	color: rgb(179, 0, 207);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: width 220ms ease-in;
	-webkit-transition: width 220ms ease-in;
	-moz-transition: width 220ms ease-in;
	-ms-transition: width 220ms ease-in;
	position: relative;
	float: left;
	width: calc(100% / 4);
}

header nav a span.title {
	display: block;
	background-color: rgb(221, 241, 0);
	color: rgb(179, 0, 207);
	padding: 8px;
	border-left: 1px solid #ffffff;
	position: relative;
	z-index: 4;
}

header nav a:first-of-type span.title {
	border-left: 0px;
}

header nav a span.image {
	height: 400px;
	display: block;
	background-position: left center;
	background-size: cover;
	background-image: url('../img/menu_example.jpg');
	background-repeat: no-repeat;
	display: none;
}

header nav a span.hovertitle {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: rgba(179, 0, 207, 0.8);
	z-index: 3;
	line-height: 400px;
	color: rgb(221, 241, 0);
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	display: none !important;
}

header article {
	background-color: rgba(153, 162, 180, 0.5);
	background-image: url('../img/bg_body.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
	background-attachment: fixed;
}

header article h1,
header article p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 30px;
	margin: 0px;
}

header article h1 {
	color: rgb(179, 0, 207);
	font-size: 1.4em;
	line-height: 1.45em;
}

header article p {
	color: rgb(2, 146, 87);
	font-size: 1.5em;
	line-height: 1.2em;
}

main {
	padding: 30px 160px;
	position: relative;
}

#featureditems div {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

#featureditems a,
#featureditems a:link,
#featureditems a:visited {
	display: block;
	text-decoration: none;
	position: relative;
}

#featureditems a img {
	display: block;
	width: 100%;
}

#featureditems a span {
	display: block;
	color: #ffffff;
	background-color: rgba(179, 0, 207, 0.8);
	padding: 16px 30px;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	top: 43%;
	left: 0px;
	right: 0px;
}

#featureditems a:hover span {
	background-color: rgba(221, 241, 0, 0.8);
	color: rgb(179, 0, 207);
}

#latestnews {
	margin-top: 30px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#newspaginator {
	padding-right: 20px;
	text-align: right;
}

#newspaginator a,
#newspaginator a:link,
#newspaginator a:visited {
	text-decoration: none;
	color: rgb(179, 0, 207);
	font-size: 1.4em;
	margin-left: 6px;
	padding: 0px !important;
	line-height: 1em;
}

#newspaginator a.active {
	font-size: 1.6em;
	line-height: 1.4em;
}

#outerlatestnews {
	position: relative;
}

#latestnews .inner {
	width: 100%;
	overflow: hidden;
}

#latestnews h2 {
	text-align: center;
	margin-top: 0px;
	font-size: 1.2em;
}

#latestnews a,
#latestnews a:link,
#latestnews a:visited {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
}

#latestnews a img {
	width: 100%;
	display: block;
}

#latestnews a .title {
	color: rgb(179, 0, 207);
	font-weight: bold;
	display: block;
	margin: 10px 0px;
	font-size: 0.8em;
	text-align: left;
}

#latestnews a .description {
	color: rgb(179, 0, 207);
	display: block;
	font-size: 0.7em;
	font-weight: normal;
}

#latestnews a .readmore {
	color: rgb(221, 241, 0);
	font-size: 0.7em;
	display: block;
	margin: 22px 0px 0px 0px;
}

#latestnews a.button {
	margin-top: 25px;
}

#latestnews .previous,
#latestnews .previous:link,
#latestnews .previous:visited,
#latestnews .next,
#latestnews .next:link,
#latestnews .next:visited,
.newsprevious,
.newsnext {
	position: absolute;
	top: 40%;
	display: inline-block;
	padding: 4px 8px;
	border: 2px solid rgb(179, 0, 207);
	color: rgb(221, 241, 0);
	z-index: 500;
	text-decoration: none;
}

a.newsnext,
a.newsnext:link,
a.newsnext:visited {
	right: -30px;
	color: rgb(221, 241, 0);
}

a.newsprevious,
a.newsprevious:link,
a.newsprevious:visited {
	left: -30px;
	color: rgb(221, 241, 0);
}

#latestnews .inner {
	transition: left 220ms ease-in;
	-webkit-transition: left 220ms ease-in;
	-moz-transition: left 220ms ease-in;
	-ms-transition: left 220ms ease-in;
}

#latestnews .previous {
	left: -20px;
}

#latestnews .next {
	right: -20px;
}


.button.fullcalendarbutton,
.button.fullcalendarbutton:link,
.button.fullcalendarbutton:visited {
	display: block !important;
	text-align: center;
	padding: 20px 30px !important;
	font-size: 1.2em;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#map {
	width: 100%;
	height: 350px;
	display: block;
}

#bottom {
	background-color: rgb(136, 143, 140);
	color: #ffffff;
}

#bottom div {
	padding: 20px 40px;
}

#bottom h6 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 8px;
}

#bottom p {
	font-size: 1em;
	margin: 0px;
}

#bottom .readmore,
#bottom .readmore:link,
#bottom .readmore:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin-top: 10px;
}

.megamenu {
	position: absolute;
	top: 32px;
	left: 0px;
	/**bottom: 0px;*/
	height: 405px;
	width: 0vw;
	overflow: hidden;
	background-color: rgb(179, 0, 207);
	z-index: 400;
	transition: width 220ms ease-in;
	-webkit-transition: width 220ms ease-in;
	-moz-transition: width 220ms ease-in;
	-ms-transition: width 220ms ease-in;
}

.megamenu.open {
	width: 100vw;
}

.megamenu .featured {
	padding: 40px 40px;
}

.megamenu .featured a,
.megamenu .featured a:link,
.megamenu .featured a:visited {
	text-decoration: none;
	display: block;
	width: 100%;
	background-color: transparent;
	text-align: left;
}

.megamenu .featured img {
	width: 100%;
}

.megamenu .featured a span {
	display: block;
	font-size: 0.8em;
	color: #ffffff;
	margin-top: 8px;
	font-weight: normal;
}

.megamenu ul {
	text-align: left;
	padding: 40px 0px 40px 0px;
	margin: 0px 40% 0 0;
	background-color: rgb(179, 0, 207);
	min-height: 400px;
	overflow: hidden;
}

.megamenu .innermenu {
	background-color: rgb(2, 146, 87);
	position: relative;
}

.megamenu ul li {
	list-style-type: none;
	clear: both;
	display: block;
	text-align: left;
	padding: 0px 0px;
}

.megamenu ul li a,
.megamenu ul li a:link,
.megamenu ul li a:visited {
	background-color: transparent;
	color: #ffffff;
	font-size: 1em;
	line-height: 1.4em;
	padding: 20px 30px;
	display: block;
	text-align: left;
	font-weight: normal;
	position: relative;
	width: 100%;
}

.megamenu ul li a:hover {
	background-color: rgb(2, 146, 87);
}

.megamenu ul li a span.arrow {
	position: absolute;
	right: 20%;
}

.megamenu .children {
	position: absolute;
	top: 40px;
	bottom: 40px;
	right: 0px;
	width: 40%;
	overflow: hidden;
	width: 0;
	transition: width 220ms ease-in;
	-webkit-transition: width 220ms ease-in;
	-moz-transition: width 220ms ease-in;
	-ms-transition: width 220ms ease-in;
}

.megamenu .children.open {
	width: 40%;
}

.children a,
.children a:link,
.children a:visited {
	position: relative;
}

.children a:hover {
	color: rgb(221, 241, 0) !important;
}

.children a span.childarrow {
	position: absolute;
	right: 20%;
	color: rgb(179, 0, 207);
}

#bottom a,
#bottom a:link,
#bottom a:visited {
	color: #ffffff;
	text-decoration: none;
}

#bottom #copy {
	font-size: 0.6em;
	font-weight: normal;
}

#newslisting a,
#newslisting a:link,
#newslisting a:visited {
	display: block;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	font-size: 1.6em;
}

#newslisting a img {
	width: 100%;
	display: block;
}

#newslisting a .title {
	color: rgb(179, 0, 207);
	font-weight: bold;
	display: block;
	margin: 10px 0px;
	font-size: 1em;
	text-align: left;
}

#newslisting a .description {
	color: rgb(179, 0, 207);
	display: block;
	font-size: 0.85em;
	font-weight: normal;
}

#newslisting a .readmore {
	color: rgb(221, 241, 0);
	font-size: 0.85em;
	display: block;
	margin: 22px 0px 0px 0px;
}

#paginator {
	text-align: center;
}

img.news-image {
	float: left;
	width: 300px;
	margin: 0px 20px 20px 0px;
}

#newsfilterform label {
	color: rgb(221, 241, 0);
	font-size: 1.1em;
	font-weight: bold;
}

#newsfilterform select {
	font-size: 1.1em;
	margin-left: 15px;
}

#carousel {
	letter-spacing: -0.31em;
	/* Webkit: collapse white-space between units */
	text-rendering: optimizespeed;
	/* Webkit: fixes text-rendering: optimizeLegibility */
	font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	height: 430px;
	min-height: 430px;
	max-height: 430px;
	overflow: hidden;
}

#carousel a,
#carousel a:link,
#carousel a:visited {
	display: inline-block;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
	width: calc(100% / 6);
	height: 430px;
	position: relative;
	transition: width 320ms ease-in;
	-webkit-transition: width 320ms ease-in;
	-moz-transition: width 320ms ease-in;
	-ms-transition: width 320ms ease-in;
}

#carousel a .image {
	display: block;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

#carousel a.active {
	width: calc((100% / 6) * 2);
}

#carousel a .hovertitle {
	display: block;
	background-color: rgba(179, 0, 207, 0.8);
	color: rgb(221, 241, 0);
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 100%;
	padding: 0px;
	transition: bottom 320ms ease-in, padding 320ms ease-in;
	-webkit-transition: bottom 320ms ease-in, padding 320ms ease-in;
	-moz-transition: bottom 320ms ease-in, padding 320ms ease-in;
	-ms-transition: bottom 320ms ease-in, padding 320ms ease-in;
	transition-delay: 340ms;
	-webkit-transition-delay: 340ms;
	-moz-transition-delay: 340ms;
	-ms-transition-delay: 340ms;
	overflow: hidden;
}

#carousel a .hovertitle span {
	display: block;
	position: relative;
	right: 120%;
	transition: right 220ms ease-in;
	-webkit-transition: right 220ms ease-in;
	-moz-transition: right 220ms ease-in;
	-ms-transition: right 220ms ease-in;
	transition-delay: 750ms;
	-webkit-transition-delay: 750ms;
	-moz-transition-delay: 750ms;
	-ms-transition-delay: 750ms;
}

#carousel a.hover .hovertitle {
	bottom: 0px;
	padding: 100px 20px 0px 20px;
}

#carousel a.hover .hovertitle span {
	right: 0px;
}

#pageheader {
	background-color: rgb(236, 236, 236);
	height: 975px;
	background-image: url('../img/bg_body.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 10% 10%;
	background-attachment: fixed;
}

#pageheader img {
	display: block;
	width: 100%;
	float: right;
}

#pageheader h1 {
	font-weight: normal;
	color: rgb(179, 0, 207);
}

#pageheader .text {
	width: 100%;
}

#pageheader .text .inner,
#pageheader .title .inner {
	padding: 30px;
}

#pageheader .image img {
	width: 100%;
	display: block;
	float: none;
}

#pageheader.noimage {
	background-position: 80% 10%;
}

#pageheader.noimage .text {
	width: 100%;
}

#pageheader.noimage h1 {
	text-align: left;
	padding: 0;
}


@media(min-width: 600px) {

	#pageheader {
		display: flex;
		flex-wrap: wrap;
		height: auto;
		align-items: flex-start;
	}

	#pageheader .noimage {
		width: 100%;
	}

	#pageheader .image {
		width: 40%;
	}

	#pageheader .title {
		width: 60%;
	}

	#pageheader .title .inner {
		padding: 40px;
	}

	#pageheader .image {
		float: right;
	}

	#pageheader.noimage {
		height: auto;
	}

	#pageheader.noimage .text .inner {
		padding: 50px 100px;
	}

	#pageheader .text .inner {
		padding: 50px;
	}

	#pageheader h1 {
		font-weight: normal;
		line-height: 1;
		font-size: 4vw;
		text-align: left;
		margin: 0;
	}

}

#searchpanel,
#contactpanel,
#newsletterpanel {
	position: absolute;
	z-index: 9999;
	background-color: rgb(2, 146, 87);
	top: 80px;
	left: 100%;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	transition: left 330ms ease-in;
	-webkit-transition: left 330ms ease-in;
	-moz-transition: left 330ms ease-in;
	-ms-transition: left 330ms ease-in;
}

#searchpanel.open,
#contactpanel.open,
#newsletterpanel.open {
	left: 0px;
	padding: 5%;
}

#searchpanel input {
	font-size: 5.2em;
	font-weight: bold;
	border: 0px;
	background-color: transparent;
	color: rgb(2, 146, 87);
}

#searchpanel input::-webkit-input-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#searchpanel input::-moz-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#searchpanel input:-moz-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#searchpanel input:-ms-input-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#searchpanel input:focus {
	outline: none;
}

#searchresults h3 {
	color: rgb(221, 241, 0);
	font-size: 2.6em;
}

#searchresults ol li,
#searchresults ol li a,
#searchresults ol li a:link,
#searchresults ol li a:visited {
	color: #ffffff;
	padding: 8px;
	font-size: 1.6em;
	text-decoration: none;
}

#searchresults ol li:nth-of-type(2n+2),
#searchresults ol li:nth-of-type(2n+2) a {
	color: rgb(221, 241, 0);
}

#searchpanelclose,
#searchpanelclose:link,
#searchpanelclose:visited,
#contactpanelclose,
#contactpanelclose:link,
#contactpanelclose:visited,
#newsletterpanelclose,
#newsletterpanelclose:link,
#newsletterpanelclose:visited {
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 26px;
	height: 26px;
	padding: 4px;
	line-height: 26px;
	font-size: 1.2em;
	border: 2px solid #ffffff;
	color: rgb(221, 241, 0) !important;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	text-align: center;
	text-decoration: none;
}

#contactpanel h3,
#newsletterpanel h3 {
	font-size: 5em;
	color: rgb(2, 146, 87);
	font-weight: bold;
	margin: 0px 0px 40px 0px;
}

#contactformsubmit,
#newsletterformsubmit {
	margin-top: 40px;
	font-size: 1.3em;
}

#contactpanel label,
#newsletterpanel label {
	display: none;
}

#contactpanel.step1 #id_name,
#contactpanel.step1 #id_email,
#contactpanel.step1 #id_phone,
#contactpanel.step1 #id_message {
	display: none;
}

#contactpanel.step2 #id_subject,
#contactpanel.step2 #id_phone,
#contactpanel.step2 #id_email,
#contactpanel.step2 #id_message {
	display: none;
}

#contactpanel.step3 #id_subject,
#contactpanel.step3 #id_phone,
#contactpanel.step3 #id_name,
#contactpanel.step3 #id_message {
	display: none;
}

#contactpanel.step4 #id_subject,
#contactpanel.step4 #id_phone,
#contactpanel.step4 #id_name,
#contactpanel.step4 #id_email {
	display: none;
}

#contactpanel.step5 #id_subject,
#contactpanel.step5 #id_phone,
#contactpanel.step5 #id_name,
#contactpanel.step5 #id_email,
#contactpanel.step5 #id_message {
	display: none;
}

.subjectoption,
.subjectoption:link,
.subjectoption:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	display: block;
	padding: 10px 0px 10px 0px;
}

.subjectoption.chosen {
	color: rgb(221, 241, 0);
}

#contactpanel input,
#contactpanel textarea,
#newsletterpanel input,
#newsletterpanel textarea {
	border: 0px;
	background-color: transparent;
	font-size: 4em;
	padding: 6px 6px 6px 0px;
	color: rgb(2, 146, 87);
}

#contactpanel textarea,
#newsletterpanel textarea {
	height: 70%;
}

#contactpanel input::-webkit-input-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#contactpanel input::-moz-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#contactpanel input:-moz-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#contactpanel input:-ms-input-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#contactpanel textarea::-webkit-input-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#contactpanel textarea::-moz-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#contactpanel textarea:-moz-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#contactpanel textarea:-ms-input-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#contactpanel.step2 h3,
#contactpanel.step3 h3,
#contactpanel.step4 h3 {
	font-size: 2.8em;
	color: rgb(221, 241, 0);
}

#contactpanel input:focus,
#contactpanel textarea:focus {
	outline: none;
}

#contactpanel input.error,
#contactpanel textarea.error {
	color: #FF1A00;
}

ul.errorlist li {
	list-style-type: none;
	color: #FF1A00;
	padding: 4px;
}

form table tr td {
	padding: 5px;
}

form table input[type=text],
form table input[type=email],
form table textarea {
	border: 1px solid #dddddd;
	width: 250px;
	padding: 4px;
}

#newsletterpanel input::-webkit-input-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#newsletterpanel input::-moz-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#newsletterpanel input:-moz-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#newsletterpanel input:-ms-input-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#newsletterpanel textarea::-webkit-input-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#newsletterpanel textarea::-moz-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#newsletterpanel textarea:-moz-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#newsletterpanel textarea:-ms-input-placeholder {
	color: rgb(2, 146, 87);
	font-weight: bold;
}

#newsletterpanel input:focus,
#newsletterpanel textarea:focus {
	outline: none;
}

#newsletterpanel.step1 #id_email {
	display: none;
}

#newsletterpanel.step2 #id_name {
	display: none;
}

#newsletterpanel.step3 #id_name,
#newsletterpanel.step3 #id_email {
	display: none;
}

#newsletterpanel input.error,
#newsletterpanel textarea.error {
	color: #FF1A00;
}

#newsletterpanel h3 {
	color: rgb(221, 241, 0);
	font-size: 2.8em;
}

#coa h1 {
	font-size: 2em;
	line-height: 1em;
}

.selectdropdown {
	width: 210px;
	margin: 15px auto;
	display: none;
	position: absolute;
	left: 50%;
	right: 50%;
}

.selectdropdown a,
.selectdropdown a:link,
.selectdropdown a:visited {
	display: block;
	padding: 10px 12px;
	background-color: rgb(240, 241, 241);
	color: rgb(179, 0, 207);
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	text-decoration: none;
}

.selectdropdown a:nth-of-type(2n+2) {
	background-color: #ffffff;
}

.selectdropdownlabel,
.selectdropdownlabel:link,
.selectdropdownlabel:visited {
	color: rgb(221, 241, 0);
	font-size: 1.4em;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}

#newsfilterform label {
	color: rgb(179, 0, 207);
	margin-right: 25px;
	font-weight: bold;
	font-size: 1.4em;
}

#newsfilterform {
	text-align: center;
}

h1 {
	font-family: 'Montserrat';
	font-weight: bold;
}



.contact_information p {
	color: #9aa3b4;
	font-family: 'Montserrat';
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
}

.contact_information .subhead {
	color: rgb(179, 0, 207);
	font-weight: bold;
}

.contactform.button {
	font-family: 'Montserrat' !important;
	margin: 0;
	font-size: 1.6em !important;
	font-weight: bold !important;
}

/* honeypot */

label[for=id_honeypot],
#id_honeypot {
	display: none;
}