body, html {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  background-color: #ecf0f1;
  color: #4d5056;
  text-align: center;
}
@media only screen and (min-width: 769px) { body { font-size: 16px; } }

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: default;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

h1, h2, h3 { line-height: 1.5; color: #34495e; }

h1 { font-size: 22px; }
@media only screen and (min-width: 769px) { h1 { font-size: 28px; } }

h2 { font-size: 18px; }
@media only screen and (min-width: 769px) { h2 { font-size: 22px; } }

h3 { font-size: 15px; margin-bottom: 8px; }
@media only screen and (min-width: 481px) { h3 { font-size: 16px; margin-bottom: 16px; } }

a {
  color: #4c9ccc;
  text-decoration: none;
}

a:focus, a:hover {
  color: #067bb5;
  text-decoration: underline;
}

.SiteMain { margin: 32px 0; }
@media only screen and (min-width: 481px) { .SiteMain { margin: 64px 0; } }

.SiteMain-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

.SiteMain-content {
  max-width: 768px;
  margin: 0 auto;
}

.Advantages {
  padding: 0;
  margin: 16px 0;
  font-size: 13px;
  list-style: none;
  display: table;
  text-align: center;
}
@media only screen and (min-width: 769px) { .Advantages { margin: 32px 0; } }

.Advantage {
  display: inline-table;
  vertical-align: top;
  width: 100%;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 481px) { .Advantage { width: 49%; padding: 16px; } }

.Advantage--security { padding-top: 0; }
.Advantage--experience { padding-bottom: 0; }
@media only screen and (min-width: 769px) { .Advantage--speed { padding-top: 0; } }
@media only screen and (min-width: 769px) { .Advantage--compatibility { padding-bottom: 0; } }

@media only screen and (min-width: 769px) { .Advantage--security, .Advantage--compatibility { padding-left: 0; } }
@media only screen and (min-width: 769px) { .Advantage--speed, .Advantage--experience { padding-right: 0; } }

.Advantage-title {
  margin-top: 0;
  color: #2980b9;
}

.Hr {
  border: 0;
  margin: 32px 0;
  padding: 0;
  height: 1px;
  background-color: #dedede;
}

.Form {
  display: block;
}

@media only screen and (min-width: 481px) { .Form { display: inline-block; } }

.Link, .Form-submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  display: block;
  color: #fff;
  padding: 12px 16px;
  border-radius: 3px;
  line-height: 1.5;
  margin: 10px 0;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}

.Link:hover, .Link:focus,
.Form-submit:hover, .Form-submit:focus {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 481px) { .Link, .Form-submit { display: inline-block; width: auto; margin: 4px; } }

.Link { background: #3498db; }
.Link:hover, .Link:focus { background: #2980b9; }
.Form-submit { background: #bdc3c7; }
.Form-submit:hover, .Form-submit:focus { background: #95a5a6; }

.AtOwnRisk {
  color: #34495e;
  font-size: 12px;
}

.HideOnMobile { display: none; }
@media only screen and (min-width: 481px) { .HideOnMobile { display: inline-block; } }
