body {
  min-height: auto;
  background-color: #f2f2f2;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
body .desktop-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .mobile-only {
  display: none;
}
.ie-old-version {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #FFF;
  z-index: 1000000;
}
.ie-old-version .browser-message-logo {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
}
.ie-old-version .browser-message {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  top: 50%;
  left: 0px;
  background-color: #FFF;
}
.mobile .desktop-only {
  display: none;
}
.mobile .mobile-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.full-width-body {
  background-color: transparent;
}
.expiry .full-width-body {
  margin-top: 56px;
}
.fly-in-notifications {
  top: 80px;
}
.fly-in-notifications .fly-in-alert {
  border-radius: 2px;
}
.fly-in-notifications .fly-in-alert.alert,
.fly-in-notifications .fly-in-alert.alert-success {
  background-color: #444;
}
.mobile-container {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
.payment-reminder {
  position: fixed;
  width: 100%;
  top: 60px;
  background: #444 none repeat scroll 0% 0%;
  color: #ffffff;
  z-index: 10;
  font-family: sans-serif;
  padding: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
@media only screen and (min-width: 1025px) {
  .payment-reminder {
    width: 684px;
    left: 50%;
    margin-left: -342px;
  }
}
.mobile .payment-reminder {
  top: auto;
  bottom: 0px;
}
.mobile .payment-reminder .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile .payment-reminder .container p {
  text-align: center;
}
.payment-reminder .container {
  max-width: 100%;
  width: 100%;
}
.payment-reminder p {
  font-size: 12px;
  line-height: 1.5;
}
.empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  background-image: url('/images/backgrounds/empty.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.empty-state .empty-state__description {
  background-color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  color: #666;
}
.mobile .empty-state .empty-state__description {
  padding: 4px;
  font-size: 14px;
}
.hero-panel {
  width: 100%;
  height: 50vh;
  padding: 0px;
  margin: 0px;
  background-image: url('/images/backgrounds/mic.jpg');
  background-size: cover;
  background-position: center center;
}
.hero-panel h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 48px;
  margin: 0px;
  padding: 0px;
  color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}
.mobile .hero-panel h1 {
  font-size: 32px;
}
body.index-page {
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.hero-section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url('/images/backgrounds/index.jpg');
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
}
.mobile .hero-section {
  padding: 4px;
}
.hero-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-block__text h1 {
  font-size: 48px;
  padding: 8px;
  margin: 0px;
}
.mobile .hero-block__text h1 {
  font-size: 32px;
}
.hero-block__text p {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
}
.mobile .hero-block__text p {
  font-size: 12px;
}
.hero-block__action {
  display: block;
  text-decoration: none;
  padding: 8px 28px;
  background: #F15E2F;
  color: #FFF;
  border-radius: 4px;
  margin-top: 12px;
}
.hero-block__more {
  position: absolute;
  bottom: 224px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
  text-align: center;
}
.mobile .hero-block__more {
  bottom: 4px;
}
.hero-block__more p {
  margin: 0px;
  font-weight: 500;
}
.hero-block__more a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px dotted #FFF;
}
.footer {
  width: 100%;
  background-color: #444;
  color: #FFF;
  border: none;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 13px;
  line-height: 1.3;
  padding: 12px 0 32px;
}
.mobile .footer {
  display: none;
}
.footer .footer-content {
  max-width: 700px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile .footer .footer-content {
  display: none;
}
.footer a {
  color: #999;
  text-decoration: none;
}
.footer h5 {
  font-size: 14px;
  margin: 24px 0 16px;
}
.footer .footer-copyright {
  width: 100%;
  padding: 8px 0px;
  background: #808080;
  color: #FFF;
  display: none;
  text-align: center;
}
.footer-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-nav li {
  list-style: none;
}
.mdl-list__item-primary-link {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.mdl-menu__item a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  font-weight: normal;
  display: block;
  width: 100%;
  height: 100%;
}
.mdl-menu__item .button-inline {
  border: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  background-color: transparent;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  font-weight: normal;
  width: 100%;
  height: 100%;
}
.testimonials-page .profile-panel {
  margin-bottom: 80px;
}
.testimonials-page .profile-panel__body .testimonial {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.testimonials-page .profile-panel__body .testimonial img {
  float: none;
  margin: 0px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: -70px;
}
.testimonials-page .profile-panel__body .testimonial .quote {
  margin-left: 0px;
  padding-top: 80px;
  text-align: center;
}
.testimonials-page .profile-panel__body .testimonial .author {
  margin-left: 0px;
  text-align: center;
}
.mdl-dialog.modal-dialog {
  z-index: 10;
  background: #FFF;
  font-family: 'Roboto-Regular', sans-serif;
  top: 60px;
}
.mobile .mdl-dialog.modal-dialog {
  top: 50px;
}
.input-description-error {
  display: none;
}
.material-form__body .form-group.invalid-input .input-description {
  display: none;
}
.material-form__body .form-group.invalid-input .input-description-error {
  display: none;
}
.material-form__body .form-group.invalid-input .input-description-error {
  font-size: 11px;
  display: block;
  margin-top: -4px;
  line-height: 1.2;
  color: #cc0000;
}
.material-form__body .form-group.invalid-input .control-label {
  color: #cc0000;
}
#newDemoFile #newDemoFileName {
  display: none;
}
#newDemoFile.selected #newDemoFileName {
  display: block;
}
#newDemoFile.selected .toggle-uploadcare-audio {
  display: none;
}
#newDemoModal #saveNewDemo {
  display: none;
}
#newDemoModal.selected #saveNewDemo {
  display: block;
}
.notification-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background-color: #FFF !important;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.notification-message p {
  margin: 0px;
}
.toggled .notification-message {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.mdl-list__item-secondary-action .rtc-material-icons {
  opacity: 0.6;
}
.mdl-list__item .mdl-list__item-primary-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.js-rtc-checkbox .toggle-check-box-outline {
  display: block;
}
.js-rtc-checkbox .toggle-check-box {
  display: none;
}
.js-rtc-checkbox.checked .toggle-check-box-outline {
  display: none;
}
.js-rtc-checkbox.checked .toggle-check-box {
  display: block;
}
.mdl-tooltip {
  will-change: unset;
}
.intbox {
  list-style-type: circle;
}
