﻿#your-account-container {
    display: none;
    color: #828693 !important;
}

    #your-account-container p {
        color: #828693 !important;
    }

#headerTopLinks {
    display: none;
}

    #headerTopLinks .yourAccount {
        display: none;
    }


.yourAccount {
    display: none;
    text-align: right;
    height: 19px;
    position: absolute;
    z-index:10002;
}

.ya-right-icon{
	float:right;
	margin-right:8px;
}

#your-account-container {
    display: block;
}

    #your-account-container p {
        font-size: 1em !important;
    }

.yourAccountBtn {
    background-color: #3598db;
    padding: 5px 30px;
    color: #fff;
    font-weight: bold;    -moz-box-shadow: 0px -2px 2px rgba(0,0,0,0.13);
    -webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.13);
    box-shadow: 0px -2px 2px rgba(0,0,0,0.13);
width: 141px;
display: block;
text-align: center;
padding: 5px 0px;
}

.yourAccountBtn img{
padding-left: 5px;
width: 12px;
}

.slideActive {
    color: #333;
}

.YourAccountBorder {
}

.yourAccountSlider {
    display: none;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    position: absolute;
    z-index: 10001;
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.13);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.13);
}

    .yourAccountSlider a {
        text-decoration: none;
        color: #067dd3;
    }

    .yourAccountSlider .yaTitle {
        display: block;
        height: 40px;
        background-color: #003668;
        color: #FFF;
    }

        .yourAccountSlider .yaTitle .titleContent {
            float: left;
            width: 75%;
            padding: 12px 15px;
            font-weight: bold;
            font-size: 1.3em;
        }

        .yourAccountSlider .yaTitle .yaClose {
            float: right;
            padding: 12px 0px;
            width: 10%;
        }

    .yourAccountSlider .yaContent {
        padding: 15px;
    }

.buttonRounded {
    display: block;
}

.buttonRoundedTop {
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.buttonRounded a {
    display: block;
}

.signInButton, .createAccountButton, .lcText {
    float: left;
}

.signInButton, .lcText {
    line-height: 3em;
    font-size: 1.3em;
}

.signInButton {
    background-color: #067dd3;
    text-align: center;
    width: 40%;
    color: #FFF !important;
    font-weight: bold;
}

.createAccountButton {
    text-align: center;
    width: 40%;
    font-size: 1.2em;
    line-height: 1.3em;
    padding-top: 5px;
    font-weight: bold;
}

.lcText {
    width: 18%;
    display: block;
    text-align: right;
    color: #000;
    font-size: 1em;
    font-weight: bold;
}

.loginContainer {
    padding-top:10px;
}
.yaAdditionalLink {
    display: block;
    padding-top: 20px;
}

    .yaAdditionalLink ul {
        list-style: none;
        list-style-position: outside;
        float: none !important;
    }

        .yaAdditionalLink ul li {
            background-color: #00205b;
            margin-bottom: 5px;
            text-align: center;
            line-height: 2.2em;
            font-size: 1.2em;
            font-weight: bold;
            display: block !important;
        }

            .yaAdditionalLink ul li a {
                color: #fff;
            }

                .yaAdditionalLink ul li a:hover {
                    color: #fff;
                }

.yaFooter {
    text-align: center;
    font-size: .8em !important;
    margin: -15px !important;
    margin-top: 15px !important;
    background-color: #F7F7F7;
    padding: 15px;
}

.dnn_AhsYourAccount_yourAccount {
    display: block !important;
    padding: 0px !important;
}

@media screen and (min-width: 480px) {
    .yourAccountSliderClick {
        right: 18%;
        top: 200px !important;
    }
}

@media screen and (min-width: 768px) {
    .yourAccountSliderClick {
        right: 25% !important;
    }

    .yaTitle {
        display: none !important;
    }

    .headerWrapperRight {
        display: block !important;
    }

    .yourAccount {
        right: 12px !important;
        top: 4px;
        display:block;
    }

    .yourAccountSlider {
        right: 12px;
        top: 23px;
    }
}

@media screen and (min-width: 960px) {
    #headerTopLinks {
        display: block;
    }

        #headerTopLinks .yourAccount {
            display: block;
        }

    .yourAccountSliderClick {
        right: 25%;
    }

    .yourAccount {
        right: -5px !important;
    }

    .yourAccountSlider {
        right: -5px;
    }
	
	.yourAccountSlider {
        top: 26px !important;
    }
}

.yourAccountSliderClick {
    top: 30px !important;
    display: block !important;
    margin-left: 3%;
}

.yaTitle {
    display: block;
}

.headerWrapperRight {
    display: none;
}

.yaShadow {
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.13);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.13);
}

.testthis {
    display:block;
    width:100%;
}

.slideActive{
	color:#333;
	background:none !important;
	background-color:#fff !important;
}

#transperentBG {
    display: none;
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 3000px;
    z-index: 1003;
    top: 0;
    background-color: rgba(255, 255, 255, .75);
    color: rgba(255, 255, 255, .75);
}
