/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-primary'
(13,21): run-time error CSS1039: Token not allowed after unary operator: '-bs-primary'
(17,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-primary'
(18,24): run-time error CSS1039: Token not allowed after unary operator: '-bs-primary'
(86,21): run-time error CSS1039: Token not allowed after unary operator: '-bs-navbar-active-color'
 */
/* ReSharper disable CssBrowserCompatibility */
:root {
    --bs-primary: #532569;
    --bs-primary-text: #fff;
}

a {
    color: var(--bs-primary);
}

    a:hover,
    a:focus {
        color: var(--bs-primary);
    }

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

body {
    font-family: 'PT Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

h1 {
    font-weight: bold;
    line-height: 1em;
}

h2 {
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 10px;
    border-bottom: 1px solid #D4C7DB;
    display: inline-block;
    margin: 0 auto 10px;
    overflow: hidden;
}

    h2 small {
        display: block;
        padding: 10px 0 0 0;
        font-size: 65%;
    }

.logo {
    font-size: 1.5em;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#contact-panel {
    background-color: #4B4A4F;
    color: #FFFFFF;
    padding: 10px 0;
}

    #contact-panel a {
        color: #FFFFFF;
    }

.navbar-nav > li > a {
    height: 75px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    border-radius: 5px 5px 0 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

    .navbar-nav > li > a i {
        display: block;
        font-size: 24px;
    }

    .navbar-nav > li > a:focus,
    .navbar-nav > li > a:hover {
        background-color: #eee;
        color: var(--bs-navbar-active-color)
    }

.navbar-nav > li.active > a {
    background-color: #ededed;
}

.navbar-toggle .icon-bar {
    background-color: #D1BCDB;
}

/* Sections colours and spacing*/
section {
    padding: 60px 0;
}

#Header {
    background-color: #fff;
    padding: 0;
}

    #Header .container {
        margin-top: 10px;
    }

#Intro {
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0,#ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ededed 0,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ededed 0,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom: 1px solid #D4C7DB;
}

#Services,
#Map {
    background-color: #fff;
    border-bottom: 1px solid #D4C7DB;
}

    #Services .flex-shrink-0 i {
        font-size: 50px;
        color: #64317B;
    }

#ServicesSummary {
    background-color: #efefef;
}

#ServiceLevelTiers,
#About,
#Contact {
    background-color: #dedfe0;
    border-bottom: 1px solid #d3d3d3;
}

#ParallaxThirdPartyBlock {
    background: url("/Assets/img/backgrounds/warners-aerial-background.jpg") repeat-y;
    min-height: 100px;
    height: 200px;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
}

    #ParallaxThirdPartyBlock article {
        height: 100px;
        position: absolute;
        text-align: center;
        top: 50px;
        width: 100%;
    }

    #ParallaxThirdPartyBlock blockquote {
        margin: 0 10px;
        padding: 0 10px;
        -webkit-quotes: "\201C""\201D""\2018""\2019";
        quotes: "\201C""\201D""\2018""\2019";
        color: #eee;
        font-size: 34px;
        text-shadow: 4px 4px 2px #000000;
        text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.59);
        text-transform: uppercase;
        border: none;
    }

        #ParallaxThirdPartyBlock blockquote:before {
            color: #eee;
            content: open-quote;
            font-size: 4em;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
        }

        #ParallaxThirdPartyBlock blockquote:after {
            color: #ccc;
            content: close-quote;
            font-size: 4em;
            line-height: 0.1em;
            margin-left: 0.25em;
            vertical-align: -0.4em;
        }

/* Service Level Panels */
.service-level-item {
    position: relative;
    background-color: #FFF;
    border-radius: 6px;
    color: #444;
    -webkit-box-shadow: 0 2px 2px 0 #ddd, 0 3px 1px -2px #dddddd, 0 1px 5px 0 #dddddd;
    -webkit-box-shadow: 0 2px 2px 0 #dddddd, 0 3px 1px -2px #dddddd, 0 1px 5px 0 #dddddd;
    box-shadow: 0 2px 2px 0 #dddddd, 0 3px 1px -2px #dddddd, 0 1px 5px 0 #dddddd;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 15px;
}

    .service-level-item h3 {
        margin: 0;
    }

    .service-level-item ul {
        list-style: none;
        padding: 0;
        margin: 10px auto;
    }

    .service-level-item li {
        padding: 12px 0;
        border-bottom: 1px solid #999999;
        border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    }

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0, #79A70A 100%);
        -webkit-box-shadow: 0 3px 10px -5px #000000;
        box-shadow: 0 3px 10px -5px #000000;
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79A70A;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #79A70A;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

#Footer a {
    color: #ccc;
}

#Footer a:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .navbar-nav > li > a {
        height: auto;
        border-radius: 0;
    }

    #ParallaxThirdPartyBlock blockquote {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1226px) {
    #ParallaxThirdPartyBlock blockquote {
        margin: 0.4em 10px;
        padding: 0.4em 10px;
    }
}

