#tjl_contact_wrapper {
  width: 100%;
  max-width: 1380px;
  padding: 0 30px;
  margin: 0 auto;
}
#tjl_contact_wrapper h1 {
  margin: 0;
  padding: 140px 0 20px 0;
  padding-top: 60px;
  color: #333333;
  font-size: 58px;
  line-height: 100%;
  width: 70%;
}
#tjl_contact_wrapper h1 span {
  display: block;
  text-transform: uppercase;
  color: #fa771a;
  padding: 0 0 20px 0;
  font-size: 16px;
  line-height: 11px;
}
#tjl_contact_intro p {
  font-size: 30px;
  line-height: 130%;
  padding: 0 0 20px 0;
  margin: 0;
  max-width: 800px;
}
#tjl_contact_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tjl_contact_col {
  width: 48%;
  padding: 0 0 30px 0;
  float: left;
}
.tjl_contact_col_border_grey:first-of-type {
  float: left;
  border: 0;
  padding-top: 0;
} 
.tjl_contact_col_email {
  float: right;
} 
.tjl_contact_col_border {
  border-top: 2px solid #fa771a;
  padding: 20px 0 40px 0;
}
.tjl_contact_col_border_grey {
  border-color: #dedede;
}
.tjl_contact_col h2 {
  display: flex;
  padding: 0;
  margin: 0 0 20px 0;
  color: #333333;
  min-height: 57px;
}
.tjl_contact_col h2 span:last-child {
  line-height: 1.2;
  font-size: 20px;
}
.tjl_contact_col h2 span:first-child {
  width: 55px;
  font-weight: 700;
}
.tjl_contact_col h2 span:first-child img {
  width: 73%;
}
.tjl_contact_col.tjl_contact_col_email h2 span:first-child {
  width:  65px !important; 
}
.tjl_contact_col.tjl_contact_col_email h2 img {
  /* margin: 0 0 0 20px; */
  width: 60% !important;
}
.tjl_contact_col h2 span a {
  font-weight: 400;
  text-decoration: none;
  display: block;
  font-size: 18px;
}
.tjl_contact_col h2 span a:hover {
  text-decoration: underline;
}
/* .tjl_contact_col h2 img {
  margin: 0 0 0 20px; 
} */
.tjl_contact_col_email h2 img {
  margin: 10px 0 0 10px;
}
.tjl_contact_col p {
  margin: 0;
  padding: 0 0 25px 0;
}
.tjl_contact_col p img {
  width: 100%;
  height: auto;
}
.tjl_contact_col .tjl_contact_smallprint {
  font-size: 18px;
  line-height: 25px;
  padding: 15px 0 50px 0;
}
.tjl_contact_col h3 {
  color: #333333;
  font-size: 34px;
  line-height: 120%;
  margin: 0;
  padding: 0 0 35px 0;
  font-weight: 700;
  max-width: 520px;
}
.tjl_contact_col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.tjl_contact_col ul li {
  margin: 0;
  padding: 0 0 20px 0;
}
.tjl_contact_col ul li label {
  display: block;
  font-weight: 700;
  padding: 0 0 3px 0;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 18px;
}
.tjl_contact_col ul li .text {
  display: block;
  background: #f1f1f1;
  padding: 10px 5px;
  border: none;
  width: 100%;
}
#contact-submit {
  background: #fa771a;
  border: none;
  padding: 18px 40px;
  margin: 20px 0 0 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
#contact-submit:hover {
  background: #475ef7;
}
.tjl_contact_col article {
  display: block;
  border-top: 2px solid #dedede;
  padding: 20px 0;
  width: 100%;
  float: left;
}
/* .tjl_contact_col article:first-of-type {
  padding-top: 0;
} */
.tjl_contact_col article ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tjl_contact_col article ul li {
  display: block;
  width: 48%;
  font-size: 18px;
  line-height: 25px;
  padding: 0 0 5px 0;
}
.tjl_contact_col article ul li strong {
  display: block;
  color: #333333;
}
.tjl_contact_col article ul li a {
  font-weight: 700;
  color: #333333;
}
.tjl_contact_col article ul li span,
.tjl_contact_col article ul li span a {
  color: #333;
}
@media all and (min-width: 0) and (max-width: 1400px) {
  #tjl_contact_wrapper h1 {
    padding-top: 40px;
  }
}
@media all and (min-width: 0) and (max-width: 900px) {
  .tjl_contact_col {
    width: 100%;
    padding: 20px 0 40px 0;
  }
  
    .tjl_contact_col h2 span:first-child {
        width: 55px !important;
    }
  .tjl_contact_col h2 {
    font-size: 18px;
        margin: 0 0 15px 0;
  }
  .tjl_contact_col article {
    padding: 20px 0 15px 0;
}
  .tjl_contact_col article:last-of-type {
    padding-bottom: 0;
}
.tjl_contact_col.tjl_contact_col_email h2 span:first-child {
    width: 55px !important;
}
.tjl_contact_col.tjl_contact_col_email h2 img {
    /* margin: 0 0 0 20px; */
    width: 65% !important;
}

}
@media all and (min-width: 0) and (max-width: 670px) {
  #tjl_contact_wrapper h1 {
    font-size: 36px;
    width: 100%;
  }
  #tjl_contact_intro p {
    font-size: 18px;
  }
  .tjl_contact_col h3 {
    font-size: 28px;
  }
  .tjl_contact_col p {
    padding: 0;
  }
  .tjl_contact_col .tjl_contact_smallprint {
    padding-bottom: 20px;
  }
}
@media all and (min-width: 0) and (max-width: 600px) {
  .tjl_contact_col article ul li {
    width: 100%;
  }
  .tjl_contact_col h2 {
    font-size: 18px;
  }
  .tjl_contact_col h2 span:first-child {
    width: 65px;
  }
  .tjl_contact_col h2 img {
    width: 40px !important;
    margin-left: 0 !important;
  }
}
@media all and (min-width: 0) and (max-width: 400px) {
  .tjl_contact_col h2 {
    font-size: 20px;
  }
}
