@font-face {
  font-family: Ubuntu;
  src: url("fonts/ubuntu/Ubuntu-B.ttf");
}
@font-face {
  font-family: Pontano;
  src: url("fonts/Pontano_Sans/PontanoSans-Regular.ttf");
}
@font-face {
  font-family: Oswald;
  src: url("fonts/oswald/Oswald-Bold.ttf");
}
@font-face {
  font-family: Roboto;
  src: url("fonts/roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: Raleway;
  src: url("fonts/raleway/Raleway-Bold.ttf");
}
@font-face {
  font-family: OpenSans;
  src: url("fonts/open-sans/OpenSans-Light.ttf");
}
html, body, div, span, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, label, legend, p, blockquote, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

abbr, acronym {
  border: 0;
}

body {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
}
@media (max-width: 750px) {
  body {
    font-size: 13px;
  }
}

h1, h2, h3, h4, .cta_buttons, input[type=submit] {
  font-family: Raleway, Helvetica, sans-serif;
}

h1 {
  font-size: 56px;
  color: #FFFFFF;
  line-height: 1.3em;
  text-shadow: 3px 3px #333;
}
@media (max-width: 750px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  h2 {
    font-size: 24px;
  }
}

h3, h4 {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 750px) {
  h3, h4 {
    font-size: 16px;
  }
}

p, .info_block li {
  line-height: 1.3em;
}

p + p, .answer + p {
  margin-top: 2em;
}

.reminder {
  margin: 1em 0 0 2em !important;
  font-style: italic;
  font-size: 13px;
}
@media (max-width: 750px) {
  .reminder {
    font-size: 11px;
  }
}

a {
  color: #8A8DDE;
}

.form_details {
  font-style: italic;
  margin: 0.7em 0 0;
}

.footnote {
  margin-top: 3em;
  font-size: 13px;
}
@media (max-width: 750px) {
  .footnote {
    font-size: 11px;
  }
}

.question {
  font-weight: bold;
  margin-bottom: 0;
}

.answer {
  margin-top: 0.8em;
}

ul.answer, .info_block ul {
  list-style-type: disc;
  padding-left: 1em;
}

ol {
  list-style-type: decimal;
  padding-left: 1em;
}

ol > li {
  margin: 2em 0;
}
p + ol {
  margin-top: 0.8em;
}

ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

body {
  text-align: center;
  background: #2C5F34;
  color: #17331C;
}

.header {
  text-align: left;
  background: #2C5F34;
  padding: 1.5em 1em;
}
.header a {
  color: #FCE005;
  text-decoration: none;
  font-size: 15px;
}
.header .link_bar {
  margin-top: 0.8em;
}
.header .link_bar a {
  margin-right: 2em;
}
.header ul {
  margin-bottom: 0;
}
.header li {
  display: inline-block;
}
@media (max-width: 675px) {
  .header li {
    display: block;
    margin-bottom: 0.8em;
  }
}
.header li a:hover {
  text-decoration: underline;
}

.call_to_action {
  background: url("images/NewCentral_Background.jpg");
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  padding: 3em 1em;
}

.cta_buttons {
  display: inline-block;
  margin: 2em auto 0;
}
.cta_buttons a {
  background-color: #FCE005;
  color: #2C5F34;
  border-radius: 27px 27px 27px 27px;
  -moz-border-radius: 27px 27px 27px 27px;
  -webkit-border-radius: 27px 27px 27px 27px;
  border: 0px solid #000000;
  text-decoration: none;
  line-height: 52px;
  height: 52px;
  padding: 0 1em;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .cta_buttons a {
    font-size: 16px;
  }
}
.cta_buttons a:hover {
  background-color: #2C5F34;
  color: #FCE005;
}
.cta_buttons li {
  display: inline-block;
}
@media (max-width: 575px) {
  .cta_buttons li {
    display: block;
  }
}
.cta_buttons li + li {
  margin-left: 30px;
}
@media (max-width: 575px) {
  .cta_buttons li + li {
    margin-left: 0em;
    margin-top: 2em;
  }
}
.cta_buttons ul {
  margin-bottom: 0;
}

.clearfix {
  clear: both;
}

.info_section {
  background: white;
}

.info_block {
  text-align: left;
  width: 600px;
  margin: 0 auto;
  padding: 3em 0;
}
.info_block h2 {
  text-align: center;
}
.info_block h3 {
  margin-top: 2em;
  margin-bottom: 0.7em;
}
.info_block form h3 {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .info_block {
    width: 80%;
  }
}
.info_block img {
  max-width: 100%;
  display: block;
  margin: 0.8em auto;
}

h4 {
  margin-top: 3em;
  margin-bottom: 0.7em;
}

.image_block {
  text-align: center;
}
.image_block img {
  display: inline;
}

.footer {
  height: 20px;
  background: #2C5F34;
}

h3 + input[type=checkbox] {
  margin-top: 1em;
}

input[type=text], select, textarea {
  margin: 1em 0;
  width: 300px;
}
@media (max-width: 375px) {
  input[type=text], select, textarea {
    width: 100%;
  }
}

input[type=text], textarea {
  border: solid 1px #2C5F34;
  padding: 12px;
  box-sizing: border-box;
}

input[type=text]:focus, textarea:focus {
  background: #EEE;
}

textarea {
  resize: none;
  height: 160px;
}

select {
  padding: 12px;
  border: solid 1px #2C5F34;
}

input[type=submit] {
  color: #FCE005;
  border-radius: 27px 27px 27px 27px;
  -moz-border-radius: 27px 27px 27px 27px;
  -webkit-border-radius: 27px 27px 27px 27px;
  border: 0px solid #000000;
  text-decoration: none;
  background: #2C5F34;
  line-height: 52px;
  height: 52px;
  width: 150px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 2em auto;
  display: block;
  cursor: pointer;
}
@media (max-width: 750px) {
  input[type=submit] {
    font-size: 16px;
  }
}

input[type=submit]:hover {
  color: #2C5F34;
  background-color: #FCE005;
}

td > label {
  margin-left: 1em;
  display: block;
  line-height: 1.3em;
}

input[type=checkbox] {
  margin: 0.5em 0;
}

.form_error, .form_success, .form_message {
  display: block;
  text-align: center;
  font-style: italic;
  padding: 0.5em;
}

.form_error, .form_message {
  background: #FFB4A4;
}

.form_success {
  background: #A0D1A8;
}

table.data {
  margin-top: 1em;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
}
@media (max-width: 600px) {
  table.data {
    width: 480px;
    /* 80% of above */
  }
}
table.data th, table.data td {
  border-bottom: 1px solid #EEE;
  vertical-align: middle;
  text-align: center;
}
table.data td {
  padding: 0.5em;
}
table.data th {
  padding: 1em 0;
  background-color: #2C5F34;
  font-weight: bold;
  color: #FFFFFF;
}
table.data tr:nth-child(odd) {
  background-color: #EEE;
}
table.data tr:hover {
  background-color: #FCE005;
}
table.data .fixed_width {
  width: 5em;
}

/*# sourceMappingURL=style.css.map */
