@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600|Fira+Sans:300,400,500|Roboto:300,400,500);@import url(https://fonts.googleapis.com/css?family=Fira+Sans|Roboto);@font-face {
  font-family: "Harabara";
  src: url("/assets/talktech/Harabara.ttf") format("truetype");
}

/* Colors */

.marketing-site-page-wrapper {
  position: relative;
  top: 0;
  left: 0;
  max-width: 2000px;
  margin: auto;
  padding: 0;
  overflow-x: hidden;
}

.marketing-site-page-wrapper .hero-area-grid {
  display: grid;
  height: 700px;
  grid: repeat(10, 1fr)/repeat(10, 1fr);
}

.marketing-site-page-wrapper .hero-area-grid .hero-content-container {
  grid-area: 3 / 2 / 5 / 6;
  z-index: 1;
}

.marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 36px;
}

.marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-subheader {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 40px 0;
  text-align: left;
  width: 75%;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-button {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #19C0C1;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: inline-block;
  padding: 8px 40px;
  text-transform: uppercase;
  transition: all 100ms ease-in-out;
}

.marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-button:hover {
  background-color: #2ae2e3;
  color: #ffffff;
}

.marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-button:focus {
  outline: none;
}

.marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-button:active {
  background-color: #139394;
}

.marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-button:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #19C0C1;
}

.marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-button:active {
  background-color: #ffffff;
  color: #19C0C1;
}

.marketing-site-page-wrapper .hero-area-grid .bg-primary-slant {
  background-color: #2C4350;
  grid-area: 1 / 1 / 9 / 11;
  transform: skewY(12deg);
  z-index: 0;
}

.marketing-site-page-wrapper .hero-area-grid .bg-primary-bar {
  background-color: #2C4350;
  grid-area: 1 / 1 / 6 / 11;
  z-index: 0;
}

.marketing-site-page-wrapper .hero-area-grid .bg-secondary-slant {
  background-color: #29495b;
  grid-area: 1 / 1 / 8 / 11;
  transform: skewY(-13deg);
  z-index: -1;
}

.marketing-site-page-wrapper .hero-area-grid .hero-image {
  width: 1100px;
  grid-area: 3 / 5 / 8 / 8;
  transform: rotate(8deg);
  z-index: 1;
}

.marketing-site-page-wrapper .hero-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 700px;
}

.marketing-site-page-wrapper .hero-area #particles-js {
  position: absolute;
  width: 100%;
  height: 700px;
  background-color: #2C4350;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.marketing-site-page-wrapper .hero-area .hero-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  margin: 0 0 30px 0;
  padding: 0 10%;
  z-index: 0;
}

.marketing-site-page-wrapper .hero-area .hero-subheader {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
  font-size: 22px;
  padding: 0 20%;
  margin: 0 0 50px 0;
  text-align: center;
  z-index: 0;
}

.marketing-site-page-wrapper .hero-area .hero-button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 0;
}

.marketing-site-page-wrapper .hero-area .hero-button-container .hero-button {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #19C0C1;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  height: 45px;
  width: 200px;
  margin: 0 10px;
  z-index: 0;
  line-height: 45px;
  text-align: center;
}

.marketing-site-page-wrapper .hero-area .hero-button-container .hero-button:hover {
  background-color: #2ae2e3;
  color: #ffffff;
}

.marketing-site-page-wrapper .hero-area .hero-button-container .hero-button:focus {
  outline: none;
}

.marketing-site-page-wrapper .hero-area .hero-button-container .hero-button:active {
  background-color: #139394;
}

.marketing-site-page-wrapper .hero-area .hero-button-container .hero-button:hover {
  background-color: #ffffff;
  color: #19C0C1;
}

.marketing-site-page-wrapper .hero-area .hero-button-container .hero-button:active {
  background-color: #19C0C1;
  color: #ffffff;
}

.marketing-site-page-wrapper .hero-area .hero-button-container .secondary-button {
  background-color: #ffffff;
  color: #19C0C1;
}

.marketing-site-page-wrapper .hero-area .hero-button-container .secondary-button:hover {
  background-color: #19C0C1;
  color: #ffffff;
}

.marketing-site-page-wrapper .hero-area .hero-button-container .secondary-button:active {
  background-color: #ffffff;
  color: #19C0C1;
}

.marketing-site-page-wrapper .sub-hero-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 85vh;
  background: #ffffff url("/assets/new-marketing/images/imghero.png") no-repeat top center;
  background-size: cover;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-top-flex-container {
  display: flex;
  flex-direction: column;
  height: 40%;
  padding: 150px 20% 100px 20%;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-top-flex-container .sub-hero-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  margin: auto 0 15px 0;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-top-flex-container .sub-hero-subheader {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-size: 22px;
  text-align: center;
  margin: 0 0 20px 0;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container {
  display: flex;
  height: 60%;
  max-width: 1200px;
  margin: auto;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller {
  display: flex;
  flex-direction: column;
  width: 45%;
  height: 100%;
  padding: 20px 40px;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: auto 0 20px 0;
  text-align: left;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  margin-bottom: 30px;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #34CE8B;
  border: 1px solid #34CE8B;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  width: 220px;
  height: 40px;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: auto;
  box-shadow: 0 0 14px -2px #34CE8B;
  font-weight: 400;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button:hover {
  background-color: white;
  color: #ffffff;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button:focus {
  outline: none;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button:active {
  background-color: #e6e5e5;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button:hover {
  color: #ffffff;
  background-color: #34CE8B;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button:active {
  background-color: #1e7e54;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-larger {
  position: relative;
  width: 55%;
  height: 100%;
}

.marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-larger .sub-image {
  position: absolute;
}

.marketing-site-page-wrapper .page-section-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
}

.marketing-site-page-wrapper .page-section-header a {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
}

.marketing-site-page-wrapper .page-section-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
  padding: 0 14%;
  font-family: "Fira Sans", sans-serif;
}

.marketing-site-page-wrapper .flex-section-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 15px 0 60px 0;
}

.marketing-site-page-wrapper .flex-section-container .flex-half-smaller-container {
  width: 45%;
}

.marketing-site-page-wrapper .flex-section-container .flex-half-larger-container {
  width: 55%;
}

.marketing-site-page-wrapper .callout-button {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #19C0C1;
  border: 1px solid #19C0C1;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: block;
  width: 250px;
  height: 45px;
  margin: 60px auto 80px auto;
  box-shadow: 0 0 14px -2px #19C0C1;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 200ms ease-in-out;
}

.marketing-site-page-wrapper .callout-button:hover {
  background-color: white;
  color: #ffffff;
}

.marketing-site-page-wrapper .callout-button:focus {
  outline: none;
}

.marketing-site-page-wrapper .callout-button:active {
  background-color: #e6e5e5;
}

.marketing-site-page-wrapper .callout-button:hover {
  color: #ffffff;
  background-color: #19C0C1;
}

.marketing-site-page-wrapper .callout-button:active {
  background-color: #0d6667;
}

.marketing-site-page-wrapper .cards {
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
}

.marketing-site-page-wrapper .cards .card-item {
  text-align: center;
  height: 250px;
  width: 350px;
  margin: 15px;
  padding: 30px;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.marketing-site-page-wrapper .cards .card-item .card-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  border: 0;
  background-color: #ffffff;
  margin: 5px 0 0 0;
  font-size: 20px;
}

.marketing-site-page-wrapper .cards .card-item .card-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

.marketing-site-page-wrapper .industries {
  flex-wrap: wrap;
  padding-left: 80px;
  max-width: 1000px;
  margin: auto;
}

.marketing-site-page-wrapper .industries .industry {
  height: 60px;
  width: 30%;
  margin: 15px;
}

.marketing-site-page-wrapper .industries .industry .industry-name {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  border-radius: 3px;
  transition: all 200ms ease-in-out;
}

.marketing-site-page-wrapper .industries .industry .industry-name .industry-image path {
  fill: #19C0C1;
  transition: all 200ms ease-in-out;
}

.marketing-site-page-wrapper .industries .industry .industry-name .industry-text {
  font-size: 14px;
  margin: 0 0 0 10px;
  cursor: pointer;
  color: #515152;
  transition: all 200ms ease-in-out;
}

.marketing-site-page-wrapper .industries .industry .industry-name:hover {
  background-color: #D5D5D5;
}

.marketing-site-page-wrapper .industries .industry .industry-name:hover .industry-image path {
  fill: #ffffff;
}

.marketing-site-page-wrapper .industries .industry .industry-name:hover .industry-text {
  font-size: 14px;
  margin: 0 0 0 10px;
  cursor: pointer;
  color: #ffffff;
}

.marketing-site-page-wrapper .industries .industry .industry-name:active {
  background-color: #515152;
}

.marketing-site-page-wrapper .industries .industry .industry-name:active .industry-image path {
  fill: #ffffff;
}

.marketing-site-page-wrapper .industries .industry .industry-name:active .industry-text {
  font-size: 14px;
  margin: 0 0 0 10px;
  cursor: pointer;
  color: #ffffff;
}

.marketing-site-page-wrapper .home-customers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}

.marketing-site-page-wrapper .home-customers .carousel-view {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.marketing-site-page-wrapper .home-customers .carousel-view .carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 700px;
  margin: 0 10px;
}

.marketing-site-page-wrapper .home-customers .carousel-view .carousel .slide {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  transition: all 0.3s ease-in-out;
}

.marketing-site-page-wrapper .home-customers .carousel-view .carousel .slide .title {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  color: #515152;
  text-align: center;
  margin: 0 0 10px 0;
}

.marketing-site-page-wrapper .home-customers .carousel-view .carousel .slide .attribution {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #8F8F90;
  text-align: center;
  margin: 0;
}

.marketing-site-page-wrapper .home-customers .carousel-view .carousel .slideActive {
  display: flex;
  position: relative;
  -webkit-animation: example;
          animation: example;
  opacity: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes example {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes example {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.marketing-site-page-wrapper .home-customers .carousel-view .control-button {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  font-size: 30px;
  margin: 0 10px;
  cursor: pointer;
}

.marketing-site-page-wrapper .home-customers .carousel-view .control-button .arrow path {
  fill: #19C0C1;
  transition: all 100ms ease-in-out;
}

.marketing-site-page-wrapper .home-customers .carousel-view .control-button:hover .arrow path {
  fill: rgba(25, 192, 193, 0.4);
}

.marketing-site-page-wrapper .home-customers .customer-cards-header {
  display: none;
}

.marketing-site-page-wrapper .home-customers .customer-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 30px 0;
}

.marketing-site-page-wrapper .home-customers .customer-cards .customer-card {
  position: relative;
  width: 300px;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 20px;
  display: block;
  padding-bottom: 40px;
  transition: all 150ms ease-in-out;
}

.marketing-site-page-wrapper .home-customers .customer-cards .customer-card .home-customer-image {
  display: block;
  height: 150px;
  width: 100%;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.marketing-site-page-wrapper .home-customers .customer-cards .customer-card .home-customer-icon {
  display: block;
  height: 45px;
  margin: 20px auto;
}

.marketing-site-page-wrapper .home-customers .customer-cards .customer-card .home-customers-text {
  font-family: "Roboto", sans-serif;
  color: #8F8F90;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0 30px;
  cursor: pointer;
}

.marketing-site-page-wrapper .home-customers .customer-cards .customer-card .links-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 5px 0;
}

.marketing-site-page-wrapper .home-customers .customer-cards .customer-card .links-container .home-customer-link {
  text-decoration: none;
  margin: 0 3px;
  cursor: pointer;
}

.marketing-site-page-wrapper .home-customers .customer-cards .customer-card .links-container .home-customer-link .customer-link-icon {
  font-size: 20px;
}

.marketing-site-page-wrapper .home-customers .customer-cards .customer-card .links-container .home-customer-link .customer-link-icon path {
  fill: #D5D5D5;
  transition: all 150ms ease-in-out;
}

.marketing-site-page-wrapper .home-customers .customer-cards .customer-card .links-container .home-customer-link:hover .customer-link-icon path {
  fill: rgba(25, 192, 193, 0.4);
}

.marketing-site-page-wrapper .home-customers .customer-cards .customer-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.marketing-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.marketing-modal-bg .modal-click-bg {
  height: 100%;
  width: 100%;
}

.marketing-modal-bg .modal-content-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 100px auto;
  min-height: auto;
  min-width: 400px;
  max-width: 700px;
  border-radius: 5px;
  background-color: #ffffff;
}

.marketing-modal-bg .modal-content-container .demo-closer {
  position: absolute;
  height: 30px;
  top: 10px;
  right: 10px;
  z-index: 2;
  background-color: #afecd1;
  padding: 5px;
  border: 1px solid #34CE8B;
  border-radius: 5px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.marketing-modal-bg .modal-content-container .demo-closer:hover {
  background-color: #34CE8B;
}

.marketing-modal-bg .modal-content-container .demo-modal {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-left-container {
  width: 50%;
  padding: 50px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-left-container .demo-left-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  margin: 0;
  text-align: left;
  font-size: 26px;
  line-height: 36px;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-left-container .demo-left-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  margin: 0;
  text-align: left;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-left-container .green {
  color: #34CE8B;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-left-container .demo-left-image {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-right-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 14px;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-right-container .form-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 40px;
  text-align: center;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-right-container .demo-submit-btn {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #34CE8B;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: block;
  width: 275px;
  height: 60px;
  margin: 30px auto 40px auto;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: 400;
  transition: all 200ms ease-in-out;
  text-align: center;
  line-height: 43px;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-right-container .demo-submit-btn:hover {
  background-color: #5dd8a2;
  color: #ffffff;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-right-container .demo-submit-btn:focus {
  outline: none;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-right-container .demo-submit-btn:active {
  background-color: #28a770;
}

.marketing-modal-bg .modal-content-container .demo-modal .demo-right-container .demo-submit-btn:hover {
  background-color: #ffffff;
  color: #34CE8B;
  font-size: 24px;
}

.marketing-modal-bg .modal-content-container .bio-modal {
  display: flex;
  flex-direction: row;
  padding: 60px 30px 30px 30px;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-left-container {
  width: 25%;
  height: 100%;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-left-container .employee-image {
  border-radius: 50%;
  width: 100%;
  box-shadow: 4px 4px #DAF4F4;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-left-container .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-left-container .social-links .social-link .social-image {
  height: 25px;
  margin: 0 5px;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-right-container {
  width: 75%;
  height: 100%;
  padding: 0 30px;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .employee-image-mobile {
  display: none;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .social-links-mobile {
  display: none;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .bio-employee-name {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  text-align: left;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .bio-employee-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  margin: 5px 0;
  line-height: 26px;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .bio-employee-text-bold {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  margin: 5px 0;
  line-height: 26px;
  font-weight: 400;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .bio-blog-link {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #19C0C1;
  font-size: 14px;
  font-weight: 400;
}

.marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .bio-blog-link:hover {
  text-decoration: underline;
}

.marketing-modal-bg .modal-content-container .newsletter-modal {
  display: flex;
  padding: 40px;
  flex-direction: column;
  max-width: 600px;
  margin: auto;
}

.marketing-modal-bg .modal-content-container .newsletter-modal .newsletter-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 15px 0;
}

.marketing-modal-bg .modal-content-container .newsletter-modal .newsletter-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
  padding: 0 10%;
}

.marketing-modal-bg .modal-content-container .newsletter-modal .newsletter-form {
  width: 100%;
}

.marketing-modal-bg .modal-content-container .newsletter-modal .newsletter-form .form-group {
  display: flex;
  justify-content: center;
  max-width: 450px;
  margin: auto;
  height: 45px;
}

.marketing-modal-bg .modal-content-container .newsletter-modal .newsletter-form .form-group .newsletter-input {
  width: 325px;
  height: 100%;
  border-radius: 2px;
  text-indent: 10px;
  border: 1px solid #D5D5D5;
}

.marketing-modal-bg .modal-content-container .newsletter-modal .newsletter-form .newsletter-btn {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #34CE8B;
  color: #ffffff;
  border: 1px solid #34CE8B;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: block;
  max-width: 300px;
  margin: 20px auto;
}

.marketing-modal-bg .modal-content-container .newsletter-modal .newsletter-form .newsletter-btn:hover {
  background-color: #5dd8a2;
  color: #ffffff;
}

.marketing-modal-bg .modal-content-container .newsletter-modal .newsletter-form .newsletter-btn:focus {
  outline: none;
}

.marketing-modal-bg .modal-content-container .newsletter-modal .newsletter-form .newsletter-btn:active {
  background-color: #28a770;
}

.marketing-modal-bg .modal-content-container .newsletter-modal .newsletter-form .newsletter-btn:hover {
  background-color: #ffffff;
  color: #34CE8B;
}

@media screen and (max-width: 800px) {
  .marketing-site-page-wrapper .hero-area-grid {
    height: 800px;
  }

  .marketing-site-page-wrapper .hero-area-grid .hero-content-container {
    grid-area: 3 / 2 / 5 / 10;
    text-align: center;
  }

  .marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-header {
    text-align: center;
  }

  .marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-subheader {
    text-align: center;
    width: 100%;
  }

  .marketing-site-page-wrapper .hero-area-grid .bg-primary-slant {
    background-color: #2C4350;
    grid-area: 1 / 1 / 8 / 11;
    transform: skewY(24deg);
  }

  .marketing-site-page-wrapper .hero-area-grid .hero-image {
    width: 100%;
    grid-area: 6 / 2 / 10 / 10;
    transform: unset;
  }

  .marketing-site-page-wrapper .sub-hero-area {
    height: auto;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller {
    width: 50%;
    padding: 10px 10px 10px 30px;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-header {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-text {
    font-size: 15px;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-larger {
    position: relative;
    width: 55%;
    height: 100%;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-larger .sub-image {
    position: absolute;
  }

  .marketing-site-page-wrapper .home-customers .carousel-view {
    padding: 0;
  }

  .marketing-site-page-wrapper .home-customers .carousel-view .carousel {
    margin: 0;
  }

  .marketing-site-page-wrapper .home-customers .carousel-view .carousel .slide .title {
    font-size: 24px;
    line-height: 28px;
  }

  .marketing-site-page-wrapper .home-customers .carousel-view .carousel .slide .attribution {
    font-size: 12px;
  }

  .marketing-site-page-wrapper .home-customers .customer-cards {
    flex-direction: column;
    align-items: center;
  }

  .marketing-site-page-wrapper .industries {
    padding-left: 100px;
  }

  .marketing-site-page-wrapper .industries .industry {
    width: 40%;
  }

  .marketing-modal-bg .modal-content-container .demo-modal .demo-left-container {
    display: none;
  }

  .marketing-modal-bg .modal-content-container .demo-modal .demo-right-container {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 600px) {
  .marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-subheader {
    margin: 0 0 30px 0;
  }

  .marketing-site-page-wrapper .hero-area-grid .hero-image {
    grid-area: 7 / 2 / 10 / 10;
  }

  .marketing-site-page-wrapper .sub-hero-area {
    height: auto;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-top-flex-container {
    padding: 150px 20% 20px 20%;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-top-flex-container .sub-hero-header {
    font-size: 36px;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-top-flex-container .sub-hero-subheader {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container {
    flex-direction: column;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller {
    width: 100%;
    padding: 30px;
    order: 2;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-header {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-text {
    font-size: 15px;
    text-align: center;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button {
    padding: 8px 30px;
    width: auto;
    height: auto;
    background-color: #ffffff;
    color: #34CE8B;
    border: 1px solid #34CE8B;
    border-radius: 2px;
    font-size: 18px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    width: 220px;
    height: 40px;
    padding: 0;
    margin: auto;
    text-transform: uppercase;
    box-shadow: 0 0 14px -2px #34CE8B;
    font-weight: 400;
    transition: all 200ms ease-in-out;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button:hover {
    background-color: white;
    color: #ffffff;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button:focus {
    outline: none;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button:active {
    background-color: #e6e5e5;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button:hover {
    color: #ffffff;
    background-color: #34CE8B;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-smaller .smaller-flex-button:active {
    background-color: #1e7e54;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-larger {
    position: relative;
    width: 55%;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .sub-hero-flex-larger .sub-image {
    position: unset;
  }

  .marketing-site-page-wrapper .home-customers .carousel-view {
    display: none;
  }

  .marketing-site-page-wrapper .home-customers .customer-cards-header {
    display: block;
    padding: 0 20px;
  }

  .marketing-site-page-wrapper .home-customers .customer-cards {
    flex-direction: column;
    align-items: center;
  }

  .marketing-site-page-wrapper .home-customers .customer-cards .customer-card {
    width: unset;
  }

  .marketing-site-page-wrapper .industries {
    padding: 0 0 0 30px;
  }

  .marketing-modal-bg .modal-content-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 5px auto;
    min-height: unset;
    min-width: unset;
    max-width: unset;
    width: 97%;
    height: 97%;
    overflow-y: scroll;
  }

  .marketing-modal-bg .modal-content-container .demo-closer {
    position: fixed;
  }

  .marketing-modal-bg .modal-content-container .bio-modal {
    padding: 60px 0 80px 0;
  }

  .marketing-modal-bg .modal-content-container .bio-modal .bio-left-container {
    display: none;
  }

  .marketing-modal-bg .modal-content-container .bio-modal .bio-right-container {
    width: 100%;
    height: 100%;
    padding: 0 30px;
  }

  .marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .employee-image-mobile {
    display: block;
    width: 50%;
    max-width: 200px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 5px 5px #DAF4F4;
  }

  .marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .social-links-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 20px 0;
  }

  .marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .social-links-mobile .social-link .social-image {
    height: 25px;
    margin: 0 5px;
  }

  .marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .bio-employee-name {
    text-align: center;
    margin: 20px 0 0 0;
  }

  .marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .bio-employee-text {
    margin: 0 0 15px 0;
    text-align: center;
  }

  .marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .bio-employee-text-bold {
    margin: 0;
    text-align: center;
  }

  .marketing-modal-bg .modal-content-container .bio-modal .bio-right-container .bio-blog-link {
    display: block;
    text-align: center;
  }

  .marketing-modal-bg .modal-content-container .demo-modal .demo-right-container {
    height: 100vh;
  }
}

@media screen and (max-width: 425px) {
  .marketing-site-page-wrapper .hero-area .hero-header {
    font-size: 40px;
  }

  .marketing-site-page-wrapper .hero-area .hero-subheader {
    font-size: 18px;
  }

  .marketing-site-page-wrapper .hero-area .hero-button-container .hero-button {
    font-size: 15px;
    width: 160px;
  }

  .marketing-site-page-wrapper .hero-area-grid .hero-content-container .hero-subheader {
    margin: 0 0 20px 0;
  }

  .marketing-site-page-wrapper .hero-area-grid .hero-image {
    grid-area: 7 / 2 / 10 / 10;
  }

  .marketing-site-page-wrapper .page-section-header {
    padding: 0 30px;
  }

  .marketing-site-page-wrapper .industries {
    flex-direction: column;
    padding: 0;
  }

  .marketing-site-page-wrapper .industries .industry {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    margin: 10px auto 20px auto;
  }

  .marketing-site-page-wrapper .industries .industry .industry-name {
    width: 70%;
  }
}

.no-overflow {
  overflow: hidden;
}

form input.error,
form textarea.error,
form select.error {
  border: 1px solid #d0021b !important;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 200ms ease-in-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.zoom-enter-active {
  -webkit-animation: zoom-in 300ms;
          animation: zoom-in 300ms;
}

.zoom-leave-active {
  animation: zoom-in 300ms reverse;
}

@-webkit-keyframes zoom-in {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.025, 1.025);
  }

  100% {
    opacity: 1;
    font-size: 24px;
    transform: scale(1, 1);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.025, 1.025);
  }

  100% {
    opacity: 1;
    font-size: 24px;
    transform: scale(1, 1);
  }
}

@-webkit-keyframes navdd {
  from {
    opacity: 0;
    height: 0;
  }

  to {
    opacity: 1;
    height: 400px;
  }
}

@keyframes navdd {
  from {
    opacity: 0;
    height: 0;
  }

  to {
    opacity: 1;
    height: 400px;
  }
}

@-webkit-keyframes navdditem {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes navdditem {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  0% {
    height: 30px;
    width: 30px;
    transform: rotate(0deg);
    font-size: 16px;
  }

  50% {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 26px;
  }

  100% {
    height: 30px;
    width: 30px;
    transform: rotate(360deg);
    font-size: 16px;
  }
}

@keyframes spin {
  0% {
    height: 30px;
    width: 30px;
    transform: rotate(0deg);
    font-size: 16px;
  }

  50% {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 26px;
  }

  100% {
    height: 30px;
    width: 30px;
    transform: rotate(360deg);
    font-size: 16px;
  }
}

@-webkit-keyframes pulse {
  0% {
    height: 45px;
    width: 45px;
  }

  50% {
    height: 55px;
    width: 55px;
  }

  100% {
    height: 45px;
    width: 45px;
  }
}

@keyframes pulse {
  0% {
    height: 45px;
    width: 45px;
  }

  50% {
    height: 55px;
    width: 55px;
  }

  100% {
    height: 45px;
    width: 45px;
  }
}

@-webkit-keyframes tourpulse {
  0% {
    background-color: #ffffff;
  }

  50% {
    background-color: #F5A623;
  }

  100% {
    background-color: #ffffff;
  }
}

@keyframes tourpulse {
  0% {
    background-color: #ffffff;
  }

  50% {
    background-color: #F5A623;
  }

  100% {
    background-color: #ffffff;
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-2px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(3px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-5px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-2px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(3px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-5px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(5px, 0, 0);
  }
}

@-webkit-keyframes cardbounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes cardbounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.marketing-nav {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  max-width: 2000px;
  margin: auto;
  z-index: 2;
  transition: all 200ms ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}

.marketing-nav .home-link {
  float: left;
  margin: 25px 0 0 40px;
  padding: 0;
}

.marketing-nav .home-link .home-logo {
  height: 30px;
  margin: 0;
  padding: 0;
}

.marketing-nav .nav-items {
  float: left;
  margin-left: 40px;
  line-height: 80px;
}

.marketing-nav .nav-items .nav-item {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  margin-right: 20px;
  transition: all 200ms ease-in-out;
}

.marketing-nav .nav-items .nav-item:hover {
  color: #D5D5D5;
}

.marketing-nav .nav-items .nav-item .solutions-dropdown-container {
  display: none;
  position: absolute;
  top: 15px;
  padding-top: 13px;
  left: -121px;
  box-sizing: border-box;
  min-width: 300px;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-name: navdd;
          animation-name: navdd;
}

.marketing-nav .nav-items .nav-item .solutions-dropdown-container .solutions-dropdown {
  list-style-type: none;
  height: 100%;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.marketing-nav .nav-items .nav-item .solutions-dropdown-container .solutions-dropdown .solution-tri {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

.marketing-nav .nav-items .nav-item .solutions-dropdown-container .solutions-dropdown .solution {
  height: 40px;
  width: 100%;
  cursor: pointer;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-name: navdditem;
          animation-name: navdditem;
}

.marketing-nav .nav-items .nav-item .solutions-dropdown-container .solutions-dropdown .solution .industry-name {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #19C0C1;
  position: relative;
  display: block;
  padding: 0 0 0 60px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}

.marketing-nav .nav-items .nav-item .solutions-dropdown-container .solutions-dropdown .solution .industry-name .industry-image {
  position: absolute;
  left: 20px;
  top: 2px;
  height: 25px;
}

.marketing-nav .nav-items .nav-item .solutions-dropdown-container .solutions-dropdown .solution:hover .industry-name {
  color: #515152;
}

.marketing-nav .nav-items .nav-item .solutions-dropdown-container .solutions-dropdown .solution:hover .industry-image g {
  fill: #515152;
}

.marketing-nav .nav-items .white {
  color: #ffffff;
}

.marketing-nav .nav-items .solutions {
  position: relative;
  cursor: pointer;
}

.marketing-nav .nav-items .solutions:hover > .solutions-dropdown-container {
  display: block;
}

.marketing-nav .alt-buttons {
  float: right;
  margin-right: 40px;
  line-height: 80px;
}

.marketing-nav .alt-buttons .alt-button {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #8F8F90;
  border: 1px solid #8F8F90;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: inline-block;
  text-align: center;
  height: 35px;
  width: 130px;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  margin-right: 20px;
  transition: all 200ms ease-in-out;
}

.marketing-nav .alt-buttons .alt-button:hover {
  background-color: rgba(26, 25, 25, 0);
  color: #ffffff;
}

.marketing-nav .alt-buttons .alt-button:focus {
  outline: none;
}

.marketing-nav .alt-buttons .alt-button:active {
  background-color: rgba(0, 0, 0, 0);
}

.marketing-nav .alt-buttons .alt-button:hover {
  border-color: #efeeee;
  color: #515152;
  background-color: #efeeee;
}

.marketing-nav .alt-buttons .green {
  background-color: #34CE8B;
  color: #ffffff;
  border: 1px solid #34CE8B;
  margin: 0;
  transition: all 200ms ease-in-out;
}

.marketing-nav .alt-buttons .green:hover {
  background-color: rgba(52, 206, 139, 0.4);
  color: #34CE8B;
  border: 1px solid rgba(52, 206, 139, 0.4);
}

.marketing-nav .alt-buttons .white {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

.marketing-nav .alt-buttons .white:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  border-color: transparent;
}

.marketing-nav .alt-buttons .white:active {
  background-color: #ffffff;
}

.marketing-nav .alt-buttons .firstitem {
  width: auto;
  border: 0;
  background-color: transparent;
}

.marketing-nav .alt-buttons .firstitem:hover {
  background-color: transparent;
  color: #D5D5D5;
}

.marketing-nav .alt-buttons .hide {
  display: none;
}

.marketing-nav .mobile-nav {
  display: none;
  float: right;
  height: 33px;
  width: 33px;
  margin: 24px 40px 0 0;
  cursor: pointer;
}

.marketing-nav .mobile-nav img {
  height: 100%;
  width: 100%;
}

.marketing-nav .mobile-dropdown {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, #64E9BF 0%, #34CE8B 100%);
  z-index: 2;
}

.marketing-nav .mobile-dropdown .closer {
  display: inline-block;
  height: 30px;
  width: 30px;
  float: right;
  margin: 25px 40px 0 0;
}

.marketing-nav .mobile-dropdown .closer .close-img {
  height: 100%;
  width: 100%;
}

.marketing-nav .mobile-dropdown .drop-logo-link {
  float: left;
  margin: 25px 0 0 40px;
  padding: 0px;
}

.marketing-nav .mobile-dropdown .drop-logo-link .drop-logo {
  height: 30px;
  margin: 0;
  padding: 0;
}

.marketing-nav .mobile-dropdown ul {
  margin: 0;
  padding: 110px 0 0 37px;
  height: 100%;
  width: 100%;
  list-style-type: none;
}

.marketing-nav .mobile-dropdown ul li {
  width: 60%;
  margin: 0 0 20px 0;
}

.marketing-nav .mobile-dropdown ul li a {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  text-decoration: none;
  font-weight: 300;
  font-size: 25px;
}

.nopromo {
  top: 0;
  -webkit-animation-name: hidepromo;
          animation-name: hidepromo;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
}

.scroll {
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
  height: 80px;
}

.scroll .alt-buttons {
  height: 79px;
}

.scroll .alt-buttons .alt-button {
  border: 1px solid #8F8F90;
}

.scroll .alt-buttons .alt-button:hover {
  background-color: #efeeee;
  color: #8F8F90;
  border: 1px solid #efeeee;
}

.scroll .alt-buttons .green {
  background-color: #34CE8B;
  color: #ffffff;
  border-color: #34CE8B;
}

.scroll .alt-buttons .green:hover {
  background-color: rgba(52, 206, 139, 0.4);
  color: #34CE8B;
  border-color: rgba(52, 206, 139, 0.4);
}

.scroll .alt-buttons .white {
  color: #8F8F90;
  border-color: #8F8F90;
}

.scroll .alt-buttons .white:hover {
  color: #ffffff;
  background-color: #D5D5D5;
}

.scroll .alt-buttons .firstitem {
  border: 0;
  background-color: transparent;
}

.scroll .alt-buttons .firstitem:hover {
  background-color: transparent;
  color: #D5D5D5;
  border: transparent;
}

@-webkit-keyframes hidepromo {
  0% {
    top: 30px;
  }

  100% {
    top: 0;
  }
}

@keyframes hidepromo {
  0% {
    top: 30px;
  }

  100% {
    top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .marketing-nav .nav-items {
    margin-left: 20px;
  }

  .marketing-nav .nav-items .nav-item {
    margin-right: 15px;
  }

  .marketing-nav .alt-buttons {
    margin-right: 20px;
  }

  .marketing-nav .alt-buttons .alt-button {
    margin-right: 15px;
  }

  .marketing-nav .alt-buttons .green {
    margin-right: 0;
    width: 140px;
  }
}

@media screen and (max-width: 800px) {
  .marketing-nav .nav-items {
    display: none;
  }

  .marketing-nav .alt-buttons {
    display: none;
  }

  .marketing-nav .mobile-nav {
    display: block;
  }
}

.footer-wrapper {
  display: flex;
  flex-direction: row;
  height: 350px;
  width: 100%;
  max-width: 2000px;
  margin: auto;
  text-align: left;
  border-top: 1px solid #D5D5D5;
}

.footer-wrapper .footer-left {
  width: 40%;
  padding: 60px 0 0 80px;
}

.footer-wrapper .footer-left .footer-logo {
  height: 30px;
  margin: 0 0 20px 0;
}

.footer-wrapper .footer-left .footer-address {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #D5D5D5;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.footer-wrapper .footer-left .social-container {
  width: 100%;
  margin: 20px 0 0 0;
}

.footer-wrapper .footer-left .social-container a {
  margin-right: 15px;
}

.footer-wrapper .footer-left .social-container a .hatch-twitter {
  display: inline-block;
  height: 23px;
  width: 23px;
}

.footer-wrapper .footer-left .social-container a .hatch-twitter:hover g {
  stroke: #34CE8B;
  stroke-width: 0.5;
}

.footer-wrapper .footer-left .social-container a .hatch-linkedin {
  display: inline-block;
  height: 23px;
  width: 23px;
}

.footer-wrapper .footer-left .social-container a .hatch-linkedin:hover g {
  stroke: #34CE8B;
  stroke-width: 0.5;
}

.footer-wrapper .footer-left .social-container a .hatch-facebook {
  display: inline-block;
  height: 23px;
  width: 23px;
}

.footer-wrapper .footer-left .social-container a .hatch-facebook:hover g {
  stroke: #34CE8B;
  stroke-width: 0.5;
}

.footer-wrapper .footer-right {
  width: 60%;
}

.footer-wrapper .footer-right .footer-sections-container {
  display: flex;
  flex-direction: row;
  float: right;
  margin: 60px 80px 0 0;
}

.footer-wrapper .footer-right .footer-sections-container .sitemap-section {
  width: 150px;
}

.footer-wrapper .footer-right .footer-sections-container .sitemap-section .sitemap-header {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 14px;
}

.footer-wrapper .footer-right .footer-sections-container .sitemap-section .sitemap-link {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #D5D5D5;
  font-family: "Fira Sans", sans-serif;
  display: block;
  line-height: 24px;
  font-size: 14px;
}

.footer-wrapper .footer-right .footer-sections-container .sitemap-section .sitemap-link:hover {
  color: #34CE8B;
}

@media screen and (max-width: 800px) {
  .footer-wrapper {
    padding-bottom: 100px;
  }

  .footer-wrapper .footer-left {
    width: 40%;
    padding: 60px 0 0 40px;
  }

  .footer-wrapper .footer-right {
    width: 60%;
  }

  .footer-wrapper .footer-right .footer-sections-container {
    margin: 60px 40px 0 0;
  }

  .footer-wrapper .footer-right .footer-sections-container .sitemap-section {
    width: 110px;
  }

  .footer-wrapper .footer-right .footer-sections-container .sitemap-section .sitemap-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .footer-wrapper {
    flex-direction: column;
    height: auto;
  }

  .footer-wrapper .footer-left {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .footer-wrapper .footer-left .footer-logo {
    margin: 30px 0;
  }

  .footer-wrapper .footer-left .social-container a {
    margin: 0 8px;
  }

  .footer-wrapper .footer-right {
    width: 100%;
    text-align: center;
    padding: 40px 0;
  }

  .footer-wrapper .footer-right .footer-sections-container {
    flex-direction: column;
    float: none;
    width: 100%;
    margin: 0;
  }

  .footer-wrapper .footer-right .footer-sections-container .sitemap-section {
    width: 100%;
    margin: 20px 0;
  }

  .footer-wrapper .footer-right .footer-sections-container .sitemap-section .sitemap-link {
    width: 200px;
    margin: auto;
    font-size: 16px;
  }
}

.home-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 125px auto 100px auto;
  padding: 20px;
}

.home-feature .home-feature-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
}

.home-feature .home-feature-items .home-feature-item {
  width: 30%;
  max-width: 350px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 30px;
}

.home-feature .home-feature-items .home-feature-item .carousel-image {
  height: 60px;
  margin-bottom: 20px;
}

.home-feature .home-feature-items .home-feature-item .carousel-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  border: 0;
  background-color: #ffffff;
  margin: 0 0 10px 0;
  font-size: 20px;
}

.home-feature .home-feature-items .home-feature-item .carousel-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

.home-feature .home-feature-button {
  display: inline-block;
  padding: 10px 50px;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  background: linear-gradient(255.81deg, #64E9BF 0%, #34CE8B 100%);
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.home-feature .home-feature-button:hover {
  background: linear-gradient(255.81deg, rgba(52, 206, 139, 0.4) 0%, rgba(52, 206, 139, 0.4) 100%);
  color: #34CE8B;
}

.home-feature .home-feature-button:active {
  background-color: #34CE8B;
  color: #ffffff;
}

.home-carousel {
  flex-direction: column;
  padding-top: 40px;
}

.home-carousel .home-carousel-smaller {
  padding: 40px 20px 20px 60px;
  min-width: 525px;
}

.home-carousel .home-carousel-smaller .home-carousel-box {
  display: flex;
  flex-direction: row;
  min-height: 140px;
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  transition: all 200ms ease-in-out;
}

.home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-img-container {
  width: 25%;
  height: 100%;
  text-align: center;
}

.home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-img-container .home-carousel-image {
  width: 60px;
  margin: 9px 0 0 0;
}

.home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-text-container {
  width: 75%;
  height: 100%;
}

.home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-text-container .home-carousel-item-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  border: 0;
  background-color: #ffffff;
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 20px;
}

.home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-text-container .home-carousel-item-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: left;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  padding: 0 14% 0 0;
}

.home-carousel .home-carousel-smaller .home-carousel-btn-box {
  padding: 0;
}

.home-carousel .home-carousel-smaller .home-carousel-btn-box .home-carousel-button {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #34CE8B;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: inline-block;
  padding: 8px 40px;
  margin: 20px 0 0 111px;
}

.home-carousel .home-carousel-smaller .home-carousel-btn-box .home-carousel-button:hover {
  background-color: #5dd8a2;
  color: #ffffff;
}

.home-carousel .home-carousel-smaller .home-carousel-btn-box .home-carousel-button:focus {
  outline: none;
}

.home-carousel .home-carousel-smaller .home-carousel-btn-box .home-carousel-button:active {
  background-color: #28a770;
}

.home-carousel .home-carousel-larger {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 100px 0;
}

.home-carousel .home-carousel-larger .home-carousel-image {
  max-width: 900px;
}

.customer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 200px;
  margin: 15px;
  padding: 20px;
  transition: all 200ms ease-in-out;
}

.customer .customer-image {
  width: 70%;
}

.customer .banklogo {
  width: 50%;
}

.businesses {
  display: flex;
  padding: 0 30px;
}

.businesses .business {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 200px;
}

.powered-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  text-align: center;
  padding: 0 14%;
  font-family: "Fira Sans", sans-serif;
  line-height: 26px;
  margin: 0;
  font-weight: 300;
}

.green {
  display: block;
  color: #34CE8B;
  margin: 0 auto 50px auto;
  font-weight: 400;
  cursor: pointer;
}

.green:hover {
  color: #28a770;
}

@media screen and (max-width: 800px) {
  .home-carousel {
    flex-direction: column;
    padding-top: 40px;
  }

  .home-carousel .home-carousel-smaller {
    padding: 20px;
    width: 100%;
  }

  .home-carousel .home-carousel-smaller .home-carousel-box {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }

  .home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-img-container {
    width: 100%;
  }

  .home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-img-container .home-carousel-image {
    margin: 9px 0;
  }

  .home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-text-container {
    width: 100%;
  }

  .home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-text-container .home-carousel-item-header {
    text-align: center;
    color: #34CE8B;
  }

  .home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-text-container .home-carousel-item-text {
    text-align: center;
    color: #515152;
  }

  .home-carousel .home-carousel-smaller .active .home-carousel-text-container .home-carousel-item-header {
    color: #34CE8B;
  }

  .home-carousel .home-carousel-smaller .active .home-carousel-text-container .home-carousel-item-text {
    color: #515152;
  }

  .home-carousel .home-carousel-smaller .active:hover .home-carousel-text-container .home-carousel-item-header {
    color: #34CE8B;
  }

  .home-carousel .home-carousel-smaller .active:hover .home-carousel-text-container .home-carousel-item-text {
    color: #515152;
  }

  .home-carousel .home-carousel-smaller .home-carousel-btn-box {
    margin: 0;
    text-align: center;
  }

  .home-carousel .home-carousel-smaller .home-carousel-btn-box .home-carousel-button {
    padding: 8px 30px;
    width: auto;
    height: auto;
    background-color: #34CE8B;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 18px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    padding: 8px 40px;
    margin: 20px auto 0 auto;
  }

  .home-carousel .home-carousel-smaller .home-carousel-btn-box .home-carousel-button:hover {
    background-color: #5dd8a2;
    color: #ffffff;
  }

  .home-carousel .home-carousel-smaller .home-carousel-btn-box .home-carousel-button:focus {
    outline: none;
  }

  .home-carousel .home-carousel-smaller .home-carousel-btn-box .home-carousel-button:active {
    background-color: #28a770;
  }

  .home-carousel .home-carousel-larger {
    display: none;
  }

  .home-feature {
    margin-top: 20px;
  }

  .home-feature .home-feature-items {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .home-feature .home-feature-items .home-feature-item {
    width: 100%;
    margin: 0 auto 60px auto;
  }

  .home-feature .home-feature-items .home-feature-item .carousel-image {
    height: 60px;
    margin-bottom: 20px;
  }

  .home-feature .home-feature-items .home-feature-item .carousel-header {
    text-align: center;
    font-size: 24px;
    font-family: "Fira Sans", sans-serif;
    color: #515152;
    font-weight: 400;
    text-transform: none;
    margin: 40px 0 30px 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 36px;
    border: 0;
    background-color: #ffffff;
    margin: 0 0 10px 0;
    font-size: 20px;
  }

  .home-feature .home-feature-items .home-feature-item .carousel-text {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 32px;
    color: #515152;
    text-align: center;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .home-feature .home-feature-button {
    display: inline-block;
    padding: 10px 50px;
    color: #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    background: linear-gradient(255.81deg, #64E9BF 0%, #34CE8B 100%);
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
  }

  .home-feature .home-feature-button:hover {
    background: linear-gradient(255.81deg, rgba(52, 206, 139, 0.4) 0%, rgba(52, 206, 139, 0.4) 100%);
    color: #34CE8B;
  }

  .home-feature .home-feature-button:active {
    background-color: #34CE8B;
    color: #ffffff;
  }

  .businesses .business {
    height: 130px;
    width: 130px;
    margin: 0 5px;
  }

  .businesses .business img {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .marketing-site-page-wrapper .businesses {
    flex-wrap: wrap;
  }

  .marketing-site-page-wrapper .businesses .business {
    height: 130px;
    width: 225px;
    margin: 0 5px;
  }

  .marketing-site-page-wrapper .businesses .business img {
    width: 60%;
  }

  .marketing-site-page-wrapper .customer-container {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .marketing-site-page-wrapper .customer-container .customer {
    height: 100px;
    width: 300px;
    margin: 20px auto;
  }

  .marketing-site-page-wrapper .customer-container .customer:hover {
    box-shadow: none;
  }

  .marketing-site-page-wrapper .customer-container .customer .customer-image {
    width: 130px;
  }

  .marketing-site-page-wrapper .powered-text {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 32px;
    color: #8F8F90;
    text-align: center;
    padding: 0 14%;
    font-family: "Fira Sans", sans-serif;
    line-height: 26px;
    margin: 0;
    font-weight: 300;
  }

  .marketing-site-page-wrapper .green {
    color: #34CE8B;
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 425px) {
  .businesses .business {
    height: 100px;
  }

  .home-carousel {
    flex-direction: column;
    padding-top: 40px;
  }

  .home-carousel .home-carousel-smaller {
    padding: 20px;
    width: 100%;
  }

  .home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-text-container {
    width: 300px;
    margin: auto;
  }

  .home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-text-container .home-carousel-item-header {
    text-align: center;
    color: #34CE8B;
  }

  .home-carousel .home-carousel-smaller .home-carousel-box .home-carousel-text-container .home-carousel-item-text {
    text-align: center;
    color: #515152;
  }

  .home-carousel .home-carousel-larger {
    display: none;
  }
}

.marketing-site-page-wrapper .product-sub-hero {
  padding-bottom: 140px;
}

.marketing-site-page-wrapper .step-items {
  position: relative;
  flex-direction: row;
  justify-content: center;
  padding: 60px 0;
}

.marketing-site-page-wrapper .step-items .arrow-container {
  position: absolute;
  height: 30px;
  width: 18%;
}

.marketing-site-page-wrapper .step-items .arrow-container .top-arrow {
  height: 100%;
  width: 100%;
}

.marketing-site-page-wrapper .step-items .arrow-a {
  left: 56%;
  top: 132px;
}

.marketing-site-page-wrapper .step-items .arrow-b {
  left: 26%;
  top: 72px;
}

.marketing-site-page-wrapper .step-items .arrow-c {
  position: absolute;
  height: 115px;
  width: 30%;
  bottom: -25px;
  right: 20%;
}

.marketing-site-page-wrapper .step-items .arrow-c .bottom-arrow {
  height: 100%;
  width: 100%;
}

.marketing-site-page-wrapper .step-items .step-item {
  width: 30%;
  padding: 20px;
  text-align: center;
}

.marketing-site-page-wrapper .step-items .step-item .step-item-image {
  margin: 0 0 10px 0;
}

.marketing-site-page-wrapper .step-items .step-item .step-item-header {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #19C0C1;
  text-align: center;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

.marketing-site-page-wrapper .step-items .step-item .step-item-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
  line-height: 26px;
}

.marketing-site-page-wrapper .product-sub-larger {
  position: relative;
}

.marketing-site-page-wrapper .product-sub-larger .mobile-img {
  height: 300px;
  left: 30px;
  top: 88px;
}

.marketing-site-page-wrapper .product-sub-larger .product-img {
  height: 400px;
  left: 10%;
  top: 0;
}

.marketing-site-page-wrapper .mgmt-platform-sub {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.marketing-site-page-wrapper .product-flex-container .product-mgmt {
  display: flex;
  flex-direction: column;
  padding: 60px;
}

.marketing-site-page-wrapper .product-flex-container .product-mgmt .product-mgmt-header {
  text-align: left;
  padding: 0;
  margin: auto 0 10px 0;
}

.marketing-site-page-wrapper .product-flex-container .product-mgmt .product-mgmt-text {
  margin: 0 0 auto 0;
  text-align: left;
  padding: 0;
}

.marketing-site-page-wrapper .product-flex-container .product-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.marketing-site-page-wrapper .product-flex-container .product-flex .product-img {
  width: 80%;
}

.marketing-site-page-wrapper .product-cards {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .marketing-site-page-wrapper .product-sub-hero {
    padding-bottom: 60px;
  }

  .marketing-site-page-wrapper .step-items {
    flex-direction: column;
    padding: 15px 10% 30px 10%;
  }

  .marketing-site-page-wrapper .step-items .arrow-container {
    display: none;
  }

  .marketing-site-page-wrapper .step-items .arrow-c {
    display: none;
  }

  .marketing-site-page-wrapper .step-items .step-item {
    width: 100%;
  }

  .marketing-site-page-wrapper .step-items .step-item .step-item-image {
    margin: 0 0 10px 0;
  }

  .marketing-site-page-wrapper .product-flex-container {
    flex-direction: column;
  }

  .marketing-site-page-wrapper .product-flex-container .product-mgmt {
    width: 100%;
    padding: 40px 0 0 0;
    order: 2;
  }

  .marketing-site-page-wrapper .product-flex-container .product-mgmt .product-mgmt-header {
    text-align: center;
    margin: 0;
  }

  .marketing-site-page-wrapper .product-flex-container .product-mgmt .product-mgmt-text {
    text-align: center;
    padding: 0 10%;
  }

  .marketing-site-page-wrapper .product-flex-container .product-flex {
    width: 100%;
    order: 1;
  }

  .marketing-site-page-wrapper .product-flex-container .product-flex .product-img {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .product-sub-larger {
    position: relative;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .product-sub-larger .mobile-img {
    position: absolute;
    height: 200px;
    width: auto;
    top: 85px;
    left: 63px;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .product-sub-larger .product-img {
    position: relative;
    width: 500px;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 425px) {
  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .product-sub-larger .mobile-img {
    height: 135px;
    top: 50px;
    left: 63px;
  }

  .marketing-site-page-wrapper .sub-hero-area .sub-hero-bottom-flex-container .product-sub-larger .product-img {
    width: 325px;
  }

  .marketing-site-page-wrapper .product-flex-container .product-mgmt {
    width: 100%;
    padding: 40px 0 0 0;
    order: 2;
  }

  .marketing-site-page-wrapper .product-flex-container .product-mgmt .product-mgmt-header {
    padding: 0 30px;
  }

  .marketing-site-page-wrapper .product-flex-container .product-mgmt .product-mgmt-text {
    padding: 0 30px;
  }

  .marketing-site-page-wrapper .product-flex-container .product-flex {
    width: 100%;
    order: 1;
  }

  .marketing-site-page-wrapper .product-flex-container .product-flex .product-img {
    width: 80%;
  }
}

.marketing-site-page-wrapper .about-sub-hero-img {
  right: 60px;
  top: 10%;
  width: 80%;
  max-width: 500px;
}

.marketing-site-page-wrapper .about-carousel-container {
  position: relative;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
  margin: 100px 0 0 0;
  z-index: 0;
}

.marketing-site-page-wrapper .about-carousel-container .about-carousel-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 150px;
  height: 60px;
  margin: auto;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  line-height: 50px;
  z-index: 1;
}

.marketing-site-page-wrapper .about-carousel-container .about-carousel-items {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
  background-color: #ffffff;
  z-index: 2;
}

.marketing-site-page-wrapper .about-carousel-container .about-carousel-items .carrot {
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: -11px;
  background-color: #ffffff;
  transform: rotate(-45deg);
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  transition: all 200ms ease-in-out;
}

.marketing-site-page-wrapper .about-carousel-container .about-carousel-items .carousel-item {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #D5D5D5;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 10px;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  width: 110px;
  padding: 0 5px;
  line-height: 60px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.marketing-site-page-wrapper .about-carousel-container .about-carousel-items .carousel-item:hover {
  color: #19C0C1;
}

.marketing-site-page-wrapper .about-carousel-container .about-carousel-items .activeitem {
  color: #19C0C1;
}

.marketing-site-page-wrapper .about-carousel-container .carousel-display-area {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 50px 30%;
  align-items: center;
  width: 100%;
  height: 320px;
  background-color: #F5FCFC;
}

.marketing-site-page-wrapper .about-carousel-container .carousel-display-area .quote {
  position: absolute;
  height: 70px;
}

.marketing-site-page-wrapper .about-carousel-container .carousel-display-area .left-quote {
  top: 60px;
  left: 100px;
}

.marketing-site-page-wrapper .about-carousel-container .carousel-display-area .right-quote {
  bottom: 60px;
  right: 100px;
}

.marketing-site-page-wrapper .about-carousel-container .carousel-display-area .carousel-display-text {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 300;
}

.marketing-site-page-wrapper .about-carousel-container .carousel-display-area .abtcarouselbounce {
  -webkit-animation: bounce 200ms;
          animation: bounce 200ms;
}

.marketing-site-page-wrapper .awards-rec-container {
  position: relative;
  width: 100%;
  margin-top: 50px;
  border-bottom: 50px solid #80929A;
  border-right: 50px solid #F5FCFC;
}

.marketing-site-page-wrapper .awards-rec-container .tri {
  position: absolute;
  border-left: 35px solid #2C4350;
}

.marketing-site-page-wrapper .awards-rec-container .top-right-tri {
  right: -55px;
  top: -25px;
  transform: rotate(-45deg);
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 37px solid #ffffff;
}

.marketing-site-page-wrapper .awards-rec-container .bottom-left-tri {
  left: -5px;
  bottom: -73px;
  transform: rotate(135deg);
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #2C4350;
}

.marketing-site-page-wrapper .awards-rec-container .awards-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 20px 0;
  padding: 40px 0 0 40px;
  border-top: 1px solid rgba(242, 242, 242, 0.75);
}

.marketing-site-page-wrapper .awards-rec-container .awards-flex-section-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 15px 0 15px 40px;
}

.marketing-site-page-wrapper .awards-rec-container .awards-flex-section-container .award {
  height: 150px;
  width: 230px;
  padding: 10px;
  margin: 10px;
  text-align: center;
}

.marketing-site-page-wrapper .awards-rec-container .awards-flex-section-container .award .award-logo {
  width: 100%;
}

.marketing-site-page-wrapper .awards-rec-container .awards-flex-section-container .award .award-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  font-size: 15px;
  padding: 0;
  margin: 10px 0 0 0;
  line-height: 26px;
}

.marketing-site-page-wrapper .meet-team {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  background-color: #2C4350;
  padding: 60px 0 20px 0;
}

.marketing-site-page-wrapper .bios-area {
  background-color: #2C4350;
}

.marketing-site-page-wrapper .bios-area .bios-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 830px;
  margin: auto;
}

.marketing-site-page-wrapper .bios-area .bios-container .bio-box {
  position: relative;
  padding: 10px;
  margin: 20px 30px;
  text-align: center;
  cursor: pointer;
}

.marketing-site-page-wrapper .bios-area .bios-container .bio-box:hover .bio-hover {
  opacity: 1;
}

.marketing-site-page-wrapper .bios-area .bios-container .bio-box .bio-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 195px;
  border-radius: 5px;
  margin: 10px 0 0 10px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all .2s ease-in-out;
}

@media only screen and (max-width: 500px) {
  .marketing-site-page-wrapper .bios-area .bios-container .bio-box .bio-hover {
    display: none;
  }
}

.marketing-site-page-wrapper .bios-area .bios-container .bio-box img {
  height: 200px;
  border-radius: 5px;
}

.marketing-site-page-wrapper .bios-area .bios-container .bio-box .employee-name {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  font-size: 20px;
  margin: 10px 0 0 0;
}

.marketing-site-page-wrapper .bios-area .bios-container .bio-box .employee-position {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}

.marketing-site-page-wrapper .bios-area .bios-container .bio-box .join-us-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
  margin: 20px 0;
  font-style: italic;
  font-family: "Fira Sans", sans-serif;
  line-height: 26px;
  font-weight: 400;
}

.marketing-site-page-wrapper .bios-area .bios-container .bio-box a .join-us-btn {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #3e5f71;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  width: 190px;
  height: 45px;
  margin: auto;
  border-radius: 25px;
  font-weight: 400;
}

.marketing-site-page-wrapper .bios-area .bios-container .bio-box a .join-us-btn:hover {
  background-color: #507a92;
  color: #ffffff;
}

.marketing-site-page-wrapper .bios-area .bios-container .bio-box a .join-us-btn:focus {
  outline: none;
}

.marketing-site-page-wrapper .bios-area .bios-container .bio-box a .join-us-btn:active {
  background-color: #2c4350;
}

.marketing-site-page-wrapper .bios-area .bios-container .join-box {
  padding-bottom: 40px;
}

.marketing-site-page-wrapper .about-cards {
  max-width: 1000px;
  margin: auto;
}

.marketing-site-page-wrapper .about-dc-skyline {
  background-color: #2C4350;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .marketing-site-page-wrapper .bios-area .bios-container {
    padding-left: 30px;
  }

  .marketing-site-page-wrapper .bios-area .bios-container .bio-box {
    margin: 20px;
  }
}

@media screen and (max-width: 800px) {
  .marketing-site-page-wrapper .awards-rec-container .awards-flex-section-container {
    flex-wrap: wrap;
    padding: 20px;
  }

  .marketing-site-page-wrapper .awards-rec-container .awards-flex-section-container .award {
    width: 35%;
    margin: 20px;
  }

  .marketing-site-page-wrapper .bios-area .bios-container {
    width: 560px;
  }
}

@media screen and (max-width: 600px) {
  .marketing-site-page-wrapper .about-carousel-container {
    display: none;
  }

  .marketing-site-page-wrapper .bios-area {
    background-color: #2C4350;
  }

  .marketing-site-page-wrapper .bios-area .bios-container {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .marketing-site-page-wrapper .bios-area .bios-container .bio-box {
    margin: 20px auto;
  }

  .marketing-site-page-wrapper .bios-area .bios-container .join-box {
    margin: 0 auto;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 425px) {
  .marketing-site-page-wrapper .awards-rec-container {
    border-bottom: 25px solid #80929A;
    border-right: 25px solid #F5FCFC;
  }

  .marketing-site-page-wrapper .awards-rec-container .tri {
    position: absolute;
    border-left: 35px solid #2C4350;
  }

  .marketing-site-page-wrapper .awards-rec-container .top-right-tri {
    right: -55px;
    top: -23px;
    transform: rotate(-45deg);
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #ffffff;
  }

  .marketing-site-page-wrapper .awards-rec-container .bottom-left-tri {
    left: -5px;
    bottom: -73px;
    transform: rotate(135deg);
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #2C4350;
  }

  .marketing-site-page-wrapper .awards-rec-container .awards-header {
    padding: 40px 0 0 20px;
  }

  .marketing-site-page-wrapper .awards-rec-container .awards-flex-section-container {
    flex-direction: column;
  }

  .marketing-site-page-wrapper .awards-rec-container .awards-flex-section-container .award {
    width: 70%;
    margin: auto;
  }
}

.pricing-sub-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pricing-hero-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  margin: 200px auto 100px auto;
  padding: 0 10%;
  max-width: 1000px;
}

.pricing-table-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 60px 20px 60px;
}

.pricing-table-container .pricing-column {
  width: 30%;
}

.pricing-table-container .pricing-column .pricing-column-top {
  position: relative;
  height: 300px;
  padding: 30px 0 0 0;
  border-right: 1px solid #efeeee;
}

.pricing-table-container .pricing-column .pricing-column-top .column-tier {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #19C0C1;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.pricing-table-container .pricing-column .pricing-column-top .column-price {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 300;
  margin: 10px 0;
  font-size: 24px;
}

.pricing-table-container .pricing-column .pricing-column-top .red-line {
  width: 20%;
  border-bottom: 2px solid #F44059;
  margin: 30px auto;
}

.pricing-table-container .pricing-column .pricing-column-top .column-desc {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
  line-height: 26px;
  padding: 0 20px;
  font-size: 14px;
}

.pricing-table-container .pricing-column .pricing-column-top .col-btn {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #19C0C1;
  color: #ffffff;
  border: 1px solid #19C0C1;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: block;
  height: 50px;
  width: 80%;
  max-width: 300px;
  margin: auto;
  padding: 0;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
}

.pricing-table-container .pricing-column .pricing-column-top .col-btn:hover {
  background-color: #2ae2e3;
  color: #ffffff;
}

.pricing-table-container .pricing-column .pricing-column-top .col-btn:focus {
  outline: none;
}

.pricing-table-container .pricing-column .pricing-column-top .col-btn:active {
  background-color: #139394;
}

.pricing-table-container .pricing-column .pricing-column-top .col-btn:hover {
  background-color: #ffffff;
  color: #19C0C1;
}

.pricing-table-container .pricing-column .pricing-column-top .col-btn:active {
  background-color: #2C4350;
  color: #ffffff;
}

.pricing-table-container .pricing-column .whiteBg {
  background-color: #ffffff;
}

.pricing-table-container .pricing-column .pricing-column-bottom {
  border-right: 1px solid #efeeee;
}

.pricing-table-container .pricing-column .pricing-column-bottom .bottom-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  border-bottom: 1px solid #efeeee;
  padding: 10px;
}

.pricing-table-container .pricing-column .pricing-column-bottom .bottom-item .feature-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  display: none;
  margin: 0;
  font-weight: 300;
  line-height: 19px;
}

.pricing-table-container .pricing-column .pricing-column-bottom .bottom-item .feature-check {
  height: 30px;
}

.pricing-table-container .pricing-column .pricing-column-bottom .noBottomBorder {
  border-bottom: 0;
}

.pricing-table-container .pricing-column .noRightBorder {
  border-right: 0;
}

.pricing-table-container .feature-column {
  width: 225px;
  height: 100%;
}

.pricing-table-container .feature-column .feature-column-top {
  background-color: none;
  border-right: 0;
}

.pricing-table-container .feature-column .feature-column-bottom {
  height: 100%;
  border-right: 0;
}

.pricing-table-container .feature-column .feature-column-bottom .feature-column-bottom-item {
  justify-content: flex-start;
  background-color: #ffffff;
  padding: 0;
}

.pricing-table-container .feature-column .feature-column-bottom .feature-column-bottom-item .feature-col-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  display: inline-block;
  margin: 0;
  font-weight: 300;
  line-height: 19px;
}

.pricing-table-container .feature-column .feature-column-bottom .noBottomBorder {
  border-bottom: 0;
}

.col-bottom-btn {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #19C0C1;
  color: #ffffff;
  border: 1px solid #19C0C1;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: block;
  height: 50px;
  width: 80%;
  max-width: 300px;
  margin: 10px auto 40px auto;
  padding: 0;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.col-bottom-btn:hover {
  background-color: #2ae2e3;
  color: #ffffff;
}

.col-bottom-btn:focus {
  outline: none;
}

.col-bottom-btn:active {
  background-color: #139394;
}

.col-bottom-btn:hover {
  background-color: #ffffff;
  color: #19C0C1;
}

.col-bottom-btn:active {
  background-color: #2C4350;
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .pricing-table-container {
    padding: 40px 30px 20px 30px;
  }

  .pricing-table-container .pricing-column .pricing-column-top {
    padding-top: 15px;
  }

  .pricing-table-container .pricing-column .pricing-column-top .column-price {
    font-size: 18px;
  }

  .pricing-table-container .pricing-column .pricing-column-top .red-line {
    margin: 15px auto;
  }

  .pricing-table-container .pricing-column .pricing-column-top .col-btn {
    font-size: 16px;
  }

  .pricing-table-container .feature-column {
    width: 175px;
  }
}

@media screen and (max-width: 800px) {
  .pricing-hero-header {
    text-align: center;
    font-size: 48px;
    font-family: "Fira Sans", sans-serif;
    color: #515152;
    font-weight: 400;
    text-transform: none;
    margin: 40px 0 30px 0;
    padding: 0;
    letter-spacing: 0;
    margin: 170px 0 100px 0;
    padding: 0 10%;
    font-size: 38px;
    line-height: 50px;
  }

  .pricing-table-container {
    flex-direction: column;
    padding: 0 0 20px 0;
  }

  .pricing-table-container .pricing-column {
    width: 80%;
    padding-bottom: 40px;
    margin: 20px auto;
    box-shadow: 0 0 20px 0 rgba(242, 242, 242, 0.5);
  }

  .pricing-table-container .pricing-column .pricing-column-top {
    border-right: 0;
    height: auto;
    min-height: 350px;
  }

  .pricing-table-container .pricing-column .pricing-column-top .red-line {
    margin: 20px auto 30px auto;
  }

  .pricing-table-container .pricing-column .pricing-column-top .column-desc {
    font-size: 16px;
  }

  .pricing-table-container .pricing-column .pricing-column-top .col-btn {
    font-size: 18px;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom {
    border-right: 0;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom .bottom-item {
    width: 80%;
    padding: 0 10%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom .bottom-item .feature-text {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 15px;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom .bottom-item .feature-check {
    height: 25px;
  }

  .pricing-table-container .feature-column {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pricing-table-container .pricing-column {
    width: 100%;
  }

  .pricing-table-container .pricing-column .pricing-column-top {
    border-right: 0;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom {
    border-right: 0;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom .bottom-item {
    width: 80%;
    padding: 0 10%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom .bottom-item .feature-text {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 15px;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom .bottom-item .feature-check {
    height: 25px;
  }
}

@media screen and (max-width: 425px) {
  .pricing-table-container .pricing-column {
    width: 100%;
  }

  .pricing-table-container .pricing-column .pricing-column-top {
    border-right: 0;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom {
    border-right: 0;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom .bottom-item {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    justify-content: space-between;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom .bottom-item .feature-text {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 15px;
  }

  .pricing-table-container .pricing-column .pricing-column-bottom .bottom-item .feature-check {
    height: 25px;
  }
}

.industry-hero-area {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 500px;
  background-color: #2C4350;
}

.industry-hero-area .hero-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  width: 60%;
  padding: 50px;
}

.industry-hero-area .hero-left .header-box {
  margin: 85px 0 0 0;
  max-width: 500px;
}

.industry-hero-area .hero-left .header-box .hero-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 50px;
  margin: 0 0 40px 0;
}

.industry-hero-area .hero-left .header-box .hero-button {
  height: 45px;
  width: 250px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  display: block;
  margin: 40px auto 0 auto;
  background-color: #19C0C1;
  transition: all 150ms ease-in-out;
}

.industry-hero-area .hero-left .header-box .hero-button:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #19C0C1;
}

.industry-image-spacer {
  position: relative;
  height: 400px;
}

.industry-image-spacer .hero-product-image {
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  max-width: 900px;
}

.top-benefits {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 50px 0;
}

.top-benefits .benefit {
  display: flex;
  flex-direction: column;
  width: 32%;
  max-width: 350px;
  margin: 0 15px;
}

.top-benefits .benefit .benefit-icon {
  height: 50px;
}

.top-benefits .benefit .benefit-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 20px 0;
}

.top-benefits .benefit .benefit-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
}

.feature-flex-container .feature-text-side {
  display: flex;
  flex-direction: column;
  padding: 60px;
}

.feature-flex-container .feature-text-side .feature-header {
  text-align: left;
  padding: 0;
  margin: auto 0 10px 0;
}

.feature-flex-container .feature-text-side .feature-text {
  margin: 0 0 auto 0;
  text-align: left;
  padding: 0;
}

.feature-flex-container .feature-img-side {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.feature-flex-container .feature-img-side .feature-img {
  width: 100%;
}

.feature-flex-container .feature-img-side .feature-img-right {
  margin-right: 150px;
}

.feature-flex-container .feature-img-side .feature-img-left {
  margin-left: 150px;
}

.industry-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  padding: 0 20%;
  max-width: 1400px;
  margin: 50px auto;
}

.industry-quote .quote-left {
  position: absolute;
  height: 80px;
  top: 50px;
  left: 50px;
}

.industry-quote .quote-right {
  position: absolute;
  height: 80px;
  bottom: 50px;
  right: 50px;
}

.industry-quote .quote-text {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #8F8F90;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  max-width: 600px;
  margin: auto;
  font-style: italic;
}

.industry-quote .quote-text .quote-link {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #34CE8B;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}

.industry-quote .quote-text .quote-link:hover {
  color: rgba(52, 206, 139, 0.4);
}

.bottom-green-bar {
  display: none;
  width: 200px;
  margin: auto;
  height: 0;
  border-top: 3px solid #34CE8B;
}

.bottom-cta {
  height: 350px;
  border-top: 1px solid rgba(52, 206, 139, 0.4);
  background: linear-gradient(to bottom right, #ffffff 50%, #64E9BF 300%);
}

.bottom-cta .cta-text {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  max-width: 600px;
  margin: 80px auto 40px auto;
}

.bottom-cta .cta-button {
  display: block;
  padding: 0;
  height: 45px;
  width: 230px;
  font-size: 18px;
  font-weight: 400;
  margin: auto;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  border: 1px solid #34CE8B;
  border-radius: 3px;
  color: #34CE8B;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  box-shadow: 0 0 14px -2px #34CE8B;
}

.bottom-cta .cta-button:hover {
  background-color: #34CE8B;
  color: #ffffff;
}

.bottom-cta .cta-button:active {
  background-color: rgba(52, 206, 139, 0.4);
}

#elearningapps {
  background: #ffffff url("/assets/new-marketing/images/hatch-elearning.png") no-repeat top center;
  background-size: cover;
}

#hrapps {
  background: #ffffff url("/assets/new-marketing/images/hatch-hrapps.png") no-repeat top center;
  background-size: cover;
}

#restaurantapps {
  background: #ffffff url("/assets/new-marketing/images/hatch-restaurants.png") no-repeat top center;
  background-size: cover;
}

#hospitalityapps {
  background: #ffffff url("/assets/new-marketing/images/hatch-hospitalityapps.png") no-repeat top center;
  background-size: cover;
}

#publishingapps {
  background: #ffffff url("/assets/new-marketing/images/hatch-publishingapps.png") no-repeat top center;
  background-size: cover;
}

#realestateapps {
  background: #ffffff url("/assets/new-marketing/images/hatch-realestateapps.png") no-repeat top center;
  background-size: cover;
}

#nonprofitapps {
  background: #ffffff url("/assets/new-marketing/images/hatch-nonprofitapps.png") no-repeat top center;
  background-size: cover;
}

#travelapps {
  background: #ffffff url("/assets/new-marketing/images/hatch-travelapps.png") no-repeat top center;
  background-size: cover;
}

#appsforstartups {
  background: #ffffff url("/assets/new-marketing/images/hatch-appsforstartups.png") no-repeat top center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .marketing-site-page-wrapper .industry-hero-area .hero-left {
    width: 55%;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-left .header-box {
    margin: 65px 0 0 0;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-left .header-box .hero-header {
    font-size: 34px;
    margin: 0 0 20px 0;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-left .header-box .hero-subheader {
    font-size: 20px;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-right {
    width: 45%;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-right .connect-box {
    width: 300px;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-right .connect-box .connect-header {
    font-size: 15px;
  }

  .marketing-site-page-wrapper .industry-image-spacer {
    height: 300px;
  }

  .marketing-site-page-wrapper .top-benefits .benefit .benefit-header {
    font-size: 18px;
  }

  .marketing-site-page-wrapper .top-benefits .benefit .benefit-text {
    font-size: 14px;
  }

  .marketing-site-page-wrapper .industry-quote .quote-left {
    height: 60px;
  }

  .marketing-site-page-wrapper .industry-quote .quote-right {
    height: 60px;
  }

  .marketing-site-page-wrapper .industry-quote .quote-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .marketing-site-page-wrapper .industry-hero-area .hero-left {
    width: 100%;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-left .header-box {
    max-width: unset;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-left .header-box .hero-header {
    text-align: center;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-left .header-box .hero-subheader {
    text-align: center;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-right {
    width: 0;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-right .connect-box {
    position: absolute;
    bottom: -375px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-right .connect-box .connect-header {
    text-align: center;
  }

  .marketing-site-page-wrapper .industry-image-spacer {
    height: 350px;
  }

  .marketing-site-page-wrapper .industry-image-spacer .hero-product-image {
    top: -140px;
    width: 80%;
    max-width: 450px;
  }

  .marketing-site-page-wrapper .top-benefits {
    flex-direction: column;
    background: linear-gradient(#ffffff 50%, #64E9BF 300%);
  }

  .marketing-site-page-wrapper .top-benefits .benefit {
    width: 100%;
    margin: 30px auto;
  }

  .marketing-site-page-wrapper .feature-flex-container {
    flex-direction: column;
  }

  .marketing-site-page-wrapper .feature-flex-container .feature-text-side {
    order: 1;
    width: 100%;
    padding: 60px 20px 10px 20px;
  }

  .marketing-site-page-wrapper .feature-flex-container .feature-text-side .feature-header {
    text-align: center;
  }

  .marketing-site-page-wrapper .feature-flex-container .feature-text-side .feature-text {
    text-align: center;
    max-width: 350px;
    margin: auto;
  }

  .marketing-site-page-wrapper .feature-flex-container .feature-img-side {
    order: 2;
    width: 100%;
  }

  .marketing-site-page-wrapper .feature-flex-container .feature-img-side .feature-img {
    width: 80%;
  }

  .marketing-site-page-wrapper .feature-flex-container .feature-img-side .feature-img-right {
    margin: 0;
  }

  .marketing-site-page-wrapper .feature-flex-container .feature-img-side .feature-img-left {
    margin: 0;
  }

  .marketing-site-page-wrapper .industry-quote .quote-left {
    display: none;
  }

  .marketing-site-page-wrapper .industry-quote .quote-right {
    display: none;
  }

  .marketing-site-page-wrapper .industry-quote .quote-text {
    font-size: 16px;
  }

  .marketing-site-page-wrapper .bottom-green-bar {
    display: block;
  }

  .marketing-site-page-wrapper .bottom-cta {
    border-top: 0;
  }

  .marketing-site-page-wrapper .bottom-cta .cta-text {
    font-size: 18px;
    margin: 80px auto 40px auto;
    padding: 0 10%;
  }
}

@media screen and (max-width: 600px) {
  .marketing-site-page-wrapper .industry-hero-area .hero-left {
    padding: 50px 20px 50px 20px;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-left .header-box .hero-header {
    font-size: 30px;
    line-height: 34px;
  }

  .marketing-site-page-wrapper .industry-hero-area .hero-left .header-box .hero-subheader {
    text-align: center;
    font-size: 18px;
  }
}

@media screen and (max-width: 425px) {
  .marketing-site-page-wrapper .industry-hero-area .hero-right .connect-box {
    bottom: -325px;
  }

  .marketing-site-page-wrapper .industry-image-spacer .hero-product-image {
    top: -100px;
  }

  .marketing-site-page-wrapper .top-benefits {
    padding: 20px;
  }
}

.marketing-site-page-wrapper .tech-wrapper {
  position: relative;
  padding-bottom: 100px;
}

.marketing-site-page-wrapper .tech-wrapper .bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.marketing-site-page-wrapper .tech-wrapper .tech-subhero .tech-sub-bottom {
  flex-direction: row;
  justify-content: center;
}

.marketing-site-page-wrapper .tech-wrapper .tech-subhero .tech-sub-bottom .tech-hero-image {
  width: 80%;
  height: 80%;
}

.marketing-site-page-wrapper .tech-wrapper .tech-flex-container {
  position: relative;
}

.marketing-site-page-wrapper .tech-wrapper .tech-flex-container .mid-img {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.marketing-site-page-wrapper .tech-wrapper .tech-flex-container .line-one {
  position: absolute;
  bottom: -40px;
  width: 25%;
  left: 39%;
}

.marketing-site-page-wrapper .tech-wrapper .tech-flex-container .line-two {
  position: absolute;
  bottom: -45px;
  width: 24%;
  right: 39%;
}

.marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-power {
  display: flex;
  flex-direction: column;
  padding: 60px;
}

.marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-power .tech-power-header {
  text-align: left;
  padding: 0;
  margin: auto 0 10px 0;
}

.marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-power .tech-power-text {
  margin: 0 0 auto 0;
  text-align: left;
  padding: 0;
}

.marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-flex .tech-img {
  width: 90%;
  max-width: 1000px;
}

.marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-flex .img-left {
  margin-left: 200px;
}

.marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-flex .img-right {
  margin-right: 200px;
}

.marketing-site-page-wrapper .tech-wrapper .tech-ready {
  margin: 150px 0 30px 0;
}

.marketing-site-page-wrapper .tech-wrapper .try-free-btn {
  box-shadow: 0 0 14px -2px #19C0C1;
  display: block;
  margin: auto;
  font-weight: 400;
  background-color: #ffffff;
  color: #19C0C1;
  border: 1px solid #19C0C1;
  border-radius: 3px;
  font-family: "Fira Sans", sans-serif;
  height: 40px;
  width: 200px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.marketing-site-page-wrapper .tech-wrapper .try-free-btn:hover {
  background-color: #19C0C1;
  color: #ffffff;
}

.marketing-site-page-wrapper .tech-wrapper .try-free-btn:active {
  background-color: #139394;
}

@media screen and (max-width: 800px) {
  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-flex .tech-img {
    width: 100%;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-flex .img-left {
    margin-left: 100px;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-flex .img-right {
    margin-right: 100px;
  }
}

@media screen and (max-width: 600px) {
  .marketing-site-page-wrapper .tech-wrapper .tech-subhero {
    min-height: unset;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-subhero .tech-sub-top {
    padding: 150px 10px 0px 10px;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-subhero .tech-sub-top .sub-hero-header {
    font-size: 26px;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-subhero .tech-sub-top .sub-hero-subheader {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-subhero .tech-sub-bottom {
    margin: 20px 0;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-subhero .tech-sub-bottom .tech-hero-image {
    width: 90%;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container {
    flex-direction: column;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .mid-img {
    display: none;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .line-one {
    display: none;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .line-two {
    display: none;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-power {
    width: 100%;
    order: 1;
    padding: 60px 10% 100px 10%;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-power .tech-power-header {
    text-align: center;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-power .tech-power-text {
    text-align: center;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-flex {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
    width: 100%;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-flex .tech-img {
    position: absolute;
    bottom: -60px;
    left: -50px;
    width: 70%;
    z-index: -1;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-flex .img-left {
    margin-left: 0;
  }

  .marketing-site-page-wrapper .tech-wrapper .tech-flex-container .tech-flex .img-right {
    margin-right: 0;
  }
}

.marketing-site-page-wrapper .sub-hero-area .terms-flex {
  height: 100%;
  padding: 150px 10% 50px 10%;
}

.marketing-site-page-wrapper .sub-hero-area .terms-details {
  width: 80%;
  margin: auto;
}

.marketing-site-page-wrapper .sub-hero-area .terms-details .terms-section .terms-section-header {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-weight: bold;
}

.marketing-site-page-wrapper .sub-hero-area .terms-details .terms-section .terms-section-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  line-height: 24px;
  font-weight: 300;
}

@media screen and (max-width: 600px) {
  .marketing-site-page-wrapper .sub-hero-area .terms-flex {
    height: 100%;
    padding: 150px 10% 30px 10%;
  }

  .marketing-site-page-wrapper .sub-hero-area .terms-flex .sub-hero-header {
    font-size: 26px;
  }
}

#careers-top-img {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/assets/new-marketing/images/hatch-team-img.png") 50%;
  background-size: cover;
}

@media screen and (min-width: 1444px) {
  #careers-top-img {
    background-size: 130%;
    background-position: center top;
  }
}

#careers-top-img .careers-header-container {
  margin: 138px auto;
}

#careers-top-img .careers-header-container .careers-header {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

#careers-top-img .careers-header-container .hero-callout {
  position: relative;
  height: 60px;
  width: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

#careers-top-img .careers-header-container .hero-callout .hero-callout-text {
  position: absolute;
  top: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  width: 200px;
  margin: auto;
  -webkit-animation: dangle 2s infinite;
  animation: dangle 2s infinite;
}

#careers-top-img .careers-header-container .hero-callout .triangle-div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
  width: 25px;
  margin: auto;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  -webkit-animation: dangle 2s infinite;
  animation: dangle 2s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#careers-top-img .careers-header-container .hero-callout:hover .callout-item {
  color: #34CE8B;
  font-size: 19px;
  border-color: #34CE8B;
  transition: font-size .3s ease-in-out;
}

.careers-description-area {
  text-align: center;
  background-color: #ffffff;
  padding: 40px 60px;
  margin-bottom: 20px;
}

.careers-description-area .careers-description {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-size: 18px;
}

.meet-team-container {
  position: relative;
  height: 700px;
}

.meet-team-container img {
  position: absolute;
  left: -300px;
  top: -55px;
  height: 128%;
}

.meet-team-container .join-reason-container {
  display: inline-block;
  position: absolute;
  width: 375px;
  text-align: left;
}

.meet-team-container .join-reason-container h2 {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #34CE8B;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 5px 0;
  text-align: left;
}

.meet-team-container .join-reason-container p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  line-height: 24px;
}

.meet-team-container .top {
  left: 25%;
  top: 0;
}

.meet-team-container .mid {
  left: 35%;
  top: 20%;
}

.meet-team-container .bottom {
  left: 45%;
  top: 40%;
}

.meet-team-container .meet-team-btn {
  text-decoration: none;
  color: #ffffff;
  line-height: 50px;
  position: absolute;
  left: 50%;
  top: 72%;
  height: 50px;
  width: 200px;
  background-color: #19C0C1;
  box-shadow: 0 5px #0d6667;
  cursor: pointer;
  border-radius: 5px;
  font-size: 20px;
  font-family: "Fira Sans", sans-serif;
}

.meet-team-container .meet-team-btn:hover {
  background-color: #2ae2e3;
}

.meet-team-container .meet-team-btn:active {
  background-color: #139394;
  transform: translateY(5px);
  box-shadow: none;
}

.why-work-here-area {
  position: relative;
  background-color: #2C4350;
}

.why-work-here-area .crossed-lines {
  position: absolute;
  height: 114%;
  width: 100%;
  top: -30px;
  background-image: url("/assets/landing-page-assets/crossed-lines.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.why-work-here-area .why-work-here-header {
  padding: 50px 0 30px 0;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}

.why-work-here-area .why-work-here-items-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 30px;
  max-width: 1250px;
  margin: auto;
}

.why-work-here-area .why-work-here-items-container .why-work-here-item {
  width: 275px;
  height: 175px;
  border: 1px solid #ffffff;
  background-color: #2C4350;
  margin: 20px;
  padding: 20px;
  z-index: 1;
}

.why-work-here-area .why-work-here-items-container .why-work-here-item img {
  margin: 20px;
  height: 40px;
}

.why-work-here-area .why-work-here-items-container .why-work-here-item p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
}

.jobs-section {
  padding-bottom: 30px;
  background-color: #ffffff;
}

.join-our-team-section {
  width: 100%;
}

.join-our-team-section .join-our-team-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
}

.join-our-team-section .career-items-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.join-our-team-section .career-items-container .career-item,
.join-our-team-section .career-items-container .contact-us-box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-content: center;
  height: 180px;
  width: 300px;
  padding: 20px;
  margin: 20px;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
  transition: box-shadow .2s ease-in-out;
}

.join-our-team-section .career-items-container .career-item:hover,
.join-our-team-section .career-items-container .contact-us-box:hover {
  box-shadow: 0 0 40px -7px rgba(0, 0, 0, 0.5);
}

.join-our-team-section .career-items-container .career-item h2,
.join-our-team-section .career-items-container .contact-us-box h2 {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 26px;
}

.join-our-team-section .career-items-container .career-item p,
.join-our-team-section .career-items-container .contact-us-box p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 2px auto 0 auto;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.join-our-team-section .career-items-container .career-item .job-name,
.join-our-team-section .career-items-container .contact-us-box .job-name {
  bottom: 75px;
}

.join-our-team-section .career-items-container .career-item .job-location,
.join-our-team-section .career-items-container .contact-us-box .job-location {
  bottom: 55px;
}

.join-our-team-section .career-items-container .career-item .job-tag,
.join-our-team-section .career-items-container .contact-us-box .job-tag {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  height: 30px;
  width: 90px;
  border-radius: 5px;
  background-color: #34CE8B;
  color: #ffffff;
  margin: 10px auto;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.join-our-team-section .career-items-container .contact-us-box {
  box-shadow: none;
  padding: 5px;
  cursor: default;
  height: 180px;
}

.join-our-team-section .career-items-container .contact-us-box:hover {
  box-shadow: none;
}

.join-our-team-section .career-items-container .contact-us-box h2 {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: 5px auto;
}

.join-our-team-section .career-items-container .contact-us-box p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto 10px auto;
  font-size: 14px;
  text-align: center;
}

.join-our-team-section .career-items-container .contact-us-box a {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #34CE8B;
  border: 1px solid #34CE8B;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  width: 100px;
  margin: 10px auto 0 auto;
}

.join-our-team-section .career-items-container .contact-us-box a:hover {
  background-color: white;
  color: #ffffff;
}

.join-our-team-section .career-items-container .contact-us-box a:focus {
  outline: none;
}

.join-our-team-section .career-items-container .contact-us-box a:active {
  background-color: #e6e5e5;
}

.join-our-team-section .career-items-container .contact-us-box a:hover {
  background-color: #34CE8B;
  color: #ffffff;
}

.join-our-team-section .career-items-container .contact-us-box a:active {
  background-color: #28a770;
}

@media screen and (max-width: 600px) {
  #careers-top-img .careers-header-container {
    margin: 150px auto;
  }

  #careers-top-img .careers-header-container .careers-header {
    font-size: 28px;
    line-height: 44px;
    padding: 0 15px;
    margin-top: 0;
  }

  #careers-top-img .careers-header-container .hero-callout .hero-callout-text {
    font-size: 14px;
    top: 18px;
  }

  #careers-top-img .careers-header-container .hero-callout .triangle-div {
    bottom: 0;
    height: 20px;
    width: 20px;
  }

  .careers-description-area {
    padding: 40px 20px;
    margin: 0;
  }

  .careers-description-area .careers-description {
    font-size: 16px;
  }

  .meet-team-container {
    height: auto;
  }

  .meet-team-container img {
    display: none;
  }

  .meet-team-container .join-reason-container {
    display: block;
    position: relative;
    width: 90%;
    text-align: center;
    margin: 0 auto 40px auto;
  }

  .meet-team-container .join-reason-container h2 {
    text-align: center;
  }

  .meet-team-container .join-reason-container p {
    font-size: 16px;
    line-height: 32px;
  }

  .meet-team-container .top {
    display: block;
    left: 0;
    top: 0;
  }

  .meet-team-container .mid {
    display: block;
    left: 0;
    top: 0;
  }

  .meet-team-container .bottom {
    display: block;
    left: 0;
    top: 0;
  }

  .meet-team-container .meet-team-btn {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    margin: 20px auto 60px auto;
  }

  .why-work-here-area .crossed-lines {
    height: 100%;
    top: 0;
    background-image: url("/assets/landing-page-assets/crossed-lines-vertical.png");
    background-size: cover;
  }

  .join-our-team-section .career-items-container .career-item,
  .join-our-team-section .career-items-container .contact-us-box {
    padding: 20px 10px 10px 10px;
    margin: 10px 0;
  }
}

.customer-stories-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px auto;
}

.customer-stories-container .customer-container {
  display: flex;
  flex-direction: row;
  padding: 15px 30px;
  margin-bottom: 20px;
}

.customer-stories-container .customer-container .customer-graphic-area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 30%;
  padding: 20px;
}

.customer-stories-container .customer-container .customer-graphic-area .customer-image {
  width: 100%;
  border-radius: 50%;
  margin: auto;
  box-shadow: 8px 8px #DAF4F4;
}

.customer-stories-container .customer-container .customer-graphic-area .customer-logo {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.customer-stories-container .customer-container .customer-description-area {
  width: 70%;
  padding: 30px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 8px 8px #DAF4F4;
  margin-left: 20px;
}

.customer-stories-container .customer-container .customer-description-area .cust-desc-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 30px;
}

.customer-stories-container .customer-container .customer-description-area .customer-stats {
  margin-bottom: 10px;
}

.customer-stories-container .customer-container .customer-description-area .customer-stats .customer-stat {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  margin-right: 5px;
  padding: 5px 10px;
  background-color: #F7F7F8;
  border-radius: 3px;
  font-size: 14px;
}

.customer-stories-container .customer-container .customer-description-area .customer-description-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
}

.customer-stories-container .customer-container .customer-description-area .read-more {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #19C0C1;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  margin: 0;
}

.customer-stories-container .customer-container .customer-description-area .read-more:hover {
  text-decoration: underline;
}

.stories-hero-area {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  background-color: #2C4350;
}

.stories-hero-area .hero-logo {
  width: 150px;
  margin-bottom: 40px;
}

.stories-hero-area .hero-customer-name {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  margin: 20px 0;
  font-size: 42px;
  font-weight: 300;
}

.stories-hero-area .hero-customer-subheader {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  max-width: 550px;
  padding: 0 20px;
  line-height: 28px;
}

.customer-story-about {
  padding: 0 0 60px 0;
}

.customer-story-about .about-customer-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
}

.customer-story-about .about-customer-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
  max-width: 720px;
  margin: auto;
  padding: 0 20px;
}

.customer-flex-container .customer-text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
}

.customer-flex-container .customer-text-side .customer-header {
  text-align: left;
  padding: 0;
  margin: 10px 0;
}

.customer-flex-container .customer-text-side .customer-text {
  margin: 10px 0;
  text-align: left;
  padding: 0;
  line-height: 28px;
}

.customer-flex-container .customer-img-side {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.customer-flex-container .customer-img-side .customer-img {
  width: 100%;
}

.customer-flex-container .customer-img-side .customer-img-right {
  margin-right: 150px;
}

.customer-flex-container .customer-img-side .customer-img-left {
  margin-left: 150px;
}

.customer-quote-box {
  position: relative;
  text-align: center;
  padding: 20px;
  margin: 40px auto;
  max-width: 800px;
}

.customer-quote-box .customer-headshot {
  position: absolute;
  height: 150px;
  width: 150px;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  z-index: 1;
}

.customer-quote-box .headshot-bg {
  position: absolute;
  height: 170px;
  width: 170px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.customer-quote-box .quote-container {
  position: relative;
  background-color: #ffffff;
  margin-top: 100px;
  padding: 60px 20px 20px 20px;
  border-radius: 3px;
}

.customer-quote-box .quote-container .customer-quote {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  line-height: 26px;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.customer-quote-box .quote-container .quote-attribution {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  line-height: 26px;
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  margin: 0;
}

.customer-quote-box .quote-container .quote-box-shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
  z-index: -2;
}

#jobiq {
  background: #ffffff url("/assets/new-marketing/images/hatch-jobiq-hero.png") no-repeat top center;
  background-size: cover;
}

#groupenduom {
  background: #ffffff url("/assets/new-marketing/images/hatch-groupenduom-hero.png") no-repeat top center;
  background-size: cover;
}

#ashoka {
  background: #ffffff url("/assets/new-marketing/images/hatch-ashoka-hero.png") no-repeat top center;
  background-size: cover;
}

#wayd {
  background: #ffffff url("/assets/new-marketing/images/hatch-wayd-hero.png") no-repeat top center;
  background-size: cover;
}

#arcadia {
  background: #ffffff url("/assets/new-marketing/images/hatch-arcadia-hero.png") no-repeat top center;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  .marketing-site-page-wrapper .customer-stories-container .customer-container {
    flex-direction: column;
    align-items: center;
  }

  .marketing-site-page-wrapper .customer-stories-container .customer-container .customer-graphic-area {
    width: 325px;
  }

  .marketing-site-page-wrapper .customer-stories-container .customer-container .customer-description-area {
    width: 325px;
    box-shadow: 8px 8px #DAF4F4;
    margin: 0;
  }

  .marketing-site-page-wrapper .customer-stories-container .customer-container .customer-description-area .customer-stats .customer-stat {
    display: inline-block;
    margin-top: 5px;
    padding: 0 10px;
  }

  .marketing-site-page-wrapper .customer-flex-container {
    flex-direction: column;
  }

  .marketing-site-page-wrapper .customer-flex-container .customer-text-side {
    order: 2;
    width: 100%;
    padding: 20px;
  }

  .marketing-site-page-wrapper .customer-flex-container .customer-text-side .customer-header {
    text-align: center;
  }

  .marketing-site-page-wrapper .customer-flex-container .customer-text-side .customer-text {
    text-align: center;
    max-width: 350px;
    margin: 10px auto;
  }

  .marketing-site-page-wrapper .customer-flex-container .customer-text-side .list-items {
    text-align: left;
    width: 300px;
  }

  .marketing-site-page-wrapper .customer-flex-container .customer-img-side {
    order: 1;
    width: 100%;
  }

  .marketing-site-page-wrapper .customer-flex-container .customer-img-side .customer-img {
    width: 80%;
  }

  .marketing-site-page-wrapper .customer-flex-container .customer-img-side .customer-img-right {
    margin: 0;
  }

  .marketing-site-page-wrapper .customer-flex-container .customer-img-side .customer-img-left {
    margin: 0;
  }
}

.faq-container {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 100px;
}

.faq-container .anchor {
  height: 15px;
}

.faq-container .faq-header {
  text-transform: none;
  font-size: 28px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 0;
  margin: 150px 0 20px 0;
}

.faq-container .faq-page-header {
  color: #515152;
}

.faq-container .category-boxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.faq-container .category-boxes .category-box {
  position: relative;
  text-align: center;
  height: 140px;
  width: 140px;
  margin: 15px;
  padding-top: 15px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  border-radius: 5px;
}

.faq-container .category-boxes .category-box:hover {
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.faq-container .category-boxes .category-box img {
  height: 60px;
  width: 60px;
}

.faq-container .category-boxes .category-box h3 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  margin: 10px 15px;
  text-transform: none;
  line-height: 1.6;
}

.faq-container .accordion-container {
  width: 600px;
  margin: auto;
}

.faq-container .accordion-container .accordion-header {
  color: #19C0C1;
  margin-top: 60px;
}

.faq-container .accordion-container .q-a-container {
  border-bottom: 1px solid #D5D5D5;
}

.faq-container .accordion-container .q-a-container .fade-enter-active,
.faq-container .accordion-container .q-a-container .fade-leave-active {
  transition: all 0.2s;
  max-height: 230px;
}

.faq-container .accordion-container .q-a-container .fade-enter,
.faq-container .accordion-container .q-a-container .fade-leave-to {
  opacity: 0;
  max-height: 0px;
}

.faq-container .accordion-container .q-a-container .question {
  text-transform: none;
  font-size: 22px;
  font-family: "Fira Sans", sans-serif;
  margin: 20px 0;
  font-weight: 300;
  cursor: pointer;
}

.faq-container .accordion-container .q-a-container .answer {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #515152;
  font-weight: 300;
  margin-bottom: 20px;
}

.faq-container .accordion-container .q-a-container .answer a {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.faq-container .accordion-container .q-a-container .answer ul {
  margin-top: 10px;
}

.faq-container .accordion-container .q-a-container .answer ul li {
  font-family: "Fira Sans", sans-serif;
  color: #515152;
}

.faq-container .accordion-container .q-a-container .answer span {
  display: block;
}

@media screen and (max-width: 855px) {
  .faq-container {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px 100px 20px;
  }

  .faq-container .category-boxes {
    width: 500px;
    margin: auto;
  }

  .faq-container .accordion-container {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .faq-container .faq-page-header {
    margin: 120px 0 20px 0;
    font-size: 24px;
  }

  .faq-container .category-boxes {
    width: 100%;
  }

  .faq-container .category-boxes .category-box {
    height: 115px;
    width: 115px;
  }

  .faq-container .category-boxes .category-box img {
    height: 50px;
    width: 50px;
  }

  .faq-container .category-boxes .category-box h3 {
    top: 75px;
    font-size: 15px;
    line-height: 17px;
  }

  .faq-container .accordion-container {
    width: 100%;
    margin: 0;
  }

  .faq-container .accordion-container .accordion-header {
    font-size: 26px;
    margin-top: 40px;
  }

  .faq-container .accordion-container .q-a-container .question {
    font-size: 16px;
  }

  .faq-container .accordion-container .q-a-container .answer {
    font-size: 14px;
  }

  .faq-container .accordion-container .q-a-container .answer a {
    font-size: 14px;
  }
}

.howto-container {
  box-sizing: border-box;
}

.howto-container .howto-header-bar {
  position: fixed;
  height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F44059;
  z-index: 4;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.howto-container .howto-header-bar .howto-header-image {
  position: absolute;
}

.howto-container .howto-header-bar .howto-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  line-height: 60px;
  text-align: center;
}

.howto-container .howto-header-bar .howto-back-button {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0 10px;
  margin: 15px 0 0 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.howto-container .howto-header-bar .howto-back-button:hover {
  background-color: #efeeee;
  color: #F44059;
}

.howto-container .howto-header-bar .howto-back-button:hover {
  background-color: #ffffff;
}

.howto-container .howto-footer {
  display: block;
  width: 100%;
  padding-top: 10px;
  height: 120px;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  background-color: #ffffff;
  color: #15BDC1;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
}

.howto-container .howto-footer .hatch-heart {
  color: #F44059;
}

.howto-container .howto-content-container {
  margin-top: 80px;
  padding-bottom: 40px;
}

.howto-container .howto-content-container .howto-selectors {
  max-width: 400px;
  margin: auto;
}

.howto-container .howto-content-container .howto-selectors .range-container {
  display: flex;
  flex-direction: column;
  height: 100px;
  margin: 20px 0 0 0;
}

.howto-container .howto-content-container .howto-selectors .range-container .range-top {
  display: flex;
  flex-direction: row;
  height: 50px;
}

.howto-container .howto-content-container .howto-selectors .range-container .range-top .range-top-header {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  width: 70%;
  margin: 0;
  text-align: center;
  line-height: 50px;
  text-transform: none;
  font-weight: 400;
}

.howto-container .howto-content-container .howto-selectors .range-container .range-top .range-top-displaybox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.howto-container .howto-content-container .howto-selectors .range-container .range-top .range-top-displaybox .range-value {
  border: 1px solid #F44059;
  margin: 0;
  font-weight: 400;
  padding: 0 5px;
  border-radius: 3px;
  color: #F44059;
  text-transform: uppercase;
}

.howto-container .howto-content-container .howto-selectors .range-container .range-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.howto-container .howto-content-container .howto-selectors .range-container .range-bottom .range-input {
  width: 80%;
  margin: 0;
  background: #F44059;
  background-image: none;
}

.howto-container .howto-content-container .howto-selectors .range-container .range-bottom .vue-slider-dot {
  z-index: 3;
}

.howto-container .howto-content-container .howto-selectors .drag-container {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-header {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-transform: none;
  font-weight: 400;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-area {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-area .importance-indicator {
  position: absolute;
  right: -90px;
  box-sizing: border-box;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  border: 1px solid #F44059;
  color: #F44059;
  padding: 2px 5px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 0;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-area .high-importance {
  top: 25px;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-area .low-importance {
  bottom: 25px;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-area .rank-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  width: 50px;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-area .rank-numbers .rank {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin: 5px 0;
  text-align: right;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-area .drag-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 300px;
  padding: 10px;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-area .drag-items .drag-item {
  display: flex;
  height: 50px;
  width: 250px;
  margin: 5px 0;
  border: 1px solid #D5D5D5;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-in-out;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-area .drag-items .drag-item .drag-image {
  padding: 10px;
  width: 50px;
  height: 100%;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-area .drag-items .drag-item .drag-text {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  width: 190px;
  font-size: 17px;
  margin: 0;
  line-height: 50px;
  padding-left: 5px;
  text-align: left;
  cursor: pointer;
}

.howto-container .howto-content-container .howto-selectors .drag-container .drag-area .drag-items .chosen {
  border-color: #F44059;
  transform: rotate(-2deg);
}

.howto-container .howto-content-container .howto-selectors .howto-submit {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  width: 300px;
  height: 50px;
  margin: auto;
  font-weight: 400;
  background-color: #F44059;
  color: #ffffff;
  border-radius: 0;
  border-bottom: 5px solid #c30b25;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}

.howto-container .howto-content-container .howto-selectors .howto-submit:active {
  transform: translateY(3px);
  box-shadow: none;
  border-bottom: none;
}

.howto-container .howto-content-container .fade-enter-active,
.howto-container .howto-content-container .fade-leave-active {
  transition: opacity 1s;
}

.howto-container .howto-content-container .fade-enter,
.howto-container .howto-content-container .fade-leave-to {
  opacity: 0;
}

.howto-container .howto-content-container .howto-results {
  max-width: 900px;
  margin: 0 auto;
}

.howto-container .howto-content-container .howto-results .best-option-container {
  min-height: 400px;
  margin: 20px 20px;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px 20px 20px 20px;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .best-option-label {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #34CE8B;
  color: #34CE8B;
  border-radius: 3px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .best-option-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .best-option-subheader-a {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 6px 0;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .best-option-subheader-a .hatch-link {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #19C0C1;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 6px 0;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .best-option-subheader-b {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 20px 0;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .pcq-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .pcq-container .pcq-item {
  width: 33%;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .pcq-container .pcq-item .pcq-item-header {
  display: block;
  height: 22px;
  width: auto;
  margin: 0 auto 10px auto;
  font-size: 15px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  color: white;
  line-height: 22px;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .pcq-container .pcq-item .pcq-pros {
  background-color: #34CE8B;
  width: 50px;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .pcq-container .pcq-item .pcq-cons {
  background-color: #F5A623;
  width: 50px;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .pcq-container .pcq-item .pcq-questions {
  background-color: #F44059;
  width: 150px;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .pcq-container .pcq-item .pcq-item-reasons {
  padding-left: 20px;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .pcq-container .pcq-item .pcq-item-reasons .pcq-item-reason {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  min-height: 60px;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area {
  display: flex;
  flex-direction: row;
  margin: 10px;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area .price-range-indicator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area .price-range-indicator .indicator-box {
  height: 10px;
  width: 10px;
  margin: 1px;
  background-color: #EBEBEB;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area .price-range-indicator .red {
  background-color: #F44059;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area .price-range-indicator .yellow {
  background-color: #F5A623;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area .price-range-indicator .green {
  background-color: #34CE8B;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area .price-range-est {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area .price-range-est .est-top {
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  display: block;
  height: 30px;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area .price-range-est .est-bottom .est-bottom-assessment {
  box-sizing: border-box;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  border: 1px solid #D5D5D5;
  color: #D5D5D5;
  padding: 2px 5px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 0;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area .price-range-est .est-bottom .red {
  border-color: #F44059;
  color: #F44059;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area .price-range-est .est-bottom .yellow {
  border-color: #F5A623;
  color: #F5A623;
}

.howto-container .howto-content-container .howto-results .best-option-container .best-option .price-time-range-container .price-range-area .price-range-est .est-bottom .green {
  border-color: #34CE8B;
  color: #34CE8B;
}

.howto-container .howto-content-container .howto-results .alternate-options-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  min-height: 200px;
  margin: 20px 0;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box {
  width: 50%;
  min-height: 200px;
  margin: 0 20px;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 50px 20px 20px 20px;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .alt-option-label {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #F5A623;
  color: #F5A623;
  border-radius: 3px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .alt-option-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 10px 0;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .alt-option-subheader-b {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  min-height: 60px;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area {
  display: flex;
  flex-direction: row;
  margin: 10px;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area .price-range-indicator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area .price-range-indicator .indicator-box {
  height: 10px;
  width: 10px;
  margin: 1px;
  background-color: #EBEBEB;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area .price-range-indicator .red {
  background-color: #F44059;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area .price-range-indicator .yellow {
  background-color: #F5A623;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area .price-range-indicator .green {
  background-color: #34CE8B;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area .price-range-est {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area .price-range-est .est-top {
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  display: block;
  height: 30px;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area .price-range-est .est-bottom .est-bottom-assessment {
  display: inline-block;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  border: 1px solid #D5D5D5;
  color: #D5D5D5;
  padding: 2px 5px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 0;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area .price-range-est .est-bottom .red {
  border-color: #F44059;
  color: #F44059;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area .price-range-est .est-bottom .yellow {
  border-color: #F5A623;
  color: #F5A623;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .price-time-range-container .price-range-area .price-range-est .est-bottom .green {
  border-color: #34CE8B;
  color: #34CE8B;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .altboxleft {
  margin-right: 10px;
}

.howto-container .howto-content-container .howto-results .alternate-options-container .altxboxright {
  margin-left: 10px;
}

.howto-container .howto-content-container .howto-results .ebook-dl-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.howto-container .howto-content-container .howto-results .ebook-dl-container .ebook-dl-header {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  margin-top: 40px;
}

.howto-container .howto-content-container .howto-results .ebook-dl-container .ebook-submit-btn {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  width: 300px;
  height: 50px;
  margin: auto;
  font-weight: 400;
  background-color: #F44059;
  color: #ffffff;
  border-radius: 0;
  border-bottom: 5px solid #c30b25;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border-radius: 3px;
}

.howto-container .howto-content-container .howto-results .ebook-dl-container .ebook-submit-btn:active {
  transform: translateY(3px);
  box-shadow: none;
  border-bottom: none;
}

.howto-container .howto-content-container .howto-results .ebook-dl-container .ebook-disclaimer {
  font-family: "Roboto", sans-serif;
  color: #D5D5D5;
  margin: 10px 0 0 0;
  font-size: 13px;
  max-width: 400px;
  font-style: italic;
  line-height: 23px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .howto-container .howto-header-bar .howto-back-button {
    margin-right: 10px;
  }

  .howto-container .howto-header-bar .howto-header {
    font-size: 18px;
  }

  .howto-container .howto-content-container .howto-selectors .range-container {
    display: flex;
    flex-direction: column;
    min-height: 120px;
    margin: 5px 0;
  }

  .howto-container .howto-content-container .howto-selectors .range-container .range-top {
    flex-direction: column;
    align-items: center;
    height: 62px;
  }

  .howto-container .howto-content-container .howto-selectors .range-container .range-top .range-top-header {
    margin: 7px 0;
    line-height: 30px;
  }

  .howto-container .howto-content-container .howto-selectors .range-container .range-top .range-top-displaybox {
    margin: 5px 0;
    width: 70%;
  }

  .howto-container .howto-content-container .howto-selectors .range-container .range-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }

  .howto-container .howto-content-container .howto-selectors .range-container .range-bottom .range-input {
    width: 80%;
    margin: 0;
    background: #F44059;
    background-image: none;
  }

  .howto-container .howto-content-container .howto-selectors .drag-container {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
  }

  .howto-container .howto-content-container .howto-selectors .drag-container .importance-indicator {
    display: none;
  }

  .howto-container .howto-content-container .howto-selectors .drag-container .drag-area .drag-items .chosen {
    border-color: #F44059;
    transform: rotate(-2deg);
  }

  .howto-container .howto-content-container .howto-results {
    margin: 20px;
  }

  .howto-container .howto-content-container .howto-results .best-option-container {
    max-width: 500px;
    margin: auto;
  }

  .howto-container .howto-content-container .howto-results .best-option-container .best-option {
    padding-top: 60px;
  }

  .howto-container .howto-content-container .howto-results .best-option-container .best-option .best-option-subheader-a {
    margin-bottom: 15px;
  }

  .howto-container .howto-content-container .howto-results .best-option-container .best-option .best-option-subheader-b {
    line-height: 24px;
  }

  .howto-container .howto-content-container .howto-results .best-option-container .best-option .pcq-container {
    flex-direction: column;
    align-items: center;
  }

  .howto-container .howto-content-container .howto-results .best-option-container .best-option .pcq-container .pcq-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 15px;
  }

  .howto-container .howto-content-container .howto-results .alternate-options-container {
    flex-direction: column;
    max-width: 500px;
    margin: auto;
  }

  .howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box {
    width: 100%;
  }

  .howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .alt-option-header {
    margin: 0 0 10px 0;
  }

  .howto-container .howto-content-container .howto-results .alternate-options-container .alternate-box .alt-option .alt-option-subheader-b {
    line-height: 24px;
  }

  .howto-container .howto-content-container .howto-results .alternate-options-container .altboxleft {
    margin: 20px 0 0 0;
  }

  .howto-container .howto-content-container .howto-results .alternate-options-container .altboxright {
    margin: 20px 0 0 0;
  }

  .howto-container .howto-content-container .howto-results .ebook-dl-container .ebook-dl-header {
    margin-top: 40px;
    padding: 0 30px;
    text-align: center;
  }

  .howto-container .howto-content-container .howto-results .ebook-dl-container .ebook-disclaimer {
    padding: 0 20px;
  }
}

hatch-small-btn calc-btn.modalopen {
  display: none;
}

.calc-modal-bg {
  background-color: #ffffff;
  margin-top: 80px;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100vh - 80px);
  width: 100vw;
  overflow: hidden;
}

.calc-modal-bg .calc-modal-body {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.calc-modal-bg .calc-modal-body.calcactive {
  max-width: 900px;
  height: 540px;
  margin: 40px auto;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.calc-modal-bg .calc-modal-body a {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  cursor: pointer;
}

.calc-modal-bg .calc-modal-body a .closer {
  height: 25px;
}

.calc-modal-bg .calc-modal-body .calc-modal-body-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 10px 0;
}

.calc-modal-bg .calc-modal-body .calc-modal-body-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  line-height: 24px;
}

.calc-modal-bg .calc-modal-body .calc-img {
  padding: 10px 0;
  margin: 0 0 20px 0;
}

.calc-modal-bg .calc-modal-body .calc-btn {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #34CE8B;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: block;
  margin: auto;
}

.calc-modal-bg .calc-modal-body .calc-btn:hover {
  background-color: #5dd8a2;
  color: #ffffff;
}

.calc-modal-bg .calc-modal-body .calc-btn:focus {
  outline: none;
}

.calc-modal-bg .calc-modal-body .calc-btn:active {
  background-color: #28a770;
}

.calc-modal-bg .calc-modal-body .calculator-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 2px solid #F7F7F8;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container {
  height: 100%;
  position: relative;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container #calc-back-btn {
  float: left;
  padding: 0;
  border: 1px solid transparent;
  color: #c2c2c3;
  background-color: white;
  border-radius: 3px;
  font-family: "Fira Sans", sans-serif;
  height: 35px;
  width: 60px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 22px 0 0 15px;
  transition: all 100ms ease-in-out;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container #calc-back-btn:hover {
  color: #EBEBEB;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container #calc-next-btn {
  float: right;
  background-color: #34CE8B;
  color: #ffffff;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: "Fira Sans", sans-serif;
  height: 33px;
  width: 60px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 22px 15px 0 0;
  transition: all 100ms ease-in-out;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container #calc-next-btn:hover {
  background-color: rgba(52, 206, 139, 0.1);
  color: #34CE8B;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .app-comp-progress-bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  width: 280px;
  margin: 30px auto 0 auto;
  border-radius: 20px;
  background-color: #f5f5f5;
  border: 0.5px solid #d9d9d9;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .app-comp-progress-bar .app-comp-progress {
  position: absolute;
  height: 19px;
  background-color: #34CE8B;
  border-radius: 20px;
  transition: width 400ms ease-in-out;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 100px;
  border-left: 5px solid #F7F7F8;
  border-right: 5px solid #F7F7F8;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .build {
  width: 150px;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .build .build-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  text-align: center;
  line-height: 20px;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .hatch-build .hatch-price-text {
  color: #34CE8B;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .agency-build .agency-price-text {
  position: relative;
  color: #19C0C1;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .agency-build .agency-price-text .calc-tooltip {
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #515152;
  color: white;
  position: absolute;
  border-radius: 10px;
  font-size: 10px;
  line-height: 12px;
  right: 18px;
  top: 3px;
  background-color: #c1c1c8;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .agency-build .agency-price-text .calc-tooltip .calc-tooltip-box {
  position: absolute;
  padding: 20px;
  top: 22px;
  right: -19px;
  background-color: #ffffff;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  width: 300px;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .agency-build .agency-price-text .calc-tooltip .calc-tooltip-box .calc-tooltip-wrapper {
  position: relative;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .agency-build .agency-price-text .calc-tooltip .calc-tooltip-box .calc-tooltip-wrapper .calc-tooltip-top-tri {
  height: 10px;
  width: 10px;
  display: inline-block;
  position: absolute;
  top: -25px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #D5D5D5 #ffffff #ffffff #D5D5D5;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .agency-build .agency-price-text .calc-tooltip .calc-tooltip-box .calc-tooltip-wrapper .calc-tooltip-text {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 26px;
}

.calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .agency-build .agency-price-text .calc-tooltip .calc-tooltip-box .calc-tooltip-wrapper .calc-tooltip-close-btn {
  float: right;
  text-transform: uppercase;
  padding: 5px 10px;
}

.calc-modal-bg .calc-modal-body .calculator-middle {
  position: absolute;
  top: 80px;
  left: 0;
  padding: 20px 100px;
  width: 100%;
  height: 400px;
  overflow-y: scroll;
}

.calc-modal-bg .calc-modal-body .calculator-middle .screen-title {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 20px 0;
}

.calc-modal-bg .calc-modal-body .calculator-middle .warning-text {
  font-size: 16px;
  color: #F44059;
}

.calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container .selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 200px;
  height: 225px;
  padding: 15px;
}

.calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container .selection .selection-circle {
  height: 160px;
  width: 160px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  border: 1px solid #D5D5D5;
  line-height: 160px;
  cursor: pointer;
}

.calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container .selection .selection-circle:hover {
  background-color: #F7F7F8;
  border-color: #34CE8B;
}

.calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container .selection .selection-circle .calc-icon path {
  fill: #ffffff;
  stroke: #34CE8B;
}

.calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container .selection input[type=radio]:checked + .selection-circle {
  background-color: #34CE8B;
}

.calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container .selection input[type=checkbox]:checked + .selection-circle {
  background-color: #34CE8B;
}

.calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container .selection .selection-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #EBEBEB;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}

.calc-modal-bg .calc-modal-body .calculator-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  box-sizing: border-box;
}

.calc-modal-bg .calc-modal-body .calculator-bottom .calc-bottom-container {
  border-top: 2px solid #F7F7F8;
  height: 100%;
  margin: 0 5px;
  padding: 5px;
  background-color: #ffffff;
}

.calc-modal-bg .calc-modal-body .calculator-bottom .calc-bottom-container .calc-disclaimer {
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  color: #c2c2c3;
  max-width: 400px;
  margin: 0 auto 5px auto;
}

.calc-modal-bg .calc-modal-body .calculator-bottom .calc-bottom-container .made-by {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #19C0C1;
}

.calc-modal-bg .calc-modal-body .calculator-bottom .calc-bottom-container .made-by .hatch-heart {
  color: #F44059;
}

.calc-modal-bg .calc-endprice-display {
  position: relative;
  top: 20px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 500px;
  margin: auto;
}

.calc-modal-bg .calc-endprice-display .end-calc-title {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 10px 0;
  line-height: 30px;
}

.calc-modal-bg .calc-endprice-display .total-cost-container {
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #D5D5D5;
}

.calc-modal-bg .calc-endprice-display .total-cost-container .total-cost-title {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
}

.calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 5px;
}

.calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper .final-cost img {
  height: 30px;
  margin: 0 7px 7px 0;
}

.calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper .agency-cost,
.calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper .agency-timing {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #19C0C1;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 5px 0;
}

.calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper .hatch-cost,
.calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper .hatch-timing {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #34CE8B;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 5px 0;
}

.calc-modal-bg .calc-endprice-display .end-calc-btn {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #34CE8B;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  box-shadow: 0 5px #28a770;
  width: 300px;
  margin: auto;
}

.calc-modal-bg .calc-endprice-display .end-calc-btn:hover {
  background-color: #5dd8a2;
  color: #ffffff;
}

.calc-modal-bg .calc-endprice-display .end-calc-btn:focus {
  outline: none;
}

.calc-modal-bg .calc-endprice-display .end-calc-btn:active {
  background-color: #28a770;
}

.calc-modal-bg .calc-endprice-display .end-calc-btn:active {
  box-shadow: none;
  /* IE 9 */
  /* Safari */
  transform: translate(0, 5px);
}

@media only screen and (max-width: 800px) {
  .calc-modal-bg .calc-modal-body .calculator-top {
    height: 96px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container #calc-back-btn {
    margin: 10px 0 0 10px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container #calc-next-btn {
    margin: 10px 10px 0 0;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .app-comp-progress-bar {
    margin-top: 16px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display {
    margin: 0 40px;
    border-left: unset;
    border-right: unset;
    height: 40px;
    top: unset;
    bottom: 5px;
    left: 0;
    right: 0;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .build {
    width: unset;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .build .build-text {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    text-align: center;
    line-height: 20px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .hatch-build .hatch-price-text {
    color: #34CE8B;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .agency-build .agency-price-text {
    position: relative;
    color: #19C0C1;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .calc-tooltip-box {
    left: 115px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .calc-tooltip-box .calc-tooltip-wrapper {
    position: relative;
  }

  .calc-modal-bg .calc-modal-body .calculator-middle {
    padding: 20px 40px;
  }
}

@media only screen and (max-width: 500px) {
  .calc-modal-bg .calc-modal-body.calcactive {
    margin: 0;
    box-shadow: unset;
    background-color: #F7F7F8;
    border-radius: 3px;
    height: 100%;
  }

  .calc-modal-bg .calc-modal-body .calc-modal-body-header {
    font-size: 20px;
  }

  .calc-modal-bg .calc-modal-body .calc-modal-body-text {
    font-size: 14px;
  }

  .calc-modal-bg .calc-modal-body .calc-img {
    height: 100px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top {
    height: 96px;
    box-shadow: unset;
    background-color: transparent;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container #calc-back-btn {
    font-weight: 300;
    width: 50px;
    height: 25px;
    font-size: 14px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container #calc-next-btn {
    font-weight: 300;
    width: 50px;
    height: 25px;
    font-size: 14px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .app-comp-progress-bar {
    margin-top: 16px;
    width: 160px;
    height: 15px;
    background-color: #ffffff;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .app-comp-progress-bar .app-comp-progress {
    height: 13px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display {
    background-color: #ffffff;
    padding: 5px;
    margin: 0 5px;
    height: 70px;
    bottom: -20px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .build {
    width: 120px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .hatch-build .hatch-price-text {
    text-align: left;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .hatch-build .left-text {
    text-align: left;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .agency-build .agency-price-text {
    text-align: right;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .agency-build .agency-price-text .calc-tooltip {
    left: 45px;
    right: unset;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .agency-build .right-text {
    text-align: right;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .calc-tooltip-box {
    left: 115px;
  }

  .calc-modal-bg .calc-modal-body .calculator-top .top-container .top-price-display .calc-tooltip-box .calc-tooltip-wrapper {
    position: relative;
  }

  .calc-modal-bg .calc-modal-body .calculator-middle {
    background-color: white;
    padding: 0;
    right: 0;
    margin: 38px 5px 0 5px;
    width: unset;
    height: 100%;
    box-sizing: border-box;
  }

  .calc-modal-bg .calc-modal-body .calculator-middle .screen-title {
    margin: 20px 0 5px 0;
    font-weight: 500;
    padding: 0 20px;
    font-size: 20px;
  }

  .calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container {
    margin: 10px 0 360px 0;
  }

  .calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container .selection {
    height: 120px;
    width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 15px;
  }

  .calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container .selection .selection-circle {
    height: 70px;
    width: 70px;
    margin: 0 auto 10px auto;
    line-height: 70px;
  }

  .calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container .selection .selection-circle img {
    height: 40px;
  }

  .calc-modal-bg .calc-modal-body .calculator-middle .selection-circles-container .selection .selection-text {
    font-size: 14px;
    line-height: 18px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 11px;
  }

  .calc-modal-bg .calc-modal-body .calculator-bottom {
    height: 150px;
    background-color: unset;
    box-shadow: unset;
  }

  .calc-modal-bg .calc-modal-body .calculator-bottom .calc-bottom-container {
    max-width: 400px;
    padding: 20px;
  }

  .calc-modal-bg .calc-endprice-display {
    width: unset;
  }

  .calc-modal-bg .calc-endprice-display .total-cost-container .total-cost-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper .final-cost {
    font-size: 16px;
  }

  .calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper .final-cost img {
    height: 30px;
    margin: 0 7px 4px 0;
    height: 15px;
  }

  .calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper .agency-cost,
  .calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper .agency-timing {
    font-size: 16px;
  }

  .calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper .hatch-cost,
  .calc-modal-bg .calc-endprice-display .total-cost-container .final-cost-wrapper .hatch-timing {
    font-size: 16px;
  }

  .calc-modal-bg .calc-endprice-display .end-calc-btn {
    width: 200px;
    padding: 8px 10px;
    font-size: 18px;
  }
}

.promo-banner-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #19C0C1;
  z-index: 3;
  max-width: 2000px;
  margin: auto;
}

.promo-banner-container .closer-container {
  position: absolute;
  justify-content: center;
  top: 0;
  right: 0;
  width: 30px;
  display: flex;
  height: 30px;
  align-items: center;
  cursor: pointer;
}

.promo-banner-container .closer-container .promo-closer path {
  fill: white;
}

.promo-banner-container .promo-text {
  display: inline-block;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
}

.promo-banner-container .promo-text .promo-action {
  text-decoration: underline;
}

@media screen and (max-width: 425px) {
  .promo-banner-container .promo-text {
    font-size: 10px;
  }
}

.nopromo-enter-active,
.nopromo-leave-active {
  transition: opacity 200ms;
}

.nopromo-enter,
.nopromo-leave-to {
  opacity: 0;
}

.talktech-container {
  padding-bottom: 100px;
}

.talktech-container .made-by {
  margin: 100px auto 0 auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #515152;
  font-size: 14px;
}

.talktech-container .made-by .fa-heart path {
  fill: #F44059;
}

.talktech-container .made-by a {
  text-decoration: none;
  color: #19C0C1;
  font-size: 14px;
}

.talktech-container .talktech-navbar {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  z-index: 6;
  transition: all 150ms ease-in-out;
}

.talktech-container .talktech-navbar .talktech-navbar-right {
  display: inline-block;
  height: 100%;
}

.talktech-container .talktech-navbar .talktech-navbar-right .talk-tech-header {
  line-height: 60px;
  color: #ffffff;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
}

.talktech-container .talktech-navbar .talktech-navbar-left {
  display: inline-block;
  height: 100%;
}

.talktech-container .talktech-navbar .talktech-navbar-left .talktech-nav-items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

.talktech-container .talktech-navbar .talktech-navbar-left .talktech-nav-items .talktech-nav-item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0px 14px;
  margin-left: 10px;
  color: #ffffff;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.talktech-container .talktech-navbar .talktech-navbar-left .talktech-nav-items .talktech-nav-item:hover {
  background-color: #ffffff;
  color: #FC5C7D;
}

.talktech-container .talktech-navbar .talktech-navbar-left .talktech-nav-items .tt-dl-last {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0px 14px;
  margin-left: 10px;
  color: #FC5C7D;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.talktech-container .talktech-navbar .talktech-navbar-left .talktech-nav-items .tt-dl-last:hover {
  background-color: #fcd1d7;
  color: #FC5C7D;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left {
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-nav-icon-container .tt-mobile-nav-icon {
  font-size: 24px;
  cursor: pointer;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-nav-icon-container .tt-mobile-nav-icon path {
  fill: #ffffff;
  transition: all 100ms ease-in-out;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-nav-icon-container .tt-mobile-nav-icon:hover path {
  fill: rgba(255, 255, 255, 0.4);
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
  padding: 0;
  background: linear-gradient(140deg, #AA80FF 0%, #FC5C7D 100%);
  list-style-type: none;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-header {
  color: #ffffff;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-size: 26px;
  font-weight: 400;
  margin: 30px 20px;
  cursor: pointer;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-close-container {
  position: absolute;
  top: 17px;
  right: 18px;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-close-container .tt-mobile-nav-close-icon {
  font-size: 24px;
  cursor: pointer;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-close-container .tt-mobile-nav-close-icon path {
  fill: #ffffff;
  transition: all 100ms ease-in-out;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-close-container .tt-mobile-nav-close-icon:hover path {
  fill: rgba(255, 255, 255, 0.4);
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
  height: 50px;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-item p {
  margin: 0;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-item:hover {
  color: rgba(255, 255, 255, 0.4);
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-pdf-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-pdf-container .tt-mobile-nav-helper {
  font-size: 12px;
  color: #ffffff;
  margin: 0 0 10px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-pdf-container .tt-mobile-nav-pdf-download-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 0px 20px;
  margin: 0;
  color: #FC5C7D;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 100ms linear;
  font-weight: 400;
  font-size: 22px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
}

.talktech-container .talktech-navbar .talktech-mobile-nav-left .tt-mobile-dropdown .tt-mobile-nav-pdf-container .tt-mobile-nav-pdf-download-btn:hover {
  background-color: #fcd1d7;
  color: #F44059;
}

.talktech-container .scroll {
  background-color: #ffffff;
}

.talktech-container .scroll .talktech-navbar-right .talk-tech-header {
  color: #515152;
}

.talktech-container .scroll .talktech-mobile-nav-left .tt-mobile-nav-icon-container .tt-mobile-nav-icon path {
  fill: #515152;
  transition: all 100ms ease-in-out;
}

.talktech-container .scroll .talktech-mobile-nav-left .tt-mobile-nav-icon-container .tt-mobile-nav-icon:hover path {
  fill: #FC5C7D;
}

.talktech-container .altnav {
  background: linear-gradient(140deg, #AA80FF 0%, #FC5C7D 100%);
}

.talktech-container .altnav .talktech-navbar-right .talk-tech-header {
  color: #ffffff;
}

.talktech-container .altnav .talktech-mobile-nav-left .tt-mobile-nav-icon-container .tt-mobile-nav-icon path {
  fill: #ffffff;
}

.talktech-container .altnav .talktech-mobile-nav-left .tt-mobile-nav-icon-container .tt-mobile-nav-icon:hover path {
  fill: #FC5C7D;
}

.talktech-container .stage .home-screen {
  background-color: #ffffff;
  height: 100%;
}

.talktech-container .stage .home-screen .home-screen-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 300px;
  background: linear-gradient(140deg, #AA80FF 0%, #FC5C7D 100%);
}

.talktech-container .stage .home-screen .home-screen-top .home-description-box {
  position: relative;
  width: 650px;
  border-radius: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 7px 7px rgba(255, 255, 255, 0.4);
  margin: 0 0 50px 160px;
  z-index: 2;
}

.talktech-container .stage .home-screen .home-screen-top .home-description-box .description-header {
  font-size: 28px;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #ffffff;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 5px 0;
  color: #515152;
  padding: 20px 20px 0 20px;
}

.talktech-container .stage .home-screen .home-screen-top .home-description-box .description-text {
  position: relative;
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 15px;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 20px;
  color: #515152;
  padding: 0 20px 20px 20px;
}

.talktech-container .stage .home-screen .home-screen-top .home-description-box .tt-description-image {
  position: absolute;
  height: 175px;
  bottom: -77px;
  left: -191px;
  z-index: -1;
}

.talktech-container .stage .home-screen .home-screen-bottom {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 50px 20px 60px 20px;
}

.talktech-container .stage .home-screen .home-screen-bottom .home-screen-category-box {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 3px;
  height: 200px;
  width: 275px;
  margin: 20px;
  padding: 20px;
  cursor: pointer;
  background-image: url("/assets/talktech/talktech-card.png");
  background-size: cover;
  transition: all 150ms linear;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
}

.talktech-container .stage .home-screen .home-screen-bottom .home-screen-category-box .cat-box-header {
  font-size: 20px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 5px 0;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
}

.talktech-container .stage .home-screen .home-screen-bottom .home-screen-category-box .cat-box-count {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}

.talktech-container .stage .home-screen .home-screen-bottom .home-screen-category-box .cat-box-image {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  height: 50px;
}

.talktech-container .stage .home-screen .home-screen-bottom .home-screen-category-box:hover {
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.talktech-container .stage .home-screen .home-screen-bottom .view-all-box {
  display: inline-flex;
  color: #F44059;
  background-color: #fcd1d7;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 20px;
  border-radius: 20px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  transition: all 100ms ease-in-out;
  cursor: pointer;
}

.talktech-container .stage .home-screen .home-screen-bottom .view-all-box:hover {
  color: #ffffff;
  background-color: #F44059;
}

.talktech-container .stage .deck {
  padding-top: 100px;
  max-width: 1000px;
  margin: auto;
}

.talktech-container .stage .deck .deck-control-container {
  width: 300px;
  margin: 10px auto;
  border-radius: 3px;
}

.talktech-container .stage .deck .deck-control-container .toggle-helper {
  font-family: "Roboto", sans-serif;
  color: #8F8F90;
  font-size: 11px;
  text-align: center;
  margin: 0;
}

.talktech-container .stage .deck .deck-control-container .toggle-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  max-width: 200px;
  margin: auto;
  cursor: pointer;
}

.talktech-container .stage .deck .deck-control-container .toggle-container .toggle-text {
  font-size: 14px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 10px 0 0;
  color: #515152;
  line-height: 30px;
  cursor: pointer;
}

.talktech-container .stage .deck .deck-control-container .toggle-container .toggle-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  border: 1px solid #AA80FF;
  background-color: #ffffff;
  border-radius: 3px;
}

.talktech-container .stage .deck .deck-control-container .toggle-container .toggle-checkbox .check {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 16px;
}

.talktech-container .stage .deck .deck-control-container .toggle-container .toggle-checkbox .check .talktech-check {
  position: absolute;
  bottom: 0;
  font-size: 20px;
}

.talktech-container .stage .deck .deck-control-container .toggle-container .toggle-checkbox .check .talktech-check path {
  fill: #F44059;
}

.talktech-container .stage .deck .deck-control-container .deck-nav-legend {
  font-size: 11px;
  text-align: center;
  color: #515152;
  margin: 5px 0;
  font-family: "Fira Sans", sans-serif;
}

.talktech-container .stage .deck .deck-control-container .shuffle {
  text-align: center;
  font-size: 14px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 10px 0 0;
  color: #515152;
  line-height: 35px;
  cursor: pointer;
}

.talktech-container .stage .deck .card-area-container {
  padding: 0 40px 0 80px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.talktech-container .stage .deck .card-area-container .card-area {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  height: 400px;
  width: 70%;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  perspective: 1500px;
  z-index: 4;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card {
  height: 90%;
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  transition: transform 500ms;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 60px 0;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-subject {
  font-size: 26px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #515152;
  text-align: center;
  padding: 0 80px;
  line-height: 35px;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-length {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  color: #8F8F90;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-getstarted {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 0px 20px;
  margin: 10px;
  color: #ffffff;
  background: linear-gradient(140deg, #AA80FF 0%, #FC5C7D 100%);
  background-color: #ffffff;
  cursor: pointer;
  transition: all 100ms linear;
  font-weight: 400;
  font-size: 26px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-getstarted:hover {
  background: linear-gradient(0deg, #fcd1d7 0%, #fcd1d7 100%);
  color: #F44059;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-keyword {
  font-size: 30px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #FC5C7D;
  text-align: center;
  padding: 0 80px;
  line-height: 35px;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-flipper {
  position: absolute;
  bottom: 20px;
  margin: auto;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 0px 20px;
  color: #ffffff;
  background: linear-gradient(140deg, #AA80FF 0%, #FC5C7D 100%);
  background-color: #ffffff;
  cursor: pointer;
  transition: all 100ms linear;
  font-weight: 400;
  font-size: 20px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-flipper:hover {
  background: linear-gradient(0deg, #fcd1d7 0%, #fcd1d7 100%);
  color: #F44059;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-subject {
  font-size: 26px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 90px 0 10px 0;
  color: #515152;
  text-align: center;
  padding: 0 80px;
  line-height: 35px;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-length {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  color: #8F8F90;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-getstarted {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 0px 20px;
  margin: 10px;
  color: #ffffff;
  background: linear-gradient(140deg, #AA80FF 0%, #FC5C7D 100%);
  cursor: pointer;
  transition: all 100ms linear;
  font-weight: 400;
  font-size: 26px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-getstarted:hover {
  background: linear-gradient(0deg, #fcd1d7 0%, #fcd1d7 100%);
  color: #F44059;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-keyword {
  font-size: 30px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #FC5C7D;
  text-align: center;
  padding: 0 80px;
  line-height: 35px;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-definition-container {
  position: relative;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-definition-container .card-definition-word {
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  color: #8F8F90;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-definition-container .card-definition {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  padding: 0 20px;
  margin: 0 0 10px 0;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-definition-container .talktech-redbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 3px;
  background-color: #FC5C7D;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-example-container {
  position: relative;
  margin-top: 10px;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-example-container .card-example-word {
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  color: #8F8F90;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-example-container .card-example {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  padding: 0 20px;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .common-type-container {
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .common-type-container .common-type-box {
  margin: 0 20px;
  display: inline-block;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .common-type-container .common-type-box .common-type-header {
  text-align: center;
  font-size: 16px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  color: #8F8F90;
  margin: 0 0 10px 0;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .common-type-container .common-type-box .identifier {
  display: inline-block;
  height: 25px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 14px;
  min-width: 165px;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 300;
  border-radius: 5px;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .common-type-container .common-type-box .common-identifier {
  border: 1px solid #AA80FF;
  color: #AA80FF;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .common-type-container .common-type-box .type-identifier {
  border: 1px solid #FC5C7D;
  color: #FC5C7D;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .used-by-hatch {
  position: absolute;
  top: 15px;
  right: 20px;
  height: 25px;
  background-color: rgba(238, 123, 255, 0.4);
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  transform: rotate(-1deg);
  font-weight: 400;
  border-radius: 5px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .sideA {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .sideB {
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #ffffff;
  z-index: 1;
}

.talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .flipped {
  transform: rotateY(180deg);
}

.talktech-container .stage .deck .card-area-container .card-area .rotateOutUpLeft,
.talktech-container .stage .deck .card-area-container .card-area .rotateInDownLeft {
  z-index: 5;
}

.talktech-container .stage .deck .card-area-container .card-area .carousel-card {
  height: 90%;
  width: 90%;
  position: absolute;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
}

.talktech-container .stage .deck .card-area-container .card-area .cardtwo {
  top: 10px;
  left: 10px;
  z-index: 3;
  background-color: #ffffff;
}

.talktech-container .stage .deck .card-area-container .card-area .cardthree {
  top: 20px;
  left: 20px;
  z-index: 2;
  background-color: #ffffff;
}

.talktech-container .stage .deck .card-area-container .card-area .cardfour {
  top: 30px;
  left: 30px;
  z-index: 1;
  background-color: #ffffff;
}

.talktech-container .stage .deck .card-area-container .previous-card path {
  fill: #D5D5D5;
  transition: all 200ms ease-in-out;
}

.talktech-container .stage .deck .card-area-container .previous-card {
  position: absolute;
  top: 125px;
  left: 80px;
  height: 100px;
  font-size: 80px;
  margin: 0 0 0 5%;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.talktech-container .stage .deck .card-area-container .previous-card:hover path {
  fill: #FC5C7D;
}

.talktech-container .stage .deck .card-area-container .next-card path {
  fill: #D5D5D5;
  transition: all 200ms ease-in-out;
}

.talktech-container .stage .deck .card-area-container .next-card {
  position: absolute;
  top: 125px;
  right: 80px;
  margin: 0 5% 0 0;
  height: 100px;
  font-size: 80px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.talktech-container .stage .deck .card-area-container .next-card:hover path {
  fill: #FC5C7D;
}

.talktech-container .stage .deck .shuffle {
  -webkit-animation: shake 500ms;
          animation: shake 500ms;
}

.talktech-container .stage .deck .bounce {
  -webkit-animation: cardbounce 500ms;
          animation: cardbounce 500ms;
}

.talktech-container .stage .download-screen {
  padding-top: 100px;
}

.talktech-container .stage .download-screen .download-box {
  position: relative;
  width: 700px;
  margin: auto;
  border-radius: 3px;
  padding: 40px;
  border-bottom: 50px solid #FEF7FD;
  border-right: 50px solid #FEF7FD;
  background: linear-gradient(140deg, #ffffff 60%, #FEF7FD 100%);
}

.talktech-container .stage .download-screen .download-box .tt-dl-shadowbox {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
}

.talktech-container .stage .download-screen .download-box .tt-download-image {
  position: absolute;
  top: -110px;
  left: -360px;
  height: 500px;
  width: 500px;
  background: url("/assets/talktech/talktech-book.svg") no-repeat;
  background-size: contain;
  z-index: -1;
}

.talktech-container .stage .download-screen .download-box .tt-tri {
  position: absolute;
}

.talktech-container .stage .download-screen .download-box .tt-top-right-tri {
  right: -57px;
  top: -24px;
  transform: rotate(-45deg);
  border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 37px solid #ffffff;
}

.talktech-container .stage .download-screen .download-box .tt-bottom-left-tri {
  left: -10px;
  bottom: -104px;
  transform: rotate(135deg);
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #ffffff;
}

.talktech-container .stage .download-screen .download-box .download-header {
  text-align: center;
  font-size: 36px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  color: #515152;
  margin: 0;
}

.talktech-container .stage .download-screen .download-box .download-subheader {
  text-align: center;
  font-size: 24px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  color: #8F8F90;
  margin: 0;
}

.talktech-container .stage .download-screen .download-box .download-bar {
  width: 50%;
  margin: 10px 0;
  height: 4px;
  border-radius: 2px;
  margin: 30px auto;
  background-color: #AA80FF;
}

.talktech-container .stage .download-screen .download-box .download-description {
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
  text-align: center;
  line-height: 20px;
  color: #515152;
  padding: 0 20px 20px 20px;
}

.talktech-container .stage .download-screen .download-box .tt-dl-cta {
  text-align: center;
  font-size: 16px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  color: #515152;
  margin: 0 0 20px 0;
}

.talktech-container .stage .download-screen .download-box .tt-dl-check-group {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  padding: 0 15px;
}

.talktech-container .stage .download-screen .download-box .tt-dl-check-group .tt-dl-input-message {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 11px;
  display: inline-block;
  color: #F44059;
}

.talktech-container .stage .download-screen .download-box .tt-dl-check-group .toggle-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  min-width: 15px;
  max-width: 15px;
  border: 1px solid #D5D5D5;
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
}

.talktech-container .stage .download-screen .download-box .tt-dl-check-group .toggle-checkbox .check {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 20px;
}

.talktech-container .stage .download-screen .download-box .tt-dl-check-group .toggle-checkbox .check .tt-dl-check {
  position: absolute;
  bottom: 0;
  font-size: 20px;
}

.talktech-container .stage .download-screen .download-box .tt-dl-check-group .toggle-checkbox .check .tt-dl-check path {
  fill: #515152;
}

.talktech-container .stage .download-screen .download-box .tt-dl-check-group .tt-dl-form-checkbox-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  line-height: 16px;
  padding: 0 0 0 10px;
  font-size: 11px;
  line-height: 18px;
}

.talktech-container .stage .download-screen .download-box .tt-dl-formgroup {
  position: relative;
  width: 70%;
  margin: 20px auto 0 auto;
  height: 45px;
}

.talktech-container .stage .download-screen .download-box .tt-dl-formgroup .tt-dl-input-message {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 13px;
  display: inline-block;
  color: #F44059;
}

.talktech-container .stage .download-screen .download-box .tt-dl-formgroup input {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  outline: none;
  padding-left: 30px;
  height: 45px;
  border: 1px solid #D5D5D5;
  border-bottom-left-radius: 25px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.talktech-container .stage .download-screen .download-box .tt-dl-formgroup button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  display: inline-block;
  min-height: 45px;
  text-align: center;
  border-radius: 0;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 5px 60px;
  margin: 0;
  color: #ffffff;
  background: linear-gradient(140deg, #AA80FF 0%, #FC5C7D 100%);
  cursor: pointer;
  transition: all 100ms linear;
  font-weight: 400;
  font-size: 16px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
}

.talktech-container .stage .download-screen .download-box .tt-dl-formgroup button:hover {
  background: linear-gradient(0deg, #fcd1d7 0%, #fcd1d7 100%);
  color: #F44059;
}

.talktech-container .stage .view-options-screen {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100px;
}

.talktech-container .stage .view-options-screen .view-options-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.talktech-container .stage .view-options-screen .view-options-buttons .card-download-guide {
  display: inline-block;
  height: 40px;
  min-width: 275px;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 0px 20px;
  margin: 20px;
  color: #ffffff;
  background-color: #AA80FF;
  cursor: pointer;
  transition: all 100ms linear;
  font-weight: 400;
  font-size: 20px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
}

.talktech-container .stage .view-options-screen .view-options-buttons .card-download-guide:hover {
  background-color: #fcd1d7;
  color: #F44059;
}

.talktech-container .stage .view-options-screen .view-options-buttons .card-view-list {
  display: inline-block;
  height: 40px;
  min-width: 275px;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 0px 20px;
  margin: 20px;
  color: #ffffff;
  background-color: #FC5C7D;
  cursor: pointer;
  transition: all 100ms linear;
  font-weight: 400;
  font-size: 20px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
}

.talktech-container .stage .view-options-screen .view-options-buttons .card-view-list:hover {
  background-color: #fcd1d7;
  color: #F44059;
}

.talktech-container .stage .view-options-screen .term-list-container {
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 20px auto;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.talktech-container .stage .view-options-screen .term-list-container .term-list-header {
  font-family: "Harabara", sans-serif;
  color: #515152;
  margin: 10px 0 20px 0;
}

.talktech-container .stage .view-options-screen .term-list-container table {
  table-layout: fixed;
}

.talktech-container .stage .view-options-screen .term-list-container table th {
  width: 100px;
  padding: 10px;
  background-color: #FEF7FD;
  color: #515152;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #8F8F90;
}

.talktech-container .stage .view-options-screen .term-list-container table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.talktech-container .stage .view-options-screen .term-list-container table tbody tr:hover {
  background-color: #EBEBEB;
}

.talktech-container .stage .view-options-screen .term-list-container table tbody tr td {
  vertical-align: top;
  padding: 10px;
  color: #515152;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.talktech-container .talktech-modal-bg {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 6;
}

.talktech-container .talktech-modal-bg .talktech-click-bg {
  height: 100vh;
  width: 100vw;
}

.talktech-container .talktech-modal-bg .deckcomplete {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 400px;
  background-color: white;
  border-radius: 10px;
  margin: 100px auto;
  padding: 40px 20px;
}

.talktech-container .talktech-modal-bg .deckcomplete .talktech-closer {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.talktech-container .talktech-modal-bg .deckcomplete .talktech-closer .closer-icon path {
  fill: #8F8F90;
  transition: all 100ms ease-in-out;
}

.talktech-container .talktech-modal-bg .deckcomplete .talktech-closer .closer-icon {
  height: 100%;
  width: 100%;
}

.talktech-container .talktech-modal-bg .deckcomplete .talktech-closer .closer-icon:hover path {
  fill: #FC5C7D;
}

.talktech-container .talktech-modal-bg .deckcomplete .tt-completed-check {
  font-size: 60px;
  width: 100%;
}

.talktech-container .talktech-modal-bg .deckcomplete .tt-completed-check path {
  fill: #FC5C7D;
}

.talktech-container .talktech-modal-bg .deckcomplete .tt-completed-header {
  text-align: center;
  font-size: 26px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  color: #515152;
  margin: 0;
}

.talktech-container .talktech-modal-bg .deckcomplete .tt-completed-note {
  text-align: center;
  font-size: 20px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  color: #8F8F90;
  margin: 0;
}

.talktech-container .talktech-modal-bg .deckcomplete .start-next-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.talktech-container .talktech-modal-bg .deckcomplete .start-next-container .start-next-item {
  display: inline-block;
  border: 1px solid #8F8F90;
  color: #8F8F90;
  width: 120px;
  height: 30px;
  border-radius: 3px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  transition: all 100ms ease-in-out;
}

.talktech-container .talktech-modal-bg .deckcomplete .start-next-container .start-next-item:hover {
  color: #AA80FF;
  border-color: #AA80FF;
}

.talktech-container .talktech-modal-bg .deckcomplete .tt-pdf-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.talktech-container .talktech-modal-bg .deckcomplete .tt-pdf-container .tt-pdf-helper {
  font-size: 10px;
  color: #8F8F90;
  margin: 0 0 5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
}

.talktech-container .talktech-modal-bg .deckcomplete .tt-pdf-container .tt-pdf-download-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 0px 20px;
  margin: 0;
  color: #ffffff;
  background: linear-gradient(140deg, #AA80FF 0%, #FC5C7D 100%);
  cursor: pointer;
  transition: all 100ms linear;
  font-weight: 400;
  font-size: 26px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
}

.talktech-container .talktech-modal-bg .deckcomplete .tt-pdf-container .tt-pdf-download-btn:hover {
  background: linear-gradient(0deg, #fcd1d7 0%, #fcd1d7 100%);
  color: #F44059;
}

.talktech-container .talktech-modal-bg .downloadsuccess {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-color: white;
  border-radius: 50%;
  margin: 100px auto;
  padding: 40px 20px;
}

.talktech-container .talktech-modal-bg .downloadsuccess .dl-success-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.talktech-container .talktech-modal-bg .downloadsuccess .dl-success-wrapper .dl-success-check {
  font-size: 100px;
}

.talktech-container .talktech-modal-bg .downloadsuccess .dl-success-wrapper .dl-success-check path {
  fill: #FC5C7D;
}

.talktech-container .talktech-modal-bg .downloadsuccess .dl-success-wrapper .dl-confirm-modal-header {
  text-align: center;
  font-size: 26px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  color: #515152;
  margin: 0;
}

.talktech-container .talktech-modal-bg .downloadsuccess .dl-success-wrapper .dl-confirm-home-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 0px 20px;
  margin: 20px 0 0 0;
  color: #ffffff;
  background: linear-gradient(140deg, #AA80FF 0%, #FC5C7D 100%);
  cursor: pointer;
  transition: all 100ms linear;
  font-weight: 400;
  font-size: 22px;
  font-family: "Harabara", sans-serif;
  letter-spacing: 1px;
}

.talktech-container .talktech-modal-bg .downloadsuccess .dl-success-wrapper .dl-confirm-home-btn:hover {
  background: linear-gradient(0deg, #fcd1d7 0%, #fcd1d7 100%);
  color: #F44059;
}

@media screen and (max-width: 800px) {
  .talktech-container .talktech-navbar .talktech-navbar-left {
    display: none;
  }

  .talktech-container .talktech-navbar .talktech-mobile-nav-left {
    display: inline-flex;
  }

  .talktech-container .altnav {
    background: linear-gradient(140deg, #AA80FF 0%, #FC5C7D 100%);
  }

  .talktech-container .stage .home-screen {
    height: 100%;
  }

  .talktech-container .stage .home-screen .home-screen-top {
    height: unset;
    padding: 0 20px;
  }

  .talktech-container .stage .home-screen .home-screen-top .home-description-box {
    max-width: 400px;
    margin: 100px auto;
    width: unset;
    box-shadow: none;
  }

  .talktech-container .stage .home-screen .home-screen-top .home-description-box .description-header {
    text-align: center;
    margin: 0;
    padding: 20px 20px 10px 20px;
  }

  .talktech-container .stage .home-screen .home-screen-top .home-description-box .description-text {
    text-align: center;
  }

  .talktech-container .stage .home-screen .home-screen-top .home-description-box .tt-description-image {
    left: -75px;
    height: 365px;
    bottom: -135px;
  }

  .talktech-container .stage .home-screen .home-screen-bottom {
    flex-direction: column;
    padding: 50px 20px 60px 20px;
    margin-bottom: 100px;
  }

  .talktech-container .stage .home-screen .home-screen-bottom .home-screen-category-box:hover {
    box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
  }

  .talktech-container .stage .deck {
    padding-top: 60px;
  }

  .talktech-container .stage .deck .deck-control-container {
    padding-bottom: 20px;
    margin: auto;
    border: 1px solid transparent;
    background-color: white;
  }

  .talktech-container .stage .deck .deck-control-container .toggle-container .toggle-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
    border: 1px solid #AA80FF;
    background-color: #ffffff;
    border-radius: 3px;
  }

  .talktech-container .stage .deck .deck-control-container .toggle-container .toggle-checkbox .check {
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 20px;
  }

  .talktech-container .stage .deck .deck-control-container .toggle-container .toggle-checkbox .check .talktech-check {
    position: absolute;
    bottom: 0;
    font-size: 20px;
  }

  .talktech-container .stage .deck .deck-control-container .toggle-container .toggle-checkbox .check .talktech-check path {
    fill: #F44059;
  }

  .talktech-container .stage .deck .deck-control-container .deck-nav-legend {
    display: none;
  }

  .talktech-container .stage .deck .card-area-container {
    padding: 0 0 20px 0;
  }

  .talktech-container .stage .deck .card-area-container .card-area {
    width: 100%;
    height: 400px;
    margin: 0;
  }

  .talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card {
    height: 100%;
    width: 100%;
  }

  .talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-subject {
    padding: 0 40px;
  }

  .talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-definition-container .card-definition-word {
    font-size: 13px;
  }

  .talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-definition-container .card-definition {
    font-size: 13px;
  }

  .talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-example-container .card-example-word {
    font-size: 13px;
  }

  .talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .card-example-container .card-example {
    font-size: 13px;
  }

  .talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .common-type-container {
    flex-direction: column;
    margin-top: 10px;
  }

  .talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .common-type-container .common-type-box {
    height: 55px;
    margin: 0 20px;
  }

  .talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .common-type-container .common-type-box .common-type-header {
    font-size: 13px;
    margin: 0;
  }

  .talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .common-type-container .common-type-box .identifier {
    font-size: 13px;
  }

  .talktech-container .stage .deck .card-area-container .card-area .talktech-card-container .talk-tech-card .card-side .used-by-hatch {
    font-size: 11px;
    height: 20px;
    line-height: 22px;
  }

  .talktech-container .stage .deck .card-area-container .card-area .carousel-card {
    height: 100%;
    width: 100%;
  }

  .talktech-container .stage .deck .card-area-container .card-area .cardtwo {
    top: 5px;
    left: 0;
  }

  .talktech-container .stage .deck .card-area-container .card-area .cardthree {
    top: 10px;
    left: 0;
  }

  .talktech-container .stage .deck .card-area-container .card-area .cardfour {
    top: 15px;
    left: 0;
  }

  .talktech-container .stage .deck .card-area-container .previous-card path {
    fill: #FC5C7D;
    transition: all 200ms ease-in-out;
  }

  .talktech-container .stage .deck .card-area-container .previous-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: unset;
    bottom: 0;
    left: -30px;
    z-index: 5;
    width: 100px;
    border-radius: 50%;
    background-color: #fcd1d7;
    margin: 0;
  }

  .talktech-container .stage .deck .card-area-container .previous-card:hover path {
    fill: #FC5C7D;
  }

  .talktech-container .stage .deck .card-area-container .next-card path {
    fill: #FC5C7D;
    transition: all 200ms ease-in-out;
  }

  .talktech-container .stage .deck .card-area-container .next-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: unset;
    bottom: 0;
    right: -30px;
    z-index: 5;
    width: 100px;
    border-radius: 50%;
    background-color: #fcd1d7;
    margin: 0;
  }

  .talktech-container .stage .deck .card-area-container .next-card:hover path {
    fill: #FC5C7D;
  }

  .talktech-container .stage .download-screen .download-box {
    padding: 40px 20px;
    width: 100%;
    margin: 0 20px;
  }

  .talktech-container .stage .download-screen .download-box .tt-dl-shadowbox {
    width: 98%;
  }

  .talktech-container .stage .download-screen .download-box .tt-download-image {
    display: none;
  }

  .talktech-container .stage .download-screen .download-box .download-header {
    font-size: 30px;
    line-height: 30px;
  }

  .talktech-container .stage .download-screen .download-box .download-subheader {
    font-size: 22px;
    margin: 20px 0;
    line-height: 22px;
  }

  .talktech-container .stage .download-screen .download-box .download-description {
    margin: 20px;
    padding: 0;
  }

  .talktech-container .stage .download-screen .download-box .tt-dl-cta {
    padding: 0 40px;
  }

  .talktech-container .stage .download-screen .download-box .tt-dl-formgroup {
    position: relative;
    width: 100%;
    height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .talktech-container .stage .download-screen .download-box .tt-dl-formgroup input {
    position: unset;
    width: 90%;
    border-bottom-left-radius: 0;
    margin-bottom: 10px;
    padding-left: 0;
    text-align: center;
    max-width: 300px;
  }

  .talktech-container .stage .download-screen .download-box .tt-dl-formgroup button {
    position: unset;
    width: 90%;
    max-width: 300px;
  }

  .talktech-container .stage .download-screen .download-box .tt-dl-formgroup button:hover {
    background: linear-gradient(0deg, #fcd1d7 0%, #fcd1d7 100%);
    color: #F44059;
  }

  .talktech-container .stage .view-options-screen .view-options-buttons {
    flex-direction: column;
  }

  .talktech-container .stage .view-options-screen .view-options-buttons .card-download-guide {
    width: 250px;
    margin: 10px auto;
  }

  .talktech-container .stage .view-options-screen .view-options-buttons .card-view-list {
    width: 250px;
    margin: 10px auto;
  }

  .talktech-container .stage .view-options-screen .term-list-container {
    width: 100%;
    margin: 20px 0;
    padding: 10px 10px 30px 10px;
  }

  .talktech-container .stage .view-options-screen .term-list-container .term-list-header {
    font-size: 20px;
  }

  .talktech-container .stage .view-options-screen .term-list-container table th {
    width: unset;
    padding: 5px;
    font-size: 16px;
  }

  .talktech-container .stage .view-options-screen .term-list-container table tbody tr td {
    padding: 5px;
    font-size: 14px;
  }

  .talktech-container .talktech-modal-bg .talktech-click-bg {
    height: 100vh;
    width: 100vw;
  }

  .talktech-container .talktech-modal-bg .deckcomplete {
    margin: 0;
    min-height: 400px;
    max-width: unset;
    margin: 10px;
    justify-content: space-between;
    padding-top: 50px;
  }

  .talktech-container .talktech-modal-bg .deckcomplete .tt-pdf-container .tt-pdf-download-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 425px) {
  .talktech-container .stage .view-options-screen .term-list-container {
    width: 100%;
    margin: 20px 0;
    padding: 10px 10px 30px 10px;
  }

  .talktech-container .stage .view-options-screen .term-list-container .term-list-header {
    font-size: 20px;
  }

  .talktech-container .stage .view-options-screen .term-list-container table th {
    width: unset;
    padding: 5px;
    font-size: 16px;
  }

  .talktech-container .stage .view-options-screen .term-list-container table tbody tr td {
    padding: 5px;
    font-size: 14px;
  }
}

.product-tour-wrapper {
  box-sizing: border-box;
  padding: 20px;
  margin: 80px auto;
  width: 100%;
  max-width: 1000px;
}

.product-tour-wrapper .product-tour-landing {
  margin-bottom: 20px;
  padding: 20px;
}

.product-tour-wrapper .product-tour-landing .landing-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  margin: 20px 0 15px 0;
  font-size: 42px;
}

.product-tour-wrapper .product-tour-landing .landing-subheader {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-size: 20px;
  text-align: center;
}

.product-tour-wrapper .product-tour-landing .landing-start-tour {
  display: block;
  width: 200px;
  text-transform: uppercase;
  background-color: #19C0C1;
  color: #ffffff;
  border-radius: 3px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  margin: 30px auto 0 auto;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.product-tour-wrapper .product-tour-landing .landing-start-tour:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #19C0C1;
}

.product-tour-wrapper .product-tour-landing .landing-videos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 40px 0 0 0;
}

.product-tour-wrapper .product-tour-landing .landing-videos .landing-video {
  width: 30%;
  min-width: 275px;
  margin: 10px;
  cursor: pointer;
  border-radius: 3px;
  padding-bottom: 30px;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-in-out;
  background-color: #ffffff;
}

.product-tour-wrapper .product-tour-landing .landing-videos .landing-video:hover {
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.product-tour-wrapper .product-tour-landing .landing-videos .landing-video:hover .video-card-title .video-number-container {
  -webkit-animation: pulse 300ms ease-in-out;
          animation: pulse 300ms ease-in-out;
}

.product-tour-wrapper .product-tour-landing .landing-videos .landing-video:hover .video-card-title .video-number-container .number-circle {
  -webkit-animation: spin 300ms ease-in-out;
          animation: spin 300ms ease-in-out;
}

.product-tour-wrapper .product-tour-landing .landing-videos .landing-video .video-card-image {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.product-tour-wrapper .product-tour-landing .landing-videos .landing-video .video-card-title {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  font-weight: 300;
  margin: 30px 0 5px 0;
}

.product-tour-wrapper .product-tour-landing .landing-videos .landing-video .video-card-title .video-number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #ffffff;
}

.product-tour-wrapper .product-tour-landing .landing-videos .landing-video .video-card-title .video-number-container .number-circle {
  background-color: #19C0C1;
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 16px;
}

.product-tour-wrapper .product-tour-landing .landing-videos .landing-video .video-card-desc {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  text-align: center;
  line-height: 20px;
  padding: 0  20px;
  cursor: pointer;
}

.product-tour-wrapper .product-tour-landing .landing-videos .landing-video .mobile-play-video {
  display: none;
  background-color: #EBEBEB;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 2px 20px;
  margin: 0 0 0 60px;
  color: #19C0C1;
}

.product-tour-wrapper .product-tour-landing .landing-videos .last-video-card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-tour-wrapper .product-tour-landing .landing-videos .last-video-card img {
  width: 100%;
  margin: 0 0 5px 0;
}

.product-tour-wrapper .product-tour-landing .landing-videos .last-video-card .last-card-title {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.product-tour-wrapper .product-tour-landing .landing-videos .last-video-card .last-card-button {
  display: block;
  width: 200px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #19C0C1;
  border-radius: 3px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  box-shadow: 0 0 14px -2px #19C0C1;
  border: 1px solid #19C0C1;
  transition: all 200ms ease-in-out;
}

.product-tour-wrapper .product-tour-landing .landing-videos .last-video-card .last-card-button:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #19C0C1;
  box-shadow: none;
  border: 1px solid transparent;
}

.product-tour-wrapper .product-tour-carousel {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}

.product-tour-wrapper .product-tour-carousel .video-carousel-control {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 200px;
  bottom: 0;
  margin: auto;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #EBEBEB;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.product-tour-wrapper .product-tour-carousel .video-carousel-control .icon {
  font-size: 50px;
}

.product-tour-wrapper .product-tour-carousel .video-carousel-control .icon path {
  fill: white;
  transition: all 200ms ease-in-out;
}

.product-tour-wrapper .product-tour-carousel .video-carousel-control:hover {
  background-color: #19C0C1;
}

.product-tour-wrapper .product-tour-carousel .control-previous {
  left: -40px;
}

.product-tour-wrapper .product-tour-carousel .control-next {
  right: -40px;
}

.product-tour-wrapper .product-tour-carousel .carousel-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  margin: 20px 0 5px 0;
  font-size: 36px;
}

.product-tour-wrapper .product-tour-carousel .carousel-subheader {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-size: 18px;
  text-align: center;
}

.product-tour-wrapper .product-tour-carousel .tour-progress {
  margin: 30px 0;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .tour-progress-line {
  position: absolute;
  width: calc(100% - 110px);
  margin: auto;
  height: 1px;
  top: 12px;
  left: 0;
  right: 0;
  background-color: #D5D5D5;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .circle-group-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  cursor: pointer;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .circle-group-wrapper .progress-circle {
  position: relative;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #D5D5D5;
  background-color: white;
  margin: 0 0 5px 0;
  transition: all 200ms ease-in-out;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .circle-group-wrapper .progress-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .circle-group-wrapper .progressmade {
  background-color: #F5A623;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .circle-group-wrapper .progressmadetext {
  color: #F5A623;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .circle-group-wrapper:hover .progress-circle {
  -webkit-animation: tourpulse 2s infinite;
          animation: tourpulse 2s infinite;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .circle-group-wrapper:hover .progressmade {
  -webkit-animation: none;
          animation: none;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .group-end {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  cursor: pointer;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .group-end .progress-circle {
  height: 25px;
  width: 25px;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .group-end .progress-text {
  margin: 5px 5px 0 5px;
  cursor: default;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .final-dot {
  cursor: pointer;
}

.product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .final-dot .progress-text {
  cursor: pointer;
}

.product-tour-wrapper .product-tour-carousel .video-area {
  height: 500px;
  border-radius: 3px;
}

.product-tour-wrapper .product-tour-end {
  padding: 20px;
}

.product-tour-wrapper .product-tour-end .final-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  margin: 20px 0 15px 0;
  font-size: 42px;
}

.product-tour-wrapper .product-tour-end .final-subheader {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-size: 20px;
  text-align: center;
}

.product-tour-wrapper .product-tour-end .final-try-button {
  display: block;
  width: 200px;
  text-transform: uppercase;
  background-color: #19C0C1;
  color: #ffffff;
  border-radius: 3px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  margin: 30px auto 0 auto;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.product-tour-wrapper .product-tour-end .final-try-button:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #19C0C1;
}

.product-tour-wrapper .product-tour-end .final-start-over {
  display: block;
  width: 200px;
  text-transform: uppercase;
  background-color: transparent;
  color: #8F8F90;
  border-radius: 3px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  margin: 10px auto 0 auto;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.product-tour-wrapper .product-tour-end .final-start-over:hover {
  background-color: #D5D5D5;
  color: #19C0C1;
}

.product-tour-wrapper .product-tour-end .final-image {
  display: block;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .product-tour-wrapper .product-tour-carousel .tour-progress .tour-progress-circles-container .circle-group-wrapper .progress-text {
    font-size: 11px;
  }
}

@media screen and (max-width: 600px) {
  .product-tour-wrapper .product-tour-landing {
    padding: 0;
  }

  .product-tour-wrapper .product-tour-landing .landing-header {
    font-size: 32px;
  }

  .product-tour-wrapper .product-tour-landing .landing-subheader {
    font-size: 17px;
    line-height: 28px;
  }

  .product-tour-wrapper .product-tour-landing .landing-videos .landing-video {
    width: calc(100% - 40px);
    margin: 10px auto;
    padding: 0 20px 20px 0;
  }

  .product-tour-wrapper .product-tour-landing .landing-videos .landing-video:hover {
    box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
  }

  .product-tour-wrapper .product-tour-landing .landing-videos .landing-video:hover .video-card-title .video-number-container {
    -webkit-animation: none;
            animation: none;
    -webkit-animation-duration: none;
            animation-duration: none;
  }

  .product-tour-wrapper .product-tour-landing .landing-videos .landing-video:hover .video-card-title .video-number-container .number-circle {
    -webkit-animation: none;
            animation: none;
    -webkit-animation-duration: none;
            animation-duration: none;
  }

  .product-tour-wrapper .product-tour-landing .landing-videos .landing-video .video-card-image {
    display: none;
  }

  .product-tour-wrapper .product-tour-landing .landing-videos .landing-video .video-card-title {
    padding: 0 0 0 60px;
    text-align: left;
    margin: 20px 0 5px 0;
    font-size: 16px;
  }

  .product-tour-wrapper .product-tour-landing .landing-videos .landing-video .video-card-title .video-number-container {
    bottom: unset;
    top: -5px;
    left: 10px;
    right: unset;
  }

  .product-tour-wrapper .product-tour-landing .landing-videos .landing-video .video-card-title .video-number-container .number-circle {
    text-align: center;
  }

  .product-tour-wrapper .product-tour-landing .landing-videos .landing-video .video-card-desc {
    padding: 0 0 0 60px;
    text-align: left;
    font-size: 14px;
  }

  .product-tour-wrapper .product-tour-landing .landing-videos .landing-video .mobile-play-video {
    display: inline-block;
  }

  .product-tour-wrapper .product-tour-landing .landing-videos .last-video-card {
    padding: 20px 20px 30px 20px;
  }

  .product-tour-wrapper .product-tour-carousel {
    padding: 0;
  }

  .product-tour-wrapper .product-tour-carousel .video-carousel-control {
    top: 120px;
    background-color: #19C0C1;
  }

  .product-tour-wrapper .product-tour-carousel .video-carousel-control .icon {
    font-size: 30px;
  }

  .product-tour-wrapper .product-tour-carousel .control-previous {
    left: -70px;
  }

  .product-tour-wrapper .product-tour-carousel .control-previous .prev-icon {
    margin-left: 40px;
  }

  .product-tour-wrapper .product-tour-carousel .control-next {
    right: -70px;
  }

  .product-tour-wrapper .product-tour-carousel .control-next .next-icon {
    margin-right: 40px;
  }

  .product-tour-wrapper .product-tour-carousel .carousel-header {
    font-size: 28px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-tour-wrapper .product-tour-carousel .carousel-subheader {
    font-size: 16px;
    line-height: 24px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-tour-wrapper .product-tour-carousel .tour-progress {
    display: none;
  }

  .product-tour-wrapper .product-tour-carousel .video-area {
    height: 300px;
  }

  .product-tour-wrapper .product-tour-end {
    padding: 0;
  }

  .product-tour-wrapper .product-tour-end .final-header {
    font-size: 32px;
  }

  .product-tour-wrapper .product-tour-end .final-subheader {
    font-size: 18px;
  }

  .product-tour-wrapper .product-tour-end .final-image {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .product-tour-wrapper .product-tour-carousel .video-area {
    height: 200px;
  }
}

.eu-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px 20px 20px;
}

.eu-wrapper .eu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 650px;
  width: 650px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.01);
}

.eu-wrapper .eu-container .eu-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-container-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 0 0;
  font-size: 26px;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-container-desc {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
  padding: 0 40px;
  margin: 5px 0;
  font-size: 14px;
  line-height: 20px;
  width: 450px;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form {
  max-width: 350px;
  width: 100%;
  padding: 0 20px;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-form-input-group {
  margin: 15px auto;
  position: relative;
  height: 40px;
  width: 100%;
  border-radius: 4px;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-form-input-group .eu-input-message {
  position: absolute;
  top: -15px;
  left: 0;
  text-align: center;
  margin: auto;
  font-size: 11px;
  display: inline-block;
  color: #F44059;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-form-input-group .eu-form-input {
  padding-left: 20px;
  height: 100%;
  width: 100%;
  outline: none;
  border-radius: 4px;
  border: 1px solid #D5D5D5;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-form-input-group .eu-form-input:focus {
  border: 1px solid #19C0C1;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-check-group {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 20px auto 0 auto;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-check-group .eu-input-message {
  position: absolute;
  top: -16px;
  left: 23px;
  text-align: center;
  margin: auto;
  font-size: 11px;
  display: inline-block;
  color: #F44059;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-check-group .toggle-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  min-width: 15px;
  max-width: 15px;
  border: 1px solid #D5D5D5;
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-check-group .toggle-checkbox .check {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 20px;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-check-group .toggle-checkbox .check .talktech-check {
  position: absolute;
  bottom: 0;
  font-size: 20px;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-check-group .toggle-checkbox .check .talktech-check path {
  fill: #515152;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-check-group .eu-form-checkbox-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  line-height: 16px;
  padding: 0 0 0 10px;
  font-size: 11px;
  line-height: 18px;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-form-submit {
  height: 45px;
  display: block;
  width: 80%;
  margin: 20px auto 10px auto;
  background-color: #19C0C1;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}

.eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-form-submit:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #19C0C1;
}

.eu-wrapper .eu-container .eu-success-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px;
}

.eu-wrapper .eu-container .eu-success-wrapper .success-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 0px 0;
  font-size: 26px;
}

.eu-wrapper .eu-container .eu-success-wrapper .success-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
  padding: 0 40px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  width: 450px;
}

.eu-wrapper .eu-container .eu-success-wrapper .success-icon {
  font-size: 70px;
}

.eu-wrapper .eu-container .eu-success-wrapper .success-icon path {
  fill: #19C0C1;
}

@media screen and (max-width: 800px) {
  .eu-wrapper {
    padding: 80px 0 0 0;
  }

  .eu-wrapper .eu-container {
    justify-content: flex-start;
    padding: 50px 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
  }

  .eu-wrapper .eu-container .eu-form-wrapper .eu-container-header {
    font-size: 24px;
  }

  .eu-wrapper .eu-container .eu-form-wrapper .eu-container-desc {
    width: 100%;
    max-width: 450px;
  }

  .eu-wrapper .eu-container .eu-form-wrapper .eu-form {
    max-width: 350px;
    width: 100%;
    padding: 0 20px;
  }

  .eu-wrapper .eu-container .eu-form-wrapper .eu-form .eu-form-submit {
    height: 45px;
    display: block;
    width: 80%;
    margin: 20px auto 10px auto;
    background-color: #19C0C1;
    color: #ffffff;
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    transition: all 150ms ease-in-out;
  }
}

.newsletter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0 20px 0;
}

.newsletter-wrapper .newsletter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  width: 500px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.01);
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 0px 0;
  font-size: 26px;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-desc {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
  padding: 0 40px;
  margin: 5px 0;
  font-size: 14px;
  line-height: 20px;
  width: 450px;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-check-group {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 310px;
  margin: 20px auto 0 auto;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-check-group .newsletter-input-message {
  position: absolute;
  top: -16px;
  left: 23px;
  text-align: center;
  margin: auto;
  font-size: 11px;
  display: inline-block;
  color: #F44059;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-check-group .toggle-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  min-width: 15px;
  max-width: 15px;
  border: 1px solid #D5D5D5;
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-check-group .toggle-checkbox .check {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 20px;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-check-group .toggle-checkbox .check .newsletter-check {
  position: absolute;
  bottom: 0;
  font-size: 20px;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-check-group .toggle-checkbox .check .newsletter-check path {
  fill: #515152;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-check-group .newsletter-form-checkbox-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  line-height: 16px;
  padding: 0 0 0 10px;
  font-size: 11px;
  line-height: 18px;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-form {
  max-width: 350px;
  width: 100%;
  padding: 0 20px;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-form .newsletter-form-input-group {
  margin: 15px auto;
  position: relative;
  height: 40px;
  width: 100%;
  border-radius: 4px;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-form .newsletter-form-input-group .newsletter-input-message {
  position: absolute;
  top: -15px;
  left: 0;
  text-align: center;
  margin: auto;
  font-size: 11px;
  display: inline-block;
  color: #F44059;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-form .newsletter-form-input-group .newsletter-form-input {
  padding-left: 20px;
  height: 100%;
  width: 100%;
  outline: none;
  border-radius: 4px;
  border: 1px solid #D5D5D5;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-form .newsletter-form-input-group .newsletter-form-input:focus {
  border: 1px solid #19C0C1;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-form .newsletter-form-submit {
  height: 40px;
  display: block;
  width: 100%;
  margin: 20px auto 10px auto;
  background-color: #19C0C1;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}

.newsletter-wrapper .newsletter-container .newsletter-sign-up-wrapper .newsletter-form .newsletter-form-submit:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #19C0C1;
}

.newsletter-wrapper .newsletter-container .newsletter-success-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px;
}

.newsletter-wrapper .newsletter-container .newsletter-success-wrapper .success-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 0 0px 0;
  font-size: 26px;
}

.newsletter-wrapper .newsletter-container .newsletter-success-wrapper .success-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
  padding: 0 40px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  width: 450px;
}

.newsletter-wrapper .newsletter-container .newsletter-success-wrapper .success-icon {
  font-size: 70px;
}

.newsletter-wrapper .newsletter-container .newsletter-success-wrapper .success-icon path {
  fill: #19C0C1;
}

@media screen and (max-width: 600px) {
  .newsletter-wrapper {
    padding: 80px 0 0 0;
  }

  .newsletter-wrapper .newsletter-container {
    border-radius: 0;
    height: 100%;
    width: 100%;
    padding: 20px 0;
  }

  .newsletter-wrapper .newsletter-container .newsletter-desc {
    width: 100%;
  }

  .newsletter-wrapper .newsletter-container .newsletter-check-group {
    padding: 0 30px;
    margin-bottom: 10px;
  }

  .newsletter-wrapper .newsletter-container .newsletter-check-group .newsletter-input-message {
    left: 0;
    right: 0;
  }

  .newsletter-wrapper .newsletter-container .newsletter-form .newsletter-form-input-group .newsletter-input-message {
    left: 0;
    right: 0;
  }

  .newsletter-wrapper .newsletter-container .newsletter-form .newsletter-form-input-group .newsletter-form-input {
    padding-left: 20px;
    height: 100%;
    width: 100%;
    outline: none;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
  }

  .newsletter-wrapper .newsletter-container .newsletter-form .newsletter-form-input-group .newsletter-form-input:focus {
    border: 1px solid #19C0C1;
  }

  .newsletter-wrapper .newsletter-container .newsletter-form .newsletter-form-submit {
    height: 45px;
    display: block;
    width: 100%;
    margin: 20px auto 10px auto;
    background-color: #19C0C1;
    color: #ffffff;
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    transition: all 150ms ease-in-out;
  }

  .newsletter-wrapper .newsletter-container .newsletter-form .newsletter-form-submit:hover {
    background-color: rgba(25, 192, 193, 0.4);
    color: #19C0C1;
  }
}

/* Colors */

@font-face {
  font-family: metropolisBlack;
  src: url("/fonts/metropolis/Metropolis-Black.otf");
}

@font-face {
  font-family: metropolisBlackitalic;
  src: url("/fonts/metropolis/Metropolis-BlackItalic.otf");
}

@font-face {
  font-family: metropolisBold;
  src: url("/fonts/metropolis/Metropolis-Bold.otf");
}

@font-face {
  font-family: metropolisExtraBold;
  src: url("/fonts/metropolis/Metropolis-ExtraBold.otf");
}

@font-face {
  font-family: metropolisMedium;
  src: url("/fonts/metropolis/Metropolis-Medium.otf");
}

@font-face {
  font-family: metropolisSemiBold;
  src: url("/fonts/metropolis/Metropolis-SemiBold.otf");
}

@font-face {
  font-family: metropolisThin;
  src: url("/fonts/metropolis/Metropolis-Thin.otf");
}

@font-face {
  font-family: metropolisRegular;
  src: url("/fonts/metropolis/Metropolis-Regular.otf");
}

.hatch-btn {
  margin: 0 10px;
  height: 50px;
  width: 170px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.hatch-small-btn,
.multi-step-container .step-container .submit-review-content .hatch-review-btn {
  float: right;
  height: 35px;
  width: 105px;
  border-radius: 5px;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #F4345A;
  --orange: #fd7e14;
  --yellow: #F1C40F;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #F1C40F;
  --danger: #F4345A;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.multi-step-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .multi-step-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .multi-step-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .multi-step-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .multi-step-container {
    max-width: 1140px;
  }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .multi-step-container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .multi-step-container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .multi-step-container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .multi-step-container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.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,
.col-sm-12,
.col-sm,
.col-sm-auto,
.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,
.col-md-12,
.col-md,
.col-md-auto,
.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,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #F2F2F2;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #F2F2F2;
}

.table tbody + tbody {
  border-top: 2px solid #F2F2F2;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

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

.table-bordered th,
.table-bordered td {
  border: 1px solid #F2F2F2;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbeebc;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f8e082;
}

.table-hover .table-warning:hover {
  background-color: #fae8a4;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fae8a4;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fcc6d1;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f995a9;
}

.table-hover .table-danger:hover {
  background-color: #fbaebd;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbaebd;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #F2F2F2;
}

.table-dark {
  color: #ffffff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #F4345A;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(244, 52, 90, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #F4345A;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F4345A' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F4345A' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #F4345A;
  box-shadow: 0 0 0 0.2rem rgba(244, 52, 90, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #F4345A;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F4345A' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F4345A' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #F4345A;
  box-shadow: 0 0 0 0.2rem rgba(244, 52, 90, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #F4345A;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #F4345A;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #F4345A;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f76481;
  background-color: #f76481;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(244, 52, 90, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F4345A;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F4345A;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #F4345A;
  box-shadow: 0 0 0 0.2rem rgba(244, 52, 90, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #F1C40F;
  border-color: #F1C40F;
}

.btn-warning:hover {
  color: #212529;
  background-color: #cea70c;
  border-color: #c29d0b;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #cea70c;
  border-color: #c29d0b;
  box-shadow: 0 0 0 0.2rem rgba(210, 172, 19, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #F1C40F;
  border-color: #F1C40F;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #c29d0b;
  border-color: #b6940b;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 172, 19, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #F4345A;
  border-color: #F4345A;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #f2103d;
  border-color: #e80d38;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #f2103d;
  border-color: #e80d38;
  box-shadow: 0 0 0 0.2rem rgba(246, 82, 115, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #F4345A;
  border-color: #F4345A;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #e80d38;
  border-color: #dc0c35;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 82, 115, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #F1C40F;
  border-color: #F1C40F;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #F1C40F;
  border-color: #F1C40F;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 196, 15, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #F1C40F;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #F1C40F;
  border-color: #F1C40F;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 196, 15, 0.5);
}

.btn-outline-danger {
  color: #F4345A;
  border-color: #F4345A;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #F4345A;
  border-color: #F4345A;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 52, 90, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #F4345A;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #F4345A;
  border-color: #F4345A;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 52, 90, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.3rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.3rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .multi-step-container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .multi-step-container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .multi-step-container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .multi-step-container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .multi-step-container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .multi-step-container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .multi-step-container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .multi-step-container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .multi-step-container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .multi-step-container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .multi-step-container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #ffffff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #ffffff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #ffffff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #ffffff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #F1C40F;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #c29d0b;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 196, 15, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #F4345A;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #ffffff;
  background-color: #e80d38;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 52, 90, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #ffffff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #7d6608;
  background-color: #fcf3cf;
  border-color: #fbeebc;
}

.alert-warning hr {
  border-top-color: #fae8a4;
}

.alert-warning .alert-link {
  color: #4d3f05;
}

.alert-danger {
  color: #7f1b2f;
  background-color: #fdd6de;
  border-color: #fcc6d1;
}

.alert-danger hr {
  border-top-color: #fbaebd;
}

.alert-danger .alert-link {
  color: #55121f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #7d6608;
  background-color: #fbeebc;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #7d6608;
  background-color: #fae8a4;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #7d6608;
  border-color: #7d6608;
}

.list-group-item-danger {
  color: #7f1b2f;
  background-color: #fcc6d1;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7f1b2f;
  background-color: #fbaebd;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #7f1b2f;
  border-color: #7f1b2f;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

.close:hover {
  color: #000000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #F2F2F2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #F2F2F2;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #F1C40F !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c29d0b !important;
}

.bg-danger {
  background-color: #F4345A !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #e80d38 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #F2F2F2 !important;
}

.border-top {
  border-top: 1px solid #F2F2F2 !important;
}

.border-right {
  border-right: 1px solid #F2F2F2 !important;
}

.border-bottom {
  border-bottom: 1px solid #F2F2F2 !important;
}

.border-left {
  border-left: 1px solid #F2F2F2 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #F1C40F !important;
}

.border-danger {
  border-color: #F4345A !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #F1C40F !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #aa8a0a !important;
}

.text-danger {
  color: #F4345A !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #d00b32 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container,
  .multi-step-container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #ffffff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #F2F2F2;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #F2F2F2;
  }
}

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* Chrome,Safari4+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute;
}

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/

.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */

.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  border-radius: 0.2em;
}

.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
}

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}

.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.introjs-bullets ul li a:hover {
  background: #999;
}

.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

.introjs-hint:focus {
  border: 0;
  outline: 0;
}

.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  transition: all 0.2s ease-out;
}

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  animation: none;
}

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }

  25% {
    transform: scale(0);
    opacity: 0.1;
  }

  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}

.introjs-helperNumberLayer {
  display: none;
}

html {
  height: 100%;
}

.body {
  min-height: 100vh;
}

/* STYLE GUIDE HOUSE CLEANING */

.styleguide-body {
  padding: 20px;
  max-width: 800px;
  margin: auto;
}

.brandbook-header {
  padding-top: 50px;
}

#swatches {
  font-size: 0;
}

.swatch {
  height: 50px;
  width: 50%;
  display: inline-block;
}

.medium-swatch {
  height: 50px;
  width: 22%;
  display: inline-block;
}

.tiny-swatch {
  height: 50px;
  width: 2%;
  display: inline-block;
}

.list-swatch {
  height: 50px;
  width: 50px;
}

.background {
  height: 50px;
  width: 100%;
}

.text-swatch {
  height: 5px;
  width: 100%;
}

.color-list-item {
  display: inline-block;
  margin-right: 20px;
}

.asset {
  margin-bottom: 30px;
}

.white-asset img {
  background-color: #6b6b6b;
  padding: 10px;
  border-radius: 5px;
}

.term {
  font-weight: 500;
}

/* BUTTONS */

.hatch-button,
button,
input[type=submit],
.hatch-tooltips .introjs-button {
  background-color: #34CE8B;
  color: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-image: none;
}

.hatch-button.disabled,
button.disabled,
input.disabled[type=submit],
.hatch-tooltips .disabled.introjs-button {
  background: #ffffff;
  color: #8F8F90;
  border: 1px solid #8F8F90;
  cursor: not-allowed;
}

.hatch-button.primary,
button.primary,
input.primary[type=submit],
.hatch-tooltips .primary.introjs-button {
  background-color: #19C0C1;
}

a.hatch-button:hover,
.hatch-tooltips a.introjs-button:hover {
  color: #ffffff;
}

.blue-button,
input[type=submit].blue-button {
  background-color: #16bec1;
}

.big-button,
input[type=submit].big-button {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #34CE8B;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
}

.big-button:hover,
input[type=submit].big-button:hover {
  background-color: #5dd8a2;
  color: #ffffff;
}

.big-button:focus,
input[type=submit].big-button:focus {
  outline: none;
}

.big-button:active,
input[type=submit].big-button:active {
  background-color: #28a770;
}

.inverse-button,
input[type=submit].inverse-button {
  padding: 4px 9px 4px 9px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #34CE8B;
  color: #34CE8B;
  font-family: 'Roboto', sans-serif;
}

.inverse-button:hover,
input[type=submit].inverse-button:hover {
  background-color: #34CE8B;
  color: #fff;
  padding: 5px 10px 5px 10px;
  border: none;
  opacity: 1;
}

.muted-button,
input[type=submit].muted-button {
  padding: 4px 29px 4px 29px;
  border-radius: 5px;
  background-color: #f7f7f8;
  border: 1px solid #a0a0a1;
  color: #515152;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;
}

.muted-button:hover,
input[type=submit].muted-button:hover {
  opacity: 1;
}

.rounded-button,
input[type=submit].rounded-button {
  border-radius: 30px;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
}

.alert .close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.tooltip-sm,
.tooltip-lg {
  display: inline-block;
  text-align: center;
  line-height: 15px;
  height: 15px;
  width: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  background-color: #D8D8D8;
  border-radius: 50%;
}

.tooltip-lg {
  margin-left: 10px;
  line-height: 25px;
  height: 25px;
  width: 25px;
  font-size: 14px;
}

.flat-button {
  height: 40px;
  width: 180px;
  margin-top: 20px;
  background-color: white;
  text-transform: uppercase;
  color: #868688;
  font-weight: 500;
  border: 1px solid #979797;
  border-radius: 0;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.flat-button:hover {
  color: white;
  background-color: #A0A0A1;
}

.flat-button:focus {
  box-shadow: none;
  transition: none;
  outline: none;
}

.flat-button:active {
  background-color: #868688;
}

.flat-hatch-button {
  height: 40px;
  background-color: #ffffff;
  color: #19C0C1;
  font-weight: 500;
  border: 1px solid #19C0C1;
  border-radius: 3px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.flat-hatch-button:hover {
  color: white;
  background-color: #19C0C1;
  transition: all 0.3s ease-in-out;
}

.flat-hatch-button:focus {
  outline: none;
}

.flat-hatch-button:active {
  color: white;
  background-color: #139394;
}

.text-button {
  background-color: transparent;
  color: #BEBDBD;
  font-weight: 500;
}

.advanced-toggle {
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  border: 1px solid #BEBDBD;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #BEBDBD;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
}

.disabled {
  cursor: not-allowed;
}

.nav {
  background-color: white !important;
}

.up-down-caret {
  height: 1em;
  width: 10px;
  display: inline-block;
  position: relative;
  float: right;
}

.up-down-caret svg {
  display: block;
}

.up-down-caret .fa-caret-down {
  margin-top: -0.4em;
}

.circle {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
}

.loader {
  text-align: center;
}

.loader .spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

.loader .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #19C0C1;
  }

  25% {
    stroke: #2ae2e3;
  }

  50% {
    stroke: #6debec;
  }

  75% {
    stroke: #2ae2e3;
  }

  100% {
    stroke: #19C0C1;
  }
}

@keyframes colors {
  0% {
    stroke: #19C0C1;
  }

  25% {
    stroke: #2ae2e3;
  }

  50% {
    stroke: #6debec;
  }

  75% {
    stroke: #2ae2e3;
  }

  100% {
    stroke: #19C0C1;
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

/* FONT IMPORTS */

@font-face {
  font-family: "Arial";
  src: url("/assets/fonts/Arial.ttf");
}

@font-face {
  font-family: "Avenir";
  src: url("/assets/fonts/Avenir.ttc");
}

@font-face {
  font-family: "Cabin";
  src: url("/assets/fonts/Cabin-Regular.otf");
}

@font-face {
  font-family: "Damascus";
  src: url("/assets/fonts/Damascus.ttc");
}

@font-face {
  font-family: "DINPro";
  src: url("/assets/fonts/DINPro-Regular.otf");
}

@font-face {
  font-family: "Farah";
  src: url("/assets/fonts/Farah.ttf");
}

@font-face {
  font-family: "Fira-Sans";
  src: url("/assets/fonts/FiraSans-Regular.otf");
}

@font-face {
  font-family: "Geneva";
  src: url("/assets/fonts/Geneva.dfont");
}

@font-face {
  font-family: "Helvetica-Neue";
  src: url("/assets/fonts/Helvetica-Neue.ttc");
}

@font-face {
  font-family: "Lato";
  src: url("/assets/fonts/Lato-Regular.ttf");
}

@font-face {
  font-family: "Lucida-Grande";
  src: url("/assets/fonts/LucidaGrande.ttc");
}

@font-face {
  font-family: "MavenPro";
  src: url("/assets/fonts/MavenPro-Regular.ttf");
}

@font-face {
  font-family: "Muna";
  src: url("/assets/fonts/Muna.ttc");
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Sana";
  src: url("/assets/fonts/Sana.ttc");
}

@font-face {
  font-family: "Verdana";
  src: url("/assets/fonts/Verdana.ttf");
}

@font-face {
  font-family: "Waseem";
  src: url("/assets/fonts/Waseem.ttc");
}

.font-fira {
  font-family: 'Fira Sans', sans-serif;
}

.font-roboto {
  font-family: 'Roboto', sans-serif;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

h1 {
  font-family: 'Fira Sans', sans-serif;
  color: #515152;
  font-weight: 400;
  font-size: 48px;
}

h2 {
  font-family: 'Fira Sans', sans-serif;
  color: #515152;
  font-weight: 400;
  font-size: 36px;
}

h3 {
  font-family: 'Fira Sans', sans-serif;
  color: #515152;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  font-family: 'Fira Sans', sans-serif;
  color: #6b6b6b;
  font-weight: 300;
  font-size: 22px;
}

h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #a0a0a1;
  font-size: 18px;
}

h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #515152;
}

p,
li,
a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

p,
li {
  color: #787878;
}

a,
a:not([href]):not([tabindex]) {
  color: #16bec1;
}

a:hover {
  color: #34f1f4;
  text-decoration: none;
}

.ghosted {
  color: #a0a0a1;
  opacity: 0.7;
}

.no-bullets {
  list-style: none;
  padding-left: 0;
}

.ft-16 {
  font-size: 16px;
}

/* COLORS */

.main-color {
  background-color: #34ce8b;
}

.maingrey-color {
  background-color: #6b6b6b;
}

.mainblue-color {
  background-color: #16BEC1;
}

.rarered-color {
  background-color: #F4345A;
}

.raregrey-color {
  background-color: #a0a0a1;
}

.rareblue-color {
  background-color: #34F1F4;
}

.bodytext-color {
  background-color: #515152;
}

.background-color {
  background-color: #f7f7f8;
}

.gray {
  background-color: #D8D8D8;
}

.gray-bg {
  background-color: #D8D8D8;
}

.green {
  color: #34CE8B;
}

.red {
  color: #F4345A;
}

.green-bg {
  background-color: #34CE8B;
}

.content-container {
  padding-top: 50px;
  max-height: 100vh;
}

#vueAnchor .content-container:not(.accounts):not(.whatsIncluded):not(.dashboard) {
  padding-top: 0;
  max-height: inherit;
  overflow: inherit;
}

.content-container .right-content {
  width: 100%;
}

.sidenav ~ .content-container {
  margin-left: 80px;
}

.floated.left {
  float: left;
}

.floated.right {
  float: right;
}

.left-nav {
  position: fixed;
  height: 100%;
  border-right: 1px solid #d9d9d9;
  padding: 0;
}

.left-nav ul {
  list-style: none;
  padding: 0;
}

.left-nav ul .left-nav-link {
  cursor: pointer;
  padding: 20px;
}

.left-nav ul .left-nav-link h4,
.left-nav ul .left-nav-link h5 {
  padding: 0;
  margin: 0;
}

.left-nav ul .left-nav-link h5 {
  font-size: 0.8em;
}

#hideOnMobile {
  display: none;
}

.website-page-container {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

.website-page-container .website-page-wrapper {
  position: relative;
  background-color: #ffffff;
}

.website-page-container .website-page-wrapper .hero-area-top {
  display: flex;
  height: 85vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 700px) {
  .website-page-container .website-page-wrapper .hero-area-top {
    height: 520px;
  }
}

.website-page-container .website-page-wrapper .hero-area-top .hero-area-text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 400px;
  width: 900px;
  margin: 18vh auto;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
}

@media screen and (max-width: 700px) {
  .website-page-container .website-page-wrapper .hero-area-top .hero-area-text-container {
    margin: auto;
  }
}

.website-page-container .website-page-wrapper .hero-area-top .hero-area-text-container span {
  display: block;
  color: #ffffff;
  font-weight: 300;
}

.website-page-container .website-page-wrapper .hero-area-top .hero-area-text-container .hero-text-area-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 400px) {
  .website-page-container .website-page-wrapper .hero-area-top .hero-area-text-container .hero-text-area-header {
    font-size: 40px;
    font-weight: 300;
  }
}

.website-page-container .website-page-wrapper .hero-area-top .hero-area-text-container .hero-text-area-subheader {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 425px) {
  .website-page-container .website-page-wrapper .hero-area-top .hero-area-text-container .hero-text-area-subheader {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 32px;
    color: #ffffff;
    margin: 10px 0;
  }
}

.dropdown .btn-secondary {
  background-color: #ffffff;
  color: #000000;
}

.dropdown.show .dropdown-menu {
  display: block;
}

.standard-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.standard-modal-bg .modal-clickable-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: transparent;
}

.standard-modal-bg .modal-body {
  position: relative;
  max-width: 700px;
  height: auto;
  padding: 20px;
  margin: 150px auto;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 3;
}

.referral-invite-body.modal-body {
  width: 100%;
}

.referral-invite-body.modal-body div.left-content {
  width: 50%;
  height: 100%;
  min-height: 300px;
  display: inline-block;
  padding-top: 100px;
  padding-bottom: 100px;
}

.referral-invite-body.modal-body div.left-content .left-content-container {
  width: 75%;
  margin: auto;
}

.referral-invite-body.modal-body div.left-content h3 {
  font-family: "Fira Sans";
  font-weight: bold;
  color: #262626;
  text-transform: none;
  margin-bottom: 20px;
}

.referral-invite-body.modal-body div.left-content li {
  margin-bottom: 20px;
}

.referral-invite-body.modal-body div.right-content {
  float: right;
  width: 50%;
  height: 100%;
  min-height: 300px;
  display: inline-block;
  padding-top: 130px;
  padding-bottom: 130px;
}

.referral-invite-body.modal-body div.right-content .social-sharing-referral {
  max-width: 60%;
  padding-top: 10px;
  text-align: right;
  height: 60px;
  margin: auto;
}

.referral-invite-body.modal-body div.right-content .social-sharing-referral div.left {
  display: inline-block;
  float: left;
}

.referral-invite-body.modal-body div.right-content .social-sharing-referral div.left p {
  line-height: 60px;
  vertical-align: middle;
  font-size: 14px;
}

.referral-invite-body.modal-body div.right-content .social-sharing-referral div.right {
  display: inline-block;
  float: right;
}

.referral-invite-body.modal-body div.right-content .referral-link-copy-box {
  height: 50px;
  border-radius: 5px;
  width: 95%;
  border: 1px solid #D5D5D5;
  cursor: pointer;
  margin: 20px auto;
}

.referral-invite-body.modal-body div.right-content .referral-link-copy-box p {
  display: inline;
  font-size: 12px;
  margin-left: 20px;
  line-height: 50px;
  vertical-align: middle;
  color: #AEAEAE;
  font-family: "Fira Sans";
}

.referral-invite-body.modal-body div.right-content .referral-link-copy-box div {
  font-family: "Fira Sans";
  font-size: 12px;
  float: right;
  display: inline;
  height: 50px;
  width: 100px;
  margin-top: -1px;
  margin-right: -1px;
  border-radius: 0 5px 5px 0;
  background-color: #15bdc1;
  color: white;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}

.referral-invite-body.modal-body div.right-content .email-invites {
  height: 50px;
  border-radius: 5px;
  width: 95%;
  border: 1px solid #D5D5D5;
  margin: 20px auto;
}

.referral-invite-body.modal-body div.right-content .email-invites input {
  border: none;
  height: 48px;
  margin-left: 20px;
  font-size: 12px;
  font-family: "Fira Sans";
  width: 72%;
}

.referral-invite-body.modal-body div.right-content .email-invites input::-webkit-input-placeholder {
  font-size: 12px;
  font-family: "Fira Sans";
}

.referral-invite-body.modal-body div.right-content .email-invites input::-moz-placeholder {
  font-size: 12px;
  font-family: "Fira Sans";
}

.referral-invite-body.modal-body div.right-content .email-invites input:-ms-input-placeholder {
  font-size: 12px;
  font-family: "Fira Sans";
}

.referral-invite-body.modal-body div.right-content .email-invites input::-ms-input-placeholder {
  font-size: 12px;
  font-family: "Fira Sans";
}

.referral-invite-body.modal-body div.right-content .email-invites input::placeholder {
  font-size: 12px;
  font-family: "Fira Sans";
}

.referral-invite-body.modal-body div.right-content .email-invites input:focus {
  outline: none;
}

.referral-invite-body.modal-body div.right-content .email-invites #referral-submit-button {
  font-family: "Fira Sans";
  font-size: 12px;
  float: right;
  height: 50px;
  width: 100px;
  margin-top: -1px;
  margin-right: -1px;
  border-radius: 0 5px 5px 0;
  background-color: #15bdc1;
  color: white;
  vertical-align: middle;
  text-align: center;
  margin-left: 0px;
  font-weight: normal;
}

.referral-invite-body.modal-body div.right-content p.form-detail-paragraph {
  font-size: 10px;
  margin-left: 35px;
  margin-top: -15px;
  font-family: "Roboto";
}

.referral-invite-body.modal-body div.right-content div.facebook-button,
.referral-invite-body.modal-body div.right-content div.twitter-button {
  display: block;
}

.referral-invite-body.modal-body div.right-content div.twitter-button {
  padding-top: 10px;
}

.referral-invite-body.modal-body .email-referral {
  position: relative;
  width: 95%;
  margin: 20px auto;
}

.referral-invite-body.modal-body .email-referral input[type='submit'] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-width: 100px;
  background-color: #15bdc1;
  border-radius: 0 5px 5px 0;
}

.card-container {
  border: 1px solid #D5D5D5;
  padding: 20px;
  height: auto;
  min-width: 900px;
  font-family: "Fira Sans", sans-serif;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.split-right-content {
  width: 50%;
  display: inline-block;
}

@media screen and (max-width: 1350px) {
  .referral-invite-body.modal-body div.right-content {
    float: right;
    width: 50%;
    height: 100%;
    min-height: 300px;
    display: inline-block;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .referral-invite-body.modal-body div.right-content .social-sharing-referral {
    max-width: 80%;
    padding-top: 10px;
    text-align: right;
    height: 60px;
    margin: auto;
  }
}

@media screen and (max-width: 1100px) {
  p#referral-code-present {
    font-size: 10px;
  }
}

@media screen and (max-width: 1020px) {
  .referral-invite-body.modal-body div.right-content div.social-sharing-referral div.left p {
    font-size: 12px;
  }
}

@media screen and (max-width: 975px) {
  .referral-invite-body.modal-body div.right-content {
    display: block;
    margin: auto;
    width: 65%;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 175px;
  }

  .referral-invite-body.modal-body div.left-content {
    display: block;
    margin: auto;
    width: 75%;
    padding-top: 75px;
    padding-bottom: 0px;
  }
}

.modal-backdrop {
  z-index: 0;
}

@media screen and (max-width: 300px) {
  #hideOnMobile {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: #ffffff;
    z-index: 9999;
    text-align: center;
  }

  #hideOnMobile .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  #hideOnMobile img {
    width: 60%;
  }

  #hideOnMobile h1,
  #hideOnMobile h2 {
    color: #A0A0A1;
    padding: 10px 0;
    font-weight: 200;
    margin: 0 auto;
  }

  #hideOnMobile h1 {
    font-size: 18px;
    text-transform: none;
    width: 60%;
    margin-top: 15px;
  }

  #hideOnMobile h2 {
    font-size: 14px;
    line-height: 24px;
    width: 80%;
  }
}

.hatch-tooltips .introjs-tooltiptext {
  font-family: "Fira Sans", sans-serif;
  font-size: 13px;
}

.hatch-tooltips .introjs-button {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 16px !important;
  margin-right: 10px;
  color: #ffffff !important;
}

form input.error,
form textarea.error,
form select.error {
  border: 1px solid #d0021b;
}

form .form-control.sub-domain-input {
  text-align: right;
  padding-right: 5px;
}

form .relative-form-input {
  position: relative;
}

.sub-domain-input.error {
  border: 1px solid #d0021b;
}

.sub-domain-input + .error-message {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  color: #d0021b;
}

.ghost-text {
  position: absolute;
  top: 0.4em;
  padding-left: 1em;
  pointer-events: none;
}

.ghost-text label {
  color: #A0A0A1 !important;
}

.form-control:focus {
  border-color: #14bdc0;
}

.app-content-container {
  overflow-y: auto;
  max-height: 100vh;
}

.app-content-container.app-content {
  max-height: 130vh;
}

.coming-soon {
  min-height: 50vh;
  text-align: center;
}

.coming-soon h2 {
  padding-top: 10%;
}

.flex-row {
  display: flex;
  width: 100%;
}

.flex-row .cell {
  flex: 1;
}

.flex-row .cell.double {
  flex: 2;
}

@-webkit-keyframes dangle {
  0% {
    bottom: 3px;
  }

  100% {
    bottom: -3px;
  }
}

@keyframes dangle {
  0% {
    bottom: 3px;
  }

  50% {
    bottom: 0;
  }

  100% {
    bottom: -3px;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 200ms ease-in-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.bounce-enter-active {
  -webkit-animation: bounce 300ms;
          animation: bounce 300ms;
}

.bounce-leave-active {
  animation: bounce 300ms reverse;
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.025, 1.025);
  }

  100% {
    opacity: 1;
    font-size: 24px;
    transform: scale(1, 1);
  }
}

.bounce-in-enter-active {
  -webkit-animation: bounce-in 300ms;
          animation: bounce-in 300ms;
}

.bounce-in-leave-active {
  animation: bounce-in 300ms reverse;
}

@-webkit-keyframes bounce-in {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.product-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.product-modal .modal-click-bg {
  height: 100%;
  width: 100%;
}

.product-modal .modal-body {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1000px;
  min-width: 350px;
  padding: 20px;
  margin: 110px auto;
  border-radius: 5px;
  background-color: #ffffff;
}

.product-modal .modal-body .modal-area {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.product-modal .modal-body .modal-area .modal-closer {
  position: absolute;
  top: -8px;
  right: 10px;
  height: 15px;
  z-index: 2;
  cursor: pointer;
}

.product-modal .modal-body .modal-area .sd-modal-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  font-size: 16px;
  margin: 20px 0 10px 0;
}

.product-modal .modal-body .modal-area .top-line {
  width: 150px;
  margin: 0 auto 20px auto;
  border-top: 1px solid #c2c2c3;
}

.fields-modal .modal-body {
  overflow-y: auto;
}

.fields-modal .fields-form {
  padding-bottom: 100px;
  height: 90%;
}

.fields-modal .fields-form .fields-table {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}

.fields-modal .fields-form .fields-table thead {
  height: 50px;
}

.fields-modal .fields-form .fields-table thead th {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #515152;
}

.fields-modal .fields-form .fields-table thead .img-col {
  width: 20px;
  padding: 5px;
}

.fields-modal .fields-form .fields-table thead .row-2 {
  width: 20%;
}

.fields-modal .fields-form .fields-table thead .row-3 {
  width: 30%;
}

.fields-modal .fields-form .fields-table thead .row-4 {
  width: 10%;
  text-align: center;
}

.fields-modal .fields-form .fields-table thead .row-5 {
  width: 10%;
  text-align: center;
}

.fields-modal .fields-form .fields-table thead .row-6 {
  width: 8%;
}

.fields-modal .fields-form .fields-table tbody.default-rows {
  color: #BEBDBD;
}

.fields-modal .fields-form .fields-table tbody tr {
  height: 50px;
  -webkit-animation: addtr;
          animation: addtr;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
}

.fields-modal .fields-form .fields-table tbody tr:hover {
  background-color: #fbfbfb;
}

.fields-modal .fields-form .fields-table tbody tr:hover .man-cell label .man-circle {
  background-color: #ffffff;
}

.fields-modal .fields-form .fields-table tbody tr:hover .prof-cell label .prof-circle {
  background-color: #ffffff;
}

.fields-modal .fields-form .fields-table tbody tr .custom-dd-input {
  padding: 5px;
  margin-left: -5px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #D5D5D5;
}

.fields-modal .fields-form .fields-table tbody tr .custom-dd-input::-webkit-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.fields-modal .fields-form .fields-table tbody tr .custom-dd-input::-moz-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.fields-modal .fields-form .fields-table tbody tr .custom-dd-input:-ms-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.fields-modal .fields-form .fields-table tbody tr .custom-dd-input::-ms-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.fields-modal .fields-form .fields-table tbody tr .custom-dd-input::placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.fields-modal .fields-form .fields-table tbody tr .img-cell {
  cursor: -webkit-grab;
  cursor: grab;
}

.fields-modal .fields-form .fields-table tbody tr .img-cell .dots {
  width: 13px;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container {
  position: relative;
  margin: 5px;
  height: 100%;
  width: 90%;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dd-name-container {
  position: relative;
  margin: 0;
  padding: 5px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  cursor: pointer;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dd-name-container .field-dd-name-display {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  background-color: #ffffff;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dd-name-container .field-tri {
  position: absolute;
  height: 7px;
  width: 7px;
  border-bottom: 2px solid #D5D5D5;
  border-left: 2px solid #D5D5D5;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dd-name-container .field-tri-top {
  top: 14px;
  right: 10px;
  transform: rotate(135deg);
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dd-name-container .field-tri-bottom {
  bottom: 14px;
  right: 10px;
  transform: rotate(-45deg);
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown {
  position: absolute;
  display: none;
  width: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown ul .dropdown-option {
  position: relative;
  padding: 0;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown ul .dropdown-option:hover {
  background-color: #efeeee;
  color: #050505;
  cursor: pointer;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown ul .dropdown-option:hover p {
  color: #515152;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown ul .dropdown-option .option-text {
  padding: 10px 0;
  margin: auto;
  line-height: 20px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  width: 85%;
  cursor: pointer;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown ul .dropdown-option .selected-box {
  position: absolute;
  display: none;
  flex-direction: row;
  align-items: center;
  padding: 6px 5px;
  top: 0;
  right: 0;
  height: 100%;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown ul .dropdown-option .selected-box .selected-text {
  display: inline;
  margin: 0 5px 0 0;
  color: #34CE8B;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  border: 0;
  cursor: pointer;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown ul .dropdown-option .selected-box .selected-check {
  height: 12px;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown ul .dropdown-option .selected-active {
  display: flex;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown ul .dropdown-option #last-option {
  padding: 10px 0;
  margin: auto;
  line-height: 20px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #D5D5D5;
  width: 85%;
  cursor: pointer;
  border-bottom: 0;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown .add-custom-field-btn {
  padding: 0;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown .add-custom-field-btn:hover {
  background-color: #efeeee;
  color: #515152;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .field-dropdown .add-custom-field-btn p {
  padding: 10px 0;
  margin: auto;
  text-align: center;
  line-height: 20px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  color: #34CE8B;
  border-bottom: 0;
  width: 85%;
  cursor: pointer;
}

.fields-modal .fields-form .fields-table tbody tr .field-dd-cell .field-dropdown-container .show-field-dd {
  display: inline-block;
}

.fields-modal .fields-form .fields-table tbody tr .custom-label-dd-cell .custom-label-input {
  height: 42px;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  text-indent: 10px;
}

.fields-modal .fields-form .fields-table tbody tr .custom-label-dd-cell .custom-label-input::-webkit-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.fields-modal .fields-form .fields-table tbody tr .custom-label-dd-cell .custom-label-input::-moz-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.fields-modal .fields-form .fields-table tbody tr .custom-label-dd-cell .custom-label-input:-ms-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.fields-modal .fields-form .fields-table tbody tr .custom-label-dd-cell .custom-label-input::-ms-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.fields-modal .fields-form .fields-table tbody tr .custom-label-dd-cell .custom-label-input::placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.fields-modal .fields-form .fields-table tbody tr .custom-label-dd-cell .custom-label-input:focus {
  outline: none;
}

.fields-modal .fields-form .fields-table tbody tr .man-cell {
  text-align: center;
  padding: 0;
}

.fields-modal .fields-form .fields-table tbody tr .man-cell label {
  height: 30px;
  width: 30px;
  margin: 0;
}

.fields-modal .fields-form .fields-table tbody tr .man-cell .man-circle {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: auto;
  vertical-align: middle;
  border: 1px solid #D5D5D5;
  border-radius: 50%;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}

.fields-modal .fields-form .fields-table tbody tr .man-cell .man-circle .circle-check {
  height: 30px;
  width: 30px;
}

.fields-modal .fields-form .fields-table tbody tr .man-cell input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.fields-modal .fields-form .fields-table tbody tr .man-cell input[type=checkbox]:checked ~ .man-circle {
  background-color: #34CE8B;
  transition: all 150ms ease-in-out;
}

.fields-modal .fields-form .fields-table tbody tr .man-cell.disabled input[type=checkbox]:checked ~ .man-circle {
  background-color: #D5D5D5 !important;
}

.fields-modal .fields-form .fields-table tbody tr .man-cell.disabled .man-circle {
  cursor: not-allowed;
}

.fields-modal .fields-form .fields-table tbody tr .prof-cell {
  text-align: center;
  padding: 0;
}

.fields-modal .fields-form .fields-table tbody tr .prof-cell label {
  height: 30px;
  width: 30px;
  margin: 0;
}

.fields-modal .fields-form .fields-table tbody tr .prof-cell .prof-circle {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: auto;
  vertical-align: middle;
  border: 1px solid #D5D5D5;
  border-radius: 50%;
  cursor: pointer;
}

.fields-modal .fields-form .fields-table tbody tr .prof-cell .prof-circle .circle-check {
  height: 30px;
  width: 30px;
}

.fields-modal .fields-form .fields-table tbody tr .prof-cell input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.fields-modal .fields-form .fields-table tbody tr .prof-cell input[type=checkbox]:checked ~ .prof-circle {
  background-color: #34CE8B;
}

.fields-modal .fields-form .fields-table tbody tr .del-cell {
  text-align: center;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #D5D5D5;
  cursor: pointer;
}

.fields-modal .fields-form .fields-table tbody tr .del-cell:hover {
  color: #a2a2a2;
}

@-webkit-keyframes addtr {
  0% {
    height: 0;
    opacity: 0;
  }

  100% {
    height: 50px;
    opacity: 1;
  }
}

@keyframes addtr {
  0% {
    height: 0;
    opacity: 0;
  }

  100% {
    height: 50px;
    opacity: 1;
  }
}

.fields-modal .fields-form .fields-table tbody .default-row {
  background-color: #fbfbfb;
}

.fields-modal .fields-form .fields-table tbody .default-row:hover {
  color: #efeeee;
  cursor: not-allowed;
}

.fields-modal .fields-form .fields-table tbody .default-row .img-cell .dots {
  cursor: not-allowed;
}

.fields-modal .fields-form .fields-table tbody .default-row .custom-label-dd-cell {
  cursor: not-allowed;
}

.fields-modal .fields-form .fields-table tbody .default-row .custom-label-dd-cell .custom-label-input {
  background-color: #fbfbfb;
  cursor: not-allowed;
}

.fields-modal .fields-form .fields-table tbody .default-row .custom-label-dd-cell .custom-label-input::-webkit-input-placeholder {
  background-color: #fbfbfb;
  color: #D5D5D5;
}

.fields-modal .fields-form .fields-table tbody .default-row .custom-label-dd-cell .custom-label-input::-moz-placeholder {
  background-color: #fbfbfb;
  color: #D5D5D5;
}

.fields-modal .fields-form .fields-table tbody .default-row .custom-label-dd-cell .custom-label-input:-ms-input-placeholder {
  background-color: #fbfbfb;
  color: #D5D5D5;
}

.fields-modal .fields-form .fields-table tbody .default-row .custom-label-dd-cell .custom-label-input::-ms-input-placeholder {
  background-color: #fbfbfb;
  color: #D5D5D5;
}

.fields-modal .fields-form .fields-table tbody .default-row .custom-label-dd-cell .custom-label-input::placeholder {
  background-color: #fbfbfb;
  color: #D5D5D5;
}

.fields-modal .fields-form .fields-table tbody .default-row .field-dd-cell {
  cursor: not-allowed;
}

.fields-modal .fields-form .fields-table tbody .default-row .field-dd-cell .field-dropdown-container .field-dd-name-container {
  cursor: not-allowed;
  color: #D5D5D5;
  background-color: #fbfbfb;
}

.fields-modal .fields-form .fields-table tbody .default-row .field-dd-cell .field-dropdown-container .field-dd-name-container .field-dd-name-display {
  ursor: not-allowed;
  color: #D5D5D5;
  background-color: #fbfbfb;
}

.fields-modal .fields-form .fields-table tbody .default-row .field-dd-cell {
  cursor: not-allowed;
}

.fields-modal .fields-form .fields-table tbody .default-row .field-dd-cell .field-dropdown-container .field-dd-name-container {
  cursor: not-allowed;
  color: #D5D5D5;
  background-color: #fbfbfb;
}

.fields-modal .fields-form .fields-table tbody .default-row .field-dd-cell .field-dropdown-container .field-dd-name-container .field-dd-name-display {
  cursor: not-allowed;
  color: #D5D5D5;
  background-color: #fbfbfb;
}

.fields-modal .fields-form .fields-table tbody .default-row .man-cell .man-circle {
  cursor: not-allowed;
}

.fields-modal .fields-form .fields-table tbody .default-row .man-cell .can-choose {
  cursor: pointer;
}

.fields-modal .fields-form .fields-table tbody .default-row .prof-cell .prof-circle {
  cursor: not-allowed;
}

.fields-modal .fields-form .fields-table tbody .default-row .prof-cell .can-choose {
  cursor: pointer;
}

.fields-modal .fields-form .fields-table tbody .default-row .del-cell {
  cursor: not-allowed;
}

.fields-modal .fields-form .fields-table .sub-row .vue-input-tag-wrapper {
  width: 175%;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  -webkit-appearance: none;
}

.fields-modal .fields-form .fields-table .sub-row .vue-input-tag-wrapper .new-tag {
  width: 95%;
}

.fields-modal .fields-form .add-row-btn {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #19C0C1;
  border: 1px solid #19C0C1;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  position: absolute;
  padding: 5px 15px;
  bottom: 40px;
  left: 67px;
  font-weight: 500;
  border-width: 2px;
  cursor: pointer;
}

.fields-modal .fields-form .add-row-btn:hover {
  background-color: white;
  color: #ffffff;
}

.fields-modal .fields-form .add-row-btn:focus {
  outline: none;
}

.fields-modal .fields-form .add-row-btn:active {
  background-color: #e6e5e5;
}

.fields-modal .fields-form .add-row-btn:hover {
  background-color: #defbfb;
  color: #19C0C1;
}

.fields-modal .fields-form .add-row-btn:active:hover {
  background-color: #19C0C1;
  color: #ffffff;
}

.fields-modal .fields-form .fields-submit-btn {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #34CE8B;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.fields-modal .fields-form .fields-submit-btn:hover {
  background-color: #5dd8a2;
  color: #ffffff;
}

.fields-modal .fields-form .fields-submit-btn:focus {
  outline: none;
}

.fields-modal .fields-form .fields-submit-btn:active {
  background-color: #28a770;
}

.custom-filters-modal .modal-area {
  padding: 10px 50px 50px 50px;
}

.modal-area .actions-bar {
  position: absolute;
  bottom: 0;
  right: 50px;
}

.input-field {
  padding: 5px;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #D5D5D5;
}

.input-field::-webkit-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.input-field::-moz-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.input-field:-ms-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.input-field::-ms-input-placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.input-field::placeholder {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.dropdown .disabled {
  color: #A0A0A1;
}

.md-checkbox {
  position: relative;
  margin: 16px 0;
  text-align: left;
}

.md-checkbox.md-checkbox-inline {
  display: inline-block;
}

.md-checkbox.small input[type="checkbox"]:checked + label:after {
  top: 4px;
  left: 3px;
  width: 9px;
  height: 5px;
}

.md-checkbox.small label:before {
  width: 15px;
  height: 15px;
}

.md-checkbox label {
  font-size: 13px;
  color: #A0A0A1;
  font-weight: 300;
  vertical-align: bottom;
  margin-top: -2px;
  cursor: pointer;
}

.md-checkbox label:before,
.md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.md-checkbox label:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  cursor: pointer;
  transition: background .3s;
  border-radius: 5px;
}

.md-checkbox input[type="checkbox"] {
  outline: 0;
  margin-right: 10px;
  visibility: hidden;
}

.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #15bdc1;
  border: none;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg);
  top: 5px;
  left: 4px;
  width: 12px;
  height: 6px;
  border: 2px solid #ffffff;
  border-top-style: none;
  border-right-style: none;
}

.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}

.clean-container {
  height: 100%;
  width: 100%;
}

.product-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.product-modal-bg .modal-click-bg {
  height: 100%;
  width: 100%;
}

.product-modal-bg .start-designing-modal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 350px;
  margin: 110px auto;
  border-radius: 5px;
  background-color: #ffffff;
}

.product-modal-bg .start-designing-modal .modal-area {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.product-modal-bg .start-designing-modal .modal-area .modal-closer {
  position: absolute;
  top: -8px;
  right: 10px;
  height: 15px;
  z-index: 2;
  cursor: pointer;
}

.product-modal-bg .start-designing-modal .modal-area .start-design-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  cursor: pointer;
}

.product-modal-bg .start-designing-modal .modal-area .sd-modal-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  font-size: 16px;
  margin: 20px 0 10px 0;
}

.product-modal-bg .start-designing-modal .modal-area .top-line {
  width: 150px;
  margin: 0 auto 20px auto;
  border-top: 1px solid #c2c2c3;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-form-group {
  position: relative;
  height: 50px;
  width: 90%;
  margin: 10px auto;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-form-group .demo-pass-helper {
  color: #F4345A;
  font-size: 11px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-form-group .sd-input {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  border: 1px solid #c2c2c3;
  text-indent: 10px;
  outline: none;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-form-group .sd-input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-form-group .sd-input::-moz-placeholder {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-form-group .sd-input:-ms-input-placeholder {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-form-group .sd-input::-ms-input-placeholder {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-form-group .sd-input::placeholder {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-form-group .sd-input.error {
  border: 1px solid #d0021b;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-form-group input.error {
  border: 1px solid red;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .referral {
  display: block;
  border: 1px solid #34CE8B;
  color: #34CE8B;
  border-radius: 3px;
  width: 104px;
  line-height: 20px;
  height: 20px;
  margin: 0 auto 5px auto;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .referral:hover {
  background-color: rgba(52, 206, 139, 0.4);
  border: 1px solid transparent;
  color: #34CE8B;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .terms-language {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  padding: 0 20px;
  line-height: 16px;
  margin: 10px 0 20px 0;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .terms-language .terms-link {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 16px;
  color: #34CE8B;
  transition: all 200ms ease-in-out;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .terms-language .terms-link:hover {
  text-decoration: underline;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .have-account {
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 16px;
  padding: 0 20px;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .have-account .have-account-link {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #34CE8B;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-submit {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 16px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-family: "Fira Sans", sans-serif;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-submit:hover {
  background-color: #5dd8a2;
}

.product-modal-bg .start-designing-modal .modal-area .sd-form .sd-submit:active {
  background-color: #28a770;
}

.slidedown-enter-active {
  -webkit-animation: slidedown-in .5s;
          animation: slidedown-in .5s;
}

@-webkit-keyframes slidedown-in {
  0% {
    height: 0;
    opacity: 0;
  }

  100% {
    height: 50px;
    opacity: 1;
  }
}

@keyframes slidedown-in {
  0% {
    height: 0;
    opacity: 0;
  }

  100% {
    height: 50px;
    opacity: 1;
  }
}

@media screen and (max-width: 425px) {
  .product-modal-bg .start-designing-modal {
    width: 90%;
  }
}

.terms-language {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
}

.product-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.product-modal-bg .modal-click-bg {
  height: 100%;
  width: 100%;
}

.product-modal-bg .confirm-consult-modal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 375px;
  margin: 110px auto;
  border-radius: 5px;
  background-color: #ffffff;
}

.product-modal-bg .confirm-consult-modal .modal-area {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.product-modal-bg .confirm-consult-modal .modal-area .modal-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  z-index: 2;
  cursor: pointer;
}

.product-modal-bg .confirm-consult-modal .modal-area .cc-image {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  margin: auto;
}

.product-modal-bg .confirm-consult-modal .modal-area .confirm-msg {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 20px 0 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.product-modal-bg .confirm-consult-modal .modal-area .confirm-submsg {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #c2c2c3;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.product-modal-bg .confirm-consult-modal .modal-area .cc-preview-btn {
  display: block;
  height: 45px;
  width: 200px;
  margin: 20px auto 0 auto;
  border-radius: 5px;
  background-color: #19C0C1;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  transition: all 200ms ease-in-out;
}

.product-modal-bg .confirm-consult-modal .modal-area .cc-preview-btn:hover {
  background-color: rgba(25, 192, 193, 0.4);
}

.product-modal-bg .confirm-consult-modal .modal-area .cc-preview-btn:active {
  background-color: #139394;
}

@media screen and (max-width: 425px) {
  .product-modal-bg .confirm-consult-modal {
    width: 90%;
  }
}

.footer {
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.footer .header {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 32px;
  color: #8F8F90;
  margin: 0 0 10px 0;
  text-align: left;
}

.footer .paragraph {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  line-height: 24px;
}

.footer .link:hover {
  color: #34CE8B;
}

.footer .social-icons {
  margin-top: 15px;
}

.footer .social-icons img {
  margin-right: 15px;
  height: 23px;
  width: 23px;
}

.footer div.force-align-left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .footer div.force-align-left {
    text-align: center;
  }

  .footer .logo-address-area {
    text-align: center;
  }

  .footer .logo-address-area .social-icons {
    text-align: center;
  }

  .footer .logo-address-area .social-icons a img {
    margin: 0 10px 20px 10px;
  }

  .footer .footer-category .header {
    text-align: center;
  }
}

@media only screen and (max-width: 425px) {
  .footer {
    text-align: center;
  }

  .footer .social-icons {
    text-align: center;
  }

  .footer .footer-category {
    width: 100%;
  }

  .footer .footer-category .header {
    text-align: center;
  }
}

.mobile-nav-top {
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

@media only screen and (min-width: 975px) {
  .mobile-nav-top {
    display: none;
  }
}

.video-container {
  height: 85vh;
}

.landing-page-hero-action {
  height: 200px;
  width: 500px;
  padding: 20px;
  margin: 20px auto 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.landing-page-hero-action .landing-callout-item {
  display: inline-block;
  margin: 0 10px;
  height: 60px;
  width: 275px;
  font-size: 20px;
  font-family: "Fira Sans", sans-serif;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-weight: 400;
  opacity: 1;
}

.landing-page-hero-action p.make-text-vertical-align {
  visibility: hidden;
  margin-top: -2px;
  font-size: 20px;
  font-family: "Fira Sans", sans-serif;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-weight: 400;
  opacity: 1;
  cursor: pointer;
}

.landing-page-hero-action .landing-get-started-item {
  background-color: #34CE8B;
  box-shadow: 0 3px #1e7e54;
}

.landing-page-hero-action .landing-get-started-item:hover {
  background-color: #5dd8a2;
}

.landing-page-hero-action .landing-get-started-item:active {
  background-color: #28a770;
  box-shadow: none;
  /* IE 9 */
  /* Safari */
  transform: translate(0, 3px);
}

.landing-page-hero-action .landing-req-demo-item {
  cursor: pointer;
  border: 2px solid #ffffff;
  background-color: transparent;
}

.landing-page-hero-action .landing-req-demo-item:hover {
  background-color: #cccccc;
}

.landing-page-hero-action .landing-req-demo-item:active {
  color: #000000;
  background-color: #ffffff;
}

.advantages {
  position: relative;
  display: flex;
  width: 100%;
  flex-flow: column wrap;
  justify-content: center;
  background: #2C4350;
}

.advantages .feature-img {
  margin-top: 20px;
}

.advantages .lines-overlay {
  position: absolute;
  height: 114%;
  width: 100%;
  background-image: url("/assets/landing-page-assets/crossed-lines.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.advantages .advantages-title {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
}

.advantages .feature-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 50px;
}

.advantages .feature-container .feature-absolute {
  position: relative;
  background-color: #2C4350;
  width: 350px;
  height: 184px;
  border: 1px solid #D5D5D5;
  padding: 0 25px;
  margin: 30px 20px;
  text-align: center;
}

.advantages .feature-container .feature-absolute .feature-img {
  margin-top: 20px;
}

@media only screen and (max-width: 1215px) {
  .advantages .feature-container .feature-absolute .feature-img {
    margin-top: 10px;
  }
}

.advantages .feature-container .feature-absolute h2 {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 10px;
}

.advantages .feature-container .feature-absolute p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
}

.fadein {
  -webkit-animation: 1s ease 0s normal forwards 1 fadein;
  animation: 1s ease 0s normal forwards 1 fadein;
}

.advantages .feature-absolute:after,
.advantages .feature-absolute:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.advantages .feature-absolute:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #2C4350;
  border-width: 16px;
  margin-left: -16px;
}

.advantages .feature-absolute:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #D5D5D5;
  border-width: 18px;
  margin-left: -18px;
}

.story-modal .modal-header .close {
  margin-left: 0px;
  right: 0;
}

/******************/

/******************/

/*    HOME PAGE   */

/******************/

/******************/

#landing-cover {
  width: 100%;
  height: 85vh;
  background-color: black;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* GENERAL */

.box-header h1 {
  text-transform: initial;
  padding-top: 18px;
}

h1 {
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: initial;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}

#header-video {
  position: relative;
  top: 0;
  right: 0;
  min-width: 100%;
  width: 100%;
  height: 85vh;
  max-height: 85vh;
  z-index: -100;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1420px) {
  .hero {
    min-height: 86vh;
    height: 86vh;
  }
}

img .app-demo .dont-show #app-demo-1,
img .app-demo .dont-show #app-demo-2,
img .app-demo .dont-show #app-demo-3 {
  display: none;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  margin-left: 0px;
  padding-left: 0px;
}

button {
  cursor: pointer;
}

.modal-content {
  margin-top: 0;
}

.modal-content .demo-modal-body {
  margin-top: 0;
  padding-bottom: 30px;
}

.modal-content .demo-modal-body .form-grp {
  margin: 0 auto 20px auto;
  font-family: "Fira Sans", sans-serif;
}

.modal-content .demo-modal-body .form-grp .kind-of-app {
  font-size: 16px;
}

.modal-content .demo-modal-body .form-grp .company-size {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  width: 300px;
  height: 30px;
}

.modal-content .demo-request-modal {
  height: 550px;
}

.modal-content .demo-request-modal .triangle {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid white;
  position: absolute;
  top: 100px;
  left: 0px;
}

.modal-content .demo-request-modal div.left-content {
  width: 50%;
  height: inherit;
  display: inline-block;
  float: left;
  text-align: left;
  padding: 50px;
}

.modal-content .demo-request-modal div.left-content h1 {
  text-align: left;
  color: #404041;
  font-family: "Fira Sans";
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0;
}

.modal-content .demo-request-modal div.left-content p {
  color: #A4A4A4;
  font-family: "Fira Sans";
  font-size: 17px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 0;
  margin-right: 30px;
  margin-top: 20px;
}

.modal-content .demo-request-modal div.left-content p.standout-text {
  color: #30C778;
  margin-top: 0px;
}

.modal-content .demo-request-modal div.left-content img {
  width: 80%;
  margin-left: 10%;
  margin-top: 10%;
}

.modal-content .demo-request-modal div.right-content {
  width: 50%;
  height: inherit;
  display: inline-block;
  float: right;
  background-color: #34CE8B;
  padding: 40px;
  border-radius: 0 5px 5px 0;
}

.modal-content .demo-request-modal div.right-content h3 {
  color: white;
  font-family: Fira Sans, sans-serif;
  text-transform: none;
  font-size: 24px;
  text-align: left;
  width: 85%;
  margin: auto;
  margin-bottom: 30px;
}

.modal-content .demo-request-modal div.right-content input,
.modal-content .demo-request-modal div.right-content select {
  background-color: white;
}

.modal-content .demo-request-modal div.right-content select.company-size {
  margin-bottom: 0px;
  height: 40px;
  width: 85%;
}

.modal-content .demo-request-modal div.right-content option {
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.modal-content .demo-request-modal div.right-content button {
  width: 85%;
  height: 55px;
  margin: auto;
  font-size: 20px;
  font-family: Fira Sans,sans-serif;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #34CE8B;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  opacity: 1;
  transition: all .2s ease-in-out;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.modal-content .demo-request-modal div.right-content button:hover {
  background-color: #ffffff;
  color: #34CE8B;
  font-size: 22px;
  opacity: 1;
  height: 65px;
  width: 86%;
  z-index: 2;
}

@media only screen and (max-width: 1150px) {
  .modal-content .demo-request-modal div.left-content p {
    font-size: 15px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 975px) {
  .modal-content .demo-request-modal .triangle {
    display: none;
  }

  .modal-content .demo-request-modal div.left-content {
    display: none;
  }

  .modal-content .demo-request-modal div.right-content {
    width: 100%;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 500px) {
  .modal-content .demo-request-modal div.right-content button {
    font-size: 17px;
  }
}

body {
  overflow-x: hidden;
}

/* NAV */

.landing-nav {
  height: 70px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 5;
}

.scrolling-nav {
  height: 70px;
  position: fixed;
  top: -100px;
  display: none;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 9px 0 rgba(105, 105, 105, 0.5);
  z-index: 5;
}

.scrolling-nav.persistant {
  top: 0;
  display: block;
}

.logo-wrapper {
  display: inline;
  float: left;
  height: 70px;
}

.right-side-nav {
  float: right;
  vertical-align: middle;
  margin-right: 20px;
  height: 70px;
}

.right-side-nav .links {
  opacity: 0.75;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 70px;
  vertical-align: middle;
  padding-right: 45px;
}

.right-side-nav .links:hover {
  opacity: 1;
}

.right-side-nav .faq-links {
  color: #515152;
}

.right-side-nav .faq-links-white {
  color: #ffffff;
}

.left-side-nav {
  float: left;
  height: 70px;
}

.left-side-nav a {
  opacity: 0.75;
  color: #A0A0A1;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 70px;
  padding-left: 30px;
}

.left-side-nav a:hover {
  opacity: 1;
}

.home-logo {
  height: 27px;
  margin-top: 21.5px;
  margin-left: 30px;
}

.nav-links {
  display: inline;
  height: 70px;
}

div.this {
  margin: auto;
  margin-top: 300px;
  width: 100px;
  height: 100px;
  background-color: blue;
}

.login-button {
  height: 35px;
  width: 130px;
  margin-top: 17.5px;
  margin-right: 10px;
  border: 1px solid #A0A0A1;
  border-radius: 5px;
  display: inline-block;
}

.login-button p {
  color: #A0A0A1;
  font-family: "Fira Sans";
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.get-started-button {
  height: 35px;
  width: 130px;
  margin-top: 17.5px;
  border: 1px solid #34CE8B;
  border-radius: 5px;
  background-color: #34CE8B;
  display: inline-block;
  cursor: pointer;
}

.get-started-button p {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.mobile-nav-top {
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.mobile-hamburger,
.mobile-logo {
  display: none;
}

.mobile-menu {
  display: none;
}

@media only screen and (max-width: 974px) {
  #landing-nav,
  #scrolling-nav,
  #blog-nav {
    display: none !important;
  }

  .mobile-hamburger,
  .mobile-logo {
    display: inline-block;
    position: absolute;
    top: 20px;
    z-index: 5;
    height: 27px;
  }

  .mobile-hamburger {
    right: 27px;
  }

  .mobile-logo {
    left: 27px;
  }

  .mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100vh;
    background-image: url("/assets/landing-page-assets/mobile-background.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .mobile-menu .logo {
    position: absolute;
    top: 30px;
    left: 30px;
  }

  .mobile-menu .close-icon {
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .mobile-menu ul {
    list-style: none;
    position: absolute;
    top: 100px;
    left: 30px;
    padding-left: 0;
  }

  .mobile-menu li {
    color: #ffffff;
    font-family: "Fira Sans", sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }

  .mobile-menu .log-in {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
  }

  .mobile-menu .request-demo {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
  }

  .mobile-menu .request-demo p {
    color: #34CE8B;
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
  }
}

/* HERO */

.hero {
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 85vh;
  position: absolute;
  top: 0;
}

.hero h1 {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  margin: 25vh 40px 30px 40px;
}

.hero h2 {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 50px;
  font-weight: 300;
  line-height: 1.6;
}

.hero form {
  text-align: center;
}

.hero input[type="text"] {
  height: 55px;
  width: 325px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px 0 rgba(113, 113, 113, 0.5);
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin: 10px;
}

.hero input[type="email"] {
  height: 55px;
  width: 325px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px 0 rgba(113, 113, 113, 0.5);
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin: 10px;
}

.hero input[type="email"]::-webkit-input-placeholder {
  text-align: left;
}

.hero input[type="email"]::-moz-placeholder {
  text-align: left;
}

.hero input[type="email"]:-ms-input-placeholder {
  text-align: left;
}

.hero input[type="email"]::-ms-input-placeholder {
  text-align: left;
}

.hero input[type="email"]::placeholder {
  text-align: left;
}

#fieldEmail::-webkit-input-placeholder {
  text-align: left;
}

#fieldEmail::-moz-placeholder {
  text-align: left;
}

#fieldEmail:-ms-input-placeholder {
  text-align: left;
}

#fieldEmail::-ms-input-placeholder {
  text-align: left;
}

#fieldEmail::placeholder {
  text-align: left;
}

#request-demo input[type="text"] {
  height: 40px;
  width: 85%;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #D5D5D5;
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

div.button-container {
  width: 100%;
  text-align: center;
}

#ctct_form_1 {
  width: 80%;
  margin: auto;
  font-family: "Fira Sans", sans-serif;
}

#ctct_form_1,
#ctct_form_1 h2 {
  text-align: left;
}

#ctct_form_1 h2 {
  padding-bottom: 15px;
}

.ctct-form-footer {
  display: none;
}

#newsletter-link {
  cursor: pointer;
}

#faq-link {
  text-decoration: none;
  cursor: pointer;
}

#newsletter-link:hover {
  opacity: 0.8;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  padding-left: 10px;
}

button#request-a-demo {
  height: 55px;
  width: 208px;
  border-radius: 7px;
  background-color: #34CE8B;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  border: none;
  margin: auto;
}

.hero input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  opacity: 0.6;
}

.hero input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  opacity: 0.6;
}

.hero input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  opacity: 0.6;
}

.hero input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  opacity: 0.6;
}

.hero .nav-down {
  text-align: center;
  position: absolute;
  bottom: 60px;
  width: 100%;
}

h2.confirm {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h2.confirm-wider {
  max-width: 700px;
}

@media only screen and (max-width: 800px) {
  .hero h1 {
    margin-top: 0;
    padding-top: 200px;
  }
}

@media only screen and (max-width: 650px) {
  .video-container {
    display: none;
  }

  .hero {
    background-image: url("/assets/landing-page-assets/mobile-demo-photo.jpg");
    background-size: 100%;
    position: relative;
  }

  .hero h1 {
    padding-top: 100px;
    font-size: 42px;
    line-height: 50px;
  }

  .hero h2 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 35px;
  }

  .hero input[type="text"] {
    height: 45px;
    font-size: 16px;
  }

  .hero input[type="submit"] {
    height: 45px;
    width: 200px;
    font-size: 16px;
  }

  .hero input[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
  }

  .hero input[type="text"]::-moz-placeholder {
    font-size: 16px;
  }

  .hero input[type="text"]:-ms-input-placeholder {
    font-size: 16px;
  }

  .hero input[type="text"]:-moz-placeholder {
    font-size: 16px;
  }

  video {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .hero {
    background-size: cover;
    height: 520px;
  }

  .hero .nav-down {
    display: none;
  }

  .hero input[type="text"] {
    width: 250px;
  }

  video {
    display: none;
  }
}

@media only screen and (max-height: 700px) {
  .hero .nav-down {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  #request-demo input[type="text"] {
    width: 220px;
  }

  #request-demo .kind-of-app {
    font-size: 13px;
  }

  #request-demo .company-size {
    width: 220px;
  }
}

.floating {
  cursor: pointer;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(12%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(12%);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}

/* INTRO */

.intro {
  position: relative;
  overflow: hidden;
  background-color: white;
  height: 700px;
}

.intro .items {
  width: 1300px;
  padding: 80px 80px 80px 80px;
  margin: 30px auto;
}

.item {
  padding-bottom: 10px;
}

.intro .item,
.intro .item img,
.intro .item h1,
.intro .item p {
  cursor: pointer;
}

.intro .item img {
  vertical-align: top;
  opacity: 0.8;
  padding: 30px 30px 0 0;
}

#item-demo-1 {
  opacity: 0;
  margin-left: -10px;
}

#item-demo-2 {
  opacity: 0;
  margin-left: -10px;
}

#item-demo-3 {
  opacity: 0;
  margin-left: -10px;
}

.fadein {
  -webkit-animation: 1s ease 0s normal forwards 1 fadein;
  animation: 1s ease 0s normal forwards 1 fadein;
}

.fadeinright {
  -webkit-animation: 1s ease 0s normal forwards 1 fadeinright;
  animation: 1s ease 0s normal forwards 1 fadeinright;
}

@keyframes fadein {
  0% {
    opacity: 0;
    margin-left: -10px;
  }

  50% {
    opacity: .5;
    margin-left: -5px;
  }

  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    margin-left: -10px;
  }

  50% {
    opacity: .5;
    margin-left: -5px;
  }

  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@keyframes fadeinright {
  0% {
    opacity: 0;
    margin-right: -22%;
  }

  50% {
    opacity: .5;
    margin-right: -21%;
  }

  100% {
    opacity: 1;
    margin-right: -20%;
  }
}

@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    margin-right: -22%;
  }

  50% {
    opacity: .5;
    margin-right: -21%;
  }

  100% {
    opacity: 1;
    margin-right: -20%;
  }
}

.intro .item .grey {
  display: inline-block;
}

.intro .item .green {
  display: none;
}

.intro .item .text-block {
  display: inline-block;
}

.intro .item h1 {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  text-align: left;
  margin: 0 0 10px 0;
}

.intro .item p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  width: 375px;
}

.intro .item:hover img,
.intro .item:hover h1,
.intro .item:hover p {
  opacity: 1;
}

.intro .active .green {
  display: inline-block;
}

.intro .active .grey {
  display: none;
}

.intro .active h1,
.intro .active:hover h1 {
  color: #34CE8B;
  opacity: 1;
}

.intro .active p,
.intro .active:hover p {
  color: #515152;
  opacity: 1;
}

.intro .app-demo {
  opacity: 0.0;
  width: 75%;
  float: right;
  margin-right: -20%;
  margin-top: -5%;
}

.intro #app-demo-2,
.intro #app-demo-3 {
  float: right;
  display: none;
}

#section-2-get-started {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #34CE8B;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  margin: 0 0 30px 74px;
}

#section-2-get-started:hover {
  background-color: #5dd8a2;
  color: #ffffff;
}

#section-2-get-started:focus {
  outline: none;
}

#section-2-get-started:active {
  background-color: #28a770;
}

.intro .item .image-block {
  display: inline-block;
  vertical-align: top;
}

.intro .item {
  margin-bottom: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 1300px) {
  .intro .app-demo {
    width: 70%;
    margin-right: -20%;
  }

@keyframes fadeinright {
    0% {
      opacity: 0;
      margin-right: -22%;
    }

    50% {
      opacity: .5;
      margin-right: -21%;
    }

    100% {
      opacity: 1;
      margin-right: -20%;
    }
}

@-webkit-keyframes fadeinright {
    0% {
      opacity: 0;
      margin-right: -22%;
    }

    50% {
      opacity: .5;
      margin-right: -21%;
    }

    100% {
      opacity: 1;
      margin-right: -20%;
    }
}
}

@media only screen and (max-width: 1200px) {
  .intro .app-demo {
    width: 60%;
    margin-right: -10%;
  }

@keyframes fadeinright {
    0% {
      opacity: 0;
      margin-right: -12%;
    }

    50% {
      opacity: .5;
      margin-right: -11%;
    }

    100% {
      opacity: 1;
      margin-right: -10%;
    }
}

@-webkit-keyframes fadeinright {
    0% {
      opacity: 0;
      margin-right: -12%;
    }

    50% {
      opacity: .5;
      margin-right: -11%;
    }

    100% {
      opacity: 1;
      margin-right: -10%;
    }
}

  .intro .items {
    padding: 30px 30px 40px 30px;
    margin: 90px auto 0px auto;
  }
}

@media only screen and (max-width: 950px) {
  .intro .item h1 {
    text-align: center;
    margin: 0 0 10px 0;
  }

  .intro .app-demo-container {
    display: none;
  }

@keyframes fadeinright {
    0% {
      opacity: 0;
      margin-right: -2%;
    }

    50% {
      opacity: .5;
      margin-right: -1%;
    }

    100% {
      opacity: 1;
      margin-right: 0%;
    }
}

@-webkit-keyframes fadeinright {
    0% {
      opacity: 0;
      margin-right: -2%;
    }

    50% {
      opacity: .5;
      margin-right: -1%;
    }

    100% {
      opacity: 1;
      margin-right: 0%;
    }
}

  .intro .items {
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 30px;
    width: 100%;
  }

  .intro .items .item {
    text-align: center;
  }

  .intro .items .item .image-block img {
    padding: 10px;
  }

  .intro .items .item .text-block {
    width: 100%;
  }

  .intro .items .item .text-block p {
    text-align: center;
    margin: auto;
  }

  .intro .items a #section-2-get-started {
    margin: 20px 0;
  }

  .intro .items button {
    margin: 20px auto 20px auto;
  }

  .intro {
    height: inherit;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .intro .app-demo {
    display: none;
  }

  .intro .items {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }

  .intro .item p {
    width: 100%;
  }

  .intro .item .image-block {
    width: 100%;
    text-align: center;
  }

  .intro .item .text-block {
    display: block;
    text-align: center;
  }

  .intro .item img {
    padding: 10px;
    display: block;
  }

  .intro .items button {
    margin-bottom: 0;
    margin: auto;
  }

  .intro .item h1 {
    color: #34CE8B;
    text-align: center;
  }

  .intro .item .grey {
    display: none;
  }

  .intro .item .green {
    display: inline-block;
  }

  .intro .app-demo-container {
    display: none;
  }

  #section-2-get-started {
    margin: 0;
  }
}

/* ADVANTAGES */

.advantages {
  position: relative;
}

.advantages .crossed-lines {
  width: 100%;
  height: 740px;
  position: absolute;
  z-index: 0;
  background-image: url("/assets/landing-page-assets/crossed-lines.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.advantages .crossed-lines-mobile {
  display: none;
}

.advantages .navy-background {
  background-color: #2C4350;
  height: 645px;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 70px;
}

.advantages .content {
  text-align: center;
  width: 100%;
  padding: 70px 0 100px 0;
}

.advantages .content .features {
  max-width: 1300px;
  margin: auto;
}

.advantages .content .feature {
  display: inline-block;
  margin: 30px 40px;
  z-index: 2;
  width: 350px;
  height: 150px;
}

.advantages .content .feature-absolute {
  position: absolute;
  background-color: #2C4350;
  width: 350px;
  height: 184px;
  border: 1px solid #D5D5D5;
}

.advantages .content .feature-absolute:after,
.advantages .content .feature-absolute:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.advantages .content .feature-absolute:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #2C4350;
  border-width: 16px;
  margin-left: -16px;
}

.advantages .content .feature-absolute:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #D5D5D5;
  border-width: 18px;
  margin-left: -18px;
}

.advantages .content img {
  margin-top: 20px;
}

.advantages .content .title-absolute {
  height: 20px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  display: inline-block;
}

.advantages .content h1 {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.advantages .content h2 {
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
}

.advantages .content p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 300;
}

.row1 {
  opacity: .0;
}

.row2 {
  opacity: .0;
}

.title-absolute {
  margin-top: 20px;
  opacity: .0;
}

.fadeintop {
  -webkit-animation: 1s ease 0s normal forwards 1 fadeintop;
  animation: 1s ease 0s normal forwards 1 fadeintop;
}

@keyframes fadeintop {
  0% {
    opacity: 0;
    margin-top: -20px;
  }

  50% {
    opacity: .5;
    margin-top: 0px;
  }

  100% {
    opacity: 1;
    margin-top: 20px;
  }
}

@-webkit-keyframes fadeintop {
  0% {
    opacity: 0;
    margin-top: -20px;
  }

  50% {
    opacity: .5;
    margin-top: 0px;
  }

  100% {
    opacity: 1;
    margin-top: 20px;
  }
}

.fadeintexttop {
  -webkit-animation: 1s ease 0s normal forwards 1 fadeintexttop;
  animation: 1s ease 0s normal forwards 1 fadeintexttop;
}

@keyframes fadeintexttop {
  0% {
    opacity: 0;
    margin-top: 20px;
  }

  50% {
    opacity: .5;
    margin-top: 30px;
  }

  100% {
    opacity: 1;
    margin-top: 40px;
  }
}

@-webkit-keyframes fadeintexttop {
  0% {
    opacity: 0;
    margin-top: 20px;
  }

  50% {
    opacity: .5;
    margin-top: 30px;
  }

  100% {
    opacity: 1;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 1300px) {
  .advantages .crossed-lines {
    height: 700px;
  }

  .advantages .navy-background {
    height: 650px;
  }

  .advantages .content .feature {
    width: 300px;
    height: 150px;
  }

  .advantages .content .feature-absolute {
    width: 300px;
    /*padding: 0px 10px;*/
  }

  .advantages .content p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1060px) {
  .advantages .content .feature {
    margin: 10px;
  }

  .advantages .content .title-absolute {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 970px) {
  .advantages .navy-background {
    height: 680px;
  }

  .advantages .crossed-lines {
    height: 800px;
  }
}

@media only screen and (max-width: 864px) {
  .advantages .content .feature {
    margin: 20px 40px;
    width: 350px;
    height: 150px;
  }

  .advantages .content .feature-absolute {
    width: 350px;
    padding: 0 5px;
  }

  .advantages .content p {
    font-size: 16px;
    line-height: 26px;
  }

  .advantages .navy-background {
    height: 1360px;
  }

  .advantages .crossed-lines {
    display: none;
  }

  .advantages .crossed-lines-mobile {
    display: initial;
    width: 100%;
    height: 1500px;
    position: absolute;
    z-index: 0;
    background-image: url("/assets/landing-page-assets/vector-mobile.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 450px) {
  .advantages .content .feature {
    margin: 10px;
    width: 300px;
    height: 150px;
  }

  .advantages .content .feature-absolute {
    width: 300px;
    padding: 0px 10px;
  }

  .advantages .content p {
    font-size: 14px;
    line-height: 20px;
  }

  .advantages .navy-background {
    height: 1200px;
  }

  .advantages .crossed-lines-mobile {
    height: 1400px;
  }
}

/* CLIENTS */

.clients {
  text-align: center;
  max-width: 1300px;
  margin: 50px auto 70px auto;
}

.clients h1 {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 40px 20px 30px 20px;
}

.clients .client-box {
  height: 475px;
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 4px 9px 0 rgba(190, 190, 190, 0.5);
  margin: 20px 40px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.clients .client-box:hover {
  box-shadow: 0 1px 20px 0 rgba(190, 190, 190, 0.6);
}

#client-box-1 {
  margin-left: 20px;
  opacity: .0;
}

#client-box-2 {
  margin-top: 0px;
  opacity: .0;
}

#client-box-3 {
  margin-right: 20px;
  opacity: .0;
}

.client-box-1-animation {
  -webkit-animation: 1s ease 0s normal forwards 1 clientboxoneanimation;
  animation: 1s ease 0s normal forwards 1 clientboxoneanimation;
}

@keyframes clientboxoneanimation {
  0% {
    opacity: 0;
    margin-top: 0px;
  }

  50% {
    opacity: .5;
    margin-top: 20px;
  }

  100% {
    opacity: 1;
    margin-top: 40px;
  }
}

@-webkit-keyframes clientboxoneanimation {
  0% {
    opacity: 0;
    margin-top: 0px;
  }

  50% {
    opacity: .5;
    margin-top: 20px;
  }

  100% {
    opacity: 1;
    margin-top: 40px;
  }
}

.client-box-2-animation {
  -webkit-animation: 1s ease 0s normal forwards 1 clientboxtwoanimation;
  animation: 1s ease 0s normal forwards 1 clientboxtwoanimation;
}

@keyframes clientboxtwoanimation {
  0% {
    opacity: 0;
    margin-top: 0px;
  }

  50% {
    opacity: .5;
    margin-top: 20px;
  }

  100% {
    opacity: 1;
    margin-top: 40px;
  }
}

@-webkit-keyframes clientboxtwoanimation {
  0% {
    opacity: 0;
    margin-top: 0px;
  }

  50% {
    opacity: .5;
    margin-top: 20px;
  }

  100% {
    opacity: 1;
    margin-top: 40px;
  }
}

.client-box-3-animation {
  -webkit-animation: 1s ease 0s normal forwards 1 clientboxthreeanimation;
  animation: 1s ease 0s normal forwards 1 clientboxthreeanimation;
}

@keyframes clientboxthreeanimation {
  0% {
    opacity: 0;
    margin-top: 0px;
  }

  50% {
    opacity: .5;
    margin-top: 20px;
  }

  100% {
    opacity: 1;
    margin-top: 40px;
  }
}

@-webkit-keyframes clientboxthreeanimation {
  0% {
    opacity: 0;
    margin-top: 0px;
  }

  50% {
    opacity: .5;
    margin-top: 20px;
  }

  100% {
    opacity: 1;
    margin-top: 40px;
  }
}

.clients .client-box .line {
  border-top: 1px solid #D5D5D5;
  height: 3px;
  width: 314px;
  margin: 15px auto;
}

.clients .client-box .photo {
  width: 100%;
}

.clients .client-box .logo {
  height: 60px;
  margin-top: 10px;
  vertical-align: bottom;
  display: table-cell;
  width: 350px;
}

.clients .client-box .logo img {
  vertical-align: bottom;
  margin: auto;
}

.clients .client-box p {
  color: #A0A0A1;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 300;
  padding: 10px;
  height: 60px;
}

.clients .client-box button {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #34CE8B;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
}

.clients .client-box button:hover {
  background-color: #5dd8a2;
  color: #ffffff;
}

.clients .client-box button:focus {
  outline: none;
}

.clients .client-box button:active {
  background-color: #28a770;
}

.modal-dialog {
  margin: auto;
}

.story-modal .modal-header {
  border-bottom: none;
}

.story-modal .modal-header .modal-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  margin: auto;
  font-size: 22px;
  color: #515152;
  text-transform: uppercase;
}

.story-modal .modal-footer {
  border-top: none;
}

.story-modal .modal-body {
  padding: 0 30px 0 30px;
}

.story-modal .modal-body .image-container {
  text-align: center;
  margin: 0 auto 20px auto;
}

.story-modal .modal-body .image-container img {
  width: 100%;
}

.story-modal p,
.story-modal li {
  font-family: "Roboto", sans-serif;
  color: #A0A0A1;
}

.story-modal h4 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #515152;
  text-transform: uppercase;
}

.story-modal button {
  position: relative;
  top: -15px;
}

@media only screen and (max-width: 1300px) {
  .clients .client-box {
    margin: 20px 10px;
  }
}

@media only screen and (max-width: 1150px) {
  #header-video {
    min-height: 85vh;
    height: 85vh;
  }
}

@media only screen and (max-width: 1120px) {
  .clients .client-box {
    margin: 20px 5px;
  }

  .clients .client-box {
    height: 430px;
    width: 300px;
  }

  .clients .client-box .logo {
    width: 300px;
  }

  .clients .client-box .line {
    width: 250px;
  }

  .clients .client-box p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 940px) {
  .clients h2 {
    margin: 40px 20px 30px 20px;
  }

  .clients .client-box {
    display: block;
    margin: 20px auto;
    height: 470px;
    width: 320px;
  }

  .clients .client-box .logo {
    width: 350px;
  }

  .clients .client-box .line {
    width: 314px;
  }

  .clients .client-box p {
    font-size: 14px;
    line-height: 20px;
  }

  .clients .client-box button {
    margin-top: 10px;
  }

  #client-box-1,
  #client-box-2,
  #client-box-3 {
    margin-right: auto;
    margin-left: auto;
  }
}

/* POWERED BY */

.powered-by h1 {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
}

.powered-by p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  max-width: 575px;
  margin: auto;
  text-align: center;
}

.powered-by p span {
  color: #34CE8B;
  font-weight: 400;
}

.powered-by .powerful {
  margin: auto;
  text-align: center;
}

.powered-by .powerful img {
  margin: 30px 40px;
}

@media only screen and (max-width: 1000px) {
  .powered-by .powerful {
    margin: 15px 0;
  }

  .powered-by .powerful img {
    margin: 15px;
  }
}

@media only screen and (max-width: 723px) {
  .powered-by .powerful img {
    margin: 15px 30px;
  }

  .powered-by {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 555px) {
  .powered-by .powerful img {
    margin: 15px;
  }
}

/* FOOTER */

.footer-line {
  width: 100%;
  border-top: 1px solid #D5D5D5;
  margin-top: 75px;
}

.footer {
  padding: 75px 150px;
  background-color: white;
}

.footer img {
  height: 23px;
  margin-bottom: 25px;
}

.footer h4 {
  color: #A0A0A1;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer p {
  color: rgba(160, 160, 161, 0.68);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.footer a {
  color: rgba(160, 160, 161, 0.68);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.footer a p:hover {
  opacity: 0.7;
}

.site-map {
  text-align: right;
}

.map-2,
.map-3 {
  margin-left: 140px;
}

.footer .map {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#newsletter {
  text-align: center;
}

#demo-request {
  text-align: center;
}

#demo-request .modal-content {
  margin-top: 0;
}

#demo-request-link {
  display: none;
}

#request-success {
  text-align: center;
  width: 100%;
  margin: auto;
}

#small-modal-container {
  width: 385px;
}

#request-success img {
  padding-top: 27px;
}

#request-success p.top-line {
  padding-top: 20px;
  color: #34CE8B;
  font-family: "Fira Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 5px;
}

#request-success p.bottom-line {
  width: 270px;
  line-height: 30px;
  margin: auto;
  color: #A0A0A1;
  font-family: "Fira Sans";
  font-size: 16px;
  padding-bottom: 10px;
}

#request-success div.close-button {
  width: 100%;
  height: 80px;
  background-color: #34CE8B;
  margin-top: 10px;
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
}

#request-success div.modal-body {
  padding: 0px;
}

.close-button-text {
  color: white;
  line-height: 80px;
  vertical-align: middle;
}

#newsletter input[type=email],
#demo-request input[type=email] {
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  height: 50px;
  width: 350px;
}

@media screen and (max-width: 600px) {
  #demo-request input[type=email] {
    width: 270px;
  }
}

#newsletter button {
  height: 38px;
  width: 170px;
  border-radius: 5px;
  background-color: #34CE8B;
  border: none;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .map-2,
  .map-3 {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 1000px) {
  .footer {
    padding: 75px 50px;
  }

  .footer p {
    font-size: 14px;
  }

  .map-2,
  .map-3 {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 10px;
  }

  .footer p {
    font-size: 16px;
  }

  .footer p,
  .footer,
  .site-map,
  .footer .map {
    text-align: center;
  }

  .map-1,
  .map-2,
  .map-3 {
    margin: 5px;
    width: 130px;
  }

  .site-map {
    margin-bottom: 50px;
  }

  #newsletter input[type=email] {
    width: initial;
  }
}

@media only screen and (max-width: 480px) {
  .footer p {
    font-size: 14px;
  }

  .footer {
    padding: 20px 0px;
  }

  .map-1,
  .map-2,
  .map-3 {
    margin-top: 30px;
    width: 115px;
  }

  .item {
    max-width: 500px;
  }
}

/* ANIMATIONS */

.slideDownFade {
  animation-name: slideDownFade;
  -webkit-animation-name: slideDownFade;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDownFade {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes slideDownFade {
  0% {
    -webkit-transform: translateY(-10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}

/******************/

/******************/

/*    HOME PAGE   */

/******************/

/******************/

/* GENERAL */

.about-page {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 1;
}

/* ABOUT HERO */

.about-page #top-hero #hero-text-area {
  max-width: 953px;
  margin: auto;
  vertical-align: middle;
}

.about-page #top-hero #hero-text-area #hero-text {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 700px) {
  .about-page #top-hero {
    background-position: 38% 50%;
  }

  .about-page #top-hero #hero-text-area {
    width: 100%;
  }

  .about-page #top-hero #hero-text-area #hero-text {
    color: #ffffff;
    font-family: "Fira Sans", sans-serif;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    text-shadow: 0 4px 22px 0 rgba(112, 112, 112, 0.5);
  }
}

@media screen and (max-width: 450px) {
  .about-page #top-hero {
    background-position: 38% 50%;
    height: 520px;
  }

  .about-page #top-hero #hero-text-area {
    width: 100%;
  }

  .about-page #top-hero #hero-text-area #hero-text {
    color: #ffffff;
    font-family: "Fira Sans", sans-serif;
    font-size: 34px;
    line-height: 49px;
    text-align: center;
    text-shadow: 0 4px 22px 0 rgba(112, 112, 112, 0.5);
  }

  .map-3 {
    width: 300px;
  }
}

/* VALUES */

#values-section {
  height: auto;
  background-color: #ffffff;
}

#values-section #values-top {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  height: 60px;
  width: 170px;
  margin: 0 auto;
  line-height: 60px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0 -2px 4px 0 rgba(226, 226, 226, 0.5);
  top: 2px;
}

#values-section #values-bottom {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  box-shadow: 0 -2px 50px 0 rgba(211, 211, 211, 0.5);
}

#values-section #values-bottom .values-item {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  display: inline-block;
  padding: 20px;
  cursor: pointer;
}

div.values-item.product {
  text-align: center;
  font-family: "Roboto";
  text-transform: none !important;
  color: #D5D5D5;
  line-height: 28px !important;
  font-weight: 400 !important;
}

div.values-item.product img {
  height: 40px;
  padding-bottom: 10px;
}

div.values-item.product p {
  font-weight: 400;
  color: #d5d5d5;
}

div.values-item.product p:hover {
  color: #a0a0a1;
}

div.values-item.product.active-value p {
  color: #515152;
}

.values-carousel-item img {
  max-height: 580px;
  margin-top: 90px;
}

#values-section #values-bottom .values-item:hover {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #1de2e2;
}

#values-section #values-bottom .active-value {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #1de2e2;
}

#values-section #values-bottom #bottom-carrot {
  position: absolute;
  bottom: -25px;
  width: 50px;
  transition: 0.4s ease;
  z-index: 1;
}

#values-carousel-wrapper {
  background-color: #ffffff;
}

#values-carousel-wrapper #values-carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(55, 194, 195, 0.1);
  height: 400px;
}

#values-carousel-wrapper #values-carousel .carousel-quote {
  position: absolute;
  color: white;
  height: 100px;
}

#values-carousel-wrapper #values-carousel #left-quote {
  left: 10%;
  top: 40px;
}

#values-carousel-wrapper #values-carousel #right-quote {
  right: 10%;
  bottom: 60px;
}

#values-carousel-wrapper #values-carousel .values-carousel-item {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 30%;
}

@media screen and (max-width: 1200px) {
  #values-carousel-wrapper #values-carousel .values-carousel-item {
    margin: 0 20%;
  }

  #values-carousel-wrapper #values-carousel #left-quote {
    left: 4%;
    width: 100px;
  }

  #values-carousel-wrapper #values-carousel #right-quote {
    right: 4%;
    width: 100px;
  }
}

@media screen and (max-width: 900px) {
  #values-section {
    display: none;
  }

  #values-carousel-wrapper #values-carousel {
    display: none;
  }
}

/* BUILD SOMETHING */

#build-something {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -5;
  height: 400px;
  width: 100%;
  padding: 0 0 0 0;
  background-color: #F44059;
}

#build-something #bottom-ask {
  text-align: center;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Fira Sans", sans-serif;
  font-size: 24px;
  line-height: 20px;
  margin: 100px 0 30px 0;
}

#build-something #build-btn {
  height: 77px;
  width: 600px;
  margin: 20px auto;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background-color: #F44059;
  text-align: center;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 77px;
}

.footer-spacer {
  height: 400px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  #build-something {
    display: none;
    width: 0px;
  }

  .footer-spacer {
    height: 0px;
    width: 0px;
  }
}

div.footer {
  margin-bottom: 0px;
}

@media only screen and (max-width: 640px) {
  .landing-page-hero-action {
    padding: 0;
    width: 100%;
  }

  .landing-page-hero-action .landing-callout-item {
    font-size: 16px;
  }

  .landing-page-hero-action .landing-req-demo-item p.make-text-vertical-align {
    font-size: 16px;
    cursor: pointer;
  }

  .advantages .lines-overlay {
    height: 100%;
    top: 0;
    background-image: url("/assets/landing-page-assets/crossed-lines-vertical.png");
    background-size: cover;
  }
}

@media only screen and (max-width: 480px) {
  .footer p {
    font-size: 14px;
  }

  .footer {
    padding: 20px 0px;
  }

  .map-1,
  .map-2,
  .map-3 {
    margin-top: 30px;
    width: 115px;
  }

  .advantages .feature-container .feature-absolute h2 {
    font-size: 20px;
  }

  .advantages .feature-container .feature-absolute p {
    line-height: 20px;
  }
}

p {
  cursor: default;
}

.hori-logo {
  max-width: 150px;
  max-height: 60px;
}

img.curriculum-courses-page.iphone-skin {
  margin-top: 0;
}

#update_app_design_changes {
  border-radius: 5px;
  height: 35px;
  width: 140px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 9px 9px 9px 10px;
}

#editor_changes_count {
  background-color: #f15c75;
  position: relative;
  top: -6px;
  right: 20px;
  height: 20px;
  width: 30px;
  border-radius: 1rem;
}

#record-button {
  width: 75px;
  height: 75px;
}

.vlt_login_buttons {
  position: absolute;
  bottom: 10px;
}

#submit-page-video-title-label {
  width: 307px;
  background-color: #ffffff;
  height: 33px;
  margin-top: -24px;
  padding: 11px;
  text-align: left;
}

#vlt_splash_content {
  margin-top: 30px;
}

.editor-preview #splash_logo_preview {
  max-height: 315px;
  max-width: 315px;
  margin: 0 auto 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vlt_login_buttons {
  position: absolute;
  bottom: 10px;
}

.vlt-editor,
.mm-editor-controls {
  position: fixed !important;
}

.vlt-login {
  margin: 60px 0 20px 0;
}

.vlt-login-header {
  margin-top: 10px;
}

.vlt_tab_buttons {
  text-align: center;
}

.vlt_tab_buttons .vlt_tab {
  border: 1px solid #D5D5D5;
  width: 33%;
  border-radius: 0;
  box-shadow: inset 0 1px 1px 0 rgba(158, 158, 158, 0.5);
  font-family: Roboto,sans-serif;
  font-weight: 300;
  font-size: 14px;
  height: 40px;
  padding: 5px 10px;
  text-align: center;
}

.vlt_tab_buttons .vlt_tab:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
}

.vlt_tab_buttons .vlt_tab:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
}

.vlt_tab_buttons .vlt_tab_active {
  background-color: #34CE8B;
  color: #fff;
  padding: 5px 10px;
  border: none;
}

#app-preview {
  outline: solid 1px #d7d7d7;
  margin: 0 auto;
}

.editor-preview {
  width: 379px;
  height: 670px;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 0.4px;
}

#wiki-preview .editor-preview {
  position: absolute;
  margin-top: 48px;
  margin-left: 11px;
  height: 485px;
  width: 282px;
  overflow: hidden;
  overflow: -moz-scrollbars-none;
}

#wiki-preview .editor-preview .preview-content {
  overflow-y: auto;
  width: 283px;
  z-index: 5;
}

#wiki-preview .editor-preview .preview-content::-webkit-scrollbar {
  display: none;
}

.front {
  z-index: 11111;
}

.placeholder-logo {
  padding-top: 100px;
}

.login-subheader {
  padding: 20px 0 0 0;
  margin-bottom: 0;
  height: 21px;
  opacity: 0.66;
  font-family: DINPro;
  color: #515152;
  font-size: 18px;
  line-height: 21px;
}

.curr-login-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.curr-login {
  margin-top: 20px !important;
}

.preview-button {
  display: inline-block;
  margin: 0px 22.5px 15px 22.5px;
  height: 52px;
  width: 330px;
  border-radius: 5px;
}

.preview-button p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 52px;
  vertical-align: middle;
}

.blue-button {
  background-color: #15BDC1;
}

.green-button {
  background-color: #34CE8B;
}

.prompt {
  text-align: left;
  margin-left: 36.5px;
  color: #515152;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  padding-top: 17px;
  margin-bottom: 8px;
}

.text-input {
  height: 35px;
  width: 300px;
  border: 1px solid #979797;
  border-radius: 5px;
  margin: auto;
  background-color: white;
}

.text-input .filler {
  text-align: left;
  opacity: 0.44;
  color: #515152;
  font-family: Roboto;
  font-size: 18px;
  line-height: 21px;
  margin-top: 6px;
  margin-left: 6px;
}

.search-input .filler {
  margin-top: 0px;
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
  color: #A4A4A4;
  opacity: 0.5;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.forgot-username {
  text-align: center;
  opacity: 0.46;
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  margin-top: 19px;
}

.login-inputs {
  margin-top: 30px;
  margin-bottom: 40px;
}

.curr-login {
  margin: 40px auto 50px auto;
}

.gallery-menu .menu-icon {
  position: absolute;
  left: 12px;
  top: 34px;
}

.gallery-menu .take-your-video-icon {
  position: absolute;
  left: 324px;
  top: 34px;
}

.search-input {
  height: 28px;
  width: 290px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  position: absolute;
  /*top: 118px;*/
  left: 25px;
}

.search-input .search-bar-icon {
  margin-left: 5px;
  margin-top: 5px;
}

.filter-icon {
  position: absolute;
  /*top: 123px;*/
  left: 329px;
}

.video-thumbnail-background {
  position: absolute;
  left: 0px;
}

#record-button {
  position: absolute;
  top: 570px;
  left: 150px;
}

.film-preview #close-icon {
  position: absolute;
  top: 38px;
  left: 20px;
  z-index: 1999;
}

div.video-prompt-textbar {
  position: absolute;
  top: 22px;
  height: 65px;
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0.9;
}

div.video-prompt-textbar p {
  opacity: 1;
}

span.video-prompt {
  line-height: 65px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #515152;
}

p.prompt-spacer {
  position: absolute;
  top: 22px;
  width: 100%;
}

#timer {
  color: #FFFFFF;
  font-family: "Fira Sans";
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0px;
  position: absolute;
  top: 585px;
  left: 40px;
}

#choose-video-icon {
  position: absolute;
  top: 580px;
  left: 240px;
}

#switch-camera-icon {
  position: absolute;
  top: 580px;
  left: 305px;
}

.play-preview {
  background-image: url("/assets/preview-assets/adobe-stock-full.jpg");
  z-index: 1;
  height: 667px;
  width: 375px;
}

.white-overlay {
  position: absolute;
  width: 375px;
  height: 667px;
  opacity: 0.55;
  background-color: #F7F7F7;
}

.status-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 379px;
}

#favorite-icon {
  position: absolute;
  top: 35px;
  left: 100px;
}

#info-icon {
  position: absolute;
  top: 35px;
  left: 163px;
}

#flag-icon {
  position: absolute;
  top: 35px;
  left: 222px;
}

#large-play-button {
  position: absolute;
  top: 250px;
  left: 127px;
}

.progress-bar {
  position: absolute;
  opacity: 0.9;
  background-color: #fff;
  height: 65px;
  width: 375px;
  bottom: 0px;
}

#close-icon {
  position: absolute;
  left: 26px;
  top: 620px;
}

#replay-icon {
  position: absolute;
  right: 26px;
  top: 620px;
}

#play-line {
  height: 0px;
  width: 216px;
  border: 2px solid #898989;
  position: absolute;
  top: 630px;
  left: 78px;
}

.play-preview #play-status-line {
  height: 10px;
  width: 144px;
  border-radius: 27px;
  background-color: #15BDC1;
  position: absolute;
  top: 627px;
  left: 78px;
}

.submit-button {
  height: 52px;
  width: 330px;
  border-radius: 5px;
  position: absolute;
  top: 560px;
  left: 24px;
}

.submit-button p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 52px;
  vertical-align: middle;
}

.pre-instructions {
  color: #515152;
  font-family: "Fira Sans";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  width: 300px;
  position: absolute;
  top: 90px;
  left: 38px;
}

.instructions-underline {
  height: 1px;
  width: 308px;
  border-top: 1px solid #D5D5D5;
  position: absolute;
  top: 214px;
  left: 34px;
}

.instructions-box {
  height: 110px;
  width: 308px;
  border: 1px solid #D5D5D5;
  position: absolute;
  top: 261px;
  left: 34px;
}

.video-title,
.video-instructions,
.tag-instructions {
  color: #B8B8B8;
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
}

.tag-instructions {
  left: 35px;
}

.video-title {
  top: 192px;
  margin: 0px;
  left: 35px;
}

.video-instructions {
  top: 270px;
  margin: 0px;
  left: 45px;
}

.tag-instructions {
  top: 395px;
  margin: 0px;
}

.bootstrap-tagsinput .tag {
  color: black;
}

.tag {
  border: 1px solid #D2D2D2;
  opacity: 0.71;
  border-radius: 5px;
  background-color: #F1F1F1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  display: inline-block;
  margin: 5px;
}

.tag p {
  color: #B7B7B7;
  font-family: Roboto;
  font-size: 14px;
  margin-left: 22px;
  margin-right: 22px;
  line-height: 32px;
  vertical-align: middle;
}

.tags {
  position: absolute;
  left: 33px;
  top: 424px;
  width: 308px;
  height: 115px;
  max-height: 115px;
  overflow: hidden;
  border: 1px solid #D5D5D5;
  text-align: left;
}

.gallery-insert-logo {
  position: absolute;
  top: 43px;
  left: 105px;
  height: 50px;
}

.bottom-filter {
  position: absolute;
  top: 160px;
}

.gallery-nav-item {
  width: 125px;
  display: inline-block;
  text-align: center;
}

.gallery-nav-item-selected {
  border-bottom: 3px solid #34CE8B;
}

.gallery-nav-item p {
  margin-bottom: 2px;
  margin-top: 0px;
  color: #A6A6A6;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.6;
}

.gallery-nav-item-selected p {
  color: #34CE8B;
  opacity: 1;
  font-weight: 500;
}

.description .profile-avatar-icon {
  position: absolute;
  left: 10px;
  /*top: 427px;*/
  margin: 0px;
  width: 28px;
}

.gallery-item-1 .description .profile-avatar-icon {
  top: 194.5px;
}

.gallery-item-2 .description .profile-avatar-icon {
  top: 174.5px;
}

.gallery-item-1 .video-display {
  top: 229px;
  left: 0px;
  position: absolute;
  width: 375px;
}

.description .poster {
  position: absolute;
  margin: 0px;
  color: #4A90E2;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  left: 45px;
}

.gallery-item-1 .description .poster {
  top: 190px;
}

.gallery-item-2 .description .poster {
  top: 170px;
}

.gallery-item-1 .description .vid-title {
  top: 212px;
}

.description .vid-title {
  position: absolute;
  left: 45px;
  margin: 0px;
  color: #515152;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
}

.description .number-o-faves {
  position: absolute;
  right: 50px;
  top: 433.5px;
  margin: 0px;
  color: #A6A6A6;
  font-family: "Fira Sans";
  font-size: 14px;
  font-weight: 400;
}

.description .edit {
  position: absolute;
  margin: 0px;
  right: 13.5px;
  color: #A6A6A6;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.gallery-item-1 .description .edit {
  top: 205px;
}

.gallery-item-2 .description .edit {
  top: 180px;
  left: 337px;
}

.gallery-item-1 .description .number-o-faves {
  position: absolute;
  right: 36px;
  top: 612px;
  margin: 0px;
  color: #A6A6A6;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.description .video-favorite-icon {
  position: absolute;
  right: 20px;
  top: 432px;
}

.gallery-item-1 .description .video-favorite-icon {
  position: absolute;
  right: 9px;
  top: 615px;
  width: 20px;
}

.gallery-item-1 .play-button {
  position: absolute;
  left: 145px;
  top: 374px;
}

.gallery-item-2 .play-button {
  position: absolute;
  left: 145px;
  top: 72px;
}

#submit_title_label_ct,
#submit_description_label_ct,
#submit_tags_label_ct,
#submit_submitbtn_label_ct,
#search_char_limit,
#all_nav_char_limit,
#my_nav_char_limit,
#password_char_limit,
#profile_info_labels,
#profile_logout_labels,
#profile_favorites_labels,
#profile_videos_labels.list_item1_char_limit,
#favorites_char_limit {
  height: 34px;
}

#profile_logout_labels.list_item1_char_limit {
  margin-top: 29px;
}

.gallery-item-1 .tag-1,
.gallery-item-1 .tag-2 {
  border-radius: 5px;
  background-color: #34CE8B;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  display: inline-block;
  padding: 4px 10px;
  position: absolute;
  top: 610px;
}

.user-profile {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.menu-icon {
  width: 39px;
  height: 41px;
}

.about-take-camera,
.take-your-video-icon {
  width: 39px;
  height: 41px;
}

.gallery-item-1 .tag-1 {
  left: 9px;
}

.gallery-item-1 .tag-2 {
  left: 62px;
}

.gallery-item-1 .more-tags {
  border: 1px solid #34CE8B;
  border-radius: 5px;
  color: #34CE8B;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  display: inline-block;
  padding: 3px 9px;
  position: absolute;
  top: 612px;
}

.gallery-item-1 .more-tags {
  left: 115px;
}

.gallery-item-1 .border {
  box-shadow: 0 1px 2px 0 rgba(143, 143, 143, 0.5);
  width: 375px;
  position: absolute;
  top: 641px;
  height: 1px;
}

.gallery-item-2 {
  position: absolute;
  top: 472px;
}

.gallery-item-2 .video-display {
  overflow: no;
}

.profile-menu .menu-icon {
  position: absolute;
  left: 12px;
  top: 34px;
}

.profile-menu .take-your-video-icon {
  position: absolute;
  left: 324px;
  top: 34px;
}

.profile-menu p {
  margin: 0px;
  position: absolute;
  left: 157px;
  top: 39px;
  color: #515152;
  font-family: Roboto;
  font-size: 20px;
}

.profile-filter {
  position: absolute;
  top: 117px;
}

.profile-image .user-profile {
  position: absolute;
  left: 118px;
  top: 173px;
}

.profile-image .edit-photo-icon {
  position: absolute;
  top: 280px;
  left: 214px;
}

.profile-content .name {
  color: #515152;
  font-family: Roboto;
  font-size: 20px;
  margin: 0px;
  position: absolute;
  top: 333px;
  left: 132px;
}

.profile-content .username {
  color: #B8B8B8;
  font-family: Roboto;
  margin: 0px;
  position: absolute;
  top: 368px;
  left: 130px;
  font-size: 14px;
}

.profile-content .edit-info-icon {
  position: absolute;
  top: 416px;
  left: 308px;
}

.profile-content .logout {
  opacity: 0.65;
  color: #515152;
  font-family: Roboto;
  font-size: 18px;
  position: absolute;
  top: 626px;
  left: 156px;
  margin: 0px;
}

.profile-content .email-input .filler {
  color: #B8B8B8;
  font-family: Roboto;
  font-size: 14px;
  margin: 0px;
  position: absolute;
  top: 458px;
  left: 35px;
}

.profile-content .password-input .filler {
  color: #B8B8B8;
  font-family: Roboto;
  font-size: 14px;
  margin: 0px;
  position: absolute;
  top: 506px;
  left: 35px;
}

#videos_label_text,
#favourites_label_text {
  color: #A6A6A6;
}

.menu-box {
  border: 1px solid #F0F0F0;
  height: 0;
  width: 373px;
  position: absolute;
  top: 142px;
}

.dark-background-overlay {
  width: 375px;
  height: 667px;
  background-color: #000000;
  opacity: 0.58;
  position: absolute;
  top: 0px;
}

.side-nav-menu {
  position: absolute;
  background-color: #fff;
  width: 263px;
  height: 667px;
  top: 0px;
}

.close-sidenav {
  position: absolute;
  left: 238px;
  top: 30px;
  height: 15px;
  width: 15px;
}

.logo-placeholder-sidenav {
  position: absolute;
  max-width: 150px;
  top: 40px;
  left: 56px;
}

.menu-items {
  position: absolute;
  top: 150px;
}

.menu-item svg {
  height: 20px;
  opacity: 0.5;
}

.menu-item p {
  display: inline-block;
  margin-top: -3px;
  margin-bottom: 0px;
  margin-left: 16px;
  color: #515152;
  font-family: Roboto;
  font-size: 17px;
  text-align: left;
}

.selected-menu-item p,
.selected-menu-item img {
  opacity: 1;
}

.menu-item {
  width: 263px;
  height: 43px;
  text-align: left;
  padding-left: 25px;
  padding-top: 9px;
}

.selected-menu-item {
  background-color: rgba(216, 216, 216, 0.36);
  opacity: 1;
}

.sidenav-logout {
  opacity: 1;
  color: #515152;
  font-family: Roboto;
  font-size: 18px;
  position: absolute;
  top: 626px;
  left: 99px;
  margin: 0;
  font-weight: 400;
}

.about-menu.curr-about-menu {
  max-height: 200px;
}

.about-menu .menu-icon {
  position: absolute;
  left: 12px;
  top: 34px;
}

.about-menu .back.curr-back {
  position: absolute;
  top: 31px;
  left: 8px;
}

.about-menu #logo_img.curr-about {
  max-width: 200px;
  max-height: 110px;
  vertical-align: middle;
  padding: 5px auto;
  margin-top: 5px;
}

.about-menu .about-insert-logo {
  position: absolute;
  top: 46px;
  left: 110px;
  max-width: 150px;
}

.about-content {
  position: absolute;
  width: 313px;
  left: 31px;
  top: 172px;
}

.about-content h1 {
  color: #515152;
  font-family: "Fira Sans";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0px;
}

.about-content p {
  color: #515152;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  margin-top: 0px;
}

.contact-button {
  position: absolute;
  height: 52px;
  width: 300px;
  border-radius: 5px;
  top: 498px;
  left: 36px;
}

.about-take-camera {
  position: absolute;
  right: 12px;
  top: 35px;
}

.contact-button p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 52px;
  vertical-align: middle;
}

.about-menu-box {
  height: 0;
  width: 373px;
  position: absolute;
  top: 122.5px;
}

.bottom-about p {
  opacity: 0.94;
  color: #515152;
  font-family: "Fira Sans";
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  margin: 0px;
  padding-top: 3px;
}

.bottom-about {
  height: 30px;
  width: 325.25px;
  position: absolute;
  top: 573px;
  left: 25px;
}

#about_page_hyper_link_container a {
  color: #0031ff;
}

.about-hyperlink {
  color: #0031ff;
  text-decoration: underline;
  font-weight: 400;
}

#hyperlink_text_counter,
#about_contact_counter {
  height: 34px;
}

img.over-side-nav {
  display: block;
}

.grid-pics {
  box-shadow: 0 1px 2px 0 rgba(143, 143, 143, 0.5);
  position: absolute;
}

.pic-1,
.pic-2,
.pic-3,
.pic-4 {
  height: 210px;
  width: 160px;
}

.grid-pics .title-container {
  height: 25px;
  width: 160px;
  padding: 2px 5px;
}

.pic-1 .play-button,
.pic-2 .play-button,
.pic-3 .play-button,
.pic-4 .play-button {
  top: 80.5px;
  left: 55px;
}

.grid-pics img,
.grid-pics svg {
  position: absolute;
}

.grid-pics .play-button {
  z-index: 4;
  width: 50px;
}

.pic-1 .still,
.pic-2 .still,
.pic-3 .still,
.pic-4 .still {
  top: 25px;
  right: 0px;
}

.grid-pics img {
  position: absolute;
}

.pic-5 .still {
  position: absolute;
  top: 0;
  left: 0;
}

.pic-1 .poster,
.pic-2 .poster,
.pic-3 .poster,
.pic-4 .poster {
  top: 0px;
  left: 10px;
}

.grid-pics .poster {
  color: #4A90E2;
  font-family: "Fira Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  margin: auto;
}

.pic-1 .video-favorite-icon,
.pic-2 .video-favorite-icon,
.pic-3 .video-favorite-icon,
.pic-4 .video-favorite-icon {
  top: 5px;
  right: 10px;
  width: 20px;
}

.grid-pics img {
  position: absolute;
}

.grid-pics .title {
  color: #515152;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  line-height: 10px;
  text-align: left;
  margin: 0;
  position: absolute;
  bottom: 2px;
  font-weight: 300;
  height: 20px;
}

.pic-5,
.pic-6,
.pic-7,
.pic-8,
.pic-9,
.pic-10,
.pic-11,
.pic-12,
.pic-13,
.pic-14,
.pic-15,
.pic-16 {
  position: absolute;
  height: 115.23px;
  width: 115.23px;
}

.pic-5 {
  top: 198.5px;
  left: 4px;
}

.pic-6 {
  top: 198.5px;
  left: 130px;
}

.pic-7 {
  top: 198.5px;
  right: 4px;
}

.pic-8 {
  top: 324.5px;
  left: 4px;
}

.pic-9 {
  top: 324.5px;
  left: 130px;
}

.pic-10 {
  top: 324.5px;
  right: 4px;
}

.pic-11 {
  top: 450.5px;
  left: 4px;
}

.pic-12 {
  top: 450.5px;
  left: 130px;
}

.pic-13 {
  top: 450.5px;
  right: 4px;
}

.pic-14 {
  top: 576.5px;
  left: 4px;
}

.pic-15 {
  top: 576.5px;
  left: 130px;
}

.pic-16 {
  top: 576.5px;
  right: 4px;
}

.pic-5 .play-btn,
.pic-6 .play-btn,
.pic-7 .play-btn,
.pic-8 .play-btn,
.pic-9 .play-btn,
.pic-10 .play-btn,
.pic-11 .play-btn,
.pic-12 .play-btn,
.pic-13 .play-btn,
.pic-14 .play-btn,
.pic-15 .play-btn,
.pic-16 .play-btn {
  top: 42px;
  left: 42px;
  height: 31px;
  width: 31px;
}

.two-vid .play-ico {
  position: absolute;
  top: 0px;
  left: 0px;
}

.three-vid .play-ico {
  position: absolute;
  top: 35px;
  left: 35px;
}

.grid-pics .play-btn {
  z-index: 4;
  width: 40px;
}

#flag-icon-playing {
  position: absolute;
  top: 35px;
  left: 15px;
  width: 30px;
}

#info-icon-playing {
  position: absolute;
  top: 35px;
  left: 51px;
  width: 30px;
}

#favorite-icon-playing {
  position: absolute;
  top: 35px;
  right: 15px;
}

#timelapse-playing {
  opacity: 0.5;
  color: #5B5B5B;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 640px;
  left: 270px;
  padding: 0px;
  margin: 0px;
  font-family: "Roboto", sans-serif;
}

#vl_logo {
  max-width: 210px;
}

.pic-1 {
  top: 209.5px;
  left: 20px;
}

.pic-2 {
  top: 209.5px;
  right: 20px;
}

.pic-3 {
  top: 433.5px;
  left: 20px;
}

.pic-4 {
  top: 433.5px;
  right: 20px;
}

.ABeeZee {
  font-family: 'ABeeZee', sans-serif !important;
}

.Archivo {
  font-family: 'Archivo', sans-serif !important;
}

.Archivo-Black {
  font-family: 'Archivo Black', sans-serif !important;
}

.Arimo {
  font-family: 'Arimo', sans-serif !important;
}

.Assistant {
  font-family: 'Assistant', sans-serif !important;
}

.Bitter {
  font-family: 'Bitter', serif !important;
}

.Cabin {
  font-family: 'Cabin', sans-serif !important;
}

.Cabin Condensed {
  font-family: 'Cabin Condensed', sans-serif !important;
}

.Catamaran {
  font-family: 'Catamaran', sans-serif !important;
}

.Didact-Gothic {
  font-family: 'Didact Gothic', sans-serif !important;
}

.Exo {
  font-family: 'Exo', sans-serif !important;
}

.Fira-Sans {
  font-family: 'Fira Sans', sans-serif !important;
}

.Fira-Sans-Condensed {
  font-family: 'Fira Sans Condensed', sans-serif !important;
}

.Gudea {
  font-family: 'Gudea', sans-serif !important;
}

.ABeeZee {
  font-family: 'ABeeZee', sans-serif !important;
}

.Heebo {
  font-family: 'Heebo', sans-serif !important;
}

.Hind {
  font-family: 'Hind', sans-serif !important;
}

.Istok-Web {
  font-family: 'Istok Web', sans-serif !important;
}

.Karla {
  font-family: 'Karla', sans-serif !important;
}

.Libre-Franklin {
  font-family: 'Libre Franklin', sans-serif !important;
}

.Marmelad {
  font-family: 'Marmelad', sans-serif !important;
}

.Maven-Pro {
  font-family: 'Maven Pro', sans-serif !important;
}

.Merriweather-Sans {
  font-family: 'Merriweather Sans', sans-serif !important;
}

.Monda {
  font-family: 'Monda', sans-serif !important;
}

.Mukta-Malar {
  font-family: 'Mukta Malar', sans-serif !important;
}

.Nanum-Gothic {
  font-family: 'Nanum Gothic', sans-serif !important;
}

.Noto Serif {
  font-family: 'Noto Serif', serif !important;
}

.Nunito {
  font-family: 'Nunito', sans-serif !important;
}

.Oxygen {
  font-family: 'Oxygen', sans-serif !important;
}

.PT-Sans {
  font-family: 'PT Sans', sans-serif !important;
}

.PT-Sans-Caption {
  font-family: 'PT Sans Caption', sans-serif !important;
}

.PT-Serif {
  font-family: 'PT Serif', serif !important;
}

.Play {
  font-family: 'Play', sans-serif !important;
}

.Pontano Sans {
  font-family: 'Pontano Sans', sans-serif !important;
}

.Poppins {
  font-family: 'Poppins', sans-serif !important;
}

.Questrial {
  font-family: 'Questrial', sans-serif !important;
}

.Quicksand {
  font-family: 'Quicksand', sans-serif !important;
}

.Raleway {
  font-family: 'Raleway', sans-serif !important;
}

.Roboto {
  font-family: 'Roboto', sans-serif !important;
}

.Rubik {
  font-family: 'Rubik', sans-serif !important;
}

.Ruda {
  font-family: 'Ruda', sans-serif !important;
}

.Signika {
  font-family: 'Signika Negative', sans-serif !important;
}

.Signika-Negative {
  font-family: 'Signika Negative', sans-serif !important;
}

.Spinnaker {
  font-family: 'Spinnaker', sans-serif !important;
}

.Timmana {
  font-family: 'Timmana', sans-serif !important;
}

.Titillium-Web {
  font-family: 'Titillium Web', sans-serif !important;
}

.Ubuntu {
  font-family: 'Ubuntu', sans-serif !important;
}

.Varela {
  font-family: 'Varela', sans-serif !important;
}

.Yantramanav {
  font-family: 'Yantramanav', sans-serif !important;
}

.Arial {
  font-family: "Roboto" !important;
}

.Avenir {
  font-family: "Roboto" !important;
}

.Cabin {
  font-family: "Roboto" !important;
}

.Damascus {
  font-family: "Roboto" !important;
}

.DINPro {
  font-family: "Roboto" !important;
}

.Farah {
  font-family: "Roboto" !important;
}

.Fira-Sans {
  font-family: "Roboto" !important;
}

.Geneva {
  font-family: "Roboto" !important;
}

.Helvetica-Neue {
  font-family: "Roboto" !important;
}

.Lato {
  font-family: "Roboto" !important;
}

.Lucida-Grande {
  font-family: "Roboto" !important;
}

.MavenPro {
  font-family: "Roboto" !important;
}

.Muna {
  font-family: "Roboto" !important;
}

.Roboto {
  font-family: "Roboto" !important;
}

.Sana {
  font-family: "Roboto" !important;
}

.Verdana {
  font-family: "Roboto" !important;
}

.Waseem {
  font-family: "Roboto" !important;
}

.small {
  font-size: 14px;
}

.medium {
  font-size: 16px;
}

.large {
  font-size: 20px;
}

.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.tag {
  padding: 5px;
  height: auto !important;
}

.tag p {
  margin: 0;
  line-height: 20px;
}

.list_item1_char_limit {
  color: white;
  background-color: #A0A0A1;
  font-size: 12px;
  height: 32px;
  width: 31px;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  right: 20px;
  border-radius: 0 5px 5px 0;
}

.toggle-container {
  margin-left: 10px;
}

#icon-size-small,
#icon-size-medium,
#icon-size-large {
  height: 30px;
  width: 33%;
  line-height: initial;
}

.editor-controls {
  position: fixed;
}

.editor-text {
  width: 190px !important;
}

#icon-size-small {
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
}

#icon-size-medium {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#icon-size-large {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}

#video-columns-1 {
  height: 40px;
  width: 33%;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
}

#video-columns-2 {
  height: 40px;
  width: 33%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#video-columns-3 {
  height: 40px;
  width: 33%;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}

input[type=submit].caption-inactive {
  background-color: white;
  color: #A0A0A1;
  border: 1px solid #D5D5D5;
  box-shadow: inset 0px 1px 1px 0px rgba(157, 157, 157, 0.5);
}

input[type="submit"]:focus {
  outline: none;
}

.search-input {
  background-color: white;
}

.cms-app-preview .editor-preview {
  border: 1px solid #D5D5D5;
}

.ql-tooltip.ql-editing input[type="text"] {
  margin-left: 60px;
}

.course-number-outlined,
.course-number-no-outlined {
  background-color: transparent !important;
  padding-top: 1px !important;
}

.vl_page_content,
.mm_page_content,
.curr_page_content {
  margin-top: 22px;
}

.vl_page_content .login-page-header,
.mm_page_content .login-page-header,
.curr_page_content .login-page-header {
  position: relative;
  display: table;
  height: 40px;
  width: 100%;
}

.vl_page_content .login-page-header .back-button,
.mm_page_content .login-page-header .back-button,
.curr_page_content .login-page-header .back-button {
  float: left;
  margin: 8px;
}

.vl_page_content .login-page-header .page-header-text,
.mm_page_content .login-page-header .page-header-text,
.curr_page_content .login-page-header .page-header-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 10%;
  width: 90%;
}

.vl_page_content .editor-login-inputs,
.mm_page_content .editor-login-inputs,
.curr_page_content .editor-login-inputs {
  text-align: left;
}

.vl_page_content .editor-login-inputs .editor-login-input,
.mm_page_content .editor-login-inputs .editor-login-input,
.curr_page_content .editor-login-inputs .editor-login-input {
  height: 40px;
  padding: 6px 24px;
  background-color: #ffffff;
}

.vl_page_content .editor-login-inputs .editor-login-input span,
.mm_page_content .editor-login-inputs .editor-login-input span,
.curr_page_content .editor-login-inputs .editor-login-input span {
  color: #D5D5D5;
}

.vl_page_content .editor-login-inputs .editor-login-input #show_password,
.mm_page_content .editor-login-inputs .editor-login-input #show_password,
.curr_page_content .editor-login-inputs .editor-login-input #show_password {
  float: right;
}

.vl_page_content .editor-login-inputs .bottom-line,
.mm_page_content .editor-login-inputs .bottom-line,
.curr_page_content .editor-login-inputs .bottom-line {
  border-bottom: 1px solid #D5D5D5;
}

.vl_page_content .editor-terms-and-conditions,
.mm_page_content .editor-terms-and-conditions,
.curr_page_content .editor-terms-and-conditions {
  margin: 20px;
  overflow-wrap: break-word;
  width: 335px;
}

.vl_page_footer,
.mm_page_footer,
.curr_page_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.vl_page_footer .static-button,
.mm_page_footer .static-button,
.curr_page_footer .static-button {
  background-color: #efefef;
}

.vl_page_footer .editor-login-buttons,
.mm_page_footer .editor-login-buttons,
.curr_page_footer .editor-login-buttons {
  border-radius: 0;
  margin: 0;
  height: 45px;
  width: 100%;
}

.vl_page_footer .editor-login-buttons p,
.mm_page_footer .editor-login-buttons p,
.curr_page_footer .editor-login-buttons p {
  margin: 0;
  padding: 0;
  line-height: 45px;
}

/* new design button and navigation */

.editor-content-navigation {
  padding: 20px 15px 40px 15px;
}

.editor_design_btn {
  height: 30px;
  border: 1px solid #8F8F90;
  border-radius: 3px;
  color: #8F8F90;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  padding: 0 5px;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}

.editor_design_btn:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  border: 1px solid transparent;
}

.page-number-container {
  display: flex;
  position: absolute;
}

.page-number-container .page-number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-break: normal;
  overflow: hidden;
  display: inline-block;
  text-align: left;
  color: #515152;
  font-family: "Fira Sans";
  font-size: 16px;
  font-weight: 800;
  line-height: 29px;
}

.page-number-container .tooltip-sm,
.page-number-container .tooltip-lg {
  margin: 7px;
  cursor: pointer;
}

.back_to_content {
  color: #000000;
  font-family: "Fira Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
}

.back_to_content img {
  margin: -3px 15px 0 0;
  height: 18px;
  width: 20px;
}

.design_active {
  opacity: 0.42;
  background-color: #939393;
  box-shadow: none;
  border: none;
  color: #000000;
}

.design_active p {
  color: #000000;
}

.design_active_thumbnail {
  border-left: 1px solid #A0A0A2;
}

.design_active_container {
  box-shadow: none !important;
  border-left: 1px solid #EBEBEB !important;
}

.article-image-list-view {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.editor-screen-settings-model-header {
  margin: 10px;
  color: #515152;
  text-align: center;
}

.editor-screen-settings-model-header #change_title {
  padding: 0 5px;
  display: none;
}

.editor-screen-settings-model-header #change_title #btn_update_title {
  margin: 0 5px;
}

.editor-screen-settings-model-header #change_title #screen_title_input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: Fira-Sans;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
}

.editor-screen-settings-model-body {
  margin: 30px 30px 10px 30px;
  text-align: center;
}

.editor-screen-settings-model-body .confirmation {
  margin: 0 50px;
}

.editor-screen-settings-model-body .confirmation .confirmation-description {
  font-family: Fira-Sans;
  font-size: 14px;
  font-weight: 300;
}

.editor-screen-settings-model-body .action-buttons {
  margin-top: 20px;
}

.editor-screen-settings-model-body .action-buttons .btn-done {
  background: #D8D8D8;
  border-radius: 3px;
  color: #8f8f90;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  width: auto;
}

.disable-screen-confirmation-model-body {
  margin: 30px;
  text-align: center;
}

.disable-screen-confirmation-model-body .confirmation .confirmation-heading {
  color: #515152;
  font-family: Fira-Sans;
  font-weight: 500;
}

.disable-screen-confirmation-model-body .confirmation .confirmation-description {
  font-family: Fira-Sans;
  font-size: 14px;
  font-weight: 300;
  margin: 0 40px;
}

.disable-screen-confirmation-model-body .action-buttons {
  margin-top: 20px;
}

.disable-screen-confirmation-model-body .action-buttons .btn-cancel {
  background: none;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 500;
  width: auto;
}

.disable-screen-confirmation-model-body .btn-done {
  background: #C1C1C1;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 10px;
  padding: 10px;
  width: auto;
}

.lock-screen-container {
  color: #aeaeae;
  text-align: center;
  padding: 20px;
}

.lock-screen-container p {
  margin-top: 20px;
}

.lock-screen-container button {
  border-radius: 20px;
  padding: 5px 20px;
}

.lock-screen-container .additional-message {
  font-size: 14px;
  margin: 40px 0 0 0;
}

.lock-screen-container .additional-message a {
  font-size: 14px;
}

#splash_logo {
  display: block !important;
}

.grey-overley {
  position: absolute;
  background: rgba(220, 220, 220, 0.9);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modal-backdrop {
  z-index: 2 !important;
}

/* ============================================================================================================ */

/* WIKI EDITOR PREVIEW CSS */

/* ============================================================================================================ */

.editor-live-preview .editor-page-header {
  /* curriculum */
  /*.question_progress {
			background-color: #ffffff !important;

			.progress-bar {
				height: 15px;
				top: 50px;
				left: -5px;
				border-radius: 7px;
			}
		}*/
}

.editor-live-preview .editor-page-header .status-bar {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
}

.editor-live-preview .editor-page-header .editor-page-top-nav {
  display: inline-flex;
  height: auto;
  width: 100%;
}

.editor-live-preview .editor-page-header .editor-page-top-nav .top-nav-menu {
  display: inline-block;
  float: left;
  text-align: center;
  width: 15%;
}

.editor-live-preview .editor-page-header .editor-page-top-nav .top-nav-menu .back-icon {
  margin: 10px;
  height: 20px;
  width: 20px;
}

.editor-live-preview .editor-page-header .editor-page-top-nav .top-nav-menu .menu-icon {
  margin: 20px;
  height: 20px;
  width: 20px;
}

.editor-live-preview .editor-page-header .editor-page-top-nav .top-nav-content {
  display: inline-block;
  float: left;
  text-align: center;
  width: 70%;
}

.editor-live-preview .editor-page-header .editor-page-top-nav .top-nav-content #logo_text p {
  max-height: 60px;
  max-width: 220px;
  overflow: hidden;
  word-wrap: break-word;
}

.editor-live-preview .editor-page-header .editor-page-top-nav .top-nav-content #logo_img img {
  max-height: 40px;
}

.editor-live-preview .editor-page-header .editor-page-top-nav .top-nav-content .nav-content-container {
  display: table;
  height: 40px;
  width: 100%;
}

.editor-live-preview .editor-page-header .editor-page-top-nav .top-nav-content .nav-content-container .nav-content-text {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
  width: 100%;
}

.editor-live-preview .editor-page-header .editor-page-top-nav .top-nav-content .nav-content-container .nav-content-text img {
  width: 100%;
}

.editor-live-preview .editor-page-header .editor-page-top-nav .top-nav-buttons-and-icon {
  display: inline-block;
  float: left;
  text-align: center;
  width: 15%;
}

.editor-live-preview .editor-page-header #category_home_page_top_nav .top-nav-menu {
  text-align: left;
  width: 20%;
}

.editor-live-preview .editor-page-header #category_home_page_top_nav .top-nav-menu .menu-icon {
  margin: 10px;
}

.editor-live-preview .editor-page-header #category_home_page_top_nav .top-nav-content {
  max-height: 120px;
  width: 60%;
}

.editor-live-preview .editor-page-header #category_home_page_top_nav .top-nav-content #category_home_logo {
  height: auto;
}

.editor-live-preview .editor-page-header #category_home_page_top_nav .top-nav-content #category_home_logo #logo_text {
  padding-top: 10px;
}

.editor-live-preview .editor-page-header #category_home_page_top_nav .top-nav-content #category_home_logo #logo_text p {
  margin: 0;
}

.editor-live-preview .editor-page-header #category_home_page_top_nav .top-nav-content #category_home_logo #logo_img {
  max-height: 80px;
  max-width: 100%;
}

.editor-live-preview .editor-page-header #category_home_page_top_nav .top-nav-buttons-and-icon {
  width: 20%;
}

.editor-live-preview .editor-page-header #category_home_page_top_nav .top-nav-buttons-and-icon img {
  margin: 10px 0 0 10px;
}

.editor-live-preview .editor-page-header #category_home_page_top_nav .top-nav-buttons-and-icon .btn-search {
  width: 20px;
}

.editor-live-preview .editor-page-header #category_home_page_top_nav .top-nav-buttons-and-icon .btn-filter {
  margin-top: 7px;
}

.editor-live-preview .editor-page-header #articles_page_top_nav .top-nav-menu {
  height: 40px;
  width: 13%;
}

.editor-live-preview .editor-page-header #articles_page_top_nav .top-nav-content {
  height: 40px;
  width: 70%;
}

.editor-live-preview .editor-page-header #articles_page_top_nav .top-nav-content .article-filters {
  display: inline-block;
  float: left;
  text-align: left;
  padding: 5px 0;
  height: 40px;
  width: 100%;
}

.editor-live-preview .editor-page-header #articles_page_top_nav .top-nav-content .article-filters .article-filter {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  color: #ffffff;
  font-family: "Roboto" !important;
  font-size: 11px;
  margin: 0 3px;
  padding: 5px 10px;
}

.editor-live-preview .editor-page-header #articles_page_top_nav .top-nav-buttons-and-icon {
  padding: 5px 0;
  height: 40px;
  width: 17%;
}

.editor-live-preview .editor-page-header #articles_page_top_nav .top-nav-buttons-and-icon img {
  float: left;
  margin: 5px;
  width: 20px;
}

.editor-live-preview .editor-page-header #articles_page_top_nav .top-nav-buttons-and-icon #show_filters {
  margin-top: 3px;
  width: 22px;
}

.editor-live-preview .editor-page-header #article_detail_page_top_nav .top-nav-content .nav-content-container .nav-content-text {
  text-align: left;
}

.editor-live-preview .editor-page-header #about_page_top_nav .top-nav-menu .back-icon {
  margin: 25px;
}

.editor-live-preview .editor-page-header #about_page_top_nav .top-nav-content .nav-content-container {
  min-height: 70px;
}

.editor-live-preview .editor-page-header #about_page_top_nav .top-nav-content .nav-content-container .nav-content-text {
  max-width: 100%;
  max-height: 70px;
  padding: 10px;
  vertical-align: middle;
  width: auto;
}

.editor-live-preview .editor-page-header #about_page_top_nav .top-nav-content .nav-content-container #logo_img {
  max-width: 100%;
  max-height: 70px;
  padding: 10px;
  max-width: 250px;
}

.editor-live-preview .editor-page-header #about_page_top_nav .top-nav-content .nav-content-container #logo_text {
  padding-top: 10px;
}

.editor-live-preview .editor-page-header #about_page_top_nav .top-nav-content .nav-content-container #logo_text p {
  margin: 0 10px;
  word-wrap: break-word;
  white-space: normal;
}

.editor-live-preview .editor-page-header #profile_page_top_nav .top-nav-menu {
  width: 30%;
  height: 60px;
  text-align: left;
}

.editor-live-preview .editor-page-header #profile_page_top_nav .top-nav-content {
  width: 40%;
  height: 60px;
}

.editor-live-preview .editor-page-header #profile_page_top_nav .top-nav-content #logo_text p {
  max-height: 40px;
  max-width: 120px;
}

.editor-live-preview .editor-page-header #profile_page_top_nav .top-nav-content .placeholder_logo {
  display: table;
  height: 60px;
  width: 100%;
}

.editor-live-preview .editor-page-header #profile_page_top_nav .top-nav-content .placeholder_logo #logo_img_container {
  display: table-cell;
  vertical-align: middle;
}

.editor-live-preview .editor-page-header #profile_page_top_nav .top-nav-content .placeholder_logo #logo_img_container #logo_img {
  padding: 5px;
  max-height: 50px;
  max-width: 150px;
}

.editor-live-preview .editor-page-header #profile_page_top_nav .top-nav-content p {
  color: #FFFFFF;
  font-size: 24px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin: 10px;
}

.editor-live-preview .editor-page-header #profile_page_top_nav .top-nav-content #logo_text {
  display: table-cell;
  vertical-align: middle;
}

.editor-live-preview .editor-page-header #profile_page_top_nav .top-nav-content #logo_text p {
  font-size: 14px;
  max-height: 40px;
  overflow: hidden;
}

.editor-live-preview .editor-page-header #profile_page_top_nav .top-nav-buttons-and-icon {
  width: 30%;
  height: 60px;
}

.editor-live-preview .editor-page-header #profile_page_top_nav .top-nav-buttons-and-icon .edit_profile {
  background-color: #34CE8B;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  height: 30px;
  margin: 15px 0px;
  padding: 0 10px;
}

.editor-live-preview .editor-page-header .search-nav {
  padding: 10px 0;
  height: auto;
  width: 100%;
  z-index: 1;
  text-align: left;
}

.editor-live-preview .editor-page-header .search-nav .search-area {
  position: relative;
  height: 40px;
  width: 100%;
}

.editor-live-preview .editor-page-header .search-nav .search-area .search-group {
  position: absolute;
  display: inline-block;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 85%;
}

.editor-live-preview .editor-page-header .search-nav .search-area .search-group .search-input {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  border-bottom: 1px solid #ccc;
  color: #c6bcbc;
  font-size: 14px;
  padding: 8px;
  margin-top: 5px;
  left: 10px;
  height: 30px;
  width: 96%;
  transition: width 0.1s;
  text-indent: 26px;
  -webkit-appearance: none;
  outline: none;
}

.editor-live-preview .editor-page-header .search-nav .search-area .search-group .search-icon {
  position: absolute;
  top: 13px;
  left: 20px;
}

.editor-live-preview .editor-page-header .search-nav .search-area .search-cancel-button {
  float: right;
}

.editor-live-preview .editor-page-header .search-nav .search-area .search-cancel-button .search-result-cancel {
  display: block;
  font-family: "Fira Sans", sans-serif;
  margin: 10px;
  font-size: 13px;
  color: #ffffff;
  text-decoration: underline;
}

.editor-live-preview .editor-page-header .curriculum_page_top_nav p {
  margin: 0;
}

.editor-live-preview .editor-page-header .curriculum_page_top_nav .top-nav-menu,
.editor-live-preview .editor-page-header .curriculum_page_top_nav .top-nav-content,
.editor-live-preview .editor-page-header .curriculum_page_top_nav .top-nav-buttons-and-icon {
  min-height: 40px;
}

.editor-live-preview .editor-page-header .curriculum_page_top_nav .top-nav-buttons-and-icon img,
.editor-live-preview .editor-page-header .curriculum_page_top_nav .top-nav-buttons-and-icon svg {
  margin: 10px;
  height: 20px;
  width: 20px;
}

.editor-live-preview .editor-page-subheader .curriculum-progress {
  background-color: #ffffff !important;
}

.editor-live-preview .editor-page-subheader .curriculum-progress .progress .progress-bar {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 7px;
  height: 15px;
}

.editor-live-preview .editor-page-subheader .curriculum-points {
  display: inline-block;
  width: 100%;
}

.editor-live-preview .editor-page-subheader .curriculum-points p {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0 5px;
}

.editor-live-preview .editor-page-content {
  height: 100%;
  width: 100%;
  /* login and signup screen */
  /* category home screen */
  /* articles screen */
  /* article detail screen */
  /* menu screen */
  /* about detail screen */
  /* profile screen */
  /* curriculum */
}

.editor-live-preview .editor-page-content .editor-login-inputs {
  text-align: left;
}

.editor-live-preview .editor-page-content .editor-login-inputs .editor-login-input {
  height: 40px;
  padding: 6px;
  background-color: #ffffff;
  color: #d5d5d5;
}

.editor-live-preview .editor-page-content .editor-login-inputs .editor-login-input .input-icon {
  text-align: center;
  width: 20px;
}

.editor-live-preview .editor-page-content .editor-login-inputs .editor-login-input span {
  position: absolute;
  left: 35px;
}

.editor-live-preview .editor-page-content .editor-login-inputs .editor-login-input #show_password {
  float: right;
}

.editor-live-preview .editor-page-content .editor-login-inputs .bottom-line {
  border-bottom: 1px solid #D5D5D5;
}

.editor-live-preview .editor-page-content .editor-hyperlink-text {
  padding: 15px 40px;
  overflow-wrap: break-word;
  width: 100%;
}

.editor-live-preview .editor-page-content .editor-hyperlink-text p {
  font-size: 12px !important;
}

.editor-live-preview .editor-page-content .editor-hyperlink-text p a {
  color: #0000cc;
  font-size: 12px !important;
  text-decoration: underline;
}

.editor-live-preview .editor-page-content #a-z-list {
  position: absolute;
  top: 200px;
  right: 0;
}

.editor-live-preview .editor-page-content #a-z-list p {
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.editor-live-preview .editor-page-content .articles-header {
  background: #ebebf1;
  text-align: left;
  height: 32px;
}

.editor-live-preview .editor-page-content .articles-header p {
  color: #5c5e66;
  font-family: "Fira Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 3px 10px;
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.editor-live-preview .editor-page-content .home-grid-container {
  justify-content: center;
  height: 100%;
  width: auto;
  margin: 10px auto;
  max-width: 1000px;
}

.editor-live-preview .editor-page-content .home-grid-container .home-box-container {
  display: inline-block;
  float: left;
  position: relative;
  width: auto;
}

.editor-live-preview .editor-page-content .home-grid-container .home-box-container .box-content {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  margin: 5% 5%;
  height: 250px;
  width: 90%;
}

.editor-live-preview .editor-page-content .home-grid-container .home-box-container .box-content .img-holder {
  height: auto;
  margin: 5px;
}

.editor-live-preview .editor-page-content .home-grid-container .home-box-container .box-content .img-holder .category-image-container {
  display: table;
  float: left;
  background: #F7F7F8;
  border: 1px solid #A0A0A14D;
}

.editor-live-preview .editor-page-content .home-grid-container .home-box-container .box-content .img-holder .category-image-container span {
  color: #A0A0A199;
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
}

.editor-live-preview .editor-page-content .home-grid-container .home-box-container .box-content .img-holder img {
  height: 100%;
}

.editor-live-preview .editor-page-content .home-grid-container .home-box-container .box-content .category {
  margin: 5px;
  color: #19C0C1;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.editor-live-preview .editor-page-content .home-grid-container .home-box-container .box-content .subheader-desc {
  text-align: center;
  color: #A0A0A1;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-bottom: 0;
  height: 50px;
  width: 200px;
  overflow: hidden;
  word-wrap: break-word;
}

.editor-live-preview .editor-page-content .home-grid-container .home-box-container .box-content .tag-keyword {
  margin: 5px;
  text-align: center;
  color: #4E4E4E;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

.editor-live-preview .editor-page-content .home-grid-container-one-item .home-box-container {
  padding: 10px 40px;
  width: 100%;
}

.editor-live-preview .editor-page-content .home-grid-container-one-item .home-box-container .box-content {
  padding: 10px 40px;
  min-height: 80px;
}

.editor-live-preview .editor-page-content .home-grid-container-one-item .home-box-container .box-content .img-holder .category-image-container {
  width: 100px;
  height: 100px;
}

.editor-live-preview .editor-page-content .home-grid-container-one-item .home-box-container .box-content .img-holder .category-image-container span {
  font-size: 50px;
}

.editor-live-preview .editor-page-content .home-grid-container-two-items {
  height: 85%;
}

.editor-live-preview .editor-page-content .home-grid-container-two-items .home-box-container {
  width: 50%;
}

.editor-live-preview .editor-page-content .home-grid-container-two-items .home-box-container .box-content {
  height: 165px;
}

.editor-live-preview .editor-page-content .home-grid-container-two-items .home-box-container .box-content .img-holder .category-image-container {
  width: 50px;
  height: 50px;
}

.editor-live-preview .editor-page-content .home-grid-container-two-items .home-box-container .box-content .img-holder .category-image-container span {
  font-size: 25px;
}

.editor-live-preview .editor-page-content .home-grid-container-two-items .home-box-container .box-content .img-holder img {
  height: auto;
}

.editor-live-preview .editor-page-content .home-grid-container-two-items .home-box-container .box-content .category {
  width: 125px;
}

.editor-live-preview .editor-page-content .home-grid-container-two-items .home-box-container .box-content .subheader-desc {
  width: 125px;
}

.editor-live-preview .editor-page-content .home-grid-container-three-items .home-box-container {
  width: 33%;
}

.editor-live-preview .editor-page-content .home-grid-container-three-items .home-box-container .box-content {
  height: 112px;
}

.editor-live-preview .editor-page-content .home-grid-container-three-items .home-box-container .box-content .category {
  width: 90px;
}

.editor-live-preview .editor-page-content .home-grid-container-three-items .home-box-container .box-content .subheader-desc {
  font-size: 10px;
  height: 70px;
  width: 100px;
}

.editor-live-preview .editor-page-content .home-list-items-container {
  box-sizing: border-box;
  flex-direction: column;
  max-width: 1000px;
  margin: auto;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container {
  position: relative;
  height: auto;
  width: 100%;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container .home-list-item {
  background: #ffffff;
  height: 100px;
  padding: 0;
  margin: 10px;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container .home-list-item .list-left-box {
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100px;
  padding-left: 5px;
  width: 70%;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container .home-list-item .list-left-box p {
  margin: auto 0;
  color: #515152;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: left;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  padding: 5px;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container .home-list-item .list-left-box .list-tag-keyword {
  text-align: left;
  max-width: 100%;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container .home-list-item .list-left-box .event-details-container {
  margin: 5px;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container .home-list-item .list-left-box .event-details-container p {
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container .home-list-item .list-left-box .event-details-container .event-date {
  font-weight: bold;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container .home-list-item .list-img-container {
  float: right;
  height: 100px;
  width: 100px;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container .home-list-item .list-img-container .image-container {
  display: table;
  float: right;
  background: #F7F7F8;
  border: 1px solid #A0A0A14D;
  height: 100px;
  width: 100px;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container .home-list-item .list-img-container .image-container span {
  color: #A0A0A199;
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  text-transform: uppercase;
}

.editor-live-preview .editor-page-content .home-list-items-container .home-list-item-container .home-list-item .list-img-container img {
  float: right;
  height: 100%;
  width: 100%;
}

.editor-live-preview .editor-page-content .article-category {
  background-color: #ffffff;
  height: auto;
  padding: 10px;
  overflow: hidden;
}

.editor-live-preview .editor-page-content .article-category .category-description {
  float: left;
  text-align: left;
  margin: 0 10px;
  height: 100px;
  width: 65%;
  word-wrap: break-word;
  overflow: hidden;
}

.editor-live-preview .editor-page-content .article-category .category-description .category-description-text {
  height: auto;
  overflow: hidden;
  margin: 0;
  max-height: 70px;
}

.editor-live-preview .editor-page-content .article-category .category-description .see-more-text {
  color: #0000ff;
  font-size: 12px;
  margin: 0;
}

.editor-live-preview .editor-page-content .article-category #article-image-holder {
  display: table;
  float: left;
  background: #F7F7F8;
  border: 1px solid #A0A0A14D;
  height: 100px;
  width: 100px;
}

.editor-live-preview .editor-page-content .article-category #article-image-holder span {
  color: #A0A0A199;
  font-size: 50px;
  display: table-cell;
  vertical-align: middle;
}

.editor-live-preview .editor-page-content .article-list-container .home-list-item-container .home-list-item {
  margin: 10px 0;
}

.editor-live-preview .editor-page-content .article-list-container .home-list-item-container .first-list-item {
  margin: 0;
}

.editor-live-preview .editor-page-content .article-list-container .home-list-item-container .first-list-item {
  margin-bottom: 0;
}

.editor-live-preview .editor-page-content .article-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: auto;
  color: #303031;
}

.editor-live-preview .editor-page-content .article-container .article_images_gallery {
  margin: 2px auto;
}

.editor-live-preview .editor-page-content .article-container .article_images_gallery .article_image_preview {
  width: auto;
}

.editor-live-preview .editor-page-content .article-container .article_images_gallery .article_image_preview .article_image {
  max-width: 379px;
}

.editor-live-preview .editor-page-content .article-container .article_images_gallery .gallery_item_navigation {
  position: relative;
  top: -30px;
}

.editor-live-preview .editor-page-content .article-container .article_images_gallery .gallery_item_navigation .article_image_link {
  color: #ffffff;
  opacity: 0.5;
}

.editor-live-preview .editor-page-content .article-container .article_images_gallery .gallery_item_navigation .active {
  opacity: 1 !important;
}

.editor-live-preview .editor-page-content .article-container .article-tags {
  margin: 15px;
}

.editor-live-preview .editor-page-content .article-container .article-title {
  position: relative;
  font-size: 26px;
  font-family: "Fira Sans", sans-serif;
  width: 350px;
  word-wrap: break-word;
  text-align: left;
  margin: 15px;
}

.editor-live-preview .editor-page-content .article-container .event-details-container {
  text-align: left;
  margin: 15px;
}

.editor-live-preview .editor-page-content .article-container .event-details-container p {
  font-size: 11px;
  font-weight: normal;
  margin: 0;
}

.editor-live-preview .editor-page-content .article-container .event-details-container .event-date {
  font-weight: bold;
}

.editor-live-preview .editor-page-content .article-container .articles-header {
  background-color: #D8D8D8;
  opacity: 0.64;
  height: 25px;
}

.editor-live-preview .editor-page-content .article-container .articles-header p {
  color: #515152;
  font-family: Roboto;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 15px;
  padding: 3px 0;
}

.editor-live-preview .editor-page-content .article-container .article-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
  text-align: left;
  margin: 15px;
}

.editor-live-preview .editor-page-content .menu-page-logo {
  height: auto;
  min-height: 110px;
}

.editor-live-preview .editor-page-content .menu-page-logo #logo_img {
  margin: 15px;
}

.editor-live-preview .editor-page-content .menu-page-logo #logo_text {
  min-height: 50px;
}

.editor-live-preview .editor-page-content .menu-items {
  position: relative;
  top: 0;
}

.editor-live-preview .editor-page-content .about-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.editor-live-preview .editor-page-content .about-content .about-description {
  padding: 30px;
  word-wrap: break-word;
  height: 380px;
}

.editor-live-preview .editor-page-content .about-content .about-description p {
  line-height: 1.6;
  letter-spacing: 0;
}

.editor-live-preview .editor-page-content .about-content #about_page_hyper_link_container {
  min-height: 65px;
  padding: 20px;
}

.editor-live-preview .editor-page-content .about-content #about_page_hyper_link_container #about_hyperlink_text {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.editor-live-preview .editor-page-content .about-content #contact_btn_div {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 10%;
  width: 80%;
}

.editor-live-preview .editor-page-content .preview_sections {
  position: relative;
}

.editor-live-preview .editor-page-content .preview_sections .profile_avatar_preview .profile_avatar_container {
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  margin: 30px 0 10px 0;
  padding: 5px;
  width: auto;
}

.editor-live-preview .editor-page-content .preview_sections .profile_avatar_preview .profile_avatar_container img {
  border-radius: 3px;
  height: 146px;
  width: 146px;
}

.editor-live-preview .editor-page-content .preview_sections .user_name_container .user_full_name {
  color: #515152;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  padding: 15px 0 5px 0;
  text-transform: capitalize;
}

.editor-live-preview .editor-page-content .preview_sections .custom_fields_preview .custom_fields_container {
  padding: 0 40px;
}

.editor-live-preview .editor-page-content .preview_sections .custom_fields_preview .custom_fields_container ul {
  list-style: none;
  padding: 0 40px;
  margin: 0;
}

.editor-live-preview .editor-page-content .preview_sections .custom_fields_preview .custom_fields_container ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.editor-live-preview .editor-page-content .preview_sections .social_media_icons_preview {
  width: 100%;
}

.editor-live-preview .editor-page-content .preview_sections .social_media_icons_preview .social_media_icons_container {
  display: inline-flex;
}

.editor-live-preview .editor-page-content .preview_sections .social_media_icons_preview .social_media_icons_container .icon_preview {
  color: #515152;
  display: inline-block;
  float: left;
  margin: 10px;
}

.editor-live-preview .editor-page-content .preview_sections .bio_box_preview {
  padding: 10px 15px;
  width: 100%;
}

.editor-live-preview .editor-page-content .preview_sections .bio_box_preview .bio_box_container {
  border: 1px solid #D5D5D5;
  height: auto;
  padding: 10px 25px;
  word-wrap: break-word;
}

.editor-live-preview .editor-page-content .preview_sections .bio_box_preview .bio_box_container p {
  margin: 0;
}

.editor-live-preview .editor-page-content .preview_sections .custom_fields_table_preview .custom_fields_table_border {
  background-color: #EEEEEE;
  height: 15px;
  width: 100%;
}

.editor-live-preview .editor-page-content .preview_sections .custom_fields_table_preview .custom_fields_table {
  width: 100%;
}

.editor-live-preview .editor-page-content .preview_sections .custom_fields_table_preview .custom_fields_table .custom_field_row {
  border-bottom: 1px solid #D5D5D5;
}

.editor-live-preview .editor-page-content .preview_sections .custom_fields_table_preview .custom_fields_table .custom_field_row .custom_field_label {
  font-weight: 500;
  text-align: left;
}

.editor-live-preview .editor-page-content .preview_sections .custom_fields_table_preview .custom_fields_table .custom_field_row .custom_field_value {
  font-weight: 300;
  text-align: right;
}

.editor-live-preview .editor-page-content .curr-content {
  padding: 20px;
  max-width: 1000px;
  margin: auto;
}

.editor-live-preview .editor-page-content .curr-content .search {
  position: relative;
  margin-bottom: 50px;
  max-width: 750px;
}

.editor-live-preview .editor-page-content .curr-content .search input[type="text"] {
  width: 80%;
  border: 1px solid #D5D5D5;
  height: 35px;
  border-radius: 5px;
  padding-left: 10px;
}

.editor-live-preview .editor-page-content .curr-content .course {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto 30px auto;
  height: 280px;
  width: 260px;
}

.editor-live-preview .editor-page-content .curr-content .course .course-info-icon {
  text-align: right;
  height: auto;
  width: 100%;
}

.editor-live-preview .editor-page-content .curr-content .course .course-info-icon img,
.editor-live-preview .editor-page-content .curr-content .course .course-info-icon svg {
  margin: 10px;
}

.editor-live-preview .editor-page-content .curr-content .course .curr-progress {
  position: absolute;
  top: 30px;
  left: 0;
  height: 230px;
  width: 100%;
}

.editor-live-preview .editor-page-content .curr-content .course .course-percentage {
  height: auto;
  width: 100%;
}

.editor-live-preview .editor-page-content .curr-content .course .course-percentage p {
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  font-size: 9px;
}

.editor-live-preview .editor-page-content .curr-content .course .icon {
  height: auto;
  width: 100%;
}

.editor-live-preview .editor-page-content .curr-content .course .icon img,
.editor-live-preview .editor-page-content .curr-content .course .icon svg {
  border-radius: 50%;
  width: 60px;
}

.editor-live-preview .editor-page-content .curr-content .course .course-title {
  height: 25%;
  overflow: hidden;
  word-wrap: break-word;
  width: 100%;
}

.editor-live-preview .editor-page-content .curr-content .course .course-title p {
  color: #515152;
  font-family: "Fira Sans";
  font-size: 13px;
  font-weight: 400;
  margin: 10px 25%;
  text-transform: uppercase;
  width: 50%;
}

.editor-live-preview .editor-page-content .curr-content .lesson {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  box-shadow: none;
  text-align: right;
  height: 90px;
  margin-bottom: 20px;
}

.editor-live-preview .editor-page-content .curr-content .lesson .left-part {
  display: inline-block;
  float: left;
  height: 90px;
  width: 85%;
}

.editor-live-preview .editor-page-content .curr-content .lesson .left-part .course-number-container {
  display: inline-block;
  float: left;
  text-align: center;
  width: 20%;
  height: 90px;
}

.editor-live-preview .editor-page-content .curr-content .lesson .left-part .course-number-container .course-number {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 30px auto;
  padding-top: 2px;
}

.editor-live-preview .editor-page-content .curr-content .lesson .left-part .course-number-container .course-number-outlined {
  background: none;
  color: #15BDC1;
}

.editor-live-preview .editor-page-content .curr-content .lesson .left-part .course-number-container .course-number-no-outlined {
  background: none;
  color: #15BDC1;
}

.editor-live-preview .editor-page-content .curr-content .lesson .left-part .lesson-description {
  display: inline-block;
  text-align: left;
  height: 90px;
  width: 80%;
}

.editor-live-preview .editor-page-content .curr-content .lesson .left-part .lesson-description p:first-child {
  margin-bottom: 0;
  overflow: hidden;
  margin-top: 20px;
}

.editor-live-preview .editor-page-content .curr-content .lesson .left-part .lesson-description .lesson-description-text {
  margin: 0;
  height: 50px;
  overflow: hidden;
  word-wrap: break-word;
}

.editor-live-preview .editor-page-content .curr-content .lesson .go {
  display: inline-block;
  float: right;
  background-color: #15BDC1;
  border-radius: 0 10px 10px 0;
  text-align: center;
  height: 90px;
  width: 45px;
}

.editor-live-preview .editor-page-content .curr-content .lesson .go img {
  height: 26px;
  width: 26px;
  margin: 32px auto;
}

.editor-live-preview .editor-page-content .curr-content .lesson-item {
  max-width: 800px;
}

.editor-live-preview .editor-page-content .curr-content .lesson-item .lesson-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}

.editor-live-preview .editor-page-content .curr-content .lesson-item .lesson-title,
.editor-live-preview .editor-page-content .curr-content .lesson-item p {
  color: #515152;
  font-family: "Fira Sans", sans-serif;
}

.editor-live-preview .editor-page-content .curr-content .lesson-item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  text-align: left;
}

.editor-live-preview .editor-page-content .curr-content .lesson-item .image-container {
  margin: 15px auto;
  width: 300px;
}

.editor-live-preview .editor-page-content .curr-content .lesson-item .image-container .image {
  height: 300px;
  width: 300px;
  border: 1px solid #D5D5D5;
  margin: auto;
}

.editor-live-preview .editor-page-content .curr-content .lesson-item .image-container .caption {
  margin-top: 10px;
  font-size: 14px;
}

.editor-live-preview .editor-page-content .curr-content .lesson-item .button-container {
  width: 100%;
  text-align: center;
}

.editor-live-preview .editor-page-content .curr-content .lesson-item .button-container button {
  background-color: #34CE8B;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 5px;
  width: 100%;
}

.editor-live-preview .editor-page-content .curr-content .lesson-item .button-container .btn-small {
  width: 180px;
}

.editor-live-preview .editor-page-content .curr-content .multichoice .answer {
  border: 1px solid #D5D5D5;
  display: inline-block;
  width: 100%;
  margin: 0 0 25px 0;
  background-color: #FFFFFF;
}

.editor-live-preview .editor-page-content .curr-content .multichoice .answer p {
  margin: 15px;
}

.editor-live-preview .editor-page-content .curr-content .progress-content {
  font-family: "Fira Sans", sans-serif;
  text-align: center;
}

.editor-live-preview .editor-page-content .curr-content .progress-content .dot-container {
  margin-bottom: 10px;
}

.editor-live-preview .editor-page-content .curr-content .progress-content .dot-container .slickdot {
  display: inline-block;
  background: darkslategrey;
  border-radius: 50px;
  margin-left: 5px;
  height: 8px;
  width: 8px;
}

.editor-live-preview .editor-page-content .curr-content .progress-content .dot-container .active {
  background-color: #34CE8B;
}

.editor-live-preview .editor-page-content .curr-content .progress-content .points-display {
  position: relative;
  width: 100%;
}

.editor-live-preview .editor-page-content .curr-content .progress-content .points-display .points-image {
  position: absolute;
  top: 75px;
  width: 100%;
}

.editor-live-preview .editor-page-content .curr-content .progress-content .points-display .points-image img {
  width: 90px;
}

.editor-live-preview .editor-page-content .curr-content .progress-content .point-breakdown {
  margin: 15px;
}

.editor-live-preview .editor-page-content .curr-content .progress-content .point-breakdown .level {
  color: #425F6F;
}

.editor-live-preview .editor-page-content .curr-content .progress-content .point-breakdown .level,
.editor-live-preview .editor-page-content .curr-content .progress-content .point-breakdown .points {
  font-size: 16px;
}

.editor-live-preview .editor-page-content .curr-content .progress-content .point-breakdown .points {
  color: #515152;
  margin: 0;
}

.editor-live-preview .editor-page-content .curr-content .progress-content .point-breakdown .current-points {
  opacity: 0.6;
}

.editor-live-preview .editor-page-content .curr-content .progress-content button {
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 15px;
  padding: 5px 15px;
  width: 100%;
}

.editor-live-preview .editor-page-content .curr-content .progress-content button.earn {
  background-color: #34CE8B;
}

.editor-live-preview .editor-page-content .curr-content .progress-content button.send {
  background-color: #23C0C8;
}

.editor-live-preview .editor-page-content .resources {
  padding: 0;
}

.editor-live-preview .editor-page-content .resources .resource {
  background-color: #FFFFFF;
  border: 1px solid #D5D5D5;
  box-shadow: 0 2px 9px 0 rgba(203, 203, 203, 0.5);
  margin: 10px;
  max-width: 700px;
}

.editor-live-preview .editor-page-content .resources .resource h2 {
  font-size: 14px;
}

.editor-live-preview .editor-page-content .resources .resource h2,
.editor-live-preview .editor-page-content .resources .resource p {
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  text-align: left;
  margin: 10px;
}

.editor-live-preview .editor-page-content .resources .resource p {
  font-size: 12px;
}

.editor-live-preview .editor-page-content .resources .resource a {
  color: #4A90E2;
  font-size: 12px;
}

.editor-live-preview .editor-page-content .resources .resource img {
  margin-top: 0;
  width: 100%;
}

.editor-live-preview .splash-page-content {
  display: table;
  height: 500px;
}

.editor-live-preview .splash-page-content #splash_content {
  display: table-cell;
  vertical-align: middle;
}

.editor-live-preview .splash-page-content #splash_content .placeholder_logo {
  padding: 5px 30px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  max-height: 110px;
  max-width: 379px;
  width: 100%;
  word-wrap: break-word;
}

.editor-live-preview .splash-page-content #splash_content .placeholder_logo #logo_img {
  max-height: 315px;
  max-width: 315px;
}

.editor-live-preview .splash-page-content #splash_content .placeholder_logo #logo_text {
  max-width: 200px;
  word-wrap: break-word;
}

.editor-live-preview .splash-page-content #splash_content .placeholder_logo #logo_text p {
  max-height: 120px;
  overflow: hidden;
}

.editor-live-preview .splash-page-content #splash_content .splash_subheader .splash_subheader_text {
  margin: 0;
  padding: 5px 50px;
  overflow-wrap: break-word;
  width: 100%;
}

.editor-live-preview .splash-page-content #splash_content .splash {
  padding: 0 !important;
  margin: 10px auto !important;
  max-height: 315px;
  max-width: 315px;
}

.editor-live-preview .profile-page-content {
  width: auto;
}

.editor-live-preview .editor-page-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  /* login screen */
  /* about screen */
  /* curriculum */
}

.editor-live-preview .editor-page-footer .static-button {
  background-color: #efefef;
}

.editor-live-preview .editor-page-footer .editor-login-buttons {
  border-radius: 0;
  margin: 0;
  height: 45px;
  width: 100%;
}

.editor-live-preview .editor-page-footer .editor-login-buttons p {
  margin: 0;
  padding: 0;
  line-height: 45px;
}

.editor-live-preview .editor-page-footer .bottom-about {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  padding: 0 40px;
  height: 50px;
  width: 100%;
}

.editor-live-preview .editor-page-footer .curr-editor-bottom-nav {
  background-color: #F7F7F8;
  box-shadow: none;
  height: 50px;
  width: 100%;
  z-index: 1;
}

.editor-live-preview .editor-page-footer .curr-editor-bottom-nav a {
  display: inline-block;
  float: left;
  color: #A0A0A1;
  text-align: center;
  height: 50px;
  width: 33.3%;
}

.editor-live-preview .editor-page-footer .curr-editor-bottom-nav a img {
  display: inline;
  width: 23px;
  height: 23px;
}

.editor-live-preview .editor-page-footer .curr-editor-bottom-nav a p {
  color: #A0A0A1;
  font-size: 10px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-top: 5px;
}

.editor-live-preview .editor-page-footer .curr-editor-bottom-nav a .unselected {
  display: inline;
}

.editor-live-preview .editor-page-footer .curr-editor-bottom-nav a .selected {
  display: none;
}

.editor-live-preview .editor-page-footer .curr-editor-bottom-nav .active {
  color: #ffffff;
}

.editor-live-preview .editor-page-footer .curr-editor-bottom-nav .active p {
  color: #ffffff;
}

.editor-live-preview .editor-page-footer .curr-editor-bottom-nav .active .unselected {
  display: none;
}

.editor-live-preview .editor-page-footer .curr-editor-bottom-nav .active .selected {
  display: inline;
}

.editor-live-preview .article-details-footer {
  background-color: #f7f7f8;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  height: 50px;
  width: 100%;
}

.editor-live-preview .article-details-footer button {
  opacity: 1;
  border: none;
  margin: 0 5px;
}

.editor-live-preview .menu-footer {
  padding-bottom: 20px;
}

.editor-live-preview .menu-footer .footer-button {
  display: inline-block;
  width: 50%;
  float: left;
}

.editor-live-preview .dark-background-overlay {
  height: 100%;
  width: 100%;
}

.editor-live-preview .side-nav-menu {
  height: 100%;
}

.editor-live-preview .over-side-nav {
  width: 379px;
}

.editor-live-preview .pull-left {
  float: left;
}

.editor-live-preview .pull-right {
  float: right;
}

.editor-live-preview .divider .line {
  display: inherit;
  background-color: rgba(0, 0, 0, 0.3);
  height: 1px;
  width: 100%;
}

.editor-live-preview .line {
  border-bottom: 1px solid #d9d9d9;
}

.editor-live-preview .border {
  border: 1px solid #d9d9d9 !important;
}

.editor-live-preview .shadow {
  box-shadow: 0 2px 10px 0 rgba(202, 202, 202, 0.5) !important;
}

/* popup models */

.article-tags {
  text-align: left;
  max-width: 95%;
}

.article-tags .tag {
  opacity: 1 !important;
  padding: 0 3px !important;
  border: none !important;
  margin: 3px !important;
  font-size: 12px !important;
  border-radius: 2px !important;
}

table.create-category-filters {
  width: 100%;
}

table.create-category-filters tr td {
  padding: 5px;
}

table.create-category-filters tr td:first-child {
  width: 20%;
}

.edit_social_media_model_header {
  color: #515152;
  font-family: "Fira Sans";
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin: 20px;
}

.edit_social_media_model_body {
  margin: 5px;
}

.edit_social_media_model_body ul {
  list-style: none;
  padding: 20px 20px 0 20px;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}

.edit_social_media_model_body ul li {
  display: inline-flex;
  height: 69px;
  width: 100%;
}

.edit_social_media_model_body ul li .custom_field_col {
  display: inline-block;
  float: left;
  width: 33%;
}

.edit_social_media_model_body ul li .custom_field_col p {
  color: #515152;
  font-family: "Fira Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  text-transform: capitalize;
}

.edit_social_media_model_body ul li .custom_field_col .circle-check {
  margin: 0;
}

.edit_social_media_model_body ul li .dot_container {
  text-align: left;
  width: 10%;
}

.edit_social_media_model_body ul li .dot_container img {
  width: 13px;
}

.edit_social_media_model_body ul li .title_container {
  text-align: left;
  width: 70%;
}

.edit_social_media_model_body ul li .status_container {
  text-align: right;
  width: 20%;
}

/* general toggles and buttons styling */

.multi-buttons-set {
  text-align: center;
  width: 100%;
}

.multi-buttons-set .button {
  background-color: #D8D8D8;
  color: #515152;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  height: 38px;
  margin-left: 5px;
  opacity: 0.4;
  text-align: center;
  padding: 5px;
  width: auto;
}

.multi-buttons-set .button:first-child {
  margin: 0;
}

.multi-buttons-set .active {
  background-color: #34CE8B;
  color: #FFFFFF;
  opacity: 1;
}

.three-buttons-set .button {
  margin-left: 3%;
  width: 31%;
}

.multi-tabs-set {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.multi-tabs-set .tab {
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  color: #D8D8D8;
  float: left;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  height: 38px;
  text-align: center;
  padding: 5px;
  width: auto;
}

.multi-tabs-set .tab:first-child {
  border-radius: 5px 0 0 5px;
}

.multi-tabs-set .tab:last-child {
  border-radius: 0 5px 5px 0;
}

.multi-tabs-set .active {
  background-color: #34CE8B;
  color: #FFFFFF;
  opacity: 1;
}

.two-tabs-set .tab {
  width: 50%;
}

.three-tabs-set .tab {
  width: 33%;
}

.four-tabs-set .tab {
  width: 25%;
}

.add-button {
  background: #FFFFFF;
  border: 0.5px solid #15BDC1;
  border-radius: 3px;
  color: #15BDC1;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  padding: 5px 10px;
  width: 100%;
}

.create-button-rectangle {
  width: 50%;
  border: 1px solid #34CE8B;
  border-radius: 5px;
  padding: 5px 10px;
  color: #34CE8B;
  font-size: 16px;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
  transition: all 100ms ease-in-out;
}

.create-button-rectangle:hover {
  background-color: rgba(52, 206, 139, 0.4);
  color: #34CE8B;
  border: 1px solid transparent;
}

.filter-dropdown hr {
  margin: 0;
}

/* circular checkbox styling*/

.circle-checkbox input {
  height: 34px;
  width: 258px;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  padding-left: 15px;
}

.circle-checkbox .circle-check {
  display: inline-block;
  float: right;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  cursor: pointer;
  transition: all .15s ease-in-out;
  display: inline-block;
  margin: auto 25px auto;
}

.circle-checkbox .circle-check .circle-status {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

.circle-checkbox .circle-check img {
  height: 30px;
  width: 30px;
}

.circle-checkbox .circle-check div {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.circle-checkbox input[type=checkbox]:checked + div {
  background-color: #34ce8b;
  transition: all .15s ease-in-out;
  margin-top: -1px;
}

/* switch toggles styling */

.rounded-toggle-container {
  display: inline-block;
  width: 100%;
}

.rounded-toggle-container .advanced-p {
  display: inline-block;
  float: left;
  width: 60%;
}

.rounded-toggle-container .switch-toggle {
  display: inline-block;
  float: right;
  width: 40%;
  /* Rounded sliders */
}

.rounded-toggle-container .switch-toggle .content-switch {
  border: none;
  height: 38px;
  width: 68px;
  margin-top: 5px;
}

.rounded-toggle-container .switch-toggle .slider {
  border-radius: 15px;
}

.rounded-toggle-container .switch-toggle .slider:before {
  position: absolute;
  content: "";
  height: 30px !important;
  width: 30px !important;
  left: 6px !important;
  bottom: 4px !important;
  border-radius: 50% !important;
  background-color: white;
  transition: .4s;
}

.rounded-toggle-container .switch-toggle .slider:after {
  content: 'OFF';
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 73%;
  font-size: 12px;
  font-family: "Fira Sans";
  font-weight: bold;
}

.rounded-toggle-container .switch-toggle input:checked + .slider:after {
  content: 'ON';
  left: 25%;
}

.rounded-toggle-container .switch-toggle input:checked + .slider {
  background-color: #5DD8A2;
}

.rounded-toggle-container .switch-toggle input:focus + .slider {
  box-shadow: 0 0 1px #5DD8A2;
}

.rounded-toggle-container .switch-toggle input:checked + .slider:before {
  transform: translateX(26px);
}

.rounded-toggle-container .switch-toggle .slider.round {
  border-radius: 15px;
}

.rounded-toggle-container .switch-toggle .slider.round:before {
  border-radius: 50%;
}

.hide {
  display: none;
}

.preview-container {
  width: 300px;
  height: 300px;
  display: inline-block;
}

.preview-container #icon {
  height: 100%;
}

.details-container {
  margin-left: 320px !important;
  overflow-y: auto;
  height: 100vh;
  padding-top: 50px;
  position: relative;
}

.details-container .card-container {
  display: inline-block;
}

.details-container.screenshots .card-container {
  width: 75%;
  margin-top: 25px;
  margin-left: 25px;
  padding: 0;
}

.details-container.screenshots .card-container .controls-container {
  width: calc(100% - 337px);
}

.details-container .icon-gen-container {
  width: 94%;
  height: 80vh;
  margin: 0 auto;
  padding-top: 50px;
}

.details-container .icon-gen-container .split-right-content {
  text-align: center;
}

.details-container .icon-gen-container .upload-box {
  height: 40px;
  width: 200px;
  margin: auto;
  background-color: white;
  text-transform: uppercase;
  color: #868688;
  font-weight: 500;
  border: 1px solid #979797;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.details-container .icon-gen-container .upload-box:hover {
  color: white;
  background-color: #A0A0A1;
}

.details-container .icon-gen-container .upload-box:focus {
  box-shadow: none;
  transition: none;
  outline: none;
}

.details-container .icon-gen-container .upload-box:active {
  background-color: #868688;
}

.details-container .icon-gen-container #upload-your-own {
  margin-left: 37px;
}

.details-container .icon-gen-container #upload-your-own input {
  z-index: 0;
}

.screenshots .card-container {
  width: 75%;
  margin-top: 25px;
  margin-left: 25px;
  padding: 0;
}

.screenshots #screenName {
  text-transform: uppercase;
  color: #A0A0A1;
  min-height: 20px;
  display: inline-block;
}

.screenshots .controls-container {
  display: inline-block;
  vertical-align: top;
}

.screenshots .controls-container #screenshot-controls {
  position: relative;
}

.screenshots .controls-container .actions {
  padding-top: 20px;
}

.screenshots .controls-container .go-back {
  display: inline-block;
}

.screenshots .controls-container .go-back button {
  background-color: transparent;
  color: #A0A0A1;
  opacity: 0.8;
}

.screenshots .controls-container .go-back i {
  font-size: 22px;
  padding-right: 5px;
}

.screenshots .controls-container .go-back i span {
  vertical-align: text-bottom;
}

.screenshots .controls-container .take-screenshot {
  display: inline-block;
  float: right;
}

.screenshots .controls-container textarea {
  resize: none;
  display: block;
  width: 100%;
  height: 75px;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  padding: 15px;
}

.screenshots .controls-container .ss-controls {
  padding: 60px 20px 20px 20px;
}

.screenshots .controls-container .ss-controls .gradient-picker {
  margin-right: 10%;
}

.screenshots .controls-container .ss-controls .gradient-picker:last-child {
  margin-right: 0;
}

.screenshots .controls-container .ss-controls .advanced-p {
  font-size: 16px;
}

.screenshots .controls-container .ss-controls #ssAdvancedDetails {
  right: 0;
  position: absolute;
  top: 15px;
}

.screenshots .controls-container .screenshot-progress {
  padding: 20px;
}

.screenshots .controls-container .screenshot-progress .screenshot-thumb {
  height: 68px;
  width: 38px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  background-size: cover;
  margin-right: 15px;
}

.screenshots .controls-container .screenshot-progress .screenshot-thumb.required {
  border: 1px solid #d0021b;
}

.screenshots .controls-container .screenshot-progress .screenshot-thumb.completed {
  border: 1px solid #34CE8B;
}

.screenshots .controls-container .screenshot-progress .screenshot-thumb.selected {
  border: 2px solid #15bdc1;
  border-radius: 4px;
}

.screenshots .controls-container .screenshot-progress .screenshot-thumb .close-icon {
  display: none;
}

.screenshots .controls-container .screenshot-progress .screenshot-thumb:hover .close-icon {
  display: block;
}

.screenshots .controls-container .screenshots-complete {
  display: none;
  padding: 20px;
  text-align: center;
}

.screenshots .controls-container .screenshots-complete h3 {
  font-size: 18px;
  text-transform: none;
}

.screenshots .controls-container .screenshots-complete p {
  font-size: 14px;
  color: #A0A0A1;
}

.screenshots .controls-container .screenshots-complete button {
  background-color: #15bdc1;
  text-transform: uppercase;
}

.screenshots .controls-container .screenshots-complete.show {
  display: block;
}

.screenshots .preview-container {
  height: 640px;
  width: 337px;
}

.screenshots .preview-container .screenshot-preview-controls button {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #15bdc1;
  border: 1px solid #15bdc1;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  width: 100px;
  height: 30px;
  font-size: 16px;
  padding: 0;
  margin: auto;
  border-radius: 3px;
  text-transform: uppercase;
  box-shadow: rgba(25, 192, 193, 0.4);
  font-weight: 400;
  transition: all 200ms ease-in-out;
}

.screenshots .preview-container .screenshot-preview-controls button:hover {
  background-color: white;
  color: #ffffff;
}

.screenshots .preview-container .screenshot-preview-controls button:focus {
  outline: none;
}

.screenshots .preview-container .screenshot-preview-controls button:active {
  background-color: #e6e5e5;
}

.screenshots .preview-container .screenshot-preview-controls button:hover {
  color: #ffffff;
  background-color: #15bdc1;
}

.screenshots .preview-container .screenshot-preview-controls button:active {
  background-color: #1e7e54;
}

.screenshots .preview-container .screenshot-preview {
  zoom: 0.5;
  width: 674px;
  height: 1176px;
  text-align: center;
}

.screenshots .preview-container .screenshot-preview .text-space {
  width: 100%;
  height: 230px;
  padding: 50px;
}

.screenshots .preview-container .screenshot-preview .text-space h3 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  line-height: 64px;
  text-transform: none;
  font-weight: 300;
  color: #ffffff;
  word-wrap: break-word;
}

.screenshots .preview-container .screenshot-preview .iphone-container {
  background-image: url("/assets/iphone-skin-f.png");
  background-size: cover;
  width: 524px;
  height: 946px;
  margin: 0 auto;
}

.screenshots .preview-container .screenshot-preview .iphone-container.screenshot-preview-bottom-position {
  background-position-y: -130px;
}

.screenshots .preview-container .screenshot-preview .iphone-container.screenshot-preview-bottom-position .editor-preview {
  top: 0;
}

.screenshots .preview-container .screenshot-preview .editor-preview {
  margin: 0 auto;
  width: 485px;
  top: 100px;
  height: 845px;
}

.screenshots .preview-container .screenshot-preview-controls {
  height: 53px;
  background-color: #F7F7F8;
  text-align: center;
  padding: 11px 0;
  position: relative;
}

.screenshots .preview-container.card-left {
  float: right;
}

.screenshots .screenshot-preview-controls #screenName {
  position: absolute;
  padding: 15px 10px;
  top: 0;
  right: 0;
}

.screenshots .screenshot-preview-controls .button-group {
  margin-right: 100px;
}

.screenshots button {
  border-radius: 3px;
}

.screenshots button.disabled {
  background-color: #D8D8D8;
  color: #5f5f5f;
  border: 1px solid #D5D5D5;
  font-weight: 500;
}

.modal-content.screenshot {
  background-size: cover;
  width: 505px;
  height: 882px;
}

#ssSubmisisonStep .controls-container {
  height: 100%;
  padding: 0;
}

#ssSubmisisonStep .controls-container .ss-controls {
  padding: 0;
}

#ssSubmisisonStep .controls-container .ss-controls .gradient-picker {
  margin-right: 8%;
}

#ssSubmisisonStep .controls-container .ss-controls .gradient-picker:last-child {
  margin-right: 0;
}

#ssSubmisisonStep .controls-container .actions {
  min-height: 100px;
}

#ssSubmisisonStep .controls-container .actions .screenshot-preview-controls {
  margin-top: 25px;
}

#ssSubmisisonStep .controls-container .actions .screenshot-preview-controls button {
  text-transform: none;
  width: 120px;
}

#ssSubmisisonStep #ssAdvancedDetails {
  width: auto;
  margin-top: 10px;
}

#submittedIcon {
  width: 100px;
  padding-bottom: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.details-container-large {
  padding-top: 100px;
  padding-left: 200px;
  width: 92%;
}

div.top-bottom-toggle {
  width: 82%;
  margin-left: 8%;
  text-align: center;
}

div.toggle-container {
  margin-top: 10px;
}

.top-bottom-toggle .caption-position-btn {
  height: 55px;
  width: 135px;
  border-radius: 5px 0px 0px 5px;
}

.top-bottom-toggle .caption-position-btn.left-side {
  border-radius: 0px 5px 5px 0px;
}

.top-bottom-toggle .caption-position-btn.caption-inactive {
  background-color: white;
  color: #A0A0A1;
  border: 1px solid #D5D5D5;
  box-shadow: inset 0 1px 3px 0 rgba(157, 157, 157, 0.5);
}

button:focus {
  outline: none;
}

div.back {
  margin-bottom: 30px;
  cursor: pointer;
}

.back-button-img {
  display: inline;
}

.back-button-text {
  display: inline;
}

button#screenshot {
  display: block;
}

div#screenshot-controls {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

div#icon-preview {
  display: inline-block;
  width: 475px;
  height: 475px;
  margin-bottom: 15px;
  border: 1px solid #d5d5d5;
  text-align: center;
  overflow: hidden;
}

.modal.screenshots-modal {
  background-color: rgba(0, 0, 0, 0.7);
}

button#icon {
  display: block;
}

div#icon-controls {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

.text-space {
  width: 414px;
  height: 125px;
  padding: 30px;
}

.text-space-bottom {
  width: 414px;
  height: 125px;
  padding: 30px;
  margin-top: -690px;
}

.iphone-skin-caption-bottom {
  margin-top: -190px;
}

.submit-save {
  width: 100%;
  height: 100px;
  text-align: center;
}

#screenshot {
  width: 414px;
  height: 55px;
  font-size: 22px;
  margin-top: 40px;
  zoom: .7;
}

div.gradients {
  display: block;
  width: 100%;
  text-align: center;
}

div.standalone-gradients {
  display: block;
  width: 100%;
}

div.gradient-picker {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 50%;
  background-color: black;
}

#gradient-picker-1 {
  margin-left: 0px;
  background: linear-gradient(180deg, #F5515F 0%, #9F041B 100%);
}

#gradient-picker-2 {
  background: linear-gradient(134.72deg, #3023AE 0%, #C86DD7 100%);
}

#gradient-picker-3 {
  background: linear-gradient(180deg, #B4EC51 0%, #429321 100%);
}

#gradient-picker-4 {
  background: linear-gradient(180deg, #FAD961 0%, #F76B1C 100%);
}

#gradient-picker-5 {
  background: linear-gradient(0deg, #2DC89F 0%, #1CBAF7 100%);
}

#gradient-picker-1,
#gradient-picker-2,
#gradient-picker-3,
#gradient-picker-4,
#gradient-picker-5 {
  cursor: pointer;
}

div.review.screenshots-container {
  width: 400px;
  height: 80px;
  position: static;
  display: inline-block;
  margin-top: -30px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  border: none;
  float: right;
}

#icon_review {
  float: right;
  margin-right: 30px;
  margin-top: -12px;
}

#review_saved_screenshots {
  height: 80px;
}

#advanced-details-settings,
#ss-advanced-details-settings {
  display: none;
  margin-top: 25px;
}

#advanced-details-settings,
#hidable-settings {
  margin-bottom: 10px;
}

.details-font {
  max-width: 325px;
  margin: auto;
}

.dropdown-editor-select-medium {
  width: 200px;
}

.dropdown-editor-select-size {
  width: 100px;
}

/* DETAILS */

.details-box {
  border-radius: 5px;
  border: 0.5px solid rgba(203, 203, 203, 0.5);
  box-shadow: 0 -4px 9px 0 rgba(242, 242, 242, 0.5), 0 4px 9px 0 rgba(203, 203, 203, 0.5);
  width: 90%;
  position: relative;
}

.cms-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
  background-color: transparent;
}

.cms-close:hover,
.cms-close:focus {
  color: #000000;
  text-decoration: none;
  opacity: .75;
}

.cms-close-demo {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
  background-color: transparent;
  position: absolute;
  right: 0px;
  z-index: 9999;
}

.details-box .header {
  border-radius: 5px 5px 0 0;
  background-color: #F7F7F8;
  height: 56px;
  width: 100%;
  padding: 15px 30px;
}

.details-box .header p {
  color: rgba(81, 81, 82, 0.84);
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.details-box .content {
  padding: 30px 50px;
}

.width-hundop {
  width: 100%;
}

/* BASICS */

.basics-container .details-box {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.basics-container .details-box p {
  color: rgba(0, 0, 0, 0.64);
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
}

.basics-container .details-box .full {
  position: relative;
  width: 97%;
  margin: 1%;
  display: inline-block;
}

.basics-container .details-box .half {
  position: relative;
  width: 47%;
  margin: 1%;
  display: inline-block;
}

.basics-container .details-box textarea,
.basics-container .details-box .text-field {
  width: 100%;
  resize: none;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 8px 15px;
}

.basics-container .details-box .dropdown {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  max-width: 450px;
  height: 42px;
  color: rgba(0, 0, 0, 0.84);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  padding: 10px 15px;
  position: relative;
}

.basics-container .details-box .dropdown img {
  position: absolute;
  right: 13px;
  top: 11px;
}

.basics-container .details-box .dropdown-categories {
  position: absolute;
  z-index: 3;
  min-width: 350px;
  max-width: 450px;
  max-height: 195px;
  background-color: #fff;
  display: none;
  padding: 5px 0px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 4px 9px 0 rgba(155, 155, 155, 0.5);
  overflow-y: scroll;
}

.basics-container .details-box .dropdown-categories div {
  width: 100%;
  color: #16BEC1;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 10px 25px;
}

textarea {
  padding: 8px 15px;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

/* STATUS */

.status-container .details-box {
  max-width: 900px;
  margin: auto;
  margin-top: 30px;
}

.medium h6 {
  color: rgba(0, 0, 0, 0.64);
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
}

.medium-details {
  width: 100%;
}

.medium a {
  color: #16BEC1;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  display: inline-block;
  width: 42%;
}

.medium .button-container {
  display: inline-block;
  width: 13%;
  text-align: left;
}

.medium button {
  border: 1px solid #34CE8B;
  background: transparent;
  border-radius: 5px;
  color: #34CE8B;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 6px;
}

.medium p.last-edits {
  color: rgba(81, 81, 82, 0.44);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  display: inline-block;
  width: 30%;
}

.medium .actual-status {
  display: inline-block;
  width: 12%;
  text-align: right;
}

.medium .actual-status .text {
  color: rgba(0, 0, 0, 0.69);
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  display: inline-block;
}

.medium .live .text:before {
  content: "LIVE";
}

.medium .offline .text:before {
  content: "OFFLINE";
}

.medium .actual-status .status-icon {
  height: 22px;
  width: 22px;
  border: 1px solid #7ED321;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.medium .actual-status .status-icon div {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.medium .live .status-icon {
  border: 1px solid #7ED321;
}

.medium .offline .status-icon {
  border: 1px solid #D0021B;
}

.medium .live .status-icon div {
  background-color: #7ED321;
}

.medium .offline .status-icon div {
  background-color: #D0021B;
}

/* MATERIALS */

.materials-container {
  text-align: center;
}

.materials {
  max-width: 900px;
  margin: 0px auto 0px auto;
}

.start-materials img,
.start-materials p,
.start-materials button {
  position: absolute;
}

.materials .icon-preview {
  width: 160px;
  height: 160px;
  margin: 10px;
}

.materials .box-with-shadow {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 -4px 9px 0 rgba(211, 211, 211, 0.5), 0 4px 9px 0 rgba(193, 193, 193, 0.5);
}

.materials .box-with-shadow.materials-box {
  width: 355px;
  position: relative;
}

.materials .start-materials {
  height: 450px;
  margin: 45px 45px 10px 45px;
  padding: 1em;
}

.materials .ss-box {
  margin: 5px 45px 10px 45px;
  padding: 2em;
}

.materials .ss-box .ss-links {
  color: #A0A0A1;
  padding: 0 2em;
}

.materials .app-changes {
  color: #A0A0A1;
  width: 355px;
  margin: 45px;
}

.materials .app-changes .update-time {
  margin-bottom: 25px;
}

.start-materials button {
  height: 50px;
  border-radius: 5px;
  background-color: #16BEC1;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

#start-screenshot button {
  width: 275px;
  left: 39.5px;
}

.start-materials p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: center;
  width: 100%;
  font-weight: 400;
}

.start-materials .own-icon {
  color: #A0A0A1;
  top: 395px;
}

.start-materials .upload {
  color: #16BEC1;
  top: 420px;
  text-decoration: underline;
}

/* form validation */

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border-color: #843534;
  box-shadow: none;
}

input.parsley-error:focus,
select.parsley-error:focus,
textarea.parsley-error:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.parsley-errors-list li {
  list-style: none;
  color: #843534;
  text-align: left !important;
  margin-left: -30px;
  font-size: 11px;
  margin-top: -20px;
}

/* tags styling
 */

.bootstrap-tagsinput .tag {
  padding: 0px 10px 0px 10px;
  color: black;
  background-color: #D5D5D5;
  border-radius: 5px;
  margin: 1px 0px 0px 0px;
}

.bootstrap-tagsinput {
  width: 100%;
  min-height: 59px;
  line-height: 32px;
}

.selected-tags {
  color: #ffffff !important;
  background-color: #33cc89 !important;
}

tr.add_category_filter td {
  padding-top: 25px;
}

tr.add_category_filter td a {
  color: #7CDFB4;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  font-family: "Fira-Sans";
}

tr td .save-filter {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #CCCCCC;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

tr td .remove-filter {
  color: #D1D1D1;
  font-size: 17px;
  font-family: Roboto;
  font-weight: 500;
  margin-left: 5px;
}

div.frontend-icon-gen {
  padding: 30px;
  height: 600px;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  margin-top: 30px;
}

div#icon {
  width: 100%;
  outline: .5px solid #787878;
}

.icon-details-container {
  padding-top: 100px;
  padding-left: 320px;
  width: 100%;
}

input[type=range].width-limit {
  width: 85%;
  height: 18px;
  float: none;
  direction: rtl;
  margin: 0px;
}

input[type=range].width-limit.standalone {
  width: 70%;
}

button.icon-advanced-settings {
  margin-top: 55px;
}

div.email-container-standalone {
  width: 50%;
  margin-right: 10px;
  float: left;
}

div.email-container-standalone input#emailInput.form-control {
  background-color: #fff;
  border: 1px solid #a0a0a1;
  border-radius: 0px;
  color: #a0a0a1;
  font-family: "Fira Sans";
  font-size: 13px;
  font-weight: 500;
  height: 42px;
}

.email-label-standalone {
  margin-top: 10px;
  margin-bottom: 5px;
}

.standalone-modal-container {
  width: 100%;
  text-align: center;
}

.modal-body.standalone {
  padding: 40px;
}

.standalone-modal-success {
  color: white;
  height: 32px;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  background-color: #34ce8b;
  box-shadow: 0 3px 0 0 #259b67;
}

ul.dd-options.dd-click-off-close {
  max-height: 400px;
  overflow-y: scroll;
}

h1.icon-gen-header {
  font-family: "Fira Sans", medium;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 32px;
  color: #515152;
}

#generate-icon {
  height: 42px;
  font-size: 16px;
}

#upload-your-own {
  display: inline-block;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}

#upload-your-own {
  display: inline-block;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}

#upload-your-own input {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.screenshot_thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.screenshot_title {
  font-size: 14px;
  padding-top: 4px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.1);
  /* Black w/ opacity */
}

/* Modal Content (image) */

.screenshot-review-modal {
  width: 300px;
  margin-top: 100px !important;
}

.modal-content {
  margin: auto;
  display: block;
}

#addCourse .modal-content .close {
  position: relative;
  top: auto;
  right: auto;
}

/* Caption of Modal Image */

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */

.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */

.close {
  position: fixed;
  top: 70px;
  right: 150px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

img.close-icon {
  height: 20px;
  position: relative;
  float: right;
  line-height: 0;
  top: -10px;
  right: -10px;
}

img.screenshot-thumbnail {
  margin-top: -20px;
}

img.screenshot-thumbnail:hover {
  cursor: pointer;
}

div.screenshot-thumbnail-container {
  display: inline-block;
  padding-bottom: 20px;
}

div.review.screenshot-thumbnail-container {
  padding-bottom: 0px;
}

.review img.screenshot-thumbnail {
  margin-top: 0px;
}

.horizontrule {
  width: 40%;
  border: 1.5px solid #15BDC1;
  margin: 2em auto;
}

.icon-preview {
  border: 1px dashed #D5D5D5;
  border-radius: 25px;
  width: 10em;
  height: 10em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
}

.logo-upload > img {
  height: 100%;
}

.logo-upload:hover {
  cursor: pointer;
}

#custom_icon {
  display: none;
}

.wrapper .step-controls .next-button.skip-button {
  width: 8em;
  line-height: 2em;
  border-radius: 3px;
  background: #D8D8D8;
  color: #A0A0A1;
  position: absolute;
  right: -16em;
}

.screenshots-div > a > .screenshot-thumb {
  height: 110.63px;
  width: 61.04px;
  position: relative;
}

.screenshots-div {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  height: 90%;
  position: absolute;
  padding-top: 1em;
}

.start-materials {
  padding-top: 1.5em;
}

.icon-div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}

.icon-div > img {
  position: relative;
}

.icon-div button {
  position: relative;
  width: 85px;
}

.icon-reqs {
  height: 28px;
  width: 195px;
  color: #A0A0A1;
  font-family: Roboto;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}

.has-own {
  height: 16px;
  width: 187px;
  color: #A0A0A1;
  font-family: Roboto;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-bottom: -1em;
}

.short-name {
  margin-top: -2em;
}

body,
.row {
  width: 100%;
  margin: 0;
}

.is_physiatrist {
  position: absolute !important;
  right: 20px;
}

.is_physiatrist p {
  margin: 16px 10px 0 0;
  display: inline-block;
}

.modal-content {
  border: none;
  border-radius: 5px;
  margin-top: 75px;
}

/* RANDOM CONTROLS */

.desktop-width {
  margin: auto;
  max-width: 90%;
}

.center {
  text-align: center;
}

.no-margin {
  margin: 0;
}

#global-modal {
  z-index: 1999;
}

div.modal-backdrop.fade.show {
  z-index: 2;
}

/* NAVS & MENUS */

.nav {
  background-color: #F7F7F8;
  height: 50px;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  display: inline;
  position: fixed;
  top: 0;
  z-index: 2000;
}

#logo {
  height: 27px;
  margin-top: 11.5px;
  margin-left: 22px;
}

.right-nav {
  float: right;
  margin: 10px 20px 0px 0px;
}

.right-nav .nav-img {
  height: 20px;
  margin-right: 15px;
  cursor: pointer;
}

.right-nav .arrow {
  height: 15px;
  width: 12px;
}

#account-btn {
  zoom: .9;
  width: auto;
  height: 34px;
  border-radius: 3px;
  display: inline-block;
  color: #19C0C1;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  cursor: pointer;
}

#support-btn {
  zoom: .9;
}

#avatar-icon {
  padding: 1px 1px 1px 5px;
}

#account-dropdown {
  width: 34.1px;
  height: 34px;
  transform: scaleX(-1);
  border-radius: 3px;
  z-index: 1;
  float: right;
  margin: -1px -1px 0px 0px;
}

#account-dropdown-arrow path {
  color: #F4345A;
  position: absolute;
  right: 7px;
  top: 12px;
}

.account-dropdown-content {
  display: none;
  position: absolute;
  right: 20px;
  top: 50px;
  min-width: 350px;
  z-index: 4;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 3px;
  text-align: right;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.account-dropdown-content.show {
  display: block;
}

.account-dropdown-content .dropdown-top-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 120px;
  margin: 10px 0;
}

.account-dropdown-content .dropdown-top-section .img-holder {
  height: 105px;
  width: 105px;
  margin: 5px;
  border-radius: 5px;
}

.account-dropdown-content .dropdown-top-section .img-holder img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.account-dropdown-content .dropdown-top-section .accout-deets {
  height: 105px;
  width: 190px;
  margin: 5px;
  text-align: left;
}

.account-dropdown-content .dropdown-top-section .accout-deets .user {
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  font-weight: 500;
}

.account-dropdown-content .dropdown-top-section .accout-deets .email {
  color: #D5D5D5;
  padding-bottom: 20px;
}

.account-dropdown-content .dropdown-top-section .accout-deets .name {
  color: #19C0C1;
}

.account-dropdown-content .acct-settings-btn {
  text-decoration: none;
  height: 35px;
  width: 150px;
  border-radius: 5px;
  background-color: #34CE8B;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  padding: 10px;
}

.account-dropdown-content .acct-settings-btn:hover {
  background-color: #5dd8a2;
}

.account-dropdown-content .acct-settings-btn:active {
  background-color: #28a770;
}

.account-dropdown-content .log-out-link {
  font-family: "Fira Sans", sans-serif;
  display: block;
  text-align: left;
  padding: 15px;
  border-top: 1px solid #f2f2f2;
  color: #D5D5D5;
}

.subnav {
  background-color: #ffffff;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
  position: fixed;
  top: 70px;
}

.subnav img {
  margin: 5px;
}

.subnav h5 {
  margin: 0px;
  padding: 5px;
}

#grid-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  float: left;
}

a.grid-home-button {
  width: 100%;
}

div.modal-dialog.add-card-dialog {
  z-index: 9999;
}

div.ekko-lightbox .modal-dialog {
  top: 50px !important;
}

.support-dropdown-content {
  display: none;
  position: absolute;
  right: 165px;
  top: 50px;
  min-width: 250px;
  z-index: 4;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
  font-weight: 500;
}

.support-dropdown-content .support-item {
  display: block;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  color: #D5D5D5;
  margin: 0;
}

.support-dropdown-content .chat {
  color: #19C0C1;
  margin-bottom: 20px;
}

/* SIDE NAV */

.sidenav {
  min-height: 100%;
  top: 0;
  background-color: #FFFFFF;
  border-right: 1px solid #d7d7d7;
  padding-top: 50px;
  position: fixed;
  text-align: center;
  width: 71px;
}

.sidenav .sidenav-toggles {
  border-top: 1px solid #c2c2c3;
}

.sidenav .sidenav-item {
  height: 70px;
  width: 70px;
  text-align: center;
  margin-top: 5px;
  padding: 10px;
  border-radius: 3px;
  transition: all 200ms ease-in-out;
}

.sidenav .sidenav-item:hover {
  background-color: #e5e5e6;
}

.sidenav .sidenav-item.submit {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #34CE8B;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #259B67;
  padding: 5px 0 0 0;
  transition: all 200ms ease-in-out;
}

.sidenav .sidenav-item.submit h3 {
  margin: 0;
  color: white;
}

.sidenav .sidenav-item.submit .submit-icon {
  font-size: 30px;
}

.sidenav .sidenav-item.submit .submit-icon path {
  fill: #ffffff;
}

.sidenav .sidenav-item.submit:hover {
  background-color: rgba(52, 206, 139, 0.4);
}

.sidenav .sidenav-item.submit:hover h3 {
  color: #34CE8B;
}

.sidenav .sidenav-item.submit:hover .submit-icon path {
  fill: #34CE8B;
}

.sidenav .sidenav-item img {
  width: 30px;
}

.sidenav .sidenav-item h3 {
  font-size: 9px;
  color: #787878;
  font-weight: 500;
}

.sidenav .sidenav-item.sidenav-item-active {
  background-color: #ffffff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.sidenav .sidenav-item.sidenav-item-active h3 {
  color: #15bdc1;
}

.sidenav .sidenav-item.sidenav-item-active g {
  fill: #15bdc1;
}

.sidenav .sidenav-item.sidenav-team-active g {
  fill: white;
  stroke: #15bdc1;
}

.sidenav .sidenav-item.sidenav-item-active g#Messages {
  fill: none;
  stroke: #15bdc1;
}

.sidenav .sidenav-first-item {
  margin: 0;
}

.sidenav .sidenav-item-home {
  margin: 0;
}

.sidenav .sidenav-item-home h3 {
  margin-top: 5px;
}

.fat-sidenav {
  min-height: 100vh;
  position: absolute;
  top: 90px;
  bottom: 0px;
  padding-bottom: 60px;
  position: fixed;
  overflow-y: scroll;
}

.side-drawer {
  width: 350px;
  height: 100%;
  top: 0px;
  margin-left: 70px;
  overflow-y: scroll;
  border-right: 1px solid #d7d7d7;
  padding: 10px 30px 10px 30px;
}

.side-drawer .editor-controls {
  padding-top: 50px;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 350px;
  left: 161px;
  width: 100%;
  border-right: 1px solid #d7d7d7;
  box-shadow: 1px 2px 4px 3px rgba(213, 213, 213, 0.5);
}

.side-drawer .editor-controls .editor-controls-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  box-shadow: -4px 0 10px -2px rgba(0, 0, 0, 0.055);
}

.unpub-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2000;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

.unpub-modal-bg .unpub-changes-modal {
  position: relative;
  padding: 20px;
  width: 450px;
  margin: 200px auto;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.unpub-modal-bg .unpub-changes-modal .unpub-close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 15px;
  width: 15px;
  background-image: url("/assets/icons/close-gray.svg");
  background-size: cover;
  cursor: pointer;
}

.unpub-modal-bg .unpub-changes-modal .unpub-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 10px 0 5px 0;
  font-size: 18px;
}

.unpub-modal-bg .unpub-changes-modal .unpub-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  width: 250px;
  margin: auto;
  font-weight: 300;
}

.unpub-modal-bg .unpub-changes-modal .unpub-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
}

.unpub-modal-bg .unpub-changes-modal .unpub-buttons .unpub-button {
  height: 40px;
  padding: 0 20px;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 5px;
  transition: all 200ms ease-in-out;
}

.unpub-modal-bg .unpub-changes-modal .unpub-buttons .publish-button {
  background-color: #34CE8B;
  color: #ffffff;
}

.unpub-modal-bg .unpub-changes-modal .unpub-buttons .publish-button:hover {
  background-color: #5dd8a2;
}

.unpub-modal-bg .unpub-changes-modal .unpub-buttons .publish-button:active {
  background-color: #28a770;
}

.unpub-modal-bg .unpub-changes-modal .unpub-buttons .skip-button {
  background-color: #F7F7F8;
  color: #8F8F90;
}

.unpub-modal-bg .unpub-changes-modal .unpub-buttons .skip-button:hover {
  background-color: #c2c2c3;
}

.unpub-modal-bg .unpub-changes-modal .unpub-buttons .skip-button:active {
  background-color: #8F8F90;
  color: #ffffff;
}

.unpub-modal-bg .unpub-changes-modal .dont-show-container {
  text-align: center;
}

.unpub-modal-bg .unpub-changes-modal .dont-show-container .dont-show {
  width: 300px;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.unpub-modal-bg .unpub-changes-modal .dont-show-container .dont-show .dont-show-checkbox {
  height: 15px;
  width: 15px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #8F8F90;
  margin: -3px;
}

.unpub-modal-bg .unpub-changes-modal .dont-show-container .dont-show #dont_remind_changes_checkbox:checked ~ .dont-show-checkbox {
  background-image: url("/assets/icons/green-checkmark.svg");
  background-size: cover;
}

.unpub-modal-bg .unpub-changes-modal .dont-show-container .dont-show .dont-show-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: 300;
  margin-left: 5px;
}

.pub-success-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2000;
  text-align: center;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

.pub-success-modal-bg .update-success-modal {
  position: relative;
  padding: 20px;
  width: 450px;
  margin: 200px auto;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.pub-success-modal-bg .update-success-modal .unpub-close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 15px;
  width: 15px;
  background-image: url("/assets/icons/close-gray.svg");
  background-size: cover;
  cursor: pointer;
}

.pub-success-modal-bg .update-success-modal .pub-success-check {
  height: 60px;
  width: 60px;
  margin: 10px;
}

.pub-success-modal-bg .update-success-modal .update-success-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  width: 300px;
  margin: 10px auto;
  font-weight: 300;
}

.pub-success-modal-bg .update-success-modal .update-success-text span {
  font-weight: bold;
}

.pub-success-modal-bg .update-success-modal .webapp-link {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  margin: 10px;
  transition: all 200ms ease-in-out;
  background-color: #F7F7F8;
  cursor: pointer;
  color: #8F8F90;
}

.pub-success-modal-bg .update-success-modal .webapp-link:hover {
  background-color: #c2c2c3;
}

.pub-success-modal-bg .update-success-modal .webapp-link:active {
  background-color: #8F8F90;
  color: #ffffff;
}

.pub-success-modal-bg .update-success-modal .dont-show {
  width: 300px;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.pub-success-modal-bg .update-success-modal .dont-show .dont-show-checkbox {
  height: 15px;
  width: 15px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #8F8F90;
  margin: -3px;
}

.pub-success-modal-bg .update-success-modal .dont-show #dont_remind_changes_success_checkbox:checked ~ .dont-show-checkbox {
  background-image: url("/assets/icons/green-checkmark.svg");
  background-size: cover;
}

.pub-success-modal-bg .update-success-modal .dont-show .dont-show-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: 300;
  margin-left: 5px;
}

.unpub-modal-show {
  display: block;
}

#return {
  padding: 20px 0px 0px 30px;
}

#return h5 {
  display: inline-block;
}

#return img {
  display: inline-block;
  margin-right: 10px;
}

.side-drawer-menu {
  padding: 50px;
  font-family: 'Fira Sans', sans-serif;
}

.mobile-filter-btn {
  display: none;
}

.fat-sidenav .sidenav-close {
  display: none;
}

.page-nav {
  position: fixed;
  top: 0px;
  left: 71px;
  height: 100%;
  width: 90px;
  padding: 50px 0 0 0;
  z-index: 2;
}

.select-screenshot-scroll {
  width: 100%;
}

.page-nav-screenshots {
  left: auto;
  right: 0;
  border-left: 1px solid #c2c2c3;
}

.page-nav-screenshots .thumbnail-scroll {
  background-color: #F7F7F8;
}

div.submissions-flow-nav .page-nav {
  position: static;
  background-color: #ffffff;
  padding: 0px;
  border: none;
}

div.submissions-flow-nav .thumbnail-scroll {
  max-width: 500px;
  height: 110px;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

div.submissions-flow-nav .page-thumbnail {
  display: inline-block;
  padding: 5px;
}

div.submissions-flow-nav .advanced-text-input textarea {
  height: 70px;
}

.thumbnail-scroll {
  height: 100%;
  overflow: scroll;
  max-width: 120px;
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
}

.thumbnail-scroll::-webkit-scrollbar {
  display: none;
}

.page-thumbnail {
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.page-thumbnail:hover {
  background-color: #F7F7F8;
  cursor: pointer;
}

.page-active {
  background-color: #ffffff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.125);
}

.page-active img {
  border: 2px solid #19C0C1 !important;
}

.page-active p {
  color: #19C0C1;
}

.page-active:hover {
  background-color: #ffffff;
}

.page-thumbnail p {
  text-transform: uppercase;
  font-family: 'Fira Sans', sans-serif;
  font-size: 10px;
  font-weight: 300;
  margin: 5px 0 0 0;
  padding: 0 5px;
  cursor: pointer;
}

.page-thumbnail img {
  width: 40px;
  border: 1px solid #E7E5E6;
}

.static-submit {
  z-index: 0;
  position: fixed;
  top: 50px;
  right: 0;
  min-width: calc(100% - 511px);
  height: 50px;
  background-color: #f7f7f8;
  border-bottom: 1px solid #A0A0A1;
  width: inherit;
}

.static-submit .undo-redo {
  display: inline;
  height: 50px;
  vertical-align: middle;
  margin-left: 10px;
}

.static-submit .undo-redo .undo-redo-button {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: none;
  background-color: #ffffff;
  padding: 1px 0 0 0;
  margin: 5px 2px;
  cursor: pointer;
  text-align: center;
  transition: all 200ms ease-in-out;
}

.static-submit .undo-redo .undo-redo-button .undo-redo-img {
  margin: auto;
}

.static-submit .undo-redo .undo-redo-button #undo-img {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url("/assets/icons/undo.svg");
  background-size: contain;
  transition: all 200ms ease-in-out;
}

.static-submit .undo-redo .undo-redo-button #redo-img {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url("/assets/icons/redo.svg");
  background-size: contain;
  transition: all 200ms ease-in-out;
}

.static-submit .undo-redo .undo-redo-button .undo-redo-text {
  text-align: center;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.static-submit .undo-redo #undo_changes:hover #undo-img {
  height: 15px;
  width: 15px;
  background: url("/assets/icons/undohover.svg");
  background-size: contain;
}

.static-submit .undo-redo #undo_changes:hover #undo-text {
  color: #19C0C1;
}

.static-submit .undo-redo #redo_changes:hover #redo-img {
  height: 15px;
  width: 15px;
  background: url("/assets/icons/redo-hover.svg");
  background-size: contain;
}

.static-submit .undo-redo #redo_changes:hover #redo-text {
  color: #19C0C1;
}

.static-submit .undo-redo .view-web-app-button {
  display: inline-block;
  height: 40px;
  border: none;
  background-color: #ffffff;
  padding: 0;
  margin: 5px 2px;
  cursor: pointer;
  text-align: center;
}

.static-submit .undo-redo .view-web-app-button .view-web-app-img {
  display: inline-block;
  margin: auto;
  height: 15px;
  width: 15px;
  background: url("/assets/icons/viewwebapp.svg");
  background-size: contain;
  transition: all 200ms ease-in-out;
}

.static-submit .undo-redo .view-web-app-button .view-web-app-text {
  text-align: center;
  margin: 0;
  padding: 0 5px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.static-submit .undo-redo .view-web-app-button:hover .view-web-app-img {
  display: inline-block;
  margin: auto;
  height: 15px;
  width: 15px;
  background: url("/assets/icons/viewwebapp-hover.svg");
  background-size: contain;
}

.static-submit .undo-redo .view-web-app-button:hover .view-web-app-text {
  color: #19C0C1;
}

.static-submit .app-title-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  max-width: 45%;
  margin: .5em 30%;
  cursor: pointer;
}

.static-submit .app-title-container.show-only {
  cursor: default;
}

.static-submit .app-title-container:hover .input-name-container .app-name-display.editable {
  transition: all 200ms ease-in-out;
  color: #8F8F90;
}

.static-submit .app-title-container .input-name-container {
  position: relative;
  height: 35px;
}

.static-submit .app-title-container .input-name-container .app-title-icon {
  height: 20px;
  position: absolute;
  top: 8px;
  left: 10px;
}

.static-submit .app-title-container .input-name-container .app-title-input {
  display: none;
  width: 100%;
  height: 100%;
  border: 1px solid #c2c2c3;
  border-radius: 25px;
  color: #c2c2c3;
  font-weight: 300;
  font-size: 15px;
  transition: all 200ms ease-in-out;
  text-align: center;
  padding-left: 25px;
}

.static-submit .app-title-container .input-name-container .app-title-input::-webkit-input-placeholder {
  line-height: 30px;
  color: #8F8F90;
  font-size: 14px;
  font-weight: 300;
}

.static-submit .app-title-container .input-name-container .app-title-input::-moz-placeholder {
  line-height: 30px;
  color: #8F8F90;
  font-size: 14px;
  font-weight: 300;
}

.static-submit .app-title-container .input-name-container .app-title-input:-ms-input-placeholder {
  line-height: 30px;
  color: #8F8F90;
  font-size: 14px;
  font-weight: 300;
}

.static-submit .app-title-container .input-name-container .app-title-input::-ms-input-placeholder {
  line-height: 30px;
  color: #8F8F90;
  font-size: 14px;
  font-weight: 300;
}

.static-submit .app-title-container .input-name-container .app-title-input::placeholder {
  line-height: 30px;
  color: #8F8F90;
  font-size: 14px;
  font-weight: 300;
}

.static-submit .app-title-container .input-name-container .app-title-input:focus {
  outline: none;
}

.static-submit .app-title-container .input-name-container .app-title-input:focus::-webkit-input-placeholder {
  color: transparent;
}

.static-submit .app-title-container .input-name-container .app-title-input:focus:-moz-placeholder {
  color: transparent;
}

.static-submit .app-title-container .input-name-container .app-title-input:focus::-moz-placeholder {
  color: transparent;
}

.static-submit .app-title-container .input-name-container .app-title-input:focus:-ms-input-placeholder {
  color: transparent;
}

.static-submit .app-title-container .input-name-container .app-name-display {
  display: none;
  font-family: "Roboto", sans-serif;
  color: #c2c2c3;
  border: 1px solid transparent;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  transition: all 200ms ease-in-out;
}

.static-submit .app-title-container .input-name-container .app-name-display.editable {
  cursor: pointer;
  padding-left: 25px;
}

.static-submit .app-title-container .input-name-container .visible {
  display: block;
}

.static-submit .right-side-static-submit {
  display: flex;
  flex-direction: row;
  float: right;
  margin-right: 10px;
  height: 50px;
  padding: 8px 0;
}

.static-submit .right-side-static-submit .last-updated {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  padding-top: 2px;
}

.static-submit .right-side-static-submit .last-updated .last-updated-text {
  font-family: "Fira Sans", sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: #515152;
  text-align: center;
}

.static-submit .right-side-static-submit .editor-confirm-btn {
  display: inline-block;
  padding: 7px 10px;
  height: 33px;
  background-color: #34CE8B;
  color: #ffffff;
  border-radius: 3px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  transition: all 200ms ease-in-out;
  box-shadow: none;
  text-align: center;
  cursor: pointer;
}

.static-submit .right-side-static-submit .editor-confirm-btn:hover {
  background-color: rgba(52, 206, 139, 0.4);
  color: #34CE8B;
}

.static-submit .right-side-static-submit .editor-confirm-btn:focus {
  background-color: #28a770;
  color: #ffffff;
}

.app-content {
  text-align: center;
  padding-top: 100px;
  margin-left: 510px;
  margin-top: 10px;
}

.app-content .editor-preview {
  zoom: .7;
}

@media only screen and (max-width: 1200px) {
  .last-updated {
    display: none !important;
  }

  .app-title-container {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 950px) {
  .app-title-container {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .nav,
  .sidenav,
  .side-drawer,
  .app-content {
    position: absolute;
  }

  .sidenav {
    min-height: 100px;
    height: 160px;
    width: 100%;
    display: inline-block;
    top: 0px;
    padding: auto;
    vertical-align: top;
    background-color: white;
    border-bottom: 1px solid #d7d7d7;
  }

  .user-created-icon {
    margin: 10px;
  }

  .user-created-icon,
  .sidenav-toggles,
  .sidenav-item {
    display: inline-block;
  }

  .sidenav-toggles {
    border: none;
    margin: 0;
  }

  .mobile-filter-btn {
    display: inline-block;
    float: left;
  }

  .fat-sidenav {
    height: 100%;
    width: 0%;
    border: 0px;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: black;
    /* Black fallback color */
    background-color: rgba(22, 190, 193, 0.8);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    padding-top: 20px;
  }

  .fat-sidenav .sidenav-close {
    display: inline-block;
    float: right;
    margin: 20px;
  }
}

/* SIGN-UP & LOG-IN PAGES */

.sign-up {
  border: 1px solid #515152;
  margin: 0 auto 0 auto;
  padding: 20px;
  max-width: 620px;
  position: relative;
  top: 10vh;
}

.sign-up form {
  margin: auto;
  max-width: 75%;
}

.sign-up input,
.sign-up a {
  display: list-item;
  list-style-type: none;
}

#agree-to-terms {
  margin: 30px auto 10px auto;
  max-width: 420px;
}

#agree-to-terms input[type=checkbox] {
  display: inline-block;
}

#agree-to-terms p {
  display: inline;
  margin: 20px 0px 0px 5px;
}

#agree-to-terms a {
  display: inline;
}

.sign-up input[type=submit] {
  margin: 30px auto 30px auto;
}

p.forgot-password {
  width: 100px;
  display: inline-block;
  float: right;
}

#forgot-password {
  font-size: 12px;
  color: #888888;
  text-align: right;
}

#attempts_message {
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .sign-up input[type=text] {
    width: 300px;
  }
}

@media only screen and (max-width: 500px) {
  .sign-up input[type=text] {
    width: 100%;
  }
}

/* HOME */

.my-apps {
  margin: 90px auto;
  max-width: 1000px;
  display: flex;
  flex-flow: row wrap;
}

.home-create-new-icon {
  display: inline-block;
  margin: 20px 20px 5px 20px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 20px;
  cursor: pointer;
}

.home-create-new-icon #create-new-icon {
  background-color: #34CE8B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  text-align: center;
  position: relative;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.home-create-new-icon #create-new-icon .svg-inline--fa path {
  fill: #ffffff;
  transition: all 200ms ease-in-out;
}

.home-create-new-icon #create-new-icon p {
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  margin: 0;
  transition: all 200ms ease-in-out;
}

.home-create-new-icon #create-new-icon:hover {
  background-color: rgba(52, 206, 139, 0.4);
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
}

.home-create-new-icon #create-new-icon:hover .svg-inline--fa path {
  fill: #34CE8B;
}

.home-create-new-icon #create-new-icon:hover p {
  color: #34CE8B;
}

#no-apps-icon {
  border: 1px dashed #d7d7d7;
  width: 160px;
  height: 160px;
  text-align: center;
}

#plus-icon {
  width: 68px;
  position: absolute;
  top: 25px;
  left: 46px;
}

.icon-overlay {
  background-color: #6b6b6b;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding-top: 20px;
  display: none;
}

.icon-overlay p {
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  text-transform: uppercase;
  margin: 0px;
}

#app-name-home {
  font-size: 16px;
  padding: 10px 10px 0px 10px;
}

.number-users {
  font-size: 12px;
  padding: 15px 10px 0px 10px;
}

.number-users::before {
  content: "monthly active users: ";
}

.home-icon-wrapper {
  display: inline-block;
  position: relative;
}

.home-icon {
  display: inline-block;
  margin: 20px 20px 5px 20px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 20px;
  border: 3px solid #ffffff;
  transition: border 300ms ease-in-out;
}

.home-icon:hover {
  border: 3px solid #34CE8B;
  background-color: #34CE8B;
}

.home-icon-info {
  border: 3px solid #fff !important;
  background-color: transparent !important;
}

.triangle-topright {
  width: 0;
  height: 0;
  border-top: 50px solid #f43a5a;
  border-left: 50px solid transparent;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

.in-progress-tooltip {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 6px;
  padding: 5px 3px;
  position: absolute;
  z-index: 5;
  top: -27px;
  right: -44px;
  overflow: visible;
}

.in-progress-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.top-right-tooltip:hover .in-progress-tooltip {
  visibility: visible;
}

.top-right-tooltip {
  position: absolute;
  right: 23px;
  top: 23px;
  width: 27px;
  height: 27px;
  overflow: visible;
  z-index: 10;
}

/* took out "position: absolute; z-index: 2;"  */

.info-icon {
  top: 8px;
  left: 8px;
}

.in-progress-icon {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
}

.user-icon {
  width: 160px;
  position: absolute;
  top: 0;
  left: 0;
}

.platform-icons {
  text-align: center;
}

.platform-icons i {
  margin: 0px 2px 5px 2px;
  font-size: 20px;
  color: #D8D8D8;
}

.no-app-icon {
  background-color: #F7F7F8;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 25px;
}

@media (max-width: 800px) {
  .my-apps {
    text-align: center;
  }
}

/* ACCOUNT PAGE */

.account {
  max-width: 800px;
  margin: 140px auto 0 auto;
  padding: 20px;
}

.account-header {
  margin: 40px 0px 10px 0px;
  padding: 0px 10px 10px 10px;
}

.account-header:hover {
  cursor: pointer;
}

.account-header img {
  float: right;
  margin-top: 10px;
}

.account h2 {
  display: inline-block;
  font-size: 32px;
}

.account h4 {
  margin-top: 20px;
  font-size: 18px;
}

.account h6 {
  margin-top: 40px;
}

.account #email {
  font-weight: 500;
}

.account input[type=text] {
  border: 1px solid #CECECE;
  padding: 4px;
}

.account input[type=submit] {
  padding: 5px 15px 5px 15px;
}

.basic-info {
  display: none;
}

.account-header {
  border-bottom: 1px solid #d7d7d7;
}

.payments {
  display: none;
}

#add-cards {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d7d7d7;
  text-align: left;
  margin-top: 20px;
}

#add-cards h4 {
  padding: 15px;
  display: inline-block;
  margin: 3px;
}

#add-cards button {
  margin: 15px;
  float: right;
}

#saved-cards {
  background-color: #EDEDED;
  text-align: center;
}

#saved-cards p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #888888;
  padding: 40px;
}

.add-card-dialog {
  max-width: 80%;
}

.add-card-dialog.referral {
  max-width: 80%;
}

.enter-card p {
  font-size: 10px;
  color: #787878;
  margin: 10px 0px 5px 0px;
}

.enter-card input[type=text],
.enter-card select {
  max-width: 100%;
  margin-bottom: 10px;
  margin: 20px 10px 10px 0px;
}

.month-yr-cvv div {
  max-width: 32%;
}

.month-yr-cvv div {
  display: inline-block;
}

.modal-footer .muted-button {
  height: 33px;
  padding-right: 10px;
  padding-left: 10px;
}

/* TEMPLATE SELECTION */

#design-header {
  padding: 20px 20px 0px 40px;
}

#design-header h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #a0a0a1;
  padding-bottom: 0px;
}

.sort {
  padding: 20px 20px 20px 40px;
  border-right: 1px solid #e3e3e3;
  width: 290px;
}

.sort input {
  margin-right: 5px;
}

.category .selected h4 {
  text-transform: uppercase;
  font-weight: 400;
}

.sort h4 {
  display: inline-block;
}

.feature h4 {
  margin-left: 10px;
}

#select-content {
  margin: 100px 20px 20px 320px;
  display: inline-block;
  padding: 20px;
}

.template-spacer {
  display: inline-block;
}

.template-option {
  text-align: left;
  margin-right: 60px;
  margin-top: 30px;
  float: left;
}

.template-option:hover:before {
  position: absolute;
  content: '';
  width: 216px;
  height: 445px;
  background-color: rgba(52, 241, 244, 0.5);
  border: 8px solid rgba(52, 241, 244, 0.3);
  border-radius: 35px;
  margin-left: -8px;
  margin-top: -8px;
}

.template-option h3 {
  margin-top: 30px;
  text-align: left;
}

.template-option h3,
.template-option p {
  padding: 0px;
}

.template-option p {
  max-width: 240px;
  font-size: 16px;
  text-align: left;
}

.template-preview {
  width: 200px;
  box-shadow: 0 1px 15px 0 rgba(151, 151, 151, 0.5);
  border-radius: 25px;
}

@media only screen and (max-width: 800px) {
  .sort {
    border: none;
  }

  #select-content {
    margin: 80px 20px 20px 20px;
  }

  #design-header h4,
  #design-header h1,
  .sort h6,
  .sort h4 {
    color: #ffffff;
  }

  .sort h4 {
    padding-bottom: 0px;
    font-size: 20px;
  }
}

.template-modal {
  text-align: center;
}

.bx-pager-item {
  display: none !important;
}

.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
}

.bx-wrapper .bx-prev {
  background: url("/assets/left-arrow-circular-icon.png") no-repeat 0 !important;
  width: 90px !important;
  height: 90px !important;
  margin-top: 0px !important;
}

.bx-wrapper .bx-next {
  background: url("/assets/right-arrow-circular-icon.png") no-repeat 0 !important;
  width: 90px !important;
  height: 90px !important;
  margin-top: 0px !important;
}

/* DESIGN CONTROLS */

.tabs {
  margin: 10px;
}

.tabs-nav h3 {
  display: inline-block;
  color: #a0a0a1;
  text-align: center;
  margin: 0 14px 0 14px;
  font-size: 18px;
  cursor: default;
  padding-bottom: 5px;
}

.tabs-nav h3:hover {
  color: #16bec1;
}

.tabs-nav h3.active {
  color: #16bec1;
  background-color: #ffffff;
  border-bottom: 6px solid #39C8CB;
}

.theme-palette {
  display: inline-block;
  border: 1px solid #a0a0a1;
  height: 30px;
}

.theme-palette div {
  width: 45px;
  height: 28px;
  display: inline-block;
}

.themes-list {
  background-color: #ffffff;
  margin-top: 20px;
}

.themes-list .back {
  cursor: default;
}

.themes-list .back h5 {
  font-size: 14px;
  display: inline-block;
}

.themes-list .back img {
  display: inline-block;
  padding-bottom: 3px;
  height: 18px;
}

.individual-theme {
  display: block;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.individual-style-theme {
  display: block;
  margin: auto;
  padding: 15px;
  text-align: center;
}

.individual-style-theme img {
  width: 100%;
}

.individual-icon-theme {
  display: block;
  margin: auto;
  padding: 8px;
  text-align: center;
}

.individual-icon-theme img {
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.icon-sets {
  margin-top: 15px;
  margin-bottom: 25px;
}

.fonts-theme {
  display: block;
  margin: auto;
  padding: 10px 0px 10px 50px;
  text-align: left;
}

.selected-theme {
  background-color: #f7f7f8;
  border: 0.5px solid #39C8CB;
  border-radius: 5px;
}

.theme-header {
  font-size: 24px;
}

.theme-subheader {
  font-size: 16px;
}

.theme-body {
  font-size: 12px;
}

.theme-navigation {
  font-size: 10px;
}

.side-drawer-nav {
  width: 100%;
}

.side-drawer-nav .down-arrow {
  display: inline-block;
  float: right;
  margin-top: 12.5px;
  width: 20px;
}

.content-nav {
  bottom: 0px;
  position: absolute;
}

.down-arrow-collapsed {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}

.advanced-color {
  margin-top: 0px;
  position: relative;
}

.advanced-p {
  color: #515152;
  font-family: "Fira Sans";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  max-width: 300px;
  margin-top: 15px;
}

.advanced-p.standalone {
  font-size: 14px;
  margin-bottom: 15px;
}

.advanced-p-fonts {
  color: #515152;
  font-family: "Fira Sans";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
  max-width: 300px;
  margin: 15px 0px 5px 0px;
}

.advanced-p-link {
  display: inline-block;
  padding: 0 10px;
  height: 50px;
  width: 100%;
  text-align: center;
  background-color: #19C0C1;
  border-radius: 3px;
  color: #ffffff;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  transition: all 200ms ease-in-out;
}

.advanced-p-link:hover {
  background-color: rgba(25, 192, 193, 0.4);
}

.advanced-p-link:active {
  background-color: #139394;
}

.advanced-color input {
  display: inline-block;
  float: right;
  margin-right: 20px;
}

.font-group {
  display: inline-block;
}

.font-group p {
  margin: 0;
  padding: 0;
  display: block;
}

#font_styles .small {
  font-size: 11px;
}

#font_styles .medium {
  font-size: 13px;
}

#font_styles .large {
  font-size: 18px;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  margin: 10px;
  background: #34ce8b;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, #34ce8b), color-stop(0.5, #f8f8f7));
  height: 15px;
  border-radius: 15px;
  box-shadow: inset 0 1px 2px 0 rgba(168, 168, 168, 0.5);
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  box-shadow: -0.25px -0.25px 1px 1px rgba(179, 179, 179, 0.5), 0.25px 0.25px 3px 0 rgba(166, 162, 162, 0.5);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: 0px;
}

input[type=range]:focus {
  outline: none;
}

.editor-select-medium {
  width: 150px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  color: #a0a0a1;
  background-color: #ffffff;
}

.dropdown-editor-select-medium {
  display: inline-block;
  margin-right: 7px;
  width: 158px;
}

.dropdown-editor-select-medium .dropdown-menu {
  width: 165px;
}

.dropdown-editor-select-size {
  width: 80px;
  display: inline-block;
}

.dropdown-editor-select-quadrant {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
}

.editor-select-size {
  width: 80px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  color: #a0a0a1;
  background-color: #ffffff;
}

.dropdown-menu {
  width: 110%;
}

.dropdown-menu-quadrant {
  min-width: 10rem;
}

.dropdown-menu-quadrant button {
  margin: auto;
  display: inherit;
}

.editor-select-a {
  color: #a0a0a1 !important;
  padding: 5px 15px 5px 15px !important;
}

.editor-select-a-quadrant {
  color: #a0a0a1 !important;
}

.font-weight {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 10px 0px;
  font-size: 12px;
  display: inline-block;
  width: 81px;
  text-align: center;
  color: #a0a0a1;
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-bold {
  font-weight: 500;
}

.font-weight-selected {
  border-color: #39C8CB;
}

.page-arrow {
  opacity: 0.4;
  margin: 20px;
  z-index: -9999;
}

.page-arrow:hover {
  opacity: 1;
}

.page-previous-arrow {
  position: relative;
  top: 60vh;
  float: left;
}

.page-next-arrow {
  position: relative;
  top: 60vh;
  left: -120px;
}

.page-arrow,
#app-preview {
  display: inline-block;
}

#app-frame {
  max-height: 75vh;
}

#theme-fonts,
#theme-styles,
#advanced-colors,
#advanced-fonts,
#advanced-styles {
  display: none;
}

.advanced-button {
  background-color: #ffffff;
  border: 1px solid #a0a0a1;
  border-radius: 0;
  color: #a0a0a1;
  font-family: "Fira Sans";
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
  display: block;
  cursor: pointer;
  margin: 0 auto;
}

.sidenav-navimage {
  vertical-align: top;
  padding-top: 10px;
}

.sidenav-navcontent h2 {
  color: #515152;
  font-family: "Fira Sans";
  font-size: 16px;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
}

.sidenav-navcontent p {
  color: #515152;
  font-family: "Fira Sans";
  font-size: 12px;
  margin-bottom: 10px;
}

.sidenav-navcontent {
  padding-left: 20px;
  display: inline-block;
}

#design-controls,
#content-controls {
  display: none;
}

#design-nav {
  padding: 15px 20px 0px 30px;
}

#content-nav {
  border-top: 1px solid #d7d7d7;
  padding: 15px 20px 0px 30px;
  background: #ffffff;
  border-bottom: 1px solid #d7d7d7;
}

.content-nav-no-bottom-border {
  border-bottom: none !important;
}

#design-controls {
  padding: 20px 20px 0 20px;
  bottom: 20px;
  top: 120px;
  position: absolute;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  width: 100%;
  margin: 0;
}

#design-controls .tabs-nav {
  text-align: center;
}

#design-controls::-webkit-scrollbar {
  display: none;
}

#content-controls {
  margin: 0 20px 0 0;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 0;
  top: 130px;
  position: absolute;
  overflow-y: auto !important;
  width: 100%;
  overflow-x: hidden !important;
}

#content-controls::-webkit-scrollbar {
  display: none;
}

#tab-content {
  padding-bottom: 0px;
}

#content-controls .tag {
  font-size: 12px;
  padding: 0 8px;
  margin: 2px;
}

.editor-select-short {
  width: 20%;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 5px 0px 5px 10px;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
}

/* CONTENT */

#locked-icon h4,
#locked-icon div {
  display: inline-block;
}

#locked-icon h4 {
  padding-top: 10px;
}

#locked-icon {
  border: 2px solid #d7d7d7;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  float: right;
  margin-top: 5px;
  background-image: url("/assets/locked-padlock.png");
  background-repeat: no-repeat;
  background-position: center;
}

.upload-screen {
  text-align: center;
  border: 2px dashed #d7d7d7;
  padding: 20px;
  margin-bottom: 20px;
}

.upload-screen img {
  margin-bottom: 10px;
}

.upload-screen p {
  font-size: 14px;
  color: #a0a0a1;
}

.logo-upload-screen {
  text-align: center;
  border: 1px dashed #34CE8B;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  height: 18.5%;
}

.drag-drop-container .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  color: #515152;
  font-family: Roboto;
}

.drag-drop-container .description,
.drag-drop-container .description a {
  font-size: 9px;
  font-family: Roboto;
  color: #A0A0A1;
}

.drag-drop-container .description a {
  text-decoration: underline;
}

.drag-drop-container .ext {
  color: #919191;
  opacity: 0.45;
  font-family: Roboto;
  font-size: 6px;
}

.logo-upload-screen .progress-container progress {
  width: 100%;
}

.logo-upload-screen .success-container .thumb-img {
  overflow: hidden;
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #a0a0a1;
}

.logo-upload-screen .success-container .thumb-img img {
  height: 80px;
}

.logo-upload-screen .success-container .success-msg,
.logo-upload-screen .success-container .success-msg a {
  width: 170px;
  display: inline-block;
  text-align: center;
  color: #34CE8B;
  font-size: 12px;
}

.logo-upload-screen .success-container .success-msg a {
  color: #515152;
}

.uploaded-logo-container a {
  color: #19C0C1;
  border: 1px solid #19C0C1;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  transition: all 100ms ease-in-out;
}

.uploaded-logo-container a:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #19C0C1;
  border: 1px solid transparent;
}

.logo-types {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.logo-types a {
  padding: 5px;
  box-shadow: inset 0 1px 3px 0 rgba(202, 202, 202, 0.5);
  color: #D5D5D5;
  display: inline-block;
  width: 50%;
  transition: all 100ms ease-in-out;
}

.logo-types a:hover {
  background-color: #F7F7F8;
  color: #8F8F90;
}

.logo-types .logo-type-active {
  background-color: #19C0C1;
  color: #ffffff;
  cursor: pointer;
  transition: 100ms ease-in-out;
}

.logo-types .logo-type-active:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #19C0C1;
}

.logo-types a:first-child {
  border-radius: 3px 0px 0px 3px;
}

.logo-types a:last-child {
  border-radius: 0px 3px 3px 0px;
}

.placeholder_logo div p {
  color: #000000;
}

.input-file {
  margin: 10px auto 5px auto;
  width: 150px;
  height: 35px;
  position: relative;
}

.input-file .input-file-style {
  text-align: center;
}

.input-file-style,
.input-file input {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 35px;
  display: block !important;
}

.input-file-style {
  z-index: 1;
  border-radius: 3px;
  background-color: #34CE8B;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 4px;
  text-transform: uppercase;
  transition: all 100ms ease-in-out;
}

.input-file-style:hover {
  background-color: rgba(52, 206, 139, 0.4);
  color: #34CE8B;
}

.input-file input {
  z-index: 2;
  opacity: 0;
}

#page-2,
#page-3,
#page-4,
#page-5,
#page-6,
#page7 {
  display: none;
}

.content-text-short {
  width: 120px;
  border: 1px solid #D5D5D5 !important;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 10px;
  height: 32px;
  font-size: 14px;
  display: inline-block;
  float: right;
}

.content-text-medium {
  width: 140px !important;
  border: 1px solid #D5D5D5 !important;
  border-radius: 5px;
  padding-left: 5px;
  height: 32px;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  display: inline-block;
  margin: 0px !important;
  float: right;
}

.content-text-long {
  width: 90% !important;
  border: 1px solid #D5D5D5 !important;
  border-radius: 5px;
  padding: 5px 0px 5px 10px;
  font-size: 14px;
  display: block;
  margin: 0px 0px 20px 0px !important;
  float: left;
}

.content-text-long:focus,
.content-text-medium:focus,
.content-text-short:focus {
  outline: none;
}

.content-switch {
  position: relative;
  display: inline-block;
  float: right;
  width: 54px;
  height: 26px;
  border: 1px solid #979797;
  border-radius: 2px;
  margin-top: 15px;
}

.content-switch input {
  display: none;
}

.content-switch .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a0a0a1;
  transition: .1s;
}

.content-switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 26px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  transition: .1s;
  border-radius: 2px;
}

input:checked + .slider {
  background-color: #34ce8b;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

#subheader-show,
#footer-hyperlink-show {
  display: none;
  position: relative;
  bottom: 10px;
  margin-top: -25px;
}

#header-logo-show {
  margin-top: 11px;
}

/* DASHBOARD MENU */

.side-drawer-dash {
  height: 100%;
  min-width: 80px;
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 70px;
  border-right: 1px solid #d7d7d7;
  padding-top: 50px;
}

.side-drawer-dash li {
  padding: 15px 20px 15px 20px;
  height: 65px;
  position: relative;
}

.side-drawer-dash h4,
.side-drawer-dash p {
  padding: 0;
  margin: 0;
}

.side-drawer-dash h4 {
  font-family: "Fira Sans";
  font-size: 15px;
  font-weight: 500;
}

.side-drawer-dash p {
  font-family: "Fira Sans";
  font-size: 12px;
  font-weight: 300;
}

.dashboard-active li {
  background-color: #A0A0A1;
  opacity: 0.76;
}

.dashboard-active h4,
.dashboard-active p {
  color: white;
}

.dash-nav-text {
  display: inline-block;
  margin: 0px 0px 0px 50px;
}

.dash-nav-icon {
  margin: 0px 8px;
  display: inline-block;
  position: absolute;
  top: 15px;
  width: 27px;
  height: 25px;
  overflow: hidden;
}

.dashboard-active .dash-nav-icon svg g {
  fill: #ffffff;
  stroke-width: 0;
}

.dash-content {
  margin: 0px 20px 0px 340px;
  padding-top: 50px;
  height: 100vh;
}

.dash-wide {
  margin: 100px 20px 10px 200px;
}

.dash-icon-grey {
  display: inline;
}

.dashboard-active .dash-icon-white {
  display: inline;
}

.dashboard-active .dash-icon-grey {
  display: none;
}

/* DASHBOARD ANALYTICS */

.dashboard-box {
  border: 1px solid #D5D5D5;
  margin-bottom: 20px;
  width: 100%;
}

.old-analytics-box {
  display: none;
}

.dash-half {
  width: 49%;
  position: absolute;
}

.dash-half-left {
  left: 0;
}

.dash-half-right {
  right: 0;
}

.user-dashboard-box {
  margin-top: 2px;
}

.dashboard-box .box-header {
  height: 55px;
  background-color: #F7F7F8;
  border-bottom: 1px solid #D5D5D5;
  border-top: 1px solid  #D5D5D5;
  position: relative;
}

.dashboard-box .fixed {
  position: fixed;
  background-color: white;
  z-index: 99999;
  height: 30px;
}

.dashboard-box .box-body {
  position: relative;
  margin-top: 0;
}

.dashboard-box .user-box-body {
  padding-top: 100px !important;
}

.dashboard-box .submission-body {
  padding-top: 110px;
}

.dashboard-box .user-fixed,
.dashboard-box .submission-fixed {
  position: fixed;
  height: 135px;
  z-index: 1;
  background-color: #FFFFFF;
}

.dashboard-box .box-header h1 {
  color: #515152;
  font-family: "Fira Sans";
  font-size: 18px;
  font-weight: 500;
  float: left;
  padding: 18px 0px 0px 15px;
}

.dashboard-box #date-toggle p,
.dashboard-box #date-toggle img {
  display: inline-block;
}

.dashboard-box #date-toggle p {
  font-family: "Fira Sans";
  font-size: 16px;
  font-weight: 500;
  margin-right: 5px;
}

.dashboard-box #date-toggle {
  position: absolute;
  right: 30px;
  bottom: -2px;
  border-bottom: 0.75px solid #272727;
  padding: 0px 5px;
}

.dash-dropdown {
  position: absolute;
  top: 40px;
  right: 0;
  border: 1px solid #979797;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.outlined-toggle {
  border: 0.25px solid #979797;
}

.dash-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 35px;
  background-color: #ffffff;
}

.dash-toggle p,
.dash-togle img {
  display: inline-block;
}

.dash-toggle p {
  color: rgba(81, 81, 82, 0.84);
  font-family: "Fira Sans";
  font-size: 18px;
  font-weight: 500;
  margin: 5px;
}

.dash-toggle img {
  margin-right: 5px;
}

#date-picker,
.dash-dropdown {
  display: none;
}

.dash-dropdown p {
  width: 180px;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #D5D5D5;
}

.two-dashes {
  width: 100%;
  position: relative;
}

.analytics-box {
  display: block;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  min-width: 900px;
  box-sizing: border-box;
}

.analytics-box .overview {
  height: 350px;
  width: 100%;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.analytics-box .overview .analytics-header-container {
  background-color: #F7F7F8;
  height: 60px;
}

.analytics-box .overview .analytics-header-container .title {
  width: 10%;
}

.analytics-box .overview .analytics-header-container .graph-toggles-container {
  display: inline-block;
  width: 60%;
  padding-top: 15px;
}

.analytics-box .overview .analytics-header-container .graph-toggles-container .graph-toggle {
  border-radius: 20px;
  font-weight: normal;
  float: right;
  margin-left: 5px;
}

.analytics-box .overview .analytics-header-container .graph-toggles-container .active-users-graph-toggle {
  display: none;
}

.analytics-box .overview .analytics-header-container .graph-toggles-container .inactive-graph-toggle {
  background-color: #FFFFFF;
  border: 1px solid #c4c4c4;
  color: #515152;
}

.analytics-box .overview .title {
  font-size: 18px;
  float: left;
  margin: 15px 0 15px 30px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
}

.analytics-box .overview .date-picker {
  position: relative;
  float: right;
  height: 40px;
  min-width: 170px;
  margin: 8px 30px 15px 0;
  cursor: pointer;
}

.analytics-box .overview .date-picker .current-date {
  float: left;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  margin: 7px;
}

.analytics-box .overview .date-picker .current-date-tri {
  display: inline;
  float: right;
  height: 10px;
  width: 10px;
  margin: 15px 5px 15px 0;
  border-bottom: 3px solid #515152;
  border-left: 3px solid #515152;
  transform: rotate(45deg);
  transition: all 200ms ease-in-out;
}

.analytics-box .overview .date-picker .tri-rotate {
  transform: rotate(-45deg);
}

.analytics-box .overview .date-picker .date-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
  border: 1px solid #D5D5D5;
}

.analytics-box .overview .date-picker .date-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.analytics-box .overview .date-picker .date-dropdown ul li {
  padding: 10px;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 500;
}

.analytics-box .overview .date-picker .date-dropdown ul li:hover {
  background-color: #f2f2f2;
}

.analytics-box .overview .date-picker .drop-show {
  display: block;
}

.analytics-box .overview .tab-container {
  display: flex;
  flex-direction: row;
  clear: left;
  padding: 0 10px;
  height: 60px;
  width: 100%;
}

.analytics-box .overview .tab-container .tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 3px;
  height: 60px;
  border-bottom: 2px solid #f2f2f2;
  cursor: pointer;
}

.analytics-box .overview .tab-container .tab:hover {
  background-color: #f2f2f2;
}

.analytics-box .overview .tab-container .tab .tab-top {
  height: 30px;
  width: 100%;
}

.analytics-box .overview .tab-container .tab .tab-top .top-number {
  font-family: "Fira Sans", sans-serif;
  line-height: 30px;
  font-size: 20px;
  color: #515152;
}

.analytics-box .overview .tab-container .tab .tab-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  width: 100%;
}

.analytics-box .overview .tab-container .tab .tab-bottom .icon path {
  height: 15px;
  width: 15px;
  vertical-align: 0;
  fill: #000000;
}

.analytics-box .overview .tab-container .tab .tab-bottom .stat-name {
  color: #515152;
  font-size: 11px;
  font-family: "Fira Sans", sans-serif;
  padding: 2px 0 0 2px;
  font-weight: 500;
}

.analytics-box .overview .tab-container .green {
  border-bottom: 2px solid #34CE8B;
  transition: all 300ms ease;
}

.analytics-box .overview .tab-container .green .tab-top .top-number {
  color: #34CE8B;
}

.analytics-box .overview .tab-container .green .tab-bottom .icon path {
  fill: #34CE8B;
}

.analytics-box .overview .tab-container .green .tab-bottom .stat-name {
  color: #34CE8B;
}

.analytics-box .overview .display-container {
  height: 220px;
  width: 100%;
  padding: 0 10px;
}

.analytics-box .overview .display-container .display-chart {
  max-height: 300px;
  max-width: 1400px;
  margin: auto;
  margin-top: 20px;
}

.analytics-box .overview .display-container .display-item {
  display: none;
  height: 100%;
  widows: 100%;
  line-height: 220px;
  text-align: center;
  font-size: 30px;
}

.analytics-box .overview .display-container .active {
  display: block;
}

.analytics-box .demographics {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 370px;
}

.analytics-box .demographics .demographic-box {
  flex: 1;
  height: 350px;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.analytics-box .demographics .demographic-box .demo-title {
  font-size: 18px;
  float: left;
  margin: 15px 0 15px 15px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
}

.analytics-box .demographics .demographic-box .category-picker {
  position: relative;
  height: 40px;
  min-width: 100px;
  float: right;
  margin: 8px 15px 0 0;
  cursor: pointer;
}

.analytics-box .demographics .demographic-box .category-picker .demo-category-display {
  float: left;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  margin: 7px;
  text-transform: capitalize;
}

.analytics-box .demographics .demographic-box .category-picker .demo-tri {
  display: inline;
  float: right;
  height: 10px;
  width: 10px;
  margin: 15px 5px 15px 0;
  border-bottom: 3px solid #515152;
  border-left: 3px solid #515152;
  transform: rotate(45deg);
  transition: all 200ms ease-in-out;
}

.analytics-box .demographics .demographic-box .category-picker .demo-tri-rotate {
  transform: rotate(-45deg);
}

.analytics-box .demographics .demographic-box .category-picker .demo-dropdown {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
  border: 1px solid #D5D5D5;
}

.analytics-box .demographics .demographic-box .category-picker .demo-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.analytics-box .demographics .demographic-box .category-picker .demo-dropdown ul li {
  padding: 10px;
  font-size: 12px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 500;
  text-transform: capitalize;
}

.analytics-box .demographics .demographic-box .category-picker .demo-dropdown ul li:hover {
  background-color: #f2f2f2;
}

.analytics-box .demographics .demographic-box .category-picker .demo-drop-show {
  display: block;
}

.analytics-box .demographics .demographic-box .category-picker .demo-tri-rotate {
  transform: rotate(-45deg);
}

.analytics-box .demographics .demographic-box .demo-area {
  height: 295px;
  width: 100%;
  margin-top: 55px;
}

.analytics-box .demographics .demographic-box .demo-area .demo-display-item {
  display: none;
  height: 100%;
  width: 100%;
  line-height: 295px;
  text-align: center;
}

.analytics-box .demographics .demographic-box .demo-area .demo-display-active {
  display: block;
}

.analytics-box .demographics .left-demo {
  margin-right: 5px;
}

.analytics-box .demographics .right-demo {
  margin-left: 5px;
}

.analytics-box .demographics .demographics-container {
  display: inline;
}

.analytics-box .demographics .demographics-container .demographic-section {
  display: inline-block;
  float: left;
  height: 100%;
  width: 33%;
}

.analytics-box .demographics .demographics-container .demographic-section .demo-pie-chart {
  max-width: 350px;
}

.analytics-box .demographics .demographics-container .demographic-section .analytics-stats .analytics-stats-header {
  height: 40px;
  padding: 10px 40px;
}

.analytics-box .demographics .demographics-container .demographic-section .analytics-stats .analytics-stats-header .analytics-stats-type-label {
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-top: 5px;
  width: 40%;
}

.analytics-box .demographics .demographics-container .demographic-section .analytics-stats .analytics-stats-header .analytics-stats-type-dropdown {
  display: inline-block;
  font-size: 12px;
  background-color: #F2F2F2;
}

.analytics-box .demographics .demographics-container .demographic-section .analytics-stats .analytics-stats-header .analytics-stats-type-dropdown .category-picker {
  height: 30px;
  margin: 0;
}

.analytics-box .demographics .demographics-container .demographic-section .analytics-stats .analytics-stats-header .analytics-stats-type-dropdown .category-picker .demo-category-display {
  font-size: 12px;
  min-width: 100px;
  text-align: center;
}

.analytics-box .demographics .demographics-container .demographic-section .analytics-stats .analytics-stats-header .analytics-stats-type-dropdown .category-picker .demo-tri {
  margin: 10px;
}

.analytics-box .demographics .demographics-container .demographic-section .analytics-stats .analytics-stats-content {
  padding: 20px 40px;
  height: 300px;
  overflow-y: auto;
}

.analytics-box .demographics .demographics-container .demographic-section .analytics-stats .analytics-stats-content .stats-list-item {
  height: 40px;
  margin: 15px 0;
  padding-left: 15px;
}

.analytics-box .demographics .demographics-container .demographic-section .analytics-stats .analytics-stats-content .stats-list-item .title {
  font-family: Fira-Sans;
  font-size: 14px;
  color: #ab99ab;
  display: inline-block;
  float: left;
  text-transform: capitalize;
  width: 70%;
}

.analytics-box .demographics .demographics-container .demographic-section .analytics-stats .analytics-stats-content .stats-list-item .value {
  font-family: Fira-Sans;
  font-size: 14px;
  color: #ab99ab;
  display: inline-block;
  float: left;
}

.analytics-box .demographics .demographics-container .demographic-section .analytics-stats .analytics-stats-content .bottom-line {
  border-bottom: 1px solid #D5D5D5;
}

.analytics-box .demographics .demographics-container .demographic-section .stats-boxes-container {
  position: relative;
  height: 80%;
  width: 80%;
  margin: 40px auto 0 auto;
  max-width: 350px;
}

.analytics-box .demographics .demographics-container .demographic-section .stats-boxes-container .stats-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  float: left;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  height: 50%;
  width: 50%;
  padding: 10px;
}

.analytics-box .demographics .demographics-container .demographic-section .stats-boxes-container .stats-box .count {
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  font-size: 26px;
  padding-top: 35px;
  height: 70px;
}

.analytics-box .demographics .demographics-container .demographic-section .stats-boxes-container .stats-box .title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}

.analytics-box .demographics .demographics-container .demographic-section .stats-boxes-container .stats-box .change {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.analytics-box .demographics .demographics-container .demographic-section .stats-boxes-container .stats-box .change p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  display: inline;
  position: relative;
  top: 3px;
}

.analytics-box .demographics .demographics-container .demographic-section .stats-boxes-container .first-box {
  background-color: #34CE8B;
  border-top-left-radius: 5px;
}

.analytics-box .demographics .demographics-container .demographic-section .stats-boxes-container .second-box {
  background-color: #5DE0A7;
  border-top-right-radius: 5px;
}

.analytics-box .demographics .demographics-container .demographic-section .stats-boxes-container .third-box {
  background-color: #45A97E;
  border-bottom-left-radius: 5px;
}

.analytics-box .demographics .demographics-container .demographic-section .stats-boxes-container .fourth-box {
  background-color: #549A7B;
  border-bottom-right-radius: 5px;
}

/* DASHBOARD USERS & SUBMISSIONS */

.box-header .export {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #4A90E2;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.box-body .search {
  margin: 25px;
  padding: 10px 0px 10px 45px;
  border: 1px solid #D5D5D5;
  width: 420px;
}

.box-body .search::-webkit-input-placeholder {
  color: rgba(81, 81, 82, 0.26);
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.box-body .search::-moz-placeholder {
  color: rgba(81, 81, 82, 0.26);
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.box-body .search:-ms-input-placeholder {
  color: rgba(81, 81, 82, 0.26);
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.box-body .search::-ms-input-placeholder {
  color: rgba(81, 81, 82, 0.26);
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.box-body .search::placeholder {
  color: rgba(81, 81, 82, 0.26);
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.dash-row div {
  display: inline-block;
}

.users-content .column-headers {
  margin-top: 5px;
}

.column-headers div p {
  color: rgba(0, 0, 0, 0.84);
  font-family: "Fira Sans";
  font-size: 16px;
  font-weight: 500;
}

.dash-row .avatar {
  width: 9%;
  text-align: center;
}

.dash-row .full-name {
  width: 15%;
}

.dash-row .last-visit {
  width: 10%;
}

.dash-row .flagged {
  width: 8%;
}

.dash-row .submissions {
  width: 11%;
}

.dash-row .date-registered {
  width: 14%;
}

.dash-row .email-address {
  width: 25%;
}

.dash-row .edit {
  width: 5%;
}

.body-row {
  border-top: 1px solid #d7d7d7;
}

.body-row p {
  margin: 25px 0px;
}

.body-row .edit p {
  color: #16BEC1;
  text-transform: uppercase;
}

.body-row div p {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.new-dashboard-box {
  border: 1px solid #D5D5D5;
  margin: 20px auto;
  min-width: 750px;
  height: 90%;
}

.new-dashboard-box .users-wrapper {
  height: 100%;
  width: 100%;
}

.new-dashboard-box .users-wrapper .users-header-container {
  height: 50px;
  width: 100%;
  background-color: #f5f5f6;
  border-bottom: 1px solid #D5D5D5;
}

.new-dashboard-box .users-wrapper .users-header-container .user-header {
  display: inline;
  font-size: 18px;
  margin-left: 20px;
  line-height: 50px;
  color: #515152;
}

.new-dashboard-box .users-wrapper .users-header-container .export {
  float: right;
  margin: 13px 20px 0 0;
  color: #4A90E2;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
}

.new-dashboard-box .users-wrapper .users-search-container {
  height: 80px;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar {
  position: relative;
  display: inline-block;
  height: 45px;
  width: 410px;
  margin: 20px 0 0 20px;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input {
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  font-family: "Fira Sans", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-indent: 40px;
  border-radius: 0;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input::-webkit-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input::-moz-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input:-ms-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input::-ms-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input::placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input:focus {
  outline: none;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input:focus::-webkit-input-placeholder {
  color: transparent;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input:focus::-moz-placeholder {
  color: transparent;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input:focus:-ms-input-placeholder {
  color: transparent;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-input::placeholder {
  font-size: 16px;
  font-weight: 400;
}

.new-dashboard-box .users-wrapper .users-search-container .search-bar .search-img {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 23px;
}

.new-dashboard-box .users-wrapper .users-search-container .filter-area {
  display: inline;
  position: relative;
  float: right;
  height: 45px;
  width: 100px;
  margin: 20px 5px 0 0;
  text-align: center;
  cursor: pointer;
}

.new-dashboard-box .users-wrapper .users-search-container .filter-area .filter-text {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 45px;
  color: #515152;
  font-weight: 500;
  margin: 0 10px 0 0;
}

.new-dashboard-box .users-wrapper .users-search-container .filter-area .filter-tri {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-right: 2px solid #515152;
  border-bottom: 2px solid #515152;
  transform: rotate(135deg);
  margin-bottom: 1px;
  transition: all 200ms ease-in-out;
}

.new-dashboard-box .users-wrapper .users-search-container .filter-area .filter-tri-rotate {
  transform: rotate(45deg);
}

.new-dashboard-box .users-wrapper .users-search-container .filter-area .filter-dropdown {
  display: none;
  width: 100%;
  position: absolute;
  top: 40px;
  right: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.new-dashboard-box .users-wrapper .users-search-container .filter-area .filter-dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.new-dashboard-box .users-wrapper .users-search-container .filter-area .filter-dropdown ul li {
  padding: 10px 0;
}

.new-dashboard-box .users-wrapper .users-search-container .filter-area .filter-dropdown ul li a {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #19C0C1;
}

.new-dashboard-box .users-wrapper .users-search-container .filter-area .filter-dropdown ul li a:hover {
  color: #19C0C1;
}

.new-dashboard-box .users-wrapper .users-search-container .filter-area .filter-dropdown ul li:hover {
  background-color: #f5f5f6;
}

.new-dashboard-box .users-wrapper .users-search-container .filter-area .show-drop {
  display: block;
}

.new-dashboard-box .users-wrapper .users-table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
}

.new-dashboard-box .users-wrapper .users-table tr {
  height: 60px;
  border-bottom: 1px solid #D5D5D5;
}

.new-dashboard-box .users-wrapper .users-table tr th {
  padding: 5px;
}

.new-dashboard-box .users-wrapper .users-table tr .user-image {
  width: 7%;
  min-width: 50px;
  text-align: center;
}

.new-dashboard-box .users-wrapper .users-table tr .username {
  width: 15%;
}

.new-dashboard-box .users-wrapper .users-table tr .last-active {
  width: 9%;
}

.new-dashboard-box .users-wrapper .users-table tr .level {
  width: 7%;
  text-align: center;
}

.new-dashboard-box .users-wrapper .users-table tr .registration-date {
  width: 15%;
  text-align: center;
}

.new-dashboard-box .users-wrapper .users-table tr .completed-courses {
  width: 32%;
}

.new-dashboard-box .users-wrapper .users-table tr .edit {
  width: 7%;
  text-align: center;
  padding-right: 10px;
}

.new-dashboard-box .users-wrapper .users-table tr .edit a {
  color: #19C0C1;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}

.new-dashboard-box .users-wrapper .users-table tr td {
  padding: 5px;
}

.new-dashboard-box .users-wrapper .users-table tr td .name-link {
  color: #19C0C1;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
}

.new-dashboard-box .users-wrapper .users-table tr td img {
  border-radius: 50%;
  height: 50px;
  padding: 5px;
}

.new-dashboard-box .user-detail-wrapper {
  height: 100%;
  width: 100%;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top {
  position: relative;
  height: 150px;
  border-bottom: 1px solid #D5D5D5;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .back-container {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #8F8F90;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .back-container:hover {
  background-color: white;
  color: #ffffff;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .back-container:focus {
  outline: none;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .back-container:active {
  background-color: #e6e5e5;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .back-container .back-tri {
  position: absolute;
  top: 14px;
  left: 12px;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-top: 1px solid #8F8F90;
  border-left: 1px solid #8F8F90;
  transform: rotate(315deg);
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .back-container:hover {
  border: 1px solid #8F8F90;
  color: #8F8F90;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .back-container:active {
  background-color: #f5f5f6;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .export {
  float: right;
  margin: 13px 20px 0 0;
  color: #4A90E2;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .general-details {
  position: absolute;
  display: flex;
  height: 130px;
  flex-direction: row;
  justify-content: flex-start;
  bottom: 0;
  left: 140px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .general-details .user-image-container {
  height: 130px;
  width: 130px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .general-details .user-image-container .user-image {
  height: 100px;
  width: 100px;
  margin: 15px;
  border-radius: 50%;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .general-details .user-details-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  height: 130px;
  width: 300px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .general-details .user-details-container .user-name {
  font-size: 26px;
  text-transform: none;
  margin: 25px 0 2.5px 0;
  width: 100%;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .general-details .user-details-container .user-level {
  font-size: 20px;
  text-transform: none;
  margin: 2.5px 0;
  width: 100%;
}

.new-dashboard-box .user-detail-wrapper .user-detail-top .general-details .user-details-container .user-points {
  font-size: 20px;
  text-transform: none;
  margin: 2.5px 0;
  width: 100%;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container {
  width: 100%;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .back-btn-link {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #8F8F90;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  position: relative;
  float: left;
  margin: 0 0 0 10px;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .back-btn-link:hover {
  background-color: white;
  color: #ffffff;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .back-btn-link:focus {
  outline: none;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .back-btn-link:active {
  background-color: #e6e5e5;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .back-btn-link .back-tri {
  position: absolute;
  top: 14px;
  left: 12px;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-top: 1px solid #8F8F90;
  border-left: 1px solid #8F8F90;
  transform: rotate(315deg);
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .back-btn-link:hover {
  border: 1px solid #8F8F90;
  color: #8F8F90;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .back-btn-link:active {
  background-color: #f5f5f6;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-header-container {
  height: 70px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-header-container .detail-header {
  font-size: 20px;
  width: 300px;
  margin: 20px auto 5px auto;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-header-container .detail-subheader {
  width: 250px;
  font-size: 13px;
  margin: 0 auto;
  text-transform: none;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area {
  width: 100%;
  height: 100%;
  padding: 0 40px 40px 40px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .courses {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  height: calc(100vh - 400px);
  overflow-y: auto;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .courses .box {
  height: 160px;
  width: 160px;
  margin: 10px;
  cursor: pointer;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .courses .box .box-header {
  height: 30px;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .courses .box .progress-description {
  position: relative;
  top: -90px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-course {
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 400px);
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-course .topics-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-course .topics-list .topic {
  cursor: pointer;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
  transition: all 200ms ease-in-out;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-course .topics-list .topic:hover {
  background-color: #f5f5f6;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-course .topics-list .topic .topic-container {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 5px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-course .topics-list .topic .topic-container .topic-title {
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  width: 60%;
  color: #8F8F90;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-course .topics-list .topic .topic-container .complete-container {
  display: inline-block;
  float: right;
  height: 50px;
  width: 150px;
  line-height: 50px;
  font-family: "Fira Sans", sans-serif;
  color: #8F8F90;
  font-size: 14px;
  font-weight: 400;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-course .topics-list .topic .topic-container .arrow-container {
  display: inline-block;
  float: right;
  margin-right: 5px;
  height: 10px;
  width: 10px;
  margin: 18px 0 0 0;
  border-top: 2px solid #8F8F90;
  border-right: 2px solid #8F8F90;
  transform: rotate(45deg);
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson {
  width: 100%;
  overflow-y: auto;
  height: calc(100vh - 400px);
  padding-bottom: 50px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question {
  width: 100%;
  border: 1px solid #D5D5D5;
  min-height: 50px;
  border-radius: 5px;
  margin: 10px 0;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-info-display {
  height: 40px;
  width: 100%;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-info-display .question-category {
  display: inline-block;
  width: 20%;
  font-size: 16px;
  line-height: 40px;
  color: #19C0C1;
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
  margin: 0 0 0 10px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-info-display .question-stmt {
  display: inline-block;
  height: 50px;
  width: 50%;
  font-size: 16px;
  line-height: 40px;
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-info-display .status-container {
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 40px;
  width: 150px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-info-display .status-container .img-container {
  height: 40px;
  width: 15px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-info-display .status-container .img-container img {
  height: 15px;
  width: 15px;
  margin: 10px 0 0 0;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-info-display .status-container .status-text {
  display: inline-block;
  height: 50px;
  font-size: 16px;
  line-height: 40px;
  font-family: "Fira Sans", sans-serif;
  margin: 0 5px 0 0;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-info-display .status-container .done {
  color: #34CE8B;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-info-display .status-container .notdone {
  color: #8F8F90;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail {
  width: 100%;
  padding: 20px 40px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .response-cue {
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  margin: 0;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .response-text {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  margin: 0;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options {
  width: 100%;
  table-layout: fixed;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options tr {
  height: 40px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options .status-data {
  width: 123px;
  padding-right: 5px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options .status-data .status-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 24px;
  width: 100px;
  border-radius: 5px;
  text-align: right;
  font-weight: 400;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options .status-data .status-container .status-text {
  height: 24px;
  width: 100px;
  font-size: 12px;
  line-height: 24px;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options .status-data .status-container .status-image {
  height: 15px;
  width: 15px;
  margin: 4px 4px 0 4px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options .status-data .green {
  border: 1px solid #34CE8B;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options .status-data .green .status-text {
  color: #34CE8B;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options .status-data .red {
  border: 1px solid #cc0000;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options .status-data .red .status-text {
  color: #cc0000;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options .status-data .yellow {
  border: 1px solid #F1C40F;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options .status-data .yellow .status-text {
  color: #F1C40F;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .select-options .option {
  font-size: 14px;
  font-weight: 300;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr {
  height: 60px;
  border-bottom: 1px solid #D5D5D5;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr th {
  padding: 5px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr .user-image {
  width: 7%;
  min-width: 50px;
  text-align: center;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr .username {
  width: 15%;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr .last-active {
  width: 9%;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr .level {
  width: 7%;
  text-align: center;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr .registration-date {
  width: 15%;
  text-align: center;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr .completed-courses {
  width: 32%;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr .edit {
  width: 7%;
  text-align: center;
  padding-right: 10px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr .edit a {
  color: #19C0C1;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr td {
  padding: 5px;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr td .name-link {
  color: #19C0C1;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
}

.new-dashboard-box .user-detail-wrapper .user-detail-container .user-detail-area .one-lesson .question .question-detail .users-table tr td img {
  border-radius: 50%;
  height: 50px;
  padding: 5px;
}

.new-dashboard-box .course-data-wrapper {
  height: 100%;
  position: relative;
}

.new-dashboard-box .course-data-wrapper .export {
  position: absolute;
  top: 0;
  right: 0;
  margin: 40px 45px 0 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  color: #4A90E2;
  text-decoration: underline;
  font-weight: 400;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container {
  height: 100%;
  display: flex;
  flex-direction: row;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .list .list-header {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  margin: 40px 0;
  font-weight: 400;
  text-align: center;
  color: #8F8F90;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area {
  width: 350px;
  height: 100%;
  border-right: 1px solid #D5D5D5;
  overflow-y: hidden;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul {
  margin: 0;
  padding: 0 0 150px 0;
  list-style-type: none;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul .course-item {
  position: relative;
  height: 150px;
  width: 100%;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul .course-item .course-title {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 22px 30px 0 30px;
  text-align: center;
  line-height: 20px;
  color: #c2c2c3;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul .course-item .course-detail-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 100%;
  padding: 0 15px;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul .course-item .course-detail-container .box {
  height: 70px;
  width: 80px;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul .course-item .course-detail-container .box .course-detail-number {
  color: #c2c2c3;
  font-size: 26px;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  margin: 10px 0 0 0;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul .course-item .course-detail-container .box .detail-label {
  color: #c2c2c3;
  font-size: 12px;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  margin: 0;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul .course-item:hover {
  background-color: #f5f5f6;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul .course-active {
  background-color: #f5f5f6;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul .course-active .course-title {
  color: #19C0C1;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul .course-active .course-detail-container .box .course-detail-number {
  color: #19C0C1;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .course-list-area .courses-container ul .course-active .course-detail-container .box .detail-label {
  color: #19C0C1;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .lesson-list-area {
  height: 100%;
  width: 60%;
  overflow-y: hidden;
  padding: 0 15px;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .lesson-list-area .lessons-container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .lesson-list-area .lessons-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0 15px 150px 15px;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .lesson-list-area .lessons-container ul .lesson-item {
  height: 50px;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #D5D5D5;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .lesson-list-area .lessons-container ul .lesson-item .course-title {
  display: inline-block;
  max-width: 70%;
  line-height: 50px;
  font-family: "Fira Sans", sans-serif;
  color: #D5D5D5;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .lesson-list-area .lessons-container ul .lesson-item .course-average {
  text-align: right;
  width: 100px;
  line-height: 50px;
  float: right;
  font-family: "Fira Sans", sans-serif;
  color: #D5D5D5;
  font-weight: 400;
  margin: 0;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .lesson-list-area .lessons-container ul .lesson-item:hover {
  background-color: #f5f5f6;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .lesson-list-area .lessons-container ul .lesson-item:hover .course-title {
  color: #515152;
}

.new-dashboard-box .course-data-wrapper .course-lesson-list-container .lesson-list-area .lessons-container ul .lesson-item:hover .course-average {
  color: #515152;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container {
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container {
  height: 125px;
  width: 100%;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .back-container {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #8F8F90;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  position: relative;
  float: left;
  margin: 34px 0 0 40px;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  width: 15%;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .back-container:hover {
  background-color: white;
  color: #ffffff;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .back-container:focus {
  outline: none;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .back-container:active {
  background-color: #e6e5e5;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .back-container .back-tri {
  position: absolute;
  top: 14px;
  left: 12px;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-top: 1px solid #8F8F90;
  border-left: 1px solid #8F8F90;
  transform: rotate(315deg);
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .back-container:hover {
  border: 1px solid #8F8F90;
  color: #8F8F90;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .back-container:active {
  background-color: #f5f5f6;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .lesson-nav-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  right: 0;
  left: 0;
  height: 60px;
  width: 60%;
  margin: 25px auto;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .lesson-nav-container .current-lesson-display {
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  font-weight: 300;
  color: #19C0C1;
  font-family: "Fira Sans", sans-serif;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .lesson-nav-container .tri {
  margin-top: 22px;
  height: 13px;
  width: 13px;
  border-right: 2px solid #D5D5D5;
  border-bottom: 2px solid #D5D5D5;
  cursor: pointer;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .lesson-nav-container .left-tri {
  transform: rotate(135deg);
  margin-right: 10px;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .lesson-nav-container .left-tri:hover {
  border-right: 2px solid #19C0C1;
  border-bottom: 2px solid #19C0C1;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .lesson-nav-container .right-tri {
  transform: rotate(-45deg);
  margin-left: 10px;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .lesson-header-container .lesson-nav-container .right-tri:hover {
  border-right: 2px solid #19C0C1;
  border-bottom: 2px solid #19C0C1;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .questions-container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .questions-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0 15px 150px 15px;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .questions-container ul .question-item {
  position: relative;
  min-height: 50px;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
  border: 1px solid #D5D5D5;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .questions-container ul .question-item .q-type {
  float: left;
  line-height: 50px;
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  color: #9d9d9f;
  margin: 0 0 0 30px;
  text-transform: capitalize;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .questions-container ul .question-item .q-status {
  display: inline-block;
  float: right;
  line-height: 50px;
  margin: 0 30px 0 0;
  text-align: right;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .questions-container ul .question-item .q-status img {
  height: 15px;
  width: 15px;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .questions-container ul .question-item .green {
  color: #34CE8B;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .questions-container ul .question-item .yellow {
  color: #F1C40F;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .questions-container ul .question-item .red {
  color: #F4345A;
}

.new-dashboard-box .course-data-wrapper .lesson-detail-container .questions-container ul .question-item .question {
  position: absolute;
  display: inline-block;
  line-height: 50px;
  max-width: 50%;
  top: 0;
  left: 175px;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  color: #515152;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-dashboard-box .content-stats-wrapper {
  height: 100%;
  width: 100%;
}

.new-dashboard-box .content-stats-wrapper .categories-view {
  height: 100%;
  width: 100%;
}

.new-dashboard-box .content-stats-wrapper .categories-view .content-stats-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
}

.new-dashboard-box .content-stats-wrapper .categories-view .box-container {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
  height: 90%;
  padding: 10px 10px 50px 10px;
  overflow-y: auto;
}

.new-dashboard-box .content-stats-wrapper .categories-view .box-container .content-stat-box {
  position: relative;
  height: 160px;
  width: 160px;
  margin: 10px;
  padding: 20px;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.new-dashboard-box .content-stats-wrapper .categories-view .box-container .content-stat-box:hover {
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.new-dashboard-box .content-stats-wrapper .categories-view .box-container .content-stat-box .content-stat-number {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 10px 0 0 0;
  font-size: 36px;
}

.new-dashboard-box .content-stats-wrapper .categories-view .box-container .content-stat-box .content-stat-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  text-align: center;
  text-transform: none;
  margin: 0;
}

.new-dashboard-box .content-stats-wrapper .categories-view .box-container .content-stat-box .content-stat-bottombox {
  position: absolute;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 160px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #19C0C1;
}

.new-dashboard-box .content-stats-wrapper .categories-view .box-container .content-stat-box .content-stat-bottombox .bottom-box-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
  line-height: 44px;
  width: 160px;
  height: 50px;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new-dashboard-box .content-stats-wrapper .category-list-view {
  height: 100%;
  width: 100%;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper {
  height: 100%;
  position: relative;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .export {
  position: absolute;
  top: 0;
  right: 0;
  margin: 40px 45px 0 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  color: #4A90E2;
  text-decoration: underline;
  font-weight: 400;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container {
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container {
  height: 125px;
  width: 100%;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .back-container {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #8F8F90;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  position: relative;
  float: left;
  margin: 34px 0 0 40px;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .back-container:hover {
  background-color: white;
  color: #ffffff;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .back-container:focus {
  outline: none;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .back-container:active {
  background-color: #e6e5e5;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .back-container .back-tri {
  position: absolute;
  top: 14px;
  left: 12px;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-top: 1px solid #8F8F90;
  border-left: 1px solid #8F8F90;
  transform: rotate(315deg);
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .back-container:hover {
  border: 1px solid #8F8F90;
  color: #8F8F90;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .back-container:active {
  background-color: #f5f5f6;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .category-nav-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  right: 0;
  left: 0;
  height: 60px;
  width: 200px;
  margin: 25px auto;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .category-nav-container .current-category-display {
  display: inline-block;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  color: #19C0C1;
  font-family: "Fira Sans", sans-serif;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .category-nav-container .tri {
  height: 10px;
  width: 13px;
  border-right: 2px solid #D5D5D5;
  border-bottom: 2px solid #D5D5D5;
  cursor: pointer;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .category-nav-container .left-tri {
  transform: rotate(135deg);
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .category-nav-container .left-tri:hover {
  border-right: 2px solid #19C0C1;
  border-bottom: 2px solid #19C0C1;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .category-nav-container .right-tri {
  transform: rotate(-45deg);
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-header-container .category-nav-container .right-tri:hover {
  border-right: 2px solid #19C0C1;
  border-bottom: 2px solid #19C0C1;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-list-container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-list-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0 15px 150px 15px;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-list-container ul .category-item {
  position: relative;
  min-height: 50px;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
  border: 1px solid #D5D5D5;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-list-container ul .category-item .cat-type {
  float: left;
  display: inline-block;
  height: 48px;
  width: 10px;
  margin: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #19C0C1;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-list-container ul .category-item .cat-status {
  display: inline-block;
  float: right;
  line-height: 50px;
  margin: 0 30px 0 0;
  text-align: right;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-list-container ul .category-item .cat-green {
  color: #34CE8B;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-list-container ul .category-item .cat-gray {
  color: #8F8F90;
}

.new-dashboard-box .content-stats-wrapper .category-list-view .category-list-wrapper .category-detail-container .category-list-container ul .category-item .category-title {
  position: absolute;
  display: inline-block;
  line-height: 50px;
  max-width: 50%;
  top: 0;
  left: 40px;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  color: #515152;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-dashboard-box .search-wrapper .search-header-container {
  position: relative;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
  background-color: #F7F7F8;
}

.new-dashboard-box .search-wrapper .search-header-container .search-header {
  display: inline-block;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  line-height: 60px;
  color: #515152;
  margin-left: 20px;
}

.new-dashboard-box .search-wrapper .search-header-container .export {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  line-height: 60px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  color: #4A90E2;
  text-decoration: underline;
  font-weight: 400;
}

.new-dashboard-box .search-wrapper .general-search-container {
  height: 80px;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 410px;
  margin: 20px 0 0 20px;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input {
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  font-family: "Fira Sans", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-indent: 40px;
  border-radius: 0;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input::-webkit-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input::-moz-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input:-ms-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input::-ms-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input::placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input:focus {
  outline: none;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input:focus::-webkit-input-placeholder {
  color: transparent;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input:focus::-moz-placeholder {
  color: transparent;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input:focus:-ms-input-placeholder {
  color: transparent;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-input::placeholder {
  font-size: 16px;
  font-weight: 400;
}

.new-dashboard-box .search-wrapper .general-search-container .search-bar .search-img {
  position: absolute;
  top: 8px;
  left: 12px;
  height: 18px;
}

/* DASH SUBMISSIONS */

.submissions-content .review-flag {
  display: inline-block;
  margin-left: 15px;
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #F7F7F8;
  color: rgba(81, 81, 82, 0.64);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 9px;
}

.dash-row .status {
  width: 12%;
  margin-left: 3%;
}

.dash-row .status img {
  display: inline-block;
  margin-right: 8px;
}

.dash-row .submission-name {
  width: 20%;
}

.dash-row .flagged-submissions {
  width: 10%;
}

.dash-row .total-likes {
  width: 12%;
}

.dash-row .date-posted {
  width: 14%;
}

.dash-row .keywords {
  width: 20%;
}

.body-row .keywords p {
  border: 1px solid rgba(81, 81, 82, 0.55);
  border-radius: 6px;
  background-color: #D1D1D1;
  color: #515152;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 1px 12px;
  display: inline-block;
}

.dash-row .edit {
  width: 5%;
}

/* DASH PUSH */

.create-notification {
  border-radius: 5px;
  background-color: #16BEC1;
  padding: 9px;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 25px;
}

.create-notification img,
.create-notification p {
  display: inline-block;
}

.create-notification p {
  color: #FFFFFF;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.column-headers-push div p {
  color: #515152;
  font-family: "Fira Sans";
  font-size: 14px;
  font-weight: 500;
}

.column-headers-push {
  background-color: #F7F7F8;
  height: 65px;
}

.column-headers-push div {
  margin-top: 13px;
}

.push-notification .notification {
  width: 20%;
}

.push-notification .notification-type {
  width: 15%;
}

.push-notification .device-type {
  width: 10%;
}

.push-notification .gender {
  width: 10%;
}

.push-notification .age-group {
  width: 10%;
}

.push-notification .ethnic-category {
  width: 13%;
}

.push-notification .date-posted {
  width: 11%;
}

.push-notification .add {
  width: 6%;
}

.push-notification .dash-row div p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}

.push-notification .dash-row div img {
  display: inline-block;
  margin: 0px 0px 15px 5px;
}

.column-headers-push .add div {
  height: 30px;
  width: 30px;
  border: 1px dashed #979797;
  background-color: #FFFFFF;
  border-radius: 15px;
  margin: 0;
}

/* DASH FEEDBACK */

.feedback-content .avatar {
  width: 9%;
}

.feedback-content .avatar-container {
  width: 50px;
  height: 50px;
  position: relative;
}

.feedback-content .full-name {
  width: 15%;
}

.feedback-content .date {
  width: 15%;
}

.feedback-content .message {
  width: 30%;
  padding-right: 7px;
}

.feedback-content .email-address {
  width: 20%;
}

.feedback-content .delete {
  width: 6%;
}

.feedback-content .body-row div {
  vertical-align: middle;
}

.feedback-content .body-row .email-address p {
  color: #16bec1;
}

.feedback-content .message .show-more {
  color: #16BEC1;
  font-weight: 500;
  margin-left: 5px;
}

.feedback-content .message #more-message {
  display: none;
}

.feedback-content .unread .avatar .unread-icon {
  height: 18px;
  width: 18.3px;
  border: 1px solid #FFFFFF;
  background-color: #04BBC0;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* MATT'S ADDITIONS */

.pass-info {
  position: relative;
  display: inline-block;
}

.pass-info .tooltiptext {
  top: 0px;
  left: 130%;
  width: 300px;
  visibility: hidden;
  background-color: black;
  color: white;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

span.tooltiptext li {
  color: white;
}

span.tooltiptext ul {
  margin-bottom: 0px;
}

/* Show the tooltip text when you mouse over the tooltip container */

.pass-info:hover .tooltiptext {
  visibility: visible;
}

/* Fit BxSlider Images under Template Section */

.bx-wrapper,
.bx-viewport {
  height: 334px !important;
  /*//provide height of slider*/
  width: 188px !important;
}

.bx-wrapper .bx-viewport .slider div,
.bx-wrapper .bx-viewport .slider div img {
  height: 334px !important;
  width: 188px !important;
}

button.dropdown-toggle {
  width: 105%;
  text-align: left;
}

button.dropdown-toggle::after {
  color: rgba(81, 81, 82, 0.36);
  position: absolute;
  right: 5px;
  top: 17px;
}

div.dropdown-menu {
  width: 110%;
  padding-bottom: 5px;
  padding-top: 5px;
}

.dropdown-item {
  padding-left: 15px;
  height: 36px;
}

div.icon-set {
  height: 30px;
}

img.icon-set-thumbnails {
  height: 28px;
}

img.button-set-thumbnails {
  height: 28px;
  padding-left: 10px;
}

img.icon-set-thumbnails.no-box {
  height: 18px;
  margin-left: 4px;
}

span.icon-dropdown-label {
  min-width: 55%;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

span.dropdown-set-label {
  color: rgba(81, 81, 82, 0.36);
}

span.dropdown-label-small {
  font-size: 9px;
}

p.locked-color-label {
  font-size: 12px;
  color: #a0a0a1;
  padding-left: 10px;
  max-width: 80%;
}

/* menu screen logo changes */

#menu_page_logo {
  /*height:80px;*/
}

.ekko-lightbox .modal-dialog .modal-content .modal-header {
  padding: 0px 15px;
}

.ekko-lightbox .modal-dialog .modal-content .modal-body .ekko-lightbox-container .ekko-lightbox-item {
  padding: 0px 15px;
}

/* user Table Filter styling */

#filter {
  margin-top: 10px;
}

#filter .dropdown {
  height: 34px;
  width: 160px;
  border: 1px solid #D5D5D5;
  background-color: #FFFFFF;
  display: inline-block;
  margin-left: 10px;
}

#filter .dropdown img {
  position: absolute;
  right: 6px;
  top: 6px;
}

#filter .remove,
#filter .clear {
  margin-left: 6px;
  padding: 6px 10px 5px 10px;
  font-size: 14px;
}

#filter .clear {
  padding-top: 3px !important;
}

#filter .dropdown span {
  height: 16px;
  width: 57px;
  color: rgba(81, 81, 82, 0.46);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-left: 5px;
}

#filter #second_row {
  margin-top: 10px;
}

#filter .dropdown .datepicker,
#filter .dropdown input[type="text"] {
  border: none;
  width: 150px;
  color: rgba(81, 81, 82, 0.46);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-left: 5px;
}

#filter .dropdown-menu {
  padding-left: 10px;
}

.custom_filter_btn {
  height: 29.15px;
  width: 191px;
  border: 0.35px solid #979797;
  border-radius: 7px;
  background-color: #F7F7F8;
  color: #515152;
  font-family: "Fira Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 10px;
  display: block;
  padding-left: 3px;
  margin-left: 10px;
  display: inline-block;
}

.create_custom_btn {
  height: 20px;
  width: 191px;
  opacity: 0.61;
  background-color: transparent !important;
  color: #4A90E2 !important;
  cursor: pointer;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  line-height: 20px;
  margin: 10px 0 0 18px;
}

.create_custom_btn_submission {
  height: 20px;
  width: 191px;
  opacity: 0.61;
  background-color: transparent !important;
  color: #4A90E2 !important;
  cursor: pointer;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  line-height: 20px;
  margin: 0;
}

.create_custom_btn:focus,
.create_custom_btn_submission:focus {
  outline: none;
  text-decoration: none;
}

.create_custom_btn span {
  margin-left: 5px;
}

.user-box-body #users_dt_wrapper .dt-buttons,
.submission-body .dt-buttons {
  position: fixed !important;
  top: 65px;
  right: 30px;
  z-index: 1;
}

.submission-body #submissions_dt_wrapper {
  margin-top: -10px;
}

#option_btn {
  margin: 0 0 0 10px;
  width: 60px !important;
}

#option_btn button:hover {
  cursor: pointer;
}

.user-box-body #users_dt_wrapper {
  margin-top: -14px !important;
}

.user-box-body #users_dt_wrapper .dt-buttons .dt-button.buttons-collection,
.submission-body .dt-buttons .dt-button.buttons-collection {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #4A90E2;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.user-box-body #users_dt_wrapper .dt-buttons .dt-button.buttons-collection span,
.submission-body .dt-buttons .dt-button.buttons-collection span {
  text-decoration: underline;
}

.custom_filter_btn i,
.create_custom_btn i {
  margin-left: -10px;
}

#option_btn button {
  padding: 2px 8px;
  height: 28px;
  width: 60px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background-color: #F7F7F8;
  color: #515152;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 8px;
  opacity: 0.54;
}

#option_btn .dropdown-menu {
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 3;
}

#option_btn .dropdown-menu li {
  margin-top: 4px;
  padding: 5px 5px 5px 45px;
  border-bottom: 2px solid #EEEEEE;
}

#option_btn .dropdown-menu li:last-child {
  border-bottom: none;
}

#option_btn .dropdown-menu li a {
  color: #5F5F60;
  cursor: pointer;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}

#option_btn button.dropdown-toggle::after {
  color: #515152;
  position: absolute;
  right: 5px;
  top: 14px;
}

/* End of User Table Filter Styling */

#course-toggle {
  height: 40px;
  width: 100px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
}

#resource-toggle {
  height: 40px;
  width: 100px;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}

input[type=submit].caption-inactive {
  background-color: white;
  color: #A0A0A1;
  border: 1px solid #D5D5D5;
  box-shadow: inset 0 1px 3px 0 rgba(157, 157, 157, 0.5);
}

input[type=submit].caption-active {
  background-color: #16BEC1;
}

input[type="submit"]:focus {
  outline: none;
}

/* user table styling */

#saved_filter {
  padding: 10px 0;
}

#saved_filter p:first-child {
  margin-left: 10px;
}

#space {
  height: 42px;
}

.user-filter .curriculum_users_filters {
  margin-bottom: 5px !important;
}

.user-filter .curriculum_users_filters:first-child {
  margin-top: 60px !important;
}

.user-filter .curriculum_users_filters:last-child {
  margin-bottom: -42px !important;
}

#users_dt_filter.dataTables_filter label .form-control,
#submissions_dt_filter.dataTables_filter label .form-control,
#uploads_dt_filter.dataTables_filter label .form-control,
#searches_dt_filter.dataTables_filter label .form-control {
  background: #FFFFFF url("/assets/search.png") no-repeat 11px;
  border-radius: 0 !important;
  border: 1px solid #E8E8E8 !important;
  top: 126px;
  left: 352px;
  width: 424px;
  height: 40px;
  padding-left: 39px;
  position: fixed;
  z-index: 1;
  background-size: 17px;
}

.user-tags {
  width: 100%;
}

.user-tags .tag {
  background-color: #34CE8B !important;
  border: 2px solid #34CE8B !important;
  border-radius: 5px;
  padding: 5px 10px !important;
  outline: none;
  height: 34px;
}

.user-tags .tag a {
  color: white !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  min-height: 16px;
}

#filter_submit_btn {
  height: 25px;
  width: 120px;
  border-radius: 5px;
  background-color: #34CE8B;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 5px;
  padding: 3px 8px;
}

.inline {
  display: inline-block !important;
}

#filter_name {
  height: 29px;
  width: 159.5px;
  border: 1px solid #D5D5D5;
  margin: 28px 0 5px 10px;
}

#filter-dropDown {
  background-color: transparent !important;
  margin: 52px 0 0 0;
  color: rgba(81, 81, 82, 0.84);
  cursor: pointer;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  border: none !important;
  width: 96px !important;
  top: 69px;
  position: fixed;
  right: 40px;
}

#filter-dropDown:focus,
#filter-dropDown .filter-btn:focus {
  outline: none !important;
}

#filter-dropDown .dropdown-menu {
  margin-left: -133px;
  border: 1px solid #979797;
  padding-left: 0 !important;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: 3;
  width: 230px;
}

.custom-filter-check {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}

#filter-dropDown .dropdown-menu li a.delete {
  float: right;
  clear: both;
}

#filter-dropDown .dropdown-menu li a.delete img {
  position: relative;
  top: 0;
}

#filter-dropDown .dropdown-menu li a.dropfilter-item img {
  position: relative;
  top: 0;
  margin-left: 10px;
}

#filter-dropDown li {
  margin-top: 4px;
  padding: 5px 5px 5px 15px;
  border-bottom: 2px solid #EEEEEE;
}

#filter-dropDown li:last-child {
  border-bottom: none;
}

#filter-dropDown .dropdown-menu li a {
  color: #5F5F60;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}

#filter-dropDown .filter-btn {
  background-color: transparent !important;
  color: black;
}

#filter-dropDown .filter-btn:after {
  border: none !important;
}

#filter-dropDown .filter-btn img {
  position: relative !important;
  top: 0;
  right: 0 !important;
}

.user-tags .tag a:last-child {
  padding-left: 8px;
}

.user-box-body .btn-danger,
.user-box-body .btn-danger:hover,
.submission-body .btn-danger,
.user-box-body .btn-danger:hover {
  background-color: transparent !important;
  color: #D5D5D5 !important;
  font-family: "Roboto", sans-serif !important;
  border: none !important;
  outline: none !important;
}

#saved_filter .bootstrap-tagsinput span.tag {
  box-sizing: border-box;
  height: 34px;
  border: 2px solid #33C988 !important;
  border-radius: 5px;
  background-color: #34CE8B !important;
}

#saved_filter .bootstrap-tagsinput span.tag a {
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-height: 700px) {
  #content-controls {
    padding-bottom: 50px;
  }
}

.new-dashboard-box .users-wrapper #filter-dropDown {
  top: 90px;
  right: 60px;
  z-index: 1;
}

.new-dashboard-box .users-wrapper #users-filters-container {
  position: relative;
  top: 60px;
  left: 15px;
}

.new-dashboard-box .users-wrapper #users_dt_wrapper {
  max-height: calc(100vh - 260px);
  overflow-y: auto;
  top: 70px;
  margin: 0;
}

.new-dashboard-box .users-wrapper #users_dt_wrapper .dataTables_scroll .dataTables_scrollHead {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
}

.new-dashboard-box .users-wrapper #users_dt_wrapper .dataTables_scroll .dataTables_scrollHead table thead th {
  border-bottom: none;
  border-top: none;
  padding-left: 10px;
}

.new-dashboard-box .users-wrapper #users_dt_wrapper .dataTables_scroll .dataTables_scrollBody {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  border-bottom: 1px solid #e9ecef;
}

.new-dashboard-box .users-wrapper #users_dt_wrapper .dataTables_scroll .dataTables_scrollBody table thead th {
  border-bottom: 1px solid #e9ecef;
  border-top: none;
  padding-left: 10px;
}

.new-dashboard-box .users-wrapper #users_dt_wrapper #users_dt_info {
  margin-left: 15px;
}

.new-dashboard-box .users-wrapper .users-filters {
  position: fixed;
  top: 144px;
  left: 795px;
  background: #a1a2a233;
  color: #a1a2a2;
  padding: 2px 10px;
}

.new-dashboard-box .users-wrapper .users-filters span {
  font-weight: bolder;
}

.new-dashboard-box .users-wrapper .users-filters img {
  width: 29px;
}

.new-dashboard-box .search-wrapper #filter-dropDown {
  top: 90px;
  right: 60px;
  z-index: 1;
}

.new-dashboard-box .search-wrapper #searches_dt_wrapper {
  max-height: calc(100vh - 260px);
  overflow-y: auto;
  top: 70px;
  margin: 0;
}

.new-dashboard-box .search-wrapper #searches_dt_wrapper .dataTables_scroll .dataTables_scrollHead {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
}

.new-dashboard-box .search-wrapper #searches_dt_wrapper .dataTables_scroll .dataTables_scrollHead table thead th {
  border-bottom: none;
  border-top: none;
  padding-left: 10px;
}

.new-dashboard-box .search-wrapper #searches_dt_wrapper .dataTables_scroll .dataTables_scrollBody {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  border-bottom: 1px solid #e9ecef;
}

.new-dashboard-box .search-wrapper #searches_dt_wrapper .dataTables_scroll .dataTables_scrollBody table thead th {
  border-bottom: 1px solid #e9ecef;
  border-top: none;
  padding-left: 10px;
}

.new-dashboard-box .search-wrapper #searches_dt_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr td a {
  font-size: 14px !important;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: normal !important;
  color: #515152 !important;
}

.new-dashboard-box .search-wrapper #searches_dt_wrapper .dataTables_scroll .dataTables_scrollBody table tbody tr td a:hover {
  color: #16bec1 !important;
}

.new-dashboard-box .search-wrapper #searches_dt_wrapper #searches_dt_info {
  margin-left: 15px;
}

.new-dashboard-box .search-wrapper .search-filters {
  position: fixed;
  top: 144px;
  left: 795px;
  background: #a1a2a233;
  color: #a1a2a2;
  padding: 2px 10px;
}

.new-dashboard-box .search-wrapper .search-filters span {
  font-weight: bolder;
}

.new-dashboard-box .search-wrapper .search-filters img {
  width: 29px;
}

.new-dashboard-box .upload-wrapper .upload-header-container {
  position: relative;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
  background-color: #F7F7F8;
}

.new-dashboard-box .upload-wrapper .upload-header-container .upload-header {
  display: inline-block;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  line-height: 60px;
  color: #515152;
  margin-left: 20px;
}

.new-dashboard-box .upload-wrapper .upload-header-container .export {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  line-height: 60px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  color: #4A90E2;
  text-decoration: underline;
  font-weight: 400;
}

.new-dashboard-box .upload-wrapper #uploads_dt_wrapper {
  max-height: calc(100vh - 260px);
  overflow-y: auto;
  top: 70px;
  margin: 0;
}

.new-dashboard-box .upload-wrapper #uploads_dt_wrapper .dataTables_scroll .dataTables_scrollHead {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
}

.new-dashboard-box .upload-wrapper #uploads_dt_wrapper .dataTables_scroll .dataTables_scrollHead table thead th {
  border-bottom: none;
  border-top: none;
  padding-left: 10px;
}

.new-dashboard-box .upload-wrapper #uploads_dt_wrapper .dataTables_scroll .dataTables_scrollBody {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  border-bottom: 1px solid #e9ecef;
}

.new-dashboard-box .upload-wrapper #uploads_dt_wrapper .dataTables_scroll .dataTables_scrollBody table thead th {
  border-bottom: 1px solid #e9ecef;
  border-top: none;
  padding-left: 10px;
}

.new-dashboard-box .upload-wrapper #uploads_dt_wrapper #uploads_dt_info {
  margin-left: 15px;
}

#users_dt_filter.dataTables_filter label .form-control,
#uploads_dt_filter.dataTables_filter label .form-control,
#searches_dt_filter.dataTables_filter label .form-control {
  top: 140px;
  left: 360px;
}

.user_uploaded_file_gallery {
  display: inline;
}

.user_uploaded_file_gallery .gallery_item_container {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px solid #a1a2a2;
  margin: 5px;
}

.user_uploaded_file_gallery .gallery_item_container .gallery_item {
  width: 150px;
  height: 150px;
  margin: 25px;
}

.user_uploaded_file_gallery .gallery_item_container .gallery-item-type {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #a1a2a2;
}

@media screen and (max-width: 1100px) {
  .static-submit .app-title-container {
    max-width: 100%;
    margin: 0.5em 30%;
  }

  .static-submit .app-title-container .input-name-container {
    display: flex;
    align-items: center;
  }

  .static-submit .app-title-container .input-name-container .app-title-icon {
    display: none;
  }

  .static-submit .app-title-container .input-name-container .app-title-input {
    display: none;
    text-indent: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #c2c2c3;
    border-radius: 25px;
    color: #c2c2c3;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    white-space: normal;
  }

  .static-submit .app-title-container .input-name-container .app-title-input::-webkit-input-placeholder {
    line-height: 30px;
    color: #8F8F90;
    font-size: 12px;
    font-weight: 300;
  }

  .static-submit .app-title-container .input-name-container .app-title-input::-moz-placeholder {
    line-height: 30px;
    color: #8F8F90;
    font-size: 12px;
    font-weight: 300;
  }

  .static-submit .app-title-container .input-name-container .app-title-input:-ms-input-placeholder {
    line-height: 30px;
    color: #8F8F90;
    font-size: 12px;
    font-weight: 300;
  }

  .static-submit .app-title-container .input-name-container .app-title-input::-ms-input-placeholder {
    line-height: 30px;
    color: #8F8F90;
    font-size: 12px;
    font-weight: 300;
  }

  .static-submit .app-title-container .input-name-container .app-title-input::placeholder {
    line-height: 30px;
    color: #8F8F90;
    font-size: 12px;
    font-weight: 300;
  }

  .static-submit .app-title-container .input-name-container .app-name-display {
    margin: 0;
    width: 130px;
    padding: 0;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
  }

  .static-submit .app-title-container .input-name-container .visible {
    display: block;
    word-break: break-all;
  }

  .static-submit .right-side-static-submit .last-updated {
    display: none;
  }
}

/* my online therapy styling */

.new-dashboard-box .user-content-wrapper {
  height: 100%;
  position: relative;
}

.new-dashboard-box .user-content-wrapper .users-list-container {
  height: 100%;
  display: flex;
  flex-direction: row;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area {
  width: 40%;
  height: 100%;
  border-right: 1px solid #D5D5D5;
  overflow-y: hidden;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .search-users {
  padding: 10px;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .search-users input {
  border-radius: 0;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul {
  margin: 0;
  padding: 0 0 150px 0;
  list-style-type: none;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .user-item {
  position: relative;
  height: 150px;
  width: 100%;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  overflow: hidden;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .user-item .item-title {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 22px 30px 0 30px;
  text-align: center;
  line-height: 20px;
  color: #c2c2c3;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .user-item .item-detail-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 100%;
  padding: 0 15px;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .user-item .item-detail-container .box {
  height: 70px;
  width: 80px;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .user-item .item-detail-container .box .item-detail-heading {
  color: #c2c2c3;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  margin: 10px 0 0 0;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .user-item .item-detail-container .box .detail-label {
  color: #c2c2c3;
  font-size: 12px;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  margin: 0;
  max-width: 100%;
  word-wrap: break-word;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .user-item .item-detail-container .label-box {
  margin-top: 10px;
  width: 20%;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .user-item .item-detail-container .label-box h2 {
  margin: 0 !important;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .user-item .item-detail-container .value-box {
  width: 80%;
  margin-top: 10px;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .user-item .item-detail-container .value-box p {
  text-align: left !important;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .active {
  background-color: #f5f5f6;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .active .item-detail-container .box .item-detail-heading {
  color: #19C0C1;
}

.new-dashboard-box .user-content-wrapper .users-list-container .users-list-area .users-container ul .active .item-detail-container .box .detail-label {
  color: #19C0C1;
}

.new-dashboard-box .user-content-wrapper .users-list-container .list .list-header {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  margin: 40px 0;
  font-weight: 400;
  text-align: center;
  color: #8F8F90;
}

.new-dashboard-box .user-content-wrapper .users-detail-container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .user-header-container {
  width: 100%;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .user-header-container .user-nav-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  right: 0;
  left: 0;
  min-height: 60px;
  width: 100%;
  margin: 25px auto 0 auto;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .user-header-container .user-nav-container .current-user-display {
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  font-weight: 300;
  color: #19C0C1;
  font-family: "Fira Sans", sans-serif;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .profile-container .issues-treatment-data {
  /*font-family: 'Comfortaa', cursive;*/
  padding: 30px 0;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .profile-container .issues-treatment-data .content-container {
  padding-top: 0;
  max-height: inherit;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .profile-container .issues-treatment-data .content-container .content-header {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  background-color: #E5E5E5;
  height: 40px;
  padding-top: 9px;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .profile-container .issues-treatment-data .content-container .content-header .pointer {
  cursor: pointer;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .profile-container .issues-treatment-data .content-container .list-value {
  color: #8D8D8D;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  border-bottom: 1px solid #D5D5D5;
  height: 40px;
  padding-top: 13px;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .profile-container .issues-treatment-data .content-container .no-client {
  margin: 0 15px;
  width: 100%;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .profile-container .issues-treatment-data .connected-client {
  width: 100%;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .profile-container .issues-treatment-data .connected-client .row .content-header {
  margin: 0 15px;
  width: 100%;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .questions-container {
  height: 100%;
  width: 100%;
  margin-top: 30px;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .questions-container .content-header {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  background-color: #E5E5E5;
  height: 40px;
  padding-top: 9px;
  margin: 15px;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .questions-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0 15px 150px 15px;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .questions-container ul .question-item {
  position: relative;
  min-height: 50px;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
  border: 1px solid #D5D5D5;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .questions-container ul .question-item .row {
  padding: 10px 0;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .questions-container ul .question-item .row .q-type {
  float: left;
  line-height: 1.5;
  display: inline-block;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  color: #9d9d9f;
  text-align: right !important;
  margin: 0;
  text-transform: capitalize;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .questions-container ul .question-item .row .question {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  max-width: 100%;
  top: 0;
  left: 0;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  color: #19c0c1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .questions-container ul .question-item .row .answer {
  color: #515152;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .availability-container {
  padding: 30px 0;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .availability-container .content-header {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  background-color: #E5E5E5;
  height: 40px;
  padding-top: 9px;
  margin: 15px;
  width: 100%;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .availability-container .availability-table {
  margin: 0 25%;
  width: 50%;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .availability-container .availability-table tr {
  height: 40px;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .availability-container .availability-table tr td {
  color: #8D8D8D;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 40px 0;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .availability-container .availability-table tr td .day-circle {
  background: #D8D8D8;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.new-dashboard-box .user-content-wrapper .users-detail-container .availability-container .availability-table tr td .active {
  background: #399DCE;
}

/* client stats edit connections model */

#editConnectionsModal .modal-dialog,
#insuranceCompanies .modal-dialog {
  max-width: 700px;
  margin-bottom: 40px;
}

#editConnectionsModal .modal-dialog .modal-content .modal-header .header-title,
#insuranceCompanies .modal-dialog .modal-content .modal-header .header-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  width: 100%;
}

#editConnectionsModal .modal-dialog .modal-content .modal-header .close-modal,
#insuranceCompanies .modal-dialog .modal-content .modal-header .close-modal {
  background: #3a9dce;
  height: 30px;
  width: 30px;
  border-radius: 5px;
}

#editConnectionsModal .modal-dialog .modal-content .modal-header .close-modal .user-action-closer,
#insuranceCompanies .modal-dialog .modal-content .modal-header .close-modal .user-action-closer {
  color: #ffffff;
  margin: 7px 9px;
}

#editConnectionsModal .modal-dialog .modal-content .modal-body .search-container .search-bar,
#insuranceCompanies .modal-dialog .modal-content .modal-body .search-container .search-bar {
  width: 100%;
}

#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container {
  padding: 10px;
  margin-top: 10px;
}

#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection,
#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .company-selection,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .therapist-selection,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .company-selection,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .company-selection,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .therapist-selection,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .company-selection {
  padding-top: 10px;
}

#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .therapist-status,
#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .company-status,
#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .company-selection .therapist-status,
#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .company-selection .company-status,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .therapist-status,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .company-status,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .company-selection .therapist-status,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .company-selection .company-status,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .therapist-status,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .company-status,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .company-selection .therapist-status,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .company-selection .company-status,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .therapist-status,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .company-status,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .company-selection .therapist-status,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .company-selection .company-status {
  display: inline-block;
  float: left;
}

#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .therapist-status .status-icon,
#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .company-status .status-icon,
#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .company-selection .therapist-status .status-icon,
#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .company-selection .company-status .status-icon,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .therapist-status .status-icon,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .company-status .status-icon,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .company-selection .therapist-status .status-icon,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .company-selection .company-status .status-icon,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .therapist-status .status-icon,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .company-status .status-icon,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .company-selection .therapist-status .status-icon,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .company-selection .company-status .status-icon,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .therapist-status .status-icon,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .company-status .status-icon,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .company-selection .therapist-status .status-icon,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .company-selection .company-status .status-icon {
  height: 25px;
  width: 25px;
}

#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .therapist-name,
#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .company-name,
#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .company-selection .therapist-name,
#editConnectionsModal .modal-dialog .modal-content .modal-body .therapists-container .company-selection .company-name,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .therapist-name,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .company-name,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .company-selection .therapist-name,
#editConnectionsModal .modal-dialog .modal-content .modal-body .companies-container .company-selection .company-name,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .therapist-name,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .therapist-selection .company-name,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .company-selection .therapist-name,
#insuranceCompanies .modal-dialog .modal-content .modal-body .therapists-container .company-selection .company-name,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .therapist-name,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .therapist-selection .company-name,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .company-selection .therapist-name,
#insuranceCompanies .modal-dialog .modal-content .modal-body .companies-container .company-selection .company-name {
  display: inline-block;
  float: left;
  color: #3a9dce;
  border: 1px solid #3a9dce;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.edit-companies {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

#nav_messages_link .slickdot {
  display: inline-block;
  background: #FFA400;
  border-radius: 50px;
  margin-left: 5px;
  height: 6px;
  width: 6px;
}

#nav_messages_link .slickdot-nav-unread-message {
  position: relative;
  float: right;
  bottom: 25px;
}

#nav_messages_link .slickdot-recipient-unread-message {
  background-color: #3A9DCE;
  position: relative;
  top: 0;
  right: 10px;
}

.alert {
  box-sizing: border-box;
  min-height: 40px;
  width: 350px;
  padding: 18px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Fira Sans", sans-serif;
}

.alert span {
  display: block;
  width: 250px;
}

.alert span a {
  font-size: 13px;
  line-height: 20px;
}

.alert .close {
  background: url("/assets/icons/close-gray.svg");
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 15px;
  width: 15px;
}

.alert-success {
  border: 1px solid #34CE8B;
  color: #34CE8B;
  background-color: #d8f6e9;
}

.alert-error {
  border: 1px solid #F1C40F;
  color: #F1C40F;
  background-color: #fcf3d0;
}

.alert-danger {
  border: 1px solid #F4345A;
  color: #F4345A;
  background-color: #fef6f7;
}

.gamification-content {
  margin: 0 20px 0 70px;
  padding-top: 50px;
  height: 100vh;
  width: 90vw;
}

.add-level {
  margin-left: 250px;
  width: 75vw;
}

.platform-icons a {
  color: #000000;
}

.platform-icons span {
  color: #D5D5D5;
}

.card {
  border: 1px solid #D5D5D5;
  margin: 40px auto;
  margin-left: 20%;
  padding: 20px;
  height: auto;
  width: 900px;
  font-family: "Fira Sans", sans-serif;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.card h1 {
  margin: 10px;
  font-weight: 500;
  font-size: 36px;
  color: #515152;
}

.card .accounts-section form {
  margin: 20px 0;
}

.card .accounts-section form label {
  color: #515152;
  padding: 5px 0;
  font-weight: 400;
  font-size: 16px;
}

.card .accounts-section form input {
  height: 42px;
}

.card .accounts-section form {
  margin: 0;
}

.card .accounts-section form .card-form-mid-left {
  padding: 0 7.5px 0 0;
}

.card .accounts-section form .card-form-mid {
  padding: 0 7.5px;
}

.card .accounts-section form .card-form-mid-right {
  padding: 0 0 0 7.5px;
}

.card .accounts-section .active-apps {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  margin-top: 10px;
}

.card .accounts-section .active-apps .active-apps-top {
  padding: 20px;
  font-family: "Fira Sans", sans-serif;
}

.card .accounts-section .active-apps .active-apps-top .active-apps-top-header {
  margin: 0;
  padding: 0;
  color: #515152;
  font-size: 15px;
  font-weight: 500;
}

.card .accounts-section .active-apps .active-apps-top .active-apps-top-subheader {
  margin: 0;
  padding: 0;
  color: #bcbbbb;
  font-size: 15px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

.card .accounts-section .active-apps ul {
  padding: 0;
}

.card .accounts-section .active-apps ul .applistactive {
  background-color: #34CE8B;
}

.card .accounts-section .active-apps ul .applistactive:hover {
  background-color: #34CE8B;
}

.card .accounts-section .active-apps ul .applistactive h5,
.card .accounts-section .active-apps ul .applistactive .sub-info-line,
.card .accounts-section .active-apps ul .applistactive .renew-date-line,
.card .accounts-section .active-apps ul .applistactive .cancel-sub-link {
  color: #ffffff;
}

.card .accounts-section .active-apps ul li {
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}

.card .accounts-section .active-apps ul li:hover {
  background-color: #f2f2f2;
}

.card .accounts-section .active-apps ul li h5 {
  margin: 0;
  font-size: 16px;
  color: #515152;
  font-family: "Fira Sans", sans-serif;
}

.card .accounts-section .active-apps ul li .sub-info-line {
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
}

.card .accounts-section .active-apps ul li .renew-date-line {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  coor: #D5D5D5;
}

.card .accounts-section .active-apps ul li .cancel-sub-link {
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 8px;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
}

.card .accounts-section .active-apps .active-apps-bottom {
  display: block;
  height: 60px;
  width: 100%;
  line-height: 60px;
  text-align: center;
  border-top: 1px solid #D5D5D5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-decoration: none;
  color: #34CE8B;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  background-color: #ffffff;
}

.card .accounts-section .active-apps .active-apps-bottom:hover {
  background-color: #34CE8B;
  color: #ffffff;
}

.card .accounts-section .active-apps .active-apps-bottom:active {
  background-color: #1e7e54;
}

.card .accounts-section .hatch-btn {
  margin: 35px 0 10px 0;
  height: 45px;
  width: 100px;
  font-size: 18px;
  color: #ffffff;
  background-color: #D5D5D5;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.card .accounts-section .hatch-btn:hover {
  color: white;
  background-color: #A0A0A1;
}

.card .accounts-section .hatch-btn:focus {
  box-shadow: none;
  transition: none;
  outline: none;
}

.card .accounts-section .hatch-btn:active {
  background-color: #868688;
}

.card .accounts-section .btnupdate {
  background-color: #34CE8B;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.card .accounts-section .btnupdate:hover {
  background-color: #5dd8a2;
}

.card .accounts-section .btnupdate:focus {
  outline: none;
}

.card .accounts-section .btnupdate:active {
  background-color: #28a770;
}

.pass-confirm-modal-bg {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.pass-confirm-modal-bg .pass-confirm-modal {
  height: 260px;
  width: 520px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 200px auto;
}

.pass-confirm-modal-bg .pass-confirm-modal .pass-confirm-modal-top {
  position: relative;
  height: 80px;
  width: 100%;
  text-align: center;
  line-height: 80px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-size: 24px;
  font-weight: 500;
}

.pass-confirm-modal-bg .pass-confirm-modal .pass-confirm-modal-top .pass-confirm-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  height: 20px;
  cursor: pointer;
}

.pass-confirm-modal-bg .pass-confirm-modal label {
  margin: 10px 0;
  color: #A0A0A1;
  font-weight: 400;
}

.pass-confirm-modal-bg .pass-confirm-modal .hatch-btn {
  position: absolute;
  height: 45px;
  width: 115px;
  margin: 10px auto;
  left: 0;
  right: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  background-color: #34CE8B;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.pass-confirm-modal-bg .pass-confirm-modal .hatch-btn:hover {
  background-color: #5dd8a2;
}

.pass-confirm-modal-bg .pass-confirm-modal .hatch-btn:focus {
  outline: none;
}

.pass-confirm-modal-bg .pass-confirm-modal .hatch-btn:active {
  background-color: #28a770;
}

.modalvisible {
  opacity: 1;
}

.section-name {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 3px !important;
}

.section-subheader {
  font-size: 14px;
  font-weight: 300;
}

.leftnavactive {
  background-color: #D5D5D5;
}

.leftnavactive .section-name,
.leftnavactive .section-subheader {
  color: #ffffff;
}

.login-select {
  height: 40px;
  margin-top: 30px;
  margin-bottom: 0;
}

.login-screen-logo {
  margin-top: 100px;
  text-align: center;
}

.login-screen-logo img {
  width: 100px;
}

.login-screen {
  width: 400px;
  margin: 50px auto;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
  order: none;
  border-radius: 3px;
  border: none;
}

.login-screen .login-screen-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-screen .login-screen-input-group {
  position: relative;
  height: 50px;
  margin: 10px 0;
}

.login-screen .login-screen-input-group .login-screen-input {
  width: 100%;
  height: 100%;
  border: 1px solid gray;
  border-radius: 3px;
  padding-left: 20px;
  background-color: #ffffff;
  outline: none;
}

.login-screen .pass-info-forgot {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.login-screen .pass-info-forgot .forgot-pass {
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  color: #c2c2c3;
  transition: all 200ms ease-in-out;
}

.login-screen .pass-info-forgot .forgot-pass:hover {
  color: #8F8F90;
  text-decoration: underline;
}

.login-screen .remember-container {
  margin: 20px 0;
  width: 100%;
}

.login-screen .remember-container label {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  justify-content: center;
}

.login-screen .remember-container label .signin-checkbox {
  margin: 3px 10px 0 0;
}

.login-screen .remember-container label .remember-text {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}

.login-screen .login-screen-submit-button {
  height: 50px;
  width: 200px;
  margin: auto;
  font-family: "Fira Sans", sans-serif;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.login-screen .login-screen-submit-button:hover {
  background-color: rgba(52, 206, 139, 0.4);
  color: #34CE8B;
}

.login-screen .login-screen-submit-button:active {
  background-color: #28a770;
  color: #ffffff;
}

select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #a0a0a1;
  color: #a0a0a1;
  font-size: 14px;
  width: 430px;
  margin-bottom: 10px;
  border-radius: 0;
  padding: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

span.password-label-text {
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  margin-top: -18px;
  margin-left: 5px;
  padding-bottom: 20px;
}

span.password-label-text.inverted {
  color: #000000;
  margin-top: auto;
}

.signup-box-box {
  max-width: 1200px;
  margin: auto;
}

.signup-box {
  background-color: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(200, 200, 200, 0.5);
  margin: 80px 30px 0px 30px;
  text-align: right;
}

.signup-box .right {
  padding: 30px 70px;
  width: 55%;
  display: inline-block;
  text-align: left;
}

.signup-box .right h1 {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  font-size: 36px;
  line-height: 1.6;
  text-align: left;
}

.signup-box .right ol {
  margin: 0 0 1rem 0;
}

.signup-box .right li {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #515152;
  font-size: 18px;
}

.signup-box .right img {
  max-width: 460px;
  margin-top: 40px;
}

.signup-box .left {
  text-align: left;
  background-color: #16BCC0;
  display: inline-block;
  width: 44%;
  vertical-align: top;
  padding: 10px 70px 10px 70px;
  position: relative;
}

.signup-box .left .triangle {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid white;
  position: absolute;
  top: 100px;
  left: 0px;
}

.signup-box .left h1 {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  text-align: left;
  margin: 10px 0;
}

.signup-box .left form {
  width: 100%;
}

.signup-box .left form input[type="text"],
.signup-box .left form select,
.signup-box .left form input[type="email"],
.signup-box .left form input[type="password"],
.signup-box .left form input[type="tel"] {
  border-radius: 5px;
  padding: 10px 0px 8px 16px;
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  border: 0px;
  width: 100%;
  margin-bottom: 16px;
}

.signup-box .left form input[type="text"].first,
.signup-box .left form input[type="text"].last {
  width: 47%;
}

.signup-box .left form input[type="text"].first {
  margin-right: 4.5%;
}

.signup-box .left form select {
  background-color: #ffffff;
  height: 42px;
}

.signup-box .left form input[type="submit"] {
  border-radius: 5px;
  background: linear-gradient(180deg, #67F6FA 0%, #1CD3D7 100%);
  width: 100%;
  border: 0;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  padding: 10px 20px;
  margin: 10px 0;
  cursor: pointer;
}

.signup-box .left form p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}

.signup-box .left form p a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
}

.signup-box .left form .referral {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
  line-height: 20px;
  cursor: pointer;
}

.signup-box .left form #spacer-1 {
  width: 100%;
  height: 29px;
}

.signup-box .left form #spacer-2 {
  width: 100%;
  height: 30px;
}

.free-signup {
  color: #A0A0A1;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  margin: 15px;
  text-align: center;
}

#referral-code {
  display: none;
}

@media (max-width: 1000px) {
  .signup-box-box {
    max-width: 600px;
  }

  .signup-box .right {
    display: none;
  }

  .signup-box .left {
    width: 100%;
  }

  .signup-box .left .triangle {
    display: none;
  }

  .signup-box .left h1 {
    text-align: center;
  }

  .free-signup {
    max-width: 500px;
    margin: 15px auto 15px auto;
  }
}

.password-reset-app-logo {
  width: 100vw;
  height: 12vh;
  margin: 4em 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 700px) {
  .signup-box {
    margin: 40px 10px 0px 10px;
  }

  .signup-box .left {
    padding: 20px 30px;
  }

  .free-signup {
    margin: 10px;
    font-size: 12px;
    line-height: 24px;
  }

  span.password-label-text {
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  .signup-box .left h1 {
    line-height: 35px;
    max-width: 280px;
    margin: 0 auto 20px auto;
  }

  span.password-label-text {
    font-size: 8px;
  }
}

@media screen and (max-width: 600px) {
  .login-screen {
    width: 95%;
  }
}

.user-approval-container {
  display: block;
  height: 100%;
  width: 100%;
}

.user-approval-container .logo-container {
  min-width: 200px;
  height: 200px;
  margin: 150px auto 0 auto;
  text-align: center;
  padding: 0 20px;
}

.user-approval-container .logo-container img {
  height: 200px;
}

.user-approval-container .text-container {
  max-width: 300px;
  margin: auto;
  padding: 0 10px;
}

.user-approval-container .text-container .approval-body {
  display: block;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

#welcome-box {
  box-sizing: border-box;
  margin: 100px auto 50px auto;
  height: 192px;
  width: 720px;
  padding-top: 7px;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
  font-family: "Fira Sans", sans-serif;
}

#welcome-box .welcome-greeting {
  padding: 20px 30px 10px 30px;
}

#welcome-box .welcome-greeting h2 {
  margin: 0;
  font-size: 36px;
  color: #19C0C1;
  font-weight: 500;
}

#welcome-box .welcome-search {
  padding: 20px 30px 10px 30px;
}

#welcome-box .welcome-search #welcome-input {
  width: 110%;
  height: 55px;
  padding-left: 20px;
  font-family: "Fira Sans", sans-serif;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  font-family: "Fira Sans", sans-serif;
  border-radius: 5px 0 0 5px;
}

#welcome-box .welcome-search #welcome-input::-webkit-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

#welcome-box .welcome-search #welcome-input::-moz-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

#welcome-box .welcome-search #welcome-input:-ms-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

#welcome-box .welcome-search #welcome-input::-ms-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

#welcome-box .welcome-search #welcome-input::placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

#welcome-box .welcome-search #welcome-input:focus {
  outline: none;
}

#welcome-box .welcome-search #welcome-input:focus::-webkit-input-placeholder {
  color: transparent;
}

#welcome-box .welcome-search #welcome-input:focus:-moz-placeholder {
  color: transparent;
}

#welcome-box .welcome-search #welcome-input:focus::-moz-placeholder {
  color: transparent;
}

#welcome-box .welcome-search #welcome-input:focus:-ms-input-placeholder {
  color: transparent;
}

#welcome-box .welcome-search #welcome-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
}

#welcome-box .welcome-search #welcome-input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
}

#welcome-box .welcome-search #welcome-input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
}

#welcome-box .welcome-search #welcome-input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
}

#welcome-box .welcome-search #welcome-submit-btn {
  height: 55px;
  width: 155px;
  float: right;
  font-size: 18px;
  font-weight: 500;
  color: white;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #34CE8B;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

#welcome-box .welcome-search #welcome-submit-btn:hover {
  background-color: #5dd8a2;
}

#welcome-box .welcome-search #welcome-submit-btn:focus {
  outline: none;
}

#welcome-box .welcome-search #welcome-submit-btn:active {
  background-color: #28a770;
}

#welcome-box .welcome-search .loader {
  padding-left: 50px;
}

#welcome-bottom {
  font-family: "Fira Sans", sans-serif;
}

#welcome-bottom p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: rgba(160, 160, 161, 0.62);
  font-family: "Fira Sans", sans-serif;
}

#welcome-bottom .browse-chat {
  display: flex;
  justify-content: center;
}

#welcome-bottom .browse-chat div {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
}

#welcome-bottom .browse-chat #browse {
  border-right: 1px solid #D5D5D5;
  color: #19C0C1;
  padding-right: 30px;
  font-size: 18px;
  font-weight: normal;
}

#welcome-bottom .browse-chat .chat-launcher {
  color: #A0A0A1;
  padding-left: 20px;
  cursor: pointer;
}

#welcome-bottom .browse-chat .chat-launcher:hover,
#welcome-bottom .browse-chat .chat-launcher:active {
  color: #bababa;
}

.template-topbar {
  box-sizing: border-box;
  padding: 10px;
  height: 75px;
  margin-top: 50px;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.template-topbar .onboarding-input {
  width: 350px;
  height: 45px;
  font-family: #515152;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  font-family: "Fira Sans", sans-serif;
}

.template-topbar .onboarding-input::-webkit-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.template-topbar .onboarding-input::-moz-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.template-topbar .onboarding-input:-ms-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.template-topbar .onboarding-input::-ms-input-placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.template-topbar .onboarding-input::placeholder {
  line-height: 55px;
  color: rgba(160, 160, 161, 0.45);
  font-size: 20px;
  font-weight: 300;
}

.template-topbar .onboarding-input:focus {
  outline: none;
}

.template-topbar .onboarding-input:focus::-webkit-input-placeholder {
  color: transparent;
}

.template-topbar .onboarding-input:focus:-moz-placeholder {
  color: transparent;
}

.template-topbar .onboarding-input:focus::-moz-placeholder {
  color: transparent;
}

.template-topbar .onboarding-input:focus:-ms-input-placeholder {
  color: transparent;
}

.template-topbar button {
  text-transform: uppercase;
  background-color: inherit;
  border: 1px solid #D5D5D5;
  height: 45px;
}

.template-topbar #browse-btn {
  color: #19C0C1;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.template-topbar #browse-btn:hover {
  color: white;
  background-color: #19C0C1;
  transition: all 0.3s ease-in-out;
}

.template-topbar #browse-btn:focus {
  outline: none;
}

.template-topbar #browse-btn:active {
  color: white;
  background-color: #139394;
}

.template-topbar .chat-launcher {
  color: #A0A0A1;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.template-topbar .chat-launcher:hover {
  color: white;
  background-color: #A0A0A1;
}

.template-topbar .chat-launcher:focus {
  box-shadow: none;
  transition: none;
  outline: none;
}

.template-topbar .chat-launcher:active {
  background-color: #868688;
}

.template-topbar .loader {
  padding-left: 25px;
}

.template-topbar .mr-auto {
  float: left;
}

.template-topbar .btn-div {
  float: right;
  padding-left: 10px;
}

.template-topbar .onboarding-search-btn {
  width: 153px;
  height: 45px;
  color: white;
  background-color: #34CE8B;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.template-topbar .onboarding-search-btn:hover {
  background-color: #5dd8a2;
}

.template-topbar .onboarding-search-btn:focus {
  outline: none;
}

.template-topbar .onboarding-search-btn:active {
  background-color: #28a770;
}

.flip-container {
  perspective: 2000px;
}

.flip-container .flipper {
  transition: 0.6s ease-in-out;
  transform-style: preserve-3d;
  position: relative;
}

.flip-container .flipper .front,
.flip-container .flipper .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.flip-container .flipper .front {
  z-index: 2;
  transform: rotateY(0deg);
}

.flip-container .flipper .back {
  transform: rotateY(180deg);
}

.templates-container .flip-container {
  min-height: 600px;
  margin-bottom: 50px;
}

.flip-container.flip .flipper {
  transform: rotateY(180deg);
}

.flip-container.flip-back .flipper {
  transform: rotateY(180deg);
}

.template-card {
  box-sizing: border-box;
  height: 600px;
  max-width: 1050px;
  width: 80%;
  margin: 0 auto 50px auto;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.template-card .template-top,
.template-card .toolkit-top {
  height: 100px;
}

.template-card .template-top .template-top-header,
.template-card .toolkit-top .template-top-header,
.template-card .toolkit-top .toolkit-top-header {
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 500;
  text-align: center;
  line-height: 100px;
  font-size: 32px;
  text-transform: uppercase;
}

.template-card .toolkit-top {
  position: relative;
  text-align: center;
}

.template-card .toolkit-top .toolkit-top-header {
  display: inline;
}

.template-card .toolkit-top .toolkit-back {
  position: absolute;
  left: 40px;
  padding: 10px 30px 10px 20px;
  margin: 30px 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  color: #A0A0A1;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border .3s ease;
}

.template-card .toolkit-top .toolkit-back img {
  padding-right: 7px;
}

.template-card .toolkit-top .toolkit-back:hover {
  border: 1px solid #D5D5D5;
  color: #6d6d6e;
}

.template-card .template-middle {
  height: 400px;
}

.template-card .template-middle .template-mid-features {
  display: flex;
  flex-direction: column;
  height: 400px;
  width: 45%;
  float: left;
}

@media screen and (max-width: 1245px) {
  .template-card .template-middle .template-mid-features {
    width: 40%;
  }
}

.template-card .template-middle .template-mid-features .template-feature-box,
.template-card .template-middle .template-mid-features .toolkit-feature-box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 3333.33333333%;
  width: 100%;
  padding: 20px 20px 20px 50px;
}

@media screen and (max-width: 1245px) {
  .template-card .template-middle .template-mid-features .template-feature-box,
  .template-card .template-middle .template-mid-features .toolkit-feature-box {
    padding: 20px 0 20px 20px;
  }
}

.template-card .template-middle .template-mid-features .template-feature-box img,
.template-card .template-middle .template-mid-features .toolkit-feature-box img {
  height: 40px;
  width: 40px;
  margin: 20px;
}

.template-card .template-middle .template-mid-features .template-feature-box .feature-right,
.template-card .template-middle .template-mid-features .toolkit-feature-box .feature-right,
.template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-feature-right {
  margin: 0 20px;
}

@media screen and (max-width: 1245px) {
  .template-card .template-middle .template-mid-features .template-feature-box .feature-right,
  .template-card .template-middle .template-mid-features .toolkit-feature-box .feature-right,
  .template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-feature-right {
    margin: 0 5px;
  }
}

.template-card .template-middle .template-mid-features .template-feature-box .feature-right h3,
.template-card .template-middle .template-mid-features .toolkit-feature-box .feature-right h3,
.template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-feature-right h3 {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
  line-height: 29px;
}

@media screen and (max-width: 1245px) {
  .template-card .template-middle .template-mid-features .template-feature-box .feature-right h3,
  .template-card .template-middle .template-mid-features .toolkit-feature-box .feature-right h3,
  .template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-feature-right h3 {
    font-size: 16px;
  }
}

.template-card .template-middle .template-mid-features .template-feature-box .feature-right p,
.template-card .template-middle .template-mid-features .toolkit-feature-box .feature-right p,
.template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-feature-right p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #A0A0A1;
  margin: 0;
  line-height: 23px;
}

.template-card .template-middle .template-mid-features .toolkit-feature-box {
  height: 2500%;
  cursor: pointer;
}

@media screen and (max-width: 1245px) {
  .template-card .template-middle .template-mid-features .toolkit-feature-box {
    padding: 20px 0 20px 40px;
  }
}

.template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-icon path {
  height: 40px;
  width: 40px;
  margin: 20px;
  fill: #D5D5D5;
  transition: fill .3s ease;
}

.template-card .template-middle .template-mid-features .toolkit-feature-box .img-active path {
  fill: #19C0C1;
}

.template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-feature-right {
  color: #A0A0A1;
}

@media screen and (max-width: 1245px) {
  .template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-feature-right {
    margin: 0 0 0 20px;
  }
}

.template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-feature-right .feature-header {
  padding: 0;
  font-size: 20px;
  opacity: 0.7;
}

.template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-feature-right .feature-desc {
  opacity: 0.7;
}

.template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-feature-right .toolkit-active {
  color: #19C0C1;
  transition: color .3s ease;
  font-weight: 500;
  opacity: 1;
}

.template-card .template-middle .template-mid-features .toolkit-feature-box .toolkit-feature-right .desc-active {
  color: #515152;
  transition: color .3s ease;
  font-weight: bold;
  opacity: 1;
}

.template-card .template-middle .template-mid-features .toolkit-feature-box:hover > .toolkit-feature-right {
  opacity: 1;
}

.template-card .template-middle .template-mid-carousel {
  position: relative;
  height: 400px;
  width: 55%;
  float: right;
}

.template-card .template-middle .template-mid-carousel .carousel-images,
.template-card .template-middle .template-mid-carousel .toolkit-carousel-images {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 20px 40px 20px 20px;
}

@media screen and (max-width: 1245px) {
  .template-card .template-middle .template-mid-carousel .carousel-images,
  .template-card .template-middle .template-mid-carousel .toolkit-carousel-images {
    padding: 20px 40px 20px 0;
  }
}

.template-card .template-middle .template-mid-carousel .carousel-images .carousel-img-wrapper,
.template-card .template-middle .template-mid-carousel .toolkit-carousel-images .carousel-img-wrapper,
.template-card .template-middle .template-mid-carousel .toolkit-carousel-images .toolkit-img-wrapper {
  display: none;
}

.template-card .template-middle .template-mid-carousel .carousel-images .carousel-img-wrapper img,
.template-card .template-middle .template-mid-carousel .toolkit-carousel-images .carousel-img-wrapper img,
.template-card .template-middle .template-mid-carousel .toolkit-carousel-images .toolkit-img-wrapper img {
  width: 100%;
  max-height: 515px;
}

@media screen and (max-width: 1245px) {
  .template-card .template-middle .template-mid-carousel .toolkit-carousel-images {
    padding: 20px 0;
  }
}

.template-card .template-middle .template-mid-carousel .toolkit-carousel-images .toolkit-img-wrapper img {
  width: 100%;
  max-height: 515px;
}

.template-card .template-middle .template-mid-carousel .dot-container {
  text-align: center;
}

.template-card .template-middle .template-mid-carousel .dot-container .dot {
  box-sizing: border-box;
  cursor: pointer;
  height: 14.25px;
  width: 14.25px;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
  border: 1px solid #34CE8B;
  transition: all .3s ease-in-out;
}

.template-card .template-middle .template-mid-carousel .dot-container .active,
.template-card .template-middle .template-mid-carousel .dot-container .dot:hover {
  background-color: #34CE8B;
}

.template-card .template-middle .template-mid-carousel .enhance-img {
  position: absolute;
  bottom: 0;
  right: 83px;
  padding: 10px;
  height: 40px;
  background-color: #F7F7F8;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  cursor: pointer;
}

.template-card .template-middle .template-mid-carousel .enhance-img:hover {
  background-color: white;
  transition: all .3s ease-in-out;
}

.template-card .template-middle .template-mid-carousel .enhance-img:active {
  background-color: #c1c1c8;
}

.template-card .template-bottom {
  display: flex;
  justify-content: center;
  padding: 15px;
  height: 100px;
}

.template-card .template-bottom .bottom-btn {
  margin: 0 10px;
  height: 50px;
  width: 170px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.template-card .template-bottom .learn-more {
  border: 1px solid #14BDC0;
  background-color: inherit;
  color: #19C0C1;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.template-card .template-bottom .learn-more:hover {
  color: white;
  background-color: #19C0C1;
  transition: all 0.3s ease-in-out;
}

.template-card .template-bottom .learn-more:focus {
  outline: none;
}

.template-card .template-bottom .learn-more:active {
  color: white;
  background-color: #139394;
}

.template-card .template-bottom .start-design {
  color: white;
  background-color: #34CE8B;
  border: none;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.template-card .template-bottom .start-design:hover {
  background-color: #5dd8a2;
}

.template-card .template-bottom .start-design:focus {
  outline: none;
}

.template-card .template-bottom .start-design:active {
  background-color: #28a770;
}

.template-slideshow-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  z-index: 2;
}

.template-slideshow-modal .template-slideshow-container {
  box-sizing: border-box;
  max-width: 900px;
  height: 800px;
  margin: 55px auto;
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-top {
  height: 55px;
  padding: 5px 0 10px 0;
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-top .close-modal {
  float: right;
  height: 40px;
  color: white;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-top .close-modal:hover {
  background-color: #34CE8B;
  transition: all 0.3s ease-in-out;
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-middle {
  position: relative;
  height: auto;
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-middle .template-slideshow-wrapper img {
  width: 100%;
  border-radius: 5px;
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-middle .template-slideshow-wrapper .slideshow-text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  color: white;
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1000px) {
  .template-slideshow-modal .template-slideshow-container .template-slideshow-middle .template-slideshow-wrapper .slideshow-text {
    font-size: 16px;
  }
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-middle .arrow {
  position: absolute;
  height: 65px;
  width: 60px;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 30px;
  text-align: center;
  overflow: visible;
  top: 45%;
  background-color: #34CE8B;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-middle .arrow:hover {
  background-color: #5dd8a2;
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-middle .arrow:focus {
  outline: none;
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-middle .arrow:active {
  background-color: #28a770;
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-middle .previous {
  left: -50px;
}

.template-slideshow-modal .template-slideshow-container .template-slideshow-middle .next {
  right: -50px;
}

.results-message {
  margin-top: 25px;
  font-size: 14px;
}

.results-message.faded {
  opacity: 0;
  transition: opacity 1000ms ease-in-out;
}

.browse-bar {
  position: relative;
  height: 75px;
  width: 100%;
  margin: 50px 0 20px 0;
  padding: 11.5px;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
}

.browse-bar .back-btn {
  position: absolute;
  left: 20px;
  height: 50px;
  width: 153px;
  border: 2px solid #A0A0A1;
  background-color: white;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 400;
  color: #A0A0A1;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.browse-bar .back-btn:hover {
  color: white;
  background-color: #A0A0A1;
}

.browse-bar .back-btn:focus {
  box-shadow: none;
  transition: none;
  outline: none;
}

.browse-bar .back-btn:active {
  background-color: #868688;
}

.browse-bar h3 {
  display: inline;
  margin: 0;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #515152;
  font-size: 32px;
  line-height: 50px;
}

.stumped {
  box-sizing: border-box;
  max-width: 1050px;
  width: 80%;
  margin: 0 auto 50px auto;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
  padding: 50px 70px;
}

.stumped h1 {
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 500;
  font-size: 32px;
  margin: 20px 0;
  padding: 0;
  text-align: left;
}

.stumped .buttons {
  text-align: center;
}

.stumped .buttons button,
.stumped .buttons a {
  margin: 20px 10px 0 10px;
  height: 50px;
  width: 220px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.stumped .buttons .browse {
  border: 1px solid #14BDC0;
  background-color: inherit;
  color: #19C0C1;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.stumped .buttons .browse:hover {
  color: white;
  background-color: #19C0C1;
  transition: all 0.3s ease-in-out;
}

.stumped .buttons .browse:focus {
  outline: none;
}

.stumped .buttons .browse:active {
  color: white;
  background-color: #139394;
}

.stumped .buttons .chat {
  color: white;
  background-color: #34CE8B;
  border: none;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.stumped .buttons .chat:hover {
  background-color: #5dd8a2;
}

.stumped .buttons .chat:focus {
  outline: none;
}

.stumped .buttons .chat:active {
  background-color: #28a770;
}

.start-container,
.end-container {
  position: fixed;
  top: 50px;
  left: 85px;
  height: 100%;
  width: 90%;
  margin: auto;
  background-color: #ffffff;
  z-index: 4;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
}

.start-container .start-end-inner-container,
.end-container .start-end-inner-container,
.end-container .success-container {
  box-sizing: border-box;
  height: 650px;
  width: 950px;
  border: 1px solid #D5D5D5;
  margin: 20px auto;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.start-container .top-image,
.end-container .top-image,
.end-container .success-top-image {
  height: 200px;
  width: 200px;
  margin: 50px auto 30px auto;
}

.start-container .middle-text-container,
.end-container .middle-text-container {
  width: 675px;
  margin: 0 auto 30px auto;
}

.start-container .middle-text-container .middle-text,
.end-container .middle-text-container .middle-text {
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  font-weight: 500;
  color: #515152;
}

.start-container .middle-text-container .middle-text .congrats-bold,
.end-container .middle-text-container .middle-text .congrats-bold {
  color: #34CE8B;
}

.start-container button,
.end-container button {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.start-container button:hover,
.end-container button:hover {
  background-color: #5dd8a2;
}

.start-container button:focus,
.end-container button:focus {
  outline: none;
}

.start-container button:active,
.end-container button:active {
  background-color: #28a770;
}

.end-container .success-top-image {
  width: 220px;
}

.end-container ul {
  width: 400px;
  text-align: left;
  margin: 20px auto;
  border: 1px solid #19C0C1;
  padding: 20px 20px 20px 50px;
  border-radius: 5px;
}

.end-container ul li {
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  font-weight: 400;
  color: #515152;
  padding: 5px 0;
}

.end-container ul li a {
  text-decoration: none;
  font-weight: 400;
}

.end-container .congrats-bottom-text {
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  font-weight: 400;
  color: #515152;
}

.end-container .congrats-bottom-text a {
  text-decoration: none;
  font-weight: 400;
}

.end-container .congrats-bottom-text .phone-number {
  color: #19C0C1;
}

.end-container .editor-back-link {
  padding: 15px 20px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  background-color: #dee1e0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.end-container .editor-back-link:hover {
  color: white;
  background-color: #A0A0A1;
}

.end-container .editor-back-link:focus {
  box-shadow: none;
  transition: none;
  outline: none;
}

.end-container .editor-back-link:active {
  background-color: #868688;
}

.multi-step-container {
  width: 100%;
  margin: 2px;
  height: 100vh;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}

.multi-step-container .step-progress {
  position: relative;
  display: flex;
  max-width: 950px;
  margin: auto;
  flex-direction: row;
  justify-content: center;
  height: 100px;
}

.multi-step-container .step-progress .progress-line {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 79%;
  border-top: 2px solid #D5D5D5;
}

.multi-step-container .step-progress .step-indicator {
  display: flex;
  position: relative;
  height: 80px;
  width: 180px;
  margin-top: 8px;
  text-align: center;
  flex-direction: column;
  font-family: "Fira Sans", sans-serif;
}

.multi-step-container .step-progress .step-indicator .submission-circle {
  position: absolute;
  border-radius: 50%;
  right: 0;
  left: 0;
  width: 55px;
  height: 55px;
  margin: 5px auto;
  font-size: 20px;
  line-height: 47px;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  z-index: 1;
  border: 5px solid #ffffff;
}

.multi-step-container .step-progress .step-indicator .submission-circle.warn-bg {
  background-color: #d0021b;
}

.multi-step-container .step-progress .step-indicator .completed-circle {
  position: absolute;
  border-radius: 50%;
  right: 0;
  left: 35px;
  top: 30px;
  width: 20px;
  height: 20px;
  margin: 5px auto;
  border: 1px solid #34CE8B;
  background-color: #ffffff;
  z-index: 1;
  display: none;
}

.multi-step-container .step-progress .step-indicator .completed-circle img {
  height: 12px;
  margin-bottom: 6px;
}

.multi-step-container .step-progress .step-indicator .visible {
  display: block;
}

.multi-step-container .step-progress .step-indicator .step-name {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  margin: 5px auto 0 auto;
  font-size: 14px;
  display: block;
}

.multi-step-container .step-container {
  visibility: hidden;
  position: absolute;
  width: 80%;
  min-width: 900px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
}

.multi-step-container .step-container.active {
  transition: all 300ms ease-in-out;
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  .multi-step-container .step-container.active {
    transition: none;
  }
}

.multi-step-container .step-container .headline-container,
.multi-step-container .step-container .headline-container-center {
  height: auto;
  width: 455px;
  margin: 30px auto 10px auto;
  text-align: left;
  font-family: "Fira Sans", sans-serif;
}

.multi-step-container .step-container .headline-container .submit-headline,
.multi-step-container .step-container .headline-container-center .submit-headline {
  font-size: 22px;
  color: #6d6d6e;
  font-weight: 300;
  margin: 0;
  display: inline-block;
  text-transform: none;
  padding: 0;
}

.multi-step-container .step-container .headline-container-center {
  text-align: center;
}

.multi-step-container .step-container .submit-center-content {
  height: auto;
  width: 430px;
  margin: 10px auto;
  text-align: left;
  font-family: "Fira Sans", sans-serif;
}

.multi-step-container .step-container .submit-center-content .form-group {
  padding: 0;
  margin-bottom: 10px;
}

.multi-step-container .step-container .submit-center-content .form-group label {
  font-weight: 300;
  font-size: 16px;
  color: #6d6d6e;
}

.multi-step-container .step-container .submit-center-content .form-group .select-app {
  height: 40px;
}

.multi-step-container .step-container .submit-center-content .form-group.select-group-split {
  position: relative;
}

.multi-step-container .step-container .submit-center-content .form-group.select-group-split select:after {
  content: '<';
  position: absolute;
  right: 0;
}

.multi-step-container .step-container .submit-center-content .form-group.select-group-split div:first-child {
  padding-left: 0;
}

.multi-step-container .step-container .submit-center-content .form-group.select-group-split div:last-child {
  padding-right: 0;
}

.multi-step-container .step-container .submit-center-content .form-group textarea {
  resize: none;
}

.multi-step-container .step-container .submit-center-content .group-bottom {
  margin-bottom: 20px;
}

.multi-step-container .step-container .submit-center-content select {
  width: 205px;
}

.multi-step-container .step-container .submit-split-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Fira Sans", sans-serif;
}

.multi-step-container .step-container .submit-split-content .split-content-panel {
  height: auto;
  width: 50%;
  text-align: left;
  padding: 0 50px;
}

.multi-step-container .step-container .submit-split-content .split-content-panel .panel-subheader {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
  color: #6d6d6e;
}

.multi-step-container .step-container .submit-split-content .split-content-panel .caption-area {
  width: 70%;
}

.multi-step-container .step-container .submit-split-content .split-content-panel #myModal {
  z-index: 5;
}

.multi-step-container .step-container .submit-split-content .split-content-panel .icon-start-over {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #D5D5D5;
  cursor: pointer;
}

.multi-step-container .step-container .submit-split-content .split-content-panel .icon-start-over:hover {
  color: #bcbbbb;
}

.multi-step-container .step-container .submit-split-content .split-content-panel .icon-start-over:active {
  color: #a2a2a2;
}

.multi-step-container .step-container .submit-split-content .split-content-panel .icon-start-over img {
  height: 15px;
}

.multi-step-container .step-container .submit-split-content .submit-left-content {
  border-right: 1px solid #D5D5D5;
  height: 475px;
  overflow: hidden;
  overflow-y: auto;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content {
  padding: 40px 0 40px 20px;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper img {
  width: 80%;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .review-price-display {
  position: absolute;
  height: 35px;
  width: 182px;
  bottom: 146px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
  background-color: #19C0C1;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  line-height: 35px;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .price-breakdown-box {
  display: block;
  height: 40px;
  width: 190px;
  margin: 40px auto;
  background-color: white;
  text-transform: uppercase;
  color: #868688;
  font-weight: 500;
  border: 1px solid #979797;
  border-radius: 0;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .price-breakdown-box:hover {
  color: white;
  background-color: #A0A0A1;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .price-breakdown-box:focus {
  box-shadow: none;
  transition: none;
  outline: none;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .price-breakdown-box:active {
  background-color: #868688;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  width: 85%;
  height: 140px;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .pricing-choice {
  justify-content: center;
  width: 48%;
  text-align: center;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .pricing-choice h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  margin: 6px 0;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .pricing-choice .essentials-header {
  color: #34CE8B;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .pricing-choice .enterprise-header {
  color: #19C0C1;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .pricing-choice p {
  margin: 6px 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .pricing-choice .subs-modal-container {
  text-align: left;
  color: red;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .pricing-choice .subs-modal-container .subs-modal-text {
  margin: 5px 0 15px 0;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .pricing-choice .subs-modal-container .subs-modal-close-btn {
  display: block;
  padding: 10px 50px;
  margin: 10px auto;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .pricing-choice .whats-included {
  position: absolute;
  bottom: 30px;
  margin: auto;
  left: 0;
  right: 0;
  color: #34CE8B;
  text-decoration: underline;
  font-style: italic;
  font-size: 10px;
  cursor: pointer;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .pricing-choice .custom-price-desc {
  font-size: 10px;
  font-style: italic;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .left-price-area {
  position: relative;
  border-right: 1px solid #D5D5D5;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .left-price-area .selected-pricing {
  font-size: 10px;
  color: #34CE8B;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  border: 1px solid #34CE8B;
  border-radius: 5px;
  width: 70px;
}

.multi-step-container .step-container .submit-split-content .confirm-left-content .left-submit-wrapper .pricing-area .left-price-area .selected-pricing img {
  height: 10px;
  width: 11px;
  background-color: #34CE8B;
  border-radius: 50%;
  padding: 2px;
}

.multi-step-container .step-container .submit-split-content .submit-right-content {
  text-align: center;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .img-container {
  background-color: #D8D8D8;
  height: 275px;
  width: 275px;
  margin: 20px auto;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .img-container img {
  height: 100%;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .upload-box {
  height: 40px;
  width: 200px;
  margin: auto;
  background-color: white;
  text-transform: uppercase;
  color: #868688;
  font-weight: 500;
  border: 1px solid #979797;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .upload-box:hover {
  color: white;
  background-color: #A0A0A1;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .upload-box:focus {
  box-shadow: none;
  transition: none;
  outline: none;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .upload-box:active {
  background-color: #868688;
}

.multi-step-container .step-container .submit-split-content .submit-right-content #upload-your-own {
  margin-left: 37px;
}

.multi-step-container .step-container .submit-split-content .submit-right-content #upload-your-own input {
  z-index: 0;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .screenshot-detail {
  height: 400px;
  width: 300px;
  margin: auto;
  border: 1px solid blue;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .confirm-top-subheader {
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  color: #515152;
  text-align: left;
  margin: 10px 0;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .confirm-top-subheader span {
  font-weight: 500;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .confirm-top-subheader a {
  font-size: inherit;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .confirm-form {
  text-align: left;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .confirm-form input {
  border-radius: none;
}

.multi-step-container .step-container .submit-split-content .submit-right-content .confirm-form label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #A0A0A1;
  margin-bottom: 6px;
}

.multi-step-container .step-container .review-headline {
  font-size: 32px;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  padding: 20px 0;
  font-weight: 300;
  text-transform: none;
}

.multi-step-container .step-container .submit-review-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 20px auto;
  padding-top: 40px;
  border: 1px solid rgba(209, 209, 209, 0.3);
}

.multi-step-container .step-container .submit-review-content .review-icon {
  position: absolute;
  top: -25px;
  left: 333px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #34CE8B;
}

.multi-step-container .step-container .submit-review-content .hatch-review-btn {
  margin-top: 5px;
  float: right;
  color: #ffffff;
  background-color: #19C0C1;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.multi-step-container .step-container .submit-review-content .hatch-review-btn:hover {
  color: white;
  background-color: #19C0C1;
  transition: all 0.3s ease-in-out;
}

.multi-step-container .step-container .submit-review-content .hatch-review-btn:focus {
  outline: none;
}

.multi-step-container .step-container .submit-review-content .hatch-review-btn:active {
  color: white;
  background-color: #139394;
}

.multi-step-container .step-container .submit-review-content .review-item {
  margin: 40px 40px 0 40px;
  padding: 10px 0;
  min-height: 10em;
  border-bottom: 1px solid #D5D5D5;
}

.multi-step-container .step-container .submit-review-content .review-item .review-textbox-left {
  float: left;
  text-align: left;
  display: inline-block;
  width: auto;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
}

.multi-step-container .step-container .submit-review-content .review-item .review-textbox-left span {
  display: block;
}

.multi-step-container .step-container .submit-review-content .review-item .review-textbox-left .review-content-top {
  color: #515152;
}

.multi-step-container .step-container .submit-review-content .review-item .review-textbox-left .review-content-bottom {
  color: #9d9d9f;
}

.multi-step-container .step-container .submit-review-content .review-item .review-textbox-left .review-app-info li span {
  display: inline;
  font-weight: bold;
}

.multi-step-container .step-container .submit-review-content .review-item .review-content-icon {
  display: inline-block;
  float: left;
  margin-left: 40px;
  height: 75px;
  width: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.multi-step-container .step-container .submit-review-content .review-item .review-screenshots-display {
  display: inline-block;
  float: left;
  margin-left: 40px;
  height: 60px;
  width: 250px;
  border: 1px solid blue;
}

.multi-step-container .step-container .submit-review-content .review-item-bottom {
  border-bottom: none;
}

.multi-step-container .bottom-line {
  position: relative;
  border-top: 1px solid #D5D5D5;
  margin: 5px 30px;
}

.multi-step-container .step-controls {
  position: relative;
  height: 80px;
  width: 100%;
}

.multi-step-container .step-controls .next-btn {
  float: right;
  margin-right: 30px;
  color: white;
  cursor: pointer;
}

.multi-step-container .step-controls .back-btn {
  float: left;
  margin-left: 30px;
  color: #A0A0A1;
  background-color: white;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border .3s ease;
}

.multi-step-container .step-controls .back-btn:hover {
  border: 1px solid #D5D5D5;
  color: #6d6d6e;
}

.multi-step-container .step-controls .submit-btn {
  float: right;
  margin-right: 30px;
}

.headline-container-center {
  margin-top: -3em;
}

.headline-container-center .wrapper {
  flex-direction: column !important;
}

.headline-container-center .next-btn.skip-button {
  opacity: 0.25;
  border-radius: 3px;
  background-color: #D8D8D8;
  position: absolute;
  right: -15em;
  color: black !important;
}

#cardForm {
  border: 1px solid #d9d9d9;
  padding: 0 5px;
  border-radius: 5px;
}

.subscriptions-list {
  list-style: none;
}

.subscriptions-list .logo {
  width: 50px;
  padding-bottom: 50px;
  margin-top: 3px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #f2f2f2;
  display: inline-block;
}

.blog-right-bar {
  width: 350px;
  padding-left: 15px;
  padding-right: 15px;
}

.website-page-container .website-page-wrapper div.hero-area-top.hero-area-top-blog {
  height: 670px;
}

.start-designing-blog-container {
  background: url("/assets/new-marketing/images/hatch-bloghome-cta.png");
  background-size: cover;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  font-size: 30px;
  height: 290px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  font-weight: 500;
  display: flex;
  position: relative;
  text-align: center;
  line-height: 35px;
  font-weight: 500;
}

.start-designing-blog-container .start-designing-blog-content {
  margin: auto;
  padding: 0px 10px;
}

.start-designing-blog-container .start-designing-blog-content span {
  font-size: 20px;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}

.start-designing-blog-container .start-designing-btn {
  font-size: 20px;
  background-color: transparent;
  border: 2px solid white;
  padding: 2px 20px;
  font-family: "Fira Sans", sans-serif;
  transition: 200ms all ease-in-out;
}

.start-designing-blog-container .start-designing-btn:hover {
  background-color: #ffffff;
  color: #19C0C1;
}

.start-designing-blog-container .start-designing-btn:focus {
  outline: none;
}

.start-designing-blog-container .start-designing-btn:active {
  background-color: #e6e5e5;
}

.start-designing-blog-container a:hover {
  opacity: 1;
}

.featured-blog-text-container {
  position: relative;
  font-size: 40px;
  display: flex;
  flex-direction: column;
  height: 590px;
  width: 75%;
  margin: auto;
  color: #ffffff;
  text-align: center;
  margin-top: 80px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 700px) {
  .featured-blog-text-container {
    font-size: 20px;
  }
}

.featured-blog-text-container .featured-blog-text-container-img {
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: inherit;
}

.featured-blog-text-container .featured-blog-text-container-img .featured-blog-text-container-content {
  margin: auto;
  padding: 0 20px;
}

.featured-blog-text-container .featured-blog-text-container-img .featured-blog-text-container-content a:hover {
  opacity: 1;
}

.featured-blog-text-container .featured-blog-text-container-img .featured-blog-text-container-content span {
  display: block;
  color: #ffffff;
  margin-bottom: 15px;
}

.featured-blog-text-container .read-more-btn {
  font-size: 24px;
  background-color: transparent;
  border: 2px solid white;
  padding: 3px 30px;
  font-family: "Fira Sans", sans-serif;
  transition: 200ms all ease-in-out;
}

.featured-blog-text-container .read-more-btn:hover {
  background-color: #ffffff;
  color: #19C0C1;
}

.featured-blog-text-container .read-more-btn:focus {
  outline: none;
}

.featured-blog-text-container .read-more-btn:active {
  background-color: #e6e5e5;
}

.subscribe-container {
  text-align: center;
  color: #A0A0A1;
  height: 372px;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
}

.subscribe-container .subscribe-container-content {
  margin: 20px 0;
}

.subscribe-container .subscribe-container-content span {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #515152;
}

.subscribe-container .subscribe-container-content input {
  color: #C8C8C8;
  font-family: "Fira Sans", sans-serif;
  height: 40px;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  padding-left: 10px;
}

.subscribe-container .subscribe-container-content p.email-input {
  margin-bottom: 0px;
}

.subscribe-container .subscribe-btn {
  display: block;
  font-family: "Fira Sans", sans-serif;
  height: 40px;
  width: 100%;
  line-height: 40px;
  border-radius: 3px;
  background-color: #19C0C1;
  color: #ffffff;
  margin: 15px 0 0 0;
  font-size: 18px;
  transition: all 200ms ease-in-out;
  font-weight: 400;
}

.subscribe-container .subscribe-btn:hover {
  background-color: rgba(25, 192, 193, 0.4);
}

.subscribe-container .subscribe-btn:active {
  background-color: #139394;
}

.subscribe-container .subscribe-social-media {
  height: 73px;
  width: 205px;
  display: inline;
}

.subscribe-container .subscribe-social-media .follow-social-media {
  display: block;
  margin: 20px 0 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #515152;
}

.subscribe-container .subscribe-social-media a {
  display: inline-block;
  border-radius: 0;
  height: 24px;
  width: 24px;
  background-size: 100% 100%;
  margin: 0 5px;
}

.subscribe-container .subscribe-social-media .linkedin {
  background-image: url("/assets/icons/linkedin.svg");
}

.subscribe-container .subscribe-social-media .linkedin:hover {
  background-image: url("/assets/icons/linkedin-green.svg");
}

.subscribe-container .subscribe-social-media .twitter {
  margin-top: 2px;
  background-image: url("/assets/icons/twitter.svg");
}

.subscribe-container .subscribe-social-media .twitter:hover {
  background-image: url("/assets/icons/twitter-green.svg");
}

.subscribe-container .subscribe-social-media .facebook {
  background-image: url("/assets/icons/fbook.svg");
}

.subscribe-container .subscribe-social-media .facebook:hover {
  background-image: url("/assets/icons/fbook-green.svg");
}

.subscribe-container-mobile {
  max-width: 300px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.subscribe-container-mobile .subscribe-container-content {
  margin: 20px 0 0 0;
}

.subscribe-container-mobile .subscribe-container-content span {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #515152;
}

.subscribe-container-mobile .subscribe-container-content input {
  color: #C8C8C8;
  font-family: "Fira Sans", sans-serif;
  height: 40px;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  padding-left: 10px;
}

.subscribe-container-mobile .subscribe-container-content p.email-input {
  margin-bottom: 0px;
}

.subscribe-container-mobile .subscribe-btn {
  font-family: "Fira Sans", sans-serif;
  height: 40px;
  width: 100%;
  border-radius: 3px;
  background-color: #19C0C1;
  color: #ffffff;
  margin: 15px 0 0 0;
  font-size: 18px;
  transition: all 200ms ease-in-out;
  font-weight: 400;
}

.subscribe-container-mobile .subscribe-btn:hover {
  background-color: rgba(25, 192, 193, 0.4);
}

.subscribe-container-mobile .subscribe-btn:active {
  background-color: #139394;
}

.subscribe-container-mobile .subscribe-social-media {
  height: 73px;
  width: 205px;
  display: inline;
}

.subscribe-container-mobile .subscribe-social-media img {
  width: 22px;
  margin: 0px 5px;
}

.blog-tag-bar {
  width: 100%;
  height: 50px;
  text-align: center;
  flex-direction: row;
  display: flex;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  line-height: 40px;
  -webkit-box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.blog-tag-bar .blog-tag-content {
  margin: auto;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-tag-bar .blog-tag {
  color: #8F8F90;
  height: 30px;
  line-height: 30px;
  margin-left: 40px;
  margin-right: 40px;
  min-width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.blog-tag-bar .blog-tag-long {
  width: 200px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

.blog-tag-bar .blog-nav-tag-selected {
  color: #ffffff;
  border-radius: 3px;
  background-color: #19C0C1;
  text-align: center;
}

.blog-tag-bar-mobile {
  width: 100%;
  height: 71px;
  text-align: center;
  flex-direction: row;
  display: flex;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  line-height: 40px;
  -webkit-box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
  display: none;
}

.blog-tag-bar-mobile div.dropdown {
  min-width: 110px;
  margin: auto;
}

.blog-tag-bar-mobile div.dropdown span.caret {
  padding-left: 5px;
}

.blog-tag-bar-mobile div.dropdown button {
  border: none;
  background-color: white;
  color: #34CE8B;
}

.blog-tag-bar-mobile div.dropdown button:focus {
  outline: 0;
  border: none;
}

.blog-tag-bar-mobile div.dropdown a {
  color: #9F9F9F;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
}

.blog-tag-bar-mobile button.dropdown-toggle::after {
  color: #34CE8B;
  right: 3px;
}

.blog-show-more-container {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.blog-show-more-container .blog-show-more {
  border: 1px solid #19C0C1;
  color: #19C0C1;
  background-color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
}

.blog-show-more-container .blog-show-more:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  color: #8F8F90;
}

.blog-posts-list-container {
  max-width: 1300px;
  margin: auto;
  height: auto;
  font-family: "Fira Sans", sans-serif;
  margin-top: 20px;
}

.blog-post-list-content {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
}

.blog-post-card-container:hover {
  box-shadow: 0 1px 20px 0 rgba(191, 191, 191, 0.75);
  transition: all 100ms ease-in-out;
  cursor: pointer;
}

.blog-post-card-container {
  width: 30%;
  min-width: 290px;
  min-height: 400px;
  margin: 10px;
  padding: 0;
  flex: unset;
  max-width: unset;
  border-radius: 3px;
  background-color: #ffffff;
  text-align: left;
  flex-direction: column;
  display: flex;
  box-shadow: 0 4px 9px 0 rgba(191, 191, 191, 0.4);
}

.blog-post-card-container p {
  color: #515152;
}

.blog-post-card-container .blog-post-card-header {
  margin: 0px;
  height: 200px;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #cfcfcf;
  background-position: center top;
  background-size: 100%;
  background-color: #ffffff;
}

.blog-post-card-container .blog-post-card-tag {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  border-radius: 5px;
  background-color: #19C0C1;
  color: #ffffff;
  text-align: center;
  display: fixed;
  margin-right: 16.5px;
  margin-top: 16.5px;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 28px;
  font-family: "Fira Sans", sans-serif;
}

.blog-post-card-container .blog-post-card-tag .blog-post-card-tag-tri {
  position: absolute;
  top: 4px;
  left: -7px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  transform: rotate(45deg);
  background-color: #19C0C1;
}

.blog-post-card-container .blog-post-card-info {
  margin: 23px;
  color: #19C0C1;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  background-color: #ffffff;
}

.blog-post-card-container .blog-post-card-info-title {
  margin-bottom: 10px;
  min-height: 45px;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.blog-post-card-container .blog-post-card-info-author {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

.blog-post-card-container .blog-post-card-info-preview {
  color: #515152;
  margin-bottom: 35px;
}

.blog-post-card-container .blog-post-card-info-preview p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #515152;
}

.blog-post-card-container .blog-post-card-info-continue {
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 100px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

.blog-post-card-container .blog-post-card-info-continue:hover {
  text-decoration: underline;
}

.blog-post-card-container p {
  color: #A0A0A1;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
  cursor: pointer;
}

.blog-post-card-container a:hover {
  color: #15bdc1;
}

.container-set {
  max-width: unset;
  flex: unset;
}

.blog-post-page-container {
  color: #19C0C1;
  background-color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  margin-top: 60px;
  text-align: left;
  display: flex;
  flex-direction: row;
  margin: auto;
}

.blog-post-page-container img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.blog-post-page-container .blog-post-tag {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  color: #c2c2c3;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  padding: 2px 17px 2px 15px;
  transition: all 200ms ease-in-out;
}

.blog-post-page-container .blog-post-tag .blog-post-tag-tri {
  position: absolute;
  top: 4px;
  right: -9px;
  height: 21px;
  width: 21px;
  border-radius: 3px;
  transform: rotate(45deg);
  background-color: #f7f7f7;
  transition: all 200ms ease-in-out;
}

.blog-post-page-container .blog-post-tag:hover {
  background-color: #c2c2c3;
  color: #ffffff;
}

.blog-post-page-container .blog-post-tag:hover .blog-post-tag-tri {
  background-color: #c2c2c3;
}

.blog-post-page-container .blog-post-tag:active {
  background-color: #8F8F90;
  color: #ffffff;
}

.blog-post-page-container .blog-post-back {
  display: inline-block;
  position: relative;
  line-height: 30px;
  border-radius: 5px;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  color: #c2c2c3;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  padding: 0px 10px 0 24px;
  transition: all 200ms ease-in-out;
}

.blog-post-page-container .blog-post-back .blog-post-back-tri {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 11px;
  height: 10px;
  width: 10px;
  border-bottom: 1px solid #c2c2c3;
  border-left: 1px solid #c2c2c3;
  transform: rotate(45deg);
  transition: all 200ms ease-in-out;
}

.blog-post-page-container .blog-post-back:hover {
  background-color: #c2c2c3;
  color: #ffffff;
}

.blog-post-page-container .blog-post-back:hover .blog-post-back-tri {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 11px;
  height: 10px;
  width: 10px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transform: rotate(45deg);
}

.blog-post-page-container .blog-post-back:active {
  background-color: #8F8F90;
  color: #ffffff;
}

.blog-post-page-container .blog-post-container {
  margin: 120px auto 150px 150px;
  padding-right: 40px;
  width: 70%;
  display: flex;
  flex-direction: column;
  border-right: thin solid #D5D5D5;
}

.blog-post-page-container .blog-post-container .blog-post-content {
  width: 100%;
}

.blog-post-page-container .blog-post-container .blog-post-content .blog-post-date {
  padding-left: 4px;
}

.blog-post-page-container .blog-post-container .blog-post-header {
  clear: both;
  font-size: 40px;
  line-height: 47px;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
}

.blog-post-page-container .blog-post-container .blog-post-sub-info {
  font-size: 16px;
  text-align: left;
  display: flex;
  margin-bottom: 25px;
}

.blog-post-page-container .blog-post-container .blog-post-sub-info .blog-post-author-date-info {
  display: inherit;
  margin-right: 30px;
  font-weight: 300;
}

.blog-post-page-container .start-designing-blog-post-container {
  background: url("/assets/new-marketing/images/hatch-blogdetail-cta.png");
  background-size: cover;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 160px;
  height: 266px;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin: 80px auto 0 auto;
}

.blog-post-page-container .start-designing-blog-post-container .start-designing-blog-post-btn {
  font-size: 20px;
  background-color: transparent;
  border: 2px solid white;
  padding: 5px 24px;
  font-family: "Fira Sans", sans-serif;
  transition: 200ms all ease-in-out;
}

.blog-post-page-container .start-designing-blog-post-container .start-designing-blog-post-btn:hover {
  background-color: #ffffff;
  color: #19C0C1;
}

.blog-post-page-container .start-designing-blog-post-container .start-designing-blog-post-btn:focus {
  outline: none;
}

.blog-post-page-container .start-designing-blog-post-container .start-designing-blog-post-btn:active {
  background-color: #e6e5e5;
}

.blog-post-page-container .start-designing-blog-post-container a:hover {
  opacity: 1;
}

.blog-post-page-container .start-designing-blog-post-container .start-designing-blog-post-content {
  margin: auto;
  display: flex;
  flex-direction: column;
}

.blog-post-page-container .start-designing-blog-post-container .start-designing-blog-post-content span {
  margin-bottom: 20px;
  line-height: 36px;
  margin-bottom: 30px;
}

.blog-post-page-container .blog-post-text {
  font-family: "Roboto", sans-serif;
  color: #7B7B7B;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}

.blog-post-page-container .blog-post-text a {
  font-size: 18px;
}

.blog-post-page-container .blog-post-text td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
  color: #515152;
  font-size: 17px;
  font-weight: 200;
}

.blog-post-page-container .blog-post-text li {
  font-family: "Roboto", sans-serif;
  color: #7B7B7B;
  font-size: 18px;
  font-weight: 200;
}

.blog-post-page-container .blog-post-text .alignleft {
  float: left;
  margin: 30px;
  margin-left: 0px;
}

.blog-post-page-container .blog-post-text .alignright {
  float: right;
  margin: 30px;
  margin-right: 0px;
}

.blog-post-page-container .blog-post-text .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-page-container .blog-post-share {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  margin: 20px 0;
}

.blog-post-page-container .blog-post-share .share-to-label {
  height: 50px;
  line-height: 50px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #515152;
  margin: 0;
}

.blog-post-page-container .blog-post-share .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 0 0 10px;
}

.blog-post-page-container .blog-post-share .social-icons a {
  display: inline-block;
  margin: 0 0 0 10px;
}

.blog-post-page-container .blog-post-share .social-icons a img {
  margin: 0;
  height: 24px;
}

.blog-post-page-container p {
  font-family: "Roboto", sans-serif;
  color: #7B7B7B;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 30px;
}

.blog-post-page-container .start-designing-banner-container {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  font-size: 24px;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
  background: url("/assets/product/product-cover-photo.jpg");
  background-size: 100%;
}

.blog-post-page-container .start-designing-banner-container .start-designing-banner-text {
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin: 10px;
}

.blog-post-page-container .start-designing-banner-container .start-designing-banner-btn {
  margin: 10px;
  color: #ffffff;
  background-color: #34CE8B;
  font-weight: 400;
  width: 200px;
  height: 50px;
  font-size: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.blog-post-page-container .start-designing-banner-container .start-designing-banner-btn:hover {
  background-color: #d8f6e9;
  color: #34CE8B;
  border-color: #d8f6e9;
}

.blog-post-page-container .start-designing-banner-container .start-designing-banner-btn:active {
  background-color: #ffffff;
  color: #34CE8B;
  border-color: #ffffff;
}

.blog-post-page-container .blog-post-bottom-info {
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.blog-post-page-container .blog-post-bottom-info .blog-post-bottom-author {
  display: inherit;
}

.blog-post-page-container .blog-post-bottom-info .blog-post-bottom-author-content {
  max-width: 650px;
  display: inherit;
}

.blog-post-page-container .blog-post-bottom-info .blog-post-bottom-author-content span {
  font-weight: 600;
  font-size: 20px;
}

.blog-post-page-container .blog-post-bottom-info .blog-post-bottom-author-content p {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.blog-post-page-container .blog-post-bottom-info .blog-post-bottom-author-content .social-icons {
  text-align: right;
  margin-top: 20px;
}

.blog-post-page-container .blog-post-bottom-info .blog-post-bottom-author-content .social-icons img {
  width: 30px;
  margin-left: 30px;
}

.blog-post-page-container .blog-post-bottom-info .blog-post-bottom-pic {
  width: 60px;
  height: 60px;
  background-color: #A0A0A1;
  background-size: 100%;
  margin-right: 20px;
  border-radius: 50px;
}

.blog-post-page-container .blog-post-follow-us {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #515152;
}

.blog-post-page-container .blog-post-follow-us span {
  display: block;
  margin-bottom: 10px;
}

.blog-post-page-container .blog-post-follow-us a {
  display: inline-block;
  border-radius: 0;
  height: 30px;
  width: 30px;
  background-size: 100% 100%;
  margin: 0 5px;
}

.blog-post-page-container .blog-post-follow-us .linkedin {
  background-image: url("/assets/icons/linkedin.svg");
}

.blog-post-page-container .blog-post-follow-us .linkedin:hover {
  background-image: url("/assets/icons/linkedin-green.svg");
}

.blog-post-page-container .blog-post-follow-us .twitter {
  margin-top: 2px;
  background-image: url("/assets/icons/twitter.svg");
}

.blog-post-page-container .blog-post-follow-us .twitter:hover {
  background-image: url("/assets/icons/twitter-green.svg");
}

.blog-post-page-container .blog-post-follow-us .facebook {
  background-image: url("/assets/icons/fbook.svg");
}

.blog-post-page-container .blog-post-follow-us .facebook:hover {
  background-image: url("/assets/icons/fbook-green.svg");
}

.blog-post-right-bar {
  width: 350px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1200px) {
  div.start-designing-blog-content span {
    font-size: 26px;
  }

  .blog-post-page-container .blog-post-container {
    margin: 100px 0 60px 40px;
  }
}

@media screen and (max-width: 1070px) {
  div.start-designing-blog-content span {
    font-size: 22px;
  }

  .subscribe-container .subscribe-container-content span {
    font-size: 14px;
  }
}

@media screen and (max-width: 950px) {
  .blog-post-card-container {
    width: 45%;
  }

  div.blog-right-bar {
    display: none;
  }

  div.blog-post-page-container div.blog-post-container {
    border-right: none;
  }

  div.blog-post-right-bar {
    display: none;
  }

  div.featured-blog-text-container {
    width: 100%;
  }

  .blog-tag-bar .blog-tag {
    margin-right: 20px;
    margin-left: 20px;
  }

  .blog-post-page-container .blog-post-container {
    width: 100%;
    padding: 0 20px;
    margin: 100px 0 0 0;
  }

  .blog-post-page-container .blog-post-container .start-designing-banner-container {
    font-size: 20px;
    background-size: cover;
  }

  .blog-post-page-container .blog-post-container .start-designing-banner-container .start-designing-banner-content span {
    margin: 0;
  }
}

@media screen and (max-width: 770px) {
  .blog-tag-bar {
    display: none;
  }

  .blog-tag-bar-mobile {
    display: flex;
  }

  div.hero-area-top.hero-area-top-blog .featured-blog-text-container {
    height: 480px;
    background-size: cover;
  }

  .website-page-container .website-page-wrapper div.hero-area-top.hero-area-top-blog {
    height: 550px;
  }
}

@media screen and (max-width: 640px) {
  .blog-posts-list-container {
    margin-top: 0;
  }

  .blog-posts-list-container .blog-post-card-container {
    width: 100%;
    margin: 20px;
  }

  .blog-post-header {
    font-size: 34px;
  }
}

.timeline-container {
  background: #ffffff url("/assets/images/imghero.png") no-repeat top center;
  height: 100%;
  width: 100%;
  padding: 50px 10px 200px 10px;
}

.timeline-container .center-content {
  max-width: 700px;
  margin: auto;
}

.timeline-container .center-content .timeline-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 30px;
  font-size: 31px;
}

.timeline-container .center-content .rectangle {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
  margin: 30px 0;
  padding: 30px;
}

.timeline-container .center-content .rectangle .left-number {
  width: 100px;
  height: 100%;
}

.timeline-container .center-content .rectangle .left-number .number {
  height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 50%;
  background-color: #19C0C1;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
}

.timeline-container .center-content .rectangle .right-content {
  padding-left: 20px;
}

.timeline-container .center-content .rectangle .right-content .number-mobile {
  display: none;
}

.timeline-container .center-content .rectangle .right-content .step-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #515152;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  text-align: left;
  margin: 5px 0 0 0;
}

.timeline-container .center-content .rectangle .right-content .step-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  margin: 5px 0;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  font-weight: 300;
}

.timeline-container .center-content .bottom-rectangle {
  flex-direction: column;
}

.timeline-container .center-content .bottom-rectangle .bot-rect-header {
  text-align: center;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #19C0C1;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  line-height: 26px;
}

.timeline-container .center-content .bottom-rectangle .bot-rect-subheader {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  margin: 0;
  text-align: center;
  line-height: 26px;
}

.timeline-container .center-content .bottom-rectangle .choices-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.timeline-container .center-content .bottom-rectangle .choices-box .choice {
  display: flex;
  flex-direction: column;
  align-content: center;
  height: 175px;
  width: 175px;
  margin: 20px;
  padding: 15px;
  border: 1px solid #19C0C1;
  border-radius: 5px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.timeline-container .center-content .bottom-rectangle .choices-box .choice:hover {
  box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.2);
}

.timeline-container .center-content .bottom-rectangle .choices-box .choice .box-img {
  margin-top: auto;
  margin-bottom: 5px;
}

.timeline-container .center-content .bottom-rectangle .choices-box .choice .box-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #19C0C1;
  margin: 0;
  text-align: center;
  line-height: 26px;
  margin-bottom: auto;
  margin-top: 10px;
}

.timeline-container .center-content .bottom-rectangle .home-callout {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #19C0C1;
  width: 300px;
  height: 30px;
  line-height: 30px;
  margin: 10px auto 0 auto;
  text-transform: uppercase;
  border: 1px solid #19C0C1;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  font-weight: 400;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.timeline-container .center-content .bottom-rectangle .home-callout:hover {
  background-color: #19C0C1;
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  .timeline-container .center-content .timeline-header {
    text-align: center;
    font-size: 24px;
    font-family: "Fira Sans", sans-serif;
    color: #515152;
    font-weight: 400;
    text-transform: none;
    margin: 40px 0 30px 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 36px;
    margin: 50px 30px;
  }

  .timeline-container .center-content .rectangle {
    padding: 20px;
  }

  .timeline-container .center-content .rectangle .left-number {
    display: none;
  }

  .timeline-container .center-content .rectangle .left-number .number {
    float: right;
    height: 50px;
    width: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: #19C0C1;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
  }

  .timeline-container .center-content .rectangle .right-content {
    padding: 0;
  }

  .timeline-container .center-content .rectangle .right-content .number-mobile {
    display: inline-block;
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #19C0C1;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
  }

  .timeline-container .center-content .rectangle .right-content .step-header {
    display: inline;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    min-height: 50px;
    vertical-align: middle;
  }

  .timeline-container .center-content .bottom-rectangle {
    box-shadow: none;
  }

  .timeline-container .center-content .bottom-rectangle .choices-box {
    flex-direction: column;
  }

  .timeline-container .center-content .bottom-rectangle .choices-box .choice {
    margin: 20px auto;
  }
}

.consult-container {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 25px 10px 0 10px;
}

.consult-container .back-btn {
  position: absolute;
  top: 80px;
  left: 5%;
  height: 45px;
  width: 120px;
  border: 1px solid #c2c2c3;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #c2c2c3;
  cursor: pointer;
}

.consult-container .back-btn .back-tri {
  margin: 0 10px 0 0;
}

.consult-container .back-btn:hover {
  color: #515152;
  border-color: #515152;
}

.consult-container .consult-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #19C0C1;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  font-size: 36px;
  margin: 50px 10% 5px 10%;
}

.consult-container .consult-subheader {
  font-size: 24px;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 425px) {
  .consult-container {
    padding: 80px 10px 200px 10px;
  }

  .consult-container .back-btn {
    top: 65px;
    height: 35px;
    width: 90px;
    font-size: 14px;
  }

  .consult-container .back-btn .back-tri {
    margin: 0 7px 0 0;
    height: 15px;
  }

  .consult-container .consult-header {
    text-align: center;
    font-size: 48px;
    font-family: "Fira Sans", sans-serif;
    color: #19C0C1;
    font-weight: 400;
    text-transform: none;
    margin: 40px 0 30px 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 22px;
    margin: 50px 10% 10px 10%;
  }

  .consult-container .consult-subheader {
    font-size: 16px;
    margin: 0 0 40px 0;
    line-height: 20px;
  }
}

.ob-landing-container {
  background: #ffffff url("/assets/images/imghero.png") no-repeat top center;
  height: 100%;
  width: 100%;
  padding: 50px 10px 200px 10px;
}

.ob-landing-container .ob-wrapper {
  max-width: 850px;
  margin: auto;
}

.ob-landing-container .ob-wrapper .ob-header {
  text-align: center;
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #19C0C1;
  font-weight: 400;
  text-transform: none;
  margin: 40px 0 30px 0;
  padding: 0;
  letter-spacing: 0;
  font-size: 32px;
}

.ob-landing-container .ob-wrapper .top-dashed {
  display: block;
  width: 53%;
  margin: 0 auto 20px auto;
}

.ob-landing-container .ob-wrapper .flow-container {
  position: relative;
  height: 600px;
}

.ob-landing-container .ob-wrapper .flow-container .line {
  position: absolute;
}

.ob-landing-container .ob-wrapper .flow-container .left-line {
  left: 16px;
  bottom: 30px;
}

.ob-landing-container .ob-wrapper .flow-container .right-line {
  transform: scaleX(-1);
  right: 20px;
  bottom: 30px;
}

.ob-landing-container .ob-wrapper .flow-container .box {
  position: absolute;
  height: 240px;
  width: 375px;
  padding: 30px;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #ffffff;
}

.ob-landing-container .ob-wrapper .flow-container .box .top-header {
  text-align: left;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.ob-landing-container .ob-wrapper .flow-container .box .top-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  line-height: 22px;
  font-size: 14px;
}

.ob-landing-container .ob-wrapper .flow-container .box .top-button {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 45px;
  width: 85%;
  margin: auto;
  border-radius: 3px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
}

.ob-landing-container .ob-wrapper .flow-container .top-left-box {
  top: 0;
  left: 0;
}

.ob-landing-container .ob-wrapper .flow-container .top-left-box .top-left-header {
  color: #34CE8B;
}

.ob-landing-container .ob-wrapper .flow-container .top-left-box .top-left-button {
  background-color: #34CE8B;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}

.ob-landing-container .ob-wrapper .flow-container .top-left-box .top-left-button:hover {
  background-color: #5dd8a2;
}

.ob-landing-container .ob-wrapper .flow-container .top-left-box .top-left-button:active {
  background-color: #28a770;
}

.ob-landing-container .ob-wrapper .flow-container .top-right-box {
  top: 0;
  right: 0;
}

.ob-landing-container .ob-wrapper .flow-container .top-right-box .top-right-header {
  color: #19C0C1;
}

.ob-landing-container .ob-wrapper .flow-container .top-right-box .top-right-button {
  background-color: #19C0C1;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}

.ob-landing-container .ob-wrapper .flow-container .top-right-box .top-right-button:hover {
  background-color: rgba(25, 192, 193, 0.4);
}

.ob-landing-container .ob-wrapper .flow-container .top-right-box .top-right-button:active {
  background-color: #139394;
}

.ob-landing-container .ob-wrapper .flow-container .bot-box {
  position: absolute;
  width: 340px;
}

.ob-landing-container .ob-wrapper .flow-container .bot-box .bot-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  width: 250px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 32px;
  color: #8F8F90;
  line-height: 22px;
  font-size: 14px;
}

.ob-landing-container .ob-wrapper .flow-container .bottom-left-box {
  bottom: 0;
  left: 0;
  padding-left: 60px;
}

.ob-landing-container .ob-wrapper .flow-container .bottom-left-box .bot-left-header {
  text-align: left;
  margin: 0 0 20px 0;
  font-style: italic;
  font-weight: 300;
}

.ob-landing-container .ob-wrapper .flow-container .bottom-left-box .bot-left-text {
  margin: 10px 0;
  text-align: left;
}

.ob-landing-container .ob-wrapper .flow-container .bottom-left-box .bot-left-text .bot-left-step {
  position: absolute;
  height: 40px;
  left: -61px;
}

.ob-landing-container .ob-wrapper .flow-container .bottom-right-box {
  bottom: 0;
  right: 0;
  padding-right: 60px;
}

.ob-landing-container .ob-wrapper .flow-container .bottom-right-box .bot-right-header {
  text-align: right;
  margin: 0 0 20px 0;
  font-style: italic;
  font-weight: 300;
}

.ob-landing-container .ob-wrapper .flow-container .bottom-right-box .bot-right-text {
  margin: 10px 0 10px 20px;
  text-align: right;
}

.ob-landing-container .ob-wrapper .flow-container .bottom-right-box .bot-right-text .bot-right-step {
  position: absolute;
  height: 40px;
  right: -68px;
}

@media screen and (max-width: 900px) {
  .ob-landing-container {
    padding: 50px 40px 200px 40px;
  }

  .ob-landing-container .ob-wrapper .ob-header {
    font-size: 28px;
    margin: 40px 10% 30px 10%;
  }

  .ob-landing-container .ob-wrapper .top-dashed {
    width: 53%;
  }

  .ob-landing-container .ob-wrapper .flow-container {
    position: relative;
    height: 600px;
  }

  .ob-landing-container .ob-wrapper .flow-container .left-line {
    left: 16px;
    bottom: 30px;
  }

  .ob-landing-container .ob-wrapper .flow-container .right-line {
    transform: scaleX(-1);
    right: 20px;
    bottom: 30px;
  }

  .ob-landing-container .ob-wrapper .flow-container .box {
    position: absolute;
    height: 220px;
    width: 300px;
    padding: 30px;
    box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #ffffff;
  }

  .ob-landing-container .ob-wrapper .flow-container .box .top-header {
    font-size: 17px;
    margin: 0 0 10px 0;
    line-height: 20px;
  }

  .ob-landing-container .ob-wrapper .flow-container .box .top-text {
    line-height: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  .ob-landing-container {
    background: #ffffff url("/assets/images/imghero.png") no-repeat top center;
    height: 100%;
    width: 100%;
    padding: 50px 10px 200px 10px;
  }

  .ob-landing-container .ob-wrapper {
    max-width: 850px;
    margin: auto;
  }

  .ob-landing-container .ob-wrapper .ob-header {
    font-size: 24px;
    margin: 40px 20% 30px 20%;
  }

  .ob-landing-container .ob-wrapper .top-dashed {
    display: none;
  }

  .ob-landing-container .ob-wrapper .flow-container {
    position: relative;
    height: 600px;
  }

  .ob-landing-container .ob-wrapper .flow-container .line {
    display: none;
  }

  .ob-landing-container .ob-wrapper .flow-container .left-line {
    display: none;
  }

  .ob-landing-container .ob-wrapper .flow-container .right-line {
    display: none;
  }

  .ob-landing-container .ob-wrapper .flow-container .box {
    position: relative;
    height: 240px;
    width: 375px;
    padding: 30px;
    margin: 30px auto;
  }

  .ob-landing-container .ob-wrapper .flow-container .top-left-box {
    top: 0;
    left: 0;
  }

  .ob-landing-container .ob-wrapper .flow-container .top-left-box .top-left-header {
    color: #34CE8B;
  }

  .ob-landing-container .ob-wrapper .flow-container .top-left-box .top-left-button {
    background-color: #34CE8B;
    color: #ffffff;
    transition: all 200ms ease-in-out;
  }

  .ob-landing-container .ob-wrapper .flow-container .top-left-box .top-left-button:hover {
    background-color: #5dd8a2;
  }

  .ob-landing-container .ob-wrapper .flow-container .top-left-box .top-left-button:active {
    background-color: #28a770;
  }

  .ob-landing-container .ob-wrapper .flow-container .top-right-box {
    top: 0;
    right: 0;
  }

  .ob-landing-container .ob-wrapper .flow-container .top-right-box .top-right-header {
    color: #19C0C1;
  }

  .ob-landing-container .ob-wrapper .flow-container .top-right-box .top-right-button {
    background-color: #19C0C1;
    color: #ffffff;
    transition: all 200ms ease-in-out;
  }

  .ob-landing-container .ob-wrapper .flow-container .top-right-box .top-right-button:hover {
    background-color: rgba(25, 192, 193, 0.4);
  }

  .ob-landing-container .ob-wrapper .flow-container .top-right-box .top-right-button:active {
    background-color: #139394;
  }

  .ob-landing-container .ob-wrapper .flow-container .bot-box {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .ob-landing-container .ob-wrapper .ob-header {
    margin: 40px 10% 30px 10%;
  }

  .ob-landing-container .ob-wrapper .flow-container .box {
    height: auto;
    width: 90%;
    padding: 30px 30px 70px 30px;
  }
}

#vueAnchor .dashboard {
  width: calc(100vw - 150px);
  height: 100vh;
  position: relative;
  margin-left: 100px;
  margin-right: 50px;
  padding-top: 50px;
}

#vueAnchor .dashboard .data-display {
  position: relative;
  width: 100%;
  padding: 1em;
}

#vueAnchor .dashboard .data-display .datatable-wrapper {
  max-height: calc(100vh - 200px);
  overflow: auto;
}

#vueAnchor .dashboard .pagination {
  max-height: 50px;
}

.datatable-header .header-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #c2c2c3;
}

.datatable-header .header-top .header-text {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0;
}

.datatable-header .header-top .require-userapproval-container {
  position: absolute;
  bottom: 6px;
  left: 0;
  height: 20px;
}

.datatable-header .header-top .require-userapproval-container .require-userapproval-checkbox {
  height: 12px;
}

.datatable-header .header-top .require-userapproval-container .require-userapproval-label {
  margin: 0;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #515152;
  text-transform: uppercase;
}

.datatable-header .header-top .top-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.datatable-header .header-top .top-items .datatable-search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 250px;
  margin-right: 15px;
}

.datatable-header .header-top .top-items .datatable-search .dt-search-group {
  display: flex;
  position: relative;
  height: 35px;
  width: 100%;
}

.datatable-header .header-top .top-items .datatable-search .dt-search-group .dt-search-input {
  height: 100%;
  width: 100%;
  padding: 0 40px 0 10px;
  border-radius: 3px;
  border: 1px solid #c2c2c3;
  transition: border 200ms ease-in-out;
}

.datatable-header .header-top .top-items .datatable-search .dt-search-group .dt-search-input:focus {
  border-color: #19C0C1;
  outline: none;
}

.datatable-header .header-top .top-items .datatable-search .dt-search-group .dt-search-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
}

.datatable-header .header-top .top-items .dt-export-btn {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #19C0C1;
  border: 1px solid #19C0C1;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  height: auto;
  width: auto;
  padding: 5px 15px;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  border-radius: 3px;
}

.datatable-header .header-top .top-items .dt-export-btn:hover {
  background-color: white;
  color: #ffffff;
}

.datatable-header .header-top .top-items .dt-export-btn:focus {
  outline: none;
}

.datatable-header .header-top .top-items .dt-export-btn:active {
  background-color: #e6e5e5;
}

.datatable-header .header-top .top-items .dt-export-btn:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #ffffff;
  border-color: rgba(25, 192, 193, 0.4);
}

.datatable-header .header-top .top-items .dt-export-btn:active {
  background-color: #139394;
  color: #ffffff;
  border-color: #139394;
}

.datatable-header .header-top .top-items .add-user-btn {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #19C0C1;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  height: auto;
  width: auto;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  border-radius: 3px;
}

.datatable-header .header-top .top-items .add-user-btn:hover {
  background-color: #2ae2e3;
  color: #ffffff;
}

.datatable-header .header-top .top-items .add-user-btn:focus {
  outline: none;
}

.datatable-header .header-top .top-items .add-user-btn:active {
  background-color: #139394;
}

.datatable-header .header-top .top-items .add-user-btn:hover {
  background-color: #ffffff;
  color: #19C0C1;
  border-color: #19C0C1;
}

.datatable-header .header-top .top-items .add-user-btn:active {
  background-color: #139394;
  color: #ffffff;
  border-color: #139394;
}

.datatable-header .header-middle {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 70px;
  width: 100%;
}

.datatable-header .header-middle .bulk-options {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 10px;
}

.datatable-header .header-middle .bulk-options .dt-options-btn {
  padding: 0;
  height: 25px;
  width: 75px;
  background-color: #ffffff;
  color: #c2c2c3;
  border: 1px solid #c2c2c3;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 13px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.datatable-header .header-middle .bulk-options .dt-options-btn .dt-options-btn-tri {
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: 0 0 2px 3px;
  border-right: 1px solid #c2c2c3;
  border-bottom: 1px solid #c2c2c3;
  transform: rotate(45deg);
  transition: all 200ms ease-in-out;
}

.datatable-header .header-middle .bulk-options .dt-options-btn:hover {
  background-color: #c2c2c3;
  color: white;
}

.datatable-header .header-middle .bulk-options .dt-options-btn:hover .dt-options-btn-tri {
  border-color: #ffffff;
}

.datatable-header .header-middle .bulk-options .dt-options-btn:active {
  background-color: #8F8F90;
}

.datatable-header .header-middle .bulk-options .dropdown-menu {
  border: none;
}

.datatable-header .header-middle .bulk-options .dropdown-menu .dt-options-dropdown {
  background-color: #ffffff;
  min-width: 150px;
  border-radius: 3px;
  border: none;
  padding: 0;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.datatable-header .header-middle .bulk-options .dropdown-menu .dt-options-dropdown .dt-options-item {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 10px;
  color: #8F8F90;
  height: 35px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.datatable-header .header-middle .bulk-options .dropdown-menu .dt-options-dropdown .dt-options-item:hover {
  background-color: #F7F7F8;
}

.datatable-header .header-middle .bulk-options .dropdown-menu .dt-options-dropdown .dt-options-item:active {
  background-color: #8F8F90;
  color: #ffffff;
}

.datatable-header .header-middle .bulk-options .dropdown-menu .dt-options-dropdown .dt-options-item span {
  margin-left: 80px;
}

.datatable-header .header-middle .datatable-filters {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 10px;
}

.datatable-header .header-middle .datatable-filters .table-dropdown {
  position: relative;
  order: 2;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.datatable-header .header-middle .datatable-filters .table-dropdown .filter-button {
  padding: 0;
  height: 25px;
  width: 75px;
  background-color: #ffffff;
  color: #c2c2c3;
  border: 1px solid #c2c2c3;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 13px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.datatable-header .header-middle .datatable-filters .table-dropdown .filter-button .dt-options-btn-tri {
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: 0 0 2px 3px;
  border-right: 1px solid #c2c2c3;
  border-bottom: 1px solid #c2c2c3;
  transform: rotate(45deg);
  transition: all 200ms ease-in-out;
}

.datatable-header .header-middle .datatable-filters .table-dropdown .filter-button:hover {
  background-color: #c2c2c3;
  color: white;
}

.datatable-header .header-middle .datatable-filters .table-dropdown .filter-button:hover .dt-options-btn-tri {
  border-color: #ffffff;
}

.datatable-header .header-middle .datatable-filters .table-dropdown .filter-button:active {
  background-color: #8F8F90;
}

.datatable-header .header-middle .datatable-filters .table-dropdown .dt-options-dropdown {
  position: absolute;
  top: -12px;
  right: 7px;
  background-color: #ffffff;
  min-width: 150px;
  border-radius: 3px;
  border: none;
  padding: 0;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
}

.datatable-header .header-middle .datatable-filters .table-dropdown .dt-options-dropdown .dt-options-item {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 10px;
  color: #8F8F90;
  height: 35px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.datatable-header .header-middle .datatable-filters .table-dropdown .dt-options-dropdown .dt-options-item:hover {
  background-color: #F7F7F8;
}

.datatable-header .header-middle .datatable-filters .table-dropdown .dt-options-dropdown .dt-options-item:active {
  background-color: #8F8F90;
  color: #ffffff;
}

.datatable-header .header-middle .active-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 140px 0 0;
}

.datatable-header .header-middle .active-filters .active-filter-label-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 130px;
  padding: 5px;
}

.datatable-header .header-middle .active-filters .active-filter-label-container .active-filter-label {
  margin: 0;
  color: #8F8F90;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
}

.datatable-header .header-middle .active-filters .active-filter-display-container {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  min-height: 70px;
}

.datatable-header .header-middle .active-filters .active-filter-display-container .active-filter {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
  margin: 3px;
  background-color: #34CE8B;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
}

.datatable-header .header-middle .active-filters .active-filter-display-container .clear-all-filters {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 3px;
  color: #8F8F90;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  border-radius: 3px;
  font-weight: 300;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.datatable-header .header-middle .active-filters .active-filter-display-container .clear-all-filters:hover {
  background-color: #8F8F90;
  color: #ffffff;
}

.datatable-header .header-middle .active-filters .active-filter-display-container .clear-all-filters:active {
  background-color: #c2c2c3;
  color: #ffffff;
}

.datatable-header .header-middle .add-sign-up {
  padding: 8px 30px;
  width: auto;
  height: auto;
  background-color: #19C0C1;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  position: absolute;
  right: 0;
  width: auto;
  padding: 0 10px;
  height: 25px;
  width: auto;
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  border-radius: 3px;
  transition: all 200ms ease-in-out;
}

.datatable-header .header-middle .add-sign-up:hover {
  background-color: #2ae2e3;
  color: #ffffff;
}

.datatable-header .header-middle .add-sign-up:focus {
  outline: none;
}

.datatable-header .header-middle .add-sign-up:active {
  background-color: #139394;
}

.datatable-header .header-middle .add-sign-up:hover {
  background-color: #ffffff;
  color: #19C0C1;
  border-color: #19C0C1;
}

.datatable-header .header-middle .add-sign-up:active {
  background-color: #139394;
  color: #ffffff;
  border-color: #139394;
}

.datatable-header .header-bottom {
  height: 40px;
}

.datatable-header .header-bottom .table-tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
}

.datatable-header .header-bottom .table-tabs .table-tab {
  padding: 0 5px;
  min-width: 100px;
  text-align: center;
  line-height: 24px;
  border-radius: 5px;
  margin-right: 5px;
  background-color: #ffffff;
  color: #c2c2c3;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 13px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.datatable-header .header-bottom .table-tabs .table-tab:hover {
  color: #8F8F90;
}

.datatable-header .header-bottom .table-tabs .activeusers {
  transition: all 200ms ease-in-out;
}

.datatable-header .header-bottom .table-tabs .activeusers:hover {
  background-color: rgba(52, 206, 139, 0.4);
  border: 1px solid transparent;
  color: #ffffff;
}

.datatable-header .header-bottom .table-tabs .activeselected {
  border: 1px solid #34CE8B;
  color: #34CE8B;
}

.datatable-header .header-bottom .table-tabs .activeselected:hover {
  border: 1px solid #34CE8B;
  color: #34CE8B;
  background-color: #ffffff;
}

.datatable-header .header-bottom .table-tabs .pendingusers {
  transition: all 200ms ease-in-out;
}

.datatable-header .header-bottom .table-tabs .pendingusers:hover {
  background-color: rgba(241, 196, 15, 0.4);
  border: 1px solid transparent;
  color: #ffffff;
}

.datatable-header .header-bottom .table-tabs .pendingselected {
  border: 1px solid #F1C40F;
  color: #F1C40F;
}

.datatable-header .header-bottom .table-tabs .pendingselected:hover {
  border: 1px solid #F1C40F;
  color: #F1C40F;
  background-color: #ffffff;
}

.datatable-header .header-bottom .table-tabs .blockedusers {
  transition: all 200ms ease-in-out;
}

.datatable-header .header-bottom .table-tabs .blockedusers:hover {
  background-color: rgba(244, 52, 90, 0.4);
  border: 1px solid transparent;
  color: #ffffff;
}

.datatable-header .header-bottom .table-tabs .blockedselected {
  border: 1px solid #F4345A;
  color: #F4345A;
}

.datatable-header .header-bottom .table-tabs .blockedselected:hover {
  border: 1px solid #F4345A;
  color: #F4345A;
  background-color: #ffffff;
}

.datatable-header .header-bottom .table-tabs .allusers {
  transition: all 200ms ease-in-out;
}

.datatable-header .header-bottom .table-tabs .allusers:hover {
  background-color: #1de2e2;
  border: 1px solid transparent;
  color: #ffffff;
}

.datatable-header .header-bottom .table-tabs .allselected {
  border: 1px solid #15bdc1;
  color: #15bdc1;
}

.datatable-header .header-bottom .table-tabs .allselected:hover {
  border: 1px solid #15bdc1;
  color: #15bdc1;
  background-color: #ffffff;
}

.dt-options-item span {
  position: absolute;
  right: 10px;
}

.title-class {
  height: 50px;
  font-size: 11px;
  font-family: "Fira Sans", sans-serif;
  vertical-align: middle !important;
  padding: 0 10px !important;
  text-transform: uppercase;
  background-color: #F7F7F8;
  color: #515152;
}

.data-class {
  box-sizing: border-box;
  height: 50px;
  font-size: 11px;
  font-family: "Fira Sans", sans-serif;
  vertical-align: middle !important;
  padding: 0 10px !important;
  color: #515152;
  text-align: left;
}

.data-class a {
  font-size: 11px;
}

.data-class .user-status {
  position: relative;
}

.data-class .user-status .base-status {
  text-transform: uppercase;
  border-radius: 3px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  text-align: left;
}

.data-class .user-status .invitesent {
  border: 1px solid #c2c2c3;
  color: #c2c2c3;
}

.data-class .user-status .pending {
  border: 1px solid #F1C40F;
  color: #F1C40F;
}

.data-class .user-status .svg-inline--fa {
  margin: 13px;
}

.data-class .user-status .action-link {
  position: absolute;
  left: 0;
  bottom: -16px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  color: #19C0C1;
}

.data-class .user-status .action-link:hover {
  text-decoration: underline;
}

.data-class .user-progress a {
  font-size: 11px;
  font-family: "Fira Sans", sans-serif;
  vertical-align: middle !important;
  padding: 0 5px !important;
  text-align: left;
}

.pagination .item {
  cursor: pointer;
  padding: 1em;
  line-height: 1em;
}

.pagination .item.active {
  background-color: rgba(142, 180, 203, 0.33);
}

.pagination .item.disabled {
  color: #D5D5D5;
}

.user-action-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  overflow-y: scroll;
}

.user-action-modal-bg .user-action-modal-click-bg {
  position: absolute;
  height: 100%;
  width: 100%;
}

.user-action-modal-bg .user-action-modal-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 100px auto;
  min-height: auto;
  min-width: 400px;
  max-width: 400px;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 40px 20px 20px 20px;
}

.user-action-modal-bg .user-action-modal-content-container .user-action-closer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  border-radius: 3px;
  background-color: #19C0C1;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.user-action-modal-bg .user-action-modal-content-container .user-action-closer-container .user-action-closer path {
  fill: #ffffff;
  transition: all 200ms ease-in-out;
}

.user-action-modal-bg .user-action-modal-content-container .user-action-closer-container:hover {
  background-color: rgba(25, 192, 193, 0.4);
}

.user-action-modal-bg .user-action-modal-content-container .user-action-closer-container:hover .user-action-closer path {
  fill: #19C0C1;
}

.user-action-modal-bg .user-action-modal-content-container .user-action-modal-header {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  color: #515152;
  text-transform: none;
  width: 100%;
  padding-left: 30px;
}

.user-action-modal-bg .user-action-modal-content-container form {
  width: 300px;
}

.user-action-modal-bg .user-action-modal-content-container form .input-group {
  height: 65px;
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
}

.user-action-modal-bg .user-action-modal-content-container form .input-group label {
  font-size: 14px;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

.user-action-modal-bg .user-action-modal-content-container form .input-group input {
  height: 40px;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 16px;
  outline: none;
}

.user-action-modal-bg .user-action-modal-content-container form .input-group .user-action-dropdown .dt-options-btn {
  background-color: #ffffff;
  color: #212529;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  text-align: left;
  height: 40px;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  padding-left: 10px;
  outline: none;
}

.user-action-modal-bg .user-action-modal-content-container form .input-group .user-action-dropdown .dt-options-btn .dt-options-btn-tri {
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: 0 0 2px 3px;
  border-right: 2px solid #212529;
  border-bottom: 2px solid #212529;
  transform: rotate(45deg);
  transition: all 200ms ease-in-out;
}

.user-action-modal-bg .user-action-modal-content-container form .input-group .user-action-dropdown .dropdown-menu {
  min-width: 100%;
}

.user-action-modal-bg .user-action-modal-content-container form .check-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.user-action-modal-bg .user-action-modal-content-container form .check-group .form-check-input {
  position: relative;
  margin: 0;
  margin: 0 0 5px 0;
}

.user-action-modal-bg .user-action-modal-content-container form .check-group .form-check-label {
  font-size: 14px;
  padding-left: 10px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.user-action-modal-bg .user-action-modal-content-container form .user-action-button {
  display: block;
  width: 120px;
  height: 40px;
  margin: 20px auto 10px auto;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  background-color: #19C0C1;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.user-action-modal-bg .user-action-modal-content-container form .user-action-button:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #19C0C1;
}

.user-action-modal-bg .subsmodal-container {
  max-width: 600px;
  justify-content: flex-start;
  align-items: unset;
}

.user-action-modal-bg .subsmodal-container #subsmodal-header {
  text-align: left;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #515152;
  font-weight: 400;
  margin: 0;
}

.user-action-modal-bg .subsmodal-container .subsmodal-text {
  text-align: left;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #515152;
  font-weight: 300;
  margin: 0 0 5px 0;
}

.user-action-modal-bg .subsmodal-container .subsmodal-text a {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #19C0C1;
  font-weight: 300;
}

.user-action-modal-bg .subsmodal-container .subsmodal-text a:hover {
  text-decoration: underline;
}

.user-action-modal-bg .subsmodal-container .subsmodal-close-btn {
  height: 40px;
  display: inline-block;
  width: 120px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  margin: 10px auto;
  transition: all 200ms ease-in-out;
  background-color: #19C0C1;
}

.user-action-modal-bg .subsmodal-container .subsmodal-close-btn:hover {
  background-color: rgba(25, 192, 193, 0.4);
  color: #19C0C1;
}

.notification-action-modal-content-container {
  max-width: 800px !important;
}

.notification-action-modal-content-container form {
  width: 700px !important;
}

.notification-action-modal-content-container form .input-group {
  height: auto !important;
}

.notification-action-modal-content-container form .input-group .text-area {
  height: auto;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  padding-left: 10px;
  font-size: 16px;
  outline: none;
}

.notification-action-modal-content-container form .filters-container .input-group {
  margin: 0 !important;
}

.notification-action-modal-content-container form .filters-container .users-filters {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 10px;
  line-height: 1.6;
  max-height: 200px;
  overflow-y: auto;
}

.notification-action-modal-content-container form .filters-container .users-filters .filters-container .filter-area {
  padding: 5px 0;
}

.notification-action-modal-content-container form .filters-container .users-filters .filters-container .filter-area .filter-status img {
  height: 25px;
  width: 25px;
}

.notification-action-modal-content-container form .filters-container .users-filters .filters-container .filter-area .filter-name {
  color: #3a9dce;
  border: 1px solid #3a9dce;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification-action-modal-content-container form .filters-container .users-filters .filters-container .filter-area .filtered-users {
  color: #ffffff;
  background: #3a9dce;
  text-align: center;
  padding: 0;
}

.notification-action-modal-content-container form .notification-send-button {
  width: auto !important;
}

.dashboard.issues,
.dashboard.sessionTypes {
  width: calc(100vw - 71px) !important;
  margin-left: 71px !important;
}

.dashboard.issues #session-container .session-detail,
.dashboard.sessionTypes #session-container .session-detail {
  min-height: 530px;
  padding: 20px 10px;
  width: 98%;
  border-radius: 5px;
  box-shadow: 0 -4px 9px 0 rgba(242, 242, 242, 0.5), 0 4px 9px 0 rgba(203, 203, 203, 0.5);
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
}

.dashboard.issues #session-container .session-detail .session,
.dashboard.sessionTypes #session-container .session-detail .session {
  width: 180px;
  height: 180px;
  margin: 0 0 0 35px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.dashboard.issues #session-container .session-detail .session .Session-title,
.dashboard.sessionTypes #session-container .session-detail .session .Session-title {
  width: 100%;
  bottom: 0;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 6px 6px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  align-content: center;
  height: 180px;
  padding-top: 30px;
}

.dashboard.issues #session-container .session-detail .session.added-session,
.dashboard.sessionTypes #session-container .session-detail .session.added-session {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 -4px 9px 0 rgba(213, 213, 213, 0.5), 0 4px 9px 0 rgba(213, 213, 213, 0.5);
  text-align: center;
  position: relative;
}

.dashboard.issues #session-container .session-detail .session.added-session img:first-child,
.dashboard.sessionTypes #session-container .session-detail .session.added-session img:first-child {
  position: absolute;
  left: 10px;
  top: 10px;
}

.dashboard.issues #session-container .session-detail .session.added-session .delete-category,
.dashboard.sessionTypes #session-container .session-detail .session.added-session .delete-category {
  position: absolute;
  right: 10px;
  top: 10px;
}

.dashboard.issues #session-container .create-session,
.dashboard.sessionTypes #session-container .create-session {
  background-color: #F7F7F8;
}

.dashboard.issues #session-container .create-session #add-session-icon,
.dashboard.sessionTypes #session-container .create-session #add-session-icon {
  height: 45px;
  margin: 50px auto 20px auto;
}

.dashboard.issues #session-container .create-session .create-text,
.dashboard.sessionTypes #session-container .create-session .create-text {
  color: #D5D5D5;
  font-family: "Fira Sans";
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}

.dashboard.issues .get_started_model .modal,
.dashboard.sessionTypes .get_started_model .modal {
  padding: 0 !important;
}

.dashboard.issues .get_started_model .modal .modal-dialog,
.dashboard.sessionTypes .get_started_model .modal .modal-dialog {
  max-width: 1000px;
}

.dashboard.issues .get_started_model .modal .modal-dialog .modal-header,
.dashboard.sessionTypes .get_started_model .modal .modal-dialog .modal-header {
  height: 75px;
  width: 100%;
  background-color: #308BC3;
  border-radius: 0 !important;
}

.dashboard.issues .get_started_model .modal .modal-dialog .modal-header .modal-title,
.dashboard.sessionTypes .get_started_model .modal .modal-dialog .modal-header .modal-title {
  color: white !important;
  font-size: 25px;
  line-height: 42px;
  width: 358px;
}

.dashboard.issues .get_started_model .modal .modal-dialog .modal-header .close,
.dashboard.sessionTypes .get_started_model .modal .modal-dialog .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.dashboard.issues .get_started_model .modal .modal-dialog .modal-body .search .search_issue,
.dashboard.sessionTypes .get_started_model .modal .modal-dialog .modal-body .search .search_issue {
  height: 50px;
  border-radius: 0;
  margin: 5px 20px;
  width: 95% !important;
}

.dashboard.issues .get_started_model .modal .modal-dialog .modal-body .tags-cotainer .get_started_tag .tag-input,
.dashboard.sessionTypes .get_started_model .modal .modal-dialog .modal-body .tags-cotainer .get_started_tag .tag-input {
  width: 84%;
  display: inline-block !important;
  border: 1px solid #308BC3 !important;
  color: #308BC3;
  height: 30px !important;
  margin-left: 5px;
  background-color: #FFFFFF !important;
  font-size: 14px;
  border-radius: 0 !important;
}

#sessionTypeModal .close {
  display: none !important;
}

.dashboard.sessionTypes .session_type_modal .modal {
  padding: 0 !important;
}

.dashboard.sessionTypes .session_type_modal .modal .modal-content {
  width: 80% !important;
}

.dashboard.sessionTypes .session_type_modal .modal .modal-content form .form-group .toggle {
  margin: 5px 0;
}

.dashboard.sessionTypes .session_type_modal .modal .modal-content form .form-group .toggle .label {
  min-width: 150px;
}

.dashboard.sessionTypes .session_type_modal .modal .modal-content form .form-group .toggle .content-switch {
  margin: 0 15px;
}

.dashboard.messages {
  width: calc(100vw - 71px) !important;
  margin-left: 71px !important;
}

.dashboard.messages .v-dialog {
  max-height: 80%;
}

.dashboard.messages .v-dialog .modal_title img {
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.dashboard.messages .slickdot {
  display: inline-block;
  background: #FFA400;
  border-radius: 50px;
  margin-left: 5px;
  height: 6px;
  width: 6px;
}

.dashboard.messages .slickdot-nav-unread-message {
  position: relative;
  right: 7px;
  bottom: 7px;
}

.dashboard.messages .slickdot-recipient-unread-message {
  background-color: #3A9DCE;
  position: relative;
  top: 0;
  right: 10px;
}

.dashboard.messages #app-messaging {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 150px);
  width: 100%;
  color: #757575;
  font-family: metropolisMedium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 21px;
  text-align: center;
}

.dashboard.messages #app-messaging .text-area-container {
  width: 90%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 24px;
  min-height: 0;
  max-height: 192px;
}

.dashboard.messages #app-messaging .text-area-container textarea {
  outline: none;
  resize: none;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
  height: 100%;
  border: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.dashboard.messages #app-messaging #hidden_content {
  position: absolute;
  visibility: hidden;
  display: block;
}

.dashboard.messages #app-messaging .btn {
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: metropolisBold;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.dashboard.messages #app-messaging .btn.btn-primary {
  background-color: #3A9DCE;
}

.dashboard.messages #app-messaging .profile-image-container {
  display: inline-block;
  float: left;
  padding: 0;
}

.dashboard.messages #app-messaging .profile-image-container .profile-image {
  border-radius: 50px;
  height: 48px;
  width: 48px;
}

.dashboard.messages #app-messaging .profile-info-container {
  display: inline-block;
  float: left;
  padding: 0;
  text-align: left;
}

.dashboard.messages #app-messaging .profile-info-container .profile-heading {
  color: #2D2929;
  font-family: metropolisSemiBold;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 0;
}

.dashboard.messages #app-messaging .profile-info-container .profile-heading .header-small {
  color: #A1A1A1;
  font-size: 10px;
  font-family: metropolisRegular;
  font-weight: normal;
  float: right;
}

.dashboard.messages #app-messaging .profile-info-container .profile-sub-heading {
  color: #4A4A4A;
  font-size: 12px;
  font-family: metropolisRegular;
  font-weight: normal;
  letter-spacing: 0.3px;
  margin: 0;
}

.dashboard.messages #app-messaging .profile-info-container .profile-text {
  color: #C0C0C0;
  font-size: 12px;
  font-family: metropolisRegular;
  font-weight: normal;
  letter-spacing: 0.3px;
}

.dashboard.messages #app-messaging .recipient {
  border-bottom: 1px solid #F2F2F2;
  padding: 15px;
}

.dashboard.messages #app-messaging .recipient.recipient-client .profile-info-container .profile-heading {
  font-size: 18px;
}

.dashboard.messages #app-messaging .recipient.recipient-therapist .profile-info-container .profile-heading {
  font-size: 18px;
}

.dashboard.messages #app-messaging .section-header {
  color: #2D2929;
  font-size: 20px;
  font-family: metropolisSemiBold;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 28px;
}

.dashboard.messages #app-messaging .search-container {
  margin-bottom: 20px;
}

.dashboard.messages #app-messaging .search-container .search {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  width: 100%;
}

.dashboard.messages #app-messaging .search-container .submit {
  position: absolute;
  right: 35px;
  top: 95px;
  float: right;
  cursor: pointer;
}

.dashboard.messages #app-messaging .recipients-container {
  max-height: 400px;
  overflow-y: auto;
}

.dashboard.messages #app-messaging .recipients-container .recipient {
  height: 90px;
  width: 100%;
  overflow: hidden;
}

.dashboard.messages #app-messaging .conversation-section {
  background: #FFFFFF;
  outline: 1px solid #F2F2F2;
  height: 648px;
  width: 100%;
}

.dashboard.messages #app-messaging .conversation-section .no-conversation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard.messages #app-messaging .conversation-section .no-conversation .no-content-container {
  margin-top: 250px;
}

.dashboard.messages #app-messaging .conversation-section .no-conversation .no-content-container .btn {
  background: #3A9DCE;
  height: 40px;
  width: 200px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container {
  display: inline-block;
  float: left;
  padding: 0;
  border-left: 1px solid #F2F2F2;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container .container-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  padding: 0 15px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container .container-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container .container-header .header-content p {
  margin: 0;
  text-align: left;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container .container-content {
  overflow-y: auto;
  border-top: 1px solid #F2F2F2;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-list-container {
  width: 35%;
  overflow-y: auto;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-list-container .container-header .header-content .content-text {
  color: #4A4A4A;
  font-size: 14px;
  font-family: metropolisMedium;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin: 0;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-list-container .container-content .recipient {
  height: 90px;
  width: 100%;
  overflow: hidden;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-list-container .container-content .recipient .profile-info-container .profile-sub-heading {
  height: 40px;
  width: 235px;
  line-height: 1.2;
  word-wrap: break-word;
  overflow: hidden;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container {
  width: 65%;
  height: 100%;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-header .header-content .content-text {
  color: #4A4A4A;
  font-size: 14px;
  font-family: metropolisMedium;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin: 0;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content {
  height: 90%;
  overflow: hidden;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container {
  padding: 15px 0;
  overflow-y: auto;
  height: 84%;
  overflow-x: hidden;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .date-label {
  color: #A1A1A1;
  font-size: 12px;
  font-family: metropolisRegular;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.3px;
  margin: 0;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  width: 100%;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message .profile-image-container {
  position: absolute;
  bottom: 0;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message .profile-image-container .profile-image {
  border: 1px solid #D1D5DA;
  height: 30px;
  width: 30px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message .message-container {
  border-radius: 17px;
  padding: 10px;
  max-width: 400px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message .message-container p {
  margin: 0;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message .message-container .message-text {
  font-size: 14px;
  font-family: metropolisRegular;
  font-weight: normal;
  letter-spacing: 0.3px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message .message-container .message-time {
  font-size: 10px;
  font-family: metropolisRegular;
  font-weight: normal;
  letter-spacing: 0.3px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message.incoming-message {
  text-align: left;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message.incoming-message .profile-image-container {
  left: 20px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message.incoming-message .message-container {
  background: #F2F2F2;
  float: left;
  margin-left: 60px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message.incoming-message .message-container .message-text {
  color: #4A4A4A;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message.incoming-message .message-container .message-time {
  color: #A1A1A1;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message.outgoing-message {
  text-align: right;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message.outgoing-message .dot-menu-container {
  position: relative;
  top: 0;
  right: 75px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message.outgoing-message .dot-menu-container .popver-body .action {
  display: inline;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message.outgoing-message .profile-image-container {
  right: 20px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message.outgoing-message .message-container {
  color: #FFFFFF;
  background: #3A9DCE;
  float: right;
  margin-right: 60px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .messages-container .message.outgoing-message .message-container p {
  color: #ffffff;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .new-message {
  position: relative;
  margin: 0 25px;
  text-align: left;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .new-message .write-message-input {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 6px 0 #D4D4D4;
  color: #2D2929;
  font-family: metropolisRegular;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.3px;
  padding: 10px;
  min-height: 40px;
  width: 100%;
}

.dashboard.messages #app-messaging .conversation-section .conversations .conversation-container.chat-messages-container .container-content .new-message .send-message-button {
  position: absolute;
  right: 20px;
  bottom: 6px;
  height: 28px;
  width: 28px;
  top: 9px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .blank-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  height: 100%;
  border-left: 1px solid #F2F2F2;
}

.dashboard.messages #app-messaging .conversation-section .conversations .blank-screen .blank-screen-content .blank-screen-image {
  height: 45px;
}

.dashboard.messages #app-messaging .conversation-section .conversations .blank-screen .blank-screen-content .blank-screen-text {
  color: #757575;
  font-size: 14px;
  font-family: metropolisMedium;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 21px;
  margin: 15px;
  height: 42px;
  width: 269px;
}

