@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

@font-face {
    font-family: tulpen_one;
    src: url(../fonts/tulpen_one/TulpenOne-Regular.ttf);
}

@font-face {
    font-family: oswald;
    src: url(../fonts/oswald/Oswald-Regular.ttf);
}

@font-face {
    font-family: alfa_slab_one;
    src: url(../fonts/alfa_slab_one/AlfaSlabOne-Regular.ttf);
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

a {
    color: #337ab7;
}

    a:hover {
        text-decoration: none;
    }

p,
li {
    font-size: 13px;
    font-weight: 300;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.big {
    font-size: 120%;
}

.img-left {
    float: left;
    margin-right: 15px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.inline {
    display: inline;
}

    .inline li {
        display: inline;
    }

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.clear {
    clear: both;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.underline {
    border-bottom: 1px solid grey;
    padding: 6px 0;
    margin-bottom: 15px;
}

.overline {
    border-top: 1px solid grey;
    padding: 15px 0;
    margin-top: 15px;
}

.box-shadow {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.55);
}

.box-shadow-none {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.border-bottom {
    border-bottom: 1px solid #a7a7a7;
}

.radius-circle {
    border-radius: 50%;
}

.radius-none {
    border-radius: unset;
}

.border-radius-none {
    border-radius: 0;
}

.pointer {
    cursor: pointer;
}

.text-transform {
    text-transform: uppercase;
}

.pad0 {
    padding: 0;
}

.padt0 {
    padding-top: 0;
}

.padt5 {
    padding-top: 0.31em;
}

.padt10 {
    padding-top: 0.625em;
}

.padt20 {
    padding-top: 1.25em;
}

.padt30 {
    padding-top: 1.875em;
}

.padt40 {
    padding-top: 2.5em;
}

.padt50 {
    padding-top: 3.125em;
}

.padt60 {
    padding-top: 3.750em;
}

.padt70 {
    padding-top: 4.375em;
}

.padt80 {
    padding-top: 5em;
}

.padt90 {
    padding-top: 5.625em;
}

.padt100 {
    padding-top: 6.25em;
}

.padb0 {
    padding-bottom: 0;
}

.padb5 {
    padding-bottom: 0.31em;
}

.padb10 {
    padding-bottom: 0.625em;
}

.padb20 {
    padding-bottom: 1.25em;
}

.padb30 {
    padding-bottom: 1.875em;
}

.padb40 {
    padding-bottom: 2.5em;
}

.padb50 {
    padding-bottom: 3.125em;
}

.padb60 {
    padding-bottom: 3.750em;
}

.padb70 {
    padding-bottom: 4.375em;
}

.padb80 {
    padding-bottom: 5em;
}

.padb90 {
    padding-bottom: 5.625em;
}

.padb100 {
    padding-bottom: 6.25em;
}

.padl0 {
    padding-left: 0;
}

.padl5 {
    padding-left: 0.31em;
}

.padl10 {
    padding-left: 0.625em;
}

.padl20 {
    padding-left: 1.25em;
}

.padl30 {
    padding-left: 1.875em;
}

.padl40 {
    padding-left: 2.5em;
}

.padl50 {
    padding-left: 3.125em;
}

.padl60 {
    padding-left: 3.750em;
}

.padl70 {
    padding-left: 4.375em;
}

.padl80 {
    padding-left: 5em;
}

.padl90 {
    padding-left: 5.625em;
}

.padl100 {
    padding-left: 6.25em;
}

.padr0 {
    padding-right: 0;
}

.padr5 {
    padding-right: 0.31em;
}

.padr10 {
    padding-right: 0.625em;
}

.padr20 {
    padding-right: 1.25em;
}

.padr30 {
    padding-right: 1.875em;
}

.padr40 {
    padding-right: 2.5em;
}

.padr50 {
    padding-right: 3.125em;
}

.padr60 {
    padding-right: 3.750em;
}

.padr70 {
    padding-right: 4.375em;
}

.padr80 {
    padding-right: 5em;
}

.padr90 {
    padding-right: 5.625em;
}

.padr100 {
    padding-right: 6.25em;
}

.marg0 {
    margin: 0;
}

.margt0 {
    margin-top: 0;
}

.margt5 {
    margin-top: 0.31em;
}

.margt10 {
    margin-top: 0.625em;
}

.margt15 {
    margin-top: 0.935em;
}

.margt20 {
    margin-top: 1.25em;
}

.margt30 {
    margin-top: 1.875em;
}

.margt40 {
    margin-top: 2.5em;
}

.margt50 {
    margin-top: 3.125em;
}

.margt60 {
    margin-top: 3.750em;
}

.margt70 {
    margin-top: 4.375em;
}

.margt80 {
    margin-top: 5em;
}

.margt90 {
    margin-top: 5.625em;
}

.margt100 {
    margin-top: 6.25em;
}

.margb0 {
    margin-bottom: 0;
}

.margb5 {
    margin-bottom: 0.31em;
}

.margb10 {
    margin-bottom: 0.625em;
}

.margb15 {
    margin-bottom: 0.935em;
}

.margb20 {
    margin-bottom: 1.25em;
}

.margb30 {
    margin-bottom: 1.875em;
}

.margb40 {
    margin-bottom: 2.5em;
}

.margb50 {
    margin-bottom: 3.125em;
}

.margb60 {
    margin-bottom: 3.750em;
}

.margb70 {
    margin-bottom: 4.375em;
}

.margb80 {
    margin-bottom: 5em;
}

.margb90 {
    margin-bottom: 5.625em;
}

.margb100 {
    margin-bottom: 6.25em;
}

.margl0 {
    margin-left: 0;
}

.margl5 {
    margin-left: 0.31em;
}

.margl10 {
    margin-left: 0.625em;
}

.margl20 {
    margin-left: 1.25em;
}

.margl30 {
    margin-left: 1.875em;
}

.margl40 {
    margin-left: 2.5em;
}

.margl50 {
    margin-left: 3.125em;
}

.margl60 {
    margin-left: 3.750em;
}

.margl70 {
    margin-left: 4.375em;
}

.margl80 {
    margin-left: 5em;
}

.margl90 {
    margin-left: 5.625em;
}

.margl100 {
    margin-left: 6.25em;
}

.margr0 {
    margin-right: 0;
}

.margr5 {
    margin-right: 0.31em;
}

.margr10 {
    margin-right: 0.625em;
}

.margr20 {
    margin-right: 1.25em;
}

.margr30 {
    margin-right: 1.875em;
}

.margr40 {
    margin-right: 2.5em;
}

.margr50 {
    margin-right: 3.125em;
}

.margr60 {
    margin-right: 3.750em;
}

.margr70 {
    margin-right: 4.375em;
}

.margr80 {
    margin-right: 5em;
}

.margr90 {
    margin-right: 5.625em;
}

.margr100 {
    margin-right: 6.25em;
}

.fade {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*#region Header*/
#header {
    width: 100%;
    background-color: #fff;
}

html,
body {
    height: 100%;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
}

@media (min-width: 0) {
    .navbar-toggle {
        display: block;
        /* force showing the toggle */
    }
}
/*#region Main Navigation*/
#bw-navmenu {
    left: -250px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    padding-top: 30px;
}

    #bw-navmenu li {
        list-style: none outside none;
    }

    #bw-navmenu.navmenu-open {
        left: 0;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

#bw-navbar {
    margin-left: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 0;
}

@media (min-width: 480px) {
    #bw-navbar.navbar-open {
        margin-left: 250px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        right: 0;
    }
}

#outer-wrapper {
    left: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #outer-wrapper.body-open {
        margin-left: 250px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

#bw-navbar #bw-nav-toggle.nav-toggle-open {
    background: url("/Content/images/menu-close.gif") transparent 0 0 no-repeat;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*.navbar-fixed-top {
    width: 100%;
    height: 7em;
    .relative;
}*/
.navbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000;
    background-color: transparent !important;
}

.navmenu-nav {
    text-transform: uppercase;
}

    .navmenu-nav > li {
        margin-bottom: 0.625em;
    }

.navbar-default {
    background-color: white;
    border: none;
}

.navbar-nav {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
    float: none;
}

    .navbar-nav a {
        color: black;
    }

    .navbar-nav li {
        float: none;
    }

    .navbar-nav.nav-main-links {
        margin-top: 1.25em;
    }

        .navbar-nav.nav-main-links li {
            text-transform: uppercase;
        }

        .navbar-nav.nav-main-links .dropdown-menu li {
            text-transform: none;
        }

.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
}

.dropdown-menu {
    position: relative;
    border: 0;
    box-shadow: none;
    width: 100%;
    text-align: center;
    padding-bottom: 1.875em;
}

.nav-footer-links {
    border-top: solid 1px grey;
    padding-top: 20px;
}

#header .navbar-toggle {
    background: url("/content/images/menu-burger.gif") transparent 0 0 no-repeat;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    border: none;
    height: 2.313em;
    width: 42px;
    height: 32px;
    margin-top: 0.625em;
}

#header .navbar-default .navbar-toggle .fa-bar {
    background-color: white;
}

#header .nav > li > a {
    padding-top: 13px;
    padding-bottom: 8px;
}

#header .sub-menu {
    padding: 10px;
    background-color: grey !important;
}

    #header .sub-menu > li {
        padding: 6px 17px;
        font-size: 16.4px;
        line-height: 1.4em;
    }

        #header .sub-menu > li > a {
            color: #fff;
        }

            #header .sub-menu > li > a:hover {
                text-decoration: none;
                color: grey;
            }

.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
    border: 0;
    border-width: 0;
}
/*#endregion*/
body,
.open-sans {
    /*font-family: 'Open Sans', sans-serif;
    line-height: 1.6em;*/
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

.lhc-main-menu {
    text-align: center;
    padding-top: 3.125em;
}

.main-menu-logo {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

    .main-menu-logo img {
        width: 77.4px;
        height: 54.6px;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* force scrollbar, prevents initial gap */
html {
    overflow-y: auto;
}
/* ---- grid ---- */
.grid {
    width: 100%;
}
    /* clear fix */
    .grid:after {
        content: '';
        display: block;
        clear: both;
    }
/* ---- .element-item ---- */
/* 5 columns, percentage width */
.grid-item,
.grid-sizer {
    width: 100%;
}

.grid a:first-child .grid-item {
    width: 100%;
}

    .grid a:first-child .grid-item img {
        width: 100%;
    }

.blog-hero img {
    width: 100%;
}

.gutter-sizer {
    width: 2%;
}

.grid-item {
    float: left;
    margin-bottom: 20px;
    height: auto;
    background: #7c6bac;
    color: white;
}

    .grid-item .text {
        padding-top: 1.25em;
        padding-bottom: 1.25em;
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

        .grid-item .text:hover {
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .grid-item h4 {
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        margin-top: 0;
        font-size: 22px;
        line-height: 1.4em;
    }

    .grid-item a {
        color: white;
    }

    .grid-item .tags {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

        .grid-item .tags li {
            display: inline;
            list-style: none outside none;
            text-transform: uppercase;
            margin-right: 7px;
        }

.date {
    font-style: italic;
}

.blog-landing {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e1e1e1;
}

.hero {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    height: 300px;
}

.blog-title {
    height: 210px;
    width: 100%;
    background-image: url("images/energy2.png");
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.875em;
    padding-right: 1.875em;
}

    .blog-title h1 {
        margin-bottom: 0;
    }

.blog-logo {
    width: 124.8px;
    height: 99.5px;
}

.blog-menu,
.lhc-blog-article {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.875em;
    padding-right: 1.875em;
}

    .blog-menu ul,
    .lhc-blog-article ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

        .blog-menu ul li,
        .lhc-blog-article ul li {
            margin-bottom: 0.625em;
        }

.blog-article .date,
.blog-article h1,
.blog-article .intro-para {
    text-align: center;
}

.blog-article h1 {
    font-family: 'Oswald', sans-serif;
    border-bottom: 1px dotted grey;
    padding-bottom: 20px;
}

.blog-article h1,
.blog-article .intro-para {
    margin-bottom: 20px;
}

.blog-article .hero {
    margin-bottom: 2.5em;
}

.blog-article .intro-paragraph p {
    font-size: 15px;
    font-weight: 400;
}

.blog-article-menu {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
    padding-left: 1.875em;
    padding-right: 1.875em;
}

    .blog-article-menu .date {
        margin-top: 1.875em;
    }

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 0;
    font-weight: 300;
}

.author-name {
    font-style: italic;
    font-weight: 300;
    margin-top: 0.625em;
}

    .author-name i {
        font-weight: 400;
    }

.author-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
}

.lhc {
    padding-right: 0;
    padding-left: 0;
}

    .lhc h3 {
        text-transform: uppercase;
        font-size: 18px;
        border-bottom: dotted 2px grey;
        padding-bottom: 0.31em;
        margin-top: 1.875em;
        font-family: 'Oswald', sans-serif;
    }

.lhc-blog-article {
    text-align: center;
}

.filter-item p,
.clear-filter {
    color: black;
}

    .filter-item p:hover,
    .clear-filter:hover {
        cursor: pointer;
    }

.filter-item.active p,
.bold {
    font-weight: 400;
}

.social-media i {
    border-radius: 50%;
    border: 1px black solid;
    width: 30px;
    height: 30px;
}
/* Alex Thomas */
.webdoc3 {
    margin: 0;
    padding: 0;
}

    .webdoc3 img {
        max-height: 45vh;
        margin: 30px auto;
    }

    .webdoc3 nav {
        position: fixed;
        top: 20px;
        width: 100%;
        z-index: 10002;
        display: none;
    }

        .webdoc3 nav.show {
            display: block;
        }

        .webdoc3 nav ul {
            width: 380px;
            margin: auto;
            padding: 0;
            padding-left: 50px;
        }

            .webdoc3 nav ul li {
                display: block;
                float: left;
                width: 40px;
                height: 40px;
                text-indent: -9999px;
                margin-left: 10px;
            }

                .webdoc3 nav ul li a {
                    display: block;
                    height: 40px;
                    width: 40px;
                    background: transparent center left;
                    -moz-transition: background-image 0.55s ease-in-out;
                    -webkit-transition: background-image 0.55s ease-in-out;
                    transition: background-image 0.55s ease-in-out;
                    background-image: url(../images/menu_small.png);
                }

                    .webdoc3 nav ul li a:hover,
                    .webdoc3 nav ul li a.active {
                        -moz-transition: background-image 0.55s ease-in-out;
                        -webkit-transition: background-image 0.55s ease-in-out;
                        transition: background-image 0.55s ease-in-out;
                    }

                .webdoc3 nav ul li:nth-child(2) a:hover,
                .webdoc3 nav ul li:nth-child(2) a.active {
                    background-image: url(../images/menu_small_1.png);
                }

                .webdoc3 nav ul li:nth-child(3) a {
                    background-position-x: -63px;
                }

                    .webdoc3 nav ul li:nth-child(3) a:hover,
                    .webdoc3 nav ul li:nth-child(3) a.active {
                        background-image: url(../images/menu_small_2.png);
                    }

                .webdoc3 nav ul li:nth-child(4) a {
                    background-position-x: -127px;
                }

                    .webdoc3 nav ul li:nth-child(4) a:hover,
                    .webdoc3 nav ul li:nth-child(4) a.active {
                        background-image: url(../images/menu_small_3.png);
                    }

                .webdoc3 nav ul li:nth-child(5) a {
                    background-position-x: -190px;
                }

                    .webdoc3 nav ul li:nth-child(5) a:hover,
                    .webdoc3 nav ul li:nth-child(5) a.active {
                        background-image: url(../images/menu_small_4.png);
                    }

                .webdoc3 nav ul li:nth-child(6) a {
                    background-position-x: -253px;
                }

                    .webdoc3 nav ul li:nth-child(6) a:hover,
                    .webdoc3 nav ul li:nth-child(6) a.active {
                        background-image: url(../images/menu_small_5.png);
                    }

                .webdoc3 nav ul li:nth-child(7) a {
                    background-position-x: -317px;
                }

                    .webdoc3 nav ul li:nth-child(7) a:hover,
                    .webdoc3 nav ul li:nth-child(7) a.active {
                        background-image: url(../images/menu_small_6.png);
                    }

                .webdoc3 nav ul li:first-child {
                    display: none;
                }

                .webdoc3 nav ul li:nth-child(2) {
                    margin-left: 0;
                }

        .webdoc3 nav.show {
            opacity: 1;
        }

    .webdoc3 section {
        min-height: 100vh;
        position: relative;
        background: white none;
        text-align: center;
    }

        .webdoc3 section .content {
            width: 1024px;
            min-height: 100%;
            margin: 0 auto;
            /*max-height: 768px;*/
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            /*-moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute;*/
            background-color: transparent;
        }
/* Media queries */
@media (max-width: 480px) {
    .navbar-fixed-top {
        height: 83px;
    }
}

@media (min-width: 480px) {
    .navbar-fixed-top {
        height: 56px;
    }

    .navbar {
        margin-bottom: 0;
    }

    .grid-item,
    .grid-sizer {
        width: 49%;
    }
}

@media (min-width: 768px) {
    #outer-wrapper {
        padding: 0;
    }

    .webdoc3 {
        width: 100%;
    }

    .navbar-fixed-top {
        position: fixed;
    }
}

@media (min-width: 992px) {
    body {
        background-color: white;
    }

    #outer-wrapper {
        height: 100%;
    }

    .navbar-fixed-top {
        height: 4.2em;
    }

    #inner-wrapper {
        background-color: white;
        min-height: 100%;
        padding-bottom: 30px;
    }

    .navbar-toggle {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }

    .lhc {
        position: fixed;
    }

    .rhc {
        position: relative;
        margin-left: 25%;
    }

    .blog .navbar {
        position: fixed;
    }
    /* #header .navbar-toggle {
        background: url("..images/menu-burger.gif") transparent 0 0 no-repeat;
    }

    #bw-navbar #bw-nav-toggle.nav-toggle-open {
        background: url("..images/menu-close.gif") transparent 0 0 no-repeat;
    }*/
}
