@charset "UTF-8";

/*-- Reset --*/

* {
	padding:0;
	margin:0;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* > :last-child { 
	margin-bottom:0;
}

img {
	display:block;
}

.clearfix {
	overflow:auto;
}

.clearfix::after {
	content:"";
	clear:both;
	display:table;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav,
object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var, a img {
    background:transparent;
	border:0 none;
	outline:none;
	vertical-align:baseline;
	padding:0;
	margin:0;    
}


/*-- General --*/

html {
	background:#fff;
	max-width:100%;
	max-height:100%;
	overflow-x:hidden;
}

body {
	background:#fff;
	max-width:100%;
	max-height:100%;
	overflow-x:hidden;
	text-rendering:optimizeLegibility;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

h1 {
	font:600 88px/78px "franklin-gothic-compressed", sans-serif;
	color:#292929;
	text-transform:uppercase;
	letter-spacing:0.04em;
	margin:0 0 30px 0;
}

h2 {
	font:600 68px/68px "franklin-gothic-compressed", sans-serif;
	color:#292929;
	text-transform:uppercase;
	letter-spacing:0.03em;
	margin:0 0 30px;
}

h3 {
	font:600 30px/30px "franklin-gothic-compressed", sans-serif;
	color:#292929;
	letter-spacing:0.04em;
	margin:0 0 20px;
}

h4 {
	font:600 22px/25px "franklin-gothic-compressed", sans-serif;
	color:#0081c6;
	letter-spacing:0.08em;
	text-transform:uppercase;
	margin:0 0 25px;
}

h5 {
	font:400 28px/38px helvetica, sans-serif;
	color:#292929;
	margin:0 0 30px;
}

p {
	font:18px/28px helvetica, sans-serif;
	color:#292929;
	margin:0 0 30px;
}

p a {
	font:18px/28px helvetica, sans-serif !important;
	color:#0081c6 !important;
	letter-spacing:0 !important;
	text-transform:none !important;
}

p a:hover {
	color:#292929 !important;
}

p a::after {
	background:none !important;
	width:auto !important;
	height:auto !important;
	margin:0 !important;
}

a[href^="tel:"] {
	color:#292929 !important;
	margin:0 !important;
	text-decoration:none !important;
}

ul {
	list-style:none;
}

ul li {
	color:#292929;
}

hr {
	background-image:linear-gradient(to right, #0081c6, #0081c6 33.3333%, #84bd00 33.3333%, #84bd00 66.6666%, #ff8200 66.6666%, #ff8200 66.6666%);
	width:100px;
	height:6px;
	border:0;
	margin:20px auto 40px;
}

a.link,
#subpage a {
	font:600 18px/18px "franklin-gothic-compressed", sans-serif;
	color:#84bd00;
	letter-spacing:0.08em;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
}

a.link::after,
#subpage a::after {
	content:"";
	background:url("../images/arrow-green.svg") 0 0 no-repeat;
	background-size:26px;
	width:26px;
	height:26px;
	margin:0 0 0 10px;
	display:inline-block;
	position:relative;
	top:6px;
	transition:all 0.2s ease;
}

#subpage a.nostyle {
	font:18px/24px helvetica, sans-serif;
	color:#292929 !important;
	letter-spacing:0;
    text-transform:none ;
    text-decoration: none;
    display: inline-block;
}

#subpage a.nostyle:after {
	display:none;
}

a.link:hover::after,
#subpage a:hover::after {
	margin:0 0 0 15px;
}

a.button {
	font:600 17px/17px "franklin-gothic-compressed", sans-serif !important;
	color:#fff !important;
	letter-spacing:0.08em !important;
	text-transform: uppercase !important;
	text-decoration:none !important;
	background:#84bd00 !important;
	border:0 !important;
	border-radius:4px !important;
	padding:18px 28px 14px !important;
	transition:all 0.2s ease !important;
}

a.button:hover {
	background:#0081c6 !important;
	color:#fff !important;
}

.button-lg a {
	font:600 18px/18px "franklin-gothic-compressed", sans-serif;
	color:#fff !important;
	letter-spacing:0.08em;
	border-radius:8px;
	width:600px;
	padding:22px 0 28px;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	position:absolute;
	bottom:-36px;
	left:50%;
	transform:translateX(-50%);
	z-index:10;
	-webkit-box-shadow:0 4px 1px 6px rgba(15, 20, 45, 0.1);
	-moz-box-shadow:0 4px 1px 6px rgba(15, 20, 45, 0.1);
	box-shadow:0 4px 1px 6px rgba(15, 20, 45, 0.1);
	transition:all 0.2s ease;
}

.button-lg a:hover {
	background:#84bd00;
}

.button-lg a::after {
	content:"";
	background:url("../images/arrow-green.svg") 0 0 no-repeat;
	background-size:26px;
	width:26px;
	height:26px;
	margin:0 0 0 10px;
	display:inline-block;
	position:relative;
	top:6px;
	transition:all 0.2s ease;
}

.button-lg a:hover::after {
	margin:0 0 0 15px;
}

.button-lg a.bg-purple:hover {
	background:#ff8200;
}

.button-lg a.bg-purple::after {
	background:url("../images/arrow-orange.svg") 0 0 no-repeat !important;
}


/*-- Containers / Colors --*/

.container {
	width:1100px;
	padding:60px 0 0;
	margin:0 auto;
	position:relative;
}

.container-lg {
	width:1300px;
	padding:60px 5%;
	margin:0 auto;
	position:relative;
}

.container-sm {
	width:1100px;
	padding:60px 5%;
	margin:0 auto;
	position:relative;
}

.no-padding-top {
	padding-top:0;
}

.flex {
	display:flex;
	flex-wrap:wrap;
}

.col2 {
	width:50%;
	position:relative;
	z-index:2;
}

.col2:nth-child(odd) {
	padding-right:5%;
}

.col2:nth-child(even) {
	padding-left:5%;
}

.col3 {
	width:33.3333%;
	position:relative;
	z-index:2;
}

.col3:first-child {
	padding-right:5%;
}

.col3:nth-child(2) {
	padding-left:2.5%;
	padding-right:2.5%;
}

.col3:last-child {
	padding-left:5%;
}

.center {
	text-align:center;
}

.bg-blue {
	background:#0081c6;
}

.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue p {
	color:#fff;
}

.bg-blue h4 {
	color:#a9d100;
}

.bg-blue a.link {
	color:#fff;
}

.bg-blue a.link::after {
	background:url("../images/arrow-green.svg") 0 0 no-repeat;
}

.bg-purple {
	background:#9b26b6;
}

.bg-purple h2 {
	color:#ff8200;
}

.bg-purple h3,
.bg-purple h5,
.bg-purple p {
	color:#fff;
}

.bg-purple h4 {
	color:#ff8200;
}

.bg-purple a.link {
	color:#fff;
}

.bg-purple a.link::after {
	background:url("../images/arrow-orange.svg") 0 0 no-repeat;
}

.bg-green {
	background:#84bd00;
}

.bg-green h2,
.bg-green h3,
.bg-green p {
	color:#fff;
}

.bg-green h4 {
	color:#0081c6;
}

.bg-orange {
	background:#ff8200;
}

.bg-orange h2,
.bg-orange h3,
.bg-orange p {
	color:#fff;
}

.bg-orange h4 {
	color:#9b26b6;
}


/*-- Navigation --*/

nav {
	background:#fff;
	width:100%;
	height:90px;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	-webkit-box-shadow:0 0 1px 6px rgba(15, 20, 45, 0.1);
	-moz-box-shadow:0 0 1px 6px rgba(15, 20, 45, 0.1);
	box-shadow:0 0 1px 6px rgba(15, 20, 45, 0.1);
}

nav .container-lg {
	width:100%;
	height:100%;
	padding:0;
}

nav .logo {
	width:240px;
	height:auto;
	position:absolute;
	top:50%;
	left:3%;
	transform:translateY(-50%);
}

nav ul {
	list-style:none;
	position:absolute;
	top:50%;
	right:3%;
	transform:translateY(-50%);
}

nav ul li {
	font:600 19px/19px "franklin-gothic-compressed", sans-serif;
	letter-spacing:0.08em;
	text-decoration:none;
	text-transform:uppercase;
	color:#292929 !important;
	float:left;
	margin:0 0 0 40px;
	padding:0 0 40px;
	position:relative;
	top:20px;
	cursor:pointer;
	transition:all 0.2s ease;
}

nav ul li:nth-child(1):hover {
	color:#0081c6 !important;
}

nav ul li:nth-child(2):hover {
	color:#84bd00 !important;
}

nav ul li:nth-child(3):hover {
	color:#ff8200 !important;
}

nav ul li:nth-child(4):hover {
	color:#9b26b6 !important;
}

/*
nav ul li.safety {
	margin:0 0 0 75px;
}

nav ul li.parent-portal {
	margin:0 0 0 20px;
}

nav ul li.contact {
	margin:0 0 0 20px;
}*/

nav ul li a {
	color:#292929 !important;
	text-decoration:none;
}

/*
nav ul li.safety a,
nav ul li.parent-portal a,
nav ul li.contact a {
	font:400 19px/19px "franklin-gothic-compressed", sans-serif;
	letter-spacing:0.04em;
	text-transform:none;
	transition:all 0.15s ease;
}

nav ul li.safety a:hover,
nav ul li.parent-portal a:hover,
nav ul li.contact a:hover {
	color:#0081c6 !important;
}

nav ul li.safety a::after,
nav ul li.parent-portal a::after,
nav ul li.contact a::after {
	content:"";
	background:#0081c6;
	width:0;
	height:3px;
	position:absolute;
	top:22px;
	left:0;
	transition:all 0.15s ease;
}

nav ul li.safety a:hover::after,
nav ul li.parent-portal a:hover::after,
nav ul li.contact a:hover::after {
	width:100%;
}
*/

nav ul li.donate {
	margin:0 0 0 60px;
	background:#ff8200;
	border-radius:4px;
	padding:0;
	position:relative;
	top:1px;
	transition:all 0.2s ease;
}

nav ul li.donate:hover {
	background:#0081c6;
}

nav ul li.donate a {
	font:600 17px/17px "franklin-gothic-compressed", sans-serif;
	color:#fff !important;
	text-align:center;
	width:110px;
	height:54px;
	padding:20px 0 0;
	display:block;
}


/*-- Nav - Dropdown --*/

nav ul li ul {
	display:none;
	width:350px;
	padding:0;
	margin:0;
	text-align:center;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	border-top:8px solid #004b87;
	position:absolute;
	top:54px;
	left:50%;
	transform:translateX(-50%);
	z-index:999;
	-webkit-box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
	-moz-box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
	box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
}

nav ul li ul li {
	width:100%;
	display:block;
	margin:0 !important;
	padding:0 !important;
	top:0;
	overflow:hidden;
}

nav ul li ul li a {
	font:400 19px/19px "franklin-gothic-compressed", sans-serif;
	color:#fff !important;
	letter-spacing:0.04em;
	text-transform:none;
	background:#0081c6;
	border-bottom:2px solid #339ad1;
	width:100%;
	padding:16px 0 13px !important;
	margin:0 !important;
	display:block;
	transition:all 0.2s ease;
}

nav ul li ul li a::after {
	background:none !important;
}

nav ul li ul li.safety a:hover,
nav ul li ul li.parent-portal a:hover,
nav ul li ul li.contact a:hover {
	color:#fff !important;
}

nav ul li ul li:last-child a {
	border-bottom:0 !important;
	border-bottom-right-radius:4px !important;
	border-bottom-left-radius:4px !important;
}

nav ul li ul .droparrow {
	width:0; 
	height:0; 
	border-left:18px solid transparent;
	border-right:18px solid transparent;
	border-bottom:18px solid #004b87;
	position:absolute;
	top:-22px;
	left:50%;
	transform:translateX(-50%);
}

nav ul li ul.bg-blue li a {
	background:#0081c6;
	border-bottom:2px solid #339ad1;
}

nav ul li ul.bg-blue li a:hover {
	background:#339ad1;
}

nav ul li ul.bg-green li a {
	background:#84bd00;
	border-bottom:2px solid #a9d100;
}

nav ul li ul.bg-green li a:hover {
	background:#a9d100;
}

nav ul li ul.bg-orange li a {
	background:#ff8200;
	border-bottom:2px solid #ffa100;
}

nav ul li ul.bg-orange li a:hover {
	background:#ffa100;
}

nav ul li ul.bg-purple li a {
	background:#9b26b6;
	border-bottom:2px solid #af51c5;
}

nav ul li ul.bg-purple li a:hover {
	background:#af51c5;
}


/*-- Nav - Mobile --*/

#nav-mobile {
	display:none;
	background:#004b87;
	margin:70px 0 0;
	padding:0 0 40px;
	position:relative;
	z-index:900;
	-webkit-box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
	-moz-box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
	box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
}

#nav-mobile ul li {
	font:600 30px/30px "franklin-gothic-compressed", sans-serif;
	color:#fff !important;
	letter-spacing:0.04em;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	padding:20px 0 17px !important;
	margin:0 !important;
	display:block;
	transition:all 0.2s ease;
}

#nav-mobile ul li:nth-child(4) {
	-webkit-box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
	-moz-box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
	box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
}

#nav-mobile ul li.safety,
#nav-mobile ul li.parent-portal {
	border-bottom:2px solid #0081c6;
}

#nav-mobile ul li.clubhouses a {
	color:#fff !important;
	text-decoration:none;
}

#nav-mobile ul li.safety a,
#nav-mobile ul li.parent-portal a,
#nav-mobile ul li.contact a {
	font:400 26px/26px "franklin-gothic-compressed", sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:none;
}

#nav-mobile ul li.donate a {
	font:600 18px/18px "franklin-gothic-compressed", sans-serif;
	color:#fff !important;
	letter-spacing:0.08em;
	background:#ff8200;
	border-radius:8px;
	width:80%;
	padding:22px 0 28px;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	z-index:10;
	-webkit-box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
	-moz-box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
	box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.2);
}

#nav-mobile ul li.donate a::after {
	content:"";
	background:url("../images/arrow-purple.svg") 0 0 no-repeat;
	background-size:26px;
	width:26px;
	height:26px;
	margin:0 0 0 10px;
	display:inline-block;
	position:relative;
	top:6px;
	transition:all 0.2s ease;
}

#nav-mobile ul li ul {
	display:none;
	padding:10px 0 0;
	margin:0;
}

#nav-mobile ul li ul li {
	border-top:2px solid #339ad1;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

#nav-mobile ul li.bg-green ul li {
	border-top:2px solid #a9d100;
}

#nav-mobile ul li.bg-orange ul li {
	border-top:2px solid #ffa100;
}

#nav-mobile ul li.bg-purple ul li {
	border-top:2px solid #af51c5;
}

#nav-mobile ul li ul li a {
	font:400 26px/26px "franklin-gothic-compressed", sans-serif !important;
	color:#fff !important;
	text-decoration:none !important;
	border:0 !important;
	text-transform:none !important;
}

#mobile-menu-open,
#mobile-menu-close {
	display:none;
	background:#f3f3f3;
	width:70px;
	height:70px;
	padding:15px 0 0 15px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}

#mobile-menu-open .bar {
	background:#0081c6;
	width:40px;
	height:6px;
	margin:6px 0 0;
}

#mobile-menu-close .bar {
	background:#0081c6;
	width:40px;
	height:6px;
	margin:6px 0 0;
	position:absolute;
	top:25px;
	left:15px;
	transform:rotate(45deg);
}

#mobile-menu-close .bar:nth-child(2) {
	transform:rotate(-45deg);
}


/*-- Headers --*/

header .container {
	opacity:0;
	margin:40px 0 0;
	animation:fadein 0.8s ease 0.8s forwards;
}

@keyframes fadein {
	from {
		opacity:0;
		margin:40px 0 0;
	}
	to {
		opacity:1;
		margin:0;
	}
}

#homepage header {
	background:#0081c6;
	width:100%;
	/*height:100vh;*/
	height:850px;
	position:relative;
}

#homepage header h1 {
	font:600 105px/100px "franklin-gothic-compressed", sans-serif;
	color:#fff;
	text-shadow:0 0 30px rgba(0, 0, 0, 0.2);
}

#homepage header h3 {
	font:600 53px/53px "franklin-gothic-compressed", sans-serif;
	color:#fff;
	margin:0;
	text-shadow:0 0 30px rgba(0, 0, 0, 0.2);
}

#homepage header .overlay {
	background:rgba(0, 0, 0, 0.4);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

#homepage header .container {
	text-align:center;
	width:100%;
	padding:0 3%;
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	transform:translate(-50%, -50%);
}

#homepage header a {
	font:600 18px/18px "franklin-gothic-compressed", sans-serif;
	color:#fff !important;
	letter-spacing:0.08em;
	border-radius:8px;
	background:#84bd00;
	padding:17px 30px 23px 35px;
	margin:40px 0 0;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	z-index:10;
	-webkit-box-shadow:0 4px 1px 6px rgba(15, 20, 45, 0.1);
	-moz-box-shadow:0 4px 1px 6px rgba(15, 20, 45, 0.1);
	box-shadow:0 4px 1px 6px rgba(15, 20, 45, 0.1);
	transition:all 0.2s ease;
}

#homepage header a:hover {
	background:#0081c6;
}

#homepage header a::after {
	content:"";
	background:url("../images/arrow-blue.svg") 0 0 no-repeat;
	background-size:26px;
	width:26px;
	height:26px;
	margin:0 0 0 10px;
	display:inline-block;
	position:relative;
	top:6px;
	transition:all 0.2s ease;
}

.flexslider {
	background:#0081c6;
	width:100%;
	height:100%;
	border:0;
	margin:0;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.flexslider ul {
	width:100%;
	height:100%;
	margin:0 !important;
	padding:0 !important;
	position:relative;
	display:inline-block;
}

.flexslider ul li {
	width:100%;
	height:100%;
	margin:0 !important;
	padding:0 !important;
	position:absolute !important;
	top:0;
	left:0;
	transition:transform 15s ease;
	transform:scale(1);
}

.flexslider ul li.zoom {
	transform:scale(1.08);
}

#homepage header .colorbar {
    background-image:linear-gradient(to right, #004b87, #004b87 21%, #84bd00 21%, #84bd00 42%, #ff8200 42%, #ff8200 63%, #ff8200 63%, #ff8200 63%);
    width:100%;
    height:10px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:4;
}

#subpage header,
#portal header {
	width:100%;
	padding:120px 3% 35px;
	position:relative;
}

#subpage header h1,
#portal header h1 {
	color:#fff;
	margin:0;
}

#subpage header h4,
#portal header h4 {
	margin:0 0 15px;
}

#subpage header .colorbar,
#portal header .colorbar {
    background-image:linear-gradient(to right, #004b87, #004b87 25%, #84bd00 25%, #84bd00 50%, #ff8200 50%, #ff8200 75%, #004b87 75%, #9b26b6 75%);
    width:100%;
    height:10px;
	position:absolute;
	bottom:0;
	left:0;
}

#subpage header.bg-green .colorbar {
	background-image:linear-gradient(to right, #004b87, #004b87 25%, #0081c6 25%, #0081c6 50%, #ff8200 50%, #ff8200 75%, #004b87 75%, #9b26b6 75%);
}

#subpage header.bg-orange .colorbar {
	background-image:linear-gradient(to right, #004b87, #004b87 25%, #0081c6 25%, #0081c6 50%, #84bd00 50%, #84bd00 75%, #9b26b6 75%, #9b26b6 75%);
}

#subpage header.bg-purple .colorbar {
	background-image:linear-gradient(to right, #004b87, #004b87 25%, #0081c6 25%, #0081c6 50%, #84bd00 50%, #84bd00 75%, #004b87 75%, #ff8200 75%);
}


/*-- Homepage --*/

#we-believe {
	width:100%;
	min-height:550px;
	padding-right:480px;
	position:relative;
	z-index:5;
}

#we-believe ul.menu {
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	width:480px;
	position:absolute;
	top:-74px;
	right:0;
	-webkit-box-shadow:-2px 4px 1px 6px rgba(15, 20, 45, 0.1);
	-moz-box-shadow:-2px 4px 1px 6px rgba(15, 20, 45, 0.1);
	box-shadow:-2px 4px 1px 6px rgba(15, 20, 45, 0.1);
}

#we-believe ul.menu h4 {
	color:#fff;
	text-align:center;
	border-top-left-radius:8px;
	height:74px;
	padding:26px 0 0;
	margin:0;
}

#we-believe ul.menu li {
	font:600 20px/20px "franklin-gothic-compressed", sans-serif;
	letter-spacing:0.08em;
	text-transform:uppercase;
	border-bottom:2px solid #a9d100;
	padding:30px 20px 26px 40px;
	cursor:pointer;
	position:relative;
	transition:all 0.2s ease;
}

#we-believe ul.menu li:hover {
	background:#a9d100;
}

#we-believe ul.menu li span {
	color:#a9d100;
	margin:0 5px 0 0;
	transition:all 0.2s ease;
}

#we-believe ul.menu li:last-child {
	border:0;
	border-bottom-left-radius:8px;
}

#we-believe ul.menu li:hover span {
	color:#fff;
}

#we-believe ul.menu li.active {
	background:#a9d100;	
}

#we-believe ul.menu li.active span {
	color:#fff;
}

#we-believe ul.menu li.active::before {
	content:"";
	background:url("../images/arrow-orange.svg") 0 0 no-repeat;
	background-size:46px;
	width:46px;
	height:46px;
	border-radius:46px;
	display:inline-block;
	position:absolute;
	top:50%;
	left:-23px;
	transform:translateY(-50%);
	-webkit-box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.1);
	-moz-box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.1);
	box-shadow:0 3px 1px 3px rgba(15, 20, 45, 0.1);
}

#we-believe ul.content {
	width:1100px;
	padding:60px 5% 80px;
}

#we-believe ul.content li {
	display:none;
}

#we-believe ul.content li.we-believe {
	display:block;
}

#we-believe ul.content li h2 {
	color:#fff;
}

#we-believe ul.content li h4 {
	color:#a9d100;
}

#we-believe ul.content li h4.number {
	border-bottom:4px solid #a9d100;
	padding:0 0 3px;
	display:inline-block;
}

#we-believe ul.content li h5 {
	color:#fff;
}

#we-believe ul.content li a {
	font:600 18px/18px "franklin-gothic-compressed", sans-serif;
	color:#a9d100;
	letter-spacing:0.08em;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
}

#we-believe ul.content li a::after {
	content:"";
	background:url("../images/arrow-green.svg") 0 0 no-repeat;
	background-size:26px;
	width:26px;
	height:26px;
	margin:0 0 0 10px;
	display:inline-block;
	position:relative;
	top:6px;
	transition:all 0.2s ease;
}

#we-believe ul.content li a:hover::after {
	margin:0 0 0 15px;
}

#we-believe ul.content li .col2 a {
	margin:0 0 60px;
}

#we-believe ul.content li .col2:last-child a {
	margin:0;
}

#we-believe ul.content li a[href^="tel:"] {
	color:#fff !important;
}

/*
#we-believe ul.content li.club-information p {
	line-height:22px;
	margin:0 0 15px;
}*/

#we-believe ul.content li.club-information a {
	margin:0;
}

#we-believe ul.content li.club-information .col2 {
	margin:0 0 60px;
}

#we-believe ul.content li.club-information .col2:last-child {
	margin:0;
}

#we-believe ul.content li.club-information .col2:last-child a {
	display:none;
}

#we-believe #stats .col3 h2,
#we-believe #stats .col3 h4 {
	color:#fff !important;
}

#homepage .collage {
	background-image:linear-gradient(to bottom, #004b87, #004b87 20%, #004b87 20%, #004b87 20%);
	margin:0;
	padding-top:70px;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	z-index:10;
}

#subpage .collage,
#portal .collage {
	background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 20%, #004b87 20%, #004b87 20%);
	margin:150px 0 0;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	z-index:10;
}

.collage img {
	position:relative;
	z-index:2;
}

#ag-gaston {
	background:url("../images/bg-ag-gaston.jpg") no-repeat top center / cover;
	margin-top:50px;
}

#ag-gaston .container-lg {
	padding-right:650px;
}

#ag-gaston a {
	font:600 18px/18px "franklin-gothic-compressed", sans-serif;
	color:#84bd00;
	letter-spacing:0.08em;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
}

#ag-gaston a::after {
	content:"";
	background:url("../images/arrow-green.svg") 0 0 no-repeat;
	background-size:26px;
	width:26px;
	height:26px;
	margin:0 0 0 10px;
	display:inline-block;
	position:relative;
	top:6px;
	transition:all 0.2s ease;
}

#ag-gaston a:hover::after {
	margin:0 0 0 15px;
}

#alumni {
	background-image:linear-gradient(to right, #9b26b6, #9b26b6 50%, #ff8200 50%);
	position:relative;
}



#alumni h2,
#subpage #alumni h2 {
	font:600 48px/50px "franklin-gothic-compressed", sans-serif;
	color:#fff;
}

#subpage #alumni {
	margin-bottom:0;
}

#alumni .flex {
	align-items:center;
}

#alumni .col2 {
	display:block;
	padding:60px 5%;
}

#alumni .col2:last-child {
	display:block;
	padding:60px 5% 100px;
}

#alumni img {
	width:150px;
	height:150px;
	border:8px solid #9b26b6;
	border-radius:150px;
	margin:0 auto 30px;
}


.page-id-84 #alumni {
	margin-top:50px;
}

.page-id-84 .collage {
	margin-top:-100px !important;
}

.page-id-84 #alumni .col2:last-child {
	display:block;
	padding:60px 5% 200px;
}

#partners .container-lg {
	padding-top:100px !important;
	padding-bottom:60px;
	padding-left:1%;
	padding-right:1%;
}

#partners ul {
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}

#partners ul li {
	width:20%;
	padding:15px 4%;
	transition:all 0.2s ease;
}

#partners ul li:hover {
	opacity:1;
	filter:grayscale(0);
}


/*-- Subpages --*/

#subpage .container-lg {
	padding-bottom:0;
}

#subpage h2 {
	color:#0081c6;
	text-align:center;
	position:relative;
	padding:0 0 25px;
	margin:0 0 40px;
}

#subpage h2::after {
	content:"";
	background-image:linear-gradient(to right, #0081c6, #0081c6 33.3333%, #84bd00 33.3333%, #84bd00 66.6666%, #ff8200 66.6666%, #ff8200 66.6666%);
	width:100px;
	height:6px;
	border:0;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}

#subpage h3 {
	color:#0081c6;
}

#subpage ul {
	margin:0 0 30px;
}

#subpage ul li {
	font:18px/24px helvetica, sans-serif;
	width:100%;
	padding:0 30px 0 20px;
	margin:0 0 15px;
	position:relative;
}

#subpage ul li::before {
	content:"";
	background:#84bd00;
	width:9px;
	height:9px;
	border-radius:9px;
	padding:0;
	margin:0;
	position:absolute;
	top:6px;
	left:0;
	display:inline-block;
}

#subpage ul li:last-child {
	margin:0;
}

#subpage ol {
	padding:0 0 0 25px;
	margin:0 0 30px;
	display:flex;
	flex-wrap:wrap;
}

#subpage ol li {
	font:18px/24px helvetica, sans-serif;
	width:100%;
	padding:0 30px 0 5px;
	margin:0 0 15px;
}

#subpage ol li::marker {
	color:#84bd00;
}

#subpage ol li:last-child {
	margin:0;
}

#subpage .blue a {
	color:#84bd00;
}

#subpage .blue a::after {
	background:url("../images/arrow-green.svg") 0 0 no-repeat;
}

#subpage .orange h2,
#subpage .orange h3 {
	color:#ff8200;
}

#subpage .orange h4,
#subpage .orange a {
	color:#9b26b6;
}

#subpage .orange ul li::before {
	background:#ff8200;
}

#subpage .orange ol li::marker {
	color:#ff8200;
}

#subpage .orange a::after {
	background:url("../images/arrow-purple.svg") 0 0 no-repeat;
}

#subpage .purple h2,
#subpage .purple h3 {
	color:#9b26b6;
}

#subpage .purple ul li::before {
	background:#ff8200;
}

#subpage .purple a {
	color:#ff8200;
}

#subpage .purple a::after {
	background:url("../images/arrow-orange.svg") 0 0 no-repeat;
}

#subpage .green h2,
#subpage .green h3 {
	color:#84bd00;
}

#subpage .green h4,
#subpage .green a {
	color:#0081c6;
}

#subpage .green ul li::before {
	background:#0081c6;
}

#subpage .green ol li::marker {
	color:#0081c6;
}

#subpage .green a::after {
	background:url("../images/arrow-blue.svg") 0 0 no-repeat;
}

#content hr {
	background-image:linear-gradient(to right, #0081c6, #0081c6 25%, #84bd00 25%, #84bd00 50%, #ff8200 50%, #ff8200 75%, #004b87 75%, #9b26b6 75%);
	width:100%;
	height:3px;
	border:0;
	margin:80px auto;
}

#content img.aligncenter {
	padding:0 20px 20px 20px;
}

#content img.alignright {
	padding:0 0 20px 20px;
}

#content img.alignleft {
	padding:0 20px 20px 0;
}

#programs ul li {
	width:100%;
	padding:0;
	margin:0 0 60px;
}

#programs ul li:last-child {
	margin:0;
}

#programs ul li::before {
	background:none !important;
}

#programs ul li .logo {
	width:35%;
}

#programs ul li .logo img {
	border:2px solid #f3f3f3;
	padding:10%;
}

#programs ul li .description {
	width:65%;
	padding:0 0 0 5%;
}

#programs ul li .description h3 {
	margin-top:0;
}

#programs hr {
	background-image:linear-gradient(to right, #0081c6, #0081c6 25%, #84bd00 25%, #84bd00 50%, #ff8200 50%, #ff8200 75%, #004b87 75%, #9b26b6 75%);
	width:100%;
	height:3px;
	border:0;
	margin:80px auto;
}

#programs .container {
	padding-top:0;
}

#leadership ul {
	display:flex;
	flex-wrap:wrap;
}

#leadership ul li {
	width:33.3333%;
	margin:0 0 50px;	
}

#leadership ul li::before {
	background:none;
}

#leadership ul li .photo {
	width:75%;
	height:1px;
	padding:80% 0 0;
	margin:0 auto 30px;
	border-top:2px solid #0081c6;
	border-bottom:2px solid #ff8200;
	border-left:2px solid #9b26b6;
	border-right:2px solid #84bd00;
}

#leadership ul li h4 {
	margin:0 0 5px;
}

#leadership ul li h5 {
	font-size:25px;
	line-height:35px;
	margin:0 0 5px;
}

#leadership ul li p {
	margin:0 0 5px;
}

#leadership ul li a.email {
	font:18px/28px helvetica, sans-serif !important;
	text-transform:none !important;
	letter-spacing:0 !important;
}

#leadership ul li a.email:hover {
	color:#292929 !important;
}

#leadership ul li a.email::after {
	background:none !important;
	width:0 !important;
	height:0 !important;
	margin:0 !important;
}

#leadership .container-lg {
	padding-top:0;
	padding-bottom:0;
}

#staff {
	justify-content:center;
}

#leadership ul#staff li {
	width:50%;
}

.popup {
	display:none;
	position:relative;
	border-top:2px solid #0081c6;
	border-bottom:2px solid #ff8200;
	border-left:2px solid #9b26b6;
	border-right:2px solid #84bd00;
}

.popup .close {
	text-indent:-999999px;
	background:url("../images/icon-close.svg") center center no-repeat #ff8200;
	background-size:20px;
	width:50px;
	height:50px;
	border:0;
	border-radius:0;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	transition:all 0.2s ease;
}

.popup .close:hover {
	background:url("../images/icon-close.svg") center center no-repeat #9b26b6;
	background-size:20px;
}

.fancybox-content {
	padding:0 !important;
}

#subpage #partners ul li {
	width:25%;
	padding:10px 4%;
	opacity:1;
	transition:all 0.2s ease;	
}

#subpage #partners ul li:hover {

}

#subpage #partners ul li::before {
	background:none;
}

#subpage #partners .container {
	padding-left:1.5%;
	padding-right:1.5%;
}

#clubhouse {
	background-image:linear-gradient(to bottom, #fff, #f3f3f3);
	position:relative;
}

#clubhouse h3 {
	margin:0;
}

#clubhouse h4 {
	margin:0 0 5px;
}

#clubhouse h5 {
	color:#ff8200 !important;
	margin:0 0 5px;
}

#clubhouse ul {
	margin-bottom:0;
}

#clubhouse ul li {
	width:100%;
	padding:0;
}

#clubhouse ul li::before {
	background:none !important;
}

#clubhouse hr {
	margin:20px auto;
}

#clubhouse .photo {
	width:150px;
	height:150px;
	border:8px solid #9b26b6;
	border-radius:150px;
	margin:0 auto 15px;
}

#clubhouse a.email {
	font:18px/28px helvetica, sans-serif !important;
	text-transform:none !important;
	letter-spacing:0 !important;
}

#clubhouse a.email:hover {
	color:#292929 !important;
}

#clubhouse a.email::after {
	display:none;
}

#clubhouse .col2:first-child {
	padding:0;
}

#clubhouse .col2:last-child {
	padding:60px 0 80px;
}

#clubhouse .flexslider {
	background:#e9e9e9;
}

#clubhouse-map .gmap_canvas {
	border-radius:8px;
	width:100%;
	height:350px;
	margin:30px 0 0;
	position:relative;
	overflow:hidden;
}

#clubhouse-map iframe {
	width:100%;
	height:600px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

#contact-us {
	background-image:linear-gradient(to bottom, #fff, #f3f3f3);
	position:relative;
}

#contact-us a {
	font: 18px / 24px helvetica, sans-serif !important;
    color: #292929 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-decoration: none;
    display: inline-block;
}

#contact-us a:after {
	display:none;
}

#contact-us h5 {
	color:#0081c6 !important;
}

#contact-us ul {
	margin-bottom:0;
}

#contact-us ul li {
	width:100%;
	padding:0;
}

#contact-us ul li::before {
	background:none !important;
}

#contact-us .col2:first-child {
	padding:0;
	overflow:hidden;
}

#contact-us .col2:last-child {
	padding:80px 0;
}

#contact-us .mapouter {
	width:100%;
	height:900px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

#contact-us .gmap_canvas {
	width:100%;
	height:900px;
	position:relative;
	overflow:hidden;
}

#contact-us iframe {
	width:100%;
	height:1150px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}


/*-- Video --*/

.video {
	height:0;
	padding:0 0 56.25%;
	position:relative;
	margin:0 0 30px;
}

.video iframe {
	width:100%;
	max-width:none;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}


/*-- Stats --*/

#stats h2 {
	width:100%;
	margin:0;
	padding:26.5% 0 0 5%;
	position:absolute;
	top:0;
	left:-0.5%;
}

#stats h2::after {
	background:none;
}

#stats h2 span {
	font-size:48px;
	position:relative;
	top:-10px;
}

#stats h4 {
	color:#292929 !important;
	margin:25px 0 0;
}

#stats .container {
	padding-left:0;
	padding-right:0;
}

#stats .col3 {
	padding:0 6%;
}

#stats .col3:first-child h2 {
	color:#84bd00 !important;
}

#stats .col3:nth-child(2) h2 {
	color:#ff8200 !important;
}

#stats .col3:last-child h2 {
	color:#9b26b6 !important;
}


/*-- Athletics --*/

#athletics ul li {
	width:100%;
}

#athletics hr {
	background-image:linear-gradient(to right, #0081c6, #0081c6 25%, #84bd00 25%, #84bd00 50%, #ff8200 50%, #ff8200 75%, #004b87 75%, #9b26b6 75%);
	width:100%;
	height:3px;
	border:0;
	margin:80px auto;
}

#athletics hr:last-child {
	display:none;
}

.accordion-content {
	display:none;
}

.accordion-content article {
	opacity:0;
}


/*-- Forms --*/

.wpforms-cc-warning {
	display:none !important;
}

div.wpforms-container-full .wpforms-form h3 {
	font:600 30px/30px "franklin-gothic-compressed", sans-serif;
	color:#292929;
	letter-spacing:0.04em;
	margin:30px 0 0;
}

div.wpforms-container-full .wpforms-form h4 {
	font:600 19px/22px "franklin-gothic-compressed", sans-serif;
	color:#292929;
	text-transform:uppercase;
	letter-spacing:0.08em;
	margin:15px 0 0;
}

div.wpforms-container-full .wpforms-form h5 {
	font:bold 15px/21px helvetica, sans-serif;
	color:#292929;
	margin:15px 0 0;
}

div.wpforms-container-full .wpforms-form hr {
	background:#e6e6e6 !important;
	width:100% !important;
	height:2px !important;
	margin:20px auto 30px !important;
}

div.wpforms-container-full .wpforms-form hr.colors {
	background-image:linear-gradient(to right, #0081c6, #0081c6 25%, #84bd00 25%, #84bd00 50%, #ff8200 50%, #ff8200 75%, #004b87 75%, #9b26b6 75%) !important;
	width:100% !important;
	height:3px !important;
	border:0 !important;
	margin:40px auto 50px !important;
}

.wpforms-field-label {
	font:18px/22px helvetica, sans-serif !important;
	color:#292929 !important;
}

.wpforms-required-label {
	color:red !important;
}

.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="number"],
.wpforms-form textarea,
.wpforms-form select {
	background:#fff !important;
	border:2px solid #bbb !important;
	border-radius:4px !important;
}

.wpforms-field-address input {
	margin-bottom:16px !important;
}

.wpforms-field-address .wpforms-field-row:last-child input {
	margin-bottom:8px !important;
}

.wpforms-submit,
.wpforms-page-next,
.wpforms-page-prev {
	font:600 17px/17px "franklin-gothic-compressed", sans-serif !important;
	color:#fff !important;
	letter-spacing:0.08em !important;
	text-transform: uppercase !important;
	background:#84bd00 !important;
	border:0 !important;
	border-radius:4px !important;
	padding:18px 28px 14px !important;
	transition:all 0.2s ease !important;
}

.wpforms-submit:hover,
.wpforms-page-next:hover,
.wpforms-page-prev:hover {
	background:#0081c6 !important;
}

.wpforms-payment-total {
	font:400 28px/38px helvetica, sans-serif !important;
}

.wpforms-confirmation-container-full {
	background:#f3f3f3;
	margin:0 !important;
    border-top:2px solid #0081c6 !important;
	border-bottom:2px solid #ff8200 !important;
	border-left:2px solid #9b26b6 !important;
	border-right:2px solid #84bd00 !important;
    padding:5% !important;
}

.wpforms-confirmation-container-full p {
	color:#292929 !important;
}

::-webkit-input-placeholder {
	color:#292929;
	opacity:0.6;
}
::-moz-placeholder {
	color:#292929;
	opacity:0.6;
}
:-ms-input-placeholder {
	color:#292929;
	opacity:0.6;
}
:-moz-placeholder {
	color:#292929;
	opacity:0.6;
}


/*-- WP-Client / Parent Portal Pages --*/

#wpc_registration_form .wpc_form_line:last-child,
.wpc_msg_avatar,
.wpc_msg_search_line {
	display:none !important;
}

.wpc_form br {
	display:block !important;
}

#portal h2 {
	color:#0081c6;
	text-align:center;
	position:relative;
	padding:0 0 25px;
	margin:0 0 40px;
}

#portal h3 {
	color:#0081c6;
}

#portal h2::after {
	content:"";
	background-image:linear-gradient(to right, #0081c6, #0081c6 33.3333%, #84bd00 33.3333%, #84bd00 66.6666%, #ff8200 66.6666%, #ff8200 66.6666%);
	width:100px;
	height:6px;
	border:0;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}

#member-signup {
	background-image:linear-gradient(to top, #fff, #f3f3f3);
}

#member-signup hr {
	background:#e6e6e6 !important;
	width:100% !important;
	height:2px !important;
	border:0 !important;
	margin:30px auto !important;
}

#parent-portal-menu {
	background-image:linear-gradient(to bottom, #fff, #f3f3f3);
	padding:0 3%;
}

#parent-portal-menu a:nth-child(1) {
	width:25px;
	height:25px;
	float:left;
	margin:29px 0 30px;
}

#parent-portal-menu a:nth-child(1)::after {
	background:none;
}

#parent-portal-menu hr {
	background:#bbb;
	width:2px;
	height:40px;
	border:0;
	margin:22px 15px 25px;
	float:left;
}

#parent-portal-menu a:nth-child(3) {
	font:600 18px/18px "franklin-gothic-compressed", sans-serif;
	color:#0081c6;
	letter-spacing:0.08em;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	position:relative;
	top:-4px;
	margin:27px 0 30px;
}

#parent-portal-menu a:nth-child(3)::before {
	content:"";
	background:url("../images/arrow-blue.svg") 0 0 no-repeat;
	background-size:26px;
	width:26px;
	height:26px;
	margin:0 10px 0 0;
	display:inline-block;
	position:relative;
	top:6px;
	transition:all 0.2s ease;
	transform:scaleX(-1);
}

#parent-portal-menu a:nth-child(3):hover::before {
	margin:0 15px 0 0;
}

#parent-portal-menu a:nth-child(3)::after {
	display:none;
}

#parent-portal-menu a:nth-child(4),
#parent-portal-menu a:nth-child(5) {
	font:600 17px/17px "franklin-gothic-compressed", sans-serif;
	color:#0081c6;
	letter-spacing:0.08em;
	text-transform:uppercase;
	text-decoration:none;
	background:none;
	border:2px solid #0081c6;
	border-radius:4px;
	padding:14px 24px 10px;
	float:right;
	transition:all 0.2s ease;
}

#parent-portal-menu a:nth-child(4) {
	margin:20px 0 20px 20px;
}

#parent-portal-menu a:nth-child(5) {
	margin:20px 0;
}

#parent-portal-menu a:nth-child(4):hover,
#parent-portal-menu a:nth-child(5):hover {
	color:#fff;
	background:#0081c6;
}

#parent-portal-menu a:nth-child(4):after,
#parent-portal-menu a:nth-child(5):after {
	display:none;
}

.portal-buttons {
	text-align:center;
}

.portal-buttons a.button {
	width:250px;
	padding:24px 28px 20px !important;
	margin:15px 10px 0;
	display:inline-block;
}

#loginform {
	padding:0 !important;
}

.main_loginform_block #nav {
	padding:0 !important;
	margin:15px 0 0 !important;
}

.wpc_form input[type="text"],
.wpc_form input[type="password"],
.wpc_form input[type="email"],
.wpc_form input[type="tel"],
.wpc_form textarea,
.wpc_form select {
	font:16px/20px helvetica, sans-serif !important;
	color:#292929 !important;
	background:#fff !important;
	border:2px solid #bbb !important;
	border-radius:4px !important;
	padding:7px !important;
}

.wpc_form #mobile_number {
	padding-left:77px !important;
}

.wpc_form ul#country-listbox li {
	padding:10px 10px 0 !important;
	margin:0 !important;
}

.wpc_form ul#country-listbox li::before {
	background:none !important;
	width:0 !important;
	height:0 !important;
}

.wpc_form input[type="submit"],
input[type="button"].wpc_button {
	font:600 17px/17px "franklin-gothic-compressed", sans-serif !important;
	color:#fff !important;
	letter-spacing:0.08em !important;
	text-transform: uppercase !important;
	background:#84bd00 !important;
	border:0 !important;
	border-radius:4px !important;
	padding:18px 28px 14px !important;
	transition:all 0.2s ease !important;
}

.wpc_form input[type="submit"]:hover,
input[type="button"].wpc_button:hover {
	background:#0081c6 !important;
}

.wpc_nav_button {
	font:600 17px/17px "franklin-gothic-compressed", sans-serif !important;
	color:#292929 !important;
	letter-spacing:0.08em !important;
	text-transform:uppercase !important;
	text-align:center !important;
	background:none !important;
	border-top-left-radius:4px !important;
	border-top-right-radius:4px !important;
	padding:18px 28px 14px !important;
	transition:all 0.2s ease !important;
}

.wpc_nav_button:hover {
	background:#f3f3f3 !important;
}

.wpc_msg_nav_list li.inbox.selected {
	background:#f3f3f3 !important;
	border-top:0 !important;
	border-bottom:4px solid #84bd00;
}

.wpc_msg_nav_list li.sent.selected {
	background:#f3f3f3 !important;
	border-top:0 !important;
	border-bottom:4px solid #0081c6;
}

.wpc_msg_nav_list li.archive.selected {
	background:#f3f3f3 !important;
	border-top:0 !important;
	border-bottom:4px solid #9b26b6;
}

.wpc_msg_nav_list li.trash.selected {
	background:#f3f3f3 !important;
	border-top:0 !important;
	border-bottom:4px solid #ff8200;
}

.wpc_form_line {
	display:block !important;
}

.wpc_form_line .wpc_form_label {
	width:100% !important;
	font:18px/28px helvetica, sans-serif !important;
	color:#292929 !important;
}

.wpc_form_line .wpc_form_field {
	width:100% !important;
	display:inline-block !important;
}

.wpc_form button.wpc_submit:disabled, .wpc_form input[type="button"].wpc_submit:disabled, .wpc_form input[type="submit"].wpc_submit:disabled {
	filter:grayscale(1) !important;
	background:#000 !important;
	opacity:0.3 !important;
}

.wpc_form button.wpc_submit:disabled:hover, .wpc_form input[type="button"].wpc_submit:disabled:hover, .wpc_form input[type="submit"].wpc_submit:disabled:hover {
	filter:grayscale(1) !important;
	opacity:0.3 !important;
	background:#000 !important;
}

.wpc_ajax_overflow,
.wpc_ajax_overflow_table {
	background:#f3f3f3 !important;
}

.wpc_ajax_loading,
.wpc_ajax_loading_table {
	margin:-35px 0px 0px -35px !important;
	width:70px !important;
	height:70px !important;
	background-size:70px !important;
	opacity:0.3 !important;
}

.wpc_msg_content_wrapper_inner {
	min-height:80px !important;
}

.wpc_msg_answer_actions,
.wpc_msg_line_content {
	padding:0 !important;
}

.wpc_msg_chain_content {
	float:none !important;
}

.wpc_msg_chain_answer {
	width:100% !important;
	color:#292929 !important;
}

.wpc_msg_controls_line {
	width:60px !important;
}

.wpc_private_messages_table tr.wpc_msg_no-items td {
	margin:0 auto !important;
}

.wpc_msg_pagination {
	width:calc(100% - 60px) !important;
}

.wpc_msg_answer_field {
	padding:0 !important;
	width:100% !important;
}

.wpc_table tfoot,
.wpc_table thead {
	background:#0081c6 !important;
}

.wpc_table thead {
	border-bottom:1px solid #0081c6 !important;
}

.wpc_client_files_table .wpc_client_files_table_block {
	border:1px solid #0081c6 !important;
}

.wpc_table td {
	border-left:1px solid #0081c6;
	border-right:1px solid #0081c6;
}

.wpc_th_filename,
.wpc_table th.wpc_sortable,
.wpc_th_bulk_action {
	font:600 17px/17px "franklin-gothic-compressed", sans-serif !important;
	color:#fff !important;
	padding:8px !important;
	letter-spacing:0.08em !important;
	text-transform:uppercase !important;
}

.wpc_table td,
.wpc_table .wpc_td_bulk_action {
	padding:8px !important;
}

.wpc_client_files_table a {
	font:16px/18px helvetica, sans-serif !important;
	color:#0081c6 !important;
}

.wpc_client_files_table a:hover {
	color:#292929 !important;
	text-decoration:none !important;
}

.wpc_client_files_table span {
	font:16px/18px helvetica, sans-serif !important;
	color:#292929 !important;
}

.wpc_files_counter {
	margin:0 !important;
}

.wpc_private_messages_table {
	border-spacing:0 !important;
}

.wpc_private_messages_table tbody tr {
	border-bottom:2px solid #e6e6e6 !important;
	display:flex !important;
}

.wpc_private_messages_table .wpc_msg_check-column,
.wpc_private_messages_table td.wpc_msg_column-client_ids,
.wpc_msg_column-message_text,
.wpc_msg_column-date {
	padding:8px !important;
	margin:0 !important;
}

.wpc_private_messages_table td.wpc_msg_column-date {
	width:250px !important;
}

.wpc_private_messages_table {
	border-top:2px solid #e6e6e6 !important;
	border-left:2px solid #e6e6e6 !important;
	border-right:2px solid #e6e6e6 !important;
	border-bottom:2px solid #e6e6e6 !important;
}

.wpc_msg_check-column {
	border-right:2px solid #e6e6e6 !important;
}

.wpc_msg_column-client_ids {
	width:20% !important;
}

.wpc_msg_column-message_text {
	width:60% !important;
}

.wpc_msg_column-date {
	width:20% !important;
	text-align:right !important;
}

.wpc_chain_subject {
	font-weight:600 !important;
}

.wpc_chain_last_message {
	display:none !important;
}

.wpc_msg_message_line {
	border-top:2px solid #e6e6e6 !important;
	border-bottom:0 !important;
}

.wpc_msg_chain_answer {
	border-top:0 !important;
	padding:30px 0 0 0 !important;
}

.wpc_msg_message_line  {
	padding:8px 0 !important;
}

.wpc_msg_line_content {
	width:100% !important;
}

.wpc_msg_answer_content {
	border:2px solid #bbb !important;
}

.wpc_msg_nav_list_collapsed {
	width:50px !important;
	height:50px !important;
}

.wpc_msg_nav_list_collapsed:before {
    font:45px dashicons !important;
    color:#bbb !important;
    line-height:50px !important;
}

.wpc_table tfoot {
	border-top:1px solid #0081c6 !important;
}

.wpforms-field p.legal {
	font:15px/21px helvetica, sans-serif;
	padding:10px 0 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error {
	border:2px solid red !important;
}

.wpforms-page-indicator-page-progress {
	background:#84bd00 !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
	font:15px/21px helvetica, sans-serif;
	color:red;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul.legal {
	padding-top:10px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul.legal li {
	font:15px/21px helvetica, sans-serif !important;
	list-style:none !important;
	padding-left:13px !important;
	position:relative !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul.legal li::before {
	content:"•";
	font:19px/19px helvetica, sans-serif !important;
	position:absolute;
	top:2px;
	left:0;
}

.small-field-left {
	width:33.3333% !important;
	padding-right:12px !important;
	float:left !important;
	clear:none !important;
}

.small-field-center {
	width:33.3333% !important;
	padding-left:6px !important;
	padding-right:6px !important;
	float:left !important;
	clear:none !important;
}

.small-field-right {
	width:33.3333% !important;
	padding-left:12px !important;
	float:left !important;
	clear:none !important;
}

.medium-field-left {
	width:50% !important;
	padding-right:9px !important;
	float:left !important;
	clear:none !important;
}

.medium-field-right {
	width:50% !important;
	padding-left:9px !important;
	float:left !important;
	clear:none !important;
}


/*-- News --*/

#news-list {
	width:65%;
}

#news-list h2 {
	text-align:left;
}

#news-list h2::after {
	left:0;
	transform:translateX(0);
}

#news-list h4.date {
	font:600 18px/18px "franklin-gothic-compressed", sans-serif;
	color:#84bd00;
	margin:0 0 15px;
}

#news-list hr {
	background:#e6e6e6;
	width:100%;
	height:2px;
	margin:30px auto;
}

#news-list ul li:last-child hr {
	background:none;
	margin:0;
}

#news-list ul li {
	padding:0 !important;
}

#news-list ul li::before {
	width:0 !important;
	height:0 !important;
	border-radius:0 !important;
}

#news-list .nav-previous a::before {
	content:"";
	background:url("../images/arrow-green.svg") 0 0 no-repeat;
	background-size:26px;
	width:26px;
	height:26px;
	margin:0 10px 0 0;
	display:inline-block;
	position:relative;
	top:6px;
	transition:all 0.2s ease;
	transform:scaleX(-1);
}

#news-list .nav-previous a:hover::before {
	margin:0 15px 0 0;
}

#news-list .nav-previous a::after {
	background:none !important;
	width:0 !important;
	height:0 !important;
	margin:0 !important;
}

#news-article h4 {
	color:#84bd00;
}

#news-article img {
	margin:0 0 30px;
}

#news-article hr {
	background-image:linear-gradient(to right, #0081c6, #0081c6 25%, #84bd00 25%, #84bd00 50%, #ff8200 50%, #ff8200 75%, #004b87 75%, #9b26b6 75%);
	width:100%;
	height:3px;
	border:0;
	margin:80px auto;
}

#calendar-list {
	width:28%;
	padding:0 0 0 5%;
	margin:0 0 0 7%;
	border-left:2px solid #e6e6e6;
}

#calendar-list a {
	font:600 24px/28px "franklin-gothic-compressed", sans-serif !important;
	letter-spacing:0.04em !important;
	text-transform:none !important;
}

#calendar-list a:hover {
	margin:0 !important;
	color:#0081c6;
}

#calendar-list a::after {
	background:none !important;
	width:0 !important;
	height:0 !important;
	margin:0 !important;
}

#calendar-list hr {
	background-image:linear-gradient(to right, #0081c6, #0081c6 25%, #84bd00 25%, #84bd00 50%, #ff8200 50%, #ff8200 75%, #004b87 75%, #9b26b6 75%);
	width:100%;
	height:3px;
	border:0;
	margin:40px auto;
}

#calendar-list hr:last-child {
	background:none;
	margin:0;
}


/*-- Footer --*/

footer {
	background:#004b87;
	position:relative;
}

footer .colorbar {
    background-image:linear-gradient(to left, #0081c6, #0081c6 25%, #84bd00 25%, #84bd00 50%, #ff8200 50%, #ff8200 75%, #004b87 75%, #9b26b6 75%);
    width:100%;
    height:10px;
	position:absolute;
	bottom:0;
	left:0;
}

footer .container-lg {
	padding-top:60px;
	padding-bottom:30px;
}

footer .flex {
	justify-content:space-between;
}

footer h3 {
	font:400 26px/30px "franklin-gothic-compressed", sans-serif;
	color:#fff;
	letter-spacing:0.04em;
	margin:0 0 20px;
}

footer p {
	color:#fff;
}

footer ul {
	list-style:none;
}

footer .logo-1 {
	width:120px;
}

footer .logo-2 {
	width:90px;
}

footer .logo-1 a,
footer .logo-2 a {
	display:block;
}

footer .logo a:first-child {
	margin:0 0 30px;
}

footer .logo a:last-child img {
	padding:0 15px;
}

footer .signup {
	width:45%;
	padding:0 4%;
	position:relative;
}

footer .signup label,
footer .signup #wpforms-field_hp {
	display:none;
}

footer .signup .wpforms-field-email {
	width:100% !important;
	padding:0 25px 0 0 !important;
}

footer .signup #wpforms-542-field_1 {
	font:16px/16px Helvetica, sans-serif !important;
	color:#fff !important;
	background:none !important;
	width:95% !important;
	margin:0 !important;
	padding:0 0 5px 0 !important;
	border-top:0 !important;
	border-left:0 !important;
	border-right:0 !important;
	border-bottom:2px solid #fff !important;
	border-radius:0 !important;
}

footer .signup .wpforms-submit {
	background:url("../images/arrow-orange.svg") 0 0 no-repeat !important;
	background-size:34px !important;
	width:34px !important;
	height:34px !important;
	padding:0 !important;
	border:0 !important;
	border-radius:34px !important;
	text-indent:-999999px !important;
	position:absolute !important;
	bottom:0 !important;
	right:0 !important;
}

footer div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	padding:0 !important;
}

footer .connect {
	text-align:center;
	width:100px;
}

footer .connect ul {
	display:flex;
	justify-content:space-between;
}

footer .connect ul li {
	width:24px;
}

footer .connect ul li:hover {
	opacity:1;
}

footer ul.links li a {
	font:600 13px/13px "franklin-gothic-compressed", sans-serif;
	letter-spacing:0.08em;
	text-transform:uppercase;
	text-decoration:none;
	color:rgba(255, 255, 255, 0.5) !important;
}

footer ul.links li a:hover {
	color:rgba(255, 255, 255, 1) !important;
}

footer p.copyright {
	font:14px/18px helvetica, sans-serif !important;
	text-align:center;
	color:rgba(255, 255, 255, 0.5) !important;
	margin:0;
	padding:0 0 40px;
}

footer p.copyright a {
	font:600 14px/18px helvetica, sans-serif !important;
	color:rgba(255, 255, 255, 1) !important;
	text-decoration:none !important;
}

footer ::-webkit-input-placeholder {
	color:#fff;
	opacity:0.5;
}
footer ::-moz-placeholder {
	color:#fff;
	opacity:0.5;
}
footer :-ms-input-placeholder {
	color:#fff;
	opacity:0.5;
}
footer :-moz-placeholder {
	color:#fff;
	opacity:0.5;
}



/* Brians Styles */

#map {
	display:none;
	width:100%;
	padding-left:0;
	padding-right:10%;
	margin-bottom:60px;
}

/* HOME */


header .video {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    overflow:hidden;
}

header .video iframe {
    width:150vw;
    height:56.25vw;
    min-height:100vh;
    min-width:177.77vh;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}


/* CAREERS */

.career-listing h3 {
	margin:0 0 15px 0;
}

.career-listing h4 {
	color:#84bd00;
	margin-bottom:15px;
}


/* CLUBHOUSE */

#clubhouse .col2:last-child {
	padding:100px 100px 150px 100px;
}

#clubhouse h3 {
	margin:0 0 30px 0;
}

#clubhouse .button-lg {
	width:100%;
	position:absolute;
	bottom:-40px;
}

#clubhouse .button-lg a {
	font:600 18px/18px "franklin-gothic-compressed", sans-serif;
	color:#fff !important;
	letter-spacing:0.08em;
	border-radius:8px;
	width:300px;
	padding:22px 0 28px;
	margin:0 20px;
	position:relative;
	bottom:auto;
	left:auto;
    transform: translateX(0);
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	z-index:10;
	-webkit-box-shadow:0 4px 1px 6px rgba(15, 20, 45, 0.1);
	-moz-box-shadow:0 4px 1px 6px rgba(15, 20, 45, 0.1);
	box-shadow:0 4px 1px 6px rgba(15, 20, 45, 0.1);
	transition:all 0.2s ease;
}

#clubhouse .button-lg a:nth-child(1) {
	background:#004b87;
}

#clubhouse .button-lg a:nth-child(2) {
	background:#0080c6;
}

#clubhouse .button-lg a:nth-child(3) {
	background:#84bd00;
}

#clubhouse .button-lg a:nth-child(4) {
	background:#9b26b6;
}

#clubhouse-locations .container {
	padding-top:150px;
}

#clubhouse-locations h3 {
	margin:0 0 10px 0;
}

#clubhouse-locations .col3 {
	margin-bottom:80px;
}

.engagement-opportunities {
	margin-bottom:60px;
}

.engagement-opportunities img {
	margin-bottom:15px;
}

.engagement-opportunities h4 {
	color:#9b26b6;
	margin:0 0 10px 0;
}

#corporate-partnership .col2 {
	margin-bottom:50px;
}