#business > .container {
  background-image: url(/images/background-tile.jpg);
  background-color: #20160E;
}
#business .business-video {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  max-height: 600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #business .business-video {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  #business .business-video {
    max-height: 300px;
  }
}
@media (max-width: 575px) {
  #business .business-video {
    max-height: 200px;
  }
}
#business .portrait-wide {
  background-size: cover !important;
}
#business .portrait-wide img {
  width: 100%;
}
#business .quote {
  margin: 0 auto;
  padding: 1.5rem 2rem 0.5rem 1.5rem;
  border: 1px solid rgba(253, 191, 33, 0.2784313725);
  background-color: rgba(0, 0, 0, 0.1882352941);
  border-radius: 7px;
}
#business .img-header {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.3137254902);
}
#business .team-building {
  background-color: rgb(255, 193, 7);
  color: rgb(32, 22, 14);
  border-radius: 7px;
  padding: 1rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
#business .package {
  border: 1px solid #7a5d2b;
  border-radius: 7px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: white;
}
#business .package.no-border {
  border-radius: 0 0 7px 7px;
}
@media (max-width: 989px) {
  #business .package.no-border {
    margin-top: 3.5rem;
  }
}
#business .package .package-name div {
  text-transform: uppercase;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
}
#business .package .package-name div p {
  display: block;
  position: absolute;
  top: -42px;
  left: -1px;
  right: -1px;
  text-align: center;
}
#business .package .package-name div p span {
  border: 1px solid #7a5d2b;
  display: inline-block;
  padding: 8px 20px;
  background-color: rgb(255, 193, 7);
  border-radius: 10px 10px 0 0;
  color: rgb(32, 22, 14);
  font-weight: 600;
  font-size: 1.1rem;
  width: 100%;
}
#business .package .package-name {
  border-bottom: 1px solid #7a5d2b;
}
#business .package .package-features {
  background-color: #30241e;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 1rem;
}
#business .package .package-features ul {
  padding-left: 1rem;
  margin-bottom: 0;
}
@media (min-width: 990px) {
  #business .package .package-features {
    min-height: 330px;
  }
}
#business .package-name {
  font-size: 1.4rem;
  min-width: 200px;
}
#business .package-name div {
  background-color: #1f1714;
  padding: 1rem;
}
#business .package-name div span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(255, 193, 7);
}
@media (max-width: 1199px) {
  #business .package-name {
    font-size: 1.2rem;
    min-width: 150px;
  }
  #business .package-name div {
    min-height: initial;
  }
}
@media (max-width: 991px) {
  #business .package-name {
    font-size: 1rem;
    min-width: 100px;
  }
  #business .package-name div span {
    font-size: 0.8rem;
  }
}
#business .package-location .package-name > div {
  font-size: 1.2rem;
}
#business .package-location .package-name {
  min-height: 90px;
}
#business .package-location .package-features {
  min-height: initial !important;
  text-align: center;
}
#business .package-team-building {
  font-size: 1.3rem;
  background-color: #1f1714;
}
@media (max-width: 1199px) {
  #business .package-team-building {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  #business .package-team-building {
    font-size: 1rem;
  }
}
#business .package-header {
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 200;
  vertical-align: bottom;
  padding-bottom: 0.8rem;
}
@media (max-width: 1199px) {
  #business .package-header {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 991px) {
  #business .package-header {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
#business table {
  border-collapse: collapse;
  border-spacing: 0;
  color: white;
  height: 1px;
  width: 100%;
}
#business table thead tr th {
  height: 100%;
  padding: 0;
  text-align: center;
}
#business table thead tr th div {
  height: 100%;
  padding: 1rem;
  border-top: 1px solid #7a5d2b;
  border-left: 1px solid #7a5d2b;
}
@media (max-width: 1199px) {
  #business table thead tr th div {
    padding: 1rem 0.8rem;
  }
}
#business table thead tr th:first-child div {
  border: none;
}
#business table thead tr th:last-child div {
  border-right: 1px solid #7a5d2b;
}
#business table thead tr:first-child:nth-child(1) div {
  border-top-left-radius: 7px;
}
#business table thead tr:first-child th:last-child div {
  border-top-right-radius: 7px;
}
#business table thead tr:nth-child(2) th:first-child div {
  border-top-left-radius: 7px;
  border-left: 1px solid #7a5d2b;
  border-top: 1px solid #7a5d2b;
}
#business table tbody tr:first-child td:first-child div {
  border-top-left-radius: 7px;
}
#business table tbody tr:last-child td:first-child div {
  border-bottom-left-radius: 7px;
}
#business table tbody tr:last-child td:last-child div {
  border-bottom-right-radius: 7px;
}
#business table tbody tr:last-child td div {
  border-bottom: 1px solid #7a5d2b;
}
#business table tbody tr td {
  height: 100%;
  padding: 0;
  text-align: center;
  color: rgb(255, 193, 7);
}
#business table tbody tr td:first-child {
  text-align: left;
  color: white;
}
#business table tbody tr td:first-child div {
  padding: 1rem;
}
#business table tbody tr td:last-child div {
  border-right: 1px solid #7a5d2b;
}
#business table tbody tr td {
  vertical-align: middle;
}
#business table tbody tr td div {
  height: 100%;
  background-color: #30241e;
  border-top: 1px solid #7a5d2b;
  border-left: 1px solid #7a5d2b;
}
#business table tbody tr td div p {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#business table tbody tr td div .icon {
  font-size: 1.4rem;
}
#business .row-packages {
  margin: 0 auto;
}

#students > .container {
  background-image: url(/images/background-tile.jpg);
  background-color: #20160E;
}
#students .group_content {
  height: 260px;
}
#students .portrait-wide {
  height: 400px;
  background-size: cover !important;
}
#students b,
#students h3 {
  color: rgb(204, 178, 136);
}
#students h3 {
  font-size: 20px;
}
#students span.instructions {
  color: rgb(189, 189, 189);
  font-weight: 200;
  font-style: italic;
}
#students div.offer-header {
  margin-top: 15px;
  background-color: #0e0808;
  padding: 15px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
#students div.offer-header h4,
#students div.offer-header h3 {
  margin: 0px !important;
}
#students div.offer-header h4 {
  font-size: 17px;
  font-weight: normal;
}
#students div.offer-body {
  background-color: #c5c5c5;
  color: #252423;
  padding: 15px 20px 15px 5px;
  border-radius: 0px 0px 5px 5px;
  min-height: 265px;
}
#students .sessions-students div.offer-body {
  height: 180px;
}
#students div.offer-body .starting {
  color: green;
}
@media (max-width: 1200px) {
  #students div.offer-header h4 {
    font-size: 15px;
  }
  #students .group_content {
    height: 300px;
  }
  #students .portrait-wide {
    height: 370px;
  }
  #students div.offer-body {
    min-height: 310px;
  }
  #students .sessions-students div.offer-body {
    height: 125px;
  }
}
@media (max-width: 992px) {
  #students .group_content {
    height: inherit;
    padding-bottom: 10px;
  }
  #students div.offer-body {
    min-height: initial;
  }
}
@media (max-width: 660px) {
  #students .portrait-wide {
    height: 220px;
  }
  #students div.offer-body {
    min-height: initial;
  }
}
@media (max-width: 460px) {
  #students .portrait-wide {
    height: 170px;
  }
  #students div.offer-body {
    min-height: initial;
  }
}
#students .radiobox label > input {
  float: left;
  width: 20px;
}
#students .radiobox label > span {
  display: block;
  margin-left: 30px;
}
#students .student-quote {
  background-color: rgba(0, 0, 0, 0.5019607843);
  padding: 2rem;
  color: white;
}
/*# sourceMappingURL=business-students.css.map */
