/* Divi Fixes */
@media (max-width: 980px){
	.remove-m-right-mobile{
		margin-right: 0px !important;
	}
	.center-mobile{
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* FacetWP Fixes */
.fs-hidden{
	display: none !important;
}

/* General */
*{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	font-size: 16px;
	margin-bottom: 0;
	font-family: 'Heebo',Helvetica,Arial,Lucida,sans-serif;
	color: #191919;
	background-color: #ddd;
}
h1{
	font-weight: 700;
    font-size: 48px;
	color: #191919;
}
h2{
	font-weight: 700;
    font-size: 40px;
	color: #191919;
}
h3{
	font-weight: 700;
    font-size: 30px;
	color: #191919;
}
h4{
	font-weight: 700;
    font-size: 24px;
	color: #191919;
}
h5{
	font-weight: 700;
	font-size: 18px;
	color: #191919;
}
a,
a:visited,
a:link,
a:hover,
a:focus{
	outline: none;
	text-decoration: none;
	font-weight: normal;
	color: #63af32;
}
a, .trans{
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover{
	opacity: 0.8;
}
a.btn, .btn, input[type="submit"], #et-boc #wppb-register-user-coach-registration input[type="submit"]#register, #page-content input[type="submit"].gform_button{
	display: inline-block;
	padding: 9px 24px;
	text-transform: uppercase;
	color: white;
	background-color: #63af32;
	font-size: 18px;
	font-weight: 500;
	border-radius: 24px;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.btn:hover,
input[type="submit"]:hover,
#et-boc #wppb-register-user-coach-registration input[type="submit"]#register:hover,
#page-content input[type="submit"].gform_button:hover{
	opacity: 1;
	background-color: #519a23;
	color: white;
}
a.btn.btn-gray, .btn.btn-gray{
	background-color: #a5a5a5;
	position: relative;
	font-size: 14px;
	padding: 5px 20px;
	padding-right: 24px;
}
a.btn.btn-gray:hover, .btn.btn-gray:hover{
	background-color: #707070;
}
a.btn.btn-gray span, .btn.btn-gray span{
	position: absolute;
    top: 50%;
    right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.group:after,
.wppb-userlisting-container:after{
	content: '';
	display: table;
	clear: both;
}
.clear{
	clear: both;
}
.d-none{
	display: none;
}
.d-ib{
	display: inline-block;
}
.d-table{
	display: table;
}
.w-75{
	float: left;
	width: 75%;
}
.w-55{
	float: left;
	width: 55%;
}
.w-45{
	float: left;
	width: 45%;
}
.w-25{
	float: left;
	width: 25%;
}
.half{
	float: left;
	width: 50%;
}
.third{
	float: left;
	width: 33.33%;
}
.abs-center{
	top: 50%;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.v-middle{
	vertical-align: middle;
}
.header-menu ul,
.footer-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.header-menu li,
.footer-menu li{
	margin: 0px;
	padding: 0px;
}
.header-menu a,
.footer-menu a{
	color: white;
}
.footer-menu a{
	text-transform: uppercase;
}
.m-0{
	margin: 0px !important;
}
.mt-0{
	margin-top: 0px !important;
}
.mb-0{
	margin-bottom: 0px !important;
}
.p-relative{
	position: relative;
}
.white{
	color: white;
}
.green{
	color: #63af32;;
}
.row{
	width: 80%;
	margin: 0px auto;
	padding: 4% 0px;
}
.lh-1{
	line-height: 1em;
}
.pb-10{
	padding-bottom: 10px;
}
.black-box{
	background-color: #191919;
	border-radius: 20px;
	box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 30%);
	padding: 61px 9%;
	position: relative;
}
.black-box .btn{
	position: absolute;
	bottom: 0px;
	right: 30px;
	font-size: 16px;
	-webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
}
.green-box{
	background-color: #63af32;
	border-radius: 20px;
	box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 30%);
	padding: 30px 9%;
}
.pad-trans-box{
	padding: 0px 9%;
}
.green-sep{
	background-color: #63af32;
	border-radius: 11px;
	height: 10px;
	margin-top: 17px;
	margin-bottom: 26px;
	width: 235px;
}
.iframe-responsive{
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	border-radius: 20px;
}
.iframe-responsive iframe{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%; 
}
.bg{
	background-size: cover;
	background-position: center center;
}
.upper{
	text-transform: uppercase;
}
.border-img{
	border-radius: 20px;
}
.hidden-anchor{
    position: relative;
    top: -310px;
    visibility: hidden;
}
body.logged-in .li-hidden{
	display: none !important;
}

/* Divi */
.ds-fullwidth-specialty> .et_pb_row {
max-width: 1400px !important;
	width: 95% !important;
}
.et_pb_blog_grid .et_pb_post{
background-color: #63af32 !important
}
.et-db #et-boc .et-l .et_pb_blog_grid a.more-link, .et-db #et-boc .et-l .et_pb_posts a.more-link{
	color: #63af32 !important;
		background-color: white !important;
	width: 130px;
	padding: 10px 18px!important;
	border-radius: 50px;
		margin-top: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.et_pb_toggle_title:before{
	left: -10px !important;
}
.et_pb_toggle_title{
	padding-left: 40px !important;
}
.inline-block .et_pb_module{
	display: inline-block !important;
}
.et-l .et_pb_module a:not(.wc-forward){
	padding-bottom: 0px !important
}
.vp-portfolio__items-style-fade{
	--vp-items-style-fade--image-hover__transform: scale(1)
}
.btn-inline .et_pb_button_module_wrapper {
	display: inline-block;
}
@media (max-width: 585px){
	.home-hero-slider .et_pb_slide_0{
		background-image: linear-gradient(180deg,rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.2) 100%),url(/wp-content/uploads/2021/11/home-hero-mobile.jpg) !important;
	}
}

/* Hero Sections */
.hero-green-line{
	display: block;
	padding-left: 20px !important;
	position: relative;
	line-height: 1.4em;
    margin-top: 20px !important;
}
.hero-green-line:before{
	content: '';
	background-color: #D4FFB8;
	width: 9px;
	border-radius: 5px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
section.hero{
	padding-top: 150px;
	padding-bottom: 100px;
	background-size: cover;
	background-position: center center;
	color: white;
}
.hero h2{
	font-weight: 300;
    font-size: 22px;
    color: #d4ffb8;
	padding-bottom: 10px;
	line-height: 1em;
}
.hero h1{
	color: white;
	font-size: 60px;
	padding-bottom: 10px;
	line-height: 1em;
	margin-bottom: 16px;
}
.hero .hero-green-line{
	font-weight: 300;
    font-size: 28px;
    line-height: 1.4em;
    margin-bottom: 27px;
    max-width: 297px;
}
.hero .btn.second,
.hero .btn.last{
	margin-left: 20px;
}

/* Form Styles */
input[type="text"],
body.register input[type="text"],
input[type="email"],
#et-boc .cp-register input[type="text"],
#et-boc .cp-register input[type="email"],
body.register input[type="email"],
input[type="password"],
body.register input[type="password"],
#et-boc .cp-register input[type="password"],
body.register textarea,
body.register select,
textarea,
#et-boc .cp-register textarea,
#page-content.edit-profile-page input[type="text"],
#page-content.edit-profile-page input[type="url"],
#page-content.edit-profile-page input[type="email"],
#page-content.edit-profile-page input[type="number"],
#page-content.edit-profile-page textarea,
#page-content.edit-profile-page select,
#page-content input[type="password"],
.browse-players select.wppb-facet-select-multiple,
.browse-players select.wppb-facet-select,
.classifieds select.wppb-facet-select-multiple,
.classifieds select.wppb-facet-select,
select.facetwp-dropdown{
	display: inline-block;
    border-radius: 20px;
	padding: 5px 15px;
	background-color: white;
}
.wppb-register-user #wppb-form-element-79{
	display: none;
}
#et-boc .wppb-user-forms ul{
    list-style: none;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
}
#et-boc .wppb-user-forms ul li{
    margin: 0;
    padding-bottom: 8px;
	list-style-type: none !important;
}
#et-boc .wppb-user-forms label{
	font-size: 14px;
}
#et-boc .wppb-user-forms input[type="email"]{
	display: inline-block !important;
	width: auto !important;
}
#et-boc .wppb-user-forms h4,
#et-boc .wppb-phone .wppb-description-delimiter{
	display: none;
}
#et-boc .wppb-heading .wppb-description-delimiter{
	margin-top: 10px;
}
#et-boc #send_credentials_via_email{
	margin-right: 5px;
}
#et-boc .cp-register textarea{
	border: 1px solid #bbb !important;
	border-radius: 20px !important;
    padding: 5px 15px !important;
    background-color: white !important;
}
#wppb-register-user-coach-registration{
	margin-top: 10px;
}
#page-content.edit-profile-page select,
body.register select,
select.facetwp-dropdown{
	height: 36px;
}
select.facetwp-dropdown.hidden{
	display: none !important;
}

/* Header */
header{
	background-color: #191919;
	padding: 0px 77px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99999;
}
header.scrolled{
	background-color: #191919 !important;
}
#page-content{
	margin-top: 132px;
}
body.transparent-header header{
	background-color: transparent;
}
body.transparent-header .header-inner{
	height: 172px;
}
.header-inner,
body.transparent-header header.scrolled .header-inner{
	height: 132px;
	position: relative;
}
body.transparent-header #page-content{
	margin-top: 0px !important;
}
.header-logo{
	position: absolute;
	left: 0px;
	width: 190px;
}
.header-nav{
	position: absolute;
	right: 0px;
}
.header-logo img{
	width: 100%;
	display: inline-block;
}
.header-menu li{
	display: inline-block;
	margin-right: 50px;
}
.header-menu li:nth-last-child(1){
	margin-right: 0px !important;
}
.header-hamburger{
	display: none;
	position: absolute;
	right: 0px;
	width: 36px;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 3px;
}
.hmg-bar{
	height: 2px;
	width: 100%;
	background-color: #fff;
	margin-bottom: 6px;
}
.hmg-bar.last{
	margin-bottom: 0px;
}
#mobile-nav{
	width: 80vw;
	max-width: 350px;
	height: 100%;
	position: fixed;
	top: 0px;
	right: -400px;
	background-color: #191919;
	padding: 40px 80px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#mobile-nav.open{
	right: 0px;
}
.mobile-overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.6;
	display: none;
}
#mobile-nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#mobile-nav li{
	margin: 10px 0px;
	padding: 0px;
}
#mobile-nav a{
	color: white;
	font-size: 24px;
}
.mobile-nav-close{
	position: absolute;
	top: 10px;
	left: -34px;
}
#mobile-nav .mobile-nav-close a{
	font-size: 34px;
	color: white;
}
.container{
	width: 1320px;
	max-width: 100%;
	padding: 0px 12px;
	margin: 0px auto;
}
@media (max-width: 1200px){
	header{
		padding: 0px 30px;
	}
	body.transparent-header .header-inner{
		height: 132px;
	}
	.header-menu li{
		margin-right: 20px;
	}
}
@media (max-width: 980px){
	.header-menu{
		display: none;
	}
	.header-hamburger{
		display: block;
	}
	.container{
		width: 600px;
	}
}
@media (max-width: 565px){
	.header-inner,
	body.transparent-header .header-inner{
		height: 114px !important;
	}
	#page-content{
		margin-top: 114px;
	}
	.header-logo{
		width: 150px;
	}
	#mobile-nav{
		padding: 40px 40px;
	}
}

/* Footer */
footer{
	background-color: #191919;
	padding: 100px 0px;
	color: white;
	text-align: center;
}
footer .btn{
	width: 100%;
	margin-top: 20px;
}
.footer-inner{
	max-width: 914px;
	margin: 0px auto;
	padding: 0px 15px;
}
.footer-left{
	width: 160px;
	float: left;
}
.footer-right{
	width: 160px;
	float: right;
}
.footer-center{
	display: inline-block;
}
.footer-center img{
	width: 251px;
	margin-top: -20px;
}
.footer-logo-mobile{
	display: none;
	margin-bottom: 40px;
}
.footer-logo-mobile img{
	width: 251px;
}
footer .btn{
	max-width: 160px;
}
footer .social-icons{
	margin-top: 40px;
}
.social-icons.mobile{
	display: none;
}
footer .social-icon{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	width: 32px;
}
@media (max-width: 767px){
	footer{
		padding: 50px 0px;
	}
	.footer-logo-mobile{
		display: inline-block;
	}
	.footer-left,
	.footer-right{
		width: auto;
		float: none;
		margin-bottom: 40px;
	}
	.footer-center{
		display: none;
	}
	.footer-right{
		margin-bottom: 0px;
	}
	footer .btn{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.social-icons.mobile{
		display: block;
	}
}

/* 404 */
body.error404 #page-content{
	width: 600px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 120px 0px;
	min-height: 65vh;
}

/* Login, Register, & Edit Profile Pages */
.wppb-user-forms h4{
	margin-bottom: 0px;
	margin-top: 10px;
}
#page-content.edit-profile-page,
#page-content.manage-sub,
body.login #page-content,
body.register #page-content,
body.page-id-2245 #page-content,
body.page-id-38 #page-content,
body.page-id-37 #page-content,
#page-content.author-display{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 15px;
	max-width: 90%;
}
body.login #page-content,
#page-content.edit-profile-page,
#page-content.manage-sub,
#page-content.register,
body.page-id-2245 #page-content,
body.page-id-38 #page-content,
body.page-id-37 #page-content,
#page-content.author-display,
#page-content .classifieds{
	min-height: 600px;
}
body.page-id-37 h1{
	margin-top: 0px;
}
#page-content.edit-profile-page label{
	padding-right: 5px;
}
label[for="program_info"]{
	display: none;
}
textarea#program_info{
	width: 100%;
}
.wppb-html label{
	display: none !important;
}
#page-content .wppb-rpf-remove{
	color: white;
    background-color: #c02b0a;
    border: none;
    border-radius: 20px;
    line-height: 20px;
    top: 30px;
    left: -30px;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#page-content .wppb-rpf-add{
	background-color: #63af32;
    color: white;
    border-radius: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    bottom: 15px;
	right: -30px;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#page-content .wppb-rpf-add:hover,
#page-content .wppb-rpf-remove:hover{
	opacity: 0.8;
}
#page-content .wppb-rpf-group{
	padding-bottom: 0px;
}
#page-content li.wppb-recaptcha label{
	display: none;
}
.video-instructions{
	display: none;
	position: fixed;
	top: 132px;
	left: 0px;
	width: 100%;
	height: calc(100% - 132px);
	z-index: 99;
}
.video-instructions .overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
}
.video-instructions .pop-box{
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #DDDDDD;
	border-radius: 20px;
	padding: 20px;
	-webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	width: 500px;
	max-width: 80%;
	height: 550px;
	max-height: 90%;
}
.video-instructions .pop-box .inner{
	height: 100%;
	overflow: auto;
}
.video-instructions .pop-box .inner p{
	margin-bottom: 10px;
	margin-top: 0px;
}
.video-instructions .pop-box .inner img{
	margin-bottom: 10px;
}
.video-instructions .pop-close{
	position: absolute;
	top: 0px;
	right: -34px;
	font-size: 30px;
	color: white;
}
@media (max-width: 565px){
	.video-instructions{
		top: 114px;
		height: calc(100% - 114px);
	}
	.video-instructions .pop-close{
		right: -25px;
	}
	.video-instructions h3{
		font-size: 24px;
		line-height: 1.2;
	}
}

/* College Singles */
.college-single{
	padding-top: 80px;
}
.team-name{
	background-color: #191919;
	display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
}
.team-gender{
	display: inline-block;
	margin-left: 20px;
}
.college-single h4{
	margin-bottom: 10px;
}
.college-single .college-info p{
	margin-top: 0px;
	margin-bottom: 5px;
}
.college-single .college-info{
	margin-bottom: 30px;
	margin-top: 30px;
}
@media (max-width: 980px){
	.college-single .third{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.college-single .third:nth-last-child(1){
		margin-bottom: 0px;
	}
}

/* My Locker */
.my-locker .hero,
.my-locker .hero .row{
	padding-bottom: 0px;
}
.hero-info{
	margin-top: 50px;
	position: relative;
}
.my-locker .profile-img{
	width: 150px;
	height: 150px;
	background-size: cover;
	background-position: center center;
	background-color: white;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 30px;
}
.my-locker .ebook img{
	width: 500px;
	max-width:100%;
	display: block;
	margin: 0px auto;
}
.name-school-info{
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 20px;
	max-width: 100%;
}
.name-school-info h4{
	font-weight: 300;
	font-size: 20px;
}
.locker-content h3{
	font-size: 48px;
}
.locker-content h4,
.coaches h4{
	font-weight: 400;
    font-size: 22px;
    color: #63af32;
    padding-bottom: 10px;
	line-height: 1em;
	margin: 0px;
}
.locker-content h4.space-top{
	margin-top: 30px;
}
.locker-content h4.space-bottom{
	margin-bottom: 20px;
}
.locker-content .sample-btns .btn{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.locker-content .sample-btns{
	margin-bottom: 40px;
}
.stat-g{
	padding-top: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
}
.stat-g.nb{
	border: none;
	padding-bottom: 10px;
}
.stat-g .w-75{
	color: #191919;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	white-space: nowrap;
	width: 100%;
}
.stat-g .w-25{
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 60%;
	padding: 10px 0px;
}
.swing-videos .third,
.swing-videos .half{
	padding-left: 10px;
	padding-right: 10px;
}
.results-achievements .w-55{
	padding-right: 35px;
}
.results-achievements .w-45{
	padding-left: 35px;
}
.results-achievements .black-box p{
	margin: 0px;
}
.results-achievements p.green{
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 6px;
}
.results-achievements .year{
	font-weight: bold;
}
.result-sep{
	height: 1px;
	background-color: #726e6e;
	margin: 20px 0px;
}
.results-achievements .achievement{
	margin-bottom: 30px;
}
.results-achievements .w-45 .black-box{
	margin-bottom: 30px;
}
.programs-classifieds h3{
	color: white;
	font-weight: 700;
	font-size: 30px;
	position: absolute;
	width: 100%;
	left: 0px;
	padding: 0px 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.programs-classifieds .half{
	text-align: center;
	height: 300px;
	position: relative;
	display: block;
}
.p-101{
	margin-bottom: 30px;
}
.ebook .w-45{
	padding-right: 35px;
}
.ebook .w-55{
	padding-left: 35px;
}
.ml-edit{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 1px;
}
.ml-edit.padded{
	top: 15px;
	right: 15px;
}
.ml-edit.outside{
	right: -45px;
}
.ml-edit img{
	width: 25px;
	height: auto;
	opacity: 0.6;
}
.ml-edit.dark img{
	opacity: 0.8;
}
@media (max-width: 1300px){
	#page-content.my-locker .row{
		width: 90%;
	}
}
@media (max-width: 1200px){
	.show-collapse{
		display: block;
	}
	.hide-collapse{
		display: none;
	}
	.my-locker .w-45,
	.my-locker .w-55,
	.my-locker .third{
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding: 0px;
	}
	.pad-trans-box{
		padding: 0px;
	}
}
@media (max-width: 980px){
	.my-locker .swing-videos .half{
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding: 0px;
	}
}
@media (max-width: 610px){
	.hero h1{
		font-size: 40px;
	}
	.hero h2{
		font-size: 16px;
	}
	.locker-content h3{
		font-size: 30px;
	}
	.hero .hero-green-line{
		font-size: 20px;
	}
	.hero .btn{
		display: table;
		margin-bottom: 10px;
	}
	.hero .btn.second,
	.hero .btn.last{
		margin-left: 0px;
	}
	.green-sep{
		width: 150px;
	}
	.programs-classifieds .half{
		width: 100%;
	}
}
@media (max-width: 480px){
	.stat-g .w-75{
		font-size: 18px;
	}
	.stat-g .w-25{
		font-size: 14px;
	}
}

/* User Listings */
.wppb-userlisting-container,
.browse-players-heading,
.classifieds-heading{
	width: 1320px;
	max-width: 90%;
	padding: 0px 12px;
	margin: 0px auto;
}
.player-listing-serch{
	float: left;
	width: 30%;
}
ul.wppb-faceted-list{
	padding-left: 0px;
	padding-right: 30px;
}
ul#wppb-remove-facets-container{
	padding-left: 0px;
}
.browse-players,
.classifieds{
	margin-bottom: 60px;
}
#page-content .classifieds .wppb-moreinfo{
	text-align: left;
}
.browse-players>p{
	text-align: center;
}
.browse-players ul.wppb-faceted-list>li,
.classifieds ul.wppb-faceted-list>li{
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
	float: none;
}
.browse-players table.wppb-table{
	float: left;
	width: 70%;
}
.browse-players table.wppb-table td,
.classifieds table.wppb-table td{
	border: none;
	border-top: 1px solid #ccc;
}
.browse-players-heading,
.classifieds-heading{
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	padding-top: 40px;
}
#userlisting_pagination{
	text-align: center;
}
.browse-players select.wppb-facet-select-multiple,
.browse-players select.wppb-facet-select,
.classifieds select.wppb-facet-select-multiple,
.classifieds select.wppb-facet-select{
	display: block;
	width: 100%;
}
.browse-players .wppb-faceted-list .ui-widget-header,
.classifieds .wppb-faceted-list .ui-widget-header{
	background-color: #63af32;
	border-color: #63af32;
}
.classified-single{
	width: 800px;
	max-width: 80%;
}
.classified-single .btn{
	position: absolute;
	top: 0px;
	right: 0px;
}
@media (max-width: 980px){
	.player-listing-serch{
		float: none;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.browse-players table.wppb-table{
		float: none;
		width: 100%;
	}
}
@media (max-width: 720px){
	#page-content .classifieds .wppb-moreinfo{
		text-align: right;
	}
}
@media (max-width: 565px) {
	.classified-single .btn{
		position: static;
	}
}

/* Coaches */
.coaches .greeting .w-45{
	padding-right: 30px;
}
.coaches .gretting .w-55{
	padding-left: 30px;
}
.coaches .black-box{
	padding-top: 30px;
}
.coaches h4{
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 1200px){
	.coaches .w-45,
	.coaches .w-55{
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding: 0px;
	}
	.coaches .border-img{
		width: 400px;
		max-width: 100%;
		margin: 0px auto;
		display: block;
	}
}

/* College Search */
.fwpl-col{
	padding: 10px 10px;
}
.cs-filters{
	float: left;
	width: 30%;
	padding-right: 30px;
}
.cs-results{
	float: left;
	width: 70%;
}
.cs-notice{
	width: 800px;
	font-size: 18px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	text-align: center;
}
.cs-sections{
	overflow: hidden;
    white-space: nowrap;
}
.cs-sections>section{
	width: 100%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.selected-regions a{
	margin-left: 4px;
	margin-right: 4px;
}
#map_wrapper_2330{
	width: 700px;
	margin: 0px auto;
}
@media (max-width: 565px){
	#map_wrapper_2330 tspan{
		font-size: 12px;
	}
}
select.facetwp-dropdown{
	width: 218px;
	display: block;
}
.facetwp-type-fselect .fs-label-wrap{
	border-radius: 20px;
}
.facetwp-type-fselect .fs-label-wrap .fs-label{
	padding: 10px 15px;
}
.facetwp-slider{
	background-color: #eee !important;
	width: 218px;
}
.facetwp-slider .noUi-connect{
	background-color: #63af32;
}
.facetwp-facet-pagination{
	text-align: center;
	padding-top: 20px;
}
.facetwp-pager{
	display: inline-block;
}
.fwpl-layout{
	max-height: 600px;
	overflow: auto;
}
.drop-hidden .fs-dropdown{
	display: none;
}
.drop-hidden .fs-arrow{
	transform: none;
}
@media (max-width: 980px){
	.cs-filters{
		float: none;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.cs-results{
		float: none;
		width: 100%;
	}
}

/* Toggle */
.toggle{
	background-color: #63af32;
    border-radius: 16px;
    padding-top: 30px;
    padding-right: 27px;
    padding-bottom: 17px;
    padding-left: 27px;
    margin-bottom: 6px;
	box-shadow: 0px 12px 15px -9px rgb(0 0 0 / 51%);
	display: table;
	width: 100%;
	cursor: pointer;
}
.toggle h4.t-title{
	color: white;
	font-size: 21px;
	font-weight: 300;
}
.toggle .t-desc{
	overflow: hidden;
	height: 0px;
}
.toggle .t-icon{
	display: table-cell;
	width: 33px;
	vertical-align: top;
}
.toggle .t-content{
	display: table-cell;
	padding-left: 15px;
	padding-top: 8px;
	vertical-align: top;
}

/* Gravity Form Styles */
#page-content .gfield select,
#page-content .gfield input[type="text"],
#page-content .gfield input[type="url"],
#page-content .gfield input[type="email"],
#page-content .gfield input[type="number"],
#page-content .gfield input[type="tel"],
#page-content .gfield textarea{
	background-color: white !important;
	font-size: 18px;
	color: #4e4e4e;
	padding: 16px !important;
	line-height: normal !important;
	width: 100% !important;
	border-radius: 7px !important;
	border: 1px solid #ccc !important;
}
#page-content .gfield textarea{
	height: 150px;
}
#page-content input[type="submit"].gform_button{
	padding: 7px 18px;
    line-height: 30px;
	display: block;
	margin-top: 10px !important;
}
#page-content .gform_submission_error{
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
	color: #c02b0a !important;
	font-size: 15px !important;
}
#page-content .gform_submission_error .gform-icon{
	display: none;
}
#page-content .gfield_validation_message{
	color: #c02b0a !important;
}
#page-content .gf-dark .gfield select,
#page-content .gf-dark .gfield input[type="text"],
#page-content .gf-dark .gfield input[type="url"],
#page-content .gf-dark .gfield input[type="email"],
#page-content .gf-dark .gfield input[type="number"],
#page-content .gf-dark .gfield input[type="tel"],
#page-content .gf-dark .gfield textarea{
	background-color: #ddd !important;
	color: #191919 !important;
	border: 1px solid #ddd !important;
}
#page-content .gform_confirmation_message{
	text-align: center;
    font-weight: bold;
}

@media (max-width: 640px){
	#page-content .gform_wrapper.gravity-theme .gfield.gfield--width-half{
		-ms-grid-column-span: 12;
		grid-column: span 12;
	}
}


/* Partners Section */
.partners-section .et_pb_column{
	text-align: center !important;
}
#page-content #et-boc .partners-section .et_pb_image{
	display: inline-block !important;
	margin: 10px 15px !important;
	vertical-align: middle !important;
}
.partners-section .et_pb_image img{
	max-width: 126px !important;
	max-height: 140px !important;
	width: auto !important;
	height: auto !important;
}
