/* RESET */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* LESS */
/* Transitions */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Basic Styles */
p,
section ul,
section h1,
section h2 {
  margin-bottom: 20px;
}
.clear {
  clear: both;
}
.center {
  margin: auto;
  text-align: center;
}
.aleft {
  text-align: left;
}
.fleft {
  float: left;
}
.aright {
  text-align: right;
}
.fright {
  float: right;
}
.imgright {
  float: right;
  margin: 0 0 15px 15px;
}
.border {
  border: 2px #c8c8c8 solid;
}
img {
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: 700;
}
section ul li {
  list-style-type: circle;
  margin-left: 30px;
  line-height: 1.6;
}
table tr td,
table tr th {
  padding: 7px;
}
table tr th {
  font-weight: bold;
}
section em {
  font-style: italic;
}
/* Structure Styles */
BODY {
  background: url('../../images/Image-BG.jpg') #00698d top center no-repeat;
  background-position: center 210px;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
}
.container {
  max-width: 1200px;
  margin: auto;
  text-align: left;
  padding: 0 15px;
}
.col2 {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  float: left;
}
.col4 {
  width: 25%;
  box-sizing: border-box;
  padding: 20px;
  float: left;
}
.grecaptcha-badge { display:none !important; }
/* HEADER */
header {
  background: #00a2da;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00a2da 0%, #00698d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2da), color-stop(100%, #00698d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00a2da 0%, #00698d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00a2da 0%, #00698d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00a2da 0%, #00698d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00a2da 0%, #00698d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@from', endColorstr='@to', GradientType=0);
  /* IE6-8 */
  overflow: hidden;
}
header .fleft {
  padding: 15px 0;
  background: url('../../images/Kickball-Outline.png') no-repeat bottom center;
  background-size: contain;
}
header .fright {
  padding-top: 60px;
}
header .fright div {
  color: #FFFFFF;
  display: inline-block;
  margin-right: 15px;
}
header .button {
  padding: 15px 40px;
  font-size: 24px;
}
header .header-link {
  color: #FFF;
  margin-right: 15px;
  text-transform: uppercase;
}
header .header-link:link {
  text-decoration: none;
}
header .header-link:active,
header .header-link:visited {
  text-decoration: none;
}
header .header-link:hover {
  text-decoration: underline;
}
/* NAVIGATION */
nav {
  background: #f9f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f8f8 0%, #d7d6d6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f8f8), color-stop(100%, #d7d6d6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f8f8 0%, #d7d6d6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f8f8 0%, #d7d6d6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f8f8 0%, #d7d6d6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9f8f8 0%, #d7d6d6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@from', endColorstr='@to', GradientType=0);
  /* IE6-8 */
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  border-top: #FF8200 5px solid;
  overflow: hidden;
}
nav ul {
  list-style-type: none;
  text-align: left;
}
nav ul li {
  display: inline;
  margin: 0 0;
  font-size: 20px;
}
nav ul li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  padding: 20px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
nav ul li a:hover {
  background-color: #00698d;
  color: #FFF;
}
nav ul li.nav-a a {
  font-weight: 600;
  border-left: #FFF 1px solid;
  border-right: #FFF 1px solid;
  margin-right: -6px;
}
nav ul li.nav-a a:after {
  font-family: FontAwesome;
  content: "\f0a9";
  margin-left: 5px;
  color: #FF8200;
}
nav ul.fright a {
  padding: 0;
  margin-top: 10px;
}
nav ul.fright a:hover {
  background-color: transparent;
}
nav ul.fright i {
  color: #FFF;
  background-color: #FFF;
  overflow: hidden;
  font-size: 18px;
  margin-right: 5px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 2.3em;
  text-align: center;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0px 0px 2px #666;
  -webkit-box-shadow: 0px 0px 2px #666;
  box-shadow: 0px 0px 2px #666;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
nav ul.fright i:hover {
  color: #FFF;
}
nav ul.fright i.fa-facebook:hover {
  background: #4060A5;
  color: #FFF;
}
nav ul.fright i.fa-facebook {
  color: #4060A5;
  background-color: #FFF;
}
nav ul.fright i.fa-twitter:hover {
  background: #00ABE3;
  color: #FFF;
}
nav ul.fright i.fa-twitter {
  color: #00ABE3;
  background-color: #FFF;
}
nav ul.fright i.fa-google-plus:hover {
  background: #e64522;
  color: #FFF;
}
nav ul.fright i.fa-google-plus {
  color: #e64522;
  background-color: #FFF;
}
nav ul.fright i.fa-instagram:hover {
  background: #517fa4;
  color: #FFF;
}
nav ul.fright i.fa-instagram {
  color: #517fa4;
  background-color: #FFF;
}
nav ul.fright i.fa-meetup:hover {
  background: #CCC;
}
nav ul.fright i.fa-meetup {
  background-color: #FFF;
}
/* SPONSORS */
.sponsors {
  margin: auto;
  text-align: center;
  padding-top: 10px;
  background-color: #333;
  background: linear-gradient(#444, #222);
}
.sponsors p {
  color: #FFF;
}
.sponsors p a {
  color: #FFF;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
  line-height: 2;
}
@media (max-width: 800px) {
  .sponsors img {
    max-width: 300px !important;
    height: auto;
  }
  .sponsors img.platinum {
    max-width: 95% !important;
    height: auto;
  }
  .sponsorImages img {
    max-width: 200px !important;
    height: auto;
  }
}
@media (max-width: 600px) {
  .sponsors img {
    max-width: 150px !important;
    height: auto;
  }
  .sponsors img.platinum {
    max-width: 95% !important;
    height: auto;
  }
  .sponsorImages img {
    max-width: 100px !important;
    height: auto;
  }
}
/* BODY STYLES */
.title {
  background: #005673;
  /* Old browsers */
  background: -moz-linear-gradient(top, #005673 0%, #003040 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005673), color-stop(100%, #003040));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #005673 0%, #003040 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #005673 0%, #003040 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #005673 0%, #003040 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #005673 0%, #003040 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@from', endColorstr='@to', GradientType=0);
  /* IE6-8 */
  padding: 20px;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: 'Trocchi', serif;
  margin: 30px auto 0;
}
.title h1 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
.title h1 strong {
  color: #FF8200;
}
section {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  background-color: #e6e6e6;
  color: #000;
  line-height: 1.8;
  font-size: 18px;
  text-align: left;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section p {
  margin-bottom: 30px;
}
section a {
  color: #FF8200;
  font-weight: 400;
}
section a:link,
section a:visited,
section a:active {
  text-decoration: none;
}
section a:hover {
  text-decoration: underline;
}
section h2 {
  color: #00698d;
  font-size: 20px;
  text-transform: uppercase;
}
section h3 {
  font-family: 'Trocchi', serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
section #content {
  background-color: #FFFFFF;
  -webkit-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 70%;
  box-sizing: border-box;
  float: left;
}
section #sidebar {
  background-color: #e6e6e6;
  padding: 0 20px;
  width: 30%;
  box-sizing: border-box;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  float: right;
  font-size: 16px;
  line-height: 1.4;
}
section #sidebar .sideBox {
  background-color: #FFF;
  overflow: hidden;
  padding: 20px;
  margin: 20px auto;
}
section #sidebar .sideBox h3 {
  background-color: #003040;
  font-family: 'Trocchi', serif;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: -20px -20px 15px -20px;
  padding: 15px;
  line-height: 26px;
}
section #sidebar .sideBox h3 i {
  color: #FFFFFF;
  background-color: #FF8200;
  border-radius: 50px;
  overflow: hidden;
  font-size: 16px;
  margin-right: 5px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 1.7em;
}
section #sidebar .sideBox h3 span {
  display: block;
  vertical-align: middle;
  margin-top: -30px;
  margin-left: 42px;
}
section #sidebar .sideBox a {
  text-align: center;
  margin: auto;
  display: block;
}
section #sidebar .sideBoxJoin p {
  font-size: 70px;
  margin: auto;
  text-align: center;
}
section #sidebar .sideBoxJoin p span {
  font-size: 22px;
}
section #sidebar .sideBoxJoin h3 i {
  background-color: #999;
}
section #sidebar .sideBoxJoin.success {
  background-color: #b6ffbc;
}
section #sidebar .sideBoxJoin.success i {
  background-color: #009C0D;
}
section .error {
  color: #d54238;
  font-weight: 700;
}
section .success {
  color: #009C0D;
  font-weight: 700;
}
section .color {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
section .sportTitle {
  display: table;
}
section .sportTitle h3 {
  display: inline-block;
  vertical-align: top;
  padding-top: 13px;
  padding-left: 10px;
}
section .sportSingle {
  clear: both;
  overflow: hidden;
  margin: auto;
  text-align: center;
  width: 80%;
  margin-bottom: 30px;
}
section .sportSingle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
section .sportSingle span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 32%;
  box-sizing: border-box;
}
section .sportSingle span img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
section .sportSingle span img:hover {
  opacity: 0.8;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
section .event h1 {
  font-family: 'Trocchi', serif;
  color: #FF8200;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px 0;
  font-weight: 700;
}
section .event h2 {
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
}
section table.schedule tr td {
  font-size: 16px;
  line-height: 1.2;
}
section .featured {
  background: url('../../images/Featured-League.jpg') no-repeat;
  background-size: cover;
  height: 580px;
  width: 800px;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}
section .featured h2 {
  color: #FFF;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.38);
}
/* ALERT BOX */
#alert {
  transform: scale(0.8);
  min-height: 20px;
  padding: 40px 40px 20px 40px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
}
#alert h1 {
  font-family: 'Trocchi', serif;
  color: #FF8200;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px 0;
  font-weight: 700;
  margin: auto;
  text-align: center;
}
#alert p {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
}
#alert div {
  text-align: center;
}
#alert .alert_close {
  margin: auto;
  display: block;
  font-size: 34px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#alert .alert_close:hover {
  opacity: 0.7;
}
.popup_visible #alert {
  transform: scale(1);
}
/* FOOTER */
footer {
  margin: auto;
  text-align: center;
  background-color: #e6e6e6;
  border-top: #FF8200 5px solid;
  overflow: hidden;
  padding: 20px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
footer strong {
  color: #000;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer h3 {
  font-family: 'Trocchi', serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
footer ul.footerNav {
  list-style-type: none;
}
footer ul.footerNav li {
  display: block;
  margin: 0;
}
footer ul.footerNav li a {
  padding: 0;
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}
footer ul.footerNav li a:link,
footer ul.footerNav li a:visited,
footer ul.footerNav li a:active {
  text-decoration: none;
}
footer ul.footerNav li a:hover {
  color: #000;
  text-decoration: none;
}
/* CONTACT FORM */
#form_wrapper {
  width: 80%;
  margin: 0;
  text-align: left;
}
#form_wrapper #contact_form div, #form_wrapper #newsletter_form div {
  margin-bottom: 8px;
}
#form_wrapper #contact_form label, #form_wrapper #newsletter_form label {
  text-align: left;
  display: block;
}
#form_wrapper #contact_form input, #form_wrapper #newsletter_form input,
#form_wrapper #contact_form textarea {
  text-align: left;
  width: 100%;
  padding: 7px 10px;
  font-size: 18px;
  clear: both;
}
#form_wrapper #contact_form input[type="radio"],
#form_wrapper #contact_form input[type="checkbox"] {
  width: auto;
}
#form_wrapper #contact_form select {
  text-align: left;
  padding: 7px 10px;
  font-size: 18px;
  width: 100%;
}
#form_wrapper #contact_form textarea {
  height: 140px;
}
#form_wrapper #contact_form input.button, #form_wrapper #newsletter_form input.button {
  width: auto;
  padding: 10px 30px;
  margin-top: 10px;
}
#form_wrapper #contact_form div.form_results, #form_wrapper #newsletter_form div.form_results {
  margin: 120px auto;
}
#form_wrapper #contact_form #waiver {
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid silver;
  padding: 0.5em;
  white-space: pre-line;
  background-color: #f5f5f5;
  width: 100%;
  font-size: 14px;
}
#form_wrapper.newsletter {
  width: 90% !important;
}
#form_wrapper.newsletter input.button {
  padding: 10px 20px !important;
  font-size: 16px !important;
}
footer .newsletter input.button {
  padding: 4px 10px !important;
  font-size: 16px !important;
}
/* GALLERY */
.gallery ul {
  text-align: center;
}
.gallery ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px 15px 0;
  position: relative;
  line-height: 0;
}
.gallery ul li a img {
  border-radius: 3px;
  border: 2px #c8c8c8 solid;
  opacity: 1.0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.gallery ul li a img:hover {
  opacity: 0.6;
}
/* BUTTONS */
.button {
  font-size: 20px;
  color: #FFF;
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
  border: none;
  background-color: #FF8200;
  text-transform: uppercase;
  margin: auto;
  text-decoration: none;
  display: inline;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.button:hover {
  background-color: #cc6800;
  color: #FFF;
}
.button:active {
  background-color: #ff9b33;
  color: #FFF;
}
a.button:link,
a.button:visited,
a.button:active {
  color: #FFF;
  text-decoration: none;
}
a.button:hover {
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 350px) {
  .button {
    font-size: 18px;
  }
}
.light .button,
.light a.button:link,
.light a.button:visited,
.light a.button:active {
  color: #FFF;
  border: #FFF 1px solid;
  background: none;
}
.light .button:hover,
.light a.button:link:hover,
.light a.button:visited:hover,
.light a.button:active:hover {
  background-color: #FFF;
  color: #FF8200;
}
.light .button:active,
.light a.button:link:active,
.light a.button:visited:active,
.light a.button:active:active {
  background-color: #e6e6e6;
  color: #FF8200;
}
.buttonGroup {
  width: 100%;
  display: table;
  box-sizing: border-box;
  background-color: #e6e6e6;
  margin-bottom: 30px;
  border: #C1C1C1 1px solid;
  border-radius: 3px;
}
.buttonGroup a {
  display: table-cell;
  width: 20%;
  box-sizing: border-box;
  padding: 10px;
  color: #2A2A2A;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.buttonGroup a.current {
  font-weight: bold;
  background-color: #FDFDFD;
}
.buttonGroup a.current:hover {
  background-color: #FFFFFF;
}
.buttonGroup a:hover {
  background-color: #d9d9d9;
}
.round-button {
  width: 21%;
  display: inline-block;
  margin-right: 11%;
}
.round-button-circle {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  border: 10px solid #ffb466;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #FF8200;
  box-shadow: 0 0 3px gray;
}
.round-button-circle:hover {
  background: #cc6800;
}
.round-button a {
  display: block;
  float: left;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: #FFF;
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: none;
}
.round-button a:hover {
  text-decoration: none;
}
#youtube-icon {
  width: 64px;
  height: 64px;
}
@media (max-width: 1530px) {
  #sponsors img {
    height: 50px;
    width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  header .fright {
    padding-top: 40px;
  }
  header .fright div {
    margin-right: 5px;
  }
  header .fright .button {
    display: block;
    margin-top: 10px;
  }
  header .button {
    padding: 10px 20px;
    font-size: 20px;
  }
  #sponsors img {
    height: 40px;
    width: auto;
  }
  section #content img,
  section #content iframe {
    max-width: 100%;
    height: auto;
  }
  section #content .sportSingle {
    width: 100%;
  }
  .title h1 {
    line-height: 1.4;
  }
  footer img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1127px) {
  nav ul li {
    font-size: 16px;
  }
  nav ul li a {
    padding: 15px 6px;
  }
  nav ul.fright a {
    margin-top: 7px;
  }
  nav ul.fright i {
    font-size: 14px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 2.3em;
  }
  .round-button a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1000px) {
  section #content .sportSingle span {
    display: block;
    width: auto;
  }
  section #content .sportSingle span h3 {
    line-height: 3;
  }
}
@media only screen and (max-width: 900px) {
  header .fleft,
  header .fright {
    float: none;
    width: auto;
    margin: auto;
    text-align: center;
  }
  header .fright {
    padding-top: 0;
    padding-bottom: 10px;
  }
  header .fright .button {
    display: inline-block;
  }
  section #sidebar .sideBox h3 {
    text-align: center;
  }
  section #sidebar .sideBox h3 i {
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 5px;
  }
  section #sidebar .sideBox h3 span {
    display: block;
    vertical-align: middle;
    margin-top: auto;
    margin-left: auto;
  }
  section #form_wrapper {
    width: 90%;
  }
  section .featured {
    height: 300px;
    width: auto;
    padding: 10px;
  }
  section .featured h2 {
    font-size: 22px;
  }
  .title h1 {
    margin: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 760px) {
  section {
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: block;
  }
  section #content,
  section #sidebar {
    float: none;
    width: auto;
  }
  .col4 {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
    float: left;
  }
  .col4:nth-child(3) {
    clear: both;
  }
}
@media only screen and (max-width: 862px) {
  header img {
    width: 100%;
    height: auto;
  }
  nav ul.fleft,
  nav ul.fright {
    float: none;
    margin: auto;
    text-align: center;
  }
  nav ul.fright li a {
    margin-top: 0;
    margin-bottom: 10px;
  }
  nav.original {
    visibility: visible !important;
    position: relative !important;
  }
  nav.cloned {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 550px) {
  .round-button {
    width: 26%;
    margin-right: 6%;
  }
  .round-button-circle {
    border: 5px solid #ffb466;
  }
  .round-button a {
    line-height: 1em;
    margin-top: -0.5em;
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 480px) {
  nav ul.fleft li.nav-a:nth-child(2)::after {
    content: "\A";
    white-space: pre;
  }
  #sponsors p a {
    font-size: 12px;
  }
  .button {
    font-size: 18px;
    padding: 10px 30px;
  }
  .buttonGroup a {
    padding: 5px;
    font-size: 12px;
  }
  table.schedule tr td {
    font-size: 12px;
    line-height: 1.2;
  }
}
