/*--
  Theme Name: theme46788
  Theme URI: http://template-help.com/
  Description: A theme for Wordpress 3.5.x + from Template-Help.com Collection
  Author: Template_Help.com
  Author URL: http://www.Template-Help.com/
  Template: CherryFramework
  Version: 2.1
  MotoPress Version: 1.0
  --*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@import url("base.css");
@import url("hero.css");
@import url("home.css");
@import url("main-style.css");
@import url("home-style.css");
@import url("team-funds.css");
@import url("collegiate.css");
@import url("course-owner.css");
@import url("tournaments.css");
@import url("grad.css");
@import url("events.css");


/* ----------------------------------------
  Please, You may put custom css here
  ---------------------------------------- */

/* Colors:
Orange: #E85C41
Blue: #3A4972
Dark Gray: #414141
Light Green: #8DCD79
Dark Brown: #5E4242
*/

@font-face {
  font-family: "Trade Gothic LT";
  src: url("fonts/Trade Gothic LT Std/TradeGothicLTStd.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Trade Gothic Light";
  src: url("fonts/Trade Gothic LT Std Light/TradeGothicLTStd-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Trade Gothic Bold";
  src: url("fonts/Trade Gothic LT Std Bold/TradeGothicLTStd-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Trade Gothic Condensed";
  src: url("fonts/Trade Gothic LT Std Bold Condensed No. 20/TradeGothicLTStd-BdCn20.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px){
  body {
	  padding-left: 0px;
	  padding-right: 0px;
	}
  header {
	min-height: 43px;
  }
  #nlf-frame {
	max-height: 400px !important;
  }
  .drift-frame--mobile, .drift-frame-controller{
	display: none!important;
  }
}
#motopress-main{
	max-width: 100%;
	overflow: hidden;
}

textarea {
  color: #555 !important;
}

input {
  height: 28px !important;
}
/* ----------------------------------------
  All Pages
  ---------------------------------------- */

a.link-nextgen,
.page-template p  a:not(.btn) {
    position: relative;
	color: inherit;
}
a.link-nextgen:after,
.page-template p  a:not(.btn):after{
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid #fdb515;
}
a.link-nextgen:hover:after,
.page-template p  a:not(.btn):hover:after{
	border-color: #1f355e;
}

a.link-nccga,
.page-template-nccga-page p a {
	position: relative;
	color: inherit;
}
a.link-nccga:after,
.page-template-nccga-page p  a:after{
	    content: "";
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        display: block;
        border-bottom: 1px solid #aa2623;
}

a.link-nccga:hover:after,
.page-template-nccga-page p  a:hover:after{
	border-color: #1f2a44;
}

a.link-city-tour,
.page-template-city-tour-page p a {
    position: relative;
	color: inherit;
}
a.link-city-tour:after,
.page-template-city-tour-page p  a:after{
        content: "";
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
        display: block;
        border-bottom: 1px solid #fdb515;	
}

a.link-city-tour:hover:after,
.page-template-city-tour-page p  a:hover:after{
	 border-color: #336699;
}
.ninja-forms-form-title {
  color: white !important;
}

.hero-shadow-text {
  text-transform: none;
  padding-bottom: 5%;
  padding-top: 9%;
  color: white;
  font-weight: 300;
  width: 80%;
  margin: 0 auto;
  font-size: 2.5em;
  text-align: center;
  line-height: 1.3;
  text-shadow: 4px 4px 10px #2A2A2A;
  font-family: Trade Gothic LT;
}

p {
  line-height: 1.8em;
}

.big-header {
  font-family: Trade Gothic LT;
  font-weight: 300;
  font-size: 40px;
  color: #3A4972;
  padding-top: 1em;
}

.second-row {
  margin-top: 1.5em;
}

.breadcrumb {
  margin-top: 2.5em !important;
}

.black-roboto-subtitle {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 2.3em !important;
  color: #4d4d4d;
}

.text-center {
  text-align: center !important;
}

.yellow-subtitle1 {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 2em;
  color: #ffcb05;
}

.white-roboto-subtitle1 {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 2em;
  color: white;
}

.red-roboto-subtitle2 {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 1.4em;
  color: #e73139;
}

.red-roboto-subtitle1 {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 2em;
  color: #e73139;
}

.left-align {
  text-align: left !important;
}

.inline-block {
  display: inline-block;
}

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

.line-height-12 {
  line-height: 1.2;
}

.line-height-16 {
  line-height: 1.6;
}

.line-height-2 {
  line-height: 2;
}

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

.no-margin {
  margin: 0 auto !important;
}

#mc_embed_signup {
  background-color: inherit !important;
  margin-bottom: -3em;
  margin-top: 1em;
}

#mc_embed_signup .button {
  background: #FF0000 !important;
  color: white !important;
}

#mc_embed_signup form {
  padding: 10px !important;
}

#mce-responses {
  color: red;
}

.upto-date {
  padding-top: 1.5em;
  color: white;
  font-size: 1.3em;
  text-align: center;
}

.subscribe {
  background-color: #414141;
  padding-bottom: 2em;
}

.user-name-bold {
  font-family: Trade Gothic Condensed;
  font-weight: bold;
  letter-spacing: 3px;
  color: #3A4972;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.user-info-1 {
  font-family: Open Sans;
  font-style: italic;
  font-size: 15px;
  color: #4E4E4E;
  text-align: center;
}

.user-info-1 {
  font-family: Open Sans;
  font-style: italic;
  font-size: 15px;
  color: #4E4E4E;
  text-align: center;
}

.user-info-2 {
  font-family: Open Sans;
  font-size: 12px;
  color: #4E4E4E;
  text-align: center;
}

.desktop-menu {
  float: left;
}

.fright {
  float: right;
}

#sub-nav {
  margin-top: -2em;
  background: #D2E0FF;
  padding-top: 1em;
}

#sub-nav ul li {
  float: left;
  list-style: none;
  padding-right: 2em;
  margin-bottom: 1em !important;
}

#sub-nav ul li a {
  color: #3a4972;
  font-weight: bold;
}

/* Leise About Us Redesign Styles */

.v2-h2 {

}

.v2-h3 {

}

.v2-h4 {

}

.v2-h5 {

}

.v2-body {
  font-family: "Open Sans" !important;
  font-weight: 300;
  font-size: 10pt !important;
  color: #414141;
}

.v2-row {
  padding-bottom: 5% !important;
  padding-top: 5% !important;
}

.v2-row-shadow {
  box-shadow: 0 0 11px 1px #e3e3e3;
  padding-bottom: 5% !important;
  padding-top: 5% !important;
}

.social-icon {
  margin: -30px;
}

.width-84-pct {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 84% !important;
}

.hero-text-overlay {
    text-shadow: 1px 1px 10px #666666;
    color: #FFFFFF;
    font-family: "Trade Gothic Bold" !important;
    font-size: 5em;
}

.sub-menu {
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    background-color: grey;
}

.sub-menu-links a {
    color: #FFFFFF !important;
    font-family: "Trade Gothic Bold" !important;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 1em;
    letter-spacing: .15em;
}

.sub-menu-divider {
    color: #de983c;
    padding: 0 1em;
    font-size: .65em !important;
    vertical-align: middle;
}

.remove-spacing {
    margin: 0 !important;
    padding: 0!important;
}

.v2-body a {
    color: #de983c;
    font-weight: bold;
}

/* End Leise About Us Redesign Styles */


@media (max-width: 767px) {

  .upto-date {
    line-height: 1.4;
  }

  .gb-desc {
    width: 70%;
    margin: 0 auto;
  }

  .mobile-center {
    display: block;
    margin: 0 auto;
  }

  .mobile-text-center {
    text-align: center !important;
  }

  .mobile-mtop05 {
    margin-top: .5em !important;
  }

  .mobile-mtop1 {
    margin-top: 1em !important;
  }

  .mobile-mtop2 {
    margin-top: 2em !important;
  }

  .mobile-mtop3 {
    margin-top: 3em !important;
  }

  .cg-logo {
    padding-top: 2.5em;
  }

  .footer .full-width-widget >div {
    padding-bottom: 0 !important;
  }

  .mobile-mbottom1 {
    margin-bottom: 1em;
  }

  .mobile-mbottom2 {
    margin-bottom: 2em;
  }

  .mobile-mbottom3 {
    margin-bottom: 3em;
  }

  .mobile-container {
    width: 80%;
    margin: 0 auto;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.text-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.mright1 {
  margin-right: 1em;
}

.bolded-text {
  font-weight: bold;
}

.black-13-text {
  font-size: 13px;
  font-family: "Open Sans";
  color: #4d4d4d;
}

.white-13-text {
  font-size: 13px;
  font-family: "Open Sans";
  color: white;
}

.black-14-text-uppercase {
  font-size: 14px;
  font-family: "Open Sans";
  color: #4d4d4d;
  text-transform: uppercase;
}

.blue-heading-text {
  color: #3A4972;
  font-family: "Open Sans";
  font-size: 2.4em;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.orange-heading-text {
  color: #E85C41;
  font-family: "Open Sans";
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
}

.font-one-half {
  font-size: 1.5em !important;
}

.gray-heading-text {
  color: #414141;
  font-family: "Open Sans";
  font-size: 2.1em;
  text-align: center;
  font-weight: bold;
  line-height: 130%;
}

.white-heading-text {
  color: white;
  font-family: "Open Sans";
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  line-height: 130%;
}

.container-90-percent-width {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.container-80-percent-width {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.40-by-40-icon {
  height: 40px;
  width: 40px;
}

.30-by-30-icon {
  height: 30px;
  width: 30px;
}

.larger-icon {
  height: 35px;
  width: 35px;
}

.sans-centered-16 {
  font-family: "Open Sans";
  text-align: center;
  font-size: 16px;
  padding-top: 3px;
  color: #414141;
  line-height: 1.4;
}

.sans-centered-20 {
  font-family: "Open Sans";
  text-align: center;
  font-size: 20px;
  padding-top: 3px;
  color: #414141;
  line-height: 1.4;
}

.dark-grey-bg {
  background-color: #414141;
  height: auto;
}

.white-bg {
  background: white;
}

.nextgen-blue-bg {
  background: #3A4972;
}

.nextgen-blue-fg {
  color: #3A4972;
}

.big-title {
  color: #3A4972;
  font-family: Trade Gothic LT;
  font-weight: 300;
  font-size: 30px;
}

.white-fg, .white-fg a, .white-fg a:hover {
  color: white;
}

.black-fg {
  color: #333;
}

.white-fg a, .white-fg a:hover {
  text-decoration: underline;
}

.red-fg {
  color: #C91717;
}

.grey-bg {
  background: #f7f7f7;
}

.orange-bg {
  background: #e06900;
}

.hr-line {
  border-top: 2px solid #AFA6A6;
  width: 100%;
  margin: 0 auto;
}

.orange-contact-bar {
  background: #e85c41;
  color: white;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#topnav li {
  font-size: 12px;
  line-height: 10px;
  background-repeat: no-repeat;
  display: block; /* make the link background clickable */
  background-image: url(images/nav_rule.jpg);
  text-align: left;
}

#topnav li .sub-menu .sub-menu {
  font-size: 12px;
  line-height: 10px;
  background: #292929;
}

#topnav li .sub-menu .sub-menu li a {
  color: #707070;
}

.adv-sidenav {
  margin-top: 3em;
  padding-top: 1em;
  background: #CECBCA;
  height: 15em;
}

.slider .camera_caption > div {
  padding: 23px 20px 22px;
  background-color: rgba(32, 32, 33, 0.7);
}

.slider .camera_caption > div > h3{
  color: white;
}

.camera_caption.fadeIn {
  margin-bottom: 13.5%;
  margin-left: 62%;
  width: 34%;
}

.slider .camera_wrap .camera_pag {
  width: 34%;
  position: relative;
  float: right;
  margin-top: -9.7%;
  margin-right: 4%;
  background-color: rgba(32, 32, 33, 0.7);
  z-index: 10;
}

.slider .camera_wrap .camera_pag li {
  background:#8e8e8e;
}

.slider .camera_wrap {
  width: 99.9% !important
}

.camera_prev, .camera_next {
  display: none;
}

.member {
  text-align: center;
}

.name {
  font-size: 1.5em;
  margin-bottom: 2%;
}

.about-name {
  font-size: 1.5em !important;
  margin-bottom: -1%;
}

.bio {
  padding-left: 3%;
  margin-bottom: 4%;
}

.bio-detail {
  text-align: center;
}

.bio-detail div {
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
  line-height: 1.7em;
}

.bio-detail .name {
  font-size: 1.3em;
}

.bio-pic {
  width: 300px;
}

.bio-desc {
  padding-top: 1.5em;
  line-height: 1.7em;
}

.contact-detail {
  color: #4D4B4D;
  font-weight: bold;
}

.adv-board a {
  color: #45525f;
  text-decoration: underline;
}

.partners-bar {
  padding-top: 2em;
}

#content {
  padding-top: 0px !important;
}

@media (max-width: 480px) {

  .mylivechat_inline {
    display: none;
  }

  .inline-form-text-box-wrap {
      width: 85% !important;
      float: left;
      padding-right: 1em;
  }

  .adv-board {
    text-align:center;
  }

  .three-busi {
    margin-top: -3em;
  }

  #content {
    padding-top: 14px;
  }

  #mc_embed_signup .button {
    margin-top: .55em !important;
  }

  #mc_embed_signup input {
    margin-top: .5em !important;
  }

  .upto-date {
    width: 90% !important;
    margin: 0 auto;
  }

}

.row.board {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.adv-board a:hover {
  color: #45525f;
  text-decoration:underline;
}

.title {
}

.tw {
  background-image: url("images/social/twitter-circle.png");
  padding-right: 1em;
}

.spon {
  padding-right: 6em;
}

.slider .btn {
  background-image: url("images/button_sm.jpg");
  height: 3em;
  padding-top: 0.3em;
  color: #353535;
  text-transform: none;
  font-size: 1.2em;
}

.slider .camera_caption h1 {
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 4px;
  color: #ffffff;
  text-transform: none;
  font-family: "Cardo";
  text-shadow: none;
}

.slider .camera_caption h2 {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 12px;
  color: #fff;
  text-transform: none;
  font-family: "Open Sans";
  text-shadow: none;
}

.slider .btn:hover {
  background-image: url("images/button_sm.jpg");
  color: #858585;
}

.recent-posts.block-output .excerpt{
  color: #343232;
}

.course-owner {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  border-top: 3px solid #ff8622;
  text-align: center;
  height: 250px;
  padding-top: 15px;
  overflow:hidden;
  margin-right: 3em;
}

.course-owner .heading {
  font-size: 45px;
  line-height: 52px;
}

.course-owner .heading a:hover {
  color: #ff8622;
}

.course-owner .text {
}

.co-details {
  margin-top: 3em;
  text-align: center;
}

.co-details p {
  text-align: left;
  line-height: 24px;
}

.co-details h1 {
  margin-top: 2em;
}

.co-details a {
  background-color: #e85c41;
  color: white;
}

.co-details a:hover {
  background-color: #DA3B1B;
  color: white;
}

.testimonial_content p{
  line-height: 1.75;
}

.left-nav {
  list-style: none;
  line-height: 24px;
}

.left-nav a {
  color: #3288e6;
}

.left-nav a:hover {
  color: #1165bf;
  text-decoration:underline;
}

.nccga-details a {
  text-decoration:underline;
}

.nccga-details a:hover {
  text-decoration:underline;
}

.nccga-left-details {
  margin-left: 1.2em;
}

.contact-ph {
  font-size: 2em;
}
.nccga-contact {
  text-align: center;
}
.nccga-contact .info {
  margin-top: 0.7em;
}

.nccga-contact .info a {
  text-decoration:underline;
}

.nccga-contact .info a:hover {
  text-decoration:underline;
}

.banner {
  padding-top: 2em;
  height: auto;
  background: #f7f7f7;
  padding-bottom: 3em;
}

.banner .actions {
  margin-left: 10%;
  margin-top: 3%;
}

.nccga-nav {
  margin-bottom: 3em;
}

.nccga-vid {
  border: 1px solid red;
  height: 300px;
  margin-left: 6%;
  margin-right: 19%;
  margin-bottom: 5%;
}

.nccga-title {
  color: #D16565;
  margin-bottom: 1em;
  margin-top: 1em;
}

.collegiate-vid {
  height: 350px;
  margin:0 auto;
  float:none;
}

.vid {
  margin-bottom: 6%;
}

.col-desc li {
}

.col-desc {
  margin-top: 4%;
  margin-left: 10%;
}

.light-btn {
  border: 2px solid rgb(244, 83, 12);
  padding: 0.5em;
  border-radius: 5px;
  color: rgb(244, 83, 12);
}

.buy-btn {
   background: #DE983C;
   color: white !important;
   border-color: #DE983C;
   border-radius: 3px;
 }

 .buy-btn:hover {
   background: #DE983C;
   color: white;
 }

 .inverted-buy-btn {
   color: white;
   border-radius: 3px;
   border: 1px solid #e85c41;
   background: none;
 }

 .inverted-buy-btn:hover {
   background: #e85c41;
   color: white;
 }

 .buy-btn-new {
   color:  #e85c41;
   border: 1px solid #e85c41;
   background: white;
   border-radius: 3px;
 }

 .buy-btn-new:hover {
   background: #e85c41;
   color: white;
 }

 .buy-btn-new a:hover {
   color: white !important;
 }

 .ng-btn {
  display: block;
  text-align: center;
  padding: 0.5em;
}

.buy {
  text-align: center;
  margin-top: 3%;
}

.cgp-buy {
  text-align: center;
  width: 74%;
  margin: 0 auto;
}

.cgp-pb {
  padding-top: 3%;
  height: 200px;
  padding-left: 3%;
  padding-right: 3%;
}

@media(min-width:768px){


  .desktop-mtop3 {
    margin-top: 3em;
  }

  .center-video {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cgp-pb {
    margin-left: 4em;
  }

  .partners-bar {
    margin-left: 5em;
  }

  .srixon {
    margin-left: 2em !important;
  }

  .footer-cities > ul > li {
    width: 35% !important;
  }

  #click-menu {
    display: none !important;
  }

  .partners div div {
    padding-bottom: 1em;
  }

  .partners-bottom-bar {
    padding-left: 4em;
  }
}

.cc-headline {
  text-align: center;
  font-size: 1.5em;
  color: #e85c41;
}

.cc-desc {
  width: 75%;
  text-align: center;
  margin: auto;
  margin-top: 5%;
  height: 60px;
}

@media (min-width: 979px) and (max-width: 1200px) {

  .cc-desc {
    height: auto;
  }

  .products {
    margin-left: 4em;
  }

  .bottomnav > div > ul > li {
    float: left;
    list-style-type: none;
    padding-left: 2em;
    width: 21% !important;
    padding-top: 1.8em;
  }

  .bottomnav {
    padding-left: 4% !important;
  }
}

.lrn1, .lrn3 {
  margin-left: 28%;
  margin-top: 8%;
}

.lrn2 {
  margin-left: 28%;
  margin-top: 4%;
}

.save-link {
  background: none;
  text-decoration: underline;
}

.save-link:hover {
  color: #45525f;
}

#refer-bgnd {
  background-image: url('images/refer_friend.jpg');
  background-repeat: no-repeat;
  background-size: 1050px 600px;
  height: 600px;
}

.rform {
  width: 20%;
  float: right;
  margin-top: 2%;
  background: #D65C5C;
  background-color: rgba(255,255,255,0.5);
  margin-right: 12%;
  padding-left: 3%;
  padding-top: 2%;
}


.rules {
  margin-top: -6em;
  background: #D65C5C;
  background-color: rgba(255,255,255,0.5);
  padding-right: 8em;
  color: #4d4d4d;
}

/* Golf industry guide */

.guide-head {
  font-size: 2.5em;
  line-height: 1em;
  text-align: center;
  color: #45525f;
}

.guide-subhead {
  color: #e85c41;
  font-size: 1.5em;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 0.8em;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}

.guide-details {
}

.guide-details .form {
  background: #FFEEC3;
  padding: 3em;
  margin-top: 1em;
}

.guide-details div ul {
  list-style-image: url('images/check-mark.png');
  margin-left: 2em;
}

.guide-details div ul li {
  line-height: 36px;
  margin-top: 14px;
  font-size: 1.2em;
  width: 90%;
}

.lrn {
  margin-top: 1em;
  font-size: 1.5em;
  color: #45525f;
  margin-left: 1em;
}

.book-img {
  margin-top: 2em;
  margin-right: -3em;
}

.dwld {
  width: 170px;
  margin: 0 auto;
  text-align:center;
}

.download-guide {
  padding-top: 2em;
  background: #f7f7f7;
  margin-bottom: 4em;
}

.dwld-desc {
  margin-left: 1em;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 2em;
  color: #6B6860;
  font-family: 'Lora', serif;
}

.dwld-desc ul {
  list-style-image: url('images/check-mark.png');
  margin-left: 75px;
}

@media (max-width: 480px) {
  .dwld-desc ul {
    margin-left: 10%;
    width: 85%;
  }
}

.dwld-desc ul li{
  line-height: 30px;
  margin-top: 14px;
  font-size: 1.3em;
}

.golf-help {
  background: #F7EBDE;
  padding-bottom: 2em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.signup-desc {
  text-align:center;
  font-size: 2em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-top: 1em;
  line-height: 1em;
}

.dwld1 {
  width: 240px;
  margin: 0 auto;
  text-align: center;
}

.launch-soon {
  text-align: center;
}

.grad-details {
  margin-top: 4em;
}

.grad-details .form {
  background: #FFEEC3;
  padding: 3em;
  border-radius: 5px 5px 0px 0px;
  border-top: 6px solid #e85c41;
}

.grad-details .form .ninja-forms-form-title {
  color: #4d4d4d !important;
}

select.ninja-forms-field {
  color: #555 !important;
}

.generic-form {
  background: #FFEEC3;
  padding: 3em;
  border-radius: 5px 5px 0px 0px;
  border-top: 6px solid #e85c41;
}

.generic-form2 {
  background: #FFEEC3;
  padding: 2em;
  border-radius: 5px 5px 0px 0px;
  border-top: 6px solid #e85c41;
}

.grad-busi {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: .5em;
  padding-top: .2em;
  color: #e85c41;
  font-family: "Cardo";
}

.gb-desc {
  margin-bottom: 3em;
  line-height: 1.7em;
}

.fund-help {
  background-color: #efefe9;
  color: #495b67;
  font-size: 2em;
  text-align: center;
  padding-top: 1.1em;
  line-height: 1.3em;
  min-height: 150px;
  overflow: hidden;
}

.search-col {
  border-right: 1px solid #B3B3A9;
}

.ninja-forms-error-msg, .ninja-forms-field-error {
  color: #B32A2A;
}

.top-menu-items li {
  list-style-type: none;
  display: inline;
  float: right;
  margin-left: 25px;
  padding-top: 6px !important;
}

.nav-row {
  background: #1F355E;
  margin-top: -2.2em;
  padding-bottom: 1em;
}

/* NCCGA template styles */

#nccga-nav .nav-row {
  background: #aa2623;
}

#nccga-nav .ubermenu-responsive-toggle .fa {
  color: #fff;
}

#nccga-nav .ubermenu-target-title {
  color: #fff;
}

#nccga-nav .ubermenu-submenu a.ubermenu-target span {
  color: #aa2623;
}

#nccga-nav .city-menu-item .ubermenu-target-title {
  font-size: 12px !important;
}

#nccga-nav .city-menu-item {
  height: 28px;
}

#nccga-nav .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
  color: #fff;
}

#nccga-nav .ubermenu-target-title:hover {
  color: #de983c !important;
}

#nccga-nav .signup-link .ubermenu-target-title {
  color: white;
}

#nccga-nav .signup-link .ubermenu-target-title:hover {
  color: #de983c;
}

#nccga-footer-nav .footer-nav {
  background: #aa2623;
}


/* CITY TOUR template styles */

#city-header-nav .nav-row {
  background: #336699;
}

#city-header-nav .ubermenu-responsive-toggle .fa {
  color: #ffffff;
}

#city-header-nav .ubermenu-target-title {
  color: #ffffff;
}
#city-header-nav .ubermenu-submenu .ubermenu-target-title {
  color: #336699;
}

#city-header-nav .city-menu-item .ubermenu-target-title {
  font-size: 12px !important;
}

#city-header-nav .city-menu-item {
  height: 28px;
}

#city-header-nav .ubermenu-target-title:hover {
  color: #fdb515
}

#city-header-nav .signup-link .ubermenu-target-title {
  color: white;
}

#city-header-nav .signup-link .ubermenu-target-title:hover {
  color: #fdb515;
}

#city-footer-nav .footer-nav {
  background: #336699;
}

.ubermenu-responsive-toggle .fa {
  font-size: 1.5em;
  color: white;
}

.ubermenu-skin-white .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  background: none !important;
}

.ubermenu-target-text {
  font-weight: 400 !important;
}

.ubermenu-submenu-id-14386, .ubermenu-submenu-id-14386 {
  border-top: 3px solid #fdb515 !important;
}

li#menu-item-16192 {
  width: 250px;
}

.ubermenu .ubermenu-retractor {
  color: black;
}

.ubermenu-submenu-type-mega, .ubermenu-submenu-type-flyout {
  border-top: 3px solid #fdb515 !important;
}

.ubermenu-submenu a.ubermenu-target span {
  color: #4e4e4e;
}

.ubermenu-item-level-7 a.ubermenu-target span {
  font-size: 10px;
}

.ubermenu-item-level-2 a.ubermenu-target span {
  font-size: 10px;
}

a.ubermenu-target:hover span {
  font-family: "Open Sans";
  color: #fdb515;
}

.ubermenu-target-text {
  text-transform: uppercase !important;
}

.ubermenu-skin-white .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target, .ubermenu-skin-white .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
  background: #566385 !important;
  color: white !important;
}

.ubermenu-tab.ubermenu-has-submenu-drop.ubermenu-active > .ubermenu-target, .ubermenu-skin-white .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target > .ubermenu-target-text {
  color: white;
}

@media (max-width: 959px) {
  .ubermenu-skin-white .ubermenu-submenu .ubermenu-tabs .ubermenu-tab > .ubermenu-target, .ubermenu-skin-white .ubermenu-submenu .ubermenu-tab > .ubermenu-target > .ubermenu-target-text {
    background: #566385 !important;
    color: white !important;
  }
}

.first-row {
  margin-top: 0.5em;
}

.first-row a {
  color: #fdb515;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 11px;
}

.sf-menu > li > a {
  font-family: "Open Sans Semibold";
  text-transform: none;
  font-size: 18pt;
}

#ph-top-nav li {
  margin-top: 9px;
  margin-bottom: 0em;
}

#ph-top-nav {
  width: 86%;
  margin: auto 0;
}

#top-nav {
  margin-right: 4%;
}

#topnav li.current-menu-item > a {
  color: white;
}

#topnav li.current-menu-item > a, #topnav li.sfHover > a, #topnav li a:hover {
  border: none;
  background: #0c2a55;
  height: 20px;
}

#topnav li.menu-item {
  width: 200px;
}

.ubermenu-skin-white.ubermenu-responsive-toggle {
  background: none !important;
  color: white !important;
  font-size: 22px !important;
}

.ubermenu-skin-white {
  border-top: none !important;
  border-bottom: none !important;
}
.ubermenu-responsive-toggle .fa {
   margin-top: .7em !important;
}

@media (min-width: 767px) and (max-width: 979px) {

  #topnav li.menu-item {
    width: 140px !important;
  }
  #nccga-nav .logo {
    margin-top: 24px;
  }
  #city-header-nav .logo{
     margin-top: 16px;
  }
  .logo {
    width: 70% !important;
  }

  .partners div .ourp {
    padding-left: 9% !important;
  }

  .sf-menu > li > a {
    font: bold 12px/14px Open Sans !important;
  }

  .shop-products .products .product .product-img {
    height: 11em;
  }

  .products {
    margin-left: 3em;
  }

  .og {
    margin-top: .5em;
  }

  .gw {
    margin-top: .8em !important;
  }

  .cleveland, .mgbh, .srixon {
    max-width: 40%;
    margin-left: 24% !important;
  }

  .bottomnav > div > ul > li {
    padding-left: 3em !important;
    width: 25% !important;
    padding-top: 3.8em !important ;
  }

  .bottomnav {
    padding-left: 6% !important;
    padding-top: 0em !important;
  }
}

@media (min-width: 979px) and (max-width: 1200px) {
  #topnav li.menu-item {
    width: 180px !important;
  }

  .shop-products .products .product .product-img {
    height: 9em;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .desktop-menu {
    float: left;
  }
}

@media (min-width: 1301px) and (max-width: 1350px) {
  .desktop-menu {
    float: left;
  }
}

@media (min-width: 1351px) and (max-width: 1399px) {
  .desktop-menu {
    float: left;
  }
}


@media (min-width: 1200px) {
  #topnav li.menu-item {
    width: 225px !important;
  }

  .products {
    margin-left: 6em;
  }
}

#topnav li .sub-menu, #topnav li .sub-menu .sub-menu {
  background: #0c2a55;
}

#topnav li .sub-menu li a {
  text-transform: none;
  height: 10px;
  font-family: "Open Sans";
  color: #cccccc;
}

#topnav li .sub-menu li a:hover {
  color: #cccccc !important;
}

#topnav li a {
  text-transform: none;
  padding: 7px;
}

.nav__primary {
  margin-bottom: -0.3em;
}

#topnav li a .sf-sub-indicator {
  top: 38%;
  right: 7%;
}

.three-busi a {
  height: 350px;
  width: 390px;
  text-align: center;
  font-size: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .three-busi a {
    width: 100%;
  }
}

.home-courses .val, .home-collegiate .val, .home-grad .val {
  margin: 0 auto;
  text-align: center;
  margin-top: 145px;
  border-top: solid 2px #f2f2f2;
  border-bottom: solid 2px #f2f2f2;
  width: 52%;
  color: #f2f2f2;
  font-family: "Cardo";
  font-size: 1.7em;
  padding: 0.5em;
}

.home-courses {
  background-image: url(images/courses.jpg);
  height:340px;
  width: 390px;
}

.home-courses:hover {
  background-image: url(images/courses_over.jpg);
}

.home-grad {
  background-image: url(images/recentGrad.jpg);
  margin-left: 0px;
  height:340px;
  width: 390px;
}

.home-grad:hover {
  background-image: url(images/recentGrad_over.jpg);
}

.home-collegiate {
  background-image: url(images/collegiate.jpg);
  margin-left: 0px;
  height:340px;
  width: 390px;
}

@media (min-width: 767px) and (max-width: 979px) {
  .home-courses {
    width: 250px !important;
    height: 218px !important;
  }

  .home-grad {
    width: 250px !important;
    height: 218px !important;
  }

  .home-collegiate {
    width: 250px !important;
    height: 218px !important;
  }
}

@media (min-width: 979px) and (max-width: 1200px) {
  .home-courses {
    width: 327px !important;
    height: 285px !important;
  }

  .home-grad {
    width: 327px !important;
    height: 285px !important;
  }

  .home-collegiate {
    width: 327px !important;
    height: 285px !important;
  }
}

@media (max-width: 767px) {
  .ubermenu-responsive-toggle .fa {
    margin-top: 0 !important;
  }
  #nccga-nav .logo {
    margin: 7px auto 0;
	float: none;
	display: inline-block;
  }
  #city-header-nav .logo{
     margin-top: -10px;
  }
  .home-courses {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .custom-mobile-col{
    height: 56px;
    display: flex;
    align-items: center;
  }
  .nav-row {
    padding-bottom: 0 !important;
  }

  .home-grad {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-collegiate {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bottomnav{
    padding-left: 20px;
	padding-right: 20px;
  }

  .bottomnav > div > ul > li {
    padding-left: 13% !important;
    width: 470px !important;
  }

  #menu-footer-menu > li > a {
    padding-top: .5em;
    margin-top: 1em;
    width: 500px !important;
    display: block;
  }

  .footer-cities > ul > li {
    width: 13% !important;
  }

  .sub-menu li {
    width: 100% !important;
  }

  .footer-menu-title {
    width: 300px !important;
  }

  .bottomnav {
    padding-top: 0 !important;
    padding-bottom: 3em !important;
  }
}

@media (max-width: 600px) {
  #menu-footer-menu > li > a {
    width: 420px !important;
    display: block;
  }
}

.home-collegiate:hover {
  background-image: url(images/collegiate_over.jpg);
}

.three-busi a span {
  color: #f2f2f2;
  margin-top: 38%;
  border-top: solid 2px #f2f2f2;
  border-bottom: solid 2px #f2f2f2;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  padding: 0.5em;
  font-family: "Cardo";
}

.three-busi {
  margin-top: -2em;
}

.srixon-logo {
	margin-top: 0.6em;
}

@media (max-width: 330px) {
  .srixon-logo {
    margin-top: 1em;
  }
}

@media (min-width: 331px) and (max-width: 480px) {
  .srixon-logo {
    margin-top: 1em;
  }
}

@media (max-width: 480px) {
  .three-busi {
    margin-top: 2em;
  }

  .second-row .ubermenu-loc-header_menu {
    width: 25%;
  }

  .second-row .span3 {
    width: 70%;
    float: right;
  }

  .second-row .ngg-logo {
    margin-top: 0.5em;
  }

  .big-header {
    font-size: 20px;
    padding-top: 2em;
  }
  .second-row{
    margin-top: 0.5em;
  }
}

@media (min-width: 472px) and (max-width: 979px) {
  .second-row .ubermenu-loc-header_menu {
    width: 20%;
    float:left
  }
	
  .second-row{
    margin-top: 0.5em;
  }
	
  .second-row .span3 {
    width: 80%;
    float: right;
    text-align: center;
  }

 .second-row .ngg-logo {
    margin-top: 1em;
  }

 .second-row .srixon-logo {
    margin-top: 1.4em;
  }
}

@media (min-width: 1400px) {

  .desktop-menu {
    float: left;
  }

  .bottomnav > div > ul > li {
    float: left;
    list-style-type: none;
    padding-left: 2em;
    width: 23% !important;
    padding-top: 1.8em;
  }

  .sub-menu li {
    width: 80% !important;
  }

  .bottomnav {
    padding-left: 5% !important;
	padding-right: 5% !important;
  }
}

@media (min-width: 1600px) {
  .bottomnav {
    padding-left: 6% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .bottomnav > div > ul > li {
    float: left;
    list-style-type: none;
    padding-left: 2em;
    width: 21% !important;
    padding-top: 1.8em;
  }

  .bottomnav {
    padding-left: 8% !important;
  }
}

.bottomnav > div > ul > li {
  float: left;
  list-style-type: none;
  padding-left: 2em;
  width: 22%;
  padding-top: 1.8em;
}

.sub-menu li {
  width: 80% !important;
}

.vid-gallery {
  background-image: url(images/pattern_bg.jpg);
  float: right;
  margin-top: -3em;
  width:100%;
  margin-bottom:4em;
  padding-top: 6em;
  padding-bottom: 4em;
}

.intro-vid {
  border: 1px solid red;
  height: 300px;
  margin: 0 auto;
  margin-left: 2em;
}

.quote {
  text-align:center;
  color: #353535;
  font-family: "Cardo";
  font-size:22pt;
  padding-bottom:19px;
  line-height:1em;
}

.footer .full-width-widget >div {
  border: 0px;
  margin-top: -8em;
  padding-bottom: 1em;
}

.footer .copyright {
  background: #414141;
  width:100%;
  float:right;
  padding-bottom: 2em;
  color: #CCCCCC;
}

.footer .footer-widget >div {
  padding: 25px 0 2px;
  border: 0px;
  font-family: "Open Sans";
}

.footer-info {
  font-size: 0.8em;
  line-height: 1.6em;
}

.footer-info div div {
  margin-left: -20%;
}

@media (max-width: 480px) {
  .footer-info div div {
    margin-left:30%
  }
}

.footer-logo {
  margin-left: 3%;
}

.privacy {
  font-size: 0.7em;
  text-transform: none;
  margin-left: 5%;
  color: #cccccc;
}

.social img {
  padding-left: 1em;
}

@media (max-width: 480px) {
  .social img {
    padding-left: 0.5em;
  }
}

.testi-name {
  text-align: center;
  font-family: "Cardo";
  font-weight: bold;
  font-size: 1.5em;
  color: #353535;
  margin-bottom: 0.4em;
}

.testi-college {
  text-align: center;
  font-family: "Open Sans";
  font-style: italic;
  margin-bottom: 0.6em;
}

.testi-desc {
  text-align: center;
  font-family: "Open Sans";
  width: 75%;
  margin: auto;
  line-height: 1.7em;
}

.pp {
  margin-left: auto;
  margin-right: auto;
  width:150px;
  margin-bottom: 2em;
  margin-top: 3em;
}

.testimonials {
  margin-top: 2em;
  margin-bottom: 3em;
}

.partners div .ourp {
  font-family: "Cardo";
  font-size: 2em;
  color: #353535;
  padding-left: 12%;
  margin-right: 3em;
}

@media (max-width: 480px) {
  .partners div div {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .partners div .ourp {
    width: 65%;
  }

  .bottomnav > div > ul > li {
    padding-left: 12% !important;
    width: 275px !important;
  }

  #menu-footer-menu > li > a {
    width: 270px !important;
    display: block;
  }

  .footer-cities > ul > li {
    width: 30% !important;
  }
}

.notice {
  text-align: center;
  color: #D50B1B;
}

.gw {
  margin-top: 1.4em;
}

.og {
  margin-top: .6em;
}

.carousel-inner > .item {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
  font-size: 1.7em;
}

#myCarousel {
  background: #E6E6E6;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#nationalsCarousel {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top:2em;
}

.nationals-slider {
  width: 50%;
  margin: auto;
  margin-top: 3em;
}

.partner-type {
  color: #e06900;
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 0.3em;
  font-family: "Cardo";
}

@media (max-width: 480px) {
  .nationals-slider {
    width: 100%;
  }

  .nationals-f2014-bg {
    background-image: none !important;
  }

  .nat-teams div {
    width: 150px;
    height: auto;
  }
}

.nationals-bg {
  background-image: url('../../../wp-content/uploads/2014/04/nationalsbackground.jpg');
  background-repeat: no-repeat;
}

.nationals-f2014-bg {
  background-image: url('../../../wp-content/uploads/2014/10/road-to-rabbit-starts-now.png');
  background-repeat: no-repeat;
}

.nationals-h1 {
  font-size: 1.7em;
  color: grey;
  margin-bottom: 0.3em;
  font-family: "Cardo";
  line-height: 1.3em;
}

.nationals-h3 {
  color: grey;
  font-size: 1.3em;
  margin-bottom: 0.7em;
  font-family: Cardo;
}

.nat-text a, .nat-text a:hover {
  color: #EC2837;
}

.social-nat {
  margin: auto;
  width: 90%;
}

.national-section {
  margin-bottom: 2.5em;
}

.nat-teams {
  background: #f7f7f7;
}

.nat-teams div {
  border: 1px solid grey;
  margin: 1em;
}

.champs {
  padding-top:0.6em;
  font-size: 0.8em;
  color: grey;
}

.nat-text {
  color: #4D5462;
  font-size: 1.1em;
  line-height: 1.5em;
  font-family: Open Sans;
  width: 90%;
}

.nat-red {
  color: #EC2837;
}

.nat-green {
  color: #006838;
}

.nat-orange {
  color: #e06900;
}

.nat-gallery .text {
  padding-top: 1em;
}

.nat-gallery {
  background: #E9F7FD;
  margin-bottom: 1em;
}

.f2014-h2 {
  color: #e06900 !important;
}

.nationals-h2 {
  font-family: "Cardo";
  font-size: 1.8em;
  color: grey;
  margin-bottom: 1em;
}

.top-border {
  border-top: 1px solid grey;
  padding-top: 0.5em;
}

.nationals-presented {
  font-size: 0.8em;
  margin-top:1em;
}

.capitalize {
  text-transform: uppercase;
}

#sidebar ul li {
  text-transform: none;
}


.refer-friend-form {
  height: 700px;
  width: 1167px;
}

.generic-refer-img {
  background: url(images/refer-a-friend.png);
  background-repeat: no-repeat;
}

.canyon-img {
  background: url(images/canyon-lakes.jpg);
  background-repeat: no-repeat;
}

.refer-friend-form .form {
  background-color: rgba(255,255,255,0.7);
  float:right;
  margin-right: 3em;
  margin-top: 5em;
  padding: 2em;
}

.refer-head {
  color: white;
  margin-left: 5em;
  margin-top: 5em;
  font-size: 1.4em;
}

.big p {
  color: #990B0B;
  font-style: italic;
  font-weight: bold;
}

.refer-head .big {
  line-height: 1em;
  font-size: 1.6em;
  text-transform: uppercase;
}

.mobile-refer-img {
  display: none;
}

.bottomnav {
  padding-top: 2em;
  padding-bottom: 3em;
}

#menu-footer-menu > li > a {
  font-family: Trade Gothic Bold !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  margin-right: 2em !important;
  font-size: 15px;
  color: #fdb515;
}
#nccga-footer-nav #menu-footer-menu > li > a{
  color: #ffffff;	
}
.bottomnav li {
  text-align: left;
  float: left;
  list-style-type: none;
  padding-left: 0;
  width: 25%;
  padding-top: 1em;
  font-size: 12px;
  font-weight: 400;
}

.bottomnav ul {
  margin-left: -20px;
}

.sub-menu li {
  width: 100%;
}
@media(max-width:991px){
  .footer-nav {
    padding-top: 60px;
  }
}
@media(max-width:768px){  
  .bottomnav li {
    text-align: left;
    width: 50%;
  }
}
@media(max-width:480px){
  .bottomnav ul {
    margin-left: 0px;
  }
  .bottonmav ul.menu {
    display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
   }

  .bottomnav li {
    text-align: left;
    width: 100%;
  }

  .refer-friend-form {
    background: none;
  }
  .refer-head {
    color: #4d4d4d;
    margin-left: 0em;
    font-size: 1.5em;
  }

  .refer-head .big {
    width: 300px;
    line-height: 1.2em;
    font-size: 1.3em;
  }

  .refer-friend-form .form {
    margin-top: 0em;
  }

  .mobile-refer-img {
    display: block;
  }

  .nat-gallery .text {
    padding-bottom: 1em;
  }

  .partner-type {
    text-align: center;
    margin-bottom: 1em;
  }
}

.post-title a, .post-title a:hover {
  text-transform: none;
  color: #45525f;
  font-family: "Open Sans";
}

.post_content a.btn {
  text-transform: none;
  background: #e85c41;
  color: white;
  border-color: #e85c41;
}

.post_content a.btn:hover {
  background: #FF3907;
}

article {
  padding: 1em 1em 1em 4em;
}

.meta-info {
  background: #45525f;
  width: 110%;
}
.ptop1 {
  padding-top: 1em;
}

.ptop2 {
  padding-top: 2em;
}

.ptop3 {
  padding-top: 3em;
}

.ptop4 {
  padding-top: 4em;
}

.ptop5 {
  padding-top: 5em;
}

.ptop05 {
  padding-top: .5em;
}

.pbottom1 {
  padding-bottom: 1em;
}

.pbottom2 {
  padding-bottom: 2em;
}

.pbottom3 {
  padding-bottom: 3em;
}

.pbottom4 {
  padding-bottom: 4em;
}

.pbottom5 {
  padding-bottom: 5em;
}
.pbottom05 {
  padding-bottom: .5em;
}

.pleft1 {
  padding-left: 1em;
}

.pleft2 {
  padding-left: 2em;
}

.pright1 {
  padding-right: 1em;
}

.pright05 {
  padding-right: 0.5em;
}

.mtop2 {
  margin-top: 2em;
}

.mtop-half {
  margin-top: 0.5em;
}

.mtop1 {
  margin-top: 1em;
}

.mtop3 {
  margin-top: 3em;
}

.mtop4 {
  margin-top: 4em;
}

.mtop5 {
  margin-top: 5em;
}

.mtop05 {
 margin-top: 0.5em;
}

.mtopm1 {
  margin-top: -1em;
}

.mright1 {
  margin-right: 1em;
}

.mright2 {
  margin-right: 2em;
}

.mright3 {
  margin-right: 3em;
}

.mright5 {
  margin-right: 5em;
}

.mleft1 {
  margin-left: 1em;
}

.mleft15 {
  margin-left: 1.5em;
}

.mleft2 {
  margin-left: 2em;
}

.mleft3 {
  margin-left: 3em;
}

.mleft5 {
  margin-left: 5em;
}

.mbottom2 {
  margin-bottom: 2em;
}

.mbottom3 {
  margin-bottom: 3em;
}

.mbottom4 {
  margin-bottom: 4em;
}

.mbottom5 {
  margin-bottom: 5em;
}

.mbottom1 {
  margin-bottom: 1em;
}

.no-space-span [class*="span"] {
  margin-left: 0;
}

.nivo-controlNav {
  position: absolute;
  top: 0;
}

.shop-products h1 {
  font-size: 4em;
  color: #e85c41;
  line-height: 1em;
}

.shop-products .ad-h1 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.shop-products .shop-now {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.shop-products .ad-h2 {
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  line-height: 1.4em;
}

.shop-products .products .product {
  border: 1px solid #d8d8d8;
  margin-right: 1em;
}

.shop-products .products .product .product-img {
  height: 16em;
}

.product-info {
  font-family: "Open Sans";
  background: rgb(216, 216, 216);
  text-transform: uppercase;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

.product-info .desc {
  font-size: 1em;
  line-height: 1.5em;
  height: 45px;
}

.product-info div {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.product-info .deal {
  color: #e85c41;
  text-transform: none;
  line-height: 1.3em;
  height: 50px;
}

.featured-ad {
  text-transform: uppercase;
  font-family: "Open Sans";
}

.featured-ad .content {
  height: 299px;
}

.blur-price {
  color: transparent;
  text-shadow: 0 0 6px rgba(0,0,0,0.9);
}

.clsx-products {
  background-repeat: no-repeat;
}

.clsx-products .main-head {
  font-size: 2em;
  color: #e85c41;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "Open Sans";
  line-height: 1.3em;
}

.login-price {
  float:right;
}

.nationals-placeholder {
  background-image: url(images/dancing-rabbit-azaleas-nextgengolf.png);
  background-repeat: no-repeat;
  height: 750px;
}

.nationals-placeholder .main-header {
  font-size: 4.8em;
}

.blue-title {
  color: #3A4972;
  font-family: "Open Sans";
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
}

.ucase {
  text-transform: uppercase !important;
}

.nationals-placeholder .vid {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4%;
}

.nationals-placeholder a {
  background: rgb(240, 85, 85);
  color: white;
  padding: 1.5em;
}

.prd {
  min-height: 180px;
}

.item {
  border: 1px solid #ddd;
}

.search_jobs input {
  height: 2em;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

  .featured-ad .content {
    height: 242px;
  }

  .home-courses .val {
    font-size: 1.4em;
  }

  .home-courses {
    width: 312px;
  }

  .home-grad {
    margin-left: 0px;
    width: 312px;
  }

  .home-collegiate {
    width: 312px;
  }

  .home-courses .val, .home-grad .val, .home-collegiate .val {
    width: 70%;
  }

  .shop-products .ad-h1 {
    font-size: 1.8em;
  }

  .shop-products .shop-now {
    width: 42%;
  }
}

@media (max-width: 480px) {

  .hero-shadow-text {
    font-size: 1.5em;
  }

  .blue-title {
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .nationals-placeholder {
    height: 450px;
  }

  .nationals-placeholder .vid {
    padding-top: 10%;
  }

  .nationals-placeholder .main-subheader {
    font-size: 1.3em;
  }

  .nationals-placeholder .main-header {
    font-size: 2.3em;
  }

  .nationals-placeholder .vid {
    width: 100%;
    margin-bottom: 10em;
  }

  .mob-content {
    display:none;
  }

  .mob-mleft0 {
    margin-left: 0em;
  }

  .content-holder {
    margin-top: -15px;
  }

  .banner {
    padding-top: 0em;
  }

  .home-courses, .home-grad, .home-collegiate {
    width: 100%;
  }

  .home-courses .val, .home-grad .val, .home-collegiate .val {
    margin-top: 0px;
    padding-top: 130px;
    border: none;
    text-decoration: underline;
    width: 100%;
  }

  .shop-products h1 {
    font-size: 2em;
  }

  .login-price {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    float: none;
  }
}

@media (max-width: 480px) {
  .city-upcoming-tournaments {
    padding-top: 12em !important;
  }
}

@media(min-width: 564px) and (max-width: 767px) {
  .logo > img {
    vertical-align: bottom;
    display: table-cell;
    height: 35px;
    width: auto;
    margin-top: 15px;
    margin-left: 7px;
  }

  #ph-top-nav {
    margin-top: -5px !important;
  }
}

@media(max-width: 768px) {
  .nav__primary, .footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  .partners div .ourp {
    margin-top: -3.5em;
  }

  .partners-bar {
    padding-top: 1em;
  }

  #click-menu {
    top: 62px !important;
    display: block !important;
  }

  #ph-top-nav {
    margin-left: 8.3% !important;
  }

  .quote {
    width: 90%;
    margin: 0 auto;
  }
}

@media(max-width: 564px) {
  .logo > img {
    height: 26px;
    width: auto;
    margin-left: 10px;
    margin-top: 26px;
  }

  #click-menu {
    top: 66px !important;
  }
}

@media (max-width: 472px) {
  .logo > img {
    height: 33px;
    width: auto;
    margin-left: 5px;
    margin-top: -4px;
  }
}

@media (max-width: 385px) {
  .logo > img {
    height: 32px;
    width: auto;
  }
}

.footer {
  padding: 0 !important;
  margin-top: 10em !important;
}

.ftr {
  padding-bottom: 3em;
}

@media (min-width: 979px) {
  .logo > img {
    padding-bottom: 8px;
    width: 70%;
    height: auto;
  }

  .ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar, .ubermenu-main.ubermenu-horizontal .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    left: -1% !important;
  }
}


/* About Page */
.about-header {
  background-image: url("images/about-header.png");
  background-repeat: no-repeat;
  max-width: 1920px;
  height: 575px;
}

.about-vision {
  font-family: "Open Sans";
  font-size: 3em;
  color: #d5db3a;
  font-weight: bold;
  padding-top: 2em;
  width: 90%;
  text-align: left;
}

.about-statement {
  color: white;
  font-family: "Cardo";
  font-size: 1.8em;
  line-height: 1.4;
  width: 90%;
  text-align: left;
}

.about-logo {
  padding-top: .2em;
}

@media (min-width: 767px) and (max-width: 1200px) {
   .about-statement {
    font-size: 1.4em;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: .6em;
    line-height: 1.6;
  }

  .about-vision {
    width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 1.7em;
  }

  .about-logo {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .upto-date {
    padding-top: 1em;
    text-align: left;
  }

  #mc_embed_signup form {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .about-header {
    background-image: url("images/about-header-mobile.png");
    background-repeat: no-repeat;
    max-width: 767px;
    height: 575px;
  }

  .about-vision {
    font-size: 2em;
    text-align: center;
    padding-top: 3em;
  }

  .about-statement {
    font-size: 1.4em;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 1em;
    line-height: 1.6;
    text-align: center;
  }

  .about-logo {
    padding-top: 1em;
    display: block;
    margin: 0 auto;
  }

  #mc_embed_signup form {
    text-align: center !important;
    margin-top: -1em;
  }

  .get-info-city-tour-subscribe-text {
    text-align: left !important;
  }

  .each-city-name {
    text-align: center !important;
  }

  .inline-hubspot-form .hs_email, .inline-hubspot-form .hs_submit {
    float: none !important;
  }

  .inline-hubspot-form .hb-label {
    padding-top: 23px;
    text-align: center !important;
  }
}

.about-our-story {
  font-family: "Cardo";
  font-weight: bold;
  font-size: 1.6em;
  color: #3A4972;
  text-align: center;
}

.our-story-text {
  text-align: left;
  line-height: 1.5;
  color: #4d4d4d;
  font-size: 1.2em;
}

.about-team {
  background-image: url("images/about-team.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 575px;
}

.about-team-title {
  font-family: "Cardo";
  font-weight: bold;
  font-size: 1.6em;
  color: white;
  text-align: center;
}

.about-photo {
  display: block;
  margin: .5em auto 0em auto;
}

.inline-form-text-box-wrap {
    width: 25%;
    float: left;
    padding-right: 1em;
}

/* Hubspot Styling */

.hubspot-form {
  background: #566385;
  margin-top: -14px;
}

.hs-form-field label {
  color: white !important;
}

.hs-button {
  background: #e85c41 !important;
  border-color: #e85c41 !important;
  text-shadow: none;
  box-shadow: none;
  color: white !important;
}

.hs-error-msgs label {
  color: red !important;
}

.submitted-message, h2.widgettitle {
  color: white;
  padding-left: 1em;
  padding-top: 1em;
}

.hubspot-form .textwidget {
  margin-top: -4em;
  padding-left: 2em;
  padding-bottom: 1em;
}

.hubspot-form .hbspt-form {
  padding-left: 2em;
  padding-bottom: 1em;
}

.hubspot-form h2 {
  color: white !important;
  padding-top: 1em;
  padding-left: 1em;
}

.hs_submit .hs-button {
  margin-top: 10px;
}

.dropdown-menu {
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
}

.application_button {
  padding-bottom: 2em !important;
}

.inline-hubspot-form .hs_email, .inline-hubspot-form .hs_submit {
  float: left;
}

.inline-hubspot-form .hs_submit .hs-button {
  margin-top: 0 !important;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  background: rgb(245,73,39) !important;
  color: rgb(255, 255, 255);
  border-radius: 6px;
  border-width: 0px;
  text-shadow: none;
  line-height: 1.5em;
  font-family: Open Sans;
}

.inline-hubspot-form .hb-label {
  padding-top: 23px;
  text-align: right;
}

.inline-hubspot-form .hs-error-msgs, .inline-hubspot-form .hs_email label {
  display: none !important;
}

@media (max-width: 768px) {

  .inline-hubspot-form .hs_email, .inline-hubspot-form .hs_submit {
    float: none !important;
  }

  .inline-hubspot-form .hb-label {
    padding-top: 23px;
    text-align: center !important;
  }
}

/* Nationals Page Styling */

.champ-header {
  font-family: 'Trade Gothic LT';
  font-size: 36px;
  color: #394873;
}

.image-caption {
  font-family: 'Open Sans';
  font-weight: lighter;
}

.champ-text {
  font-family: 'Open Sans';
  color: #333 !important;
  line-height: 15px;
}

.champ-box-header {
  font-family: 'Trade Gothic LT';
  background: #3A4972;
  font-size: 22px;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

.green-bg {
  background: #53A594;
}

.location-header {
  font-family: 'Open Sans';
  font-size: 20px;
}

.location-name {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 18px;
}

.location-details {
  font-family: 'Open Sans';
  line-height: 25px;
  font-size: 18px;
}

.tour-package li {
  padding-bottom: 10px;
}

.champ-general-info {
  min-height:500px;
}

.champ-block {
  border-style: solid;
  border-width: 5px;
  border-color: white;
  margin: 0;
}

.champ-cell {
  background-size: cover;
  background-position: 50% 50%;
  align-items: stretch;
}

.champ-cell-1 {
  background-image: url("https://pgateamgolf.com/wp-content/uploads/2016/07/seaview-golf-resort.jpg");
}

.champ-cell-2 {
  background-image: url("https://pgateamgolf.com/wp-content/uploads/2015/12/Champ-Tees-Picture.jpg");
}

@media (max-width: 480px) {
  .champ-block {
    display: block;
  }

  .champ-cell {
    height: 250px;
  }
}

@media (min-width: 481px) {
  .champ-row {
    display: flex;
  }
}

/* City Tour Primary Page */

.city-tour-section-header {
  font-family: "Trade Gothic Bold" !important;
  font-size: 3.5em !important;
  text-transform: uppercase !important;
  color: #666666 !important;
}

.city-tour-subsection-header {
  font-family: "Trade Gothic Bold" !important;
  font-size: 1.5em !important;
  letter-spacing: -0.25px !important;
  text-transform: uppercase !important;
  color: #808080 !important;
}

.city-tour-subsection-subheader {
  font-family: "Trade Gothic Bold" !important;
  font-size: 1em !important;
  letter-spacing: -0.25px !important;
  text-transform: uppercase !important;
  color: #808080 !important;
}

.city-tour-banner-numbers {
  font-family: Open Sans !important;
  font-size: 3em !important;
  color: #808080 !important;
}

.region-names {
  font-family: Open Sans !important;
  font-size: 1.85em;
  font-weight: 600 !important;
  color: #808080 !important;
}

.city-names a {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff !important;
  transition: .2s ease-in-out;

}

.city-names a:hover {
  opacity: 0.9;
}

.golf-academy .v2-body {
  color: #FFFFFF;
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-size: 14px !important;
}

.golf-academy .atitle {
  font-family: 'Open Sans';
  font-size: 2.3em;
  color: #FFFFFF;
  padding: 1rem 0;
}

.bg-right {
  background-image: url(https://pgateamgolf.com/wp-content/uploads/2017/04/city-tour-golf-academy.png?id=37212) !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.city-lead-form input {
  width: 100%;
  margin: 0 0 1.5rem 0 !important;
  font-family: Open Sans;
  line-height: normal;
}

.city-lead-form input[type="email"] {
  padding: 1.25em;
}

.city-lead-form input[type="submit"] {
  padding: 1rem !important;
}

.city-lead-form select {
  font-family: Open Sans;
  width: 48%;
  float: left;
  margin: 0 .5rem 1.5rem 0 !important;
  line-height: normal !important;
}

.city-lead-form label {
  display: none;
}

.city-lead-form li label {
  color: red;
  display: block !important;
}

.city-lead-form .hs_submit .hs-button {
  background: #336699 !important;
  border: none !important;
  line-height: normal !important;
  height: auto !important;
}

.city-tour-logo img {
  width: 65%;
  margin: auto !important;
}

.golf-academy label {
    display: none;
}

.golf-academy .hs-button {
  background: #fefefe !important;
  margin: 0 1em !important;
  vertical-align: middle !important;
  line-height: normal !important;
  height: auto !important;
  padding: 1rem !important;
  font-family: "Open Sans";
  border: none !important;
  color: #808080 !important;
  border-radius: .25em !important;
}

.golf-academy .hs_email {
  display: inline-block !important;
  width: 50% !important;
  border: none !important;
}

.golf-academy .hs_email input[type="email"] {
  width: 100% !important;
  height: 100% !important;
  padding: 1rem !important;
  border: none !important;
}

.golf-academy .hs_submit {
  display: inline-block !important;
  height: auto !important;
}

.city-tour-testimonial * {
}

.city-tour-inline-infographic img {
  max-height: 100px !important;
  width: auto !important;
}

.font-italic {
  font-style: italic;
}

.cli_settings_button {
  color: #337ab7 !important;
}

.text-navy{
	color: #1f2a44 !important;
}
.text-red {
	color: #aa2623 !important;
}
.text-blue {
	color: #336699 !important;
}
.text-primary-blue {
	color: #1F355E !important;
}
.text-white {
	color: #ffffff !important;
}
.text-yellow{
	color: #fdb515 !important;
}
.text-blue-light,
.text-blue-light a{
	color: #336699 !important;
}

.mt-0,
.mt-0 .vc_column-inner{
	margin-top: 0px !important;
}
.mb-0,
.mb-0 .vc_column-inner{
	margin-bottom: 0px !important;
}
.mb-2{
	margin-bottom: 20px !important;
}
.pt-0,
.pt-0 .vc_column-inner{
	padding-top: 0px !important;
}
.pb-0{
	padding-bottom: 0px !important;
}
.caption{
	font-size: 14px;
}
.subtitle{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
} 

.text-lg{
	font-size: 90px !important;
	line-height: 1 !important;
    font-weight: 700 !important;
	font-family: Roboto Condensed !important;
	margin-bottom: 16px;

}
.btn-center{
	text-align: center;
}
.d-flex{
	display: flex;
	justify-content: space-around;
}
.d-flex .btn+.btn{
	margin-left: 20px;
}

.vc_toggle_title>h4{
	font-family: Nunito Sans, Helvetica, Tahoma, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	text-transform: none !important;
	color: #1A1919;
}
.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before{
    background: #aa2623 !important;
	border: 1px solid #aa2623 !important;
}

.btn-wrapper a,
.btn{
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius:4px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0 20px 0!important;
	height: 36px;
	font-size: 14px;
	line-height: 36px !important;
	color: #202020;
	text-shadow: none;
	text-transform: uppercase;
	background: #f1f1f1;
	border: 1px solid #dddcdc;
	font-family: Roboto Condensed !important;
	font-weight: 700 !important;
	background-image: none !important;
}
.btn-wrapper a:hover{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-danger,
.btn-wrapper-danger a{
	border-color: #aa2623 !important;
	color: #ffffff !important;
	background-color: #aa2623 !important;
}
.btn-danger:hover, .btn-danger:focus,
.btn-wrapper-danger a:hover, .btn-wrapper-danger a:focus{
	border-color: #1f2a44 !important;
	color: #ffffff !important;
	background-color: #1f2a44!important;
}
.btn-yellow,
.btn-wrapper-yellow a{
	border-color: #fdb515 !important;
	color: #1f2a44 !important;
	background-color: #fdb515 !important;
}
.btn-yellow:hover, .btn-yellow:focus,
.btn-wrapper-yellow a:hover, .btn-wrapper-yellow a:focus{
	border-color: #336699 !important;
	color: #ffffff !important;
	background-color: #336699!important;
}
.btn-nextgen-golf,
.buy-btn,
.btn-nextgen-golf-wrapper a{
	border-color: #fdb515 !important;
	color: #1f355e !important;
	background-color: #fdb515 !important;
}

.btn-nextgen-golf:hover, .btn-nextgen-golf:focus,
.buy-btn: hover, .buy-btn:focus,
.btn-nextgen-golf-wrapper a:hover, .btn-nextgen-golf-wrapper a:hover{
	border-color: #1f355e !important;
	color: #ffffff !important;
	background-color: #1f355e !important;
}

.btn-yellow:hover, .btn-yellow:focus,
.btn-wrapper-yellow a:hover, .btn-wrapper-yellow a:focus{
	border-color: #336699 !important;
	color: #ffffff !important;
	background-color: #336699!important;
}

.btn-blue-light,
.btn-wrapper-blue-light a{
	border-color: #336699 !important;
	color: #ffffff !important;
	background-color: #336699 !important;
}
.btn-blue-light:hover, .btn-yellow:focus,
.btn-wrapper-blue-light a:hover, .btn-wrapper-blue-light a:focus{
	border-color: #fdb515 !important;
	color: #1f2a44 !important;
	background-color: #fdb515!important;
}

.img-fluid *,
.img-fluid img{
	width: 100%;
	height: auto;
}
.d-none{
	display: none;
}
.footer-top{
	display: flex;
	max-width: 900px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-around;
	
}
@media (max-width: 480px){
  .footer-top{
	flex-direction: column;
	padding: 0 30px;
  }
  .footer-top img{
	margin: 10px 0px !important;
  }
}
.alert{
	border-radius: 0;
	text-shadow: 0 0 0 rgba(255,255,255,0.5);
	margin-top: 4px;
}
.alert-navy {
    background: #1f2a44;
    border-color: #1f2a44;
    color: #ffffff;
}

.alert-warning {
    background-color: #fdb515;
    border-color: #fdb515;
    color: #1f2a44;
}
.new-footer-text{
	font-size: 12px;
}

.vc_row.bg-cover{
	background-size: cover !important;
	width: 100%;
}
.vh-70{
	min-height: 70vh !important;
	background-size: cover;
	background-repeat: no-repeat;
}
.vc_carousel-slideline img{
	width: 100%;
}
.hbspt-form .hs-custom-style .hs-form-field,
.hbspt-form .hs-custom-style .hs-form-field label{
	font-family: "Trade Gothic Bold" !important;
	text-transform: uppercase !important;
	color: #fdb515 !important;
}
.hs-form-c1f6c54e-2813-46c1-a7d4-74fe36acfb57_26fbdb9b-cc69-4906-b188-e12b0d299e72 .hs-form-field label{
		font-family: "Trade Gothic Bold" !important;
	text-transform: uppercase !important;
	color: #fdb515 !important;
}

.hs-form label {color: #fdb515 !important}
.hubspot-simple-form-darkBG .hs-form label:not(.hs-form-checkbox-display, .hs-error-msgs){
	font-family: "Trade Gothic Bold" !important;
	text-transform: uppercase !important;
	color: #fdb515 !important;
	padding-bottom: 0.5em !important;

}
.hubspot-simple-form-darkBG .hs-form .hs-input{
	border-radius: 0px !important!
}
.hbspt-form fieldset.form-columns-2 .input {
	margin-right: 16px !important;	
}
.inputs-list {
	margin: 0;
	list-style: none !important;
}

.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display{
	padding: 0 !important;
}
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display {
  display: block;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 15px !important;
  cursor: pointer;
  font-size: 18px;
}
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display span:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #ffffff;
}
.control--radio span {
  border-radius: 50%;
}
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display:hover input ~ span:before,
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display input:focus ~ span:before {
  background: #ccc;
}
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display input:checked ~ span:before {
  background: #fdb515;
}
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display:hover input:not([disabled]):checked ~ span:before,
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display input:checked:focus ~ span:before {
  background: #fdb515;
}
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display input:disabled ~ span:before {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display span:after {
  content: '';
  position: absolute;
  display: none;
}
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display input:checked ~ span:after {
  display: block;
}
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display span:after {
left: 6px;
top: 3px;
width: 6px;
height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.hubspot-simple-form-darkBG .hs-form label.hs-form-checkbox-display input:disabled ~ span:after {
  border-color: #7b7b7b;
}
.hubspot-simple-form-darkBG .hs-button{
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0 20px 0!important;
	height: 36px;
	font-size: 14px;
	line-height: 36px !important;
	color: #202020;
	text-shadow: none;
	text-transform: uppercase;
	background: #f1f1f1;
	border: 1px solid #dddcdc;
	font-family: Roboto Condensed !important;
	font-weight: 700 !important;
	border-color: #fdb515 !important;
	color: #1f2a44 !important;
	background-color: #fdb515 !important;
	letter-spacing: 0 !important;
	width: fit-content !important;
}
.hubspot-simple-form-darkBG .actions{
	text-align: center;
}
.hubspot-simple-form-darkBG .hs-form .hs-error-msgs.inputs-list label.hs-error-msg{
	font-family: "Nunito Sans", Helvetica, Tahoma, Arial, sans-serif !important;
	color: red !important;
	font-size: 12px !important;
	line-height: 1.1;
	padding-top: 0px!important;

}
.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target, .ubermenu-main div, .ubermenu-main p, .ubermenu-main input{
	font-family: Trade Gothic Bold !important;
}
a.ubermenu-target:hover span {
	font-family: Trade Gothic Bold !important;
}
.ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:after{
	margin-top: -10px;
}
@media (min-width: 1440px){
	.w-100vw *{
		width: 100%
	}
}
.jumbo{
		background-repeat: no-repeat;
		background-size: cover;
	    background-position: center;
		overflow: visible !important;
}

@media (max-width: 1024px) {
  .text-lg {
	font-size: 50px !important;
  }
}

.nccga-lead-form , .city-lead-form{
	position: absolute;
	bottom: -80px;
    max-width: 700px;
    width: 700px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 768px) {
  .nccga-lead-form, .city-lead-form{
    max-width: 100%;
    width: 100%;
  }
  .d-flex {
	flex-direction: column;
  }
  .d-flex .btn+.btn {
    margin-left: 0px;
  }
}
.z-index0{
	z-index: 0 !important;
}
.alert-wrapper{
	z-index: 10;
}