<style>
/* Portlet style */

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

.content {
	margin: 0 auto;
	max-width: 960px;
}

.content > h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484b54;
	font-weight: 800;
	font-size: 1.5em;
}

.content > h2:first-child {
	padding-top: 0em;
}


.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 960px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 220px;
	max-width: 300px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.5em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 200;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h3 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure h3,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Effect portlet *****/
/*---------------*/

figure.effect-portlet {
	background: #0083a9;
}

figure.effect-portlet img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-portlet:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-portlet figcaption {
	text-align: left;
}

figure.effect-portlet h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect-portlet h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-portlet:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-portlet p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-portlet:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

a.offscreen {
position:absolute;
left:-1000px;
top:-1000px;
width:1px;
height:1px;
text-align: left;
overflow:hidden;
}

a.offscreen:focus, a.offscreen:active, a.offscreen:hover {
position:absolute;
left:0;
top:0;
width:auto;
height:auto;
overflow:visible;
background-color:#FF3;
border: 1px dotted #000;
} 



@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}




/* =======================   RESPONSIVITY BREAK POINTS ===================================== */

@media screen and (max-width: 940px) {
    #global-header-block {
        height: 180px
    }
    #global-header-block a.aon-logo {
        margin: 50px 20px;
    }
	#global-header-block a.aon-logodirect {
        margin: 50px 20px;
    }
    #global-header-block .slogan,
    #global-header-block ul.links {
        margin: 50px 20px 0 0;
    }
    #global-header-block img.menu-button {
        display: block;
        margin: 5px 20px;
    }
    #global-header-block div#simple-navigation {
        position: absolute;
        top: 0;
        background-color: #c9cac8;
        z-index: 5000;
        zoom: 1;
    }
    #global-header-block ul#simple-navigation {
        display: none;
        position: absolute;
        top: 35px;
        background-color: #c9cac8;
        margin: 0;
        padding: 0;
    }
    #global-header-block ul#simple-navigation li {
        width: 100%;
    }
    #global-header-block ul#simple-navigation li a {
        background-color: #c9cac8;
        border: 0;
    }
    #global-header-block ul#simple-navigation .secondary-navigation li a {
        background-color: #ffffff;
    }
    .inner-page,
    .homepage {
        padding: 0 20px 20px;
        box-sizing: border-box;
    }
    .inner-page .hero {
        display: none;
    }
    .inner-page div.sidebar {
        width: 30% !important;
        margin: 10px;
    }
    .inner-page div.sidebar .portlet {
        width: 100%;
    }
    #global-footer-block ul.links {
        left: 20px;
    }
    #global-footer-block .copyright,
    #global-footer-block .buttons {
        right: 20px;
    }
}

@media screen and (max-width: 700px) {
    .inner-page {
        padding: 20px;
    }
    .homepage div.copy,
    .homepage div.copy2,
    .homepage div.sidebar,
    .homepage div.sidebar1,
    .inner-page div.copy,
    .inner-page div.copy2,
    .inner-page div.sidebar,
    .inner-page div.sidebar1,
    .homepage div.sidebar2 {
        width: 100% !important;
        margin: 10px 0;
    }
    .homepage>.portlet {
        width: 100%;
        float: none;
    }
    .portlet {
        width: 100%
    }
    body.quoter #global-header-block,
    body.quoter div#simple-navigation {
        width: 760px !important;
    }
    #global-footer-block ul.links,
    #global-footer-block .copyright,
    #global-footer-block div.icons-block {
        padding: 10px 0;
        position: relative;
        text-align: center;
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 480px) {
    .world {
        display: none;
    }
    #global-header-block .slogan,
    #global-header-block ul.links li:not(.last) {
        display: none;
    }
    #hero-carousel-block .carousel {
        height: 250px;
    }
    #hero-carousel-block .carousel-container {
        height: 230px;
    }
    .inner-page .hero {
        display: none;
    }
    .portlet {
        width: 100%;
        margin-right: 0;
    }
    .homepage>.portlet {
        width: 100%;
        float: none;
    }
    .portlet .callout {
        width: 90%;
    }
    .inner-page img.report_cover {
        width: 100%;
    }
    .inner-page img.graph,
    .form-block form input,
    .form-block form textarea,
    .form-block form select {
        width: 100% !important;
    }
    .inner-page img.graph,
    .form-block form input[type="checkbox"],
    .form-block form input[type="radio"] {
        width: auto !important;
    }
    #global-footer-block ul.links,
    #global-footer-block .copyright,
    #global-footer-block div.icons-block {
        padding: 10px 0;
        position: relative;
        text-align: center;
        width: 100%;
        left: auto;
        right: auto;
    }
}

</style>