/* default styles - i-pads and smaller devices */
.page-wide main .content .section {
    max-width: 95%;
	width: 100%;
	margin: 0 auto 3rem;
    padding: 0;
}
section#section5 {
	background-color: #036;
}
.page-wide main .content section#section5 .section {
	max-width: 1920px;
	padding: 0 2rem;
}
div.setion--widget.section--widget-infographic {
	position: relative;
}
.infographic-slider .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
}
.infographic-slider img {
	margin: auto;
}
.infographic-slider .slick-dots { bottom: 0; }
.infographic-slider .slick-dots li { padding-top: 2em; }
.infographic-slider .slick-dots li.slick-active button { background-color: #ccc; }
.infographic-slider .slick-dots li button { background: #737373; }

h4.click-above {
	display: none;
}

@media screen and (max-width: 991px) {
	.infographic-slider .slick-prev, .infographic-slider .slick-next { display: none !important; }
}
div.float-link {
	display: none;
}
div.float-link-single {
	position: absolute;
	top: 45%;
	left: 30%;
	width: 40%;
	padding: 1em;
	background: rgba(0,51,102,.8);
	color: #fff;
	text-align: center;
	font-size: 24px
}
div#full-list.modal .modal-dialog {
	max-width: 800px;
}
div#full-list.modal .modal-content {
	background: rgba(0,51,102,.8);
	color: #fff;
	padding: 2em;
}
div#full-list.modal .modal-body {
	width: 95%;
	margin: 0 auto;
}
.modal .close {
	font-size: 2rem;
	color: #fff;
	opacity: 1;
}
/* end styles for i-pads and smaller devices */

/* ~~~~~~~~~ START 1024px ~~~~~~~~~~~ */
@media screen and (min-width: 1024px) { 
	div.float-link-single {
		display: none;
	}
	
	div.float-link {
		display: block;
		position: absolute;
	}
	h4.click-above {
		display: block;
	}
	.float-link a {
		opacity: 0;
		font-weight: bold;
		font-size: 180%;
		cursor: grab;
		color: transparent !important;
	}
	.float-link a:hover {
		color: #fff !important;
		background: rgba(0,0,0,.2);
		padding: .25em;
		opacity: 1;
		font-weight: bold;
		font-size: 180%;
		transition: .05s ease;
		cursor: grab;
	}

	div.center-link-container { /* this container is centered absolutely for positioning the links so they will retain position no matter the browser width */
		position: absolute;
		width: 100px;
		height: 100%;
		top: 0;
		left: 50%;
		margin-left: -50px;
		/* border: 1px dotted #fff; - for testing */
	}
	div.center-link-container div.rel-container { /* this container is positioned relative to .center-link-container and holds the links to be positioned */
		position: relative;
		width: 100%;
		height: 100%;
	}
	.float-link.bhutan {
		top: 53%;
		right: 20%;
	}
	.float-link.colombia  {
		top: 59%;
		left: 20%;
	} 
	.float-link.cuba {
		top: 41%;
		left: 20%;
	} 
	.float-link.congo {
		top: 70%;
		right: 45%;
	} 
	
	.float-link.israel-2 {
		top: 46%;
		right: 38%;
	} 
	.float-link.italy {
		top: 36%;
		left: 46%;
	} 
	.float-link.mexico { 
		top: 40%;
		left: 8%;
	} 
	.float-link.myanmar {
		top: 60%;
		right: 14%;
	} 
	.float-link.norway {
		top: 22%;
		left: 44%;
	} 
	.float-link.peru  {
		top: 64%;
		left: 22%;
	} 
	.float-link.spain-1 {
		top: 39%;
		left: 38%;
	} 
	.float-link.tanzania {
		top: 74%;
		right: 34%;
	} 
	/* modal styles */
	.modal {
		top: 25%;
	}
	.modal-content.blue,
	.modal-content {
		background: rgba(0,51,102,.8);
		color: #fff;
		padding: 2em;
	}
	.modal-content {
		width: 150%;
	}
	.modal .close {
		font-size: 2rem;
		color: #fff;
		opacity: 1;
	}
}
@media screen and (min-width: 1400px) {
	.float-link.congo {
		top: 72%;
	} 
	.float-link.norway {
		top: 20%;
	} 
	.float-link.peru  {
		top: 67%;
	} 
	.float-link.tanzania {
		top: 74%;
		right: 36%;
	} 
}
@media screen and (min-width: 1920px) {
	.float-link.bhutan {
		top: 55%;
	}
	.float-link.colombia  {
		top: 62%;
	} 
	.float-link.cuba {
		top: 42%;
		left: 21%;
	} 
	.float-link.congo {
		top: 74%;
	} 
	.float-link.israel-2 {
		right: 41%;
	} 
	.float-link.italy {
		left: 47%;
	} 
	.float-link.mexico { 
		left: 10%;
	} 
	.float-link.myanmar {
		top: 62%;
	} 
	.float-link.norway {
		left: 46%;
	} 
	.float-link.peru  {
		top: 68%;
		left: 23%;
	} 
	.float-link.spain-1 {
		left: 41%;
	} 
	.float-link.tanzania {
		top: 76%;
		right: 37%;
	} 	
}
