/*Add font ================================*/
.contact {
  padding-bottom: 30px;
}

#contact_content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin: 0 -15px;
}
#contact_content .title_more {
  font: 300 14px/150% Montserrat-Regular, sans-serif;
  color: #525252;
  display: block;
}
#contact_content .contact_right {
  background: #fafafa;
  padding: 20px 15px;
}
@media (min-width: 992px) {
  #contact_content .contact_left {
    padding-right: 20px;
  }
  #contact_content .contact_right {
    background: #fafafa;
    padding: 20px 30px;
  }
}

#contact_form {
  width: 100%;
  float: left;
  padding: 15px 0;
}
#contact_form .form-group {
  margin-bottom: 7.5px;
}
#contact_form input, #contact_form textarea {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 10px 15px;
}
#contact_form input:focus, #contact_form textarea:focus {
  outline: 0;
  box-shadow: none;
}
#contact_form .btn-contact {
  font: 600 18px/150% "Muli", sans-serif;
  color: #fff;
  background: #007ce4;
  padding: 7px 20px;
  margin-top: 10px;
}

#contact_form .form_note {
  padding-bottom: 7px;
}
#contact_form .form_note span {
  font: 300 14px/150% Montserrat-Regular, sans-serif;
  color: #787878;
}

#contact_form label.error {
  float: none;
  display: block;
  width: 100%;
  text-align: right;
}

#contact_info {
  width: 100%;
  float: left;
  padding: 15px 0;
}

#contact_info .contact_info {
  padding-bottom: 5px;
}

#contact_info .contact_info p {
  font: 400 14px/150% Montserrat-Regular, sans-serif;
  color: #1c1c1c;
  margin: 0px;
  padding: 5px 0px;
}

#contact_map {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding-top: 90%;
  position: relative;
}

#map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map_canvas a {
  background: none;
}

@media (min-width: 1200px) {
  #container .row_c_m {
    padding: 24px 0;
  }
}
#container .row_c_m #ims-column_left {
  order: -1;
  width: 100%;
}
@media (min-width: 1200px) {
  #container .row_c_m #ims-column_left {
    width: 221px;
  }
}
@media (min-width: 1570px) {
  #container .row_c_m #ims-column_left .category .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #container .row_c_m #ims-column_left .category .container .wrap {
    border: 1px solid #ebebeb;
  }
}
#container .row_c_m #ims-content {
  padding-bottom: 48px;
  width: 100%;
  padding-left: 0;
}
@media (min-width: 768px) {
  #container .row_c_m #ims-content {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  #container .row_c_m #ims-content {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  #container .row_c_m #ims-content {
    padding-bottom: 96px;
    width: calc(100% - 221px);
    padding-left: 18%;
    padding-right: 10%;
  }
}
@media (min-width: 1600px) {
  #container .row_c_m #ims-content {
    padding-bottom: 128px;
  }
}
@media (min-width: 992px) {
  #container .row_c_m #ims-content .container {
    padding: 0;
  }
}
#container .row_c_m #ims-content .container h1.title {
  font-family: Montserrat-Bold;
  letter-spacing: -0.2px;
  font-size: 28px;
  line-height: 36px;
  padding-top: 24px;
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  #container .row_c_m #ims-content .container h1.title {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  #container .row_c_m #ims-content .container h1.title {
    font-size: 32px;
    line-height: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  #container .row_c_m #ims-content .container h1.title {
    padding-top: 48px;
  }
}
@media (min-width: 1600px) {
  #container .row_c_m #ims-content .container h1.title {
    letter-spacing: -0.5px;
    font-size: 40px;
    line-height: 52px;
    padding-top: 64px;
  }
}
#container .row_c_m #ims-content .container .content {
  font-size: 16px;
  font-family: Montserrat-Light;
}
#container .row_c_m #ims-content .container .content p strong {
  font-family: Montserrat-Bold;
  font-weight: normal;
}
#container .row_c_m #ims-content .container .content p a {
  color: #0073ce;
  text-decoration: underline;
}
#container .row_c_m #ims-content .container .content ul:not(.list_none) {
  list-style: none;
  padding-left: 16px;
}
#container .row_c_m #ims-content .container .content ul:not(.list_none) li {
  padding-left: 20px;
  position: relative;
  line-height: 26px;
}
#container .row_c_m #ims-content .container .content ul:not(.list_none) li:not(:last-child) {
  margin-bottom: 15px;
}
#container .row_c_m #ims-content .container .content ul:not(.list_none) li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.form_contact {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .form_contact {
    padding: 64px 0;
  }
}
@media (min-width: 992px) {
  .form_contact {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .form_contact {
    padding: 96px 0;
  }
}
@media (min-width: 1600px) {
  .form_contact {
    padding: 128px 0;
  }
}
.form_contact h3.title {
  text-align: center;
  margin-bottom: 25px;
}
.form_contact .short_title {
  font-size: 16px;
  text-align: center;
  max-width: 500px;
  margin: auto;
  margin-bottom: 40px;
}
.form_contact .form_content {
  max-width: 530px;
  margin: auto;
}
.form_contact .form_content .form-group {
  padding-bottom: 22px;
  position: relative;
}
.form_contact .form_content .form-group > label.error {
  top: calc(100% - 23px);
}
.form_contact .form_content label {
  font-family: Montserrat-Medium;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  text-align: left;
  display: block;
}
.form_contact .form_content label.error {
  position: absolute;
  font-size: 14px;
  left: 0;
  top: 100%;
  font-family: Montserrat-Light;
}
.form_contact .form_content input, .form_contact .form_content select, .form_contact .form_content textarea {
  width: 100%;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ccc;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  border-radius: 4px;
  height: 48px;
  padding: 0 8px;
  font-family: Montserrat-Light;
}
@media (min-width: 768px) {
  .form_contact .form_content input, .form_contact .form_content select, .form_contact .form_content textarea {
    padding: 0 16px;
  }
}
.form_contact .form_content input.error, .form_contact .form_content select.error, .form_contact .form_content textarea.error {
  border-color: #e22d00;
}
.form_contact .form_content input:focus, .form_contact .form_content select:focus, .form_contact .form_content textarea:focus {
  box-shadow: none;
  border-color: #252525;
}
.form_contact .form_content textarea {
  height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.form_contact .form_content .select {
  position: relative;
}
.form_contact .form_content .select:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.form_contact .form_content .select select {
  appearance: none;
  cursor: pointer;
}
.form_contact .form_content .get_notifications {
  position: relative;
  padding-bottom: 16px;
}
.form_contact .form_content .get_notifications input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.form_contact .form_content .get_notifications input:checked ~ label:before {
  background: #e22d00;
  border-color: #e22d00;
}
.form_contact .form_content .get_notifications input:checked ~ label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #FFF;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.form_contact .form_content .get_notifications label {
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  display: inline-block;
  padding-left: 32px;
  position: relative;
  font-family: Montserrat-Light;
}
.form_contact .form_content .get_notifications label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #616161;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form_contact .form_content .submit {
  text-align: center;
  padding-bottom: 0;
}
.form_contact .form_content .submit button {
  font-family: Montserrat-Medium;
  display: inline-block;
  border-radius: 5px;
  background: #e22d00;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 232px;
}
.form_contact .form_content .submit button:hover {
  background: #a81910;
}
.form_contact .form_content .form_note {
  font-size: 16px;
  padding: 0 15px 8px;
  font-family: Montserrat-Light;
}
.form_contact .form_content .form_mailing_list_note {
  padding: 0 15px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .form_contact .form_content .form_mailing_list_note {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .form_contact .form_content .form_mailing_list_note {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .form_contact .form_content .form_mailing_list_note {
    padding-bottom: 48px;
  }
}
@media (min-width: 1600px) {
  .form_contact .form_content .form_mailing_list_note {
    padding-bottom: 64px;
  }
}
.form_contact .form_content .privacy_term li {
  padding-bottom: 8px;
  text-align: center;
}
.form_contact .form_content .privacy_term li a {
  font-family: Montserrat-Light;
  font-size: 16px;
  color: #e22d00;
}
.form_contact .form_content .privacy_term.contact {
  padding-bottom: 50px !important;
}
.form_contact .form_content .privacy_term.contact li {
  text-align: left;
}
.form_contact .form_content .privacy_term.contact li a {
  color: #252525;
  text-decoration: underline;
}
.form_contact .select_communications {
  padding: 0 15px 26px;
}
.form_contact .select_communications h3.select_communications_title {
  text-align: center;
  margin-bottom: 52px;
}
@media (min-width: 992px) {
  .form_contact .select_communications .list_item {
    margin: 0 -97px;
  }
}
.form_contact .select_communications .list_item .item {
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .form_contact .select_communications .list_item .item {
    margin-bottom: 32px;
  }
}
.form_contact .select_communications .list_item .item .picture {
  width: 116px;
}
@media (min-width: 992px) {
  .form_contact .select_communications .list_item .item .picture {
    width: 178px;
  }
}
.form_contact .select_communications .list_item .item .picture img {
  width: 100%;
}
.form_contact .select_communications .list_item .item .info {
  width: calc(100% - 116px);
  padding: 5px 16px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .form_contact .select_communications .list_item .item .info {
    padding: 5px 32px;
    width: calc(100% - 178px - 134px);
  }
}
.form_contact .select_communications .list_item .item .info h5.title {
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .form_contact .select_communications .list_item .item .info h5.title {
    font-size: 16px;
  }
}
.form_contact .select_communications .list_item .item .info .short {
  font-size: 16px;
  font-family: Montserrat-Light;
}
@media (max-width: 768px) {
  .form_contact .select_communications .list_item .item .info .short {
    font-size: 14px;
  }
}
.form_contact .select_communications .list_item .item .input {
  width: 100%;
  height: 56px;
}
@media (min-width: 992px) {
  .form_contact .select_communications .list_item .item .input {
    width: 134px;
    height: auto;
  }
}
.form_contact .select_communications .list_item .item .input input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.form_contact .select_communications .list_item .item .input input:checked ~ label {
  background: #e4efe9;
}
.form_contact .select_communications .list_item .item .input input:checked ~ label p.bt {
  background: #25503b;
  border-color: #25503b;
  position: relative;
}
.form_contact .select_communications .list_item .item .input input:checked ~ label p.bt:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 15px;
}
.form_contact .select_communications .list_item .item .input input:checked ~ label p.input_title {
  color: #25503b;
}
.form_contact .select_communications .list_item .item .input label {
  height: 100%;
  margin-bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #ebebeb;
  cursor: pointer;
}
@media (min-width: 992px) {
  .form_contact .select_communications .list_item .item .input label {
    flex-direction: column;
  }
}
.form_contact .select_communications .list_item .item .input label:hover {
  background: #e4efe9;
}
.form_contact .select_communications .list_item .item .input label:hover p.input_title {
  color: #25503b;
}
.form_contact .select_communications .list_item .item .input label:focus {
  box-shadow: inset 0 0 4px #007e94;
}
.form_contact .select_communications .list_item .item .input label p.bt {
  width: 18px !important;
  height: 18px;
  border: 2px solid #464646;
  border-radius: 3px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .form_contact .select_communications .list_item .item .input label p.bt {
    margin-bottom: 2px;
    margin-right: 0;
  }
}
.form_contact .select_communications .list_item .item .input label p.input_title {
  font-size: 16px;
  font-family: Montserrat-Medium;
}
/*# sourceMappingURL=contact.css.map */