/*
Theme Name: 7thVision Theme 2014
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2014
*/

/*________ GLOBAL ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}
.ie * {

}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #0066a4;
}
a:hover {
	color: #0066a4;
	text-decoration: none;
}
html {
	font-size: 100%;
}
body {
	font-family: 'proxima-nova', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #4f5a60;
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	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 */
}

.outerWrapper {
	clear: both;
	width: 100%;
	max-width: 1440px;
	max-width: 90rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper {
	width: 100%;
	max-width: 1120px;
	max-width: 70rem;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ie .wrapper {
	width: 1120px;
}


/*________ HEADER & NAV ________*/

.headerWrapper {
	position: absolute;
	z-index: 2500;
	width: 100%;
	clear: both;
	top: 0;
	left: 0
}
.headerWrapper.relative {
	position: relative;
	top: auto !important;
}
.admin-bar .headerWrapper {
	top: 32px;
}

.headerTop {
	background-color: #1a1a1a;
	background-color: rgba(26, 26, 26, 0.85);
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	width: 100%;
	clear: both;
	border-bottom: 4px solid #fff;
	border-bottom: 0.25rem solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.headerWrapper.relative .headerTop {
	background-color: #1a1a1a;
}
.ie7 .headerTop,
.ie8 .headerTop {
	height: 32px;
}
.headerTop p.tagline {
	float: left;
	font-style: italic;
	line-height: 32px;
	line-height: 2rem;
}
.headerTop ul {
	float: right;
	text-align: right;
	padding: 10px 0 0;
	padding: 0.625rem 0 0;
}
.headerTop ul li {
	list-style: none;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 0 0 14px;
	padding: 0 0 0 0.875rem;
	margin: 0 0 10px 14px;
	margin: 0 0 0.625rem 0.875rem;
	line-height: 10px;
	line-height: 0.625rem;
	border-left: 1px solid #b2b7b8;
}
.headerTop ul li:first-child {
	border: none;
	margin: 0;
}
.headerTop ul li a {
	color: #b2b7b8;
	text-decoration: none;
	display: block;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.headerTop ul li a:hover {
	color: #fff;
}

.header {
	background-color: #75dfea;
	background-color: rgba(117, 223, 234, 0.85);
	width: 100%;
	clear: both;
	padding: 28px 0;
	padding: 1.75rem 0;
	border-bottom: 4px solid #fff;
	border-bottom: 0.25rem solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.headerWrapper.relative .header { 
	background-color: #75dfea;
}
.ie7 .header,
.ie8 .header {
	height: 160px;
}
.header h1 img {
	width: 100%;
	max-width: 300px;
	max-width: 18.75rem;
	height: auto;
	float: left;
}
.header .headerInfo {
	float: right;
	font-family: 'proxima-nova-alt-ext-cond';
}

.header .headerInfo .topInfo {
	padding: 22px 0 0;
	padding: 1.375rem 0 0;
	color: #0066a4;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 800;
	text-align: right;
}
.header .headerInfo .topInfo div {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 0 12px 38px;
	padding: 0 0 0.75rem 2.375rem;
}
.header .headerInfo .topInfo div.phone {
	padding-left: 0
}
.header .headerInfo .topInfo a {
	color: #0066a4;
	display: block;
	line-height: 30px;
	line-height: 1.875rem;
	text-decoration: none;
}
.header .headerInfo .topInfo a .icon {
	display: inline-block;
	width: 30px;
	width: 1.875rem;
}
.header .headerInfo .topInfo a .icon img {
	width: 100%;
	height: auto;
}
.header .headerInfo .topInfo .text {
	display: inline-block;
	padding: 0 0 0 10px;
	padding: 0 0 0 0.625rem;
}


@-webkit-keyframes shake {
	0% { 
		-webkit-transform: rotate(0deg);
	}
	10% { 
		-webkit-transform: rotate(-4deg);
	}
	20% { 
		-webkit-transform: rotate(4deg);
	}
	30% { 
		-webkit-transform: rotate(0deg);
	}
	40% { 
		-webkit-transform: rotate(4deg);
	}
	50% { 
		-webkit-transform: rotate(-4deg);
	}
	60% { 
		-webkit-transform: rotate(0deg);
	}
	70% { 
		-webkit-transform: rotate(-4deg);
	}
	80% { 
		-webkit-transform: rotate(4deg);
	}
	90% { 
		-webkit-transform: rotate(0deg);
	}
	100% { 
		-webkit-transform: rotate(-4deg);
	}
}
@keyframes shake {
	0% { 
		transform: rotate(0deg);
	}
	10% { 
		transform: rotate(-4deg);
	}
	20% { 
		transform: rotate(4deg);
	}
	30% { 
		transform: rotate(0deg);
	}
	40% { 
		transform: rotate(4deg);
	}
	50% { 
		transform: rotate(-4deg);
	}
	60% { 
		transform: rotate(0deg);
	}
	70% { 
		transform: rotate(-4deg);
	}
	80% { 
		transform: rotate(4deg);
	}
	90% { 
		transform: rotate(0deg);
	}
	100% { 
		transform: rotate(-4deg);
	}
}
.header .headerInfo .topInfo a:hover .phoneIcon,
.header .headerInfo .topInfo a:focus .phoneIcon {
	-webkit-animation: shake 0.8s 1;
	animation: shake 0.8s 1;
}
@-webkit-keyframes bounce {
	0% { 
		-webkit-transform: translate(0px, 0px); 
	}
	20% { 
		-webkit-transform: translate(0px, 0px); 
	}
	40% { 
		-webkit-transform: translate(0px, -8px); 
	}
	50% { 
		-webkit-transform: translate(0px, 0px);
	}
	60% { 
		-webkit-transform: translate(0px, -4px); 
	}
	80% { 
		-webkit-transform: translate(0px, 0px);
	}
	100% { 
		-webkit-transform: translate(0px, 0px); 
	}
}
@keyframes bounce {
	0% { 
		transform: translate(0px, 0px); 
	}
	20% { 
		transform: translate(0px, 0px); 
	}
	40% { 
		transform: translate(0px, -4px); 
	}
	50% { 
		transform: translate(0px, 0px);
	}
	60% { 
		transform: translate(0px, -2px); 
	}
	80% { 
		transform: translate(0px, 0px);
	}
	100% { 
		transform: translate(0px, 0px); 
	}
}
.header .headerInfo .topInfo a:hover .locationIcon,
.header .headerInfo .topInfo a:focus .locationIcon {
	-webkit-animation: bounce 0.8s 1;
	animation: bounce 0.8s 1;
}


.header .headerInfo ul {
	text-align: right;
}
.header .headerInfo ul li {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	font-weight: 600;
	font-size: 18px;
	font-size: 1.125rem;
	color: #231f20;
	font-style: italic;
	margin: 0 0 0 10px;
	margin: 0 0 0 0.625rem;
	padding: 0 0 0 10px;
	padding: 0 0 0 0.625rem;
	border-left: 1px solid #00a3b4;
	line-height: 14px;
	line-height: 0.875rem;
	text-transform: uppercase;
}
.header .headerInfo ul li:first-child {
	margin-left: 0;
	border-left: none;
}

.navContainer {
	background-color: #0066a4;
	background-color: rgba(0, 102, 164, 0.85);
	width: 100%;
	clear: both;
	border-bottom: 4px solid #fff;
	border-bottom: 0.25rem solid #fff;
	height: 52px;
	height: 3.25rem;
	font-family: 'proxima-nova-alt-ext-cond';
	position: relative;
	z-index: 2500;
}
.navContainer .wrapper {
	padding: 0;
}
.mainNavToggle {
	display: none;
	border: none;
	background: url(images/icon-mobile-nav-open.png) no-repeat top center;
	background-size: 32px 32px !important;
	background-size: 2rem 2rem !important;
	padding: 32px 0 0;
	padding: 2rem 0 0;
	float: right;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	outline: none;
	margin: 3px 16px 0 0;
	margin: 0.1875rem 1rem 0 0;
}
.mainNavToggle.close {
	background: url(images/icon-mobile-nav-close.png) no-repeat top center;
}
/* Solid MultiLevel Css Nav */
.mainNav {
	margin: 0;
	line-height: 100%;
	z-index: 1500;
	position: relative;
}
.mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
.mainNav a {
	text-decoration: none;
	display: block;
	margin: 0;
	line-height: 52px;
	line-height: 3.25rem;
	padding: 0 24px;
	padding: 0 1.5rem;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 1.25rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.mainNav .menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: #fff;
	top: 24px;
	top: 1.5rem;
	position: absolute;
	margin: 0 0 0 6px;
	margin: 0 0 0 0.375rem;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.mainNav .menu-item-has-children:hover > a:after {
	border-top-color: #00a3b4;
}

.mainNav > li:first-child a {
}
.mainNav > li:last-child a {
	color: #00a3b4;
	background-color: #fff;
}

/* main level link hover */
.mainNav li:hover > a {
	color: #00a3b4;
	background-color: #fff;
}
/* sub levels link hover */
.mainNav ul li:hover a, .mainNav li:hover li a {
}
.mainNav ul a:hover {
}
.mainNav li.current-menu-parent > a,
.mainNav li.current-menu-item > a {
}
/* level 2 list */
.mainNav ul {
	height: 0;
	opacity: 0;
	overflow: hidden;
	display: none;
	margin: 0;
	padding: 0;
	width: 280px;
	width: 17.5rem;
	position: absolute;
	top: 52px;
	top: 3.25rem;
	left: 0;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;

	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);

}
/* Prevent dropdown nav items from flowing off screen (place in first media query) */
/*.mainNav li:nth-last-child(1) ul,
.mainNav li:nth-last-child(2) ul {
	left: auto;
	right: 0;
}*/
/* dropdown */
.mainNav li:hover > ul {
	height: auto;
	opacity: 1;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	overflow: visible;
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0 18px;
	padding: 0 1.125rem;
}
.mainNav ul a {
	color: #00a3b4;
	line-height: 48px;
	line-height: 3rem;
	border-bottom: 1px dotted #0066a4;
	padding: 0;
}
.mainNav ul a:hover {
	color: #0066a4;
}
/* level 3+ list */
.mainNav ul ul {
	left: 280px;
	left: 17.5rem;
	top: 0;
}

.mainNav ul .menu-item-has-children > a:after {
	border-top-color: transparent;
	border-left-color: #00a3b4;
	top: 22px;
	top: 1.375rem;
	right: 8px;
	right: 0.5rem;
}
.mainNav ul .menu-item-has-children:hover > a:after {
	border-top-color: transparent;
	border-left-color: #0066a4;
}

/* clearfix */
.mainNav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .mainNav {
	display: block;
}
* html .mainNav {
	height: 1%;
}





/*________ CONTENT ________*/

.contentContainer {
	width: 100%;
	clear: both;
}
.content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainContent .content {
	width: 71.5%;
	padding: 0 80px 40px 0;
	padding: 0 5rem 2.5rem 0;
	float: left;
}
.halfContent .content {
	width: 60%;
	padding: 0 40px 40px 0;
	padding: 0 2.5rem 2.5rem 0;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
}


.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-family: 'proxima-nova-alt-ext-cond';
	font-weight: 800;
	color: #0066a4;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}

.content h1 {
	font-size: 48px;
	font-size: 3rem;
	line-height: 40px;
	line-height: 2.5rem;
}
.content h2 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 32px;
	line-height: 2rem;
}
.content h3 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 24px;
	line-height: 1.5rem;
	padding: 12px 0 24px;
	padding: 0.75rem 0 1.5rem;
}
.content h4 {
	font-size: 24px;
	font-size: 1.5rem;
}
.content h5 {
	font-size: 16px;
	font-size: 1rem;
}
.content h6 {
	font-size: 12px;
	font-size: 0.75rem;
}
.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 {
	margin-bottom: 0;	
}
.content ul li,
.content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
 	padding: 0 0 20px;
 	padding: 0 0 1.25rem;
}
.content img {

}
.content hr {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
}
.content .entryContent {
	/*padding: 0 0 20px;
	padding: 0 0 1.25rem;*/
}

.content .articleContainer {

}
.content .articleContainer .article {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	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 .articleContainer .article img.wp-post-image {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	width: 12.5rem;
	height: auto;
	float: left;
	margin: 0 20px 20px 0;
	margin: 0 1.25rem 1.25rem 0;
}
.content .articleContainer .article img.wp-post-image:hover {
	opacity: 0.9;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 20px;
	line-height: 1.25rem;
}
.content .articleContainer .article .articleInfo .articleMeta {
	text-align: left;
}
.content .articleContainer .article .articleInfo .articleMeta p {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 16px 16px 0;
	padding: 0 1rem 1rem 0;
}


.breadcrumbs {
	font-size: 16px;
	font-size: 1rem;
	color: #0066a4;
	max-width: 32%;
}
.breadcrumbs a {
	color: #0066a4;
}

.largeHeaderImage {
	width: 100%;
	clear: both;
	margin: 0 0 34px;
	margin: 0 0 2.125rem;
	overflow: hidden;
	font-family: 'proxima-nova-alt-ext-cond';
	
}
.largeHeaderImage img {
	width: 100%;
	clear: both;
	margin: 0 0 48px;
	margin: 0 0 3rem;
}
.largeHeaderImage h1 {
	line-height: 40px;
	line-height: 2.5rem;
	color: #0066a4;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 800;
	max-width: 68%;
	float: left;
}
.largeHeaderImage .breadcrumbs {
	float: right;
	padding: 18px 0 0;
	padding: 1.125rem 0 0;
}


.headerImage {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	height: 426px;
	height: 26.625rem;
	font-family: 'proxima-nova-alt-ext-cond';
}
.headerImage img {
	left: 50%;
	margin-left: -1280px;
	margin-left: -80rem;
	position: relative;
	width: 2560px;
	width: 160rem;
}
.headerImage .absoluteWrapper .wrapper {
	position: relative;
	height: 100%;
}
.headerImage .absoluteWrapper h1 {
	position: absolute;
	bottom: 36px;
	bottom: 2.25rem;
	left: 0;
	line-height: 40px;
	line-height: 2.5rem;
	color: #0066a4;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 800;
	max-width: 70%;
}
.headerImage .breadcrumbs {
	position: absolute;
	bottom: 36px;
	bottom: 2.25rem;
	right: 0;
}




/*________ FRONT PAGE ________*/

.sliderContainer {
	position: relative;
	z-index: 10;
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
}
.sliderContainer .wrapper {
	max-width: 100%;
	position: relative;
	padding: 0;
}
.sliderContainer .nivoSlider {
	position: relative;
}
.sliderContainer .nivoSlider .nivo-directionNav a {
	width: 100px;
	width: 6.25rem;
	height: 100px;
	height: 6.25rem;
	background: url(images/icon-arrow-next.png) no-repeat center center #fff;
	background-size: 16px 16px;
	background-size: 1rem 1rem;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	top: 50%;
	margin-top: -50px;
	margin-top: -3.125rem;
}
.sliderContainer .nivoSlider .nivo-directionNav a.nivo-prevNav {
	background: url(images/icon-arrow-prev.png) no-repeat center center #fff;
	background-size: 16px 16px;
	background-size: 1rem 1rem;
}
.sliderContainer .nivoSlider .nivo-directionNav a:hover {
	background-color: #ccc;
}
.sliderContainer .overlayContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background: url(images/bg-slider-overlay.png) no-repeat bottom center;
}
.sliderContainer .overlayContainer img {
	position: absolute;
	height: auto;
	width: 100%;
}
.sliderContainer .overlayContainer .logo {
	bottom: 26px;
	bottom: 1.625rem;
	left: 11%;
	max-width: 244px;
	max-width: 15.25rem;
}
.sliderContainer .overlayContainer .facebook {
	bottom: 4px;
	bottom: 0.25rem;
	right: 11%;
	max-width: 120px;
	max-width: 7.5rem;
}

.promoContainer	{
	background-color: #2db5d6;
	border-bottom: 4px solid #fff;	
	border-bottom: 0.25rem solid #fff;
	padding: 60px 0;
	padding: 3.75rem 0;
}
.promoContainer	.nivoSlider {
	width: 50%;
	float: left;
	position: relative;
	overflow: visible;
}
.promoContainer .nivoSlider .nivo-directionNav {
	position: absolute;
	bottom: -40px;
	bottom: -2.5rem;
	z-index: 20;
	overflow: hidden;
	left: 0;
}
.promoContainer .nivoSlider .nivo-directionNav a {
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	background: url(images/icon-arrow-next.png) no-repeat center center #fff;
	background-size: 12px 18px !important;
	background-size: 0.75rem 1.125rem !important;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	display: block;
	float: left;
	position: relative;
	z-index: 20;
}
.promoContainer .nivoSlider .nivo-directionNav a.nivo-prevNav {
	background-image: url(images/icon-arrow-prev.png);
}
.promoContainer .nivoSlider .nivo-directionNav a:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.promoContainer .nivoSlider.eventSlider .nivo-directionNav {
	left: auto;
	right: 0;
}


.promoContainer .tagline {
	background-color: #0066a4;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: italic;
	font-family: 'proxima-nova-alt-ext-cond';
	clear: both;
	position: relative;
	z-index: 10;
	padding: 0 16px;
	padding: 0 1rem;
}
.promoContainer .tagline p {
	line-height: 40px;
	line-height: 2.5rem;
}
.promoContainer .tagline .blue {
	color: #2db5d6;
	font-weight: 700;
}
.promoContainer .tagline .underline {
	border-bottom: 2px solid #6795bd;
	border-bottom: 0.125rem solid #6795bd;
	line-height: 20px;
	line-height: 1.25rem;
	display: inline-block;
}
.promoContainer .tagline .underline:hover {
	border-color: #fff;
}
.promoContainer .tagline .underline a {
	color: #fff;
	text-decoration: none;
}



/*________ CALENDAR PAGE ________*/

.calendarContainer .calendarNav h3 {
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

.calendarContainer .calendarNav .controls a {
	background-color: rgba(0, 102, 164, 0.4) !important;
	border-color: #0066a4 !important;
}
.calendarContainer .calendarNav .controls a:hover {
	background-color: #0066a4 !important;
}
.calendarContainer .calendarNav .controls a span {
	color: #fff !important;
}
.calendarContainer.month ul.legend {
	border-color: #0066a4 !important;
}
.calendarContainer.month ul.legend li {
	border-right-color: #0066a4 !important;
	background-color: #0066a4 !important;
	background-color: rgba(0, 102, 164, 0.4) !important;
	color: #fff !important;
}
.calendarContainer.month .itemContainer {
	border-color: #0066a4 !important;
}
.calendarContainer.month .itemContainer .item {
	border-right-color: #0066a4 !important;
	border-bottom-color: #0066a4 !important;
	background-color: rgba(0, 102, 164, 0.2) !important;
}
.calendarContainer.month .itemContainer .item.pre,
.calendarContainer.month .itemContainer .item.post {
	background-color: rgba(0, 102, 164, 0.1) !important;
}
.calendarContainer.month .itemContainer .item.hasPosts {
	background-color: rgba(0, 102, 164, 0.4) !important;
	color: #fff !important;
}
.calendarContainer.month .itemContainer .item.hasPosts:hover {
	background-color: #0066a4 !important;
}
.calendarContainer.month .itemContainer .item .date {
	background-color: #ffffff !important;
	background-color: rgba(255,255,255, 0.4) !important;
	color: #0066a4 !important;
}
.calendarContainer.month .itemContainer .item ul.events li {
	border-bottom-color: #fff !important;
}
.calendarContainer .overlay {
	background-color: #fff !important;
	border-color: #0066a4 !important;
}



/*
.calendarContainer * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.calendarContainer {
	position: relative;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
}
.calendarContainer .calendarNav {
	overflow: hidden;
}
.calendarContainer .calendarNav h3 {
	float: left;
}
.calendarContainer .calendarNav .controls {
	float: right;
	text-align: center;
	padding: 4px 0 0 0;
	padding: 0.25rem 0 0 0;
}
.calendarContainer .calendarNav .controls a {
	position: relative;
	height: 40px;
	height: 2.5rem;
	width: 40px;
	width: 2.5rem;
	float: left;
	display: block;
	margin: 0 0 0 8px;
	margin: 0 0 0 0.5rem;
}
.calendarContainer .calendarNav .controls a:hover {
	background-color: rgba(0, 102 ,164, 0.2);
}
.calendarContainer .calendarNav .controls a img {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	height: auto;
	max-width: 16px;
	max-width: 1rem;
}
.calendarContainer.month ul.legend {
	padding: 0;
	overflow: hidden;
	border: 1px solid #0066a4;
	border-bottom: none;
	border-right: none;
}
.calendarContainer.month ul.legend li {
	list-style: none;
	float: left;
	width: 14.285%;
	border-right: 1px solid #0066a4;
	text-align: center;
	padding: 8px 4px;
	padding: 8px 0.25rem;
	background-color: #0066a4;
	background-color: rgba(0, 102 ,164, 0.6);
	color: #fff;
}

.calendarContainer.month .itemContainer {
	text-align: left;
	overflow: hidden;
	border: 1px solid #0066a4;
	border-bottom: none;
	border-right: none;
}
.calendarContainer.month .itemContainer .item {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-height: 60px;
	min-height: 3.75rem;
	width: 14.285%;
	padding: 4px 4px 8px;
	padding: 0.25rem 0.25rem 0.5rem;
	border-right: 1px solid #0066a4;
	border-bottom: 1px solid #0066a4;
	position: relative;
	background-color: rgba(0, 102 ,164, 0.2);
}
.calendarContainer.month .itemContainer .item.pre,
.calendarContainer.month .itemContainer .item.post {
	background-color: rgba(0, 102 ,164, 0.1);
}
.calendarContainer.month .itemContainer .item.pre.hasPosts,
.calendarContainer.month .itemContainer .item.post.hasPosts {
	background-color: rgba(0, 102 ,164, 0.6);
}
.calendarContainer.month .itemContainer .item.hasPosts {
	cursor: pointer;
	background-color: rgba(0, 102 ,164, 0.8);
	color: #fff;
}
.calendarContainer.month .itemContainer .item.hasPosts:hover {
	background-color: #0066a4;
	background-color: rgba(0, 102 ,164, 1);
}

.calendarContainer.month .itemContainer .item .date {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 1.25rem;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	line-height: 20px;
	line-height: 1.25rem;
	font-size: 12px;
	font-size: 0.75rem;
	color: #0066a4;
}
.calendarContainer.month .itemContainer .item .date .full {
	display: none;
}
.calendarContainer.month .itemContainer .item ul.events {
	padding: 0 24px 0 0;
	padding: 0 1.5rem 0 0;
}
.calendarContainer.month .itemContainer .item ul.events li {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.2;
	display: block;
	border-bottom: 1px dotted #fff;
}
.calendarContainer.month .itemContainer .item ul.events li:last-child {
	border-bottom: none;
}

.calendarContainer .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	height: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 1;
	padding: 8px 20px 20px;
	padding: 0.5rem 1.25rem 1.25rem;
	overflow: hidden;
	z-index: 100;
	border: 1px solid #000;
}
.calendarContainer .overlay.show {
	width: 100%;
	visibility: visible;
	opacity: 1;
	overflow: visible;
	z-index: 100;
}
.calendarContainer .overlay button.close {
	position: absolute;
	top: 12px;
	top: 0.75rem;
	right: 8px;
	right: 0.5rem;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	border: none;
	background-color: transparent;
}
.calendarContainer .overlay button.close img {
	width: 100%;
	height: auto;
	margin: 0 auto 4px;
	margin: 0 auto 0.25rem;
	max-width: 32px;
	max-width: 2rem;
}
.calendarContainer .overlay button.close span {}
.calendarContainer .overlay .articleContainer .article {
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.calendarContainer .overlay .articleContainer img {
	max-width: 120px;
	max-width: 7.5rem;
}
.calendarContainer .overlay .articleContainer .entryTitle {
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	font-size: 20px;
	font-size: 1.25rem;
}
.content .articleContainer .article {

}
*/




/*________ STAFF PAGE ________*/

.page-template-pages-staff {

}
.page-template-pages-staff .staffRoleContainer {
	margin: 0 0 60px;
	margin: 0 0 3.75rem;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	border-bottom: 1px dotted #ccc;
}
.page-template-pages-staff .staffRoleContainer:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.page-template-pages-staff .staffRoleContainer .staff {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.page-template-pages-staff .staffRoleContainer .staff img {
	float: left;
	width: 100%;
	max-width: 200px;
	max-width: 12.5rem;
	margin: 0 20px 0 0;
}
.page-template-pages-staff .staffRoleContainer .staff .staffInfo {
	overflow: hidden;
}
.page-template-pages-staff .staffRoleContainer .staff .excerpt {
	padding: 0;
}


/*________ PARTNERS PAGE ________*/

.partnersContainer {
	width: 100%;
	overflow: hidden;
}
.partnersContainer .inlineBlocks {
	width: 100%;
	text-align: left;
	width: calc(100% + 24px);
	width: calc(100% + 1.5rem);
}
.partnersContainer .inlineBlocks .inlineBlock {
	width: 33.33%;
	padding: 0 24px 24px 0;
	padding: 0 1.5rem 1.5rem 0;
}
.partnersContainer .inlineBlocks .inlineBlock img {
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
.partnersContainer .inlineBlocks .inlineBlock h3 {
	font-weight: 400;
	font-size: 24px;
	font-size: 1.5rem;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
.partnersContainer .inlineBlocks .inlineBlock p {
	padding: 0;
	font-size: 12px;
	font-size: 0.75rem;
}


/*________ FAQ PAGE ________*/
	
.faqContainer .faq {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px dotted #ccc;
}
.faqContainer .faq h4 a {
	text-decoration: none;
	display: block;
}
.faqContainer .faq .faqContent {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.faqContainer .faq.show .faqContent {
	height: auto;
	opacity: 1;
}


/*________ MASONRY PAGE ________*/

.page-template-pages-masonry .masonryContainer {
	overflow: hidden;
	width: 100%;
}
.page-template-pages-masonry .masonry {
	width: 100%;
	width: calc(100% + 40px);
	width: calc(100% + 2.5rem);
}
.page-template-pages-masonry .masonry[data-columns]::before {
	content: '4 .column.size-1of4';
}
.page-template-pages-masonry .masonry .column {
	float: left;
	padding: 0 40px 0 0;
	padding: 0 2.5rem 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-template-pages-masonry .masonry .column.size-1of1 {
	width: 100%;
}
.page-template-pages-masonry .masonry .column.size-1of2 {
	width: 50%;
}
.page-template-pages-masonry .masonry .column.size-1of3 {
	width: 33.333%;
}
.page-template-pages-masonry .masonry .column.size-1of4 {
	width: 25%;
}
.page-template-pages-masonry .masonry .masonryItem {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	position: relative;
	min-height: 100px;
	min-height: 6.25rem;
}
.ie8 .page-template-pages-masonry .masonry .masonryItem {
	width: 25%;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 40px 0 0;
	padding: 0 2.5rem 0 0;
}
.page-template-pages-masonry .masonry .masonryItem:hover,
.page-template-pages-masonry .masonry .masonryItem:focus,
.page-template-pages-masonry .masonry .masonryItem:active {
	background-color: #0066a4;
}
.page-template-pages-masonry .masonry .masonryItem img {
	width: 100%;
	height: auto;
}

.page-template-pages-masonry .masonry .masonryItem:hover img,
.page-template-pages-masonry .masonry .masonryItem:focus img,
.page-template-pages-masonry .masonry .masonryItem:active img {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.page-template-pages-masonry .masonry .masonryItem .centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.page-template-pages-masonry .masonry .masonryItem:hover .centerVertical  {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.page-template-pages-masonry .masonry .masonryItem h3 {
	padding: 0 4px 12px;
	padding: 0 0.25rem 0.75rem;
	font-weight: 400;
	font-size: 24px;
	font-size: 1.5rem;
	color: #fff;
}
.page-template-pages-masonry .masonry .masonryItem p {
	padding: 12px 4px 0;
	padding: 0.75rem 0.25rem 0;
}
.page-template-pages-masonry .masonry .masonryItem:hover p {
	padding-top: 0
}
.page-template-pages-masonry .masonry .masonryItem p a {
	color: #fff;
	text-decoration: none;
}
.page-template-pages-masonry .masonry .masonryItem p a:hover {
	text-decoration: underline;
}


/* Configure salvattore with media queries */
/* 440px */
@media screen and (max-width: 27.5em) {
	.page-template-pages-masonry .masonry[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}
/* 441px - 740px */
@media screen and (min-width: 27.5625em) and (max-width: 46.25em) {
	.page-template-pages-masonry .masonry[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
/* 741px - 940px */
@media screen and (min-width: 46.3125em) and (max-width: 58.75em) {
	.page-template-pages-masonry .masonry[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}
/* 941px */
@media screen and (min-width: 58.8125em) {
	.page-template-pages-masonry .masonry[data-columns]::before {
		content: '4 .column.size-1of4';
	}
}



/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/


/*________ SIDEBAR ________*/

.sidebar {
	
}
.mainContent .sidebar {
	width: 28.5%;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.halfContent .sidebar {
	width: 40%;
	float: left;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}


.sidebar img {
 	max-width: 100%;
 	height: auto;
}
.sidebar .section {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
}
.sidebar .section h3 {
	font-size: 32px;
	font-size: 2rem;
	color: #00a3b4;
	border-bottom: 1px solid #00a3b4;
	line-height: 1.5;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	font-weight: 800;
	font-family: 'proxima-nova-alt-ext-cond';
}
.sidebar .section h3 a {
	color: #0066a4;
}
.sidebar .section img {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
}

.sidebar .section.membership,
.sidebar .section.whatsOn  {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

.sidebar .section.membership a,
.sidebar .section.whatsOn a {
	background-color: #0066a4;
	line-height: 32px;
	line-height: 2rem;
	padding: 14px 20px 14px 66px;
	padding: 0.875rem 1.25rem 0.875rem 4.125rem;
	font-size: 24px;
	font-size: 1.5rem;
	color: #fff;
	font-family: 'proxima-nova-alt-ext-cond';
	font-weight: 800;
	display: block;
	border-radius: 4px;
	border-radius: 0.25rem;
	position: relative;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar .section.membership a:hover,
.sidebar .section.whatsOn a:hover {
	background-color: #1881c0;
}	
.sidebar .section.membership a::after,
.sidebar .section.whatsOn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	top: 1.125rem;
	left: 30px;
	left: 1.875rem;
	width: 24px;
	width: 1.5rem;
	height: 24px;
	height: 1.5rem;
	background: url(images/icon-star.png) no-repeat center center;
	background-size: contain;
}
.sidebar .section.whatsOn a::after {
	background-image: url(images/icon-calendar.png);
}


/*________ FOOTER ________*/

.footer {
	width: 100%;
	clear: both;
	background-color: #0066a4;
	border-bottom: 1px solid #fff;
	color: #fff;
	overflow: hidden;
}
.footer a {
	color: #fff;
}
.footer h3 {
	font-family: 'proxima-nova-alt-ext-cond';
	font-weight: 800;
	font-size: 32px;
	font-size: 2rem;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.footer h4 {
	font-family: 'proxima-nova-alt-ext-cond';
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
	line-height: 20px;
	line-height: 1.25rem;
}

.footer .footerLeft {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 32px 0 0;
	padding: 1.875rem 2rem 0 0;
}
.footer .footerLeft p {
	line-height: 24px;
	line-height: 1.5rem;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.footer .footerLeft img {
	width: 100%;
	height: auto;
	margin: 0 0 32px;
	margin: 0 0 2rem;
}


.footer .footerRight {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px dotted #fff;
	font-size: 14px;
	font-size: 0.875rem;
}


.footer .footerRight .topSection {
	overflow: hidden;
}


/*.footer .footerRight .socialNav {
	float: left;
	margin: 0 44px 0 0;
	margin: 0 2.75rem 0 0;
	text-align: left;
}
.footer .footerRight .socialNav li {
	list-style: none;
	padding: 0 10px 10px 0;
	padding: 0 0.625rem 0.625rem 0;
	width: 40px;
	width: 2.5rem;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.footer .footerRight .socialNav li img {
	width: 100%;
	height: auto;
}
.footer .footerRight .socialNav li img:hover {
	opacity: 0.9;
}*/


.footer .footerRight ul.socialNav {
	margin: 0 0 24px 0;
	margin: 0 0 1.5rem 0;
}





ul.socialNav {
	text-align: left;
}
ul.socialNav li {
	list-style: none;
	padding: 0 10px 10px 0;
	padding: 0 0.625rem 0.625rem 0;
}
ul.socialNav li a {
	display: block;
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	position: relative;
	border-radius: 4px;
	border-radius: 0.25rem;
	background-color: #fff;
}
ul.socialNav li.facebook a * {
	fill: #3b5998;
}
ul.socialNav li.twitter a * {
	fill: #238ccc;
}
ul.socialNav li.instagram a * {
	fill: #3f729b;
}
ul.socialNav li.youtube a * {
	fill: #cd201f;
}
ul.socialNav li.googlePlus a * {
	fill: #c13727;
}
ul.socialNav li.linkedIn a * {
	fill: #0077b5;
}
ul.socialNav li.tripAdvisor a * {
	fill: #26a146;
}
ul.socialNav li a:hover *,
ul.socialNav li a:focus *,
ul.socialNav li a:active * {
	fill: #222 !important;
}
ul.socialNav li a:hover,
ul.socialNav li a:focus,
ul.socialNav li a:active {
}

ul.socialNav li a img,
ul.socialNav li a svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;

  	-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 a:hover svg,
ul.socialNav li a:hover imgs,
ul.socialNav li a:focus svg,
ul.socialNav li a:focus imgs,
ul.socialNav li a:active svg,
ul.socialNav li a:active imgs {
	-webkit-transform: scale(1.2);
  	transform: scale(1.2);
	-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.facebook a svg,
ul.socialNav li.facebook a img {
	max-width: 8px;
	max-width: 0.5rem;
}
ul.socialNav li.twitter a svg,
ul.socialNav li.twitter a img {
	max-width: 16px;
	max-width: 1rem;
}
ul.socialNav li.instagram a svg,
ul.socialNav li.instagram a img {
	max-width: 16px;
	max-width: 1rem;
}
ul.socialNav li.youtube a svg,
ul.socialNav li.youtube a img {
	max-width: 18px;
	max-width: 1.125rem;
}
ul.socialNav li.googlePlus a svg,
ul.socialNav li.googlePlus a img {
	max-width: 18px;
	max-width: 1.125rem;
}
ul.socialNav li.linkedIn a svg,
ul.socialNav li.linkedIn a img {
	max-width: 16px;
	max-width: 1rem;
}
ul.socialNav li.tripAdvisor a svg,
ul.socialNav li.tripAdvisor a img {
	max-width: 24px;
	max-width: 1.5rem;
}










.footer .footerRight .bus {
	float: left;
	width: 142px;
	width: 8.875rem;
	height: auto;
	margin: 4px 54px 0 0;
	margin: 0.25rem 3.375rem 0 0;
}
.footer .footerRight .wifi {
	float: left;
	width: 86px;
	width: 5.375rem;
	height: auto;
	margin: -8px 0 0;
	margin: -0.5rem 0 0;
}


.footer .footerRight .section {
	padding: 30px 0 20px 32px;
	padding: 1.875rem 0 1.25rem 2rem;
	border-bottom: 1px dotted #fff;
}
.footer .footerRight .section:last-child {
	border-bottom: none;
}

.footer .footerRight form {
	overflow: hidden;	
}
.footer .footerRight form .fieldContainer {
	width: 100%;
	max-width: 210px;
	max-width: 13.125rem;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 10px 0;
	padding: 0 0.625rem 0.625rem 0;
}
.footer .footerRight form label {
	display: none;
}
.footer .footerRight form input {
	width: 100%;
	height: 40px;
	height: 2.5rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 6px;
	border-radius: 0.375rem;
	border: none;
	padding: 0 16px;
	padding: 0 1rem;
	font-size: 14px;
	font-size: 0.875rem;
}
.footer .footerRight form button {
	color: #fff;
	width: 100%;
	max-width: 80px;
	max-width: 5rem;
	height: 40px;
	height: 2.5rem;
	line-height: 40px;
	line-height: 2.5rem;
	border-radius: 6px;
	border-radius: 0.375rem;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	text-align: center;
	background-color: #2db5d6;
	font-size: 14px;
	font-size: 0.875rem;
}
.footer .footerRight form button:hover {
	background-color: #8ae4ed;
}

.footer .footerRight .bottomSection p {
	line-height: 20px;
	line-height: 1.25rem;
}

.footer .footerRight .footerNav {
	overflow: hidden;
	padding: 4px 0 8px;
	padding: 0.25rem 0 0.5rem;
}
.footer .footerRight .footerNav li {
	float: left;
	list-style: none;
	line-height: 10px;
	line-height: 0.625rem;
	margin: 0 4px 0 0;
	margin: 0 0.25rem 0 0;
	padding: 0 4px 0 0;
	padding: 0 0.25rem 0 0;
	border-right: 1px solid #fff;
}
.footer .footerRight .footerNav li:last-child {
	border: none;
	margin-right: 0;
	margin-right: 0;
}
.footer .footerRight .footerNav li a {
	font-size: 12px;
	font-size: 0.75rem;
}

.footer .footerRight .copyright {
font-size: 12px;
	font-size: 0.75rem;
}



/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
}
.fc_container form.elab_form input[type="submit"],
.fc_container form.elab_form button[type="submit"] {
	background-color: #0066a4;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #000;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000;
}

.fc_container form.elab_form fieldset .radio .inputwrap .checkboxwrap {
	float: left;
	overflow: hidden;
	padding: 0 24px 8px 0;
	padding: 0 1.5rem 0.5rem 0;
} 
.fc_container form.elab_form fieldset .radio .inputwrap .radiowrap label, 
.fc_container form.elab_form fieldset .radio .inputwrap .checkboxwrap label {
	float: none;
	font-size: 14px;
	font-size: 0.875rem;
}
.fc_container form.elab_form fieldset .radio .inputwrap .radiowrap input,
.fc_container form.elab_form fieldset .radio .inputwrap .checkboxwrap input {
	float: left;
	margin: 4px 4px 4px 0;
	margin: 0.25rem 0.25rem 0.25rem 0;
}


/*________ MISC ________*/

.inlineBlocks {
	text-align: center;
	overflow: hidden;
}
.inlineBlocks .inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.absoluteWrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.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: 160px;
    padding-top: 10rem;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.animate {
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.animate2 {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}


.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 14px 16px 0;
	padding: 0.875rem 1rem 0;
	color: #fff;
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	text-align: center;
}
.feedback ul {
	margin: 0 0 16px 32px;
	margin: 0 0 1rem 2rem;
}



/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other 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. */
}
.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;
}
.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;
	line-height: 18px;
	line-height: 1.125rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 4px;
	margin: 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;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery img {
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #fff;
	border: 0.25rem solid #fff;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.gallery img:hover {
	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: 20px;
	line-height: 1.25rem;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/*________ WP PRINT ________*/

@media print {

}



/*________ RESPONSIVE ________*/

/* 1240px */
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
}

/* 1140px */
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
}

/* 1040px */
@media (max-width: 65em) {
	.sliderContainer .overlayContainer .logo {
		left: 16px;
		left: 1rem;
	}
	.sliderContainer .overlayContainer .facebook {
		right: 16px;
		right: 1rem;
	}
}

/* 940px */
@media (max-width: 58.75em) {
	.wrapper {
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
	}
	.mainNav a {
		font-size: 16px;
		font-size: 1rem;
	}
	.headerImage .absoluteWrapper h1 {
		left: 16px;
		left: 1rem;
	}
	.headerImage .absoluteWrapper .breadcrumbs {
		right: 16px;
		right: 1rem;
	}
	.footer .footerRight .socialNav {
		margin: 0 0 20px;
		margin: 0 0 1.25rem;
	}
	.footer .footerRight .bus {
		clear: left;
		margin-right: 32px;
		margin-right: 2rem;
	}
}

/* 840px */
@media (max-width: 52.5em) {
	.headerWrapper {
		position: relative;
		top: auto !important;
	}
	.header h1 img {
		max-width: 280px;
		max-width: 17.5rem;
	}
	.mainNav a {
		padding: 0 12px;
		padding: 0 0.75rem;
	}
	.headerImage .absoluteWrapper .centerVertical {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		height: 100%;
		position: relative;
	}
	.headerImage .absoluteWrapper h1,
	.headerImage .absoluteWrapper .breadcrumbs {
		left: auto;
		right: auto;
		bottom: auto;
		position: relative;
	}
	.headerImage .absoluteWrapper h1 {
		padding: 0 0 8px;
		padding: 0 0 0.5rem;
	}
	.mainContent .content {
		padding-right: 40px;
		padding-right: 2.5rem;
		width: 68%
	}
	.mainContent .sidebar {
		width: 32%
	}
	.footer .footerRight form .fieldContainer {
		width: 50%;
	}
}

/* 740px */
@media (max-width: 46.25em) {
	.headerTop ul li {
		margin-left: 8px;
		margin-left: 0.5rem;
		padding-left: 8px;
		padding-left: 0.5rem;
	}
	.header h1 img {
		margin: 0 auto;
		float: none;
		max-width: 240px;
		max-width: 15rem;
	}
	.header .headerInfo {
		float: none;
		width: 100%;
	}
	.header .headerInfo .topInfo {
		text-align: center;
	}
	.header .headerInfo ul {
		text-align: center;
	}
	.mainNav a {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.promoContainer	{
		padding: 30px 0;
		padding: 1.875rem 0;
	}
	.promoContainer .nivoSlider .nivo-directionNav {
		bottom: 0;
	}
}

/* 640px */
@media (max-width: 40em) {
	.headerTop p.tagline {
		float: none;
		text-align: center;
	}
	.headerTop ul {
		text-align: center;
		float: none;
	}
	.mainNavToggle {
		display: block;
	}
	.mainNav {
		opacity: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 56px;
		top: 3.5rem;
		left: 0;
		width: 100%;
		background-color: #0066a4;
		background-color: rgba(0, 102, 164, 0.85);
		-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;
	}
	.mainNav.show {
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	.mainNav li {
		width: 100%;
		float: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mainNav li li li {
		padding-right: 0;
	}
	.mainNav > li {
		border-bottom: 1px solid #0066a4;
	}

	.mainNav ul .menu-item-has-children > a:after {
		border-top-color: #00a3b4;
		border-left-color: transparent;
		right: auto;
	}
	.mainNav ul .menu-item-has-children:hover > a:after {
		border-top-color: #00a3b4;
		border-left-color: transparent;
	}

	.mainNav ul {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}
	.mainNav ul ul {
		top: auto;
		left: auto;
	}
	.sliderContainer .overlayContainer {
		background: none;
	}
	.sliderContainer .overlayContainer .logo {
		max-width: 120px;
		max-width: 7.5rem;
		bottom: 16px;
		bottom: 1rem;
	}
	.sliderContainer .overlayContainer .facebook {
		bottom: 16px;
		bottom: 1rem;
		padding: 8px;
		padding:  0.5rem;
		background-color: #fff;
	}


	.largeHeaderImage h1 {
		max-width: 100%;
		float: none;
	}
	.largeHeaderImage .breadcrumbs {
		float: none;
		max-width: 100%;
	}




	.headerImage {
		height: 320px;
		height: 20rem;
	}
	.headerImage img {
		margin-left: -960px;
		margin-left: -60rem;
		width: 1960px;
		width: 120rem;
	}
	.mainContent .content {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.mainContent .sidebar {
		width: 100%;
		float: none;
	}
	.footer .footerRight form .fieldContainer {
		width: 100%;
		max-width: 100%;
	}
}

/* 540px */
@media (max-width: 33.75em) {
	.halfContent .content {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.halfContent .sidebar {
		width: 100%;
		float: none;
	}
	.promoContainer .nivoSlider {
		width: 100%;
		float: none;
	}
	.promoContainer .nivoSlider.eventSlider .nivo-directionNav {
		left: 0;
		right: auto;
	}
	.footer .footerLeft {
		width: 100%;
		float: none;
		height: auto !important;
		padding-right: 0;
	}
	.footer .footerRight {
		width: 100%;
		float: none;
		height: auto !important;
		border-left: none;
		border-top: 1px dotted #fff;
	}
	.footer .footerRight .section {
		padding-left: 0;
	}
}

/* 440px */
@media (max-width: 27.5em) {
	.header .headerInfo .topInfo div {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.header .headerInfo .topInfo div span.text {
		vertical-align: top;
	}
	.header .headerInfo .topInfo div.directions span.text {
		padding-left: 0;
	}
	.page-template-pages-staff .staffRoleContainer .staff img {
		max-width: 120px;
		max-width: 7.5rem;
	}
	.partnersContainer .inlineBlocks .inlineBlock {
		width: 50%;
	}
	.content .articleContainer .article img.wp-post-image {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.calendarContainer.month ul.legend,
	.calendarContainer.month .itemContainer .item.pre,
	.calendarContainer.month .itemContainer .item.pre.hasPosts,
	.calendarContainer.month .itemContainer .item,
	.calendarContainer.month .itemContainer .item .date .short {
		display: none;
	}
	.calendarContainer.month .itemContainer .item.hasPosts {
		height: auto !important;
		width: 100%;
		display: block;
	}
	.calendarContainer.month .itemContainer .item .date {
		width: 48px;
		width: 3rem;
	}
	.calendarContainer.month .itemContainer .item .date .full {
		display: block;
	}
	.calendarContainer.month .itemContainer .item ul.events {
		padding-right: 54px;
		padding-right: 3.375rem;
	}

	





}

/* 340px */
@media (max-width: 21.25em) {
	.header .headerInfo ul li {
		display: block;
		padding: 0 0 12px;
		padding: 0 0 0.75rem;
		margin-left: 0;
		border-left: none;
	}
}


/* HEIGHT */

/* 340px */
@media (max-height: 21.25em) {}
