body {
  color: #1f323b;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
input,
button {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: normal;
}
a {
  color: #1f323b;
  outline: 0!important;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 0;
}
h4 {
  font-size: 1.5rem;
}
input[type=text],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus,
select:active {
  outline: 0;
  border-color: #e15f60;
}
.workplace-viewport {
  position: relative;
}
.content-container {
  background-color: #f4f7f1;
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 430px;
}
.no-margin {
  margin: 0;
}
.top-margin-xs {
  margin-top: 1rem;
}
.top-margin-sm {
  margin-top: 2rem;
}
.top-margin-md {
  margin-top: 4rem;
}
.top-margin-lg {
  margin-top: 8rem;
}
.top-padding-sm {
  padding-top: 1rem;
}
.top-padding-md {
  padding-top: 2rem;
}
.top-padding-lg {
  padding-top: 3rem;
}
.align-center {
  text-align: center;
}
.align-center-except-mobile {
  text-align: center;
}
.max-height {
  height: 100%;
}
.flex-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hidden {
  display: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
}
.workplace-btn {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
}
.red-btn {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  color: #f4f7f1;
  background-color: #e15f60;
}
.red-btn:hover {
  background-color: #dd4a4b;
}
.black-btn {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  color: #f4f7f1;
  background-color: #1f323b;
}
.black-btn:hover {
  background-color: #142127;
}
.transparent-btn {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  color: #1f323b;
  border: solid 1px #1f323b !important;
  background: transparent;
}
.transparent-btn:hover {
  border-color: #050809;
  color: #050809;
}
.cancel-btn {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  display: flex;
  align-items: center;
  background-color: silver;
  color: #f4f7f1;
}
.btn-lg {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  height: 4rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.btn-fat {
  min-width: 250px;
  padding: 0.5rem 3rem;
  height: 4rem;
}
.btn-pair-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.btn-pair-wrapper * {
  display: block;
}
.pointer-cursor {
  cursor: pointer;
}
.workplace-form {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f4f7f1;
  padding: 2rem 2rem 0 2rem;
}
.workplace-form input,
.workplace-form select {
  max-width: 400px;
  height: 3rem;
  border: 1px solid #ccc;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  outline: none;
  color: #1f323b;
  margin-bottom: 1rem;
}
.workplace-form input {
  padding: 0.75rem 0.75rem;
}
.workplace-form input[type=text],
.workplace-form input[type=email],
.workplace-form input[type=password],
.workplace-form select {
  width: 100%;
}
.workplace-form input[type=submit] {
  padding: 0 2rem;
  height: 3rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: nowrap;
  box-sizing: border-box;
  outline: none;
  color: #f4f7f1;
  background-color: #e15f60;
  width: 100%;
  margin-top: 4rem;
}
.workplace-form input[type=submit]:hover {
  background-color: #dd4a4b;
}
.workplace-form label {
  max-width: 400px;
  display: block;
  text-align: start;
  margin-bottom: 0.5rem;
}
.disabled {
  opacity: 0.4;
}
.small-input-group {
  display: flex;
  justify-content: center;
}
.small-input-group input:not(:last-child),
.small-input-group select:not(:last-child) {
  margin-right: 6px;
}
.small-input-group input,
.small-input-group select {
  max-width: 200px;
}
.vertical-text-align {
  display: flex;
  align-items: center;
}
.font-primary {
  color: #e15f60;
}
.white-font {
  color: #f4f7f1;
}
.black-font {
  color: #1f323b;
}
.red-font {
  color: #e15f60;
}
.grey-font {
  color: #444444;
}
.font-lg {
  font-size: 24px;
}
.font-md {
  font-size: 20px;
}
.font-sm {
  font-size: 16px;
}
.font-xs {
  font-size: 14px;
}
.bold {
  font-weight: bold;
}
.red-bg {
  background-color: #e15f60;
}
.white-bg {
  background-color: #f4f7f1;
}
#workplace-site-header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 80px;
  background-color: #f4f7f1;
  z-index: 501;
}
.header-left {
  padding-left: 20px;
}
.header-right {
  display: flex;
  align-items: center;
  padding-right: 36px;
}
.workplace-site-header-logo {
  margin-right: 20px;
}
.crema-logo-label {
  font-size: 12px;
}
.site-header-emblem-wrapper {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  text-align: center;
}
.context-switch-home {
  opacity: 0.3;
}
.context-switch-workplace {
  opacity: 1;
}
.active-route {
  color: #e15f60 !important;
}
.siteheader-nav {
  padding: 0 !important;
  margin-right: 2rem;
}
.siteheader-nav-left {
  border: none;
}
.siteheader-nav-left .nav-item:hover {
  color: #e15f60;
}
.siteheader-nav .nav-item.nav-item-menu {
  border-color: #e15f60;
  background-color: #f4f7f1;
}
.siteheader-nav .nav-item.nav-item-menu:hover {
  background-color: #f4f7f1;
  border-color: #dd4a4b;
}
.siteheader-nav .nav-item.nav-item-menu.show-popover {
  font-weight: 600;
  background-color: #f4f7f1;
  border-color: #d93435;
}
.right {
  min-width: 220px;
  border: none;
}
.profile-icon {
  position: relative;
  right: 36px;
}
.profile-icon svg {
  height: 32px;
  width: 32px;
}
.popover,
.popover-links-group {
  background-color: #f4f7f1;
}
.popover .login-link,
.popover-links-group .login-link {
  margin-top: 8px;
}
.popover-buttons {
  border-top: solid 1px #e15f60;
}
.popover.right:after {
  right: 28px;
  border-bottom-color: #e15f60;
}
.alert-notice {
  background-color: #1f323b;
}
.sms-svg {
  width: 55px;
  height: 55px;
}
.workplace-footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
  background-color: #e15f60;
  padding-top: 140px;
}
.workplace-footer span,
.workplace-footer a {
  color: #1f323b;
}
.workplace-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 60px solid #f4f7f1;
  border-right: 100vw solid #e15f60;
  width: 0;
}
.sitefooter-links {
  margin: 0;
}
.sitefooter-links-group1 {
  text-align: center;
}
.sitefooter-links-group2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.sitefooter-link-inline:hover {
  color: #f4f7f1;
}
.crema-logo-wrapper {
  text-align: center;
  color: #f4f7f1;
  margin-bottom: 40px;
  margin-left: 4rem;
  margin-right: 5rem;
}
.crema-logo-wrapper svg {
  display: block;
  margin: auto;
  width: 60px;
  height: 60px;
}
.sms-icon-wrapper {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem 40px auto;
}
.sms-icon {
  font-size: 26px;
  color: #e15f60;
}
.form-group label {
  font-family: 'Futura';
  color: #1f323b;
  font-size: 20px;
}
.create-edit-form {
  padding: 0;
}
.create-edit-form input[type=submit] {
  width: 230px;
  background-color: #e15f60;
}
.create-edit-form .form-group.focus {
  background-color: transparent;
}
.page-header {
  background-color: #e15f60;
}
.page-header .page-header-title {
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
}
#user-profile-form {
  background-color: #f4f7f1;
}
.form-sub-group select {
  border-radius: 30px;
}
.workplace-select {
  color: #1f323b;
  width: 250px;
  height: 3rem;
  background-color: #f4f7f1;
  border-radius: 20px;
  border-color: #e15f60;
  box-shadow: none;
}
.workplace-select:hover {
  border-color: #e15f60;
  box-shadow: none;
}
.popover {
  border-color: #e15f60;
}
.popover:before,
.popover:after {
  border-bottom-color: #e15f60;
}
a.popover-text-link {
  color: #1f323b;
  border-bottom-color: #e15f60;
  text-align: center;
}
a.popover-text-link:hover {
  background-color: #f4f7f1;
}
.add-edit-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.table {
  margin-top: 1rem;
  display: table;
}
.row {
  display: table-row;
}
.cell,
.head {
  display: table-cell;
  padding: 3px 10px;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-heading {
  background-color: #EEE;
  display: table-header-group;
}
.table-body {
  display: table-row-group;
}
.last-col {
  border-bottom: none;
  padding-left: 2px;
}
@media screen and (max-width: 1240px) {
  .siteheader-logo {
    display: none;
  }
  .siteheader-nav-left {
    border: none;
  }
  .siteheader-nav-left .nav-item {
    font-size: 13px;
    padding: 4px;
  }
}
@media screen and (max-width: 1240px) {
  .siteheader-nav-right .nav-item {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .popover {
    z-index: 1;
  }
  .popover.right {
    position: fixed;
    width: 100vw;
    border-top: solid 1px #e15f60;
  }
  .popover.right:after {
    height: 1px;
    top: -9px;
    left: 115px!important;
  }
  .popover.left:before,
  .popover.left:after {
    left: 35px!important;
  }
  .siteheader-nav-right {
    position: absolute;
    left: 80px;
  }
}
@media only screen and (max-width: 528px) {
  article {
    padding-bottom: 100px;
  }
  .content-container {
    padding-bottom: 660px;
  }
  .sitefooter-links-group1 {
    text-align: center;
    padding-left: 2.5rem;
  }
  .sitefooter-links-group2 {
    flex-direction: column;
    margin-top: 10px;
  }
  .sitefooter-links-group2 .crema-logo-wrapper {
    margin-left: 0;
    margin-right: 2rem;
  }
  .popover.right:after {
    left: 95px!important;
  }
}
@media only screen and (max-width: 768px) {
  .cell,
  .head {
    max-width: 150px;
  }
  .btn-fat {
    padding: 0;
    height: 3rem;
  }
}
@media only screen and (max-width: 528px) {
  .siteheader-nav-right {
    left: 60px;
  }
  .header-right {
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 414px) {
  h1 {
    text-align: left;
  }
  .align-center-except-mobile {
    text-align: left;
  }
  .font-lg {
    font-size: 20px;
  }
  .font-md {
    font-size: 16px;
  }
  .font-sm {
    font-size: 14px;
  }
  .font-xs {
    font-size: 12px;
  }
  .top-margin-lg {
    margin-top: 3rem;
  }
  .top-margin-md {
    margin-top: 2rem;
  }
  .top-margin-sm {
    margin-top: 1rem;
  }
  .top-margin-xs {
    margin-top: 0.7rem;
  }
  .cell,
  .head {
    max-width: 100px;
  }
}
main {
  padding-bottom: 0;
}
