*::before, *::after {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}

/* tags */
body {
  color: #333;
  font-family: Arial;
  font-size: 14px;
}

h1 {
  color: #23358a;
  font-family: "HelveticaNeue","Helvetica Neue","TeXGyreHerosRegular","Helvetica","Tahoma","Geneva","Arial",sans-serif;
  font-size: 34px;
  margin-bottom: 0;
}

form, .form {
  background-color: #fff;
  padding: 20px;
}

select {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
  height: 46px;
  padding: 8px;
  width: 100%;
}

input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"] {
  border: 1px solid #999999;
  border-radius: 5px;
  height: 46px;
  padding: 8px;
  width: 100%;
}

.content button {
  background-color: #84b814;
  border: medium none;
  color: #ffffff;
  font-size: 20px;
  padding: 14px;
  float: right;
  cursor: pointer;
}

a.cms-a-button {
  background-color: #84b814;
  color: #ffffff !important;
  font-size: 14px;
  padding: 14px;
  border-radius: 28px;
  margin-right: 14px;
  margin-bottom: 14px;
  cursor: pointer;
  display: inline-block;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  line-height: normal;
}

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

button, select {
  text-transform: none;
}

label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%;
}

th {
  text-align: left;
  padding: 0 1em 1em 0;
}
td {
  padding: 0 1em 1em 0;
}

/* navigation */
a:hover {
  color: #c31924;
}

a {
  color: #23358a;
  font-family: "HelveticaNeueLight","HelveticaNeue-Light","Helvetica Neue Light","HelveticaNeue","Helvetica Neue","TeXGyreHerosRegular","Helvetica","Tahoma","Geneva","Arial",sans-serif;
  text-decoration: none;
}

/* classes */
.warn {
  color: red;
}

.large {
  font-size: 24px;
}

/* grid */

#frame {
}

.content {
  max-width: 640px;
}

/* page elements */

/* Clearfix workaround */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
