        /* header - nav */

        #header #header-wrap {
            /* CJL height: 78px; */
            height: 92px;
        }

        #logo {
            margin-top: 9px;
            margin-right: 0 !important;
            padding-right: 0 !important;
            padding-left: 22px;
        }

        @media (max-width: 320px) {

            #header,
            #header-wrap,
            #logo img {
                padding-bottom: 0;
            }
        }

        @media (max-width: 425px) {
            #logo img {
                display: flex;
                max-width: 84%;
                margin: 0 auto;
                height: auto !important;
            }
        }

        @media (max-width: 991px) {
            #logo img {
                padding-top: 9px;
                padding-bottom: 12px;
            }
        }

        @media (max-width: 1033px) {
            #primary-menu ul li a {
                padding: 24px 17px !important;
            }
        }

        /* CTA */

        .home-container {
            padding: 80px 20px !important;
        }

        @media (max-width: 1024px) {
            .home-container {
                padding: 50px 20px !important;
            }
        }

        @media (max-width: 767px) {
            .emphasis-title h2 {
                font-size: 29px !important;
            }
        }

        @media (max-width: 768px) {
            #primary-menu-trigger {
                /* CJL top: 0 !important; */
                top: 0 !important;
                left: 0;
            }

            .home-container {
                padding: 30px 20px !important;
            }
        }

        @media (max-width: 576px) {
            .home-container {
                padding: 20px !important;
            }

            .emphasis-title {
                margin: 0 0 40px;
            }
        }

        @media (max-width: 575px) {
            .input-group-text {
                font-size: .7em !important;
            }

            input.required.email {
                font-size: .6em !important;
                border-top-right-radius: .3em !important;
                border-bottom-right-radius: .3em !important;
            }
        }

        /* testimonials */

        .button-strong:hover {
            background-color: #1e67ae !important;
        }

        .testimonials {
            text-align: center;
        }

        .dark .testimonial {
            background-color: rgba(0, 0, 0, 0.3) !important;
        }

        .testi-meta a span {
            color: #333;
            text-shadow: none !important;
            font-weight: 700 !important;
            text-transform: uppercase;
        }

        .testi-meta a:hover span {
            color: #fff;
        }

        @media (max-width: 991px) {
            .bottommargin.last {
                margin-bottom: 28px !important;
            }
        }

        .testi-meta {
            text-transform: none;
        }

        /* lifecycle */

        .lifecycle-section-container {
            padding: 50px 0;
        }

        .lifecycle-img-sm {
            display: none;
        }

        @media (max-width: 575px) {
            .lifecycle-img {
                display: none;
            }

            .lifecycle-img-sm {
                display: block;
            }
        }

        .lifecycle-container {
            position: relative;
            height: 400px;
        }

        .lifecycle-img {
            position: absolute;
        }

        .lifecycle-img img {
            max-width: 77%;
        }

        div.lifecycle {
            position: absolute;
        }

        div.lifecycle.configure {
            top: 10px;
            width: 35%;
            left: -33px;
        }

        div.lifecycle.develop {
            top: 10px;
            width: 33%;
            right: 0px;
        }

        div.lifecycle.onramp {
            bottom: 50px;
            width: 27%;
            left: -63px;
        }

        div.lifecycle.move {
            bottom: 50px;
            width: 35%;
            right: -70px;
        }

        div.lifecycle.destroy {
            bottom: -17px;
            width: 53%;
            left: 23%;
        }

        div.lifecycle.strongblock {
            width: 18%;
            line-height: 1.15;
            right: 41.2%;
            top: 33.5%;
            font-size: 1rem;
        }

        @media (max-width: 991px) {
            .lifecycle-container {
                height: 280px;
            }

            .lifecycle-img img {
                max-width: 67%;
            }

            div.lifecycle.configure {
                top: 30px;
                width: 23%;
                left: 107px;
            }

            div.lifecycle.develop {
                top: 22px;
                width: 24%;
                right: 93px;
            }

            div.lifecycle.onramp {
                bottom: 40px;
                width: 16%;
                left: 44px;
            }

            div.lifecycle.move {
                bottom: 37px;
                width: 22%;
                right: 31px;
            }

            div.lifecycle.destroy {
                bottom: -12px;
                width: 23%;
                left: 38%;
            }

            div.lifecycle.strongblock {
                width: 18%;
                line-height: 1.15;
                right: 41.2%;
                top: 36.5%;
                font-size: .9rem;
            }
        }

        @media (max-width: 767px) {
            .lifecycle-container {
                height: 193px;
            }

            .lifecycle-img img {
                max-width: 67%;
            }

            div.lifecycle.configure {
                top: 21px;
                width: 21%;
                left: 79px;
            }

            div.lifecycle.develop {
                top: 11px;
                width: 21%;
                right: 65px;
            }

            div.lifecycle.onramp {
                bottom: 13px;
                width: 22%;
                left: 17px;
            }

            div.lifecycle.move {
                bottom: 10px;
                width: 20%;
                right: 26px;
            }

            div.lifecycle.destroy {
                bottom: -18px;
                width: 33%;
                left: 33%;
            }

            div.lifecycle.strongblock {
                width: 18%;
                line-height: 1.3;
                right: 41.3%;
                top: 36.5%;
                font-size: .6rem;
            }
        }

        @media (max-width: 575px) {
            .lifecycle-container {
                height: 193px;
            }

            .lifecycle-img img {
                min-width: 67%;
            }

            .lifecycle span.sm-hide {
                display: none;
            }

            div.lifecycle.configure {
                top: 21px;
                width: 21%;
                left: 79px;
            }

            div.lifecycle.develop {
                top: 11px;
                width: 21%;
                right: 65px;
            }

            div.lifecycle.onramp {
                bottom: 13px;
                width: 22%;
                left: 17px;
            }

            div.lifecycle.move {
                bottom: 10px;
                width: 20%;
                right: 26px;
            }

            div.lifecycle.destroy {
                bottom: -18px;
                width: 33%;
                left: 33%;
            }

            div.lifecycle.strongblock {
                width: 18%;
                line-height: 1.3;
                right: 41.3%;
                top: 36.5%;
                font-size: .6rem;
            }
        }

        @media (max-width: 425px) {
            .lifecycle-section-container .container {
                padding: 0 15px !important;
            }

            .lifecycle-container {
                height: 170px;
            }

            #new-lifecycle-section {
                padding-bottom: 20px !important;
            }
        }

        @media (max-width: 375px) {
            .lifecycle-container {
                height: 140px;
            }
        }

        @media (max-width: 325px) {
            .lifecycle-section-container .container {
                padding: 0 10px !important;
            }

            .lifecycle-container {
                height: 120px;
            }
        }

        /* tag cloud */

        #tag-cloud {
            max-width: 1000px;
            margin: 0 auto 20px;
            display: flex;
            flex: 1;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        #tag-cloud .tag {
            font-size: 1em;
            padding: 10px 15px;
            align-self: center;
        }

        #tag-cloud .tag.large {
            font-size: 2em;
            padding: 0 15px;
        }

        @media (max-width: 991px) {
            .emphasis-title.tag-cloud-title {
                margin: 0 0 25px;
            }
        }

        @media (max-width: 767px) {
            #tag-cloud {
                margin-bottom: 0px !important;
            }

            #tag-cloud .tag {
                display: none;
            }

            #tag-cloud .tag.small {
                display: flex;
                padding: 3px 5px;
            }

            #tag-cloud .tag.large {
                font-size: 1.2em;
                padding: 3px 5px;
                display: flex;
            }
        }

        /* call to action main section */

        .btn-secondary:hover {
            background-color: #1391d0;
            border-color: #7e868e;
        }

        .header.signin:hover {
            color: #1391d0;
        }

        /* build to scale */

        .comparison-container {
            margin-bottom: 20px;
        }

        .comparison-container .cell {
            flex: 1;
            flex-direction: column;
            display: flex;
            align-items: center;
        }

        img.comparison-img {
            max-height: 100%;
            max-width: 60%;
        }

        .comparison-container .cell span {
            justify-content: center;
        }

        .comparison-container .cell .sb {
            color: #1C68AE;
        }

        .comparison-container .cell .large {
            font-size: 1.6em;
            font-weight: 700;
        }

        .comparison-container .cell .med {
            font-size: 1.3em;
            font-weight: 700;
        }

        .comparison-container .cell.title {
            font-weight: bolder;
        }

        .comparison-container .content,
        .comparison-container .heading {
            min-height: 4em;
            align-items: center;
        }

        .comparison-container .content {
            border-bottom: 1px solid lightgrey;
        }

        @media (max-width: 767px) {
            .comparison-container .cell .large {
                font-size: 1.2em;
                font-weight: 700;
            }

            .comparison-container .cell .med {
                font-size: 1em;
                font-weight: 700;
            }

            .comparison-container .content-header span {
                font-size: .9em;
                font-weight: 700;
            }

            .comparison-container .content,
            .comparison-container .heading {
                min-height: 1em;
                align-items: center;
                padding: .5em 0 .5em;
            }

            .comparison-container .content .middle {
                border-left: 1px solid lightgray;
                border-right: 1px solid lightgray;
            }
        }

        @media (max-width: 374px) {
            .comparison-container .content-header span {
                font-size: .81em;
            }
        }

        /* partners */

        @media (max-width: 575px) {

            .clients-grid:not(.grid-3):not(.grid-2) li,
            .clients-grid.grid-4 li,
            .clients-grid.grid-6 li {
                width: 33%;
            }
        }

        /* investors */

        .leadership-team-div {
            flex-direction: row;
        }

        @media (max-width: 767px) {
            .investor-middle {
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .leadership-team-div {
                flex-direction: column;
            }
        }

        /* news */

        @media (max-width: 767px) {

            .small-thumbs .entry-image,
            .ievent .entry-image {
                width: 70% !important;
                margin: 0 auto 20px !important;
            }
        }

        /* footer */

        .footer-email-input {
            border: 1px solid #ced4da !important;
        }

        .footer-container {
            max-width: 100%;
            padding: 0 !important;
        }

        .footer-link {
            color: white;
        }

        .footer-link:hover {
            color: #1391d0 !important;
        }

        .footer-signin {
            color: #007bff !important;
        }

        .footer-signin:hover {
            color: #1391d0 !important;
        }

        /* Team Members */

        .prev-comp img {
            filter: gray;
            /* IE6-9 */
            -webkit-filter: grayscale(100%) opacity(100%);
            /* Google Chrome, Safari 6+ & Opera 15+ */
            filter: grayscale(100%) opacity(100%);
            /* Microsoft Edge and Firefox 35+ */
            max-width: 80px;
            position: absolute;
            top: -100%;
            left: 0;
            right: 0;
            bottom: -100%;
            margin: auto;
        }

        .all-prev-comps {
            padding: 10px 0;
        }

        .prev-comp {
            position: relative;
            overflow: hidden;
            height: 40px;
        }

        div.team-title {
            padding-bottom: 20px;
        }

        .team-desc.team-desc-bg {
            background-color: #eeeeee
        }

        .team {
            /* background-color: #001121; */
            /* background-color: rgba(00, 11, 21, 0.4); */
            background-color: rgba(12, 20, 40, 0.2);
            border: 1px solid #011930;
            /* no box glow */
            /* box-shadow: 0px 0px 15px 3px #1c68ae; */
        }

        .headshot {
            /* no box glow */
            /* box-shadow: 0px 0px 20px 3px #1c68ae; */
        }

        .ievent .entry-image .entry-date {
            height: 75px;
        }

        .leadership-team-div {
            margin: 0px auto;
        }

        .advisor img {
            filter: gray;
            -webkit-filter: grayscale(100%) opacity(100%);
            filter: grayscale(100%) opacity(100%);
        }

        .button-sbblue {
            background-color: #1C68AE;
        }

        @media (min-width: 768px) {
            .modal-xl {
                width: 90%;
                max-width: 1200px;
            }
        }

        /* A small header class  CJL 01/31/2020 */

        h7 {
            font-size: 12px;
            /* font-weight: 600; */
            /* font-size: .6em; */
        }

        h8 {
            font-size: 18px;
            font-weight: 100;
            color: #777;
            margin: 0px 0px 20px 0px;
            /* font-size: .35em; */
        }

        h9 {
            line-height: 1.0;
            margin: 10px 0 15px 0;
            /* margin: 0 0 33px 0; */
            /* font-family: 'Raleway', sans-serif; */
            display: block;
            /* color: rgb(0, 0, 0); */
            font-weight: 400;
            font-size: 18px;
            /* text-transform: uppercase; */
        }

        h10 {
            line-height: 1.0;
            margin: 10px 0 15px 0;
            display: block;
            font-weight: 400;
            font-size: 24px;
            /* text-transform: uppercase; */
        }

        h10green {
            color: #00D4A3;
            line-height: 1.0;
            margin: 10px 0 15px 0;
            display: block;
            font-weight: 400;
            font-size: 24px;
        }

        Supporting the new overlay for index page
        /* Bottom left text */

        .index-bottom-left {
            position: absolute;
            bottom: 8px;
            left: 16px;
        }

        .index-bottom-mid {
            margin: 0 auto;
            text-align: center;
            width: 100%;
            /* top: 95%; */
            bottom: 00px;
        }

        /* Top left, mid, right text pisitioning*/

        .index-top-left {
            position: absolute;
            top: 15%;
            /* top: 8px; */
            left: 30%;
            right: 20%;
        }

        .index-top-mid {
            /* position: relative; */
            margin: 0 auto;
            text-align: center;
            width: 90%;
            top: 15%;
        }

        .index-nft-soon {
            position: absolute;
            text-align: right;
            /* width: 80%; */
            top: 15%;
            right: 10%;
        }

        @keyframes right_to_left {
            from {
                margin-left: 100%;
            }

            to {
                margin-left: 0;
            }
        }

        @keyframes left_to_right {
            from {
                margin-left: -100%;
            }

            to {
                margin-left: 0;
            }
        }

        .index-top-mid-justify {
            position: absolute;
            text-align: center;
            line-height: 10%;
            text-justify: inter-word;
            width: 75%;
            top: 15%;
            left: 10% !important;
        }

        .index-top-right {
            position: absolute;
            top: 15%;
            right: 10%;
            top: 10%;
        }

        /* Bottom right text */

        .index-bottom-right {
            position: absolute;
            bottom: 8px;
            right: 16px;
        }

        /* top-left text */

        .index-top-left {
            position: absolute;
            top: 15%;
            left: 10%;
            /* transform: translate(-50%, -50%); */
        }

        /* bottom-left text */

        .index-bottom-left {
            position: absolute;
            bottom: 10%;
            left: 12.5%;
            /* transform: translate(-50%, -50%); */
        }

        /* bottom-right text */

        .index-bottom-right {
            position: absolute;
            bottom: 10%;
            right: 12.5%;
            /* transform: translate(-50%, -50%); */
        }

        /* Centered text */

        .index-centered {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        /* Embedded Video fix */

        .videoWrapper {
            position: relative;
            padding-bottom: 56.25%;
            /* 16:9 */
            height: 0;
        }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* For page titles */

        .sb-page-title {
            /* font-size: 
            /* font-size: 3.5vw; */
            /* font-size: 4vh; */
            /* font-size: calc(20% + 3vh); */
            font-size: 2.3rem;
            font-weight: 725;
        }

        .title-thin {
            font-weight: 700;
        }

        .sb-font-white {
            color: #fff;
        }

        .sb-font-italic {
            font-style: oblique;
        }


        .sb-font-hackathon-blue {
            color: rgb(165, 183, 222);
        }

        .sb-font-blue {
            color: #4a99f2;
        }

        .sb-font-bronze {
            color: rgb(184, 110, 0);
        }

        .sb-font-silver {
            color: #c0c0c0;
        }

        .sb-font-dblue {
            color: #001121;
        }

        .sb-font-gold {
            color: #fcce00;
        }

        .sb-font-platinum {
            color: #787879;
        }

        .sb-font-orange {
            /*CJL*/
            /* color: #FFC24E; */
            /*CE*/
            /* color: #E0C106; */
            color: #FFCA14;
        }

        .sb-font-bold {
            font-weight: 525;
        }

        .sb-page-sectionheading {
            /* font-size: 45; */
            /* font-size: 2vw; */
            /* font-size: calc(20% + 1.5vw); */
            font-size: 2.4rem;
            font-weight: 525;
        }

        .sb-page-headline {
            font-size: 25;
            /* font-size: 2vw; */
            /* font-size: calc(20% + 1.5vw); */
            font-size: 1.8rem;
            font-weight: 425;
        }

        .sb-page-note {
            font-size: 20;
            /* font-size: 2vw; */
            /* font-size: calc(20% + 1.5vw); */
            /* font-size: 1.7vh; */
            font-size: 1.3rem;
            font-weight: 400;
            color: #4a99f2;
        }

        .sb-page-note.white {
            color: #fff;
        }

        .sb-page-note.small {
            font-size: 1.0rem;
        }

        .sb-page-sectionparagraph {
            /* font-weight: bold; */
            font-size: 1.4rem;
            font-weight: 525;
        }

        .sb-page-note.extrasmall {
            font-size: 0.6rem;
            color: rgb(64, 74, 83);
        }

        /* video overlay for youtube video */

        .videoWrapper {
            position: relative;
            /* 16:9 */
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
        }

        .videoWrapper iframe {
            position: absolute;
            /* vertical-align: center; */
            top: 50%;
            left: 50%;
            width: 80%;
            height: 80%;
            transform: translate(-50%, -50%);
        }