@font-face {
  font-family: "ProximaNova-Light";
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Light.woff") format("woff"),
    url("../fonts/ProximaNova-Light.ttf") format("truetype"),
    url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
    url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-bold.eot");
  src: url("../fonts/ProximaNova-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-bold.woff") format("woff"),
    url("../fonts/ProximaNova-bold.ttf") format("truetype"),
    url("../fonts/ProximaNova-bold.svg#ProximaNova-bold") format("svg");
  font-weight: bold;
  font-style: bold;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 16px;
  color: #3e3e3b;
  line-height: 1.2em;
}

h1 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: bold;
  color: #d73a31;
  font-size: 36px;
  line-height: 1.2em;
  margin: 40px 0 10px;
}

h2 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: bold;
  color: #d73a31;
  font-size: 30px;
  line-height: 1.2em;
  margin: 20px 0 5px;
}

h3 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: bold;
  color: #ebeced;
  font-size: 20px;
  line-height: 1.2em;
  margin: 10px 0 5px;
}

h4 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: normal;
  color: #4c586f;
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
}

h5 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: normal;
  color: #4c586f;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
}

h6 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: normal;
  color: #4c586f;
  font-size: 8px;
  line-height: 1em;
  margin: 0;
}

p {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

a {
  color: #a2aab0;
  text-decoration: none;
  transition: 100ms;
  cursor: pointer;
}

a:hover {
  color: #ebeced;
  text-decoration: underline;
  transition: 100ms;
}

strong {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: bold;
}

ul {
  color: #ffffff;
}

.float.left {
  float: left;
}

.float.right {
  float: right;
}

.clearfix::after {
  clear: both;
  content: "";
  visibility: hidden;
  display: block;
  zoom: 1;
}

.large {
  font-size: 1.2em;
}

.red {
  color: #ff0000;
}

.hide[class][class][class][class][class] {
  display: none;
}

.animateHide[class][class][class][class][class],
.animate-hide[class][class][class][class][class] {
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
  transition: 1s;
}

.error {
  margin-bottom: 15px;
  color: red;
  display: block;
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
  font-style: italic;
}

.bodyWidth,
.body-width {
  width: 960px;
  margin: 0 auto;
}

/* Tiny Carousel */
.body-slider {
  overflow: hidden;
  padding: 0 0 10px;
  margin-top: 20px;
}
.body-slider .viewport {
  float: left;
  width: 435px;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-left: 40px;
}
.body-slider .buttons {
  display: none;
  margin: 150px 5px 0 0;
  float: left;
  width: 35px;
  height: 35px;
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 22px;
}
.body-slider .next {
  margin: 150px 0 0 5px;
}
.body-slider .disable {
  visibility: hidden;
}
.body-slider .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 435px;
  left: 0;
  top: 0;
}
.body-slider .overview > li {
  float: left;
  margin: 0 24px 0 0;
  padding: 1px;
  height: 350px;
  width: 435px;
}
.body-slider ul.body-ul > li {
  margin-left: -20px;
}
.body-slider ul.bullets {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  text-align: center;
}
.body-slider ul.bullets li {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
}
.body-slider ul.bullets li a.active {
  color: #d73a31 !important;
}
.body-slider ul.bullets li a:focus {
  outline: none;
}
.body-slider ul.bullets li .play::after {
  content: "\25BA";
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 12px;
  font-style: initial;
  line-height: 2em;
  vertical-align: top;
  margin-top: 3px;
}
.body-slider ul.bullets li .pause::after {
  content: "\2590\A0\258C";
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 12px;
  font-style: initial;
  line-height: 2em;
  vertical-align: top;
  margin-top: 3px;
}

/* Layout */
.topBarCont {
  background-color: #3e3e3b;
  border-bottom: 1px solid #4c586f;
  padding: 5px 0 4px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-height: 50px;
  transition: 250ms;
}
.topBarCont ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-align: right;
  margin-top: 12px;
}
.topBarCont li {
  display: inline-block;
  margin-left: 20px;
  padding: 0;
}
.topBarCont a {
  color: #ffffff;
  text-decoration: none;
}
.topBarCont a:hover {
  color: #ebeced;
}
.topBarCont .topLogo {
  vertical-align: top;
  display: inline-block;
}
.topBarCont .topLogo img {
  height: 40px;
}
.topBarCont nav {
  float: right;
  vertical-align: top;
}

.headerCont {
  width: 100%;
  background-color: #e4d0a8;
  border-bottom: 5px solid #59311b;
  overflow: hidden;
}

#iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-section {
  background: #ebeced;
  border: 1px solid #cbc5c1;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 426px) {
  .cc-section .row {
    flex-direction: column;
  }

  .customer-fields--card-details,
  .cc-section .address-row,
  .customer-fields--card-details .row {
    flex-direction: row;
    flex: 0 1 auto !important;
  }
}

.forgotPassword {
  margin-top: 10px;
  display: inline-block;
}

.recurly-hosted-field {
  position: relative;
  width: 100%;
  height: 42px;
  border: 2px solid #c2c2c2;
  background: transparent;
  padding: 0.5rem;
  margin: 0 0 1rem;
  outline: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  color: #c2c2c2;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.recurly-hosted-field-focus {
  border-color: #2c0730;
  color: #2c0730;
  z-index: 10;
}

.slide .slide-content .content .toggle-content {
  max-height: 500px;
  transition: 500ms;
}

.expand-section::after {
  content: " +";
  text-decoration: none;
}

.expand-section.toggle-open {
  color: #d73a31 !important;
  font-weight: bold;
}
.expand-section.toggle-open::after {
  content: " -";
}

ul > li > ul > li {
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 2px 0 4px;
}

ul > li > ul > li:last-child {
  margin-bottom: 15px !important;
}

ul.bullets > li {
  vertical-align: top;
}

/* Dashboard */
.dashboard p {
  color: #3e3e3b;
}
.dashboard .topImage {
  background-image: url("/media/images/building-modified-bg.jpg");
  height: 350px;
  vertical-align: text-bottom;
  margin-top: 50px;
  overflow: hidden;
}
.dashboard .topImage h1 {
  margin: 290px 0 0;
}
.dashboard .modules {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  justify-content: flex-start;
  /* align items in Main Axis */
  align-items: stretch;
  /* align items in Cross Axis */
  align-content: stretch;
  /* Extra space in Cross Axis */
  flex-wrap: wrap;
}
.dashboard .modules a {
  text-align: center;
  padding: 20px;
  margin: 0 10px 20px;
  background-color: #a2aab0;
  border: 5px solid #4c586f;
  transition: 150ms;
  flex: 1;
  min-width: 300px;
}
.dashboard .modules a img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 20px;
}
.dashboard .modules a h4 {
  color: #d73a31;
  font-size: 40px;
}
.dashboard .modules a:hover {
  border-color: #a2aab0;
  background-color: #cbc5c1;
  transition: 250ms;
  text-decoration: none;
}
.dashboard .scroller {
  overflow: auto;
  width: 100vw;
  height: 100vw;
  display: block;
}
.dashboard .footer {
  border-top: 1px solid #3e3e3b;
  font-size: 14px;
  color: #3e3e3b;
  position: fixed;
  bottom: 0px;
  left: 50%;
  margin-left: -480px;
  padding: 7px 0 5px;
  background: rgba(255, 255, 255, 0.8);
}

/* Page.php */
#iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 40px;
}

.navCont {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #3e3e3b;
  position: fixed;
  left: 0;
  background: #3e3e3b;
}
.navCont .nav .logo {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 15px;
  position: relative;
  left: 0;
  width: 175px;
  display: inline-block;
}
.navCont .nav .logo img {
  width: 160px;
  height: 32px;
}
.navCont .nav .menu {
  vertical-align: top;
  display: inline-block;
}
.navCont .nav .menuUl {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.navCont .nav .menuItem {
  display: inline-block;
  cursor: pointer;
}
.navCont .nav .menuItem a {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  color: #ebeced;
  text-decoration: none;
  padding: 11px 15px 10px;
  display: block;
  font-weight: bold;
}
.navCont .nav .menuItem a:hover {
  color: #ebeced;
  background-color: #d73a31;
}
.navCont .nav .menuItem a.active {
  color: #ebeced;
  background-color: #4c586f;
}

/* Header CSS */
#home .slide-title {
  display: none;
}
#home .content {
  flex-direction: column;
  align-self: flex-start;
}
#home .logo {
  margin: 20px 0 18px;
  display: inline-block;
  width: 220px;
}

#home .logo img {
  width: 100%;
}

#home ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-align: right;
  margin-top: 40px;
}
#home li {
  display: inline-block;
  margin-left: 20px;
  padding: 0;
}
#home a {
  color: #ffffff;
  text-decoration: none;
}
#home a:hover {
  color: #cbc5c1;
}
#home nav {
  float: right;
  vertical-align: top;
}
#home nav .btn a {
  margin-top: -10px;
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  transition: 500ms;
  font-weight: bold;
}
#home nav .btn a:hover {
  background-color: #bc4039;
  color: #fff;
  transition: 250ms;
}
#home h1 {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
#home .main-cta {
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 35vh;
  padding: 20px 30px;
}
#home .cta {
  text-align: center;
  margin-top: 20px;
}
#home .cta a {
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  transition: 500ms;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #ebeced;
  display: inline-block;
}
#home .cta a:hover {
  background-color: #bc4039;
  color: #fff;
  transition: 250ms;
}

#getting-started {
  padding: 200px 0 140px;
}
#getting-started .content {
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.85);
}
#getting-started h3 {
  color: #3e3e3b;
  margin-bottom: 15px;
}
#getting-started ul {
  color: #4c586f;
}
#getting-started ul > li {
  margin-bottom: 9px;
}
#getting-started li > a {
  color: #4c586f;
  text-decoration: none;
}
#getting-started li > a:hover {
  color: #4c586f;
}
#getting-started p {
  color: #3e3e3b;
}
#getting-started .cta {
  text-align: center;
  margin-top: 40px;
}
#getting-started .cta a {
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  transition: 500ms;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #ebeced;
}
#getting-started .cta a:hover {
  background-color: #bc4039;
  color: #fff;
  transition: 250ms;
}

/* Medical CSS */
#medical {
  padding: 75px 0 150px;
}
#medical h2 {
  margin: 0 0 -10px 40px;
}
#medical h3 {
  color: #3e3e3b;
  margin-bottom: 5px;
}
#medical a {
  color: #3e3e3b;
  text-decoration: none;
}
#medical a:hover {
  color: #5a5a59;
}
#medical p {
  color: #3e3e3b;
  margin-bottom: 0px;
  margin-top: 5px;
  letter-spacing: -0.3px;
}
#medical ul > li {
  color: #3e3e3b;
  line-height: 1em;
  margin-bottom: 14px;
}
#medical .slide-bg {
  bottom: 0;
}
#medical .cta {
  text-align: center;
  margin-top: -20px;
}
#medical .cta a {
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  transition: 500ms;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #ebeced;
  display: inline-block;
}
#medical .cta a:hover {
  background-color: #bc4039;
  color: #fff;
  transition: 250ms;
}
#medical .viewport {
  height: 220px;
}

/* Legal CSS */
#legal {
  padding: 150px 0;
}
#legal h2 {
  margin: 0 0 -10px 40px;
}
#legal h3 {
  margin-bottom: 5px;
}
#legal a {
  color: #cbc5c1;
  text-decoration: none;
}
#legal a:hover {
  color: #ebeced;
}
#legal ul > li {
  color: #ebeced;
  line-height: 1em;
  margin-bottom: 14px;
}
#legal .cta {
  text-align: center;
  margin-top: -20px;
}
#legal .cta a {
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  transition: 500ms;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #ebeced;
  display: inline-block;
}
#legal .cta a:hover {
  background-color: #bc4039;
  color: #fff;
  transition: 250ms;
}
#legal .viewport {
  height: 220px;
}

#footer .slide-content {
  min-height: 400px;
}
#footer .slide-title,
#footer .contact-info {
  display: none;
}
#footer .terms-privacy {
  margin-bottom: -5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4c586f;
}
#footer .terms-privacy a {
  color: #d73a31;
}
#footer .terms-privacy a:hover {
  color: #bc4039;
  transition: 250ms;
}
#footer .copyright p {
  font-size: 0.8em;
}

/*# sourceMappingURL=main.css.map */

/*PRICING TABLE*/
#wrapper {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #wrapper {
    width: 1100px;
    margin: 0 auto;
  }
}
#wrapper #pricing-tables {
  font-family: "Abel", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #wrapper #pricing-tables {
    flex-direction: row;
  }
}
#wrapper #pricing-tables .pricing-table {
  max-width: 300px;
  width: 100%;
  margin: 15px 0;
}
@media screen and (min-width: 1024px) {
  #wrapper #pricing-tables .pricing-table {
    margin: 0;
  }
}
#wrapper #pricing-tables .pricing-table .header .title {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  background: #e4e4e4;
  color: #000;
  font-size: 16px;
}
#wrapper #pricing-tables .pricing-table .header .price {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  background: #f6f6f6;
  color: #000;
  font-size: 28px;
  font-weight: 300;
}
#wrapper #pricing-tables .pricing-table .header .price span {
  font-size: 14px;
  vertical-align: super;
}
#wrapper #pricing-tables .pricing-table .features {
  background: #fff;
}
#wrapper #pricing-tables .pricing-table .features ul {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
#wrapper #pricing-tables .pricing-table .features ul li {
  padding: 8px 5px;
  text-align: center;
}
#wrapper #pricing-tables .pricing-table .features ul li span {
  color: #999;
}
#wrapper #pricing-tables .pricing-table .signup {
  background: #fff;
  padding: 2px 0 25px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#wrapper #pricing-tables .pricing-table .signup a {
  width: auto;
  margin: 0 auto;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  color: #fc4445;
  border: 1px solid #fc4445;
  transition: all 0.2s ease;
}
#wrapper #pricing-tables .pricing-table .signup a:hover {
  color: #fff;
  background: #fc4445;
}
#wrapper #pricing-tables .pricing-table.featured .header .title {
  background: #fc4445;
  color: #fff;
}
#wrapper #pricing-tables .pricing-table.featured .signup a {
  background: #fc4445;
  color: #fff;
}
#wrapper #pricing-tables .pricing-table.featured .signup a:hover {
  color: #fc4445;
  background: #fff;
}

#wrapper #pricing-tables .features-column {
  width: 1814px;
  max-width: 100%;
}

#wrapper #pricing-tables .features-column .features ul li {
  color: black;
  font-size: 13px;
  text-align: left;
  height: 51px;
  padding-left: 20px;
}

#wrapper #pricing-tables .pricing-table .features ul li svg {
  height: 20px;
  max-width: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#wrapper #pricing-tables {
  align-items: start;
}

.plan-result {
  background-color: floralwhite;
  padding: 10px 16px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: small;
}

.plan-result h4 {
  font-size: medium;
  font-weight: bolder;
}

.plan-result > h4 {
  margin-top: 0;
}

.plan-result *,
.pricing-text * {
  color: black;
}

.small-asterisk {
  width: 10px;
  height: 10px;
}

.dark-text {
  color: #3e3e3b;
}

.pricing-table .header .title {
  height: 68px;
}

#registerForm .field-terms {
  margin-bottom: 20px;
}

#registerForm .field-terms #terms {
  color: #bc4039;
  font-weight: bold;
}

#registerForm p {
  margin: 0;
}

#registerForm br {
  display: none;
}

#registerForm h1,
#registerForm h2,
#registerForm h3,
#registerForm h4 {
  color: #3e3e3b;
}

#registerForm > h4:first-child {
  margin-top: 0;
}

#modal-heading-1 {
  margin-bottom: 10px;
  font-size: 22px;
  text-align: left;
}

select.plan {
  width: 100%;
}

.termsContainer {
  position: fixed;
  z-index: 9999;
  top: 0;
  background: white;
  height: 100%;
  overflow: auto;
  left: 0;
  width: 100%;
  padding: 5%;
}

.termsContainer .closeBtn {
  position: fixed;
  top: 0;
  right: 0;
  border: 0;
  font-weight: bold;
  font-size: large;
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  color: white;
}

.termsContainer > h1:first-child {
  margin-top: 0;
}

.termsContainer > h1,
.termsContainer > h2 {
  font-size: large;
}

.termsContainer ul {
  color: #5a5a59;
}

.termsContainer .acceptBtn {
  bottom: 0;
  left: 0;
  border: 0;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  font-size: large;
  color: white;
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
}

.signup.in .modal-header {
  position: fixed;
  right: 0;
  z-index: 9;
}

.signup.in .modal-header .close {
  position: fixed;
  background-color: #d73a31;
  border-radius: 3px;
  color: white;
  font-size: large;
  padding: 10px;
  right: 0;
  top: 0;
  opacity: 1;
}

@font-face {
  font-family: "ProximaNova-Light";
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Light.woff") format("woff"),
    url("../fonts/ProximaNova-Light.ttf") format("truetype"),
    url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
    url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-bold.eot");
  src: url("../fonts/ProximaNova-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-bold.woff") format("woff"),
    url("../fonts/ProximaNova-bold.ttf") format("truetype"),
    url("../fonts/ProximaNova-bold.svg#ProximaNova-bold") format("svg");
  font-weight: bold;
  font-style: bold;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 16px;
  color: #3e3e3b;
  line-height: 1.2em;
}

h1 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: bold;
  color: #d73a31;
  font-size: 36px;
  line-height: 1.2em;
  margin: 40px 0 10px;
}

h2 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: bold;
  color: #d73a31;
  font-size: 30px;
  line-height: 1.2em;
  margin: 20px 0 5px;
}

.price h2 {
  color: #d73a31 !important;
  margin-bottom: 20px;
}

h3 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: bold;
  color: #ebeced;
  font-size: 20px;
  line-height: 1.2em;
  margin: 10px 0 5px;
}

h4 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: normal;
  color: #4c586f;
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
}

h5 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: normal;
  color: #4c586f;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
}

h6 {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: normal;
  color: #4c586f;
  font-size: 8px;
  line-height: 1em;
  margin: 0;
}

p {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

a {
  color: #a2aab0;
  text-decoration: none;
  transition: 100ms;
  cursor: pointer;
}

a:hover {
  color: #ebeced;
  text-decoration: underline;
  transition: 100ms;
}

strong {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-weight: bold;
}

ul {
  color: #ffffff;
}

.float.left {
  float: left;
}

.float.right {
  float: right;
}

.clearfix::after {
  clear: both;
  content: "";
  visibility: hidden;
  display: block;
  zoom: 1;
}

.large {
  font-size: 1.2em;
}

.red {
  color: #ff0000;
}

.hide[class][class][class][class][class] {
  display: none;
}

.animateHide[class][class][class][class][class],
.animate-hide[class][class][class][class][class] {
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
  transition: 1s;
}

.error {
  margin-bottom: 15px;
  color: red;
  display: block;
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
  font-style: italic;
}

.bodyWidth,
.body-width {
  width: 960px;
  margin: 0 auto;
}

/* Tiny Carousel */
.body-slider {
  overflow: hidden;
  padding: 0 0 10px;
  margin-top: 20px;
}
.body-slider .viewport {
  float: left;
  width: 435px;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-left: 40px;
}
.body-slider .buttons {
  display: none;
  margin: 150px 5px 0 0;
  float: left;
  width: 35px;
  height: 35px;
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 22px;
}
.body-slider .next {
  margin: 150px 0 0 5px;
}
.body-slider .disable {
  visibility: hidden;
}
.body-slider .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 435px;
  left: 0;
  top: 0;
}
.body-slider .overview > li {
  float: left;
  margin: 0 24px 0 0;
  padding: 1px;
  height: 350px;
  width: 435px;
}
.body-slider ul.body-ul > li {
  margin-left: -20px;
}
.body-slider ul.bullets {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  text-align: center;
}
.body-slider ul.bullets li {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
}
.body-slider ul.bullets li a.active {
  color: #d73a31 !important;
}
.body-slider ul.bullets li a:focus {
  outline: none;
}
.body-slider ul.bullets li .play::after {
  content: "\25BA";
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 12px;
  font-style: initial;
  line-height: 2em;
  vertical-align: top;
  margin-top: 3px;
}
.body-slider ul.bullets li .pause::after {
  content: "\2590\A0\258C";
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 12px;
  font-style: initial;
  line-height: 2em;
  vertical-align: top;
  margin-top: 3px;
}

/* Layout */
.topBarCont {
  background-color: #3e3e3b;
  border-bottom: 1px solid #4c586f;
  padding: 5px 0 4px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-height: 50px;
  transition: 250ms;
}
.topBarCont ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-align: right;
  margin-top: 12px;
}
.topBarCont li {
  display: inline-block;
  margin-left: 20px;
  padding: 0;
}
.topBarCont a {
  color: #ffffff;
  text-decoration: none;
}
.topBarCont a:hover {
  color: #ebeced;
}
.topBarCont .topLogo {
  vertical-align: top;
  display: inline-block;
}
.topBarCont .topLogo img {
  height: 40px;
}
.topBarCont nav {
  float: right;
  vertical-align: top;
}

.headerCont {
  width: 100%;
  background-color: #e4d0a8;
  border-bottom: 5px solid #59311b;
  overflow: hidden;
}

#iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-section {
  background: #ebeced;
  border: 1px solid #cbc5c1;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 426px) {
  .cc-section .row {
    flex-direction: column;
  }

  .customer-fields--card-details,
  .cc-section .address-row,
  .customer-fields--card-details .row {
    flex-direction: row;
    flex: 0 1 auto !important;
  }
}

.forgotPassword {
  margin-top: 10px;
  display: inline-block;
}

.recurly-hosted-field {
  position: relative;
  width: 100%;
  height: 42px;
  border: 2px solid #c2c2c2;
  background: transparent;
  padding: 0.5rem;
  margin: 0 0 1rem;
  outline: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  color: #c2c2c2;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.recurly-hosted-field-focus {
  border-color: #2c0730;
  color: #2c0730;
  z-index: 10;
}

.slide .slide-content .content .toggle-content {
  max-height: 500px;
  transition: 500ms;
}

.expand-section::after {
  content: " +";
  text-decoration: none;
}

.expand-section.toggle-open {
  color: #d73a31 !important;
  font-weight: bold;
}
.expand-section.toggle-open::after {
  content: " -";
}

ul > li > ul > li {
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 2px 0 4px;
}

ul > li > ul > li:last-child {
  margin-bottom: 15px !important;
}

ul.bullets > li {
  vertical-align: top;
}

/* Dashboard */
.dashboard p {
  color: #3e3e3b;
}
.dashboard .topImage {
  background-image: url("/media/images/building-modified-bg.jpg");
  height: 350px;
  vertical-align: text-bottom;
  margin-top: 50px;
  overflow: hidden;
}
.dashboard .topImage h1 {
  margin: 290px 0 0;
}
.dashboard .modules {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  justify-content: flex-start;
  /* align items in Main Axis */
  align-items: stretch;
  /* align items in Cross Axis */
  align-content: stretch;
  /* Extra space in Cross Axis */
  flex-wrap: wrap;
}
.dashboard .modules a {
  text-align: center;
  padding: 20px;
  margin: 0 10px 20px;
  background-color: #a2aab0;
  border: 5px solid #4c586f;
  transition: 150ms;
  flex: 1;
  min-width: 300px;
}
.dashboard .modules a img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 20px;
}
.dashboard .modules a h4 {
  color: #d73a31;
  font-size: 40px;
}
.dashboard .modules a:hover {
  border-color: #a2aab0;
  background-color: #cbc5c1;
  transition: 250ms;
  text-decoration: none;
}
.dashboard .scroller {
  overflow: auto;
  width: 100vw;
  height: 100vw;
  display: block;
}
.dashboard .footer {
  border-top: 1px solid #3e3e3b;
  font-size: 14px;
  color: #3e3e3b;
  position: fixed;
  bottom: 0px;
  left: 50%;
  margin-left: -480px;
  padding: 7px 0 5px;
  background: rgba(255, 255, 255, 0.8);
}

/* Page.php */
#iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 40px;
}

.navCont {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #3e3e3b;
  position: fixed;
  left: 0;
  background: #3e3e3b;
}
.navCont .nav .logo {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 15px;
  position: relative;
  left: 0;
  width: 175px;
  display: inline-block;
}
.navCont .nav .logo img {
  width: 160px;
  height: 32px;
}
.navCont .nav .menu {
  vertical-align: top;
  display: inline-block;
}
.navCont .nav .menuUl {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.navCont .nav .menuItem {
  display: inline-block;
  cursor: pointer;
}
.navCont .nav .menuItem a {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  color: #ebeced;
  text-decoration: none;
  padding: 11px 15px 10px;
  display: block;
  font-weight: bold;
}
.navCont .nav .menuItem a:hover {
  color: #ebeced;
  background-color: #d73a31;
}
.navCont .nav .menuItem a.active {
  color: #ebeced;
  background-color: #4c586f;
}

/* Header CSS */
#home .slide-title {
  display: none;
}
#home .content {
  flex-direction: column;
  align-self: flex-start;
}
#home .logo {
  margin: 20px 0 18px;
  display: inline-block;
  width: 220px;
}

#home .logo img {
  width: 100%;
}

#home ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-align: right;
  margin-top: 40px;
}
#home li {
  display: inline-block;
  margin-left: 20px;
  padding: 0;
}
#home a {
  color: #ffffff;
  text-decoration: none;
}
#home a:hover {
  color: #cbc5c1;
}
#home nav {
  float: right;
  vertical-align: top;
}
#home nav .btn a {
  margin-top: -10px;
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  transition: 500ms;
  font-weight: bold;
}
#home nav .btn a:hover {
  background-color: #bc4039;
  color: #fff;
  transition: 250ms;
}
#home h1 {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
#home .main-cta {
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 35vh;
  padding: 20px 30px;
}
#home .cta {
  text-align: center;
  margin-top: 20px;
}
#home .cta a {
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  transition: 500ms;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #ebeced;
  display: inline-block;
}
#home .cta a:hover {
  background-color: #bc4039;
  color: #fff;
  transition: 250ms;
}

#getting-started {
  padding: 200px 0 140px;
}
#getting-started .content {
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.85);
}
#getting-started h3 {
  color: #3e3e3b;
  margin-bottom: 15px;
}
#getting-started ul {
  color: #4c586f;
}
#getting-started ul > li {
  margin-bottom: 9px;
}
#getting-started li > a {
  color: #4c586f;
  text-decoration: none;
}
#getting-started li > a:hover {
  color: #4c586f;
}
#getting-started p {
  color: #3e3e3b;
}
#getting-started .cta {
  text-align: center;
  margin-top: 40px;
}
#getting-started .cta a {
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  transition: 500ms;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #ebeced;
}
#getting-started .cta a:hover {
  background-color: #bc4039;
  color: #fff;
  transition: 250ms;
}

/* Medical CSS */
#medical {
  padding: 75px 0 150px;
}
#medical h2 {
  margin: 0 0 -10px 40px;
}
#medical h3 {
  color: #3e3e3b;
  margin-bottom: 5px;
}
#medical a {
  color: #3e3e3b;
  text-decoration: none;
}
#medical a:hover {
  color: #5a5a59;
}
#medical p {
  color: #3e3e3b;
  margin-bottom: 0px;
  margin-top: 5px;
  letter-spacing: -0.3px;
}
#medical ul > li {
  color: #3e3e3b;
  line-height: 1em;
  margin-bottom: 14px;
}
#medical .slide-bg {
  bottom: 0;
}
#medical .cta {
  text-align: center;
  margin-top: -20px;
}
#medical .cta a {
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  transition: 500ms;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #ebeced;
  display: inline-block;
}
#medical .cta a:hover {
  background-color: #bc4039;
  color: #fff;
  transition: 250ms;
}
#medical .viewport {
  height: 220px;
}

/* Legal CSS */
#legal {
  padding: 150px 0;
}
#legal h2 {
  margin: 0 0 -10px 40px;
}
#legal h3 {
  margin-bottom: 5px;
}
#legal a {
  color: #cbc5c1;
  text-decoration: none;
}
#legal a:hover {
  color: #ebeced;
}
#legal ul > li {
  color: #ebeced;
  line-height: 1em;
  margin-bottom: 14px;
}
#legal .cta {
  text-align: center;
  margin-top: -20px;
}
#legal .cta a {
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  transition: 500ms;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #ebeced;
  display: inline-block;
}
#legal .cta a:hover {
  background-color: #bc4039;
  color: #fff;
  transition: 250ms;
}
#legal .viewport {
  height: 220px;
}

#footer .slide-content {
  min-height: 400px;
}
#footer .slide-title,
#footer .contact-info {
  display: none;
}
#footer .terms-privacy {
  margin-bottom: -5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4c586f;
}
#footer .terms-privacy a {
  color: #d73a31;
}
#footer .terms-privacy a:hover {
  color: #bc4039;
  transition: 250ms;
}
#footer .copyright p {
  font-size: 0.8em;
}

/*# sourceMappingURL=main.css.map */

/*PRICING TABLE*/
#wrapper {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #wrapper {
    width: 1100px;
    margin: 0 auto;
  }
}
#wrapper #pricing-tables {
  font-family: "Abel", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  #wrapper #pricing-tables {
    flex-direction: row;
  }
}
#wrapper #pricing-tables .pricing-table {
  max-width: 300px;
  width: 100%;
  margin: 15px 0;
}
@media screen and (min-width: 1024px) {
  #wrapper #pricing-tables .pricing-table {
    margin: 0;
  }
}
#wrapper #pricing-tables .pricing-table .header .title {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  background: #e4e4e4;
  color: #000;
  font-size: 16px;
}
#wrapper #pricing-tables .pricing-table .header .price {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  background: #f6f6f6;
  color: #000;
  font-size: 28px;
  font-weight: 300;
}
#wrapper #pricing-tables .pricing-table .header .price span {
  font-size: 14px;
  vertical-align: super;
}
#wrapper #pricing-tables .pricing-table .features {
  background: #fff;
}
#wrapper #pricing-tables .pricing-table .features ul {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
#wrapper #pricing-tables .pricing-table .features ul li {
  padding: 8px 5px;
  text-align: center;
}
#wrapper #pricing-tables .pricing-table .features ul li span {
  color: #999;
}
#wrapper #pricing-tables .pricing-table .signup {
  background: #fff;
  padding: 2px 0 25px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#wrapper #pricing-tables .pricing-table .signup a {
  width: auto;
  margin: 0 auto;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  color: #fc4445;
  border: 1px solid #fc4445;
  transition: all 0.2s ease;
}
#wrapper #pricing-tables .pricing-table .signup a:hover {
  color: #fff;
  background: #fc4445;
}
#wrapper #pricing-tables .pricing-table.featured .header .title {
  background: #fc4445;
  color: #fff;
}
#wrapper #pricing-tables .pricing-table.featured .signup a {
  background: #fc4445;
  color: #fff;
}
#wrapper #pricing-tables .pricing-table.featured .signup a:hover {
  color: #fc4445;
  background: #fff;
}

#wrapper #pricing-tables .features-column {
  width: 1814px;
  max-width: 100%;
}

#wrapper #pricing-tables .features-column .features ul li {
  color: black;
  font-size: 13px;
  text-align: left;
  height: 51px;
  padding-left: 20px;
}

#wrapper #pricing-tables .pricing-table .features ul li svg {
  height: 20px;
  max-width: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#wrapper #pricing-tables {
  align-items: start;
}

.plan-result {
  background-color: floralwhite;
  padding: 10px 16px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: small;
}

.plan-result h4 {
  font-size: medium;
  font-weight: bolder;
}

.plan-result > h4 {
  margin-top: 0;
}

.plan-result *,
.pricing-text * {
  color: black;
}

.small-asterisk {
  width: 10px;
  height: 10px;
}

.dark-text {
  color: #3e3e3b;
}

.pricing-table .header .title {
  height: 68px;
}

#registerForm .field-terms {
  margin-bottom: 20px;
}

#registerForm .field-terms #terms,
#registerForm .field-terms #baa {
  color: #bc4039;
  font-weight: bold;
}

#registerForm p {
  margin: 0;
}

#registerForm br {
  display: none;
}

#registerForm h1,
#registerForm h2,
#registerForm h3,
#registerForm h4 {
  color: #3e3e3b;
}

#registerForm > h4:first-child {
  margin-top: 0;
}

#modal-heading-1 {
  margin-bottom: 10px;
  font-size: 22px;
  text-align: left;
}

select.plan {
  width: 100%;
}

.termsContainer {
  position: fixed;
  z-index: 9999;
  top: 0;
  background: white;
  height: 100%;
  overflow: auto;
  left: 0;
  width: 100%;
  padding: 5%;
}

.termsContainer .closeBtn {
  position: fixed;
  top: 0;
  right: 0;
  border: 0;
  font-weight: bold;
  font-size: large;
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
  color: white;
}

.termsContainer > h1:first-child {
  margin-top: 0;
}

.termsContainer > h1,
.termsContainer > h2 {
  font-size: large;
}

.termsContainer ul {
  color: #5a5a59;
}

.termsContainer .acceptBtn {
  bottom: 0;
  left: 0;
  border: 0;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  font-size: large;
  color: white;
  padding: 8px 14px 10px;
  background-color: #d73a31;
  border-radius: 3px;
}

.signup.in .modal-header {
  position: fixed;
  right: 0;
  z-index: 9;
}

.signup.in .modal-header .close {
  position: fixed;
  background-color: #d73a31;
  border-radius: 3px;
  color: white;
  font-size: large;
  padding: 10px;
  right: 0;
  top: 0;
  opacity: 1;
}

/* #menu-main-menu > li:last-child {
  display: none;
} */

.fusion-text a,
.modal-body a {
  color: red !important;
  font-weight: bold !important;
}

.fusion-modal h5 {
  color: rgb(78, 78, 78) !important;
}

.fusion-modal h3 {
  font-family: "ProximaNova-Regular", Arial, sans-serif !important;
}
