.t, .b {
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background: black;
  z-index: 100000;
}

.b {
  background: red;
}

.mgnlEditorBar + .wrapper {
  flex-wrap: wrap !important;
}
.mgnlEditorBar.mgnlEditor {
  width: 100% !important;
}
.mgnlEditorBar.mgnlEditor.area {
  width: 100% !important;
}
.mgnlEditorBar.mgnlEditor.component.mgnlEditorBarStatusIndicator {
  width: 100% !important;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f9fafb;
  font-family: 'Arial' !important;
}

body {
  padding-top: 50px;
  overflow: auto;
  overflow-x: hidden;
}
@media (min-width: 832px) {
  body {
    padding-top: 0px;
  }
}
@media (min-width: 986px) {
  body {
    padding-top: 117px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1010px;
  background: transparent;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0 20px;
    flex-wrap: nowrap;
  }
}

.flex-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .flex-wrapper {
    padding: 0 20px;
  }
}

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[disabled], button.disabled,
.button[disabled],
.button.disabled {
  cursor: auto;
  background: #d0d5dd;
}
button[disabled]:hover, button.disabled:hover,
.button[disabled]:hover,
.button.disabled:hover {
  background: #d0d5dd;
}
button:hover,
.button:hover {
  background: #0076e8;
  color: white;
}
button.lg-button,
.button.lg-button {
  font-size: 14px;
  line-height: 18px;
  padding: 12px 20px;
}
@media (min-width: 768px) {
  button.lg-button,
  .button.lg-button {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 24px;
  }
}
button.lg-button p,
.button.lg-button p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  button.lg-button p,
  .button.lg-button p {
    font-size: 16px;
    line-height: 20px;
  }
}
button.md-button,
.button.md-button {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 14px;
}
@media (min-width: 768px) {
  button.md-button,
  .button.md-button {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 14px;
  }
}
button.md-button p,
.button.md-button p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  button.md-button p,
  .button.md-button p {
    font-size: 14px;
    line-height: 20px;
  }
}
button.sm-button,
.button.sm-button {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 14px;
}
@media (min-width: 768px) {
  button.sm-button,
  .button.sm-button {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 14px;
  }
}
button.sm-button p,
.button.sm-button p {
  margin: 0 !important;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  button.sm-button p,
  .button.sm-button p {
    font-size: 12px;
    line-height: 16px;
  }
}
button.cta-button,
.button.cta-button {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
  color: white !important;
  font-weight: 700;
  text-decoration: none !important;
  padding: 15px 20px;
  margin: 10px 0;
  background: #006bd3;
  cursor: pointer;
}
@media (min-width: 768px) {
  button.cta-button,
  .button.cta-button {
    align-self: flex-start;
  }
}
button.cta-button:hover,
.button.cta-button:hover {
  background: #0076e8;
}
button.cta-button p,
.button.cta-button p {
  color: white;
  margin: 0;
  font-weight: 700;
}
button.cta-button svg,
.button.cta-button svg {
  height: 18px;
  width: 18px;
  margin-left: 8px;
  fill: white;
}
button.orange-button,
.button.orange-button {
  background: #f17a22;
}
button.orange-button:hover,
.button.orange-button:hover {
  background: #ff8625;
}
button.line,
.button.line {
  background: transparent;
  border: 2px solid white;
}
button.line:hover,
.button.line:hover {
  background: white;
  color: #006bd3;
}
button.dark-line,
.button.dark-line {
  color: #101828;
  background: transparent;
  border: 2px solid #101828;
}
button.dark-line:hover,
.button.dark-line:hover {
  color: white;
  border: 2px solid #f17a22;
  background: #f17a22;
}
button.dark-line.lg-button,
.button.dark-line.lg-button {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  button.dark-line.lg-button,
  .button.dark-line.lg-button {
    padding: 12px 24px;
  }
}
button.dark-line.md-button, button.dark-line.sm-button,
.button.dark-line.md-button,
.button.dark-line.sm-button {
  padding: 6px 14px;
}
button svg,
.button svg {
  height: 18px;
  width: 18px;
  margin-left: 8px;
  fill: white;
}
button p,
.button p {
  color: white;
  margin: 0 !important;
  font-weight: 700;
}

.side-bar {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .side-bar {
    padding: 0;
  }
}

.fixed-bar {
  position: fixed;
  width: calc(100% - 10px);
}
@media (min-width: 768px) {
  .fixed-bar {
    width: 225px;
  }
}

.absolute-bar {
  position: absolute;
  top: inherit;
  width: calc(100% - 10px);
}
@media (min-width: 768px) {
  .absolute-bar {
    width: 225px;
  }
}

.main-bar {
  width: 100%;
}

.side-flex {
  width: calc(100% - 10px);
  margin: 0 5px;
}
@media (min-width: 768px) {
  .side-flex {
    width: 225px;
  }
}
@media (min-width: 1024px) {
  .side-flex {
    margin: 0 7.5px;
  }
}

.main-flex {
  width: calc(100% - 10px);
  margin: 0 5px;
}
@media (min-width: 768px) {
  .main-flex {
    width: calc(100% - 245px);
  }
}
@media (min-width: 1024px) {
  .main-flex {
    width: 754px;
    margin: 0 7.5px;
  }
}
@media (min-width: 1280px) {
  .main-flex {
    width: 955px;
  }
}

.logo {
  height: 50px;
  width: 162px;
  margin: 1px 0 0 0;
  opacity: 1;
  -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;
}
.logo.ls-logo {
  width: 300px;
}

.life-sciences-logo {
  height: 50px;
  width: 170px;
  float: left;
  margin: 1px 0 0 0;
}
@media (min-width: 480px) {
  .life-sciences-logo {
    width: 299px;
  }
}

.calculator-page {
  background: #f2f4f7;
}
.calculator-page header {
  position: relative;
  z-index: 1001;
}
.calculator-page .mega-container {
  position: absolute;
}

footer .logo {
  width: 150px;
  height: 40px;
}
@media (min-width: 1000px) {
  footer .logo {
    width: 190px;
    height: 50px;
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 750ms linear infinite;
  -moz-animation: rotating 750ms linear infinite;
  -ms-animation: rotating 750ms linear infinite;
  -o-animation: rotating 750ms linear infinite;
  animation: rotating 750ms linear infinite;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  z-index: 1000;
  -webkit-transition: all 175ms ease-in-out;
  -moz-transition: all 175ms ease-in-out;
  -ms-transition: all 175ms ease-in-out;
  -o-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
}
@media (min-width: 1000px) {
  header {
    overflow: inherit;
  }
}

.mega-menu {
  width: 100%;
  position: relative;
  z-index: 1300;
  background: white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 986px) {
  .mega-menu {
    z-index: 1000;
    background: white;
  }
}
.mega-menu .mega-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .mega-menu .mega-wrapper {
    max-width: 1180px;
  }
}
.mega-menu .mega-extras {
  background: white;
  padding: 9px 0;
  width: 100%;
  position: absolute;
  top: 340px;
  display: none;
}
@media (min-width: 986px) {
  .mega-menu .mega-extras {
    background: #101828;
    position: relative;
    top: 0;
    display: block;
  }
}
.mega-menu .mega-extras .mega-wrapper {
  flex-direction: column;
}
@media (min-width: 986px) {
  .mega-menu .mega-extras .mega-wrapper {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.mega-menu .mega-extras .extra-item {
  font-size: 12px;
  color: #101828;
  white-space: nowrap;
  cursor: pointer;
  padding: 20px 25px;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}
@media (min-width: 986px) {
  .mega-menu .mega-extras .extra-item {
    color: white;
    padding: 0 20px;
    margin-left: 35px;
  }
  .mega-menu .mega-extras .extra-item:hover {
    color: white !important;
  }
  .mega-menu .mega-extras .extra-item:hover svg {
    fill: white !important;
  }
}
.mega-menu .mega-extras .extra-item:hover {
  color: #101828;
  text-decoration: underline;
}
.mega-menu .mega-extras .extra-item:hover svg {
  fill: #101828;
}
.mega-menu .mega-extras .extra-item svg {
  height: 12px;
  width: 12px;
  margin-right: 5px;
  fill: #101828;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}
@media (min-width: 986px) {
  .mega-menu .mega-extras .extra-item svg {
    fill: white;
  }
}
.mega-menu .mega-extras .extra-group {
  display: none;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #101828;
  padding: 60px 15px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
}
.mega-menu .mega-extras .extra-group.location-group {
  width: 100%;
}
@media (max-width: 985px) {
  .mega-menu .mega-extras .extra-group.location-group {
    overflow: scroll;
  }
}
@media (min-width: 986px) {
  .mega-menu .mega-extras .extra-group.location-group {
    padding: 35px 20px 20px;
    position: relative;
    top: 9px;
  }
}
@media (min-width: 1240px) {
  .mega-menu .mega-extras .extra-group.location-group {
    padding: 35px 0px 20px;
  }
}
.mega-menu .mega-extras .extra-group.location-group .mega-wrapper {
  flex-direction: column;
}
.mega-menu .mega-extras .extra-group.location-group h4 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
}
.mega-menu .mega-extras .extra-group.location-group .button {
  text-transform: uppercase;
  margin-top: 25px;
  width: 185px;
}
@media (min-width: 986px) {
  .mega-menu .mega-extras .extra-group.location-group .button {
    width: 185px;
  }
}
.mega-menu .mega-extras .extra-group.location-group .button:hover {
  color: white;
  background: #0076e8;
}
.mega-menu .mega-extras .extra-group .location-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 986px) {
  .mega-menu .mega-extras .extra-group .location-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.mega-menu .mega-extras .extra-group .location-list {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
}
@media (min-width: 986px) {
  .mega-menu .mega-extras .extra-group .location-list {
    padding: 0 10px;
  }
}
.mega-menu .mega-extras .extra-group .location-list ul {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.mega-menu .mega-extras .extra-group .location-list ul a {
  padding-left: 0;
}
@media (min-width: 986px) {
  .mega-menu .mega-extras .extra-group {
    width: auto;
    height: auto;
    padding: 10px;
    z-index: 1500;
    top: 32px;
  }
}
.mega-menu .mega-extras .extra-group h5 {
  color: white;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
@media (min-width: 986px) {
  .mega-menu .mega-extras .extra-group h5 {
    display: none;
  }
}
.mega-menu .mega-extras .extra-group a {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  color: white;
}
.mega-menu .mega-extras .extra-group a:hover {
  color: #006bd3;
}

.mega-menu .brand-link,
.mega-container .brand-link {
  padding: 0;
  display: inline-flex;
  flex-direction: column;
}
.mega-menu .logo,
.mega-container .logo {
  height: 60px;
  width: 150px;
  padding: 2px 25px;
  margin: 0;
}
@media (min-width: 832px) {
  .mega-menu .logo,
  .mega-container .logo {
    height: 70px;
    width: 185px;
    padding: 7px 25px;
  }
}
.mega-menu .logo svg,
.mega-container .logo svg {
  height: 100%;
  width: 100%;
}
.mega-menu .logo .purologo0,
.mega-container .logo .purologo0 {
  fill: #231F20;
}
.mega-menu .logo .purologo1,
.mega-container .logo .purologo1 {
  fill: #006BD3;
}
.mega-menu .mobile-back-btn,
.mega-container .mobile-back-btn {
  height: 12px;
  width: 12px;
  margin: 20px 25px 20px 30px;
  border-width: 2px;
  cursor: pointer;
  display: none;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -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;
}
.mega-menu .mobile-back-btn:hover,
.mega-container .mobile-back-btn:hover {
  border-color: #006bd3;
}

.cta-chunk {
  background: black;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 1080px) {
  .cta-chunk {
    width: 25%;
    justify-content: flex-end;
  }
}
@media (min-width: 1420px) {
  .cta-chunk {
    min-width: 420px;
  }
}
.cta-chunk img {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  object-fit: cover;
  align-self: center;
}
.cta-chunk .chuck-content {
  position: relative;
  z-index: 10;
  padding: 25px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1080px) {
  .cta-chunk .chuck-content {
    padding: 15px 45px 30px 30px;
    max-width: 275px;
  }
}
@media (min-width: 1200px) {
  .cta-chunk .chuck-content {
    padding: 40px 45px 30px 30px;
    max-width: 275px;
  }
}
.cta-chunk h3 {
  font-size: 24px;
  line-height: 30px;
  color: white;
  text-transform: none;
  margin: 10px 0;
}
.cta-chunk p {
  color: white;
  font-size: 14px;
  margin-bottom: 25px;
}

.menu-trigger {
  width: 100%;
  padding: 20px 25px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  color: #101828;
  text-decoration: none !important;
  box-sizing: border-box;
  border-bottom: solid 3px transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -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;
}
.menu-trigger .arrow-icon {
  height: 7px;
  width: 7px;
}
@media (min-width: 986px) {
  .menu-trigger {
    width: auto;
    padding: 32px 15px;
  }
  .menu-trigger .arrow-icon {
    display: none;
  }
}
@media (min-width: 1086px) {
  .menu-trigger {
    padding: 32px 25px;
  }
}
.menu-trigger:hover, .menu-trigger.active-menu {
  color: #006bd3;
}
.menu-trigger:hover .arrow-icon, .menu-trigger.active-menu .arrow-icon {
  border-color: #006bd3;
}
@media (min-width: 986px) {
  .menu-trigger:hover, .menu-trigger.active-menu {
    border-bottom: solid 3px #006bd3;
  }
}

.mega-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-transition: width 75ms ease-in-out;
  -moz-transition: width 75ms ease-in-out;
  -ms-transition: width 75ms ease-in-out;
  -o-transition: width 75ms ease-in-out;
  transition: width 75ms ease-in-out;
}
.mega-flex.logo-container {
  position: relative;
  z-index: 1200;
  background: white;
}
.mega-flex.trigger-container {
  display: none;
  opacity: 1;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}
@media (min-width: 986px) {
  .mega-flex.trigger-container {
    display: flex;
  }
}
.mega-flex.search-container {
  width: 125px;
  justify-content: space-between;
  position: relative;
  z-index: 1500;
  -webkit-transition: width 75ms ease-in-out;
  -moz-transition: width 75ms ease-in-out;
  -ms-transition: width 75ms ease-in-out;
  -o-transition: width 75ms ease-in-out;
  transition: width 75ms ease-in-out;
}
@media (min-width: 986px) {
  .mega-flex.search-container {
    justify-content: flex-end;
    width: 70px;
    margin-right: 20px;
  }
}

.flexible {
  flex-shrink: 1;
  width: 100%;
}

.flex-end {
  justify-content: flex-end;
}

.inline-flex {
  width: auto;
  display: inline-flex;
}

.menu-toggle {
  height: 55px;
  width: 55px;
  background: transparent;
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
}
@media (min-width: 986px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:hover .bar-container span {
  background: #006bd3;
}

.bar-container {
  height: 35px;
  width: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bar-container span {
  display: block;
  height: 2px;
  width: 23px;
  position: relative;
  top: 0px;
  background: black;
  margin: 3px 0;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

.transition-menu {
  pointer-events: none;
}
.transition-menu .bar-container span:first-child {
  top: 8px;
}
.transition-menu .bar-container span:last-child {
  top: -8px;
}

.x-container {
  position: absolute;
  top: 14px;
  left: 20px;
  height: 7px;
  width: 7px;
  padding: 10px;
  display: block;
  background: #101828;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -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;
}
@media (min-width: 986px) {
  .x-container {
    left: initial;
    right: 20px;
  }
}
.x-container:hover {
  background: black;
}
.x-container span {
  display: block;
  height: 1px;
  width: 12px;
  position: relative;
  left: -2px;
  background: white;
  margin: 3px 0;
}
.x-container span:first-child {
  top: 0px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.x-container span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.x-container span:last-child {
  top: -8px;
}

.mega-icon {
  height: 25px;
  width: 25px;
  padding: 15px;
  background: transparent;
  flex-shrink: 0;
  cursor: pointer;
}
.mega-icon svg {
  fill: #101828;
  -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;
}
.mega-icon:hover svg {
  fill: #006bd3;
}
.mega-icon.search-icon {
  position: relative;
  z-index: 10;
  -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;
}
@media (min-width: 986px) {
  .mega-icon.search-icon {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 767px) {
  .mega-icon.search-icon {
    left: calc(100% - 115px);
  }
}

.search-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: width 125ms ease-in-out;
  -moz-transition: width 125ms ease-in-out;
  -ms-transition: width 125ms ease-in-out;
  -o-transition: width 125ms ease-in-out;
  transition: width 125ms ease-in-out;
}
@media (min-width: 986px) {
  .search-form {
    position: relative;
  }
}
.search-form .search-input {
  border: 0;
  background: #f9fafb;
  width: 100%;
  opacity: 1;
  padding: 10px 15px 10px 60px;
  pointer-events: none;
}
@media (min-width: 986px) {
  .search-form .search-input {
    background: white;
    padding: 10px 15px 10px 55px;
    border-radius: 6px;
  }
}
.search-form .search-input:focus-visible, .search-form .search-input:focus {
  outline: none;
}

.open-locations .extra-group.location-group {
  display: block;
}

@media (max-width: 985px) {
  .open-languages .search-icon,
  .open-locations .search-icon {
    pointer-events: none !important;
    opacity: 0;
  }
}
.open-languages .mobile-back-btn,
.open-locations .mobile-back-btn {
  border-color: white;
  display: block;
  z-index: 1600;
}
@media (min-width: 986px) {
  .open-languages .mobile-back-btn,
  .open-locations .mobile-back-btn {
    display: none;
  }
}
.open-languages .mega-menu .mega-extras #languageTrigger,
.open-locations .mega-menu .mega-extras #languageTrigger {
  pointer-events: none;
}
@media (min-width: 986px) {
  .open-languages .mega-menu .mega-extras #languageTrigger,
  .open-locations .mega-menu .mega-extras #languageTrigger {
    pointer-events: all;
  }
}
.open-languages .mega-menu .mega-extras .language-group,
.open-locations .mega-menu .mega-extras .language-group {
  display: flex;
  pointer-events: all;
}
.open-languages .bar-container span,
.open-locations .bar-container span {
  background: white;
}

@media (max-width: 985px) {
  .open-search .mega-icon.search-icon {
    opacity: 0;
    pointer-events: none;
  }
  .open-search .mega-flex.logo-container {
    width: 0%;
  }
  .open-search .mega-flex.search-container {
    width: 100%;
  }
}
.open-search .search-form {
  pointer-events: all;
  width: 100%;
}
.open-search .search-form .search-input {
  pointer-events: all;
  background: #f9fafb;
}
@media (min-width: 986px) {
  .open-search .mega-flex.flexible {
    width: 0;
  }
}
@media (min-width: 986px) {
  .open-search .mega-flex.trigger-container {
    opacity: 0;
  }
}
@media (min-width: 986px) {
  .open-search .mega-flex.search-container {
    width: 420px;
  }
}

.mega-button {
  background: #f17a22;
  padding: 15px 20px;
  margin: 0 10px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
  -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;
}
.mega-button:hover {
  background: #ff8625;
}
.mega-button.prsm-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #101828;
  background: white;
  padding: 10px 20px;
  margin-left: 0px;
  -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;
}
.mega-button.prsm-btn:hover {
  color: #006bd3;
  font-size: 16px;
}
.mega-button.prsm-btn:hover svg {
  fill: url(main~2023-09-19-03-40-50-000~cache.css#paint1_linear);
}
.mega-button.prsm-btn svg {
  margin-right: 5px;
  fill: url(main~2023-09-19-03-40-50-000~cache.css#paint0_linear);
  -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;
}
.mega-button.line-button {
  border: 2px solid #006bd3;
  background: transparent;
  color: #006bd3;
  display: block;
  margin: 10px auto 20px;
}

.menu-group {
  display: none;
  flex-direction: column;
  position: relative;
  height: auto;
  width: 185px;
  min-width: 185px;
  padding: 60px 15px 60px;
  box-sizing: border-box;
}
@media (min-width: 986px) {
  .menu-group {
    padding: 10px 15px 60px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .menu-group {
    width: 245px;
    padding: 35px 15px;
  }
}
.menu-group.active-group {
  opacity: 1;
  pointer-events: all;
}
.menu-group.hidden-level {
  display: none;
}
.menu-group.active-level {
  z-index: 1200;
}
.menu-group.active-level > h5 {
  cursor: pointer;
}
@media (max-width: 985px) {
  .menu-group.active-level > h5 {
    pointer-events: none;
  }
}
.menu-group.active-level > h5:hover {
  color: #006bd3;
}
.menu-group.active-level > h5:hover .arrow-icon {
  border-color: #006bd3;
}
.menu-group.active-level > h5 .arrow-icon {
  display: none;
}
@media (min-width: 986px) {
  .menu-group.active-level > h5 .arrow-icon {
    display: block;
  }
}
@media (min-width: 986px) {
  .menu-group.active-level .menu-item {
    color: #98a2b3;
  }
  .menu-group.active-level .menu-item .arrow-icon {
    border-top: 2px solid #98a2b3;
    border-right: 2px solid #98a2b3;
  }
  .menu-group.active-level .menu-item:hover {
    color: #101828;
  }
  .menu-group.active-level .menu-item:hover .arrow-icon {
    border-top: 2px solid #101828;
    border-right: 2px solid #101828;
  }
  .menu-group.active-level .menu-item.active-parent {
    color: #006bd3;
  }
  .menu-group.active-level .menu-item.active-parent .arrow-icon {
    border-top: 2px solid #006bd3;
    border-right: 2px solid #006bd3;
  }
  .menu-group.active-level .active-group .menu-item {
    color: #101828;
  }
  .menu-group.active-level .active-group .menu-item .arrow-icon {
    border-top: 2px solid #101828;
    border-right: 2px solid #101828;
  }
  .menu-group.active-level .active-group.fade-level > .menu-item {
    color: #98a2b3;
  }
  .menu-group.active-level .active-group.fade-level > .menu-item .arrow-icon {
    border-top: 2px solid #98a2b3;
    border-right: 2px solid #98a2b3;
  }
  .menu-group.active-level .active-group.fade-level > .menu-item:hover {
    color: #101828;
  }
  .menu-group.active-level .active-group.fade-level > .menu-item:hover .arrow-icon {
    border-top: 2px solid #101828;
    border-right: 2px solid #101828;
  }
  .menu-group.active-level .active-group.fade-level > .menu-item.active-parent {
    color: #006bd3;
  }
  .menu-group.active-level .active-group.fade-level > .menu-item.active-parent .arrow-icon {
    border-top: 2px solid #006bd3;
    border-right: 2px solid #006bd3;
  }
}
@media (max-width: 985px) {
  .menu-group.active-level {
    display: flex;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    background: #101828;
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .menu-group.active-level h5,
  .menu-group.active-level .menu-item,
  .menu-group.active-level .menu-item p {
    color: white;
    font-weight: 500;
  }
  .menu-group.active-level h5:hover,
  .menu-group.active-level .menu-item:hover,
  .menu-group.active-level .menu-item p:hover {
    color: #006bd3;
  }
  .menu-group.active-level .arrow-icon {
    border-color: white;
  }
}
.menu-group h5 {
  color: #101828;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 15px;
  display: flex;
  align-items: center;
  -webkit-transition: color 75ms ease-in-out;
  -moz-transition: color 75ms ease-in-out;
  -ms-transition: color 75ms ease-in-out;
  -o-transition: color 75ms ease-in-out;
  transition: color 75ms ease-in-out;
}
.menu-group h5 .arrow-icon {
  display: none;
  margin-right: 10px;
  height: 5px;
  width: 5px;
  margin-top: -3px;
  border-top: 1px solid #101828;
  border-right: 1px solid #101828;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.menu-group .menu-group {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.menu-group .menu-group.active-group {
  opacity: 1;
  pointer-events: all;
  z-index: 1300;
}
@media (max-width: 985px) {
  .menu-group .menu-group.active-group {
    display: block;
    background: #101828;
    width: 100%;
  }
}
@media (min-width: 986px) {
  .menu-group .menu-group.active-group {
    left: 185px;
  }
}
@media (min-width: 1200px) {
  .menu-group .menu-group.active-group {
    left: 245px;
  }
}
.menu-group .menu-item {
  color: #101828;
}
@media (max-width: 985px) {
  .menu-group .menu-item {
    padding: 10px 15px;
  }
}
.menu-group .arrow-icon {
  border-top: 2px solid #101828;
  border-right: 2px solid #101828;
}

.mega-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  background: transparent;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 986px) {
  .mega-container {
    height: calc(100% - 108px);
    z-index: 900;
    top: 106px;
  }
}
.mega-container.open-mega {
  pointer-events: all;
  opacity: 1;
}
@media (max-height: 720px) {
  .mega-container.open-mega {
    overflow: scroll;
  }
}

.menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  height: 100%;
  width: 100%;
  display: none;
  background: rgba(51, 51, 51, 0.33);
}
@media (min-width: 986px) {
  .menu-overlay {
    display: block;
  }
}

.extra-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  height: 100%;
  width: 100%;
  display: none;
  background: transparent;
}

@media (min-width: 986px) {
  .open-extra-menu .extra-overlay {
    display: block;
  }
}

.main-menu {
  display: flex;
  flex-direction: column;
  background: white;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1000;
  transform: translateY(-360px);
}
@media (max-width: 985px) {
  .main-menu {
    overflow: auto;
  }
}
@media (min-width: 986px) {
  .main-menu {
    height: auto;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1080px) {
  .main-menu {
    flex-direction: row;
  }
}
.main-menu > .mega-flex {
  align-self: flex-start;
}
.main-menu > .mega-flex {
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 50px;
  box-sizing: border-box;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.open-mega .main-menu {
  transform: translateY(0px);
}

.mega-list {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 900;
}
@media (min-width: 986px) {
  .mega-list {
    flex-direction: row;
    height: auto;
  }
}
.mega-list .mega-button {
  align-self: flex-start;
  margin: 15px 15px 0;
}
.mega-list .mega-button.line-button {
  margin: 10px auto 20px;
}
@media (min-width: 986px) {
  .mega-list > .menu-item {
    display: none;
  }
}

.open-sub-menu .mega-list {
  overflow: auto;
}

.social-list {
  display: flex;
  flex-direction: row;
  padding: 25px 15px 15px;
}
.social-list a {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.social-list a:hover svg {
  fill: #006bd3;
}

.menu-item {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
  cursor: pointer;
  width: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: color 75ms ease-in-out;
  -moz-transition: color 75ms ease-in-out;
  -ms-transition: color 75ms ease-in-out;
  -o-transition: color 75ms ease-in-out;
  transition: color 75ms ease-in-out;
}
@media (min-width: 986px) {
  .menu-item {
    padding: 5px 15px;
    font-weight: 500;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .menu-item {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 15px;
  }
}
.menu-item:hover {
  text-decoration: underline;
}
.menu-item:hover, .menu-item.active-parent {
  color: #006bd3;
}
.menu-item:hover p, .menu-item.active-parent p {
  color: #006bd3;
}
.menu-item:hover .arrow-icon, .menu-item.active-parent .arrow-icon {
  border-top: 2px solid #006bd3;
  border-right: 2px solid #006bd3;
}
.menu-item p {
  color: #344054;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  -webkit-transition: color 75ms ease-in-out;
  -moz-transition: color 75ms ease-in-out;
  -ms-transition: color 75ms ease-in-out;
  -o-transition: color 75ms ease-in-out;
  transition: color 75ms ease-in-out;
}
@media (min-width: 986px) {
  .menu-item p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .menu-item p {
    font-size: 14px;
    line-height: 22px;
  }
}

.arrow-icon {
  height: 5px;
  width: 5px;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #101828;
  border-right: 2px solid #101828;
  -webkit-transition: border 75ms ease-in-out;
  -moz-transition: border 75ms ease-in-out;
  -ms-transition: border 75ms ease-in-out;
  -o-transition: border 75ms ease-in-out;
  transition: border 75ms ease-in-out;
}
@media (min-width: 1200px) {
  .arrow-icon {
    height: 7px;
    width: 7px;
  }
}

.open-mobile {
  height: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
}
.open-mobile header,
.open-mobile nav {
  height: 100%;
}
.open-mobile .logo {
  opacity: 0;
}
.open-mobile .mega-icon.search-icon {
  left: 10px;
}
.open-mobile.open-search .mega-icon.search-icon {
  opacity: 0;
  pointer-events: none;
}
.open-mobile .bar-container span:first-child {
  transform: rotate(45deg);
  top: 8px;
}
.open-mobile .bar-container span:nth-child(2) {
  width: 0px;
}
.open-mobile .bar-container span:last-child {
  transform: rotate(-45deg);
  top: -8px;
}
.open-mobile.transition-menu .bar-container span {
  transform: rotate(0deg);
}
.open-mobile .mega-menu .mega-extras {
  display: block;
}
.open-mobile .mega-flex:nth-child(2) {
  width: 0;
}
.open-mobile .mega-flex.search-container {
  width: 100%;
}
.open-mobile .mega-flex.trigger-container {
  position: absolute;
  top: 57px;
  left: 0;
  display: flex;
  flex-direction: column;
}
.open-mobile.active-mobile-dropdown .logo {
  display: none;
}
.open-mobile.active-mobile-dropdown .mega-extras {
  display: none;
}
.open-mobile.active-mobile-dropdown .mega-flex:last-child {
  width: auto;
}
.open-mobile.active-mobile-dropdown .mega-flex.trigger-container {
  display: none;
}
.open-mobile.active-mobile-dropdown .mega-icon.search-icon {
  display: none;
}

.active-mobile-dropdown .mega-menu {
  background: transparent;
  pointer-events: none;
}
.active-mobile-dropdown .mega-menu .mega-wrapper {
  pointer-events: all;
}
.active-mobile-dropdown .mobile-back-btn {
  border-color: white;
  display: block;
}
.active-mobile-dropdown .bar-container span {
  background: white;
}
.active-mobile-dropdown .mega-icon svg {
  fill: white;
}
.active-mobile-dropdown .cta-chunk .chuck-content {
  padding: 55px 25px 25px;
}
.active-mobile-dropdown.open-sub-menu .mega-wrapper {
  pointer-events: all;
  padding-bottom: 35px;
  background: rgba(16, 24, 40, 0.95);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(16, 24, 40, 0.95) 50%, rgba(16, 24, 40, 0) 85%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(16, 24, 40, 0.95)), color-stop(85%, rgba(16, 24, 40, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(16, 24, 40, 0.95) 50%, rgba(16, 24, 40, 0) 85%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(16, 24, 40, 0.95) 50%, rgba(16, 24, 40, 0) 85%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(16, 24, 40, 0.95) 50%, rgba(16, 24, 40, 0) 85%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(16, 24, 40, 0.95) 50%, rgba(16, 24, 40, 0) 85%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.results-wrapper {
  flex-direction: column;
}

.list-group {
  background: white;
  border-radius: 2px;
  padding: 15px 30px;
  margin: 10px auto;
  max-width: 1135px;
  width: 100%;
}

.search-results-container {
  padding: 10px 0;
  border-bottom: 1px solid #98a2b3;
}

.search-results-container:last-child {
  border-bottom: 1px solid transparent;
}

.excerpt {
  margin: 10px 0;
}

.the-results {
  background: transparent;
  border-radius: 2px;
  padding: 0 10px;
  -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;
}

.search-results-container:hover .the-results {
  background: #f9fafb;
  border-radius: 2px;
  padding: 10px;
}

.close-button {
  height: 45px;
  width: 45px;
  position: absolute;
  z-index: 500;
  top: 0;
  right: 0;
  background: #f9fafb;
  -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;
}
.close-button:hover {
  cursor: pointer;
  background: #d0d5dd;
}
.close-button:hover span {
  cursor: pointer;
}
.close-button span {
  height: 3px;
  width: 25px;
  background: #006bd3;
  display: block;
  position: relative;
  -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;
}
.close-button span:last-child {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -3px;
}

.video-modal .close-button {
  opacity: 0.85;
}
.video-modal .close-button:hover {
  opacity: 1;
}

.rotate-container {
  position: relative;
  top: 28px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero-banner {
  position: relative;
  width: calc(100% - 10px);
  box-sizing: border-box;
  margin: 10px 5px 0;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.puro-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.puro-carousel,
.image-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 100;
}
.puro-carousel:hover .arrow-link svg,
.image-carousel:hover .arrow-link svg {
  fill: #f17a22;
}
.puro-carousel.slide-count-1 .puro-pagination,
.image-carousel.slide-count-1 .puro-pagination {
  display: none !important;
}
.puro-carousel.puro-loaded,
.image-carousel.puro-loaded {
  display: block;
}
.puro-carousel.puro-loading,
.image-carousel.puro-loading {
  opacity: 0;
  display: block;
}
.puro-carousel.puro-hidden,
.image-carousel.puro-hidden {
  opacity: 0;
}
.puro-carousel.puro-text-select-on .puro-item,
.image-carousel.puro-text-select-on .puro-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.puro-carousel.puro-rtl,
.image-carousel.puro-rtl {
  direction: rtl;
}
.puro-carousel.puro-rtl .puro-item,
.image-carousel.puro-rtl .puro-item {
  float: right;
}
.puro-carousel .animated,
.image-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.puro-carousel .puro-animated-in,
.image-carousel .puro-animated-in {
  z-index: 0;
}
.puro-carousel .puro-animated-out,
.image-carousel .puro-animated-out {
  z-index: 100;
}
.puro-carousel .fadeOut,
.image-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.puro-carousel .puro-stage,
.image-carousel .puro-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-y;
}
.puro-carousel .puro-stage:after,
.image-carousel .puro-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.puro-carousel .puro-stage-outer,
.image-carousel .puro-stage-outer {
  position: relative;
  overflow: hidden;
}
.puro-carousel .puro-controls .puro-nav .puro-prev,
.puro-carousel .puro-controls .puro-nav .puro-next,
.image-carousel .puro-controls .puro-nav .puro-prev,
.image-carousel .puro-controls .puro-nav .puro-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.puro-carousel .puro-controls .puro-dot,
.image-carousel .puro-controls .puro-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.puro-carousel .puro-refresh .puro-item,
.image-carousel .puro-refresh .puro-item {
  display: none;
}
.puro-carousel .puro-grab,
.image-carousel .puro-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.puro-carousel .puro-item,
.image-carousel .puro-item {
  position: relative;
  min-height: 100px;
  padding: 15px;
  height: 360px;
  background: white;
  float: left;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
.puro-carousel .puro-item img,
.image-carousel .puro-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.puro-carousel .puro-item .owl-lazy,
.image-carousel .puro-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
@media (min-width: 768px) {
  .puro-carousel .puro-item,
  .image-carousel .puro-item {
    padding: 0;
    background: transparent;
    border-top: solid 0px transparent;
    height: 500px;
  }
  .puro-carousel .puro-item:hover,
  .image-carousel .puro-item:hover {
    border-top: solid 0px transparent;
  }
}
@media (min-width: 1024px) {
  .puro-carousel .puro-item,
  .image-carousel .puro-item {
    padding: 0;
    background: transparent;
    border-top: solid 0px transparent;
    height: 570px;
  }
}
.puro-carousel .puro-item,
.puro-carousel .puro-stage,
.puro-carousel .puro-stage-outer,
.image-carousel .puro-item,
.image-carousel .puro-stage,
.image-carousel .puro-stage-outer {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.puro-carousel .arrow-link,
.image-carousel .arrow-link {
  position: relative;
  bottom: 0px;
  right: 0px;
  display: inline-block;
}
.puro-carousel .arrow-link svg,
.image-carousel .arrow-link svg {
  fill: #006bd3;
}

.no-js .puro-carousel {
  display: block;
}

.puro-carousel-navigation {
  display: none;
}

.puro-pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: auto;
  text-align: center;
}

.puro-page {
  overflow: auto;
  display: inline-block;
  margin: 5px;
  padding: 0 !important;
}

.puro-page span {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #98a2b3;
  display: block;
  cursor: pointer;
  -webkit-transition: background 150ms ease-in-out;
  -moz-transition: background 150ms ease-in-out;
  -ms-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
}

.puro-page.active span,
.puro-page span:hover {
  background: #f17a22;
}

.carousel-image {
  height: 150px;
}

.old-banner.puro-carousel .puro-item {
  height: auto;
}
@media (min-width: 1024px) {
  .old-banner.puro-carousel .puro-item {
    height: 570px;
  }
}
.old-banner.puro-carousel .puro-item .item {
  margin-bottom: 40px;
}
.old-banner .carousel-image {
  margin-bottom: 10px;
}
.old-banner .arrow-link svg {
  fill: #006bd3;
}

.new-carousel.puro-carousel, .new-carousel.image-carousel {
  padding: 0 5px 25px;
  margin: 0 0 5px 0;
  border-bottom: 3px solid #d0d5dd;
  clear: both;
}
@media (min-width: 768px) {
  .new-carousel.puro-carousel, .new-carousel.image-carousel {
    padding: 25px 5px 0px;
  }
}
@media (min-width: 1024px) {
  .new-carousel.puro-carousel, .new-carousel.image-carousel {
    padding: 55px 8px;
  }
}
.new-carousel.puro-carousel .puro-stage-outer, .new-carousel.image-carousel .puro-stage-outer {
  padding: 0px 0 40px;
}
@media (min-width: 1024px) {
  .new-carousel.puro-carousel .puro-stage-outer, .new-carousel.image-carousel .puro-stage-outer {
    padding: 0;
  }
}
.new-carousel.puro-carousel .puro-item, .new-carousel.image-carousel .puro-item {
  height: auto;
  background: transparent;
  border-top: solid 0px transparent;
  padding: 25px 0 15px 0;
}
@media (min-width: 768px) {
  .new-carousel.puro-carousel .puro-item, .new-carousel.image-carousel .puro-item {
    height: auto;
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1024px) {
  .new-carousel.puro-carousel .puro-item, .new-carousel.image-carousel .puro-item {
    padding: 0;
    background: transparent;
    border-top: solid 0px transparent;
    height: 460px;
  }
}
.new-carousel.puro-carousel .puro-item:hover, .new-carousel.image-carousel .puro-item:hover {
  border-top: solid 0px transparent;
}
.new-carousel.puro-carousel .puro-item a,
.new-carousel.puro-carousel .puro-item .no-link-slide, .new-carousel.image-carousel .puro-item a,
.new-carousel.image-carousel .puro-item .no-link-slide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .new-carousel.puro-carousel .puro-item a,
  .new-carousel.puro-carousel .puro-item .no-link-slide, .new-carousel.image-carousel .puro-item a,
  .new-carousel.image-carousel .puro-item .no-link-slide {
    flex-direction: row;
  }
}
.new-carousel.puro-carousel .puro-pagination, .new-carousel.image-carousel .puro-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .new-carousel.puro-carousel .puro-pagination, .new-carousel.image-carousel .puro-pagination {
    width: 75%;
    padding: 0px 20px;
    bottom: 50px;
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  .new-carousel.puro-carousel .carousel-image, .new-carousel.image-carousel .carousel-image {
    width: 80%;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .new-carousel.puro-carousel .carousel-copy, .new-carousel.image-carousel .carousel-copy {
    padding: 0;
  }
}
.new-carousel.puro-page {
  overflow: auto;
  display: inline-block;
  margin: 5px;
}
.new-carousel.puro-page span {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #98a2b3;
  display: block;
  cursor: pointer;
  -webkit-transition: background 150ms ease-in-out;
  -moz-transition: background 150ms ease-in-out;
  -ms-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
}
@media (min-width: 768px) {
  .new-carousel .carousel-copy {
    width: 75%;
    padding: 10px 20px 5px;
  }
}
@media (min-width: 1024px) {
  .new-carousel .carousel-copy {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .new-carousel .puro-pagination {
    bottom: 30px;
  }
}

.ls-home .wrapper,
.ls-master .wrapper {
  padding: 0;
}
.ls-home .new-carousel.puro-carousel,
.ls-master .new-carousel.puro-carousel {
  border-bottom: none;
  padding: 0 0 30px 0;
  margin-bottom: 0;
  background: white;
}
@media (min-width: 768px) {
  .ls-home .new-carousel.puro-carousel,
  .ls-master .new-carousel.puro-carousel {
    padding: 0;
  }
}
.ls-home .new-carousel.puro-carousel .puro-stage-outer,
.ls-master .new-carousel.puro-carousel .puro-stage-outer {
  padding: 0;
}
.ls-home .new-carousel.puro-carousel .puro-item,
.ls-master .new-carousel.puro-carousel .puro-item {
  padding: 0;
  height: auto;
}
.ls-home .new-carousel.puro-carousel .puro-item a,
.ls-home .new-carousel.puro-carousel .puro-item .no-link-slide,
.ls-master .new-carousel.puro-carousel .puro-item a,
.ls-master .new-carousel.puro-carousel .puro-item .no-link-slide {
  display: block;
}
.ls-home .new-carousel.puro-carousel .carousel-copy,
.ls-master .new-carousel.puro-carousel .carousel-copy {
  padding: 0 15px;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .ls-home .new-carousel.puro-carousel .carousel-copy,
  .ls-master .new-carousel.puro-carousel .carousel-copy {
    position: absolute;
    bottom: 0;
    padding: 10px 40px 40px;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 1200px) {
  .ls-home .new-carousel.puro-carousel .carousel-copy,
  .ls-master .new-carousel.puro-carousel .carousel-copy {
    padding: 10px 0px 40px;
  }
}
.ls-home .new-carousel.puro-carousel .carousel-image,
.ls-master .new-carousel.puro-carousel .carousel-image {
  width: 100%;
  margin: 0;
}
.ls-home .new-carousel.puro-carousel .item-overlay,
.ls-master .new-carousel.puro-carousel .item-overlay {
  height: 100%;
  width: 100%;
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 50%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 50%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 50%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 50%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 50%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}
.ls-home .new-carousel.puro-carousel .puro-pagination,
.ls-master .new-carousel.puro-carousel .puro-pagination {
  bottom: 20px;
}
@media (min-width: 1024px) {
  .ls-home .new-carousel.puro-carousel .puro-pagination,
  .ls-master .new-carousel.puro-carousel .puro-pagination {
    width: 100%;
  }
}

.carousel-header {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .carousel-header {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .carousel-header {
    padding: 0;
  }
}

.ls-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .ls-wrapper {
    padding: 15px 20px 0;
  }
}

.hero-side-bar {
  position: relative;
  width: calc(100% - 10px);
  margin: 10px 5px 0;
}

.hero-content {
  height: auto;
  width: 100%;
  background: white;
  padding: 15px;
  margin: 0 auto;
  box-sizing: border-box;
  -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;
}

.hero-side-bar-image {
  height: 250px;
  width: 100%;
}

.section-header {
  width: 100%;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .section-header {
    padding: 10px 20px 40px;
  }
}
.section-header.left-align {
  text-align: left;
}
.section-header.center-align {
  text-align: center;
}
.section-header.border {
  border-top: 3px solid #d0d5dd;
  margin-top: 50px;
  padding-top: 20px;
}

.about-us .flex-wrapper {
  max-width: 1250px;
  box-sizing: border-box;
  margin: 0 auto 50px;
}
@media (min-width: 1024px) {
  .about-us .flex-wrapper {
    margin: 0 auto 100px;
  }
}

.ls-home .wrapper {
  max-width: none;
}
.ls-home .section-header {
  width: 100%;
  padding: 10px 20px;
  margin: 40px 0px 10px;
  border-top: 3px solid #d0d5dd;
}

.about-us-ls {
  background: #f9fafb;
}
.about-us-ls .section-header h2 {
  text-align: center;
}

.left-col,
.right-col {
  width: 100%;
}

.content-block {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  padding: 20px;
  margin: 10px 5px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
  -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;
}
@media (min-width: 1024px) {
  .content-block {
    width: calc(100% - 15px);
  }
}

.content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: auto;
  height: 100%;
}
.content-container a {
  width: 100%;
  flex-grow: 1;
  text-decoration: none !important;
}
@media (min-width: 480px) {
  .content-container a {
    width: 50%;
  }
}

.slim-content {
  position: relative;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  padding: 20px 20px 40px 20px;
  background: white;
  margin: 10px 5px 0;
}
@media (min-width: 1024px) {
  .slim-content {
    width: calc(100% - 15px);
  }
}

.slim-content-block-image {
  height: auto;
  width: 100%;
  padding-bottom: 62.5%;
  margin-bottom: 10px;
}

.arrow-link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 13px;
  width: 10px;
}

.dropdown-menu .arrow-link {
  display: none;
}

.arrow-link svg {
  height: 100%;
  fill: white;
  -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;
}

.link-copy {
  position: absolute;
  bottom: 11px;
  right: 25px;
  width: 140px;
  height: 17px;
  overflow: hidden;
}

.link-copy span {
  position: absolute;
  right: -200px;
  -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;
}

.updated-block:hover .link-copy span,
.slim-content:hover .link-copy span,
.view-more:hover .link-copy span {
  right: 10px;
}

.white-block .arrow-link svg {
  fill: #1d2939;
}

.multi-content-copy .arrow-link svg {
  fill: #006bd3;
}

.blue-block:hover .arrow-link svg {
  fill: #1d2939;
}

.grey-block:hover .arrow-link svg,
.white-block:hover .arrow-link svg,
.multi-content:hover .multi-content-copy .arrow-link svg {
  fill: #f17a22;
}

.grey-block {
  background: #1d2939;
}

.lite-grey-block {
  background: #f9fafb;
}

.blue-block {
  background: #006bd3;
}

.white-block {
  background: white;
}

.no-link:hover {
  cursor: auto;
}

.no-link:hover .white-block {
  cursor: auto;
}

.no-link:hover .blue-block {
  cursor: auto;
}

.no-link:hover .grey-block {
  cursor: auto;
}

.updated-container .content-block p {
  font-size: 16px;
}
.updated-container .content-block .link-copy span {
  color: #f17a22;
}
.updated-container .content-block:hover .link-copy span {
  color: #f17a22;
}
.updated-container .content-block:hover .arrow-link svg {
  fill: #f17a22;
}
.updated-container .arrow-link svg {
  fill: #101828;
}
.updated-container .slim-content {
  padding: 0 0 40px;
}
.updated-container .slim-content-block-image {
  padding-bottom: 62.5%;
}
.updated-container .content-holster {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 0;
}
.updated-container .content-holster * {
  float: none;
}

.updated-block {
  padding: 0 0 20px;
}
.updated-block .wide-content-block-image {
  height: 0;
  padding-bottom: 62.5%;
}
.updated-block .content-holster {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 0px;
}
.updated-block .content-holster * {
  float: none;
}
.updated-block:hover .link-copy span {
  color: #f17a22;
}
.updated-block:hover .arrow-link svg {
  fill: #f17a22;
}
.updated-block .arrow-link svg {
  fill: #101828;
}

.grey-block {
  background: #1d2939;
}

.white-block {
  background: white;
  -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;
}

.wide-content {
  text-decoration: none !important;
}

.wide-content-block-image,
.wide-content-block-poster {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
  background-color: #d0d5dd !important;
}

.yt-video-player-banner.embed-video,
.yt-video-player-card.embed-video,
.video-player.embed-video,
.ls-video-player.embed-video {
  height: 360px;
  width: 100%;
  position: relative;
}

.embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.original-url {
  display: none;
}

.play-button {
  height: 90px;
  width: 90px;
  border-radius: 60px;
  background: rgba(51, 51, 51, 0.75);
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -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;
}

.play-arrow {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 40px solid white;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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;
}

.play-button:hover {
  background: #006bd3 !important;
}

.play-button:hover .play-arrow {
  border-left: 40px solid white !important;
}

.title-box {
  position: absolute;
  top: 30px;
  left: 0;
  background: #006bd3;
  padding: 8px 20px;
  color: white;
}

.horz-container a:first-child {
  width: 100%;
}

.slim-content.horizontal {
  width: calc(100% - 10px);
  height: auto;
  min-height: 0;
  margin: 10px 5px 0;
  padding: 20px;
}

.horizontal .slim-content-block-image {
  padding: 0;
  margin: 0;
  height: 120px;
  width: 120px;
  float: left;
  border-radius: 100%;
  background: #d0d5dd;
}

.social-plugin {
  height: calc(100% - 10px);
  margin: 10px 10px 0 5px;
  padding: 10px 10px 15px;
  box-sizing: border-box;
  background: white;
}

.social-plugin a.u-floatLeft,
.social-plugin a.Icon.Icon--informationCircleWhite.js-inViewportScribingTarget {
  display: none;
}

.summary-block {
  padding-bottom: 45px;
}
@media (min-width: 480px) {
  .summary-block {
    padding-bottom: 75px;
  }
}

.summary-block h2 {
  width: 100%;
}

.summary-block a {
  display: block;
  overflow: auto;
  border-bottom: 2px solid white;
  padding: 10px 0;
}

.summary-block a.view-more {
  border-bottom: 0px solid transparent;
  width: calc(100% - 10px);
  position: absolute;
  bottom: 10px;
  right: 5px;
  height: 24px;
  padding: 0;
}

.summary-block a.view-more .link-copy {
  bottom: 3px;
}

.summary-block a.view-more .arrow-link {
  bottom: 6px;
}

.summary-block a:nth-child(2) h2 {
  margin-top: 5px;
}

.summary-block a:nth-child(4) {
  border-bottom: 0px solid transparent;
}

.summary-block:hover .arrow-link svg {
  fill: white;
}

.view-more.more-news:hover .arrow-link svg {
  fill: #f17a22;
}

.view-more.more-events:hover .arrow-link svg {
  fill: #1d2939;
}

.tertiary-nav-list li:last-child {
  border-bottom: 0px transparent solid;
}
@media (min-width: 768px) {
  .tertiary-nav-list li:last-child {
    border-bottom: 1px #d0d5dd solid;
  }
}

@media (min-width: 768px) {
  .child-count-2.tertiary-nav-list li:nth-child(1),
  .child-count-2.tertiary-nav-list li:nth-child(2),
  .child-count-3.tertiary-nav-list li:nth-child(2),
  .child-count-4.tertiary-nav-list li:nth-child(2),
  .child-count-4.tertiary-nav-list li:nth-child(4),
  .child-count-5.tertiary-nav-list li:nth-child(3),
  .child-count-6.tertiary-nav-list li:nth-child(3),
  .child-count-6.tertiary-nav-list li:nth-child(6),
  .child-count-7.tertiary-nav-list li:nth-child(4),
  .child-count-8.tertiary-nav-list li:nth-child(4),
  .child-count-8.tertiary-nav-list li:nth-child(8),
  .child-count-9.tertiary-nav-list li:nth-child(5),
  .child-count-10.tertiary-nav-list li:nth-child(5),
  .child-count-10.tertiary-nav-list li:nth-child(10),
  .child-count-11.tertiary-nav-list li:nth-child(6),
  .child-count-12.tertiary-nav-list li:nth-child(6),
  .child-count-12.tertiary-nav-list li:nth-child(12),
  .child-count-13.tertiary-nav-list li:nth-child(7),
  .child-count-14.tertiary-nav-list li:nth-child(7),
  .child-count-14.tertiary-nav-list li:nth-child(14),
  .child-count-15.tertiary-nav-list li:nth-child(8),
  .child-count-16.tertiary-nav-list li:nth-child(8),
  .child-count-16.tertiary-nav-list li:nth-child(16) {
    border-bottom: 0px transparent solid;
  }
}
@media (min-width: 1280px) {
  .child-count-2.tertiary-nav-list li:nth-child(1),
  .child-count-2.tertiary-nav-list li:nth-child(2),
  .child-count-3.tertiary-nav-list li:nth-child(2),
  .child-count-4.tertiary-nav-list li:nth-child(2),
  .child-count-4.tertiary-nav-list li:nth-child(4),
  .child-count-5.tertiary-nav-list li:nth-child(3),
  .child-count-6.tertiary-nav-list li:nth-child(3),
  .child-count-6.tertiary-nav-list li:nth-child(6),
  .child-count-7.tertiary-nav-list li:nth-child(4),
  .child-count-8.tertiary-nav-list li:nth-child(4),
  .child-count-8.tertiary-nav-list li:nth-child(8),
  .child-count-9.tertiary-nav-list li:nth-child(5),
  .child-count-10.tertiary-nav-list li:nth-child(5),
  .child-count-10.tertiary-nav-list li:nth-child(10),
  .child-count-11.tertiary-nav-list li:nth-child(6),
  .child-count-12.tertiary-nav-list li:nth-child(6),
  .child-count-12.tertiary-nav-list li:nth-child(12),
  .child-count-13.tertiary-nav-list li:nth-child(7),
  .child-count-14.tertiary-nav-list li:nth-child(7),
  .child-count-14.tertiary-nav-list li:nth-child(14),
  .child-count-15.tertiary-nav-list li:nth-child(8),
  .child-count-16.tertiary-nav-list li:nth-child(8),
  .child-count-16.tertiary-nav-list li:nth-child(16) {
    border-bottom: 1px #d0d5dd solid;
  }
}

@media (min-width: 768px) {
  .ls-tertiary .child-count-2.tertiary-nav-list li:nth-child(1),
  .ls-tertiary .child-count-2.tertiary-nav-list li:nth-child(2),
  .ls-tertiary .child-count-3.tertiary-nav-list li:nth-child(2),
  .ls-tertiary .child-count-4.tertiary-nav-list li:nth-child(2),
  .ls-tertiary .child-count-4.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-5.tertiary-nav-list li:nth-child(3),
  .ls-tertiary .child-count-6.tertiary-nav-list li:nth-child(3),
  .ls-tertiary .child-count-6.tertiary-nav-list li:nth-child(6),
  .ls-tertiary .child-count-7.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-8.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-8.tertiary-nav-list li:nth-child(8),
  .ls-tertiary .child-count-9.tertiary-nav-list li:nth-child(5),
  .ls-tertiary .child-count-10.tertiary-nav-list li:nth-child(5),
  .ls-tertiary .child-count-10.tertiary-nav-list li:nth-child(10),
  .ls-tertiary .child-count-11.tertiary-nav-list li:nth-child(6),
  .ls-tertiary .child-count-12.tertiary-nav-list li:nth-child(6),
  .ls-tertiary .child-count-12.tertiary-nav-list li:nth-child(12),
  .ls-tertiary .child-count-13.tertiary-nav-list li:nth-child(7),
  .ls-tertiary .child-count-14.tertiary-nav-list li:nth-child(7),
  .ls-tertiary .child-count-14.tertiary-nav-list li:nth-child(14),
  .ls-tertiary .child-count-15.tertiary-nav-list li:nth-child(8),
  .ls-tertiary .child-count-16.tertiary-nav-list li:nth-child(8),
  .ls-tertiary .child-count-16.tertiary-nav-list li:nth-child(16) {
    border-bottom: 0px transparent solid;
  }
}
@media (min-width: 1280px) {
  .ls-tertiary .child-count-2.tertiary-nav-list li:nth-child(1),
  .ls-tertiary .child-count-2.tertiary-nav-list li:nth-child(2),
  .ls-tertiary .child-count-3.tertiary-nav-list li:nth-child(2),
  .ls-tertiary .child-count-4.tertiary-nav-list li:nth-child(2),
  .ls-tertiary .child-count-4.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-5.tertiary-nav-list li:nth-child(3),
  .ls-tertiary .child-count-6.tertiary-nav-list li:nth-child(3),
  .ls-tertiary .child-count-6.tertiary-nav-list li:nth-child(6),
  .ls-tertiary .child-count-7.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-8.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-8.tertiary-nav-list li:nth-child(8),
  .ls-tertiary .child-count-9.tertiary-nav-list li:nth-child(5),
  .ls-tertiary .child-count-10.tertiary-nav-list li:nth-child(5),
  .ls-tertiary .child-count-10.tertiary-nav-list li:nth-child(10),
  .ls-tertiary .child-count-11.tertiary-nav-list li:nth-child(6),
  .ls-tertiary .child-count-12.tertiary-nav-list li:nth-child(6),
  .ls-tertiary .child-count-12.tertiary-nav-list li:nth-child(12),
  .ls-tertiary .child-count-13.tertiary-nav-list li:nth-child(7),
  .ls-tertiary .child-count-14.tertiary-nav-list li:nth-child(7),
  .ls-tertiary .child-count-14.tertiary-nav-list li:nth-child(14),
  .ls-tertiary .child-count-15.tertiary-nav-list li:nth-child(8),
  .ls-tertiary .child-count-16.tertiary-nav-list li:nth-child(8),
  .ls-tertiary .child-count-16.tertiary-nav-list li:nth-child(16) {
    border-bottom: 0px transparent solid !important;
  }
}

@media (min-width: 1280px) {
  .child-count-2.tertiary-nav-list li:nth-child(2),
  .child-count-3.tertiary-nav-list li:nth-child(1),
  .child-count-3.tertiary-nav-list li:nth-child(2),
  .child-count-3.tertiary-nav-list li:nth-child(3),
  .child-count-4.tertiary-nav-list li:nth-child(2),
  .child-count-4.tertiary-nav-list li:nth-child(4),
  .child-count-5.tertiary-nav-list li:nth-child(2),
  .child-count-5.tertiary-nav-list li:nth-child(4),
  .child-count-6.tertiary-nav-list li:nth-child(2),
  .child-count-6.tertiary-nav-list li:nth-child(4),
  .child-count-6.tertiary-nav-list li:nth-child(6),
  .child-count-7.tertiary-nav-list li:nth-child(3),
  .child-count-8.tertiary-nav-list li:nth-child(3),
  .child-count-8.tertiary-nav-list li:nth-child(6),
  .child-count-9.tertiary-nav-list li:nth-child(3),
  .child-count-9.tertiary-nav-list li:nth-child(6),
  .child-count-9.tertiary-nav-list li:nth-child(9),
  .child-count-10.tertiary-nav-list li:nth-child(4),
  .child-count-10.tertiary-nav-list li:nth-child(8),
  .child-count-11.tertiary-nav-list li:nth-child(4),
  .child-count-11.tertiary-nav-list li:nth-child(8),
  .child-count-12.tertiary-nav-list li:nth-child(4),
  .child-count-12.tertiary-nav-list li:nth-child(8),
  .child-count-12.tertiary-nav-list li:nth-child(12),
  .child-count-13.tertiary-nav-list li:nth-child(5),
  .child-count-14.tertiary-nav-list li:nth-child(5),
  .child-count-14.tertiary-nav-list li:nth-child(10),
  .child-count-15.tertiary-nav-list li:nth-child(5),
  .child-count-15.tertiary-nav-list li:nth-child(10),
  .child-count-15.tertiary-nav-list li:nth-child(15),
  .child-count-16.tertiary-nav-list li:nth-child(6) {
    border-bottom: 0px transparent solid;
  }
}

@media (min-width: 1280px) {
  .ls-tertiary .child-count-2.tertiary-nav-list li:nth-child(2),
  .ls-tertiary .child-count-3.tertiary-nav-list li:nth-child(1),
  .ls-tertiary .child-count-3.tertiary-nav-list li:nth-child(2),
  .ls-tertiary .child-count-3.tertiary-nav-list li:nth-child(3),
  .ls-tertiary .child-count-4.tertiary-nav-list li:nth-child(2),
  .ls-tertiary .child-count-4.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-5.tertiary-nav-list li:nth-child(2),
  .ls-tertiary .child-count-5.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-6.tertiary-nav-list li:nth-child(2),
  .ls-tertiary .child-count-6.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-6.tertiary-nav-list li:nth-child(6),
  .ls-tertiary .child-count-7.tertiary-nav-list li:nth-child(3),
  .ls-tertiary .child-count-8.tertiary-nav-list li:nth-child(3),
  .ls-tertiary .child-count-8.tertiary-nav-list li:nth-child(6),
  .ls-tertiary .child-count-9.tertiary-nav-list li:nth-child(3),
  .ls-tertiary .child-count-9.tertiary-nav-list li:nth-child(6),
  .ls-tertiary .child-count-9.tertiary-nav-list li:nth-child(9),
  .ls-tertiary .child-count-10.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-10.tertiary-nav-list li:nth-child(8),
  .ls-tertiary .child-count-11.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-11.tertiary-nav-list li:nth-child(8),
  .ls-tertiary .child-count-12.tertiary-nav-list li:nth-child(4),
  .ls-tertiary .child-count-12.tertiary-nav-list li:nth-child(8),
  .ls-tertiary .child-count-12.tertiary-nav-list li:nth-child(12),
  .ls-tertiary .child-count-13.tertiary-nav-list li:nth-child(5),
  .ls-tertiary .child-count-14.tertiary-nav-list li:nth-child(5),
  .ls-tertiary .child-count-14.tertiary-nav-list li:nth-child(10),
  .ls-tertiary .child-count-15.tertiary-nav-list li:nth-child(5),
  .ls-tertiary .child-count-15.tertiary-nav-list li:nth-child(10),
  .ls-tertiary .child-count-15.tertiary-nav-list li:nth-child(15),
  .ls-tertiary .child-count-16.tertiary-nav-list li:nth-child(6) {
    border-bottom: 1px #d0d5dd solid;
  }
}

.newsletter-modal .modal-body {
  padding: 0px;
}

.newsletter-wrapper {
  padding: 40px;
}

.newsletter-wrapper:nth-child(2) {
  padding-bottom: 0px;
}

.newsletter-wrapper:last-child {
  padding-top: 0px;
}

.open-interests .newsletter-wrapper:nth-child(2) {
  padding-bottom: 10px;
}

.open-interests .newsletter-wrapper:last-child {
  padding-top: 20px;
}

.newsletter-modal h3 {
  max-width: 420px;
  padding-top: 20px;
  margin: 40px 0 0;
  border-top: 4px solid #1d2939;
}

.newsletter-modal p {
  margin: 10px 0 25px;
}

.newsletter-modal input[type="text"] {
  padding: 15px 20px;
  margin: 10px 0;
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;
}

.newsletter-modal input[type="radio"] {
  position: absolute;
  top: 0;
  margin: 0;
}

.newsletter-modal label {
  padding-left: 30px;
}

@media (min-width: 768px) {
  .newsletter-modal .modal-dialog {
    width: 700px;
  }
}

.hidden-label {
  display: none;
}

.newsletter-modal button {
  height: 40px;
  width: 100%;
}
@media (min-width: 540px) {
  .newsletter-modal button {
    width: 200px;
  }
}

.newsletter-modal .orange-button {
  margin: 0 0 15px 0;
}
@media (min-width: 540px) {
  .newsletter-modal .orange-button {
    margin: 0 15px 0 0;
  }
}

.newsletter-wrapper button.dark-line,
.subscribe-container button.dark-line {
  width: 50px;
  min-width: 100px;
  padding: 0;
  border: none;
  text-decoration: underline;
}

.newsletter-wrapper button.dark-line:hover,
.subscribe-container button.dark-line:hover {
  background: transparent;
}

.newsletter-wrapper a.orange-button {
  height: 16px;
  min-height: 10px;
  min-width: 75px;
  background: #f17a22;
  border: none;
  outline: none;
  overflow: visible;
  cursor: pointer;
  padding: 15px 30px;
  display: inline-block;
  margin: 0 0 15px 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;
}
@media (min-width: 540px) {
  .newsletter-wrapper a.orange-button {
    width: 100px;
    margin: 0 15px 0 0;
  }
}

.newsletter-modal-image {
  background: url(../images/Signup_Modal_Image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
@media (min-width: 720px) {
  .newsletter-modal-image {
    height: 460px;
    width: 620px;
    display: block;
  }
}

.modal-flex {
  display: flex;
  flex-direction: row;
}

.radio-container {
  margin: 10px 0 30px;
  position: relative;
}

.interests-container {
  background: #f9fafb;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 150ms ease-in-out;
  -moz-transition: height 150ms ease-in-out;
  -ms-transition: height 150ms ease-in-out;
  -o-transition: height 150ms ease-in-out;
  transition: height 150ms ease-in-out;
}

.open-interests .interests-container {
  height: 300px;
  padding: 10px 40px 20px;
}

.interests-header-container {
  border-bottom: 1px solid #98a2b3;
  padding: 20px 0;
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0 0 10px 0;
}

.interests-header-container .interest,
.interests-header {
  width: 50%;
}

.the-interests {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .the-interests {
    flex-direction: row;
    margin-bottom: 0;
  }
}

.interest-column {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
@media (min-width: 768px) {
  .interest-column {
    width: 50%;
    padding: 10px 25px 30px;
  }
}

.interest,
.radio-container {
  position: relative;
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.double-image-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.double-image-container .dynamic-photo-container {
  width: 100%;
  margin: 15px 0 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .double-image-container .dynamic-photo-container {
    width: calc(50% - 5px);
    margin: 15px 5px 0;
  }
}
.double-image-container .dynamic-photo-container:first-child {
  margin-left: 0;
}
.double-image-container .dynamic-photo-container:nth-child(3) {
  margin-right: 0;
}

.banner {
  box-sizing: border-box;
  height: auto;
  width: 100%;
}
.banner.cta-banner {
  background: #006bd3;
  padding: 30px 25px;
  margin: 10px 5px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 150ms ease-in-out;
  -moz-transition: height 150ms ease-in-out;
  -ms-transition: height 150ms ease-in-out;
  -o-transition: height 150ms ease-in-out;
  transition: height 150ms ease-in-out;
}
.banner.cta-banner.close-button {
  top: 10px;
}
.banner.cta-banner a {
  margin-top: 20px;
}
.banner.cta-banner h2 {
  margin: 0 auto 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner.cta-banner h2 {
    margin: 0 20px 0 0;
    text-align: left;
  }
}
.banner.announcement-banner {
  padding: 10px 65px 10px 15px;
  background: #1e3665;
}
.banner.announcement-banner .cta-content {
  max-width: 1000px;
}
@media (min-width: 1280px) {
  .banner.announcement-banner .cta-content {
    max-width: 1180px;
  }
}
@media (min-width: 1100px) {
  .banner.announcement-banner {
    padding: 10px 15px;
  }
}
.banner.closed-banner {
  height: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.menu-opened .banner.announcement-banner {
  display: none;
}

.cta-footer {
  width: 100%;
  background: #101828;
}
.cta-footer .cta-content {
  max-width: 990px;
  padding: 35px 20px;
}
.cta-footer .cta-content h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  font-style: normal;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .cta-footer .cta-content h4 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 20px 0 0;
    text-align: left;
  }
}
@media (min-width: 480px) {
  .cta-footer .cta-content {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .cta-footer .cta-content {
    max-width: 1235px;
  }
}

.ls-cta-footer {
  background: #1e3665;
  margin-top: 25px;
}
.ls-cta-footer .cta-content {
  padding: 50px 20px;
}
@media (min-width: 480px) {
  .ls-cta-footer {
    margin-top: 40px;
  }
}

.cta-banner {
  max-width: 1000px;
  background: #006bd3;
}
@media (min-width: 1280px) {
  .cta-banner {
    max-width: 1195px;
  }
}

.cta-content {
  margin: 0 auto;
  overflow: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cta-content {
    flex-direction: row;
  }
}
.cta-content button,
.cta-content .button {
  white-space: nowrap;
}

@media (min-width: 1280px) {
  .calculator-page .cta-banner,
  .calculator-project-page .cta-banner {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .calculator-page .cta-content,
  .calculator-project-page .cta-content {
    max-width: 100%;
  }
}

.close-banner {
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 100;
}
.close-banner .close-trigger {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-banner .close-trigger span {
  display: block;
  height: 2px;
  width: 25px;
  background: white;
  position: relative;
}
.close-banner .close-trigger span:first-child {
  top: 2px;
}
.close-banner .close-trigger span:last-child {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cookie-banner {
  background: rgba(16, 24, 40, 0.95);
  padding: 15px 20px;
  z-index: 10000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(420px);
  width: calc(100% - 90px);
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 125ms ease-in-out;
}
@media (min-width: 480px) {
  .cookie-banner {
    flex-direction: row;
  }
}
.cookie-banner p {
  color: white;
  margin: 0;
}
.cookie-banner .dismiss-btn {
  padding: 10px 20px;
  margin-top: 15px;
  background: transparent;
  color: white;
  border: 2px solid white;
  color: white;
  width: calc(100% - 20px);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 75ms ease-in-out;
}
@media (min-width: 480px) {
  .cookie-banner .dismiss-btn {
    margin-top: 0;
    margin-left: 25px;
    width: auto;
  }
}
.cookie-banner .dismiss-btn:hover {
  background: white;
  color: #101828;
}

.no-consent .cookie-banner {
  transform: translateY(-20px);
}

footer {
  width: 100%;
}

.footer-content {
  background: white;
  padding: 35px 0 0 0;
}
@media (min-width: 768px) {
  .footer-content {
    padding: 50px 0 0 0;
  }
}

.footer-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .footer-wrapper {
    max-width: 1170px;
  }
}

.footer-logo-container {
  width: 100%;
  max-width: 320px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .footer-logo-container {
    width: 25%;
  }
}
.footer-logo-container .footer-logo {
  width: 150px;
  display: block;
}

.social-wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.social-wrap .social-icon {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}
.social-wrap .social-icon:hover svg {
  fill: #006bd3;
}
.social-wrap .social-icon svg {
  height: 100%;
  width: 100%;
  fill: #101828;
  -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-note {
  font-size: 12px;
  line-height: 16px;
  color: #9a9999;
  margin-bottom: 20px;
  margin-top: 5px;
}

.footer-navigation {
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-navigation {
    width: 75%;
    margin: 0 0 50px 50px;
    padding: 0 0 30px 0;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer-navigation {
    margin: 0 0 50px 100px;
  }
}
.footer-navigation ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 420px) {
  .footer-navigation ul {
    column-count: 2;
    column-gap: 25px;
  }
}
@media (min-width: 768px) {
  .footer-navigation ul {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .footer-navigation ul {
    column-gap: 75px;
  }
}
.footer-navigation li {
  width: 100%;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .footer-navigation li {
    width: auto;
    display: block;
  }
}
.footer-navigation li span {
  padding: 0 !important;
}

.footer-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 775px;
  margin: 0 auto;
  padding: 0 20px 10px;
  box-sizing: border-box;
}
.footer-contact div {
  width: 100%;
  padding: 0 0 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 420px) {
  .footer-contact div {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .footer-contact div {
    width: 25%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.footer-contact div span,
.footer-contact div a {
  font-size: 12px;
  color: #101828;
  -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-contact div span {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.footer-contact div a:hover {
  color: #006bd3;
}

.footer-bottom {
  background: #f9fafb;
  padding: 6px 20px;
}
.footer-bottom ul {
  padding: 0;
  margin: 0;
  max-width: 550px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer-bottom ul {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.footer-bottom li {
  text-align: left;
}
.footer-bottom .footer-bottom-text {
  text-align: center;
  padding: 0 30px;
  margin: 0 auto;
}

.captcha-container {
  margin-left: 0 !important;
  margin-top: 25px !important;
}
.captcha-container > div {
  margin-left: 0 !important;
}

.notification-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #f2f4f7;
  opacity: 1;
  overflow: hidden;
  transition: all 125ms ease-in-out;
}
.notification-bar h3 {
  text-align: left;
  font-size: 13px;
  color: #101828;
  margin: 0;
}

.processing-notification .download-icon,
.failure-notification .download-icon {
  display: none;
}

.failure-notification h3,
.success-notification h3 {
  color: white !important;
}
.failure-notification .loader-wheel,
.success-notification .loader-wheel {
  display: none;
}

.failure-notification {
  background: #ff5252;
}

.success-notification {
  background: #218437;
}

.download-content-container {
  flex-direction: column;
  align-items: flex-start;
}
.download-content-container .button {
  margin-top: 15px;
}

.loader-wheel {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  -webkit-transition: all 225ms ease-in-out;
  -moz-transition: all 225ms ease-in-out;
  -ms-transition: all 225ms ease-in-out;
  -o-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
  -webkit-animation: spin 0.85s steps(8) infinite;
  -moz-animation: spin 0.85s steps(8) infinite;
  animation: spin 0.85s steps(8) infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hidden-notification {
  height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  padding: 0 15px;
}

.reload-captcha {
  display: block;
  margin: 10px auto;
  width: 135px;
}

.footer-social .social-icon,
.ls-nav-social-container .social-icon {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  display: inline-block;
  fill: #1d2939;
  -webkit-transition: all 175ms ease-in-out;
  -moz-transition: all 175ms ease-in-out;
  -ms-transition: all 175ms ease-in-out;
  -o-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
}

.ls-nav-social-container .social-icon {
  fill: white;
  margin: 0 20px 0 0;
  width: 30px;
  height: 30px;
}

.footer-social .social-icon:hover,
.ls-nav-social-container .social-icon:hover {
  fill: #006bd3;
}

.footer-modal h1, .footer-modal h2, .footer-modal h3, .footer-modal h4, .footer-modal h5, .footer-modal h6, .footer-modal p,
.password-modal h1,
.password-modal h2,
.password-modal h3,
.password-modal h4,
.password-modal h5,
.password-modal h6,
.password-modal p,
.page-form h1,
.page-form h2,
.page-form h3,
.page-form h4,
.page-form h5,
.page-form h6,
.page-form p,
.feedback-form h1,
.feedback-form h2,
.feedback-form h3,
.feedback-form h4,
.feedback-form h5,
.feedback-form h6,
.feedback-form p,
.registration-form h1,
.registration-form h2,
.registration-form h3,
.registration-form h4,
.registration-form h5,
.registration-form h6,
.registration-form p,
.login-form h1,
.login-form h2,
.login-form h3,
.login-form h4,
.login-form h5,
.login-form h6,
.login-form p,
.registration-success h1,
.registration-success h2,
.registration-success h3,
.registration-success h4,
.registration-success h5,
.registration-success h6,
.registration-success p,
.calculator-modal h1,
.calculator-modal h2,
.calculator-modal h3,
.calculator-modal h4,
.calculator-modal h5,
.calculator-modal h6,
.calculator-modal p {
  margin: 0 0 10px;
  color: #101828;
}
.footer-modal h1,
.password-modal h1,
.page-form h1,
.feedback-form h1,
.registration-form h1,
.login-form h1,
.registration-success h1,
.calculator-modal h1 {
  font-size: 54px;
  line-height: 58px;
}
@media (min-width: 768px) {
  .footer-modal h1,
  .password-modal h1,
  .page-form h1,
  .feedback-form h1,
  .registration-form h1,
  .login-form h1,
  .registration-success h1,
  .calculator-modal h1 {
    font-size: 64px;
    line-height: 68px;
  }
}
.footer-modal h2,
.password-modal h2,
.page-form h2,
.feedback-form h2,
.registration-form h2,
.login-form h2,
.registration-success h2,
.calculator-modal h2 {
  font-size: 38px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .footer-modal h2,
  .password-modal h2,
  .page-form h2,
  .feedback-form h2,
  .registration-form h2,
  .login-form h2,
  .registration-success h2,
  .calculator-modal h2 {
    font-size: 48px;
    line-height: 54px;
  }
}
.footer-modal h3,
.password-modal h3,
.page-form h3,
.feedback-form h3,
.registration-form h3,
.login-form h3,
.registration-success h3,
.calculator-modal h3 {
  font-size: 26px;
  line-height: 30px;
  text-transform: none;
}
@media (min-width: 768px) {
  .footer-modal h3,
  .password-modal h3,
  .page-form h3,
  .feedback-form h3,
  .registration-form h3,
  .login-form h3,
  .registration-success h3,
  .calculator-modal h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
.footer-modal h4,
.password-modal h4,
.page-form h4,
.feedback-form h4,
.registration-form h4,
.login-form h4,
.registration-success h4,
.calculator-modal h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  font-style: normal;
}
@media (min-width: 768px) {
  .footer-modal h4,
  .password-modal h4,
  .page-form h4,
  .feedback-form h4,
  .registration-form h4,
  .login-form h4,
  .registration-success h4,
  .calculator-modal h4 {
    font-size: 28px;
    line-height: 34px;
  }
}
.footer-modal .modal-dialog,
.password-modal .modal-dialog,
.page-form .modal-dialog,
.feedback-form .modal-dialog,
.registration-form .modal-dialog,
.login-form .modal-dialog,
.registration-success .modal-dialog,
.calculator-modal .modal-dialog {
  overflow: hidden;
}
.footer-modal .modal-body,
.password-modal .modal-body,
.page-form .modal-body,
.feedback-form .modal-body,
.registration-form .modal-body,
.login-form .modal-body,
.registration-success .modal-body,
.calculator-modal .modal-body {
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 15px 25px;
}
@media (min-width: 768px) {
  .footer-modal .modal-body,
  .password-modal .modal-body,
  .page-form .modal-body,
  .feedback-form .modal-body,
  .registration-form .modal-body,
  .login-form .modal-body,
  .registration-success .modal-body,
  .calculator-modal .modal-body {
    padding: 40px 45px;
  }
}
.footer-modal label,
.footer-modal .label,
.password-modal label,
.password-modal .label,
.page-form label,
.page-form .label,
.feedback-form label,
.feedback-form .label,
.registration-form label,
.registration-form .label,
.login-form label,
.login-form .label,
.registration-success label,
.registration-success .label,
.calculator-modal label,
.calculator-modal .label {
  color: #101828;
  font-size: 14px;
}
.footer-modal label.check-radio-row,
.footer-modal .label.check-radio-row,
.password-modal label.check-radio-row,
.password-modal .label.check-radio-row,
.page-form label.check-radio-row,
.page-form .label.check-radio-row,
.feedback-form label.check-radio-row,
.feedback-form .label.check-radio-row,
.registration-form label.check-radio-row,
.registration-form .label.check-radio-row,
.login-form label.check-radio-row,
.login-form .label.check-radio-row,
.registration-success label.check-radio-row,
.registration-success .label.check-radio-row,
.calculator-modal label.check-radio-row,
.calculator-modal .label.check-radio-row {
  display: flex;
}
.footer-modal form,
.password-modal form,
.page-form form,
.feedback-form form,
.registration-form form,
.login-form form,
.registration-success form,
.calculator-modal form {
  margin-top: 20px;
}
.footer-modal input,
.footer-modal textarea,
.password-modal input,
.password-modal textarea,
.page-form input,
.page-form textarea,
.feedback-form input,
.feedback-form textarea,
.registration-form input,
.registration-form textarea,
.login-form input,
.login-form textarea,
.registration-success input,
.registration-success textarea,
.calculator-modal input,
.calculator-modal textarea {
  border: 1px #d0d5dd solid;
  border-radius: 3px;
  color: #101828;
  margin: 4px auto 12px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.footer-modal input::placeholder,
.footer-modal textarea::placeholder,
.password-modal input::placeholder,
.password-modal textarea::placeholder,
.page-form input::placeholder,
.page-form textarea::placeholder,
.feedback-form input::placeholder,
.feedback-form textarea::placeholder,
.registration-form input::placeholder,
.registration-form textarea::placeholder,
.login-form input::placeholder,
.login-form textarea::placeholder,
.registration-success input::placeholder,
.registration-success textarea::placeholder,
.calculator-modal input::placeholder,
.calculator-modal textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #475467;
  opacity: 1;
  /* Firefox */
}
.footer-modal input:-ms-input-placeholder,
.footer-modal textarea:-ms-input-placeholder,
.password-modal input:-ms-input-placeholder,
.password-modal textarea:-ms-input-placeholder,
.page-form input:-ms-input-placeholder,
.page-form textarea:-ms-input-placeholder,
.feedback-form input:-ms-input-placeholder,
.feedback-form textarea:-ms-input-placeholder,
.registration-form input:-ms-input-placeholder,
.registration-form textarea:-ms-input-placeholder,
.login-form input:-ms-input-placeholder,
.login-form textarea:-ms-input-placeholder,
.registration-success input:-ms-input-placeholder,
.registration-success textarea:-ms-input-placeholder,
.calculator-modal input:-ms-input-placeholder,
.calculator-modal textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #475467;
}
.footer-modal input::-ms-input-placeholder,
.footer-modal textarea::-ms-input-placeholder,
.password-modal input::-ms-input-placeholder,
.password-modal textarea::-ms-input-placeholder,
.page-form input::-ms-input-placeholder,
.page-form textarea::-ms-input-placeholder,
.feedback-form input::-ms-input-placeholder,
.feedback-form textarea::-ms-input-placeholder,
.registration-form input::-ms-input-placeholder,
.registration-form textarea::-ms-input-placeholder,
.login-form input::-ms-input-placeholder,
.login-form textarea::-ms-input-placeholder,
.registration-success input::-ms-input-placeholder,
.registration-success textarea::-ms-input-placeholder,
.calculator-modal input::-ms-input-placeholder,
.calculator-modal textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #475467;
}
.footer-modal input:focus-visible,
.footer-modal textarea:focus-visible,
.password-modal input:focus-visible,
.password-modal textarea:focus-visible,
.page-form input:focus-visible,
.page-form textarea:focus-visible,
.feedback-form input:focus-visible,
.feedback-form textarea:focus-visible,
.registration-form input:focus-visible,
.registration-form textarea:focus-visible,
.login-form input:focus-visible,
.login-form textarea:focus-visible,
.registration-success input:focus-visible,
.registration-success textarea:focus-visible,
.calculator-modal input:focus-visible,
.calculator-modal textarea:focus-visible {
  border: 1px transparent solid;
  outline: 2px #006bd3 solid;
}
.footer-modal input.required,
.footer-modal textarea.required,
.password-modal input.required,
.password-modal textarea.required,
.page-form input.required,
.page-form textarea.required,
.feedback-form input.required,
.feedback-form textarea.required,
.registration-form input.required,
.registration-form textarea.required,
.login-form input.required,
.login-form textarea.required,
.registration-success input.required,
.registration-success textarea.required,
.calculator-modal input.required,
.calculator-modal textarea.required {
  border: 1px #ff5252 solid;
  outline: 1px #ff5252 solid;
}
.footer-modal select,
.password-modal select,
.page-form select,
.feedback-form select,
.registration-form select,
.login-form select,
.registration-success select,
.calculator-modal select {
  border: 1px #d0d5dd solid;
  border-radius: 3px;
  color: #475467;
  margin: 4px auto 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/dark-arrow.svg) calc(100% - 16px)/18px no-repeat white;
  padding: 10px 35px 10px 10px;
  outline: none;
}
.footer-modal select::-ms-expand,
.password-modal select::-ms-expand,
.page-form select::-ms-expand,
.feedback-form select::-ms-expand,
.registration-form select::-ms-expand,
.login-form select::-ms-expand,
.registration-success select::-ms-expand,
.calculator-modal select::-ms-expand {
  display: none;
}
@media screen and (min-width: 0\0 ) {
  .footer-modal select,
  .password-modal select,
  .page-form select,
  .feedback-form select,
  .registration-form select,
  .login-form select,
  .registration-success select,
  .calculator-modal select {
    background: none\9;
    padding: 5px\9;
  }
}
.footer-modal select:focus-visible,
.password-modal select:focus-visible,
.page-form select:focus-visible,
.feedback-form select:focus-visible,
.registration-form select:focus-visible,
.login-form select:focus-visible,
.registration-success select:focus-visible,
.calculator-modal select:focus-visible {
  border: 1px transparent solid;
  outline: 2px #006bd3 solid;
}
.footer-modal select.required,
.password-modal select.required,
.page-form select.required,
.feedback-form select.required,
.registration-form select.required,
.login-form select.required,
.registration-success select.required,
.calculator-modal select.required {
  border: 1px #ff5252 solid;
  outline: 1px #ff5252 solid;
}
.footer-modal textarea,
.password-modal textarea,
.page-form textarea,
.feedback-form textarea,
.registration-form textarea,
.login-form textarea,
.registration-success textarea,
.calculator-modal textarea {
  overflow-x: hidden;
  resize: none;
}
.footer-modal input[type="radio"],
.password-modal input[type="radio"],
.page-form input[type="radio"],
.feedback-form input[type="radio"],
.registration-form input[type="radio"],
.login-form input[type="radio"],
.registration-success input[type="radio"],
.calculator-modal input[type="radio"] {
  display: inline-block;
  width: auto;
  margin: 5px 5px 5px 10px;
}
.footer-modal input[type="radio"]:nth-child(7),
.password-modal input[type="radio"]:nth-child(7),
.page-form input[type="radio"]:nth-child(7),
.feedback-form input[type="radio"]:nth-child(7),
.registration-form input[type="radio"]:nth-child(7),
.login-form input[type="radio"]:nth-child(7),
.registration-success input[type="radio"]:nth-child(7),
.calculator-modal input[type="radio"]:nth-child(7) {
  margin: 5px 5px 5px 0px;
}
.footer-modal button[type="submit"],
.password-modal button[type="submit"],
.page-form button[type="submit"],
.feedback-form button[type="submit"],
.registration-form button[type="submit"],
.login-form button[type="submit"],
.registration-success button[type="submit"],
.calculator-modal button[type="submit"] {
  margin: 20px 0 10px;
}
.footer-modal .submit-button,
.password-modal .submit-button,
.page-form .submit-button,
.feedback-form .submit-button,
.registration-form .submit-button,
.login-form .submit-button,
.registration-success .submit-button,
.calculator-modal .submit-button {
  align-self: flex-start;
}
.footer-modal input.submit-button,
.password-modal input.submit-button,
.page-form input.submit-button,
.feedback-form input.submit-button,
.registration-form input.submit-button,
.login-form input.submit-button,
.registration-success input.submit-button,
.calculator-modal input.submit-button {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  background: #006bd3;
  border-radius: 0px;
}
.footer-modal .form-footer,
.password-modal .form-footer,
.page-form .form-footer,
.feedback-form .form-footer,
.registration-form .form-footer,
.login-form .form-footer,
.registration-success .form-footer,
.calculator-modal .form-footer {
  font-size: 14px;
  line-height: 18px;
  color: #344054;
}
.footer-modal .notification-bar h3,
.password-modal .notification-bar h3,
.page-form .notification-bar h3,
.feedback-form .notification-bar h3,
.registration-form .notification-bar h3,
.login-form .notification-bar h3,
.registration-success .notification-bar h3,
.calculator-modal .notification-bar h3 {
  text-align: left !important;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #101828;
  margin: 0;
}

.double-input,
.triple-input {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .double-input,
  .triple-input {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.double-input div,
.triple-input div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .double-input div,
  .triple-input div {
    width: calc(50% - 5px);
  }
}
.double-input input,
.triple-input input {
  width: 100%;
}
.double-input img,
.triple-input img {
  margin: 0 auto 10px;
  display: block;
  border: 1px solid #d0d5dd;
}

.triple-input div {
  width: 100%;
}
@media (min-width: 768px) {
  .triple-input div {
    width: calc(33.333333333% - 5px);
  }
}

.form-check-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e7ec;
}
.form-check-group.vertical-group {
  flex-direction: column;
}
.form-check-group .hidden-checkbox-answer {
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.form-check-group input.required ~ .check-radio-row .check-radio-container .check-radio {
  border: 2px solid #ff5252 !important;
}

.check-radio-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0 0;
  cursor: pointer;
}
.check-radio-row input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  height: 0;
  width: 0;
}
.check-radio-row input.required ~ .check-radio-container .check-radio {
  border: 2px solid #ff5252 !important;
}
.check-radio-row input:checked ~ .check-radio-container .check-radio {
  background-color: #006bd3 !important;
  border: 2px solid #006bd3 !important;
}
.check-radio-row input:checked ~ .check-radio-container .check-radio span {
  border-bottom: 2px solid white !important;
  border-right: 2px solid white !important;
}
.check-radio-row .check-radio-container {
  margin: 0 10px 0 0;
}
.check-radio-row .check-radio-container .check-radio {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  margin: 0;
  border-radius: 25px;
  background: white;
  border: 2px solid #d0d5dd;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}
.check-radio-row .check-radio-container .check-radio span {
  display: block;
  height: 7px;
  width: 4px;
  background: transparent;
  background: transparent;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  transform: rotate(45deg);
  margin-top: -3px;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}
.check-radio-row .check-radio-info p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
}
.check-radio-row .check-radio-info a:hover {
  color: #f17a22;
}
.check-radio-row:hover input:checked ~ .check-radio-container .check-radio {
  background-color: white;
}
.check-radio-row:hover .check-radio-container .check-radio {
  background: white;
}
.check-radio-row:hover .check-radio-container .check-radio span {
  border-bottom: 2px solid #d0d5dd;
  border-right: 2px solid #d0d5dd;
}
.check-radio-row.radio-row .check-radio-container .check-radio {
  height: 18px;
  width: 18px;
}
.check-radio-row.radio-row .check-radio-info p {
  margin: 4px 0 0 !important;
}
.check-radio-row.check-row .check-radio-container .check-radio {
  border-radius: 0px;
}
.check-radio-row.check-row .check-radio-container .check-radio span {
  border-radius: 0px;
}
.check-radio-row.large-check .check-radio-container .check-radio {
  height: 18px;
  width: 18px;
}
.check-radio-row.large-check .check-radio-container .check-radio span {
  display: block;
  height: 7px;
  width: 4px;
  background: transparent;
}
.check-radio-row.large-check .check-radio-info p {
  font-size: 14px;
  line-height: 18px;
}

.page-form,
.feedback-form {
  padding: 0 15px;
  border: 1px solid #d0d5dd;
  border-radius: 5px;
}
.page-form.form-container,
.feedback-form.form-container {
  background: white;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}
.page-form.product-form,
.feedback-form.product-form {
  max-width: 620px;
  margin: 25px auto;
}

.contact-us-page {
  background: white;
  height: auto;
}
.contact-us-page .text-callout.copy-block {
  max-width: 600px;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
}
.contact-us-page .text-callout.copy-block .copy {
  padding: 10px 0;
}
@media (min-width: 600px) {
  .contact-us-page .text-callout.copy-block .copy {
    padding: 15px 0 0;
  }
}
.contact-us-page .text-callout .copy h1 {
  color: #1d2939;
  font-size: 36px;
  text-transform: unset;
}
.contact-us-page .main-bar h2 {
  color: #98a2b3;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0 10px;
}
.contact-us-page form {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .contact-us-page form {
    max-width: 600px;
  }
}
.contact-us-page label {
  display: none;
}
.contact-us-page input,
.contact-us-page textarea {
  border: 1px #d0d5dd solid;
  margin: 8px auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.contact-us-page textarea {
  overflow-x: hidden;
  resize: none;
}
.contact-us-page input[type="radio"] {
  display: inline-block;
  width: auto;
  margin: 5px 5px 5px 10px;
}
.contact-us-page input[type="radio"]:nth-child(7) {
  margin: 5px 5px 5px 0px;
}

.info-block {
  width: 100%;
  min-height: 100px;
  background: #1d2939;
  margin: 15px 0 0;
}
.info-block ul {
  margin-top: 0;
  padding: 0;
}
.info-block a {
  color: var(--white);
  text-decoration: underline;
}
.info-block a:hover {
  color: var(--white);
}

.main-info {
  padding: 5px 20px 10px;
}

.info-button {
  background: black;
  padding: 15px 20px;
  cursor: pointer;
  border-top: 1px solid #1d2939;
  position: relative;
}
.info-button::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 6px solid white;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.info-button:hover a {
  color: white !important;
}
.info-button:hover a svg {
  fill: white;
}
.info-button:hover:after {
  border-left: 6px solid white;
}
.info-button.pdf-button a, .info-button.shopify-button a {
  border: none;
  margin: 0;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 0;
}
.info-button.shopify-button {
  background: #006bd3;
}
.info-button.shopify-button:after {
  border-left: 6px solid white;
}
.info-button.shopify-button:hover:after {
  border-left: 6px solid black;
}
.info-button.shopify-button:hover a {
  color: white;
}
.info-button.shopify-button a {
  color: white;
}
.info-button.pdf-button {
  padding: 0;
}
.info-button.pdf-button a {
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info-button.pdf-button::after {
  display: none;
}
.info-button.pdf-button svg {
  height: 15px;
  width: 15px;
  fill: white;
}

.info-button.nothing-after::after {
  content: '';
  border: 0;
}

.info-block-list li {
  margin-top: 0 !important;
  width: 100%;
}

.info-block-list .inner-button {
  background: #1d2939;
}

.info-block-list .info-button a {
  max-width: 80%;
  display: block;
  color: white;
}

.secondary-navigation-wrapper ul {
  margin-top: 0;
}

.secondary-navigation-wrapper ul li {
  margin-top: 0 !important;
}

.secondary-navigation-wrapper .inner-button {
  background: #1d2939;
}

.nav-pills .inner-button {
  display: none;
  padding: 8px 20px;
}

.nav-pills .inner-item:first-child .inner-button {
  padding-top: 15px;
}

.nav-pills .inner-item:last-child .inner-button {
  padding-bottom: 15px;
}

.show-nav {
  display: block !important;
}

.cta-contact {
  margin: 15px 0 5px;
}
@media (min-width: 768px) {
  .cta-contact {
    margin: 25px 0 0;
    width: calc(100% - 30px);
    min-height: 100px;
    padding: 0 15px 10px;
  }
}
.cta-contact h2, .cta-contact p {
  display: none;
}
@media (min-width: 768px) {
  .cta-contact h2, .cta-contact p {
    display: block;
  }
}
.cta-contact button,
.cta-contact .button {
  width: 100%;
}
.cta-contact button p,
.cta-contact .button p {
  display: block;
}

.side-bar .cta-contact {
  padding-bottom: 0;
}

.accordion button {
  margin: 0 auto;
  display: block;
  width: 195px;
  min-width: 170px;
}
@media (min-width: 768px) {
  .accordion button {
    margin: 0;
  }
}

.accordion button {
  float: left;
}

.image-banner {
  width: 100%;
  height: 200px;
  margin: 15px 0 0;
}

.image-banner.maintain {
  height: auto;
}

.image-banner img {
  height: auto;
  width: 100%;
}

.img-align-right {
  background-position: right !important;
}

.img-align-center {
  background-position: center !important;
}

.img-align-left {
  background-position: left !important;
}

.text-callout {
  width: 100%;
  margin: 10px 0 0;
  position: relative;
}
.text-callout .copy {
  background: white;
  padding: 20px;
}
.text-callout .copy h1 {
  width: 100%;
}
.text-callout ul {
  margin: 10px 0;
}
.text-callout li {
  display: list-item;
}
.text-callout .double-column-copy {
  width: 100%;
  overflow: auto;
}
.text-callout .left-column {
  width: 100%;
  padding: 0;
}
.text-callout .right-column {
  width: 100%;
  padding: 15px 0 0 0;
}
.text-callout .right-column.no-header {
  padding: 0;
}
.text-callout.cluster-block {
  margin-top: 0;
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.text-callout.cluster-block .copy {
  padding: 10px 0;
  background: transparent;
  width: 100%;
}
@media (min-width: 768px) {
  .text-callout.cluster-block .copy {
    width: calc(50% - 100px);
    padding: 10px 100px 10px 0;
  }
}
.text-callout.cluster-block .link-cluster {
  width: 100%;
  padding: 10px 0;
}
.text-callout.cluster-block .link-cluster ul {
  margin: 0;
  padding: 0;
}
.text-callout.cluster-block .link-cluster li {
  display: block;
}
@media (min-width: 768px) {
  .text-callout.cluster-block .link-cluster {
    width: calc(50% - 100px);
    padding: 10px 0 10px 100px;
  }
}
@media (min-width: 768px) {
  .text-callout.cluster-block {
    flex-direction: row;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .text-callout.cluster-block {
    padding: 40px 60px;
    margin-bottom: 40px;
  }
}
.text-callout.cluster-block .ls-wrapper {
  align-items: center;
}

.regional-site .main-banner {
  height: 400px;
}
@media (min-width: 1024px) {
  .regional-site .main-banner.right-align .content-wrapper {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .regional-site .main-banner.right-align .banner-content {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .regional-site .main-banner.right-align .contact-card {
    margin: 0 30px 0 0;
  }
}
.regional-site .main-banner .content-wrapper {
  height: 100%;
}
@media (min-width: 1024px) {
  .regional-site .main-banner .content-wrapper {
    padding-top: 50px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.regional-site .main-banner .contact-card {
  background: white;
  border-top: 2px solid #f17a22;
  width: 320px;
  padding: 15px 25px 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .regional-site .main-banner .contact-card {
    margin: 0 0 0 30px;
  }
}
.regional-site .main-banner .contact-card * {
  color: #101828;
}
.regional-site .main-banner .contact-card h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0;
}
.regional-site .main-banner .contact-card p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.regional-site .main-banner .banner-content {
  padding: 25px 0px;
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .regional-site .main-banner .banner-content h1 {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .regional-site .main-banner .banner-content {
    width: calc(100% - 350px);
  }
}
.regional-site .text-callout .copy {
  height: auto;
  box-sizing: border-box;
}

.right-col .text-callout {
  width: calc(100% - 15px);
  margin: 15px auto;
}

.video-banner {
  width: 100%;
  height: 320px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .video-banner {
    height: 225px;
  }
}
.video-banner.wide-content {
  width: 100%;
}
.video-banner.no-overlay .video-banner-overlay {
  background: transparent;
}
.video-banner .video-banner-overlay {
  height: 100%;
  position: relative;
  width: 100%;
  background: rgba(51, 51, 51, 0.5);
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .video-banner .video-banner-overlay {
    flex-direction: row;
  }
}
.video-banner .video-banner-content {
  width: 100%;
}
@media (min-width: 768px) {
  .video-banner .video-banner-content {
    width: 75%;
  }
}
.video-banner .video-banner-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .video-banner .video-banner-button {
    width: 25%;
  }
}
.video-banner .video-banner-header {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .video-banner .video-banner-header {
    padding: 20px 0 0 20px;
  }
}
.video-banner .video-banner-body {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .video-banner .video-banner-body {
    padding: 0 0 0 20px;
  }
}
.video-banner .play-arrow {
  position: inherit;
  margin: 25px 20px;
}
.video-banner.white-text .play-button {
  background: rgba(255, 255, 255, 0.75);
}
.video-banner.white-text .play-arrow {
  border-left: 40px solid black;
}

.periodic-page {
  counter-reset: element;
  background: white;
}
.periodic-page .wrapper {
  background: white;
  display: flex;
  flex-direction: column;
}

.periodic-copy {
  margin: 25px auto 10px;
}

.periodic-table {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 0;
  margin: 25px 0 0;
  grid-auto-columns: 66px;
  grid-auto-rows: 75px;
}
.periodic-table a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 17px;
  text-decoration: none !important;
}
.periodic-table a span {
  text-decoration: none !important;
}
.periodic-table li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid black;
  background: white;
  -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[data-el-data="false"] {
  cursor: default;
}

.helium {
  grid-column-start: 18;
}

.boron, .aluminum {
  grid-column-start: 13;
}

.cerium, .thorium {
  grid-column-start: 4;
}

.lanthanum,
.actinium {
  grid-column-start: 3;
}

.lutetium {
  grid-column-start: 17;
}

.periodic-table li.actinide,
.periodic-table li.actinide[data-el-data="false"]:hover,
.periodic-table li.actinide-filler,
.periodic-table li.actinide-filler[data-el-data="false"]:hover {
  background: rgba(121, 145, 157, 0.5);
}

.periodic-table li.lanthanide,
.periodic-table li.lanthanide[data-el-data="false"]:hover,
.periodic-table li.lanthanide-filler,
.periodic-table li.lanthanide-filler[data-el-data="false"]:hover {
  background: rgba(239, 239, 239, 0.5);
}

.periodic-table li.alkaline-earth,
.periodic-table li.alkaline-earth[data-el-data="false"]:hover {
  background: rgba(163, 142, 188, 0.5);
}

.periodic-table li.alkali-metal,
.periodic-table li.alkali-metal[data-el-data="false"]:hover {
  background: rgba(171, 217, 195, 0.5);
}

.periodic-table li.halogen,
.periodic-table li.halogen[data-el-data="false"]:hover {
  background: rgba(255, 247, 185, 0.5);
}

.periodic-table li.noble-gas,
.periodic-table li.noble-gas[data-el-data="false"]:hover {
  background: rgba(124, 209, 202, 0.5);
}

.periodic-table li.non-metal,
.periodic-table li.non-metal[data-el-data="false"]:hover {
  background: rgba(255, 247, 185, 0.5);
}

.periodic-table li.basic-metal,
.periodic-table li.basic-metal[data-el-data="false"]:hover {
  background: rgba(253, 199, 131, 0.5);
}

.periodic-table li.transition-metal,
.periodic-table li.transition-metal[data-el-data="false"]:hover {
  background: rgba(170, 220, 241, 0.5);
}

.periodic-table li.metalloid,
.periodic-table li.metalloid[data-el-data="false"]:hover {
  background: rgba(232, 149, 190, 0.5);
}

.table-interaction.periodic-table li.actinide,
.table-interaction.periodic-table li.actinide[data-el-data="false"]:hover,
.table-interaction.periodic-table li.actinide-filler,
.table-interaction.periodic-table li.actinide-filler[data-el-data="false"]:hover,
.table-interaction.periodic-table li.lanthanide,
.table-interaction.periodic-table li.lanthanide[data-el-data="false"]:hover,
.table-interaction.periodic-table li.lanthanide-filler,
.table-interaction.periodic-table li.lanthanide-filler[data-el-data="false"]:hover,
.table-interaction.periodic-table li.alkaline-earth,
.table-interaction.periodic-table li.alkaline-earth[data-el-data="false"]:hover,
.table-interaction.periodic-table li.alkali-metal,
.table-interaction.periodic-table li.alkali-metal[data-el-data="false"]:hover,
.table-interaction.periodic-table li.halogen,
.table-interaction.periodic-table li.halogen[data-el-data="false"]:hover,
.table-interaction.periodic-table li.noble-gas,
.table-interaction.periodic-table li.noble-gas[data-el-data="false"]:hover,
.table-interaction.periodic-table li.non-metal,
.table-interaction.periodic-table li.non-metal[data-el-data="false"]:hover,
.table-interaction.periodic-table li.basic-metal,
.table-interaction.periodic-table li.basic-metal[data-el-data="false"]:hover,
.table-interaction.periodic-table li.transition-metal,
.table-interaction.periodic-table li.transition-metal[data-el-data="false"]:hover,
.table-interaction.periodic-table li.metalloid,
.table-interaction.periodic-table li.metalloid[data-el-data="false"]:hover,
.table-interaction.periodic-table li.none {
  opacity: 0.33;
}

.periodic-table li.actinide:hover,
.periodic-table li.actinide-filler:hover,
.periodic-table li.actinide-filler.active-element,
.periodic-table li.actinide.active-element,
.periodic-table li.actinide.group-hover {
  background: #79919d;
  opacity: 1;
}

.periodic-table li.lanthanide:hover,
.periodic-table li.lanthanide-filler:hover,
.periodic-table li.lanthanide-filler.active-element,
.periodic-table li.lanthanide.active-element,
.periodic-table li.lanthanide.group-hover {
  background: #efefef;
  opacity: 1;
}

.periodic-table li.alkaline-earth:hover,
.periodic-table li.alkaline-earth.active-element,
.periodic-table li.alkaline-earth.group-hover {
  background: #a38ebc;
  opacity: 1;
}

.periodic-table li.alkali-metal:hover,
.periodic-table li.alkali-metal.active-element,
.periodic-table li.alkali-metal.group-hover {
  background: #abd9c3;
  opacity: 1;
}

.periodic-table li.halogen:hover,
.periodic-table li.halogen.active-element,
.periodic-table li.halogen.group-hover {
  background: #fff7b9;
  opacity: 1;
}

.periodic-table li.noble-gas:hover,
.periodic-table li.noble-gas.active-element,
.periodic-table li.noble-gas.group-hover {
  background: #7cd1ca;
  opacity: 1;
}

.periodic-table li.non-metal:hover,
.periodic-table li.non-metal.active-element,
.periodic-table li.non-metal.group-hover {
  background: #fff7b9;
  opacity: 1;
}

.periodic-table li.basic-metal:hover,
.periodic-table li.basic-metal.active-element,
.periodic-table li.basic-metal.group-hover {
  background: #fdc783;
  opacity: 1;
}

.periodic-table li.transition-metal:hover,
.periodic-table li.transition-metal.active-element,
.periodic-table li.transition-metal.group-hover {
  background: #aadcf1;
  opacity: 1;
}

.periodic-table li.metalloid:hover,
.periodic-table li.metalloid.active-element,
.periodic-table li.metalloid.group-hover {
  background: #e895be;
  opacity: 1;
}

.periodic-table li.actinide.active-element-group {
  background: #79919d !important;
  opacity: 1 !important;
}

.periodic-table li.lanthanide-filler.active-element-group {
  background: #efefef !important;
  opacity: 1 !important;
}

.periodic-table li.alkaline-earth.active-element-group {
  background: #a38ebc !important;
  opacity: 1 !important;
}

.periodic-table li.alkali-metal.active-element-group {
  background: #abd9c3 !important;
  opacity: 1 !important;
}

.periodic-table li.halogen.active-element-group {
  background: #fff7b9 !important;
  opacity: 1 !important;
}

.periodic-table li.noble-gas.active-element-group {
  background: #7cd1ca !important;
  opacity: 1 !important;
}

.periodic-table li.non-metal.active-element-group {
  background: #fff7b9 !important;
  opacity: 1 !important;
}

.periodic-table li.basic-metal.active-element-group {
  background: #fdc783 !important;
  opacity: 1 !important;
}

.periodic-table li.transition-metal.active-element-group {
  background: #aadcf1 !important;
  opacity: 1 !important;
}

.periodic-table li.metalloid.active-element-group {
  background: #e895be !important;
  opacity: 1 !important;
}

.periodic-table li[data-el-data="true"]:before {
  display: block;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #006bd3;
  position: absolute;
  top: 5px;
  right: 5px;
}

.periodic-table:before {
  display: block;
  content: '';
  grid-row: 8;
  grid-column: 1 / 4;
}

.periodic-table {
  margin: 0;
}

.periodic-table.spill-over:before {
  grid-row: 3;
}

.periodic-page footer {
  margin-top: 0;
}

.group-trigger-holder {
  height: auto;
  padding: 30px 10px 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.group-trigger {
  height: auto;
  width: auto;
  padding: 10px 15px;
  background: transparent;
  border: 2px solid #101828;
  margin: 0 5px;
  text-align: center;
  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;
}
@media (min-width: 768px) {
  .group-trigger {
    width: 20%;
  }
}

.group-trigger:hover,
.active-trigger {
  background: #101828;
}

.group-trigger span {
  color: #101828;
  -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;
}

.group-trigger:hover span,
.active-trigger span {
  color: #006bd3;
}

.description-container {
  padding: 0;
  height: 0;
  overflow: hidden;
  background: #f9fafb;
  -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;
}

.activated.description-container {
  padding: 75px 0 30px;
}
@media (min-width: 768px) {
  .activated.description-container {
    padding: 75px 0;
  }
}

.description-container .wrapper {
  padding: 0 75px 0 20px;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
  opacity: 0;
  -webkit-transition: all 225ms ease-in-out;
  -moz-transition: all 225ms ease-in-out;
  -ms-transition: all 225ms ease-in-out;
  -o-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}
@media (min-width: 768px) {
  .description-container .wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.description-container.opening .wrapper {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.activated.description-container .wrapper {
  opacity: 1;
}

.element-callout {
  width: 225px;
  height: 260px;
  margin: 0 20px 0 0;
  background: #101828;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.element-container,
.group-container {
  width: 100%;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .element-container,
  .group-container {
    width: 225px;
  }
}

.activated-element .element-container,
.activated-group .group-container {
  display: flex;
  margin-bottom: 30px;
}

.group-container .element-callout {
  width: 100px;
  height: 115px;
  margin: 0 5px 5px 0;
}

.close-callout {
  position: absolute;
  height: 40px;
  width: 40px;
  top: -25px;
  right: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1080px) {
  .close-callout {
    right: 0;
  }
}

.close-callout span {
  display: block;
  height: 2px;
  width: 20px;
  background: #98a2b3;
  position: absolute;
  top: 14px;
  -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;
}

.close-callout p {
  position: relative;
  top: 15px;
  left: 20px;
  font-size: 10px;
  font-weight: 600;
  color: #344054;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -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;
}

.close-callout:hover p {
  color: black;
}

.close-callout span:nth-child(1) {
  top: 0;
}

.close-callout span:nth-child(2) {
  top: 11px;
  left: -3px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-callout span:nth-child(3) {
  top: 9px;
  left: -9px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-callout:hover span {
  background: #101828;
}

.elemental-description {
  width: 100%;
}
@media (min-width: 768px) {
  .elemental-description {
    width: calc(100% - 225px);
  }
}
@media (min-width: 1080px) {
  .elemental-description {
    width: calc(100% - 225px);
    column-count: 2;
    column-gap: 30px;
  }
}

.elemental-description p:first-child {
  margin-top: 0;
}

.element-callout span:first-child {
  margin-top: 30px;
}

.element-callout span:last-child {
  margin-bottom: 40px;
}

.activated-group .element-callout span:first-child {
  margin-top: 15px;
}

.activated-group .element-callout span:last-child {
  margin-bottom: 17px;
}

@media all and (min-width: 1280px) {
  .periodic-copy {
    margin: 75px auto 10px;
  }

  .periodic-table li:nth-child(1),
  .periodic-table li:nth-child(2),
  .periodic-table li:nth-child(3),
  .periodic-table li:nth-child(5),
  .periodic-table li:nth-child(11),
  .periodic-table li:nth-child(13),
  .periodic-table li:nth-child(19),
  .periodic-table li:nth-child(37),
  .periodic-table li:nth-child(55),
  .periodic-table li:nth-child(58),
  .periodic-table li:nth-child(73) {
    border-left: 2px solid black;
  }

  .periodic-table li:nth-child(1),
  .periodic-table li:nth-child(2),
  .periodic-table li:nth-child(4),
  .periodic-table li:nth-child(5),
  .periodic-table li:nth-child(6),
  .periodic-table li:nth-child(7),
  .periodic-table li:nth-child(8),
  .periodic-table li:nth-child(9),
  .periodic-table li:nth-child(21),
  .periodic-table li:nth-child(22),
  .periodic-table li:nth-child(23),
  .periodic-table li:nth-child(24),
  .periodic-table li:nth-child(25),
  .periodic-table li:nth-child(26),
  .periodic-table li:nth-child(27),
  .periodic-table li:nth-child(28),
  .periodic-table li:nth-child(29),
  .periodic-table li:nth-child(30) {
    border-top: 2px solid black;
  }

  .periodic-table li:nth-child(73),
  .periodic-table li:nth-child(74),
  .periodic-table li:nth-child(75),
  .periodic-table li:nth-child(76),
  .periodic-table li:nth-child(77),
  .periodic-table li:nth-child(78),
  .periodic-table li:nth-child(79),
  .periodic-table li:nth-child(80),
  .periodic-table li:nth-child(81),
  .periodic-table li:nth-child(82),
  .periodic-table li:nth-child(83),
  .periodic-table li:nth-child(84),
  .periodic-table li:nth-child(85),
  .periodic-table li:nth-child(86),
  .periodic-table li:nth-child(87),
  .periodic-table li:nth-child(88),
  .periodic-table li:nth-child(89),
  .periodic-table li:nth-child(90),
  .periodic-table li:nth-child(106),
  .periodic-table li:nth-child(107),
  .periodic-table li:nth-child(108),
  .periodic-table li:nth-child(109),
  .periodic-table li:nth-child(110),
  .periodic-table li:nth-child(111),
  .periodic-table li:nth-child(112),
  .periodic-table li:nth-child(113),
  .periodic-table li:nth-child(114),
  .periodic-table li:nth-child(115),
  .periodic-table li:nth-child(116),
  .periodic-table li:nth-child(117),
  .periodic-table li:nth-child(118),
  .periodic-table li:nth-child(119),
  .periodic-table li:nth-child(120) {
    border-bottom: 2px solid black;
  }

  .periodic-table li:nth-child(1),
  .periodic-table li:nth-child(2),
  .periodic-table li:nth-child(4),
  .periodic-table li:nth-child(10),
  .periodic-table li:nth-child(12),
  .periodic-table li:nth-child(18),
  .periodic-table li:nth-child(36),
  .periodic-table li:nth-child(54),
  .periodic-table li:nth-child(72),
  .periodic-table li:nth-child(90),
  .periodic-table li:nth-child(120) {
    border-right: 2px solid black;
  }

  .periodic-table li:nth-child(1),
  .periodic-table li:nth-child(2),
  .periodic-table li:nth-child(4),
  .periodic-table li:nth-child(5),
  .periodic-table li:nth-child(6),
  .periodic-table li:nth-child(7),
  .periodic-table li:nth-child(8),
  .periodic-table li:nth-child(9),
  .periodic-table li:nth-child(21),
  .periodic-table li:nth-child(22),
  .periodic-table li:nth-child(23),
  .periodic-table li:nth-child(24),
  .periodic-table li:nth-child(25),
  .periodic-table li:nth-child(26),
  .periodic-table li:nth-child(27),
  .periodic-table li:nth-child(28),
  .periodic-table li:nth-child(29),
  .periodic-table li:nth-child(30) {
    margin-top: -1px;
  }

  .periodic-table li:nth-child(1),
  .periodic-table li:nth-child(4),
  .periodic-table li:nth-child(12) {
    margin-right: -1px;
  }

  .periodic-table li:nth-child(2),
  .periodic-table li:nth-child(5),
  .periodic-table li:nth-child(13),
  .periodic-table li:nth-child(58) {
    margin-left: -1px;
  }

  .periodic-table.spill-over li:nth-child(1),
  .periodic-table.spill-over li:nth-child(2),
  .periodic-table.spill-over li:nth-child(4),
  .periodic-table.spill-over li:nth-child(10),
  .periodic-table.spill-over li:nth-child(18) {
    border-right: 1px solid black;
  }

  .periodic-table.spill-over li:nth-child(3),
  .periodic-table.spill-over li:nth-child(11),
  .periodic-table.spill-over li:nth-child(19) {
    border-left: 1px solid black;
  }

  .periodic-table.spill-over li:nth-child(3),
  .periodic-table.spill-over li:nth-child(10),
  .periodic-table.spill-over li:nth-child(11),
  .periodic-table.spill-over li:nth-child(12),
  .periodic-table.spill-over li:nth-child(13),
  .periodic-table.spill-over li:nth-child(14),
  .periodic-table.spill-over li:nth-child(15) {
    border-top: 2px solid black;
  }

  .periodic-table.spill-over li:nth-child(15),
  .periodic-table.spill-over li:nth-child(30) {
    border-right: 2px solid black;
  }

  .periodic-table.spill-over li:nth-child(16) {
    border-left: 2px solid black;
  }

  .periodic-table.spill-over li:nth-child(16),
  .periodic-table.spill-over li:nth-child(17),
  .periodic-table.spill-over li:nth-child(18),
  .periodic-table.spill-over li:nth-child(19),
  .periodic-table.spill-over li:nth-child(20),
  .periodic-table.spill-over li:nth-child(21),
  .periodic-table.spill-over li:nth-child(22),
  .periodic-table.spill-over li:nth-child(23),
  .periodic-table.spill-over li:nth-child(24),
  .periodic-table.spill-over li:nth-child(25),
  .periodic-table.spill-over li:nth-child(26),
  .periodic-table.spill-over li:nth-child(27),
  .periodic-table.spill-over li:nth-child(28),
  .periodic-table.spill-over li:nth-child(29),
  .periodic-table.spill-over li:nth-child(30) {
    border-bottom: 2px solid black;
  }

  .periodic-table.spill-over li:nth-child(1),
  .periodic-table.spill-over li:nth-child(2),
  .periodic-table.spill-over li:nth-child(3),
  .periodic-table.spill-over li:nth-child(4),
  .periodic-table.spill-over li:nth-child(5),
  .periodic-table.spill-over li:nth-child(6),
  .periodic-table.spill-over li:nth-child(7),
  .periodic-table.spill-over li:nth-child(8),
  .periodic-table.spill-over li:nth-child(9) {
    margin-top: 0px;
  }

  .periodic-table.spill-over li:nth-child(1),
  .periodic-table.spill-over li:nth-child(4) {
    margin-right: 0px;
  }
}
.periodic-table li.actinide,
.periodic-table li.lanthanide {
  display: none;
}

.periodic-table.spill-over li.actinide,
.periodic-table.spill-over li.lanthanide {
  display: flex;
}

@media all and (max-width: 1280px) {
  .helium,
  .boron,
  .aluminum,
  .cerium,
  .thorium {
    grid-column-start: auto;
  }

  .periodic-table {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .periodic-table > li {
    padding: 1rem;
  }

  .periodic-table > li:before {
    font-size: 1rem;
  }

  .periodic-table > li:nth-child(n+58):nth-last-child(n+48) {
    grid-row-start: auto !important;
  }

  .periodic-table > li:nth-child(n+90):nth-last-child(n+16) {
    grid-row-start: auto !important;
  }

  .periodic-table:before {
    display: none !important;
  }

  .periodic-table li.actinide,
  .periodic-table li.lanthanide {
    display: flex;
  }

  .periodic-table.spill-over li.actinide,
  .periodic-table.spill-over li.lanthanide,
  .periodic-table li.cell-filler {
    display: none;
  }
}
.conversion-page .wrapper {
  padding: 0 10px;
}

.conversion {
  background: white;
  padding: 0px 20px;
  margin: 10px 0px 0px;
  width: 100%;
}
@media (min-width: 1280px) {
  .conversion {
    padding: 0px 65px 20px;
    margin: 15px 0px 0px;
  }
}
.conversion.calculator-header {
  background: transparent;
  padding: 35px 0px 0px;
}
@media (min-width: 1280px) {
  .conversion.calculator-header {
    padding: 40px 10px 5px;
    margin: 15px 0px 0px;
  }
}

.conversion-list {
  height: 48px;
  overflow: hidden;
  margin: 25px 0 10px;
  padding: 0;
  background: white;
  -webkit-transition: height 100ms ease-in-out;
  -moz-transition: height 100ms ease-in-out;
  -ms-transition: height 100ms ease-in-out;
  -o-transition: height 100ms ease-in-out;
  transition: height 100ms ease-in-out;
}
@media (min-width: 1280px) {
  .conversion-list {
    background: transparent;
    border: 0px solid transparent;
    border-bottom: 2px solid #98a2b3;
    margin: 25px 0;
    height: auto;
    overflow: visible;
  }
}
.conversion-list.opened {
  height: 530px;
}
.conversion-list.opened .expand-button {
  margin: 7px 15px 0;
  transform: rotate(-135deg);
}

.conversion-list-header {
  height: 50px;
  padding: 16px 10px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1280px) {
  .conversion-list-header {
    display: none;
  }
}

.conversion-wrapper {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 20px;
  display: none;
}
@media (min-width: 768px) {
  .conversion-wrapper {
    border-bottom: none;
  }
}

.active-calculator,
.sub-conversion-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sub-conversion-wrapper {
  width: 100%;
}

.sub-conversion-wrapper h3 {
  width: 100%;
  margin-bottom: 0;
}

.conv-column {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .conv-column {
    width: 33%;
    padding: 10px;
  }
}

.mesh-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.mesh-container .select-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mesh-container .select-container select {
  width: 100%;
}
@media (min-width: 768px) {
  .mesh-container .select-container select {
    width: calc(33% - 10px);
    padding: 10px;
  }
}
.mesh-container span.label {
  font-weight: 600;
  font-size: 12px;
}
.mesh-container span.input {
  border: 1px solid #d0d5dd;
  margin: 10px 0 15px;
  padding: 10px;
  outline: none;
}
@media (min-width: 1000px) {
  .mesh-container span.input {
    margin: 5px 0 10px;
  }
}

@media (min-width: 768px) {
  .conv-column:nth-child(2) {
    padding: 10px 10px 10px 0px;
  }
}

@media (min-width: 768px) {
  .conv-column:last-child {
    padding: 10px 0px 10px 10px;
  }
}

@media (min-width: 768px) {
  .iex-calculator .conv-column {
    padding: 10px 10px 0px 10px;
  }
}

@media (min-width: 768px) {
  .iex-calculator .conv-column:nth-child(2) {
    padding: 10px 10px 0px 0px;
  }
}

@media (min-width: 768px) {
  .iex-calculator .conv-column:last-child {
    padding: 10px 0px 0px 10px;
  }
}

.conversion input[type="number"] {
  border: 1px solid #d0d5dd;
  margin: 10px 0 15px;
  padding: 10px;
  outline: none;
}
@media (min-width: 1000px) {
  .conversion input[type="number"] {
    margin: 5px 0 10px;
  }
}

.conversion .iex-calculator input[type="number"] {
  margin: 5px 0 10px;
}
@media (min-width: 1000px) {
  .conversion .iex-calculator input[type="number"] {
    margin: 5px 0 0;
  }
}

.conversion input[type="number"]:focus {
  box-shadow: 0 0 5px #f17a22;
  border: 1px solid #f17a22;
}

.conversion input[type=number]::-webkit-inner-spin-button,
.conversion input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.conv-buttons {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}
@media (min-width: 1000px) {
  .conv-buttons {
    flex-direction: row;
    width: 500px;
    max-width: none;
  }
}

.conv-buttons button.re-conv {
  border: 1px solid #1d2939;
  background: transparent;
  color: #1d2939;
}

.conv-buttons button.re-conv:hover {
  border: 1px solid #006bd3;
  background: transparent;
  color: #006bd3;
}

.conv-buttons button {
  margin: 10px 0;
  display: block;
  text-transform: none;
}
@media (min-width: 1000px) {
  .conv-buttons button {
    margin: 0px 10px;
    min-width: 230px;
  }
}

.conversion button.reset {
  background: #1d2939;
  color: #006bd3;
}

.conversion button.reset:hover {
  background: #006bd3;
  color: white;
}

.subscribe-content {
  padding: 15px;
  background: white;
}
@media (min-width: 768px) {
  .subscribe-content {
    padding: 25px;
  }
}

.subscribe-content:nth-child(4) {
  margin-bottom: 20px;
}

.block-label {
  display: block;
}

.subscribe-content input[type="text"],
.subscribe-content input[type="email"] {
  padding: 10px 20px;
  width: 100%;
  margin: 5px 0;
  box-sizing: border-box;
}
@media (min-width: 650px) {
  .subscribe-content input[type="text"],
  .subscribe-content input[type="email"] {
    width: 450px;
  }
}

.subscribe-container button {
  margin: 20px 0px;
}

.form-wrap {
  padding: 5px 20px;
}
@media (min-width: 768px) {
  .form-wrap {
    padding: 0px 20px;
  }
}

button.orange-button.no-action {
  pointer-events: none;
  background: #d0d5dd;
}

.close-location {
  height: 20px;
  width: 20px;
  position: absolute;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  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;
}
.close-location:hover {
  background: #f9fafb;
}

.close-container {
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-container span {
  height: 16px;
  width: 2px;
  background: #1d2939;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 7px;
}
.close-container span:last-child {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.current-location .accordion-item {
  height: auto;
}

.locations-page a.regional-button {
  width: 100%;
  box-sizing: border-box;
}
.locations-page a.regional-button:hover {
  color: white !important;
  border: 2px solid #f17a22;
}

.location-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.phone-item,
.alt-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.alt-item {
  margin-bottom: 25px;
}

.location-column-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 0;
}
@media (min-width: 920px) {
  .location-column-wrapper {
    flex-direction: row;
  }
}
.location-column-wrapper .accordion-item {
  width: calc(100% - 50px);
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid white;
}
@media (min-width: 920px) {
  .location-column-wrapper .accordion-item {
    margin: 25px 50px 25px 25px;
    width: calc(50% - 75px);
  }
}
@media (min-width: 1280px) {
  .location-column-wrapper .accordion-item {
    margin: 25px 100px 25px 25px;
    width: calc(50% - 125px);
  }
}

.expand-button {
  width: 12px;
  height: 12px;
  margin: -7px 15px 0;
  border-bottom: 2px solid #101828;
  border-right: 2px solid #101828;
  flex-shrink: 0;
  transform: rotate(45deg);
  -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;
}

.open-accordion {
  border-bottom: 1px solid #98a2b3;
}
.open-accordion .expand-button {
  transform: rotate(-135deg);
  margin: 7px 15px 0;
}
.open-accordion .accordion-title-wrapper {
  border-bottom: 1px solid #f2f4f7;
}
.open-accordion .hide {
  display: block !important;
}
.open-accordion .accordion-item {
  height: auto;
}
.open-accordion .location-column-wrapper {
  height: auto;
}

.accordion-wrapper {
  height: auto;
  width: 100%;
  max-width: 1130px;
  margin: 15px auto;
  border-top: 1px solid #101828;
}

.accordion-section-header {
  padding: 10px 0 25px;
}
.accordion-section-header h2 {
  font-size: 24px;
  line-height: 28px;
  color: #101828;
  margin: 10px 0;
}

.accordion-list {
  background: #1d2939;
}

.accordion {
  background: white;
  -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;
}
.accordion:first-child .accordion-title-wrapper {
  border-top: 1px solid #98a2b3;
}
.accordion:last-child {
  border-bottom: none;
}
.accordion.location {
  overflow: hidden;
}
.accordion.location .single-column {
  width: calc(100% - 60px);
  padding: 10px 20px 50px 0;
  border-bottom: 1px solid #d0d5dd;
  margin: 0 70px 0 20px;
  overflow: auto;
}
.accordion.location .accordion-item p {
  margin: 0 0 6px;
}
.accordion .left-column,
.accordion .right-column {
  padding: 0 5px;
  box-sizing: border-box;
}
.accordion .left-column {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .accordion .left-column {
    padding-top: 0;
    width: 25%;
  }
}
.accordion .right-column {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .accordion .right-column {
    padding-bottom: 0;
    border-bottom: none;
    width: 75%;
  }
}

.accordion-title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #98a2b3;
  background: white;
  cursor: pointer;
  position: relative;
  -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;
}
.accordion-title-wrapper:hover, .accordion-title-wrapper.blue {
  background: #d9eaf9;
}
.accordion-title-wrapper p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #101828;
}

.accordion-title {
  padding: 0 10px;
}
.accordion-title.blue {
  background: #006bd3;
}
.accordion-title p {
  margin: 0;
  padding: 15px 30px 15px 0;
}

.accordion-item {
  height: 0px;
  overflow: hidden;
  -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;
}
.accordion-item .single-column,
.accordion-item .double-column,
.accordion-item .data-column {
  padding: 10px 15px 20px;
}
.accordion-item li {
  display: list-item;
  color: white;
}
.accordion-item p {
  margin: 5px 0;
  color: #101828;
  line-height: 24px;
  font-size: 16px;
}
.accordion-item a {
  color: #101828;
  text-decoration: none;
  transition: all 125ms ease-in-out;
}
.accordion-item a:hover {
  text-decoration: underline;
}

.data-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-decoration: none;
  border-bottom: 1px solid #d0d5dd;
}
@media (min-width: 768px) {
  .data-link {
    border-bottom: none;
  }
}
.data-link:last-child {
  border-bottom: 0;
}
.data-link .name,
.data-link .description {
  transition: all 125ms ease-in-out;
}
@media (min-width: 768px) {
  .data-link .name {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .data-link .description {
    width: 75%;
  }
}

.shared-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #d0d5dd;
}
@media (min-width: 768px) {
  .shared-column {
    border-bottom: none;
  }
}
.shared-column:last-child {
  border-bottom: 0;
}

.product-page .tab-block .tab-header h5.disabled {
  display: none;
}
.product-page .tab-block .tab {
  padding: 25px;
}
.product-page .tab-block .tab.literature-tab {
  flex-direction: row;
}
.product-page .tab-block .tab.resource-tab ul {
  margin: 0;
}
.product-page .tab-block h1 {
  font-size: 16px;
  line-height: 22px;
}
.product-page .tab-block .text-callout ul {
  padding-left: 25px;
}
.product-page .tab-block .text-callout ul li {
  padding-left: 10px;
}

.product-bullets li {
  display: list-item;
}

.product-graph-wrapper .graph {
  background: white;
  border-top: 4px #006bd3 solid;
  padding: 15px;
  margin: 0 0 20px 0;
}

.product-graph-wrapper .graph img {
  width: 100%;
  cursor: pointer;
}

.product-graph-wrapper .graph .image-title {
  padding: 20px 0 0 0;
}

.product-graph-wrapper .graph button {
  margin: -63px -15px 0 0px;
}

.prod-tech-spec {
  background: #ffffff;
  width: 100%;
  margin: 10px auto 0;
  padding-top: 5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .prod-tech-spec {
    width: 100%;
    padding: 20px 5px;
  }
}
@media (min-width: 1024px) {
  .prod-tech-spec {
    margin: 15px auto 0;
  }
}

table.responsive {
  margin-bottom: 0;
  padding: 0 20px;
  border-collapse: collapse;
  width: 100%;
}
@media (min-width: 768px) {
  table.responsive {
    width: 100%;
    background: white;
    margin: 0 auto 20px;
    padding: 0;
  }
  table.responsive td, table.responsive th {
    position: static !important;
  }
}

.pinned {
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  width: 150px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.pinned table {
  border-right: none;
  border-left: none;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.pinned td:last-child {
  border-bottom: 0;
}

.table-wrapper {
  width: calc(100% - 20px);
  background: white;
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
}
.table-wrapper .scrollable {
  overflow: scroll;
  overflow-y: hidden;
}

.map-container {
  display: none;
  background: #006bd3;
  position: relative;
}
@media (min-width: 769px) {
  .map-container {
    height: auto;
    display: block;
    overflow: hidden;
  }
}

.map-toggle {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 35px;
  width: 768px;
  margin: 0 auto;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .map-toggle {
    width: 1025px;
  }
}
@media (min-width: 1200px) {
  .map-toggle {
    width: 1212px;
  }
}
.map-toggle span {
  display: block;
  padding: 10px 25px;
  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;
}
.map-toggle span:hover {
  background: #1e3665;
}

.map-toggle-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 2px;
  pointer-events: all;
  position: absolute;
  bottom: 0;
  right: 60px;
  background: white;
  box-shadow: 0px 2px 8px rgba(30, 54, 101, 0.25);
}

.active-office .locations-map.offices {
  display: block;
}
.active-office .office-option {
  background: #1e3665;
}

.active-warehouse .locations-map.warehouses {
  display: block;
}
.active-warehouse .warehouse-option {
  background: #1e3665;
}

.locations-map {
  width: 768px;
  height: 420px;
  display: none;
  margin: 0 auto;
  background: #006bd3;
  -webkit-transition: height 350ms ease-in-out;
  -moz-transition: height 350ms ease-in-out;
  -ms-transition: height 350ms ease-in-out;
  -o-transition: height 350ms ease-in-out;
  transition: height 350ms ease-in-out;
}
@media (min-width: 1024px) {
  .locations-map {
    width: 1025px;
    height: 525px;
  }
}
@media (min-width: 1200px) {
  .locations-map {
    width: 1212px;
    height: 645px;
  }
}

.url-location,
.url-type {
  display: none;
}

.marker-locations {
  display: none;
}

.map-wrap {
  display: none;
  -webkit-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  -ms-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
@media (min-width: 768px) {
  .map-wrap {
    display: block;
    margin-bottom: 30px;
    opacity: 0;
    position: relative;
    overflow: inherit;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .map-wrap .side-bar {
    position: absolute !important;
    top: inherit !important;
    bottom: 0;
    background: white;
  }
}

.current-location {
  width: calc(100% - 40px);
  height: 0;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  background: white;
  border-top: 0px transparent solid;
  overflow: auto;
}
@media (min-width: 768px) {
  .current-location.show-active {
    height: auto;
    max-height: 375px;
    max-width: 185px;
    margin-left: 5px;
    padding: 10px 20px 15px;
    border-top: 4px #f17a22 solid;
  }
}
@media (min-width: 1024px) {
  .current-location.show-active {
    max-height: 485px;
  }
}
@media (min-width: 1200px) {
  .current-location.show-active {
    max-height: 600px;
  }
}

.photo-block-container {
  height: auto;
  background: white;
  margin: 15px 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .photo-block-container {
    flex-direction: row;
  }
}

.photo-block {
  margin: 5px 0;
  background: no-repeat center;
  background-size: cover;
  width: auto;
  max-width: 100%;
  align-self: center;
}
@media (min-width: 1024px) {
  .photo-block {
    max-width: calc(50% - 20px);
    margin: 0 10px;
  }
}

.photo-modal {
  padding-right: 0 !important;
}
.photo-modal img {
  width: 100%;
  max-width: none;
  margin: 0;
}
.photo-modal .modal-dialog {
  max-width: calc(100% - 20px);
  margin: 10px auto;
  width: auto;
}
@media (min-width: 768px) {
  .photo-modal .modal-dialog {
    max-width: 1200px;
    margin: 30px auto;
  }
}

.content-group-container {
  background: white;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .content-group-container {
    margin-top: 15px;
  }
}
.content-group-container .dynamic-photo-container {
  padding: 15px;
}
@media (min-width: 768px) {
  .content-group-container .dynamic-photo-container {
    padding: 15px 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.content-group-container .double-image-container .dynamic-photo-container {
  margin: 10px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .content-group-container .double-image-container .dynamic-photo-container {
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.content-group-container .double-image-container .dynamic-photo-container:first-child {
  padding-right: 5px;
}
.content-group-container .double-image-container .dynamic-photo-container:last-child {
  padding-left: 5px;
}
@media (min-width: 768px) {
  .content-group-container .custom-table-container {
    padding: 10px 25px;
    margin: 0;
  }
}

.dynamic-photo-container {
  background: transparent;
  width: 100%;
  max-width: 1180px;
  margin: 15px auto 0;
  padding: 15px 25px;
  overflow: auto;
  box-sizing: border-box;
  position: relative;
}
.dynamic-photo-container .link-label {
  font-weight: 500;
  font-size: 18px;
  color: #101828;
}
.dynamic-photo-container .img-wrapper {
  position: relative;
}
.dynamic-photo-container img {
  max-width: 100%;
  width: auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .dynamic-photo-container img {
    pointer-events: none;
  }
}
.dynamic-photo-container img:hover + svg {
  opacity: 1;
}
.dynamic-photo-container svg {
  pointer-events: none;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
  opacity: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
  transition: all 75ms ease-in-out;
}
.dynamic-photo-container svg .cls-1 {
  fill: white;
}
.dynamic-photo-container svg .cls-2 {
  fill: #667085;
}
.dynamic-photo-container.photoType_Left, .dynamic-photo-container.photoType_Left a {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dynamic-photo-container.photoType_Left, .dynamic-photo-container.photoType_Left a {
    flex-direction: row;
  }
}
.dynamic-photo-container * {
  text-decoration: none !important;
}
.dynamic-photo-container:hover .link-label {
  color: #006bd3;
}
.dynamic-photo-container p {
  margin-bottom: 10px;
}
.dynamic-photo-container a img {
  pointer-events: none;
}
.dynamic-photo-container a svg {
  opacity: 0 !important;
}

.img-container {
  width: 100%;
  height: auto;
  display: flex;
}
@media (max-width: 767px) {
  .img-container {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .img-container {
    width: 50%;
  }
}
.img-container .img-wrapper {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto;
}
.img-container .img-wrapper img {
  align-self: center;
}

.photo-data-container {
  display: inline-flex;
  flex-direction: column;
  align-self: center;
}

.img-header-padding {
  display: block;
  height: 3px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 20px;
}

.after-img .photo-copy {
  margin-top: 15px;
}

.before-img {
  padding-top: 25px;
}
.before-img .photo-copy {
  margin-bottom: 15px;
}

.photoType_Left .copy-flex-container,
.photoType_Right .copy-flex-container {
  width: 100%;
}
@media (min-width: 768px) {
  .photoType_Left .copy-flex-container,
  .photoType_Right .copy-flex-container {
    width: 50%;
  }
}
.photoType_Left .full-image,
.photoType_Right .full-image {
  width: 50%;
}
.photoType_Left p,
.photoType_Right p {
  width: 100%;
  margin-top: 0;
  box-sizing: border-box;
}

.photoType_Left .img-container {
  max-width: 100%;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .photoType_Left .img-container {
    margin: 0 15px 10px 0;
  }
}

.photoType_Right .img-container {
  float: right;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .photoType_Right .img-container {
    margin: 0 0 10px 15px;
  }
}

.img-header {
  color: #101828;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 5px;
  display: inline-block;
}

.photoType_Full {
  display: flex;
  flex-direction: column;
}
.photoType_Full.before-img {
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.img-info {
  display: flex;
  flex-direction: row-reverse;
}

.img-credits {
  font-size: 10px;
  color: #98a2b3;
  text-align: right;
  flex-shrink: 0;
  width: 20%;
  min-width: 100px;
  margin-top: 5px;
}

.img-caption {
  color: #101828;
  font-size: 12px;
  margin-top: 5px;
  width: 100%;
}

.separated-text-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 15px;
  margin: 0 auto;
  border-spacing: 20px;
}
@media (min-width: 768px) {
  .separated-text-block {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .separated-text-block {
    width: 1000px;
  }
}
@media (min-width: 1280px) {
  .separated-text-block {
    width: 1200px;
  }
}

.left-block-copy,
.blue-block-copy {
  margin: 15px auto 0;
}
@media (min-width: 768px) {
  .left-block-copy,
  .blue-block-copy {
    margin: 40px auto;
    padding: 40px 50px;
  }
}

.left-block-copy {
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  background: white;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .left-block-copy {
    width: calc(50% - 10px);
  }
}

.blue-block-copy {
  width: 100%;
  padding: 40px 50px;
  box-sizing: border-box;
  background: #006bd3;
}
@media (min-width: 768px) {
  .blue-block-copy {
    width: calc(50% - 10px);
  }
}

.copy-contain {
  overflow: auto;
}

.data-table {
  margin-top: 20px;
}
.data-table.half-width {
  width: calc(49% - 10px);
}
.data-table.two-third-width {
  width: 66.6666666666%;
}
.data-table.full-width {
  width: 100%;
}
.data-table .data-table-header-container {
  padding: 10px 5px 7px;
  background: #006bd3;
  border: 1px solid black;
  border-bottom: 0px;
}
.data-table .data-table-container {
  height: 200px;
  overflow: hidden;
  border: 1px solid black;
}
.data-table .data-table-container:first-child {
  margin-right: 20px;
}
.data-table .data-table-container iframe {
  border: none;
}
.data-table .data-table-container.ms-embed iframe {
  margin-top: -5px;
  margin-left: -1px;
}
.data-table .data-table-container.google-embed iframe {
  margin-top: -30px;
}

.industry-caro-holder {
  background: white;
  padding-top: 5px;
  margin-top: 15px;
  width: 100%;
}

.industry-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.industry-carousel .puro-animated-in {
  z-index: 0;
}

.industry-carousel .puro-animated-out {
  z-index: 100;
}

.industry-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.puro-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.industry-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 100;
  background: white;
  height: 460px;
}

.industry-carousel .puro-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
}

.industry-carousel .puro-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.industry-carousel .puro-stage-outer {
  position: relative;
  height: 390px;
  overflow: hidden;
}

.industry-carousel .puro-controls .puro-nav .puro-prev,
.industry-carousel .puro-controls .puro-nav .puro-next,
.industry-carousel .puro-controls .puro-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.industry-carousel.puro-loaded {
  display: block;
}

.industry-carousel.puro-loading {
  opacity: 0;
  display: block;
}

.industry-carousel.puro-hidden {
  opacity: 0;
}

.industry-carousel .puro-refresh .puro-item {
  display: none;
}

.industry-carousel .puro-item {
  position: relative;
  min-height: 360px;
  padding: 15px;
  background: #f9fafb;
  float: left;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.industry-carousel .puro-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.industry-carousel.puro-text-select-on .puro-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.industry-carousel .puro-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.industry-carousel.puro-rtl {
  direction: rtl;
}

.industry-carousel.puro-rtl .puro-item {
  float: right;
}

.industry-carousel-navigation {
  display: none;
}

.industry-carousel .puro-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: auto;
  text-align: center;
}

.puro-page {
  overflow: auto;
  display: inline-block;
  margin: 5px;
}

.puro-page span {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #98a2b3;
  display: block;
  cursor: pointer;
  -webkit-transition: background 150ms ease-in-out;
  -moz-transition: background 150ms ease-in-out;
  -ms-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
}

.puro-page.active span,
.puro-page span:hover {
  background: #f17a22;
}

.no-js .industry-carousel {
  display: block;
}

.industry-carousel .puro-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.industry-carousel .carousel-image {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  margin: 0 auto 20px;
}

.industry-carousel,
.industry-carousel .puro-item,
.industry-carousel .puro-stage,
.industry-carousel .puro-stage-outer {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.bio-caro-holder {
  background: white;
  padding-top: 15px;
  margin-top: 15px;
}

.bio-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bio-carousel .puro-animated-in {
  z-index: 0;
}

.bio-carousel .puro-animated-out {
  z-index: 100;
}

.bio-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.bio-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 100;
  background: white;
  height: auto;
  padding-bottom: 100px;
}

.bio-carousel .puro-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  display: flex;
}

.bio-carousel .puro-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.bio-carousel .puro-stage-outer {
  position: relative;
  height: auto;
  overflow: hidden;
}

.bio-carousel .puro-controls .puro-nav .puro-prev,
.bio-carousel .puro-controls .puro-nav .puro-next,
.bio-carousel .puro-controls .puro-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bio-carousel.puro-loaded {
  display: block;
}

.bio-carousel.puro-loading {
  opacity: 0;
  display: block;
}

.bio-carousel.puro-hidden {
  opacity: 0;
}

.bio-carousel .puro-refresh .puro-item {
  display: none;
}

.bio-carousel .puro-item {
  position: relative;
  width: 200px !important;
  padding: 25px;
  background: #f9fafb;
  float: left;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.bio-carousel .puro-item .item,
.bio-carousel .puro-item .bio-container {
  height: 100%;
}

.bio-carousel .puro-item .carousel-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 185px);
}

.bio-carousel .puro-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bio-carousel.puro-text-select-on .puro-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.bio-carousel .puro-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.bio-carousel.puro-rtl {
  direction: rtl;
}

.bio-carousel.puro-rtl .puro-item {
  float: right;
}

.bio-carousel-navigation {
  display: none;
}

.bio-carousel .puro-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: auto;
  text-align: center;
}

.no-js .bio-carousel {
  display: block;
}

.bio-carousel .puro-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.bio-carousel .carousel-image {
  height: 175px;
  width: 200px;
  margin: 0 auto 10px;
}

.bio-carousel,
.bio-carousel .puro-item,
.bio-carousel .puro-stage,
.bio-carousel .puro-stage-outer {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.split-wrapper {
  max-width: 1075px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  z-index: 100;
  position: relative;
}
@media (min-width: 1024px) {
  .split-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .split-wrapper {
    max-width: 1275px;
  }
}

.link-cluster-container {
  position: relative;
}
.link-cluster-container::before, .link-cluster-container::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  margin: auto;
  z-index: 1;
}
.link-cluster-container::before {
  left: 0;
  background: white;
}
.link-cluster-container::after {
  right: 0;
  background: #101828;
}
.link-cluster-container.life-sciences::before, .link-cluster-container.life-sciences::after,
.link-cluster-container.life-sciences .cluster-content,
.link-cluster-container.life-sciences .cluster-links {
  background: white;
}
.link-cluster-container.life-sciences .cluster-links li {
  border-bottom: 1px solid #101828;
}
.link-cluster-container.life-sciences .cluster-links li:last-child {
  border-bottom: 0px solid #101828;
}
.link-cluster-container.life-sciences .cluster-links a {
  color: #101828;
}
.link-cluster-container .cluster-content,
.link-cluster-container .cluster-links {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width: 1024px) {
  .link-cluster-container .cluster-content,
  .link-cluster-container .cluster-links {
    padding: 65px 40px;
  }
}
.link-cluster-container .cluster-content {
  width: 100%;
  background: white;
}
.link-cluster-container .cluster-content p {
  margin-top: 0;
}
.link-cluster-container .cluster-content h3, .link-cluster-container .cluster-content p {
  max-width: 80%;
}
@media (min-width: 1024px) {
  .link-cluster-container .cluster-content {
    width: 60%;
  }
}
.link-cluster-container .cluster-links {
  width: 100%;
  background: #101828;
  justify-content: center;
}
.link-cluster-container .cluster-links ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .link-cluster-container .cluster-links ul {
    margin: 0 auto;
  }
}
.link-cluster-container .cluster-links li {
  border-bottom: 1px solid white;
}
.link-cluster-container .cluster-links li:last-child {
  border-bottom: 0px solid white;
}
.link-cluster-container .cluster-links a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  -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;
}
.link-cluster-container .cluster-links a:hover {
  color: #006bd3;
}
@media (min-width: 1024px) {
  .link-cluster-container .cluster-links {
    width: 40%;
  }
}
.link-cluster-container .cluster-arrow {
  display: block;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.link-cluster-container .cluster-arrow span {
  display: block;
  height: 2px;
  width: 10px;
  background: #006bd3;
  position: relative;
  top: -2px;
}
.link-cluster-container .cluster-arrow span:first-child {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 4px;
  top: 4px;
}

.custom-table-container {
  padding: 50px 0;
  width: 100%;
  background: #fff;
  margin: 15px 0;
  padding: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .custom-table-container {
    margin: 25px 0;
    padding: 25px;
  }
}
.custom-table-container table {
  background: #f9fafb;
  min-width: 500px;
}
.custom-table-container .table-wrapper {
  width: 100%;
  background: #f9fafb;
  padding: 10px 15px;
  box-sizing: border-box;
  overflow: auto;
}

.custom-table .custom-table-header {
  background: #f9fafb;
}
.custom-table .sub-header th {
  font-size: 14px;
  font-weight: 500;
  padding-top: 0;
}
.custom-table th {
  text-align: left;
  font-size: 16px;
  padding-left: 0;
}
.custom-table tr:nth-child(odd) {
  background: #f9fafb;
}
.custom-table .results-table-sub-header {
  border: 1px solid black;
}
.custom-table .results-table-sub-header td {
  color: #006bd3;
  font-weight: bold;
  padding: 8px 15px;
  border-right: 1px solid black;
}
.custom-table .results-table-sub-header-nb {
  border: 1px solid transparent;
}
.custom-table .results-table-sub-header-nb td {
  color: #006bd3;
  font-weight: bold;
  padding: 8px 15px;
  border-right: 1px solid transparent;
}
.custom-table .results-table-sub-header-nb:first-child {
  border-left: 1px solid transparent;
}
.custom-table .results-table-body > .table-shell {
  padding: 0;
}
.custom-table .results-table-body td {
  font-weight: 500;
}
.custom-table .results-table-body tr {
  background: white !important;
}
.custom-table .results-row {
  border-bottom: 1px solid black;
  background: #f9fafb;
}
.custom-table .results-row td {
  border: 1px solid black;
  padding: 5px 15px;
}
.custom-table .results-row p {
  margin: 10px 0;
}
.custom-table .results-row:last-child {
  border-bottom: 0px solid black;
}
.custom-table .results-row-nb {
  border-bottom: 1px solid transparent;
  background: #f9fafb;
}
.custom-table .results-row-nb td {
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 5px 15px;
}
.custom-table .results-row-nb td:first-child {
  border-left: 1px solid black;
}
.custom-table .results-row-nb td:last-child {
  border-right: 1px solid black;
}
.custom-table .results-row-nb + .results-row td {
  border-right: 1px solid transparent;
  padding: 5px 15px;
}
.custom-table .results-row-nb + .results-row td:first-child {
  border-left: 1px solid black;
}
.custom-table .results-row-nb + .results-row td:last-child {
  border-right: 1px solid black;
}
.custom-table .results-row-nb p {
  margin: 10px 0;
}

.table-footer {
  padding: 10px 20px;
}
.table-footer p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.carousel-video {
  cursor: pointer;
}

.puro-carousel.video-carousel .puro-item {
  padding: 0;
  height: auto;
  background: transparent;
}
.puro-carousel.video-carousel .puro-item .wrapper {
  overflow: initial;
}
@media (min-width: 768px) {
  .puro-carousel.video-carousel .puro-item {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .puro-carousel.video-carousel .puro-item {
    height: auto;
  }
}

.video-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-banner-content .carousel-copy {
  box-sizing: border-box;
  width: 100%;
  padding: 0px 40px 30px;
}
@media (min-width: 768px) {
  .video-banner-content .carousel-copy {
    position: absolute;
    padding: 0px 0px 0px 20px;
  }
}

.puro-carousel.video-carousel .puro-pagination {
  bottom: 5px;
}
@media (min-width: 768px) {
  .puro-carousel.video-carousel .puro-pagination {
    bottom: 10px;
  }
}

span.carousel-video-play-button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  width: 150px;
  -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;
}

span.carousel-video-play-button {
  display: block;
  height: 30px;
  width: 30px;
}

.play0 {
  fill: #f17a22;
  -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;
}

.carousel-video:hover span.carousel-video-play-button-container {
  color: #006bd3;
}

.carousel-video:hover .play0 {
  fill: #006bd3;
}

.multi-content {
  height: auto;
  width: calc(100% - 30px);
  padding: 0;
  margin: 15px auto 0;
  background: white;
}

.multi-content-image {
  height: 200px;
  width: 100%;
  position: relative;
}

.multi-content-copy {
  width: 100%;
  position: relative;
  height: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  -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;
}

.large-image-cta {
  min-height: 300px;
  width: 100%;
  position: relative;
  margin: 0;
  margin-top: 15px;
  margin-bottom: -15px;
  padding: 0 0 30px 0;
  overflow: auto;
}

.large-image-content {
  position: relative;
  z-index: 100;
  margin: 30px auto 0;
  width: calc(100% - 30px);
}

.large-image-content button.line {
  margin: 0 auto;
  display: block;
  border-color: #98a2b3;
}

.large-image-content button.line:hover {
  background: #f17a22;
  border-color: #f17a22;
}

.white-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.75)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.information-post-filter {
  border-top: 4px solid #d0d5dd;
  margin: 10px 0 0 0;
  padding: 0 20px 10px;
}

.information-post-filter h2 {
  margin: 15px 0;
}

.information-post-filter a {
  display: block;
  cursor: pointer;
  margin: 14px 0;
}

.thumbnail {
  margin-bottom: 15px;
  width: 100%;
}

.list-label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
}

.tag-placeholder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 5px;
  padding: 10px 20px 10px 15px;
  border: 1px solid #d0d5dd;
  cursor: pointer;
  transition: 75ms all ease-in-out;
}
.tag-placeholder:hover {
  border: 1px solid #98a2b3;
}
.tag-placeholder:hover p {
  color: #101828;
}
.tag-placeholder:hover .arrow {
  border-top: 2px solid #101828;
  border-right: 2px solid #101828;
}
.tag-placeholder p {
  font-size: 14px;
  color: #344054;
}
.tag-placeholder .arrow {
  display: block;
  height: 6px;
  width: 6px;
  margin-top: -3px;
  border-top: 2px solid #98a2b3;
  border-right: 2px solid #98a2b3;
  transform: rotate(135deg);
  transition: all 75ms ease-in-out;
}

.tag-list-container {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 5px;
  padding: 0px 2px 0px 5px;
  width: 100%;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  transform: translateY(-15px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
  transition: all 75ms ease-in-out;
}
.tag-list-container .list-wrapper {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.open-tags .tag-list-container,
.open-divisions .tag-list-container {
  padding: 5px 2px 5px 5px;
  height: 210px;
  opacity: 1;
  transform: translateY(5px);
  pointer-events: all;
}
.open-tags .tag-placeholder,
.open-divisions .tag-placeholder {
  border: 1px solid #006bd3;
}
.open-tags .tag-placeholder:hover,
.open-divisions .tag-placeholder:hover {
  border: 1px solid #006bd3;
}
.open-tags .tag-placeholder p,
.open-divisions .tag-placeholder p {
  color: #344054;
}
.open-tags .tag-placeholder .arrow,
.open-divisions .tag-placeholder .arrow {
  margin-top: 1px;
  border-top: 2px solid #101828;
  border-right: 2px solid #101828;
  transform: rotate(-45deg);
}

.open-divisions .tag-list-container {
  height: 160px;
}

.active-filter .tag-placeholder {
  border: 1px solid #98a2b3;
}
.active-filter .tag-placeholder p {
  color: #344054;
}
.active-filter .tag-placeholder .arrow {
  border-top: 2px solid #101828;
  border-right: 2px solid #101828;
}

.tag {
  padding: 10px 10px;
  background: white;
  border-radius: 3px;
  margin-right: 3px;
  text-decoration: none !important;
  transition: all 75ms ease-in-out;
}
.tag:hover {
  background: #f9fafb;
}

.information-feed-filter {
  margin: 15px 0 0 0;
  padding: 0 0 5px;
  position: relative;
}
.information-feed-filter h2 {
  margin: 15px 0;
}
.information-feed-filter p {
  margin: 0;
}
.information-feed-filter.divisions {
  z-index: 300;
}

.information-feed-list .dark-line {
  margin: 30px auto 20px;
  display: block;
  padding: 10px 50px;
  font-size: 14px;
}

.information-item-preview img {
  height: auto;
  width: 100%;
}
.information-item-preview .summary {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px;
}
.information-item-preview .summary-title,
.information-item-preview .summary-body {
  width: 100%;
  margin: 0 auto;
}
.information-item-preview .summary-body p span {
  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;
}

.information-item-preview-wrapper.hide-puro {
  display: none !important;
}

.feed-preview:hover .summary-body p span {
  color: #f17a22;
}

.no-content-cta {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.no-content-cta h2 {
  color: black;
  text-align: center;
}

.information-item-preview {
  background: white;
  -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;
  margin: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .information-item-preview {
    overflow: hidden;
    height: 100%;
  }
}

.information-feed-list a.block {
  display: block;
  margin: 15px 10px 5px;
  width: calc(100% - 20px);
  text-decoration: none;
}
@media (min-width: 768px) {
  .information-feed-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .dual-info-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .event-feed-list.information-feed-list a.block,
  .news-feed-list.information-feed-list a.block {
    width: calc(50% - 10px);
  }
  .event-feed-list.information-feed-list a.block:nth-child(2n+1),
  .news-feed-list.information-feed-list a.block:nth-child(2n+1) {
    margin-left: 0px;
  }
  .event-feed-list.information-feed-list a.block:nth-child(2n),
  .news-feed-list.information-feed-list a.block:nth-child(2n) {
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .event-feed-list .information-item-preview .thumbnail,
  .news-feed-list .information-item-preview .thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
}

.event-feed-list .information-item-preview .summary,
.news-feed-list .information-item-preview .summary {
  width: 100%;
  padding: 0 0 20px;
}

.event-feed-list .information-item-preview,
.news-feed-list .information-item-preview {
  padding: 15px;
}
@media (min-width: 768px) {
  .event-feed-list .information-item-preview,
  .news-feed-list .information-item-preview {
    padding: 20px;
  }
}

.summary-body span.arrow-link {
  position: relative;
  display: inline-block;
  bottom: 0;
  right: 0;
  height: 10px;
}

.summary-body span.arrow-link svg {
  fill: #006bd3;
}

.information-item-preview:hover .summary-body span.arrow-link svg {
  fill: #f17a22;
}

.center-modal button {
  margin: 25px auto 0;
  display: block;
}

.center-modal input {
  max-width: 500px;
  margin: 40px auto;
  display: block;
}

.calculator-page .modal-dialog {
  max-width: 520px;
}

.calculator-login,
.user-portal {
  background: white;
  height: auto;
  min-height: 100%;
}
.calculator-login .password-input-container,
.user-portal .password-input-container {
  position: relative;
}
.calculator-login .password-input-container .password-toggle,
.user-portal .password-input-container .password-toggle {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  transition: all 125ms ease-in-out;
}
.calculator-login .password-input-container .password-toggle:hover,
.user-portal .password-input-container .password-toggle:hover {
  color: #006bd3;
}
.calculator-login .required + .password-info span,
.user-portal .required + .password-info span {
  color: #ff5252;
}
.calculator-login .required + .password-info span svg,
.user-portal .required + .password-info span svg {
  fill: #ff5252;
}
.calculator-login .password-info,
.user-portal .password-info {
  display: flex;
  flex-direction: column;
  height: 0;
  margin: 0 0 15px;
  opacity: 0;
  overflow: hidden;
  transition: all 125ms ease-in-out;
}
.calculator-login .password-info.open,
.user-portal .password-info.open {
  opacity: 1;
  margin: 5px 0 15px;
  height: 70px;
}
.calculator-login .password-info span,
.user-portal .password-info span {
  color: #98a2b3;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 125ms ease-in-out;
}
.calculator-login .password-info span.valid,
.user-portal .password-info span.valid {
  color: #218437 !important;
}
.calculator-login .password-info span.valid svg,
.user-portal .password-info span.valid svg {
  fill: #218437 !important;
}
.calculator-login .password-info span svg,
.user-portal .password-info span svg {
  height: 12px;
  width: 12px;
  fill: #d0d5dd;
  margin-right: 4px;
}
.calculator-login .registration-success,
.user-portal .registration-success {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 125px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .calculator-login .registration-success,
  .user-portal .registration-success {
    margin: 125px auto 250px;
  }
}
.calculator-login .registration-success.success,
.user-portal .registration-success.success {
  display: flex;
}
.calculator-login .registration-success .button,
.user-portal .registration-success .button {
  width: 100%;
}
.calculator-login .registration-success h4, .calculator-login .registration-success p,
.user-portal .registration-success h4,
.user-portal .registration-success p {
  text-align: center;
}

.calculator-login .wrapper {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.calculator-login .form-wrapper {
  margin-top: 30px;
}
.calculator-login .form {
  max-width: 420px;
  margin: 0 auto;
  margin: 100px auto 150px;
}
.calculator-login .button-wrapper button,
.calculator-login .button-wrapper .button {
  width: 100%;
  margin: 5px 0;
}
.calculator-login footer {
  margin-top: 0;
}
.calculator-login .registration-form.form {
  max-width: 600px;
  width: 100%;
  margin: 15px auto 50px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .calculator-login .registration-form.form {
    margin: 50px auto 75px;
  }
}
.calculator-login .login-form {
  padding: 25px;
  border: 1px solid #e4e7ec;
  border-radius: 5px;
}
.calculator-login .login-form.form {
  max-width: 420px;
  margin: 15px auto 50px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .calculator-login .login-form.form {
    margin: 50px auto 75px;
  }
}
.calculator-login .login-form.forgot-it .login-wrapper {
  display: none;
}
.calculator-login .login-form.forgot-it .forgot-password-wrapper {
  display: flex;
}
.calculator-login .login-form h1, .calculator-login .login-form h2, .calculator-login .login-form h3, .calculator-login .login-form h4, .calculator-login .login-form h5, .calculator-login .login-form h6, .calculator-login .login-form p, .calculator-login .login-form a {
  text-align: center;
}
.calculator-login .login-form .login-wrapper,
.calculator-login .login-form .forgot-password-wrapper {
  flex-direction: column;
}
.calculator-login .login-form .login-wrapper {
  display: flex;
}
.calculator-login .login-form .forgot-password-wrapper {
  display: none;
}
.calculator-login .login-form input.no-bottom-margin {
  margin-bottom: 0;
}
.calculator-login .alert-message {
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  background: #d9eaf9;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.calculator-login .alert-message.inactive {
  margin-bottom: 15px;
}
.calculator-login .form-links {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.calculator-login .form-links a {
  color: #006bd3;
  cursor: pointer;
}

.signed-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.signed-in .dark-line {
  color: #1d2939;
  height: 50px;
}

.signed-in .flex-wrapper a {
  margin: 20px 10px;
}

.signed-in p {
  text-align: center;
  line-height: 24px;
}

.prsm-logo {
  height: 55px;
  width: 200px;
  margin: 0 auto 45px;
}
.prsm-logo svg {
  height: 100%;
  width: 100%;
}

.registration-form {
  padding: 25px;
  border: 1px solid #e4e7ec;
  border-radius: 5px;
}
.registration-form.success {
  display: none;
}
.registration-form form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.registration-form .double-input.column-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.registration-form .double-input.column-wrapper p {
  margin-bottom: 0;
}
.registration-form .double-input.column-wrapper .radio-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .registration-form .double-input input:first-child {
    margin-left: 0;
  }
}
.registration-form .double-input input[type="radio"] {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .registration-form .double-input input :last-child,
  .registration-form .double-input select :last-child {
    margin-right: 0;
  }
}
.registration-form .double-input .radio-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  margin: 0 5px 0 0;
}
.registration-form input {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.registration-form input.no-bottom-margin {
  margin-bottom: 0;
}
.registration-form input[type="checkbox"] {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  margin-top: 0;
}
.registration-form .checkbox-wrapper {
  margin: 0 0 10px;
}
.registration-form .checkbox-wrapper .check-row {
  padding-top: 0;
  padding-left: 5px;
}
.registration-form .submit-button {
  width: 100%;
}

.checkbox-group {
  margin-top: 10px;
  border-top: 1px solid #f2f4f7;
  padding-top: 15px;
}

.checkbox-wrapper,
.radio-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.checkbox-wrapper.row-align,
.radio-wrapper.row-align {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.checkbox-wrapper.row-align .check-radio-row,
.radio-wrapper.row-align .check-radio-row {
  margin-right: 25px;
}

.checkbox-wrapper {
  margin: 20px 0;
  justify-content: flex-start;
}
.checkbox-wrapper a {
  display: initial;
  width: auto;
  color: #006bd3;
}
.checkbox-wrapper a:hover {
  color: #f17a22;
}

.hidden-map {
  visibility: hidden;
  margin: 0;
  padding: 0;
  position: fixed;
  opacity: 0;
}
.hidden-map * {
  color: #fff;
}

.success-modal .modal-content,
.failure-modal .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media (min-width: 768px) {
  .success-modal .modal-dialog,
  .failure-modal .modal-dialog {
    margin: 130px auto 30px;
  }
}
.success-modal .modal-logo-container,
.failure-modal .modal-logo-container {
  height: 85px;
  width: 75px;
}
.success-modal .modal-logo-container svg,
.failure-modal .modal-logo-container svg {
  fill: #006bd3;
}

.form-wrapper input.invalid-password,
.form-wrapper input.invalid-password:focus {
  border: 1px solid #ff5252;
  outline: none;
  -webkit-box-shadow: 0 0 6px #ff5252;
  -moz-box-shadow: 0 0 6px #ff5252;
  box-shadow: 0 0 6px #ff5252;
}

.grecaptcha-badge {
  height: 65px !important;
  margin: 0 !important;
}
.grecaptcha-badge .grecaptcha-logo {
  margin: 2px 2px !important;
}

.calculator-modal .modal-body {
  display: flex;
  flex-direction: column;
}
.calculator-modal form {
  display: flex;
  flex-direction: column;
}
.calculator-modal .submit-button {
  align-self: flex-end;
}
.calculator-modal .button-holster button {
  margin: 0 20px !important;
}

#projectDetail .modal-body,
#calcNameChooser .modal-body,
.calculator-modal.edit-project-modal .modal-body,
.calculator-modal.edit-calc-modal .modal-body {
  padding: 25px 45px 40px 45px;
}

.calculator-page .confirm-delete .modal-dialog {
  max-width: 575px;
}

.calculator-project-page .confirm-delete .modal-dialog {
  max-width: 590px;
}

.calculator-modal.confirm-delete h2 {
  margin: 0px auto 20px;
  max-width: calc(100% - 100px);
  font-weight: 700;
}

.calculator-modal.confirm-delete p {
  font-weight: 500;
  color: #344054;
  font-size: 16px;
  text-align: center;
}

#mb-calc-processType:disabled,
#mb-calc-triliteType:disabled,
#mb-calc-unitSystemType:disabled {
  display: none !important;
}

.calculator-modal select {
  border: 1px #d0d5dd solid;
  border-radius: 3px;
  color: #475467;
  margin: 4px auto 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/dark-arrow.svg) calc(100% - 16px)/18px no-repeat white;
  padding: 10px 35px 10px 10px;
  outline: none;
}

#calcNameChooser .modal-dialog {
  max-width: 520px;
}

.button-holster {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 35px auto 0;
  max-width: 420px;
}

.calculator-sticky-nav {
  position: fixed;
  z-index: 1000;
  width: 60px;
  height: 100%;
  background: #101828;
  top: 0;
  left: 0;
  padding: 98px 0 0 0;
}

.calculator-sticky-nav .sticky-nav {
  padding: 0;
  margin-top: 0;
}

.calculator-sticky-nav .sticky-nav li {
  display: block;
  width: 60px;
  height: 60px;
  margin: 20px 0;
  text-align: center;
  box-sizing: border-box;
}

.calculator-sticky-nav .sticky-nav li.no-warning {
  margin: 0;
}

.calculator-sticky-nav .sticky-nav li.no-warning:hover {
  background: transparent;
}

.calculator-sticky-nav .sticky-nav a {
  display: block;
  padding: 6px;
}
.calculator-sticky-nav .sticky-nav a:hover {
  background: #555;
}

.calculator-sticky-nav .sticky-nav svg {
  fill: #f9fafb;
}

.calculator-sticky-nav .sticky-nav span {
  display: block;
  color: #f9fafb;
  font-size: 9px;
  font-family: 'Arial';
  text-transform: uppercase;
  white-space: nowrap;
}

.calculator-page .page-help.active {
  overflow: auto !important;
}

.calculator-page .page-help .wrapper {
  padding: 0;
}

.calculator-page .page-help .wrapper .text-callout .copy {
  padding: 0;
}

.calculator-page .page-help .wrapper .text-callout .copy h1,
.calculator-page .page-help .wrapper .text-callout .copy p {
  margin-bottom: 15px;
}

.calculator-page .page-help-footer .cta.blue {
  font-size: 18px;
}

.calculator-page .page-help .dynamic-photo-container p {
  margin: 15px 0;
}

.calculator-page .page-help-container ul,
.calculator-page .page-help-container ol {
  padding-left: 20px;
}

.calculator-page .page-help-container li {
  display: list-item;
}

@media (min-width: 768px) {
  .calculator-page .footer-content {
    padding: 50px 0 0 60px;
  }
}

.psuedo-sticky-nav-filler {
  height: calc(100% - 98px);
  width: 60px;
  z-index: 999;
  background: #1d2939;
  position: fixed;
}

.carrot-symbol {
  display: block;
  height: 10px;
  width: 6px;
  padding: 8px 6px 6px;
}

.carrot-symbol span {
  height: 2px;
  width: 6px;
  background: #98a2b3;
  display: block;
  position: relative;
}

.carrot-symbol span:first-child {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.carrot-symbol span:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.project-header {
  padding: 30px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.calculator-project {
  padding: 0px 10px 20px;
  width: 100%;
}

.calc-proj-home span {
  margin-left: 8px;
}

.project-header h1 {
  margin-top: 15px;
}

.calculator h3 {
  text-transform: capitalize;
}

.calculator-project h3 {
  margin: 10px 0;
}

.calc-proj-home {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.calc-proj-home svg {
  fill: #98a2b3;
}

.fitler-arrow-container {
  height: 10px;
  width: 10px;
  display: inline-block;
}

.fitler-arrow-container svg {
  height: 100%;
  width: 100%;
  fill: #101828;
}

.title-sort .title .fitler-arrow-container svg .filter-arrow-up,
.customer-sort .customer .fitler-arrow-container svg .filter-arrow-up,
.type-sort .calc-type .fitler-arrow-container svg .filter-arrow-up,
.date-sort .date .fitler-arrow-container svg .filter-arrow-up {
  fill: #006bd3;
}

.reveresed-order.title-sort .title .fitler-arrow-container svg .filter-arrow-up,
.reveresed-order.customer-sort .customer .fitler-arrow-container svg .filter-arrow-up,
.reveresed-order.type-sort .calc-type .fitler-arrow-container svg .filter-arrow-up,
.reveresed-order.date-sort .date .fitler-arrow-container svg .filter-arrow-up {
  fill: #101828;
}

.reveresed-order.title-sort .title .fitler-arrow-container svg .filter-arrow-down,
.reveresed-order.customer-sort .customer .fitler-arrow-container svg .filter-arrow-down,
.reveresed-order.type-sort .calc-type .fitler-arrow-container svg .filter-arrow-down,
.reveresed-order.date-sort .date .fitler-arrow-container svg .filter-arrow-down {
  fill: #006bd3;
}

.project-calculators .title,
.table-row .title,
.table-row .customer {
  width: 25%;
}

.table-row .date {
  width: 25%;
}

.project-calculators .table-row .date {
  width: calc(40% - 30px);
}

.project-calculators .calc-type {
  width: 35%;
}

.project-calculators a.new-calc-option {
  padding: 25px;
  cursor: pointer;
}

.project-calculators h2 {
  width: 25%;
}

.project-calculators .modal-body h2 {
  width: 100%;
}

.project-calculators a:first-child {
  margin-left: 0;
}

.project-calculators a:nth-child(n+3) {
  margin-right: 0;
}

.project-calculators a.add-calculator {
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: dashed 2px #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 span {
  margin-top: 30px;
}

.project-calculators a.add-calculator:hover {
  border: dashed 2px #006bd3;
}

.project-calculators a.add-calculator:hover svg {
  fill: #006bd3;
}

.calculator-project-page .modal-dialog {
  width: 100%;
  max-width: 800px;
}

.calculator-project-page .edit-calc-modal .modal-dialog {
  max-width: 520px;
}

@media (min-width: 720px) {
  .calculator-modal .modal-body {
    padding: 25px 45px 40px 45px;
  }
}

.calculator-row.check-radio-row {
  margin-bottom: 15px;
  padding: 10px 0;
}
.calculator-row.check-radio-row .check-radio-container {
  margin: 0 15px 0 0;
}
.calculator-row.check-radio-row .check-radio-container .check-radio {
  height: 20px;
  width: 20px;
}
.calculator-row.check-radio-row .check-radio-info {
  margin: 0 0 5px 0;
}
.calculator-row.check-radio-row .check-radio-info .calc-name {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
.calculator-row.check-radio-row .check-radio-info p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.calculator-row:hover .check-radio-container .check-radio span {
  height: 7px;
  width: 4px;
}

.calculator-row:last-child {
  border-bottom: 0px solid transparent;
}

.calculator-row button {
  border-radius: 3px;
}

.calculator-row input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  height: 0;
  width: 0;
}

.radio-container {
  margin: 0 15px 0 0;
}

.radio {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  margin: 0 0 5px 0;
  border-radius: 25px;
  background: white;
  border: 2px solid #d0d5dd;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

.radio span {
  display: block;
  height: 0px;
  width: 0px;
  border-radius: 20px;
  background: #d0d5dd;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

.calculator-row:hover .radio {
  background: white;
}

.calculator-row:hover .radio-container .radio span {
  height: 14px;
  width: 14px;
  background: #d0d5dd;
}

.calculator-row input:checked ~ .radio-container .radio {
  background-color: white;
  border: 2px solid #006bd3;
}

.calculator-row input:checked ~ .radio-container .radio span {
  height: 14px;
  width: 14px;
  background: #006bd3;
}

.calculator-row:hover input:checked ~ .radio-container .radio {
  background-color: white;
}

.calc-info p {
  margin: 0;
}

.calculator-project-page .modal-content,
.calculator-page .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.calculator-project-page .close-button,
.calculator-page .close-button,
.calculator-login .close-button {
  top: 10px;
  right: 10px;
  background: white;
}

.calculator-project-page .close-button span,
.calculator-page .close-button span,
.calculator-login .close-button span {
  background: #98a2b3;
  height: 2px;
}

.calculator-project-page .close-button span:last-child,
.calculator-page .close-button span:last-child,
.calculator-login .close-button span:last-child {
  top: -2px;
}

.calculator-project-page .close-button:hover span,
.calculator-page .close-button:hover span,
.calculator-login .close-button:hover span {
  background: #1d2939;
}

.calculator-project-page .modal-content .full-width-btn,
.calculator-page .modal-content .full-width-btn,
.calculator-login .modal-content .full-width-btn {
  width: 100%;
  border-radius: 0;
}

.user-portal .wrapper {
  padding: 75px 0 50px;
}

.user-portal .form {
  max-width: 550px;
  margin: 0 auto;
}

fieldset a {
  cursor: pointer;
}

.dashboard {
  padding: 50px 10px;
  width: 100%;
}

.dashboard-header,
.dashboard-filter,
.filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.dashboard-header button {
  font-size: 16px;
  width: 200px;
}

.dashboard-filter {
  margin-top: 30px;
  border-bottom: 2px solid #d0d5dd;
}

.filters {
  margin-bottom: -2px;
}

.filters a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: auto;
  padding: 0 20px;
  border-bottom: 2px solid transparent;
  -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;
}

.filters a:hover,
.current-filter .filters .current-projects,
.all-filter .filters .all-projects,
.archived-filter .filters .archived-projects {
  border-bottom: 2px solid #006bd3;
}

.filters h5 {
  color: #98a2b3;
  margin: 15px 10px 15px 0;
  -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-count {
  display: block;
  background: #98a2b3;
  padding: 3px 7px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  -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;
}

.filters a:hover .project-count,
.current-filter .filters .current-projects .project-count,
.all-filter .filters .all-projects .project-count,
.archived-filter .filters .archived-projects .project-count {
  background: #006bd3;
}

.filters a:hover h5,
.current-filter .filters .current-projects h5,
.all-filter .filters .all-projects h5,
.archived-filter .filters .archived-projects h5 {
  color: #006bd3;
}

.project-search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.project-search svg {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  fill: #98a2b3;
}

.project-search input {
  border: none;
  padding: 5px 10px 5px 5px;
  background: transparent;
  color: #98a2b3;
}

.table-container {
  background: white;
  border-radius: 5px;
  margin: 30px 0 0;
}

.table-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 25px;
  border-bottom: 2px solid #f9fafb;
}

.table-header span {
  font-weight: 600;
}

.table-header span a {
  color: #101828;
}

.table-header.title-sort span.title a,
.table-header.customer-sort span.customer a,
.table-header.type-sort span.calc-type a,
.table-header.date-sort span.date a {
  color: #006bd3;
}

.table-header .title,
.table-header .customer,
.table-row .title,
.table-row .customer {
  width: 25%;
}

.table-header .date,
.table-row .date {
  width: 25%;
}

.table-header .calc-number {
  width: 25%;
}

.table-row .calc-number {
  width: calc(25% - 30px);
}

.table-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding: 15px 25px;
  border-bottom: 1px solid #f9fafb;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

.table-row:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.table-row:hover {
  background: #006bd3;
  color: white;
}

.table-row a {
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

.table-row:hover a {
  color: white;
}

.table-row span {
  color: #1d2939;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

.table-row:hover span {
  color: white;
}

.options {
  width: 20px;
  height: 10px;
  padding: 5px;
  border-radius: 5px;
  background: transparent;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

.options.view-options {
  background: #f9fafb;
}

.table-row:hover .options.view-options {
  background: white;
}

.options:hover {
  background: white;
}

.options span {
  height: 4px;
  width: 4px;
  border-radius: 5px;
  background: #101828;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

.table-row:hover .options span {
  background: white;
}

.table-row:hover .options.view-options span,
.options:hover span,
.table-row:hover .options:hover span {
  background: #006bd3;
}

.project-options {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.project-options span {
  cursor: pointer;
}

.view-options .project-options {
  pointer-events: all;
  opacity: 1;
  background: #101828;
  padding: 0 20px;
  border-radius: 5px;
  width: 75px;
  z-index: 300;
  right: 0;
  bottom: -95px;
}

.project-calculators .view-options .project-options {
  width: 95px;
}

.options p {
  margin: 10px 0;
  font-size: 14px;
  color: white;
  cursor: pointer;
}

.options p:hover {
  color: #006bd3;
}

.pagination-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.project-pagination {
  height: 40px;
  width: auto;
  background: white;
  margin: 20px 0 0;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.project-pagination p {
  font-size: 12px;
  padding: 0 20px;
}

.project-pagination span {
  height: 100%;
  width: 30px;
  padding: 0 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

.project-pagination span:hover {
  background: #006bd3;
}

.project-prev {
  border-right: 1px solid #f9fafb;
}

.project-next {
  border-left: 1px solid #f9fafb;
}

.project-pagination svg {
  height: 10px;
  width: 10px;
  fill: #98a2b3;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

.project-pagination span:hover svg {
  fill: white;
}

.calculator-page {
  padding-top: 0;
}
@media (max-width: 1280px) {
  .calculator-page .mega-wrapper {
    padding-left: 60px;
  }
}
.calculator-page .project-header {
  padding-bottom: 30px;
}
.calculator-page .wrapper {
  height: auto;
  max-width: 1300px;
  overflow: visible;
  padding-left: 60px;
}
.calculator-page button {
  border-radius: 5px;
  text-transform: none;
}
.calculator-page footer .cta-footer {
  display: none;
}
.calculator-page footer button {
  border-radius: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .calculator-page footer .footer-wrapper {
    padding-left: 75px;
  }
}
.calculator-page .tab-container ul button {
  border-radius: 0;
}

.calculator-project-page .wrapper {
  height: auto;
  max-width: 1300px;
  overflow: visible;
  padding-left: 60px;
}
.calculator-project-page button {
  border-radius: 5px;
  text-transform: none;
}
.calculator-project-page footer .cta-footer {
  display: none;
}
.calculator-project-page footer button {
  border-radius: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .calculator-project-page footer .footer-wrapper {
    padding-left: 75px;
  }
}

.dashboard-header.analytics-header {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.dashboard-header.analytics-header .analytics-info {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.dashboard-header.analytics-header .analytics-info .filter {
  margin-right: 0;
}

.snapshot-conatiner {
  margin-top: 20px;
  display: flex;
  flex-direction: revert;
}
.snapshot-conatiner .snapshot-info {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  padding: 20px;
  min-width: 150px;
  background: white;
  border-radius: 5px;
}
.snapshot-conatiner .snapshot-info:last-child {
  margin-right: 0;
}
.snapshot-conatiner .snapshot-title {
  font-size: 14px;
}
.snapshot-conatiner .snapshot-total {
  font-size: 48px;
  font-weight: 600;
  margin: 10px 0 0;
}

.analytics-container,
.user-analytics-container {
  display: none;
}

.show-calc-analytics .analytics-container {
  display: block;
}
.show-calc-analytics span[data-analytics="calculators"] {
  color: #006bd3;
  border-bottom: 2px solid #006bd3;
}

.show-users-analytics .user-analytics-container {
  display: block;
}
.show-users-analytics span[data-analytics="users"] {
  color: #006bd3;
  border-bottom: 2px solid #006bd3;
}

.analytics-container .analytic-calc-type,
.analytics-container .analytic-calc-title {
  width: 90%;
}
.analytics-container .analytic-calc-count,
.analytics-container .analytic-calc-number {
  width: 10%;
}

.user-analytics-container .table-container span {
  width: 18%;
}
.user-analytics-container .table-container span.analytic-calc-count {
  width: 10%;
}
.user-analytics-container .table-container span.fitler-arrow-container {
  width: 10px;
}

.analytics-tab-container {
  display: flex;
  flex-direction: row;
  margin: 50px 0 25px;
}
.analytics-tab-container .analytics-tab {
  font-size: 24px;
  font-weight: 600;
  color: #98a2b3;
  margin-right: 25px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.analytics-tab-container .analytics-tab:hover {
  color: #006bd3;
  border-bottom: 2px solid #006bd3;
}

.analytics-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.filter-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.filter-container .filter {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 15px;
}
.filter-container .filter .filter-title {
  font-size: 12px;
}
.filter-container .filter .input-container {
  position: relative;
}
.filter-container .filter .input-container svg {
  position: absolute;
  top: 18px;
  left: 13px;
}
.filter-container .filter input {
  background: white;
  padding: 13px 15px 10px 40px;
  border-radius: 5px;
  margin-top: 5px;
  border: 0;
}
.filter-container .filter .filter-dropdown {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 0px;
  margin: 0;
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 62px;
  border-radius: 5px;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
.filter-container .filter .filter-option {
  padding: 10px 20px;
  white-space: nowrap;
}
.filter-container .filter .filter-option:hover {
  color: #006bd3;
}
.filter-container .filter .active-filter-option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: white;
  padding: 13px 15px 10px 15px;
  border-radius: 5px;
  margin-top: 5px;
  white-space: nowrap;
  cursor: pointer;
}
.filter-container .filter .filter-arrow {
  height: 7px;
  width: 7px;
  margin-left: 25px;
  margin-top: 2px;
  border-top: 2px solid #101828;
  border-right: 2px solid #101828;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.filter-container .filter svg {
  height: 15px;
  width: 15px;
  fill: #d0d5dd;
  margin: -1px 10px 0 0;
}
.filter-container .filter.open-filter .filter-dropdown {
  height: auto;
  max-height: 275px;
  overflow: auto;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.filter-container .filter.open-filter .filter-arrow {
  margin-top: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.export-btn,
.apply-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: white;
  padding: 13px 15px 15px 15px;
  margin-top: 5px;
  height: 13px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}
.export-btn:hover,
.apply-btn:hover {
  background: #006bd3;
  color: white;
}

.apply-btn {
  background: #101828;
  color: white;
}

.expired-message {
  background: #101828;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0px 25px;
}
.expired-message p {
  color: white;
  margin: 5px;
}

.tab-block {
  background: white;
  margin: 15px 0 0;
}
@media (min-width: 1024px) {
  .tab-block {
    margin: 15px 0 0;
  }
}
.tab-block[data-active-tab="1"] h5[data-tab="1"] {
  color: #006bd3;
  border-bottom: 2px solid #006bd3;
}
.tab-block[data-active-tab="1"] .tab[data-tab-content="1"] {
  display: flex;
}
.tab-block[data-active-tab="2"] h5[data-tab="2"] {
  color: #006bd3;
  border-bottom: 2px solid #006bd3;
}
.tab-block[data-active-tab="2"] .tab[data-tab-content="2"] {
  display: flex;
}
.tab-block[data-active-tab="3"] h5[data-tab="3"] {
  color: #006bd3;
  border-bottom: 2px solid #006bd3;
}
.tab-block[data-active-tab="3"] .tab[data-tab-content="3"] {
  display: flex;
}
.tab-block[data-active-tab="4"] h5[data-tab="4"] {
  color: #006bd3;
  border-bottom: 2px solid #006bd3;
}
.tab-block[data-active-tab="4"] .tab[data-tab-content="4"] {
  display: flex;
}
.tab-block[data-active-tab="5"] h5[data-tab="5"] {
  color: #006bd3;
  border-bottom: 2px solid #006bd3;
}
.tab-block[data-active-tab="5"] .tab[data-tab-content="5"] {
  display: flex;
}

.tab-header {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #f9fafb;
  overflow-x: unset;
  overflow-y: hidden;
}
.tab-header h5 {
  padding: 15px 25px 13px;
  margin: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}
.tab-header h5:hover {
  color: #006bd3;
  border-bottom: 2px solid #006bd3;
}

.tab {
  background: white;
  padding: 25px 25px 0;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
}

.resource-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.resource-item {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 0 25px;
  text-decoration: none !important;
}
@media (min-width: 1280px) {
  .resource-item {
    width: 33%;
  }
}
.resource-item img {
  width: 35px;
  height: 35px;
  padding: 0 10px;
  opacity: 0.3;
  -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;
}
@media (min-width: 480px) {
  .resource-item img {
    width: 50px;
    height: 50px;
  }
}
.resource-item:hover img,
.resource-item:hover .download-cta {
  opacity: 1;
}

.resource-info .subtitle {
  font-size: 11px;
  font-weight: 600;
}
.resource-info h3 {
  margin: 3px 0px;
  font-size: 16px !important;
  line-height: 18px !important;
  text-transform: none;
  color: black;
}
.resource-info .download-cta {
  font-size: 10px;
  font-weight: 600;
  color: black;
  opacity: 0.3;
  -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;
}

.page-nav {
  background: black;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.page-nav h3 {
  margin: 15px 0 0;
  color: white;
}
.page-nav a {
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0 0;
  color: white;
}
.page-nav a:hover {
  color: white;
}
.page-nav a:last-child {
  margin-bottom: 20px;
}

.breadcrumbs {
  width: 100%;
  padding: 10px 12px;
  margin: 10px 5px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap-reverse;
  background: white;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    margin: 10px 8px 0;
  }
}
.breadcrumbs.lite a,
.breadcrumbs.lite span {
  color: white;
}
.breadcrumbs a,
.breadcrumbs span {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  margin: 0 3px;
}
.breadcrumbs a:last-child,
.breadcrumbs span:last-child {
  margin-left: 0;
}
.breadcrumbs a {
  color: #98a2b3;
}
.breadcrumbs a:hover {
  color: #006bd3;
}

.copy-container {
  width: 100%;
  padding-bottom: 25px;
}

.dual-copy-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .dual-copy-container {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .dual-copy-container .copy-container {
    width: 50%;
    margin-right: 25px;
  }
}
@media (min-width: 1024px) {
  .dual-copy-container .copy-container:last-child {
    margin-right: 0px;
  }
}

.dynamic-photo-container h1, .dynamic-photo-container h2, .dynamic-photo-container h3, .dynamic-photo-container h4,
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.code-block h1,
.code-block h2,
.code-block h3,
.code-block h4,
.tab h1,
.tab h2,
.tab h3,
.tab h4 {
  width: 100%;
  margin: 0 0 10px;
  color: #101828;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
}
.dynamic-photo-container p,
.text-block p,
.code-block p,
.tab p {
  margin: 0 0 10px;
}
.dynamic-photo-container li,
.text-block li,
.code-block li,
.tab li {
  display: list-item;
}

.text-block {
  background: white;
  margin: 15px 0 0;
  padding: 25px 25px 0;
  max-width: 680px;
  margin: 0 auto;
}

.calculator-template {
  background: white;
  height: auto;
  min-height: 100%;
}
.calculator-template app-root {
  width: 100%;
  max-width: 1180px;
  padding: 0 25px;
  margin: 35px auto;
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .calculator-template app-root {
    margin: 50px auto;
  }
}
.calculator-template .main-banner {
  height: auto;
  min-height: 280px;
}
.calculator-template .main-banner .banner-content {
  padding: 50px 0px;
  max-width: none;
}
@media (min-width: 720px) {
  .calculator-template .main-banner h1 {
    font-size: 32px;
    line-height: 54px;
  }
}
@media (min-width: 1024px) {
  .calculator-template .main-banner h1 {
    font-size: 36px;
    line-height: 58px;
  }
}
.calculator-template .tab-block {
  background: transparent;
}
.calculator-template .tab-block.tab-img-block {
  max-width: 1180px;
  padding: 0 25px;
  margin: 15px auto 0;
  box-sizing: border-box;
}
.calculator-template .tab-block.tab-img-block .component-header {
  display: flex;
  flex-direction: column;
}
.calculator-template .tab-block.tab-img-block .component-header h2 {
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 10px;
  color: #101828;
}
.calculator-template .tab-block.tab-img-block .component-header p {
  margin: 0 0 5px;
  color: #344054;
  max-width: 550px;
}
.calculator-template .tab-block.tab-img-block .component-header p strong {
  color: #101828;
}
.calculator-template .tab-block.tab-img-block .component-header strong {
  color: #101828;
}
.calculator-template .tab-block.tab-img-block .tab-header {
  width: 100%;
  height: 44px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e4e7ec;
  border-radius: 5px;
  margin: 10px 0;
  overflow-x: unset;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .calculator-template .tab-block.tab-img-block .tab-header {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 25px 0;
    display: inline-flex;
    flex-direction: row;
  }
}
.calculator-template .tab-block.tab-img-block .tab-header.open {
  height: auto;
}
.calculator-template .tab-block.tab-img-block .tab-header.open .mobile-selection {
  border-bottom: 1px solid #e4e7ec;
}
.calculator-template .tab-block.tab-img-block .tab-header.open .mobile-selection svg {
  transform: rotate(180deg);
}
.calculator-template .tab-block.tab-img-block .tab-header h5 {
  background: white;
  padding: 15px 25px;
  margin: 0;
  border-bottom: 0px solid transparent;
  border-right: 1px solid #e4e7ec;
  cursor: pointer;
  font-size: 14px;
  text-transform: none;
  white-space: nowrap;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}
@media (max-width: 767px) {
  .calculator-template .tab-block.tab-img-block .tab-header h5 {
    border-right: 0px solid #e4e7ec;
  }
}
.calculator-template .tab-block.tab-img-block .tab-header h5:last-child {
  border-right: 0px solid #e4e7ec;
}
.calculator-template .tab-block.tab-img-block .tab-header h5:hover {
  background: #f2f4f7;
  color: #101828;
  border-bottom: 0px solid transparent;
}
.calculator-template .tab-block.tab-img-block .tab-header .mobile-selection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: white;
  cursor: pointer;
}
@media (min-width: 768px) {
  .calculator-template .tab-block.tab-img-block .tab-header .mobile-selection {
    display: none;
  }
}
.calculator-template .tab-block.tab-img-block .tab-header .mobile-selection h5 {
  width: 100%;
}
.calculator-template .tab-block.tab-img-block .tab-header .mobile-selection h5:hover {
  background: white;
}
.calculator-template .tab-block.tab-img-block .tab-header .mobile-selection svg {
  height: 15px;
  width: 15px;
  margin: 0 15px;
}
.calculator-template .tab-block.tab-img-block .tab {
  padding: 15px 0;
  background: transparent;
  flex-direction: column;
}
@media (min-width: 768px) {
  .calculator-template .tab-block.tab-img-block .tab {
    padding: 25px 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.calculator-template .tab-block.tab-img-block .tab-group {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .calculator-template .tab-block.tab-img-block .tab-group {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .calculator-template .tab-block.tab-img-block .tab-group {
    width: calc(50% - 10px);
    margin-bottom: 25px;
  }
}
.calculator-template .tab-block.tab-img-block .tab-group:hover svg {
  opacity: 1;
}
.calculator-template .tab-block.tab-img-block .tab-group svg {
  pointer-events: none;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
  opacity: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
  transition: all 75ms ease-in-out;
}
.calculator-template .tab-block.tab-img-block .tab-group svg .cls-1 {
  fill: white;
}
.calculator-template .tab-block.tab-img-block .tab-group svg .cls-2 {
  fill: #667085;
}
.calculator-template .tab-block.tab-img-block .tab-group img {
  width: 100%;
  cursor: pointer;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  .calculator-template .tab-block.tab-img-block .tab-group img {
    pointer-events: none;
  }
}
.calculator-template .tab-block.tab-img-block .photo-modal .modal-dialog {
  max-width: 1200px;
}
.calculator-template .tab-block[data-active-tab="1"] h5[data-img-tab="1"] {
  background: #344054;
  color: white;
  border-bottom: 0px solid transparent;
}
.calculator-template .tab-block[data-active-tab="1"] h5[data-img-tab="1"]:hover {
  background: #1d2939;
  color: white;
}
.calculator-template .tab-block[data-active-tab="2"] h5[data-img-tab="2"] {
  background: #344054;
  color: white;
  border-bottom: 0px solid transparent;
}
.calculator-template .tab-block[data-active-tab="2"] h5[data-img-tab="2"]:hover {
  background: #1d2939;
  color: white;
}
.calculator-template .tab-block[data-active-tab="3"] h5[data-img-tab="3"] {
  background: #344054;
  color: white;
  border-bottom: 0px solid transparent;
}
.calculator-template .tab-block[data-active-tab="3"] h5[data-img-tab="3"]:hover {
  background: #1d2939;
  color: white;
}
.calculator-template .tab-block[data-active-tab="4"] h5[data-img-tab="4"] {
  background: #344054;
  color: white;
  border-bottom: 0px solid transparent;
}
.calculator-template .tab-block[data-active-tab="4"] h5[data-img-tab="4"]:hover {
  background: #1d2939;
  color: white;
}
.calculator-template .tab-block[data-active-tab="5"] h5[data-img-tab="5"] {
  background: #344054;
  color: white;
  border-bottom: 0px solid transparent;
}
.calculator-template .tab-block[data-active-tab="5"] h5[data-img-tab="5"]:hover {
  background: #1d2939;
  color: white;
}
.calculator-template .tab {
  background: white;
  padding: 25px 25px 0;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
}
.calculator-template footer {
  margin-top: 0;
}

.article {
  background: white;
  height: auto;
  min-height: 100%;
}
.article section {
  width: 100%;
  max-width: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.article footer {
  margin-top: 0;
}
.article .main-banner {
  margin: 0 15px;
  height: auto;
  min-height: 250px;
  width: calc(100% - 30px);
  max-width: 1130px;
}
@media (min-width: 768px) {
  .article .main-banner {
    padding: 20px auto;
    min-height: 320px;
  }
}
@media (min-width: 1170px) {
  .article .main-banner {
    margin: 0 auto 25px;
    min-height: 520px;
  }
}
.article .main-banner .content-wrapper {
  padding: 50px 25px 35px;
}
.article .text-block {
  padding: 0;
  margin: 25px 15px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  max-width: 735px;
}
@media (min-width: 768px) {
  .article .text-block {
    padding: 0 15px;
    margin: 25px auto;
  }
}
.article .text-block .copy-container {
  padding-bottom: 5px;
}
.article .text-block ul {
  margin-bottom: 25px;
}
.article .text-block ul li {
  line-height: 32px;
}
.article .breadcrumbs {
  padding: 15px 0;
  margin: 10px 15px 0;
  width: calc(100% - 30px);
  max-width: 1130px;
  background: transparent;
}
@media (min-width: 768px) {
  .article .breadcrumbs {
    padding: 20px auto;
  }
}
@media (min-width: 1170px) {
  .article .breadcrumbs {
    margin: 10px auto 0;
  }
}
.article .cta-block {
  margin: 15px auto 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .article .cta-block {
    max-width: 705px;
  }
}
@media (min-width: 768px) {
  .article .cta-block.left-align .cta-button {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 768px) {
  .article .cta-block.right-align .content {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .article .cta-block.right-align .cta-button {
    margin: 10px 0 0 0;
    align-self: flex-end;
  }
}
.article .cta-block.center-align .cta-button {
  align-self: center;
}
@media (min-width: 768px) {
  .article .cta-block.center-align .cta-button {
    margin: 10px 0;
  }
}
.article .cta-block .content {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .article .cta-block .content {
    align-items: flex-start;
  }
}
.article .cta-block .cta-button {
  margin: 10px 0;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .article .cta-block .cta-button {
    align-self: flex-start;
  }
}

.quote-block {
  margin: 35px 15px;
  max-width: 705px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .quote-block {
    margin: 35px auto;
  }
}
.quote-block p {
  font-size: 36px;
  line-height: 42px;
  font-weight: 100;
  color: #101828;
  padding-left: 15px;
  margin: 0 0 15px 0;
  border-left: 3px solid #006bd3;
}
.quote-block span {
  padding-left: 18px;
  margin-bottom: 5px;
}

.image-carousel {
  max-width: 705px;
  width: calc(100% - 30px) !important;
  padding: 0px !important;
  margin: 0 15px !important;
  border-bottom: 0px !important;
}
@media (min-width: 768px) {
  .image-carousel {
    margin: 15px auto !important;
  }
}
.image-carousel .fade.active {
  opacity: 1 !important;
}
.image-carousel .fade.center {
  left: 0 !important;
}
.image-carousel .puro-stage-outer {
  padding: 0 !important;
}
.image-carousel .puro-item {
  padding-top: 0 !important;
  height: auto !important;
}
.image-carousel .puro-item p {
  margin: 5px 0;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}
.image-carousel .puro-carousel-navigation {
  display: flex;
  justify-content: space-between;
  height: 60px;
  width: 100%;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .image-carousel .puro-carousel-navigation {
    top: -85px;
  }
}
.image-carousel .puro-carousel-navigation .puro-prev,
.image-carousel .puro-carousel-navigation .puro-next {
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.75);
  transition: background 75ms ease-in-out;
}
.image-carousel .puro-carousel-navigation .puro-prev:hover,
.image-carousel .puro-carousel-navigation .puro-next:hover {
  background: white;
}
.image-carousel .puro-carousel-navigation .puro-prev.disabled,
.image-carousel .puro-carousel-navigation .puro-next.disabled {
  pointer-events: none;
  opacity: 0.333;
}
.image-carousel .puro-carousel-navigation .puro-prev svg,
.image-carousel .puro-carousel-navigation .puro-next svg {
  height: 16px;
  width: 16px;
  fill: #101828;
}
.image-carousel .puro-carousel-navigation .puro-prev svg {
  transform: rotate(180deg);
}
.image-carousel .puro-pagination {
  position: relative !important;
  top: initial !important;
  right: initial !important;
  bottom: initial !important;
  left: initial !important;
  width: 100% !important;
  padding: 0 !important;
  text-align: unset !important;
}
@media (max-width: 767px) {
  .image-carousel .puro-pagination {
    display: none;
  }
}
.image-carousel .puro-page {
  margin: 10px 10px 10px 0;
  background: transparent;
}
.image-carousel .puro-page.active img, .image-carousel .puro-page:hover img {
  opacity: 1;
}
.image-carousel .puro-page span {
  height: 60px;
  width: auto;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.25);
}
.image-carousel .puro-page img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.5;
  transition: all 75ms ease-in-out;
}

.puro-animated-out {
  z-index: 1;
}

.puro-animated-in {
  z-index: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.image-slider-navigation {
  display: none;
}

.link-group {
  width: 100%;
  height: auto;
  padding: 35px 0;
  box-sizing: border-box;
}
.link-group .link-group-wrapper {
  width: calc(100% - 30px);
  max-width: 705px;
  margin: 0 15px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .link-group .link-group-wrapper {
    margin: 0 auto;
    padding: 0 25px;
  }
}
.link-group.white {
  background: white;
}
.link-group.grey {
  background: #f2f4f7;
}
.link-group.dark-blue {
  background: #344054;
}
.link-group.dark-blue h1, .link-group.dark-blue h2, .link-group.dark-blue h3, .link-group.dark-blue h4, .link-group.dark-blue h5, .link-group.dark-blue h6, .link-group.dark-blue p, .link-group.dark-blue a, .link-group.dark-blue li {
  color: white;
}
.link-group.dark-blue .links a:hover {
  background: rgba(0, 107, 211, 0.15);
}
.link-group.lite-blue {
  background: #d9eaf9;
}
.link-group.lite-blue .links a:hover {
  background: rgba(0, 107, 211, 0.05);
}
.link-group.link-list.left-align .links a {
  margin-left: 0;
}
.link-group.link-list.center-align .links a {
  justify-content: center;
}
.link-group.link-list .link-group-wrapper {
  max-width: 1180px;
}
.link-group.link-list .copy-content {
  width: 100%;
}
.link-group.link-list .links {
  width: 100%;
  flex-direction: column;
}
@media (min-width: 480px) {
  .link-group.link-list .links {
    flex-direction: row;
  }
}
.link-group.link-list .links .link-group-label {
  margin: 0;
  font-weight: 500;
}
.link-group.link-list .links .link-group-copy {
  display: none;
}
.link-group.link-list .links a {
  display: flex;
  width: auto;
  font-size: 16px;
  border: 0px;
  border-radius: 0;
  box-sizing: border-box;
  padding: 3px 2px;
  margin: 10px 0;
}
@media (min-width: 480px) {
  .link-group.link-list .links a {
    margin: 10px;
  }
}
@media (min-width: 768px) {
  .link-group.link-list .links a {
    width: calc((100% / 3) - 50px);
    margin: 10px 25px;
  }
}
.link-group.link-list .links a:hover {
  background: transparent;
  border: 0px;
}
.link-group.link-list .links a:hover p {
  color: #006bd3;
  border-bottom: 2px solid #006bd3;
}
.link-group.link-list .links a p {
  font-size: 16px;
  border-bottom: 2px solid #006bd3;
}
.link-group.simple-cards .link-group-wrapper {
  margin: 0 auto;
}
.link-group.simple-cards .links .link-group-label {
  margin: 0;
  font-weight: 500;
}
.link-group.simple-cards .links .link-group-copy {
  display: none;
}
.link-group.simple-cards .links a {
  margin: 5px 20px 5px 0;
}
@media (max-width: 479px) {
  .link-group.simple-cards .links a p {
    white-space: break-spaces;
  }
}
@media (min-width: 480px) {
  .link-group.rich-cards.left-align .links a:nth-child(2n+1) {
    margin-left: 0;
  }
}
.link-group.rich-cards .link-group-wrapper {
  max-width: 925px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .link-group.rich-cards .link-group-wrapper {
    margin: 0 auto;
  }
}
.link-group.rich-cards .copy-content {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .link-group.rich-cards .copy-content {
    margin: 0 auto;
  }
}
.link-group.rich-cards .links a {
  display: inline-flex;
  flex-direction: column;
  padding: 16px 24px;
  margin: 5px 0;
  box-sizing: border-box;
  width: 100%;
  white-space: break-spaces;
}
@media (min-width: 768px) {
  .link-group.rich-cards .links a {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.link-group.rich-cards .links a h1, .link-group.rich-cards .links a h2, .link-group.rich-cards .links a h3, .link-group.rich-cards .links a h4, .link-group.rich-cards .links a h5, .link-group.rich-cards .links a h6, .link-group.rich-cards .links a p {
  text-align: left;
  white-space: break-spaces;
  margin: 0;
}
.link-group.center-align .link-group-wrapper {
  align-items: center;
}
.link-group.center-align h2, .link-group.center-align p {
  text-align: center;
}
.link-group.center-align .links {
  justify-content: center;
}
.link-group.left-align .link-group-wrapper {
  align-items: flex-start;
}
.link-group.left-align h2, .link-group.left-align p {
  text-align: left;
}
.link-group.left-align .links {
  justify-content: flex-start;
}
.link-group.border-top .link-group-wrapper {
  padding-top: 25px;
  border-top: 2px solid #98a2b3;
}
.link-group.border-bottom .link-group-wrapper {
  padding-bottom: 25px;
  border-bottom: 2px solid #98a2b3;
}
.link-group.border-both .link-group-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 2px solid #98a2b3;
  border-bottom: 2px solid #98a2b3;
}
.link-group h2, .link-group p {
  margin: 0 auto 5px;
}
.link-group h2 {
  font-size: 24px;
  line-height: 26px;
  color: #101828;
}
.link-group p {
  color: #344054;
  max-width: 550px;
}
.link-group .links {
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.link-group .links .link-group-label {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}
.link-group .links a {
  color: #101828;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
  margin: 5px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #98a2b3;
  padding: 12px 24px;
  transition: 75ms all ease-in-out;
}
.link-group .links a:hover {
  background: #d9eaf9;
  border: 1px solid #006bd3;
}

.floating-block {
  position: relative;
  margin: 35px auto 0;
  padding: 0;
  width: 100%;
  width: calc(100% - 30px);
  max-width: 705px;
}
@media (min-width: 1170px) {
  .floating-block {
    max-width: 1130px;
    margin: 0 auto;
  }
}
.floating-block .items {
  box-sizing: border-box;
}
@media (min-width: 1170px) {
  .floating-block .items {
    position: absolute;
    left: 0;
    top: 0;
    width: 195px;
    margin-top: 30px;
  }
}

.list-block {
  position: relative;
  margin: 0 auto 5px;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
}
.list-block h1, .list-block h2, .list-block h3, .list-block h4, .list-block h5, .list-block h6, .list-block p, .list-block a {
  margin: 0 0 5px;
  color: #101828;
}
.list-block h1, .list-block h2, .list-block h3, .list-block h4, .list-block h5, .list-block h6 {
  font-size: 24px;
}
.list-block p {
  color: #344054;
  font-size: 12px;
  line-height: 16px;
}
.list-block .list-item {
  padding: 10px;
}
.list-block .list-item:not(:last-child) {
  border-bottom: 1px solid #006bd3;
}
.list-block.blue {
  background: #d9eaf9;
}
.list-block.grey {
  background: #f2f4f7;
}

.cta-block {
  width: calc(100% - 30px);
  margin: 45px auto;
  padding: 30px 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cta-block {
    margin: 75px auto;
    max-width: 925px;
    flex-direction: row;
  }
}
.cta-block.lite-blue {
  background: #d9eaf9;
}
.cta-block.dark-blue {
  background: #1e3665;
}
.cta-block.dark-blue * {
  color: white;
}
.cta-block.grey {
  background: #f2f4f7;
}
.cta-block.left-align h1, .cta-block.left-align h2, .cta-block.left-align h3, .cta-block.left-align h4, .cta-block.left-align p, .cta-block.left-align a, .cta-block.left-align li {
  text-align: center;
}
@media (min-width: 768px) {
  .cta-block.left-align h1, .cta-block.left-align h2, .cta-block.left-align h3, .cta-block.left-align h4, .cta-block.left-align p, .cta-block.left-align a, .cta-block.left-align li {
    text-align: left;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) {
  .cta-block.left-align .cta-button {
    margin: 0 0 0 25px;
  }
}
@media (min-width: 768px) {
  .cta-block.right-align {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .cta-block.right-align img {
    margin: 0 0 0 25px;
  }
}
.cta-block.right-align h1, .cta-block.right-align h2, .cta-block.right-align h3, .cta-block.right-align h4, .cta-block.right-align p, .cta-block.right-align a, .cta-block.right-align li {
  text-align: center;
}
@media (min-width: 768px) {
  .cta-block.right-align h1, .cta-block.right-align h2, .cta-block.right-align h3, .cta-block.right-align h4, .cta-block.right-align p, .cta-block.right-align a, .cta-block.right-align li {
    text-align: right;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) {
  .cta-block.right-align .content {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .cta-block.right-align .cta-button {
    margin: 0 25px 0 0;
  }
}
.cta-block.center-align {
  flex-direction: column;
}
.cta-block.center-align img {
  margin: 0 auto 25px;
}
@media (min-width: 768px) {
  .cta-block.center-align .copy {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .cta-block.center-align .content {
    flex-direction: column;
    align-items: center;
  }
}
.cta-block.center-align .cta-button {
  margin: 10px 0;
}
.cta-block.center-align h1, .cta-block.center-align h2, .cta-block.center-align h3, .cta-block.center-align h4, .cta-block.center-align p, .cta-block.center-align a, .cta-block.center-align li {
  text-align: center;
  margin: 0 0 10px;
}
.cta-block img {
  height: auto;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 25px;
  align-self: flex-start;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cta-block img {
    flex-direction: row;
    margin: 0 25px 0 0;
    max-width: 115px;
  }
}
.cta-block .content {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .cta-block .content {
    max-width: none;
    flex-direction: row;
    justify-content: space-between;
  }
}
.cta-block .content .copy {
  width: 100%;
}
@media (min-width: 768px) {
  .cta-block .content .copy {
    max-width: 620px;
  }
}
.cta-block form {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .cta-block form {
    width: 50%;
    margin: 0 0 0 15px;
  }
}
.cta-block form .form-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .cta-block form .form-row {
    flex-direction: row;
  }
}
.cta-block form .form-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cta-block form label,
.cta-block form .label {
  color: #101828;
  font-size: 14px;
}
.cta-block form label.check-radio-row,
.cta-block form .label.check-radio-row {
  display: flex;
}
.cta-block form input {
  border: 1px #d0d5dd solid;
  border-radius: 3px;
  color: #101828 !important;
  margin: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.cta-block form input[type="checkbox"] {
  width: 0;
}
.cta-block form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #475467;
  opacity: 1;
  /* Firefox */
}
.cta-block form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #475467;
}
.cta-block form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #475467;
}
.cta-block form input:focus-visible {
  border: 1px transparent solid;
  outline: 2px #006bd3 solid;
}
.cta-block form input.required {
  border: 1px #ff5252 solid;
  outline: 1px #ff5252 solid;
}
.cta-block form .check-row p {
  margin: 0;
}
.cta-block form .check-row a {
  text-decoration: underline;
}
.cta-block form .cta-button {
  align-self: flex-start;
  margin: 15px 0 0 0 !important;
}
@media (min-width: 480px) {
  .cta-block form .cta-button {
    margin: 0 0 0 15px !important;
  }
}
.cta-block form .notification-bar {
  padding: 10px 12px;
}
.cta-block form .notification-bar h3 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.cta-block .cta-button {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  padding: 15px 20px;
  margin: 10px 0;
  background: #006bd3;
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cta-block .cta-button {
    align-self: center;
  }
}
.cta-block .cta-button:hover {
  background: #0076e8;
}
.cta-block .cta-button p {
  color: white;
  margin: 0;
  font-weight: 700;
}
.cta-block .cta-button svg {
  height: 18px;
  width: 18px;
  margin-left: 8px;
  fill: white;
}
.cta-block h1, .cta-block h2 {
  font-size: 28px;
  line-height: 34px;
}
.cta-block h3, .cta-block h4 {
  font-size: 18px;
  line-height: 24px;
}
.cta-block h1, .cta-block h2, .cta-block h3, .cta-block h4 {
  color: #101828;
  text-transform: none;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .cta-block h1, .cta-block h2, .cta-block h3, .cta-block h4 {
    text-align: left;
  }
}
.cta-block p {
  color: #101828;
  text-align: center;
  height: 100%;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .cta-block p {
    text-align: left;
  }
}

.page-header {
  width: calc(100% - 30px);
  max-width: 1130px;
  padding: 10px 0 20px;
  margin: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-header {
    padding: 10px 0 40px;
  }
}
@media (min-width: 1170px) {
  .page-header {
    margin: 0 auto;
  }
}
.page-header.left-align {
  text-align: left;
}
@media (min-width: 768px) {
  .page-header.left-align {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.page-header.left-align p {
  margin: 10px 0 0;
}
.page-header.center-align {
  text-align: center;
}
@media (min-width: 1024px) {
  .page-header.center-align .content {
    margin: 0 auto;
  }
}
.page-header.center-align p {
  margin: 10px 0 0;
}
.page-header.center-align .social-widget {
  margin: 25px auto 10px;
}
.page-header.border {
  border-bottom: 1px solid #d0d5dd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header.border {
    padding-bottom: 30px;
  }
}
.page-header.border.no-social {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-header.border.no-social {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .page-header .content {
    margin-right: 25px;
  }
}
@media (min-width: 1024px) {
  .page-header .content {
    max-width: 675px;
  }
}
.page-header h1 {
  font-size: 36px;
  color: #101828;
}
@media (min-width: 1024px) {
  .page-header h1 {
    font-size: 48px;
  }
}
.page-header p {
  margin-top: 0;
  color: #344054;
}
.page-header .social-widget {
  width: auto;
  margin: 25px 0 10px;
}
@media (min-width: 768px) {
  .page-header .social-widget {
    margin: 0;
  }
}

.social-widget {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .social-widget {
    margin: 25px 0;
  }
}
.social-widget.center-align {
  justify-content: center;
}
.social-widget.left-align {
  justify-content: flex-start;
}
.social-widget.right-align {
  justify-content: flex-end;
}
.social-widget a {
  display: flex;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #667085;
  background: transparent;
  border-radius: 25px;
  transition: all 75ms ease-in-out;
}
.social-widget a:not(:first-child) {
  margin-left: 10px;
}
.social-widget a:hover {
  border-color: #006bd3;
  background: #d9eaf9;
}
.social-widget a:hover svg {
  fill: #006bd3;
}
.social-widget a svg {
  height: 15px;
  width: 15px;
  fill: #667085;
  transition: all 75ms ease-in-out;
}

.anchor-link {
  width: 100%;
}
.anchor-link .mgnlEditorBar {
  width: 100%;
  height: 50px !important;
}

.error .main-banner {
  margin: 0;
  height: auto;
  min-height: 420px;
  width: 100%;
  max-width: none;
}
.error .main-banner .content-wrapper {
  padding-bottom: 75px;
}
.error footer {
  margin-top: 0;
}

.photo-container-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta-photo-container {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.cta-photo-container img {
  width: 100%;
  align-self: center;
}
.cta-photo-container h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
.cta-photo-container a {
  border: 1px solid white;
  padding: 10px 15px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  color: white;
  background: transparent;
  transition: 75ms all ease-in-out;
}
.cta-photo-container a:hover {
  background: white;
  color: black;
  text-decoration: none;
}
.cta-photo-container .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.photo-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.photo-content p {
  margin: -10px 0 25px;
}

.list-cta {
  position: relative;
  margin: 0 auto 5px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.list-cta .cta-wrapper {
  width: calc(100% - 30px);
  max-width: 1130px;
  padding: 25px 0 10px;
  margin: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 1170px) {
  .list-cta .cta-wrapper {
    margin: 0 auto;
  }
}
.list-cta ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
  margin-bottom: 0;
}
.list-cta li {
  width: 100%;
}
@media (min-width: 1170px) {
  .list-cta li {
    width: calc(50% - 25px);
  }
}
.list-cta h1, .list-cta h2, .list-cta h3, .list-cta h4, .list-cta h5, .list-cta h6, .list-cta p, .list-cta a, .list-cta li {
  margin: 0 0 5px;
  color: #101828;
}
.list-cta h1, .list-cta h2, .list-cta h3, .list-cta h4, .list-cta h5, .list-cta h6 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
}
.list-cta p {
  margin-bottom: 30px;
}
.list-cta .list-item {
  padding: 0;
  margin-bottom: 20px;
  display: list-item;
}
.list-cta.dark-blue {
  background: #344054;
}
.list-cta.dark-blue h1, .list-cta.dark-blue h2, .list-cta.dark-blue h3, .list-cta.dark-blue h4, .list-cta.dark-blue h5, .list-cta.dark-blue h6, .list-cta.dark-blue p, .list-cta.dark-blue a, .list-cta.dark-blue li {
  color: white;
}
.list-cta.grey {
  background: #f2f4f7;
}
.list-cta.lite-blue {
  background: #d9eaf9;
}

.component-row {
  display: flex;
  flex-direction: column;
  width: calc(100% - 30px);
  max-width: 1130px;
  padding: 25px 0;
  margin: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .component-row {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
  }
}
@media (min-width: 1170px) {
  .component-row {
    margin: 15px auto;
  }
}
.component-row .component-header {
  width: 100%;
  text-align: center;
  color: #101828;
  font-size: 20px;
}
@media (min-width: 768px) {
  .component-row .component-header {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .component-row.two-component .flex-bar {
    width: calc(50% - 10px);
  }
}
@media (min-width: 910px) {
  .component-row.two-component .flex-bar {
    width: calc(50% - 25px);
  }
}
@media (min-width: 768px) {
  .component-row.three-component .flex-bar {
    width: calc(33.333333333% - 10px);
  }
}
@media (min-width: 910px) {
  .component-row.three-component .flex-bar {
    width: calc(33.333333333% - 25px);
  }
}
.component-row .flex-bar {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .component-row .flex-bar {
    margin-bottom: 0px;
  }
}
.component-row .dynamic-photo-container {
  padding: 0;
}
.component-row .dynamic-photo-container img {
  width: 100%;
  cursor: pointer;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

@media (min-width: 768px) {
  body {
    min-height: 100%;
    height: auto;
    overflow: inherit;
    overflow-x: inherit;
  }

  .nav > li {
    width: auto;
  }
}
@media (min-width: 768px) and (min-width: 769px) {
  .navbar-default {
    overflow: inherit;
  }
}
@media (min-width: 768px) {
  .msds-modal .modal-dialog {
    width: 700px;
    height: 250px;
  }

  .msds-modal .modal-content,
  .msds-modal .modal-body {
    height: 250px;
  }

  .hero-banner {
    float: left;
    width: calc(100% - 210px);
    height: 500px;
  }

  .carousel-image {
    height: 350px;
  }

  .hero-side-bar {
    float: right;
    width: 190px;
    margin: 10px 5px 0;
  }

  .hero-content {
    height: 500px;
    width: 100%;
  }

  .hero-side-bar-image {
    height: auto;
    width: 100%;
    padding-bottom: 100%;
  }

  .left-col,
  .right-col {
    width: 50%;
  }

  .footer-modal .modal-content {
    height: auto;
  }

  .double-input a {
    width: 100%;
    display: block;
    text-align: center;
  }

  .info-block-list .inner-list-wrapper {
    position: absolute;
    right: -450px;
    z-index: 100;
    top: 0;
    width: 200%;
  }

  .secondary-navigation-wrapper .inner-list-wrapper {
    position: absolute;
    right: -450px;
    z-index: 100;
    top: 0;
    width: 200%;
  }

  .regional-site .text-callout .copy {
    height: 465px;
  }

  .double-column-copy .left-column,
  .double-column-copy .right-column {
    width: calc(50% - 25px);
    display: block;
    padding: 0 10px;
    float: left;
  }

  .no-header p {
    margin-top: 32px;
  }

  .product-graph-wrapper {
    width: 100%;
  }

  .product-graph-wrapper .graph-wrapper:after {
    content: '';
    display: inline-block;
    width: 100%;
  }

  .product-graph-wrapper .graph {
    width: calc(49% - 30px);
    display: inline-block;
    vertical-align: top;
  }

  .photo-block-lightbox {
    height: 320px;
  }

  .multi-content {
    height: 235px;
    width: 750px;
  }

  .multi-content-image {
    height: 100%;
    width: 445px;
  }

  .right-align .multi-content-image {
    float: right;
  }

  .left-align .multi-content-image {
    float: left;
  }

  .multi-content-copy {
    float: left;
    width: 305px;
    height: 100%;
    -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;
  }

  .large-image-cta {
    margin-top: 30px;
    height: 490px;
  }

  .large-image-content {
    margin: 80px auto 0;
    width: 620px;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    padding: 0;
  }

  header nav.navbar span.tooltip-data {
    position: absolute;
    visibility: hidden;
    width: auto;
    background: #d0d5dd;
    height: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    border-radius: 7px;
    padding: 0 15px;
    opacity: 0;
    color: black;
    pointer-events: none;
    display: block;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }

  header nav.navbar span.tooltip-data:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 19px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #d0d5dd;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }

  header nav.navbar .icon-globe:hover + span.tooltip-data {
    visibility: visible;
    top: 60px;
    right: 0;
    margin-left: -56px;
    z-index: 999;
    opacity: 1;
  }

  header nav.navbar .icon-search:hover + span.tooltip-data {
    visibility: visible;
    top: 60px;
    right: 36px;
    margin-left: -56px;
    z-index: 999;
    opacity: 1;
  }

  .msds-modal .modal-dialog {
    width: 1000px;
    height: 400px;
  }

  .msds-modal .modal-content,
  .msds-modal .modal-body {
    height: 400px;
    box-sizing: border-box;
  }

  .hero-banner {
    float: left;
    width: 742.5px;
    height: 570px;
    margin: 15px 5px 0;
  }

  .carousel-image {
    height: 420px;
  }

  .hero-side-bar {
    float: right;
    width: 237.5px;
    margin: 15px 7.5px 0;
  }

  .hero-content {
    height: 570px;
    width: 235px;
  }

  .desktop-show {
    display: block !important;
  }

  .mobile-show {
    display: none !important;
  }

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

  .image-banner {
    margin: 15px 0 0;
  }

  .text-callout {
    margin: 15px 0 0;
  }

  .video-banner {
    margin: 15px 0 0;
  }

  .multi-content {
    width: 830px;
    margin: 30px auto 0;
  }

  .multi-content-image {
    width: 515px;
  }

  .multi-content-copy {
    width: 315px;
  }

  .thumbnail {
    margin-bottom: 0;
  }

  .information-item-preview .thumbnail {
    width: 100%;
  }

  .information-item-preview .summary {
    width: calc(100% - 40px);
  }

  .information-item-preview .thumbnail.left {
    float: left;
  }

  .information-item-preview .thumbnail.right {
    float: right;
  }

  .information-item-preview .summary.opposite-left {
    float: right;
  }

  .information-item-preview .summary.opposite-right {
    float: left;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    max-width: 1210px;
  }

  .hero-banner {
    width: 942.5px;
  }

  .multi-content {
    height: 270px;
    width: 1000px;
  }

  .multi-content-image {
    width: 600px;
  }

  .multi-content-copy {
    width: 400px;
  }

  .information-item-preview .thumbnail {
    width: 600px;
  }

  .information-item-preview .summary {
    width: calc(100% - 640px);
  }
}
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}

.left-align .content-wrapper {
  justify-content: flex-start;
}
.left-align button,
.left-align .button {
  align-self: flex-start;
}
.left-align .video-cta {
  left: 25px;
}

.center-align .content-wrapper {
  justify-content: center;
  align-items: center;
}
.center-align button,
.center-align .button {
  align-self: center;
}

iframe {
  border: 0;
  background: #f2f4f7;
}
iframe.hidden-iframe {
  display: none;
}

.main-banner {
  height: 250px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .main-banner {
    min-height: 250px;
  }
}
.main-banner.add-margin {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .main-banner.add-margin {
    margin-bottom: 50px;
  }
}
.main-banner .content-wrapper {
  flex-direction: column;
  padding: 15px 15px 50px;
  z-index: 300;
}
@media (min-width: 480px) {
  .main-banner .content-wrapper {
    padding: 50px 25px;
  }
  
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .calculator_card {
    z-index: 99;
    background-color: #2E365A;
    padding: 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    width: fit-content;
    margin: 0 auto;
  }
  .calculator_card h2{
    font-size: 22px !important;
  }
}
.main-banner .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.33);
  z-index: 10;
}
.main-banner .yt-video-player {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 125ms ease-in-out;
}
.main-banner .yt-video-player iframe {
  height: 100%;
  width: 100%;
  pointer-events: all;
}
.main-banner .close-main-video {
  position: absolute;
  z-index: 300;
  top: 30px;
  right: 30px;
  display: none;
  background: rgba(0, 0, 0, 0.33);
  height: 45px;
  width: 46px;
  cursor: pointer;
  transition: all 125ms ease-in-out;
}
.main-banner .close-main-video > div {
  background: transparent;
  height: 45px;
  width: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
}
.main-banner .close-main-video:hover {
  background: #006bd3;
}
.main-banner .close-main-video span {
  height: 3px;
  width: 30px;
  background: white;
  display: block;
  position: relative;
  top: 1px;
}
.main-banner .close-main-video span:last-child {
  transform: rotate(90deg);
  top: -2px;
}
.main-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main-banner .banner-content {
  padding: 25px 0px;
  width: 100%;
  max-width: 720px;
  position: relative;
  z-index: 100;
}
@media (min-width: 832px) {
  .main-banner .banner-content {
    padding: 50px 0px 25px;
  }
}
.main-banner button,
.main-banner .button {
  color: white;
}

.open-video .main-banner .content-wrapper {
  z-index: 100;
}
.open-video .main-banner .yt-video-player {
  opacity: 1;
  pointer-events: all;
}
.open-video .main-banner .close-main-video {
  display: block;
}

.video-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-top: 25px;
  z-index: 125;
}
.video-cta p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.play-btn {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 125ms ease-in-out;
  cursor: pointer;
}
.play-btn .arrow {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 10px solid transparent;
  border-left: 20px solid white;
  border-bottom: 10px solid transparent;
}
.play-btn:hover {
  background: #006bd3;
}

.copy-banner {
  padding: 25px 0;
  box-sizing: border-box;
  background: white;
}
@media (min-width: 720px) {
  .copy-banner {
    padding: 50px 0;
  }
}
.copy-banner.white {
  background: white;
}
.copy-banner.grey {
  background: #f2f4f7;
}
.copy-banner.dark-blue {
  background: #344054;
}
.copy-banner.dark-blue h1, .copy-banner.dark-blue h2, .copy-banner.dark-blue h3, .copy-banner.dark-blue h4, .copy-banner.dark-blue h5, .copy-banner.dark-blue h6, .copy-banner.dark-blue p, .copy-banner.dark-blue a, .copy-banner.dark-blue li {
  color: white;
}
.copy-banner.lite-blue {
  background: #d9eaf9;
}
.copy-banner.expanded-banner {
  background: #f2f4f7;
}
.copy-banner.expanded-banner h1 {
  margin: 20px 0;
}
.copy-banner.expanded-banner p {
  margin-bottom: 20px;
}
.copy-banner.img-banner {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .copy-banner.img-banner {
    flex-direction: row;
  }
}
.copy-banner.img-banner .img-content {
  width: 100%;
  max-width: 690px;
  margin: 0 auto 15px;
}
@media (min-width: 1024px) {
  .copy-banner.img-banner .img-content {
    width: calc(50% - 25px);
  }
}
.copy-banner.img-banner .img-content img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1024px) {
  .copy-banner.img-banner .img-content img {
    width: auto;
    max-width: 100%;
  }
}
.copy-banner.img-banner .copy-content {
  width: 100%;
  max-width: 690px;
  margin: 0 auto 15px;
}
@media (min-width: 1024px) {
  .copy-banner.img-banner .copy-content {
    width: calc(50% - 25px);
  }
}
.copy-banner.img-banner.left-align .content-wrapper, .copy-banner.img-banner.right-align .content-wrapper {
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .copy-banner.img-banner.left-align .img-content {
    margin: 0 15px 15px 0;
  }
  .copy-banner.img-banner.left-align .copy-content {
    margin: 0 0 15px 15px;
  }
}
.copy-banner.img-banner.right-align .content-wrapper {
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .copy-banner.img-banner.right-align .img-content {
    margin: 0 0 15px 15px;
  }
  .copy-banner.img-banner.right-align .copy-content {
    margin: 0 15px 15px 0;
  }
}
.copy-banner.row-align .content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .copy-banner.row-align .content-wrapper {
    flex-direction: row;
  }
}
.copy-banner.column-align .content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.copy-banner.column-align .copy-content {
  width: 100%;
  max-width: 720px;
}
.copy-banner.column-align .link-list {
  padding: 25px 0 15px;
}
.copy-banner .author-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 30px 0;
}
.copy-banner .author-details img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 40px;
  margin-right: 10px;
}
.copy-banner .author-details p {
  line-height: 20px;
  margin: 0;
}
.copy-banner .author-details .title {
  color: #667085;
  font-size: 14px;
}
.copy-banner .copy-content {
  width: 100%;
}
@media (min-width: 1024px) {
  .copy-banner .copy-content {
    width: calc(50% - 50px);
  }
}
@media (min-width: 1440px) {
  .copy-banner .copy-content {
    width: calc(50% - 100px);
  }
}
.copy-banner .link-list {
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .copy-banner .link-list {
    padding: 50px 0 0;
  }
}
.copy-banner .link-list a {
  text-decoration: none;
}

.card-container {
  padding: 75px 0px;
}

.card-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 910px) {
  .card-row {
    padding: 0 25px;
  }
}
@media (min-width: 910px) {
  .card-row.one-card .card {
    flex-direction: row;
  }
}
.card-row.one-card .card .card-content {
  height: 100%;
}
@media (min-width: 910px) {
  .card-row.one-card .card .card-content {
    padding: 50px 25px;
    width: 40%;
    justify-content: flex-start;
  }
}
.card-row.one-card .card img {
  height: auto;
}
@media (min-width: 910px) {
  .card-row.one-card .card img {
    width: 60%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 480px) {
  .card-row.two-card .card {
    width: calc(50% - 10px);
  }
}
@media (min-width: 720px) {
  .card-row.two-card .card {
    width: calc(50% - 12px);
  }
}
@media (max-width: 719px) {
  .card-row.three-card .card:last-child {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .card-row.three-card .card {
    width: calc(50% - 10px);
  }
}
@media (min-width: 720px) {
  .card-row.three-card .card {
    width: calc(33.333333% - 15px);
  }
}
.card-row .card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  width: 100%;
  background: white;
  text-decoration: none;
}
.card-row .card .dynamic-video-trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 60%;
  overflow: hidden;
  margin: auto;
}
.card-row .card .dynamic-video-trigger .play-button {
  height: 75px;
  width: 75px;
}
.card-row .card .dynamic-video-trigger .play-button:hover .play-arrow {
  border-left: 30px solid white !important;
}
.card-row .card .dynamic-video-trigger .play-button .play-arrow {
  margin: 23px 20px;
  border-top: 15px solid transparent;
  border-left: 30px solid white;
  border-bottom: 15px solid transparent;
  left: 5px;
}
.card-row .card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  align-self: flex-start;
}
.card-row .card .card-content {
  height: 100%;
  box-sizing: border-box;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.card-row .card:hover .link-label {
  color: #006bd3;
}

.link-label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  position: relative;
  transition: all 75ms ease-in-out;
}
.link-label .arrow {
  position: relative;
  top: -3px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-self: flex-end;
  height: 13px;
  width: 13px;
  margin-left: 5px;
}
.link-label .arrow span {
  height: 6px;
  width: 6px;
  display: block;
  border-right: 2px solid #006bd3;
  border-top: 2px solid #006bd3;
  transform: rotate(45deg);
}

.landing-page .card-row .card {
  background: transparent;
}
.landing-page .card-row .card .card-content {
  padding: 20px 0px;
}
.landing-page .card-row.one-card .card .card-content {
  padding: 20px 25px;
}
@media (min-width: 910px) {
  .landing-page .card-row.one-card .card .card-content {
    padding: 50px 25px;
  }
}

.anchor-nav-shell {
  min-height: 58px;
  width: 100%;
}

.anchor-nav {
  display: flex;
  flex-direction: column;
  position: relative;
  background: white;
  width: 100%;
  z-index: 500;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.anchor-nav.fixed {
  position: fixed;
  top: 63px;
}
@media (min-width: 832px) {
  .anchor-nav.fixed {
    top: 83px;
  }
}
@media (min-width: 986px) {
  .anchor-nav.fixed {
    top: 116px;
  }
}
.anchor-nav.open .anchors {
  display: flex;
}
@media (max-width: 909px) {
  .anchor-nav.open .anchors {
    background: white;
    padding: 0 25px 10px;
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  }
}
.anchor-nav.open .header .arrow-icon {
  transform: rotate(-45deg);
  margin-top: 3px;
}
.anchor-nav .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  order: 1;
}
@media (max-width: 909px) {
  .anchor-nav .header {
    cursor: pointer;
  }
}
@media (min-width: 910px) {
  .anchor-nav .header {
    pointer-events: none;
  }
}
.anchor-nav .header h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #101828;
  text-transform: none;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .anchor-nav .header h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0;
  }
}
.anchor-nav .header .arrow-icon {
  margin-left: 10px;
  height: 8px;
  width: 8px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 75ms ease-in-out;
}
@media (min-width: 910px) {
  .anchor-nav .header .arrow-icon {
    display: none;
  }
}
.anchor-nav .anchor-nav-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .anchor-nav .anchor-nav-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 909px) {
  .anchor-nav .anchor-nav-wrapper {
    flex-wrap: wrap;
  }
}
.anchor-nav .anchors {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  background: white;
  order: 3;
}
@media (max-width: 909px) {
  .anchor-nav .anchors {
    width: 100%;
    display: none;
  }
}
@media (min-width: 910px) {
  .anchor-nav .anchors {
    flex-direction: row;
    order: 2;
  }
}
.anchor-nav a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #101828;
  text-decoration: none;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  padding: 15px 25px;
  border-bottom: 3px solid transparent;
  transition: all 75ms ease-in-out;
}
@media (max-width: 909px) {
  .anchor-nav a {
    padding: 15px 0px;
  }
}
.anchor-nav a.active {
  font-weight: 600;
  border-bottom: 3px solid #006bd3;
  text-decoration: none;
}
.anchor-nav a.active:hover {
  color: #101828;
  border-bottom: 3px solid #0076e8;
  text-decoration: none;
}
.anchor-nav a:hover {
  color: #006bd3;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
.anchor-nav .button {
  color: white;
  font-size: 14px;
  line-height: 18px;
  border-radius: 3px;
  padding: 12px 20px;
  flex-shrink: 0;
  align-self: center;
  border: none !important;
  order: 2;
}
@media (max-width: 480px) {
  .anchor-nav .button {
    font-size: 12px;
    line-height: 16px;
    padding: 12px 15px;
  }
}
@media (min-width: 910px) {
  .anchor-nav .button {
    flex-direction: row;
    order: 3;
  }
}

.product-showcase {
  background: white;
  height: auto;
  min-height: 100%;
}
.product-showcase .section-header {
  padding: 15px 0 0;
}
@media (min-width: 768px) {
  .product-showcase .section-header {
    padding: 15px 0 0;
  }
}
.product-showcase .component-row {
  padding: 0;
  margin: 0 auto 35px;
}
@media (max-width: 767px) {
  .product-showcase .component-row {
    margin: 0 15px;
  }
}
@media (min-width: 768px) {
  .product-showcase .component-row {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  .product-showcase .component-row.two-component .flex-bar {
    width: calc(70% - 25px);
  }
}
@media (min-width: 1024px) {
  .product-showcase .component-row.two-component .flex-bar {
    width: calc(70% - 50px);
  }
}
@media (min-width: 768px) {
  .product-showcase .component-row.two-component .flex-bar:last-child {
    width: calc(30% - 25px);
  }
}
@media (min-width: 1024px) {
  .product-showcase .component-row.two-component .flex-bar:last-child {
    width: calc(30% - 50px);
  }
}
.product-showcase .component-row.two-component .text-block {
  padding: 15px 10px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-showcase .component-row.two-component .text-block {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .product-showcase .component-row.two-component .text-block {
    padding: 15px 0 0;
  }
}
.product-showcase .component-row.two-component .text-block .copy-container {
  padding-bottom: 0;
}
.product-showcase .component-row.two-component .text-block .copy-container h1, .product-showcase .component-row.two-component .text-block .copy-container h2, .product-showcase .component-row.two-component .text-block .copy-container h3, .product-showcase .component-row.two-component .text-block .copy-container h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .product-showcase .component-row.two-component .text-block .copy-container h1, .product-showcase .component-row.two-component .text-block .copy-container h2, .product-showcase .component-row.two-component .text-block .copy-container h3, .product-showcase .component-row.two-component .text-block .copy-container h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-showcase .component-row .dynamic-photo-container {
    max-width: 500px;
    margin: 15px auto 0;
  }
}
.product-showcase .card-row {
  width: calc(100% - 30px);
  max-width: 1130px;
  margin: 25px auto 30px;
}
.product-showcase footer {
  margin-top: 0;
}

.showcase-resources-container,
.showcase-properties-container {
  padding: 25px 0 30px;
}
.showcase-resources-container .container-wrapper,
.showcase-properties-container .container-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .showcase-resources-container .container-wrapper,
  .showcase-properties-container .container-wrapper {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.showcase-resources-container h2,
.showcase-properties-container h2 {
  color: #101828;
  font-size: 24px;
  line-height: 32px;
  margin: 15px 0 0;
  padding: 0 10px 10px;
  border-bottom: 2px solid #101828;
}
.showcase-resources-container .resource-row,
.showcase-resources-container .property-row,
.showcase-properties-container .resource-row,
.showcase-properties-container .property-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.showcase-resources-container .resource-row h3,
.showcase-resources-container .property-row h3,
.showcase-properties-container .resource-row h3,
.showcase-properties-container .property-row h3 {
  font-size: 16px;
  text-transform: none;
  line-height: 20px;
  color: #101828;
  font-weight: 600;
  margin: 0;
}

.showcase-resources-container {
  background: #f2f4f7;
}
.showcase-resources-container .resource-row {
  padding: 15px 10px;
  box-sizing: border-box;
  align-items: flex-start;
  border-bottom: 1px solid #98a2b3;
}
@media (max-width: 480px) {
  .showcase-resources-container .resource-row {
    flex-wrap: wrap;
  }
}
.showcase-resources-container .resource-row:last-child {
  border-bottom: 0px solid #98a2b3;
}
.showcase-resources-container .resource-row svg {
  flex-shrink: 0;
  margin: 3px 10px 0 0;
}
.showcase-resources-container .resource-row .resource-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .showcase-resources-container .resource-row .resource-content {
    width: calc(100% - 35px);
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.showcase-resources-container .resource-row .label {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  display: block;
}
.showcase-resources-container .resource-row h3 {
  text-transform: none;
  color: #101828;
  font-weight: 500;
  margin: 0;
}
.showcase-resources-container .resource-row .cta-button {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #101828;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #98a2b3;
  border-radius: 3px;
  padding: 12px 20px;
  transition: 125ms all ease-in-out;
}
@media (max-width: 480px) {
  .showcase-resources-container .resource-row .cta-button {
    width: calc(100% - 40px);
  }
}
.showcase-resources-container .resource-row .cta-button:hover {
  border: 1px solid #101828;
}

.showcase-properties-container .property-row {
  border-bottom: 1px solid #e4e7ec;
}
.showcase-properties-container .property-row:nth-child(odd) {
  background: #f2f4f7;
}
.showcase-properties-container .property-row p {
  width: 50%;
  box-sizing: border-box;
  padding: 15px 10px;
  margin: 0;
}

.banner-component-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 15px;
  margin: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .banner-component-container {
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 0;
    max-height: 530px;
  }
}
.banner-component-container .banner-component-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .banner-component-container .banner-component-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.banner-component-container.two-component .flex-bar {
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .banner-component-container.two-component .flex-bar {
    width: calc(50% - 10px);
  }
}
@media (min-width: 910px) {
  .banner-component-container.two-component .flex-bar {
    width: calc(50% - 25px);
  }
}
.banner-component-container.white {
  background: white;
}
.banner-component-container.grey {
  background: #f2f4f7;
}
.banner-component-container.dark-blue {
  background: #344054;
}
.banner-component-container.lite-blue {
  background: #d9eaf9;
}
.banner-component-container .image-carousel {
  opacity: 0;
}
.banner-component-container .image-carousel.puro-loaded {
  opacity: 1;
}
.banner-component-container .image-carousel img {
  max-width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.features-group {
  padding: 15px 10px 0;
}
@media (min-width: 768px) {
  .features-group {
    padding: 0;
  }
}
.features-group h2 {
  font-size: 20px;
  margin: 0 0 15px;
  color: #101828;
}
@media (min-width: 768px) {
  .features-group h2 {
    font-size: 24px;
    margin: 15px 0 5px;
  }
}
@media (min-width: 1024px) {
  .features-group h2 {
    padding: 15px 0;
  }
}

.features {
  display: flex;
  flex-direction: column;
}
.features .feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.features .feature img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 30px;
  overflow: hidden;
  object-fit: cover;
  flex-shrink: 0;
}
.features .feature p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.banner-copy-block {
  width: calc(100% - 30px);
  margin: 45px auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.banner-copy-block.left-align h1, .banner-copy-block.left-align h2, .banner-copy-block.left-align h3, .banner-copy-block.left-align h4, .banner-copy-block.left-align p, .banner-copy-block.left-align a, .banner-copy-block.left-align li {
  text-align: center;
}
@media (min-width: 768px) {
  .banner-copy-block.left-align h1, .banner-copy-block.left-align h2, .banner-copy-block.left-align h3, .banner-copy-block.left-align h4, .banner-copy-block.left-align p, .banner-copy-block.left-align a, .banner-copy-block.left-align li {
    text-align: left;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) {
  .banner-copy-block.left-align .cta-button {
    margin: 10px 0 0 0;
  }
}
.banner-copy-block.white * {
  color: white;
}
.banner-copy-block.black * {
  color: #101828;
}
.banner-copy-block .content {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .banner-copy-block .content {
    max-width: none;
  }
}
.banner-copy-block .content .copy {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-copy-block .content .copy {
    max-width: 620px;
  }
}
.banner-copy-block .cta-button {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
  color: white !important;
  font-weight: 700;
  text-decoration: none !important;
  padding: 15px 20px;
  margin: 10px 0;
  background: #006bd3;
  border-radius: 3px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .banner-copy-block .cta-button {
    align-self: flex-start;
  }
}
.banner-copy-block .cta-button:hover {
  background: #0076e8;
}
.banner-copy-block .cta-button p {
  color: white;
  margin: 0;
  font-weight: 700;
}
.banner-copy-block .cta-button svg {
  height: 18px;
  width: 18px;
  margin-left: 8px;
  fill: white;
}
.banner-copy-block h1 {
  font-size: 36px;
  line-height: 42px;
}

.metrics-container {
  position: relative;
}
.metrics-container img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (min-width: 768px) {
  .metrics-container img {
    aspect-ratio: 4/1;
  }
}
.metrics-container .metrics-content {
  position: relative;
  margin: -175px auto 40px;
  padding: 15px;
  box-sizing: border-box;
  background: white;
  width: calc(100% - 50px);
  max-width: 1200px;
}
@media (min-width: 480px) {
  .metrics-container .metrics-content {
    margin: -275px auto 40px;
  }
}
@media (min-width: 768px) {
  .metrics-container .metrics-content {
    margin: -120px auto 40px;
  }
}
.metrics-container .metrics-content.in-view .metric.ghost-metric {
  opacity: 1;
  margin: 0 0 15px;
}
.metrics-container .component-copy {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.metrics-container .component-copy h2 {
  width: 100%;
  text-align: center;
  color: #101828;
  font-size: 20px;
}
@media (min-width: 768px) {
  .metrics-container .component-copy h2 {
    font-size: 24px;
  }
}
.metrics-container .component-copy p {
  text-align: center;
  margin-bottom: 0;
}
.metrics-container .metrics-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  padding: 0 25px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .metrics-container .metrics-list {
    justify-content: space-between;
  }
}
.metrics-container .metric {
  width: 50%;
  opacity: 1;
  margin: 0 0 15px;
  padding: 5px;
  box-sizing: border-box;
  transition: opacity 125ms ease-in-out 125ms, margin 125ms ease-in-out 125ms;
}
.metrics-container .metric.ghost-metric {
  opacity: 0;
  margin: 20px 0 -5px;
}
.metrics-container .metric:nth-child(2) {
  transition: opacity 125ms ease-in-out 225ms, margin 125ms ease-in-out 225ms;
}
.metrics-container .metric:nth-child(3) {
  transition: opacity 125ms ease-in-out 325ms, margin 125ms ease-in-out 325ms;
}
.metrics-container .metric:nth-child(4) {
  transition: opacity 125ms ease-in-out 425ms, margin 125ms ease-in-out 425ms;
}
.metrics-container .metric:nth-child(5) {
  transition: opacity 125ms ease-in-out 525ms, margin 125ms ease-in-out 525ms;
}
@media (min-width: 768px) {
  .metrics-container .metric {
    width: auto;
    margin: 0;
    width: 20%;
  }
}
.metrics-container .metric h3 {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #006bd3;
  margin: 0;
}
@media (min-width: 768px) {
  .metrics-container .metric h3 {
    font-size: 48px;
    line-height: 54px;
  }
}
.metrics-container .metric p {
  text-align: center;
  color: #101828;
}
@media (max-width: 767px) {
  .metrics-container .metric p {
    margin-top: 5px;
  }
}

.inset-breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.inset-breadcrumb .breadcrumbs {
  max-width: 1180px;
  margin: 0 auto;
  background: var(--clear);
  box-sizing: border-box;
  padding: 10px 25px;
}
@media (min-width: 1024px) {
  .inset-breadcrumb .breadcrumbs {
    padding: 15px 25px;
  }
}

.child-page {
  height: auto;
  background: white;
}
@media (max-width: 767px) {
  .child-page.crumb .copy-banner {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .child-page.crumb .copy-banner {
    padding-top: 50px;
  }
}
.child-page .text-block {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .child-page .text-block {
    margin-top: 50px;
  }
}
.child-page .text-block h1, .child-page .text-block h2, .child-page .text-block h3, .child-page .text-block h4, .child-page .text-block h5, .child-page .text-block h6, .child-page .text-block p {
  color: #101828;
  margin: 0 0 10px;
}
.child-page .text-block h1 {
  font-size: 54px;
  line-height: 58px;
}
@media (min-width: 768px) {
  .child-page .text-block h1 {
    font-size: 64px;
    line-height: 68px;
  }
}
.child-page .text-block h2 {
  font-size: 38px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .child-page .text-block h2 {
    font-size: 48px;
    line-height: 54px;
  }
}
.child-page .text-block h3 {
  font-size: 26px;
  line-height: 30px;
  text-transform: none;
}
@media (min-width: 768px) {
  .child-page .text-block h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
.child-page .text-block h4 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .child-page .text-block h4 {
    font-size: 28px;
    line-height: 34px;
  }
}
.child-page .text-block h5 {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .child-page .text-block h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.child-page .dynamic-photo-container {
  max-width: 730px;
  margin: 0 auto;
}
@media (max-width: 1179px) {
  .child-page .accordion-wrapper {
    width: calc(100% - 50px);
    margin: 0 25px 15px;
  }
}

.inset-banner.copy-banner.img-banner.center-align .img-content {
  display: none;
}
.inset-banner.copy-banner.img-banner.center-align .copy-content {
  max-width: 690px;
  width: 100%;
}
.inset-banner.copy-banner.img-banner.right-align .content-wrapper {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .inset-banner.copy-banner.img-banner.right-align .content-wrapper {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .inset-banner.copy-banner.img-banner.right-align .img-content {
    margin-top: 25px;
    max-width: none;
  }
}
.inset-banner.copy-banner.img-banner h1, .inset-banner.copy-banner.img-banner h2, .inset-banner.copy-banner.img-banner h3, .inset-banner.copy-banner.img-banner h4, .inset-banner.copy-banner.img-banner h5, .inset-banner.copy-banner.img-banner h6 {
  margin: 15px 0;
}
.inset-banner.copy-banner.img-banner h1 {
  font-size: 54px;
  line-height: 58px;
}
@media (min-width: 768px) {
  .inset-banner.copy-banner.img-banner h1 {
    font-size: 64px;
    line-height: 68px;
  }
}
.inset-banner.copy-banner.img-banner h2 {
  font-size: 38px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .inset-banner.copy-banner.img-banner h2 {
    font-size: 48px;
    line-height: 54px;
  }
}
.inset-banner.copy-banner.img-banner h3 {
  font-size: 26px;
  line-height: 30px;
  text-transform: none;
}
@media (min-width: 768px) {
  .inset-banner.copy-banner.img-banner h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
.inset-banner.copy-banner.img-banner h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  font-style: normal;
}
@media (min-width: 768px) {
  .inset-banner.copy-banner.img-banner h4 {
    font-size: 28px;
    line-height: 34px;
  }
}
.inset-banner.copy-banner.img-banner .button {
  margin-top: 15px;
}
.inset-banner.copy-banner.img-banner .img-content {
  max-width: 350px;
}
@media (min-width: 768px) {
  .inset-banner.copy-banner.img-banner .img-content {
    width: calc(35% - 25px);
  }
}
@media (min-width: 768px) {
  .inset-banner.copy-banner.img-banner .copy-content {
    width: calc(65% - 25px);
  }
}

.code-block {
  display: flex;
  flex-direction: column;
  width: calc(100% - 30px);
  max-width: 1130px;
  padding: 25px 0;
  margin: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .code-block {
    padding: 50px 0;
  }
}
@media (min-width: 1170px) {
  .code-block {
    margin: 15px auto;
  }
}

.headshot-group {
  padding: 30px 0;
  background: #d9eaf9;
}
@media (min-width: 768px) {
  .headshot-group {
    padding: 50px 0;
  }
}
.headshot-group h2, .headshot-group p {
  text-align: center;
  padding: 5px 25px;
}
.headshot-group p {
  margin-top: 5px;
}
.headshot-group h2 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #101828;
}
@media (min-width: 768px) {
  .headshot-group h2 {
    font-size: 24px;
    margin: 15px 0 5px;
  }
}
.headshot-group .copy-content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.shots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
}
.shots .headshot {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2);
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .shots .headshot {
    width: calc(100% / 3);
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .shots .headshot {
    width: calc(100% / 4);
    margin-bottom: 50px;
  }
}
.shots .headshot img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  object-fit: cover;
  flex-shrink: 0;
}
.shots .headshot h2, .shots .headshot p, .shots .headshot a {
  padding: 7px 0;
  margin: 0;
  text-align: left;
}
.shots .headshot p {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.shots .headshot a {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #101828;
  align-self: flex-start;
}
.shots .headshot a:hover {
  color: #006bd3;
}
.shots .headshot a svg {
  height: 12px;
  width: 12px;
}

.icon-group {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .icon-group {
    padding: 50px 0;
  }
}
.icon-group h2, .icon-group p {
  text-align: center;
  padding: 5px 25px;
}
.icon-group p {
  margin-top: 5px;
}
.icon-group h2 {
  font-size: 30px;
  line-height: 34px;
  margin: 0 0 5px;
  color: #101828;
  max-width: 575px;
  margin: 0 auto 5px;
}
@media (min-width: 768px) {
  .icon-group h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 15px auto 5px;
  }
}
.icon-group .copy-content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.group-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
}
.group-list .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (min-width: 580px) {
  .group-list .group {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .group-list .group {
    width: calc(100% / 2);
    padding: 0 20px;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .group-list .group {
    flex-direction: row;
  }
}
.group-list .group img {
  width: 135px;
  height: auto;
  margin: 0 0 10px;
  overflow: hidden;
  object-fit: cover;
  flex-shrink: 0;
}
.group-list .group h3, .group-list .group p {
  padding: 7px 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 580px) {
  .group-list .group h3, .group-list .group p {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .group-list .group h3, .group-list .group p {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .group-list .group h3, .group-list .group p {
    text-align: left;
  }
}
.group-list .group h3 {
  color: #101828;
  text-transform: none;
  font-size: 18px;
  line-height: 22px;
}
.group-list .group p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.group-list .group a {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #101828;
  align-self: flex-start;
}
.group-list .group a:hover {
  color: #006bd3;
}
.group-list .group a svg {
  height: 12px;
  width: 12px;
}

.biography-template {
  background: white;
}
.biography-template .breadcrumbs {
  margin: 10px 0 0;
  padding: 10px 0;
}
.biography-template .content-wrapper {
  background: white;
  flex-direction: column;
}
@media (min-width: 768px) {
  .biography-template .content-wrapper {
    flex-direction: row;
  }
}
.biography-template .text-block {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .biography-template .text-block {
    padding: 0 0 0 50px;
    width: calc(100% - 420px);
  }
}
.biography-template .section-header.border {
  border-top: 2px solid #101828;
  margin: 20px 0 0;
  padding: 15px 0 35px;
}
@media (min-width: 768px) {
  .biography-template .section-header.border {
    margin: 50px 0 0;
  }
}
.biography-template .card-row {
  padding: 0;
  margin: 0;
  width: 100%;
}
.biography-template .card {
  margin-bottom: 15px;
}
.biography-template .card .card-content {
  padding: 10px 0;
}
.biography-template .card h3 {
  margin-top: 0;
}
.biography-template .card p {
  margin-top: 5px;
}

.headshot-wrapper {
  width: 100%;
  max-width: 320px;
  margin: 0;
  padding: 5px 0 10px 0;
}
.headshot-wrapper .headshot-details img {
  width: 100%;
}
.headshot-wrapper .headshot-details h2 {
  color: #101828;
  margin-bottom: 0px;
}
.headshot-wrapper .headshot-details p {
  margin-top: 5px;
}
.headshot-wrapper .headshot-details .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
.headshot-wrapper .headshot-details .social-links a {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.headshot-wrapper .headshot-details .social-links a:hover svg {
  fill: #006bd3;
}
.headshot-wrapper .headshot-details .social-links a svg {
  fill: #101828;
  transition: all 75ms ease-in-out;
}

#userwayAccessibilityIcon {
  top: auto;
  bottom: 10px !important;
}

.calendly-badge-widget {
  position: fixed;
  right: 60px !important;
  bottom: 10px !important;
  z-index: 9998;
}

.legacy-wrapper .text-block {
  max-width: none;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .legacy-wrapper .text-block {
    margin: 25px 0;
  }
}
.legacy-wrapper .dynamic-photo-container {
  padding: 15px 0;
}


