@charset "UTF-8";
@font-face {
  font-family: 'tt-tricks';
  src: url("./fonts/TTTricks-Regular.eot");
  src: url("./fonts/TTTricks-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/tttricks-regular.woff2") format("woff2"), url("./fonts/tttricks-regular.woff") format("woff"), url("./fonts/TTTricks-Regular.ttf") format("truetype");
  font-weight: 400
}

@font-face {
  font-family: 'Axiforma';
  src: url("./fonts/Axiforma-Bold.eot");
  src: url("./fonts/Axiforma-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Axiforma-Bold.woff") format("woff"), url("./fonts/Axiforma-Bold.ttf") format("truetype");
  font-weight: 700
}


@font-face {
  font-family: 'Axiforma';
  src: url("./fonts/Axiforma-Regular.eot");
  src: url("./fonts/Axiforma-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Axiforma-Regular.woff") format("woff"), url("./fonts/Axiforma/Axiforma-Regular.ttf") format("truetype");
  font-weight: 400
}


h1,h2,h3,h4,h5,h6 {
  font-family: "Axiforma",helvetica,arial,sans-serif;
  font-weight: 700;
  /*text-transform: uppercase;*/
}
body, div, p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Axiforma",helvetica,arial,sans-serif;
}
body {
  background-color: #fff;
}

#container-header {
  margin-bottom: 20px;
}
#container-header a {
  width: 124px;
  height: 70px;
  transition: width .5s ease,height .5s ease;
  display: block;
  background: url('./images/logo.svg');
  margin-top: 20px;
}
body #container-header a path {
  transition: fill .5s ease;
  fill: #fff;
}
#container-header a h1 {
  display: none;
}
a {
  color:#009bc2;
}
a:hover {
  color: #00728f;
}
#logo {
  display: block;
  float: left;
  margin-top: 18px;
  margin-left: 28px;
  transition: transform .5s ease;
}
nav#menu {
  position: absolute;
  left: 50%;
  top: 50px;
  height: 40px;
  width: 800px;
  margin-left: -400px;
  transition: transform .5s ease,opacity .5s ease;
  transform: translateY(-25px);
}
nav#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  text-align: center;
}
nav#menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0 20px;
}
nav#menu ul li a {
  display: block;
  font-family: franklin-gothic-urw,helvetica,arial,sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 40px;
  font-size: 26px;
  color: #fff;
  transition: color .5s ease;
  text-transform: uppercase;
  width: auto;

}
.btn-success,
.btn-primary {
  background: #eb3a31;
  border: 0;
  border-radius: 0;
  width: auto !important;
  height: 50px;
  font-size: 14px;
  padding: 11px 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Axiforma", helvetica, arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 900;
  min-width: 180px;
}
.form-control {
  border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  min-width: 260px;
  padding: 11px 15px;
  font-size: 15px;
  line-height: 24px;
  height: 50px;
  font-family: "Axiforma", helvetica, arial, sans-serif;
  color: #000;
}
.form-control:focus {
  background: #ffffdd;
  border-color: rgba(0, 0, 0, 0.1);
  outline: none;
  box-shadow: none;
}
#page-content hr:first-child {
  border-width: 2px;
}

#container-header {
  width: 100%;
  max-width: 100%;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:focus,
.btn-success:hover,
.btn-primary:hover {
  background-color: #eb3a31;
  border-color: #eb3a31;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:focus, .btn-success.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #DEDEDE;
}
.custom-control-input ~ .custom-control-label::before {
  border-radius: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #eb3a31;
  background-color: #eb3a31;
  border-radius: 0;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d32d25;
  border-radius: 0;
}
.custom-control-label::after {
  background-size: 10px;
}
.alert.alert-danger,
.alert.alert-primary {
  border-radius: 0;
  border: 0;
  color: #fff;
  border-color: #3d3e57;
  background: #3d3e57;
  font-weight: 900;
  font-family: "franklin-gothic-urw", helvetica, arial, sans-serif;
}
.evalMultipleChoice div.mc_selected {
  background: #3d3e57;
  color: #fff;
  font-weight: 900;
  font-family: "franklin-gothic-urw", helvetica, arial, sans-serif;
}
.has-error .form-control {
  border-color: #d0021b;
}
.help-block,
.help-block.help-block-error {
  color: #d0021b;
  display: block;
}
h4.mb-3 {
  margin-bottom: .5rem !important;
  font-size: 18px;
  font-weight: 700;
}
.custom-control-label {
  line-height: 24px;
}
.form-horizontal .col-md-12.mb-2,
.newsletter-row {
  margin-bottom: 2px !important;
}

@media screen and (max-width: 759px) {
  #container-header .col-lg-8.offset-lg-2.mb-3 {
    height: 50px;
  }
  #container-header a {
    margin-top: 10px;
    margin-left: 10px;
  }
  #container-header a svg {
    height: 30px;
    width: 60px;
  }
  nav#menu {
    display: none;
  }
}