  /* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.matador-terms-select select,
.matador-search-form input[type=text] {
  padding: 10px 15px;
  border-width: 1px;
  border-color: #7680a4;
  border-radius: 10px; }

.matador-search-form input[type=text] {
  padding: 9px 15px 8px; }

.matador-search-form {
  display: block; }
  .matador-search-form .matador-search-form-field-group {
    padding: 0; }

.matador-jobs-table th {
  border: none;
  text-transform: uppercase; }

.matador-jobs-table th,
.matador-jobs-table td,
.matador-jobs-table tbody > tr:nth-child(odd) > td,
.matador-jobs-table tbody > tr:nth-child(odd) > th,
.matador-jobs-table thead:first-child tr:first-child th,
.matador-jobs-table caption + thead tr:first-child td,
.matador-jobs-table caption + thead tr:first-child th,
.matador-jobs-table colgroup + thead tr:first-child td,
.matador-jobs-table colgroup + thead tr:first-child th,
.matador-jobs-table thead:first-child tr:first-child td,
.matador-jobs-table thead:first-child tr:first-child th {
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 20px 15px; }

.matador-jobs-table tbody tr:hover > td,
.matador-jobs-table tbody tr:hover > th {
  background-color: transparent; }

.matador-jobs-table td,
.matador-jobs-table tbody > tr:nth-child(odd) > td {
  border-bottom: 1px solid #7680a4; }

.matador-jobs-table .matador-job-title a,
.matador-jobs-table .matador-job-category a,
.matador-jobs-table .matador-job-location a,
.matador-jobs-table .matador-job-type a {
  color: #333; }

.matador-jobs-table .matador-job-category a,
.matador-jobs-table .matador-job-location a,
.matador-jobs-table .matador-job-type a {
  pointer-events: none; }

.matador-jobs-table .matador-job-title a:hover {
  color: #eb9004; }

.matador-jobs-table .matador-job-link i {
  font-size: 22px;
  color: #7680a4; }

.matador-jobs-table .matador-job-link a:hover i {
  color: #eb9004; }

.matador-pagination {
  text-align: center;
  padding: 20px 0; }
  .matador-pagination .page-numbers {
    font-size: 18;
    padding: 10px;
    color: #eb9004; }
    .matador-pagination .page-numbers.current {
      color: #333; }
    .matador-pagination .page-numbers.next, .matador-pagination .page-numbers.prev {
      background-color: #333; }
    .matador-pagination .page-numbers:hover.next, .matador-pagination .page-numbers:hover.prev {
      background-color: #eb9004; }

.matador-job-navigation .matador-button {
  background-color: transparent; }
  .matador-job-navigation .matador-button:focus {
    color: #eb9004; }
  .matador-job-navigation .matador-button:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px; }

.ÎÚÑ»´«Ã½-accordion {
  display: none; }

.page-id-2073 .ÎÚÑ»´«Ã½-accordion {
  display: none; }

.ÎÚÑ»´«Ã½-accordion-toggle i {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.ÎÚÑ»´«Ã½-accordion-toggle.open i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.matador-application .matador-field-privacy_policy_opt_in {
  margin-top: 2rem; }

.elementor-shortcode #dyt_nav > a {
  background-color: var(--e-global-color-secondary);
  color: white;
  border: none;
  margin: 0 5px; }
  .elementor-shortcode #dyt_nav > a:hover {
    background-color: var(--e-global-color-accent) !important; }

.elementor-shortcode #dyt_cal {
  border: none;
  padding: 0;
  margin: 0; }
  .elementor-shortcode #dyt_cal .dyt_day {
    width: 237px; }
    @media (max-width: 575px) {
      .elementor-shortcode #dyt_cal .dyt_day {
        width: 100%; }
        .elementor-shortcode #dyt_cal .dyt_day .dyt_row {
          text-align: center; } }
  .elementor-shortcode #dyt_cal .dyt_light {
    background-color: var(--e-global-color-accent) !important;
    color: white; }
  .elementor-shortcode #dyt_cal .dyt_dark {
    background-color: var(--e-global-color-primary) !important;
    color: white; }
  .elementor-shortcode #dyt_cal .dyt_dayname {
    color: white; }
  .elementor-shortcode #dyt_cal .dyt_delete,
  .elementor-shortcode #dyt_cal .dyt_add {
    padding: 8px;
    vertical-align: -1px;
    margin-left: 2px; }
  .elementor-shortcode #dyt_cal .dyt_add {
    background-color: #4caf50; }
  .elementor-shortcode #dyt_cal .dyt_delete {
    background-color: #f44336;
    padding-top: 9px; }
  .elementor-shortcode #dyt_cal .dyt_pop {
    text-align: left; }
    .elementor-shortcode #dyt_cal .dyt_pop input[type="button"] {
      color: white;
      background-color: var(--e-global-color-accent);
      text-transform: none;
      border: none;
      padding: 10px 18px;
      min-height: auto; }
      .elementor-shortcode #dyt_cal .dyt_pop input[type="button"]:hover {
        background-color: var(--e-global-color-secondary);
        color: white; }

.elementor-shortcode #dyt_sum {
  border: none;
  border-top: 4px solid var(--e-global-color-secondary);
  border-radius: 0;
  background-color: var(--e-global-color-32fdd47);
  margin: 10px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: none; }
  .elementor-shortcode #dyt_sum table td {
    color: black;
    padding: 0.5em; }
  .elementor-shortcode #dyt_sum #dyt_save {
    color: white;
    background-color: var(--e-global-color-primary);
    border: none; }
    .elementor-shortcode #dyt_sum #dyt_save:hover {
      background-color: var(--e-global-color-accent); }
  .elementor-shortcode #dyt_sum #dyt_send {
    color: white;
    border: none;
    background-color: var(--e-global-color-secondary); }
    .elementor-shortcode #dyt_sum #dyt_send:hover {
      background: var(--e-global-color-accent); }
  .elementor-shortcode #dyt_sum #dyt_print {
    display: none; }

#glang,
#bn_row {
  display: none; }

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white a, .white li {
  color: white !important; }

.white a {
  text-decoration: underline !important; }

ul {
  padding-bottom: 20px; /* Pushes the next element down */
}

/* Gravity Forms - Form Inputs */
/* Form Inputs - Default */
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield select, .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border-radius: 0px; }

/* Form Inputs - Class "round" */
.gform_wrapper .round .gform_body .gform_fields .gfield input:not([type='checkbox']), .gform_wrapper .round .gform_body .gform_fields .gfield select, .gform_wrapper .round .gform_body .gform_fields .gfield textarea {
  border-radius: 5px; }

/* Form Inputs - Class "round-10" */
.gform_wrapper .round-10 .gform_body .gform_fields .gfield input:not([type='checkbox']), .gform_wrapper .round-10 .gform_body .gform_fields .gfield select, .gform_wrapper .round-10 .gform_body .gform_fields .gfield textarea {
  border-radius: 10px; }

/* Form Inputs - Class "round-20" */
.gform_wrapper .round-20 .gform_body .gform_fields .gfield input:not([type='checkbox']), .gform_wrapper .round-20 .gform_body .gform_fields .gfield select, .gform_wrapper .round-20 .gform_body .gform_fields .gfield textarea {
  border-radius: 20px; }

body ul.elementor-nav-menu--dropdown a,
body ul.elementor-nav-menu--dropdown a:focus,
body ul.elementor-nav-menu--dropdown a:hover {
  border-left: 0; }

.elementor-cta__button {
  padding: 0 !important; }
