
.btn-custom-white{
  border-radius: 25px;
  line-height: 30px;
  font-size: 1.2em;
  padding: 10px 20px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: .1em;
  font-family: 'Montserrat', sans-serif;	
  background:#fff;
  color:#B82025;
  border:2px solid #fff;
  transition:all .3s ease-in-out;
  margin:0	
}
.btn-custom-white:hover{
  background:transparent;
  color:#fff;
  border:2px solid #fff;
  transition:all .3s ease-in-out;}
section.footer-cta {
    display: none;
}
.redBg {
  background: #B82025;
}
.btn.btn-custom {
  background: #888;
  border-radius: 25px;
  line-height: 30px;
  font-size: 1.2em;
  padding: 10px 20px;
  color: #FFF;
  font-weight: 400;
  text-transform: none;
  letter-spacing: .1em;
  border: 2px solid #888;
  transition: all .3s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
a.btn.btn-custom:hover {
  color: #888;
  border: 2px solid #888;
  background: #fff;
}
a.btn.btn-custom.white{
  background:#fff;
  color:#B82025;
  border:2px solid #fff;
  transition:all .3s ease-in-out;
  margin:0
}
a.btn.btn-custom.white:hover{
  background:transparent;
  color:#fff;
  border:2px solid #fff;
  transition:all .3s ease-in-out;
}

.section-header h2 { font-size: 36px; font-weight: 300;}
.lightText h3 {
  color: #FCC80C;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 1em;
}
.lightText p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 1em;
  line-height:1.8em
}
.lightText th,.lightText td{
  color:#fff
}
.section-text.lightText {
  padding: 0 2rem;
}
.yellowText {color:#FCC80C!important }
.start {
  height: auto;
  margin: 15px auto;
  text-align: right;
}
.start a {
  display: inline-block;
  border: 2px solid #FCC80C;
  border-radius: 25px;
  min-height: 30px;
  padding: 10px 15px;
  text-align: center;
  color: #000;
  font-size: 2rem;
  letter-spacing: .1em;
  max-width: 225px;
  min-width: 225px;
  font-weight: 300;
  transition:all .3s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
.start a:hover {
  display: inline-block;
  border: 2px solid #FCC80C;
  color: #000;
  background:#fcc80C;
  text-decoration:none;
  transition:all .3s ease-in-out
}

.banner .container { display: flex; justify-content: center;}
section.banner {
  background:url(/assets/clubreadysite/Media/CRTraining/CR_Training_Hero_Bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  padding:100px 0;
  margin-top: 0;
  max-height: inherit;
  position:relative
}
section.banner::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
  background:url(/assets/clubreadysite/Media/CRTraining/CR_Training_Hero_Overlay_pattern.png) repeat 0 0;
}
.banner-content {
  max-width: 100%;
  position: relative;
  max-height: 225px;
  height: 100%;
  display: table;
  margin: 0px auto;
  min-height: 225px;
}
.banner-inner {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  align-self: center;
}
.clientLogo, .crTrainingLogo {
    max-height: 225px;
    display: flex;
    max-width: 450px;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.clientLogo div {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.clientLogo div p {
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}
.clientLogo div, .clientLogo p {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:1024px){
.clientLogo img, .crTrainingLogo img {
  max-height: 205px;
  max-width: 320px;
}
}
@media(min-width:1024px){
.clientLogo img, .crTrainingLogo img {
  max-height: 225px;
  max-width: 450px;
  height:auto!important
}
}

.banner-divide {
  width: 0;
  height: 100%;
  border-right: 1px solid #222;
}
@media(min-width:1024px){
section.banner .row .col:last-child:before {
    display: block;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    content: "";
    border-left: 2px solid #000;
}
}
.section-text p {
  font-size: 1.2em;
  line-height: 1.8em;
}
section.darkGrayBg h2 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
}
.panel-content img.img-responsive.float-none {
  width: 100%;
}
.panel-content .panel-img {
  padding: 0;
}
.panel-content .panel-img p{
  padding:0px;
  margin:0px
}
.panel-content {
  background: #f5f5f5;
}
.panel-content:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
}
.panel-content {
  background: #f5f5f5;
  display: block;
  width: 100%;
  height:100%
}
@media(max-width:768px){
  .row.no-gutters .innerText, .row .section-text {
    padding: 2rem;
}
}
.align-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.align-middle .innerText {
  align-self: center;
  align-items: center;
  flex: 1 1 83.3333%;
  padding:0 5rem
}
.panel-text {
  position: relative;
  height: 100%;
  min-height: 100%;
  display: table-cell;
}
.panel-content .innerText h3 {
  color: #FCC80C;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.panel-content .innerText h4 {
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 3rem;
}
.panel-content .innerText h6 {
  font-size: 1.3em;
  font-weight: 400;
  margin: 1em 0;
}
.panel-content .innerText p {
  font-size: 1em;
  line-height: 1.6em;
}
.panel-content .innerText ul li {
  font-size: 1.2em;
  margin:.5em 0
}


.service-panels {position:relative}
.service-panels .row.no-gutters.panel-image div {
  width: 100%;
}
.service-panels img {
  width: 100%;
  height: auto;
}
.service-panels .panel-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-panels .panel-text .innerText{
  padding:1rem 3rem
}
.service-panels .panel-text .innerText h2{
  margin-bottom:1rem
}
.service-panels .panel-text .innerText h4{
  margin-bottom:1rem
}
.service-panels .panel-text .innerText p{
  margin:0;
  padding:0;
  font-size:1.2rem;
  line-height:1.8
}
@media(max-width:992px){
  .service-panels .panel-text .innerText {
    padding: 1.5rem
  }
}
@media(min-width:992px) and (max-width:1200px){
  .service-panels .panel-text .innerText {
    padding: 1rem 1.5rem
  }
  .service-panels .panel-text .innerText h2 {
    font-size: 1.5rem;
  }
  .service-panels .panel-text .innerText h4 {
    font-size: 1.1rem;
  }
  .service-panels .panel-text .innerText p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media(max-width:768px){
  .banner .carousel-inner .item {
    max-height: 35vh;
  }
  .carousel-caption::after {
    max-width: 300px;
  }
}
section.redBg .container .row .col:first-child{
  border-right:1px solid #fff;
  content:"";
  width:0px;
  height:100%;
}
section.darkGrayBg .container .row .col:first-child{
  border-right:1px solid #fff;
  content:"";
  width:0px;
  height:100%;
}
.intro-guide,.clubready-manual,.hardware-guide,.hardware-form {
    text-align: center;
    line-height: 1.8em;
    padding: 0 3rem;
}
.intro-guide div,.clubready-manual div,.hardware-guide div,.hardware-form div {
    padding: 1rem 0rem;
}
.intro-guide div[id*="_Image"] p, .clubready-manual div[id*="_Image"] p, .hardware-guide div[id*="_Image"] p, .hardware-form div[id*="_Image"] p {
    padding: 0;
    margin: 0;
}
section.redBg, section.darkGrayBg {
    color: #fff;
}
.intro-guide h5, .clubready-manual h5, .hardware-guide h5, .hardware-form h5 {
    margin:0;
    font-weight:Bold
}

@media(max-width:768px){
section.redBg .container .row .col:first-child,section.darkGrayBg .container .row .col:first-child {
    border-right: 0px none;
    content: "";
    width: initial;
    height: initial;
}
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

@media(max-width:767px){
  .videoSection {
    min-height: 408px;
  }
}