.article-golf {
  padding-top: 0;
}
.article-golf .president_special_container {
  display: none !important;
}
.article-golf header {
  display: none !important;
}
.article-golf footer {
  width: auto;
  margin-top: 0;
  background: #D2D8C6;
}
.article-golf footer #register input {
  border: 1px solid #333;
  padding: 0 10px;
}

#golf .green-text {
  color: #9DC9A0;
}
#golf .main_logo {
  margin-bottom: 100px;
}
#golf .width-auto {
  width: auto;
}
#golf .beige_btn {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 70px;
  padding: 0 25px;
  background: #FAE6C2;
  color: #3C5B59;
  border: none;
  cursor: pointer;
}
#golf .beige_btn:hover {
  background: #3C5B59;
  color: #FAE6C2;
}
#golf .divider {
  width: 100%;
  height: 1px;
  background: #9DC9A0;
  margin: 60px 0;
}
#golf .title {
  font-size: 60px;
  font-weight: 300;
}
#golf .title sup {
  text-transform: lowercase;
}
#golf .title.large {
  font-size: 75px;
}
#golf h2 {
  font-size: 90px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: left;
  border-bottom: none;
  margin-bottom: 0;
}
#golf h3 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
#golf h4 {
  font-size: 28px;
  text-transform: uppercase;
}
#golf h5 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#golf p.regular {
  font-size: 22px;
}
#golf .lightgreen_bg {
  background: #D2D8C6;
}
#golf .darkgreen_bg {
  background: #3C5B59;
}
#golf .darkgreen-text {
  color: #3C5B59;
}
#golf .hero {
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 100vh;
  background: url("../img/golf-t/hero.jpg") no-repeat center center;
  background-size: cover;
}
#golf .hero .title {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
#golf .hero .title_text {
  margin-bottom: 60px;
}
#golf .hero .container > div {
  flex-grow: 1;
}
#golf .player {
  background: url("../img/golf-t/player.jpg") no-repeat right center;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
#golf .player p.title {
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 40px;
}
#golf .player p.title b {
  font-weight: 500;
}
#golf .player p.regular {
  color: #fff;
  margin-bottom: 100px;
}
#golf .player p {
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
}
#golf .player p strong {
  color: #fff;
  font-weight: 500;
}
#golf .player p a {
  color: #fff;
}
#golf .player p.small {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
#golf .player .stats {
  margin-top: 50px;
}
#golf .sponsorship h3 {
  font-size: 90px;
  line-height: 1;
  color: #3C5B59;
}
#golf .sponsorship h3 span {
  width: auto;
  padding-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid #3C5B59;
}
#golf .sponsorship h3 em {
  display: inline;
  font-style: normal;
  font-size: 32px;
  text-transform: capitalize;
}
#golf .sponsorship ul {
  padding-top: 30px;
  list-style: disc;
  padding-left: 20px;
}
#golf .sponsorship ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #3C5B59;
  margin-bottom: 15px;
}
#golf .sponsorship .item {
  position: relative;
  border-top: 1px solid #fff;
  padding-top: 55px;
  padding-bottom: 55px;
}
#golf .sponsorship .item .name {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
#golf .sponsorship .item .name::after {
  content: "";
  width: 48px;
  height: 48px;
  background: url("../img/golf-t/litle_arrow.png") center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
#golf .sponsorship .item .text {
  display: none;
  padding-top: 40px;
}
#golf .sponsorship .item.open {
  background: #fff;
}
#golf .sponsorship .item.open::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
#golf .sponsorship .item.open .name {
  color: #3C5B59;
}
#golf .sponsorship .item.open .name span {
  text-decoration: underline;
}
#golf .sponsorship .item.open .name::after {
  background: url("../img/golf-t/litle_arrow_green.png") center;
  background-size: contain;
}
#golf .register_form {
  padding-bottom: 70px;
  padding-top: 100px;
}
#golf .register_form h4 {
  font-weight: 600;
}
#golf .register_form div.checkbox label.large {
  font-size: 25px;
  font-weight: 500;
  color: #3C5B59;
}
#golf .register_form div.checkbox label:before {
  top: 28px;
}
#golf .register_form div.checkbox.round label:before {
  border-radius: 50%;
}
#golf .register_form div.checkbox.round input:checked + label:before {
  background: #3C5B59;
}
#golf .register_form div.checkbox.missing label:before {
  background: red;
}
#golf .register_form div.splitter.s50_50 > div, #golf .register_form div.splitter.split-2 > div {
  padding: 0 7px;
}
#golf .register_form input[type=text],
#golf .register_form input[type=email] {
  border: 1px solid #3C5B59;
  padding: 0 15px;
}
#golf .register_form input[type=text]::placeholder,
#golf .register_form input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 500;
  color: #3C5B59;
}
#golf .register_form input[type=text]:-ms-input-placeholder,
#golf .register_form input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 500;
  color: #3C5B59;
}
#golf .register_form input[type=text]::-ms-input-placeholder,
#golf .register_form input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: 500;
  color: #3C5B59;
}
#golf .register_form div.field {
  margin-bottom: 20px;
}
#golf .register_form .submitNew {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background: #3C5B59;
  padding-top: 15px;
  padding-bottom: 15px;
  border-color: #3C5B59;
}
#golf .start_element {
  margin: 60px 0;
  margin-top: 30px;
  padding: 50px 0;
  border-top: 1px solid #3C5B59;
  border-bottom: 1px solid #3C5B59;
}
#golf .start_element .stars_block {
  margin-bottom: 15px;
}
#golf .start_element .stars_block:last-of-type {
  margin-bottom: 0;
}
#golf .stars_block h4 {
  font-weight: 500;
}
#golf .stars_block h4 span {
  text-transform: none;
  font-size: 16px;
  color: #777;
}
#golf textarea {
  height: 150px;
  padding: 20px;
  font-size: 16px;
}
#golf .star {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #3C5B59;
  stroke-width: 2;
  cursor: pointer;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
#golf .star.filled {
  fill: #3C5B59;
  stroke: #3C5B59;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px !important;
  }
}
@media (max-width: 1400px) {
  #golf h2 {
    font-size: 75px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
  #golf h3 {
    font-size: 36px;
  }
  #golf h4 {
    font-size: 24px;
  }
  #golf h5 {
    font-size: 22px;
  }
  #golf .title {
    font-size: 50px;
  }
  #golf .title.large {
    font-size: 60px;
  }
  #golf .main_logo {
    margin-bottom: 70px;
  }
  #golf p.regular {
    font-size: 20px;
  }
  #golf .beige_btn {
    font-size: 20px;
    line-height: 60px;
    padding: 0 20px;
  }
  #golf .sponsorship h3 {
    font-size: 70px;
  }
  #golf .sponsorship h3 em {
    font-size: 28px;
  }
  #golf .register_form div.checkbox label.large {
    font-size: 22px;
  }
  #golf .register_form div.checkbox label:before {
    top: 24px;
  }
}
@media (max-width: 1200px) {
  #golf .main_logo {
    width: 300px;
    margin-bottom: 50px;
  }
  #golf h2 {
    font-size: 65px;
  }
  #golf h3 {
    font-size: 30px;
  }
  #golf h4 {
    font-size: 22px;
  }
  #golf .title {
    font-size: 40px;
  }
  #golf .title.large {
    font-size: 60px;
  }
  #golf .divider {
    margin: 40px 0;
  }
  #golf .btn_wrapper {
    flex-wrap: wrap;
  }
  #golf .btn_wrapper a {
    width: 51%;
  }
  #golf .btn_wrapper a .beige_btn {
    width: 100%;
    margin-bottom: 10px;
  }
  #golf .sponsorship .item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #golf .sponsorship .item .name {
    font-size: 26px;
  }
  #golf .star {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  #golf h2 {
    font-size: 48px;
  }
  #golf .hero {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
  #golf .hero .number {
    margin-top: 30px;
    width: 200px;
    margin-bottom: 30px !important;
  }
  #golf .hero .title_text {
    margin-bottom: 30px;
  }
  #golf .sponsorship h3 {
    font-size: 60px;
  }
  #golf .sponsorship h3 em {
    display: inline-block;
  }
  #golf .register_form div.checkbox label.large {
    font-size: 20px;
  }
  #golf .start_element .stars_block,
  #golf .stars_block {
    margin-bottom: 30px;
  }
  #golf .start_element .stars_block .star_rating,
  #golf .stars_block .star_rating {
    flex-wrap: wrap;
  }
  #golf .start_element .stars_block .star_rating .star_count,
  #golf .stars_block .star_rating .star_count {
    width: 100%;
    margin-top: 10px;
  }
  #golf .start_element .stars_block .star_rating .star_count .star,
  #golf .stars_block .star_rating .star_count .star {
    margin-right: 5px;
  }
  #golf .start_element .stars_block h4 span,
  #golf .stars_block h4 span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  div.splitter.s50_50 > div, div.splitter.split-2 > div {
    width: 100%;
  }
  #golf h2 {
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #golf h3 {
    font-size: 24px;
  }
  #golf h4 {
    font-size: 20px;
  }
  #golf .title {
    font-size: 30px;
  }
  #golf .title.large {
    font-size: 40px;
  }
  #golf .btn_wrapper a {
    width: 90%;
  }
  #golf .beige_btn {
    font-size: 18px;
  }
  #golf .hero .number {
    width: 150px;
  }
  #golf .player p.regular {
    font-size: 18px;
    margin-bottom: 80px;
  }
  #golf .sponsorship h3 em {
    font-size: 24px;
  }
  #golf .sponsorship ul li {
    font-size: 18px;
  }
  #golf .register_form div.field.width-auto {
    margin-bottom: 0;
  }
  #golf .register_form .list-group-item {
    font-size: 16px;
  }
}