/* Imports ---------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/


//@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
//@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");


@font-face {
    font-family: 'Roboto';
    src:  url('/Fonts/Roboto-Regular.woff2');
}

@font-face {
    font-family: 'Poppins';
    src:  url('/Fonts/Poppins-Regular.woff2');
}





/* Variables -------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

:root {
  /* Primary */
  --primaryBrightBlue: hsl(212, 85%, 48%);
  --primaryLightBlue: hsl(209, 94%, 86%);
  --primarySoftBlue: hsl(209, 100%, 36%);
  --primarySoftGreen: hsl(143, 100%, 42%);

  /* Neutral */
  --neutralGray: hsl(218, 11%, 42%);
  --neutralGrayMedium: hsl(210, 57%, 91%);
  --neutralGrayMediumLight: hsl(214, 19%, 65%);
  --neutralGrayLight: hsl(208, 95%, 92%);
  --neutralDarkGray: hsl(219, 12%, 28%);
  --neutralDarkGrayAlpha: hsla(219, 12%, 28%, 100%);
  --neutralWhite: rgb(255, 255, 255);

  /* Background */
  --backgroundBlue: #0066b4;

  --zbackgroundBlue: linear-gradient(
    90.42deg,
    hsl(209, 100%, 36%) 100%,
    hsl(209, 100%, 36%) 100%
  );
  --backgroundGray: hsl(0, 0%, 98%); 

 /* Background */
 --standardBorderColor: hsl(0, 0%, 92%);

  /* Shadow */
  --standardShadow: 0 0.4rem 2.4rem rgba(51, 78, 104, 0.4);

  /* Fonts */
  --default-font-size: 1rem;
  --default-font: "Roboto", "Helvetica", "Arial", sans-serif;
  --caption-font: "Poppins", "Helvetica", "Arial", sans-serif;
}

/* Defaults --------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/


*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
}

:target:before {
	display: block; 
 	content: " "; 
  	height: 120px;
	margin-top: -120px;
	visibility: hidden; 
}

html {
  font-size: 16px;
  overflow-y: overlay;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: var(--default-font);
  font-size: var(--default-font-size);
  color: var(--neutralGray);
  line-height: 1rem;
  letter-spacing: 0.5px;
  font-display: fallback!important;

}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon-checkmark-outline {
    width: 3.2em;
    height: 3.2em;
    fill: var(--primarySoftBlue);
}
.social-icon {
    height: 1.5rem;
    width: 1.5rem;
    padding-right: 10px;
}
.footer-icon {
    padding-right: 10px;
}
.download-lcon {
    position: relative;
    top: 2px;
}
.accordian-icon {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 3em;
    width: 3em;
    fill: #fff;
}


/* BASIC ELEMENTS */
p {
    font-size: 1rem;
    color: var(--neutralGray);
    line-height: 1.8;
    margin: .8rem 0 1.2rem 0;
}

p strong {
    font-weight: 600;
    color: var(--neutralDarkGray);
}

a {
  text-decoration: none;
  color: var(--primarySoftBlue);
}

button {
  color: var(--primarySoftBlue);
  border: 1px solid var(--primarySoftBlue);
  display: inline-block;
  font-size: 1rem;
  border-radius: 0.4rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

ul {
  list-style: none;
}

li {
  //display: flex;
  align-items: center;
  color: var(--neutralGray);
  padding: 1.2rem 0;
}

/* HEADINGS */
h1 {
  font-size: 3rem;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.2;
  color: var(--neutralDarkGray);
  margin-bottom: 3.2rem;
}
h2 {
  font-size: 2rem;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1;
  color: var(--neutralDarkGray);
  margin: 2rem 0 1rem 0;
}

h2:nth-child(1) {
  margin-top: 0; 
}

h3 {
  font-size: 1.5rem;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutralDarkGray);
  margin-bottom: 1rem;
}

.heading-tertiary {
   padding-top: 0!important; 
}
h4 {
  font-size: 1rem;
  font-family: var(--caption-font); 
  line-height: 1.4;
  color: var(--neutralDarkGray);
  margin-bottom: -.5em;
  padding-top: 1em;
}
h5 {
  font-size: .8rem;
  font-family: var(--caption-font); 
  line-height: 1.4;
  color: var(--neutralDarkGray);
  margin-bottom: 1rem;
}
h6 {
  font-size: .6rem;
  font-family: var(--caption-font); 
  line-height: 1.4;
  color: var(--neutralDarkGray);
  margin-bottom: 1rem;
}
.tt-bold {
    font-weight: 400;  
}
.bold-blue {
    font-weight: 600;
    color: var(--primarySoftBlue);
}

.heading-secondary::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.4rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background-color: var(--primarySoftBlue);
}

.fixed-width-wrapper {
  max-width: 75rem;
  margin: 0 auto!important;
  padding: 4rem 1rem 0rem 1rem; /* changed top padding from zero so not customised pages display correctly */
}
/* This will allow content (banners) to overflow the max-width of 1240px */

.main-content-body.fixed-width-wrapper {
    //max-width: unset;
    //margin: 0;
    //padding: 0;
    //margin-top: 4rem;
    /* min-height: 100vh; */
}

.hero-svg {
    margin-top: 6em;
}
@media (min-width: 62em) {
    .has-side-menu {
        padding-right: 23em;
    }
}

.content_banner_container {
    margin: -6rem -999px 0rem -999px;
    height: 330px;
    background-image: url('/assets/images/backgrounds/default-bg.png');
    background-size: auto;
    background-position: center;
}

.align-left, .align-right {
    margin: 10px;
    border: solid 1px var(--neutralGrayMedium);
    padding: 10px;
    margin-bottom: 2em;
}
.align-left {
    float: left;
    margin-right: 2em;
    
}
.align-right {
    float: right;
    margin-left: 2em;
}
.clear {
    clear: both
}

.content_banner_container h1::after {
    content: "";
    display: block;
    width: 4rem;
    height: 0.4rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    background-color: var(--primarySoftBlue);
}

.content_banner_container h3 {
    color: hsl(0deg 0% 100%);
    font-size: 1.2rem;
    max-width: 75rem;
    margin: 0 auto;
    padding-top: 0em;
}
#content_banner {
    margin: 0 auto;
    display: block;
    max-width: 75rem;
    padding-top: 110px;
    //padding-left: 10px;
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 75%);
}

.fp-header {
    color: var(--neutralDarkGray)!important;
    text-shadow: none!important;
    padding-top: 2em;
    padding-bottom: 1rem;
    padding-left: 0!important;
}

.content-hero {
    max-width: 100%;
    margin: 1em auto;
}

.list__item-tick {
  display: flex;
  align-items: center;
  color: var(--neutralGray);
  padding: 1.2rem 0;
  font-weight: 600;
}

.list__item-tick::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  background-image: url("../images/objects/tick-circle.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.content li a {
    padding-right: .8rem;
}

.help_links li {
	padding: 0.4rem 0;
}

/* Buttons ---------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

input.ui-button{
    padding: 4px 22px;
}

.ui-button{
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    xtext-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 22px;
    background: #FFFFFF;
    vertical-align: middle;
    line-height: 28px;
    min-height: 30px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 4px;
    transition: background .15s ease-in-out,color .35s ease-in-out;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 500;
}
.ui-button:hover{
    background-color: #ededed;
    outline: 0;
    background-image: none
}
.ui-button:focus{
    background-color: #f5f5f5;
    //color: #444;
    outline: 0;
    text-decoration: none
}
.ui-button:active{
    background-color: #f5f5f5;
    color: #666;
    border-color: rgba(0,0,0,.3) rgba(0,0,0,.2) rgba(0,0,0,.2);

}
.ui-button-primary{
    color:#fff;
    background:#0066b4;
    border-color:rgba(0,0,0,.2);
}
.ui-button-primary:hover{
    background:#005CA2;
}
.ui-button-primary:focus{
    background-color:#3385C3;
}
.ui-button-primary:active{
    background-color:#005CA2;
}

/* Flexbox ----------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.flex {
	display: flex;
}

.flex-col2,
.flex-col2-reverse {
	display: flex;
	align-items: center;
	grid-gap: 2rem;
}

.flex__item {
	width: 100%;
}

.flex-col2.lazy-load,
.flex-col2-reverse.lazy-load {
	opacity: 0;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

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

.flex__item--100 {
	flex-basis: 100%;
}

/* Images ----------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.animated-image {
	display: block;
	height: auto;
	width: 100%;
	max-width: 56rem;
	margin: 0 auto;
}

.standard-image {
	display: block;
	height: auto;
	width: 100%;
	max-width: 40rem;
	margin: 0 auto;
}

/* Nav -------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	box-shadow: var(--standardShadow);
	background: var(--neutralWhite);
	z-index: 10;
    
}

.header-blur {
    background: rgba(255,255,255,.75)!important;
    -webkit-backdrop-filter: blur(8px);
    -o-backdrop-filter: blur(8);
    -moz-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.header__content {
    max-width: 75em;
    margin: 0 auto;
    position: relative;
    left: -8px;
}

.header__dropdown {
	background-color: var(--neutralWhite);
	width: 100vw;
}

.header__dropdown .dropDown__header {
	display: none;
}

.header__dropdown .dropDown__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	max-width: 124rem;
	margin: 0 auto;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 124rem;
	margin: 0 auto;
	color: var(--neutralWhite);
	z-index: 1;
}

.nav__logo-link {
	line-height: 0;
	margin-right: auto;
}

.nav__logo {
	width: auto;
	height: 4rem;
	//margin-bottom: 15px;
}

.nav__hamburger {
	margin-left: auto;
	display: none;
	cursor: pointer;
}

.nav__hamburger-icon {
  height: 2rem;
  width: 2rem;
  fill: var(--primaryBrightBlue);
}

.nav__list {
	display: flex;
	align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav__list-item a {
    text-decoration: none;
}

.nav__list-item {
	display: flex;
	user-select: none;
}

.nav__list-item a:not(.ui-button) {
    color: var(--neutralGray);
    border-bottom: solid 2px transparent;
}

.nav__list-item > a:not(.ui-button):hover {
    color: var(--primarySoftBlue);
    border-bottom: solid 2px var(--primarySoftBlue);
}

.nav__link.has-submenu::after {
    display: inline-block;
    content: url(/images/tt4/icons/icon-chevron-down.svg);
    font-size: 1.2rem;
    font-weight: 400;
    margin-left: .2rem;
    cursor: pointer;
    position: absolute;
    top: -3px;
    height: 12px;
    width: 12px;
}

.nav__link.has-submenu.highlighted::after {
    content: url(/images/tt4/icons/icon-close.svg);
    top: 0;
    height: 16px;
    width: 16px;
}

.nav__list-item a .sub-arrow {
    display: none;
}

.nav__list-item a:not(.ui-button) {
    border-bottom: solid 2px transparent;
    text-align: left;
}

.nav__list-item:not(:last-child) {
	margin-right: 2rem;
}

.nav__icon {
	height: 1rem;
	width: 1rem;
	fill: var(--neutralWhite);
	margin-left: 0.4rem;
}
path.svg-icon {
    fill: var(--neutralDarkGray);
}
.megamenu__items a:hover path.svg-icon {
	fill: var(--primarySoftBlue)!important;
}

#productsmegamenu {
	position: fixed;
	top: 4.5rem;
	width: 100vw;
	left: 0;
    color: var(--neutralGray);
}
.menu-scroll {
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: row;
    max-height: 75vh;
    overflow-y: auto; 
    overflow-x: hidden;
}

.productsmegamenu__content {
	display: flex;
	position: relative;
	max-width: 124rem;
	margin: 0 auto;
	padding: 0 2rem;
	justify-content: space-between;
	background: var(--neutralWhite);
	box-shadow: var(--standardShadow);
	border-radius: .4rem;
}
#products-menu:before {
    right: 600px;
}
#solutions-menu:before {
    right: 500px;
}

/* Triangle at the top of productsmegamenu__content */
.productsmegamenu__content::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -.8rem;
    left: 42%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1rem 1.2rem 1rem;
    border-color: transparent transparent var(--neutralWhite) transparent; 
}

.megamenu {
	position: fixed;
	top: 4.5rem;
	width: 100vw;
	right: 0;
    color: var(--neutralGray);
}
.smallmenu{
    max-width: 12rem;
}
.smallmenu .menu-scroll {
    display: block;
    padding-top: 2rem;
}
.flex-left {
    justify-content: left!important;
    flex-direction: row!important;
}

.megamenu__content {
	//display: flex;
    position: relative;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 2rem 2rem 2rem;
    //justify-content: space-evenly;
    background: var(--neutralWhite);
    box-shadow: var(--standardShadow);
    border-radius: .4rem;
    //flex-wrap: nowrap;
    //flex-direction: row;
}

.megamenu__content::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -.8rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1rem 1.2rem 1rem;
    border-color: transparent transparent var(--neutralWhite) transparent; 
}

.megacolumn {
	margin: 2rem;
}

.megacolumn h3{
    font-size: 1.6rem;
    font-weight: 400;
    border-bottom: 1px solid var(--neutralGrayMedium);
    padding: 1.2rem 0;
    text-transform: uppercase;
    color: var(--neutralGrayMediumLight);
}

.megacolumn h4{
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0.4rem 0;
    color: var(--neutralGrayMediumLight);
}

.megacolumn a .itemtitle{
    color: var(--neutralDarkGray);
    font-weight: 500;
}

.megacolumn .itemtitle span{
	margin-right: .8rem;
}

.megacolumn nav a{
	margin: 1.4rem 0;	
}

.megamenu__category-title {
	font-weight: 400;
	border-bottom: solid 1px var(--neutralDarkGray);
	margin-bottom: 0.4em;
	margin-top: 1.4em;
	margin: 1.4em 0 0.4em 0;
	padding-bottom: 0.2em;
}


.megamenu .itemtitle {
	color: var(--neutralDarkGray);
	font-weight: 400;
}

.megamenu__item-title {
	color: var(--neutralDarkGray);
	font-weight: 400;
}
.megamenu__item-title svg {
    position: relative;
    top: 2px;
}

.megamenu__item-description {
	font-size: .8rem;
    color: var(--neutralGrayMediumLight);
    margin: .5em 1em 1em 0;
    font-weight: 200;
}
.megamenu__category:not(#learn-menu .megamenu__category) {
	width: 30%;
}
.nav_industries-item {
	padding: 10px 10px;
}
.megamenu__items a:hover span.megamenu__item-title {
	color: var(--primarySoftBlue)!important;
}
.why-physical-item {
	display: block;
}
.banner__icon, .product {
	display: inline-block;
}
.product__paragraph {
	line-height: 1.2rem;
}
.productDownLoadCard__heading {
    padding: 1em 0;
}
#why-item-container {
	margin: 0 10%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

/* Side menu -------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.side_menu {
	position: absolute;
	display: block;
	width: 23rem;
	top: 25rem;
    right: 0;
}

#headerSlideContainer {
	position: absolute;
	top: 115px;
}

.side_menu .nav li {
	border-bottom: .1rem solid var(--neutralGrayMedium);
	width: 20rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.side_menu .nav li a{
	color: var(--neutralGray);
}

.side_menu .nav {
	flex-direction: column;
	align-items: flex-start;
	color: var(--neutralGray);
	padding: 0;
}

/* Banner ----------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.banner {
	margin-left: -9999px;
    margin-right: -9999px;
	position: relative;
	background-size: cover;
	background: var(--backgroundBlue);
}

.banner--lightBg {
	background: none;
	background-color: var(--backgroundGray);
	border-top: .1rem solid var(--standardBorderColor);
	border-bottom: .1rem solid var(--standardBorderColor);
}

.banner__content {
	padding: 3.2rem 2rem;
}

.banner--lightBg .banner__content {
	padding: 2rem 2rem;
}

.banner__heading {
	color: var(--neutralWhite);
}

.banner--lightBg .banner__heading {
	color: var(--neutralDarkGray);
}

.banner__heading::after {
	display: none;
}

.banner__paragraph {
	color: var(--neutralWhite);
}

.banner__span {
	display: block;
}

.banner__icon {
	border-radius: 0.6rem;
	padding: 1.2rem;
	background-color: var(--primaryLightBlue);
    height: 3.2rem;
    width: 3.2rem;
    margin: auto;
}

.banner__icon-svg {
	height: 3.2rem;
	width: 3.2rem;
	fill: var(--primarySoftBlue);
}

.banner__banner-form {
	display: flex;
}

.banner-form__input {
	border: none;
	border-radius: 0.4rem 0 0 0.4rem;
	padding: 0 0.8rem;
	font-size: 1rem;
	width: 100%;
}

.banner-form__input::placeholder {
	color: var(--neutralGray);
}

.banner-form__button {
	border-radius: 0 0.4rem 0.4rem 0;
	flex-shrink: 0;
}

/* Form ------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.WizardPage {
    /* removes default spacing around forms */
    /* padding: 0px; */ 
}

.WizardPage h2 {
    font-size: 1.2rem;
}

form {
	max-width: 53rem;
}


.Form_CaptionColumn {
	padding: 10px 0px;
}

.Form_FieldColumn {
    white-space: nowrap;  /* disable the form wraping as narrow screens make the alignment mess up */
    margin-left: -15px;   /* offset so the mandatory field marker is pushed to the left and doesn't mess up the layout on narrow screens  */
}

.Form_FieldColumn a {
	margin: 2rem 0;
	display: block;
}

.Form_FieldColumn input {
	font-size: var(--default-font-size);
}

.Form_FieldColumn textarea {
	font-size: var(--default-font-size);
}

.Form_FieldColumn select {
	font-size: var(--default-font-size);
}



/* Avatar-----------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.avatar {
	display: flex;
	align-items: center;
}

.avatar__img {
	height: 5.4rem;
	width: auto;
	//border-radius: 50%;
	margin: .5rem 1.2rem;
}

.avatar__paragraph {
	font-size: .8rem;
    line-height: 1.2rem;
    margin: 0;
}

.avatar__span {
	font-size: 1rem;
    line-height: 2rem;
    color: var(--neutralDarkGray);
    display: block;
    font-weight: 600;
}

/* Quote -----------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.quote {
	display: flex;
}

.quote__text {
	color: var(--neutralDarkGray);
	font-size: 1.3rem;
	font-weight: 600;
	max-width: 35rem;
	line-height: 1.2;
	text-align: center;
	margin: 2rem;
}

.quote__mark--open {
	align-self: flex-start;
	height: 4.8rem;
	width: 4.8rem;
	fill: var(--primarySoftBlue);
	min-width: 4.8rem;
	min-width: 3.2rem;
}

.quote__mark--close {
	align-self: flex-end;
	height: 4.8rem;
	width: 4.8rem;
	fill: var(--primarySoftBlue);
	min-width: 3.2rem;
}

#introduction {
    //display: flex;
    //flex-direction: row;
    //flex-wrap: wrap;
    //justify-content: space-around;
    //align-items: center;
    //align-content: flex-start;
}

#introduction object {
    order: 2;
    align-self: auto;
    width: 40%;
    height: auto;
}

#introduction p {
    order: 3;
    align-self: auto;
    width: 50%;
}

#introduction h2 {
    order: 2;
    align-self: auto;
    width: 100%;
}

#introduction #p1 {
    order: 3;
    align-self: auto;
}

#introduction #p2 {
    order: 4;
    align-self: auto;
}

#introduction #p3 {
    order: 5;
    align-self: auto;
}

#introduction #p4 {
    order: 6;
    align-self: auto;
}



/* Product  --------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.product {
	margin: 1rem;
}

.product__heading {
	margin-bottom: 0.4rem;
}

.product__paragraph {
	margin: 0;
}

/* Footer  ---------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
footer {
	background-color: #30373B;
	border-top: 1px solid #222222;
	color: #ffffff;
	padding: 20px 0;
}
.footer__content {
	justify-content: space-between;
}
footer h1, 
footer h2, 
footer h3, 
footer h4, 
footer h5, 
footer p,
footer a {
	color: #ffffff;
}

footer h5 {
    font-size: 1.2rem;
    margin-bottom: .4rem;
    font-weight: 400;
}


footer li {
	font-weight: 200;
	padding: 5px 0;
    font-size: .8em;
    line-height: .8em;

}
footer li .fa {
	padding-right: 10px;
}
#phoneUs {
	font-weight: 600;
}
footer a:hover {
	color: var(--primaryLightBlue);
}

.footer__content {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}
.footer__section {
    /* margin: 1em; */
    min-width: 175px;
    margin-bottom: 24px;
}

#footerConnect li {
	padding-bottom: 20px;
}
.social-twitter:hover {
	color: #55acee;
}
.social-youtube:hover {
	color: #cd201f;
}
.social-linkedin:hover {
	color: #0077B5;
}
#findUs {
	color: #ffffff;
	font-weight: 400;
	padding-right: 10px;
}
#connect .fa {
	font-size: 25px;
}
footer .legal {
	flex-basis: 100%;
	border-top: 1px solid #FFF;
	padding-top: 10px;
	margin-top: 25px;
}
footer .legal p {
	font-size: 11px;
	font-weight: 200;
}
#legalStatement {
	float: left;
}
#legalStatement span {
	display: block;
}
#copyright {
	float: right;
}


/* Styles added in by JS -------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.show {
  opacity: 1 !important;
}

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm {
  position: relative;
  z-index: 9999;
}

/*.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);} */

/* Just for testing */
.sm,
.sm ul,
.sm li {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  flex-wrap: wrap;
}

/* Desktop - 1200px */
@media (max-width: 75em) {
  .sm,
  .sm ul,
  .sm li {
    color: var(--neutralDarkGrayAlpha);
  }
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}
.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm li,
.sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: not-allowed;
}
.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 sans-serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.sm,
.sm *,
.sm *:before,
.sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sm-simple {
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  line-height: 17px;
  text-decoration: none;
}
.sm-simple a.current {
  background: #555555;
  color: white;
}
.sm-simple a.disabled {
  color: #cccccc;
}
.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: normal normal normal 12px/1 FontAwesome !important;
  text-align: center;
  text-shadow: none;
}
.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  /*content: '-';*/
}
.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
}

.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

/* Labels ----------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.pos_header {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 1em;
}

#items-container {
    margin: 1em auto 3em auto;
    width: 100%;
    display: flex;
    grid-gap: 1em 1em;
    grid-template-columns: repeat(auto-fill, 220px);
    justify-content: flex-start;
    flex-wrap: wrap;


}

.resources-grid {
    grid-template-columns: repeat(auto-fill, 350px)!important;
    grid-gap: 1em!important;
}
.resources-grid > a {
    width: calc(33% - 3em);
    padding: 1em;
}

.read-full-link {
    display: block;
}
.resources-date {
    font-size: .8em;
}
#product-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.resources-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 0 0;
}
.product-item, .resources-item {
    height: 100%;
    max-width: 175px;
    border-radius: 0.4rem;
    padding: 5px;
    position: relative;
    //margin :10px;
    border: solid 1px transparent;
    cursor: pointer;
}
.resources-item {
   max-width: none!important; 
   width: 100%;
}

.product-item:hover, .resources-item:hover {
    border: solid 1px var(--neutralGrayMediumLight);
    box-shadow: 0 2px 8px rgba(1,1,1,.25);
    background: hsl(0deg 0% 95%);;
}

.product-image-container {
    height: 120px;
    width: 200px;
    margin: 5px 5px;
}
.product-item img {
    display: block;
    max-height: 100%;
    height: auto;
        width: 165px;
}
.price-label {
    display: none;
    height: 26px;
    box-shadow: var(--standardShadow);
    color: #fff;
    font-weight: 400;
    background-color: var(--primarySoftBlue);
    position: absolute;
    //border-radius: 5px 0 0 5px;
    top: 20px;
    right: -5px;
    padding: 5px;
    z-index: 9999999;
}
.price-label:before {
    content: " ";
    height: 0;
    width: 0;
    border: solid 13px var(--primarySoftBlue);
    border-left: solid 13px transparent;
    position: absolute;
    left: -13px;
    top: 0;
    z-index: -1
}
.product-title, .resources-item h2 {
    margin: .5em 0 1em 0;
    //text-align: center;
    font-weight: 400;
    font-size: 1em;
    padding: .2em;
}
.resources-item h2 {
    font-weight: 600;
    font-size: 1.2em;  
}
.product-item ul {
    padding-left 0px;
    list-style: none;
}
.product-item li {
    padding: .2em;
    font-size: .8rem;
    display: list-item;
    //text-align: center;
}
.btn-product {
    width: fit-content;
    display: block;
    background-color: var(--primarySoftBlue);
    margin: 10px auto;
    font-size: 1.6rem;
    border-radius: 0.4rem;
    padding: 1.2rem 2rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    line-height: 2rem;
    color: #fff;
    display: none;
}
.btn-product:hover {
    transform: scale(1.1);
}
.product-item:hover .product-title, .resources-item:hover .resources-item > h2  {
    color: var(--primarySoftBlue);
}
#filterContainer {
    position: relative;
    border: solid 1px var(--neutralGrayMediumLight);
    padding: 10px;
    width: 200px;
    margin-top: 20px;
    background: #fff;
}
#filterContainer h5 {
    font-size: 1em;
    margin-bottom: 1rem;
}
.filter-option {
    cursor: pointer;
    user-select: none;
    width: fit-content;
    padding: .8rem 0;
    display: flex;
    
}
.filter-option:hover {
    color: var(--primarySoftBlue);
}
.filter-checkbox {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border: 1px solid var(--neutralGrayMediumLight);
    border-radius: 0.4rem;
}
.filter-checkbox[data-filter-selected="true"]:before{
    content: "";
    display: block;
    background-color: var(--primarySoftBlue);
    height: 10px;
    width: 10px;
    margin: 6px;
    border-radius: 50%;
}
#clear-filter {
    font-size: .8rem;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}
#clear-filter:hover {
    color: var(--primarySoftBlue);
}
#benefits-items {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: 50% 50%;
    margin-bottom: 3em;
}
.benefits-item {
    display: grid;
    grid-template-columns: auto 85%;
}

#address-container {
    display: flex;
    grid-gap: 1em;
    flex-wrap: wrap;
}
#map-container {
    max-width: 100vw;
    width: 400px;
    height: 250px;
}




/* Articles --------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.article-item {
    border: solid 1px var(--neutralGrayMediumLight);
    padding: 1em 1em 3em 1em;
    margin: 1em;
    position: relative;
}
.article-item .ui-button-primary {
    position: absolute;
    right: 1em;
    bottom: 1em;
}

.article-title {
    margin: .2em 0;
}
.article-description {
    padding: 1em 0;
}
.article-description p {
    margin: 0 auto;
}


/* Sitemap ---------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#sitemap-container ul {
    padding: .5em 0 .5em 1em;
}

#sitemap-container ul li{
    padding: .5em 0 .5em 1em;
}

/* Products Display ------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

[data-id="80e917f2-5ceb-488c-b25a-3794ad102226"], 
[data-id="46fd0688-d6ac-4332-ba2b-d1b131a11b6b"],
[data-id="cdfa0826-978e-4c54-814b-3fd0e0193a4c"],
[data-id="8bb7cab6-f01e-4b5c-ba0c-d49d1029134e"],
[data-id="e888e67a-deb2-4c33-8b9d-28eb14b40931"] 
{
    display: none;
}
.pos_sku {
    padding: 0!important;
}

.displayGroupParametersTable tr {
    height: 30px;
}
.displaygroup {
    border: none;
}
.secondaryTabs_OverflowContainer {
    display: none!important;
}





#GraphControls button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

#mainTabs_Tabs{
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

}

.tabControl_Tabs {
    padding: 34px 0px 0px 0px;
}

.tabControl_Tabs a, .tabControl_Tabs span {
    padding: 5px 24px 7px 24px;
    /* border: solid #dedede; */
    border-width: 0px;
    background-color: #fff;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
    margin-right: 1px;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    background: -moz-linear-gradient(top,#fff 0,#fff 100%);
    background: -o-linear-gradient(top,#fff 0,#fff 100%);
    text-decoration: none;
    color: #000;
}

.tabControl_Tabs .tabSelected {
    padding: 5px 24px 7px 24px;
    /* margin-bottom: 10px; */
    /* border: solid #dedede; */
    margin-top: 8px; /* controls the space above the secondary tabs menu */
    /* border-bottom: 8px solid red; */
    border-width: 0px 0px 4px 0px;
    white-space: nowrap;
    background-color: #fff;
    text-align: center;
    cursor: default;
    border-radius: 3px 3px 0 0;
    margin-right: 1px;
    border-bottom: 4px solid #005EB8;
    background: unset;; 
    
}


#secondaryTabs_Tabs{
    white-space: nowrap;
    align-items: baseline;
    display: flex;
    justify-content: flex-start;

}

#secondaryTabs_Container{
    display:flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
}

.secondaryTabs_OverflowContainer{
    align-self: flex-end;
    zdisplay: flex;
    justify-content: flex-end;
}



/* Breakpoints -----------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
@media (max-width: 1240px) {
    .header__content {
        max-width: 100vw;
        padding: 0 1em;
    }
    .megamenu__content:not('#learn-menu') {
        margin: 0 2em;
    }

    #content_banner {
        max-width: 100vw;
        padding-left: 1em;
    }
    .content_banner_container h3 {
        max-width: 100vw;
    }
}

/* Desktop - 1200px */
@media (max-width: 75em) {
    .megamenu__content {
        max-height: 75vh;
        //overflow-y: scroll;
    }
	#main-content-body {
		margin-top: 0;
	}
    .content_banner_container {
        //margin: 0 auto;
        //max-width: 100vw!important;
    }

	.header__content {
		//padding: 0;
		overflow-y: hidden;
	}

	
	
    .quote__text {
        max-width: 100vw;
    }
    .banner {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Laptop - 992px*/

@media (max-width: 62em) {

    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
        margin: 2rem 0 1rem;
    }
    h3 {
        font-size: 1.5rem;
    }




	.content {
		padding-left: 0;
	}
	.content_banner_container {
		//margin-left: 0;
	}
	.side_menu {
		display: none;
	}
	.footer__content {
		/* justify-content: space-evenly; */
	}
	.footer__company {
		margin-left: 0;
	}
	
	#legalStatement, #copyright {
		float: none;
		margin: auto;
	}
    .megamenu__category {
        margin: 0 auto;
    }
    #benefits-items {
        grid-template-columns: 100%;
    }

    .pos_header {
        display: block;
    }
    .pos_images {
        float: none;
    }
}

/*@media (min-width: 768px) {*/
@media (min-width: 943px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
  }

  .sm-simple a,
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    color: #0066b4;
  }

  .sm-simple > li > a.highlighted {
    background-color: #e0e0e0;
    zborder: 1px solid #e0e0e0;
  }

  .sm-simple a.current {
    background: #555555;
    color: white;
  }
  .sm-simple a.disabled {
    color: #cccccc;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px !important;
  }
  .sm-simple a span.sub-arrow {
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 16px;
    height: 16px;
    font: normal normal normal 12px/1 FontAwesome !important;
    background: transparent;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eeeeee;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 1px solid #bbbbbb;
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-simple span.scroll-up-arrow,
  .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-simple.sm-vertical a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }

  #header-fixed-width-wrapper #main-menu > li > a {
    /* Only top level links */
    font-weight: 500;
    padding: 11px 26px;
  }
}

@media (max-width: 940px) {
    .resources-grid > a {
        width: calc(50% - 3em);
        padding: 1em;
    }

    /* menu */ 

    #main-menu {
        position: fixed;
        top: 4em;
        width: 100vw;
        left: 0;
    }
    .header .dropDown__list {
		display: none;
	}
	
	.nav__logo-link {
		/* padding: 0 2rem; */
	}
	
	.nav__hamburger {
		display: inline-block;
		/* padding: 0 2rem; */
	}
	
	.nav__list.sm {
		display: none;
	}

	.nav__list--show-mobile.sm {
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		background-color: var(--neutralWhite);
	}
	.nav__list-item:not(:last-child) {
		margin: 0;
		border-bottom: 0.1rem solid var(--neutralGrayMedium);
		width: 100%;
		justify-content: center;
		flex-direction: column;
	}
	
	.nav__link {
		padding: 1rem 1.5rem;
		color: var(--neutralGray);
		text-decoration: none;
		width: 100VW;
		text-align: center;
		color: var(--neutralDarkGrayAlpha);
	}
	
	.nav__list-item .btn-secondary{
		color: var(--primarySoftBlue);
		border: 1px solid var(--primarySoftBlue);
		width: auto;
		padding: 1.2rem 2rem;
		margin: 2rem 0;
	}
	.nav__list-item .btn-primary {
		width: auto;
		padding: 1.2rem 2rem;
		margin-bottom: 2rem;
		color: var(--neutralWhite);
	}
	.megamenu {
        /* max-height: 100vw; */
        /* overflow-y: scroll; */
		position: relative;
		/* width: auto; */
		top: 0;
		box-shadow: none;
	}

    .nav__link.has-submenu::after {
        top: 16px!important;
    }
	
	#productsmegamenu {
		position: relative;
		top: 0;
		box-shadow: none;
	}
	
	.productsmegamenu__content {
		box-shadow: none;
	}
	.productsmegamenu__content::before {
		display: none;
	}
	.productsmegamenu__content {
		flex-direction: column; 
    }

	.megamenu__content {
		box-shadow: none;
		margin: 0;
        padding: 0 1.5rem;
	}

    .menu-scroll {
        flex-direction: column!important; 
        display: block;
    }
	.megamenu__content::before {
		display: none;
	}
	
    #main-menu {
        border-top: solid 1px var(--neutralGrayMediumLight);
        position: fixed;
        top: 4rem;
        left: 0;
        box-shadow: var(--standardShadow);
    }
    .megamenu__category {
		width: 75%;
		margin: 0 1em;
	}
    
    .megamenu__category-title {
        margin: .5em 0 1em 0;
        font-size: 1.2rem;
    }

    .megamenu__items {
        padding-left: 1em;
    }
	.hidden {
		display: none;
	}
    .nav__link.ui-button-primary {
        color: #fff;
        margin: .5em;
        padding: 4px 22px;
    }
    .nav__link.ui-button {
        margin: .5em;
        padding: 4px 22px;
        width: auto;
        min-width: 128px;
    }

    .ui-button-hidden {
        display:none;
    }

/* end menu */



}

/* Tablet - 768px */
@media (max-width: 48em) {

    .quote__text {
        font-size: 1.5em;
    }
	.footer__copyright {
		justify-content: start;
	}
    #introduction {
        flex-direction: column!important;
    }
    #introduction p {
        width: 100%!important;
    }
    #introduction object {
        width: 100%!important;
    }
}

/* Mobile - 576px */
@media (max-width: 36em) {
    .resources-grid > a {
        width: 100%;
    }

    .hero-svg {
        margin-top: 0;
    }
    .flex-col2,
	.flex-col2-reverse {
		flex-direction: column;
        grid-gap: 2rem;
	}
	.flex-col2-reverse .flex__item:nth-of-type(1) {
		order: 2;
	}
	.flex-col2-reverse .flex__item:nth-of-type(2) {
		order: 1;
	}
	.flex {
		flex-direction: column;
	}

    .content_banner_container {
        height: 200px;
    }
    #content_banner {
        padding-top: 95px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.5rem;
    }

    .megamenu__category {
        width: 100%!important;
        margin: 0;
    }
    .nav__logo-link {
        padding: 0 1rem 0 .5rem;
    }
    .nav__hamburger {
        padding: 0 1rem;
    }
}



main section {
	margin: 3em 0em 1em 0em;
}


#subfooter {
    max-width: 75rem;
    margin: 0 auto!important;
    padding: 4rem 0rem 4rem 0rem;
}


#subfooter__content {
    padding: 0rem 2rem 0rem 2rem;
}

#header__content {
    padding: 0rem 2rem 0rem 2rem;
}

#footer__content {
    padding: 0rem 2rem 0rem 2rem;
}

#main__content {
    padding: 6rem 2rem 0rem 2rem;
}


.full-width-banner {
    margin: 0 -999px;
}

.full-width-banner__content {
    padding: 0rem 2rem 0rem 2rem;
    margin: 0 auto;
    max-width: min(75rem, calc(100vw - 4rem));

}

.hero-banner {
    background-image: url('/images/tt4/default-bg.png');
    background-size: contain;
    background-position: center;
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 75%);
    padding-top: 110px;
    margin-top: -6rem;
    min-height: 200px;
    padding-bottom: 1rem;
}

.hero-banner h1 {
        color: #fff;
}

.hero-banner h1::after {
    content: "";
    display: block;
    width: 4rem;
    height: 0.4rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    background-color: var(--primarySoftBlue);
}

.hero-banner h3 {
    color: hsl(0deg 0% 100%);
    font-size: 1.2rem;
}


/* Small Mobile - 384px */
@media (max-width: 24em) {

    main section {
	margin: 3em 0em 1em 0em;
    }


    #subfooter {
        max-width: 75rem;
        margin: 0 auto!important;
        padding: 4rem 0rem 4rem 0rem;
    }

    #subfooter__content {
        padding: 0rem 1rem 0rem 1rem;
    }

    #header__content {
        padding: 0rem 1rem 0rem 1rem;
    }

    #footer__content {
        padding: 0rem 1rem 0rem 1rem;
    }

    #main__content {
        padding: 5rem 1rem 0rem 1rem;
    }
    .full-width-banner__content {
        padding: 0rem 1rem 0rem 1rem;
        max-width: min(75rem, calc(100vw - 2rem))!important;
    }


}





/* skeleton */

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  /*height: 38px;*/
  padding: 8px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; 
  max-width: calc(100vw - 60px);
}


/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #0066b4;
  outline: 0; }



fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }




/* From appliction css */

/* --- Thickbox ----------------------------------------------  */

@media (max-width: 650px){
  .tbox_window {
    min-width: 0px !important;
    width: calc(100vw - 12px) !important;
    height: calc(100vh - 32px);
    top: 12px !important;
    overflow: auto;
    max-width:100vw;
    zborder-radius: 0px; !important;
    margin: 6px 6px 28px 6px;
  }

  .tbox_header {
    zborder-radius: 0px;
    xposition: fixed;
    xwidth: 100%;
    xz-index: 1000;
  }

  .tbox_content {
    overflow: visible;
  }
}

.tbox_content {
    padding: 8px 8px 8px 8px;
}

#tbox_overlay{
    background-color: #30373B;
    opacity: 0.6;
}

.tbox_window{
    background-color: #F4F7F9;
    border: unset;
    color: #475259;
    border-radius: 4px;
}

.tbox_header {
   /*background-color: #1E6EBA;*/
   /* background-color: #30373B; pauls darker version */
   background-color: #404040;   /* dark grey from app */
   border-bottom:unset;
   border-radius: 0px;  /* rounded corners now come from the tbox_window - overrides global */
}

.tbox_title {
   border-bottom: uset;
   color: #fff;
}

.tbox_header a {
 padding: 0px 4px;
}

.tbox_close {
    color: #fff;
}

.tbox_close:hover {
 color: #9BC3EA;
}

.tbox_content img {
    max-width: unset;
}

/* --------------------- */


html.hasPopup{
    overflow: hidden;
}




