﻿.flex {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.spacer {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.bold {
  font-weight: 700;
}
@font-face {
  font-family: 'ghcfont';
  src: url('fonts/icomoon.eot?-rnn4k1');
  src: url('fonts/icomoon.eot?#iefix-rnn4k1') format('embedded-opentype'), url('fonts/icomoon.woff?-rnn4k1') format('woff'), url('fonts/icomoon.ttf?-rnn4k1') format('truetype'), url('fonts/icomoon.svg?-rnn4k1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'ghcfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location2:before {
  content: "\e948";
}
.icon-coin:before {
  content: "\e600";
}
.icon-clock:before {
  content: "\e608";
}
.icon-stats:before {
  content: "\e60f";
}
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
}
body {
  font-family: 'Asap', sans-serif;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666;
}
h1,
h2,
h3 {
  font-family: 'Josefin Sans', sans-serif;
}
h1 {
  font-weight: 400;
  font-size: 3.157em;
}
h2 {
  font-size: 2.369em;
}
h3 {
  font-weight: 700;
  font-size: 1.777em;
}
h4 {
  font-size: 1.333em;
}
strong {
  font-weight: bold;
}
input {
  width: 100%;
  border: 0;
  padding: 10px;
  background: #ebebeb;
  color: #212121;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
}
input[type=submit] {
  padding: 10px;
}
.container {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .container {
    width: 620px;
  }
}
@media (max-width: 639px) {
  .container {
    width: 320px;
  }
}
.container .page-header {
  width: 100%;
  height: 220px;
  text-align: center;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
@media (max-width: 960px) {
  .container .page-header {
    height: 80px;
    padding: 10px;
  }
}
@media (max-width: 639px) {
  .container .page-header {
    height: 80px;
    padding: 10px;
  }
}
.page-logo {
  height: 80px;
  padding: 10px;
  padding-top: 100px;
  text-align: center;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .page-logo {
    padding: 10px;
  }
}
@media (max-width: 639px) {
  .page-logo {
    padding: 10px;
  }
}
.page-logo h1 {
  padding: 20px;
  color: #142a6b;
}
@media (max-width: 960px) {
  .page-logo h1 {
    padding: 10px;
    font-size: 2em;
  }
}
@media (max-width: 639px) {
  .page-logo h1 {
    padding: 5px;
    font-size: 1.5em;
  }
}
nav.main-nav {
  width: 100%;
  margin: 20px 0 5px;
  padding: 10px;
  text-align: center;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
nav.main-nav ul {
  list-style-type: none;
}
nav.main-nav li {
  display: inline;
  padding: 5px 20px;
  font-size: 1.333em;
}
@media (max-width: 960px) {
  nav.main-nav li {
    padding: 5px 10px;
    font-size: 1.3em;
  }
}
@media (max-width: 639px) {
  nav.main-nav li {
    padding: 5px;
    font-size: 0.95em;
  }
}
nav.main-nav li a {
  text-decoration: none;
  color: #727272;
}
nav.main-nav li a:hover {
  color: #2196f3;
}
.page-content .top {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 960px) {
  .page-content .top {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-content .top .content-phrase {
  background: #142a6b;
  height: 175px;
  color: white;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-right: 4px solid white;
  text-align: left;
  max-width: 300px;
}
.page-content .top .content-phrase h2 {
  padding: 45px 20px;
}
@media (max-width: 960px) {
  .page-content .top .content-phrase h2 {
    padding: 10px;
  }
}
@media (max-width: 960px) {
  .page-content .top .content-phrase {
    max-width: 100%;
    height: auto;
    text-align: center;
    border: 0;
  }
}
.page-content .top .content-image {
  min-width: 640px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 960px) {
  .page-content .top .content-image {
    min-width: 320px;
    max-width: 100%;
    height: 100px;
    text-align: center;
  }
}
.content {
  margin-top: 4px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
@media (max-width: 960px) {
  .content {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 639px) {
  .content {
    padding: 10px;
  }
}
.content .contact-form {
  max-width: 300px;
  background: #f8f8f8;
  color: #727272;
  padding: 10px;
  min-width: 300px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.content .contact-form p {
  margin: 8px 0;
}
@media (max-width: 960px) {
  .content .contact-form {
    max-width: 100%;
    text-align: left;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 639px) {
  .content .contact-form {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 5px;
    font-size: 0.95em;
  }
}
.content .main-content {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding: 20px;
  width: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.content .main-content p {
  margin-bottom: 8px;
  line-height: 20px;
}
.content .main-content h1,
.content .main-content h2 {
  margin-bottom: 10px;
  color: #142a6b;
}
.content .main-content h3 {
  margin-bottom: 8px;
  color: #142a6b;
  font-weight: 400;
  font-family: "Asap", sans-serif;
}
.content .main-content h4 {
  text-transform: uppercase;
  margin: 10px 0 3px;
  font-size: 18px;
}
.content .main-content ul {
  list-style-type: square;
  margin: 10px 0 10px 25px;
}
.content .main-content li {
  line-height: 20px;
  margin-bottom: 5px;
  padding: 4px;
}
@media (max-width: 960px) {
  .content .main-content {
    max-width: 640px;
    padding: 20px 0;
    display: block;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 639px) {
  .content .main-content {
    padding: 10px 0;
    font-size: 0.95em;
  }
}
.content .main-content .ordered-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #eaeaea;
  margin: 14px 0 0;
  padding-bottom: 14px;
  max-width: 100%;
}
.content .main-content .ordered-section .ordered-number {
  font-size: 36px;
  color: #d8d8d8;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-flex: 2 0 auto;
      -ms-flex: 2 0 auto;
          flex: 2 0 auto;
}
.content .main-content .ordered-section .ordered-text {
  -webkit-flex: 8 1 auto;
      -ms-flex: 8 1 auto;
          flex: 8 1 auto;
}
.content .main-content .last {
  border-bottom: 0;
}
.content .main-content .how-started p {
  margin-bottom: 15px;
}
