html {
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #181818;
  font-size: 16px;
  background: #fff;
  position: relative;
  min-height: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Lato", sans-serif;
}

iframe {
  border: none !important;
  width: 100% !important;
}

.grid-container {
  padding-bottom: 40px;
}

.grid-container form:not(.cart-form) {
  display: block;
  width: 100%;
  padding-bottom: 5em;
}

.grid-container ul {
  list-style: disc;
  margin: 1em;
  padding-left: 2em;
}

.grid-container .golf-info h1 {
  font-size:3em;
  font-weight: 700;
  line-height: 1;
  padding:10px 0;
}

.grid-container .main-home-coloumns h2 {
  font-size:2.2em;
  text-align:left;
  text-transform: none;
  margin: 0 0 0 0;
  padding:10px 0;
  line-height: 1;
}
.grid-container .main-home-coloumns h2::before {
  border-bottom:none;
  bottom:0px;
  left:0px;
  margin-left:0;
}

.grid-container .golf-info h3 {
  font-size:2em;
  font-weight: 700;
  border-bottom:none;
  padding:10px 0;
  line-height: 1.3;
}

.grid-container .golf-info h4 {
  font-size:1.6em;
  font-weight: 500;
  padding:10px 0;
  line-height: 1.3;
}

.grid-container .golf-info h5 {
  font-size:1.3em;
  font-weight: 500;
  padding:10px 0;
  line-height: 1.3;
}

.grid-container .golf-info h6 {
  font-size:1.1em;
  font-weight: 500;
  padding:8px 0;
  line-height: 1.3;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

.button {
  background: #21a3d8;
  border-radius: 3px;
  font-size: 16px;
  padding: 12px 20px;
  font-weight: 600;
}
.cstm_popup {
  border: 2px solid #21a3d8 !important;
}
.cstm_popup [type="text"] {
  width: 98.5%;
}

.button.invoice {
  background: #f16e2c;
  border-radius: 3px;
  font-size: 16px;
  padding: 12px 20px;
  font-weight: 600;
  margin-right: 15px;
}

.button.invoice .invoice-icon {
  padding-right: 10px;
}

.button:hover,
.button:focus {
  background: #1388b8;
}

.button.button.invoice:hover,
.button.button.invoice:focus {
  background: #e05e1c;
}

.btn-default {
  background: none;
  padding: 11px 20px;
  border: 1px solid #fff;
}

.btn-default:hover {
  padding: 12px 20px;
  border: 0px;
}

/** header code start **/

.cts-shape {
  width: 220px;
  position: absolute;
  height: 120px;
}
.logo {
  top: 0px;
  z-index: 2;
  width: 220px;
  position: absolute;
  text-align: center;
}
.logo img {
  max-height: 75px;
  margin: 15px auto;
}
.cts-shape::before {
  content: "";
  position: absolute;
  top: -30px;
  bottom: 18px;
  left: -1000px;
  right: -45px;
  background-color: #fff;
  -webkit-transform: skewX(-33deg);
  -khtml-transform: skewX(-33deg);
  -moz-transform: skewX(-33deg);
  -ms-transform: skewX(-33deg);
  transform: skewX(-33deg);
  z-index: 2;
}

.top-head {
  background: url('../images/banner.jpg') no-repeat center/cover;
  height: 100%;
  width: 100%;
  position: relative;
}
.sub-page-top-head {
  background: url('../images/sub_banner.png') no-repeat top center/cover;
  height: 100%;
  width: 100%;
  position: relative;
}

.sub-page-top-head .banner-info {
  margin-top: 10px;
}

.social-col {
  overflow: hidden;
  float: right;
  width: 100%;
  padding: 8px 10px 8px 0px;
}
.social-col ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}
.social-col ul li {
  float: left;
  border-radius: 50%;
  background: #ccc;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  text-align: center;
  vertical-align: middle;
}
.social-col ul li a {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-col ul li a:hover {
  opacity: inherit;
}

.cst-nav {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  overflow: hidden;
}

ol {
  margin-left:2em;
}

ul.nav-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: right;
}

ul.nav-list li {
  float: left;
  margin: 0 5px;
}

ul.nav-list li.disabled,
ul.site-link li.disabled {
  display:none!important;
}

ul.nav-list li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 8px;
  line-height: 65px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
ul.nav-list li a.active,
ul.nav-list li a:hover {
  background: transparent;
  border-bottom: 2px solid #269dce;
}
.no-logo .grid-container {
  padding-bottom: 0;
}
.active {
  background: #269dce;
}
#parallelogram {
  width: 150px;
  height: 100px;
  transform: skew(20deg);
  background: red;
}
.banner-info {
  float: right;
  margin: 70px 15px 0 0;
  color: #fff;
}
.grid-container.home .banner-info {
  margin: 120px 15px 0 0;
}
/** content code start **/

.content {
  margin: 40px 0px;
}

.top-heading h2 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.top-heading h2::before {
  content: "";
  position: absolute;
  width: 45px;
  border-bottom: 4px solid #21a3d8;
  bottom: -6px;
  left: 50%;
  margin-left: -22px;
}

.package-wrap {
  display: block;
  width: 100%;
}

.package-wrap .payment-grid-table-container {
  overflow: auto;
}

.payment-grid-table-container .data-table-heading {
  padding: 0;
}

.payment-grid-table-container .package-top {
  padding: 5px 0px;
}

.payment-grid-table-container .remove-item {
  font-size: 2rem;
  padding: 0 0.5rem;
  margin: 0;
  color: red;
  cursor: pointer;
}

#main-form .cart-form .button {
  text-transform: uppercase;
  height: 2.5rem;
  margin: 0;
  padding: 0 0.75rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cart-form input[type="number"] {
  height: 2.5rem;
  margin-bottom: 0;
}

.package-wrap .payment-grid-table {
  min-width: 900px;
}

.payment-grid-table input[name="package_quantity"] {
  width: 4rem;
  margin-right: 0.75rem;
}

.pakage-section {
  margin: 20px 0;
  border: 1px solid #dddee0;
  border-radius: 3px;
  box-shadow: 0px 0px 8px #efefef;
  background: rgba(0, 0, 0, 0.025);
  overflow: hidden;
}

.pakage-section p {
  padding: 10px 20px;
  font-size: 18px;
  color: #444;
}

.pakage-section.sold-out {
  position: relative;
}

.pakage-section.sold-out::after {
  content: "Sold Out";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px;
  font-size: 38px;
  font-weight: 600;
  background: url("../images/sold-out-back.png");
  color: #333;
  overflow: hidden;
  font-family: Lato, sans-serif;
}

p.helper-text {
  padding: 10px 20px;
  font-size: 18px;
  color: #444;
  text-align: center;
}

.package-top {
  padding: 5px 20px;
  border-bottom: 1px solid #dddee0;
  margin: 0 auto;
}

.package-top.bg-blue {
  background: #21a3d8;
  color: #fff;
}

.package-top.bg-blue .plus {
  color: #fff;
}

.package-heading {
  font-size: 25px;
  font-weight: 700;
  color: #222;
  /* text-transform: uppercase; */
}

.package-heading-golfers {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}

.online-invoice {
  text-align: center;
}

.online-invoice a {
  display: inline-block;
  color: #333;
  padding: 5px 20px;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 30px;
}

.golfers-label {
  font-size: 20px;
  color: #21a3d8;
  padding-bottom: 10px;
  font-weight: 700;
}

.text-field label.golfers-label {
  font-size: 12px;
}

.text-field label.golfers-label input {
  height: auto;
}

.text-field label.golfers-label {
  font-size: 12px;
}

.text-field label.golfers-label input {
  height: auto;
}

.package-pay {
  padding: 10px 20px;
}

.package-price {
  margin-top: 22px;
}

.package-price {
  font-size: 34px;
  font-weight: 600;
  color: #8cc63f;
}

.package-price span {
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  color: #222;
}

.select-field label {
  font-size: 16px;
  color: #464646;
  display: block;
}

.email-field {
  position: relative;
  width: 380px;
  float: right;
}

.email-field {
  position: relative;
}

.grid-container .email-field form {
  padding-bottom:1em;
}

.email-field input {
  position: relative;
  padding: 20px 100px 22px 15px;
  background: #fff;
  outline: none;
  border: 0;
  box-shadow: inherit;
  margin: 0 !important;
  color: #222;
  font-size: 18px;
}

.email-field input::placeholder {
   color:#0c5c7c;
}

.email-field input[type="text"]:focus {
  background: #21a3d8;
  outline: none;
  border: 0;
}

.apply-btn {
  position: absolute;
  right: 0;
  top: 0px;
  margin: 0 0 0 0 !important;
  background: #0c5c7c;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.cst-pagination {
  margin: 0px;
  float: right;
}

ul.cst-pagination {
  list-style: none;
}

.cst-pagination > li > a,
.cst-pagination > li > span {
  border: 0px;
}

.cst-pagination > li > a {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #f7f7f7;
  color: #575757;
  display: inline-block;
  line-height: 27px;
}

.cst-pagination > li > a.active,
.cst-pagination > li > a:hover {
  background: #21a3d8;
  color: #fff;
}

.cst-pagination > li {
  float: left;
  padding: 0 5px;
}

.cst-pagination > li > a.prev,
.cst-pagination > li > a.next {
  background: none;
  font-size: 18px;
  line-height: 16px;
  color: #a99e9e;
}

.cst-pagination > li > a.next {
  color: #222;
}

.next-col {
  display: block;
  margin: 5px auto;
  text-align: center;
}

.next-col .button {
  text-transform: uppercase;
  padding: 12px 40px;
  font-size: 18px;
}

.timeline {
  display: table;
  width: 100%;
}

.timeline ul {
  position: relative;
  list-style: none;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.timeline ul:before {
  border: 4px solid #21a3d8;
  content: "";
  position: absolute;
  width: 95%;
  z-index: -1;
  top: 25px;
  left: 0px;
}

.timeline ul li:first-child.cst-step:before,
.timeline ul li:last-child.cst-step:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/circle.png") no-repeat;
  left: -3px;
  top: 11px;
}

.timeline ul li:last-child.cst-step:before {
  right: -3px;
  left: inherit;
}

.timeline ul li.cst-step {
  width: 32%;
  float: left;
  text-align: center;
  position: relative;
}

.timeline-heading {
  display: block;
  font-size: 16px;
  color: #7f7f7f;
  margin-top: 5px;
}

.circle-golf {
  width: 52px;
  height: 52px;
  background: #7f7f7f;
  border-radius: 50px;
  margin: 0 auto;
  line-height: 45px;
}

.step-active .circle-golf {
  background: #21a3d8;
  cursor: pointer;
}

.circle-golf img {
  opacity: 0.8;
}

.step-active .timeline-heading {
  color: #21a3d8;
  font-weight: 700;
}

.step-active .circle-golf img {
  opacity: inherit;
}

/** footer code start **/

.bottom-col {
  background: #403f3d;
  color: #fff;
  padding: 20px 0px;
  font-size: 18px;
}

.btm-heading {
  font-size: 28px;
  position: relative;
  margin-bottom: 20px;
}

.btm-heading:before {
  content: "";
  position: absolute;
  width: 45px;
  border-bottom: 4px solid #21a3d8;
  bottom: -4px;
}

.cst-divider {
  position: relative;
}

.cst-divider:before {
  width: 1px;
  background: url("../images/footer-border.png") top right;
  content: "";
  position: absolute;
  right: 40px;
  height: 200px;
}

ul.site-link {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 15px;
  margin-bottom: 15px;
}

ul.site-link li {
  line-height: 35px;
  position: relative;
  padding-left: 14px;
}

ul.site-link li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 16px;
}

ul.site-link li a {
  color: #fff;
}

ul.site-link li a.active {
  background: none;
}

.contact-detail {
  position: relative;
  margin-bottom: 15px;
}
.contact-detail ul {
  margin-left: 0;
}

.lft-col {
  position: absolute;
  left: 0px;
}

.rgt-col {
  padding-left: 30px;
  font-size: 17px;
  line-height: 25px;
}

.rgt-col span {
  display: block;
  margin-top: 5px;
}

.social-icons a {
  text-decoration: none;
  color: #fff;
  font-size: 22px !important;
  margin-right: 20px;
}

.social-icons a:last-child {
  margin-right: 0px;
}

.send-enquiry textarea {
  max-width: 100%;
  height: 70px;
  resize: none;
  padding-bottom: 5px;
  overflow-y: auto;
}

.btn-col a {
  text-transform: uppercase;
  margin-right: 15px;
}

.copyright-text {
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 50px 0 0 0;
}

.copyright-text a {
  color: #21a3d8;
}

.hamburger {
  display: none;
}

.reveal-overlay {
  overflow: hidden;
}

.event-modal {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px;
  position: relative;
  border: 0px;
}


@media screen and (max-width: 540px) {

  .invite.modal .cstm-cap.invite {
    padding: 0;
  }

  .package-info.invite {
    padding: 0 !important;
  }

  .package-info.invite .button {
    margin-top: 10px;
    margin-bottom: 0;
  }

}

.md-heading {
  padding: 10px 15px;
  background: #21a3d8;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}

.event-modal .close-button,
.styles_closeButton__20ID4 {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.event-modal .close-button:hover {
  opacity: inherit;
}

.md-data {
  padding: 10px 15px;
  font-size: 16px;
  border-top: 0px;
  border: 1px solid #ddd !important;
}

.event-img {
  width: 190px;
  height: 190px;
  float: left;
}

.package-info {
  padding-left: 10px;
}

.package-info span {
  color: #ff0000;
  font-weight: 700;
}

.md-data p {
  margin: 15px 0px;
}

/* css accordion for register golfer */

.set {
  position: relative;
}

.set > .bg-blue {
  display: flex;
  padding: 13px 15px 4px 15px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.set > .bg-blue a i {
  margin-top: 10px;
}

.content1 {
  display: block;
  padding: 25px;
}

.data-table-heading {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 0px 4px 16px;
  margin: 0px;
}

.data-table-heading span {
  color: #21a3d8;
}

.pakage-section table.dataTable#example {
  margin: 0px !important;
}

.pakage-section table.dataTable#example2 {
  margin: 0px !important;
}

.access-code {
  margin: 30px auto 10px auto;
}

.access-code input {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

table#example tbody tr:nth-child(even),
table#example2 tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #ffffff;
  border-top: solid 1px #ebeced;
  font-size: 16px;
  color: #434343;
}

table#example tbody tr:nth-child(odd),
table#example2 tbody tr:nth-child(odd) {
  border-bottom: 0;
  background-color: #ffffff;
  border-top: solid 1px #ebeced;
  font-size: 16px;
  color: #434343;
}

.pakage-section table.dataTable tfoot {
  background: #21a3d8;
  color: #fff;
  border: solid 1px #21a3d8;
}

.total {
  font-size: 17px;
}

.total-value {
  font-size: 22px;
}

.text-upper {
  text-transform: uppercase;
}

.stripe-cc-element {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: .75rem;
  padding: 0.75rem 0.5rem;
}

.stripe-cc-element,
.text-field input,
.text-field select {
  background: #fff;
  box-shadow: none;
  border-radius: 3px;
  height: 46px;
  border: solid 1px #cac9c9;
}

.text-field label {
  font-size: 18px;
  color: #181818;
}

.text-field label span {
  color: #f41414;
  font-weight: 700;
}

.golf-info {
  position: relative;
  margin: 10px auto;
  padding: 10px;
  /* max-width: 1080px; */
  /* border: 1px solid #eee; */
  overflow: hidden;
}

.golf-info h2 {
  margin: 0 0 15px 0;
  padding: 5px 10px;
  line-height: normal;
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.golf-info h2::before {
  content: "";
  position: absolute;
  width: 45px;
  border-bottom: 4px solid #21a3d8;
  bottom: -6px;
  left: 50%;
  margin-left: -22px;
}
.golf-info img {
  display:inline-block;
}

.town-image {
  width: 400px;
  position: absolute;
  right: 20px;
}

.main-info {
  border: 1px solid #dddee0;
  border-top: 0px;
  border-radius: 3px;
  height: 350px;
  overflow: hidden;
}

.top-main-heading {
  background: #333333;
  color: #fff;
  padding: 8px 15px 10px;
}

.top-main-heading h3 {
  font-size: 22px;
  margin: 0px;
  line-height: auto;
}

.btm-data {
  height: 100%;
  overflow-y: auto;
}

/** gallery section code start **/

.gallery {
  margin: 40px 0px 60px;
  overflow: hidden;
  background: #f3f1f1;
  clear: both;
  padding: 20px 0 40px;
}

.gallery h2:before {
  height: 44px;
  left: 50%;
  margin-left: -17.5px;
}

.gallery ul {
  margin: 0px;
  padding: 0px;
}

.portfolio-categ {
  margin-bottom: 30px;
}

ul.portfolio-categ {
  text-align: center;
  margin: 30px 0px 20px;
  padding: 0px;
}

.portfolio-categ li {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 7px 18px;
  font-size: 18px;
  margin: 0 0.4em;
  background: #232327;
}

.portfolio-categ li a {
  color: #fff;
  text-decoration: none;
}

.image-block {
  display: block;
  position: relative;
}

.portfolio-area li {
  float: left;
  list-style-type: none;
  overflow: hidden;
  width: 24%;
  margin-right: 10px;
  border-radius: 5px;
}

.portfolio-area li img {
  width: 100%;
  height: auto;
}

.home-portfolio-text {
  margin-top: 10px;
}

.gallery-imgs {
  margin: 40px 0px;
  overflow: hidden;
}

.gallery li.active,
.portfolio-categ li:hover {
  color: #fff;
  background: #269dce;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/** gallery section code end **/
.main-cst-event {
  padding-right: 0px;
  float: none;
}
.main-home-coloumns,
.main-home-coloumns-2 {
  display: table;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.main-home-coloumns .medium-12 {
  padding-left: 1%;
  padding-right: 1%;
}
.main-home-coloumns .medium-8 {
  float: left;
  width: 66.66667%;
  padding-left: 1%;
  padding-right: 1%;
}
.main-home-coloumns .medium-4,
.main-home-coloumns-2 .medium-4 {
  float: left;
  width: 33.33333%;
  padding-left: 1%;
  padding-right: 1%;
}
.main-home-coloumns-2 .medium-8 {
  float: right;
  width: 66.66667%;
}
.image-size img {
  width: 100%;
}
.main-cst-event p {
  font-size: 17px;
}

.slick-track {
  margin: 0 auto;
}
.slick-next:before,
.slick-prev:before {
  content: "\f105" !important;
  font-family: "FontAwesome" !important;
  color: #000 !important;
  font-size: 40px;
}
.slick-prev:before {
  content: "\F104" !important;
  margin-left: -11px;
}

.field-section.registrant-info {
  background: #eee;
  padding: 20px;
  margin: 20px 0;
  border: 2px solid #eee;
}
.main-contact h4 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px 10px;
  line-height: 34px;
}
.main-contact {
  background: #f5f5f5;
  border-top: 2px solid #21a3d8;
  overflow: hidden;
  margin-bottom: 20px;
}
.main-contact .field-section.registrant-info {
  background: transparent;
  border: 0px;
  margin: 0px;
}
.cst-form-field {
  width: 70%;
  float: left;
}
.cst-contact-btn .btn-col {
  margin: 15px 20px 0 0;
  float: left;
}
.cst-contact-btn .reset-btn .button {
  background: #9c9c9c;
}
input.button:hover,
input.button:focus {
  outline: none;
}
.main-contact input.form-control {
  border: 1px solid #d8d8d8;
}
.cst-map-col {
  float: right;
  width: 30%;
}
.cst-contact-btn {
  margin-top: 26px;
  float: right;
}
.donation-col .grid-x {
  margin: 0 0 20px;
}
.react-inputs-validation__select__hover-active___2z1MQ {
  background: #269dce !important;
}
.select-payment .react-inputs-validation__select__container___3jgUR {
  padding: 1% 2% !important;
}
.fix-height-dropdown
  .react-inputs-validation__select__options-container___d54qE {
  height: 100%;
  min-height: 150px;
  overflow-y: auto;
}
.donation-col .grid-x:last-child {
  margin-bottom: 0px;
}
.donation-col .cst-contact-btn {
  margin-top: 0px;
  float: none;
  text-align: center;
}
.donation-col .cst-contact-btn .btn-col {
  float: none;
}
.donation-col .button {
  text-transform: uppercase;
}
.donation-col {
  display: table;
  width: 100%;
  overflow: inherit;
}
.ril__captionContent {
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  display: table;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.ReactModal__Body--open .ril__toolbarItem {
  margin-left: 1px;
  background: rgba(38, 157, 206, 0.8);
}
.ReactModal__Body--open .ril__toolbar {
  height: 35px;
}
.ReactModal__Body--open .ril__toolbarItem {
  display: inline-block;
  line-height: 17px;
}
.cst-top-message {
  background: #8cc63f;
  border-top: 4px solid #269dce;
  color: #fff;
  font-size: 22px;
  left: 0;
  padding: 20px 15px;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 9999999999;
}

.main-donation-col p,
.main-donation-col .button {
  margin: 0px;
}
.main-donation-col .package-heading {
  font-size: 20px;
}
.main-donation-col .package-heading p {
  line-height: 41px;
}
.main-donation-col .button a {
  color: #fff !important;
  text-decoration: none;
}
.styles_modal__gNwvD {
  padding: 0px;
}
.cst-event-md .package-info {
  font-size: 14px;
  text-align: left;
  color: #222;
}
.cst-event-md .package-info span {
  color: #222;
  font-weight: 400;
}
.read-more {
  border: 1px solid #efefef;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 0 25px !important;
  background: #8dc63f !important;
  color: #fff;
  padding: 5px 10px;
}
.read-more:hover {
  background: #efefef !important;
  color: #444;
}

.read-more span {
  margin-left: 5px;
}

.read-more:focus {
  background: #f16e2c;
}
.main-promo-col input {
  background: #21a3d8 !important;
}
.final-cost.invoice {
  margin-top: 1rem;
}

@media screen and (max-width:640px ) {
  .final-cost .cost {
    text-align: right;
  }

  .confirm-container {
    max-width: 320px;
    margin: 0 auto 2rem auto;
  }

}

.final-cost.donation {
  margin-bottom: 1rem;
}
.final-cost.donation p {
  padding: 0;
  margin-bottom: 0.75rem;
}
.cst-total .final-cost {
  padding: 0.625rem;
}
.cst-total .final-cost h5 {
  margin-bottom: 1rem;
}
.cst-total .final-cost p {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cst-total .final-cost .check-player input {
  height: 1rem;
  width: 1rem;
}
.cst-total .final-cost .check-player span {
  font-size: 1rem;
}
.cst-total.text-left .final-cost {
  text-align: left;
}
.cst-total {
  font-size: 18px;
  background: #f8f8f8;
}
table#example {
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 0px;
}
#processingPayments {
  display: block;
  width: 600px;
}

#processingPayments .md-data {
  padding: 0 0 30px 0;
}
#processingPayments .md-data ul {
  padding: 15px 25px 5px 25px;
}
#processingPayments .md-data ul li {
  line-height: 34px;
  font-size: 17px;
}
#processingPayments .md-data ul li span {
  font-weight: 600;
}
#processingPayments .md-data hr {
  padding: 0px;
  margin: 0px;
}
#processingPayments .md-data .package-info {
  padding: 25px;
  min-height: 140px;
  font-size: 18px;
  overflow-y: auto;
  max-height: 305px;
}

.btn-col button {
  margin-right: 6px;
}
#processingPayments .md-buttons {
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
}
#processingPayments .md-buttons span {
  display: block;
  padding-bottom: 15px;
}
#processingPayments .md-buttons .button {
  padding: 10px 20px;
  margin: 0 5px;
  font-size: 15px;
}
#processingPayments .md-buttons .read-more {
  background: #f16e2c;
}
#processingPayments .md-buttons .receipt-btn {
  background: #989898;
}
#processingPayments .md-buttons:hover,
#processingPayments .md-buttons:focus {
  outline: none;
}
.overlay {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.cst-package-col {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
}
.cst-package-col .package-info {
  padding-left: 0px;
}
.cst-top-info .medium-8 {
  padding-right: 25px;
}
.cst-top-info h3,
.cst-second-col h2 {
  font-size: 17px;
  font-weight: 600;
  /* text-align: center; */
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 12px;
}
.cst-event-data p {
  font-size: 17px;
  padding: 0 10px;
}
.cst-second-col .medium-4 {
  /* width: 31.3%; */
  padding-left: 1%;
  padding-right: 1%;
}

/* .cst-second-col .medium-4:nth-child(3) {
  margin-right: 0;
  width: 33.2%;
} */
.cst-second-col ul li {
  font-size: 15px;
}
.cst-full-width .medium-12 {
  padding: 0;
  display: table;
  margin: 0 auto;
}
.cst-two-col .medium-4 {
  padding-right: 2%;
}
.main-donation-col .package-heading {
  text-transform: inherit;
}
.main-donation-col .package-heading p {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.main-donation-col .promocode-col {
  margin: 10px auto 0;
}
#main-form .main-donation-col .promocode-col a.button {
  position: relative;
  z-index: 2;
}
.main-donation-col .read-more button {
  color: #fff;
  float: none;
}
.main-donation-col .read-more button:focus,
.main-donation-col .read-more button:hover {
  outline: none;
  border: 0px;
  cursor: pointer;
}
.pakage-section input,
.pakage-section select {
  margin-bottom: 8px;
}
.form-message {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}
.error {
  color: #ff0000;
}
.map-data {
  overflow: hidden;
}
.map-data .address-location {
  width: 48%;
}
.map-data .address-location {
  float: left;
}

.map-data .address-name {
  padding: 15px;
}

.detail-col {
  margin: 0 0 19px;
  font-size: 20px;
}
.map-data .cst-main-map .btm-data {
  min-height: 275px;
  max-height: 275px;
  overflow: hidden;
}
.map-data .address-name .detail-col {
  position: relative;
}
.map-data .address-name .detail-col i {
  color: #21a3d8;
  font-size: 28px;
  margin-right: 10px;
  width: 31px;
  /* float: left; */
  position: absolute;
}
.map-data .address-name .detail-col span {
  padding-left: 39px;
  display: block;
}
.cst-gallery .portfolio-area li {
  width: 21%;
  margin: 0 2% 15px;
}

.home-coloumns .cst-main-map .btm-data {
  overflow: hidden;
}
.home-coloumns .cst-main-map .btm-data iframe {
  height: 500px;
  overflow: hidden;
}
.map-data .cst-main-map .btm-data iframe {
  height: 300px;
}
.event-col thead {
  background: #25a5d9;
  color: #fff;
  border: 0;
}
.event-col table tbody tr td:last-child {
  width: 19%;
}
.sponsor-col {
  display: block;
  /* max-width: 1100px; */
  margin: 30px auto;
}
.slick-list {
  max-height:240px;
}
.slick-list h6 {
  font-size:13px;
}
.slick-slide {
  border: 4px solid #fff;
}
.slick-slide img {
  display: inline;
}
.sponsor-col .slick-next:before,
.sponsor-col .slick-prev:before {
  line-height: 10px !important;
}
.fieldset {
  width: 100%;
  float: left;
  border-radius: 3px;
}
.cstm-fld {
  margin: 0px auto;
  border: none;
  width: 100%;
}
.cstm-cap {
  padding: 10px 0px 0px 120px;
}
#processingPayments .md-buttons a {
  display: block;
  margin: 0 auto 10px !important;
  width: 100%;
  max-width: fit-content;
}

#footer .info-col.inquiry {
  background: rgba(255, 255, 255, 0.05);
  padding-bottom: 10px;
}
#footer .info-col.inquiry .btn-col {
  text-align: center;
}
#footer .info-col.inquiry .btn-col button {
  width: 100%;
  max-width: 304px;
}

/* 26-11-2019 */
.processingPayments-body {
  padding: 0 20px;
}
/* end 26-11-2019 */
.wrapper-home-map {
  margin-top: 2rem;
}

.wrapper-home-map .cst-main-map {
  width: 100%;
}

.wrapper-home-map .cst-main-map .main-info {
  height: 350px;
}

@media only screen and (max-width: 767px) {
  .cstm-cap {
    padding: 10px 0px 0px 100px;
  }
}

.wrapper-home-map .cst-main-map .main-info {
  height: 350px;
}

.fieldset legend {
  font-size: 16px;
  font-weight: 600;
  background: #21a3d8;
  color: #fff;
  padding: 5px 32px;
  border-radius: 3px;
}

a.widget-link,
a.widget-link:hover {
  color: #fff;
}

#main-form .button {
  margin: 0 5px;
}

@media (max-width: 1280px) {
  ul.nav-list li a {
    padding: 5px;
    font-size: 13px;
  }
  .golf-info h2 {
    font-size: 32px;
  }
  .cst-top-info h3,
  .cst-second-col h2 {
    font-size: 17px;
  }
  .cst-event-data p {
    font-size: 16px;
  }
  .cts-shape {
    display: none;
  }
}

@media (max-width: 1200px) {
  ul.nav-list li {
    margin: 0 2px;
  }

  #footer .cst-divider::before {
    right: 20px;
  }
  .golf-info h2 {
    font-size: 28px;
  }
  .cst-top-info h3,
  .cst-second-col h2 {
    font-size: 17px;
  }
}

@media (max-width: 990px) {
  .no-space {
    margin: 0px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
  }
  .top-head {
    background: url("../images/banner.jpg") no-repeat center 40px;
    background-size: auto;
    background-size: contain;
    position: relative;
  }
  .banner-info {
    float: right;
    margin: 50px 0 0 0;
    color: #fff;
    text-align: center;
  }
  .package-heading {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
  }
  .package-price {
    font-size: 24px;
  }
  .btm-heading {
    font-size: 22px;
  }
  .btm-heading::before {
    width: 25px;
    border-bottom: 2px solid #21a3d8;
    bottom: -2px;
  }
  .bottom-col,
  .rgt-col {
    font-size: 14px;
  }
  .rgt-col {
    padding-left: 24px;
  }
  .rgt-col span {
    margin-top: 0px;
  }
  .send-enquiry input[type="text"] {
    height: 35px;
    margin-bottom: 10px;
  }
  #footer .cst-divider::before {
    right: 0;
  }
  .event-modal {
    width: 767px;
  }
  .golf-info {
    padding: 15px;
  }
  .town-image {
    width: 300px;
    right: 15px;
  }
  .golf-info h2 {
    font-size: 24px;
  }
  .cst-top-info h3,
  .cst-second-col h2 {
    font-size: 17px;
  }
  .event-col table tbody tr td:last-child {
    width: 23%;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .home-coloumns .top-main-heading h3 {
    font-size: 18px;
  }
  .sponsor-col {
    width: 90%;
    margin: 20px auto;
  }
}

@media (max-width: 767px) {
  .event-modal {
    width: 100%;
    height: 100%;
  }
  .event-img {
    margin-right: 15px;
  }
  .package-info {
    padding-left: 0;
  }
  .top-heading h2 {
    font-size: 22px;
  }
  #main-form .package-heading {
    margin-bottom: 10px;
  }
  #main-form .package-heading,
  #main-form .promocode-col {
    width: 100%;
    display: block;
  }
  #main-form .promocode-col {
    text-align: center;
    margin-bottom: 1rem;
  }
  .email-field {
    float: left;
    margin-top:.5em;
    margin-bottom:0;
    width: 96%;
  }
  .package-price {
    margin-top: 0;
  }
  #footer .info-col:first-child,
  #footer .info-col {
    width: 100%;
    margin-bottom: 10px;
  }
  .btm-heading {
    margin-bottom: 12px;
  }
  .cst-divider:before {
    display: none;
  }
  ul.site-link {
    margin-left: 0px;
  }
  .contact-detail {
    position: relative;
    margin-bottom: 15px;
  }
  .timeline ul::before {
    width: 100%;
  }
  .timeline ul li:first-child.cst-step::before,
  .timeline ul li:last-child.cst-step::before {
    width: 25px;
    height: 25px;
    background: url("../images/circle.png") no-repeat;
    top: 4px;
    background-size: 100%;
  }
  .timeline ul::before {
    border: 2px solid #21a3d8;
    width: 95%;
    z-index: -1;
    top: 16px;
    left: 0px;
  }
  .timeline-heading {
    font-size: 13px;
    margin-top: 3px;
  }
  .circle-golf img {
    opacity: 0.8;
    width: 16px;
  }

  .circle-golf {
    width: 30px;
    height: 30px;
    background: #7f7f7f;
    border-radius: 50px;
    margin: 0 auto;
    line-height: 28px;
  }
  ul.site-link li {
    line-height: 35px;
    position: relative;
    padding-left: 14px;
    float: left;
  }
  ul.site-link li {
    line-height: 27px;
    position: relative;
    padding-left: 10px;
    float: left;
    margin: 0 10px;
    width: 44%;
  }
  ul.site-link li:last-child {
    margin-left: 10px;
  }
  ul.site-link li::before {
    font-size: 14px;
    top: 0px;
  }
  .hamburger {
    float: right;
    width: auto;
    font-size: 20px;
    cursor: pointer;
    display: block;
    margin: 5px 20px 7px 0px;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .social-col {
    padding-top: 0;
    width: auto;
  }
  ul.nav-list {
    display: none;
  }
  ul.nav-resp {
    display: block;
  }
  .toggled ul.nav-list {
    display: block;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  ul.nav-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: absolute;
    z-index: 9999;
    left: 0;
  }
  ul.nav-list li {
    margin: 3px 0 0;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  ul.nav-list li:first-child {
    margin-top: 0px;
  }
  ul.nav-list li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 0;
    width: 100%;
    display: table;
    margin: 0px auto;
    line-height: 20px;
  }
  #main-form .full-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .golf-info {
    margin: 20px 0px;
  }
  .golf-info h2 {
    font-size: 22px;
  }
  .town-event {
    font-size: 14px;
  }
  .town-image {
    display: none;
  }
  .golf-info {
    margin: 10px 0px;
  }
  .portfolio-categ li {
    padding: 4px 12px;
    margin: 0 5px;
    font-size: 14px;
  }
  .gallery-imgs {
    margin: 20px 0px;
  }
  .main-contact h4 {
    font-size: 18px;
  }
  .donation-col .grid-x {
    margin-bottom: 0px;
  }
  .donation-col .columns {
    margin-bottom: 10px;
  }
  .data-table-heading,
  .package-heading-golfers {
    font-size: 18px;
  }
  .cst-total,
  .text-field label {
    font-size: 16px;
  }

  .package-pay-event {
    padding: 6px 10px;
  }

  .stripe-cc-element {
    padding: 0.5rem;
  }

  .stripe-cc-element,
  .text-field input {
    height: 34px;
  }
  #processingPayments {
    width: 95%;
  }
  #processingPayments .md-data ul li {
    line-height: 28px;
    font-size: 14px;
  }
  #processingPayments .md-buttons .button {
    padding: 10px 10px;
    margin: 0 5px;
    font-size: 14px;
  }
  .cst-event-data .medium-8,
  .cst-event-data .medium-4,
  .cst-second-col .medium-4:nth-child(3) {
    padding: 0px;
    width: 100%;
  }

  .golf-info h2 {
    font-size: 16px;
  }
  .cst-event-data p,
  .cst-second-col ul li {
    font-size: 14px;
  }
  .main-donation-col .package-heading p {
    font-size: 14px;
    line-height: 24px;
  }
  .main-donation-col .read-more {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: table;
  }
  .pakage-section {
    margin: 20px 10px;
  }
  .next-col .button {
    text-transform: uppercase;
    padding: 12px 30px;
    font-size: 16px;
  }
  .map-data .address-location,
  .map-data .cst-main-map {
    width: 100%;
    float: none;
    display: block;
  }
  .map-data .address-name .detail-col i {
    color: #21a3d8;
    font-size: 18px;
    margin-right: 0;
    width: 27px;
    /* float: left; */
    position: absolute;
  }
  .map-data .address-name .detail-col span {
    padding-left: 26px;
    display: block;
    line-height: 17px;
    font-size: 14px;
  }
  .map-data .address-name .detail-col span {
    padding-left: 26px;
    display: block;
    line-height: 17px;
  }

  .cst-gallery .portfolio-area li {
    width: 28%;
  }
  .cst-gallery {
    margin-bottom: 0px;
  }
  .cst-main-map {
    width: 92%;
    margin: 0 auto;
  }
  .sponsor-col {
    width: 86%;
    margin: 20px auto;
  }
  .slick-prev:before {
    margin-left: 0;
  }
  .slick-next:before,
  .slick-prev:before {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .event-img {
    display: none;
    margin-right: 0px;
  }
  .md-heading {
    padding: 8px 15px 8px;
    font-size: 18px;
  }
  .close-button,
  .close-button.medium {
    right: 1rem;
    top: 8px;
    font-size: 26px;
    line-height: 1;
  }
  .md-data {
    font-size: 14px;
  }
  .md-data p {
    margin: 15px 0px 0;
  }
  .package-heading {
    font-size: 17px;
  }
  .timeline {
    margin: 63px 0 16px 0;
    display: table;
    width: 100%;
  }
  .timeline ul li:first-child.cst-step::before,
  .timeline ul li:last-child.cst-step::before {
    display: none;
  }
  .top-heading h2 {
    font-size: 18px;
  }
  .bottom-col {
    padding: 15px 0px;
  }
  .email-field input {
    position: relative;
    padding: 17px 100px 19px 15px;
    background: #21a3d8;
    outline: none;
    border: 0;
    box-shadow: inherit;
    margin: 0;
    color: #fff;
    font-size: 14px;
  }
  .package-heading {
    font-size: 18px;
  }
  .btm-heading {
    font-size: 18px;
  }
  .button {
    padding: 10px 19px;
    font-size: 14px;
  }
  .btn-default {
    background: none;
    padding: 9px 15px;
  }
  .apply-btn {
    padding: 11.5px 19px;
    font-size: 14px;
  }
  .social-col {
    display: none;
  }
  .banner-info {
    float: none;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
  }
  .top-main-heading h3 {
    font-size: 17px;
  }
  .cst-total .final-cost {
    width: 100%;
    float: left;
    padding: 1% 2%;
  }
  .data-table-heading,
  .package-heading-golfers {
    font-size: 16px;
  }
  #processingPayments .md-buttons .button {
    display: block;
    width: 90%;
  }
  #processingPayments .md-buttons .button {
    width: 90%;
    float: none;
    margin: 5px 0;
  }
  .main-donation-col .read-more {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: table;
  }
  .next-col .button {
    text-transform: uppercase;
    padding: 12px 30px;
    font-size: 16px;
  }
  .cst-gallery .portfolio-area li {
    width: 45%;
  }
}

/* custom CSS : Sandeep Sharma */
.social-icons ul li {
  list-style-type: none;
  display: inline;
  padding: 5px;
}
.success {
  color: green;
}
.promo-success {
  font-weight: bold;
  font-size: 16px;
}
.footer-contact-mail a {
  color: #fff;
}

/* event agena - home */

.agenda-section {
  max-width: 1080px;
  margin: 30px auto;
}
.event-agenda-frame {
  padding: 20px 15px;
}
.event-agenda-frame .cell {
  padding-bottom: 30px;
}
.home-event-agenda-schedule {
  font-weight: 600;
  text-align: right;
}
.home-event-agenda {
  padding-bottom: 15px;
}
.home-event-agenda:not(:first-child) {
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.home-event-agenda-text {
  text-align: justify;
  color: #000000b3;
  letter-spacing: 0.1px;
}
span.sponsorships-title {
  display: inline-block;
  width: 67%;
}
span.sponsorships-price {
  float: right;
  font-weight: bold;
}

/* 5-12-2019 */
/* .timeline ul li:last-child.cst-step:before::{ */

.cst-line::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  left: -3px;
  top: 11px;
  border: 10px solid #21a3d8;
}
/* end */
/* 2nd active */
.cst.circle-golf {
  width: 52px;
  height: 52px;
  background: #21a3d8;
  border-radius: 50px;
  margin: 0 auto;
  line-height: 45px;
}
.cst.timeline-heading {
  display: block;
  font-size: 16px;
  color: #21a3d8;
  margin-top: 5px;
}

.timeline ul > li:nth-child(2).step-active:before {
  border: 4px solid #21a3d8;
  content: "";
  position: absolute;
  width: 87%;
  z-index: -1;
  top: 25px;
  left: -44%;
}

/* end */
.timeline ul:before {
  border: 4px solid #21a3d8;
  content: "";
  position: absolute;
  width: 18%;
  z-index: -1;
  top: 25px;
  left: 0px;
}
.timeline.timelineall ul:before {
  border: 4px solid #21a3d8;
  content: "";
  position: absolute;
  width: 95%;
  z-index: -1;
  top: 25px;
  left: 0px;
}
.timeline ul:after {
  border: 4px solid #666666;
  content: "";
  position: absolute;
  width: 95%;
  z-index: -2;
  top: 25px;
  left: 0px;
}
.bar-deactive-2 ul :before {
  border: 4px solid #7f7f7f;
  content: "";
  position: absolute;
  width: 30%;
  z-index: -1;
  top: 25px;
  left: 18%;
}

.bar-deactive-3 ul:before {
  border: 4px solid #7f7f7f;
  content: "";
  position: absolute;
  width: 34%;
  top: 25px;
  left: 60%;
}

.reg-disabled {
  border: 2px solid #21a3d8;
  border-radius: 5px;
  background: #efefef;
  text-align: center;
  padding: 33px;
  margin: 80px 20px 50px 20px;
}

.reg-disabled .reg-disabled-inner {
  font-size: 24px;
  margin: 0 auto;
  color: #222222;
  max-width: 800px;
}
.err-modal{
  height:auto;
}

.site-down-msg {
  width: 100%;
  position: fixed;
  z-index: 1002;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px;
}

.site-down-msg p {
  margin: 0;
  padding: 0.5rem;
}

.err-modal {
  height: auto;
}
div.md-heading {
  padding: 10px 20px;
  text-align: left;
}
#processingPayments .dynamic-data-wrap {
  padding: 18px 20px;
  cursor: auto;
  min-height: 220px;
}
#processingPayments .md-data .dynamic-package {
  padding: 0;
  margin-bottom: 10px;
  min-height: 100%;
  text-align: left;
}

/* responsive */

@media screen and (max-width: 1200px) {
  .err-modal{
    min-height:auto;
  }
  div.md-heading {
    padding: 10px 10px;
  }
}

@media (max-width: 990px) {
  .grid-container {
    padding-bottom: 0;
  }
  .err-modal{
    min-height:auto;
  }
  div.md-heading {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  #processingPayments .md-data {
    padding: 10px 10px;
  }
  #main-form .overlay {
    height: auto;
    padding-top: 10px;
  }
  .main-info {
    height: auto;
    margin-bottom: 20px;
  }
  .err-modal {
    min-height: auto;
  }
  div.md-heading {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 480px) {
  .timeline ul li {
    padding-top: 13px;
  }
  .err-modal {
    min-height: auto;
  }
  div.md-heading {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) {
  #footer {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1080px) {
  .no-logo ul.nav-list {
    display: table;
    float: none;
    margin: 0 auto;
  }
  .no-logo ul.nav-list li {
    display: table-cell;
    padding: 0 8px;
    float: none;
  }
}

/** Header/Banner Custom CSS */
.site-down-msg{
  color: #fff;
  width: 100%;
  padding:12px;
  z-index: 1002;
  text-align: center;
  bottom: 0;
  position: absolute;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.8);
}
.site-down-msg p{
  margin: 0;
  padding: 0.5rem;
}
.social-col-desktop {
  display: none;
}
.mobile-header {
  display: none;
}
.overlay-wrapper.page_title_box {
  width: 100%;
  position: relative;
}
.overlay-wrapper.page_title_box {
  height: calc(100% - 65px);
}
.top-head .overlay-wrapper.page_title_box {
  height: calc(100% - 67px);
}
.overlay-text-wrapper {
  width: 95%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-info.overlay-text {
  margin: 0;
}
.event-heading {
  text-align: right;
  position: relative;
  z-index: 2;
  padding: 7px 40px;
  line-height: 1.25;
  text-shadow: 0 3px 4px #000;
}
.event-heading::before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: skewX(-26deg);
  -khtml-transform: skewX(-26deg);
  -moz-transform: skewX(-26deg);
  -ms-transform: skewX(-26deg);
  transform: skewX(26deg);
}
.heading {
  font-size: 34px;
  font-weight: 700;
}
.sub-heading {
  font-size: 24px;
  padding: 8px 0 8px 30px;
}
.custom-banner .overlay-text-wrapper {
  width: 100%;
  height: auto;
}
.custom-banner .banner-info.overlay-text {
  padding: 8px 10px;
  text-align: left;
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  background-color: rgb(0 0 0 / 100%);
}
.custom-banner .overlay-wrapper.page_title_box {
  padding: 0;
  max-width: 100%;
}
.custom-banner .overlay-text .event-heading {
  padding: 0;
}
.custom-banner .overlay-text .event-heading::before {
  content: none;
}
.custom-banner .overlay-text .sub-heading {
  margin-top: 0;
}
.banner-info.registration_button {
  text-align: center;
  background:none;
  width: 100%;
  bottom: 0;
  z-index: 99;
  margin-top: 0;
  position: absolute;
  padding-bottom: 10px;
}
.registration_button .button {
  background: #25aae1;
  font-size: 24px;
  padding: 14px 70px;
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
}

/** Header/Banner Responsiveness */

@media (max-width: 1280px) {
  .logo {
    width: 170px;
    top: 0px;
    left: 0;
    background: transparent;
    height: 50px;
    margin-top: 0;
  }
  .logo img {
    margin: 7px 10px;
    max-height: 50px;
  }
  .overlay-wrapper.page_title_box {
    height: calc(100% - 92px);
  }
  .top-head .overlay-wrapper.page_title_box {
    height: calc(100% - 94px);
  }
  .event-heading {
    padding: 7px 30px;
  }
  .heading {
    font-size: 30px;
    font-weight: 700;
  }
  .sub-heading {
    font-size: 20px;
    padding: 5px 0 6px 20px;
  }
}

@media screen and (max-width: 990px) {
  .top-head .overlay-wrapper .event-heading {
    text-align: left;
    padding: 15px 30px;
  }
  .top-head .overlay-wrapper .heading {
    font-size: 22px;
    font-weight: 700;
  }
  .top-head .overlay-wrapper .sub-heading {
    font-size: 18px;
    padding: 6px 0 6px 20px;
  }
  .sub-page-top-head .overlay-text-wrapper {
    height: calc(100% - 40px);
  }
  .sub-page-top-head .overlay-wrapper .event-heading {
    text-align: left;
    padding: 4px 30px;
  }
  .sub-page-top-head .overlay-text .heading {
    font-size: 18px;
  }
  .sub-page-top-head .overlay-text .sub-heading {
    font-size: 16px;
  }
  .custom-banner .overlay-text .heading {
    font-size: 20px;
  }
  .custom-banner .overlay-text .sub-heading {
    font-size: 16px;
  }
  .registration_button .button {
    font-size: 18px;
    padding: 12px 50px;
  }
  .sub-page-top-head .registration_button .button {
    font-size: 15px;
    padding: 10px 40px;
  }
}

@media (min-width: 990px) and (max-width: 1600px) {
  .nav-desktop {
    max-width: 100%;
  }
  .sub-page-top-head .overlay-text-wrapper {
    height: calc(100% - 42px);
  }
  .sub-page-top-head .event-heading {
    text-align: left;
    padding: 10px 40px;
  }
  .custom-banner .overlay-text .event-heading {
    text-align: right;
  }
  .sub-page-top-head .heading {
    font-size: 22px;
    font-weight: 700;
  }
  .sub-page-top-head .sub-heading {
    font-size: 18px;
    padding: 5px 0 6px 20px;
  }
  .custom-banner .overlay-text .heading {
    font-size: 24px;
  }
  .custom-banner .overlay-text .sub-heading {
    font-size: 16px;
    padding: 5px 0 6px 20px
  }
  .registration_button .button {
    font-size: 20px;
  }
  .sub-page-top-head .registration_button .button {
    font-size: 17px;
    padding: 10px 40px;
  }
}

@media (min-width: 990px) and (max-width: 1280px) {
  .sub-page-top-head .overlay-text .heading {
    font-size: 20px;
  }
}

@media (min-width: 480px) and (max-width: 1280px) {
  .mobile-header {
    max-width: 100%;
    display: block;
    height: 52px;
  }
  .social-col {
    overflow: hidden;
    float: right;
  }
  .social-col ul {
    margin-top: 6px;
  }
  .social-col ul li a {
    font-size: 14px;
    color: #000;
  }
  ul.nav-list li {
    float: left;
    margin: 0 2px;
  }
  ul.nav-list li a {
    line-height: 40px;
  }
  .custom-banner .overlay-text .event-heading {
    padding: 0;
    text-align: right;
  }
  .sub-page-top-head .banner-info.registration_button {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-header {
    display: block;
    height: 62px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .__pg__header-wrapper .logo {
    top: 0;
    left: 0;
    padding: 8px 0;
  }
  .__pg__header-wrapper .logo img {
    margin: 0;
    max-height: 50px;
    max-width: 150px;
  }
  ul.nav-list li {
    margin: 0;
  }
  ul.nav-list li a {
    line-height: 25px;
  }
  ul.nav-list li a:hover,
  ul.nav-list li a.active {
    background-color: #269dce;
  }
  .top-head .overlay-wrapper.page_title_box {
    padding: 0;
    height: calc(100% - 64px);
  }
  .sub-page-top-head .overlay-wrapper.page_title_box {
    padding: 0;
    height: calc(100% - 62px);
  }
  .sub-page-top-head .overlay-text .event-heading {
    text-align: left;
  }
  .custom-banner .overlay-text .event-heading {
    text-align: right;
  }
  .top-head .overlay-wrapper .heading {
    font-size: 17px;
    padding: 0;
  }
  .top-head .overlay-wrapper .sub-heading {
    font-size: 15px;
  }
  .sub-page-top-head .overlay-text .heading,
  .custom-banner .overlay-text .heading {
    font-size: 16px;
  }
  .sub-page-top-head .overlay-text .sub-heading,
  .custom-banner .overlay-text .sub-heading {
    font-size: 14px;
  }
  .sub-page-top-head .registration_button .button {
    font-size: 14px;
    padding: 8px 35px;
  }
  .top-head .registration_button .button {
    font-size: 16px;
    padding: 10px 40px;
  }
  .sub-page-top-head .registration_button {
    bottom: -40px !important;
    padding-bottom: unset;
  }
}

@media (max-width: 600px) {
  .banner-info.overlay-text {
    padding: 8px 10px;
    text-align: left;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 100%);
  }
  .overlay-text-wrapper,
  .sub-page-top-head .overlay-text-wrapper {
    width: 100%;
    height: auto;
  }
  .overlay-wrapper.page_title_box,
  .sub-page-top-head .overlay-wrapper.page_title_box {
    padding: 0;
    max-width: 100%;
  }
  .top-head .overlay-wrapper .event-heading,
  .sub-page-top-head .overlay-text .event-heading {
    padding: 0;
    text-align: left;
  }
  .overlay-text .event-heading::before {
    content: none;
  }
  .top-head .overlay-wrapper .heading,
  .sub-page-top-head .overlay-text .heading {
    font-size: 16px;
  }
  .top-head .overlay-wrapper .sub-heading,
  .sub-page-top-head .overlay-text .sub-heading {
    font-size: 14px;
    margin-top: 0;
    padding: 5px 0;
  }
  .banner-info.registration_button {
    bottom: -40px !important;
    padding-bottom: unset;
  }
}

@media screen and (max-width: 480px) {
  .event-heading {
    text-align: left;
  }
  .heading {
    font-size: 14px !important;
    font-weight: unset;
  }
  .sub-heading {
    font-size: 13px !important;
  }
  .registration_button .button{
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (min-width: 1281px) {
  ul.nav-list li a {
    padding: 5px;
  }
  .nav-desktop {
    padding: 0;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-col-desktop {
    display: block;
    width: auto;
    border-left: 2px solid #ccc;
    padding-left: 4px;
  }
  .mobile-header .social-col {
    display: none;
  }
  .social-col-desktop ul li a {
    color: #000;
  }
}

@media (min-width: 1350px) {
  ul.nav-list li a {
    padding: 5px 8px;
  }
  .sub-page-top-head .registration_button .button {
    font-size: 20px;
    padding: 12px 60px;
  }
}

 /* Donation Buttons */

 .donation_buttons-container {
  padding: 6rem 0;
  width: 60%;
  margin: auto;
}

.donation_buttons-container .list {
  display: grid;
  justify-items: left;
  grid-template-columns: repeat(auto-fill, minmax(167px, 1fr));
  grid-template-rows: 1fr 1fr;
  margin-bottom: 10px;
  grid-column-gap: 9px;
}

.donation_buttons-input {
  position: relative;
  max-width: 200px;
  margin-left: 40px;
  margin-right: 10%;
  height: 50%;
}

.donation_buttons-input input {
  text-align: right;
  height: 100%;
  margin-bottom: 0;
}

.donation_buttons-input input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.donation_buttons-input input[type="number"] {
  -moz-appearance: textfield;
}

.donation_buttons-error {
  font-weight: 600;
  color: red;
}

.donation_buttons-input::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "$";
  color: #9e9fa0;
  height: 100%;
  width: 40px;
  border: 1px solid #c4c7c9;
  background-color: #eaeef1;
  border-radius: 5px 0 0 5px;
  position: absolute;
  top: 0;
  left: -40px;
}

.donation_buttons-input::before {
  display: flex;
  color: #9e9fa0;
  align-items: center;
  justify-content: center;
  content: ".00";
  height: 100%;
  width: 40px;
  background-color: #eaeef1;
  border-radius: 0 5px 5px 0;
  border: 1px solid #c4c7c9;
  position: absolute;
  top: 0;
  right: -40px;
}

.donation_buttons-content > h4 {
  font-weight: 700;
}

.donation_buttons-container p {
  padding: 0;
}

.donation_buttons-list p {
  font-weight: 600;
}

.donation_button-single {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 175px;
  margin: 5px 5px 5px 0;
  background-color: #25aae1;
}

.donation_button-single.submit {
  height: 30px;
  width: 75px;
  font-weight: 400;
  font-size: 14px;
}

.donation_buttons-lower {
  display: flex;
  align-items: center;
}

.donation_button-single:hover {
  background-color: #0057b4;
}

@media (max-width: 480px) {
  .donation_buttons-container {
    text-align: center;
  }

  .donation_buttons-container .list {
    justify-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .donation_buttons-input {
    margin: auto;
  }

  .donation_button-single.submit {
    margin: auto;
  }

  .donation_buttons-lower {
    flex-direction: column;
  }

  .donation_buttons-input {
    margin-bottom: 1rem;
  }

  .donation_button-single {
    height: 30px;
    width: 100px;
  }

  .donation_buttons-content,
  .donation_buttons-list p {
    margin-right: 20px;
    font-size: 12px;
  }
}

.social-media-buttons {
  display: flex;
  flex-direction: column;
}

.social-media-buttons-share {
  height: 50px;
  max-width: 13rem;
  display: flex;
  align-items: center;
  justify-content: left;
  border: 1px solid rgb(94, 93, 93) !important;
  border-radius: 3px;
}

.social-media-buttons-share.invite {
  cursor: pointer;
  margin-bottom: 20px;
  width: 13rem;
}

.social-media-buttons-share:first-child {
  margin-bottom: 20px;
}

.social-media-buttons-share span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.social-media-buttons--icon-facebook {
  margin-right: 10px;
  margin-left: 10px;
}

.social-media-buttons--icon-mail rect {
  fill: transparent;
}

.social-media-buttons--icon-mail path {
  fill: #fff;
}

.social-media-buttons--icon-facebook rect {
  fill: #3b5998;
}

.social-media-buttons--icon-facebook path {
  fill: #403f3d;
}

.social-media-buttons--icon-twitter rect {
  fill: transparent;
}

.social-media-buttons--icon-twitter path {
  fill: #00acee;
}

@media screen and (max-width: 958px) {
  .donation_buttons-container {
    width: 75%;
  }
}

@media screen and (max-width: 800px) {
  .donation_buttons-container {
    width: 90%;
  }
}

@media screen and (max-width:768px) {
  .social-media-buttons {
    margin-bottom: 1rem;
  }
}

.donation_modal--backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.3);
  backdrop-filter: blur(1px);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

.donation_modal {
  height: 225px;
  width: 40%;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.donation_modal--top {
  display: flex;
  align-items: center;
  background-color: #1388b8;
  justify-content: center;
  height: 50px;
  width: 100%;
}

.donation_modal--top header {
  margin:auto;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.donation_modal--top-icon {
  position: absolute;
  top: 5px;
  right: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.donation_modal--top svg {
  color: #fff !important;
}

.donation_modal--bottom {
  margin-top: 2rem;
  text-align: center;
  font-size: 18px;
}
