﻿html {
  height: 100%;
}

html body {
  color: #7b8a97;
  font: 400 17px/170% "proxima-nova", sans-serif;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

html body a {
  color: #116cac;
}

html body a:hover {
  color: #116cac;
}

html body a:active {
  outline: none;
  -moz-outline-style: none;
}

html body a:focus {
  outline: none;
  -moz-outline-style: none;
}

html body h1 {
  color: #565656;
  font: 600 42px/110% "proxima-nova", sans-serif;
  margin: 10px 0 10px;
}

html body h2 {
  color: #116cac;
  font: 400 36px/110% "proxima-nova", sans-serif;
  margin: 10px 0;
}

html body h2.pageTitle {
  margin: 0 0 50px 0;
  text-align: center;
}

html body h3 {
  color: #116cac;
  font: 400 30px/110% "proxima-nova", sans-serif;
  margin: 10px 0;
}

html body h4 {
  color: #565656;
  font: 400 24px/110% "proxima-nova", sans-serif;
}

html body h5 {
  color: #116cac;
}

html body h6 {
  color: #116cac;
}

html body p {
  margin: 10px 0;
}

html body .button {
  background-color: #116cac;
  color: white;
  display: inline-block;
  line-height: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

html body .button:hover {
  background-color: #093656;
  text-decoration: none;
}

html body .button.red {
  background-color: #bb0e09;
  color: white;
  display: inline-block;
  line-height: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

html body .button.red:hover {
  background-color: #880400;
  text-decoration: none;
}

html body .button.gray {
  background-color: #83898f;
  color: white;
  display: inline-block;
  line-height: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

html body .button.gray:hover {
  background-color: #292929;
  text-decoration: none;
}

html body .button_external::after {
  content: url(/svg/icons_external.png);
  padding-left: 8px;
}

html body .component {
  padding-top: 30px;
  padding-bottom: 30px;
}

html body .component.tighten {
  padding-bottom: 0 !important;
}

html body .component:first-child {
  padding-top: 0;
}

html body .component.borderBottom {
  border-bottom: 1px solid #e2e3dc;
  margin: 0 0 30px;
}

html body .component h1 {
  color: #116cac;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
}

html body .component .icon_external {
  top: 0;
}

html body .components {
  margin-top: 50px;
  margin-bottom: 50px;
}

html body #contour label.fieldLabel {
  color: #565656;
}

html body .contour .btn {
  background-color: #116cac;
  color: white;
  display: inline-block;
  line-height: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

html body .contour .btn:hover {
  background-color: #093656;
  text-decoration: none;
}

html body .contour label.fieldLabel {
  color: #565656;
}

html body .externalWebsite .icon_external {
  display: inline-block;
  fill: white;
  height: 12px;
  margin-left: 2px;
  position: relative;
  top: 2px;
  width: 12px;
}

html body .imageLeft {
  float: left;
  padding: 0 20px 20px 0;
}

html body .imageRight {
  float: right;
  padding: 0 0 20px 20px;
}

html body .push_menu_container {
  position: relative;
}

html body .thinWeight {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  html body {
    font-size: 17px;
  }
}

/*# sourceMappingURL=global.css.map */