.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;
}

.body {
  background-color: #f8f8f8;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.single-page-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2em;
  -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;
}

.panel {
  margin-top: 2em;
  padding: 2em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(35, 46, 60, 0.04);
}

.panel.full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.panel.nmt {
  margin-top: 0em;
}

.panel-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 1.4em;
}

.panel-heading.title {
  font-size: 2.7em;
  font-weight: 700;
}

.panel-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  color: #052c50;
}

.panel-heading-wrapper.mt {
  margin-top: 2em;
  padding-bottom: 0em;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #000;
  border-right-width: 1px;
  border-right-color: #000;
  border-left-width: 1px;
  border-left-color: #000;
}

.panel-heading-icon {
  margin-right: 1em;
}

.panel-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.panel-content.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-page-logo-wrapper {
  margin-top: 2em;
  text-align: center;
}

.single-page-logo {
  width: 250px;
}

.single-page-form-controls {
  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-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;
  text-align: center;
}

.button-primary {
  padding: 1em 2em;
  border-radius: 4px;
  background-color: #0069b4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.button-primary:hover {
  background-color: #004170;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
}

.button-primary.alt {
  background-color: #e00;
}

.button-primary.alt:hover {
  background-color: #af0000;
}

.button-primary.alt.sidebar {
  width: 100%;
}

.single-page-form-link {
  margin-top: 1em;
}

.top-bar {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.logo-wrapper {
  width: 50%;
}

.image {
  width: 250px;
}

.top-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-line {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #444;
}

.navigation-dropdown-list {
  background-color: #fff;
}

.navigation-dropdown-list.w--open {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -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;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
}

.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  font-size: 1em;
  text-decoration: none;
}

.navigation-dropdown-link:hover {
  background-color: #2fadae;
  color: #fff;
  text-decoration: none;
}

.navigation-dropdown-toggle {
  padding: 1em 2.5em 1em 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.navigation-dropdown-toggle:hover {
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #0069b4;
}

.drop-icon {
  left: auto;
  top: 35%;
  right: 0%;
  bottom: auto;
}

.navigation-link {
  padding: 1em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.navigation-link:hover {
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #0069b4;
}

.navigation-link.w--current {
  color: #333;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-icon {
  margin-right: 0.5em;
}

.nav-text {
  width: 100%;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.agent-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #052c50;
  color: #fff;
}

.agent-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.agent-attributes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.agent-attribute-item {
  margin-right: 2em;
}

.agent-attribute-item.last {
  margin-right: 0em;
}

.bottom-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: #777;
  font-size: 0.9em;
}

.footer-left {
  width: 50%;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.footer-link:hover {
  color: #000;
  text-decoration: underline;
}

.footer-link-icon {
  margin-right: 0.5em;
}

.centered-mt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stats-panel-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666;
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 300;
}

.stats-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 250px;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(35, 46, 60, 0.04);
  text-align: center;
}

.stats-panel.teal {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-width: 4px;
  border-top-color: #2fadae;
}

.stats-panel.blue {
  border-top-width: 4px;
  border-top-color: #052c50;
}

.stats-panel.blue.mt {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stats-panel.red {
  border-top-width: 4px;
  border-top-color: #e00;
}

.stats-count {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.5em;
  line-height: 1.6em;
}

.stats-wrapper {
  margin-top: 2em;
}

.return-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.view-attributes {
  color: #666;
  font-size: 0.9em;
}

.view-attributes-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.view-attribute-list-item {
  margin-left: 2em;
}

.view-attribute-list-item.first {
  margin-left: 0em;
}

.table-full {
  display: block;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.panel-heading-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-heading-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._2-col-page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.app-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.app-nav {
  width: 20%;
  margin-right: 1em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(35, 46, 60, 0.04);
}

.app-content {
  width: 60%;
}

.app-card-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 300;
}

.app-card-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.contact-card {
  position: relative;
  width: 20%;
  margin-top: 2em;
  margin-left: 1em;
  padding: 2em 1em 1em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(35, 46, 60, 0.04);
}

.contact-icon {
  position: absolute;
  left: 50%;
  top: -2em;
  right: 50%;
  bottom: auto;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #052c50;
  text-align: center;
}

.app-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-detail-category {
  width: 100%;
  margin-right: 1em;
  color: #666;
  font-weight: 700;
}

.app-detail-content {
  width: 100%;
}

.form-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  padding-top: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.form-controls.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-secondary {
  padding: 1em 2em;
  border-radius: 4px;
  background-color: #666;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-secondary:hover {
  background-color: #424242;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
}

.secondary-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.primary-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.app-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.app-nav-link-off {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000000;
    text-decoration: none;
}

.app-nav-link-off.w--current {
    border-color: #2fadae;
    background-color: #2fadae;
    color: #fff;
    text-decoration: none;
}

.app-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #f8f8f8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0069b4;
  text-decoration: none;
}

.app-nav-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #f8f8f8;
  background-color: #f8f8f8;
}

.app-nav-link.w--current {
  border-color: #2fadae;
  background-color: #2fadae;
  color: #fff;
  text-decoration: none;
}

.app-nav-link.w--current:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.app-nav-wrapper {
  background-color: transparent;
}

.plan-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 1em;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #052c50;
  color: #fff;
  text-align: center;
}

.plan-name.grid {
  width: 100%;
}

.plan-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 400;
}

.plan-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 1em;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plan-benefits.grid {
  width: 100%;
}

.plan-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 1em 1em 1em 0em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.plan-button.grid {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.plan.grid {
  width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left:18px
}

.plan.grid.left {
  margin-right: 0.5em;
}

.plan.grid.right {
  margin-right: 0em;
  margin-left: 0.5em;
}

.plan-price {
  margin-top: 0.25em;
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700;
}

.plan-price.annual {
  display: none;
}

.agent-scripting {
  margin-bottom: 1em;
  padding: 1.25em 0.75em;
  border: 1px solid #b8daff;
  border-radius: 0.25em;
  background-color: #cce5ff;
  color: #004085;
}

.agent-scripting2 {
    margin-bottom: 1em;
    padding: 1.25em 0.75em;
    border: 1px solid #b8daff;
    border-radius: 0.25em;
    background-color: #cce5ff;
    color: red;
}

.benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #666;
}

.benefit.active {
  color: #0069b4;
  font-weight: 700;
}

.benefit.active.first {
  margin-top: 0em;
}

.benefit-icon {
  width: 10%;
}

.benefit-item {
  width: 90%;
}

.plan-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 0.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ooc-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -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;
  text-align: right;
}

.plan-chooser {
  width: 50%;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.expandable-wrapper {
  margin-top: 1em;
}

.expandable-item {
    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;
}

.expandable-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0069b4;
    cursor: pointer;
}

.expandable-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 1em;
    -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;
}

.medicare-card {
  width: 350px;
}

.alt-form-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  padding-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.1em;
}

.agent-scripting-list {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 2em;
}

.agent-scripting-list-item {
  margin-top: 1em;
}

.auth-section {
  position: relative;
  margin-top: 4em;
  margin-bottom: 1em;
  padding: 2em 2em 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.auth-section.first {
  margin-top: 1em;
}

.auth-agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;

}
.auth-agreement.indent {
    padding-left: 2em;
}

.auth-disclosure-heading-wrapper {
  position: absolute;
  left: 0%;
  top: -13px;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222d63;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
}

.auth-heading {
  padding-right: 0.5em;
  padding-left: 0.5em;
  background-color: #fff;
}

.auth-text {
  overflow: auto;
  max-height: 250px;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: inset 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.document-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pdf-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5em;
}

.review-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 100px;
  margin-top: 0em;
  padding-right: 1em;
  font-weight: 700;
}

.review-wrapper {
  position: relative;
  margin-top: 2em;
  margin-bottom: 1em;
}

.review-content {
  overflow: hidden;
  background-color: #fff;
}

.review-heading {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  font-weight: 700;
}

.review-text {
  padding: 2em;
}

.review-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.review-trigger:hover {
  background-color: #e8e8e8;
}

.review-2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-2-col.first {
  margin-top: 0em;
}

.review-col-right {
  width: 50%;
}

.review-arrow {
  width: 24px;
  height: 24px;
}

.review-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
}

.edit-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  margin-right: 1em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.review-subsection-heading {
  margin-top: 1em;
  font-size: 1.1em;
  font-weight: 700;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.confirmation-text {
  margin-top: 2em;
}

.confirmation-text.no-margin {
  margin-top: 0em;
}

.circle-icon-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #004170;
  border-radius: 50%;
  background-color: #fff;
}

.circle-icon-inner {
  width: 50px;
  height: 50px;
}

.circle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.list-grid-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.plans-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rates-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.rate-box {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate-box-price {
  font-size: 1.5em;
  font-weight: 700;
}

.rate-box-mode {
  font-size: 0.9em;
}

.contact-card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.report-form-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -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;
}

.whatsupp-splash-logo {
    margin-top: 0.5em;
    font-size: 3em;
    line-height: 1em;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}

.whatsupp-subtitle {
    color: #666;
    font-style: italic;
    letter-spacing: 0.05em;
}

.whatsupp-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #052c50;
    font-style: italic;
}

.whatsupp-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.5em;
    -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;
}


.single-page-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.single-page-logo {
    width: 250px;
}

.grayed {
    background-color:#cccccc;
    color:#777777;
}

.logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.imagetrans {
   width: 150px; 
    margin-left: 2em;
}

.settings-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    padding: 4em 2em;
    -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;
    border-style: solid;
    border-width: 1px 1px 4px;
    border-color: #ccc;
    border-radius: 6px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #0069b4;
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.settings-button:hover {
    border-color: #052c50;
    background-color: #052c50;
    color: #fff;
}

.settings-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.settings-heading {
    margin-bottom: 1em;
    color: #052c50;
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 700;
}

.settings-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 1280px) {
    .panel-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-bar-wrapper {
    max-width: 1200px;
  }

  .main-content {
    max-width: 1200px;
  }

  .agent-bar-wrapper {
    max-width: 1200px;
  }

  .bottom-footer {
    max-width: 1200px;
  }

  .view-attributes {
    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;
  }

  .view-attribute-list-item {
    margin-left: 2em;
  }

  .view-attribute-list-item.first {
    margin-left: 0em;
  }
}

@media screen and (min-width: 1920px) {
  .panel {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .top-bar-wrapper {
    max-width: 1600px;
  }

  .navigation-link {
    color: #333;
  }

  .main-content {
    max-width: 1600px;
  }

  .agent-bar-wrapper {
    max-width: 1600px;
  }

  .bottom-footer {
    max-width: 1600px;
  }
}

@media screen and (max-width: 991px) {
  .whatsupp-splash-logo {
    font-size: 2.5em;
  }
  .panel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-primary {
    min-width: 200px;
  }

  .top-bar {
    padding: 0.5em 1em;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .menu-button.w--open {
    background-color: #f8f8f8;
    color: #000;
  }

  .nav-menu {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .navigation-dropdown-list.w--open {
    position: relative;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f4f4f4;
    box-shadow: none;
  }

  .navigation-links {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .navigation-dropdown-link:hover {
    color: #fff;
    text-decoration: none;
  }

  .navigation-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .navigation-dropdown:hover {
    background-color: #2fadae;
    color: #fff;
    text-decoration: none;
  }

  .navigation-dropdown:active {
    color: #fff;
  }

  .navigation-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .navigation-dropdown-toggle:hover {
    background-color: #2fadae;
    color: #fff;
  }

  .navigation-dropdown-toggle:active {
    color: #fff;
  }

  .navigation-dropdown-toggle.w--open {
    background-color: #2fadae;
  }

  .navigation-dropdown-toggle.w--open:hover {
    background-color: #2fadae;
    color: #fff;
  }

  .navigation-dropdown-toggle.w--open:active {
    background-color: #2fadae;
    color: #fff;
  }

  .navigation-dropdown-toggle.w--open:focus {
    background-color: #2fadae;
    color: #fff;
  }

  .navigation-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 1em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-link:hover {
    background-color: #2fadae;
    color: #fff;
    text-decoration: none;
  }

  .navigation-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .main-content {
    padding-right: 1em;
    padding-left: 1em;
  }

  .agent-bar {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 0.9em;
  }

  .bottom-footer {
    padding-right: 2em;
    padding-left: 2em;
  }

  .stats-panel {
    width: 100%;
    padding: 1em;
  }

  .stats-panel.teal.mt {
    margin-top: 2em;
  }

  .stats-panel.blue.mt {
    margin-top: 2em;
  }

  .stats-panel.mt {
    margin-top: 2em;
  }

  .app-nav {
    display: none;
  }

  .app-content {
    width: 70%;
  }

  .contact-card {
    width: 30%;
  }

  .form-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .button-secondary {
    min-width: 200px;
  }

  .secondary-control {
    margin-top: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .primary-control {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plan-name {
    width: 100%;
  }

  .plan-benefits {
    width: 100%;
  }

  .plan-button {
    width: 100%;
    padding-right: 1em;
    padding-left: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan-controls {
    margin-top: 1em;
    margin-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rate-toggle {
    margin-top: 1em;
  }

  .plan-chooser {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plan-choose-field {
    margin-top: 1em;
    padding-right: 0em;
  }

  .medicare-card {
    width: 100%;
  }

  .html-embed {
    margin-top: 0.5em;
  }

  .auth-section {
    margin-top: 2em;
  }

  .auth-text {
    max-height: 200px;
  }

  .review-col-left {
    width: 100%;
  }

  .review-heading {
    padding-right: 1em;
  }

  .review-trigger {
    padding-right: 1em;
    padding-left: 1em;
  }

  .review-2-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-col-right {
    width: 100%;
  }

  .review-arrow {
    width: 32px;
    height: 32px;
  }

  .list-grid-controls {
    display: none;
  }

  .plans-grid-wrapper {
    display: none;
  }

  .rates-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .rate-box {
    margin-right: 1em;
  }

  .rate-box-price {
    font-size: 1.1em;
  }

  .settings-button {
        width: 100%;
        margin-top: 1em;
        padding: 1em;
        font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {
    .imagetrans {
        width: 150px;
        margin-left: 2em;
        max-width: 100px;
    }
    
    .single-page-content-wrapper {
    padding-right: 0.5em;
    padding-bottom: 1em;
    padding-left: 0.5em;
  }

  .panel {
    margin-top: 2em;
  }

  .panel.full.nmt {
    padding-right: 1em;
    padding-left: 1em;
  }

  .panel-heading.title {
    font-size: 2.3em;
  }

  .panel-heading-wrapper.mt {
    margin-top: 1em;
  }

  .panel-heading-wrapper._2-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .panel-content {
    margin-top: 1em;
  }

  .single-page-logo-wrapper {
    margin-top: 1em;
    padding-right: 2em;
    padding-left: 2em;
  }

  .single-page-logo {
    width: 200px;
  }

  .button-primary {
    width: 100%;
  }

  .top-bar {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .image {
    width: 200px;
  }

  .navigation-right {
    width: 50%;
  }

  .main-content {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .bottom-footer {
    padding-right: 0.5em;
    padding-left: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-left {
    width: 100%;
    margin-top: 2em;
  }

  .footer-right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .centered-mt {
    margin-top: 2em;
  }

  .stats-panel-heading {
    font-size: 1.3em;
  }

  .stats-panel.teal.mt {
    margin-top: 1em;
  }

  .stats-panel.blue.mt {
    margin-top: 1em;
  }

  .stats-panel.mt {
    margin-top: 1em;
  }

  .stats-count {
    font-size: 2em;
  }

  .view-attributes-list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .panel-heading-left {
    width: 100%;
  }

  .panel-heading-right {
    width: 100%;
    margin-top: 1em;
  }

  .app-wrapper {
    margin-top: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-nav {
    width: 100%;
  }

  .app-content {
    width: 100%;
  }

  .contact-card {
    width: 100%;
    margin-top: 4em;
    margin-left: 0em;
  }

  .button-secondary {
    width: 100%;
  }

  .ooc-wrapper {
    margin-top: 1em;
  }

  .alt-form-controls {
    padding-top: 1em;
  }

  .review-text {
    padding: 1em;
  }

  .review-arrow {
    width: 28px;
    height: 28px;
  }

  .review-item {
    margin-top: 1em;
  }

  .whatsupp-splash-logo {
        font-size: 2em;
  }

  .whatsupp-subtitle {
        font-size: 0.8em;
  }
}

@media screen and (max-width: 479px) {
  .imagetrans {
        width: 150px;
        margin-left: 2em;
        max-width:100px;
    }

   .whatsupp-splash-logo {
        font-size: 1.7em;
   }
  .panel.full.nmt {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .panel-heading {
    font-size: 1.5em;
  }

  .panel-heading.title {
    font-size: 1.7em;
  }

  .single-page-logo-wrapper {
    padding-right: 1em;
    padding-left: 1em;
  }

  .single-page-logo {
    width: 150px;
  }

  .top-bar {
    padding: 0.25em;
  }

  .navigation-right {
    width: 40%;
  }

  .main-content {
    padding-bottom: 2em;
  }

  .agent-bar {
    padding: 0.25em 0.5em;
    font-size: 0.8em;
  }

  .agent-attribute-item {
    white-space: nowrap;
  }

  .stats-panel-heading {
    font-size: 1em;
  }

  ._2-col-page-title {
    -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;
  }

  .plan-controls {
    margin-bottom: 0em;
  }

  .ooc-wrapper {
    width: 100%;
    text-align: center;
  }

  .rate-toggle {
    width: 100%;
    margin-top: 2em;
    text-align: center;
  }

  .accordion-item-trigger {
    margin-bottom: 5%;
  }

  .alt-form-controls {
    padding-top: 0.5em;
  }

  .auth-section {
    padding-right: 1em;
    padding-left: 1em;
  }

  .auth-section.first {
    margin-top: 2em;
  }

  .auth-disclosure-heading-wrapper {
    font-size: 1.1em;
  }

  .auth-text {
    padding: 0.5em;
  }

  .review-heading {
    font-size: 1.1em;
  }

  .review-2-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-arrow {
    width: 24px;
    height: 24px;
  }

  .circle-icon-background {
    width: 80px;
    height: 80px;
  }

  .circle-icon-inner {
    width: 490px;
    height: 40px;
  }

  .rates-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rate-box {
    margin-top: 1em;
  }

  .rate-box.first {
    margin-top: 0em;
  }

  .settings-button {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1em;
  }
}

