#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:11000; /*overflow:hidden;*/}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#fff; opacity: 0.8; filter: alpha(opacity = 80);}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url('images/controls.png') no-repeat 0 0;}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/*PLUGIN: Modal popups */
#cboxOverlay{background: #003E64;}
#cboxContent{margin-top: 72px;background-color: transparent;}

#cboxClose,#cboxClose:hover
{
	top: -35px;
    right: -35px;
	width: 70px;
	height: 70px;
	padding: 0px;
	background: url('/assets/images/global/exit-popup_close.svg') 0 0 no-repeat;
	background-size: 70px 70px;
}

#cboxLoadedContent
{
	border-radius:10px;
	border:11px solid #E5F1F8;
	padding: 34px 70px;
	line-height:1.1em;
	font-size: 14px;
	color: #505050;
	background: #ffffff;
}

#cboxLoadedContent p
{
	color:#121212;
	font-size:1.3125em;
	letter-spacing:0.023em;
	line-height:1.5em;
	margin-bottom:1em;
}

#cboxLoadedContent p.header
{
	color:#0075BC;
	font-size:1.75em;
	font-weight:500;
	letter-spacing:0.018em;
	line-height:1.142857em;
	margin-bottom:1em;
}

#cboxLoadedContent strong.colorbox-header{
	font-size:1.25em;
}

#cboxLoadedContent .buttons
{
	align-items:center;
	display:flex;
	justify-content:space-around;
	margin-top:2em;
}

#cboxLoadedContent .buttons > div{
	display:inline-block;
}

#cboxLoadedContent .buttons a
{
	align-items:center;
	display:flex;
	justify-content:center;
	background-color: #0075BC;
	border-radius:14px;
	box-sizing:border-box;
	color: #FFF;
	font-size:1rem;
	font-weight:500;
	height: 50px;
	line-height:1.12em;
	margin:0 8px;
	padding:0.75rem 0.75rem 0.5rem 0.75rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.250em;
	vertical-align:middle;
	width: 190px;
}

#cboxLoadedContent .buttons a span{
	display:block;
}

@media only screen and (max-width:40em){
	
	#cboxLoadedContent{
		font-size: 12px;
		padding: 15px 15px 15px 15px;
		border:6px solid #E5F1F8;
	}

	#cboxLoadedContent p{
		margin-bottom:1em;
		font-size:1.3125em;
		line-height:1.35em;
	}
	
	#cboxLoadedContent p.header{
		margin-bottom:0.65em;
		font-size:1.7em;
	}

	#cboxLoadedContent strong.colorbox-header{
		font-size:1.25em;
	}
	
		
	#cboxLoadedContent .buttons
	{
		display:block;
		margin-top:0.5em;
	}

	#cboxLoadedContent .buttons > div{
		display:block;
		margin:0.5rem;
	}

	#cboxLoadedContent .buttons a{
		font-size:0.875rem;
		height: auto;
		margin:0.5em auto 0 auto;
	    min-height: 40px;
		vertical-align: middle;
	}

	#cboxLoadedContent .buttons a{
	}

	#cboxClose,#cboxClose:hover{
		top: -15px;
		right: -15px;
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}

}

/*END: Modal popups */