/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Typography
2.0 - Elements
3.0 - Header
4.0 - Navigation
5.0 - Jumbotron
6.0 - Featurettes
7.0 - Content
8.0 - Stories
9.0 - Widgets
10.0 - Footer
11.0 - Gravity Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Typography
--------------------------------------------------------------*/
body {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
  background: #e8e8e8;
  font-family: 'Whitney SSm A', 'Whitney SSm B', 'Whitney';
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #000;
  font-weight: 400;
}
body h1 {
  font-size: 36px;
  line-height: 1.05;
}
body h2 {
  line-height: 1;
  font-size: 24px;
}
body h3 {
  font-size: 20px;
  line-height: 1.05;
}
body h4,
body h5,
body h6 {
  font-size: 18px;
  line-height: .95;
}
body a {
  color: #ff5000;
  font-weight: 600;
}
body a:hover {
  color: #c63e00;
  text-decoration: none;
}
body h1 a,
body h2 a {
  font-weight: 500;
}
body b,
body strong {
  font-weight: 600;
}
body .flush {
  margin-top: 0;
}
/*--------------------------------------------------------------
2.0 - Elements
--------------------------------------------------------------*/
/* Tables */
.table {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.table tr td {
  max-width: 200px;
}
.table thead {
  color: #000;
  font-weight: 600;
  background-color: #e4e4e4;
}
.table > thead > tr > td {
  padding: 20px;
  line-height: 1;
}
.table > tbody > tr > td {
  padding: 15px 20px;
}
/* Lists */
.athlete-content .list-unstyled > li {
  padding-bottom: 3px;
}
.athlete-content .social-links {
  margin: 0;
  height: 55px;
  display: block;
}
.athlete-content .social-links > li {
  margin: 0;
  padding: 0;
  float: left;
}
.athlete-content .social-links > li a {
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 63px;
  text-align: center;
}
.athlete-content .social-links > li.facebook a {
  background: #2a4988;
}
.athlete-content .social-links > li.facebook a:hover {
  background: #264c99;
}
.athlete-content .social-links > li.twitter a {
  background: #006dbb;
}
.athlete-content .social-links > li.twitter a:hover {
  background: #007bd2;
}
.athlete-content .social-links > li.google-plus a {
  background: #de573c;
}
.athlete-content .social-links > li.google-plus a:hover {
  background: #ee5232;
}
.athlete-content .social-links > li.linkedin a {
  background: #094e84;
}
.athlete-content .social-links > li.linkedin a:hover {
  background: #065ca0;
}
/* Blocks */
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.page-sidebar.affix {
  top: 90px;
  width: 270px;
  position: fixed;
}
.page-sidebar.affix .widget-margin-top {
  margin-top: 0 !important;
}
.page-sidebar.affix-bottom {
  position: relative;
}
/* Buttons*/
.btn {
  border-radius: 0;
}
.btn.btn-primary {
  border: none;
  background: #ff5000;
}
.btn.btn-primary.active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #c63e00;
}
.btn.btn-text-white {
  color: #fff !important;
}
.open .dropdown-toggle.btn-primary {
  background-color: #c63e00;
}
/* Forms */
.form-control {
  border-radius: 0;
}
/* Background */
.alt-bg {
  color: #fff;
  background-size: 51px 30px;
  background-image: url(../img/black-pattern.png);
}
.alt-bg h1,
.alt-bg h2,
.alt-bg h3 {
  color: #fff;
}
.gform_wrapper .athlete-form .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-weight: bold;
  font-size: 1.3em;
  opacity: 1;
}
/*--------------------------------------------------------------
3.0 - Header
--------------------------------------------------------------*/
header a.logo {
  z-index: 10;
  outline: none;
  display: block;
  position: relative;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-image: url(../img/wrestling-canada-lutte-logo.png);
}
header#site-header {
  background: #fff;
  padding: 10px 0 0 0;
}
header#site-header .utilities {
  z-index: 10;
  position: relative;
}
header#site-header .navbar-default {
  z-index: 5;
  position: relative;
}
header#site-header .navbar-default .primary-nav > li > ul {
  width: 250px;
}
header#site-header .navbar-default .primary-nav > li > ul > li > a {
  white-space: normal;
}
header#site-header .navbar-default .primary-nav > li:last-child > ul {
  margin-left: -176px;
}
header#site-header.affix {
  width: 100%;
  z-index: 2001;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
header#site-header.affix a.logo {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
header#site-header.affix .utilities {
  display: none;
}
header#site-header.affix .navbar-default .primary-nav {
  margin-top: 0;
}
header#site-header.affix .navbar-default .primary-nav > li > a {
  padding: 15px 10px 10px 10px;
}
/*--------------------------------------------------------------
4.0 - Navigation
--------------------------------------------------------------*/
/* Primary Navigation */
.navbar {
  margin-bottom: 0;
}
.navbar-collapse.in {
  max-height: none;
}
.navbar-toggle {
  border: none;
  margin-right: 0;
}
.navbar-default {
  border: none;
  background: none;
}
.navbar-default .navbar-toggle .icon-bar {
  height: 3px;
  width: 25px;
  background: #666;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
  margin: 0 -20px;
  padding: 0 30px;
}
.navbar-default .primary-nav {
  margin-top: 15px;
}
.navbar-default .primary-nav .open > a,
.navbar-default .primary-nav .open > a:hover,
.navbar-default .primary-nav .open a:focus {
  color: #fff;
  background-color: #c7142a;
}
.navbar-default .primary-nav > li > a {
  color: #333;
  font-size: 12px;
  border-radius: 0;
  padding: 10px 10px 30px 10px;
}
.navbar-default .primary-nav > li > a.active,
.navbar-default .primary-nav > li > a:hover,
.navbar-default .primary-nav > li > a:focus {
  color: #c7142a;
  background: none;
}
.navbar-default .primary-nav > li.active > a,
.navbar-default .primary-nav > li.active > a:hover {
  color: #c7142a;
  background: none;
}
.navbar-default .primary-nav > li.active > a:focus {
  color: #fff;
  background-color: #c7142a;
}
.navbar-default .mobile.navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.navbar-default .mobile.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .mobile.navbar-nav .open .dropdown-menu > li > a:focus {
  color: #ff5000;
}
.navbar-default .mobile.navbar-nav > li > a {
  color: #fff;
  border-bottom: 1px solid #333;
  background-color: #252525 !important;
}
.navbar-default .mobile.navbar-nav > li > a:hover {
  color: #ff5000;
}
.navbar-default .mobile.navbar-nav > .active > a,
.navbar-default .mobile.navbar-nav > .active > a:focus {
  color: #666;
}
.navbar-default .mobile.navbar-nav > .open > a,
.navbar-default .mobile.navbar-nav > .open > a:focus {
  color: #fff;
}
.mobile.navbar-nav .dropdown-menu li.open > a > i:before {
  content: "\f106";
}
.mobile.navbar-nav .dropdown-menu > li > a {
  font-weight: normal;
}
.mobile.navbar-nav .dropdown-menu > li > ul > li > a {
  color: #fff;
}
.mobile.navbar-nav .dropdown-menu > li > ul > li > a:hover {
  color: #ff5000;
}
a.mobile-language-switch {
  color: #666;
  padding: 3px;
  margin: 16px 0;
  font-size: x-small;
  text-decoration: none;
  border: 1px #ccc solid;
}
a.mobile-language-switch abbr[title] {
  border: none;
  cursor: pointer;
}
.mobile-search-form {
  margin: 23px 0;
}
.mobile-search-form .input-group input {
  color: #ccc;
  height: 30px;
  border: none;
  font-size: 14px;
  padding: 6px 12px;
  font-style: italic;
  background-image: none;
  line-height: 1.42857143;
  background-color: #4d4d4d;
}
.mobile-search-form .btn-search {
  border: none;
  color: #565656;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 0;
  padding: 5px 10px;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  background-color: #333;
  line-height: 1.42857143;
  -webkit-user-select: none;
}
/* Dropdown Menu */
.dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0;
  border-top: 7px solid #c7142a;
}
.dropdown-menu > li > a {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 20px 3px 10px;
}
.dropdown-menu > li > a.active,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ff5000;
  background: none;
}
.dropdown-menu > li > ul {
  margin-bottom: 3px;
  list-style-type: none;
}
.dropdown-menu > li > ul > li > a {
  color: #333;
  font-weight: 400;
}
.dropdown-menu > li > ul > li > a:hover,
.dropdown-menu > li > ul > li > a:focus {
  color: #ff5000;
  text-decoration: none;
}
/* Search Form */
.search-form {
  width: 83%;
}
.search-form input.form-control {
  font-style: italic;
  background-color: #ededed;
}
/* Language Switch */
a.language-switch {
  color: #666;
}
a.language-switch abbr[title] {
  border: none;
  cursor: pointer;
}
/*--------------------------------------------------------------
5.0 - Jumbotron
--------------------------------------------------------------*/
.jumbotron {
  padding: 0;
  margin-bottom: 0;
}
/* Home Jumbotron */
.home-jumbotron {
  background-size: cover;
  background: url(../img/jumbotron-banner-tablet.jpg) no-repeat center center;
}
.home-jumbotron h1 {
  color: #fff;
  padding: 20px;
  font-size: 24px;
  margin: 0 -15px 0 0;
  background: #c7142a;
}
.home-jumbotron span.tagline {
  right: 20px;
  bottom: 40px;
  display: block;
  position: absolute;
  text-indent: -9999px;
  width: 200px;
  height: 28px;
  background-size: 200px 28px;
  background-image: url(../img/jumbotron-tagline.png);
}
.home-jumbotron a.read-more {
  height: 60px;
  padding: 20px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}
.home-jumbotron .row {
  margin: 0 0 0 -15px;
}
.home-jumbotron .container {
  height: 300px;
  position: relative;
}
.home-jumbotron .caption {
  left: 0;
  bottom: -150px;
  position: absolute;
}
/* Page Jumbotron */
.page-jumbotron {
  background-size: cover !important;
  background: url(../img/jumbotron-page-banner-mobile.jpg) no-repeat left center;
}
.page-jumbotron span.tagline {
  right: 20px;
  bottom: 30px;
  display: block;
  position: absolute;
  text-indent: -9999px;
  width: 200px;
  height: 28px;
  background-size: 200px 28px;
  background-image: url(../img/jumbotron-tagline.png);
}
.page-jumbotron span.title {
  color: #fff;
  display: block;
  font-size: 24px;
  padding: 20px 45px;
  margin: 0 -15px 0 0;
  background: #c7142a;
}
.page-jumbotron .row {
  margin: 0 0 0 -15px;
}
.page-jumbotron .container {
  height: 230px;
  position: relative;
}
.page-jumbotron .caption {
  left: 0;
  width: 100%;
  bottom: -60px;
  position: absolute;
}
/*--------------------------------------------------------------
6.0 - Featurettes
--------------------------------------------------------------*/
.featurettes {
  padding: 155px 0 30px;
}
.featurettes a {
  color: #fff;
}
.featurettes a:hover {
  color: #ff5000;
  text-decoration: none;
}
.featurettes h2 {
  margin-top: 0;
}
.featurette {
  display: block;
  margin-top: 30px;
}
/*--------------------------------------------------------------
7.0 - Content
--------------------------------------------------------------*/
/* Home Content*/
.home-content {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
/* News Content*/
.news-content {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
/* Single News Content */
.single-news-content {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
.single-news-content .story .date {
  line-height: 28px;
  margin-right: 20px;
  margin-bottom: 15px;
}
/* Archives Content */
.archives-content {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
.archives-content h2.archive-title {
  color: #fff;
  line-height: 1;
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 15px 20px;
  background: #262626;
}
/* Page Inner Content */
.page-wrapper {
  padding-top: 50px;
  margin-bottom: 20px;
}
.page-wrapper.events-results-page {
  min-height: 750px;
}
.page-content {
  padding: 20px;
  display: block;
  margin-top: 30px;
  background: #fff;
  margin-bottom: 30px;
}
.page-content h1.page-title {
  margin-top: 0;
}
.page-content a {
  font-weight: inherit;
}
/* Event Results */
.info-results button.btn-default {
  color: #fff;
  border: none;
  background: #333;
}
.info-results .btn-default {
  color: #fff;
  border: none;
  font-weight: 400;
  background: #0099ff;
}
.info-results .disabled {
  color: #fff;
  background: #ccc;
  opacity: 1 !important;
}
.info-results .dropdown-menu {
  right: 0;
  left: auto;
  border: none;
  width: 315px;
  background: #333;
  padding: 10px 7px;
}
.info-results .dropdown-menu > li {
  width: 33%;
  float: left;
  display: block;
}
.info-results .dropdown-menu > li > a:hover,
.info-results .dropdown-menu > li > a:focus {
  color: #fff;
  background: #0082d8;
}
.info-results .dropdown-toggle {
  color: #fff !important;
  background: #333 !important;
}
.domestic {
  background: #eaf7ff;
}
.table-hover > tbody > tr.domestic:hover > td,
.table-hover > tbody > tr.domestic:hover > th {
  background-color: #def2ff;
}
/* Team Archive */
.team-archive-search-form {
  margin-bottom: 11px;
}
.team-archive-search-form input.form-control {
  font-style: normal;
}
.form-selector {
  margin-bottom: 20px;
}
.form-selector .bootstrap-select {
  margin-bottom: 12px;
}
.form-selector .btn {
  color: #fff;
  padding: 8px 12px;
  background: #525252;
}
.form-selector .dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0;
}
.form-selector .dropdown-menu > li > a {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 20px 3px 12px;
}
.form-selector .dropdown-menu > li > a:hover,
.form-selector .dropdown-menu > li > a:focus {
  color: #ff5000;
  background: none;
}
.form-selector .dropdown-menu > li > ul {
  margin-bottom: 3px;
}
.form-selector .dropdown-menu > li > ul > li > a {
  color: #333;
  font-weight: 400;
}
.form-selector .dropdown-menu > li > ul > li > a:hover,
.form-selector .dropdown-menu > li > ul > li > a:focus {
  color: #ff5000;
  text-decoration: none;
}
/* 404 Error */
.error-404 {
  min-height: 700px;
  background: url(../img/404-error-banner.jpg) center bottom no-repeat #000;
}
.error-404 h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  margin-top: 170px;
  text-transform: uppercase;
}
.error-404 p {
  color: #fff;
  font-size: 30px;
}
.page-inner-content-wrapper {
  min-height: 630px;
}
/*--------------------------------------------------------------
8.0 - Stories
--------------------------------------------------------------*/
article.story {
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
article.story h1.story-title {
  margin: 0;
  font-weight: 500;
  padding: 20px 20px;
}
article.story h2 {
  margin-top: 15px;
}
article.story h2 a {
  color: #000;
}
article.story h2 a:hover {
  color: #ff5000;
}
article.story span.story-banner {
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  position: absolute;
  background: #c7142a;
  padding: 10px 50px 10px 20px;
}
article.story p.excerpt {
  line-height: 20px;
  margin-bottom: 15px;
  word-wrap: break-word;
}
article.story a.author {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
article.story a.author:hover {
  color: #ff5000;
}
article.story a.read-more {
  padding: 0;
  color: #fff;
  width: 45px;
  height: 45px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ff5000;
}
article.story a.read-more:hover {
  background: #c63e00;
}
article.story .story-content {
  padding: 20px;
  border-top: 5px solid #c7142a;
}
article.story .story-content img {
  height: auto;
  max-width: 100%;
}
article.story .related-stories {
  padding: 20px;
  border-top: 1px solid #eee;
}
article.story .related-stories h3 {
  margin-top: 0;
  color: #c7142a;
  font-size: 18px;
  font-weight: 500;
}
article.story .related-stories span.date {
  display: block;
  margin-bottom: 5px;
}
article.story .related-stories a {
  color: #000;
}
article.story .related-stories a:hover {
  color: #ff5000;
}
article.story .related-stories .related-story {
  margin-bottom: 10px;
}
article.story .date {
  color: #999;
  font-size: 12px;
}
article.story .author img.gravatar {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: inline-block;
}
article.story .author span.name {
  margin-left: 5px;
  display: inline-block;
}
article.story .meta {
  margin-top: 30px;
}
article.story .meta ul > li > a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
article.story .meta ul > li > a:hover {
  color: #ff5000;
}
article.story .meta .list-inline > li {
  padding-right: 0;
}
/*--------------------------------------------------------------
9.0 - Widgets
--------------------------------------------------------------*/
.widget {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}
.widget h2 {
  margin-top: 0;
}
.widget p {
  line-height: 20px;
}
/* Newest Stories */
.widget-newest-stories {
  padding: 0;
}
.widget-newest-stories h2 {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  background: #292929;
}
.widget-newest-stories ul.newest-stories > li {
  padding: 0;
}
.widget-newest-stories ul.newest-stories > li a {
  margin: 0;
  color: #000;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}
.widget-newest-stories ul.newest-stories > li a:hover {
  color: #ff5000;
  background: #f5f5f5;
}
.widget-newest-stories ul.newest-stories > li span.date {
  color: #999;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.widget-newest-stories ul.newest-stories > li span.title {
  font-size: 18px;
  font-weight: 500;
}
/* Page Navigation */
.widget-page-navigation {
  background: #252525;
}
.widget-page-nav li.active a {
  color: #666;
}
.widget-page-nav li.active a:hover {
  color: #666;
}
.widget-page-nav > li > a {
  clear: both;
  color: #fff;
  padding-left: 0;
  font-weight: 500;
  border-top: 1px solid #333;
}
.widget-page-nav > li > a > span {
  float: left;
  width: 200px;
  display: block;
}
.widget-page-nav > li > a > i {
  float: right;
}
.widget-page-nav > li > a:hover,
.widget-page-nav > li > a:focus {
  color: #ff5000;
  background: none;
}
.widget-page-nav > li > ul {
  padding-left: 0;
  padding-bottom: 5px;
}
.widget-page-nav > li > ul > li {
  list-style-type: none;
}
.widget-page-nav > li > ul > li > a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  padding-left: 20px;
  padding-bottom: 5px;
}
.widget-page-nav > li > ul > li > a:hover,
.widget-page-nav > li > ul > li > a:focus {
  color: #ff5000;
}
.widget-page-nav > li:first-child > a {
  border-top: none;
}
.widget-page-nav .open .dropdown-menu {
  border: 0;
  float: none;
  width: auto;
  margin-top: 0;
  position: static;
  box-shadow: none;
  background-color: transparent;
}
.widget-page-nav.nav li.open > a > i:before {
  content: "\f106";
}
.widget-page-nav.nav .open > a {
  border-color: #333;
  background: transparent;
}
.widget-page-nav.nav .open > ul > li > a {
  white-space: normal;
}
/* Social Media */
.widget-social-media {
  padding: 0;
  background: none;
}
.widget-social-media .social-links > li {
  clear: both;
}
.widget-social-media .social-links > li a {
  height: 60px;
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.widget-social-media .social-links > li a i {
  color: #fff;
  float: left;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 65px;
  text-align: center;
}
.widget-social-media .social-links > li a span {
  color: #fff;
  float: left;
  width: 150px;
  padding: 10px 0;
  font-weight: 500;
  margin-left: 10px;
}
.widget-social-media .social-links > li.facebook a {
  background: #365b9c;
}
.widget-social-media .social-links > li.facebook a i {
  background: #2a4988;
}
.widget-social-media .social-links > li.facebook a:hover {
  background: #264c99;
}
.widget-social-media .social-links > li.twitter a {
  background: #0e89c8;
}
.widget-social-media .social-links > li.twitter a i {
  background: #006dbb;
}
.widget-social-media .social-links > li.twitter a:hover {
  background: #007bd2;
}
.widget-social-media .social-links > li.linkedin a {
  background: #116ca1;
}
.widget-social-media .social-links > li.linkedin a i {
  background: #094e84;
}
.widget-social-media .social-links > li.linkedin a:hover {
  background: #065ca0;
}
.widget-social-media .social-links > li.instagram a {
  background: #5280A3;
}
.widget-social-media .social-links > li.instagram a i {
  background: #135688;
}
.widget-social-media .social-links > li.instagram a:hover {
  background: #135688;
}
/* Newsletter */
.widget-newsletter {
  color: #fff;
  background: #262626;
}
.widget-newsletter h2 {
  color: #fff;
}
.widget-newsletter input {
  width: 100% !important;
}
.widget-newsletter .form-control {
  font-size: 15px;
}
.widget-newsletter .btn {
  padding: 20px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}
.widget-newsletter .gform_wrapper {
  margin: unset;
  max-width: 100%;
}
.widget-newsletter .gform_wrapper form .gform_heading {
  margin-bottom: 10px;
}
.widget-newsletter .gform_wrapper form .gform_body > ul > li .ginput_container input {
  border-radius: 0px;
}
.widget-newsletter .gform_wrapper form .gform_body input {
  padding: 6px 12px !important;
  text-indent: unset !important;
}
.widget-newsletter .gform_wrapper form .gform_footer {
  padding: unset;
}
.widget-newsletter .gform_wrapper form .gform_footer input {
  width: 100%;
  border: none;
  padding: 20px;
  line-height: 1;
  display: block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px;
  background: #FF5000;
}
.widget-newsletter .gform_wrapper form .gform_footer input:hover,
.widget-newsletter .gform_wrapper form .gform_footer input:focus,
.widget-newsletter .gform_wrapper form .gform_footer input:active {
  background: #C63E00;
}
.widget-newsletter.widget-newsletter-horizontal {
  background: none;
}
.widget-newsletter.widget-newsletter-horizontal > div {
  background: #262626;
}
/* Categories + Tags */
.widget-categories-tags {
  padding: 0;
  background: #292929;
}
.widget-categories-tags .nav-tabs {
  border: none;
  background: #666;
}
.widget-categories-tags .nav-tabs > li {
  width: 40%;
}
.widget-categories-tags .nav-tabs > li > a {
  margin: 0;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0;
  padding: 10px 20px;
}
.widget-categories-tags .nav-tabs > li > a:hover {
  background: #444;
}
.widget-categories-tags .nav-tabs > li.active > a,
.widget-categories-tags .nav-tabs > li.active > a:hover,
.widget-categories-tags .nav-tabs > li.active > a:focus {
  color: #fff;
  border: none;
  background: #292929;
}
.widget-categories-tags .nav-tabs > li:last-child {
  width: 60%;
}
.widget-categories-tags .tab-content {
  padding: 10px 20px;
}
.widget-categories-tags .tab-content .nav > li > a {
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #333;
}
.widget-categories-tags .tab-content .nav > li > a:hover,
.widget-categories-tags .tab-content .nav > li > a:focus {
  color: #ff5000;
  background: none;
}
.widget-categories-tags .tab-content .nav > li:first-child > a {
  border-top: none;
}
.widget-categories-tags .badge {
  color: #888;
  font-size: 11px;
  border-radius: 0;
  font-weight: 400;
  background: #080808;
}
/* Donate */
.widget-donate {
  color: #fff;
  position: relative;
  background: #c7142a;
  padding-bottom: 45px;
}
.widget-donate h2 {
  color: #fff;
}
.widget-donate a.read-more {
  right: 0;
  bottom: 0;
  padding: 0;
  color: #fff;
  width: 45px;
  height: 45px;
  display: block;
  background: #000;
  font-weight: 500;
  line-height: 50px;
  position: absolute;
  text-align: center;
}
.widget-donate a.read-more:hover {
  background: #333;
}
/* Countdown */
.widget-countdown,
.widget_wcl_countdown_widget {
  padding: 0;
  color: #fff;
  width: 270px;
  height: 426px;
  display: block;
  position: relative;
  text-align: center;
  background-size: 270px 426px;
  background-image: url(../img/countdown-sidebar.png);
}
.days-count,
.days,
.hours-count,
.hours,
.minutes-count,
.minutes {
  width: 70px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-shadow: 0px 1px 0px #000000;
}
.days-count,
.days {
  left: 20px;
}
.hours-count,
.hours {
  left: 99px;
}
.minutes-count,
.minutes {
  left: 178px;
}
.days-count,
.hours-count,
.minutes-count {
  top: 184px;
  color: #eee;
  font-size: 18px;
}
.days,
.hours,
.minutes {
  top: 218px;
  color: #bbb;
  font-size: 11px;
  text-transform: uppercase;
}
/* Twitter */
.widget-twitter .widgettitle {
  display: none;
}
.widget-twitter .latest-tweets .title {
  padding: 20px;
  background: #0e89c8;
  margin: -20px -20px 0 -20px;
}
.widget-twitter .latest-tweets .title h2 {
  margin: 0;
  color: #fff;
}
.widget-twitter .latest-tweets .title a {
  color: #fff;
  font-weight: 400;
}
.widget-twitter .latest-tweets .title a:hover {
  text-decoration: underline;
}
.widget-twitter .latest-tweets > ul {
  padding-left: 0;
  list-style: none;
  margin: 20px 0 0 0;
}
.widget-twitter .latest-tweets > ul > li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.widget-twitter .latest-tweets > ul > li p {
  font-size: 13px;
}
.widget-twitter .latest-tweets > ul > li p a {
  color: #0e89c8;
  font-weight: 500;
}
.widget-twitter .latest-tweets > ul > li p a:hover {
  text-decoration: underline;
}
.widget-twitter .latest-tweets > ul > li p.tweet-pic {
  color: #333;
  font-size: 15px;
  line-height: 24px;
}
.widget-twitter .latest-tweets > ul > li p.tweet-pic img {
  margin-right: 10px;
}
.widget-twitter .latest-tweets > ul > li p.tweet-text {
  margin-bottom: 5px;
}
.widget-twitter .latest-tweets > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.widget-twitter .latest-tweets > ul > li:last-child p.tweet-details {
  margin-bottom: 0;
}
/* Overrides */
.widget-margin-top {
  margin-top: 30px !important;
}
/*--------------------------------------------------------------
10.0 - Footer
--------------------------------------------------------------*/
#site-footer {
  padding-bottom: 50px;
}
#site-footer a {
  color: #fff;
  font-weight: 400;
}
#site-footer a.scroll-top {
  color: #fff;
  width: 60px;
  height: 80px;
  line-height: 20px;
  padding-top: 10px;
  text-align: center;
  background: #c7142a;
  text-decoration: none;
}
#site-footer a.scroll-top span {
  display: block;
  font-size: 12px;
}
#site-footer a.scroll-top:hover {
  background: #ad1427;
}
#site-footer a:hover {
  text-decoration: underline;
}
/* Social Links */
footer .social-links {
  margin: 0 0 20px 0;
}
footer .social-links > li {
  margin: 0;
  padding: 0;
  float: left;
}
footer .social-links > li a {
  color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 75px;
  text-align: center;
}
footer .social-links > li.facebook a {
  background: #2a4988;
}
footer .social-links > li.facebook a:hover {
  background: #264c99;
}
footer .social-links > li.twitter a {
  background: #006dbb;
}
footer .social-links > li.twitter a:hover {
  background: #007bd2;
}
footer .social-links > li.linkedin a {
  background: #094e84;
}
footer .social-links > li.linkedin a:hover {
  background: #065ca0;
}
footer .social-links > li.instagram a {
  background: #135688;
}
footer .social-links > li.instagram a:hover {
  background: #5280A3;
}
/* Nav Sitemap */
.nav-sitemap > li + li:before {
  content: " | ";
  padding-right: 7px;
}
/*--------------------------------------------------------------
11.0 - Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}
.gform_wrapper li {
  margin-bottom: 15px;
}
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper form .gform_body > ul > li .gfield_label {
  display: none;
}
.gform_wrapper .gfield_required {
  color: #b94a48;
  padding-left: 1px;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  color: #b94a48;
  border-color: #eed3d7;
  background-color: #f2dede;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  outline: 0;
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  color: #555;
  width: 100%;
  height: 34px;
  display: block;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 1.428571429;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ginput_container input:-moz-placeholder,
.ginput_container select:-moz-placeholder,
.ginput_container textarea:-moz-placeholder,
.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder,
.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder,
.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  outline: 0;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
.ginput_container textarea {
  height: auto;
}
textarea.ginput_container input,
textarea.ginput_container select,
textarea.ginput_container textarea {
  height: auto;
}
.gform_button {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  padding: 6px 12px;
  user-select: none;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  -o-user-select: none;
  border-color: #357ebd;
  display: inline-block;
  -ms-user-select: none;
  vertical-align: middle;
  -moz-user-select: none;
  line-height: 1.428571429;
  -webkit-user-select: none;
  background-color: #428bca;
  border: 1px solid transparent;
}
.gform_button:focus {
  outline-offset: -2px;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
}
.gform_button:hover,
.gform_button:focus {
  color: #333;
  text-decoration: none;
}
.gform_button.active,
.gform_button:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gform_button.disabled,
.gform_button[disabled] {
  opacity: .65;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  filter: alpha(opacity=65);
}
.gform_button:hover,
.gform_button:focus,
.gform_button:active,
.gform_button.active {
  color: #fff;
  border-color: #285e8e;
  background-color: #3276b1;
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button,
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled:active,
.gform_button[disabled]:active,
fieldset[disabled] .gform_button:active,
.gform_button.disabled.active,
.gform_button[disabled].active,
fieldset[disabled] .gform_button.active {
  border-color: #357ebd;
  background-color: #428bca;
}
.validation_error {
  padding: 15px;
  color: #b94a48;
  border-radius: 4px;
  margin-bottom: 20px;
  border-color: #eed3d7;
  background-color: #f2dede;
  border: 1px solid transparent;
}
.validation_error h4 {
  margin-top: 0;
  color: inherit;
}
.validation_error > p + p {
  margin-top: 5px;
}
.validation_error > p,
.validation_error > ul {
  margin-bottom: 0;
}
.validation_error hr {
  border-top-color: #e6c1c7;
}
.validation_error .alert-link {
  color: #953b39;
  font-weight: bold;
}
#gforms_confirmation_message {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}
#gforms_confirmation_message > p + p {
  margin-top: 5px;
}
#gforms_confirmation_message .alert-link {
  font-weight: bold;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
#events-results-container .table-responsive table > tbody > tr > td:nth-child(1),
#events-results-container .table-responsive table > tbody > tr > td:nth-child(5),
#events-results-container .table-responsive table > tbody > tr > td:nth-child(7) {
  width: 5%;
}
#events-results-container .table-responsive table > tbody > tr > td:nth-child(2) {
  width: 20%;
}
#events-results-container .table-responsive table > tbody > tr > td:nth-child(3) {
  width: 25%;
}
#events-results-container .table-responsive table > tbody > tr > td:nth-child(4) {
  width: 15%;
}
#events-results-container .table-responsive table > tbody > tr > td:nth-child(6) {
  width: 25%;
}
#events-results-container .table-responsive:last-child table {
  margin-bottom: 0;
}
.overlay-wrapper {
  z-index: 9500;
  display: none;
  max-width: 1170px;
  position: absolute;
}
.overlay-wrapper .ajax-loader-big {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url('../img/ajax-loader-fb-big.gif');
}
.overlay-wrapper .loading-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #d1d1d1;
}
.overlay-wrapper .overlay-ajax-loader {
  position: absolute;
}
.athlete-form .ginput_container input[type='checkbox'],
.athlete-form .ginput_container input[type='radio'] {
  height: 13px;
  margin-top: 4px !important;
  margin-left: 1px !important;
}
.athlete-form .ginput_container input[type='file'] {
  background-color: unset;
  border: unset;
  box-shadow: unset;
  color: unset;
  height: unset;
  line-height: unset;
  padding: unset;
}
.athlete-form .ginput_container li[class^='gchoice'] {
  display: inline;
  float: left;
  margin-right: 40px;
}
.athlete-form input[type='button'] {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.athlete-form .gform_next_button {
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
}
.athlete-form .gform_previous_button {
  background-color: #fff;
  border-color: #ccc !important;
  color: #333;
  margin-bottom: 0 !important;
}
.athlete-form .gfield_description {
  padding: 0 !important;
  margin: 0 !important;
}
.athlete-form .top_label .gfield_label {
  margin: 0.625em 0 0 !important;
}
.athlete-form span > label {
  font-weight: normal;
}
.athlete-form div.validation_error {
  border-radius: unset;
  padding: 1em !important;
}
.athlete-form .gfield_error {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.athlete-form table.gfield_list input {
  display: inline-block !important;
}
.athlete-form .gform_body .gsection {
  border-bottom: 1px dotted #ccc;
  padding: 0 !important;
  margin: 1em 0;
}
.athlete-form .gform_body .gfield:after {
  content: " ";
  clear: both;
  display: block;
}
.page-id-2764 .widget-newsletter,
.page-id-3144 .widget-newsletter {
  display: none;
}
.ui-datepicker-month,
.ui-datepicker-year {
  color: #666666;
}
