body {
    counter-reset: h3counter;
    font-family: Arial, "Helvetica Neue",Helvetica, sans-serif;
}

#hideBeforeTranslating {
    /*  Used to hide body before tags have been translated  */
    display: none;
}

h2 {
    counter-reset: h3counter;
}

.countheads ~ h3:before {
    content: counter(h3counter) ".\0000a0\0000a0";
    counter-increment: h3counter;
}

h3.nocount:before {
    content: none;
    counter-increment: none;
}

h3 {
    counter-reset: h4counter;
}

.countheads ~ h4:before {
    content: counter(h3counter) "." counter(h4counter) ".\0000a0\0000a0";
    counter-increment: h4counter;
}

.countheads h4 {
    font-weight: 300;
    font-size: 17px;
}

h4.nocount:before {
    content: none;
    counter-increment: none;
}

#mobile-menu-btn {
    display: none;
}

#mobileShowNav, #mobileHideNav {
    display: none;
}

/* Generic classes */
.pull-right {
    float: right;
}

.full-width {
    width: 100%;
}

.info-text {
    color: #999;
}

.center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.right-text {
    text-align: right;
}

.inline-block {
    display: inline-block;
}

.table-row {
    display: table-row;
    vertical-align: middle;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.capitalize {
    text-transform: capitalize;
}

.underline {
    text-decoration: underline;
}

.bold-underline {
    font-size: 18px !important;
    text-decoration: underline;
    font-weight: bolder;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.font-med {
    font-size: 20px;
}

.loading {
    background: url("../cssPublic/img/spinner-12b392e6a9.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    min-height: 25px;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    cursor: wait;
    opacity: 4;
    z-index: 999;
}

#imgProcessSpinner {
    min-height: 25px;
}

.margin-left0px, .margin-left0 {
    margin-left: 0 !important;
}

.margin-left5px {
    margin-left: 5px !important;
}

.margin-left10px {
    margin-left: 10px !important;
}

.margin-left15px {
    margin-left: 15px !important;
}

.margin-left20px {
    margin-left: 20px !important;
}

.margin-right5px {
    margin-right: 5px !important;
}

.margin-right10px {
    margin-right: 10px !important;
}

.margin-right20px {
    margin-right: 20px !important;
}

.margin-bottom0 {
    margin-bottom: 0 !important;
}

.margin-bottom10px {
    margin-bottom: 10px !important;
}

.margin-bottom15px {
    margin-bottom: 15px !important;
}

.margin-bottom20px {
    margin-bottom: 20px !important;
}

.margin-bottom30px {
    margin-bottom: 30px !important;
}

.margin-bottom40px {
    margin-bottom: 40px !important;
}

.margin-bottom50px {
    margin-bottom: 50px !important;
}

.margin-top5px {
    margin-top: 5px;
}

.margin-top10px {
    margin-top: 10px;
}

.margin-top20px {
    margin-top: 20px;
}


.va-1 {
    vertical-align: -1px;
}

.va--1 {
    vertical-align: 1px;
}

.va--2 {
    vertical-align: 2px;
}

.va-top {
    vertical-align: top;
}

.padding-top10px {
    padding-top: 10px !important;
}

.padding-top20px {
    padding-top: 20px !important;
}

.padding-top30px {
    padding-top: 20px !important;
}

.padding-bottom30px {
    padding-bottom: 30px !important;
}

.padding-bottom100px {
    padding-bottom: 100px !important;
}

.margin-top-10px {
    margin-top: -10px !important;
}

.margin-top15px {
    margin-top: 15px !important;
}

.margin-top30px {
    margin-top: 30px !important;
}

.big-icon {
    font-size: 64px;
    color: #ccc;
}

.smaller {
    font-size: 65%;
}

.opacity0-5 {
    opacity: 0.5;
}

ul.reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.reset > li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }






a.reset, a.reset:hover, a.reset:visited, a.reset:focus, a.reset:active {
    text-decoration: none;
    outline: 0 !important;
}

.gr {
    display: block;
    clear: both;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cof3 {
    float: left;
    width: 33%;
    text-align: center;
    padding: 20px;
}

    .cof3:last-child {
        margin-right: 0;
    }

.cof2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}

    .cof2:last-child {
        margin-right: 0;
    }


@media (max-width: 550px) {
    .gr {
        max-width: 400px;
    }

    .cof3, .cof2 {
        width: 100%;
        float: none;
        display: block;
    }
}



.image-500 {
    max-width: 500px;
    margin: 30px auto;
    display: block;
}

@media (max-width: 550px) {
    .image-500 {
        max-width: 95%;
    }
}



* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input, p, textarea {
    -webkit-touch-callout: initial;
    -webkit-user-select: initial;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: initial;
    user-select: all;
}



.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}



/* site specific */


/*MAIN SITE MENU*/

#mainWebMenu > li > a > span.caret.main-menu-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 12px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 8px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    color: #333;
}

#mainWebMenu li ul {
    background: #ffffff;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    margin-top: -3px;
    border-top: 4px solid #ffffff;
}


#mainWebMenu > li > ul > li {
    background: #ffffff;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

    #mainWebMenu > li > ul > li > a {
        color: #333 !important;
        font-size: 18px;
    }

        #mainWebMenu > li > ul > li > a:hover {
            color: #E30613 !important;
			background:none;

        }

ul.main-menu-dropdown-products {
    margin-left: 75px;
}


ul.main-menu-dropdown-news {
    margin-left: 220px;
}

.social-header {
    height: 100%;
    display: inline-block;
    width: 150px;
    text-align: center;
}

    .social-header a {
        font-size: 30px;
        color: #333;
    }

.social-header .icon {
    padding-left: 12px;
}

ul.main-menu-dropdown-products {
    margin-left: 75px;
}


ul.main-menu-dropdown-news {
    margin-left: 200px;
}


div, *:before, *:after {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #333;
    font-family: Arial, 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.3em;
    padding-top: 70px;
}

h1, h2, h3 {
    font-weight: 300;
    color: #25303B;
    letter-spacing: -0.025em;
}

h2 {
    font-size: 35px;
    margin-bottom: 30px;
}

    h2.page-title {
        font-size: 40px;
        text-align: center;
        padding-top: 25px;
        margin-bottom: 30px;
    }

    h2.video-title {
        text-align: center;
        padding-top: -10px;
    }

h3.page-title {
    text-align: center;
}

h3.multiline {
    line-height: 1.4em;
}

h3 a {
    color: #333;
    text-decoration: underline;
}

.light {
    font-weight: 200;
}

b {
    font-weight: 400;
}

p {
    line-height: 1.4em;
    margin-bottom: 15px;
}

.header {
    background: #ffffff;
    height: 70px;
    color: #aaa;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 5px 0 3px rgb(37 48 59 / 60%);
}

.footer {
    background: #25303B;
    color: #aaa;
    min-height: 150px;
}

.main {
    overflow: auto;
    padding-bottom: 50px;
}

.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    height: 100%;
    padding: 0 20px;
}

    .wrapper.narrow {
        max-width: 700px;
    }

@media (max-width: 700px) {
    .wrapper {
        padding: 0 15px;
    }
}


/* Branding */

.wrapper {
    padding-top: 20px;
}

.header .logo {
    height: 100%;
    display: inline-block;
}

    .header .logo img {
        height: 75%;
    }

.header .menu-open .logo {
    opacity: 1 !important;
}

.header .logo {
    display: inline-block;
}

.header .certsuite-logo {
    display: inline-block;
    height: 100%;
}

    .header .certsuite-logo img {
        height: 75%;
    }

.header > .wrapper {
    height: 70px;
}

@media (max-width: 480px) {
    .modal {
        top: 0 !important;
    }
}

/* Navigation */

.right-nav {
    position: absolute;
    right: 140px;
    top: 0;
}

    .right-nav > li > a {
        display: inline-block;
        color: #25303B;
        padding: 20px 12px;
        margin: 0 5px;
        line-height: 25px;
        border-bottom: 2px solid transparent;
        font-weight: 400;
    }



    /*.right-nav > li.active > a, .right-nav > li.active > a:hover {
        border-bottom: 3px solid #E30613;
    }*/

.right-nav > li > a:hover {
    border-bottom: 3px solid #E30613;
}

        .right-nav > li.active > a {
            border-bottom: 3px solid #E30613;
        }

    .right-nav > li:hover .dropdown-menu {
        display: block !important;
    }



#sign-in {
    position: absolute;
    text-align: center;
    right: 60px;
    bottom: 13px;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

#lang-btn {
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    right: 0px;
    bottom: 13px;
    color: #333;
}

#navButtonBar {
    display: inline-block;
}

#mobile-menu-wrapper {
    display: none;
    width: 25px;
}

#mobile-menu {
    height: 26px;
    width: 20px;
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 100;
    border-bottom: 2px solid #AFB6BD;
    padding: 5px;
    box-sizing: border-box;
}

    #mobile-menu:before {
        content: '';
        background: #AFB6BD;
        height: 2px;
        width: 20px;
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 100;
    }

    #mobile-menu:after {
        content: '';
        background: #AFB6BD;
        height: 2px;
        width: 20px;
        position: absolute;
        top: 17px;
        right: 0;
        z-index: 100;
    }

@media (max-width: 970px) {
    #mobile-menu-wrapper {
        display: inline-block;
    }

        #mobile-menu .icon-chevron-down {
            display: inline-block;
            transition: all 0.3s ease-in-out;
        }

    .right-nav {
        top: -770px;
        top: -100vh;
        transition: top 0.3s ease-in-out;
        z-index: 90;
        height: 100vh;
        overflow: auto;
    }

    ul.right-nav.reset {
        background: #ffffff;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 20;
        padding-bottom: 30px;
    }

        ul.right-nav.reset > li {
            display: block;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
            transition-delay: 0.2s;
        }

        ul.right-nav.reset > li {
            display: block;
        }

    ul.main-menu-dropdown-news {
        background: #333;
        width: 100%;
        position: relative;
        display: block;
        margin-left: 10px;
    }


        ul.main-menu-dropdown-news > li {
            display: block;
            width: 100%;
        }

            ul.main-menu-dropdown-news > li > a {
                color: white;
            }

    ul.main-menu-dropdown-products {
        background: #333;
        width: 100%;
        position: relative;
        display: block;
        margin-left: 10px;
    }


        ul.main-menu-dropdown-products > li {
            display: block;
            width: 100%;
        }

            ul.main-menu-dropdown-products > li > a {
                color: white;
            }


    ul.right-nav > li > a > span {
        display: none;
    }



    .menu-open .right-nav {
        top: 70px;
    }

    .menu-open .icon-chevron-down {
        transform: rotate(180deg);
    }

    .menu-open ul.right-nav.reset > li {
        opacity: 1;
    }
}


@media (max-width: 400px) {
    .hero-text > a {
        margin-left: -20px;
    }
}


/* Hero unit */
.hero {
    background: url("../imgMain/index-bg-e1bd711934.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}

    .hero .wrapper {
        min-height: 520px;
        padding: 0;
    }

.hero-logo {
    width: 300px;
    height: auto;
    z-index: 105;
    position: absolute;
     top: -50px; 
     left: 20px; 
    transition: opacity 0.1s linear;
}

.hero-shapes {
    top: -140px;
    position: absolute;
    width: 100%;
    max-width: 430px;
    margin-left: -12px;
}

.menu-open .hero-logo {
    opacity: 0;
}

.scrolled .hero-logo {
    opacity: 0;
}

.hero-text {
    position: absolute;
    left: 0;
    max-height: 400px;
    top: 70px;
    z-index: 15;
    max-width: 430px;
    color: #ffffff;
    font-weight: 200;
    line-height: 1.4em;
    background: #25303B;
    padding-left: 12px;
    opacity: 0.8;
    padding-right: 15px;
    padding-bottom: 15px;
}


/*@keyframes example {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}*/

.hero-btn-desktop {
    top: 380px;
    position: absolute;
    z-index: 15;
    color: #ffffff;
    opacity: 0.9;
    /*animation-name: example;*/
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

    .hero-btn-desktop > a {
        border-radius: 0;
        color: #ffffff;
    }


.hero-btn-mobile {
    display: none;
}

.hero-text h2 {
    color: #1D1D1B;
    font-weight: 300;
    line-height: 1.3em;
    font-size: 30px;
}

.hero-text h3 {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.25em;
}

.hero-device {
    position: absolute;
    right: -50px;
    bottom: -70px;
    width: 650px;
    z-index: 12;
}

/*.hero-text .btn {
    display: inline-block;
    margin-bottom: 50px;
    padding: 20px;
}*/

.trial-logo-index {
    position: absolute;
    bottom: -70px;
    width: 150px;
    z-index: 12;
}

.trial-logo-pricing {
    position: absolute;
    left: 175px;
    top: 300px;
    width: 150px;
    z-index: 12;
}
@media(max-width:1000px){
	.trial-logo-pricing{
		display:none;
	}
}



.trial-logo-contact {
    position: absolute;
    left: 20px;
    top: 200px;
    width: 120px;
    z-index: 12;
}

@media (max-width: 1050px) {
    .hero-logo {
        left: 50px;
    }

    .hero-text {
        left: 40px;
        width: 45%;
        width: calc(50% - 20px);
        max-width: 320px;
        opacity: 10;
        padding-left: 0px;
    }

    .hero-device {
        right: 10px;
        top: 100px;
        bottom: auto;
        width: 50%;
        z-index: 12;
    }

    .hero-btn-desktop {
        margin-top: 20px;
    }

    .hero-shapes {
        top: -110px;
        position: absolute;
        width: 100%;
        max-width: 320px;
        margin-left: 0;
    }

}


.hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 70%;
    height: 100%;
    min-width: 700px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%); /* IE10 preview */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}

@media (max-width: 700px) {
    .hero:after {
        min-width: 100px;
    }
}

@media (max-width: 1000px) {
    .hero .wrapper {
        min-height: 200px;
    }

    .hero {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .hero-logo {
        position: relative;
        margin: 0 auto;
        top: auto;
        left: auto;
        z-index: 50;
        opacity: 1 !important;
    }

    .hero-text {
        position: relative;
        width: 85%;
        padding-top: 0px;
        top: auto;
        left: auto;
        margin: 0 auto;
        max-width: 600px;
        background: transparent;
    }

    .header .logo {
        height: 50%;
    }

    .header .certsuite-logo {
        height: 50%;
    }

        .header .certsuite-logo img {
            height: 75%;
        }

    .hero-text {
        transform: scale(0.8);
        margin-top: -30px;
    }

        .hero-text h2 {
            margin-top: 0;
            font-weight: 400;
        }

        .hero-text ul {
            margin-left: 0;
            padding-left: 0;
            list-style-type: none;
        }

    .hero-text .btn {
            margin-bottom: 0;
            margin-top: 10px;
        }

    .hero-btn-desktop {
        display: none;
    }

    .hero-btn-mobile {
        display: inline;
        margin-top: 10px;
    }

    .hero-btn-mobile a {
        color: #ffffff;
    }

    .hero:after {
        content: "";
        position: absolute;
        top: 5%;
        left: 5%;
        z-index: 2;
        width: 90%;
        height: 100%;
        height: calc(100% - 50px);
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(37,48,59,0.6) 0%, rgba(37,48,59,0.6) 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(37,48,59,0.6)), color-stop(100%,rgba(37,48,59,0.6))); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(left, rgba(37,48,59,0.6) 0%,rgba(37,48,59,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(left, rgba(37,48,59,0.6) 0%,rgba(37,48,59,0.6) 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(left, rgba(37,48,59,0.6) 0%,rgba(37,48,59,0.6) 100%); /* IE10 preview */
        background: linear-gradient(to right, rgba(37,48,59,0.6) 0%,rgba(37,48,59,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
    }

    .hero-shapes {
        display: none;
    }

    .social-header {
        display: none;
    }

    #mainWebMenu .dropdown-menu {
        box-shadow: none;
    }

    #mainWebMenu > li > ul > li > a {
        color: #E30613 !important;
    }

    #mainWebMenu li ul {
        border-color: #ffffff;
        margin-top: 0px;
        border-top: 4px solid #ffffff;
    }
}

.vespula-title-banner {
    text-align: center;
    background-color: #25303B;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 5px 0.5px 5px;
}

.story1 {
    /* background: #f0f0f0;*/
    background: white;
    padding-top: 10px;
    padding-bottom: 50px;
}


    .story1 .wrapper > div {
        display: inline-block;
        vertical-align: top;
    }

.story1-text {
    width: 50%;
}

.story1-video {
    vertical-align: top;
    width: 49%;
    padding-left: 15px;
}

    .story1-video h4 {
        margin-top: -60px;
        color: #fff;
    }

.story1 h3 {
    font-weight: 300;
    font-size: 30px;
}

.video-outer {
    text-align: center;
    width: 100%;
    padding-top: 15px;
}

    .video-outer > video {
        background: transparent 50% 50%;
        background: no-repeat;
        overflow: auto;
    }

    .video-outer img {
        width: 100%;
    }

    .video-outer iframe {
        width: 450px;
        height: 260px;
    }

/*
    .story0 .wrapper {
        max-width: 1000px;
        padding: 30px 40px;
    }*/
@media (max-width: 1050px) {
    .story1 {
        padding-top: 0px;
    }

    .story1-text {
        width: 100%;
        text-align: center
    }

    .story1-video {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
}


@media (max-width: 700px) {
    .story1 {
        padding: 10px;
    }

    .video-outer iframe {
        width: 100%;
        height: initial;
    }
}

.story1 p {
    font-size: 17px;
    font-weight: 300;
}

@media (max-width: 500px) {
    .story1 .wrapper {
        padding: 0 40px;
    }

    .story1 h2 {
        font-weight: 300;
    }

    .story1 p {
        font-size: 16px;
    }
}

.story2 {
    overflow: auto;
}

.story3 {
    /*background: #f0f0f0;*/
    padding-top: 30px;
    padding-bottom: 30px;
}


.story4 {
    background: #fff;
    padding-top: 30px;
}

.storyTest1 {
    background: #AFB6BD;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .storyTest1 p.quote {
        color: #ffffff;
        font-size: 30px;
        line-height: 40px;
    }

    .storyTest1 p.quote-source {
        font-size: 23px;
        line-height: 25px;
        color: #fff;
    }

.storyTest2 {
    background: #AFB6BD;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .storyTest2 p.quote {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
    }

    .storyTest2 p.quote-source {
        font-size: 23px;
        line-height: 25px;
        color: #fff;
    }

.storyTest3 {
    background: #AFB6BD;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .storyTest3 p.quote {
        color: #ffffff;
        font-size: 30px;
        line-height: 40px;
    }

    .storyTest3 p.quote-source {
        font-size: 23px;
        line-height: 25px;
        color: #ffffff;
    }

.btn {
    padding: 3px 12px 4px;
    font-weight: 500;
    font-size: 16px;
}

.btn-primary, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover {
    border: 2px solid #E30613;
    background: #E30613;
    color: #FFF;
    min-width: 70px;
    box-shadow: none;
}

    .btn-primary:hover, .btn-primary:focus {
        border: 2px solid #E30613;
        background: #E30613;
        color: #FFF;
    }

.btn-lg {
    font-size: 25px;
    padding: 5px 28px 6px;
}


/* Footer content */
.footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer :after, .footer :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer {
    background: none repeat scroll 0 0 #111111;
    color: #777777;
    font-size: 12px;
    line-height: 20px;
    padding: 24px 15px 5px;
}

    .footer ul {
        list-style: none inside none;
        margin-bottom: 20px;
    }

        .footer ul li {
            line-height: 17px;
        }

            .footer ul li a {
                font-size: 12px;
            }

            .footer ul li strong {
                margin-left: -2px;
            }

    .footer a {
        color: #EEEEEE;
        text-decoration: none;
    }

        .footer a:hover {
            color: #FFFFFF;
            text-decoration: underline;
        }

    .footer .col-lg-6 {
        text-align: center;
    }

        .footer .col-lg-6 img {
            margin-right: 10px;
            margin-top: 3px;
            opacity: 0.86;
        }

            .footer .col-lg-6 img:hover {
                opacity: 1;
            }

    .footer p {
        font-size: 11px;
        line-height: 12px;
    }

    .footer .smallprint {
        text-align: center;
        color: #525252;
        font-size: 13px;
        line-height: 16px;
        margin: 0;
    }

    .footer .social {
        padding-top: 30px;
        text-align: center;
    }

        .footer .social .icon {
            font-size: 40px;
            margin: 0 12px;
            opacity: 0.4;
            transition: all 0.2s linear;
        }

            .footer .social .icon:before {
                color: rgba(255,255,255,1) !important;
            }

            .footer .social .icon:hover {
                opacity: 0.6;
            }

.footer-section {
    background: url("../cssPublic/img/5pcwhite-a8a4e96d4f.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 1px solid #060606;
    padding-top: 10px;
    width: 100%;
}

#footer-marker {
    color: white;
    height: 20px;
}


/* Home page feature grid */

.cof3 p {
    font-size: 16px;
    line-height: 1.2em;
}

.cof3 img {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}


/* FAQS */

.faq .answer {
    display: none;
    padding-left: 25px;
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 1.3em;
}

.question {
    display: block;
    font-size: 24px;
    font-weight: 300;
    color: #0071B9;
    margin-bottom: 17px;
    padding-left: 25px;
    position: relative;
    text-decoration: none;
    line-height: 1.3em;
}

    .question:hover, .question:focus, .question:active {
        color: #0071B9;
        text-decoration: none;
    }

    .question:after {
        content: '';
        position: absolute;
        top: 9px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 9px;
        border-color: transparent transparent transparent #E30613;
        transition: all 0.3s ease-in-out;
    }

.faq.open .question:after {
    transform: rotate(90deg);
}

/* Forms */

.form.narrow {
    max-width: 500px;
    margin: 0 auto;
}

label {
    font-weight: 300;
    color: #000000;
}

.form-control {
    margin-bottom: 22px;
    box-shadow: none;
}

    .form-control:focus, .form-control:focus:hover {
        border: 1px solid #33acac;
        box-shadow: none;
    }

    .form-control:hover {
        border: 1px solid #6ac6c6;
        box-shadow: none;
    }

#CreateUserWizardUser {
    width: 100%;
}

/*#CreateUserWizardUser .form-group {
        margin-bottom: 0;
    }

    #CreateUserWizardUser .form-control {
        margin-bottom: 0;
    }*/

#CompleteAccountDetails {
    width: 100%;
}

/*#CompleteAccountDetails .form-group {
        margin-bottom: 0;
    }

    #CompleteAccountDetails .form-control {
        margin-bottom: 0;
    }*/


/* Pricing */
.gr.pricing-table {
    max-width: 500px;
    text-align: center;
}



.pricing-table h3 {
    color: #333;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 40px;
}

.pricing-table img {
    margin-bottom: 0;
    display: inline-block;
    max-width: 90px;
}

.currency {
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #0071B9;
    font-size: 28px;
    margin-left: -8px;
}

.vat {
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #0071B9;
    font-size: 14px;
    vertical-align: super;
}

.vattext {
    font-weight: 300;
    font-family: Arial, sans-serif;
    color: #0071B9;
    font-size: 12px;
    vertical-align: top;
}

.price {
    font-weight: 500;
    font-family: Arial, sans-serif;
    color: #25303B;
    font-size: 65px;
}

.term {
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #0071B9;
    font-size: 16px;
}

@media (max-width: 550px) {
    .pricing-table .cof2:first-child {
        border-right: none;
    }
}




/* Products */
.video-wrapper-howto {
    margin-top: 20px;
    width: 85%;
    z-index: 12;
    background: white;
    border: 1px solid black;
}


.video-text {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white !important;
    font-size: 25px !important;
    z-index: 20;
    font-weight: bolder;
}


.video-wrapper-howtoIE {
    margin-top: 20px;
    width: 85%;
    height: 700px;
    background: white;
    border: 1px solid black;
    z-index: 0;
}

#contents {
    padding-top: 35px;
}




#contents {
    text-align: center;
}
/* Video */
.video-wrapper {
    margin-top: 20px;
    width: 80%;
    max-width: 700px;
    height: auto;
    z-index: 12;
    background: white;
    box-shadow: 5px 5px 5px 5px #888888;
    display: inline-block;
    vertical-align: top;
}



.youtube-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
    text-align: center;
}

    .youtube-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 85%;
        height: 85%;
    }

@media (max-width: 1000px) {
    .video-wrapper {
        position: relative;
        margin-top: 0px;
    }

    .youtube-embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-wrapper-howto {
        width: 95%;
    }

    .video-wrapper-howtoIE {
        height: 400px;
        width: 95%;
    }


    .video-text {
        font-size: 12px !important;
        background: black;
        opacity: 0.8;
        top: 40%;
    }

    .video-outer {
        text-align: center;
        width: 95%;
        margin: auto;
    }
}

/* Image Carousel */
.carousel {
    width: 600px;
    margin: 30px auto;
}

.carousel-inner > .item > a > img {
    margin: 0 auto;
    cursor: zoom-in;
    width: 600px;
    height: auto;
}

.carousel-control {
    color: #E30613;
    font-size: 36px;
    text-shadow: none;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}

    .carousel-control:hover {
        color: #E30613;
        opacity: 1;
    }

    .carousel-control:focus, .carousel-control:active {
        color: #E30613;
    }

    .carousel-control.right, .carousel-control.left {
        background: none;
    }

    .carousel-control.right {
        top: 0;
        top: calc(50% - 28px);
        right: -100px;
    }

    .carousel-control.left {
        top: 0;
        top: calc(50% - 28px);
        left: -100px;
    }

    .carousel-control i {
        margin-top: 250px;
        background: #0071B9;
        color: white;
        padding: 5px;
        border-radius: 5px;
    }


.carousel-caption {
    background: rgba(0, 0, 0, 0.41);
    font-weight: bold;
    color: #fff;
    padding: 30px 0 10px;
    width: 100%;
    text-shadow: none;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

.carousel-indicators {
    bottom: 20px !important;
}



@media (max-width: 800px) {

    .mobile-hide {
        display: none;
    }

    .carousel {
        width: 100%;
    }

    .carousel-inner > .item > a > img {
        width: 100%;
        height: auto;
    }

    .carousel-control.right {
        right: 0;
    }

    .carousel-control.left {
        left: 0;
    }
}

.screenshots-open .carousel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    height: 100vh;
    width: 100vw;
    background: rgb(0,0,0);
    margin: 0;
    padding-top: 20px;
}

    .screenshots-open .carousel .carousel-inner > .item > a > img {
        height: 90vh;
        width: auto !important;
        cursor: zoom-out;
    }

.screenshots-open .carousel-caption {
    background: rgb(0, 0, 0);
    font-size: 23px;
}

.screenshots-open.landscape .carousel .carousel-inner > .item > a > img {
    height: 90vh !important;
    width: auto !important;
}

.screenshots-open.portrait .carousel .carousel-inner > .item > a > img {
    height: auto !important;
    width: 80vw !important;
}

.screenshots-open .carousel-control.right {
    top: 0;
    top: calc(50% - 48px);
    right: 0;
    color: rgba(255,255,255,0.5);
}

.screenshots-open .carousel-control.left {
    top: 0;
    top: calc(50% - 48px);
    left: 0;
    color: rgba(255,255,255,0.5);
}

.screenshots-open .carousel-control:hover {
    color: rgba(255,255,255,0.8);
}


#close-screenshots {
    display: none;
    outline: none;
}

.screenshots-open #close-screenshots {
    display: block;
    content: "\00d7";
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 130;
    color: rgba(255,255,255,0.9);
    font-size: 30px;
    border: none;
    font-weight: bold;
    background: #0071B9;
    padding: 5px;
    border-radius: 5px;
}

    .screenshots-open #close-screenshots:hover {
        content: rgba(255,255,255,1);
    }

body .screenshots-open {
    overflow: hidden !important;
    height: 100% !important;
    max-height: 100%;
}

/* Features & Benefits */

.feature-list {
    max-width: 600px;
    margin: 0 auto 100px;
    font-size: 18px;
    line-height: 1.3em;
}

    .feature-list li {
        margin-bottom: 14px;
    }



/*Meet the team */

.team-vespula-about {
    text-align: center;
}



.profile-wrapper {
    width: 100%;
    padding: 10px;
}

.profile-container {
    margin: auto;
    text-align: center;
    min-height: 600px;
    width: 100%;
    max-width: 500px;
    -webkit-transition: border-radius 0.1s ease-in, background-color 0.1s ease-in, color 0.1s ease-in; /* Safari */
    transition: border-radius 0.1s ease-in, background-color 0.1s ease-in, color 0.1s ease-in;

}

    .profile-container:hover {
        color: #fff;
        border-radius: 8px;
        background-color: #333;
    }

        .profile-container:hover .profile-job-title {
            color: #fff;
        }


.profile-name {
    /*    display: block;*/
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 0em;
    /*    margin-bottom: 5px;
    position: relative;
    text-decoration: none;
    line-height: 1.3em;*/
}

.profile-job-title {
    font-size: 17px;
    line-height: 0em;
    font-weight: bolder;
    text-align: center;
}

.profile-photo-container {
    padding: 15px;
    width: 100%;
    height: 300px;
}

    .profile-photo-container > img {
        width: auto !important;
        height: auto !important;
        max-height: 280px;
        display: block;
        margin: auto;
        text-align: center;
    }

.profiles-container {
    padding-top: 20px;
}


.profile-text-container {
    padding: 18px;
    width: 90%;
    margin: auto;
    height: 300px;
}

.profile-about {
    height: 200px;
}



/* Certificates page*/


.certificate-img-container .carousel {
    width: 100%;
    border: 1px solid gray;
}

.certificate-img-container > .carousel > .carousel-inner > .item > a > img {
    /*min-height: 660px;*/
    width: 100%;
}

@media (min-width: 1023px) {
    .certificate-img-container {
        padding-left: 50px;
        padding-right: 50px;
    }


        .certificate-img-container .carousel .carousel-control.right {
            top: 0;
            top: calc(50% - 28px);
            right: -100px;
        }

        .certificate-img-container .carousel .carousel-control.left {
            top: 0;
            top: calc(50% - 28px);
            left: -100px;
        }
}



/* Contact us */



.contact-list {
    max-width: 600px;
    margin: 0 70px 30px;
    font-size: 18px;
    line-height: 1em;
}

    .contact-list li {
        margin-bottom: 8px;
    }




/* What's New page */

.img-container-whatsnew {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

    .img-container-whatsnew > figure > img {
        width: 100%;
        max-width: 800px;
        padding: 10px;
        border: 1px solid black;
    }

        .img-container-whatsnew > figure > img.vertical-img {
            max-width: 500px;
            padding: 10px;
            border: 1px solid black;
        }

    .img-container-whatsnew > figure > figcaption {
        font-weight: bolder;
        margin-top: 15px;
    }

.post-whatsnew {
    border-bottom: 1px solid #0071B9;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}


@media (max-width: 440px) {

    .img-container-whatsnew > figure > img {
        max-width: 420px;
    }

}



/* Case studies page */

.container-testimonial-red {
    margin: 10px;
    background: #E30613;
    border-radius: 5px;
    padding: 30px;
    color: #fff;
}


.container-testimonial-anthr {
    margin: 10px;
    background: #25303B;
    border-radius: 5px;
    padding: 30px;
    color: #fff;
}



.testimonial-author {
    float: right;
}



/* How to page*/
#video-list-accordion {
    margin-top: 30px;
    margin-bottom: 0;
    z-index: 20;
}

    #video-list-accordion .accordion-inner {
        border-top: 0 solid rgba(0, 0, 0, 0);
        padding-bottom: 0;
    }

    #video-list-accordion .accordion-group {
        margin-bottom: 6px;
    }

    #video-list-accordion .accordion-heading {
        background: none repeat scroll 0 0 #E3E2DF;
        border-radius: 5px;
        color: #333333;
        font-weight: bold;
        text-decoration: none !important;
    }

        #video-list-accordion .accordion-heading:hover {
            background: none repeat scroll 0 0 #DBD9DA;
        }

        #video-list-accordion .accordion-heading.active {
            background: none repeat scroll 0 0 #333333;
        }

            #video-list-accordion .accordion-heading.active a {
                color: #FFFFFF;
            }

    #video-list-accordion ul {
        margin-left: 14px;
        padding: 0;
    }

    #video-list-accordion .nav-list > li > a {
    }

    #video-list-accordion a.btn {
        color: #FFFFFF;
        margin: 7px 0 5px;
        max-width: 100px;
        padding: 3px 15px;
        text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
    }

    #video-list-accordion .accordion-heading a {
        color: #333333;
        padding: 5px 12px;
        text-decoration: none !important;
    }

    #video-list-accordion li.active a, #video-list-accordion li.active a:hover {
        background-color: #AFB6BD;
        color: #FFFFFF;
    }

    #video-list-accordion ul li {
        padding: 2px 0;
    }

    #video-list-accordion li a {
        background-color: #E3E2DF;
        border-radius: 5px;
        color: #333333;
        padding: 8px 10px;
    }

        #video-list-accordion li a:hover {
            background-color: #DBD9DA;
        }

    #video-list-accordion .display-new-circuit-modal a, #video-list-accordion .display-new-rcd-modal a, #video-list-accordion .display-new-circuit-modal a:hover, #video-list-accordion .display-new-rcd-modal a:hover {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #0088CC;
        margin: 0 0 0 -25px;
    }

    #video-list-accordion .display-new-video-modal a, #video-list-accordion .display-new-video-modal a:hover {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #0088CC;
        display: inline-block;
        padding: 0 0 10px 5px;
    }

    #video-list-accordion .display-new-circuit-modal a:hover, #video-list-accordion .display-new-rcd-modal a:hover {
        text-decoration: underline;
    }

    #video-list-accordion .nav-list .divider {
        margin-left: -15px;
        margin-right: -13px;
        padding: 0;
    }

    #video-list-accordion a img {
        opacity: 0.4;
    }

    #video-list-accordion .active a img {
        opacity: 0.8;
    }

    #video-list-accordion a img:hover {
        opacity: 1;
        transition: opacity 0.2s ease 0s;
    }

@media (max-width: 440px) {

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block !important;
    }

    /* Job contents */
    /* Job details side menu needs to slide over the top of the page content */

    #menuDiv.open {
        left: 0;
    }

    #menuDiv.span2.open {
        left: 0;
        width: 90vw;
    }

    #menuDiv {
        overflow: scroll;   
        position: fixed;
        background: #AFB6BD;
        color: #ffffff;
        padding: 10px;
        height: calc(100vh - 70px);
        width: 100vw;
        top: 70px;
        z-index: 20000;
        left: -100vw;
        transition: all 0.2s ease-in-out;
    }

        #menuDiv.open {
            left: 0;
        }

       .menudiv-to-top {
            top: 0 !important;
        }

    #hideNav {
        position: absolute;
    }

    #mobileShowNav, #mobileHideNav {
        display: inline-block;
        background-color: #236689 !important;
        background-image: linear-gradient(#0071B9, #236689);
        background-repeat: repeat-x;
        padding: 6px 10px;
    }

    #mobileHideNav {
        margin-bottom: 15px;
    }

    #mobileShowNav {
        margin-top: 10px;
        margin-bottom: 0;
    }

    #mobileHideNav i {
        background-image: url(img/glyphicons-halflings-white.png);
    }

    #mobileShowNav i {
        background-image: url(img/glyphicons-halflings-white.png);
    }

    .modal {
        border: 4px solid #696969;
        box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.6);
        color: #222222;
    }

    .modal-body {
        max-height: 430px;
    }

    .modal .btn {
        font-weight: bold;
    }

    .modal .xxlarge {
        width: 280px;
    }
}

/* Megger Footer*/


@font-face {
  font-family: 'Icons';
  src: url("../../fonts/icons/icons.eot");
  src: url("../../fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("../../../fonts/icons/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }


a {
  text-decoration: none;
  color: inherit; }



  .gl-wrap {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 3rem 3rem;
}
  .gl-wrap:after {
    content: '';
    display: table;
    clear: both; }
  .gl-wrap.dark {
    background-color: #333333;
    color: #ffffff; }
    .gl-wrap.dark h1, .gl-wrap.dark h2, .gl-wrap.dark h3, .gl-wrap.dark h4, .gl-wrap.dark h5 {
      color: #ffffff; }
  @media screen and (max-width: 750px) {
    .gl-wrap {
      padding: 0 1rem; } }

.gl-main {
  padding: 4rem 0;
  float: left;
  width: 70%; }
  @media screen and (max-width: 750px) {
    .gl-main {
      width: 100%;
      float: none;
      padding-bottom: 0; } }

.gl-sidebar {
  padding: 4rem 0;
  width: 25%;
  margin-left: 5%;
  float: left; }
  @media screen and (max-width: 750px) {
    .gl-sidebar {
      width: 100%;
      margin-left: 0;
      float: none; } }

.gl-hide {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.gl-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .gl-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gl-richtext p {
  margin-bottom: 2rem;
  line-height: 2.4rem; }

.gl-richtext a {
  font-weight: bold;
  color: #cc0000;
  opacity: 0.8; }
  .gl-richtext a:hover {
    opacity: 1;
    border-bottom: 1px solid #bbbbbb;
    text-decoration: none; }
  .gl-richtext a img {
    display: block; }

.gl-richtext ul {
  list-style-type: square;
  padding-left: 1.1em;
  margin-bottom: 2rem;
  line-height: 2.4rem; }

.gl-richtext img {
  margin: 0 2rem; }
  @media screen and (max-width: 750px) {
    .gl-richtext img {
      display: block;
      float: none !important;
      max-width: 350px;
      margin: 2rem auto;
      width: 100%; } }

.gl-richtext h2 {
  font-size: 2.8rem; }

.gl-richtext h3 {
  font-size: 2.4rem; }

.gl-richtext h4 {
  font-size: 2.2rem; }

.gl-richtext h5 {
  font-size: 1.8rem; }

.gl-richtext strong {
  font-weight: bold; }

.gl-richtext em {
  font-style: italic; }

.gl-table table {
  width: 100%; }

.gl-table td {
  padding: 1.8rem;
  border: 1px solid #bbbbbb; }

  [class^='ico-']:before, [class*=' ico-']:before {
  font-family: Icons; }

  .ft-footer {
  background-color: #eeeeee;
  color: #666666;
 padding: 1rem 0 1rem 0;
}

.ft-footer-white {
  background-color: #ffffff;
  
 padding: 1rem 0 15rem 0;
}


  @media screen and (max-width: 750px) {
    .ft-footer {
      padding: 10px 0 50px; } }

.ft-section {
  float: left;
  margin-top: 1rem; }
  .ft-section:first-of-type {
    padding-left: 0; }
  .ft-section:last-of-type {
    padding-right: 0; }
  @media screen and (max-width: 750px) {
    .ft-section {
      text-align: center; } }
  .ft-section p {
    margin-bottom: 1rem; }

.ft-left {
  width: 50%; }
  @media screen and (max-width: 750px) {
    .ft-left {
      width: 100%; } }

.ft-generic-links {
  padding: 0 4rem;
   }
  @media screen and (max-width: 750px) {
    .ft-generic-links {
      width: 100%;
      padding: 0;
      margin-top: 3rem; }
      
      .ft-generic-links:nth-of-type(4) {
        display: none; } }

.ft-facebook:before {
  content: "ï„";
  font-family: "Icons";
  display: inline-block; }

.ft-linkedin:before {
  content: "ï„•";
  font-family: "Icons";
  display: inline-block; }

.ft-youtube:before {
  content: "ï„©";
  font-family: "Icons";
  display: inline-block; }

.ft-twitter:before {
  content: "ï„¤";
  font-family: "Icons";
  display: inline-block; }

.ft-xing:before {
  content: "ï„¨";
  font-family: "Icons";
  display: inline-block; }

.ft-social-link:before {
  color: #666666;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5rem; 
}
.ft-social-link{
	padding-right:10px;
}
  @media screen and (max-width: 750px) {
    .ft-social-link:before {
      font-size: 2.2rem; } }

.ft-social-link:hover {
  text-decoration: none; }



.ft-sl-wrapper {
  padding: 0 2rem;
  width: calc(100% / 5);
  margin-top: 20px;}
  .ft-sl-wrapper:after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (max-width: 750px) {
    .ft-sl-wrapper {
      width: 100%;
      padding: 0;
      margin-top: 2rem; } }



.ft-sl-signup {
  padding: .3rem 0;
  font-style: italic;
  font-size: 1.4rem;
  width: 65%;
  font-weight: bold;
  margin: 2rem 0; }
  @media screen and (min-width: 751px) and (max-width: 1024px) {
    .ft-sl-signup {
      width: 95%; } }
  @media screen and (max-width: 750px) {
    .ft-sl-signup {
      width: 100%;
      padding: 0;
      margin: 2rem 0; } }

.ft-sl-textfield {
  display: block;
  font-size: 1.6rem;
  width: 100%;
  padding: 1rem;
  padding-right: 3rem;
  border: 1px solid #bbbbbb;
  appearance: none;
  border-radius: 0;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: border 0.25s ease;
  outline: none;
  border: 2px solid #ffffff;
  float: left;
  font-size: 1.4rem;
  height: 45px;
  width: 75%; }
  .ft-sl-textfield:disabled {
    background-color: #eeeeee;
    box-shadow: none; }
  .ft-sl-textfield:focus {
    border: 1px solid #000000; }
  @media screen and (min-width: 751px) and (max-width: 1024px) {
    .ft-sl-textfield {
      height: 40px;
      font-size: 1.2rem;
      padding: 1rem; } }
  @media screen and (max-width: 750px) {
    .ft-sl-textfield {
      height: 40px; } }

.ft-sl-button {
  display: inline-block;
  background-color: #999999;
  color: #ffffff;
  border: 0;
  font-size: 1.4rem;
  padding: 1.8rem 4rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  transition: background-color 0.3s ease;
  appearance: none;
  border-radius: 0;
  float: left;
  font-size: 1.4rem;
  height: 45px;
  padding: 1.2rem 0;
  text-transform: uppercase;
  width: 25%; }
  .ft-sl-button:hover {
    background-color: #8c8c8c;
    text-decoration: none; }
  .ft-sl-button:hover {
    background-color: #5c5c5c; }
  @media screen and (min-width: 751px) and (max-width: 1024px) {
    .ft-sl-button {
      font-size: 1.1rem;
      height: 40px; } }
  @media screen and (max-width: 750px) {
    .ft-sl-button {
      height: 40px; } }

.ft-right {
  width: 25%; }
  @media screen and (max-width: 750px) {
    .ft-right {
      width: 100%; } }

.ft-bottom {
  width: 100%;
  text-align: center;
  margin-top: 0; }

.ft-title {
  margin: 1rem 0 2rem 0;
  font-size: 1.0rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (max-width: 750px) {
    .ft-title {
      margin-top: 2rem; } }

.ft-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.0rem; }

.ft-link {
  padding: .3rem 0;
  margin-top: 1rem; }
  .ft-link a {
    color: #666666; }
    .ft-link a:hover {
      color: #cc0000; }

.ft-copyright {
  background-color: #e4e4e5;
  font-size: 1.0rem;
  color: #838383;
  padding: 1.0rem; }



.cn-wrap {
  transition: transform 0.3s linear; }

.cn-container {
  background-color: white;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  transition: transform 0.3s linear;
  will-change: transform; }
  .cn-container.hidden {
    transform: translateY(-100%); }

.cn-content {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.cn-message {
  float: left; }

.cn-close {
  float: right;
  border: 0;
  background: none;
  cursor: pointer;
  margin-left: auto; }
  .cn-close:after {
    content: "ï„…";
    font-family: "Icons";
    display: inline-block;
    color: #cc0000;
    font-size: 2rem; }

.cn-link {
  color: #cc0000;
  font-weight: bold; }

.cn-consentWrapper {
  background-color: white;
  border-top: 5px solid #333333;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: auto;
  transition: transform 0.3s linear;
  will-change: transform; }
  .cn-consentWrapper.hidden {
    transform: translateY(-100%); }
  .cn-consentWrapper .CookieConsent {
    text-align: center; }
    .cn-consentWrapper .CookieConsent .TrackingConsent {
      display: none; }
    .cn-consentWrapper .CookieConsent .ConsentButtons {
      text-align: center;
      display: block; }
      .cn-consentWrapper .CookieConsent .ConsentButtons .ConsentButton {
        display: inline-block;
        background-color: #5c5c5c;
        color: #ffffff;
        border: 0;
        font-size: 1.0rem;
        padding: 1.8rem 4rem;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.4rem;
        transition: background-color 0.3s ease;
        appearance: none;
        border-radius: 0;
        padding: 0.4rem 1rem; }
        .cn-consentWrapper .CookieConsent .ConsentButtons .ConsentButton:hover {
          background-color: #cc0000;
          text-decoration: none; }
        .cn-consentWrapper .CookieConsent .ConsentButtons .ConsentButton:nth-child(1) {
          margin: 1.5rem; }


.nv-first > .gl-wrap, .nv-second > .gl-wrap, .nv-third > .gl-wrap {
  display: flex; }

.nv-second > .gl-wrap, .nv-third > .gl-wrap {
    display: flex;
    flex-flow: column wrap;
    width: 100%; }

@media screen and (min-width: 751px) {
  .nv-second > .gl-wrap {
    flex-flow: column nowrap; } }

.app-images{
    border-radius: 25px;
    background-color: white;
}


/* Whats new years anchor*/
.years{
	float:right;
	padding-top: 10px;
	padding-right:50px;
}

/*CreateCustomerButtonBar */
.customerButtonBar {
    text-align: right;
    margin: 5px
}

.customerButtonBarButton {
    padding: 6px 6px !Important
}

.customerButtonBarList {
    padding: 0px 10px 0px 6px !important;
    text-align: left;
}

.customerButtonBarListButton .log-out-button {
    margin: 5px 5px 0px 5px;
}

.customerButtonBarButtonImage {
    height: 18px
}

.customerButtonBarMenu {
    max-width: 400px
}

.btn {
    border-radius: 5px;
    
}

    /** Temporary - will need to be changed when jobs table is built locally */
    /*.btn.btn-green {
        background: #009AB2 !important;
        background-image: none;
    }*/

    .btn.btn-carbon {
        background: #25303B !important;
        background-image: none;
        color: white !important;
        height: 34px !important;
    }
.btnLogin {
    height: 34px !important;
}

.IContentBody {
    padding-top: 0px !important
}

.signupLinks {
    color: blue;
    text-decoration:underline;
}

.signupLinks:visited {
    color: purple;
}

