﻿.hpSlider {
    overflow: hidden;
    position: relative;
}

.hpSlider-item {
    width: 100%;
}

    .hpSlider-item img {
        width: 100%;
        display: block;
    }

.hpSlider .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    overflow: hidden;
    position: relative;
    padding: 0 1em;
    width: 85%;
    height: 11em;
    background: url("../../Images/Home/bg-white.png") repeat;
    background: rgba(255, 255, 255, .9);
}

.slide-content-container {
    position: relative;
    width: 100%;
}

.slide-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 1em;
    width: 100%;
    text-align: left;
}

    .slide-content > h1 {
        display: inline;
        font-size: 1.5em;
        font-weight: bold;
        color: #ed1c24;
    }

    .slide-content > p.slideHeader {
        display: inline;
        font-size: 1.5em;
        font-weight: bold;
        color: #ed1c24;
    }



.back, .forward, .play-pause {
    width: 100%;
    height: 33%;
    cursor: pointer;
}

    .play-pause.play {
        background: url("../../Images/Home/bg-play.png") center no-repeat;
    }

    .play-pause.pause {
        background: url("../../Images/Home/bg-pause.png") center no-repeat;
    }

.hpSlider-nav {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 11em;
    background: url("../../Images/Home/bg-white.png") repeat;
    background: rgba(255, 255, 255, .7);
}

.back {
    background-image: url("../../Images/Home/bg-arrow-left.png");
    background-position: center;
    background-repeat: no-repeat;
}

.forward {
    background-image: url("../../Images/Home/bg-arrow-right.png");
    background-position: center;
    background-repeat: no-repeat;
}

.hpSlider-pagination-container {
    overflow: hidden;
    background: #fff;
    background: url("../../Images/Home/bg-white.png") repeat;
    background: rgba(255, 255, 255, .9);
    display:none
}

.hpSlider-pagination {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 15% 0 0;
    padding: 1em 0 0;
}

    .hpSlider-pagination li {
        display: block;
        float: left;
        margin-left: 3px;
        list-style-type: none;
    }

        .hpSlider-pagination li > a {
            display: block;
            width: 9px;
            height: 9px;
            background: url("../../Images/Home/bg-pagination.png") center no-repeat;
        }

    .hpSlider-pagination .hpSlider-active-page > a {
        background: url("../../Images/Home/bg-pagination-active.png") center no-repeat;
    }


.callout-container {
    background: #000 url("../../Images/Home/bg-home-callout.png") repeat-x;
    background: rgba(0, 0, 0, .974) url("../../Images/Home/bg-home-callout.png") repeat-x;
}

    .callout-container .aos:hover, .callout-container .location.non-personalized:hover {
        background-color: #2a2a2a;
    }

    .callout-container.aos-design .callout {
        background-color: #53B847;
    }

        .callout-container.aos-design .callout:hover {
            background-color: #3f9f33;
        }

    .callout-container.aos-fashion .callout {
        background-color: #7E3E97;
    }

        .callout-container.aos-fashion .callout:hover {
            background-color: #692d81;
        }

    .callout-container.aos-media-arts .callout {
        background-color: #0078C1;
    }

        .callout-container.aos-media-arts .callout:hover {
            background-color: #0066a4;
        }

    .callout-container.aos-culinary .callout {
        background-color: #F68933;
    }

        .callout-container.aos-culinary .callout:hover {
            background-color: #db711e;
        }

.callout {
    display: block;
    padding: 1em 32px 1em 18px;
}

    .callout.location, .callout.pog, .callout.aos {
        background: url("../../Images/Home/bg-double-arrow.png") right center no-repeat;
    }

.location.personalized {
    background: none;
}

.callout h2 {
    position: relative;
    text-align: left;
    color: #fff;
    padding-bottom: 0.15em;
}

.callout.aos h2 {
    margin-left: 20px;
    font-size: 1.15em;
}

.callout.pog h2 {
    margin-left: 2em;
    font-size: 1.25em;
}

    .callout.pog h2 .is-icon {
        display: block;
        height: 2em;
        width: 2em;
        position: absolute;
        left: -2em;
        font-size: 1.25em;
        line-height: 1.25em;
        text-align: center;
    }

.callout.aos h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -25px;
    height: 18px;
    width: 20px;
    background: url("../../Images/Home/icon-aos.png") left center no-repeat;
}

.callout.location h2
{
    font-size: 1.15em;
    color: #fff;
    margin-left: 1.25em;
}

.callout.location span
{
    color: #fff;
    margin-left: 1.25em;
}

    .callout.location h2:before {
        content: "";
        display: block;
        position: absolute;
        top: -2px;
        left: -1.25em;
        height: 36px;
        width: 20px;
        background: url("../../Images/Home/icon-location.png") left center no-repeat;
    }

.callout.location .sci-message,
.callout.location .military-message
{
    display: block;
    position: relative;
}
    
    .callout.location .sci-message:before
     {
        content: url(../../Images/Locations/icon-info.png) !important;
        display: block;
        position: absolute;
        top: 2px;
        left: -1.25em;
        height: 36px;
        width: 20px; 
    }

    .callout.location .military-message:before 
    {
        content: url(../../Images/Locations/icon-military.png);
        display: block;
        position: absolute;
        top: 2px;
        left: -1.25em;
        height: 36px;
        width: 20px;
    }

.callout p {
    color: #ffffff;
    margin: 0;
}

.callout.pog p {
    color: #fff;
}

.callout a {
    font-size: 0.6875em;
    color: #fff;
}

    .callout a:hover {
        text-decoration: underline;
    }

.callout .inner-content {
    display: none;
    color: #ccc;
}

    .callout .inner-content .link, .slide-content > a {
        display: inline-block;
        padding: 0.25em 1em;
        margin: 10px 0 0;
        background-color: #333;
        color: #fff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .callout .inner-content .link, .slide-content > a:hover {
            background-color: #444;
        }


.callout.location .inner-content {
    margin-left: 1.8em;
    display: block;
}

    .callout.location .inner-content ul {
        margin: 0.5em 0 0 0.5em;
        padding: 0;
        list-style-type: none;
    }

    .callout.location .inner-content li {
        font-size: 2em;
        margin-top: 0.185em;
        clear: right;
    }

    .callout.location .inner-content a {
        clear: right;
    }

.link-see-all, .link-see-all:visited {
    display: block;
    background: #222;
    color: #fff;
    padding: 0.5em 1em 0.5em 3em;
    font-size: 0.9em;
    border-top: 1px solid #444;
}

    .link-see-all:hover {
        background: #333;
    }

.aos-design .link-see-all {
    border-top: 1px solid #8cd384;
    background: #126608;
}

    .aos-design .link-see-all:hover {
        background: #19790e;
    }

.aos-fashion .link-see-all {
    border-top: 1px solid #9e47c0;
    background: #581b70;
}

    .aos-fashion .link-see-all:hover {
        background: #6a2b83;
    }

.aos-media-arts .link-see-all {
    border-top: 1px solid #008de2;
    background: #005c93;
}

    .aos-media-arts .link-see-all:hover {
        background: #006dae;
    }

.aos-culinary .link-see-all {
    border-top: 1px solid #ffa863;
    background: #c85800;
}

    .aos-culinary .link-see-all:hover {
        background: #e06a0d;
    }

/*animations*/
.hpSlider-item {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.hpSlider-active {
    position: relative;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hpSlider-out {
    -webkit-transition: .75s -webkit-transform ease-in-out;
    -moz-transition: .75s -moz-transform ease-in-out;
    -o-transition: .75s -o-transform ease-in-out;
    -ms-transition: .75s -ms-transform ease-in-out;
    transition: .75s transform ease-in-out;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
}

.hpSlider-in {
    position: relative;
    -webkit-transition: .75s -webkit-transform ease-in-out;
    -moz-transition: .75s -moz-transform ease-in-out;
    -o-transition: .75s -o-transform ease-in-out;
    -ms-transition: .75s -ms-transform ease-in-out;
    transition: .75s transform ease-in-out;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hpSlider-slide-reverse .hpSlider-in {
    left: -100%;
    -webkit-transition: .75s -webkit-transform ease-in-out;
    -moz-transition: .75s -moz-transform ease-in-out;
    -o-transition: .75s -o-transform ease-in-out;
    -ms-transition: .75s -ms-transform ease-in-out;
    transition: .75s transform ease-in-out;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.hpSlider-slide-reverse .hpSlider-out {
    -webkit-transition: .75s -webkit-transform ease-in-out;
    -moz-transition: .75s -moz-transform ease-in-out;
    -o-transition: .75s -o-transform ease-in-out;
    -ms-transition: .75s -ms-transform ease-in-out;
    transition: .75s transform ease-in-out;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.hide-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

/*Legacy browsers*/
.no-csstransitions .hpSlider-active {
    left: 0;
}

.no-csstransitions .hpSlider-active, .no-csstransitions .hpSlider-out, .no-csstransitions .hpSlider-in, .no-csstransitions .hpSlider-slide-reverse .hpSlider-in, .no-csstransitions .hpSlider-slide-reverse .hpSlider-out {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

@media screen and (min-width:34em) {
    .slide-content-container {
        position: absolute;
        top: 10%;
        left: 0;
        max-width: 40em;
        height: 15em;
    }

    .slide-content {
        text-align: right;
    }

    .hpSlider-pagination-container {
        display: table;
        width: 50%;
    }

    .hpSlider-pagination {
        margin: 0;
        padding-right: 2em;
        height: 2em;
    }

    .hpSlider .content {
        float: left;
        clear: left;
        padding: 0 2em;
        width: 50%;
        height: 15em;
    }

    .slide-content h1 {
        font-size: 1.5em;
    }

    .slide-c p.slideHeader {
        font-size: 1.5em;
    }

    .hpSlider-nav {
        display: table;
        position: static;
        float: left;
        margin: -1.8em 0 0 0.1875em;
        width: auto;
        height: auto;
        background: none;
    }

        .hpSlider-nav .back, .hpSlider-nav .forward, .hpSlider-nav .play-pause {
            width: 50px;
            height: 50px;
            margin-bottom: 0.1875em;
            background-color: #fff;
            background-color: rgba(255, 255, 255, .7);
        }

    .l-home-callout {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        clear: left;
        width: 50%;
        max-width: 20em;
        margin-top: 0.7em;
        padding: 0;
        text-align: right;
    }

    .callout {
        margin: 0;
    }

        .callout h2 {
            text-align: right;
            line-height: 1em;
        }

        .callout.pog h2 {
            background: none;
            padding-right: 0;
        }

        .callout .inner-content {
            display: block;
            clear: right;
        }

        .callout.location li {
            float: right;
        }

        .callout.location .inner-content > a {
            float: right;
            clear: right;
        }

    .link-see-all {
        padding: 0.5em 2em;
    }

    .callout.pog h2 .is-icon {
        display: block;
        height: 2.5em;
        width: 2.5em;
        position: absolute;
        left: -2.45em;
        font-size: 1.35em;
        line-height: 1.5em;
        top: -0.6em;
    }

}

@media screen and (min-width:58em) {
    .slide-content-container {
        left: 15%;
    }

    .slide-content p {
        font-size: 1.1em;
    }
}


/*---------------------------
Locations Rotator
 --------------------------*/
@media screen and (min-width: 34em) {
    .hpSlider.location .content {
        float: none;
        clear: none;
        padding: 0 2em;
        width: 85%;
        height: 11em;
    }

    .hpSlider.location .hpSlider-nav {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        width: 15%;
        height: 11em;
        background: url("../../Images/Home/bg-white.png") repeat;
        background: rgba(255, 255, 255, .7);
        margin: 0;
    }

    .hpSlider.location .slide-content-container {
        position: relative;
        top: 0;
        left: 0;
        max-width: none;
        height: auto;
    }

    .hpSlider.location .hpSlider-pagination-container {
        display: none;
    }

    .hpSlider.location .hpSlider.location {
        text-align: left;
    }

    .hpSlider.location .back, .hpSlider.location .forward, .hpSlider.location .play-pause {
        width: 100%;
        height: 33%;
        cursor: pointer;
    }

    .hpSlider.location .slide-content {
        text-align: left;
    }

    .hpSlider.location .hpSlider-nav .back, .hpSlider.location .hpSlider-nav .forward, .hpSlider.location .hpSlider-nav .play-pause {
        background-color: none;
    }
}
@media screen and (min-width: 45em) {
    .hpSlider.location .slide-content-container {
        position: absolute;
        top: 25%;
        left: 0;
        max-width: 40em;
        height: 15em;
    }
    .hpSlider.location .slide-content {
        text-align: right;
    }

    .hpSlider.location .hpSlider-pagination-container {
        display: table;
        width: 50%;
    }

    .hpSlider.location .hpSlider-pagination {
        margin: 0;
        padding-right: 2em;
        height: 2em;
    }

    .hpSlider.location .content {
        float: left;
        clear: left;
        padding: 1em 2em;
        width: 50%;
        height: auto;
    }

    .hpSlider.location .slide-content h1 {
        font-size: 1.3em;
    }

    .hpSlider.location .slide-content p.slideHeader {
        font-size: 1.3em;
    }

    .hpSlider.location .hpSlider-nav {
        display: table;
        position: static;
        float: left;
        margin: -1.8em 0 0 0.1875em;
        width: auto;
        height: auto;
        background: none;
    }

        .hpSlider.location .hpSlider-nav .back,.hpSlider.location .hpSlider-nav .forward,.hpSlider.location .hpSlider-nav .play-pause {
            width: 50px;
            height: 50px;
            margin-bottom: 0.1875em;
            background-color: #fff;
            background-color: rgba(255, 255, 255, .7);
        }

}
@media screen and (min-width:58em) {
    .hpSlider.location .slide-content-container {
        left: 6%;
    }

    .slide-content p {
        font-size: 1.1em;
    }
}


