﻿
.hellobar-sm {
    display: none;
}

.hellobar-lg {
    display: block;
}

.hellobar-content-wrapper{
    margin: 0 auto;
    max-width: 850px;
    display: flex;
}
.hellobar-lg, .hellobar-sm{
    flex: 1;
}

#hellobar-content {
    background-image: url("images/helloBar_bg_subtle-grey.png");
}

a#hellobar-close, a#hellobar-close:link, a#hellobar-close:visited {
    top: 28px;
}

.hellobar-light-images a#hellobar-close, .hellobar-light-images a#hellobar-close:link, .hellobar-light-images a#hellobar-close:visited {
    background-position: 0 78px;
}
     
.hellobar-lead {
    padding-top: 17px;
    font: bold 16px "Mark W01 Regular", "Open Sans", sans-serif;
    color: #00aeef;
    margin-bottom: 6px;
           
}
.hellobar-text, .hellobar-text-sm {
    font: 13px "Mark W01 Regular", "Open Sans", sans-serif;
    color: #2b76a9;
    line-height: 1.0;
}

#hellobar-container .hellobar-text-sm a{
    text-decoration: underline;
    color: #2b76a9 !important;
    font-weight: bold !important;
}

.cta-lightblue-container {
    padding-top: 25px;
}

#hellobar-container a.cta-lightblue {
    color: #fff;
    background-color: #00aeef;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 20px;
    font-weight: bold;
}


 .hellobar-lg.hellobar-multi {
		min-height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
}

.hellobar-lg.hellobar-multi .hellobar-lead {
	flex: 1;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	text-align: left;

}



#hellobar-container .hellobar-lg.hellobar-multi .hellobar-link-sm a {
	color: #2b76a9 !important;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;

}

.hellobar-lg .hellobar-intro {
	color: #333;
	border-right: 2px solid #ffa037;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-right: 20px;
	padding: 8px 20px 8px 0;
	text-align: right;
}

.hellobar-lg .hellobar-intro span {
	font-weight: normal;
}




@media (max-width: 979px) {
    .hellobar-content-wrapper {
        margin: 0;
        max-width: 90%;
    }

    .hellobar-lead {
        font-size: 14px;
    }
           
}

@media (max-width: 768px) {
    .hellobar-content-wrapper {
        margin: 0;
    }

    .hellobar-sm {
        display: block;
        text-align: left;
        padding: 20px 0 0 30px;
    }

    .hellobar-text-sm {
        line-height: 1.4;
        font-size: 14px;
    }

    .hellobar-lg, .cta-lightblue-container, .hellobar-lg.hellobar-multi {
        display: none;
    }
	
	.hellobar-sm.hellobar-multi {
		padding: 10px 0 0 20px;

	}

	.hellobar-sm.hellobar-multi .hellobar-lead {
		margin: 0;
		padding: 0;

		color: #2b76a9;
		font-size: 12px;
		font-weight: normal;

	}

	#hellobar-container .hellobar-sm.hellobar-multi .hellobar-link-sm a {
		color: #2b76a9 !important;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;

	}

	.hellobar-sm .hellobar-intro {
		color: #333;
		font-size: 12px;
		font-weight: bold;
	}
	
}

@media (max-width: 600px) {

    .hellobar-text-sm {
        font-size: 13px;
    }

    .hellobar-sm {
        padding: 10px 0 0 20px;
    }
}

