@charset "UTF-8";
.prevent-select {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.fa-arrow-right {
  border-radius: 25px;
  padding: 5px 6px !important;
  margin: 10px 0px;
}

h2.light-section-heading {
  color: #3d3d3d;
}

.light-section-subheading {
  font-weight: 400;
}

.out_of_window {
  left: -150% !important;
  position: relative;
}

span {
  font-size: 24px;
}

.section-heading::before {
  display: block;
  height: 14px;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
}

.light-section-heading::before {
  content: url(../images/heading-before.png);
  display: block;
}

h2 {
  font-size: 30px;
  font-weight: 400;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
  color: #f0f0f0;
}

textarea, select, input, option {
  background-color: white;
  border: none;
  border-bottom: 2px solid #0055a5;
  border-radius: 2px;
  color: #363636;
  font-size: 16px;
  margin-bottom: 3%;
  padding-left: 16px;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}

::placeholder {
  color: #d4d4d4;
}

.grecaptcha-badge {
  display: none;
}

#submit:hover {
  cursor: pointer;
  transition: all 0.25s ease;
}

.drop-area {
  border: 2px dashed #ccc;
  border-radius: 10px;
  width: 300px;
  height: 150px;
  text-align: center;
  font-family: Arial, sans-serif;
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drop-area:hover {
  border-color: #0087F7;
}

.drop-area.dragging-over {
  border-color: #0087F7;
  background-color: #f0f0f0;
}

p, label, li, h3, h2, textarea, select, option, input, button, .alert {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.scroll_top_div {
  margin: -50px 0px;
  bottom: 75px;
  position: sticky;
  height: 0px;
  justify-content: end;
  display: flex;
}
.scroll_top_div .scroll_top_btn {
  cursor: pointer;
  width: 45px;
  height: 40px;
  right: 20px;
  display: none;
  position: relative;
  transition: 0.25s ease;
  transform: rotate(90deg);
}
.scroll_top_div .scroll_top_btn:hover {
  opacity: 1 !important;
  color: #0055a5 !important !important;
}

.dropdown-menu {
  top: 96%;
  left: -1px;
}

.dropdown-item {
  color: white;
  font-family: "Calibri";
  font-weight: bold !important;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.dropdown-item:hover a {
  color: #0055a5 !important;
  background-color: white;
}

.navbar-toggler {
  top: 20% !important;
}

.navbar-nav {
  top: 0;
}
.navbar-nav a {
  font-size: 15px;
}

.navbar-nav > li {
  height: 55px;
  align-items: center;
  display: flex;
}

.navbar-nav > li.top-menus {
  font-family: "Lato", sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
}

li.top-menus:hover > a {
  background-color: #0055a5 !important;
  color: white !important;
}

.dropdown_content {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s, max-height 0.25s, visibility 0s 0.25s;
}

.dropdown_content.active {
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  max-height: 100%;
  transition: opacity 0.25s, max-height 0.25s, visibility 0s;
}

.dropdown_content.fade_out {
  animation: fadeOut 0.25s ease-in-out;
}

.rotate {
  transform: rotate(180deg);
}

.contact_us_wrapper.slide-in,
.product_wrapper.slide-in {
  animation: slideFromLeft 0.5s ease-in-out forwards;
  position: relative;
  left: 0%;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}

.departments .slide-in {
  animation: slideFromTop 0.5s ease-in-out forwards;
  position: relative;
  top: 0%;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}

.product_card {
  background-color: white;
  width: 100%;
  max-width: 285px;
  height: 430px !important;
  align-items: end;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
  background-color: #3f3e3e;
  height: 40vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product_card div {
  height: 0%;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}

.product_card:hover div {
  height: 100% !important;
  background-color: rgba(0, 85, 165, 0.75);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}

.product_card:hover {
  cursor: pointer !important;
}

.product_card div {
  background-color: #0055a5;
  height: 10vh;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}

.product_card div p {
  color: white;
  font-size: 20px;
  font-weight: 400;
}

.product_card div p:hover {
  filter: drop-shadow(1px 1px 1px #1b1b1b 6c);
}

.department_wrapper div {
  width: 135px;
  position: relative;
}

.department_wrapper div img {
  width: 135px;
  position: relative;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  margin-bottom: 0px;
}

.department_wrapper p {
  font-size: 20px !important;
  font-weight: 300;
  line-height: 22px;
}

.department_wrapper a {
  text-decoration: none !important;
  width: 75px;
}

.department_wrapper div:hover {
  opacity: 0.95;
  height: 100%;
}
.department_wrapper div:hover img {
  width: 90% !important;
  margin-bottom: 13px;
}

#banner_img {
  height: 100vh;
}

.posting_button {
  width: 250px;
}

#mission_section .blockquote_border {
  border-left: 5px solid;
  padding-left: 5px;
  line-height: 1.75;
}
#mission_section .quote_before::before {
  content: "“";
  font-size: 42px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  color: #919191;
  line-height: 0.5;
  position: absolute;
  margin-top: 2.5px;
}
#mission_section .quote_after::after {
  content: "”";
  font-size: 42px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  color: #919191;
  line-height: 0.5;
  position: absolute;
  margin-top: 2.5px;
}
#mission_section ul {
  list-style: none;
  padding-left: 0 !important;
}
#mission_section h2 {
  font-size: 30px;
  font-weight: 600;
}
#mission_section h3 {
  font-size: 18px;
  font-weight: bold;
}
#mission_section p {
  color: #363636;
  font-size: 16px;
  line-height: 1.8;
}
#mission_section .fa-arrow-right {
  border-radius: 25px;
  padding: 5px 6px !important;
  margin: 10px 0px;
}

.products img {
  width: 300px;
  height: 275px;
  object-fit: fill;
  object-position: center;
}

.product_image_card {
  transform: translateY(-20px);
  transition: 0.25s all ease;
  position: relative;
}
.product_image_card img {
  opacity: 1;
  transition: 0.25s all ease;
}
.product_image_card h3 {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  opacity: 0;
  color: black;
  transition: 0.25s all ease;
}

.product_image_card:hover {
  cursor: pointer;
}
.product_image_card:hover h3 {
  opacity: 1;
}
.product_image_card:hover img {
  opacity: 0.5;
}

.specialities img {
  width: 500px;
  margin: 10px;
  height: 335px;
  object-fit: fill;
  object-position: center;
}

#tools_section .document_link {
  text-decoration: none;
  transition: all 0.5s ease;
  margin: 0px 25px;
  height: 300px !important;
}
#tools_section .document_link img {
  opacity: 0.5;
  transition: all 0.25s ease;
  max-width: 225px;
}
#tools_section .document_link p {
  color: black;
  font-weight: 400;
  font-size: 18px;
  flex-wrap: wrap;
  width: 200px;
  transition: all 0.25s ease;
  z-index: 10;
  margin-left: -25px;
  margin-top: 0px;
}
#tools_section .document_link:hover img {
  opacity: 1;
  width: 235px;
  max-width: 235px;
}
#tools_section .document_link:hover p {
  margin-top: 10px;
  color: black;
}
#tools_section h2 {
  font-size: 30px;
  font-weight: 600;
}
#tools_section h3 {
  color: #363636;
  font-size: 22px;
  font-weight: 600;
}

.slide-out {
  animation: slideOutAnimation 1s forwards;
}

.slide-in {
  animation: slideInAnimation 1s forwards;
}

* > .slide-in {
  overflow: hidden;
}

@keyframes slideInAnimation {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutAnimation {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    max-height: 0%;
  }
  to {
    opacity: 1;
    max-height: 100%;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    height: 100%;
    max-height: 100%;
  }
  to {
    opacity: 0;
    height: 0px !important;
    max-height: 0% !important;
  }
}
.unfold {
  animation: none;
  animation-delay: 0s;
}

.fold {
  animation: none;
  animation-delay: 0s;
}

@keyframes unfold {
  from {
    transform: translateY(-150%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fold {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-150%);
  }
}
@keyframes slideFromLeft {
  0% {
    left: -150%;
  }
  100% {
    left: 0%;
  }
}
@keyframes slideFromTop {
  0% {
    top: -150%;
    opacity: 0;
  }
  50% {
    top: -5%;
    opacity: 0;
  }
  100% {
    top: 0%;
    opacity: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .products img {
    width: 275px;
    height: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .products img {
    width: 215px !important;
    height: 200px !important;
  }

  iframe {
    width: 80% !important;
    height: 257.5px;
  }

  img {
    max-width: 205px !important;
  }

  .navbar-nav a {
    font-size: 11px !important;
  }

  #banner_img {
    background-position: -375px !important;
    height: 100%;
  }

  #banner_img {
    background-position: -375px !important;
    height: 100%;
  }

  .submit_button_text,
#career_section {
    font-size: 15px;
  }
  .submit_button_text h3,
#career_section h3 {
    font-size: 17px;
  }

  .posting_dropdown {
    width: 225px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .scroll_top_div {
    left: 80%;
  }

  .scroll_top_div {
    display: none;
  }

  .dropdown-menu {
    top: 50px !important;
    position: absolute !important;
    left: 22px !important;
    z-index: 200;
  }

  .sub_menu {
    left: -1px !important;
  }

  .dropdown-menu:hover {
    display: flex !important;
  }

  .navbar-nav a {
    font-size: 16px !important;
  }

  .navbar-nav {
    top: 55px !important;
    right: 1em;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    border: rgba(228, 228, 228, 0.85) 1px solid;
    min-width: 200px;
    padding: 10px;
  }

  .navbar-nav > li {
    height: 35px !important;
  }

  .unfold {
    animation: unfold 0.5s ease forwards !important;
    animation-delay: 0s;
  }

  .fold {
    animation: fold 0.5s ease forwards !important;
    animation-delay: 0s;
  }

  .banner_h2 {
    font-size: 110%;
  }

  .submit_button_text,
#career_section {
    font-size: 14px;
  }
  .submit_button_text h3,
#career_section h3 {
    font-size: 16px;
  }

  .posting_dropdown {
    width: 200px;
    font-size: 14px;
  }

  .specialities img {
    width: 300px;
    height: 195px;
  }
}

/*# sourceMappingURL=file:///mnt/data/www/web-thermosrn/public/scss/web_custom.css.map */
