html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height:100%
}

body {
  margin: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

body {
  color: #666666;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
}

iframe {
  border: 0;
  width: 100%; }

.header {
  background-color: #195695; 
}

.header .logo {
  height: 40px;
  margin: 20px 0 16px; 
}

.footer-fixed {
  width: 100%;
}

.footer {
  background-color: #7e8083;
  color: #fff;
  font-size: 14px;
  padding-top: 44px;
}

.footer .logo {
  height: 40px;
  margin-bottom: 20px; 
}

@media only screen and (min-width: 768px) {  
  .footer .logo {
    float: right; 
  }
}

.footer .footer-nav a {
  color: #fff;
  padding-left: 20px;
  text-decoration: none;
}

.footer .footer-nav a:first-child {
  padding-left: 0;
  padding-right: 20px;
}

.footer .footer-nav a:hover {
  text-decoration: underline;
}

.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 8px;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .wrapper {
    width: 992px;
  }
}

.content {
  max-width: 848px;
  padding-bottom: 16px;
}

p, li, label {
  font-size: 16px;
}

fieldset {
  border: none;
  margin: 16px 0 8px;
  padding: 0; }

input[type="text"] {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  zoom: 1;
  border: solid 2px #bababa;
  padding: 16px 20px;
  width: 100%;
  margin-top: 16px; }

input[type="submit"] {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  zoom: 1;
  background-color: #195695;
  border: none;
  color: #fff;
  padding: 16px 40px; }

input[type="submit"]:disabled {
  background-color: #94A8BA;
}

h1 {
  color: #333333;
  margin: 16px 0 0;
  border-bottom: solid 2px #bababa;
  padding-bottom: 16px;
  font-family: 'Trade Gothic W01 Bold', sans-serif;
  font-weight: 400;
  text-transform: uppercase; 
}

li {
  list-style: none;
}

.success {
  display: none;
}

.error {
  display: none;
}

.active {
  display: block;
}