@import url(https://fonts.googleapis.com/css?family=Judson:400,700|Oswald:400,700,300|Open+Sans:400italic,600italic,400,600,700,800|Lato:400,700,900,400italic);
/* BASE */
.mainForm .rowElem, .mainForm .head, table.records.responsive tr td:last-child, table.records.responsive tr td.only-responsive, table.golf-data.responsive tr td:last-child, .fix {
  clear: both;
  *zoom: 1;
}
.mainForm .rowElem:before, .mainForm .head:before, table.records.responsive tr td:last-child:before, table.records.responsive tr td.only-responsive:before, table.golf-data.responsive tr td:last-child:before, .fix:before, .mainForm .rowElem:after, .mainForm .head:after, table.records.responsive tr td:last-child:after, table.records.responsive tr td.only-responsive:after, table.golf-data.responsive tr td:last-child:after, .fix:after {
  content: " ";
  display: table;
}
.mainForm .rowElem:after, .mainForm .head:after, table.records.responsive tr td:last-child:after, table.records.responsive tr td.only-responsive:after, table.golf-data.responsive tr td:last-child:after, .fix:after {
  clear: both;
}

.page-row.vert-align {
  align-items: center;
}

.page-row {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0 12px;
  /*Four Columns*/
}
.page-row .divide {
  border-top: 1px solid #a1d701;
  margin: 10px 0;
  clear: both;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.page-row .row-one-column {
  flex-basis: 100%;
}
.page-row .row-one-column img {
  max-width: 100% !important;
  height: auto !important;
}
.page-row .row-left-column,
.page-row .row-right-column {
  flex-basis: 50%;
}
.page-row .row-left-column img,
.page-row .row-right-column img {
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 600px) {
  .page-row .row-left-column,
.page-row .row-right-column {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.page-row .row-right-column {
  margin-right: 0;
}
.page-row .row-two-thirds-column {
  flex-basis: 66%;
}
.page-row .row-two-thirds-column img {
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 600px) {
  .page-row .row-two-thirds-column {
    flex-basis: 100%;
  }
}
.page-row .row-first-third-column,
.page-row .row-second-third-column,
.page-row .row-last-third-column {
  flex-basis: 33%;
}
@media (max-width: 600px) {
  .page-row .row-first-third-column,
.page-row .row-second-third-column,
.page-row .row-last-third-column {
    flex-basis: 100%;
    margin: 0 0 12px;
  }
}
.page-row .row-first-third-column img,
.page-row .row-second-third-column img,
.page-row .row-last-third-column img {
  max-width: 100% !important;
  height: auto !important;
}
.page-row .row-last-third-column {
  margin-right: 0;
}
.page-row .row-first-fourth-column,
.page-row .row-second-fourth-column,
.page-row .row-third-fourth-column,
.page-row .row-last-fourth-column {
  flex-basis: 24.5%;
}
@media (max-width: 900px) {
  .page-row .row-first-fourth-column,
.page-row .row-second-fourth-column,
.page-row .row-third-fourth-column,
.page-row .row-last-fourth-column {
    flex-basis: 47%;
    margin: 0 0 12px;
  }
}
@media (max-width: 600px) {
  .page-row .row-first-fourth-column,
.page-row .row-second-fourth-column,
.page-row .row-third-fourth-column,
.page-row .row-last-fourth-column {
    flex-basis: 100%;
    margin: 0 0 12px;
  }
}
.page-row .row-first-fourth-column img,
.page-row .row-second-fourth-column img,
.page-row .row-third-fourth-column img,
.page-row .row-last-fourth-column img {
  max-width: 100% !important;
  height: auto !important;
}
@media (max-width: 900px) {
  .page-row .row-third-fourth-column {
    margin-right: 0;
  }
}
.page-row .row-last-fourth-column {
  margin-right: 0;
}
.page-row .column-content.padding-right {
  padding-right: 40px;
}
@media (max-width: 600px) {
  .page-row .column-content.padding-right {
    padding-right: 0;
  }
}
.page-row .column-content {
  overflow: hidden;
}

.page-row.excerpts,
.page-row.first {
  margin: 0 0 40px;
}

.column-cell.cell-ani {
  opacity: 0;
}

.column-cell.cell-ani.visible {
  transform: translateY(0);
  animation: none;
  opacity: 1;
}

.column-cell.fadeInLeft.animate {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  /* Chrome, Safari, Opera */
  animation: fadeInLeft 1000ms ease-in-out;
  opacity: 1;
}

.column-cell.fadeInRight.animate {
  -webkit-animation: fadeInRight 500ms ease-in-out;
  /* Chrome, Safari, Opera */
  animation: fadeInRight 1000ms ease-in-out;
  opacity: 1;
}

.column-cell.fadeInUp.animate {
  -webkit-animation: fadeInUp 500ms ease-in-out;
  /* Chrome, Safari, Opera */
  animation: fadeInUp 1000ms ease-in-out;
  opacity: 1;
}

.column-cell.fadeInDown.animate {
  -webkit-animation: fadeInDown 500ms ease-in-out;
  /* Chrome, Safari, Opera */
  animation: fadeInDown 1000ms ease-in-out;
  opacity: 1;
}

.grey-border {
  border: 1px solid #505050;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

p.p-mid-size {
  max-width: 600px;
  margin: 0 auto 10px;
}

.divide {
  border-top: 1px solid #a1d701;
  margin: 10px 0;
  clear: both;
  padding: 0;
  height: 0;
  overflow: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #2f2f2f;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-weight: 400;
  line-height: 18px;
  background: #253300;
}

h2 {
  font-size: 18px;
  font-weight: 700;
  color: #840000;
  padding: 0 0 10px;
  line-height: 24px;
}

h2.green {
  color: #476100;
}

.horz-grey-line {
  height: 0;
  width: 100%;
  overflow: hidden;
  margin: 24px 0;
  padding: 0;
  border-bottom: 1px solid #c8dab4;
}

.fancybox-slide--iframe .fancybox-content {
  width: 600px;
  height: 600px;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
  padding: 12px;
}

.fancybox-slide--iframe.profile-confirm .fancybox-content {
  width: 600px;
  height: 500px;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
  padding: 12px;
}
@media (max-width: 600px) {
  .fancybox-slide--iframe.profile-confirm .fancybox-content {
    height: 700px;
    max-width: 98%;
    max-height: 98%;
  }
}

.event_page_info tr td {
  padding: 4px;
}

.extra-button {
  position: absolute;
  top: 8px;
  right: 12px;
}
@media (max-width: 600px) {
  .extra-button {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 12px 12px;
  }
}

input[type=text].player_name {
  width: 220px;
}

select.select_tee_id {
  width: 90px;
}

.copy-indent {
  padding: 0 0 0 14px;
}

.grey_title {
  color: #969696;
}

.highlight_red {
  color: #cc0000;
}

span.error {
  color: #ae031e;
}

span.error.registered {
  display: none;
}

.red {
  color: #ae031e;
  font-weight: 700;
}

.red-note {
  color: #ae031e;
  font-style: italic;
}

.red-bold {
  color: #ae031e;
  font-weight: bold;
}

.ltm {
  color: #ae031e;
  font-weight: 700;
  font-size: 11px;
  line-height: 8px;
}

.black {
  color: #000000;
}

strong {
  font-weight: 800;
}

img {
  display: block;
}

.clearfix {
  clear: both;
  overflow: auto;
  height: 0;
}

.clear_right {
  clear: right;
  overflow: auto;
  height: 0;
}

.clear_left {
  clear: left;
  overflow: auto;
  height: 0;
}

a, a:visited {
  color: #677600;
  text-decoration: underline;
}

a:hover {
  color: #3a0000;
  text-decoration: underline;
}

p {
  margin: 0 0 12px;
}

pre {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  word-wrap: break-word;
  /* IE 5+ */
  font-size: 13px !important;
  font-family: "Open Sans", sans-serif !important;
}

strong {
  font-weight: 700;
}

.paid {
  color: #05a51f;
  font-weight: bold;
}

a.delete {
  display: block;
  width: 16px;
}

.spacer {
  height: 8px;
  width: 100%;
  clear: both;
  background: #ffffff;
}

#page-outer {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}
@media (max-width: 600px) {
  #page-outer {
    background: #000000;
  }
}

#page-outer.scroll {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.foot-note {
  padding: 12px;
}

.paying_for_hidden {
  visibility: hidden;
}

.top_border {
  border-top: 1px solid #6b9c00;
}

.hidden_bye {
  display: none;
}

@media (max-width: 600px) {
  .hide-mobile {
    display: none;
  }
}

span.show-mobile {
  display: none;
}

span.only-mobile {
  display: none;
}
@media (max-width: 350px) {
  span.only-mobile {
    display: block;
  }
}

.container-width {
  max-width: 1240px;
  margin: 0 auto;
}

.registration .container-width,
.member-list .container-width,
.registrants_partners .container-width,
.registrants_foursome .container-width,
.registrants_single .container-width,
.lottery .container-width,
.event .container-width,
.event.display_results .container-width {
  max-width: 1240px;
}

.registrants_single.merchandise .container-width {
  max-width: 1400px;
}

.handicap-list .container-width {
  max-width: 1920px;
}

.page .container-width {
  max-width: 1200px;
}

.home .container-width,
.edit-profile .container-width,
.bracket .container-width {
  max-width: 1098px;
}

.smaller .container-width,
.login .container-width {
  max-width: 980px;
}

.home.banners .container-width {
  max-width: 1322px;
}

.calendar .container-width,
.bracket.display_results .container-width {
  max-width: 1500px;
}

/*Perfect Scrollbar*/
/* Change the alignment of scrollbars */
/* Recommended: You can just modify the CSS file directly. */
.ps-container .ps-scrollbar-x-rail {
  opacity: 0.6;
  height: 16px;
}

.ps-container .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  height: 10px;
  background-color: #d09500;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #f3ae00;
  height: 11px;
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 16px;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #f3ae00;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #a5a5a5;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #a5a5a5;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

.champs .container-width ul.champs {
  list-style: none;
  padding: 0;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}
.champs .container-width ul.champs li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 1%;
  width: 48%;
  min-width: 162px;
}
.champs .container-width ul.champs li table {
  width: 100%;
}
@media (max-width: 350px) {
  .champs .container-width ul.champs li {
    width: 100%;
  }
}
.champs .container-width ul.champions {
  list-style: none;
  padding: 0;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}
.champs .container-width ul.champions li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 1%;
  width: 47%;
}
.champs .container-width ul.champions li table {
  width: 100%;
}
.champs .container-width ul.champions li table tr td {
  width: 50%;
  vertical-align: top;
}
@media (max-width: 940px) {
  .champs .container-width ul.champions li {
    width: 100%;
  }
}

#mobile-nav {
  display: none;
  background: #000;
}
@media (max-width: 600px) {
  #mobile-nav {
    display: block;
  }
  #mobile-nav .side-banners {
    display: none;
  }
}

.mobile-button {
  display: none;
  float: right;
  width: 100px;
  margin: 24px 6px 0 0;
}
@media (max-width: 600px) {
  .mobile-button {
    display: block;
  }
}
.mobile-button img {
  width: 100%;
  height: auto;
}

#header-container {
  margin: 0;
  padding: 0;
  background: #000000;
  width: 100%;
}
@media (max-width: 600px) {
  #header-container {
    position: absolute;
    z-index: 99999;
    top: 0;
    width: 100%;
    left: -100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
}
#header-container #header {
  width: 100%;
  margin: 0 auto;
  background: url("/assets/images/headers/WGA_Header_Art.png") left 0;
  height: 100px;
}
@media (max-width: 600px) {
  #header-container #header {
    background: #273500;
    height: auto;
  }
}
#header-container #header #header-top {
  padding: 0;
}
#header-container #header #header-top .logo {
  margin-left: 20px;
}
#header-container #header #header-top .logo img {
  max-height: 101px;
}
@media (max-width: 600px) {
  #header-container #header #header-top .logo {
    margin-left: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    height: 101px;
  }
}
@media (max-width: 600px) {
  #header-container #header #header-top .logo img {
    height: 100%;
    width: auto;
  }
}

.view_week {
  padding: 4px;
  text-align: right;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .view_week {
    display: none;
  }
}

#header-small {
  background: #abba8d url(/assets/images/background/strip.png) 0 0 repeat-x;
  display: none;
}
@media (max-width: 600px) {
  #header-small {
    display: block;
  }
}
#header-small #header-top {
  padding: 12px;
}
#header-small .logo {
  cursor: pointer;
}
@media (max-width: 600px) {
  #header-small .logo {
    float: left;
  }
}

@media (max-width: 600px) {
  #header-container.open {
    height: 100%;
    left: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
}
#header-container.open .mobile-button {
  display: none;
}
@media (max-width: 600px) {
  #header-container.open .mobile-button {
    display: none;
  }
}

#nav-container, #member-nav-container {
  background: #476100;
  padding: 2px 0 0 4px;
}
@media (max-width: 600px) {
  #nav-container, #member-nav-container {
    padding: 0;
    background: #000000;
  }
}
#nav-container #navigation, #nav-container #member-navigation, #member-nav-container #navigation, #member-nav-container #member-navigation {
  padding: 0 0 0 4px;
  position: relative;
}
@media (max-width: 600px) {
  #nav-container #navigation, #nav-container #member-navigation, #member-nav-container #navigation, #member-nav-container #member-navigation {
    padding: 0;
  }
}
#nav-container #navigation ul, #nav-container #member-navigation ul, #member-nav-container #navigation ul, #member-nav-container #member-navigation ul {
  list-style: none;
}
#nav-container #navigation ul li, #nav-container #member-navigation ul li, #member-nav-container #navigation ul li, #member-nav-container #member-navigation ul li {
  float: left;
}
@media (max-width: 600px) {
  #nav-container #navigation ul li, #nav-container #member-navigation ul li, #member-nav-container #navigation ul li, #member-nav-container #member-navigation ul li {
    float: none;
  }
}
#nav-container #navigation ul li a, #nav-container #navigation ul li a:visited, #nav-container #member-navigation ul li a, #nav-container #member-navigation ul li a:visited, #member-nav-container #navigation ul li a, #member-nav-container #navigation ul li a:visited, #member-nav-container #member-navigation ul li a, #member-nav-container #member-navigation ul li a:visited {
  float: left;
  padding: 4px 12px;
  background: none;
  font-weight: 700;
  margin: 2px 2px;
  color: #fafff8;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 600px) {
  #nav-container #navigation ul li a, #nav-container #navigation ul li a:visited, #nav-container #member-navigation ul li a, #nav-container #member-navigation ul li a:visited, #member-nav-container #navigation ul li a, #member-nav-container #navigation ul li a:visited, #member-nav-container #member-navigation ul li a, #member-nav-container #member-navigation ul li a:visited {
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 8px 12px;
    display: block;
    font-size: 18px;
    width: auto;
    margin: 1px 0;
    background: #476100;
  }
}
#nav-container #navigation ul li a:hover, #nav-container #member-navigation ul li a:hover, #member-nav-container #navigation ul li a:hover, #member-nav-container #member-navigation ul li a:hover {
  background: #273500;
}
#nav-container #navigation ul li.area-on a, #nav-container #member-navigation ul li.area-on a, #member-nav-container #navigation ul li.area-on a, #member-nav-container #member-navigation ul li.area-on a {
  background: #5c5c5c;
}
#nav-container #navigation .topnav-login, #nav-container #member-navigation .topnav-login, #member-nav-container #navigation .topnav-login, #member-nav-container #member-navigation .topnav-login {
  position: absolute;
  top: -104px;
  right: 0;
  height: 100px;
  padding: 20px 6px 0 20px;
  color: #656565;
  font-weight: bold;
  /*      background: rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 14%, rgba(0, 0, 0, 1) 22%, rgb(0, 0, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 14%, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 14%, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 100%);
        background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 14%, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 14%, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476100', endColorstr='#476100', GradientType=1);*/
}
@media (max-width: 600px) {
  #nav-container #navigation .topnav-login, #nav-container #member-navigation .topnav-login, #member-nav-container #navigation .topnav-login, #member-nav-container #member-navigation .topnav-login {
    background: none;
    right: 12px;
    padding: 2px 0 0 20px;
  }
}
@media (max-width: 600px) {
  #nav-container #navigation .topnav-login ul li, #nav-container #member-navigation .topnav-login ul li, #member-nav-container #navigation .topnav-login ul li, #member-nav-container #member-navigation .topnav-login ul li {
    float: none;
    display: block;
    margin-bottom: 14px;
  }
}
#nav-container #navigation .topnav-login ul li a, #nav-container #navigation .topnav-login ul li a:visited, #nav-container #member-navigation .topnav-login ul li a, #nav-container #member-navigation .topnav-login ul li a:visited, #member-nav-container #navigation .topnav-login ul li a, #member-nav-container #navigation .topnav-login ul li a:visited, #member-nav-container #member-navigation .topnav-login ul li a, #member-nav-container #member-navigation .topnav-login ul li a:visited {
  background: none;
  color: #333333;
  margin: 0;
  border-left: 1px solid #333333;
  padding: 0 8px;
  font-size: 13px;
}
@media (max-width: 600px) {
  #nav-container #navigation .topnav-login ul li a, #nav-container #navigation .topnav-login ul li a:visited, #nav-container #member-navigation .topnav-login ul li a, #nav-container #member-navigation .topnav-login ul li a:visited, #member-nav-container #navigation .topnav-login ul li a, #member-nav-container #navigation .topnav-login ul li a:visited, #member-nav-container #member-navigation .topnav-login ul li a, #member-nav-container #member-navigation .topnav-login ul li a:visited {
    border-left: 0;
    float: none;
    text-align: right;
    display: block;
    font-size: 13px;
    color: #ffffff;
  }
}
#nav-container #navigation .topnav-login ul li a:hover, #nav-container #member-navigation .topnav-login ul li a:hover, #member-nav-container #navigation .topnav-login ul li a:hover, #member-nav-container #member-navigation .topnav-login ul li a:hover {
  background: none;
  color: #333333;
  text-decoration: underline;
}
#nav-container #navigation .topnav-login ul li:first-child a, #nav-container #member-navigation .topnav-login ul li:first-child a, #member-nav-container #navigation .topnav-login ul li:first-child a, #member-nav-container #member-navigation .topnav-login ul li:first-child a {
  border-left: none;
}
#nav-container #navigation .topnav-login ul.social-icons, #nav-container #member-navigation .topnav-login ul.social-icons, #member-nav-container #navigation .topnav-login ul.social-icons, #member-nav-container #member-navigation .topnav-login ul.social-icons {
  float: right;
  margin: 12px;
}
@media (max-width: 600px) {
  #nav-container #navigation .topnav-login ul.social-icons, #nav-container #member-navigation .topnav-login ul.social-icons, #member-nav-container #navigation .topnav-login ul.social-icons, #member-nav-container #member-navigation .topnav-login ul.social-icons {
    display: none;
  }
}
#nav-container #navigation .topnav-login ul.social-icons li a, #nav-container #navigation .topnav-login ul.social-icons li a:visited, #nav-container #member-navigation .topnav-login ul.social-icons li a, #nav-container #member-navigation .topnav-login ul.social-icons li a:visited, #member-nav-container #navigation .topnav-login ul.social-icons li a, #member-nav-container #navigation .topnav-login ul.social-icons li a:visited, #member-nav-container #member-navigation .topnav-login ul.social-icons li a, #member-nav-container #member-navigation .topnav-login ul.social-icons li a:visited {
  display: block;
  width: 32px;
  height: 31px;
  overflow: hidden;
  text-indent: -999px;
  border: none;
  margin-left: 8px;
}
#nav-container #navigation .topnav-login ul.social-icons li a.cart, #nav-container #member-navigation .topnav-login ul.social-icons li a.cart, #member-nav-container #navigation .topnav-login ul.social-icons li a.cart, #member-nav-container #member-navigation .topnav-login ul.social-icons li a.cart {
  margin-right: 18px;
  background: url("/assets/images/social-icons.png") -133px -45px no-repeat;
}
#nav-container #navigation .topnav-login ul.social-icons li a.cart:hover, #nav-container #member-navigation .topnav-login ul.social-icons li a.cart:hover, #member-nav-container #navigation .topnav-login ul.social-icons li a.cart:hover, #member-nav-container #member-navigation .topnav-login ul.social-icons li a.cart:hover {
  background: url("/assets/images/social-icons.png") -133px 0px no-repeat;
}
#nav-container #navigation .topnav-login ul.social-icons li a.facebook, #nav-container #member-navigation .topnav-login ul.social-icons li a.facebook, #member-nav-container #navigation .topnav-login ul.social-icons li a.facebook, #member-nav-container #member-navigation .topnav-login ul.social-icons li a.facebook {
  background: url("/assets/images/social-icons.png") 0 0 no-repeat;
}
#nav-container #navigation .topnav-login ul.social-icons li a.facebook:hover, #nav-container #member-navigation .topnav-login ul.social-icons li a.facebook:hover, #member-nav-container #navigation .topnav-login ul.social-icons li a.facebook:hover, #member-nav-container #member-navigation .topnav-login ul.social-icons li a.facebook:hover {
  background: url("/assets/images/social-icons.png") 0 -45px no-repeat;
}
#nav-container #navigation .topnav-login ul.social-icons li a.twitter, #nav-container #member-navigation .topnav-login ul.social-icons li a.twitter, #member-nav-container #navigation .topnav-login ul.social-icons li a.twitter, #member-nav-container #member-navigation .topnav-login ul.social-icons li a.twitter {
  background: url("/assets/images/social-icons.png") -46px 0 no-repeat;
}
#nav-container #navigation .topnav-login ul.social-icons li a.twitter:hover, #nav-container #member-navigation .topnav-login ul.social-icons li a.twitter:hover, #member-nav-container #navigation .topnav-login ul.social-icons li a.twitter:hover, #member-nav-container #member-navigation .topnav-login ul.social-icons li a.twitter:hover {
  background: url("/assets/images/social-icons.png") -46px -45px no-repeat;
}
#nav-container #navigation .topnav-login ul.social-icons li a.instagram, #nav-container #member-navigation .topnav-login ul.social-icons li a.instagram, #member-nav-container #navigation .topnav-login ul.social-icons li a.instagram, #member-nav-container #member-navigation .topnav-login ul.social-icons li a.instagram {
  background: url("/assets/images/social-icons.png") -92px 0 no-repeat;
}
#nav-container #navigation .topnav-login ul.social-icons li a.instagram:hover, #nav-container #member-navigation .topnav-login ul.social-icons li a.instagram:hover, #member-nav-container #navigation .topnav-login ul.social-icons li a.instagram:hover, #member-nav-container #member-navigation .topnav-login ul.social-icons li a.instagram:hover {
  background: url("/assets/images/social-icons.png") -92px -45px no-repeat;
}

#nav-container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

#member-nav-container {
  background: #000000;
  padding: 2px 4px;
  border-bottom: 2px solid #ffffff;
  border-top: none;
}
@media (max-width: 600px) {
  #member-nav-container {
    background: #ffffff;
    padding: 0;
    border-bottom: none;
  }
}
@media (max-width: 600px) {
  #member-nav-container #member-navigation ul li a, #member-nav-container #member-navigation ul li a:visited {
    background: #000000;
  }
}

.extra-link {
  display: block;
  font-weight: normal;
  font-size: 14px;
  float: right;
  padding: 0 20px 0 0;
}

.black-bar {
  border-top: 2px solid #000000;
  height: 0;
  overflow: hidden;
}

#page-container {
  background: #ffffff;
}
#page-container #page {
  width: 100%;
  min-width: 900px;
  margin: 0 auto;
}

.asterisk {
  color: #CC0000;
  font-weight: bold;
}

.page_title h1 {
  font-size: 20px;
  padding: 8px 0 14px 14px;
  margin: 0;
  color: #116b04;
  letter-spacing: -1px;
  line-height: 26px;
}
.page_title h1 .result_date {
  font-weight: 300;
}
.page_title h1 .grey {
  color: #949494;
}
.page_title h1 .red-title-note {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  font-style: italic;
  color: #cc0000;
}
@media (max-width: 350px) {
  .page_title h1 .red-title-note {
    display: block;
    margin-left: 0;
  }
}

.copy ul, .copy ol {
  margin: 0 0 0 24px;
}
.copy ul li, .copy ol li {
  margin: 0 0 8px;
}
.copy ul li ul, .copy ol li ul {
  margin-top: 12px;
  list-style: square;
}
.copy ul li ul li ul, .copy ol li ul li ul {
  margin-top: 12px;
  list-style: circle;
}
.copy h4 {
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin-bottom: 10px;
  line-height: 24px;
}
.copy img {
  max-width: 100% !important;
  height: auto !important;
}
.copy ul.twilight-header {
  list-style: none;
  margin: 0 0 12px;
}
.copy ul.twilight-header li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.column-left {
  float: left;
  margin: 0 30px 30px 0;
}

.column-right {
  float: left;
}

select#recipients {
  height: 400px;
  width: 200px;
}

.box {
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  padding: 12px;
  background: #f8f8f8;
  margin-bottom: 12px;
}
.box h1 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #620000;
}

.box.faqs-box {
  max-width: 500px;
}

#content #main-content img {
  max-width: 100% !important;
  height: auto !important;
}
#content #main-content .copy {
  font-size: 13px;
}
#content #main-content .copy h2 {
  font-size: 18px;
  font-weight: 700;
  color: #840000;
  padding: 0 0 10px;
  line-height: 24px;
}

.message-logo {
  padding: 4px;
}

.page_nav {
  margin: 0;
  font-size: 16px;
}
.page_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_nav ul li {
  float: left;
  padding: 0;
  margin: 0;
}
.page_nav ul li a, .page_nav ul li a:visited {
  display: block;
  float: left;
  border-left: 1px solid #b3b3b3;
  padding: 0 12px;
  text-decoration: none;
  line-height: 12px;
  margin-bottom: 12px;
}
.page_nav ul li a:hover {
  text-decoration: underline;
}
.page_nav ul li.active a, .page_nav ul li.active a:visited {
  font-weight: bold;
  color: #000;
}
.page_nav ul li.active a:hover {
  text-decoration: none;
}
.page_nav ul li:first-child a {
  border-left: none;
  padding: 0 12px 0 0;
}

.table-div {
  border: 1px solid #bcbcbc;
}
.table-div .table-row {
  float: none;
  clear: both;
}
.table-div .table-row label {
  display: block;
  float: left;
  font-size: 13px;
  padding: 2px 12px 2px 4px;
  vertical-align: top;
  width: 150px;
  color: #717171;
}
.table-div .table-row .table-cell {
  display: block;
  float: left;
  font-size: 13px;
  padding: 2px 12px 2px 4px;
  vertical-align: top;
  color: #000;
}
.table-div .table-row.odd {
  background: #ffffff;
}

#main-container-holder {
  background: #abba8d url(/assets/images/background/strip.png) 0 0 repeat-x;
}

#main-container {
  position: relative;
  background: #fff;
}
#main-container #content {
  padding: 8px 12px 24px;
  margin: 0 0 0 224px;
  overflow: auto;
}
@media (max-width: 900px) {
  #main-container #content {
    margin: 0 0 0 200px;
  }
}
@media (max-width: 600px) {
  #main-container #content {
    margin: 0;
  }
}
#main-container .sidenav {
  padding: 8px;
  width: 224px;
  background: #ffffff url("/assets/images/sidebar-back.jpg") repeat-x;
  position: absolute;
  top: 0;
}
@media (max-width: 900px) {
  #main-container .sidenav {
    width: 200px;
  }
}
#main-container .sidenav .events {
  width: 208px;
}
@media (max-width: 900px) {
  #main-container .sidenav .events {
    width: 184px;
  }
}
#main-container .sidenav .span-date {
  font-size: 11px;
  white-space: nowrap;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  letter-spacing: 0;
}
#main-container .sidenav .span_date_left {
  font-size: 11px;
  float: left;
  white-space: nowrap;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
}
#main-container .sidenav .event-title-right {
  display: block;
  margin-left: 32px;
  font-size: 13px;
}
#main-container .sidenav .events h2 {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #476100;
  padding: 3px 6px;
}
#main-container .sidenav .events h3 {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  background: #476100;
  padding: 0 6px 3px 6px;
}
#main-container .sidenav ul {
  list-style: none;
  background: #8f9775;
  border-left: 1px solid #648c39;
  border-right: 1px solid #648c39;
}
#main-container .sidenav ul li {
  position: relative;
}
#main-container .sidenav ul li a, #main-container .sidenav ul li a:visited {
  display: block;
  padding: 4px 6px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  margin: 0;
  background: #f4f2d6;
  color: #62713f;
  border-bottom: 1px solid #648c39;
  overflow: hidden;
  letter-spacing: -1px;
}
#main-container .sidenav ul li a:hover {
  text-decoration: none;
  background: #ffffff;
}
#main-container .sidenav ul li ul {
  list-style: none;
  position: relative;
  background: #648c39;
  display: block;
  border: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#main-container .sidenav ul li ul li a, #main-container .sidenav ul li ul li a:visited {
  display: block;
  padding: 4px 6px 4px 18px;
  font-weight: 400;
  text-decoration: none;
  background: #fcfcfc;
  color: #2d3d00;
}
#main-container .sidenav ul li ul li a:hover, #main-container .sidenav ul li ul li a:visited:hover {
  text-decoration: none;
  background: #e5eae4;
}
#main-container .sidenav ul li.parent > a, #main-container .sidenav ul li.parent > a:visited {
  background: #f4f2d6 url(/assets/images/side-arrow.png) right 0 no-repeat;
}
#main-container .sidenav ul li.parent > a:hover, #main-container .sidenav ul li.parent > a:visited:hover {
  background: #f4f2d6 url(/assets/images/side-arrow.png) right -45px no-repeat;
}
#main-container .sidenav ul li.open > a, #main-container .sidenav ul li.open > a:visited, #main-container .sidenav ul li.open:hover > a, #main-container .sidenav ul li.open:hover > a:visited {
  text-decoration: none;
  background: #c5dda9 url(/assets/images/side-arrow.png) right -90px no-repeat;
  color: #000000;
}
#main-container .sidenav ul li.open ul, #main-container .sidenav ul li.open:hover ul {
  display: block;
  max-height: 999px;
  overflow: hidden;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
#main-container .sidenav ul li:hover > a, #main-container .sidenav ul li:hover > a:visited {
  text-decoration: none;
  background: #c5dda9;
  color: #000000;
}
#main-container .sidenav.nav-left {
  left: 0;
}
@media (max-width: 900px) {
  #main-container .sidenav.nav-left {
    position: relative;
    float: left;
    top: auto;
    right: auto;
    left: auto;
  }
}
@media (max-width: 600px) {
  #main-container .sidenav.nav-left {
    display: none;
  }
}
#main-container .sidenav.nav-right {
  right: 0;
}
@media (max-width: 900px) {
  #main-container .sidenav.nav-right {
    position: relative;
    float: left;
    top: auto;
    right: auto;
    left: auto;
    clear: left;
  }
}
@media (max-width: 600px) {
  #main-container .sidenav.nav-right {
    display: none;
  }
}
#main-container .sidenav div.events.weekly-list ul li a, #main-container .sidenav div.events.weekly-list ul li a:visited {
  font-size: 13px;
}

.home.banners #main-container .sidenav {
  padding: 8px;
  width: 336px;
}
@media (max-width: 900px) {
  .home.banners #main-container .sidenav {
    width: 200px;
  }
}
.home.banners #main-container .sidenav table tr td {
  vertical-align: top;
}
.home.banners #main-container .sidenav .side-banners {
  width: 112px;
  padding: 4px;
  background: #ffffff;
}
@media (max-width: 900px) {
  .home.banners #main-container .sidenav .side-banners {
    display: none;
  }
}
.home.banners #main-container .sidenav .side-banners a {
  display: block;
  margin: 4px 0;
}
.home.banners #main-container .sidenav.nav-left .side-banners {
  padding: 4px 8px 4px 0;
}
.home.banners #main-container .sidenav.nav-right .side-banners {
  padding: 4px 0 4px 8px;
}
.home.banners #main-container #content {
  padding: 8px 12px 24px;
  margin: 0 336px;
}
@media (max-width: 900px) {
  .home.banners #main-container #content {
    margin: 0 0 0 200px;
  }
}
@media (max-width: 600px) {
  .home.banners #main-container #content {
    margin: 0;
  }
}

body.print-player-cards #main-container {
  position: relative;
  background: #fff;
}
body.print-player-cards #main-container #content {
  padding: 8px 12px 24px;
  margin: 0 224px;
  overflow: auto;
  min-width: 760px;
}

#mobile-nav .span-date {
  font-size: 16px;
  white-space: nowrap;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  letter-spacing: 0;
}
#mobile-nav .span_date_left {
  font-size: 16px;
  float: left;
  white-space: nowrap;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
}
#mobile-nav .event-title-right {
  display: block;
  margin-left: 32px;
  font-size: 13px;
}
#mobile-nav .events h2 {
  font-weight: 700;
  color: #ffffff;
  background: #273500;
  border-radius: 0;
  padding: 8px 12px;
  display: block;
  font-size: 18px;
  width: auto;
  margin: 1px 0;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
#mobile-nav .events h3 {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  background: #476100;
  padding: 0 6px 3px 6px;
}
@media (max-width: 600px) {
  #mobile-nav .events h3 {
    display: none;
  }
}
#mobile-nav .events ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#mobile-nav .events.open ul {
  max-height: 9999px;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#mobile-nav ul {
  list-style: none;
  background: #8f9775;
  border-left: 1px solid #648c39;
  border-right: 1px solid #648c39;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a, #mobile-nav ul li a:visited {
  display: block;
  font-weight: 700;
  text-decoration: none;
  background: #f4f2d6;
  color: #62713f;
  border-bottom: 1px solid #648c39;
  overflow: hidden;
  letter-spacing: -1px;
  border-radius: 0;
  padding: 8px 12px;
  font-size: 18px;
  width: auto;
  margin: 1px 0;
}
#mobile-nav ul li a:hover {
  text-decoration: none;
  background: #ffffff;
}
#mobile-nav ul li ul {
  list-style: none;
  position: relative;
  background: #648c39;
  display: block;
  border: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#mobile-nav ul li ul li a, #mobile-nav ul li ul li a:visited {
  display: block;
  font-weight: 400;
  text-decoration: none;
  background: #fcfcfc;
  color: #2d3d00;
  border-radius: 0;
  padding: 8px 12px;
  font-size: 18px;
  width: auto;
  margin: 1px 0;
}
#mobile-nav ul li ul li a:hover, #mobile-nav ul li ul li a:visited:hover {
  text-decoration: none;
  background: #e5eae4;
}
#mobile-nav ul li.parent > a, #mobile-nav ul li.parent > a:visited {
  background: #f4f2d6 url(/assets/images/side-arrow.png) right 0 no-repeat;
}
@media (max-width: 600px) {
  #mobile-nav ul li.parent > a, #mobile-nav ul li.parent > a:visited {
    background: none;
  }
}
#mobile-nav ul li.parent > a:hover, #mobile-nav ul li.parent > a:visited:hover {
  background: #f4f2d6 url(/assets/images/side-arrow.png) right -45px no-repeat;
}
@media (max-width: 600px) {
  #mobile-nav ul li.parent > a:hover, #mobile-nav ul li.parent > a:visited:hover {
    background: none;
  }
}
#mobile-nav ul li.open > a, #mobile-nav ul li.open > a:visited, #mobile-nav ul li.open:hover > a, #mobile-nav ul li.open:hover > a:visited {
  text-decoration: none;
  background: #c5dda9 url(/assets/images/side-arrow.png) right -90px no-repeat;
  color: #000000;
}
@media (max-width: 600px) {
  #mobile-nav ul li.open > a, #mobile-nav ul li.open > a:visited, #mobile-nav ul li.open:hover > a, #mobile-nav ul li.open:hover > a:visited {
    background: none;
  }
}
#mobile-nav ul li.open ul, #mobile-nav ul li.open:hover ul {
  display: block;
  max-height: 999px;
  overflow: hidden;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
#mobile-nav ul li:hover > a, #mobile-nav ul li:hover > a:visited {
  text-decoration: none;
  background: #c5dda9;
  color: #000000;
}
table.regular {
  width: 100%;
  border-collapse: collapse;
}
table.regular tr td {
  font-size: 13px;
  padding: 2px 12px 2px 4px;
  vertical-align: top;
}
table.regular td.tr-label {
  font-weight: bold;
}

th {
  background: #dddddd;
  border-right: 1px solid #ffffff;
}

table.bracket_tbl {
  width: 100%;
}
table.bracket_tbl .seeds {
  min-width: 50px !important;
  width: 50px;
  border-right: 1px solid #9d9d9d;
  text-align: center;
}
table.bracket_tbl .match_number {
  width: 20px;
}
table.bracket_tbl .overdue {
  color: #CC0000;
  font-weight: bold;
}
table.bracket_tbl tr th {
  padding: 2px 4px 2px 4px;
}
table.bracket_tbl tr td table {
  border-left: 1px solid #9d9d9d;
  border-right: 1px solid #9d9d9d;
  border-top: 1px solid #9d9d9d;
  border-collapse: collapse;
  width: 100%;
}
table.bracket_tbl tr td table tr td {
  padding: 2px 4px 2px 4px;
  background: #f4f2d6;
}
table.bracket_tbl tr td table.bracket {
  border-top: none;
  border-bottom: 1px solid #9d9d9d;
}
table.bracket_tbl tr td table.winner {
  border-top: 1px solid #9d9d9d;
}
table.bracket_tbl tr td table.winner tr td {
  background: #d3e277;
}
table.bracket_tbl tr td#td_num_0 table {
  border-top: none;
}
table.bracket_tbl tr td#td_num_0 table tr td.seeds {
  background: #f1f1f1;
}

.header_note {
  font-size: 16px;
  font-weight: 700;
  color: #840000;
  padding: 0 0 10px;
  line-height: 26px;
}

body.bracket #main-content img, body.event #main-content img {
  max-width: 100% !important;
  height: auto !important;
}
body.bracket #main-content .box ul, body.bracket #main-content .box ol, body.event #main-content .box ul, body.event #main-content .box ol {
  margin-left: 20px;
  max-width: 500px;
}
body.bracket #main-content .box ul.add-to-calendar, body.event #main-content .box ul.add-to-calendar {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.bracket #main-content .box ul.add-to-calendar li.add-calendar-bt, body.event #main-content .box ul.add-to-calendar li.add-calendar-bt {
  position: relative;
}
body.bracket #main-content .box ul.add-to-calendar li.add-calendar-bt > a, body.bracket #main-content .box ul.add-to-calendar li.add-calendar-bt > a:visited, body.event #main-content .box ul.add-to-calendar li.add-calendar-bt > a, body.event #main-content .box ul.add-to-calendar li.add-calendar-bt > a:visited {
  display: block;
  padding: 6px 0;
  line-height: 14px;
  cursor: pointer;
}
body.bracket #main-content .box ul.add-to-calendar li.add-calendar-bt ul, body.event #main-content .box ul.add-to-calendar li.add-calendar-bt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 999;
  border: none;
}
body.bracket #main-content .box ul.add-to-calendar li.add-calendar-bt ul li, body.event #main-content .box ul.add-to-calendar li.add-calendar-bt ul li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #929292;
  border-right: 1px solid #929292;
  border-left: 1px solid #929292;
  border-bottom: none;
  width: 136px;
}
body.bracket #main-content .box ul.add-to-calendar li.add-calendar-bt ul li a, body.bracket #main-content .box ul.add-to-calendar li.add-calendar-bt ul li a:visited, body.event #main-content .box ul.add-to-calendar li.add-calendar-bt ul li a, body.event #main-content .box ul.add-to-calendar li.add-calendar-bt ul li a:visited {
  display: block;
  padding: 6px 12px;
  background: #ffffff;
  line-height: 14px;
  text-decoration: none;
}
body.bracket #main-content .box ul.add-to-calendar li.add-calendar-bt ul li a:hover, body.event #main-content .box ul.add-to-calendar li.add-calendar-bt ul li a:hover {
  background: #ebebeb;
}
body.bracket #main-content .box ul.add-to-calendar li.add-calendar-bt ul li:last-child, body.event #main-content .box ul.add-to-calendar li.add-calendar-bt ul li:last-child {
  border-bottom: 1px solid #929292;
}
body.bracket #main-content .box ul.add-to-calendar li.add-calendar-bt:hover ul, body.event #main-content .box ul.add-to-calendar li.add-calendar-bt:hover ul {
  max-height: 600px;
  border: 1px solid #363636;
}

body.page .page_title h1 {
  font-size: 20px;
  padding: 8px 0 14px 14px;
}
body.page #main-content img {
  max-width: 100% !important;
  height: auto !important;
}
body.page #main-content .copy {
  font-size: 13px;
}
body.page #main-content .copy h2 {
  font-size: 16px;
  font-weight: 700;
  color: #840000;
  padding: 0 0 10px;
  line-height: 26px;
}
body.page #main-content .copy p {
  margin-bottom: 12px;
}
body.page #main-content .copy ul, body.page #main-content .copy ol {
  margin-left: 20px;
  max-width: 500px;
}
body.page #main-content .copy table tr td {
  font-size: 13px;
  padding: 0 24px 0 0;
}
body.page #main-content .copy table tr td:last-child {
  padding: 0;
}
body.page #main-content .copy table tr.td_underline td {
  border-bottom: 1px solid #b9b9b9;
}
body.page #main-content .copy table.responsive {
  width: 100%;
}
body.page #main-content .copy table.responsive > tbody > tr {
  display: block;
}
body.page #main-content .copy table.responsive > tbody > tr > td {
  display: block;
  width: 100%;
}
body.page #main-content .copy table.responsive > tbody > tr > td table {
  max-width: 100% !important;
  width: auto !important;
}

table.golf-data tr td, table.golf-data tr th {
  font-size: 13px;
  padding: 2px 12px 2px 4px !important;
  border: 1px solid #949494;
  border-collapse: collapse;
}
table.golf-data tr td h4, table.golf-data tr th h4 {
  margin: 4px;
}
table.golf-data tr td pre, table.golf-data tr th pre {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  word-wrap: break-word;
  /* IE 5+ */
  font-size: 12px;
  width: 180px;
  font-family: "Open Sans", sans-serif;
}
table.golf-data tr th {
  font-weight: 700;
  border-bottom: 1px solid #999999;
  text-align: left;
  text-transform: uppercase;
}
table.golf-data tr td.edit-btn {
  padding: 3px;
}
table.golf-data tr.first td {
  padding: 6px 12px 2px 0;
}
table.golf-data tr:nth-child(odd) {
  background-color: #f1f1f1;
}

table.golf-data.responsive {
  width: auto !important;
  border: 1px solid #757575;
}
table.golf-data.responsive tr {
  display: block;
  padding: 6px 4px;
  border-bottom: 1px solid #757575;
}
table.golf-data.responsive tr td {
  display: inline-block;
  float: left;
  width: auto !important;
  border: none;
}
table.golf-data.responsive tr td span.show-mobile {
  display: inline;
  color: #abaaaa;
  font-weight: bold;
  text-transform: capitalize;
  margin-right: 8px;
}
table.golf-data.responsive tr td:last-child {
  clear: both;
  overflow: auto;
  zoom: 1;
  display: block;
  width: 100% !important;
  padding: 0;
  float: none;
}
table.golf-data.responsive tr th {
  display: none;
}
table.golf-data.responsive tr.responsive {
  padding: 0;
  background: #DDDDDD;
}

.scorecard {
  width: 100%;
  background: #f1f1f1;
}

.scorecard tr.white td {
  background: #ffffff;
}

.scorecard tr.black td {
  background: #000000;
  color: #ffffff;
}

.scorecard tr.gold td {
  background: #FFCC00;
}

.scorecard tr.orange td {
  background: #FF9900;
}

.scorecard tr.green td {
  background: #32CD32;
}

.scorecard tr.blue td {
  background: #3857b7;
  color: #ffffff;
}

.scorecard tr.red td {
  background: #b7070a;
  color: #ffffff;
}

table.interclub {
  width: 600px;
}
table.interclub tr td, table.interclub tr th {
  font-size: 13px;
  padding: 2px 12px 2px 4px;
  border: 1px solid #949494;
  border-collapse: collapse;
}
table.interclub tr td pre, table.interclub tr th pre {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  word-wrap: break-word;
  /* IE 5+ */
  font-size: 12px;
  width: 180px;
  font-family: "Open Sans", sans-serif;
}
table.interclub tr th {
  font-weight: 700;
  border-bottom: 1px solid #999999;
  text-align: left;
  text-transform: uppercase;
  background: #dddddd;
}
table.interclub tr td.edit-btn {
  padding: 3px;
}
table.interclub tr.first td {
  padding: 6px 12px 2px 0;
}
table.interclub tr.divide {
  background-color: #e8e8e8;
  border-left: 1px solid #949494;
  border-right: 1px solid #949494;
}
table.interclub tr.divide td {
  border-left: 0;
  border-right: 0;
  padding: 0;
}

.widget.first {
  margin-top: 16px;
}

.widget.first.check-form h2 {
  margin-bottom: 20px;
  font-size: 16px;
}
.widget.first.check-form ul {
  margin-left: 20px;
}
.widget.first.check-form ul li {
  margin-bottom: 6px;
}
.widget.first.check-form ul li ul {
  margin: 6px 0 0 28px;
}
.widget.first.check-form ul li ul li {
  margin-bottom: 3px;
}
.widget.first.check-form table tr td {
  padding: 3px;
}
.widget.first.check-form table tr td input[type=text] {
  padding: 2px 4px;
  width: auto;
}
.widget.first.check-form table tr td input[type=text].number_input {
  width: 60px;
}
.widget.first.check-form table tr td input[type=text].read_only {
  background: #f3f3f3;
}
.widget.first.check-form table.checkbox-line-item {
  margin-bottom: 20px;
}
.widget.first.check-form table.checkbox-line-item tr td.reg-check-td {
  width: 20px;
  vertical-align: top;
}

a.add_another {
  font-weight: bold;
  display: block;
  float: left;
  margin: 4px;
}

.item_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item_container ul li {
  margin: 0 0 12px;
  padding: 0;
  border-bottom: 1px dotted #cbcbcb;
  cursor: move;
}

table.checkbox-table tr td {
  padding: 0 4px;
  vertical-align: middle;
}
table.checkbox-table tr td input {
  display: block;
  margin-top: 2px;
}

.item_container.nodrag li {
  cursor: auto;
}

.col-left {
  float: left;
  width: 47%;
  padding-right: 4%;
}

.col-right {
  float: left;
  width: 47%;
}

.image-left {
  float: left;
  margin-right: 30px;
}

.image-right {
  float: right;
  margin-left: 30px;
}

.image-center {
  display: flex;
  margin: 0 auto;
}

table.records {
  width: 100%;
  border-collapse: collapse;
}
table.records tr td.only-responsive, table.records tr th.only-responsive {
  display: none;
}
table.records tr td, table.records tr th {
  font-size: 13px;
  padding: 2px 12px 2px 4px;
  vertical-align: top;
}
table.records tr th {
  font-weight: 700;
  border-bottom: 1px solid #999999;
  text-align: left;
  text-transform: uppercase;
  border-collapse: collapse;
}
table.records tr td.reg-eventname {
  width: 300px;
}
table.records tr td.reg-desc {
  width: 40%;
}
table.records tr.first td {
  padding: 6px 12px 2px 4px;
}
table.records tr.odd td {
  background: #eaeaea;
}
table.records tr.bottom_border td {
  border-bottom: 2px solid #757575;
}

table.records.borders tr td {
  border: 1px solid #757575;
  padding: 2px 4px;
}

table.records.responsive tr {
  display: block;
  padding: 6px 4px;
  border-bottom: 1px solid #757575;
}
table.records.responsive tr td {
  display: inline-block;
  float: left;
  width: 50%;
}
table.records.responsive tr td span.show-mobile {
  display: inline;
  color: #abaaaa;
  font-weight: bold;
  text-transform: capitalize;
}
table.records.responsive tr td.only-responsive {
  clear: both;
  overflow: auto;
  zoom: 1;
  display: block;
  width: 100%;
  padding: 0;
  float: none;
}
table.records.responsive tr td:last-child {
  clear: both;
  overflow: auto;
  zoom: 1;
  display: block;
  width: 100%;
  padding: 0;
  float: none;
}
table.records.responsive tr th {
  display: none;
}
table.records.responsive tr td.profile-pic {
  display: inline-block;
  width: 50px;
}
table.records.responsive tr td.profile-pic.hide-responsive {
  display: none;
}
table.records.responsive tr td.email {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  word-wrap: break-word;
  /* IE 5+ */
  width: 240px;
  padding-bottom: 6px;
  line-height: 8px;
  clear: both;
}
table.records.responsive tr td.team-name {
  width: 96%;
}
table.records.responsive tr td.hide-responsive {
  display: none;
}
table.records.responsive tr td.reg-eventname {
  width: 300px;
}
table.records.responsive tr td.reg-desc {
  width: 40%;
}
table.records.responsive tr td.entryid, table.records.responsive tr th.entryid {
  display: none;
}
table.records.responsive tr td.results-member-name {
  width: 96%;
}
table.records.responsive tr.first td {
  padding: 6px 12px 2px 4px;
}
table.records.responsive tr.odd {
  background: #eaeaea;
}
table.records.responsive tr.bottom_border td {
  border-bottom: 2px solid #757575;
}
table.records.responsive tr.mobile_extra {
  padding: 0;
  border-bottom: 0;
}
table.records.responsive tr.mobile_extra td {
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  -webkit-transition: max-height 0.25s ease;
  -moz-transition: max-height 0.25s ease;
  -ms-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
}
table.records.responsive tr.mobile_extra td span {
  max-height: 0px;
  overflow: hidden;
}
table.records.responsive tr.mobile_extra.open {
  padding: 6px 4px;
  border-bottom: 1px solid #757575;
}
table.records.responsive tr.mobile_extra.open td {
  max-height: 500px;
  padding: 2px 12px 2px 4px;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -ms-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
}
table.records.responsive tr.mobile_extra.open td span {
  max-height: 40px;
  overflow: hidden;
}

#view-more-results {
  padding: 12px 0 8px;
}

.search-members-table {
  display: flex;
  margin: 0 0 8px;
  font-weight: bold;
  color: #727272;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-members-table .search-field-holder {
  max-width: 200px;
}
.search-members-table .search-reset-holder {
  display: inline-block;
  width: 20%;
  float: left;
  padding: 20px 0 0;
}
@media (max-width: 450px) {
  .search-members-table .search-reset-holder {
    display: block;
    width: auto;
    float: none;
    padding: 0;
  }
}

.payment-btn-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1100px) {
  .payment-btn-container {
    display: block;
    width: auto;
    float: none;
    padding: 0;
  }
}
.payment-btn-container > div {
  margin: 0 0 12px;
}
.payment-btn-container .pp-btn-container:hover,
.payment-btn-container .sq-btn-container:hover {
  opacity: 0.7;
}

.payment-inset {
  margin: 30px 0 0 30px;
}

.payment-note {
  font-style: italic;
  color: #046e15;
  padding-left: 20px;
  margin-top: 20px;
}

.no-back th {
  background: none;
}

th.tablesorter-header,
th.header {
  background: #dddddd url(/assets/images/arrows-sort.png) right -66px no-repeat;
  cursor: pointer;
  font-weight: bold;
  padding: 2px 18px 2px 4px !important;
  margin-left: -1px;
}

th.tablesorter-header.tablesorter-headerAsc,
th.header.headerSortUp {
  background: #cbcbcb url(/assets/images/arrows-sort.png) right -29px no-repeat;
}

th.tablesorter-header.tablesorter-headerDesc,
th.header.headerSortDown {
  background: #cbcbcb url(/assets/images/arrows-sort.png) right 6px no-repeat;
}

th.tablesorter-header.sorter-false {
  background: #cbcbcb;
  cursor: default;
}

.pg_links {
  margin: 0;
}
.pg_links ul {
  list-style: none;
  margin: 0;
}
.pg_links ul li {
  padding: 0 0 0 18px;
  background: url(/assets/images/golfball-bullet.png) 0 4px no-repeat;
  margin: 0 0 4px;
  font-weight: 600;
}
.pg_links ul li ul {
  list-style: none;
  margin: 4px 0 18px 0;
}
.pg_links ul li ul li {
  margin: 0;
  padding: 0 0 0 18px;
  background: url(/assets/images/golfball-bullet-2.png) 0 4px no-repeat;
}
.pg_links ul li ul li p {
  padding: 0;
  margin: 0;
  font-weight: 300;
}
.pg_links ul li ul li:last-child {
  margin: 0;
}

ul.pg_links {
  list-style: none;
  margin: 0;
}
ul.pg_links li {
  padding: 0 0 0 18px;
  background: url(/assets/images/golfball-bullet.png) 0 4px no-repeat;
  margin: 0 0 4px;
  font-weight: 600;
}
ul.pg_links li ul {
  list-style: none;
  margin: 4px 0 18px 0;
}
ul.pg_links li ul li {
  margin: 0;
  padding: 0 0 0 18px;
  background: url(/assets/images/golfball-bullet-2.png) 0 4px no-repeat;
}
ul.pg_links li ul li p {
  padding: 0;
  margin: 0;
  font-weight: 300;
}
ul.pg_links li ul li:last-child {
  margin: 0;
}

.img_links {
  margin: 0;
}
.img_links ul {
  list-style: none;
}
.img_links ul li {
  float: left;
  height: 100px;
  margin: 20px;
  font-size: 12px;
  line-height: 14px;
}
.img_links ul li a, .img_links ul li a:visited {
  display: block;
  text-decoration: none;
  text-align: center;
}
.img_links ul li a img, .img_links ul li a:visited img {
  margin: 0 auto;
}
.guest_info {
  width: 240px;
  padding: 0;
  margin: 0 auto;
  background: #e4e2e2;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  -moz-transition: max-height 0.25s ease;
  -ms-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
}

.widget.first.check-form table tr td .guest_info .guest-row .guest-field-holder input[type=text] {
  width: 100%;
  max-width: 230px;
}

/* GALLERY */
#loading {
  padding: 24px;
  text-align: center;
}
#loading img {
  margin: 0 auto;
}

h1.ls-layer {
  color: #ffffff;
  background: #000000;
  opacity: 0.6;
  padding: 4px 16px !important;
  height: auto !important;
  white-space: normal !important;
}

body.home #content #main-content #slider img {
  max-width: 100000px !important;
  height: auto !important;
}

.copy #slider img {
  max-width: 100000px !important;
  height: auto !important;
}

body.bracket #main-content #slider img,
body.event #main-content #slider img {
  max-width: 100000px !important;
  height: auto !important;
}

.nodrag {
  cursor: auto !important;
}

#gallery-thumbs {
  padding: 40px;
}
#gallery-thumbs ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
#gallery-thumbs ul li {
  display: inline-block;
  float: left;
  width: 33.3%;
  padding: 0 1.5%;
  height: 200px;
}
@media (max-width: 900px) {
  #gallery-thumbs ul li {
    width: 50%;
  }
}
@media (max-width: 350px) {
  #gallery-thumbs ul li {
    width: 100%;
  }
}
#gallery-thumbs ul li a, #gallery-thumbs ul li a:visited {
  width: 100%;
  text-decoration: none;
}
#gallery-thumbs ul li a img, #gallery-thumbs ul li a:visited img {
  width: 100%;
  height: auto;
  border: 1px solid #999999;
}
#gallery-thumbs ul li a .show-title, #gallery-thumbs ul li a:visited .show-title {
  text-align: center;
  padding: 12px;
  font-weight: bold;
  text-decoration: none;
}

#gallery-thumbs.thumbs-hidden {
  display: none;
}

/* GUEST INFO */
.guest_info.guest_on {
  max-height: 999px;
  padding: 4px 8px;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -ms-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.contact-form .contact-row {
  margin-bottom: 12px;
}
.contact-form textarea {
  border: 2px solid #e1e1e1;
  font-size: 14px;
  padding: 2px 4px;
  width: 100%;
  height: 200px;
}
.contact-form #troubleshooting {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  -moz-transition: max-height 0.25s ease;
  -ms-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
}
.contact-form #comments {
  max-height: 999px;
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -ms-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.contact-form.website #troubleshooting {
  max-height: 999px;
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -ms-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
}
.contact-form.website #comments {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  -moz-transition: max-height 0.25s ease;
  -ms-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
}

table.radio tr td {
  padding: 0 4px;
}

/* ACCORDIAN */
.accordion {
  margin-bottom: 0;
}

.accordion-group {
  border: none !important;
  border-radius: 0px !important;
  padding-top: 4px;
  padding-bottom: 6px;
}

.accordion-heading {
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding-left: 30px;
  background: url(/assets/images/faq-arrow.png) 0 4px no-repeat;
  text-decoration: none;
}
.accordion-heading .accordion-toggle:hover {
  color: #6e9a3e;
  background: url(/assets/images/faq-arrow.png) 0 -61px no-repeat;
  text-decoration: none;
}

.accordion-group.in_head .accordion-heading .accordion-toggle {
  color: #000000;
  background: url(/assets/images/faq-arrow.png) 0 -61px no-repeat;
  text-decoration: none;
}

.accordion-inner {
  border-top: 0px !important;
  padding: 0 0 0 30px !important;
}

.accordion-body {
  position: relative;
  height: 0;
  overflow: hidden;
}

#footer {
  padding: 0 12px;
  margin: 6px auto 20px;
  background: #253300;
}
#footer #footer-content {
  margin: 0 auto;
  font-size: 12px;
  color: #ffffff;
  padding: 0 12px;
}
#footer #footer-content .footer-col {
  width: 25%;
  float: left;
  padding: 20px 2% 30px;
}
@media (max-width: 350px) {
  #footer #footer-content .footer-col {
    float: none;
    width: 100%;
    padding: 20px 0 0;
  }
}
#footer #footer-content .footer-col.foot-right {
  text-align: right;
  float: right;
  width: 70%;
  line-height: 26px;
  color: #d6d6d6;
}
@media (max-width: 350px) {
  #footer #footer-content .footer-col.foot-right {
    text-align: left;
    float: none;
    width: 100%;
  }
}
#footer #footer-content a, #footer #footer-content a:visited {
  color: #ffffff;
  text-decoration: none;
}
#footer #footer-content a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-banners {
  padding: 20px 20px 30px;
  background: #ffffff;
  display: none;
}
.footer-banners ul {
  list-style: none;
}
.footer-banners ul li {
  display: inline-block;
  float: left;
  height: 130px;
  padding: 12px;
}
.footer-banners ul li a {
  display: block;
}

/* ADMIN */
body.admin {
  background: #000000;
}
body.admin #footer {
  background: #000000;
}

input[type=text], input[type=password], select {
  border: 2px solid #e1e1e1;
  font-size: 14px;
  padding: 2px 4px;
  width: 100%;
}

select {
  font-size: 14px;
  padding: 0 2px;
}

input[type=checkbox] {
  margin-top: 4px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

input[type=submit] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #476100;
  color: #ffffff;
  padding: 4px 14px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  float: right;
}

input[type=submit]:hover {
  background: #000000;
}

textarea.cke_source {
  white-space: pre-wrap;
}

input[type=text].auto-hint {
  color: #bebebe;
}

input[type=text].tiny_input {
  width: 40px;
}

input[type=text].small_input {
  width: 80px;
}

input[type=text].short_input {
  width: 100px;
}

select.small_select {
  width: 50px;
}

.mainForm {
  padding: 12px;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: #f7f7f7;
  margin: 0;
  max-width: 1000px;
}
.mainForm .head {
  height: 38px;
  position: relative;
}
.mainForm h1 {
  color: #2e3e00;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 2px 0;
  margin-bottom: 6px;
  border-bottom: 1px solid #2e3e00;
}
.mainForm h1.annual-title {
  width: 90%;
  color: #2e3e00;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 6px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #6e9a3e;
}
.mainForm .rowElem {
  width: 100%;
  margin: 16px 0;
}
.mainForm .rowElem label {
  display: block;
  width: 28%;
  float: left;
  font-size: 12px;
  padding-top: 2px;
  font-weight: bold;
  color: #969696;
}
.mainForm .rowElem .formRight {
  width: 70%;
  float: left;
}
.mainForm .rowElem .formRight textarea {
  width: 100%;
  height: 60px;
  font-size: 14px;
  padding: 2px 4px;
  border: 2px solid #e1e1e1;
}
.mainForm .rowElem label.error {
  width: 100%;
  color: #CC0000;
}

.display-table {
  width: 100%;
  font-size: 12px;
  padding-top: 2px;
  color: #969696;
}

#adminEvent-form .mainForm .rowElem {
  margin: 10px 0;
}
#adminEvent-form .mainForm .rowElem .formRight {
  width: 96%;
}
#adminEvent-form .mainForm .rowElem .formRight .date-field {
  min-width: 94px;
}
#adminEvent-form .mainForm .rowElem.rowDisplay {
  width: 40%;
  float: left;
  margin-right: 8%;
}
#adminEvent-form .mainForm .formLeft-column {
  width: 30%;
  float: left;
}
#adminEvent-form .mainForm .formLeft-column .rowElem {
  margin: 10px 0;
}
#adminEvent-form .mainForm .formLeft-column .rowElem label {
  width: 70%;
}
#adminEvent-form .mainForm .formLeft-column .rowElem .formRight {
  width: 70%;
}
#adminEvent-form .mainForm .formMiddle-column {
  width: 30%;
  float: left;
  margin-left: 4%;
}
#adminEvent-form .mainForm .formMiddle-column .rowElem {
  margin: 10px 0;
}
#adminEvent-form .mainForm .formMiddle-column .rowElem label {
  width: 70%;
}
#adminEvent-form .mainForm .formMiddle-column .rowElem .formRight {
  width: 70%;
}
#adminEvent-form .mainForm .formRight-column {
  width: 30%;
  float: left;
  margin-left: 5%;
}
#adminEvent-form .mainForm .formRight-column .rowElem {
  margin: 10px 0;
}
#adminEvent-form .mainForm .formRight-column .rowElem label {
  width: 70%;
  float: none;
}
#adminEvent-form .mainForm .formRight-column .rowElem .formRight {
  width: 90%;
  float: none;
}
#adminEvent-form .mainForm .formRight-column .rowElem .formRight input.small-field {
  width: 60px;
}
#adminEvent-form .mainForm .rowElem.submit {
  margin: 16px 0 0;
}
#adminEvent-form .mainForm .fullForm {
  width: 100%;
  margin: 16px 0;
}
#adminEvent-form .mainForm .fullForm label {
  display: block;
  width: 28%;
  float: left;
  font-size: 12px;
  padding-top: 2px;
}
#adminEvent-form .mainForm .fullForm .formRight {
  width: 100%;
  float: left;
}

.nWarning, .error {
  color: #CC0000;
}

.col-form-left {
  float: left;
  min-width: 400px;
  width: 70%;
  margin-right: 2%;
}

.col-buttons-right {
  float: left;
  width: 25%;
}

.mainForm .forgot-pass {
  font-size: 12px;
}

.mainForm.small-form, .box.small-box {
  width: 420px;
}

.mainForm.med-form, .box.med-box {
  width: 560px;
}

.mainForm.large-form, .box.large-box {
  max-width: 700px;
}

.changes-saved {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63A302), color-stop(1, #4A7C00));
  background-image: -o-linear-gradient(bottom, #63A302 0%, #4A7C00 100%);
  background-image: -moz-linear-gradient(bottom, #63A302 0%, #4A7C00 100%);
  background-image: -webkit-linear-gradient(bottom, #63A302 0%, #4A7C00 100%);
  background-image: -ms-linear-gradient(bottom, #63A302 0%, #4A7C00 100%);
  background-image: linear-gradient(to bottom, #63A302 0%, #4A7C00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4A7C00", endColorstr="#4A7C00", GradientType=0);
  /* IE6-9 */
  height: 36px;
  -moz-box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  margin-top: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.changes-saved h5 {
  float: left;
  color: #fafafa;
  font-weight: normal;
  display: block;
  padding: 9px 15px 0;
  font-size: 16px;
  font-family: "Cuprum", sans-serif;
  text-transform: uppercase;
}

input[type=submit], input[type=reset], input[type=button], button, .button,
a.button,
a.greyishBtn,
a.greyishBtn:visited {
  font-family: Arial, Geneva, sans-serif;
  line-height: 12px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  font-size: 12px;
  padding: 7px 14px;
  cursor: pointer;
  border: 1px solid #070707;
  border-bottom-color: #060606;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  background: #404040;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#404040));
  background-image: -moz-linear-gradient(top, #595959, #404040);
  background-image: -webkit-linear-gradient(top, #595959, #404040);
  background-image: -o-linear-gradient(top, #595959, #404040);
  background-image: -ms-linear-gradient(top, #595959, #404040);
  background-image: linear-gradient(top, #595959, #404040);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#595959", endColorstr="#404040");
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover, .button:hover, a.button:hover,
a.greyishBtn:hover {
  color: #ffffff;
  background: #5b5b5b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7c7c7c), to(#5b5b5b));
  background-image: -moz-linear-gradient(top, #7c7c7c, #5b5b5b);
  background-image: -webkit-linear-gradient(top, #7c7c7c, #5b5b5b);
  background-image: -o-linear-gradient(top, #7c7c7c, #5b5b5b);
  background-image: -ms-linear-gradient(top, #7c7c7c, #5b5b5b);
  background-image: linear-gradient(top, #7c7c7c, #5b5b5b);
  text-decoration: none;
}

a.green_btn {
  display: block;
  clear: both;
  margin-top: 8px;
  float: left;
  color: #ffffff;
  background: #677600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9bb200), to(#677600));
  background-image: -moz-linear-gradient(top, #9bb200, #677600);
  background-image: -webkit-linear-gradient(top, #9bb200, #677600);
  background-image: -o-linear-gradient(top, #9bb200, #677600);
  background-image: -ms-linear-gradient(top, #9bb200, #677600);
  background-image: linear-gradient(top, #9bb200, #677600);
}

a.green_btn:hover {
  color: #ffffff;
  text-decoration: none;
}

a.red_btn {
  display: block;
  clear: both;
  margin-top: 8px;
  float: left;
  color: #ffffff;
  background: #780000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c40000), to(#780000));
  background-image: -moz-linear-gradient(top, #c40000, #780000);
  background-image: -webkit-linear-gradient(top, #c40000, #780000);
  background-image: -o-linear-gradient(top, #c40000, #780000);
  background-image: -ms-linear-gradient(top, #c40000, #780000);
  background-image: linear-gradient(top, #c40000, #780000);
}

a.red_btn:hover {
  color: #ffffff;
  background: #440000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#780000), to(#440000));
  background-image: -moz-linear-gradient(top, #780000, #440000);
  background-image: -webkit-linear-gradient(top, #780000, #440000);
  background-image: -o-linear-gradient(top, #780000, #440000);
  background-image: -ms-linear-gradient(top, #780000, #440000);
  background-image: linear-gradient(top, #780000, #440000);
  text-decoration: none;
}

ul.signup-buttons a.button,
ul.signup-buttons a.button:visited {
  float: none;
  width: 200px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6fc200), to(#529100));
  background-image: -moz-linear-gradient(top, #6fc200, #529100);
  background-image: -webkit-linear-gradient(top, #6fc200, #529100);
  background-image: -o-linear-gradient(top, #6fc200, #529100);
  background-image: -ms-linear-gradient(top, #6fc200, #529100);
  background-image: linear-gradient(top, #6fc200, #529100);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#6fc200", endColorstr="#529100");
}

ul.signup-buttons a.button:hover {
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5ba000), to(#386400));
  background-image: -moz-linear-gradient(top, #5ba000, #386400);
  background-image: -webkit-linear-gradient(top, #5ba000, #386400);
  background-image: -o-linear-gradient(top, #5ba000, #386400);
  background-image: -ms-linear-gradient(top, #5ba000, #386400);
  background-image: linear-gradient(top, #5ba000, #386400);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr="#5ba000", endColorstr="#386400");
}

ul.signup-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.signup-buttons li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 20px 16px 0;
}
ul.signup-buttons li:last-child {
  margin: 0;
}

.preview_button {
  width: 110px;
  display: block;
  margin-top: 8px;
  float: left;
}

.add_left_pad {
  display: block;
  float: left;
  width: auto;
  margin-top: 4px;
  margin-right: 8px;
}

.add_images {
  display: block;
  float: left;
  width: auto;
  margin: 0 0 10px;
}

.widget .head h5, .table h5 {
  font-weight: normal;
  padding: 0;
  float: left;
}

.widget .head h5 {
  font-size: 14px;
  color: #2e3e00;
}
.widget .head .instruct {
  font-style: italic;
  float: left;
  padding-left: 12px;
}

.add_link {
  float: right;
}

a.addBtn, a.addBtn:visited {
  font-family: Arial, Geneva, sans-serif;
  line-height: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  color: #000000;
  font-size: 12px;
  padding: 7px 30px 7px 14px;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  background: url(/assets/css/admin/images/icons/color/plus-bt.png) right -33px no-repeat;
}

a.addBtn:hover {
  background: url(/assets/css/admin/images/icons/color/plus-bt.png) right -3px no-repeat;
}

.fm-modal {
  z-index: 20011;
  /** Because CKEditor image dialog was at 10010 */
  width: 80%;
  top: 0;
  left: 10%;
  border: 0;
  position: absolute;
  -moz-box-shadow: 0px 1px 5px 0px #656565;
  -webkit-box-shadow: 0px 1px 5px 0px #656565;
  -o-box-shadow: 0px 1px 5px 0px #656565;
  box-shadow: 0px 1px 5px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
  overflow-x: hidden;
  overflow-y: auto;
}

/*BATCH MEMBERS*/
ul.table-div.batch-member-table {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #d6d6d6;
}
ul.table-div.batch-member-table li {
  clear: none;
  display: inline-block;
  float: left;
  width: 24.8%;
  margin: 1px;
  background: #ffffff;
}
@media (max-width: 1400px) {
  ul.table-div.batch-member-table li {
    width: 33%;
  }
}
@media (max-width: 940px) {
  ul.table-div.batch-member-table li {
    width: 49.6%;
  }
}
ul.table-div.batch-member-table li label {
  white-space: nowrap;
  width: 100%;
  color: #000000;
  float: none;
  font-weight: bold;
  padding: 2px 12px 8px 4px;
}
ul.table-div.batch-member-table li table.reg-list-table {
  width: 100%;
  background: #f6f6f6;
}
ul.table-div.batch-member-table li table.reg-list-table tr td {
  padding: 2px 4px;
  width: 33%;
  white-space: nowrap;
}
ul.table-div.batch-member-table li table.reg-list-table tr td input[type=text] {
  padding: 1px 2px;
}

.add_player_links {
  margin-bottom: 12px;
}
.add_player_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.add_player_links ul li {
  display: inline-block;
  float: left;
}
.add_player_links ul li a {
  display: block;
  margin: 0 20px;
  padding: 0 0 0 22px;
  background: url(/assets/css/admin/images/icons/color/plus.png) no-repeat;
  text-decoration: none;
  font-weight: bold;
  color: #5e902f;
  cursor: pointer;
}
.add_player_links ul li a:hover {
  color: #000;
}
.add_player_links ul li a.normal {
  background: none;
  padding: 0;
}

.form-choice {
  float: right;
  padding: 0 6px 6px;
}

table.send_emails {
  float: right;
}
table.send_emails tr td {
  padding: 0 4px;
}

/* MY PROFILE */
.profile-info-table {
  float: left;
  width: 70%;
}
@media (max-width: 940px) {
  .profile-info-table {
    float: none;
    width: auto;
  }
}

.profile-picture {
  float: left;
  max-width: 28%;
  margin-left: 2%;
}
@media (max-width: 940px) {
  .profile-picture {
    float: none;
    max-width: 200px;
    margin: 12px 0;
  }
}
.profile-picture img {
  max-width: 100%;
  width: 100%;
}

.hidden {
  display: none;
}

ul.profile-handicaps {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.profile-handicaps li {
  display: inline-block;
  float: left;
  width: 200px;
  margin: 0 8px 12px 0;
  padding: 8px 16px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #777777;
  white-space: nowrap;
}
@media (max-width: 940px) {
  ul.profile-handicaps li {
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 0 6px 0;
  }
}
@media (max-width: 450px) {
  ul.profile-handicaps li {
    font-size: 24px;
    padding: 16px 16px;
    text-align: right;
  }
}
ul.profile-handicaps li span {
  display: inline-block;
  margin: 0 8px 0 0;
}

/*TWITTER*/
#main-container .sidenav #golf-tweets {
  margin: 12px 0;
  background: #ffffff;
  padding: 4px 6px;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#main-container .sidenav #golf-tweets h2 {
  font-size: 14px;
}
#main-container .sidenav #golf-tweets h2 a, #main-container .sidenav #golf-tweets h2 a:visited {
  text-decoration: none;
}
#main-container .sidenav #golf-tweets ul {
  list-style: none;
  background: #ffffff;
  border-left: none;
  border-right: none;
}
#main-container .sidenav #golf-tweets ul li {
  border-top: 1px solid #e4e4e4;
  margin: 4px 0;
  padding: 4px 0;
}
#main-container .sidenav #golf-tweets ul li a, #main-container .sidenav #golf-tweets ul li a:visited {
  display: block;
  padding: 0;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
  margin: 0;
  background: #ffffff;
  color: #363636;
  border-bottom: none;
  overflow: auto;
  letter-spacing: 0;
}
#main-container .sidenav #golf-tweets ul li a .datetime, #main-container .sidenav #golf-tweets ul li a:visited .datetime {
  font-size: 12px;
  font-style: italic;
  color: #63a700;
}
#main-container .sidenav #golf-tweets ul li a:hover {
  text-decoration: underline;
}

/* MERCHANDISE */
.widget.first.check-form table.merch-items tr td {
  padding: 3px 3px;
  vertical-align: top;
}
.widget.first.check-form table.merch-items tr td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.first.check-form table.merch-items tr td ul li {
  display: inline-block;
  float: left;
}
@media (max-width: 600px) {
  .widget.first.check-form table.merch-items tr td ul li.merch-title {
    width: 200px;
  }
}

.widget.first.check-form .box.pay-reg-merch {
  background: #ffffff;
}
.widget.first.check-form .box.pay-reg-merch h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.widget.first.check-form .box.pay-reg-merch table.merch-items {
  width: 100%;
}
.widget.first.check-form .box.pay-reg-merch table.merch-items tr td {
  border: 1px solid #a1a1a1;
  vertical-align: top;
}

.merchandise-table .merch-images {
  float: left;
  width: 47%;
  padding: 0 3% 60px 0;
}
@media (max-width: 780px) {
  .merchandise-table .merch-images {
    text-align: left;
    float: none;
    width: 100%;
    padding: 0 0 90px 0;
  }
}
.merchandise-table .merch-images img {
  max-width: 100%;
}
.merchandise-table .merch-images.one-image {
  padding: 0 3% 0 0;
}
@media (max-width: 780px) {
  .merchandise-table .merch-images.one-image {
    padding: 0 0 30px 0;
  }
}
.merchandise-table .merch-buy {
  float: left;
  width: 50%;
}
@media (max-width: 780px) {
  .merchandise-table .merch-buy {
    text-align: left;
    float: none;
    width: 100%;
  }
}
.merchandise-table .merch-buy table tr td {
  vertical-align: top;
  padding: 4px;
}

.merchandise-loop .merchandise-table {
  display: table;
  width: 100%;
}
.merchandise-loop .merchandise-table .merch-images {
  display: table-cell;
  width: 180px;
  padding: 0 3% 0 0;
  float: none;
  vertical-align: top;
}
@media (max-width: 780px) {
  .merchandise-loop .merchandise-table .merch-images {
    text-align: left;
    float: none;
    width: 100%;
    padding: 0 0 90px 0;
  }
}
.merchandise-loop .merchandise-table .merch-images img {
  max-width: 100%;
}
.merchandise-loop .merchandise-table .merch-buy {
  display: table-cell;
  width: auto;
  float: none;
  vertical-align: top;
}
@media (max-width: 450px) {
  .merchandise-loop .merchandise-table .merch-buy {
    position: relative;
    padding-bottom: 50px;
  }
}
@media (max-width: 780px) {
  .merchandise-loop .merchandise-table .merch-buy {
    text-align: left;
    float: none;
    width: 100%;
  }
}
.merchandise-loop .merchandise-table .merch-buy table tr td {
  vertical-align: top;
  padding: 4px;
}
.merchandise-loop .merchandise-table .merch-buy table tr td.add_to_cart {
  width: 140px;
  white-space: nowrap;
}
@media (max-width: 450px) {
  .merchandise-loop .merchandise-table .merch-buy table tr td.add_to_cart {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 450px) {
  .box.outer-box {
    padding: 0;
  }
}

ul.merch-options {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.merch-options li {
  padding: 0;
  margin: 0;
}
ul.merch-options li table tr td {
  padding: 4px;
}
ul.merch-options li table tr td.attribute-label {
  width: 80px;
  text-align: right;
}

.merch-description {
  margin-top: 30px;
}

table.shopping-cart {
  background: #ffffff;
  width: 100%;
}
table.shopping-cart tr th {
  border-bottom: 1px solid #a1a1a1;
  padding: 6px;
  vertical-align: top;
}
table.shopping-cart tr td {
  border: 1px solid #d5d5d5;
  padding: 6px;
  vertical-align: top;
}
table.shopping-cart tr.cart-footer td {
  background: #dddddd;
  font-weight: bold;
}
table.shopping-cart tr.odd td {
  background: #f8f8f8;
}

table.cart-buttons {
  width: 100%;
}
@media (max-width: 1100px) {
  table.cart-buttons {
    display: block;
    float: left;
  }
}
table.cart-buttons tr td {
  padding: 12px;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  table.cart-buttons tr td {
    display: block;
    float: left;
  }
}
table.cart-buttons tr td.btn-td {
  width: 120px;
}
@media (max-width: 1100px) {
  table.cart-buttons tr td.btn-td {
    display: block;
    float: left;
  }
}

/*# sourceMappingURL=styles.css.map */
