﻿.pusher,
form {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fafafa !important;
}

footer,
header {
    flex: none;
}

.site-content {
    flex: 1;
    -ms-flex: 1 1 auto;
}

.prefooter {
    background: #f2fbff;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    color: #999;
}

.prefooter-content {
    padding: 0.5em 0;
    font-size: 0.8em;
}

footer {
    background: #e5edf2;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    padding-bottom: 1rem !important;
}

    footer .grid {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

.main-nav {
    margin: 0 !important;
}

.nav-row {
    background: #007ea7;
    padding: 6px 0 !important;
    margin-bottom: 2em !important;
}

.swb-row {
    background: #f7f207;
    padding: 8px 0px !important;
    margin-top: -2em !important;
    margin-bottom: 2em !important;
}

.logo-row {
    padding: 0 !important;
    background: #fff !important;
    z-index: 1000;
}

.ui.bp-header.grid {
    margin: 0 !important;
}

.fl {
    float: left;
}

.fr:not(.flag) {
    float: right;
}

.bp-logo {
    padding-top: 10px;
}

.menu.main-nav a {
    color: #ffffff;
}

.menu.main-nav .right.item {
    padding-right: 0 !important;
}

.menu.dd-menu {
    font-size: 1em !important;
}
/*.button {margin-bottom:0.25em !important}*/
/*.main-nav .dd-menu {
    display:none !important;
}*/
.sidebar > .item {
    transform: initial !important;
}

.ui.inverted.menu .item:not(:first-child) {
    margin-left: 15px;
}

.bizclub.segment {
    background: #999 !important;
    margin-top: -2em !important;
}

.stripe.segment h1,
.stripe.segment h2 {
    margin-bottom: 3rem !important;
}

.stripe.segment h2 {
    font-size: 3em !important;
}

.larger {
    font-size: 1.2em !important;
}

.enlarged {
    font-size: 1.75rem;
}

.light {
    color: #999 !important;
}

.spaced {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.white {
    color: #fff !important;
}

.silent {
    display: none;
}

.ui.transparent.button {
    background: none !important;
}

.ui.vertical.segment {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    background: none transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15) !important;
}

    .ui.vertical.segment:last-child {
        border: none !important;
    }

.tight {
    margin-bottom: 0 !important;
}

.ui.comments {
    max-width: 100% !important;
}

.bp-pale-blue.segment {
    background: rgba(0, 169, 255, 0.2) !important;
}

.bp-blue.segment {
    background: #007ea7 !important;
}

.bp-orange.segment {
    background: #e35b0f !important;
}

.bp-pale-orange.segment {
    background: rgba(227, 91, 15, 0.2) !important;
}

.bp-darkblue.segment {
    background: #1e355f !important;
}

.bp-pale-darkblue.segment {
    background: rgba(30, 53, 95, 0.2) !important;
}

.bp-white.segment {
    background: #fff !important;
}

.bottom-shadow {
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1) inset !important;
}

.top-shadow {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) inset !important;
}

.bottom-bordered {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.segment.testimonial {
    padding: 4em 0 !important;
    display: flex;
    -ms-flex: 1 0 auto;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .segment.testimonial .content {
        font-size: 1.5em !important;
        color: #333 !important;
    }

    .segment.testimonial .author {
        color: #666 !important;
    }

.centered {
    text-align: center !important;
}

.header-container {
    height: 350px;
    max-height: 650px;
}

.training-header {
    position: relative;
    z-index: 10;
    max-height: 500px;
    padding: 0 0;
    overflow: hidden;
    height: 400px;
    color: #fff;
    background: url(/images/header-training.jpg);
    background-size: cover;
    background-position: center;
    font-size: 2.5em;
}

    .training-header:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: -1;
        box-shadow: inset 0 -150px 150px 0 rgba(0, 0, 0, 0.7);
    }

.maincontent {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.bigheader {
    position: relative;
    text-align: center;
    height: 350px;
    min-height: 350px;
    margin-top: -2em !important;
    /*margin-bottom: 4em !important;*/
    color: #fff !important;
    -ms-flex: 1 0 auto;
    -ms-flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 10;
}

    .bigheader.training {
        background-image: url(/images/header-training.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.campus {
        background-image: url(/images/campusbackgroung.png.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 70vh;
        /*background-attachment:fixed;*/
    }

    .bigheader.services {
        background-image: url(/images/header-services.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.consulting {
        background-image: url(/images/real-time-mapping-01.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.consulting2 {
        background-image: url(/images/header-consulting.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.strategy-mapping {
        background-image: url(/images/header-strategymapping.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.imagelibrary {
        background-image: url(/images/header-images.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.webinar-training {
        background-image: url(/images/header-webinar-training.jpg);
        background-size: cover;
        background-position: center 60%;
        background-repeat: no-repeat;
        /*background-attachment:fixed;*/
    }

    .bigheader.homepage {
        background-color: #007ea7 !important;
    }

    .bigheader.shaded:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(29, 52, 96, 0.4);
        z-index: -1;
        box-shadow: inset 0 -150px 150px 0 rgba(0, 0, 0, 0.5);
    }

    .bigheader .huge.header {
        font-size: 3em !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    }

span.codedirection {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.ui.items > .item > .image > img:not(a.tiny) {
    max-height: 130px !important;
    width: auto !important;
    max-width: 175px !important;
}

.more-by-user.items .active.item {
    border-right: 3px solid #007ea7 !important;
}

@media only screen and (max-width: 767px) {
    [class*="mobile hidden"],
    [class*="tablet only"]:not(.mobile),
    [class*="computer only"]:not(.mobile),
    [class*="large screen only"]:not(.mobile),
    [class*="widescreen only"]:not(.mobile),
    [class*="or lower hidden"] {
        display: none !important;
    }
    /*Customisations*/
    .fluid-mobile.button {
        width: 100% !important;
        margin-bottom: 0.25em !important;
    }

    h1.huge.inverted.header {
        font-size: 2em !important;
    }

    .homepage-search.form > div.huge.action.input {
        font-size: 1em !important;
        margin-left: -60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    [class*="mobile only"]:not(.tablet),
    [class*="tablet hidden"],
    [class*="computer only"]:not(.tablet),
    [class*="large screen only"]:not(.tablet),
    [class*="widescreen only"]:not(.tablet),
    [class*="or lower hidden"]:not(.mobile) {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    [class*="mobile only"]:not(.computer),
    [class*="tablet only"]:not(.computer),
    [class*="computer hidden"],
    [class*="large screen only"]:not(.computer),
    [class*="widescreen only"]:not(.computer),
    [class*="or lower hidden"]:not(.tablet):not(.mobile) {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    [class*="mobile only"]:not([class*="large screen"]),
    [class*="tablet only"]:not([class*="large screen"]),
    [class*="computer only"]:not([class*="large screen"]),
    [class*="large screen hidden"],
    [class*="widescreen only"]:not([class*="large screen"]),
    [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile) {
        display: none !important;
    }
}

@media only screen and (min-width: 1920px) {
    [class*="mobile only"]:not([class*="widescreen"]),
    [class*="tablet only"]:not([class*="widescreen"]),
    [class*="computer only"]:not([class*="widescreen"]),
    [class*="large screen only"]:not([class*="widescreen"]),
    [class*="widescreen hidden"],
    [class*="widescreen or lower hidden"] {
        display: none !important;
    }
}
/*# sourceMappingURL=bp-responsive.css.map */
