/*
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: none;
	color: #2f4597;
}
a:hover {
	text-decoration: underline;
	color: #2f4597;
}
html {
	font-size: 100%;
}
body {
	font-family: "ff-dax-web-pro", Arial, Verdana, 'sans-serif';
	font-size: 16px;
	font-size: 1rem;
	color: #3a3a3a;
	padding: 0;
	-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;
	margin: 0 auto;
	-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;
}
.greyWrapper {
	background-color: #ececec;
	width: 100%;
}


/*________ HEADER & NAV ________*/

.navContainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1500;
	height: 60px;
	height: 3.75rem;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.navContainer.hide {
	opacity: 0;
	top: -60px !important;
	top: -3.75rem !important;
}
.admin-bar .navContainer {
	top: 32px;
}


.headroom {
	transition: transform 200ms linear;
}
.headroom--pinned {
	transform: translateY(0%);
	position: fixed;
	top: 0;
	left: 0;
}
.headroom--unpinned {
	transform: translateY(-100%);
}



.header {
	width: 100%;
	background-color: #2f4597;
	background-color: rgba(47, 69, 151, 0.9);
	height: 60px;
	height: 3.75rem;
}
.header .wrapper {
	max-width: 1440px;
	max-width: 90rem;
}
.admin-bar .header,
.admin-bar .header.headroom--pinned {
	top: 32px;
}



.header .home {
	display: block;
	float: left;
	height: 60px;
	height: 3.75rem;
	width: 60px;
	width: 3.75rem;
	position: relative;
}
.header .home img {
	width: 24px;
	width: 1.5rem;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.header .home:hover {
	background-color: #2aabe8;
}
.header .enrol,
.header .tour {
	display: block;
	float: left;
	position: relative;
	font-size: 14px;
	font-size: .875rem;
	padding: 0px 12px;
	padding: 0rem .75rem;
/*
    margin: 6px 12px 0 0;
    margin: .375rem .75rem 0 0;
    */
    line-height: 60px;
    line-height: 3.75rem;
    color: #ffffff;
}
.header .enrol {
	background-color: #2ba241;
}
.header .tour {
	background-color: #1e3591;
}
.header .tour:hover {
	text-decoration: none;
	background: #d71f32;
}
.header .enrol:hover {
	background-color: #2aabe8;
	color: #ffffff;
	text-decoration: none;
}

.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: 8px 16px 0 0;
	margin: 0.5rem 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;
	float: left;
}
.mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
	font-size: 14px;
	font-size: 0.875rem;
}
/* main level link */
.mainNav a {
	text-decoration: none;
	display: block;
	padding: 0 22px;
	padding: 0 1.375rem;
	margin: 0;
	line-height: 60px;
	line-height: 3.75rem;
	color: #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;
	position: relative;
}
.mainNav .menu-item-has-children > a {
	padding-right: 26px;
	padding-right: 1.625rem;
}
.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: 28px;
	top: 1.75rem;
	position: absolute;
	margin: 0 0 0 4px;
	margin: 0 0 0 0.25rem;
}

.mainNav > li:first-child a {
}
.mainNav > li:last-child a {
}

/* main level link hover */
.mainNav li:hover > a {
	background-color: #2aabe8;
}
/* 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 {
	display: none;
	margin: 0;
	padding: 10px 24px 40px;
	padding: 0.625rem 1.5rem 2.5rem;
	width: 264px;
	width: 16.5rem;
	position: absolute;
	top: 60px;
	top: 3.75rem;
	left: 0;
	background-color: #2aabe8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* dropdown */
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.mainNav ul a {
	border-bottom: 1px dotted #95d5f4;
	line-height: 48px;
	line-height: 3rem;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0;
}
.mainNav ul a:hover {
	padding-left: 8px;
	padding-left: 0.5rem;
}
/* level 3+ list */
.mainNav ul ul {
	left: 264px;
	left: 16.5rem;
	top: -2px;
	top: -0.125rem;
}
/* clearfix */
.mainNav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .mainNav {
	display: block;
}
* html .mainNav {
	height: 1%;
}


.mainNav.noDropdowns ul {
	display: none !important;
}
.mainNav.noDropdowns > li > a {
	padding: 0 16px;
	padding: 0 1rem;
}
.mainNav.noDropdowns .menu-item-has-children > a:after {
	display: none;
}


.headerImage {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 280px;
	height: 17.5rem;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
.headerImage img {
	left: 50%;
	margin-left: -1280px;
	margin-left: -80rem;
	position: relative;
	width: 2560px;
	width: 160rem;
}
.headerImage .absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 0 0;
	padding: 3.75rem 0 0;
	text-align: right;
}
.headerImage .absoluteWrapper .centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-height: 220px;
	min-height: 13.75rem;
}

.headerImage .breadcrumbs {
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
	text-shadow: 0 0 1px #222222;
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.headerImage .breadcrumbs a {
	color: #fff;
	text-decoration: underline;
}
.headerImage .breadcrumbs a:hover {
	text-decoration: none;
}
.headerImage .breadcrumbs span:last-child {
	display: none;
}

.headerImage h1 {
	color: #fff;
	text-shadow: 0 0 1px #222222;
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
	font-size: 48px;
	font-size: 3rem;
	line-height: 64px;
	line-height: 4rem;
	font-weight: 400;
}

.wpforms-recaptcha-container .g-recaptcha {
   transform: scale(0.8);
   margin-left: -11%;
   margin-bottom: 8px;
   margin-bottom: 0.5rem;
}
.wpforms-recaptcha-container .g-recaptcha iframe {
   padding: 0;
}

/*________ CONTENT ________*/

.contentContainer {
	width: 100%;
	clear: both;
	overflow: hidden;
	min-height: 40px;
	min-height: 2.5rem;
	padding: 0 0 32px;
	padding: 0 0 2rem;
}
.content {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.content.mainContent {
	width: 77%;
	padding: 12px 150px 40px 0;
	padding: 0.75rem 9.375rem 2.5rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.content.fullContent {
	width: 100%;
	float: none;
}
.content h1 {
	color: #2d4897;
	font-size: 28px;
	font-size: 1.75rem;
}
.content h2 {
	color: #2d4897;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 40px;
	line-height: 2.5rem;
	padding: 14px 0 16px;
	padding: 0.875rem 0 1rem;
}
.content h3 {
	color: #2d4897;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	padding: 16px 0;
	padding: 1rem 0;
}
.content h4 {
	line-height: 24px;
	line-height: 1.5rem;
	font-size: 16px;
	font-size: 1rem;
	color: #2f4597;
	padding: 0 0 14px;
	padding: 0 0 0.875rem;
}
.content h5 {
	line-height: 16px;
	line-height: 1rem;
	font-size: 12px;
	font-size: 0.75rem;
	color: #2f4597;
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
}
.content h6 {
	line-height: 12px;
	line-height: 0.75rem;
	color: #2f4597;
	font-size: 10px;
	font-size: 0.625rem;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.5;
}
.content ul,
.content ol {
	margin: 0 0 16px 40px;
	margin: 0 0 1rem 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;
	margin: 0 0 16px 40px;
	margin: 0 0 1rem 2.5rem;
}
.content iframe,
.content .wp-video {
	margin: 0 0 20px;
	margin: 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;
}
.content table tr {
}
.content table tr th {
	padding: 4px;
	padding: 0.25rem;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
}
.content table tr td {
	border-top: 1px dotted #ccc;
	padding: 4px;
	padding: 0.25rem;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .entryContent {
	min-height: 20px;
	min-height: 1.25rem;
}



.content .subPageContainer {
	width: 100%;
	overflow: hidden;
	clear: both;
}
.content .subPageContainer .subPage {
	background-color: #2f4597;
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
	color: #fff;
}
.content .subPageContainer .subPage a {
	color: #fff;
}
.content .subPageContainer .subPage h3 {

}
.content .subPageContainer .subPage a.continueReading {
	font-weight: 700;
	line-height: 20px;
	line-height: 1.25rem;
	display: inline-block;
	background: url(images/icon-arrow-right-white.png) no-repeat top left;
	background-size: 20px 18px !important;
	background-size: 1.25rem 1.125rem !important;
	padding: 0 0 0 28px;
	padding: 0 0 0 1.75rem;
	text-decoration: none;
}
.ie .content .subPageContainer .subPage a.continueReading {
	background-image: url(images/icon-arrow-right-white-ie.png);
}
.content .subPageContainer .subPage a.continueReading:hover {
	background: url(images/icon-arrow-right-white.png) no-repeat 8px top;
	background: url(images/icon-arrow-right-white.png) no-repeat 0.5rem top;
	padding-left: 32px;
	padding-left: 2rem;
}
.content .subPageContainer .subPage .subPageContent {
	padding: 20px 40px 40px;
	padding: 1.25rem 2.5rem 2.5rem;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	position: relative;
	z-index: 10;
	background-color: inherit;
}
.content .subPageContainer .subPage:nth-child(even) .subPageContent {
	float: right;
}
.content .subPageContainer .subPage .subPageContent:after {
	content: '';
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: inherit;
	display: block;
	position: absolute;
	top: 36px;
	top: 2.25rem;
	right: -20px;
	right: -1.25rem;
}
.content .subPageContainer .subPage:nth-child(even) .subPageContent:after {
	right: auto;
	left: -20px;
	left: -1.25rem;
}

.content .subPageContainer .subPage .subPageImage {
	float: right;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.content .subPageContainer .subPage:nth-child(even) .subPageImage {
	float: left;
}
.content .subPageContainer .subPage .subPageImage a {

}
.content .subPageContainer .subPage .subPageImage img {
	width: 100%;
	height: auto;
	opacity: 1;
}
.content .subPageContainer .subPage .subPageImage img.fitHeight {
	width: auto;
	max-width: none;
}



/*________ FRONT PAGE ________*/

.home .sliderContainer {
	position: relative;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.home .sliderContainer .slider {
	position: relative;
}
.home .sliderContainer .slider .slide {
	position: relative;
}
.home .sliderContainer .slider .slide img {
	width: 100%;
	height: auto;
	display: none;
}
.home .sliderContainer .slider .slide.side-1 img,
.home .sliderContainer .slider .slide.slick-slide img {
	display: block;
}

.home .sliderContainer .slider .slide .videoContainer {
	position: absolute;
	z-index: 200;
	bottom: 0;
	left: 0;
}

.home .sliderContainer .slider .slide .overlay {
	position: absolute;
	z-index: 400;
	bottom: 60px;
	bottom: 3.75rem;
	left: 0;
	overflow: hidden;
	width: 100%;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 16px;
	padding: 4.375rem 1rem;

	/*opacity: 0;*/
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.home .sliderContainer .slider .slide .overlay .wrapper {
	max-width: 1320px;
	max-width: 82.5rem;
	padding: 0;
}
.home .sliderContainer .slider .slide .overlay .wrapper h2 {
	color: #fff;
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 52px;
	line-height: 3.25rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	overflow: hidden;
	margin: 0;
	letter-spacing: 2px;
	letter-spacing: 0.125rem;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
	text-shadow: 0 0 0.125rem rgba(0,0,0,0.5);
}
.home .sliderContainer .slider .slide .overlay .wrapper .button {
	height: 44px;
	height: 2.75rem;
	line-height: 42px;
	line-height: 2.625rem;
	display: inline-block;
	overflow: hidden;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: none;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 2px 20px 0 50px;
	padding: 0.125rem 1.25rem 0 3.125rem;
	background: #d71f32 url(images/icon-arrow-right.png) no-repeat 16px center;
	background: #d71f32 url(images/icon-arrow-right.png) no-repeat 1rem center;
	background-size: 18px 16px;
	background-size: 1.125rem 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
.home .sliderContainer .slider .slide .overlay .wrapper .button:hover {
	background-position: 1.5rem center !important;
	background-position: 1.5rem center !important;
	padding-left: 60px;
	padding-left: 3.75rem;
	background-color: #2f4597;
}




.home .sliderContainer .slider .slick-dots {
	position: absolute;
	bottom: 50px;
	bottom: 3.125rem;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 200;
}
.home .sliderContainer .slider .slick-dots li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 5px 10px;
	margin: 0 0.3125rem 0.625rem;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
}
.home .sliderContainer .slider .slick-dots li button {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	background-color: transparent;
	-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;
	outline: none;
}
.home .sliderContainer .slider .slick-dots li.slick-active button,
.home .sliderContainer .slider .slick-dots li button:hover {
	background-color: #fff;
}





.home .newsContainer {
	background-color: #fff6d4;
	padding: 40px 0 20px;
	padding: 2.5rem 0 1.25rem;
}
.home .newsContainer .wrapper {
	max-width: 1160px;
	max-width: 72.5rem;
}
.home .newsContainer .wrapper .content {
	padding-bottom: 0;
}
.home .newsContainer .article {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 20px 20px;
	padding: 0 1.25rem 1.25rem;
	width: 25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.home .newsContainer .article img {
	width: 100%;
	height: auto;
	border: 5px solid #fff;
	border: 0.3125rem solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0.125rem;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.home .newsContainer .article img:hover {
	opacity: 0.8;
}
.home .newsContainer .article h4 {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
	line-height: 20px;
	line-height: 1.25rem;
}
.home .newsContainer .article h4 a {
	display: block;
}
.home .newsContainer .article p.date {
	line-height: 20px;
	line-height: 1.25rem;
	font-size: 12px;
	font-size: 0.75rem;
	color: #d7002f;
	margin: 0;
}

/*________ BROKEN PAGES ________*/

.housesInfo {
	width: 100%;
	overflow: hidden;
}
.housesInfo .inlineBlocks {
	text-align: left;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
}
.housesInfo .inlineBlocks .inlineBlock {
	width: 33.33%;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}



/*________ TED POST ________*/

.content .tedxRego {
	clear: both;
	width: 100%;
}
.content .speakersContainer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.content .speakersContainer .inlineBlocks {
	width: 100%;
	width: calc(100% + 40px);
	width: calc(100% + 2.5rem);
	text-align: left;
}
.content .speakersContainer .inlineBlocks .inlineBlock {
	width: 33.33%;
	padding: 0 40px 60px 0;
	padding: 0 2.5rem 3.75rem 0;
	text-align: center;
}
.content .speakersContainer .inlineBlocks .inlineBlock img.wp-post-image {
	width: 100%;
	height: auto;
	border-radius: 50%;
	padding: 8px;
	padding: 0.5rem;
	border: 2px solid #e8e8e8;
	border: 0.125rem solid #e8e8e8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 12px;
	margin: 0 auto 0.75rem;
}
.content .speakersContainer .inlineBlocks .inlineBlock h4.title {
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
}
.content .speakersContainer .inlineBlocks .inlineBlock p.role {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	color: #3a3a3a;
}
.content .speakersContainer .inlineBlocks .inlineBlock button.viewBio {
	display: inline-block;
	border: none;
	color: #fff;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 12px 40px;
	padding: 0.75rem 2.5rem;
	line-height: 1;
	background-color: #19a74a;
	font-size: 16px;
	font-size: 1rem;
	font-family: "ff-dax-web-pro", Arial, Verdana, 'sans-serif';
}
.content .speakersContainer .inlineBlocks .inlineBlock.show button.viewBio {
	background-color: #c9c9c9;
}
.content .speakersContainer .inlineBlocks .inlineBlock .speakerContent {
	opacity: 0;
	height: 0;
	text-align: left;
	overflow: hidden;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 24px 0 0;
	padding: 1.5rem 0 0;

	-webkit-transition: opacity 100ms linear;
	-moz-transition: opacity 100ms linear;
	-ms-transition: opacity 100ms linear;
	-o-transition: opacity 100ms linear;
	transition: opacity 100ms linear;
}
.content .speakersContainer .inlineBlocks .inlineBlock.show .speakerContent {
	opacity: 1;
	height: auto;
}


/*________ STUDENT / PARENT RESOURCES ________*/

.page-id-301 .content.mainContent ul,
.page-id-734 .content.mainContent ul,
.page-id-2047 .content.mainContent ul {
	list-style: none;
	margin-left: 0;
}
.page-id-301 .content.mainContent ul li,
.page-id-734 .content.mainContent ul li,
.page-id-2047 .content.mainContent ul li {
	line-height: 32px;
	line-height: 2rem;
	width: 50%;
	float: left;
	vertical-align: top;
	padding: 0 16px 16px 0;
	padding: 0 1rem 1rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-id-301 .content.mainContent ul li {
	width: 100%;
}
.page-id-301 .content.mainContent ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.page-id-301 .content.mainContent ul li a,
.page-id-734 .content.mainContent ul li a,
.page-id-2047 .content.mainContent ul li a {
	background: #fff no-repeat top left;
	background-size: 32px 32px;
	background-size: 2rem 2rem;
	padding: 0 0 0 48px;
	padding: 0 0 0 3rem;
	line-height: 32px;
	line-height: 2rem;
	display: inline-block;
}

.page-id-301 .content.mainContent ul li a[href*='/bookshop/'] {
	background-image: url(images/icon-bookshop.png);
}
.page-id-301 .content.mainContent ul li a[href*='/app-download/'] {
	background-image: url(images/sthildas-icon.jpg);
}
.page-id-301 .content.mainContent ul li a[href*='/uniform-shop/'] {
	background-image: url(images/favicons/apple-touch-icon-60x60.png);
}
.page-id-301 .content.mainContent ul li a[href*='JR-Cafeteria-Menu-2015.pdf'] {
	background-image: url(images/icon-cafeteria.gif);
}
.page-id-301 .content.mainContent ul li a[href*='St-Hildas-School-Diary.pdf'] {
	background-image: url(images/icon-e-diary.jpg);
}
.page-id-301 .content.mainContent ul li a[href*='/junior-school-cafe/'] {
	background-image: url(images/icon-cafe.jpg);
}
.page-id-301 .content.mainContent ul li a[href*='/junior/sporting-life/'] {
	background-image: url(images/icon-junior-sports.jpg);
}
.page-id-301 .content.mainContent ul li a[href*='/co-curricular-learning/sporting-life/'] {
	background-image: url(images/icon-sports.png);
}
.page-id-301 .content.mainContent ul li a[href*='junior-school-tutorials'] {
	background-image: url(images/icon-junior-tutorials.jpg);
}
.page-id-301 .content.mainContent ul li a[href*='Tutorials'] {
	background-image: url(images/icon-tutorials.gif);
}
.page-id-301 .content.mainContent ul li a[href*='subject-selections'] {
	background-image: url(images/icon-subjects.jpg);
}
.page-id-301 .content.mainContent ul li a[href*='OSHC-Application-Form.pdf'] {
	background-image: url(images/icon-after-hours-care.png);
}
.page-id-301 .content.mainContent ul li a[href*='Outside-School-Hours-Care-Booking-Form2.pdf'] {
	background-image: url(images/icon-after-hours-care.png);
}
.page-id-301 .content.mainContent ul li a[href*='TERM-DATES'] {
	background-image: url(images/icon-term-dates.png);
}
.page-id-301 .content.mainContent ul li a[href*='network-ed.com.au'] {
	background-image: url(http://www.sthildas.qld.edu.au/wp-content/uploads/2014/10/books-icon.jpg);
}
.page-id-301 .content.mainContent ul li a[href*='/jr-cafeteria/'] {
	background-image: url(images/icon-cafeteria.gif);
}
.page-id-301 .content.mainContent ul li a[href*='/term-dates/'] {
	background-image: url(images/icon-term-dates.png);
}
.page-id-301 .content.mainContent ul li a[href*='pay.schooleasypay.com.au'] {
	background-image: url(images/icon-dollar-sign.jpg);
}

.page-id-301 .content.mainContent ul li a[href*='blackboard'],
.page-id-734 .content.mainContent ul li a[href*='blackboard'],
.page-id-2047 .content.mainContent ul li a[href*='blackboard'] {
	background-image: url(images/icon-blackboard.jpg);
}

.page-id-2047 .content.mainContent ul li a[href*='junior-school-ipad-resources'] {
	background-image: url(images/icon-apps-js.jpg);
}
.page-id-2047 .content.mainContent ul li a[href*='middle-senior-school-ipad'] {
	background-image: url(images/icon-apps-ms.jpg);
}

.page-id-301 .content.mainContent ul li a[href*='publiccalendar'],
.page-id-2047 .content.mainContent ul li a[href*='publiccalendar'] {
	background-image: url(images/icon-calendar.gif);
}
.page-id-301 .content.mainContent ul li a[href*='flexischools.com.au'],
.page-id-2047 .content.mainContent ul li a[href*='flexischools.com.au'] {
	background-image: url(images/icon-flexi-schools.gif);
}
.page-id-301 .content.mainContent ul li a[href*='softlinkhosting.com.au'],
.page-id-734 .content.mainContent ul li a[href*='softlinkhosting.com.au'],
.page-id-2047 .content.mainContent ul li a[href*='softlinkhosting.com.au'] {
	background-image: url(images/icon-library.gif);
}
.page-id-301 .content.mainContent ul li a[href*='studentcafe'],
.page-id-734 .content.mainContent ul li a[href*='studentcafe'],
.page-id-2047 .content.mainContent ul li a[href*='studentcafe'] {
	background-image: url(images/icon-student-cafe.gif);
}
.page-id-301 .content.mainContent ul li a[href*='facebook.com'],
.page-id-2047 .content.mainContent ul li a[href*='facebook.com'] {
	background-image: url(images/icon-facebook.png);
}
.page-id-301 .content.mainContent ul li a[href*='youtube.com'],
.page-id-2047 .content.mainContent ul li a[href*='youtube.com'] {
	background-image: url(images/icon-youtube.png);
}
.page-id-301 .content.mainContent ul li a[href*='linkedin.com'],
.page-id-2047 .content.mainContent ul li a[href*='linkedin.com'] {
	background-image: url(images/icon-linked-in.png);
}
.page-id-301 .content.mainContent ul li a[href*='hortonlibrary'],
.page-id-734 .content.mainContent ul li a[href*='hortonlibrary'],
.page-id-2047 .content.mainContent ul li a[href*='hortonlibrary'] {
	background-image: url(images/icon-archives.jpg);
}
.page-id-301 .content.mainContent ul li a[href*='parentlounge'],
.page-id-2047 .content.mainContent ul li a[href*='parentlounge'] {
	background-image: url(images/icon-parent-lounge.gif);
}

.page-id-734 .content.mainContent ul li a[href*='itunes.apple.com/au/institution'] {
	background-image: url(images/icon-itunes-u.png);
}
.page-id-734 .content.mainContent ul li a[href*='email.sthildas.qld.edu.au'] {
	background-image: url(images/icon-webmail.png);
}



/*________ BOARDERS LEAVE PAGE ________*/

.boardingLeaveContainer form.elab_form div[id*='mobile_phone_2'] {
	/*margin-left: 50%;*/
}
.boardingLeaveContainer form.elab_form div[id*='host_first_name'] {
	clear: left;
}



/*________ BOARDERS HOLIDAY PAGE ________*/

.boardingTravelContainer  {
	padding-top: 20px;
	padding-top: 1.25rem;
}
.boardingTravelContainer form.elab_form div[id*='departure_time'],
.boardingTravelContainer form.elab_form div[id*='departure_date'],
.boardingTravelContainer form.elab_form div[id*='return_time'],
.boardingTravelContainer form.elab_form div[id*='return_date'] {
	width: 23%;
}
.boardingTravelContainer form.elab_form div[id*='departure_signed'],
.boardingTravelContainer form.elab_form div[id*='return_signed'] {
	clear: left;
}





/*________ CONTACT PAGE ________*/

.page-template-pages-contact-php .entryContent,
.single-staff .entryContent {
	width: 60%;
	float: left;
	padding-right: 100px;
	padding-right: 6.25rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-template-pages-contact-php .contactContainer,
.single-staff .contactContainer {
	width: 40%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




/*________ BLOG PAGE ________*/

.blogContainer .post {
	overflow: hidden;
	padding: 0 0 38px;
	padding: 0 0 2.375rem;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px solid #dbcab8;
}
.blogContainer .post:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.blogContainer .post img {
	float: left;
	width: 240px;
	width: 15rem;
	height: auto;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
}
.blogContainer .post .postInfo {
	overflow: hidden;
}
.blogContainer .post h3 {
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
.blogContainer .post p.excerpt {
	padding-bottom: 0;
}

/*________ EMPLOYMENT ________*/

.jobList .job {
	border-bottom: 1px dotted #cbcbcb;
	padding: 0 0 24px;
	padding: 0 0 1rem;
	margin: 0 0 16px;
	margin: 0 0 1rem;
	position: relative;
}
.jobList .job .options {
	position: absolute;
	right: 0;
	top: 0;
}
.jobList .job .options .btn {
	display: block;
	margin: 0 0 0.5rem;
}

.btn,
.content form.elab_form input[type="submit"],
.content form.elab_form button[type="submit"],
.content form.devsForm button[type="submit"] {
	background-color: #19a74a;
	color: #fff;
	border-radius: 0.25rem;
	overflow: hidden;
	text-align: center;
}
.btn:hover,
.content form.elab_form input[type="submit"]:hover,
.content form.elab_form button[type="submit"]:hover,
.content form.devsForm button[type="submit"]:hover {
	background-color: #46c371;
	color: #fff;
	text-decoration: none;
}

.btn.small {
	font-size: 90%;
	padding: 0.25rem 1rem;
}

#cnt_19_supporting_documents-a5463 label,
#cnt_13_supporting_documents-a5463 label {
	display: none;
}
#cnt_19_supporting_documents-a5463 .desc abbr,
#cnt_13_supporting_documents-a5463 .desc abbr{
	border: none;
}


/*________ GLOBAL VISION PAGE ________*/

.page-id-2280 .blogContainer {
	padding-top: 40px;
	padding-top: 2.5rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	border-top: 1px solid #dbcab8;
}



/*________ CONTACT LISTING PAGE ________*/

.contactSection .contact {
	overflow: hidden;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contactSection .contact img {
	width: 80px;
	width: 5rem;
	height: auto;
	border-radius: 50%;
	float: left;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
}
.contactSection .contact .contactInfo {
	overflow: hidden;
	font-size: 12px;
	font-size: 0.75rem;
}
.contactSection .contact .contactInfo .title {
	font-size: 14px;
	font-size: 0.875rem;
}
.contactSection .contact .contactInfo .title a {
	color: #3A3A3A;
}
.contactSection .contact .contactInfo p {
	padding: 0;
	line-height: 1.5;
}
.contactSection .contact .contactInfo p span.outer {
	display: block;
	border-bottom: 1px dotted #cbcbcb;
	margin: 2px 0 2px;
	margin: 0.125rem 0 0.125rem;
}
.contactSection .contact .contactInfo p span.outer span.inner {
	display: inline-block;
}
.contactSection .contact .contactInfo p span.outer span.inner img {
	width: 8px;
	width: 0.625rem;
	height: auto;
	display: inline;
	margin: 0 4px 0 0;
	margin: 0 0.25rem 0 0;
	vertical-align: bottom;
}
.contactSection .contact .contactInfo .centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-height: 80px;
	min-height: 5rem;
}



/*________ SINGLES PAGE ________*/

.single-staff .contact {
	overflow: hidden;

}
.single-staff .contact img.wp-post-image {
	width: 140px;
	width: 8.75rem;
	height: auto;
	border-radius: 50%;
	float: left;
	margin: 16px 50px 20px 0;
	margin: 1rem 3.125rem 1.25rem 0;
}
.single-staff .contact .contactInfo {
	overflow: hidden;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.single-staff .contact .contactInfo h3 {
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}
.single-staff .contact .contactInfo p {
	padding: 0;
	line-height: 1.5;
	/*font-size: 20px;
	font-size: 1.25rem;*/
	border-top: 1px dotted #cbcbcb;
}
.single-staff .contact .contactInfo p span.outer {
	display: block;
	border-bottom: 1px dotted #cbcbcb;
	margin: 2px 0 2px;
	margin: 0.125rem 0 0.125rem;
	line-height: 40px;
	line-height: 2.5rem;
}
.single-staff .contact .contactInfo p span.outer span.inner {
	display: inline-block;
}
.single-staff .contact .contactInfo p span.outer span.inner img {
	width: 12px;
	width: 0.75rem;
	height: auto;
	display: inline;
	margin: 0 4px 0 0;
	margin: 0 0.25rem 0 0;
}
/*.single-staff .contact .contactInfo .centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-height: 200px;
	min-height: 12.5rem;
	}*/


	.content form.elab_form fieldset {
		padding-bottom: 20px;
		padding-bottom: 1.25rem;
	}
	.content form.elab_form fieldset h4.fieldsetHeading {
		width: 100%;
		clear: both;
		font-size: 20px;
		font-size: 1.25rem;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		background-color: #2d4897;
		padding: 8px;
		padding: 0.5rem;
		line-height: 24px;
		line-height: 1.5rem;
		font-weight: 400;
		margin: 0 0 16px;
		margin: 0 0 1rem;
	}
	.content form.elab_form fieldset h4.fieldsetHeading span {
		font-size: 16px;
		font-size: 1rem;
		color: #fff;
	}
	.content form.elab_form fieldset p.fieldsetDescription {
		font-size: 14px;
		font-size: 0.875rem;
		text-align: center;
		width: 100%;
		clear: both;
	}




	.applicationContainer form.elab_form fieldset[id*='fs_personal_details'] div[id*='state'],
	.applicationContainer form.elab_form fieldset[id*='fs_personal_details'] div[id*='postcode'],
	.applicationContainer form.elab_form fieldset[id*='fs_personal_details'] div[id*='phone'] {
		width: 23%;
	}
	.applicationContainer form.elab_form fieldset[id*='additional_personal_details'] div.double {
		width: 98%;
	}
	.applicationContainer form.elab_form fieldset[id*='fs_health'] div[id*='health_conditions'],
	.applicationContainer form.elab_form fieldset[id*='fs_certify_information'] div[id*='certify_information_conditions'] {
		width: 100%;
		margin-right: 0;
	}
	.applicationContainer form.elab_form fieldset[id*='fs_present_position'] .datefield,
	.applicationContainer form.elab_form fieldset[id*='fs_teaching_employment_history'] .datefield,
	.applicationContainer form.elab_form fieldset[id*='fs_other_employment_history'] .datefield,
	.applicationContainer form.elab_form fieldset[id*='fs_employment_history'] .datefield {
		width: 23%;
		margin-bottom: 40px;
		margin-bottom: 2.5rem;
	}
	.applicationContainer form.elab_form fieldset[id*='fs_professional_referees'] div[id*='position'],
	.applicationContainer form.elab_form fieldset[id*='fs_professional_referees'] div[id*='telephone'] {
		width: 23%;
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
	}

	/*Teaching Form*/
	.applicationContainer form.elab_form fieldset[id*='fs_educational_qualifications'] div[id*='attended'],
	.applicationContainer form.elab_form fieldset[id*='fs_educational_qualifications'] div[id*='completed'],
	.applicationContainer form.elab_form fieldset[id*='fs_other_educational_qualifications'] div[id*='attended'],
	.applicationContainer form.elab_form fieldset[id*='fs_other_educational_qualifications'] div[id*='completed'] {
		width: 23%;
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
	}
	/*Non Teaching Form*/
	.applicationContainer form.elab_form fieldset[id*='fs_qualifications'] div[id*='qualification_institution'],
	.applicationContainer form.elab_form fieldset[id*='fs_qualifications'] div[id*='qualification_completion'] {
		width: 23%;
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
	}


	.single-job .defaultContent {
		padding: 20px 0;
		padding: 1.25rem 0;
	}
	/*.single-job*/
	.applicationContainer form.elab_form fieldset[id*='fs_job_position'] {
		display: none;
	}

	.single-post .content h2.entryTitle {
		padding-bottom: 8px;
		padding-bottom: 0.5rem;
	}



	.content .entryMeta {
		overflow: hidden;
		border-top: 1px dotted #cbcbcb;
		border-bottom: 1px dotted #cbcbcb;
		margin: 0 0 16px;
		margin: 0 0 1rem;
		clear: both;
		width: 100%;
	}
	.content .entryMeta p {
		float: left;
		border-right: 1px solid #858585;
		margin: 8px 12px 8px 0;
		margin: 0.5rem 0.75rem 0.5rem 0;
		padding: 0 12px 0 0;
		padding: 0 0.75rem 0 0;
		line-height: 14px;
		line-height: 0.875rem;
		font-size: 14px;
		font-size: 0.875rem;
		color: #858585;
	}
	.content .entryMeta p a {
		color: #858585;
		text-decoration: underline;
	}
	.content .entryMeta p a:hover {
		text-decoration: none;
	}
	.content .entryMeta p:last-child {
		border-right: none;
		margin-right: 0;
	}
	.content .socialContainer {
		margin: 0 0 32px;
		margin: 0 0 2rem;
		overflow: hidden;
	}
	.content .socialContainer p {
		float: left;
		color: #858585;
		padding: 4px 8px 0 0;
		padding: 0.25rem 0.5rem 0 0;
		line-height: 14px;
		line-height: 0.875rem;
		font-size: 14px;
		font-size: 0.875rem;
	}



	/*________ SIDEBAR ________*/

	.sidebar {
		width: 23%;
		padding: 40px 0 40px;
		padding: 2.5rem 0 2.5rem;
		float: left;
	}
	.sidebar .section {
		padding: 0 0 20px;
		padding: 0 0 1.25rem;
	}
	.sidebar .section:last-child {
		padding-bottom: 0;
	}
	.sidebar .section h3 {
		color: #2d4897;
		padding-top: 16px;
		padding-top: 1rem;
	}
	.sidebar .section ul {
		list-style: none;
	}

	.sidebar .contactSection {
		text-align: left;
	}
	.sidebar .contactSection .contact {
		padding: 0 0 20px;
		padding: 0 0 1.25rem;
		width: 100%;
	}

	.sidebar .contactSection .contact .staffContactContainer {
		width: 100%;
		height: 0px;
		overflow: hidden;
		-webkit-transition: all 100ms linear;
		-moz-transition: all 100ms linear;
		-ms-transition: all 100ms linear;
		-o-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	.sidebar .contactSection .contact .staffContactContainer.show {
		height: auto;
	}
	.sidebar .contactSection .contact .staffContactContainer form.elab_form  {
		padding: 20px 0 0;
		padding: 1.25rem 0 0;
	}
	.sidebar .contactSection .contact .staffContactContainer form.elab_form fieldset .fieldwrap {
		padding-bottom: 10px;
		padding-bottom: 0.625rem;
	}
	.sidebar .contactSection .contact .staffContactContainer form.elab_form fieldset label {
		font-size: 12px;
		font-size: 0.75rem;
		padding-bottom: 2px;
		padding-bottom: 0.125rem;
	}
	.sidebar .contactSection .contact .staffContactContainer form.elab_form fieldset input {
		height: 32px;
		height: 2rem;
	}
	.sidebar .contactSection .contact .staffContactContainer form.elab_form fieldset textarea {
		height: 100px;
		height: 6.25rem;
	}



	.sidebar .bottomSidebar {
		border-left: 1px solid #cbcbcb;
		margin-bottom: 32px;
		margin-bottom: 2rem;
	}
	.sidebar .bottomSidebar .section {
		padding-left: 28px;
		padding-left: 1.75rem;
	}
	.sidebar .bottomSidebar .section.fullWidth {
		padding-left: 0;
	}
	.sidebar .bottomSidebar .section.fullWidth h3 {
		padding-left: 24px;
		padding-left: 1.5rem;
	}




	.sidebar form.searchform {
		position: relative;
	}
	.sidebar form.searchform .fieldContainer {
		overflow: hidden;
	}
	.sidebar form.searchform .fieldContainer label {
		display: none
	}
	.sidebar form.searchform .fieldContainer input[type="text"] {
	}
	.sidebar form.searchform button[type="submit"] {
		text-indent: -9999px;
		border: none;
		width: 18px;
		width: 1.125rem;
		height: 18px;
		height: 1.125rem;
		background: none;
		position: absolute;
		top: 10px;
		top: 0.625rem;
		right: 14px;
		right: 0.875rem;
	}
	.sidebar form.searchform button[type="submit"] img {
		width: 100%;
		height: auto;
	}


	.sidebar .listSection ul li a,
	.sidebar .listSection ul li.cat-item-none {
		display: block;
		line-height: 24px;
		line-height: 1.5rem;
		padding: 10px 0 6px 24px;
		padding: 0.625rem 0 0.375rem 1.5rem;
		border-bottom: 1px dotted #cbcbcb;
		font-size: 14px;
		font-size: 0.875rem;
		text-decoration: none;
		-webkit-transition: all 100ms linear;
		-moz-transition: all 100ms linear;
		-ms-transition: all 100ms linear;
		-o-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	.sidebar .listSection ul li a:hover {
		padding-left: 32px;
		padding-left: 2rem;
	}
	.sidebar .listSection ul li.current a,
	.sidebar .section.categories ul li.current-cat > a {
		font-weight: 700;
		padding-left: 48px;
		padding-left: 3rem;
		background: url(images/icon-arrow-right-blue.png) 28px center no-repeat;
		background: url(images/icon-arrow-right-blue.png) 1.75rem center no-repeat;
		background-size: 10px 10px;
		background-size: 0.625rem 0.625rem;
	}
	.ie .sidebar .listSection ul li.current a,
	.ie .sidebar .section.categories ul li.current-cat > a {
		background-image: url(images/icon-arrow-right-blue-ie.png);
	}

	.sidebar .contentSection {
		padding-bottom: 0;
	}

	.sidebar .contentSection ul {
		margin-left: 0;
	}
	.sidebar .contentSection ul li {
		margin: 0 0 10px;
		margin: 0 0 0.625rem;
	}

	.sidebar .content {
		padding-bottom: 0;
	}
	.sidebar .content h3 span {
		color: #2d4897 !important;
	}
	.sidebar .content p {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.sidebar .content a.icon /*link*/ {
		display: block;
		padding: 8px 4px 6px 40px;
		padding: 0.5rem 0.25rem 0.375rem 2.5rem;
		background: url(images/icon-link-external.png) no-repeat;
		background-position: 12px 8px;
		background-position: 0.75rem 0.5rem;
		background-size: 20px 20px;
		background-size: 1.25rem 1.25rem;
		border: 1px solid #cbcbcb;
		border-radius: 4px;
		border-radius: 0.25rem;
		display: block;
		color: #2ba241;
		text-decoration: none;
		line-height: 24px;
		line-height: 1.5rem;
		-webkit-transition: all 100ms linear;
		-moz-transition: all 100ms linear;
		-ms-transition: all 100ms linear;
		-o-transition: all 100ms linear;
		transition: all 100ms linear;
		margin: 0 0 10px;
		margin: 0 0 0.625rem;
		width: 100%;
		overflow: hidden;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.sidebar .content a.icon:last-child {
		margin-bottom: 0;
	}
	.sidebar .content a.icon::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		height: 100%;
		width: 10px;
		width: 0.625rem;
		background-color: #fff;
	}
	.sidebar .content a.icon:hover {
		border-color: #2ba241;
	}
	.sidebar .content a[href$='.doc'].icon,
	.sidebar .content a[href$='.docx'].icon,
	.sidebar .content a[href$='.rtf'].icon,
	.sidebar .content a[href$='.wps'].icon,
	.sidebar .content a[href$='.txt'].icon {
		background-image: url(images/icon-link-document.png);
		color: #0054a6;
	}
	.sidebar .content a[href$='.doc'].icon:hover,
	.sidebar .content a[href$='.rtf'].icon:hover,
	.sidebar .content a[href$='.wps'].icon:hover,
	.sidebar .content a[href$='.txt'].icon:hover {
		border-color: #0054a6;
	}
	.sidebar .content a[href$='.pdf'].icon {
		background-image: url(images/icon-link-pdf.png);
		color: #f91d0a;
	}
	.sidebar .content a[href$='.pdf'].icon:hover {
		border-color: #f91d0a;
	}
	.sidebar .content a[href*='youtube.com'].icon {
		background-image: url(images/icon-link-video.png);
		color: #cd332d;
	}
	.sidebar .content a[href*='youtube.com'].icon:hover {
		border-color: #cd332d;
	}



	.sidebar .content a.ytImageLink {
		margin: 0 0 10px;
		margin: 0 0 0.625rem;
		overflow: hidden;
		position: relative;
		display: block;
	}
	.sidebar .content a.ytImageLink span {
		z-index: 20;
		background-color: #f91d0a;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		color: #fff;
		line-height: 16px;
		line-height: 1rem;
		padding: 4px;
		padding: 0.25rem;
		display: block;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 12px;
		font-size: 0.75rem;
	}
	.sidebar .content a.ytImageLink img {
		position: relative;
		z-index: 10;
		width: 100%;
		height: auto;
	}
	.sidebar .content a.ytImageLink::after {
		content:'';
		display: block;
		width: 60px;
		width: 3.75rem;
		height: 40px;
		height: 2.5rem;
		background: url(images/icon-yt-play.png) center center no-repeat;
		background-size: 60px 40px;
		background-size: 3.75rem 2.5rem;
		margin: auto;
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		z-index: 30;
	}





	/*________ FOOTER ________*/

	.taglineWrapper {
		position: relative;
		width: 100%;
		z-index: 20;
	}
	.taglineContainer {
		width: 100%;
		position: absolute;
		top: -22px;
		top: -1.375rem;
		left: 0;
	}
	.taglineContainer .wrapper img.tagline {
		width: 100%;
		max-width: 800px;
		max-width: 50rem;
		height: auto;
		border: 1px solid #fff;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.footer {
		width: 100%;
		clear: both;
		background-color: #2f4597;
		padding: 40px 0;
		padding: 2.5rem 0;
		color: #fff;
	}
	.footer .wrapper {
		overflow: hidden;
	}
	.footer a {
		color: #fff;
		text-decoration: none
	}
	.footer h5 {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 40px;
		line-height: 2.5rem;
		text-transform: uppercase;
	}
	.footer h5.parentInfo {
		background: url(images/icon-information.png) no-repeat left center;
		background-size: 24px 22px;
		background-size: 1.5rem 1.375rem;
	}
	.footer h5.parentInfo a {
		display: block;
		padding: 0 0 0 36px;
		padding: 0 0 0 2.25rem;
	}
	.footer h5.resources a {
		color: #f3c811;
		text-decoration: underline;
	}
	.footer h5.resources a:hover {
		text-decoration: none;
	}

	.footer .footerLogos {
		float: left;
		width: 22%;
		margin: 16px 0 0;
		margin: 1rem 0 0;
	}
	.footer .footerLogos img.logo {
		width: 100%;
		height: auto;
		margin: 0 auto 32px;
		margin: 0 auto 2rem;
		max-width: 180px;
		max-width: 11.25rem;
	}
	.footer .footerLogos ul {
		border-top: 1px dotted #6374b1;
		border-bottom: 1px dotted #6374b1;
		overflow: hidden;
		list-style: none;
		padding: 10px 2px 2px;
		padding: 0.625rem 0.125rem 0.125rem;
	}
	.footer .footerLogos ul li {
		float: left;
		width: 48%;
	}
	.footer .footerLogos ul li:last-child {
		float: right
	}
	.footer .footerLogos ul li img {
		width: 100%;
		height: auto;
		max-width: 90px;
		max-width: 5.625rem;
		margin: 4px auto 16px;
		margin: 0.25rem auto 1rem;
	}
	.footer .footerLogos ul li:last-child img {
		max-width: 104px;
		max-width: 6.5rem;
		margin-top: 0;
	}

	.footer .footerGrid {
		overflow: hidden;
		width: 78%;
		float: right;
	}
	.footer .footerGrid .gridItem {
		margin: 0 0 20px;
		margin: 0 0 1.25rem;
		overflow: hidden;
	}
	.footer .footerGrid .gridItem .gridItem {
		margin-bottom: 0; /*temp hack for employment*/
	}

	.footer .footerGrid .gridItem ul {
		list-style: none;
	}
	.footer .footerGrid .gridItem ul li {
	}
	.footer .footerGrid .gridItem ul.footerNav li a,
	.footer .footerGrid .gridItem ul.footerNav li span {
		border-bottom: 1px dotted #6374b1;
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 18px;
		line-height: 1.125rem;
		padding: 6px 0;
		padding: 0.375rem 0;
		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;
	}
	.footer .footerGrid .gridItem ul.footerNav li a:hover {
		color: #c8d0f0;
	}



	.footer form.searchform {
		position: relative;
	}
	.footer form.searchform .fieldContainer {
		overflow: hidden;
	}
	.footer form.searchform .fieldContainer label {
		display: none
	}
	.footer form.searchform .fieldContainer input[type="text"] {
		height: 32px;
		height: 2rem;
		padding: 0 8px;
		padding: 0 0.5rem;
		font-size: 12px;
		font-size: 0.75rem;
	}
	.footer form.searchform button[type="submit"] {
		text-indent: -9999px;
		border: none;
		width: 16px;
		width: 1rem;
		height: 16px;
		height: 1rem;
		background: none;
		position: absolute;
		top: 8px;
		top: 0.5rem;
		right: 12px;
		right: 0.75rem;
	}
	.footer form.searchform button[type="submit"] img {
		width: 100%;
		height: auto;
	}



	.footer p.copyright {
		clear: both;
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 18px;
		line-height: 1.125rem;
	}
	.footer p.copyright a {
		color: #fff;
		text-decoration: none;
	}
	.footer p.copyright a:hover {
		text-decoration: underline;
	}


	.footer .footerGrid[data-columns]::before {
		content: '3 .column.size-1of3';
		display: none;
	}
	.footer .footerGrid .column {
		float: left;
		padding: 0 0 0 40px;
		padding: 0 0 0 2.5rem;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer .footerGrid .column.size-1of1 {
		width: 100%;
	}
	.footer .footerGrid .column.size-1of2 {
		width: 50%;
	}
	.footer .footerGrid .column.size-1of3 {
		width: 33.333%;
	}
	.ie .footer .footerGrid {
		text-align: left;
	}
	.ie .footer .footerGrid > .gridItem {
		width: 33.333%;
		display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: top;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 40px;
		padding-left: 2.5rem;
	}

	.footer .socialNav {
		list-style: none;
	}
	.footer .socialNav li {
		display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: top;
		margin: 0 8px 8px 0;
		margin: 0 0.5rem 0.5rem 0;
		width: 30px;
		width: 1.875rem;
	}
	.footer .socialNav li:last-child {
		margin-right: 0;
	}


	.footer .socialNav li:last-child .hint--top:after {
		right: 0;
		left: auto;
	}
	.footer .socialNav li a {
		display: block;
	}
	.footer .socialNav li a img {
		width: 100%;
		height: auto;
	}





	/*________ FORMS ________*/

	form *,
	form.elab_form *,
	.fc_container form.elab_form * {
		font-family: inherit;
		font-size: 14px;
		font-size: 0.875rem;
		color: #222;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="tel"],
	form select {
		background-color: #fff;
		border: 1px solid #cbcbcb;
		height: 40px;
		height: 2.5rem;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 12px;
		padding: 0 0.75rem;
	}

	form ::-webkit-input-placeholder { /* WebKit browsers */
		color: #3a3a3a;
		font-style: italic;
	}
	form :-moz-placeholder { /* Firefox 18- */
		color: #3a3a3a;
		opacity: 1;
		font-style: italic;
	}
	form ::-moz-placeholder {  /* Firefox 19+ */
		color: #3a3a3a;
		opacity: 1;
		font-style: italic;
	}
	form :-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #3a3a3a;
		font-style: italic;
	}
	/* css for timepicker */
	.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
	.ui-timepicker-div dl { text-align: left; }
	.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
	.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
	.ui-timepicker-div td { font-size: 90%; }
	.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

	.ui-timepicker-rtl{ direction: rtl; }
	.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
	.ui-timepicker-rtl dl dt{ float: right; clear: right; }
	.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }


	.fc_container form.elab_form .checkboxwrap {
		padding-right: 16px;
		padding-right: 1rem;
		overflow: hidden;
		display: inline-block;
	}



	/*________ MISC ________*/

	.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;
	}




	.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%;
	}



	.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;
	}

	button {
		cursor: pointer;
	}
	button::-moz-focus-inner { /* Remove stupid button padding in FF */
		border:0;
		padding:0;
	}

	.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%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.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%;
	}

	.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;
	}


	.bgGreen {
		background-color: #2ba241 !important;
	}
	.bgPurple {
		background-color: #691a68 !important;
	}
	.bgYellow {
		background-color: #edcc38 !important;
	}
	.bgLightBlue {
		background-color: #2aabe8 !important;
	}
	.bgPink {
		background-color: #dd167a !important;
	}
	.bgDarkBlue {
		background-color: #2a5ba0 !important;
	}


	.colorGreen {
		color: #2ba241 !important;
	}
	.colorPurple {
		color: #691a68 !important;
	}
	.colorYellow {
		color: #edcc38 !important;
	}
	.colorLightBlue {
		color: #2aabe8 !important;
	}
	.colorPink {
		color: #dd167a !important;
	}
	.colorDarkBlue {
		color: #2a5ba0 !important;
	}

	/*HOUSE COLORS*/
	.colorRed {
		color: red !important;
	}

	.content .openDayFormContainer {
		width: 384px;
		width: 24rem;
		/*float: right;*/
	}

	/*________ 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 {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
.wp-caption {
	background: #f4bb00;
	margin: 20px 0;
	margin: 1.25rem 0;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 112% !important;
	overflow: hidden;
}
.wp-caption img {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: 75%;
	height: auto;
	float: right;
}
.content .wp-caption a img:hover {
	opacity: 1;
}
.wp-caption p.wp-caption-text {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-style: italic;
	padding: 10px 18px 8px;
	padding: 0.625rem 1.125rem 0.5rem;
	overflow: hidden;
}
.wp-smiley {
	margin: 0;
}

/*
.gallery {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	clear: both;
	width: 100%;
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 100px;
	min-width: 6.25rem;
}
.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;
	padding: 4px;
	padding: 0.25rem;
	-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;
	}*/

	.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;

		position: relative;
	}
	.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-columns-8 .gallery-item {


	}




	.gallery .gallery-item .gallery-icon {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		height: 100%;
		position: relative;
	}


	.gallery .gallery-item a {
		display: block;
		overflow: hidden;
	}
	.gallery .gallery-item img {
		width: 100%;
		height: auto;
	}
	.gallery .gallery-item a 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: 1.5;
	}
	.gallery br {
		display: none;
	}
	.gallery dl {
		margin: 0;
	}
	.content .attachment img {/* single attachment images should be centered */
		display: block;
		margin: 0 auto;
	}














	.content a img {
		-webkit-transition: all 100ms linear;
		-moz-transition: all 100ms linear;
		-ms-transition: all 100ms linear;
		-o-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	.content a img:hover {
		opacity: 0.8;
	}


	/*________ WP PRINT ________*/

	@media print {

	}


	/*________ RESPONSIVE ________*/

	/* 1440px */

	@media (max-width: 90em ) {
		.mainNav a {
			padding: 0 12px;
			padding: 0 0.75rem;
		}
		.mainNav .menu-item-has-children > a {
			padding-right: 16px;
			padding-right: 1rem;
		}
	}

	/* 1340px */
	@media (max-width: 83.75em) {
		.home .sliderContainer .slider .slide .overlay {
			padding-top: 40px;
			padding-top: 2.5rem;
			padding-bottom: 40px;
			padding-bottom: 2.5rem;
		}
		.mainNav li:nth-last-child(1) ul,
		.mainNav li:nth-last-child(2) ul,
		.mainNav li:nth-last-child(3) ul {
			left: auto;
			right: 0;
		}
	}

	/* 1240px */
	@media (max-width: 77.5em) {
		html {
			font-size: 90%;
		}
	}

	/* 1140px */
	@media (max-width: 71.25em) {
		html {
			font-size: 80%;
		}
		.wrapper {
			padding-left: 16px;
			padding-left: 1rem;
			padding-right: 16px;
			padding-right: 1rem;
		}
		.header .wrapper {
			padding-left: 0;
			padding-right: 0;
		}
	}

	/* 1040px */
	@media (max-width: 65em) {
		.home .sliderContainer .slider .slide .overlay {
			padding-top: 20px;
			padding-top: 1.25rem;
			padding-bottom: 20px;
			padding-bottom: 1.25rem;
		}
		.mainNav .menu-item-has-children > a {
			padding-right: 12px;
			padding-right: 0.75rem;
		}
		.mainNav a {
			padding: 0 10px;
			padding: 0 0.625rem;
		}
	}

	/* 940px */
	@media (max-width: 58.75em) {

		.home .newsContainer .article {
			padding: 0 10px 20px;
			padding: 0 0.625rem 1.25rem;
		}

		.mainNav a {
			padding: 0 8px;
			padding: 0 0.5rem;
		}
		.mainNav .menu-item-has-children > a {
			padding-right: 8px;
			padding-right: 0.5rem;
		}
		.mainNav .menu-item-has-children > a:after {
			margin: 0 0 0 2px;
			margin: 0 0 0 0.125rem;
		}
		.mainNav.noDropdowns > li > a {
			padding: 0 12px;
			padding: 0 0.75rem;
		}
		.page-template-pages-contact-list-php .contactSection .contact {
			width: 33.33%;
		}

		.mainNavToggle {
			display: block;
		}
		.mainNav {
			height: 0;
			opacity: 0;
			overflow: hidden;
			position: absolute;
			top: 60px;
			top: 3.75rem;
			left: 0;
			width: 100%;
			background-color: #fff;
			-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: #2f4597;
			background-color: rgba(47, 69, 151, 0.9);
		}
		.mainNav.show {
			height: auto;
			opacity: 1;
		}
		.mainNav li {
			width: 100%;
			float: none;
		}
		.mainNav a {
			padding: 0 16px !important;
			padding: 0 1rem !important;
		}
		.mainNav ul {
			width: 100%;
			position: relative;
			top: auto;
			left: auto;
		}
	}

	/* 840px */
	@media (max-width: 52.5em) {

	}

	/* 782px */
	@media (max-width: 48.875em) {
		.admin-bar .navContainer {
			top: 46px;
		}
		.admin-bar .header,
		.admin-bar .header.headroom--pinned {
			top: 46px;
		}
	}

	/* 740px */
	@media (max-width: 46.25em) {
		.headroom--pinned,
		.admin-bar .header.headroom--pinned {
			position: relative;
			top: auto;
			left: auto;
		}
		#enquiry_form_a5463 fieldset > div:not(#cnt_1_enquiry-a5463) {
			width: 100%;
			float: left;
			display: inline-block;
			clear: both;
		}
		#enquiry_form_a5463 fieldset > div:not(#cnt_1_enquiry-a5463):nth-child(odd) {
			margin-left: 0%;
		}





		.home .sliderContainer .slider .slide img {
			left: 50%;
			margin-left: -470px;
			margin-left: -29.375rem;
			position: relative;
			width: 940px;
			width: 58.75rem;
		}

		.home .sliderContainer .slider .slide .videoContainer {
			left: 50%;
			margin-left: -470px;
			margin-left: -29.375rem;
			width: 940px;
			width: 58.75rem;

			height: 524px;
			height: 32.75rem;
			padding-bottom: 0;
			top: 0;
			bottom: auto;
		}

		.home .sliderContainer .slider .slide .overlay {
			bottom: auto;
			top: 0;
			height: 100%;
			width: 100%;
			text-align: center;

			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-flex-direction: column;
			flex-direction: column;
		}


		.content.mainContent {
			width: 100%;
			float: none;
			padding-right: 0;
		}
		.sidebar {
			width: 100%;
			float: none;
		}
		.sidebar .bottomSidebar {
			border-left: none;
			height: auto !important
		}
		.sidebar .searchSection,
		.sidebar .contentSection {
			padding-left: 0;
		}
		.contactSection .contact {
			padding: 0 20px 20px 0 !important;
			padding: 0 1.25rem 1.25rem 0 !important;
			width: 33.33%;
		}

		.footer .footerLogos ul li {
			width: 100%;
			float: none;
		}
		.wp-caption {
			width: 100% !important;
		}
		.sidebar .bottomSidebar .section {
			padding-left: 0;
		}
	}

	/* 640px */
	@media (max-width: 40em) {
		body {
			padding-top: 0;
		}
		.navContainer {
			position: relative !important;
			top: auto !important;
			left: auto !important;
		}
		.navContainer.hide {
			top: auto !important;
			opacity: 1 !important;
		}
		.home .newsContainer .article {
			width: 50%;
		}
		.taglineContainer {
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
		.taglineContainer .wrapper img.tagline {
			border-top: none;
		}
		.content .subPageContainer .subPage .subPageContent {
			width: 100%;
			float: none !important;
		}
		.content .subPageContainer .subPage .subPageContent:after {
			top: auto;
			left: auto !important;
			right: 40px !important;
			right: 2.5rem !important;
			bottom: -20px;
			bottom: -1.25rem;
		}
		.content .subPageContainer .subPage .subPageImage {
			width: 100%;
			float: none !important;
		}
		.contactSection .contact {
			width: 50% !important;
		}
		.page-template-pages-contact-php .entryContent,
		.single-staff .entryContent {
			width: 100%;
			float: none;
			padding-right: 0;
			padding-bottom: 40px;
			padding-bottom: 2.5rem;
		}
		.page-template-pages-contact-php .contactContainer,
		.single-staff .contactContainer {
			width: 100%;
			float: none;
		}

	}

	/* 540px */
	@media (max-width: 33.75em) {
		.content .speakersContainer .inlineBlocks .inlineBlock {
			width: 50%;
		}
		.footer .footerGrid {
			width: 100%;
			float: none;
		}
		.footer .footerGrid .column {
			padding: 0 10px;
			padding: 0 0.625rem;
		}
		.footer .footerLogos {
			width: 100%;
			float: none;
			margin: 0 0 24px;
			margin: 0 0 1.5rem;
		}
		.footer .footerLogos ul li {
			float: left;
			width: 48%;
		}
		.footer .footerLogos ul li:last-child {
			float: right
		}
		.wp-caption img {
			width: 100%;
			float: none;
		}
	}

	/* 440px */
	@media (max-width: 27.5em) {
		.blogContainer .post img {
			float: none;
			width: 100%;
			margin: 0 0 8px;
			margin: 0 0 0.5rem;
		}
		.contactSection .contact {
			width: 100% !important;
			padding: 0 0 20px !important;
			padding: 0 0 1.25rem !important;
		}
		.housesInfo .inlineBlocks .inlineBlock {
			width: 100%;
		}
	}

	/* 340px */
	@media (max-width: 21.25em) {
		.home .newsContainer .article {
			width: 100%;
			padding: 0 0 20px;
			padding: 0 0 1.25rem;
		}
		.page-id-301 .content.mainContent ul {
			columns: 1;
			-webkit-columns: 1;
			-moz-columns: 1;
		}
		.page-id-301 .content.mainContent ul li {
			width: 100% !important;
		}
		.content .speakersContainer .inlineBlocks .inlineBlock {
			width: 100%;
		}
		.footer .footerGrid .column {
			padding: 0;
		}
	}


	/* Configure salvattore with media queries */
	/* 440px */
	@media screen and (max-width: 27.5em) {
		.footer .footerGrid[data-columns]::before {
			content: '1 .column.size-1of1';
		}
	}
	/* 441px - 740px */
	@media screen and (min-width: 27.5625em) and (max-width: 46.25em) {
		.footer .footerGrid[data-columns]::before {
			content: '2 .column.size-1of2';
		}
	}
	/* 741px */
	@media screen and (min-width: 46.3125em) {
		.footer .footerGrid[data-columns]::before {
			content: '3 .column.size-1of3';
		}
	}




/*! Hint.css (base version) - v1.3.3 - 2014-07-06
* http://kushagragour.in/lab/hint/
* Copyright (c) 2014 Kushagra Gour; Licensed MIT */

.hint,[data-hint]{position:relative;display:inline-block}.hint:before,.hint:after,[data-hint]:before,[data-hint]:after{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms}.hint:hover:before,.hint:hover:after,.hint:focus:before,.hint:focus:after,[data-hint]:hover:before,[data-hint]:hover:after,[data-hint]:focus:before,[data-hint]:focus:after{visibility:visible;opacity:1}.hint:hover:before,.hint:hover:after,[data-hint]:hover:before,[data-hint]:hover:after{-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms}.hint:before,[data-hint]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}.hint:after,[data-hint]:after{content:attr(data-hint);background:#383838;color:#fff;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap}.hint--top:before{border-top-color:#383838}.hint--bottom:before{border-bottom-color:#383838}.hint--left:before{border-left-color:#383838}.hint--right:before{border-right-color:#383838}.hint--top:before{margin-bottom:-12px}.hint--top:after{margin-left:-18px}.hint--top:before,.hint--top:after{bottom:100%;left:50%}.hint--top:hover:after,.hint--top:hover:before,.hint--top:focus:after,.hint--top:focus:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom:before{margin-top:-12px}.hint--bottom:after{margin-left:-18px}.hint--bottom:before,.hint--bottom:after{top:100%;left:50%}.hint--bottom:hover:after,.hint--bottom:hover:before,.hint--bottom:focus:after,.hint--bottom:focus:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--right:before{margin-left:-12px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:before,.hint--right:after{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before,.hint--right:focus:after,.hint--right:focus:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{margin-right:-12px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:before,.hint--left:after{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:bef
