/* font-heavy */
@font-face {
  font-family:"font-heavy";
  font-style:normal;
  font-weight:normal;
  src:url("../fonts/HelvNeue75_W1G.eot");
  src:url("../fonts/HelvNeue75_W1G.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HelvNeue75_W1G.woff") format("woff"),
  url("../fonts/HelvNeue75_W1G.ttf") format("truetype"),
  url("../fonts/HelvNeue75_W1G.svg#5a01321a-bdf4-4f8e-bd1c-6323b7fc10ba") format("svg");
}
/* font-medium */
@font-face {
  font-family:"font-medium";
  font-style:normal;
  font-weight:normal;
  src:url("../fonts/HelvNeue65_W1G.eot");
  src:url("../fonts/HelvNeue65_W1G.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HelvNeue65_W1G.woff") format("woff"),
  url("../fonts/HelvNeue65_W1G.ttf") format("truetype"),
  url("../fonts/HelvNeue65_W1G.svg#f88f21f2-802f-40ed-b852-35fcb46fc450") format("svg");
}
/* font-light */
@font-face {
  font-family:"font-light";
  font-style:normal;
  font-weight:normal;
  src:url("../fonts/HelvNeue45_W1G.eot");
  src:url("../fonts/HelvNeue45_W1G.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HelvNeue45_W1G.woff") format("woff"),
  url("../fonts/HelvNeue45_W1G.ttf") format("truetype"),
  url("../fonts/HelvNeue45_W1G.svg#6a65dd38-6837-4488-8b8e-f254a69f23d7") format("svg");
}
* {box-sizing: border-box;}
body {
  font-family: 'font-light';
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.container {
  margin:0 auto;
  padding:0 15px;
  max-width:1440px;
  width:100%;
}

.text-center {text-align: center;}
.img-responsive {display:inline-block;height:auto;max-width:100%;}

.page--title {
  font-family: 'font-heavy';
  font-size: 2.65rem;
  font-weight: normal;
  line-height: 1;
  margin:0;
  padding: 10vh 0 1em;
}
.section--subtitle {
  color: #000000;
  font-family: 'font-medium';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1.25rem;
  padding: 0;
}
.section--text {font-size:1.125rem;line-height:1.15;}
.colored {color: #db3c35;}
.generic-btn,
.generic-btn:focus,
.generic-btn:active,
.generic-btn:visited {
  align-items: center;
  border: 1px solid #db3c35;
  background-color: #db3c35;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height:50px;
  line-height: 1;
  font-family: 'font-heavy',o-HelveticaNeue,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  max-width: 100%;
  padding: 0 8px;
  text-decoration: none;
  vertical-align: middle;
  width: 265px;
  transition:0.3s;
}
.generic-btn:visited > span {display: inline-block;line-height: 1.15;vertical-align: middle;}
.generic-btn:not([disabled]):hover, .generic-btn:not([disabled]):active  {border-color: #000;background-color: #000;}
.generic-btn:disabled {opacity: 0.6; cursor: default;}
