@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
/*
    font-family: 'Gineso';
    font-family: 'Roboto', sans-serif;

    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;

    
    font-family: "Gineso-Con-Black";
        font-family: "Gineso-Con-Bold";
    font-family: "Gineso-Ext-Medium";
    font-family: "Gineso-Ext-Light";

    font-family: "Gineso-Con-Medium";

    */


html {
    height: 100%;
    background: #000;
}

body {
    background: #000;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all 300ms;
}

body.loaded {
    opacity: 1;
}

.disablesnap .main .entry-content {
    scroll-snap-type:none !important;
}

.sticky-container {
    height: 0 !important
}

.grid-container {
    max-width: 1240px;
    width: 100%
}

@media all and (max-width: 767px){
    .grid-container {
    max-width: 90%;
    }
}

hr {
    max-width: 100%;
}

h1 {
    font-size: 47px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    font-family: 'Gineso-Con-Black', sans-serif;
    line-height: 50px;
}

h2 {
    font-size: 90px; line-height: 80px;
    font-family: 'Gineso-Con-Black', sans-serif;
    font-weight: 500;
    color: #fff;
}

h3 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Gineso-Con-Black', sans-serif;
    letter-spacing: -1px;
    position: relative;
}

h4 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin: 40px 0;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

@media all and (max-width: 1024px) {
    h2 {
    font-size: 60px; 
    line-height: 60px;
    }

    h3 {
    font-size: 40px;
    line-height: 40px;
    }

}

@media all and (max-width: 767px) {
    h2 {
    font-size: 40px; 
    line-height: 40px;
    }

    h3 {
    font-size: 30px;
    line-height: 30px;
    }

}

a, a:visited {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: ghostwhite;
}

p, #right-column {
    position: relative
}
.button {
    margin: 0;
    text-decoration: none;
}

.button:focus {
    background-color: transparent;
}

.button.click {
    background-color: transparent;
    color: #2C5697!important;
    border-color: #2C5697!important;
}

.button.button-black {
    background-color: black;
    font-weight: 700;
    padding: 10px 10px;
    margin: 0 10px;
    background-image: none;
}


.button.button-black:hover,
.button.button-black.active {
    background-color: white;
    color: black;
    padding: 10px 10px;

}


.button-more, .button {
    background-color: transparent;
    color: white;
    border: 2px white solid;
    padding-right: 40px;
    background-image: url('../images/arrow.svg');
    background-position: 91%;
    background-position: calc(100% - 10px);
    background-size: 20px 20px;
    background-repeat: no-repeat;
        font-family: "Gineso-Con-Bold";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    transition: all 200ms;
}

.button-more:hover, .button:hover {
    background-color: transparent;
    padding-right: 60px;
    color: white;
}

.button-more:focus-off {
    background-image: url('../images/arrow-blue.svg');
        color: #2C5697!important;
    border-color: #2C5697!important;
}

.button-more.click {
    background-image: url('../images/arrow-blue.svg');
        color: #2C5697!important;
    border-color: #2C5697!important;
}


.button-more-black {
    background-color: transparent;
    color: black;
    border: 2px black solid;
    padding-right: 40px;    background-image: url('../images/arrow-black.svg');
    background-position: 91%;
    background-position: calc(100% - 10px);
    background-size: 20px 20px;
    background-repeat: no-repeat;
        font-family: "Gineso-Con-Bold";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    transition: all 300ms;
}

.button-more-black:hover {
    background-color: black;
    padding-right: 60px;
    background-image: url('../images/arrow.svg');
}



.buttom-more-two {
    text-transform: uppercase;
        font-family: "Gineso-Con-Bold";
    font-weight: 700;
    background: transparent;
    padding: 0;
    color: inherit;
    position: relative;
    border: 0;

}

.buttom-more-two:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: " \f067";
    color: inherit;
    transition: all 200ms;
    position: absolute;
    right: -15px;
    top: 1px;
}




.buttom-more-two:hover {
    background: transparent;
    padding-right: 0;
}

.buttom-more-two:hover:after {
    transform: rotate(180deg);
}

.button.buttom-more-two:focus-off {
    border-color: transparent!important;
    color: white!important;

}

.button.buttom-more-two.click {
    border-color: transparent!important;
    color: white!important;
}


.button-arrow {
    background-color: transparent;
    color: white;
    padding-right: 8px;
    background-image: url('../images/arrow.svg');
    background-position: 91%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
        font-family: "Gineso-Con-Bold";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    transition: all 300ms;
    border: 0!important;
}

.button-arrow:hover {
    background-color: transparent;
    padding-right: 20px;
}
.button-arrow:focus-off {
    background-color: transparent;
    background-image: url('../images/arrow-blue.svg');
}
.button-arrow.click {
    background-color: transparent;
    background-image: url('../images/arrow-blue.svg');
}

.category-posts .button-arrow.click {
    border-color: transparent!important;
}

.button-arrow-black {
    background-color: transparent;
    color: white;
    padding-right: 8px;
    background-image: url('../images/arrow-black.svg');
    background-position: 91%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
        font-family: "Gineso-Con-Bold";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    transition: all 300ms;
}




.button-arrow-arrow-black:hover {
    background-color: transparent;
    padding-right: 20px;
}

.button-arrow-arrow-black.click {
    background-image: url('../images/arrow-blue.svg');
}

.button-arrow-arrow-black.square.click {
    background-image: url('../images/arrow-blue.svg');
    color: transparent;
}
.promo-column .button.button-arrow-black.square:.click {
    background-image: url('../images/arrow-blue.svg');
    color: transparent!important;
    border-color: transparent!important;
}




.reveal {
    z-index: 1;
    display: block;
    -webkit-backface-visibility: visible;
    border: 0;
    background: transparent;
    position: relative;
    top: 0;
    padding: 0;
    margin-bottom: 50px;
}

/* ----------------------------------------------------------------------------------------------------
nav / header
---------------------------------------------------------------------------------------------------- */

header.header {
    background-color: rgba(0,0,0,0.4);
    transition: all 300ms;
    z-index: 200;
    
}

#top-bar-menu {
    transition: all 300ms;
    padding-top: 0px;
}


@media all and (max-width: 767px){
   #top-bar-menu {
        padding-top: 10px;
   } 
}

.header.header.is-stuck {

}

.sticky.is-stuck {
    z-index:10;
}

.header.header.is-stuck #top-bar-menu{
    padding-top: 0;
}


header.header.is-stuck, header.header:hover {
    background-color: rgba(0,0,0,1);
}

@media all and (min-width: 1024px){
    header.header .grid-container {
    max-width: 95%;
    }
}



.submenu-toggle::after {
        border-color: #666 transparent transparent;

}

.brand img {
    width: 210px;
    height: auto;
    margin-left: -20px;
    position: relative;
    z-index: 2;
    transition: all 300ms;
}

header.header .brand img {
    margin-bottom: -20px;
}



.brand a {
    padding: 0;
}

.top-bar {
    padding-top: 20px;
    padding-bottom: 20px;

}

.top-bar,
.top-bar ul {
    background: transparent;
}

.dropdown.menu>li>a {
    color: white;
    font-weight: 500;
    font-family: 'Gineso-Ext-Black', sans-serif;
    text-transform: uppercase;
}

.dropdown.menu>li.current-menu-item>a,
.dropdown.menu>li:hover>a {
    color: #57acd1;
}




.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: none
}

.dropdown.menu .is-dropdown-submenu {
    background: black;
}

.dropdown.menu .is-dropdown-submenu li a {
    color: white;
}

.dropdown.menu .active>a {
    background: transparent;
}




.top-bar .top-bar-left{
    flex: 0 0 30%;
}

.top-bar .top-bar-right {
    flex: 0 0 50%;
}

.top-bar-right .menu {
    justify-content: flex-end;
}


#mega-menu-wrap-main-nav #mega-menu-main-nav {
    display: flex;
    justify-content: space-between;
}


#mega-menu-wrap-main-nav > .mega-search-icon > a {
    padding-right: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link  {
    padding-top: 10px;
}





 #mega-menu-main-nav .mega-menu-row > .mega-sub-menu {
    display:flex!important;
}


#mega-menu-main-nav .promo-column {
    display: flex!important;
    align-items: center;
}



#mega-menu-wrap-main-nav #mega-menu-main-nav .promo-column .textwidget strong {
        font-family: "Gineso-Con-Medium"!important;
        
}

#mega-menu-wrap-main-nav #mega-menu-main-nav .promo-column .textwidget strong {
        font-family: "Gineso-Con-Bold"!important;
        font-size: 26px;
            display: inline-block;
    line-height: 1;
    margin-bottom: 10px;

}


#mega-menu-wrap-main-nav #mega-menu-main-nav .textwidget {
    position: relative;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav .textwidget p {
    position: unset
}
#mega-menu-wrap-main-nav #mega-menu-main-nav .textwidget a.button.square {
    border: 0;
    position: absolute;
    
    margin-top: -7px;
    margin-left: 11px;

}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link  {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: "Gineso-Con-Bold" !important;
    letter-spacing: 0;

}


#mega-menu-wrap-main-nav #mega-menu-main-nav .search-form input[type="search"] {
    color: black;
    background-color: white;
    border: 2px black solid;
}


#top-bar-menu {
    padding-right: 0;
}

.menu-icon {
    margin-top: 10px;
}

.formobile .menu-icon::after {
    display: none
}

.formobile .menu-icon {
    background-image: url('../images/menu-close.svg');
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

/* ----------------------------------------------------------------------------------------------------
mobile nav
---------------------------------------------------------------------------------------------------- */

.off-canvas {
    background-color: black;
}

#offcanvas-nav.menu .active>a {
    background: black;
}

#offcanvas-nav.menu a {
    text-transform: uppercase;
    font-family: "Gineso-Con-Black";
    font-size: 30px;
}   


#offcanvas-nav.menu .submenu {
    padding-left: 15px;
    border-top: 1px #ccc solid;
    margin: 0px 18px;
        padding-top: 10px;
}

#offcanvas-nav.menu .submenu .menu-item a{
    font-family: "Gineso-Con-Demi";
    font-size: 25px;
    padding: 0.5rem;
}

#offcanvas-nav.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: white transparent transparent;
}


.off-canvas.position-right {
    width: 100%;

}
.off-canvas-content.is-open-right.has-transition-push {
    transform: translate(0,0);
}
/* ----------------------------------------------------------------------------------------------------
hero
---------------------------------------------------------------------------------------------------- */
.hero-wrap {
    padding: 50px 0px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero-wrap .grid-container {
    width: 100%;

}

.hero-wrap h1 {
font-size: 150px; line-height: 120px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -3px;

    margin-left: -7px;
}

.hero-wrap h2 {
    font-size: 32px;
    font-weight: normal;
    font-family: "Gineso-Con-Bold";
    line-height: 33px;
    margin: 0;
    text-transform: uppercase;


}


@media all and (max-width: 1024px){
    .hero-wrap h1 {
        font-size: 100px; 
        line-height: 100px;
    }
    .hero-wrap h2 {
        font-size: 25px;
    }
}


@media all and (max-width: 767px){
    .hero-wrap h1 {
        font-size: 60px; 
        line-height: 60px;
    }
    .hero-wrap h2 {
        font-size: 20px;
    }
}


.hero-wrap h2 + p {
    margin-top: 10px;
}

.hero-wrap h4 {
    font-size: 22px;
    font-weight: normal;
    line-height:30px;
    margin: 0;
    font-family: "Gineso-Con-Medium";

}

.hero-wrap span.scroller {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('../images/big-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 300ms;
    position: absolute;
    left: 50%;
    bottom: 10px
;
}

.hero-wrap span.scroller:hover {
    transform: translateY(10px);
}

@media all and (min-width: 1200px) {

    .hero-wrap {
        padding-left: 40px;
        padding-top: 175px;
    }

    .hero-wrap p {
        max-width: 60%;
    }

}

.hero-content {
    min-height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-color: white;
    transition: all 300ms;
    background-size: cover;
    background-position: center;
}


/* ----------------------------------------------------------------------------------------------------
asset popup
---------------------------------------------------------------------------------------------------- */
.mfp-content {
    max-width: 1200px;
    margin-top: 50px;
    color: black;
}

.mfp-content .entry-content {
    background-color: white;
    padding: 30px;
}

.mfp-content iframe {}


.mfp-content h4 {}


/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* ----------------------------------------------------------------------------------------------------
content
---------------------------------------------------------------------------------------------------- */
.content {}



section.text-content {
    padding: 50px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

section.text-content.padded .cell {
    padding-right: 50px;
}

section.text-content.more-padding {
    padding: 150px 0;
}

@media all and (max-width: 1024px){

    section.text-content.more-padding {
    padding: 75px 0;
    }

}

section.text-content.more-padding.add-lines h3{
    font-size: 150px;
    line-height: 150px;
    margin-left: -4px;
}

section.text-content.more-padding.add-lines h3{

}

section.text-content.more-padding .button.button-more {
    margin-top: 30px;
}


section.text-content.no-padding-bottom {
    padding-bottom: 0 !important;
}

section.text-content.no-padding-top {
    padding-top: 0 !important;
}


.no-hero-true .entry-content>section.text-content:first-child {
    padding-top: 300px;
}

@media all and (max-width: 1024px){
   .no-hero-true .entry-content>section.text-content:first-child {
    padding-top: 200px;
    } 

    section.text-content.more-padding.add-lines h3{
    font-size: 60px;
    line-height: 60px;
    }
}

.cell-column-one.sticky-container {
    z-index: 4;
}


@media all and (max-width: 1023px){
    section.two-columns .cell.sticky-container {
        height: auto!important;
    }
}
.narrow .cell-column-two h3, .three-columns.narrow .cell-column-two h3 {
    font-size: 30px;
    line-height: 35px;
}

.narrow .cell-column-two h4,
.narrow .cell-column-one h3,
.three-columns.narrow .cell-column-one h3,
.narrow .cell-column-three h4,
.narrow .cell-column-three h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gineso-Con-Black', sans-serif;
    letter-spacing: -1px;
    margin: 0;
}


.narrow form label {
    color: white;
}

.narrow form label+br {
    display: none
}

.cell-column-two p+h3 {
    margin-top: 40px;
}

.three-columns.narrow .cell-column-one, .three-columns.narrow .cell-column-two, .three-columns.narrow .cell-column-three {
    padding-bottom: 48px;
}


/*
.block-intro h3 {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 30px;
}
*/


@media all and (min-width: 1024px){
    section.text-content.narrow .cell-column-one {
        padding-right: 20px;
    }
    
    section.text-content.narrow .cell-column-two {
        padding-left: 20px;
    }

    section.three-columns.narrow .cell-column-one {
        padding-bottom: 0;
    }
    
    section.three-columns.narrow .cell-column-two {
        padding-left: 10px;
        padding-right:10px;
        padding-bottom: 0;
    }

    section.three-columns.narrow .cell-column-three {
        padding-left: 20px;
        padding-bottom: 0;
    }
}


@media all and (min-width: 1200px) {
    section.text-content.narrow .cell-column-one {
        padding-right: 100px;
    }

    section.text-content.narrow .cell-column-two {
        padding-left: 100px;
    }


    section.three-columns.narrow .cell-column-two {
        padding-left: 50px;
        padding-right: 50px;
    }

    section.three-columns.narrow .cell-column-three {
        padding-left: 100px;
    }
}

.cell-column-one .inner-wrap >h4:first-child {
    margin-top: 0;
}


/* ----------------------------------------------------------------------------------------------------
lines
---------------------------------------------------------------------------------------------------- */
section.add-lines {
    overflow: hidden;

}

.add-lines .grid-container {
    position: relative;
    z-index: 2;
}

.add-lines .per-lines, .home .per-lines {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
 
    pointer-events: none;
    z-index: 1;
     width: 100%;
    height: 100%;
   
}

.home .per-lines {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;

    pointer-events: none;
    z-index: 1;
   
    display: block!important;
}

.off .add-lines.darker-bg .per-lines {
    background: rgba(0, 0, 0, 0.8);
}

.add-lines .per-lines__single, .home .per-lines__single {
    position: absolute;
    height: 100%;
    width: 1px;
    margin-left: -1px;
    background-color: #e0e0e0;
    transition: all 500ms;
    margin-top: 0;
    opacity: 0;
}

.off section.add-lines:hover .per-lines__single {
    opacity: 0.5;
    margin-top: 0;
}


.add-lines .peraton-fullheight {
    height: 100%;

}

/* ----------------------------------------------------------------------------------------------------
contracts
---------------------------------------------------------------------------------------------------- */

section.contract-list {}

section.contract-list .block-intro {
    padding: 50px 0;
}

section.contract-list .contract-section {
    padding: 50px 0;
}

section.contract-list .block-intro {
    padding: 50px 0;
}

@media all and (min-width: 1200px) {

    section.contract-list .column-two {
        padding-left: 100px
    }

    section.contract-list .column-one {
        padding-right: 100px
    }

    section.contract-list .column-two {
        position: relative;
    }


    section.contract-list .column-two:before {
        content: "";
        width: 1px;
        height: 300px;
        background: #4c4c4c;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

}


section.contract-list h1 {
    font-size: 39px;
    line-height: 45px;
    text-transform: uppercase;
}



section.contract-list .column-two a {
    color: white;
}

section.contract-list .column-two h3 {
    font-size: 30px;
    line-height: 35px;

}

section.contract-list>.contract-section:nth-child(odd) {
    background: #0a0a0a ;
}

/*
section.contract-list>.contract-section:nth-child(odd) p,
section.contract-list>.contract-section:nth-child(odd) h1,
section.contract-list>.contract-section:nth-child(odd) h4,
section.contract-list>.contract-section:nth-child(odd) h3,
section.contract-list>.contract-section:nth-child(odd) li,
section.contract-list>.contract-section:nth-child(odd) a {
    color: black;
}


section.contract-list>.contract-section:nth-child(odd) a.buttom-more {
    color: black;
    border-color: black;
    background-image: url(../images/arrow-black.svg);
}
*/


section.contract-list .bd-contracts-heading {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
     font-family: 'Roboto', sans-serif;

}


section.contract-list.contract-hero {
    padding: 0;
    height: 600px;
    padding-top: 100px;
}

.contract-name a {
    text-decoration: none;
}



section.contract-list.contract-hero .grid-container,
section.contract-list.contract-hero .grid-container .inner-content {
    height: 100%;
}

section.contract-list.contract-hero h1 {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: -2px;
}


@media all and (max-width: 1024px){
    section.contract-list.contract-hero h1 {
            font-size: 45px; 
            line-height: 45px;
    }
}


section.contract-page.text-content {
    padding: 100px 0;
}

section.contract-page.text-content {
    padding: 100px 0;
}

section.contract-page.text-content .bd-contracts-summary h4 {
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-weight: 400;
}

section.contract-list>.contract-section.color1 {
    background:transparent !important;
}

section.contract-list>.contract-section.color2 {
    background:#0a0a0a !important;
}


@media all and (min-width: 1024px){
    .contract-list.contract-page .contract-info {
        padding-right: 40px;
    }
}

/* ----------------------------------------------------------------------------------------------------
capabilities a-z
---------------------------------------------------------------------------------------------------- */
section.contract-list .capabilities-section.hidden {
    display:none;
}

section.contract-list .capabilities-section.color1 {
    background:transparent !important;
}

section.contract-list .capabilities-section.color2 {
    background:#0a0a0a !important;
}


@media(max-width:1023px) {
    .single-capabilities .contract-meta {
        padding-top:24px;
    }
}

/* ----------------------------------------------------------------------------------------------------
footer
---------------------------------------------------------------------------------------------------- */
.footer {
    border-top: 1px white solid;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer .search-icon {
    display: none
}

@media all and (min-width: 1200px) {
    .footer .footer-1 {
        padding-right: 100px
    }
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}


 .footer .menu-main-menu-container .menu>li {
        width: 20%;
    }

@media all and (min-width: 1200px) {
    .footer .menu-main-menu-container .menu>li {
        width: 150px;
    }
}

@media all and (max-width: 767px) {
    .footer .menu-main-menu-container .menu>li {
        width: 50%;
    }
    .footer-2 {
        margin-top: 30px;
    }

    #menu-footer-menu {
        display: block
    }
    #menu-footer-menu li, #menu-footer-menu a {
        text-align: left;
    }

    #menu-main-menu {
        margin-top: 40px;
    }
}


.footer .menu .active>a {
    background: transparent;
}



.footer .menu>li>a {
    font-family: 'Gineso-Con-Bold', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
}

.footer .menu a {
    color: white;
    padding-left: 0;
}

.footer .menu ul a {
    color: #979997;

}

.footer .menu ul a:hover {
    color: #fff;

}

.footer .sub-menu .sub-menu {
    display: none
}

.footer h4 {
    font-size: 38px;
    line-height: 50px;
    font-family: 'Gineso-Con-Black', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}


.footer .footer-3 .menu>li>a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: none;
    font-size: 18px;
}

.footer .footer-3 .menu>li:nth-child(2) a {
    text-align: center;
}

.footer .socialLinks {
    display: flex;
    justify-content: flex-end;
}

@media all and (max-width: 1023px){
        .footer .socialLinks {
                justify-content: center;
        }
}

.footer .socialLinks a {
    display: inline-block;
    margin-left: 10px;
    color: white;
    font-size: 30px;
}
.footer .textwidget p {
    line-height: 1.2;
}


/* ----------------------------------------------------------------------------------------------------
selected-posts
---------------------------------------------------------------------------------------------------- */

section.selected-posts {
    padding-top: 100px;
    margin-bottom: 100px;
    margin-top: 100px;
    position: relative;
}

section.selected-posts h5 + p {
    margin-top: 35px;
}

section.selected-posts > a {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    z-index: 3;
}

@media all and (min-width: 1200px) {


    section.selected-posts {
   
    }

    section.selected-posts .cell {
        margin-right: -200px;

    }

}

@media all and (min-width: 1200px) and (max-width:1440px) {


    section.selected-posts {
   
    }

    section.selected-posts .cell {
        margin-right: 0;
    }

}

@media all and (max-width: 1023px){
    section.selected-posts {
    padding-top: 300px;
    margin-bottom: 50px;
    margin-top: 100px;
    padding-bottom: 0;
    }
}


section.selected-posts .cell {
    background: black;
    padding: 50px 70px;

}



section.selected-posts .grid-container {
    width: 100%;
    padding: 0;
    margin: 0;
}



.selected-posts h5,
.selected-posts h5 a {
    font-family: 'Gineso-Con-Black', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: white;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.selected-posts h5 a {
    text-decoration: none;
}

@media all and (max-width: 1024px) {
    section.selected-posts .cell {
    padding: 20px 35px;
    }
    .selected-posts h5,
    .selected-posts h5 a { 
        font-size: 30px;
        line-height: 30px;
    }
}

/* ----------------------------------------------------------------------------------------------------
category-posts
---------------------------------------------------------------------------------------------------- */


section.category-posts {}


section.category-posts .block-intro h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}

section.category-posts .grid-container {
    margin-right: 0;
    overflow: hidden;
    margin-left: 0;
    padding: 0;
    max-width: none;
}

section.category-posts .post-grid .cell {
    position: relative;
    padding-top: 100%;
    background-size: cover;

}

section.category-posts .post-grid .cell > a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

section.category-posts .post-grid .cell .inner-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    padding-top: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.89) 100%);
}


@media all and (min-width: 1023px){
     section.category-posts .owl-stage {
        padding-left: 0!important;
    }   
}


.post-item h5,
.post-item h5 a {
    font-family: 'Gineso-Con-Bold', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: white;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
        text-decoration: none;
}

@media all and (max-width: 1024px){
    .post-item h5,
    .post-item h5 a {

    font-size: 20px;
    line-height: 20px;
    text-decoration: none;

    }
}


.post-item .category {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    /* font-family: 'Gineso'; */
    font-family: "Gineso-Con-Bold";
    letter-spacing: .2em;
}

@media all and (max-width: 1023px){
    .post-item .category {
        font-size: 15px;
    }
}

section.category-posts .cell:hover .button-arrow {
    background-color: transparent;
    padding-right: 20px;
}


/* ----------------------------------------------------------------------------------------------------
featured
---------------------------------------------------------------------------------------------------- */
section.all-news {}

section.all-news p {
    margin: 0;
}


section.all-news .block-intro h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0px;
}


section.all-news .inner-wrap {
    padding-top: 50%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media all and (min-width: 1024px){
    section.all-news .item1 {
        padding-right: 5px;
        padding-bottom: 5px;
    }


    section.all-news .item2 {
        padding-left: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
    }

    section.all-news .item3 {
        padding: 5px;
    }

    section.all-news .item4 {
        padding: 5px;
    }

    section.all-news .item5 {
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    section.all-news .item6 {
        padding: 5px;
    }

    section.all-news .item7 {
        padding: 5px;
    }

    section.all-news .item8 {
        padding: 5px;  
    }
}
/*
section.all-news .cell .items {
    padding: 5px;
}
*/

section.all-news .category-filter a{
margin-bottom: 10px;
}

section.all-news .big-cell .inner-wrap,
section.all-news .small-cell .inner-wrap {
    padding-top: 100%;
}

section.all-news .post-item .inner-wrap > a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;

}


section.all-news .post-item h5,
section.all-news .post-item .post-item h5 a {
    font-size: 20px;
    color: white;
    line-height: 20px;
    text-decoration: none;
}

section.all-news .title-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.89) 100%);
}


@media all and (max-width: 1023px){
    section.all-news .title-wrap {
        position: relative;
        background: black;
    }

    section.all-news .big-cell .inner-wrap,
    section.all-news .small-cell .inner-wrap {
    padding-top: 50%;
    }

    section.all-news .title-wrap {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    }

}

section.all-news .news-item.cat-in-the-news {
    background-color: white;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}



section.all-news .tile-images.cat-in-the-news {
    background-size:cover;
}




.pagination ul {
    text-align: center;
    margin-top: 50px;
}

.pagination ul a {
    color: white;
}

.all-news .newslist {
    display: none
}

.navigator {
    text-align: center;
    margin-top: 30px;
}

.nextpage {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url('../images/arrow-down-black.svg');
    background-color: white;
}


.search-loop article {
    padding-top: 30px;
}

.search-loop h4 {
    margin-top: 0;
    font-weight: 700;
}

.search-loop article a {
    color: white;
}

.search-loop>article:nth-child(odd) {
    background: white;
}

.search-loop>article:nth-child(odd) p,
.search-loop>article:nth-child(odd) h1,
.search-loop>article:nth-child(odd) h4,
.search-loop>article:nth-child(odd) h3,
.search-loop>article:nth-child(odd) li,
.search-loop>article:nth-child(odd) a {
    color: black;
}

.search-loop>article .button-more {
    margin-top: 10px;
}

.search-loop>article:nth-child(odd) .button-more {
    border-color: black;
    background-image: url(../images/arrow-black.svg);
}

.search-loop>article:nth-child(odd) .button-more:hover {
    background-color: white;
}

/* ----------------------------------------------------------------------------------------------------
search
---------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------
featured posts slider
---------------------------------------------------------------------------------------------------- */
section.featured-posts-slider {}

section.featured-posts-slider .inner-wrap {
    min-height: 600px;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.featured-posts-slider .title-wrap:before {

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(323deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 93%);
    mix-blend-mode: darken;
    z-index: 1;
}

section.featured-posts-slider .title-wrap .grid-container {
    position: relative;
    z-index: 2;
}

section.featured-posts-slider .post-item h5,
section.featured-posts-slider .post-item h5 a {
    font-family: 'Gineso-Con-Black', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: white;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.featured-posts-slider .owl-theme .owl-dots {
    margin-top: -50px;
}

section.featured-posts-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -50px;
    position: relative;
}

section.featured-posts-slider.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    height: 5px;
    width: 70px;
    color: white;
    opacity: 0.4;
    background: white;
}

section.featured-posts-slider.owl-theme .owl-dots .owl-dot.active span {
    color: white;
    opacity: 1;
    background: white;
}



/* ----------------------------------------------------------------------------------------------------
content divder
---------------------------------------------------------------------------------------------------- */
.content-divider hr {
    border-bottom: 6px white solid;
}



/* ----------------------------------------------------------------------------------------------------
content divder
---------------------------------------------------------------------------------------------------- */
.content-divider-thin hr {
    margin-top: -20px;
    margin-bottom: 35px;
}


/* ----------------------------------------------------------------------------------------------------
featured posts slider
---------------------------------------------------------------------------------------------------- */
.all-featured-posts  {}


.all-featured-posts > section.featured-posts-sections {
    overflow: hidden;
    position: relative;
}

.all-featured-posts > section.featured-posts-sections .post-item > a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.all-featured-posts > section.featured-posts-sections:first-child .inner-wrap {
    min-height: 600px;
    height: 100vh;
        background-size: cover;
}

.all-featured-posts > section.featured-posts-sections:first-child .excerpt {
    display: none
}

.all-featured-posts > section.featured-posts-sections .cell.large-4 {
    text-align: right;
}

@media all and (max-width: 1023px){
    .all-featured-posts > section.featured-posts-sections .cell.large-4 {
    text-align: left;
    }
  
}



.all-featured-posts > section.featured-posts-sections:first-child .cell.large-4 {
    display: none
}

.all-featured-posts > section.featured-posts-sections + section.featured-posts-sections .inner-wrap {
    background-image: none!important;
}




.all-featured-posts > section.featured-posts-sections + section.featured-posts-sections .cell.large-8 .button {
    display: none;
}

.all-featured-posts  section.featured-posts-sections .inner-wrap {
    padding: 50px 0;
}

.all-featured-posts   {
    padding: 50px 0;
    padding-top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.all-featured-posts  .title-wrap,
.all-featured-posts  .grid-container,
.all-featured-posts  .inner-content {
    height: 100%;
}



.all-featured-posts >section:first-child .title-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(323deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 93%);
    mix-blend-mode: darken;
    z-index: 1;
}

.all-featured-posts  .title-wrap .grid-container {
    position: relative;
    z-index: 2;
}

.all-featured-posts  .post-item h5,
.all-featured-posts  .post-item h5 a {
    font-family: 'Gineso-Con-Bold', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: white;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: none;
}

@media all and (max-width: 1024px){

    .all-featured-posts  .post-item h5,
    .all-featured-posts  .post-item h5 a {

        font-size: 40px;
        line-height: 40px;
    }

}


.all-featured-posts section:nth-child(even) {
    background: white;
}

.all-featured-posts section:nth-child(even) .button-more {
    border-color: black;
        background-image: url(../images/arrow-black.svg);
}

.all-featured-posts section:nth-child(even) p,
.all-featured-posts section:nth-child(even) .category,
.all-featured-posts section:nth-child(even) h5,
.all-featured-posts section:nth-child(even) .excerpt,
.all-featured-posts section:nth-child(even) li,
.all-featured-posts section:nth-child(even) a {
    color: black;
}

.all-featured-posts .large-4 .button:hover {
    transform: translate(20px,0px);
}

/* ----------------------------------------------------------------------------------------------------
owl arrows
---------------------------------------------------------------------------------------------------- */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: right;
    padding-right: 100px;
}

.page .owl-carousel .owl-nav button {
    border: 2px white solid;
    border-radius: 0;
    padding: 10px !important;
    margin: 3px;
    transition: all 300ms;
}

.owl-nav button img {
    width: 20px;
    height: auto;
}

.page .owl-carousel .owl-nav button+button {
    margin-left: 50px;
}


.page .owl-carousel .owl-nav button:hover {
    background: #2C5697;


}

.page .owl-carousel .owl-nav button.owl-next:hover {}



/* ----------------------------------------------------------------------------------------------------
staff
---------------------------------------------------------------------------------------------------- */
section.staff-list {
    padding: 50px 0;
}

section.staff-list .staff-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 500ms;
        background-size: 100%;
}


section.staff-list .staff-image:hover {
    background-size: 110%;
}

section.staff-list .staff-image a {
    display: block;
    padding-top: 100%;
}

section.staff-list .cell {
    position: relative;
}

section.staff-list .staff-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media all and (max-width: 1024px){ 
    section.staff-list .staff-info {
    position: relative;
    }
}
section.staff-list .staff-info .inner-wrap {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.8);
}

section.staff-list .staff-name {
    margin: 0;

}

section.staff-list h5.staff-name {
    color: black;
    font-family: 'Gineso-Con-Black', sans-serif;
    font-size: 28px;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 90px;
        line-height: 28px;

}

section.staff-list a {
    text-decoration: none;
}

section.staff-list h5.staff-name span {
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    line-height: 15px;


}

section.staff-list .button-arrow {
    background-color: black;
    padding: 30px 40px 20px 35px;
    text-align: center;
    background-position: center;
}

@media all and (max-width: 1024px){
    section.staff-list .button-arrow {
            padding: 10px 10px 10px 20px;
    }
}

section.staff-list.leadership-hero {
    padding: 0;
    height: 600px
}

@media all and (max-width: 1023px){
   section.staff-list.leadership-hero {
    padding-top: 120px;
    height: auto;
   }

   section.staff-list .staff-image {
    margin-bottom: 30px;
   }
}

section.staff-list.leadership-hero .grid-container,
section.staff-list.leadership-hero .grid-container .inner-content {
    height: 100%;
}

section.staff-list.leadership-hero h1 {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 60px;
    letter-spacing: -2px;
}

@media all and (max-width: 1023px){
    section.staff-list.leadership-hero h1 {
    font-size: 40px;
    line-height: 40px;
    }

    section.staff-list.leadership-hero  h4 {
            font-size: 22px;
            margin-top: 0;
    }

}

section.staff-list.leadership-hero .cell-column-two .content-padding {
    padding: 0 50px;
    padding-bottom: 30px;
}


@media all and (max-width: 767px) {
    section.staff-list.leadership-hero .cell-column-two .content-padding {
        padding: 0px;
    }
}


@media all and (min-width: 1024px) {
    .bio-content .cell-column-one {
        padding-right: 50px;
    }

    .bio-content .cell-column-two {
        padding-left: 50px;
        position: relative;
    }

    .bio-content .cell-column-two:before {
        content: "";
        width: 1px;
        height: 300px;
        background: #4c4c4c;
        position: absolute;
        left: 0;
        top: 0;
    }
}

.bio-content .cell-column-two h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Gineso-Con-Black', sans-serif;
    line-height: 20px;
    margin: 0;
    margin-bottom: 20px;
}

.bio-content .cell-column-two a {
        color: #979997;
}

.bio-content .cell-column-two a:hover {
        color: #fff;
}

.bio-content .cell-column-two p {
    line-height: 20px;
}

.bio-content .cell-column-two p strong {
    text-transform: uppercase;
    color: #4c4c4c;
}



/* News  */
section.news-hero {
    padding: 0;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
@media all and (min-width: 1024px){
    section.news-hero.tall-header-1 {
    height: 1000px;
    }
}



.single section.news-hero {
    padding-top: 80px;
}


.single section.news-hero.longtitle-1 h1 {
        font-size: 65px;
        line-height: 70px;
}


section.news-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(323deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 93%);
    mix-blend-mode: darken;
    z-index: 1;
}

section.news-hero .grid-container,
section.news-hero .grid-container .inner-content {
    height: 100%;
    position: relative;
    z-index: 2;

}

section.news-hero h1 {
    text-transform: uppercase;
    font-size: 96px; line-height: 80px;
    letter-spacing: -2px;
}

@media all and (max-width: 1024px){
    section.news-hero h1 {
            font-size: 45px; 
            line-height: 45px;
    }
}

section.news-body {
    background: white;
    padding-top: 0;
}

section.news-body .post-content>* {
    color: black;
}

section.news-body .post-content h3 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
    margin-top: 20px;
    font-family: 'Gineso-Con-Medium', sans-serif;
}

section.news-body .post-content h5 {
    font-family: 'Gineso-Con-Medium', sans-serif;
}

section.news-body .post-content>ul:first-child {
    background-color: black;
    /* margin-left: -100%;
    margin-right: -100%;
    padding: 50px 100%; */
    margin-left: -100vw;
    margin-right: -100vw;
    padding: 50px 100vw;
    border: 0;
    margin-bottom: 40px;
}

section.news-body .post-content>ul:first-child li {
    color: white;
        font-family: 'Roboto Mono', monospace;
    font-weight: 400;
}


section.news-body .post-content>ul:first-child li a{
    color: white
}


section.news-body .post-content>ul h3 {
    margin: 0;
}

section.news-body .post-content>h4:first-child {
    background-color: black;
    /* margin-left: -100%!important;
    margin-right: -100%!important;
    padding: 50px 100%!important; */
    margin-left: -100vw!important;
    margin-right: -100vw!important;
    padding: 50px 100vw!important;

    border: 0;
    margin-bottom: 40px!important;
    color: white;
    margin-top: 0;
    padding-bottom: 40px !important;
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;

}

section.news-body .post-content>h4:first-child a {
    color: white;
}

section.news-body .post-content a, section.news-body .post-content li{
    color: black;
}

section.news-body .post-content a { 
    text-decoration: underline;
}

section.news-body .post-content a.button {
    text-decoration: none;
}

section.news-body .post-content {
font-family: 'Roboto', sans-serif;
font-weight: 300;
}





section.news-body blockquote {
    background-color: black;
    /* margin-left: -100%;
    margin-right: -100%;
    padding: 50px 100%; */
    margin-left: -100vw;
    margin-right: -100vw;
    padding: 50px 100vw;
    border: 0;
    margin-bottom: 40px;
        font-family: 'Roboto', sans-serif;
            margin-top: 40px;
}

section.news-body blockquote p {
    margin: 0;
        font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;

}

section.news-body .post-content>p:first-child {
    margin-top: 40px;
}


section.news-body blockquote+hr {
    display: none
}

section.news-body .post-content>ul li h3 {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
        font-family: 'Roboto Mono', monospace;
    font-weight: 400;
}

section.news-body .post-content>ul+hr {
    display: none;
}

section.news-body .post-content a.button {
    background-color: black;
    color: white;
}


.peraton-meta {
    margin-bottom: 40px;
    margin-top: 40px;
}
.peraton-meta + hr {
    display: none
}

.peraton-meta .cat-time {
    font-family: "Gineso-Con-Demi";
    color: rgba(0,0,0,0.6);
    font-size: 20px;
    margin-bottom:20px;
    text-transform: uppercase;

}

.peraton-meta .cat-time .readingtime {
    text-transform: uppercase;
}

.peraton-meta .peraton-author {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: rgba(0,0,0,1);
    font-size: 20px;
}

.peraton-meta .peraton-author {
    display: flex;
        align-items: center;
}

.peraton-meta .peraton-author .authorimage {
    padding-right: 20px
}

.peraton-meta .peraton-author .authorimage img {
    max-width: 100px;
    height: auto;
    border-radius: 50%;
}

.peraton-meta .peraton-author .email a{
    color: rgba(0,0,0,0.6);    
}


/* related content */
section.news-body .post-content .content-related:empty {
    display: none
}


section.news-body .post-content .content-related {
    background: black;
    margin-left: -20%;
    margin-right: -20%;
    padding: 40px 20%;
    margin-top: 50px;
}

section.news-body .post-content .content-related h4 {
    color: rgba(255,255,255,0.5);
    font-family: "Gineso-Con-Demi";
    margin:0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
}

section.news-body .post-content .content-related .related_post a {
        font-family: "Gineso-Con-Bold";
        text-transform: uppercase;
        font-size: 30px;
        color: white;
}
section.news-body .post-content .content-related .related_post .excerpt {
    color: white;
}
section.news-body .post-content .content-related .related_post .excerpt a.button {
    display: none
}

section.news-body .post-content .content-related .related_post a.button {
    font-size: 15px;
}

/* markets + capabilities */
.parent-pageid-288 .cell-column-two p {
    overflow: hidden;
    height: 3em;
    margin: 10px 0;
    position: relative;
}

.parent-pageid-288 .cell-column-two p.open {
    height: auto;
}

.parent-pageid-288 .cell-column-two p.open+a.expand {
    position: relative;
}

.parent-pageid-288 .cell-column-two p.open+a.expand:before {
    content: 'READ LESS';
    color: white;
    background: black;
    position: absolute;
    height: 100%;
    padding-right: 8px;
}

.parent-pageid-288 .cell-column-two p.open+a.expand:after {
    content: "\f068";
    position: relative;

}

.parent-pageid-288 .cell-column-two h4 {
    margin-top: 30px;
}

.parent-pageid-288 .cell-column-two .inner-wrap>h4:first-child {
    margin-top: 0;
}

/* capbilities */
/* markets + capabilities */
.parent-pageid-1579 .cell-column-two p {
    overflow: hidden;
    height: 3em;
    margin: 10px 0;
    position: relative;
}

.parent-pageid-1579 .cell-column-two p.open {
    height: auto;
}

.parent-pageid-1579 .cell-column-two p.open+a.expand {
    position: relative;

}

a.expand.buttom-more-two {
      min-width: 70px;
}

.parent-pageid-1579 .cell-column-two p.open+a.expand:before {
    content: 'READ LESS';
    color: white!important;
    background: black;
    position: absolute;
    height: 100%;
    padding-right: 0px;
    width: 100%
}

a.button.expand, a.button.expand:focus, a.expand.button:hover {
    color: white!important;
}

.parent-pageid-1579 .cell-column-two p.open+a.expand:after {
    content: "\f068";
    color: white!important;
}

.parent-pageid-1579 .cell-column-two h3 {
    margin-top: 30px;
}

.parent-pageid-1579 .cell-column-two .inner-wrap>h3:first-child {
    margin-top: 0;
}



/* column cards */
section.cards {}

section.cards .card-img {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 50%;
    background-position: center;
    background-size: 100%;
}

section.cards .card-img img {
    display: none
}

section.cards h4,
section.three-columns h4 {
    margin-top: 0px;
    font-family: "Gineso-Con-Bold";

}

section .block-intro {
    padding-bottom: 50px;
        position: relative;
}

@media all and (min-width: 1024px) {

    section.three-columns .cell+.cell {
        position: relative;
    }

    .off section.three-columns.padded .cell+.cell:before {
        content: "";
        position: absolute;
        left: -25px;
        top: 50%;
        width: 1px;
        height: 50%;
        transform: translateY(-50%);
        background-color: white;
    }

}


.page-our-commitment-to-veterans img.oms-left,
.page-our-commitment-to-veterans img[alt="Operation Homefront"] {
    background-color: white;
    border-radius:  50%;
    width: 75px;
    height: 75px
}


/* section gallery */
section.gallery-block {
    padding: 50px 0;
}

section.gallery-block .padding-30 {
padding: 30px;
}


section.gallery-block .gallery-row-container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}



/* forms */
.gfield_label, .gchoice label {
    color: white;
}

.gform_fields * {
    position: relative;
}

.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
    width: 100%!important;
}

.gform_button{
    background-color: transparent;
    color: white;
    border: 2px white solid;
    padding-right: 40px;
    background-image: url('../images/arrow.svg');
    background-position: 91%;
    background-position: calc(100% - 10px);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    font-family: 'Gineso-Ext-Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    transition: all 300ms;
}

.gform_button:hover {
    background-color: black;
    padding-right: 60px;
    color: white;
}


.gform_wrapper.gravity-theme input[type=color],
 .gform_wrapper.gravity-theme input[type=date],
 .gform_wrapper.gravity-theme input[type=datetime-local],
 .gform_wrapper.gravity-theme input[type=datetime],
 .gform_wrapper.gravity-theme input[type=email],
 .gform_wrapper.gravity-theme input[type=month],
 .gform_wrapper.gravity-theme input[type=number],
 .gform_wrapper.gravity-theme input[type=password],
 .gform_wrapper.gravity-theme input[type=search],
 .gform_wrapper.gravity-theme input[type=tel],
 .gform_wrapper.gravity-theme input[type=text],
 .gform_wrapper.gravity-theme input[type=time],
 .gform_wrapper.gravity-theme input[type=url],
 .gform_wrapper.gravity-theme input[type=week],
 .gform_wrapper.gravity-theme select,
 .gform_wrapper.gravity-theme textarea {
    background-color: black;
    color: white;
    border: 2px white solid;
 }

[type=color],
 [type=date],
 [type=datetime-local],
 [type=datetime],
 [type=email],
 [type=month],
 [type=number],
 [type=password],
 [type=search],
 [type=tel],
 [type=text],
 [type=time],
 [type=url],
 [type=week],
 textarea {
    background-color: black;
    color: white;
    border: 2px white solid;
 }





 .gform_wrapper.gravity-theme .gfield_label, form label {
        font-family: "Gineso-Con-Bold";
    text-transform: uppercase;
 }

/* legacy cleanups */
.text-center {text-align: left;}


/* About peraton */
section.about-peraton {
    padding-top: 20px;
}
section.about-peraton hr {
    margin: 40px 0;
}
section.about-peraton h4 {
        font-family: 'Gineso-Con-Bold', sans-serif;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 30px;
        font-size: 30px;
}

section.about-peraton {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
}

section.about-peraton .cell-about {
    font-size: 18px;
    line-height: normal;
}

section.about-peraton .cell-contact-img img {
    height: auto;
    max-width: 200px;
    width: 100%;
    margin-bottom: 20px;
}


section.about-peraton .cell-contact-img {
    padding-right: 25px;
}
section.about-peraton .cell-contact-info {
    font-size: 18px;
    line-height: normal;
}

.search.search-results .hero-wrap {
    height: auto;
        padding-top: 200px;
}

.search.search-results .hero-wrap h1{
font-size: 100px;
    line-height: 1;

}


/*home animations*/

/* home slides */


.home.no-hero-true .entry-content>section.text-content:first-child {
    padding: 50px 0;
}


.home section.text-content {
    min-height: 600px;
    height: 100vh;
}


.home section.text-content .grid-container {
    height: 100%;
    z-index: auto;
    max-width: 95%;
    width: 100%;

}

.home section.text-content .grid-container .inner-content {
    height: 100%;
    align-items: center;
}


.home .home-hero h1,
.home .text-content h3 {
    font-size: 83px;
    line-height: 70px;
    margin: 0;
    margin-bottom: 10px;
}

.home .home-hero p,
.home .text-content p {
    font-size: 30px;
    line-height: 39px;
}

.home .home-hero p {
    max-width: 65%;
}

.home .home-hero h2,
.home .text-content h4 {
    font-family: "Gineso-Con-Black";
    font-size: 60px;
    line-height: 1;
    margin: 0;
}

div.section-wheel {
    position: fixed;
    top: 50%;
    right: 20px;
    width: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transform: translateY(-20%);
}

div.section-wheel .dot {
   
    width: 20px;
    height: 20px;
    border: 1px white solid;
    border-radius: 50%;
    opacity: 1;
    transition: all 300ms;
    margin:5px 0;
    position: relative;
    border-color: transparent;
    cursor: pointer;

}


div.section-wheel .dot:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    
    justify-content: center;
    align-items: center;
    

    top: calc(50% - 3px);
    left: calc(50% - 3px);
     opacity: 1;
}



div.section-wheel .dot.active {

    border-color: white;
}


@media all and (max-width:767px) {
    .section-wheel {display: none!important}
}



div.img-overflow {
    overflow: hidden;
}
div.img-overflow img {
    width: auto;
    height: auto;
    max-width: none;
}


.slide-img {position: absolute;opacity: 0}



.home section.slide-footing.text-content p,
.home section.slide-longview.text-content p {
    font-kerning: none;
    font-size: 24px;
    line-height: 1.4;
    padding-right:8px;
}

.home .project-section-group {
    position: relative;
    width: 100%;
    height: 100vh
}

.home .project-section-group section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.home .project-section-group2 {
    position: relative;
    width: 100%;
    height: 100vh
}

.home .project-section-group2 section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}



.home h4 {text-transform: uppercase;}

.home .slide-workplace.text-content blockquote, 
.home .slide-workplace.text-content blockquote p {
    color: white;
    font-family: "Gineso-Con-Medium";
    font-size: 67px;
     line-height: 67px;
    border: 0;
    padding: 0;
}

.home .slide-workplace.text-content p strong {
        font-size: 20px;
}

.home .slide-awards.text-content {}
.home .slide-awards.text-content .grid-x{
    align-items: flex-start!important;
}


.home .slide-awards.text-content .one h3 {
    font-size: 65px;
}

.home .slide-awards.text-content .cell-column-two h4{
    font-size: 27px;

}

.home .slide-awards.text-content .cell-column-two p{
    font-size: 22px;
    color: rgba(255,255,255,0.6);

}

.home .slide-awards.text-content h3 {
    font-size: 70px;
    line-height: 70px;
}

.home .slide-awards.text-content .p1 {
    visibility:hidden;
    position: relative;
}



section.text-content {
    position: relative;
}

.home section.two-columns {
    background-image: none!important;
}

.per-sliced-image {

    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    pointer-events: none;
    opacity:0
}

.home .per-sliced-image {
opacity: 1;
}

.per-lines {
    pointer-events: none;    
}

.per-sliced-image .per-slice {
    position: absolute;
    height: 100%;
    overflow: hidden;
}
.per-sliced-image .per-slice .per-slice__inside{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-color: #000;
    left:calc((100%/12)*(-1));
}

.page-contact-us .cell-column-two p {
    position: relative;
}


.home .slide-fearless .cell-column-one ,
.home .slide-agile .cell-column-one,
.home .slide-scalable .cell-column-one,
.home .slide-connected .cell-column-one {
    min-height: 350px;
}

section.home-hero {

}
section.home-hero .per-video__holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.home-hero .per-video__holder video {
    max-width: none;
    height: auto;
    width: 120%;
    opacity:0;
    transition:opacity 9000ms;
    height: 100%;
    object-fit: cover;
}

section.home-hero .per-video__holder video.fadein {
    opacity:1;
    transition:opacity 9000ms;
}

@media all and (max-width: 1023px) {
   section.home-hero .per-video__holder video {
    max-width: none;
    width: auto;
    height: 100%;
    } 
}

@media all and (max-width: 767px){

     section.home-hero .per-video__holder video {
        transform: translateX(-30%);
     }
}



.home .main .entry-content{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    /* scroll-snap-points-y: repeat(100vh); */
    scroll-snap-type: y mandatory;
}

.home .main.scrolling .entry-content {
    scroll-snap-type: none;
}


.home .main .section-group {
    height: 100vh;
     scroll-snap-align: start;
    overflow: hidden;
  
}


.home .main footer.section-group {
    padding-top: 130px;
    scroll-snap-align: end;

    position: relative;
    z-index: 1;
    background: black;
    height: auto;
    padding-bottom: 100px;
}

@media all and (max-width: 1024px){
    .home-hero .txt-block{
        padding-top: 130px;
    }
}


.home .next {
    opacity: 0;
    transition: all 500ms;
    z-index: 10;
    cursor: pointer;
}

.home .done .next {
    opacity: 1;
}

.home .next:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../images/big-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: all 1000ms;
}

.home .done .next:after {
    width: 200px;
    height: 200px;
    opacity: 0;
    left: -150%;
    top: -200%;

}

.error404 form {
    margin-top: 30px;
}

.error404 input[type=search] {
    background-color: transparent!important;
    height: 42px;
}
/* text animation  */
.section-group h1, .section-group h2,.section-group h3, .section-group p {
    overflow: hidden;
}

.section-group h1 > div, .section-group h2 > div,.section-group h3 > div, .section-group p > div {
    position: relative;
}

section.slide-workplace, section.slide-awards {
    padding-top: 200px;
}

.home .slide-awards.text-content {
    height:auto;
    min-height:100vh;
}

.home .slide-workplace h3 {
    font-size: 63px;
    line-height: 70px;
}

.split-parent {
  overflow: hidden;
}
.split-child {
  display: inline-block;
}

div.next {
    color: transparent;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/big-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 300ms;
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translate(-50%,0);
}


.home .cattitle {
    font-size:18px;
    text-transform: uppercase;
    font-family: 'Gineso';
    letter-spacing: .2em;
}


.search .hero-wrap h1 {
    font-size: 60px;
    line-height: 60px;
}





@media all and (max-width:1200px ) {
    section.home-hero .per-video__holder video {
    max-width: none;
    height: 100%;
    width: auto;
    }



    .home .home-hero h2 {

    font-size: 30px;
    line-height: 30px;

    }


    .home .home-hero h1, .home .text-content h3 {

    font-size: 60px;
    line-height: 60px;

    }

    .home .home-hero p, .home .text-content p {
    font-size: 21px;
    line-height: 26px;
    }

    .home section.slide-footing.text-content p,
    .home section.slide-longview.text-content p {
    font-size: 21px;
    line-height: 1.4;
    }



}

@media all and (max-width:767px ) { 



    .home .home-hero h1, .home .text-content h3 {

    font-size: 60px;
    line-height: 60px;

    }

    .home .text-content h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .home .home-hero p, .home .text-content p {
    font-size: 18px;
    line-height: 1.4;
    max-width: 100%;
    }

    .home section.slide-footing.text-content p,
    .home section.slide-longview.text-content p {
    font-size: 18px;
    line-height: 1.4;
    }

    .home .slide-footing p,
    .home .slide-longview p {
        max-width: 80%;
    }

    .home .slide-workplace h3 {
        font-size: 30px;
        line-height: 30px;
    }


    .home .slide-awards.text-content h3 {
    font-size: 30px;
    line-height: 30px;
    }
    
    .home .slide-awards.text-content .cell-column-two h4,.home .slide-awards.text-content .cell-column-two  {
    font-size: 20px;
    }


    .home .main .footer.section-group,
    .home .main .slide-awards.section-group {
    /* height: auto; */
    scroll-snap-align: start;
    overflow: visible;
    }

}

@media(max-width:435px) {
    .home .home-hero .block-content .block-text small br {
       display:none;
    }
}


.news-body img[style*="left"] {
    margin-right: 20px;
}

@media all and (max-width: 767px) {
    .slide-awards .inner-wrap  p.p1 {

    font-size: 16px;
    line-height: 1.2;

    }

    .home .slide-awards.text-content .cell-column-two p {
    font-size: 18px;
    line-height: 1.2; 
    }
}









.home .slide-capabilities .pieces-b {
    max-width: 820px;
}

.home .slide-capabilities .pieces-d ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
}

.home .slide-capabilities .pieces-d ul li {
    margin: 0;
    padding: 0;
}

.home .slide-capabilities .pieces-d ul li a {
    color:#464646;
    text-decoration:none;
    font-family: "Gineso-Con-Black";
    font-size: 60px;
    line-height: 1;
    -webkit-transition: .25s all ease;
    -moz-transition: .25s all ease;
     -ms-transition: .25s all ease;
      -o-transition: .25s all ease;
         transition: .25s all ease;
}

.home .slide-capabilities .pieces-d ul li a:hover {
    color:#fff;
    opacity:0.8;
}

.home .slide-capabilities .pieces-d ul li a.active {
    color:#fff;
    opacity:1;
}

.home .slide-capabilities .capabilities-bgs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.home .slide-capabilities .capabilities-bgs .bg-div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* display:none; */
    /* height: 0; */
    opacity: 0;
    -webkit-transition: .25s all ease;
    -moz-transition: .25s all ease;
     -ms-transition: .25s all ease;
      -o-transition: .25s all ease;
         transition: .25s all ease;
}

.home .slide-capabilities .capabilities-bgs .bg-div.active {
    display:block;
    opacity: 1;
}

.home .slide-capabilities .capabilities-bgs .bg-div {
    /* z-index:1; */
}



.search-results .page-navigation {
    text-align:center;
    margin-top: 2.5rem;
}

.search-results .page-navigation .pagination-ul {
    display: table;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

.search-results .page-navigation li {
    /* width: 44px; */
    text-align: center;
    display: table-cell;
}

.search-results .page-navigation a, .search-results .page-navigation span {
    color: #fff;
    line-height: 48px;
    display: inline-block;
    width: 100%;
    padding: 0 17px;
    /* min-width: 48px; */
    text-align: center;
    border: 2px transparent solid;
}

.search-results .page-navigation span.dots {
    width: 48px;
}

.search-results .page-navigation a, .search-results .page-navigation .current{
    /* padding: 0 10px; */
    /* border:2px transparent solid; */
}

.search-results .page-navigation .prev, .search-results .page-navigation .next {
    text-decoration:none;
    border: 2px white solid;
    border-radius: 0;
    padding: 0 10px;
    transition: all 300ms;
    line-height: 44px;
    width: 44px;
}

.search-results .page-navigation .prev {
    margin-right:10px;
}

.search-results .page-navigation .next {
    margin-left:10px;
}

.search-results .page-navigation span.current {
    font-weight: bold;
}

.search-results .page-navigation a {

}

.search-results .page-navigation a:hover {
    opacity:0.7;
    transition: all 300ms;
}

.search-results .page-navigation .prev:hover, .search-results .page-navigation .next:hover {
    background: #2C5697;
    color:#fff;
    opacity: 1;
}

.search-results .page-navigation .prev img, .search-results .page-navigation .next img {
    width: 20px;
    height: auto;
    max-width: 100%;
    border:0;
}

.all-featured-posts > section.featured-posts-sections.child .positioning .button:hover {
    transform: translate(0);
}

@media(min-width: 1024px) {
    .all-featured-posts > section.featured-posts-sections.child .positioning {
        width:140px;
        height:43px;
        margin-left:auto;
        position: relative;
        left:-10px;
    }


    .all-featured-posts > section.featured-posts-sections.child .positioning .button {
        position: absolute;
        white-space: nowrap;
        left: 0;
    }
}





.home .slide-footing .move-down,
.home .slide-longview .move-down {
    height: 50vh;
}

.home .slide-footing .move-down img,
.home .slide-longview .move-down img {
    min-height: 100%;
}

.home .slide-footing .slide-up-img,
.home .slide-longview .slide-up-img {
    /* height: auto; */
    height: 50vh;
    max-width: none;
}

.home .slide-footing .slide-up-img img,
.home .slide-longview .slide-up-img img {
    min-height: 100%;
} 



.home section.slide-footing.text-content h3,
.home section.slide-longview.text-content h3 {
    max-width:720px;
    overflow: visible;
    white-space: nowrap;
}






@media(max-width:1023px) {
	.home .slide-longview .longview-bgs, .home .slide-footing .footing-bgs {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.home .slide-longview .longview-bgs .bg-div, .home .slide-footing .footing-bgs .bg-div {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		-webkit-transition: .25s all ease;
		-moz-transition: .25s all ease;
		-ms-transition: .25s all ease;
		-o-transition: .25s all ease;
		transition: .25s all ease;
	}

	.home .slide-longview .longview-bgs .bg-div.active, .home .slide-footing .footing-bgs .bg-div.active {
		display: block;
		opacity: 1;
	}

	.home section.slide-footing.text-content h3,
    .home section.slide-longview.text-content h3 {
		max-width:none;
        overflow: visible;
        white-space:normal;
	}

	.home section.slide-footing.text-content p,
    .home section.slide-longview.text-content p {
		max-width:none;
        padding-right:0;
	}

    .home section.slide-footing.text-content h3 br,
    .home section.slide-longview.text-content h3 br {
        display:none;
    }

    .home section.slide-footing.text-content .slide-img img,
    .home section.slide-longview.text-content .slide-img img {
        visibility: hidden;
    }
}


