
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:400,700);
.contact-form-cf .box {
  position: fixed;
  z-index: 999;
  width: 56px;
  height: 56px;
  right: 20px;
  bottom: 20px;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  text-align: left;
}

.contact-form-cf .box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form-cf .box *::after,
.contact-form-cf .box *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form-cf .button {
  position: relative;
  border: none;
  width: 56px;
  height: 56px;
  cursor: pointer;
  outline: 0 !important;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14),
    0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
}

.contact-form-cf .button span {
  position: absolute;
  width: 56px;
  height: 56px;
  display: block;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact-form-cf .button i {
  line-height: 56px;
}

.contact-form-cf .button i:not(.material-icons) {
  font-size: 18px;
}

.contact-form-cf .icon {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.contact-form-cf .box.showing .m-cf-icon-default {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.contact-form-cf .box.showing .icon {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-form-cf .panel {
  font-family: Nunito Sans;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  display: none;
  position: absolute;
  padding: 20px;
  width: 300px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14),
    0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.contact-form-cf .panel p {
  color: #000;
}

.contact-form-cf .right-button .panel {
  bottom: 70px;
  right: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.contact-form-cf .box.showing-state .panel {
  display: block;
}

.contact-form-cf .box.showing-state.showing .panel {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-form-cf .title {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-family: Nunito Sans;
  margin-bottom: 15px;
}

.contact-form-cf div.element {
  padding-top: 8px;
}

.contact-form-cf .element,
.contact-form-cf .form-button {
  display: block;
  width: 100%;
  height: 42px;
  background-color: #f9fafa;
  border: solid 2px #d4d9dd;
  border-radius: 3px;
  outline: 0;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: inherit;
}

.error {
  border: solid 4px #cb2323 !important;
}

.contact-form-cf input.element:focus,
.contact-form-cf textarea.element:focus {
  background-color: #fff;
  border-color: #8c9aa6;
}

.contact-form-cf .element:hover {
  border-color: #8c9aa6;
}

.contact-form-cf textarea.element {
  min-height: 80px;
  resize: none;
}

.contact-form-cf .form-button {
  color: #333;
  font-weight: 700;
  border-color: transparent !important;
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
}

.contact-form-cf .form-button:hover {
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.contact-form-cf .element:last-child {
  margin-bottom: 0;
}

.contact-form-cf .m-message-box {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.contact-form-cf .color {
  background-color: #442e65;
  color: #fff !important;
}

.contact-form-cf .onclick {
  background-color: #875fc4;
  color: #fff !important;
}

.contact-form-cf .cfpromo {
  text-align: center;
  font-size: 6px;
  margin-top: 0;
  padding: 0;
}