@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,400,500,600);
@import url(https://fonts.googleapis.com/css?family=Muli:300);
/* line 5, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../usr/local/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_partials/_nav.scss */
body {
  background-color: #f5f9fc;
}

/* line 4, ../sass/_partials/_nav.scss */
.flex {
  display: flex;
}

/* line 8, ../sass/_partials/_nav.scss */
nav {
  box-shadow: 3px 0px 18px -5px rgba(0, 0, 0, 0.49);
  background-color: #354052;
  width: 15%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  display: inline-block;
}
/* line 23, ../sass/_partials/_nav.scss */
nav .logoNav {
  text-align: center;
}
/* line 27, ../sass/_partials/_nav.scss */
nav ul {
  border-top: 1px solid #3d475a;
}
/* line 30, ../sass/_partials/_nav.scss */
nav li {
  padding: 0;
  border-bottom: 1px solid #3d475a;
  -moz-transition: background-color, 0.4s, ease;
  -o-transition: background-color, 0.4s, ease;
  -webkit-transition: background-color, 0.4s, ease;
  transition: background-color, 0.4s, ease;
}
/* line 36, ../sass/_partials/_nav.scss */
nav li:hover {
  background-color: #3d475a;
}
/* line 40, ../sass/_partials/_nav.scss */
nav .navBullet {
  margin: 0 1.5em;
  margin-bottom: -3px;
}
/* line 44, ../sass/_partials/_nav.scss */
nav .active {
  background-color: #28313E;
}
/* line 46, ../sass/_partials/_nav.scss */
nav .active a {
  color: white;
  font-weight: 500;
}
/* line 51, ../sass/_partials/_nav.scss */
nav .done {
  background-color: #7ed321;
  text-align: center;
}
/* line 54, ../sass/_partials/_nav.scss */
nav .done a {
  color: white;
  letter-spacing: 2px;
}
/* line 58, ../sass/_partials/_nav.scss */
nav .done img {
  display: none;
}
/* line 63, ../sass/_partials/_nav.scss */
nav a {
  color: #657594;
  font-family: "Raleway";
  font-weight: 600;
  font-size: .85em;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.5em 0;
  width: 100%;
}

/* line 77, ../sass/_partials/_nav.scss */
.pageTitleArea {
  background-color: white;
  display: inline-block;
  width: 100%;
  padding: 1em 2.5%;
  border-bottom: 1px solid #e6e6e6;
}
/* line 85, ../sass/_partials/_nav.scss */
.pageTitleArea .title {
  display: inline-block;
  width: 80%;
  float: left;
}
/* line 91, ../sass/_partials/_nav.scss */
.pageTitleArea .account {
  float: right;
}
/* line 93, ../sass/_partials/_nav.scss */
.pageTitleArea .account a {
  display: inline-block;
  color: #28313E;
  font-size: .85em;
}
/* line 99, ../sass/_partials/_nav.scss */
.pageTitleArea .account .accountLinks {
  margin-left: 20px;
  float: right;
}
/* line 102, ../sass/_partials/_nav.scss */
.pageTitleArea .account .accountLinks a {
  display: block;
  -moz-transition: color, 0.4s, ease;
  -o-transition: color, 0.4s, ease;
  -webkit-transition: color, 0.4s, ease;
  transition: color, 0.4s, ease;
}
/* line 106, ../sass/_partials/_nav.scss */
.pageTitleArea .account .accountLinks a:hover {
  color: #14a7ff;
}

/* line 113, ../sass/_partials/_nav.scss */
.mobileNav {
  display: none;
}

/* line 116, ../sass/_partials/_nav.scss */
.mobileUl {
  display: none;
}

/* line 120, ../sass/_partials/_nav.scss */
.mobileHeader {
  display: none;
}

/* mixins.scss */
/*_variables.scss */
/* Body Text Styles */
/* 18px */
/* 30px */
/* 24px */
/* 40px */
/* Main colors */
/* services */
/* screen sizes */
/* 600px */
/* 768px */
/* 1024px */
/* 1200px */
/* 1500px */
/* line 8, ../sass/_partials/_button.scss */
.button {
  padding: 5px 25px;
  color: #727272;
  font-size: 14px;
}

/* line 16, ../sass/_partials/_button.scss */
.btn.small {
  padding: 7px 25px;
  background: #589CE3;
  color: #fff;
  border-radius: 5px;
  border-bottom: 4px solid #1054A3;
  position: relative;
  top: 0px;
}
/* line 25, ../sass/_partials/_button.scss */
.btn.small:hover {
  position: relative;
  top: 2px;
  background: #619EE6 !important;
  border-bottom: 2px solid #1858A3 !important;
}
/* line 31, ../sass/_partials/_button.scss */
.btn.small img {
  position: relative;
  top: 4px;
  left: 13px;
}
/* line 39, ../sass/_partials/_button.scss */
.btn.green {
  background: #92CF50;
  border-bottom: 4px solid #447B09;
}
/* line 43, ../sass/_partials/_button.scss */
.btn.green:hover {
  position: relative;
  top: 2px;
  background: #92CF50 !important;
  border-bottom: 2px solid #447B09 !important;
}
/* line 50, ../sass/_partials/_button.scss */
.btn.large {
  position: relative;
  top: -5px;
  float: right;
  border-bottom: 4px solid #447B09;
}

/* line 1, ../sass/_partials/_homepage.scss */
html {
  box-sizing: border-box;
}

/* line 6, ../sass/_partials/_homepage.scss */
.homepage {
  background: url(../img/hero.jpg) no-repeat center center fixed;
  background-size: cover;
  flex-direction: column;
  align-items: center;
}
/* line 13, ../sass/_partials/_homepage.scss */
.homepage hr {
  margin-top: 1.5em;
  width: 70px;
}
/* line 18, ../sass/_partials/_homepage.scss */
.homepage .logoHome {
  margin-top: 1.5em;
}
/* line 22, ../sass/_partials/_homepage.scss */
.homepage h1 {
  color: white;
  font-size: 2.8em;
  font-weight: 100;
  letter-spacing: 2px;
  margin-top: 1.3em;
}
/* line 30, ../sass/_partials/_homepage.scss */
.homepage h2 {
  color: white;
  font-size: 1.1em;
  font-weight: 200;
  letter-spacing: 2px;
}
/* line 37, ../sass/_partials/_homepage.scss */
.homepage .loginContain {
  margin-top: 3em;
  background-color: rgba(44, 55, 74, 0.95);
  padding: 1em 2%;
  border-radius: 6px;
  width: 30%;
  display: block;
}
/* line 45, ../sass/_partials/_homepage.scss */
.homepage .loginContain input {
  background-color: #3d475a;
  border: none;
  border-radius: 4px;
  width: 49%;
  padding: 1.3em 1em;
}
.homepage .loginContain select{
  width: 100%;
  background-color: #3d475a;
  border: none;
  border-radius: 4px;
  padding: 1.3em 1em;
}
.homepage .loginContain input[type=checkbox] {
  width: auto;
  float: left ;
}
/* line 52, ../sass/_partials/_homepage.scss */
.homepage .loginContain input[placeholder] {
  text-transform: uppercase;
  opacity: .75;
  letter-spacing: 1px;
}
/* line 57, ../sass/_partials/_homepage.scss */
.homepage .loginContain input, .homepage .loginContain select {
  color: white;
}
/* line 60, ../sass/_partials/_homepage.scss */
.homepage .loginContain input:focus {
  color: white;
}
/* line 64, ../sass/_partials/_homepage.scss */
.homepage .loginContain h3 {
  color: white;
  text-transform: uppercase;
  font-weight: 200;
  font-size: .9em;
  letter-spacing: 2px;
  margin-bottom: 2em;
}
/* line 72, ../sass/_partials/_homepage.scss */
.homepage .loginContain .buttonBlue {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background-color: #14A7FF;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: .7em 0;
  display: block;
  margin: 3em 0 2em 0;
  opacity: .8;
  -moz-transition: opacity, 0.4s, ease;
  -o-transition: opacity, 0.4s, ease;
  -webkit-transition: opacity, 0.4s, ease;
  transition: opacity, 0.4s, ease;
  cursor: pointer;
}
/* line 87, ../sass/_partials/_homepage.scss */
.homepage .loginContain .buttonBlue:hover {
  opacity: 1;
}
/* line 91, ../sass/_partials/_homepage.scss */
.homepage .loginContain .sub {
  color: white;
  display: block;
  font-weight: 200;
  font-size: .75em;
  opacity: .5;
  text-align: center;
  -moz-transition: opacity, 0.4s, ease;
  -o-transition: opacity, 0.4s, ease;
  -webkit-transition: opacity, 0.4s, ease;
  transition: opacity, 0.4s, ease;
}
/* line 101, ../sass/_partials/_homepage.scss */
.homepage .loginContain .sub:hover {
  opacity: 1;
}

.homepage .loginContain .sub.checkbox {
  margin-top:10px;
  float: left;
  margin-left: 20px;
}

/* line 107, ../sass/_partials/_homepage.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 2, ../sass/_partials/_inner.scss */
.pageContents {
  display: inline-block;
  width: 85%;
  float: right;
  padding-bottom: 1.5em;
}
/* line 8, ../sass/_partials/_inner.scss */
.pageContents .thanksText {
  margin-left: 20%;
  margin-right: 20%;
}
/* line 11, ../sass/_partials/_inner.scss */
.pageContents .thanksText h1 {
  font-size: 2.8em;
  font-weight: 100;
  letter-spacing: 2px;
  margin-top: 1.3em;
}
/* line 17, ../sass/_partials/_inner.scss */
.pageContents .thanksText a {
  color: #14A7FF;
}
/* line 21, ../sass/_partials/_inner.scss */
.pageContents .buttonGray {
  text-transform: uppercase;
  color: white;
  background-color: #657594;
  border-radius: 4px;
  font-weight: 600;
  font-size: .8em;
  letter-spacing: 1px;
  padding: 1em 3em;
  float: left;
  margin-left: 2.5%;
  margin-right: 2.5%;
  -moz-transition: opacity, 0.4s, ease;
  -o-transition: opacity, 0.4s, ease;
  -webkit-transition: opacity, 0.4s, ease;
  transition: opacity, 0.4s, ease;
}
/* line 32, ../sass/_partials/_inner.scss */
.pageContents .buttonGray i {
  margin-right: 10px;
}
/* line 38, ../sass/_partials/_inner.scss */
.pageContents .buttonGray:hover {
  opacity: .7;
}
/* line 43, ../sass/_partials/_inner.scss */
.pageContents .buttonBlue {
  text-transform: uppercase;
  color: white;
  background-color: #14A7FF;
  border-radius: 4px;
  font-weight: 600;
  font-size: .8em;
  letter-spacing: 1px;
  padding: 1em 3em;
  float: right;
  margin-right: 2.5%;
  -moz-transition: opacity, 0.4s, ease;
  -o-transition: opacity, 0.4s, ease;
  -webkit-transition: opacity, 0.4s, ease;
  transition: opacity, 0.4s, ease;
}
/* line 54, ../sass/_partials/_inner.scss */
.pageContents .buttonBlue i {
  margin-left: 10px;
}
/* line 60, ../sass/_partials/_inner.scss */
.pageContents .buttonBlue:hover {
  opacity: .7;
}
/* line 65, ../sass/_partials/_inner.scss */
.pageContents .buttonGreen {
  text-transform: uppercase;
  color: white;
  background-color: #7ed321;
  border-radius: 4px;
  font-weight: 600;
  font-size: .8em;
  letter-spacing: 1px;
  padding: 1em 3em;
  float: right;
  margin-right: 2.5%;
  -moz-transition: opacity, 0.4s, ease;
  -o-transition: opacity, 0.4s, ease;
  -webkit-transition: opacity, 0.4s, ease;
  transition: opacity, 0.4s, ease;
}
/* line 76, ../sass/_partials/_inner.scss */
.pageContents .buttonGreen i {
  margin-left: 10px;
}
/* line 82, ../sass/_partials/_inner.scss */
.pageContents .buttonGreen:hover {
  opacity: .7;
}
.pageContents .button-custom{
  float: none;
}

/* line 87, ../sass/_partials/_inner.scss */
.formArea {
  display: inline-block;
  padding: 1em 2.5%;
  width: 100%;
}
/* line 92, ../sass/_partials/_inner.scss */
.formArea label {
  margin-left: 10px;
}
/* line 95, ../sass/_partials/_inner.scss */
.formArea h2 {
  font-size: 1em;
}
/* line 98, ../sass/_partials/_inner.scss */
.formArea .asterisk {
  color: #f1783c;
  font-size: 1.3em;
}
/* line 102, ../sass/_partials/_inner.scss */
.formArea h3 {
  margin-top: 1.3em;
  font-size: .85em;
}
/* line 106, ../sass/_partials/_inner.scss */
.formArea ul {
  display: inline-block;
  margin-right: 20%;
  margin-top: 1.3em;
  margin-bottom: 3.5em;
}
/* line 111, ../sass/_partials/_inner.scss */
.formArea ul li {
  margin-bottom: .4em;
}
/* line 115, ../sass/_partials/_inner.scss */
.formArea .left {
  display: inline-block;
  width: 46%;
}
/* line 120, ../sass/_partials/_inner.scss */
.formArea .right {
  display: inline-block;
  width: 46%;
  float: right;
}
/* line 126, ../sass/_partials/_inner.scss */
.formArea .textbox {
  color: white;
  background-color: #657594;
  padding: 1.5em 6%;
  border-radius: 4px;
  margin-bottom: 1.5em;
  display: inline-block;
  width: 100%;
}
/* line 134, ../sass/_partials/_inner.scss */
.formArea .textbox .buttonBlue {
  float: left;
  margin-top: 1.75em;
}
/* line 139, ../sass/_partials/_inner.scss */
.formArea .textbox ul {
  margin-bottom: 0;
  display: block;
}
/* line 143, ../sass/_partials/_inner.scss */
.formArea .textbox .checks {
  margin-right: 15px;
}
/* line 148, ../sass/_partials/_inner.scss */
.formArea input {
  margin: .5em 0;
  background-color: #fff;
  border: 1px solid #dce5eb;
  border-radius: 4px;
  width: 49%;
  padding: 1.3em 1em;
}

.formArea select{
  width: 100%;
  background-color: #fff;
  border: 1px solid #dce5eb;
  border-radius: 4px;
  padding: 1.3em 1em;
}
/* line 156, ../sass/_partials/_inner.scss */
.formArea input[placeholder] {
  opacity: .85;
  letter-spacing: 1px;
}
/* line 161, ../sass/_partials/_inner.scss */
.formArea .cityStateZip {
  display: inline-block;
  margin-right: 0;
  width: 32%;
}
/* line 167, ../sass/_partials/_inner.scss */
.formArea .list {
  display: inline-block;
  width: 49%;
  margin: 1.5em 0;
}
/* line 171, ../sass/_partials/_inner.scss */
.formArea .list input {
  width: auto;
}
/* line 175, ../sass/_partials/_inner.scss */
.formArea .cards {
  width: 100%;
}
/* line 177, ../sass/_partials/_inner.scss */
.formArea .cards .bankType {
  display: inline-block;
  width: 25%;
  margin-right: 8%;
}
/* line 181, ../sass/_partials/_inner.scss */
.formArea .cards .bankType label {
  margin-left: 10%;
}
/* line 185, ../sass/_partials/_inner.scss */
.formArea .cards .indJoint {
  display: inline-block;
  margin-left: 8%;
}
/* line 188, ../sass/_partials/_inner.scss */
.formArea .cards .indJoint input {
  margin-left: 20px;
}
/* line 195, ../sass/_partials/_inner.scss */
.formArea .undo50 input {
  width: auto;
}

.formArea .terms-scroller{
  overflow-y: scroll;
  height: 330px;
  background: #fff;
  padding: 20px;
  border: solid 1px rgba(0,0,0,0.2);
  margin-top: 10px;
}

/* line 203, ../sass/_partials/_inner.scss */
.steps h2 {
  margin-top: 3.5em;
}
/* line 206, ../sass/_partials/_inner.scss */
.steps a {
  font-weight: 500;
  color: #14A7FF;
  -moz-transition: opacity, 0.4s, ease;
  -o-transition: opacity, 0.4s, ease;
  -webkit-transition: opacity, 0.4s, ease;
  transition: opacity, 0.4s, ease;
}
/* line 212, ../sass/_partials/_inner.scss */
.steps a:hover {
  opacity: .7;
}
/* line 216, ../sass/_partials/_inner.scss */
.steps .stepLinks {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .85em;
  color: #14A7FF;
}
/* line 222, ../sass/_partials/_inner.scss */
.steps .firstStep {
  margin-top: 0;
}
/* line 226, ../sass/_partials/_inner.scss */
.steps .step6 {
  margin-top: 0;
}
.steps .step7 {
  margin-top: 9em;
}
.steps .step8 {
  margin-top: 3.5em;
}
.steps .step9 {
  margin-top: 6em;
}

/*_variables.scss */
/* Body Text Styles */
/* 18px */
/* 30px */
/* 24px */
/* 40px */
/* Main colors */
/* services */
/* screen sizes */
/* 600px */
/* 768px */
/* 1024px */
/* 1200px */
/* 1500px */
/*_typography.scss*/
/* line 8, ../sass/_partials/_typography.scss */
body {
  color: #28313E;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

/* line 17, ../sass/_partials/_typography.scss */
h1 {
  font-size: 1.5rem;
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1px;
}

/* line 25, ../sass/_partials/_typography.scss */
h2 {
  font-size: 1.3em;
  /* 24px */
  font-weight: 500;
  letter-spacing: 1px;
}

/* line 31, ../sass/_partials/_typography.scss */
h3 {
  font-size: 1.125rem;
  letter-spacing: 1px;
}

/* line 36, ../sass/_partials/_typography.scss */
h4 {
  margin-top: em(22px);
  margin-bottom: em(36px, 14px);
  color: palette(grey, x-light);
  text-transform: uppercase;
  font-weight: 400;
  font-size: em(14px);
}

/* line 46, ../sass/_partials/_typography.scss */
a {
  text-decoration: none;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

/* line 52, ../sass/_partials/_typography.scss */
a:hover {
  text-decoration: none;
}

/* line 56, ../sass/_partials/_typography.scss */
a:active,
a:hover {
  outline: 0;
  cursor: pointer;
}

/* line 65, ../sass/_partials/_typography.scss */
p {
  margin: 0 0 em(30px, 18px);
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

/* line 73, ../sass/_partials/_typography.scss */
ul li {
  font-weight: 400;
  font-size: 14px;
}

/* line 78, ../sass/_partials/_typography.scss */
.clearall {
  clear: both;
}

/* line 6, ../sass/_partials/_loader.scss */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.94);
  display: flex;
}
/* line 15, ../sass/_partials/_loader.scss */
#loader-wrapper h2 {
  position: relative;
  top: 59%;
  font-size: 14px;
  color: #fff;
  left: -2.1%;
  font-weight: 100;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  /* line 15, ../sass/_partials/_loader.scss */
  #loader-wrapper h2 {
    top: 38.5%;
  }
}

/* line 28, ../sass/_partials/_loader.scss */
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #14A7FF;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

/* line 46, ../sass/_partials/_loader.scss */
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #14A7FF;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

/* line 61, ../sass/_partials/_loader.scss */
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #14A7FF;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
/* line 101, ../sass/_partials/_loader.scss */
.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 108, ../sass/_partials/_loader.scss */
.loaded #loader-wrapper {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* line 28, ../sass/style.scss */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 33, ../sass/style.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 38, ../sass/style.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 43, ../sass/style.scss */
body {
  -webkit-outline: none;
  outline: none;
  font-weight: 400;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
/* line 51, ../sass/style.scss */
body a, body a:active, body a:focus {
  outline: none;
}

/* line 56, ../sass/style.scss */
strong {
  font-weight: 600;
}

/* line 61, ../sass/style.scss */
.mobile-header {
  display: none;
}

.margin-bottom-150{
  margin-bottom: 150px;
}
.margin-top-10{
  margin-top: 10px!important;
}
.margin-reset{
  margin: auto!important;
}

.stripe-button-el span{
    display: none!important;
}



.homepage .loginContain.initiator { /*width:65%;*/ margin:0px auto; margin-top:3em; margin-bottom:2em;}
.homepage .formArea .left { width: 95%;}
.homepage .loginContain.initiator h3 { margin-top:2em; margin-bottom:0px; }
.homepage { background: linear-gradient(rgba(44, 55, 74, 0.5),rgba(44, 55, 74, 0.5)), url(../img/hero.jpg) no-repeat center center fixed;}
.homepage h1, .homepage h2 { font-weight: bold;}
.terms .terms-scroller { height:450px;}