.video-banner {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }

.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.video-banner .container {
  position: relative;
  z-index: 2; }

.video-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1; }

@media (pointer: coarse) and (hover: none) {
  .video-banner {
    background: #000; }

  .video-banner video {
    display: none; } }
/*about*/
#page table.about td {
  vertical-align: top;
  padding-left: 10px; }
#page table.about td:FIRST-CHILD {
  padding-left: 0px; }
#page table.about td:LAST-CHILD {
  padding-left: 10px; }
#page input, #page textarea {
  margin-bottom: 3px !important;
  width: 100%;
  min-width: 50px;
  padding: 4px; }
#page textarea {
  height: 100px; }
#page small {
  font-size: 70%;
  line-height: 12px !important;
  margin-bottom: 10px; }
#page .lead {
  font-size: 16px;
  line-height: 20px; }
#page .price-hilite {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  padding: 8px 10px;
  background: #F7DC59;
  color: #333;
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 85px;
  height: 85px;
}
#page .price-hilite small {
  display: block;
  font-size: 9px;
  margin: 0 0 5px;
  font-weight: normal;
  color: #545454; }
#page .table-pricing {
  border-width: 0 0 1px; }
#page .table-pricing thead > tr > td {
  border: none; }
#page .table-pricing tbody > tr > td {
  vertical-align: middle; }
#page .table-pricing tbody th {
  text-align: center;
  background: #f0f0ee; }
#page .table-pricing h3 {
  color: #DA4F49;
  font-size: 26px;
  margin: 10px 0 10px; }
#page .table-pricing tbody td:first-child {
  text-align: center;
  font-weight: bold; }
#page .table-pricing tbody td.empty {
  border-top-color: #fff !important;
  border-left-color: #fff !important; }
#page .table-pricing tbody dfn {
  font-style: normal;
  color: #292163; }
#page .table-pricing tfoot td {
  color: #666;
  line-height: 16px; }
#page .dl-course dt {
  width: 35%;
  margin: 0;
  padding: 0;
  overflow: visible;
  display: inline-block; }
#page .dl-course dd {
  margin-left: 20%;
  padding: 0;
  text-align: right;
  font-size: 12px;
  display: inline-block; }
#page .course-details p {
  font-size: 12px !important;
  line-height: 16px; }
#page .course-details section {
  border-bottom: 1px solid #ccc;
  padding: 5px 0; }
#page .course-details section:last-child {
  border-bottom: none; }
#page .course-details h4 {
  color: #292163; }
#page #footer {
  background-color: #f5f5f5; }
#page #footer h1, #page h2, #page h3 {
  line-height: 20px !important; }
#page #footer h1 {
  margin-top: 10px; }
#page #footer h3 {
  margin-top: 0px; }
#page #footer small {
  display: block; }
@media (max-width: 955px) {
  #page #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; } }
#page .dark-red {
  color: #DA4F49; }
#page .dark-grey {
  color: #605F5F; }
#page div.content-about h1 {
  color: #DA4F49; }
#page div.content-about section {
  margin: 20px 0;
  font-size: 115%; }
#page div.content-about section h2 {
  color: #DA4F49; }
#page div.content-about section em {
  font-weight: bold; }
#page div.content-about section p {
  font-size: 100%; }
#page div.content-about section ul {
  font-size: 100%; }
#page ul.bullets {
  list-style: none;
  margin: 10px 0;
  padding: 0; }
#page ul.bullets li {
  font-weight: bold; }
#page ul.bullets ul {
  margin: 10px;
  padding: 0 15px;
  list-style: square; }
#page ul.bullets ul li {
  font-weight: normal; }
#page .question-list h3 {
  font-size: 16px;
  padding: 5px;
  background: #f0f0ee;
  margin: 30px 0 5px;
  color: #090817; }
#page .question-list p {
  font-size: 14px;
  margin-left: 5px; }
#page .question-list ol, #page .question-list ul {
  font-size: 14px; }
#page .question-list h2 {
  color: #DA4F49;
  margin-top: 50px; }
#page .about-left {
  width: 219px;
  float: left;
  margin-bottom: 80px;
  position: fixed; }
#page .contact-warning {
  background-color: #DA4F49;
  background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF !important;
  padding: 0 5px; }
#page .contact-warning a {
  color: #FFFFFF !important; }
#page table.org {
  background: none repeat scroll 0 0 #F4F4F4;
  border: 1px solid #E4E2E2;
  margin: 10px 0 20px; }
#page table.org td, #page table.org th {
  border-bottom: 1px solid #E4E2E2; }
#page table.org td:first-child, #page table.org th:first-child {
  border-left: medium none; }
#page table.org td {
  border-left: 1px solid #E4E2E2;
  color: #605F5F;
  font-size: 85%;
  font-weight: bold;
  padding: 6px 12px;
  text-align: center; }
#page ul.gallery {
  margin: 10px 0;
  list-style: none outside none; }
#page ul.gallery li {
  float: left;
  margin: 3px; }
#page ul.gallery li img {
  width: 88px; }
#page #testimony_bb {
  font-size: 115%;
  margin-top: 20px;
  padding: 0 60px;
  position: relative;
  text-align: center; }
#page .pos-top {
  left: 5px;
  position: absolute;
  top: 5px;
  float: left; }
#page .pos-btm {
  bottom: 5px;
  position: absolute;
  right: 5px;
  float: right; }
#page div.testimony {
  text-align: left;
  position: absolute; }
#page ul.sequence {
  display: inline-block;
  margin: 5px auto;
  list-style: none outside none; }
#page ul.sequence li {
  cursor: pointer;
  float: left;
  height: 15px;
  margin: 0 5px;
  text-align: center;
  width: 15px; }
#page ul.sequence li.dir {
  font-size: 125% !important;
  font-weight: bold;
  line-height: 100%; }
#page ul.sequence li.item {
  border: 2px solid #DDDDDD;
  border-radius: 15px 15px 15px 15px;
  margin: 5px; }
#page ul.sequence li.item.sel {
  background: none repeat scroll 0 0 #0088CC !important; }
#page .quote {
  font-size: 700% !important;
  line-height: 100% !important;
  margin: 0px !important;
  padding: 0 !important; }
#page #credits-configure input {
  width: 53px; }
#page .blueimp-gallery > .description {
  color: #FFFFFF;
  font-size: 14px;
  left: 15px;
  line-height: 16px;
  margin: 0 40px 0 0;
  position: absolute;
  text-shadow: 0 0 2px #000000;
  top: 40px; }
#page .blueimp-gallery > .slides > .slide {
  height: 80%;
  top: 10%; }
#page .hide {
  display: none; }

/*home*/
.home-blocks {
  cursor: pointer; }

/*# sourceMappingURL=styles.css.map */
