/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media (min-width: 576px) {
  .page-template-template_employment-opportunities .hero-alternate {
    padding: 70px 25px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .hero-alternate .banner-title {
    text-align: center;
  }
}
.page-template-template_employment-opportunities .main-content {
  background-color: #fff;
  padding: 50px 0;
}

@media screen and (min-width: 1200px) {
  .page-template-template_employment-opportunities .main-content {
    padding: 58px 0 7px;
  }
}
@media (max-width: 449px) {
  .page-template-template_employment-opportunities .main-content {
    padding-bottom: 0;
  }
}
.page-template-template_employment-opportunities .main-content .mc-content_container {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .main-content .mc-content_container {
    max-width: 464px;
    margin-top: 65px;
    margin-left: auto;
    margin-right: -25px;
  }
}
@media (min-width: 1400px) {
  .page-template-template_employment-opportunities .main-content .mc-content_container {
    margin-left: 136px;
  }
}
.page-template-template_employment-opportunities .join-trollinger-law {
  background: url("../images/bg-pattern.jpg");
  padding: 45px 0;
}

@media (min-width: 1600px) {
  .page-template-template_employment-opportunities .join-trollinger-law {
    background-size: 100%;
    background-position: center bottom;
  }
}
.page-template-template_employment-opportunities .join-trollinger-law-bg {
  background-repeat: no-repeat !important;
  background-position: -95px 0px !important;
  background-size: 200% !important;
}

@media screen and (min-width: 480px) {
  .page-template-template_employment-opportunities .join-trollinger-law-bg {
    background-size: 150% !important;
    background-position: top center !important;
  }
}
@media (min-width: 576px) {
  .page-template-template_employment-opportunities .join-trollinger-law-bg {
    background-size: 115% !important;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template_employment-opportunities .join-trollinger-law-bg {
    background-position: 68% 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .join-trollinger-law-bg {
    background-size: initial !important;
    background-position: 69% 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template_employment-opportunities .join-trollinger-law-bg {
    background-position: 60% 50% !important;
  }
}
@media (min-width: 1400px) {
  .page-template-template_employment-opportunities .join-trollinger-law-bg {
    background-position: center !important;
  }
}
@media (min-width: 1600px) {
  .page-template-template_employment-opportunities .join-trollinger-law-bg {
    background-position: center 49px !important;
  }
}
@media (max-width: 449px) {
  .page-template-template_employment-opportunities .join-trollinger-law-bg {
    background-position: 93% 0 !important;
  }
}
.page-template-template_employment-opportunities .join-trollinger-law_container {
  background-color: #f6f6f6;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 690px;
  padding: 40px 24px 50px 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 145px;
}

@media screen and (min-width: 480px) {
  .page-template-template_employment-opportunities .join-trollinger-law_container {
    margin-top: 130px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template_employment-opportunities .join-trollinger-law_container {
    padding: 40px 60px 50px 53px;
    margin-top: 230px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .join-trollinger-law_container {
    margin-top: 0px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template_employment-opportunities .join-trollinger-law_container {
    padding: 76px 53px 76px 43px;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .join-trollinger-law_container .title__border {
    width: 100%;
    max-width: 483px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .join-trollinger-law_container .title__border:after {
    line-height: 30px;
    margin-top: 5px;
  }
}
.page-template-template_employment-opportunities .benefits-section {
  background-color: #fff;
  padding: 50px 0 18px;
}

@media screen and (min-width: 768px) {
  .page-template-template_employment-opportunities .benefits-section {
    padding: 85px 0 18px;
  }
}
.page-template-template_employment-opportunities .benefits-section-item_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .page-template-template_employment-opportunities .benefits-section-item_container {
    margin-bottom: 40px;
  }
}
.page-template-template_employment-opportunities .benefits-section-item_title {
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  color: var(--color-primary);
  text-align: center;
}

.page-template-template_employment-opportunities .benefits-section_icon {
  margin-bottom: 31px;
}

@media screen and (min-width: 1440px) {
  .page-template-template_employment-opportunities .benefits-section .custom-col {
    flex: 0 0 auto;
    width: 20%;
  }
}
.page-template-template_employment-opportunities .open-positions-section {
  position: relative;
  padding: 0;
}

.page-template-template_employment-opportunities .open-positions-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 103px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.page-template-template_employment-opportunities .open-positions-section:after {
  content: "";
  position: absolute;
  background-image: url("../images/open-positions-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 717px;
  background-position: center;
  width: 100%;
  height: 717px;
  top: -20%;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section:after {
    background-size: cover;
    height: 100%;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .open-positions-section {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .page-template-template_employment-opportunities .open-positions-section {
    padding: 62px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .open-positions-section_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section_title {
    border: 1px solid #DCDCDC;
    border-bottom: unset;
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
  }
}
.page-template-template_employment-opportunities .open-positions-section_content-container {
  padding: 45px 46px 44px;
  width: 100%;
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .page-template-template_employment-opportunities .open-positions-section_content-container {
    border: 1px solid #DCDCDC;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .open-positions-section_content-container {
    padding: 45px 46px 44px 70px;
  }
}
@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section_content-container {
    padding: 0;
  }
}
.page-template-template_employment-opportunities .open-positions-section_content-container table {
  width: 100%;
  max-width: 951px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  color: #000;
}

.page-template-template_employment-opportunities .open-positions-section_content-container table th,
.page-template-template_employment-opportunities .open-positions-section_content-container table td {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  border: none;
  padding-left: 0;
  padding-right: 0;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .page-template-template_employment-opportunities .open-positions-section_content-container table th:not(:first-of-type),
.page-template-template_employment-opportunities .open-positions-section_content-container table td:not(:first-of-type) {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section_content-container table th,
.page-template-template_employment-opportunities .open-positions-section_content-container table td {
    text-align: center;
  }
}
.page-template-template_employment-opportunities .open-positions-section_content-container table tbody tr {
  border-bottom: 1px solid #DCDCDC;
}

.page-template-template_employment-opportunities .open-positions-section_content-container table tbody tr:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section_content-container table tbody tr:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section_content-container table tbody tr {
    border: 1px solid #DCDCDC;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section_content-container table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section_content-container table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 16px;
  }
}
.page-template-template_employment-opportunities .open-positions-section_content-container table td {
  font-weight: 500;
  padding: 15px 0 16px;
}

@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section_content-container table td {
    border-bottom: 1px solid #ddd;
    display: block;
    line-height: normal;
    padding: 15px 10px 16px;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section_content-container table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
  }
}
.page-template-template_employment-opportunities .open-positions-section_content-container table td button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-align: left;
}

.page-template-template_employment-opportunities .open-positions-section_content-container table td button.job-title-btn {
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.page-template-template_employment-opportunities .open-positions-section_content-container table td button.job-title-btn:is(:hover, :focus) {
  color: #C01327;
}

.page-template-template_employment-opportunities .open-positions-section_line {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 1px;
  background-color: var(--color-primary);
  margin-left: 18px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .page-template-template_employment-opportunities .open-positions-section_line {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section_line {
    margin: 30px auto;
  }
}
.page-template-template_employment-opportunities .open-positions-section_upload-txt {
  position: relative;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  color: var(--color-primary);
}

.page-template-template_employment-opportunities .open-positions-section_upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .page-template-template_employment-opportunities .open-positions-section_upload-container {
    display: flex;
    flex-direction: row;
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .page-template-template_employment-opportunities .open-positions-section_upload-container {
    border: 1px solid #DCDCDC;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    padding: 16px 0;
  }
}
.page-template-template_employment-opportunities .open-positions-section .btn {
  align-items: center;
}

@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .open-positions-section .btn {
    width: 240px;
  }
}
.page-template-template_employment-opportunities .open-positions-section .btn:after {
  margin-left: 13px;
  content: url("../images/icons/btn-upload.svg");
}

.page-template-template_employment-opportunities .openPositionsModal .gform_wrapper {
  background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  padding: 30px 15px;
}

@media screen and (min-width: 768px) {
  .page-template-template_employment-opportunities .openPositionsModal .gform_wrapper {
    padding: 40px 40px;
  }
}
.page-template-template_employment-opportunities .openPositionsModal .gform_wrapper .gform_heading {
  padding-bottom: 5px;
}

.page-template-template_employment-opportunities .openPositionsModal .gform_wrapper .gform_title,
.page-template-template_employment-opportunities .openPositionsModal .gform_wrapper .gform_description {
  color: #fff;
}

.page-template-template_employment-opportunities .openPositionsModal .gform_wrapper .gform_page_footer {
  padding-bottom: 0 !important;
}

.page-template-template_employment-opportunities .openPositionsModal form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template_employment-opportunities .openPositionsModal form .gform_body {
  border: 3px solid #C01327;
  padding: 20px 25px;
}

@media screen and (min-width: 768px) {
  .page-template-template_employment-opportunities .openPositionsModal form .gform_body {
    padding: 40px;
  }
}
.page-template-template_employment-opportunities .openPositionsModal form .ginput_container input {
  border: 2px solid #E1E1E1 !important;
  background: #E9E9E9 !important;
  height: 50px !important;
  color: var(--text-color) !important;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.page-template-template_employment-opportunities .openPositionsModal form .ginput_container textarea {
  border: 2px solid #E1E1E1 !important;
  background: #E9E9E9 !important;
  color: var(--text-color) !important;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.page-template-template_employment-opportunities .openPositionsModal form .ginput_container.ginput_container_fileupload input {
  background: none !important;
  border: none !important;
  color: #fff !important;
}

.page-template-template_employment-opportunities .openPositionsModal form .ginput_container.ginput_container_fileupload .gform_fileupload_rules {
  color: #fff;
  padding-top: 0;
  margin-top: 0;
}

.page-template-template_employment-opportunities .openPositionsModal form .gform-field-label {
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.page-template-template_employment-opportunities .openPositionsModal form .gform_footer {
  padding-bottom: 0 !important;
}

.page-template-template_employment-opportunities .client-testimonials-section {
  padding: 50px 0 0;
}

@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .client-testimonials-section {
    padding-top: 55.5px;
  }
}
@media (min-width: 1400px) {
  .page-template-template_employment-opportunities .client-testimonials-section {
    padding: 111px 0 75px 0;
  }
}
.page-template-template_employment-opportunities .client-testimonials-section .container {
  padding-top: 25px;
  padding-bottom: 62px;
  border-bottom: 1px solid #A9A9A9;
}

.page-template-template_employment-opportunities .legal-services-component {
  padding-top: 50px;
}

@media screen and (min-width: 1400px) {
  .page-template-template_employment-opportunities .legal-services-component {
    padding-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .legal-services-component .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-template_employment-opportunities .equal-opportunity-employer {
  position: relative;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer {
    padding-bottom: 143px;
  }
}
@media (max-width: 1199px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer {
    background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
  }
}
.page-template-template_employment-opportunities .equal-opportunity-employer:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 390px;
  background-image: url("../images/equal-opportunity-employer-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 390px;
  background-position: bottom;
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer:before {
    height: 420px;
    background-size: 100% 420px;
  }
}
@media (max-width: 1199px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer:before {
    background-size: cover;
    height: 630px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer:before {
    height: 530px;
  }
}
@media (max-width: 449px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer:before {
    height: 330px;
  }
}
.page-template-template_employment-opportunities .equal-opportunity-employer .equal-opportunity-employer-bg {
  position: relative;
}

.page-template-template_employment-opportunities .equal-opportunity-employer .equal-opportunity-employer-bg:after {
  content: none;
}

@media screen and (min-width: 1200px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer .equal-opportunity-employer-bg:after {
    content: "";
    position: absolute;
    background: linear-gradient(143deg, #002159 13.63%, #00102E 96.26%);
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
  }
}
.page-template-template_employment-opportunities .equal-opportunity-employer-img_container {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 769px) and (max-width: 1199px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer-img_container {
    box-shadow: unset;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer-img_container img {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  }
}
.page-template-template_employment-opportunities .equal-opportunity-employer_content-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 450px;
  padding: 68px 0;
}

@media (min-width: 1400px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer_content-container {
    margin-left: 120px;
  }
}
@media (max-width: 1199px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer_content-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer_content-container {
    padding: 55px 0 30px;
  }
}
@media (max-width: 449px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer_content-container {
    padding: 55px 0;
  }
}
.page-template-template_employment-opportunities .equal-opportunity-employer_content-container .title__border:after {
  content: url("../images/icons/border-bottom-alt.svg");
}

@media screen and (min-width: 992px) {
  .page-template-template_employment-opportunities .equal-opportunity-employer_content-container .title__border:after {
    line-height: 30px;
    margin-top: 10px;
  }
}
.page-template-template_employment-opportunities .equal-opportunity-employer_content-container .content * {
  color: #fff;
}

/*# sourceMappingURL=template_employment-opportunities.css.map*/