body {
  font-family: Tahoma, sans-serif;
  margin: 0;
  background: white;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 24px;
}

h1,
.Heading1, h2.isLight,
.Heading2.isLight {
  font-weight: 300;
}

h1,
.Heading1 {
  font-size: 32px;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

a {
  color: #214acc;
  text-decoration: none;
}

a:visited {
  color: #214acc;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
  text-decoration: underline;
}

a:active {
  color: #0e568c;
  outline: none;
  text-decoration: none;
}

@media (min-width: 50em) {
  h1,
  .Heading1,
  h2,
  .Heading2,
  h3,
  .Heading3,
  h4,
  .Heading4,
  h5,
  .Heading5,
  h6,
  .Heading6,
  p {
    margin: 0 0 12px 0;
  }
}

img {
  max-width: 100%;
}

.CustomFont {
  font-family: Tahoma, sans-serif;
}

.CustomFont {
  color: #f27300;
  font-weight: normal;
}

.Form--hasWrapper {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 32px 0 0 0;
  background: white;
  border: solid 1px #dadada;
}

.Form-content {
  padding: 32px 32px;
  padding: 2.4rem 2.4rem;
}

.Header {
  background: #3d3d3d;
  width: 100%;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background: #efefef;
  height: 100%;
}

body.full .Main-wrap {
  background: #efefef;
}

.Content-wrap {
  max-width: 1280px;
}
.full.registration .Content-wrap {
  max-width: none;
  padding-right: 0;
}

.Content-wrap--full {
  text-align: center;
}

.Content-wrap--medium {
  max-width: 848px;
}

.Content-wrap--middle {
  max-width: 726px;
}

.Content-wrap--small {
  max-width: 560px;
}

.Content-wrap,
.Content-wrap--medium,
.Content-wrap--middle,
.Content-wrap--small {
  padding: 0 32px;
  margin: 0 auto;
  width: 100%;
}