div.counselor-map-hide {
    display: none;
}

div#mapIndiana, div#mapCalifornia, div#mapIllinois {
	width: 330px;
	height: 450px;
	overflow: hidden;
}

div#mapIndiana p, div#mapCalifornia p, div#mapIllinois p {
	margin-bottom: 0;
}

div.counselor a {
    color: #4c2683;
}

div.counselor h3 {
	margin-bottom: 0.1em;
}

div.counselor h4 {
    font-size: 120%;
	margin-bottom: 0.5em;
	max-width: 225px;
}

div.counselor img {
	margin-bottom: 0.5em;
	width: 100%;
	max-width: 250px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div.counselor div.counselorDetails {
	padding: 2px 0 12px 0;
	text-align: center;
}

div.counselor div.counselorDetails p {
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 4px 0;
}

.counselorContactInfo {
	background-color: #4c2683;
	border-radius: 6px;
	color: #fff;
	padding: 1em 1em 1em 1em;
	margin-bottom: 1em;
}

.counselorContactInfo ul {
	margin-bottom: 0.5em;
}

.counselorContactInfo a {
	color: #fff;
	text-decoration: underline;
}

a.sticky-cta-button {
    display: block;
    cursor: pointer;
    position: fixed;
    bottom: 50vh;
    right: 0px;
    z-index: 5000;
    width: 150px;
    background-color: orange;
    color: white;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 6px 0 0px 6px;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.25);
}

/* Between Extra-small and Small devices (phones, 600px and up) */
@media (min-width: 520px) {
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}