@font-face {
  font-family: 'Bahnschrift';
  src: url('/Common/Fonts/BAHNSCHRIFT.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dancing Script';
  src: url('/Common/Fonts/Dancing-Script.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/Common/Fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/Common/Fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-style: italic;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea, select {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 6px;
  border: 1px solid #e3e3e3;
  font-size: 16px !important;
}

input[type="text"], input[type="password"], input[type="number"], .text-width {
  width: 95%;
  max-width: 400px;
}

textarea, .textarea-width {
  width: 95%;
}

.blocking {
}

.small {
  font-size: 85%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: Montserrat, sans-serif;
  scroll-padding-top: 100px;
}

a, a:visited {
  color: #000;
  text-underline-offset: 3px;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-bottom: 20px;
}

dl dd {
  margin-left: 2.5em;
}

a.fa {
  text-decoration: none;
}

.clear {
  clear: both
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.navbar {
  z-index: 5;
  width: 100%;
  height: 150px;
  max-width: 100%;
  object-fit: fill;
  background-color: #fff;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 3rem 0;
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar-container {
  width: auto;
  max-width: none;
  min-height: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
}

.navbar-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.navbar-brand {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding-right: 0;
  display: block;
}

.nav-menu-wrapper {
  padding-left: 0;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.sub-menu {
  display: none;
  position: absolute;
  border: 1px #000 solid;
  background-color: #FFF;
  list-style: none;
  z-index: 10;
}

.sub-nav-item {
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .sub-menu {
    display: block;
    position: static;
    border: none;
    background-color: none;
    margin-left: -20px;
    margin-bottom: 0px;
  }

  .sub-nav-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.container {
  width: 100%;
  max-width: 1500px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
}

.container.container-spacer {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  display: block;
  overflow: visible;
}

.container.blue-background {
  background-color: #3db1de;
}

.container.wave-bg {
  background-image: url('/images/wave_img-01.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-primary {
  width: 90%;
  color: #000;
  text-align: center;
  letter-spacing: .1px;
  text-transform: none;
  white-space: normal;
  background-color: #94e51f;
  border-radius: 41px;
  flex: 1;
  padding: 1vw 0;
  font-family: Montserrat, sans-serif;
  font-size: .8vw;
  font-weight: 700;
  line-height: 1.5vw;
  text-decoration: none;
  transition: all .5s;
}

.button-primary:hover {
  color: #fff;
  background-color: #0eb3e9;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.center-button {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: block;
}

.text-block {
  color: #000;
  -webkit-text-stroke-color: #000;
  flex: 0 auto;
  order: -1;
  align-self: auto;
  align-items: center;
  margin-left: 20px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8vw;
  line-height: 1vw;
  display: block;
}

.column {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-span {
  color: #000;
  -webkit-text-stroke-color: #0eb3e9;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-2 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  line-height: 3vw;
}

.heading-2.heading-center {
  font-size: 3vw;
}

.image {
  width: 100%;
  min-width: 0%;
  object-fit: contain;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0 0;
  display: block;
  overflow: auto;
}

.section {
  width: 100%;
}

.section.section-bg-blue {
  background-image: url('/images/triangle_bg.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
}

.section.case-study-cta {
  background-color: #3db1de;
}

.main-text-styles {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.body-text {
  color: #000;
  text-align: left;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 24px;
}

.body-text.body-text-spacer {
  margin-top: 35px;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
}

.body-text.center-text {
  text-align: center;
}

.body-text.contact-info {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.spacer {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.container-spacer {
  margin-top: 45px;
  margin-bottom: 45px;
}

.heading-center {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.body-text-spacer {
  margin-top: 10px;
}

.accordion-header {
  width: 100%;
  border-bottom: 2px #eef5fe;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline;
}

.accordion-text {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.accordion-item-trigger {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-top: 35px;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.accordion-content {
  flex: 0 auto;
  padding-bottom: 30px;
  display: block;
  position: static;
  overflow: visible;
}

.divider {
  width: 30%;
  border: 1px #000;
  border-width: 1px 3px 0 1px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 1px;
}

.accordion-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
  overflow: visible;
}

.arrow {
  width: 18px;
  float: right;
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
  transform: rotate(-90deg);
}

.accordion-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  overflow: hidden;
}

.faq {
  margin-bottom: 5vw;
}

.case-studies {
  background-color: #3db1de;
  padding-bottom: 0;
}

.section-benefits {
  width: 100%;
  object-fit: contain;
  background-image: url('/images/wave_img-01.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.how-it-works---video {
  background-image: url('/images/triangle_bg.png');
  background-position: 0 0;
  background-size: contain;
  margin-top: 6vw;
  padding-bottom: 6vw;
}

.key-memberships {
  background-color: #3db1de;
  border-top: 1px #000;
  margin-top: 0;
}

.trusted-by-businesses {
  margin-top: 0;
  display: none;
}

.hero {
  width: 100%;
  max-height: 1080px;
  justify-content: space-between;
  margin-top: -7px;
  display: flex;
}

.section-bg-blue {
  background-color: #0eb3e9;
}

.button-primary-2 {
  width: 40%;
  color: #000;
  text-align: center;
  background-color: #94e51f;
  border-radius: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: color .5s;
  display: block;
}

.button-primary-2:hover {
  color: #fff;
}

.spacer-40 {
  padding-top: 40px;
}

.container-4 {
  width: auto;
  max-height: none;
  max-width: 1130px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer a, .footer a:visited {
  color: #FFF;
}

.footer-wrapper {
  width: 100%;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.footer-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 40px 0;
  display: flex;
}

.footer-text {
  -webkit-text-stroke-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.indent {
  padding: 10px 10px 10px 20px;
}

.form {
  width: 480px;
  background-color: #fafafa;
  border-radius: 14px;
  margin: 40px auto 30px;
  padding: 20px 40px 45px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .1);
}

.form.login-form {
  padding-bottom: 30px;
}

.form-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.heading-6 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.submit-button {
  width: 100%;
  background-color: #0eb3e9;
  border-radius: 53px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  transition: all .5s;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #94e51f;
}

.section-3 {
  margin-top: 8%;
}

input.form-input {
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.form-input::-ms-input-placeholder {
  font-size: 14px;
}

.form-input::placeholder {
  font-size: 14px;
}

.form-input.text-area {
  height: 200px;
}

.text-block-5 {
  color: rgba(0, 0, 0);
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
}

.link, .link-2, .link-3, a.link:visited, a.link-2:visited, a.link-3:visited {
  color: rgba(0, 0, 0);
}

.thank-you-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.form-text-blue {
  color: #0eb3e9;
  -webkit-text-stroke-width: 0px;
  font-weight: 700;
  text-decoration: none;
}

.form-link-account {
  color: #000;
}

.container-5, .link-block {
  display: block;
}

.paragraph {
  color: #000;
  margin-top: 3svw;
  margin-bottom: 3svw;
  font-family: Montserrat, sans-serif;
  font-size: .9svw;
  line-height: 1.5svw;
}

.columns-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8vw;
  padding-left: 0;
  display: block;
}

.case-study-image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.forgot-password-link {
  text-align: center;
  padding-top: 10px;
}

.link-4 {
  text-decoration: none;
}

.text-span-2 {
  color: #000;
}

.business-logos {
  max-width: 70%;
}

.benefits-image {
  width: 152%;
  max-width: 152%;
  object-fit: fill;
  margin-top: -6vw;
  margin-right: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-list-item {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.columns-7 {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.nav-item {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  white-space: nowrap;
}

.nav-item.hide-on-desktop {
  display: none;
}

.nav-link-box {
  padding-left: 0;
}

.button-2 {
  background-color: #3db1de;
  border-radius: 22px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .5s;
}

.button-2:hover {
  background-color: #94e51f;
}

.image-15 {
  width: 17px;
  max-width: none;
}

.columns-8 {
  margin-top: 10px;
}

.twitter-icon {
  width: 17px;
  max-width: none;
}

.facebook-icon {
  width: 9px;
  max-width: none;
}

.youtube-icon {
  width: 18px;
  max-width: none;
  margin-top: -2px;
  margin-bottom: 0;
  margin-left: -6px;
}

.footer-social-link-box {
  width: 25%;
  margin-right: 0;
  padding-right: 1vw;
  padding-bottom: 1vw;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(51deg) brightness(105%) contrast(101%);
}

.android-icon {
  width: 15px;
  max-width: none;
}

.apple-icon {
  width: 16px;
  max-width: none;
}

.amazon-icon {
  width: 20px;
  max-width: none;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: -3px;
}

.text-block-6 {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.footer-phone {
  text-decoration: none;
}

.footer-phone-text {
  -webkit-text-stroke-color: #fff;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-email-text {
  -webkit-text-stroke-color: #fff;
  margin-top: -11px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-email {
  text-decoration: none;
}

a.footer-links {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  text-decoration: none;
}

.div-block-3 {
  justify-content: space-between;
  align-self: auto;
  padding-right: 0;
  display: flex;
}

.div-block-4 {
  border-top: 1px solid rgba(255, 255, 255, .09);
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 0;
  display: block;
}

.text-block-7 {
  color: #fff;
  padding-top: 10px;
  padding-left: 40px;
}

.footer {
  background-color: #212120;
}

.div-block-5 {
  max-width: 1130px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-16 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-columns {
  padding-left: 1px;
  display: flex;
}

.hero-container {
  max-width: 100%;
  background-image: url('/images/triangle_bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-column-one {
  align-self: center;
  padding-top: 0;
  padding-left: 7vw;
  padding-right: 5vw;
}

.hero-column-two {
  align-items: center;
  display: flex;
}

.heading {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.heading.heading-blue {
  color: #3db1de;
}

.hero-inner-column-2 {
  flex-wrap: wrap;
  flex: 1;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.hero-inner-column-1 {
  flex-wrap: nowrap;
  flex: 1;
  order: -1;
  align-self: auto;
  align-items: center;
  display: flex;
}

.hero-inner-columns {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 142px;
  display: flex;
}

.hero-heading-small {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Montserrat, sans-serif;
  font-size: .9vw;
}

.flex-block {
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 3vw;
}

.sub-heading-dark {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
}

.sub-heading-dark.center-text {
  text-align: center;
}

.box-one {
  border-right: 1px #000;
  padding-left: 40px;
  padding-right: 40px;
}

.quick-stack {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}

.cell.left-border {
  border: 1px #000;
  border-right: 1px solid rgba(0, 0, 0, .3);
}

.image-17 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.case-study-cta-div {
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.text-span-4 {
  color: #3db1de;
}

.sub-heading-blue {
  color: #3db1de;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  line-height: 2vw;
}

.spacer-5-vw {
  padding-bottom: 5vw;
}

.div-block-2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.bottom-border-divider {
  width: 30%;
  border-bottom: 2px solid rgba(0, 0, 0, .3);
  margin: 2vw auto;
  padding-bottom: 0;
}

.cta-icon {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vw;
  padding-bottom: 2vw;
  display: block;
}

.html-embed {
  padding-right: 0;
}

.user-info-div {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.user-intro {
  border-right: 1px solid #212120;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 1svh;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
}

.html-embed-current-date {
  color: #000;
  text-align: right;
}

.user-account-unset {
  display: none;
  position: absolute;
}

.user-account-info {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.text-block-8, .text-block-9 {
  color: #9c9c9c;
}

.columns-9 {
  flex-wrap: wrap;
  display: flex;
}

.heading-7 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.heading-8 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.column-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-4 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  text-align: center;
  margin-bottom: 20px;
}

.line-divider {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.div-block-6 {
  clear: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.category-link {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
}

.page-header {
  margin-left: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-5 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.member-sort-and-new-search {
  color: #000;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-5, .link-6, a.link-5:visited, a.link-6:visited {
  color: #000;
}

.link-7, a.link-7:visited {
  color: #3db1de;
  text-decoration: none;
}

.member-directory-div {
  background-color: #fff;
  border-radius: 15px;
  margin: 40px 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.body-3 {
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.member-directory-columns {
  flex-wrap: wrap;
  display: flex;
}

.member-directory-result-image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mem-result-company-name {
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.company-name-link {
  display: inline-block;
  color: #212120;
  margin-bottom: 0.5em;
  font-size: 21px;
}

.member-category {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.mem-text-block {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.link-9, a.link-9:visited {
  color: #3db1de;
  text-decoration: none;
}

.member-directory-result-column-two {
  padding-right: 40px;
}

.member-directory-result-column-three {
  flex-direction: column;
  justify-content: space-between;
  padding-right: 40px;
  display: flex;
}

.mem-location {
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.mem-rating-and-sales {
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-8 {
  max-width: 450px;
  margin: 20px auto;
}

.text-block-10 {
  text-align: center;
  flex-direction: row;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.div-block-9 {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.column-3 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.column-4 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-10 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-11 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.div-block-11 {
  border-radius: 9px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.columns-10 {
  display: flex;
}

.section-6 {
  max-width: 1300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-12 {
  border-radius: 15px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-13 {
  width: 70%;
  max-width: 100%;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 40px;
}

.div-block-14 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
  overflow: hidden;
}

.link-10, a.link-10:visited {
  color: #000;
}

.link-11, a.link-11:visited {
  color: #3db1de;
  text-decoration: none;
}

.marketplace-ads-page-header {
  margin-top: 10px;
  margin-bottom: 40px;
}

.html-embed-2 {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-12 {
  text-align: right;
  font-size: 22px;
  font-weight: 600;
}

.flex-block-2 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.rate-member-btn {
  width: 48%;
  text-align: center;
  background-color: #3db1de;
  border-radius: 36px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition: background-color .2s;
}

.rate-member-btn:hover {
  background-color: #94e51f;
}

.report-listing-btn {
  width: 48%;
  text-align: center;
  background-color: #444;
  border-radius: 33px;
  margin-left: 0;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition: background-color .2s;
}

.report-listing-btn:hover {
  background-color: #3db1de;
}

.report-listing-btn.marketplace-ad-report-listing-btn {
  width: 90%;
}

.body-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-14 {
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.link-12, a.link-12:visited {
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  font-size: 18px;
  display: block;
}

.flex-block-3 {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

.flex-block-4 {
  flex-flow: row;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.flex-block-5 {
  align-items: center;
}

.text-block-15 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-16 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.add-to-rolodex-btn {
  text-align: center;
  background-color: #3db1de;
  border-radius: 32px;
  margin-top: 15px;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
}

.link-block-2 {
  color: #000;
  align-items: center;
  display: flex;
}

.text-block-18 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.heading-10 {
  font-size: 25px;
  font-weight: 600;
}

.div-block-16 {
  max-width: 100%;
  margin-top: 100px;
}

.sub-header {
  margin-top: 40px;
  margin-left: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.market-place-ad-section {
  border-radius: 15px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-19 {
  font-size: 25px;
}

.div-block-18 {
  border-bottom: 1px solid #212120;
  padding-bottom: 6px;
}

.div-block-19 {
  padding-top: 20px;
}

.flex-block-6 {
  justify-content: space-between;
  padding-bottom: 20px;
}

.link-13, a.link-13:visited {
  color: #000;
  text-decoration: none;
}

.column-5 {
  border: 0 #000;
  padding-right: 0;
}

.div-block-20 {
  border: 0 solid #000;
  border-right-width: 1px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.link-14, a.link-14:visited {
  color: #3db1de;
  text-decoration: none;
}

.price {
  padding-top: 20px;
  font-size: 25px;
  font-weight: 600;
}

.column-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: block;
}

.div-block-21 {
  margin-top: auto;
  padding-left: 20px;
}

.div-block-22 {
  text-align: center;
  background-color: #d9d9d9;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 7px 0;
}

.text-block-20 {
  border-radius: 0;
}

.div-block-23 {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.contact-area-hide-on-desktop {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.rating-modal-wrapper {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form-block {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.dropdown {
  width: 100%;
}

.submit-button-2 {
  width: 100%;
  background-color: #3db1de;
  border-radius: 23px;
}

.text-block-21 {
  text-align: center;
  padding-bottom: 15px;
}

.field-label-2 {
  margin-top: 10px;
}

.close-button {
  float: right;
  cursor: pointer;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-19 {
  position: static;
}

.dropdown-list {
  background-color: #c09e9e;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-top-width: 0;
  border-radius: 0 0 15px 15px;
  margin-top: -30px;
  position: absolute;
}

.rating:hover {
  background-color: #3db1de;
}

.contact-seller-btn {
  text-align: center;
  background-color: #3db1de;
  border-radius: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.contact-seller-btn.marketplace-ad-contact-seller-btn {
  width: 90%;
}

.link-15, a.link-15:visited {
  color: #000;
  font-size: 17px;
}

.div-block-24 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.marketplace-ad-contact-info {
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
  overflow-x: hidden;
}

.text-block-22 {
  color: #000;
  margin-top: 20px;
  font-size: 17px;
}

.link-16, a.link-16:visited {
  color: #000;
}

.marketplace-ad-price {
  margin-top: auto;
  padding-left: 0;
}

.marketplace-ad-stock {
  width: 20%;
  text-align: center;
  background-color: #d9d9d9;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 7px 0;
}

.div-block-25 {
  height: 40%;
  margin-bottom: 40px;
}

.div-block-26 {
  height: 60%;
  margin-top: 7svw;
}

.marketplace-sub-header {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.marketplace-sub-header.large-text {
  font-size: 22px;
  font-weight: 500;
}

.column-8 {
  height: 100%;
}

.column-9 {
  padding-bottom: 40px;
}

.columns-12 {
  margin-left: auto;
  margin-right: auto;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.keyword-link {
  color: #000;
}

.small-column-divider {
  margin-left: 0;
  padding-left: 10px;
}

.single-member-directory-result {
  border-radius: 15px;
  flex-flow: row;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.member-marketplace-ad {
  width: 95%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.marketplace-ad-columns {
  margin-left: auto;
  margin-right: auto;
}

.marketplace-ad-column-one-info {
  padding-bottom: 40px;
}

.marketplace-ad-column-two-info {
  height: 100%;
}

.marketplace-add-box {
  border-radius: 15px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.marketplace-ad-section {
  max-width: 1300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.marketplace-ads-show-on-mobile {
  display: none;
}

.case-study-page-bg {
  height: 100%;
  background-image: url('/images/case-study-page-bg.svg');
  background-position: 0 0;
  background-size: cover;
}

.image-20 {
  margin-left: -15px;
  position: static;
  top: auto;
  bottom: 11%;
  left: 0%;
  right: auto;
}

.div-block-27 {
  margin-top: 104%;
}

.image-21 {
  float: right;
  margin-top: -38px;
  margin-right: -14px;
}

.div-block-28 {
  margin-top: -5px;
  margin-right: 0;
  display: block;
}

.case-study-header-text {
  clear: none;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 100%;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.section-7 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-page-header-one {
  margin-top: 12%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
}

.case-study-page-header-two {
  color: #3db1de;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  line-height: 55px;
}

.case-study-page-header-three {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.case-study-sub-header {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.case-study-sub-header.bold-text {
  font-size: 17px;
  font-weight: 600;
}

.case-study-paragraph {
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.case-study-blue-divider {
  width: 30%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #3db1de;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bold-text {
  font-family: Montserrat, sans-serif;
}

.case-study-blue-div {
  width: 64%;
  height: 100%;
  background-color: #3db1de;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 100px 40px;
}

.case-study-blue-div.aladdin-blue-div {
  padding: 0;
}

.case-study-large-bold-text {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 50px;
}

.case-study-gray-divider {
  width: 30%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #212120;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-30, .case-study-itex-clien-image {
  margin-top: -106px;
}

.client-name {
  float: none;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: static;
}

.client-company {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.curvy-road-client-info {
  margin-top: 76px;
  margin-left: 49%;
  display: block;
}

.client-image {
  width: 100%;
  margin-top: -131px;
  margin-bottom: -113px;
}

.client-image.curvy-road {
  margin-top: -158px;
  margin-bottom: -1px;
}

.case-study-quote {
  background-color: #212120;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.div-block-33 {
  max-width: 900px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-14, .image-22 {
  margin-top: 0;
}

.quote-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35 {
  margin-bottom: 0;
}

.bold-quote-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 800;
  line-height: 38px;
}

.quote-text {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  display: block;
}

.image-23 {
  width: 100%;
}

.aladdin-image {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.aladdin-image.curvy-road {
  margin-top: -158px;
  margin-bottom: -1px;
}

.blue-div-nested-content {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 20px;
}

.case-study-medium-bold-text {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  line-height: 50px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px #AAA solid;
  }

  .nav-link {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.container-spacer {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .container.blue-background {
    margin-bottom: 0;
    padding-top: 4.3em;
  }

  .container.wave-bg {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary {
    font-size: 1.2vw;
    overflow: visible;
  }

  .button-primary.center-button {
    width: 72%;
    border-radius: 62px;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 0;
  }

  .text-block {
    font-size: 1vw;
    display: block;
    overflow: visible;
  }

  .column {
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-2 {
    align-self: auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 3vw;
    line-height: 2rem;
  }

  .heading-2.heading-center {
    margin-left: auto;
  }

  .image {
    width: 100%;
    max-width: 100%;
    align-self: auto;
    padding-left: 0;
  }

  .body-text {
    font-size: .8rem;
    line-height: 16px;
  }

  .body-text.body-text-spacer {
    font-size: 14px;
    line-height: 22px;
  }

  .body-text.contact-info {
    line-height: 21px;
  }

  .spacer {
    display: block;
  }

  .case-studies {
    padding-top: 40px;
  }

  .section-benefits {
    padding-bottom: 60px;
  }

  .button-primary-2 {
    font-size: 16px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .paragraph {
    margin-top: 2svw;
    margin-bottom: 2svw;
    font-family: Montserrat, sans-serif;
    font-size: .6rem;
    line-height: 1rem;
    display: block;
  }

  .benefits-image {
    width: 100%;
    max-width: 150%;
    object-fit: contain;
    margin-top: 0;
    margin-right: 0;
  }

  .columns-7 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-item, .nav-item.hide-on-desktop {
    display: block;
  }

  .nav-item.hide-on-mobile {
    display: none;
  }

  .div-block-4 {
    font-size: 1em;
  }

  .div-block-5 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-columns {
    flex-wrap: wrap;
    display: flex;
  }

  .hero-container {
    background-size: contain;
  }

  .hero-column-two {
    flex-direction: row;
    margin-top: 0%;
    display: flex;
  }

  .hero-inner-columns {
    padding-bottom: 3vw;
  }

  .flex-block {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .sub-heading-dark.center-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cell.left-border {
    border-style: none;
    border-color: #000;
    flex-flow: column wrap;
    align-content: center;
  }

  .case-study-cta-div {
    width: 75%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-2 {
    width: 60%;
  }

  .user-info-div {
    flex-wrap: nowrap;
  }

  .columns-9 {
    display: flex;
  }

  .section-4 {
    flex-direction: row;
    display: flex;
  }

  .mem-result-company-name {
    flex-wrap: wrap;
    display: flex;
  }

  .company-name-link {
    margin-right: 20px;
    padding-bottom: 10px;
  }

  .div-block-12 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-13 {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    display: flex;
  }

  .div-block-14 {
    margin-left: auto;
    display: none;
  }

  .marketplace-ads-page-header {
    display: block;
  }

  .rate-member-btn {
    padding: 15px 40px;
    font-size: 16px;
  }

  .report-listing-btn {
    width: 48%;
    padding: 15px 40px;
    font-size: 16px;
  }

  .add-to-rolodex-btn {
    padding: 15px 40px;
  }

  .div-block-16 {
    margin-top: 40px;
  }

  .market-place-ad-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-19 {
    font-size: 21px;
  }

  .price {
    font-size: 23px;
  }

  .div-block-22 {
    width: 83%;
  }

  .contact-area-hide-on-desktop {
    max-width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    display: block;
  }

  .contact-seller-btn {
    padding: 15px 40px;
  }

  .marketplace-ad-contact-info {
    margin-left: auto;
    display: block;
  }

  .marketplace-ad-stock {
    width: 83%;
  }

  .column-9 {
    display: flex;
  }

  .columns-12 {
    flex-flow: wrap;
    align-items: flex-start;
    display: block;
  }

  .small-column-divider {
    width: 2%;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .single-member-directory-result {
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: hidden;
  }

  .member-marketplace-ad {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    display: none;
  }

  .marketplace-ad-columns {
    flex-flow: wrap;
    align-items: flex-start;
    display: block;
  }

  .marketplace-ad-column-one-info {
    flex-wrap: wrap;
    display: block;
  }

  .marketplace-add-box {
    margin-left: 20px;
    margin-right: 20px;
  }

  .marketplace-ad-section {
    display: block;
  }

  .marketplace-ads-show-on-mobile {
    flex-wrap: wrap;
    display: block;
  }

  .case-study-page-header-one {
    font-size: 42px;
  }

  .case-study-page-header-two {
    font-size: 45px;
  }

  .case-study-page-header-three {
    font-size: 19px;
  }

  .case-study-sub-header {
    font-size: 26px;
  }

  .case-study-paragraph {
    font-size: 12px;
  }

  .case-study-blue-div {
    width: 90%;
  }

  .client-name, .client-company {
    font-size: 16px;
  }

  .curvy-road-client-info {
    margin-top: 22px;
    margin-left: 20%;
  }

  .client-image {
    margin-top: -85px;
    margin-right: -12px;
  }

  .client-image.curvy-road {
    margin-top: -61px;
  }

  .bold-quote-text {
    font-size: 21px;
  }

  .image-23 {
    margin-right: 0;
  }

  .column-10 {
    margin-bottom: 32px;
    padding-left: 40px;
  }

  .aladdin-image {
    margin-top: -85px;
    margin-right: -12px;
  }

  .aladdin-image.curvy-road {
    margin-top: -61px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .container.container-spacer {
    margin-bottom: 40px;
  }

  .container.blue-background {
    padding-top: 1.1em;
  }

  .button-primary {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    margin-bottom: 20px;
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 3.5vw;
  }

  .button-primary.center-button {
    width: 100%;
    font-size: 3.5vw;
  }

  .text-block {
    margin-top: 1vw;
    margin-left: 0;
    padding-bottom: 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .column {
    flex: 1;
    align-content: center;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-2.heading-center {
    font-size: 4vw;
  }

  .image {
    object-fit: cover;
    margin-left: 0;
    overflow: auto;
  }

  .body-text {
    padding-top: 2vw;
  }

  .accordion-header {
    width: 100%;
  }

  .accordion-wrapper {
    width: 90%;
  }

  .faq {
    line-height: 20px;
  }

  .hero {
    display: block;
  }

  .button-primary-2 {
    width: 50%;
  }

  .section-3 {
    margin-top: 40px;
  }

  .paragraph {
    margin-top: 4svw;
    padding-right: 20px;
    font-size: .9rem;
  }

  .columns-3 {
    display: block;
  }

  .case-study-image {
    width: 70%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .benefits-image {
    max-width: 139%;
  }

  .columns-8 {
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    display: flex;
  }

  .footer-social-link-box {
    padding-right: 3vw;
  }

  .div-block-4 {
    padding-right: 33px;
  }

  .hero-columns {
    padding-left: 0;
  }

  .hero-container {
    background-position: 50% 0;
    background-size: contain;
  }

  .hero-column-two {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 6vw;
    line-height: 7vw;
  }

  .hero-inner-column-1 {
    padding-top: .125em;
  }

  .hero-inner-columns {
    flex-flow: column wrap;
    display: flex;
  }

  .hero-heading-small {
    margin-top: 2vw;
    margin-bottom: 3vw;
    font-size: 2vw;
  }

  .sub-heading-dark.center-text {
    font-size: 3vw;
  }

  .image-17 {
    padding-top: 3em;
  }

  .div-block-2 {
    width: 88%;
  }

  .user-info-div {
    flex-wrap: nowrap;
  }

  .heading-8 {
    text-align: center;
    font-size: 25px;
  }

  .div-block-7 {
    padding-left: 20px;
  }

  .member-directory-result-column-three {
    margin-top: 40px;
  }

  .member-directory-result-column-one {
    margin-bottom: 20px;
  }

  .div-block-18 {
    margin-top: 20px;
  }

  .div-block-20 {
    border-style: none;
    border-width: 1px;
    display: block;
  }

  .contact-area-hide-on-desktop {
    margin-top: 40px;
  }

  .image-18 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-11 {
    flex-wrap: wrap;
    display: flex;
  }

  .column-7 {
    display: flex;
  }

  .div-block-27 {
    margin-top: 0%;
    display: none;
  }

  .image-21 {
    margin-top: 82px;
  }

  .div-block-28 {
    margin-top: -128px;
  }

  .case-study-header-text {
    justify-content: center;
    margin-top: -14%;
    margin-left: 200px;
  }

  .case-study-blue-div.aladdin-blue-div {
    flex-wrap: wrap;
    display: flex;
  }

  .client-image {
    margin-top: -188px;
    margin-bottom: 0;
  }

  .case-study-quote {
    margin-top: 0;
  }

  .div-block-33, .quote-image {
    display: flex;
  }

  .bold-quote-text {
    font-size: 15px;
  }

  .image-23 {
    float: right;
  }

  .columns-15 {
    flex-wrap: wrap-reverse;
    display: flex;
  }

  .column-11 {
    margin-top: -144px;
    padding-left: 40px;
  }

  .aladdin-image {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .blue-div-nested-content {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
    border-bottom: 1px #AAA solid;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
  }

  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 8vw;
    font-size: 4vw;
  }

  .text-block {
    padding-top: 3vw;
    padding-bottom: 5vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .column {
    flex-wrap: wrap;
    display: block;
  }

  .heading-2 {
    line-height: 2.5rem;
  }

  .heading-2.heading-center {
    margin-top: 20px;
    font-size: 7vw;
    line-height: 2rem;
  }

  .image {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .body-text {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .body-text.center-text {
    padding-bottom: 5vw;
  }

  .body-text.contact-info {
    margin-top: 3px;
  }

  .spacer {
    display: block;
  }

  .accordion-header {
    font-size: 14px;
  }

  .arrow {
    width: 12px;
    font-size: 14px;
  }

  .case-studies {
    margin-top: 0;
  }

  .button-primary-2 {
    width: 80%;
    font-size: 14px;
  }

  .spacer-40 {
    display: none;
  }

  .container-4 {
    height: 271px;
    max-width: none;
    display: inline-block;
  }

  .footer-wrapper {
    height: 243px;
    flex-flow: row;
    align-content: space-around;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .icon-2 {
    background-color: #fff;
  }

  .form {
    width: 295px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-header {
    font-size: 30px;
  }

  .section-3 {
    margin-top: 40px;
  }

  .paragraph {
    margin-top: 8svw;
    margin-bottom: 5svw;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .case-study-image {
    width: 80%;
  }

  .business-logos {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .benefits-image {
    max-width: 100%;
    margin-top: 1px;
    position: relative;
    overflow: visible;
  }

  .nav-link-box {
    padding-left: 0;
  }

  .div-block-3 {
    flex-flow: wrap;
    display: flex;
  }

  .div-block-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-7 {
    padding-left: 37px;
  }

  .div-block-5 {
    max-width: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: block;
  }

  .hero-columns {
    width: 100%;
    padding-left: 0;
  }

  .hero-container {
    background-position: 50% 0;
    background-size: cover;
  }

  .heading {
    font-size: 8vw;
    line-height: 10vw;
  }

  .hero-inner-column-2 {
    order: 1;
  }

  .hero-inner-column-1 {
    order: -1;
    padding-top: 10px;
  }

  .hero-inner-columns {
    flex-flow: wrap;
    display: block;
  }

  .hero-heading-small {
    margin-top: 5vw;
    font-size: 3vw;
  }

  .sub-heading-dark.center-text {
    margin-top: 6vw;
    font-size: 5vw;
  }

  .box-one {
    padding-left: 0;
    padding-right: 0;
  }

  .image-17 {
    padding-top: 1em;
  }

  .case-study-cta-div {
    width: 90%;
  }

  .sub-heading-blue {
    font-size: 6vw;
    line-height: 7vw;
  }

  .html-embed {
    padding-bottom: 0;
  }

  .user-info-div {
    flex-wrap: wrap;
  }

  .mem-result-company-name {
    font-size: 16px;
  }

  .member-category {
    font-weight: 600;
  }

  .div-block-13 {
    justify-content: center;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    display: none;
  }

  .flex-block-2 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: auto;
  }

  .rate-member-btn {
    width: 100%;
  }

  .report-listing-btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .report-listing-btn.marketplace-ad-report-listing-btn {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    display: inline-block;
  }

  .heading-10 {
    padding-left: 20px;
    font-size: 18px;
  }

  .sub-header {
    text-align: center;
    margin-left: 0;
    font-size: 21px;
    line-height: 33px;
  }

  .flex-block-6 {
    flex-wrap: wrap;
  }

  .link-13 {
    line-height: 25px;
  }

  .div-block-20 {
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .div-block-21 {
    padding-left: 0;
  }

  .div-block-22 {
    margin-left: 0;
  }

  .image-18 {
    max-width: 80%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .columns-11 {
    margin-left: 0;
    margin-right: 10px;
  }

  .marketplace-ad-contact-info {
    padding-bottom: 0;
    border-right: 0px;
  }

  .marketplace-ad-price {
    padding-left: 0;
  }

  .marketplace-ad-stock {
    margin-left: 0;
  }

  .div-block-25 {
    margin-bottom: 0;
  }

  .div-block-26 {
    margin-top: 10px;
  }

  .marketplace-sub-header.large-text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .member-marketplace-ad {
    justify-content: center;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-21 {
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 0;
  }

  .div-block-28 {
    margin-top: 0;
    display: none;
  }

  .case-study-header-text {
    margin-top: 0%;
  }

  .case-study-page-header-one {
    margin-top: 0%;
    font-size: 35px;
  }

  .case-study-page-header-two {
    font-size: 41px;
  }

  .case-study-page-header-three {
    font-size: 14px;
    line-height: 24px;
  }

  .case-study-sub-header {
    font-size: 20px;
  }

  .case-study-paragraph {
    font-size: 14px;
  }

  .client-name, .client-company {
    font-size: 16px;
  }

  .curvy-road-client-info {
    margin-left: 6%;
    padding-right: 100px;
  }

  .bold-quote-text {
    font-size: 13px;
  }

  .columns-15 {
    float: none;
    clear: none;
    flex-flow: row;
    align-items: flex-start;
    margin-top: auto;
    display: block;
  }

  .column-11 {
    margin-top: 0%;
    padding-top: 0;
  }

  .column-12 {
    margin-top: 0;
    display: none;
  }

  .div-block-36 {
    flex-flow: wrap;
    margin-top: auto;
    display: block;
  }

  .bold-text-2 {
    font-size: 32px;
  }
}

#w-node-_354a70fa-9dc1-9e95-0bf1-887d2c0c7295-8482ccba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e3b4a1e1-630a-dc33-9f0c-92964282f4e5-8482ccba, #w-node-eee69b2d-e4ba-332a-2e97-283edbc70ae5-8482ccba, #w-node-c721c0ae-2f00-67a0-6aca-4229427ef8e9-8482ccba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_354a70fa-9dc1-9e95-0bf1-887d2c0c7295-8482ccba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e3b4a1e1-630a-dc33-9f0c-92964282f4e5-8482ccba, #w-node-eee69b2d-e4ba-332a-2e97-283edbc70ae5-8482ccba, #w-node-c721c0ae-2f00-67a0-6aca-4229427ef8e9-8482ccba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* General */
section.box {
  border-radius: 15px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

section.video-box {
  text-align: center;
}

  section.video-box div {
    font-size: 20px;
    font-weight: 500;
    margin-top: 1vw;
  }

iframe.video {
  border-radius: 15px;
  width: 80%;
}

button.show-pwd {
  position: absolute;
  right: 39px;
  width: 81px;
  height: 38px;
  margin-top: -58px;
  background-color: #0eb3e9;
  color: #FFF;
  font-weight: bold;
  border-radius: 53px;
}

.photo { 
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
  background-color: #f7f7f7;
  border-radius: 10px;
}

.photo-caption {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 1em;
}

ul.nav-tabs {
  list-style: none;
}

  ul.nav-tabs > li {
    float: left;
    position: relative;
    display: block;
    padding: 1em 1em;
    border: 1px #ccc solid;
    font-size: 16px;
    font-weight: 500;
  }

  ul.nav-tabs a {
    text-decoration: none;
  }
  
  ul.nav-tabs li .item-name {
    margin-right: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
  }

  ul.nav-tabs li .item-count {
    opacity: .6;
    max-width: 20%;
  }
    ul.nav-tabs > li.active {
      background-color: #3db1de;
    }

    ul.nav-tabs > li.active > a, ul.nav-tabs > li.active > a:visited {
      color: #FFF;
    }

.SuccessStoryHeadshot {
  float: right;
  width: 330px;
  margin-left: 2em;
}
    
@media screen and (max-width: 479px) {
  button.show-pwd {
    right: 20px;
  }
}


input.half[type="text"], input.half[type="password"] {
  width: 47%;
  max-width: 197px;
}


label.half {
  display: inline-block;
  width: 47%;
  max-width: 197px;
}

input[type="text"].datepicker {
  width: 120px;
}

.indent {
  padding: 10px 10px 10px 20px;
}

label {
  display: block;
  font-weight: bold;
}

.line-item {
  text-align: left;
  border-bottom: 1px #CCC solid;
  padding: 5px;
}

tr.line-item td {
  border-bottom: 1px #CCC solid;
}

.alt-line {
  background-color: #EEE;
}

  .alt-line input, select {
    /*background-color: #FFF !important;*/
  }

div.sup {
  display: inline-block;
  font-size: 25%;
  vertical-align: top;
  margin-top: -1em;
  padding-left: 5px;
}

span.sup {
  display: inline-block;
  font-size: 75%;
  vertical-align: top;
  margin-top: -0.75em;
  padding-left: 1px;
}

.va-top {
  vertical-align: top;
}

.inline {
  display: inline;
}

  .inline * {
    display: inline;
  }

#Help {
  display: none;
}

label a.help, h3 a.help {
  font-weight: normal;
  font-size: 90%;
  margin-left: 1em;
}

h3 a.help {
  font-size: 14px;
}

.refine-form {
  border: 2px #CCC solid;
  padding: 1em;
  margin-left: 2em;
  margin-bottom: 1em;
  border-radius: 5px;
}

td.half-width {
  width: 50%;
}

td.onethird-width {
  width: 33%;
}

.hiw-fr {
  float: right;
}

.prt-message {
  display: none;
}

.map-canvas {
  max-width: none;
  height: 500px;
}

/* My Account */
table[id$="ctlLogin"], table[id$="ctlLogin"] td div {
  width: 100%;
}

ul.acct-menu {
  padding-left: 0;
  overflow: auto;
}

  ul.acct-menu li {
    white-space: nowrap;
    list-style-type: none;
    padding-bottom: 0.5em;
  }

.chkDisclaimer, .chkDisclaimer > a {
  font-size: 12px;
  line-height: 14px;
}

p.chkDisclaimer {
  margin-left: 20px;
}

/* Profile */
aside.sidebar {
  float: left;
  padding-bottom: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  aside.sidebar {
    float: none;
    text-align: center;
  }
}

/* Social */
div.social {
}

div.social img {
  width: 24px;
  height: 24px;
}

div.facebook img {
  filter: invert(30%) sepia(53%) saturate(676%) hue-rotate(182deg) brightness(95%) contrast(86%);
}

div.linkedin img {
  filter: invert(30%) sepia(65%) saturate(2282%) hue-rotate(177deg) brightness(90%) contrast(101%);
}

div.twitter img {
  filter: invert(0%) sepia(0%) saturate(7495%) hue-rotate(139deg) brightness(83%) contrast(100%);
}

div.instagram img {
  filter: invert(55%) sepia(9%) saturate(2062%) hue-rotate(165deg) brightness(84%) contrast(89%);
}

div.vimeo img {
  filter: invert(93%) sepia(59%) saturate(692%) hue-rotate(19deg) brightness(87%) contrast(89%);
}

div.youtube img {
  filter: invert(10%) sepia(70%) saturate(6419%) hue-rotate(358deg) brightness(92%) contrast(114%);
}

div.yelp img {
  filter: invert(11%) sepia(97%) saturate(7483%) hue-rotate(3deg) brightness(92%) contrast(94%);
}

div.pinterest img {
  filter: invert(10%) sepia(95%) saturate(4454%) hue-rotate(343deg) brightness(113%) contrast(112%);
}

/* Marketplace */
.fa-star {
  color: #D9D9D9;
}

.checked {
  color: #FFC700;
}

div.member-item {
  position: relative;
  border: 2px #000 solid;
  margin-bottom: 1em;
  padding: 5px;
}

  div.member-item img {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 20px;
  }

  div.member-item .member-header {
    padding-top: 0.5em;
  }

    div.member-item .member-header a {
      color: #000;
      font-size: 125%;
      font-weight: bold;
      font-style: italic;
    }

  div.member-item .item-price {
    float: right;
    font-size: 110%;
  }

/* Report Tables */
table {
  width: 95%;
  border: 0px;
}
  table td, table th {
    padding: 3px;
    margin: 2px;
  }

  table th {
    text-align: left;
  }

.reportTitle {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  min-height: 30px;
  vertical-align: middle;
}

  .reportTitle a {
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
  }

td.reportTitle {
  padding: 2px;
  background-color: #999;
}

.reportHeader th {
  color: #FFF;
  background-color: #3db1de;
}

  .reportHeader th > a {
    color: #FFF;
  }

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

.reportNoResults {
  padding: 10px;
  font-weight: bold;
}

.emailicon {
  display: inline-block;
  background: url('/Images/icon-pack.png') no-repeat -75px -20px;
  width: 30px;
  height: 25px;
  cursor: pointer;
}

.printericon {
  display: inline-block;
  background: url('/Images/icon-pack.png') no-repeat -110px -20px;
  width: 30px;
  height: 25px;
  cursor: pointer;
}

.excelicon {
  display: inline-block;
  background: url('/Images/icon-pack.png') no-repeat -145px -20px;
  width: 30px;
  height: 25px;
  cursor: pointer;
}

.csvicon {
  display: inline-block;
  background: url('/Images/icon-pack.png') no-repeat -180px -20px;
  width: 30px;
  height: 25px;
  cursor: pointer;
}

/* Validators */
.validatorSummary {
  font-weight: bold;
  border: 3px #900 solid;
  border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #FDD;
  padding: 5px;
  font-style: italic;
  margin-bottom: 2em;
}

  .validatorSummary ul {
    list-style: initial !important;
    margin: initial !important;
    padding-left: 25px !important;
  }

  .validatorSummary > ul > li {
    visibility: visible !important;
    position: relative !important;
  }

.validator {
  font-weight: bold;
  color: #900;
}

/* Notification area */
.status {
  padding: 8px 10px 5px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 1px 1px 1px #fff;
  overflow: auto;
  clear: both;
  z-index: 99;
}

  .status img {
    float: left;
    padding-right: 5px;
  }

  .status p {
    padding: 0;
    margin: 0;
  }

    .status p span.messagetype {
      font-weight: 700;
      padding-right: 10px;
    }

  .status .closestatus {
    float: right;
    color: #fff;
    text-align: center;
    margin-left: 10px;
  }

    .status .closestatus a {
      position: relative;
      color: #fff;
      text-decoration: none;
      padding: 5px;
      width: 20px;
      height: 20px;
      display: block;
      border-radius: 5px;
      -moz-border-radius: 5px;
      line-height: .6em;
      top: -2px;
      text-shadow: none;
    }

.warning {
  border: 3px solid #BF9900;
  background: #FEEB9C url(images/bg_fade_yellow_med.png) repeat-x top;
}

  .warning span.messagetype {
    color: #BF9900;
  }

  .warning .closestatus a {
    background: #BF9900;
  }

    .warning .closestatus a:hover {
      background: #9B7C00;
    }

.success {
  border: 3px solid #8EA534;
  background: #CBDA8F url(images/bg_fade_green_med.png) repeat-x top;
}

  .success span.messagetype {
    color: #8EA534;
  }

  .success .closestatus a {
    background: #8EA534;
  }

    .success .closestatus a:hover {
      background: #829829;
    }

.error {
  border: 3px solid #990000;
  background: #F5D0CD url(images/bg_fade_red_med.png) repeat-x top;
  font-weight: bold;
}

  .error span.messagetype {
    color: #990000;
  }

  .error .closestatus a {
    background: #990000;
  }

    .error .closestatus a:hover {
      background: #730D0D;
    }

.info {
  border: 3px solid #2FADD7;
  background: #92D6ED url(images/bg_fade_blue_med.png) repeat-x top;
}

  .info span.messagetype {
    color: #0E7A9F;
  }

  .info .closestatus a {
    background: #2FADD7;
  }

    .info .closestatus a:hover {
      background: #228DB0;
    }

.table-bordered {
  border: 1px solid #ddd;
}

ul.post-pagination-wrap {
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 0;
  list-style: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

  ul.post-pagination-wrap li {
    width: 50%;
    float: left;
  }

    ul.post-pagination-wrap li > a {
      margin-right: 0;
      border-left-width: 0;
      padding: 8px 16px;
      display: block;
    }

      ul.post-pagination-wrap li > a i {
        vertical-align: -3px;
        margin-top: 3px;
        display: inline-block;
        height: 20px;
      }

    ul.post-pagination-wrap li.prev > a {
      border-left-width: 1px;
      border-right-width: 0;
    }

    ul.post-pagination-wrap li.prev span {
      margin-left: 6px;
    }

    ul.post-pagination-wrap li.next {
      text-align: right;
      float: right;
    }

      ul.post-pagination-wrap li.next span {
        margin-right: 10px;
      }

@media print {
  .navbar, .user-info-section, .footer, .no-prt {
    display: none;
  }

  .prt-message {
    display: block;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    border: 2px #000 solid;
    padding: 2em;
  }

  section.box {
    box-shadow: none;
    background-color: #FFF;
  }
}

.row:before, .row:after {
  display: table;
  content: " "
}

.row:after {
  clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-25, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666666666666%
}

.col-xs-10 {
  width: 83.33333333333334%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666666666666%
}

.col-xs-7 {
  width: 58.333333333333336%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666666666667%
}

.col-xs-4 {
  width: 33.33333333333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.666666666666664%
}

.col-xs-1 {
  width: 8.333333333333332%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666666666666%
}

.col-xs-pull-10 {
  right: 83.33333333333334%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666666666666%
}

.col-xs-pull-7 {
  right: 58.333333333333336%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666666666667%
}

.col-xs-pull-4 {
  right: 33.33333333333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.666666666666664%
}

.col-xs-pull-1 {
  right: 8.333333333333332%
}

.col-xs-pull-0 {
  right: 0
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666666666666%
}

.col-xs-push-10 {
  left: 83.33333333333334%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666666666666%
}

.col-xs-push-7 {
  left: 58.333333333333336%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666666666667%
}

.col-xs-push-4 {
  left: 33.33333333333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.666666666666664%
}

.col-xs-push-1 {
  left: 8.333333333333332%
}

.col-xs-push-0 {
  left: 0
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media(min-width:768px) {
  .container {
    width: 750px
  }

  .col-sm-1, .col-sm-2, .col-sm-25, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666666666666%
  }

  .col-sm-10 {
    width: 83.33333333333334%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666666666666%
  }

  .col-sm-7 {
    width: 58.333333333333336%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666666666667%
  }

  .col-sm-4 {
    width: 33.33333333333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-25 {
    width: 20%
  }

  .col-sm-2 {
    width: 16.666666666666664%
  }

  .col-sm-1 {
    width: 8.333333333333332%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%
  }

  .col-sm-pull-0 {
    right: 0
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666666666666%
  }

  .col-sm-push-10 {
    left: 83.33333333333334%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666666666666%
  }

  .col-sm-push-7 {
    left: 58.333333333333336%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666666666667%
  }

  .col-sm-push-4 {
    left: 33.33333333333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.666666666666664%
  }

  .col-sm-push-1 {
    left: 8.333333333333332%
  }

  .col-sm-push-0 {
    left: 0
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media(min-width:992px) {
  .container {
    width: 970px
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666666666666%
  }

  .col-md-10 {
    width: 83.33333333333334%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666666666666%
  }

  .col-md-7 {
    width: 58.333333333333336%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666666666667%
  }

  .col-md-4 {
    width: 33.33333333333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.666666666666664%
  }

  .col-md-1 {
    width: 8.333333333333332%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666666666666%
  }

  .col-md-pull-10 {
    right: 83.33333333333334%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666666666666%
  }

  .col-md-pull-7 {
    right: 58.333333333333336%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666666666667%
  }

  .col-md-pull-4 {
    right: 33.33333333333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.666666666666664%
  }

  .col-md-pull-1 {
    right: 8.333333333333332%
  }

  .col-md-pull-0 {
    right: 0
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666666666666%
  }

  .col-md-push-10 {
    left: 83.33333333333334%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666666666666%
  }

  .col-md-push-7 {
    left: 58.333333333333336%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666666666667%
  }

  .col-md-push-4 {
    left: 33.33333333333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.666666666666664%
  }

  .col-md-push-1 {
    left: 8.333333333333332%
  }

  .col-md-push-0 {
    left: 0
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media(min-width:1200px) {
  .container {
    width: 1170px
  }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666666666666%
  }

  .col-lg-10 {
    width: 83.33333333333334%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666666666666%
  }

  .col-lg-7 {
    width: 58.333333333333336%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666666666667%
  }

  .col-lg-4 {
    width: 33.33333333333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.666666666666664%
  }

  .col-lg-1 {
    width: 8.333333333333332%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%
  }

  .col-lg-pull-0 {
    right: 0
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666666666666%
  }

  .col-lg-push-10 {
    left: 83.33333333333334%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666666666666%
  }

  .col-lg-push-7 {
    left: 58.333333333333336%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666666666667%
  }

  .col-lg-push-4 {
    left: 33.33333333333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.666666666666664%
  }

  .col-lg-push-1 {
    left: 8.333333333333332%
  }

  .col-lg-push-0 {
    left: 0
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}
