.grad-events img {
  margin-bottom: 1em;
}

.ninja-forms-req-symbol{
  display: none;
}

.grad-event-form {
  border: 1px solid #BDA8A8;
  padding: 1em;
  font-family: "Open Sans";
}

.grad-event-btn {
  background: #3A4972;
  color: white;
  border: 1px solid #3A4972;
  margin-bottom: 1em;
}

.grad-text-area-wrap {
  width: 95%;
}

.grad-headline {
  font-size: 3.4em;
  text-align: center;
  width: 70%;
  margin: auto;
  line-height: 1.1em;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.move-left {
  margin-left: -60px !important;
}

.ind-image {
  position: relative;
  overflow: hidden;
}

.tournament-subtitle {
  font-size: 1.7em;
  color: #F0390E;
  margin-bottom: 1em;
  padding-left: 0.6em;
}

.tournament-detail-description {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 300;
  margin-bottom: 1em;
  padding-left: 1em;
}

.ind-image img {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
  height: 156px;
}

.city-reason-to-join {
  font-size: 2em;
  line-height: 2em;
  margin-bottom: 0.5em;
  color: white;
  padding-left: 1em;
}

.over-text {
  position:absolute;
  top: 0;
	display: table-cell;
  display:block;
  width: 98.5%;
  height: 92%;
  opacity: 0;
  line-height: 1.2em;
	background: rgba(21,71,128,0.8);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}

.over-text:hover {
  opacity: 1;
}

.over-text p {
  color: white;
	display: table-cell;
	position: relative;
	width: 350px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: middle;
  font-size: 0.8em;
  font-family: "Open Sans";
  padding: 1em;
}

.over-text div {
  font-size: 1.6em;
  color: white;
  text-align: center;
  margin-top: 0.6em;
  font-family: "Open Sans";
  font-weight: 600;
}

.ge-cta {
  position: absolute;
  top: 0;
  color: white;
  text-decoration: underline;
  margin-left: 4em;
  margin-top: 3em;
  font-size: 1.4em;
  font-family: "Open Sans";
  font-weight: 600;
}

/* General Styles */
.main-header {
  color: white;
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 5em;
  line-height: 1em;
}

.main-header-4 {
  color: white;
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 4em;
  line-height: 1em;
}


.main-subheader {
  color: white;
  font-size: 3em;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1em;
  text-align: center;
}

.sub-title {
  color: #999;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1.5em;
}

.sub-title-sm {
  color: #999;
  font-family: "Open Sans";
  font-weight: 700 !important;
  font-size: 1.2em !important;
  margin-bottom: 1em !important;
  text-transform: uppercase !important;
  padding-top: 1em;
}

.block-details {
  font-family: "Open Sans";
  background: #f7f7f7;
  text-align: center;
  border-top: 3px solid green;
  height: 140px;
}

.block-details .block-head {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: bold;
}

.block-details .block-desc {
  width: 80%;
  margin: auto;
}

.cities {
  font-family: "Open Sans";
}

.cities div {
  text-align: center;
  background: white;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 3px solid #FF6D37;
}

.cities div a {
  color: #4d4d4d;
}

.cities div:hover {
  background: #F4D1C9;
}

.question {
  font-weight: bold;
}

.answer {
  margin-left: 2em;
  margin-bottom: 2em;
}

.city-detail {
  background: #f7f7f7;
  border-top: 3px solid #FF4400;
}

.city-detail .each-tournament-detail-title {
  color: #FF6D37;
}

.city-lp-header {
  background: #3A4972;
  padding: 15px;
}

.city-header-text {
    color: white;
    font-family: "Open Sans";
    text-align: center;
    font-weight: 300;
    padding-top: 2em;
    width: 80%;
    margin: auto;
}

.ic-leader-img {
  margin: 0 auto;
  padding-top: .4em;
}

.ic-leader-name {
  font-weight: bold;
  color: #3A4972;
  padding-bottom: .6em;
  text-align: left;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.1;
}

.ic-leader-desc {
  text-align: left;
  width: 70%;
  line-height: 1.4;
}

.ic-tournament-info {
  text-align: left;
  color: #4d4d4d;
  padding-top: .2em;
}

.grad-section-number {
  font-family: "Cardo";
  font-size: 2.3em;
  text-align: center;
  padding-bottom: .5em;
}

.individual-city-form {
  background: rgba(0,0,0,.5);
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 3em;
  padding-bottom: 1em;
  border-radius: 5px 5px 0px 0px;
  color: white;
}

.city-refer-header {
  font-size: 43px;
  font-family: Trade Gothic LT;
  color: white;
  line-height: 1.2em;
  padding-top: 1em;
  padding-left: 10px;
}

.city-refer-subtext {
  color: white;
  font-size: 12px;
  margin-top: 1em;
  line-height: 1.2em;
  padding-left: 10px;
}

.city-ad-bar {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  background: white;
  color: #3A4972;
  text-transform: none;
}

.city-ad-bar a {
  color: #F20303;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.city-buttons {
  border-top: 3px solid #FF6D37;
  background-color: #ffffff;
  text-align: center;
  min-width: 200px;
  min-height: 50px;
  max-height: 50px;
}

.city-buttons p {
  padding-top: 10px;
}

.city-buttons a {
  color: black;
  text-decoration: underline;
}

.tournament-subtitle {
  font-size: 1.4em;
  color: #c3252c;
}

.new-city {
  color: red;
  font-size: 10px;
}

.city-tour-points ul li {
  margin-bottom: 1em;
}

@media (min-width: 1600px){
  .city-header-text {
    font-size: 3.7em;
    padding-top: 2.4em;
    line-height: 1.3em;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .city-header-text {
    font-size: 3.3em;
    line-height: 1.2em;
    padding-top: 2.3em;
  }
}

@media (min-width: 979px) and (max-width: 1200px) {
  .city-header-text {
    font-size: 3.1em;
    line-height: 1.2em;
    padding-top: 1.5em;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .city-header-text {
    font-size: 2.9em;
    line-height: 1.3em;
    padding-top: 1.5em;
  }
}

@media (min-width: 768px) {
  .city-refer-header-img {
    background: url("https://pgateamgolf.com/wp-content/uploads/2015/07/nextgengolf-refer-a-friend.jpg");
    background-repeat: no-repeat;
    background-position-x: 70%;
    min-height: 700px;
  }

  .nccga-refer-header-img {
    background: url("https://pgateamgolf.com/wp-content/uploads/2014/02/nccga-refer-a-friend.jpg");
    background-repeat: no-repeat;
    background-position-x: 70%;
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .city-header-text {
    font-size: 1.9em;
    line-height: 1.2em;
    padding-top: .6em;
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ic-leader-name {
    font-weight: bold;
    color: #3A4972;
    padding-bottom: .4em;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    padding-top: .9em;
  }

  .individual-city-mobile-header {
    background-image: url('images/individual_city_phone_header.jpg');
    background-repeat: no-repeat;
    min-height: 550px;
  }

  .refer-friend-city-mobile-header {
    background-image: url('images/nextgen-couple-on-course.jpg');
    background-repeat: no-repeat;
    min-height: 550px;
  }

  .individual-city-form {
    border-top: none;
  }

  .ic-leader-desc {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-top: 1em;
  }

  .ic-leader-img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {

  .city-refer-header {
    padding-top: 1em;
    font-size: 32px;
  }

  .main-header {
    font-size: 1em;
  }

  .main-header-4 {
    font-size: 2em;
  }

  .main-subheader {
    font-size: 0.9em;
  }

  .grad-headline {
    width:100%;
    font-size: 2.4em;
  }

  .over-text {
    width: 100%;
  }

  .ge-cta {
    margin-left: 2em;
  }

  .young.headl {
    font-size: 1.5em;
  }

  .cities {
    width: 80%;
    margin: auto;
  }

  .city-header-text {
    font-size: 1.3em;
    padding-top: 1.5em;
    line-height: 1.4em;
  }

  .individual-city-form {
    padding-top: 0em;
    padding-bottom: .5em;
  }

  .individual-city-mobile-header {
    height: 600px;
  }

  .tournament-subtitle {
    line-height: 1.4em;
    font-size: 1.4em;
  }

  .tournament-detail-description {
    font-size: 1.1em;
  }
}
