:root {
  --body: #0B0E20;
  --primary: #D42929;
}


@font-face {
    font-family: Gilmer;
    font-weight: normal;
    src: url("/fonts/Gilmer-Regular.otf") format("opentype");
}
@font-face {
    font-family: Gilmer-Light;
    font-weight: normal;
    src: url("/fonts/Gilmer-Light.otf") format("opentype");
}
@font-face {
    font-family: Gilmer-Medium;
    font-weight: normal;
    src: url("/fonts/Gilmer-Medium.otf") format("opentype");
}
@font-face {
    font-family: Gilmer-Outline;
    font-weight: normal;
    src: url("/fonts/Gilmer-Outline.otf") format("opentype");
}
@font-face {
    font-family: Gilmer-Heavy;
    font-weight: normal;
    src: url("/fonts/Gilmer-Heavy.otf") format("opentype");
}
@font-face {
    font-family: Gilmer;
    font-weight: bold;
    src: url("/fonts/Gilmer-Bold.otf") format("opentype");
}
@font-face {
    font-family: Quincy;
    font-weight: normal;
    src: url("/fonts/Quincy-CF.otf") format("opentype");
}
@font-face {
    font-family: Quincy-Medium;
    font-weight: bold;
    src: url("/fonts/Quincy-CF-Medium.otf") format("opentype");
}
@font-face {
    font-family: Quincy-Light;
    font-style: normal;
    src: url("/fonts/Quincy-CF-Light.otf") format("opentype");
}
@font-face {
    font-family: Quincy-Light;
    font-style: italic;
    src: url("/fonts/Quincy-CF-Light-Italic.otf") format("opentype");
}
@font-face {
    font-family: Quincy;
    font-weight: normal;
    src: url("/fonts/Quincy-CF.otf") format("opentype");
}
@font-face {
    font-family: Quincy;
    font-weight: bold;
    src: url("/fonts/Quincy-CF-Bold.otf") format("opentype");
}
@font-face {
    font-family: Quincy-Extra;
    font-weight: normal;
    src: url("/fonts/Quincy-CF-Extra-Bold.otf") format("opentype");
}


body{
    font-family: Gilmer;
    background:var(--body);
}


.bg-white{
    background:#fff;
}
#main-logo img{
    width:75px;
}


h1{
    font-size:8em;
    color:var(--primary);
    font-family: Quincy;
    font-weight: bold;
    line-height: .9;
    letter-spacing: -8px;
}

h2{
    font-size:3em;
    color:var(--primary);
    font-family: Quincy;
    font-weight: bold;
    line-height: .9;
    letter-spacing: -1px;
}   

h3{
    font-size:1.4em;
    font-family: Quincy;
    font-weight: bold;
    line-height: 1.3;
}   
.relative{
    position: relative;
}
.contact-button{
    padding:10px 16px;
    color:#fff;
    background:#0a66c2;
    border:none;
    font-weight:bold;
    border-radius: 50px;
    font-weight: normal;
    font-size:12px;
    text-decoration: none;
}
.contact-button:hover{
    color:#fff;
    background-color:#07529E;
}
#contact-top{
    position: absolute;
    right:0px;
}
    .contact-button i{
        display: inline-block;
        margin-right:10px;
    }
header p{
    display: inline-block;
    max-width: 30em;
    line-height: 2;
}

#nutshell{
    width:100px;
    margin-bottom:1em;
}

.career-tile{
    border-radius: 7px;
    background:#f1f1f1;
    text-align: center;
    padding:0 30px 30px 30px;
    min-height:23em;
    font-size:80%;
    line-height: 1.2;
    position: relative;
    margin-bottom:30px;
}
.career-tile .icon{
    height:14em;
    text-align: center;
}
.career-tile .icon img{
    width:100px;
    display: inline-block;
}
.career-tile#ceco .icon img{
    width:50px;
}
.career-tile#ag .icon img{
    width:70px;
}
.career-tile#growth .icon img{
    width:70px;
}
.career-tile#rmco .icon img{
    width:60px;
}
#career-highlights p.description{
    line-height: 1.4;
    font-size:14px;
    color:#666;
    padding-bottom:2em;
}
#career-highlights p.description a{
    color:#000;
}

.myself{
    width: 100%;
}



.filter-bar{
    border-bottom:1px solid #30375E;
    padding:0;
    top:0px;
    position: sticky;
    z-index:200;
    background:var(--body);
}
    .filter-bar li{
        display:block;
        float:left;
        padding:0;
        padding-right:2em;
    }
    .filter-bar li button{
        display:block;
        padding:15px 0px;
        position: relative;
        top:1px;
        color:#6D7398;
        text-decoration:none;
        background:none;
        border:none;
    }
    .filter-bar li.selected button{
        border-bottom:3px var(--primary) solid;
        color:var(--primary) ;
    }


#our-work-row.row{
    margin: 0 -5px;
}
#our-work-row .col-md-4{
    padding: 0 5px;
}
#our-work-row .col-md-4 .work{
    border-radius:10px;
    margin-bottom:10px;
    overflow:hidden;
    position: relative;
    width:100%;
    transition: opacity .3s;
    opacity:.3;
}
#our-work-row .col-md-4 .work:hover{
    opacity: 1;
}
#our-work-row .col-md-4 .work .image{
    position: relative;
}
#our-work-row .col-md-4 .work img,
#our-work-row .col-md-4 .work video
{
    width:100%;
}

#our-work-row #ceco-tile{
    height:100%;
}
#our-work-row .col-md-4 .work .info{
    background:#112C4E;
    padding:30px;
    color:#000;
}
#our-work-row .col-md-4 .work .info a{
    color:#fff;
    font-size:12px;
    text-decoration: none;
}
    #our-work-row .col-md-4 .work .info a i{
        color:#6D7398;
    }
#our-work-row .col-md-4 .work .info h4{
    font-size:22px;
    font-family: Quincy;
    font-weight:bold;
    color:#fff;
}
#our-work-row .col-md-4 .work .info i{
    color:#fff;
}
#our-work-row .col-md-4 .work .info p{
    color:#6D7398;
    font-size:12px;
    line-height: 1.3;
}
#our-work-row .col-md-4 .work .badge{
    position: absolute;
    left:15px;
    bottom:15px;
    padding:5px 8px;
    background:var(--body);
    color:#6D7398;
    font-size:9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 20px;
}
#our-work-row .col-md-4 .work .logo-round{
    width:30px;
    margin-bottom:10px;
    display: block;
}

.info-list h2{
    margin-bottom:30px;
}
.info-list ul{
    padding:0px;
    margin:0px;
}
    .info-list ul li{
        padding:0px;
        margin:0px;
        list-style:none;
        display: block;
        padding:10px 0;
        font-size:14px;
        color:#777;
    }

    .info-list ul li strong{
        color:#000;
    }

footer{
    text-align: center;
    color:#fff;
}
footer a{
    color:#fff;
    font-weight:bold;
}

@media (max-width: 1000px) {
    header{
        padding:30px;
    }
    h1{
        font-size:3em;
        letter-spacing: -2px;
    }
    footer{
        padding:30px;
    }
    #our-work h2{
        padding:0 20px;
    }

    .filter-bar{
        border-bottom:none;
        position: static;
        padding:0 20px;
    }
        .filter-bar li{
            float: none;
        }
    #our-work-row .col-md-4 .work{
        opacity: 1;
        margin-bottom:30px;
    }
}


.padding-top-sm{padding-top:30px}
.padding-top-md{padding-top:100px}
.padding-top-md2{padding-top:150px;}
.padding-top-lg{padding-top:200px;}
.padding-top-xl{padding-top:300px;}
.padding-top-xl2{padding-top:350px;}
.padding-top-super{padding-top:400px;}

.padding-bottom-sm{padding-bottom:40px}
.padding-bottom-md{padding-bottom:100px}
.padding-bottom-md2{padding-bottom:150px}
.padding-bottom-lg{padding-bottom:200px;}
.padding-bottom-xl{padding-bottom:300px;}
.padding-bottom-super{padding-bottom:400px;}

.margin-top-sm{margin-top:40px}
.margin-top-md{margin-top:100px}
.margin-top-md1{margin-top:150px}
.margin-top-lg{margin-top:200px;}
.margin-top-xl{margin-top:300px;}
.margin-top-super{margin-top:400px;}

.margin-bottom-sm{margin-bottom:40px}
.margin-bottom-md{margin-bottom:100px}
.margin-bottom-md2{margin-bottom:150px}
.margin-bottom-lg{margin-bottom:200px;}
.margin-bottom-xl{margin-bottom:300px;}
.margin-bottom-super{margin-bottom:400px;}


.vertical-center{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */