@import url(vendor/font-awesome.min.css);
@import url(vendor/jquery.fancybox.css);
/* line 3, partials/_grid.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 11, partials/_grid.scss */
html {
  font-size: 16px;
  height: auto;
  -webkit-font-smoothing: antialiased;
}

/* line 17, partials/_grid.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 23, partials/_grid.scss */
.table {
  display: table;
  width: 100%;
}
/* line 26, partials/_grid.scss */
.table .cell {
  display: table-cell;
}
/* line 28, partials/_grid.scss */
.table .cell.bottom {
  vertical-align: bottom;
}
/* line 31, partials/_grid.scss */
.table .cell.top {
  vertical-align: top;
}
/* line 34, partials/_grid.scss */
.table .cell.middle {
  vertical-align: middle;
}
/* line 39, partials/_grid.scss */
.table.padding > .cell {
  padding: 0 5px;
}
/* line 41, partials/_grid.scss */
.table.padding > .cell:first-of-type {
  padding-left: 0;
  padding-right: 10px;
}
/* line 45, partials/_grid.scss */
.table.padding > .cell:last-of-type {
  padding-right: 0;
  padding-left: 10px;
}

/* line 53, partials/_grid.scss */
.row {
  width: 100%;
}
/* line 55, partials/_grid.scss */
.row > div[class*="col-"] {
  float: left;
}
/* line 59, partials/_grid.scss */
.row.padding > div[class*="col-"] {
  padding: 0 5px;
}
/* line 61, partials/_grid.scss */
.row.padding > div[class*="col-"]:first-of-type {
  padding-left: 0;
  padding-right: 10px;
}
/* line 65, partials/_grid.scss */
.row.padding > div[class*="col-"]:last-of-type {
  padding-right: 0;
  padding-left: 10px;
}
/* line 71, partials/_grid.scss */
.row:after {
  content: '';
  display: block;
  clear: both;
}

/* line 95, partials/_grid.scss */
.col-100 {
  width: 100%;
}

/* line 99, partials/_grid.scss */
.col-95 {
  width: 95%;
}

/* line 103, partials/_grid.scss */
.col-90 {
  width: 90%;
}

/* line 107, partials/_grid.scss */
.col-85 {
  width: 85%;
}

/* line 111, partials/_grid.scss */
.col-80 {
  width: 80%;
}

/* line 115, partials/_grid.scss */
.col-75 {
  width: 75%;
}

/* line 119, partials/_grid.scss */
.col-70 {
  width: 70%;
}

/* line 123, partials/_grid.scss */
.col-66 {
  width: 66.666%;
}

/* line 127, partials/_grid.scss */
.col-60 {
  width: 60%;
}

/* line 131, partials/_grid.scss */
.col-55 {
  width: 55%;
}

/* line 135, partials/_grid.scss */
.col-50 {
  width: 50%;
}

/* line 139, partials/_grid.scss */
.col-45 {
  width: 45%;
}

/* line 143, partials/_grid.scss */
.col-40 {
  width: 40%;
}

/* line 147, partials/_grid.scss */
.col-35 {
  width: 35%;
}

/* line 151, partials/_grid.scss */
.col-33 {
  width: 33.333%;
}

/* line 155, partials/_grid.scss */
.col-30 {
  width: 30%;
}

/* line 159, partials/_grid.scss */
.col-25 {
  width: 25%;
}

/* line 163, partials/_grid.scss */
.col-20 {
  width: 20%;
}

/* line 167, partials/_grid.scss */
.col-1-6 {
  width: 16.666%;
}

/* line 171, partials/_grid.scss */
.col-15 {
  width: 15%;
}

/* line 175, partials/_grid.scss */
.col-10 {
  width: 10%;
}

/* line 179, partials/_grid.scss */
.col-5 {
  width: 5%;
}

/* line 47, partials/_mixins.scss */
.strike-heading {
  text-align: center;
  position: relative;
}
/* line 50, partials/_mixins.scss */
.strike-heading .strike {
  left: 0;
  right: 0;
  top: 40%;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #e1e1e1;
}
/* line 59, partials/_mixins.scss */
.strike-heading h3 {
  position: relative;
  padding: 5px 20px;
  background-color: #FFF;
  z-index: 10;
  display: inline-block;
}

/* line 68, partials/_mixins.scss */
.btn {
  color: #FFF;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/* line 75, partials/_mixins.scss */
.btn.standard {
  padding: 13px 28px;
  text-align: center;
  font-weight: 700;
}
/* line 80, partials/_mixins.scss */
.btn.green {
  border: 2px solid #1ec279;
  background-color: #1ec279;
}
/* line 83, partials/_mixins.scss */
.btn.green:hover {
  background-color: transparent;
  color: #1ec279;
}
/* line 88, partials/_mixins.scss */
.btn.blue {
  border: 2px solid #1fa2ed;
  background-color: #1fa2ed;
}
/* line 91, partials/_mixins.scss */
.btn.blue:hover {
  background-color: transparent;
  color: #1fa2ed;
}

/* line 22, partials/_text.scss */
body {
  font-family: 'Lato', sans-serif;
}

/* line 26, partials/_text.scss */
p {
  color: #231f20;
  font-size: 1.05em;
  line-height: 150%;
}

/* line 32, partials/_text.scss */
a {
  color: #1fa2ed;
  text-decoration: none;
}
/* line 35, partials/_text.scss */
a img {
  border: none;
}

/* line 40, partials/_text.scss */
h1, .mock-h1 {
  color: #FFF;
  font-size: 2.85em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
/* line 46, partials/_text.scss */
h1 span, .mock-h1 span {
  font-weight: 300;
  display: block;
  font-size: .9em;
}

/* line 53, partials/_text.scss */
h2 {
  font-weight: 300;
  font-size: 1.875em;
  color: #231f20;
}
/* line 57, partials/_text.scss */
h2.blue {
  color: #1fa2ed;
}

/* line 62, partials/_text.scss */
h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  color: #231f20;
}
/* line 67, partials/_text.scss */
h3.blue {
  color: #1fa2ed;
}

/* line 72, partials/_text.scss */
h4 {
  margin: 8px 0 40px;
  font-weight: 400;
  font-size: 1.05em;
  font-style: italic;
  color: #1fa2ed;
}

/* line 80, partials/_text.scss */
sup {
  font-size: .5em;
  position: absolute;
}

/* line 1, partials/_header.scss */
#top-strip {
  height: 30px;
  background-color: #26364b;
}

/* line 6, partials/_header.scss */
.inner-top-strip {
  height: 30px;
  max-width: 1170px;
  margin: 0 auto;
}

/* line 12, partials/_header.scss */
.inner-top-strip-list {
  list-style-type: none;
  float: right;
}
/* line 15, partials/_header.scss */
.inner-top-strip-list.left {
  float: left;
}
@media screen and (max-width: 600px) {
  /* line 15, partials/_header.scss */
  .inner-top-strip-list.left {
    display: none;
  }
}

/* line 23, partials/_header.scss */
.inner-top-strip-list li {
  list-style-type: none;
  display: inline;
}

/* line 28, partials/_header.scss */
.grader-link, .login-link, .library-link, .phone-link {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 38, partials/_header.scss */
.grader-link:hover, .login-link:hover, .library-link:hover, .phone-link:hover {
  color: #1fa2ed;
}

/* line 42, partials/_header.scss */
.grader-link:hover i.grader-icon.fa.fa-check {
  color: #1fa2ed;
  border: 1px solid #d5d5d5;
}

/* line 47, partials/_header.scss */
.grader-icon.fa.fa-check {
  font-weight: 100;
  color: #2cbf7a;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-right: 7px;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  /* Border transition */
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  -o-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}

/* line 65, partials/_header.scss */
.grader-icon.fa.fa-check:before {
  padding: 2px;
  line-height: 18px;
  border-top: 5px solid #26364b;
  padding-top: 0px;
}

/* line 72, partials/_header.scss */
.inner-top-strip-list li.login-link-item, .inner-top-strip-list li.library-link-item, .inner-top-strip-list li.phone-link-item {
  list-style-type: disc;
  color: #fff;
  font-size: 14px;
  height: 30px;
  display: inline-block;
}

/* line 80, partials/_header.scss */
.login-icon.fa.fa-circle {
  margin-left: 13px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  line-height: 30px;
  height: 30px;
}

/* line 89, partials/_header.scss */
.login-icon.fa.fa-circle:before {
  font-size: 6px;
  display: inline-block;
  vertical-align: middle;
}

/* line 95, partials/_header.scss */
body .main-nav-scrolled {
  position: fixed !important;
  width: 100%;
  /* if no hellobar */
  top: 0;
  /* else */
  /* top: 30px; */
  /* end */
}

/* line 105, partials/_header.scss */
#cover.boom {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  /* line 110, partials/_header.scss */
  ul.inner-top-strip-list {
    margin-right: 20px;
  }
}
/* line 115, partials/_header.scss */
#header-container {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 102;
}
/* line 121, partials/_header.scss */
#header-container #header {
  background-color: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  font-family: 'Montserrat', sans-serif;
  padding: 8px 10px;
  min-height: 80px;
  position: relative;
  left: 0;
  right: 0;
}

/* line 133, partials/_header.scss */
#nav {
  margin: 0 auto;
  max-width: 1170px;
  text-align: left;
}
@media screen and (min-width: 1170px) {
  /* line 133, partials/_header.scss */
  #nav {
    position: relative;
  }
}

/* line 142, partials/_header.scss */
.inner-head {
  display: block;
  margin-bottom: 0;
  text-align: right;
}
@media screen and (min-width: 1170px) {
  /* line 142, partials/_header.scss */
  .inner-head {
    display: inline-block;
    margin-bottom: -4px;
  }
}
/* line 151, partials/_header.scss */
.inner-head .left-logo {
  display: block;
  margin: 5px 20px 0 -31px;
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  /* line 151, partials/_header.scss */
  .inner-head .left-logo {
    margin: 5px 20px 0 0;
    position: static;
    float: left;
  }
}
/* line 163, partials/_header.scss */
.inner-head .left-logo a,
.inner-head .left-logo img {
  display: block;
  border: none;
  max-width: 62px;
}
/* line 171, partials/_header.scss */
.inner-head ul {
  opacity: 0;
  position: absolute;
  top: 79px;
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  border-left: 1px solid rgba(0, 0, 0, 0.075);
  padding: 0 10px 10px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 188, partials/_header.scss */
.inner-head ul.menu-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 1000px) {
  /* line 171, partials/_header.scss */
  .inner-head ul {
    font-size: .85em;
  }
}
@media screen and (max-width: 1000px) {
  /* line 171, partials/_header.scss */
  .inner-head ul {
    font-size: .75em;
  }
}
@media screen and (min-width: 960px) {
  /* line 171, partials/_header.scss */
  .inner-head ul {
    float: left;
    list-style: none;
    margin-top: 15px;
    border: none;
    padding: 0;
    position: static;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 218, partials/_header.scss */
  .inner-head ul.menu-active {
    margin-top: 15px;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 229, partials/_header.scss */
.inner-head ul li {
  display: block;
  padding: 0;
}
@media screen and (min-width: 960px) {
  /* line 229, partials/_header.scss */
  .inner-head ul li {
    display: table-cell;
    vertical-align: middle;
  }
}
/* line 238, partials/_header.scss */
.inner-head ul li a {
  color: #231f20;
  display: block;
  font-size: .9rem;
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 249, partials/_header.scss */
.inner-head ul li a:hover {
  color: #1fa2ed;
}
/* line 252, partials/_header.scss */
.inner-head ul li a.notifications {
  position: relative;
}
/* line 254, partials/_header.scss */
.inner-head ul li a.notifications span {
  position: absolute;
  top: -2px;
  right: 4px;
  background-color: #1fa2ed;
  font-weight: 100;
  font-size: 11px;
  text-align: center;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  color: #FFF;
}
@media screen and (min-width: 1170px) {
  /* line 238, partials/_header.scss */
  .inner-head ul li a {
    padding: 8px 14px;
  }
}
@media screen and (max-width: 1170px) {
  /* line 238, partials/_header.scss */
  .inner-head ul li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 960px) {
  /* line 238, partials/_header.scss */
  .inner-head ul li a {
    font-size: 1em;
  }
}
/* line 278, partials/_header.scss */
.inner-head ul li a.mobile {
  color: #1ec279;
  display: block;
}
/* line 281, partials/_header.scss */
.inner-head ul li a.mobile:hover {
  color: #1fa2ed;
}
@media screen and (min-width: 960px) {
  /* line 278, partials/_header.scss */
  .inner-head ul li a.mobile {
    display: none;
  }
}

/* Mobile Menu */
/* line 293, partials/_header.scss */
.box-shadow-menu {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 48px;
  height: 30px;
  padding: 15px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  background: #444;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 307, partials/_header.scss */
.box-shadow-menu:before, .box-shadow-menu:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 320, partials/_header.scss */
.box-shadow-menu:before {
  top: 6px;
}
/* line 323, partials/_header.scss */
.box-shadow-menu:after {
  top: 18px;
}
/* line 326, partials/_header.scss */
.box-shadow-menu.close-state {
  background: #fff;
}
/* line 328, partials/_header.scss */
.box-shadow-menu.close-state:before, .box-shadow-menu.close-state:after {
  left: 11px;
  width: 50%;
  background: #444;
}
/* line 334, partials/_header.scss */
.box-shadow-menu.close-state:before {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 341, partials/_header.scss */
.box-shadow-menu.close-state:after {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 960px) {
  /* line 293, partials/_header.scss */
  .box-shadow-menu {
    display: none;
  }
}

/* menu toggle class */
/* line 355, partials/_header.scss */
.menu-active {
  display: block;
  right: 0;
}

/* line 360, partials/_header.scss */
.control-panel {
  display: none;
}
@media screen and (min-width: 960px) {
  /* line 360, partials/_header.scss */
  .control-panel {
    display: block;
    position: absolute;
    right: 0;
    top: 33px;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 960px) {
  /* line 360, partials/_header.scss */
  .control-panel {
    font-size: .85em;
  }
}
@media screen and (min-width: 1170px) {
  /* line 360, partials/_header.scss */
  .control-panel {
    right: 0;
    top: 25px;
  }
}
/* line 379, partials/_header.scss */
.control-panel ul {
  list-style: none;
}
/* line 381, partials/_header.scss */
.control-panel ul li {
  float: left;
  font-size: .9rem;
}
/* line 384, partials/_header.scss */
.control-panel ul li .sign-up {
  background-color: #1ec279;
  border: 2px solid #1ec279;
  border-radius: 4px;
  color: #FFF;
  font-weight: 700;
  padding: 8px;
  display: inline-block;
}
/* line 392, partials/_header.scss */
.control-panel ul li .sign-up:hover {
  background-color: transparent;
  color: #1ec279;
}
/* line 397, partials/_header.scss */
.control-panel ul li .login {
  border: 1px solid #231f20;
  border-radius: 4px;
  color: #231f20;
  display: block;
  font-weight: 600;
  margin: 0 10px;
  padding: 9px 10px;
}
/* line 405, partials/_header.scss */
.control-panel ul li .login:hover {
  background-color: #231f20;
  color: #FFF;
}

/* line 416, partials/_header.scss */
html.ie8 #ie8-container {
  height: 80px;
  padding: 10px;
  position: fixed;
  background-color: #fff;
  width: 100%;
}
/* line 422, partials/_header.scss */
html.ie8 #ie8-container #nav_inner {
  max-width: 1100px;
}
/* line 425, partials/_header.scss */
html.ie8 #ie8-container #lp_logo {
  width: 60px;
  padding-top: 5px;
  float: left;
}
/* line 430, partials/_header.scss */
html.ie8 #ie8-container #right_links {
  margin-top: 10px;
  float: right;
}
/* line 435, partials/_header.scss */
html.ie8 #ie8-container ul li {
  display: inline-block;
  float: left;
  padding-top: 20px;
}
/* line 439, partials/_header.scss */
html.ie8 #ie8-container ul li a {
  color: #000;
  padding: 0 20px;
}
/* line 442, partials/_header.scss */
html.ie8 #ie8-container ul li a:hover {
  color: #1fa2ed;
}
/* line 447, partials/_header.scss */
html.ie8 #ie8-container ul #login_link {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px;
  margin-right: 20px;
}
/* line 453, partials/_header.scss */
html.ie8 #ie8-container ul #login_link:hover {
  background-color: #000;
  color: #fff;
}
/* line 458, partials/_header.scss */
html.ie8 #ie8-container ul #get_lp_link {
  color: #fff;
  border: 1px solid #1ec279;
  background-color: #1ec279;
  padding: 10px;
  margin-right: 20px;
}
/* line 464, partials/_header.scss */
html.ie8 #ie8-container ul #get_lp_link:hover {
  background-color: #fff;
  color: #1ec279;
}

/* line 2, partials/_footer.scss */
footer .inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px;
  text-align: left;
}
/* line 7, partials/_footer.scss */
footer .inner p {
  text-align: left;
}
/* line 11, partials/_footer.scss */
footer .heading {
  font-size: 1.15em;
  color: #231f20;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 17, partials/_footer.scss */
footer ul {
  margin-top: 25px;
  list-style: none;
}
/* line 20, partials/_footer.scss */
footer ul li {
  margin: 16px 0;
}
/* line 22, partials/_footer.scss */
footer ul li a {
  padding: 5px 0;
  color: #231f20;
  font-weight: 300;
}
/* line 26, partials/_footer.scss */
footer ul li a:hover {
  text-decoration: underline;
}
/* line 29, partials/_footer.scss */
footer ul li a.blue {
  color: #1fa2ed;
}
/* line 35, partials/_footer.scss */
footer #hiring {
  position: relative;
}
/* line 37, partials/_footer.scss */
footer #hiring img {
  position: absolute;
  left: 120%;
  top: 50%;
  margin-top: -11px;
}
/* line 44, partials/_footer.scss */
footer .phone {
  margin-top: 30px;
}
/* line 46, partials/_footer.scss */
footer .phone strong {
  font-style: normal;
}
/* line 49, partials/_footer.scss */
footer .phone #phone_number {
  font-size: 1.5em;
}
/* line 51, partials/_footer.scss */
footer .phone #phone_number a {
  color: #888;
}
/* line 56, partials/_footer.scss */
footer #legal {
  padding: 20px;
  background-color: #f8f8f8;
}
/* line 59, partials/_footer.scss */
footer #legal h5 {
  font-size: .9em;
  margin-bottom: 10px;
  color: #444;
}
/* line 64, partials/_footer.scss */
footer #legal p {
  font-size: .75em;
}
/* line 67, partials/_footer.scss */
footer #legal .inner {
  padding: 0;
}
/* line 71, partials/_footer.scss */
footer .built-in-mn {
  float: left;
  color: #444;
  border-left: 1px solid #d0d0d0;
  margin-left: 80px;
  padding: 10px 0 10px 80px;
}
/* line 77, partials/_footer.scss */
footer .built-in-mn .text {
  display: inline-block;
  margin-left: 5px;
  text-align: left;
}
/* line 83, partials/_footer.scss */
footer .non-links {
  padding-right: 50px;
  vertical-align: top;
}
/* line 86, partials/_footer.scss */
footer .non-links #footer-logo {
  max-width: 262px;
  width: 100%;
  margin-bottom: 10px;
}
/* line 91, partials/_footer.scss */
footer .non-links p {
  color: #888;
  font-style: italic;
  font-size: .8em;
}
/* line 98, partials/_footer.scss */
footer .social-icons li {
  float: left;
  width: 23%;
  margin: 0 1%;
}
/* line 103, partials/_footer.scss */
footer .social-icons a {
  display: block;
  padding-top: 13px;
  font-size: 28px;
  text-align: center;
  height: 60px;
  color: #FFF;
  transition: .2s opacity;
}
/* line 111, partials/_footer.scss */
footer .social-icons a:hover {
  opacity: .8;
}
/* line 115, partials/_footer.scss */
footer .social-icons .facebook {
  background-color: #3b5998;
}
/* line 118, partials/_footer.scss */
footer .social-icons .twitter {
  background-color: #55acee;
}
/* line 121, partials/_footer.scss */
footer .social-icons .google-plus {
  background-color: #dd4b39;
}
/* line 124, partials/_footer.scss */
footer .social-icons .linkedin {
  background-color: #0077b5;
}
/* line 127, partials/_footer.scss */
footer .social-icons:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1170px) {
  /* line 137, partials/_footer.scss */
  footer {
    text-align: center;
  }
  /* line 140, partials/_footer.scss */
  footer .inner .col-30 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 145, partials/_footer.scss */
  footer .inner .col-20, footer .inner .col-25 {
    width: 33%;
  }
  /* line 149, partials/_footer.scss */
  footer #legal {
    text-align: left;
  }
  /* line 152, partials/_footer.scss */
  footer .built-in-mn {
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 635px) {
  /* line 162, partials/_footer.scss */
  footer .inner {
    padding: 10px;
  }
  /* line 164, partials/_footer.scss */
  footer .inner .col-30, footer .inner .col-25, footer .inner .col-20 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 170, partials/_footer.scss */
  footer #legal {
    text-align: center;
  }
  /* line 172, partials/_footer.scss */
  footer #legal div[class*="col-"] {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 177, partials/_footer.scss */
  footer .built-in-mn {
    border: none;
    float: none;
    margin: 0;
    padding: 0;
  }
}
/* line 3, home.scss */
h1 {
  color: #FFF;
  font-size: 1.8em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}

/* line 11, home.scss */
h3 {
  font-weight: 300;
  font-size: 1.75em;
  text-align: center;
  text-transform: none;
  font-family: 'Lato', sans-serif;
}

/* line 19, home.scss */
#cover {
  height: 670px;
  padding-top: 110px;
  position: relative;
  background: #0e5c8b url("../imgs/open-bg.jpg") no-repeat center top/cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 28, home.scss */
#cover #video {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
/* line 33, home.scss */
#cover #video .video-player {
  position: absolute;
  top: 115px;
  left: 50%;
  margin-left: -440px;
}

@media (max-width: 768px) {
  /* line 43, home.scss */
  #cover {
    padding-top: 20px;
  }
}
/* line 48, home.scss */
.auto-resizable-iframe {
  max-width: 700px;
  max-height: 500px;
  margin: 0 auto;
}

/* line 54, home.scss */
.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 45%;
  height: 0;
}

/* line 60, home.scss */
.auto-resizable-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}

/* line 68, home.scss */
.constrain_video {
  margin: 50px auto 100px;
}

/* line 72, home.scss */
#get-LP-now {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  z-index: 10;
  left: 50%;
  width: 880px;
  margin-left: -440px;
  margin-top: -40px;
  padding: 20px;
  background-color: #1ec279;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  border: 2px solid #1ec279;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
/* line 92, home.scss */
#get-LP-now:hover {
  color: #1ec279;
  background-color: #FFF;
}

/* line 98, home.scss */
.a-text {
  text-decoration: none;
  font-size: .9em;
  text-transform: uppercase;
}

/* line 104, home.scss */
h1 span, h2 span, h3 span, #main-content h2 span, h4 span {
  font-size: 0.85em;
  color: #555;
}

/* line 109, home.scss */
#video_cover {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  background-color: #231f20;
  top: 40px;
  z-index: 1;
  height: 630px;
  overflow: hidden;
}
/* line 121, home.scss */
#video_cover #video_bg_container {
  text-align: center;
  height: 630px;
  background-color: #231f20;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
/* line 129, home.scss */
#video_cover #video_background {
  background: url("../imgs/homepage_video_background_image.jpg") 0px 160px no-repeat;
  width: 2000px;
  margin-top: -200px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
  /* width divided by 2 */
}
/* line 138, home.scss */
#video_cover center {
  margin: 0 auto;
}
/* line 141, home.scss */
#video_cover .play-video-btn {
  display: inline-block;
  color: #FFF;
  margin-top: 10px;
  border: 3px solid;
  padding: 14px 24px 10px 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
/* line 151, home.scss */
#video_cover .play-video-btn .text {
  letter-spacing: 1px;
  vertical-align: middle;
  font-size: 1.35em;
  text-transform: none;
  padding-bottom: 3px;
  width: 280px;
  margin-top: 10px;
}
/* line 160, home.scss */
#video_cover .play-video-btn img {
  float: left;
}
/* line 163, home.scss */
#video_cover .play-video-btn #heavy {
  font-weight: 700;
}
/* line 166, home.scss */
#video_cover .play-video-btn #light {
  font-weight: 100;
}
/* line 170, home.scss */
#video_cover #sales-video {
  margin-top: 10px;
}
/* line 173, home.scss */
#video_cover #play_video_text {
  color: #fff !important;
  text-transform: uppercase !important;
}
/* line 177, home.scss */
#video_cover #collect_text {
  letter-spacing: .5px;
  font-size: 2.85em;
  padding-bottom: 10px;
}
/* line 182, home.scss */
#video_cover #video {
  max-width: 1200px;
  padding-top: 120px;
  text-align: center;
  z-index: 9999;
  position: absolute;
  top: 100px;
  width: 60%;
  margin-left: 20%;
}
/* line 192, home.scss */
#video_cover #name {
  font-size: 2em;
  color: #FFF;
  font-weight: 300;
}
/* line 197, home.scss */
#video_cover .fat {
  font-weight: 700;
}
/* line 200, home.scss */
#video_cover .trademark {
  font-size: .3em;
  position: absolute;
}

/* line 206, home.scss */
#video_spacer {
  height: 40px;
}

/* line 210, home.scss */
#video_background {
  margin-top: -10px;
  width: 100%;
}

/* line 215, home.scss */
.play-video-btn {
  display: inline-block;
  color: #FFF;
  margin-top: 90px;
  border: 2px solid;
  padding: 4px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
/* line 225, home.scss */
.play-video-btn .triangle {
  font-size: 2.5em;
  padding-right: 12px;
  -webkit-animation: pulse 1.75s linear infinite;
  animation: pulse 1.75s linear infinite;
}
/* line 231, home.scss */
.play-video-btn .text {
  letter-spacing: 1px;
  vertical-align: middle;
  font-size: 1.35em;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 241, home.scss */
#header-container header nav #inner-head ul li a {
  text-decoration: none;
  font-size: .9em;
  text-transform: uppercase;
}
/* line 247, home.scss */
#header-container header #control-panel ul li a#sign-up, #header-container header #control-panel ul li a#login {
  text-decoration: none;
  font-size: .9em;
  text-transform: uppercase;
}

/* line 255, home.scss */
.align-right {
  text-align: right;
}

/* line 259, home.scss */
.assurance {
  margin: 20px 0;
}
/* line 261, home.scss */
.assurance .wrapper {
  display: inline-block;
}
/* line 263, home.scss */
.assurance .wrapper .inner-wrapper {
  float: left;
}
/* line 265, home.scss */
.assurance .wrapper .inner-wrapper img {
  float: left;
  margin-right: 10px;
}
/* line 269, home.scss */
.assurance .wrapper .inner-wrapper h5 {
  float: left;
  color: #231f20;
  margin-top: 10px;
  text-transform: uppercase;
}
/* line 275, home.scss */
.assurance .wrapper .inner-wrapper:first-of-type {
  margin-right: 25px;
}

/* line 282, home.scss */
.border-quote {
  position: relative;
  height: 1px;
  background-color: #e1e1e1;
  width: 60%;
  margin: 40px auto;
}

/* line 290, home.scss */
.blue-text {
  color: #1fa2ed;
  font-style: italic;
}

/* line 295, home.scss */
.btn, #header-container header #control-panel ul li a#sign-up {
  color: #FFF;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* line 305, home.scss */
.btn.standard, #header-container header #control-panel ul li a.standard#sign-up {
  padding: 13px 28px;
  text-align: center;
  font-weight: 700;
}

/* line 311, home.scss */
.btn.green, #header-container header #control-panel ul li a.green#sign-up {
  border: 2px solid #1ec279;
  background-color: #1ec279;
}

/* line 316, home.scss */
.btn.green:hover, #header-container header #control-panel ul li a.green#sign-up:hover {
  background-color: transparent;
  color: #1ec279;
}

/* line 321, home.scss */
.btn.blue, #header-container header #control-panel ul li a.blue#sign-up {
  border: 2px solid #1fa2ed;
  background-color: #1fa2ed;
}

/* line 326, home.scss */
.btn.blue:hover, #header-container header #control-panel ul li a.blue#sign-up:hover {
  background-color: transparent;
  color: #1fa2ed;
}

/* line 331, home.scss */
.check-list {
  list-style-type: none;
}
/* line 333, home.scss */
.check-list li {
  background: url("../imgs/check-bullet.png") no-repeat left top;
  padding-left: 40px;
  font-size: 1.05em;
}

/* line 340, home.scss */
.video-player, .video-player2, .gif {
  display: none;
}

/* line 344, home.scss */
.hide-overflow {
  overflow: hidden;
}
/* line 346, home.scss */
.hide-overflow .graphic {
  position: absolute;
}

/* line 351, home.scss */
.play-video-btn {
  display: inline-block;
  color: #FFF;
  margin-top: 90px;
  border: 2px solid;
  padding: 14px 24px 10px 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/* line 363, home.scss */
#play_video_button {
  width: 50px;
  height: 50px;
  padding-right: 10px;
}

/* line 369, home.scss */
.play-video-btn .text {
  letter-spacing: 1px;
  vertical-align: middle;
  font-size: 1.35em;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 1170px) {
  /* line 378, home.scss */
  video {
    max-width: none;
  }

  /* line 381, home.scss */
  #video_spacer {
    height: 0;
  }

  /* line 384, home.scss */
  #video_cover {
    top: 0;
    left: 0;
    width: 100%;
  }

  /* line 389, home.scss */
  #video_background {
    width: 100%;
    margin-left: -170px;
  }

  /* line 393, home.scss */
  #video_bg_container {
    margin: 0;
  }

  /* line 396, home.scss */
  h2 br {
    display: none;
  }
}
@media screen and (max-width: 635px) {
  /* line 402, home.scss */
  #video_bg_container {
    background: url("../imgs/cityscape.jpg") no-repeat center top;
    background-size: auto 100%;
  }

  /* line 406, home.scss */
  .play-video-btn {
    width: 100%;
  }

  /* line 411, home.scss */
  #video_cover .play-video-btn .text {
    width: auto;
    margin: 0;
  }
  /* line 416, home.scss */
  #video_cover #sales-video {
    margin-top: 130px;
  }

  /* line 421, home.scss */
  .open .play-video-btn {
    width: auto;
  }
}
/* line 427, home.scss */
.open {
  background: #0e5c8b url("../imgs/open-bg.jpg") no-repeat center top/cover !important;
}
/* line 429, home.scss */
.open .play-video-btn {
  display: inline-block;
  color: #FFF;
  border: 3px solid;
  padding: 14px 24px 10px 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
/* line 438, home.scss */
.open .play-video-btn .text {
  letter-spacing: 1px;
  vertical-align: middle;
  font-size: 1.35em;
  text-transform: none;
  padding-bottom: 3px;
  width: 280px;
  margin-top: 10px;
}
/* line 447, home.scss */
.open .play-video-btn img {
  float: left;
}
/* line 450, home.scss */
.open .play-video-btn #heavy {
  font-weight: 700;
}
/* line 453, home.scss */
.open .play-video-btn #light {
  font-weight: 100;
}
/* line 457, home.scss */
.open #play_video_text {
  color: #fff;
}

/* line 463, home.scss */
#cover #video .video-player {
  position: absolute;
  top: 115px;
  left: 50%;
  margin-left: -440px;
}
/* line 469, home.scss */
#cover #video #name {
  padding-top: 70px;
  font-size: 3em;
  color: #FFF;
  font-weight: 300;
  margin-bottom: 10px;
}
/* line 475, home.scss */
#cover #video #name .fat {
  font-weight: 700;
}
/* line 478, home.scss */
#cover #video #name .trademark {
  font-size: .3em;
  position: absolute;
}

/* line 485, home.scss */
#first-assurance.assurance {
  text-align: center;
  margin: 45px 0 20px;
}

/* line 490, home.scss */
#recognition {
  background-color: #f8f8f8;
  padding: 20px;
}
/* line 493, home.scss */
#recognition .inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 496, home.scss */
#recognition .inner .col-1-6 {
  text-align: center;
}
/* line 498, home.scss */
#recognition .inner .col-1-6 img {
  max-width: 90%;
  max-height: 40px;
}
/* line 502, home.scss */
#recognition .inner .col-1-6.push-down {
  padding-top: 10px;
}

/* line 509, home.scss */
#main-content {
  margin: 40px auto 20px;
  max-width: 1200px;
}
/* line 512, home.scss */
#main-content h2 {
  text-align: left;
}
/* line 515, home.scss */
#main-content #center-stage {
  position: relative;
  margin-top: 120px;
}
/* line 518, home.scss */
#main-content #center-stage #sidebar {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 523, home.scss */
#main-content #center-stage .gutter {
  margin-left: 70px;
}
/* line 525, home.scss */
#main-content #center-stage .gutter .row {
  padding: 5px;
}
/* line 528, home.scss */
#main-content #center-stage .gutter .row .col-50:first-of-type {
  padding-right: 100px;
}
/* line 530, home.scss */
#main-content #center-stage .gutter .row .col-50:first-of-type p {
  margin: 40px 0 30px;
}
/* line 534, home.scss */
#main-content #center-stage .gutter .row .col-50:last-of-type {
  padding-left: 100px;
}
/* line 540, home.scss */
#main-content #center-stage #LeadPages {
  height: 672px;
}
/* line 542, home.scss */
#main-content #center-stage #LeadPages #supported {
  margin-bottom: 30px;
}
/* line 544, home.scss */
#main-content #center-stage #LeadPages #supported .table {
  width: 80%;
}
/* line 546, home.scss */
#main-content #center-stage #LeadPages #supported .table img {
  float: left;
  margin-right: 10px;
  max-height: 24px;
}
/* line 551, home.scss */
#main-content #center-stage #LeadPages #supported .table p {
  float: left;
  margin: 0;
  color: #666;
}
/* line 558, home.scss */
#main-content #center-stage #LeadPages .graphic {
  margin-left: -111px;
  margin-top: -100px;
}
/* line 561, home.scss */
#main-content #center-stage #LeadPages .graphic img {
  max-width: 720px;
}
/* line 566, home.scss */
#main-content #center-stage #LeadBoxes {
  height: 578px;
}
/* line 568, home.scss */
#main-content #center-stage #LeadBoxes #leadbox-demo {
  color: #1fa2ed;
}
/* line 571, home.scss */
#main-content #center-stage #LeadBoxes .graphic {
  margin-left: -158px;
  margin-top: -145px;
}
/* line 576, home.scss */
#main-content #center-stage #LeadDigits {
  height: 610px;
}
/* line 578, home.scss */
#main-content #center-stage #LeadDigits .graphic {
  margin-left: -95px;
  margin-top: 0;
}
/* line 583, home.scss */
#main-content #center-stage #LeadLinks {
  height: 500px;
}
/* line 585, home.scss */
#main-content #center-stage #LeadLinks .graphic {
  margin-left: -165px;
  margin-top: -70px;
}

/* line 593, home.scss */
#template-preview {
  padding: 40px 0 20px;
  background-color: #f8f8f8;
  text-align: center;
}
/* line 597, home.scss */
#template-preview .inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 600, home.scss */
#template-preview .inner h4 {
  text-align: center;
}
/* line 603, home.scss */
#template-preview .inner img {
  max-width: 100%;
  max-height: 260px;
}
/* line 608, home.scss */
#template-preview #plus-more {
  display: inline-block;
  margin-top: 30px;
}

/* line 614, home.scss */
#landing-page-builder {
  padding: 60px 0 40px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 617, home.scss */
#landing-page-builder .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* line 621, home.scss */
#landing-page-builder .inner .btn, #landing-page-builder .inner #header-container header #control-panel ul li a#sign-up {
  margin-top: 25px;
}

/* line 627, home.scss */
#header-container header #control-panel ul li #landing-page-builder .inner a#sign-up {
  margin-top: 25px;
}

/* line 632, home.scss */
#landing-page-builder .inner .graphic {
  top: -10px;
  right: -130px;
}
/* line 636, home.scss */
#landing-page-builder .inner .check-list li {
  height: 75px;
}

/* line 641, home.scss */
#integration-intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
/* line 646, home.scss */
#integration-intro img {
  margin-top: 40px;
  max-width: 751px;
  width: 100%;
}

/* line 653, home.scss */
#integration {
  padding-top: 40px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  height: 626px;
}
/* line 659, home.scss */
#integration .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
/* line 663, home.scss */
#integration .inner p {
  width: 66%;
  margin: 20px auto;
}
/* line 667, home.scss */
#integration .inner .btn, #integration .inner #header-container header #control-panel ul li a#sign-up {
  margin: 30px 0 40px;
}

/* line 673, home.scss */
#header-container header #control-panel ul li #integration .inner a#sign-up {
  margin: 30px 0 40px;
}

/* line 677, home.scss */
#integration .inner #full-integration-list {
  position: absolute;
  width: 900px;
  height: 335px;
  bottom: -306px;
  left: 50%;
  margin-left: -450px;
  background-color: #FFF;
  padding: 30px;
  text-align: left;
}
/* line 687, home.scss */
#integration .inner #full-integration-list .check-list li {
  display: none;
  height: 45px;
}
/* line 691, home.scss */
#integration .inner #full-integration-list .border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: url("../imgs/stripes.png") repeat-x center center;
}

/* line 701, home.scss */
#split-testing .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
/* line 706, home.scss */
#split-testing .inner img {
  width: 100%;
}
/* line 709, home.scss */
#split-testing .inner .btn, #split-testing .inner #header-container header #control-panel ul li a#sign-up {
  margin-top: 40px;
}

/* line 714, home.scss */
#header-container header #control-panel ul li #split-testing .inner a#sign-up {
  margin-top: 40px;
}

/* line 718, home.scss */
#analytics {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e1e1e1;
}
/* line 721, home.scss */
#analytics .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
/* line 726, home.scss */
#analytics .inner .graphic {
  right: -152px;
  bottom: -6px;
}
/* line 730, home.scss */
#analytics .inner .btn, #analytics .inner #header-container header #control-panel ul li a#sign-up {
  margin-top: 40px;
}

/* line 736, home.scss */
#header-container header #control-panel ul li #analytics .inner a#sign-up {
  margin-top: 40px;
}

/* line 740, home.scss */
#more-reasons .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
/* line 745, home.scss */
#more-reasons .inner p {
  padding: 20px 0 40px;
}

/* line 750, home.scss */
#experts {
  background-color: #f8f8f8;
}
/* line 752, home.scss */
#experts .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
/* line 757, home.scss */
#experts .inner .border-quote #quote {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #f8f8f8;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 100px;
  color: #e1e1e1;
}
/* line 770, home.scss */
#experts .inner #large-text {
  font-size: 1.35em;
  font-weight: 300;
  color: #555;
  padding: 15px 100px 30px;
}
/* line 776, home.scss */
#experts .inner #lineup {
  text-align: center;
}
/* line 778, home.scss */
#experts .inner #lineup h5 {
  color: #1fa2ed;
  text-transform: uppercase;
  font-size: 1.05em;
  margin-bottom: 8px;
}
/* line 784, home.scss */
#experts .inner #lineup img {
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 270px;
}

/* line 793, home.scss */
#full-demo .inner {
  text-align: center;
  max-width: 900px;
  margin: 40px auto;
}
/* line 797, home.scss */
#full-demo .inner #video-container {
  margin: 20px auto 10px;
  max-width: 100%;
  height: 506px;
  width: 900px;
  background: url("../imgs/play-video.png") no-repeat center center;
}
/* line 803, home.scss */
#full-demo .inner #video-container #play-video2 {
  margin-top: 210px;
}
/* line 807, home.scss */
#full-demo .inner .video-player {
  margin: 15px 0;
}
/* line 810, home.scss */
#full-demo .inner #play-demo {
  margin-top: 230px;
}
/* line 813, home.scss */
#full-demo .inner .convert-btn {
  display: block;
  padding: 20px;
  background-color: #1ec279;
  border: 2px solid #1ec279;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
/* line 828, home.scss */
#full-demo .inner .convert-btn:hover {
  background-color: transparent;
  color: #1ec279;
}
/* line 833, home.scss */
#full-demo .inner #money-back {
  padding: 30px 0;
}
/* line 835, home.scss */
#full-demo .inner #money-back h3, #full-demo .inner #money-back #main-content h2 {
  color: #1fa2ed;
  text-align: left;
  margin-top: 40px;
}

/* line 843, home.scss */
#main-content #full-demo .inner #money-back h2 {
  color: #1fa2ed;
  text-align: left;
  margin-top: 40px;
}

/* line 850, home.scss */
#full-demo .inner #money-back p {
  margin: 25px 0;
  padding-right: 20px;
  text-align: left;
}
/* line 855, home.scss */
#full-demo .inner #money-back img {
  width: 100%;
}

/* line 860, home.scss */
#mentions .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
/* line 864, home.scss */
#mentions .inner .border-quote {
  width: 100%;
  margin: 40px auto 20px auto;
}
/* line 867, home.scss */
#mentions .inner .border-quote p {
  position: absolute;
  color: #1fa2ed;
  top: -13px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
/* line 880, home.scss */
#mentions .inner img {
  width: 100%;
  max-width: 219px;
}

/* line 886, home.scss */
#are-you-ready {
  background-color: #25364c;
  padding: 30px 0;
  margin-top: 30px;
}
/* line 890, home.scss */
#are-you-ready .inner {
  margin: 0 auto;
  max-width: 900px;
}
/* line 893, home.scss */
#are-you-ready .inner .heading {
  text-align: center;
  color: #FFF;
  font-size: 2.25em;
  font-weight: 300;
  margin-bottom: 30px;
}
/* line 900, home.scss */
#are-you-ready .inner .btn, #are-you-ready .inner #header-container header #control-panel ul li a#sign-up {
  width: 100%;
  text-transform: uppercase;
  padding: 25px 10px;
}

/* line 908, home.scss */
#header-container header #control-panel ul li #are-you-ready .inner a#sign-up {
  width: 100%;
  text-transform: uppercase;
  padding: 25px 10px;
}

/* line 914, home.scss */
#are-you-ready .inner .btn#not-yet {
  position: relative;
  color: #1fa2ed;
  font-size: .9em;
  border: 2px solid #1fa2ed;
  font-weight: 600;
  padding: 16px 25% 16px 10%;
}
/* line 921, home.scss */
#are-you-ready .inner .btn#not-yet:hover {
  background-color: #1fa2ed;
  color: #FFF;
}
/* line 925, home.scss */
#are-you-ready .inner .btn#not-yet span {
  position: absolute;
  top: 30px;
  right: 12%;
  font-size: 50px;
  font-weight: 300;
  line-height: 0;
}

/* line 935, home.scss */
#demo-video {
  cursor: pointer;
}

/* line 939, home.scss */
#by-the-numbers .inner {
  margin: 0 auto;
  max-width: 1200px;
}
/* line 942, home.scss */
#by-the-numbers .inner .row {
  text-align: center;
}
/* line 944, home.scss */
#by-the-numbers .inner .row .icon {
  font-size: 4em;
  color: #1fa2ed;
  margin-bottom: 15px;
}
/* line 949, home.scss */
#by-the-numbers .inner .row .number {
  font-weight: 800;
  color: #231f20;
  font-size: 2.45em;
}
/* line 954, home.scss */
#by-the-numbers .inner .row .label {
  font-weight: 300;
  font-size: 1.5em;
  color: #231f20;
}

/* Pricing homepage split test */
/* line 963, home.scss */
.pricing-area-top {
  padding: 110px 10px 5px;
  background: #0e5c8b url("/assets/imgs/banner.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 970, home.scss */
.pricing-area-top .inner {
  margin: 0 auto;
  max-width: 1000px;
}
/* line 974, home.scss */
.pricing-area-top h1 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}
/* line 980, home.scss */
.pricing-area-top h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

/* line 988, home.scss */
.blue-banner {
  max-width: 800px;
  margin: 40px auto;
  padding: 18px;
  background: rgba(0, 0, 0, 0.45);
}
/* line 993, home.scss */
.blue-banner h6 {
  margin-bottom: 6px;
  font-weight: 900;
  font-size: 18px;
  color: #FFF;
}
/* line 999, home.scss */
.blue-banner p {
  font-size: 17px;
  color: #FFF;
}
/* line 1003, home.scss */
.blue-banner .btn {
  padding: 12px 16px;
  display: block;
  text-align: center;
}
/* line 1007, home.scss */
.blue-banner .btn i {
  font-size: 24px;
}

/* line 1013, home.scss */
.video-player {
  position: relative;
  padding-bottom: 53.25%;
  padding-top: 25px;
  height: 0;
}
/* line 1018, home.scss */
.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1027, home.scss */
.video-wrapper {
  max-width: 895px;
  margin: 0 auto;
  padding: 0 10px;
}

/* line 1034, home.scss */
.pricing-area-bottom {
  padding: 30px 10px;
  text-align: center;
}
/* line 1037, home.scss */
.pricing-area-bottom .inner {
  margin: 0 auto;
  max-width: 1000px;
}
/* line 82, partials/_grid.scss */
.pricing-area-bottom .row > div[class*="col-"] {
  padding: 0 11px;
}
/* line 84, partials/_grid.scss */
.pricing-area-bottom .row > div[class*="col-"]:first-of-type {
  padding-left: 0;
  padding-right: 22px;
}
/* line 88, partials/_grid.scss */
.pricing-area-bottom .row > div[class*="col-"]:last-of-type {
  padding-right: 0;
  padding-left: 22px;
}
/* line 1044, home.scss */
.pricing-area-bottom .tab {
  margin-top: 40px;
  color: #FFF;
  height: 95px;
  font-size: 28px;
  font-weight: 900;
  padding-top: 14px;
  background: #25364c;
}
/* line 1052, home.scss */
.pricing-area-bottom .tab p {
  color: #FFF;
  margin-top: 4px;
  line-height: 1.2em;
}
/* line 1058, home.scss */
.pricing-area-bottom .box {
  border: 1px solid #E1E1E1;
  border-top: none;
}
/* line 1061, home.scss */
.pricing-area-bottom .box .btn {
  display: block;
  width: 80%;
  margin: 30px auto;
  padding: 15px 10px;
  font-size: 14px;
}
/* line 1069, home.scss */
.pricing-area-bottom .popular {
  background-color: #00a968;
  height: 40px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  padding-top: 11px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
/* line 1080, home.scss */
.pricing-area-bottom .accent .tab {
  margin-top: 0;
  background: #1ec279;
  font-size: 34px;
  padding-top: 10px;
}
/* line 1086, home.scss */
.pricing-area-bottom .accent .box {
  border: 2px solid #1ec279;
  border-top: none;
}
/* line 1090, home.scss */
.pricing-area-bottom .accent .price {
  color: #1ec279;
}
/* line 1094, home.scss */
.pricing-area-bottom ul {
  list-style-type: none;
}
/* line 1096, home.scss */
.pricing-area-bottom ul li {
  padding: 18px 0;
  border-top: 1px solid #E1E1E1;
}
/* line 1101, home.scss */
.pricing-area-bottom h3 {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 700;
}
/* line 1108, home.scss */
.pricing-area-bottom .price {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #afafaf;
  font-weight: 700;
  margin-top: 20px;
  font-size: 64px;
  color: #231f20;
  padding: 0 8px;
}
/* line 1117, home.scss */
.pricing-area-bottom .price .dollar {
  position: absolute;
  top: 0;
  left: -12px;
  font-size: 30px;
  font-weight: 300;
}
/* line 1124, home.scss */
.pricing-area-bottom .price .monthly {
  position: absolute;
  bottom: 10px;
  right: -37px;
  font-size: 20px;
  font-weight: 300;
}
/* line 1132, home.scss */
.pricing-area-bottom p {
  font-weight: 700;
  margin-top: 8px;
  color: #afafaf;
  font-size: 14px;
}
/* line 1138, home.scss */
.pricing-area-bottom .features-list {
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #231f20;
  font-weight: 700;
  margin-top: 25px;
}
/* line 1148, home.scss */
.pricing-area-bottom .features-list .fa {
  color: #1fa2ed;
  margin-left: 10px;
}

@keyframes pulse {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1.15, 1.15);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8, 0.8);
  }
  50% {
    -webkit-transform: scale(1.15, 1.15);
  }
  100% {
    -webkit-transform: scale(0.8, 0.8);
  }
}
@media screen and (max-width: 900px) {
  /* line 1182, home.scss */
  #video_spacer {
    height: 0;
  }

  /* line 1188, home.scss */
  #get-LP-now {
    font-size: 1.2em;
    width: 500px;
    margin-left: -250px;
  }

  /* line 1193, home.scss */
  #video_cover #get-LP-now {
    font-size: 1.2em;
    width: 500px;
    margin: 0;
  }

  /* line 1198, home.scss */
  #video_cover #video {
    padding-top: 60px;
  }

  /* line 1201, home.scss */
  #video_cover #name {
    font-size: 2em;
  }

  /* line 1204, home.scss */
  #landing-page-builder {
    padding: 20px;
  }

  /* line 1207, home.scss */
  #integration-intro {
    padding: 20px;
  }

  /* line 1210, home.scss */
  #integration {
    height: auto;
  }

  /* line 1213, home.scss */
  #integration .inner #full-integration-list {
    position: relative;
    height: initial;
    bottom: initial;
    left: initial;
    margin: 20px auto 0 auto;
    width: 100%;
    padding: 30px;
  }

  /* line 1222, home.scss */
  #integration .inner #full-integration-list .check-list li {
    display: block;
  }

  /* line 1225, home.scss */
  #split-testing .inner {
    padding: 20px;
  }

  /* line 1228, home.scss */
  #split-testing .inner img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  /* line 1233, home.scss */
  #split-testing .inner img.gif {
    display: none;
  }

  /* line 1236, home.scss */
  #split-testing .inner .align-right {
    text-align: center;
    margin-top: 20px;
  }

  /* line 1240, home.scss */
  #analytics .inner {
    padding: 20px;
    text-align: center;
  }

  /* line 1244, home.scss */
  #analytics .inner img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  /* line 1249, home.scss */
  #analytics .inner img.gif {
    display: none;
  }

  /* line 1252, home.scss */
  #main-content {
    text-align: center;
  }

  /* line 1255, home.scss */
  #main-content #center-stage {
    margin-top: 20px;
  }

  /* line 1258, home.scss */
  #main-content #center-stage #sidebar {
    display: none;
  }

  /* line 1261, home.scss */
  #main-content #center-stage .gutter {
    margin: 10px !important;
  }

  /* line 1264, home.scss */
  #main-content #center-stage .gutter #LeadPages {
    height: auto;
  }

  /* line 1267, home.scss */
  #main-content #center-stage .gutter #LeadPages #supported .table {
    width: 100%;
  }

  /* line 1270, home.scss */
  #main-content #center-stage .gutter #LeadBoxes {
    height: auto;
  }

  /* line 1273, home.scss */
  #main-content #center-stage .gutter #LeadBoxes img {
    margin-left: -10%;
  }

  /* line 1276, home.scss */
  #main-content #center-stage .gutter #LeadLinks {
    height: auto;
  }

  /* line 1279, home.scss */
  #main-content #center-stage .gutter #LeadLinks img {
    margin-left: -10%;
  }

  /* line 1282, home.scss */
  #main-content #center-stage .gutter #LeadDigits {
    height: auto;
  }

  /* line 1285, home.scss */
  #main-content h2 {
    text-align: center !important;
  }

  /* line 1288, home.scss */
  #template-preview .inner .row [class*='col-25'] {
    width: 50%;
    padding: 10px;
  }

  /* line 1292, home.scss */
  .inner {
    padding: 20px;
  }

  /* line 1295, home.scss */
  .hide-overflow .row [class*='col-'] {
    width: 100% !important;
    padding: 0 !important;
  }

  /* line 1299, home.scss */
  .hide-overflow .graphic {
    position: relative;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    bottom: initial !important;
    margin: 20px 0 !important;
  }

  /* line 1307, home.scss */
  .hide-overflow .graphic img {
    width: 50%;
    margin: 20px auto 0;
    display: block;
  }

  /* line 1312, home.scss */
  .hide-overflow .graphic img.gif {
    display: none;
  }
}
@media screen and (max-width: 635px) {
  /* line 1319, home.scss */
  .video-wrapper {
    margin-top: 100px;
  }
  /* line 1321, home.scss */
  .video-wrapper .video-player {
    padding-bottom: 50%;
  }

  /* line 1326, home.scss */
  #video_cover .video-wrapper {
    margin-top: 0;
  }

  /* line 1330, home.scss */
  #video_background {
    display: none;
  }

  /* line 1333, home.scss */
  #get-LP-now {
    font-size: .9em;
    width: 80%;
    margin-left: 10%;
    left: initial;
  }

  /* line 1340, home.scss */
  #video_cover #video {
    padding-top: 0;
  }
  /* line 1343, home.scss */
  #video_cover #get-LP-now {
    width: 80%;
    font-size: .9em;
    margin: 0 10%;
  }
  /* line 1348, home.scss */
  #video_cover #name {
    font-size: 22px;
  }
  /* line 1351, home.scss */
  #video_cover #collect_text {
    padding: 20px 0;
    font-size: 30px;
  }

  /* line 1356, home.scss */
  #recognition .inner {
    padding: 0;
  }

  /* line 1359, home.scss */
  #recognition .inner .row [class*='col-'] {
    width: 100%;
    padding: 10px;
  }

  /* line 1363, home.scss */
  #recognition .inner .row .push-down {
    padding: inherit;
  }

  /* line 1366, home.scss */
  #by-the-numbers .row [class*='col-'] {
    width: 100%;
    padding: 10px;
  }

  /* line 1370, home.scss */
  #integration .inner #full-integration-list .row [class*='col-'] {
    width: 100%;
    padding: 0;
  }

  /* line 1374, home.scss */
  #template-preview .inner .row [class*='col-25'] {
    width: 100%;
  }

  /* line 1377, home.scss */
  #integration-intro img {
    width: 100%;
  }

  /* line 1380, home.scss */
  #landing-page-builder .inner {
    padding: 0;
  }

  /* line 1383, home.scss */
  #split-testing .inner img {
    width: 100%;
  }

  /* line 1386, home.scss */
  #analytics .inner img {
    width: 100%;
  }

  /* line 1389, home.scss */
  #more-reasons {
    padding: 20px;
  }

  /* line 1392, home.scss */
  #more-reasons .inner {
    padding: 0;
  }

  /* line 1395, home.scss */
  #more-reasons .inner .row [class*='col-'] {
    width: 100%;
    padding: 10px;
  }

  /* line 1399, home.scss */
  #are-you-ready .inner .row [class*='col-'] {
    width: 100%;
    padding: 10px;
  }

  /* line 1403, home.scss */
  #experts .inner #large-text {
    padding: 10px 40px 20px;
  }

  /* line 1406, home.scss */
  #experts .inner .row [class*='col-'] {
    width: 100%;
    padding: 10px;
  }

  /* line 1410, home.scss */
  #full-demo .inner #money-back {
    padding: 0;
  }

  /* line 1413, home.scss */
  #full-demo .inner #money-back h3, #full-demo .inner #money-back #main-content h2, #main-content #full-demo .inner #money-back h2 {
    margin-top: 10px;
    text-align: center;
  }

  /* line 1417, home.scss */
  #full-demo .inner #money-back .row [class*='col-'] {
    width: 100%;
    padding: 10px;
  }

  /* line 1421, home.scss */
  #mentions .inner .row [class*='col-'] {
    width: 100%;
    padding: 10px;
  }

  /* line 1425, home.scss */
  .assurance .wrapper .inner-wrapper {
    float: none;
    margin: 4px 0;
    display: inline-block;
  }

  /* line 1430, home.scss */
  .assurance .wrapper .inner-wrapper:first-of-type {
    margin-right: inherit;
  }

  /* line 1433, home.scss */
  .hide-overflow .graphic img {
    width: 100%;
  }
}
@media screen and (max-width: 930px) {
  /* line 82, partials/_grid.scss */
  .pricing-area-bottom .row > div[class*="col-"] {
    padding: 0 0;
  }
  /* line 84, partials/_grid.scss */
  .pricing-area-bottom .row > div[class*="col-"]:first-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 88, partials/_grid.scss */
  .pricing-area-bottom .row > div[class*="col-"]:last-of-type {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 1445, home.scss */
  .pricing-area-bottom .col-33 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 1449, home.scss */
  .pricing-area-bottom .features-list {
    width: 100%;
  }
  /* line 1452, home.scss */
  .pricing-area-bottom .tab {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  /* line 1460, home.scss */
  .blue-banner {
    text-align: center;
  }
  /* line 82, partials/_grid.scss */
  .blue-banner .row > div[class*="col-"] {
    padding: 0 0;
  }
  /* line 84, partials/_grid.scss */
  .blue-banner .row > div[class*="col-"]:first-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 88, partials/_grid.scss */
  .blue-banner .row > div[class*="col-"]:last-of-type {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 1465, home.scss */
  .blue-banner .col-75, .blue-banner .col-25 {
    width: 100%;
  }
  /* line 1468, home.scss */
  .blue-banner p {
    margin-bottom: 20px;
  }
  /* line 1471, home.scss */
  .blue-banner i {
    display: none;
  }
}
/****************** IE8 fixes ***********************/
/* line 1481, home.scss */
html.ie8 header {
  display: none;
}
/* line 1484, home.scss */
html.ie8 #cover {
  padding-top: 0px;
}
/* line 1487, home.scss */
html.ie8 #ie8-cover {
  background-color: #0e5c8b;
  background-image: url("../imgs/cityscape.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 650px;
  z-index: -999;
  left: 0px;
}
/* line 1498, home.scss */
html.ie8 #ie8-cover h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3em;
}
/* line 1503, home.scss */
html.ie8 #ie8-cover h2 {
  color: #fff;
  font-size: 2em;
  padding-top: 30px;
}
