/* General */
a,
a:visited,
a:hover {
	color: #0083A9;
}
h1, h2, h3, h4, h5, h6 {
	color: #0083A9;
}
h1,
.onethird h1,
.twothirds h1 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: bold;
}
h2,
.onethird h2,
.twothirds h2 {
	font-size: 18px;
	margin-top: 12px;
	font-weight: bold;
}
h3,
.onethird h3,
.twothirds h3 {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 12px;
}
h4,
.onethird h4,
.twothirds h4 {
	font-size: 14px;
	margin-bottom: 12px;
}

body {
    font-family: Arial, Helvetica, Sans-serif;
}

h1 {
    font-family:"Prelo Slab W01 Medium", Arial, Helvetica, sans-serif;
    font-size:2.125em !important;
    font-weight:bold;
    color:#e11b22;
}

h2 {
    font-family:"Prelo Slab W01 Medium", Arial, Helvetica, sans-serif;
    font-size:1.625em !important;
}

.twothirds ul li, p {
    font-size:1.2em;
    line-height:1.5em;
   color:#555;
}

/* Main Menu */
.subNav {
    float: left;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
    background: #f3f3f3;
    height: 50px;
    width: 550px;
    margin-bottom: 10px;
    behavior: url(/ireland/includes/employee-benefits/js/PIE.htc);
	text-align: center;
}
.subNav ul {
    margin: 0;
    padding: 0;
    display: table;
    position: relative;
    left: -2px;
	z-index: 11;
}
.subNav ul li {
    margin: 0;
    padding: 0 7px;
    list-style: none;
    list-style-image: none;
    width: 85px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    background: none;
}
.subNav ul li a {
    display: block;
    font-size: 12px;
    line-height: 1.1em;
    font-weight: bold;
    color: #333;
}
.subNav ul li a:hover {
    text-decoration: none;
    color: #e11b22;
}
.subNav ul li.active {
    background-color: #dadada;
}
.subNav ul li ul {
    padding: 0;
    position: absolute;
    top: 47px;
    left: 0;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #dadada;
}
.subNav ul li ul li {
    color: #333;
    width: 132px;
    padding: 0 9px;
    height: auto;
    display: block;
    text-align: center;
}
.subNav ul li ul li a {
    width: 100%;
    padding: 12px 0;
    font-weight: normal;
    border-top: 1px solid #e5e5e5;
}
.subNav ul li ul li:hover {
    background-color: #d3d3d3;
}
.subNav ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
.subNav ul li ul>:first-child a {
    border-top: 0;
}
.subNav ul li ul>:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
}
*+html .subNav ul li {
    width: 64px;
    float: left;
    padding-top: 12px;
    height: 38px;
}


/* Bottom Panels */

.panels {
	width: 100%;
	margin: 24px 0;
}
.panels::after {
	content: '';
	display: block;
	clear: both;
}
.panels .panel {
	width: 48%;
	height: 130px;
	padding: 12px 12px 0;
	background: #F3F3F3;
	box-sizing: border-box;
	margin: 0 4% 0 0;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
}
.panels .panel h3 {
	margin-top: 0;
}
.panels .panel.in-the-media {
	float: left;
	background: #f3f3f3 url('/ireland/aon-hewitt-new/images/icons/global-64.png') 90% 90% no-repeat;
    background-size: 60px auto;
}
.panels .panel.thought-leadership {
	margin: 0;
	background: #f3f3f3 url('/ireland/aon-hewitt-new/images/icons/manuals-64.png') 90% 90% no-repeat;
	background-size: 60px auto;
}
.panels .panel.calendar {
	background: #f3f3f3 url('/ireland/aon-hewitt-new/images/icons/calendar-2-64.png') 90% 90% no-repeat;
	background-size: 60px auto;
}


/* Homepage Hover Menus */

h3.solid {
    display: block;
    background: #0083a9;
    padding: 10px;
    color: #FFF;
    border-radius: 5px;
    line-height: 30px;
    font-size: 16px;
	margin: 0;
	min-height: 26px;
	line-height: 26px;
}
.linkBlock .linkDesc.menu {
	padding: 0;
}
.linkBlock ul li:hover,
.linkBlock ul li:hover a,
.linkBlock ul li .linkDesc,
.linkBlock ul li:hover .linkDesc,
.linkBlock ul li:hover > p {
	background: #E5E5E5;
	color: #4D4D4D;
}
.linkBlock ul li:hover {
	border-top: 1px solid #C9CAC8;
	border-top-color: #C9CAC8;
}
.linkBlock ul li:first-of-type:hover {
	border-top: none;
}
.linkBlock ul li ul {
	border-bottom: none;
	margin: 0;
	width: 100%;
	padding: 0;
}
.linkBlock ul li ul li a {
	padding: 5px;
}
.linkBlock .linkDesc.menu {
	padding: 0;
}
.linkBlock .linkDesc.menu:after {
	content: '';
	display: block;
	clear: both;
}
.linkBlock {
	float: left;
	position: relative;
	top: 0;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
.linkBlock ul {
	float: left;
	width: 270px;
	padding: 0;
	border-bottom: 1px solid #c9cac8;
	margin: 0;
}
.linkBlock ul li {
	background: none !important;
	border-top: 1px solid #c9cac8;
	padding: 0;
	margin: 0;
	list-style: none;
}
.linkBlock ul li:first-of-type {
	border-top: none;
}
.linkBlock ul li:hover {
	background: none !important;
	border-top: 1px solid #E5E5E5;
	padding: 0;
	margin: 0;
	list-style: none;
}
.linkBlock ul li .linkDesc {
	display: none;
	position: absolute;
	left: 270px;
	top: 0;
	width: 270px;
	width: calc(100% - 270px);
	height: 100%;
	padding: 10px 15px;
	background: #E5E5E5;
	min-height: 161px;
	font-size: 13px;
	line-height: 1.3em;
	z-index: 1000;
	box-sizing: border-box;
}
.linkBlock ul li a,
.linkBlock ul li p {
	display: block;
	padding: 10px 5px;
	width: 270px;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	box-sizing: border-box;
}
.green .linkBlock ul li a,
.green .linkBlock > ul > li > p {
	color: #7AB800;
}
.linkBlock ul li p {
	cursor: default;
}
.linkBlock ul li:hover a {
	background: #E5E5E5;
	color: black;
}
.linkBlock ul li:hover .linkDesc {
	display: block;
	height: 100%;
	color: black;
	font-weight: bold;
}
.linkBlock .imgBlock {
	float: left;
	width: 250px;
	margin: 10px;
}
span.quotation {
	font-size: 20px;
	color: #00338D;
}
span.client-name {
	font-size: 12px;
	text-align: right;
}


/* RHS Items */
.rhsItem {
	margin: 0 0 10px;
}


/* Request More Info */

.rhsItem.request {
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    width: 288px;
    background: #099;
    overflow: hidden;
    behavior: url(/ireland/includes/employee-benefits/js/PIE.htc);
}
.rhsItem.request a {
    display: block;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    min-height: 50px;
    padding: 0 8px 0 48px;
    /**width:248px;**/
    
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #099 url('/ireland/aon-hewitt-new/images/icons/icn-aro-wht.png') 20px 50% no-repeat;
    line-height: 50px;
    behavior: url(/ireland/includes/employee-benefits/js/PIE.htc);
}
.rhsItem.request a.open {
    box-shadow: none;
}
.rhsItem.request a:hover {
    background-color: #008989;
    box-shadow: none;
    text-decoration: none;
}
.rhsItem.request .requestForm {
    padding: 0 16px;
}
.rhsItem.request .requestForm label {
    display: inline-block;
    width: 246px;
    margin: 12px 0 6px;
    font-size: 13px;
    color: #fff;
}
.rhsItem.request .requestForm label span {
    color: red;
}
.rhsItem.request .txtBox {
    border-radius: 3px;
    border: 1px solid #999;
    background: #fff;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #333;
    padding: 8px 8px;
    width: 238px;
    font-family: 'arial';
    behavior: url(/ireland/includes/employee-benefits/js/PIE.htc);
}
.rhsItem.request textarea {
    border-radius: 3px;
    border: 1px solid #999;
    background: #fff;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #333;
    padding: 8px 8px;
    width: 238px;
    font-family: 'arial';
    line-height: 16px;
    height: 64px;
}
.rhsItem.request .txtBox.placeholder {
    color: #999;
    font-style: italic;
}
.rhsItem.request .txtBox::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}
.rhsItem.request .txtBox:-moz-placeholder {
    color: #999;
    font-style: italic;
}
.rhsItem.request .txtBox::-moz-placeholder {
    color: #999;
    font-style: italic;
}
.rhsItem.request .txtBox:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}
.rhsItem.request .btn {
    display: block;
    border-radius: 4px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    min-height: 41px;
    padding: 0;
    width: 256px;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #e11b22;
    line-height: 41px;
    margin: 16px 0;
    behavior: url(/ireland/includes/employee-benefits/js/PIE.htc);
}
.rhsItem.request .btn:hover {
    background: #bf161c;
}

/* Buttons */

.rhsItem.redBtn {
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    width: 288px;
    background: #E11B22;
    overflow: hidden;
}
.rhsItem.redBtn a {
    display: block;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    min-height: 50px;
    padding: 0 8px 0 48px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #E11B22 url('/ireland/aon-hewitt-new/images/icons/icn-aro-wht.png') 20px 50% no-repeat;
    line-height: 50px;
    behavior: url(/ireland/includes/employee-benefits/js/PIE.htc);
}
.rhsItem.redBtn a span {
    font-weight: normal;
}
.rhsItem.redBtn a:hover {
    background-color: #aa0b0b;
    box-shadow: none;
    text-decoration: none;
    behavior: url(/ireland/includes/employee-benefits/js/PIE.htc);
}

/* Twitter Button */

.rhsItem.twitterBtn {
    text-align: center;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    background: #42c0e6;
    overflow: hidden;
}
.rhsItem.twitterBtn a {
    display: block;
    min-height: 50px;
    padding: 0 8px 0 32px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #42c0e6 url('/ireland/aon-hewitt-new/images/icons/icn-twitter.png') 32px 45% no-repeat;
    line-height: 50px;
    behavior: url(/unitedkingdom/includes/aonhewitt/js/PIE.htc);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.rhsItem.twitterBtn a span {
    font-weight: normal;
}
.rhsItem.twitterBtn a:hover {
    background-color: #3baccf;
    box-shadow: none;
    text-decoration: none;
    behavior: url(/unitedkingdom/includes/aonhewitt/js/PIE.htc);
}


/* LinkedIn Button */

.rhsItem.linkedinBtn {
    text-align: center;
    background: #007fb1;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.rhsItem.linkedinBtn a {
    display: block;
    border-radius: 5px;
    min-height: 44px;
    padding: 10px 20px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.rhsItem.linkedinBtn a span {
    font-weight: normal;
}
.rhsItem.linkedinBtn a:hover {
    background-color: #03668f;
    box-shadow: none;
    text-decoration: none;
}

/* Downloads */

.download {
	display: block;
	clear: both;
	margin: 0 0 25px 0;
}
.download:after {
	clear: both;
	display: block;
	content: '';
}
.download .image {
	padding: 10px 20px 0 40px;
	width: 170px;
	float: left;
	text-align: center;
}
.download .grey {
	text-align: center;
	width: 250px;
	background-color: #E6E7E9;
	padding: 10px;
	margin: 50px 0 0;
	float: left;
}

/* News Ticker */

#testimonHold {
    display: none;
}
.testPrev,
.testNext,
.panelPrev,
.panelNext {
    position: absolute;
    bottom: 10px;
    right: 0;
    float: right;
    height: 30px;
    width: 30px;
    background: #c3c3c3;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
}
.testPrev {
    right: 31px;
}
.testPrev:hover,
.testNext:hover,
.panelPrev:hover,
.panelNext:hover {
    background: #e11d21;
}
.testPrev span,
.panelPrev span,
.testNext span,
.panelNext span {
    display: block;
    text-indent: 9999px;
    width: 30px;
    height: 30px;
}
.testPrev span,
.panelPrev span {
    background: url(/ireland/aon-hewitt-new/images/icons/icn-aro-lrg-lft.png) no-repeat 49% 50%;
}
.testNext span,
.panelNext span {
    background: url(/ireland/aon-hewitt-new/images/icons/icn-aro-lrg-rgt.png) no-repeat 50% 50%;
}

/* RHS Menu */

.rhsItem {
    clear: both;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
    background: #f3f3f3;
    margin-bottom: 10px;
}
.rhsItem.rhsNav {
    padding: 12px 16px 12px;
}
.rhsItem.rhsNav ul {
    margin: 12px 0 0;
    padding: 0;
    border-top: 1px solid #e5e5e5;
}
.rhsItem.rhsNav ul li {
    margin: 0;
    padding: 4px 0;
    border-bottom: 1px solid #e5e5e5;
}
.rhsItem.rhsNav ul li > a {
    font-size: 11px;
    color: #555;
}
.rhsItem.rhsNav ul li ul {
    margin: 11px 0 0;
    padding: 0;
    border-top: 0;
}
.rhsItem.rhsNav ul li ul li {
    margin: 0;
    padding: 4px 0 4px 20px;
    border-bottom: 0;
}
.rhsItem.rhsNav ul li ul li a {
    color: #666;
}
.rhsItem.rhsNav ul li ul li a span.red {
    color: #E11B22;
}
.rhsItem.rhsNav ul>:last-child {
    border: 0;
}