/*********************** General ***********************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,300,300italic);

.quovolve-nav.quovolve-nav-below .nav-prev a:before, .quovolve-nav.quovolve-nav-below .nav-next a:before, .grey .inner > ul > li:not(:first-child) ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    line-height: 45px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 902;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

body {
    background: #fff;
    color: #202020;
    font: 1em/1.4 "Open Sans", 'Helvetica', arial, sans-serif;
}

p {
    margin: 15px 0;
}

a {
    color: #3b4e6f;
}

    a[href^=tel] {
        color: currentColor;
        text-decoration: none;
    }

    a:hover, a:focus {
        color: #326767;
    }

h1, h2, h3, h4, h5, h6, .section-header {
    color: #3b4e6f;
    font: 700 30px "Open Sans", "Helvetica", arial, sans-serif;
    line-height: 1.2;
    margin: 15px 0;
    padding: 0;
}

h2 {
    color: #326767;
    font-size: 28px;
}

h3 {
    color: #999;
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5, .section-header {
    color: #333;
    font-size: 20px;
}

h6 {
    color: #326767;
    font-size: 18px;
    text-transform: uppercase;
}

.ht {
    display: block;
    font-size: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.section-header {
    border-bottom: 1px solid #999;
    display: block;
    margin: .6em 0;
}

:root * > img {
    display: block;
    max-width: 100%;
}

.inner {
    margin: 0 auto;
    max-width: 1200px;
}

.onethirdi {
    text-align:center;
    margin-bottom:40px;
}

.icons img {
    max-width:150px;
    margin:0 auto 20px;
}

.icons img:hover {
    opacity: .75;
}

/*********************** Forms ***********************/
label {
    color: #3b4e6f;
    font: 14px/1.2 "Open Sans", "Helvetica", arial, sans-serif;
    text-transform: uppercase;
}

.req {
    color: #9c9c9c;
}

input[type="text"], input[type="email"], input[type="password"], textarea, .item select, .item input[type="email"], .item input[type="tel"] {
    color: #000;
    height: 40px;
    margin-bottom: 10px;
    padding: 3px;
}

textarea {
    height: 95px;
}

button, input[type="submit"], a.button, .button a {
    background: #3b4e6f;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 15px 25px;
    text-decoration: none;
}

    button:hover, button:active, input[type="submit"]:hover, input[type="submit"]:active, a.button:hover, a.button:active, .button a:active, .button a:hover {
        background: #326767;
        text-decoration: none;
    }

.case-studies button, .case-studies a.button, .case-studies .button a {
        font-size:18px;
}

/*********************** Header ***********************/
header {
    background: #fff;
    border-bottom: 25px solid #3b4e6f;
    text-align: center;
    text-transform: uppercase;
}

    header > .inner {
        padding: 0 15px;
    }

.logo {
    padding: 20px 10px;
}

    .logo img {
        margin: 0 auto;
    }

.contacts {
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    margin: 0 auto;
    max-width: 320px;
}

    .contacts strong {
        display: block;
        font-size: 26px;
    }

.request {
    z-index: 899;
}

    .request a {
        background: #3b4e6f;
        color: #fff;
        display: block;
        padding: 20px;
        text-align: left;
        text-decoration: none;
        z-index: 901;
    }

        .request a:hover {
            background: #2C3851;
            background: -webkit-linear-gradient(top, rgba(44,56,81,1) 0%,rgba(59,78,111,1) 100%);
            background: -o-linear-gradient(top, rgba(44,56,81,1) 0%,rgba(59,78,111,1) 100%);
            background: -ms-linear-gradient(top, rgba(44,56,81,1) 0%,rgba(59,78,111,1) 100%);
            background: linear-gradient(to bottom, rgba(44,56,81,1) 0%,rgba(59,78,111,1) 100%);
        }

/*********************** Navigation ***********************/
nav p, .sidr p, .sidr br, .main-nav {
    display: none;
}

/*** Responsive Menu ***/
.toggle-menu {
    background: #2C3851;
    border-top: 1px solid #333;
    bottom: 0;
    display: block;
    font: 700 20px/1 "Open Sans", "Helvetica", arial, sans-serif;
    left: 0;
    position: fixed;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    z-index: 9000;
}

    .toggle-menu a {
        color: #fafafa;
        display: block;
        padding: 15px 47px 15px 25px;
        text-decoration: none;
    }

        .toggle-menu a span {
            background: #fafafa;
            display: block;
            height: 2px;
            margin-left: -14px;
            margin-top: -1px;
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transition: background .3s;
            transition: background .3s;
            width: 20px;
        }

            .toggle-menu a span:after {
                bottom: -6px;
                -webkit-transform: rotate(0);
                -moz-transform: rotate(0);
                -ms-transform: rotate(0);
                -o-transform: rotate(0);
                transform: rotate(0);
            }

            .toggle-menu a span:before {
                top: -6px;
                -webkit-transform: rotate(0);
                -moz-transform: rotate(0);
                -ms-transform: rotate(0);
                -o-transform: rotate(0);
                transform: rotate(0);
            }

            .toggle-menu a span:before, .toggle-menu a span:after {
                content: '';
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                background: inherit;
                left: 0;
                position: absolute;
                -webkit-transform: translateZ(0);
                -moz-transform: translateZ(0);
                -ms-transform: translateZ(0);
                -o-transform: translateZ(0);
                transform: translateZ(0);
                -webkit-transition: -webkit-transform .3s, background 0s;
                transition: transform .3s, background 0s;
                width: 100%;
                height: 100%;
            }

        .toggle-menu a.close span {
            background: rgba(232, 74, 100, 0);
        }

            .toggle-menu a.close span:before {
                top: 0;
                transform: rotate(135deg);
            }

            .toggle-menu a.close span:before, .toggle-menu a.close span:after {
                background: #959eaf;
            }

            .toggle-menu a.close span::before {
                top: 0;
                -webkit-transform: rotate(135deg);
                -moz-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                -o-transform: rotate(135deg);
                transform: rotate(135deg);
            }

            .toggle-menu a.close span::after {
                bottom: 0;
                -webkit-transform: rotate(225deg);
                -moz-transform: rotate(225deg);
                -ms-transform: rotate(225deg);
                -o-transform: rotate(225deg);
                transform: rotate(225deg);
            }

.sidr {
    background: #3b4e6f;
    color: #fafafa;
    display: none;
    font: 16px "Open Sans", 'Helvetica', arial, sans-serif;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    width: 220px;
    z-index: 8999;
}

.sidr-inner {
    padding-bottom: 50px;
}

.sidr.right {
    left: auto;
    right: -300px;
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}

    .sidr ul li {
        display: block;
        line-height: 1.2;
        margin: 0;
    }

        .sidr ul li a, .sidr ul li span, sidr-class-submenus li a {
            color: #fafafa;
            display: block;
            padding: 15px 10px;
            text-decoration: none;
            -webkit-transition: none;
            transition: none;
        }

            .sidr ul li a:hover, sidr-class-submenus li a:hover {
                background: rgba(255,255,255,.2);
            }

        .sidr ul li ul, .sidr-class-submenus {
            font-size: 16px;
            font-weight: normal;
            margin: 0;
        }

            .sidr ul li ul li a, .sidr-class-submenus ul li a {
                padding-left: 30px;
            }

        .sidr ul li > ul li a, sidr-class-submenus ul li a, .sidr ul li > ul li span {
            background: rgba(255,255,255,.1);
        }

/*********************** Banner ***********************/
.banner {
    background: #326767;
    border-bottom: 3px solid #e26d59;
    margin-bottom: 40px;
}

    .banner ul {
        margin: 0 auto;
        max-width: 1200px;
    }

    .banner .image1 {
        display: none;
    }

    .banner a {
        text-decoration: none;
    }

    .banner .text {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        padding: 15px;
        text-align: center;
    }

    .banner .bx-viewport {
        overflow: visible !important;
    }

    .banner .button {
        bottom: -15px;
        text-align: center;
        width: 100%;
    }

/*********************** Layout ***********************/
.interior .container > .inner {
    padding: 30px 15px;
}

/*** Homepage ***/
.welcome, .buckets {
    margin-bottom: 40px;
}

.welcome {
    padding: 0 15px;
}

.buckets {
    text-align: center;
}

    .buckets ul li {
        margin: 0 auto 20px;
        max-width: 400px;
    }

        .buckets ul li:last-of-type {
            margin-bottom: 0;
        }

    .buckets .button {
        bottom: 15px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

.grey {
    background: #999;
    padding: 40px 0 70px;
}

    .grey .inner {
        padding: 0 10px;
    }

        .grey .inner > ul > li {
            background: #fff;
            padding: 15px;
        }

    .grey h1 {
        color: #333;
        font-size: 23px;
        margin-left: 70px;
        margin-bottom: 30px;
        text-transform: uppercase;
        z-index: 2;
    }

    .grey .inner > ul > li:before {
        background-color: #3b4e6f;
        color: #fff;
        content: "";
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 75px;
        height: 75px;
        z-index: 1;
    }

    .grey .inner > ul > li.quotes {
        margin-bottom: 60px;
        float:left;
    }

        .grey .inner > ul > li.quotes:before {
            background: #3b4e6f url(../images/sprites.png) 17px center no-repeat;
        }

        .grey .inner > ul > li:not(:first-child) {
            float:right;
        }

        .grey .inner > ul > li:nth-child(3):before {
            content: none;   
        }

        .grey .inner > ul > li:nth-child(3) {
            margin-top:60px; 
        }

        .grey .inner > ul > li iframe {
            height: 200px !important;
        }

    .grey .inner > ul > li:not(:first-child) ul li {
        padding: 0 0 10px 0;
        text-transform: uppercase;
    }

        .grey .inner > ul > li:not(:first-child) ul li:before {
            content: "\f0da";
            font-size: 16px;
            line-height: 16px;
            padding-right: 10px;
        }

        .grey .inner > ul > li:not(:first-child) ul li a {
            text-decoration: none;
        }

            .grey .inner > ul > li:not(:first-child) ul li a:hover {
                text-decoration: underline;
            }

    .grey .inner > ul > li:not(:first-child):before {
        background: #3b4e6f url(../images/sprites.png) -52px center no-repeat;
    }

    .grey .button {
        margin-bottom: -40px;
        margin-top: 30px;
        text-align: center;
    }

.quovolve li {
    padding: 1px;
}

.quovolve-box em {
    display: block;
    text-align: right;
}

.quovolve-nav.quovolve-nav-below {
    margin-top: 10px;
}

    .quovolve-nav.quovolve-nav-below a {
        background: #f4f4f4;
        border: 5px solid #e3e3e3;
        border-radius: 50%;
        color: #e26d59;
        display: inline-block;
        padding: 0 5px 0 0;
        text-align: center;
        text-decoration: none;
        text-rendering: auto;
        width: 50px;
        height: 55px;
    }

    .quovolve-nav.quovolve-nav-below .nav-prev a:before {
        content: "\f0d9";
    }

    .quovolve-nav.quovolve-nav-below .nav-next a:before {
        content: "\f0da";
    }

    .quovolve-nav.quovolve-nav-below .nav-next {
        float: right;
        padding: 0 0 0 5px;
    }

        .quovolve-nav.quovolve-nav-below .nav-next a {
            padding: 0 0 0 5px;
        }

            .quovolve-nav.quovolve-nav-below .nav-prev a:hover, .quovolve-nav.quovolve-nav-below .nav-next a:hover {
                background-color: #e26d59;
                color: #fff;
            }

/*** Contact ***/
.contact-content {
    margin-bottom: 40px;
}

/*********************** Footer ***********************/
footer {
    background: #326767;
    clear: both;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

    footer p {
        margin: 0;
    }

    footer .bottom {
        color: #fff;
        padding: 50px 15px 70px;
    }

    footer a {
        color: #fff;
        text-decoration: none;
    }

        footer a:hover {
            color: currentColor;
            text-decoration: underline;
        }

    footer nav ul {
        text-align: center;
        text-transform: uppercase;
    }

        footer nav ul li {
            display: inline-block;
            margin: 0 10px 10px;
        }

/*** Contact Form ***/
.footer-contact-form {
    background: #e3e3e3;
    clear: both;
    padding: 30px 15px 40px;
    text-align: left;
}

    .footer-contact-form .block {
        font-size: 18px;
    }

        .footer-contact-form .block:hover {
            cursor: pointer;
        }

        .footer-contact-form .block:first-child {
            font-weight: 300;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

            .footer-contact-form .block:first-child strong {
                display: block;
                font-size: 24px;
                line-height: 1;
            }

.open-contact-form {
    background: #fff;
    border: 5px solid #e3e3e3;
    border-radius: 50%;
    bottom: -60px;
    cursor: pointer;
    font-size: 25px;
    color: #e26d59;
    left: 0;
    margin: 0 auto;
    padding: 5px 15px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 900;
    max-width: 55px;
    height: 55px;
    width: 100%;
}

    .open-contact-form:hover {
        background: #e26d59;
        color: #fff;
    }

    .open-contact-form .fa-angle-up:before {
        content: "\f106" !important;
    }

.form-panel {
    display: none;
    margin: 20px auto 0;
    padding-bottom: 30px;
}

.socials ul {
    text-align: center;
    margin-bottom:10px;
}

    .socials ul li {
        display: inline-block;
        font-size: 26px;
        margin: 10px;
    }

.socials a:hover, .socials a:focus {
    color: #e3e3e3;
    text-decoration: none;
}

.admc {
    width:100px;
    margin-bottom:-10px !important;
}

.speaking-consulting {
    width:200px;
    margin-bottom:-10px !important;
}

@media only screen and (min-width : 425px) {
    /*********************** Header ***********************/
    .request a {
        background: #3b4e6f;
        color: #fff;
        display: block;
        padding: 20px 20px 20px 90px;
        text-align: left;
        text-decoration: none;
        z-index: 901;
    }

        .request a:before {
            content: "\f0da";
            background: #f4f4f4;
            border: 5px solid #e3e3e3;
            border-radius: 50%;
            color: #e26d59;
            display: inline-block;
            font: normal normal normal 45px/1.2 FontAwesome;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            left: 14px;
            padding: 0 0 0 5px;
            position: absolute;
            text-align: center;
            text-rendering: auto;
            top: 20px;
            width: 50px;
            height: 55px;
            z-index: 902;
        }

        .request a:hover:before {
            background: #e26d59;
            color: #fff;
        }

    .inner img.fr {
        float:none;
        max-width:500px;
        margin:15px auto;
    }
}

@media only screen and (min-width : 700px) {
    /*********************** General ***********************/
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 26px;
    }

    h5, .section-header {
        font-size: 24px;
    }

    /*********************** Forms ***********************/
    button, input[type="submit"], a.button, .button a {
        font-size: 24px;
    }
     
    /*********************** Banner ***********************/
    .banner .image1 {
        display: block;
    }

    .banner .image2 {
        display: none;
    }

    .banner .text {
        color: #3b4e6f;
        left: 10px;
        position: absolute;
        text-align: left;
        top: 10px;
        width: 35%;
    }

    .banner .button {
        bottom: 15px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    /*********************** Layout ***********************/
    /*** Homepage ***/
    .grey h1 {
        font-size: 30px;
        margin-left: 35px;
    }

    .grey .inner > ul {
        text-align: center;
    }

        .grey .inner > ul > li {
            display: inline-block;
            padding: 10px 50px;
            text-align: left;
            vertical-align: top;
            width: 49%;
        }

            .grey .inner > ul > li:first-child {
                margin-right: 1.3%;
            }

    /*********************** Footer ***********************/
    /*** Footer Contact ***/
    .footer-contact-form .block:first-child {
        float: left;
        max-width: 350px;
        padding-right: 70px;
    }

    .footer-contact-form .block:nth-of-type(3) {
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width : 750px) {
    /*********************** Layout ***********************/
    /*** Homepage ***/
    .buckets ul li {
        display: inline-block;
        margin: 0 10px;
        max-width: 30%;
    }

    /*********************** Header ***********************/
    .contacts {
        float: right;
        max-width: 320px;
    }

        .contacts strong {
            font-size: 31px;
        }

    .logo {
        float: left;
        padding: 30px 20px 10px 0;
        max-width: 400px;
    }

    .contacts {
        bottom: 0;
        float: none;
        position: absolute;
        right: 15px;
    }

    .request a {
        padding: 20px;
    }

        .request a:before {
            display: none;
        }
}

@media only screen and (min-width : 850px) {
    /*********************** Header ***********************/
    .contacts {
        font-size: 18px;
    }

        .contacts strong {
            font-size: 28px;
        }

    .logo {
        padding: 40px 40px 10px 0;
    }

    /*********************** Banner ***********************/
    .banner .text {
        font-size: 24px;
    }

    /*********************** Footer ***********************/
    /*** Footer Contact ***/
    .footer-contact-form .block {
        font-size: 24px;
    }

        .footer-contact-form .block:first-child strong {
            font-size: 36px;
        }
}

@media only screen and (min-width : 930px) {
    /*********************** Header ***********************/
    .logo {
        max-width: 478px;
    }

    .contacts {
        max-width: 400px;
    }

    /*********************** Navigation ***********************/
    .toggle-menu {
        display: none !important;
    }

    nav.main-nav {
        clear: both;
        display: block;
        font-size: 16px;
        text-align: center;
    }

        nav.main-nav ul li {
            display: inline-block;
            text-transform: uppercase;
        }

            nav.main-nav ul li a {
                display: block;
                padding: 20px 15px;
                text-decoration: none;
            }

            nav.main-nav ul li:hover a {
                background: #e3e3e3;
            }

        /*** Drop Downs ***/
        nav.main-nav ul > li > ul {
            background: #e3e3e3;
            line-height: 1.2 !important;
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            padding: 0;
            position: absolute;
            left: 0;
            text-align: left;
            -webkit-transition: max-height .2s ease-in-out 0s, opacity .1s ease-in-out 0s;
            transition: max-height .2s ease-in-out 0s, opacity .1s ease-in-out 0s;
            width: 300px;
            height: auto !important;
            z-index: 9999;
        }

        nav.main-nav ul > li > ul {
            display: block;
            margin: 0;
            padding: 0;
            width: 300px;
        }

            nav.main-nav ul > li > ul li {
                border-bottom: 1px solid #cecece;
                display: block;
                height: auto !important;
                margin: 0;
                padding: 0;
                width: 100%;
            }

                nav.main-nav ul > li > ul li a {
                    display: block;
                    height: auto !important;
                    padding: 12px !important;
                    text-indent: 0 !important;
                    -webkit-transition: none;
                    transition: none;
                    width: 300px !important;
                }

                nav.main-nav ul > li > ul li:hover a {
                    background: #cecece;
                }

        nav.main-nav ul > li:hover > ul {
            max-height: 500px;
            opacity: 1;
            -webkit-transition: max-height .7s ease-in-out 0s;
            transition: max-height .7s ease-in-out 0s;
        }

    /*********************** Layout ***********************/
    /*** Homepage ***/
    .grey h1 {
        font-size: 36px;
    }

    .grey .inner > ul > li {
        width: 48%;
    }

        .grey .inner > ul > li:first-child {
            margin-right: 3%;
        }

        .grey .inner > ul > li:not(:first-child) ul li {
            font-size: 24px;
        }

    /*** Contact ***/
    .contact-form, .contact-content {
        float: left;
        width: 45%;
    }

    .contact-form {
        padding-left: 30px;
        width: 55%;
    }

    /*********************** Footer ***********************/

    footer .bottom {
        padding-bottom: 50px;
    }

    .request a {
        padding: 20px 20px 20px 90px;
    }

        .request a:before {
            display: block;
        }
}

@media only screen and (min-width : 1000px) {
    .inner img.fr {
        float:right;
        margin:0 0 20px 20px;
    }
}

@media only screen and (min-width : 1050px) {
    /*********************** Layout ***********************/
    /*** Homepage ***/
    .grey {
        padding-bottom: 5px;
    }

        .grey .inner > ul > li:last-child {
            margin-bottom: 60px;
        }
}

@media only screen and (min-width : 1100px) {
    nav.main-nav {
        font-size: 20px;
    }
}

@media only screen and (min-width : 1250px) {
    /*********************** Layout ***********************/
    /*** Homepage ***/
    .buckets ul li {
        max-width: 377px;
    }

        .buckets ul li img {
            display: block;
        }

    .quovolve li {
        padding: 1px 45px;
    }

    .nav-prev {
        left: -30px;
    }

    .nav-next {
        right: -30px;
    }

    .quovolve-nav.quovolve-nav-below {
        bottom: 50%;
        margin-top: 10px;
        position: absolute;
        width: 100%;
    }
}

@media only screen and (max-width : 600px) {
    .container .inner > img {
        float: none !important;
        margin: 20px auto !Important;
    }
}
