/*********************
COLORS
*********************/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  word-break: break-word;
  word-wrap: break-word;
  -ms-hyphens: none;
  hyphens: none;
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/*********************
Breakpoints
*********************/
.btn, .btn-blue-bright, .btn-green {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  background-color: #091f40;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid #091f40;
  border-radius: 30px;
  padding: 6px 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1800px) {
  .btn, .btn-blue-bright, .btn-green {
    font-size: 16px;
  }
}
.btn:hover, .btn-blue-bright:hover, .btn-green:hover, .btn:focus, .btn-blue-bright:focus, .btn-green:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #24426f;
  border-color: #24426f;
}
.btn:active, .btn-blue-bright:active, .btn-green:active {
  top: 1px;
}
.btn:visited, .btn-blue-bright:visited, .btn-green:visited {
  color: #fff;
}
[href*=tel].btn i, [href*=tel].btn-blue-bright i, [href*=tel].btn-green i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn-green {
  background-color: #95c93d;
  border-color: #95c93d;
}
.btn-green:hover, .btn-green:focus {
  background-color: #6aa00c;
  border-color: #6aa00c;
}

.btn-blue-bright {
  background-color: #56bcd9;
  border-color: #56bcd9;
}
.btn-blue-bright:hover, .btn-blue-bright:focus {
  background-color: #24426f;
  border-color: #24426f;
}

.btn.btn-lg {
  font-size: 18px;
  padding: 10px 30px;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #091f40;
  border-color: #091f40 transparent #091f40 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#contact-form-block .contact-form {
  padding: 24px 0;
}
@media (min-width: 768px) {
  #contact-form-block .contact-form {
    padding: 32px 0;
  }
}
@media (min-width: 1024px) {
  #contact-form-block .contact-form {
    padding: 64px 0;
  }
}
#contact-form-block .contact-form.no-content .contact-form__form-container {
  max-width: 100%;
  width: 100%;
}
#contact-form-block .contact-form.bg-dark .form-general {
  background: #334860;
  padding: 16px;
  max-width: 524px;
}
#contact-form-block .contact-form.bg-dark .title,
#contact-form-block .contact-form.bg-dark .h1,
#contact-form-block .contact-form.bg-dark .subtitle {
  color: white;
}
#contact-form-block .contact-form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #contact-form-block .contact-form__grid > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
#contact-form-block .contact-form__container {
  max-width: 430px;
}
@media (min-width: 768px) {
  #contact-form-block .contact-form__container {
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  #contact-form-block .contact-form__container {
    margin-right: 80px;
  }
}
#contact-form-block .contact-form__form-container {
  max-width: 415px;
}
#contact-form-block .contact-form__form-container .form-general {
  margin-top: 0;
  margin-bottom: 0;
}
#contact-form-block .contact-form__form-container .form-general .title {
  text-align: left;
}
@media (min-width: 1024px) {
  #contact-form-block .contact-form__form-container .form-general .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  #contact-form-block .contact-form form#contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #contact-form-block .contact-form .form-row:nth-child(2),
  #contact-form-block .contact-form .form-row:nth-child(3),
  #contact-form-block .contact-form .form-row:nth-child(4),
  #contact-form-block .contact-form .form-row:nth-child(5) {
    position: relative;
    width: calc(50% - 5px) !important;
    margin-bottom: 10px;
  }
}
#contact-form-block .contact-form .form-row textarea {
  max-height: 100px;
}
/*# sourceMappingURL=contact-form.css.map */
