﻿/***************
1. Global Styles
****************/
html {
    position: relative;
    height: 100%;
}

body.welcome-master {
    background-image: url(../img/cohesion/wallpapers/default/bgHome1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: visible !important;
    height: auto !important;
    font-family: 'Century Gothic', 'Montserrat', 'sans-serif';
    font-size: 13px;
}

    body.welcome-master #home {
        background-color: transparent;
        position: relative;
        padding-top: 90px;
        padding-bottom: 90px;
        height: 100vh;
        min-height: 700px;
    }

.indent, .smart-form .indent {
    padding: 10px;
}

a, a:hover, a:visited, a:focus {
    text-decoration: none;
}

.hide-element {
    display: none;
}

.show-element {
    display: block;
}

/***************
2. Header
****************/
body.welcome-master #main-header {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #FFFFFF;
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
}

#main-header .header-wrapper {
    margin: 0 50px;
}

#main-header .header-content {
    display: table;
    width: 100%;
}

    #main-header .header-content .logo-container {
        vertical-align: middle;
        display: table-cell;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        #main-header .header-content .logo-container img {
            width: 200px;
        }


#main-header .standard-nav {
    display: table-cell;
    vertical-align: middle;
}

    #main-header .standard-nav > ul {
        font-size: 16px;
        color: #757575;
        display: table;
        float: right;
        text-align: center;
        list-style-type: none;
        padding:0;
        margin:0;
    }

        #main-header .standard-nav > ul > li {
            display: table-cell;
            padding-left: 15px;
            padding-right: 15px
        }

#main-header ul a {
    color: #959595;
}

    #main-header ul a:hover {
        color: #ff3399;
        transition: 0.25s all ease;
    }

#main-header #product-menu:hover, #main-header #account-menu:hover {
    color: #ff3399;
    cursor: pointer;
}

#main-header .list-view {
    padding: 5px 0px;
    background-color: white;
    position: absolute;
    right: 15px;
    box-shadow: 0px 0px 5px darkgrey;
    border-radius: 5px;
    top: 70px;
    border: 0.2px solid darkgray;
}

    #main-header .list-view ul > li .select-tab {
        padding: 13px;
    }

    #main-header .list-view ul {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 2px;
        color: #757575;
        text-align: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #main-header .list-view ul > li {
            display: block;
            padding: 0;
            margin: 0;
        }

            #main-header .list-view ul > li:hover {
                background-color: rgb(135,206,250);
                border-radius: 2px;
                transition: 0.22s all ease;
                box-shadow: 0px 0px 3px #959595;
                cursor: pointer;
            }

    #main-header .list-view a:hover {
        color: rgb(61,61,61);
    }

body.welcome-master #header #logo img {
    width: 200px;
}

body.welcome-master #login-header-space {
    float: right;
    text-align: right;
    display: block;
    vertical-align: middle;
    line-height: 71px;
}

.nav-cm {
    height: 65px;
    background: #FF3399;
    color: #FFFFFF;
    padding: 0px 20px;
}

    .nav-cm:hover, .nav-cm:focus {
        background-color: #FF2492;
        color: #FFF !important;
    }
/***************
3. User Welcome
****************/
#user-welcome {
    background-color: rgba(0, 208, 0, 0.5);
    padding: 20px;
    color: #FFFFFF;
}

    #user-welcome .footnote {
        margin-top: 3px;
        font-size: 0.8em;
        font-style: italic;
    }


#overview {
    background: #fbfbfb;
    padding-top: 30px;
    padding-bottom: 50px;
}

    #overview .section-header {
        text-align: center;
        margin-bottom: 40px;
    }

        #overview .section-header h2 {
            color: White;
            font-size: 45px !important;
        }

        #overview .section-header h6 {
            font-size: 12px;
        }

#benefits .big-intro {
    text-align: right;
    font-weight: 300;
    font-size: 60px;
    line-height: normal;
    margin-top: -15px;
    font-family: "Century Gothic";
}

#benefits .Circles {
    border-radius: 50%;
    border: 7px solid #999;
    height: 70px;
    width: 70px;
    background-color: White;
}

    #benefits .Circles h2 {
        font-weight: 500;
        text-align: center;
        margin-top: 12px;
        color: #999;
    }

#ContactUS {
    background: rgba(0,0,0,0.5);
    padding-top: 20px;
    padding-bottom: 40px;
}

    #ContactUS .section-header h2 {
        color: White;
        font-size: 45px !important;
        text-align: center;
    }

.input-box {
    border: 0px none;
    width: 100%;
    text-align: left;
    text-transform: none;
    padding: 9px 9px 9px 15px;
    min-height: 46px;
    display: inline-block;
    border-radius: 4px;
    margin: auto auto 20px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.95);
}

.textarea-box {
    border: 0px none;
    width: 100%;
    text-align: left;
    text-transform: none;
    padding: 9px 9px 9px 15px;
    min-height: 250px;
    display: inline-block;
    border-radius: 4px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.95);
}

.custom-button {
    display: inline-block !important;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 35px;
    border-radius: 4px;
    margin: 10px;
    border: medium none;
    float: right;
}

.login-desc-box-l {
    width: auto !important;
}

    .login-desc-box-l .paragraph-header {
        width: auto !important;
        height: 40px;
        padding: 5px;
        padding-top: 11px;
        font-size: 14px;
        position: relative;
        padding-left: 23px;
        background-color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }

        .login-desc-box-l .paragraph-header::before {
            position: absolute;
            top: 15px;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background-color: #FF3399;
            border: 1px solid #FF3399;
            left: 5px;
            content: " ";
        }

        .login-desc-box-l .paragraph-header:hover {
            background: rgba(255,255,255,1);
        }

.welcome-header-big {
    font-weight: 400;
}

.welcome-desc-box {
    width: auto !important;
}

.welcome-desc-box {
    width: auto !important;
    padding: 15px;
    font-size: 14px;
    background: rgba(255,255,255,0.8);
}

    .welcome-desc-box h2 {
        margin-top: 0px;
    }

.intro-header {
    color: #FFFFFF;
    font-size: 3em;
    margin: 20px 0;
}

.infographic-img {
    background-image: url("../img/infographic1.png");
    background-size: cover;
    height: 570px;
    background-position-x: 50%;
}

.login-box {
    height: 570px;
    margin-top: 50%;
}

.pink-text {
    color: #FF3399;
}

.green-text {
    color: #00cc00;
}

.light {
    opacity: 0.6;
}

#CompanyInfo p {
    line-height: 25px;
    color: #ddd;
    font-size: 15px;
    color: #333;
    text-align: justify;
}

#overview .section-header h2 {
    color: #333;
}

#Footer {
    background: #3c3f42;
    /*min-width: 980px;*/
    line-height: 40px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #757575;
}

    #Footer ul {
        text-decoration: none;
        font-size: 12px;
        list-style-type: none;
    }

        #Footer ul li {
            margin-bottom: 2px;
        }

        #Footer ul li {
            color: #999;
            font-size: 0.85em;
        }

    #Footer a {
        color: #939393;
        font-weight: 400;
        transition: 0.15s all ease;
    }
