.buttonAlert {
    background-color: #444;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none
}
.buttonAlert.small {
    border-radius: 15px;
    float: right;
    margin: 22px 5px 0;
    padding: 6px 15px
}
.buttonAlert:hover {
    background-color: #333333;
}
.buttonAlert>span {
    font-size: 84%
}
.buttonAlert.b-close,
.buttonAlert.bClose {
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 6px 10px;
    position: absolute;
    right: -7px;
    top: -7px
}
.textLinkAlert {
    color: #ccc;
	text-decoration: underline;
}
.textLinkAlert:hover {
    color: #efefef;
    cursor: pointer;
	text-decoration: underline;
}
#popup,
#popup2,
.bMulti {
	background-image: url('/images/hc/covid-intro3.jpg');
    /*background-color: #fff;*/
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #ccc;
    color: #fff;
    display: none;
    min-width: 450px;
	max-width: 450px;
    padding: 100px 25px 25px 25px;
}
#popup,
.bMulti {
    min-height: 340px
}
#popup2 iframe {
    background: url('/images/hc/loading.gif') center center no-repeat;
    min-height: 360px;
    min-width: 450px;
	max-width: 450px;
}
.loading {
    background: url('/images/hc/loading.gif') center center no-repeat
}
.bMulti p {
    font: 500% 'Petrona', sans-serif;
    padding: 45px 0 0;
    text-align: center
}
.bMulti a {
    left: 175px;
    position: absolute;
    top: 175px
}
/* CounselorLibrary specific mods */
.logoAlert {
    width: 200px;
	display: block;
}
.logoAlertContainer {
	position: absolute;
	bottom: 0;
	width: 400px;
	padding-bottom: 15px;
  }
  #popup h1 {
  	font-size: 300%;
	margin: 0px 0 5px 0;
  }
  #popup p {
  	margin: 5px 0 10px 0;
  }

.hc-submit {
	color: #efefef;
    border: 1px solid #ccc;
    padding: 6px 25px;
    font-size: 16px;
    text-transform: none;
	background: #015940;
	display: inline-block;
    line-height: normal;
    border-radius: 0;
    text-shadow: none;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
	}
.hc-submit:hover, .hc-submit:focus, .hc-submit:active {
    border: 1px solid #444;
	color: #015940;
    background: #efefef;
}