@charset "UTF-8";
/* CSS Document */

/**********Top Navigation**********/
.nav-container {
    height: 77px !important;
}
nav.top-nav {
    height: 110px !important;
}
.top-cta-bar{
    background-color:#ED217c;
}
.top-cta-bar-wrap{
    padding:5px 20px;
    display:flex;
    justify-content:space-between;
    max-width:1440px;
    margin:0 auto;
}
.top-cta-bar-wrap a{
    color:#fff !important;
}
.top-cta-bar-wrap a:hover{
    color:#f4c5d8 !important;
}
.top-cta-bar-l .top-tel{
    margin-right:20px !important;
}
.top-cta-bar-l .top-email{
	text-transform:lowercase !important;
}
.no-top-bar-pg .top-cta-bar{
    display:none;
}
.no-top-bar-pg nav.top-nav {
    height: 80px !important;
}
@media only screen and (max-width:515px){
	.top-tel{
		display:none;
	}
}
@media only screen and (max-width:450px){
    .nav-container {
        height: 112px !important;
    }
    nav.top-nav {
    height: 147px !important;
    position: relative !important;
}
    .top-cta-bar-wrap a{
        font-size:15px !important; 
    }
}