/* Text Elements */

h1.page-heading {
  margin-right: 0;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 6px;
  background-color: #1d1d1d;
  color: #fff;
  text-align: center;
  font-size: 2.125rem;
}

h1.section-heading {
  margin-right: auto;
  margin-left: auto;
  max-width: 50rem;
  color: #444;
  text-align: center;
  font-size: 2.125rem;
}

h1 span.heading-text-1 {
  color: #f93636;
  font-weight: 600;
}

h1.heading-1 {
  color: #c92f29;
  text-align: center;
}

h2.section-heading {
  margin-top: 2.1875rem;
  margin-bottom: 1rem;
  color: #444;
  text-align: center;
  font-size: 1.875rem;
}

h3.feature-heading {
  text-align: center;
  font-size: 1.5625rem;
}

h3.training-class-name {
  text-align: center;
  font-size: 1.375rem;
}

h4.training-cost {
  text-align: center;
}

h4 span.italic {
  color: #1d1d1d;
  font-style: italic;
  font-size: 1rem;
}

h4.news-card-title {
  color: #8a8a8a;
  font-weight: 700;
  font-size: 1.5625rem;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

h4 a.title {
  color: #8a8a8a;
}

h4 a.title:hover {
  color: #1779ba;
}

h5.training-seats {
  color: #44b19a;
  text-align: center;
  font-weight: 700;
}

h6.heading-2 {
  background-color: #44b19a;
  text-align: center;
}

h6 span.heading-text-2 {
  color: #fff;
}

h6.panel-heading {
  font-size: 18px;
}

p.paragraph.heading-paragraph {
  max-width: 37.5rem;
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
  text-align: center;
}

p.paragraph.intro-paragraph {
  color: #555;
  text-align: center;
}

p.paragraph.feature-paragraph {
  margin-right: 0;
  margin-left: 0;
  max-width: 75rem;
  text-align: center;
}

p.paragraph.copyright {
  margin-top: .625rem;
  color: #7e80a4;
  text-align: center;
}

p.paragraph.caption-p {
  float: none;
  margin-top: 1.5625rem;
  margin-bottom: 0;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 1.0625rem;
}

p.paragraph.training-paragraph {
  margin: 1px 10px 1rem;
  padding: 40px 30px;
  background-color: #dcfc8a;
  text-align: left;
  text-shadow: none;
}

p.paragraph.meetup-paragraph {
  margin-top: .625rem;
  text-align: center;
}

p.paragraph.news-card-date {
  margin-bottom: 0;
  color: #8a8a8a;
  text-align: center;
  font-size: 1em;
}

p.paragraph span.paragraph-text-2 {
  color: #1d1d1d;
  font-size: 1rem;
}

p.paragraph.paragraph-1 {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  max-width: none;
  width: 75%;
}

p.paragraph span.paragraph-text-1 {
  font-size: 1rem;
}

p.paragraph span.paragraph-text-3 {
  color: #8c8c8c;
}

p.paragraph span.paragraph-text-4 {
  color: #817b7b;
}

p.paragraph span.paragraph-text-7 {
  color: #817b7b;
}

p.paragraph span.paragraph-text-5 {
  color: #817b7b;
}

p.paragraph em.paragraph-text-6 {
  color: #817b7b;
  letter-spacing: .0625rem;
  font-weight: 200;
  font-size: 1.125rem;
}

p.paragraph span.paragraph-text-8 {
  font-size: .75rem;
}

p.paragraph span span.paragraph-text-10 {
  color: #1d1d1d;
}

p.paragraph span span.paragraph-text-12 {
  color: #1d1d1d;
}

p.paragraph span span.paragraph-text-13 {
  color: #0a0a0a;
}

p.paragraph span span.paragraph-text-14 {
  color: #1d1d1d;
}

p.paragraph span span.paragraph-text-15 {
  color: #0a0a0a;
}

p.paragraph span.paragraph-text-11 {
  color: #0a0a0a;
}

p.paragraph.news-card-description {
  color: #8a8a8a;
}

blockquote.quote-block {
  color: #333;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
}

a.link-text.footer-nav {
  padding-right: .625rem;
  padding-left: .625rem;
  color: #7e80a4;
  text-decoration: underline;
  font-size: 1.125rem;
}

a.link-text.top-nav-links {
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.375rem;
}

a.link-text.top-nav-links:hover {
  color: #dc554f;
}

/* Interaction Elements */

a.link-button.button {
  margin: 2.5rem 0;
  border-width: .1875rem;
  border-color: #fff;
  background-color: #f0520a;
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
}

a.link-button.button.learn-more {
  display: block;
  max-width: 10.9375rem;
  border-style: none;
  border-color: rgba(201, 47, 41, .48);
  border-radius: 5px;
  background-color: #dc554f;
  background-image: -webkit-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #fff;
}

a.link-button.button.registration {
  display: block;
  background-color: #c92f29;
  background-image: -webkit-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
}

a.link-button span.button-link-text-1 {
  font-weight: 400;
  font-size: 1.3125rem;
}

a.link-button.button-cstm {
  margin-right: 10px;
  margin-left: 10px;
  min-width: 140px;
}

a.link-button.alert.button.button-cstm {
  display: block;
  margin: 0 auto 1rem;
  min-width: 0;
  max-width: 9.375rem;
  width: 100%;
  border-color: #c92f29;
  background-color: #c92f29;
  background-image: -webkit-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(220, 85, 79, 1) 0%, rgba(201, 47, 41, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  font-weight: 400;
  font-size: 14px;

  background-blend-mode: normal;
}

a.link-button.button.learn-more:hover {
  border-style: none;
  border-color: #dc554f;
  background-image: -webkit-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(220, 85, 79, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(220, 85, 79, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(220, 85, 79, 1) 0%, rgba(220, 85, 79, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(220, 85, 79, 1) 0%, rgba(220, 85, 79, 1) 100%);
}

form.form-container.form-notify {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}

/* Layout Elements */

.container.masthead {
  margin-bottom: 3.125rem;
  padding-bottom: 0;
  max-width: none;
  height: auto;
  background-image: url('../images/epoxy_header1.jpg');
  background-attachment: scroll;
  background-position: right center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
}

.container.mast-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-bottom: 1.5625rem;
  min-height: 37.5rem;
  background-color: rgba(0, 0, 0, .5);

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.flex-center-col {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.row-type {
  margin-right: auto;
  margin-left: auto;
}

.container.section-row {
  margin-bottom: 0;
  max-width: none;
}

.container.showcase-column {
  background-color: #f6f6f6;
}

.container.footer-column {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.container.subgrid-type {
  margin-right: auto;
  margin-left: auto;
  max-width: 75rem;
}

.container.footer-row {
  margin-top: 3.125rem;
  max-width: none;
  background-color: #2e2f41;
}

.container.constrained-row {
  max-width: 75rem;
}

.container.reveal {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  min-height: 37.5rem;
  max-height: 37.5rem;
}

.container.font-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  text-align: left;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.first-section {
  margin-top: 7.1875rem;
}

.container.fixed-column {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, .66);
}

.container.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.edtimate-form-row {
  display: none;
}

.container.title-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-right: 0;
  background-color: transparent;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container#realeutatemenu {
  display: none;
}

.container.nav-position-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container#meetups {
  background-image: url('../images/tmp39c3-2etmp-tcm45-873095.jpg');
}

.container#education {
  background-image: url('../images/Deck%203%20SQ%20100.jpeg');
}

.container.column-type.mast-col {
  background-color: transparent;
}

.container.column-type {
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.container.news-card-tag {
  margin-bottom: .5rem;
}

.container.news-card {
  margin-bottom: 1.6rem;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, .24) 0 0 3px 0;
}

.container.card.news-card {
  border-color: #f0290a;
}

.container.container-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 9px;
  padding-left: 9px;
  max-width: 600px;
  width: auto;
  background-color: #fff;
  text-align: center;
}

.container.container-1 {
  margin-right: auto;
  margin-left: auto;
  min-height: 37.5rem;
  max-width: none;
  max-height: none;
  text-align: center;
}

.container.container-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container.container-5 {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container.container-5-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  float: none;
  clear: none;
  -ms-flex-align: start;
  padding-right: 0;
  padding-left: 0;
  min-width: 200px;
  max-width: 1200px;
  width: auto;
  text-align: center;
  white-space: normal;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-self: baseline;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-1-1 {
  display: block;
  float: none;
  clear: none;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  min-width: 200px;
  max-width: 200px;
}

.container.container-gallery {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container.quote-container {
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 400px;
}

a.glyph.down-arrow {
  float: left;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25rem 1.5625rem .625rem;
  border-radius: 100px;
  background-color: #323639;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}

div.responsive-picture.modal-img {
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 40rem;
}

span.glyph.font-icon-1 {
  position: absolute;
  top: .5rem;
  right: 1rem;
  bottom: auto;
  color: #000;
  font-size: 1.25rem;
}

div.responsive-picture.showcase-image {
  margin: .9375rem auto;
  max-width: 40rem;
  border: .1875rem double #323639;
  cursor: pointer;
}

a.social-image.social-icons {
  margin: .625rem 2%;
  background-color: #7e80a4;
}

span.glyph.icon-right {
  float: right;
  color: #000;
  text-align: right;
  font-size: 1.5625rem;
}

span.glyph.icon-left {
  float: left;
  color: #000;
  text-align: right;
  font-size: 1.5625rem;
}

a.glyph.features-icon {
  float: left;
  margin: .9375rem auto .625rem;
  padding: 1.5625rem 1.5625rem 1.25rem;
  width: auto;
  border-radius: 100px;
  background-color: #323639;
  box-shadow: rgba(0, 0, 0, .5) 3px 2px 3px 0;
  color: #fff;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

a.glyph#get-estimate {
  background-color: #efc84a;
}

a.glyph#eduction {
  background-color: #e05b49;
}

div.responsive-picture.education-picture {
  float: none;
  margin-right: 0;
  margin-bottom: .625rem;
  margin-left: auto;
  padding-bottom: 0;
  min-height: 0;
  max-width: none;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 2px 0;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

span.glyph.button.font-icon-1 {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

span.glyph.button.icon-right {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

span.glyph.button.icon-left {
  padding: 0;
  background-color: transparent;
}

a.responsive-picture.picture-link-1 {
  margin-bottom: 0;
}

span.glyph.font-icon-2 {
  color: #f0290a;
  text-align: center;
  font-size: 60px;
}

.html-element.html-element-1 {
  padding-right: .625rem;
  padding-left: .625rem;
  text-align: left;
}

a.glyph.estimate-link.features-icon {
  cursor: pointer;
}

li.list-item span.list-item-text-1 {
  color: #0a0a0a;
}

.html-element.html-element-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}

.html-element.html-element-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.html-element.html-element-4 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  max-width: 600px;
}

div.responsive-picture.modal-img-1 {
  min-width: 200px;
  max-width: 500px;
}

div.responsive-picture.project-image {
  margin-top: 7px;
  margin-bottom: 16px;
  max-width: none;
}

.rule.rule-small {
  width: 2%;
}

.rule.rule-small hr {
  border-top-color: #333;
}

div.responsive-picture.news-card-image {
  display: inline-block;
  max-width: none;
}

span.glyph.quote-icon {
  color: #7f7f7f;
}

@media screen and (min-width: .125rem) {
  /* Text Elements */

  h1.heading-3 {
    color: #f0290a;
    text-align: center;
  }

  h1.section-heading {
    color: #1d1d1d;
  }

  h4 a.title {
    color: #1d1d1d;
  }

  p.paragraph.paragraph-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  p.paragraph span.paragraph-text-9 {
    color: #f0290a;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-16 {
    font-weight: 400;
  }

  p.paragraph span.paragraph-text-17 {
    font-size: 1.375rem;
  }

  p.paragraph em.paragraph-text-6 {
    color: #443636;
  }

  p.paragraph.paragraph-3 {
    text-align: center;
  }

  p.paragraph.paragraph-4 {
    margin-top: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  p.paragraph.paragraph-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  p.paragraph.paragraph-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  p.paragraph.paragraph-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  p.paragraph.news-card-date {
    color: #f0290a;
  }

  p.paragraph.paragraph-8 {
    padding-top: 10px;
    padding-left: 10px;
  }

  blockquote.quote-block {
    color: #1d1d1d;
  }

  a.link-text.top-nav-links {
    padding-right: 0;
  }

  /* Interaction Elements */

  a.link-button.close-button {
    margin-right: 0;
    border-width: 0;
    border-style: solid;
    border-radius: 0;
  }

  a.link-button.button {
    margin-right: 0;
    margin-left: 0;
  }

  form.form-container.form-notify {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  /* Layout Elements */

  .container.showall {
    display: none;
    visibility: visible;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    height: 100%;
    background-color: #fff;
  }

  .container.container-6 {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }

  .container.container-1-1 {
    min-width: 200px;
  }

  .container.orbit {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }

  .container.container-3 {
    position: static;
    float: left;
  }

  .container.column-type.fixed-column {
    z-index: 999;
  }

  .container.container-7 {
    max-width: none;
  }

  .container.container-8 {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.container-9 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.container-10 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1200px;
  }

  .container.container-11 {
    margin-right: auto;
    margin-left: auto;
  }

  .container.quote-container {
    background-color: #fff;
  }

  .container.container-1 {
    margin-top: 70px;
    min-height: auto;
  }

  .container.container-12 {
    max-width: 800px;
  }

  div.responsive-picture.modal-img-1 {
    margin-right: auto;
    margin-left: auto;
  }

  ul.list-container.orbit-container {
    margin-right: auto;
    margin-left: auto;
    min-height: auto;
    width: 100%;
    height: 0;
  }

  li.list-item-container.is-active.orbit-slide {
    margin-right: 0;
    margin-left: 0;
    background-color: #1d1d1d;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.orbit-image {
    margin-right: auto;
    margin-left: auto;
    min-height: 0;
    max-width: none;
  }

  li.list-item-container.orbit-slide {
    background-color: #1d1d1d;
  }

  div.responsive-picture.picture-1 {
    max-width: 500px;
  }

  div.responsive-picture.picture-2 {
    max-width: 500px;
  }

  ul.list-container.accordion {
    margin-top: 70px;
  }

  div.responsive-picture.picture-3 {
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
  }
}

@media screen and (min-width: 25rem) {
  /* Text Elements */

  h3.feature-heading {
    font-size: 2.1875rem;
  }

  a.link-text.top-nav-links {
    font-size: .9375rem;
  }

  /* Interaction Elements */

  a.link-button.button.registration {
    max-width: 15.625rem;
    width: 100%;
  }

  form.form-container.form-notify {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  /* Layout Elements */

  .container.mast-col {
    min-height: 31.25rem;
    height: auto;
  }

  .container.first-section {
    margin-top: 7.5rem;
  }

  .container.nav-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  a.glyph.down-arrow {
    font-size: 1.875rem;
  }

  a.glyph.features-icon {
    font-size: 1.875rem;
  }

  div.responsive-picture.education-picture {
    max-width: none;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h3.feature-heading {
    text-align: center;
    font-size: 1.0625rem;
  }

  h3.training-class-name {
    color: #323639;
    text-align: left;
    font-size: 1.875rem;
  }

  h4.training-cost {
    color: #7e80a4;
    text-align: left;
    font-weight: 700;
  }

  h5.training-seats {
    text-align: left;
  }

  p.paragraph.intro-paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 50rem;
  }

  p.paragraph.training-paragraph {
    text-align: left;
  }

  a.link-text.top-nav-links {
    margin-right: 0;
    margin-left: 0;
    font-size: 1.125rem;
  }

  /* Layout Elements */

  .container.section-row {
    margin-bottom: 3.125rem;
  }

  .container.fixed-column {
    z-index: 1;
    padding: .9375rem 0;
    background-color: rgba(0, 0, 0, .86);
  }

  .container.spacing-row {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .container.title-bar {
    display: none;
  }

  .container#realeutatemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.nav-position-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    margin-right: auto;
    margin-left: auto;
    max-width: 40rem;
    width: 100%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.first-section {
    margin-top: 5.3125rem;
  }

  .container.nav-container {
    position: static;
    z-index: 0;
  }

  a.glyph.features-icon {
    margin-top: 1.875rem;
    font-size: 3.125rem;
  }

  div.responsive-picture.education-picture {
    margin-top: .625rem;
    margin-bottom: .625rem;
    max-width: 400px;
    max-height: none;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  p.paragraph.heading-paragraph {
    max-width: 50rem;
  }

  /* Layout Elements */

  .container.nav-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 75rem;
  }

  a.glyph.features-icon {
    padding-right: 1.375rem;
  }

  div.responsive-picture.education-picture {
    margin-right: 0;
    margin-left: 0;
    max-width: 400px;
  }

  .rule.rule-small {
    margin-top: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }
}