@charset "utf-8";
/* CSS Document */

a {
  color: #009FE3;
  text-decoration: none;
}

body {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: open-sans;
  font-weight: 300;
  font-style: normal;
}

#banner-narrow {
  display: none;
  width: 100%;
}

#banner-wide {
  width: 100%;
}

#break-bar {
  color: #FFFFFF;
  font-size: large;
  text-align: center;
  background-color: #202E39;
}

#footer {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
  text-align: center;
  padding-top: 16px;
  background-color: #202E39;
  padding-bottom: 16px;
}

#logo-box {
  text-align: center;
  background-color: #dadada;
}

.copy {
  color: #202E39;
  font-size: 13px;
  font-weight: normal;
  font-family: open-sans;
}

.copy-box {
  margin-top: 16px;
  max-width: 900px;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.copy-red {
  color: #FF0000;
  font-size: 13px;
  font-weight: normal;
  font-family: open-sans;
}

.form-left {
  display: inline-block;
  width: 60%;
  margin-right: 2%;
}

.form-right {
  display: inline-block;
  width: 30%;
  min-width: 220px;
  margin-left: 2%;
  vertical-align: top;
}

.form-right img {
  width: 100%;
  height: auto;
  display: block;
}

.head-five {
  color: #202E39;
  font-size: 12px;
  font-weight: normal;
  font-family: montserrat;
}

.head-six {
  color: #202E39;
  font-size: 16px;
  font-weight: normal;
  font-family: montserrat;
}

.head-three {
  color: #202E39;
  font-size: 28px;
  font-weight: bold;
  font-family: montserrat;
}

.head-two {
  color: #202E39;
  font-size: 20px;
  font-weight: normal;
  font-family: montserrat;
}

.text-input {
  color: #202E39;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #999999;
  border-radius: 3px;
  font-family: open-sans;
  font-weight: 400;
}

/* Tablet */
@media (max-width:768px) {
  .head-three {
    font-size: 12px;
  }

  .head-two {
    font-size: 16px;
  }
}

/* Phone */
@media (max-width:480px) {
  #banner-narrow {
    display: block;
  }

  #banner-wide {
    display: none;
  }

  .head-three {
    font-size: 11px;
  }

  .head-two {
    font-size: 14px;
  }
}
