/* Text Elements */

span.text-element.text-1 {
  display: block;
  margin-top: 10px;
  margin-right: 3%;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  text-align: right;
  font-size: 15px;
  line-height: 1.5;
  font-family: 'PT Sans', sans-serif;
}

span.text-element.text-2 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.5;
  font-family: 'PT Sans', sans-serif;
}

span.text-element.text-3 {
  margin-right: 2%;
  margin-left: 2%;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5;
  font-family: 'PT Sans', sans-serif;
}

span.text-element.text-3-center {
  margin-right: 2%;
  margin-left: 2%;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}

span.text-element.text-3-right {
  margin-right: 2%;
  margin-left: 2%;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5;
  text-align: right;
  font-family: 'PT Sans', sans-serif;
}

span.text-element.text-4 {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1%;
  padding-bottom: 0;
  height: auto;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}

span.text-element.text-5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
          align-self: stretch;
}

span.text-element.text-6 {
  margin-right: 3px;
  margin-left: 5px;
  color: #fff;
  text-align: left;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.5;
  font-family: 'PT Sans', sans-serif;
}

span.text-element.text-7 {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1%;
  padding-bottom: 0;
  height: auto;
  font-size: 23px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}

span.text-element.text-8 {
  display: block;
  margin-bottom: 0;
  margin-left: 1%;
  padding-bottom: 0;
  text-align: center;
  height: auto;
  font-size: 27px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}

span.text-element.text-large {
  margin-right: 1%;
  margin-left: 1%;
  text-align: center;
  font-size: 36px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}

span.text-element.text-large-left {
  margin-right: 1%;
  margin-left: 1%;
  text-align: left;
  font-size: 36px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}

span.text-element.text-large-right {
  margin-right: 1%;
  margin-left: 1%;
  text-align: right;
  font-size: 36px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}

span.text-element.text-form-header {
  margin-right: 1%;
  margin-left: 2.25%;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.5;
}

/* Interaction Elements */

.wrapper {
    text-align: center;
}

.button {
  font: bold 18px PT Sans;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 6px 12px 6px 12px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

button[type=submit].button-submit-1 {
  min-width: 75px;
  width: 10%;
  font-family: 'PT Sans', sans-serif;
}

input[type=text].input-1 {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 2.25%;
  padding: 0;
  min-width: 0;
  max-width: 450px;
  width: 70%;
  height: 35px;
  border: 3px inset #7373ff;
  color: #5c5c5c;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

input[type=text].input-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.25%;
  padding: 0;
  min-width: 0;
  max-width: 150px;
  width: 40%;
  height: 35px;
  border: 3px inset #7373ff;
  color: #5c5c5c;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

input[type=email].email-1 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.25%;
  padding: 0 0 0 2px;
  max-width: 350px;
  width: 65%;
  height: 29px;
  border-width: .1875rem;
  border-color: #0869a1;
  font-size: 15px;
}

input[type=tel].phone-number-1 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.25%;
  padding: 0 0 0 2px;
  max-width: 150px;
  width: 30%;
  height: 29px;
  border-width: .1875rem;
  border-color: #0869a1;
  font-size: 15px;
}

label.checkbox.checkbox-1 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.25%;
  width: 97%;
  height: 29px;
  font-size: 15px;
  line-height: 1.5;
}

label.radio.radio-button-1 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.25%;
  width: 97%;
  height: 29px;
  font-size: 15px;
}

select.select.drop-down-1 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.25%;
  padding: 0 0 0 2px;
  max-width: 250px;
  width: 50%;
  height: 29px;
  border-width: .1875rem;
  border-color: #0869a1;
  font-size: 15px;
}

select.select.drop-down-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.25%;
  padding: 0 0 0 2px;
  max-width: 400px;
  min-width: 150px;
  width: 35%;
  height: 35px;
  border: 3px inset #7373ff;
  color: #5c5c5c;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

select.select.drop-down-3 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.25%;
  padding: 0 0 0 2px;
  max-width: 100px;
  min-width: 70px;
  width: 10%;
  height: 35px;
  border: 3px inset #7373ff;
  color: #5c5c5c;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

textarea.textarea-1 {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.5%;
  padding: 2px;
  max-width: none;
  width: 95%;
  height: 96px;
  border-width: .1875rem;
  border-color: #0869a1;
  font-size: 15px;
}

/* Layout Elements */

body.body-1 {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.container-1 {
  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;
  min-height: auto;
  max-height: 100px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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.container-2 {
  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;
  min-height: 40px;
  max-height: 40px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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.container-3 {
  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-align: center;
  min-width: 50px;
  min-height: auto;
  max-width: 1000px;
  max-height: 100px;
  width: 100%;
  overflow: hidden;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-self: auto;
  -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;
}

.container.container-4 {
  min-width: 50px;
  min-height: 40px;
  max-width: 1000px;
  max-height: 40px;
  width: 100%;
}

.container.container-5 {
  min-width: 50px;
  max-width: 1000px;
  width: 100%;
}

.container.container-55 {
  margin-left: 2.25%;
}

.container.container-6 {
  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-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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.container-7 {
  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;
  min-height: auto;
  max-width: none;
  max-height: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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.container-8 {
  min-width: 50px;
  min-height: 0;
  margin-bottom: 15px;
  max-width: 1000px;
  max-height: none;
  width: 100%;
}

.container.container-9 {
  display: inline-block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-left: 2.25%;
  width: 30%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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.container-10 {
  display: inline-block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-left: 1%;
  width: 31.5%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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.container-12 {
  display: inline-block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-left: 1%;
  width: 48%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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.container-13 {
  display: inline-block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-left: 0%;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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.container-11 {
  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.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -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: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.link-container.link-container-1 {
  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-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

.link-container.link-container-2 {
  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: start;
  -ms-flex-align: center;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

div.responsive-picture.picture-head {
	padding: 1% 1% 1% 1%;
}

div.responsive-picture.picture-1 {
  max-width: 390px;
  padding: 2% 2% 2% 2%;
}

div.responsive-picture.picture-2 {
  padding: 2px 3px 3px;
  max-width: 1000px;
}

div.responsive-picture.picture-4 {
  max-width: 500px;
}

div.responsive-picture.picture-6 {
  max-width: 960px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.responsive-picture.picture-5 {
  display: inline-block;
  margin-left: 2%;
  max-width: 60px;
}

.rule.rule-1 {
  padding: 0 2%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rule.rule-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 1%;
  max-width: 200px;
}

div.responsive-picture.picture-1 > picture {
  height: auto;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center center;
     object-position: center center;
}

div.responsive-video.video-1 {
  margin-left: 10%;
  max-width: 80%;
  padding-bottom: 48%;
  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.picture-3 {
  display: inline-block;
  margin-left: 2.25%;
  max-width: 150px;
}

input[type=file].file-1 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.25%;
  width: 97%;
  font-size: 14px;
}

button.button {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.25%;
  padding: 8px;
  max-width: 94px;
  width: 23%;
}

@media screen and (min-width: 23.75rem) {
  /* Text Elements */

  span.text-element.text-4 {
    font-size: 22px;
  }

}

@media screen and (min-width: 40rem) {
  /* Text Elements */
  
  div.responsive-picture.picture-1 {
	padding: 1.5% 1% 1.5% 1%;
  }
  
  .container.container-3 {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 50px;
  min-height: auto;
  max-width: 1000px;
  max-height: 100px;
  width: 100%;
  overflow: hidden;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-self: auto;
  }
  
  span.text-element.text-4 {
    font-size: 33px;
  }

}

@media screen and (min-width: 64rem) {
  /* Text Elements */
  
  span.text-element.text-3 {
    margin-right: 1%;
    margin-left: 1%;
  }
  
  div.responsive-picture.picture-5 {
	margin-left: 1%;
  }

  span.text-element.text-4 {
    font-size: 38px;
  }

  /* Layout Elements */
  
  .rule.rule-1 {
    padding: 0 1%;
  }

  body.body-1 {
    display: block;
  }
}