@font-face {
  font-family: 'icomoon';
  src: url("../assets/ico/icomoon.eot?krsikb");
  src: url("../assets/ico/icomoon.eot?krsikb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../images/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
input {
    padding: 12px !important;
    border: 1px solid #e3e3e3 !important;
}
span.input-group-text {
  padding: 12px 19px !important;
  background: white !important;
  border: 1px solid #e3e3e3 !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.icon-globe {
  padding-right: 15px;
}
.calculator_card{
  z-index: 99;
  background-color: #2E365A;
  padding: 26px;
  position: absolute;
  bottom: 0;
  left: 12px;
}
.calculator_card h2{
  margin-bottom: 8px !important;
}
.calculator_card p{
  padding: 0 !important;
  font-size: 14px !important;
  line-height: normal !important;
  margin: 0 !important;
}

.menu_active{
  border-bottom: solid 3px #006bd3 !important;
  color: #006bd3 !important;
}


.icon-globe:before {
  content: "\e900";
}

.icon-search {
  margin-left: 5px;
}

.icon-search:before {
  content: "\e901";
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: 'Arial';
}

a {
  text-decoration: none;
  color: #006bd3;
  outline: 0;
}
a:hover {
  color: #0076e8;
  text-decoration: underline;
}

::selection {
  background: #006bd3;
  color: white;
}

h1 {
  margin: 0;
  color: white;
  font-size: 36px;
}

h2 {
  font-family: 'Arial';
  font-size: 28px;
  font-weight: 700;
  color: white;
}

h3 {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 700;
  color: #006bd3;
  text-transform: uppercase;
}

h4 {
  margin: 0;
  color: white;
  font-size: 24px;
  font-weight: 100;
  font-style: italic;
}

h5 {
  margin: 20px 0;
}

p,
li,
td,
.list-group {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 300;
  color: #344054;
  font-weight: 400;
  line-height: 24px;
}

b, strong {
  font-weight: 600;
}

ul {
  margin-top: 18px;
  position: relative;
}

li {
  display: inline-block;
}

sup {
  font-size: 55%;
}

.announcement-banner p {
  color: white;
  font-weight: 500;
}

.list-group a {
  -webkit-transition: color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out;
  -ms-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.list-group a:hover {
  color: #f17a22;
}

.list-group h3 {
  color: #1d2939;
}

.list-group h3 span {
  color: #006bd3;
}

span.excerpt-fragment,
span.excerpt-fragment p {
  color: #344054;
}

span.excerpt-fragment strong {
  color: #006bd3;
}

.search-results-container h4 {
  color: #1d2939;
  font-style: normal;
}

.search-results-container p {
  margin: 5px 0;
}

.carousel-copy p {
  line-height: 26px;
}

.puro-item a {
  text-decoration: none;
}
.puro-item .carousel-copy p b {
  color: #006bd3;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.puro-item:hover .carousel-copy p b {
  color: #f17a22;
}

.hero-content h2,
.carousel-copy h2 {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #344054;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .hero-content h2,
  .carousel-copy h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.hero-content p,
.carousel-copy p {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 300;
  color: #344054;
  margin-top: 10px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 1280px) {
  .hero-content p,
  .carousel-copy p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
}

.hero-side-bar p {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .hero-side-bar p {
    font-size: 18px;
    line-height: 22px;
  }
}

.new-carousel.carousel-copy p {
  font-size: 21px;
  line-height: 26px;
  margin-top: 10px;
}

.new-carousel.carousel-copy h2 {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #344054;
  font-size: 28px;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 10px;
}

.new-carousel.hero-content h2 {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #344054;
  font-size: 18px;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 10px;
}

.new-carousel.hero-content p {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 300;
  color: #344054;
  margin-top: 10px;
}

.carousel-header h2 {
  color: #006bd3;
}
@media (min-width: 1024px) {
  .carousel-header h2 {
    font-size: 38px;
  }
}

.ls-home .carousel-header,
.ls-master .carousel-header {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ls-home .carousel-header,
  .ls-master .carousel-header {
    width: 75%;
    margin-top: 30px;
  }
}
.ls-home .carousel-header h2,
.ls-master .carousel-header h2 {
  font-weight: 500;
}
@media (min-width: 768px) {
  .ls-home .carousel-copy p,
  .ls-master .carousel-copy p {
    color: white;
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .ls-home .carousel-copy p,
  .ls-master .carousel-copy p {
    font-size: 16px;
  }
}
.ls-home .copy-black *,
.ls-master .copy-black * {
  color: #101828;
}
.ls-home .copy-black .carousel-copy p,
.ls-master .copy-black .carousel-copy p {
  color: black;
  border-top: 2px solid black;
}
.ls-home .copy-white *,
.ls-master .copy-white * {
  color: #101828;
}
@media (min-width: 768px) {
  .ls-home .copy-white *,
  .ls-master .copy-white * {
    color: white;
  }
}
.ls-home .copy-white .carousel-copy p,
.ls-master .copy-white .carousel-copy p {
  border-top: 2px solid white;
}
@media (min-width: 768px) {
  .ls-home .copy-shadow .carousel-copy p,
  .ls-home .copy-shadow .carousel-copy h2,
  .ls-master .copy-shadow .carousel-copy p,
  .ls-master .copy-shadow .carousel-copy h2 {
    text-shadow: 0px 2px 2px rgba(51, 51, 51, 0.33);
  }
}

.section-header h2 {
  font-size: 24px;
  margin: 10px 0 5px;
  color: #1d2939;
}

.ls-home .section-header h2 {
  text-align: center;
}

.slim-content h2 {
  font-family: 'Arial';
  font-size: 22px;
  font-weight: 700;
  color: #344054;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

.slim-content h3 {
  margin: 0;
}

.social-plugin h3 {
  margin: 10px;
  width: 100%;
}

.content-block {
  word-wrap: break-word;
  word-break: break-word;
}

.content-block h2 {
  margin: 5px 0;
  float: left;
}

.content-block p {
  float: left;
  font-size: 12px;
}
@media (min-width: 480px) {
  .content-block p {
    font-size: 14px;
  }
}

.content-block h2 {
  font-family: 'Arial';
  font-size: 28px;
  font-weight: 700;
  color: #344054;
  font-size: 16px;
}
@media (min-width: 480px) {
  .content-block h2 {
    font-size: 18px;
  }
}

.title-box h3 {
  margin: 0;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  text-transform: uppercase;
}

.wide-content h2 {
  margin: 10px 0 15px;
}

.wide-content h3 {
  margin: 10px 0 0;
}

.horizontal h2 {
  width: calc(100% - 140px);
  margin-left: 15px;
  margin-top: 0;
}

.horizontal p {
  width: calc(100% - 140px);
  margin-left: 15px;
  margin-top: 5px;
}

.slim-content p {
  margin-top: 10px;
  font-size: 18px;
}

.link-copy span {
  text-transform: uppercase;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 700;
}

.slim-content.blue-block .link-copy span {
  color: #1d2939;
}

.slim-content.white-block .link-copy span,
.slim-content.grey-block .link-copy span {
  color: #f17a22;
}

.blue-block h3 {
  color: #1d2939;
}

.blue-block h2,
.blue-block p,
.grey-block h2,
.grey-block p {
  color: white;
}

.square p {
  margin-top: 5px;
}

.square h2 {
  font-family: 'Arial';
  font-size: 22px;
  font-weight: 700;
  color: #344054;
}

.summary-block h2 {
  font-size: 22px;
  margin: 5px 0;
}
@media (min-width: 480px) {
  .summary-block h2 {
    font-size: 28px;
    margin: 15px 0;
  }
}

.summary-block.grey-block h2,
.summary-block.blue-block h2,
.summary-block.blue-block p {
  color: white;
  -webkit-transition: color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out;
  -ms-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.summary-block.grey-block a:hover h2 {
  color: #f17a22;
}

.summary-block.blue-block a:hover h2,
.summary-block.blue-block a:hover span p {
  color: #344054;
}

.summary-block h3 {
  font-size: 16px;
  margin: 0;
}

.summary-block .event-summary h2 {
  margin-bottom: 0;
}

.summary-block .event-summary span p {
  margin: 5px 0;
  font-size: 18px;
}

.view-more.more-news .link-copy span {
  color: #f17a22;
}

.view-more.more-events .link-copy span {
  color: #1d2939;
}

.interests-header-container h4 {
  font-size: 16px;
  color: #1d2939;
  font-style: unset;
  font-weight: 600;
}

.interests-header-container p {
  color: #344054;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0;
}

.secondary-navigation-wrapper a {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.secondary-navigation-wrapper .item-list a {
  width: 170px;
  display: block;
}

.secondary-navigation-wrapper .item-list a.inner-item {
  width: 100%;
}

.secondary-navigation-wrapper .info-button:hover a {
  color: white;
}

.secondary-navigation-wrapper .inner-button:hover {
  color: white;
}

.cta-contact h2 {
  margin: 0;
  text-align: center;
  font-family: 'Arial';
  font-size: 28px;
  font-weight: 700;
  color: #344054;
}

.cta-contact p {
  text-align: center;
  margin: 15px auto 20px;
  max-width: 450px;
}

.main-info {
  word-break: break-word;
}

.info-block h2 {
  margin: 15px 0;
  position: relative;
}

.info-block p {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 300;
  color: white;
}

.info-button h3 {
  margin: 0;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #006bd3;
  -webkit-transition: color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out;
  -ms-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.info-button:hover h3 {
  color: white;
}

.info-block-list a {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.info-block-list .info-button:hover a {
  color: white;
}

.info-block-list .inner-button:hover {
  color: white;
}

.info-block h2.twentyTwo {
  font-size: 22px;
}

.info-block h2.twentyFour {
  font-size: 24px;
}

.info-block h2.twentySix {
  font-size: 26px;
}

.info-block h2.twentyEight {
  font-size: 28px;
}

table th,
table td {
  padding: 6px 10px;
}

tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.075);
}

.prod-tech-spec h3 {
  margin: 15px;
}

.pinned table th,
.pinned table td {
  padding: 6px 10px;
  word-break: break-word;
  width: 130px;
  min-width: 130px;
}

.pinned td:first-child {
  padding: 6px 10px;
  font-weight: bold;
}

table.responsive td,
table.responsive th {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

table.responsive th:first-child,
table.responsive td:first-child,
table.responsive td:first-child,
table.responsive.pinned td {
  font-weight: bold;
  word-break: break-word;
  white-space: normal;
  width: 130px;
  min-width: 130px;
  padding: 6px 10px;
}

.scrollable table.responsive th:first-child,
.scrollable table.responsive td:first-child,
.scrollable table.responsive td:first-child,
.scrollable table.responsive.pinned td {
  visibility: hidden;
}

.video-banner.blackText .video-banner-header p {
  color: black;
}

.video-banner.blackText .video-banner-body p {
  color: #344054;
}

.video-banner.white-text p {
  color: white;
}

.video-banner-header p {
  font-family: 'Arial';
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}

.video-banner-body p {
  font-size: 16px;
  text-transform: uppercase;
}

.text-callout .copy {
  color: #1d2939;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 300;
}

.text-callout .copy p {
  font-size: 16px;
  line-height: 22px;
}

.text-callout .copy h1 {
  font-family: 'Arial';
  color: #006bd3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding-right: 100px;
  box-sizing: border-box;
}

.text-callout .copy h2 {
  font-family: 'Arial';
  color: #1d2939;
  font-size: 14px;
  font-weight: 700;
}

.text-callout .copy p.additional-info {
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}

.text-callout.cluster-block .copy p {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.text-callout.cluster-block .copy h2 {
  font-family: 'Arial';
  color: #006bd3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px 0;
  width: 100%;
}

.cluster-block p {
  margin: 0;
}

.link-cluster a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
  -webkit-transition: color 125ms ease-in-out;
  -moz-transition: color 125ms ease-in-out;
  -ms-transition: color 125ms ease-in-out;
  -o-transition: color 125ms ease-in-out;
  transition: color 125ms ease-in-out;
}

.link-cluster a:hover {
  color: #f17a22;
}

footer .footer-location span {
  color: #006bd3;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
footer .footer-location p {
  margin-top: 5px;
}

footer a {
  cursor: pointer;
}

footer a.email-link:hover {
  color: #0076e8;
}

.footer-navigation a,
.footer-navigation span {
  color: #101828;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.footer-navigation a:hover, .footer-navigation span:hover {
  color: #006bd3;
  text-decoration: unset;
}

.footer-bottom li a {
  color: #98a2b3;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.footer-bottom li a:hover {
  color: #101828;
}

.footer-navigation-section p {
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
  color: #344054;
}

.footer-navigation-section button.line {
  color: #006bd3;
}

.footer-navigation-section button.line:hover {
  color: white;
}

.newsletter-wrapper button.dark-line:hover,
.subscribe-container button.dark-line:hover {
  color: #1d2939;
}

.accordion-item a:hover,
.accordion-item a:hover p,
.left-column:hover > a,
.left-column:hover > a p,
.left-column:hover + .right-column a,
.left-column:hover + .right-column a p,
.right-column:hover > a,
.right-column:hover > a p {
  color: #006bd3;
}

.data-accordion .accordion-item .right-column a {
  text-decoration: none;
}

.accordion-item .left-column p {
  text-transform: uppercase;
}

.locations-page .side-bar .info-block p {
  font-weight: 500;
  line-height: 18px;
}

.map-toggle span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.map-toggle span:hover {
  color: white;
}

.active-office .map-toggle .office-option {
  color: white;
}

.active-warehouse .map-toggle .warehouse-option {
  color: white;
}

.location.accordion p, .location.accordion h3, .location.accordion a,
.current-location.accordion p,
.current-location.accordion h3,
.current-location.accordion a {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.location.accordion h3,
.current-location.accordion h3 {
  color: #101828;
  margin: 0 0 15px;
  font-size: 18px;
}
.location.accordion p,
.current-location.accordion p {
  line-height: 18px;
}
.location .accordion-item p,
.current-location .accordion-item p {
  margin: 0;
}

.location-block strong {
  margin-bottom: 5px;
  display: inline-block;
}
.location-block a {
  margin: 0 0 5px 0;
}
.location-block.alt-address h3 {
  margin: 0 0 5px;
}
.location-block.alt-address strong {
  font-size: 12px;
}

.location-column-wrapper .accordion-item a:hover {
  color: #006bd3;
}

.current-location h3 {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #344054;
  font-size: 14px;
  margin: 10px 0 5px 0;
}
.current-location p, .current-location a {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 300;
  color: #344054;
  word-wrap: break-word;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.current-location a.regional-button {
  display: block;
  border: 1px solid #d0d5dd;
  padding: 10px 15px;
}
.current-location .location-block {
  margin-bottom: 10px;
}
.current-location .location-block strong {
  margin-bottom: 0;
}
.current-location .location-block.alt-address strong {
  font-size: 10px;
  margin-bottom: 2px;
}
.current-location .phone-item,
.current-location .alt-item {
  margin-bottom: 5px;
}

.graph-header {
  font-family: 'Arial';
  font-size: 28px;
  font-weight: 700;
  color: #344054;
}

.product-graph-wrapper .graph .title {
  font-family: 'Arial';
  color: #006bd3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.product-graph-wrapper .graph .modal-title {
  color: black;
  font-style: normal;
}

.product-tech-spec sub,
.product-tech-spec sup {
  font-size: 75%;
}

.product-tech-spec sub {
  bottom: -0.35em;
}

.product-tech-spec sup {
  top: -0.5em;
}

.left-block-copy h2 {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #344054;
  text-transform: none;
}

.blue-block-copy h2 {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  text-transform: none;
}

.data-table h2 {
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.data-table-footnote-container p {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
}

.table-preview h1, .table-preview h2 {
  color: #101828;
}

.industry-caro-holder h2,
.bio-caro-holder h2 {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #344054;
  text-align: center;
  text-transform: none;
}
@media (min-width: 768px) {
  .industry-caro-holder h2,
  .bio-caro-holder h2 {
    font-size: 24px;
  }
}

.industry-caro-holder p {
  text-align: center;
}
@media (min-width: 1280px) {
  .industry-caro-holder p {
    font-size: 16px;
  }
}

.bio-caro-holder p {
  text-align: left;
  margin: 5px 0 20px;
  font-size: 12px;
}

.industry-carousel h2,
.bio-carousel h2 {
  margin-bottom: 0;
}

.bio-container a {
  color: #98a2b3;
}

.bio-container a:hover {
  color: #006bd3;
}

.bio-carousel h2 {
  font-size: 20px;
  text-align: left;
}

.bio-carousel h4 {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #344054;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}

.industry-carousel p {
  margin-top: 5px;
}

.industry-carousel p.learn-more {
  text-align: center;
  display: block;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 700;
  color: #98a2b3;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto;
}

.industry-carousel .item:hover p.learn-more {
  color: #f17a22;
}

.video-banner-content .carousel-copy h2 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .video-banner-content .carousel-copy h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 42px;
    max-width: 70%;
  }
}

.video-carousel .white-text h2,
.video-carousel .white-text span {
  color: black;
}
@media (min-width: 768px) {
  .video-carousel .white-text h2,
  .video-carousel .white-text span {
    color: white;
  }
}

.video-carousel .black-text h2,
.video-carousel .black-text span {
  color: black;
}
@media (min-width: 768px) {
  .video-carousel .black-text h2,
  .video-carousel .black-text span {
    color: black;
  }
}

.multi-content-copy h2 {
  font-family: 'Arial';
  font-size: 22px;
  font-weight: 700;
  color: #344054;
  margin: 10px 0;
}

.multi-content .multi-content-copy b {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.multi-content:hover .multi-content-copy b {
  color: #f17a22;
}

.large-image-content h2,
.large-image-content p {
  text-align: center;
  color: #1d2939;
}

.large-image-content p {
  margin-bottom: 30px;
}

.large-image-content button.line {
  color: #98a2b3;
}

.large-image-content button.line:hover {
  color: white;
}

.information-post-filter h2 {
  color: #98a2b3;
}

.information-feed-filter h2 {
  color: #98a2b3;
}

.information-feed-filter .tag,
.information-post-filter a {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 300;
  color: #344054;
  font-size: 14px;
  color: #101828;
  font-weight: 400;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.information-feed-filter p.selected,
.information-feed-filter a:hover,
.information-feed-filter p:hover,
.information-post-filter a:hover {
  color: black;
}

.information-item-preview h2 {
  color: #1d2939;
  margin-top: 0;
  margin-bottom: 10px;
}

.summary-body p {
  word-break: break-word;
  margin-bottom: 0;
}

.summary-body span p {
  text-transform: uppercase;
  font-weight: 600;
}

.summary-body span + p {
  margin-top: 5px;
}

.resource-body .accordion-item h1,
.resource-body .accordion-item h2,
.resource-body .accordion-item h3 {
  text-transform: uppercase;
  font-size: 16px;
}

.case-study-body .accordion-item h1,
.case-study-body .accordion-item h2,
.case-study-body .accordion-item h3 {
  text-transform: uppercase;
  font-size: 16px;
}

.case-study-body .accordion-item {
  color: white;
}

.case-study-body .accordion-wrapper a {
  color: #006bd3;
}

.periodic-copy h1,
.periodic-copy p {
  color: black;
  text-align: center;
  margin: 5px auto;
}

.periodic-copy h1 {
  width: 475px;
  margin: 5px auto 20px;
}

.periodic-copy p {
  width: 340px;
}

.periodic-table li span:first-child {
  counter-increment: element;
  content: counter(element);
  font-size: 9px;
  font-weight: bold;
  color: black;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.periodic-table li span:nth-child(2) {
  font-weight: bold;
  font-size: 24px;
  color: black;
  margin: 5px 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.periodic-table li span:last-child {
  font-size: 9px;
  color: black;
  font-weight: bold;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.element-callout span {
  color: #006bd3;
  font-weight: 700;
  font-size: 110px;
  text-align: center;
  display: block;
}

.group-container .element-callout span {
  font-size: 36px;
}

.element-callout span:first-child,
.element-callout span:last-child {
  color: white;
  font-size: 24px;
}

.elemental-description p {
  line-height: 20px;
}

.group-container .element-callout span:first-child,
.group-container .element-callout span:last-child {
  font-size: 14px;
}

@media all and (max-width: 720px) {
  .periodic-copy h1,
  .periodic-copy p {
    width: 300px;
  }
}
@media all and (max-width: 1280px) {
  .periodic-table {
    margin: 50px 0 0;
  }
}
.conversion h1 {
  width: auto;
  max-width: 420px;
  margin: 0 auto;
  color: #1d2939;
  text-align: center;
}

.conversion p {
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin: 25px auto 35px;
  font-weight: 400;
}

.conversion-list h3 {
  color: #1d2939;
  font-size: 16px;
  margin: 0;
}

.conversion-list ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  justify-content: space-between;
  background: #1d2939;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto -2px;
  width: 100%;
}
@media (min-width: 1280px) {
  .conversion-list ul {
    background: transparent;
    width: 100%;
    padding: 0;
    flex-direction: row;
  }
}

.conversion-list li {
  margin: 10px 0 0;
  cursor: pointer;
  font-weight: 600;
  color: white;
  padding: 0 0 10px 10px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
@media (min-width: 1280px) {
  .conversion-list li {
    margin: 0;
    padding: 5px 15px;
    text-align: center;
    color: #98a2b3;
    border-bottom: 2px solid transparent;
  }
}

@media (max-width: 1279px) {
  .conversion-list li:last-child {
    border-bottom: 0px solid transparent;
  }
}

.conversion-list li.current-conversion,
.conversion-list li:hover {
  color: #006bd3;
}
@media (min-width: 1280px) {
  .conversion-list li.current-conversion,
  .conversion-list li:hover {
    border-bottom: 2px solid #006bd3;
  }
}

.conversion-wrapper h2 {
  width: 100%;
  color: #006bd3;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .conversion-wrapper h2 {
    margin-bottom: 25px;
  }
}

.conversion label {
  font-weight: 600;
  font-size: 12px;
}

.subscribe-container h2 {
  color: #1d2939;
  border-top: 3px solid #d0d5dd;
  padding: 20px 20px 0;
  margin-top: 15px;
}

.subscribe-container h2.no-border {
  border-top: 3px solid transparent;
}

.the-interests h4 {
  color: #006bd3;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #d0d5dd;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.subscribe-content p {
  font-size: 14px;
  margin-bottom: 30px;
}

.interest label,
.radio-container label {
  font-size: 14px;
  margin: 0 0 0 10px;
}

label.big-label {
  font-size: 16px;
  font-weight: 600;
}

.form-wrap a.dark-line {
  color: #98a2b3;
  text-decoration: underline;
  margin: 0 30px;
  font-weight: 600;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.form-wrap a.dark-line:hover {
  color: #1d2939;
}

.page-form h2,
.feedback-form h2 {
  color: #1d2939;
  margin-bottom: 10px;
}
.page-form p,
.feedback-form p {
  margin-top: 10px;
}

.form-wrapper button {
  color: white;
}

.center-modal h1 {
  text-align: center;
  margin: 0 auto;
}

.center-modal p {
  text-align: center;
  max-width: 320px;
  margin: 20px auto 30px;
}

.forgot-password-form .text h1,
.forgot-password-form .text {
  text-align: center;
}

.forgot-password-modal * {
  text-align: center;
}

.dashboard h1 {
  color: #1d2939;
}

.breadcrumb-holster span {
  font-weight: 600;
  font-size: 14px;
  color: #98a2b3;
}

.success-modal h3,
.failure-modal h3 {
  color: #101828;
  text-transform: none;
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
}
.success-modal p,
.failure-modal p {
  text-align: center;
  line-height: 24px;
}
.success-modal .email-placeholder,
.failure-modal .email-placeholder {
  font-weight: 600;
}

.calculator-project h1,
.calculator-project h3,
.calculator-project h4,
.calculator-page h1 {
  color: #101828;
  width: 100%;
}

.calculator-project h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.calculator-project .location {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}

.breadcrumb-holster span,
.breadcrumb-holster svg {
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

.breadcrumb-holster a:hover span,
.breadcrumb-holster a:hover svg {
  color: #006bd3;
  fill: #006bd3;
}

.project-calculators a span {
  color: #1d2939;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

.project-calculators a.add-calculator:hover span {
  color: #006bd3;
}

.project-calculators h2 {
  color: #1d2939;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

.project-calculators a:hover h2 {
  color: #006bd3;
}

.calculator-modal .modal-body h2,
.calculator-modal .modal-body h4 {
  color: #1d2939;
  text-align: center;
}

@media (min-width: 700px) {
  table.responsive td, table.responsive th {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .section-header h2 {
    font-size: 28px;
  }

  .cta-contact h2,
  .cta-contact p {
    text-align: left;
  }

  .prod-tech-spec h3 {
    margin: 0 10px 20px 10px;
  }

  table th {
    font-weight: bold;
  }

  table td,
  table th {
    padding: 10px;
    text-align: left;
  }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child {
    display: table-cell;
    visibility: visible;
  }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: normal;
    overflow: hidden;
  }

  .left-block-copy h2 {
    font-family: 'Arial';
    font-size: 28px;
    font-weight: 700;
    color: #344054;
  }

  .blue-block-copy h2 {
    font-family: 'Arial';
    font-size: 28px;
    font-weight: 700;
    color: white;
  }

  .separated-text-block h2 {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .carousel-copy h2 {
    margin-top: 0;
  }

  .horizontal h2 {
    margin-top: 10px;
  }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    width: 280px;
  }
}
@media (min-width: 1280px) {
  .new-carousel.carousel-copy h2,
  .new-carousel.carousel-copy p {
    font-size: inherit;
    font-family: inherit;
    size: inherit;
    font-weight: inherit;
  }
}
.left-align * {
  text-align: left;
}
.left-align p {
  margin: 15px 0;
}

.center-align * {
  text-align: center;
}

.black-text *,
.white-bg * {
  color: #101828;
}

.white-text *,
.black-bg * {
  color: white;
}

.main-banner.left-align p {
  margin-left: 0;
}
.main-banner h1 {
  font-size: 46px;
  line-height: 56px;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 720px) {
  .main-banner h1 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .main-banner h1 {
    font-size: 64px;
    line-height: 72px;
  }
}
.main-banner p {
  font-size: 16px;
  line-height: 24px;
  max-width: 420px;
  margin: 15px auto;
}
@media (min-width: 720px) {
  .main-banner p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .main-banner p {
    font-size: 20px;
    line-height: 25px;
  }
}

.landing-page .main-banner h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 720px) {
  .landing-page .main-banner h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .landing-page .main-banner h1 {
    font-size: 48px;
    line-height: 58px;
  }
}

.copy-banner h1, .copy-banner h2, .copy-banner h3, .copy-banner h4 {
  color: #101828;
}
.copy-banner h1 {
  font-size: 38px;
  line-height: 42px;
}
@media (min-width: 720px) {
  .copy-banner h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .copy-banner h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
.copy-banner h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  width: 100%;
  margin: 0;
}
@media (min-width: 720px) {
  .copy-banner h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) {
  .copy-banner h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.copy-banner h4 {
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}
.copy-banner p {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 720px) {
  .copy-banner p {
    font-size: 18px;
    line-height: 24px;
  }
}
.copy-banner.column-align * {
  text-align: center;
}
.copy-banner.column-align .link-list a {
  margin: 0 15px 15px;
}
.copy-banner .link-list a {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 0 0 10px 0;
  border-bottom: 3px solid #006bd3;
  margin: 0 25px 15px 0;
  transition: all 125ms ease-in-out;
}
.copy-banner .link-list a:hover {
  border-bottom: 3px solid #f17a22;
}

.card .subhead {
  font-size: 12px;
  font-weight: 400;
  color: #006bd3;
  text-transform: uppercase;
}
.card .link-label {
  font-size: 18px;
  font-weight: 500;
  color: #101828;
}
.card h3 {
  font-size: 20px;
  line-height: 26px;
  color: #101828;
  margin: 10px 0;
  text-transform: none;
}
@media (min-width: 720px) {
  .card h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .card h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.three-card .card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mgnl-error-message {
  width: 100%;
  padding: 20px;
  margin: 20px 0;
  box-sizing: border-box;
  background: #d0d5dd;
}
.mgnl-error-message h3 {
  margin: 0;
  color: #101828;
  width: 100%;
  text-align: center;
}


input {
  padding: 12px !important;
  border: 1px solid #e3e3e3 !important;
}
.jms-matric-unit {
	display: flex;
	justify-content: center;
	gap: 5px;
}
span.input-group-text {
  padding: 12px 19px !important;
  background: white !important;
  border: 1px solid #e3e3e3 !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f7f7f7 !important;
}
.jms-slash {
  margin-top: 12px;
  font-size: 60px;
}
@media only screen and (max-width: 600px){
  .main-banner{
      height: 180px;
  }
}
button, .button {
border: none;
outline: none;
color: white;
font-size: 14px;
line-height: 18px;
font-family: 'Arial';
font-weight: 700;
text-transform: none;
text-decoration: none !important;
text-align: center;
display: inline-flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
align-self: center;
flex-shrink: 0;
cursor: pointer;
padding: 12px 25px;
background: #006bd3;
border-radius: 3px;
box-sizing: border-box;
-webkit-transition: all 125ms ease-in-out;
-moz-transition: all 125ms ease-in-out;
-ms-transition: all 125ms ease-in-out;
-o-transition: all 125ms ease-in-out;
transition: all 125ms ease-in-out;
}
button.lg-button, .button.lg-button {
font-size: 14px;
line-height: 18px;
padding: 12px 20px;
}
.card {
  border: unset !important;
  border-radius: 0px !important;
}
label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: .5rem;
}

label.font-weight-bold {
  font-weight: 700;
}
.jms-matric-unit button{
  padding: 12px 12px !important;
}

@media (min-width: 986px) and (max-width: 1400px) {
    .row {
        --bs-gutter-x:1rem !important
    }
    input {
        padding: 10px !important;
    }
    span.input-group-text {
        padding: 12px 8px !important;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }
}