html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	margin: 0;
	background-color: #fff;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Remove outline from images and links */
a {
	outline: none;
}

img {
	outline: none;
}

/* Clearfix */
.clearfix:before,
.grid-container:before {
	content: " ";
	display: table;
}

.clearfix:after,
.grid-container:after {
	clear: both;
	content: " ";
	display: table;
}

/* Inputs */
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	display: inline-block;
	box-sizing: border-box;
}

/* Wrapper */
.wrapper {
	margin: 0 auto;
	clear: both;
}

.wrapper.wrapper-fluid {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper.wrapper-fluid.wrapper-first {
	margin-top: 0;
}

.wrapper.wrapper-fluid.wrapper-last {
	margin-bottom: 0;
}

.grid-container {
	width: 100%;
	height: 100%;
	margin: 0;
}

.wrapper-fluid .grid-container {
	margin: 0 auto;
}

.wrapper-fluid.wrapper-fluid-grid .grid-container {
	width: 100%;
}

/* End Wrapper */

/* Structural stuff */
.clear {
	clear: both;
}

.block {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.block-content {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.block-fixed-height .block-content, body.visual-editor-iframe-grid .block-content {
	height: 100%;
}

.column {
	float: left;
}

.column.grid-right {
	float: right;
	margin-left: 0 !important;
}

.column-1 {
	clear: left;
}

.column-1.grid-left-0 {
	margin-left: 0 !important;
}

.column-last {
	clear: right;
}

.column-last.grid-right-0 {
	margin-right: 0 !important;
}

/* End structural stuff */

/* No Blocks Notice */
.wrapper-no-blocks {
	max-width: 600px;
}

.wrapper-no-blocks .entry-content {
	margin: 40px 0 !important;
	text-align: center;
}

/* Blocks */
/* Header */
.block-type-header .banner {
	display: block;
}

.block-type-header .banner a {
	display: block;
}

.block-type-header .banner-image {
	display: block;
	width: 100%;
	height: 100%;
}

.block-type-header .tagline {
	display: block;
}

/* Navigation */
.block-type-navigation ul {
	display: inline-block;

	/* display: inline-block; gap workaround */
	letter-spacing: -4px;
	word-spacing: -4px;
}

.block-type-navigation ul li {
	display: inline-block;

	/* display: inline-block; gap workaround */
	letter-spacing: normal;
	word-spacing: normal;
}

.block-type-navigation ul li a {
	display: block;
	width: auto;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: nowrap;
}

/* Map Block */
.map-block-gmap {
	height: 100%
}

/* Navigation Alignment */
.block-type-navigation .nav-align-left ul {
	text-align: left;
}

.block-type-navigation .nav-align-right ul {
	text-align: right;
}

.block-type-navigation .nav-align-center ul {
	text-align: center;
}

/* Vertical Orientation */
.block-type-navigation .nav-vertical {
	position: relative;
}

.block-type-navigation .nav-vertical ul li {
	width: 100%;
}

.block-type-navigation .nav-vertical ul li a {
	height: auto;
	line-height: 40px;
}

/* Navigation Search */
.block-type-navigation .nav-search-active ul {
	width: 75%;
}

.block-type-navigation .nav-search-active .nav-search {
	float: right;
	width: 22.5%;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: table;
}

.block-type-navigation .nav-search-active.nav-search-position-left .nav-search {
	float: left;
}

.block-type-navigation .nav-search-active #searchform {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.block-type-navigation .nav-search-active #searchform label,
.block-type-navigation .nav-search-active #searchform #searchsubmit {
	display: none;
}

.block-type-navigation .nav-search-active #searchform #s {
	width: 100%;
}

/* SUB MENUS */
.block-type-navigation a .sf-sub-indicator {
	display: none;
}

.block-type-navigation .sub-menu {
	position: absolute;
	z-index: 150;
	left: -9999px; /* Hide the dropdowns */
	width: auto;
}

.block-type-navigation .sub-menu li {
	display: block;
	height: auto;
	width: 100%;
}

.block-type-navigation .sub-menu li a {
	min-width: 175px;
	max-width: 500px;
	width: auto;

	height: auto;
	line-height: 40px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Show the drop downs on hover */
.block-type-navigation .menu li:hover > .sub-menu,
.block-type-navigation .menu .sfHover > .sub-menu {
	left: auto;
}

/* END SUB MENUS */

/* Responsive Select */
.block-type-navigation .selectnav {
	display: none;
}

/* Image */
.block-type-header img {
	max-width: 100%;
}

/* Search Widget */
.block-type-search .field {
	width: 100%;
}

.block-type-search .search-button-visible div {
	overflow: hidden;
}

.block-type-search .search-button-visible .submit {
	float: right;
}

/* Content Block */
.block-type-content img {
	max-width: 100%;
}

#wrapper-w57d226389a5d5 {
  margin-top: 10px;
}

ul#menu-horizontal li a {
  color: #FFFFFF;
  margin-right: 15px;
  border-right-width: 2px;
  border-left-width: 2px;
  background-color: #000000;
  border-right-color: #D13D42;
}

nav#block-b9h57d228cf94e5a li a {
  background-color: #D13D42;
  text-decoration: none;
  font-weight: 700;
  font-family: "times new roman", serif;
  border-right-color: #D13D42;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-right: 6px;
  border-left-color: #D13D42;
}

nav#block-b9h57d228cf94e5a .block-content .nav-horizontal {
  background-color: #000000;
}

nav#block-b9h57d228cf94e5a .nav-horizontal {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  padding-left: 3px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

ul#menu-horizontal {
  border-right-color: #FFFFFF;
  border-right-width: 0px;
  border-right-style: none;
  border-top-color: #FFFFFF;
}

div#block-bc557d2338a2caee .block-content-fade .block-title {
  color: #D61010;
}

div#block-bc557d2338a2caee .block-title {
  color: #000000;
}

div#block-bc557d2338a2caee .block-content-fade .block-title span {
  color: #000000;
}

div#block-bsh57d23f2f2f762 .pin-board-pagination .nav-previous a {
  text-decoration: none;
}

div#block-bzz57d339a3d3e18 .entry-content p img {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-left-width: 2px;
  border-top-color: #D13D42;
  border-right-color: #D13D42;
  border-bottom-color: #D13D42;
  border-left-color: #D13D42;
  box-shadow: #000000 2px 1px 1px 1px;
  text-align: center;
}

div#block-bzz57d339a3d3e18 .block-title {
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
}

div#block-bzz57d339a3d3e18 .entry-content p a {
  color: #000000;
  text-decoration: none;
}

div#block-bzz57d339a3d3e18 .entry-content p em {
  font-style: italic;
  line-height: 16px;
}

div#block-bzz57d339a3d3e18 .entry-content p {
  text-align: center;
  line-height: 16px;
  padding-right: 0px;
}

div#block-b2857d370b8dba76 .entry-content p {
  text-align: center;
  line-height: 16px;
  padding-right: 0px;
}

div#block-b2857d370b8dba76 .entry-content p em {
  font-style: italic;
  line-height: 16px;
}

div#block-b2857d370b8dba76 .entry-content p a {
  color: #000000;
  text-decoration: none;
}

div#block-b2857d370b8dba76 .block-title {
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
}

div#block-b2857d370b8dba76 .entry-content p img {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-left-width: 2px;
  border-top-color: #D13D42;
  border-right-color: #D13D42;
  border-bottom-color: #D13D42;
  border-left-color: #D13D42;
  box-shadow: #000000 2px 1px 1px 1px;
  text-align: center;
}

div#block-bl457d3721c8a4d7 .entry-content p {
  text-align: center;
  line-height: 16px;
  padding-right: 0px;
}

div#block-bl457d3721c8a4d7 .entry-content p em {
  font-style: italic;
  line-height: 16px;
}

div#block-bl457d3721c8a4d7 .entry-content p a {
  color: #000000;
  text-decoration: none;
}

div#block-bl457d3721c8a4d7 .block-title {
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
}

div#block-bl457d3721c8a4d7 .entry-content p img {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-left-width: 2px;
  border-top-color: #D13D42;
  border-right-color: #D13D42;
  border-bottom-color: #D13D42;
  border-left-color: #D13D42;
  box-shadow: #000000 2px 1px 1px 1px;
  text-align: center;
}

figure#block-b2q57d37472f45bd {
  background-color: #000000;
}

footer#block-btk57d378949ee62 {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  margin-top: 6px;
  padding-top: 6px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.grid-container {
  border-right-width: 0px;
  border-right-style: none;
  border-top-width: 0px;
  border-top-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-left-width: 0px;
  border-left-style: none;
}

div#block-bul58d5acfd75f2e .block-content .loop .entry-row .type-post .entry-summary p {
  color: #FFFFFF;
}

