
.navbar-nav li.site-search {
    position: absolute !important;
}

.navbar-nav {
    margin-left: 0;
    padding-left: 22px;
}

@@media (min-width: 1200px) {
    .navbar-nav {
        margin-left: 8.3333%;
    }
}


.yt-meta-container {
    position: relative;
    width: 100%;
    max-width: 1210px;
    margin: auto;
    overflow: hidden;
    max-height: 0;
}

.yt-show {
    transition: max-height 1s;
    max-height: 700px;
}

.yt-hide {
    transition: max-height 1s;
    max-height: 0;
}

.yt-hide-quick {
    max-height: 0;
}

.yt-container {
    /*position: relative;
            width: 70%;
            max-width: 1210px;
            height: 0;
            padding-bottom: 56.25%;*/
    text-align: right;
    margin-bottom: -8px;
}

video {
    width: 100%;
    max-width: 800px;
    /*min-width: 600px;*/
}

.home-header__column--asser-red.home-header__column {
    height: auto;
    max-width: 800px;
    background-color: #f2f2f2;
    padding: 25px 35px;
}

.home-header__flex {
    justify-content: unset;
    margin-bottom: 20px;
    background-color: #f2f2f2;
}

.yt-video {
    /*position: absolute;
            top: 0;
            left: 0;*/
    /*width: 100%;
            max-width: 1210px;
            height: 100%;*/
}

.hide-video {
    text-align: center;
    cursor: pointer;
}

.arrow {
    width: 3.27rem;
    height: 1.25rem;
    display: inline-block;
    position: relative;
    margin: 0 1rem;
}

    .arrow span {
        top: 0.5rem;
        position: absolute;
        width: 2rem;
        height: 0.3rem;
        background-color: #e85211;
        display: inline-block;
        transition: all 0.2s ease;
    }

        .arrow span:first-of-type {
            left: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .arrow span:last-of-type {
            right: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .arrow.active span:first-of-type {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.active span:last-of-type {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


.pillar-container {
    /*border: dashed 2px red;*/
    display: flex;
    flex-wrap: wrap;
    max-width: 1210px;
}

.pillar-row {
    /*border: dashed 2px green;*/
    flex-grow: 1;
    min-width: 500px;
    width: 49%;
}

.pillar-row-container {
    /*border: dashed 2px purple;*/
    display: flex;
    flex-wrap: wrap;
}

.pillar-item {
    display: block;
    /*border: dashed 2px blue;*/
    flex-grow: 1;
    min-width: 241px;
    /*height: 100px;*/
    width: 45%;
    position: relative;
    height: 300px;
    /*-webkit-box-shadow: inset 0px -200px 90px -79px rgba(0,0,0,0.62);
                    -moz-box-shadow: inset 0px -200px 90px -79px rgba(0,0,0,0.62);
                    box-shadow: inset 0px -200px 90px -79px rgba(0,0,0,0.62);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 5px;
    box-sizing: border-box;
}

    .pillar-item img {
        width: 100%;
    }

    .pillar-item p {
        position: absolute;
        bottom: 0;
        font-size: 30px;
        color: #fff;
        margin: 20px;
        transition: margin-bottom 0.5s;
        text-shadow: 2px 2px 5px #000;
    }

    .pillar-item:hover p {
        transition: margin-bottom 0.5s;
        margin-bottom: 30px;
    }

.home-header {
    margin-bottom: 0px;
}

.nexus-intro p {
    margin-left: 5px;
    margin-right: 5px;
}


div.home-header__title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    font-style: normal;
    color: rgb(232, 82, 17);
    margin-bottom: 14px;
    margin-top: 0px;
}

div.home-header__title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    color: #000;
    margin: 0 !important;
    padding: 0;
}

div.home-header__title a {
    color: rgb(232, 82, 17) !important;
}

