@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* FONTS
----------------------------------------------------------------------------------------------------*/
body {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Source Sans Pro',Arial,sans-serif;
  color: #8aa1ad;
  overflow-x: hidden;
}

h1 {
  font-size: 1.4em;
  padding: 0 0 20px 0;
  color: #acc12d;
}

h2 {
  font-size: 1.2em;
  padding: 0 0 15px 0;
}

address {
  font-style: normal;
}

hr {
  height: 2px;
  color: #8aa1ad;
  border: none;
  border-top: 2px solid #8aa1ad;
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

html > body img {
  width: auto\9;
}

p {
  padding: 0 0 .5em 0;
}

i, em {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.9em;
  line-height: 1.1em;
}

a {
  color: #acc12d;
  text-decoration: none;
}
a:hover, a:focus {
  color: #8aa1ad;
}

/* Forms */
form .field {
  padding: 2px 3px 3px 3px;
}
form .field:hover, form .field:focus {
  background: #f1f1f1;
}

form .fields {
  display: none;
  /* honeypot */
}

form .required label {
  color: #acc12d !important;
}

form .required input[type=text],
form .required input[type=email] {
  border-color: #acc12d !important;
}

legend {
  font-size: 1em;
  padding: 0 0 10px 0;
  color: #acc12d;
}

fieldset fieldset .checkboxOuterWrap {
  display: inline-block;
}

fieldset fieldset legend,
label {
  font-size: 0.9em;
  width: 33%;
  display: inline-block;
  margin-right: 1%;
  color: #8aa1ad;
}

fieldset fieldset legend {
  float: left;
}

fieldset fieldset label {
  width: 80%;
  margin: 0;
  display: inline;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

input[type=search],
input[type=text],
input[type=email],
textarea {
  border: 1px solid #8aa1ad;
  padding: 2px 5px;
  width: 60%;
}

input[type=submit] {
  background: #acc12d;
  color: #fff;
  padding: 3px 20px;
  margin: 10px 0 0 34%;
  border: 1px solid #acc12d;
}
input[type=submit]:hover, input[type=submit]:focus {
  background: #fff;
  color: #8aa1ad;
  cursor: pointer;
}

/* CLASSES general 
----------------------------------------------------------------------------------------------------*/
.hidden {
  display: none;
}

.clearer {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.clearer:before, .clearer:after {
  content: "";
  display: table;
}
.clearer:after {
  clear: both;
}

.right {
  display: inline;
  float: right;
}

.left {
  display: inline;
  float: left;
}

.green {
  color: #acc12d !important;
}

/* CSC contentelements 
----------------------------------------------------------------------------------------------------*/
/* PRINT
----------------------------------------------------------------------------------------------------*/
@media print {
  #menu, #claim {
    display: none;
  }

  #contentWrap {
    margin-top: 40px;
  }

  a {
    color: #8aa1ad;
    text-decoration: underline;
  }
}
