* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* better box model, yo */
.row {
  margin-right: 0;
  margin-left: 0;
}
.ibfix {
  /* fix inline-block issue for ie & moz */

  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.backfacefix {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/* ===============================
$Global Variables
=============================== */
/* --------------------------
Background Variables
-------------------------- */
/* --------------------------
Button Style Variables
-------------------------- */
/* --------------------------
Typographic Variables
-------------------------- */
/* ===============================
$Typography
=============================== */
body {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 16px;
}
h1,
h2,
h3 {
  font-family: 'Varela', arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1.4em;
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h6 {
  line-height: 1em;
}
.h_xxl {
  font-size: 3em;
}
.h_xl {
  font-size: 2.4em;
}
.h_lg {
  font-size: 1.8em;
}
.h_md {
  font-size: 1.4em;
}
.h_sm {
  font-size: 1.1em;
}
.h_xs {
  font-size: .9em;
}
.h_xxs {
  font-size: .75em;
}
.p_base {
  font-size: 1em;
}
.text_light {
  font-weight: 100;
}
.text_norm {
  font-weight: 300;
}
.text_bold {
  font-weight: 500;
}
.text_heavy {
  font-weight: 700;
}
blockquote,
h5,
h6,
iframe,
label,
p,
pre,
address,
td,
th,
ul,
ol,
dl,
dd,
hr,
table {
  margin: 0;
}
small {
  margin-top: 0;
}
p {
  color: #4a4040;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 18px;
}
/* --------------------------
Temp Code (For Demo Only, DO NOT PULL INTO PROD)
-------------------------- */
body {
  background: #f5f4f4;
}
a {
  color: #549adc;
}
a,
.btn,
button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.underline {
  text-decoration: underline;
}
.disabled {
  pointer-events: none;
  cursor: default;
}
.block {
  display: block;
}
.row {
  margin: 0;
}
.container {
  padding: 0;
}
.pad-left {
  padding-right: 30%;
}
.pad-right {
  padding-left: 30%;
}
.img-responsive {
  margin: 0 auto;
}
.img-rotate1 {
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
.img-rotate2 {
  -webkit-transform: rotate(1.4deg);
  -moz-transform: rotate(1.4deg);
  -o-transform: rotate(1.4deg);
  transform: rotate(1.4deg);
}
.img-rotate3 {
  -webkit-transform: rotate(-2.3deg);
  -moz-transform: rotate(-2.3deg);
  -o-transform: rotate(-2.3deg);
  transform: rotate(-2.3deg);
}
.btn-table-contents {
  background-color: #f0f0f0;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0));
  /* Konqueror */

  background-image: -moz-linear-gradient(#fafafa, #f0f0f0);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#fafafa, #f0f0f0);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f0f0f0));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#fafafa, #f0f0f0);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#fafafa, #f0f0f0);
  /* Opera 11.10 */

  background-image: -ms-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
  /* IE10+ */

  background-image: linear-gradient(#fafafa, #f0f0f0);
  /* the standard */

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 10px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9999;
  border: 1px solid #aaa;
  outline: none;
}
.btn-table-contents > span {
  font-size: .75em;
  padding-right: 10px;
  line-height: 1em;
  color: #666;
}
.padding {
  padding-top: 60px;
}
.masthead {
  min-height: 400px;
  position: relative;
}
.logo-large {
  width: 400px;
  height: 405px;
  margin: 0 auto;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.logo-small {
  width: 150px;
  height: 30px;
}
.branding {
  width: 425px;
  position: absolute;
  left: 50%;
  margin: -35px 0 0 -212px;
  color: #a4a3a3;
}
.version {
  color: #aaa;
  opacity: .7;
  line-height: 3.5em;
}
.intro {
  background: #d51c29;
  color: #fff;
  padding: 50px 0;
}
.intro h2 {
  width: 100%;
  margin: 0 auto;
  max-width: 650px;
}
.email-sig {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: .9em;
  font-family: arial, sans-serif;
}
.email-sig em {
  color: #605757;
}
.email-sig a {
  color: #1264c0;
}
.module p,
.module h4,
.qa,
.wifi,
.list {
  width: 100%;
  max-width: 750px;
}
.qa,
.wifi,
.list,
.list-numbered,
.team-info,
.module-expenses {
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
}
.qa > li {
  margin: 15px 0;
  font-size: .9em;
  overflow: auto;
}
.qa > li {
  padding: 0;
}
.qa .col-md-3 {
  padding: 0;
}
.qa .col-md-9 {
  padding: 0;
}
.avatar {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.wifi > li {
  padding: 0;
  margin-bottom: 20px;
}
.wifi label {
  font-size: .9em;
  /* fix inline-block issue for ie & moz */

  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: normal;
  background: #e0e0e0;
  padding: 6px 12px;
  margin-bottom: 10px;
}
.list {
  font-size: .9em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.list > li {
  padding-left: 0;
}
.list-numbered > li {
  font-size: .9em;
  text-align: center;
  padding: 0;
  margin: 25px 0 0 0;
}
.list-numbered > li p {
  padding: 0 15px;
}
.list-numbered .number {
  /* fix inline-block issue for ie & moz */

  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 1.4em;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #ff0000;
  color: #fff;
}
.list-numbered {
  width: 100%;
  max-width: 850px;
}
.team-info {
  width: 100%;
  max-width: 850px;
  margin-top: 30px !important;
}
.team-info p {
  font-size: .9em;
}
.team-info .col-sm-6 {
  margin: 20px 0 !important;
}
.team-info .img-responsive {
  margin: 0 auto;
}
.img-team {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  position: relative;
}
.col-sm-6 {
  position: relative;
}
.img-back {
  position: absolute;
  top: 0;
  left: 30px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.module-expenses {
  font-size: .9em;
  width: 100%;
  max-width: 850px;
}
.module-expenses h3 {
  margin-bottom: 40px;
}
.fin {
  background: #272121;
}
.fin p {
  color: #e0e0e0;
}
.section-head {
  color: #6e1b1b;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.module {
  padding: 30px 0;
  position: relative;
}
.module-default {
  background: #f5f4f4;
}
.module-white {
  background: #ffffff;
}
.module-hr {
  background: #c4edff;
}
.module-hr h3 {
  color: #317593;
}
.module-premium {
  background: #ffdf65;
  min-height: 280px;
}
.module-premium h3 {
  color: #4c4119;
}
.module-started {
  background: #edffc4;
}
.module-started h3 {
  color: #759331;
}
.module-started img {
  margin: 0 auto;
}
.fin h3 {
  color: #fafafa;
}
.module h4 {
  margin: 0 auto;
}
.module h4 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: -12px;
  color: #d51c29;
  font-weight: 300;
}
.img-right {
  position: absolute;
  right: 10%;
  bottom: -50px;
  z-index: 100;
}
.img-left {
  position: absolute;
  left: 10%;
  bottom: -50px;
  z-index: 100;
}
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-default {
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  border: 1px solid #ccc;
  color: #595353;
}
.btn-inverse {
  background-color: #3b3b3b;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#555555), to(#3b3b3b));
  /* Konqueror */

  background-image: -moz-linear-gradient(#555555, #3b3b3b);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#555555, #3b3b3b);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #3b3b3b));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#555555, #3b3b3b);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#555555, #3b3b3b);
  /* Opera 11.10 */

  background-image: -ms-linear-gradient(top, #555555 0%, #3b3b3b 100%);
  /* IE10+ */

  background-image: linear-gradient(#555555, #3b3b3b);
  /* the standard */

  -webkit-box-shadow: inset 0 1px 0 #6e6e6e;
  -moz-box-shadow: inset 0 1px 0 #6e6e6e;
  box-shadow: inset 0 1px 0 #6e6e6e;
  border: 1px solid #3b3b3b;
}
.btn-inverse:hover {
  background-color: #434343;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#626262), to(#434343));
  /* Konqueror */

  background-image: -moz-linear-gradient(#626262, #434343);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#626262, #434343);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #626262), color-stop(100%, #434343));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#626262, #434343);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#626262, #434343);
  /* Opera 11.10 */

  background-image: -ms-linear-gradient(top, #626262 0%, #434343 100%);
  /* IE10+ */

  background-image: linear-gradient(#626262, #434343);
  /* the standard */

}
.btn-inverse,
.btn-inverse:hover {
  -webkit-box-shadow: inset 0 1px 0 #6e6e6e;
  -moz-box-shadow: inset 0 1px 0 #6e6e6e;
  box-shadow: inset 0 1px 0 #6e6e6e;
  border: 1px solid #434343;
  color: #f2f2f2;
}
.btn-action,
.btn-action:hover {
  color: #fff;
}
.btn-action {
  background-color: #c21025;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ec1932), to(#c21025));
  /* Konqueror */

  background-image: -moz-linear-gradient(#ec1932, #c21025);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#ec1932, #c21025);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec1932), color-stop(100%, #c21025));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#ec1932, #c21025);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#ec1932, #c21025);
  /* Opera 11.10 */

  background-image: -ms-linear-gradient(top, #ec1932 0%, #c21025 100%);
  /* IE10+ */

  background-image: linear-gradient(#ec1932, #c21025);
  /* the standard */

  -webkit-box-shadow: inset 0 1px 0 #f0495c;
  -moz-box-shadow: inset 0 1px 0 #f0495c;
  box-shadow: inset 0 1px 0 #f0495c;
  border: 1px solid #ab0e20;
}
.btn-action:hover {
  background-color: #d51228;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee3147), to(#d51228));
  /* Konqueror */

  background-image: -moz-linear-gradient(#ee3147, #d51228);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#ee3147, #d51228);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee3147), color-stop(100%, #d51228));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#ee3147, #d51228);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#ee3147, #d51228);
  /* Opera 11.10 */

  background-image: -ms-linear-gradient(top, #ee3147 0%, #d51228 100%);
  /* IE10+ */

  background-image: linear-gradient(#ee3147, #d51228);
  /* the standard */

  -webkit-box-shadow: inset 0 1px 0 #f26071;
  -moz-box-shadow: inset 0 1px 0 #f26071;
  box-shadow: inset 0 1px 0 #f26071;
  border: 1px solid #c21025;
}
/* General styles for all menus */
.cbp-spmenu {
  background: #280808;
  position: fixed;
}
.cbp-spmenu h3 {
  color: #fafafa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #280808;
}
.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: .8em;
  font-weight: 300;
  text-decoration: none;
}
.cbp-spmenu a:hover {
  background: #d71818;
}
.cbp-spmenu a:active {
  background: #f54747;
  color: #fff;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}
.cbp-spmenu-vertical a {
  border-bottom: 1px solid #400e0e;
  padding: 1em;
}
.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}
.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px;
}
.cbp-spmenu-right {
  right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px;
}
.cbp-spmenu-bottom {
  bottom: -150px;
}
.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}
/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu-push-toright {
  left: 240px;
}
.cbp-spmenu-push-toleft {
  left: -240px;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}
@media (min-width: 320px) and (max-width: 769px) {
  .row {
    padding: 30px 20px;
  }
}
@media (max-width: 1190px) {
  .img-right {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .pad-left {
    text-align: center;
    padding: 0 15px;
    padding-bottom: 150px;
  }
  .img-right {
    max-width: 300px;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
  }
  .pad-right {
    text-align: center;
    padding: 0 15px;
    padding-bottom: 150px;
  }
  .img-left {
    max-width: 300px;
    margin: 0 auto;
    right: 50%;
    margin-right: -150px;
  }
  .module-feature {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .logo-large {
    width: 283px;
    height: 57px;
  }
  .branding {
    width: 300px;
    margin-left: -150px;
  }
  .qa {
    padding: 30px 0;
  }
  .qa > li {
    margin-bottom: 25px;
  }
  .qa > li img {
    margin: 0 auto;
  }
  .section-head {
    font-size: 1.6em;
  }
  p {
    font-size: 1.1em;
  }
}
