@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,700');


.navbar-item .navbar-link, .navbar-brand .navbar-item.is-active, .navbar-brand .navbar-item:focus, .navbar-brand .navbar-item:hover, .navbar-menu .navbar-item.is-active, .navbar-menu .navbar-item:focus, .navbar-menu .navbar-item:hover
{
    font-weight: 600;
}.navbar-item
{
    font-weight: 600;
}

body
{
    font-family: 'Heebo', sans-serif;
    background-color: #FFFFFF;
}

.navbar, .navbar-burger:hover, .footer
{
    background-color: #FFFFFF;
}

.section
{
    background-color: #FFFFFF;
}

.navbar-brand
{
    background-color: #FFFFFF;
}

.section__main-content__project__meta-title, .section__main-content__project__meta-description
{
    color: #000000;
}

.section__main-content__project__meta-title, h2
{
    letter-spacing: 0;
}

.section__main-content__project__meta-title
{
    font-weight: 300 !important;
    font-family: 'Heebo', sans-serif;
    /*font-size: 2.5rem !important;*/
    margin-top: 40px;
    font-size: 53px !important;
}

.content h1, .label:not(:last-child)
{
    margin-bottom: .2em;
}

.box--image .box__excerpt
{
    top: -30px;
}

.no-margin-bottom
{
    margin-bottom: 0;
}

.no-margin-top
{
    margin-top: 0;
}

.news-external
{
    position: absolute;
    padding-left: 10px;
    padding-top: 10px;
}


.section__main-content__project__meta-img-caption
{
    font-weight: 500;
}

.section__main-content .section__main-content--dark .section__main-content__about-team
{
    background-color: #000000;
}

.subtitle {
 font-size: 0.9rem;
}

.job-details-body-text p
{
    font-size: 20px;
}

.job-details-tags p
{
    font-size: 13px !important;
}

.gray
{
    background-color: #f2f2f2;
}

.slick-slide img
{
    display: inline-flex;
}

.input.no-bg, .textarea.no-bg
{
    background-color: transparent;
}

/*.nav-toggle__border
{
    fill: #ffffff;
}*/

.navbar-burger {
    height: 3.25rem;
}

.a.navbar-item.is-active, a.navbar-item:hover, a.navbar-link.is-active, a.navbar-link:hover
{
    background-color: transparent !important;
}

.block:not(:last-child), .subtitle:not(:last-child), .title:not(:last-child)
{
    margin-bottom: 0;
}

.section__main-content__project__meta-description p
{
    font-weight: 400 !important;
    font-size: 1.5rem !important;
}

.section__main-content__project__meta-img-caption p
{
    color: #bbbbbb !important;
    font-size: 0.8rem;
    line-height: 1.5 !important;
}

.section .section__pagination .section-no-vertical-padding
{
    margin-top: 20px;
}

.slider__contents, .section__main-content__about-clients__testimonials blockquote, .content blockquote
{
    width: 100%;
}

.footer {
    padding: 0rem 1.5rem;
}

.is-smaller
{
    font-size: 12px;
}

.gray-box
{
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    margin-left: 20px;
    border-radius: 5px;
    margin-bottom: 120px;
}

.gray-bg-box
{
    background-color: #F0F0F0;
    padding: 35px 35px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.gray-color, .gray-color strong
{
    color: #898989 !important;
}

.dark-gray
{
    background-color: #919191;
}

.no-show
{
    opacity: 0;
    transition: all 1s ease;
}

.no-display
{
    display: none;
}

div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

.fakefile-input
{
    border: none; padding-left: 25px;
    font-size: 1.5rem;
    background-color: #FFFFFF;
    color: #cfcfcf;
    font-weight: 100;
}


.fakefile-input:hover
{
    /*cursor: pointer;*/
}

.list-inline>li:not(:last-child) a.no-comma:after
{
    content: '';
}

.list-inline>li:not(:last-child) a.no-comma
{
    color: #222222 !important;
    font-size: 24px !important;
}

.filter-list
{
    font-size: 24px !important;
}


@media screen and (min-width: 300px) and (max-width: 414px)
{
    /*.section
    {
        padding: 0rem 1.5rem
    }*/
    .nav
    {
        height: 100%;
    }

    .section__main-content__project__meta-title
    {
        margin-top: 0;
    }

    .content h1, .label:not(:last-child)
    {
        margin-bottom: 0em;
    }

    a.navbar-item.is-active, a.navbar-item:hover, a.navbar-link.is-active, a.navbar-link:hover
    {
        background-color: #FFFFFF;
    }
}
