﻿/* Home page banner */


.full-page-banner {
    background-image: url(../../img/home_header2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 440px;
    text-align: center;
    color: white;
    position:relative;
}

.banner-text-bold {
    font-weight: bold;
}

.banner-sub-text {
    font-size: 20px;
}

.banner-steps {
    text-align: center;
    margin: -70px 0 40px 0;
}

.banner-step-block {
    display: inline-block;
    color: white;
    background-color: #84d2e1;
    width: 140px;
    height: 140px;
    border-radius: 70px !important;
    margin: 0 30px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 600;
}

.banner-step-index {
    font-size: 40px;
}


.categoryBlock {
    position: relative;
    display: inline-block;
    width: 304px;
    height: 448px;
    margin: 0 0 30px 30px;
}

    .categoryBlock a {
        color: white;
    }

.categoryOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 280px;
    width: 280px;
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
    margin-top: 84px;
    margin-left: 12px;
    border: 2px solid white;
    border-radius: 140px !important;
    color: white;
}

.categoryContent {
    color: white;
    font-size: 28px;
    padding: 60px 15px 0 15px;
    text-transform: uppercase;
}



.SimpleetTitle {
}

    .SimpleetTitle div.Number {
        background-color: #005ab3;
        width: 50px;
        height: 50px;
        padding-top: 4px;
        padding-left: 26px;
        display: inline-block;
        -webkit-border-radius: 5px !important;
        -webkit-border-top-left-radius: 20px !important;
        -moz-border-radius: 5px !important;
        -moz-border-radius-topleft: 20px !important;
        border-radius: 5px !important;
        border-top-left-radius: 20px !important;
    }

        .SimpleetTitle div.Number span {
            font-size: 40px;
            font-weight: bold;
            color: #fcfcfc;
        }

    .SimpleetTitle h3 {
        display: inline-block;
        margin-left: 15px;
        color: #005ab3;
        font-weight: bold;
    }

div.SimpleetTitle.TitleDisabled div.Number {
    background-color: #9C9C9C;
}

div.SimpleetTitle.TitleDisabled h3 {
    color: #9C9C9C;
}





/* Search */
#suggestions {
    position: absolute;
    display: none;
    top: 34px;
    /*right: 14px;*/
    border: 1px solid #999999;
    background-color: #fff;
    z-index: 100;
    width: 430px;
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
}

#suggestions div.suggestionSeparator {
    width: 100%;
    background-color: #383838;
    color: #eee;
    padding: 3px 10px;
    font-weight: bold;
}

#suggestions div.suggestionItem {
    margin-top: 5px;
    border-bottom: 1px solid #999999;
}

#suggestions div.suggestionItem:after {
    clear: both;
    content: "";
    display: block;
}

#suggestions div.imageContainer {
    float: left;
    margin: 0 5px 0 5px;
}


#suggestions div.suggestionItemContent {
    margin-left: 5px;
    color: black;
    text-align: left;
}

#suggestions div.suggestionItemContent a {
    font-size: 16px;
}

