﻿/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../webfonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../webfonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../webfonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../webfonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap; /* lighthouse optimisation */
}


:root {
    --xaanchor: #2167c0;
    --xamenu: #000;
    --xamenuhover: #2167c0;
    --xabluebutton: #3B73B6;
}

html {
    font-size: 16px;
}

body, button {
    font-size: 1rem;
    color: #000;
    font-family: "IBM Plex Sans", "-apple-system",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol", "Font Awesome 5 Free";
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    white-space: normal;
    cursor: pointer;
    color: var(--xaanchor);
    text-decoration: none;
}

    a:hover {
        cursor: pointer;
        color: #c06721;
        text-decoration: none;
    }

p {
    padding-top: 0;
    padding-bottom: 12px;
}



input, textarea {
    font-family: Arial;
    font-size: small;
}

    input:active, textarea:active {
        font-family: Arial;
        font-size: small;
        outline-style: none;
        border-radius: 0;
    }

    input[type="checkbox"] ~ label {
        cursor: pointer;
    }

.contactform input:-internal-autofill-selected {
    background-color: #f4f4f4 !important;
}

.imgitambase, .imgitam, .imgitam2, .centreitam, .centresccm, .imgitam8, .centrediscovery, .imghome, .imgtech, .imgdod {
    background: url(../images/xaitam.jpg) no-repeat left top;
    background-size: cover;
}

.imgfambase, .imgfam, .centremaintenance, .imgcustom, .imgsoftware, .centresam {
    background: url(../images/xafam.jpg) no-repeat left top;
    background-size: cover;
}

.imgitam3, .imgcloud, .imgsupport, .imglarge, .imgmedium, .imgasset, .imgscalability2, .imgsecurity, .imgpartners, .imgpartners2, .centrenmdoh, .centretelos, .centreusaf1a, .centreusaf2a {
    background: url(../images/xaitam.jpg) no-repeat right top;
    background-size: cover;
}

.centremoneybox, .centrehomework, .imghelichinook, .imgmanlaptop, .imgmicroscope, .imgrunner, .imgsecurity, .imgsevernbridge2 {
    background: url(../images/xaitam.jpg) no-repeat right top;
    background-size: cover;
}

@media (max-width:767px) {
    .imgitambase, .imgitam, .imgitam2, .centreitam, .centresccm, .imgitam8, .centrediscovery, .imghome, .imgtech, .imgdod,
    .imgfambase, .imgfam, .centremaintenance, .imgcustom, .imgsoftware, .centresam,
    .imgitam3, .imgcloud, .imgsupport, .imglarge, .imgmedium, .imgasset, .imgscalability2, .imgsecurity, .imgpartners, .imgpartners2, .centrenmdoh, .centretelos, .centreusaf1a, .centreusaf2a,
    .centremoneybox, .centrehomework, .imghelichinook, .imgmanlaptop, .imgmicroscope, .imgrunner, .imgsecurity, .imgsevernbridge2 {
        background-size: 500px;
    }
}

/*  BEGIN XASSETSLOGO IMAGE */

.xassetslogo {
    padding: 18px 0 14px 0;
    overflow: hidden;
    margin: 0;
}

@media all and (max-width:1600px) {
    .xassetslogo {
        padding: 18px 10px 0 20px;
    }
}

.xassetslogo svg {
    background: linear-gradient(to right, #ee7600 0%,#ee7600 18%,#6197C0 18%,#81A7e8 100%);
}

#integrations svg {
    width: 100%;
}

svg.responsivesvg {
    max-width: 100%;
    width: 800px;
    height: 200px;
}

.xassetslogo > a {
    display: block;
}


/*  END XASSETSLOGO IMAGE */




/* MAIN NAV BAR */

#menucontainer {
    /*background-image: linear-gradient(to right, rgb(0, 32, 103), rgb(12, 98, 200), rgb(0, 32, 103));*/
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    /*border-top:1px solid #6689d0;*/
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    /*box-shadow: 0 4px 5px -2px #ddd;*/
    /*    border-top:5px solid #c4268c;*/
}

@media all and (max-width:950px) {
    #menucontainer {
        text-align: left;
        min-height: unset;
    }
}


.buttonbox {
    display: inline-block;
    position: absolute;
    right: 0px;
    display: inline-block;
    white-space: nowrap;
    padding: 0 40px 0 0;
}

@media (max-width:700px) {
    .buttonbox {
        display: none;
    }
}


.topbar {
    display: inline-block;
    white-space: nowrap;
    padding: 0 calc(10% + 40px);
}

@media (max-width:1600px) {
    .topbar {
        display: inline-block;
        white-space: nowrap;
        padding: 0 0 10px 65px;
    }
}

@media (max-width:767px) {
    .topbar {
        display: inline-block;
        white-space: nowrap;
        padding: 0 20px 10px 20px;
    }
}

.menubar {
    display: inline-block;
    vertical-align: top;
    padding-left: 100px;
}

@media (max-width:1460px) {
    .menubar {
        padding-left: 0;
    }
}

/* MENUS */

.logobox {
    display: inline-block;
    vertical-align: top;
    color: var(--xaanchor);
    white-space: nowrap;
    font-size: smaller;
}

.menubox {
    display: inline-block;
    vertical-align: top;
    padding: 12px 0 0 0;
    color: var(--xaanchor);
    white-space: nowrap;
    font-size: smaller;
}

@media all and (max-width:1460px) {
    .menubox, .logobox, .buttonbox {
        padding-right: 10px;
    }

    .logoboxbottom .xassetslogo {
        padding-bottom: 20px; /* needed for clickable elements too close together" */
    }
}

.menuitem {
    display: inline-block;
    padding: 0 15px 10px 15px;
    border: 1px solid transparent;
}

.menuitemcloser {
    display: inline-block;
    padding: 0 5px 10px 10px;
}

@media all and (max-width:1460px) {
    .menuitem {
        padding: 0 20px 10px 20px;
    }
}

@media all and (max-width:1300px) {
    .menuitem {
        padding: 0 15px 10px 15px;
    }
}

@media all and (max-width:1050px) {
    .menuitem {
        padding: 0 12px 10px 12px;
    }
}

.menuheader, .menuheader:visited, .menuheaderbig, .menuheaderbig:visited {
    display: block;
}

.menuheader {
    color: black;
}

.menuheader, .menuheaderbig {
    padding: 0;
    cursor: pointer;
    letter-spacing: 0.5px;
    border: 1px solid transparent;
}

@media (min-width:751px) {
    .menuheader:after {
        font-family: "Font Awesome 5 Free";
        font-size: 18pt;
        padding-left: 10px;
        content: url(/images/angledown.svg);
        font-weight: 600;
        position: relative;
        top: 5px;
        color: #777;
    }
}

.menuheaderbig, .menuheaderbig:visited {
    font-size: small;
    color: #fff;
    background-color: var(--xaanchor);
    padding: 8px 18px 9px 16px;
    border-radius: 5px;
    min-width: 70px;
    text-align: center;
    transition: border-color 1s, background-color 1s, color 1s;
}

    .menuheaderbig.orange, .menuheaderbig.orange:visited {
        background-color: #FF7F00;
    }

    .menuheaderbig:hover {
        color: #eef;
        background-color: #4278d1;
    }

.menudrop {
    display: none;
    position: absolute;
    margin-top: 10px;
    z-index: 50;
    background-color: #fff;
    border: 1px solid rgba(100,100,100,0.7);
    min-width: 200px;
    box-sizing: border-box;
}

.menuitem:hover, .menuitem:active {
    background-color: #ebebf0;
    border: 1px solid #ddd;
}

    .menuitem:hover .menudrop, .menuitem:active .menudrop {
        display: block;
        color: var(--xaanchor);
    }

.menudrop a, .menudrop a:visited {
    color: #000;
    display: block;
    padding: 15px 30px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0); /* invisible border to take space of hover border */
    border-bottom: 1px solid #bbb;
}

    .menudrop a:active, .menudrop a:hover {
        color: var(--xamenuhover);
        background-color: #ebebf0;
    }

.menudrop .submenu {
    padding-left: 50px;
    border-bottom: 1px solid #bbb;
}

    .menudrop .submenu a {
        display: block;
        /*padding: 6px 10px 6px 10px;*/
        padding: 15px 30px;
        border: none;
    }


@media (max-width:950px) {
    .mobilehide, div.mobilehide {
        display: none;
    }
}

@media (max-width:900px) {
    .mobilehide900, div.mobilehide900 {
        display: none;
    }
}

@media (max-width:900px) {
    .furtherreading a { /* space between anchors for mobile devices */
        display: inline-block;
        padding-bottom: 32px;
    }
}

.contactinfo {
    vertical-align: top;
}

.contactwrapper {
    display: inline-block;
    vertical-align: top;
    padding: 30px 74px 30px 73px;
    max-width: 720px;
    border: 1px solid #aaa;
    margin-top: -1px; /* border collapse */
    margin-left: -1px;
    background-color: #eee;
}

@media (max-width:1200px) {
    .contactwrapper {
        padding: 30px;
    }
}

@media (max-width:768px) {
    .contactwrapper {
        padding: 20px;
    }
}

#freetrial {
    vertical-align: top;
    padding-top: 10px;
    margin-right: 5px;
}

.contactwrapper h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0;
}

.contactwrapper div {
    vertical-align: top;
    width: 305px;
}

@media (max-width:400px) {
    .contactwrapper div {
        width: unset;
    }
}

@media (max-width:1450px) {
    .menubox:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 18pt;
        content: "\f0c9";
        padding: 0 5px 0 15px;
    }

    .menubox .menuitems {
        display: none;
    }

    .menubox:hover .menuitems, .menubox:active .menuitems {
        display: block;
        position: absolute;
        top: 40px;
        left: 10px;
        z-index: 100;
        border-radius: 3px;
        background-color: #fff;
        border: 1px solid #aaa;
        box-shadow: 5px 5px #000 20px 20px;
        padding: 25px;
        min-width: 200px;
    }

        .menubox:hover .menuitems .menuitem,
        .menuitems:hover .menuitem,
        .menubox:active .menuitems .menuitem,
        .menuitems:active .menuitem,
        .menubox:hover .menuitems .menuitemcloser,
        .menuitems:hover .menuitemcloser,
        .menubox:active .menuitems .menuitemcloser,
        .menuitems:active .menuitemcloser {
            display: block;
        }

    .menuitems .menudrop {
        margin-left: 30px;
    }

        .menuitems .menudrop:hover, .menuitems .menudrop:active {
            display: block;
        }
}

@media all and (max-height:750px) {
    .menudrop {
        position: fixed;
        top: 30px;
        max-height: calc(100vh - 35px);
        overflow-y: auto;
    }
}


/* END MENUS */

.logocontainerbox {
    background-color: #ececec;
}

.xafooter {
    display: block;
    width: 100%;
}

    .xafooter div {
        display: block;
        width: 100%;
        padding: 20px 0 20px 0;
        background-color: Black;
    }


.gradientback {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(137,255,241,0) 0,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.solaside {
    padding: 0 0 15px 20px;
}

.contactdetail {
    font-weight: 500;
    font-size: large;
    white-space: nowrap;
}

    .contactdetail a {
        font-weight: 500;
        font-size: large;
        white-space: nowrap;
    }

/* Contacts in menus */

.contactline {
    display: block;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contactcell {
    white-space: nowrap;
    vertical-align: middle;
}

    .contactcell i, .contactcell p {
        display: inline;
        white-space: nowrap;
        vertical-align: middle;
    }

@media (max-width:1000px) {
    .contactline {
        vertical-align: top;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
    }

    .contactcell {
        vertical-align: top;
    }

        .contactcell i, .contactcell p {
            display: block;
            float: left;
            padding-right: 20px;
        }

        .contactcell .fa, .contactdetail .fa {
            display: none;
        }
}

.revealnext {
    color: var(--xaanchor);
    cursor: pointer;
}

    .revealnext ~ div {
        display: none;
    }

.row {
    /* this was causing a horizontal scrollbar */
    max-width: 100%;
}

.tablediv {
    display: table;
}

.light {
    border-color: #fff;
}

.text-faded {
    font-size: x-large;
    color: #777;
}

.text-strong {
    font-size: x-large;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-muted {
    padding-top: 0;
    color: #555;
    font-size: x-large;
}


.no-padding {
    padding: 0;
}

@media (max-width:767px) {
    .no-padding-mobile {
        padding: 0;
        padding-right: 0 !important;
    }
}


.solutions {
    color: #FF7F00;
    text-decoration: none;
    text-align: left;
    padding: 6px 0 5px 0;
    margin: 5px 0 0 0;
}

.solutionlist {
    background-color: #f6f6f6;
    padding: 0 0 15px 8px;
    border: solid 1px #ccc;
    width: 178px;
}

@media all and (max-width:1201px) {

    /* hide these lists when we are too narrow */
    .solutionlist {
        display: none;
    }

    .gold {
        display: none;
    }
}

.solutionhotlink {
    cursor: pointer;
    text-align: left;
    color: var(--xaanchor);
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 0;
}

.solutionhotlinka {
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    color: var(--xaanchor);
    font-weight: normal;
}



.rightside {
    width: 200px;
    overflow: hidden;
    text-align: left;
    position: absolute;
    right: 0;
    padding-top: 900px;
}

@media all and (max-width:767px) {
    .rightside {
        display: none;
    }
}

.pictureheader {
    color: white;
    min-height: 250px;
    max-height: 100vh;
    padding: calc(5% + 140px) 10% 100px 10%; /* The veil has 40px left padding to make up to calc(10% + 40px) */
}

    .pictureheader.lightheader {
        color: black;
    }

.tickheader .messageline {
    padding-bottom: 10px;
}

    .tickheader .messageline:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 12pt;
        /*content: "\f00c";*/ /* fa-check */
        content: "\f111"; /* fa-circle */
        display: inline-block;
        padding: 0 15px 0 0;
        position: relative;
        top: -2px;
        color: #889;
    }

.veil {
    display: inline-block;
    background-color: transparent; /* normally hidden unless veil="true" on uc1:xassetsheader */
    opacity: 0.98;
    border-radius: 15px;
    padding: 40px 80px;
}

.headerveil .veil {
    background-color: #042F39;
}

@media all and (max-width:1460px) {
    .pictureheader {
        padding: 35px;
        max-height: unset;
    }

    .veil {
        padding: 30px 60px;
    }
}

@media all and (max-width:767px) {
    .pictureheader {
        padding: 100px 10px 10px 10px;
    }

    .veil {
        padding: 20px 40px;
    }
}



.message {
    font-size: 35pt;
    font-weight: normal;
}

.messagefooter {
    padding-top: 15px;
    font-size: large;
}

@media all and (max-width:1460px) {
    .message {
        font-size: xx-large;
    }

    .messagefooter {
        padding-top: 10px;
    }
}

.fadeIn {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.4s;
}

    .fadeIn.slow {
        animation-duration: .6s;
    }

    .fadeIn.slower {
        animation-duration: .8s;
    }

    .fadeIn.slowest {
        animation-duration: 1s;
    }

@keyframes fadeInOpacity {
    0% {
        opacity: 0.05;
    }

    100% {
        opacity: 1;
    }
}



.messageline {
    font-size: x-large;
    padding-bottom: 10px;
    color: #555;
}

.headerveil .messageline {
    color: #ccc;
}

@media all and (max-width:1460px) {
    .messageline {
        padding-bottom: 15px;
    }
}

.bodywrapwideinner {
    padding: 20px calc(10% + 40px) 20px calc(10% + 40px);
}

.bodywrapinner {
    padding: 20px calc(40px + 15%) 20px calc(40px + 15%);
}

.blog .bodywrapinner {
    padding: 20px calc(40px + 25%) 20px calc(40px + 25%);
}

.faq {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: none;
    padding: 20px;
}

.faq:last-child {
    border-bottom: 1px solid #ccc;
}

.ba.faqlink {
    color: #112077;
    font-size: large;
    font-weight: bold;
}

.ba.faqlink:hover {
    color: #2167c0;
}

@media all and (max-width:1460px) {
    .bodywrapinner {
        padding: 10px 20% 30px 10%;
    }

    .bodywrapwideinner {
        padding: 10px 10% 30px 10%;
    }

    .blog .bodywrapinner {
            padding: 10px 10% 30px 10%;
    }
}

@media all and (max-width:767px) {
    .bodywrapinner {
        padding: 0 30px 0 30px;
    }

    .bodywrapwideinner {
        padding: 0 30px 0 30px;
    }

    .blog .bodywrapwideinner {
        padding: 0 30px 0 30px;
    }

    .messageline {
        font-size: x-large;
    }
}

.tdmidautonarrow {
    float: left;
    width: auto;
    padding-right: 10px;
}

@media all and (min-width:767px), all and (min-height:600px) {
    .tdmid {
        float: left;
        width: 50%;
        padding-right: 20px;
    }

    .tdmidcontainer {
        overflow: hidden; /* http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats */
        clear: both;
        max-width: 100%;
    }
}


.ticktitlediv {
    cursor: pointer;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 100px;
    vertical-align: top;
    display: none;
}

.floatcontainer {
    overflow: hidden; /* http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats */
}

.learnmore {
    font-weight: normal;
    color: #7687CD;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none;
}

.learnmorecontainer {
    padding-top: 5px;
    white-space: nowrap;
}


.gold {
    vertical-align: middle;
    padding: 10px 0 20px 0;
    text-align: center;
}

.padbot0 {
    padding-bottom: 0;
}

.padbot20 {
    padding-bottom: 20px;
}

.padbot50 {
    padding-bottom: 50px;
}

.padtop80 {
    padding-top: 80px;
}

.padtop50 {
    padding-top: 50px;
}

.padtop40 {
    padding-top: 40px;
}

.padtop30 {
    padding-top: 30px;
}

.padtop20 {
    padding-top: 20px;
}

.padtop10 {
    padding-top: 10px;
}

.padtop5 {
    padding-top: 5px;
}

.padright10 {
    padding-right: 10px;
}

.padleft10 {
    padding-left: 10px;
}

.padleft20 {
    padding-left: 20px;
}

.padleft50 {
    padding-left: 50px;
}

.padright20 {
    padding-right: 20px;
}

.padright50 {
    padding-right: 50px;
}

.width10 {
    width: 10px;
}

ul {
    vertical-align: top;
}

    ul>li {
        list-style-type: none;
        list-style: none;
        display: table-row;
    }

    ul.lispaced>li {
        margin-bottom: 10px;
        display: table;
    }

    ul>li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 14px;
        content: "\f111"; /* fa-circle*/
        color: var(--xaanchor);
        display: table-cell;
        padding-right: 15px;
    }


    ul.ulchecklarge>li:before, ul.ulcheck>li:before, ul.ultick>li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 14px;
        content: "\f00c"; /* fa-check */
        color: var(--xaanchor);
        display: table-cell;
        padding-right: 15px;
        padding-bottom: 5px;
    }

    ul.ulchecklarge>li:before {
        font-size: large;
    }


    ul.ulstrong>li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 18pt;
        content: "\f058"; /* check circle */
        color: var(--xaanchor);
        display: table-cell;
        padding-right: 15px;
        padding-bottom: 7px;
        position: relative;
        top: 5px;
    }

    ul.ulstrong>li.unchecked:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 18pt;
        content: "\f111"; /* circle */
        color: var(--xaanchor);
        display: table-cell;
        padding-right: 15px;
        padding-bottom: 7px;
        position: relative;
        top: 5px;
    }

    ul.ulstrong.orangeticks>li:before {
        color: #c06721;
    }

    ul.ulstrong2>li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 18pt;
        content: "\f00c"; /* check */
        color: var(--xaanchor);
        display: table-cell;
        padding-right: 15px;
        padding-bottom: 7px;
        position: relative;
        top: 5px;
    }

@media screen and (max-width:800px) {

    ul {
        padding-left: 0;
    }

        ul.ulstrong>li {
            top: 15px;
        }
}

ul.lipad {
    margin-top: 3px;
    margin-bottom: 3px;
}

.bodywrap img {
    border: none;
    padding-left: 0;
}

.imageholder {
    display: inline-block;
}

    .imageholder.bordered::after {
        content: "";
        display: table;
        clear: both;
    }

    .imageholder img, .timageholder img {
        transition: .5s ease-in-out;
        transition-delay: 0.3s;
    }

h1 {
    font-weight: bold;
    font-size: xx-large;
    color: #000;
    text-decoration: none;
    text-align: left;
    padding: 10px 0 7px 0;
    margin: 10px 0 6px 0;
}

h2 {
    font-size: xx-large;
    color: #000;
    font-weight: bold;
}

    h2.theading, .tcenter h2.theading {
        font-weight: bold;
        color: #112c30;
        letter-spacing: -1px;
    }

h3 {
    text-decoration: none;
    padding: 6px 0;
    margin: 6px 0 6px 0;
}

.libold {
    display: inline-block;
    font-weight: bold;
    padding: 0 8px 5px 0;
}

.liboldcontainer>li div {
    padding-bottom: 15px !important;
}

.gentle.bodywrap h1, .gentle.bodywrap h2, .gentle.bodywrap h3, .blog.bodywrap h1, .blog.bodywrap h2, .blog.bodywrap h3 {
    text-transform: unset;
    font-weight: bold;
}

.gentle.bodywrap h2, .gentle.bodywrap h3, .blog.bodywrap h2, .blog.bodywrap h3 {
    text-transform: unset;
    color: var(--xaanchor);
}

h1.message, .gentle.bodywrap h1.message, .blog.bodywrap h1.message {
    font-weight: normal;
    font-size: 35pt;
    color: #fff;
    text-decoration: none;
    text-align: left;
    padding: 10px 0 7px 0;
    margin: 10px 0 6px 0;
}


.gentle.bodywrap h1, .blog.bodywrap h1 {
    color: #224;
    font-size: xx-large
}

.gentle.bodywrap h2, .blog.bodywrap h2 {
    color: #224;
    font-size: x-large
}

.gentle.bodywrap h3,.blog.bodywrap h3 {
    color: #224;
    font-size: large
}

.bodywrap.blog {

}


.productpoint {
    color: var(--xaanchor);
    font-size: large;
    display: table-cell;
    white-space: nowrap;
    padding: 0 15px 25px 0;
}


.productpointshallow {
    color: var(--xaanchor);
    display: table-cell;
    white-space: nowrap;
    padding: 0 15px 5px 0;
}

    .productpoint:before, .productpointshallow:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: large;
        content: "\f00c";
        content: "\f058";
        padding: 1px 11px 0 15px;
    }

.productpointtext {
    display: table-cell;
    padding: 10px 0 30px 0;
    white-space: normal;
}

.productpointtextshallow {
    display: table-cell;
    padding: 0 0 5px 0;
    white-space: normal;
}

.productpointholder {
    white-space: nowrap;
    display: table-row; /* cant be padded */
}

    .productpointholder.productpointtext {
        display: block;
        white-space: normal;
    }

@media all and (max-width:800px) {
    .productpoint, .productpointtext {
        white-space: normal;
        display: block;
        padding: 20px;
    }

    .productbox:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: medium;
        content: "\f0c9";
        padding: 2px 35px 0 15px;
    }

    .productbox .productitems {
        display: none;
    }

    .productbox:hover .productitems {
        display: block;
        position: absolute;
        z-index: 20;
        border-radius: 3px;
        background-color: #fff;
        border: 1px solid #aaa;
        padding: 25px;
        width: 70%;
        left: 10%;
    }

        .productbox:hover .productitems .productitem,
        .productitems:hover .productitem,
        .productbox:active .productitems .productitem,
        .productitems:active .productitem {
            display: block;
            padding-bottom: 16px;
        }
}




/*.productpoint::after {
    content:' \2014 ';
}*/

.productlink {
    scroll-margin-top: 75px;
}

@media all and (max-width:1460px) {
    .productlink::before {
        height: 74px;
        margin: -74px 0 0 0;
    }

    .productlink {
        scroll-margin-top: 45px;
    }
}

.productitem {
    padding: 0 20px 0 20px;
    display: inline-block;
}

    .productitem i {
        color: #4467ff;
    }


#allsolutions {
    font-weight: 700;
    font-size: large;
    text-decoration: none;
}


.bodywrapinner section, .bodywrapwideinner section {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .bodywrapinner section, .bodywrapwideinner section {
        padding-bottom: 0;
    }
}

section a h3:hover {
    color: #2167c9;
}



.xassetsbutton { /* applies to divs and input[type=button] */
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    color: white; /* color needed in .xassetsbutton and .xassetsbuttontext */
    background-color: #2167c0;
    font-weight: normal;
    /*background-color:rgb(142, 196, 65);*/
    border: none;
    cursor: pointer;
    transition: border-color 1s, background-color 1s, color 1s;
}

input.xassetsbutton, button.xassetsbutton {
    padding: 13px 80px 13px 80px;
    border-radius: 5px;
}

    input.xassetsbutton:hover, button.xassetsbutton:hover {
        background-color: #4178d1;
    }

.xassetsbuttontext {
    display: inline-block;
    padding: 13px 80px 13px 80px;
    color: #fff;
    font-size: large;
    font-weight: 600;
    white-space: nowrap;
}

    .xassetsbuttontext:hover {
        color: #fc7;
    }


.strongmessage .xassetsbutton { /* applies to divs and input[type=button] */
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    color: var(--xaanchor); /* color needed in .xassetsbutton and .xassetsbuttontext */
    background-color: transparent;
    border: 1.5px solid var(--xaanchor);
    border-radius: 5px;
    cursor: pointer;
}

.strongmessage .xassetsbuttontext {
    display: inline-block;
    padding: 5px 20px 7px 20px;
    color: var(--xaanchor); /* color needed in .xassetsbutton and .xassetsbuttontext */
    font-size: medium;
    font-weight: 600;
    white-space: nowrap;
    min-width: 100px;
}

    .strongmessage .xassetsbuttontext:hover {
        color: #fff;
    }

.strongmessage .xassetsbutton:hover {
    border-color: #c06721;
    color: #fff;
    background-color: #f4f4f4;
    background-color: #c06721;
}


@media all and (max-width:800px) {
    .xassetsbuttontext {
        padding: 15px 30px 15px 30px;
    }
}

.xassetsbuttonsmall { /* applies to divs and input[type=button] */
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 20px 6px 20px;
    margin: 0 0 0 0;
    text-align: center;
    color: #fff; /* color needed in .xassetsbutton and .xassetsbuttontext */
    background-color: var(--xaanchor);
    background-color: var(--xabluebutton);
    /*background-color:rgb(142, 196, 65);*/
    border: none;
    cursor: pointer;
}

.xassetsbuttontextsmall, a.xassetsbuttontextsmall:visited {
    display: inline-block;
    color: #fff;
    font-size: medium;
    font-weight: 600;
    white-space: nowrap;
}

    .xassetsbuttontextsmall:hover {
        color: #fc7;
    }



.hotlink {
    cursor: pointer;
    text-align: left;
    color: var(--xaanchor);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    display: block;
}

.hotlinkdownload {
    cursor: pointer;
    text-align: left;
    color: var(--xaanchor);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.hotlinka {
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    color: var(--xaanchor);
}


.hotlinkaunder {
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    color: #465A91;
    font-weight: normal;
}

.logontext, .bodywrap p.logontext {
    color: #4a4a4a;
}

.logontextreq {
    color: #da4a4a;
}

.logonbox {
    border: solid 1px #aaa;
    border-radius: 0;
    padding: 45px 15px 15px 15px;
    width: 320px;
    max-width: 90vw;
    background-color: #fcfcf6;
    font-size: small;
}

@media screen and (max-width:800px) {
    .logonbox {
        width: 200px;
    }
}

#contacttable {
    color: #212121;
}

.tip {
    color: #00f;
    font-weight: bold;
    margin: 15px 0 15px 0;
    border: solid 1px #CC0000;
    padding: 15px 15px 15px 15px;
}


.quiettable {
    border-collapse: collapse;
    border-spacing: 0;
}

.tableline {
    border: solid 1px #ccc;
    padding: 3px 6px 6px 3px;
}

i.fa-check {
    color: var(--xaanchor);
    font-size: larger;
    width: 20px;
    display: inline-block;
}

i.fa-times {
    color: #c06721;
    font-size: larger;
    width: 20px;
    display: inline-block;
}

.tablelinebold {
    font-weight: bold;
    color: var(--xaanchor);
}

.tablelinediv {
    color: var(--xaanchor);
}

.pricingcolumn .tablelinediv table.quiettable tr td:nth-child(3),
.pricingcolumn .tablelinediv table.quiettable tr td:nth-child(4) {
    text-align: right;
}

@media all and (max-width:768px) {
    .tablelinediv {
        max-width: 95vw;
        overflow-x: auto;
        overflow-y: unset;
    }
}

.tablelinediv td {
    padding: 3px 5px 5px 5px;
    vertical-align: middle;
}

.tablelinedivpadded {
    padding: 0 15px 20px 15px;
    width: 690px;
}

.tablelinedivpadded2 {
    padding: 20px 20px 20px 20px;
}

#divpad {
    padding: 20px 20px 20px 20px;
    content: " ";
}

@media all and (max-width:767px) {
    #divpad {
        padding: 0;
    }
}


.galleryvisible {
    display: block;
    height: 800px;
    width: 80vw;
    overflow: auto;
    border: 1px solid #222;
    box-sizing: border-box;
}

@media all and (max-width:1600px) {
    .galleryvisible {
        height: 80vh;
        width: 80vw;
    }
}

@media all and (max-width:400px) {
    .galleryvisible {
        height: 80vh;
        width: 70vw;
    }
}

.galleryinvisible {
    display: none;
}

#gallerydescriptions {
    display: none;
}

#gallerytitle {
    font-size: large;
    font-weight: 700;
    padding: 15px 15px 0 0;
    white-space: normal;
    max-width: 80%;
    color: var(--xaanchor);
}

.galleryborder {
    margin: 15px 5px 15px 0;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #efefef;
    padding: 5px 10px 20px 10px;
}

.galleryleft, .galleryright {
    display: inline-block;
    padding: 0 15px 20px 25px;
    font-size: inherit;
}

    .galleryleft i, .galleryright i {
        font-size: xx-large;
        position: relative;
        top: 5px;
    }



.getstarted, .getstartedsmall {
    width: 600px;
    max-width: 90%;
    display: block;
    padding: 30px;
    text-align: center;
    font-size: large;
    background-color: var(--xaanchor);
    color: white;
    vertical-align: top;
    border-radius: 5px;
    margin-top: 20px;
}

@media all and (max-width:1460px) {
    .getstarted, .getstartedsmall {
        padding: 10px 10px 10px 10px;
    }
}

.getstarted span, .getstartedsmall span {
    display: inline-block;
    padding-right: 20px;
}

.getstarted a, .getstarted a:visited,
.getstartedsmall a, .getstartedsmall a:visited {
    color: white;
}

    .getstarted a:hover, .getstarted a:active,
    .getstartedsmall a:hover, .getstartedsmall a:active {
        color: #eee;
    }


.working, #divsearch {
    display: none;
    position: absolute;
    top: 75px;
    left: 10%;
    width: 350px;
    border: 1px solid #aaa;
    background-color: #eee;
    padding: 20px;
    color: #222;
    font-size: x-large;
    z-index: 9999;
    text-align: center;
}

@media all and (max-width:1000px) {
    .working, #divsearch {
        max-width: 95vw;
        padding: 20px;
        top: 30px;
        left: 0;
    }
}

.workingtext {
    margin: 20px 0 10px 0;
}

#divsearch input {
    width: 220px;
    border: 1px solid #aaa;
    padding: 3px;
    margin-left: 3px;
    height: 20px;
}

#divsearch button {
    width: 50px;
    border: 1px solid #aaa;
    background-color: #fafafa;
    margin: 5px 0 0 0;
    padding: 0 0 3px 0;
}

#globalveil {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
}

#asearch {
    cursor: pointer;
    color: black;
}

.wheelhouse img {
    max-width: 100%;
}

.image {
    max-width: 100%;
}

.imageholder img {
    max-width: 100%;
}

.shadowed {
    box-shadow: 0 0 34px 17px #ddd;
}

.bordered {
    border: 1px solid black;
}

.borderedlight {
    border: 1px solid #ccc;
}

.productitembordered {
    border: 1px solid var(--xaanchor);
    padding-bottom: 3px;
    display: inline-block;
    font-weight: bold;
}

@media all and (max-width:768px) {
    .imageholder img {
        max-width: 80vw !important;
    }
}

.whitecenterbox, .greycentrebox, .yellowcentrebox {
    display: inline-block; /* size to its contents */
    color: #212121;
    padding: 10px 50px 10px 30px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.greycentrebox, .greybox {
    background-color: #efefef;
}

.yellowcentrebox, .yellowbox {
    background-color: #fefef7;
}

.whitecenterbox, .whitebox {
    background-color: #fff;
}

@media all and (max-width:1460px) {
    .greycentrebox, .yellowcentrebox {
        padding: 10px;
    }
}

.width100percent {
    /*width:100%;*/ /*causes scrollbars in ff*/
}

.contacttableline {
    display: block;
}

    .contacttableline > .contacttablecell {
        display: inline-block;
        vertical-align: top;
        padding: 3px 0 3px 0;
    }


.chk {
    min-width: 350px;
}


.demo {
    font-size: 30pt;
}


.demoblock {
    display: block;
}

    .demoblock .imageholder {
        text-align: center;
    }

    .demoblock section {
        vertical-align: top;
        padding-top: 100px;
        padding-bottom: 1000px;
        height: 90vh;
    }

.demo li {
    cursor: pointer;
}

.demoslide {
    vertical-align: top;
}

    .demoslide div, .demoslide ul {
        vertical-align: top;
    }

        .demoslide ul>li:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 14px;
            content: "\f111"; /* fa-circle*/
            color: var(--xaanchor);
            display: inline-block;
            padding-right: 15px;
            position: relative;
            top: -5px;
            left: -3px;
        }




@media (max-width:400px) {
    .chk {
        min-width: unset;
    }
}

input[type=submit] {
    box-sizing: border-box;
    padding: 12px 33px 12px 33px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: var(--xaanchor);
    background-color: var(--xabluebutton);
    border: 1px outset #55aaff;
    cursor: pointer;
}

.chk input {
    display: none;
}

.chk label {
    padding-left: 0;
}

    .chk label:before {
        content: "";
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: bottom;
        margin-right: 10px;
        line-height: 20px;
        padding-top: 2px;
        text-align: center;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        font-family: 'Font Awesome 5 Free';
    }

.chk input:checked + label::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    font-size: 12pt;
}

.chk label:hover {
    color: var(--xaanchor);
}

.sidebyside {
    display: flex;
}

@media all and (max-width:1460px) {
    .sidebyside {
        display: block;
    }
}

.borderboxdark {
    border: 1px solid #ddd;
    background-color: #efefef;
    padding: 20px 20px 20px 20px;
    width: auto;
}

.borderboxdarkstrong {
    border: 1px solid #777;
    background-color: #efefef;
    padding: 10px 20px 20px 20px;
    width: auto;
}

.borderbox {
    border: 1px solid #ccc;
    padding: 20px 20px 20px 20px;
}

    .borderbox > p, .borderboxdark > p {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

pre.borderbox {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.borderboxtitle {
    padding-top: 0;
    margin-top: 0;
}

.addresses .contacttableline {
    border: 1px solid #eee;
    padding: 20px;
}

    .addresses .contacttableline .contacttablecell {
        padding-bottom: 15px;
    }

.contacttitle {
    padding-top: 15px;
}

.newstext {
    text-decoration: none;
    color: #111;
}

.newstitle {
    font-size: larger;
    font-weight: 700;
}


.fa-facebook, .fa-twitter, .fa-linkedin {
    padding: 20px;
    font-size: 30px;
    width: 60px;
    text-align: center;
    text-decoration: none;
}

    /* Add a hover effect if you want */
    .fa-facebook:hover, .fa-twitter:hover, .fa-linkedin:hover {
        opacity: 0.7;
    }

.pad5 td {
    padding: 10px;
    border-spacing: 10px;
    border-collapse: separate;
    vertical-align: middle;
}

.blogdate {
    display: inline-block;
    max-width: 200px;
}

.blogindexline {
    display: block;
    padding: 3px 0 3px 15px;
}

.blogindexlineauthor {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    font-size: small;
}

    .blogindexlineauthor > div, .blogindexlineauthor > address {
        flex: 1 50%;
    }

.blogdate, .blogindexlink {
    display: table-cell;
}

.blogauthor {
    display: table-cell;
    font-style: normal;
}

.blogmain .blogindexline {
    display: inline-block;
    width: 33%;
    vertical-align: top; /* this is needed to stop them staggering vertically */
    height: 250px;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 15px 30px;
    margin: 0 25px 25px 0;
    cursor: pointer;
}

.blogmain .blogindexlink {
    height: 40px;
    display: inline-block;
    color: #112077;
    font-weight: bold;
    font-size: large;
}

    .blogmain .blogindexlink:hover {
        color: var(--xaanchor);
    }

.blogmain .blogpreamble {
    display: block;
    padding-top: 10px;
    height: 145px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blogfooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blogbutton {
    color: #b04701;
    display: inline-block;
    font-weight: bold;
}



@media (max-width:800px) {
    .blogmain .blogindexline {
        width: unset;
        padding: 15px 15px;
        margin: 0 5px 5px 0;
    }
}

.blogdetail {
    display: block;
    padding: 0;
}

    .blogdetail .readmore {
        background-color: #EF7C20;
        display: block;
        padding: 10px 30px 10px 30px;
        color: white;
        width: 100px;
    }

    .blogdetail h1 {
        font-size: x-large;
        color: var(--xaanchor);
        font-weight: bold;
    }

    .blogdetail h2 {
        font-size: medium;
        color: var(--xaanchor);
        font-weight: bold;
    }

    .blogdetail img, .blogdetail .hotlinkdownload, .blogdetail .blogindexline, .blogdetail .padtop20 {
        display: none;
    }

.blogfilterbox {
    margin-bottom: 40px;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blogfind {
    padding: 10px 20px;
    font-size: 0.95rem;
    font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    background-color: #2b6cb0; /* medium blue */
    border: none;
    border-radius: 999px; /* pill shape */
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    white-space: nowrap;
}

.blogfind:hover {
    background-color: #2c5282; /* darker blue on hover */
    color: #ffffff;
}

.blogfind.blogfindactive {
    color: #ffffff;
    cursor: default;
}

.blogfind i {
    margin-right: 6px;
    display: none;
}

.blogfind.blogfindactive i {
    margin-right: 6px;
    display: inline;
}


.integrationtext {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1000px;
}

.integrationsbox {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0;
    padding: 0;
}

@media all and (min-width:800px) {
    .integrationswrap {
        padding: 15px;
        background-color: #f1f1ec;
        border: 1px solid #ddd;
    }
}

.tsolutions .integrationsbox {
    padding: 0 15%;
}

/* integrations box inside a tisland doesn't need padding */
.tisland .integrationsbox {
    padding: 3px;
}

@media only screen and (max-width: 1400px) {
    .integrationsbox, .tsolutions .integrationsbox {
        padding: 3px;
    }
}

/*.blogfindactive::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12pt;
    content: '\f0a9';
    margin-left:0;
    margin-right: 10px;
    padding:3px;
    width:20px;
}
*/

.mainblog {
    display: block;
    color: white;
    vertical-align: middle;
    font-size: large;
}

    .mainblog div {
        display: inline-block;
    }

    .mainblog i {
        display: inline-block;
        padding-top: 15px;
        padding-left: 10px;
    }


    .mainblog:hover {
        color: #c06721;
    }

.clickexpandtarget {
    display: none;
}

.blogdetail .blogfirst {
    height: 500px;
    overflow-y: hidden;
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

@media all and (max-height: 800px) {
    .blogdetail .blogfirst {
        height: 90vh;
    }
}

.pricingitem {
    border: 1px solid #d22;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 150px;
    padding: 5px 10px 5px 10px;
}

.pricingtab {
    display: inline-block;
    vertical-align: top;
    box-shadow: 2px 2px 5px 5px #ccc;
    width: 300px;
    margin: 5px 10px 5px 0;
    padding: 10px;
    height: 200px;
}

.pricingtitle {
    display: inline-block;
    font-size: medium;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pricingcolumn .pricingtitle {
    display: inline-block;
    font-size: large;
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #2157a0;
}

.pricingtext {
    height: 150px;
}

.pricingtextline {
    padding-bottom: 10px;
}

.pricingamount {
    font-size: larger;
    font-weight: bold;
    height: 32px;
}

.pricingcalc {
    display: inline-block;
    vertical-align: top;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin: 5px 10px 5px 0;
    padding: 20px;
}

    .pricingcalc input, .pricingcalc span {
        width: 70px;
        font-size: small;
        text-align: right;
        display: inline-block;
    }

    .pricingcalc .slider::-ms-tooltip {
        display: none;
    }

    .pricingcalc .slider {
        -webkit-appearance: none;
        width: 500px;
        height: 15px;
        border-radius: 5px;
        background: #d3d3d3;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

    .pricingcalc .pricingrow {
        display: table-row;
        padding-bottom: 10px;
    }

        .pricingcalc .pricingrow .pricingcell {
            display: table-cell;
            padding: 5px 10px;
            font-size: larger;
        }

            .pricingcalc .pricingrow .pricingcell:first-child {
                white-space: nowrap;
            }

@media all and (max-width: 1400px) {
    .pricingcalc .slider {
        width: 200px;
    }

    .pricingcalc .pricingrow .pricingcell:first-child {
        white-space: normal;
    }
}

.text-center {
    text-align: center;
    vertical-align: top;
}

.text-left {
    text-align: left;
    vertical-align: top;
}

.nowrap {
    white-space: nowrap;
}

.inlineblock {
    display: inline-block;
}

.bold {
    font-weight: bold;
}

.w100 {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.w75 {
    display: inline-block;
    width: 49%;
    text-align: center;
    vertical-align: top;
}

.w50 {
    display: inline-block;
    width: 49%;
    text-align: center;
    vertical-align: top;
}

.wl50 {
    display: inline-block;
    width: 49%;
    text-align: left;
    vertical-align: top;
}

.w33 {
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: top;
}

.w25 {
    display: inline-block;
    width: 24%;
    text-align: center;
    vertical-align: top;
}

@media (max-width:800px) {
    .w75, .w50, .wl50, .w33, .w25 {
        width: unset;
    }
}

.foot {
    margin: 30px 0 30px 0;
}

    .foot hr {
        margin: 20px 0 20px 0;
        vertical-align: top;
        color: #fafafa;
    }

.bottomlogolineouter {
    border-top: 1px solid #aaa;
    text-align: center;
    padding-bottom: 7px;
}

.bottomlogolineinner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

    .bottomlogolineinner > div {
        display: inline-block;
    }

@media (max-width:800px) {
    .bottomlogolineinner {
        display: inline-block;
    }

        .bottomlogolineinner > div {
            display: block;
        }
}

.botmenucontainer {
    padding: 10px;
    text-align: center;
    overflow: auto;
}

    .botmenucontainer > div {
        vertical-align: top;
    }

.botmenu {
    vertical-align: top;
    display: inline-block;
    min-width: 350px;
    text-align: left;
}

@media all and (max-width:768px) {
    .botmenucontainer {
        text-align: left;
    }

    .botmenu {
        min-width: calc(90vw - 60px);
    }
}

.botheader {
    font-weight: bold;
    color: #555;
    padding: 10px 0 3px 0;
}

.botmenu a, .botmenu a:link, .botmenu a:visited {
    display: block;
    color: #555;
    padding: 3px 0;
}

    .botmenu a:hover {
        display: block;
        color: #666;
    }

@media all and (max-width:1460px) {

    .botmenucontainer {
        padding: 30px;
    }

    .botheader {
        font-size: medium;
    }

    /* allow fat finger space for collapsed menus on mobile */
    .botmenu {
        padding-bottom: 30px;
    }

        .botmenu a, .botmenu a:link, .botmenu a:visited {
            padding-top: 32px;
            font-size: medium;
        }
}




#nocookies, #companyinfo {
    text-align: center;
    padding: 20px;
}

    #nocookies a {
        color: #777;
    }

.logocontainer {
    padding: 0;
    width: 100%;
    vertical-align: top;
}

.logoleft, .logoright, .logowrap {
    display: inline-block;
}

.logoleft, .logoright {
    padding: 0 20px;
    cursor: pointer;
    color: #2159c0;
    position: relative;
    top: -35px;
}

@media all and (max-width:800px) {
    .logoleft, .logoright {
        padding: 0 5px;
    }
}

.logowrap {
    overflow: hidden;
    width: 80%;
    height: 120px;
    white-space: nowrap;
    background-color: #ececec;
}

    .logowrap img {
        padding: 30px 30px 30px 30px;
        max-height: 60px;
        width: auto;
        vertical-align: middle;
    }

    .logowrap, .logowrap *, .logoleft, .logoright {
        user-select: none;
    }


@media (max-width:400px) {
    .logowrap {
        width: 70%;
    }
}

/* TOGGLE SWITCH */

.toggleswitch {
    display: inline-block;
    padding-top: 5px;
    text-align: center;
    width: 60px;
}

    .toggleswitch input {
        display: none;
    }

    .toggleswitch label {
        cursor: pointer;
        display: block;
        border: 1px solid #aaa;
        border-radius: 11px;
        background-color: #eee;
        width: 50px;
        height: 20px;
        top: 5px;
        position: relative;
        transition: all 0.3s;
    }

        .toggleswitch label:after {
            content: '';
            background-color: #fff;
            border: 1px solid #aaa;
            border-radius: 10px;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.3s;
        }

    .toggleswitch input:checked + label {
        background-color: #4197C0;
        border-color: #4197C0;
    }

        .toggleswitch input:checked + label:after {
            left: 30px;
            border-color: #4197C0;
        }
/* END SWITCH */


/* pricing radio */

.pricingradio input[type="radio"] {
    display: none;
}

    .pricingradio input[type="radio"] + label {
        display: inline-block;
        margin-left: 35px;
        color: var(--xaanchor);
        cursor: pointer;
        margin-bottom: 10px;
    }

        .pricingradio input[type="radio"] + label:before {
            color: white;
        }

    .pricingradio input[type="radio"]:checked + label:before {
        color: #2154c7;
    }

    .pricingradio input[type="radio"] + label:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 15pt;
        content: '\f00c';
        margin-left: -35px;
        margin-right: 15px;
        padding: 3px;
        width: 25px;
        border: 1px solid #ccc;
    }

.pricingrow {
    display: inline-block;
    margin-left: 5px;
}

.pricingcolumn {
    vertical-align: top;
    display: inline-block;
    padding: 15px 20px;
    background-color: #efefef;
    margin-right: 20px;
    border: 1px solid #ccc;
    margin-top: 20px;
    border-radius: 5px;
    min-width: 285px;
}

@media (max-width: 400px) {
    .pricingcolumn {
        min-width: unset;
        margin-right: unset;
    }
}


.pricingcolumn i {
    display: inline-block;
    margin-right: 20px;
}

.pricingline {
    padding-bottom: 5px;
}

.pricinglinelarge {
    padding: 10px 0 20px 0;
}

    .pricinglinelarge .number {
        font-size: large;
        display: inline;
        padding-right: 5px;
    }

/* end pricing radio */

/* HTML TEMPLATES */

.template {
    display: none;
}

.iconarray {
    display: block;
    vertical-align: middle;
    text-align: center;
}

    .iconarray i {
        display: inline-block;
        padding-right: 35px;
        margin-bottom: 15px;
        width: 70px;
    }

.tableheader {
    font-weight: bold;
    color: var(--xaanchor);
}

.cookies {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    color: white;
}

.productboxup {
    padding-right: 10px;
    color: var(--xaanchor);
}

.defaulticon {
    color: white;
}

.signupinfo {
    white-space: normal;
    width: 300px;
}

.signup {
    display: none;
}

@media screen and (min-width:801px) {

    .signup {
        border: 1px solid black;
        border-radius: 3px;
        padding: 0 20px 5px 20px;
        background-color: #efefef;
        max-width: 350px;
        z-index: 99999;
        margin-top: 20px;
    }

        .signup.signuptop {
            position: fixed;
            top: 5%;
            right: 5%;
        }
}


.sep {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid#ddd;
    margin: 1em 0;
    padding: 0;
}

.clickabletext {
    color: #000;
    border: none;
}

    .clickabletext:hover h2, .clickabletext:hover .xassetsbuttontext {
        color: #c06721;
    }

    .clickabletext:hover p {
        color: #000;
    }

.dark, .dark h1, .dark h2, .dark h3 {
    color: white;
}

@media all and (max-width:1460px) {
    .unpadmobile {
        padding: 0;
    }
}

#divtopinfo.contacttableline {
    font-weight: bolder;
    font-size: large;
    color: var(--xaanchor);
}

.righttools {
    position: sticky;
    right: 25px;
    top: 75%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 99999;
    width: 180px;
}

.righttool {
    display: block;
    padding: 25px 25px;
    background-color: #fc2; /*#1065c9; */ /*--xaanchor;*/
    background-color: #c06721;
    border-radius: 5px;
    color: white;
    font-size: medium;
    margin-bottom: 10px;
    text-align: center;
}

    .righttool > span {
        display: inline-block;
        padding-right: 5px;
    }

    .righttool:hover {
        color: #eef;
        background-color: #b07731;
    }

@media all and (max-width:1460px) {
    .righttools {
        display: none;
    }
}

/*.thome {
    background:url(../images/xahome.jpg) no-repeat; 
    background-size:100%;
    background-position: 0 -100px; 
    
}
*/

.ttop {
    min-height: calc(65vh - 92px);
    padding: 2% 10% 50px calc(10% + 40px);
    display: block;
    border: 1px solid #ccc;
    color: black;
    background-image: url(../images/dell2.jpg);
    background-size: cover;
}

@media (max-width:1400px) {
    .ttop {
        padding: 2% 10% 50px 6%;
    }
}

@media (max-width:767px) {
    .ttop {
        padding: 2% 6% 2% 6%;
    }
}

.ttopsmall {
    font-size: 12px;
}

.ttopbox {
    display: inline-block;
    margin: 100px 0 0 0;
    padding: 40px 60px;
    color: white;
    background-color: #042f49;
    border-radius: 13px;
    max-width: 850px;
}

@media all and (max-width:800px) {
    .ttopbox {
        padding: 30px 30px;
        margin: 20px 0 0 0;
    }
}

.ttopbox h1 {
    color: white;
    font-size: 43px;
    font-weight: 900;
    letter-spacing: 0.5px;
}


.ttop h1, .ttop h2 {
    font-family: Arial;
    vertical-align: top;
    font-weight: normal;
    margin-top: 5px;
    font-size: 3.74rem;
}

.ttop h1 {
    font-size: 40px;
    font-weight: normal;
}

.ttop h2 {
    font-size: 30px;
    margin-top: 5px;
    color: black;
}

.ttop p {
    padding: 20px 0 20px 0;
    max-width: 750px;
    font-size: 23px;
}

.reviewpicholder img {  /* for capterra etc review pics */
    max-height: 100px;
}

.treviews {
    padding: 20px 20px 20px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 10px 5px 0;
}

.treviews h2.theading {
    font-size: xx-large;
}

.reviewpanel {
    height: 400px;
    overflow: auto;
}

.reviewpanel {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width:767px) {
    .reviewpanel {
        height: 300px;
    }
}

.reviewimage {
    height: 600px;
    width: 300px;
    max-width: 90vw;
    object-fit: cover;      
    object-position: center; 
}
.reviewsubtitle {
    font-weight: bold;
    padding-bottom: 0;
}

.reviewbody {
    margin-top: 0;
}

.contactshield {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: small;
    margin-top: 30px;
    padding-left: 20px;
}

.contactshielditem {
    white-space: normal;
    flex: 1 0 auto;
    padding-left: 10px;
}

.initservice {
    text-align: center;
}

.contactinfobox {
    display: inline-block;
    padding: 40px 40px 0 40px;
    vertical-align: top;
    background-color: #eee;
    border: 1px solid #aaa;
    margin-top: -1px; /* border collapse */
    margin-left: -1px;
}

@media (max-width:767px) {
    .ttop {
        padding: 10px;
    }

        .ttop h1 {
            font-size: 36px;
            max-width: 90%;
            padding-top: 40px;
        }

        .ttop h2 {
            font-weight: normal;
            font-size: 20px;
        }
}

p.normalfont {
    font-size: medium;
    color: black;
}

.contactinfo {
    text-align: left;
    white-space: normal;
    max-width: 320px;
}

.contactinfo ul {
    padding-left: 0px;
}

.contactframecontainer {
    min-height: calc(100vh - 230px);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.contactframe {
    border: 1px solid #aaa;
    display: inline-block;
    border-radius: 5px;
    background-color: white;
}

.contactpanel {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 15px 45px;
}

.contactpanel h2, .contactpanel h3 {
    margin-top: 0;
}

@media (max-width:767px) {
    .contactpanel {
        padding: 15px;
    }
}


.ttop ul>li:before {
    color: white;
}


.ttab {
    text-align: center;
    width: 100%;
}

.tlinks {
    padding: 20px 20px 20px 20%;
    text-align: left;
}

.ttabitem {
    vertical-align: top;
    max-width: 640px;
    display: inline-block;
    min-height: 400px;
    text-align: left;
    /* no padding here */
    background-color: #fff;
    box-sizing: border-box;
}

.tproducts .ttabitem {
    min-height: unset;
    vertical-align: top;

}



.ttabitem .clickabletext.contactinfo {
    padding-top: 30px;
}

.ttabdirect {
    width: 400px;
    max-width: 90%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    margin: 20px;
    color: white; /* color needed in .xassetsbutton and .xassetsbuttontext */
    background-color: var(--xaanchor); /* #2167c0 */
    background-clip: padding-box;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 40px 13px 40px;
    font-size: large;
    font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 600;
    white-space: pre-wrap;
    color: white;
}

    .ttabdirect:hover {
        color: #ddf;
        background-color: #3177d0;
    }

@media (max-width: 1000px) {
    .ttabdirect {
        width: 450px;
        max-width: 90vw;
        margin: 20px 0;
        padding: 10px 10px 13px 10px;
    }
}

.tblog .ttabitem {
    min-height: 500px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    .ttabitem {
        min-height: unset;
    }
}

@media (min-width: 768px) {

    .ttabitem {
        border: 1px solid #ccc;
        margin-top: 5px;
    }

    .ttabsmall .ttabitem {
        border-radius: 5px;
    }

    .ttab .ttabitem:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right, #ee7600 0%,#ee7600 10%,#6197C0 18%,#81A7e8 100%);
        top: 0;
        left: 0;
        padding: 0;
    }
}

@media (max-width:767px) {
    .ttab {
        text-align: left;
    }

    .ttabitem {
        margin-bottom: 0;
    }
}

.ttabitem > .clickabletext, .ttabitem > .ttabtext {
    padding: 15px 30px 10px 30px;
    display: inline-block;
}

.ttabbody {
    display: inline-block;
    min-height: 320px;
    color: black; /* because we have an a wrapper */
    font-size: large;
}

.ttabitem h2 {
    font-size: 22pt;
    color: black;
    letter-spacing: 0px;
}

.tproducts .ttabbody {
    min-height: unset;
}

.tproducts .ttabbody h2 {
    font-size: 20pt;
    font-weight: bold;

}

/* use tcta for all buttons */

.tcta {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
    color: black; /* color needed in .xassetsbutton and .xassetsbuttontext */
    background-color: #6d4; /*#2167c0;*/ /*62D84E tin*/
    background-clip: padding-box;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 30px 13px 30px;
    font-size: large;
    font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 600;
    white-space: pre-wrap;
    transition: border-color 1s, background-color 1s, color 1s;
}

.ttopbox .tcta {
    color: black; /* color needed in .xassetsbutton and .xassetsbuttontext */
    background-color: #5d5; /*#41a7e0;*/ /* #6599C5 */
    border-radius: 30px;
    white-space: nowrap;
    padding: 10px 15px 13px 30px;
}

.tcta.blue {
    background-color: #2167c0;
    color: white;
}

.tcta:hover {
    border-color: #ccc;
    background-color: #7f8; /*var(--xaanchor); */ /* #6599C5 */
    color: #226;
}

.tcta.blue:hover {
    border-color: #ccc;
    background-color: #6599c5;
    color: #eee;
}


.tcta .fa {
    display: inline-block;
    margin-left: 10px;
}

/* class tgt adds a > to a button */

.tcta.tgt:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 18pt;
    content: "\f105"; /* arrow right. f30b for long array, f061 for normal, f054 is chevron right, f105 is angle right  */
    padding: 0 5px 0 15px;
    position: relative;
    top: 2px;
}

.tcta.tgt2 {
    margin-right: 20px;
    margin-bottom: 20px;
}

    .tcta.tgt2:after {
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: 18pt;
        content: "\f0a9"; /* circle arrow right */
        padding: 0 5px 0 15px;
        position: relative;
        top: 2px;
    }


@media (max-width: 800px) {
    .tcta.tgt2 {
        font-size: 13pt;
        min-width: 270px;
        text-align: left;
        padding-left: 20px;
        white-space: nowrap;
    }

    .tcta.tgt2:after {
        float:right;
    }
}


.tbutton {
    color: #c06721;
    display: inline-block;
    font-weight: bold;
    font-size: larger;
}

    .tbutton:after {
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: 18pt;
        content: "\f105"; /* arrow right. f30b for long array, f061 for normal, f054 is chevron right, f105 is angle right  */
        padding: 12px 5px 0 10px;
        position: relative;
        top: 2px;
    }

    .tbutton:hover {
        color: #e08741;
    }

.tabitemspacer {
    display: inline-block;
}

@media (min-width:1550px) {
    .tabitemspacer {
        width: 20px;
    }
}

@media (max-width:1350px) {
    .tabitemspacer {
        display: none;
    }
}

/* radio tabs for product box pairs */

.tabradio {
    display: none;
}
    /* hide radio buttons */
    .tabradio + div label {
        display: inline-block;
    }
    /* show labels in line */
    .tabradio ~ .ttab {
        display: none;
    }
/* hide contents */


/* show contents only for selected tab */
#tab1:checked ~ #tabcontent1,
#tab2:checked ~ #tabcontent2,
#tab3:checked ~ #tabcontent3,
#tab4:checked ~ #tabcontent4 {
    display: block;
}

.ttablabels {
    text-align: center;
    padding-top: 25px;
}

    .ttablabels label {
        display: inline-block;
        font-size: 0;
        padding: 0 10px 0 10px;
        cursor: pointer;
    }

        .ttablabels label:after {
            display: inline-block;
            content: "\f111";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 25pt;
            color: #111;
        }

#tab1:checked ~ .ttablabels #tablabel1:after,
#tab2:checked ~ .ttablabels #tablabel2:after,
#tab3:checked ~ .ttablabels #tablabel3:after,
#tab4:checked ~ .ttablabels #tablabel4:after {
    color: #e08741;
}

@media (max-width:767px) {
    .ttablabels {
        display: none;
    }

    .tabradio ~ .ttab {
        display: block;
    }
    /* hide contents */
}

/* Tiling for the default platform section */

.ttilewrap {
    display: inline-flex; /* size to contents */
    flex-direction: row;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE 10 AND 11 ONLY - inline flex doesn't work so resort to inline block */
    .ttilewrap {
        display: inline-block;
    }
}

.t60 {
    width: 58%;
    max-width: 800px;
    flex: 1;
}

.t50 {
    width: 48%;
    max-width: 600px;
    flex: 1;
}

.t40 {
    width: 38%;
    max-width: 450px;
    flex: 1;
}

.t100 {
    width: 94%;
    max-width: 1280px;
}

.t30 {
    width: 28%;
    max-width: 500px;
}

.t70 {
    width: 68%;
    max-width: 800px;
}

.tcenter {
    text-align: center;
    vertical-align: top;
}

.tleft {
    text-align: left;
    padding-left: calc(10% + 40px);
}

    .tcenter h2, .tleft h2 {
        color: black;
    }

.dark .tcenter h2,
.dark .tleft h2,
.dark .tcenter p,
.dark .tleft p {
    color: white;
}


.ttilespacer {
    display: inline-block;
    width: 15px;
}


.ttile {
    text-align: left;
    padding: 20px 40px;
    border-radius: 5px;
    font-size: large;
    color: white;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    flex-shrink: 0;
}

    .ttile.twhite {
        color: black;
    }

    .ttile h3 {
        color: white;
        font-size: xx-large;
    }

    .ttile.twhite h3 {
        color: black;
    }


@media (max-width:1024px) {
    .t100, .t50, .t40, .t30, .t70 {
        width: unset;
        max-width: unset;
    }

    .ttilewrap {
        display: inline-block;
    }

    .ttile {
        text-align: left;
        border-radius: 0;
        width: 100%;
        padding: 20px 40px;
        margin: 0;
    }

    .ttilespacer {
        display: none;
    }

    .tcenter h1 {
        padding: 20px 30px;
    }
}

@media (max-width:1024px) {
    .ttile {
        padding: 20px;
    }
}

.ulhome {
    padding-left: 0; /* ul has a default padding */
}

    .ulhome>li:before {
        font-family: "Font Awesome 5 Free";
        font-size: 18pt;
        content: "\f058"; /* check circle */
        color: white;
        padding-bottom: 7px;
        position: relative;
        top: 3px;
    }


.tblue {
    background-color: #053d69;
}

.torange {
    background-color: #C06721;
}

.tgrey {
    background-color: #555;
}

.twhite {
    background-color: transparent;
}


.timageholder img {
    border-radius: 5px;
    max-width: 100%;
}

.margin45 {
    margin-top: 45px;
}

.marginall20 {
    margin: 20px;
}

.timageholder img {
    border-radius: 5px;
    max-width: 100%;
}

.timageholder.bordered img {
    margin-top: unset;
    border-radius: 0;
}

@media all and (max-width:768px) {
    .timageholder img {
        max-width: 80vw;
    }
}

.tnarrow {
    max-width: 1200px;
    text-align: left;
    padding: 0 100px 0 100px;
}

.narrow {
    text-align: center;
    max-width: 800px;
    margin: 0 auto; /* Center the element horizontally */
    padding: 0 20px; /* Adjust padding as needed */
}

.tsolutions {
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
}

@media (max-width:1460px) {
    .tnarrow {
        max-width: unset;
        text-align: left;
        padding: 0;
        margin-left: 10px;
    }
}

.tislandcontact {
    margin-top: 10px;
    text-align: center;
    height: 660px;
}

.tislandchildcontact {
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
}

.tislandchildcontactdiv {
}


.tisland {
    margin-top: 10px;
    text-align: center;
}

    .tisland.tislandleft {
        text-align: left;
    }


.tislandchild {
    display: inline-block;
    max-width: 800px;
    text-align: left;
    border: 1px solid #ccc;
    padding: 0 60px 30px 60px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

    .tislandchild.tislandchildwide {
        max-width: 1200px;
    }

@media (max-width:1460px) {
    .tisland {
        margin-top: 0;
        text-align: left;
    }

    .tislandchild {
        display: inline-block;
        max-width: 100%;
        text-align: left;
        border: none;
        padding: 0;
        box-shadow: unset;
    }
}



.tshiftup {
    margin-top: -100px;
}

@media (max-width:767px) {
    .tshiftup {
        margin-top: 0;
    }
}

.tmulti {
    display: flex;
    flex-direction: row;
}

.tmultichild {
    text-align: left;
    flex: 0 0 auto;
    padding-right: 25px;
}

@media (max-width:1000px) {
    .tmulti {
        display: block;
    }

    .tmultichild {
        display: inline-block;
    }
}

.shadedsection {
    background-color: #eee;
    border: 1px solid #ddd;
}

.shadedsectiondark {
    background-color: #aaa;
    border: 1px solid #aaa;
}

.apiindexholder {
}

.apiindexline {
    padding: 5px 0 30px 0;
    display: table;
    vertical-align: top;
}

    .apiindexline a {
        display: inline-block;
        width: 300px;
        vertical-align: top;
    }

.apiindexsummary {
    display: inline-block;
    max-width: 800px;
    vertical-align: top;
}

.apiargument {
    vertical-align: top;
    white-space: nowrap;
}

.apiargumentlist {
    padding: 5px 0 10px 5px;
}

.apiargumentnumber:before {
    content: 'Argument';
    padding-right: 5px;
}

.apiargumentnumber {
    vertical-align: top;
    display: inline-block;
    width: 150px;
}

.apiargumenttext {
    display: inline-block;
    white-space: pre-wrap;
}

.apicopy {
    display: block;
    padding: 5px 20px;
}

.apicopyinline {
    display: inline-block;
    padding: 5px 20px;
}

.apimethod .codewrapper {
    letter-spacing: 1px;
    box-sizing: border-box;
    padding: 5px;
    overflow: scroll;
}

.codebox .codewrapper {
    border: 1px solid #aaa;
    padding: 5px;
    overflow: auto;
    white-space: nowrap;
    background-color: #eee;
}

code {
    white-space: nowrap;
}

    code.respectcrlf {
        white-space: pre-wrap;
        word-break: break-all;
        overflow-wrap: anywhere; 
        max-width: 100%; 
        display: block; 
    }

.apimethod h3 {
    font-weight: bolder;
}

.apimethod button {
    font-size: small;
    width: 120px;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #ccc;
}

    .apimethod button::after {
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: 12pt;
        content: "\f0c5";
        padding: 0 5px 0 15px;
        position: relative;
        top: 2px;
    }

.codeblock {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 10px;
}

.divtable {
    display: table;
}

.divrow {
    display: table-row;
}

.divcell {
    display: table-cell;
    padding-right: 15px 25px;
}

.discovernowinput {
    height: 35px;
    padding: 3px 0 3px 5px;
    font-size: medium;
    width: 300px;
}

#token {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 15px 15px;
    vertical-align: middle;
    text-align: center;
    font-weight: bolder;
    width: 450px;
}

#copied {
    display: inline-block;
    display: none;
    font-size: 18px;
    color: #13c013;
}

.hidden {
    display: inline-block;
    display: none;
}

.blogtable {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

    .blogtable td {
        border: 1px solid #ddd;
        padding: 8px;
    }

        .blogtable td div {
            text-align: left;
            overflow-wrap: break-word;
        }

    .blogtable th {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .blogtable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

#downloadinstruction {
    display: inline-block;
    padding-bottom: 30px; /* padding needed for image grow on mouseover */
}

.phonebox {
    font-size: 13px;
    position: relative;
    top: 3px;
    left: -20px;
    padding-top: 7px;
}

.phone {
    display: inline-block;
    min-width: 30px;
}

.contactpanel h2 {
    margin-bottom: 10px;
}

.floatinglabel {
    position: relative;
    display: block;
    pointer-events: none;
    z-index: 1;
    background-color: transparent;
    top: 10px;
    left: 10px;
    color: #669;
    transition: 0.2s ease all;
    font-size: 10pt;
    padding: 3px 6px;
    margin-bottom: -25px;
}

.infopopupoverlay {
    display: none; /* Hide by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1000; /* Layer above other content */
}

.infopopup {
    display: none;
    position: absolute;
    border: 1px solid #222;
    padding: 20px 25px;
    width: 500px;
    max-width: 90vw;
    background-color: #fff;
    overflow: auto;
    z-index: 1001; /* Layer above overlay */
}

@media (max-width:767px) {
    .infopopup {
        width: 80vw;
        left: 5px;
    }
}

.closebutton {
    display: inline-block;
    cursor: pointer;
    float: right;
}

.kpitablewrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.kpitable {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

.kpitable th,.kpitable td {
    padding: 12px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.kpitable th, .kpitable tr {
    background-color: #eef;
}

.kpitable tr:nth-child(2n - 1) {
    background-color: #f5f5ff;

}

.kpitable tr:hover {
    background-color: #f5f5f5;
}


/* COOKIE CONSENT STUFF */


  .cc-window {
    position: fixed;
    top: 4rem;
    left: 1rem;
    right: 1rem;
    max-width: 1000px;
    margin: auto;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    padding: 2rem 4rem;
    font-size: 1rem;
    z-index: 1000;
    pointer-events: auto;
  }


.cc-veil {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    display: none;
}

/* END COOKIE CONSENT STUFF */


/* d3 */


.link {
    stroke: #999;
    stroke-opacity: 0.6;
}

.node rect {
    stroke: #2167c0;
    stroke-width: 1.5px;
    fill: white;
}

.node text {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    fill: black;
}

.itamstrategiesgrid {
    border: 1px solid #aaa;
}

#zoomVeil {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 9999;
        vertical-align: middle;
    text-align: center;

}

#zoomVeil img {
    max-width: 90vw;
    max-height: 90vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px black;
    border-radius: 8px;
}





.timeline {
    position: relative;
    max-width: 800px;
    margin: auto;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #ccc;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.entry {
    padding: 20px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}
.entry::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: white;
    border: 4px solid #2196F3;
    top: 30px;
    border-radius: 50%;
    z-index: 1;
}
.entry.left {
    left: 0;
}
.entry.right {
    left: 50%;
}
.entry.right::after {
    left: -10px;
}
.entry .content {
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.entry h3 {
    margin-top: 0;
    font-size: 1.2em;
}
.entry i {
    margin-right: 8px;
    color: #2196F3;
}
@media screen and (max-width: 600px) {
    .timeline::after {
    left: 31px;
    }
    .entry {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    }
    .entry.right {
    left: 0%;
    }
    .entry::after, .entry.right::after {
    left: 15px;
    }
}