/** cookie bar **/
#cookie_bar {
	background-color:#0b225d /*#1f0047*/;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999999999;
	padding: 1em 0.5em;
	width: 100%;
}

#cookie_bar p {
	color: #ffffff;
	font-size: 1.2em;
	margin:  0;
}

#cookie_bar p+p {
	color: #28f6ff;
	font-size: 1em;
}

#cookie_bar a{
	color: #5c02de ;
}

#cookie_bar button{
	margin: 0.1em 1em 0.1em 2em;
	float: right;
	background-color: #beff00;
	border-radius: 12px;
	color: #000000;
	padding: 1em 2em;
	cursor: pointer;
	font-weight: 600; 
}

#cookie_bar button.desktop-only{
	display:	none;
}

#cookie_bar button.mobile-only{
	display:	block;
}

@media screen and (max-width: 526px)
{
	#cookie_bar p {
		clear: both;
	}
}

#cookie_bar button:hover{
	background-color: #28f6ff;
}
.header{
	top: unset;
}

@media screen and (max-width:1200px) {
	.header{
		position: relative;
	}
}

.m-header-bar{
	top: unset;
}

.header.scrolled .m-header-bar{
	top: 0;
}


/** popup **/
.bsc_popup_container {
	display: block;
	position: fixed;
	z-index: 999;
	left: 0; 
	width:100%; 
	height:100%;
	top: 0;
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
	opacity:0;
	animation-name: animatetop;
	animation-duration: 1s;
	animation-delay: 2s;
	animation-fill-mode:forwards;
	text-align: center;
}

.bsc_popup_content {
	background-color: transparent;
	margin: 5% auto;
	max-width: 85%;
	position: relative;
	display: inline-block;
}

.bsc_popup_close {
  color: #666;
  font-size: 28px;
  font-weight: bold;
  border-radius: 15px;
  border: 1px solid #666;
  padding: 2px 8px;
  position: absolute;
  top: 0;
  right: -50px;
}

.bsc_popup_close:hover,
.bsc_popup_close:focus {
	  color: black;
	  text-decoration: none;
	  cursor: pointer;
	  background-color: #666;
}

.bsc_popup_content img{
	box-shadow: 15px 15px 5px #111;
	display: block;
	margin: auto;
	height: auto;
	max-width: 100%;
}

.bsc_popup_content_text{
	background-color: #666;
	opacity: 0.8;
	font-size: 2.5em;
	color: white;
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 8px 15px;
	width: 90%;
	line-height: 1.15;
}

.bsc_popup_content_clickme{
	display: block;
	background-color: white;
	color: blue;
	font-size: 0.4em;
	width: 50%;
	margin: 10px auto 2px;
}

.footer__extra-logos + .footer__extra-logos
{
	border-top: none;
}

.footer__extra-logos + .footer__extra-logos:before,
.footer__extra-logos + .footer__extra-logos:after
{
	content: none;
}

@keyframes animatetop {
	from {opacity: 0;}
	to {opacity: 1; }
}

@media screen and (min-width: 1200px)
{
	.footer__extra-logo {
		display: block;
		margin: 0 22px;
	}

	.footer__extra-logo img {
		max-width: 120px;
	}

	.mobile-only
	{
		display:none !important;
	}

	.desktop-only
	{
		display: block !important;
	}
}

/*Hero Image override*/
.img-hero {
    height: 250px;
}
@media screen and (min-width: 480px)
{
	.img-hero {
    	height: 300px;
	}
}
@media screen and (min-width: 768px)
{
	.img-hero {
    	height: 375px;
	}
}
@media screen and (min-width: 1600px)
{
	.img-hero {
    	height: 450px;
	}
}
@media screen and (min-width: 2000px)
{
	.img-hero {
    	height: 500px;
	}
}
@media screen and (min-width: 2400px)
{
	.img-hero {
    	height: 700px;
	}
}

/*2nd Header Logo Override*/
.header__m-logo2
{
	left: 150px;
    width: 80px;	
}
@media screen and (min-width: 1200px)
{
	.header__logo2 {
    	left: 150px;
    	width: 80px;
	}
	
	.header__logo2 ~ .main-menu
	{
		left: 250px;
	}
}

/*ReciteMe*/
#reciteme
{
	color:	#28f6ff;
	border: 2px solid #28f6ff;
	border-radius: 12px;
	padding: 3px;
	margin-top: -5px;
}

/*Course Links*/
.link-lists__link a
{
	font-weight: 600;
	color: #5c02de;
}

