/* INDEX OF STYLES */
/*
i. RESETS
1. FONTS
2. SASS
2. TEXT STYLES
3. STRUCTURAL ELEMENTS
5. HOME PAGE STYLES
6. INSIDE PAGE STYLES
7. SIDEBAR STYLES
8. SPRITE STYLES
9. CUSTOM SLIDER STYLING
10. FORMS STYLING
*/
/* /////////////// */
/* i. RESETS ///// */
/* /////////////// */
* {
  margin: 0;
  padding: 0px; }

h1, h2, h3, h4, h5, h6, p, table, ul, li, a {
  opacity: .999;
  font-weight: normal;
  margin: 0;
  padding: 0; }

a, #feature-slider-trigger, .cycle-prev, .cycle-next, #gform_submit_button_1, #searchsubmit, #pb-donation input[type=submit] {
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: all;
  /* Firefox 4 */
  -moz-transition-property: all;
  -moz-transition-duration: .2s;
  -moz-transition-timing-function: all;
  /* Safari and Chrome */
  -webkit-transition-property: all;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: all;
  /* Opera */
  -o-transition-property: all;
  -o-transition-duration: .2s;
  -o-transition-timing-function: all; }

.feature-slides, .slide {
  transition-property: all;
  transition-duration: 1.25s;
  transition-timing-function: all;
  /* Firefox 4 */
  -moz-transition-property: all;
  -moz-transition-duration: 1.25s;
  -moz-transition-timing-function: all;
  /* Safari and Chrome */
  -webkit-transition-property: all;
  -webkit-transition-duration: 1.25s;
  -webkit-transition-timing-function: all;
  /* Opera */
  -o-transition-property: all;
  -o-transition-duration: 1.25s;
  -o-transition-timing-function: all; }

img a, img, a {
  border: none; }

::selection {
  background: #1b1b1b;
  /* Safari, Chrome */ }

::-moz-selection {
  background: #1b1b1b;
  /* Firefox */ }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility; }

.searchinput:focus {
  outline-color: transparent;
  outline-style: none; }

/* ////////////// */
/* 1. FONTS ///// */
/* ////////////// */
@font-face {
  font-family: 'playball-custom';
  src: url("https://secure.qgiv.com/cps_orgs/playball/playball-custom_eot-1408026341");
  src: url("https://secure.qgiv.com/cps_orgs/playball/playball-custom_eot-1408026341?#iefix") format("embedded-opentype"), 
  url("https://secure.qgiv.com/cps_orgs/playball/playball-custom_woff-1408026342") format("woff"), 
  url("https://secure.qgiv.com/cps_orgs/playball/playball-custom_ttf-1408026343") format("truetype"), 
  url("https://09f7bab4b53ddd4182bc-03418d3f9e72b3e51f3a5b20aaeed0e1.ssl.cf2.rackcdn.com/playball-custom_svg-1408026344") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'avantgard-bold';
  src: url("https://secure.qgiv.com/cps_orgs/playball/AvantGarBol_eot-1408026345");
  src: url("https://secure.qgiv.com/cps_orgs/playball/AvantGarBol_eot-1408026345?#iefix") format("embedded-opentype"), 
  url("https://secure.qgiv.com/cps_orgs/playball/AvantGarBol_woff-1408026346") format("woff"), 
  url("https://secure.qgiv.com/cps_orgs/playball/AvantGarBol_ttf-1408026347") format("truetype"), 
  url("https://09f7bab4b53ddd4182bc-03418d3f9e72b3e51f3a5b20aaeed0e1.ssl.cf2.rackcdn.com/AvantGarBol_svg-1408026348") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'avantgard-medium';
  src: url("https://secure.qgiv.com/cps_orgs/playball/AvantGarMed_eot-1408026349");
  src: url("https://secure.qgiv.com/cps_orgs/playball/AvantGarMed_eot-1408026349?#iefix") format("embedded-opentype"), 
  url("https://secure.qgiv.com/cps_orgs/playball/AvantGarMed_woff-1408026351") format("woff"), 
  url("https://secure.qgiv.com/cps_orgs/playball/AvantGarMed_ttf-1408026352") format("truetype"), 
  url("https://09f7bab4b53ddd4182bc-03418d3f9e72b3e51f3a5b20aaeed0e1.ssl.cf2.rackcdn.com/AvantGarMed_svg-1408026353") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'avantgard-book';
  src: url("https://secure.qgiv.com/cps_orgs/playball/AvantGarBoo_ttf-1408026356");
  src: url("https://secure.qgiv.com/cps_orgs/playball/AvantGarBoo_ttf-1408026356?#iefix") format("embedded-opentype"), 
  url("https://secure.qgiv.com/cps_orgs/playball/AvantGarBoo_woff-1408026356") format("woff"), 
  url("https://secure.qgiv.com/cps_orgs/playball/AvantGarBoo_ttf-1408026356") format("truetype"), 
  url("https://09f7bab4b53ddd4182bc-03418d3f9e72b3e51f3a5b20aaeed0e1.ssl.cf2.rackcdn.com/AvantGarBoo_svg-1408026357") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ///////////// */
/* 2. SASS ///// */
/* ///////////// */
/* //////////////////// */
/* 2. TEXT STYLES ///// */
/* //////////////////// */
h1 {
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: black;
  margin: 15px 0 35px 0; }

.home-h1 {
  margin: 0px; }

h2 {
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: black;
  margin-bottom: 20px; }

h2 a {
  color: #3498db;
  text-decoration: none; }

h2 a:hover {
  color: #54afec; }

h2 a span.post-type {
  color: #7f8c8d;
  font-size: 15px;
  padding-left: 5px; }

h2.inside-h2, .content-area h2 {
  font-size: 16px;
  margin-bottom: 10px; }

h2.inside-h2 a.blue-link, .content-area h2 a.blue-link {
  font-size: 12px;
  color: #3498db;
  text-decoration: none; }

h2.inside-h2 a.blue-link:hover, .content-area h2 a.blue-link:hover {
  color: #54afec; }

h2.post-h2 {
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0px; }

h2.post-h2 a {
  color: #3498db;
  text-decoration: none; }

h2.post-h2 a:hover {
  color: #54afec; }

h2.photo-video {
  margin: 15px 0 35px 10px; }

h2.photo-video .playball-custom {
  color: #27ae60;
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 29px; }

h2.board-member {
  margin-bottom: 0px;
  font-size: 16px; }

h3 {
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: black;
  margin-bottom: 15px; }

h4.footer-heading {
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  color: #34495e;
  font-size: 16px;
  margin-bottom: 11px; }

h4.sidebar-heading {
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: black;
  padding-bottom: 1px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  text-transform: uppercase;
  border-bottom: 1px solid #d2dbdb; }

h4.member-title {
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  color: black;
  margin-bottom: 5px; }

p, tr, td {
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 12px;
  clear: both; }

p.large, th {
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35em;
  margin-bottom: 40px; }

p.board-member {
  font-size: 11px; }

table, td {
  border: 1px solid #e5e5e5;
  border-spacing: 0px;
  border-collapse: collapse; }

td {
  padding: 5px; }

p.large-home {
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35em;
  margin-bottom: 40px; }

p.large-home-bold {
  font-family: "avantgard-bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35em;
  margin-bottom: 10px; }

p.quote {
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35em;
  margin-bottom: 10px;
  margin-top: 5px;
  font-style: italic;
  padding-right: 1px;
  position: relative;
  padding-left: 10px; }

p.quote:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "\0022"; }

p.quote-author {
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding-left: 12px;
  position: relative; }

p.quote-author:before {
  position: absolute;
  top: 0px;
  left: 5px;
  content: "\002D"; }

p.hero-description {
  font-size: 16px;
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  color: black;
  line-height: 1.35em;
  position: absolute;
  top: 276px;
  right: 56px;
  width: 267px; }

.school p {
  font-family: "avantgard-bold", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 12px;
  margin-top: 5px; }

.content-area p a, p a {
  color: #3498db;
  text-decoration: none; }

.content-area p a:hover, p a:hover {
  color: #54afec; }

span.post-date {
  color: #7f8c8d;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block; }

.playball-custom {
  font-family: "playball-custom", sans-serif; }

ul {
  float: left;
  display: block;
  color: black;
  list-style-position: inside;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px; }

ul li {
  float: left;
  margin-bottom: 15px; }

ul li a {
  color: #3498db;
  text-decoration: none; }

ul li a:hover {
  color: #54afec; }

ul.category-list {
  list-style: none; }

ul.category-list li {
  margin-bottom: 0px; }

ul.category-list li a {
  float: left;
  margin-right: 2px;
  display: block;
  color: white;
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  margin-bottom: 2px;
  background: #3498db;
  padding: 2px 5px; }

ul.category-list a:hover {
  background: #54afec; }

.sidebar-right-large ul, .sidebar-right-small ul {
  width: 100%; }

.sidebar-right-large ul li {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  clear: both; }

.content-area ul {
  color: black;
  font-weight: "avantgard-medium", Helvetica, Arial, sans-serif;
  clear: both;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 5px 15px;
  float: left;
  list-style-position: outside; }

.content-area ul li {
  width: 100%;
  margin-bottom: 10px; }

.content-area ul li ul li:first-child {
  margin-top: 10px; }

.content-area ul li ul li:last-child {
  margin-bottom: 0px; }

span.sidebar-date {
  width: 100%;
  display: block;
  clear: both;
  color: #7f8c8d;
  padding-left: 12px; }

h2.contact-sidebar {
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: black;
  margin: 15px 0 35px 0; }

p.centered {
  text-align: center; }

/* //////////////////////////// */
/* 3. STRUCTURAL ELEMENTS ///// */
/* //////////////////////////// */
header, section, footer {
  width: 100%;
  display: block;
  clear: both;
  float: left;
  position: relative;
  margin: 0;
  padding: 0; }

.header-inside, .section-inside, .footer-inside {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 940px;
  position: relative;
  *zoom: 1; }

.header-inside {
  padding: 10px 0; }

.header-inside:before, .header-inside:after, .section-inside:before, .section-inside:after, .footer-inside:before, .footer-inside:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.header-inside:after, .section-inside:after, .footer:after {
  clear: both; }

.addthis_toolbox {
  position: absolute;
  bottom: 10px;
  right: 0px;
  display: block;
  min-width: 138px; }

.addthis_toolbox a {
  transition-property: none;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none; }

footer {
  padding: 30px 0px;
  background: #d0dcdc; }

.header-logo {
  width: 133px;
  height: 85px;
  float: left;
  display: block; }

nav.primary-navigation {
  float: left;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: black;
  margin: 33px 0 0 15px; }

nav.primary-navigation ul {
  list-style: none;
  float: left;
  position: relative; }

nav.primary-navigation li {
  float: left;
  display: block; }

nav.primary-navigation ul li {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important; }

nav.primary-navigation ul li a {
  color: black;
  text-decoration: none;
  padding: 5px 1px 2px 1px;
  margin: 0 10px;
  border-bottom: 3px solid transparent;
  position: relative;
  float: left; }

nav.primary-navigation ul li ul li a:after {
  position: absolute;
  right: -15px;
  color: #3498db;
  top: 7px;
  content: "\e609";
  font-family: "playball-custom", sans-serif;
  font-size: 8px; }

nav.primary-navigation ul li ul li:last-child a:after {
  content: ""; }

nav.primary-navigation ul li a:hover {
  color: #c0392b; }

nav.primary-navigation ul li ul {
  position: absolute;
  top: 15px;
  left: 0px;
  display: none;
  min-width: 400px;
  width: 100%;
  padding-top: 15px; }

nav.primary-navigation ul li ul li a {
  color: #3498db; }

nav.primary-navigation ul li.current_page_item ul, nav.primary-navigation ul li.current_page_parent ul, nav.primary-navigation ul li.hovered ul {
  display: block; }

nav.primary-navigation ul li.current_page_parent.unhovered ul {
  display: none; }

nav.primary-navigation ul li ul li.current_page_item a {
  color: #c0392b; }

nav.primary-navigation ul li.current_page_item a, nav.primary-navigation ul li.current_page_parent a {
  font-family: "avantgard-bold", Helvetica, Arial, sans-serif;
  border-bottom: 3px solid #c0392b; }

nav.primary-navigation ul li ul li a, nav.primary-navigation ul li.current_page_item ul li a, nav.primary-navigation ul li.current_page_parent ul li a {
  border-bottom: none;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif; }

nav.primary-navigation ul li ul li.current_page_item a {
  font-family: "avantgard-bold", Helvetica, Arial, sans-serif; }

a.donate {
  display: block;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 5px 20px;
  background: #c0392b;
  float: right;
  margin-top: 31px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-decoration: none; }

a.donate span.playball-custom {
  font-size: 15px;
  float: left; }

a.donate:hover {
  background: #d24b3d; }

a.donate span.text {
  float: left; }

footer a.donate {
  margin-top: 0px;
  font-size: 14px;
  padding: 10px 35px;
  float: right;
  display: block;
  clear: both;
  margin-bottom: 20px; }

footer a.donate span.playball-custom {
  font-size: 16px;
  float: left; }

footer ul {
  float: left;
  list-style: none; }

footer ul li, footer p {
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  color: #7f8c8d;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 5px;
  width: 100%; }

footer p {
  line-height: 1.5em; }

footer ul li a, footer p a {
  text-decoration: none;
  color: #7f8c8d; }

footer ul li a:hover, footer p a:hover {
  color: #34495e; }

#searchform {
  float: right;
  display: block;
  max-width: 130px;
  margin-top: 31px;
  position: relative;
  margin-right: 5px; }

.searchinput {
  width: 100px;
  padding: 8px 10px 8px 10px;
  border: none;
  background: #7f8c8d;
  color: #fff;
  float: left;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  height: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#searchform #searchsubmit {
  float: left;
  width: 30px;
  height: 30px;
  background: #34495e;
  display: block;
  border: none;
  cursor: pointer;
  font-family: "playball-custom", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: normal !important; }

a.email-button, a.rss-button {
  float: right;
  width: 30px;
  height: 30px;
  background: #34495e;
  margin-top: 31px;
  display: block;
  border: none;
  cursor: pointer;
  font-family: "playball-custom", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: normal !important;
  text-align: center;
  line-height: 30px;
  text-decoration: none; }

#searchform #searchsubmit:hover, a.email-button:hover, a.rss-button:hover {
  background: #455c74; }

.col-one-third {
  width: 272px;
  float: left;
  display: block;
  margin-right: 51px; }

.col-one-third.home-first {
  margin-left: 10px; }

.col-one-third.home-last {
  margin-right: 10px; }

.col-one-third.home-last {
  margin-right: 10px; }

.col-one-third-alt {
  width: 300px;
  float: left;
  display: block;
  margin-right: 20px; }

.col-inside-left-small {
  width: 560px;
  margin-right: 69px;
  float: left; }

.col-inside-left-large {
  width: 770px;
  padding-right: 19px;
  float: left;
  border-right: 1px solid #d2dbdb;
  margin-bottom: 30px; }

.col-inside-left-impact {
  width: 700px;
  padding-right: 89px;
  float: left;
  border-right: 1px solid #d2dbdb;
  margin-bottom: 30px; }

.col-inside-center-contact {
  width: 449px;
  padding: 0 100px 0 20px;
  margin-right: 10px;
  border-left: 1px solid #d2dbdb;
  border-right: 1px solid #d2dbdb;
  float: left;
  margin-bottom: 25px; }

.col-inside-video, .col-inside-news {
  width: 379px;
  margin: 0;
  float: left;
  min-height: 700px; }

.col-inside-video-wrap {
  padding-right: 10px;
  margin: 0 10px 25px 0;
  border-right: 1px solid #d2dbdb;
  width: 379px;
  float: left;
  display: block;
  min-height: 950px;
  position: relative; }

.col-inside-news {
  width: 450px;
  padding-right: 0px;
  margin: 0;
  border-right: none;
  position: relative; }

.col-inside-news-wrap {
  padding-right: 10px;
  margin: 0 10px 25px 0;
  border-right: 1px solid #d2dbdb;
  width: 450px;
  float: left;
  display: block;
  min-height: 950px;
  position: relative; }

.col-inside-photo, .col-inside-events {
  width: 379px;
  float: left;
  position: relative; }

.col-inside-photo-wrap {
  padding-right: 10px;
  width: 379px;
  float: left;
  display: block;
  min-height: 950px;
  position: relative;
  border-right: 1px solid #d2dbdb; }

.col-inside-events {
  width: 308px;
  margin-right: 0px; }

.col-inside-events-wrap {
  width: 308px;
  padding-right: 10px;
  float: left;
  min-height: 950px;
  position: relative;
  border-right: 1px solid #d2dbdb; }

.sidebar-right-large {
  border-left: 1px solid #d2dbdb;
  padding-left: 10px;
  margin-bottom: 25px;
  width: 300px;
  float: left; }

.sidebar-right-small {
  margin-bottom: 25px;
  width: 140px;
  float: left;
  padding-left: 10px; }

.sidebar-right-small-pv {
  margin-bottom: 25px;
  width: 140px;
  float: left;
  padding-left: 10px; }

.sidebar-right-large img, .sidebar-right-small img {
  max-width: 100%; }

.sidebar-left-large {
  width: 200px;
  float: left; }

.sidebar-left-large .playball-custom {
  font-size: 16px;
  display: block;
  float: left; }

.footer-col {
  width: 140px;
  margin-right: 20px;
  float: left; }

.footer-col-last {
  width: 300px;
  float: left;
  margin-right: 0px; }

.footer-social {
  font-family: "playball-custom", sans-serif;
  color: #7f8c8d;
  font-size: 28px;
  float: right;
  display: block;
  clear: both; }

.footer-social a {
  color: #7f8c8d;
  text-decoration: none;
  float: right;
  display: block;
  margin-left: 8px; }

.footer-social a:hover {
  color: #34495e; }

.half-col {
  width: 40%;
  margin-right: 20%;
  float: left;
  display: block; }

.half-col ul li {
  width: 100%; }

.displace {
  position: absolute;
  left: -10000px; }

.bottom-5 {
  margin-bottom: 5px !important; }

.bottom-10 {
  margin-bottom: 10px !important; }

.bottom-15 {
  margin-bottom: 10px !important; }

.bottom-15-for-real {
  margin-bottom: 15px !important; }

.bottom-20 {
  margin-bottom: 20px !important; }

.bottom-30 {
  margin-bottom: 30px !important; }

.bottom-33 {
  margin-bottom: 33px !important; }

.bottom-0 {
  margin-bottom: 0px !important; }

.right-5 {
  margin-right: 5px !important; }

.right-19 {
  margin-right: 19px !important; }

.right-20 {
  margin-right: 20px !important; }

.right-100 {
  margin-right: 100px !important; }

.top-neg-25 {
  margin-top: -25px !important; }

.left-38 {
  margin-left: 38px; }

.bg-blue {
  background: #3498db; }

.bg-blue:hover {
  background: #54afec; }

.bg-red {
  background: #c0392b; }

.bg-red:hover {
  background: #d24b3d; }

.brightblue {
  color: #3498db; }

.agbook {
  font-family: "avantgard-book", Helvetica, Arial, sans-serif !important; }

.floatleft, #tdp-0 {
  float: left; }

.uwpqsf_class {
  position: relative;
  margin-bottom: 0px !important; }

#tdp-0 {
  left: 0px; }

.filter-select {
  left: 0px; }

.spacer-20 {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  height: 20px; }

.block {
  display: block !important; }

/* ///////////////////////// */
/* 5. HOME PAGE STYLES ///// */
/* ///////////////////////// */
.home-hero {
  position: relative;
  margin-bottom: 30px;
  max-height: 464px;
  overflow: hidden; }

.cycle-prev, .cycle-next {
  position: absolute;
  top: 50%;
  margin-top: -33px;
  font-family: "playball-custom", sans-serif;
  font-size: 66px;
  display: block;
  color: white;
  z-index: 100000;
  background: transparent;
  cursor: pointer; }

.cycle-prev:hover, .cycle-next:hover {
  color: #3498db; }

.cycle-prev {
  left: 15px; }

.cycle-next {
  right: 15px; }

section.home-carousel-wrap {
  padding: 20px 0;
  background: #d0dcdc;
  margin-bottom: 20px; }

/* HOME FEATURE SLIDER STYLES */
.feature-slider-wrap {
  position: relative;
  height: 420px;
  width: 940px;
  overflow: hidden; }

.feature-slider {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: black; }

.feature-slides div {
  position: absolute;
  top: 0;
  left: 0;
  width: 710px;
  height: 420px;
  display: block;
  z-index: 1; }

.feature-slides div.current-slide {
  z-index: 100; }

.feature-thumbs {
  position: absolute !important;
  width: 230px !important;
  height: 420px !important;
  right: 0 !important;
  top: 0 !important; }

.feature-thumbs span {
  display: none; }

.feature-thumbs div {
  width: 230px;
  height: 140px;
  background-color: #f00;
  position: absolute;
  top: 0;
  right: 0; }

#feature-slider-trigger {
  position: absolute;
  bottom: 20px;
  right: 95px;
  font-family: "playball-custom", sans-serif;
  font-size: 45px;
  display: block;
  color: white;
  z-index: 100000;
  background: transparent;
  cursor: pointer;
  opacity: 0; }

.feature-slider:hover #feature-slider-trigger {
  opacity: 1; }

#feature-slider-trigger:hover {
  color: #3498db; }

.feature-slides .slide-caption {
  width: 710px !important;
  height: 95px !important;
  display: block;
  color: #fff;
  float: left;
  position: absolute;
  background: black;
  margin-top: -5px;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0px;
  top: auto;
  left: auto;
  z-index: auto; }

.feature-slider .slide-caption h3, .feature-slider .slide-caption p {
  color: white; }

.feature-slider .slide-caption h3 {
  margin-bottom: 8px; }

/* END HOME FEATURE SLIDER STYLES */
/* /////////////////////////// */
/* 6. INSIDE PAGE STYLES ///// */
/* /////////////////////////// */
.top-gap {
  border-top: 1px solid #d2dbdb;
  margin-bottom: 20px;
  display: block;
  clear: both;
  width: 100%;
  float: left; }

.programs-slideshow {
  position: relative;
  margin-bottom: 0px;
  float: left;
  display: block;
  clear: both;
  min-height: 1100px !important; }

.info-slideshow {
  min-height: 350px;
  overflow: hidden; }

.inner-slideshow {
  max-height: 300px !important;
  overflow: hidden !important;
  min-height: 0px !important;
  clear: both;
  float: left;
  display: none;
  margin-bottom: 25px; }

.programs-slideshow .cycle-prev, .programs-slideshow .cycle-next {
  font-size: 44px;
  margin-top: -22px; }

.content-area {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  display: block;
  clear: both; }

.content-area.programs-top {
  margin-top: -20px;
  padding-bottom: 20px; }

.content-area img {
  max-width: 100%; }

a.button-link {
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  vertical-align: center;
  padding: 10px 20px;
  min-width: 220px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 18px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  float: left;
  margin: 0 20px 35px 0;
  cursor: pointer; }

a.button-link span.icon {
  float: left;
  display: block;
  font-size: 18px;
  font-family: "playball-custom", sans-serif;
  margin-right: 5px; }

a.button-link span.text {
  float: left;
  display: block; }

.sports-pager-holder {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  border-bottom: 3px solid #3498db;
  margin: -20px 0 3px 0; }

a.sports-pager {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 20px 10px 0;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background: white;
  color: #7f8c8d;
  font-size: 35px;
  font-family: "playball-custom", sans-serif;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  position: relative;
  transition-property: none;
  transition-duration: 0;
  transition-timing-function: none;
  transition-delay: 0;
  /* Firefox 4 */
  -moz-transition-property: none;
  -moz-transition-duration: 0;
  -moz-transition-timing-function: none;
  -moz-transition-delay: 0;
  /* Safari and Chrome */
  -webkit-transition-property: none;
  -webkit-transition-duration: 0;
  -webkit-transition-timing-function: none;
  -webkit-transition-delay: 0;
  /* Opera */
  -o-transition-property: none;
  -o-transition-duration: 0;
  -o-transition-timing-function: none;
  -o-transition-delay: 0; }

a.sports-pager:hover, a.sports-pager.cycle-pager-active {
  background: #3498db;
  color: white; }

a.sports-pager span {
  background: white;
  position: absolute;
  width: 3px;
  height: 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -1px;
  display: block; }

a.sports-pager:hover span, a.sports-pager.cycle-pager-active span {
  background: #3498db; }

.school-row:last-child {
  margin-bottom: 50px !important; }

.school-directory-header {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  vertical-align: bottom;
  border-bottom: 4px solid #d2dbdb;
  margin-bottom: 5px;
  position: relative; }

.school-directory-header span {
  position: absolute;
  top: -18px;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 12px; }

.school-directory-header span.baseball {
  left: 208px; }

.school-directory-header span.volleyball {
  left: 266px; }

.school-directory-header span.double-dutch {
  left: 330px;
  top: -33px; }

.school-directory-header span.football {
  left: 388px; }

.school-directory-header span.soccer {
  left: 451px; }

.school-row {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d2dbdb; }

.school-row .school {
  float: left;
  display: block;
  width: 195px;
  margin-right: 20px; }

.school-row .sport {
  width: 25px;
  height: 25px;
  float: left;
  display: block;
  font-family: "playball-custom", sans-serif;
  color: #d2dbdb;
  font-size: 30px;
  margin-right: 35px; }

.school-row .sport.active {
  color: #34495e; }

.school-row .sport.soccer {
  font-size: 28px; }

.school-row .link-line {
  display: block;
  float: left;
  width: 255px;
  margin-bottom: 2px; }

.school-row span.link {
  color: #d2dbdb;
  width: 110px;
  float: left;
  display: block;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 11px; }

.school-row a {
  color: #3498db;
  float: left;
  display: block;
  text-decoration: none; }

.school-row a:hover {
  color: #54afec; }

.school-row span.link span {
  display: block;
  float: left; }

.school-row span.link span.playball-custom {
  font-size: 12px; }

.director-holder {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 16px 16px 0;
  position: relative;
  background: #d2dbdb; }

.director-holder.last {
  margin: 0 0 16px 0; }

.director-info {
  position: absolute;
  bottom: 90px;
  left: -50%;
  background: #3498db;
  color: white;
  padding: 10px;
  min-width: 160px;
  display: none; }

.director-info h3 {
  font-family: "avantgard-bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  display: block; }

.director-info p {
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  color: white;
  margin-bottom: 5px; }

.director-info .playball-custom a {
  color: white;
  text-decoration: none;
  margin-left: -5px; }

.director-info .playball-custom a:first-child {
  margin-left: 0px; }

.director-info .playball-custom a:hover {
  color: black; }

.director-info:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -50%;
  content: "";
  display: block;
  width: 100%;
  min-width: 160px;
  height: 15px;
  background: transparent url(https://09f7bab4b53ddd4182bc-03418d3f9e72b3e51f3a5b20aaeed0e1.ssl.cf2.rackcdn.com/point_png-1408026380) center center no-repeat;
  z-index: 100; }

.post-overview-holder {
  width: 700px;
  float: left;
  display: block;
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2dbdb;
  margin-bottom: 20px; }

.news-overview-holder {
  width: 450px;
  float: left;
  display: block;
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2dbdb;
  margin-bottom: 20px; }

.event-overview-holder {
  width: 308px;
  float: left;
  display: block;
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2dbdb;
  margin-bottom: 20px; }

.event-overview-holder img {
  float: left;
  display: block;
  margin-bottom: 20px; }

.post-no-image-wrap {
  width: 525px;
  float: left;
  display: block;
  clear: both; }

.post-image-wrap {
  width: 300px;
  float: left;
  display: block;
  margin-right: 30px; }

.news-image-wrap {
  width: 130px;
  float: left;
  display: block;
  margin-right: 10px; }

.post-image-wrap img {
  max-width: 100%; }

.post-content-wrap {
  width: 370px;
  float: left;
  display: block;
  margin-right: 30px; }

.news-content-wrap {
  width: 305px;
  float: left;
  display: block;
  margin-right: 5px; }

.event-content-wrap {
  width: 303px;
  float: left;
  display: block;
  margin-right: 5px; }

.news-no-image-content-wrap {
  width: 445px;
  float: left;
  display: block;
  margin-right: 5px; }

a.read-more-link {
  display: block;
  padding: 5px 10px;
  background: #c0392b;
  text-decoration: none;
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  color: #fff;
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 9px;
  text-transform: uppercase; }

a.read-more-link:hover {
  background: #d24b3d; }

.gallery-thumb-wrap {
  width: 123px;
  height: 123px;
  float: left;
  margin: 0px 5px 5px 0;
  display: block;
  position: relative; }

.gallery-thumb-wrap img {
  width: 123px;
  height: 123px;
  display: block; }

.gallery-thumb-wrap.last {
  margin-right: 0px; }

.gallery-thumb-wrap a {
  width: 113px;
  height: 113px;
  padding: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  z-index: 1;
  font-family: "avantgard-bold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: black;
  text-decoration: none; }

.gallery-thumb-wrap a span {
  font-family: "avantgard-book", Helvetica, Arial, sans-serif; }

.gallery-thumb-wrap:hover a {
  opacity: 1; }

.gallery-wrap {
  width: 100%;
  height: 452px;
  float: left;
  display: block;
  clear: both; }

.gallery-wrap-outside {
  width: 100%;
  float: left;
  display: block;
  clear: both;
  position: relative; }

.section-loader {
  height: 379px;
  width: 379px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #d0dcdc;
  z-index: 100;
  display: none; }

.section-loader h2 {
  line-height: 379px;
  text-align: center; }

.board-member-big-wrap {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  padding: 15px 0;
  border-top: 1px solid #d2dbdb; }

.board-member-photo-wrap {
  float: left;
  width: 200px;
  padding-right: 10px;
  float: left;
  display: block; }

.board-member-content-wrap {
  width: 350px;
  float: left;
  display: block; }

.fancybox-title-float-wrap .child a {
  color: white !important;
  font-family: "avantgard-bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none; }

.fancybox-title-float-wrap .child a:hover {
  color: #3498db !important; }

span.pb-custom {
  font-family: "playball-custom", sans-serif; }

.bottom-5 {
	margin-bottom: 5px;
}

/* /////////////////////// */
/* 7. SIDEBAR STYLES ///// */
/* /////////////////////// */
.playball-sidebar-cta-large {
  width: 100%;
  float: left;
  display: block;
  clear: both;
  padding: 45px 20px 20px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #c0392b;
  margin-bottom: 25px;
  text-align: center;
  color: white; }

.playball-sidebar-cta-large span.icon {
  font-size: 40px;
  margin-bottom: 15px; }

.playball-sidebar-cta-large p {
  color: white; }

.pagination, .uwpqsfpagi {
  margin-bottom: 50px;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  color: #7f8c8d;
  font-size: 13px;
  float: left;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 15px; }

a.upagievent {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.pagination span, .pagination a, .uwpqsfpagi span, .uwpqsfpagi a {
  margin-right: 10px; }

.pagination a, .uwpqsfpagi a {
  color: #7f8c8d;
  text-decoration: none;
  line-height: 18px !important;
  height: auto !important;
  display: inline-block; }

.pagination a:hover, .uwpqsfpagi a:hover {
  color: #3498db; }

.pagination span, .uwpqsfpagi span {
  color: white !important;
  font-family: "avantgard-bold", Helvetica, Arial, sans-serif;
  background: #3498db;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  height: 17px !important;
  text-align: center;
  line-height: 18px !important;
  padding: 0px 5px !important;
  display: inline-block;
  position: relative; }

span.arrow {
  background: transparent !important;
  vertical-align: middle;
  padding: 0px !important;
  margin-right: 0px; }

span.arrow a {
  background: transparent !important;
  vertical-align: middle;
  font-size: 28px;
  font-family: "Helvetica", Arial, sans-serif;
  margin-top: -8px !important;
  color: #3498db; }

span.arrow a:hover {
  color: #54afec; }

.sidebar-icon-link {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #27ae60;
  padding: 35px 15px 20px 15px;
  text-align: center;
  color: white;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 5px; }

.sidebar-icon-link:hover {
  background: #33d075; }

.sidebar-icon-link .playball-custom {
  font-size: 45px;
  margin-bottom: 5px;
  display: block; }

.alignleft {
  float: left;
  display: block;
  margin: 0 20px 20px 0; }

.alignright {
  float: right;
  display: block;
  margin: 0 0px 20px 20px; }

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  clear: both; }

/* ////////////////////// */
/* 8. SPRITE STYLES ///// */
/* ////////////////////// */
/* ////////////////////////////// */
/* 9. CUSTOM SLIDER STYLING ///// */
/* ////////////////////////////// */
/* /////////////////////// */
/* 10. FORMS STYLING ///// */
/* /////////////////////// */
.gform_fields {
  width: 100%;
  display: block;
  clear: both; }

.gform_fields input, .gform_fields .ginput_container, .gform_fields .gfield, .gform_fields textarea {
  width: 100% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block; }

.gform_fields input, .gform_fields textarea {
  border: none;
  background: #d2dbdb;
  color: #7f8c8d;
  padding: 15px 10px !important;
  font-size: 12px !important; }

#gform_submit_button_1, #pb-donation input[type=submit] {
  border: none !important;
  background: #3498db url(https://09f7bab4b53ddd4182bc-03418d3f9e72b3e51f3a5b20aaeed0e1.ssl.cf2.rackcdn.com/submit-bg_png-1408026381) left center no-repeat;
  color: white;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 11px 100px 11px 40px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative; }

#gform_submit_button_1:hover, #pb-donation input[type=submit]:hover {
  background: #54afec url(https://09f7bab4b53ddd4182bc-03418d3f9e72b3e51f3a5b20aaeed0e1.ssl.cf2.rackcdn.com/submit-bg_png-1408026381) left center no-repeat; }

#gform_submit_button_1:before, #pb-donation input[type=submit]:before {
  font-family: "playball-custom", sans-serif;
  color: black;
  content: "\e61d";
  font-size: 16px;
  top: 5px;
  left: 5px;
  display: block;
  position: absolute; }

.gform_confirmation_message {
  font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35em; }

.gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio], .gform_wrapper .gfield_checkbox li input {
  padding-left: 15px !important;
  width: 15px !important; }

select {
  width: 180px !important; }

.customSelect {
  border: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #3498db url(https://09f7bab4b53ddd4182bc-03418d3f9e72b3e51f3a5b20aaeed0e1.ssl.cf2.rackcdn.com/select-arrow_png-1408026381) right no-repeat;
  font-family: "avantgard-bold", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 14px;
  display: block;
  float: left;
  min-width: 160px;
  padding-left: 20px;
  line-height: 40px;
  margin-bottom: 30px; }

.customSelect.customSelectHover {
  background: #54afec url(https://09f7bab4b53ddd4182bc-03418d3f9e72b3e51f3a5b20aaeed0e1.ssl.cf2.rackcdn.com/select-arrow_png-1408026381) right no-repeat; }

.customSelectInner {
  min-width: 160px;
  min-height: 30px;
  vertical-align: center;
  line-height: 40px; }

#uwpqsf_id {
  border: none !important;
  position: relative;
  display: block;
  clear: both; }

.uwpqsf_class select {
  margin: 0px !important; }

#uwpqsffrom_233 {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  max-width: 180px; }

#uwpqsffrom_234 {
  float: left;
  max-width: 180px;
  overflow: hidden; }

#uwpqsf_id select {
  top: 0px;
  left: 0px;
  height: 43px !important; }

.uwpqsf_submit {
  display: none !important;
  margin-bottom: 0px !important; }

.taxolabel-0 {
  display: none; }

.usearchbtn {
  display: none; }

#uwpqsf_id319 {
  margin-bottom: 30px !important;
  float: left;
  display: block;
  clear: both; }

#pb-donation label {
  width: 100%;
  display: block;
  vertical-align: middle;
  float: left;
  font-family: "avantgard-book", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  margin-right: 20px; }

.other-donation-wrap {
	display: none;
}

input#other-donation-amount {
	margin-bottom: 0px!important;
}

#pb-donation h3 {
	float: left;
	display: block;
	width: 100%;
}

#pb-donation input[type=radio] {
  margin: 4px 5px 4px 0px;
  float: left; }

#pb-donation input[type=text], #pb-donation textarea, #pb-donation input[type=text], #pb-donation input[type=url], #pb-donation input[type=email], #pb-donation input[type=tel], #pb-donation input[type=number], #pb-donation input[type=password] {
	border: none;
	background: #d2dbdb;
	color: #7f8c8d;
	padding: 15px 10px !important;
	font-size: 12px !important;
	clear: both;
	float: left;
	width: 420px;
	margin-bottom: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#pb-donation input.half-size {
	width: 200px;
	margin-right: 10px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#pb-donation div.half-size-last, #pb-donation input.half-size-last {
	width: 200px;
	margin-left: 10px;
	float: left;
	clear: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.donation-spacer {
  width: 100%;
  display: block;
  height: 20px;
  clear: both; }

.donation-spacer-small {
  width: 100%;
  display: block;
  height: 4px;
  clear: both; }

.input-wrap {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  position: relative; }

.radio-wrap {
  margin-bottom: 10px; }

#pb-donation .radio-wrap label {
  width: auto; }

#pb-donation label.error {
	color: #c0392b;
	position: absolute;
	bottom: -18px;
	left: 0px;
}

#pb-donation label.error[for="card-expiration-year"] {
	left: 185px;
}

label.error[for="last-name"] {
	left: 221px!important;
}

#pb-donation .other-amount-wrap:after {
	font-family: "avantgard-medium", Helvetica, Arial, sans-serif;
	color: #000;
	position: absolute;
	left: 10px;
	top: 31px;
	font-size: 20px;
	content: "$";
}

#pb-donation #other-donation-amount {
	padding-left: 25px!important;
	width: 420px;
}

#pb-donation .card-name-wrap {
	margin-bottom: 15px;
}
/* PULSE ANIMATION */
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -webkit-perspective: 1000; }

@keyframes pulse {
  0% {
    background: #3498db; }

  50% {
    background: #c0392b; }

  100% {
    background: #3498db; } }

@-webkit-keyframes pulse {
  0% {
    background: #3498db; }

  50% {
    background: #c0392b;
    font-size: 45px; }

  100% {
    background: #3498db; } }

@-moz-keyframes pulse {
  0% {
    background: #3498db; }

  50% {
    background: #c0392b;
    font-size: 45px; }

  100% {
    background: #3498db; } }

.slow-pulse {
  animation-name: slowpulse;
  -webkit-animation-name: slowpulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-perspective: 1000; }

@keyframes slowpulse {
  0% {
    color: black; }

  50% {
    color: #3498db; }

  100% {
    color: black; } }

@-webkit-keyframes slowpulse {
  0% {
    color: black; }

  50% {
    color: #3498db; }

  100% {
    color: black; } }

@-moz-keyframes slowpulse {
  0% {
    color: black; }

  50% {
    color: #3498db; }

  100% {
    color: black; } }

/* /PULSE ANIMATION */
.col-last {
  margin-right: 0px; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

.clearer {
  width: 100%;
  float: left;
  display: block;
  clear: both; }
