/*! dakota 2014-06-06 5:55:46 PM */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Itcoffi";
  font-size: 22px;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin: 0;
  padding: 0; }

.pagewide-block {
  background-color: #83ad1b; }
  .pagewide-block .page-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px; }

.header-section {
  background-image: url(../img/background_head.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 610px; }
  html.no-backgroundsize .header-section {
    -ms-behavior: url(../polyfill/backgroundsize.min.htc); }
  .header-section .centered-header {
    position: relative;
    top: 190px; }

.text-section {
  height: 810px;
  background-image: url(../img/opaque_c.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative; }
  .text-section:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -27px;
    left: 47%;
    width: 72px;
    height: 27px;
    background: url(../img/green_halfcircle_down.png); }
  .text-section:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -27px;
    left: 47%;
    width: 72px;
    height: 27px;
    background: url(../img/green_halfcircle_up.png); }
  .text-section .two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    color: white;
    height: 495px; }
    .text-section .two-col .signature {
      background-image: url(../img/signature.png);
      width: 265px;
      height: 103px;
      margin: 25px 0px; }

.video-section {
  height: 1340px; }
  .video-section .video-header {
    background-image: url(../img/background-city.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 630px; }
    html.no-backgroundsize .video-section .video-header {
      -ms-behavior: url(../polyfill/backgroundsize.min.htc); }
  .video-section .video {
    position: relative;
    margin-bottom: 110px; }

#video-container-1 {
  position: relative;
  top: -610px;
  left: -6px;
  width: 768px;
  margin-left: auto;
  margin-right: auto; }

#video-container-2 {
  position: relative;
  top: -510px;
  left: -6px;
  width: 768px;
  margin-left: auto;
  margin-right: auto; }

.form-section {
  height: 795px;
  background-color: white; }
  .form-section form {
    margin-top: 60px; }
    .form-section form label {
      width: 460px;
      display: inline-block; }
    .form-section form input {
      display: inline;
      font-size: 1.6em;
      width: 450px;
      height: 45px;
      background-color: #f1f1f1;
      font-family: "Dineng", Sanserif, Verdana, Arial;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #dddddd; }
      .form-section form input:focus {
        outline: none; }
    .form-section form input[type=submit] {
      width: 226px;
      height: 42px;
      border-radius: 5px;
      background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#ff3300));
      background: -webkit-linear-gradient(#ff6600, #ff3300);
      background: linear-gradient(#ff6600, #ff3300);
      color: white;
      font-family: "Dineng", Sanserif, Verdana, Arial;
      font-weight: 200;
      letter-spacing: 1px;
      font-size: 12px;
      cursor: pointer;
      padding: 0.2% 2.3%;
      margin-top: 20px;
      line-height: 10px;
      width: 226px;
      height: 42px;
      font-size: 1em;
      background-image: url(../img/button-small.png); }
      .form-section form input[type=submit]:hover {
        background-image: url(../img/button-small-hover.png); }

@media screen and (min-width: 700px) and (max-width: 1000px) {
  .form-section form {
    margin-top: 40px; }
    .form-section form label {
      width: 360px; }
    .form-section form input {
      width: 350px; } }
.footer-section {
  height: 70px;
  background-color: #f2f2f2;
  width: 100%; }
  .footer-section .consolidated-logo {
    background-image: url(../img/logo-consolidated.png);
    background-repeat: no-repeat;
    background-position-y: 20%;
    width: 345px;
    height: 70px;
    float: left; }
  .footer-section .footer-links {
    line-height: 50px;
    float: left;
    font-size: 0.6em;
    color: #7d7d7d; }
    .footer-section .footer-links a {
      color: #7d7d7d; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-family: "Dineng", Sanserif, Verdana, Arial; }

h3 {
  font-size: 3.2em;
  color: white;
  margin: 60px 0px 20px 0px; }

h2 {
  font-size: 3.1em;
  color: #84ae1c;
  margin: 180px 0px 20px 0px; }

h1 {
  font-size: 7.5em;
  color: white; }
  h1 strong {
    color: #84ae1c; }

h5 {
  font-size: 1.4em;
  color: white; }

textarea {
  width: 450px;
  height: 45px;
  resize: none;
  background-color: #f1f1f1;
  border: #dddddd solid 1px; }

p {
  margin: 0;
  font-family: "Dineng", Sanserif, Verdana, Arial;
  padding: 0; }

@media screen and (min-width: 700px) and (max-width: 1000px) {
  h1 {
    font-size: 6.5em; } }
h1 {
  margin-bottom: 80px; }

.button {
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#ff3300));
  background: -webkit-linear-gradient(#ff6600, #ff3300);
  background: linear-gradient(#ff6600, #ff3300);
  color: white;
  text-align: center;
  font-family: "dineng";
  font-size: 1.6em;
  padding: 1.3% 2.6%;
  text-decoration: none;
  overflow: hidden; }
  html.no-cssgradients .button {
    background-image: url(../img/button.png);
    font-size: 1.5em; }
    html.no-cssgradients .button:hover {
      background-image: url(../img/button-hover.png); }
  .button.small {
    margin-top: 40px;
    font-size: 1em;
    padding: 0.2% 2.3%; }
    html.no-cssgradients .button.small {
      width: 226px;
      height: 42px;
      font-size: 1em;
      background-image: url(../img/button-small.png); }
      html.no-cssgradients .button.small:hover {
        background-image: url(../img/button-small-hover.png); }
  .button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3300), to(#ff6600));
    background: -webkit-linear-gradient(#ff3300, #ff6600);
    background: linear-gradient(#ff3300, #ff6600); }

.close-button {
  font-family: "Dineng";
  float: right;
  text-decoration: none;
  color: white;
  top: 10px;
  right: 20px;
  position: absolute; }

.close-button2 {
  font-family: "Dineng";
  float: right;
  text-decoration: none;
  color: white;
  top: -100px;
  position: relative;
  cursor: pointer; }

input[type=submit] {
  width: 200px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#ff3300));
  background: -webkit-linear-gradient(#ff6600, #ff3300);
  background: linear-gradient(#ff6600, #ff3300);
  color: white;
  font-family: "dineng"; }

@font-face {
  font-family: "Dineng";
  src: url("../fonts/dineng.eot");
  src: url("../fonts/dineng.eot?#iefix") format("embedded-opentype"), url("../fonts/dineng.woff") format("woff"), url("../fonts/dineng.ttf") format("truetype"), url("../fonts/dineng.svg#dinengschriftregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Itcoffi";
  src: url("../fonts/Itcoffi.eot");
  src: url("../fonts/Itcoffi.eot?#iefix") format("embedded-opentype"), url("../fonts/Itcoffi.woff") format("woff"), url("../fonts/Itcoffi.ttf") format("truetype"), url("../fonts/Itcoffi.svg#itcofficinasans_lt_bookRg") format("svg");
  font-weight: normal;
  font-style: normal; }
.error {
  background-image: url(../img/opaque_c.png);
  background-color: #83ad1b;
  background-repeat: no-repeat;
  padding: 50px;
  width: 60%;
  height: auto;
  overflow: auto;
  cursor: pointer;
  top: 5em;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  margin-left: 20%;
  margin-right: 20%; }
  .error .error-list {
    font-size: 1em;
    font-family: "dineng";
    color: white; }
    .error .error-list p {
      color: white; }
    .error .error-list li {
      color: white; }

.notice {
  color: red; }

.message {
  padding: 50px;
  width: 60%;
  height: 300px;
  background-image: url(../img/opaque_c.png);
  background-color: #83ad1b;
  background-repeat: no-repeat;
  top: 5em;
  position: fixed;
  z-index: 1;
  margin-left: 20%;
  margin-right: 20%; }
  .message p {
    color: white;
    line-height: 30px; }
