/**
HOMEPAGE -------------------------|
**/

.slideshow .slide
{
    float: left;
    width: 1400px;
}
.slideshow .slide img
{
    float: left;
    width: 1400px;
}
.slideshow .slide .slideInstance
{
    float: left;
    width: 1400px;
    height: 410px;
    position: relative;
    text-align: center;
}
.slideshow .slide .slideInstance .slideInstanceCopy
{
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    text-align: center;
    bottom: 0;
    padding-bottom: 70px;
    width: 1400px;
    position: absolute;
}
.slideInstanceCopy a
{
    color: white;
    text-shadow: 2px 3px 3px #000;
}
#home-main-wrp
{
    width: 1400px;
    background-image: url(/images/redesign/home/slide-gradient-btm.png);
    background-position: top;
    background-repeat: no-repeat;
    display: block;
}
#home-main-wrp #home-main
{
    padding: 40px 112px 45px 112px;
}

#home-main-wrp #home-main h2
{
    font-family: "HelveticaNeue-Light" , "Helvetica Neue Light" , "HelveticaNeueThin" , "HelveticaNeue-Thin" , "Helvetica Neue Thin" , Helvetica, Arial, sans-serif;
    color: #44698f;
    font-size: 26px;
    line-height: 40px;
    font-weight: 200;
}
#home-main-wrp #home-main p
{
    font-family: Helvetica, Arial, sans-serif;
    color: #717173;
    font-size: 16px;
    line-height: 28px;
}
#home-main-wrp #home-main a
{
    font-family: Helvetica, Arial, sans-serif;
    color: #8f0028;
    font-size: 16px;
    line-height: 28px;
}
#callout-left
{
    width: 30%;
    float: left;
    background-image: url(/images/redesign/home/vertical-div.png);
    background-position: top right;
    background-repeat: no-repeat;
}
#callout-left div
{
    padding-right: 30px;
}
#callout-right
{
    width: 70%;
    float: left;
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 350px;
}
#callout-right div
{
    padding-left: 50px;
    width: 60%;
}
#home-explore-markets
{
    width: 1170px;
}
#home-explore-markets .tagline
{
    text-align: center;
    margin-top: 35px;
}
.home-explore-markets-row
{
    margin: 20px 0 10px 0;
    width: 1170px;
    height: 218px;
}
#home-divider
{
    width: 1170px;
    margin: 30px 0 30px 0;
    background-image: url(/images/redesign/home/homepage-divider.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
}
.homepage-news-horn
{
    float: left;
    background-image: url(/images/redesign/home/homepage-news-horn.png);
    background-position: left center;
    width: 86px;
    min-height: 50px;
}
.homepage-news-blurb
{
    float: left;
    width: 91%;
}

.cycle-prev, .cycle-next
{
    position: absolute;
    top: 0;
    width: 10%;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 800;
    height: 100%;
    cursor: pointer;
}
.cycle-prev
{
    left: 0;
    background: url(/images/redesign/home/prev.png) 50% 50% no-repeat;
}
.cycle-next
{
    right: 0;
    background: url(/images/redesign/home/next.png) 50% 50% no-repeat;
}
.cycle-prev:hover, .cycle-next:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.greyscale
{
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.market
{
    float: left; /*-webkit-filter: grayscale(100%);     filter: gray; */
    margin: 0 auto;
    border-radius: 50%;
    transition: all .5s linear;
    width: 218px;
    height: 218px;
    overflow: hidden;
    border: 8px solid #fff;
    position: relative;
}

.market-inner
{
    z-index: 6;
    position: absolute;
    top: 17px;
    left: 17px;
    text-align: center;
    height: 185px;
    width: 185px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    o-transition: .5s ease-in-out;
    border-radius: 115px;
    background-color: rgba(2,2,2,.5);
}

.market-inner div
{
    padding-top: 80px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.industry
{
    color: #fff;
    font-weight: bold;
    padding-top: 80px;
    font-size: 20px;
    position: absolute;
    width: 185px;
    height: 185px;
    text-align: center;
    opacity: 0;
    z-index: 10;
}
.industry:hover
{
    opacity: 1;
}
.market-inner:hover
{
    text-align: center;
    height: 185px;
    width: 185px; /*opacity: 1;*/
    border-radius: 115px;
    background-color: rgba(2,2,2,.5);
    cursor: pointer;
}
.market-wrp
{
    height: 218px;
    width: 218px;
    overflow: hidden;
}
#market1
{
    background-image: url(/images/redesign/markets/market0.png);
}
#market2
{
    background-image: url(/images/redesign/markets/market2.png);
    margin-left: 0px;
}
#market3
{
    background-image: url(/images/redesign/markets/market3.png);
    margin-left: 0px;
}
#market4
{
    background-image: url(/images/redesign/markets/market4.png);
    margin-left: 0px;
}
#market5
{
    background-image: url(/images/redesign/markets/market5.png);
    margin-left: 0px;
}
.container
{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.container img
{
    filter: url('/images/redesign/home/markets/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
    border-radius: 50%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    o-transition: 0.5s ease-in-out;
    overflow: hidden;
}
.container img:hover
{
    filter: none;
    -webkit-filter: grayscale(0);
    border-radius: 50%;
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    o-transition: 0.2s ease-in-out;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active),  
{
    .container img
    {
        -webkit-transition: 0s ease-in-out;
        -moz-transition: 0s ease-in-out;
        o-transition: 0s ease-in-out;
    }

    .container img:hover
    {
        filter: none;
        -webkit-filter: grayscale(0);
        border-radius: 50%;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0s ease-in-out;
        -moz-transition: 0s ease-in-out;
        o-transition: 0s ease-in-out;
    }
}
@media screen\0 {

.container img
    {
        -webkit-transition: 0s ease-in-out;
        -moz-transition: 0s ease-in-out;
        o-transition: 0s ease-in-out;
    }

    .container img:hover
    {
        filter: none;
        -webkit-filter: grayscale(0);
        border-radius: 50%;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0s ease-in-out;
        -moz-transition: 0s ease-in-out;
        o-transition: 0s ease-in-out;
    }

}
.hideOrShow
{
    opacity: 0;
}
.container:hover .hideOrShow
{
    opacity: 1;
}
.img_grayscale
{
    zoom: 100%;
}
