
.alert-container .close {
    color:#fff;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right:10px;
    top:10px;
    font-family: AvantGardeGothicITCW01B_731063;
    text-transform: uppercase;
}
body .headerTop .open {
    color: #fff;
    font-size: 13px;
    line-height: 5px;
    position: absolute;
    right: 116px;
    top: 50px;
    z-index: 99;
    font-family: Verdana,geneva,sans-serif;
    cursor: pointer;
    display: block;

}
.headerTop .open:hover {
 color: #689724; 
}


.alert-container {
    height: 60px;
    width: 100%;
    padding-top: 1px;
    display: none;
    position: relative;
}

.alert-container .learnLink {
    display: inline-block;
    color: white;
    font-size: 12px;
    font-family: AvantGardeGothicITCW01B_731063;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-left: 10px;
    width:120px;
}

.alert-wrapper {
    background-image: url("/includes/public/assets/backgrounds/fall/BG-Fall-001-Grip.png");
    height: auto;
}

.alert-interior h3 a {
    color: white;
    text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
}

.alert-interior h3 {
    display: inline-block;
    float: left;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 2.4;
    margin: auto 0;
    text-transform: uppercase;
}

.rightArrow {}

.alert-wrapper.opened .alert-container {
    font-size: 26px;
    height: auto;
}

.alert-info a {
    display: inline-block;
    text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.35);
    font-size: 13px

}

.sv-foundation .alert-container a {
    color: inherit;
}

.alert-container .alertDesc a {
    color: white;
}

.alert-container .alert-interior {
    margin: 0 auto;
    height: auto;
    padding: 0px 17px;
}

span.rightArrow {
    font-size: 9px;
    width: 10px;
    bottom: 1px;
    color: white;
    padding-left: 6px;
    background-image: url("/includes/public/assets/images/smallarrow.png");
    background-repeat: no-repeat;
    margin-left: 3px;
}

.alertDesc span {
    text-transform: uppercase;
}

.sv-foundation .alert-container h3 {
    float: left;
    width: 270px;
    background: #ee2769;
    text-align: center;
    color: #FFF;
    padding: 27px 0;
    margin: 0;
    font-size: 21px;
    line-height: 22px;
}

.alert-container .alert-info {
    display: inline-block;
    float: left;
    max-width: 85%;
    padding-top: 6px;
}

.alert-container .alertDesc {
    font-size: 13px;
    line-height: 23px;
    color: white;
    text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.35);
    display: inline-block;
}

.alert-container .close {
    cursor: pointer;
    padding-top: 12px;
}

.alert-wrapper .open {
    right: 0;
    bottom: -35px;
    cursor: pointer;
    z-index: 1;
    padding-right: 16px;
    z-index: 200;
}

.alert-wrapper .open span {
    right: 0;
    top: 11px;
    display: inline-block;
    width: 11px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: -webkit-transform .5s;
    /* For Safari 3.1 to 6.0 */
    
    transition: transform .5s;
}

.alert-wrapper.opened .open span {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(-180deg);
}


@media only screen and (max-width: 1024px) {

    .alert-container .alert-info { 
        line-height: 17px;
        padding: 0;
        position: relative;
    }

    .headerTop .open {
        left:10px;
        top:45px;
        right:auto;
    }
    
    .alert-interior h3 {
        line-height: auto;
    }
    .alert-container .alertDesc {
        color: white;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0;
        padding:20px 20px 5px 0;
        text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.35);
        width: auto;
        margin-top:0;
        margin-left:0;
    }
    .alert-container .learnLink {
        bottom: 40%;
        color: white;
        display: inline;
        font-size: 13px;
        position: relative;
        width: auto;
        
    }
    .alert-info a {
        display: inline;
        font-size: 13px;
        line-height: 13px;
        text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.35);
    }

    span.rightArrow {
        position: absolute;
        left: 100%;
        top: 3px;
        margin-left: 8%;
        display: inline-block;
    }

}

@media only screen and (max-width: 620px) {
     .alert-container .alertDesc {
        padding-top:0;
    }
    .alert-container .alert-info {
        max-width: 100%;
    }

    

    .alert-container .close {
        padding-top: 7px;
    }

    .alert-interior h3{
        width: 100%;
    }
}

