
body{
background: #FFFFFF url();
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  height: 24px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
  select {
  height: 24px;
  padding: 0px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

}

h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}


h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }

h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }

h4 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h4 { font-size: 2rem; line-height: 1.35; letter-spacing: -.08rem; }

h5 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }

h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

ol{
    background-color: #FFFFFF;
    border: 1px solid black;
    border-radius: 3px 3px 3px 3px;
    list-style: disc outside none;
    padding: 10px 10px 10px 25px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}