body {
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x:hidden;
}

img {
    max-width:100%;
    max-height:100%;
    height:auto;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

h1, h2, h3 {
    color: #293473;
    font-weight: 600;
    width: 100%;
    z-index: 2;
}

h2, h3 {
    font-size: 1.5em !important;
}

h4 {
    font-size: 1.2em;
    color: #333333;
}

h5 {
    color: #293473;
    font-weight: 600;
}

h6 {
    color: #293473;
}

img[src*="jpg"]{
    -webkit-filter: none !important;
}

.main-body {
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
}

.material-icons {
    position: relative;
    cursor: pointer;
}

p, li {
    color: #707070;
    line-height: 1.5em;
    font-size: 13.5pt;
    align-items: center;
}

#solutionsBody {
    max-height: 80vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    #solutionsBody::-webkit-scrollbar {
        width: 0;
        height: 0;
        box-shadow: rgb(149 157 165 / 20%) 0px 3px 6px;
    }

#navigation {
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: content-box;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    #navigation::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    
.list-icons li {
    list-style-image: url('/media/tf5n2w0r/icon_tick.png');
    text-align: left;
    list-style: none !important;
    position: relative;
    margin-bottom: 1em;
    margin-top: 0.5em;
    padding-left: 20px;
    align-items: center;
    color: #707070;
}

    .list-icons li::after {
        content: '';
        height: 40px;
        width: 40px;
        position: absolute;
        right: 98%;
        top: 3px;
        background: url('/media/tf5n2w0r/icon_tick.png') no-repeat;
    }

[type=button], button {
    background: none;
    border: none;
    -webkit-appearance: unset !important;
}

.container-fluid {
    padding: 0px !important;
    margin: 0px !important;
}

textarea, input {
    color: #333333 !important;
}

::placeholder {
    opacity: 1 !important;
    color: black !important;
}

/*rows and backgrounds*/

.contact-row, .related-row, .dark {
    padding-bottom: 3em !important;
}

.dark {
    padding-top: 3em !important;
}
.contact-row, .related-row {
    margin-top:3em !important;
    margin-bottom:3em !important;
}

.container > .row{
    padding-top:2em;
    padding-bottom:2em;
}

.row-background{
    padding-top:2em;
    padding-bottom:2em;
}

.related-row {
    overflow: hidden;
}

div [data-background-one], div[data-background-two] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    align-items: center;
}

.item-background > .background-one {
    max-width: 125% !important;
}

.item-background {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
}

.background-one, .background-two {
    position: absolute;
    z-index: -1;
}

.dark {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .dark:after {
        content: '';
        position: absolute;
        z-index: -4;
        width: 100vw;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        background: #FBFBFB;
    }

.no-background {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*end rows and backgrounds*/

.video-wrapper {
    display: flex;
    display: -webkit-flex;
}

iframe {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#eComConf2024Vid{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#eComConf2024Vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#navigationMenu p {
    color: #707070;
}

#filterReset {
    text-decoration: underline;
}

#richHighlight {
    border: 1px solid #ffffff;
    outline: 1px solid #ffffff;
    border-radius: 30px;
    box-shadow: 5px 5px 10px 0px #b2b2b2;
}

.badge {
    width: max-content;
    font-size: 1em;
    
}

.map-key {
    z-index: 6;
    position: absolute;
    bottom:4em;
}

.partner-circle, .casestudy-circle{
    width: 20px;
    height:20px;
    border-radius:20px;
    margin-right:5px;
}

.partner-circle {
    background: rgb(226, 166, 5);
}

.casestudy-circle {
    background: rgb(42, 144, 207);
}

.fserv-container .powered-by {
    display: none !important;
}

.image-background-mask, .halftone-background-mask {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    right: 0px;
    top: 3em;
    min-height: 90%;
    min-width: 45%;
    max-width: 45%;
}

.row {
    position: relative;
    align-items: center;
}

.mp-results {
    display: none;
}

.nav-shadow {
    box-shadow: rgb(149 157 165 / 20%) 0px 3px 6px;
}

.nav {
    padding-right: 0;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.nav-link {
    width: auto;
    color:#333333;
    text-decoration: none !important;
    padding: 0.5rem 0.5rem;
    display: flex;
    align-items: center;
}

.navbar-brand {
    display: flex;
    align-items: center;
    padding-left: 1.2rem;
}

    .navbar-brand > img {
        height: 60px;
    }

.contact-button {
    margin-left: auto;
    margin-right: auto;
}

.product-image > img {
    width: 340px;
}

.top-nav-content.active > span {
    transition: all 0.3s;
    transform: rotate(180deg);
}

.navbar-collapse {
    justify-content: end;
}

.navbar {
    background: white;
    padding-bottom: 0.5rem;
    min-width:100vw;
}

.nav-search-btn {
    position: absolute !important;
    right: 0;
}

.nav-seperator {
    height: auto;
    width: 1px;
    background: lightgrey;
    margin-right: 1em;
}

.nav-search-input {
    border: 3px;
    border-style: solid;
    width: 100%;
    padding: 0.3rem;
    color: black !important;
}

.dropdown-toggle::after {
    display: none;
}

.call-to-action {
    background: #E2A605;
    border: none;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3em;
    text-align: center;
    padding: 0.5em 1em 0.5em 1em;
    width: max-content;
    height: max-content;
    cursor: pointer;
    z-index: 5;
}

    .call-to-action:hover, .call-to-action:focus {
        background: #E84520;
        color: black !important;
    }

.ecom-bold {
    font-weight: 600;
}

.ecom-black {
    color: #333333;
}

.ecom-blue {
    color: #294373;
}

.ecom-link, a{
    color:#294373;
    text-decoration:underline;
}

.ecom-link:hover, ecom-link:focus{
    color:#087acc !important;
}

    a:hover, a:focus {
        color: #087acc !important;
    }

.ecom-yellow-link {
    color: white;
    text-decoration: underline;
}

    .ecom-yellow-link:hover, .ecom-yellow-link:focus {
        color:#E2A605 !important;
    }

.page-btn {
    width: 40px;
    height: 40px;
    color:#333333;
    border-radius: 25px;
}

.map-btn{
    transition: transform 0.3s;
}

.map-btn:hover, .map-btn:focus{
    transform:scale(1.1);
}

    .page-btn.active {
        background: lightgrey;
        font-weight: 600;
    }

.live-chat-btn {
    border: solid 2px #E84520;
    color: #E84520;
    padding:0.6em;
    background:white;
}

    .live-chat-btn:active, .live-chat-btn:focus, .live-chat-btn:hover {
        color: white;
        background: #E84520;
    }

.map-heading, .map-subheading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3em;
    color: white !important;
    overflow:hidden !important;
    padding: 1em;
}

    .map-heading.active:after, .map-subheading.active:after {
        content: '';
        width: 20px;
        height: 3px;
        position: relative;
        background: white;
        right: 0;
        float: right;
    }

.map-heading {
    background: #E84520 !important;
    margin-bottom: 0.2em;
}

.map-subheading {
    background: #293473 !important;
    margin-bottom: 0.2em;
}

    .map-heading:after, .map-subheading:after {
        content: '+';
        display: block;
        position: relative;
        color: white;
        right: 0;
        font-size: 2.5em;
        float: right;
    }

.accordion-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3em;
    margin-bottom: 0.2rem;
    width: 100%;
    color: white !important;
    background: #293473;
}

    .accordion-heading > p {
        color: white;
        margin: 0;
    }

    .accordion-heading.active {
        background: #2A90CF;
    }

        .accordion-heading.active:after {
            content: '';
            width: 20px;
            height: 3px;
            font-size: 2.5em;
            position: relative;
            background: white;
            right: 0;
            float: right;
        }

    .accordion-heading:after {
        content: '+';
        display: block;
        font-size: 2em;
        position: relative;
        color: white;
        right: 0;
        float: right;
    }

.quote-heading {
    color: white !important;
    margin: 1em 0em 1.5em 0em;
}

.quote-text {
    font-size: 2em;
    font-weight: 200;
    padding: 1em;
}

.quote-carousel-background {
    background: url(/media/xegn1bxq/quote-carousel-bg.jpg);
    background-size: cover;
    background-position: center;
}

.related-items-carousel {
    width: max-content;
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

    .related-items-carousel:before {
        content: '';
        position: absolute;
        width: calc(100% + 100px);
        height: calc(100% + 100px);
        left: -50px;
        top: -50px;
        z-index: -2;
        background: url(/media/pfydrbxb/yellow-item-circle.png)top right no-repeat, url(/media/zpsjm5ss/light-blue-item-circle.png) bottom left no-repeat;
    }

.filter-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2em;
}

    .filter-button:after {
        content: '+';
        position: relative;
        color: #333333;
        right: 0;
        float: right;
    }

    .filter-button.active:after {
        content: '';
        width: 20px;
        height: 3px;
        position: relative;
        background: #333333;
        right: 0;
        float: right;
    }

.white {
    color: white;
    border: none;
}

a.white:hover, a.white:active, a.white:focus {
    color: white;
    text-decoration: underline;
    border: none;
}

.dark-blue-outline, .light-blue-outline, .purple-outline, .yellow-outline, .red-outline {
    position: relative;
}

    .dark-blue-outline:after, .light-blue-outline:after, .purple-outline:after, .yellow-outline:after, .red-outline:after {
        content: '';
        position: absolute;
        border-radius: 1.8em;
        left: 0.4em;
        right: 0.4em;
        top: 0.4em;
        bottom: 0.4em;
        border: solid 2px;
        top: 0.5em;
    }

    .dark-blue-outline:after {
        border-color: #293473;
    }

    .light-blue-outline:after {
        border-color: #145d92;
    }

    .purple-outline:after {
        border-color: #603E7F;
    }

    .yellow-outline:after {
        border-color: #E2A605;
    }

    .red-outline:after {
        border-color: #E84520;
    }

    .light-blue-outline > h2 {
        color: #145d92;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .dark-blue-outline > h2 {
        color: #293473;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .purple-outline > h2 {
        color: #603E7F;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .red-outline > h2 {
        color: #E84520;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

.filter-badge {
    background: #EFEFF1;
    color: #293473;
    border-style: none !important;
    padding-right: 2em !important;
    white-space: break-spaces;
}

    .filter-badge:after {
        content: 'x';
        position: absolute;
        color: red;
        padding-left: 0.5em;
    }

.form-check {
    margin-bottom: 0.2em;
}

    .form-check label {
        padding-left: 0.5em;
        text-align: left;
    }

.form-check-input {
    float: none !important;
    width: 20px;
    height: 20px;
}

    .form-check-input:checked {
        border: none !important;
        background-color: #293473 !important;
    }

.tab-content, .tab-content > .active {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.carousel-indicators {
    position: relative !important;
    margin-bottom: 0 !important;
    margin-top:1em;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
    width: auto !important;
}

.carousel-control-next {
    right: 1em;
}

.carousel-control-prev {
    left: 1em;
}

.carousel-control-next-icon {
    background-image: url("/media/hbkjlj3n/btn_next.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    width: 75px;
    height: 75px;
    background-size: contain;
}

    .carousel-control-next-icon:hover {
        background-image: url("/media/etgmbyku/btn_next-hover.png");
    }

.carousel-control-prev-icon {
    background-image: url("/media/df0jve4n/btn_back.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    width: 75px;
    height: 75px;
    background-size: contain;
}

    .carousel-control-prev-icon:hover {
        background-image: url("/media/ixjloxhb/btn_back-hover.png");
    }

.carousel-indicators.white [data-bs-target] {
    background-color: transparent !important;
    border: solid 1px white !important;
}

.carousel-indicators.blue [data-bs-target] {
    background-color: grey !important;
}

.carousel-indicators [data-bs-target] {
    border: none !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 10px !important;
    background-clip: content-box;
}

.carousel-indicators.blue .active {
    background-color: #293473 !important;
}

.carousel-indicators.white .active {
    background-color: white !important;
}

.desktop-next-indicator{
    margin-right:-5em;
}

.desktop-prev-indicator{
    margin-left:-5em;
}

.carousel-item {
    text-align: center;
}

.carousel {
    z-index: 1;
}

.carousel-inner {
    overflow: visible;
}

.card-holder {
    text-decoration: none !important;
    max-width: 400px;
    width:auto;
    display: flex;
    justify-content: center;
    transition:all 0.1s;
    margin:0.5em;
}

a.card-holder:hover, a.card-holder:focus{
    transform:scale(1.01);
}

.card-content {
    display: flex;
    flex-direction: column;
    padding-left:0.8em;
    padding-right:0.8em;
}

.related-title {
    text-align: left;
    color: #333333;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.related-text * {
    text-align: left;
    color: #333333;
    font-size: 1.2em;
    font-weight: 600;
}

.related-text{
    margin-bottom:1.5em;
}

.related-label {
    text-align: left;
    color: #603E7F;
    font-weight: 600;
}

.card {
    display: flex;
    border-radius: 1.8em !important;
    box-shadow: 0px 3px 10px #00000029;
    padding: 1.5em;
    height:100%;
    width:100%;
    position: relative;
}

.skip-nav {
    position: absolute;
    z-index: 9999;
    opacity: 0;
    color:#333333;
    text-decoration:none;
    height:0px;
    width:160px;
    display:flex;
    justify-content:center;
    align-items:center;
    background: #E2A605;
    transition: height 0.3s;
}

.skip-nav:focus{
    opacity:1;
    height:50px;
    color:#333333 !important;
}

.card-image {
    margin-bottom: 1em;
}

.card-image, .card-image > img {
    border-radius: 1.8em 1.8em 0 0;
}

.card-icon {
    max-width: 100%;
    max-height:140px;
    min-height:65px;
    min-width:62px;
    display:block;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:1em;
    margin-top:1em;
}

.grid-content-holder{
    text-align:inherit;
    width:100%;
    padding-left:0.75em;
    padding-right:0.75em;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:auto;
}

.popup-image {
    border-radius: 1.8em 0 0 1.8em;
    background: lightgrey;
}

.blog-divider {
    background: none !important;
    border-bottom: dashed 2px #333333;
}

.modal-content {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.modal-open {
    padding-right: 0px !important;
    margin-right: 17px;
}

.modal-header {
    border-bottom: none !important;
    top:3em;
}

.modal-heading {
    font-size: 1.2em;
    color: #293473;
    font-weight: 600;
}

.modal-backdrop {
    background-color: grey !important;
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

.btn-close {
    opacity: 1 !important;
    color: #293473;
    width: 36px;
    height: 36px;
    padding: 0 !important;
    border-radius: 100%;
    background: url("/media/05lenw2y/btn_modal-close.png") no-repeat center;
    background-size: contain;
    z-index: 2;
}

.popup-close {
    width: 30px;
    height: 30px;
    position:absolute;
    right:1.5em;
    top:1em;
}

.nav-scroll {
    box-shadow: 0px 3px 30px #00000029;
}

.wf2-embedded, .atss {
    z-index: 1 !important;
}

.grwf2-wrapper {
    overflow-x: hidden;
    max-width: 100% !important;
    height: 100% !important;
}

    .grwf2-wrapper > iframe {
        max-width: none !important;
    }

.hero-tagline {
    font-size: 1.3em;
    color: #333333;
    line-height: 1.5em;
}

.hero-description {
    font-size: 1.2em !important;
}

.featured-item {
    max-width: 823px;
}

.featured-item-image {
    display: flex;
    height: 100%;
}

.featured-item-text {
    font-size: 1.2em !important;
}

.featured-item-background:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: url('/media/x34byoft/featured-item-image.png'), url('/media/tiallq1g/orange-item-circle.png'), url('/media/3znng0za/dark-purple-item-circle.png'), url('/media/pfydrbxb/yellow-item-circle.png');
    background-repeat: no-repeat;
    background-position: 10% 85%, 0% 60%, 65% 0%, 100% 100%;
    z-index: -1;
}

.nav-search-btn {
    -webkit-appearance: none !important;
    background: none;
    border: none;
}

.cookie-banner{
    background:#293473;
    box-shadow:0px 3px 10px #00000029;
    border-radius:0.8em;
}

.more-pages{
    cursor:default !important;
    display:flex !important;
    align-items:center;
    height:100%;
}

.ecom-pager{
    display:flex;
    justify-content:center;
    scroll-margin-top:500px;
}

.popup-image {
    border-radius: 1.8em 0 0 1.8em;
    background: lightgrey;
}

.suggest-search {
  white-space: nowrap;
  display: inline-block;
  margin-right: 8px;
}

.input-group {
    align-items: center !important;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/* WEBFORMS -  */

.fserv-container form {
  padding-top: 0px !important;
}
.fserv-container .fserv-form 
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.fs-webform-container .fserv-field:not(.formserv-textarea-field) {
    margin-top: 0px !important;
    padding: 0 15px !important;
    width: 50% !important;
}
.fs-webform-container .fserv-field.formserv-textarea-field {
    margin-top: 0px !important;
    padding: 0 15px !important;
    width: 100% !important;
}
.fserv-container .fserv-form .fserv-field:nth-child(-n+2):not(.fserv-hidden)
{
margin-top: 0px;
}
.fserv-container .fserv-form .fserv-field+div:not(.fserv-field) {
display: block;
width: 100%;
text-align: center;
}

.fs-webform-container .fserv-container .fserv-label, .fs-webform-container .fserv-container button {
  font-size: 18px !important;
  font-family: Source Sans Pro !important;
}

.fs-button-custom {
  cursor: pointer;
  height: 38px;
  letter-spacing: 0px !important;
  line-height: 38px;
  overflow: hidden;
  padding: 0 24px;
  width: auto;
  background: #e2a605;
  background-color: rgb(226, 166, 5);
  border-color: #e2a605;
  color: #000000 !important;
  font-size: 18px !important;
  line-height: 18px;
  font-family: Source Sans Pro !important;
  border-radius: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
}


.fserv-input-text-custom .fserv-input-text .tel-input-wrapper {
	display: inline-block;
	  width: 90%;
	  max-width: 500px;
	  min-height: 27px;
	  height: 40px;
	  padding: 0 15px;
	  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	  font-size: 16px;
	  font-weight: normal;
	  line-height: 22px;
	  color: #33475b;
	  border: 1px solid #cbd6e2;
		border-top-color: rgb(203, 214, 226);
		border-right-color: rgb(203, 214, 226);
		border-bottom-color: rgb(203, 214, 226);
		border-left-color: rgb(203, 214, 226);  
	  border-radius: 15px;
	  background-clip: padding-box;
	  box-sizing: border-box;
	  background-color: #f5f8fa !important;
}

.fserv-label-custom {
  color: #000000 !important;
  display: block;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: .2px;
  padding-bottom: 8px;
  text-align: left !important;
  margin-bottom: 4px !important;
  font-family: Source Sans Pro !important;
}

.fserv-label-custom.error {
  color: #e84545;
  display: inline-block;
  font-size: 12px !important;
  padding-left: 2px;
}  
  
  
.fserv-input-text-custom:focus {
  outline: none !important;
  border-color: rgba(82,168,236,.8) !important;
}

.fserv-input-text-custom:not([type="file"]) {
  background-color: #f5f8fa !important;
}

.fs-webform-container .fserv-field + div:not(.fserv-field) {
  border-top: 0px solid #e5e5e5 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 15px 15px 0 !important;
  text-align: right;
}

.formserv-radio-field .fserv-field {
    font-family: Source Sans Pro !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

/* WEBFORMS - END*/

@media (min-width: 991.98px) {
    .custom-solutions-container {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fbfbfb;
    }

    .custom-nav-holder {
        position: absolute;
        top: 100%;
        background: white;
        padding: 0.1rem;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .language-holder {
        transform: translate(17px)
    }

    .nav-item {
        padding-top: 5px;
    }

    .custom-nav-holder > .nav {
        flex-direction: column;
    }

        .custom-nav-holder > .nav > .nav-item > .nav-link {
            justify-content: start;
        }

            .custom-nav-holder > .nav > .nav-item > .nav-link:hover {
                background: #293473;
                color: white !important;
            }

    .desktop-card {
        border-radius: 1.8em !important;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 1.8em;
        overflow: hidden;
        box-shadow: 0px 3px 10px #00000029;
        background: #fff;
    }

    .carousel-background {
        background: url(/media/i0bhmzhk/carousel-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .nav-tab-headings {
        max-width: 260px;
    }

    .nav-tab-content {
        max-width: 790px;
        display: flex;
    }

    .grid-content-holder{
        margin-top:1em;
    }

    .nav-link {
        justify-content: space-evenly;
    }

    .row-background > .background-one, .row-background > .background-two {
        width: calc(100vw + 300px);
        max-width: calc(100vw + 300px) !important;
        height: 100%;
        left: 50%;
        transform: translate(-50%);
    }

    .item-background > .background-one, .item-background > .background-two {
        width: calc(100% + 135px);
        height: calc(100% + 150px);
        margin-left: -95px;
    }

    .content-heading {
        text-align: left;
    }

        .content-heading.active {
            background: #293473 !important;
            color: white !important;
        }

    .navigation-body {
        text-align: left;
    }

    .lower-nav-content, .solo-nav-content {
        background: #E2A605;
        color: #333333;
        font-weight: 600;
        text-decoration: none;
        border-radius: 1.8em;
        text-align: center;
        width: auto;
        height: max-content;
        padding: 0.5em 1em 0.5em 1em;
    }

        .lower-nav-content:hover, .solo-nav-content:hover {
            background: #E84520;
            color: black !important;
        }

        .lower-nav-content:focus, .solo-nav-content:focus {
            background: #E84520;
            color: black !important;
        }

    .middle-nav-content > span {
        transform: rotate(90deg);
    }

    .custom-nav-content {
        padding: 0;
        font-weight: 600;
        text-decoration: underline;
        display: block;
        width: 100%;
    }

    .subnav-heading {
        font-weight: 600;
        margin-bottom: 0.2rem;
        color: #333333 !important;
    }

    .strategy-image {
        padding-left: 3em;
        height: 100%;
    }

    .nav-btn {
        background: lightgrey;
        width: 40px;
        height: 40px;
        color: #333333;
        border-radius: 100px;
        margin-left: 1em;
    }

    #navSearchToggle {
        margin-top: 3px;
    }
    
    #navSearchBtn {
        padding-top: 5px;
    }


    .nav-btn:hover, .nav-btn:focus {
        background: #E84520;
        color: black !important;
        cursor:pointer;
    }

    .top-nav-content {
        position: relative;
    }

        .top-nav-content.active {
            color: #293473 !important;
        }

            .top-nav-content.active:before {
                content: '';
                width: 90%;
                position: absolute;
                height: 1px;
                background: #293473;
                bottom: 5px;
            }

    .nav-btn.active:before {
        background: none;
    }

    .featured-item-image {
        -webkit-mask-size: cover;
        -webkit-mask-position: 80px;
        -webkit-mask-repeat: no-repeat;
        margin-right:-25px;
    }

    .featured-item {
        min-width: 500px;
    }

    .featured-item-image > img {
        margin-right: -80px;
    }

    .contact-background{
        position:relative;
        overflow:visible;
        margin-left:-40px;
        margin-right:-40px;
    }

    .contact-background:before {
        content:'';
        width:100%;
        z-index:-1;
        height:calc(100% + 130px);
        width:calc(100% + 30px);
        position:absolute;
        background: url('/media/tiallq1g/orange-item-circle.png') 100% 100% no-repeat;
    }

    .contact-webchat {
        min-width: 40%;
    }

    .header, .resource-header {
        max-width: 55%;
        padding-right: 1em;
        padding-top: 4em;
        margin-bottom: 4em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .resource-header {
        min-height: 80vh;
    }
}

@media (max-width: 991.98px) {

    h2 {
        text-align: center;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    list-icons, .list-icons ul {
        margin-left: auto;
        margin-right: auto;
    }

    .nav {
        flex-direction: column;
    }

    .custom-search-box {
        width: 150px !important;
        background: white;
        border: solid 1px lightgrey;
    }

    .row {
        --bs-gutter-x: 0 !important;
        --bs-gutter-y: 0 !important;
    }

    #contactForm > div:first-of-type {
        display: none;
    }

    #contactUs > div {
        border-left: none !important;
    }

    #logoText {
        display: none !important;
    }

    #mainLogo {
        border-right: none !important;
    }

    .desktop-card {
        border: none !important;
    }

    /*navigation*/

    .nav-link {
        justify-content: space-between;
    }

    .top-nav-content, .middle-nav-content, .lower-nav-content, .custom-nav-content, .solo-nav-content {
        margin-bottom: 0.2em;
        text-decoration: none;
    }

    .top-nav-content {
        border-left: solid 5px #293473;
    }

    .middle-nav-content {
        border-left: solid 5px #E84520;
    }

    .top-nav-content, .middle-nav-content {
        background: #ECECEC;
    }

    .lower-nav-content, .custom-nav-content, .solo-nav-content {
        border-left: solid 5px #2A90CF;
        background: #F3F3F3;
    }

    .middle-nav-content.active > span {
        transition: all 0.3s;
        transform: rotate(180deg);
    }

    .navbar-toggler {
        background: lightgrey;
        width: 45px;
        height: 45px;
        color: #333333;
        border-radius: 100px;
        padding: 0;
        margin-right: 1.2rem;
        margin-left: 1em;
    }

    .featured-item-background {
        max-width: 410px;
        margin-left: auto;
        margin-right: auto;
    }

    .featured-item-image {
        -webkit-mask-image: none !important;
        max-width: 390px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .featured-item-background:after {
        background: none;
    }

    .modal-dialog {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .featured-item-background:after {
        background: none;
    }

    .featured-item-image > img {
        border-radius: 1.8em 1.8em 0 0;
        margin-bottom: -50%;
    }

    .header, .resource-header {
        text-align: center;
        padding: 2em;
    }

    .call-to-action{
        margin-left:auto;
        margin-right:auto;
    }
}

@media (max-width:1550px) {

    /*hide row backgrounds*/
    .row-background > .background-one, .row-background > .background-two {
        background: none !important;
    }
}

@media (min-width: 1400.1px) {

    .featured-item-background:after {
        width: 100% !important;
        height: 100% !important;
    }
}

@media(min-width:1200.1px) {

    .featured-item-logo {
        position: absolute;
        right: 3em;
        top: 40%;
    }

    .featured-item-background:after {
        width: calc(100% + 70px);
        height: calc(100% + 70px);
    }
}

@media(max-width:1200.1px) {
    .featured-item {
        max-width: 490px;
    }

    .featured-item-background:after {
        width: 100%;
        height: calc(100% + 70px);
    }

    .card-holder {
        max-width:350px;
        min-width:350px;
    }
}

@media (max-width: 575.9px){
    .popup-image {
        border-radius: 1.8em 1.8em 0 0 !important;
    }

    .ecom-pager > .nav {
        flex-wrap:nowrap!important;
        transform: scale(0.9);
    }
    
    .fs-webform-container .fserv-field {
        width: 100% !important;
    }
}

@media print {


    .container {
        min-width: 100%;
    }

    div * p {
        color: #333333 !important;
    }

    nav {
        display: none !important;
    }
}

