/*
Theme Name: 7thVision Theme 2017
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2017
*/

/*________ GLOBAL ELEMENTS ________*/

@font-face {
    font-family: 'daft_brushtext';
    src: url('frontend/fonts/daft_brush_text-webfont.woff2') format('woff2'),
         url('frontend/fonts/daft_brush_text-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('frontend/css/devs-form.css');

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
abbr[title],
acronym[title] {
	text-decoration: none;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

.ie * {

}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #f36c23;
}
a:hover,
a:focus {
	color: #0e5782;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
	text-decoration: none;
}
html {
	font-size: 100%;
}
body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #000;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%;

	background: #fff -webkit-linear-gradient(top, #FFF, #FFF) repeat-x; /* windows chrome fixed scrolling replication issue */
  	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
  	overflow-x: hidden;
}

.wrapper {
	width: 100%;
	max-width: 1240px;
	max-width: 77.5rem;
	margin: 0 auto;
	padding: 0 16px;
	padding: 0 1rem;
}
.wrapper.full {
	max-width: 100%;
}
.ie .wrapper {
	width: 1160px;
}


/*________ HEADER & NAV ________*/

.topHeader {
	background-color: #0491c6;
	padding: 10px 0;
	padding: 0.625rem 0;
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
}
.topHeader .wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.topHeader .wrapper ul.headerNav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.topHeader .wrapper ul.headerNav li {
	list-style: none;
	position: relative;
}
.topHeader .wrapper ul.headerNav li:first-child a {
	padding-left: 0;
}
.topHeader .wrapper ul.headerNav li:after {
	content: '';
	display: block;
	height: 12px;
	height: 0.75rem;
	width: 1px;
	background-color: #43bada;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.topHeader .wrapper ul.headerNav li a {
	display: block;
	line-height: 1.65;
	padding: 0 6px;
	padding: 0 0.375rem;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
.topHeader .wrapper ul.headerNav li a:hover,
.topHeader .wrapper ul.headerNav li a:focus {
	text-decoration: underline;
}


.topHeader .wrapper ul.zoom {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;

	padding-left: 6px;
	padding-left: 0.375rem;
}
.topHeader .wrapper ul.zoom li {
	list-style: none;
	padding: 0 2px;
	padding: 0 0.125rem;
	line-height: 1.5;
	cursor: pointer;
}
.topHeader .wrapper ul.zoom li.decrease {
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 2px;
	letter-spacing: 0.125rem;
}
.topHeader .wrapper ul.zoom li.increase {
	font-size: 14px;
	font-size: 0.875rem;
}

.header {
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
}
.header .wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.header .wrapper .logo {
	width: 100%;
	max-width: 120px;
	max-width: 7.5rem;
	margin-right: auto;
}
.header .wrapper .logo img {
	width: 100%;
	height: auto;
}

.header .wrapper .info {
	padding-left: 20px;
	padding-left: 1.25rem;
}
.header .wrapper .info p.phone {
	text-transform: uppercase;
	font-family: 'daft_brushtext', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-align: right;
	line-height: 1.25;
}
.header .wrapper .info p.phone a {
	color: #f36c23;
	display: block;
}
.header .wrapper .info p.phone a span {
	display: block;
}
.header .wrapper .info p.phone a span.line:last-child {
	font-size: 20px;
	font-size: 1.25rem;
	padding-top: 4px;
	padding-top: 0.25rem;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.header .wrapper .info p.phone a span.line .icon {
	width: 19px;
	width: 1.1875rem;
	height: 23px;
	height: 1.4375rem;
	margin-right: 8px;
	margin-right: 0.5rem;
}
.header .wrapper .info p.phone a span.line .icon * {
	fill: #f36c23;
}
.header .wrapper .info p.phone a span.line .icon img,
.header .wrapper .info p.phone a span.line .icon svg {
	width: 100%;
	height: 100%;
}



.navContainer {
	width: 100%;
	position: relative;
	z-index: 1500;
	height: 60px;
	height: 3.75rem;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.navContainer .wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
}

.navToggle {
	transition: background 0.3s;
	overflow: hidden;
	position: relative;
	background: transparent;
	width: 40px;
	width: 2.5rem;
	margin: 0 8px 0 32px;
	margin: 0 0.5rem 0 2rem;
	display: block;
	-webkit-order: 2;
	order: 2;
}

.navToggle span.icon {
	position: absolute;
	top: 12px;
	top: 0.75rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #f36c23;
	transition: background 0s 0.3s;
	display: block;
}
.navToggle span.icon::before,
.navToggle span.icon::after {
	position: absolute;
	display: block;
	left: 0;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #f36c23;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.navToggle span.icon::before {
	top: -10px;
	top: -0.625rem;
	transition-property: top, transform;
}
.navToggle span.icon::after {
	bottom: -10px;
	bottom: -0.625rem;
	transition-property: bottom, transform;
}
.navToggle.toggled span.icon {
	background-color: transparent;
}
.navToggle.toggled span.icon::before {
	top: 0;
	transform: rotate(45deg);
}
.navToggle.toggled span.icon::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.navToggle.toggled span.icon::before,
.navToggle.toggled span.icon::after {
	transition-delay: 0s, 0.3s;
}

.navToggle span.text {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	color: #f36c23;
	padding: 30px 0 0;
	padding: 1.875rem 0 0;
}
.navToggle:focus span.text,
.navToggle.toggled span.text {
	display: none;
}
.navToggle:after {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	color: #f36c23;
	padding: 30px 0 0;
	padding: 1.875rem 0 0;
}
.navToggle:focus:after {
	content: 'Open';
}
.navToggle.toggled:after {
	content: 'Close';
}


.mainNav {
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 68px;
	top: 4.25rem;
	left: 0;
	width: 100%;
	padding: 0 16px;
	padding: 0 1rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.mainNav.show {
	opacity: 1;
	height: auto;
	overflow: visible;
}
.mainNav.show:after {
	content: '';
	display: block;
	width: 100%;
	width: calc(100% - 32px);
	width: calc(100% - 2rem);
	height: 100%;
	top: 0;
	border-radius: 6px;
	border-radius: 0.375rem;
	left: 16px;
	left: 1rem;
	position: absolute;
	-webkit-box-shadow: 0 1px 6px 1px rgba(0,0,0,0.35);
	box-shadow: 0 1px 6px 1px rgba(0,0,0,0.35);
	z-index: 1;
}
.mainNav li {
	width: 100%;
	float: none;
	position: relative;
	list-style: none;
	z-index: 2;
}

.mainNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 16px;
	padding: 0 1rem;
	position: relative;
	border-bottom: 1px solid #f78b50;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.mainNav li:hover > a,
.mainNav li.hover > a,
.mainNav li a:focus {
	color: #fcc40f;
}


.mainNav li.menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;

	margin: auto 0 auto 6px;
	margin: auto 0 auto 0.375rem;

	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-bottom: none;
	border-top-color: #fff;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.mainNav li.menu-item-has-children:hover > a:after,
.mainNav li.menu-item-has-children.hover > a:after,
.mainNav li.menu-item-has-children > a:focus:after {
	border-top-color: #fcc40f;
}
.mainNav li.menu-item-has-children.hover > a:after {
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* First Level */
.mainNav > li {
	background-color: #f36c23;
}
.mainNav > li:first-child {
	border-radius: 6px 6px 0 0;
	border-radius: 0.375rem 0.375rem 0 0;
	overflow: hidden;
}
.mainNav > li:last-child {
	border-radius: 0 0 6px 6px;
	border-radius: 0 0 0.375rem 0.375rem;
	overflow: hidden;
	border-bottom: none;
}
.mainNav > li > a {
	line-height: 50px;
	line-height: 3.125rem;
}
.mainNav > li:hover > a,
.mainNav > li.hover > a,
.mainNav > li > a:focus {
	background-color: #e86722;
	border-bottom-color: #e97b40;
}
.mainNav > li.menu-item-has-children > a:after {
	display: none;
}
.mainNav > li:last-child ul {
	border-radius: 0 0 6px 6px;
	border-radius: 0 0 0.375rem 0.375rem;
	overflow: hidden;
}

/* Second Level */
.mainNav ul {
	display: none;
	background-color: #e86722;
	width: 100%;
	position: relative;
	padding: 16px 24px 32px;
	padding: 1rem 1.5rem 2rem;
}
.mainNav li.hover > ul {
	display: block;
}
.mainNav ul li a {
	padding: 0;
	line-height: 40px;
	line-height: 2.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	border-bottom: 1px solid #e97b40;
}
.mainNav ul li a:hover,
.mainNav ul li a:focus {
 	color: #fcc40f;
}




/* Third Level */
.mainNav ul ul {
	padding: 16px 0 16px 24px;
	padding: 1rem 0 1rem 1.5rem;
}

.navContainer form {
	position: relative;
	margin-right: auto;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shirnk: 1;
	flex-shirnk: 1;
}
.navContainer form .fieldContainer {
	overflow: hidden;
}
.navContainer form .fieldContainer label {
	display: none
}
.navContainer form .fieldContainer input[type="text"] {
	height: 44px;
	height: 2.75rem;
	padding: 0 48px 0 20px;
	padding: 0 3rem 0 1.25rem;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	border-radius: 0.25rem;
	color: #666;
	-webkit-appearance: none;
}
.navContainer form .fieldContainer input[type="text"]:hover,
.navContainer form .fieldContainer input[type="text"]:focus {
	border-color: #ccc;
}
.navContainer form button[type="submit"] {
	border: none;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	background: none;
	position: absolute;
	top: 14px;
	top: 0.875rem;
	right: 20px;
	right: 1.25rem;
}
.navContainer form button[type="submit"] * {
	fill: #838383;
}
.navContainer form button[type="submit"] img,
.navContainer form button[type="submit"] svg {
	width: 100%;
	height: 100%;
}





/*________ CONTENT ________*/

.breadcrumbContainer p {
	font-size: 12px;
	font-size: 0.75rem;
	color: #bcbcbc;
}
.breadcrumbContainer p a {
	color: #0491c6;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.breadcrumbContainer p a:hover {
	color: #0e5782;
	text-decoration: underline;
}
.breadcrumbContainer p strong {
	color: #f36c23;
}


.contentSection {
	clear: both;
	width: 100%;
}

.contentContainer {
}

.contentContainer .linksContainer .links {
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}
.contentContainer .linksContainer .links ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.contentContainer .linksContainer .links ul li {
	list-style: none;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
	width: 50%;
	width: calc(50% - 2px);
	width: calc(50% - 0.125rem);
}
.contentContainer .linksContainer .links ul li a {
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	background-color: #0491c6;
	text-decoration: none;
	display: block;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	line-height: 1.25;

	height: 100%;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;

	min-height: 60px;
	min-height: 3.75rem;
}
.contentContainer .linksContainer .links ul li a:hover,
.contentContainer .linksContainer .links ul li a:focus {
	background-color: #005783;
}
.contentContainer .linksContainer .links ul li a span {
	display: block;
}
.contentContainer .linksContainer .links ul li a span.icon {
	width: 22px;
	width: 1.375rem;
	height: 22px;
	height: 1.375rem;
	margin-right: 14px;
	margin-right: 0.875rem;
}
.contentContainer .linksContainer .links ul li a span.icon * {
	fill: #fff;
}
.contentContainer .linksContainer .links ul li a span.icon img,
.contentContainer .linksContainer .links ul li a span.icon svg {
	width: 100%;
	height: 100%;
}


.contentContainer .linksContainer .sideNav {
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
}
.contentContainer .linksContainer .sideNav li {
	list-style: none;
}
.contentContainer .linksContainer .sideNav.depth-2 > li,
.contentContainer .linksContainer .sideNav.depth-3 > li,
.contentContainer .linksContainer .sideNav.depth-4 > li,
.contentContainer .linksContainer .sideNav.depth-5 > li,
.contentContainer .linksContainer .sideNav.depth-6 > li {
	display: none;
}
.contentContainer .linksContainer .sideNav li a {
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	color: #0491c6;
	display: block;
	line-height: 1.5;
	padding: 6px 0;
	padding: 0.375rem 0;
	border-bottom: 1px solid #bcdeee;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	position: relative;
}
.contentContainer .linksContainer .sideNav li a:hover,
.contentContainer .linksContainer .sideNav li a:focus {
	color: #0e5782;
	border-bottom-color: #0491c6;
}
.contentContainer .linksContainer .sideNav li.current-menu-item > a {
	color: #f36c23;
}

.contentContainer .linksContainer .sideNav li.menu-item-has-children > a {
	padding-right: 16px;
	padding-right: 1rem;
}
.contentContainer .linksContainer .sideNav li.menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;

	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-bottom: none;
	border-top-color: #0491c6;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.contentContainer .linksContainer .sideNav li.menu-item-has-children > a:hover:after {
	border-top-color: #0e5782;
}
/*.contentContainer .linksContainer .sideNav li.menu-item-has-children.current-menu-item > a:after,
.contentContainer .linksContainer .sideNav li.menu-item-has-children.current-menu-ancestor > a:after,
.contentContainer .linksContainer .sideNav li.menu-item-has-children.hover > a:after {
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
*/






.contentContainer .linksContainer .sideNav > li.current-menu-item,
.contentContainer .linksContainer .sideNav > li.current-menu-ancestor {
	display: block;
}

.contentContainer .linksContainer .sideNav li.menu-item-has-children ul {
	display: none;
}
.contentContainer .linksContainer .sideNav li.menu-item-has-children.current-menu-item > ul,
.contentContainer .linksContainer .sideNav li.menu-item-has-children.current-menu-ancestor > ul,
.contentContainer .linksContainer .sideNav li.menu-item-has-children.hover > ul {
	display: block;
}
.contentContainer .linksContainer .sideNav li.menu-item-has-children ul li a {
	padding-left: 16px;
	padding-left: 1rem;
}
.contentContainer .linksContainer .sideNav li.menu-item-has-children ul li li a {
	padding-left: 32px;
	padding-left: 2rem;
}
.contentContainer .linksContainer .sideNav li.menu-item-has-children ul li li li a {
	padding-left: 48px;
	padding-left: 3rem;
}


.content {
}

.content h1,
.content .h1,
.content h2,
.content .h2,
.content h3,
.content .h3,
.content h4,
.content .h4,
.content h5,
.content .h5,
.content h6,
.content .h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content h1,
.content .h1 {
	font-family: 'daft_brushtext', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #0e5782;
	font-size: 28px;
	font-size: 1.75rem;
    font-size: calc(28px + 6 * ((100vw - 320px) / 680));
}
.content h2,
.content .h2 {
	font-family: 'daft_brushtext', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #0e5782;
	font-size: 24px;
	font-size: 1.5rem;
    font-size: calc(24px + 6 * ((100vw - 320px) / 680));
}
.content h3,
.content .h3 {
	font-family: 'daft_brushtext', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #0e5782;
	font-size: 20px;
	font-size: 1.25rem;
    font-size: calc(20px + 6 * ((100vw - 320px) / 680));
}
.content h4,
.content .h4,
.content h5,
.content .h5,
.content h6,
.content .h6 {
	font-size: 16px;
	font-size: 1rem;
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.5;
}
.content ul,
.content ol {
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content ul ul,
.content ol ol {
	padding-bottom: 0;
}
.content ul li,
.content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 0 40px;
	padding: 0 0 0 2.5rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-left: 4px solid #222;
	border-left: 0.25rem solid #222;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	text-align: left;
	line-height: 1.5;
    border-collapse: collapse;
}
.content table thead tr {
}
.content table thead tr th {
    padding: 4px;
    padding: 0.25rem;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}
.content table tbody tr {
	border-top: 1px dotted #ccc;
}
.content table tbody tr td {
	padding: 4px;
    padding: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.content .entryContent {
	overflow: hidden;
	width: 100%;
}





.content .articleMeta {
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;

}
.content .articleMeta p {
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 12px 12px 0;
	margin: 0 0.75rem 0.75rem 0;
	border-right: 1px solid #808080;
	line-height: 1;
	font-size: 12px;
	font-size: 0.75rem;
	color: #333;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}


.content .articleContainer {

}
.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .thumbContainer {
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.content .articleContainer .article .thumbContainer {
	display: block;
	width: 100%;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img,
.content .articleContainer .article .thumbContainer:focus img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
	color: #f36c23;
}

.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
.page-id-174 .content .articleMeta .eventDate {
     font-size: 16px;
     font-size: 1rem;
     font-weight: 600;
}

.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow a.pageNav {
	float: left;

	font-weight: 700;
    background-color: #0491c6;
    border: 2px solid #0491c6;
    border: 0.125rem solid #0491c6;
    border-radius: 4px;
    border-radius: 0.25rem;
    color: #fff;
    text-decoration: none;
    padding: 8px 24px;
    padding: 0.5rem 1.5rem;
}
.content .navBelow a.pageNav:hover,
.content .navBelow a.pageNav:focus {
	background-color: transparent;
	color: #0491c6;
}
.content .navBelow a.navNext {
	float: right;
}

.content table.wateringRoster .column-2 {
    color: #52865a;
}
.content table.wateringRoster .column-3 {
    color: #0e5782;
}
.content table.meterBasedContribution tbody tr td,
.content table.meterBasedContribution thead tr th {
    text-align: center;
}



/*________ CONTENT SHORTCODES ________*/





/*________ SIDEBAR ________*/

.sidebar {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}


.sidebar .section {
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
}

.sidebar .section h5,
.sidebar .section h6 {
	color: #f36c23;
	font-family: 'daft_brushtext', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
	font-size: 1.75rem;
    font-size: calc(24px + 6 * ((100vw - 320px) / 680));
}

.sidebar .section.content {
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
}

.sidebar .section ul {
	padding-left: 0;
}
.sidebar .section ul li {
	list-style: none;
}
.sidebar .section ul li a {
	line-height: 1.5;
	display: block;
	padding: 2px 0 2px 36px;
	padding: 0.125rem 0 0.125rem 2.25rem;
	margin: 0 0 16px;
	margin: 0 0 16px;
	display: block;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	font-size: 14px;
	font-size: 0.875rem;
	position: relative;
}
.sidebar .section ul li:last-child a {
	margin-bottom: 0;
}
.sidebar .section ul li a:hover,
.sidebar .section ul li a:focus {
	color: #f36c23;
}
.sidebar .section ul li a:before {
	content: '';
	display: block;

	height: 24px;
	height: 1.5rem;
	width: 24px;
	width: 1.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;

	background: url(images/icons/icon-circles-orange.png) no-repeat center center;
	background-size: contain;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}



.sidebar .section.promo img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}



/*________ FOOTER ________*/

.footer {
	width: 100%;
	clear: both;
}



.footer {
	width: 100%;
	clear: both;
	font-size: 12px;
	font-size: 0.75rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.footer .wrapper {
	position: relative;
	padding-top: 18px;
	padding-top: 1.125rem;
}
.footer .wrapper:before {
	content: '';
	display: block;
	width: 100%;
	width: calc(100% - 32px);
	width: calc(100% - 2rem);
	height: 2px;
	height: 0.125rem;
	background-color: #bcdeee;
	position: absolute;
	top: 0;
	left: 16px;
	left: 1rem;
}

.footer .wrapper .social p {
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.footer .wrapper .social p a {
	color: #3a5a98;
	display: inline-block;
	text-decoration: none;
}
.footer .wrapper .social p a:hover,
.footer .wrapper .social p a:focus {
	color: #1190c7;
}
.footer .wrapper .social p a span {
	display: inline-block;
	vertical-align: middle;
}
.footer .wrapper .social p a span.icon {
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	margin-left: 4px;
	margin-left: 0.25rem;
}
.footer .wrapper .social p a span.icon * {
	fill: #3a5a98;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.footer .wrapper .social p a:hover span.icon *,
.footer .wrapper .social p a:focus span.icon * {
	fill: #1190c7;
}



.footer .wrapper .info ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.footer .wrapper .info ul li {
	list-style: none;
	position: relative;
	padding: 0 16px;
	padding: 0 1rem;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}
.footer .wrapper .info ul li:last-child {
	padding-right: 0;
}
.footer .wrapper .info ul li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 10px;
	height: 0.625rem;
	background-color: #d7d7d7;
}
.footer .wrapper .info ul li:last-child:after {
	display: none;
}
.footer .wrapper .info ul li a {
	text-decoration: none;
	display: block;
	line-height: 2;
}
.footer .wrapper .info ul li a:hover,
.footer .wrapper .info ul li a:focus {
	color: #1190c7;
}
.footer .wrapper .info p.copyright {
	font-size: 10px;
	font-size: 0.625rem;
	text-align: center;
}





/*________ LIGHT GALLERY ________*/

body .lg-backdrop {
	background-color: rgba(0,0,0,0.8);
}
body.admin-bar .lg-outer {
	padding-top: 32px;
}
body .lg-outer .lg-toolbar {
	background-color: transparent;
}
body .lg-outer .lg-sub-html p {
	margin-top: 0;
}
body .lg-outer .lg-sub-html a {
	color: #fff;
	text-decoration: none;
}
body .lg-outer .lg-sub-html a:hover,
body .lg-outer .lg-sub-html a:focus {
	text-decoration: underline;
}





/*________ MISC ________*/

.show-1340,
.show-1240,
.show-1140,
.show-1040,
.show-940,
.show-840,
.show-740,
.show-640,
.show-540,
.show-440,
.show-340 {
	display: none;
}

.backstretchThis {
	overflow: hidden;
}

img.injectSvg {
	overflow: hidden;
}

.ui-widget {
	font-family: inherit;
}

.mapContainer {
	position: relative;
	width: 100%;
	height: 400px;
	height: 25rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}
.mapContainer .gm-style-cc {
	display: none;
}

.hyphenate { /*allow really big words to wrap*/
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.flexBlocks {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width: auto;

	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
}
.flexBlocks .flexBlock {
	padding: 0 20px;
	padding: 0 1.25rem;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}


.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}

.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}

.flexibleContainer { /* Flexible iFrame */
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.warning {
	background-color: #ffa800;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}


ul.socialNav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
ul.socialNav li {
	list-style: none;
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
}
ul.socialNav li:not(:last-child) {
	padding-right: 10px;
	padding-right: 0.625rem;
}
ul.socialNav li a {
	display: block;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: relative;
	border-radius: 2px;
	border-radius: 0.125rem;
	overflow: hidden;
}
ul.socialNav li a span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
ul.socialNav li.facebook a span {
	background-color: #3b5998;
}
ul.socialNav li.twitter a span {
	background-color: #238ccc;
}
ul.socialNav li.instagram a span {
	background-color: #3f729b;
}
ul.socialNav li.youtube a span {
	background-color: #cd201f;
}
ul.socialNav li.googlePlus a span {
	background-color: #c13727;
}
ul.socialNav li.tripAdvisor a span {
	background-color: #26a146;
}
ul.socialNav li a span img,
ul.socialNav li a span svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;
}
ul.socialNav li a:hover span,
ul.socialNav li a:focus span,
ul.socialNav li a:active span {
	background-color: #333 !important;
	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
ul.socialNav li a span * {
	fill: #fff;
}
ul.socialNav li.facebook a span svg,
ul.socialNav li.facebook a span img {
	max-width: 25%;
}
ul.socialNav li.twitter a span svg,
ul.socialNav li.twitter a span img {
	max-width: 50%;
}
ul.socialNav li.instagram a span svg,
ul.socialNav li.instagram a span img {
	max-width: 50%;
}
ul.socialNav li.youtube a span svg,
ul.socialNav li.youtube a span img {
	max-width: 50%;
}
ul.socialNav li.googlePlus a span svg,
ul.socialNav li.googlePlus a span img {
	max-width: 50%;
}
ul.socialNav li.pinterest a span svg,
ul.socialNav li.pinterest a span img {
	max-width: 40%;
}
ul.socialNav li.tripAdvisor a span svg,
ul.socialNav li.tripAdvisor a span img {
	max-width: 50%;
}
ul.socialNav li.linkedIn a span svg,
ul.socialNav li.linkedIn a span img {
	max-width: 50%;
}


/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #838383;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #838383;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #838383;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #838383;
}

.fc_container  {
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

.fc_container form.elab_form fieldset label {
	cursor: pointer;
}
.fc_container form.elab_form fieldset input[type="email"],
.fc_container form.elab_form fieldset input[type="password"],
.fc_container form.elab_form fieldset input[type="text"],
.fc_container form.elab_form fieldset textarea {
	height: 40px;
	height: 2.5rem;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 0 12px;
	padding: 0 0.75rem;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.fc_container form.elab_form fieldset textarea {
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	height: 120px;
	height: 7.5rem;
}

.fc_container form.elab_form fieldset input[type="email"]:focus,
.fc_container form.elab_form fieldset input[type="password"]:focus,
.fc_container form.elab_form fieldset input[type="text"]:focus,
.fc_container form.elab_form fieldset textarea:focus {
	border-color: #666;
}



.fc_container form.elab_form button[type="submit"] {
	float: none;
	margin-top: 0;
	font-weight: 700;
    background-color: #0491c6;
    border: 2px solid #0491c6;
    border: 0.125rem solid #0491c6;
    border-radius: 4px;
    border-radius: 0.25rem;
    color: #fff;
    text-decoration: none;
    padding: 12px 32px;
    padding: 0.75rem 2rem;
    -webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.fc_container form.elab_form button[type="submit"]:hover,
.fc_container form.elab_form button[type="submit"]:focus {
	background-color: transparent;
	color: #0491c6;
}
.fc_container form.elab_form button[type="submit"].error-field {
	border-color: red;
}
.fc_container form.elab_form button[type="submit"].error-field:hover,
.fc_container form.elab_form button[type="submit"].error-field:focus {
	color: #fff;
}

.fc_container form.elab_form .footnote {
	display: none;
}
.fc_container form.elab_form .footnote.error-field {
	display: block
}
.fc_container form.elab_form fieldset[id*="fs_identity_details"] .double {
	width: 100%;
}
.fc_container form.elab_form fieldset[id*="fs_complaint_details"] .double {
	width: 100%;
}
.fc_container .g-recaptcha {
    transform: scale(0.8);
    margin-left: -11%;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.g-recaptcha iframe {
    padding: 0;
}


/*________ WP IMAGES ________*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 4px;
	padding: 0.25rem;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item {
	width: 50%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item a img:hover,
.gallery .gallery-item a img:focus {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}




/*________ FRONT PAGE ________*/


.home .navContainer {
	margin-bottom: 2px;
	margin-bottom: 0.125rem;
}

.home .contentContainer .linksContainer {
	margin-left: -16px;
	margin-left: -1rem;
	margin-right: -16px;
	margin-right: -1rem;
}
.home .contentContainer .linksContainer .links {
	padding-bottom: 0;
}

.home .contentContainer .featuredLinks {
	margin-left: -16px;
	margin-left: -1rem;
	margin-right: -16px;
	margin-right: -1rem;
	background-color: #bcdeee;
	font-family: 'daft_brushtext', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-align: center;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;

	padding: 26px 0 0;
	padding: 1.625rem 0 0;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}
.home .contentContainer .featuredLinks .link {
	width: 50%;
	padding: 0 16px 32px;
	padding: 0 1rem 2rem;
}
.home .contentContainer .featuredLinks .link a {
	text-decoration: none;
	font-size: 24px;
	font-size: 1.5rem;
	color: #005783;
	line-height: 1.15;
	display: block;
	text-transform: uppercase;
}
.home .contentContainer .featuredLinks .link a span {
	display: block;
}
.home .contentContainer .featuredLinks .link a .iconContainer {
	margin: 0 auto 12px;
	margin: 0 auto 0.75rem;
	width: 100%;
	max-width: 120px;
	max-width: 7.5rem;
	position: relative;
}
.home .contentContainer .featuredLinks .link a .iconContainer img.bg {
	width: 100%;
}
.home .contentContainer .featuredLinks .link a .iconContainer .icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.home .contentContainer .featuredLinks .link.news a .iconContainer .icon {
	width: 48px;
	width: 3rem;
	height: 57px;
	height: 3.5625rem;
}
.home .contentContainer .featuredLinks .link.watering a .iconContainer .icon {
	width: 54px;
	width: 3.375rem;
	height: 49px;
	height: 3.0625rem;
}
.home .contentContainer .featuredLinks .link.community a .iconContainer .icon {
	width: 58px;
	width: 3.625rem;
	height: 45px;
	height: 2.8125rem;
}
.home .contentContainer .featuredLinks .link.building a .iconContainer .icon {
	width: 48px;
	width: 3rem;
	height: 48px;
	height: 3rem;
}
.home .contentContainer .featuredLinks .link.mail a .iconContainer .icon {
	width: 46px;
	width: 2.875rem;
	height: 43px;
	height: 2.6875rem;
}
.home .contentContainer .featuredLinks .link a .iconContainer .icon * {
	fill: #fff;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.home .contentContainer .featuredLinks .link a:hover .iconContainer .icon *,
.home .contentContainer .featuredLinks .link a:focus .iconContainer .icon * {
	fill: #005783;
}
.home .contentContainer .featuredLinks .link a .text {
    -webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.home .contentContainer .featuredLinks .link a:hover .text,
.home .contentContainer .featuredLinks .link a:focus .text {
	-ms-transform: translate(0, -6px);
	-ms-transform: translate(0, -0.375rem);
    -webkit-transform: translate(0, -6px);
    -webkit-transform: translate(0, -0.375rem);
    transform: translate(0, -6px);
    transform: translate(0, -0.375rem);
}


.home .contentContainer .sliderContainer {
	margin-left: -16px;
	margin-left: -1rem;
	margin-right: -16px;
	margin-right: -1rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.home .contentContainer .sliderContainer .slider {
	position: relative;
}
.home .contentContainer .sliderContainer .slider .slide img {
	width: 100%;
	height: auto;
}
.home .contentContainer .sliderContainer .slider .slide {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}
.home .contentContainer .sliderContainer .slider .slide:last-child {
	margin-bottom: 0;
}




/*________ EMPLOYEE ARCHIVE PAGE ________*/

.employeeContainer .roleContainer {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}
.employeeContainer .roleContainer .flexBlocks .flexBlock {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
.employeeContainer .roleContainer .flexBlocks .flexBlock .thumbContainer {
	display: block;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.employeeContainer .roleContainer .flexBlocks .flexBlock .thumbContainer img {
	width: 100%;
}
.employeeContainer .roleContainer .flexBlocks .flexBlock .entryTitle {
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}
.employeeContainer .roleContainer .flexBlocks .flexBlock .entryTitle a {
	text-decoration: none;
}
.employeeContainer .roleContainer .flexBlocks .flexBlock .role {
	font-weight: 700;
	padding: 8px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	font-size: 14px;
	font-size: 0.875rem;
}



/*________ FAQ ARCHIVE PAGE ________*/

.faqContainer {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.faqContainer .faq {
}
.faqContainer .faq h4 {
	line-height: 1.5;
	font-size: 16px;
	font-size: 1rem;
}
.faqContainer .faq h4 a {
	text-decoration: none;
	display: block;
	background-color: #0491c6;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
	color: #fff;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}
.faqContainer .faq.show h4 a {
	background-color: #f36c23;
}
.faqContainer .faq h4 a .icon {
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 1.25rem;
	overflow: hidden;
	margin: 0 24px 0 0;
	margin: 0 1.5rem 0 0;
	position: relative;
	border-radius: 50%;
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	display: block;

	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.faqContainer .faq h4 a .icon:before,
.faqContainer .faq h4 a .icon:after {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	background-color: #fff;
	display: block;

	position: absolute;
	margin: auto;
	content: '';

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.faqContainer .faq h4 a .icon:before {
	width: 2px;
	width: 0.125rem;
	height: 10px;
	height: 0.625rem;
}
.faqContainer .faq h4 a .icon:after {
	height: 2px;
	height: 0.125rem;
	width: 10px;
	width: 0.625rem;
}
.faqContainer .faq h4 a:hover .icon:before,
.faqContainer .faq h4 a:focus .icon:before,
.faqContainer .faq.show h4 a .icon:before,
.faqContainer .faq h4 a:hover .icon:after,
.faqContainer .faq h4 a:focus .icon:after,
.faqContainer .faq.show h4 a .icon:after {
	background-color: #fff;
}

.faqContainer .faq.show h4 a .icon {
	transform: rotate(45deg);
}

.faqContainer .faq h4 a .text {
	overflow: hidden;
	display: block;
}
.faqContainer .faq .faqContent {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.faqContainer .faq.show .faqContent {
	height: auto;
	opacity: 1;
}




/*________ NEWSLETTER PAGE ________*/

.page-template-pages-newsletter .archives ul {
	list-style: none;
	padding-left: 0;
}
.page-template-pages-newsletter .archives ul li {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
	padding: 0.625rem 0;
	font-size: 12px;
	font-size: 0.75rem;
	color: #ccc;
}
.page-template-pages-newsletter .archives ul li a {
	line-height: 1.4;
	padding-left: 12px;
	padding-left: 0.75rem;
	display: inline-block;
	font-weight: 700;
	color: #f36c23;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	font-size: 14px;
	font-size: 0.875rem;
	position: relative;
}
.page-template-pages-newsletter .archives ul li a:hover,
.page-template-pages-newsletter .archives ul li a:focus {
	color: #fcc40f;
}
.page-template-pages-newsletter .archives ul li a:before {
	content: '';
	display: block;

	height: 0;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;

	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-left-color: #f36c23;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.page-template-pages-newsletter .archives ul li a:hover:before,
.page-template-pages-newsletter .archives ul li a:focus:before {
	border-left-color: #fcc40f;
}



/*________ ARCHIVE PAGES ________*/


/*________ CALENDAR PAGE ________*/

.calendarContainer .calendarNav .controls a {
	color: #0e5782;
}

.calendarContainer.month ul.legend {
	border-color: #0e5782;
}
.calendarContainer.month ul.legend li {
	border-right-color: #0e5782;
	background-color: #1190c7;
	color: #fff;
}

.calendarContainer.month .itemContainer .inner {
	border-color: #0e5782;
}
.calendarContainer.month .itemContainer .item {
	border-right: 1px solid #1190c7;
	border-bottom: 1px solid #1190c7;
	background-color: #ececec;
	color: #777;
}
.calendarContainer.month .itemContainer .item.pre,
.calendarContainer.month .itemContainer .item.post {
	background-color: #f7f7f7;
	color: #777;
}
.calendarContainer.month .itemContainer .item.hasPosts {
	cursor: pointer;
	background-color: #ececec;
	color: #777;
}
.calendarContainer.month .itemContainer .item.pre.hasPosts,
.calendarContainer.month .itemContainer .item.post.hasPosts {
	background-color: #f7f7f7;
	color: #777;
}
.calendarContainer.month .itemContainer .item.hasPosts:after {
	border-color: #f36c23;
}
.calendarContainer.month .itemContainer .item.hasPosts.toggled:after {
	background-color: #f36c23;
}

.calendarContainer.month .itemContainer .item .date {
	background-color: #62bce2;
	color: #fff;
}
.calendarContainer.month .itemContainer .item:hover .date,
.calendarContainer.month .itemContainer .item:focus .date {
	background-color: #9fd4ed;
	color: #fff;
}

.calendarContainer .overlay button.close {
	color: #0e5782;
}
.calendarContainer .overlay .inner {
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
}
.cal-spinner-wave div {
	background-color: #0e5782;
}

/*.eventsContainer .notFoundText span {
	display: none;
}
.eventsContainer .notFoundText:before {
	content: 'No events reported.';
}*/






/*________ CATEGORY PAGES ________*/

.category-news .breadcrumbContainer {
	display: none;
}

/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/



/*________ WP PRINT ________*/

@media print {

}


/*________ RESPONSIVE ________*/

/* 340px */
@media (min-width: 21.25em) {

	/*________ HEADER & NAV ________*/

	.topHeader .wrapper ul.headerNav li a {
		padding: 0 8px;
		padding: 0 0.5rem;
	}
	.topHeader .wrapper ul.zoom li {
		padding: 0 4px;
		padding: 0 0.25rem;
	}

	.header .wrapper .logo {
		max-width: 140px;
		max-width: 8.75rem;
	}


	/*________ MISC ________*/

	.hide-340 {
		display: none;
	}
	.show-340 {
		display: block;
	}

}

/* 440px */
@media (min-width: 27.5em) {


	/*________ MISC ________*/

	.hide-440 {
		display: none;
	}
	.show-440 {
		display: block;
	}

}

/* 540px */
@media (min-width: 33.75em) {

	/*________ HEADER & NAV ________*/

	.topHeader {
		background-image: url(images/bg-top-header.png);
		background-position: top left;
		background-size: 1840px 40px;
		background-size: 115rem 2.5rem;
	}

	.topHeader .wrapper {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		position: relative;
		z-index: 2;
	}
	.topHeader .wrapper ul.headerNav li a {
		padding: 0 10px;
		padding: 0 0.625rem;
	}



	.contentContainer .linksContainer .links ul li a {
		font-size: 18px;
		font-size: 1.125rem;
	}
	.contentContainer .linksContainer .links ul li a span.icon {
		width: 24px;
		width: 1.5rem;
		height: 24px;
		height: 1.5rem;
		margin-right: 16px;
		margin-right: 1rem;
	}



	/*________ MISC ________*/

	.hide-540 {
		display: none;
	}
	.show-540 {
		display: block;
	}


	/*________ WP IMAGES ________*/

	.alignleft,
	img.alignleft {
		display: inline;
		float: left;
		margin-right: 24px;
		margin-right: 1.5rem;
	}
	.alignright,
	img.alignright {
		display: inline;
		float: right;
		margin-left: 24px;
		margin-left: 1.5rem;
	}
	.gallery-columns-3 .gallery-item {
		width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		width: 25%;
	}



	/*________ FRONT PAGE ________*/

	.home .contentContainer .featuredLinks .link {
		width: 33.33%;
	}


	/*________ CONTACT PAGE ________*/

	.page-template-pages-contact form.elab_form fieldset {
		margin-left: -10px;
		margin-left: -0.625rem;
		margin-right: -10px;
		margin-right: -0.625rem;
	}


	.page-template-pages-contact form.elab_form fieldset div.single {
		padding-left: 10px;
		padding-left: 0.625rem;
		padding-right: 10px;
		padding-right: 0.625rem;
		clear: none;
		width: 50%;
		float: left;
	}
	.page-template-pages-contact form.elab_form fieldset div.single[id*='cnt_1_enquiry'] {
		width: 100%;
		float: none;
	}
	.page-template-pages-contact form.elab_form fieldset div.fieldwrap.checkbox {
		padding-left: 10px;
		padding-left: 0.625rem;
	}
	.page-template-pages-contact form.elab_form fieldset .checkbox .inputwrap {
		left: 10px;
		left: 0.625rem;
	}


}

/* 640px */
@media (min-width: 40em) {

	/*________ HEADER & NAV ________*/

	.header .wrapper .info {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.header .wrapper .info a.button {
		font-weight: 700;
		font-size: 16px;
		font-size: 1rem;
		background-color: #fcc40f;
		border: 2px solid #fcc40f;
		border: 0.125rem solid #fcc40f;
		border-radius: 6px;
		border-radius: 0.375rem;
		color: #fff;
		text-decoration: none;
		padding: 8px 32px;
		padding: 0.5rem 2rem;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-left: 32px;
	}
	.header .wrapper .info a.button:hover,
	.header .wrapper .info a.button:focus {
		background-color: transparent;
		color: #fcc40f;
	}
	.header .wrapper .info a.button span {
		display: block;
	}
	.header .wrapper .info a.button span.icon {
		width: 28px;
		width: 1.75rem;
		height: 28px;
		height: 1.75rem;
		margin-right: 8px;
		margin-right: 0.5rem;
	}
	.header .wrapper .info a.button span.icon * {
		fill: #fff;
		-webkit-transition: all 0.15s linear;
		-moz-transition: all 0.15s linear;
		-ms-transition: all 0.15s linear;
		-o-transition: all 0.15s linear;
		transition: all 0.15s linear;
	}
	.header .wrapper .info a.button:hover span.icon *,
	.header .wrapper .info a.button:focus span.icon * {
		fill: #fcc40f;
	}
	.header .wrapper .info a.button span.icon img,
	.header .wrapper .info a.button span.icon svg {
		width: 100%;
		height: 100%;
	}
	.header .wrapper .info a.graphicButton {
	    padding: 0;
		font-weight: 700;
		font-size: 16px;
		font-size: 1rem;
	    background-color: #f36c23;
	    border: 5px solid #fcc40f;
	    border: 0.3125rem solid #fcc40f;
		border-radius: 6px;
		border-radius: 0.375rem;
		color: #fff;
		text-decoration: none;
		overflow: hidden;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
		margin-left: 32px;
	}
	.header .wrapper .info a.graphicButton span.buttonGraphic {
		position: relative;
		width: 170px;
		width: 10.625rem;
		flex-basis: 50%;
		padding: 8px;
		padding: 0.5rem;
		background: #ffffff;
	}
	.header .wrapper .info a.graphicButton span.buttonGraphic:after {
	    content: "";
	    display: block;
	    position: absolute;
	    width: 0;
	    height: 100%;
	    left: 100%;
	    top: 0;
	    border-top: 30px solid transparent;
	    border-bottom: 30px solid transparent;
	    border-left: 20px solid #ffffff;
	}
	.header .wrapper .info a.graphicButton span.buttonGraphic img {
		width: 100%;
	    height: auto;
	}
	.header .wrapper .info a.graphicButton span.text {
		flex-basis: 50%;
		height: 100%;
		width: 100%;
		padding: 8px 0;
		padding: 0.5rem 0;
	}



	/*________ MISC ________*/

	.hide-640 {
		display: none;
	}
	.show-640 {
		display: block;
	}


	/*________ WP IMAGES ________*/

	.gallery-columns-5 .gallery-item {
		width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		width: 14.285%;
	}
	.gallery-columns-8 .gallery-item {
		width: 12%;
	}


	/*________ CALENDAR PAGE ________*/

	.calendarContainer.month .itemContainer .item.hasPosts:after {
		display: none;
	}
	.calendarContainer.month .itemContainer .item.hasPosts ul.events li {
		background-color: #f36c23;
		color: #fff;
	}


	/*________ EMPLOYEE ARCHIVE PAGE ________*/

	.employeeContainer .roleContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

}


/* 740px */
@media (min-width: 46.25em) {


	/*________ CONTENT ________*/

	.contentContainer .wrapper {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: flex-start;
		align-content: flex-start;
	}

	.contentContainer .wrapper > .content {
		-webkit-order: 2;
		order: 2;

		width: 66.66%;

		-webkit-flex-grow: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		flex-shrink: 1;

		padding: 20px 20px 20px 0;
		padding: 1.25rem 1.25rem 1.25rem 0;
	}

	.contentContainer .sidebar {
		padding-top: 20px;
		padding-top: 1.25rem;
		-webkit-order: 3;
		order: 3;

		width: 33.33%;

		max-width: 240px;
		max-width: 15rem;
	}


	.contentContainer .linksContainer {
		width: 100%;

		-webkit-order: 5;
		order: 5;
	}




	/*________ FOOTER ________*/

	.footer .wrapper {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.footer .wrapper .info {
		margin-left: auto;
	}
	.footer .wrapper .info ul {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.footer .wrapper .info p.copyright {
		text-align: right;
	}


	/*________ MISC ________*/

	.hide-740 {
		display: none;
	}
	.show-740 {
		display: block;
	}



	/*________ FRONT PAGE ________*/

	.home .contentContainer .linksContainer {
		order: 0;
		-webkit-order: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.home .contentContainer .featuredLinks {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.home .contentContainer .featuredLinks .link {
		width: 20%;
	}
	.home .contentContainer .sliderContainer {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}



	/*________ CONTACT PAGE ________*/

	.page-template-pages-contact .contentContainer .wrapper .content {
		padding-right: 0;
	}
	.page-template-pages-contact .contentContainer .wrapper .content .flexContainer {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.page-template-pages-contact .contentContainer .wrapper .content .flexContainer .contactContainer {
		-webkit-order: 1;
		order: 1;
		padding-right: 40px;
		padding-right: 2.5rem;
		width: 60%;
		flex-grow: 1;
	}
	.page-template-pages-contact .contentContainer .wrapper .content .flexContainer .type-page {
		-webkit-order: 2;
		order: 2;
	}




	/*________ NEWSLETTER PAGE ________*/

	.page-template-pages-newsletter .contentContainer .wrapper .content {
		padding-right: 0;
	}
	.page-template-pages-newsletter .contentContainer .wrapper .content .flexContainer {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.page-template-pages-newsletter .contentContainer .wrapper .content .flexContainer .type-page {
		padding-right: 40px;
		padding-right: 2.5rem;
		width: 60%;
		flex-grow: 1;
	}
	.page-template-pages-newsletter .contentContainer .wrapper .content .flexContainer .newsletterContainer {
		width: 40%;
		max-width: 320px;
		max-width: 20rem;
	}
}


/* 782px //should only be used for .admin-bar items */
@media (min-width: 48.875em) {

}


/* 840px */
@media (min-width: 52.5em) {

	/*________ HEADER & NAV ________*/

	.header .wrapper .logo {
		max-width: 210px;
		max-width: 13.125rem;
	}

	.navContainer {
		background-color: #f36c23;
		height: 66px;
		height: 4.125rem;
		border-bottom: 6px solid #fcc40f;
		border-bottom: 0.375rem solid #fcc40f;
	}
	.navContainer .wrapper {
		padding-left: 0;
	}
	.navToggle {
		display: none;
	}

	/* Solid MultiLevel Css Nav */
	.mainNav {
		position: relative;
		opacity: 1;
		height: auto;
		top: auto;
		left: auto;
		overflow: visible;
		padding: 0;
		width: auto;

		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		margin-bottom: 0;
	}
	.mainNav.show:after {
		display: none;
	}
	.mainNav li a {
		border-bottom: none;
		padding: 0 14px;
		padding: 0 0.875rem;
		font-size: 14px;
		font-size: 0.875rem;
	}
	.mainNav li a:hover,
	.mainNav li a:focus {

	}

	/* Level 1 */
	.mainNav > li {
		float: left;
		width: auto;
		background-color: transparent;
	}
	.mainNav > li:first-child,
	.mainNav > li:last-child {
		border-radius: 0;
		overflow: visible;
	}
	.mainNav > li > a {
		line-height: 60px;
		line-height: 3.75rem;
	}
	/*.mainNav > li.menu-item-has-children > a {
		padding-right: 20px;
		padding-right: 1.25rem;
	}*/
	.mainNav > li:first-child > a {
	}
	.mainNav > li:last-child > a {
	}
	.mainNav li.current-menu-parent > a,
	.mainNav li.current-menu-item > a {
	}
	.mainNav > li:hover > a,
	.mainNav > li:focus > a {
	}

	/* Level 2 */
	.mainNav ul {
		display: none;
		margin: 0;
		width: 248px;
		width: 15.5rem;
		position: absolute;
		top: 60px;
		top: 3.755rem;
		left: 0;
		display: block;
		height: 0;
		opacity: 0;
		overflow: hidden;
		padding: 0;

		-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
	}
	.mainNav > li:last-child ul {
		/*Holdover from mobile nav*/
		border-radius: 0;
	}
	.mainNav > li:last-child > ul {
		/* Prevent dropdown nav items from flowing off screen */
		left: auto;
		right: 0;
	}
	.mainNav > li:last-child > ul ul {
		left: auto;
		right: 248px;
		right: 15.5rem;
	}


	.mainNav li:hover > ul,
	.mainNav li:focus > ul,
	.mainNav li[aria-expanded="true"] > ul {
		height: auto;
		opacity: 1;
		overflow: visible;
		padding: 16px 0 32px;
		padding: 16px 0 2rem;
	}
	.mainNav ul li {
		padding: 0 24px;
		padding: 0 1.5rem;
	}
	.mainNav ul li a {
	}

	.mainNav ul li a:hover,
	.mainNav ul li a:focus {
	}

	.mainNav ul li.menu-item-has-children > a {
		padding-right: 20px;
		padding-right: 1.25rem;
	}
	.mainNav ul li.menu-item-has-children > a:after {
	    -ms-transform: rotate(-90deg);
	    -webkit-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	    right: 0;
	}

	/* Level 3 */
	.mainNav ul ul {
		padding: 0;
		left: 248px;
		left: 15.5rem;
    	top: -10px;
    	top: -1rem;
    	background-color: #dc601d;
	}

	/* Level 4 */
	.mainNav ul ul ul {
		padding: 0;
	}



	.navContainer form {
		max-width: 240px;
		max-width: 15rem;
		padding-left: 16px;
		padding-left: 1rem;
		margin-left: auto;
		margin-right: 0;
	}
	.navContainer form .fieldContainer input[type="text"] {
		background-color: #f47b39;
		border-color: transparent;
		height: 32px;
		height: 2rem;
		font-size: 14px;
		font-size: 0.875rem;
		padding: 0 32px 0 10px;
		padding: 0 2rem 0 0.625rem;
		color: #fff;
	}
	.navContainer form .fieldContainer input[type="text"]:hover,
	.navContainer form .fieldContainer input[type="text"]:focus {
		border-color: #fff;
	}
	.navContainer form ::-webkit-input-placeholder { /* WebKit browsers */
		color: #fff;
	}
	.navContainer form :-moz-placeholder { /* Firefox 18- */
		color: #fff;
	}
	.navContainer form ::-moz-placeholder {  /* Firefox 19+ */
		color: #fff;
	}
	.navContainer form :-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #fff;
	}
	.navContainer form button[type="submit"] {
		top: 8px;
		top: 0.5rem;
		right: 10px;
		right: 0.625rem;
	}
	.navContainer form button[type="submit"] * {
		fill: #fff;
	}


	/*________ CONTENT ________*/



	.contentContainer .linksContainer .links ul li {
		width: 33.33%;
		width: calc(33.33% - 2px);
		width: calc(33.33% - 0.125rem);
	}







	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
		float: left;
	}





	/*________ SLICK SLIDER ________*/

	.slick-slider button.slick-prev,
	.slick-slider button.slick-next {
		width: 32px;
		width: 2rem;
		height: 48px;
		height: 3rem;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		text-indent: -9999px;
		background-color: rgba(243,108,35, 0.5);
		z-index: 100;
		-webkit-transition: all 0.15s linear;
		-moz-transition: all 0.15s linear;
		-ms-transition: all 0.15s linear;
		-o-transition: all 0.15s linear;
		transition: all 0.15s linear;
	}
	.slick-slider button.slick-prev {
		left: 0;
	}
	.slick-slider button.slick-next {
		right: 0;
	}
	.slick-slider button.slick-prev:hover,
	.slick-slider button.slick-prev:focus,
	.slick-slider button.slick-next:hover,
	.slick-slider button.slick-next:focus {
		background-color: rgba(243,108,35, 1);
	}
	.slick-slider button.slick-prev:after,
	.slick-slider button.slick-next:after {
		display: block;
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		border: 4px solid transparent;
		border: 0.25rem solid transparent;
		-webkit-transition: all 0.15s linear;
		-moz-transition: all 0.15s linear;
		-ms-transition: all 0.15s linear;
		-o-transition: all 0.15s linear;
		transition: all 0.15s linear;
	}
	.slick-slider button.slick-prev:after {
		border-right-color: #fff;
		border-right-width: 6px;
		border-right-width: 0.375rem;
		right: 4px;
		right: 0.25rem;
	}
	.slick-slider button.slick-prev:hover:after,
	.slick-slider button.slick-prev:focus:after {
		/*border-right-color: #000;*/
	}
	.slick-slider button.slick-next:after {
		border-left-color: #fff;
		border-left-width: 6px;
		border-left-width: 0.375rem;
		left: 4px;
		left: 0.25rem;
	}
	.slick-slider button.slick-next:hover:after,
	.slick-slider button.slick-next:focus:after {
		/*border-left-color: #000;*/
	}






	.slick-slider .slick-dots {
		width: 100%;
		padding: 0;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: flex-start;
		align-content: flex-start;
	}
	.slick-slider .slick-dots li {
		width: 8px;
		width: 0.5rem;
		height: 8px;
		height: 0.5rem;
		margin: 0 5px 10px;
		margin: 0 0.3125rem 0.625rem;
		list-style: none;
	}
	.slick-slider .slick-dots li button {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		border: 1px solid #fff;
		border-radius: 50%;
		background-color: transparent;
		-webkit-transition: all 0.15s linear;
		-moz-transition: all 0.15s linear;
		-ms-transition: all 0.15s linear;
		-o-transition: all 0.15s linear;
		transition: all 0.15s linear;
	}
	.slick-slider .slick-dots li.slick-active button,
	.slick-slider .slick-dots li button:hover,
	.slick-slider .slick-dots li button:focus {
		background-color: #fff;
	}



	/*________ MISC ________*/

	.hide-840 {
		display: none;
	}
	.show-840 {
		display: block;
	}



	/*________ FRONT PAGE ________*/

	.home .contentContainer .sliderContainer .slider {
		position: relative;
	}
	.home .contentContainer .sliderContainer .slider .slide {
		margin-bottom: 0;
	}
	.home .contentContainer .sliderContainer .slider .slick-dots {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.home .contentContainer .sliderContainer .slider .slick-dots li {
		width: 12px;
		width: 0.75rem;
		height: 12px;
		height: 0.75rem;
		margin: 0 8px 16px;
		margin: 0 0.5rem 1rem;
	}
	.home .contentContainer .sliderContainer .slider .slick-dots li button {
		border-width: 2px;
		border-width: 0.125rem;
	}
}


/* 940px */
@media (min-width: 58.75em) {

	/*________ HEADER & NAV ________*/

	.header .wrapper .info p.phone {
		font-size: 22px;
		font-size: 1.375rem;
	}
	.header .wrapper .info p.phone a span.line:last-child {
		font-size: 32px;
		font-size: 2rem;
		padding-top: 4px;
		padding-top: 0.25rem;
	}
	.header .wrapper .info p.phone a span.line .icon {
		width: 26px;
		width: 1.625rem;
		height: 32px;
		height: 2rem;
		margin-right: 10px;
		margin-right: 0.625rem;
	}



	.header .wrapper .info a.button {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.header .wrapper .info a.button span.icon {
		width: 32px;
		width: 2rem;
		height: 32px;
		height: 2rem;
		margin-right: 12px;
		margin-right: 0.75rem;
	}
	.header .wrapper .info a.graphicButton span.buttonGraphic {
	    width: 224px;
	    width: 14rem;
	    padding: 8px 12.8px;
	    padding: 0.5rem 0.8rem;
	}
	.header .wrapper .info a.graphicButton span.buttonGraphic:after {
	    border-top: 32px solid transparent;
	    border-bottom: 32px solid transparent;
	 }


	.mainNav li a {
		font-weight: 700;
		padding: 0 20px;
    	padding: 0 1.25rem;
	}
	/*.mainNav > li.menu-item-has-children > a {
		padding-right: 28px;
		padding-right: 1.75rem;
	}*/
	.mainNav ul li a:after {
	    width: calc(100% - 40px);
	    width: calc(100% - 2.5rem);
	}






	/*________ CONTENT ________*/

	.contentContainer .wrapper {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.contentContainer .linksContainer {
		-webkit-order: 1;
		order: 1;
		-webkit-flex-grow: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;

		width: 240px;
		width: 15rem;
	}
	.contentContainer .linksContainer .links ul li {
		width: 100%;
		padding-bottom: 2px;
		padding-bottom: 0.125rem;
	}
	.contentContainer .linksContainer .links ul li a {
		border-radius: 8px 0 0 8px;
		border-radius: 0.5rem 0 0 0.5rem;
	}

	.page .contentContainer .wrapper > .content {
		padding-left: 20px;
		padding-left: 1.25rem;
	}




	/*________ MISC ________*/

	.hide-940 {
		display: none;
	}
	.show-940 {
		display: block;
	}


	/*________ FRONT PAGE ________*/

	.home .contentContainer .wrapper {
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	    align-items: stretch;
	}

	.home .contentContainer .linksContainer {
		width: 240px;
		width: 15rem;
	}

	.home .contentContainer .sliderContainer {
		-webkit-order: 1;
		order: 1;
		width: 100%;
		width: calc(100% - 240px);
		width: calc(100% - 15rem);
		padding-left: 2px;
		padding-left: 0.125rem;
		margin-bottom: 2px;
		margin-bottom: 0.125rem;
		background-color: #f2f2f2;
		height: 370px;
		height: 23.125rem;
		overflow: hidden;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.home .contentContainer .featuredLinks {
		-webkit-order: 3;
		order: 3;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.home .footer .wrapper:before {
		display: none;
	}


	/*________ CONTACT PAGE ________*/

	.page.page-template-pages-contact .contentContainer .wrapper > .content {
		padding-left: 0;
	}


	/*________ LARGE CONTENT PAGE ________*/

	.page.page-template-pages-large-content .contentContainer .wrapper > .content {
		padding-left: 0;
	}


	/*________ NEWSLETTER PAGE ________*/

	.page.page-template-pages-newsletter .contentContainer .wrapper > .content {
		padding-left: 0;
	}



	/*________ EMPLOYEE ARCHIVE PAGE ________*/

	.employeeContainer .roleContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
}


/* 1040px */
@media (min-width: 65em) {

	/*________ HEADER & NAV ________*/

	.mainNav > li > a {
		padding: 0 22px;
		padding: 0 1.375rem;
		font-size: 16px;
		font-size: 1rem;
	}



	/*________ CONTENT ________*/

	.contentContainer .wrapper > .content {
		padding-right: 40px;
		padding-right: 2.5rem;
	}
	.page .contentContainer .wrapper > .content {
		padding-left: 40px;
		padding-left: 2.5rem;
	}


	/*________ MISC ________*/

	.hide-1040 {
		display: none;
	}
	.show-1040 {
		display: block;
	}


	/*________ FRONT PAGE ________*/

	.home .contentContainer .featuredLinks {
		padding-left: 240px;
		padding-left: 15rem;
		padding-right: 20px;
		padding-right: 1.25rem;
		background-image: url(images/bg-feature-links.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: contain;
	}


	/*________ CONTACT PAGE ________*/

	.page-template-pages-contact .contentContainer .wrapper .content .contactContainer {
		padding-right: 64px;
		padding-right: 4rem;
	}
}


/* 1140px */
@media (min-width: 71.25em) {

	/*________ HEADER & NAV ________*/

	.mainNav > li:last-child > ul ul {
		left: 248px;
		left: 15.5rem;
		right: auto;
	}


	/*________ CONTENT ________*/

	.contentContainer .wrapper > .content {
		padding-right: 64px;
		padding-right: 4rem;
	}
	.page .contentContainer .wrapper > .content {
		padding-left: 64px;
		padding-left: 4rem;
	}


	/*________ MISC ________*/

	.hide-1140 {
		display: none;
	}
	.show-1140 {
		display: block;
	}



	/*________ FRONT PAGE ________*/

	.home .contentContainer .featuredLinks {
		padding-left: 284px;
		padding-left: 17.75rem;
		padding-right: 32px;
		padding-right: 2rem;
	}
}


/* 1240px */
@media (min-width: 77.5em) {

	/*________ HEADER & NAV ________*/

	/* Reset dropdown nav items to drop down normally */
	.mainNav > li:last-child > ul {
		right: auto;
		left: 0;
	}


	/*________ CONTENT ________*/

	.content h1,
	.content .h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
	.content h2,
	.content .h2 {
		font-size: 32px;
		font-size: 2rem;
	}
	.content h3,
	.content .h3 {
		font-size: 28px;
		font-size: 1.75rem;
	}
	.content h4,
	.content .h4 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.content h5,
	.content .h5 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.content h6,
	.content .h6 {
		font-size: 16px;
		font-size: 1rem;
	}


	/*________ SIDEBAR ________*/

	.sidebar .section h5,
	.sidebar .section h6 {
		font-size: 32px;
		font-size: 2rem;
	}


	/*________ MISC ________*/

	.hide-1240 {
		display: none;
	}
	.show-1240 {
		display: block;
	}
}


/* 1340px */
@media (min-width: 83.75em) {

	/*________ MISC ________*/

	.hide-1340 {
		display: none;
	}
	.show-1340 {
		display: block;
	}
}


/* 1440px */
@media (min-width: 90em) {

}


/* 1540px */
@media (min-width: 96.25em) {

}




/* HEIGHT */

/* 640px */
@media (min-height: 40em) {


}
