body {
    margin: 0;
    padding: 0;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    body > div:first-child {
        max-width: 100%;
        width: 100%;
    }
    }

   /*  @media screen and (min-width: 1280px) {
        body > div:first-child {
            max-width: 100%;
            width: 100%;
        }
        }
 */
/* fonts */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    padding: 0;
    color: #333;
}

a {
    color: #f37727;
}

strong,
.title strong {
    color: inherit;
    font-weight: 700
}

.image figcaption {
    margin-top: 1em;
}

.navbar-item>.logo {
    max-height: 3.5rem;
}

@media screen and (min-width: 1087px) {
    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .team_profiles .content_section_wrap {justify-content: space-between}
}

.navbar-item-short {
    flex-basis: 150px
}

.navbar-burger {
    height: 5.3rem;
    width: 5rem;
}

.navbar-link.is-active,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:hover {
    color: #f37727
}

.tag:not(body).is-info {
    background-color: #f37727;
    color: #fff;
}

.hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
}

.slider_wrapper {
    /*width: 80%;*/
    margin: 0 auto 2em;
}


.slider_block {
    width: 100%;
}

.sy-box {
    height: 70vh
}

.sy-slide {
    height: 100%;
    display: flex
}



@media screen and (max-width: 769px) {
    .slider_wrapper {
        width: 100%;
    }

    .sy-box {
        height: 90vh
    }

    .slide__text,
    .hero__text {
        padding: 1em
    }
}

.sy-box {
    height: 70vh
}

.slide__text {
    text-transform: uppercase;
    color: #333;
    /*margin: auto 0 0 auto;*/
    display: block;
    background: #fff;
    padding: .5em 2em 0px 1em;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero__text {
    text-transform: uppercase;
    color: #333;
    margin: auto 0 0 auto;
    display: block;
    background: #fff;
    padding: .5em 2em 0px 1em;
    font-weight: 600;
}

.hero.is-large .hero-body {
padding-bottom: 18rem;
padding-top: 18rem;
}

@media screen and (min-width: 1087px) {
.slide__text {
    padding: 5px 1em 5px 10px;
    font-weight: 400;
}

.hero__text {
    padding: 5px 1em 5px 10px;
    font-weight: 400;
    float: right;
}
}

.card {
    min-height: 530px;
}


.card-image a {
    transition: all .5s;
}

.card-image a:hover {
    opacity: .7;
}


.image.image__vertical {
    display: inline-block;
    margin: 0 2px 2px 0;
}

.footer .svg-icon {
    height: 2em;
}

/* fix for the profiles aditable section */

.team_profiles .content_section_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem;
}

.team_profiles .content_section_wrap:last-child {
    margin-bottom: -.75rem;
}

.team_profiles .content_section_item {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem;
}

@media screen and (max-width: 768px) {
.team_profiles .content_section_item  {
    flex: none;
    width: 50%;
}
}

@media screen and (min-width: 769px) {
    .team_profiles .content_section_wrap:not(.is-desktop) {
        display: flex;
    }

    .team_profiles .content_section_item {
        flex: none;
        width: 33.33333%;
    }
}

@media screen and (min-width: 1088px) {
    .team_profiles .content_section_item {
        flex: none;
        width: 16.66667%;
}
}

/* cms edit buttons correction */
.cms_content_section_single_overlay {
    display: flex;
    justify-content: end;
}





