body {
	background-color: #fff;
	color: #000;
	font-size: 14px;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, strong {
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3,
h3 a {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

p {
	margin: 0 0 10px 0;
}

ul, ol {
	margin: 0 0 10px 20px;
}

ul li, ol li {
	padding: 0;
}

a {
	cursor: pointer;
}

.center {
	text-align: center
}

.clear:after {
	display: block;
	clear: both;
	content: '';
}

.invisible {
	display: inline-block;
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.hyphenate {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 10 4 4;
}

.noHyphenate {
	overflow-wrap: normal;
	word-wrap: normal;
}

.blockitem {
	float: left;
}

.blockitem.blockItemType-8 {
	line-height: 0;
}

.blockitem a {
	color: #256eaf;
	text-decoration: none;
}

a.loadMore {
	color: #fff;
}

img {
	max-width: 100%;
}

.mobileMenuToggle {
	cursor: pointer;
}

.blockContainer {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-row-gap: 0;
	grid-column-gap: 50px;
}

.blockContainer.blockItems-2 {
	grid-template-columns: repeat(2, 1fr);
}

.blockContainer.blockItems-3 {
	grid-template-columns: repeat(3, 1fr);
}

.blockContainer.blockItems-4 {
	grid-template-columns: repeat(4, 1fr);
}

.blockContainer.blockItems-5 {
	grid-template-columns: repeat(5, 1fr);
}

.blockContainer .blockitem {
	box-sizing: border-box;
}

.blockContainer:after {
	display: block;
	clear: both;
	content: '';
}

.blockContainer .blockitem img {
	width: 100%;
	height: auto;
	line-height: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper.w4xh3 {
	padding-bottom: 75%; /* 4:3 */
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mediaLibrary {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-row-gap: 7px;
	grid-column-gap: 10px;
}

.mediaLibrary img {
	border: 1px solid #666;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	line-height: 0;
}

.mediaLibrary a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.googleMapsWrapper {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.googleMapsWrapper > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.directionsForm {
	display: none;
	margin-top: 15px;
	position: relative;
}

.directionsForm .start {
	margin: 15px 0;
}

.directionsForm .start select {
	padding: 6px;
	width: 100%;
}

.directionsForm[data-markerscount="1"] {
	display: block;
}

.directionsForm .start {
	position: relative;
}

.directionsForm label {
	display: block;
	margin-bottom: 10px;
}

.directionsForm input[type="text"] {
	border: 1px solid #000;
	box-sizing: border-box;
	font-size: 1em;
	padding: 7px;
	width: 100%;
}

.directionsForm .icon-search {
	cursor: pointer;
	right: 8px;
	top: 10px;
}

.directionsPanel {
	display: none;
	font-size: 1em;
	height: 550px;
	overflow-y: scroll;
}

.gmapMarkerPopup {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gmapMarkerPopup li {
	margin: 0;
}

section:after {
	clear: both;
	content: '';
	display: block;
}

.topBar nav ul {
	float: left;
	padding: 0;
	margin: 15px 0 0 0;
}

.topBar nav ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 25px 0 0;
}

.topBar nav ul li a {
	color: #222e43;
	text-decoration: none;
}

.topBar nav ul li a:hover,
.topBar nav ul li.active a {
	color: #256eaf;
}

.loadMoreWrapper {
	clear: both;
	margin-top: 45px;
	text-align: center;
}

.loadMore {
	background-color: #fa0f19;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.loadMore:hover,
.loadMore:active {
	background-color: #ecebeb;
	color: #fff;
	text-decoration: none;
}

.numbers .number,
.numbers .current {
	float: left;
	margin-right: 10px;
}

.numbers .current {

}

.numbers .pagination > *,
.numbers .arrows > * {
	cursor: pointer;
}

.formBlock {
	margin-bottom: 20px;
}

.formBlockItem label {
	/*float: left;*/
	/*width: 200px;*/
}

.formBlockItem > label {
	font-weight: bold;
}

.formBlockItem > div {
	width: 100%;
}

.blockContainer.contentGrid .contentCenter > div > div {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-row-gap: 0;
	grid-column-gap: 25px;
	overflow: hidden;
	width: 100%;
}

.blockContainer.contentGrid.contentSmall > div {
	max-width: 100%;
	width: 900px;
}

.blockContainer.blockItems-2 .contentCenter > div > div {
	grid-template-columns: repeat(2, 1fr);
}

.blockContainer.blockItems-3 .contentCenter > div > div {
	grid-template-columns: repeat(3, 1fr);
}

.blockContainer.blockItems-4 .contentCenter > div > div {
	grid-template-columns: repeat(4, 1fr);
}

.blockContainer.blockItems-5 .contentCenter > div > div {
	grid-template-columns: repeat(5, 1fr);
}

.loadMoreWrapper div,
.loadMoreWrapper span {
	float: left;
	margin: 0 10px 0 0;
}

.loadMoreWrapper .pagination {
	margin: 0;
}

.loadMoreWrapper .current,
.loadMoreWrapper .number:hover {
	font-weight: bold;
}

.loadMoreWrapper .number {
	cursor: pointer;
}
