﻿body {
    font-family: "Helvetica Now Text", Arial, Helvetica, sans-serif !important;
}

h2 {
    font-size: 1.1em !important;
}

@media print {
}

#searchform {
    margin-right: 0;
}

#header {
    display: none;
}

.search-button {
    display: none;
}

.search {
    text-align: right;
}

input[type="text"] {
    display: none;
}

div.search input[type='text'].search {
    display: none !important;
}

.top_aon_link {
}

#searchform {
    float: right;
    position: relative;
    right: 0px;
    width: auto;
}

.row_new_article {
}

.article-01 {
    background-color: rgba(2, 103, 181, 0.3);
    height: 100%;
    transition: all 0.2s;
}

.article-02 {
    background-color: rgba(2, 103, 181, 0.3);
    height: 100%;
    transition: all 0.2s;
}

.article-01:hover {
    background-color: rgba(2, 103, 181, 0.1);
}

.article-02:hover {
    background-color: rgba(2, 103, 181, 0.1);
}

.margin-right_10 {
    margin-right: 10px;
}

.margin-left_10 {
    margin-left: 10px;
}

.row_new_article:after { /*clear float*/
    content: "";
    display: table;
    clear: both;
}

.container_2_article {
    width: 50%;
    float: left;
}

.font_medium-2 {
    font-size: 1.3em !important;
}

.half-top_featured {
    height: 150px;
    overflow: hidden;
}

.text_padding_2_1 {
    padding: 15px;
    padding-left: 0;
}

.half-top_featured img {
    margin-top: 0px !important;
}

.half-bottom_featured {
    height: 280px;
}

    .half-bottom_featured p {
        font-size: 0.9em !important;
    }

.half-bottom p {
    font-size: 0.9em !important;
}

.shadow {
    -webkit-box-shadow: 4px 4px 12px -7px rgba(0,0,0,0.37);
    -moz-box-shadow: 4px 4px 12px -7px rgba(0,0,0,0.37);
    box-shadow: 4px 4px 12px -7px rgba(0,0,0,0.37);
    transition: all 0.2s;
}

    .shadow:hover {
        -webkit-box-shadow: 4px 4px 12px -6px rgba(0,0,0,0.37);
        -moz-box-shadow: 4px 4px 12px -6px rgba(0,0,0,0.37);
        box-shadow: 4px 4px 12px -6px rgba(0,0,0,0.37);
    }

.header_small {
    font-size: 14px;
    line-height: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 780px) {
    .container_2_article {
        width: 100%;
        float: none;
    }

    .half-top_featured {
        height: 150px;
        overflow: hidden;
    }

    .margin-right_20 .margin-left_10 {
        margin-right: 0px;
    }

    .half-bottom_featured {
        height: 270px;
    }

    .margin-left_10 {
        margin-left: 0;
    }
}



.covid-01 {
    background-color: rgba(71, 101, 62, 0.68);
    height: 100%;
    transition: all 0.2s;
}

.covid-02 {
    background-color: rgba(17, 117, 174, 0.29);
    height: 100%;
    transition: all 0.2s;
}

.covid-03 {
    background-color: rgba(120, 102, 102, 0.2);
    height: 100%;
    transition: all 0.2s;
}

.covid-01:hover {
    background-color: rgba(167, 0, 0, 0.5);
}

.covid-02:hover {
    background-color: rgba(17, 117, 174, 0.39);
}

.covid-03:hover {
    background-color: rgba(33, 33, 33, 0.1);
}

.para {
    font-size: 0.9em;
}

.row_covid {
}

.img_opacity {
    opacity: 0.8;
    transition: all .2s;
}

    .img_opacity:hover {
        opacity: 1;
    }

.row_covid:after { /*clear float*/
    content: "";
    display: table;
    clear: both;
}

.container_3_covid {
    width: 32.5%;
    float: left;
}

.font_medium-2 {
    font-size: 1.3em !important;
}

.half-top {
    height: 150px;
    overflow: hidden;
    background-size: cover;
}

.text_padding_2 {
    padding: 15px;
}

.half-top img {
    margin-top: 0px !important;
}

.half-bottom {
    height: 320px;
}

.margin-right_20 {
    margin-right: 10px;
}

.shadow {
    -webkit-box-shadow: 4px 4px 12px -3px rgba(140,137,140,0.37);
    -moz-box-shadow: 4px 4px 12px -3px rgba(140,137,140,0.37);
    box-shadow: 4px 4px 12px -3px rgba(140,137,140,0.37);
    transition: all 0.2s;
}

    .shadow:hover {
        -webkit-box-shadow: 4px 4px 52px -15px rgba(140,137,140,0.57);
        -moz-box-shadow: 4px 4px 52px -15px rgba(140,137,140,0.57);
        box-shadow: 4px 4px 52px -15px rgba(140,137,140,0.57);
    }

.header_small {
    font-size: 14px;
    line-height: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 780px) {
    .container_3_covid {
        width: 100%;
        float: none;
    }

    .half-top {
        height: 150px;
        overflow: hidden;
    }

    .margin-right_20 {
        margin-right: 0px;
    }

    .half-bottom {
        height: 280px;
    }
}



.linkpageNav {
    position: relative;
    z-index: 999;
}

.arrows {
    position: absolute;
    top: -10px;
    right: 10px;
}

.linkpageNav a {
    font-size: 48px;
    color: #fff !important;
}

    .linkpageNav a:hover {
        text-decoration: none;
    }



.pageNav {
    display: inline-block;
}

    .pageNav a {
        color: #000 !important;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

        .pageNav a.active {
            background-color: #e11b22;
            color: #fff !important;
        }

        .pageNav a:hover:not(.active) {
            background-color: #ddd;
        }



.float-left {
    width: 42%;
    float: left;
    box-sizing: border-box;
}

.float-right {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 429px) {
    .float-left, .float-right {
        float: none;
        text-align: left;
        width: auto;
        padding-left: 0px;
    }
}

ul#continents3 {
    list-style: none;
    margin: 0 auto;
    width: 320px;
    height: 219px;
    position: relative;
    background: url(https://www.aon.com/getmedia/45d39571-ac7b-4d99-ac58-6a2e8a4e3817/map-small.aspx) no-repeat 0 0;
}

    ul#continents3 li {
        position: absolute;
        background: url(https://www.aon.com/getmedia/a3dd937c-3575-4676-9d2c-2d6f8f0a9bc9/map-marker-on.aspx) no-repeat top left;
        transition: all .5s;
    }

        ul#continents3 li:hover {
            background: url(https://www.aon.com/getmedia/251887de-ed6c-49ac-876b-78963a1df08a/map-marker-off.aspx) no-repeat top left;
        }

.canada {
    width: 15px;
    height: 147px;
    top: 80px;
    left: 67px;
}

.uk {
    width: 15px;
    height: 147px;
    top: 74px;
    left: 140px;
}

.ireland {
    width: 15px;
    height: 147px;
    top: 72px;
    left: 130px;
}

.belgium {
    width: 15px;
    height: 147px;
    top: 83px;
    left: 150px;
}

.australia {
    width: 15px;
    height: 147px;
    top: 155px;
    left: 265px;
}

.newzealand {
    width: 15px;
    height: 147px;
    top: 170px;
    left: 290px;
}

.singapore {
    width: 15px;
    height: 147px;
    top: 130px;
    left: 225px;
}

.taiwan {
    width: 15px;
    height: 147px;
    top: 100px;
    left: 255px;
}

.india {
    width: 15px;
    height: 147px;
    top: 120px;
    left: 208px;
}



ul#continents3 li div {
    display: block;
    outline: none;
    height: 100%;
}


    ul#continents3 li div:hover {
    }





    ul#continents3 li div section {
        display: none;
    }

    ul#continents3 li div:hover section {
        display: block;
    }

    ul#continents3 li div:hover section {
        display: block;
        padding: 5px;
        width: 230px;
        height: 25px;
        background: #5eb9e4;
        position: absolute;
        top: 30%;
        font: 11px Arial, Helvetica, sans-serif;
        opacity: .75;
        filter: alpha(opacity=75);
        color: #333;
    }

ul#continents3 li.australia div:hover section {
    top: -25%;
    left: -60px;
}

ul#continents3 li.canada div:hover section {
    top: 25%;
    left: -20px;
}

ul#continents3 li.uk div:hover section {
    top: -25%;
    left: -60px;
}

ul#continents3 li.belgium div:hover section {
    top: -25%;
    left: -60px;
}

ul#continents3 li.ireland div:hover section {
    top: -25%;
    left: -60px;
}

ul#continents3 li.newzealand div:hover section {
    top: -25%;
    left: -60px;
}

ul#continents3 li.india div:hover section {
    top: -25%;
    left: -60px;
}

ul#continents3 li.taiwan div:hover section {
    top: -25%;
    left: -60px;
}

ul#continents3 li.singapore div:hover section {
    top: -25%;
    left: -60px;
}

ul#continents3 li div:hover section strong, ul#continents3 li div:hover section a:link {
    display: block;
    margin-bottom: 2px;
    font-size: 1.4em;
    font-weight: 300;
    text-decoration: none;
    color: #000;
}



.font_large {
    font-size: 2.3em !important;
}


.para_align {
    text-align: center;
}

.sub_header {
    color: #333 !important;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.3em !important;
    padding-bottom: 20px;
}

.section_3_overview {
    float: left;
    width: 33.3333%;
    padding-left: 10px;
    box-sizing: border-box;
    height: 260px;
    position: relative;
}

.padding-20 {
    padding-bottom: 15px !important;
}

.padding_para a {
    color: #e11b22;
}

.padding_gap {
    padding-bottom: 27px;
}

    .padding_gap:before { /*clear float*/
        content: "";
        display: table;
        clear: both;
        font-family: "Prelo Slab W01 Medium", Arial, Helvetica, sans-serif;
    }

.padding_para h1 {
    font-size: 1.0em !important;
    font-weight: 400 !important;
    color: #e11b22 !important;
}

#bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.margin_top_20 {
    margin-top: 20px !important;
}

@media only screen and (min-width: 0px) and (max-width: 709px) {
    .font_large {
        font-size: 1.3em !important;
    }

    .para_align {
        text-align: left;
    }

    #bottom {
        position: absolute;
        left: 0px;
        bottom: 10px;
    }

    .section_3_overview {
        float: none;
        width: 100%;
        box-sizing: border-box;
        height: 225px;
        position: relative;
        padding-left: 0;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 709px) {
    .section_3_overview {
        height: 200px;
    }
}



.expandable_items {
    padding-top: 1.6rem;
}

.expandable {
    padding: 20px;
    padding-bottom: 0px;
    border-top: 1px #e11b22 solid;
    border-left: 1px #e11b22 solid;
    border-right: 1px #e11b22 solid;
}

    .expandable p {
    }

.exp_bottom {
    border: 1px #e11b22 solid;
}

.expandable h1 {
    padding-top: 15px !important;
    font-size: 1.1em !important;
    font-weight: 400 !important;
}

.complete {
    display: none;
    padding-bottom: 20px;
    line-height: 1.5em;
}

    .complete a {
        color: red !important;
    }

.plus_more {
    cursor: pointer;
    display: block;
    float: right;
    text-align: center;
    padding-left: 20px;
    padding-top: 30px;
    outline: none;
}

    .plus_more:hover, .plus_more:active {
        border: none !important;
        text-decoration: none !important;
        outline: none !important;
    }

    .plus_more p {
        font-size: 0.9em;
    }

.plus_button {
    font-size: 50px;
    border: none;
    text-decoration: none;
}

    .plus_button:hover, .plus_button:active {
        border: none;
        text-decoration: none;
    }

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .expandable_items {
        margin-left: 0px;
    }

    .expandable {
        padding: 10px;
        font-size: 0.9em !important;
    }

    .more {
        cursor: pointer;
    }

    .plus_more {
        padding-left: 20px;
        padding-top: 5px;
    }

        .plus_more p {
            font-size: 0.9em;
        }

    .plus_button {
        font-size: 2em;
    }

    .expandable {
        font-size: 0.9em !important;
        padding: 10px;
    }

    .font_large {
        font-size: 1.3em !important;
    }

    .menu_links li {
        margin: 0 0 0 0 !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 900px) {
    .expandable_items {
    }
}



.container_3 {
}

.fullwidthtemp {
    width: 820px;
}

@media only screen and (min-width: 0px) and (max-width: 779px) {
    .fullwidthtemp {
        width: 100%;
    }
}

.container_3:after { /*clear float*/
    content: "";
    display: table;
    clear: both;
}

.section_3 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.section_full {
    width: 100% !important;
}

.padding-left {
    padding-left: 10px;
}

.container_3 h1 {
    padding-top: 15px !important;
    font-size: 1.0em !important;
    font-weight: 400 !important;
}

.container_3 h2 {
    font-size: 1.0em !important;
    font-weight: 200 !important;
}

.container_main:after { /*clear float*/
    content: "";
    display: table;
    clear: both;
    font-family: "Prelo Slab W01 Medium", Arial, Helvetica, sans-serif;
}

.container_main h1 {
    padding-top: 15px !important;
    font-size: 0.9em !important;
    font-weight: 200 !important;
}

.container_main h2 {
    font-size: 0.9em !important;
    font-weight: 200 !important;
}

.section_2_3 {
    width: 66.3333%;
    display: table-cell;
}

.section_2_3_bg_image {
    background-image: url("/getmedia/77108f74-7061-4b12-b777-775dfe084518/professional-indemnity-image-01.aspx"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 250px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.section_2_3_bg_image_event {
    /*background-image: url("/getmedia/45560e21-0a46-4e8d-b17d-e180ba06dbb2/Map-B-850x270.aspx");*/
    /*background-image: url("/getmedia/da669fe5-823b-4cf4-97ee-ca98441f5bc2/1-professional-services.aspx");*/
    /*background-image: url("/getmedia/78c178e5-6711-41be-88b2-d17114da4773/cyber-risk.aspx");*/ /* The image used */
    /*background-color: #cccccc;*/ /* Used if the image is unavailable */
    height: 255px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.section_2_3_first_50 {
    width: 100%;
    background-color: rgba(0, 63, 114, 0.94);
    height: 270px;
}

.section_2_3_first_50_event {
    width: 100%;
    background-color: #0083A9;
    height: 240px;
}

.text_padding {
    padding: 15px;
}

.section_2_3_first_50 h1, .section_2_3_first_50 h2, .section_2_3_first_50_event h1, .section_2_3_first_50_event h2 {
    font-size: 1.0em !important;
}

.section_2_3_first_50 h2, .section_2_3_first_50_event h2 {
    padding-top: 15px;
}

.section_2_3_first_50 p, .section_2_3_first_50_event p {
    font-size: 0.8em;
    padding-bottom: 15px;
}

.padding_top_50 {
    padding-top: 25px !important;
}

.padding_top_10 {
    padding-top: 10px !important;
}

.section_1_3 {
    width: 33.6666%;
    padding-left: 10px;
    display: table-cell;
}

.section_1_3_less_padding_left {
    background-color: #fff;
    padding-left: 20px;
    height: 500px;
}

.small_boxes_stacked {
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    height: 246px;
}

    .small_boxes_stacked h1, .small_boxes_stacked h2 {
        font-size: 1.0em !important;
    }

    .small_boxes_stacked h2 {
        padding-top: 15px;
    }

    .small_boxes_stacked p {
        font-size: 0.8em;
        padding-bottom: 15px;
    }

.margin_bottom_25 {
    margin-bottom: 20px;
}

.container_header {
    /*padding-bottom: 30px !important;*/
}

@media only screen and (min-width: 0px) and (max-width: 429px) {
    .section_3 {
        float: none;
        text-align: left;
        width: auto;
        padding-left: 0px;
    }

    .container_3 h1 {
        padding-top: 15px !important;
        font-size: 0.9em !important;
        font-weight: 200 !important;
    }

    .container_3 h2 {
        font-size: 0.9em !important;
        font-weight: 200 !important;
    }

    .section_2_3 {
        text-align: left;
        display: block;
        width: 100%;
        padding-left: 0px;
    }

    .section_2_3_bg_image {
        /*background-image: none;*/
        /*background-color: #cccccc;*/ /* Used if the image is unavailable */
        height: auto; /* You must set a specified height */
    }

    .section_2_3_bg_image_event {
        background-image: none;
        background-color: #cccccc; /* Used if the image is unavailable */
        height: auto; /* You must set a specified height */
    }

    .section_2_3_bg_image {
        height: 325px; /* You must set a specified height */
        margin-bottom: 10px;
    }

    .section_2_3_bg_image_event {
        height: 480px; /* You must set a specified height */
        margin-bottom: 20px;
    }

    .section_2_3_first_50 {
        width: 100%;
        padding-right: 0px;
        height: 330px;
    }

    .section_2_3_first_50_event {
        width: 100%;
        padding-right: 0px;
        height: 480px;
    }

    .padding_top_50, .padding_top_10 {
        padding-top: 0px !important;
    }

    .section_1_3 {
        text-align: left;
        display: block;
        width: 100%;
        padding-left: 0px;
        height: 550px !important;
    }

    .section_1_3_less_padding_left {
        padding-left: 0px;
        height: 300px;
    }

    .small_boxes_stacked {
        height: 220px;
    }

        .small_boxes_stacked h2 {
            padding-top: 0px;
        }
}

@media only screen and (min-width: 430px) and (max-width: 900px) {
    .section_3 {
        float: left;
        /*padding-left:10px;*/
        width: 50%;
    }

    .section_2_3 {
        padding-left: 0px;
        width: 50%;
    }

    .section_1_3 {
        padding-left: 10px;
        width: 50%;
    }

    .section_2_3_first_50 {
        width: 100%;
        height: 295px;
    }

    .section_2_3_first_50_event {
        width: 100%;
        height: 300px;
    }

    .container_main {
        max-width: 748px;
        max-height: 500px;
        overflow: hidden;
    }

    .section_1_3_less_padding_left {
        height: 550px;
    }

    .small_boxes_stacked {
        height: 209px;
    }

    .section_2_3_bg_image {
        height: 280px;
    }

    .section_2_3_bg_image_event {
        height: 300px;
    }

    .main-case {
        max-width: 748px;
        padding-left: 10px;
        padding-right: 10px;
    }
}



.carouselWrapper {
    /*display: none !important; - show the secondary navigation */
}

.head_cty {
    /*display: none !important; - show the secondary navigation */
}

.smaller_font {
    font-size: 1.1em !important;
}

.medium_font {
    font-size: 1.3em !important;
}

.color_red {
    color: #e11b22 !important;
}

.align_center {
    text-align: center;
}

button {
    outline: none !important;
}

.color_blue {
    color: #5eb9e4 !important;
}

.color-white {
    color: #ffffff !important;
}

.header_standard {
    font-size: 1.3em;
}

.font_medium {
    font-size: 1.0em !important;
}

.color_black {
    color: #000 !important;
}

.color_darkgrey {
    color: #333 !important;
}

.color_grey {
    color: #666 !important;
}

.btn {
    border: none;
    padding: 8px 19px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 1;
    transition: 0.3s;
    height: auto !important;
    text-decoration: none;
}

.btn_red {
    background-color: #e11b22;
    color: white !important;
}

.btn_grey {
    background-color: #999;
    color: white !important;
}

.btn_white {
    background-color: white;
    color: #e11b22 !important;
}

    .btn_white:hover, .btn_red:hover, .btn_grey:hover {
        opacity: 0.8;
        text-decoration: none;
    }

.arrow_red {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 2.5em;
    position: relative;
    padding-left: 1em;
    padding-right: .5em;
    background: #e11b22;
    color: #fff !important;
    max-width: 100% !important;
    font-family: 'StoneSansIIITCW01-Bk';
    font-size: 0.9rem;
    border: none;
    outline: none !important;
    cursor: pointer;
    text-align: left;
    box-shadow: none;
    border-radius: 0;
    transition: padding .4s;
    -webkit-transition: padding .4s;
    transition: all 0.3s ease-in-out;
}

    .arrow_red:after {
        border-left: 20px solid #e11b22;
        transition: all 0.3s ease-in-out;
    }

    .arrow_red:after {
        content: "";
        position: absolute;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
        height: 0px;
        width: 0px;
        margin-right: -20px;
        right: 0;
        top: 0;
    }

    .arrow_red:hover, .arrow_red:active {
        /*background: yellow;
        color: black;*/
        /*padding-left: 1em 52px 10px 32px !important;*/
        padding-right: 1.5em !important;
        text-decoration: none;
        background-color: #000;
        color: #fff !important;
    }

        .arrow_red:hover::after, .arrow_red:active::after {
            border-left: 20px solid #000;
        }

.arrow_white {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 2.5em;
    position: relative;
    padding-left: 1em;
    padding-right: .5em;
    background: #fff;
    color: #e11b22 !important;
    max-width: 100% !important;
    font-family: 'StoneSansIIITCW01-Bk';
    font-size: 0.9rem;
    border: none;
    outline: none !important;
    cursor: pointer;
    text-align: left;
    box-shadow: none;
    border-radius: 0;
    transition: padding .4s;
    -webkit-transition: padding .4s;
    transition: all 0.3s ease-in-out;
}

    .arrow_white:after {
        border-left: 20px solid #fff;
        transition: all 0.3s ease-in-out;
    }

    .arrow_white:after {
        content: "";
        position: absolute;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
        height: 0px;
        width: 0px;
        margin-right: -20px;
        right: 0;
        top: 0;
    }

    .arrow_white:hover, .arrow_white:active {
        /*background: yellow;
        color: black;*/
        /*padding-left: 1em 52px 10px 32px !important;*/
        padding-right: 1.5em !important;
        text-decoration: none;
        background-color: #e11b22;
        color: #fff !important;
    }

        .arrow_white:hover::after, .arrow_white:active::after {
            border-left: 20px solid #e11b22;
        }

body {
    font-family: "Helvetica Now Text", sans-serif;
    color: rgb(93, 109, 120);
}

::selection {
    background: #e11b22; /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #e11b22; /* Gecko Browsers */
    color: #fff;
}

p {
    color: #333 !important;
}

.padding_top {
    padding-top: 20px;
}

.link-red {
    color: #e11b22 !important;
    font-size: 1.0em !important;
}

.link-blue {
    color: #5eb9e4 !important;
    font-size: 1.0em !important;
}

.content ul li {
    list-style: none;
    margin: 0 0 0 15px !important;
    padding: 5px 0 !important;
    line-height: 1.5em;
}
/* TEMPLATE CHANGE */
/*.socialButtons {
        margin: .9em 0px 1em;
    }

    .slick-slider {
        margin-bottom: 20px;
    }

    #breadcrumb {
        margin: 0px;
    }

    .full {
        margin: 0px;
    }*/

.container .content ul li {
    padding: 0;
    list-style: none;
}

.slick-slider {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.container .content ul li {
    padding: 0;
    list-style: none;
}

.container .content ul {
    margin: 0;
}

.container .content ul {
    margin: 0;
}

.content ul li {
    margin: 0px !important;
    padding: 0px !important;
}

.container .tab-button {
    /*display: none !important;*/
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .smaller_font {
        font-size: 0.9em !important;
    }

    .header_standard {
        font-size: 1.2em;
    }
}



.video-cover {
    margin-left: 0 !important;
    padding-top: 20px;
}
/* position the div which contains the video still image and the lightbox player */
.player-block {
    position: relative;
    height: 250px;
}
/* styles for the lightbox player, including transitions to show and hide */
#playerLightbox {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin-left: 0;
    color: white;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    z-index: 20;
    overflow: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -ms-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    /*width:100%!important;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding-right: 30px;
}
/* show the player */
.playerShow {
    width: 530px;
    height: 350px;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 5px 5px rgba(151, 151, 151, .7);
    box-shadow: 5px 5px 5px 5px rgba(151, 151, 151, .7);
}
/* hide the player */
.playerHide {
    width: 0;
    height: 0;
    padding: 0;
}
/* style the close button for the lightbox player */
.playerClose {
    text-align: right;
    margin-top: 5px;
    text-decoration: none;
    color: #63A7CE;
    /*width: 90%;*/
    cursor: pointer;
}

    .playerClose:hover {
        text-decoration: underline;
    }
/* style the video poster image */
#container_player_1 {
    position: relative;
    width: 49%;
    height: 250px;
    padding: 0px;
    border-radius: 5px;
    cursor: pointer;
    float: left;
}

#container_player_2 {
    position: relative;
    width: 49%;
    height: 250px;
    padding: 0px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}

.section_3 a .cov-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

    .section_3 a .cov-img .image {
        min-height: 160px;
        width: 100%;
        transform: scale(1);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: all 0.3s ease-in-out;
    }

    .section_3 a .cov-img .cov-btn {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

        .section_3 a .cov-img .cov-btn .learn-more {
            background: #fff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            font-size: 0.9em;
            text-align: center;
            font-family: 'StoneSansIIITCW01-Bk';
            color: #e11b22;
            z-index: 3;
            top: 50%;
            position: relative;
            margin: 0px auto;
            display: table;
            padding: 10px 20px 10px 20px;
            transform: translate(0, -10px);
            transition: all 0.3s ease-in-out;
            opacity: 1;
            letter-spacing: 0.5px;
            font-weight: 400;
            line-height: 16px;
            max-width: 80%;
        }

    .section_3 a .cov-img .image::after {
        content: '';
        width: 100%;
        height: 100%;
        transform: scaleY(1);
        background: rgba(0, 63, 114, 0.6);
        transition: all 0.3s ease-in-out;
        transform-origin: top;
        position: absolute;
        opacity: 0;
    }

.section_3 a:hover p.title {
    color: #00aeef;
}

.section_3 a:hover .cov-img .image {
    transform: scale(1.1);
}

    .section_3 a:hover .cov-img .image:after {
        transform: scaleY(1);
        transition: all 0.3s ease-in-out;
        opacity: 1;
    }

.section_3 a:hover .cov-img .cov-btn .learn-more {
    opacity: 0.9;
    margin: -10px auto;
}

    .section_3 a:hover .cov-img .cov-btn .learn-more:hover {
        background: #e11b22;
        color: #fff;
    }

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .video-cover {
        margin-left: 0 !important;
        padding-top: 20px;
    }

    #container_player_1 {
        width: 100%;
        float: none;
        height: 265px;
    }

    #container_player_2 {
        width: 100%;
        float: none;
        height: 265px;
    }

    .player-block {
        height: 500px;
    }

    .bc-player-default_default-index-0 {
        width: auto !important;
    }

    .bc-iframe, .bc-iframe body, .bc-player-default_default, .bc-player-default_default .vjs-poster {
        background-color: #fff;
    }

    .video-js {
        background-color: #fff;
    }

    .playerShow {
        width: 230px !important;
        height: 250px !important;
    }

    .bc-player-default_default {
        width: 260px !important;
        height: 220px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 900px) {
    .container_main h1 {
        padding-top: 0px !important;
    }
}



.container_body {
    padding-top: 30px;
}

.no_padding_top {
    padding-top: 0px !important;
}

.container_body:after { /*clear float*/
    content: "";
    display: table;
    clear: both;
    font-family: "Prelo Slab W01 Medium", Arial, Helvetica, sans-serif;
}

.section_2_3_body {
    width: 100%;
    display: table-cell;
    padding: 0px;
}

.section_1_3_body {
    width: 250px;
    padding-left: 50px;
    float: right;
}

    .section_1_3_body a, .section_1_3_body {
        font-size: 0.9em;
    }

.section_2_3_body p, .section_1_3_body {
}

.list_with_circle {
    margin: 0 0 0 18px !important;
}

    .list_with_circle li {
        list-style-type: circle !important;
        margin: 0 0 0 15px !important;
        line-height: 1.7em !important;
        font-size: 1.0em !important;
    }

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .section_2_3_body {
        width: 100%;
        padding: 20px 40px 20px 0px;
        display: block;
    }

    .section_1_3_body {
        width: 100%;
        display: block;
    }
}

@media only screen and (min-width: 480px) and (max-width: 900px) {
}



@media only screen and (min-width: 480px) {
    .subactive a {
        font-weight: bold;
    }

    .mainactive {
        display: block !important;
        width: 100% !important;
        opacity: 1;
    }

        .mainactive a {
            border: none;
            border-bottom: none;
            font-weight: normal;
        }
}

.tab-nav-lvl1 a {
}

.tab-nav-lvl1 .tertiaryView li a {
}

@media only screen and (min-width: 465px) and (max-width: 700px) {
    .tab-nav-lvl1 a {
    }

    .tab-nav-lvl1 .tertiaryView li a {
    }
}

@media only screen and (min-width: 701px) and (max-width: 779px) {
    .tab-nav-lvl1 a {
        font-size: 0.7em !important;
        width: auto;
    }

    .tab-nav-lvl1 .tertiaryView li a {
        font-size: 0.8em !important;
    }
}



.banner.contact-us {
    text-align: center;
    color: #fff !important;
    padding: 10px;
    margin-top: 15px;
}

#myBtnSubscribeQI, #myBtnSubscribe {
    cursor: pointer;
    color: #333;
    float: right;
}

@media only screen and (max-width: 479px) {
    #myBtnSubscribe, #myBtnSubscribeQI {
        float: none;
        display: block;
    }
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto !important;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    width: 80%;
    max-width: 850px;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}
/* The Close Button */

.close-btn {
    color: #000;
    font-size: 42px;
    font-weight: bold;
    display: inline-block;
    float: right;
}

    .close-btn:hover,
    .close-btn:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-body {
    padding: 2px 16px;
}

.form_wrapper input,
.form_wrapper textarea,
.form_wrapper select {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 5px;
    outline: none;
    border: 0;
    box-sizing: border-box;
}

    .form_wrapper input[type=text],
    .form_wrapper input[type=email],
    .form_wrapper textarea,
    .form_wrapper select {
        margin-bottom: 15px;
        border: 1px solid #000;
    }

    .form_wrapper input[type=radio] {
        width: auto;
        display: inline-flex;
    }

    .form_wrapper input[type=submit] {
        background-color: #000;
        color: #fff;
        outline: none;
        border: 0;
        padding: 10px;
        text-align: center;
        align-items: center;
    }

.form_wrapper label,
.form_wrapper p {
    color: #000;
    margin: 0;
}

    .form_wrapper label.gdpr {
        font-size: 14px;
        margin-bottom: 15px;
    }

        .form_wrapper label.gdpr a {
            color: #fff !important;
            text-decoration: underline;
        }

.form_wrapper span.required {
    display: inline-flex;
    color: #000;
    left: 0;
}

.form_wrapper .radio--group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

    .form_wrapper .radio--group .item {
        width: 50%;
    }

@media only screen and (max-width: 767px) {
    section.services {
        padding: 60px 0 14px 0;
    }

        section.services .col-md-4 {
            padding: 60px 0 14px 0;
        }

    section.careers img {
        margin-bottom: 16px;
    }

    .insights-item {
        margin-bottom: 30px;
    }

    .arrow-link-wrapper {
        margin-right: 10px;
    }

    .form_wrapper .radio--group .item {
        width: 100%;
    }
}


ul.cyber {
    margin-bottom: 15px !important;
}

h1, h2 {
    color: #e11b22 !important;
}

span.red-highlight {
    color: #e11b22;
}

span.bold-lead {
    font-family: "Prelo Slab W01 Bold", Arial, Helvetica, sans-serif;
    font-size: 1.125em;
}


.grid--3 .item {
    display: flex;
    margin-bottom: 15px;
}

    .grid--3 .item img {
        max-width: 60px;
        margin-right: 10px;
        align-self: flex-start;
    }

    .grid--3 .item.btn {
        justify-content: flex-end;
    }

p.lead {
    font-family: "Prelo Slab W01 Medium", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}

a.read-more {
    margin-bottom: 10px;
    display: block;
    color: #E11B22 !important;
    font-family: "Prelo Slab W01 Bold", Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    text-decoration: underline;
    cursor: pointer;
}

#myBtn {
    cursor: pointer;
}

.call-to-action {
    padding: 5px 30px;
    border: 0.5px solid rgba(151, 151, 151, .4);
    width: 160px;
    margin: 30px auto;
    text-align: center;
    background-color: rgba(155, 155, 155, 0.15);
    transition: all .25s ease-in-out;
}

    .call-to-action:hover {
        border: 0.5px solid rgba(151, 151, 151, .7);
        background-color: rgba(155, 155, 155, 0.20);
        color: #fff !important;
        width: 180px;
    }

    .call-to-action a {
        width: 100%;
        font-size: 1.4em !important;
        transition: all .25s ease-in-out;
    }

        .call-to-action a:hover {
            text-decoration: none;
        }

.boxed {
    padding: 0px 14px 30px 14px;
    line-height: 17px;
    color: #333;
    background-color: #fff;
    font-size: 1.0em;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 10px 2px #ccc;
    border-radius: 2px;
    transition: all 0.2s;
}

    .boxed a {
        text-decoration: underline;
    }

@media only screen and (max-width: 767px) {
    .boxed {
        font-size: 0.8em;
    }
}

.boxed:hover {
    border: 2px solid #FFF;
    box-shadow: none;
    border-radius: 0px;
}

.bullets_bg {
    background-color: #e4eff5;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

li.mainNav {
    font-size: 0.9em;
}
