body {
    background-color: rgb(255, 255, 255);
    font: 400 1.25em/1.38 GlacialIndifference;
    color: rgb(0, 0, 0);
	margin: 0;
}

/* * Start Web Fonts * */
/* Glacial Indifference */
@font-face {
    font-family: 'GlacialIndifference';
    src: url('fonts/GlacialIndifference-Regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'GlacialIndifference-Bold';
    src: url('fonts/GlacialIndifference-Bold.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

/* End Glacial Indifference */
/* Raleway */
@font-face {
    font-family: 'Raleway-Thin';
    src: url('fonts/Raleway-Thin.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Raleway-Regular';
	src: url('fonts/Raleway-Regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('fonts/Raleway-Bold.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Raleway-Black';
    src: url('fonts/Raleway-Black.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

/* End Raleway */
/* * End Web Fonts * */

.container {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.header {
    position: relative;
    width: 100%;
    height: 70px;
    margin-top: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0);
}

.topline {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 55px;
    border-top: 1px solid rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    z-index: -1;
}

.issueDate {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    min-height: 38px;
    margin: auto;
    font: 0.75em 'GlacialIndifference-Bold';
    text-transform: inherit;
    text-decoration: inherit;
    letter-spacing: 5px;
    word-spacing: inherit;
    color: rgb(166, 164, 199);
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    background-color: transparent;
    z-index: 10;
}

.logo {
    position: static;
    display: flex;
    width: 250px;
    height: auto;
    margin: auto;
}

.contentsHeader {
    display: block;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 10px;
    font-family: Raleway-Thin;
    color: #ffffff;
    background-color: #66649d;
    text-align: center;
    font-size: large;
    letter-spacing: 10px;
    line-height: normal;
}

.maincontent {
    position: relative;
    display: block;
    clear: both;
    z-index: 5;
    width: 100%;
    height: auto;
    margin-top: 1px;
}

.endeavorblock {
    position: relative;
    width:auto;
    height: 300px;
    padding: 10px;
    border-top: 1px solid rgb(0, 0, 0);
    background-color: rgba(156, 207, 228, 0.18);
}

.endeavorblock::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: url('../images/bjpEndeavors.jpg');
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
    z-index: -1;
}

.endeavorblock .text {
    z-index: 2;
}

.capabilitiesblock {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px;
    border-top: 2px solid rgb(0, 0, 0);
    clear: both;
    background-color: rgba(153, 173, 194, 0.64);
}

.capabilitiesblock::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: url('../images/bjpCapabilities.JPG');
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
    z-index: -1;
}

.capabilitiesblock .text {
    float: left;
    z-index: 2;
}

.featuresblock {
    position: relative;
    display: block;
    width: auto;
    height: 270px;
    padding: 10px;
    clear: both;
    border-top: 2px solid rgb(0, 0, 0);
    background-color: rgba(131, 147, 189, 0.65);
}

.featuresblock::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: url('../images/features-bg.png');
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
    z-index: -1;
}

.featuresblock .text {
    z-index: 1;
}

.contact {
    position: relative;
    top: -25px;
    display: block;
    margin: auto;
    padding: 6px 20px;
    max-width: 300px;
    height: auto;
    font-size: 1.45em;
    color: #414040;
    text-align: center;
    line-height: 30px;
    border-left: 2px solid black;
    border-right: 2px solid black;
    background-color: #f5f5f5;
    z-index: 7;
    font-family: Raleway-Regular;
}

.footer {
    position: relative;
    display: block;
    width: 100%;
    height: 256px;
    margin-top: 0px;
    clear: both;
    border-top: 2px solid rgb(0, 0, 0);
    background-color: #f5f5f5;
    z-index: 7;
}

.tagline {
    position: relative;
    z-index: 12;
    width: auto;
    min-height: 38px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    font-size: 0.8em;
    text-align: center;
    color: rgb(0, 0, 0);
}

.text {
    height: 36px;
    min-height: 25px;
    border-bottom: 1px solid #fffdfd;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, .9);
    font-size: 1.6em;

    /* z-index: 4 */
    color: #e7e5e5;
}

.tagline span {
    font-family: 'GlacialIndifference';
    font-style: normal;
    font-size: 1.25em;
    text-transform: inherit;
    text-decoration: inherit;
    letter-spacing: 5px;
    word-spacing: inherit;
    color: rgb(255, 255, 255);
    opacity: 1;
    word-break: normal;
    word-wrap: normal;
    white-space: normal;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-color: transparent;
    border-style: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
}

.text span {
    text-shadow: 1px 2px 5px rgba(77, 77, 77, 0.73);
    font-family: Raleway-Black;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    text-decoration: underline;
    letter-spacing: inherit;
    word-spacing: inherit;
    color: inherit;
    opacity: 1;
    word-break: normal;
    word-wrap: normal;
    white-space: normal;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-color: transparent;
    border-style: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
}

.sectionGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 49px 1fr 1fr 1fr 1fr;
    grid-template-areas: 'contentTitle' 'contentCell1' 'contentCell2' 'contentCell3' 'contentCell4';
}

.sectionGrid figure {
    margin: 5px;
    padding: 10px;
    border: 5px solid rgba(241, 241, 241, 0.77);
    border-radius: 9px;
    box-shadow: 3px 2px 2px rgba(61, 60, 60, 0.6);
    background: rgba(237, 230, 230, 0.72);
}

.sectionGrid figure:hover {
    border: 5px solid #66649D;
    background: rgba(237, 230, 230, 1);
}

.sectionGrid figure a:hover {
    font-weight: bold;
    color: #66649d;
}

.sectionGrid h3 {
    margin: 0;
}

.sectionGrid h3.text span a {
    color: inherit;
}

.sectionGrid ul {
    margin-left: 5px;
    list-style: none;
}

.sectionGrid ul li {
    padding: 3px 0 3px 0;
}

.endeavorsBlock {
    grid-area: contentCell1;
}

.vicBlock {
    grid-area: contentCell1;
}

.mediaProdBlock {
    grid-area: contentCell2;
}

.webDevBlock {
    grid-area: contentCell3;
}

.multiLangBlock {
    grid-area: contentCell4;
}

.featuresBlock {
    grid-area: contentCell1;
}

.tocSectionComponent ul {
    margin-top: 3px;
    padding-left: 10px;
}

.footerGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 40px;
    grid-template-areas: 'footer1 footer2 footer3' 'footer4 footer5 footer6';
}

.tocSectionComponent figcaption {
    font-weight: bold;
    font-family: Raleway-Bold;
}

.tocSectionComponent figcaption a {
    text-decoration: none;
    color: inherit;
}

.tocSectionComponent figcaption a:hover {
    text-decoration: underline;
}

.footerContact {
    grid-area: 1 / 2 / 2 / 3;
    font-size: small;
    list-style: none;
}

.footerSSN {
    grid-area: 1 / 3 / 2 / 4;
    font-size: small;
    list-style: none;
}

.footerContact li,
.footerSSN li {
    margin-bottom: 5px;
}

.text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-8-12 1:43:24
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/* *
 * ----------------------------------------
 * animation text-focus-in
 * ---------------------------------------- */
@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@media (max-width: 350px) {
    .capabilitiesblock .text {
        width: 18.7991071428%;
    }

    .container .footer {
        position: relative;
        z-index: 0;
    }

    .container .maincontent {
        position: relative;
        z-index: 7;
    }

    .endeavorblock .text,
    .featuresblock .text {
        width: 18.7991071428%;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 1.25em;
    }

    .capabilitiesblock .text {
        width: 18.7986111111%;
    }

    .container .footer {
        position: relative;
        z-index: 0;
    }

    .container .maincontent {
        position: relative;
        z-index: 7;
    }

    .endeavorblock .text {
        width: 18.7986111111%;
    }

    .featuresblock {
        height: 300px;
    }

    .featuresblock .text {
        width: 18.7986111111%;
    }
}

@media (min-width: 700px) {
    body {
        font-size: 1.25em;
    }

    .capabilitiesblock .text {
        width: 18.7991071428%;
        margin-left: 10.08259%;
    }

    .container .footer {
    }

    .container .maincontent {
        z-index: 5;
    }

    .header {
        position: relative;
        width: 100%;
        height: 100px;
        margin: 0;
        box-shadow: 0 5px 5px rgba(0, 0, 0);
        display: flex;
        flex-direction: column;
    }

    .contentsHeader {
        position: relative;
        top: 0px;
        height: 40px;
        margin: 0 auto;
        padding: 10px 0 0 22px;
        font-size: xx-large;
        letter-spacing: 30px;
        line-height: normal;
    }

    .endeavorblock .text,
    .featuresblock .text {
        width: 18.7991071428%;
    }

    .header .headerbg {
        position: relative;
        z-index: 8;
    }

    .header .logo,
    .header .logoold {
        height: auto;
    }

    .logo {
        position: relative;
        top: 5px;
        display: block;
        width: 375px;
        height: auto;
        z-index: 10;
    }

    .topline {
        top: 46px;
        height: 55px;
        z-index: 9;
    }

    .tagline {
        position: relative;
        z-index: 12;
        width: auto;
        min-height: 38px;
        text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
        font-size: 0.8em;
        text-align: center;
        color: rgb(0, 0, 0);
    }

    .issueDate {
        position: relative;
        top: 2px;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 0.9em;
        color: rgb(148, 159, 191);
        z-index: 10;
    }

    .endeavorsBlock {
        grid-area: contentCell1;
    }

    .vicBlock {
        grid-area: contentCell1;
    }

    .mediaProdBlock {
        grid-area: contentCell2;
    }

    .webDevBlock {
        grid-area: contentCell3;
    }

    .multiLangBlock {
        grid-area: contentCell4;
    }

    .featuresBlock {
        grid-area: contentCell1;
    }

    .sectionGrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: 'contentTitle contentCell1 contentCell2' 'contentSubtitle contentCell3 contentCell4';
    }
}

@media (max-width: 850px) {
    .capabilitiesblock .text {
        width: 18.7996323529%;
    }

    .container .footer {
        position: relative;
        z-index: 0;
    }

    .container .maincontent {
        position: relative;
        z-index: 7;
    }

    .endeavorblock .text,
    .featuresblock .text {
        width: 18.7996323529%;
    }

    .header .headerbg {
        position: relative;
        z-index: 8;
    }

    .header .logo,
    .header .logoold {
        height: auto;
    }
}

@media (max-width: 900px) {
    body {
        font-size: 1.25em;
    }

    .capabilitiesblock .text {
        width: 18.7986111111%;
    }

    .container .footer {
        position: relative;
        z-index: 7;
    }

    .container .maincontent {
        position: relative;
        z-index: 7;
    }

    .endeavorblock .text {
        width: 18.7986111111%;
    }

    .featuresblock .text {
        width: 18.7986111111%;
    }

    .header .headerbg {
        position: relative;
        z-index: 8;
    }

    .header .logo,
    .header .logoold {
        height: auto;
    }
}

@media (min-width: 1020px) {
    .capabilitiesblock .text {
        width: 18.7986381322%;
        margin-top: 12px;
        margin-left: 9.9997%;
    }

    .container .footer {
        clear: both;
        margin-top: 0;
    }

    .container .header {
        display: block;
    }

    .container .maincontent {
        margin-top: 0;
    }

    .endeavorblock .text {
        width: 18.7986381322%;
        margin-top: 6px;
        margin-left: 9.9997%;
    }

    .featuresblock .text {
        width: 18.7986381322%;
        margin-left: 9.9997%;
    }

    .header .headerbg {
        position: relative;
        z-index: 8;
        margin-top: -1px;
    }

    .header .logo,
    .header .logoold {
        height: auto;
    }

    .maincontent .capabilitiesblock {
        margin-top: 1px;
    }
}