
h1 {
  color: #f16322;
  font-size: 40px;
  font-family: "bebas-neue";
}

h2,h3,h4 {
  font-family: "bebas-neue";
}

.btn {
  font-family: "bebas-neue";
}

#vid-button {
  color: #f16322;
  font-size: 40px;
  font-family: "bebas-neue";
  text-decoration: none;
}

#vid-button:hover {
  color: #BB430C;
  text-decoration: none;

}

#checkout{
	background-color: #f2f2f2;
	border-radius: 8px;
	border: none;
	padding: 20px;
	background-size: 1000px;
}


#secondPage {
    display: none;
}

#thirdPage {
    display: none;
}

.hero-lg p {
      font-size: 20px;
      font-weight: 700;

}

.hero-lg img {

}

.bullets {
  font-size: 16px;
  margin-bottom: 30px;
}

.hero-lg {
  width: 100%;
  height: 340px;
  background: #f5f5f5 url('https://img03.en25.com/EloquaImages/clients/BuildingMaterialsCorporationofAmerica/%7b7a20c9d2-f2c8-4915-bf5a-083f9b9ad281%7d_hero2.png') no-repeat left top;
  background-size: 1000px 340px;
  background-repeat: repeat-x;
  overflow: hidden;
}

.hero-sm img {
  display: none;
}

.header-sm {
  display: none;
}


.lead {
  margin: 10px 0 30px 0;
  font-size: 18px;
  line-height: 20px;
}

.step {
    color: #fff;
    margin: 20px 0;
    border-bottom: 2px solid #7ebcbe;
    height: 35px!important;
    line-height: 35px;
	text-align: center!important;
	

}

h4.form-signin-heading {
  background-color: #7ebcbe;
  height: 35px;
  line-height: 35px;
  margin: 0;
	text-align: center!important;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.step2 {
    color: #fff;
    margin: 20px 0;
    border-bottom: 2px solid #7ebcbe;
    height: 35px!important;
    line-height: 35px;
    
}


table#cart.table.table-hover.table-condensed {
	margin-right: 0;
	margin-left: 0;
}

.step h2 {
  padding: 0px;
  margin: 3px 0;
  font-size: 24px;
}

.total-div {
  font-size: 14px;
	margin-top: 10px;
	color: #f16322;
	
}

#register {
	background-color: #f16322;
	border: none;
}

.attending-div {
  font-size: 14px;
	
	  font-weight: 700;
	
}
.attending-div:first-of-type {
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}

.attending-div:last-of-type {
  border-top: solid 1px #000;
  padding-top: 10px;
  margin-top: 10px;
}

.table>tbody>tr>td {
  vertical-align: middle;
}

.btn-primary {
    color: #fff;
    background-color: #f16322;
    width: 100%;
    border:none;
    font-size: 20px;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #C04F1B;
}


.form-control {
	margin: 5px 0;
 }

#next {
	margin: 30px 0;		
 }

#checkout {
	margin: 30px 0;		
 }

#secondPage {
	display: none;
 }

.error-div {
	display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
 }

.error-div p {
 padding: 40px;
 font-size: 24px;
 margin-left: 15%;
 margin-right: 15%;
 }

#ccHTML {
	font-size: 18px;
	margin: 20px 0 30px 0;
 }
.has-error .form-control {
    border-color: #de0009 !important;
    border-width: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control::-webkit-input-placeholder {
  color: #de0009;
}

.has-error .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #de0009;
}
.has-error .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #de0009;
}
.has-error .form-control:-moz-placeholder { /* Firefox 18- */
  color: #de0009;
}
#successful {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 98;
  text-align: center;
  min-height: 1000px
}
#successful h1 {
  margin-top: 20%;
  position: relative;
  text-align: center;
}

#successful h2 {
  color: #f16322;
  font-size: 40px;
  position: relative;
  text-align: center;
}

#backRegisterNow {
  display: none;
}

.backButton {
  float: left;
  font-family: "bebas-neue";
  font-size: 18px;
  margin-top: 30px;
}

.backButtonAgain {
  float: left;
  font-family: "bebas-neue";
  font-size: 18px;
  margin-top: 30px;
}

.add {
  float: right;
  font-family: "bebas-neue";
  font-size: 18px;
  margin-top: 30px;
}

.remove {
    float: right;
    margin: 10px 10px 10px -30px;
    
}

.footer {
  background-color: #f5f5f5;
  padding: 20px 0;
}

.added-error {
  color: #de0009;
}

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

    .btn-primary {
      font-size: 16px;
    }

    .hero-lg p {
      font-size: 16px;
    }

    #firstPage {
      padding: 0 5px;
    }

    #secondPage {
      padding: 0 5px;
    }
    
    .backButton {
      font-size: 12px;
    }

    .backButton img {
      width: 30px;
    }

    .add {
      font-size: 12px;
    }

    .add img {
      width: 30px;
    }

    .footer {
      padding: 0 10px;
    }

    #ContinueToPayment {
      font-size: 12px;
    }

    #vid-button {
      font-size: 16px;
      line-height: 18px;
    }

}

@media screen and (max-width: 1050px) {
  #Handshake {
    display: none;
  }

}


#preload{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
  z-index: 99;
}
.thecube {
  width: 74px;
  height: 74px;
  margin: 0 auto;
  margin-top: 25%;
  position: relative;

}
.thecube .cube {
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.thecube .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.01);
  transform: scale(1);
}
.thecube .cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: foldthecube 2.4s infinite linear both;
  animation: foldthecube 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.thecube .c2 {
  -webkit-transform: scale(1) rotateZ(90deg);
  transform: scale(1) rotateZ(90deg);
}
.thecube .c3 {
  -webkit-transform: scale(1) rotateZ(180deg);
  transform: scale(1) rotateZ(180deg);
}
.thecube .c4 {
  -webkit-transform: scale(1) rotateZ(270deg);
  transform: scale(1) rotateZ(270deg);
}
.thecube .c2:before {
   background-image:url('https://img03.en25.com/EloquaImages/clients/BuildingMaterialsCorporationofAmerica/%7ba4e25b2e-1eef-43ea-9f61-c38e6cb3c763%7d_right-top.png');
  background-size: 37px;
}
.thecube .c3:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-image:url('https://img03.en25.com/EloquaImages/clients/BuildingMaterialsCorporationofAmerica/%7bb7b4902f-3225-4401-96be-afb01a1ffc12%7d_right-bottom.png');
  background-size: 37px;
}
.thecube .c4:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-image:url('https://img03.en25.com/EloquaImages/clients/BuildingMaterialsCorporationofAmerica/%7bcb17e2f4-92d7-4031-868c-b0f9ceac3c28%7d_left-bottom.png');
  background-size: 37px;
}
.thecube .c1:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-image:url('https://img03.en25.com/EloquaImages/clients/BuildingMaterialsCorporationofAmerica/%7b0309b5bc-a9b9-4fae-99cf-bf8df67d8d1a%7d_left-top.png');
  background-size: 37px 37px;
}
@-webkit-keyframes foldthecube {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes foldthecube {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}