body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

img {
  display: inline-block;
  max-width: 100%;
  text-align: left;
}

.button {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 30px;
  border-radius: 10px;
  background-color: #333;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  display: inline-block;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Exo, sans-serif;
  color: #676770;
  text-align: center;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  font-family: Exo, sans-serif;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44))), url('../images/clock-sidewalk.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(46, 157, 255, 0.5)), to(rgba(46, 157, 255, 0.22)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url('../images/clock-sidewalk.jpg'), linear-gradient(180deg, rgba(46, 157, 255, 0.5), rgba(46, 157, 255, 0.22));
  background-position: 0px 0px, 50% 0px, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  opacity: 1;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  font-family: Exo, sans-serif;
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading {
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.section-subheading.center {
  font-family: Exo, sans-serif;
  color: #8e8e9c;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.spc {
  display: inline-block;
}

.what-we-do-list {
  margin-bottom: 65px;
  list-style-type: none;
}

.list {
  font-family: Exo, sans-serif;
  color: #8e8e9c;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  text-transform: none;
}

.list-heading {
  margin-bottom: 13px;
  border-bottom: 2px solid #8e8e9c;
  border-radius: 0px;
  font-family: Exo, sans-serif;
  color: #8e8e9c;
  font-size: 19px;
}

.programs-div {
  background-color: #2b8cce;
  color: #3d4042;
}

.program-row {
  margin-top: 25px;
  margin-bottom: 25px;
}

.porgram-section {
  margin-bottom: 0px;
  padding-bottom: 5px;
  background-color: #333;
}

.program-p {
  font-family: Exo, sans-serif;
}

.program-subheading {
  font-family: Exo, sans-serif;
  color: #c1c1ce;
  font-weight: 400;
  text-align: center;
}

.program-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  text-align: left;
}

.program-img.secondary {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
}

.right-col {
  padding-left: 15px;
}

.left-col {
  padding-right: 15px;
}

.middle-col {
  padding-right: 15px;
  padding-left: 15px;
}

.p-1 {
  color: #e6e6e6;
  text-align: center;
}

.p3 {
  color: #e6e6e6;
  text-align: center;
}

.p4 {
  color: #e6e6e6;
  text-align: center;
}

.p2 {
  color: #e6e6e6;
  text-align: center;
}

.p5 {
  color: #e6e6e6;
  text-align: center;
}

.p6 {
  color: #e6e6e6;
  text-align: center;
}

.p7 {
  color: #e6e6e6;
  text-align: center;
}

.nav-bar {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.contact-map {
  display: block;
  width: 500px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.contact-list {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-p {
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

.footer-heading {
  text-align: center;
}

.contact-main-heading {
  margin-bottom: 50px;
}

.contact-p {
  color: #2e9dff;
  font-weight: 400;
}

.contact-phone-link {
  color: #2e9dff;
  text-decoration: none;
}

.contact-column {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.contact-map-page {
  margin: 23px 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.contact-info {
  margin-top: 74px;
  margin-bottom: -32px;
}

.sub-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.sub-heading {
  margin-bottom: 35px;
  text-align: center;
  text-transform: capitalize;
}

.past-work {
  margin-right: 100px;
  margin-left: 100px;
  font-size: 15px;
  text-align: center;
}

.past-work-links {
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  color: #676770;
  text-decoration: none;
}

.past-work-links:hover {
  color: #2e9dff;
}

.d-list-image {
  margin-left: 100px;
  text-align: left;
}

.staff-contact {
  border: 8px solid #fff;
  border-radius: 50px;
  background-color: #e4e4e4;
}

.staff-email {
  color: #2e9dff;
  text-decoration: none;
}

.staff-row {
  margin-top: 120px;
  margin-bottom: -25px;
}

.staff-numbers {
  color: #3b99d9;
  text-decoration: none;
}

.contact-container {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 28px;
}

.continuinged {
  position: static;
  display: inline-block;
  overflow: hidden;
  margin-right: 0%;
  margin-left: 34%;
  float: left;
  background-color: #2e9dff;
  color: #e6e6e6;
  font-weight: 300;
  text-align: center;
}

.mainsection {
  padding: 70px 0px;
  background-color: #333;
  color: #676770;
  font-size: 32px;
  text-decoration: none;
}

.cerow {
  margin-top: 30px;
  margin-bottom: 30px;
}

.classes {
  display: block;
  width: 300px;
  height: 300px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #ebebeb;
}

.classtitle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 2px solid #69b9ff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.classinstructor {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.contactlisa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  margin-bottom: -39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f3f3ff;
}

.classinfo {
  display: block;
  padding-bottom: 10px;
  padding-left: 5px;
  color: #fff;
  text-align: center;
}

.lisa {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.lisa:hover {
  color: #3b99d9;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ce-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.ce-title {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

.container {
  background-image: url('../images/interns.jpg');
  background-position: 0px 0px;
  background-size: 640px;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: -23px -6px 50px 3px #050cb3;
}

.container-2 {
  padding-left: 0px;
}

.button-2 {
  display: block;
  margin-right: auto;
  margin-left: 289px;
  float: left;
}

.heading {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #00df3e;
  font-size: 100px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 17px -6px 4px rgba(168, 27, 163, 0.25);
}

.section-2 {
  padding-bottom: 40px;
  background-color: #ff7ca1;
  background-image: linear-gradient(76deg, #ff00b8, #6d91be), linear-gradient(180deg, rgba(238, 0, 190, 0.5), rgba(238, 0, 190, 0.5));
}

.link {
  color: #9898aa;
  text-decoration: none;
  cursor: default;
}

.secretsection {
  background-color: #31dfc3;
  background-image: radial-gradient(circle farthest-corner at 24% 123%, #12a4b8 18%, #ff7a00);
  -webkit-transition: background-color 100ms cubic-bezier(.316, .837, 0, .978);
  transition: background-color 100ms cubic-bezier(.316, .837, 0, .978);
}

.secretfooter {
  margin-top: 0px;
  padding-top: 249px;
  background-color: #ff2727;
  background-image: radial-gradient(circle farthest-corner at 70% 51%, #ff0c0c, #cf0 99%);
}

.ce-class-row {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.heading-2 {
  color: #fff;
  text-align: center;
}

.class-time {
  color: #fff;
  line-height: 12px;
  text-align: center;
  text-transform: capitalize;
}

.headingdiv {
  margin-right: 160px;
  margin-left: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ce-h3 {
  margin-bottom: 20px;
  border-bottom: 2px solid #3b99d9;
  color: #f0f0f0;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.ce-class-title {
  margin-right: 45px;
  margin-left: 45px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #3b99d9;
  color: #ecf0f1;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text-block {
  color: #bec3c7;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.text-block.date {
  margin-top: 5px;
  color: #bec3c7;
}

.collection-item {
  margin: 15px 10px 10px;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.practicediv {
  margin: 10px;
  padding: 5px;
}

.div-block {
  padding: 5px;
}

.practicebox {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.practiceh3 {
  margin-right: 52px;
  margin-left: 52px;
  padding-left: 0px;
  border-bottom: 2px solid #3b99d9;
  color: #bec3c7;
  font-size: 18px;
  text-align: center;
  letter-spacing: 6px;
  text-decoration: none;
}

.practiceh3.pdf {
  border-style: none;
  -webkit-transition: color 550ms ease;
  transition: color 550ms ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.practiceh3.pdf:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #2e80b6;
}

.practiceinstructor {
  color: #ecf0f1;
  font-size: 15px;
  text-align: center;
}

.practicedate {
  color: #ecf0f1;
  font-size: 15px;
  text-align: center;
}

.practicetime {
  color: #ecf0f1;
  font-size: 15px;
  text-align: center;
}

.practiceinfo {
  color: #ecf0f1;
  font-size: 15px;
  text-align: center;
}

.heading-3 {
  color: #f0f0f0;
  text-decoration: none;
  text-transform: capitalize;
}

.ce_inclass {
  color: #f0f0f0;
  font-size: 22px;
}

.div-block-2 {
  border-bottom: 3px solid #2e9dff;
}

.ce_underline {
  display: block;
  width: 25%;
  border-bottom: 3px solid #2e9dff;
  text-align: left;
}

.ce_classes {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 10px;
  background-color: rgba(103, 103, 112, 0.35);
}

.ce_classtitle {
  display: inline-block;
  width: 50%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
}

.heading-4 {
  display: inline-block;
  text-align: right;
}

.ce_classinstructor {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 50%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #f0f0f0;
  text-align: right;
  text-transform: capitalize;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ce_classdt {
  color: #ecf0f1;
  text-transform: capitalize;
}

.ce_classinfotitle {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #f0f0f0;
  font-size: 16px;
  text-transform: capitalize;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ce_classdescription {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #f0f0f0;
  font-size: 14px;
}

.ce_classinfodiv {
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-3 {
  position: static;
  right: 0px;
  height: 2350px;
  border-radius: 0px;
  background-color: #333;
}

.container-3 {
  position: relative;
  top: 50px;
  display: block;
}

.rental-image {
  width: 400px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.rental-image:hover {
  -webkit-filter: none;
  filter: none;
}

.container-4 {
  position: relative;
  top: 100px;
}

.container-5 {
  position: relative;
  top: 150px;
  margin-top: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-6 {
  position: relative;
  top: 200px;
}

.container-7 {
  position: relative;
  top: 150px;
}

.image-4 {
  width: 400px;
}

.container-8 {
  position: relative;
  top: 200px;
}

.image-5 {
  width: 400px;
}

.image-6 {
  width: 400px;
}

.container-9 {
  position: relative;
  top: 250px;
}

.image-7 {
  width: 400px;
}

.rental-heading {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.rental-paragraph {
  color: #fff;
}

.paragraph {
  position: relative;
  top: 22px;
}

.rental-note {
  position: relative;
  top: 25px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.paragraph-2 {
  position: relative;
  top: 20px;
}

.rental-note-paragraph {
  position: relative;
  top: 23px;
  color: #fff;
}

.holiday-schedule-link {
  color: #fff;
}

.container-10 {
  position: relative;
  top: 300px;
}

.link-2 {
  color: #fff;
}

.rental-list {
  margin-top: 30px;
  color: #fff;
}

.html-embed {
  position: relative;
  left: 75px;
  top: -250px;
  width: 250px;
  height: 0px;
}

.bold-hover:hover {
  text-decoration: underline;
}

.html-embed-2 {
  position: relative;
  top: -250px;
  right: -75px;
  height: 0px;
}

.html-embed-3 {
  position: relative;
  top: -200px;
  right: -70px;
  width: 300px;
  height: 0px;
  margin-top: 0px;
}

.html-embed-4 {
  position: relative;
  left: 75px;
  top: -235px;
  width: 300px;
  height: 0px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="hide"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .footer-link {
    text-align: center;
  }

  .continuinged {
    display: inline-block;
    margin-right: auto;
    margin-left: 15%;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .footer-link {
    text-align: center;
  }

  .spc {
    margin-bottom: 30px;
  }

  .what-we-do-list {
    padding-left: 0px;
  }

  .continuinged {
    margin-left: 40%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .footer-link {
    text-align: center;
  }

  .what-we-do-list {
    padding-left: 0px;
  }

  .continuinged {
    margin-left: 30%;
  }

  .ce_underline {
    width: 50%;
  }

  .ce_classes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ce_classinstructor {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

