body {
    margin: 0;
    padding: 0 0 0 0;
    background: rgba(18, 33, 82, .98) url('/res/img/Seamless-Circuit-Texture.svg') repeat center ;
    background-size: 512px;
    background-blend-mode: difference;
    font-family: 'myriad-pro', Arial, Helvetica, sans-serif;
}

.navbar {
    flex-direction: row-reverse;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
}
#pageWrapper {
    overflow-x: hidden;
    max-width: 1920px;
    padding: 0;
}

#heroBanner {
    background: rgba(0, 0, 0, 0.6) url('/res/img/AdobeStock_234658970.jpeg') center / cover no-repeat;
    margin: 0;
    background-blend-mode: darken;
    color: white;
}

#aboutSESS > .row {
    text-align: center;
    background: white;
    padding: 40px 10px;
}

#sessLogo {
    width: 280px;
    margin: 0 0 32px 32px;
}

#infoTryp > .row {
    border-top: 1px solid lightgrey;
}

.container {
    padding: 80px 20px 80px 20px;
}

.leftJust {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 40px;
}

.leftJust a.button{
    margin-bottom: 30px;
    /* margin-top: 25px; */
}

.rightJust {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 40px;
}

.rightJust a.button{
    margin-bottom: 30px;
}

.cell-button {
    border: none;
    background: url('../res/icons/btn_green.svg') center center no-repeat transparent;
    width: 160px;
}


.button:hover {
    text-decoration: underline;
    background-color: transparent;
}

.btn-green {
    background: url('../res/icons/btn_green.svg') center center no-repeat transparent;
    border: none;
    font-size: 13pt;
    width: 210px;
}

.btn-blue {
    background: url('../res/icons/btn_blue.svg') center center no-repeat transparent;
    border: none;
    font-size: 13pt;
    width: 210px;
}

.responsive-btn-blue{
    display: none;
}

.responsive-btn-green{
    display: none;
}

.btn-lg {
    padding: .8rem 1rem;
}

.blockQuoteContainer {
    padding: 0;
    background: rgba(0, 0, 0, .6) url('../res/img/SESS_quote.jpg') center center / contain no-repeat;
    background-blend-mode: darken;
    border-bottom: 14px solid green;
    display: flex;
    flex-basis: 100%;
}

.blockQuoteContent {
    display: flex;
    justify-content: center;
    padding: 20%;
    flex-direction: column;
    color: white;
    flex: 5;
}

.blockQuoteContent > img {
    filter: invert(0.5);
    margin: 20px 0;
    height: 20px;
}

.blockquote {
    text-align: center;
}

.blockQuote {
    background-color: rgba(25, 25, 25, 0.98);
}

.ourHub, .contactForm {
    text-align: center;
    padding: 40px 10px;
    display: flex;
    flex-basis: 100%;
}

.ourHub{
    background: white;
}

.overlapImageWrapper {
    position: relative;
    background: white;
    padding: 60px 10px;
    z-index: 0;
}

.obImgLeft {
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 0;
    transition: z-index 0.2s;
}

.obImgLeft > .content{
    padding: 13% 4% 8% 8%;
}

.obImgLeft video {
    width: 100%;
    height: auto;
    margin-bottom: -8%;
    margin-left: 8%;
}

.obImgRight {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    z-index: 0;
    transition: z-index 0.2s;
}

.obImgRight > .content {
    padding: 8% 8% 4% 4%;
}

.obImgRight img {
    width: 100%;
    height: auto;
    margin-top: -8%;
    margin-left: -8%;
}

.separator > .col-sm-12 {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.separator > .col-sm-12 img{
    filter: invert(.5);
}

iframe {
    width: 100%;
}

#footer h5{
    font-size: 10pt;
    font-weight: bolder;
}

#footer ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    font-size: 10pt;
}

#footer .col-md-3{
    padding: 10px 20px;
}

@media all and (max-width: 767px) {
    #heroBanner {
        background: url('/res/img/AdobeStock_234658970.jpeg') no-repeat;
        background-size: cover;
    }

    .rightJust{
        text-align: center;
    }

    .leftJust{
        text-align: center;
    }

    .obImgLeft img {
        margin: 0;
    }

    .obImgRight img {
        margin: 0;
    }
    .button-container-main {
        display: none;
    }
    .obImg .content{
        padding: 4% 8%;
    }
    .responsive-btn-blue{
        display: flex;
        justify-content: center;
    }
    .responsive-btn-green{
        display: flex;
        justify-content: center;
    }
}
