
/* WHL ORG Search Landing Page Styles */

.us-header {
    margin-top: 60px;
}

.us-global-resources-btn {
    color: #F7921E;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 30px;
}
    .us-global-resources-btn .glyphicon {
        text-decoration: none;
        margin-right: 5px;
    }

.us-added-margin {
    margin-top: 50px;
}


.us-org-list {
    width: 100%;
}

.us-search-title {
    margin-top: 10px;
    margin-bottom: 10px;
    /*font-size: 16px;
    font-weight: bold;*/
}

.us-org-list .us-organizationList {
    font-size: 16px;
    width: 100%;
    padding: 10px 0px;
    margin: 0px;
    position: relative;
    z-index: 2;
}

.us-org-list .us-search-btn {
    display: inline-block;
    position: relative;
    background: #9E3D96;
    background-image: -moz-linear-gradient(top,#939,#732673);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#939),to(#732673));
    background-image: -webkit-linear-gradient(top,#939,#732673);
    background-image: -o-linear-gradient(top,#939,#732673);
    background-image: linear-gradient(to bottom,#939,#732673);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff993399',endColorstr='#ff732673',GradientType=0);
    color: #fff;
    font-weight: 500;
    /*text-transform: uppercase;*/
    padding: 10px 15px;
    /*width: 90%;*/
    text-align: center;
    /*box-sizing: border-box;*/
    border: 1px solid #999;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color linear 0.2s;
    transition: box-shadow linear 0.2s;
    box-shadow: inset 0 0 0px #666;
    font-weight:bold;
    margin: auto;
}

    .us-org-list .us-search-btn:hover {
        background: #e78311;
    }

    .us-org-list .us-search-btn:active {
        box-shadow: inset 0 1px 2px #000;
    }

.org-list {
    width: 100%;
}




.us-org-list-results {
    position: relative;
    z-index: 1;
    padding-top: 0;
    width: 100%;
    background: #fafafa;
    box-shadow: 0 1px 2px #545454;
    margin: 0px;
}

    .us-org-list-results > li {
        font-size: 16px;
        padding: 10px;
        display: block;
        border-bottom: 1px solid #e6e6e6;
        cursor: pointer;
        color: #9E3D96;
        transition: color linear 0.2s;
        transition: background linear 0.2s;
        margin: 0px;
        font-weight: bold;
    }


        .us-org-list-results > li:nth-child(n+2):hover {
            color: teal;
            background: #f1f1f1;
        }

        .us-org-list-results > li:nth-child(n+2):active {
            box-shadow: inset 0 1px 2px #000;
        }

        .us-org-list-results > li:last-of-type {
            border-bottom: 0;
        }


.more-data-btn  {
    color: white;
    background-color: #9E3D96;
    font-weight: bold;
    background-size: 100% 100%;
    text-align: center;
    padding:10px;
}

.more-org-results  {
    color: #9E3D96;
    text-decoration:underline;
    cursor: pointer;
    margin:0px;
    padding:5px 0px;
    position: relative;
    font-weight:bold;
}

.more-org-results:hover {
    color: teal;
    background: #f1f1f1;
}

.lp-txt-center {
    text-align: center;
    padding: 20px 30px;
    position: relative;

}

.lp-txt {
    padding: 20px 30px;
    position: relative;

}

.lp-or-txt{
    font-size:xx-large;
    font-weight:bold;
    padding:30px 0px;
    position: relative;

}

.lp-search-txt{
    margin: 0px;
    font-weight:bold;
    position: relative;
}

.lp-centered-content-1-3{
    display: inline-block;
    position:relative;
    width: 33%;
}
.lp-centered-content-2-3{
    display: inline-block;
    position:relative;
    width: 66%;
}

.lp-centered-content-80{
    display: inline-block;
    width: 80%;
    position:relative;

}

.lp-lang-select{
    width: auto;
    padding-bottom: 10px;
}

.linkDisabled {
  cursor: not-allowed;
  pointer-events: none;
  color: grey;
}


.loader-fc {
  width: 31px;
  height: 31px;
  background: url(/themes/MS360/images/dedicated/WHL/loader.gif) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 9999;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  background: url(/themes/MS360/images/dedicated/WHL/loader.gif) 0 0 no-repeat;
  background-size:5%;
    background-color: rgba(0,0,0,0.2);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999;
}

.us-btn-cont {
    text-align: center;
}

.lp_top_cont{
    background:  url('/themes/MS360/images/dedicated/WHL/blue-bg.png');
}

.lp_bot_cont{
    position: relative;
    background: #93D7E7;
    overflow: hidden;
    text-align:center;
}

.lp-group {
    padding: 30px 10px;
}

#login-block{
    margin-top:10px
}

.us-error {
    visibility: hidden;
    color: #FF3D3D;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border: 3px solid #ff3d3d;
    border-radius: 3px;
    position: relative;
}

.error {
   /* visibility: hidden;*/
    color: #fff;
    font-weight: bold;
    margin-top: 1em;
    clear: both;
    display:none;
}

    .error.active {
        visibility: visible;
        display: block;
    }

        .error.active a {
            color: #F7921E;
        }

            .error.active a:hover {
                color: #F7921E;
                text-decoration: underline;
            }

            
.del, .error {
    color:black;
}



.about-whl {
    position: relative;
    min-height: 800px;
}

@media only screen and (min-width: 768px) {

        .feature-img {
             visibility: hidden; 
        }


    .image-wrapper {
        position: relative;
        display: block;
        width: 100%;
        height: 800px;
         /*max-height: 800px;*/
                  /*min-height: 800px;*/
        background: url('/themes/MS360/images/dedicated/WHL/background-img.jpg') center center no-repeat;
        background-size: cover;

    }
 
            /*this one datalist not used because linear gradient below is better in situation when screen content is growing*/ 
            .image-wrapper-radial::after {
                position: absolute;
                bottom: 0;
                left:0%;
                /* Rectangle 6: */
                background-image: radial-gradient(79% 91%, #FFFFFF 2%, rgba(255,255,255,0.00) 100%);
                /* radial-gradient(79% 91%, #FFFFFF 2%, rgba(255,255,255,0.00) 100%) ; my
                radial-gradient(52% 69%, #FFFFFF 33%, rgba(255,255,255,0.00) 100%); orig
                radial-gradient(ellipse farthest-corner at 50% 100%, #FFFFFF 20%, rgba(255, 255, 255, 0.50) 100%); another one to try
                */
                width: 100%;
                height: 100%;
                content: "  ";
                display: block;
            }


            .image-wrapper::after {
                position: absolute;
                bottom: 0;
                left:0%;
                  background: -moz-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(0, 0, 0, 0) 15%, rgb(255, 255, 255) 100%), url('/themes/MS360/images/dedicated/WHL/background-img.jpg') no-repeat;
                  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.95)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(255, 255, 255))), url('/themes/MS360/images/dedicated/WHL/background-img.jpg') no-repeat;
                  background: -webkit-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(0, 0, 0, 0) 15%, rgb(255, 255, 255) 100%), url('/themes/MS360/images/dedicated/WHL/background-img.jpg') no-repeat;
                  background: -o-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(0, 0, 0, 0) 15%, rgb(255, 255, 255) 100%), url('/themes/MS360/images/dedicated/WHL/background-img.jpg') no-repeat;
                  background: -ms-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(0, 0, 0, 0) 15%, rgb(255, 255, 255) 100%), url('/themes/MS360/images/dedicated/WHL/background-img.jpg') no-repeat;
                  background: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%, rgba(0, 0, 0, 0) 15%, rgb(255, 255, 255) 100%), url('/themes/MS360/images/dedicated/WHL/background-img.jpg') no-repeat;
                  height: 200px;
                width: 100%;
                height: 100%;
                content: "  ";
                display: block;
            }


    .about-whl .shiftUpp {
        margin-top: -700px;
    }

        .why-whl {
        /*margin-top: 130px;*/
    }

    .lp-lang-select {
        float: right;
        padding-top: 25px;
    }
}

.why-whl {
    /*padding: 30px 16px;*/
    /**background:  url('/themes/MS360/images/dedicated/WHL/blue-bg.png');*/
    text-align:center;
    font-size: 16px;
    color: #FFFFFF;
    background-color:#077;
}

.why-whl .reason-title {
    /*font-size: 18px;*/
    /*font-size: 1.8rem;*/
    font-weight: 800;
    letter-spacing: -0.52px;
    color: #FFFFFF;
    margin: 16px;
    /*text-align: center;*/
}

.primaryHeader {
    /*font-size: 32px;
    font-size: 3.2rem;*/
    font-weight: 800;
    letter-spacing: -1.04px;
    color: #333333;
    padding: 10px 16px;
}

.why-whl .primaryHeader {
    color: #FFFFFF;
}

.paragraph {
    font-size: 16px;
    /*color: #333333;
    letter-spacing: -0.1px;
    line-height: 24px;*/
    /*padding: 10px 16px;*/
}

div img {
    display: block;
    margin: auto;
}