/*
 Theme Name:   Club Matters
 Description:  Club Matters Wordpress Theme
 Author:       Synergy Learning
 Author URI:   http://www.synergy-learning.com
 Template:     goodwp
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Club Matters
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
@font-face {font-family: 'effra';src: url('fonts/2D4F95_0_0.eot');src: url('fonts/2D4F95_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2D4F95_0_0.woff2') format('woff2'),url('fonts/2D4F95_0_0.woff') format('woff'),url('fonts/2D4F95_0_0.ttf') format('truetype'); font-weight:bold; font-style:normal;}
@font-face {font-family: 'effra';src: url('fonts/2D4F95_1_0.eot');src: url('fonts/2D4F95_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2D4F95_1_0.woff2') format('woff2'),url('fonts/2D4F95_1_0.woff') format('woff'),url('fonts/2D4F95_1_0.ttf') format('truetype'); font-weight:normal; font-style:italic;}
@font-face {font-family: 'effra';src: url('fonts/2D4F95_2_0.eot');src: url('fonts/2D4F95_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/2D4F95_2_0.woff2') format('woff2'),url('fonts/2D4F95_2_0.woff') format('woff'),url('fonts/2D4F95_2_0.ttf') format('truetype'); font-weight:normal; font-style:normal;}

body {
	background: #fff;
	padding-top:10px;
	font-family:"effra",sans-serif;
	line-height:1.5em;
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizelegibility;
	color:#000;
	font-size: 16px;
	position: relative;
	height: 100%;
	overflow-x: hidden;
    width: 100%;
    -webkit-transition: all .2s ease 0.2s;
    transition: all .2s ease 0.2s;
}

.nooverflow-wrapper {
    overflow-x: hidden;
}

@media screen (max-width: 979px) {
	.nooverflow-wrapper {
		position: relative;
		overflow-x: hidden;
	}
}

body.slide {
    position: fixed;
    width: 100%;
}

body.slide .overlay {
	display: block;
}

body.slide .overview {
	right: 0;
	opacity: 1;
	width: 38%;
	    visibility: visible;
}

.overlay {
    width: 100%;
    cursor: pointer;
    height: 100%;
    display: none;
    left: 0;
    z-index: 9999;
    background: rgba(204, 204, 204, 0.3);
    top: 0;
    position: absolute;
}

@keyframes ready {
    0% {
        opacity: 0;
    }
    66.667% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes ready {
    0% {
        opacity: 0;
    }
    66.667% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.help_overview {
	position: fixed;
	height: 74px;
	width: 74px;
	right: 50px;
	overflow: hidden;
	font-size: 22px;
	bottom: 20px;
	border-radius: 38px;
	background-color: rgba(34, 115, 182, 1);
	z-index: 999;
	display: block;
	cursor: pointer;
	animation: 3s ready;
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
	animation: 2s move;
}

.help_overview:hover, .help_overview.active {
	height: 74px;
	width: 300px;
	border-radius: 100px;
    transition-delay: .3s;
    -webkit-transition-delay: .3s; /* Safari */
}

@keyframes move {
    0% {
        bottom: -80px;
    }
    90% {
        bottom: -80px;
    }
    100% {
        bottom: 20px;
    }
}

@-webkit-keyframes move {
    0% {
        bottom: -80px;
    }
    90% {
        bottom: -80px;
    }
    100% {
        bottom: 20px;
    }
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes appear {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.help_overview:after {
	opacity: 0;
	content: 'Can we help you?';
}

.help_overview:hover:after,
.help_overview.active:after {
	content: 'Can we help you?';
	position: absolute;
	top: 34%;
	left: 30px;
	color: #fff;
	opacity: 1;
	white-space: nowrap;
	animation: 1s appear;
}

.help_overview:before {
	background: url(images/help.png) no-repeat;
	background-position: calc(100% - 18px) 50%;
    background-size: 38px;
    content: '';
    height: 100%;
    width: 74px;
    display: block;
    float: right;
}

.help_overview:hover:before,
.help_overview.active:before {
	background-position: calc(100% - 18px) 50%;
}

.overview {
	visibility: hidden;
	position: absolute;
	right: -100%;
	top: 0;
	background: #fff;
	height: 100%;
	max-width: 450px;
	z-index: 99999;
	opacity: 0;
	-webkit-box-shadow: -9px 2px 38px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: -9px 2px 38px -15px rgba(0,0,0,0.75);
	box-shadow: -9px 2px 38px -15px rgba(0,0,0,0.75);
	overflow: hidden;
	width:0;
}

.overview p {
    line-height: 1.2;
}

.overview p.dim {
    color: #999;
}

.overview .content {
    height: 100%;
    width: 100%;
	padding: 0;
    background-color: #fff;
    position: relative;
}

p.getstarted {
    background: #1c73b8;
    padding: 15px;
    margin-top: 15px;
    border-radius: 9px;
    color: #fff;
}

p.getstarted a {
    color: #fff;
    font-weight: bold;
}

a.buttonarrow {
    background-color: #eee;
    padding: 3px 10px;
    margin: 5px 16px;
    float: left;
    display: none;
    font-weight: bold;
    text-align: right;
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	color: #000;
	font-size: 16px;
	border: solid #e6e6e6 2px;
	text-decoration: none;
}

a.buttonarrow i {
    float: left;
    margin: 1px 10px 0 0;
    color: #000;
    font-size: 22px;
}

a.buttonarrow:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}

.content a.getstartedbtn {
    background-color: #009d9e;
	background-image: -webkit-linear-gradient(top, #009d9e, #33b1b1);
	background-image: -moz-linear-gradient(top, #009d9e, #33b1b1);
	background-image: -ms-linear-gradient(top, #009d9e, #33b1b1);
	background-image: -o-linear-gradient(top, #009d9e, #33b1b1);
	background-image: linear-gradient(to bottom, #009d9e, #33b1b1);
    padding: 5px 12px;
    margin: 5px 2px 0 0;
    float: left;
    font-weight: bold;
    text-align: left;
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	color: #fff;
	font-size: 16px;
	border: solid #33b1b1 2px;
	text-decoration: none;
}

.content a.getstartedbtn i {
    float: right;
    margin: 1px 0 0 10px;
    font-size: 22px;
}

.content a.getstartedbtn:hover {
  background: #33b1b1;
  text-decoration: none;
}

.content a.raisethebar {
    background-color: #e81c57;
	background-image: -webkit-linear-gradient(top, #e81c57, #b51954);
	background-image: -moz-linear-gradient(top, #e81c57, #b51954);
	background-image: -ms-linear-gradient(top, #e81c57, #b51954);
	background-image: -o-linear-gradient(top, #e81c57, #b51954);
	background-image: linear-gradient(to bottom, #e81c57, #b51954);
    padding: 5px 12px;
    margin: 5px 2px 0 0;
    float: left;
    font-weight: bold;
    text-align: left;
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	color: #fff;
	font-size: 16px;
	border: solid #b51954 2px;
	text-decoration: none;
}

.content a.raisethebar i {
    float: right;
    margin: 1px 0 0 10px;
    color: #fff;
    font-size: 22px;
}

.content a.raisethebar:hover {
  background: #b51954;
  text-decoration: none;
}

.content a.clubmarkbtn {
    background-color: rgba(28,115,184,1.0);
    padding: 5px 12px;
    margin: 5px 2px 0 0;
    float: left;
    font-weight: bold;
    text-align: left;
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	color: #fff;
	font-size: 16px;
	border: solid #498fc6 2px;
	text-decoration: none;
}
.content a.clubmarkbtn i {
    float: right;
    margin: 1px 0 0 10px;
    color: #fff;
    font-size: 22px;
}

.content a.clubmarkbtn:hover {
  background: #498fc6;
  text-decoration: none;
}

.amber a.clubmarkbtn {
    background-color: #ef6e0c;
    padding: 5px 12px;
    margin: 5px 2px 0 0;
    float: left;
    font-weight: bold;
    text-align: left;
	-webkit-border-radius: 12;
	-moz-border-radius: 12;
	border-radius: 12px;
	color: #fff;
	font-size: 16px;
	border: solid #ff6e00 2px;
	text-decoration: none;
}
.amber a.clubmarkbtn i {
    float: right;
    margin: 1px 0 0 10px;
    font-size: 22px;
    color: #fff;
}

.amber a.clubmarkbtn:hover {
  background: #ff9c52;
  text-decoration: none;
}

a.buttonarrow.active {
	display: block;
}

@media (min-width: 1025px) {
	.tabs li.getstarted {
		background: url(images/idea.png) no-repeat;
		background-position: center left 10px;
	    background-size: 80px 110px;

	}
	.tabs li.keepitup {
		background: url(images/slamdunk.png) no-repeat;
		background-position: center left 10px;
	    background-size: 80px 110px;
	}
	.tabs li.getbackontrack {
		background: url(images/running.png) no-repeat;
		background-position-x: 10px;
	    background-size: 80px 110px;
	}
	.tabs li.raisethebar  {
		background: url(images/jump.png) no-repeat;
	    background-size: 75px 100px;
	    background-position: 10px 4px;
	}
	.tabs li.clubmark {
		background: url(images/holdingtrophy.png) no-repeat;
		background-position: center left 10px;
	    background-size: 80px 110px;
	}
}

.tabs li.getstarted { background-color: rgba(0,157,158,1.0);}
.tabs li.getstarted:hover { background-color: #018788}
.tabs li.keepitup {background-color: rgb(219, 196, 79); }
.tabs li.keepitup:hover {background-color: #bea93e; }
.tabs li.getbackontrack {background-color: #ef6e0c; }
.tabs li.getbackontrack:hover {background-color: #dc620c; }
.tabs li.raisethebar {background-color: #831f80; }
.tabs li.raisethebar:hover {background-color: #800080; }
.tabs li.clubmark {background-color: #1c73b8; }
.tabs li.clubmark:hover {background-color: #1f5ab8; }

.overview .header {
	background-color: #b51954;
	padding: 6px 16px;
}

.overview .introduction {
	background-color: rgb(239, 239, 239);
	padding: 16px 16px 6px 16px;
	margin-bottom: 6px;

}

.overview .header h3 {
	color: #fff;
	font-weight: bold;
	padding-left: 36px;
	font-family: "effra",sans-serif;
    font-size: 20px;
    margin: 10px 0;
}

.escape {
    display: block;
	background: url(images/cancel.png) no-repeat;
    background-size: 10px;
    background-position: center;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 16px;
    top: 15px;
    cursor: pointer;
    z-index: 1000;
    border: 3px solid #fff;
    padding: 10px;
    border-radius: 50%;
    transition: all .6s ease-in-out 0.1s;
    -webkit-transition: all .6s ease-in-out 0.1s;
}

ul.tabs {
	margin: 0;
	padding: 0px;
	list-style: none;
}

ul.tabs .menu {
	padding: 10px 20px 0 20px;
	overflow: auto;
	width: 100%;
    display: block;
}

ul.tabs li {
	display: table;
	padding: 10px 15px;
	cursor: pointer;
	width: 100%;
	background-color: rgba(0,157,158,1.0);
    color: #fff;
    text-align: left;
    margin-bottom: 3px;
}

@media (min-width: 1025px) {
	ul.tabs .menu {
		padding: 40px 20px;
	}
	ul.tabs li {
		padding-left: 25%;
		min-height: 100px;
	}
}

ul.tabs li div {
    display: table-cell;
    vertical-align: middle;
}

ul.tabs li div h4 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px 0;
}

ul.tabs li div p {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 10px 0;
}

.tab-content {
	display: none;
	background: #fff;
	padding: 15px;
	position: absolute;
    top: 43px;
    bottom: 0;
    border-radius: 0;
    border: none;
}

.tab-content h4 {
    font-size: 24px;
    font-weight: bold;
}

.tab-content h4.yellow {
	color: rgb(219, 196, 79);
}

.tab-content h4.red {
	color: #b51954;
}

.tab-content h4.blue {
	color: #1c73b8;
}

.tab-content h4.orange {
	color: #ef6e0c;
}

.tab-content h4.purple {
	color: #831f80;
}

.tab-content a {
	color: rgba(28,115,184,1.0);
	text-decoration: underline;
}

.tab-content.current {
	display: inherit;
	width: 100%;
	overflow: auto;
}

.amber {
	margin-bottom: 10px;
	margin-top: 20px;
    border-radius: 4px;
    padding: 20px;
    float: left;
}

.amber.on {
	background: rgb(250,210,186);
}

.amber a {
	color: rgb(92,116,134);
	text-decoration: underline;
}
.amber h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.amber a:hover {
	text-decoration: none;
}

.amber * {
	color: rgb(134,71,33);
}

.amber div.on {
	display: block;
}

.amber div {
	display: none;
}

.tab-content .inputs {
    float: left;
    margin: 0 10px;
}

.inputs span {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 3px;
    padding: 5px;
    padding-left: 30px;
    line-height: 1;
    position: relative;
}

.inputs span input[type="radio"].on:before {
	background: rgba(0,157,158,1.0);
	border: 1px solid #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.inputs span input[type="radio"] {
    position: absolute;
    -webkit-appearance: none;
    vertical-align: -4px;
    cursor: pointer;
    border: none;
    -moz-appearance: none;
    appearance: none;
    left: 5px;
    background: none;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.inputs span input[type="radio"]:before {
    display: block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin-top: -6px;
    margin-right: 5px;
    content: "";
    border: 2px solid #95a5a6;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.inputs span input[type="radio"]:focus {
	outline: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.col-lg-9 {float:right;}
.col-lg-3 {float:left;}

.col-lg-8 {float:right;}
.col-lg-4 {float:left;}


h1, h2, h3, h4, h5, h6 {font-family:"effra",sans-serif; font-weight:400;}

h1,
.h1 {
  font-size: 46px;
  color:#003a69;
}
h2,
.h2 {
  font-size: 42px;
  color:#003a69;
}

h2.padding {
  font-size: 42px;
  color:#003a69;
  padding:25px 0;
}
h3,
.h3 {
  font-size: 34px;
  color:#009d9e;
}
h4,
.h4 {
  font-size: 26px;
  color:#009d9e;
}
h5,
.h5 {
  font-size: 22px;
  color:#003a69;
}
h6,
.h6 {
  font-size: 18px;
  color:#003a69;
}

p {
font-size: 16px;
}

li {
	line-height:1.5em;
}

#content ul {
	padding-left:20px;
}

#content ul li {
	background: url(images/bullet-green.png) no-repeat left 5px;
	list-style: none;
	padding-left: 20px;
	margin-bottom:10px;
}

#content ol li {
	margin-bottom:10px;
}

a, #content a {
	color:#b51a55;
}

a:hover, #content a:hover {
	color:#000;
}

#content blockquote p {
	font-size: 16px;
	line-height:1.5em;
	font-style:italic;
}

#content blockquote:before {
	background-color: #ebcb01;
}


body.admin-bar .navbar {height:175px; position:relative; top:0;}
.navbar {margin-bottom: 0;}


.panel {background:none; box-shadow:none;}
.panel-grid {margin-bottom:20px !important;}

.sidebar {padding-top:40px; margin-left: -15px;}
body.home .sidebar {padding-top:0;}

body.home .col-lg-8 {padding-left:0;}

.main-page {padding-top:0;}

.aligncenter {margin:0 auto;}


/*****************************************
header
*****************************************/
#logo {
	margin-top:10px;
	margin-right:0;
}

.sb-search {
	position: relative;
	margin-top: 10px;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	padding-left: 20px;
	width: 320px;
	max-width: 40%;
	background: url(images/bg-toplogin-left.png) no-repeat;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	left:46px;
	border: none;
	border-radius:0;
	outline: none;
	background: #b51954;
	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 0;
	font-family: inherit;
	color: #fff;
	font-size:0.9em;
}

.sb-search-input:focus {
	background: #b51954;
}

.sb-search-input::-webkit-input-placeholder {
	color: #fff;
}

.sb-search-input:-moz-placeholder {
	color: #fff;
}

.sb-search-input::-moz-placeholder {
	color: #fff;
}

.sb-search-input:-ms-input-placeholder {
	color: #fff;
}

.sb-icon-search,
.sb-search-submit  {
	width: 20px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: 999;
}

.sb-icon-search {
	color: #fff;
	z-index: 90;
}


.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #b51954;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


#top-login {
	width:400px;
	background: url(images/bg-toplogin.png) no-repeat;
	float: right;
	height:60px;
	margin-top: 10px;
	text-align:right;
	padding-right:50px;
}

#top-login .txt {
	color:#fff;
	font-size:0.9em;
	padding:20px 10px 0 0;
	float:right;
	width:250px;
}

#top-login a {
	color:#fff;
	font-weight:bold;
}

#top-login a:hover {
	color:#daca00;
}

#top-login img {
	float:right;
	width:50px;
	height:50px;
	margin-top:6px;
	position: relative;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.navbar .nav {
 	background: url(images/bg-topnav.png) no-repeat;
	width: 750px;
	padding-left: 70px;
	float:right;
}

.navbar .nav > li > a {
	font-family:"effra",sans-serif;
	font-weight:400;
	font-size:18px;
	color:#fff;
}

.navbar .nav > li > a:hover,.navbar .nav > li > a:focus {
	color:#003a69;
}

.navbar .nav > li.active > a,.navbar .nav > li.active > a:hover,.navbar .nav > li.active > a:focus {
	color:#fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle {
background: none;
color: #003a69;
}

.navbar .nav > li > ul:before {
	border-color: transparent transparent #003a69 transparent;
	border-width: 0 15px 15px 15px;
	top: -15px;
}

.navbar .nav > li > ul {
	padding-top:0;
	background:#003a69;
}

.navbar .nav ul li {
	background:#003a69;
	border-bottom:1px solid #336187;
}

.navbar .nav ul li:hover {
	background:#003a69;
	color: #ebc500;
}

.navbar .nav ul a:hover {
	background:#003a69;
}

.breadcrumbs {
	font-size:0.85em;
}


/*****************************************
footer
*****************************************/
#f {background:#003a69; color:#fff; padding-top:20px; padding-bottom:20px;}
#f h1, #f h2, #f h3, #f h4, #f h5, #f h6 {color:#fff;}

#f a {color:#fff;}
#f a:hover {color:#57a7e2;}

#f ul {list-style:none; padding:0; margin:0;}
#f li {display:inline; padding:0 20px; font-size:0.9em;}
#f li:first-child {padding-left:0;}

.social {background: #57a7e2;
	height: 45px;
	width: 45px;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	padding-top:7px;
}
.social:hover {color:#ebc500 !important;}

/*****************************************
home page content
*****************************************/

.item {
	display: inline-block;
	text-align: left;
     width: 100%;
	 cursor:pointer;
}
.item-wrapper {
	position: relative;
}
.item-image {
	position: relative;
	overflow: hidden;
	background: #efefef;
	/* height: 265px; */
	padding-bottom:20px;
}
.item-image img {
	display: block;
	margin: 0 auto;
	/* width: 60%; */
}

/*.item select {
	width: 98%;
	margin-left: 0 4px;
	font-family: "effra",sans-serif;
	font-size: 18px;
} */

.styled-select {
   background: #efefef url(images/select-arrow.png) no-repeat 96% 0;
   height: 40px;
   overflow: hidden;
   width: 300px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 16px;
   height: 40px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 320px;
   outline: none;
}

.ie .styled-select select {
	width: 330px;
}

.item-overlay {
	background: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}

.second .item-wrapper .item-title {
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.second .item-wrapper:hover .item-title {
	left: -100%;
}

.finances .second .item-description{
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(255,255,255,1.0);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	border: 10px solid rgba(239,110,12,1.0);
	padding: 13px 16px;
}

.facilities .second .item-description{
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(255,255,255,1.0);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	border: 10px solid rgba(0,157,158,1.0);
	padding: 13px 16px;
}

.people .second .item-description{
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(255,255,255,1.0);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	border: 10px solid rgba(95,41,79,1.0);
	padding: 13px 16px;
}
.marketing .second .item-description{
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(255,255,255,1.0);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	border: 10px solid rgba(235,197,0,1.0);
	padding: 13px 16px;
}

.second .item-wrapper:hover .item-description{
	top: 0;
}

.ie .second .item-wrapper .item-description{
	top: 0;
}

@media all and (-ms-high-contrast:none)
     {
	 	.second .item-wrapper .item-description{
	 		top: 0;
		}

		.styled-select select {
			width: 330px;
		}

     }

.item-image h2 {
  font-family: "effra",sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #003a69;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 24px;
  }

.finances .item-description-header{
	 padding: 16px 12px;
	 background: rgba(239,110,12,0.15);
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 border-radius: 4px;
	 margin-bottom: 18px;
	 position: relative;
 }

.facilities .item-description-header{
	 padding: 16px 12px;
	 background: rgba(0,157,158,0.15);
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 border-radius: 4px;
	 margin-bottom: 18px;
     position: relative;
 }

 .marketing .item-description-header{
	 padding: 16px 12px;
	 background: rgba(235,197,0,0.15);
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 border-radius: 4px;
	 margin-bottom: 18px;
	 position: relative;
 }

  .people .item-description-header{
	 padding: 16px 12px;
	 background: rgba(95,41,79,0.15);
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 border-radius: 4px;
	 margin-bottom: 18px;
	 position: relative;
 }

 .item-description-header h3{
 	font-family: "effra",sans-serif;
 	font-size: 18px;
 	line-height: 20px;
 	font-weight: normal;
 	color: #000;
 	width: 230px;
 	padding-right: 30px;
 	display: inline-block;
 	margin: 3px 0;
 }

.item-description-header h3.finances { background: url(images/club_finances_arrow.png) center right no-repeat; }
.item-description-header h3.clubfacilities { background: url(images/club_facilities_arrow.png) center right no-repeat;}
.item-description-header h3.clubpeople { background: url(images/club_people_arrow.png) center right no-repeat;}
.item-description-header h3.clubmarketing { background: url(images/club_marketing_arrow.png) center right no-repeat;}

 #content .item-description-header h3 a {color:#000;}

  #content .finances .item-description-header h3 a:hover {color:#ef6e0c;}
  #content .facilities .item-description-header h3 a:hover {color:#009d9e;}
  #content .marketing .item-description-header h3 a:hover {color:#ebc500;}
  #content .people .item-description-header h3 a:hover {color:#5f294f;}

 .finances .club_icon{
	background-image: url(images/club_finances_icon.png);
 	height: 48px;
 	width: 46px;
 	float: left;
 	margin-right: 10px;
 	background-repeat: no-repeat;
 }

.finances .club_arrow{
	 background-image: url(images/club_finances_arrow.png);
 	height: 37px;
 	width: 24px;
 	float: right;
 	position: absolute;
  	top: 20px;
  	right: 10px;
 }

 .facilities .club_icon{
	background-image: url(images/club_facilities_icon.png);
 	height: 46px;
 	width: 46px;
 	float: left;
 	margin-right: 10px;
 	background-repeat: no-repeat;
 }

.facilities .club_arrow{
	 background-image: url(images/club_facilities_arrow.png);
 	height: 37px;
 	width: 24px;
 	float: right;
 	position: absolute;
  	top: 20px;
  	right: 10px;
 }


 .people .club_icon{
	background-image: url(images/club_people_icon.png);
 	height: 46px;
 	width: 46px;
 	float: left;
 	margin-right: 10px;
 	background-repeat: no-repeat;
 }

.people .club_arrow{
	 background-image: url(images/club_people_arrow.png);
 	height: 37px;
 	width: 24px;
 	float: right;
 	position: absolute;
  	top: 20px;
  	right: 10px;
 }

 .marketing .club_icon{
	background-image: url(images/club_marketing_icon.png);
 	height: 46px;
 	width: 46px;
 	float: left;
 	margin-right: 10px;
 }

 .marketing .club_arrow{
	 background-image: url(images/club_marketing_arrow.png);
 	height: 37px;
 	width: 24px;
 	float: right;
 	position: absolute;
  	top: 20px;
  	right: 10px;
 }


/*****************************************
home page slider
*****************************************/
.tp-caption.large_text {
	color:#003a69;
	text-shadow:none;
	font-family: "effra",sans-serif;
 	font-size: 40px;
 	line-height: 40px;
	font-weight:400;
	}

.tp-caption.medium_text {
	color:#003a69;
	text-shadow:none;
	font-family: "effra",sans-serif;
 	font-size: 24px;
 	line-height: 30px;
	font-weight:400;
	}

.tp-button.red {
	background: #eb1454;
	-moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
	color:#fff !important;
	padding: 8px 40px;
	font-family: "effra",sans-serif;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 400;
	text-shadow: none !important;
	box-shadow: none;
	letter-spacing: 0;
}


.tp-button.red.small:hover {
	background: #ebc500;
	box-shadow: none;
}


/*****************************************
home page sidebar
*****************************************/
.sidebox {
	height: 173px;
	margin-bottom: 20px;
}

.sidebox img{
	float:left;
	margin: 10px 0;
	z-index: 1;
	position: relative;
}


.sidebox h2{
	color: #fff;
	font-family: "effra",sans-serif;
 	font-size: 24px;
 	line-height: 1;
 	font-weight: normal;
 	float: left;
	margin-top: 23px;
 	margin-left: 20px;
	width:180px;
  	}

.sidebox-green {
	background: rgba(0,157,158,1.0);
	}

.sidebox-blue {
	background: rgba(28,115,184,1.0);
}

.sidebox-purple {
	background: rgba(131,31,128,1.0);
}

.sidebox-pink {
	background: #e81c57;
}

.sidebox .item-button{
	float: right;
	margin: 50px 33px 0 0;
	z-index: 0;
	position: relative;

}

.sidebox-blue .item-button, .sidebox-purple .item-button{
	float: right;
	margin: 20px 33px 0 0;
	z-index: 0;
	position: relative;

}


.sidebox .item-button>a, .sidebox .item-button>a:link, .sidebox .item-button>a:visited, .sidebox .item-button>a:focus{
	background: rgba(255,255,255,0.2);
	-moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
	color:#fff;
	padding: 8px 40px 8px 40px;
	font-family: "effra",sans-serif;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: bold;

}

.sidebox .item-button>a:hover{
	background: rgba(255,255,255,0.4);
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	text-decoration: none;
}

/*****************************************
content sidebar
*****************************************/

.sidemenu ul {
	border-top:8px solid #ebcb01;
}

.sidemenu li a {
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, .2);
	padding:14px 20px;
	background: transparent;
	display:block !important;
	font-weight: 400;
	font-size: 18px;
}

.sidemenu a:hover{
	background: #ebcb01;
}

.sidemenu > li.active > a, .sidemenu > li.active > a:hover, .sidemenu > li.active > a:focus {
	background:#ebcb01;
}

.sidemenu.green {background:#009d9e;}
.sidemenu.blue {background:#1c73b8;}

.sidemenu {
	position: relative;
}
.sidemenu:after {
	top: 0%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 203, 1, 0);
	border-top-color: #ebcb01;
	border-width: 20px;
	margin-left: -20px;
}

/*****************************************
landing pages boxes
*****************************************/

figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	height: 150px;
}

figure img {
	max-width: none;
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure figcaption {
	text-align: center;
	padding: 2em;
}

figure figcaption > div {
	position: absolute;
	bottom: 50px;
	left: 0;
	padding: 0;
	width: 100%;
	height: 60%;
}

figure h3,
figure p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size:24px;
	color:#fff;
}

figure p {
	color: rgba(12, 65, 104,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure:hover img,
figure:hover p {
	opacity: 1;
}

figure:hover img,
figure:hover h3,
figure:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color:#003a69;
}

figure:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

#content figure a {
	color:#fff;
}
#content figure:hover a {
	color:#003a69;
}
#content figure:hover a:hover {
	color:#003a69;
}

#content figure.purple:hover a {
	color:#ebcb01;
}

figure.yellow {background:#ebcb01 url(images/landing-box.png) no-repeat;}
figure.green {background:#009d9e url(images/landing-box.png) no-repeat;}
figure.purple {background:#5f294f url(images/landing-box.png) no-repeat;}
figure.orange {background:#ef6e0c url(images/landing-box.png) no-repeat;}

.boxlink-yellow {
	background: #ebcb01 url(images/landing-box.png) no-repeat;
	text-align: center;
	height:150px;
	}

.boxlink-yellow a {
	display:block;
	height:150px;
	line-height:150px;
	background: url(images/arrow-white.png) center 100px no-repeat;
	font-size: 1.4em;
	color: #fff !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;}

.boxlink-yellow a:hover {
	background: #033a69 url(images/arrow-white.png) center 100px no-repeat;
	}

.boxlink-green {
	background: #009d9e url(images/landing-box.png) no-repeat;
	text-align: center;
	height:150px;
	}

.boxlink-green a {
	display:block;
	height:150px;
	line-height:150px;
	background: url(images/arrow-white.png) center 100px no-repeat;
	font-size: 1.4em;
	color: #fff !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;}

.boxlink-green a:hover {
	background: #033a69 url(images/arrow-white.png) center 100px no-repeat;
	}

.boxlink-purple {
	background: #5f294f url(images/landing-box.png) no-repeat;
	text-align: center;
	height:150px;
	}

.boxlink-purple a {
	display:block;
	height:150px;
	line-height:150px;
	background: url(images/arrow-white.png) center 100px no-repeat;
	font-size: 1.4em;
	color: #fff !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;}

.boxlink-purple a:hover {
	background: #033a69 url(images/arrow-white.png) center 100px no-repeat;
	}

.boxlink-orange {
	background: #ef6e0c url(images/landing-box.png) no-repeat;
	text-align: center;
	height:150px;
	}

.boxlink-orange a {
	display:block;
	height:150px;
	line-height:150px;
	background: url(images/arrow-white.png) center 100px no-repeat;
	font-size: 1.4em;
	color: #fff !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;}

.boxlink-orange a:hover {
	background: #033a69 url(images/arrow-white.png) center 100px no-repeat;
	}

/*****************************************
content elements
*****************************************/
#box-grey {
	background: #efefef url(images/bg-box-grey.png) repeat-x;
	padding: 0 10px 10px 10px;
}

#box-grey a {
	color:#000;
}

#box-grey a:hover {
	color:#b51a55;
}

.box-icon {
	background: url(images/bg-icon.png) no-repeat center;
	text-align: center;
	color:#fff;
	height:110px;
	padding-top:40px;
	margin-bottom:20px;
}


#content a.btn-pink {
	background: #eb1454;
	color:#fff;
	border-radius: 3px;
	padding:10px 20px;
	line-height:40px;
	font-weight:800;
}

#content a.btn-pink:hover {
	background: #ebcb01;
}

#content a.btn-green {
	background: #009d9e;
	color:#fff;
	border-radius: 3px;
	padding:10px 20px;
	line-height:40px;
	font-weight:800;
}

#content a.btn-green:hover {
	background: #ebcb01;
}



.navbar-toggle {
	position:absolute;
	top:0;
	right:0;
	background: url(images/menu.png) no-repeat;
	width:50px;
	height:44px;
}
.navbar-toggle:hover {background: url(images/menu.png) no-repeat;}
.navbar-toggle:focus {outline:none;}


.panel-default > .panel-heading {background:#efefef; border-color:#efefef;}
.panel-group .panel {border-radius:0;}
.panel-default>.panel-heading+.panel-collapse .panel-body {border-color:#efefef;}
.panel-group .panel-heading+.panel-collapse .panel-body {border-top-color: #efefef;}
.panel-default {border-color:#efefef;}

.panel-grid-cell #accordion .panel {margin-bottom:10px;}

#content .panel-title a {color:#009d9e;}
#content .panel-title a:hover {color:#000;}

/* accordion */

.ui-widget {
	font-family:"effra",sans-serif;
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizelegibility;
	color:#000;
}

h3.ui-accordion-header {
	background: #efefef url(images/closedarrow.png) 10px center no-repeat;
	border: none;
	padding: 15px 0 15px 50px!important;
	margin-top:10px!important;
	border-radius:0;
	outline:none;
	font-size:18px!important;
	color:#000;
}

h3.ui-accordion-header:hover {
	background: #009d9e url(images/closedarrow-white.png) 10px center no-repeat;
	outline:none;
	color:#fff;
}

h3.ui-state-active {
	background: #009d9e url(images/activearrow.png) 10px center no-repeat;
	outline:none;
	color:#fff;
}

h3.ui-state-active:hover {
	background: #009d9e url(images/activearrow.png) 10px center no-repeat;
	outline:none;
}

.ui-accordion .ui-accordion-content {
	background: #f7f7f7;
	border-radius: 0;
	border:none;
	line-height:1.5em;
	font-size: 16px;
	}

.ui-state-default .ui-icon {
	display:none;
	}

.ui-dialog .ui-icon {
	display: block;
}

.highlight-orange {background: rgba(239,110,12,0.15); padding:20px; margin:10px 0;}
.highlight-green {background: rgba(0,157,158,0.15); padding:20px; margin:10px 0;}
.highlight-purple {background: rgba(95,41,79,0.15); padding:20px; margin:10px 0;}
.highlight-yellow {background: rgba(235,197,0,0.15); padding:20px; margin:10px 0;}
.highlight-grey {background: #efefef; padding:20px; margin:10px 0;}

/*****************************************
Info Box Styling
*****************************************/
.infobox {background: #efefef; position: relative; padding-left: 180px; padding-right: 45px; min-height: 210px;}

.infobox.orange-infobox {background: url(images/infoboxorange.png) left center no-repeat #efefef;}
.infobox.blue-infobox {background: url(images/infoboxblue.png) left center no-repeat #efefef;}
.infobox.yellow-infobox {background: url(images/infoboxyellow.png) left center no-repeat #efefef;}
.infobox.purple-infobox {background: url(images/infoboxpurple.png) left center no-repeat #efefef;}

.infobox.orange-noicon {background: url(images/noiconorange.png) left center no-repeat #efefef;}
.infobox.blue-noicon {background: url(images/noiconblue.png) left center no-repeat #efefef;}
.infobox.yellow-noicon {background: url(images/noiconyellow.png) left center no-repeat #efefef;}
.infobox.purple-noicon {background: url(images/noiconpurple.png) left center no-repeat #efefef;}

#content .infobox .sidebtndiv {
	background: #ed6e24;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



#content .infobox.blue-infobox .sidebtndiv {background: #169d9d;}
#content .infobox.yellow-infobox .sidebtndiv {background: #eaca2d;}
#content .infobox.purple-infobox .sidebtndiv {background: #5e2a4e;}

#content .infobox.blue-noicon .sidebtndiv {background: #169d9d;}
#content .infobox.yellow-noicon .sidebtndiv {background: #eaca2d;}
#content .infobox.purple-noicon .sidebtndiv {background: #5e2a4e;}

#content .infobox .sidebtndiv:hover {background: #003a69;}

#content .infobox a.sidebtn {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	color: #fff;
	float: left;
	width: 210px;
	position: relative;
	right: -35px;
	font-weight: bold;
	padding: 5px 0;
}

#content .infobox h2 {padding-top: 30px; font-size: 28px; padding-bottom: 10px;}
#content .infobox h2 a {color: #0c4168;}
#content .infobox h2 a:hover {color: #b51a55;}
#content .infobox p {font-size: 15px; padding-bottom: 20px;}



.circle-icon {
	border-radius: 50% !important;
	background:#b51954;
	box-sizing: border-box;
	display: inline-block;
	width:100px;
	height:100px;
	text-align: center;
}

.circle-icon i {
	color:#fff;
	padding-top:28px;
}

.circle-icon-yellow {
	border-radius: 50% !important;
	background:#ebc500;
	box-sizing: border-box;
	display: inline-block;
	width:100px;
	height:100px;
	text-align: center;
}

.circle-icon-yellow i {
	color:#fff;
	padding-top:28px;
}

.circle-icon-orange {
	border-radius: 50% !important;
	background:#ef6e0c;
	box-sizing: border-box;
	display: inline-block;
	width:100px;
	height:100px;
	text-align: center;
}

.circle-icon-orange i {
	color:#fff;
	padding-top:28px;
}

.circle-icon-green {
	border-radius: 50% !important;
	background:#009d9e;
	box-sizing: border-box;
	display: inline-block;
	width:100px;
	height:100px;
	text-align: center;
}

.circle-icon-green i {
	color:#fff;
	padding-top:28px;
}

.circle-icon-purple {
	border-radius: 50% !important;
	background:#5f294f;
	box-sizing: border-box;
	display: inline-block;
	width:100px;
	height:100px;
	text-align: center;
}

.circle-icon-purple i {
	color:#fff;
	padding-top:28px;
}



/*****************************************
blog
*****************************************/

.single-post .sinfo, #content-archive {
	padding-top:40px;
	}

#respond {
	background: #efefef;
	border:none;
	border-top: 8px solid #eb1454;
}

#respond .comment-form-comment textarea {
	border:none;
}

h3.comment-reply-title {
	color:#003a69;
	font-size:20px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background: #eb1454;
	color:#fff;
	border-radius: 3px;
	padding:5px 20px;
	font-weight:800;
	border:none;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #ebcb01;
}


.blogcontent h6 {
	font-size:24px;
}

.read-more {
	background: #eb1454;
	color:#fff;
	border-radius: 3px;
	padding:5px 20px;
	font-weight:800;
	border:none;
	width:120px;
	height: 35px;
	float:right;
}

.read-more:hover {
	background: #ebcb01;
}

.read-more a {color:#fff;}


.widget-wrapper {position: relative;}


.post-entry .attachment-post-thumbnail {
	float:left;
	margin-right:20px;
	width:150px;
	height:150px;
	}

.post-edit {
	margin:0;
	}

.post h1 {
	font-size: 30px;
	}


.news-header {
	background:#003a69 url(images/news-header.png) no-repeat right top;
	height:120px;
	color:#fff;
	margin-bottom:20px;
	}
.news-header h2 {
	color:#fff;
	padding:20px 0 0 35px;
	}
.news-header h6 {
	color:#fff;
	padding:0 0 0 35px;
	}

#content .news-header h6 a {
	color:#ebcb01;
	}

#content .news-header h6 a:hover {
	color:#fff;
	}


#content-archive small {
	 color: #bdc3c7;
	 font-size: 14px;
	 margin-top: 5px;
	}

/*****************************************
blog sidebar
*****************************************/
.sidebar .widget-wrapper {
	background:#efefef;
	margin-bottom:20px;
	border-top: 8px solid #ebcb01;
	padding:10px;
}

.sidebar .widget-wrapper:after {
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 203, 1, 0);
	border-top-color: #ebcb01;
	border-width: 12px;
	margin-left: -12px;
}

.sidebar #widgets ul, #widgets .textwidget, #widgets .tagcloud, #widgets #searchform, #widgets #calendar_wrap {
	font-size:16px;
}

.sidebar #widgets ul li {
	border-bottom:1px solid #ddd;
	padding:5px 0;
}

/*****************************************
search results
*****************************************/
strong.search-excerpt {
	background:none;

}

.btn.btn-default {
	background: #eb1454;
	border: 1px solid #eb1454;
	-moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
	color:#fff !important;
	padding: 8px 20px;
	font-family: "effra",sans-serif;
 	font-weight: 400;
	text-shadow: none !important;
	box-shadow: none;
	letter-spacing: 0;
}

.btn.btn-default:hover {
	background: #ebc500;
	border: 1px solid #ebc500;
	box-shadow: none;
}

.form-control {
	font-family: "effra",sans-serif;
	color:#000;
	}


#toolbar-launch {
	position: absolute;
	padding: 0;
	top: -3px;
	left: 50%;
	display: none;
}

#toolbar-launch img {
	padding: 0;
	opacity: 0.6;
}

/*****************************************
Improve you club
*****************************************/

.improveblock {
	/*width: 460px;*/
	height: 270px;
	/*height: 230px;*/
	overflow: hidden;
	position: relative;
	width:100%;
	margin-bottom:20px;
}

.improveblock img {
	position: absolute;
	top: 0;
	left: 0;
	height: inherit;
	width: auto;
	height: 100%;
	float: left;
	transition: all 0.8s;
	-moz-transition: all 0.8s;

}

.improveblock:hover img {
	/*opacity: 0.4 !important;*/
}

.improveblock .hovertext-green {
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 70%;
	padding: 3% 4%;
	background: #333;
	color: #fff;
/*	display: none;*/
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.4s;
	opacity: 0.9;
}

.improveblock:hover .hovertext-green {
	display: block !important;
	color: #fff;
	background: #1d9d9d;
	left: 0px;
	top: 0px;
	padding-right:135px;
}

.improveblock .hovertext-green p {
	color: #fff;
}


.improveblock .hovertext-red{
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 70%;
	padding: 3% 4%;
	background: #333;
	color: #fff;
/*	display: none;*/
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.4s;
	opacity: 0.9;
}

.improveblock:hover .hovertext-red {
	display: block !important;
	color: #fff;
	background: #b31e55;
	left: 0px;
	top: 0px;
	padding-right:135px;
}

.improveblock .hovertext-red p {
	color: #fff;
	margin:0;
}



.improveblock .hovertext-blue {
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 70%;
	padding: 3% 4%;
	background: #333;
	color: #fff;
/*	display: none;*/
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.4s;
	opacity: 0.9;
}

.improveblock:hover .hovertext-blue {
	display: block !important;
	color: #fff;
	background: #2274b6;
	left: 0px;
	top: 0px;
	padding-right:135px;
}

.improveblock .hovertext-blue p {
	color: #fff;
	margin:0;
}



.improveblock .hovertext-yellow {
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 70%;
	padding: 3% 4%;
	background: #333;
	color: #fff;
/*	display: none;*/
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.4s;
	opacity: 0.9;
}

.improveblock:hover .hovertext-yellow {
	display: block !important;
	color: #fff;
	background: #eac42b;
	left: 0px;
	top: 0px;
	padding-right:135px;
}

.improveblock .hovertext-yellow p {
	color:#000;
	margin:0;
}


.improveblock .improveblock-text {
	width: 30%;
	height: inherit;
	background: #000;
	float: left;
	position: absolute;
	left: 70%;
	padding:20px;
}


.improveblock .improveblock-text h3 {
	color:#fff !important;
	font-size: 24px;
	padding:50px 0;
	}

.improveblock .improveblock-text a {
	background: rgba(255,255,255,0.2);
	-moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
	color:#fff !important;
	padding: 8px 40px 8px 40px;
	font-family: "effra",sans-serif;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: bold;
}

.improveblock .improveblock-text a:hover {
	background: rgba(255,255,255,0.4);
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	text-decoration: none;
	}

.titletext-green {
	background: #1d9d9d !important;
	width: 30% !important;
	height: inherit !important;
}

.titletext-red {
	background: #b31e55 !important;
	width: 30% !important;
	height: inherit !important;
}

.titletext-blue {
	background: #2274b6 !important;
	width: 30% !important;
	height: inherit !important;
}

.titletext-yellow {
	background: #eac42b !important;
	width: 30% !important;
	height: inherit !important;
}

.improveblock .titletext-green.improveblock-text::before  {
	top: 0;
	content: " ";
	height: 270px;
	width: 82px;
	position: absolute;
	pointer-events: none;
	right: 100%;
	background: url(images/improveblock-green-before.png) no-repeat;
	}

.improveblock .titletext-red.improveblock-text::before  {
	top: 0;
	content: " ";
	height: 270px;
	width: 82px;
	position: absolute;
	pointer-events: none;
	right: 100%;
	background: url(images/improveblock-red-before.png) no-repeat;
	}

.improveblock .titletext-blue.improveblock-text::before  {
	top: 0;
	content: " ";
	height: 270px;
	width: 82px;
	position: absolute;
	pointer-events: none;
	right: 100%;
	background: url(images/improveblock-blue-before.png) no-repeat;
	}

.improveblock .titletext-yellow.improveblock-text::before  {
	top: 0;
	content: " ";
	height: 270px;
	width: 82px;
	position: absolute;
	pointer-events: none;
	right: 100%;
	background: url(images/improveblock-yellow-before.png) no-repeat;
	}

/*****************************************
resource library
*****************************************/

#content ul.list-az {
	padding: 0;
	text-align:center;
	}

#content ul.list-az li {
	list-style:none;
	display:inline;
	font-size: 1.4em;
	background:none;
	font-weight:bold;
	padding:0 5px;
	}

#content ul.download-az {
	padding-top:20px;
	}

#content ul.download-az li {
	list-style:none;
	background: url(images/arrow-pink.png) no-repeat left 0;
	padding: 0 0 10px 30px;
	}

h2.hex-purple {
	background: url(images/hex-purple.png) no-repeat center;
	color:#fff;
	text-align:center;
	height: 67px;
	line-height: 67px;
	font-weight:bold;
	}

h2.hex-orange {
	background: url(images/hex-orange.png) no-repeat center;
	color:#fff;
	text-align:center;
	height: 67px;
	line-height: 67px;
	font-weight:bold;
	}

h2.hex-yellow {
	background: url(images/hex-yellow.png) no-repeat center;
	color:#fff;
	text-align:center;
	height: 67px;
	line-height: 67px;
	font-weight:bold;
	}

h2.hex-pink {
	background: url(images/hex-pink.png) no-repeat center;
	color:#fff;
	text-align:center;
	height: 67px;
	line-height: 67px;
	font-weight:bold;
	}

h2.hex-green {
	background: url(images/hex-green.png) no-repeat center;
	color:#fff;
	text-align:center;
	height: 67px;
	line-height: 67px;
	font-weight:bold;
	}

h2.hex-blue {
	background: url(images/hex-green.png) no-repeat center;
	color:#fff;
	text-align:center;
	height: 67px;
	line-height: 67px;
	font-weight:bold;
	}

/*****************************************
Questionnaire
*****************************************/

.bg-form {
	padding: 0 20px 20px 20px;
	background:#efefef;
	margin-top:10px;
	margin-bottom: 10px;
	}

label {
	font-weight:normal;
	margin-top:20px;
	}

.redtext {
	color:#b51a55;
	}

.smalltext {
	font-size:0.9em;
	}

.center {
	text-align:center;
	}

.form-column {
	width:50%;
	float:left;
	}

.form-row {
	clear:both;
	padding-top:5px;
	}

.bg-form textarea, .bg-form input[type='text'], .bg-form input[type='password'], .bg-form input[type='email'] {
	border:none;
	width:90%;
	padding:5px;
	}

/*****************************************
cookies
*****************************************/

#catapult-cookie-bar {
	padding: 10px 20px !important;
	background-color:#003a69 !important;
	color:#fff !important;
	}

button#catapultCookie {
	background: #009d9e !important;
	color:#fff !important;
	border-radius: 3px !important;
	padding:10px 20px !important;
	font-size: 16px !important;
	font-weight: normal !important;
	}


button#catapultCookie:hover {
	background: #ebcb01 !important;
}

#catapult-cookie-bar a:hover {
	color:#57a7e2 !important;
	}

/*****************************************
media queries
*****************************************/
/*
@media screen and (min-width: 700px) and (max-width: 1100px) {

}

@media screen and (max-width: 980px) {


}

@media (min-width: 768px) {



}

@media screen and (max-width: 650px) {



}

@media screen and (min-width: 401px) and (max-width: 700px) {

}
*/


@media (min-width: 768px) and (max-width: 979px){

	.col-lg-9 {float:none;}
	.col-lg-3 {float:none;}

	.col-lg-8 {float:none;}
	.col-lg-4 {float:none;}

	.sidebar {margin-left:0;}
	body.home .col-lg-8 {padding-left:15px;}

	#logo {clear:both; float:none; text-align:center;}


	.navbar .nav ul{
		width: 234px;
		min-width: 234px;
	    -webkit-transform: scale(1, 1);
	    -webkit-transform-origin: 0 0;
	    visibility: hidden;
	    -webkit-transition: 0.0 ease-out;
	    -moz-transition: 0.0s ease-out;
	    -o-transition: 0.0s ease-out;
	    transition: 0.0s ease-out;
	    -webkit-backface-visibility: hidden;
		}

	.navbar .nav{
		clear:both;
	}

	.navbar .nav > li > a{

		margin-top: 13px;
		margin-bottom: 16px;
	}

	.navbar .nav > li ul li a, .navbar .nav > li.dropdown ul li a{
		color: #fff;
	}

	.navbar .nav > li ul, .navbar .nav > li.dropdown ul {
		position: absolute;
		}

    .nav li.dropdown:hover .dropdown-menu
    {
        display: block;
    }

	.navbar .nav > li ul li a:hover{
		color: #e9c301;
	}

	.navbar .nav > li > ul:before {
		border-color: transparent transparent #003a69 transparent;
		border-width: 0 15px 15px 15px;
		top: -15px;
		}

	#top-login {
		margin-right:5px;
	}


	.styled-select select {
		width:320px;
	}

	.styled-select {
		width:auto;
	}

	.form-column {
	width:100%;
	float:none;
	}


}

@media (min-width: 980px) and (max-width: 991px){

	.container {width:auto;}

	.sidebar {margin-left:0;}
	body.home .col-lg-8 {padding-left:15px;}

	.form-column {
	width:100%;
	float:none;
	}

}

@media screen and (max-width: 767px) {

	#logo {text-align:center;}

	.breadcrumbs {display:none;}

	.col-lg-9 {float:none;}
	.col-lg-3 {float:none;}

	.col-lg-8 {float:none;}
	.col-lg-4 {float:none;}

	.container>.navbar-header, .container>.navbar-collapse {
		margin-left:0;
		margin-right:0;
		}

	.navbar-collapse {
		padding-left:0;
		padding-right:0;
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		right:0;
		max-height: 100%;
		border-top:0;
		background:#009d9e;
		background:rgba(0,157,158,.95);
		z-index: 9999;
		-webkit-overflow-scrolling: touch;
	}

	#top-login {
		clear:both;
		background-image:none;
		background:rgba(0,157,158,1.0);
		width:100%;
	}

	.sb-search {
		clear:both;
		margin:0;
		max-width: 100%;
		background:#b51954;
		width:100%;
	}

	.sb-icon-search {
		width:60px;
	}

	.navbar .nav {
		clear:both;
		width:100%;
		background-image:none;
		background: #003a69;
		margin:0;
		padding:0;
	}

	.navbar .nav > li > a {
		font-size:14px;
		line-height:18px;
		border-top:1px solid rgba(255, 255, 255, .2);
	}

	.navbar .nav > li > a:last-child {
		border-top:none;
	}

	.navbar .nav > li > a:hover {
		color:#ebc500;
	}


	.sidebar {
		margin-left:0;
	}

	.navbar .nav {
		background: none;
		padding: 15px 20px;
	}

	.navbar .nav > li > a:last-child {
		border-top: 4px solid transparent;
	}

	.navbar .nav > li:first-child, .navbar .nav > li:last-child {-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;}

	.navbar .nav > li {
		border: 4px solid transparent;
		background: transparent;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.navbar .nav > li:hover {
		color: #fff;
		background: #198B8B;
		background: rgba(25,139,139,.7);
	}

	.navbar .nav > li > a {
		color:#fff;
		font-size:32px;
		line-height:38px;
		border-width:4px;
		padding:16px 20px 14px;
		border:4px solid transparent;
		-webkit-transition:all .5s ease;
		-moz-transition:all .5s ease;
		-o-transition:all .5s ease;
		transition:all .5s ease;
		text-align: center;
	}

	.navbar .nav > li > a:hover {
		color:#80b937;
		border:4px solid transparent;
		padding:16px 20px 14px;
		color: #fff;
	}

	.navbar-toggle.collapsed {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 44px;
	}

	.navbar-toggle {
		position:fixed;
		z-index:998;
		top:0;
		right:8px;
	}

	#top-login {
		margin: 0 auto;
		float: none;
		text-align: center;
		width: auto;
	}

	#top-login .txt {
		float: none;
		display: inline;
	}
	#top-login img {
		float: none;
	}

	.navbar .nav li:hover ul.dropdown-menu {
		display: block;
		overflow:hidden;
		background:none;
		-webkit-transition:all .5s ease;
		-moz-transition:all .5s ease;
		-o-transition:all .5s ease;
		transition:all .5s ease;
		width: 100%;
		margin: 4px 0 20px;
		text-align: center;
		position: relative;
	}

	.navbar .nav li:hover ul.dropdown-menu a {
		color: #fff;
		font-size: 32px;
		line-height: 38px;
		border-width: 4px;
		padding: 16px 20px 14px;
		border: 4px solid transparent;
		background: transparent;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 400;
		font-size: 1.6em;
		text-align: center;
		line-height: normal;
		border: none
	}

	.navbar .nav > li > ul {background: none; display: none;}
	.navbar .nav ul li:hover {background: #198B8B; background: rgba(25,139,139,.7); -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
	.navbar .nav > li:hover > ul li:hover a, .navbar .nav > li.dropdown:hover > ul li:hover a, .navbar .nav > li:hover .dropdown-menu li:hover a, .navbar .nav > li.dropdown:hover .dropdown-menu li:hover a {color: #fff;}

	.navbar .nav ul li {border-bottom: none;}
	body.home .col-lg-8 {padding-left:15px;}


	#f li {display:block; padding:0;}
	#f .textwidget img.right {float:none; padding-top:20px;}

	.infobox {background-size: 100px!important; padding-left: 110px }

	.sb-search-input {left: 0;}


	.fullwidthbanner-container .fullwidthabanner {position: relative; z-index: 1;}


	.improveblock .titletext-green.improveblock-text::before,
	.improveblock .titletext-blue.improveblock-text::before,
	.improveblock .titletext-yellow.improveblock-text::before,
	.improveblock .titletext-red.improveblock-text::before {
		display:none;}

	.improveblock .improveblock-text {
		left:0;
		width:100% !important;
		position:relative;
		float:none;
		}

	.improveblock .improveblock-text h3 {
		padding:10px 0;}

	.improveblock {height:auto;}

	.improveblock .hovertext-red {
		width:100%;
		left:0;
		float:none;
		position:relative;
		padding:10px;}

	.improveblock:hover .hovertext-red {
		padding:10px;}

	.improveblock .hovertext-green {
		width:100%;
		left:0;
		float:none;
		position:relative;
		padding:10px;}

	.improveblock:hover .hovertext-green {
		padding-right:10px;}

	.improveblock .hovertext-blue {
		width:100%;
		left:0;
		float:none;
		position:relative;
		padding:10px;}

	.improveblock:hover .hovertext-blue {
		padding:10px;}

	.improveblock .hovertext-yellow {
		width:100%;
		left:0;
		float:none;
		position:relative;
		padding:10px;}

	.improveblock:hover .hovertext-yellow {
		padding:10px;
		color:#fff;}
	.improveblock .hovertext-yellow p {
		color:#fff;}

	.finances .club_arrow,
	.facilities .club_arrow,
	.people .club_arrow,
	.marketing .club_arrow {
		display:none;
		}

	.form-column {
	width:100%;
	float:none;
	}

	.styled-select select {
		width: 320px;
	}

	.news-header {
	background:#003a69 url(images/news-header-mobile.png) no-repeat right top;
	height:120px;
	color:#fff;
	margin-bottom:20px;
	margin-top:20px;
	}

	.news-header h2 {
	color:#fff;
	padding:15px 0 0 20px;
	font-size:2em;
	}
	.news-header h6 {
	color:#fff;
	padding:0 0 0 20px;
	width:220px;
	}

}


@media (min-width: 320px) and (max-width: 370px){


	.sidebox .item-button{
		margin: 30px 15px 0 0;
		}

	.sidebox-blue .item-button{
		margin: 30px 15px 0 0;
		}
	.sidebox-purple .item-button{
		margin: 30px 15px 0 0;
		}

	.sidebox .item-button>a, .sidebox .item-button>a:link, .sidebox .item-button>a:visited, .sidebox .item-button>a:focus {padding:8px 20px;}

	.sidebox h2 {margin:15px 15px 0 0 ; padding:0; width:140px; font-size:1.2em; line-height:1.2em;}

	.styled-select select {
		width:auto;
	}

	.styled-select {
		width:auto;
	}

	input[type='text'], input[type='password'] {width:100%;}

	.form-column {
	width:100%;
	float:none;
	}

}

@media (min-width: 320px) and (max-width: 340px){



}


@media screen and (min-width: 979px) and (max-width: 1199px){
	.sidebox h2 {width:150px;}
	.sidebox h2 br {display:none;}

	.sidebox .item-button{
		margin: 20px 10px 0 0;
		}
	.sidebox-blue .item-button{
		margin: 20px 10px 0 0;
		}
	.sidebox-purple .item-button{
		margin: 50px 10px 0 0;
		}

	.col-lg-9 {width:75%;}
	.col-lg-3 {width:25%;}

	.col-lg-8 {width:64%;}
	.col-lg-4 {width:36%;}

	footer .col-lg-4 {width:33.33333333333333%;}

	.styled-select select {
		width:250px;
	}

	.styled-select {
		width:230px;
	}

	.form-column {
	width:100%;
	float:none;
	}

}

span.wpcf7-form-control-wrap.radio-mt label {
  display: inline;
}

span.wpcf7-list-item {
  margin-right: 12px;
}

@media(max-width:992px){
	body.slide .overview {
		width: 50%;
	}
}

@media(max-width:768px){
	body.slide .overview {
		width: 75%;
	}
}

@media(max-width:480px){
	body.slide .overview {
		width: 100%;
	}
}

@media(max-width:528px){
	a.mentoringpledge {
	  margin-left: 92px;
	  margin-top: -30px;
	  color: #000000;
	}
}

@media(max-width:527px){
	a.mentoringpledge {
	  margin-left: 5px;
	  margin-top: -17px;
	  color: #000000;
	}
}

@media(max-width:431px){
	a.mentoringpledge {
	margin-left: 10px;
	margin-top: -31px;
	color: #000000;
	}
}

@media(max-width:410px){
	a.mentoringpledge {
	margin-left: 87px;
	margin-top: -31px;
	color: #000000;
	}
}

img.tt1 {
  margin-left: 122px;
  margin-top: -31px;
  position: absolute;
  cursor:pointer;
}

img.tt2 {
  margin-left: 296px;
  margin-top: -31px;
  position: absolute;
  cursor:pointer;
}

img.tt3 {
	  margin-left: 477px;
	  margin-top: -31px;
	  position: absolute;
	  cursor:pointer;
}

span.wpcf7-list-item-label {
  margin-right: 22px;
}

@media(max-width:1200px){
	img.tt1 {
	  margin-left: 111px;
	  margin-top: -215px;
	  position: absolute;
	}

	img.tt2 {
	  margin-left: 121px;
	  margin-top: -138px;
	  position: absolute;
	}

	img.tt3 {
		margin-left: 125px;
		margin-top: -61px;
		position: absolute;
	}

	span.wpcf7-form-control-wrap.radio-mt label {
	  display: block;
	}
}

/* LOGIN MODAL STYLING */
.lms_login_modal .loginpanel {
	background:#efefef url(images/icon-login.png) center 20px no-repeat;
	padding-top:160px;
	min-height:450px;
	text-align: center;
	width: 100%;
}

.lms_login_modal .loginform .form-label {
	float: left;
	width: 49%;
	text-align: right;
	white-space: nowrap;
}

.lms_login_modal label {
	margin: 0;
}

.lms_login_modal input[type="checkbox"]+label {
	display: inline;
	padding-left: .2em;
}

.lms_login_modal .loginform .form-input {
	float: right;
	width: 50%;
	text-align: left;
}

.lms_login_modal .clearer {
	clear: both;
	height: 1px;
	width: 100%;
}

.lms_login_modal  h2 {
	padding:20px 0 0;
}

.lms_login_modal a {
	color: #b51a55
}

.ui-dialog {
	z-index: 1000;
}

/* SPPWC-769 - Button alignment */
#wrapper .sidebox {
    position: relative;
}

#wrapper .sidebox .item-button {
    bottom: 10px;
    position: absolute;
    right: 0;
}
