/*
Theme Name: Polycoat Theme
Description: Custom template created for Polycoat Products
Version: 1.0
Author: Joel Smith
Author URI: http://okasoftdesign.com

*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');
html, body {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  background: #fff;
  color: #363436;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}
* {
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:visited {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
}
*:focus {
  outline: none;
}
input[type=submit], input[type], textarea {
  -webkit-appearance:none;
}
h1, h2, h3, h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.font-fancy, .nav-top a, footer, .exp-btn, .btn-right a, .btn-fill a, .ofont, .dd-cat>li>a, .pager, select, .pcloser p:nth-child(1), .no-res, .psingle .pbull, .psingle .quote p:nth-child(1), .product li, .btn-wrap a, .btn-wrap span, .blog .date, .tab .body ul, .sol-start>.width>p:first-of-type, .sol4 .first li, .cform label, .sub-wrap input[type=submit], .kscroll::before, .db-form label {
  font-family: 'Oswald', sans-serif;
}
.font-reg, .live-res h3, .terms h2, .terms h3, .sbadge, .blog h2, .blog h3, .blog h4, .live-res .excerpt_part {
  font-family: 'Open Sans', sans-serif;
}
/*---------PRIME STRUCTURE---------*/
header, main, footer, article, nav, section, aside {
  display:block;
}
header, main, footer {
  width:100%;
}
section {
  position: relative;
}
.mast {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: linear-gradient(167deg,  #091235 0%,#2e3e80 100%);
  box-shadow: 0 12px 20px 0 rgba(9, 18, 53, 0.28);
  font-size: 1em;
  padding: .85em 0;
  width: 100%;
}
.mast .width {
	z-index: 3;
	padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mast .width, .bwrap .width, .bpre .width, .width.more { /*wider*/
  max-width: 83.75em; /*1340*/
}
.width {
  max-width:77.5em; /*1240*/
  width:calc(100% - 3.75em);
  margin:0 auto;
  display:block;
  position: relative;
}
main {
  background:#fff;
  overflow: hidden;
  margin-top: 5.625em; /*fixed header*/
}
main .width {
  padding:4em 0;
}
.anchor {
  top: -10em; /*match section padding*/
  position: relative;
}
/*FOOTER*/
footer {
  margin: auto;
  padding: 0 0 1.5em;
  font-size:1em;
  color: #fff;
  background-color: #091235;
  border-radius: 1.875em 1.875em 0 0;
}
footer.top-adjust {
  position: relative;
  margin-top: -1.875em;
  z-index: 2;
}
footer .trio::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25em;
  height: 34.75em;
  max-height: 95%;
  z-index: 0;
  opacity: .05;
  background: url('img/icon-branded1.svg') no-repeat bottom right;
  background-size: auto 100%;
}
footer .trio .width {
  /* max-width: 73.75em; */
  max-width: 75.3125em;
  z-index: 2;
  padding: 3em 0;
}
footer a:link, footer a:visited {
  color: #fff;
  text-decoration: none;
}
.trio p, .trio h3, .trio li {
  font-weight: 700;
  font-size: .875em;
}
.trio h3 {
  padding-bottom: .5em;
}
.trio .left h3 {
  padding-bottom: .25em;
}
.trio .mid h3 {
  text-transform: uppercase;
}
.trio .mid ul {
  padding: .25em 0 0 0;
}
.trio .mid ul li {
  list-style: none;
}
.trio .mid li:not(:last-of-type) {
  padding-bottom: .75em;
}
.trio .left p {
  line-height: 1.2;
}
.trio .left h3 {
  color: #fff;
}
#block-7 {
  padding-bottom: 1.5em;
}
#block-8 {
  padding-bottom: 1em;
}
#block-9 {
  padding-bottom: 3em;
}
.menu-social-container .ico-fb a {
  width: 1.9em;
  height: 1.9em;
}
.menu-social-container .ico-ln a {
  width: 1.7em;
  height: 1.7em;
}
.menu-social-container .ico-yt a {
  width: 2.43em;
  height: 1.71em;
}
.trio .menu-social-container ul {
  justify-content: flex-start;
  padding: .75em 0 0;
  max-width: 100%;
  column-gap: 13.5%;
}
.trio .right {
  text-align: center;
}
footer img {
  max-width: 100%;
  height: auto;
}
footer a:hover {
  text-decoration: none;
  color:#fff;
}
footer .social {
  text-align: center;
  margin: 8px 0 0 0;
}
footer .social a {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
}
footer .social a::before {
  font-size: 34px;
  color: #fff;
}
footer .social a:last-child {
  margin-right: 0;
}
#menu-ft-home a {
  text-transform: uppercase;
}
.legal {
  text-align: center;
  padding:1em 0;
}
.legal .width {
  justify-content: space-between;
}
#nav_menu-6, .legal .right {
  width: 100%;
}
.legal ul li {
  list-style: none;
}
.legal ul {
  padding: 0;
  margin: 0;
}
.legal .width, .legal .menu, .legal .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.legal li, .legal p {
  line-height: 1;
  padding: 0;
  font-size: .875em;
  font-weight: 500;
}
.legal a:hover {
  text-decoration: underline;
}
@media (min-width: 901px) {
  footer .trio .width {
    display: flex;
    justify-content: space-between;
    padding: 7.75em 0 5.625em 0;
  }
  .trio .mid {
    display: flex;
  }
  .trio .mid>div {
    width: 11.25em;
    max-width: 33.333%;
  }
  .trio .left {
    /* width: 26.5%; */
    width: 23.25%;
    border-right: solid 1px #0071BC;
    padding-right: 4%;
    padding-top: 1.25em;
    align-self: flex-start;
    min-height: 20em;
  }
  .trio .mid {
    /* width: 57%; */
    width: 60.25%;
    padding: 1.25em 1em 0 4%;
    column-gap: 1em;
  }
  .trio .right {
    width: 16.5%;
    /* margin-top: -7.75em; */
  }
  #block-11 {
    padding: 3.5em 0 2.25em;
  }
  #block-14 {
    padding: 2.75em 0 4.125em;
  }
  #nav_menu-6 {
    width: calc(100% - 22.75em);
    padding-right: 2em;
  }
  .legal .right {
    width: 22.75em;
    justify-content: flex-end;
  }
  .legal p:not(:last-of-type), .legal li:not(:last-of-type) {
    border-right: solid 2px;
    padding-right: .875em;
    margin-right: .875em;
  }
}
/*---------COLUMN GRID-----------*/
.row {
  position: relative;
  margin: 0 -1.6em;
}
.row.invert {
  display: flex;
  flex-direction: row-reverse;
}
.cfx {
  position: relative;
}
.cfx::after, .row::after {
  content: " ";
  clear: both;
  display: block;
  position: relative;
}
.column {
  float: left;
  padding: 0 1.6em;
}
.col-12 {
  width: 100%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.6666%
}
.col-7 {
  width: 58.3333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.6666%;
}
.col-4 {
  width: 33.3333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.6666%;
}
.col-1 {
  width: 8.3333%;
}
.postmetadata {
  border-top: 1px solid #999;
  margin:10px 0;
  padding:5em 0 0 0;
  font-size:12px;
}
.postmetadata small {
  font-size:12px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*-----------HEADINGS-----------*/
h1, .banner .title {
  font-size: 2.8215em;
  padding:0;
  line-height: 1;
  font-weight:normal;
  text-transform: uppercase;
}
h2 {
  font-size: 2.8125em;
  padding:0 0 .4em 0;
  line-height: 1.2;
  font-weight: 700;
}
.h2-alt h2 {
  font-size: 2em;
  font-weight: 600;
}
.h2-alt2 h2 {
  font-size: 1.5em;
  padding-bottom: .82em;
  font-weight: 600;
}
h3 {
  font-size: 1.5em;
  font-weight: 600;
  padding:0 0 .4em 0;
}
h4 {
  font-size: 1.25em;
  padding:0 0 .4em 0;
}
main p {
  line-height: 1.88;
  padding:0 0 1.6em 0;
}
main p:last-of-type {
  padding-bottom: 0;
}
main p, main li {
  font-size: 1.125em;
}
ul {
  padding-top: .5em;
  list-style-type:disc;
}
li {
  line-height: 1.3;
  padding-bottom: .15em;
}
main img {
  max-width:100%;
  height:auto;
  display:block;
}
main img.alignleft {
  margin-right:1.6em;
}
main img.alignright {
  margin-left:1.6em;
}
article ul {
  margin: 0 0 1em 0;
}
/*-------------BANNER----------------*/
.banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  height: 25vw;
	min-height: 14em;
	width: 100%;
	display: block;
  border-radius: 0 0 1.875em 1.875em;
  position: relative;
  z-index: 2;
}
.banner.default {
	background-image:url('img/hero-default.jpg');
  background-position: center;
  height: 15vw;
}
.banner.aff-hero {
  height: 38.88vw;
  min-height: 24em;
}
.banner.pf-hero {
  height: 33.5vw;
  min-height: 24em;
  overflow: hidden;
}
.vid-fit video {
  height: 100%;
  width: auto;
}
.vid-wide {
  width: 100%;
  height: auto;
}
.banner .width {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 6.9vw;
}
.banner.default .width {
  padding-bottom: 5.75vw;
}
.banner h1, .banner .title {
  color: #fff;
  text-transform: none;
}
main.hero-off, main.product {
  background: url('img/hero-off.jpg') no-repeat top center;
  background-size: auto 10em;
}
/*-------------PAGE MISC----------------*/
.break, footer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	position: relative;
}
.blank {
	font-size: 0;
}
.center {
	text-align: center;
}
.btn-wrap {
  padding-top: 1.3125em;
}
.btn-wrap.tpad {
  padding-top: 1.875em;
}
.btn-fill a, .btn-right a, .btn-out a, .btn-right span {
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 0;
}
.btn-fill a, .btn-right a, .btn-right span {
  font-size: 1.25em;
  font-weight: 600;
}
.btn-out a {
  font-size: .875em;
  font-weight: 700;
  border-radius: .71em;
  border:solid 1px #0071BC;
  text-transform: uppercase;
  padding: .41em 1.42em;
  line-height: 1.2;
}
.btn-out a:hover {
  border-color: #29ABE2;
  color: #fff;
}
.btn-fill a, .btn-right.fill a {
  padding: .65em 1.2em;
  line-height: 1.1;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}
.btn-fill a, .btn-fill a:visited, .btn-right.fill a, .btn-right.fill a:visited, .btn-right.fill a:hover {
  color: #fff;
}
.btn-fill.white a {
  background-color: #fff;
}
.btn-fill a:hover::after {

}
.btn-right a, .btn-right span {
  padding-right: .875em;
  line-height: 1;
}
.btn-right a::after, .btn-out a::after, .btn-right span::after {
  content: " ";
  bottom: 0;
  margin: auto;
  background: url('img/icons/caret-rt2.svg') no-repeat center right;
}
.btn-right a:hover::after, .dark-bg .btn-right a:hover::after {
  background-image: url('img/icons/caret-rt2-lb.svg');
}
.btn-out.white a {
  color: #fff;
  border-color: #fff;
}
.btn-out.white a::after, .btn-right.fill a::after, .btn-out.back a:hover::before {
  background-image: url('img/icons/caret-rt2-w.svg');
}
.btn-out.white a:hover::after, .btn-out.back a::before {
  background-image: url('img/icons/caret-rt2.svg');
}
.btn-right.fill a {
  border-radius: .5em;
  font-size: 1.25em;
  padding: .38em 1em;
  text-transform: none;
}
.btn-right.fill a::after {
  position: relative;
  display: inline-block;
  right: inherit;
  height: 1em;
  vertical-align: top;
  line-height: 1;
  top: .05em;
}
.btn-out.white a:hover {
  background-color: #fff;
}
.btn-right.back a {
  padding: 0 0 0 .875em;
}
.btn-right.back a::after {
  right: inherit;
  left: 0;
  top: .125em;
  transform:rotate(180deg);
}
.btn-right a::after, .btn-right span::after {
  position: absolute;
  background-size: auto .7em;
  width: .75em;
  height: 1em;
  right: 0;
  top: .25em;
}
.btn-out a::after, .btn-out.back a::before {
  background-size: contain;
  width: .5em;
  height: .75em;
  display: inline-block;
  position: relative;
  margin-left: .375em;
}
.btn-out.back a::after {
  display: none;
}
.btn-out.back a::before {
  content: " ";
  transform:rotate(180deg);
  background-repeat: no-repeat;
  margin-left: 0;
  margin-right: .375em;
}
.meg-menu .btn-out a::after {
  display: none;
}
.dark-bg .btn-right a {
  color: #fff;
}
.dark-bg .btn-right a::after, .btn-out a:hover::after, .ntiles .tile a:hover .btn-right span::after {
  background-image: url('img/icons/caret-rt2-w.svg');
}
.btn-right.newtb a {
  padding-right: 1.25em;
}
.btn-right.newtb a::after {
  background-image: url('img/icons/newtab.svg');
  background-size: auto .875em;
  top: 0;
}
.gray-bg {
  background: #efefef;
}
main .flush p {
  padding: 0;
}
.modal-outer {
  display: none;
  z-index: 102;
  position: relative;
}
.modal-wrap {
  overflow-y:scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 99;
  padding: 2.5em;
  display: flex;
  justify-content: center;
}
.modal-box {
  margin: auto;
  position: relative;
  padding: 0;
  height: auto;
  width: 31.25em;
  padding: 3em;
  background: #fff;
  max-width: 100%;
}
.mod-close {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  z-index: 105;
  width: 2em;
  height: 2em;
  display: block;
  cursor: pointer;
}
.mod-close::before, .mod-close::after {
  content: " ";
  background-color: #454545;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.mod-close::after {
  width: 90%;
  height: .15em;
}
.mod-close span {
  font-size: 0;
}
.mod-close::before {
  width: .15em;
  height: 90%;
}
.mod-close:hover::before, .mod-close:hover::after{
  background-color:#0071BC;;
}
.dark-bg p, .dark-bg h2, .dark-bg {
  color: #fff;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.lab-bg {
  position: relative;
}
.lab-bg section {
  z-index: 2;
}
.lab-bg::after {
  content: " ";
  width: 100%;
  height: 100%;
  opacity: .65;
  position: absolute;
  top:-5em;
  left: 0;
  z-index: 0;
  background: url('img/bg-lab.png') no-repeat top center;
  background-size: contain;
}
.vcent {
  display: flex;
  align-items: center;
}
.hold-right {
  float: right;
}
.img-hold.right {
  left: calc(50% + 1.6em);
  right: 0;
}
.img-hold {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% + 1.6em);
  width: auto;
  margin: auto;
}
.notfound .width {
  min-height: 24em;
}
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 104;
  display: none;
}
.cookies .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  max-width: 58.125em;
  column-gap: 1.5em;
}
.cookies .btn-fill {
  padding: 0;
}
.cookies .btn-fill a {
  cursor: pointer;
  width: 10.25em;
}
.cookies strong {
  display: block;
}
.cookies p {
  font-size: 1em;
  line-height: 1.18;
}
.cookies p a {
  color: #fff;
}
.menu-social-container ul li {
  list-style: none;
}
.menu-social-container ul {
  display: flex;
  padding: 1em 0;
  align-items: center;
  justify-content: space-between;
  max-width: 12em;
}
.mega .menu-social-container ul {
  display: block;
}
.menu-social-container li {
  padding: 0;
  line-height: 1;
  font-size: .875em;
}
.menu-social-container a {
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
  width: 2em;
  height: 2em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-indent: -1000px;
  display: block;
}
.mega .menu-social-container a {
  margin: 0 auto;
}
.menu-social-container a::after, .menu-social-container a::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.menu-social-container a::after, .menu-social-container a:hover::before {
  opacity: 0;
}
.menu-social-container a:hover::after {
  opacity: 1;
}
.ico-fb a::before, .mega .ico-fb a::after {
  background-image: url('img/icons/fb2.svg');
}
.ico-fb a::after, .mega .ico-fb a::before {
  background-image: url('img/icons/fb.svg');
}
.ico-tw a::before {
  background-image: url('img/icons/tw2.svg');
}
.ico-tw a::after {
  background-image: url('img/icons/tw.svg');
}
.ico-in a::before, .mega .ico-in a::after {
  background-image: url('img/icons/insta2.svg');
}
.ico-in a::after, .mega .ico-in a::before {
  background-image: url('img/icons/insta.svg');
}
.ico-ln a::before, .mega .ico-ln a::after {
  background-image: url('img/icons/ln2.svg');
}
.ico-ln a::after, .mega .ico-ln a::before {
  background-image: url('img/icons/ln.svg');
}
.ico-yt a {
  background-size: contain;
}
.ico-yt a::before, .mega .ico-yt a::after {
  background-image: url('img/icons/yt2.svg');
  background-size: contain;
}
.ico-yt a::after, .mega .ico-yt a::before {
  background-image: url('img/icons/yt.svg');
  background-size: contain;
}
.bwrap .width {
  padding: 1.5em 0 2.1875em;
}
.hero-off .bwrap .width {
  padding: 3.125em 0 6.25em;
}
.bcrumb {
  font-size: .875em;
}
.bcrumb a {
  color: #353535;
}
.bcrumb .gap {
  margin: .125em 0;
}
/*---INSTANT SEARCH---*/
.search-form {
  position: relative;
}
.relevanssi-live-search-results-showing {
  left: 0 !important;
  top:  100% !important;
  z-index: 9999;
  padding: .5em 0;
}
.relevanssi-live-search-result-status {
  text-align: right;
}
main .relevanssi-live-search-result-status p {
  border-bottom: 0;
}
main .relevanssi-live-search-result p:last-of-type {
  padding: .75em;
}
/*---END INSTANT SEARCH---*/
/*----CUSTOM SEARCH---*/
.searchform {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
  font-size: 1em;
}
input[type=submit].s-sub {
  position: absolute;
  height: 100%;
  right: 1.25em;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background: transparent url('img/icon-search.svg') no-repeat center;
  background-size: contain;
  width: 1.5em;
  padding: 0;
}
.sfield {
  width: calc(100% - 2.5em); /*match s-send width*/
  border: 0;
  background-color: #fff;
  border-radius: .625rem;
}
input[type].sfield, input[type].sfield:focus {
  border:1px solid rgba(0, 113, 188, 1);
}
input[type].sfield {
  font-size: 1.125em;
  font-weight: 400;
  padding: 1em 1.2em .9em;
}
.live-res {
  position: absolute;
  top: calc(100% - 1em);
  left: 0;
  width: 100%;
  background: #fff;
  padding: .5em 1.375em .5em;
  border: 1px solid rgba(0, 113, 188, 1);
  border-top: 0;
  z-index: 2;
  border-radius: 0 0 .625em .625em;
}
.live-res h3 {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.8;
}
.mega .live-res a, .mega .bod .live-res .excerpt_part {
  color: #363436;
}
.live-res .excerpt_part {
  font-size: .875em;
  line-height: 1.3;
  display: none;
}
.mega .live-res h3 {
  font-weight: 600;
  padding-bottom: 0;
}
.live-res article {
  margin-top: .875em;
}
.live-res article:last-of-type {
  padding-bottom: .5em;
}
.pds .live-res article {
  margin-top: .5em;
}
.pds .live-res h3 {
  padding-bottom: 0;
}
.ls-clear {
  opacity: 0;
  visibility: hidden;
  width: 1.25em;
  height: 1.25em;
  display: block;
  position: absolute;
  top: 1.25em;
  right: 5em;
  z-index: 10;
  text-decoration: none;
  cursor: pointer;
}
.ls-clear.on {
  opacity: 1;
  visibility: visible;
}
.ls-clear::before, .ls-clear::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: #999;
  width: 100%;
}
.ls-clear::before {
  transform:rotate(-45deg);
}
.ls-clear::after {
  transform:rotate(45deg);
}
/*--END CUSTOM SEARCH---*/
.stick-pair {
  padding-left: 3em;
  position: fixed;
  z-index: 32;
  right: 0;
  top: 40%;
  width: 10.875em;
  transform: translateX(6.75em);
  transition: all 0.5s ease;
}
.stick-pair.active {
  transform: translateX(0);
}
.st-trig {
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: #0071BC;
  background-image: url('img/icons/caret-rt2-w.svg');
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: 55% center;
}
.stick-pair:not(.active) .st-trig {
  transform:rotate(180deg);
}
.st-trig {
  animation: icon-bounce .65s ease 4;
  animation-delay: 1s;
}
@keyframes icon-bounce {
  0%, 100% {
    transform:rotate(180deg) translateY(0);
  }
  100% {
    transform:rotate(180deg) translateY(1.5em);
  }
}
.scontrols a:hover {
 background-color: #29ABE2;
}
.qsticky {
  position: relative;
  width: 7.87em;
  height: 4.375em;
  padding: .5em;
  box-shadow: 0 0 15px 6px rgba(31, 30, 31, 0.14);
  border-radius: 1.25em 0 0 1.25em;
  background-color: transparent;
}
.qsticky.mod {
  /* top: calc(40% + 5.5em); */
  margin-top: 1em;
}
.qsticky::after, .qsticky::before {
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  border-radius: 1.25em 0 0 1.25em;
  height: calc(100% - 5px);
}
.qsticky::before {
  background: #fff;
  z-index: 1;
}
.qsticky::after {
  top: 5px;
  z-index: 0;
}
.qsticky a {
  text-decoration: none;
  /* background: url('img/icons/caret-rt2.svg') no-repeat calc(100% - .7em) center;
  background-size: auto .875em; */
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
  /* padding-right: 1.75em; */
  padding-right: 1em;
  font-size: 1.25em;
  display: block;
  width: 100%;
  height: calc(100% - 5px);
  line-height: 1.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qsticky a:hover {
  /* background-image: url('img/icons/caret-rt2-w.svg'); */
  color: #fff;
}
.qsticky.mod a {
  color: #fff;
}
.qsticky.mod:hover::before {
  background-color: #fff !important;
}
.qsticky:hover::before {
  background-color: #0071BC;
}
li, .phero p {
  break-inside: avoid-column;
}
.terms .width {
  padding: 0 0 6.25em;
}
.terms h1 {
  text-transform: none;
  font-weight: 700;
  padding-bottom: .875em;
}
.terms h2 {
  font-size: 1.125em;
  padding-bottom: .5em;
  font-weight: 700;
}
.terms .lim, .search-land .lim {
  max-width: 61.875em;
}
.terms.mod h2 {
  font-size: 1.375em;
}
.terms.mod ul {
  padding-left: 3em;
  padding-top: 0;
}
.terms.mod li:not(:last-of-type) {
  padding-bottom: .25em;
  line-height: 1.6;
}
/* .terms.mod li, .terms.mod p {
  font-size: 1em;
} */
.bpre.thanks .width {
  max-width: 56.25em;
  padding-right: 0;
  padding-bottom: 12em;
}
.bpre.thanks .first {
  padding-right: 1em;
}
.bpre.thanks .last {
  padding-left: 3em;
}
.no-res {
  font-size: 1.125em;
  opacity: .75;
  font-weight: 500;
}
.btn-duo {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.125em;
}
.live-res .btn-wrap, .live-res .pager {
  display: none;
}
.search-land .width {
  padding: 7em 0;
}
.search-land .results article {
  padding-top: 2.5em;
}
.search-land .results h3 {
  padding-bottom: .25em;
}
.search-land .results h3 a {
  color: #0071BC;
  text-decoration: none;
}
.search-land .results .btn-wrap {
  padding-top: .5em;
}
.search-land .results .btn-right a {
  font-size: 1em;
}
.search-land .pager {
  padding-top: 3em;
}
.search-land .results.none {
  font-weight: 600;
  padding-top: 2.5em;
}
.search-land .results.none p {
  text-align: left !important;
}
.search-land .search-wrap {
  position: relative;
  z-index: 8;
}
.search-land .search-wrap .sfield {
  font-weight: 600;
}
.search-land .search-wrap .stype {
  font-size: .875em;
  text-align: right;
  padding-top: .5em;
  font-weight: 600;
}
.grecaptcha-badge {
  z-index: 9;
}
html.translated-ltr .qsticky a {
  font-size: 1em;
}
/*-------------END MISC----------------*/
/*-------------CAROUSEL----------------*/
.bxslider1 .slide {
  padding: 0 3em 1em 3em;
}
.bx-wrapper {
  position: relative;
}
.bx-controls-direction {

}
.next-bg, .prev-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.next-bg, .prev-bg {
  height: 1.875em;
  width: 1.125em;
}
.next-bg {
  left: calc(100% + .625em);
}
.prev-bg {
  right: calc(100% + .625em);
}
.bx-prev, .bx-next {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
}
.bx-prev::after, .bx-next::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url('img/icons/caret-rt2.svg') no-repeat center;
  background-size: contain;
}
.bx-prev::after {
  transform: rotate(180deg);
}
.bx-prev:hover::after {
  transform: translateX(-.4em) rotate(180deg);
}
.bx-next:hover::after {
  transform: translateX(.4em);
}
.bx-pager {
  text-align: center;
  padding-top: .6em;
}
.bx-pager-item {
  display: inline-block;
}
.bx-pager-item a {
  /*rem for font size 0*/
  display: block;
  width: .625rem;
  height: .625rem;
  text-decoration: none;
  font-size: 0;
  border: solid 1px #666;
  background: transparent;
  margin-right: .25rem;
}
.bx-pager-item a.active {
  background-color: #666;
}
/*-------------SCROLL ANIMATIONS----------------*/
.anim, .itd {
  opacity: 0;
}
.anim.from-right {
  transform: translateX(50%);
}
.anim.from-left {
  transform: translateX(-50%);
}
.from-right.in-view {
  animation: origin-right 1s ease-out forwards;
}
.from-left.in-view {
  animation: origin-left 1s ease-out forwards;
}
.fade.in-view, .in-view .itd {
  animation: origin-default .85s ease-out forwards;
}
@keyframes origin-right {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes origin-left {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes origin-default {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 901px) {
  .anim.del1, .itd:nth-child(1) {
    animation-delay: .35s;
  }
  .anim.del2, .itd:nth-child(2) {
    animation-delay: .7s;
  }
  .anim.del3, .itd:nth-child(3)  {
    animation-delay: 1.15s;
  }
  .anim.del4, .itd:nth-child(4)  {
    animation-delay: 1.4s;
  }
  .anim.del5, .itd:nth-child(5)  {
    animation-delay: 1.65s;
  }
  .anim.del6, .itd:nth-child(6)  {
    animation-delay: 1.9s;
  }
  .anim.del7, .itd:nth-child(7)  {
    animation-delay: 2.15s;
  }
  .anim.del8, .itd:nth-child(8)  {
    animation-delay: 2.4s;
  }
  .anim.del9, .itd:nth-child(9)  {
    animation-delay: 2.65s;
  }
  .anim.del10, .itd:nth-child(10)  {
    animation-delay: 2.9s;
  }
  .live-res .excerpt_part {
    display: block;
  }
}
/*-------------PRODUCT - SINGLE----------------*/
main.product .bwrap .width {
  padding: 3.125em 0 0;
}
main.product .single .width {
  max-width: 76em; /*1216*/
}
.product h1 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.125;
  min-height: 4.375rem;
  padding-right: 12.5rem;
  text-transform: none;
  background: url('img/prod-logo.png') no-repeat top right;
  background-size: 11.875rem auto;
  margin-bottom: 1.875rem;
}
.product article h3 {
  font-size: 1.5em;
  line-height: 1.2;
}
.ppics .feat-pics img {
  border-radius: 2em;
  width: 100%;
  height: auto;
  max-width: 100%;
  /* border:solid 1px #F0F1F1; */
}
.prod-slider .holder {
  padding: .25em;
}
.ppics[data-count="1"] .ppager-wrap {
  display: none;
}
.ppics .pager {
  display: flex;
  justify-content: space-between;
  width: inherit;
}
.ppager-wrap {
  padding-top: 2.625em;
}
.ppics .pg-thumb {
  padding: 0 .5em;
}
.ppager.pgr-init-off {
  display: flex;
  justify-content: center;
}
.ppics .ppager a {
  width: 4.6875em;
  max-width: 100%;
  height: 4em;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: .4375em;
  font-size: 1em;
  cursor: pointer;
  border: solid 1px #F0F1F1;
}
.ppager a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.list-info {
  padding: 1.875em 0 1em;
}
.list-info ul {
  padding: 0 0 0 1.5em;
  margin: 0;
}
.list-info li {
  font-size: .875em;
  font-weight: 500;
  line-height: 1.2;
}
.list-info li::marker, .product .related li::marker, .tab .body li::marker, .bulmod li::marker {
  font-size: 80%;
}
.prod-ctas .btn-wrap {
  padding-top: .6125em;
}
.prod-ctas .btn-wrap:first-of-type {
  padding-top: 0;
}
.product .related h2, .res-box, .modal-res {
  background: linear-gradient(180deg, #fafafa 0%,#f3f3f3 100%);
}
.product .related h2 {
  border-radius: .625rem;
}
.res-box {
  border-radius: 1.875em;
}
.product .related.mod h2 {
  margin-bottom: .5em;
}
.product .related p.intro {
  text-align: center;
  padding-bottom: 1.125em;
}
.product .related h2, .res-box h2 {
  font-size: 1.5em;
}
.product .related h2 {
  padding: .62em .625em;
  line-height: 1.1;
  margin-bottom: 1.25em;
}
.product .related ul {
  column-count: 3;
  column-gap: 2em;
  padding: 0 0 0 2.75em;
}
.product .related li {
  font-size: .875em;
  line-height: 1.2;
}
.res-box {
  padding: 13%;
  margin-top: 3.125em;
}
.res-box h2 {
  text-align: center;
  padding-bottom: 1.25em;
}
.res-box ul, .modal-res ul {
  padding: 0;
}
.res-box ul li, .modal-res ul li {
  list-style: none;
}
.res-box li {
  font-size: 1em;
  width: 12.5em;
  max-width: 100%;
  margin: auto;
}
.res-list li {
  display: none;
}
.res-list li:nth-child(1), .res-list li:nth-child(2), .res-list li:nth-child(3), .res-list li:nth-child(4) {
  display: block; /*show first 4*/
}
/* .res-box .post-rlist li {
  width: auto;
  text-align: center;
} */
.res-box li:not(:last-of-type) {
  padding-bottom: 1.25em;
}
.res-list li:nth-child(4) {
  padding-bottom: 0;
}
.res-box li a {
  font-size: .875em;
  font-weight: 500;
  line-height: 1.2;
  padding: .125em 0 .125em 1.72em;
  display: inline-block;
  background: url('img/icons/file1.svg') no-repeat left center;
  background-size: auto 19px;
  text-decoration: none;
  text-align: left;
}
@media (min-width: 901px) {
  main.product .single .width {
    display: flex;
  }
  main.product .left {
    padding-right: 5.625em;
    width: 64%;
  }
  main.product .right {
    padding-right: 3.5em;
    width: 36%
  }
  main.product .right.no-pics {
    padding-top: 2em;
  }
  .list-info>div {
    width: calc(50% - .9375em);
  }
  .list-info {
    display: flex;
    column-gap: 1.875em;
    row-gap: 1.875em;
    flex-wrap: wrap;
    padding: 1.875em 0 6.25em;
  }
}
/*-------------BASIC TEMPLATES-------------*/
.bpre .width {
  padding-top: 0;
}
.bpre .row {
  margin-left: 0;
}
.bpre .first {
  border-left: solid 1px #0071BC;
  padding: 1.875em 0 1.875em 3.125em;
  overflow: hidden;
}
.bpre .last {
  padding-top: 1.875em;
  max-width: 47em;
  float: right;
}
.bpre h2 {
  line-height: 1.22;
  padding-bottom: 0;
  max-width: 9.8em;
}
.bpre p {

}
.bpre .anim {
  opacity: 1;
}
.bpre .anim h2 {
  transform: translateX(-100%);
}
.bpre .anim.in-view h2 {
  animation: head-slide 1s ease-out forwards;
}
@keyframes head-slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tile {
  overflow: hidden;
}
.tile a {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  position: relative;
}
.tile .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.875em;
}
.tile .exp-btn {
  background: #fff;
  font-weight: 600;
  font-size: 1.25em;
  width: 7.8em;
  position: absolute;
  bottom: -1px;
  right: -1px;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  z-index: 3;
  border-radius: 1.5em 0 0 0;
  transform:translateY(100%);
}
.tile a:hover .exp-btn {
  transform:translateY(0);
}
.stiles .width {
  padding-bottom: 0;
}
.stiles .grid {
  margin: 0 -.625em;
}
.stiles .tile {
  padding: 0 .625em;
  margin-bottom: 1.25em;
  width: 33.3333%;
}
.stiles .tile a {
  padding-top: 100%;
  height: 0;
}
.stiles .tile .inner, .itiles .tile .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  z-index: 2;
}
.stiles .tile h3, .itiles .tile h3 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.125;
  padding: 0;
  color: #fff;
}
.stiles .tile a:hover h3, .itiles .tile a:hover h3 {
  transform:translateY(-2.875rem);
}
.stiles .tile a::after, .atiles .tile .thumb::after, .itiles .tile a::after, .plist .tile .thumb::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 113, 188, 0.8);
  opacity: 0;
}
.stiles .tile a:hover::after, .atiles .tile a:hover .thumb::after, .itiles .tile a:hover::after, .plist .tile a:hover .thumb::after {
  opacity: 1;
}
.atiles .tile .bt-hv {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2em);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  padding: 2em 1em 1em;
  color: #fff;
  opacity: 0;
  z-index: 3;
}
.atiles .tile a:hover .bt-hv {
  opacity: 1;
}
.bfam .width {
  padding: 9.375em 0 1.65em;
  z-index: 2;
}
.bfam.home3::before {
  display: none;
}
.bfam::after, .bfam::before, .pbod2 .sub3::before {
  content: " ";
  position: absolute;
  top: 0;
}
.bfam::before {
  width: 100%;
  height: 100%;
  background: url('img/bg-lab.png') no-repeat top right;
  background-size: contain;
  z-index: 0;
  opacity: .67;
}
.bfam::after, .pbod2 .sub3::before {
  z-index: 1;
  opacity: .05;
}
.bfam::after {
  background: url('img/icon-branded-d.svg') no-repeat center;
  background-size: contain;
  width: 24.375em;
  height: 25em;
  right: calc(50% + 14.375em);
}
.pbod2 .sub3::before {
  background: url('img/icon-branded-b.svg') no-repeat center;
  background-size: contain;
  width: 50%;
  top: 1em;
  height: calc(100% - 1em);
  left: calc(50% + 1em);
  z-index: -1;
}
.con1 .width {
  padding-bottom: 6.25em;
}
.cinfo h3 {
  font-size: 1.5em;
  margin-top: -.5em;
  padding-bottom: 2em;
}
.cinfo h3 a {
  font-size: .8333em;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  background: url('img/icons/phone.svg') no-repeat left .25em;
  background-size: auto 1em;
  color: #0071BC;
  line-height: 1.2;
  margin-left: .25em;
  margin-top: .25em;
  background-repeat: no-repeat;
  padding-left: .75em;
}
.cinfo h3 a:hover {
  background-image: url('img/icons/phone-lb.svg');
}
.cinfo p:last-of-type, .cinfo p:nth-child(6) {
  line-height: 1.4;
  color: #273A80;
}
.cinfo p:last-of-type a:hover, .cinfo p:nth-child(6) a:hover {
  color: #29ABE2;
}
.cform .box {
  background-color: #f3f3f3;
  padding: 1.875em;
}
.cinfo p:last-of-type a, .cinfo p:nth-child(6) a {
  text-decoration: none;
  color: inherit;
}
.cform h3 {
  padding-bottom: 1.2em;
  text-align: center;
}
/*---Solutions - Child---*/
.sol1 .width {
  padding: 0;
}
.tabbed {
  display: flex;
  flex-wrap: wrap;
}
.tabbed h2 {
  width: 100%;
  padding-bottom: .75em;
}
.tabbed .key {
  padding-top: 1.875em;
  width: 18.75em;
  position: relative;
}
.tabbed:not(.htabs) .key::after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.68em;
  left: -6.25em;
  /* width: calc(400%); */
  background: linear-gradient(257deg,  #273A80 0%,#121E4C 100%);
  z-index: 0;
  border-radius: 1.875em;
}
.tabs {
  width: calc(100% - 18.75em);
  padding: 0 0 0 3.125em;
}
.tabbed .key ul {
  padding: 0;
  position: relative;
  z-index: 2;
}
.tabbed .key ul li {
  list-style: none;
}
.tabbed .key li {
  font-weight: 700;
  cursor: pointer;
  display: block;
  color: #0071BC;
  line-height: 1.2;
  font-size: 1.25em;
  padding: .7em 2.4em .7em 1em;
  font-weight: 600;
  width: calc(100% - 1.5rem);
  background: linear-gradient(180deg, #f6f6f6 0%,#e8e8e8 100%);
  border-radius: 1.875rem;
  margin-bottom: .5em;
  position: relative;
}
.tabbed .key li::after {
  content: " ";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .65em;
  height: .65em;
  background: url('img/icons/plus.svg') no-repeat center;
  background-size: contain;
}
.tabbed .key li.active {
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, #0071BC 0%,#0071BC 100%);
}
.tabbed .key li.active::after {
  /* background-image: url('img/icons/plus-w.svg'); */
  background-image: url('img/icons/minus.svg');
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: flex;
}
.tabs .fly-out {
  animation: tab-out .6s ease-in forwards;
}
.tabs.v2 .fly-out {
  animation: tab-dn .3s ease-in forwards;
}
.tabs .fly-in {
  opacity: 0;
  /* transform: translateX(100%); */
  animation: tab-in .6s ease-out forwards;
}
.tabs.v2 .fly-in {
  opacity: 0;
  transform: translateY(0);
  animation: tab-up .3s ease-out forwards;
}
@keyframes tab-out {
  0% {
    /* transform: translateX(0); */
    opacity: 1;
  }
  100% {
    opacity: 0;
    /* transform: translateX(100%); */
  }
}
@keyframes tab-in {
  0% {
    opacity: 0;
    /* transform: translateX(100%); */
  }
  100% {
    /* transform: translateX(0); */
    opacity: 1;
  }
}
@keyframes tab-dn {
  0% {
    /* transform: translateY(0); */
    opacity: 1;
  }
  100% {
    opacity: 0;
    /* transform: translateY(3em); */
  }
}
@keyframes tab-up {
  0% {
    opacity: 0;
    /* transform: translateY(3em); */
  }
  100% {
    /* transform: translateY(0); */
    opacity: 1;
  }
}
.tab.row .body {
  width: 50%;
}
.tab .img {
  width: 50%;
  font-size: 1em;
  line-height: 1;
}
.tab .body p:first-of-type {
  padding-bottom: 1.25em;
}
.tab h4, .tab h3 {
  padding-bottom: .125em;
}
.tab ul, .bulmod ul {
  padding: 0 0 0 1.5em;
}
.tab li {
  font-weight: 500;
}
.gap-sol2 {
  height: 3.125em;
}
.sol2.lab-bg::after {
  top: 0;
  background-size: cover;
}
.sol2 .width {
  z-index: 2;
}
.sol2 .h2-alt h2 {
  font-size: 1.5em;
}
.sol2 .last p {
  line-height: 1;
  font-size: 1em;
}
.sol2 .last p:not(:last-of-type) {
  padding-bottom: 1.875em;
}
.sol2 .last img {
  //max-height: 6.875em;
  max-width: 100%;
}
.sol3 {
  background-color: #f2f2f2;
}
.sol3 .width {
  padding: 3.125em 0 1em;
}
.sol3 .pre-title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  padding-bottom: .4em;
}
.sol3 h2 {
  padding-bottom: .625rem;
  line-height: 1.2;
}
.sol3 .btn-wrap {
  padding-top: .75em;
}
.bulmod li, .tab li {
  line-height: 1.65;
}
.sol4 .first ul {
  padding-top: 1.125em;
}
.sol4 .first .btn-wrap {
  padding-top: 1.75em;
}
.pprev.none .empty {
  background: url('img/sol-no-proj.jpg') no-repeat center;
  background-size: cover;
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
}
.sol-start {
  position: relative;
  background-color: #ededed;
}
.sol-start .vid-fit, .sol-start .vid-fit video, .hm-hero .vid-fit video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sol-start .vid-fit video, .hm-hero .vid-fit video {
  object-fit: cover;
  object-position: center;
}
.sol-start .width {
  z-index: 2;
  padding: 7.25em 0;
}
.sol-start.no-vid {
  background-image:url('img/sol-vid-still.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sol-start .width>p:first-of-type {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: .4em;
}
/*---Careers---*/
.car1 .width {
  min-height: 28.125em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.car2 .first {
  padding-right: 5em;
}
.car3 .last .lim {
  max-width: 29.375em;
}
.car3 h2 {
  padding-bottom: 0;
}
/*---About Us---*/
.about1 .width {
  min-height: 23.125em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about1 p {
  font-size: 1.3125em;
  line-height: 1.6;
}
.about1 p em {
  font-weight: 500;
}
.about2 {
  position: relative;
}
.about2:not(.mod)::after, .home4::after {
  content: " ";
  height: 56.25em;
  max-height: 100%;
  width: 100%;
  background: url('img/bg-dotted.jpg') no-repeat top right;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.about2 .width, .home4 .width {
  z-index: 2;
}
.about2 .sub1 {
  padding-bottom: 0;
}
.about2 .sub2 {
  min-height: 39em;
}
.pop-out {

}
.row.pop-out {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.25em;
  row-gap:3em;
}
.pop-out .box {
  width: calc(33.333% - 1.5em);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  padding: 1.5em;
  border-radius: 1.875em;
  position: relative;
}
.pop-out .box.active {
  align-items: flex-start;
}
.pop-out .trig {
  position: absolute;
  top: -5px;
  left: calc(30% - .5em);
  width: 1.56em;
  height: 1.56em;
  background: url('img/icons/plus-w.svg') no-repeat center #0071BC;
  background-size: 50% auto;
  z-index: 2;
  display: block;
  transform:translateY(1.75em);
  cursor: pointer;
}
.pop-out .active .trig {
  background-image: url('img/icons/minus.svg');
  transform:translateY(0);
  left: 0;
}
.pop-out h3 {
  font-size: 2em;
  padding-bottom: .625rem;
  line-height: 1.125;
  cursor: pointer;
  transform:translateX(1.25rem);
  margin-left: auto;
  width: 70%;
}
.pop-out .active h3 {
  color: #fff;
  transform:translateX(0);
  width: 100%;
}
.pop-out .active h3 br {
  display: none;
}
.pop-out .box>div {
  display: none;
}
.pop-out p {
  color: #fff;
  /* font-weight: 700; */
}
/* .about2 .sub3 {
  padding: 0 0 6.25em;
} */
.kscroll {
  position: relative;
}
.spane {
  height: auto;
  position: relative;
  padding-top: 0;
}
.spane>div {
  border-radius: 1.875em;
  padding: 1.375em 1.875em;
  color: #fff;
}
.spane>div:not(:last-of-type) {
  margin-bottom: 1.875em;
}
.spane h3 {
  color: #fff;
  padding-bottom: .3125em;
}
.spane div p {
  line-height: 1.4;
}
.spane * {
  direction: ltr;
}
/* .spane::after {
  content: " ";
  bottom: 0;
  height: 100px;
  background-color: #fff;
  width: 5px;
  opacity: .5;
  position: absolute;
} */
@media (min-width: 501px) {
  .kscroll {
    position: relative;
  }
  .kscroll::before {
    content: "Hover and scroll to see more";
    font-size: .875em;
    display: block;
    position: relative;
    text-align: center;
    top: -1.5rem;
    color: #999;
    font-weight: 600;
    margin-left: 4.5rem;
    width: calc(100% - 4.5rem);
  }
  .spane {
    overflow-y:scroll;
    height: 32.625em;
    direction: rtl;
    scroll-behavior: smooth;
    padding-bottom: 3em;
  }
  .tline .spane {
    padding: 4em 0 4em 2.5em;
    /* padding-left: 2.5em; */
  }
  .spane::-webkit-scrollbar {
    background-color: transparent;
    width: 40px;
  }
  .spane::-webkit-scrollbar-track {
    background:url('img/scroll-bar2.png') no-repeat top right;
    height:300px;
    position: relative;
  }
  .spane::-webkit-scrollbar-thumb {
    background:url('img/scroll-vert.png') no-repeat top right;
    background-size: contain;
    height: 92px;
    display: block;
    width: 40px;
    cursor: pointer;
    transition: all 0.25s ease;
  }
  .spane::-webkit-scrollbar-thumb:hover {
    background-image: url('img/scroll-vert2.png');
  }
  .spane::-webkit-scrollbar-button {
    display: none;
  }
  .fade-dn, .fade-up {
    width: calc(100% - 5em);
    height: 7em;
    position: absolute;
    right: 0;
    z-index: 2;
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  }
  .fade-dn {
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    top: 0;
  }
  .fade-up {
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    bottom: 0;
  }
}
.about3.lab-bg::after {
  top: 0;
}
.about3 .width {
  z-index: 2;
}
/*---Affiliates---*/
.aff-bg {
  position: relative;
}
.aff-bg section {
  z-index: 2;
}
.aff-bg::after, .aff-bg::before {
  content: " ";
  width: 100%;
  position: absolute;
  left: 0;
  height: 85em;
}
.aff-bg::after {
  background: linear-gradient(180deg, #ffffff 0%,#e8e8e8 100%);
  z-index: 0;
  bottom: 0;
}
.aff-bg::before {
  background: url('img/bg-lab.png') no-repeat bottom center;
  background-size: contain;
  z-index: 1;
  bottom: -2vw;
  opacity: .65;
}
.aff1 .width {
  padding: .68em 0 .625em;
}
.atiles .grid {
  margin: 0 -1.68em;
}
.atiles .tile {
  padding: 0 1.68em;
  width: 25%;
  margin-bottom: 3.36em;
}
/* .atiles .tile a {
  overflow: hidden;
} */

.atiles .tile .thumb, .plist .tile .thumb {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.tile .thumb.empty {
  background-image: url('img/tile-empty2.jpg');
  background-position: center;
}
.pjtiles .tile .thumb.empty {
  background-image: url('img/proj-empty-tile.jpeg');
}
.atiles .tile .thumb {
  padding-top: 103.7%;
}
.plist .tile .thumb {
  padding-top: 71.5%;
}
.atiles .tile .thumb, .atiles .tile .thumb::after, .plist .tile .thumb, .plist .tile .thumb::after {
  border-radius: 1.875em 1.875em 0 0;
}
.atiles .tile .inner, .plist .tile .inner {
  position: relative;
  background: linear-gradient(180deg, #f6f6f6 0%,#e8e8e8 100%);
  border-radius: 0 0 1.875em 1.875em;
  display: block;
}
.atiles .tile .inner {
  min-height: 7.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}
.plist .tile .inner {
  min-height: 7.125em;
  padding: 1.25em 1.25em .5em;
}
.plist .tile a:hover .inner {
  margin-top: -2.5em;
  min-height: 9.625em;
}
.atiles .tile a:hover .inner {
  min-height: 9.375em;
  margin-top: -1.875em;
  padding-bottom: 2em;
}
.aff2 .width {
  padding-bottom: 8.125em;
}
.aff2 .first {
  padding-right: 2.5em;
}
.aff-hero {

}
.hlogo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.875em 1.875em 1.875em 0;
  width: 20.625em;
  z-index: 1;
  margin-bottom: 4.5vw;
}
.hlogo::after {
  content: " ";
  width: 800%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, #f6f6f6 0%,#e8e8e8 100%);
  z-index: 0;
  border-radius: 0 1.25em 1.25em 0;
}
.hlogo img {
  height: auto;
  max-width: 100%;
  z-index: 2;
  position: relative;
}
.achild .width {
  padding: 1.25em 0 2.25em;
}
.achild .first {
  padding-right: 1.25em;
}
.achild .last {
  padding-left: 4em;
}
.achild h2 {
  padding-bottom: .25em;
}
.achild .box {
  background: linear-gradient(180deg, #f6f6f6 0%,#e8e8e8 100%);
  padding: 7.5% 8.5%;
}
.achild .box ul {
  padding: 0 0 0 2em;
}
.achild .box li {
  font-weight: 700;
  line-height: 2;
}
/*----INDUSTRIES----*/
.itiles .width {
  padding-top: .625em;
}
.itiles .grid {
  margin: 0 -1.625em;
}
.itiles .tile {
  padding: 0 1.625em;
  width: 25%;
  margin-bottom: 3.125em;
}
.itiles .tile a {
  padding-top: 148%;
  height: 0;
}
.ind2 .width {
  min-height: 30em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.outer-779 .bcar .width {
  padding-top: 0;
}
.bcar h2 {
  padding-bottom: .375rem;
}
.drag-wrap {
  margin-left: -1.56em;
  margin-right: -1.56em;
  position: relative;
  z-index: 3;
}
.drag-wrap, .dragger, .drag-wrap2, .dragger2 {
  width: 100%;
}
.drag-wrap .dragger, .drag-wrap2 .dragger2 {
  width:auto;
  flex:1;
}
.scontrols {
  display: flex;
  align-items: center;
  /* padding-top: .375em;
  column-gap: 1.375em; */
}
.scontrols {
  position: absolute;
  justify-content: space-between;
  width: calc(100% + 8em);
  left: -4.75em;
  height: 3.125em;
  padding: 0;
}
.bcar .scontrols {
  top: 0;
  bottom: 0;
  margin: auto;
}
.bcar.itiles .scontrols {
  bottom: 13em;
  top: inherit;
}
.bcar.plist .scontrols {
  bottom: 17.5em;
  top: inherit;
}
.scontrols span {
  display: none;
}
.scontrols a {
  display: block;
  width: 3.125em;
  height: 3.125em;
  text-indent: -1000px;
  overflow: hidden;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  background-color: #0071BC;
  background-image: url('img/icons/caret-rt2-w.svg');
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: 55% center;
}
.scontrols a:hover {
 background-color: #29ABE2;
}
.scontrols a.dcon-prev {
  transform:rotate(180deg);
}
.scontrols span {
  font-size: .875em;
}
/* .dragger2.mod {
  position: relative;
}
.dragger2.mod::before {
  content: " ";
  width: 18em;
  right: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 3;
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
} */
.dragger, .dragger2 {
  display: flex;
  flex-wrap: nowrap;
}
.dragger .item, .dragger2 .item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.56em;
}
.bcar.has-logos .item img {
  /* max-width: 15.6em;
  max-height: 5.625em; */
  width: 16.5em;
  /* width: auto; */
  height: auto;
}
.dragger .item a:hover, .dragger2 .item a:hover {
  transform:scale(1.1);
}
.dcontrol {
  display: flex;
  column-gap: 1em;
  align-items: center;
  padding-top: .5em;
}
.dcontrol .left, .dcontrol .right {
  display: block;
  width: 2em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
}
.dcontol label {
  font-size: .875em;
  font-weight: 600;
}
.dcontrol .left {
  background-image: url('img/icons/scroll-lt.svg');
  background-position: left center;
}
.dcontrol .right {
  background-image: url('img/icons/scroll-rt.svg');
  background-position: right center;
}
/*-----------INDUSTRY CHILD------------*/
.bpre.imod{
  padding-top: 1em;
}
.bpre.imod h2 {
  max-width: 25rem;
}
.ind-proj {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ind-proj:not(.no-img)::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to right,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.66) 65%,rgba(0,0,0,0.72) 84%,rgba(0,0,0,0.75) 100%);
}
.ind-proj .width {
  z-index: 2;
  padding: 4em 0;
}
.ind-proj h2 {
  padding-bottom: .125em;
}
.ind-proj h2 .pre {
  display: block;
  font-size: .55em;
  font-weight: 500;
}
.ind2.imod, .ind-proj.no-img {
  background-image: url('img/bg-blue-logo.jpg');
}
.ind2.imod h2 {
  max-width: 10em;
}
.sol1.imod {
  padding-top: 6.25em;
  margin-bottom: 2em;
}
.ind2.imod .btn-wrap {
  padding-top: 1.875em;
}
/*----FAQs---*/
.width.less {
  max-width: 56.25em;
}
.faq1 .width {
  padding: 1.75em 0 2.5em;
}
.fold {
  margin-bottom: .625em;
}
.fold>div {
  display: none;
  background: #f3f3f3;
  padding: 1.875em 1.25em 1.25em;
  margin-top: -.625em;
  border-radius: 0 0 .625em .625em;
}
.fold div p {
  opacity: .9;
}
.fold h3 {
  cursor: pointer;
  padding: .4em 2.5em .6em .9em;
  position: relative;
  border-radius: .625rem;
  border: 1px solid rgba(0, 113, 188, 1);
  background-color: #fff;
  line-height: 1.083;
}
.faq1 .fold h3 {
  font-size: 1.25em;
}
.fold h3::after {
  content: " ";
  position: absolute;
  right: .9em;
  width: 1.05em;
  height: 1.05em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('img/icons/plus.svg') no-repeat center;
  background-size: contain;
  z-index: 2;
}
.fold.active h3 {
  color: #fff;
}
.fold.active h3::after {
  background-image: url('img/icons/minus.svg');
}
.fold>div {
  padding: 1.25em .75em 1.375em 1.625em;
}
.faq2>hr {
  max-width: 77.5em;
  width: calc(100% - 3.75rem);
  border:0;
  border-bottom: #e3e3e3 solid 1px;
  margin: auto;
}
.faq2 .width {
  padding: 3.125em 0 6.25em;
}
.gkey {
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}
.gkey ul li {
  list-style: none;
}
.gkey ul {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  column-gap: 1.03em;
  row-gap: 1.03em;
  /* justify-content: space-between; */
}
.gkey li {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2.1;
  border: 1px solid rgba(0, 113, 188, 1);
  display: block;
  width: 3em;
  text-align: center;
  border-radius: .625rem;
}
.gkey li:not(.inactive) {
  cursor: pointer;
}
.gkey li.active, .gkey li:not(.inactive):hover {
  color: #fff;
}
.gkey li.inactive {
  color: #dadada;
  border-color: transparent;
}
.glossary {
  display: none;
  opacity: .9;
}
.assc1 .width {
  padding: 2.25em 0 6.25em;
}
.gray-lab {
  background: url('img/bg-gray-lab.jpg') no-repeat center;
  background-size: cover;
}
.assc2 .width {
  padding: 7.25em 0;
  max-width: 50em;
}
.assc1 .glossary ul li {
  list-style: none;
}
.assc1 .glossary ul {
  column-count: 2;
  column-gap: 2em;
  padding: 0;
}
.assc1 .glossary li {
  line-height: 1.88;
}

/*-----------PRODUCTS - LANDING------------*/
.pds {

}
.pds .width {
  max-width: 90em;
  padding: 1em 0 0;
}
.pds .filters {
  position: relative;
  padding: 4% 0 4% 0;
}
.pds .filters::after {
  content: " ";
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  position: absolute;
  background: linear-gradient(180deg,  #fafafa 0%,#f2f2f2 100%);
  border-radius: 1.875em;
}
.pds .prime {
  max-width: 56.125em;
  padding-bottom: 5em;
  min-height: 32em;
  position: relative;
}
.pds .filters .inner {
  position: relative;
  z-index: 2;
  width: 21.5em;
  margin-left: auto;
  max-width: 100%;
}
.pds.allres .filters .inner {
  width: 17.5em;
}
.pds .filters a {
  font-size: 1.125em;
  position: relative;
  padding-left: 1.875rem;
  display: inline-block;
  overflow-wrap:break-word;
  text-decoration: none;
}
.pds.allres .filters a {
  color: inherit;
  text-transform: none;
  font-size: 1.25em;
  line-height: 1;
}
.pds .filters a::before, .pds .filters a::after {
  content: " ";
  position: absolute;
}
.pds .filters a::before {
  width: 1.125rem;
  height: 1.125rem;
  top: 0;
  left: 0;
  border: solid 1px #0071BC;
  border-radius: 5px;
}
.pds .filters a::after {
  content: " ";
  position: absolute;
  width: .75rem;
  height: .75rem;
  top: .25rem;
  left: .25rem;
  background-color: #273A80;
  border-radius: 3px;
  opacity: 0;
}
.pds .filters .active>a::after {
  opacity: 1;
}
.pds .filters li {
  font-size: 1em;
  position: relative;
  padding: .3em 1.25em .3em 0;
}
.pds .filters li.par-cat {
  padding-top: 0;
}
.pds .filters label {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
}
.dd-cat>li>a {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 600;
}
.pds .filters ul {
  padding-left: 1.875em;
}
.pds .filters ul.dd-cat {
  padding-left: 0;
}
.pds .filters ul.dd-cat>li {
  padding-top: .625em;
}
.pds.allres .filters ul.dd-cat {
  padding-top: 0;
}
.pds:not(.allres) .filters ul.dd-cat>li:not(:last-of-type) {
  border-bottom: solid 1px rgba(9,18,53,.15);
}
.pds .filters ul li {
  list-style: none;
}
.dd-cat .tog {
  position: absolute;
  right: 0;
  top: .25rem;
  background: url('img/icons/caret-rt.svg') no-repeat center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  z-index: 2;
  cursor: pointer;
  transform: rotate(90deg);
}
.dd-cat .tog.open {
  transform: rotate(270deg);
}
.pds .filters ul.dd-cat>li>.tog {
  top: .6125em;
}
.pds.allres .filters ul.dd-cat>li {
  padding-top: .5em;
}
.dd-cat .children {
  display: none;
}
.pds .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.625em;
}
.pds .searchform {
  width: calc(100% - 16em);
  position: relative;
  z-index: 5;
}
.pds.allres .controls {
  padding-bottom: 1.25em;
}
.pds.allres .searchform {
  width: 100%;
}
.sort-wrap {
  width: 14em;
}
.sort-wrap label {
  font-size: 1.125em;
  font-weight: 500;
}
select {
  cursor: pointer;
  background:url('img/icons/caret-dn.svg') no-repeat right center;
  -webkit-appearance:none;
}
select.dd-style {
  padding: 0;
  border:0;
  width: auto;
  font-size: 1.125em;
  font-weight: 500;
  padding-right: 1em;
  background-position: right .5em;
  background-size: .875em auto;
}
.ptiles .ajax-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}
.ptiles .no-res, .ptiles .arrival {
  padding-left: 1.75rem;
  font-style: italic;
  opacity: .75;
}
.qsub .ptiles .no-res, .qsub .no-res {
  padding-left: .78rem;
  opacity: .75;
  font-style: italic;
}
.qsub .dlist .no-res {
  padding-left: 0;
  margin-top: -.65em;
}
.ptiles.wide .no-res {
  padding-top: 2em;
}
.ptiles .tile {
  width: 50%;
  padding: 1em;
}
.ptiles .tile a {
  border-radius: 0;
}
.ptiles .thumb, .vtile .thumb, .imgtile .thumb {
  display: block;
  padding-top: 50%;
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: .625em;
  background-color: #efefef;
  overflow: hidden;
  margin-bottom: .9375em;
  border: solid 1px #F0F1F1;
  position: relative;
}
.pds .ptiles .thumb {
  padding-top: 100%;
}
.ptiles .sbadge {
  background: #fff;
  border-radius: .625rem;
  font-size: .75em;
  padding: .5em .875em;
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: .82em;
  left: .82em;
  font-weight: 700;
  z-index: 2;
}
.ptiles .thumb.empty { /*set default tile image here*/

}
.ptiles h3 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: .2em;
}
.pds .ptiles h3 {
  text-align: center;
}
.ptiles .prev {
  font-size: .875em;
  font-weight: 500;
  line-height: 1.2;
}
.pager {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .375em 0 0;
}
.pager>span, .pager a {
  font-size: .875em;
  width: 2.28em;
  line-height: calc(2.28em - 2px);
  border-radius: .71em;
  border: solid 1px transparent;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}
.pager>.current {
  border-color:#0071BC;
}
.pager .prev, .pager .next {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .25em;
}
.pager .prev {
  margin-right: .375em;
}
.pager .next {
  margin-left: .375em;
}
.ptiles, .plist, .ntiles, .dlist {
  transition: all 0.5s ease;
}
.ptiles.exit, .plist.exit, .ntiles.exit, .dlist.exit {
  opacity: 0;
  transform:translateY(2em);
}
@media (min-width: 1101px) {
  .ptiles .ajax-wrap {
    margin: 0 -1.56em;
  }
  .ptiles.vlist .ajax-wrap, .ptiles.ilist .ajax-wrap {
    margin: 0 -.75em;
  }
  .ptiles .tile {
    width: 33.3333%;
  }
  .ptiles .tile {
    padding: 1.56em;
  }
  .vlist .tile, .ilist .tile {
    padding: 1.5em .75em;
  }
}
@media (min-width: 901px) {
  .bfam .last {
    padding-left: 2em;
  }
  .bpre .width {
    padding-top: 0;
    padding-right: 3.125em;
  }
  .pds .width {
    display: flex;
  }
  .pds .prime {
    width: 69.2%;
    padding-left: 3em;
  }
  .pds .filters {
    width: 30.8%;
    padding-right: 4%;
  }
  .pds.allres .prime {
    width: calc(73.5% - 2.375em);
    border-left: solid 2px #e4e4e4;
    margin-left: 2.375em;
    padding-left: 2.375em;
    padding-bottom: 0;
  }
  .pds.allres .filters {
    width: 26.5%;
  }
  .pds .filters::after {
    width: 500%;
    border-radius: 0 1.875em 0 0;
  }
  .img-right img, .hold-rt {
    margin-left: auto;
  }
  .ind2 .lim {
    max-width: 30em;
    margin: auto;
  }
  .sol2:not(.imod) .first, .sol3 .first, .sol4 .first {
    max-width: 40.7em;
  }
  .sol4 .lim, .sol2:not(.imod) .first>p {
    max-width: 37.5em;
  }
  .sol2 .last, .sol3 .last, .sol4 .last {
    margin-left: auto;
  }
  .sol2 .last img {
    margin: auto;
  }
  .sol3 .first {
    padding-right: 1em;
    padding-bottom: 2em;
  }
  .sol3 .last {
    padding-left: 5.75em;
  }
  .sol4 .row {
    display: flex;
  }
  .sol2 .last p {
    max-width: 28.125em;
    margin-left: auto;
  }
  .sol4 .last {
    padding-left: 0;
  }
  .car2 .first p:first-of-type {
    padding-bottom: 1.25em;
  }
  .car2 .width, .sol2 .width, .sol4 .width {
    padding: 6.25em 0;
  }
  .car3 .width {
    padding: 7.5em 0;
  }
  .fill-left {
    position: absolute;
    top: 0;
    margin-left: auto;
    max-width: 50em;
    bottom: 0;
    right: calc(50% + 7.75em);
    left: 0;
    background-position: center right;
    border-radius: 0 1.875em 1.875em 0;
  }
  .about3 .fill-left {
    top: 3.125em;
    background-position: center top;
    bottom: 8.125em;
  }
  .about3 .width {
    padding: 3.6125em 0 8.125em;
  }
  .about3 .cblock {
    width: 52.4%;
    margin-left: auto;
  }
  .tline .first {
    padding-right: 1em;
  }
  .tline .last {
    padding-left: 2em;
  }
  .ind-proj .inner {
    text-align: right;
    border-right: solid 1px #fff;
    margin-left: auto;
    max-width: 54em;
    padding: 1.875em 3.125em 1.875em 0;
  }
  .cform {
    padding-left: 0;
  }
  .cinfo {
    padding-right: 3em;
  }
  .cinfo p {
    max-width: 34em;
  }
}
/*-------------PROJECTS----------------*/
.bpre .width {
  padding-bottom: 3.125em;
}
.pf-hero::after, .psingle .banner::after {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background: #273A80;
  opacity: .7;
  mix-blend-mode: multiply;
}
.pf-hero .width, .psingle .banner .width {
  z-index: 2;
}
.pf-hero .width {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
}
.pf-hero .left {
  width: 150px;
}
.pfeat {
  text-align: right;
  width: calc(100% - 14em);
}
.pfeat h2 .pre {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
.pfeat h2 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.125;
  padding-bottom: 0;
  width: 15.5em;
  max-width: 100%;
  margin-left: auto;
}
.pfeat p {
  line-height: 1.5;
  padding: 0;
}
.pfeat .btn-wrap {
  padding-top: 1em;
}
.pfilters .width {
  padding: 0;
  display: flex;
  row-gap:1em;
  flex-wrap: wrap;
  column-gap: 4%;
}
.pfilters h2 {
  width: 100%;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: .25em;
  line-height: 1.4;
}
.pfilters label, .pfilters select {
  font-size: .875em;
  font-weight: 500;
}
.pfilters label {
  padding-bottom: .75em;
  display: block;
  line-height: 1;
}
.pfilters select {
  min-width: 15.7em;
  border-color: #0071BC;
  border-radius: .625rem;
  padding: .98em 2.75em .98em 1.42em;
  background-size: 1em auto;
  background-position: calc(100% - 1.42em) center;
  line-height: 1.4;
}
/* .pfilters select.resting {
  color: rgba(0, 113, 188, .5);
} */
.pjtiles .width {
  padding: 3.125em 0 6.25em;
  min-height: 18em;
}
.plist .ajax-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.625em;
}
.plist .no-res {
  padding-left: .625rem;
}
.plist:not(.min) .tile {
  width: 33.333%;
  padding: 0 .625em;
  margin-bottom: 1.25em;
}
.plist .tile h3 {
  font-size: 1.42em;
  padding-bottom: .25em;
  line-height: 1.1;
}
.plist .tile .inner span {
  font-size: .875rem;
  display: block;
  line-height: 1.2;
}
.plist .tile .inner span:not(:last-of-type) {
  padding-bottom: .48em;
}
.pfilters .clear-filter {
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
  font-size: .875em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}
.pfilters .col3 {
  align-self: flex-end;
  padding-bottom: .875em;
}
.pfilters .clear-filter.active {
  opacity: 1;
  visibility: visible;
}
.plist .pager {
  padding-top: 1.875em;
}
.pcloser .width {
  padding: 7.25em 0;
  z-index: 2;
}
.pcloser.lab-bg {
  background-color: #f4f4f4;
  overflow: hidden;
}
.pcloser.lab-bg::after {
  top: 0;
  background-size: cover;
  opacity: .2;
  background-position: center;
}
.pcloser p:nth-child(1) {
  padding-bottom: 0;
  font-weight: 600;
  padding-bottom: .4em;
  font-size: 1.5em;
  line-height: 1;
}
/*------PROJECT SINGLE----*/
.psingle .banner {
  /* height: 39.17vw; */
  height: 33.5vw;
  min-height: 25em;
  overflow: hidden;
}
.psingle .banner.empty {
  background-image: url('img/proj-empty-full.jpg');
}
.psingle .banner.empty::after {
  display: none;
}
.banner .width.phero {
  padding-bottom: 4.5vw;
}
.phero .lim {
  max-width: 31.25em;
}
.phero h1 {
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: .42em;
}
.phero p {
  color: #fff;
  font-size: .875em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 1.5em;
}
.phero label {
  display: block;
}
.phero .details {
  column-count: 2;
  column-gap: 1em;
}
.pbod1 {
  margin-top: 5em;
}
.pbod1.with-img .width {
  max-width: 77.5em;
}
.pbod1 .width {
  padding-top: 0;
  max-width: 50em;
}
.pbod2.lab-bg::after {
  top: 0;
}
.para-left {
  position: relative;
  overflow: hidden;
}
.para-left img {
  position: absolute;
  top: 0;
  left: inherit;
  right: -4em; /*offset para movement*/
  bottom: 0;
  width: calc(100% + 4em);
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 1.875em;
}
.pbod1 .pcar img {
  border-radius: 1.875em;
}
.pbod1 .pgraph {
  padding-bottom: 4em;
}
.pcar {
  position: relative;
}
.pcar .bx-controls-direction {
  position: absolute;
  right: 3.125em;
  top: -1.5625em;
  width: 8.125em;
  height: 3.125em;
}
.pcar .next-bg, .pcar .prev-bg {
  width: 3.125em;
  height: 3.125em;
  position: absolute;
}
.pcar .bx-next, .pcar .bx-prev {
  background-color: #0071BC;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  background-image: url('img/icons/caret-rt2-w.svg');
  background-repeat: no-repeat;
  background-position: 1.3125em center;
  background-size: auto 56%;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.32);
}
.pcar .bx-prev {
  transform:rotate(180deg);
}
.pcar .bx-next::after, .pcar .bx-prev::after {
  display: none;
}
.pbod2 .width {
  max-width: 68em;
  z-index: 2;
  padding-bottom: 0;
}
.pbod2 .sub1 {
  padding-top: 0;
}
.pbod2 {
  padding: 6.25em 0 2.25em;
}
.pbod2 .sub3 {
  padding-bottom: 2.75em;
}
.pbod2 .box {
  padding: 1.75em;
  max-width: 25.625em;
}
.pbod2 .box h3 {
  color: #fff;
}
.pbod2 ul {
  padding: 0 0 0 2em;
}
.pbod2 li {
  font-size: 1.25em;
}
.pbod2 .box ul {
  padding-left: 1.5em;
}
.pbod2 .box a {
  color: #fff;
}
.psingle .quote p:nth-child(1) {
  font-size: 1.6125em;
  font-weight: 600;
  line-height: 1.125;
  text-align: center;
  padding-bottom: .5em;
}
.psingle .quote p:nth-child(2) {
  text-align: center;
  font-weight: 500;
}
.pcontact .width {
  max-width: 62.5em;
  padding-bottom: 6.25em;
}
.pform h2 {
  text-align: center;
  padding-bottom: .9em;
}
@media (min-width: 901px) {
  .pbod1.with-img .width {
    padding-bottom:  8.25em;
  }
  .pbod1.with-img .pgraph {
    padding-bottom: 7.75em;
  }
  .pbod1.with-img .lim {
    width: 62%;
    margin-left: auto;
  }
  .pbod1 .para-left {
    position: absolute;
    right: calc(50% + 15.5em);
    top:0;
    bottom: 0;
    width: 100%;
    max-width: 800px;
    left: inherit;
    border-radius: 0 1.875em 1.875em 0;
  }
  .pbod2 .width {
    display: flex;
    column-gap: 8%;
  }
  .pbod2>div>div {
    width: 46%;
  }
  .pbod2 .sub2 .pgraph {
    order: 2;
  }
  .pbod2 .sub1 .pbull {
    padding-top: 2.75em;
  }
  .pform .flexer {
    display: flex;
    justify-content: space-between;
    column-gap: 1em;
  }
  .pform .flexer>div {
    max-width: 28.125em;
    width: calc(50% - 1em);
  }
}
/*----------TEMPLATE: HOME------------*/
.hm-hero {
  height: auto;
  max-height: 50em;
}
.hm-hero .width {
  padding: 11.25vw 0;
}
.hm-hero .lim {
  max-width: 42.75em;
}
.hm-hero .vid-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0 0 1.875em 1.875em;
  overflow: hidden;
}
.hm-hero h1 {
  line-height: 1.2;
  padding-bottom: .4em;
}
.hm-hero p {
  font-size: 1.375em;
  line-height: 1.54;
  font-weight: 500;
}
.scroll-dn {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  width: 3em;
  text-align: center;
  height: 5.75em;
  font-weight: 300;
  font-size: .875em;
  color: #fff;
  text-decoration: none;
  background: url('img/icons/scroll-next.svg') no-repeat bottom center;
  background-size: auto 3.7em;
}
.home1 {
  padding-top: 5em;
  position: relative;
  margin-top: -1.875em;
  z-index: 1;
}
.hm-vid {
  display: none;
  z-index: 1;
}
.hm-vid video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit:contain;
  object-position: right center;
}
//.hm-hero .america {
  width: 10.375em;
  height: 2.75em;
  background: url('img/made-america.png') no-repeat center;
  background-size: contain;
}
//.hm-hero .america span {
  font-size: 0;
}
.htabs .tile {
  width: 18.75em;
}
.htabs .tile .bod {
  background: linear-gradient(180deg, #f5f5f5 40%,#e7e7e7 100%);
  border-radius: 1.875em;
  overflow: hidden;
  padding: 0 1.875em 1.875em 1.875em;
	border: solid 1px;
	border-color: #0071BC;
}
.htabs .tile .thumb {
  height: 0;
  padding-top: 87.5%;
  margin-left: -1.875em;
  margin-right: -1.875em;
  background-size: cover;
  background-position: center;
}
.htabs .tile h3 {
  padding: .8em 0 .4em;
  color: #0071BC;
}
.htabs .tile .btn-right {
  padding-top: .625em;
}
.htabs .tile .btn-right a {
  display: inline-block;
}
.home2 .width {
  z-index: 3;
  padding: 0 0 1.875em;
  display: flex;
  flex-wrap: wrap;
}
.home2 .pre {
  position: relative;
  width: 100%;
}
.home2 .row {
  margin: 0;
}
.home2 h2 {
  z-index: 2;
  position: relative;
  padding-bottom: 0;
}
.home2 .layers {
  display: none;
}
.tabbed.htabs .key li {
  padding: .8em 2.4em .8em 1em;
  border: solid 1px;
	border-color: #0071BC;
}
.tabbed.htabs .key li.active {
  border-color: #fff;
}
.home3 .width {
  padding: 5.5em 0 1.675em;
}
.bfam.home3::after {
  top: -4em;
}
.outer-2 .bcar {
  padding: .5em 0 6em;
}
.outer-2 .bcar .width {
  padding: 0;
}
.bcar.itiles .width {
  padding: 3.125em 0 0;
  margin-bottom: 3.125em;
}
.outer-2 .bcar.itiles .width {
  padding-bottom: 0;
}
.bcar.itiles .tile {
  flex-shrink: 0;
  /* width: 18.75em; */
  width: 19.3125em;
  padding: .9375em;
  margin-bottom: .625em;
}
.drag-wrap2 {
  margin-left: -.625em;
  padding-top: 2em;
  margin-right: -.625em;
  clip-path:none;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.home4 {
  padding-top: 6.25em;
}
.home4 .sub1 {
  padding: 0;
}
.home4 .last {
  position: relative;
}
.home4 .last::after {
  content: " ";
  position: absolute;
  left: -1.55em;
  top: 0;
  background-color: #273A80;
  width: 400%;
  height: 100%;
  border-radius: 1.875em 0 0 1.875em;
  z-index: -1;
}
.home4 .last {
  color: #fff;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}
.home4 .last h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.875em;
  padding-bottom: .65em;
}
.home4 .sub2 {
  padding-bottom: 3.25em;
}
.home6 .width {
  padding: 6.25em 0 3.125em;
}
.home6 .btn-wrap {
  padding-top: 1em;
}
.home6 h2 em {
  font-style: normal;
  position: relative;
}
.home6 h2 em::after {
  content: " ";
  width: 800%;
  left: calc(100% + 4rem);
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background: #0071BC;
  position: absolute;
}
@media (min-width: 901px) {
  .hm-hero h1 {
    font-size: 3.125em;
  }
  .hm-hero .america {
    position: absolute;
    bottom: 2.5em;
    right: 0;
  }
  .home1::after, .hm-vid {
    content: " ";
    height: calc(100% - 1px);
    width: 56em;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .home1::after {
    z-index: 2;
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0) 100%);
  }
  .home1 .width {
    padding-bottom: 4.5em;
    z-index: 3;
  }
  .hm-vid {
    display: block;
  }
  .home2 .pre {
    padding: 0 1em 1.875em;
  }
  .home2 .pre::after, .home2 .pre::before {
    content: " ";
    top: 0;
    bottom: 0;
    height: auto;
    position: absolute;
    z-index: 0;
  }
  .home2 .pre::before {
    left: -300%;
    right: calc(50% + 7.5em);
    background: #fff;
  }
  .home2 .pre::after {
    right: calc(50% + 3.25em);
    width: 4.25em;
    background: url('img/curve-dub.svg') no-repeat top left;
    background-size: auto 100%;
  }
  .home2 .tabs {
    margin-top: -1.5em;
  }
  .htabs .tile {
    margin-left: auto;
  }
  .home2 .layers, .home2 .layer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home2 .layers {
    z-index: 0;
    background-image: url('https://polycoat.kinsta.cloud/wp-content/uploads/2025/11/Base-Layer_V22.svg') !important;
  }
  .home2 .layer {
    z-index: 1;
    display: none;
  }
  .home2 .key {
    padding-top: 2.625em;
  }
  .home4 .sub1 .first {
    position: relative;
    padding-top: 1.875em;
    padding-bottom: 1.875em;
  }
  .home4 .sub1 .first::before {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(100% + 3.125em);
    background:#0071BC;
  }
  .home4 .sub1 .lim {
    max-width: 31.25em;
  }
  .home4 .sub1 .last .lim {
    margin-left: auto;
  }
}
/*-------------RESOURCES----------------*/
.allres {

}
.dd-multi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  padding-right: 6em;
  align-items: center;
  position: relative;
}
.dd-multi select {
  width: calc(25% - 1em);
}
/* .dd-tag:not(.dt1) option:not(.default) {
  display: none;
} */
.allres .dd-tag.resting {
  opacity: 0;
  visibility: hidden;
}
.clear-dd {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1.25em;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
}
.clear-dd.active {
  opacity: 1;
  visibility: visible;
}
.ptiles.vlist .thumb, .vtile .thumb {
  padding-top: 56%;
  position: relative;
  z-index: 0;
}
.ilist .thumb {
  padding-top: 75.2%;
  position: relative;
  z-index: 0;
}
.ilist .thumb::after, .vlist .thumb::after, .vtile .thumb::after, .imgtile .thumb::after {
  z-index: 1;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, .25);
}
.vlist .thumb::after, .vtile .thumb::after, .imgtile .thumb::after {
  background-image: url('img/icons/play.svg');
  background-size: auto 64%;
  background-position: center;
}
.vlist .thumb:hover::after, .vtile .thumb:hover::after {
  background-color: rgba(0, 0, 0, .4);
  transform:scale(1.1);
}
.ilist .thumb:hover::after, .imgtile .thumb:hover::after {
  background-color: rgba(0, 0, 0, .4);
  transform:scale(1.1) translateX(-5%) translateY(5%);
}
.ilist .thumb::after, .imgtile .thumb::after {
  background-image: url('img/icons/expand.svg');
  background-size: auto 1.5rem;
  background-position: calc(100% - .5em) .5em;
}
.ptiles.vlist h3, .ilist h3, .dlist h3 {
  font-size: .875em;
  font-weight: 500;
  color: inherit;
  padding-bottom: 0;
}
.dlist .drow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1em;
  padding: .625em 1.5em .625em 3.75em;
  background-image: url('img/icons/pdf.png');
  background-repeat: no-repeat;
  background-size: auto 1em;
  background-position: 1.5em center;
}
.dlist .drow:nth-child(odd) {
  background-color: #f9f9f9;
}
.dlist h3 {
  line-height: 1.2;
}
.dlist .btn-right a {
  font-size: .875em;
}
.res-single h1 {
  padding-bottom: 1em;
}
.single .vtile, .single .imgtile {
  max-width: 30em;
}
.results .vtile, .results .imgtile {
  max-width: 22em;
  margin-top: 1em;
}
.qsub {
  min-height: 12em;
  transition: opacity 0.5s ease;
  position: relative;
}
.qsub.off {
  opacity: 0;
  visibility: hidden;
}
.qsub .ploader {
  position: absolute;
  top: 3em;
}
.ajax-active[data-subload=".vlist"] .ploader.global, .ajax-active[data-subload=".ilist"] .ploader.global {
  opacity: 0;
  visibility: hidden;
}
.pds.allres .prime {
  margin-bottom: 6.25em;
}
.qsub:not(.qsub3) {
  padding-bottom: 3.125em;
}
.qsub1 .pre {
  padding-top: 3.125em;
}
.qsub1 .sort-wrap {
  text-align: right;
}
.dd-multi select {
  font-size: .875em;
  color: #0071BC;
  border-color: #0071BC;
  border-radius: .71em;
  background-position: calc(100% - 1em) center;
  padding: 1em 2em 1em 1em;
}
.multi-pre, .clear-dd {
  font-size: .875em;
}
.multi-pre {
  display: block;
  padding-bottom:.71em;
}
.qsub:not(.qsub1) h2 {
  padding-bottom: .375rem;
}
.allres .ploader.global {
  top: 10.5em;
}
@media (min-width: 901px) {
  .qsub1 .pre {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: 1.25em;
  }
  .qsub1 h2 {
    padding-bottom: 0;
  }
}
/*-------------CALCULATOR----------------*/
.calc-section .width {
  max-width: 62.5em;
  padding: 2em 0 6.25em;
}
.calc-wrap article {
  padding-top: 3em;
}
.calc-wrap h1 {
  text-transform: none;
  padding-bottom: 0;
  font-size: 1.875em;
}
.calc-wrap h1 em {
  display: block;
  font-style: normal;
  font-size: .675em;
  text-transform: uppercase;
  color: #666;
  padding-bottom: .5em;
}
.calc-wrap .inner {
  padding-top: 2.75em;
}
.calc-wrap .cintro p {
  line-height: 1.5;
}
.calc-wrap .inner-one form {
  max-width: 30em;
}
.calc-wrap form label {
  font-size: 1.125em;
}
.calc-wrap form small {
  font-size: .875em;
  text-align: right;
  color: #252525;
  display: block;
}
.calc-wrap .pre-nav {
  font-size: .875em;
  padding-left: 1em;
  padding-bottom: .3125em;
  color: #252525;
  text-transform: uppercase;
}
.calc-row {
  padding-bottom: 1.5em;
}
.calc-row .flexer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.5em;
}
.calc-wrap .unum {
  padding-bottom: 2em;
}
.calc-wrap .unum input[type=number] {
  padding: .75em 1em;
  max-width: 100%;
}
.calc-row .stats {
  display: flex;
  column-gap: .25em;
  padding-bottom: .675em;
  font-size: .9375em;
  width: 100%;
  flex-wrap: wrap;
}
.calc-row .stats span {
  text-decoration: underline;
}
.calc-row h3 {
  width: 100%;
  font-size: 1.3125em;
  padding-bottom: .125em;
}
.calc-row .btn-wrap {
  padding-top: 0;
}
.calc-row .btn-wrap a {
  font-size: 1em;
}
.calc-row .output {
  padding: 0;
  margin-left: -.5em;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  color: #fff;
}
.calc-row .output label {
  padding: .3125em .5em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.calc-row .output .math {
  background: rgba(0, 0, 0, .25);
  padding: .25em .5em;
  min-width: 2em;
  display: inline-block;
  vertical-align: middle;
  min-height: 2.125em;
}
.nav-calc {
  background: linear-gradient(180deg, #f6f6f6 0%,#e8e8e8 100%);
  border-radius: 1.25em;
  padding: .75em 2em;
}
.nav-calc ul.menu {
  padding: 0;
}
.nav-calc li {
  font-size: 1em;
}
.nav-calc ul.menu li {
  list-style: none;
}
.nav-calc a {
  font-weight: 600;
  color: #0071BC;
  text-decoration: none;
}
.nav-calc .menu>li>a {
  display: block;
}
.nav-calc .menu>li {
  position: relative;
  padding: .5em 0;
  border-bottom: solid 1px transparent;
}
.nav-calc .sub-menu li:not(:last-of-type) {
  padding-bottom: .6125em;
  line-height: 1.15;
}
.nav-calc .sub-menu li a {
  font-size: .875em;
}
.nav-calc li.current_page_item>a, .nav-calc a[aria-current="page"] {
  color: #273A80;
}
@media (min-width: 901px) {
  .calc-wrap .inner-split {
    display: flex;
    justify-content: space-between;
  }
  .calc-wrap .inner-split .left {
    padding-right: 3em;
    width: 50%;
  }
  .calc-wrap .inner-split .right {
    padding-left: 3em;
    border-left: solid 1px #ddd;
    width: 50%;
  }
  .nav-calc ul.menu {
    display: flex;
    padding: 0;
    column-gap: 3%;
    align-items: center;
  }
  .nav-calc .menu>li>a {
    min-width: 9em;
    text-align: center;
  }
  .nav-calc .sub-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    right: 0;
    padding: .75em 1em;
    background-color: white;
    box-shadow:0 2px 10px 0 rgba(9, 18, 53, 0.1);
    border-radius: 0 0 .875em .875em;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
  }
  .nav-calc .menu>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav-calc li:hover {
    border-bottom-color: #29ABE2;
  }
  .nav-calc li:hover>a {
    color: #29ABE2;
  }
}
/*-------------SUBMITTAL----------------*/
.db-wrap {
  min-height: 43.75em;
  position: relative;
}
.db-nav, .dbuild {
  position: relative;
  z-index: 1;
}
.db-lab-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('img/bg-lab.png') no-repeat bottom center;
  background-size: contain;
  z-index: 0;
}
.dbuild .width {
  max-width: 60.625em;
}
.ptiles.wide .ajax-wrap {
  display: block;
  margin: 0;
}
.ptiles.wide .tile {
  width: 100%;
  padding: 0 0 1em 0;
  border-bottom: solid 1px rgba(230, 231, 232, 1);
  margin-bottom: 1em;
  overflow: inherit;
}
.ptiles.wide .inner {
  position: relative;
  padding: 0 0 0 8.25em;
  min-height: 6.125em;
}
.ptiles.wide h3 {
  text-align: left;
  color: #273A80;
  font-size: 1.5em;
  font-weight: 600;
  padding-bottom: .32em;
}
.ptiles.wide .thumb {
 position: absolute;
 width: 7em;
 padding-top: 0;
 background-size: contain;
 margin-bottom: 0;
 left: 0;
 top: 0;
 height: 100%;
 background-color: white;
}
ul.pr-list li {
  list-style: none;
}
.pr-list {
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: .3125em;
  row-gap:.3125em;
  flex-wrap: wrap;
  display: none; /*for background process only*/
}
.pr-list li {
  font-size: .75em;
  padding: .4em .82em;
  line-height: 1.2;
  border-radius: 5px;
  color: #0071BC;
  border: solid 1px #0071BC;
  cursor: pointer;
}
.pr-list li:hover, .pr-list li.active {
  color: #fff;
  background-color: #0071BC;
}
.ptiles .no-docs {
  opacity: .75;
  font-size: .875em;
}
.db-nav {
  text-align: center;
  display: flex;
  justify-content: space-between;
  column-gap: 1em;
  width: 33.5em;
  margin: auto;
  padding: 2.75em 0 0;
  max-width: calc(100% - 3.75rem);
}
.db-nav span {
  color: #0071BC;
  display: block;
  padding: 0 .1em .25em .1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
  position: relative;
}
.db-nav span::after {
  content: " ";
  bottom: 0;
  height: .28rem;
  background: #0071BC;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
}
.db-nav .current {
  color: #273A80;
}
.db-nav .current::after {
  opacity: 1;
}
#post-1304 .bwrap, #post-2092 .bwrap {
  display: none;
}
.dbuild.step1 .width {
  padding-top: 6.75em;
}
.dbuild .intro {
  max-width: 34.375em;
  margin: auto;
}
.dbuild .intro h2 {
  padding-bottom: .2em;
  color: #273A80;
}
.dbuild .intro .btn-wrap {
  padding-top: 1.875em;
}
.dbs-pre {
  border-bottom: solid 2px rgba(230, 231, 232, 1);
}
.dbs-pre .sub2 {
  padding: 1.625em 0 1.25em;
  max-width: 584px;
  max-width: 36.5em;
}
.dbs-action {
  display: flex;
  align-items: flex-end;
}
.dbs-action .col1 {
  width:3.75em;
  text-align: center;
}
.dbs-action .col3 {
  width: 5.875em;
}
.dbs-action .d-count {
  display: block;
  font-size: 2em;
  font-weight: 600;
  height: 2.375rem;
  line-height: 2.375rem;
}
.dbs-action.no-docs .btn-right a, .dbuild.step3.no-docs .do-step4 {
  opacity: .5;
  pointer-events: none;
}
.dbuild.step3.no-docs .btn-duo::before {
  content: "One or more documents are required before you can proceed to the next step.";
  position: relative;
  display: inline-block;
  padding:0 0 1em;
  font-size: 1.125em;
  color: #696969;
  font-weight: 500;
  width: 100%;
}
.dbs-action.no-docs .dlist-dd {
  pointer-events: none;
}
.dbs-action .btn-right a {
  width: 100%;
}
.dbs-action label {
  font-size: .825em;
  display: block;
  padding-bottom: .74em;
  font-weight: 600;
}
.dbs-action .col2 {
  width: calc(100% - 9.625em);
  padding: 0 1.25em 0 1.875em;
}
.dlist-dd {
  position: relative;
  height: 2.375em;
  padding: .5em 3em 0 1.25em;
  border: 1px solid rgba(0, 113, 188, 1);
  border-radius: .625em;
  background-color: #fff;
  z-index: 8;
}
.dlist-dd .dd-rest {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  font-size: .875em;
  font-weight: 500;
  line-height: 1.4;
}
.dlist-dd .dd-rest .doc-dlt {
  display: none;
}
.dlist-dd .dlist-return {
  background: #fff;
  position: absolute;
  padding: .9375em 3.375em .9375em 1.25em;
  top: -1px;
  left: -1px;
  z-index: 3;
  width: calc(100% + 2px);
  height: auto;
  box-shadow:0 2px 10px #999;
  border: 1px solid rgba(0, 113, 188, 1);
  border-radius: .625em;
  visibility: hidden;
  opacity: 0;
}
.dlist-dd.active .dlist-return {
  visibility: visible;
  opacity: 1;
}
.dlist-dd .doc-item .dname {
  font-size: .875em;
  font-weight: 500;
  width: calc(100% - 2em);
  line-height: 1.2;
}
.dlist-dd .doc-item:last-child {
  margin-bottom: 0;
}
.db-pre-list {
  display: flex;
  column-gap: 1.875em;
  padding: 3.125em 0 .875em;
  align-items: center;
}
.db-pre-list .btn-wrap {
  padding-top: 0;
}
.db-pre-list .col1 {
  color:#273A80;
  font-size: 1.25em;
  font-weight: 600;
}
.db-pre-list .btn-add a {
  text-decoration: none;
  font-size: 1.25em;
  font-weight: 600;
  color: #0071BC;
}
.db-pre-list .btn-add a:hover {
  color:#273A80;
}
.db-list-return li {
  list-style: none;
}
.dlist-return {
  padding: 0;
}
.doc-item {
  position: relative;
  margin-bottom: .625em;
  display: flex;
  align-items: center;
  column-gap: 1.25em;
}
.db-list .doc-item {
  border-radius: .625em;
  padding: .3125em 1.25em .3125em 4.25em;
  background-color: rgba(230, 231, 232, 0.5);
}
.doc-item .par {
  font-size: .875rem;
  display: block;
  line-height: 1;
}
.doc-item h3 {
  font-size: 1.25em;
  line-height: 1.2;
  color: rgba(9, 18, 53, 1);
  width: calc(100% - 8.875rem);
}
.doc-item .view, .doc-item .trash, .dlist-dd .doc-dlt {
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  display: block;
}
.dlist-dd .doc-dlt {
  width: .875em;
  height: .875em;
}
.dlist-dd .dd-tog {
  background:url('img/icons/caret-rt2.svg') no-repeat center;
  background-size: contain;
  width:.9375em;
  height: .9375em;
  display: block;
  position: absolute;
  right: 1.25em;
  top: .75em;
  z-index: 12;
  cursor: pointer;
  transform:rotate(90deg);
}
.dlist-dd.active .dd-tog {
  transform: rotate(270deg);
}
.doc-item .view, .doc-item .trash {
  width: 1.5em;
  height: 1.5em;
}
.doc-item .view {
  margin-left: auto;
  background-image: url('img/icons/download.svg');
}
.doc-item .trash, .dlist-dd .doc-dlt {
  background-image: url('img/icons/trash.svg');
  cursor: pointer;
}
.dlist-dd .doc-item {
  justify-content: space-between;
  column-gap: 0;
}
.doc-item .doc-dlt a {
  cursor: pointer;
  background-color: #E47474;
  font-size: .875em;
  padding: .5em 1.5em;
  border-radius: .625rem;
}
.doc-item .view span {
  font-size: 0;
}
.doc-item .doc-del {
  display: block;
  cursor: pointer;
}
.db-list .doc-item .doc-dlt, .db-list .doc-item .doc-del.active .trash {
  display: none;
}
.db-list .doc-item .doc-del.active .doc-dlt {
  display: block;
}
.doc-item .dragger {
  width: 1.5em;
  height: .75em;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.25em;
  margin: auto;
  z-index: 2;
  cursor: grab;
  text-indent: -1000px;
}
.doc-item .dragger::after, .doc-item .dragger::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.doc-item .dragger::after {
  height: 1px;
  background-color: #0071BC;
}
.doc-item .dragger::before {
  height: 100%;
  border-top: solid 1px #0071BC;
  border-bottom: solid 1px #0071BC;
}
.dbuild.step3 .width, .dbuild.step4 .width {
  padding-bottom: 6.25em;
}
.dbuild .btn-duo {
  justify-content: flex-end;
  column-gap: 1.875em;
  align-items: center;
  padding-top: 1em;
}
.btn-out.back a {
  font-size: 1.25em;
  text-transform: none;
  padding: .355em 1em .45em;
  line-height: 1;
  font-weight: 600;
  border-radius: .5em;
}
.db-form {
  background-color: rgba(230, 231, 232, 0.5);
  border-radius: 1.875em;
  padding: 1.875em;
  margin-top: 3.125em;
}
.db-form label {
  color: #273A80;
}
.db-form h2 {
  padding-bottom: .8em;
  text-align: center;
  font-size: 2.8125em;
}
.db-form .btn-duo {
  justify-content: flex-end;
  align-items: center;
}
.db-form .btn-wrap {
  padding-top: 0;
}
.db-form .sub-wrap {
  margin: 0;
}
.db-form form .wpcf7-form-control-wrap {
  padding-bottom: 1.25em;
}
.db-form textarea {
  height: 11em;
}
.db-form .sub-wrap {
  background-color: #0071BC;
  border-radius: .5em;
  width: auto;
}
.db-form .sub-wrap input[type=submit] {
  font-size: 1.25em;
  line-height: 1.1;
  padding: .38em 1.65em .38em 1em;
  width: auto;
  background-position: calc(100% - .85em);
}
.db-form .sub-wrap input[type=submit], .db-form .sub-wrap input[type=submit]:hover {
  background-image: url('img/icons/caret-rt2-w.svg');
  color: #fff;
}
.db-form .wpcf7 form.invalid .wpcf7-response-output {
  width: 100%;
  text-align: right;
}
.dbuild.step5 .width {
  min-height: 42.5em;
}
.db-wrap.pdf-working {
  position: relative;
}
.db-wrap.pdf-working::after {
  content: " ";
  background: rgba(255, 255, 255, .5);
  z-index: 6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#download-files {
  cursor: pointer;
}
.db-share {
  max-width: 26.375em;
  margin: auto;
  padding-top: 1.75em;
}
.db-share label {
  font-size: .875em;
  text-align: center;
  font-weight: 500;
  padding-bottom: .35em;
  display: block;
}
.db-share .sh-wrap {
  border: 1px solid rgba(0, 113, 188, 1);
  border-radius: .625em;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.db-share .link-text {
  width: calc(100% - 7.5rem);
  padding: 0 1.375rem;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 3.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.db-share .copy-btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: .875em;
  width: 6.25rem;
  height: 3.75rem;
  line-height: 3.75rem;
  cursor: pointer;
  position: relative;
  transition: background-color 0.25s ease;
}
.db-share .copy-btn.done {
  background-image: url('img/icons/check.svg');
  background-size: 30% auto;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
.btn-right.fill a.make-pdf::after {
  background-image: url('img/icons/download-w.svg');
  margin-left: .5em;
}
.saved-sub {
  padding-top: 1.75em;
}
.saved-sub h3{
  padding-bottom: .125em;
}
.pr-dd-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.dd-item {
  padding: 0;
  border-radius: .625rem;
  border: solid 1px #0071BC;
  position: relative;
  display: block;
  width: 9rem;
  z-index: 4;
}
.dd-item:not(.on) {
  pointer-events: none;
}
.dd-item:not(.active):hover, .dd-item.current:not(.active) {
  background-color: #0071BC;
}
.dd-item .dd-resting {
  color: #0071BC;
  cursor: pointer;
  display: block;
  font-size: .75em;
  padding: 0 .625rem;
  line-height: 1.625rem;
  position: relative;
}
.dd-item:not(.on) {
  border-color: #E6E7E8;
}
.dd-item:not(.on) .dd-resting {
  color: #E6E7E8;
}
.dd-item .dd-resting::after {
  content: " ";
  background:url('img/icons/caret-rt2.svg') no-repeat center;
  background-size: contain;
  width:.9375em;
  height: .9375em;
  display: block;
  position: absolute;
  right: .83em;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  transform:rotate(90deg);
}
.dd-item:not(.on) .dd-resting::after {
  background-image:url('img/icons/caret-rt2-lg.svg');
}
.dd-item:not(.active) .dd-resting:hover, .dd-item.current:not(.active) .dd-resting {
  color: #fff;
}
.dd-item:not(.active) .dd-resting:hover::after, .dd-item.current:not(.active) .dd-resting::after {
  background-image:url('img/icons/caret-rt2-w.svg');
}
.dd-item.active .dd-resting {
  z-index: 3;
  font-size: .875em;
  width: 11.25rem;
}
.dd-item.active .dd-resting::after {
  transform:rotate(270deg);
}
.dd-item.active {
  /* border-radius: .625rem .625rem 0 0;
  border-bottom: 0; */
  z-index: 6;
}
.dd-item .dd-sub li {
  list-style: none;
}
.dd-item .dd-sub {
  padding: 2.125em .625em .625em;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 11.25rem;
  border-radius: .625rem;
  border: solid 1px #0071BC;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .35);
}
.dd-item.active .dd-sub {
  opacity: 1;
  visibility: visible;
}
.dd-item, .dd-resting {
  transition: color, background-color 0.25s ease;
}
.dd-item .pres {
  font-size: .75rem;
  font-weight:500;
  position: relative;
  color: #273A80;
  cursor: pointer;
  /* padding: .125em 0 0 2.5em; */
}
.dd-item .pres .dc-add {
  display: block;
  padding: .125em 0 0 2.5em;
}
.dd-item .pres:hover {
  color: #0071BC;
}
.dd-item .pres::before, .dd-item .pres::after {
  content: " ";
  position: absolute;
  z-index: 1;
}
.dd-item .pres::before {
  width: 1.5em;
  height: 1.5em;
  border: solid 1px #0071BC;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.dd-item .pres::after {
  width: 1em;
  height: 1em;
  left: .33em;
  top: .33em;
  background: #273A80;
  opacity: 0;
  border-radius: 3px;
}
.dd-item .pres.active::after {
  opacity: 1;
}
.dd-item .pres:not(:last-of-type) {
  margin-bottom: .83em;
}
.pds.mod .prime {
  max-width: inherit;
}
/*-------------BLOGGING----------------*/
.news-intro .width {
  padding-bottom: 3.125em;
}
.news .width {
  padding: 0 0 8.125em;
  min-height: 40em;
  z-index: 3;
}
.news .controls {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
  padding-bottom: 1em;
}
.news .sort-wrap {
  width: inherit;
}
.news .pager {
  padding-top: 2.25em;
}
.news.lab-bg::after {
  top: inherit;
  bottom: 0;
  background-size: contain;
  background-position: bottom center;
}
.ntiles .ajax-wrap {
  margin: 0 -.875em;
  display: flex;
  flex-wrap: wrap;
}
.ntiles .tile {
  width: calc(33.333%);
  padding: .875em;
}
.ntiles .tile a {
  padding: 1.5em;
  overflow: hidden;
  position: relative;
  height: 100%;
  border: solid 2px #0071BC;
  background-color: transparent;
}
.ntiles .tile a::after {
  display: none;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background: #29ABE2; */
  background-color:transparent;
  /* mix-blend-mode: hue; */
  z-index: 1;
  /* opacity: 0; */
}
.ntiles .tile a:hover {
  background-color: #0071BC;
}
.ntiles .inner {
  border-radius: .625em;
  padding: 1em 1.25em 1.25em 1.5em;
  color: #273A80;
  position: relative;
  display: block;
  z-index: 2;
}
.ntiles .tile a:hover .inner {
  color: #fff;
}
.ntiles .inner span {
  display: block;
}
.ntiles .tag {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: .75em;
}
.ntiles .date {
  font-size: .875em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 1.07em;
}
.ntiles .title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.08;
  min-height: 3.15em;
  height: auto;
}
.ntiles .inner .btn-wrap {
  text-align: left;
  padding-top: .5em;
  color: #0071BC;
}
.ntiles a:hover .inner .btn-wrap {
  color: #fff;
}
.ntiles .inner .btn-wrap span {
  display: inline-block;
}
.ntiles .inner .btn-wrap span::after {
  background-image: url('img/icons/caret-rt2.svg');
}
.blog {

}
.blog .lim {
  position: relative;
  max-width: 56.25em;
}
.blog h1 {
  text-transform: none;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.125;
  max-width: 19em;
  padding-top: 1em;
}
.blog .btn-wrap.back {
  padding-bottom: 1.875em;
}
.blog .single .width {
  padding: 0 0 6.25em;
}
.blog .date {
  font-size: .875em;
  line-height: 1.2;
  font-weight: 500;
  padding-top: .7em;
  display: block;
}
.blog .body {
  padding: 1.875em 0 2em;
}
.share {
  display: flex;
  column-gap: .5em;
  padding: 0;
}
.share a {
  display: block;
  width: 2em;
  height: 2em;
  padding: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: .25rem;
  background-color: #0071BC;
}
.share a, .share a::before {
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: center;
}
.share a::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.icon-fb::before {
  background-image: url('img/icons/fb-w.svg');
}
.icon-tw::before {
  background-image: url('img/icons/tw-w.svg');
}
.icon-ln::before {
  background-image: url('img/icons/ln-w.svg');
}
.icon-mail::before {
  background-image: url('img/icons/mail-w.svg');
}
.icon-rss::before {
  background-image: url('img/icons/rss-w.svg');
}
.share a span {
  font-size: 0;
}
.blog:not(.res-single) article .thumb {
  border-radius: 1.875em;
  overflow: hidden;
  margin-bottom: 2em;
}
.mover {
  display: flex;
  column-gap: 1em;
  padding: 3.5em 0 0 0;
  max-width: 36.25em;
  margin: 0 auto;
  justify-content: space-between;
}
.mover a {
  text-decoration: none;
}
.blog h2, .blog h3, .blog h4 {
  text-transform: none;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: .5rem;
  font-size: 1.125em;
}
.blog p, .blog li {
  font-size: 1.125em;
}
.blog p {
  line-height: 2;
}
.blog ul li li, .blog ol li li {
  font-size: 1em;
}
.blog ul, .blog ol, .terms ul, .terms ol {
  padding: .25em 0 1.75em 1.75em;
  margin-bottom: 0;
}
.blog p {
  line-height: 1.8;
}
.blog ul li, .terms ul li {
  list-style: disc;
}
.blog li {
  line-height: 1.8;
  padding-bottom: .5em;
}
.blog ul li::marker {
  font-size: .8em;
}
.blog li:last-of-type {
  padding-bottom: 0;
}
.blog ul ul, .blog ul ol, .blog ol ul {
  padding-top: .5em;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog article {
  position: relative;
  padding-top: 1.125em;
}
.blog blockquote {
  padding-left: 1.5em;
  border-left: solid 3px #ccc;
  background-color: #f9f9f9;
  padding: .75em 1em .75em 1.25em;
}
.blog blockquote:not(:last-child) {
  margin-bottom: 1.75em;
}
.blog blockquote p {
  font-size: 1em;
  line-height: 1.5;
  font-style: italic;
}
.wp-caption, .blog img {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.68em;
}
.wp-caption:last-child {
  margin-bottom: 0;
}
.blog p.wp-caption-text {
  font-size: .75em;
  font-style: italic;
  text-align: left;
  padding: .25rem 0 0 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
div.hr {
  display: block;
  border-top:solid 1px #999;
  border-bottom:solid 1px #fff;
  width: 100%;
  margin: 20px auto;
}
.bcar.plist .tile {
  width: 28em;
  flex-shrink: 0;
  padding: 1.56em 1.56em 0;
}
.bcar .width {
  z-index: 2;
}
.bcar .width.pre {
  padding-bottom: 0;
}
.bcar .width.nopd {
  padding: 0;
  margin-bottom: 4em;
}
.bcar.head-bg h2 {
  color: #fff;
  font-size: 2.8125em;
  position: relative;
  min-height: 2.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
}
.head-bg em {
  font-style: normal;
}
.head-bg h2::before {
  content: " ";
  height: 100%;
  right: calc(100% + 2em);
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
}
.bcar.head-bg::before {
  content: " ";
  width: 100%;
  height: 16.75em;
  background: url('img/bg-head-blue.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/*-------------MENU----------------*/
.logo {
  margin: 0;
  width: 10.875em;
}
.h-rt {
  padding-left: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 50em;
  width: calc(100% - 11em);
  column-gap: 2em;
}
.logo img {
	height: auto;
	width: 100%;
}
.logo a {
  line-height: 1;
  display: block;
}
.nav-top {
  max-width: calc(100% - 4.875em);
  width: 38em;
}
.nav-top ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  /* column-gap: 4%; */
}
.nav-top ul li {
	list-style: none;
}
.nav-top ul, .nav-top li {
	position: relative;
}
.nav-top li {
  padding: 0 1em;
}
.nav-top li a {
  font-size:.875em;
  padding:.4em 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display:block;
  text-decoration:none;
}
.nav-top li:last-of-type {
  padding-right: 0;
}
.nav-top li:first-of-type {
  padding-left: 0;
}
.nav-top ul li ul {
	position: absolute;
	top: 54px;
	left:calc(50% - 75em);
	margin: auto;
	padding: 4px 12px;
	min-width: 150px;
	text-align: left;
	z-index: 20;
}
.nav-top ul li ul::after {
	z-index: -2;
	opacity: .7;
}
.nav-top ul ul {
	display: none;
}
.nav-top ul ul li {
	display: block;
}
.nav-top li:hover > .sub-menu {
	display: block;
}
.nav-top .sub-menu li {
	padding: 0;
}
.nav-top .sub-menu li a {
	font-size: .95em;
	font-weight: normal;
	padding: 6px 0;
	border-right: 0;
	display: block;
	color: #fff;
	line-height: 1.1;
	text-align: center;
}
.nav-top .sub-menu li:last-child a {
	border-bottom: 0;
}
.nav-top li:last-child a {
	border-right: 0;
}
header a img {
  border:none;
  outline:none;
}
/*------------MEGA MENU----------------*/
.mega-tog {
  background-size: contain;
  width: 2em;
  height: 2em;
  cursor: pointer;
  display: block;
}
.mega {
  -webkit-transition: all .75s ease;
  -moz-transition: all .75s ease;
  -ms-transition: all .75s ease;
  -o-transition: all .75s ease;
  transition: all .75s ease;
  position: fixed;
  top: 0;
  background: #091235;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transform:translateX(100%);
}
.mega::after {
  content: " ";
  position: absolute;
  top: 4.75em;
  left: 0;
  width: 25em;
  height: auto;
  bottom: 0;
  background: url('img/icon-branded1.svg') no-repeat top right;
  background-size: 135% auto;
  opacity: .05;
  z-index: -1;
}
.menu-open .mega {
  transform:translateX(0);
}
.mega .stick {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 8;
  background: linear-gradient(257deg, #273A80 0%, #121E4C 100%);
  color: #fff;
  width: 8.5em;
}
.lang, .mega .menu-social-container {
  margin-top: 12.5vh
}
.lang {
  padding-top: 2.125em;
  text-align: center;
  background: url('img/icons/lang.svg') no-repeat top center;
  background-size: 1.125em auto;
}
.lang a {
  display: block;
  color:#fff;
  font-size: 1.125em;
  font-weight: 700;
}
.lang a:first-of-type {
  margin-bottom: .25em;
}
.lang a.glink.gt-current-lang {
  text-decoration: underline;
}
.lang a:hover {
  color: #fff;
}
.lang img {
  display: none;
}
.lang.inline {
  font-size: .875em;
  background-position: left center;
  padding: 0 0 0 1.5em;
  margin-top: 0;
  background-size: 1.25em auto;
  position: relative;
  z-index: 4;
  height: 2em;
}
.lang .dd-bod {
  position: relative;
  border-radius: .5em;
  height: 1.75em;
  border: solid 1px transparent;
  overflow: hidden;
}
.lang .dd-bod.active {
  height: 3.35em;
  border-color: #fff;
}
.lang a.lg-dd-trig {
  height: 1.675em;
  width: 6.5em;
  position: relative;
  z-index: 3;
  padding-right: 1em;
  cursor: pointer;
  margin-bottom: 0;
}
.lg-dd-trig::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: .5em;
  width: 1em;
  height: 1em;
  background: url('img/icons/caret-rt2-w.svg') no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
  z-index: 1;
}
.lang .active .lg-dd-trig::after {
  transform: rotate(270deg);
}
.lang .dd-subs {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.lang.inline a.glink.gt-current-lang {
  order: -1;
  text-decoration: none;
}
.lang.inline a {
  font-size: 1em;
  text-transform: uppercase;
}
.lang.inline .dd-subs a {
  padding: .125em .3125em;
  text-align: left;
  margin-bottom: 0;
}
.lang.inline .dd-subs a:hover {
  background: #fff;
  color: #273A80;
}
/* .lang.inline a:hover {
  text-decoration: underline;
} */
.mega .closer {
  padding-top: 2.75em;
}
.closer span {
  font-size: 0;
}
.closer a {
  cursor:pointer;
  position: relative;
  width: 1.65em;
  height: 1.65em;
  display: block;
  margin: auto;
}
.closer a::after, .closer a::before{
  height: 2px;
  background: #fff;
  content: " ";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.closer a::before {
  transform:rotate(-45deg);
}
.closer a::after {
  transform:rotate(45deg);
}
.mega .menu-social-container ul {
  height: 8.375em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.mega .bod {
  padding: 1.625em 8.5em 3em 1.875em;
  color: #fff;
  overflow-y: auto;
  height: 100%;
}
.mega .width {
  max-width: 71em; /*1136*/
}
.mega .cols {
  padding-top: 3.125em;
}
.mega .info p, .mega .info .tel {
  font-size: .875em;
}
.mega .info img {
  width: 16.25em;
  max-width: 100%;
  height: auto;
}
.mega .info p:nth-child(1) {
  padding-bottom: 1.875em;
}
.mega .info p:nth-child(2) {
  padding-bottom: 1.25em;
}
.meg-menu ul.menu {
  width: 100%;
}
.mega .cols a {
  color: #fff;
  text-decoration: none;
}
.mega ul.menu li {
  list-style: none;
}
.meg-menu ul {
  padding: 0;
}
.meg-menu a {
  font-size: .875em;
}
.mega .info a:hover {
  color: #29ABE2;
}
.mega .meg-menu a:hover {
  text-decoration: underline;
}
.meg-menu .menu>li>a, .meg-menu .menu>li:nth-child(1) a {
  text-transform: uppercase;
}
.meg-menu .btn-out a {
  border: solid 1px #fff;
  padding: .28em 2.25em .28em 1.75em;
  text-align: center;
  border-radius: 1em;
  background: url('img/icons/caret-rt2-w.svg') no-repeat calc(100% - 1.25em) center;
  background-size: auto .75em;
  display: block;
}
.meg-menu .menu>li.btn-out>a {
  color: #fff;
}
.meg-menu .menu>li.btn-out>a:hover {
  background-color: #29ABE2;
  border-color: #29ABE2;
  text-decoration: none;
}
@media (min-width: 901px) {
  .mega .cols {
    display: flex;
  }
  .mega .info {
    width: 26%;
    padding-right: 1.875em;
    padding-top: 1.125em;
  }
  .meg-menu {
    width: 74%;
    padding: 1em 0 3.125em 1.875em;
    border-left: solid 1px #fff;
  }
  .meg-menu ul.menu {
    display: flex;
    justify-content: space-between;
    column-gap: 1em;
  }
  .meg-menu .sub-menu {
    padding-top: .25em;
  }
  .mega .menu li:not(:last-of-type) {
    padding-bottom: .3125em;
  }
  .mob-only, .mn-back, .mob-strip {
    display: none;
  }
  .db-form form {
    display: flex;
    flex-wrap: wrap;
    column-gap: .625em;
  }
  .db-form .col {
    width: calc(50% - .3125em);
  }
  .db-form .col.wide, .db-form .btn-duo {
    width: 100%;
  }
  .dbuild.step5 .btn-wrap.back {
    position: absolute;
  }
}
/*------END MEGA------*/
/*-------------MOBILE MENU----------------*/
.m-nav {
  z-index:2;
  display: block;
  position: relative;
  font-size: 1em;
}
.m-nav {
  width: 1.875em;
  height: 1.375em;
}
.mob-tog {
  width: 100%;
  height: 100%;
}
.mob-tog {
  cursor:pointer;
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: block;
}
.mob-tog::before, .mob-tog::after {
  content: " ";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mob-tog::before {
  height: calc(100% - 6px);
  border-top: solid 2px #E6E7E8;
  border-bottom: solid 2px #E6E7E8;
}
.mob-tog.active::before {
  border-top: 0;
  border-bottom: 0;
}
.mob-tog::after, .mob-tog.active::before {
  height: 2px;
  background: #E6E7E8;
}
.mob-tog.active::before {
  transform:rotate(-45deg);
}
.mob-tog.active::after {
  transform:rotate(45deg);
}
.bx-controls-direction .disabled {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.70;
}
#dimmer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 95;
  top: 0;
  left: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.60;
}
.stop-scroll, .mod-open, .mob-out {
  height: 100%;
  overflow: hidden;
}
/*BG COLORS*/
.blue-bg, .btn-fill a, .btn-right.fill a, .t-search .s-sub:hover, .t-search .s-fire:hover, .cookies, .home-wrap .menu-social-container a, .qsticky.mod::before, .qsticky::after, .qsticky.mod:hover::after, .fold.active h3, .gkey li.active, .gkey li:not(.inactive):hover, .pop-out .box.active, .calc-row .math {
  background-color: #0071BC;
}
.purp-bg, .legal, .qsticky:hover::after, .qsticky.mod::after, .spane>div {
  background-color: #273A80;
}
.dblue-bg {
  background-color: #091235;
}
.lblue-bg, .pcar .bx-next:hover, .pcar .bx-prev:hover, .btn-out a:hover, .share a:hover, .box.active .trig, .calc-row .output, .btn-right.fill a:hover, .db-form .sub-wrap:hover, .db-share .copy-btn:hover {
  background-color: #29ABE2;
}
/*FONT COLORS*/
.blue, h1, h2, .btn-fill.white a, .tile .exp-btn, .bbold strong, .btn-right a, .qsticky a, .qsticky.mod:hover a, .dd-cat>li>a, .pager>span, .pager a:hover, .pds .filters a:hover, .live-res a, .fold h3, .pfilters select, .related li, .related a, .res-box li a:hover, .btn-out a, .btn-out.white a:hover, .pop-out .box:not(.active) h3, .sub-wrap input[type=submit] {
  color:#0071BC;
}
.dblue {
  color: #091235;
}
.lblue, .trio a:hover, .trio .mid h3, .meg-menu .menu>li>a, .mega .info strong, .btn-right a:hover, .mega .phone-fix strong, .nav-top a:hover, .nav-top .current_page_item>a, .cinfo a:hover {
  color: #29ABE2;
}
.purp, .pbold strong, .pds .filters label, .pager a, .ptiles .tile a:hover h3, .live-res a:hover, .h2-alt h2, .achild h3, .h2-alt2 h2, .terms h1, .pfilters label, .clear-filter:hover, .psingle h3, .psingle .quote p:nth-child(1), .product h3, .related a:hover, .sbadge, .blog h1, h3, .tab h4, .pbul li, .clear-dd:hover, .cinfo p:last-of-type, .cform label, .doc-item .par {
  color: #273A80;
}
.dcolor, .blog article h2 {
  color: #363436;
}
/*ALL TRANSITIONS*/
a, a:hover, a::after, a::before, input[type]:focus, textarea:focus, header, .nav-top, .ajax-loader, .tile h3, .exp-btn, .qsticky::before, .qsticky::after, .tile .inner, .thumb::after, .fold h3, .gkey li, .key li, .pop-out .box, input[type=submit], .pr-list li, .sub-wrap, .bt-hv {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*ALL CURVES*/
.curve4, .btn-fill a, .tile a, .tile a::after, .box, .ntiles .tile a, .tab .img img, .sol4 .empty, .modal-box {
  -webkit-border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  border-radius: 1.875em;
}
.icurve img {
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  border-radius: 1.875rem;
}
.circle, .bx-pager-item a, input[type="radio"], .trig {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
/*-------------FORMS----------------*/
form label {
  display: block;
  line-height: 1.2;
  font-size: .875em;
  font-weight: 500;
  padding-bottom: .5em;
}
form p {
  font-size: 1em;
  line-height: 1;
  padding: 0;
}
input[type], textarea, select {
  padding:1em 1.22em;
  border:solid 1px #ddd;
  width:100%;
  font-size:1.125em;
  font-weight:normal;
  color:#454545;
  border-radius: .625rem;
  border-color: #0071BC;
  background-color: white;
}
input[type], textarea {
  font-weight: 400;
}
select {
  font-size: .875em;
  color: #0071BC;
  background-position: calc(100% - 1.42em) center;
  padding: 1.125em 3em 1.125em 1.42em;
}
.cform select {
  max-width: 13.75rem;
  padding: 1.1em 3em 1.1em 1.42em;
  line-height: 1.25;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  border:solid 1px #273A80;
}
input[type=date] {
  font-family: inherit;
}
textarea {
  font-family: inherit;
  height: 18rem;
}
.wpcf7-checkbox, .wpcf7-radio {
  padding: .5em 0;
  display: block;
  border:dotted 1px transparent;
  margin: -.25em 0 -.5em 0;
}
.wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0 0 .5em 1em;
}
.wpcf7-list-item>label {
  display: inline-block;
  padding-bottom: 0;
}
.wpcf7-list-item:last-of-type {
  padding-bottom: 0;
}
input[type="checkbox"], input[type="radio"] {
  font-size: 1rem;
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  border: solid 1px #666;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  margin-right: .32em;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
  background-color: #666;
}
select option { /*non webkit fix*/
  -webkit-appearance:unset;
  color: #333;
  background-color: inherit;
}
input[type=submit] {
  border:none;
  outline:none;
  font-size:1em;
  padding:.5em 1.2em;
  cursor:pointer;
  text-transform:uppercase;
  text-decoration:none;
}
.wpcf7-not-valid {
  border-color: red !important;
}
.wpcf7-recaptcha {
  transform: scale(.85);
  position: relative;
  left: -20px;
  top: -6px;
  display: inline-block;
}
form .wpcf7-form-control-wrap {
  display: block;
  padding-bottom: 1.875em;
  position: relative;
}
form span.wpcf7-not-valid-tip { /*hide error label per field*/
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  padding: 1em 0 0;
  border: 0;
  margin: 0;
  text-align: center;
  font-size: 1em;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}
form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #454545;
}
form .form-end {

}
form .form-end .wpcf7-form-control-wrap, form .form-end p {
  padding-bottom: 0;
}
form .form-end .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  text-align: left;
  position: relative;
  margin-top: -.4em;
  bottom: inherit;
  right: inherit;
}
form .sub-wrap {
  position: relative;
  display: block;
  z-index: 0;
  margin-top: 1em;
  width: 4.675em;
  margin: auto;
}
.sub-wrap input[type=submit] {
  font-size: 1.25em;
  font-weight: 600;
  text-transform: none;
  padding: 0 1em 0 0;
  background: url('img/icons/caret-rt2.svg') no-repeat center right;
  background-color: transparent; /*wrap holds bg color*/
  position: relative;
  z-index: 2;
}
.sub-wrap input[type=submit]:hover {
  background-image: url('img/icons/caret-rt2-lb.svg');
  color: #29ABE2;
}
.wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(50% + 3em);
  z-index: 3;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  left: calc(50% + 2em); /*half btn text*/
  margin: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: none;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.loader-wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 7;
  top: 5em;
  opacity: 0;
  visibility: hidden;
}
.qsub .ploader {
  opacity: 0;
  visibility: hidden;
}
.qsub:not(.qsub1) .ploader {
  left: 0;
  right: 0;
  margin: auto;
}
.ajax-loader.sloader {
  width: 1.5em;
  height: 1.5em;
  margin: -2em 2em 0 auto;
  opacity: 0;
  visibility: hidden;
}
.ajax-loader {
  width: 2.5em;
  height: 2.5em;
  position: relative;
  margin: auto;
}
.db-loader {
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: 5em;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.ajax-loader::after, .db-loader::after {
  content: " ";
  display: block;
  width: 60%;
  height: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  border-radius: 50%;
  border: .25em solid #0071BC;
  border-color: #0071BC transparent #0071BC transparent;
}
.ajax-loader.sloader::after {
  border-width: .18em;
}
.ajax-active:not(.searching) .loader-wrap, .pdf-working .db-loader {
  opacity: 1;
  visibility: visible;
}
body.searching .ajax-loader.sloader, body[data-subload=".vlist"].ajax-active .qsub2 .ploader, body[data-subload=".ilist"].ajax-active .qsub3 .ploader {
  opacity: 1;
  visibility: visible;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
  opacity: 1;
}
.ajax-active:not(.searching) .ajax-loader:after, body.searching .ajax-loader.sloader::after, body[data-subload=".vlist"].ajax-active .qsub2 .sloader::after, body[data-subload=".ilist"].ajax-active .qsub3 .sloader::after, .pdf-working .db-loader {
  animation: ring-spin .75s ease-in-out infinite;
}
@keyframes ring-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
form *::-webkit-input-placeholder {
  color: #8f8f8f;
  font-weight: 300;
}
form *::-moz-placeholder {
  color: #8f8f8f;
  font-weight: 300;
}
form *:-ms-input-placeholder {
  color: #8f8f8f;
  font-weight: 300;
}
form *:-moz-placeholder {
  color: #8f8f8f;
  font-weight: 300;
}
/*-------------COMPATIBILITY----------------*/
.transparent {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.transform {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.display-inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*-----IE ONLY-----*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}
/*RESPONSIVE*/
/*RETINA IMAGES*/
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
}
@media (min-width: 2000px) {
  .mast {
    font-size: 1.2em;
  }
  main {
    margin-top: 6.75em;
  }
}
@media (min-width: 1301px) {
  .drag-wrap:not(.clipped), .drag-wrap2 {
    /* clip-path:polygon(10px 0, 100% 0, 1000% 100%, 0px 100%); */
    overflow: hidden;
  }
  .drag-wrap.clipped {
    overflow: hidden;
    /* clip-path:polygon(10px 0, 100% 0, 1000% 100%, 0px 100%); */
  }
}
@media (max-width: 1400px) {
  .drag-wrap2, .drag-wrap {
    margin-left: 3em;
    margin-right: 3em;
    width: calc(100% - 6em);
    overflow: hidden;
  }
  .scontrols {
    width: 100%;
    left: 0;
  }
  .scontrols a {
    font-size: .85em;
  }
}

@media (max-width: 1300px) {
  .fill-left {
    right: calc(50% + 5em);
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .mega .cols {
    display: block;
  }
  .mega .cols>div {
    width: 100%;
  }
  .mega .info {
    display: flex;
    column-gap: 2em;
    align-items: center;
    padding-bottom: 1.5em;
  }
  .mega .info p {
    padding-bottom: 0 !important;
  }
  .meg-menu {
    border-left: 0;
    padding-left: 0;
    border-top: solid 1px;
    padding-top: 1.5em;
  }
}
@media (max-width: 1200px) {
  .dd-multi {
    row-gap:1em;
  }
  .dd-multi select {
    width: calc(50% - 1em);
  }
  .allres .dd-tag.resting {
    display: none;
  }
  .qsub1 .pre {
    padding-top: 1.5em;
  }
  .qsub1 .sort-wrap {
    text-align: left;
    margin-bottom: 1em;
  }
  .allres .loader-wrap {
    position: relative;
    height: 0;
  }
  .allres .ploader.global {
    top: 0;
  }
}
@media (max-width: 1100px) {
  .lang.inline {
    display: none;
  }
  .h-rt {
    max-width: 42em;
  }
  h2 {
    font-size: 2.5em;
  }
  .product h1 {
    padding: 5.5rem 0 0;
    background-position: top left;
  }
  .product .related ul {
    column-count: 2;
  }
  .ntiles .title {
    font-size: 1.31325em;
  }
  .ntiles .btn-right span {
    font-size: 1.125em;
  }
  .tab.row .body {
    width: 64%;
  }
  .tab .img {
    width: 36%;
  }
  .pop-out .box {
    width:calc(50% - 1.5em);
  }
  .pds .filters a {
    font-size: 1em;
  }
  .itiles .tile {
    width: 33.333%;
  }
  .plist .tile h3 {
    font-size: 1.25em;
  }
  .nav-top li {
    padding: 0;
  }
  .atiles .tile .bt-hv {
    font-size: .875em;
    padding: 1em;
  }
}
/* Primary Break */
@media only screen and (max-width: 900px) {
  .mega .bod {
    padding: 1em 6em 4em 1.5em;
  }
  .nav-top, .mega::after, .meg-menu li.btn-out {
    display: none;
  }
  .h-rt {
    padding-left: 2em;
  }
  .m-nav {
    margin-left: auto;
  }
  .mast {
    padding: .5em 0;
  }
  .logo {
    width: 9em;
  }
  main {
    margin-top: 4.25rem;
  }
  .mega .width {
    width: 100%;
    max-width: 100%;
  }
  .mega .stick {
    width: 4.25em;
    display: flex;
    flex-direction: column;
  }
  .mega .closer {
    font-size: 1.25em;
    padding-top: 1em;
  }
  .mega .cols {
    padding-top: 0;
  }
  .mega .menu-social-container {
    margin-top: 2.75em;
  }
  .lang {
    order: 3;
    background:none;
    padding-top: 0;
    margin-top: 2em;
  }
  .lang a:first-of-type {
    margin-bottom: 1.25em;
  }
  .lang a {
    font-size: .75em;
  }
  .mega .info p:not(:first-of-type) {
    display: none;
  }
  input[type].sfield {
    padding: .8em 2em .8em 1em;
  }
  .mega .info {
    padding-bottom: 4em;
  }
  .mega .s-wrap {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 4em;
    width: 100%;
  }
  .mega .info img {
    width: 9em;
  }
  .meg-menu .menu>li>a {
    color: #fff;
  }
  .meg-menu .menu>li.current_page_item>a, .meg-menu li.mn-back>a {
    color: #29ABE2;
  }
  .meg-menu li.mn-back>a {
    text-transform: uppercase;
  }
  #menu-mega {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
  }
  .mega ul.menu li {
    padding-bottom: .6125em;
  }
  .mega ul.menu .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  #menu-mega>li:first-of-type ul {
    padding-top: .6125em;
  }
  #menu-mega li:not(:first-of-type)>.sub-menu {
    transition: all 0.5s ease;
    left: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 100%;
  }
  .meg-menu li.menu-item-has-children>a::after, .meg-menu li.mn-back>a::before {
    content: " ";
    background: url('img/icons/caret-rt2-w.svg') no-repeat center;
    background-size: auto 70%;
    position: relative;
    display: inline-block;
    margin-left: .5em;
    width: .5em;
    vertical-align: middle;
    height: 1em;
  }
  .meg-menu li.mn-back>a::before {
    margin-left: 0;
    margin-right: .5em;
    background-image: url('img/icons/caret-rt2-lb.svg');
    transform: rotate(180deg);
  }
  .meg-menu .menu>li:nth-child(1)>a::after {
    display: none;
  }
  /* .nav-top .sub-menu li a {
    display: inline-block;
  }
  .nav-top .sub-menu li {
    text-align: left;
  } */
  #menu-mega .sub-menu.sub-on {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .show-sub #menu-mega {
    transform:translateX(-100%);
    overflow: visible;
  }
  .mob-strip {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 12;
    background-color: #273A80;
    height: 2.875em;
  }
  .mega .phone-fix, .mob-strip .btn-out {
    position: fixed;
    z-index: 13;
  }
  /* .meg-menu .btn-out {
    position: fixed;
    z-index: 13;
    left: 1rem;
    bottom: .6125em;
    padding-bottom: 0 !important;
  } */
  .mob-strip .btn-out {
    left: 1rem;
    bottom: .6125em;
  }
  .mega .phone-fix {
    right: 1rem;
    bottom: .875rem;
    font-size: .875em;
    color: #fff;
  }
  .phone-fix a {
    text-decoration: none;
    color: #fff;
  }
  .phone-fit a:hover {
    text-decoration: underline !important;
  }
  .mega .ls-clear {
    top: 1em;
  }
  /*end menu*/
  .column {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.25em;
  }
  .row>.column:first-of-type, .stiles .width {
    padding-top: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .mp-lt {
    padding-left: 0 !important;
  }
  .mp-rt {
    padding-right: 0 !important;
  }
  .vcent, .row.invert {
    display: block;
  }
  .bfx br, .para-left, .about2 .kscroll, .sol4 .pprev.none, .sol2 .last {
    display: none;
  }
  .modal-wrap {
    padding: 40px;
  }
  .modal-box {
    max-width: 592px;
    width: 100%;
    padding: 60px 40px;
  }
  .modal-close {
    right: 16px;
  }
  .pds .filters .inner {
    margin: 0 auto;
  }
  .pbod1 {
    margin-top: 3em;
  }
  .pbod2 {
    padding: 0;
  }
  .pbod2 .width {
    padding-top: 0;
  }
  .list-info>div {
    padding-bottom: 2em;
  }
  .product .right {
    padding-top: 2em;
  }
  .ppager-wrap {
    padding-top: 1em;
  }
  .pbod2 .width>div {
    padding-bottom: 3em;
  }
  .ppics {
    width: 31.25em;
    max-width: 100%;
  }
  .ntiles .tile, .stiles .tile, .plist:not(.min) .tile, .plist:not(.bcar) .tile {
    width: 50%;
  }
  .bcar.plist .tile {
    width: 28em;
  }
  .car3 .width {
    padding: 4em 0 6em;
  }
  .tabs {
    width: 100%;
    padding: 2em 0 0 0;
  }
  .tabs .body {
    padding-right: 1.75em;
  }
  .plist.min .tile, .sol4 .last.pprev {
    max-width: 24em;
  }
  .fill-left {
    position: relative;
    width: calc(100% - 3.75rem);
    padding-top: 60%;
    margin-bottom: 3em;
    border-radius: 1.875em;
    height: 0;
    left: inherit;
    right: inherit;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .about3 .fill-left {
    background-position: top center;
  }
  .about3 {
    padding: 3em 0 5em;
  }
  .about3 .width {
    padding-top: 2em;
  }
  .bpre .last {
    float: none;
  }
  footer, .legal, .ind2 h2 {
    padding-bottom: 0;
  }
  .trio .left h3 {
    display: none;
  }
  footer .trio .width {
    max-width: 18em;
    padding: 3em 0 .5em;
  }
  .trio .left {
    text-align: center;
    border-bottom: solid 1px #29ABE2;
    padding-bottom: 1.5em;
  }
  .trio .menu-social-container ul {
    justify-content: center;
    column-gap: 8%;
    padding-top: 0;
  }
  .trio .mid .widget {
    padding-top: 1.25em;
  }
  #block-9, #block-7 {
    padding-bottom: 1.5em;
  }
  .trio h3 {
    padding-bottom: .5em;
  }
  .trio .mid ul {
    column-count: 2;
    column-gap: 1em;
  }
  .trio .mid li {
    padding-bottom: .5em !important;
  }
  .trio .right {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap:1em;
    align-items: center;
    justify-content: center;
    padding: 1.5em 0 0;
  }
  .trio .right img {
    /* max-height: 4.5em; */
    height: auto;
    width: auto;
  }
  .legal {
    background-color: transparent;
  }
  .legal .width {
    display: block;
    width: 100%;
  }
  .legal .right, #nav_menu-6 {
    padding: 1em 0;
  }
  .legal .menu {
    display: block;
  }
  .legal li:not(:last-of-type), .legal .right p:not(:last-of-type) {
    padding-bottom: .675em;
  }
  #nav_menu-6 {
    background-color: #273A80;
  }
  #nav_menu-6>div, .legal .right {
    width: calc(100% - 3.75rem);
    margin: auto;
    display: block;
  }
  .bcar.has-logos .item img {
    max-width: 12em;
    max-height: 4em;
  }
  .bfam .width, .home6 .width {
    padding-top: 4em;
  }
  .pds .filters {
    width: 24em;
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 2em;
  }
  .atiles .grid, .itiles .grid {
    margin: 0 -.75em;
  }
  .atiles .tile, .itiles .tile {
    padding: 0 .75em;
    margin-bottom: 1.5em;
    width: 50%;
  }
  .hlogo {
    width: 15em;
    max-width: 80%;
    padding: 1em 1em 1em 0;
  }
  .tile .exp-btn {
    font-size: 1.125em;
  }
  .hm-hero .america {
    margin-top: 1.5em;
  }
  .home2 {
    background: url('img/home-base2-min.svg') no-repeat center;
    background-size: cover;
  }
  .home2 .width {
    padding: 3.125em 0;
    /* min-height: 69em; */
    display: block;
  }
  .home2 h2 {
    color: #fff;
    text-align: center;
  }
  .tabbed.htabs .key {
    display: none;
  }
  .htabs .tabs {
    padding-top: 1.25em;
  }
  .htabs .tabs .tab {
    display: block;
  }
  .htabs .tabs .tile {
    margin: 0 auto .625em auto;
  }
  .htabs .tile .bod {
    display: flex;
    flex-direction: column;
  }
  .htabs .tile {
    width: 17.1785em;
  }
  .htabs .tile.active {
    width: 18.75em;
  }
  .htabs .tile h3 {
    order: -1;
    cursor: pointer;
    font-size: 1.25em;
    padding: 0;
    position: relative;
  }
  .htabs .tile .thumb {
    height: 13.125em;
    margin: 1em calc(-1.5em + 1px) 1.5em;
    padding-top: 0;
  }
  .htabs .tile .btn-right {
    padding-top: 1em;
  }
  .htabs .tile .bod {
    padding: .875em 1.5em;
  }
  .htabs .tile.active .bod {
    padding: .875em 1.5em 1.5em 1.5em;
  }
  .htabs .tile .bod>p, .htabs .tile .bod .btn-right, .htabs .tile .thumb {
    display: none;
  }
  .vlist .tile .thumb, .ilist .tile .thumb {
    display: block;
  }
  .htabs .tile h3::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .65em;
    height: .65em;
    background: url('img/icons/plus.svg') no-repeat center;
    background-size: contain;
  }
  .htabs .tile.active h3::after {
    background-image: url('img/icons/minus-b.svg');
  }
  .hm-hero .width {
    padding-bottom: 8em;
  }
  .home4 .last {
    padding: 1.5em 0;
    margin-top: 2em;
  }
  .home4 .last::after {
    left: -1em;
    right: -1em;
    width: auto;
    border-radius: 1.875em;
  }
  .allres .loader-wrap {
    top: 7.5em;
  }
  .calc-wrap .inner-split .right {
    padding-top: 3em;
  }
  .nav-calc ul.menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2em;
  }
  .nav-calc .menu>li {
    width: calc(50% - 1em);
  }
  .nav-calc .sub-menu {
    padding: .5em 0 0 1.25em;
  }
  .nav-calc .sub-menu li {
    padding-bottom: .5em;
  }
  .about2 .sub3 {
    padding-bottom: 2em;
  }
  .doc-item h3 {
    font-size: .875em;
  }
  .dbuild.step5 .btn-wrap.back {
    padding: 0 0 1.5em;
  }
  .db-wrap, .dbuild.step5 .width {
    min-height: 28em;
  }
  .atiles .tile .bt-hv {
    font-size: 1em;
  }
}
/* Smartphones | <480px */
@media only screen and (max-width: 700px) {
  .tile a, .tile a::after {
    border-radius: 1em;
  }
  .pfeat {
    display: none;
  }
  .banner.aff-hero, .banner.pf-hero {
    min-height: 20em;
  }
  .atiles .tile .inner, .plist .tile .inner {
    border-radius: 0 0 1em 1em;
  }
  .atiles .tile .thumb, .atiles .tile .thumb::after, .plist .tile .thumb, .plist .tile .thumb::after {
    border-radius: 1em 1em 0 0;
  }
  .stiles .tile h3 {
    font-size: 1.5em;
  }
  .ntiles .tile {
    width: 30em;
    max-width: 100%;
  }
  .blog .mover a {
    font-size: 1em;
  }
  .pop-out .box {
    width: 100%;
    max-width: 30em;
  }
  .pop-out .trig {
    left: .5em;
  }
  .pop-out h3 {
    margin-left: 0;
  }
  .row.pop-out {
    row-gap:2em;
  }
  .bcar.plist .tile {
    width: 22em;
  }
  .plist:not(.min) .tile {
    width: 24em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .assc1 .glossary ul {
    column-count: 1;
  }
}
@media only screen and (max-width: 600px) {
  h2, .bcar.head-bg h2 {
    font-size: 2.125em;
  }
  .fold h3 {
    font-size: 1.3125em;
  }
  .bpre h2 {
    padding-bottom: .125em;
    max-width: 100%;
    font-size: 2em;
  }
  .h2-alt h2, .psingle .quote p:nth-child(1) {
    font-size: 1.75em;
  }
  .tabs .tab {
    flex-wrap: wrap;
  }
  .tab.row .body, .tab.row .img {
    width: 100%;
    padding-right: 0;
  }
  .sol1.imod .tab.row .img {
    display: none; /*hide tab img for ind child on mobile stack*/
  }
  .pds .controls {
    flex-wrap: wrap;
  }
  .pds .controls>* {
    width: 100%;
  }
  .pds .controls .sort-wrap {
    margin-top: 1em;
  }
  .pds .loader-wrap {
    top: 7em;
  }
  .achild .box li {
    line-height: 1.6;
  }
  .bcar.head-bg h2 {
    min-height: inherit;
    padding-bottom: .25em;
  }
  .bcar.head-bg::before {
    height: 12em;
  }
  .db-nav span {
    font-size: 1em;
  }
  .doc-item .view, .doc-item .trash {
    width: 1.125em;
    height: 1.125em;
  }
  .db-list .doc-item {
    column-gap: 1em;
    padding: .5em 1em .5em 3em;
  }
  .doc-item .dragger {
    width: 1.125em;
    left: 1em;
  }
  .doc-item h3 {
    width: calc(100% - 4.25rem);
  }
  .db-pre-list .col1, .db-pre-list .btn-add a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 500px) {
  .stick-pair, .kscroll .fade-up, .kscroll .fade-dn {
    display: none;
  }
  .cookies .width {
    flex-wrap: wrap;
  }
  h1, .banner .title {
    font-size: 2.5em;
  }
  .cookies .btn-wrap {
    padding-top: 1em;
  }
  .stiles .tile h3, .itiles .tile h3 {
    font-size: 1.25em;
  }
  .fix-chrome-xl-text, .bx-wrapper p {
    -webkit-text-size-adjust: 100%
  }
  .ptiles .tile, .plist .tile, .atiles .tile {
    width: 100%;
  }
  .atiles .tile .bt-hv {
    padding: 2em 1em;
  }
  .modal-box {
    max-width: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
  }
  .modal-wrap {
    padding: 0;
  }
  .blog .mover .home, .home6 h2 em::after, .america {
    display: none;
  }
  .bpre .first {
    padding-left: 1.5em;
    padding-bottom: 0;
  }
  .itiles .tile .inner {
    padding: 1.875em 1em;
  }
  .scontrols {
    display: none;
  }
  .drag-wrap, .drag-wrap2 {
    margin: 0 -.5em;
    width: 100%;
  }
  .bcar.itiles .tile {
    width: 11em;
    padding:.5em;
  }
  .home6 h2 {
    text-align: center;
  }
  .dlist .drow {
    padding-left: 2em;
    padding-right: 1em;
    background-position: .5em center;
  }
  .pds.allres .filters a {
    font-size: 1.125em;
    line-height: 1.1;
  }
  .dd-multi {
    padding-right: 0;
  }
  .dd-multi select {
    width: 100%;
  }
  .clear-dd {
    position: relative;
  }
  .cform .box {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .nav-calc .menu>li {
    width: 100%;
  }
  .dbs-action {
    flex-wrap: wrap;
  }
  .dbs-action .col2 {
    padding: 1em 0 0;
    width: 100%;
  }
  .ptiles.wide .thumb {
    background-position: top center;
  }
}
