.JoinSectionBanner {
  background: url(../images/home/bg-banner.jpg) no-repeat top center;
  background-size: 100% 500px;
}
.JoinSectionBanner .social a {
  border-radius: 50px;
  margin-bottom: 10px;
  border: 2px solid #ff9000;
  transition: background 0.3s linear;
  background: #ff9000 url(../images/common/ic_social.png) no-repeat -2px -1px;
  width: 40px;
  height: 40px;
  background-size: 160px 80px;
  display: inline-block;
}
.JoinSectionBanner .social a.ic_in {
  background-position: -2px -1px;
}
.JoinSectionBanner .social a.ic_inst {
  background-position: -81px -1px;
}
.JoinSectionBanner .social a.ic_tw {
  background-position: -42px -1px;
  padding: 5px;
}
.JoinSectionBanner .social a.ic_yt {
  background-position: -123px -2px;
  padding: 5px;
}
.JoinSectionBanner .social a:hover {
  background-color: transparent !important;
  filter: brightness(0) saturate(100%) invert(53%) sepia(51%) saturate(1067%) hue-rotate(358deg) brightness(104%) contrast(107%);
}

.call-for-training {
  background: url(../images/home/bg-banner.jpg) no-repeat top center;
  background-size: 100% 500px;
}

form input, form textarea {
  padding: 0 10px;
}
form input:focus, form input:active, form input:hover,
form textarea:focus, form textarea:active, form textarea:hover {
  border: 0;
  border-bottom: 1px solid #fff;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form .submit {
  background-color: #FF8300;
  clip-path: polygon(87% 0, 100% 60%, 100% 100%, 0 100%, 0 0);
}
form input[type=submit] {
  border: 0 !important;
  cursor: pointer;
  font-family: "Advent Pro", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 42px;
  padding: 0 95px 0 70px;
}
form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-appearance: none;
}
form input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
form input[type=date]::after {
  text-align: left;
  z-index: -111;
  content: "";
  cursor: pointer;
  display: inline-block;
  background: url(../images/common/icon_calender.png) no-repeat center center !important;
  background-size: cover !important;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media (width <= 48rem) {
  form input, form textarea {
    padding: 0 0;
  }
}
input[type=checkbox]:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  position: relative;
  background-color: transparent;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #fff;
}

input[type=checkbox]:checked:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0px;
  position: relative;
  background: url(../images/common/checkmark.png) no-repeat center center;
  background-size: cover;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #ff9000;
}

input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 3px;
  padding: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
}

input[type=checkbox]:focus, input[type=checkbox]:active, input[type=checkbox]:hover {
  border: 0 !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.dropdown {
  animation: zindex 0.3s 0s linear;
}
@keyframes zindex {
  0% {
    z-index: 1111111;
  }
  99% {
    z-index: 1111111;
  }
  100% {
    z-index: 1111111;
  }
}

.dropdown.active {
  z-index: 1111111;
  transition: all 0.3s linear;
}

.custom-select {
  z-index: 1111;
  position: relative;
  height: 100%;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.custom-select:after {
  transition: all 0.3s linear;
  position: absolute;
  left: auto;
  transform: rotate(135deg);
  right: 3px;
  top: 14px;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: 0;
  border: solid #fff;
  border-width: 1px 1px 0 0;
}
.custom-select.open::after {
  transform: rotate(-45deg);
  top: 19px;
}

.select-selected {
  width: 100%;
  color: white;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding-right: 10px !important;
  font-family: "Inconsolata", monospace;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #111;
}

.select-items {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
  z-index: 99;
  position: absolute;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
}

.select-items div {
  padding: 0 15px;
  height: 36px;
  color: #111;
  font-family: "Inconsolata", monospace;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 36px;
  font-weight: 400;
  transition: all 0.2s ease;
}

.select-items div:hover {
  background-color: #ff9000;
  color: #fff;
  transition: all 0.2s ease;
}

.custom-select.open .select-items {
  max-height: 500px;
  opacity: 1;
  transition: all 0.2s linear;
}

.callfortrainSubmit input {
  clip-path: polygon(87% 0, 100% 60%, 100% 100%, 0 100%, 0 0);
  background-color: #ff9000;
}

.input-wrapper input:not(:-moz-placeholder) + .error + .fake-placeholder {
  display: none;
}

.input-wrapper input:focus + .error + .fake-placeholder,
.input-wrapper input:not(:placeholder-shown) + .error + .fake-placeholder {
  display: none;
}

.input-wrapper input[type] + .error {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-family: "Inconsolata", monospace;
  letter-spacing: -0.5px;
  font-size: 0.9rem;
  line-height: 1;
  color: red;
  font-weight: 600;
}

#meetup_form label.error, #callfortraining label.error {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-family: "Inconsolata", monospace;
  letter-spacing: -0.5px;
  font-size: 0.9rem;
  line-height: 1;
  color: red;
  font-weight: 600;
}
@media (width <= 48rem) {
  #meetup_form label.error, #callfortraining label.error {
    font-size: 11px !important;
    bottom: -14px !important;
  }
}/*# sourceMappingURL=join.css.map */