/*
Theme Name: 7thVision Theme 2016
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2016
*/

/*________ GLOBAL ELEMENTS ________*/




* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}

.ie * {

}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #303238;
}
a:hover {
	color: #303238;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
	text-decoration: none;
}
html {
	font-size: 100%;
}
body {
	/*font-family: 'PT Serif', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;*/
	font-family: 'Lato', Arial, 'Helvetica Neue', Helvetica, sans-serif;

	font-size: 16px;
	font-size: 1rem;
	color: #303238;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%;

	background: #fff -webkit-linear-gradient(top, #FFF, #FFF) repeat-x; /* windows chrome fixed scrolling replication issue */
	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
}




/*________ SLIDEOUT ________*/

body {
	width: 100%;
	height: 100%;
}

.menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 360px;
	width: 22.5rem;
	min-height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
	left: 0;
}

.panel {
	position: relative;
	z-index: 1;
	will-change: transform;
	background-color: #FFF; /* A background-color is required */
	min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .panel {
	overflow: hidden;
}

.slideout-open .menu {
	display: block;
}




/*________ MENU ________*/

.menu {
	background-color: #303238;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding: 100px 0 40px;
	padding: 6.25rem 0 2.5rem;
}
.menu a {
	color: #fff;
	text-decoration: none;
}

.menu .section {
	padding: 0 40px 24px;
	padding: 0 2.5rem 1.5rem;
}

.menu .section.phone {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.menu .section.phone ul.socialNav li a span * {
	fill: #303238;
}

.menu .section.search form {
	position: relative;
}
.menu .section.search form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #565961;
}
.menu .section.search form :-moz-placeholder { /* Firefox 18- */
	color: #565961;
	opacity: 1;
}
.menu .section.search form ::-moz-placeholder {  /* Firefox 19+ */
	color: #565961;
	opacity: 1;
}
.menu .section.search form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #565961;
}

.menu .section.search form label {
	display: none;
}
.menu .section.search form input[type="text"] {
	background-color: transparent;
	padding-left: 34px;
	padding-left: 2.125rem;
	color: #fff;
}
.menu .section.search form button[type="submit"] {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: transparent;
	width: 20px;
	width: 1.25rem;
	height: 18px;
	height: 1.125rem;
}
.menu .section.search form button[type="submit"] * {
	fill: #565961;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.menu .section.search form button[type="submit"]:hover * {
	fill: #fff;
}
.menu .section.search form button[type="submit"] img,
.menu .section.search form button[type="submit"] svg {
	width: 100%;
	height: 18px;
	height: 1.125rem;
}


.menu .section.nav {
	padding: 0;
}
.menu .section.nav .mainNav li {
	list-style: none;
}
.menu .section.nav .mainNav li a {
	padding: 12px 8px;
	padding: 0.75rem 0.5rem;
	line-height: 1.25;
	text-transform: uppercase;
	position: relative;
	display: block;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.menu .section.nav .mainNav > li > a {
	padding-left: 40px;
	padding-left: 2.5rem;
}
.menu .section.nav .mainNav li:hover > a,
.menu .section.nav .mainNav li.toggled > a {
	background-color: #565961;
}
.menu .section.nav .mainNav li.menu-item-has-children > a:before,
.menu .section.nav .mainNav li.menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	border: 6px solid transparent;
	border: 0.375rem solid transparent;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.menu .section.nav .mainNav li.menu-item-has-children > a:before {
	border-top-color: #303238;
	top: 20px;
	top: 1.25rem;
	z-index: 2;
}
.menu .section.nav .mainNav li.menu-item-has-children > a:hover:before {
	border-top-color: #565961;
}
.menu .section.nav .mainNav li.menu-item-has-children.toggled > a:before {
	top: 18px;
	top: 1.125rem;
	border-top-color: transparent;
	border-left-color: #565961;
}
.menu .section.nav .mainNav li.menu-item-has-children > a:after {
	border-top-color: #a1a1a1;
	top: 22px;
	top: 1.375rem;
	z-index: 1;
}
.menu .section.nav .mainNav li.menu-item-has-children:hover > a:after {
	border-top-color: #a1a1a1;
}
.menu .section.nav .mainNav li.menu-item-has-children.toggled:hover > a:after,
.menu .section.nav .mainNav li.menu-item-has-children.toggled > a:after {
	top: 18px;
	top: 1.125rem;
	right: 8px;
	right: 0.5rem;
	border-top-color: transparent;
	border-left-color: #a1a1a1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.menu .section.nav .mainNav li ul {
	display: none;
	background-color: #3e4148;
}
.menu .section.nav .mainNav li.toggled ul {
	display: block;
}
.menu .section.nav .mainNav li ul li a {
	padding-left: 80px;
	padding-left: 5rem;
}


/*________ WRAPPERS ________*/

.wrapper {
	width: 100%;
	max-width: 1160px;
	max-width: 72.5rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.wrapper.large {
	max-width: 100%;
}
.ie .wrapper {
	width: 1160px;
}


/*________ HEADER & NAV ________*/

.header {
	position: relative;
	min-height: 400px;
	min-height: 25rem;
	padding: 44px 0 0;
	padding: 2.75rem 0 0;
	color: #fff;
	background-color: #23252b;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 500;
	overflow: hidden;
}
.header a {
	color: #fff;
}
.header .wrapper {
	z-index: 2;
	position: relative;
}
.header .logo {
	width: 100%;
	max-width: 260px;
	max-width: 16.25rem;
	margin: 0 auto 80px;
	margin: 0 auto 5rem;
}
.header .logo img {
	width: 100%;
	height: auto;
}
.topHeader {
	position: absolute;
	top: 16px;
	top: 1rem;
	width: 100%;
	z-index: 3;
    color: #fff;
    font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    /*height: 64px;
    height: 4rem;*/
}
.topHeader.stuck {
    position: fixed;
    left: 0;
}
.admin-bar .topHeader {
	top: calc(16px + 32px);
	top: calc(1rem + 32px);
}
.topHeader .toggleContainer {
	position: absolute;
	top: 0;
	left: 20px;
	left: 1.25rem;
	font-size: 24px;
	font-size: 1.5rem;
	padding-top: 12px;
	padding-top: 0.75rem;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}
.topHeader.stuck .toggleContainer {
	background-color: rgba(48,50,56, 0.6);
    padding: 8px 8px 6px;
    padding: 0.5rem 0.5rem 0.375rem;
    border-radius: 4px;
    top: -4px;
    top: -0.25rem;
    transform: scale(0.8375);
    -webkit-transform: scale(0.8375);
}
.topHeader.stuck .toggleContainer a {
	display: none;
}
.navToggle {
	transition: background 0.3s;
	overflow: hidden;
	position: relative;
	background: transparent;
	width: 40px;
	width: 2.5rem;
	height: 46px;
	height: 2.875rem;
	margin-right: 28px;
	margin-right: 1.75rem;
}
.topHeader.stuck .navToggle {
	margin-right: 0;
}
.navToggle span.icon {
	position: absolute;
	top: 12px;
	top: 0.75rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #fff;
	transition: background 0s 0.3s;
	display: block;
}
.navToggle span.icon::before,
.navToggle span.icon::after {
	position: absolute;
	display: block;
	left: 0;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #fff;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.navToggle span.icon::before {
	top: -10px;
	top: -0.625rem;
	transition-property: top, transform;
}
.navToggle span.icon::after {
	bottom: -10px;
	bottom: -0.625rem;
	transition-property: bottom, transform;
}
.navToggle.toggled span.icon {
	background-color: transparent;
}
.navToggle.toggled span.icon::before {
	top: 0;
	transform: rotate(45deg);
}
.navToggle.toggled span.icon::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.navToggle.toggled span.icon::before,
.navToggle.toggled span.icon::after {
	transition-delay: 0s, 0.3s;
}
.navToggle span.text {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    color: #ffffff;
    padding: 30px 0 0;
    padding: 1.875rem 0 0;
}
.topHeader .toggleContainer a {
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
	color: #fff;
}

.topHeader .links {
	position: absolute;
	top: 0;
	right: 20px;
	right: 1.25rem;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}
.topHeader .links .button.members {
	background-color: #ff0000;
	color: #fff;
	margin-right: 20px;
	margin-right: 1.25rem;
}
.topHeader .links .button.members:hover {
	background-color: #ffff00;
	color: #303238;
}
.topHeader .links .button.contact {
	color: #303238;
	background-color: #fff200;
	border-color: #303238;
}
.topHeader .links .button.contact:hover {
	color: #fff;
	background-color: #303238;
	border-color: #fff;
}


.header .titleContainer {
	text-align: center;
	font-size: 100px;
	font-size: 6.25rem;
	text-transform: uppercase;
}
.header .titleContainer .title {
	line-height: 1;
}






.header .sliderContainer {
	width: 100%;
	clear: both;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.header .sliderContainer .slider,
.header .sliderContainer .slider .slick-list,
.header .sliderContainer .slider .slick-list .slick-track,
.header .sliderContainer .slider .slick-list .slick-track .slide {
	position: relative;
	height: 100%;
	width: 100%;
}
.header .sliderContainer .slider .slide {
	display: none;
}
.header .sliderContainer .slider .slide:first-child,
.header .sliderContainer .slider .slide.slick-slide {
	display: block;
}
.header .sliderContainer .slider .slide .title {
	display: none;
}
.header .sliderContainer .slider .slide.slick-slide .title {
	display: block;
}
.header .sliderContainer .slider .slick-list .slick-track .slide .backstretchThis img {
	opacity: 0.6;
}

.header .sliderContainer .slider .slick-dots {
	position: absolute;
	bottom: 128px;
	bottom: 8rem;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 200;
}
.header .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;
}
.header .sliderContainer .slider .slick-dots li button {
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	text-indent: -9999px;
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.header .sliderContainer .slider .slick-dots li.slick-active button,
.header .sliderContainer .slider .slick-dots li button:hover {
	background-color: #fff;
}







/*________ PAGE NAV ________*/

.pageNavContainer {
	background-color: #303238;
}
.pageNavContainer .wrapper {
	padding: 0;
}
.pageNavContainer .pageNav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;

	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}
.pageNavContainer .pageNav::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
}

.pageNavContainer .pageNav li {
	list-style: none;
	float: left;
}
.pageNavContainer .pageNav li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 1.25rem;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 1.25;
	padding: 16px;
	padding: 1rem;
	display: block;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.pageNavContainer .pageNav li a:hover,
.pageNavContainer .pageNav li.current-menu-item a {
	background-color: #3e4148;
}











/*________ CONTENT ________*/

.contentSection {
	clear: both;
	width: 100%;
}

.contentContainer {
	width: 100%;
	clear: both;
}

.mainContent .wrapper {
	padding-right: 0;
}

.content {
}
.contentContainer .content {
	padding: 20px 0 40px;
	padding: 1.25rem 0 2.5rem;
}
.mainContent .content {
	width: 64%;
	float: left;
}
.halfContent .content {
	width: 50%;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
}


.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 500;

	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	text-transform: uppercase;
	padding: 0 0 32px;
	padding: 0 0 2rem;
}
.content h1 {
	font-size: 38px;
	font-size: 2.375rem;
}
.content h2 {
	font-size: 34px;
	font-size: 2.125rem;
}
.content h3 {
	font-size: 30px;
	font-size: 1.875rem;
}
.content h4 {
	font-size: 24px;
	font-size: 1.5rem;
}
.content h5 {
	font-size: 20px;
	font-size: 1.25rem;
}
.content h6 {
	font-size: 16px;
	font-size: 1rem;
}
.content p {
	line-height: 1.5;
	padding: 0 0 32px;
	padding: 0 0 2rem;
}
.content ul,
.content ol {
	padding: 0 0 32px 40px;
	padding: 0 0 2rem 2.5rem;
}
.content ul ul,
.content ol ol {
	padding-bottom: 0;
}
.content ul li,
.content ol li {
	line-height: 1.5;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 0 40px;
	padding: 0 0 0 2.5rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-left: 4px solid #222;
	border-left: 0.25rem solid #222;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	text-align: left;
	line-height: 1.5;
}
.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 hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.content .entryContent {
	overflow: hidden;/*for gallery +20px*/
	width: 100%;
}
.content .entryContent br + br {
	/*see if this does anything*/
	display: none;
}

.content .breadcrumbContainer {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	font-family: "futura-pt", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content .breadcrumbContainer p {
	padding: 0;
}
.content .breadcrumbContainer a {
	text-decoration: none;
	color: #656977;
}
.content .breadcrumbContainer a:hover {
	text-decoration: underline;
}



.content .articleContainer {

}
.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	display: block;
	width: 100%;
	max-width: 320px;
	max-width: 20rem;
	float: left;
	margin: 0 30px 40px 0;
	margin: 0 1.875rem 2.5rem 0;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
}
.content .articleMeta {
	text-align: left;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleMeta p {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 12px 12px 0;
	margin: 0 0.75rem 0.75rem 0;
	border-right: 1px solid #808080;
	line-height: 1;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow a.pageNav {
	float: left;
}
.content .navBelow a.navNext {
	float: right;
}


/*_______ MEMBER PASSWORD PAGE _____ */
.page-id-2606 .post-password-required .entryTitle {
	display: none;
}

.page-id-2606 input[name="post_password"] {
	border: 1px solid #a1a1a1;
	background-color: #fff;
    border-radius: 0;
    padding: 7px 22px 7px 22px;
    padding: 0.4375rem 1.375rem 0.4375rem 1.375rem;
    margin-right: 16px;
    margin-right: 1rem;
}
.page-id-2606 input[name="Submit"] {
	text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    border: 1px solid #a1a1a1;
    padding: 10px 22px 10px 22px;
    padding: 0.625rem 1.375rem 0.625rem 1.375rem;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    color: #303238;
    line-height: 1;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    float: none;
}
.page-id-2606 input[name="Submit"]:hover {
	background-color: #303238;
    color: #fff;
    border-color: #fff;
}
/*________ SIDEBAR ________*/

.sidebar {
}
.mainContent .sidebar {
	width: 36%;
	padding-left: 28px;
	padding-left: 1.75rem;
	float: left;
}
.halfContent .sidebar {
	width: 50%;
	float: left;
	padding-left: 40px;
	padding-left: 2.5rem;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}

.sidebar .section {
	background-color: #ebebeb;
}

.sidebar .section h5.entryTitle {
	line-height: 1.25;
	font-size: 30px;
	font-size: 1.875rem;
	padding: 40px 24px 24px 50px;
	padding: 2.5rem 1.5rem 1.5rem 3.125rem;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background-color: #d7d7d7;
	text-transform: uppercase;
	font-weight: 500;
}


.sidebar .section .inner ul.basicList {
	padding: 20px;
	padding: 1.25rem;
}
.sidebar .section .inner ul.basicList li {
	line-height: 1.5;
	list-style: none;
	font-weight: 800;
}
.sidebar .section .inner ul.basicList li a {
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.sidebar .section .inner ul.basicList li a:hover {
	color: #000;
}




.sidebar .section.contact .inner {
	padding: 28px;
	padding: 1.75rem;
}
.sidebar .section.contact .inner .fc_container form.elab_form label {
	display: none;
}



.sidebar .section.offer .inner,
.sidebar .section.news .inner {
	padding: 12px 28px;
	padding: 0.75rem 1.75rem;
}
.sidebar .section.offer .inner a,
.sidebar .section.news .inner a {
	display: block;
}
.sidebar .section.offer .inner a img,
.sidebar .section.news .inner a img {
	width: 100%;
	height: auto;
}
.sidebar .section.bookings .inner {
	padding: 28px;
    padding: 1.75rem;
}
.sidebar .section.bookings .inner a {
	width: 100%;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.sidebar .section.news .inner {
	padding: 28px;
	padding: 1.75rem;
}
.sidebar .section.news .inner a {
	position: relative;
	display: block;
	color: #fff;
    font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    font-size: 32px;
	font-size: 2rem;
	text-align: center;
}
.sidebar .section.news .inner a .absoluteWrapper {
	padding: 24px;
	padding: 1.5rem;
	background-color: rgba(0, 0, 0, 0.4);
}
.sidebar .section.news .inner a:hover .absoluteWrapper {
	background-color: rgba(0, 0, 0, 0.2);
}
.sidebar .section.news .inner .absoluteWrapper a img {
	width: 100%;
	height: auto;
}

.sidebar .section.latestNews .inner ul.basicList {
	padding: 24px;
	padding: 1.5rem;
}
.sidebar .section.latestNews .inner ul.basicList li {
	padding-bottom: 32px;
	padding-bottom: 2rem;
	font-size: 18px;
    font-size: 1.125rem;
}
.sidebar .section.latestNews .inner ul.basicList li a {
	color: #303238;
    text-decoration: none;
    font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}
.sidebar .section.latestNews .inner ul.basicList li a:hover {
	color: #ff0000;
}



.sidebar .section.events a.blockButton {
	color: #303238;
	text-decoration: none;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding: 30px 30px 30px 54px;
	padding: 1.875rem 1.875rem 1.875rem 3.375rem;
	display: block;
	text-transform: uppercase;
}
.sidebar .section.events a.blockButton:hover {
	text-decoration: underline;
}





/*________ FOOTER ________*/


.membershipSection {
	padding: 34px 0;
	padding: 2.125rem 0;
	background-color: #303238;
	color: #fff;
}
.membershipSection .flexItems {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}
.membershipSection .flexItems .item.badge {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;

	width: 208px;
	width: 13rem;
}
.membershipSection .flexItems .item.badge img {
	width: 100%;
	height: auto;
}
.membershipSection .flexItems .item.text {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;

	padding: 0 32px;
	padding: 0 2rem;
}
.membershipSection .flexItems .item.text p.title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 800;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	line-height: 1.25;
}
.membershipSection .flexItems .item.text p.excerpt {
	line-height: 1.35;
	font-size: 22px;
	font-size: 1.375rem;
}


.membershipSection .flexItems .item.action {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}



.newsletterSection {
	padding: 54px 0;
	padding: 3.375rem 0;
}
.newsletterSection .content {
	text-align: center;
}
.newsletterSection .content h3 {
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.newsletterSection .fc_container form.elab_form {
	position: relative;
	width: 88%;
	margin: 0 auto;
}
.newsletterSection .fc_container form.elab_form label {
	display: none;
}
.newsletterSection .fc_container form.elab_form fieldset {
	padding-right: 150px;
	padding-right: 9.375rem;
}
.newsletterSection .fc_container form.elab_form fieldset .fieldwrap {
	width: 50%;
	padding: 0 40px 0 0;
	padding: 0 2.5rem 0 0;
	clear: none;
	float: left;
}
.newsletterSection .fc_container form.elab_form button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	width: 9.375rem;
	margin-top: 0;
}
.newsletterSection .fc_container form.elab_form .footnote.error-field {
	padding-bottom: 0;
}








.contactSection {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.contactSection .map {
	min-height: 320px;
	min-height: 20rem;
	width: 60%;
}
.contactSection .info {
	width: 40%;
	background-color: #303238;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
}
.contactSection .info a {
	color: #fff;
	text-decoration: none;
}

.contactSection .info .section {
	border-bottom: 1px solid #bcbec0;
}
.contactSection .info .section:last-child {
	border-bottom: none;
}
.contactSection .info .section.address {
	padding: 54px;
	padding: 3.375rem;
	font-size: 30px;
	font-size: 1.875rem;
}

.contactSection .info .section.links li a {
	display: block;
	padding: 12px 54px;
	padding: 0.75rem 3.375rem;
	border-bottom: 1px solid #bcbec0;
}
.contactSection .info .section.links li:last-child a {
	border-bottom: none;
}
.contactSection .info .section.links li a:hover {
	background-color: #b7b7b7;
	color: #303238;
}


.contactSection .info .section.phone {
	padding: 20px 54px 14px;
	padding: 1.25rem 3.375rem 0.875rem;
}
.contactSection .info .section.phone p {
	color: #fff200;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
}
.contactSection .info .section.phone p a {
	color: #fff;
}





.footer {
	background-color: #3e4148;
	color: #656771;
	text-transform: uppercase;
	padding: 32px 0;
	padding: 2rem 0;
	font-weight: 500;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.footer a {
	color: #656771;
	text-decoration: none;
}
.footer a:hover {
	color: #7d808d;
}
.footer .wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.footer .wrapper p.copyright {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;

	margin-right: auto;
	line-height: 1.25;
}
.footer .wrapper p.copyright span {
	padding: 0 10px 0 0;
	padding: 0 0.625rem 0 0;
	margin: 0 8px 0 0;
	margin: 0 0.5rem 0 0;
	position: relative;
	display: block;
}
.footer .wrapper p.copyright span:last-child {
	margin-right: 0;
	padding-right: 0;
}
.footer .wrapper p.copyright span:after {
	content: '';
	display: block;
	width: 2px;
	width: 0.125rem;
	height: 14px;
	height: 0.875rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #5e606a;
}
.footer .wrapper p.copyright span:last-child:after {
	display: none;
}


.footer .wrapper ul.footerNav {
	padding: 0 20px;
	padding: 0 1.25rem;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.footer .wrapper ul.footerNav li {
	padding: 4px 6px 4px 0;
	padding: 0.25rem 0.375rem 0.25rem 0;
	margin-right: 4px;
	margin-right: 0.25rem;
	list-style: none;
	position: relative;
}
.footer .wrapper ul.footerNav li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.footer .wrapper ul.footerNav li:after {
	content: '';
	display: block;
	width: 2px;
	width: 0.125rem;
	height: 2px;
	height: 0.125rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
}
.footer .wrapper ul.footerNav li a {
	display: block;
	color: #fff;
}
.footer .wrapper ul.footerNav li a:hover {

}

.footer .wrapper p.copyright span.googleReview a {
	color: #fff200;
}
.footer .wrapper p.copyright span.googleReview a:hover {
	color: #ff0000;
}



/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #c4c4c4;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #c4c4c4;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #c4c4c4;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #c4c4c4;
}

.g-recaptcha {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.g-recaptcha iframe {
    padding: 0;
}

.fc_container form.elab_form fieldset input[type="email"],
.fc_container form.elab_form fieldset input[type="password"],
.fc_container form.elab_form fieldset input[type="text"],
.fc_container form.elab_form fieldset input[type="number"],
.fc_container form.elab_form fieldset select,
.fc_container form.elab_form fieldset textarea {
	padding: 0 18px;
	padding: 0 1.125rem;
	height: 50px;
	height: 3.125rem;
	border: 1px solid #a1a1a1;
	border-radius: 0;
}
.fc_container form.elab_form fieldset textarea {
	padding: 16px 18px;
	padding: 1rem 1.125rem;
	height: 200px;
	height: 12.5rem;
}
.fc_container form.elab_form fieldset select,
.fc_container form.elab_form fieldset select option {
	color: #c4c4c4;
}

a.actionButton,
.fc_container form.elab_form button[type="submit"] {
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	border: 1px solid #a1a1a1;
	padding: 14px 74px 14px 22px;
	padding: 0.875rem 4.625rem 0.875rem 1.375rem;
	position: relative;
	background-color: #fff;
	border-radius: 0;
	color: #303238;
	line-height: 1;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	float: none;
}
a.actionButton:hover,
.fc_container form.elab_form button[type="submit"]:hover {
	background-color: #303238;
	color: #fff;
	border-color: #fff;
}

a.actionButton:before,
.fc_container form.elab_form button[type="submit"]:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 50px;
	right: 3.125rem;
	height: 100%;
	width: 1px;
	background-color: #a1a1a1;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
a.actionButton:hover:before,
.fc_container form.elab_form button[type="submit"]:hover:before {
	background-color: #fff;
}

a.actionButton:after,
.fc_container form.elab_form button[type="submit"]:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	right: 0.5rem;
	margin: auto;

	border: 8px solid transparent;
	border: 0.5rem solid transparent;
	border-left-color: #303238;
	border-left-width: 12px;
	border-left-width: 0.75rem;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
a.actionButton:hover:after,
.fc_container form.elab_form button[type="submit"]:hover:after {
	border-left-color: #fff;
}


/*_______ BOOKING FORM _________*/

.contentContainer .content .wpforms-container .wpforms-field-label,
.contentContainer .content .wpforms-container h2 {
	font-weight: 500;
	font-size: 20px;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.contentContainer .content .wpforms-container .wpforms-field-description,
.contentContainer .content .wpforms-container .wpforms-field-html p,
.contentContainer .content .wpforms-container .wpforms-field-html h4 {
    font-family: 'Lato', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.contentContainer .content .wpforms-container .wpforms-field-html h4 {
	font-weight: bold;
}
.contentContainer .content .wpforms-container .wpforms-field-description,
.contentContainer .content .wpforms-container .wpforms-field-html p {
	color: #828282;
}

a.actionButton.white {
	background-color: #303238;
	color: #fff;
}
a.actionButton.white:hover {
	background-color: #fff;
	color: #303238;
	border-color: #303238;
}

a.actionButton.white:hover:before {
	background-color: #303238;
}

a.actionButton.white:after {
	border-left-color: #fff;
}
a.actionButton.white:hover:after {
	border-left-color: #303238;
}












.sidebar .section.contact .inner .fc_container form.elab_form label[for="cm_optin"] {
	display: inline;
}


.fc_container form.elab_form .footnote {
	display: none;
}
.fc_container form.elab_form .footnote.error-field {
	display: block
}






/*________ FRONT PAGE ________*/

.home .header {
	min-height: 876px;
	min-height: 54.75rem;
	padding: 0;
}
.home .featuresContainer {
	background-color: #303238;
}
.home .featuresContainer .wrapper {
	padding-left: 0;
	padding-right: 0;
}
.home .featuresContainer .wrapper .flexBlocks {
	margin-left: 0;
	margin-right: 0;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.home .featuresContainer .wrapper .flexBlocks .flexBlock {
	padding: 0;
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;

	border-right: 1px solid #3b3c43;
}
.home .featuresContainer .wrapper .flexBlocks .flexBlock:last-child {
	border-right: none;
}
.home .featuresContainer .wrapper .flexBlocks .flexBlock a {
	padding: 28px 20px 36px;
	padding: 1.75rem 1.25rem 2.25rem;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
	display: block;
	height: 100%;
}
.home .featuresContainer .wrapper .flexBlocks .flexBlock a:hover {
	background-color: #3e4148;
}
.home .featuresContainer .wrapper .flexBlocks .flexBlock a span {
	display: block;
}
.home .featuresContainer .wrapper .flexBlocks .flexBlock a .icon {
	width: 84px;
	width: 5.25rem;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
}
.home .featuresContainer .wrapper .flexBlocks .flexBlock a .icon * {
	fill: #f8ef29;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.home .featuresContainer .wrapper .flexBlocks .flexBlock a:hover .icon * {
	fill: #ee2f36;
}
.home .featuresContainer .wrapper .flexBlocks .flexBlock a .icon img,
.home .featuresContainer .wrapper .flexBlocks .flexBlock a .icon svg {
	width: 100%;
	height: auto;
}




.home .tickerSliderContainer {
    background-color: #fff;
    overflow: hidden;
}
.home .tickerSliderContainer .wrapper {
	padding-left: 160px;
	padding-left: 10rem;
	position: relative;
}
.home .tickerSliderContainer h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    width: 9.375rem;
    height: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    font-size: 1.875rem;
    background-color: #ee2f36;
    line-height: 1;
    padding: 0;
    z-index: 100;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;

}
.home .tickerSliderContainer h3:after {
    position: absolute;
    right: -24px;
    right: -1.5rem;
    top: 0;
    bottom: 0;
    margin: auto;

    content: '';
    height: 0;
    width: 0;
    border: 14px solid transparent;
    border: 0.875rem solid transparent;
    border-left-width: 10px;
    border-left-width: 0.625rem;
    border-left-color: #ee2f36;
}
.home .tickerSliderContainer .tickerSlider .slide {
    padding: 16px 20px 16px 19px;
    padding: 1rem 1.25rem 1rem 1.1875rem;
    position: relative;
}
.home .tickerSliderContainer .tickerSlider .slide:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 14px;
    height: 0.875rem;
    background-color: #ee2f36;
}
.home .tickerSliderContainer .tickerSlider .slide p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
}
.home .tickerSliderContainer .tickerSlider .slide p a {
   display: block;
   text-decoration: none;
   color: #303238;
}
.home .tickerSliderContainer .tickerSlider .slide p a:hover {
  	text-decoration: underline;
}

.home .excerptContainer {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	background-color: #23252b;
	padding: 50px 0 16px;
	padding: 3.125rem 0 1rem;
}
.home .excerptContainer .content {
	width: 80%;
	margin: 0 auto;
}


.home .newsEventsContainer {
	padding: 40px 0 0;
	padding: 2.5rem 0 0;
	overflow: hidden;
}

.home .newsEventsContainer .wrapper {
	max-width: 100%;
	padding-right: 0;
}

.home .newsEventsContainer .flexBlocks {

}
.home .newsEventsContainer .flexBlocks .flexBlock {
	position: relative;
	padding-bottom: 82px;
	padding-bottom: 5.125rem;
}
.home .newsEventsContainer .flexBlocks .flexBlock a.blockButton {
	text-decoration: none;
	text-align: center;
	padding: 26px 20px;
	padding: 1.625rem 1.25rem;
	font-weight: 500;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.25;
	font-size: 24px;
	font-size: 1.5rem;
	display: block;
	background-color: #3e4148;
	color: #fff;

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-right: 2px solid #303238;
}
.home .newsEventsContainer .flexBlocks .flexBlock a.blockButton:hover {
    color: #3e4148;
    background-color: #f8ef29;
}



.home .newsEventsContainer .flexBlocks .flexBlock.whatsOn .articleContainer .article {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.home .newsEventsContainer .flexBlocks .flexBlock.whatsOn .articleContainer .article .thumbContainer {
	max-width: 256px;
	max-width: 16rem;
	margin: 0 26px 26px 0;
	margin: 0 1.625rem 1.625rem 0;
}
.home .newsEventsContainer .flexBlocks .flexBlock.whatsOn .articleContainer .article h4.entryTitle {
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	font-size: 20px;
	font-size: 1.25rem;
	/*font-family: 'PT Serif', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;*/
	font-family: 'Lato', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: none;
	font-weight: 700;
}
.home .newsEventsContainer .flexBlocks .flexBlock.whatsOn .articleContainer .article h4.entryTitle a {
	text-decoration: none;
	font-weight: 900;
}
.home .newsEventsContainer .flexBlocks .flexBlock.whatsOn .articleContainer .article .articleInfo p.date {
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}

.home .newsEventsContainer .flexBlocks .flexBlock.whatsOn .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}


.home .newsEventsContainer .flexBlocks .flexBlock.news .calendarList .item a {
	position: relative;
}
.home .newsEventsContainer .flexBlocks .flexBlock.news .calendarList .item a .entryTitle {
	padding-right: 110px;
	padding-right: 6.875rem;
}
.home .newsEventsContainer .flexBlocks .flexBlock.news .calendarList .item a .moreInfo {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #303238;
	height: 100%;
	color: #fff200;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	padding: 0 16px;
	padding: 0 1rem;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;

	opacity: 0;
}
.home .newsEventsContainer .flexBlocks .flexBlock.news .calendarList .item a:hover .moreInfo {
	opacity: 1;
}
.home .newsEventsContainer .flexBlocks .flexBlock.news .calendarList .item a .moreInfo:hover {
	background-color: #000;
}

/*
.home .membershipContainer {
	padding: 46px 0;
	padding: 2.875rem 0;
	background-color: #303238;
	color: #fff;
}
.home .membershipContainer .row {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
}
.home .membershipContainer img {
	width: 214px;
	width: 13.375rem;
	height: auto;
}
.home .membershipContainer .textContainer {
	padding: 0 32px;
	padding: 0 2rem;
}
.home .membershipContainer h3 {
	font-size: 36px;
	font-size: 2.25rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.home .membershipContainer p {
	font-size: 24px;
	font-size: 1.5rem;
	padding-bottom: 28px;
	padding-bottom: 1.75rem;
}
.home .membershipContainer a.actionButton.white {
	min-width: 156px;
	min-width: 9.75rem;
}
*/

.home .videoWrapper {
	max-height: 460px;
	max-height: 28.75rem;
}
.home .fullVideoContainer {
	width: 100%;
	clear: both;
	min-height: 420px;
	min-height: 26.25rem;
	background-color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.home .fullVideoContainer .bgImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
}
.home .fullVideoContainer .bgVideoContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	opacity: 1;
}
.home .fullVideoContainer .bgVideoContainer video {
	left: 0;
}
.home .fullVideoContainer .absoluteWrapper {
	z-index: 100;
}
.home .fullVideoContainer .wrapper {
	height: 100%;
}
.home .fullVideoContainer a,
.home .fullVideoContainer p {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
}
.home .fullVideoContainer .allHoles {
	padding: 20px 20px 0;
	padding: 1.25rem 1.25rem 0;
	display: block;
    line-height: 20px;
    line-height: 1.25rem;
    max-width: 200px;
    max-width: 12.5rem;
    margin: 0 auto;
}
.home .fullVideoContainer a img {
	width: 120px;
	width: 7.5rem;
	height: auto;
	margin: 0 auto 4px;
	margin: 0 auto 0.25rem;
}


.home .contentContainer .content {
	padding-top: 0;
	padding-bottom: 0;
}
.home .contentContainer .content .imageBlock img[class*='wp-image'] {
	opacity: 0;
	margin-bottom: 0;
}
.home .contentContainer .content .textBlock .column-content {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.home .contentContainer .content .textBlock .column-content .inner {
	padding: 32px 20px 0;
	padding: 2rem 1.25rem 0;
	width: 70%;
	margin: 0 auto;
}


.home .carouselContainer {
	padding: 54px 0 32px;
	padding: 3.375rem 0 2rem;
	background-color: #3e4148;
}
.home .carouselContainer .wrapper {
	padding: 0 90px;
	padding: 0 5.625rem;
}
.home .carouselContainer .wrapper .carouselSlider {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
}
.home .carouselContainer .wrapper .carouselSlider .slide {
	padding: 0 12px;
	padding: 0 0.75rem;
}
.home .carouselContainer .wrapper .carouselSlider .slide a {
	background-color: #000;
	display: block;
	overflow: hidden;
}
.home .carouselContainer .wrapper .carouselSlider .slide a img {
	width: 100%;
	height: auto;
}
.home .carouselContainer .wrapper .carouselSlider .slide a img:hover {
	opacity: 0.8;
}

.home .carouselContainer .wrapper .carouselSlider button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: transparent;

	height: 0;
	width: 0;
	position: absolute;

	border: 20px solid transparent;
	border: 1.25rem solid transparent;
	text-indent: -9999px;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	z-index: 20;
}
.home .carouselContainer .wrapper .carouselSlider button:hover {
	opacity: 0.9;
}
.home .carouselContainer .wrapper .carouselSlider button.slick-prev {
	border-right-color: #fff;
	left: -50px;
	left: -3.125rem;
}
.home .carouselContainer .wrapper .carouselSlider button.slick-next {
	border-left-color: #fff;
	right: -50px;
	right: -3.125rem;
}

.home .carouselContainer p.instructions {
	text-transform: uppercase;
	color: #fff;
	line-height: 1.25;
	text-align: center;
}






/*________ EVENT PAGE ________*/

.page-template-pages-events .masonryContainer {
	overflow: hidden;
	width: 100%;
}
.page-template-pages-events .masonry {
	width: 100%;
	width: calc(100% + 26px);
	width: calc(100% + 1.625rem);
}
.page-template-pages-events .masonry[data-columns]::before {
	content: '3 .column.size-1of3';
	opacity: 0;
}
.page-template-pages-events .masonry .column {
	float: left;
	padding: 0 26px 0 0;
	padding: 0 1.625rem 0 0;
}
.page-template-pages-events .masonry .column.size-1of1 {
	width: 100%;
}
.page-template-pages-events .masonry .column.size-1of2 {
	width: 50%;
}
.page-template-pages-events .masonry .column.size-1of3 {
	width: 33.333%;
}
.page-template-pages-events .masonry .column.size-1of4 {
	width: 25%;
}
.page-template-pages-events .masonry .masonryItem {
	margin: 0 0 26px;
	margin: 0 0 1.625rem;
	overflow: hidden;
}
.page-template-pages-events .ie8 .masonry .masonryItem {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.page-template-pages-events .masonry .masonryItem .event {
	position: relative;
}
.page-template-pages-events .masonry .masonryItem .event a.thumbContainer {
	display: block;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}
.page-template-pages-events .masonry .masonryItem .event a.thumbContainer img {
	width: 100%;
}

.page-template-pages-events .masonry .masonryItem .event h3.entryTitle {
	font-size: 24px;
	font-size: 1.5rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.page-template-pages-events .masonry .masonryItem .event h3.entryTitle a {
	text-decoration: none;
}
.page-template-pages-events .masonry .masonryItem .event .meta {
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
}
.page-template-pages-events .masonry .masonryItem .event .meta p {
	padding-bottom: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 500;
}
.page-template-pages-events .masonry .masonryItem .event .meta p.day {
	color: #ff0000;
}

.page-template-pages-events .masonry .masonryItem .event .excerpt {
	color: #000;
}
.page-template-pages-events .masonry .masonryItem .event .excerpt a {
	color: #ff0006;
}




/*________ CONTACT PAGE ________*/

.page-template-pages-contact .type-page {
	float: right;
	width: 43%;
	padding: 0 0 0 120px;
	padding: 0 0 0 7.5rem;
	font-size: 14px;
	font-size: 0.875rem;
}

.page-template-pages-contact .contactContainer {
	float: left;
	width: 57%;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.page-template-pages-contact .contactContainer fieldset {
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.page-template-pages-contact .contactContainer fieldset .single {
	width: 50%;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;

	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	clear: none;
}
.page-template-pages-contact .contactContainer fieldset .single.textarea {
	width: 100%;
}



/*________ SINGLE EVENT PAGE ________*/

.single-event .content p.date {
	font-weight: 700;
	color: #000;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}




/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/


/*________ THE COURSE PAGES ________*/

.page-template-pages-course-holes .videosContainer h3 {
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

.page-template-pages-course-holes .videosContainer .flexBlocks .flexBlock {
	position: relative;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	-webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%;
}
.page-template-pages-course-holes .videosContainer .flexBlocks .flexBlock .centerVertical {
    background: rgba(0, 0, 0, 0.2);
    margin: 0 20px;
    margin: 0 1.25rem;
}
.page-template-pages-course-holes .videosContainer .flexBlocks .flexBlock:hover .centerVertical {
	background: rgba(0, 0, 0, 0);
}
.page-template-pages-course-holes .videosContainer .flexBlocks .flexBlock .centerVertical img {
    max-width: 80px;
    max-width: 5rem;
    margin: 0 auto 4px;
    margin: 0 auto 0.25rem;
}
.page-template-pages-course-holes .videosContainer .flexBlocks .flexBlock span {
	color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
}
.page-template-pages-course-holes .videosContainer .navContainer {
    padding-bottom: 32px;
    padding-bottom: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #a1a1a1;
}
.page-template-pages-course-holes .videosContainer .navContainer span {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    cursor: pointer;
}
.page-template-pages-course-holes .videosContainer .navContainer span.slick-next {
	float: right;
}


/*________ LIGHT GALLERY ________*/

body .lg-backdrop {
	background-color: rgba(0,0,0,0.8);
}
body.admin-bar .lg-outer {
	padding-top: 32px;
}
body .lg-outer .lg-toolbar {
	background-color: transparent;
}
body .lg-outer .lg-sub-html p {
	margin-top: 0;
}
body .lg-outer .lg-sub-html a {
	color: #fff;
	text-decoration: none;
}
body .lg-outer .lg-sub-html a:hover {
	text-decoration: underline;
}



/*________ MISC ________*/



.calendarList .item {
}
.calendarList .item a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	align-items: stretch;

	text-decoration: none;
	color: #303238;
}
.calendarList .item a:hover {
	background-color: #fff200;
}
.calendarList .item a span {
	display: block;
}
.calendarList .item a .date {
	text-align: center;
	font-family: "futura-pt-condensed", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 500;
	width: 100px;
	width: 6.25rem;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	overflow: hidden;
}
.calendarList .item:last-child a .date {
	border-bottom: 1px solid #bcbec0;
}
.calendarList .item a .date .month {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-size: 16px;
	padding: 4px;
	padding: 0.25rem;
	background-color: #303238;
}
.calendarList .item a .date .day {
	font-size: 30px;
	font-size: 1.875rem;
	padding: 10px 0 12px;
	padding: 0.625rem 0 0.75rem;
	border-right: 1px solid #e5e6e6;
}

.calendarList .item a .entryTitle {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;

	padding: 12px;
	padding: 0.75rem;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-bottom: 1px solid #bcbec0;
}
.calendarList .item:first-child a .entryTitle {
	border-top: 1px solid #bcbec0;
}

.golfMembershipTable {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
}

.button {
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	font-size: 20px;
	font-size: 1.25rem;
	text-decoration: none;
	color: #303238;
	text-transform: uppercase;
	padding: 12px 24px;
	padding: 0.75rem 1.5rem;
	line-height: 1.23;
	display: inline-block;
	cursor: pointer;
}
.button:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}



.button.ghost {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.button.ghost:hover {
	background-color: #fff;
	border-color: #ebebeb;
	color: #303238;
}


.button.ghost.black {
	border-color: #303238;
	color: #303238;
}
.button.ghost.black:hover {
	background-color: #303238;
	color: #fff;
}




img.injectSvg {
	overflow: hidden;
}

.ui-widget {
	font-family: inherit;
}

.mapContainer {
	position: relative;
	width: 100%;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}


.hyphenate { /*allow really big words to wrap*/
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.inlineBlocks {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.inlineBlocks .inlineBlock {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}




.flexBlocks {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width: auto;

	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
}
.flexBlocks .flexBlock {
	padding: 0 20px;
	padding: 0 1.25rem;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}




.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
	border:0;
	padding:0;
}

.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}

.flexibleContainer { /* Flexible iFrame */
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoContainer {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
}
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.animateZoom,
.gallery .gallery-item img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.animateZoom:hover,
.animateZoom:focus,
.animateZoom:active,
.gallery .gallery-item img:hover,
.gallery .gallery-item img:focus,
.gallery .gallery-item img:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.warning {
	background-color: #ffa800;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}





ul.socialNav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
ul.socialNav li {
	list-style: none;
}
ul.socialNav li:not(:last-child) {
	padding-right: 12px;
	padding-right: 0.75rem;
}
ul.socialNav li a {
	display: block;
	width: 26px;
	width: 1.625rem;
	height: 26px;
	height: 1.625rem;
	position: relative;
	overflow: hidden;
}
ul.socialNav li a span {
	display: block;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background-color: #61646d;

}
ul.socialNav li a span img,
ul.socialNav li a span svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	height: auto;
}
ul.socialNav li a:hover span,
ul.socialNav li a:focus span,
ul.socialNav li a:active span {
	background-color: #fff;
}
ul.socialNav li a span * {
	fill: #3e4148;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
ul.socialNav li.facebook a span svg,
ul.socialNav li.facebook a span img {
	max-width: 25%;
}
ul.socialNav li.twitter a span svg,
ul.socialNav li.twitter a span img {
	max-width: 50%;
}



/*________ 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;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 4px;
	padding: 0.25rem;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}
.gallery-columns-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.285%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item a img:hover {
	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;
}



/*________ WP PRINT ________*/

@media print {

}



/*________ RESPONSIVE ________*/

/* 1440px */
@media (max-width: 90em) {

}

/* 1340px */
@media (max-width: 83.75em) {

}

/* 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) {

}

/* 940px */
@media (max-width: 58.75em) {



	.contactSection .info .section.address {
		padding: 24px;
		padding: 1.5rem;
	}
	.contactSection .info .section.links li a {
		padding-left: 24px;
		padding-left: 1.5rem;
		padding-right: 24px;
		padding-right: 1.5rem;
	}
	.contactSection .info .section.phone {
		padding-left: 24px;
		padding-left: 1.5rem;
		padding-right: 24px;
		padding-right: 1.5rem;
	}
}

/* 840px */
@media (max-width: 52.5em) {

	.header {
		padding-top: 88px;
		padding-top: 5.5rem;
	}

	.header .logo {
		margin-bottom: 50px;
		margin-bottom: 3.125rem;
		max-width: 220px;
		max-width: 13.75rem;
	}

	.header .toggleContainer {
		padding-top: 10px;
		padding-top: 0.625rem;
	}
	.navToggle {
	    margin-right: 14px;
	    margin-right: 0.87rem;
	}

	.header .links .button {
	    padding: 10px 20px;
	    padding: 0.625rem 1.25rem;
	}

	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
	}






	.membershipSection .flexItems .item.badge {
		width: 140px;
		width: 8.75rem;
	}
	.membershipSection .flexItems .item.text p.title {
		font-size: 30px;
		font-size: 1.875rem;
	}
	.membershipSection .flexItems .item.text p.excerpt {
		font-size: 16px;
		font-size: 1rem;
	}




	.footer .wrapper {
		-webkit-justify-content: center;
		justify-content: center;
	}

	.footer .wrapper ul.socialNav {
		-webkit-order: 1;
		order: 1;
		padding-bottom: 16px;
		padding-bottom: 1rem;
	}

	.footer .wrapper ul.footerNav {
		-webkit-order: 2;
		order: 2;
		width: 100%;
		padding-bottom: 16px;
		padding-bottom: 1rem;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.footer .wrapper p.copyright {
		margin-right: auto;
		width: 100%;
		-webkit-justify-content: center;
		justify-content: center;


		-webkit-order: 3;
		order: 3;
	}




	/*FRONT PAGE*/
	.home .header .titleContainer {
		margin-top: 160px;
		margin-top: 10rem;
	}
	.home .featuresContainer .wrapper .flexBlocks .flexBlock a {
		padding: 24px 16px 28px;
		padding: 1.5rem 1rem 1.75rem;
		font-size: 20px;
		font-size: 1.25rem;
	}
	.home .featuresContainer .wrapper .flexBlocks .flexBlock a .icon {
		width: 80px;
		width: 5rem;
		margin: 0 auto 20px;
		margin: 0 auto 1.25rem;
	}


	.home .excerptContainer {
		font-size: 20px;
		font-size: 1.25rem;
		padding: 40px 0 4px;
		padding: 2.5rem 0 .25rem;
	}

	.home .newsEventsContainer .flexBlocks .flexBlock.whatsOn .articleContainer .article .thumbContainer {
		max-width: 180px;
		max-width: 11.25rem;
		margin: 0 20px 20px 0;
		margin: 0 1.25rem 1.25rem 0;
	}

	.home .contentContainer .content .textBlock .column-content .inner {
		width: 80%;
	}

	.home .carouselContainer .wrapper {
		padding: 0 50px;
		padding: 0 3.125rem;
	}

}

/* 782px //should only be used for .admin-bar items */
@media (max-width: 48.875em) {
	.admin-bar .topHeader {
		top: calc(16px + 46px);
		top: calc(1rem + 46px);
	}
}

/* 740px */
@media (max-width: 46.25em) {
	.mainContent .wrapper {
		padding-right: 20px;
		padding-right: 1.25rem;
	}
	.contentContainer .content {
		float: none;
		width: 100%;
	}
	.contentContainer .sidebar {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-bottom: 20px;
		padding-bottom: 1.25rem;
	}


	/*FRONT PAGE*/
	.home .newsEventsContainer  {
		padding-right: 20px;
		padding-right: 1.25rem;
	}
	.home .newsEventsContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.home .newsEventsContainer .flexBlocks .flexBlock.whatsOn {
		padding-bottom: 102px;
		padding-bottom: 6.375rem;
	}
	.home .newsEventsContainer .flexBlocks .flexBlock.whatsOn a.blockButton {
		bottom: 20px;
		bottom: 1.25rem;
	}
	.home .contentContainer .content .imageBlock  {
		height: 320px;
		height: 20rem;
	}
}

/* 640px */
@media (max-width: 40em) {

	.header .titleContainer {
		font-size: 60px;
		font-size: 3.75rem;
	}


	.newsletterSection .fc_container form.elab_form fieldset .fieldwrap {
		padding-right: 20px;
		padding-right: 1.25rem;
	}

	.home .membershipContainer .row {
		-webkit-flex-direction: column;
	    flex-direction: column;
	    text-align: center;
        padding-bottom: 20px;
        padding-bottom: 1.25rem;
	}
	.home .membershipContainer .row img {
		padding-bottom: 20px;
		padding-bottom: 1.25rem;
	}


	/*FRONT PAGE*/

	.home .featuresContainer .wrapper .flexBlocks .flexBlock a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
		font-size: 18px;
		font-size: 1.125rem;
	}
	.home .featuresContainer .wrapper .flexBlocks .flexBlock a .icon {
		width: 64px;
		width: 4rem;
		margin-bottom: 12px;
		margin-bottom: 0.75rem;
	}


	/*CONTACT PAGE*/
	.page-template-pages-contact .contactContainer {
		float: none;
		width: 100%;
	}
	.page-template-pages-contact .type-page {
		float: none;
		width: 100%;
		padding: 0 0 20px;
		padding: 0 0 1.25rem;
	}



}

/* 540px */
@media (max-width: 33.75em) {

	.topHeader .toggleContainer a {
		display: none;
	}
	.pageNavContainer .pageNav {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	.membershipSection .flexItems {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.membershipSection .flexItems .item.text {
		width: 100%;
		padding: 0 0 20px;
		padding: 0 0 1.25rem;
		-webkit-order: 1;
		order: 1;

		text-align: center;
	}
	.membershipSection .flexItems .item.badge {
		-webkit-order: 2;
		order: 2;
	}
	.membershipSection .flexItems .item.action {
		-webkit-order: 3;
		order: 3;
		margin-left: auto;
	}


	.newsletterSection .fc_container form.elab_form {
		overflow: hidden;
	}
	.newsletterSection .fc_container form.elab_form fieldset {
		padding-right: 0;
		width: 100%;
		width: calc(100% + 20px);
		width: calc(100% + 1.25rem);
		overflow: hidden;
	}
	.newsletterSection .fc_container form.elab_form fieldset .fieldwrap {
		padding-bottom: 20px;
		padding-bottom: 1.25rem;
	}
	.newsletterSection .fc_container form.elab_form button[type="submit"] {
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
		margin-bottom: 1px;
	}


	.contactSection .map {
		-webkit-order: 2;
		order: 2;
		width: 100%;
	}
	.contactSection .info {
		-webkit-order: 1;
		order: 1;
		width: 100%;
	}

	.footer .wrapper p.copyright span.text {
		-webkit-order: 3;
		order: 3;
		margin-right: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;
	}
	.footer .wrapper p.copyright span.text:after {
		display: none;
	}

	/*FRONT PAGE*/
	.home .featuresContainer .wrapper .flexBlocks .flexBlock {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.home .featuresContainer .wrapper .flexBlocks .flexBlock:nth-child(even) {
		border-right: none;
	}
	.home .featuresContainer .wrapper .flexBlocks .flexBlock:nth-child(1),
	.home .featuresContainer .wrapper .flexBlocks .flexBlock:nth-child(2) {
		border-bottom: 1px solid #3b3c43;
	}

	.home .tickerSliderContainer .wrapper {
		padding-left: 120px;
		padding-left: 7.5rem;
	}
	.home .tickerSliderContainer h3 {
		width: 100px;
		width: 6.25rem;
	}
	.home .tickerSliderContainer h3 .hideMobile {
		display: none;
	}

}

/* 440px */
@media (max-width: 27.5em) {

	.header .links .button.members {
		margin-right: 0;
	}
	.header .links .button.contact {
		display: none;
	}
	.topHeader .links .button {
		padding: 8px 16px;
		padding: 0.5rem 1rem;
	}

	.content .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}
	.alignleft,
	img.alignleft,
	.alignright,
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}

	/*FRONT PAGE*/
	.home .newsEventsContainer {
		display: none;
	}
	.home .newsEventsContainer .flexBlocks .flexBlock.whatsOn .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-right: 0;
	}

	.home .carouselContainer {
		padding: 32px 0 24px;
		padding: 2rem 0 1.5rem;
	}
	.home .carouselContainer .wrapper {
		padding: 0 32px;
		padding: 0 2rem;
	}
	.home .carouselContainer .wrapper .carouselSlider {
		margin-bottom: 16px;
		margin-bottom: 1rem;
	}
	.home .carouselContainer .wrapper .carouselSlider .slide {
		padding: 0 8px;
		padding: 0 0.5rem;
	}
	.home .carouselContainer .wrapper .carouselSlider button {
		border-width: 12px;
		border-width: 0.75rem;
	}
	.home .carouselContainer .wrapper .carouselSlider button.slick-prev {
		left: -28px;
		left: -1.75rem;
	}
	.home .carouselContainer .wrapper .carouselSlider button.slick-next {
		right: -28px;
		right: -1.75rem;
	}

	/*SINGLE EVENT*/

	.single-event .content .flexBlocks .flexBlock {
		-webkit-flex-basis: 100%;
	    -ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    max-width: 100%;
	}

}

/* 340px */
@media (max-width: 21.25em) {
	.newsletterSection .fc_container form.elab_form fieldset .fieldwrap {
		width: 100%;
	}
}


/* HEIGHT */

/* 640px */
@media (max-height: 40em) {

}








/*________ SALVATORE QUERIES ________*/

/* 440px */
@media screen and (max-width: 27.5em) {
	.page-template-pages-events .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-events .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-events .masonry[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}
/* 941px */
@media screen and (min-width: 58.8125em) {
	.page-template-pages-events .masonry[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}
