/* Variables */
.page-id-35 .values h3 {
  font-size: 25px;
  line-height: 35px;
  font-family: "Muli", sans-serif;
  font-weight: 700; }
@media (min-width: 768px) and (max-width: 1024px) {
  .page-id-35 .about-careers .wp-block-image {
    padding: 50px 50px 0; } }
@media (max-width: 767px) {
  .page-id-35 .about-careers .wp-block-button {
    padding-top: 15px;
    text-align: center; } }

.team-filter {
  text-align: center; }
  .team-filter .select2-container .select2-selection--single {
    background-color: #fff;
    border: solid 1px #EAEAEA;
    border-radius: 0;
    color: #211D70;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    margin-left: 15px;
    padding: 10px 15px;
    text-align: left;
    width: 100%; }
    .team-filter .select2-container .select2-selection--single::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #211D70; }
    .team-filter .select2-container .select2-selection--single::-moz-placeholder {
      /* Firefox 19+ */
      color: #211D70; }
    .team-filter .select2-container .select2-selection--single:-ms-input-placeholder {
      /* IE 10+ */
      color: #211D70; }
    .team-filter .select2-container .select2-selection--single:-moz-placeholder {
      /* Firefox 18- */
      color: #211D70; }
  .team-filter .select2-container .select2-selection--single {
    height: 43px; }
    .team-filter .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: inherit;
      padding: 0; }
    .team-filter .select2-container .select2-selection--single .select2-selection__arrow {
      bottom: 0;
      height: auto;
      right: -17px;
      top: 0; }
      .team-filter .select2-container .select2-selection--single .select2-selection__arrow b {
        border: none;
        height: 22px;
        left: 0;
        margin-top: -10px;
        width: 100%; }
        .team-filter .select2-container .select2-selection--single .select2-selection__arrow b:before {
          content: "\f078";
          font-family: 'Font Awesome 5 Free';
          font-size: 16px;
          font-weight: normal;
          line-height: 1; }

.team-groups {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
  padding-top: 60px;
  position: relative; }
  .team-groups:after {
    clear: both;
    content: "";
    display: block; }
  .team-groups .team-member {
    float: left;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    flex: 0 0 25%; }
    .team-groups .team-member .team-member-inner {
      display: block;
      text-align: center;
      transition: all 0.3s; }
      .team-groups .team-member .team-member-inner h3 {
        font-size: 25px;
        line-height: 35px;
        color: #211D70;
        font-family: "Muli", sans-serif;
        font-weight: 700;
        margin: 20px 0 0; }
      .team-groups .team-member .team-member-inner p {
        font-weight: 500;
        margin-top: 10px; }
      .team-groups .team-member .team-member-inner a {
        background: none;
        border-bottom: solid 3px #1DE1FA;
        border-radius: 0;
        color: #211D70;
        display: inline-block;
        font-family: 'Palanquin Dark';
        font-weight: bold;
        line-height: 20px;
        padding: 0 30px 5px 0;
        position: relative; }
        .team-groups .team-member .team-member-inner a:after {
          background-image: url("/wp-content/themes/duxdigital/images/arrow-dark.png");
          background-size: 18px 15px;
          background-position: right center;
          background-repeat: no-repeat;
          content: " ";
          display: inline-block;
          height: 20px;
          position: absolute;
          right: 0;
          top: 0;
          transition: all 0.3s;
          transform: translateX(0);
          width: 18px; }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            .team-groups .team-member .team-member-inner a:after {
              background-image: url("/wp-content/themes/duxdigital/images/arrow-dark@2x.png"); } }
        .team-groups .team-member .team-member-inner a:hover {
          color: #211D70;
          opacity: 1; }
          .team-groups .team-member .team-member-inner a:hover:after {
            transform: translateX(5px); }
  @media (max-width: 1039px) {
    .team-groups {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 899px) {
    .team-groups .team-member {
      width: 50%;
      flex-basis: 50%; } }
  @media (max-width: 499px) {
    .team-groups .team-member {
      width: 100%;
      flex-basis: 100%; } }

#team-member-overlay {
  background: #fff;
  display: none;
  max-height: 90vh;
  max-width: 960px;
  overflow: auto;
  position: fixed;
  top: 5vh;
  left: 0;
  width: 100%;
  z-index: 222222; }
  #team-member-overlay .close {
    background: #0073C3;
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 22; }
    #team-member-overlay .close:before, #team-member-overlay .close:after {
      background: #fff;
      content: "";
      display: block;
      height: 3px;
      position: absolute;
      right: 11px;
      top: 27px;
      transform: rotate(225deg);
      width: 35px; }
    #team-member-overlay .close:after {
      transform: rotate(-45deg); }
  @media (min-width: 960px) {
    #team-member-overlay {
      left: 50%;
      transform: translateX(-50%); } }
  #team-member-overlay .entry-content.team-member {
    padding: 0; }
    #team-member-overlay .entry-content.team-member .hentry-wrapper {
      margin: 0;
      width: 100%; }
      #team-member-overlay .entry-content.team-member .hentry-wrapper #team-member-top {
        padding: 0; }
        #team-member-overlay .entry-content.team-member .hentry-wrapper #team-member-top.kt-has-1-columns {
          padding: 50px 50px 0; }
      #team-member-overlay .entry-content.team-member .hentry-wrapper #team-member-bottom {
        padding: 50px; }
      #team-member-overlay .entry-content.team-member .hentry-wrapper ul:not(.lSPager):not(.gform_fields) {
        list-style: outside disc;
        margin: 0 0 1.5em 1.25em; }
        #team-member-overlay .entry-content.team-member .hentry-wrapper ul:not(.lSPager):not(.gform_fields) li {
          font-size: 17px;
          line-height: 27px;
          font-weight: 400;
          list-style: outside disc;
          margin: 10px 0;
          padding-left: 10px; }
          #team-member-overlay .entry-content.team-member .hentry-wrapper ul:not(.lSPager):not(.gform_fields) li:before {
            display: none; }

.team-member-content #team-member-top .inner-column-2 .kt-inside-inner-col {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px; }
.team-member-content #team-member-top .linkedin {
  background: #211D70;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 30px 0 50px;
  text-align: center;
  width: 32px; }
.team-member-content #team-member-top .intro {
  font-size: 25px;
  line-height: 35px; }
.team-member-content .content-block {
  margin-bottom: 80px; }

/*# sourceMappingURL=about.css.map */
