
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Dosis");
body {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #EFD9D9;
  font-family: "Raleway", sans-serif;
}
body.modalOpen {
  overflow: hidden;
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.invisible {
  visibility: hidden;
}

input:focus, select:focus, button:focus, textarea:focus {
  outline: 1px solid #ED1B24;
  border-color: #ED1B24;
}

input[type=radio]:focus, input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 0 white;
  box-shadow: 0 0 0 0 white;
  outline: none;
}

textarea {
  resize: none;
}

.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}

.slick-prev {
  left: 30px !important;
}

.slick-next {
  right: 30px !important;
}

.slick-arrow {
  z-index: 1 !important;
}

.panel {
  background-color: white;
  border: 3px solid #EFD9D9;
}
.panel > .title {
  border-bottom: 2px solid #ED1B24;
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.panel > .title > h6, .panel > .title h5, .panel > .title h4, .panel > .title h3, .panel > .title h2, .panel > .title h1 {
  font-family: "Raleway", sans-serif;
  color: #ED1B24;
  margin: 18px 0;
  font-size: 18px;
}
.panel > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}
@media screen\9  {
  .panel > .body {
    width: 96%;
  }
}
@media screen\0  {
  .panel > .body {
    width: 96%;
  }
}

.defaultInput {
  padding: 15px 10px;
  color: #928C8C;
  background-color: white;
  outline-color: #ED1B24;
}

.defaultButton {
  border: none;
  padding: 10px 25px;
  background-color: #ED1B24;
  color: white;
  font-family: "Raleyway", sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.arrowRight {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid darkslategray;
}

/*# sourceMappingURL=css/common.css.map */
