@charset "UTF-8";
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ProximaNova-Light-webfont.woff") format("woff"),
    url("../fonts/ProximaNova-Light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ProximaNova-Reg-webfont.woff") format("woff"),
    url("../fonts/ProximaNova-Reg-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/ProximaNova-Bold-webfont.woff") format("woff"),
    url("../fonts/ProximaNova-Bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/ProximaNova-RegIt-webfont.woff") format("woff"),
    url("../fonts/ProximaNova-RegIt-webfont.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #093a6c;
  text-decoration: none;
}
:focus {
  outline: none;
}
address {
  font-style: normal;
}
body {
  font: 14px/1.5em "ProximaNova", sans-serif;
  background-color: #f3f3f3;
  color: #333;
  text-align: left;
}
cite {
  font-style: normal;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d5085;
  font-weight: normal;
  margin-bottom: 0.5em;
}
iframe,
img {
  border: none;
}
table {
  font: 1em "ProximaNova", sans-serif;
  border-collapse: collapse;
  width: 100%;
}
td,
th {
  padding: 0.5em;
  text-align: left;
}
th {
  background-color: #333;
  color: #fff;
  font-weight: normal;
}
#contents tr:nth-child(even) {
  background-color: #eee;
}

/* FORMS */
label,
.g-recaptcha {
  display: block;
  margin-bottom: 1.5em;
}
fieldset {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1.5em;
  padding: 0.5em 1em 1em;
}
input,
select,
textarea {
  background: none #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  color: #666;
  display: block;
  font: 1em "ProximaNova", sans-serif;
  padding: 8px;
  max-width: 100%;
  width: 100%;
}
input[type="radio"] {
  border: inherit;
  display: inline;
  padding: 0;
  width: auto;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input:focus {
  border-color: #666;
}
button,
.button {
  background: #333 none;
  border: none;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  padding: 1em 2em;
  text-transform: uppercase;
}
button[disabled] {
  background-color: #ccc;
}
label.with-icon {
  position: relative;
}
label.with-icon i {
  color: #ccc;
  position: absolute;
  left: 10px;
  bottom: 8px;
}
label.with-icon b {
  position: absolute;
  right: 10px;
  bottom: 8px;
}
label.with-icon b.fa-check-circle {
  color: #0c0;
}
label.with-icon b.fa-exclamation-circle {
  color: #c00;
}
label.with-icon input {
  padding-left: 30px;
  width: 88%;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.box {
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  margin-top: 30px;
  padding: 1.5em;
}
.error,
.success {
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.error {
  background-color: #d00;
}
.success {
  background-color: #0a0;
}
.warning {
  background-color: #eee;
  margin-bottom: 30px;
  padding: 1em;
}

@media all and (max-width: 1000px) {
  table {
    font-size: 0.9em;
  }
}

@media all and (max-width: 700px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  td,
  th {
    padding: 0.25em;
  }
}
