/* Text Elements */

h1.page-heading {
  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;
}

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.form-heading {
  margin-bottom: 0;
  color: #555;
  text-align: left;
  font-weight: 700;
  font-style: normal;
}

h3.feature-city-caption {
  text-align: right;
  font-style: italic;
  font-size: .9375rem;
}

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

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

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

h4 span.bold {
  font-weight: 700;
}

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

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

p.paragraph.heading-paragraph {
  max-width: 37.5rem;
  color: #fff;
  text-align: center;
}

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

p.paragraph.feature-paragraph {
  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 {
  text-align: center;
}

p.paragraph.top-menu-para {
  margin-bottom: .3125rem;
  padding-left: .3125rem;
  font-size: 1.25rem;
}

p.paragraph.button.top-menu-para {
  padding: 0;
  background-color: transparent;
}

p.paragraph.meetup-paragraph {
  margin-top: .625rem;
  padding-left: .625rem;
  ol: padding-left: 100px;
  text-align: center;
  
}

p.paragraph.button.top-menu-para:hover {
  color: #e05b49;
}

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: transparent;
  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.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;
}

form.form-container.form-container-1 {
  margin-right: auto;
  margin-left: auto;
}

input[type=text].form-input {
  margin-bottom: .9375rem;
  max-width: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

select.select.form-dropdown {
  margin-bottom: .9375rem;
}

/* Layout Elements */

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

body > .row > [class*='small-'].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;
}

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

body > .row > [class*='small-'].showcase-column {
  background-color: #f6f6f6;
}

body > .row > [class*='small-'].footer-column {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

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

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

body > .row.edtimate-form-row {
  display: none;
}

body > .row#meetups {
  background-image: url('../images/clovisair.jpg');
}

body > .row#education {
  background-image: url('../images/clovisair.jpg');
}

.subgrid > .row > [class*='small-'].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;
}

.subgrid > .row {
  margin-right: auto;
  margin-left: auto;
}

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

.subgrid > .row > [class*='small-'].subgrid-column-1 {
  position: relative;
}

.subgrid > .row.first-section {
  margin-top: 7.1875rem;
}

.subgrid > .row > [class*='small-'].fixed-column {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, .66);
}

.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.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.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;
}

button.notify {
  width: 100%;
  background-color: #dc554f;
}

button.button.notify {
  border-color: #c92f29;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

div.responsive-picture.about-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 40rem;
}

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;
}

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;
}

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

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

div.responsive-picture.feature-image {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

div.responsive-picture.education-picture {
  margin-bottom: .625rem;
  max-width: none;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 2px 0;
}

button.button.learn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 9.375rem;
  width: 100%;
  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;
  box-shadow: none;
  text-shadow: none;
}

button.button {
  width: 100%;
}

span.glyph.top-menu-link {
  color: #fff;
  font-size: 1.875rem;
}

span.glyph.button.top-menu-link {
  margin-bottom: .3125rem;
  padding: 0;
  background-color: transparent;
}

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;
}

button.button.learn:hover {
  background-color: #dc554f;
}

span.glyph.button.top-menu-link:hover {
  color: #e05b49;
}

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

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

  h3.feature-city-caption {
    font-size: .9375rem;
  }

  h3.date-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;
  }

  input[type=text].form-input {
    float: left;
    max-width: none;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].mast-col {
    min-height: 31.25rem;
    height: auto;
  }

  body > .row.masthead {
    background-image: url('../clovisair.jpg');
  }

  .subgrid > .row.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;
  }

  button.button.notify {
    padding-top: .6875rem;
    padding-bottom: .75rem;
    max-width: 6.25rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

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

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

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

  h3.feature-city-caption {
    font-size: .625rem;
  }

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

  h3.date-heading {
    text-align: left;
    font-size: 1.0625rem;
  }

  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;
  }

  /* Interaction Elements */

  input[type=text].form-input {
    min-width: 0;
    max-width: 18.75rem;
    width: 100%;
  }

  /* Layout Elements */

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

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

  body > .row.masthead {
    background-image: url('../clovisair.jpg');
  }

  .subgrid > .row > [class*='small-'].fixed-column {
    z-index: 1;
    padding: .9375rem 0;
    background-color: rgba(0, 0, 0, .86);
  }

  .subgrid > .row.first-section {
    margin-top: 5.3125rem;
  }

  .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.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-height: none;
  }

  button.button.learn {
    margin-right: 0;
    margin-left: 0;
    max-width: 9.375rem;
  }
}

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

  h3.heading-2 {
    padding-right: 13px;
    color: #f9f8f7;
  }

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

  /* Interaction Elements */

  input[type=text].form-input {
    max-width: none;
    width: 100%;
  }

  /* Layout Elements */

  body > .row.masthead {
    background-image: url('../clovisair.jpg');
  }

  .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: 31.25rem;
  }

  button.button.notify {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}