.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.nav {
  display: block;
  height: auto;
  float: none;
  background-color: transparent;
}

.content-wrapper {
  overflow: visible;
  height: 100vh;
  max-height: 100%;
  padding-top: 93px;
  float: none;
  background-color: #fff;
}

.nav-col {
  padding-right: 0px;
  padding-left: 0px;
}

.content-col {
  padding-right: 0px;
  padding-left: 0px;
}

.header {
  height: 190px;
  padding: 30px 1px 30px 30px;
  text-align: center;
}

.intro {
  padding: 0px;
  background-color: #f5f5f5;
}

.intro.d1 {
  display: block;
  margin-top: 0px;
  padding: 30px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid #dee5eb;
  background-color: #ebeff2;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.8);
  font-size: 23px;
  line-height: 33px;
  font-weight: 600;
}

.h1.prifile-title {
  color: #ff0;
}

.intro-copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.menu-header {
  height: 80px;
  padding: 30px 20px;
  background-color: transparent;
}

.col-1 {
  width: 300px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.col-2 {
  width: 80%;
  float: left;
}

.fw-cols {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 89.4%, 0.5);
  background-color: #f1f1f1;
  text-align: center;
}

.fw-cols:hover {
  background-color: #00a353;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.col-text {
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}

.h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
  font-family: 'Open Sans', sans-serif;
}

.h3.on-white {
  color: #2d3192;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}

.h3.on-white.small {
  font-size: 18px;
}

.h3.on-white.small.accord {
  cursor: pointer;
}

.h3.profile-titles {
  color: #02b3e9;
  font-size: 20px;
}

.h3.labtit {
  color: #00a45e;
  font-size: 18px;
  font-weight: 600;
}

.h3.actit {
  color: #02b3e9;
  font-size: 18px;
  font-weight: 600;
}

.h3.testre {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  float: none;
  border-bottom-style: none;
  color: #dda61d;
  font-size: 18px;
  font-weight: 600;
}

.h3.testre.acd {
  display: block;
  margin-top: 20px;
}

.h3.x2 {
  min-height: 80px;
}

.nav-button {
  width: 100%;
  height: 40px;
  padding: 9px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #383b91 #2d3192 #000;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.nav-button:hover {
  border-left-width: 3px;
  border-left-color: #fff;
  background-color: rgba(2, 179, 233, 0.05);
  color: #02b3e9;
  font-weight: 400;
}

.nav-button:focus {
  background-color: rgba(2, 179, 233, 0.25);
  color: #291071;
}

.nav-button.end {
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: none;
  border-bottom-color: #383b91;
  background-color: #fff;
  color: #333;
  font-size: 14px;
}

.nav-button.end:hover {
  background-color: rgba(2, 179, 233, 0.05);
  color: #02b3e9;
}

.link {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.dd-wrapper {
  height: 1px;
}

.link-text {
  display: inline-block;
}

.arrow {
  margin: 8px;
  padding: 0px;
  float: right;
  opacity: 0.3;
  color: #9b3030;
}

.icons {
  margin-left: 6px;
  float: right;
}

.icons.inprofile {
  margin-top: -10px;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
}

.logo-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #02b3e9;
  font-size: 36px;
  line-height: 36px;
}

.logo {
  margin-right: 0px;
}

.dd-home {
  height: 0px;
}

.dd-about {
  display: none;
  overflow: hidden;
  height: 0px;
}

.dd-ca {
  display: none;
  overflow: hidden;
  height: 0px;
}

.dd-metrology {
  display: none;
  height: 0px;
}

.news-sect {
  padding: 90px 30px 60px;
  background-image: url('/images/latestnews.png');
  background-position: -4px -22px;
  background-size: 450px;
  background-repeat: no-repeat;
}

.feature-new-pic {
  display: inline-block;
  width: 159px;
  height: 159px;
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.1);
  background-color: #00a45e;
}

.feature-new-pic._2 {
  background-color: #02b3e9;
}

.news-title {
  display: inline-block;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #00a45e;
  font-size: 17px;
  font-weight: 600;
}

.news-title.results-title {
  color: #333;
}

.news-copy {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.control-wrapper {
  display: block;
  padding-top: 74px;
  float: right;
}

.internal-button {
  width: 100%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 60px;
  border-bottom: 1px none rgba(45, 49, 146, 0.2);
  background-color: rgba(2, 179, 233, 0.05);
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.internal-button:hover {
  background-color: #fff;
}

.internal-button:focus {
  background-color: rgba(2, 179, 233, 0.25);
}

.footer {
  overflow: hidden;
  padding-top: 0px;
  background-color: #00a45e;
  cursor: default;
}

.siteplan {
  padding: 60px 30px;
  border-left: 1px none #ebeff2;
  background-color: #00a45e;
}

.contact-plus {
  padding: 60px 30px;
  border-left: 1px none #ebeff2;
  background-color: #fff;
}

.base {
  height: auto;
  padding: 15px;
  background-color: #333;
}

.container {
  margin-bottom: 40px;
}

.siteplan-titles {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.siteplan-titles.contact {
  color: #00a45e;
}

.siteplan-titles.contact.empty {
  color: #fff;
}

.sp-list {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.sp-list.contactlist {
  margin-bottom: 29px;
  color: rgba(0, 164, 94, 0.8);
}

.list-text {
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.7);
}

.list-text.green {
  color: rgba(0, 164, 94, 0.7);
}

.contact-text {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 164, 94, 0.7);
  line-height: 24px;
}

.login {
  padding: 20px;
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.control-icon {
  width: 20px;
  margin-bottom: 10px;
  opacity: 1;
}

.control-text {
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.3);
  font-size: 12px;
}

.open-footer {
  padding-bottom: 11px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.ft-con {
  padding-bottom: 41px;
  text-align: center;
}

.ft-arrow {
  padding-bottom: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ft-link-wrapper {
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px none #ebeff2;
  cursor: pointer;
}

._2-col {
  margin-bottom: 0px;
  padding-left: 0px;
}

._2-col.inn {
  margin-bottom: 0px;
}

._2-col.d1 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

._3-col {
  margin-bottom: 0px;
}

._3-col.d1 {
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.panel {
  display: block;
  min-height: 320px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.13);
  border-radius: 3px;
  background-color: #fff;
  text-align: left;
}

.panel.light-blue {
  min-height: 320px;
  background-color: #02b3e9;
}

.panel.nmi {
  background-color: #dda61d;
}

.panel.labs {
  background-color: #00a45e;
}

.panel.intro {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.13);
  border-radius: 3px;
  box-shadow: none;
}

.panel.intro.sr {
  margin-bottom: 20px;
}

.panel.intro.sr.results {
  border-top-width: 3px;
  border-top-color: #dda61d;
}

.panel.intro.sr.ac-results {
  border-top-width: 3px;
  border-top-color: #02b3e9;
}

.panel.intro.sr.lab {
  border-top-width: 3px;
  border-top-color: #00a45e;
}

.panel.cta {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: none;
  text-align: left;
}

.panel.cta.d1 {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.panel.n2 {
  background-color: rgba(41, 16, 113, 0.1);
  box-shadow: none;
}

.panel.news {
  display: inline-block;
}

.panel.search {
  display: block;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  background-color: #02b3e9;
}

.panel.profile {
  background-color: #02b3e9;
}

.panel.blue {
  background-color: #02b3e9;
}

.no-of-pros {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 100px;
  line-height: 80px;
}

.and-counting {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.testi {
  padding-right: 10px;
  padding-left: 10px;
}

.columns {
  padding: 0px;
}

.flat-cols {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.npanel {
  padding: 20px;
  border: 1px solid #fff;
  background-color: #bbbeff;
}

.npanel.lab {
  padding: 30px;
  background-color: #00a45e;
}

.npanel.nmi {
  padding: 30px;
  background-color: #dda61d;
}

.npanel.light-blue {
  padding: 30px;
  background-color: #02b3e9;
}

.npanel.cta {
  background-color: #f5f5f5;
  text-align: center;
}

.npanel.testimonials {
  background-color: #fff;
}

.npanel.news {
  background-color: #dda61d;
}

.npanel.extra {
  background-color: transparent;
}

.no-col {
  padding-right: 0px;
  padding-left: 0px;
}

.search-sect {
  padding: 30px;
  background-color: #02b3e9;
}

.steps {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-field {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.text-field.step-1 {
  color: #ff0;
}

.search-base {
  margin-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.search-base-title {
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.base-1 {
  display: inline-block;
  margin-right: 10px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: right;
}

.base-1.acc-search {
  margin-bottom: 15px;
  padding: 10px;
  float: left;
  border: 1px solid #fff;
  background-color: #fff;
  color: #02b3e9;
  font-weight: 600;
  text-transform: uppercase;
}

.base-1.cal-search {
  padding: 10px;
  float: left;
  border: 1px solid transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.base-1.dash {
  padding-top: 10px;
  float: left;
}

.search-title-div {
  width: 20%;
  float: left;
}

.search-box {
  width: 80%;
  height: 70px;
  float: left;
  border: 1px none #000;
  color: rgba(51, 51, 51, 0.5);
}

.search-button {
  display: block;
  width: 20%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  border-style: none none none solid;
  border-left-width: 1px;
  border-left-color: #02b3e9;
  border-radius: 3px;
  background-color: #ff0;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.form-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}

.menu-button {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 12px;
  opacity: 0.5;
  cursor: pointer;
}

.menu-button:hover {
  opacity: 1;
}

.search {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._300-nav {
  width: 300px;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.main-body {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-nav-wrapper {
  position: fixed;
  z-index: 10;
  margin-top: 20px;
  padding: 15px 20px 15px 30px;
  background-color: #2d3192;
}

.top-nav-wrapper.dark {
  z-index: 11;
  display: block;
  margin-top: 15px;
  margin-left: 0px;
  background-color: transparent;
}

.slide-nav {
  overflow: hidden;
  width: 300px;
  margin-top: 0px;
  padding-top: 96px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px none #dee5eb;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.light-menu {
  position: fixed;
  z-index: 100;
  display: block;
  margin-top: 15px;
  padding: 15px 20px 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.nav-wrapper-box {
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.search-results-title {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
}

.results-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.results-title.results {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.results-title.rt2 {
  margin-bottom: 10px;
}

.sr-title-row {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

.results-row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.results-row._3-row {
  border-bottom-style: none;
}

.results-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}

.result {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.result-sub {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.phone-result {
  font-family: 'Open Sans', sans-serif;
}

.lab-data {
  margin-bottom: 5px;
}

.profile-wrapper {
  padding: 20px;
  float: right;
}

.divider {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.h1-whitye {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #ff0;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #000;
}

.profile-info {
  display: inline-block;
  margin-right: 17px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
}

.profile-text {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 25px;
}

.profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 110px;
  background-image: url('/images/Malaw-Businessman-CEO.jpg');
  background-position: 0px 0px;
  background-size: 920px;
}

.profile-pic.mini {
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.profile-pic.large {
  margin-bottom: 20px;
}

.profile-pic.small {
  width: 100px;
  height: 100px;
}

.nav-icon {
  margin-right: 16px;
}

.list-item-profile {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.8);
}

.li-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.li-date {
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 13px;
  font-style: italic;
}

.li-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.header-sect {
  padding: 15px;
  background-color: transparent;
  background-image: linear-gradient(135deg, #291071, #2d3192);
}

.logo-wrapper {
  padding: 20px;
  background-color: #291071;
}

.content-top {
  padding: 20px;
  background-color: #291071;
}

.nav-text {
  color: rgba(41, 16, 113, 0.5);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.main-title {
  display: block;
  float: none;
  clear: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.main-title.loginsign {
  margin-bottom: 9px;
  float: none;
}

.sub-title {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 30px;
  float: left;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.sub-title.slash {
  color: rgba(51, 51, 51, 0.3);
}

.two-cols {
  padding-right: 10px;
  padding-left: 0px;
}

._10-left {
  display: block;
  padding-right: 10px;
}

._10-right {
  padding-left: 0px;
}

.midlde {
  padding-right: 10px;
  padding-left: 10px;
}

.svg {
  margin-right: 15px;
  color: #aa0c0c;
}

.logo-top {
  width: 300px;
  padding: 20px;
  float: left;
}

.menu-top {
  padding: 20px;
  float: left;
  background-color: transparent;
}

.top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  background-color: #291071;
}

.in-text {
  padding-bottom: 3px;
  border-bottom: 1px dotted #dda61d;
  color: #dda61d;
  text-decoration: none;
}

.in-text.ac {
  border-bottom-color: #02b3e9;
  color: #02b3e9;
}

.in-text.labt {
  border-bottom-color: #00a45e;
  color: #00a45e;
}

.accordion {
  overflow: hidden;
}

.accord-minus {
  margin-top: 24px;
  float: left;
}

.minus {
  display: block;
  margin-top: 25px;
  float: right;
  opacity: 0.3;
  cursor: pointer;
}

.plus {
  display: none;
  margin-top: 25px;
  float: right;
  opacity: 0.3;
}

.accordion-minus {
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.top-link-wrapper {
  padding: 20px;
  float: left;
}

.main-link {
  margin-right: 0px;
  padding: 17px;
  background-color: transparent;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: capitalize;
}

.main-link:hover {
  opacity: 1;
}

.main-link.dd-link {
  display: block;
  margin-right: 15px;
  padding-right: 21px;
}

.main-link.dd-link.propicdd {
  padding: 0px;
}

.main-link.dd-link.propic-dd {
  margin-right: 15px;
}

.main-link.plain {
  display: inline-block;
  text-decoration: none;
}

.main-link.plain:hover {
  background-color: #291071;
}

.main-link.far-right {
  padding-right: 5px;
  padding-left: 5px;
  float: right;
  text-decoration: none;
}

.dd-arrow {
  margin-right: 0px;
  padding-right: 0px;
}

.drop-down-wrapper.w--open {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.3);
}

.drop-down-wrapper.picwrapper.w--open {
  right: 2px;
  margin-top: 24px;
}

.drop-down-link {
  padding-right: 25px;
  padding-left: 25px;
  font-family: 'Open Sans', sans-serif;
}

.drop-down-link:hover {
  background-color: #f5f5f5;
}

.drop-down-link.logout {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  color: #333;
  font-weight: 600;
}

.search-wrapper {
  display: inline-block;
  width: 250px;
  margin-bottom: 0px;
  padding-top: 28px;
}

.s-box {
  padding-left: 20px;
  border-style: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #2d3192;
  color: #fff;
  font-size: 12px;
}

.s-but {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #2d3192;
  color: #ccc;
  font-size: 12px;
}

.s-but:hover {
  background-color: #5a5c9e;
}

.s-col {
  padding-right: 0px;
  padding-left: 0px;
}

.mobi-nav {
  display: block;
}

.bfw-item {
  width: 100%;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.1);
  border-radius: 3px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 15px;
}

.bfw-item:hover {
  background-color: #00a45e;
  color: #fff;
}

.bfw-item.prim {
  background-color: #00a45e;
  color: #fff;
}

.fi-number {
  font-size: 20px;
}

.form-wiz-titlw-wrapper {
  height: 50px;
}

.pagination-wrapper {
  padding-right: 0px;
  float: right;
}

.form-item {
  margin-top: 9px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.form-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.1);
  border-radius: 3px;
  font-size: 15px;
}

.pag-but-1 {
  margin-right: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.1);
  border-radius: 3px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
}

.pag-but-1:hover {
  background-color: #f5f5f5;
}

.pag-but-1.pag-but-2 {
  margin-right: 0px;
  background-color: rgba(0, 164, 94, 0.6);
  color: #fff;
}

.pag-but-1.pag-but-2:hover {
  background-color: #00a45e;
}

.note {
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  font-style: italic;
}

._0-col {
  padding-right: 0px;
  padding-left: 5px;
}

.copyright {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  font-weight: 400;
}

.emagine {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.2);
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}

.crosq {
  color: #dda61d;
  font-weight: 700;
}

.side-logo-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  padding: 59px 20px;
}

.side-logo-wrapper.inlogin {
  display: block;
  margin-bottom: 30px;
  padding: 0px;
}

.iq {
  color: #dda61d;
}

.request-button {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
  background-color: #dda61d;
  text-align: center;
  text-transform: uppercase;
}

.request-button.green {
  background-color: #00a45e;
}

.request-button.blue {
  background-color: #02b3e9;
}

.request-button._50 {
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
}

.request-button._50-r {
  width: 90%;
}

.request-button._50-l {
  width: 90%;
  float: right;
}

.acc {
  overflow: hidden;
}

.fn-accordion {
  color: rgba(45, 49, 146, 0.4);
  cursor: pointer;
}

.fn-content {
  overflow: hidden;
}

.side-nav-dd {
  width: 100%;
  text-decoration: none;
}

.main-side-link {
  width: 100%;
}

.login-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-top: 60px;
  background-color: #ebeff2;
  text-align: center;
}

.login-box {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #fff;
}

.form-label {
  text-align: left;
}

.check-box {
  margin-top: 20px;
  color: rgba(51, 51, 51, 0.7);
  text-align: left;
}

.form-button {
  width: 100%;
  margin-top: 20px;
  border-radius: 3px;
  background-color: #00a45e;
}

.forgot-wrapper {
  width: 100%;
  margin-top: 10px;
  color: #333;
  text-align: left;
  text-decoration: none;
}

.forgot-icon {
  margin-right: 15px;
  padding-bottom: 4px;
}

.forgot-text {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
}

.below-wrapper {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.sighin-text {
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.8);
}

.signup {
  color: #00a45e;
  font-weight: 700;
  text-decoration: none;
}

.body {
  padding-top: 0px;
}

.arrows {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 30px;
  margin-top: 0.5px;
  margin-right: 1px;
  margin-left: 1px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  color: rgba(51, 51, 51, 0.2);
  font-size: 13px;
}

.arrows:hover {
  background-color: #00a45e;
  color: #fdfdfd;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.view-profile {
  margin-top: 10px;
  padding: 10px;
  float: right;
  border: 2px solid #dda61d;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #dda61d;
  text-decoration: none;
}

.view-profile:hover {
  border-color: #dda61d;
  background-color: #dda61d;
  color: #fff;
}

.view-profile.in-side {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  float: none;
  text-align: center;
}

.box {
  margin-bottom: 22px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.breadcrumb {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 30px;
  float: left;
  font-family: 'Open Sans', sans-serif;
}

.breadcrumb.bc-link {
  color: #00a45e;
  font-weight: 600;
  text-decoration: none;
}

.slash {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 30px;
  float: left;
  color: rgba(51, 51, 51, 0.3);
}

.edit-button {
  margin-right: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-transform: uppercase;
}

.edit-button:hover {
  background-color: #dda61d;
  color: #fff;
}

.edit-button-wrapper {
  margin-top: 15px;
}

._50-buttons {
  width: 95%;
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

._50-buttons:hover {
  background-color: #000;
  color: #fff;
}

._50-buttons.right {
  float: right;
}

._50-buttons.white {
  background-color: hsla(0, 0%, 100%, 0.2);
}

._50-buttons.white:hover {
  background-color: #000;
}

.profile-sub-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #02b3e9;
  font-size: 18px;
  font-weight: 600;
}

.propic-dd {
  padding: 0px;
}

.propic-dd-wrapper.w--open {
  right: 0px;
  display: block;
  margin-top: 24px;
}

.logosub {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  letter-spacing: 11px;
}

.ft-links {
  margin-left: 10px;
  padding-bottom: 3px;
  float: right;
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.5);
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.search-title-wrapper {
  height: 60px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.icon-buttons {
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  opacity: 0.2;
}

.icon-buttons:hover {
  opacity: 0.5;
}

.icon-wrapper {
  display: inline-block;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 11px;
  padding: 5px;
  float: right;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  cursor: pointer;
}

.icon-wrapper:hover {
  background-color: #f5f5f5;
}

.ddpic {
  margin-right: 20px;
}

.profile-button-wrapper {
  margin-top: 16px;
}

.back-button {
  margin-top: -30px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  text-transform: uppercase;
}

.back-button:hover {
  background-color: #000;
  color: #fff;
}

.buffer {
  padding-top: 94px;
}

.login-logo-wrapper {
  margin-bottom: 40px;
}

.ttt {
  color: rgba(51, 51, 51, 0.5);
}

.page-searchwrapper {
  margin-bottom: 30px;
  padding: 30px;
}

.page-searchbox {
  width: 80%;
  height: 50px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px 0px 0px 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.page-seacrh-button {
  width: 20%;
  height: 50px;
  border-style: solid solid solid none;
  border-top-width: 1px;
  border-top-color: #02b3e9;
  border-right-width: 1px;
  border-right-color: #02b3e9;
  border-bottom-width: 1px;
  border-bottom-color: #02b3e9;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #02b3e9;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.search-term {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.7);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.search-term.inverted {
  margin-right: 2px;
  margin-left: 2px;
}

.search-term.term {
  margin-right: 0px;
  color: #00a45e;
  font-style: normal;
  font-weight: 600;
}

.serch-term-wrapper {
  text-align: center;
}

.tab {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, 0.8);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.tab.w--current {
  height: 50px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  color: #00a45e;
}

.tab-window {
  padding: 50px 20px 30px;
  background-color: #fff;
}

.tab-title {
  display: inline-block;
  margin-right: 12px;
  float: left;
}

.num-div {
  width: 25px;
  height: 25px;
  margin: -3px 0px 0px;
  padding: 6px 5px 5px;
  float: left;
  border-radius: 30px;
  background-color: #02b3e9;
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 13px;
  text-align: center;
}

.num-div.all-r {
  background-color: #00a45e;
}

.num-div.all-u {
  background-color: #dda61d;
}

.page-results-title {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #2d3192;
  font-size: 16px;
  font-weight: 600;
}

.page-results-link {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #00a45e;
  font-size: 13px;
}

.page-tab-title {
  font-family: 'Open Sans', sans-serif;
  color: #00a45e;
  font-size: 15px;
  font-weight: 700;
}

.page-search-address {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #dda61d;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

.page-search-results-wrapper {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.page-result-para {
  margin-bottom: 0px;
  color: rgba(51, 51, 51, 0.8);
}

.page-results-pagination-wrapper {
  text-align: right;
}

.pag {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.pag:hover {
  background-color: #f5f5f5;
}

.pag.w--current {
  background-color: #00a45e;
  color: #fff;
}

.sr-title {
  margin-right: 10px;
  float: left;
}

.sr-no {
  width: auto;
  height: 25px;
  min-height: none;
  min-width: 25px;
  margin-top: -3px;
  padding: 3px 7px;
  float: left;
  border-radius: 30px;
  background-color: #dda61d;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 11px;
  text-align: center;
}

.sr-no.all-results {
  background-color: #00a45e;
}

.sr-no.all-or {
  background-color: #02b3e9;
}

.tab-user-title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.tab-link {
  cursor: pointer;
}

.tab-link:hover {
  color: #02b3e9;
}

.mobi-tag-icon {
  margin-top: -3px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404link {
  padding-bottom: 3px;
  border-bottom: 1px dotted #00a45e;
  font-family: 'Open Sans', sans-serif;
  color: #00a45e;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

._404link:hover {
  border-bottom-color: #2d3192;
  color: #2d3192;
}

.pnf {
  color: #00a45e;
}

html.w-mod-js *[data-ix="mobidd"] {
  -webkit-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
}

@media (max-width: 991px) {
  .nav {
    display: block;
    margin-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .content-wrapper {
    position: static;
    display: inline-block;
    overflow: visible;
    height: auto;
    float: none;
  }
  .menu-header {
    display: none;
  }
  .logo {
    display: block;
  }
  .open-footer {
    line-height: 28px;
  }
  .panel {
    min-height: auto;
    margin-top: 0px;
  }
  .panel.search {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .search-box {
    width: 60%;
  }
  .search-button {
    width: 40%;
  }
  .main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .main-body {
    display: block;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slide-nav {
    display: none;
    width: 280px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .results-row {
    margin-bottom: 29px;
  }
  .nav-text {
    display: none;
  }
  ._10-left {
    padding-left: 0px;
  }
  ._10-right {
    position: relative;
    padding-right: 0px;
  }
  .midlde {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .middle {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-top {
    width: 200px;
    padding-top: 20px;
  }
  .menu-top {
    padding-top: 22px;
  }
  .top {
    z-index: 201;
  }
  .top-link-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    float: left;
  }
  .main-link.plain {
    padding-right: 5px;
    padding-left: 5px;
  }
  .search-wrapper {
    display: none;
    width: 150px;
    padding-left: 0px;
    float: left;
  }
  .mobi-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 200;
    display: block;
    margin-top: 94px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mobile-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 93px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }
  .view-profile {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    float: none;
    text-align: center;
  }
  .view-profile.in-side {
    margin-bottom: 15px;
  }
  .ft-links {
    font-size: 12px;
  }
  .buffer {
    padding-top: 188px;
  }
}

@media (max-width: 767px) {
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .content-wrapper {
    display: block;
  }
  .intro.d1 {
    margin-top: -5px;
  }
  .h3.on-white.small {
    line-height: 30px;
  }
  .h3.testre {
    display: block;
    margin-top: 25px;
    float: none;
  }
  .logo-text {
    display: inline-block;
  }
  .logo {
    margin-top: -20px;
  }
  .base {
    height: auto;
  }
  .panel.search {
    padding: 15px;
  }
  .base-1.cal-search {
    float: none;
  }
  .base-1.dash {
    display: none;
  }
  .search-box {
    width: 100%;
  }
  .search-button {
    width: 100%;
  }
  .main-wrapper {
    display: block;
  }
  .slide-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 300;
    display: none;
    overflow: hidden;
    width: auto;
    padding-bottom: 30px;
    background-color: #fff;
  }
  .results-title.results {
    margin-bottom: 15px;
  }
  .result-sub {
    color: rgba(51, 51, 51, 0.6);
  }
  .profile-wrapper {
    display: none;
  }
  .logo-top {
    width: 180px;
    padding-top: 20px;
  }
  .menu-top {
    display: none;
    padding-left: 20px;
  }
  .top {
    z-index: 201;
    height: 88px;
  }
  .minus {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .plus {
    display: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .midle {
    padding-right: 0px;
    padding-left: 0px;
  }
  .accordion-minus {
    display: block;
    margin-top: 30px;
    float: left;
  }
  .mobi-nav-wrapper {
    padding-top: 15px;
    color: #fff;
  }
  .mobi-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 200;
    display: block;
    overflow: hidden;
    height: auto;
    margin-top: 88px;
    padding-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px none #291071;
    background-color: #fff;
  }
  .mobile-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 200;
    overflow: hidden;
    margin-top: 351px;
    padding-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid rgba(41, 16, 113, 0.5);
    background-color: #fff;
  }
  .copyright {
    text-align: center;
  }
  .breadcrumb {
    display: none;
  }
  .breadcrumb.bc-link {
    display: none;
  }
  .slash {
    display: none;
  }
  .ft-links {
    float: none;
  }
  .back-button {
    display: none;
  }
  .ft-col-2-links {
    text-align: center;
  }
  .page-searchwrapper {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .content-wrapper {
    display: block;
    height: auto;
  }
  .intro.d1 {
    display: block;
    margin-top: -5px;
    float: none;
  }
  .h3.on-white.small.accord {
    line-height: 20px;
  }
  .h3.testre {
    display: block;
    margin-top: 24px;
    float: none;
  }
  .footer {
    overflow: visible;
  }
  .base {
    display: inline-block;
  }
  .panel {
    float: none;
  }
  .panel.search {
    min-height: auto;
  }
  .slide-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 200;
    overflow: hidden;
    width: auto;
    margin-top: 90px;
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .profile-wrapper {
    display: none;
    float: right;
  }
  .menu-top {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    float: left;
  }
  .minus {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .plus {
    display: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .midle {
    padding-right: 0px;
    padding-left: 0px;
  }
  .accordion-minus {
    display: block;
    margin-top: 30px;
    float: left;
  }
  .copyright {
    margin-bottom: 5px;
  }
  .login-box {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
  }
  .below-wrapper {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
  }
  .view-profile {
    margin-left: 0px;
  }
  .page-searchwrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-searchbox {
    width: 70%;
  }
  .page-seacrh-button {
    width: 30%;
  }
  .tab {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab.w--current {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-results-pagination-wrapper {
    text-align: center;
  }
  .pag {
    margin-bottom: 10px;
  }
}