@charset "UTF-8";
/*   
Theme Name: CLUB 43 Volleyball
Description: Responsive theme for CLUB 43 Volleyball
Author: Flicker Creative Inc
Author URI: http://www.flickercreative.com
Version: 1
*/
/* ==== RESET ==== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  outline: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

del {
  text-decoration: line-through;
}

img {
  border: none;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* ======== WEBSITE VARIABLES ======== */
/* ==== SASS MIXINS ==== */
.button-wrapper, div, article, section, header, footer {
  *zoom: 1;
}
.button-wrapper:before, div:before, article:before, section:before, header:before, footer:before, .button-wrapper:after, div:after, article:after, section:after, header:after, footer:after {
  content: "";
  display: table;
}
.button-wrapper:after, div:after, article:after, section:after, header:after, footer:after {
  clear: both;
}

.news li .news-title h2, .flex-direction-nav a, ul.header-sub-menu li a, ul.header-main-menu li a, .footer-sub-menu a, .footer-menu a, a {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/* ==== BREAK POINTS ==== */
/* ======== GLOBAL WEBSITE CODE ======== */
/*
	101 - breaking-news-content
	101 - hero

	102 - breaking-news-title
	102 - header-phone
	102 - header-sub-menu
	102 - news-title
	102 - slide-text
	102 - spotlight-image

	103 - flex-direction-nav
	103 - slide-button

	201 - header-logo
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  color: #505152;
  background-color: #fafbfc;
  background-image: url("assets/images/backgrounds/bg-texture.jpg");
  background-size: 400px 400px;
  background-position: center center;
  background-repeat: repeat;
}

div, article, section, header, footer {
  width: 100%;
  position: relative;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.wrapper-white {
  background-color: white;
}

.content {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
}

.content-header {
  padding: 0 10px 0 130px;
}
@media (min-width: 12.5em) {
  .content-header {
    padding: 0 10px 0 95px;
  }
}
@media (min-width: 23.75em) {
  .content-header {
    padding: 0 10px 0 105px;
  }
}
@media (min-width: 31.25em) {
  .content-header {
    padding: 0 10px 0 130px;
  }
}

.content-body {
  padding: 0 25px;
}
@media (min-width: 12.5em) {
  .content-body {
    padding: 0 15px;
  }
}
@media (min-width: 37.5em) {
  .content-body {
    padding: 0 25px;
  }
}

.content-home {
  padding: 48px 25px;
}
@media (min-width: 12.5em) {
  .content-home {
    padding: 48px 15px;
  }
}
@media (min-width: 37.5em) {
  .content-home {
    padding: 48px 25px;
  }
}

.content-hero {
  padding: 20px 25px 0;
}
@media (min-width: 12.5em) {
  .content-hero {
    padding: 20px 15px 0;
  }
}
@media (min-width: 37.5em) {
  .content-hero {
    padding: 20px 25px 0;
  }
}

.content-title {
  padding: 60px 25px 20px;
}
@media (min-width: 12.5em) {
  .content-title {
    padding: 60px 15px 20px;
  }
}
@media (min-width: 37.5em) {
  .content-title {
    padding: 60px 25px 20px;
  }
}

.content-interior {
  padding: 60px 50px 25px;
}
@media (min-width: 12.5em) {
  .content-interior {
    padding: 50px 15px;
  }
}
@media (min-width: 31.25em) {
  .content-interior {
    padding: 50px 25px;
  }
}
@media (min-width: 47.5em) {
  .content-interior {
    padding: 60px 50px 25px;
  }
}

.content-sidebar {
  padding: 60px 290px 25px 50px;
}
@media (min-width: 12.5em) {
  .content-sidebar {
    padding: 50px 15px;
  }
}
@media (min-width: 31.25em) {
  .content-sidebar {
    padding: 50px 25px;
  }
}
@media (min-width: 47.5em) {
  .content-sidebar {
    padding: 60px 290px 25px 50px;
  }
}

.body-content {
  background: white;
  background: rgba(255, 255, 255, 0.5);
}

.grunge-top {
  background-image: url("assets/images/backgrounds/bg-header-grunge.jpg");
  background-size: 1540px 425px;
  background-position: center top;
  background-repeat: repeat-x;
}
@media (min-width: 12.5em) {
  .grunge-top {
    background-position: center -41px;
  }
}
@media (min-width: 31.25em) {
  .grunge-top {
    background-position: center -21px;
  }
}
@media (min-width: 51.25em) {
  .grunge-top {
    background-position: center -15px;
  }
}
@media (min-width: 57.5em) {
  .grunge-top {
    background-position: center top;
  }
}

.grunge-top-no-breaking-news {
  background-position: center -44px;
}
@media (min-width: 12.5em) {
  .grunge-top-no-breaking-news {
    background-position: center -85px;
  }
}
@media (min-width: 31.25em) {
  .grunge-top-no-breaking-news {
    background-position: center -65px;
  }
}
@media (min-width: 51.25em) {
  .grunge-top-no-breaking-news {
    background-position: center -59px;
  }
}
@media (min-width: 57.5em) {
  .grunge-top-no-breaking-news {
    background-position: center -44px;
  }
}

.grunge-bottom {
  background-image: url("assets/images/backgrounds/bg-footer-grunge.jpg");
  background-size: 1540px 700px;
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #531d5b;
}

.button-wrapper {
  clear: both;
}

.button-wrapper-center {
  padding: 20px 0 0;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
}

.button-green {
  color: white;
  background-color: #58b847;
}

.button-green:hover {
  color: white;
  background-color: #531d5b;
}

.shadow-box {
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
}

.shadow-svg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#000000')";
  -webkit-filter: drop-shadow(1px 1px 12px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(1px 1px 12px rgba(0, 0, 0, 0.25));
}

img.centered, img.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter, img.alignright, img.alignleft {
  margin-top: 4px;
  margin-bottom: 20px;
  padding: 0;
}

img.alignright, .alignright, img.alignleft, .alignleft {
  display: inline;
}
@media (min-width: 12.5em) {
  img.alignright, .alignright, img.alignleft, .alignleft {
    display: block;
  }
}
@media (min-width: 40em) {
  img.alignright, .alignright, img.alignleft, .alignleft {
    display: inline;
  }
}

img.alignright, .alignright {
  float: right;
  margin-left: 20px;
}
@media (min-width: 12.5em) {
  img.alignright, .alignright {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 40em) {
  img.alignright, .alignright {
    float: right;
    margin-left: 20px;
  }
}

img.alignleft, .alignleft {
  float: left;
  margin-right: 20px;
}
@media (min-width: 12.5em) {
  img.alignleft, .alignleft {
    float: none;
    margin-right: 0;
  }
}
@media (min-width: 40em) {
  img.alignleft, .alignleft {
    float: left;
    margin-right: 20px;
  }
}

img.aligncenter, img.alignright, img.alignleft {
  border: 8px solid white;
}
@media (min-width: 12.5em) {
  img.aligncenter, img.alignright, img.alignleft {
    border: 8px solid white;
  }
}
@media (min-width: 31.25em) {
  img.aligncenter, img.alignright, img.alignleft {
    border: 10px solid white;
  }
}
@media (min-width: 63.75em) {
  img.aligncenter, img.alignright, img.alignleft {
    border: 12px solid white;
  }
}

.breadcrumb {
  position: absolute;
  top: 14px;
  left: auto;
  width: auto;
  height: auto;
  font-size: 11px;
}

.breadcrumb a {
  text-decoration: none;
}

.iframe-border {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc !important;
}

.gform_wrapper .ginput_container {
  margin-top: 2px !important;
}

.gform_wrapper .form-input input, .gform_wrapper .form-textarea textarea {
  border: 1px solid #ccc;
}

.gform_wrapper .gform_button {
  display: inline-block;
  padding: 12px 20px;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #58b847;
  border: none;
}

.gform_wrapper .gform_button:hover {
  color: white;
  background-color: #531d5b;
}

.body .registration-button-wrapper {
  border-top: 1px solid #ccc;
}

.body .registration-button-wrapper a {
  text-decoration: none;
}

.body .registration-button-wrapper h3 {
  padding: 20px 5px 22px 10px;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #505152;
  text-decoration: none;
}

.body .registration-button-wrapper a:hover h3 {
  background-color: #e6e7e8;
}

.body .registration-button-wrapper h3 .registration-button {
  padding: 2px 0 0;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
}

p, ul, ol, li, blockquote {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #505152;
}

a {
  color: #531d5b;
  text-decoration: underline;
}

a:hover {
  color: #58b847;
}

p {
  padding: 0 0 24px;
}

b, strong {
  font-weight: bold;
  font-weight: 700;
}

i, em {
  font-style: italic;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 0 24px;
  padding: 0;
}

.body-content {
  min-height: 800px;
}
@media (min-width: 12.5em) {
  .body-content {
    min-height: auto;
  }
}
@media (min-width: 47.5em) {
  .body-content {
    min-height: 800px;
  }
}

.body-content img {
  max-width: 100%;
  height: auto;
}

.body-content .purple, .body-content h1.purple {
  color: #531d5b;
}

.body-content .green {
  color: #58b847;
}

.page-title-home {
  text-align: center;
}

.page-title-center {
  text-align: center;
}

.body .page-title {
  -webkit-box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.25);
}

.body .page-title h1, .page-title-home h1, body h1.news-title {
  padding: 0 0 4px 0;
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  text-transform: none;
  color: #7f3c89;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.75);
}
@media (min-width: 12.5em) {
  .body .page-title h1, .page-title-home h1, body h1.news-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 35em) {
  .body .page-title h1, .page-title-home h1, body h1.news-title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (min-width: 47.5em) {
  .body .page-title h1, .page-title-home h1, body h1.news-title {
    font-size: 44px;
    line-height: 48px;
  }
}

.body .page-title h2 {
  padding: 2px 0;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #505152;
}
@media (min-width: 12.5em) {
  .body .page-title h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 35em) {
  .body .page-title h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 47.5em) {
  .body .page-title h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.body h1.blog-title {
  padding: 0 0 20px 0;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  text-transform: none;
  color: #7f3c89;
}
@media (min-width: 12.5em) {
  .body h1.blog-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 35em) {
  .body h1.blog-title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 47.5em) {
  .body h1.blog-title {
    font-size: 34px;
    line-height: 38px;
  }
}

.title {
  margin: 0 0 5px;
  padding: 0 0 10px;
  font-size: 34px;
  color: #531d5b;
  border-bottom: 2px solid #dcddde;
}

.title-center {
  text-align: center;
}

.body .title {
  margin: 0 0 30px;
}

.body .content-title h1 span.content-title-sub {
  color: #505152;
}

.body-content .body-title {
  margin: 0 0 20px;
  padding: 0 0 6px;
  border-bottom: 2px solid #dcddde;
}

.body-content .body-title h1 {
  padding: 0 0 4px 0;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
  text-transform: none;
  color: #531d5b;
}
@media (min-width: 12.5em) {
  .body-content .body-title h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 35em) {
  .body-content .body-title h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 47.5em) {
  .body-content .body-title h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

.body-content .body-title h2 {
  padding: 2px 0;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #505152;
}
@media (min-width: 12.5em) {
  .body-content .body-title h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 35em) {
  .body-content .body-title h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 47.5em) {
  .body-content .body-title h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.body-content h1, .body h2 {
  padding: 10px 0 5px;
  font-size: 22px;
  font-weight: 700;
  color: #58b847;
}

.body h3 {
  padding: 8px 0 5px;
  font-size: 20px;
  font-weight: 700;
}

.body h4 {
  padding: 6px 0 5px;
  font-size: 16px;
  font-weight: 700;
}

.body h5, .body h6 {
  padding: 6px 0 5px;
  font-size: 16px;
  font-weight: 700;
}

.body h1 span, .body h2 span, .body h3 span, .body h4 span, .body h5 span, .body h6 span {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.content-title h1 span {
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
}

.body ul, .body ol {
  margin: 0 0 0 30px;
  padding: 0 0 19px;
}

.body ul {
  list-style-type: disc;
}

.body ol {
  list-style-type: decimal;
}

.body li {
  padding: 0 0 5px;
}

.breaking-news {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 44px;
  background-color: #f8f9fa;
}

.breaking-news-title {
  position: absolute;
  z-index: 102;
  top: 0;
  left: 0;
  width: 190px;
  height: 44px;
  text-align: center;
  background-color: #58b847;
}
@media (min-width: 12.5em) {
  .breaking-news-title {
    width: 65px;
  }
}
@media (min-width: 30em) {
  .breaking-news-title {
    width: 90px;
  }
}
@media (min-width: 47.5em) {
  .breaking-news-title {
    width: 190px;
  }
}

.breaking-news-title h1 {
  padding: 11px 0 0;
  font-size: 22px;
  color: white;
}
@media (min-width: 12.5em) {
  .breaking-news-title h1 {
    padding: 12px 0 0;
    font-size: 18px;
  }
}
@media (min-width: 30em) {
  .breaking-news-title h1 {
    padding: 11px 0 0;
    font-size: 22px;
  }
}

.breaking-news-title span {
  display: inline;
}
@media (min-width: 12.5em) {
  .breaking-news-title span {
    display: none;
  }
}
@media (min-width: 47.5em) {
  .breaking-news-title span {
    display: inline;
  }
}

.breaking-news-content {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  padding: 10px 20px 190px;
  width: 20000px;
  height: 44px;
}
@media (min-width: 12.5em) {
  .breaking-news-content {
    padding: 10px 0 0 65px;
  }
}
@media (min-width: 30em) {
  .breaking-news-content {
    padding: 10px 0 0 90px;
  }
}
@media (min-width: 47.5em) {
  .breaking-news-content {
    padding: 10px 0 0 190px;
  }
}

.breaking-news-content ul {
  display: none;
  float: left;
  padding: 0;
  width: auto;
  list-style-type: none;
}

.breaking-news-content li {
  padding: 0 30px 0 20px;
  display: inline-block;
  background-image: url("assets/images/icons/icon-volleyball-green.png");
  background-image: url("assets/images/icons/icon-volleyball-green.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: left center;
}

.google-calendar {
  position: relative;
  margin: 0 0 25px;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

.google-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team-calendar .ai1ec-calendar-toolbar, .team-calendar .ai1ec-views-dropdown {
  display: none;
}

.team-calendar .ai1ec-btn-group {
  margin-top: 10px;
  margin-bottom: 4px;
  margin-left: 0;
}

.team-calendar .ai1ec-title-buttons .ai1ec-btn-group {
  margin-top: 4px;
  margin-bottom: 10px;
  margin-left: 0;
}

.team-calendar a.ai1ec-minical-trigger {
  color: #531d5b;
}

.team-calendar a.ai1ec-minical-trigger:hover {
  color: #58b847;
  background-color: #f4f5f6;
}

.footer {
  text-align: center;
  /*
  -webkit-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.25);
     -moz-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.25);
  		box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.25);
  */
}
@media (min-width: 12.5em) {
  .footer {
    text-align: left;
  }
}
@media (min-width: 37.5em) {
  .footer {
    text-align: center;
  }
}

.footer-menu {
  margin: 0 auto;
  width: auto;
}
@media (min-width: 12.5em) {
  .footer-menu {
    width: 100%;
  }
}
@media (min-width: 37.5em) {
  .footer-menu {
    width: auto;
  }
}

.footer-menu-container {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-align: left;
}

.associations {
  padding: 50px 0;
}
@media (min-width: 12.5em) {
  .associations {
    padding: 50px 0;
  }
}
@media (min-width: 57.5em) {
  .associations {
    padding: 50px 25px;
  }
}
@media (min-width: 77.5em) {
  .associations {
    padding: 50px 55px;
  }
}

.associations .title {
  margin: 0;
}

.associations ul {
  padding: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.associations li {
  display: inline-block;
  padding: 12px 16px;
}

.footer-menu h2 {
  padding: 0 0 5px 0;
  font-size: 22px;
  color: white;
}

.footer-menu p {
  padding: 0 0 10px 0;
  color: white;
}

.footer-menu li:before {
  content: "›";
  color: #58b847;
}

.footer-menu a {
  color: white;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #58b847;
}

.footer-menu-volleyball {
  padding: 0 50px 30px 0;
}
@media (min-width: 12.5em) {
  .footer-menu-volleyball {
    padding: 0 60px 30px 0;
  }
}
@media (min-width: 37.5em) {
  .footer-menu-volleyball {
    padding: 0 30px 30px 0;
  }
}
@media (min-width: 50em) {
  .footer-menu-volleyball {
    padding: 0 50px 30px 0;
  }
}

.footer-menu-club-43 {
  padding: 0 100px 30px 0;
}
@media (min-width: 12.5em) {
  .footer-menu-club-43 {
    padding: 0 0 30px 0;
  }
}
@media (min-width: 31.25em) {
  .footer-menu-club-43 {
    padding: 0 50px 30px 0;
  }
}
@media (min-width: 41.25em) {
  .footer-menu-club-43 {
    padding: 0 80px 30px 0;
  }
}
@media (min-width: 50em) {
  .footer-menu-club-43 {
    padding: 0 100px 30px 0;
  }
}

.footer-menu-club-43-volleyball a {
  cursor: pointer;
}

.footer-sub-menu {
  padding: 10px 0 0;
  clear: both;
  text-align: center;
}

.footer-sub-menu ul {
  width: 100%;
  text-align: center;
}

.footer-sub-menu li {
  display: inline-block;
}

.footer-sub-menu li:after {
  content: "/";
  color: #58b847;
}

.footer-sub-menu li:last-child:after {
  content: "";
}

.footer-sub-menu a {
  display: inline-block;
  padding: 2px 6px;
  color: white;
  text-decoration: none;
}

.footer-sub-menu a:hover {
  color: #58b847;
}

.footer-menu-social-icons {
  padding: 5px 0 0;
}

.footer-menu-social-icons li {
  display: inline-block;
  float: left;
  margin: 0 8px 8px 0;
  width: 32px;
  height: 32px;
}

.footer-menu-social-icons li:before {
  content: "";
}

.footer-menu-social-icons a {
  display: block;
}

.footer-menu-social-icons img {
  width: 100%;
  height: auto;
}

.footer-copyright {
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: white;
}

.footer-copyright span {
  display: inline-block;
}

.footer-copyright img {
  padding: 0 0 0 1px;
  vertical-align: middle;
}

.header {
  padding: 15px 0;
}

.header-logo {
  position: absolute;
  z-index: 201;
  top: 0;
  left: 2px;
  width: 190px;
  height: 188px;
}
@media (min-width: 12.5em) {
  .header-logo {
    top: 8px;
    width: 140px;
    height: 138px;
  }
}
@media (min-width: 31.25em) {
  .header-logo {
    top: -1px;
    width: 170px;
    height: 168px;
  }
}
@media (min-width: 60em) {
  .header-logo {
    top: 0;
    width: 190px;
    height: 188px;
  }
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header-menu {
  position: relative;
  margin: 60px 0 0;
  background-color: #7f3c89;
  border: 2px solid #703279;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (min-width: 12.5em) {
  .header-menu {
    margin: 55px 0 0;
  }
}
@media (min-width: 31.25em) {
  .header-menu {
    margin: 60px 0 0;
  }
}

ul.header-main-menu, ul.header-sub-menu {
  display: block;
}
@media (min-width: 12.5em) {
  ul.header-main-menu, ul.header-sub-menu {
    display: none;
  }
}
@media (min-width: 60em) {
  ul.header-main-menu, ul.header-sub-menu {
    display: block;
  }
}

ul.header-main-menu {
  float: right;
  padding: 0;
  width: auto;
  height: 64px;
  list-style-type: none;
  text-align: right;
  border-top: none;
}
@media (min-width: 12.5em) {
  ul.header-main-menu {
    width: 100%;
    height: auto;
    border-top: 10px solid #703279;
  }
}
@media (min-width: 60em) {
  ul.header-main-menu {
    width: auto;
    height: 64px;
    border-top: none;
  }
}

ul.header-main-menu li {
  position: relative;
  display: inline-block;
  float: left;
  width: auto;
  height: 64px;
}
@media (min-width: 12.5em) {
  ul.header-main-menu li {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 60em) {
  ul.header-main-menu li {
    width: auto;
    height: 64px;
  }
}

ul.header-main-menu li a {
  display: block;
  float: left;
  padding: 20px;
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
  font-size: 19px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #7f3c89;
  border-left: 2px solid #703279;
  border-bottom: none;
}
@media (min-width: 12.5em) {
  ul.header-main-menu li a {
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
    border-left: none;
    border-bottom: 1px solid #703279;
  }
}
@media (min-width: 60em) {
  ul.header-main-menu li a {
    padding: 20px 12px;
    width: auto;
    font-size: 17px;
    border-left: 2px solid #703279;
    border-bottom: none;
  }
}
@media (min-width: 62.5em) {
  ul.header-main-menu li a {
    padding: 20px 12px;
    font-size: 18px;
  }
}
@media (min-width: 70em) {
  ul.header-main-menu li a {
    padding: 20px;
    font-size: 19px;
  }
}

ul.header-main-menu li a:hover {
  background-color: #531d5b;
}

ul.header-main-menu li:last-child a {
  border-bottom: none;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
@media (min-width: 12.5em) {
  ul.header-main-menu li:last-child a {
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (min-width: 60em) {
  ul.header-main-menu li:last-child a {
    border-bottom: none;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
  }
}

li.menu-parent-item a:after {
  content: "";
  position: relative;
  top: 15px;
  margin-left: 5px;
  margin-right: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b976c3;
}

li.menu-parent-item ul a:after {
  display: none;
}

ul.sub-menu {
  position: absolute;
  z-index: 501;
  top: 64px;
  left: 0;
  width: 200px;
  display: none;
}
@media (min-width: 12.5em) {
  ul.sub-menu {
    position: relative;
    top: auto;
    width: 100%;
  }
}
@media (min-width: 60em) {
  ul.sub-menu {
    position: absolute;
    top: 64px;
    width: 200px;
  }
}

ul.sub-menu li {
  display: block;
  width: 100%;
  height: auto;
}

ul.sub-menu li a {
  display: block;
  padding: 10px 5px;
  width: 100%;
  height: auto;
  font-size: 15px;
  line-height: 20px;
  background-color: #94539e;
  border-left: 2px solid #703279;
  border-right: 2px solid #703279;
  border-bottom: 1px solid #703279;
}
@media (min-width: 12.5em) {
  ul.sub-menu li a {
    border-left: none;
    border-right: none;
  }
}
@media (min-width: 60em) {
  ul.sub-menu li a {
    border-left: 2px solid #703279;
    border-right: 2px solid #703279;
  }
}

ul.sub-menu li:first-child a {
  border-top: 2px solid #703279;
}
@media (min-width: 12.5em) {
  ul.sub-menu li:first-child a {
    border-top: none;
  }
}
@media (min-width: 60em) {
  ul.sub-menu li:first-child a {
    border-top: 2px solid #703279;
  }
}

ul.sub-menu li:last-child a {
  border-bottom: 2px solid #703279;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
@media (min-width: 12.5em) {
  ul.sub-menu li:last-child a {
    border-bottom: 1px solid #703279;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (min-width: 60em) {
  ul.sub-menu li:last-child a {
    border-bottom: 2px solid #703279;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
}

ul.header-sub-menu {
  position: absolute;
  z-index: 102;
  top: -57px;
  right: 0;
  float: none;
  padding: 0;
  width: auto;
  text-align: right;
  border-top: none;
}
@media (min-width: 12.5em) {
  ul.header-sub-menu {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    width: 100%;
    text-align: center;
    border-top: 10px solid #703279;
  }
}
@media (min-width: 60em) {
  ul.header-sub-menu {
    position: absolute;
    top: -57px;
    right: 0;
    float: none;
    width: auto;
    text-align: right;
    border-top: none;
  }
}

ul.header-sub-menu li {
  display: inline;
}

ul.header-sub-menu li a {
  position: relative;
  display: block;
  float: left;
  padding: 5px 12px;
  width: auto;
  font-size: 16px;
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-left: none;
  border-bottom: none;
}
@media (min-width: 12.5em) {
  ul.header-sub-menu li a {
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
    border-left: none;
    border-bottom: 1px solid #703279;
  }
}
@media (min-width: 25em) {
  ul.header-sub-menu li a {
    width: 33.333%;
    border-left: 1px solid #703279;
    border-bottom: none;
  }
}
@media (min-width: 60em) {
  ul.header-sub-menu li a {
    padding: 5px 12px;
    width: auto;
    font-size: 16px;
    border-left: none;
  }
}

ul.header-sub-menu li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 12.5em) {
  ul.header-sub-menu li:first-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (min-width: 25em) {
  ul.header-sub-menu li:first-child a {
    border-left: none;
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
  }
}
@media (min-width: 60em) {
  ul.header-sub-menu li:first-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

ul.header-sub-menu li:last-child a {
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 12.5em) {
  ul.header-sub-menu li:last-child a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
}
@media (min-width: 25em) {
  ul.header-sub-menu li:last-child a {
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
  }
}
@media (min-width: 60em) {
  ul.header-sub-menu li:last-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

ul.header-sub-menu li a:hover {
  color: #58b847;
  background-color: transparent;
}
@media (min-width: 12.5em) {
  ul.header-sub-menu li a:hover {
    color: white;
    background-color: #58b847;
  }
}
@media (min-width: 60em) {
  ul.header-sub-menu li a:hover {
    color: #58b847;
    background-color: transparent;
  }
}

ul.header-sub-menu li a:after {
  content: "/";
  display: block;
  position: absolute;
  top: 4px;
  right: -4px;
  color: #58b847;
}
@media (min-width: 12.5em) {
  ul.header-sub-menu li a:after {
    content: "";
  }
}
@media (min-width: 60em) {
  ul.header-sub-menu li a:after {
    content: "/";
  }
}

ul.header-sub-menu li:last-child a:after {
  content: "";
}

.header-phone {
  display: block;
  position: absolute;
  z-index: 102;
  top: 12px;
  right: 515px;
  width: auto;
}
@media (min-width: 12.5em) {
  .header-phone {
    right: 15px;
  }
}
@media (min-width: 60em) {
  .header-phone {
    right: 245px;
  }
}

.header-phone a {
  font-size: 20px;
  color: white;
  text-decoration: none;
}

.header-phone a:hover {
  color: white;
  text-decoration: none;
}

.header-menu-icon {
  float: right;
  padding: 0 5px 0 0;
  width: 100%;
}
@media (min-width: 12.5em) {
  .header-menu-icon {
    display: block;
  }
}
@media (min-width: 60em) {
  .header-menu-icon {
    display: none;
  }
}

.header-menu-icon-button {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  float: right;
  width: 105px;
  height: 44px;
  font-size: 1em;
  font-weight: bold;
  color: white;
  text-indent: 30px;
  border: none;
  cursor: pointer;
  background: none;
  -webkit-transition: background 0.35s ease-in-out;
  -moz-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  -ms-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
}

.header-menu-icon-button:focus {
  outline: none;
}

.header-menu-icon-button span {
  display: block;
  position: absolute;
  top: 20px;
  left: 9px;
  width: 26px;
  height: 4px;
  background: white;
}
.header-menu-icon-button span:hover {
  background: #58b847;
}

.header-menu-icon-button span:hover {
  background: #58b847;
}

.header-menu-icon-button span:before, .header-menu-icon-button span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: white;
  content: "";
}

.header-menu-icon-button span:before {
  top: -9px;
}

.header-menu-icon-button span:after {
  bottom: -9px;
}

.header-menu-icon-toggle span:before, .header-menu-icon-toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}

.header-menu-icon-toggle span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.header-menu-icon-toggle span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.header-menu-icon-toggle.active span {
  background: none;
}

.header-menu-icon-toggle.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-menu-icon-toggle.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-menu-icon-toggle.active span:before, .header-menu-icon-toggle.active span:after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}

.header-menu-icon:hover .header-menu-icon-button {
  color: #58b847;
}

.header-menu-icon:hover .header-menu-icon-button span {
  background: #58b847;
}

.header-menu-icon:hover .header-menu-icon-button span:before, .header-menu-icon:hover .header-menu-icon-button span:after {
  background-color: #58b847;
}

.header-menu-icon:hover .header-menu-icon-toggle.active span {
  background: none;
}

.header-alert {
  margin: -15px 0 20px;
  padding: 20px 5px;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: white;
  background-color: rgba(215, 25, 32, 0.75);
}

.hero {
  position: relative;
  z-index: 101;
}

.hero-rotation li {
  position: relative;
}

.hero img {
  width: 100%;
  height: auto;
}

.slide-text {
  position: absolute;
  z-index: 102;
  bottom: 30px;
  left: 30px;
  float: left;
  width: auto;
  max-width: 60%;
}
@media (min-width: 12.5em) {
  .slide-text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 47.5em) {
  .slide-text {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 15px;
    width: auto;
    max-width: 80%;
  }
}
@media (min-width: 56.25em) {
  .slide-text {
    max-width: 60%;
  }
}
@media (min-width: 62.5em) {
  .slide-text {
    bottom: 30px;
    left: 30px;
  }
}

.slide-title {
  position: relative;
  top: auto;
  height: auto;
  overflow: visible;
}
@media (min-width: 12.5em) {
  .slide-title {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
  }
}
@media (min-width: 37.5em) {
  .slide-title {
    position: absolute;
    top: -50px;
    height: 50px;
    overflow: hidden;
  }
}
@media (min-width: 42.5em) {
  .slide-title {
    top: -54px;
    height: 54px;
  }
}
@media (min-width: 47.5em) {
  .slide-title {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
  }
}

.slide-title h2 {
  display: inline-block;
  float: left;
  clear: left;
  padding: 15px;
  width: auto;
  height: auto;
  font-size: 28px;
  color: white;
  text-align: left;
  background-color: rgba(83, 29, 91, 0.75);
  border-top: none;
}
@media (min-width: 12.5em) {
  .slide-title h2 {
    padding: 10px;
    width: 100%;
    height: auto;
    font-size: 18px;
    text-align: center;
    background-color: #531d5b;
    border-top: 1px solid white;
  }
}
@media (min-width: 32.5em) {
  .slide-title h2 {
    font-size: 20px;
  }
}
@media (min-width: 37.5em) {
  .slide-title h2 {
    padding: 15px;
    width: auto;
    height: 60px;
    font-size: 22px;
    text-align: left;
    background-color: rgba(83, 29, 91, 0.75);
    border-top: none;
  }
}
@media (min-width: 42.5em) {
  .slide-title h2 {
    font-size: 26px;
  }
}
@media (min-width: 47.5em) {
  .slide-title h2 {
    height: auto;
  }
}
@media (min-width: 56.25em) {
  .slide-title h2 {
    font-size: 28px;
  }
}

.slide-title h2:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
}

.slide-description {
  position: relative;
  width: auto;
}

.slide-description p {
  display: inline-block;
  float: left;
  clear: left;
  padding: 15px 30px 15px 15px;
  width: auto;
  font-size: 20px;
  line-height: 26px;
  color: white;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 12.5em) {
  .slide-description p {
    padding: 10px 10px 68px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background-color: #828384;
  }
}
@media (min-width: 32.5em) {
  .slide-description p {
    padding: 15px 15px 68px;
  }
}
@media (min-width: 37.5em) {
  .slide-description p {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
}
@media (min-width: 47.5em) {
  .slide-description p {
    padding: 15px 30px 15px 15px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 56.25em) {
  .slide-description p {
    font-size: 20px;
    line-height: 26px;
  }
}

.slide-button {
  position: absolute;
  z-index: 103;
  top: 50%;
  bottom: auto;
  right: -105px;
  margin: -24px 0 0;
  width: auto;
}
@media (min-width: 12.5em) {
  .slide-button {
    top: auto;
    bottom: 10px;
    right: 50%;
    margin: 0 -62px 0 0;
  }
}
@media (min-width: 47.5em) {
  .slide-button {
    top: 50%;
    bottom: auto;
    right: -105px;
    margin: -24px 0 0;
  }
}

@font-face {
  font-family: "flexslider-icon";
  src: url("assets/fonts/flexslider-icon.eot");
  src: url("assets/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("assets/fonts/flexslider-icon.woff") format("woff"), url("assets/fonts/flexslider-icon.ttf") format("truetype"), url("assets/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  height: auto;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  display: block;
  position: absolute;
  z-index: 103;
  top: 50%;
  margin: -50px 0 0;
  width: 100%;
  *height: 0;
}
@media (min-width: 12.5em) {
  .flex-direction-nav {
    display: none;
    top: 34%;
  }
}
@media (min-width: 21.25em) {
  .flex-direction-nav {
    display: block;
  }
}
@media (min-width: 30em) {
  .flex-direction-nav {
    top: 38%;
  }
}
@media (min-width: 47.5em) {
  .flex-direction-nav {
    top: 50%;
  }
}

.flex-direction-nav a {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-decoration: none;
  opacity: 0.35;
  cursor: pointer;
  color: white;
  background-color: #58b847;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
@media (min-width: 12.5em) {
  .flex-direction-nav a {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}
@media (min-width: 37.5em) {
  .flex-direction-nav a {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
}
@media (min-width: 62.5em) {
  .flex-direction-nav a {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
}

.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
  opacity: 0.7;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
  text-align: center;
}

.flex-direction-nav .flex-prev {
  left: 10px;
}
@media (min-width: 12.5em) {
  .flex-direction-nav .flex-prev {
    left: 10px;
  }
}
@media (min-width: 81.25em) {
  .flex-direction-nav .flex-prev {
    left: -50px;
  }
}

.flex-direction-nav .flex-next {
  right: 10px;
}
@media (min-width: 12.5em) {
  .flex-direction-nav .flex-next {
    right: 10px;
  }
}
@media (min-width: 81.25em) {
  .flex-direction-nav .flex-next {
    right: -50px;
  }
}

.flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before {
  display: inline-block;
  opacity: 1;
  font-family: "flexslider-icon";
  font-size: 58px;
  line-height: 1;
  color: white;
}
@media (min-width: 12.5em) {
  .flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before {
    font-size: 38px;
  }
}
@media (min-width: 37.5em) {
  .flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before {
    font-size: 48px;
  }
}
@media (min-width: 62.5em) {
  .flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before {
    font-size: 58px;
  }
}

.flex-direction-nav a.flex-prev:before {
  content: "\f001";
  padding: 24px 3px 0 0;
}
@media (min-width: 12.5em) {
  .flex-direction-nav a.flex-prev:before {
    padding: 12px 2px 0 0;
  }
}
@media (min-width: 37.5em) {
  .flex-direction-nav a.flex-prev:before {
    padding: 19px 3px 0 0;
  }
}
@media (min-width: 62.5em) {
  .flex-direction-nav a.flex-prev:before {
    padding: 24px 3px 0 0;
  }
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
  padding: 24px 0 0 3px;
}
@media (min-width: 12.5em) {
  .flex-direction-nav a.flex-next:before {
    padding: 12px 0 0 2px;
  }
}
@media (min-width: 37.5em) {
  .flex-direction-nav a.flex-next:before {
    padding: 19px 0 0 3px;
  }
}
@media (min-width: 62.5em) {
  .flex-direction-nav a.flex-next:before {
    padding: 24px 0 0 3px;
  }
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #bebfc0;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: rgba(83, 29, 91, 0.75);
}

.flex-control-paging li a.flex-active {
  background: #531d5b;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flex-video-player {
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-title {
  position: absolute;
  z-index: 102;
  bottom: 15px;
  left: 0;
  padding: 0 15px;
  width: 100%;
  text-align: center;
}

.news-title h2 {
  padding: 8px 4px;
  width: auto;
  font-size: 20px;
  line-height: 22px;
  color: white;
}

.news ul {
  width: 100%;
}

.news li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 5px;
  width: 25%;
}
@media (min-width: 12.5em) {
  .news li {
    width: 100%;
  }
}
@media (min-width: 28.75em) {
  .news li {
    width: 50%;
  }
}
@media (min-width: 47.5em) {
  .news li {
    width: 25%;
  }
}

.news .news-image img {
  width: 100%;
  height: auto;
}

.news li .news-title h2 {
  background-color: rgba(83, 29, 91, 0.75);
}

.news li:hover .news-title h2 {
  background-color: rgba(88, 184, 71, 0.75);
}

.player-image {
  float: left;
  margin: 0 25px 20px 0;
  max-width: 240px;
  max-height: 320px;
  overflow: hidden;
}
@media (min-width: 12.5em) {
  .player-image {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 22.5em) {
  .player-image {
    margin: 0 25px 20px 0;
  }
}

.player-image img {
  width: 100%;
  height: auto;
}

.player-details {
  float: left;
  padding: 0 0 10px;
  width: auto;
}

.alumni-wrapper {
  padding: 0 0 70px;
}

.alumni-title {
  padding: 0 0 10px;
}

.alumni-players ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.alumni-players li {
  float: left;
  margin: 0 20px 20px 0;
  padding: 10px;
  width: 200px;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.alumni-name {
  width: 100%;
  height: 26px;
  overflow: hidden;
}

.alumni-name h3 {
  padding: 0;
  font-size: 18px;
  color: #531d5b;
}

.alumni-details {
  width: 100%;
  height: 22px;
  overflow: hidden;
}

.alumni-details p {
  padding: 0;
}

.alumni-details span {
  color: #531d5b;
}

.alumni-college {
  width: 100%;
  height: 28px;
  overflow: hidden;
}

.alumni-college p {
  padding: 0;
}

.alumni-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.alumni-image img {
  width: 100%;
  height: auto;
}

.content-coaches {
  min-height: 750px;
}

.coaches ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.coaches li {
  position: relative;
  float: left;
  margin: 0 30px 60px 0;
  padding: 10px;
  width: 250px;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.coach-name {
  padding: 0 0 5px;
  width: 100%;
}

.coach-name h3 {
  padding: 0;
  font-size: 18px;
  color: #531d5b;
}

.coach-team p, .coach-title p {
  padding: 0;
  font-size: 16px;
  color: #505152;
}

.coach-team a {
  color: #505152;
  text-decoration: none;
}

.coach-team a:hover {
  color: #58b847;
  text-decoration: underline;
}

.coach-image {
  margin: 10px 0 0;
  max-width: 230px;
  max-height: 320px;
  overflow: hidden;
}

.coach-image img {
  width: 100%;
  height: auto;
}

.coach-director {
  position: absolute;
  z-index: 101;
  top: -38px;
  left: 0;
  padding: 5px 0 0;
  width: 100%;
  height: 28px;
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 18px;
  color: white;
  background-color: #58b847;
  overflow: hidden;
}

.details-coach-director {
  padding: 12px 24px;
  width: auto;
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 18px;
  color: white;
  text-align: center;
  background-color: #58b847;
}

.bio-button {
  position: absolute;
  z-index: 101;
  bottom: -30px;
  left: 0;
}

.bio-button a {
  display: inline-block;
  padding: 12px 20px;
  width: auto;
  font-size: 16px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #58b847;
}

.recruiting {
  padding: 0 0 30px;
}

.recruiting-wrapper ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.recruiting-wrapper li {
  position: relative;
  float: left;
  margin: 0 20px 60px 0;
  padding: 10px;
  width: 170px;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.recruiting-name {
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.recruiting-name h3 {
  padding: 0;
  font-size: 16px;
  color: #531d5b;
  white-space: nowrap;
}

.recruiting-details p, .recruiting-team p {
  padding: 0;
  font-size: 16px;
  color: #505152;
}

.recruiting-team a {
  color: #505152;
  text-decoration: none;
}

.recruiting-team a:hover {
  color: #58b847;
  text-decoration: underline;
}

.recruiting-image {
  margin: 10px 0 0;
  max-width: 150px;
  max-height: 200px;
  overflow: hidden;
}

.recruiting-image img {
  width: 100%;
  height: auto;
}

.recruiting-coordinator {
  margin: 10px 0 -20px;
  background-color: #58b847;
  -webkit-box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.25);
}

.recruiting-coordinator h2.recruiting-coordinator-title {
  padding: 8px 0 2px;
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
  font-weight: 700;
  color: white;
}

.recruiting-coordinator h3.recruiting-coordinator-name {
  padding: 4px 0 2px;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
}

.recruiting-coordinator a {
  color: white;
  text-decoration: none;
}

.recruiting-coordinator a:hover {
  color: #dcddde;
  text-decoration: underline;
}

.recruiting-coordinator p {
  padding: 0 0 12px;
  color: white;
}

.player-data {
  max-width: 380px;
}

.teams-wrapper ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

.teams-wrapper li {
  position: relative;
  float: left;
  padding: 0 30px 60px 0;
  width: 50%;
  text-align: center;
}
@media (min-width: 12.5em) {
  .teams-wrapper li {
    padding: 0 0 60px;
    width: 100%;
  }
}
@media (min-width: 42.5em) {
  .teams-wrapper li {
    padding: 0 30px 60px 0;
    width: 50%;
  }
}

.teams-wrapper .team {
  padding: 10px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.team-name {
  padding: 0 0 5px;
  width: 100%;
}

.team-name h3 {
  padding: 0;
  font-size: 18px;
  color: #531d5b;
}

.team-image img {
  width: 100%;
  height: auto;
}

.team-image-single {
  margin: 0 0 20px;
}

.body-content a.register, .body-content .registration-button {
  display: block;
  float: right;
  margin: 0;
  padding: 2px 0 16px;
  width: 116px;
  height: 28px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-image: url("assets/images/arrows/arrow-green-register.png");
  background-image: url("assets/images/arrows/arrow-green-register.svg");
  background-size: 116px 28px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 12.5em) {
  .body-content a.register, .body-content .registration-button {
    float: none;
    margin: 4px 0 0 0;
  }
}
@media (min-width: 30em) {
  .body-content a.register, .body-content .registration-button {
    float: right;
    margin: 0;
  }
}

.body-content a.register:hover, .body-content .registration-button:hover, .body-content .registrations li:hover .registration-button, .body .registration-button-wrapper a:hover h3 .registration-button {
  background-image: url("assets/images/arrows/arrow-purple-register.png");
  background-image: url("assets/images/arrows/arrow-purple-register.svg");
}

.registrations {
  padding: 0 0 50px;
}

.registrations a {
  text-decoration: none;
}

.registrations ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #ccc;
}

.registrations li {
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.registrations li:hover {
  background-color: #e6e7e8;
}

.registrations h3 {
  padding: 20px 5px 22px 10px;
  color: #505152;
  text-decoration: none;
}

.registrations .registration-button {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.body-sidebar {
  position: absolute;
  top: 66px;
  right: 10px;
  width: 240px;
}
@media (min-width: 12.5em) {
  .body-sidebar {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
  }
}
@media (min-width: 47.5em) {
  .body-sidebar {
    position: absolute;
    top: 66px;
    right: 10px;
    width: 240px;
  }
}

.sidebar-menu {
  margin: 0 0 35px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media (min-width: 12.5em) {
  .sidebar-menu {
    width: 100%;
  }
}
@media (min-width: 25em) {
  .sidebar-menu {
    width: 240px;
  }
}
@media (min-width: 47.5em) {
  .sidebar-menu {
    width: 100%;
  }
}

.sidebar-menu h2 {
  padding: 10px 5px 10px 15px;
  font-size: 20px;
  font-weight: 400;
  color: white;
  background-color: #7f3c89;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.sidebar-menu li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c8c9ca;
}

.sidebar-menu li:last-child {
  border-bottom: none;
}

.sidebar-menu li a {
  display: block;
  padding: 8px 5px 8px 15px;
  line-height: 20px;
  text-decoration: none;
  color: #505152;
}

.sidebar-menu li a:hover {
  background-color: #e6e7e8;
}

.sidebar-menu a:before {
  content: "";
  position: absolute;
  z-index: 101;
  top: 50%;
  left: -10px;
  margin-top: -9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #58b847;
  opacity: 0;
}

.sidebar-menu a:hover:before {
  left: 0;
  opacity: 1;
}

.sidebar-menu li.current_page a {
  background-color: #e6e7e8;
}

.sidebar-menu li.current_page a:before {
  left: 0;
  opacity: 1;
}

.spotlight-left, .spotlight-right {
  position: relative;
  width: 50%;
}
@media (min-width: 12.5em) {
  .spotlight-left, .spotlight-right {
    width: 100%;
  }
}
@media (min-width: 36.25em) {
  .spotlight-left, .spotlight-right {
    width: 50%;
  }
}

.spotlight-left {
  float: left;
  padding: 5px 40px 0 0;
}
@media (min-width: 12.5em) {
  .spotlight-left {
    padding: 5px 0 0 0;
  }
}
@media (min-width: 36.25em) {
  .spotlight-left {
    padding: 5px 15px 0 0;
  }
}
@media (min-width: 60em) {
  .spotlight-left {
    padding: 5px 15px 0 0;
  }
}
@media (min-width: 68.75em) {
  .spotlight-left {
    padding: 5px 40px 0 0;
  }
}

.spotlight-right {
  float: right;
  padding: 5px 0 0 40px;
}
@media (min-width: 12.5em) {
  .spotlight-right {
    padding: 5px 0 0 0;
  }
}
@media (min-width: 36.25em) {
  .spotlight-right {
    padding: 5px 0 0 15px;
  }
}
@media (min-width: 60em) {
  .spotlight-right {
    padding: 5px 0 0 15px;
  }
}
@media (min-width: 68.75em) {
  .spotlight-right {
    padding: 5px 0 0 40px;
  }
}

.spotlight-left-container, .spotlight-right-container {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 12.5em) {
  .spotlight-left-container, .spotlight-right-container {
    width: auto;
    max-width: 300px;
  }
}
@media (min-width: 60em) {
  .spotlight-left-container, .spotlight-right-container {
    width: 100%;
    max-width: 100%;
  }
}

.spotlight-table {
  width: 100%;
  text-align: center;
}

.spotlight-left .spotlight-table {
  padding: 47px 0 0 231px;
}
@media (min-width: 12.5em) {
  .spotlight-left .spotlight-table {
    padding: 5px 0 0 0;
  }
}
@media (min-width: 60em) {
  .spotlight-left .spotlight-table {
    padding: 11px 0 0 201px;
  }
}
@media (min-width: 68.75em) {
  .spotlight-left .spotlight-table {
    padding: 47px 0 0 231px;
  }
}

.spotlight-right .spotlight-table {
  padding: 47px 231px 0 0;
}
@media (min-width: 12.5em) {
  .spotlight-right .spotlight-table {
    padding: 5px 0 0 0;
  }
}
@media (min-width: 60em) {
  .spotlight-right .spotlight-table {
    padding: 11px 201px 0 0;
  }
}
@media (min-width: 68.75em) {
  .spotlight-right .spotlight-table {
    padding: 47px 231px 0 0;
  }
}

.spotlight-table table {
  width: 100%;
}

.spotlight-table h2 {
  padding: 8px 0;
  font-size: 20px;
  line-height: 22px;
  color: white;
  background-color: #531d5b;
}

.spotlight-table .title, .spotlight-table .stat {
  margin: 0;
  padding: 8px 0;
  font-size: 16px;
}

.spotlight-table .title {
  color: white;
  background-color: #bebfc0;
  border-top: 1px solid white;
  border-bottom: none;
}

.spotlight-table .stat {
  color: #6e6f70;
  background-color: #e6e7e8;
}

.spotlight-table .border-left {
  border-left: 1px solid white;
}

.spotlight-image {
  position: absolute;
  z-index: 102;
  top: 5px;
  margin: 0 auto;
  width: 230px;
}
@media (min-width: 12.5em) {
  .spotlight-image {
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 60em) {
  .spotlight-image {
    position: absolute;
    top: 5px;
    width: 200px;
  }
}
@media (min-width: 68.75em) {
  .spotlight-image {
    width: 230px;
  }
}

.spotlight-image img {
  width: 100%;
  height: auto;
}

.spotlight-left .spotlight-image {
  left: 0;
}

.spotlight-right .spotlight-image {
  right: 0;
}

.button-wrapper {
  text-align: center;
}

.spotlight-left .button-wrapper {
  padding: 15px 0 0 230px;
}
@media (min-width: 12.5em) {
  .spotlight-left .button-wrapper {
    padding: 15px 0 40px 0;
  }
}
@media (min-width: 36.25em) {
  .spotlight-left .button-wrapper {
    padding: 15px 0 0 0;
  }
}
@media (min-width: 60em) {
  .spotlight-left .button-wrapper {
    padding: 15px 0 0 200px;
  }
}
@media (min-width: 68.75em) {
  .spotlight-left .button-wrapper {
    padding: 15px 0 0 230px;
  }
}

.spotlight-right .button-wrapper {
  padding: 15px 230px 0 0;
}
@media (min-width: 12.5em) {
  .spotlight-right .button-wrapper {
    padding: 15px 0 0 0;
  }
}
@media (min-width: 60em) {
  .spotlight-right .button-wrapper {
    padding: 15px 200px 0 0;
  }
}
@media (min-width: 68.75em) {
  .spotlight-right .button-wrapper {
    padding: 15px 230px 0 0;
  }
}

.table-wrapper {
  padding: 10px 0 15px;
}

.table {
  width: 100%;
}

.table td {
  padding: 4px;
}

.table thead td {
  color: white;
  background-color: #531d5b;
}

.table-color {
  font-size: 14px;
}

.table-color td {
  padding: 8px 4px;
  border: 1px solid white;
}

.table-color tbody tr:nth-child(odd) {
  background: #e6e7e8;
}

.table-color tbody tr:nth-child(even) {
  background: #d7d8d9;
}

.table-players .table-players-reach, .table-players .table-players-block, .table-players .table-players-approach {
  display: table-cell;
}
@media (min-width: 12.5em) {
  .table-players .table-players-reach, .table-players .table-players-block, .table-players .table-players-approach {
    display: none;
  }
}
@media (min-width: 38.75em) {
  .table-players .table-players-reach, .table-players .table-players-block, .table-players .table-players-approach {
    display: table-cell;
  }
}
@media (min-width: 47.5em) {
  .table-players .table-players-reach, .table-players .table-players-block, .table-players .table-players-approach {
    display: none;
  }
}
@media (min-width: 56.25em) {
  .table-players .table-players-reach, .table-players .table-players-block, .table-players .table-players-approach {
    display: table-cell;
  }
}

.table-players .table-players-grad-year {
  display: table-cell;
}
@media (min-width: 12.5em) {
  .table-players .table-players-grad-year {
    display: none;
  }
}
@media (min-width: 26.25em) {
  .table-players .table-players-grad-year {
    display: table-cell;
  }
}

.table-players .table-players-college {
  display: table-cell;
}
@media (min-width: 12.5em) {
  .table-players .table-players-college {
    display: none;
  }
}
@media (min-width: 23.75em) {
  .table-players .table-players-college {
    display: table-cell;
  }
}

.table-players .table-players-high-school {
  display: table-cell;
}
@media (min-width: 12.5em) {
  .table-players .table-players-high-school {
    display: none;
  }
}
@media (min-width: 20em) {
  .table-players .table-players-high-school {
    display: table-cell;
  }
}

.testimonials-home {
  margin: -50px 0 0 0;
  padding: 80px 0 0;
  text-align: center;
  -webkit-box-shadow: 0 -25px 24px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 -25px 24px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 -25px 24px 0 rgba(0, 0, 0, 0.06);
}

.testimonials-interior {
  text-align: center;
}

.testimonials p {
  position: relative;
}

.testimonial-page {
  padding: 0 0 40px;
}
@media (min-width: 12.5em) {
  .testimonial-page {
    padding: 0 0 40px 10px;
  }
}
@media (min-width: 31.25em) {
  .testimonial-page {
    padding: 0 0 40px;
  }
}

.testimonial-statement {
  display: inline-block;
  margin: 0 auto;
  padding: 0 35px 5px;
  width: auto;
  font-size: 18px;
  line-height: 26px;
}

.testimonial-statement:before, .testimonial-statement:after {
  position: absolute;
  top: 10px;
  font-family: Georgia, serif;
  font-size: 72px;
  color: #531d5b;
}

.testimonial-statement:before {
  content: "“";
  left: 0;
}

.testimonial-statement:after {
  content: "”";
  right: 0;
}

.testimonial-page-statement:before {
  content: "“";
  position: absolute;
  top: -5px;
  left: -32px;
  font-family: Georgia, serif;
  font-size: 72px;
  color: #58b847;
}
@media (min-width: 12.5em) {
  .testimonial-page-statement:before {
    top: 0;
    left: -23px;
    font-size: 52px;
  }
}
@media (min-width: 47.5em) {
  .testimonial-page-statement:before {
    top: -5px;
    left: -32px;
    font-size: 72px;
  }
}

.testimonial-name {
  padding: 0 0 20px;
  font-size: 14px;
  font-style: italic;
}

.testimonial-page-name {
  margin: -16px 0 0;
  font-size: 14px;
  font-style: italic;
}

.testimonial-page-name:before {
  content: "-";
  display: inline-block;
  width: auto;
}

.testimonial-button {
  padding: 0;
}
