article {
  overflow: hidden;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  margin-top: 0;
}

.locations-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
}

#tidio-chat {
  display: none;
}

article h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 50px auto 20px auto;
  font-size: 50px;
}

article h2,
article h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}

article h2 {
  font-size: 40px;
  margin-top: 40px;
}

article h4 {
  font-size: 20px;
  line-height: 1.75;
}

article a {
  color: #467992;
}

article p,
article span,
article div {
  color: #000;
}

article .btn-blue {
  background-color: #467992;
}

.navbar-container,
article .container {
  max-width: 950px;
}

.navbar-main {
  float: left;
  border-top: 1px solid #eee;
  width: 100%;
}

.navbar-container {
  display: table;
  padding: 15px 0;
  margin: 0 auto;
}

.logo-container {
  float: left;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.careers-logo {
  display: inline-block;
}

.careers-logo img {
  height: 50px;
}

.llwc-logo img {
  height: 30px;
}

.wm-logo {
  margin-left: 30px;
  margin-right: 30px;
}

.slc-logo img {
  background-image: url(/slc/images/logo/logo_color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.careers-bump {
  height: 80px;
  display: table;
}

button {
  position: relative;
}

.dropdown-menu.expanded {
  overflow: auto;
  max-height: 100vh;
}

.careers-dropdown .dropdown-toggle {
  border-radius: 5px;
  padding: 10px 15px;
  padding-right: 30px;
  font-size: 15px;
  border-bottom: none !important;
  background: #fff;
  min-width: 224px;
  position: relative;
}

.careers-dropdown .dropdown-toggle span {
  color: #333;
}

.careers-dropdown .dropdown-toggle::after {
  border-top: 8px solid #467992;
  border-right: 8px solid transparent;
  border-bottom: none;
  border-left: 8px solid transparent;
  position: absolute;
  display: block;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.careers-dropdown .dropdown-toggle[aria-expanded='true']::after,
.careers-dropdown .dropdown-toggle:hover::after {
  border-top-color: #23527c;
}

.careers-dropdown .dropdown-toggle[aria-expanded='true'],
.careers-dropdown .dropdown-toggle:hover {
  background-color: #f8f8f8 !important;
}

.careers-dropdown .dropdown-menu {
  background-color: #fff;
  font-size: 15px;
  border-radius: 5px;
  width: 224px;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
}

.careers-dropdown .dropdown-menu::before,
.careers-dropdown .dropdown-menu::after {
  content: " ";
  display: table;
  height: 15px;
}

.careers-dropdown .dropdown-menu>li>a {
  white-space: normal;
  padding: 12px 20px;
  /*color: #5a5a5a;*/
}

.section-nav img,
.section-nav strong,
.section-nav span {
  display: block;
}

.section-nav {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
  justify-content: center;
  column-gap: 20px;
}

.section-nav img {
  margin-bottom: 5px;
}

.section-nav span {
  font-size: 14px;
  line-height: 1.5;
}

.section-nav .nav-item {
  margin: 30px 0;
  width: 33%;
  max-width: 200px;
  display: inline-block;
}

.nav-item sup,
.benefits-icon sup {
  position: absolute;
  margin-top: -4px;
}

@media (max-width: 768px) {
  /*.section-nav {
    display: table;
    vertical-align: top;
  }
  .section-nav .nav-item {
    vertical-align: top;
    width: 50%;
  }*/
}

.youtube-play {
  position: relative;
}

.playBut {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.playBut svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.playBut .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fff;
  stroke-width: 4px;
  transform: translateY(0);
}

.playBut:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #008FD5;
}

.playBut:hover .triangle {
  stroke: #fff;
}

.playBut {
  transition: background 0.5s;
}

.playBut:hover {
  background-color: transparent;
}

.mosaic-tiles-top {
  width: 100%;
  max-width: 787px;
  display: table;
  margin: 0 auto;
}

.panel-heading {
  cursor: pointer;
  padding: 10px 0;
  display: block;
  clear: both;
  display: flex;
  align-items: center;
}

.m-row-1 {
  height: 24.327%;
  padding-bottom: 10px;
}

.m-row-2 {
  height: 29.811%;
  padding-bottom: 10px;
}

.m-row-3 {
  height: 45.862%;
}

.m-row>img,
.m-row>.youtube-play {
  display: inline-block;
  width: auto;
  height: 100%;
  margin: 0;
}

.mosaic-inner .youtube-play {
  position: relative;
}

.mosaic-inner .youtube-play img {
  height: 100%;
}

.position-div .exit span {
  top: -2px;
}

.m-row>img:last-child,
.m-row>.youtube-play:last-child {
  float: right;
}

@media (max-width: 768px) {
  .playBut svg {
      height: 16vw;
      width: 16vw;
      min-height: 80px;
      min-width: 80px;
  }

  .playBut .triangle {
      stroke-width: 5px;
  }

  .m-row-1,
  .m-row-2 {
      padding-bottom: 1.3%;
  }
}

@media (max-width: 480px) {

  .m-row-1,
  .m-row-2 {
      padding-bottom: 1%;
  }
}

.career-builder-outer {
  background-color: #467992;
  height: 112px;
  position: relative;
  width: 100%;
}

.career-builder-1 {
  background: #fff;
  color: #000;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  margin-top: 20px;
}

.career-builder-2 {
  background: #fff;
  margin-top: -10%;
  padding: 40px 20px;
  padding-top: 0;
}

.btn-yellow,
.career-builder-1 .cb-button {
  font-size: 16px;
  cursor: pointer;
  background-color: #FDB714 !important;
  border: 2px solid #FDB714;
  color: #000 !important;
  text-decoration: none !important;
}

.btn-yellow:hover,
.career-builder-1 .cb-button:hover {
  background-color: #fff !important;
}

.guiding-principles {
  background-color: #467992;
  padding: 30px 0 20px 0;
  text-align: center;
  margin-top: 9%;
}

.guiding-principles h3 {
  font-weight: bold;
  font-size: 28px;
}

.guiding-principles img {
  height: 60px;
  margin: 0 auto;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  width: 100%;
}

.benefits-icon {
  width: 33%;
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
}

.benefits-icon span {
  font-weight: bold;
  display: inline-block;
}

.benefits-icon span::after {
  content: "";
  border-bottom: 2px solid #467992;
  display: block;
  width: 0;
  transition: width 0.3s;
}

.benefits-icon:hover span::after {
  width: 100%;
}

.benefits-icon[aria-expanded="true"] span::after {
  width: 100%;
}

.benefits-icon img {
  display: block;
  margin: 0 auto;
}

.benefits-icon .description {
  padding-top: 15px;
}

.benefits-icon .description strong {
  margin-bottom: 10px;
  display: block;
  font-size: 17px;
  line-height: 1.5;
}

.benefits-icon .description p {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.teladoc img {
  height: 55px;
  margin-bottom: 10px;
}

.benefits-heading {
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
}

.argentum .col-md-8 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.argentum-text {
  margin-bottom: 50px;
}

.argentum-heading {
  background-image: url(/slc/images/careers/argentum-heading.jpg);
  width: 487px;
  height: 79px;
}

.argentum-logo {
  position: absolute;
  bottom: 0;
  left: -60px;
  height: 364px;
  max-width: 396px;
}

.locations-h3 {
  font-weight: bold;
  text-transform: none;
  font-size: 30px;
  margin-top: 20px;
}

.location {
  max-width: 280px;
  display: block;
  margin: 0 auto;
  box-shadow: 2px 2px 10px rgba(100, 100, 100, 0.2);
  transition: all 0.3s;
}

.location img {
  width: 100%;
  height: auto;
}

.location:hover {
  box-shadow: 2px 2px 10px rgba(100, 100, 100, 0.5);
  margin-top: -5px;
}

.location strong,
.location span {
  display: block;
  margin-bottom: 10px;
}

.location-info {
  padding: 20px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 1.75;
  background-color: #fff;
  transition: all 0.3s;
}

.location:hover .location-info {
  height: calc(100% + 20px);
  transform: translateY(-20px);
}

.location strong {
  font-size: 18px;
}

.location a {
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.locations-outer .col-md-4 {
  margin-bottom: 30px;
}

.careers-testimonial {
  border: none !important;
  position: relative;
  cursor: pointer;
}

.jump-to {
  position: absolute;
  margin-top: -110px;
}

#careers-menu {
  margin-bottom: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#careers-menu li {
  display: inline-block;
  padding: 0 10px;
}

#careers-menu li a {
  color: #000;
}

#careers-menu li a:hover {
  color: #467992;
  text-decoration: none;
}

.bt-container {
  position: relative;
}

.bt-container h4 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: -2px;
  color: #fff;
}

.bt-container i {
  font-size: 21.5px;
  color: #fff;
}

.bt-container .sep-small {
  height: 2px;
  width: 60px;
  background-color: #000;
  margin-top: 15px;
  margin-left: 2px;
  opacity: 0.7;
}

.bt-col-1,
.bt-col-2 {
  display: inline-block;
}

.bt-col-1 {
  width: 100%;
}

.bt-col-1 .txt_1 {
  width: 80%;
}

.bt-col-1 .txt_2 {
  width: 70%;
}

.bt-col-2 {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.b-thompson {
  position: absolute;
  right: -20px;
  bottom: 0;
}

.resp-768-sm {
  display: none;
}

.gp-icons-outer {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.gp-icon {
  display: inline-block;
  width: 33.3333%;
  margin-bottom: 40px;
  padding: 0 15px;
}

.location-col {
  float: left;
}

.col-3-1 {
  clear: left;
}

.locations-dropdown {
  text-align: center;
  padding: 10px 0 30px 0;
}

.locations-dropdown .dropdown-toggle {
  border: 1px solid #ccc !important;
  width: auto;
}

.locations-dropdown .dropdown-menu.expanded {
  width: auto;
  display: table;
}



.locations-dropdown .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-backdrop {
  position: static;
}

.quick-links {
  margin: 20px auto;
}

.mosaic {
  display: grid;
  gap: 0.5vw;
  grid-template-columns: 1fr 1fr;
}

.mosaic-videos {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}

.weller-life {
  grid-column: span 2;
}

.yt-play-small {
  aspect-ratio: 260 / 292;
}

.mosaic-videos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic .btn-black {
  grid-column: span 2;
  margin-top: 0;
}

.mosaic .btn-black:hover {
  background-color: #FDB714;
  color: #000;
}

.mosaic a:hover img {
  transition: opacity 0.3s;
  opacity: 0.7;
}


@media (max-width: 1074px) {
  .bt-container {
      position: static;
  }

  .b-thompson {
      right: 0;
  }
}

@media (min-width: 993px) {
  .navbar-main {
      position: relative;
      height: 80px;
  }

  .navbar-container {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }

  .argentum .flex-row {
      align-items: stretch;
  }
}

@media (max-width: 992px) {
  .bt-col-1 .txt_1 {
      width: 66vw;
  }

  .bt-col-1 .txt_2 {
      width: 58vw;
  }

  .b-thompson {
      height: 350px;
  }

  .gp-container {
      width: 100%;
  }

  .location-col {
      width: 50%;
  }

  .col-3-1 {
      clear: none;
  }

  .col-2-1 {
      clear: left;
  }
}

@media (max-width: 992px) {
  .argentum-logo {
      position: static;
      bottom: 0;
      left: 0;
      height: auto;
      max-width: 300px;
      display: block;
      margin: 0 auto;
      width: 90%;
      margin-bottom: 30px;
  }

  /*.argentum-heading {
    display: block;
    margin: 0 auto;
  }*/
  .locations-h4 {
      max-width: 550px;
      display: block;
      margin: 0 auto;
  }

  .gp-icons-outer {
      justify-content: center;
      flex-wrap: wrap;
  }

  .gp-icon-1 {
      flex: 0 0 100%;
  }

  .gp-icon-2,
  .gp-icon-3 {
      flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .argentum {
      margin-top: 50px;
      margin-bottom: 20px;
  }

  .argentum .col-md-8 {
      margin-top: 0px;
      margin-bottom: 0px;
  }

  .argentum-heading {
      margin: 0px auto 0px auto;
      max-width: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
  }

  .careers-bump {
      height: 75px;
  }

  .careers-logo img {
      max-height: 45px;
  }

  .location-col {
      width: 100%;
  }

  .bt-col-2 {
      position: static;
      display: block;
      height: 250px;
  }

  .b-thompson {
      height: 300px;
      max-width: 100%;
      width: auto;
  }

  .bt-col-1 .txt_1,
  .bt-col-1 .txt_2 {
      width: 100%;
  }

  .resp-768-lg {
      display: none;
  }

  .resp-768-sm {
      display: block;
      width: 70vw;
  }

  .career-builder-outer {
      background-color: #fff;
  }

  .benefits {
      flex-direction: column;
  }

  .benefits-icon {
      flex: 0 0 100%;
      width: 100%;
      text-align: center;
  }

  .benefits-icon img {
      margin-right: 10px;
      display: block;
      margin: 0 auto;
  }

  .teladoc img {
      margin-bottom: 10px;
  }

  .locations-h3::after,
  .benefits-heading::after,
  .guiding-principles h2::after {
      content: "";
      width: 100px;
      height: 1px;
      border-bottom: 2px solid #fff;
      display: block;
      margin: 20px auto;
      opacity: 0.7;
  }

  .locations-h3::after,
  .benefits-heading::after {
      border-bottom: 2px solid #008FD5;
  }

  .guiding-principles {
      padding-bottom: 30px;
  }

}

@media (max-width: 700px) {
  .quick-links {
      max-width: 400px;
      display: table;
  }
}

@media (max-width: 575px) {
  .careers-testimonial {
      display: inline-block;
  }
  .section-nav {
      flex-wrap: wrap;
  }
  .section-nav .nav-item {
      flex: 0 0 1;
      width: auto;
      min-width: 150px;
  }
  .section-nav .nav-item strong {
      font-size: 17px;
  }
}

/*568px*/
@media (max-width: 992px) {

  .gp-icon-1,
  .gp-icon-2,
  .gp-icon-3 {
      flex: 0 0 100%;
  }

  .navbar-container {
      padding: 0 15px;
  }

  #careers-menu {
      display: block;
      float: left;
      width: 100%;
      position: static;
      text-align: center;
      padding: 6px;
      transform: none;
  }

  .logo-container {
      text-align: center;
      border-bottom: 1px solid #ddd;
      transition: all 0.3s;
      margin: 0 auto;
      padding: 2px;
      width: 100%;
      justify-content: center;
  }

  .wm-logo {
      margin-left: 0;
      margin-right: 0;
  }

  .careers-logo img {
      max-height: 40px;
      transition: all 0.3s;
      margin: 10px;
  }

  .sticky .logo-container {
      /*margin-top: -81px;*/
  }

  .sticky .slc-logo img {
      background-image: url(/slc/images/logo/swooshes.svg);
  }

  .sticky .slc-logo img {
      max-height: 25px;
      margin: 5px 15px;
  }

  .sticky .wm-logo img {
      max-height: 30px;
      margin: 5px 15px;
  }

  .sticky .llwc-logo img {
      max-height: 25px;
  }

  .careers-bump {
      height: 108px;
  }

  .jump-to {
      margin-top: -120px;
  }
}

@media (min-width: 480px) {
  .pre-banner-spacer {
      display: inline-block;
      width: 15px;
  }
}

@media (max-width: 480px) {
  .argentum-heading {
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
  }

  .locations-h4 span {
      display: block;
  }

  .careers-dropdown {
      display: table;
      margin: 10px auto;
  }

  .guiding-principles h2 {
      font-size: 8vw;
  }

  .container img {
      max-height: 100%;
  }
}

@media (max-width: 480px) {
  .locations-outer h2 {
      font-size: 9vw;
  }

  .careers-bump {
      height: 94px;
  }

  .navbar-container {
      height: auto;
  }

  .careers-logo img {
      position: static;
      transform: none;
  }

  .slc-logo img {
      max-height: 25px;
      margin: 5px 15px;
      background-image: url(/slc/images/logo/swooshes.svg) !important;
  }

  .wm-logo img {
      max-height: 30px;
      margin: 5px 15px;
  }

  .llwc-logo img {
      max-height: 25px;
  }

  .quick-links {
      font-size: 4.5vw;
  }

  .b-thompson {
      height: auto;
      width: 55vw;
  }
}

/* Target Firefox Only */
@-moz-document url-prefix() {
  .mosaic-inner * {
      display: inline-flex;
      justify-content: space-between;
  }

  .playBut {
      background-color: transparent !important;
  }

  .youtube-play:last-child img {
      float: right;
  }

  .m-row {
      width: 100%;
  }

  .careers-testimonial {
      display: inline-flex;
  }
}