:root {
  --brand-blue: #102254;
}

body {
  font-family: "Open Sans", sans-serif, Arial, Helvetica, Verdana;
  font-size: 100%;
  color: #222222;
  font-weight: 400;
  background: #f3f3f3;
  margin: 0;
}

img {
  border-style: none;
  border-width: 0;
}

hr {
  height: 0;
  border-top: 1px solid #222222;
  margin: 20px 0 20px 0;
}

form {
  display: inline;
}
input {
  width: 60%;
  padding: 10px;
  margin: 0 0 3px 5px;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  text-align: left;
  background: none;
  border: none;
  vertical-align: middle;
}

input:focus {
  outline: none !important;
  border-color: #fdcc29;
  box-shadow: 0 0 2px #ffc627;
}

.formInput:focus {
  outline: none !important;
  border-color: #fdcc29;
  box-shadow: 0 0 2px #ffc627;
}

input.score {
  width: 60px;
  height: 28px;
  padding: 10px;
  margin: 0;
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  border: none;
  vertical-align: middle;
}

textarea {
    font-family: "Open Sans", sans-serif, Arial, Helvetica, Verdana;
    width: 90%;
    padding: 10px 10px 0 0;
    margin: 0 0 3px 5px;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    text-align: left;
    background: none;
    border: none;
    vertical-align: middle;
    text-decoration: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

textarea:focus {
  outline: none !important;
  border-color: #fdcc29;
  box-shadow: 0 0 2px #ffc627;
}

[type="checkbox"] {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #808080;
  content: "";
  background: #fff;
}

.editBox [type="checkbox"] {
  position: relative;
  display: inline;
  width: 15px;
  height: 15px;
  border: 1px solid #808080;
  content: "";
  background: #fff;
}

.select {
  width: 390px;
  position: relative;
  display: inline-block;
  margin: 0 0 0 5px;
}
.select select {
  /*width: 400px;*/
  outline: none;
  -webkit-appearance: none;
  display: block;
  padding: 10px;
  margin: 0;
  border: none;
  background: #f3f3f3;
  color: #222222;
  line-height: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.select .arrow {
  background: none;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  pointer-events: none;
}
.select .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 10px solid #222222;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.select .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 6px solid #222222;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

h1 {
  font-family: "Open Sans", sans-serif, Arial, Helvetica, Verdana;
  font-size: 30px;
  font-weight: 700;
  display: inline;
  color: #222222;
  line-height: 32px;
  text-transform: uppercase;
}
h2 {
  font-family: "Open Sans", sans-serif, Arial, Helvetica, Verdana;
  font-size: 17px;
  font-weight: 600;
  display: inline;
  color: #ffffff;
}

#wrapperHeader {
  width: 100%;
  height: 141px;
  background: #ffffff;
}
/*
#wrapperHeaderImage {width: 100%; height: 300px; background: url(../images/header_new.png) center top no-repeat;}
*/
#wrapperHeaderImage {
  width: 100%;
  /* padding-bottom: 26%;
    height: 23%; */
  /*background: url(../images/header_2025.jpg) center center no-repeat;
    background-size: cover;*/
}

#wrapperNav {
  width: 100%;
  height: 71px;
  background: #102254;
}
#wrapperStandings {
  width: 100%;
  height: auto;
}
#wrapperContact {
  width: 100%;
  background: #ffffff;
  clear: both;
  float: left;
  padding: 30px 0;
}
#wrapperFooter {
  width: 100%;
  height: auto;
  clear: both;
}

#container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.headerLeft {
  float: left;
  width: 600px;
  padding: 33px 0 0 0;
  display: inline-block;
}
.headerLeftMobile {
  display: none;
}
.headerRight {
  float: right;
  text-align: right;
  padding: 64px 0 0 0;
}
.headerRight a {
  padding-left: 15px;
  padding-right: 15px;
}
.logo {
  width: 350px;
  height: 250px;
  padding: 30px 0 0 0;
  margin: 0 auto;
  float: right;
}
.sponsor {
  float: left;
  text-align: right;
  margin-top: 150px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}

#nav {
  max-width: 1200px;
  width: 100%;
  height: 71px;
}
#nav ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
#nav li {
  float: left;
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
}

#nav li a:link {
  width: 131px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 4.2em;
  padding: 0 20px 0 20px;
  margin: 0;
}
#nav li a:visited {
  width: 131px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 4.2em;
  padding: 0 20px 0 20px;
  margin: 0;
}
#nav li a:active {
  width: 131px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 4.2em;
  padding: 0 20px 0 20px;
  margin: 0;
}
#nav li a:hover {
  width: 131px;
  color: #ffffff;
  text-decoration: underline;
  display: block;
  line-height: 4.2em;
  padding: 0 20px 0 20px;
  margin: 0;
}
body#pphome a#navpphome,
body#leaderboard a#navleaderboard,
body#prizes a#navprizes,
body#rules a#navrules,
body#winners a#navwinners,
body#edit a#navedit {
  width: 131px;
  color: #ffffff;
  text-decoration: underline;
  display: block;
  line-height: 4.2em;
  padding: 0 20px 0 20px;
  margin: 0;
}

#nav li a.end:link {
  width: 134px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 4.2em;
  padding: 0 20px 0 20px;
  margin: 0;
}
#nav li a.end:visited {
  width: 134px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 4.2em;
  padding: 0 20px 0 20px;
  margin: 0;
}
#nav li a.end:active {
  width: 134px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 4.2em;
  padding: 0 20px 0 20px;
  margin: 0;
}
#nav li a.end:hover {
  width: 134px;
  color: #ffffff;
  text-decoration: underline;
  display: block;
  line-height: 4.2em;
  padding: 0 20px 0 20px;
  margin: 0;
}

#contentWhite {
  float: left;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  padding: 30px 35px 30px 35px;
}
#contentBlack {
  float: left;
  width: 100%;
  max-width: 1130px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  background: #222222;
  padding: 30px 35px 30px 35px;
  margin: 0 0 30px 0;
}
#contentBlue {
  float: left;
  font-size: 16px;
  line-height: 24px;
  background: #102254;
  padding: 30px 35px 30px 35px;
  color: #ffffff;
  margin: 0 0 30px 0;
}
#contentEnquiry {
  float: left;
  width: 569px;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  padding: 0 30px 0 0;
  margin: 30px 0 30px 0;
  border-right: 1px solid #f3f3f3;
}
#contentContact {
  float: right;
  width: 569px;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  padding: 0 0 0 30px;
  margin: 30px 0 30px 0;
  border-left: 1px solid #f3f3f3;
}

.table {
  display: table;
  width: 100%;
}
.rowHeader {
  display: table-row;
  width: auto;
  clear: both;
  font-weight: 700;
}
.row {
  display: table-row;
  width: auto;
  clear: both;
}
.rowGrey {
  display: table-row;
  width: auto;
  clear: both;
  background: #f3f3f3;
}
.rowYellow {
  display: table-row;
  width: auto;
  clear: both;
  font-weight: 700;
  background: #ffc600;
}
.rowPremier {
  display: table-row;
  width: auto;
  clear: both;
  font-weight: 700;
  background: #b8ce00;
}
.rowChampionship {
  display: table-row;
  width: auto;
  clear: both;
  font-weight: 700;
  background: #49ad33;
}

.col1 {
  float: left; /*fix for buggy browsers*/
  display: table-cell;
  width: 65px;
  padding: 10px;
}
.col2 {
  float: left; /*fix for buggy browsers*/
  display: table-cell;
  width: 110px;
  padding: 10px;
}
.col3 {
  float: left; /*fix for buggy browsers*/
  display: table-cell;
  width: 380px;
  padding: 10px;
}
.col4 {
  float: left; /*fix for buggy browsers*/
  display: table-cell;
  width: 395px;
  padding: 10px;
}
.col5 {
  float: left; /*fix for buggy browsers*/
  display: table-cell;
  width: 80px;
  padding: 10px;
}

.predictionRow,
.predictionButton {
  float: left;
  max-width: 1130px;
  text-align: center;
  margin: 0 0 30px 0;
}

.predictionRow {
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  width: 100%;
  align-items: center;
}

.predictionTeamLeft {
  flex: 1;
  height: 24px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding: 10px;
  margin: 0 15px 0 0;
  border: 2px solid #ffffff;
}
.predictionTeamRight {
  flex: 1;
  height: 24px;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  padding: 10px;
  margin: 0 0 0 15px;
  border: 2px solid #ffffff;
}
.predictionScore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 48px;
  padding: 0;
  margin: 0 15px 0 15px;
}

.clear {
  clear: both;
}

.formContainer {
  background-color: white;
  float: left;
  max-width: 1130px;
  width: 100%;
  width: calc(100% - 60px); /* Adjust width to account for padding */
  padding: 10px 30px 10px 30px;
  margin-bottom: 30px;
}
.formContainer h1 {
  display: block;
  color: #333333;
}
.formContainer h2 {
  display: block;
  color: #333333;
  font-size: 28px;
}

.formRow {
  float: left;
  font-weight: 700;
  background: #f3f3f3;
  padding: 10px 30px 10px 30px;
  margin: 0 0 30px 0;

  width: calc(100% - 60px); /* Adjust width to account for padding */
}

.formRow p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin-top: 17px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  display: block;
}

.formButton {
  display: flex;
  align-items: end;
  justify-content: end;
  clear: both;
}

.formLeft {
  float: left;
  width: auto;
  line-height: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  padding: 10px;
}
.formRight {
  float: left;
  width: 58%;
  height: 48px;
  padding: 0;
  margin: 0 15px 0 15px;
}
.formInput {
  background-color: #f3f3f3;
  margin-top: 4px;
  border-radius: 3px;
}

.formInputRadio {
  width: 100%;
  margin-top: 4px;
  border-radius: 3px;
  height: 35px;
  line-height: 35px;
  margin-top: 6px;
  width: initial;
}
.formInputRadio td {
  font-size: 14px;
}
.formInputRadio td input {
  width: initial !important;
  font-size: 12px;
  margin-right: 20px;
}

.validate {
  color: Red;
}

.formBox {
  float: left;
  width: 509px;
  font-weight: 700;
  background: #f3f3f3;
  padding: 10px 30px 10px 30px;
  margin: 0 0 30px 0;
}

.address {
  float: left;
  width: 469px;
  background: url(../images/address.png) left top no-repeat;
  padding: 0 0 0 100px;
  margin: 0 0 30px 0;
}
.telephone {
  float: left;
  width: 469px;
  height: 50px;
  background: url(../images/telephone.png) left top no-repeat;
  padding: 20px 0 0 100px;
  margin: 0 0 30px 0;
}
.fax {
  float: left;
  width: 469px;
  height: 50px;
  background: url(../images/fax.png) left top no-repeat;
  padding: 20px 0 0 100px;
  margin: 0 0 30px 0;
}
.email {
  float: left;
  width: 469px;
  height: 50px;
  background: url(../images/email.png) left top no-repeat;
  padding: 20px 0 0 100px;
  margin: 0 0 30px 0;
}

#socialMedia {
  float: left;
  width: 569px;
  padding: 0;
  margin: 0 0 20px 0;
}
.paddingIcon {
  padding: 0 40px 0 0;
}

.footer {
  max-width: 1020px;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  padding: 30px 90px 30px 90px;
}

strong {
  font-weight: 700;
}

.white {
  color: #ffffff;
}

.error {
  border: 1px solid #f3f3f3;
  padding: 10px;
  max-width: 1130px;
  width: 98%;
  color: Red;
}

a:link {
  color: #222222;
  text-decoration: underline;
}
a:visited {
  color: #222222;
  text-decoration: underline;
}
a:active {
  color: #222222;
  text-decoration: underline;
}
a:hover {
  color: #0000dd;
  text-decoration: underline;
}

a.navTop:link {
  color: #222222;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
a.navTop:visited {
  color: #222222;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
a.navTop:active {
  color: #222222;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
a.navTop:hover {
  color: #222222;
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline;
}
body#home a#navhome {
  color: #222222;
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline;
}

a.button:link,
a.button:visited,
a.button:active {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  background: var(--brand-blue);
  padding: 25px 145px;
  border: none;
  text-decoration: none;
}

a.button:hover {
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  background: #ffc600;
  padding: 25px 145px;
  border: none;
  text-decoration: none;
}

a.button.btn-white {
  background: white;
  color: var(--brand-blue);
}

a.button.btn-white:hover {
  background: #ffc600;
  color: var(--brand-blue);
}

a.buttonReset:link,
a.buttonReset:visited,
a.buttonReset:active {
  float: left;
  font-size: 20px;
  color: var(--brand-blue);
  font-weight: 700;
  background: #ffffff;
  padding: 25px 40px;
  border: 2px solid var(--brand-blue);
  text-decoration: none;
}

a.buttonReset:hover {
  background: #ffc600;
}

a.buttonSend:link,
a.buttonSend:visited,
a.buttonSend:active {
  float: right;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  background: var(--brand-blue);
  padding: 25px 100px;
  border: 2px solid #222222;
  text-decoration: none;
}

a.buttonSend:hover {
  color: var(--brand-blue);
  background: #ffc600;
}

/* Base premiership / link / visited / active: solid #BCCD41, white text, no border */
a.buttonActive_P,
a.buttonActive_P:link,
a.buttonActive_P:visited,
a.buttonActive_P:active {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 40px;
  border: none;
  background: #b8ce00;
  color: #ffffff;
  text-decoration: none;
}

/* Base championship / link / visited / active: solid #49AD33, white text, no border */
a.buttonActive_C,
a.buttonActive_C:link,
a.buttonActive_C:visited,
a.buttonActive_C:active {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 40px;
  border: none;
  background: #49ad33;
  color: #ffffff;
  text-decoration: none;
}

/* Hover: black background, white text */
a.buttonActive_P:hover {
  background: #000000;
  color: #ffffff;
}

/* Base / link / visited / active: faded #BCCD41 BG, light-grey text, no border */
a.buttonSelect_P,
a.buttonSelect_P:link,
a.buttonSelect_P:visited,
a.buttonSelect_P:active {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 40px;
  border: none;
  background: #e0e8b6; /* faded version of #BCCD41 */
  color: #a9a9a9; /* light grey text */
  text-decoration: none;
}

/* Base champ / link / visited / active: faded # BG, light-grey text, no border */
a.buttonSelect_C,
a.buttonSelect_C:link,
a.buttonSelect_C:visited,
a.buttonSelect_C:active {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 40px;
  border: none;
  background: #b3f2a5; /* faded version of #BCCD41 */
  color: #a9a9a9; /* light grey text */
  text-decoration: none;
}

/* Hover: black BG, white text */
a.buttonSelect_C:hover {
  background: #000000;
  color: #ffffff;
}

a.buttonSelect_P:hover {
  background: #000000;
  color: #ffffff;
}

a#navleaderboard {
  width: 200px !important;
}
#speechText {
  top: 62px;
  position: absolute;
  width: 65%;
  margin: auto;
  left: 60px;
}
#contentSlider_holder {
  width: 100%;
}
#contentSlider {
  width: 320px;
  height: 250px;
  margin: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px;
  border: 1px solid #5ca9dc;
  border-radius: 15px;
  background-color: #5ca9dc;
  text-align: center;
  box-shadow: 5px 5px 5px #333;
  top: 10px;
  z-index: 10;
}

.formInput input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
}

.fullWidth {
  width: 100%;
}
.selectorContainer {
  width: 100%;
  margin-bottom: 60px;
}

.gutter {
  width: 2% !important;
}

.inlineButtonGroup {
  display: flex;
  align-items: center;
}

.inlineButtonSpacer {
  width: 10px; /* Adjust spacing between buttons */
}

.responsive-header-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.responsive-header-img {
  width: 100%;
  height: auto;
  display: block;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 { padding-bottom: 20px; }

.leaderboard-header {
  background-color: #f3f3f3;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.leaderboard-filter-section {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.leaderboard-filter-input {
  max-width: 400px;
  width: 100%;
}

.leaderboard-filter-input input {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.leaderboard-header .label {
  font-size: 16px;
  font-weight: 700;
}

.leaderboard-filter-action {
  margin-left: 20px;
}

.form-action-area {
  display: flex;
  clear: both;
  justify-content: space-between;
  align-items: flex-start;
}

.content-white-winner {
    width: 100%;
    max-width: 1120px;
    width: calc(100% - 60px); 

}

.fullWidth { width:90% !important; }
        
@media (max-width: 900px) {
  .form-action-area {
    flex-direction: column;
  }
}
