﻿/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 2.6.0.1

Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

Template: genesis

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Gallery
- Forms
- Custom Styles for AON Contact Form 7
- Tables
- Screen Reader Text
- Structure and Layout
- Site Container
- Site Inner
- AON Custom Header
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Featured Content
- Front Page Widget
- Plugins
- Genesis eNews Extended
- Genesis Simple FAQ
- Jetpack
- Skip Links
- Site Header
- Title Area
- Site Navigation
- Responsive Menu
- Header Menu
- Footer Menu
- Content Area
- Entry Content
- Entry Meta
- Pagination
- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
- Min-width: 960px
- Site Header
- Genesis Menu
- Responsive Menu
- Header Menu
- Site Inner
- Content
- Sidebar
- Author Box
- After Entry
- Column Classes
- Entry Misc.
- Footer Widgets
- Print Styles
*/

/* Headings
---------------------------------------------
* Adding custom font-face declarations for Prelo Slab.
*/

@font-face {
font-family: 'prelo_slab_boldbold';
src: url('/getmedia/e99f8f87-2dc0-4b01-aff3-a9197f927ca7/preloslab-bold-webfont.woff2') format('woff2'),
url('/getmedia/52ccd9d9-f93f-4f06-80b9-6ce264cf9120/preloslab-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'prelo_slablight';
src: url('/getmedia/f510d827-ba46-4e9d-b11b-541d791d3010/preloslab-light-webfont.woff2') format('woff2'),
url('/getmedia/556f22b6-b1f3-4650-9f24-a6f2459dacdb/preloslab-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'prelo_slab_mediummedium';
src: url('/getmedia/00c7f24c-406f-4d46-a214-96efa83edb4e/preloslab-medium-webfont.woff2') format('woff2'),
url('/getmedia/ee679f56-afbc-455a-b65d-b580d99d45bc/preloslab-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}



/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
box-sizing: border-box;
}

*,
*::before,
*::after {
box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
content: " ";
display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
clear: both;
content: " ";
display: table;
}

.wrap {
width: 110%;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
font-size: 62.5%; /* 10px browser default */
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
font-size: 16px;

}

body {
background-color: #fff;
color: #575759;
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.625;
margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
transition: all 0.2s ease-in-out;
}

a {
color: #000;

transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
color: #e11b22;
text-decoration: none;
}

.entry-content a {
color: #000;
border-bottom: 1px solid #e11b22;
text-decoration: none;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover {
color: #e11b22;
text-decoration: none;
}

p {
margin: 0 0 30px;
padding: 0;
}

ol,
ul {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

main#genesis-content li {
    list-style-type: square;
    padding: 0 0 0 0px;
    margin: 0 0 0 20px;
}

hr {
border: 0;
border-collapse: collapse;
border-top: 1px solid #eee;
clear: both;
margin: 15px 0;
}

b,
strong {
font-weight: 700;
}

blockquote,
cite,
em,
i {
font-style: italic;
}

mark {
background: #ddd;
color: #333;
}

/*
* Custom blockquote styles for AON.
*/

blockquote {
margin: 60px 0 60px 0;
background-color: #f5fafd;
padding: 130px 95px 70px 80px;
color: #E11B22;
font-style: normal;
font-size: 20px;
background-image: url(images/blockquote-upper-left-1.png), url(images/blockquote-lower-right-4.png), url(images/blockquote-lines-2.png), url(images/blockquote-lines-2.png);
background-position: top left, bottom right, top right, bottom left;
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}


/*
* Custom breakout styles for AON
*/

.inner_breakout_wrap {
width: 50%;
float: right;
padding: 10px 0 10px 10px;
}

h1.inner_breakout {
font-size: 35px;
}

h1.inner_breakout strong {
font-family: 'prelo_slab_boldbold';
}

.featured_image_shortcode {
margin: 30px 0 30px 0;
}

blockquote p {
font-family: 'prelo_slab_mediummedium';
}

blockquote strong {
font-family: 'Roboto';
font-weight: bold;
}

/*
* Commenting out default blockquote:before styles for AON.
blockquote::before {
content: "\201C";
display: block;
font-size: 250px;
font-size: 3rem;
height: 0;
left: -60px;
position: relative;
top: -170px;
color: #80c9da;
}
*/


.backlink a {

text-decoration: none;
color: #e11b22;

}

.aon_red {
color: #e11b22;
}

.caps {
text-transform: uppercase;
}

.white {
color: #fff !important;
}

.roboto {
font-family: 'Roboto';
}

.italic {
font-style: italic;
}

.bold {
font-weight: 800;
}

.normalweight {
font-weight: normal;
}

.gray {
color: #4d4f53 !important;
}

.prelo_bold {
font-family: 'prelo_slab_boldbold';
font-weight: 800;

}

.prelo_medium {
font-family: 'prelo_slab_mediummedium';
font-weight: 800;

}

.prelo_light {
font-family: 'prelo_slablight';
}


h1,
h2,
h3,
h4,
h5,
h6 {
/*font-family: 'Source Sans Pro', sans-serif;*/
font-weight: 400;
line-height: 1.2;
margin: 0 0 20px;
}

h1 {
font-family: 'prelo_slablight';
font-size: 54px;
color: #E11B22;
}

h2 {
font-family: 'prelo_slab_boldbold';
font-size: 54px;
color: #E11B22;
}

h3 {
font-family: 'prelo_slab_boldbold';
font-size: 18px;
color: #E11B22;

}

h4 {
font-family: 'Roboto';
font-size: 12px;
font-weight: bold;
text-transform: uppercase;;	
}


h1.aon_post_title {
padding: 90px 0 12px 0px;
color: #E11B22;
font-family: 'prelo_slablight';
text-transform: capitalize;
}

h1.aon_post_title.category_landing {
        padding: 90px 0 12px 50px;
    color: #E11B22;
    font-family: 'prelo_slablight';
    text-transform: capitalize;
}

h2 {
font-size: 27px;
font-size: 2.7rem;
}

.entry-content h3,
.entry-content h4 {
font-weight: 600;
}

h3 {
font-size: 24px;
font-size: 2.4rem;
}

/* Custom H3 class for homepage.
--------------------------------------------- */

h3.homepage_stinger {
color: #E11B22;
text-transform: uppercase;
font-size: 15px;
font-weight: 800;
}

.homepage_stinger img {
width: 50px;
padding: 8px 9px 0 0;
}

h3.homepage_stinger::before {
/*content: '—';*/
}

h4 {
font-size: 20px;
font-size: 2rem;
}

.entry-content h4 {
margin-top: 40px;
}

h5 {
font-size: 18px;
font-size: 1.8rem;
}

h6 {
font-size: 16px;
font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
max-width: 100%;
}

img {
height: auto;
vertical-align: top;
}

figure {
margin: 0;
}



/* Gallery
--------------------------------------------- */

.gallery {
overflow: hidden;
}

.gallery img {
border: 1px solid #eee;
height: auto;
padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
border: 1px solid #999;
outline: none;
}

.gallery-columns-1 .gallery-item {
width: 100%;
}

.gallery-columns-2 .gallery-item {
width: 50%;
}

.gallery-columns-3 .gallery-item {
width: 33%;
}

.gallery-columns-4 .gallery-item {
width: 25%;
}

.gallery-columns-5 .gallery-item {
width: 20%;
}

.gallery-columns-6 .gallery-item {
width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
width: 12.5%;
}

.gallery-columns-9 .gallery-item {
width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left;
}

.gallery-item {
float: left;
margin: 0 0 30px;
text-align: center;
}

/*
* Fancybox
*/ 

#fancybox-content, #fancybox-wrap {
width: 50% !important;
height: 45% !important;

}

.disclaimer_text {
padding: 20px 0px 20px 0px;
font-size: 12px;
max-width: 100%;
margin: 0 auto;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
background-color: #fff;
border: 1px solid #ddd;
color: #333;
font-size: 18px;
font-size: 1.8rem;
font-weight: 400;
padding: 15px;
width: 100%;
}

input:focus,
textarea:focus {
border: 1px solid #999;
outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
width: auto;
}

::-moz-placeholder {
color: #333;
opacity: 1;
}

::-webkit-input-placeholder {
color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
background-color: #e11b22;
border: 0;
color: #fff;
cursor: pointer;
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
padding: 15px 30px;
text-decoration: none;
white-space: normal;
width: auto;
font-family: 'Roboto';
}

button.masonry_submit, button.masonry_clear, button.masonry_sort {
    width: 74px;
    padding: 15px 5px 15px 5px;
    float: left;
    margin: 0 0 0 10px;
}


/*
* Custom button style for Aon
*/

.button.aon_button_large {
min-width: 250px;
}

.button.aon_button_white {
background: #fff;
border: 1px solid #e11b22;
color: #e11b22;
z-index: 8889;
position: relative;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
background-color: #4D4F53;
color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
color: #fff;
}

.button {
display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
background-color: #eee;
border-width: 0;
color: #777;
cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
display: none;
}

/* Custom Styles for AON Contact Form 7
--------------------------------------------- */

hr.dashed {
border-top: 1px dashed;
}


/*
* "We'll be in touch soon" form on Breach Assistance page
*/

#wpcf7-f3416-o1 {
background: #f5fafd;
padding: 20px 30px 0px 30px;
margin: 20px 0 0 0;
}

/*
* Correction for message field
*/

.wpcf7-form-control.wpcf7-text.wpcf7-url.wpcf7-validates-as-required.wpcf7-validates-as-url, .wpcf7-form {
margin-top: 30px;
}

#text-13 {
background: #f5fafd;
padding: 20px 30px 0px 30px;
}

#text-13.widget-title {
border-bottom: none;
}

.widgettitle.aon-contact {
font-size: 14px;
font-weight: 800;
font-family: 'Roboto';
text-transform: uppercase;
color: #E11B22;
}

h3.widgettitle.aon-contact {
margin-bottom: 0px;
}

.wpcf7-form-control {
padding: 6px 10px 6px 10px;
}

.wpcf7-form-control::placeholder {
color: #5d5e60;
font-size: 16px;
}

.aon-contact-wrap p {
margin-bottom: 0 !important;
}

.wpcf7-form-control.wpcf7-submit, .elqform_submit {
width: 75%;
margin: 20px 0 0 0;
background-color: #E11B22;

}

.message-form-field input {
height: 40px;
margin-bottom: 15px;
}

#elqform select{
height:45px;
padding: 5px;
}

input.contact-form-main-input {
    float: right;
    clear: both;
    width: 275px;
    margin: 25px 0px 25px 25px;
}

/*
* Let's Connect Form
--------------------------------------------- */

#wpcf7-f3256-p3224-o1, #elqform {
background: #f5fafd;
padding: 20px 30px 0px 30px;
}

form#elqform.main-contact-form {
    background: none;
}

#elqform.newsletter {
background: none;
padding: 0;
}

.newsletter_disclaimer .disclaimer_text {
padding: 20px 0px 20px 0px;
}

.form_header {
margin: 10px 0 10px 0;
font-weight: 800;
}

/*
* Contact page styles
*/

.locations_inner_wrapper {
padding: 30px 0 0 30px;
}

.location_title {
font-size: 45px;

}

img.phoneicon {
margin: -5px -5px 0px -5px;
padding: 0;
}

.location_data {
margin: 10px 0 0 0;
line-height: 22px;
font-size: 17px;
}

.location_data a {
color: #fff;
text-decoration: none;
}

.location_data a:hover {
text-decoration: underline;
}

.location_data.location_address {
padding: 0 50px 0 25px;
}

.locations_small_box_gray {
background: #ddd;
color: #888;
padding: 20px 20px 0 20px;
margin-bottom: 20px;
cursor: pointer;
min-height: 215px;
}

.locations_data_small {
font-size: 16px;
line-height: 24px;
}

.border_bottom_gray {
border-bottom: 1px solid #ddd;
}

/* Tables
--------------------------------------------- */

table {
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
margin-bottom: 40px;
width: 100%;
word-break: break-all;
}

tbody {
border-bottom: 1px solid #eee;
}

td,
th {
text-align: left;
}

td {
border-top: 1px solid #eee;
padding: 6px;
}

th {
font-weight: 400;
padding: 0 6px;
}

td:first-child,
th:first-child {
padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
background: #fff;
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
clip: auto !important;
color: #333;
display: block;
font-size: 1em;
font-weight: bold;
height: auto;
padding: 15px 23px 14px;
text-decoration: none;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}

.more-link {
position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
-webkit-animation: fadein 1s;
animation:         fadein 1s;
word-wrap: break-word;
}

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

@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
clear: both;
margin: 0 auto;
/* Adjusting padding for site-inner
padding: 60px 30px 0;
*/
padding: 35px 0 0;
}


.nivo-lightbox-content iframe {

height: 75% !important;
}

/* AON Custom Header and Site Header
--------------------------------------------- */

.aon_landing_page_class .site-header, .aon_landing_page_class .aon_custom_header_wrapper {
background-color: #fff;
}

.aon_landing_page_class.no_mainbk .site-header, .aon_landing_page_class.no_mainbk .aon_custom_header_wrapper {
background-color: #fff;
}

.client_advisories_bk {
background-color: #fff !important;
}

.site-header {
background-color: #fff;
/* Removing drop shadow.
box-shadow: 0 0 20px rgba(0,0,0,0.05);
*/
height: 85px;
padding: 0 30px 95px 0;
}





.aon_full_width_class.aon_landing_page_class.no_mainbk {
background: none;
}

.aon_custom_header_wrapper {
/*min-height: 220px;*/
width: 100%; margin: 70px auto 0px auto; clear: both;
padding-bottom: 20px ;
/*background-image: url('images/constellation-flat.png');*/
background-color: #f5fafe;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;

}



.aon_custom_header_wrapper.aon_header_class_short {
min-height: 220px;

}

.aon_custom_header_wrapper.aon_header_class_tall {
height: 400px;
}

.aon_inner_posttype_header_tall_wrapper.solutions, .aon_inner_posttype_header_tall_wrapper.case_studies, .aon_inner_posttype_header_tall_wrapper.thinking {
width: 100%;
text-align: center;
padding: 120px 0 10px 0;
color: #E11B22;
}

.aon_inner_posttype_header_tall_wrapper.events {
width: 100%;
text-align: center;
padding: 65px 0 10px 0;
color: #E11B22;
}

.aon_inner_posttype_header_tall_wrapper_inner {
max-width: 950px; margin: 0 auto;
}

.aon_inner_posttype_header {
font-size: 22px; font-weight: bold;  text-transform: uppercase;
}

.aon_inner_posttype_header_insight_widget {
font-size: 14px; font-weight: bold;  text-transform: uppercase;
color: #E11B22;
font-family: 'Roboto';
}

.aon_inner_posttype_header_insight_widget a:link, .aon_inner_posttype_header_insight_widget a:visited {
font-size: 14px; font-weight: bold;  text-transform: uppercase;
color: #E11B22;
font-family: 'Roboto';
}

.aon_tall_subhead {
font-size: 52px;
line-height: 60px;
font-family: 'prelo_slab_mediummedium';
}

.aon_custom_header_inner {
max-width: 1170px; margin: 0 auto;
}

.aon_main_logo {
padding: 5px 0 0 0;
width: 90px;
float: left;
margin-right: 150px !important;
}

.nav_search {
margin: 20px 0 0 0;
}

.breach_asst {
margin: 12px 50px 0 0;
}

.aon_search {
float: right;
padding: 30px 30px 0 0;
}

.aon_menu {
float: right;
padding: 25px 0 0 0;
}

.aonmenuicon {
-webkit-transition: 0.4s ease-out;
-moz-transition:  0.4s ease-out;
transition:  0.4s ease-out;
}

.aonmenuicon:hover {
-webkit-transform: rotateZ(-40deg);
-moz-transform: rotateZ(-40deg);
transform: rotateZ(-40deg);
}

#intent_widget_wrapper {
height: 440px; width: 920px; margin: 0 auto 90px;background: #fff;
font-family: prelo_slablight;
text-align: center;
color: #48494d;
font-size: 42px;
line-height: 52px;
padding: 20px 0 0 0;
/* light gray: 9b9d9f */
}

/*
* Full screen search styles
*/

#full-screen-search button.close {


cursor: pointer;
background: url('/getmedia/fd8fad18-760a-422d-b75d-ed0e26b4995d/close-x.aspx') no-repeat !important;


}

#full-screen-search form div input {

width: 100%;
height: 100px;

padding: 20px 20px 20px 50px !important;
font-size: 40px;
line-height: 60px;
border-bottom: 2px solid #e11b22 !important;
/*
background-image: url('images/search-main.png'), url(images/arrow-right.png) !important;
background-position: left, right !important;
*/
background-image: url('/getmedia/6506202f-868d-4df5-8c78-45dd04b62a99/search-main.aspx') !important;
background-position: left!important;


background-repeat: no-repeat, no-repeat !important;
background-color: transparent !important;
font-family: 'prelo_slab_mediummedium' !important;
color: #e11b22;
}

img.search_submit {

float: right;
margin-top: -70px;
cursor: pointer;

}

.ajax_search_results {
color: #000;
font-family: 'Roboto';
font-size: 24px;
padding: 15px;
position: relative;
z-index: 999999;
}

#full-screen-search {

visibility: hidden;
opacity: 0;
z-index: 9999 !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.95);
transition: opacity 0.5s linear;
display: none !important;
-webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein .5s; /* Firefox < 16 */
-ms-animation: fadein .5s; /* Internet Explorer */
-o-animation: fadein .5s; /* Opera < 12.1 */
animation: fadein .5s;

}

#full-screen-search.open {
position: fixed;
visibility: visible;
opacity: 1;
display: block !important;
}

.autocomplete-suggestions {
text-align: left; cursor: default;  border-top: 0; background: #fff;

/* core styles should not be changed */
position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 55px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 24px; color: #333; }
.autocomplete-suggestion b { font-weight: bold; color: #e11b22 !important; }
.autocomplete-suggestion.selected { background: #f0f0f0; }


/* Landing page styles.
-----------------------------------------------------------------------------------------------------*/

/*
* Superheader styles
*/
.homepage_superheader {
font-size: 64px;
max-width: 66%;
line-height: 70px;
}

.homepage_superheader strong, .solutions_landing_superhead strong {
font-family: 'prelo_slab_boldbold';
}

.homepage_superheader_wrap {

height: 300px;
margin-top: 0px !important;
padding: 0 0 0 40px;

}

.solutions_landing_superhead {
font-size: 45px;
line-height: 50px;
}

.solutions_landing_infograf {

font-size: 19px;
line-height: 26px;
margin: 10px 0 20px 20px;
margin-left: 20px;
width: 450px !important;

}

.button.aon_button.solutions_landing {

margin: 0 0 0 13px;

}

.site-header.scrollbk {
background: #fff;
box-shadow: 0 4px 2px -2px #ddd;
z-index: 99999;
}

.full_width_center {
margin: 0 auto;
max-width: 1170px;
}

.full_width_center.solutions_landing_full_width {
    margin: 0 auto;
    max-width: 1110px;
}

.full_width_center_nav {

          max-width: 1355px !important;
margin: -7px auto;
padding: 7px 0 0 0;

}

.full_width_center_masonry {
    margin: 0 auto;
    max-width: 1300px;
}

.full_width_center_nav.category_landing {
    max-width: 1270px !important;
}

.grid_margin {
    margin: 0 0 0 76px;
}

#industry_intent {
max-width: 920px;
margin: auto;
}




.aon_landing_page_class .site-inner {

max-width: 100%;

}



.testimonial_wrapper {
font-style: italic;
display: flex;
margin: 0px 0 40px 0;
min-height: 1230px;
background-size: 1139px;
background-repeat: no-repeat;
background-position: 185px 230px;
opacity: 1.05;
/*  padding-top: 980px; */
padding-bottom: 10px;
position: relative;
z-index: 8888;

}

.testimonial_blue_box {
height: 510px;
min-width: 100%;
background: #DBEFF4;
overflow: hidden;
position: absolute;
top: 270px;
z-index: 1111;
opacity: .27;
}

.testimonial_landing {
font-size: 14px;
line-height: 16px;
position: relative;
z-index: 9999;
/*padding: 360px 0 0 0;border-right: 1px solid #e11b22;*/
}

.testimonial_1, .testimonial_0 {
visibility: hidden;
}

.testimonial_padding {

padding: 728px 20px 0 20px;
/*border-right: 1px solid #e11b22;*/
height: 1200px;

}

img.testimonials_icon_landing {
width: 90px;
}

.testimonial_padding p {
margin-bottom: 6px;
margin-top: 15px;
}

.case_studies_output {
/*padding: 360px 0 0px 0;*/
font-style: normal;
}

.case_studies_output .landing_header_text {
font-size: 54px;
line-height: 55px;
margin-bottom: 0px;
}

.testimonial_padding.case_study_padding p {
color: #555;
font-size: 16px;
margin: 10px 0 20px 0;
line-height: 21px;
}

.case_study_fancyimage {

padding: 330px 0 35px 0px;
margin: -290px 0 0 0;
height: 385px;

}

.case_study_padding {
padding-left: 70px;
padding-top: 604px;
border-right: none;
}

.testimonial_fancyimage_0 {
padding: 400px 0 35px 0px;
margin: -340px 0 0 0;
height: 0;
}

.testimonial_fancyimage_1 {

padding: 320px 0 35px 0px;
margin: -260px 0 0 0;
height: 0;

}

.testimonial_landing span {
align-self: flex-end;
}

.landing_header_text.thinking.gray.case_studies.featured a, .aon_inner_posttype_header_insight_widget.case_studies.featured {
color: #fff;
position: relative;
z-index: 9999;
}

.landing_header_text.thinking.gray.case_studies.featured a {
font-size: 36px;
line-height: 41px;
}

.thinking_article_info.case_studies.roboto.white.italic.featured {
text-align: left;
padding: 0 0 15px 10px;
font-size: 15px;
position: absolute;
bottom: 0;
}

.case_studies_icon_not_featured.featured {
max-width: 2290px;
position: absolute;
bottom: 150px;
left: 920px;
}

.easy-accordion{display:block;position:relative;overflow:hidden;padding:0;margin:0}
.easy-accordion dt,.easy-accordion dd{margin:0;padding:0}
.easy-accordion dt,.easy-accordion dd{position:absolute}
.easy-accordion dt{margin-bottom:0;margin-left:0;z-index:5;/* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg);-moz-transform-origin: 20px 0px;  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);cursor:pointer;}
.easy-accordion dd{z-index:1;opacity:0;overflow:hidden}
.easy-accordion dd.active{opacity:1;}
.easy-accordion dd.no-more-active{z-index:2;opacity:1}
.easy-accordion dd.active{z-index:3}
.easy-accordion dd.plus{z-index:4}
.easy-accordion .slide-number{display: none; position:absolute;bottom:0;left:10px;font-weight:normal;font-size:1.1em;/* Safari */ -webkit-transform: rotate(90deg); /* Firefox */ -moz-transform: rotate(90deg);  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}


/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */

dd p{line-height:120%}

#accordion-2{width:100%;height:700px;padding:30px;background:#fff;margin-bottom: 20px;}
#accordion-2 h2{font-size:2.5em;margin-top:10px}
#accordion-2 dl{width:100%;height:600px}
#accordion-2 dt{
height: 56px;
line-height: 44px;
text-align: right;

}
#accordion-2 dt.active{cursor:pointer;color:#26526c;}
#accordion-2 dt.hover{color:#68889b;}
#accordion-2 dt.active.hover{color:#68889b}
#accordion-2 dd{padding:25px;border-left:0;margin-right:3px}
#accordion-2 .slide-number{color:#68889b;left:10px;font-weight:bold}
#accordion-2 .active .slide-number{color:#fff}
#accordion-2 a{color:#68889b}
#accordion-2 dd img{float:right;margin:0 0 0 30px;position:relative;top:-20px}



/* Aon styles for Solutions Landing Page and Section.
---------------------------------------------------------------------------------------------------- */

.hidethisplease {
display: none;
}

.aon_solutions_accordion_header {
background-color: #fff;
color: #e11b22;
text-align: left;
font-size: 170px;
font-family: 'prelo_slab_boldbold';
}

.solutions_super_select {
width: 170px;
height: 630px;
border-right: 1px solid #e11b22;
float: right;
cursor: pointer;
margin: 0 0px 0 20px;
padding: 0 50px 0 0;
}

.solutions_super_select.selectseek, .solutions_super_select.selectSeek {
background-image: url('images/seek_super.jpg');
background-size: cover;
}

.solutions_super_select.selectshield, .solutions_super_select.selectShield {
background-image: url('images/shield_super.jpg');
background-size: cover;
}

.solutions_super_select.selectsolve, .solutions_super_select.selectSolve {
background-image: url('images/solve_super.jpg');
background-size: cover;
}

.solutions_super_select.selectSeek.open, .solutions_super_select.selectShield.open, .solutions_super_select.selectSolve.open {
float: left;
border-right: none;
}

.solutions_super_select.selectSeek.open {
background-image: url('images/seek_super_open.jpg');
background-size: cover;
float: left;
border-right: none;
}
.solutions_super_select.selectShield.open {
background-image: url('images/shield_super_open.jpg');
background-size: cover;
float: left;
border-right: none;
}
.solutions_super_select.selectSolve.open {
background-image: url('images/solve_super_open.jpg');
background-size: cover;
float: left;
border-right: none;
}

.roboto_bold_uppercase {
font-weight: bold;
text-transform: uppercase;
font-family: 'Roboto';
}


.rotate90 {
/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.solutions_super_cell {
clear: both;
}

.solslider {
position: relative;
left: 0;
padding: 0 0 0 80px;
}

div.solslider a {
text-decoration: none;
}

.full_width_center.sol_buttons {
width: 300px;
}

.sol_buttons button {
margin-left: 40px;
background-color: #fff;
color: #ff0000;
border-bottom: 4px solid;
width: 3px;
padding: 15px 20px 6px 0px;
}



.sol_buttons button:focus,
.sol_buttons button:hover {
color: #0073e5;
}


.aon_solutions_accordion_header_landing {
background-color: #fff;
color: #e11b22;
text-align: left;
font-size: 120px;
font-family: 'prelo_slab_boldbold';
}

.aon_solutions_accordion_header.landing_super_cell {
margin-right: -120px;
background: none;
border-bottom: 1px solid #ddd;
padding-bottom: 0;
}

.solutions_landing_width .one-half {
width: 47.718%;
}

.white_paper_title {
font-family: prelo_slablight;
color: #e11b22;
font-size: 20px;
line-height: 25px;
margin-bottom: 25px;
}

.white_paper_title a {
    color: #4D4F53;
}

.white_paper_title a:hover {
    color: #e11b22;
}

.landing_header_text {
font-family: prelo_slablight;
color: #e11b22;
font-size: 30px;
line-height: 30px;
margin-bottom: 20px;
}

.landing_header_text strong {
font-family: 'prelo_slab_boldbold';
}

.landing_header_text.thinking.gray {
font-size: 20px;
}

.make_larger {
font-size: 60px;
line-height: 60px;
}

.no_margin {
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}

.one-half.aon_solutions_flavor_text {
margin-left: 0px !important;
font-family: 'prelo_slab_mediummedium';
color: #e11b22;
padding: 100px 30px 30px 0px;
font-size: 30px;
}

.active, .aon_solutions_accordion:hover {

}

#aon_solutions_panel0, #aon_solutions_panel1, #aon_solutions_panel2, .aon_solutions_panel  {
width: 100%;
padding: 50px 0;
background-color: #f5fafe;
margin-top: 20px;
transition: max-height 0.2s ease-out;
}

.aon_solutions_panel_hidden {
display: none;
}

.aon_solutions_panel_hidden.show {
display: block;
}

#aon_solutions_button0, #aon_solutions_button1, #aon_solutions_button2, .aon_solutions_button {
text-align: center;
margin: 0 auto;
height: 60px;
width: 60px;
cursor: pointer;
background: url('images/solutions-expand.png');
display: block;

}

#aon_solutions_button0.collapse, #aon_solutions_button1.collapse, #aon_solutions_button2.collapse, .aon_solutions_button.collapse {
text-align: center;
margin: 0 auto;
height: 60px;
width: 60px;
cursor: pointer;
background: url('images/solutions-collapse.png');
display: block;

}

.aon_solutions_panel_open {
padding: 25px 10px 20px 10px;
background: #f5fafe;
overflow: hidden;
margin-bottom: 50px;
}

.solutions_cells_row {
margin-bottom: 15px;
}

.aon_solutions_cell {
margin-left: 1.5% !important;
padding-bottom: 15px;
}

.solution_cell_title {
font-size: 24px;
font-family: 'prelo_slab_boldbold';
line-height: 30px;
}

.aon_solutions_cell a, .aon_solutions_cell a:visited {
    color: #4d4f53;
}

.aon_solutions_cell a:hover {
    color: #e11b22;
}

.solution_cell_title_landing {
font-size: 44px;
font-family: 'prelo_slablight';
line-height: 44px;
margin: 10px 0 15px 0;
}

.solution_cell_title_landing strong {
font-family: 'prelo_slab_boldbold';
}

img.solution_icon_landing {
margin: 5px 0 0 0;
max-width: 18% !important;
}

img.solution_icon_landing_large {
max-width: 300px;
/*width: 300px;
margin: 0 0 70px 40px;
*/
}


img.solution_icon_landing_small {
width: 180px;
margin: 30px 0 30px 40px;
}

.aon_solutions_cell a:link, .aon_solutions_cell a:visited {
text-decoration: none;
}

.solution_cell_excerpt {
font-size: 14px;
}

.solution_cell_excerpt_landing {

font-size: 17px;
margin: 10px 0 10px 0;

}

.solution_icon {
float: left;
margin: 0 10px 150px 0;
max-width: 20%;
}

/*
* Switch Field classes
*************************************/

.switch-field {
font-weight: bold;
font-family: 'Roboto';
padding: 0 60px 60px 60px;
overflow: hidden;
text-transform: uppercase;;
font-weight: bold;
}

.switch-title {
margin-bottom: 6px;
}

.switch-field input {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
}

.switch-field label {
float: left;

}

.rounded_select {

border-radius: 20px;
background: #e3f2f6;
overflow: hidden;
width: 480px;
margin: 0 auto;

}

.switch-field label {
display: inline-block;
width: 120px;
background-color: #e3f2f6;
color: #4aaac7;
text-transform: uppercase;;
font-weight: bold;
font-size: 14px;
font-weight: normal;
text-align: center;
text-shadow: none;
padding: 6px 14px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition:    all 0.1s ease-in-out;
-ms-transition:     all 0.1s ease-in-out;
-o-transition:      all 0.1s ease-in-out;
transition:         all 0.1s ease-in-out;
font-weight: bold;
}

.switch-field label:hover {
cursor: pointer;
}

.switch-field input:checked + label {
background-color: #e11b22;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 20px;
}

.switch-field label:first-of-type {
border-radius: 20px 0 0 20px;
}

.switch-field label:last-of-type {
border-radius: 0 20px 20px 0;
}



/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
border-radius: 50%;
float: left;
}

.author-box .avatar,
.alignleft .avatar {
margin-right: 20px;
}

.alignright .avatar {
margin-left: 20px;
}

.comment .avatar {
margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
margin-bottom: 40px;
}

.after-entry {
box-shadow: 0 0 20px rgba(0,0,0,0.05);
padding: 20px 30px;
}

.after-entry .widget:last-of-type {
margin-bottom: 0;
}

/*
* Custom breadcrumb styles for Aon*/

.breadcrumb {
/*
border-bottom: 1px solid #eee;
*/
font-size: 16px;
margin-bottom: 60px;
padding-bottom: 10px;
font-weight: bold;
color: #b6b6b6;
}

.full_width_center_breadcrumb {
    margin: 0 auto;
            max-width: 1059px;
}

.solutions_landing_class .full_width_center_breadcrumb {
    margin: 0 auto 50px auto;
   max-width: 1056px;
}

.contact_us_class .full_width_center_breadcrumb {
    margin: 0 auto;
    max-width: 1169px;
}

.breach_page_only .breadcrumb.full_width_center_breadcrumb {
    margin: 0 auto 20px auto;
    max-width: 1169px;
}

.breadcrumb a:link, .breadcrumb a:visited {
text-decoration: none;
font-weight: normal;
color: #b6b6b6;
}

.archive-description p:last-child,
.author-box p:last-child {
margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
overflow: hidden;
}

.entry-content .search-form {
margin-bottom: 40px;
width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
margin-top: 10px;
}

.widget_search input[type="submit"] {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
padding: 0;
position: absolute;
width: 1px;
}



/* Titles
* Custom styles added for AON
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
font-size: 20px;
font-size: 2rem;
font-weight: 600;
margin-bottom: 10px;

}

.content_only {
    margin-top: 60px;
}


/*
* Custom entry-title styles for AON.
*/

.entry-title {
font-family: 'prelo_slablight';
color: #E11B22;
font-size: 50px;
border-bottom: 1px solid #e8eae9;
padding-bottom: 50px;
margin-bottom: 50px;
margin-top: 50px;
}

.entry-title strong {
font-family: 'prelo_slab_boldbold';
}

.entry-title a,
.sidebar .widget-title a {
color: #333;
text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
color: #0073e5;
}

/*
* Customizing widget titles for AON
*/

.widget-title {
font-size: 14px;
font-weight: 800;
margin-bottom: 20px;
font-family: 'Roboto';
text-transform: uppercase;
color: #E11B22;
border-bottom: 1px solid #e9eaee;
padding-bottom: 20px;
}

/*
* Changing main widget link color to AON red.
*/

.widget a {
color: #000;
border-bottom: 1px solid #E11B22;
text-decoration: none;
}

.widget a:hover {
color: #E11B22;
border-bottom: 1px solid #E11B22;;
}

.aon_featured_widget_img img {
margin: 10px 0 10px 19px;
max-width: 190px;
border: 1px solid #ddd;
}

.aon_featured_widget_img a {
border-bottom: none;
}

li.featured_thinking_widget_title a {
border-bottom: none;
}

.featured-content-widget li {
list-style: none !important;
}

li.featured_thinking_widget_title {
list-style-type: none !important;

}

.aon_featured_widget_img a {
text-decoration: none;
margin: 0 0 0 0px;
}

a.download_pdf {
margin: 0 0 0 20px;
}

img.arrow_pdf {
margin: 2px 0 0 3px;
}

li.featured_thinking_widget_title a {

text-decoration: none; 
color: #888;
}

.featured-content-widget li a {
color: #888;
text-decoration: none;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
text-align: center;
}

a.aligncenter img {
display: block;
margin: 0 auto;
}

a.alignnone {
display: inline-block;
}

.alignleft {
float: left;
text-align: left;
}

.alignright {
float: right;
text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
max-width: 100%;
}

img.centered,
.aligncenter {
display: block;
margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
margin: 0;
text-align: center;
}

.entry-content p.wp-caption-text {
margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
margin-bottom: 0;
}

.widget ul > li {
margin-bottom: 10px;
}

.widget ul > li:last-of-type {
padding-bottom: 0;
}

.widget ol > li {
list-style-position: inside;
list-style-type: decimal;
padding-left: 20px;
text-indent: -20px;
}

.widget li li {
border: 0;
margin: 0 0 0 30px;
padding: 0;
}

.widget_calendar table {
width: 100%;
}

.widget_calendar td,
.widget_calendar th {
text-align: center;
}

.widget-wrap li {
list-style-type: square;
color: #E11B22;
padding-left: 10px;

}

/* Front Page Widget
--------------------------------------------- */

.front-page-1-widget {
background-color: purple;
color: white;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
border-bottom: 1px solid #eee;
margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
border-bottom: none;
margin-bottom: 0;
}

.featured-content .entry-image {
height: 75px;
width: 75px;
}

.featured-content .entry-title {
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 5px;
margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
text-align: center;
padding: 10px;
}

.sidebar .enews {
background-color: #f5f5f5;
padding: 30px;
}

.enews-widget input {
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 10px;
}

.after-entry .enews-widget input {
text-align: center;
}

.enews-widget input[type="submit"] {
margin: 0;
width: 100%;
}

.enews form + p {
margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
background: transparent;
border-bottom: 1px solid #eee;
color: #333;
padding-left: 0;
padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
background: transparent;
color: #0073e5;
}

.gs-faq__question::after {
content: "\f132";
font-family: "dashicons";
float: right;
}

.gs-faq__question.gs-faq--expanded::after {
content: "\f460";
}

/* Jetpack
--------------------------------------------- */

#wpstats {
display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
margin: 0;
}

.genesis-skip-link .skip-link-hidden {
display: none;
visibility: hidden;
}

.genesis-skip-link li {
height: 0;
list-style: none;
width: 0;
}

/* Display outline on focus */
:focus {
color: #333;
outline: #ccc solid 1px;
}


/* Title Area
--------------------------------------------- */

.title-area {
float: left;
padding-bottom: 25px;
padding-top: 25px;
}

.wp-custom-logo .title-area {
max-width: 350px;
padding-bottom: 5px;
padding-top: 5px;
}

.site-title {
font-size: 20px;
font-size: 2rem;
font-weight: 600;
line-height: 1;
margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
color: #333;
text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
clear: both;
line-height: 0;
width: 100%;
}

.genesis-nav-menu .menu-item {
display: block;
float: none;
position: relative;
}

.genesis-nav-menu a {
color: #333;
display: block;
font-size: 15px;
font-size: 1.5rem;
font-weight: 400;
outline-offset: -1px;
padding-bottom: 12px;
padding-top: 12px;
text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
color: #0073e5;
text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
width: 100%;
}

.genesis-nav-menu .sub-menu {
clear: both;
display: none;
left: -9999px;
margin: 0;
opacity: 1;
padding-left: 15px;
position: static;
z-index: 99;
}

.genesis-nav-menu .sub-menu a {

font-size: 14px;
font-size: 1.4rem;
position: relative;
word-wrap: break-word;
width: 150px;
line-height: 15px;
}

.genesis-nav-menu .sub-menu a:hover {

color: #e11b22 !important;

}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
position: relative;

}

.genesis-nav-menu .menu-item:hover > .sub-menu {
left: auto;
opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
left: auto;
opacity: 1;
}

.genesis-responsive-menu {
display: none;
padding-bottom: 15px;
position: relative;
}

.menu-toggle,
.sub-menu-toggle {
background-color: transparent;
border-width: 0;
color: #333;
display: block;
margin: 0 auto;
overflow: hidden;
text-align: center;
visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
background-color: transparent;
border-width: 0;
color: #0073e5;
}

.menu-toggle {
float: right;
line-height: 20px;
margin-bottom: 10px;
margin-top: 10px;
padding: 15px 0;
position: relative;
z-index: 1000;
}

.menu-toggle.activated::before {
content: "\f335";
}

.site-header .menu-toggle::before {
float: left;
margin-right: 5px;
position: relative;
text-rendering: auto;
top: 1px;
}

.sub-menu-toggle {
float: right;
padding: 9px 10px;
position: absolute;
right: 0;
top: 0;
z-index: 100;
}

.sub-menu .sub-menu-toggle {
padding: 12px 10px;
}

.sub-menu-toggle::before {
display: inline-block;
text-rendering: auto;
-webkit-transform: rotate( 0 );
-ms-transform:     rotate( 0 );
transform:         rotate( 0 );
transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
-webkit-transform: rotate( 180deg );
-ms-transform:     rotate( 180deg );
transform:         rotate( 180deg );
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
clear: left;
width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
line-height: 1.5;
}

.nav-secondary .menu-item {
display: inline-block;
}

.nav-secondary a {
margin-left: 10px;
margin-right: 10px;
padding: 0;
}

/* Footer Social Icons fix
--------------------------------------------- */


.aon_footer_social_icons a {
text-decoration: none;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
margin-bottom: 30px;
margin-left: 40px;
}

.entry-content ol > li {
list-style-type: decimal;
}

.entry-content ul > li {
list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
margin-bottom: 0;
}

.entry-content code {
background-color: #f5f5f5;
}

.entry-content .caption {
font-size: 14px;
font-weight: 600;
margin-top: -20px;
text-align: center;
}

.content .sticky {
background-color: #f5f5f5;
padding: 30px;
}

/*

Results breakout wrapper and li styles

*/

.results_breakout_title {
font-size: 35px;
}

.results_breakout_wrapper {
margin: 60px 0 60px 0;
background-color: #f5fafd;
padding: 20px 95px 50px 50px;
color: #E11B22;
font-style: normal;
font-size: 20px;
background-image: url(images/results-upper-left-1.png), url(images/results-lower-right.png), url(images/blockquote-lines-2.png), url(images/blockquote-lines-2.png);
background-position: top left, bottom right, top right, bottom left;
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

ul.results_breakout_ul {
margin-left: 30px;
}

li.results_breakout_li  {
list-style-type: none !important;
background-image: url(images/result_li_bullet_arrow.png);
background-position: left;
background-repeat: no-repeat;
padding: 15px 0 15px 30px !important;
color:#575759;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 0;
}

.entry-header .entry-meta {
margin-bottom: 20px;
}

.entry-footer .entry-meta {
border-top: 1px solid #eee;
padding-top: 20px;
}

.entry-categories,
.entry-tags {
display: block;
}

.entry-comments-link::before {
content: "\2014";
margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
clear: both;
margin: 60px 0;
}

.adjacent-entry-pagination {
margin-bottom: 0;
}

.archive-pagination li {
display: inline;
}

.archive-pagination li a {
background-color: #f5f5f5;
color: #333;
cursor: pointer;
display: inline-block;
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
margin-bottom: 4px;
padding: 8px 12px;
text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
background-color: #333;
color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 40px;
}

.comment-list li {
padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
padding-left: 0;
}

.comment-list .bypostauthor {
}

.comment-header {
margin-bottom: 30px;
}

.comment-content {
clear: both;
}

.comment-content ul > li {
list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
width: 50%;
}

.comment-respond label {
display: block;
margin-right: 12px;
}

.comment-header p {
margin-bottom: 0;
}

.entry-pings .reply {
display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
padding-top: 100px;
}

.sidebar .widget {
margin-bottom: 40px;
}

.sidebar p {
margin-bottom: 20px;
}


/* Footer Widgets
* Custom styles added for AON
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
border-top: 1px solid #eee;
background-color: #fff;
clear: both;
font-size: 18px;
font-size: 1.8rem;
padding: 60px 0;
}

.footer-widgets .wrap {
margin-left: auto;
margin-right: auto;
}

.footer-widget-area {
margin-bottom: 40px;
padding-left: 30px;
padding-right: 30px;
}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
background-color: #fff;
border-top: 1px solid #eee;
font-size: 15px;
line-height: 1.5;
/* Removing padding to tighten up footer
padding: 30px;
*/
text-align: center;
margin-top: 50px;
}

.site-footer p {
margin-bottom: 0;
}

/*
* Custom styles added for AON footer — desktop
*/

.aon_footer_logo {
padding: 35px 0 0 0;
max-width: 90px;
float: left;

}

.aon_upper_footer_wrapper {
max-width: 1170px; margin: 0 auto; height: auto;padding: 40px 0 0 0;
}



.aon_lower_footer {
    height: 225px;
    background: #f7f7f7;
    width: 100%;
    margin: 0 0 -110px 0;
    padding: 0 0 100px 0
}

.aon_lower_footer_inner {
max-width: 1170px; margin: 0 auto;
}

.newsletter_disclaimer {
font-size: 12px;
margin-top: 9px;
}

.aon_footer_newsletter_signup {

padding: 0 30px 0 0;

}

ul#menu-footer-menu {
margin: 0 0 0 40px;
}

ul#menu-footer-menu li {
float: left;

}

ul#menu-footer-menu li a {
text-decoration: none;
margin-right: 40px;

}

ul#menu-lower-footer-menu {
margin: 10px 0 0 50px;
}

ul#menu-lower-footer-menu li.menu-item {
float: left;
margin: 0 15px 0 5px;
border-right: 1px solid #ccc;
padding: 0 20px 0 0;
}

ul#menu-lower-footer-menu li.menu-item a {
float: left;

font-size: 15px;
}

.aon_footer_footer_menu {
border-right: 1px solid #888;
border-left: 1px solid #888;
padding: 40px 0 40px 0;
margin: 40px 0 0 0;
}

ul#menu-footer-menu li.client_login {
background: url(images/lock.png) left no-repeat;
padding: 0 0 0 36px;
}


.aon_footer_client_login {
float: right !important;
padding: 28px 23px 36px 0;

}

.aon_footer_social_icons {
margin: 0px 0 0 0;
padding: 40px 0 0px 0px;

}

.aon_global_disclaimer {
    padding: 10px 30px;
color: #9b9b9b;
font-size: 12px;
text-align: center;
}

.aon_newsletter_label {
font-weight: 800;
font-size: 15px;
padding: 0 0 0 0px;
line-height: 0px;
}

.aon_newsletter_input {
border-bottom: 1px solid #c2c2c2;
border-top: none;
border-left: none;
border-right: none;
max-width: 360px;
clear: both;
background: url(images/newsletter-submit.png) right no-repeat;
}

input.aon_newsletter_input {
padding: 20px 0px 10px 0;
}

.aon_newsletter_input:hover {

background: url(images/newsletter-submit-hover.png) right no-repeat;
}

.aon_newsletter_input::placeholder {
color: #c2c2c2;
}

.aon_footer_lower_links {
padding: 40px 0 0 0;
font-size: 15px;
text-align: right;
color: #9b9b9b;

}

.aon_footer_lower_links a:link, .aon_footer_lower_links a:visited {
color: #9b9b9b;
text-decoration: underline;
}

.aon_footer_client_login img {
float: right;
}

.aon_footer_client_login span {
display: block;
float: right;
padding-top: 15px;
color: #b6b6b6;
}

.aon_footer_lower_links_mobile li {
float: left;
margin: 0 20px 0 0;
color: #9b9b9b;
font-size: 13px;
}

.aon_footer_lower_links_mobile_upper li {
float: left;
margin: 0 20px 0 0;
color: #9b9b9b;
font-size: 18px;
}

.aon_footer_lower_links_mobile li a {
color: #9b9b9b;
}

.aon_footer_lower_links_mobile_upper li a {
color: #000;
text-decoration: none;
}


.aon_footer_lower_links_mobile ul#menu-lower-footer-menu-1 {
width: 450px;
margin: 0 auto;
padding: 20px 0 20px 0;
}

.mobile_lower_footer_wrapper {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px 0;
}

.mobile_lower_menu_social_wrapper {
overflow: hidden;
width: 100%;
margin: 0 auto;
padding: 20px 0 40px 0;
text-align: center;
}

.mobile_lower_menu_social_wrapper a {
text-decoration: none;
}

/*
* Microsoft IE Specific styles
*************************************/

/*
* Edge
*/

@supports (-ms-ime-align: auto) {

			.one-half.first.solutionslanding{
			width: 44% !important;
			}


			.one-half.second.solutionslanding{
			width: 49% !important;
			}

			body {
			overflow-x: hidden;
			}




}

/*
* IE 11
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

			.one-half.first.solutionslanding{
			width: 44% !important;
			}


			.one-half.second.solutionslanding{
			width: 49% !important;
			}

			body {
			overflow-x: hidden;
			}

			/*
			* only on landing page
			*/

			.home_page_only.content {
			float: none;
			width: 65%;
			}

}




/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {

			/* Site Header
			--------------------------------------------- */

			.site-header {
			position: fixed;
			width: 100%;
			z-index: 9999;
			}

			/* Genesis Menu
			--------------------------------------------- */

			.genesis-nav-menu .menu-item {
			display: block;
			/*display: inline-block;*/
			}

			.genesis-nav-menu .menu-item:focus,
			.genesis-nav-menu .menu-item:hover {
			position: relative;
			}

			.genesis-nav-menu > .menu-bold > a {
			font-weight: 700;
			}

			.genesis-nav-menu > .menu-highlight > a {
			background-color: #333;
			border-radius: 3px;
			color: #fff;
			font-weight: 600;
			margin-left: 15px;
			padding-left: 20px;
			padding-right: 20px;
			}

			.genesis-nav-menu > .menu-highlight > a:hover,
			.genesis-nav-menu > .menu-highlight > a:focus {
			background-color: #0073e5;
			}

			.genesis-responsive-menu .genesis-nav-menu .sub-menu,
			.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
			width: 180px;
			}

			.genesis-nav-menu .sub-menu {
			border-top: 1px solid #eee;
			opacity: 0;
			padding-left: 0;
			position: absolute;
			transition: opacity .4s ease-in-out;
			}

			.genesis-nav-menu .sub-menu a {
			border: 1px solid #eee;
			border-top: 0;
			padding-bottom: 15px;
			padding-top: 15px;
			}

			.genesis-nav-menu .sub-menu .sub-menu {
			margin: -46px 0 0 179px;
			}

			/* Responsive Menu
			--------------------------------------------- */

			.genesis-responsive-menu {
			display: block;
			padding-top: 15px;
			}

			.menu-toggle,
			.sub-menu-toggle {
			display: none;
			visibility: hidden;
			}

			/* Header Menu
			--------------------------------------------- */

			.nav-primary {
			clear: none;
			float: right;
			width: auto;
			}

			.nav-primary .genesis-nav-menu a {
			padding-left: 15px;
			padding-right: 15px;
			}

			/*
			--------------------------------------------- */

			.site-inner {
			/*
			* Setting margin-top to zero until we can find where that 130px is declared inline.
			*/
			margin-top: 0px !important;
			/*max-width: 1140px;
			* Adjusting width of main column
			*/
			max-width: 1170px;
			}

			/* Content
			--------------------------------------------- */

			.content {
			float: left;
			/* width: 65%;
			* Adjusting width of left column
			*/
			width: 65%;
			}

			.aon_full_width_class .content {
			width: 100%;
			}

			.sidebar-content .content {
			float: right;
			}

			.full-width-content .content,
			.landing-page .content {
			float: none;
			margin-left: auto;
			margin-right: auto;
			}

			/* Sidebar
			--------------------------------------------- */

			.sidebar {
			float: right;
			/* width: 30%;
			* Adusting width of sidebar
			*/
			width: 31%
			}

			.sidebar-content .sidebar {
			float: left;
			}

			/* Author Box
			--------------------------------------------- */

			.author-box {
			background-color: #f5f5f5;
			padding: 30px;
			}

			/* After Entry
			--------------------------------------------- */

			.after-entry {
			padding: 40px 60px;
			}

			.after-entry .enews {
			padding-left: 30px;
			padding-right: 30px;
			}

			/* Column Classes
			--------------------------------------------- */

			.five-sixths,
			.four-sixths,
			.one-fourth,
			.one-half,
			.one-sixth,
			.one-third,
			.three-fourths,
			.three-sixths,
			.two-fourths,
			.two-sixths,
			.two-thirds {
			float: left;
			margin-left: 2.564102564102564%;
			}

			.one-half,
			.three-sixths,
			.two-fourths {
			width: 48.717948717948715%;
			}

			.one-third,
			.two-sixths {
			width: 31.623931623931625%;
			}

			.four-sixths,
			.two-thirds {
			width: 65.81196581196582%;
			}

			.one-fourth {
			width: 23.076923076923077%;
			}

			.three-fourths {
			width: 74.35897435897436%;
			}

			.one-sixth {
			width: 14.52991452991453%;
			}

			.five-sixths {
			width: 82.90598290598291%;
			}

			.first {
			clear: both;
			margin-left: 0;
			}

			/* Entry Misc.
			--------------------------------------------- */

			.after-entry,
			.archive-description,
			.author-box,
			.comment-respond,
			.entry,
			.entry-comments,
			.entry-pings {
			margin-bottom: 60px;
			}

			/* Footer Widgets
			--------------------------------------------- */

			.footer-widgets .wrap {
			max-width: 1140px;
			}

			.footer-widget-area {
			float: left;
			margin-bottom: 0;
			width: 33.33%; /* fallback for older browsers */
			width: calc(100% / 3);
			}

}


/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

			*,
			*::before,
			*::after {
			background: transparent !important;
			box-shadow: none !important;
			color: #333 !important;
			text-shadow: none !important;
			}

			a,
			a:visited {
			text-decoration: underline;
			}

			a[href]::after {
			content: " (" attr(href) ")";
			}

			abbr[title]::after {
			content: " (" attr(title) ")";
			}

			a[href^="javascript:"]::after,
			a[href^="#"]::after,
			.site-title > a::after {
			content: "";
			}

			thead {
			display: table-header-group;
			}

			img,
			tr {
			page-break-inside: avoid;
			}

			img {
			max-width: 100% !important;
			}

			@page {
			margin: 2cm 0.5cm;
			}

			p,
			h2,
			h3 {
			orphans: 3;
			widows: 3;
			}

			blockquote,
			pre {
			border: 1px solid #999;
			page-break-inside: avoid;
			}

			.content,
			.content-sidebar {
			width: 100%;
			}

			button,
			input,
			select,
			textarea,
			.breadcrumb,
			.comment-edit-link,
			.comment-form,
			.comment-list .reply a,
			.comment-reply-title,
			.edit-link,
			.entry-comments-link,
			.entry-footer,
			.genesis-box,
			.header-widget-area,
			.hidden-print,
			.home-top,
			.nav-primary,
			.nav-secondary,
			.post-edit-link,
			.sidebar {
			display: none !important;
			}

			.title-area {
			text-align: center;
			width: 100%;
			}

			.site-title > a {
			margin: 0;
			text-decoration: none;
			text-indent: 0;
			}

			.site-inner {
			padding-top: 0;
			position: relative;
			top: -100px;
			}

			.author-box {
			margin-bottom: 0;
			}

			h1,
			h2,
			h3,
			h4,
			h5,
			h6 {
			orphans: 3;
			page-break-after: avoid;
			page-break-inside: avoid;
			widows: 3;
			}


			img {
			page-break-after: avoid;
			page-break-inside: avoid;
			}

			blockquote,
			pre,
			table {
			page-break-inside: avoid;
			}

			dl,
			ol,
			ul {
			page-break-before: avoid;
			}

}

/* Morph Menu styles (can very likely delete)
************************************************************************************************************************************************/

.morph-main-menu-button {
display: none;
}

.morph-heading-wrapper, .morph-heading-overlay, .morph-heading-image {
height: 0 !important;
display: none !important;
}

.morph-main ul#menu-main-menu li {
border-bottom: 1px solid #ddd;
max-width: 85%;
margin-left: 15px;
}


.morph-widgets-wrapper .widget_search input {
border: 1px solid #dddddd !important;
background-image: url(images/mag.png) !important;
background-position: 200px 10px !important;
background-repeat: no-repeat !important;
}

.morph-menu-wrapper {
top: 0px !important;
}

.morph-menu-wrapper, .morph-main-background, .morph-main-wrapper {
width: 350px;
max-width: 100%;
/*margin-top: 11px;*/
box-shadow: none;
background-image: url(morphwrapbk1.png);
background-size: cover;
/* min-width: 350px; */
background-color: transparent;
}

.aon_morph_close {
width: 200px;
margin: 54px 0 0 15px;
cursor: pointer !important;
position: relative;
z-index: 9999999;
}

.morph-main-background.morph-main-background-right.morph-main-background-active {
background: transparent;
box-shadow: none;
}

/*
* Case studies and Thinking landing page styles
************************************************************************************************************************************************/


.aon_bottom_wrapper {
width: 100%; overflow: hidden; background: #f9f9f9;margin-bottom: -50px;padding-bottom: 50px;
}

.grid_wrapper_not_featured {
overflow: hidden;
margin: -30px 0 0 0;
padding: 25px 0 100px 10px;
}

.grid_wrapper_featured {
background: #e11b22;
overflow: hidden;
padding: 1000px;
margin: -1000px;
}

.full_width_center.case_studies_main_content {
margin-top: 40px;
}

.white_paper_superwrap {
margin: 0 0 0 90px;
}


.thinking_case_studies_landing a {
text-decoration: none;
font-family: 'prelo_slab_boldbold';
}

img.case_studies_featured_image_landing {
max-height: 300px;
border: 1px solid #ddd;
}


.thinking_case_studies_landing .subtitle {
font-family: 'prelo_slablight';
}

.white_paper_article_info {
margin: 12px 0 12px 0;
line-height: 24px;
display: none;
}

.whitepaper_date {
font-size: 14px;
margin: 15px 0 10px 0;
}

.thinkingcell.not-featured, .first.thinkingcell.not-featured {
min-height: 190px; margin-bottom: 20px; padding: 30px; position: relative;
background: #fff;

}

.thinkingcell.featured {
min-height: 400px; margin-bottom: 20px; padding: 30px; position: relative;
background-color: #e11b22;
background-image: url('<?php echo $atom_icon ?>');
background-size: 480px;
background-repeat: no-repeat;
background-position: 470px 60px;
}

.thinking_article_info.case_studies.roboto.aon_red.italic {

text-align: left;
font-size: 14px;
position: absolute;
bottom:0;
left: 35px;
margin: 0 0 20px 0;

}

.aon_inner_posttype_header_insight_widget.case_studies {
text-align: left;
padding: 10px 0 10px 10px;
}

.landing_header_text.thinking.gray.case_studies {
font-size: 24px;
text-align: left;
padding-left: 10px;
font-family: prelo_slab_boldbold;
position: relative;
z-index: 9999;
max-width: 60%;
}

img.case_studies_icon_not_featured {
display: inline-block;
margin: 0 20px 20px 20px;
max-width: 100px;
clear: both;
float: left;
padding-left: 20px;
}

.esg-navigationbutton.esg-loadmore {
background-color: #e11b22 !important;
border: 0 !important;
color: #fff !important;
cursor: pointer !important;
font-size: 16px !important;
font-size: 1.6rem !important;
font-weight: 600 !important;
padding: 10px 20px !important;
text-decoration: none !important;
white-space: normal !important;
width: auto !important;
font-family: 'Roboto' !important;
border-radius: 0 !important;
margin: 20px 0 20px 0 !important;
}

.sp-buttons {
position: relative;
width: 100%;
text-align: center;
margin-top: -55px;
}

.sp-previous-arrow::before {
display: none;
}

.sp-next-arrow::after {
display: none;
}

.sp-arrow::before, .sp-arrow::after {
left: 30%;
top: 0;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}


.sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before {
content: '';
position: absolute;
width: 60px !important;
height: 60px !important;
background-color: none;
background-image: url('images/arrow-left.png');
}

.sp-arrow::before, .sp-arrow::after {

background-color: transparent !important;

}

.sp-arrow::before {
left: -240% !important;
top: -40px !important;
}

.sp-arrow::after {
left: -260% !important;
}


.sp-button {

width: 10px;
height: 10px;
border: 2px solid #DBEFF4 !important;
background-color: #DBEFF4;
border-radius: 50%;
margin: 4px;
display: inline-block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;

}

.sp-selected-button {

background-color: #80C8D9 !important;
border: 2px solid #80C8D9 !important;

}

.sp-layer.sp-animated.featured_slider a {

text-decoration: none;
color: #e22b22;
font-size: 54px;

}

h4.sp-layer.sp-animated.featured_slider {

color: #e11b22;

}

/*

Events hosts and moderators

*/

img.round_host_avatar {
border-radius: 100px;
border: 5px solid #ddd;
width: 80px;
float: left;
clear: both;
margin: 0 10px 0 0;
}

.events_mods_wrapper {
margin: 0px 0 30px 0;
font-size: 16px;
line-height: 26px;
padding: 5px 0 0 0;
}

.event_hosts_wrapper {
padding: 0 30px 30px 0px ;
}

#case_studies_filter_button, #advisories_button, #filter_button, #events_filter_button {
background-color: transparent;
border: 0;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
background: url(images/select_alert_filterbutton.png) no-repeat;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto auto;
background-position: 100% 16px;
background-size: 20px 10px;
color: #e11b22;
cursor: pointer;
font-size: 16px;
font-size: 1.6rem;
font-weight: 100;
padding: 10px 40px 15px 6px;
text-decoration: none;
white-space: normal;
width: auto;
font-family: 'Roboto';
border-bottom: 1px solid #e11b22;
margin: 0px 0px 50px 50px;
}

#filter_button.active {
background: url(images/select_alert_filterbutton_active.png) no-repeat;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto auto;
background-position: 100% 16px;
background-size: 20px 10px;

}

#sort_button {
background-color: transparent;
background-image: none;
border: 0;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto auto;
background-position: 100% 16px;
background-size: 20px 10px;
color: #e11b22;
cursor: pointer;
font-size: 16px;
font-size: 1.6rem;
font-weight: 100;
    padding: 10px 10px 15px 6px;
text-decoration: none;
white-space: normal;
width: auto;
font-family: 'Roboto';
border-bottom: 1px solid #e11b22;
margin: 0px 0px 50px 50px;
}
/*
#sort_button::after {
	content: ' (Desc)';
}

#sort_button.active::after {
	content: ' (Asc)';
}
*/
div#industry_region_select {
margin-bottom: 30px;
padding: 0 0 0 9px;
}

div#masonry_events {
margin-top: 20px;
}


.masonry_tags {
float: left;
padding: 10px 20px 10px 20px;
margin: 20px 20px 0 0;
border: 1px solid #888;
border-radius: 60px;
cursor: pointer;
}

#masonry_grid_main, #masonry_case_studies {
margin-top: 15px !important;
}


.openclose {

top: -270px;

}

.case_studies_wrapper.openclose {

top: -150px;

}

.thinking_wrapper.openclose {

top: -140px;

}


.esg-filter-wrapper span {

font-size: 25px;
font-family: 'prelo_slab_boldbold';
text-align: left;
color: #4D4F53;

}

.eg-icon-down-open::before {

content: '\e83b';
font-size: 15px;
margin-top: -7px;
font-weight: normal;
color: #4D4F53;

}

.esg-dropdown-wrapper {
background: #F3F3F3;
border-radius: 0;
}

.esg-filter-wrapper.dropdownstyle .esg-filterbutton {

display: block;
background-color: transparent;
border: none;
box-shadow: none;
font-size: 16px;
}

.esg-filterbutton.selected.esg-allfilter {

background: transparent;
box-shadow: none;

}

.esg-filter-checked {

display: none;

}

.esg-filter-wrapper.dropdownstyle .esg-filterbutton span {

font-size: 16px;
font-family: 'prelo_slablight';

}


.esg-selected-filterbutton {

border-bottom: 1px solid #888 !important;
padding-bottom: 14px !important;
margin: 0px 0px 0px 40px;

}

.esg-filters {
margin-bottom: 90px;
text-align: left !important;
}

.aon_grid_filter_custom_sort span, .aon_grid_filter_custom_filter span {
font-size: 25px;
font-family: 'prelo_slab_boldbold';
font-weight: 100;
}


/*
*
* Active and hidden classes for Thinking page divs go here
*
*/

.white_papers_heading {
font-size: 47px;
padding: 0 0 0 65px;
}

hr.whitepapers_hr {
margin: 0 0 30px 49px;
}


#grid_wrapper {
background-color: #f9f9f9; overflow: hidden; padding-top: 30px; background-image: url(images/filterbk.jpg); background-position: top left;
background-repeat: repeat-x;
position: relative;
}



.applyBtn.btn.btn-sm.btn-primary {
display: none;
}

.masonry_loading {
width: 60px;
text-align: center;
margin: 0 auto;
}



#button_wrap {
margin-top: 50px;
margin-bottom: -20px;
}

/*
* Staff pages styles
*/

.two-thirds.staffinfocolumn {
padding-top: 30px;
}

h2.staffunderpic {
margin-top: 30px;
}

.staffinfo {
font-size: 17px;
line-height: 23px;
margin-top: 8px;
}

.staffinfo a {
text-decoration: none;
}

.staffinfo a:hover {
text-decoration: underline;
}


.staffintocontent p:first-child {
font-size: 24px;
font-family: 'prelo_slab_mediummedium';
}

.staffintocontent {
line-height: 29px;
}

/*
* Events Landing and Detail page styles 
*******************************************/

#filters_collapse {
margin-bottom: 90px;
}


.events_redinfo_wrapper {
bottom: 20px;
position: absolute;
}

.events_right {

margin: 10px 0 0 0;
padding: 0px 0 10px 0;;
}

.event_date {
text-align: right;
padding: 30px 35px 40px 0;
border-right: 1px solid #e11b22;
}

.eventswrapper {
/*border-right: 1px solid #e11b22;*/
}

.events_wrapper {
background: #fff; overflow: hidden; float: left; margin: 10px; height: 200px; margin-bottom: 20px;
}



.event_info {
padding: 25px 0px 0 30px;
}

.event_headline {
font-size: 24px;
line-height: 27px;
padding-top: 30px;
padding-right: 20px;

padding-left: 20px;
/* removed this to put event header under modal winwow
position: relative;
z-index: 1111;
*/

}

.event_headline a {
    color: #4d4f53;
    text-decoration: none;
}

.event_headline a:hover {
	color: #e11b22;
}

.event_headline strong {
font-family: 'prelo_slab_boldbold';
}

.event_location, .event_descriptor {
font-size: 13px;
padding: 0 0 0 20px;
}

.eventday {
font-size: 64px;
line-height: 64px;
}

.bottom_aligned {

position: absolute;
bottom: 15px;

}

.event_headline.in_slider {
font-size: 33px;
line-height: 39px;
max-width: 50%;
top: 30px;
left: 30px;
position: absolute;
}

.event_headline.detail_page {
font-size: 35px;
line-height: 40px;
}

.event_headline.in_slider a {
text-decoration: none;
color: #e11b22 !important;
}

.event_headline.in_slider .event_details_content{
	font-size: 21px;
}

.event_information.detail_page {
font-size: 24px;
margin-top: 30px;
line-height: 55px;
}

.event_detail_info.datetime {

line-height: 0;

}

.show-below-600 {
display: none;
}

.show-below-1280 {
display: none !important;
}

.show-below-960 {
display: none;
}

/*
* Responsive Menu Search
*/

#responsive-menu-search-box {
display: none;
}

.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
background-color: #000 !important;
}

button#responsive-menu-button:hover .responsive-menu-inner, button#responsive-menu-button:hover .responsive-menu-inner::before, button#responsive-menu-button:hover .responsive-menu-inner::after, button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner, button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::before, button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::after, button#responsive-menu-button:focus .responsive-menu-inner, button#responsive-menu-button:focus .responsive-menu-inner::before, button#responsive-menu-button:focus .responsive-menu-inner::after, button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner, button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::before, button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::after {
background-color: #000 !important;
}

button#responsive-menu-button {
background: #fff !important;
margin: 25px 0 0 0 !important;
}

.load_more_button_masonry {
    width: 275px;
}

.insight_metric {
font-weight: 800;
}


#insight_inner_wrapper {

}

/*
.insightwidget.not_featured::before {
background-image: url('images/insight_normal_icon.png');
}
*/

.insightwidget p {
color: #555;
margin-top: 10px;
}

.insightwidget.featured p {
font-size: 17px;
line-height: 20px;
background: transparent;
}

.insightwidget.not_featured p {
font-size: 14px;
line-height: 20px;
background: transparent;
border-radius: 6px;
}


.insight_3.featured {
width: 380px;
position: relative;
top: 30px;
left: 790px;
}

.insight_2 {
width: 380px;
position: relative;
top: -22px;
left: 3%;
}

.insight_1 {
width: 380px;
position: relative;
top: 85px;
left: 220px;
}

.insight_0 {
width: 380px;
position: relative;
top: -95px;
left: 760px;
}

.insight_0_featured {
width: 380px;
position: relative;
top: -61px;
left: 800px;
}

.featured .insight_icon_landing img {
width: 120px;
float: left;
margin: 0 0 80px 0;
}

.featured .insight_metric {
font-weight: 800;
font-size: 74px;
}

.anchor, .anchor40, .anchor60, .anchor80-line, .anchor100-line, .anchor-text {
position: absolute;
background-color: #e11b22;
box-sizing: border-box;
padding: 5px 0;
font-size: 24px;
line-height: 1;
text-align: center;
}

.anchor40 {
width: 40px;
height: 40px;
}

.anchor60 {
width: 60px;
height: 60px;
}

.anchor80-line {
width: 80px;
}

.anchor100-line {
width: 100px;
}

.anchor-text {
font-size: 18px;
}

.stage {
position: relative;
margin-bottom: 1em;
}

.text-fill {
height: 100%;
overflow: hidden;
line-height: 1.1;
word-break: break-all;
}

.stage, .col, .leader-line {
font-family: Arial, sans-serif;
}
#ex-020-frame {
position: absolute;
left: 620px;
top: 80px;
width: 160px;
height: 310px;
border: 1px solid #ccc;
overflow-y: scroll;
}
#ex-020-frame > div {
width: 100%;
height: 555px;
background-color: #f0f0f0;
}
#ex-020-frame p {
margin: 0;
}

/*
* Breach Page styles
*/

.locations_cells_wrapper {

background: #ff0000;
margin-bottom: 5px;
}

/*

Hide or show phone number based on device

*/

.desktoptel {

display: block;

}

.mobiletel {
display: none;  
}



.breach_caution {

background: #e11b22;
color: #fff;
height: auto;
margin: 0 0 30px 0;

}

.breach_question {

background: #fff;
color: #e11b22;
height: auto;
margin: 0 0 30px 28px;
border: 2px solid #e11b22;

}

.breach_or {

width: 495px;
margin: 0 auto 20px auto;
overflow: hidden;


}

.breach_oror {
font-size: 34px;
padding: 0 0 0 0;
float: left;
}

.or_dashes {

float: left;
margin: 15px;
font-size: 12px;

}

.breach_topheader {

}

.breach_secondheader {

font-size: 33px;
line-height: 35px;

}

.breach_cell {
padding: 50px 40px 20px 40px;
}

.breach_image {
float: left;
margin: 0 20px 20px 0;

}

.breach_number {

font-size: 54px;
line-height: 25px;

}

.breach_thirdheader {

line-height: 23px;
margin: 13px 0 0 0;

}

.breach_number {

font-size: 54px;
line-height: 25px;
margin-bottom: 13px;

}

.breach_region {
margin-bottom: 40px;
}

hr.aon_red {
color: #e11b22;
background-color: #e11b22;
height: 2px;
}

.message-form-send {

max-width: 350px;
margin: 0 auto;

}

.hide-above-960 {
display: none;
}






/*
* Social Media Buttons
*****************************************/

.home_page_only div#st-2 {
    display: none;
}

#st-2 .st-btn[data-network="facebook"], #st-2 .st-btn[data-network="twitter"], #st-2 .st-btn[data-network="email"], #st-2 .st-btn[data-network="print"] {
background-color: #9c9c9c !important;
margin-bottom: 2px;
}

#menu_mobile, nav.nav-mobile-menu-aon-genesis {
display: none;
}

nav.nav-mobile-menu-aon-genesis {
display: none;
}


/* 2000px and down */

@media only screen and (max-width: 2000px) {

			.full_width_center_nav {
			    max-width: 1257px !important;
			margin: -7px auto;
			padding: 7px 0 0 0;
			}



			.homepage_superheader_wrap {

			padding: 0 0 0 0;

			}


			.insight_3.featured {
			width: 380px;
			position: relative;
			top: 30px;
			left: 790px;
			margin: 0 0 0 15px;
			}

.insight_2 {
width: 380px;
position: relative;
top: -20px;
left: -3%;
margin: 0 0 0 15px;
}

			.insight_1 {
			width: 380px;
			position: relative;
			top: 90px;
			left: 140px;
			margin: 0 0 0 15px;
			}

.insight_0 {
width: 380px;
position: relative;
top: -105px;
left: 680px;
margin: 0 0 0 15px;
}

			.insight_0_featured {
			width: 380px;
			position: relative;
			top: -50px;
			left: 730px;
			margin: 0 0 0 15px;
			}	





}


/* 2000px and down */

@media only screen and (max-width: 1450px) {


			.insight_3.featured {
			width: 380px;
			position: relative;
			top: 30px;
			left: 790px;
			}

			.insight_2 {

			left: -6%;
			}

.insight_1 {
top: 95px;
left: 110px;
}

			.insight_0 {

			left: 650px;
			}

			.insight_0_featured {
			left: 700px;
			}	



}


/* 1280px and down */

@media only screen and (max-width: 1280px) {

			.full_width_center_masonry {
			    margin: 0 auto;
			    max-width: 95%;
			}

			.grid_margin {
			    margin: 0 0 0 0;
			}

			.event_hosts_wrapper {
			padding: 0 30px 30px 0px;
			}


			#aon_custom_megamenu nav > ul > li:first-child {padding-left: 0;}
			#aon_custom_megamenu nav > ul > li:last-child {padding-right: 0;}
			#aon_custom_megamenu nav > ul > li > a {

			padding-bottom: none !important;
			}



			html #wpadminbar {
			position: fixed;

			}

			.site-header {
			position: fixed;
			width: 100%;
			z-index: 9999;
			}

			.homepage_superheader_wrap {

			padding: 0 0 0 0;

			}

			.show-below-1280 {
			display: block !important;
			}

			.hide-below-1280 {
			display: none;
			}

			.aon_header_search {
			float: right;
			margin: 0 40px 0 0;
			}

			.event_headline.in_slider {
			font-size: 38px;
			line-height: 46px;
			max-width: 40%;
			}

			h1.aon_post_title {
			padding: 90px 20px 12px 30px;

			}

			.homepage_superheader_wrap {

			height: 300px;margin-top: 0 !important;

			}

			.homepage_superheader {

			font-size: 42px;
			max-width: 90%;
			line-height: 45px;

			}

			.landing_pin {
			display: none;
			}

			.insightwidget.insight_0_featured {
			padding: 30px 0 30px 20px;
			border: 1px solid #e11b22;
			margin: 0 0 30px 0;
			}

			.insight_0, .insight_1, .insight_2, .insight_3, .insight_0_featured {
			width: 100%;
			/* come back and check this  */
			}

			.insight_icon_landing.featured, .insight_icon_landing.not_featured {
			display: none;
			}

			.insight_0, .insight_1, .insight_2, .insight_3, .insight_0_featured {
			top: 0 !important;
			left: 0 !important;
			clear: both;
			}

			.insight_3.featured {

			position: relative;
			top: 30px;
			left: 790px;
			}

			.insight_2 {

			left: 0%;
			}

			.insight_1 {
			top: 375px;
			left: 160px;
			}

			.insight_0 {

			left: 820px;
			}

			.insight_0_featured {
			left: 700px;
			}	



			#insight_wrapper {
			background-image: none !important;
			}

			#insights_scroll {
			margin-bottom: 40px !important;
			}

			.testimonial_inner_wrapper {
			background-image: none;
			}

			.testimonial_wrapper {
			height: auto;
			}

			.testimonial_landing {
			display: none;
			}

			.aon_newsletter_wrapper {
			width: 100%;
			padding: 20px;
			}

			.execphpwidget {
			margin: 0 0 0 10px;
			}

			.aon_lower_footer_inner {
			max-width: 1170px;
			margin: 0 auto;
			padding: 0 15px 0 15px;
			}

			.footer_mobile {

			float: left;
			margin: 0 0 30px 20px;

			}

			.hide-xs {
			display: none;
			}

			.case_study_padding {

			padding-top: 0px;

			}
			.testimonial_padding {
			padding: 120px 20px 0 20px;
			}

			.testimonial_blue_box {
			top: 50px;

			}

			.testimonial_wrapper {
			min-height: 530px;
			margin: 0px 0 40px 0 !important;
			}


			#intent_widget_wrapper {
			width: auto;
			margin: 0px auto 0px;
			font-size: 25px !important;
			}

			.words1 {
			flex: 1 1 auto;
			order: 1;
			text-align: center !important;
			}

			.words2 {
			flex: 1 1 auto;
			order: 3;
			text-align: center !important;

			}

			.front_page_mini_nav, .landing_pin_breach {
			display: none;
			}

			nav.nav-primary-menu-aon-genesis {
			display: none !important;
			}

			ul#menu-main-menu-1 {
			display: none;
			}

			ul#menu-main-menu-1.active {
			display: block;
			text-align: center;
			padding: 40px 0 30px 0px;
			margin: 75px 0 0 -30px;
			background: #fff;
			position: relative;
			z-index: 9999999;

			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			}

			nav.nav-mobile-menu-aon-genesis {
			display: block;
			}

			#menu_mobile {
			display: block;
			float: left;
			margin: -8px 40px 0 30px;
			cursor: pointer;
			font-size: 45px;
			}

			ul#menu-main-menu-1 li.menu-item {
			text-align: center;
			text-decoration: none;
			margin: 10px 0 0 0;
			padding: 0px;
			}




			ul#menu-main-menu-1 li.menu-item .sub-menu {
			display: block;
			}

			ul.sub-menu {
			background: #ddd;
			display: none !important;
			}

			ul#menu-main-menu-1 li.menu-item.menu-item-has-children::before {
			/*content: '>';*/
			}



			ul#menu-main-menu-1 li.menu-item a {
			text-decoration: none;
			}

			ul#menu-main-menu-1 li.menu-item a:hover {
			color: #E11B22;
			}

			button#responsive-menu-button {
			width: 55px;
			height: 55px;
			position: fixed;
			top: -5px !important;
			right: 10% !important;

			}


			.aon_main_logo {
			padding: 5px 0 0 0;
			width: 90px;
			float: left;
			margin-right: 0px !important;
			margin-left: 20px;
			}

			.full_width_center {
			margin: 0 auto;
			max-width: 1170px;
			padding: 0 30px 0 30px;
			}

			.entry-content, .entry-footer, .sidebar {
			padding: 0 30px 0 30px;
			}

			.entry-header, .entry-content {
			padding: 30px 30px 0 30px;
			}	

			.whitepaper_intrograf {
			margin-bottom: 20px;
			}

			.testimonial_inner_wrapper {
			background-image: none !important;
			}

			.testimonial_padding {
			padding: 90px 20px 0 20px;
			height: auto;
			}






}




@media only screen and (max-width: 1160px) {

			.breach_or {

			width: 705px;
			margin: 0 auto 0 auto;

			}

			.breach_oror {
			font-size: 34px;
			padding: 0 0 0 0;


			}

			.or_dashes {

			float: left;
			margin: 15px;
			font-size: 9px;
			display: block;
			text-align: center;

			}

			.breach_topheader {

			}

			.breach_secondheader {

			font-size: 20px;
			line-height: 22px;

			}

			.breach_question {
			margin: 0 0 30px 0px;
			}


			.breach_number {

			font-size: 24px;
			line-height: 34px;

			}

			.breach_thirdheader {

			line-height: 23px;
			margin: 13px 0 0 0;

			}

			.breach_number {

			font-size: 24px;
			line-height: 34px;
			margin-bottom: 13px;

			}

			.breach_image {
			float: left;
			margin: 0 20px 20px 0;
			width: 60px;
			}

}


/* 960px and down) */
@media only screen and (max-width: 960px) {


		.footer_logo_center {
				    width: 100%;
    margin: 0 auto;
    text-align: center;
			}

			.full_width_center_masonry {
			    margin: 0 auto;
			    max-width: 100%;
			}

			.hide-below-960 {
			display: none;
			}

			.event_hosts_wrapper {
			padding: 0 0px 30px 0px !important;
			}

			.hide-above-960 {
			display: block;
			}

			.footer_cell_clearfix {
			clear: both;
			margin: 10px 0 20px 0 !important;
			text-align: center !important;
			}

			ul#menu-footer-menu {

			font-size: 18px;
			width: 510px;

			}

			.aon_footer_footer_menu {
			border-right: none;
			border-left: none;

			}

			.aon_footer_logo {
			padding: 35px 0 0 0;

			float: none;
			left: 45% !important;

			position: relative;

			}

			.execphpwidget {

			margin: 14px 0 0 10px;

			}

			#insights_divider{
				width: 150px;
				height: 130px;
				clear: both;
			}



			#intent_widget_wrapper {
			width: auto;
			margin: 10px auto 90px !important;
			font-size: 30px;
			}

			#insight_wrapper {
			padding: 0 0 0 0 !important;
			}


			.aon_solutions_flavor_text {

			padding: 0px 0px 20px 0px !important;
			}		

			.aon_solutions_accordion_header {
			font-size: 70px;
			}		



			.one-third.filter_menu {

			margin: 40px 0 10px 0;

			}

			.openclose {
			top: -380px;
			}

            .case_studies_wrapper.openclose {
                top: -190px;
            }

            .thinking_wrapper.openclose {
                top: -250px;
            }

			.show-below-960 {
			display: block;
			}

			.site-inner {

			margin-top: -5px !important;

			}

			.site-inner {

			margin-top: -5px !important;

			}

			.aon_lower_footer {

			padding-bottom: 240px;


			}

			.breadcrumb {


			font-size: 16px;
			margin-bottom: 60px !important;
			padding-bottom: 10px;
			font-weight: bold;
			color: #b6b6b6;

			}

            .full_width_center_breadcrumb {
                margin: 0 auto;
                max-width: 1059px;
                padding-left: 61px;
            }

			.eventsthingy {
			background: #fff;
			text-align: left;


			}

			#events_grid2 a {
			text-decoration: none;
			}

			.events_right {

			border-left: none !important;
			margin: 10px 0 0 0;
			padding: 0 0 10px 0;
			}

			.event_date {
			text-align: right;
			padding: 40px 35px 50px 20px;
			float: left;
			border-right: 1px solid;
			margin: 0 30px 0 0;
			}

			.eventswrapper {
			/*border-right: 1px solid #e11b22;*/
			}

			.events_wrapper {
			background: #fff; overflow: hidden; float: left; margin: 10px; height: auto; margin-bottom: 20px;
			}



			.event_info {
			padding: 25px 0px 0 30px;
			}

			.event_headline {
			font-size: 26px;
			line-height: 32px;
			padding: 20px 20px 15px 20px;
			position: relative;
			z-index: 1111;

			}

			.event_headline strong {
			font-family: 'prelo_slab_boldbold';
			}

			.event_location, .event_descriptor {
			font-size: 13px;
			padding: 0 0 0 20px;
			}

			.eventday {
			font-size: 64px;
			line-height: 64px;
			}

			.bottom_aligned {

			position: absolute;
			bottom: 15px;

			}

			.event_headline.in_slider {

			font-size: 43px;
			line-height: 53px;
			max-width: 40%;

			}

			.event_headline.detail_page {
			font-size: 30px;
			line-height: 33px;
			}

			.event_headline.in_slider a {
			text-decoration: none;
			color: #e11b22 !important;
			}

			.event_information.detail_page {
			font-size: 24px;
			margin-top: 40px;
			}

			.event_detail_info.datetime {

			line-height: 0;

			}

			.case_studies_wrapper.openclose {
			top: -190px;
			}


}

@media (min-width: 768px){
.vc_col-sm-4 {
    width: 100% !important;
}

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

            .aon_tall_subhead {
            
            line-height: 55px;
            
            }

            .aon_inner_posttype_header_tall_wrapper.solutions, .aon_inner_posttype_header_tall_wrapper.case_studies, .aon_inner_posttype_header_tall_wrapper.thinking {
            width: 100%;
            text-align: center;
            padding: 80px 0 10px 0;
            color: #E11B22;
            }

            .aon_footer_lower_links_mobile ul#menu-lower-footer-menu-1 {
                padding: 20px 60px 20px 60px;
            }

			.show-below-600 {
			display: block;
			}

			.aon_inner_posttype_header_insight_widget{
			margin-bottom:20px;
			}

			.switch-field label {
			width: 103px;
			font-size: 11px;
			}

			.event_headline.detail_page {
			font-size: 25px;
			line-height: 28px;
			}

			.event_information.detail_page {
			font-size: 19px;
			margin-top: 20px;
			}

			.openclose {
            top: -460px !important;
            }

            

            .case_studies_wrapper.openclose, .thinking_wrapper.openclose {
            top: -340px !important;
            }

			.openclose.opencloseblog {
			top: -520px !important;
			}

			ul#menu-footer-menu li a {
			text-decoration: none;
			margin-right: 15px;
			font-size: 13px;
			}


			/*
			.full_width_center {
			margin: 0 !important;
			max-width: 100% !important;
			padding: 0 !important;

			}
			*/


			#genesis-content .breadcrumb {
			padding-left: 40px;
			}

			.aon_header_search {
			margin: 0 0px 0 0;
			}



			.breach_or {

			width: 705px;
			margin: 0 auto 0 auto;

			}

			.breach_oror {
			font-size: 34px;
			padding: 0 0 0 0;


			}

			.or_dashes {

			float: left;
			margin: 15px;
			font-size: 34px;
			display: none;
			text-align: center;

			}

			.breach_topheader {

			}

			.breach_secondheader {

			font-size: 20px;
			line-height: 22px;

			}

			.breach_question {
			margin: 0 0 30px 0px;
			}


			.breach_number {

			font-size: 24px;
			line-height: 34px;

			}

			.breach_thirdheader {

			line-height: 23px;
			margin: 13px 0 0 0;

			}

			.breach_number {

			font-size: 24px;
			line-height: 34px;
			margin-bottom: 13px;

			}

			.breach_image {
			float: left;
			margin: 0 20px 20px 0;
			width: 60px;
			}

			img.solution_icon_landing_small {
				width: 180px;
				margin: 30px 0 30px 0px;
			}




}

@media only screen and (max-width: 480px) {

			.desktoptel {

			display:none;

			}

			.mobiletel {
			display: block;
			}

			.mobiletel.emergency a, .mobiletel.emergency a:visited {

			color: #fff;

			}

			.mobiletel.general a, .mobiletel.general a:visited {

			color: #e11b22;

			}

			.aon_footer_lower_links_mobile ul#menu-lower-footer-menu-1 {
			text-align: center;
			margin: 20px 0 0 0;
			width: 100%;
			}


			.aon_footer_lower_links_mobile li {
			float: none;
			margin: 0;

			}



}

/* Extra-extra small devices (phones, 410px and down) */

@media only screen and (max-width: 410px) {

			.landing_header_text.mobile_fix_header.one-half.full_width_center {
			margin: 20px 0 20px 0 !important;
			}

			.aon_landing_page_class .site-inner {
			max-width: 94%;
			}

			.mobile_lower_footer_wrapper {
			background: #f7f7f7;
			padding: 20px;
			width: auto;
			margin: 0 0 0 0;
			}

			h1.aon_post_title{
			font-size: 40px !important;
			}

			#intent_widget_wrapper {
			width: auto;
			margin: 240px auto 0px !important;
			font-size: 20px !important;
			}

			#insights_divider{
				width: 150px;
				height: 0px;
				clear: both;
			}

			.make_larger {
			font-size: 30px;
			line-height: 30px;
			}

			.hide-410 {
			display: none;
			}

			ul#menu-main-menu-1.active {
			margin: 75px 0 0 -40px !important;
			width: 120% !important;
			}

			.full_width_center {
			margin: 0 !important;
			max-width: 100% !important;
			padding: 0 !important;

			}

			.full_width_center.content_only {
			padding: 30px 15px 0 15px !important;
			}

			.breadcrumb {
			padding-left: 15px !important;
			}

			.white_papers_heading{
			font-size: 30px;
    		padding: 0 20px;
    		line-height: 30px;
			}

			.white_paper_superwrap {
			margin: 0 auto;
			width: 90%;
			}

			.switch-field {
			padding: 0 20px 60px;
			}

			.rounded_select{
				width:100% !important;
			}




}








/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {




}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

			.hide-lg {
			display: block;
			}



}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


			.hide-lg {
			display: block;
			}




}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1280px) {

			#st-2 {
			top: 50% !important;
			}

			.hide-above-1280 {
			display: none;
			}

			.footer_mobile {
			float: inherit;
			margin: inherit;
			}

			.hide-xs {
			display: block;
			}

			.hide-lg {
			display: none;
			}

			.xs-handheld {
			display: none;
			}

			.one-third.thinking_case_studies_landing {
			    width: 30%;
    			margin-right: 15px;
			}



} 


@media all and (-ms-high-contrast:none)
{
*::-ms-backdrop, #featured_masonry_div {background-size: 600px !important; background-position: 340px 130px !important; } /* IE11 */
*::-ms-backdrop, .widget li>a {margin-left:20px;}
}



/* Forms */
.breach_or {
  display: none !important;
}

/* Top Bar CSS */
.top-hat {
					padding:15px 70px;
					line-height:25px;
					font-family: 'prelo_slablight';
					font-size:18px;
					background:#e21e26;
					text-align:center;
					color:#fff;
					position:fixed;
					width:100%;
	top:0;
	box-sizing:border-box;
	z-index:9999;
	opacity:0;
	min-height:55px;
				}

.top-hat .widget {
	margin-bottom:0;
}
				.top-hat button {
					font-family:'Roboto', sans-serif;
					font-weight:700;
					right:1%;
					position:absolute;
					color:#fff;
					cursor:pointer;
					top:50%;
					transform:translateY(-50%);
					width:40px;
					border:none;
					background:transparent;
				}

				.top-hat a {
					font-family: 'prelo_slab_mediummedium';
					font-weight:normal;
					letter-spacing:0.5px;
					color:#fff;
					text-decoration:underline;
				}
.top-hat a:hover {
	color:#fff;
}

				@media only screen and (max-width:899px) {
					.top-hat {
						padding:10px 50px;
						line-height:35px;
						font-size:13px;
					}
					.top-hat button {
						right:0;
					}
				}
@media only screen and (max-width:599px) {
	.top-hat {
		line-height:18px;
	}
}





















