/* line 3, ../sass/lib/_mini-event-calendar.scss */
.mini-cal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Verdana, sans-serif;
  padding-bottom: 1.2em;
  background: #fff;
  color: #3a3a3a;
}

/* line 14, ../sass/lib/_mini-event-calendar.scss */
#calTitle {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.12em;
  text-align: center;
  padding: .4em 1em;
  padding-top: 0.8em;
}

/* line 25, ../sass/lib/_mini-event-calendar.scss */
#calTitle button {
  outline: 0;
  display: block;
  border: .1em solid #ddd;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 37, ../sass/lib/_mini-event-calendar.scss */
#calTitle button svg {
  width: 30px;
  height: 30px;
}

/* line 42, ../sass/lib/_mini-event-calendar.scss */
#calTitle button:hover {
  background: #9DC12B;
}

/* line 46, ../sass/lib/_mini-event-calendar.scss */
#calTbody,
#calThead {
  display: flex;
  flex-wrap: wrap;
  padding: 0.1em;
}

/* line 53, ../sass/lib/_mini-event-calendar.scss */
#calThead {
  color: #969696;
  margin-top: .4em;
  align-items: center;
  text-align: center;
  font-size: 0.88em;
}

/* line 61, ../sass/lib/_mini-event-calendar.scss */
#calTbody .a-date,
#calThead > div {
  box-sizing: border-box;
  flex: 1;
  min-width: calc(100% / 7);
  max-width: calc(100% / 7);
  width: calc(100% / 7);
  text-align: center;
  padding: 0;
}

/* line 72, ../sass/lib/_mini-event-calendar.scss */
#calThead > div {
  font-size: 1.1em;
  padding: 0.2em 0.2em;
}

/* line 77, ../sass/lib/_mini-event-calendar.scss */
#calTbody {
  color: #8e8e8e;
}

/* line 81, ../sass/lib/_mini-event-calendar.scss */
#calTbody .a-date > span {
  display: block;
  font-size: 1em;
}

/* line 86, ../sass/lib/_mini-event-calendar.scss */
#calTbody .a-date {
  cursor: default;
  padding: 0;
  position: relative;
  background-color: transparent;
  color: inherit;
  padding: 1em;
  border: .1em solid transparent;
  outline: 0;
  font-size: .9em;
  line-height: 1em;
}

/* line 99, ../sass/lib/_mini-event-calendar.scss */
#calTbody .a-date.blurred {
  opacity: .5;
  pointer-events: none;
}

/* line 104, ../sass/lib/_mini-event-calendar.scss */
#calTbody .a-date.event:before {
  content: '';
  position: absolute;
  top: .2em;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #9DC12B;
  width: .3em;
  height: .3em;
  border-radius: 50%;
}

/* line 117, ../sass/lib/_mini-event-calendar.scss */
#calTbody .a-date.current {
  border-color: #9DC12B;
  outline: 0;
  outline: 0;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}

/* line 124, ../sass/lib/_mini-event-calendar.scss */
#calTbody .a-date.focused,
#calTbody .a-date:active {
  background: #3f4042;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}

/* line 130, ../sass/lib/_mini-event-calendar.scss */
#calTbody .a-date.current.event.focused {
  background-color: #9DC12B;
  color: #000;
}

/* line 135, ../sass/lib/_mini-event-calendar.scss */
#calTFooter {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
  padding: 0 1em;
  margin-top: 0.5em;
}

/* line 145, ../sass/lib/_mini-event-calendar.scss */
#calTFooter #calLink {
  font-size: 12px;
  display: inline-block;
  padding: 5px 15px;
  flex-shrink: 0;
  text-decoration: none;
  color: #9DC12B;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}

/* line 155, ../sass/lib/_mini-event-calendar.scss */
#calTFooter #calLink:hover {
  background-color: #9DC12B;
  color: #FFF;
}

/* line 160, ../sass/lib/_mini-event-calendar.scss */
#calTFooter #eventTitle {
  margin: 0;
  margin-right: .1em;
  font-weight: 400;
  font-size: .95em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*
    Common 
*/
/* line 5, ../sass/afrehealth/_jquery.steps.scss */
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* line 12, ../sass/afrehealth/_jquery.steps.scss */
.wizard a,
.tabcontrol a {
  outline: 0;
}

/* line 17, ../sass/afrehealth/_jquery.steps.scss */
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/* line 24, ../sass/afrehealth/_jquery.steps.scss */
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* Accessibility */
/* line 31, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

/* line 37, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/
/* line 49, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 55, ../sass/afrehealth/_jquery.steps.scss */
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

/* line 61, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .steps .number {
  font-size: 1.429em;
}

/* line 65, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .steps > ul > li {
  width: 25%;
}

/* line 69, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

/* line 74, ../sass/afrehealth/_jquery.steps.scss */
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

/* line 79, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 93, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}

/* line 101, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}

/* line 109, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}

/* line 116, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

/* line 123, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 137, ../sass/afrehealth/_jquery.steps.scss */
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

/* line 144, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

/* line 152, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .content > .body ul {
  list-style: disc !important;
}

/* line 156, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .content > .body ul > li {
  display: list-item;
}

/* line 160, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

/* line 166, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

/* line 171, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}

/* line 175, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

/* line 181, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .content > .body label {
  display: inline-block;
}

/* line 186, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

/* line 192, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

/* line 199, ../sass/afrehealth/_jquery.steps.scss */
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

/* line 206, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

/* line 211, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

/* line 215, ../sass/afrehealth/_jquery.steps.scss */
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

/* line 219, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 233, ../sass/afrehealth/_jquery.steps.scss */
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

/*
    Tabcontrol
*/
/* line 250, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 256, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

/* line 263, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 276, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

/* line 282, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

/* line 290, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

/* line 299, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

/* line 303, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

/* line 307, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

/* line 317, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

/* line 325, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

/* line 329, ../sass/afrehealth/_jquery.steps.scss */
.tabcontrol > .content > .body ul > li {
  display: list-item;
}

/* line 1, ../sass/afrehealth/_header.scss */
.header {
  padding-top: 20px;
}
/* line 5, ../sass/afrehealth/_header.scss */
.header .search_input {
  border: 1px solid #E7E7E7;
  margin-left: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 12, ../sass/afrehealth/_header.scss */
.header .search_input input {
  outline: none;
}
/* line 16, ../sass/afrehealth/_header.scss */
.header .search_input input::-moz-placeholder,
.header .search_input input::placeholder {
  color: #D0D1D1;
}
/* line 21, ../sass/afrehealth/_header.scss */
.header .search_input i {
  color: #D0D1D1;
}
/* line 27, ../sass/afrehealth/_header.scss */
.header .navbar-nav li {
  margin: 10px;
}
/* line 30, ../sass/afrehealth/_header.scss */
.header .navbar-nav li a {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #494949;
  padding: 20px 40px;
}
/* line 37, ../sass/afrehealth/_header.scss */
.header .navbar-nav li a.current, .header .navbar-nav li a.section {
  border-bottom: solid 1px #9DC12B;
  color: #9DC12B;
}
/* line 43, ../sass/afrehealth/_header.scss */
.header .navbar-nav li a.nav-btn {
  background-color: #9DC12B;
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 50, ../sass/afrehealth/_header.scss */
.header .navbar-nav li a.nav-btn:hover {
  background-color: rgba(93, 118, 13, 0.689);
}

/* line 60, ../sass/afrehealth/_header.scss */
.subpage-header {
  background-color: #1A1F22;
  color: #fff;
  padding: 50px 0px;
}
/* line 65, ../sass/afrehealth/_header.scss */
.subpage-header h1 {
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
/* line 72, ../sass/afrehealth/_header.scss */
.subpage-header .subtitle {
  color: #9DC12B;
  font-size: 16px;
  font-weight: 500;
}
/* line 78, ../sass/afrehealth/_header.scss */
.subpage-header p {
  color: #D0D1D1;
  font-size: 18px;
  line-height: 34px;
  padding-right: 20px;
}

/* line 1, ../sass/afrehealth/_form-wizard.scss */
.wizard > .steps > ul {
  margin-left: -0.5em;
  margin-right: -0.5em;
  display: flex;
}

/* line 7, ../sass/afrehealth/_form-wizard.scss */
.wizard > .steps > ul li {
  float: none;
  display: block;
  width: auto;
}

/* line 13, ../sass/afrehealth/_form-wizard.scss */
.wizard > .steps > ul li .title {
  display: none;
  margin-left: 10px;
}

@media (min-width: 768px) {
  /* line 19, ../sass/afrehealth/_form-wizard.scss */
  .wizard > .steps > ul li .title {
    display: block;
  }
}
/* line 24, ../sass/afrehealth/_form-wizard.scss */
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  color: #adb5bd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

@media (min-width: 1200px) {
  /* line 36, ../sass/afrehealth/_form-wizard.scss */
  .wizard > .steps a,
  .wizard > .steps a:hover,
  .wizard > .steps a:active {
    justify-content: flex-start;
  }
}
/* line 43, ../sass/afrehealth/_form-wizard.scss */
.wizard > .steps a .number,
.wizard > .steps a:hover .number,
.wizard > .steps a:active .number {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #adb5bd;
  border-radius: 50px;
}

/* line 56, ../sass/afrehealth/_form-wizard.scss */
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background-color: #e9ecef;
}

/* line 62, ../sass/afrehealth/_form-wizard.scss */
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background-color: #9cc12b;
}

/* line 68, ../sass/afrehealth/_form-wizard.scss */
.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
  border-color: #fff;
}

/* line 74, ../sass/afrehealth/_form-wizard.scss */
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background-color: #1caf9a;
}

/* line 80, ../sass/afrehealth/_form-wizard.scss */
.wizard > .steps .done a .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
  border-color: #fff;
}

/* line 86, ../sass/afrehealth/_form-wizard.scss */
.wizard > .content {
  background-color: #e9ecef;
  margin: 0.5em 0;
  min-height: 150px;
  border-radius: 3px;
}

/* line 93, ../sass/afrehealth/_form-wizard.scss */
.wizard > .content > .body {
  float: none;
  position: static;
  width: auto;
  height: auto;
  padding: 30px;
}

/* line 101, ../sass/afrehealth/_form-wizard.scss */
.wizard > .content > .body input.parsley-error {
  border-color: #dc3545;
}

/* line 105, ../sass/afrehealth/_form-wizard.scss */
.wizard > .content > .body input.parsley-error + ul {
  list-style: none !important;
}

/* line 109, ../sass/afrehealth/_form-wizard.scss */
.wizard > .actions {
  padding-top: 0.5em;
}

/* line 113, ../sass/afrehealth/_form-wizard.scss */
.wizard > .actions > ul {
  margin-left: -0.5em;
  margin-right: -0.5em;
  display: flex;
  justify-content: space-between;
}

/* line 120, ../sass/afrehealth/_form-wizard.scss */
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background-color: #9cc12b;
  padding: 9px 20px;
  line-height: 1.6;
  border-radius: 3px;
}

/* line 129, ../sass/afrehealth/_form-wizard.scss */
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background-color: #e9ecef;
}

/* line 135, ../sass/afrehealth/_form-wizard.scss */
.wizard.vertical > .steps {
  padding-right: 1em;
  width: 25%;
}

@media (max-width: 500px) {
  /* line 142, ../sass/afrehealth/_form-wizard.scss */
  .wizard-style-2 > .steps > ul {
    display: inline-block;
  }
  /* line 146, ../sass/afrehealth/_form-wizard.scss */
  .wizard-style-2 > .steps > ul.float-right {
    float: none;
    margin-left: 1px;
  }
  /* line 151, ../sass/afrehealth/_form-wizard.scss */
  .wizard-style-2 > .steps > ul li {
    padding-bottom: 10px;
    float: left;
    width: 49%;
  }
  /* line 156, ../sass/afrehealth/_form-wizard.scss */
  .wizard-style-2 > .steps > ul li a {
    font-size: 12px;
  }
  /* line 159, ../sass/afrehealth/_form-wizard.scss */
  .wizard-style-2 > .steps > ul li a .number {
    display: none !important;
  }
}

/* line 168, ../sass/afrehealth/_form-wizard.scss */
.wizard-style-2 > .steps > ul a,
.wizard-style-2 > .steps > ul a:hover,
.wizard-style-2 > .steps > ul a:active {
  padding: 0;
  height: 30px;
  border-radius: 50px;
}

/* line 176, ../sass/afrehealth/_form-wizard.scss */
.wizard-style-2 > .steps > ul a .number,
.wizard-style-2 > .steps > ul a:hover .number,
.wizard-style-2 > .steps > ul a:active .number {
  width: 30px;
  height: 100%;
  border: 2px solid #e9ecef;
  font-size: 18px;
  font-weight: bold;
  color: #868e96;
  background-color: #fff;
}

/* line 188, ../sass/afrehealth/_form-wizard.scss */
.wizard-style-2 > .steps > ul a .title,
.wizard-style-2 > .steps > ul a:hover .title,
.wizard-style-2 > .steps > ul a:active .title {
  margin-right: 20px;
}

/* line 194, ../sass/afrehealth/_form-wizard.scss */
.wizard-style-2 > .steps > ul a .title {
  display: block !important;
}

/* line 198, ../sass/afrehealth/_form-wizard.scss */
.wizard-style-2 > .steps > ul .current a .number,
.wizard-style-2 > .steps > ul .current a:hover .number,
.wizard-style-2 > .steps > ul .current a:active .number {
  border-color: #9cc12b;
  color: #9cc12b;
}

/* line 205, ../sass/afrehealth/_form-wizard.scss */
.wizard-style-2 > .steps > ul .done a .number,
.wizard-style-2 > .steps > ul .done a:hover .number,
.wizard-style-2 > .steps > ul .done a:active .number {
  border-color: #0e6190;
  color: #0e6190;
}

/* line 213, ../sass/afrehealth/_form-wizard.scss */
.wizard-style-2 > .steps > ul .done a {
  background: #0e6190 !important;
}
/* line 216, ../sass/afrehealth/_form-wizard.scss */
.wizard-style-2 > .steps > ul .done a:hover {
  background: #000 !important;
  border-color: #000 !important;
}

@media (min-width: 480px) {
  /* line 225, ../sass/afrehealth/_form-wizard.scss */
  .wizard.vertical > .steps {
    width: 17%;
  }
}
@media (min-width: 768px) {
  /* line 231, ../sass/afrehealth/_form-wizard.scss */
  .wizard.vertical > .steps {
    width: 12%;
  }
}
@media (min-width: 1200px) {
  /* line 237, ../sass/afrehealth/_form-wizard.scss */
  .wizard.vertical > .steps {
    width: 30%;
  }
}
/* line 242, ../sass/afrehealth/_form-wizard.scss */
.wizard.vertical > .steps ul {
  flex-direction: column;
}

/* line 246, ../sass/afrehealth/_form-wizard.scss */
.wizard.vertical > .steps ul li + li {
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  /* line 251, ../sass/afrehealth/_form-wizard.scss */
  .wizard.vertical > .steps ul li .title {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 257, ../sass/afrehealth/_form-wizard.scss */
  .wizard.vertical > .steps ul li .title {
    display: block;
  }
}
/* line 262, ../sass/afrehealth/_form-wizard.scss */
.wizard.vertical > .content {
  margin: 0;
  width: 75%;
  min-height: 450px;
  display: block;
  float: none;
}

@media (min-width: 480px) {
  /* line 271, ../sass/afrehealth/_form-wizard.scss */
  .wizard.vertical > .content {
    width: 83%;
  }
}
@media (min-width: 768px) {
  /* line 277, ../sass/afrehealth/_form-wizard.scss */
  .wizard.vertical > .content {
    width: 88%;
  }
}
@media (min-width: 1200px) {
  /* line 283, ../sass/afrehealth/_form-wizard.scss */
  .wizard.vertical > .content {
    width: 70%;
  }
}
/* line 288, ../sass/afrehealth/_form-wizard.scss */
.wizard.vertical > .actions {
  float: none;
}

/* line 292, ../sass/afrehealth/_form-wizard.scss */
.wizard.vertical > .actions ul {
  float: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5em;
}

/* line 299, ../sass/afrehealth/_form-wizard.scss */
.wizard.vertical > .actions ul li:first-child {
  margin-left: 25%;
}

@media (min-width: 480px) {
  /* line 304, ../sass/afrehealth/_form-wizard.scss */
  .wizard.vertical > .actions ul li:first-child {
    margin-left: 17%;
  }
}
@media (min-width: 768px) {
  /* line 310, ../sass/afrehealth/_form-wizard.scss */
  .wizard.vertical > .actions ul li:first-child {
    margin-left: 12%;
  }
}
@media (min-width: 1200px) {
  /* line 316, ../sass/afrehealth/_form-wizard.scss */
  .wizard.vertical > .actions ul li:first-child {
    margin-left: 30%;
  }
}
/* line 1, ../sass/afrehealth/_layout.scss */
a {
  text-decoration: none;
  color: #9DC12B;
}
/* line 5, ../sass/afrehealth/_layout.scss */
a:hover {
  color: rgba(93, 118, 13, 0.689);
}

/* line 10, ../sass/afrehealth/_layout.scss */
body {
  background-color: #fff;
}

/* line 14, ../sass/afrehealth/_layout.scss */
.offcanvas {
  --bs-offcanvas-width: 600px;
}

/* line 19, ../sass/afrehealth/_layout.scss */
.alert-box {
  margin-right: 50px;
  margin-top: 130px;
}

/* line 24, ../sass/afrehealth/_layout.scss */
hr {
  border: none;
  background-color: rgba(93, 118, 13, 0.689);
  height: 1px;
}

/* line 30, ../sass/afrehealth/_layout.scss */
.grid-container {
  background-color: #fff;
  padding: 40px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0px 0px 90px rgba(163, 171, 185, 0.25);
  -webkit-box-shadow: 0px 0px 90px rgba(163, 171, 185, 0.25);
  box-shadow: 0px 0px 90px rgba(163, 171, 185, 0.25);
}
/* line 36, ../sass/afrehealth/_layout.scss */
.grid-container.subscription-grid {
  background-color: #9DC12B;
  background-image: url(../images/subscription-grid-bg.png);
  background-size: contain;
  color: #fff;
}
/* line 43, ../sass/afrehealth/_layout.scss */
.grid-container.subscription-grid h1 small {
  font-size: 15px;
}

/* line 50, ../sass/afrehealth/_layout.scss */
.bg-green {
  background-color: #9DC12B;
}

/* line 54, ../sass/afrehealth/_layout.scss */
.text-green {
  color: #9DC12B;
}

/* line 59, ../sass/afrehealth/_layout.scss */
.error-screen {
  background-color: #E5E5E5;
}

/* line 63, ../sass/afrehealth/_layout.scss */
.account-page {
  background: #F5F5F5;
}
/* line 66, ../sass/afrehealth/_layout.scss */
.account-page .account-sidebar {
  background-color: #FFF;
  border-right: 1px solid #E7E7E7;
  display: flex;
  min-height: 100vh;
}
/* line 75, ../sass/afrehealth/_layout.scss */
.account-page .account-sidebar .account-side-nav h3 {
  color: #4040406c;
  font-size: 16px;
  font-weight: 700;
}
/* line 81, ../sass/afrehealth/_layout.scss */
.account-page .account-sidebar .account-side-nav ul {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid #4040401A 1px;
}
/* line 87, ../sass/afrehealth/_layout.scss */
.account-page .account-sidebar .account-side-nav ul li a {
  color: #565D6D;
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 92, ../sass/afrehealth/_layout.scss */
.account-page .account-sidebar .account-side-nav ul li a i {
  float: left;
  font-size: 20px;
  margin-top: 2px;
  margin-right: 10px;
  width: 30px;
}
/* line 100, ../sass/afrehealth/_layout.scss */
.account-page .account-sidebar .account-side-nav ul li a:hover, .account-page .account-sidebar .account-side-nav ul li a.active {
  background-color: #9DC12B;
  color: #FFF;
}
/* line 111, ../sass/afrehealth/_layout.scss */
.account-page .account-header {
  background: #fafafa;
}
/* line 115, ../sass/afrehealth/_layout.scss */
.account-page .account-header .header-title h2 {
  color: #404040;
  font-size: 24px;
}
/* line 120, ../sass/afrehealth/_layout.scss */
.account-page .account-header .header-title p {
  font-size: 16px;
  color: #404040;
}
/* line 126, ../sass/afrehealth/_layout.scss */
.account-page .account-header .notification-icon {
  font-size: 40px;
  color: #8A99B5;
}
/* line 130, ../sass/afrehealth/_layout.scss */
.account-page .account-header .notification-icon .alert-counter {
  font-size: 12px;
}
/* line 135, ../sass/afrehealth/_layout.scss */
.account-page .account-header .account-profile-info {
  margin-left: 40px;
  margin-right: 100px;
  text-align: left;
  display: inline-block;
  position: relative;
}
/* line 142, ../sass/afrehealth/_layout.scss */
.account-page .account-header .account-profile-info .account-name {
  display: inline-block;
  font-size: 20px;
}
/* line 148, ../sass/afrehealth/_layout.scss */
.account-page .account-header .account-profile-info .account-type {
  display: block;
  color: #1A1F22;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 155, ../sass/afrehealth/_layout.scss */
.account-page .account-header .account-profile-info img {
  width: 50px;
  height: 50px;
  padding: 2px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  margin-right: 10px;
  position: relative;
  top: -15px;
  border: 1px dashed #565D6D;
}
/* line 168, ../sass/afrehealth/_layout.scss */
.account-page .account-page-inner {
  background-color: #fff;
  padding-top: 40px;
}

/* line 175, ../sass/afrehealth/_layout.scss */
.user-banner-area {
  background-image: url("../images/login-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 183, ../sass/afrehealth/_layout.scss */
.registration-container-wrapper h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
}
/* line 190, ../sass/afrehealth/_layout.scss */
.registration-container-wrapper h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #40404086;
  margin-top: 20px;
}
/* line 199, ../sass/afrehealth/_layout.scss */
.registration-container-wrapper .stepper {
  border-bottom: solid 1px #ececec;
  padding-bottom: 40px;
  color: #404040;
  font-size: 16px;
}
/* line 205, ../sass/afrehealth/_layout.scss */
.registration-container-wrapper .stepper span {
  padding: 8px 15px;
  background: #4040401A;
  display: inline-block;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  margin-right: 10px;
}
/* line 212, ../sass/afrehealth/_layout.scss */
.registration-container-wrapper .stepper span.active {
  background-color: #9DC12B;
  color: #fff;
}

@media (max-width: 760px) {
  /* line 221, ../sass/afrehealth/_layout.scss */
  .wizard > .content > .body {
    padding: 10px;
  }
}

@media (max-width: 760px) {
  /* line 227, ../sass/afrehealth/_layout.scss */
  .wizard > .steps a,
  .wizard > .steps a:hover,
  .wizard > .steps a:active {
    padding: 10px 5px;
  }
}

@media (max-width: 760px) {
  /* line 235, ../sass/afrehealth/_layout.scss */
  .wizard > .steps a .number,
  .wizard > .steps a:hover .number,
  .wizard > .steps a:active .number {
    font-size: 12px;
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 760px) {
  /* line 246, ../sass/afrehealth/_layout.scss */
  .wizard.vertical > .steps {
    width: 15%;
  }
}

/* line 252, ../sass/afrehealth/_layout.scss */
.wizard.vertical > .content {
  background-color: #f6f6f6;
}
@media (max-width: 760px) {
  /* line 252, ../sass/afrehealth/_layout.scss */
  .wizard.vertical > .content {
    width: 85%;
    min-height: auto;
  }
}

/* line 265, ../sass/afrehealth/_layout.scss */
#form-wizard div.radio,
#form-wizard-horizontal div.radio {
  background: #fff;
}
/* line 271, ../sass/afrehealth/_layout.scss */
#form-wizard .middleColumn .field,
#form-wizard-horizontal .middleColumn .field {
  margin-bottom: 15px;
}

/* line 278, ../sass/afrehealth/_layout.scss */
.nav-tabs {
  margin-bottom: 40px;
}
/* line 282, ../sass/afrehealth/_layout.scss */
.nav-tabs .nav-item .nav-link {
  border: none;
  color: #404040b5;
  padding: 10px 20px;
  margin: 0px 40px;
}
/* line 288, ../sass/afrehealth/_layout.scss */
.nav-tabs .nav-item .nav-link.active {
  color: #404040;
  border-bottom: 2px solid #000;
  background-color: transparent;
}

/* line 298, ../sass/afrehealth/_layout.scss */
.table {
  font-size: 14px;
}
/* line 301, ../sass/afrehealth/_layout.scss */
.table td,
.table th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
/* line 307, ../sass/afrehealth/_layout.scss */
.table thead tr {
  border-style: none;
  border-color: transparent;
}
/* line 311, ../sass/afrehealth/_layout.scss */
.table thead tr th {
  background-color: #f1f1f1;
  color: #7b7b7b;
}

/* line 322, ../sass/afrehealth/_layout.scss */
.event-grid .event-date {
  color: #404040;
  margin-bottom: 20px;
  font-size: 12px;
}
/* line 329, ../sass/afrehealth/_layout.scss */
.event-grid .event-content {
  color: #404040;
  font-size: 14px;
}

/* line 2, ../sass/afrehealth/_form.scss */
.login-form .field {
  margin-bottom: 20px;
}
/* line 5, ../sass/afrehealth/_form.scss */
.login-form .field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #1A1F22;
  margin-bottom: 10px;
}
/* line 16, ../sass/afrehealth/_form.scss */
.login-form .field .form-control.text, .login-form .field .form-control.dropdown {
  background-color: #F5F6FA;
  height: 40px;
  font-weight: 500;
}
/* line 23, ../sass/afrehealth/_form.scss */
.login-form .field .form-control.textarea {
  background-color: #F5F6FA;
  font-weight: 500;
}
/* line 31, ../sass/afrehealth/_form.scss */
.login-form .field.checkbox label {
  display: inline;
  font-weight: normal;
  margin-left: 10px;
}

/* line 42, ../sass/afrehealth/_form.scss */
.form-wrapper form div.composite.field {
  margin-bottom: 20px;
}
/* line 45, ../sass/afrehealth/_form.scss */
.form-wrapper form div.composite.field label {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #1A1F22;
  margin-bottom: 10px;
}
/* line 56, ../sass/afrehealth/_form.scss */
.form-wrapper form div.composite.field .form-control.text, .form-wrapper form div.composite.field .form-control.dropdown {
  background-color: #F5F6FA;
  height: 40px;
  font-weight: 500;
}
/* line 63, ../sass/afrehealth/_form.scss */
.form-wrapper form div.composite.field .form-control.textarea {
  background-color: #F5F6FA;
  font-weight: 500;
}
/* line 71, ../sass/afrehealth/_form.scss */
.form-wrapper form div.composite.field.checkbox label {
  display: inline;
  font-weight: normal;
  margin-left: 10px;
}
/* line 79, ../sass/afrehealth/_form.scss */
.form-wrapper form .btn-toolbar {
  margin-top: 40px;
}
/* line 82, ../sass/afrehealth/_form.scss */
.form-wrapper form .btn-toolbar .btn-primary {
  background-color: #9DC12B;
  border-color: #9DC12B;
  color: #FFF;
}
/* line 87, ../sass/afrehealth/_form.scss */
.form-wrapper form .btn-toolbar .btn-primary:hover {
  background-color: black;
}
/* line 92, ../sass/afrehealth/_form.scss */
.form-wrapper form .btn-toolbar .action {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
/* line 102, ../sass/afrehealth/_form.scss */
.form-wrapper form#form-wizard .form-control.text, .form-wrapper form#form-wizard .form-control.dropdown {
  background-color: #fff;
}
/* line 107, ../sass/afrehealth/_form.scss */
.form-wrapper form#form-wizard .form-control.textarea {
  background-color: #fff;
}

/* line 116, ../sass/afrehealth/_form.scss */
.dropzone .droparea span a {
  padding: 2px 10px;
  font-size: 11px;
  border: none;
}
/* line 121, ../sass/afrehealth/_form.scss */
.dropzone .droparea span a:hover {
  background-color: #F5F6FA;
  border: none;
}

/* line 1, ../sass/afrehealth/_footer.scss */
.footer {
  background-color: #1A1F22;
  padding: 150px 0px;
  color: #FFF;
}
