﻿@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i');

html,
body {
    height: 100%;
    position: relative;
    z-index: -100;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.navbar-default {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
    padding-top: 3px;
}

.navbar-collapse {
    padding-right: 0;
}


.navbar-brand img {
    max-height: 25px;
    margin-top: -3px;
}

.navbar-nav {
    float: right;
}

.navbar-default .navbar-nav li a {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 0;
    font-weight: lighter;
    text-decoration: none;
    margin-left: 28px;
}

.fusion-button {
    border-radius: 2px;
    background-color: #ffffff;
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    color: #75AD47;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    line-height: 16px;
    padding-bottom: 11px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 11px;
    font-weight: bold;
}

.navbar-default .navbar-nav li:last-child a:hover {
    border-top: none;
}



.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover {
    border-top: none;
    background-color: transparent;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav .open a:focus {
    border-top: none;
    color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-nav li .dropdown-menu {
    border: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

#navbar-collapse-1 ul li .dropdown-menu a {
    font: 15px/19px 'Source Sans Pro', sans-serif;
    color: #333 !important;
    padding: 7px 20px;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: #DCDADB;
}

    #navbar-collapse-1 ul li .dropdown-menu a:hover {
        border-color: #75AD47;
        background-color: rgba(255, 255, 255, 0.5);
        color: #75AD47 !important;
    }


.logob4 {
    max-height: 60px;
    padding-top: 10px;
    padding-left: 10px; /*seperate logins- make logo same placment on both*/
}

    .logob4:hover {
        opacity: 0.7;
    }

.content {
    position: relative;
    z-index: -10;
    background-color: #f8f9fa;
    padding: 85px 7px 0 7px;
    text-align: left;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: -62px auto -50px;
}

.inset {
    border-radius: 8px;
    box-shadow: 0 2px 3px rgba(50, 50, 50, 0.5) inset;
    padding: 5px;
}

.outset {
    border-radius: 8px;
    box-shadow: 1px 2px 3px rgba(50, 50, 50, 0.5);
    padding: 10px;
}

.pane-hero {
    background-color: #484444;
    margin: -20px -7px 45px -7px;
    padding: 20px 0;
    color: #2b2a2a;
    text-shadow: 0px 1px 2px #555;
    -moz-box-shadow: inset 0 0 50px #8a8888;
    -webkit-box-shadow: inset 0 0 50px #8a8888;
    box-shadow: inset 0 0 50px #8a8888;
}

.landing {
    width: 90%;
    margin: 0 auto;
    padding: 19px 29px;
    display: block;
}

.feature {
    background-image: url('img/slider_bg01.jpg');
    background-size: cover;
    padding: 30px;
    line-height: 20px;
    overflow: visible;
}

    .feature ul li {
        list-style: none;
        color: #2b2a2a;
        text-shadow: 0px 1px 2px #555;
        padding-left: 20px;
        margin-top: 10px;
    }

    .feature .home {
        float: right;
        max-height: 425px;
        margin-top: -40px;
        margin-bottom: -50px;
    }

.access {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 3px rgba(50, 50, 50, 0.5);
    background: #474747;
    min-height: 365px;
}

    .access h1, .access h2, .access h3 {
        color: #222;
        text-shadow: 0px 2px 3px #555;
    }

    .access h2 {
        padding-top: 13px;
        text-shadow: 0px -2px 3px #2c2c2c;
    }

    .access a {
        color: #7ab144;
        text-decoration: none;
    }

    .access .btn {
        color: #fff;
    }

    .access .lrnmore-heading {
        text-align: center;
        font-size: 4em;
        line-height: 45px;
        color: #fff;
        text-shadow: 0px -2px 3px #2c2c2c;
    }

    .access .form-signin-heading {
        text-align: center;
        font-size: 4em;
        color: #fff;
        line-height: 50px;
        padding-bottom: 10px;
        text-shadow: 0px -2px 3px #2c2c2c;
        text-transform: uppercase;
    }

    .access label {
        width: 100%;
    }

    .access .input-block-level {
        font-size: 16px;
        width: 100%;
    }

    .access .checkbox {
        color: #f1f1f1;
        font-size: 1em;
        padding-top: 5px;
        padding-bottom: 20px;
        margin-left: 20px;
        text-transform: uppercase;
    }

    .access .pass {
        text-align: right;
        padding: 25px 0;
    }

    .access .add-account a:hover {
        background-color: #fff;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: 0 2px 3px rgba(50, 50, 50, 0.5);
        color: #474747;
    }

    .access .add-account a {
        color: #f1f1f1;
        font-size: 1.2em;
        font-weight: 600;
        display: block;
        border-top: 2px solid #fff;
        text-align: center;
        margin: 0 -20px -20px -20px;
        padding: 25px 0 30px;
    }

    .access #logd {
        color: #fff;
        display: block;
        text-align: center;
    }

        .access #logd img {
            display: block;
            margin: 0 auto;
            padding: 20px;
        }

    .access .signout-heading {
        text-align: center;
        font-size: 4em;
        color: #fff;
        line-height: 60px;
        padding-bottom: 40px;
        text-shadow: 0px -2px 3px #2c2c2c;
    }

    .access .signout-subhead {
        padding-bottom: 30px;
    }

    .access .request {
        font-weight: bold;
        padding: 10px 0 20px 0;
    }

.access-green {
    position: relative;
    margin-bottom: 15px;
    min-height: 395px;
    color: #fff;
}

    .access-green h1 {
        font-size: 4em;
    }

    .access-green h1, .access-green h2, .access-green h3 {
        text-align: center;
        color: #fff;
        text-shadow: 0px -2px 3px #555;
        line-height: 68px;
    }

    .access-green .icon-dashboard {
        padding-bottom: 12px;
    }

.signup {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 3px rgba(50, 50, 50, 0.5);
    background: #474747;
    min-height: 365px;
}

    .signup a {
        margin-top: 10px;
    }

        .signup a:active {
            margin-top: 15px;
        }

    .signup h1 {
        color: #fff;
        text-shadow: 0px -2px 3px #555;
        line-height: 90px;
        font-size: 8em;
    }

        .signup h1:nth-child(1n+1) {
            padding-bottom: 14px;
        }

    .signup h2 {
        color: #fff;
        font-size: 4.5em;
    }

    .signup .logout {
        padding-top: 10px;
        padding-bottom: 25px;
    }

.creacnt {
    max-width: 400px;
    margin: 0 auto;
}

.lrnmore {
    color: #474747;
    text-shadow: 0px 1px 1px #555;
}

    .lrnmore h2 {
        font-size: 29px;
    }

    .lrnmore h3 {
        color: #00BA2B;
    }

    .lrnmore a {
        text-decoration: none;
        color: #00BA2B;
    }

        .lrnmore a:hover, .lrnmore a:focus {
            text-decoration: none;
            color: #118f1c;
        }

        .lrnmore a.btn {
            color: #fff;
        }

.lrnmore-list li {
    font-size: 1.35em;
    padding-top: 8px;
    color: #474747;
    list-style: none;
    text-transform: lowercase;
    font-variant: small-caps;
    padding-left: 14px;
    text-indent: -14px;
}

    .lrnmore-list li:before {
        content: "\f00c";
        font-family: 'FontAwesome';
        display: inline-block;
        color: #00BA2B;
        padding: 4px;
    }

.demo-pane {
    background-image: url('img/demo.jpg');
    background-size: cover;
    background-position: top center;
    padding: -30px;
    line-height: 20px;
    min-height: 500px;
}

.retailer-pane {
    background-image: url('img/retailer.jpg');
    background-size: cover;
    padding: -30px;
    line-height: 20px;
    min-height: 300px;
}

.infobox ul li {
    background-color: #ffffff;
    padding: 5px 30px 5px 15px;
    margin-top: 5px;
    float: right;
    clear: both;
    list-style: none;
}

.infobox a {
    color: #00BA2B;
    text-decoration: none;
}

    .infobox a:hover {
        color: #0f7031;
    }
/* -------------------
TYPEOGRAPHY
-------------------- */
.text-teal {
    color: #019DA5;
}

.text-green {
    color: #7ab144;
}

.text-grey {
    color: #474747;
}

.label-drk {
    font-size: 1.5em;
    color: #474747;
    font-weight: bold;
    line-height: 30px;
}

.icon-green {
    text-shadow: 0px -2px 3px #2c2c2c;
    color: #00BA2B;
}

.text-right {
    text-align: right;
}

.dshadow {
    text-shadow: 0px 2px 3px #555;
}

.noshadow {
    text-shadow: none;
}

.text-error ul {
    color: red;
    font-weight: bold;
    list-style: none;
}

.text-xlarge {
    font-size: 4em;
}

.signup-label {
    color: #474747; /* same as bg color - Hides for all browsers except ie*/
}

.tpad {
    padding-top: 10px;
}

ul.lrnlist {
    margin-top: -15px;
}

    ul.lrnlist li {
        color: #fff;
        text-shadow: 0px -2px 3px #2c2c2c;
        list-style-type: none;
        padding-left: 13px;
    }

.ol-list {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
}

.ol-list {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list li {
    position: relative;
    display: block;
    padding: .5em .5em .5em 2em;
    margin: .5em 0;
    background: #474747;
    color: #fff;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

/*.rounded-list a:hover{
	background: #6c6c6c;
}*/
.rounded-list a {
    font-weight: bold;
}

.rounded-list li:hover:before {
    transform: rotate(360deg);
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #00BA2B; /*teal - #019DA5;*/
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

/* -------------------
BTNs
-------------------- */
.btn-keyd {
    background: #7BB246;
    border-top: 1px solid #8EC641;
    border-right: 1px solid #60A544;
    border-bottom: 1px solid #407D3B;
    border-left: 1px solid #60A544;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 10px 1px #83c783, 0px 1px 0 #1D4C29, 0 6px 0px #1D4C24, 0 8px 4px 1px #111111;
    box-shadow: inset 0 1px 10px 1px #83c783, 0px 1px 0 #1D4C29, 0 6px 0px #1D4C24, 0 8px 4px 1px #111111;
    color: #fff;
    font: bold "helvetica neue", helvetica, arial, sans-serif;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 0px -1px 1px #1e2d4d;
    -webkit-background-clip: padding-box;
    text-decoration: none;
}

    .btn-keyd a {
        text-decoration: none;
    }

    .btn-keyd:hover {
        -webkit-box-shadow: inset 0 0px 20px 1px #83c783, 0px 1px 0 #1d2c4d, 0 6px 0px #1D4C24, 0 8px 4px 1px #111111;
        box-shadow: inset 0 0px 20px 1px #83c783, 0px 1px 0 #1d2c4d, 0 6px 0px #1D4C24, 0 8px 4px 1px #111111;
        cursor: pointer;
        text-decoration: none;
    }

    .btn-keyd:active {
        -webkit-box-shadow: inset 0 1px 30px 10px #83c783, 0 1px 0 #1D4C29, 0 2px 0 #1D4C24, 0 4px 3px 0 #111111;
        box-shadow: inset 0 1px 30px 10px #83c783, 0 1px 0 #1D4C29, 0 2px 0 #1D4C24, 0 4px 3px 0 #111111;
        margin-top: 10px;
        margin-bottom: 5px;
        text-decoration: none;
    }

.btn-xxlarge.btn-keyd:active {
    margin-top: 15px;
    margin-bottom: 5px;
}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btn-xxlarge {
    padding: 28px 38px;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
/* -------------------
Misc Elements
-------------------- */
.access input[type="text"], .access input[type="password"], .access input[type="email"] {
    height: 42px;
}

.hide {
    opacity: 0;
}

.mtb {
    margin-top: 50px;
    margin-bottom: 30px;
}

/* -------------------
FOOTER
-------------------- */
#footer {
    height: 60px;
    background-color: #484444;
    margin-top: 60px;
    bottom: 0;
    padding: 2px;
    color: #fff;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

    #footer h5 {
        text-align: center;
        padding: 10px;
    }

/* -------------------
MEDIA 
-------------------- */
/*@media (min-width: 767px) {
    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 923px) {
    .navbar-nav {
        margin: 0 5%;
    }

    .navbar-header, .navbar-brand {
        width: 100%;
        text-align: center !important;
    }

        .navbar-brand img {
            margin: 0 20px;
            display: inline;
        }
}
    
@media (max-width: 767px) {
    .navbar-brand img {
        margin: -10px 0 5px;
        display: inline;
    }

    .navbar-default .navbar-nav li a {
        font-size: 16px;
        padding-top: 5px;
        width: 167px;
    }

    .content, .pane-hero, #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .feature .home {
        margin-bottom: -20px;
    }

    .landing {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block;
    }
}
/* iPads (landscape) ----------- 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .access, .signup {
        min-height: 400px;
    }
}

/* iPads (portrait) ----------- 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .access, .signup {
        min-height: 400px;
    }

        .access h2 {
            padding-top: 10px;
            text-shadow: 0px -2px 3px #2c2c2c;
        }
}
    */


@media (max-width: 768px) {
    .navbar-default {
        background-color: #474747;
    }

    .navbar-default, .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-brand {
        width: inherit;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
        background-color: #474747;
        border: none;
    }


        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
            height: 3px;
        }

    .nav.navbar-nav {
        margin: 0 0 10px 0;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header,
    .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
        border: none;
        padding-right: 0;
        padding-left: 0;
    }

    .fusion-button {
        background-color: transparent;
        color: #ffffff;
        padding: 0;
    }


    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .access .form-signin-heading {
        text-align: center;
        font-size: 3em;
        color: #fff;
        line-height: 50px;
        padding-bottom: 10px;
        text-shadow: 0px -2px 3px #2c2c2c;
        text-transform: uppercase;
    }
}
/* .FooClass {
                background-color: lightgreen;
                padding: 5px;        
            }*/

/* to do - media query for signed in home
    to do- media query  for demo/retailer img
    to do- media quary update feature h2
/*.test {
     filter: gray; 
-webkit-filter: grayscale(100%); 
    opacity: .45;
}*/
